handle absolute indirect syms in mach-o
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
72384ba3
PH
12012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2
3 * gdb.texinfo (Variables): Document use of :: for non-static
4 variables.
5
ce1b17c4
JB
62012-01-05 Joel Brobecker <brobecker@adacore.com>
7
8 * gdbint.texinfo (Start of New Year Procedure): Update
9 to replace use of copyright.sh by use of copyright.py.
10
217bff3e
JK
112012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12
13 Remove the gdbtui binary.
14 * all-cfg.texi (GDBTUI): Remove.
15 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
16 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
17 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
18
cc72b2a2
KP
192011-12-23 Kevin Pouget <kevin.pouget@st.com>
20
21 Introduce gdb.FinishBreakpoint in Python.
22 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
23 (Python API): Add menu entry for Finish Breakpoints.
24
13ac8d2c
JK
252011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
26
27 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
28 tests.
29
e0f9f062
DE
302011-12-16 Doug Evans <dje@google.com>
31
32 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
33
80b6e756
PM
342011-12-16 Phil Muldoon <pmuldoon@redhat.com>
35
1c3ad6ab 36 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
37 stack". Add documentation for "set/show python print-stack".
38
2fb860fc
PA
392011-12-14 Pedro Alves <pedro@codesourcery.com>
40
41 * gdb.texinfo (Implementing a Remote Stub): Explain that you
42 should transfer control to the stub in the startup code instead of
43 in main. Mention the need to get past the initial breakpoint.
44
f8eba3c6
TT
452011-12-06 Tom Tromey <tromey@redhat.com>
46
47 * gdb.texinfo (Set Breaks): Update for new behavior.
48
2268b414
JK
492011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
50
51 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
52 List Format for SVR4 Targets'.
53 (General Query Packets): New item qXfer:libraries-svr4:read.
54 (Library List Format for SVR4 Targets): New node.
55
ae6f0d5b
TT
562011-12-01 Tom Tromey <tromey@redhat.com>
57
58 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
59 add.
60
36dfb11c
TT
612011-11-22 Tom Tromey <tromey@redhat.com>
62
63 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
64 reasons.
65
f196051f
SS
662011-11-20 Stan Shebs <stan@codesourcery.com>
67
68 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
69 note-related options and variables.
70 (Tracepoint Packets): Document packet changes.
71
f85b53f8
SD
722011-11-20 Sanjoy Das <sdas@igalia.com>
73
74 * gdb.texinfo (JIT Interface): Add documentation on writing and
75 usind JIT debug info readers.
76 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
77 Debug Info Readers): New nodes.
78
bfccc43c
YQ
792011-11-18 Yao Qi <yao@codesourcery.com>
80
81 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
82 tracepoint.
83
c011a4f4
DE
842011-11-15 Doug Evans <dje@google.com>
85
86 * gdb.texinfo (Files): Document basenames-may-differ.
87
ed59ded5
DE
882011-11-14 Doug Evans <dje@google.com>
89
90 * gdb.texinfo (Shell Commands): Document "!".
91
405f8e94
SS
922011-11-14 Stan Shebs <stan@codesourcery.com>
93 Kwok Cheung Yeung <kcy@codesourcery.com>
94
95 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
96 needed to get shorter fast tracepoints.
97 (Tracepoint Packets): Document new qTMinFTPILen packet.
98
1e4d1764
YQ
992011-11-14 Yao Qi <yao@codesourcery.com>
100
101 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
102 behavior of tracepoint.
103 (General Query Packets): New feature InstallInTrace.
104 (Remote Configuration): Document "set remote
105 install-in-trace-packet".
106
71eba9c2 1072011-11-12 Matt Rice <ratmice@gmail.com>
108
109 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
110 Add arguments to info macro.
111
e0f8f636
TT
1122011-11-10 Tom Tromey <tromey@redhat.com>
113
114 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
115 manual.
116 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
117 (Macros): Add a footnote.
118 (C): Remove paragraph about compiler options.
119 (C Constants): Mention wide character and string constants.
120 (C Plus Plus Expressions): Update compiler option advice. Mention
121 using declarations. Mention ADL. Remove old HP compiler
122 information.
123
625c0d47
TT
1242011-11-10 Tom Tromey <tromey@redhat.com>
125
126 PR c++/9257:
127 * gdb.texinfo (Print Settings): Add an extra note about the need
128 for a vtable.
129
4be2aacc
MR
1302011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
131
132 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
133 "set mips abi" documentation.
134
0a1c4d10
DE
1352011-11-04 Doug Evans <dje@google.com>
136
137 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
138
aad1c02c
TT
1392011-11-03 Tom Tromey <tromey@redhat.com>
140
141 * gdb.texinfo (Stopping): Add menu entry.
142 (Continuing and Stepping): Restore @node. Use @section, not
143 @subsection.
144
983fb131
MR
1452011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
146
147 * gdb.texinfo (Skipping Over Functions and Files): Remove node
148 designation. Fix "Specify Location" cross-reference.
149
3065dfb6
SS
1502011-11-02 Stan Shebs <stan@codesourcery.com>
151
152 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
153 (General Query Packets): Describe tracenz feature.
154 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
155
0aaaf063
PK
1562011-10-28 Paul Koning <paul_koning@dell.com>
157
158 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
159
2231f1fb
KP
1602011-10-27 Kevin Pouget <kevin.pouget@st.com>
161
162 * gdb.texinfo ((Frames In Python): Document
163 gdb.FRAME_UNWIND_FIRST_ERROR contant.
164
5110b5df
PK
1652011-10-26 Paul Koning <paul_koning@dell.com>
166
167 * gdb.texinfo (gdb.types): Document new deepitems function.
168
22dbab46
PK
1692011-10-25 Paul Koning <paul_koning@dell.com>
170
171 PR python/13327
172
173 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
174 fetch_lazy method.
175
9df2fbc4
PM
1762011-10-20 Phil Muldoon <pmuldoon@redhat.com>
177
178 PR python/12656
179
180 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
181 global_block, static_block function.
182
f05e2e1d
TT
1832011-10-19 Tom Tromey <tromey@redhat.com>
184
185 * gdb.texinfo (Commands In Python): Add missing "@"s.
186
a7fc3f37
KP
1872011-10-13 Kevin Pouget <kevin.pouget@st.com>
188
189 PR python/13285 Document named constants for frame unwind stop reasons
190 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
191 constants.
192
5048e516
JK
1932011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
194
195 Fix compatibility with texinfo versions older than 4.12.
196 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
197 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
198 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
199 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
200 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
201 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
202 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
203
5a56e9c5
DE
2042011-10-09 Doug Evans <dje@google.com>
205
206 * gdb.texinfo (Extending GDB): Document alias command.
207
36b11add
JK
2082011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
209
210 Support @entry in input expressions.
211 * gdb.texinfo (Variables): Describe @entry names suffix.
212 (Print Settings): Add anchor for `set print entry-values'.
213
e18b2753
JK
2142011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
215 Eli Zaretskii <eliz@gnu.org>
216
217 Display @entry parameter values (without references).
218 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
219 example.
220 (Print Settings): New description of set print entry-values and show
221 print entry-values.
222
111c6489
JK
2232011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
224 Eli Zaretskii <eliz@gnu.org>
225
226 Recognize virtual tail call frames.
227 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
228 (Tail Call Frames): New node.
229 (Frames In Python): Add gdb.TAILCALL_FRAME.
230
9c15afc4
DE
2312011-10-07 Doug Evans <dje@google.com>
232
233 * gdb.texinfo (gdb.printing): Document new `replace' arg to
234 register_pretty_printer.
235
99f5279d
PM
2362011-10-07 Phil Muldoon <pmuldoon@redhat.com>
237
238 PR python/12930
239 PR python/12802
240
241 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
242 stop method.
243
03583c20
UW
2442011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
245
246 * gdb.texinfo (Starting your Program): "set disable-randomization"
247 is no longer Linux-specific.
248 (Remote Configuration): Document "set remote
249 disable-randomization-packet".
250 (General Query Packets): Document "QDisableRandomization" packet
251 and add it to "qSupported" list.
252
bd054e06
KP
2532011-10-07 Kevin Pouget <kevin.pouget@st.com>
254
255 Allow Python notification of new object-file loadings.
256 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
257 event type.
258
cb6be26b
KP
2592011-10-04 Kevin Pouget <kevin.pouget@st.com>
260
261 PR python/12691: Add the inferior to Python exited event
262 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
263
a05336a1
JB
2642011-10-03 Joel Brobecker <brobecker@adacore.com>
265
266 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
267 rephasing.
268
5d77fe44
JB
2692011-10-03 Joel Brobecker <brobecker@adacore.com>
270
271 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
272 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
273 as possible feature returned by the `-list-features'
274 command.
275
699df94d
PK
2762011-09-28 Paul Koning <paul_koning@dell.com>
277
278 * gdb.texinfo (gdb.Type): Document field access by dictionary
279 key syntax.
280
24bdad53
YQ
2812011-09-28 Yao Qi <yao@codesourcery.com>
282
283 * gdb.texinfo (Files): Update options for `add-symbol-file'.
284 Add one space after option `-s'. Remove @r{} markup.
285
6710bf39
SS
2862011-09-27 Stan Shebs <stan@codesourcery.com>
287
288 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
289
d99f7e48
HZ
2902011-09-16 Hui Zhu <teawater@gmail.com>
291
292 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
293 to *(unsigned char *)$esp@300.
294
d812018b
PK
2952011-09-15 Paul Koning <paul_koning@dell.com>
296
297 * gdb.texinfo: Make style of Python functions and methods match
298 the syntax of Python. Also put class and module names explicitly
299 on function, member, and variable names, matching Python
300 documentation conventions.
301
2aa48337
KP
3022011-09-15 Kevin Pouget <kevin.pouget@st.com>
303
304 PR Python/12692 Add gdb.selected_inferior() to Python interface.
305 * gdb.texinfo (Inferiors In Python): Describe new
306 gdb.selected_inferior() function.
307
6839b47f
KP
3082011-09-15 Kevin Pouget <kevin.pouget@st.com>
309
310 Handle multiple breakpoint hits in Python interface:
311 * gdb.texinfo (Events In Python): New function documentation:
312 gdb.BreakpointEvent.breakpoints. Indicate that
313 gdb.BreakpointEvent.breakpoint is now deprecated.
314
26829f2b
JB
3152011-09-04 Joel Brobecker <brobecker@adacore.com>
316
317 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
318
a9f54f60
TT
3192011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
320
321 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
322
fa3a4f15
PM
3232011-08-17 Phil Muldoon <pmuldoon@redhat.com>
324
325 * gdb.texinfo (Prompt): Add set/show extended-prompt
326 documentation
327 (Basic Python): Add prompt_hook anchor.
328 (Python modules): Reword module text to reflect multiple modules.
329 (gdb.prompt): Document gdb.prompt module.
330
224bbe49
YQ
3312011-08-14 Yao Qi <yao@codesourcery.com>
332
78d85199
YQ
333 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
334
3352011-08-14 Yao Qi <yao@codesourcery.com>
336
337 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
338 (TIC6x Features): New node.
339
457e09f0
DE
3402011-08-12 Doug Evans <dje@google.com>
341
342 * gdb.texinfo (Symbols In Python): Document symbol.type.
343
5e239b84
PM
3442011-08-09 Phil Muldoon <pmuldoon@redhat.com>
345
346 * gdb.texinfo (Python): Document command and function
347 auto-loading.
348
177bc839
JK
3492011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
350 Eli Zaretskii <eliz@gnu.org>
351
352 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
353 typedefs unrolling. Extend the sample code by an inner typedef and
354 outer typedefs unrolling.
355
1a532630
PP
3562011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
357
358 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
359 size and line-size.
360
9b158ba0 3612011-07-21 Matt Rice <ratmice@gmail.com>
362
363 PR macros/12999
364 * gdb.texinfo (Macros): Add info definitions and info macros commands.
365 Update text and cindex entries for info macro command.
366
d17b6f81
PM
3672011-07-21 Phil Muldoon <pmuldoon@redhat.com>
368
369 * observer.texi (GDB Observers): Add before_prompt observer.
370 * gdb.texinfo (Basic Python): Add documentation for prompt
371 substitution.
372
713389e0
PM
3732011-07-11 Phil Muldoon <pmuldoon@redhat.com>
374
375 PR python/12438
376 * gdb.texinfo (Python Commands): Add deprecate note to maint
377 set/show python print-stack. Document set/show python
378 print-backtrace.
379
177b42fe
TJB
3802011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
381
382 * gdb.texinfo: Fix typos.
383
900e11f9
JK
3842011-07-01 Tom Tromey <tromey@redhat.com>
385
386 * gdb.texinfo (Debugging Output): Document set debug
387 check-physname.
388
39c4d40a
TT
3892011-06-29 Tom Tromey <tromey@redhat.com>
390
391 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
392 breakpoint-notifications feature.
393
6f5def7d
UW
3942011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
395
396 * gdb.texinfo (Target Description): Remove warning about
397 possibly unstable format.
398
8cf64490
TT
3992011-06-03 Tom Tromey <tromey@redhat.com>
400
401 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
402 (Events In Python): Note that exit_code is optional.
403
393eab54
PA
4042011-05-17 Pedro Alves <pedro@codesourcery.com>
405
406 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
407 required for multi-threading support.
408 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
409 Hc are deprecated for multi-threading debugging. Point readers at
410 the vCont packet.
411
75fc9810
DE
4122011-05-15 Doug Evans <dje@google.com>
413
414 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
415
01124a23
DE
4162011-05-13 Doug Evans <dje@google.com>
417
98a5dd13
DE
418 * gdb.texinfo (Threads): Document $sdir,$pdir.
419 (Server): Document $pdir exception.
420
dbaefcf7
DE
421 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
422
cc63ef9b
DE
423 * gdb.texinfo (Threads): Clarify default value for
424 libthread-db-search-path.
7e0396aa 425
01124a23
DE
426 * gdb.texinfo (Completion): Update example.
427 (Debugging Output): Delete `set/show debug lin-lwp-async'.
428
d248b706
KY
4292011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
430
431 * gdb.texinfo: Document change in the behaviour of the enable and
432 disable GDB commands when applied to tracepoints.
433 Document the EnableDisableTracepoints remote stub feature.
434 Document QTEnable and QTDisable in the list of tracepoint packets.
435
cc88a640
JK
4362011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
437
438 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
439 hsuser.texi.
440 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
441 comment to hsuser.texi. Change rluser.texi name in the comment.
442
84e578fb
DE
4432011-05-10 Doug Evans <dje@google.com>
444
445 * gdb.texinfo (Threads): If an empty path is provided for
446 libthread-db-search-path it is reset to its default value.
447 (Server): Ditto.
448
478aac75
DE
4492011-05-09 Doug Evans <dje@google.com>
450
451 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
452
9c06b0b4
TJB
4532011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
454 Thiago Jung Bauermann <bauerman@br.ibm.com>
455
456 Implement support for PowerPC BookE masked watchpoints.
457 * gdb.texinfo (Set Watchpoints): Document mask parameter.
458 (PowerPC Embedded): Mention support of masked watchpoints.
459
9ed350ad
JB
4602011-05-03 Joel Brobecker <brobecker@adacore.com>
461
462 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
463 `@value{GDBN}'.
464
4ceed123
JB
4652011-05-03 Joel Brobecker <brobecker@adacore.com>
466
467 * gdb.texinfo (titlepage): Remove dedication.
468 (In Memoriam): New appendix.
469
559a7a62
JK
4702011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
471 Eli Zaretskii <eliz@gnu.org>
472
473 * gdb.texinfo (Index Section Format): Change the version to 5.
474 Describe the different formula.
475
03f2bd59
JK
4762011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
477 Eli Zaretskii <eliz@gnu.org>
478
479 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
480 for disconnected tracing.
481 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
482 extended-remote relationship. Mention --once.
483 (TCP port allocation lifecycle of @code{gdbserver}): New.
484
d9b1a651
EZ
4852011-04-23 Eli Zaretskii <eliz@gnu.org>
486
487 * gdb.texinfo (Server): Improve indexing. Index all optional
488 switches to gdbserver.
489
90476074
TT
4902011-04-20 Tom Tromey <tromey@redhat.com>
491
492 * gdb.texinfo (Index Section Format): New node.
493 (Top): Add new node to menu.
494
c21236dc
PA
4952011-04-20 Pedro Alves <pedro@codesourcery.com>
496
497 * gdb.texinfo (Maintenance Commands): Document `maint print
498 remote-registers'.
499
05c8c3f5
TT
5002011-04-20 Tom Tromey <tromey@redhat.com>
501
502 * gdb.texinfo (Trace File Format): Move node later.
503
7a9dd1b2
TT
5042011-04-19 Tom Tromey <tromey@redhat.com>
505
506 * gdbint.texinfo (Register Information Functions): Remove
507 duplicate "the".
508 * gdb.texinfo (Emacs): Remove duplicate "to".
509 (GDB/MI Variable Objects): Remove duplicate "the".
510 (General Query Packets): Likewise.
511
4368ebeb
JB
5122011-04-02 Joel Brobecker <brobecker@adacore.com>
513
514 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
515 "GDB/MI Ada Exception Information" node.
516
956a9fb9
JB
5172011-04-01 Joel Brobecker <brobecker@adacore.com>
518
519 * gdb.texinfo (GDB/MI Ada Exception Information): Document
520 the "exception-name" field in the *stopped async record.
521
f1310107
TJB
5222011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
523 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
524
525 Implement support for PowerPC BookE ranged breakpoints.
526 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
527
8786b2bd
TT
5282011-03-28 Tom Tromey <tromey@redhat.com>
529
530 * gdb.texinfo (Set Tracepoints): Fix typo.
531
9ef07c8c
TT
5322011-03-24 Tom Tromey <tromey@redhat.com>
533
534 * gdb.texinfo (Specify Location): Document `function:label'
535 linespec.
536
99c3dc11
PM
5372011-03-18 Phil Muldoon <pmuldoon@redhat.com>
538
f1310107 539 PR python/12149
99c3dc11
PM
540
541 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
542
29703da4
PM
5432011-03-17 Phil Muldoon <pmuldoon@redhat.com>
544
545 * gdb.texinfo (Blocks In Python): Add is_valid method description.
546 (Inferiors In Python): Likewise.
547 (Threads In Python): Likewise.
548 (Symbols In Python): Likewise.
549 (Objfiles In Python): Likewise.
550 (Symbol Tables In Python): Likewise.
551
c9174737
PA
5522011-03-15 Pedro Alves <pedro@codesourcery.com>
553
554 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
555 display>: Explain that the commands accept number ranges.
556
7371cf6d
PM
5572011-03-14 Phil Muldoon <pmuldoon@redhat.com>
558
559 * gdb.texinfo (Breakpoints In Python): Add description and example
560 of Python stop function operation.
561
ecec24e6
PM
5622011-03-10 Phil Muldoon <pmuldoon@redhat.com>
563
564 * gdb.texinfo (Parameters In Python): Document get_set_string and
565 get_show_string methods.
566
6dcd5565
JK
5672011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
568
569 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
570
81896e36
JK
571 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
572 circular-trace-buffer name.
573
5e30da2c
JB
5742011-02-28 Joel Brobecker <brobecker@adacore.com>
575
576 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
577 in the previous change.
578
3bd0f5ef 5792011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
580
581 * gdb.texinfo (Inferiors and Programs): Update commands to show
582 that they can accept multiple arguments.
583
4ec7539c
JB
5842011-02-24 Joel Brobecker <brobecker@adacore.com>
585
586 Revert the following patch (code patch was not approved):
587 2011-02-21 Hui Zhu <teawater@gmail.com>
588 * agentexpr.texi (bytecode descriptions): add printf.
589 * gdb.texinfo (tracepoint action lists): add printf.
590
82809774
DE
5912011-02-23 Doug Evans <dje@google.com>
592
593 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
594
e5a67952
MS
5952011-02-23 Michael Snyder <msnyder@vmware.com>
596
597 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
598 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
599 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
600
6e6fbe60
DE
6012011-02-22 Doug Evans <dje@google.com>
602
603 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
604 Clarify behaviour of lookup_symbol when `block' argument is omitted,
605 add description of result, fix @defun formatting.
606
f994e27a
HZ
6072011-02-21 Hui Zhu <teawater@gmail.com>
608
609 * agentexpr.texi (Bytecode Descriptions): Add printf.
610 * gdb.texinfo (Tracepoint Action Lists): Add printf.
611
c7f96d2b
TT
6122011-02-18 Tom Tromey <tromey@redhat.com>
613
614 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
615
60f98dde
MS
6162011-02-14 Michael Snyder <msnyder@vmware.com>
617
618 * gdb.texinfo (threads): Document argument for "info threads" cmd.
619 Document new command "thread find".
620
08e796bc
MS
6212011-02-14 Michael Snyder <msnyder@vmware.com>
622
623 * gdb.texinfo (Threads): Update example of new thread message.
624
b3b9301e
PA
6252011-02-14 Pedro Alves <pedro@codesourcery.com>
626
627 * gdb.texinfo (Remote Configuration): Mention set/show remote
628 traceframe-info.
629 (Tools/Packages Optional for Building GDB): Mention that expat is
630 used for traceframe info.
631 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
632 (General Query Packets) <qSupported>: Describe the
633 qXfer:traceframe-info:read feature.
634 (qXfer::read): Describe qXfer:traceframe-info:read.
635 (Traceframe Info Format): New section.
636
cef35b0f
PA
6372011-02-04 Pedro Alves <pedro@codesourcery.com>
638
639 * gdbint.texinfo (Formatting): Mention some formatting guidelines
640 for casts and unary operators.
641
f1cbe1d3
TT
6422011-02-04 Tom Tromey <tromey@redhat.com>
643
644 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
645 is not useful.
646
585fdaa1
PA
6472011-01-25 Pedro Alves <pedro@codesourcery.com>
648
649 * gdb.texinfo: s/value optimized out/optimized out/g
650
7bfc9434
JB
6512011-01-21 Joel Brobecker <brobecker@adacore.com>
652
653 * gdb.texinfo (Other Misc Settings): Rework part of the
654 documentation of the "set interactive mode" command.
655
4694da01
TT
6562011-01-19 Tom Tromey <tromey@redhat.com>
657
658 * gdb.texinfo (Threads): Document thread name output and `thread
659 name' command.
660 (Threads In Python): Document Thread.name attribute.
661 (GDB/MI Thread Commands): Document thread attributes.
662
b716877b
AB
6632011-01-12 Andrew Burgess <aburgess@broadcom.com>
664
665 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
666 changes in mi/mi-cmd-disas.c
667
13fd8b81
TT
6682011-01-12 Tom Tromey <tromey@redhat.com>
669
670 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
671 Fix "thread apply" text.
672
e09342b5
TJB
6732011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
674 Thiago Jung Bauermann <bauerman@br.ibm.com>
675
676 Implement support for PowerPC BookE ranged watchpoints.
677 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
678 the "set powerpc exact-watchpoints" flag.
679
06e65f44
TT
6802011-01-07 Tom Tromey <tromey@redhat.com>
681
682 * gdb.texinfo (Python API): Add descriptions to @menu items.
683
d8e22779
TT
6842011-01-06 Tom Tromey <tromey@redhat.com>
685
686 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
687
a255712f
PP
6882010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
689
e09342b5 690 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 691
ccfc3d6e
TT
6922011-01-06 Tom Tromey <tromey@redhat.com>
693
694 PR python/12133:
695 * gdb.texinfo (Frames In Python): Document various frame
696 constants.
697
44944448
JB
6982011-01-05 Joel Brobecker <brobecker@adacore.com>
699
700 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
701 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
702 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
703
42ea3d7a
JK
7042011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
705
706 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
707 (clean): Add GDBvn.texi.
708
720d1a40
JB
7092010-12-29 Joel Brobecker <brobecker@adacore.com>
710
711 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
712 occasional case where the debugger prints an array address
713 instead of the array itself.
714
ad196637
PA
7152010-12-23 Pedro Alves <pedro@codesourcery.com>
716
717 * gdb.texinfo (Packets) <read registers packet>: Document support
718 for registers that were not collected.
719
a86caf66
DE
7202010-12-15 Doug Evans <dje@google.com>
721
722 * gdb.texinfo (Startup): Document auto-loading of scripts during
723 startup.
724 (Auto-loading): Delete "maint set python auto-load on|off".
725 Add "set auto-load-scripts on|off".
726
aae1c79a
DE
7272010-12-07 Doug Evans <dje@google.com>
728
729 * gdb.texinfo (Mode Options): Document -data-directory.
730 (Data Files): Add reference to -data-directory.
731
4e04c971
DE
7322010-11-29 Doug Evans <dje@google.com>
733
734 * gdb.texinfo (Pretty-Printer Introduction): Change
735 printer-name:subprinter-name to printer-name;subprinter-name.
736
94b6973e
PM
7372010-11-29 Phil Muldoon <pmuldoon@redhat.com>
738
739 PR python/12199
740
741 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
742
39037522
TT
7432010-11-23 Tom Tromey <tromey@redhat.com>
744
745 * gdb.texinfo (Top): Check SYSTEM_READLINE.
746 (Editing): Likewise.
747 (Command History): Likewise.
748 (TUI Keys): Likewise.
749 (Bug Reporting): Conditionally include rluser.texi and
750 inc-history.texinfo.
751 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
752 (GDB_DOC_SOURCE_INCLUDES): Add comment.
753 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
754 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
755 (gdb.pdf): Likewise.
756 (gdb.info): Likewise.
757 (gdb/index.html): Likewise.
758
5ae98d25
TT
7592010-11-23 Tom Tromey <tromey@redhat.com>
760
761 * Makefile.in (Makefile): Run ../config.status.
762 (distclean): Update.
763 * configure: Remove.
764 * configure.ac: Remove.
765
621c8364
TT
7662010-11-12 Tom Tromey <tromey@redhat.com>
767
768 * gdb.texinfo (Basic Python): Update. Add xref.
769 (Exception Handling): Document new exception classes.
770 (Types In Python): Update.
771 (Frames In Python): Update.
772
84f4c1fe
PM
7732010-11-11 Phil Muldoon <pmuldoon@redhat.com>
774
775 * gdb.texinfo (Breakpoints In Python): Document "internal"
776 parameter, and visible attribute.
777
99e7ae30
DE
7782010-11-05 Doug Evans <dje@google.com>
779
780 * gdb.texinfo (Source Path): Document "set directories".
781
f4b8a18d
KW
7822010-11-05 Ken Werner <ken.werner@de.ibm.com>
783
784 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
785 (OpenCL C): New node.
786
7b51bc51
DE
7872010-11-02 Doug Evans <dje@google.com>
788
789 * gdb.texinfo (Pretty Printing): Expand into three sections,
790 introduction, example, and commands.
791 (Python API): Delete section Disabling Pretty-Printers, merge into
792 Selecting Pretty-Printers.
793 (Writing a Pretty-Printer): New section. Move the pretty-printer
794 example here, and reformat to match python coding style. Add a second
795 example using the gdb.printing module.
796 (Python modules): Add gdb.printing.
797
9eeee977
DE
7982010-10-29 Doug Evans <dje@google.com>
799
800 * gdb.texinfo (Python): Fix long line.
801
a0e0ffdf
DE
8022010-10-20 Doug Evans <dje@google.com>
803
804 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
805 All references updated. Correct sections marked as subsections.
806 (Coding Standards): New chapter. Move the coding standard related
807 subsections here. Add section on Python coding standards.
808
0e3509db
DE
8092010-10-13 Doug Evans <dje@google.com>
810
811 * gdb.texinfo (Python): Add "Python modules".
812 (Types in Python): Add reference to gdb.types section.
813 (Python modules): New node.
814
44592cc4
DE
8152010-10-11 Doug Evans <dje@google.com>
816
817 * gdb.texinfo (Values From Inferior): Add reference to "Types in
818 Python" from gdb.Value.type description.
819
6e1bb179
JB
8202010-09-28 Joel Brobecker <brobecker@adacore.com>
821
822 * gdb.texinfo (Ravenscar Profile): New node.
823
e8467610
TT
8242010-09-22 Tom Tromey <tromey@redhat.com>
825
826 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
827
fccd1d1e
EZ
8282010-09-22 Eli Zaretskii <eliz@gnu.org>
829
830 * gdb.texinfo (Values From Inferior): Clarify that
831 value.dynamic_type works only in C++ programs with RTTI.
832
c1b6b909
TT
8332010-09-15 Paul Bolle <pebolle@tiscali.nl>
834
835 * gdb.texinfo (Character Sets): Correctly reference host-charset
836 in example.
837
7d288aaa
TT
8382010-09-13 Tom Tromey <tromey@redhat.com>
839
840 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
841 Document "fullname" and "from".
842
f75d858b
MK
8432010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
844
845 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
846 feature `reverse' output by -list-target-features.
847
83b9503b
L
8482010-08-31 H.J. Lu <hongjiu.lu@intel.com>
849
850 * gdb.texinfo (i386 Features): Remove an extra "@item".
851
03f17ccf
TT
8522010-08-30 Tom Tromey <tromey@redhat.com>
853
854 PR python/11792:
855 * gdb.texinfo (Values From Inferior): Document dynamic_type.
856
9779414d
DJ
8572010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
858
859 * gdb.texinfo (ARM Features): Document
860 org.gnu.gdb.arm.m-profile.
861
f9ffd4bb
TT
8622010-08-23 Tom Tromey <tromey@redhat.com>
863
864 PR python/11145:
865 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
866 reinterpret_cast methods.
867
702c2711
TT
8682010-08-23 Tom Tromey <tromey@redhat.com>
869
870 PR python/11915:
871 * gdb.texinfo (Types In Python): Document array method.
872
66b73624
TJB
8732010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
874
875 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
876
06a64a0b
TT
8772010-08-16 Tom Tromey <tromey@redhat.com>
878
879 * gdb.texinfo (Set Watchpoints): Document -location option.
880
a3a7127e
DE
8812010-08-13 Doug Evans <dje@google.com>
882
883 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
884
8dedea02
VP
8852010-08-13 Vladimir Prus <vladimir@codesourcery.com>
886
887 * gdb.texinfo (GDB/MI Data Manipulation): Document
888 -data-read-memory-raw and -data-write-memory-raw.
889
ca5c20b6 8902010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 891 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
892
893 * gdb.texinfo (Basic Python): Describe post_event API.
894
cb2e07a6
PM
8952010-08-11 Phil Muldoon <pmuldoon@redhat.com>
896
897 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 898 decode_line Python APIs
cb2e07a6 899
464b3efb
TT
9002010-08-10 Tom Tromey <tromey@redhat.com>
901
902 * gdb.texinfo (Pretty Printing API): Document
903 gdb.default_visualizer.
904
c29c521f
TT
9052010-08-10 Tom Tromey <tromey@redhat.com>
906
907 Revert gdb-add-index addition:
908 * gdb.texinfo (Index Files): Don't document gdb-add-index.
909
5da1313b
JK
9102010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
911 Eli Zaretskii <eliz@gnu.org>
912
913 * gdb.texinfo (Mode Options) <-batch>
914 (Basic Python) <gdb.execute>: Describe setting width and height.
915
02d868e8
PP
9162010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
917
918 * gdb.texinfo (Threads): Document 'debug libthread-db'.
919
c2bbed2a
TT
9202010-07-30 Tom Tromey <tromey@redhat.com>
921
922 * gdb.texinfo (Index Files): Mention gdb-add-index.
923
6c13bbe1
HZ
9242010-07-30 Hui Zhu <teawater@gmail.com>
925
926 * gdb.texinfo (Inferiors and Programs): Update the introduce of
927 "detach inferior" and "kill inferior".
928
53a71c06
CR
9292010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
930
931 * gdb.texinfo (Machine Code): Update description of two forms of
932 arguments, and add new example to demonstrate the new form.
933
5374244e
PM
9342010-07-27 Phil Muldoon <pmuldoon@redhat.com>
935
936 * gdb.texinfo (Values From Inferior): Add value inferior function
937 call description.
938
8ea5bce5
JK
9392010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
940
941 * gdb.texinfo (Active Targets): Fix wrong comma placement.
942
c0edd9ed
JK
9432010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
944 Eli Zaretskii <eliz@gnu.org>
945
946 Make core files the process_stratum.
947 * gdb.texinfo (Active Targets): Remove core_stratum. Include
948 record_stratum example.
949
9291a0cd
TT
9502010-07-13 Tom Tromey <tromey@redhat.com>
951
952 * gdb.texinfo (Index Files): New node.
953
f5011d11
TT
9542010-07-13 Tom Tromey <tromey@redhat.com>
955
956 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
957
0f5238ed
TT
9582010-07-13 Tom Tromey <tromey@redhat.com>
959
960 * gdb.texinfo (Specify Location): Document labels.
961
74c761c1
PA
9622010-07-01 Pedro Alves <pedro@codesourcery.com>
963
964 * gdb.texinfo (Create and Delete Tracepoints): Add more index
965 entries for fast tracepoints and static tracepoints.
966
501994c0
PA
9672010-07-01 Pedro Alves <pedro@codesourcery.com>
968
969 * gdb.texinfo (General Query Packets) <qfThreadInfo,
970 qsThreadInfo>: Spell out `l' as ell.
971
0fb4aa4b
PA
9722010-07-01 Pedro Alves <pedro@codesourcery.com>
973
974 * gdb.texinfo (Convenience Variables): Document $_sdata.
975 (Commands to Set Tracepoints): Describe static tracepoints. Add
976 `Listing Static Tracepoint Markers' menu entry. Document
977 "strace".
978 (Tracepoint Action Lists): Document collecting $_sdata.
979 (Listing Static Tracepoint Markers): New subsection.
980 (Tracepoints support in gdbserver): Mention static tracepoints.
981 (remote packets, enabling and disabling): Mention
982 read-sdata-object.
983 (General Query Packets) <qSupported>: Document qXfer:sdata:read
984 and StaticTracepoint.
985 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
986 Document qXfer:sdata:read.
987 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
988
dc3b15be
JB
9892010-06-29 Joel Brobecker <brobecker@adacore.com>
990
991 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
992
595939de
PM
9932010-06-28 Phil Muldoon <pmuldoon@redhat.com>
994 Tom Tromey <tromey@redhat.com>
995 Thiago Jung Bauermann <bauerman@br.ibm.com>
996
997 * gdb.texinfo (Inferiors In Python): New node.
998 * gdb.texinfo (Threads In Python): New node.
999
9279c692
JB
10002010-06-28 Joel Brobecker <brobecker@adacore.com>
1001
1002 * gdb.texinfo (Python): Document what the python directory is
1003 and what its location is.
1004 (Basic Python): Document the gdb.PYTHONDIR constant.
1005
bc9f0842
TT
10062010-06-25 Tom Tromey <tromey@redhat.com>
1007
1008 PR python/10808:
1009 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1010
f1421989
HZ
10112010-06-24 Hui Zhu <teawater@gmail.com>
1012
1013 * gdb.texinfo: (Commands for Controlled Output): Add
1014 documentation for command "eval".
1015
e4c0cfae
SS
10162010-06-21 Stan Shebs <stan@codesourcery.com>
1017
1018 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1019 * annotate.texinfo: Ditto.
1020 * gdbint.texinfo: Ditto.
1021 * stabs.texinfo: Ditto.
1022
bb08c432
HZ
10232010-06-22 Hui Zhu <teawater@gmail.com>
1024
1025 * gdb.texinfo: (Process Record and Replay): Add documentation
1026 for command "set record memory-query".
1027
4f5d9f07
SS
10282010-06-21 Stan Shebs <stan@codesourcery.com>
1029
1030 * gdb.texinfo: Relicense under GFDL version 1.3.
1031 * annotate.texinfo: Relicense under GFDL version 1.3.
1032 * gdbint.texinfo: Relicense under GFDL version 1.3.
1033 * stabs.texinfo: Relicense under GFDL version 1.3.
1034 * fdl.texi: Update to version 1.3.
1035
6aed2dbc
SS
10362010-06-18 Stan Shebs <stan@codesourcery.com>
1037
a61408f8
SS
1038 * gdb.texinfo (Operating System Auxiliary Information): Describe
1039 "info os" when no arguments given.
1040
6aed2dbc
SS
1041 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1042 $_thread.
1043
24e933df
HZ
10442010-06-18 Hui Zhu <teawater@gmail.com>
1045
1046 * gdb.texinfo: (Process Record and Replay): Add documentation
1047 for commands "record save" and "record restore".
1048
65d79d4b
SDJ
10492010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1050
1051 * gdb.texinfo: Include information about the correct use
1052 of addresses in the `watch' command.
1053
d914c394
SS
10542010-06-11 Stan Shebs <stan@codesourcery.com>
1055
1056 * gdb.texinfo (Observer Mode): New section.
1057 (General Query Packets): Document QAllow.
889bf7c5 1058
967cf477
DE
10592010-06-04 Doug Evans <dje@google.com>
1060
1061 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1062
aaf4119b
DE
10632010-06-03 Doug Evans <dje@google.com>
1064
1065 * gdbint.texinfo (Coding): Add subsection on command names.
1066
9eae7c52
TT
10672010-06-02 Tom Tromey <tromey@redhat.com>
1068
1069 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1070 always-disassemble.
1071
fa593d66
PA
10722010-06-01 Pedro Alves <pedro@codesourcery.com>
1073
1074 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1075 gdbserver, and add cross reference.
1076 (Tracepoints support in gdbserver): New subsection.
1077
dde08ee1
PA
10782010-05-26 Pedro Alves <pedro@codesourcery.com>
1079
1080 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1081 `qRelocInsn' feature.
1082 (Relocate instruction reply packet): New subsection
1083 of `Tracepoint Packets'.
1084 (Tracepoint Packets): Mention that packets QTDP and QTStart
1085 support the qRelocInsn request, and add cross reference to new
1086 subsection.
1087
07ca107c
DE
10882010-05-25 Doug Evans <dje@google.com>
1089
1090 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1091 (Commands In Python): Document gdb.string_to_argv.
1092
c25c4a8b
JK
10932010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1094
1095 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1096 ATTR_NORETURN.
1097
d7b32ed3 10982010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
1099 Tom Tromey <tromey@redhat.com>
1100 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 1101
c25c4a8b 1102 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 1103
6aecb9c2
JB
11042010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1105
1106 * gdb.texinfo: (Summary) Add mention about D language support.
1107 (Filenames): Add D suffixes.
1108 (D): New node.
1109
b7da9e9f
PM
11102010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1111
1112 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1113 of macro deleted from GDB code.
1114
ab38a727
PA
11152010-04-24 Pedro Alves <pedro@codesourcery.com>
1116
1117 * gdb.texinfo (Commands to specify files): Describe what how GDB
1118 looks up DOS-based filesystem paths on the system root. Document
1119 the new `set/show target-file-system-kind' commands.
1120
66d09542
DE
11212010-04-23 Doug Evans <dje@google.com>
1122
1123 * gdb.texinfo (Python): Move Auto-loading section here ...
1124 (Python API): from here.
1125 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1126 (Maintenance Commands): Add docs for "maint print section-scripts".
1127
8bd10a10
CM
11282010-04-20 Chris Moller <cmoller@redhat.com>
1129
1130 * gdb.texinfo (Setting Breakpoints): Added description of
1131 filename-qualified rbreak.
1132 * refcard.tex (Breakpoints and Watchpoints): Added brief
1133 description of filename-qualified rbreak.
1134
4c374409
JK
11352010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1136
1137 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1138 (Python API): Change the reference to Pretty Printing API.
1139 (Pretty Printing): Move the user part under the Data node. Reformat
1140 the sample output to 72 columns. Create a new reference to Pretty
1141 Printing API. Rename the API part ...
1142 (Pretty Printing API): To a new node name.
1143 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1144 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1145
5a9351ae
SS
11462010-04-21 Stan Shebs <stan@codesourcery.com>
1147
1148 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1149 and commands.
5a9351ae 1150 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1151
9a22f0d0
PM
11522010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1153
1154 * gdb.texinfo (Examining memory): Update for change in string
1155 display with explicit size.
1156
6149aea9
PA
11572010-04-19 Pedro Alves <pedro@codesourcery.com>
1158
1159 PR breakpoints/8554.
1160
1161 * gdb.texinfo (Save Breakpoints): New node.
1162 (save-tracepoints): Rename to ...
1163 (save tracepoints): ... this. Mention that `save-tracepoints' is
1164 a deprecated alias to `save tracepoints'.
1165
711e434b
PM
11662010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1167
645797a8 1168 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1169 (info w32 thread-information-block): Document new command.
1170 (qGetTIBAddress): Document new gdbserver query.
1171 (maint set/show show-all-tib): Document new command.
1172
3f7b2faa
DE
11732010-04-15 Doug Evans <dje@google.com>
1174
fa33c3cd
DE
1175 * gdb.texinfo (Python API): Add progspaces section.
1176 (Selecting Pretty-Printers): Progspace pretty-printers are
1177 searched too.
1178 (Progspaces In Python): New section.
1179
3f7b2faa
DE
1180 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1181
79f283fe
PM
11822010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1183
1184 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1185 returns None.
1186
87290684
SS
11872010-04-09 Stan Shebs <stan@codesourcery.com>
1188
1189 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1190 Describe the `frames-created' field, tweak grammar.
1191
a97153c7
PA
11922010-04-09 Pedro Alves <pedro@codesourcery.com>
1193
1194 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1195 Describe the `circular' and `disconnected' fields.
1196
5c5dcc1b
L
11972010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1198
1199 * gdb.texinfo (maint print registers): Mention unavailable and
1200 invisible registers.
1201
adc36818
PM
12022010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1203 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1204 Tom Tromey <tromey@redhat.com>
adc36818
PM
1205
1206 * gdb.texinfo (Breakpoints In Python): New Node.
1207
33da3f1c
SS
12082010-04-08 Stan Shebs <stan@codesourcery.com>
1209
1210 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1211 trace status fields.
1212
3a13a53b
L
12132010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1214
1215 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1216 optional. Make org.gnu.gdb.i386.avx requires
1217 org.gnu.gdb.i386.avx.
1218
08001717
DE
12192010-04-08 Doug Evans <dje@google.com>
1220
1221 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1222 search path, and document that gdb only scans the search path if
1223 the script's path doesn't specify a directory.
1224
c375651d
DE
12252010-04-05 Doug Evans <dje@google.com>
1226
1227 * gdb.texinfo (maint show python auto-load): Fix typo.
1228
af54718e
SS
12292010-04-04 Stan Shebs <stan@codesourcery.com>
1230
d77f58be
SS
1231 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1232 (Setting Watchpoints): Update description of "info watch".
1233 (Disabling Breakpoints): Only "info break" lists all.
1234
af54718e
SS
1235 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1236 (tdump): Explain how tdump works.
1237
86b17b60
PA
12382010-04-01 Pedro Alves <pedro@codesourcery.com>
1239
1240 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1241 add cross reference.
1242
ff12863f
PA
12432010-03-31 Pedro Alves <pedro@codesourcery.com>
1244
1245 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1246 commands error out.
1247
f68eb612
L
12482010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1249
1250 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1251
c8d5aac9
L
12522010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1253
1254 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1255
7d13fe92
SS
12562010-03-29 Stan Shebs <stan@codesourcery.com>
1257 Nathan Sidwell <nathan@codesourcery.com>
1258
1259 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1260 GDBN equivalent.
1261 (Set Tracepoints): Remove mention that conditional tracepoints
1262 don't exist.
1263 (Tracepoint Actions): Clarify when while-stepping collection
1264 happens, note that while-stepping does not automatically collect
1265 $pc.
1266
409873ef 12672010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1268
409873ef
SS
1269 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1270 (General Query Packets): Describe TracepointSource.
1271
ee8e71d4
EZ
12722010-03-27 Matt Rice <ratmice@gmail.com>
1273
c8d5aac9
L
1274 * gdb.texinfo (ARM): Document arguments to "target sim".
1275 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1276
99b5e152
PA
12772010-03-26 Pedro Alves <pedro@codesourcery.com>
1278
1279 * gdb.texinfo (Tracepoint Packets): Remove mention that
1280 terror:string may be plain text, and drop mention of X prefix.
1281
cd64ee31
VP
12822010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1283
1284 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1285
6c28cbf2
SS
12862010-03-24 Stan Shebs <stan@codesourcery.com>
1287
1288 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1289
95a42b64
TT
12902010-03-24 Tom Tromey <tromey@redhat.com>
1291
1292 PR breakpoints/9352:
1293 * gdb.texinfo (Break Commands): Update.
1294
18148017
VP
12952010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1296
1297 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1298 commands.
1299
4daf5ac0
SS
13002010-03-16 Stan Shebs <stan@codesourcery.com>
1301
1302 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1303 circular-trace-buffer.
1304 (Tracepoint Packets): Describe QTBuffer, and details of the
1305 qTStatus reply.
1306
c9429232
SS
13072010-03-12 Stan Shebs <stan@codesourcery.com>
1308 Nathan Sidwell <nathan@codesourcery.com>
1309
1310 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1311 doing instruction stepping.
1312 (Tracepoint Restrictions): New node.
1313
ccefe4c4
TT
13142010-03-10 Tom Tromey <tromey@redhat.com>
1315
1316 * gdbint.texinfo (Symbol Handling): Update.
1317
7c953934
TT
13182010-03-08 Tom Tromey <tromey@redhat.com>
1319
1320 PR cli/9591:
1321 * gdb.texinfo (Mode Options): Mention lack of pagination and
1322 confirmation with --batch.
1323 (Screen Size): Mention --batch.
1324 (Messages/Warnings): Likewise.
1325
f870a310
TT
13262010-03-05 Tom Tromey <tromey@redhat.com>
1327
1328 * gdb.texinfo (Basic Python): Document target_charset and
1329 target_wide_charset.
1330
78e2826b
TT
13312010-03-05 Tom Tromey <tromey@redhat.com>
1332
1333 * gdb.texinfo (Data): Link to pretty-printing.
1334 (Output Formats): Likewise. Correct text.
1335
f5dff777
DJ
13362010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1337
1338 * gdb.texinfo (Types): Describe <struct> and <flags>.
1339
dc00d89f
PM
13402010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1341
1342 * gdb.texinfo (Frames In Python): Add block parameter and
1343 description to read_var text.
1344
5107b149 13452010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1346 Tom Tromey <tromey@redhat.com>
5107b149
PM
1347
1348 * gdb.texinfo (Types In Python): Describe block argument in
1349 template_argument and gdb.lookup_type.
1350
e03e5e7b
TT
13512010-02-24 Tom Tromey <tromey@redhat.com>
1352
1353 * gdb.texinfo (Cygwin Native): Fix typo.
1354
f3e9a817
PM
13552010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1356
1357 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1358 and select method descriptions.
1359 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1360 Tables in Python to menu.
1361 (Blocks In Python): New node.
1362 (Symbols In Python): New node.
1363 (Symbol Tables in Python): New node.
1364
a79b8f6e
VP
13652010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1366
1367 Multiexec MI
1368
1369 gdb/
1370 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1371
1372 gdb/doc/
1373 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1374 changes.
1375 (GDB/MI Program Execution): Document current behaviour of
1376 --all and --thread-group.
1377 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1378 -remove-inferior.
1379 * observer.texi (inferior_added, inferior_removed): New
1380 observers.
1381
629d6a47
TT
13822010-02-19 Tom Tromey <tromey@redhat.com>
1383
1384 * gdbint.texinfo (Getting Started): Fix @node.
1385 (Debugging GDB): Likewise.
1386
c09529e5
JB
13872010-02-13 Joel Brobecker <brobecker@adacore.com>
1388
1389 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1390 documenting the gdb_test_timeout variable.
1391
540aa8e7
MS
13922010-02-12 Jakob Engblom <jakob@virtutech.com>
1393
1394 * gdb.texinfo (MI commands): Added documentation of --reverse
1395 option to a set of MI commands. Restructured documentation of MI
1396 commands --exec-continue to reflect the complexity of reverse
1397 execution.
1398
081dfbf7
PA
13992010-02-12 Pedro Alves <pedro@codesourcery.com>
1400
1401 * gdb.texinfo (Using the Collected Data): Specify that the address
1402 range of `tfind outsize' is exclusive, and that the address range
1403 of `tfind range' is inclusive.
1404 (Tracepoint Packets): Specify that the address range of
1405 `QTFrame:range' is inclusive, and that the address range of
1406 `QTFrame:outside' is exclusive
1407
8e9c5e02
VP
14082010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1409
1410 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1411
92981e24
TT
14122010-02-10 Tom Tromey <tromey@redhat.com>
1413
1414 * gdb.texinfo (Debugging Output): Document set debug parser and
1415 show debug parser.
1416
075b51b7
L
14172010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1418
1419 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1420 i386_eflags and i386_mxcsr.
1421
3bb8d5c3
L
14222010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1423
1424 * gdb.texinfo: Document i386 target features.
1425
c5f80513
DE
14262010-02-05 Doug Evans <dje@google.com>
1427
1428 * gdbint.texinfo (Testsuite): Add a new section to document the
1429 various DejaGnu variables that may be overridden.
1be00882 1430 Document INTERNAL_GDBFLAGS.
c5f80513 1431
6ac33a4e
TT
14322010-02-04 Tom Tromey <tromey@redhat.com>
1433
1434 PR cli/8830:
1435 * gdb.texinfo (Files): -readnow comes before the filename for file
1436 and symbol-file.
1437
a1dcb23a
DJ
14382010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1439
1440 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1441 Document ARM breakpoint types.
1442 (Register Packet Format): Move into the new section.
1443 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1444
95433b34
JB
14452010-01-21 Joel Brobecker <brobecker@adacore.com>
1446
1447 * gdb.texinfo (File Options): Adjust the documentation of this
1448 switch to refer to the "source" command rather than partially
1449 duplicating some of the relevant information.
1450 (Extending GDB): Introduce and document the set/show script-extension
1451 setting.
1452 (Command Files): Add note explaining that the "source" command
1453 is also used to evalute scripts written in other languages.
1454 Remove the short slightly incorrect reference to sourcing Python
1455 scripts.
1456 (Python Commands): Document how to execute a Python script from GDB.
1457
8d576872
JB
14582010-01-19 Joel Brobecker <brobecker@adacore.com>
1459
1460 * gdb.texinfo (Command Files): Fix typo.
1461
8150ff9c
JB
14622010-01-18 Tom Tromey <tromey@redhat.com>
1463
1464 * gdb.texinfo (File Options): Document -x on .py files.
1465 (Command Files): Document handling of Python scripts.
1466
23db03a6
JZ
14672010-01-18 Jie Zhang <jie.zhang@analog.com>
1468
1469 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1470
00bf0b85
SS
14712010-01-15 Stan Shebs <stan@codesourcery.com>
1472
1473 * gdb.texinfo (Trace Files): New section.
1474 (Tracepoint Packets): Document QTSave and qTBuffer.
1475 (Trace File Format): New appendix.
1476
be759fcf
PM
14772010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1478
1479 * gdb.texinfo (Values From Inferior): Document lazy_string value
1480 method.
1481 (Python API): Add Lazy strings menu item.
1482 (Lazy Strings In Python): New node.
1483
dc146f7c
VP
14842010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1485
1486 * gdb.texinfo (GDB/MI Thread Information): New.
1487 (GDB/MI Async Records): Document the core field in *stopped.
1488 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1489 documentation
1490 (Process list): Document that osdata document may contain
1491 threads.
1492 (Remote Serial Protocol): Document qXfer:threads.
1493
d5551862
SS
14942010-01-06 Stan Shebs <stan@codesourcery.com>
1495
1496 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1497 disconnected tracing.
1498 (Tracepoint Packets): Document new protocol.
1499
7a697b8d
SS
15002010-01-05 Stan Shebs <stan@codesourcery.com>
1501
1502 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1503 tracepoints.
1504 (Tracepoint Packets): Describe remote protocol for fast
1505 tracepoints.
1506
e6f3ec50
JB
15072010-01-01 Joel Brobecker <brobecker@adacore.com>
1508
1509 Update the "Start of New Year Procedure".
1510 * gdbint.texinfo: Add the list of files that need to be updated
1511 manually. Minor reformatting.
1512
ddc4e9c1
JB
15132010-01-01 Joel Brobecker <brobecker@adacore.com>
1514
1515 * refcard.tex: Update copyright year in header and text.
1516
9d2897ad
JB
15172010-01-01 Joel Brobecker <brobecker@adacore.com>
1518
1519 * agentexpr.texi: Add 2010 to the list of copyright years.
1520 * annotate.texinfo: Likewise.
1521 * gdb.texinfo: Likewise.
1522 * gdbint.texinfo: Likewise.
1523 * observer.texi: Likewise.
1524 * stabs.texinfo: Likewise.
1525
6da95a67
SS
15262009-12-31 Stan Shebs <stan@codesourcery.com>
1527
1528 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1529
236f1d4d
SS
15302009-12-29 Stan Shebs <stan@codesourcery.com>
1531
1532 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1533
f61e138d
SS
15342009-12-28 Stan Shebs <stan@codesourcery.com>
1535
1536 * gdb.texinfo (Trace State Variables): New section.
1537 (Tracepoint Packets): Describe trace state variable packets.
1538 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1539 variable bytecodes.
1540
0fe7935b
DJ
15412009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1542
1543 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1544 declarations.
1545
a6b29f87
VP
15462009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1547
1548 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1549 -gdb-exit behaviour.
1550
5e4bde96
JB
15512009-12-20 Joel Brobecker <brobecker@adacore.com>
1552
1553 * gpl.texi: Update to version 3 of the GPL.
1554
a1715244
JB
15552009-12-20 Joel Brobecker <brobecker@adacore.com>
1556
1557 * Makefile.in: Update copyright header.
1558 * observer.texi: Fix the copyright header of the generated files.
1559
361ae042
PM
15602009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1561
1562 * gdb.texinfo (Types In Python): Describe range function.
1563
bfd31e71
PM
15642009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1565
1566 * gdb.texinfo (Types In Python): Describe "is_base_class".
1567
57a1d736
TT
15682009-12-03 Tom Tromey <tromey@redhat.com>
1569
1570 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1571
8cebebb9
PP
15722009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1573
1574 * observer.texi: New memory_changed observer.
1575
16af530a
TT
15762009-12-01 Tom Tromey <tromey@redhat.com>
1577
1578 * gdb.texinfo (Reverse Execution): Fix typo.
1579
b6199126
DJ
15802009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1581
1582 PR gdb/8704
1583
1584 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1585 are allowed after the breakpoint condition.
1586
7a6973ad
TT
15872009-11-23 Tom Tromey <tromey@redhat.com>
1588
1589 PR python/10782:
1590 * gdb.texinfo (Types In Python): Document Type.pointer.
1591
21a0512e
PP
15922009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1593
1594 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1595
a5832c8f
PA
15962009-11-11 Pedro Alves <pedro@codesourcery.com>
1597
1598 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1599 (Using Agent Expressions): Delete cross reference.
1600
1eb7cd77
JB
16012009-11-07 Joel Brobecker <brobecker@adacore.com>
1602
1603 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1604 and @settitle directives up to help makeinfo find them.
1605
24ddea62
JK
16062009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1607
1608 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1609 (Auto-loading): Use plural and note one can use multiple components now.
1610
3afae151
VP
16112009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1612
1613 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1614 -stack-list-arguments have the same documentation for parameter
1615 as -stack-list-locals. Add comas.
1616
14ff2235
PM
16172009-10-27 Tom Tromey <tromey@redhat.com>
1618 Eli Zaretskii <eliz@gnu.org>
1619
c8d5aac9 1620 PR python/10781
14ff2235
PM
1621
1622 * gdb.texinfo (Values From Inferior): Document cast method.
1623
9c419145
PP
16242009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1625
1626 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1627 and adjust example.
889bf7c5 1628
29153c24
MS
16292009-10-22 Michael Snyder <msnyder@vmware.com>
1630
1631 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1632 info record command. Also document the new save and restore
29153c24
MS
1633 commands.
1634
2b28d209
PP
16352009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1636
1637 * gdb.texinfo (Machine Code): Mention current pc marker.
1638 (Memory): Likewise.
1639
6c95b8df
PA
16402009-10-19 Pedro Alves <pedro@codesourcery.com>
1641 Stan Shebs <stan@codesourcery.com>
1642
1643 * observer.texi (new_inferior): Rename to...
1644 (inferior_appeared): ... this.
1645
1646 * gdb.texinfo (Inferiors): Rename node to ...
1647 (Inferiors and Programs): ... this. Mention running multiple
1648 programs in the same debug session.
1649 <info inferiors>: Mention the new 'Executable' column if "info
1650 inferiors". Update examples. Document the "add-inferior",
1651 "clone-inferior", "remove-inferior" and "maint info
1652 program-spaces" commands.
1653 (Process): Rename node to...
1654 (Forks): ... this. Document "set|show follow-exec-mode".
1655
2f8132f3
MS
16562009-10-11 Michael Snyder <msnyder@vmware.com>
1657
1658 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1659 (ReverseContinue): Ditto.
1660
cba4b2d3
PP
16612009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1662
1663 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1664
da082f17
JK
16652009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1666
1667 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1668
08be9d71
ME
16692009-10-06 Michael Eager <eager@eagercon.com>
1670
1671 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1672 (Embedded Processors): Add MicroBlaze.
1673 (MicroBlaze): New. Describe Xilinx MicroBlaze
1674
08a0efd0
PA
16752009-10-04 Pedro Alves <pedro@codesourcery.com>
1676
1677 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1678
cbb8f428
EZ
16792009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1680
1681 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1682
30a4a70c
JB
16832009-09-23 Joel Brobecker <brobecker@adacore.com>
1684
1685 * observer.texi (solib_unloaded): Document explicitly the fact that
1686 this observer is called before the associated symbols are unloaded.
1687
b3372f91
VP
16882009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1689
1690 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1691 -stack-list-variables.
1692
f43030c4
TT
16932009-09-18 Tom Tromey <tromey@redhat.com>
1694
1695 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1696 is experimental.
1697
ec7e75e7
PP
16982009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1699
1700 * gdb.texinfo (convenince variables): Mention
1701 $_siginfo could be empty.
f43030c4 1702
0cc7d26f
TT
17032009-09-15 Tom Tromey <tromey@redhat.com>
1704
1705 * gdb.texinfo (GDB/MI Variable Objects): Document
1706 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1707 Expand -var-update documentation.
1708
a96d9b2e
SDJ
17092009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1710
1711 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1712 feature.
1713
005ca36a
JB
17142009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1715
1716 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1717
0d772ac9
MS
17182009-09-10 Michael Snyder <msnyder@vmware.com>
1719
1720 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1721 ReverseStep replies to the qSupported query.
1722
14fb1bac
JB
17232009-09-10 Joel Brobecker <brobecker@adacore.com>
1724
1725 Add documentation for set/show interactive-mode.
1726 * gdb.texinfo (Other Misc Settings): New node.
1727
29b090c0
DE
17282009-09-01 Doug Evans <dje@google.com>
1729
1730 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1731 non-stop mode's affect on remote caching.
1732
4e5d721f
DE
17332009-08-31 Jacob Potter <jdpotter@google.com>
1734 Doug Evans <dje@google.com>
1735
1736 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1737 Mark `set/show remotecache' options as obsolete.
1738 Document new `set/show stack-cache' option.
1739 Update text for `info dcache'.
1740
55333a84
DE
17412009-08-27 Doug Evans <dje@google.com>
1742
1743 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1744 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1745
bc3a0b4d
RW
17462009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1747
1748 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1749 about autoconf.
1750
3a1ff0b6
PA
17512009-08-25 Pedro Alves <pedro@codesourcery.com>
1752
1753 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1754 small example, and describe its columns. Replace "inferior-id" by
1755 "infno" throughout.
1756
81ecdfbb
RW
17572009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1758
af542c2e
RW
1759 * gdbint.texinfo (Releasing GDB): Point to
1760 README-maintainer-mode file for required autoconf version.
1761 * configure.ac: Do not substitute datarootdir, htmldir,
1762 pdfdir, docdir. Do not process --with-datarootdir,
1763 --with-htmldir, --with-pdfdir, --with-docdir.
1764 * configure: Regenerate.
1765
81ecdfbb
RW
1766 * configure: Regenerate.
1767
4efc6507
DE
17682009-08-20 Reid Kleckner <reid@kleckner.net>
1769
1770 * gdb.texinfo: Add chapter on JIT interface.
1771
43089a6e
NR
17722009-08-07 Nick Roberts <nickrob@snap.net.nz>
1773
1774 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 1775 confirmation request.
43089a6e 1776
99e008fe
EZ
17772009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1778
c8d5aac9
L
1779 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1780 CRC definitions.
99e008fe 1781
48cb2d85
VP
17822009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1783
1784 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 1785 -break-commands.
48cb2d85 1786
ff1a52c6
UW
17872009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1788
1789 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1790 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1791
3285f3fe
UW
17922009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1793
1794 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1795 "set spu stop-on-load" and "show spu stop-on-load" commands.
1796
e35359c5
UW
17972009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1798
1799 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1800
58d6951d
DJ
18012009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1802
1803 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1804 org.gnu.gdb.arm.neon.
1805
08d16641
PA
18062009-07-20 Pedro Alves <pedro@codesourcery.com>
1807
1808 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1809 optional element.
1810 (subsection OS ABI): New subsection.
1811
782b2b07
SS
18122009-07-14 Stan Shebs <stan@codesourcery.com>
1813
1814 * gdb.texinfo (Tracepoint Conditions): New section.
1815 (General Query Packets): Describe ConditionalTracepoints.
1816 (Tracepoint Packets): Describe condition field.
1817 (Maintenance Commands): Describe maint agent-eval.
1818 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1819
9b117ef3
HZ
18202009-07-11 Hui Zhu <teawater@gmail.com>
1821
1822 * gdb.texinfo (disassemble): Add a new modifier /r
1823 to "disassemble" command to make it print the raw instructions
1824 in hex as well as in symbolic form.
1825
f5a33284
TT
18262009-07-09 Tom Tromey <tromey@redhat.com>
1827
1828 * gdbint.texinfo (Testsuite): Document parallel make check.
1829
812f7342
TT
18302009-07-09 Tom Tromey <tromey@redhat.com>
1831
1832 * gdbint.texinfo (Testsuite): Document test transcripts.
1833
fbb8f299
PM
18342009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1835
1836 * gdb.texinfo (Values From Inferior): Add length parameter
1837 description.
1838
dd8f35ac
EZ
18392009-07-04 Chris Genly <chris@genly.us>
1840
1841 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1842 in -var-list-children. Fix example according to what the code
1843 does.
1844
2277426b
PA
18452009-07-02 Pedro Alves <pedro@codesourcery.com>
1846
1847 * gdb.texinfo (Debugging multiple inferiors): Document the
1848 "inferior", "detach inferior" and "kill inferior" commands.
1849 (Debugging Programs with Multiple Processes): Adjust to mention
1850 generic "inferior" commands. Delete mention of "detach fork" and
1851 "delete fork". Cross reference to "Debugging multiple inferiors"
1852 section.
1853
a6d9a66e
UW
18542009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1855
5af949e3
UW
1856 * gdbint.texinfo (Item Output Functions): Update signature
1857 for ui_out_field_core_addr.
1858
18592009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1860
1861 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
1862 Update example code extrated from breakpoint.c.
1863
9901a55b 18642009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 1865
9901a55b
PP
1866 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1867 MI commands.
1868 (GDB/MI Symbol Query): Likewise.
1869 (GDB/MI File Commands): Likewise.
1870 (GDB/MI File Transfer Commands): Likewise.
1871 (GDB/MI Target Manipulation): Likewise.
1872 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 1873
edb3359d
DJ
18742009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1875
1876 * gdb.texinfo (Debugging Optimized Code): New chapter.
1877 (Compiling for Debugging): Reference it. Move some
1878 text to the new section.
1879
7cd1089b
PM
18802009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1881
1882 * doc/gdb.texinfo (Calling): Document
1883 set-unwind-on-terminating-exception usage.
1884
d4db2f36
PA
18852009-06-11 Pedro Alves <pedro@codesourcery.com>
1886
1887 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1888 command.
1889
d1a7880c
PA
18902009-06-07 Pedro Alves <pedro@codesourcery.com>
1891
1892 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1893 references.
1894
473f94e6
UW
18952009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
1896
1897 * gdbint.texinfo: Rename formal parameters to gdbarch function
1898 protoypes from "current_gdbarch" to "gdbarch".
1899
8f500870
TT
19002009-05-28 Tom Tromey <tromey@redhat.com>
1901
1902 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1903
b6313243
TT
19042009-05-27 Tom Tromey <tromey@redhat.com>
1905
1906 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1907 feature.
1908 (GDB/MI Variable Objects): Document -var-set-visualizer.
1909
19102009-04-02 Tom Tromey <tromey@redhat.com>
1911
1912 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1913 feature.
1914 (GDB/MI Variable Objects): Document -var-set-visualizer.
1915
a6bac58e
TT
19162009-05-27 Tom Tromey <tromey@redhat.com>
1917 Thiago Jung Bauermann <bauerman@br.ibm.com>
1918 Phil Muldoon <pmuldoon@redhat.com>
1919
1920 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1921 (Pretty Printing): New node.
1922 (Selecting Pretty-Printers): Likewise.
1923 (Python API): Update.
1924 (Output Formats): Document /r format.
1925
2c74e833
TT
19262009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1927 Tom Tromey <tromey@redhat.com>
1928
1929 * gdb.texinfo (Types In Python): New node.
1930 (Values From Inferior): "type" is now an attribute.
1931 (Python API): Update.
1932
89c73ade
TT
19332009-05-27 Tom Tromey <tromey@redhat.com>
1934 Thiago Jung Bauermann <bauerman@br.ibm.com>
1935 Phil Muldoon <pmuldoon@redhat.com>
1936
1937 * gdb.texinfo: Add @syncodeindex for `tp'.
1938 (Python API): Update.
1939 (Auto-loading): New node.
1940 (Objfiles In Python): New node.
1941
17a37d48
PP
19422009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1943
1944 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 1945
6718376f
NR
19462009-05-15 Nick Roberts <nickrob@snap.net.nz>
1947
1948 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1949
cbe54154
PA
19502009-05-12 Pedro Alves <pedro@codesourcery.com>
1951
1952 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1953 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1954 show show-debug-regs' docs.
1955
8e05493c
EZ
19562009-05-08 Eli Zaretskii <eliz@gnu.org>
1957
1958 * gdb.texinfo (Process Record and Replay): Add description of
1959 reverse execution.
1960
b39f4988
JB
19612009-05-07 Joel Brobecker <brobecker@adacore.com>
1962
1963 * gdbint.texinfo (Adding support for debugging core files): New node.
1964 (Native Debugging): Remove the ``Native core file Support'' section.
1965
a2311334
EZ
19662009-05-01 Eli Zaretskii <eliz@gnu.org>
1967
1968 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1969 Add index entries.
1970
53cc454a 19712009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 1972 Michael Snyder <msnyder@vmware.com>
53cc454a 1973
a2311334
EZ
1974 * gdb.texinfo: (Process Record and Replay): Add documentation for
1975 process record and replay.
53cc454a 1976
484086b7
JK
19772009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1978
1979 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1980 a new part on command-line defined macros.
1981
32ae1842
EZ
19822009-04-25 Eli Zaretskii <eliz@gnu.org>
1983
1984 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1985 clarify the wording.
1986
b14b1491
TT
19872009-04-23 Tom Tromey <tromey@redhat.com>
1988
1989 * gdb.texinfo (Data Files): New node.
1990 (GDB Files): Update menu.
1991
5c1e86e1
JB
19922009-04-23 Joel Brobecker <brobecker@adacore.com>
1993
1994 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 1995 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 1996
83eba9b7
VP
19972009-04-22 Vladimir Prus <vladimir@codesourcery.com>
1998
1999 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2000
e31198c4
HZ
20012009-04-22 Hui Zhu <teawater@gmail.com>
2002
2003 * gdb.texinfo (disassemble-next-line): Set the default of
2004 disassemble-next-line to off.
2005
26e251b6
JM
20062009-04-21 Joseph Myers <joseph@codesourcery.com>
2007
2008 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2009 --with-htmldir): New.
2010 * configure: Regenerate.
2011 * Makefile.in (datarootdir, docdir): Define.
2012 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2013 instead of $(SET_TEXINPUTS).
2014 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2015 gdbint.info instead of $(SET_TEXINPUTS).
2016 (gdbint/index.html): Use same -I options as for building
2017 gdbint.info.
2018 (stabs.dvi, stabs.pdf): Use same -I options as for building
2019 stabs.info instead of $(SET_TEXINPUTS).
2020 (stabs/index.html): Use same -I options as for building
2021 stabs.info.
2022 (annotate.dvi, annotate.pdf): Use same -I options as for building
2023 annotate.info instead of $(SET_TEXINPUTS).
2024 (annotate/index.html): Use same -I options as for building
2025 annotate.info.
2026
eac35c4e
DD
20272009-04-21 David Daney <ddaney@caviumnetworks.com>
2028
2029 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2030
29b0e8a2
JM
20312009-04-21 Joseph Myers <joseph@codesourcery.com>
2032
2033 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2034
2b831889 20352009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 2036 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
2037
2038 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2039 (MAKEHTMLFLAGS): Set to empty.
2040 (html__strip_dir): Define.
2041 (HTMLFILES): Define.
2042 (HTMLFILES_INSTALL): Define.
2043 (install-html): Copy new automake rule.
2044 (html): Depend on $(HTMLFILES).
2045 (gdb_toc.html): Rename to gdb/index.html.
2046 (gdbint_toc.html): Rename to gdbint/index.html.
2047 (stabs_toc.html): Rename to stabs/index.html.
2048 (annotate_toc.html): Rename to annotate/index.html.
2049
89a34d1b
JM
20502009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2051
2052 * Makefile.in: Set pdfdir and htmldir from configure
2053 substitutions.
2054 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2055 * configure: Regenerate.
2056
a2d5da46
JB
20572009-04-16 Joel Brobecker <brobecker@adacore.com>
2058
2059 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2060 This macro is no longer used.
2061
732f6a93
TT
20622009-04-15 Tom Tromey <tromey@redhat.com>
2063
2064 * gdb.texinfo (Character Sets): Document default character set.
2065
87f9adc1
PM
20662009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2067
2068 * gdbint.texinfo: Change server name from sources.redhat.com to
2069 sourceware.org throughout.
2070
2c88c651
JB
20712009-04-09 Joel Brobecker <brobecker@adacore.com>
2072
2073 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2074 about a missing dot or coma after @xref.
2075
4f5376b2
JB
20762009-04-02 Joel Brobecker <brobecker@adacore.com>
2077
2078 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2079 example, and add a small explanation about it.
2080 (Print Settings): Change the documentation of the "set print
2081 frame-arguments" to reflect the fact that the default is now "scalars".
2082
a0381d3a
JB
20832009-04-02 Joel Brobecker <brobecker@adacore.com>
2084
2085 * gdb.texinfo (Print Settings): Add kindex for command "set
2086 print frame-arguments".
2087
45ac276d
JB
20882009-03-31 Joel Brobecker <brobecker@adacore.com>
2089
2090 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2091 breakpoints.
2092 (Set Breaks): Add reference to thread-specific and task-specific
2093 breakpoints.
2094
32cd1edc
JB
20952009-03-31 Joel Brobecker <brobecker@adacore.com>
2096
2097 * gdb.texinfo (Ada Tasks): Remove the documentation about
2098 the "Running" state, as this state has been eliminated.
2099 Now all runnable tasks are shown as "Runnable".
2100
1042e4c0
SS
21012009-03-30 Stan Shebs <stan@codesourcery.com>
2102
2103 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2104 special case of breakpoints.
2105 (Enable and Disable Tracepoints): Mention deprecation.
2106 (Listing Tracepoints): Update description and example.
2107
f8f6f20b
TJB
21082009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2109
2110 * gdb.texinfo (Frames in Python): New node.
2111 (Python API): Update.
2112
c0c6f777
TJB
21132009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2114
2115 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2116 from a method to an attribute.
2117
def2b000
TJB
21182009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2119
2120 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2121 attribute.
2122
a07daef3
PA
21232009-03-25 Pedro Alves <pedro@codesourcery.com>
2124
2125 * observer.texi (thread_exit): Add "silent" parameter.
2126
f3b1572e
PA
21272009-03-22 Pedro Alves <pedro@codesourcery.com>
2128
2129 * observer.texi (about_to_proceed): New.
2130
587afa38
EZ
21312009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2132
2133 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2134 field throughout to handle types with spaces in them. Fix typos
2135 found by aspell.
2136 (Summary, Requirements, Contributors): New first chapter,
2137 "Summary" added, old Requirements section moved there, and new
2138 section, "Contributors" added.
2139 (Initializing a New Architecture, Register Representation)
2140 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2141 (Porting gdb): These sections extended and updated.
2142 (Compiler Characteristics): This section (empty) deleted.
2143 (Defining Other Architecture Features): This section renamed and
2144 duplicate material removed from (formerly "Target Conditionals").
2145 Use braces {} in @deftypeXX type field throughout to handle types
2146 with spaces in them. Typos found by aspell fixed.
2147
2148 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2149 * stack_frame.pdf: Version of image for PDF output.
2150 * stack_frame.png: Version of image for HTML output and for Emacs.
2151 * stack_frame.txt: Version of image for Info output.
1db61298 2152 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2153
10af6951
EZ
21542009-03-21 Eli Zaretskii <eliz@gnu.org>
2155
2156 * gdb.texinfo (Character Sets): Fix last change.
2157
cc924cad
TJB
21582009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2159
2160 * gdb.texinfo (Values From Inferior): Fix optional arguments
2161 markup.
2162 (Commands In Python): Adjust argument names of gdb.Command.__init__
2163 to what the function accepts as keywords.
2164
bc3b79fd
TJB
21652008-03-20 Tom Tromey <tromey@redhat.com>
2166
2167 * gdb.texinfo (Convenience Vars): Document convenience functions.
2168 (Functions In Python): New node.
2169 (Python API): Update.
2170
6c7a06a3
TT
21712009-03-20 Tom Tromey <tromey@redhat.com>
2172
2173 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2174 set target-wide-charset.
2175 (Requirements): Mention iconv.
2176
b646ddd4
HZ
21772009-03-17 Hui Zhu <teawater@gmail.com>
2178
2179 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2180
91440f57
HZ
21812009-03-17 Hui Zhu <teawater@gmail.com>
2182
2183 * gdb.texinfo: Add documentation for disassemble-next-line.
2184
8fd41227
TJB
21852009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2186
2187 * gdb.texinfo (Commands In Python): Remove tindex entries.
2188
61ff14c6
JK
21892009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2190
2191 * gdb.texinfo (Returning): New description for missing debug info.
2192
0b16c5cf
PA
21932009-03-14 Pedro Alves <pedro@codesourcery.com>
2194
2195 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2196 (General Query Packets): Document qAttached.
0b16c5cf 2197
32fc0df9
PA
21982009-03-05 Pedro Alves <pedro@codesourcery.com>
2199
2200 * gdb.texinfo (Background Execution): Better describe the set
2201 target-async command.
2202 (Maintenance Commands): Delete description of the `maint set/show
2203 linux-async' and `maint set/show remote-async' commands.
2204
134eb42c
VP
22052009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2206
2207 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2208 between sentences.
2209
c86cf029
VP
22102009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2211
2212 * gdb.texinfo (GDB/MI Async Records): Document the
2213 =library-loaded and =library-unloaded notifications.
2214
3ea85240
VP
22152009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2216
2217 * observer.texi (test_notification): New observer.
2218
1d33d6ba
VP
22192009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2220
61ff14c6
JK
2221 * observer.texi: Add parameter 'print_frame' to normal_stop
2222 observer.
1d33d6ba 2223
d721c933
EZ
22242009-02-07 Eli Zaretskii <eliz@gnu.org>
2225
2226 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2227 (Commands In Python): Fix COMMAND_* constants in last change. Use
2228 @kbd for interactive input. Add cross-references and index
2229 entries.
2230
4aa995e1
PA
22312009-02-06 Pedro Alves <pedro@codesourcery.com>
2232
2233 * gdb.texinfo (Signals): Document $_siginfo.
2234 (Convenience Variables): Mention $_siginfo.
2235 (Remote Configuration): Document qXfer:siginfo:read,
2236 qXfer:siginfo:write packets, and the read-siginfo-object,
2237 write-siginfo-object commands.
2238
5f5233d4
PA
22392009-02-06 Pedro Alves <pedro@codesourcery.com>
2240
2241 * gdbint.texinfo (Values): New chapter.
2242
d8906c6f
TJB
22432009-02-06 Tom Tromey <tromey@redhat.com>
2244
2245 * gdb.texinfo (Python API): Add entry for Commands In Python.
2246 (Commands In Python): New node.
2247
b6cb8e7d
TJB
22482009-02-05 Tom Tromey <tromey@redhat.com>
2249
2250 * gdb.texinfo (Values From Inferior): Document Value.string.
2251
12453b93
TJB
22522009-02-05 Tom Tromey <tromey@redhat.com>
2253
2254 * gdb.texinfo (Basic Python): Document execute's from_tty
2255 argument.
2256
08c637de
TJB
22572009-02-04 Tom Tromey <tromey@redhat.com>
2258
2259 * gdb.texinfo (Basic Python): Document gdb.history.
2260
592375cd
VP
22612009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2262
2263 * gdb.texinfo (GDB/MI Thread Commands): Document the
2264 'current-thread-id' field. Remove the example with zero threads,
2265 since current GDB won't ever report that if there's inferior.
2266
41447f92
VP
22672009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2268
2269 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2270 option to -break-insert.
2271
098b41a6
JG
22722009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2273 Jerome Guitton <guitton@adacore.com>
2274
2275 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2276 (System-wide configuration): New section.
2277
3c16cced
PA
22782009-01-26 Pedro Alves <pedro@codesourcery.com>
2279
2280 PR gdb/7580:
2281 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2282 internal-error|internal-warning quit|corefile ask|yes|no".
2283
62709adf
PA
22842009-01-26 Pedro Alves <pedro@codesourcery.com>
2285
2286 * gdb.texinfo (Using the `gdbserver' Program): Document
2287 --remote-debug.
2288
7ce58dd2
DE
22892009-01-23 Doug Evans <dje@google.com>
2290
2291 * gdb.texinfo: Add nexti to list of commands that support
2292 background execution.
2293
adb483fe
DJ
22942009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2295
2296 * gdb.texinfo (Define, Hooks): Document prefix command support.
2297
a67ec3f4 22982009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2299 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2300
2301 Fixes for makeinfo --html.
2302
2303 * annotate.texinfo: Use @copying and @insertcopying. Use
2304 @ifnottex in place of @ifinfo.
2305 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2306 place of @ifinfo. Use @ifnotinfo for one index entry.
2307 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2308 in place of @ifinfo.
2309 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2310 in place of @ifinfo. Include contents at start unconditionally.
2311
84fcdf95
PA
23122009-01-13 Pedro Alves <pedro@codesourcery.com>
2313
2314 * gdb.texinfo (General Query Packets): Remove @var{} around the
2315 "spu" literal string.
2316
fa3a767f
PA
23172009-01-07 Pedro Alves <pedro@codesourcery.com>
2318
2319 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2320 program may be running in another process" errors.
2321 * gdbint.texinfo (Native Conditionals): Delete
2322 ONE_PROCESS_WRITETEXT description.
2323
9cb011d3
JB
23242009-01-07 Joel Brobecker <brobecker@adacore.com>
2325
2326 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2327 emacs local variable to be placed at the end of the ChangeLog.
2328 Add server.c and gdbreplay.c to the list of files where the
2329 copyright year needs to be updated.
2330
84603566
SL
23312009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2332
2333 * gdb.texinfo (Remote Configuration): Document new
2334 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2335 commands.
2336
a53f55d8
PA
23372008-12-28 Pedro Alves <pedro@codesourcery.com>
2338
2339 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2340 FETCH_INFERIOR_REGISTERS.
2341 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2342 FETCH_INFERIOR_REGISTERS descriptions. Remove
2343 gdbarch_get_longjmp_target descrition, since already described in
2344 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2345 (Target Conditionals): ... here.
2346
077e0a52
JB
23472008-12-16 Joel Brobecker <brobecker@adacore.com>
2348
2349 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2350 examples.
2351 (Additions to Ada): Likewise. Add the missing opening and closing
2352 parenthesis of the GDB prompt in one of the examples.
2353
023eb17c
JB
23542008-12-14 Joel Brobecker <brobecker@adacore.com>
2355
2356 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2357 about the result of 'Address not being of type System.Address.
2358 This problem has been fixed a while ago.
2359
c3b108f7
VP
23602008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2361
2362 MI non-stop and multiprocess docs.
2363
c8d5aac9
L
2364 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2365 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2366 Adjust documentation for *stopped, document =thread-created,
2367 =thread-exited, =thread-group-created and =thread-group-exited.
2368 (GDB/MI Thread Commands): Document the 'state' field in
2369 -thread-info output.
2370 (GDB/MI Program Execution): Mention --all and --thread-group
2371 options.
2372 (GDB/MI Variable Objects): Describe floating and fixed variable
2373 objects.
2374 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2375
07e059b5
VP
23762008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2377
c8d5aac9
L
2378 * gdb.texinfo (Operating System Information): New appendix.
2379 (Operating System Auxiliary Information): Document 'info os processes'
2380 (Remote Configuration): Document 'osdata'
2381 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2382
a80b95ba
TG
23832008-11-27 Tristan Gingold <gingold@adacore.com>
2384
2385 * gdb.texinfo (Darwin): Document Darwin specific features.
2386
a655d424
JK
23872008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2388
2389 * gdbint.texinfo (Target Conditionals): Extend the
2390 gdbarch_breakpoint_from_pc description.
2391
249e1128
VP
23922008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2393
2394 * gdb.texinfo (M68K Features): Fix typo.
2395
c14c28ba
PP
23962008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2397
2398 * gdb.texinfo (Symbols): Mention printing containing
2399 image name in "info symbol".
2400 (Maint translate-address): Likewise.
889bf7c5 2401
394a6666
JB
24022008-11-18 Joel Brobecker <brobecker@adacore.com>
2403
2404 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2405 commands "catch load" and "catch unload".
2406
66bb093b
VP
24072008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2408
2409 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2410 =thread-selected.
889bf7c5 2411
4a92f99b
VP
24122008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2413
c8d5aac9 2414 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2415
f0323ca0
PA
24162008-10-27 Pedro Alves <pedro@codesourcery.com>
2417
2418 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2419 .mt files, TM_CLIBS or TM_CDEPS.
2420 (x86 Watchpoints): Don't mention TDEPFILES.
2421
8b23ecc4
SL
24222008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2423
2424 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2425 (Overview): Mention notifications and non-stop mode behavior.
2426 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2427 with non-stop mode behavior. Add vStopped description.
2428 (Stop Reply Packets): Update list of packets that return
2429 stop replies. Mention non-stop behavior.
2430 (General Query Packets): Document QNonStop packet and associated
2431 qSupported query response.
2432 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2433 behavior.
2434 (Notification Packets): New section.
2435 (Remote Non-Stop): New section.
2436 (File-I/O Overview): Mention non-stop behavior.
2437
fff08868
HZ
24382008-10-24 Hui Zhu <teawater@gmail.com>
2439 Pedro Alves <pedro@codesourcery.com>
2440
2441 * gdb.texinfo (displaced-stepping): Describe the auto mode
2442 setting, and say it's the default. This is now a mainstream
2443 setting instead of a maintenance setting.
2444
252fbfc8
PA
24452008-10-23 Pedro Alves <pedro@codesourcery.com>
2446
2447 * observer.texi (thread_stop_requested): New.
2448
20924a55
JB
24492008-10-22 Joel Brobecker <brobecker@adacore.com>
2450
2451 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2452 (Patching): Replace incorrect usage of @samp by @kbd.
2453
bacec72f
MS
24542008-10-17 Michael Snyder <msnyder@vmware.com>
2455
2456 * gdb.texinfo: Add documentation for reverse execution.
2457
a08702d6 24582008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2459 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2460
2461 * gdb.texinfo. (Values From Inferior): New subsubsection.
2462
d97bc12b
DE
24632008-10-06 Doug Evans <dje@google.com>
2464
2465 * gdb.texinfo (set debug dwarf2-die): Document it.
2466
87f67dba
JB
24672008-10-01 Joel Brobecker <brobecker@adacore.com>
2468
2469 * gdb.texinfo (catch) [exception]: Document how to insert
2470 a breakpoint on user-defined exceptions when the exception
2471 name is identical to one of the language-defined ones.
2472
2fae03e8
TT
24732008-09-27 Tom Tromey <tromey@redhat.com>
2474
2475 * gdb.texinfo (Macros): Remove text about stringification,
2476 varargs, and splicing.
2477
5c6ce71d
TT
24782008-09-27 Tom Tromey <tromey@redhat.com>
2479
2480 * gdbint.texinfo (Language Support): Remove text about omitting
2481 support for a language.
2482
07128da0
DE
24832008-09-23 Doug Evans <dje@google.com>
2484
2485 * gdb.texinfo (info dcache): Update.
2486
b90a069a
SL
24872008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2488
2489 * gdb.texinfo (Packets): Add info on thread-id syntax and
2490 multiprocess extensions.
2491 <D>: Document multiprocess form of packet.
2492 <H>: Use thread-id syntax.
2493 <T>: Likewise.
2494 <vCont>: Likewise. Note this is required for multiprocess.
2495 <vKill>: New packet.
2496 (Stop Reply Packets) <T>: Use thread-id syntax.
2497 <W>: Document multiprocess form of reply.
2498 <X>: Likewise.
2499 (General Query Packets) <qC>: Use thread-id syntax.
2500 <qfThreadInfo>: Likewise.
2501 <qGetTLSAddr>: Likewise.
2502 <qP>: Likewise.
2503 <qSupported>: Add "multiprocess" feature.
2504 <qThreadExtraInfo>: Use thread-id syntax.
2505
b77209e0
PA
25062008-09-22 Stan Shebs <stan@codesourcery.com>
2507
2508 * gdb.texinfo (Inferiors): New section.
2509
3d0bb823
PA
25102008-09-12 Pedro Alves <pedro@codesourcery.com>
2511
2512 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2513
f8dcfc0a
UW
25142008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2515
2516 * gdbint.texinfo (Target Conditionals): Remove documentation
2517 for gdbarch_name_of_malloc.
2518
8775bb90
MS
25192008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2520
2521 * gdb.texinfo (Interrupts): Mention TCP interface for
2522 sending BREAK.
2523
f1838a98
UW
25242008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2525
2526 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2527 argument prefix to "set sysroot".
2528
158c7665
PH
25292008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2530
2531 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2532 and False.
2533
30e026bb
VP
25342008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2535
c8d5aac9
L
2536 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2537 for possible features of -list-features.
30e026bb 2538
c6ebd6cf
VP
25392008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2540
c8d5aac9 2541 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2542 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2543
aeac0ff9
VP
25442008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2545
2546 * doc/gdb.texinfo (PowerPC): Fix typo.
2547 (PowerPC features): Fix typo.
2548
5231c1fd
PA
25492008-08-18 Pedro Alves <pedro@codesourcery.com>
2550
2551 * observer.texi (thread_ptid_changed): New.
2552
677c5bb1
LM
25532008-08-18 Luis Machado <luisgpm@br.ibm.com>
2554
2555 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2556 (PowerPC features): Mention feature set for VSX registers.
2557
f3a2dd1a
JB
25582008-08-13 Joel Brobecker <brobecker@adacore.com>
2559
2560 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2561 the direct visibility of all names in user-written packages.
2562
33e5cbd6
PA
25632008-08-13 Pedro Alves <pedro@codesourcery.com>
2564
2565 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2566 setting, and make it the default.
2567 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2568 non-stop script example.
2569
d0384fc4
TJB
25702008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2571
2572 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2573 reference to the "Using Different Register and Memory Data
2574 Representation" section.
2575
a6f3e723
SL
25762008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2577
2578 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2579 (Remote Protocol): Add Packet Acknowledgment to menu.
2580 (Overview): Mention +/- can be disabled, and point to new section
2581 where this is discussed in detail.
2582 (General Query Packets): Document QStartNoAckMode packet, and
2583 corresponding qSupported reply.
2584 (Packet Acknowledgment): New section.
2585
0606b73b
SL
25862008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2587 Pedro Alves <pedro@codesourcery.com>
2588
2589 * gdb.texinfo (Threads): Move paragraph about automatic thread
2590 selection to All-Stop Mode subsection.
2591 (Thread Stops): Reorganize existing material into subsections.
2592 Add introductory blurb and menu.
2593 (Non-Stop Mode): New subsection.
2594 (Background Execution): New subsection.
2595 (Maintenance Commands): Add cross-references from async mode
2596 commands to the new Background Execution section.
2597
d57a3c85
TJB
25982008-08-06 Tom Tromey <tromey@redhat.com>
2599
2600 * gdb.texinfo (Extending GDB): New chapter.
2601 (Sequences): Demoted chapter, now a section under the new
2602 Extending GDB chapter.
2603 (Python): New section.
2604
6d76a53d
SS
26052008-07-31 Stan Shebs <stan@codesourcery.com>
2606
2607 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2608
1f70da6a
SS
26092008-07-29 Stan Shebs <stan@codesourcery.com>
2610
2611 * gdbint.texinfo: General round of cleanup and minor
2612 clarifications.
2613 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2614 (Longjmp Support): Update description to reflect how it is done
2615 for targets without using native header.
2616 (Symbol Handling): Add a little more general explanation.
2617 (COFF, ELF): Mention stabs encapsulation.
2618 (DWARF 3): New section.
2619 (Adding a New Host): Scrub out some obsolete bits.
2620 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2621 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2622 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2623 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2624 SEEK_SET, STOP_SIGNAL, USG.
2625 (Raw and Virtual Register Representations): Ditto for
2626 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2627 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2628 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2629 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2630 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2631 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2632 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2633 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2634 DEPRECATED_USE_STRUCT_CONVENTION.
2635 Describe gdbarch_deprecated_fp_regnum.
2636 Update description of gdbarch_print_insn.
2637 (Adding a New Target): Scrub out obsolete bits.
2638 (Obsolete Conditionals): Remove entire section.
2639
383f836e
TT
26402008-07-25 Tom Tromey <tromey@redhat.com>
2641
2642 * observer.texi (GDB Observers): Document new observers:
2643 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2644 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2645 architecture_changed.
2646
cfd8ab24
SS
26472008-07-21 Stan Shebs <stan@codesourcery.com>
2648
2649 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2650 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2651
781b42b0
TT
26522008-07-21 Tom Tromey <tromey@redhat.com>
2653
2654 * observer.texi (GDB Observers): Remove obsolete comment.
2655 <executable_changed>: Remove argument.
2656
d7d9f01e
TT
26572008-07-18 Tom Tromey <tromey@redhat.com>
2658
2659 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2660
bf250677
DE
26612008-07-10 Doug Evans <dje@google.com>
2662
2663 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2664
10568435
JK
26652008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2666
2667 * gdb.texinfo (Starting): Document "set disable-randomization".
2668
5ae4183a
AS
26692008-07-07 Andreas Schwab <schwab@suse.de>
2670
2671 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2672
b56e7235
VP
26732008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2674
2675 * gdb.texinfo (GDB/MI Target Manipulation): Add
2676 example of -target-attach.
2677
e1ac3328
VP
26782008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2679
2680 * observer.texi (target_resumed): New observer.
5ae4183a 2681 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2682
65d12d83
TT
26832008-06-06 Tom Tromey <tromey@redhat.com>
2684
2685 * gdb.texinfo (Completion): Add field name example.
2686
fbc5282e
MK
26872008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2688
2689 * gdb.texinfo (GDB/MI Program Context): Added example
2690 to -exec-arguments
5ae4183a 2691
fbc5282e 26922008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2693
2694 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2695 annotation.
2696
c16158bc 26972008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2698 Nathan Sidwell <nathan@codesourcery.com>
2699 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2700
2701 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2702 and ACX_BUGURL.
2703 * configure: Regenerate.
2704 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2705 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2706 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2707 mailing-list-specific text about bug reporting unless
2708 BUGURL_DEFAULT.
2709
75c99385
PA
27102008-06-05 Pedro Alves <pedro@codesourcery.com>
2711
2712 * gdb.texinfo (-target-select): Remove reference to target async.
2713 (Maintenance Commands): Document "maint set/show remote-async".
2714
1763a388
MK
27152008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2716
2717 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2718 in -target-file-get section.
5ae4183a 2719
d0d064df
PA
27202008-05-22 Pedro Alves <pedro@codesourcery.com>
2721
9b562ab8
PA
2722 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2723 killing the inferior when it is already debugging a process.
d0d064df 2724
8dfa32fc
JB
27252008-05-21 Joel Brobecker <brobecker@adacore.com>
2726
2727 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2728 abbreviation for "finish".
2729
55f996a7
NR
27302008-05-21 Nick Roberts <nickrob@snap.net.nz>
2731
2732 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2733
ba2b1c56
DJ
27342008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2735
2736 * gdbint.texinfo (Target Conditionals): Delete entry for
2737 gdbarch_dwarf_reg_to_regnum.
2738
08388c79
DE
27392008-05-09 Doug Evans <dje@google.com>
2740
a3c83fae 2741 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2742
d14508fe
DE
27432008-05-05 Doug Evans <dje@google.com>
2744
2745 * gdb.texinfo (disassemble): Document /m modifier.
2746
e2b7ddea
VP
27472008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2748
5ae4183a
AS
2749 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2750 will not report the time of commands that run the target.
e2b7ddea 2751
8eb41542
VP
27522008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2753
2754 * gdb.texinfo (GDB/MI Output Records): Add
2755 missing semicolon.
2756
82f68b1c
VP
27572008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2758
2759 * gdb.texinfo (GDB/MI Output Records):
2760 Document =thread-create and =thread-exited.
2761
fa0f268d
VP
27622008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2763
2764 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2765 Remove mention of dmi-discuss.
fa0f268d 2766
063bfe2e
VP
27672008-05-03 Pedro Alves <pedro@codesourcery.com>
2768
2769 * observer.texi (thread_exit): New.
2770
237fc4c9
PA
27712008-05-02 Pedro Alves <pedro@codesourcery.com>
2772
2773 * gdb.texinfo (Debugging Output): Document "set/show debug
2774 displaced".
2775 (Maintenance Commands): Document "maint set/show
2776 can-use-displaced-stepping".
2777
0428b8f5
DJ
27782008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2779
2780 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2781 and set/show arm force-mode.
2782
5009afc5
AS
27832008-05-02 Andreas Schwab <schwab@suse.de>
2784
2785 * gdbint.texinfo (Algorithms): Describe
2786 target_watchpoint_addr_within_range.
2787
669fac23
DJ
27882008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2789
2790 * gdbint.texinfo (Stack Frames): New chapter.
2791 (Algorithms): Move Frames text to the new chapter.
2792 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2793 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2794
721c02de
VP
27952008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2796
5ae4183a
AS
2797 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2798 output does not necessary include any tokens.
721c02de 2799
c055b101
CV
28002008-04-22 Corinna Vinschen <vinschen@redhat.com>
2801
2802 * gdb.texinfo (Set SH Calling convention): New @item.
2803 (Show SH Calling convention): Ditto.
2804
68837c9d
MD
28052008-04-22 Markus Deuling <deuling@de.ibm.com>
2806
2807 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2808
2e9132cc
EZ
28092008-04-20 Eli Zaretskii <eliz@gnu.org>
2810
2811 * gdb.texinfo (Set Breaks): Mention that multiple location
2812 breakpoints need line number info. Add index entries.
2813
31fffb02
CS
28142008-04-19 Craig Silverstein <csilvers@google.com>
2815
2816 * gdb.texinfo (Requirements): Add an optional requirement on
2817 zlib.
2818 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2819 Compressed DWARF 2.
2820
a47ec5fe
AR
28212008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2822
2823 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2824 sample output for 'stopped,reason="breakpoint-hit"' message.
2825 (GDB/MI Program Execution): Likewise.
2826
de051565
MK
28272008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2828
5ae4183a 2829 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
2830 -var-set-format. Add -f option to -var-evaluate-expression.
2831
6ba66d6a
JB
28322008-04-03 Joel Brobecker <brobecker@adacore.com>
2833
2834 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2835 new node "Ambiguous Expressions". Replace references to this
2836 node by references to "Ambiguous Expressions" throughout.
2837 (Ambiguous Expressions): New node.
2838
1e26b4f8
DJ
28392008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2840
2841 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2842
b84876c2
PA
28432008-03-21 Pedro Alves <pedro@codesourcery.com>
2844
2845 * gdb.texinfo (Debugging Output): Document
2846 "set/show debug lin-lwp-async".
2847 (Maintenance Commands): Document "maint set/show linux-async".
2848
63092375
DJ
28492008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2850
2851 * gdb.texinfo (Expressions): Update description of malloced arrays.
2852
8e8901c5
VP
28532008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2854
2855 * gdb.texinfo (Thread Commands): Document
2856 -thread-info. Remove -thread-list-all-threads.
2857
1fddbabb
PA
28582008-03-14 Pedro Alves <pedro@codesourcery.com>
2859 Sandra Loosemore <sandra@codesourcery.com>
2860
2861 * gdb.texinfo (Library List Format): Update to mention the
2862 possibility to pass section addresses instead of segment
2863 addresses.
2864
ccd213ac
DJ
28652008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2866
2867 * gdb.texinfo (Starting): Document "set exec-wrapper".
2868 (Server): Document gdbserver --wrapper.
2869
fa4727a6
DJ
28702008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2871
2872 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2873 unreadable memory. Delete obsolete SPARClite reference.
2874
8edfe269
DJ
28752008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2876
2877 * gdb.texinfo (Starting): Mention always-running targets.
2878 (Target Commands): Add an anchor for load.
2879 (Connecting): Explain continue instead of run.
2880
1843f87b
DJ
28812008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2882
2883 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2884
f9082629
NR
28852008-02-26 Nick Roberts <nickrob@snap.net.nz>
2886
2887 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2888 breakpoint table.
2889
fd96d250
PA
28902008-02-19 Pedro Alves <pedro@codesourcery.com>
2891
2892 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2893 killing the inferior when it is already debugging a process.
2894
36af4ef6
MD
28952008-02-13 Markus Deuling <deuling@de.ibm.com>
2896
2897 * gdbint.texinfo (Build Script): New section. Mention new build script
2898 gdb_buildall.sh.
2899
cda4ce5a
JB
29002008-02-01 Jim Blandy <jimb@red-bean.com>
2901
2902 * gdb.texinfo (Help): Summarize 'info args' correctly.
2903
4acd40f3
TJB
29042008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2905
2906 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2907 available in PowerPC architecture.
2908 (Embedded Processors): Change node name of PowerPC item in menu.
2909 (PowerPC): Rename to...
2910 (PowerPC Embedded): this.
2911 (Architectures): Add new PowerPC item in menu.
2912 (PowerPC): New node.
2913
6e6c6f50
DJ
29142008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2915
2916 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2917 commands.
2918
5ee187d7
DJ
29192008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2920
2921 * gdb.texinfo (Setting Catchpoints): Mention features
2922 supported on GNU/Linux.
2923
e275c0d9
NR
29242008-01-30 Nick Roberts <nickrob@snap.net.nz>
2925
2926 * gdb.texinfo (GDB/MI File Commands): Describe new output
2927 field for MI command -file-list-exec-source-file.
2928
2d717e4f
DJ
29292008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2930
2931 * gdb.texinfo (Using the `gdbserver' Program): Add security
2932 warning. Rearrange into subsections and subsubsections. Document
2933 --multi and --debug. Correct --with-sysroot typo. Update --attach
2934 usage. Make load reference clearer. Document monitor exit.
2935 (Remote Configuration): Document set remote exec-file, attach-packet,
2936 and run-packet.
2937 (Packets): Document vAttach and vRun.
2938
d35a4257 29392008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
2940
2941 * gdb.texinfo (Processes): Mention process command.
889bf7c5 2942 detach-on-follow -> detach-on-fork.
f663676d 2943
c78d192c
DJ
29442008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2945
2946 * gdbint.texinfo (Native Conditionals): Remove
2947 SHELL_COMMAND_CONCAT and SHELL_FILE.
2948
d35a4257
EZ
29492008-01-26 Eli Zaretskii <eliz@gnu.org>
2950
2951 * gdb.texinfo (Specify Location): Improve wording.
2952
93815fbf
VP
29532008-01-23 Chris Demetriou <cgd@google.com>
2954
2955 * gdb.texinfo (Threads): Document new "set print thread-events"
2956 and "show print thread-events" commands.
2957
2a25a5ba
EZ
29582008-01-19 Eli Zaretskii <eliz@gnu.org>
2959
2960 * gdb.texinfo (Specify Location): New section.
2961 (Delete Breaks, Edit, Set Breaks): Remove description of
2962 locations. Instead, add a reference to "Specify Location".
2963 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2964 (Symbols): Refer to "Specify Location" for the valid forms of
2965 linespecs and locations.
2966
32c9a795
MD
29672008-01-18 Markus Deuling <deuling@de.ibm.com>
2968
2969 * gdbint.texinfo (Target Conditionals): Replace the description of
2970 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2971
b17828ca
JB
29722008-01-12 Paul Hilfinger <hilfinger@adacore.com>
2973
2974 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2975 about &&var, which is rejected by the expression parser.
2976
0aea4bf3
LM
29772008-01-09 Luis Machado <luisgpm@br.ibm.com>
2978
2979 * gdb.texinfo (Output): Update documentation on using printf with DFP
2980 types.
2981
febe4383
TJB
29822008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2983
2984 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2985 subsubsection.
2986 (Decimal Floating Point format): New subsubsection.
2987
7a404eba
PA
29882008-01-05 Pedro Alves <pedro@codesourcery.com>
2989
2990 * gdb.texinfo (File Options): Remove mention of the attempt to
2991 open a core file with the -p option. Don't list -c as a valid
2992 option to attach to a process.
2993
a4d9b460
PA
29942008-01-05 Pedro Alves <pedro@codesourcery.com>
2995
2996 * gdbint.texinfo (Host Conditionals): Remove mention of
2997 ALIGN_STACK_ON_ENTRY.
2998
6ec2edbe
JB
29992008-01-05 Joel Brobecker <brobecker@adacore.com>
3000
3001 * gdbint.texinfo (Start of New Year Procedure): Add item
3002 describing how to update the source and documentation copyright
3003 notices.
3004
d8b2a693
JB
30052007-12-18 Jim Blandy <jimb@codesourcery.com>
3006
ab209b3a 3007 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
3008 watchpoint explanation into the main description of the watchpoint
3009 command; update synopses of 'watch', 'rwatch', and 'awatch'
3010 commands.
3011
8b4ed427
VP
30122007-12-18 Vladimir Prus <vladimir@codesourcery.com>
3013
3014 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3015 Document 'pending-breakpoints' feature of
3016 -list-features.
3017
37e4754d
LM
30182007-12-17 Luis Machado <luisgpm@br.ibm.com>
3019
669fac23 3020 * gdb.texinfo: Add new parameter's description.
37e4754d 3021
1d3811f6
DJ
30222007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3023
3024 * gdb.texinfo (Overview): Clarify run-length encoding
3025 example. Remove the restriction on "+" and "-" characters.
3026
c1c25a1a
EZ
30272007-12-15 Eli Zaretskii <eliz@gnu.org>
3028
3029 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3030
afe8ab22 30312007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3032
afe8ab22
VP
3033 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3034 the -f option for -break-insert, remove -r option,
3035 and clarify specification of location.
3036
a6b151f1
DJ
30372007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3038
3039 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3040 formatting.
3041 (Remote Debugging): Add File Transfer section.
3042 (Remote Configuration): Document Host I/O packets.
3043 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 3044 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
3045 (Packets): Add vFile.
3046
3b784c4f
EZ
30472007-11-17 Eli Zaretskii <eliz@gnu.org>
3048
3049 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3050 breakpoints with multiple locations.
3051 (Breakpoint Menus): Improve wording.
3052 (Output): Fix last change.
3053
a4ce5b0d
UW
30542007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3055
3056 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3057
1b39d5c0
DE
30582007-11-15 Doug Evans <dje@google.com>
3059
3060 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3061
7a72d44c
VP
30622007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3063
3064 * gdbint.texinfo (Native Conditionals): Remove
3065 mention of CLEAR_SOLIB.
5ae4183a 3066
6d1829bf 30672007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
3068
3069 * gdb.texinfo (Print Settings): Add documentation for "set/show
3070 print frame-arguments".
3071
1a619819
LM
30722007-11-05 Luis Machado <luisgpm@br.ibm.com>
3073
3b784c4f 3074 * gdb.texinfo (Output): Update printf command's description.
1a619819 3075
55eddb0f
DJ
30762007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3077
3078 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3079 powerpc soft-float".
3080
9cceb671
DJ
30812007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3082
3083 * gdb.texinfo (Files): Correct formatting. Mention Expat
3084 requirement.
3085 (Requirements for Building GDB): Expand the list of Expat
3086 uses.
3087 (Library List Format, Memory Map Format): Mention Expat.
3088 (Target Descriptions): Update Expat wording.
3089
83acabca
DJ
30902007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3091
3092 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3093 Document that gdbarch_convert_register_p should return zero for no-op
3094 conversions.
3095
e35879db
UW
30962007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3097
83acabca 3098 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
3099 of set_gdbarch_sofun_address_maybe_missing back to ...
3100 (Target Conditionals): ... here to fix build break.
3101
203c3895
UW
31022007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3103
83acabca 3104 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
3105 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3106 (Compiler Characteristics): ... documentation of
3107 set_gdbarch_sofun_address_maybe_missing.
3108
11411de3
DJ
31092007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3110
3111 * gdbint.texinfo (Target Conditionals): Use
3112 frame_unwind_register_unsigned in examples instead of
3113 frame_unwind_unsigned_register.
3114
7cc46491
DJ
31152007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3116
3117 * gdb.texinfo (Predefined Target Types): Add int128
3118 and uint128.
3119 (Standard Target Features): Add PowerPC features.
3120
81adfced
DJ
31212007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3122
3123 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3124
c1874924
UW
31252007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3126
3127 * gdbint.texi (Target Conditionals): Remove documentation
3128 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3129 gdbarch_extract_return_value, and gdbarch_store_return_value.
3130
f6e56ab3
UW
31312007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3132
3133 * gdbint.texi (Target Conditionals): Remove documentation of
3134 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3135
56cf5405
KH
31362007-10-11 Kazu Hirata <kazu@codesourcery.com>
3137
3138 * gdb.texinfo: Mention that inaccessible-by-default is on by
3139 default.
3140
35156bae
DJ
31412007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3142
3143 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3144
d983da9c
DJ
31452007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3146
3147 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3148 multi-threaded watchpoints.
3149 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3150 checked. Describe sticky notification. Expand description
3151 of steppable and continuable watchpoints.
3152 (Watchpoints and Threads): New subsection.
3153
fe6fbf8b
VP
31542007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3155
3156 * gdb.texinfo (Setting Breakpoints): Revise
3157 documentation for pending breakpoints. Document
3158 breakpoints with multiple locations.
5ae4183a 3159
084344da
VP
31602007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3161
3162 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3163 Document -list-features.
5ae4183a 3164
82160952
EZ
31652007-09-15 Eli Zaretskii <eliz@gnu.org>
3166
3167 * gdb.texinfo (Output): Spell out which features of C's printf are
3168 not supported by GDB's printf.
7e27a47a
EZ
3169 (Separate Debug Files): More accurate wording regarding build ID
3170 and a reference to the ld manual rather than the Fedora wiki.
82160952 3171
ea37ba09
DJ
31722007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3173 Jim Blandy <jimb@codesourcery.com>
3174
3175 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3176 (Examining Memory): Update mentions of the 's' format.
3177 (Automatic Display): Likewise.
3178
b8533aec
DJ
31792007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3180
3181 * gdb.texinfo: Update the FSF's Back-Cover Text.
3182
83f83d7f
JK
31832007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3184 Eli Zaretskii <eliz@gnu.org>
3185
3186 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3187 Fixed the ``build ID'' name. New binaries build instructions for the
3188 build ID inclusion. Explain how the commands are specific to the build
3189 ID vs. debug link.
3190
c7e83d54
EZ
31912007-09-01 Eli Zaretskii <eliz@gnu.org>
3192
3193 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3194 indexing for ``build ID'' support.
3195
d3750b24
JK
31962007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3197
3198 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3199 Enlisted BUILD ID to the debug file searching example.
3200 Included a BUILD ID `.note.gnu.build-id' section description.
3201 Updated/added the debug files splitting instructions for OBJCOPY.
3202
02142340
VP
32032007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3204
3205 * gdb.texinfo (Variable Objects): Adjust docs
3206 for -var-info-expression and document
3207 -var-info-path-expression.
3208
d3bdde98
JB
32092007-08-20 Jim Blandy <jimb@codesourcery.com>
3210
3fb6a982
JB
3211 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3212 (title page): Include the dedication in the printed manual, as a
3213 separate page after the copyright notice.
5ae4183a 3214
d3bdde98
JB
3215 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3216 don't break a @var across a line.
3217
c80a96a8
MR
32182007-07-25 Maciej W. Rozycki <macro@mips.com>
3219
3220 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3221 for include files.
3222
5824a901
NR
32232007-07-12 Nick Roberts <nickrob@snap.net.nz>
3224
3225 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3226 in annotate.texinfo.
3227 (Command History): Link to new node.
5824a901 3228
d52e7ea3
UW
32292007-07-05 Markus Deuling <deuling@de.ibm.com>
3230
3231 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3232
5fc14d0a
EZ
32332007-07-05 Eli Zaretskii <eliz@gnu.org>
3234
3235 * gdbint.texinfo (Target Conditionals): Fix last change.
3236
4a9bb1df
UW
32372007-07-03 Markus Deuling <deuling@de.ibm.com>
3238
3239 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3240 routines:
3241 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3242 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3243 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3244 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3245 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3246 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3247 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3248 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3249 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3250 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3251 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3252 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3253 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3254 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3255 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3256 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3257 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3258 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3259 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3260 (SOFTWARE_SINGLE_STEP_P)
3261
3262 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3263 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3264
3265 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3266 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3267 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3268 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3269 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3270 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3271 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3272 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3273 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3274 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3275
3276 (Converting an existing Target Architecture to Multi-arch): Remove
3277 section.
3278
3279 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3280 (gdbarch_addr_bits_remove): Add code example.
3281
3282 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3283
cfa9d6d9
DJ
32842007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3285
3286 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3287 Add other missing entries. Adjust the table size to fit.
3288 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3289 stop reasons including the new "library" event.
3290 (General Query Packets): Adjust table widths for qSupported. Mention
3291 qXfer:libraries:read reply to qSupported and document the new packet.
3292 (Library List Format): New section.
3293
159fcc13
JK
32942007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3295
3296 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3297
f66d1690
MS
32982007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3299
3300 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3301
67102876
NR
33022007-06-25 Nick Roberts <nickrob@snap.net.nz>
3303
3304 * gdbint.texinfo (Register and Memory Data): Break sections
3305 into nodes and add a menu.
3306
a4642986
MR
33072007-06-21 Maciej W. Rozycki <macro@mips.com>
3308
3309 * gdb.texinfo (Examining Memory): Document the new behaviour.
3310
e9c17194
VP
33112007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3312
3313 * gdb.texinfo (Standard Target Features): Document
3314 m68k features.
3315
31d99776
DJ
33162007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3317
3318 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3319
1780a0ed
DJ
33202007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3321
3322 * gdb.texinfo (Target Description Format): Add version attribute
3323 for <target>.
3324
822b6570
DJ
33252007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3326
3327 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3328
f8b73d13
DJ
33292007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3330
3331 * gdb.texinfo (MIPS Features): New subsection.
3332
0e7f50da
UW
33332007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3334 Markus Deuling <deuling@de.ibm.com>
3335
3336 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3337 and qXfer:spu:write packets and mention them under qSupported.
3338
23d964e7
UW
33392007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3340 Markus Deuling <deuling@de.ibm.com>
3341
3342 * gdb.texinfo (Architectures): Add new SPU section to document
3343 Cell Broadband Engine SPU architecture specific commands.
3344
9f708cb2
VP
33452007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3346
3347 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3348 comments.
3349
7579b5f8
NR
33502007-06-07 Nick Roberts <nickrob@snap.net.nz>
3351
3352 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3353
bf06d120
JB
33542007-05-29 Jim Blandy <jimb@codesourcery.com>
3355
3356 * gdb.texinfo (Overview): Doc fix.
3357
23776285
MR
33582007-05-22 Maciej W. Rozycki <macro@mips.com>
3359
3360 * gdb.texinfo (Remote Configuration): Document "set/show
3361 remoteflow".
3362
1a69e1e4
DJ
33632007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3364
bf06d120
JB
3365 * gdb.texinfo (MIPS): Remove documentation for set mips
3366 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3367 stack-arg-size.
1a69e1e4 3368
46ba6afa 33692007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3370
46ba6afa
BW
3371 * all-cfg.texi (GDBTUI): New.
3372 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3373 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3374 (TUI Configuration): Edit to improve clarity and fix problems of
3375 both style and content.
5ae4183a 3376
06d3b283
UW
33772007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3378
3379 * observer.texi (GDB Observers): New observer "new_objfile".
3380
179101d6
UW
33812007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3382
3383 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3384
25d5ea92
VP
33852007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3386
3387 * gdb.texinfo (GDB/MI Variable Objects): Document
3388 frozen variables objects.
5ae4183a 3389
ea35711c
DJ
33902007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3391
3392 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3393 (Character Sets, Caching Data of Remote Targets): Likewise.
3394 (Targets): Delete Remote node. Move its text...
3395 (Debugging Remote Programs): ...to here. Delete description
3396 of the "remote" command.
3397 (Remote configuration): Delete description of "set remotedevice"
3398 and "show remotedevice".
3399 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3400
db2e3e2e
BW
34012007-04-11 Bob Wilson <bob.wilson@acm.org>
3402
5ae4183a
AS
3403 * gdb.texinfo (Contributors, Continuing and Stepping)
3404 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3405 (General Query Packets, File-I/O Remote Protocol Extension)
3406 (Protocol Basics, The F Reply Packet, Write)
3407 (Protocol-specific Representation of Datatypes, Memory Transfer):
3408 Fix hyphenation, punctuation and grammar problems.
3409 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3410 'section' instead of 'subsection' in the text.
3411 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3412 (i386): Remove period from section name.
db2e3e2e
BW
3413 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3414 (Config Names, Configure Options): Use @file{configure}.
3415
8a3dae3e
DJ
34162007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3417
3418 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3419 and tab expansion.
3420
1a92f856
DJ
34212007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3422
3423 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3424
79a6e687 34252007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3426
79a6e687
BW
3427 * gdb.texinfo: Consistently capitalize all significant words in
3428 node names, chapter titles, section titles, and headings. Update
3429 cross references to match.
3430 (Starting and Stopping Trace Experiment): Make node name plural.
3431 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3432
ad527d2e
PA
34332007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3434
3435 * gdb.texinfo (WinCE): Delete obsolete subsection.
3436
7ce59000
DJ
34372007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3438
3439 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3440 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3441 references.
3442
8807d78b
DJ
34432007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3444
3445 * gdb.texinfo (Startup): Delete references to some alternate
3446 names for .gdbinit.
3447 (Thread): Remove LynxOS reference.
3448 (Tandem ST2000): Delete target-specific documentation.
3449 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3450 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3451 and GDB_OSABI_LYNXOS.
3452
5f402660
UW
34532007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3454
3455 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3456
bac718a6
UW
34572007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3458
3459 * gdbint.texinfo (Target Conditionals): Remove mention of
3460 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3461 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3462
9453113a
DJ
34632007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3464
3465 * Makefile.in: Add "pdfdir" installation
3466 directory, PDFTEX macro, support for "install-pdf" target,
3467 and rules for making a pdf version of refcard.texi.
3468 * refcard.tex: Specify paper size for PDF output.
3469
ae21e955 34702007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3471
ae21e955 3472 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3473
3f94c067 34742007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3475
3f94c067
BW
3476 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3477 (Source Path, Character Sets, Macros, Define)
3478 (GDB/MI Result Records, GDB/MI Simple Examples)
3479 (GDB/MI Program Execution, GDB/MI File Commands)
3480 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3481 (Bug Reporting): Use @value{GCC}.
5ae4183a 3482
12c27660 34832007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3484
12c27660
BW
3485 * gdb.texinfo (Help): Fix formatting of examples.
3486 (Variables): Use @ifnotinfo instead of @iftex.
3487 (Non-debug DLL symbols): Use @ref instead of @pxref.
3488 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3489
ce9341a1
BW
34902007-03-26 Bob Wilson <bob.wilson@acm.org>
3491
3492 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3493
c8f4133a
BW
34942007-03-26 Bob Wilson <bob.wilson@acm.org>
3495
3496 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3497 the order of the nodes.
3498 (C Operators, C Constants, Debugging C): Remove extra menus.
3499 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3500
c8f4133a 35012007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3502
3503 * gdb.texinfo (File Options): Add missing parenthesis.
3504 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3505
c74d0ad8
DJ
35062007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3507
3508 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3509
ff6f572f
DJ
35102007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3511
669fac23 3512 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3513 case insensitivity.
3514 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3515
994337c3
NR
35162007-02-18 Nick Roberts <nickrob@snap.net.nz>
3517
3518 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3519 (Files): Add section name to argument list for pxref.
3520 (Non-debug DLL symbols): Don't use `see' for pxref.
3521 (Embedded Processors): Fix typo.
3522 (GDB/MI Breakpoint Commands): Execution commands generate
3523 *stopped not ^done.
3524
eb819d70
NR
35252007-02-13 Nick Roberts <nickrob@snap.net.nz>
3526
3527 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3528 values for in_scope. Mention that only root variables can be
3529 updated.
3530 (GDB/MI Development and Front Ends): Explain new values may be
3531 added to existing fields.
3532
123dc839
DJ
35332007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3534
3535 * gdb.texinfo (-target-disconnect): Use @smallexample.
3536 (Requirements): Add anchor for Expat. Update description.
3537 (Target Descriptions): Mention Expat.
3538 (Target Description Format): Document new elements. Use
3539 @smallexample.
3540 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3541 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3542
108546a0
DJ
35432007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3544
3545 * gdb.texinfo (Target Description Format): Add section on XInclude.
3546
95a98c01
NR
35472006-02-03 Nick Roberts <nickrob@snap.net.nz>
3548
3549 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3550 command -enable-timings.
3551
f4b3909f
EZ
35522007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3553
5ae4183a 3554 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3555 descriptions for new/deleted elements in gdb_osabi. Add missing
3556 description for function generic_elf_osabi_sniff_abi_tag_sections.
3557
c7ba131e
JB
35582007-01-29 Joel Brobecker <brobecker@adacore.com>
3559
3560 * gdb.texinfo (Maintenance Commands): Add documentation for
3561 the new "maint print target-stack" command.
3562
3a60f64e
JK
35632007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3564 Eli Zaretskii <eliz@gnu.org>
3565
f4b3909f 3566 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3567
c582f8b6
EZ
35682007-01-26 Eli Zaretskii <eliz@gnu.org>
3569
3570 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3571 Use @value{NGCC} instead of @value{GCC}.
3572
d3e8051b
EZ
35732007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3574
3575 * agentexpr.texi: Fix typos.
3576 * annotate.texinfo: Likewise.
3577 * gdb.texinfo: Likewise.
3578 * gdbint.texinfo: Likewise.
3579 * observer.texi: Likewise.
3580 * stabs.texinfo: Likewise.
3581
86f04699
EZ
35822007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3583
3584 * gdbint.texinfo (Support Libraries): Remove mmalloc
3585 entry. Describe readline library.
3586
23181151
DJ
35872007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3588
3589 * gdb.texinfo (Target Descriptions): New section.
3590 (General Query Packets): Add QPassSignals anchor. Mention
3591 qXfer:features:read under qSupported. Expand mentions of
3592 qXfer:memory-map:read and QPassSignals. Document
3593 qXfer:features:read.
3594
f822c95b
DJ
35952007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3596
3597 * gdb.texinfo (Commands to specify files): Describe
3598 "set sysroot" and "show sysroot".
3599 (Using the `gdbserver' program): Lowercase argument
3600 to @var. Expand description of setting up GDB on the
3601 host.
3602
8936fcda
JB
36032007-01-05 Joel Brobecker <brobecker@adacore.com>
3604
3605 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3606 catch exception, catch exception unhandled, and catch assert
3607 commands.
3608
e776119f
DJ
36092007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3610
3611 * gdb.texinfo (Debugging Output): Document "set debug xml"
3612 and "show debug xml".
3613
aa79a185
DJ
36142007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3615
3616 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3617
7f893741
JB
36182007-01-01 Joel Brobecker <brobecker@adacore.com>
3619
3620 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3621
a1b5960f
VP
36222006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3623
3624 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3625 note in @ignore, to be removed later if nobody complains.
3626
9f470e6e
NR
36272006-12-04 Nick Roberts <nickrob@snap.net.nz>
3628
3629 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3630 of -var-delete.
3631
765dc015 36322006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3633
765dc015 3634 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3635 automatic software/hardware breakpoint usage and
3636 the "set breakpoint auto-hw" command.
765dc015 3637
4b5752d0
VP
36382006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3639
3640 * gdb.texinfo (Memory Access Checking): New.
3641
89be2091
DJ
36422006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3643
3644 * gdb.texinfo (Remote configuration): Mention
3645 "pass-signals-packet".
3646 (General Query Packets): Document QPassSignals. Fix
3647 a typo.
3648
ca3bf3bd
DJ
36492006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3650
3651 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3652
427c3a89
DJ
36532006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3654
3655 * gdb.texinfo (Remote configuration): Rewrite documentation for
3656 packet configuration commands.
3657 (OS Information): Adjust reference to qXfer:auxv:read.
3658 (General Query Packets): Remove references to read-aux-vector-packet
3659 and set remote get-thread-local-storage-address.
3660
7a107747
DJ
36612006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3662
3663 * gdbint.texinfo (Target Architecture Definition): Add new
3664 Initializing a New Architecture section.
3665
1c56eb0e
EZ
36662006-10-31 David Taylor <dtaylor@emc.com>
3667
3668 * stabs.texinfo (Macro define and undefine): New node describing
3669 stabs for #define and #undef.
3670
f73adfeb
AS
36712006-10-27 Andreas Schwab <schwab@suse.de>
3672
3673 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3674
fd60e0df
EZ
36752006-10-21 Eli Zaretskii <eliz@gnu.org>
3676
3677 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3678 clarify on the possible meanings of ``expression'' watched by
3679 watchpoints. Add indexing.
e5ac9b53
EZ
3680 (Prompting, Errors, Invalidation, Annotations for Running)
3681 (Source Annotations): Fix index entries by adding "annotation" to
3682 them, to discriminate from index entries that point to the more
3683 general topic descriptions.
fd60e0df 3684
52bb452f
DJ
36852006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3686
3687 * gdbint.texinfo (Target Vector Definition): Move most
3688 content into Existing Targets. Add a menu.
3689 (Existing Targets): New section, moved from Target Vector
3690 Definition. Use @subsection.
3691 (Managing Execution State): New section.
3692
58955e58
BW
36932006-10-16 Bob Wilson <bob.wilson@acm.org>
3694
3695 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3696
c8aa23ab
EZ
36972006-10-15 Eli Zaretskii <eliz@gnu.org>
3698
3699 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3700 (Command Syntax, Signals, Backtrace, Connecting)
3701 (Remote configuration, Renesas Boards, Console I/O): Fix last
3702 change: use Ctrl- instead of C-, except wrt Emacs.
3703 (File-I/O Examples): Put Ctrl-c in @kbd.
3704 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3705 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3706 (Signals, Set Breaks, Set Watchpoints): Document optional
3707 arguments to `info signals' `handle', `info breakpoints', and
3708 `info watchpoints'.
c8aa23ab 3709
e7109c7e
EZ
37102006-10-14 Eli Zaretskii <eliz@gnu.org>
3711
3712 * gdb.texinfo (Backtrace): Fix last change.
3713
de3aea7b
NR
37142006-10-14 Nick Roberts <nickrob@snap.net.nz>
3715
3716 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3717
7f9087cb
BW
37182006-10-10 Bob Wilson <bob.wilson@acm.org>
3719
c8aa23ab
EZ
3720 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3721 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3722 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3723
68437a39
DJ
37242006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3725 Daniel Jacobowitz <dan@codesourcery.com>
3726
3727 * gdb.texinfo (Packets): Document vFlashErase,
3728 vFlashWrite and vFlashDone packets.
3729 (General Query Packets): Document qXfer:memory-map:read.
3730 Add a new feature for qXfer:memory-map:read.
3731 (Memory map format): New section.
3732 (Target Commands): Mention that gdb can write flash.
3733
fd79ecee
DJ
37342006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3735 Daniel Jacobowitz <dan@codesourcery.com>
3736
3737 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3738 memory regions and "mem auto".
3739
350da6ee
DJ
37402006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3741
3742 * gdbint.texinfo (Array Containers): New section.
3743
2f1acb09
VP
37442006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3745
3746 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3747 -stack-list-arguments HIGH_FRAME argument can be larger then the
3748 actual number of frames.
3749
2ab1eb7a
VP
37502006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3751
3752 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3753 -stack-list-locals HIGH_FRAME argument can be larger then the
3754 actual number of frames.
2ab1eb7a 3755
599b237a
BW
37562006-09-02 Bob Wilson <bob.wilson@acm.org>
3757
3758 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3759 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3760
25ab7e6d
EZ
37612006-09-02 Eli Zaretskii <eliz@gnu.org>
3762
3763 * gdbint.texinfo (Overall Structure): New section "Source Tree
3764 Structure".
3765
940178d3
JB
37662006-08-17 Jim Blandy <jimb@codesourcery.com>
3767
3768 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3769 responses.
3770
30daae6c
JB
37712006-08-08 Joel Brobecker <brobecker@adacore.com>
3772
3773 * gdb.texinfo (Source Path): Add documentation for new
3774 substitute-path commands.
3775
7fa2210b
DJ
37762006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3777
3778 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3779 (Running Configure): ...here.
3780 (Requirements): New node. Mention expat.
3781
3d00d119
DJ
37822006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3783
5ae4183a 3784 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
3785 'set download-write-size' and 'show download-write-size'.
3786
0cbfa4ee
DJ
37872006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3788
3789 * stabs.texinfo (Member Type Descriptor): Correct example for
3790 pointer to member types.
3791
16026cd7
AS
37922006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3793
3794 * gdb.texinfo (Optional warnings and messages): Add
3795 'set/show trace-commands'.
3796 (Command files): Add '-v' to source command.
3797
0876f84a
DJ
37982006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3799
3800 * gdb.texinfo (OS Information): Update qPart reference to
3801 qXfer.
3802 (Remote configuration): Likewise.
3803 (Overview): Move @cindex to the start of a paragraph. Talk
3804 about binary data encoding.
3805 (Packets): Refer to the overview for the details of the X
3806 packet encoding.
3807 (General Query Packets): Remove qPart description. Add qXfer
3808 description. Add an anchor to qSupported. Correct feature
3809 table title. Add a new feature for qXfer:auxv:read.
3810 (Interrupts): Add a missing parenthesis.
3811
2ec3381a
DJ
38122006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3813
669fac23 3814 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
3815 (GDB/MI Kod Commands): Remove commented out node.
3816
594fe323
EZ
38172006-07-01 Eli Zaretskii <eliz@gnu.org>
3818
3819 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3820 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3821 (GDB/MI Thread Commands, GDB/MI Program Execution)
3822 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3823 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3824 (GDB/MI File Commands, GDB/MI Target Manipulation)
3825 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3826 since the MI prompt is hard-wired into the code.
3827
7e3fb70c
NR
38282006-07-01 Nick Roberts <nickrob@snap.net.nz>
3829
3830 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3831 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3832 (GDB/MI Data Manipulation): Remove description of unimplemented
3833 display related commands as variable objects perform this function
3834 and are superior: -display-delete, -display-disable,
3835 -display-enable, -display-insert and -display-list. Move
3836 -environment-cd, -environment-directory, -environment-path
3837 and -environment-pwd to "Program Context".
3838 (GDB/MI Program Control): Rename to "Program Execution". Move
3839 -exec-arguments -exec-abort to...
3840 (GDB/MI Program Context): ...here. New node split from "Data
3841 Manipulation".
3842
be2a5f71
DJ
38432006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
3844
3845 * gdb.texinfo (Remote configuration): Document set / show
3846 remote supported-packets.
3847 (General Query Packets): Document qSupported packet.
3848
fc320d37
SL
38492006-06-10 Sandra Loosemore <sandra@codesourcery.com>
3850
3851 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3852 and font markup.
3853 (Protocol basics): Likewise.
3854 (The F request packet): Likewise.
3855 (The F reply packet): Likewise.
3856 (Memory transfer): Move this node to be a subsubsection of
3857 "Protocol specific representation of datatypes".
3858 (The Ctrl-C message): More copy editing.
3859 (Console I/O): Likewise.
3860 (The isatty call): Delete this node, and merge its content into
3861 the "isatty" node. Fixed references elsewhere.
3862 (The system call): Delete this node, and merge its content into
3863 the "system" node. Fixed references elsewhere.
3864 (open): Reformat to use @table, and add appropriate font markup.
3865 (close): Likewise.
3866 (read): Likewise.
3867 (write): Likewise.
3868 (lseek): Likewise.
3869 (rename): Likewise.
3870 (unlink): Likewise.
3871 (stat/fstat): Likewise.
3872 (gettimeofday): Likewise.
3873 (isatty): Likewise.
3874 (system): Likewise, plus minor changes to fix confusing wording.
3875 (Integral datatypes): Fix font markup.
3876 (Pointer values): Likewise.
3877 (struct stat): Fix markup to use @table, plus minor copy editing.
3878 (struct timeval): Fix font markup, plus minor copy editing.
3879 (Constants): Minor copy editing.
3880 (Errno values): Add font markup.
3881 (File-I/O Examples): Likewise.
3882
158fdf5c
NR
38832006-06-10 Nick Roberts <nickrob@snap.net.nz>
3884
3885 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3886 (GDB/MI Simple Examples): Move node up one level. Use real
3887 examples.
3888 (GDB/MI Compatibility with CLI): Update.
3889 (GDB/MI Result Records): Add "connected" and "exit" result
3890 classes.
3891 (GDB/MI Stream Records): Clarify target output.
3892 (GDB/MI Command Description Format): Modify example description.
3893 (GDB/MI Breakpoint Table Commands): Rename to...
3894 (GDB/MI Breakpoint Commands): ...this
3895 (GDB/MI Breakpoint Commands): Add optional thread field.
3896 (GDB/MI Program Control): Add an introduction. Move "Program
3897 termination" examples into exec-run description.
3898 (GDB/MI File Commands): Mention similar CLI commands.
3899 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3900 is similar to "-gdb-version".
3901
ddb50cd7
EZ
39022006-06-09 Eli Zaretskii <eliz@gnu.org>
3903
3904 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3905
2aef0d6b
NR
39062006-06-02 Nick Roberts <nickrob@snap.net.nz>
3907
3908 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3909 sourceware.org for mailing lists.
d5e40d59 3910 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 3911
383a5c52
NR
39122006-06-01 Nick Roberts <nickrob@snap.net.nz>
3913
d5e40d59 3914 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 3915
e16b02ee
EZ
39162006-05-22 Eli Zaretskii <eliz@gnu.org>
3917
3918 * gdb.texinfo (Cygwin Native): Fix last change.
3919
be90c084
CF
39202006-05-22 Christopher Faylor <cgf@timesys.com>
3921
3922 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3923
347ceba5
NR
39242006-05-15 Nick Roberts <nickrob@snap.net.nz>
3925
3926 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3927 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3928
369af7bd
DJ
39292006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3930
3931 * gdb.texinfo (General Query Packets): Recommend not starting
3932 new packets with qC and clarify.
3933
2ffdbde8 39342006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
3935
3936 * gdb.texinfo (M2 Types): New section.
72019c9c 3937
16d1a084
DJ
39382006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
3939
3940 * agentexpr.texi: Add a copyright and license notice.
3941 * observer.texi: Likewise, with GPL clause for function prototypes.
3942 Remove trailing whitespace.
3943
aa56d27a
JB
39442006-05-05 Jim Blandy <jimb@codesourcery.com>
3945
3946 * gdb.texinfo (General Query Packets): Document conventions for
3947 terminating packet names, and their violations.
3948
5bdf8622
DJ
39492006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3950
3951 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3952 * gdb.texinfo: Likewise.
3953
605a56cb
DJ
39542006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3955
3956 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3957 and "show remotedebug".
3958 (Debugging Output): Add additional index entries.
3959
b8db102d
MS
39602006-04-27 Michael Snyder <msnyder@redhat.com>
3961
3962 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3963
c5e30d01
AC
39642006-04-22 Andrew Cagney <cagney@redhat.com>
3965
3966 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3967 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3968
8181d85f
DJ
39692006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
3970
3971 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3972 and remove breakpoint prototypes.
3973 (Watchpoints): Move description of target_insert_hw_breakpoint and
3974 target_remove_hw_breakpoint ...
3975 (Breakpoints): ... to here. Document target_insert_breakpoint and
3976 target_remove_breakpoint.
3977
4f553f88
JB
39782006-04-17 Jim Blandy <jimb@codesourcery.com>
3979
3980 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3981 and C packets are optional.
3982
cd852561
FR
39832006-04-14 Frederic Riss <frederic.riss@st.com>
3984
3985 * gdb.texinfo (Specifying source directories): Update the description
3986 of the source file search to reflect the fact that the source path
3987 always contains at least $cdir and $cwd.
3988
b620eb07
MS
39892006-03-31 Michael Snyder <msnyder@redhat.com>
3990
3991 * gdb.texinfo: Update copyright dates.
3992
3156cdaf
EZ
39932006-03-31 Eli Zaretskii <eliz@gnu.org>
3994
3995 * gdb.texinfo (Overview): Add an index entry to "empty response".
3996
7d30c22d
JB
39972006-03-28 Jim Blandy <jimb@codesourcery.com>
3998
3999 * gdbint.texinfo (Prologue Analysis): New section.
4000
86941c27
JB
40012006-03-07 Jim Blandy <jimb@red-bean.com>
4002
66b8c7f6
JB
4003 * gdb.texinfo (Connecting): Document 'target remote pipe'.
4004
1a10341b
JB
4005 * gdb.texinfo (Target Commands): Update text describing how to
4006 specify a target. Refer to the detailed section on remote
4007 debugging, not the brief mention.
4008
86941c27
JB
4009 * gdb.texinfo (Connecting): Organize the different 'target remote'
4010 connection methods into a table. Add a 'target remote' index
4011 entry. (!!!)
4012
62f3a2ba
FF
40132006-02-17 Fred Fish <fnf@specifix.com>
4014
4015 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4016 'ptype' commands to reflect the fact that the only significant
4017 difference between them is that ptype prints the complete type
4018 description instead of just the name.
4019
8b9a88ea
WZ
40202006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
4021
4022 * gdbint.texinfo (Watchpoints): Delete
4023 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4024
7e8dc855
NR
40252006-02-10 Nick Roberts <nickrob@snap.net.nz>
4026
4027 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4028 times fields where needed. Fix typos. Update general form given
4029 for output of -break-insert.
4030 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4031
c91d38aa
DJ
40322006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
4033
4034 * gdbint.texinfo (Symbol Handling): Add a section
4035 on memory management.
4036
38fcd64c
DJ
40372006-02-06 Vladimir Prus <ghost@cs.msu.su>
4038
4039 * gdb.texinfo (Breakpoint table commands): Document the fullname
4040 field in -break-list output.
4041
219eec71
EZ
40422006-02-03 Eli Zaretskii <eliz@gnu.org>
4043
4044 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4045 debugging information produced by the various "set debug..."
4046 options.
4047
ae5a43e0
DJ
40482006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4049
4050 * gdb.texinfo (Files): Remove obsolete bits from the description
4051 of "symbol-file".
4052
a9f158ec
JB
40532006-01-25 Jim Blandy <jimb@redhat.com>
4054
4055 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4056
410dd08e
JB
40572006-01-24 Jim Blandy <jimb@redhat.com>
4058
4059 * gdbint.texinfo (Frames): Document the basics of GDB's register
4060 unwinding model, and explain the existence of the "sentinel" frame.
4061
4b505b12
AS
40622006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4063
4064 * gdb.texinfo (Choosing files): Mention that -directory is used
4065 for script files.
4066 (Specifying source directories): Likewise.
4067 (Command files): Explain how script files are found.
4068
839c27b7
EZ
40692006-01-21 Eli Zaretskii <eliz@gnu.org>
4070
4071 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4072 the threads in a multi-threaded program.
4073 (Threads): The threadno argument of "thread apply" can be a range
4074 of numbers.
4075
7be93b9e
JB
40762006-01-18 Jim Blandy <jimb@redhat.com>
4077
4078 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4079 of warning flags.
4080
fcc73fe3
EZ
40812006-01-13 Eli Zaretskii <eliz@gnu.org>
4082
4083 * gdb.texinfo (Sequences): Improve menu annotations.
4084 (Define): Add index entries for arguments of user-defined
4085 commands. Move the description of flow-control commands...
4086 (Command Files): ...to here. Document loop_break and
4087 loop_continue.
ca91424e
EZ
4088 (Define, Command Files): Document `end' and add index entries for
4089 it.
fcc73fe3 4090
5c95884b
MS
40912006-01-04 Michael Snyder <msnyder@redhat.com>
4092
4093 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 4094 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 4095
860701dc
PH
40962006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4097
4098 * gdb.texinfo (Omissions from Ada): Document that there is now
4099 limited aggregate support.
4100
36b80e65
EZ
41012005-12-28 Eli Zaretskii <eliz@gnu.org>
4102
4103 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4104 registers and the likes.
4105
c1468174
EZ
41062005-12-24 Eli Zaretskii <eliz@gnu.org>
4107
4108 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4109 (Symbols): Fix usage of "e.g.".
359df76b 4110 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
4111
4112 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4113 (Coding): Fix usage of "e.g.".
4114
c02a867d
EZ
41152005-12-23 Eli Zaretskii <eliz@gnu.org>
4116
5ae4183a
AS
4117 * stabs.texinfo:
4118 * refcard.tex:
c02a867d 4119 * gpl.texi:
5ae4183a
AS
4120 * gdbint.texinfo:
4121 * gdb.texinfo:
4122 * gdb-cfg.texi:
c02a867d 4123 * fdl.texi:
5ae4183a
AS
4124 * annotate.texinfo:
4125 * all-cfg.texi:
c02a867d
EZ
4126 * Makefile.in: Add (C) after Copyright. Update the FSF
4127 address.
4128
fad38dfa
EZ
41292005-12-03 Eli Zaretskii <eliz@gnu.org>
4130
4131 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4132 extend GDB with commands for external monitor.
4133
53e5f3cf
AS
41342005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4135
4136 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4137
55f6ca0f
JB
41382005-11-25 Joel Brobecker <brobecker@adacore.com>
4139
4140 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4141
c1947b85
JB
41422005-11-21 Jim Blandy <jimb@redhat.com>
4143
4144 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4145 placement of 'R' actions in tracepoint action packets; document
4146 dependence of 'X' and 'M' actions on a preceding 'R' action for
4147 their registers.
4148
9d29849a
JB
41492005-11-19 Jim Blandy <jimb@redhat.com>
4150
4151 * gdb.texinfo (Tracepoint Packets): New node.
4152 (General Query Packets): Add entries for the tracepoint packets,
4153 referring to the "Tracepoint Packets" node.
4154 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4155
9a6253be
KB
41562005-11-18 Kevin Buettner <kevinb@redhat.com>
4157
4158 * gdb.texinfo (set remotebreak): Add anchor.
4159 (X packet): Likewise.
4160 (Remote Protocol): Add new section `Interrupts' and new index
4161 entry `interrupts (remote protocol)'.
4162
5f3bebba
JB
41632005-11-18 Jim Blandy <jimb@redhat.com>
4164
4165 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4166 entries into the General Query Packets section. Add a
4167 cross-reference to that section. Drop description of replies, as
4168 these are covered in the descriptions of each packet.
4169 (General Query Packets): Add introductory text. Explain naming
4170 conventions, and how the end of a name is recognized.
4171
9a7a1b36
KB
41722005-11-17 Kevin Buettner <kevinb@redhat.com>
4173
0564b6cf 4174 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4175 "set remotebreak" command.
4176
b8ff78ce
JB
41772005-11-16 Jim Blandy <jimb@redhat.com>
4178
4179 * gdb.texinfo (Packets, Stop Reply Packets)
4180 (General Query Packets): Various formatting cleanups.
4181 - Use @samp for packet contents.
4182 - Drop summaries from packet @item lines; the same information appears
4183 immediately below in the description.
4184 - Delete paragraph breaks after packet @item commands, so that the
4185 description appears directly to the right of the packet prototype
4186 in the printed manual, if it fits.
4187 - Place spaces in packet prototypes between @vars and non-@var
4188 letters, and explain that they're just for formatting.
4189 - Use @dots{} instead of '...'.
4190 - Fix uses of @code where @var was needed.
4191 - Replace "deprecated" markers with English text spelling out the
4192 packet's status and the preferred alternatives.
4193 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4194 what this ever meant.
4195 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4196 this for a long time.
4197 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4198 implemented several times, and have been in use for years.
4199
8ffe2530
JB
42002005-11-15 Jim Blandy <jimb@redhat.com>
4201
c43c5473
JB
4202 * gdb.texinfo (Packets): Add index entries for 'm' packet
4203 disclaimers.
5ae4183a 4204
fb031cdf
JB
4205 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4206 of stub when processing an 'm' packet.
4207
8ffe2530
JB
4208 * gdb.texinfo (Packets): Mention that packets beginning with
4209 letters are reserved once, at the top, instead of actually listing
4210 them all and saying "reserved".
4211
c03c782f
AS
42122005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4213
4214 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4215 Change @var{$arg0 to @code{$arg0.
4216
814e32d7
WZ
42172005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4218
4219 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4220
fa93a9d8
JB
42212005-11-12 Jim Blandy <jimb@redhat.com>
4222
4223 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4224 order. Remove extraneous 'z'.
4225
8a5a3c82
AS
42262005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4227
4228 * gdb.texinfo (Choosing files): Add --eval-command.
4229
4b0ad762
AS
42302005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4231
4232 * gdb.texinfo (Choosing modes): Add --return-child-result.
4233
4234
1a088d06
AS
42352005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4236
4237 * gdb.texinfo (Choosing modes): Add --batch-silent.
4238
656d5e12
EZ
42392005-10-28 Eli Zaretskii <eliz@gnu.org>
4240
4241 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4242 "The -var-update Command".
4243
3c9c013a
JB
42442005-10-03 Joel Brobecker <brobecker@adacore.com>
4245
4246 * gdb.texinfo (Print Settings): Add documentation for set/show
4247 print array-indexes.
4248
7ba3cf9c
DJ
42492005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4250
4251 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4252 6.2 and 6.3.
4253
a94ab193
EZ
42542005-08-27 Eli Zaretskii <eliz@gnu.org>
4255
4256 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4257 since 19-Jan-2004.
4258 (Files): Likewise.
ab1adacd
EZ
4259 (Variables, Symbols): Document the "<incomplete type>" message and
4260 its reasons.
a94ab193 4261
ca06016a
FF
42622005-08-01 Fred Fish <fnf@specifix.com>
4263
4264 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4265
cf58170d
NR
42662005-07-15 Nick Roberts <nickrob@snap.net.nz>
4267
4268 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4269 option for -var-list-children and -var-update.
4270 (GDB/MI Stack Manipulation): Simplify description of
4271 print-values option for -stack-list-locals.
4272 (GDB/MI Command Description Format): Clarify.
4273 (Mode Options): Spelling of superseded.
4274
38f1196a
BR
42752005-07-12 Bob Rossi <bob@brasko.net>
4276
4277 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4278 corresponding GDB command comment.
4279
3cb3b8df
BR
42802005-07-06 Bob Rossi <bob@brasko.net>
4281
4282 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4283 and -inferior-tty-show.
4284 (Input/Output): Document "set/show inferior-tty" and tty alias.
4285
10fac096
NW
42862005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4287
4288 * gdb.texinfo (Packets): Change description of 'D' packet to note
4289 that GDB does wait for a response.
4290
d1b6db76
NR
42912005-06-22 Nick Roberts <nickrob@snap.net.nz>
4292
4293 * gdb.texinfo (History) Rename "Command History".
4294 (Command History): Move node "Server Prefix" from section on
4295 Annotations here.
4296
29629dcf
NR
42972005-06-19 Nick Roberts <nickrob@snap.net.nz>
4298
4299 * gdb.texinfo (GDB/MI Stack Manipulation):
4300 Re-instate -stack-info-frame with example. Say that it gets
4301 info on selected frame, not current frame.
4302
397ca115
EZ
43032005-06-18 Eli Zaretskii <eliz@gnu.org>
4304
4305 * gdb.texinfo (Server): Clarify that `file' should be used before
4306 connecting to the server.
4307 (Files): Add an xref to the above description.
51274035
EZ
4308 (Output Formats): More detailed description of the `c' format.
4309 (Memory): List explicitly all the formats supported by `x'.
638ac427 4310 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4311 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4312 files. Add more indexing for solib-absolute-prefix and
4313 --with-sysroot.
76d17f34
EZ
4314 (Machine Code): Document possible problems with locations in
4315 shared libraries.
d416eeec
EZ
4316 (Backtrace): Document that free-standing environments do not need
4317 to have a `main' function.
397ca115 4318
74f6deaa
NR
43192005-06-18 Nick Roberts <nickrob@snap.net.nz>
4320
4321 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4322 -stack-info-frame.
4323
a9967aef
AC
43242005-06-07 Andrew Cagney <cagney@gnu.org>
4325
4326 * gdb.texinfo (Contributors): Note the original multi-arch
4327 contributors.
4328
e09f16f9
EZ
43292005-06-03 Eli Zaretskii <eliz@gnu.org>
4330
4331 * gdb.texinfo (Registers): Add index entries for the standard
4332 registers.
4333 (Frames): Add cross-reference from frame pointer description to
4334 the Registers node.
4335 (Annotations Overview): Fix the reference to GDB name.
4336
d87ba7ee
EZ
43372005-06-01 Eli Zaretskii <eliz@gnu.org>
4338
4339 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4340 can-use-hw-watchpoints.
4341
034dad6f
BR
43422005-05-28 Bob Rossi <bob@brasko.net>
4343
4344 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4345 the possible reasons why an exec async record would be returned to FE.
4346
ffed4509
AC
43472005-05-26 Andrew Cagney <cagney@gnu.org>
4348
4349 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4350 Andrew Cagney implemented the original GDB/MI.
4351
e22e55c9
OF
43522005-05-23 Orjan Friberg <orjanf@axis.com>
4353
4354 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4355 documentation. Add documentation for cris-mode.
4356
a78e13ce
EZ
43572005-05-20 Eli Zaretskii <eliz@gnu.org>
4358
4359 * gdb.texinfo (Numbers): Explain the example and make the wording
4360 more acurate.
4361
76ff342d
DJ
43622005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4363 Dennis Brueni <dennis@slickedit.com>
4364
4365 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4366 (GDB/MI Data Manipulation, GDB/MI Program Control)
4367 (GDB/MI Stack Manipulation): Update examples to include the fullname
4368 attribute in stack frames.
4369
119b882a
EZ
43702005-05-12 Eli Zaretskii <eliz@gnu.org>
4371
4372 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4373 do with other non-standard names of init files.
4374
6fc08d32
EZ
43752005-05-11 Eli Zaretskii <eliz@gnu.org>
4376
4377 * gdb.texinfo (Command Files): Move the description of the startup
4378 from here...
4379 (Startup): ...to this new subsection of the Invocation chapter.
4380 Rearrange the description of init files more logically and add a
4381 cross-reference to "Command Files". Document the special gdbinit
4382 name for CISCO 68k. Expand the description of what GDB does
4383 during startup.
4384 (History): Add index entry for HISTSIZE.
4385
a561754a
MK
43862005-05-02 Mark Kettenis <kettenis@gnu.org>
4387
4388 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4389
2eecc4ab
EZ
43902005-05-02 Eli Zaretskii <eliz@gnu.org>
4391
4392 * gdb.texinfo (SVR4 Process Information, The isatty call)
4393 (The system call): Don't use foo(N) notation for man pages and
4394 functions.
514c4d71 4395 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4396
18999be5
EZ
43972005-04-27 Eli Zaretskii <eliz@gnu.org>
4398
4399 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4400 were optimized away.
4401
0abb7bc7
EZ
44022005-04-22 Eli Zaretskii <eliz@gnu.org>
4403
4404 * gdb.texinfo (Remote configuration): Document "set/show
4405 get-thread-local-storage-address". Add cross-reference to the
4406 description of the qGetTLSAddr packet.
4407 (General Query Packets): Mention "set remote
4408 get-thread-local-storage-address" and add a reference to its
4409 description.
4410
6f61acb1
NR
44112005-04-19 Nick Roberts <nickrob@snap.net.nz>
4412
4413 * gdb.texinfo (Backtrace): Describe 'bt full'.
4414
9d59903a
NR
44152005-04-17 Nick Roberts <nickrob@snap.net.nz>
4416
4417 * gdb.texinfo (Mode Options): Fix typo.
4418 (GDB/MI): Describe how to invoke GDB/MI.
4419
721c2651
EZ
44202005-04-16 Eli Zaretskii <eliz@gnu.org>
4421
4422 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4423 references changed. Add description of "info udot".
721c2651
EZ
4424 (Files): Document "set/show stop-on-solib-events".
4425 (M32R/D): Document "set/show download-path", "set/show
4426 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4427 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4428 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4429 (Maintenance Commands): Improve indexing.
4430 (Target Commands): Document "set/show hash", "set/show debug
4431 monitor".
4432 (SVR4 Process Information): Document "info pidlist" and "info
4433 meminfo". Document "set/show procfs-tarce" and "set/show
4434 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4435 (Symbols, The Print Command with Objective-C): Improve indexing.
4436 (Objective-C): Add references to "info classes" and "info
4437 selectors".
c45da7e6
EZ
4438 (Debugging Output): Improve wording. Document "set/show debug
4439 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4440 (Set Breaks): Add index entry for "hardware breakpoints".
4441 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4442 and "set/show usehardbreakpoints".
4443 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4444 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4445 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4446 rdiromatzero", "set/show rdiheartbeat".
4447 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4448 "sds".
4449 (Embedded Processors): Document the "sim" command.
4450 (Remote): Document the "remote" command.
4451 (DJGPP Native): Document the "info serial" command.
4452 (Threads): Document "maint info sol-threads".
4453 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4454 (Set Breaks): Improve indexing.
4455 (Command Syntax): Add a reference to dont-repeat.
4456 (Define): Document "dont-repeat".
4457 (TUI Commands): Document "tabset".
4458 (WinCE): New subsection. Document "set/show remotedirectory",
4459 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4460
14d6dd68
EZ
44612005-04-15 Eli Zaretskii <eliz@gnu.org>
4462
4463 * gdb.texinfo (Hurd Native): New subsection, documents
4464 Hurd-specific commands.
a64548ea 4465 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4466 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4467 (MIPS): Improve documentation of heuristic-fence-post. Document
4468 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4469 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4470 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4471 (ARM): Document ARM-specific commands.
a64548ea
EZ
4472 (AVR): New section. Document "info io_registers".
4473 (CRIS): New section. Document "set/show cris-version" and
4474 "set/show cris-dwarf2-cfi".
4475 (HPPA): New section. Document "set/show debug hppa" and "maint
4476 print unwind".
a5adf40f 4477 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4478 (Super-H): New section. Document the "regs" command.
721c2651 4479 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4480
9c16f35a
EZ
44812005-04-09 Eli Zaretskii <eliz@gnu.org>
4482
4483 * gdb.texinfo (Print Settings): Document "set/show print
4484 pascal_static-members", "set print repeats", "show print
4485 null-stop". Improve indexing. Fix documentation of "set print
4486 union".
4487 (Pascal): New section.
4488 (Supported languages): Rename from "Support"; all references
4489 updated. Add a menu item for Pascal.
4490 (Numbers): Document "set radix.
4491 (Screen Size): Document "set/show pagination".
4492 (MIPS Embedded): Remove "set processor" documentation.
4493 (Remote configuration): Document "set/show X/P/Z-packet",
4494 "set/show read-aux-vector-packet", "set/show remote
4495 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4496 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4497 remotedebug", "set/show remotebreak", "set/show remotedevice",
4498 "set/show remotelogfile".
4499 (Auxiliary Vector): Add reference to the description of the
4500 read-aux-vector-packet setting.
4501 (Set Watchpoints): Add a cross-reference to "set remote
4502 hardware-breakpoint-limit".
4503 (General Query Packets): Add indexing of requests and
4504 cross-references to related commands in "Remote configuration".
4505 (File-I/O Overview, The system call): Fix wording and typos.
4506 (Thread Stops): Add index entries.
4507 (Continuing and Stepping): Document "show step-mode".
4508 (i386): New node. Document "set/show struct-convention".
4509 (Files): Document "show trust-readonly-sections".
4510 (Calling): Document "set/show unwindonsignal".
4511 (Messages/Warnings): Add index entries.
4512 (Maintenance Commands): Document "set/show watchdog".
4513 (Annotations Overview): Document "show annotate".
4514 (Set Watchpoints): Add index entries.
4515 (Symbols): Fix doc of case-sensitive.
4516 (ABI): Document "show coerce-float-to-double".
4517 (Convenience Vars, Help): Improve indexing.
4518 (Machine Code): Document "show disassembly-flavor".
4519 (Debugging C plus plus): Document "show overload-resolution".
4520 (Value History, Signaling): Add index entries.
4521
45222005-04-08 Eli Zaretskii <eliz@gnu.org>
4523
4524 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4525 (Processes): Fix wording.
4526 (History, List, Logging output, Define, Symbols, Print Settings):
4527 Improve indexing.
4528
a8f24a35
EZ
45292005-04-03 Eli Zaretskii <eliz@gnu.org>
4530
4531 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4532 redundant index entry for "target" command.
4533 (Backtrace): Add index entries.
4534 (Symbols, Fortran): Document the "set case-sensitive" command.
4535 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4536 (Print Settings): Add index entry for "set demangle-style".
4537 (Target Commands): Document "set download-write-size".
4538 (Debugging Output): Document "set exec-done-display".
4539
09d4efe1
EZ
45402005-04-02 Eli Zaretskii <eliz@gnu.org>
4541
4542 * gdb.texinfo (Files): Fix the name and documentation of
4543 add-shared-symbol-files. Document its alias assf. Update the
4544 list of OSs where GDB supports shared libraries. Fix markup.
4545 (Continuing and Stepping): Add reference to @var{location} in the
4546 text.
4547 (Dump/Restore Files): Fix reference to @{filename}.
4548 (Help): Fix wording.
4549 (Attach): Ditto.
4550 (Set Watchpoints): Ditto.
4551 (Backtrace): Remove redundant index entries. Improve index
4552 entries.
4553 (Delete Breaks): Fix wording.
4554 (Memory): Document the compare-sections command.
4555 (Memory Region Attributes): Improve wording.
4556 (Disabling): Improve wording.
4557 (Fortran): New subsection. Document the "info common" command.
4558 (Help): Document aliases "info copying" and "info warranty".
4559 (Caching Remote Data): New section. Document the "set/show
4560 remotecache" and "info dcache" commands.
4561 (Show): Fix wording of the documentation of the "set
4562 extension-language" command.
4563 (Signals): Add index entry for "info handle".
4564 (Memory Region Attributes): Fix punctuation.
4565 (Symbols): Change the arg name to "location" and refer to it in
4566 the text. Fix wording of "info types" doc.
4567 (Threads): Fix usage of @enumerate @item's.
4568 (Listing Tracepoints): Add index entry for "info tp".
4569 (Set Watchpoints): Add xref to "info break" description.
4570 (Macros): Add an index entry for "macro exp1". Document the
4571 "macro list" command.
4572 (Maintenance Commands): Document "flushregs", "maint agent",
4573 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4574 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4575 "maint print architecture", "maint print objfiles", "maint print
4576 statistics", "maint print type", "maint show-debug-regs", "maint
4577 space", "maint time", and "maint translate-address".
4578 (Connecting): Document the "monitor" command.
4579 (Annotations Overview): Describe the "set annotate" command.
4580
82f2d802
EZ
45812005-04-01 Eli Zaretskii <eliz@gnu.org>
4582
4583 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4584 Rearrange index entries and improve wording about support for
4585 hardware watchpoints.
4586
7d51c7de
BR
45872005-03-10 Bob Rossi <bob@brasko.net>
4588
4589 * gdb.texinfo: Update copyright
4590
68c71a2e
TR
45912005-02-09 Theodore A. Roth <troth@openavr.org>
4592
4593 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4594 error.
4595
83761cbd
KB
45962005-02-03 Kevin Buettner <kevinb@redhat.com>
4597
4598 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4599
9f1c6395
MS
46002005-01-17 Michael Snyder <msnyder@redhat.com>
4601
4602 * gdb.texinfo: Fix spelling, infinte -> infinite.
4603
fbd1b305
MK
46042005-01-08 Mark Kettenis <kettenis@gnu.org>
4605
4606 * observer.texi (GDB Observers): Document "solib_loaded".
4607
3ace7edb
AC
46082005-01-07 Andrew Cagney <cagney@gnu.org>
4609
bec39cab
AC
4610 * configure.ac: Rename configure.in, require autoconf 2.59.
4611 * configure: Re-generate.
4612
3ace7edb
AC
4613 * configure.in: Replace configdirs with multiple references to
4614 AC_CONFIG_SUBDIRS.
4615 * configure: Re-generate.
5ae4183a 4616
53531fc1
AC
46172005-01-04 Andrew Cagney <cagney@gnu.org>
4618
4619 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4620 part of the version number.
4621
536ffdb7
MK
46222004-12-24 Mark Kettenis <kettenis@gnu.org>
4623
4624 * gdbint.texinfo (Algorithms): Remove description of
4625 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4626
e1aac25b
JB
46272004-12-07 Jim Blandy <jimb@redhat.com>
4628
4629 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4630 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4631 numbers.
4632
f47b1503
AS
46332004-12-07 Andreas Schwab <schwab@suse.de>
4634
4635 * gdb.texinfo (Mode Options): Document -l option.
4636
b6b8ece6
EZ
46372004-12-04 Eli Zaretskii <eliz@gnu.org>
4638
4639 * gdbint.texinfo (Algorithms): More accurate description of
4640 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4641 is not needed unless data-read and data-access watchpoints are
4642 supported. Add a description of how GDB checks whether the
4643 inferior stopped because a watchpoint was hit.
4644
01371747
EZ
46452004-11-23 Eli Zaretskii <eliz@gnu.org>
4646
4647 * gdb.texinfo (Files): Add cross-reference to description of
4648 -readnow command-line switch.
4649
2315ffec
RC
46502004-11-10 Randolph Chung <tausq@debian.org>
4651
4652 * gdb.texinfo: Document set/show backtrace past-entry commands.
4653 Rearrange index entries for set/show backtrace past-main.
4654
69065f5d
AC
46552004-11-10 Jon Beniston <jon@beniston.com>
4656
4657 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4658 * gdb.texinfo (Remote Serial Protocol): Further describe
4659 binary transfer escaping mechanism .
69065f5d 4660
30e91e0b
RC
46612004-11-08 Randolph Chung <tausq@debian.org>
4662
4663 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4664 and "show debug infrun". Add index entries.
4665
60bf7e09
EZ
46662004-10-23 Eli Zaretskii <eliz@gnu.org>
4667
4668 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4669 "info proc" that are already implemented. Add index entries.
4670 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4671 (Files): Add a tip for decreasing memory used for symtabs from
4672 shared libraries.
f018e82f
EZ
4673 (Starting): Fix whitespace; make "elaboration" stand out where it
4674 is first used, and add an index entry for the term.
f8568604
EZ
4675 (Calling): Expand and elaborate text. Add "print". Add the
4676 description of problems with weak aliases.
384ee23f 4677 (Core File Generation): New section.
60bf7e09 4678
d52fe014
AC
46792004-10-12 Andrew Cagney <cagney@gnu.org>
4680
4681 * gdbint.texinfo (Versions and Branches): New chapter.
4682 (Releasing GDB): Delete "Versions and Branches" section.
4683 (Top): Add "Versions and Branches".
4684
703663ab
EZ
46852004-10-08 Eli Zaretskii <eliz@gnu.org>
4686
4687 * gdb.texinfo (Editing, History): Add cross-references to the
4688 included Readline and History user documentation. Remove
4689 references to the symbol have-readline-appendices which is unused
4690 and undefined.
4691 (History): Fix indexing.
4692
ac77d04f
JJ
46932004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4694
4695 * gdbint.texinfo (target_stopped_data_address): Update to
4696 new prototype.
4697 (i386_stopped_data_address): Update prototype and description.
4698 (i386_stopped_by_watchpoint): New function and description.
4699
e07c999f
PH
47002004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4701
4702 * gdb.texinfo (Filenames): Add Ada suffixes.
4703 (Ada) New section.
4704
2e868123
AC
47052004-09-27 Andrew Cagney <cagney@gnu.org>
4706 Robert Picco <Robert.Picco@hp.com>
4707
4708 * gdb.texinfo (Packets): Document the "p" packet.
4709
02a57714
JM
47102004-09-21 Jason Molenda (jmolenda@apple.com)
4711
4712 * gdb.texinfo (Paths and Names of the Source Files): Document the
4713 meaning of values in the 'desc' field of a SO stab.
4714
ae038cb0
DJ
47152004-09-20 Daniel Jacobowitz <dan@debian.org>
4716
4717 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4718 max-cache-age" and "maint show dwarf2 max-cache-age".
4719
f7dc1244
EZ
47202004-09-16 Eli Zaretskii <eliz@gnu.org>
4721
4722 * gdb.texinfo (Set Breaks): Add index entry for setting
4723 breakpoints on overloaded C++ functions that are not members of
4724 any classes. Add an example and an index entry for setting
4725 breakpoints on all program functions.
4726 (Character Sets, Macros, Overlay Commands)
4727 (Non-debug DLL symbols, GDB/MI Output Syntax)
4728 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4729 Use "(@value{GDBP})" instead of a literal "(gdb)".
4730
f810308b
AC
47312004-09-12 Andrew Cagney <cagney@gnu.org>
4732
4733 * gdbint.texinfo (Native Debugging): Delete description of
4734 FILES_INFO_HOOK.
4735
15a661f3
PH
47362004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4737
5ae4183a
AS
4738 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4739 to hex_string_custom (not historically correct, but more
15a661f3
PH
4740 understandable, given the current code).
4741
f3219c75
AC
47422004-09-03 Andrew Cagney <cagney@gnu.org>
4743
4744 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4745
f3bb6704
JJ
47462004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4747
4748 * observer.texi (solib_unloaded): New observer.
4749
8d2c00cb
AC
47502004-08-24 Andrew Cagney <cagney@gnu.org>
4751
4752 * gdbint.texinfo (Target Architecture Definition): Add missing
4753 comma.
4754
e7dc800a
MC
47552004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4756
4757 * (Using the Testsuite): build != host is supported,
4758 but some test scripts do not support build != host.
4759
73b03683
MK
47602004-08-14 Mark Kettenis <kettenis@gnu.org>
4761
4762 * gdbint.texinfo (Host Definition): Delete description of
4763 FCLOSE_PROVIDED and GETENV_PROVIDED.
4764
c0ccb908
MK
47652004-08-05 Mark Kettenis <kettenis@chello.nl>
4766
4767 * gdbint.texinfo (Host Definition): Delete description of
4768 NO_SYS_FILE.
4769 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4770 PTRACE_FP_BUG.
4771
9c8dbfa9
AC
47722004-08-05 Andrew Cagney <cagney@gnu.org>
4773
4774 * gdbint.texinfo (Target Architecture Definition): Delete
4775 reference to deprecated_read_fp.
4776
f42accbe
AC
47772004-08-02 Andrew Cagney <cagney@gnu.org>
4778
4779 * gdbint.texinfo (Target Architecture Definition): Delete
4780 description of DEPRECATED_REGISTER_BYTES.
4781
0b66e38c
EZ
47822004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4783
4784 * gdb.texinfo (Source Path): Document the new behavior of
4785 searching for the source files.
4786
15387254
EZ
47872004-07-17 Eli Zaretskii <eliz@gnu.org>
4788
4789 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4790 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4791 (Auto Display): Improve indexing.
4792
2c07db7a
AC
47932004-07-16 Andrew Cagney <cagney@gnu.org>
4794
4795 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4796 "-noasync".
4797
4644b6e3
EZ
47982004-07-09 Eli Zaretskii <eliz@gnu.org>
4799
4800 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4801 have the same prefix have only their prefix in the index.
4802
7561d450
MK
48032004-07-03 Mark Kettenis <kettenis@gnu.org>
4804
4805 * gdb.texinfo (BSD libkvm Interface): New node (section)
4806 (Native): Add it to the menu.
4807
67bebe79
MK
48082004-07-01 Mark Kettenis <kettenis@gnu.org>
4809
4810 * gdbint.texinfo (Target Architecture Definition): Remove
4811 PCC_SOL_BROKEN.
4812
1a6923e0
MK
48132004-06-24 Mark Kettenis <kettenis@gnu.org>
4814
4815 * gdbint.texinfo (Target Architecture Definition): Remove
4816 SUN_FIXED_LBRAC_BUG.
4817
b435e160
AC
48182004-06-26 Andrew Cagney <cagney@gnu.org>
4819
4820 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4821
b5622e8d
AC
48222004-06-20 Andrew Cagney <cagney@gnu.org>
4823
4824 * gdbint.texinfo (Target Architecture Definition): Deprecate
4825 USE_STRUCT_CONVENTION.
4826
e0c07bf0
MC
48272004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4828
4829 gdb.texinfo (Bug Reporting): Mention session recording,
4830 with the script command or Emacs.
4831
782263ab
AC
48322004-06-18 Andrew Cagney <cagney@gnu.org>
4833
4834 * gdbint.texinfo (Target Architecture Definition): Deprecate
4835 FUNCTION_START_OFFSET.
4836
03727ca6
AC
48372004-06-14 Andrew Cagney <cagney@gnu.org>
4838
4839 Based on changes from Karl Berry.
4840 * gdb.texinfo: Do not use @sc in a direntry.
4841 * stabs.texinfo: Change @dircateogry to "Software development".
4842 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4843
97092415
AC
48442004-06-13 Andrew Cagney <cagney@gnu.org>
4845
4846 * gdbint.texinfo (Target Architecture Definition): Delete
4847 description of RETURN_VALUE_ON_STACK.
4848
1f6d4158
AC
48492004-06-09 Andrew Cagney <cagney@gnu.org>
4850
4851 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4852 deleted by previous patch.
4853
d966f0cb
AC
48542004-06-08 Andrew Cagney <cagney@gnu.org>
4855
4856 * gdbint.texinfo (Native Debugging): Delete documentation on
4857 ATTACH_DETACH.
4858
86fe4aaa
RC
48592004-06-06 Randolph Chung <tausq@debian.org>
4860
4861 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4862
d4b6d575
RC
48632004-06-06 Randolph Chung <tausq@debian.org>
4864
5ae4183a 4865 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
4866 the new push_dummy_call method signature. Describe the function
4867 argument.
4868
4e8b0763
JB
48692004-05-24 Joel Brobecker <brobecker@gnat.com>
4870
4871 * gdb.texinfo (Starting): Document new start command.
4872
59caf092
AC
48732004-05-21 Andrew Cagney <cagney@redhat.com>
4874
4875 * observer.texi (GDB Observers): Document "inferior_created".
4876
e4a2df64
AC
48772004-05-08 Andrew Cagney <cagney@redhat.com>
4878
e6b55ae2
AC
4879 * gdbint.texinfo (Target Architecture Definition): Delete
4880 description of DO_DEFERRED_STORES.
4881
28954179
AC
4882 * gdbint.texinfo (Target Architecture Definition): Delete
4883 references to DEPRECATED_FIX_CALL_DUMMY.
4884
434b87dd
AC
4885 * gdbint.texinfo (Target Architecture Definition): Delete
4886 description of DEPRECATED_CALL_DUMMY_WORDS,
4887 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4888
58d28df8
AC
4889 * gdbint.texinfo (Target Architecture Definition): Delete
4890 description of DEPRECATED_PUSH_DUMMY_FRAME.
4891
e4a2df64
AC
4892 * gdbint.texinfo (Target Architecture Definition): Delete
4893 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4894
2b4855ab
AC
48952004-05-07 Andrew Cagney <cagney@redhat.com>
4896
4897 * observer.texi (GDB Observers): Add "Debugging" section. Include
4898 cross reference to "set/show debug observer".
4899 * gdb.texinfo (Debugging Output): Document "set/show debug
4900 observer".
4901
fcf70625
AC
49022004-05-01 Andrew Cagney <cagney@redhat.com>
4903
4904 * gdbint.texinfo (Target Architecture Definition): Delete
4905 description of DEPRECATED_PC_IN_SIGTRAMP.
4906
8ee56bcf
AC
49072004-04-30 Andrew Cagney <cagney@redhat.com>
4908
4909 * gdbint.texinfo (Target Architecture Definition): Delete
4910 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4911
67ab9a76
OF
49122004-04-30 Orjan Friberg <orjanf@axis.com>
4913
4914 * observer.texi (GDB Observers): Correct spelling.
4915
79346bcb
OF
49162004-04-26 Orjan Friberg <orjanf@axis.com>
4917
4918 * observer.texi (GDB Observers): Add target_changed event.
4919
7a464420
AC
49202004-04-08 Andrew Cagney <cagney@redhat.com>
4921
4922 * observer.texi (GDB Observers): Rework, provide generic observer
4923 definitions and then a list of observable events.
4924
6cdf9d98
AC
49252004-04-04 Andrew Cagney <cagney@redhat.com>
4926
4927 * gdbint.texinfo (Host Definition): Delete reference to
4928 NO_SIGINTERRUPT.
4929
ddc135a4
AC
49302004-04-02 Andrew Cagney <cagney@redhat.com>
4931
4932 * gdbint.texinfo (Target Architecture Definition): Delete
4933 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4934
6a1b180d
SC
49352004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4936
4937 * gdb.texinfo (TUI Commands): Document tui reg commands.
4938
d0d5df6f
AC
49392004-03-26 Andrew Cagney <cagney@redhat.com>
4940
4941 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4942 "gdbtui".
4943 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4944 (Contributors): Mention both Text and Terminal User Interface.
4945
aa2a3f87
AC
49462004-03-23 Andrew Cagney <cagney@redhat.com>
4947
4948 * gdbint.texinfo (Target Architecture Definition): Deprecate
4949 references to SIGTRAMP_START and SIGTRAMP_END.
4950
f561f026
AC
49512004-03-23 Andrew Cagney <cagney@redhat.com>
4952
4953 * gdbint.texinfo (Target Architecture Definition): Deprecate
4954 references to PC_IN_SIGTRAMP.
4955
33cb8b0f
AC
49562004-03-19 Andrew Cagney <cagney@redhat.com>
4957
4958 * gdbint.texinfo (Target Architecture Definition): Delete
4959 reference to GDB_TARGET_IS_HPPA.
4960
fc989b7a
AC
49612004-03-18 Andrew Cagney <cagney@redhat.com>
4962
4963 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4964 describe pre_init and post_init.
4965
701b08bb
DJ
49662004-03-09 Daniel Jacobowitz <drow@mvista.com>
4967
4968 * gdb.texinfo (Debugging Output): Document values for "set debug
4969 target".
4970
faae5abe
AC
49712004-02-28 Andrew Cagney <cagney@redhat.com>
4972
4973 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4974
dd79a6cf
JJ
49752004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4976
4977 * gdb.texinfo (breakpoints): Add information about the
4978 new "set breakpoint pending" and "show breakpoint pending"
4979 commands.
4980
e7f16015
AC
49812004-02-26 Andrew Cagney <cagney@redhat.com>
4982
4983 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4984 in Per-architecture module data section.
4985
7161a3a6
RM
49862004-02-25 Roland McGrath <roland@redhat.com>
4987
4988 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4989
2154891a
AC
49902004-02-24 Andrew Cagney <cagney@redhat.com>
4991
4992 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4993 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4994 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 4995
6c74ac8b
AC
49962004-02-17 Andrew Cagney <cagney@redhat.com>
4997
4998 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4999
19772a2c
AC
50002004-02-16 Andrew Cagney <cagney@redhat.com>
5001
5002 * gdbint.texinfo (Target Architecture Definition): Deprecate
5003 FRAMELESS_FUNCTION_INVOCATION.
5004
c9830293
AC
50052004-02-16 Andrew Cagney <cagney@redhat.com>
5006
5007 * gdbint.texinfo (Coding): Mention -Wunused-function.
5008
b9d26eb9
AC
50092004-02-14 Andrew Cagney <cagney@redhat.com>
5010
5011 * gdbint.texinfo (Target Architecture Definition): Delete
5012 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5013
49efadf5
EZ
50142004-02-12 Elena Zannoni <ezannoni@redhat.com>
5015
5016 * gdb.texinfo: Properly quote the name "C++".
5017 * gdbint.texinfo: Ditto.
5018 * stabs.texinfo: Ditto.
5019
1eb288ea
EZ
50202004-02-11 Elena Zannoni <ezannoni@redhat.com>
5021
5022 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5023 minimal information about libiberty.
5024
e4937fc1
MC
50252004-02-06 Michael Chastain <mec.gnu@mindspring.com>
5026
5027 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5028
a9331b3f
RM
50292004-02-04 Roland McGrath <roland@redhat.com>
5030
5031 * gdb.texinfo (Auxiliary Vector): New node (section).
5032 (Data): Add it to the menu.
5033
2650777c
JJ
50342004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5035
5036 * gdb.texinfo (Breakpoints): Add information about pending
5037 breakpoint support.
5038
b4501125
AC
50392004-01-26 Andrew Cagney <cagney@redhat.com>
5040
5041 * gdb.texinfo (Overview): Delete references to the cisco protocol
5042 including the "N" response.
5043
74055713
AC
50442004-01-26 Andrew Cagney <cagney@redhat.com>
5045
5046 * gdbint.texinfo (Target Architecture Definition): Rename
5047 EXTRACT_STRUCT_VALUE_ADDRESS to
5048 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 5049
3bbe9696
EZ
50502004-01-24 Eli Zaretskii <eliz@gnu.org>
5051
5052 * gdb.texinfo (KOD): Document "show os". Add index entries for
5053 "set/show os" and "info cisco" commands.
5054
5843504f
EZ
50552004-01-21 Eli Zaretskii <eliz@gnu.org>
5056
5057 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5058
9175c9a3
MC
50592004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5060
5061 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5062 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5063
8e94b928
NR
50642004-01-19 Nick Roberts <nick@nick.uklinux.net>
5065
5066 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5067 -stack-list-locals.
5068 (GDB/MI Variable Objects): Describe extension to
5069 -var-list-children.
5070
a20cf136
DJ
50712004-01-17 Daniel Jacobowitz <drow@mvista.com>
5072
5073 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5074
afb18d0f
AC
50752004-01-17 Andrew Cagney <cagney@redhat.com>
5076
5077 * gdbint.texinfo (Target Architecture Definition): Delete
5078 documentation on DEPRECATED_NPC_REGNUM.
5079
b51970ac
DJ
50802004-01-13 Daniel Jacobowitz <drow@mvista.com>
5081
5082 * gdb.texinfo: Update copyright year. Mention that set
5083 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5084 "set follow-fork-mode ask".
5085
0f0cffd2
AC
50862004-01-13 Andrew Cagney <cagney@redhat.com>
5087
5088 * gdbint.texinfo: Update copyright year.
5089 (Coding): Add -Wunused-label to list of -Werror warnings.
5090
c552b3bb 50912004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 5092 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
5093
5094 * gdb.texinfo: Update copyright.
5095 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5096 around names, as appropriate. Minor syntax cleanup of
5097 _NSPrintForDebugger explanation. Two spaces after periods.
5098 GDBN used instead of lit. "gdb". Index entries added for
5099 print-object and _NSPrintForDebugger. @noindent added in one spot.
5100
afe157ca
EZ
51012003-11-11 Elena Zannoni <ezannoni@redhat.com>
5102
5103 * stabs.texinfo: Add dircategory and direntry commands.
5104 * annotate.texinfo: Ditto.
5105
963e2bb7
AC
51062003-11-10 Andrew Cagney <cagney@redhat.com>
5107
5108 * gdbint.texinfo (Target Architecture Definition): Replace the
5109 return_value method's "inval" and "outval" parameters with
5110 "readbuf" and "writebuf".
5111
1d8b2f28
JB
51122003-10-28 Jim Blandy <jimb@redhat.com>
5113
5114 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5115 from "The `F' request packet" and "The `F' reply packet", to make
5116 texi2dvi happy.
5117 (File-I/O remote protocol extension): Update menu entries, too.
5118
36d86913
MC
51192003-10-26 Michael Chastain <mec@shout.net>
5120
5121 * gdb.texinfo (Thread Stops): Document the issue with
5122 premature return from system calls in multi-threaded programs.
5123
ce2826aa
AC
51242003-10-24 Andrew Cagney <cagney@redhat.com>
5125
5126 * annotate.texinfo: Fix "fortunatly"[sic].
5127
f24c5e49
KI
51282003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5129
5130 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5131 with "Hitachi" and "Mitsubishi".
5132
92ad9cd9
AC
51332003-10-20 Andrew Cagney <cagney@redhat.com>
5134
5135 * gdbint.texinfo (Target Architecture Definition): Document
5136 gdbarch_return_value. Add cross references from
5137 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5138 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5139
0ab4b752
MK
51402003-10-18 Mark Kettenis <kettenis@gnu.org>
5141
5142 * gdbint.texinfo (Target Architecture Definition): Document
5143 regset_from_core_section.
fb3e19c0
KI
5144
51452003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5146
5147 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5148
a9331b3f 51492003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5150
5151 From Anthony Green <green@redhat.com>:
5ae4183a 5152 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5153
1485d690
KB
51542003-10-14 Kevin Buettner <kevinb@redhat.com>
5155
889bf7c5
PA
5156 * gdb.texinfo (Breakpoint related warnings): New node.
5157 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5158
86d30acc
DJ
51592003-10-13 Daniel Jacobowitz <drow@mvista.com>
5160
5161 * gdb.texinfo (Remote Protocol): Document v and vCont.
5162
172c2a43
KI
51632003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5164
5165 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5166 * gdbint.texinfo: Ditto.
5167
71952f4c
AC
51682003-10-09 Andrew Cagney <cagney@redhat.com>
5169
5170 From 2003-09-18 David Anderson <davea@sgi.com>:
5171 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5172 "command".
5173
268e2188
AC
51742003-10-03 Andrew Cagney <cagney@redhat.com>
5175
5176 * gdbint.texinfo (Target Architecture Definition): Deprecate
5177 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5178 just target.
5179
12c266ea 51802003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5181
f30992d4 5182 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5183 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5184 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5185 * gdbint.texinfo (Target Architecture Definition): Rename
5186
51872003-09-30 Andrew Cagney <cagney@redhat.com>
5188
f30992d4 5189 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5190 (Target Architecture Definition):
f30992d4 5191
2e092625
AC
5192 * gdbint.texinfo (Target Architecture Definition): Rename
5193 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5194
0717ae8a
AC
51952003-09-29 Andrew Cagney <cagney@redhat.com>
5196
dad809b7
AC
5197 * gdbint.texinfo (Target Architecture Definition): Delete
5198 documentation for NEED_TEXT_START_END.
5199
0717ae8a
AC
5200 * gdbint.texinfo (Target Architecture Definition): Rename
5201 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5202 TARGET_WRITE_PC.
a9331b3f 5203
af6cf26d
MC
52042003-09-22 Michael Chastain <mec@shout.net>
5205
5206 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5207
ee206350
AG
52082003-09-21 Anthony Green <green@redhat.com>
5209
5210 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5211
a38c9fe6
MK
52122003-09-21 Mark Kettenis <kettenis@gnu.org>
5213
5214 * gdbint.texinfo (Target Architecture Definition): Document
5215 stabs_argument_has_addr.
5216
77949794
AC
52172003-09-18 Andrew Cagney <cagney@redhat.com>
5218
5219 * gdbint.texinfo (Target Architecture Definition): Delete
5220 documentation on REGISTER_NAMES.
5221
8e823e25
MK
52222003-09-13 Mark Kettenis <kettenis@gnu.org>
5223
5224 * gdbint.texinfo (Target Architecture Definition): Replace
5225 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5226
f27dd7fd
AC
52272003-09-11 Andrew Cagney <cagney@redhat.com>
5228
5229 * gdbint.texinfo (Target Architecture Definition): Replace
5230 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5231
8b148df9
AC
52322003-08-18 Andrew Cagney <cagney@redhat.com>
5233
5234 * gdbint.texinfo (Target Architecture Definition): Document
5235 "frame_red_zone_size".
5236
25d29d70
AC
52372003-08-09 Andrew Cagney <cagney@redhat.com>
5238
5239 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5240 with "set/show backtrace past-main" and "set/show backtrace
5241 limit".
5242
c938e9b0
L
52432003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5244
5245 * Makefile.in (install-info): Support DESTDIR.
5246 (install-html): Likewise.
5247
64fabec2
AC
52482003-08-07 Andrew Cagney <cagney@redhat.com>
5249
5250 Patch from Nick Roberts.
5251 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5252 bindings. Remove description of send-gdb-command.
5253
2fcf52f0
AC
52542003-08-07 Andrew Cagney <cagney@redhat.com>
5255
5256 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5257 GDB 6.0.
5258
086432e2
AC
52592003-08-06 Andrew Cagney <cagney@redhat.com>
5260
5261 * gdb.texinfo (Mode Options): Mention that level three is the
5262 highest available and that level 2 is deprecated.
5263 (Annotations Overview): Mention annotation levels. Cross reference
5264 to "Limitations of the Annotation Interface" in annotate.texi.
5265 (TODO, Value Annotations, Frame Annotations): Delete section.
5266 (Displays, Breakpoint Info): Delete.
5267
e5249f67
AC
52682003-08-04 Andrew Cagney <cagney@redhat.com>
5269
5270 * agentexpr.texi: Delete @bye.
5271 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5272 (stabs.info): Add $(srcdir) to include search path.
5273 (html): Depend on "annotate_toc.html", and not "annotate.html".
5274 * stabs.texinfo: Ditto. Include "fdl.texi".
5275 * gdbint.texinfo: Update copyright statement's list of invariant
5276 sections.
5277
e6f672d2
AC
52782003-07-28 Andrew Cagney <cagney@redhat.com>
5279
5280 * Makefile.in (INFO_DEPS): Add annotate.info.
5281 (dvi, ps, html, pdf): Add annotate.
5282 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5283 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5284 (ANNOTATE_DOC_FILES): New macro.
5285 (ANNOTATE_TEX_TMPS): New macro.
5286 (annotate.info, annotate_toc.html): Specify dependencies.
5287 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5288 * annotate.texinfo: Rename annotate.texi. Get building. Add
5289 "Migrating to GDB/MI" and "Limitations of the Annotation
5290 Interface" chapters. Mention why it is not part of the user
5291 guide. Update copyright notice. Include "fdl.texi".
5292
72ffddc9
SC
52932003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5294
5295 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5296
a9f12a31
DJ
52972003-07-24 Daniel Jacobowitz <drow@mvista.com>
5298
5299 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5300
b1fe9455
DJ
53012003-07-24 Daniel Jacobowitz <drow@mvista.com>
5302
5303 * gdb.texinfo (Server): Mention pidof.
5304
153721e6
AC
53052003-07-22 Andrew Cagney <cagney@redhat.com>
5306
5307 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5308 list.
5309
0fac0b41
DJ
53102003-06-28 Daniel Jacobowitz <drow@mvista.com>
5311
5312 * gdb.texinfo (Logging output): New chapter.
5313
4e562065
JB
53142003-06-24 Joel Brobecker <brobecker@gnat.com>
5315
5316 * gdb.texinfo (Unsupported languages): New section.
5317 (Languages): Add link to new section.
5318
f2c06f52
AC
53192003-06-22 Andrew Cagney <cagney@redhat.com>
5320
5321 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5322
b4177fca
DJ
53232003-06-22 Daniel Jacobowitz <drow@mvista.com>
5324
5325 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5326
f418dd93
DJ
53272003-06-22 Daniel Jacobowitz <drow@mvista.com>
5328
5329 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5330 * agentexpr.texi: Retitle section, and change it to an appendix.
5331 Comment out texinfo initialization. Factor a @var{} into two
5332 pieces to prevent makeinfo warnings.
5333 * gdb.texinfo: Add Agent Expressions appendix.
5334
4ca61388
DJ
53352003-06-19 Daniel Jacobowitz <drow@mvista.com>
5336
5337 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5338
07f31aa6
DJ
53392003-06-18 Daniel Jacobowitz <drow@mvista.com>
5340
5ae4183a 5341 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5342 remote target". Document the "detach" and "disconnect" commands.
5343 (Server, Netware, Debug Session): Reference "Connecting to a
5344 remote target".
5345 (GDB/MI Target Manipulation): Document "-target-disconnect".
5346
2dd0da42
AC
53472003-06-13 Andrew Cagney <cagney@redhat.com>
5348
5349 * gdbint.texinfo (Target Architecture Definition): Deprecate
5350 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5351 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5352
e7a3abfc
JB
53532003-06-09 Jim Blandy <jimb@redhat.com>
5354
5355 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5356
25e3a86b
AC
53572003-06-08 Andrew Cagney <cagney@redhat.com>
5358
5359 * gdbint.texinfo (Target Architecture Definition): Delete
5360 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5361
a9e5fdc2
AC
53622003-06-08 Andrew Cagney <cagney@redhat.com>
5363
5364 * gdbint.texinfo (Target Architecture Definition): Document
5365 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5366
b37303ee
AF
53672003-06-07 Adam Fedor <fedor@gnu.org>
5368
5369 * gdb.texinfo: Add Objective-C documentation.
5370
39fe6e80
AC
53712003-06-01 Andrew Cagney <cagney@redhat.com>
5372
5373 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5374 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5375
125309b2
AC
53762003-05-21 Andrew Cagney <cagney@redhat.com>
5377
5378 * gdbint.texinfo (Target Architecture Definition): Delete
5379 references to "extract_address" and "store_address".
5380
b8b527c5
AC
53812003-05-16 Andrew Cagney <cagney@redhat.com>
5382
5383 * gdbint.texinfo (Target Architecture Definition): Replace
5384 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5385 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5386
50e3ee83
TR
53872003-05-14 Theodore A. Roth <troth@openavr.org>
5388
5389 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5390
44e2be90
L
53912003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5392
5393 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5394 (gdb.dvi): Likewise.
5395 (gdb.pdf): Likewise.
5396 (links2roff): Likewise.
5397
df5215a6
JB
53982003-05-08 Jim Blandy <jimb@redhat.com>
5399
5400 * gdb.texinfo (Dump/Restore Files): Update documentation for
5401 'dump', 'append', and 'restore': note that format argument is
5402 optional; simplify presentation of the command variants; and be
5403 more precise about the formats.
5404
5e7b2f39
JB
54052003-05-07 Jim Blandy <jimb@redhat.com>
5406
5407 * gdb.texinfo (Symbols): Update documentation: 'maint list
5408 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5409 symtabs' and 'maint info psymtabs'.
5410
b1e29e33
AC
54112003-05-05 Andrew Cagney <cagney@redhat.com>
5412
5413 * gdbint.texinfo (Target Architecture Definition): Make
5414 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5415 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5416 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5417
00905d52
AC
54182003-05-04 Andrew Cagney <cagney@redhat.com>
5419
5420 * gdb.texinfo (Maintenance Commands): Document "maint print
5421 dummy-frames".
5422
54ff5908
AC
54232003-05-04 Andrew Cagney <cagney@redhat.com>
5424
5425 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5426
32e7087d
JB
54272003-05-03 J. Brobecker <brobecker@gnat.com>
5428
5429 Thierry Schneider <tpschneider1@yahoo.com>
5430 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5431 for new MI command.
5432
7043d8dc
AC
54332003-05-03 Andrew Cagney <cagney@redhat.com>
5434
5435 * gdbint.texinfo (Target Architecture Definition): Document
5436 push_dummy_code. Add cross references.
5437
e33d66ec
EZ
54382003-05-02 Elena Zannoni <ezannoni@redhat.com>
5439
5440 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5441 set/show charsets commands.
5442
0ba6dca9
AC
54432003-04-28 Andrew Cagney <cagney@redhat.com>
5444
5445 * gdbint.texinfo (Target Architecture Definition): Replace
5446 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5447 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5448
d7a27068
AC
54492003-04-28 Andrew Cagney <cagney@redhat.com>
5450
5451 * gdbint.texinfo (Target Architecture Definition): Rename
5452 "tm_print_insn" to "deprecated_tm_print_insn".
5453
44ea7b70
JB
54542003-04-09 Jim Blandy <jimb@redhat.com>
5455
5456 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5457 list psymtabs'.
5458
fb8f8949
AC
54592003-04-08 Andrew Cagney <cagney@redhat.com>
5460
5461 * gdbint.texinfo (Target Architecture Definition): Delete
5462 references to EXTRA_FRAME_INFO.
5463
32fb0f22
AC
54642003-04-08 Andrew Cagney <cagney@redhat.com>
5465
5466 * gdbint.texinfo (Target Architecture Definition): Delete
5467 PRINT_TYPELESS_INTEGER.
5468
6be67e67
JB
54692003-04-02 J. Brobecker <brobecker@gnat.com>
5470
5471 * observer.texi (GDB Observers): Adjust the documentation for the
5472 normal_stop notification to better describe reality. Fix a couple
5473 of minor typos.
5474
4e35d5f0
BR
54752003-04-02 Bob Rossi <bob_rossi@cox.net>
5476
a9331b3f 5477 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5478 '-file-list-exec-source-file'
5479
e8a8712a
AC
54802003-03-31 Andrew Cagney <cagney@redhat.com>
5481
5482 * gdbint.texinfo (Target Architecture Definition): Delete
5483 references to CALL_DUMMY_P.
5484
6c0e89ed
AC
54852003-03-30 Andrew Cagney <cagney@redhat.com>
5486
5487 * gdbint.texinfo (Target Architecture Definition): Remove
5488 reference to TARGET_WRITE_SP.
a9331b3f 5489
378bfd1b
AC
54902003-03-27 Andrew Cagney <cagney@redhat.com>
5491
5492 * gdbint.texinfo (Target Architecture Definition): Remove
5493 references to write_sp.
6c0e89ed 5494
922fbb7b
AC
54952003-03-27 Andrew Cagney <cagney@redhat.com>
5496
5497 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5498 chapter body. Use @smallexample instead of @example.
5499 (Annotations): Ditto.
5500 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5501 annotate.texi.
5502
b81774d8
AC
55032003-03-26 Andrew Cagney <cagney@redhat.com>
5504
5505 * gdbint.texinfo (Target Architecture Definition): Replace
5506 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5507 dummy_addr parameters.
5508
1bf6d5cc
AC
55092003-03-25 Andrew Cagney <cagney@redhat.com>
5510
5511 * gdbint.texinfo (Target Architecture Definition): Delete
5512 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5513 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5514 Add reference to PUSH_ARGUMENTS.
5515
618ce49f
AC
55162003-03-23 Andrew Cagney <cagney@redhat.com>
5517
5518 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5519 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5520
bcd7e15f
JB
55212003-03-18 J. Brobecker <brobecker@gnat.com>
5522
5523 * gdbint.texinfo (Algorithms): Add new section describing the
5524 Observer paradigm.
5525 (Top): Add menu entry to new observer appendix.
5526 * observer.texi: New file.
5527 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5528 new observer.texi file.
5529
9fe8321b
AC
55302003-03-17 Andrew Cagney <cagney@redhat.com>
5531
5532 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5533 that GNU Press update the manual version number.
5534
ac2adee5
AC
55352003-03-12 Andrew Cagney <cagney@redhat.com>
5536
5537 * gdbint.texinfo (Target Architecture Definition): Delete
5538 references to get_saved_register. Rename GET_SAVED_REGISTER to
5539 DEPRECATED_GET_SAVED_REGISTER.
5540
749b82f6
AC
55412003-03-13 Andrew Cagney <cagney@redhat.com>
5542
5543 * gdbint.texinfo (Target Architecture Definition): Replace
5544 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5545
8bedc050
AC
55462003-03-12 Andrew Cagney <cagney@redhat.com>
5547
5548 * gdbint.texinfo (Target Architecture Definition): Rename
5549 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5550
0ce1b118
CV
55512003-03-10 Corinna Vinschen <vinschen@redhat.com>
5552
5553 * gdb.texinfo: Add File-I/O documentation.
5554
12cc2063
AC
55552003-03-10 Andrew Cagney <cagney@redhat.com>
5556
5557 * gdbint.texinfo (Target Architecture Definition): Cross reference
5558 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5559
7453dc06
AC
55602003-03-07 Andrew Cagney <cagney@redhat.com>
5561
5562 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5563 frame" command.
5564
6314f104
AC
55652003-03-05 Andrew Cagney <cagney@redhat.com>
5566
5567 * gdbint.texinfo (Target Architecture Definition): Document
5568 unwind_dummy_id. Cross reference unwind_dummy_id and
5569 SAVE_DUMMY_FRAME_TOS.
5570
f1212245
DJ
55712003-03-05 James Ingham <jingham@apple.com>
5572 Daniel Jacobowitz <drow@mvista.com>
5573
5574 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5575 and "show cp-abi".
5576
77e7e267
AC
55772003-03-03 Andrew Cagney <cagney@redhat.com>
5578
5579 * gdbint.texinfo (Target Architecture Definition): Document
5580 register_type.
5581
838a8221
AC
55822003-03-03 Andrew Cagney <cagney@redhat.com>
5583
5584 * stabs.texinfo (Structures): Use @samp and separate @var's
5585 instead of a single @var containing a comma separated list.
5586 (Unions): Ditto.
5587
d7f4a264
DJ
55882003-03-02 Daniel Jacobowitz <drow@mvista.com>
5589
5590 * Makefile.in (distclean): Remove config.log.
5591
f30ee0bc
AC
55922003-03-01 Andrew Cagney <cagney@redhat.com>
5593
5594 * gdbint.texinfo (Target Architecture Definition): Rename
5595 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5596
55972003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5598
5599 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5600 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5601
be448670
CF
56022003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5603
5604 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5605 (Non-debug DLL symbols): New node, describing the minimal symbols
5606 loaded from DLLs without real debugging symbols.
5607
501eef12
AC
56082003-02-20 Andrew Cagney <ac131313@redhat.com>
5609
5610 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5611 hardware-breakpoint-limit".
5612 (Set Watchpoints): Add cross reference to "set remote
5613 hardware-watchpoint-limit".
5614 (Remote configuration options): New section.
5615
21c294e6
AC
56162003-02-04 Andrew Cagney <ac131313@redhat.com>
5617
e9be73e4
AC
5618 * gdbint.texinfo (Target Architecture Definition): Delete
5619 descrption of IS_TRAPPED_INTERNALVAR.
5620
21c294e6
AC
5621 From Keith Seitz <keiths@redhat.com>:
5622 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5623 option "-i"/"--interpreter" to this chapter. Include index
5624 entries.
5625
0179ffac
DC
56262003-02-04 David Carlton <carlton@math.stanford.edu>
5627
5628 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5629 (Variables): Recommend stabs+ and DWARF 2.
5630 (C plus plus expressions): Correct info about
5631 compiler versions, debug formats.
5632 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5633 PR symtab/874.
5634
7ca9f392
AC
56352003-02-01 Andrew Cagney <ac131313@redhat.com>
5636
5637 * gdbint.texinfo (Target Architecture Definition): Delete
5638 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5639 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5640 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5641 references to nindy and i960.
5642 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5643
31a85ea2
AC
56442003-02-01 Andrew Cagney <ac131313@redhat.com>
5645
5646 * gdbint.texinfo (Target Architecture Definition): Delete
5647 FLOAT_INFO.
5648
6b894e49
AC
56492003-01-30 Andrew Cagney <ac131313@redhat.com>
5650
5651 * stabs.texinfo (Member Type Descriptor): Clarify description of
5652 `@'. Suggested by Ben Hutchings.
5653
c48861fb
AC
56542003-01-29 Andrew Cagney <ac131313@redhat.com>
5655
5656 * gdb.texinfo (M68K): Delete reference to es1800.
5657
617073a9
AC
56582003-01-29 Andrew Cagney <ac131313@redhat.com>
5659
5660 * gdb.texinfo (Maintenance Commands): Document `maint print
5661 reggroups' and `maint print register-groups'.
5662 * gdbint.texinfo (Target Architecture Definition): Document
5663 register_reggroup_p.
5664
5b5d99cf
JB
56652003-01-23 Jim Blandy <jimb@redhat.com>
5666
5667 * gdb.texinfo (Separate Debug Files): New section.
5668
e7ba9c65
DJ
56692003-01-22 Daniel Jacobowitz <drow@mvista.com>
5670
5671 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5672 and "maint show profile".
5673
94e91d6d
MC
56742003-01-16 Michael Chastain <mec@shout.net>
5675
5676 * gdb.texinfo (Installing GDB): Warn against
5677 ".../gdb-VERSION/gdb/configure".
5678 (Separate Objdir): Likewise.
5679
867f3898
AC
56802003-01-15 Andrew Cagney <ac131313@redhat.com>
5681
5682 * gdbint.texinfo (Target Architecture Definition): Delete
5683 definition of PRINT_REGISTER_HOOK.
5684
f153cc92
EZ
56852003-01-15 Elena Zannoni <ezannoni@redhat.com>
5686
5687 (OpenRISC 1000): Fix formatting of command names.
5688
c60eb6f1
EZ
56892003-01-15 Elena Zannoni <ezannoni@redhat.com>
5690
5691 * gdb.texinfo (Continuing and Stepping): Add new command
5692 'advance'. Clarify behavior of 'until'.
5693
f5ebfba0
DJ
56942003-01-13 Daniel Jacobowitz <drow@mvista.com>
5695
5696 * gdb.texinfo (Files): Document solib-absolute-prefix and
5697 solib-search-path.
5698
4ce8657e
MC
56992003-01-09 Michael Chastain <mec@shout.net>
5700
5701 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5702 (Create a Release): Add new instructions for new @file{src-release}.
5703 Document existing instructions for @file{Makefile.in} as
5704 being for @value{GDBN} 5.3.1 or earlier.
5705
372613e3
AC
57062003-01-09 Andrew Cagney <ac131313@redhat.com>
5707
5708 * gdbint.texinfo (Target Architecture Definition): Mention
5709 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5710 allocate memory.
5711
b4e9345d
DJ
57122003-01-04 Daniel Jacobowitz <drow@mvista.com>
5713
5714 * gdb.texinfo (Controlling GDB): Add @kindex for
5715 "show osabi".
5716 (Backtraces): Add @kindex's for backtrace-below-main.
5717
98b45e30
DJ
57182003-01-04 Daniel Jacobowitz <drow@mvista.com>
5719
5720 * gdb.texinfo (Controlling GDB): Document "set osabi".
5721
95f90d25
DJ
57222003-01-04 Daniel Jacobowitz <drow@mvista.com>
5723
5724 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5725 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5726
1e698235
DJ
57272003-01-04 Daniel Jacobowitz <drow@mvista.com>
5728
5729 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5730 "set coerce-float-to-double".
5731 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5732
e632838e
AC
57332003-01-02 Andrew Cagney <ac131313@redhat.com>
5734
5735 * stabs.texinfo: Remove obsolete text.
5736 * gdbint.texinfo: Ditto.
5737 * gdb.texinfo: Ditto.
5738
c133ab7a
MK
57392002-12-22 Mark Kettenis <kettenis@gnu.org>
5740
5741 * gdbint.texinfo (Target Architecture Definition): Update
5742 description of gdbarch_register_osabi.
5743
f821f325
KH
57442002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5745
5746 * agentexpr.texi: Fix typos.
5747 * annotate.texi: Likewise.
5748 * fdl.texi: Likewise.
5749
85a6d8d3 57502002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5751
5752 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5753 DEPRECATED_INIT_FRAME_PC.
5754
ae45cd16
AC
57552002-12-01 Andrew Cagney <ac131313@redhat.com>
5756
5757 * gdbint.texinfo (Target Architecture Definition): Delete
5758 PC_IN_CALL_DUMMY.
5759
07555a72
AC
57602002-11-28 Andrew Cagney <ac131313@redhat.com>
5761
5762 * gdbint.texinfo (Host Definition): Delete documentation on
5763 USE_GENERIC_DUMMY_FRAMES.
5764
c166cdc7
EZ
57652002-11-26 Elena Zannoni <ezannoni@redhat.com>
5766
5ae4183a 5767 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5768 * Makefile.in (install-info): Run the install-info command as part
5769 of the post install steps only.
5770 (uninstall-info): New target.
5771 (uninstall): New target.
5772
35db0260
EZ
57732002-11-22 Elena Zannoni <ezannoni@redhat.com>
5774
5775 * Makefile.in (install): Make install do some real work.
5776
9ba8d803
AC
57772002-11-19 Andrew Cagney <ac131313@redhat.com>
5778
5779 Fix POSIX problem reported by Paul Eggert.
5780 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5781 Fix PR gdb/527.
5782
903ad3a6
AC
57832002-10-26 Andrew Cagney <cagney@redhat.com>
5784
5785 * gdbint.texinfo (Target Architecture Definition): Delete
5786 definition of DO_REGISTERS_INFO.
5787
f2abfe65
KB
57882002-10-18 Kevin Buettner <kevinb@redhat.com>
5789
5790 * gdbint.texinfo (Address Classes): Fix problems with insertion
5791 of ``{'' and ``}'' in example.
5792
b5b0480a
KB
57932002-10-17 Kevin Buettner <kevinb@redhat.com>
5794
5795 * gdbint.texinfo (Address Classes): New section.
5796 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5797 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5798 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5799 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5800
c85508ee
KD
58012002-10-11 Klee Dienes <kdienes@apple.com>
5802
5803 * gdb.texinfo (Registers): Mention vector registers as well as
5804 floating registers in the documentation for 'info registers' and
5805 'info all-registers'.
5806
6d12fc3d
DJ
58072002-10-11 Daniel Jacobowitz <drow@mvista.com>
5808
5809 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5810
8d19fbd2
JJ
58112002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5812
5813 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5814 interface definition.
5815
a37295f9
MM
58162002-10-03 Marko Mlinar <markom@opencores.org>
5817
5818 * gdb.texinfo (Target Commands): Add or1k target specific
5819 commands.
5820 * gdb.texinfo (Contributors): Add myself to the contributors list.
5821
da0f9dcd
AC
58222002-10-01 Andrew Cagney <ac131313@redhat.com>
5823
5824 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5825 and "mi1" instead of "mi1" and "mi0".
5826
2e834e49
HPN
58272002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5828
5829 * gdb.texinfo (Packets): Fix typos "alligned".
5830 Correct z3/Z3 description. Correct z4/Z4 title.
5831
050be0dc
AC
58322002-09-27 Andrew Cagney <ac131313@redhat.com>
5833
5834 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5835
1104b9e7
KB
58362002-09-25 Kevin Buettner <kevinb@redhat.com>
5837
5838 * gdb.texinfo: Use GNU/Linux instead of Linux.
5839
512217c7
AC
58402002-09-25 Andrew Cagney <ac131313@redhat.com>
5841
5842 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5843
10998722
AC
58442002-09-24 Andrew Cagney <ac131313@redhat.com>
5845
512217c7 5846 * gdb.texinfo: Replace @example with @smallexample.
10998722 5847
a0eb71c5
KB
58482002-09-20 Kevin Buettner <kevinb@redhat.com>
5849
f7dc1244 5850 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
5851 * gdb.texinfo (Character Sets): Use @smallexample instead of
5852 @example. Use GNU/Linux instead of Linux.
5853
58542002-09-20 Jim Blandy <jimb@redhat.com>
5855
5856 * gdb.texinfo: Add character set documentation.
5857
2f870471
AC
58582002-09-19 Andrew Cagney <ac131313@redhat.com>
5859
5860 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5861 (Packets): Add cross reference from `b' packet to `z' packets.
5862
790eb8f5
AC
58632002-09-19 Andrew Cagney <ac131313@redhat.com>
5864
8d30a00d
AC
5865 * gdb.texinfo (Maintenance Commands): Document ``maint
5866 internal-error'' and ``maint internal-warning''.
5867
790eb8f5
AC
5868 * gdbint.texinfo (Target Architecture Definition): Revise
5869 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5870
a23a7bf1
JB
58712002-09-19 Joel Brobecker <brobecker@gnat.com>
5872
5873 * gdbint.texinfo (Target Conditionals): Document the new
5874 NAME_OF_MALLOC macro.
5875
299ffc64
AC
58762002-09-05 Andrew Cagney <ac131313@redhat.com>
5877
5878 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5879 engineer.
5880
b7bb15bc
SC
58812002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5882
5883 * gdb.texinfo (TUI Overview): Document status line fields.
5884
3d757584
SC
58852002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5886
5887 * gdb.texinfo (TUI Commands): Document info win command.
5888
269c21fe
SC
58892002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5890
5891 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5892
7cf36c78
SC
58932002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5894
5895 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5896 (TUI Keys): Likewise.
5897
d2c6833e
AC
58982002-08-25 Andrew Cagney <ac131313@redhat.com>
5899
5900 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5901 for a packet receive.
5902
46d8b1c3
AC
59032002-08-25 Andrew Cagney <ac131313@redhat.com>
5904
5905 * Makefile.in (clean): Move to end of file.
5906 (distclean, maintainer-clean, realclean): Ditto.
5907 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5908 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5909 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5910 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5911
b0787093
AC
59122002-08-24 Andrew Cagney <ac131313@redhat.com>
5913
5914 * Makefile.in (GDBINT_TEX_TMPS): Define.
5915 (gdbint.dvi, gdbint.pdf): Use
5916 (GDB_TEX_TMPS): Define.
5917 (gdb.dvi, gdb.pdf): Use.
5918 (STABS_TEX_TMPS): Define.
5919 (stabs.dvi, stabs.pdf): Use.
5920 (GDB_DOC_SOURCE_INCLUDES): New macros.
5921 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5922 (GDBINT_DOC_FILES_INCLUDES): New macros.
5923 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5924 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5925 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5926 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5927 (links2roff): Replace SFILES_INCLUDED with
5928 GDB_DOC_SOURCE_INCLUDES.
5929 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5930 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5931 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5932 dependencies.
5933 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5934 dependencies.
5935 (gdbmi.texinfo): Delete rule.
5936 (inc-hist.texinfo): Delete rule.
5937 (rluser.texinfo): Delete rule.
5938
ebba8386
AC
59392002-08-23 Andrew Cagney <cagney@redhat.com>
5940
5941 * gdbint.texinfo (Target Architecture Definition): Update
5942 STORE_RETURN_VALUE, mention regcache.
5943
0ab7a791
AC
59442002-08-21 Andrew Cagney <ac131313@redhat.com>
5945
5946 * gdbint.texinfo (Target Architecture Definition): Document
5947 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5948
ee2d5c50
AC
59492002-08-19 Andrew Cagney <ac131313@redhat.com>
5950
5951 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5952 Fix minor typos. Add index entries.
5953
53c69bd7
AC
59542002-08-18 Andrew Cagney <ac131313@redhat.com>
5955
5956 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5957
e76f1f2e
AC
59582002-08-15 Andrew Cagney <ac131313@redhat.com>
5959
5960 * gdbint.texinfo (Target Architecture Definition): Document
5961 PRINT_VECTOR_INFO.
5962 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5963
0680b120
AC
59642002-08-13 Andrew Cagney <ac131313@redhat.com>
5965
5966 * gdb.texinfo (Maintenance Commands): Document "maint print
5967 registers", "maint print raw-registers" and "maint print
5968 cooked-registers".
5969
3c3bea1c
GS
59702002-08-08 Grace Sainsbury <graces@redhat.com>
5971
a9331b3f 5972 From Mark Salter:
3c3bea1c
GS
5973 * gdb.texinfo (Protocol): Document T packet extension to
5974 allow watchpoint address reporting.
5975
42f9b0a5
AC
59762002-08-03 Andrew Cagney <ac131313@redhat.com>
5977
5978 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5979
db034ac5
AC
59802002-08-01 Andrew Cagney <cagney@redhat.com>
5981
5982 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5983 to CHILL.
5984
e2b28d04
AC
59852002-08-01 Andrew Cagney <ac131313@redhat.com>
5986
5987 * gdbint.texinfo (Coding): Revise section "Include Files".
5988
7fb623f7
AC
59892002-07-24 Andrew Cagney <cagney@redhat.com>
5990
5991 * gdbint.texinfo: Obsolete references to m88k.
5992 * gdb.texinfo: Ditto.
5993
4a2b4636
JB
59942002-07-10 Joel Brobecker <brobecker@gnat.com>
5995
7fb623f7 5996 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
5997 where the proper version of autoconf can be retrieved.
5998
a71ec265
DH
59992002-07-09 Don Howard <dhoward@redhat.com>
6000
6001 * gdb.texinfo (Command Files): Further describe the behavior of
6002 sourced command files.
6003
b9aa90c9
AC
60042002-06-27 Andrew Cagney <ac131313@redhat.com>
6005
6006 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6007 (Coding): Clarify ISO C version that GDB assumes.
6008
40dd2248
TT
60092002-06-26 Tom Tromey <tromey@redhat.com>
6010
6011 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6012 add_setshow_cmd_full.
6013
bfac230e
DH
60142002-06-25 Don Howard <dhoward@redhat.com>
6015
6016 * gdb.texinfo (Memory Region Attributes): Document new behavior
6017 for 'mem' command.
6018
475b0867
JB
60192002-06-11 Jim Blandy <jimb@redhat.com>
6020
919d772c
JB
6021 * gdb.texinfo (Symbols): Update documentation for `info source'
6022 command.
6023
475b0867
JB
6024 * gdb.texinfo (Macros): Call the command `info macro', not
6025 `show macro'.
6026
ba8c9337
AC
60272002-06-09 Andrew Cagney <ac131313@redhat.com>
6028
6029 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6030 data''.
6031
1029b7fa
MK
60322002-06-09 Mark Kettenis <kettenis@gnu.org>
6033
6034 * gdbint.texinfo (Target Architecture Definition): Document
6035 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6036
16737d73
AC
60372002-06-08 Andrew Cagney <ac131313@redhat.com>
6038
6039 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6040 lists.
6041
30107679
AC
60422002-06-08 Andrew Cagney <ac131313@redhat.com>
6043
6044 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6045 Branch''.
6046
3352e23e
AC
60472002-06-01 Andrew Cagney <ac131313@redhat.com>
6048
6049 * gdbint.texinfo (Target Architecture Definition): Add section
6050 ``Converting an existing Target Architecture to Multi-arch''.
6051
cbb09e6a
AC
60522002-05-30 Andrew Cagney <ac131313@redhat.com>
6053
6054 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6055 to ``Obsoleting code''. Revise.
6056
e2e0bcd1
JB
60572002-05-17 Jim Blandy <jimb@redhat.com>
6058
6059 * gdb.texinfo (C Preprocessor Macros): New chapter.
6060 Include it in the main menu.
6061 (Contributors): Credit Jim Blandy with macro support.
6062 (Compilation): Explain how to get macro information into the
6063 executable.
6064 (Expressions): Note that preprocessor macros are expanded.
6065
9db8d71f
DJ
60662002-05-14 Daniel Jacobowitz <drow@mvista.com>
6067
6068 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6069 options for `target remote'.
6070
6d531722
AC
60712002-05-13 Andrew Cagney <ac131313@redhat.com>
6072
6073 * gdbint.texinfo (Target Architecture Definition): Delete
6074 documentation on NNPC_REGNUM.
6075
13d01224
AC
60762002-05-11 Andrew Cagney <ac131313@redhat.com>
6077
6078 * gdbint.texinfo (Target Architecture Definition): Document
6079 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6080 (Target Architecture Definition): Revise section `Using Different
6081 Register and Memory Data Representations'. Add section `Raw and
6082 Virtual Register Representations'.
6083
b2e75d78
AC
60842002-05-11 Andrew Cagney <ac131313@redhat.com>
6085
6086 * gdbint.texinfo (Target Architecture Definition): Mention
6087 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6088 (Target Architecture Definition): Mention same. Add references to
6089 web pages.
6090
2c8682ee
MS
60912002-05-08 Michael Snyder <msnyder@redhat.com>
6092
6093 * stabs.texinfo (Attributes): Document new "vector" attribute.
6094
0816590b
AC
60952002-05-04 Andrew Cagney <ac131313@redhat.com>
6096
6097 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6098
2653173e
AC
60992002-05-04 Andrew Cagney <ac131313@redhat.com>
6100
6101 * gdb.texinfo: Delete obsolete references to a29k.
6102
d7bd68ca
AC
61032002-04-24 Andrew Cagney <ac131313@redhat.com>
6104
6105 * gdbint.texinfo (Target Architecture Definition): Replace
6106 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6107
21d83aa5
DM
61082002-04-24 David S. Miller <davem@redhat.com>
6109
6110 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6111
7673a6cc
DM
61122002-04-21 David S. Miller <davem@redhat.com>
6113
6114 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6115
d49d1e0a
AC
61162002-04-21 Andrew Cagney <ac131313@redhat.com>
6117
6118 * gdbint.texinfo (Target Architecture Definition): Delete
6119 definition of HAVE_REGISTER_WINDOWS.
6120
f7dc1244 61212002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
6122
6123 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6124 "Theodore A. Roth" <troth@verinet.com>.
6125
5ca0cb28
DH
61262002-04-15 Don Howard <dhoward@redhat.com>
6127
f7dc1244 6128 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6129 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6130 Provide a better explaination of this feature.
5ca0cb28 6131
f208ba17
AC
61322002-04-14 Andrew Cagney <ac131313@redhat.com>
6133
6134 * gdbint.texinfo (Target Architecture Definition): Remove
6135 FRAME_CHAIN_COMBINE.
6136
d5ba91de
MC
61372002-04-12 Michael Chastain <mec@shout.net>
6138
6139 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6140 REG_STACK_SEGMENT.
6141
26818220
MC
61422002-04-09 Michael Chastain <mec@shout.net>
6143
6144 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6145 PYRAMID_* macros.
6146
129188f6
AC
61472002-04-07 Andrew Cagney <ac131313@redhat.com>
6148
6149 * gdb.texinfo (Bug Reporting): Document that the web is the
6150 prefered way of submitting bug reports.
6151 (Bug Reporting): Delete the s-mail address as the last resort.
6152
8227c0ff
AC
61532002-04-05 Andrew Cagney <ac131313@redhat.com>
6154
6155 * gdbint.texinfo (Target Architecture Definition): Delete
6156 references to TARGET_WRITE_FP and write_fp.
6157
16d9dec6
MS
61582002-03-27 Michael Snyder <msnyder@redhat.com>
6159
6160 * gdb.texinfo: Document new commands dump, append, and restore.
6161
9ae8b82c
AC
61622002-03-27 Andrew Cagney <ac131313@redhat.com>
6163
6164 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6165 Branch'.
6166
474c8240
AC
61672002-03-18 Andrew Cagney <ac131313@redhat.com>
6168
6169 * gdb.texinfo: Change all examples to @smallexample.
6170 * gdbint.texinfo: Ditto.
a9331b3f 6171
fb0ff88f
AC
61722002-03-18 Andrew Cagney <ac131313@redhat.com>
6173
6174 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6175 Branches''.
6176
9bb0a4d8
AC
61772002-03-18 Andrew Cagney <ac131313@redhat.com>
6178
6179 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6180 Policy''.
6181
937f164b
FF
61822002-03-04 Fred Fish <fnf@redhat.com>
6183
6184 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6185 expresson, suports, dependant, trhe, perhaphs, situtations,
6186 explictily, taged, oportunity, unfortunatly).
6187
a7b40f07
AC
61882002-02-24 Andrew Cagney <ac131313@redhat.com>
6189
6190 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6191 Remove reference to 3.12.
6192
aab4e0ec
AC
61932002-02-23 Andrew Cagney <ac131313@redhat.com>
6194
6195 * gdbint.texinfo: Include fdl.texi.
6196 (Top): Add GNU Free Documentation License.
6197 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6198 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6199 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6200 (gdbint.info): Add srcdir to include path.
6201 * gdb.texinfo: Include gpl.texi.
6202 (Top): Add Copying.
6203 * gpl.texi: New file.
6204
47b95330
AC
62052002-02-23 Andrew Cagney <ac131313@redhat.com>
6206
6207 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6208
78c47bea
PM
62092002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6210
6211 * gdb.texinfo: Document Cygwin native specific commands.
6212
56460a61
DJ
62132002-02-15 Daniel Jacobowitz <drow@mvista.com>
6214
6215 * gdb.texinfo: Document gdbserver ``--attach'' command.
6216
def71bfa
MS
62172002-02-07 Michael Snyder <msnyder@redhat.com>
6218
6219 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6220 to @code(_ovly_debug_event).
6221
c928edc0
AC
62222002-02-07 Andrew Cagney <ac131313@redhat.com>
6223
6224 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6225
81d46470
MS
62262002-02-06 Michael Snyder <msnyder@redhat.com>
6227
6228 * gdb.texinfo (overlays): Mention new magic symbol
6229 '_ovly_debug_event', which allows GDB to keep better track
6230 of overlays.
6231
f7dc1244 62322002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6233
6234 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6235 Suggested by Dmitry Sivachenko.
6236
6237 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6238
15110bc3
MS
62392002-02-01 Michael Snyder <msnyder@redhat.com>
6240
6241 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6242
6763aef9
MS
62432002-01-30 Michael Snyder <msnyder@redhat.com>
6244
ac282366
MS
6245 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6246 (set trust-readonly-sections): Document.
6763aef9 6247
8642bc8f
AC
62482002-01-29 Andrew Cagney <ac131313@redhat.com>
6249
6250 * gdbint.texinfo (Releasing GDB): Revise and update.
6251
afe64c1a
AC
62522002-01-28 Andrew Cagney <ac131313@redhat.com>
6253
6254 * gdbint.texinfo (Target Architecture Definition): Delete
6255 description of TARGET_BYTE_ORDER_DEFAULT.
6256
f7dc1244 62572002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6258
6259 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6260 <mitya@cavia.pp.ru>.
6261
3d6e1b5a
AC
62622002-01-23 Andrew Cagney <ac131313@redhat.com>
6263
6264 * libgdb.texinfo: Delete file.
6265
6c0e9fb3
AC
62662002-01-22 Andrew Cagney <ac131313@redhat.com>
6267
6268 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6269 * gdbint.texinfo: Ditto.
6270
e0ce93ac
AC
6271Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6272
6273 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6274
be298bcc
AC
62752002-01-22 Andrew Cagney <ac131313@redhat.com>
6276
6277 * Makefile.in: Update copyright.
6278 (TEXI2DVI): Define.
6279 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6280 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6281 gdb-cfg.texi.
6282 (TEXINDEX, PDFTEX): Delete makefile variables.
6283
8e04817f
AC
62842002-01-22 Andrew Cagney <ac131313@redhat.com>
6285
6286 * gdb.texinfo (Protocol): Move section to appendix.
6287
6b2f586d
AC
62882002-01-21 Andrew Cagney <ac131313@redhat.com>
6289
6290 * gdb.texinfo (Remote Debugging): Create a menu.
6291 (Top): Add ``Remote Debugging'' to menu.
6292
6f05cf9f
AC
62932002-01-21 Andrew Cagney <ac131313@redhat.com>
6294
6295 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6296 serial protocol'' from here.
6297 (Remote Debugging): To here. New chapter.
6298
3fd3d7d2
AC
62992002-01-20 Andrew Cagney <ac131313@redhat.com>
6300
6301 * gdbint.texinfo (Target Architecture Definition): Delete
6302 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6303
7fd60527
AC
63042002-01-20 Andrew Cagney <ac131313@redhat.com>
6305
6306 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6307 are no longer needed.
6308 (Porting GDB): Add maintainer note about configure.host.
6309
c2f05ac9
AC
63102002-01-20 Andrew Cagney <ac131313@redhat.com>
6311
6312 * gdbint.texinfo (Target Architecture Definition): Remove
6313 definition of IEEE_FLOAT.
6314
f7dc1244 63152002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6316
6317 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6318 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6319 <3diff@gnu.org>
231b2aad 6320
82600034
AC
63212002-01-19 Andrew Cagney <ac131313@redhat.com>
6322
6323 * gdbint.texinfo (Host Definition): Remove references to
6324 MALLOC_INCOMPATIBLE.
6325
7708fa01
AC
63262002-01-17 Andrew Cagney <ac131313@redhat.com>
6327
6328 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6329 and xyz-xdep.o.
6330
eb12ee30
AC
63312002-01-17 Andrew Cagney <ac131313@redhat.com>
6332
889bf7c5 6333 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6334 (Set Breaks): Copy ``maint info breakpoint'' doco to
6335 ``Maintenance Commands'' appendix. Add reference.
6336
c9ccaa92
AC
63372002-01-17 Andrew Cagney <ac131313@redhat.com>
6338
6339 * fdl.texi: Remove next/prev from @node.
6340
f7dc1244 63412002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6342
6343 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6344 for monstrous @multitable (from Brian Youmans).
6345
6346 * fdl.texi: New file.
6347
6348 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6349
8973da3a
AC
63502002-01-15 Andrew Cagney <ac131313@redhat.com>
6351
6352 * gdbint.texinfo (Releasing GDB): New chapter.
6353
7d86b5d5
AC
63542002-01-14 Andrew Cagney <ac131313@redhat.com>
6355
6356 * gdb.texinfo (Embedded Processors, Calling program functions):
6357 Obsolete references to a29k.
6358
cc1cb004
AC
63592002-01-13 Andrew Cagney <ac131313@redhat.com>
6360
6361 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6362 examples. Document that a code-block should do or discard its
6363 cleanups before exit.
6364
79f12247
MS
63652002-01-11 Michael Snyder <msnyder@redhat.com>
6366
6367 * gdb.texinfo (Choosing files): Change @samp to @file.
6368
19837790
MS
63692002-01-05 Michael Snyder <msnyder@redhat.com>
6370
6371 * gdb.texinfo (--pid): Document new command line option (attach).
6372
f7dc1244 63732002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6374
6375 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6376 in the stub.
6377
d7449b42
AC
63782002-01-04 Andrew Cagney <ac131313@redhat.com>
6379
6380 * gdbint.texinfo (Target Architecture Definition): Replace
6381 BIG_ENDIAN with BFD_ENDIAN_BIG.
6382
f23631e4
AC
63832002-01-03 Andrew Cagney <ac131313@redhat.com>
6384
6385 * gdbint.texinfo (Target Architecture Definition): Replace
6386 value_ptr with struct value pointer.
6387
72c9928d
EZ
63882002-01-02 Eli Zaretskii <eliz@gnu.org>
6389
6390 * gdb.texinfo (Free Software): Fix wording.
6391
959acfd1
EZ
63922001-12-31 Eli Zaretskii <eliz@gnu.org>
6393
6394 * gdb.texinfo (Free Software): New section ``Free Software Needs
6395 Free Documentation''.
6396
f7dc1244 63972001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6398
6399 * stabs.texinfo:
6400 * gdb.texinfo:
6401 * gdbint.texinfo:
6402 * libgdb.texinfo:
6403 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6404
6600abed
MS
64052001-12-29 Michael Snyder <msnyder@redhat.com>
6406
6407 * gdb.texinfo (maint info sections): Fix typo.
6408
f6680716
MS
64092001-12-26 Michael Snyder <msnyder@redhat.com>
6410
fe95c787
MS
6411 * gdb.texinfo (maint info sections): Document.
6412
a9331b3f 6413 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6414 'info proc' sub-options that are currently not implemented.
6415
c3d3ce5b
JB
64162001-12-20 Jim Blandy <jimb@redhat.com>
6417
6418 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6419
778eb05e
AC
64202001-12-15 Andrew Cagney <ac131313@redhat.com>
6421
6422 * gdbint.texinfo (Target Architecture Definition): Replace
6423 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6424
2607059c
AC
64252001-12-01 Andrew Cagney <ac131313@redhat.com>
6426
6427 * gdbint.texinfo (Host Definition): Delete documentation on
6428 HOST_BYTE_ORDER.
6429
df0cd8c5
JB
64302001-11-30 Jim Blandy <jimb@redhat.com>
6431
6432 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6433 overlay support. Add to top-level menu.
df0cd8c5 6434
88118b3a
TT
64352001-11-26 Tom Tromey <tromey@redhat.com>
6436
6437 * gdb.texinfo (Command Syntax): Document C-o binding.
6438
96565e91
CF
64392001-07-26 Christopher Faylor <cgf@redhat.com>
6440
6441 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6442 use since it is described in the referenced section.
6443
f7dc1244 6444 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6445 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6446 clearer when using DJGPP.
6447
2a3d5645
CF
64482001-11-24 Christopher Faylor <cgf@redhat.com>
6449
6450 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6451 specifically refer to MS-DOS.
6452 (command files): Mention gdb.ini is only used on MS-DOS.
6453
aa26fa3a
TT
64542001-11-21 Tom Tromey <tromey@redhat.com>
6455
6456 * gdb.texinfo (Invoking GDB): Document --args.
6457 (Mode Options): Likewise.
6458
4f8ada06
JB
64592001-11-21 Jim Blandy <jimb@redhat.com>
6460
6461 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6462 Delete documentation; this macro has been removed from the
6463 sources.
4f8ada06 6464
3fe0dc10
JB
64652001-11-13 Jim Blandy <jimb@redhat.com>
6466
6467 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6468
9e5abb06
CV
64692001-11-06 Corinna Vinschen <vinschen@redhat.com>
6470
6471 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6472
1c5dfdad
MS
64732001-11-05 Michael Snyder <msnyder@redhat.com>
6474
a9331b3f 6475 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6476 quote regexp chars in function names such as "operator*()".
6477
990f9fe3
FF
64782001-11-01 Fred Fish <fnf@redhat.com>
6479
6480 * gdbint.texinfo (SOLIB_ADD): Document additional new
6481 "readsyms" arg.
6482
b433d00b
DH
64832001-10-30 Don Howard <dhoward@redhat.com>
6484
070b1dd3
DH
6485 * gdb.texinfo: (Command Files) Added documentation for the
6486 behavior of gdb with input redirected from a file.
b433d00b 6487
b7209cb4
FF
64882001-10-28 Fred Fish <fnf@redhat.com>
6489
6490 * gdb.texinfo (auto-solib-add): Change docs to match
6491 implementation change.
6492 (auto-solib-limit): Add docs for new variable.
6493
1aa20aa8
AC
64942001-10-15 Andrew Cagney <ac131313@redhat.com>
6495
6496 * gdbint.texinfo (Target Architecture Definition): Function
6497 value_as_pointer renamed to value_as_address.
6498
fc0c74b1
AC
64992001-10-15 Andrew Cagney <ac131313@redhat.com>
6500
6501 * gdbint.texinfo (Target Architecture Definition): Default
6502 POINTER_TO_ADDRESS functions assume unsigned addresses.
6503 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6504 posting by Jim Blandy.
6505
f4846649
JB
65062001-10-12 Jim Blandy <jimb@redhat.com>
6507
6508 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6509 version of texi2html (1.64) doesn't support this flag any more.
6510
f277788b
MK
65112001-09-08 Mark Kettenis <kettenis@gnu.org>
6512
a9dc4918
MK
6513 * gdbint.texinfo (Host Definition): Remove description of
6514 MEM_FNS_DECLARED.
6515
d28379df
MK
6516 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6517
f277788b
MK
6518 * gdbint.texinfo (Host Definition): Remove description of
6519 HAVE_SIGSETMASK.
6520
7ccaa899
EZ
65212001-09-04 Elena Zannoni <ezannoni@redhat.com>
6522
6523 * gdbint.texinfo (Target Architecture Definition): Add
6524 explanation of TARGET_PRINT_INSN macro.
6525
17d9d558
JB
65262001-08-30 Jim Blandy <jimb@redhat.com>
6527
6528 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6529 Explain what it means to load relocatable files.
6530
72cde065
JB
65312001-08-28 Jim Blandy <jimb@redhat.com>
6532
6533 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6534 info `top' menu.
6535
9e678452
CF
6536Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6537
6538 * gdbint.texinfo: Add a cautionary note about macro use.
6539
a2bea4c3 65402001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6541
a2bea4c3
CV
6542 * gdb.texinfo: Explain omitting the hostname in the
6543 `target remote' command.
6544
1129bf27
DJ
65452001-07-30 Daniel Jacobowitz <drow@mvista.com>
6546
6547 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6548 and END-INFO-DIR-ENTRY.
6549
732b3002
SC
65502001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6551
6552 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6553
89437448
AC
65542001-07-25 Andrew Cagney <ac131313@redhat.com>
6555
6556 * gdbint.texinfo (libgdb): Rewrite.
6557
f7dc1244 65582001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6559
6560 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6561
c4555f82
SC
65622001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6563
6564 * gdb.texinfo (TUI): New chapter, document the TUI.
6565 (Mode Options): Document the -tui option.
6566
2f45a6e0
MK
65672001-07-23 Mark Kettenis <kettenis@gnu.org>
6568
6569 * gdbint.texinfo (Host Definition): Remove description of
6570 NEED_POSIX_SETPGID.
6571
f7dc1244 65722001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6573
6574 * gdb.tex (DJGPP Native): New node, with descriptions of
6575 DJGPP-specific commands.
6576
be9c6c35
JM
65772001-07-19 John R. Moore <jmoore@redhat.com>
6578
6579 * gdbint.texinfo: Three misspellings.
6580
dfa249fb
AC
65812001-07-06 Andrew Cagney <ac131313@redhat.com>
6582
6583 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6584 `test` expressions on bash. Problem reported by Colin Walters.
6585
c72e7388
AC
65862001-07-04 Andrew Cagney <ac131313@redhat.com>
6587
6588 * gdbint.texinfo (User Interface): Update ui-out documentation to
6589 refelect recent UI/MI updates.
6590
94bbb2c0
AC
65912001-07-04 Andrew Cagney <ac131313@redhat.com>
6592
6593 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6594 interpreters.
6595
af6c57ea
AC
65962001-06-15 Andrew Cagney <ac131313@redhat.com>
6597
6598 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6599 structure and not macros.
6600 (Host Definition): Document that much of this chapter is obsolete.
6601 (Target Architecture Definition): Update list of files that make
6602 up a target architecture.
6603 (Coding): Update.
6604
83aa8bc6
AC
66052001-06-28 Andrew Cagney <ac131313@redhat.com>
6606
6607 * gdbint.texinfo (Target Architecture Definition): Update
6608 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6609 The latter has been changed to a true predicate.
6610
f7dc1244 66112001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6612
6613 * annotate.texi: Add @noindent where needed. From Dmitry
6614 Sivachenko <dima@Chg.RU>.
6615 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6616
656db9b0
AC
66172001-06-16 Andrew Cagney <ac131313@redhat.com>
6618
6619 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6620
df2396a1
AC
66212001-06-14 Andrew Cagney <ac131313@redhat.com>
6622
6623 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6624 returns ``OK''. Document that the ``R'' packet does not reply.
6625
0f1f2b0a
MS
66262001-06-13 Michael Snyder <msnyder@redhat.com>
6627
6628 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6629
f7dc1244 66302001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6631
6632 * gdb.texinfo (Signals): Clarify the default setting of signal
6633 handling.
6634
a5d7c491
AC
66352001-05-14 Andrew Cagney <ac131313@redhat.com>
6636
6637 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6638 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6639
05a54c4f
AC
66402001-05-12 Andrew Cagney <ac131313@redhat.com>
6641
6642 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6643
f7dc1244 66442001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6645
6646 * gdbint.texinfo (Clean Design and Portable Implementation):
6647 Renamed from "Clean Design".
6648 (Clean Design and Portable Implementation): Document portable
6649 methods of handling file names, and the associated macros.
6650
f7dc1244 66512001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6652
6653 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6654 command and provide a cross-reference to its description.
6655 (Symbols): Note that "info scope" is useful for trace experiments.
6656
f7dc1244 66572001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6658
b37052ae
EZ
6659 * gdb.texinfo (Symbols): Document "info scope".
6660 (Tracepoints): New chapter.
6661 (Contributors): Update for v5.1.
6662 <All nodes>: Change "C++" to "C@t{++}".
6663
0ee54786
EZ
6664 * gdbint.texinfo (User Interface): A new section about ui_out
6665 functions, based on text written by Fernando Nasser.
6666
c534679c
EZ
6667 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6668
f7dc1244 66692001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6670
e9c75b65
EZ
6671 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6672
6673 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6674
6675 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6676 Replace "GDB" with "@value{GDBN}". Fix markup.
6677
6678 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6679
3d67e040
EZ
6680 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6681 a cross-reference to its description.
6682 (Symbols): Document "info symbol".
6683
f7dc1244 66842001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6685
6686 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6687 subsection "x86 Watchpoints".
6688 (Target Architecture Definition): Document the macros
6689 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6690 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6691
b0ed3589
AC
66922001-03-20 Andrew Cagney <ac131313@redhat.com>
6693
6694 * gdbint.texinfo (Target Architecture Definition): Update
6695 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6696 list.
6697
b6ba6518
KB
66982001-03-06 Kevin Buettner <kevinb@redhat.com>
6699
6700 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6701 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6702
f7dc1244 67032001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6704
6705 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6706
f7dc1244 67072001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6708
17cc6a06
EZ
6709 * gdb.texinfo (Environment): Document that `path' does not change
6710 the value of PATH in GDB's own environment (it did in the past,
6711 but that was changed on March 15, 1994). Reported by Doug Evans
6712 <dje@transmeta.com>.
6713
56caf160
EZ
6714 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6715 its line. Fix markup of commands and macros. Add an Index node
6716 and index entries.
6717
29e57380
C
67182001-01-23 J.T. Conklin <jtc@redback.com>
6719
6720 * gdb.texinfo (Memory region attributes): New manual section.
6721
1c6147de
ND
67222001-01-04 Nicholas Duffek <nsd@redhat.com>
6723
6724 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6725
f7dc1244 67262000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6727
6728 * refcard.tex: Version and copyright fixed. From Phil Edwards
6729 <pedwards@disaster.jaj.com>.
6730
0dcedd82
AC
6731Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6732
6733 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6734 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6735
3b851bce
AC
6736Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6737
6738 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6739 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6740
f7dc1244 67412000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6742
6743 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6744 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6745
b90a5f51
CF
67462000-11-10 Christopher Faylor <cgf@cygnus.com>
6747
6748 * gdb.texinfo: Document new 'set step-mode' command.
6749
f7dc1244 67502000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6751
6752 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6753 changes from Dmitry Sivachenko <dima@Chg.RU>.
6754
f7dc1244 67552000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6756
6757 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6758 From Steven Johnson <sbjohnson@ozemail.com.au>.
6759
2e685b93
MK
67602000-08-10 Mark Kettenis <kettenis@gnu.org>
6761
6762 * gdbint.texinfo (Overall Structure): Spelling fix.
6763
f7dc1244 67642000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6765
6766 * gdbint.texinfo (Target Architecture Definition): Document that
6767 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6768 for which REGISTER_CONVERTIBLE returns a zero value.
6769
63ac3005
EZ
67702000-07-08 Christopher Faylor <cgf@cygnus.com>
6771
6772 * Makefile.in (install-info): Find files to install in either the
6773 build or source directories (adapted from Makefile.am).
6774
bd79f757
ND
67752000-07-07 Nicholas Duffek <nsd@redhat.com>
6776
6777 * stabs.texinfo: Fix spelling errors.
6778 (String Field): FILE-NUMBER starts from 0, not 1.
6779
f7dc1244 67802000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
6781
6782 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 6783 Brian Youmans.
5f208f6d 6784
f7dc1244 67852000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
6786
6787 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
6788 the source directory. Reported by Mark Harig
6789 <markh@frazier.landmark.com>.
cc542d3b 6790
f3b28801
C
67912000-06-20 J.T. Conklin <jtc@redback.com>
6792
6793 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6794
449f3b6c
AC
6795Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6796
6797 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 6798 Generate using pdftex.
449f3b6c 6799 (PDFTEX): Define.
889bf7c5 6800 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 6801 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 6802 @contents at the start.
449f3b6c 6803
f7dc1244 68042000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
6805
6806 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 6807 Youmans.
48e934c6 6808
9e9c5ae7
AC
6809Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6810
6811 From Brian Youmans:
6812 * gdb.texinfo: Fix ``et al.''.
6813
c741b251
AC
6814Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6815
6816 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 6817 loop.
c741b251 6818
4ab64e14
JG
68192000-05-19 Jimmy Guo <guo@cup.hp.com>
6820
6821 * configure: Regenerate.
6822
f7dc1244 68232000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
6824
6825 * Makefile.in (install-info): Run install-info on installed Info
6826 files.
6827
8c70017b
AC
6828Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6829
a7cb598a 6830 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 6831 Andrew Cagney.
8c70017b 6832
f7dc1244 68332000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
6834
6835 * gdb.texinfo: Proofreading changes from Brian Youmans.
6836
bf0184be
ND
68372000-05-01 Nick Duffek <nsd@cygnus.com>
6838
6839 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6840 startup sequence, minor edits.
6841
f7dc1244 68422000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
6843
6844 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6845 TeX.
6846
6847 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6848 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6849 like `n' and `s' which look weird. Convert some of the @kindex to
6850 @vindex, when they refer to variables, not commands.
6851
33e16fad
AC
6852Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6853
6854 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6855
f7dc1244 68562000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
6857
6858 * Makefile.in (GDBMI_DIR): New variable.
6859 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6860 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6861 (gdbmi.texinfo): New target, for texi2roff.
6862 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6863 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6864
6865 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6866 gdbmi.texinfo.
6867 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6868 comment.
6869
d167840f
EZ
68702000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6871
6872 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 6873 command.
d167840f 6874
f7dc1244 68752000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
6876
6877 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6878 prevents the build (and is generally a Bad Idea).
6879
f7dc1244 68802000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
6881
6882 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6883 a comma inside @var.
6884 (Command Files): Index markup changes from Dmitry Sivachenko
6885 <dima@Chg.RU>.
6886
f7dc1244 68872000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
6888
6889 * Makefile.in (LN_S): Define.
6890 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6891 invoke "ln -s" unless it is known to work.
6892
6893 * configure.in (AC_PROG_LN_S): Add.
6894
8dc7983f
JB
68952000-04-14 Jim Blandy <jimb@redhat.com>
6896
6897 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6898 section.
6899 (Target Conditionals): Document ADDRESS_TO_POINTER,
6900 POINTER_TO_ADDRESS.
6901
1a8237e8
DB
69022000-04-11 Daniel Berlin <dan@cgsoftware.com>
6903
6904 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6905 gdb-cfg.texi to get the value.
6906
ca526f1a
JB
69072000-04-10 Jim Blandy <jimb@redhat.com>
6908
6909 * gdbint.texinfo (Target Architecture Definition): Fix
6910 cross-references.
6911
faaafcb4
JB
69122000-04-08 Jim Blandy <jimb@redhat.com>
6913
6914 * gdbint.texinfo (Using Different Register and Memory Data
6915 Representations): New section.
6916 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
6917 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6918 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 6919
1b27397f
AC
6920Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
6921
6922 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 6923 for acknowledgments.
1b27397f 6924
480ff1fb
AC
6925Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
6926
6927 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 6928 qThreadExtraInfo.
480ff1fb 6929
a9331b3f 69302000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 6931
a9331b3f
RM
6932 * gdb.texinfo: Clarify which remote debug protocol commands are
6933 required and which are optional.
f1251bdd 6934
dbeb8dbd
AC
6935Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
6936
6937 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
6938 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
6939 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
6940 * annotate.texi: Update.
6941
6d2ebf8b
SS
69422000-03-28 Stan Shebs <shebs@apple.com>
6943
6944 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6945 expectation of additional changes before release), update
6946 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6947 node links, rephrase and/or shorten lines to fix formatting
6948 problem in both regular and @smallbook formats.
6949 * annotate.texi: Shorten lines in example, use smallexample
6950 consistently everywhere.
6951 * Makefile.in: Add comment about texinfo 4.0 html generation.
6952 (SFILES_INCLUDED): Add annotate.texi.
6953
5d161b24
DB
69542000-03-27 Daniel Berlin <dan@cgsoftware.com>
6955
5ae4183a
AS
6956 * gdb.texinfo (Debugging Output): Added new section, documenting
6957 the "set/show debug" commands.
5d161b24 6958
b9deaee7
AC
6959Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
6960
6961 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 6962 entry.
b9deaee7
AC
6963
6964 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6965 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 6966 @chapter and @node entries.
a9331b3f 6967
b9deaee7 6968 * gdb.texinfo: Link all top-level nodes.
a9331b3f 6969
9ef47d30
AC
6970Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6971
6972 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 6973 files.
9ef47d30 6974
cfeada60
FN
69752000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6976
6977 From David Whedon <dwhedon@gordian.com>
5ae4183a 6978 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 6979
6837a0a2
DB
69802000-03-22 Daniel Berlin <dan@cgsoftware.com>
6981
6982 * gdb.texinfo: Add documentation for the apropos command.
6983
bba2971c
MS
69842000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6985
6986 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6987
2b628194
MS
69882000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6989
a9331b3f 6990 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
6991 two places.
6992
96a2c332
SS
69932000-03-17 Stan Shebs <shebs@apple.com>
6994
6995 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6996 <dima@Chg.RU>, also clarification of allowed content for
6997 string constants.
6998
f7dc1244 69992000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
7000
7001 * gdb.texinfo (main menu): Add Annotations.
7002 (File Options): Add @cindex entries for each command-line option.
7003 Document --epoch, --annotate, --async, --interpreter, --write,
7004 --statistics, and --version.
7005
7006 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
7007 of GDB.
7008
9d233477
JB
70092000-02-23 Jim Blandy <jimb@redhat.com>
7010
7011 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7012
14e0eb3b
JB
70132000-02-22 Jim Blandy <jimb@redhat.com>
7014
7015 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7016
3555de01
JM
70172000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
7018
7019 * Makefile.in (diststuff): New target.
7020
5e35df8e
KB
70212000-02-15 Kevin Buettner <kevinb@redhat.com>
7022
7023 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 7024 architecture. [From Jim Wilson.]
5e35df8e 7025
c5394b80
JM
70262000-01-16 Tom Tromey <tromey@cygnus.com>
7027
7028 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7029 (Delete Breaks): Mention range arguments.
7030 (Disabling): Likewise.
7031
c3f6f71d
JM
70322000-01-05 Dmitry Sivachenko <dima@Chg.RU>
7033
7034 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7035
c4093a6a
JM
7036Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
7037
7038 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 7039 valid functions.
c4093a6a 7040
11cf8741
JM
70411999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7042
7043 * gdb.texinfo: Clarify regular expressions used in rbreak.
7044
917317f4
JM
70451999-10-15 Kevin Buettner <kevinb@cygnus.com>
7046
7047 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7048 MEMORY_REMOVE_BREAKPOINT): Document.
7049
7050Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7051
7052 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 7053 offset re-using the DATA offset instead.
917317f4 7054
2df3850c
JM
70551999-10-11 Jim Kingdon <kingdon@redhat.com>
7056
7057 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7058
70591999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7060
7061 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7062 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7063 typos.
7064
7065 * gdb.texinfo: Various minor wording and formatting improvements,
7066 mentions of additional command-line options.
7067
2acceee2
JM
70681999-09-30 Fred Fish <fnf@cygnus.com>
7069
7070 * gdb.texinfo: Document additional forms of specifying section
7071 names and addresses for the add-symbol-file command.
7072
c2c6d25f
JM
70731999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7074
7075 * gdbint.texinfo: Fix typo, add the word "have".
7076
70771999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7078
7079 * gdbint.texinfo (Target Architecture Definition): Document the
7080 SKIP_PERMANENT_BREAKPOINT macro.
7081
d4f3574e
SS
70821999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7083
7084 * gdb.texinfo: Fiks speling errers.
7085
7086 * gdb.texinfo: Fix uses of @multitable.
7087
f7dc1244 7088 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 7089 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 7090 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
7091 comments about using with optimization, add more indexing,
7092 fix info about disassembly-flavor.
7093
7094Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7095
7096 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7097 SKIP_SOLIB_RESOLVER): Define.
7098
7099Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7100
7101 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 7102 ``g'' packets.
d4f3574e 7103
104c1213
JM
71041999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7105
7106 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
7107 platform-specific info, inline remote.texi and move sections of it
7108 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
7109 and register stack into the new chapter.
7110 * remote.texi: Remove, now part of gdb.texinfo.
7111 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7112
71131999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7114
7115 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7116 GDB_TARGET_IS_MACH386): These kludges have gone away.
7117
7118Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7119
7120 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 7121 TDEPLIBS.
104c1213 7122
53a5351d
JM
71231999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7124
7125 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7126 surrounding text to fit HP-UX bits into general info.
7127 (HPPA-cfg.texi): Remove, no longer useful.
7128
7129 * gdb.texinfo: Remove explicit links from @node lines, remove
7130 HP-added "Detailed Node Listing" from main menu which confuses
7131 things.
7132
7133 From Dmitry Sivachenko <dima@Chg.RU>:
7134 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7135 in description of `set environment'.
53a5351d
JM
7136
71371999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7138
7139 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7140
7be570e7
JM
71411999-08-12 Ben Elliston <bje@cygnus.com>
7142
7143 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7144
f7dc1244 71451999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7146
7147 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7148 watch, awatch, and rwatch. Explain why the latter two cannot be
7149 set as software watchpoints. Document that watchpoints for local
7150 variables are deleted when the debuggee terminates.
7be570e7
JM
7151
7152Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7153
7154 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7155 packet. Allow E.. response packet. "qRcmd" packet is no longer
7156 reserved.
7be570e7
JM
7157
71581999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7159
a9331b3f
RM
7160 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7161 * gdb.texinfo: Ditto.
7be570e7 7162
96baa820
JM
71631999-08-06 Tom Tromey <tromey@cygnus.com>
7164
7165 * gdb.texinfo (KOD): New node.
7166
7167Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7168
7169 * remote.texi (Rcmd): Fix minor formatting typos.
7170
7171Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7172
7173 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7174 packets.
96baa820 7175
adf40b2e
JM
71761999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7177
7178 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7179 fixes.
7180
43ff13b4
JM
7181Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7182
7183 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7184
085dd6e6
JM
7185Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7186
7187 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7188 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7189 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7190 packets that are not supported on all hosts. Expand examples.
7191 Spell check.
085dd6e6
JM
7192
71931999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7194
7195 * Makefile.in: Recognize html, install-html. Add targets
7196 to build HTML versions of documentation via texi2html.
7197
7198Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7199
7200 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7201 testsuite.
085dd6e6
JM
7202
7203Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7204
7205 * remote.texi (Communication Protocol): Rewrite.
7206
7207Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7208
7209 * stabs.texinfo: Fix uses of xref.
7210
9e0b60a8
JM
7211Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7212
7213 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7214 info about patch submission.
7215
cce74817
JM
7216Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7217
7218 From Per Bothner <bothner@cygnus.com>:
7219 * gdb.texinfo: Document Chill support.
7220
7221Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7222
7223 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7224 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7225 Document that the value should be greater-than or equal-to zero.
7226 (NO_STD_REGS): Document. Deprecate.
cce74817 7227
ac9a91a7
JM
7228Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7229
7230 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7231 Document that these are not used.
ac9a91a7
JM
7232
7233Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7234
7235 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7236
392a587b
JM
7237Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7238
7239 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7240 numargs was dropped.
392a587b
JM
7241
7242Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7243
7244 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7245
b83266a0
SS
7246Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7247
7248 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7249 Update.
b83266a0 7250
7a292a7a
SS
7251Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7252
7253 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7254 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7255
7256Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7257
7258 * gdbint.texinfo: Fix typos: $ -> @.
7259
7260Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7261
7262 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7263 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7264 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7265 BREAKPOINT_FROM_PC.
a9331b3f 7266
7a292a7a
SS
7267Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7268
7269 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7270 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7271
7272Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7273
7274 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7275 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7276
72771999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7278
7279 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7280 longer exists.
7281
7282Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7283
7284 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7285 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7286 they make the manual source incomprehensible.
7a292a7a
SS
7287 * h8-cfg.texi: Remove, hasn't been used in years.
7288
c906108c
SS
7289Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7290
7291 * gdb.texinfo: Update the credits.
7292
7293Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7294
7295 * gdb.texinfo: Fix mistakes noticed in printout of last
7296 draft, add Alpha to discussion of heuristic fence post.
7297
7298Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7299
7300 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7301 Edition, merge some HP changes into mainline, describe some
7302 previously undocumented features, describe more of the target
7303 commands available, eliminate obsolete section on renamed
7304 commands.
c906108c
SS
7305 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7306
7307Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7308
7309 * gdb.texinfo: Make many HPPA conditionals unconditional,
7310 including catchpoint description, since now on for all configs.
7311 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7312 specializations.
7313
7314Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7315
7316 * Makefile.in (GDBvn.texi): Fix match expression to work with
7317 current format of VERSION in gdb/Makefile.in.
7318 * gdb.texinfo: Fix node ref to match new readline.
7319
7320Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7321
a9331b3f
RM
7322 * gdb.texinfo: Changes made as part of a project to merge in
7323 changes made by HP. Documentation makes extensive use of
c906108c
SS
7324 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7325 on remote debugging. There are differences in documentation
889bf7c5 7326 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7327 the HP manual discusses catchpoints, hardware watchpoints, and
7328 some HPUX specific limitations for shared library support.
a9331b3f 7329
c906108c
SS
7330 There are also a number of @node changes.
7331
73321999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7333
7334 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7335 (C Usage): Same.
7336
7337Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7338
7339 The following changes were made by Edith Epstein
889bf7c5
PA
7340 <eepstein@cygnus.com> as part of a project to merge in changes
7341 made by HP.
a9331b3f 7342
c906108c
SS
7343 * HPPA-cfg.texi: new file.
7344
7345 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7346
7347 * refcard.tex: change documentation about catch.
7348 removed info catch.
7349
7350Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7351
7352 * gdbint.texinfo: Expand on GDB's coding standards,
7353 specify the use of arg names with prototypes.
7354
73551998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7356
7357 * gdb.texinfo: Fix tipo.
7358
7359Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7360
7361 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7362 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7363
7364Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7365
7366 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7367
73681998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7369
7370 * agentexpr.texi: New file.
7371
7372Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7373
7374 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7375
73761998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7377
7378 * remote.texi: Changed wording that implied that the GDB remote
7379 protocol caches register values instead of GDB itself.
7380
7381Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7382
7383 * gdbint.texinfo: Add some info about symbol readers.
7384 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7385 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7386 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7387 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7388
7389Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7390
a9331b3f 7391 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7392
7393Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7394
7395 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7396
7397Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7398
7399 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7400 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7401
7402Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7403
7404 * gdbint.texinfo: Fix minor typos.
7405
7406Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7407
7408 * gdbint.texinfo: Complete overhaul. Group descriptions more
7409 logically, add more info on generic algorithms, remove much
7410 obsolete and/or wrong material.
7411
7412Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7413
7414 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7415
7416Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7417
7418 * refcard.tex: Copyright, address updates.
7419
7420Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7421
7422 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7423 for the edition instead of confusing GDB-version-like numbers.
7424
7425Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7426
7427 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7428
7429Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7430
5ae4183a 7431 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7432
7433Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7434
7435 * gdb.texinfo: Add some credits, mention bug monitor.
7436 * remote.texi: Mention mips monitor targets.
7437 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7438
c906108c
SS
7439Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7440
7441 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7442 files, finish sorting of host vs target vs native macros, describe
7443 some more of them.
c906108c
SS
7444
7445Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7446
7447 * gdbint.texinfo (Host Conditionals): Document change from
7448 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7449
7450Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7451
7452 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7453 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7454
7455Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7456
7457 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7458 Document LSEEK_NOT_LINEAR.
7459
7460Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7461
7462 * stabs.texinfo (Stab Section Basics): Make it clear that only
7463 some versions of the GNU linker remove the leading N_UNDF symbol.
7464
7465Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7466
7467 * stabs.texinfo (String Field): Document type number pairs here,
7468 instead of in the Sun specific section.
7469 (Include Files): The GNU linker supports the N_BINCL
7470 optimization. Clarify the N_BINCL value, and what it is used
7471 for.
7472 (Procedures): Document N_FUN with an empty string to mark the end
7473 of a function.
7474 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7475 (Sun Differences): Remove this node, as the information is now
7476 elsewhere in the main document.
7477 (Stab Section Basics): Mention that the GNU linker may optimize
7478 stabs and remove the leading N_UNDF symbol.
7479
7480Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7481
7482 * gdb.texinfo, refcard.tex: Restore author credit
7483
7484Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7485
7486 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7487 documentation to account for START and END macros taking
7488 one arg.
7489
7490Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7491
7492 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7493 * gdb.texinfo (Frames): Fix typo.
7494
7495Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7496
7497 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7498 a target_signal as arg type, not a pid.
7499
7500Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7501
7502 * gdb.texinfo: Document `set assembly-language'.
7503
7504Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7505
7506 * remote.texi: Update list of stubs in the GDB distribution.
7507
7508Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7509
7510 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7511 Also document that some systems can use mmalloc but must define
7512 this if their C runtime allocates memory that is later freed.
c906108c 7513 (MMCHECK_FORCE): Document new macro.
a9331b3f 7514
c906108c
SS
7515Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7516
7517 * remote.texi: Add documentation for target Sparclet.
7518
7519Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7520
a9331b3f 7521 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7522 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7523 * configure.in: Rewritten for autoconf.
7524 * configure: New.
7525
7526Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7527
7528 * Makefile.in (DVIPS): New define, set to dvips.
7529 (dvi): Add stabs.dvi.
7530 (ps): New target.
7531 (all-doc): Depend on info, dvi, and ps targets.
7532 (STAGESTUFF): Add *.ps and *.dvi files.
7533 (clean-info, clean-dvi): Remove.
7534 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7535 rules completely rewritten.
7536 (maintainer-clean): Remove clean-info and clean-dvi
7537 dependencies and put their actions in the rules.
7538 (gdb.ps): New target
a9331b3f 7539 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7540 intermediate TeX files, whether they have 2 or 3 character
7541 extensions.
7542 (gdbint.ps): Add target and rules.
7543 (gdb-internals): Delete unused target.
7544 (Makefile): Depends upon config.status also.
7545
7546Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7547
7548 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7549 set.
7550
7551Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7552
7553 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7554 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7555
7556Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7557
7558 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7559
7560Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7561
7562 * gdb.texinfo (Print settings): Document
7563 `set/show print static-members' commands.
7564
7565Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7566
7567 * gdbint.texinfo (Native): Document name change, coredep.c to
7568 core-aout.c.
7569
7570Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7571
7572 * stabs.texinfo (Include Files): Document the values the SunOS4
7573 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7574
7575Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7576
7577 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7578 Fix typo.
7579
7580Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7581
7582 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7583 "gdb.tar.Z".
7584
7585Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7586
7587 * Makefile.in (maintainer-clean): New target, synonym for
7588 realclean.
7589
7590Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7591
7592 * Update all FSF addresses except those in COPYING* files.
7593
7594Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7595
7596 From Richard Earnshaw (rearnsha@armltd.co.uk):
7597 * gdb.texinfo (convenience variables): Document $_exitcode.
7598 (quit): Document optional expression to use as exit code.
7599
7600Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7601
7602 * gdb.texinfo, remote.texi: Brought up to date with various
7603 GDB changes.
7604
7605Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7606
7607 * gdb.texinfo: Update dates and versions, fix comments about
7608 hardware watchpoints in future releases and about the
7609 sharedlibrary command.
7610
7611Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7612
7613 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7614 C_FUN stab. Other cleanups.
7615
7616Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7617
7618 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7619 for the sparc stub.
7620
7621Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7622
7623 * annotate.texi: Clarify which addresses have differing formats
7624 depending on the language and which do not.
7625
7626Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7627
7628 * remote.texi (NetWare): Changed example to use BOARD= instead of
7629 NODE= argument to reflect correspoding change to gdbserve.nlm.
7630
7631Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7632
7633 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7634 GDB, as well as AIX dbx, supports the size type attribute.
7635
7636Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7637
7638 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7639
7640Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7641
7642 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7643 and new 'if' and 'while' commands.
7644
7645Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7646
7647 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7648
7649Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7650
7651 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7652 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7653 NetWare targets. Mostly stolen from the Server node.
7654
7655Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7656
7657 * gdb.texinfo (Setting): Talk about the language of a source file
7658 versus the working language. The old documentation did not match
7659 what GDB did.
7660
7661Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7662
7663 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7664 of a source file.
7665
7666Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7667
7668 * gdb.texinfo (Processes): New node.
7669
7670Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7671
7672 * remote.texi: Update documentation of set/show mipsfpu.
7673
3fc11d3e
JM
7674Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7675
7676 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7677 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7678
7679Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7680
7681 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7682 obsolete conditionals, described some others.
7683
7684Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7685
7686 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7687 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7688
7689Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7690
7691 * gdbint.texinfo: Put regex conditionals in their own table.
7692
7693Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7694
7695 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7696 described or fixed the descriptions of many others.
7697
7698Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7699
7700 * gdb.texinfo: Add some more credits.
7701 * gdbint.texinfo: Capitalize GDB consistently, describe some
7702 macros and remove some.
7703
7704Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7705
7706 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7707 obsolete conditionals, described some others.
7708
7709Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7710
7711 * gdb.texinfo (help targets): Changed to `help target', which
7712 is the correct gdb command.
7713
7714Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7715
7716 * annotate.texi (TODO): New node, for keeping track of annotations
7717 suggested but not yet implemented.
7718
7719Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7720
7721 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7722 another symbol, it is not the address itself.
7723
7724Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7725
7726 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7727 of stabs-in-coff sections.
7728
7729Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7730
7731 * annotate.texi: Change edition to 0.5 and date to May 1994.
7732 Add index.
7733 (Frames): New node, for frame annotation.
7734 (Displays): New node, for display annotation.
7735
7736 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7737 when waiting for your program to stop.
7738
7739Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7740
7741 * annotate.texi (Breakpoint Info): Document annotation of header
7742 fields and record annotation.
7743
7744Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7745
7746 * annotate.texi: New file, to document annotations.
7747
7748Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7749
7750 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7751 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7752
7753Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7754
7755 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7756 section, and say n_strx field is compilation unit relative.
7757 * stabs.texinfo: Don't use @code for a.out when it is the name of
7758 an object file format.
7759
7760Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7761
7762 * gdb.texinfo: Refer to file names, not path names, per rms
7763 convention.
7764 (Arguments): Fix typo.
7765
7766Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7767
7768 * stabs.texinfo (Global Variables): Talk about stabs in files
7769 where variables are referenced, but not defined.
7770
7771Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7772
7773 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7774 Cplusplus to new nodes Member Type Descriptor and Method Type
7775 Descriptor. Re-write stuff for #.
7776
7777Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7778
7779 * gdb.texinfo (Print Settings): Don't document "set print
7780 fast-symbolic-addr off". The bug which it worked around was fixed
7781 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7782
7783 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7784 N_ENTRY node.
7785
7786 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7787
7788Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7789
7790 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7791 references to ieee-float.c.
7792
7793Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7794
7795 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7796 match what the code actually does.
7797
7798Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7799
7800 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7801
7802Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7803
7804 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7805 i, and b.
7806
7807Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7808
7809 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7810 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7811 as "stabs in sections" rather than just saying "ELF and SOM".
7812 Also make that stuff apply to COFF.
7813
7814Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7815
7816 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7817 Ghostscript.
7818
7819Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7820
7821 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7822 versus functions without line numbers, also mention stepping into
7823 them as well as "step" when you are in them. Tell the user how to
7824 deal with the situation. Add comment about "debugging information".
7825
7826Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7827
7828 * stabs.texinfo (Enumerations): Document restriction on where
7829 enumeration types can appear and still win with GDB.
7830
7831Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7832
7833 * stabs.texinfo (Negative Type Numbers): Document format for type
7834 -16.
7835
7836Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7837
7838 * gdb.texinfo (Selection, Frame Info): Update information about
7839 arbitrary frame specficiations.
7840
7841Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
7842
7843 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7844
7845Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7846
7847 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7848
7849Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7850
7851 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7852
7853Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7854
7855 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7856 Differences node to Statics node.
7857 (Statics): Discuss XCOFF use of V symbol descriptor.
7858
7859 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7860 not clean.
7861
7862Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7863
7864 * gdb.texinfo (Print Settings): Document `set print
7865 fast-symbolic-addr' and improve the doc for some other
7866 `set print's.
7867
7868Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7869
7870 * stabs.texinfo (String Field): Talk about defining several type
7871 numbers at once.
7872 Fix lint regarding changing node ELF Transformations to
7873 ELF and SOM Transformations.
7874
7875Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7876
7877 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7878
7879Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7880
7881 * stabs.texinfo (Cross-References): `::' is for nested types only
7882 within <>.
7883 (Structures): Document static members.
7884
7885Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7886
7887 * stabs.texinfo: Document S type attribute.
7888
7889Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7890
7891 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7892
7893Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
7894
7895 * gdbint.texinfo: Fix a few typos.
7896
7897Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7898
7899 * gdb.texinfo, remote.texi: formatting improvements
7900
7901 * gdb.texinfo (New Features): mention threads.
7902 (Summary, C): fix xrefs in newly contributed text.
7903 (Threads): index entries, clarifications, example
7904 (passim): minor typos fixed, phrasing improvements
7905
7906 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7907 entries; (Server): explain use of gdbserver w/real-time systems,
7908 add example of conflicting TCP port; (MIPS Remote) break up
7909 running text into table, highlighting commands, and add example.
a9331b3f 7910
c906108c
SS
7911Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7912
7913 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7914
7915Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7916
7917 * stabs.texinfo (Nested Symbols): New node.
7918 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7919
7920Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7921
7922 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7923 to picking which Bbss.bss symbol to use, and (because there seems to
7924 be no good way of doing it) re-write some of the text to make it
7925 sound like Bbss.bss isn't such a great idea after all (as currently
7926 designed).
7927
7928 * gdb.texinfo (C): In addition to saying people have to use g++ for
7929 good results, say they have to use stabs. Specifically say cfront
7930 doesn't work well.
7931 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7932 the gdb README. Add xrefs to places where the support for the various
7933 languages is described in detail.
7934
7935Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7936
7937 * stabs.texinfo: Clean up stuff about visibility and virtual
7938 characters.
7939
7940 * stabs.texinfo (N_M2C): Cite Sun doc.
7941
7942Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7943
7944 * gdb.texinfo: updates re threads.
7945 * remote.texinfo: avoid index entries starting with digits.
7946
7947Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7948
7949 * stabs.texinfo (Enumerations): Talk about large, negative and
7950 octal values. Clean up cross reference to type attributes.
7951 (String Field): Say that GDB 4.11 supports size attribute.
7952
7953Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7954
7955 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7956 is a mandatory step. Make the stuff about that more concise.
7957
7958Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7959
7960 * stabs.texinfo (Class Names): New node.
7961
7962 * gdb.texinfo (Command Files): Explain order of init file reading.
7963
7964 * remote.texi (Bootstrapping): Talk about getting the serial driver
7965 to deal with ^C sent by gdb to stop the remote system.
7966
7967Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
7968
7969 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7970
7971 * libgdb.texinfo (Defining Commands): made the DOC arg
7972 to gdb_define_app_command a char * instead of char **
7973 per a suggestion from kingdon.
7974
7975 * libgdb.texinfo: total rewrite from a different starting
7976 premise.
7977
7978Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7979
7980 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7981 floats passed as doubles (to improve clarity).
7982
7983Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7984
7985 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7986
7987 * a4rc.sed: update to work with Andreas Vogel papersize params
7988
7989 * refcard.tex: use Andreas Vogel simplifications of papersize
7990 params; remove useless version info; update copyright date.
7991
7992Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7993
7994 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7995
7996Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7997
7998 * gdb.texinfo (Files): Say what address the load command loads it at.
7999
8000 * stabs.texinfo (Common Blocks): Minor cleanups.
8001
8002 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8003 that Sun has backed away from the linker kludge and thus the relevant
8004 issue is changes to the SunPRO tools, not the Solaris linker.
8005
8006 * stabs.texinfo (Traditional Integer Types): Clean up description
8007 of octal bounds a little bit. Document extra leading zeroes.
8008
8009Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8010
8011 * gdb.texinfo (Signaling): Update for symbolic symbol names
8012 and add a section explaining the difference between the GDB
8013 signal command and the shell kill utility.
8014
8015Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
8016
8017 * libgdb.texinfo: added `@' to braces that were unescaped.
8018
8019Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
8020
8021 * libgdb.texinfo: new file. Spec for the gdb library.
8022
8023Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8024
8025 * stabs.texinfo (Include Files): Fix typo (start -> end).
8026
8027Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8028
8029 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8030 from Melissa at FSF's editing pass.
8031
8032Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8033
8034 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8035 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8036 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8037
8038Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8039
8040 * remote.texi (Bootstrapping): Discuss 386 call gates.
8041
8042Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8043
8044 * stabs.texinfo (Based Variables): New node.
8045
8046Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8047
8048 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8049 names, sizes, and formats to suggest how not to lose.
8050
8051Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8052
8053 * stabs.texinfo (Methods): Fix typo.
8054
8055Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8056
8057 * gdb.texinfo: Fix a few typos.
8058
8059Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8060
8061 * gdb.texinfo: Clarify how well it works with Fortran.
8062
8063 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8064 More on relocating stabs in ELF files.
8065
8066Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8067
8068 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8069
8070Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8071
8072 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8073 parameters on VAX.
8074
8075Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8076
8077 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8078
8079Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8080
8081 * stabs.texinfo: Make info author notice match the TeX author notice.
8082
8083Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8084
8085 * stabs.texinfo: Initial-caps all words in node names and
8086 non-trivial words in section names.
8087
8088Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8089
8090 * stabs.texinfo: Many minor cleanups.
8091
8092 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8093
8094Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8095
8096 * stabs.texinfo: Remove full description of big example.
8097 It's not really helpful; just use pieces of it where appropriate.
8098 Add more Texinfo formatting directives (@samp, etc.).
8099 Use @deffn to define stab types.
8100 Eliminate some wordiness. Break up some nodes.
8101 Add an (alphabetized) index of symbol types.
8102 Use consistent capitalization style in node and section names.
8103
8104Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8105
8106 * gdb.texinfo: Change typo "Two two" to "The two".
8107
8108Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8109
8110 * stabs.texinfo (XCOFF-differences): Remove references to
8111 non-existent types N_DECL and N_RPSYM.
8112
8113 * stabs.texinfo (String Field): Say that type attributes bug is
8114 fixed in GDB 4.10, since it is.
8115
8116 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8117
8118Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8119
8120 * stabs.texinfo: Formatting cleanups.
8121
8122Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8123
8124 * stabs.texinfo: When explaining the n_type of a stab, standardize
8125 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8126 no tabs, use @r).
8127 (Global Variables): Clean up.
8128
8129Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8130
8131 * stabs.texinfo (Stack Variables): Re-write.
8132
8133Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8134
8135 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8136 addresses of a source file. Also revise formatting.
8137 Change "object module" or "object file" to "source file".
8138 Various: Miscellaneous cleanups.
8139
8140Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8141
8142 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8143
8144Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8145
8146 * gdbint.texinfo: Removed many nonsensical machine-collected
8147 host and target conditionals, described some of the remainder.
8148
8149Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8150
8151 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8152
8153 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8154 paragraph which follows.
8155
8156 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8157 variables. Looks better and avoids overful hbox.
8158
8159Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8160
8161 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8162
8163Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8164
8165 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8166 retransmit-timeout
8167
8168Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8169
8170 * gdbint.texinfo: Update statement about `some ancient Unix
8171 systems, like Ultrix 4.0' to Ultrix 4.2.
8172
8173Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8174
8175 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8176
8177 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8178
8179 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8180 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8181
8182 * remote.texi: new name for former gdbinv-s.texi
8183
8184 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8185
8186Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8187
8188 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8189 variables for MIPS remote debugging protocol.
8190
8191Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8192
8193 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8194
8195Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8196
8197 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8198
8199Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8200
8201 * gdb.texinfo: repair conditional bugs in text markup
8202
8203Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8204
8205 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8206 to select Modula-2 material.
8207
8208Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8209
8210 * stabs.texinfo: Cleanups regarding statics.
8211
8212 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8213 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8214
8215Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8216
8217 * stabs.texinfo: N_MAIN is sometimes used for C.
8218
8219Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8220
8221 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8222
8223Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8224
8225 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8226 removed from the code by Kingdon.
c906108c
SS
8227
8228Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8229
8230 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8231 input when evaluating breakpoint conditions; the bug has been fixed.
8232
8233 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8234 sets the ignore count to N-1, not to N.
8235
8236Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8237
8238 * refcard.tex (\hoffset): correct longstanding error to match
8239 intended offset; avoids cutting off edge on some printers
8240
8241Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8242
8243 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8244
8245Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8246
8247 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8248
8249Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8250
8251 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8252 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8253 collect sed edits if any, apply to refcard before formatting;
8254 (refcard.ps) stop implying PS fonts if PS output requested;
8255 (lrefcard.ps) delete extra target for variant PS fonts
8256
8257 * refcard.tex: parametrize papersize dependent info, collect
8258 in easily replaced spot
8259
8260 * a4rc.sed: new file, edits to refcard for A4 paper
8261
8262Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8263
8264 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8265
8266Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8267
8268 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8269
8270Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8271
8272 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8273 politely rather than rudely.
8274
8275Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8276
8277 * stabs.texinfo: Document common blocks.
8278
8279Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8280
8281 * stabs.texinfo: Add some basic info about stabs-in-elf.
8282
8283Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8284
8285 * stabs.texinfo (Top): Minor cleanup.
8286
8287Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8288
8289 * Makefile.in (install-info): remove parentdir support
8290
8291Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8292
8293 * gdb.texinfo (Copying): delete this node and references to it;
8294 RMS says this manual need not carry GPL. (passim): Improvements
8295 from last round at FSF, largely due to Ian Taylor review, and
8296 minor formatting improvements.
8297
8298 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8299 largely due to Ian Taylor review. (Debug Session): minor edits to
8300 new text.
8301
8302Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8303
8304 * Makefile.in (realclean): Remove info and dvi files too.
8305
8306Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8307
8308 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8309 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8310 * gdb.texinfo: Change accordingly.
8311
8312 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8313 N_{L,R}BRAC,N_SLINE are relative to.
8314
8315Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8316
8317 * Makefile.in (GDBvn.texi): Update atomically.
8318
8319Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8320
8321 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8322
8323Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8324
8325 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8326 addresses together. Also motivate the set print symbol-filename
8327 command and suggest other solutions.
8328
8329Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8330
8331 * gdb.texinfo (set print elements): Note that the number of
8332 elements is set to unlimited by "set print elements 0".
8333
8334Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8335
8336 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8337 NF_LDOUBLE means.
8338 (Stab Types): Include Solaris stab types.
8339 (Procedures): Document Solaris extensions.
8340
8341Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8342
8343 * gdb.texinfo: Add `set print symbol-filename' doc.
8344
8345Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8346
8347 * stabs.texinfo (Arrays): Talk about type definition vs. type
8348 information.
8349
8350 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8351 the trailing semicolon.
8352
8353Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8354
8355 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8356 and merge in other parts of the document addressing these subjects.
8357 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8358
8359 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8360 at the end of a range type.
8361
8362 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8363 AIX extensions.
8364
8365Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8366
8367 * stabs.texinfo (Stabs Format): Misc fixes.
8368
8369Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8370
8371 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8372 (Traditional builtin types): Document convex convention for long long.
8373 (Negative builtin types): Discuss type names, and misc fixes.
8374
8375Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8376
8377 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8378 point types used with @samp{R} type descriptor.
8379 (Symbol Descriptors): Describe how to handle conflict between
8380 different meanings of @samp{P} symbol descriptor.
8381
8382Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8383
8384 * stabs.texinfo: Remove node Quick Reference and put its children
8385 directly under the main menu.
8386
8387 * stabs.texinfo: Many more changes to bring it into line with
8388 AIX documentation and reality. I think it now has all the
8389 information from the AIX documentation, except that I burned
8390 out when I got to variant records (Pascal and Modula-2) and
8391 all the COBOL types. Oh well, we can add them later when we're
8392 worrying more about those languages.
8393
8394 * stabs.texinfo (Automatic variables): Talk about what it means
8395 to omit the symbol descriptor.
8396
8397Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8398
8399 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8400 gcc2 behavior with promoted args.
8401
8402Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8403
8404 * gdb.texinfo: include readline appendices in info version of manual
8405
8406Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8407
8408 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8409 target remote.
8410
8411 * gdb.texinfo (Machine Code): more index entries for disassemble
8412
8413Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8414
8415 * Clarify the intended use of the gdb-testers and gdb-patches
8416 mailing lists, and shrink gzip comment.
8417
8418Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8419
8420 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8421 DOSHOST configuration of manual.
8422
8423 * gdb.texinfo (MIPS Stack): new node.
8424
8425 * all-config.texi (MIPS) new switch.
8426
8427 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8428 tense; (MIPS Remote) new node.
8429
8430 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8431 bug; (Environment) less passive, other small cleanups in text about
8432 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8433 (Remote) new MIPS Remote menu entry.
8434
8435Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8436
8437 * stabs.texinfo: Many changes to include information from the
8438 AIX documentation.
8439
8440 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8441
8442Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8443
8444 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8445 Move a bunch of information from ../README.
8446 (Getting Started): New node.
8447
8448Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8449
8450 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8451
8452 * gdb.texinfo: advance manual revision dates to present
8453
8454 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8455 stop using silly Roman numerals in @set variable names
8456
8457Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8458
8459 * stabs.texinfo (Parameters): Keep trying to get this right.
8460
8461Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8462
8463 * stabs.texinfo (Parameters): More on "local parameters".
8464
8465Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8466
8467 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8468
8469Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8470
8471 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8472 (Parameters): Rewrite.
8473 (xcoff-differences, Sun-differences): Minor changes.
8474
8475Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8476
8477 * stabs.texinfo: Minor cleanup.
8478
8479Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8480
8481 * gdbint.texinfo: Minor xcoff stuff.
8482
8483Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8484
8485 * gdbint.texinfo: Update for new config directory structure.
8486 Add info about internal type data structures.
8487
8488Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8489
8490 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8491 $(srcdir).
8492 (gdb-config.texi): Depend on file in $(srcdir).
8493
8494Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8495
8496 * stabs.texinfo: Fixes about N_SO.
8497
8498Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8499
8500 * gdb.texinfo: include list of nonstandard init file names
8501
8502 * *-config.texi: new switch GENERIC for text that applies *only*
8503 to (usual) multiple-target version of manual
8504
8505 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8506 h8 config
8507
8508 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8509 in menus (rather than conditionally selected multiple alternative
8510 menus).
8511
8512 * Makefile.in: define and use DOC_CONFIG var to select
8513 configuration for GDB user manual.
8514
8515 * gdb-config.texi: delete from repository, generate from Makefile.
8516
8517 * all-config.texi: normal `generic' configuration file, formerly
8518 stored as gdb-config.texi
8519
8520Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8521
8522 * Makefile.in: add dvi target to build all .dvi files
8523
8524Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8525
8526 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8527
8528Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8529
8530 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8531 host conditionals.
8532 * stabs.texinfo: More array fixes inspired by Jim's.
8533
8534Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8535
8536 * stabs.texinfo: Fixes re arrays and continuations.
8537
8538 * gdbint.texinfo: Add XCOFF node.
8539
8540Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8541
8542 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8543
8544Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8545
8546 * stabs.texinfo: Fix for array types to mention lower bounds.
8547
8548Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8549
8550 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8551
8552Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8553
8554 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8555
8556Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8557
8558 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8559 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8560
8561Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8562
8563 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8564
8565Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8566
8567 * gdb.texinfo, gdbinv-s.texi: misc updates
8568
8569Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8570
8571 * gdbint.texinfo: Brief documentation for longjmp support,
8572 from an email msg by Stu.
8573
8574Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8575
8576 * stabs.texinfo: Fix description of floating point "range"
8577 types (which really define basic types). Reported by Jim Meehan,
8578 <meehan@src.dec.com>.
8579
8580 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8581
8582Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8583
8584 * gdbint.texinfo: Slightly expand section on supporting a new
8585 object file format.
8586
8587Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8588
8589 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8590 intermediate file.
8591
8592Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8593
8594 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8595
8596Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8597
8598 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8599
8600 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8601 as well as Z8002.
8602
8603Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8604
8605 * gdbint.texinfo: Add sections on clean design and on how to send
8606 in changes.
8607
8608Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8609
8610 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8611
8612Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8613
8614 * gdb.texinfo: Fix typo, reported by Karl Berry.
8615
8616Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8617
8618 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8619
8620Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8621
8622 * gdbint.texinfo: fixed a stray email address (needs @@),
8623 added @table @code to node "Native Conditionals"
8624
8625Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8626
8627 * gdbint.texinfo: Describe coding style of GDB.
8628
8629Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8630
8631 * stabs.texinfo: Minor wording changes.
8632
8633Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8634
8635 * gdbint.texinfo: Improve release doc slightly.
8636
8637Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8638
8639 * gdbint.texinfo: Improve doc of GDB config macros.
8640
8641Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8642
8643 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8644 These will be reinserted when examined.
8645
8646Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8647
8648 * gdbint.texinfo: Make a start at documenting all the #if macros
8649 in GDB. At least list them all, and start separating them into
8650 host-specific and target-specific.
8651
8652Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8653
8654 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8655 examples (not consistent w others).
c906108c
SS
8656 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8657 for generic vn of doc
8658
8659Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8660
8661 * Makefile.in: always create installation directories.
8662
8663Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8664
8665 * gdb.texinfo: in h8 config, do not describe searching commands.
8666
8667Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8668
8669 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8670 conditionals; introduce a few generic switches that may be
8671 useful for other cross-dev or dos-hosted configs.
8672
8673 * gdb.texinfo: fix typo in "info reg" description
8674
8675Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8676
8677 * stabs.texinfo: Minor updates from running TeX over it.
8678 * Makefile.in (stabs.dvi, stabs.ps): Add.
8679
8680Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8681
8682 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8683 First pass at converting it to texinfo.
8684
8685Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8686
8687 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8688 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8689
8690Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8691
8692 * gdbint.texinfo: Add section on partial symbol tables.
8693
8694Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8695
8696 * gdb.texinfo: document `set remotedebug' and `set
8697 rstack_high_address'.
8698
8699Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8700
8701 * gdb.texinfo: slight expansion of new text on reading info files
8702 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8703 H8/300 from DOS.
8704
8705Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8706
8707 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8708
8709Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8710
8711 * gdb.texinfo: Say how to read the `info' files.
8712
8713Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8714
8715 * Makefile.in: gm4 -> m4.
8716
8717Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8718
8719 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8720 Documentation' ahead of `Installing GDB' to match README.
8721 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8722 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8723
8724Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8725
8726 * Makefile.in: remove $(srcdir) from gdb.info rule.
8727
8728Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8729
8730 * Makefile.in: commented out gdb-all.texinfo rule. This is
8731 temporary.
8732
8733Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8734
8735 * Makefile.in, configure.in: removed traces of namesubdir,
8736 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8737 copyrights to '92, changed some from Cygnus to FSF.
8738
8739Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8740
8741 * gdb.texinfo: Improve how we ask for bug reports.
8742
8743Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8744
8745 * Makefile.in: infodir belongs in datadir.
8746
8747Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8748
8749 * Makefile.in: remove spaces following hyphens, bsd make can't
8750 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8751 standards.text support.
c906108c
SS
8752
8753Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8754
8755 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8756 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8757 and mandir now keyed off datadir by default.
8758
8759\f
8760Local Variables:
9e9c5ae7 8761mode: change-log
c906108c
SS
8762left-margin: 8
8763fill-column: 74
8764version-control: never
8765End:
This page took 1.31476 seconds and 4 git commands to generate.