* dwarf2read.c (load_partial_comp_unit): Defer adding cu to
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
9b224c5e
PA
12012-03-07 Pedro Alves <palves@redhat.com>
2
3 * gdb.texinfo (General Query Packets): Document new
4 QProgramSignals packet.
5 * gdb.texinfo (Remote configuration): Mention
6 "program-signals-packet".
7
169081d0
TG
82012-03-05 Tristan Gingold <gingold@adacore.com>
9
10 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
11
d1feda86
YQ
122012-03-03 Yao Qi <yao@codesourcery.com>
13
14 * gdb.texinfo (In-Process Agent): New node.
15 Document new commands.
16 (General Query Packets): Add packet `QAgent'.
17
1faeff08
MR
182012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
19
20 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
21
7d74f244
DE
222012-03-01 Scott J. Goldman <scottjg@vmware.com>
23
24 * gdb.texinfo (Commands In Python): Put example python macro in
25 COMMAND_USER category rather than COMMAND_OBSCURE.
26 Document gdb.COMMAND_USER.
27 (User-defined Commands): Update documentation to clarify
28 "set/show max-user-call-depth" and "show user" don't apply to python
29 commands. Update documentation to clarify "help user-defined" may
30 also include python commands defined as COMMAND_USER.
31
6fe37d23
JK
322012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
33
34 * gdb.texinfo (Startup): Add option -ex description to the option -x
35 description.
36
83364271
LM
372012-02-24 Luis Machado <lgustavo@codesourcery.com>
38
39 * gdb.texinfo (Setting Breakpoints): Mention and explain the
40 condition-evaluation breakpoint parameter.
41 Mention condition-evaluation mode being shown in "info break".
42 (Break Conditions): Add description for target-side
43 conditional breakpoints.
44 (Remote Configuration): Mention conditional-breakpoints-packet.
45 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
46 cond-expr.
47 (General Query Packets): Mention new ConditionalBreakpoint feature.
48
bdb1994d
TT
492012-02-22 Tom Tromey <tromey@redhat.com>
50
51 * gdb.texinfo (Blocks In Python): Clarify block iteration.
52
4d241c86
TT
532012-02-17 Tom Tromey <tromey@redhat.com>
54
55 PR python/10753:
56 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
57 directory.
58
816338b5
SS
592012-02-14 Stan Shebs <stan@codesourcery.com>
60
61 * gdb.texinfo (Disabling Breakpoints): Document enable count.
62
cc30c4bd
PA
632012-02-13 Pedro Alves <palves@redhat.com>
64
65 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
66 mips-idt-ecoff.
67
035d1e5b
YQ
682012-02-09 Yao Qi <yao@codesourcery.com>
69
70 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
71
f0823d2c
TT
722012-02-07 Tom Tromey <tromey@redhat.com>
73
74 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
75 Symbol.value.
76
64e7d9dd
TT
772012-02-07 Tom Tromey <tromey@redhat.com>
78
79 * gdb.texinfo (Symbols In Python): Document Symbol.line.
80
4220b2f8
TS
812012-01-27 Thomas Schwinge <thomas@codesourcery.com>
82
83 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
84
edcc5120
TT
852012-01-24 Tom Tromey <tromey@redhat.com>
86
87 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
88 unload".
89 (Files): Mention new catch commands.
90 (GDB/MI Async Records): Likewise.
91
53fe1783
GB
922012-01-24 Gary Benson <gbenson@redhat.com>
93
94 Delete #if 0'd out code.
95 * gdb.texinfo (Frame Info): Remove "info catch".
96
b9e7b9c3
UW
972012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
98
99 * gdb.texinfo (Remote Configuration): Document
100 "set remote hostio-readlink-packet" command.
101 (General Query Packets): Document vFile:readlink packet.
102
4aac40c8
TT
1032012-01-16 Tom Tromey <tromey@redhat.com>
104
105 * gdb.texinfo (Specify Location): Document relative file name
106 handling.
107
cafec441
TT
1082012-01-16 Tom Tromey <tromey@redhat.com>
109
110 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
111
0ee339bc
JK
1122012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
113 Eli Zaretskii <eliz@gnu.org>
114
115 * gdbint.texinfo (Coding Standards): Require braces for two lines of
116 code.
117
72384ba3
PH
1182012-01-11 Paul Hilfinger <hilfingr@adacore.com>
119
120 * gdb.texinfo (Variables): Document use of :: for non-static
121 variables.
122
ce1b17c4
JB
1232012-01-05 Joel Brobecker <brobecker@adacore.com>
124
125 * gdbint.texinfo (Start of New Year Procedure): Update
126 to replace use of copyright.sh by use of copyright.py.
127
217bff3e
JK
1282012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
129
130 Remove the gdbtui binary.
131 * all-cfg.texi (GDBTUI): Remove.
132 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
133 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
134 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
135
cc72b2a2
KP
1362011-12-23 Kevin Pouget <kevin.pouget@st.com>
137
138 Introduce gdb.FinishBreakpoint in Python.
139 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
140 (Python API): Add menu entry for Finish Breakpoints.
141
13ac8d2c
JK
1422011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
143
144 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
145 tests.
146
e0f9f062
DE
1472011-12-16 Doug Evans <dje@google.com>
148
149 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
150
80b6e756
PM
1512011-12-16 Phil Muldoon <pmuldoon@redhat.com>
152
1c3ad6ab 153 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
154 stack". Add documentation for "set/show python print-stack".
155
2fb860fc
PA
1562011-12-14 Pedro Alves <pedro@codesourcery.com>
157
158 * gdb.texinfo (Implementing a Remote Stub): Explain that you
159 should transfer control to the stub in the startup code instead of
160 in main. Mention the need to get past the initial breakpoint.
161
f8eba3c6
TT
1622011-12-06 Tom Tromey <tromey@redhat.com>
163
164 * gdb.texinfo (Set Breaks): Update for new behavior.
165
2268b414
JK
1662011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
167
168 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
169 List Format for SVR4 Targets'.
170 (General Query Packets): New item qXfer:libraries-svr4:read.
171 (Library List Format for SVR4 Targets): New node.
172
ae6f0d5b
TT
1732011-12-01 Tom Tromey <tromey@redhat.com>
174
175 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
176 add.
177
36dfb11c
TT
1782011-11-22 Tom Tromey <tromey@redhat.com>
179
180 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
181 reasons.
182
f196051f
SS
1832011-11-20 Stan Shebs <stan@codesourcery.com>
184
185 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
186 note-related options and variables.
187 (Tracepoint Packets): Document packet changes.
188
f85b53f8
SD
1892011-11-20 Sanjoy Das <sdas@igalia.com>
190
191 * gdb.texinfo (JIT Interface): Add documentation on writing and
192 usind JIT debug info readers.
193 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
194 Debug Info Readers): New nodes.
195
bfccc43c
YQ
1962011-11-18 Yao Qi <yao@codesourcery.com>
197
198 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
199 tracepoint.
200
c011a4f4
DE
2012011-11-15 Doug Evans <dje@google.com>
202
203 * gdb.texinfo (Files): Document basenames-may-differ.
204
ed59ded5
DE
2052011-11-14 Doug Evans <dje@google.com>
206
207 * gdb.texinfo (Shell Commands): Document "!".
208
405f8e94
SS
2092011-11-14 Stan Shebs <stan@codesourcery.com>
210 Kwok Cheung Yeung <kcy@codesourcery.com>
211
212 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
213 needed to get shorter fast tracepoints.
214 (Tracepoint Packets): Document new qTMinFTPILen packet.
215
1e4d1764
YQ
2162011-11-14 Yao Qi <yao@codesourcery.com>
217
218 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
219 behavior of tracepoint.
220 (General Query Packets): New feature InstallInTrace.
221 (Remote Configuration): Document "set remote
222 install-in-trace-packet".
223
71eba9c2 2242011-11-12 Matt Rice <ratmice@gmail.com>
225
226 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
227 Add arguments to info macro.
228
e0f8f636
TT
2292011-11-10 Tom Tromey <tromey@redhat.com>
230
231 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
232 manual.
233 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
234 (Macros): Add a footnote.
235 (C): Remove paragraph about compiler options.
236 (C Constants): Mention wide character and string constants.
237 (C Plus Plus Expressions): Update compiler option advice. Mention
238 using declarations. Mention ADL. Remove old HP compiler
239 information.
240
625c0d47
TT
2412011-11-10 Tom Tromey <tromey@redhat.com>
242
243 PR c++/9257:
244 * gdb.texinfo (Print Settings): Add an extra note about the need
245 for a vtable.
246
4be2aacc
MR
2472011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
248
249 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
250 "set mips abi" documentation.
251
0a1c4d10
DE
2522011-11-04 Doug Evans <dje@google.com>
253
254 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
255
aad1c02c
TT
2562011-11-03 Tom Tromey <tromey@redhat.com>
257
258 * gdb.texinfo (Stopping): Add menu entry.
259 (Continuing and Stepping): Restore @node. Use @section, not
260 @subsection.
261
983fb131
MR
2622011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
263
264 * gdb.texinfo (Skipping Over Functions and Files): Remove node
265 designation. Fix "Specify Location" cross-reference.
266
3065dfb6
SS
2672011-11-02 Stan Shebs <stan@codesourcery.com>
268
269 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
270 (General Query Packets): Describe tracenz feature.
271 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
272
0aaaf063
PK
2732011-10-28 Paul Koning <paul_koning@dell.com>
274
275 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
276
2231f1fb
KP
2772011-10-27 Kevin Pouget <kevin.pouget@st.com>
278
279 * gdb.texinfo ((Frames In Python): Document
280 gdb.FRAME_UNWIND_FIRST_ERROR contant.
281
5110b5df
PK
2822011-10-26 Paul Koning <paul_koning@dell.com>
283
284 * gdb.texinfo (gdb.types): Document new deepitems function.
285
22dbab46
PK
2862011-10-25 Paul Koning <paul_koning@dell.com>
287
288 PR python/13327
289
290 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
291 fetch_lazy method.
292
9df2fbc4
PM
2932011-10-20 Phil Muldoon <pmuldoon@redhat.com>
294
295 PR python/12656
296
297 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
298 global_block, static_block function.
299
f05e2e1d
TT
3002011-10-19 Tom Tromey <tromey@redhat.com>
301
302 * gdb.texinfo (Commands In Python): Add missing "@"s.
303
a7fc3f37
KP
3042011-10-13 Kevin Pouget <kevin.pouget@st.com>
305
306 PR python/13285 Document named constants for frame unwind stop reasons
307 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
308 constants.
309
5048e516
JK
3102011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
311
312 Fix compatibility with texinfo versions older than 4.12.
313 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
314 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
315 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
316 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
317 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
318 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
319 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
320
5a56e9c5
DE
3212011-10-09 Doug Evans <dje@google.com>
322
323 * gdb.texinfo (Extending GDB): Document alias command.
324
36b11add
JK
3252011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
326
327 Support @entry in input expressions.
328 * gdb.texinfo (Variables): Describe @entry names suffix.
329 (Print Settings): Add anchor for `set print entry-values'.
330
e18b2753
JK
3312011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
332 Eli Zaretskii <eliz@gnu.org>
333
334 Display @entry parameter values (without references).
335 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
336 example.
337 (Print Settings): New description of set print entry-values and show
338 print entry-values.
339
111c6489
JK
3402011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
341 Eli Zaretskii <eliz@gnu.org>
342
343 Recognize virtual tail call frames.
344 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
345 (Tail Call Frames): New node.
346 (Frames In Python): Add gdb.TAILCALL_FRAME.
347
9c15afc4
DE
3482011-10-07 Doug Evans <dje@google.com>
349
350 * gdb.texinfo (gdb.printing): Document new `replace' arg to
351 register_pretty_printer.
352
99f5279d
PM
3532011-10-07 Phil Muldoon <pmuldoon@redhat.com>
354
355 PR python/12930
356 PR python/12802
357
358 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
359 stop method.
360
03583c20
UW
3612011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
362
363 * gdb.texinfo (Starting your Program): "set disable-randomization"
364 is no longer Linux-specific.
365 (Remote Configuration): Document "set remote
366 disable-randomization-packet".
367 (General Query Packets): Document "QDisableRandomization" packet
368 and add it to "qSupported" list.
369
bd054e06
KP
3702011-10-07 Kevin Pouget <kevin.pouget@st.com>
371
372 Allow Python notification of new object-file loadings.
373 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
374 event type.
375
cb6be26b
KP
3762011-10-04 Kevin Pouget <kevin.pouget@st.com>
377
378 PR python/12691: Add the inferior to Python exited event
379 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
380
a05336a1
JB
3812011-10-03 Joel Brobecker <brobecker@adacore.com>
382
383 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
384 rephasing.
385
5d77fe44
JB
3862011-10-03 Joel Brobecker <brobecker@adacore.com>
387
388 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
389 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
390 as possible feature returned by the `-list-features'
391 command.
392
699df94d
PK
3932011-09-28 Paul Koning <paul_koning@dell.com>
394
395 * gdb.texinfo (gdb.Type): Document field access by dictionary
396 key syntax.
397
24bdad53
YQ
3982011-09-28 Yao Qi <yao@codesourcery.com>
399
400 * gdb.texinfo (Files): Update options for `add-symbol-file'.
401 Add one space after option `-s'. Remove @r{} markup.
402
6710bf39
SS
4032011-09-27 Stan Shebs <stan@codesourcery.com>
404
405 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
406
d99f7e48
HZ
4072011-09-16 Hui Zhu <teawater@gmail.com>
408
409 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
410 to *(unsigned char *)$esp@300.
411
d812018b
PK
4122011-09-15 Paul Koning <paul_koning@dell.com>
413
414 * gdb.texinfo: Make style of Python functions and methods match
415 the syntax of Python. Also put class and module names explicitly
416 on function, member, and variable names, matching Python
417 documentation conventions.
418
2aa48337
KP
4192011-09-15 Kevin Pouget <kevin.pouget@st.com>
420
421 PR Python/12692 Add gdb.selected_inferior() to Python interface.
422 * gdb.texinfo (Inferiors In Python): Describe new
423 gdb.selected_inferior() function.
424
6839b47f
KP
4252011-09-15 Kevin Pouget <kevin.pouget@st.com>
426
427 Handle multiple breakpoint hits in Python interface:
428 * gdb.texinfo (Events In Python): New function documentation:
429 gdb.BreakpointEvent.breakpoints. Indicate that
430 gdb.BreakpointEvent.breakpoint is now deprecated.
431
26829f2b
JB
4322011-09-04 Joel Brobecker <brobecker@adacore.com>
433
434 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
435
a9f54f60
TT
4362011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
437
438 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
439
fa3a4f15
PM
4402011-08-17 Phil Muldoon <pmuldoon@redhat.com>
441
442 * gdb.texinfo (Prompt): Add set/show extended-prompt
443 documentation
444 (Basic Python): Add prompt_hook anchor.
445 (Python modules): Reword module text to reflect multiple modules.
446 (gdb.prompt): Document gdb.prompt module.
447
224bbe49
YQ
4482011-08-14 Yao Qi <yao@codesourcery.com>
449
78d85199
YQ
450 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
451
4522011-08-14 Yao Qi <yao@codesourcery.com>
453
454 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
455 (TIC6x Features): New node.
456
457e09f0
DE
4572011-08-12 Doug Evans <dje@google.com>
458
459 * gdb.texinfo (Symbols In Python): Document symbol.type.
460
5e239b84
PM
4612011-08-09 Phil Muldoon <pmuldoon@redhat.com>
462
463 * gdb.texinfo (Python): Document command and function
464 auto-loading.
465
177bc839
JK
4662011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
467 Eli Zaretskii <eliz@gnu.org>
468
469 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
470 typedefs unrolling. Extend the sample code by an inner typedef and
471 outer typedefs unrolling.
472
1a532630
PP
4732011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
474
475 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
476 size and line-size.
477
9b158ba0 4782011-07-21 Matt Rice <ratmice@gmail.com>
479
480 PR macros/12999
481 * gdb.texinfo (Macros): Add info definitions and info macros commands.
482 Update text and cindex entries for info macro command.
483
d17b6f81
PM
4842011-07-21 Phil Muldoon <pmuldoon@redhat.com>
485
486 * observer.texi (GDB Observers): Add before_prompt observer.
487 * gdb.texinfo (Basic Python): Add documentation for prompt
488 substitution.
489
713389e0
PM
4902011-07-11 Phil Muldoon <pmuldoon@redhat.com>
491
492 PR python/12438
493 * gdb.texinfo (Python Commands): Add deprecate note to maint
494 set/show python print-stack. Document set/show python
495 print-backtrace.
496
177b42fe
TJB
4972011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
498
499 * gdb.texinfo: Fix typos.
500
900e11f9
JK
5012011-07-01 Tom Tromey <tromey@redhat.com>
502
503 * gdb.texinfo (Debugging Output): Document set debug
504 check-physname.
505
39c4d40a
TT
5062011-06-29 Tom Tromey <tromey@redhat.com>
507
508 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
509 breakpoint-notifications feature.
510
6f5def7d
UW
5112011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
512
513 * gdb.texinfo (Target Description): Remove warning about
514 possibly unstable format.
515
8cf64490
TT
5162011-06-03 Tom Tromey <tromey@redhat.com>
517
518 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
519 (Events In Python): Note that exit_code is optional.
520
393eab54
PA
5212011-05-17 Pedro Alves <pedro@codesourcery.com>
522
523 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
524 required for multi-threading support.
525 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
526 Hc are deprecated for multi-threading debugging. Point readers at
527 the vCont packet.
528
75fc9810
DE
5292011-05-15 Doug Evans <dje@google.com>
530
531 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
532
01124a23
DE
5332011-05-13 Doug Evans <dje@google.com>
534
98a5dd13
DE
535 * gdb.texinfo (Threads): Document $sdir,$pdir.
536 (Server): Document $pdir exception.
537
dbaefcf7
DE
538 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
539
cc63ef9b
DE
540 * gdb.texinfo (Threads): Clarify default value for
541 libthread-db-search-path.
7e0396aa 542
01124a23
DE
543 * gdb.texinfo (Completion): Update example.
544 (Debugging Output): Delete `set/show debug lin-lwp-async'.
545
d248b706
KY
5462011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
547
548 * gdb.texinfo: Document change in the behaviour of the enable and
549 disable GDB commands when applied to tracepoints.
550 Document the EnableDisableTracepoints remote stub feature.
551 Document QTEnable and QTDisable in the list of tracepoint packets.
552
cc88a640
JK
5532011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
554
555 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
556 hsuser.texi.
557 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
558 comment to hsuser.texi. Change rluser.texi name in the comment.
559
84e578fb
DE
5602011-05-10 Doug Evans <dje@google.com>
561
562 * gdb.texinfo (Threads): If an empty path is provided for
563 libthread-db-search-path it is reset to its default value.
564 (Server): Ditto.
565
478aac75
DE
5662011-05-09 Doug Evans <dje@google.com>
567
568 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
569
9c06b0b4
TJB
5702011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
571 Thiago Jung Bauermann <bauerman@br.ibm.com>
572
573 Implement support for PowerPC BookE masked watchpoints.
574 * gdb.texinfo (Set Watchpoints): Document mask parameter.
575 (PowerPC Embedded): Mention support of masked watchpoints.
576
9ed350ad
JB
5772011-05-03 Joel Brobecker <brobecker@adacore.com>
578
579 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
580 `@value{GDBN}'.
581
4ceed123
JB
5822011-05-03 Joel Brobecker <brobecker@adacore.com>
583
584 * gdb.texinfo (titlepage): Remove dedication.
585 (In Memoriam): New appendix.
586
559a7a62
JK
5872011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
588 Eli Zaretskii <eliz@gnu.org>
589
590 * gdb.texinfo (Index Section Format): Change the version to 5.
591 Describe the different formula.
592
03f2bd59
JK
5932011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
594 Eli Zaretskii <eliz@gnu.org>
595
596 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
597 for disconnected tracing.
598 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
599 extended-remote relationship. Mention --once.
600 (TCP port allocation lifecycle of @code{gdbserver}): New.
601
d9b1a651
EZ
6022011-04-23 Eli Zaretskii <eliz@gnu.org>
603
604 * gdb.texinfo (Server): Improve indexing. Index all optional
605 switches to gdbserver.
606
90476074
TT
6072011-04-20 Tom Tromey <tromey@redhat.com>
608
609 * gdb.texinfo (Index Section Format): New node.
610 (Top): Add new node to menu.
611
c21236dc
PA
6122011-04-20 Pedro Alves <pedro@codesourcery.com>
613
614 * gdb.texinfo (Maintenance Commands): Document `maint print
615 remote-registers'.
616
05c8c3f5
TT
6172011-04-20 Tom Tromey <tromey@redhat.com>
618
619 * gdb.texinfo (Trace File Format): Move node later.
620
7a9dd1b2
TT
6212011-04-19 Tom Tromey <tromey@redhat.com>
622
623 * gdbint.texinfo (Register Information Functions): Remove
624 duplicate "the".
625 * gdb.texinfo (Emacs): Remove duplicate "to".
626 (GDB/MI Variable Objects): Remove duplicate "the".
627 (General Query Packets): Likewise.
628
4368ebeb
JB
6292011-04-02 Joel Brobecker <brobecker@adacore.com>
630
631 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
632 "GDB/MI Ada Exception Information" node.
633
956a9fb9
JB
6342011-04-01 Joel Brobecker <brobecker@adacore.com>
635
636 * gdb.texinfo (GDB/MI Ada Exception Information): Document
637 the "exception-name" field in the *stopped async record.
638
f1310107
TJB
6392011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
640 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
641
642 Implement support for PowerPC BookE ranged breakpoints.
643 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
644
8786b2bd
TT
6452011-03-28 Tom Tromey <tromey@redhat.com>
646
647 * gdb.texinfo (Set Tracepoints): Fix typo.
648
9ef07c8c
TT
6492011-03-24 Tom Tromey <tromey@redhat.com>
650
651 * gdb.texinfo (Specify Location): Document `function:label'
652 linespec.
653
99c3dc11
PM
6542011-03-18 Phil Muldoon <pmuldoon@redhat.com>
655
f1310107 656 PR python/12149
99c3dc11
PM
657
658 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
659
29703da4
PM
6602011-03-17 Phil Muldoon <pmuldoon@redhat.com>
661
662 * gdb.texinfo (Blocks In Python): Add is_valid method description.
663 (Inferiors In Python): Likewise.
664 (Threads In Python): Likewise.
665 (Symbols In Python): Likewise.
666 (Objfiles In Python): Likewise.
667 (Symbol Tables In Python): Likewise.
668
c9174737
PA
6692011-03-15 Pedro Alves <pedro@codesourcery.com>
670
671 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
672 display>: Explain that the commands accept number ranges.
673
7371cf6d
PM
6742011-03-14 Phil Muldoon <pmuldoon@redhat.com>
675
676 * gdb.texinfo (Breakpoints In Python): Add description and example
677 of Python stop function operation.
678
ecec24e6
PM
6792011-03-10 Phil Muldoon <pmuldoon@redhat.com>
680
681 * gdb.texinfo (Parameters In Python): Document get_set_string and
682 get_show_string methods.
683
6dcd5565
JK
6842011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
685
686 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
687
81896e36
JK
688 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
689 circular-trace-buffer name.
690
5e30da2c
JB
6912011-02-28 Joel Brobecker <brobecker@adacore.com>
692
693 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
694 in the previous change.
695
3bd0f5ef 6962011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
697
698 * gdb.texinfo (Inferiors and Programs): Update commands to show
699 that they can accept multiple arguments.
700
4ec7539c
JB
7012011-02-24 Joel Brobecker <brobecker@adacore.com>
702
703 Revert the following patch (code patch was not approved):
704 2011-02-21 Hui Zhu <teawater@gmail.com>
705 * agentexpr.texi (bytecode descriptions): add printf.
706 * gdb.texinfo (tracepoint action lists): add printf.
707
82809774
DE
7082011-02-23 Doug Evans <dje@google.com>
709
710 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
711
e5a67952
MS
7122011-02-23 Michael Snyder <msnyder@vmware.com>
713
714 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
715 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
716 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
717
6e6fbe60
DE
7182011-02-22 Doug Evans <dje@google.com>
719
720 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
721 Clarify behaviour of lookup_symbol when `block' argument is omitted,
722 add description of result, fix @defun formatting.
723
f994e27a
HZ
7242011-02-21 Hui Zhu <teawater@gmail.com>
725
726 * agentexpr.texi (Bytecode Descriptions): Add printf.
727 * gdb.texinfo (Tracepoint Action Lists): Add printf.
728
c7f96d2b
TT
7292011-02-18 Tom Tromey <tromey@redhat.com>
730
731 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
732
60f98dde
MS
7332011-02-14 Michael Snyder <msnyder@vmware.com>
734
735 * gdb.texinfo (threads): Document argument for "info threads" cmd.
736 Document new command "thread find".
737
08e796bc
MS
7382011-02-14 Michael Snyder <msnyder@vmware.com>
739
740 * gdb.texinfo (Threads): Update example of new thread message.
741
b3b9301e
PA
7422011-02-14 Pedro Alves <pedro@codesourcery.com>
743
744 * gdb.texinfo (Remote Configuration): Mention set/show remote
745 traceframe-info.
746 (Tools/Packages Optional for Building GDB): Mention that expat is
747 used for traceframe info.
748 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
749 (General Query Packets) <qSupported>: Describe the
750 qXfer:traceframe-info:read feature.
751 (qXfer::read): Describe qXfer:traceframe-info:read.
752 (Traceframe Info Format): New section.
753
cef35b0f
PA
7542011-02-04 Pedro Alves <pedro@codesourcery.com>
755
756 * gdbint.texinfo (Formatting): Mention some formatting guidelines
757 for casts and unary operators.
758
f1cbe1d3
TT
7592011-02-04 Tom Tromey <tromey@redhat.com>
760
761 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
762 is not useful.
763
585fdaa1
PA
7642011-01-25 Pedro Alves <pedro@codesourcery.com>
765
766 * gdb.texinfo: s/value optimized out/optimized out/g
767
7bfc9434
JB
7682011-01-21 Joel Brobecker <brobecker@adacore.com>
769
770 * gdb.texinfo (Other Misc Settings): Rework part of the
771 documentation of the "set interactive mode" command.
772
4694da01
TT
7732011-01-19 Tom Tromey <tromey@redhat.com>
774
775 * gdb.texinfo (Threads): Document thread name output and `thread
776 name' command.
777 (Threads In Python): Document Thread.name attribute.
778 (GDB/MI Thread Commands): Document thread attributes.
779
b716877b
AB
7802011-01-12 Andrew Burgess <aburgess@broadcom.com>
781
782 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
783 changes in mi/mi-cmd-disas.c
784
13fd8b81
TT
7852011-01-12 Tom Tromey <tromey@redhat.com>
786
787 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
788 Fix "thread apply" text.
789
e09342b5
TJB
7902011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
791 Thiago Jung Bauermann <bauerman@br.ibm.com>
792
793 Implement support for PowerPC BookE ranged watchpoints.
794 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
795 the "set powerpc exact-watchpoints" flag.
796
06e65f44
TT
7972011-01-07 Tom Tromey <tromey@redhat.com>
798
799 * gdb.texinfo (Python API): Add descriptions to @menu items.
800
d8e22779
TT
8012011-01-06 Tom Tromey <tromey@redhat.com>
802
803 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
804
a255712f
PP
8052010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
806
e09342b5 807 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 808
ccfc3d6e
TT
8092011-01-06 Tom Tromey <tromey@redhat.com>
810
811 PR python/12133:
812 * gdb.texinfo (Frames In Python): Document various frame
813 constants.
814
44944448
JB
8152011-01-05 Joel Brobecker <brobecker@adacore.com>
816
817 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
818 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
819 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
820
42ea3d7a
JK
8212011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
822
823 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
824 (clean): Add GDBvn.texi.
825
720d1a40
JB
8262010-12-29 Joel Brobecker <brobecker@adacore.com>
827
828 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
829 occasional case where the debugger prints an array address
830 instead of the array itself.
831
ad196637
PA
8322010-12-23 Pedro Alves <pedro@codesourcery.com>
833
834 * gdb.texinfo (Packets) <read registers packet>: Document support
835 for registers that were not collected.
836
a86caf66
DE
8372010-12-15 Doug Evans <dje@google.com>
838
839 * gdb.texinfo (Startup): Document auto-loading of scripts during
840 startup.
841 (Auto-loading): Delete "maint set python auto-load on|off".
842 Add "set auto-load-scripts on|off".
843
aae1c79a
DE
8442010-12-07 Doug Evans <dje@google.com>
845
846 * gdb.texinfo (Mode Options): Document -data-directory.
847 (Data Files): Add reference to -data-directory.
848
4e04c971
DE
8492010-11-29 Doug Evans <dje@google.com>
850
851 * gdb.texinfo (Pretty-Printer Introduction): Change
852 printer-name:subprinter-name to printer-name;subprinter-name.
853
94b6973e
PM
8542010-11-29 Phil Muldoon <pmuldoon@redhat.com>
855
856 PR python/12199
857
858 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
859
39037522
TT
8602010-11-23 Tom Tromey <tromey@redhat.com>
861
862 * gdb.texinfo (Top): Check SYSTEM_READLINE.
863 (Editing): Likewise.
864 (Command History): Likewise.
865 (TUI Keys): Likewise.
866 (Bug Reporting): Conditionally include rluser.texi and
867 inc-history.texinfo.
868 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
869 (GDB_DOC_SOURCE_INCLUDES): Add comment.
870 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
871 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
872 (gdb.pdf): Likewise.
873 (gdb.info): Likewise.
874 (gdb/index.html): Likewise.
875
5ae98d25
TT
8762010-11-23 Tom Tromey <tromey@redhat.com>
877
878 * Makefile.in (Makefile): Run ../config.status.
879 (distclean): Update.
880 * configure: Remove.
881 * configure.ac: Remove.
882
621c8364
TT
8832010-11-12 Tom Tromey <tromey@redhat.com>
884
885 * gdb.texinfo (Basic Python): Update. Add xref.
886 (Exception Handling): Document new exception classes.
887 (Types In Python): Update.
888 (Frames In Python): Update.
889
84f4c1fe
PM
8902010-11-11 Phil Muldoon <pmuldoon@redhat.com>
891
892 * gdb.texinfo (Breakpoints In Python): Document "internal"
893 parameter, and visible attribute.
894
99e7ae30
DE
8952010-11-05 Doug Evans <dje@google.com>
896
897 * gdb.texinfo (Source Path): Document "set directories".
898
f4b8a18d
KW
8992010-11-05 Ken Werner <ken.werner@de.ibm.com>
900
901 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
902 (OpenCL C): New node.
903
7b51bc51
DE
9042010-11-02 Doug Evans <dje@google.com>
905
906 * gdb.texinfo (Pretty Printing): Expand into three sections,
907 introduction, example, and commands.
908 (Python API): Delete section Disabling Pretty-Printers, merge into
909 Selecting Pretty-Printers.
910 (Writing a Pretty-Printer): New section. Move the pretty-printer
911 example here, and reformat to match python coding style. Add a second
912 example using the gdb.printing module.
913 (Python modules): Add gdb.printing.
914
9eeee977
DE
9152010-10-29 Doug Evans <dje@google.com>
916
917 * gdb.texinfo (Python): Fix long line.
918
a0e0ffdf
DE
9192010-10-20 Doug Evans <dje@google.com>
920
921 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
922 All references updated. Correct sections marked as subsections.
923 (Coding Standards): New chapter. Move the coding standard related
924 subsections here. Add section on Python coding standards.
925
0e3509db
DE
9262010-10-13 Doug Evans <dje@google.com>
927
928 * gdb.texinfo (Python): Add "Python modules".
929 (Types in Python): Add reference to gdb.types section.
930 (Python modules): New node.
931
44592cc4
DE
9322010-10-11 Doug Evans <dje@google.com>
933
934 * gdb.texinfo (Values From Inferior): Add reference to "Types in
935 Python" from gdb.Value.type description.
936
6e1bb179
JB
9372010-09-28 Joel Brobecker <brobecker@adacore.com>
938
939 * gdb.texinfo (Ravenscar Profile): New node.
940
e8467610
TT
9412010-09-22 Tom Tromey <tromey@redhat.com>
942
943 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
944
fccd1d1e
EZ
9452010-09-22 Eli Zaretskii <eliz@gnu.org>
946
947 * gdb.texinfo (Values From Inferior): Clarify that
948 value.dynamic_type works only in C++ programs with RTTI.
949
c1b6b909
TT
9502010-09-15 Paul Bolle <pebolle@tiscali.nl>
951
952 * gdb.texinfo (Character Sets): Correctly reference host-charset
953 in example.
954
7d288aaa
TT
9552010-09-13 Tom Tromey <tromey@redhat.com>
956
957 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
958 Document "fullname" and "from".
959
f75d858b
MK
9602010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
961
962 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
963 feature `reverse' output by -list-target-features.
964
83b9503b
L
9652010-08-31 H.J. Lu <hongjiu.lu@intel.com>
966
967 * gdb.texinfo (i386 Features): Remove an extra "@item".
968
03f17ccf
TT
9692010-08-30 Tom Tromey <tromey@redhat.com>
970
971 PR python/11792:
972 * gdb.texinfo (Values From Inferior): Document dynamic_type.
973
9779414d
DJ
9742010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
975
976 * gdb.texinfo (ARM Features): Document
977 org.gnu.gdb.arm.m-profile.
978
f9ffd4bb
TT
9792010-08-23 Tom Tromey <tromey@redhat.com>
980
981 PR python/11145:
982 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
983 reinterpret_cast methods.
984
702c2711
TT
9852010-08-23 Tom Tromey <tromey@redhat.com>
986
987 PR python/11915:
988 * gdb.texinfo (Types In Python): Document array method.
989
66b73624
TJB
9902010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
991
992 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
993
06a64a0b
TT
9942010-08-16 Tom Tromey <tromey@redhat.com>
995
996 * gdb.texinfo (Set Watchpoints): Document -location option.
997
a3a7127e
DE
9982010-08-13 Doug Evans <dje@google.com>
999
1000 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
1001
8dedea02
VP
10022010-08-13 Vladimir Prus <vladimir@codesourcery.com>
1003
1004 * gdb.texinfo (GDB/MI Data Manipulation): Document
1005 -data-read-memory-raw and -data-write-memory-raw.
1006
ca5c20b6 10072010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 1008 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
1009
1010 * gdb.texinfo (Basic Python): Describe post_event API.
1011
cb2e07a6
PM
10122010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1013
1014 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 1015 decode_line Python APIs
cb2e07a6 1016
464b3efb
TT
10172010-08-10 Tom Tromey <tromey@redhat.com>
1018
1019 * gdb.texinfo (Pretty Printing API): Document
1020 gdb.default_visualizer.
1021
c29c521f
TT
10222010-08-10 Tom Tromey <tromey@redhat.com>
1023
1024 Revert gdb-add-index addition:
1025 * gdb.texinfo (Index Files): Don't document gdb-add-index.
1026
5da1313b
JK
10272010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1028 Eli Zaretskii <eliz@gnu.org>
1029
1030 * gdb.texinfo (Mode Options) <-batch>
1031 (Basic Python) <gdb.execute>: Describe setting width and height.
1032
02d868e8
PP
10332010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1034
1035 * gdb.texinfo (Threads): Document 'debug libthread-db'.
1036
c2bbed2a
TT
10372010-07-30 Tom Tromey <tromey@redhat.com>
1038
1039 * gdb.texinfo (Index Files): Mention gdb-add-index.
1040
6c13bbe1
HZ
10412010-07-30 Hui Zhu <teawater@gmail.com>
1042
1043 * gdb.texinfo (Inferiors and Programs): Update the introduce of
1044 "detach inferior" and "kill inferior".
1045
53a71c06
CR
10462010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
1047
1048 * gdb.texinfo (Machine Code): Update description of two forms of
1049 arguments, and add new example to demonstrate the new form.
1050
5374244e
PM
10512010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1052
1053 * gdb.texinfo (Values From Inferior): Add value inferior function
1054 call description.
1055
8ea5bce5
JK
10562010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1057
1058 * gdb.texinfo (Active Targets): Fix wrong comma placement.
1059
c0edd9ed
JK
10602010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1061 Eli Zaretskii <eliz@gnu.org>
1062
1063 Make core files the process_stratum.
1064 * gdb.texinfo (Active Targets): Remove core_stratum. Include
1065 record_stratum example.
1066
9291a0cd
TT
10672010-07-13 Tom Tromey <tromey@redhat.com>
1068
1069 * gdb.texinfo (Index Files): New node.
1070
f5011d11
TT
10712010-07-13 Tom Tromey <tromey@redhat.com>
1072
1073 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
1074
0f5238ed
TT
10752010-07-13 Tom Tromey <tromey@redhat.com>
1076
1077 * gdb.texinfo (Specify Location): Document labels.
1078
74c761c1
PA
10792010-07-01 Pedro Alves <pedro@codesourcery.com>
1080
1081 * gdb.texinfo (Create and Delete Tracepoints): Add more index
1082 entries for fast tracepoints and static tracepoints.
1083
501994c0
PA
10842010-07-01 Pedro Alves <pedro@codesourcery.com>
1085
1086 * gdb.texinfo (General Query Packets) <qfThreadInfo,
1087 qsThreadInfo>: Spell out `l' as ell.
1088
0fb4aa4b
PA
10892010-07-01 Pedro Alves <pedro@codesourcery.com>
1090
1091 * gdb.texinfo (Convenience Variables): Document $_sdata.
1092 (Commands to Set Tracepoints): Describe static tracepoints. Add
1093 `Listing Static Tracepoint Markers' menu entry. Document
1094 "strace".
1095 (Tracepoint Action Lists): Document collecting $_sdata.
1096 (Listing Static Tracepoint Markers): New subsection.
1097 (Tracepoints support in gdbserver): Mention static tracepoints.
1098 (remote packets, enabling and disabling): Mention
1099 read-sdata-object.
1100 (General Query Packets) <qSupported>: Document qXfer:sdata:read
1101 and StaticTracepoint.
1102 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
1103 Document qXfer:sdata:read.
1104 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
1105
dc3b15be
JB
11062010-06-29 Joel Brobecker <brobecker@adacore.com>
1107
1108 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
1109
595939de
PM
11102010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1111 Tom Tromey <tromey@redhat.com>
1112 Thiago Jung Bauermann <bauerman@br.ibm.com>
1113
1114 * gdb.texinfo (Inferiors In Python): New node.
1115 * gdb.texinfo (Threads In Python): New node.
1116
9279c692
JB
11172010-06-28 Joel Brobecker <brobecker@adacore.com>
1118
1119 * gdb.texinfo (Python): Document what the python directory is
1120 and what its location is.
1121 (Basic Python): Document the gdb.PYTHONDIR constant.
1122
bc9f0842
TT
11232010-06-25 Tom Tromey <tromey@redhat.com>
1124
1125 PR python/10808:
1126 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1127
f1421989
HZ
11282010-06-24 Hui Zhu <teawater@gmail.com>
1129
1130 * gdb.texinfo: (Commands for Controlled Output): Add
1131 documentation for command "eval".
1132
e4c0cfae
SS
11332010-06-21 Stan Shebs <stan@codesourcery.com>
1134
1135 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1136 * annotate.texinfo: Ditto.
1137 * gdbint.texinfo: Ditto.
1138 * stabs.texinfo: Ditto.
1139
bb08c432
HZ
11402010-06-22 Hui Zhu <teawater@gmail.com>
1141
1142 * gdb.texinfo: (Process Record and Replay): Add documentation
1143 for command "set record memory-query".
1144
4f5d9f07
SS
11452010-06-21 Stan Shebs <stan@codesourcery.com>
1146
1147 * gdb.texinfo: Relicense under GFDL version 1.3.
1148 * annotate.texinfo: Relicense under GFDL version 1.3.
1149 * gdbint.texinfo: Relicense under GFDL version 1.3.
1150 * stabs.texinfo: Relicense under GFDL version 1.3.
1151 * fdl.texi: Update to version 1.3.
1152
6aed2dbc
SS
11532010-06-18 Stan Shebs <stan@codesourcery.com>
1154
a61408f8
SS
1155 * gdb.texinfo (Operating System Auxiliary Information): Describe
1156 "info os" when no arguments given.
1157
6aed2dbc
SS
1158 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1159 $_thread.
1160
24e933df
HZ
11612010-06-18 Hui Zhu <teawater@gmail.com>
1162
1163 * gdb.texinfo: (Process Record and Replay): Add documentation
1164 for commands "record save" and "record restore".
1165
65d79d4b
SDJ
11662010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1167
1168 * gdb.texinfo: Include information about the correct use
1169 of addresses in the `watch' command.
1170
d914c394
SS
11712010-06-11 Stan Shebs <stan@codesourcery.com>
1172
1173 * gdb.texinfo (Observer Mode): New section.
1174 (General Query Packets): Document QAllow.
889bf7c5 1175
967cf477
DE
11762010-06-04 Doug Evans <dje@google.com>
1177
1178 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1179
aaf4119b
DE
11802010-06-03 Doug Evans <dje@google.com>
1181
1182 * gdbint.texinfo (Coding): Add subsection on command names.
1183
9eae7c52
TT
11842010-06-02 Tom Tromey <tromey@redhat.com>
1185
1186 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1187 always-disassemble.
1188
fa593d66
PA
11892010-06-01 Pedro Alves <pedro@codesourcery.com>
1190
1191 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1192 gdbserver, and add cross reference.
1193 (Tracepoints support in gdbserver): New subsection.
1194
dde08ee1
PA
11952010-05-26 Pedro Alves <pedro@codesourcery.com>
1196
1197 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1198 `qRelocInsn' feature.
1199 (Relocate instruction reply packet): New subsection
1200 of `Tracepoint Packets'.
1201 (Tracepoint Packets): Mention that packets QTDP and QTStart
1202 support the qRelocInsn request, and add cross reference to new
1203 subsection.
1204
07ca107c
DE
12052010-05-25 Doug Evans <dje@google.com>
1206
1207 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1208 (Commands In Python): Document gdb.string_to_argv.
1209
c25c4a8b
JK
12102010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1211
1212 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1213 ATTR_NORETURN.
1214
d7b32ed3 12152010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
1216 Tom Tromey <tromey@redhat.com>
1217 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 1218
c25c4a8b 1219 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 1220
6aecb9c2
JB
12212010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1222
1223 * gdb.texinfo: (Summary) Add mention about D language support.
1224 (Filenames): Add D suffixes.
1225 (D): New node.
1226
b7da9e9f
PM
12272010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1228
1229 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1230 of macro deleted from GDB code.
1231
ab38a727
PA
12322010-04-24 Pedro Alves <pedro@codesourcery.com>
1233
1234 * gdb.texinfo (Commands to specify files): Describe what how GDB
1235 looks up DOS-based filesystem paths on the system root. Document
1236 the new `set/show target-file-system-kind' commands.
1237
66d09542
DE
12382010-04-23 Doug Evans <dje@google.com>
1239
1240 * gdb.texinfo (Python): Move Auto-loading section here ...
1241 (Python API): from here.
1242 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1243 (Maintenance Commands): Add docs for "maint print section-scripts".
1244
8bd10a10
CM
12452010-04-20 Chris Moller <cmoller@redhat.com>
1246
1247 * gdb.texinfo (Setting Breakpoints): Added description of
1248 filename-qualified rbreak.
1249 * refcard.tex (Breakpoints and Watchpoints): Added brief
1250 description of filename-qualified rbreak.
1251
4c374409
JK
12522010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1253
1254 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1255 (Python API): Change the reference to Pretty Printing API.
1256 (Pretty Printing): Move the user part under the Data node. Reformat
1257 the sample output to 72 columns. Create a new reference to Pretty
1258 Printing API. Rename the API part ...
1259 (Pretty Printing API): To a new node name.
1260 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1261 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1262
5a9351ae
SS
12632010-04-21 Stan Shebs <stan@codesourcery.com>
1264
1265 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1266 and commands.
5a9351ae 1267 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1268
9a22f0d0
PM
12692010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1270
1271 * gdb.texinfo (Examining memory): Update for change in string
1272 display with explicit size.
1273
6149aea9
PA
12742010-04-19 Pedro Alves <pedro@codesourcery.com>
1275
1276 PR breakpoints/8554.
1277
1278 * gdb.texinfo (Save Breakpoints): New node.
1279 (save-tracepoints): Rename to ...
1280 (save tracepoints): ... this. Mention that `save-tracepoints' is
1281 a deprecated alias to `save tracepoints'.
1282
711e434b
PM
12832010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1284
645797a8 1285 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1286 (info w32 thread-information-block): Document new command.
1287 (qGetTIBAddress): Document new gdbserver query.
1288 (maint set/show show-all-tib): Document new command.
1289
3f7b2faa
DE
12902010-04-15 Doug Evans <dje@google.com>
1291
fa33c3cd
DE
1292 * gdb.texinfo (Python API): Add progspaces section.
1293 (Selecting Pretty-Printers): Progspace pretty-printers are
1294 searched too.
1295 (Progspaces In Python): New section.
1296
3f7b2faa
DE
1297 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1298
79f283fe
PM
12992010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1300
1301 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1302 returns None.
1303
87290684
SS
13042010-04-09 Stan Shebs <stan@codesourcery.com>
1305
1306 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1307 Describe the `frames-created' field, tweak grammar.
1308
a97153c7
PA
13092010-04-09 Pedro Alves <pedro@codesourcery.com>
1310
1311 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1312 Describe the `circular' and `disconnected' fields.
1313
5c5dcc1b
L
13142010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1315
1316 * gdb.texinfo (maint print registers): Mention unavailable and
1317 invisible registers.
1318
adc36818
PM
13192010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1320 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1321 Tom Tromey <tromey@redhat.com>
adc36818
PM
1322
1323 * gdb.texinfo (Breakpoints In Python): New Node.
1324
33da3f1c
SS
13252010-04-08 Stan Shebs <stan@codesourcery.com>
1326
1327 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1328 trace status fields.
1329
3a13a53b
L
13302010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1331
1332 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1333 optional. Make org.gnu.gdb.i386.avx requires
1334 org.gnu.gdb.i386.avx.
1335
08001717
DE
13362010-04-08 Doug Evans <dje@google.com>
1337
1338 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1339 search path, and document that gdb only scans the search path if
1340 the script's path doesn't specify a directory.
1341
c375651d
DE
13422010-04-05 Doug Evans <dje@google.com>
1343
1344 * gdb.texinfo (maint show python auto-load): Fix typo.
1345
af54718e
SS
13462010-04-04 Stan Shebs <stan@codesourcery.com>
1347
d77f58be
SS
1348 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1349 (Setting Watchpoints): Update description of "info watch".
1350 (Disabling Breakpoints): Only "info break" lists all.
1351
af54718e
SS
1352 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1353 (tdump): Explain how tdump works.
1354
86b17b60
PA
13552010-04-01 Pedro Alves <pedro@codesourcery.com>
1356
1357 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1358 add cross reference.
1359
ff12863f
PA
13602010-03-31 Pedro Alves <pedro@codesourcery.com>
1361
1362 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1363 commands error out.
1364
f68eb612
L
13652010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1366
1367 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1368
c8d5aac9
L
13692010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1370
1371 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1372
7d13fe92
SS
13732010-03-29 Stan Shebs <stan@codesourcery.com>
1374 Nathan Sidwell <nathan@codesourcery.com>
1375
1376 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1377 GDBN equivalent.
1378 (Set Tracepoints): Remove mention that conditional tracepoints
1379 don't exist.
1380 (Tracepoint Actions): Clarify when while-stepping collection
1381 happens, note that while-stepping does not automatically collect
1382 $pc.
1383
409873ef 13842010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1385
409873ef
SS
1386 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1387 (General Query Packets): Describe TracepointSource.
1388
ee8e71d4
EZ
13892010-03-27 Matt Rice <ratmice@gmail.com>
1390
c8d5aac9
L
1391 * gdb.texinfo (ARM): Document arguments to "target sim".
1392 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1393
99b5e152
PA
13942010-03-26 Pedro Alves <pedro@codesourcery.com>
1395
1396 * gdb.texinfo (Tracepoint Packets): Remove mention that
1397 terror:string may be plain text, and drop mention of X prefix.
1398
cd64ee31
VP
13992010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1400
1401 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1402
6c28cbf2
SS
14032010-03-24 Stan Shebs <stan@codesourcery.com>
1404
1405 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1406
95a42b64
TT
14072010-03-24 Tom Tromey <tromey@redhat.com>
1408
1409 PR breakpoints/9352:
1410 * gdb.texinfo (Break Commands): Update.
1411
18148017
VP
14122010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1413
1414 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1415 commands.
1416
4daf5ac0
SS
14172010-03-16 Stan Shebs <stan@codesourcery.com>
1418
1419 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1420 circular-trace-buffer.
1421 (Tracepoint Packets): Describe QTBuffer, and details of the
1422 qTStatus reply.
1423
c9429232
SS
14242010-03-12 Stan Shebs <stan@codesourcery.com>
1425 Nathan Sidwell <nathan@codesourcery.com>
1426
1427 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1428 doing instruction stepping.
1429 (Tracepoint Restrictions): New node.
1430
ccefe4c4
TT
14312010-03-10 Tom Tromey <tromey@redhat.com>
1432
1433 * gdbint.texinfo (Symbol Handling): Update.
1434
7c953934
TT
14352010-03-08 Tom Tromey <tromey@redhat.com>
1436
1437 PR cli/9591:
1438 * gdb.texinfo (Mode Options): Mention lack of pagination and
1439 confirmation with --batch.
1440 (Screen Size): Mention --batch.
1441 (Messages/Warnings): Likewise.
1442
f870a310
TT
14432010-03-05 Tom Tromey <tromey@redhat.com>
1444
1445 * gdb.texinfo (Basic Python): Document target_charset and
1446 target_wide_charset.
1447
78e2826b
TT
14482010-03-05 Tom Tromey <tromey@redhat.com>
1449
1450 * gdb.texinfo (Data): Link to pretty-printing.
1451 (Output Formats): Likewise. Correct text.
1452
f5dff777
DJ
14532010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1454
1455 * gdb.texinfo (Types): Describe <struct> and <flags>.
1456
dc00d89f
PM
14572010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1458
1459 * gdb.texinfo (Frames In Python): Add block parameter and
1460 description to read_var text.
1461
5107b149 14622010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1463 Tom Tromey <tromey@redhat.com>
5107b149
PM
1464
1465 * gdb.texinfo (Types In Python): Describe block argument in
1466 template_argument and gdb.lookup_type.
1467
e03e5e7b
TT
14682010-02-24 Tom Tromey <tromey@redhat.com>
1469
1470 * gdb.texinfo (Cygwin Native): Fix typo.
1471
f3e9a817
PM
14722010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1473
1474 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1475 and select method descriptions.
1476 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1477 Tables in Python to menu.
1478 (Blocks In Python): New node.
1479 (Symbols In Python): New node.
1480 (Symbol Tables in Python): New node.
1481
a79b8f6e
VP
14822010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1483
1484 Multiexec MI
1485
1486 gdb/
1487 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1488
1489 gdb/doc/
1490 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1491 changes.
1492 (GDB/MI Program Execution): Document current behaviour of
1493 --all and --thread-group.
1494 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1495 -remove-inferior.
1496 * observer.texi (inferior_added, inferior_removed): New
1497 observers.
1498
629d6a47
TT
14992010-02-19 Tom Tromey <tromey@redhat.com>
1500
1501 * gdbint.texinfo (Getting Started): Fix @node.
1502 (Debugging GDB): Likewise.
1503
c09529e5
JB
15042010-02-13 Joel Brobecker <brobecker@adacore.com>
1505
1506 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1507 documenting the gdb_test_timeout variable.
1508
540aa8e7
MS
15092010-02-12 Jakob Engblom <jakob@virtutech.com>
1510
1511 * gdb.texinfo (MI commands): Added documentation of --reverse
1512 option to a set of MI commands. Restructured documentation of MI
1513 commands --exec-continue to reflect the complexity of reverse
1514 execution.
1515
081dfbf7
PA
15162010-02-12 Pedro Alves <pedro@codesourcery.com>
1517
1518 * gdb.texinfo (Using the Collected Data): Specify that the address
1519 range of `tfind outsize' is exclusive, and that the address range
1520 of `tfind range' is inclusive.
1521 (Tracepoint Packets): Specify that the address range of
1522 `QTFrame:range' is inclusive, and that the address range of
1523 `QTFrame:outside' is exclusive
1524
8e9c5e02
VP
15252010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1526
1527 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1528
92981e24
TT
15292010-02-10 Tom Tromey <tromey@redhat.com>
1530
1531 * gdb.texinfo (Debugging Output): Document set debug parser and
1532 show debug parser.
1533
075b51b7
L
15342010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1535
1536 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1537 i386_eflags and i386_mxcsr.
1538
3bb8d5c3
L
15392010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1540
1541 * gdb.texinfo: Document i386 target features.
1542
c5f80513
DE
15432010-02-05 Doug Evans <dje@google.com>
1544
1545 * gdbint.texinfo (Testsuite): Add a new section to document the
1546 various DejaGnu variables that may be overridden.
1be00882 1547 Document INTERNAL_GDBFLAGS.
c5f80513 1548
6ac33a4e
TT
15492010-02-04 Tom Tromey <tromey@redhat.com>
1550
1551 PR cli/8830:
1552 * gdb.texinfo (Files): -readnow comes before the filename for file
1553 and symbol-file.
1554
a1dcb23a
DJ
15552010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1556
1557 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1558 Document ARM breakpoint types.
1559 (Register Packet Format): Move into the new section.
1560 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1561
95433b34
JB
15622010-01-21 Joel Brobecker <brobecker@adacore.com>
1563
1564 * gdb.texinfo (File Options): Adjust the documentation of this
1565 switch to refer to the "source" command rather than partially
1566 duplicating some of the relevant information.
1567 (Extending GDB): Introduce and document the set/show script-extension
1568 setting.
1569 (Command Files): Add note explaining that the "source" command
1570 is also used to evalute scripts written in other languages.
1571 Remove the short slightly incorrect reference to sourcing Python
1572 scripts.
1573 (Python Commands): Document how to execute a Python script from GDB.
1574
8d576872
JB
15752010-01-19 Joel Brobecker <brobecker@adacore.com>
1576
1577 * gdb.texinfo (Command Files): Fix typo.
1578
8150ff9c
JB
15792010-01-18 Tom Tromey <tromey@redhat.com>
1580
1581 * gdb.texinfo (File Options): Document -x on .py files.
1582 (Command Files): Document handling of Python scripts.
1583
23db03a6
JZ
15842010-01-18 Jie Zhang <jie.zhang@analog.com>
1585
1586 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1587
00bf0b85
SS
15882010-01-15 Stan Shebs <stan@codesourcery.com>
1589
1590 * gdb.texinfo (Trace Files): New section.
1591 (Tracepoint Packets): Document QTSave and qTBuffer.
1592 (Trace File Format): New appendix.
1593
be759fcf
PM
15942010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1595
1596 * gdb.texinfo (Values From Inferior): Document lazy_string value
1597 method.
1598 (Python API): Add Lazy strings menu item.
1599 (Lazy Strings In Python): New node.
1600
dc146f7c
VP
16012010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1602
1603 * gdb.texinfo (GDB/MI Thread Information): New.
1604 (GDB/MI Async Records): Document the core field in *stopped.
1605 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1606 documentation
1607 (Process list): Document that osdata document may contain
1608 threads.
1609 (Remote Serial Protocol): Document qXfer:threads.
1610
d5551862
SS
16112010-01-06 Stan Shebs <stan@codesourcery.com>
1612
1613 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1614 disconnected tracing.
1615 (Tracepoint Packets): Document new protocol.
1616
7a697b8d
SS
16172010-01-05 Stan Shebs <stan@codesourcery.com>
1618
1619 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1620 tracepoints.
1621 (Tracepoint Packets): Describe remote protocol for fast
1622 tracepoints.
1623
e6f3ec50
JB
16242010-01-01 Joel Brobecker <brobecker@adacore.com>
1625
1626 Update the "Start of New Year Procedure".
1627 * gdbint.texinfo: Add the list of files that need to be updated
1628 manually. Minor reformatting.
1629
ddc4e9c1
JB
16302010-01-01 Joel Brobecker <brobecker@adacore.com>
1631
1632 * refcard.tex: Update copyright year in header and text.
1633
9d2897ad
JB
16342010-01-01 Joel Brobecker <brobecker@adacore.com>
1635
1636 * agentexpr.texi: Add 2010 to the list of copyright years.
1637 * annotate.texinfo: Likewise.
1638 * gdb.texinfo: Likewise.
1639 * gdbint.texinfo: Likewise.
1640 * observer.texi: Likewise.
1641 * stabs.texinfo: Likewise.
1642
6da95a67
SS
16432009-12-31 Stan Shebs <stan@codesourcery.com>
1644
1645 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1646
236f1d4d
SS
16472009-12-29 Stan Shebs <stan@codesourcery.com>
1648
1649 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1650
f61e138d
SS
16512009-12-28 Stan Shebs <stan@codesourcery.com>
1652
1653 * gdb.texinfo (Trace State Variables): New section.
1654 (Tracepoint Packets): Describe trace state variable packets.
1655 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1656 variable bytecodes.
1657
0fe7935b
DJ
16582009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1659
1660 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1661 declarations.
1662
a6b29f87
VP
16632009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1664
1665 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1666 -gdb-exit behaviour.
1667
5e4bde96
JB
16682009-12-20 Joel Brobecker <brobecker@adacore.com>
1669
1670 * gpl.texi: Update to version 3 of the GPL.
1671
a1715244
JB
16722009-12-20 Joel Brobecker <brobecker@adacore.com>
1673
1674 * Makefile.in: Update copyright header.
1675 * observer.texi: Fix the copyright header of the generated files.
1676
361ae042
PM
16772009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1678
1679 * gdb.texinfo (Types In Python): Describe range function.
1680
bfd31e71
PM
16812009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1682
1683 * gdb.texinfo (Types In Python): Describe "is_base_class".
1684
57a1d736
TT
16852009-12-03 Tom Tromey <tromey@redhat.com>
1686
1687 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1688
8cebebb9
PP
16892009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1690
1691 * observer.texi: New memory_changed observer.
1692
16af530a
TT
16932009-12-01 Tom Tromey <tromey@redhat.com>
1694
1695 * gdb.texinfo (Reverse Execution): Fix typo.
1696
b6199126
DJ
16972009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1698
1699 PR gdb/8704
1700
1701 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1702 are allowed after the breakpoint condition.
1703
7a6973ad
TT
17042009-11-23 Tom Tromey <tromey@redhat.com>
1705
1706 PR python/10782:
1707 * gdb.texinfo (Types In Python): Document Type.pointer.
1708
21a0512e
PP
17092009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1710
1711 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1712
a5832c8f
PA
17132009-11-11 Pedro Alves <pedro@codesourcery.com>
1714
1715 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1716 (Using Agent Expressions): Delete cross reference.
1717
1eb7cd77
JB
17182009-11-07 Joel Brobecker <brobecker@adacore.com>
1719
1720 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1721 and @settitle directives up to help makeinfo find them.
1722
24ddea62
JK
17232009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1724
1725 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1726 (Auto-loading): Use plural and note one can use multiple components now.
1727
3afae151
VP
17282009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1729
1730 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1731 -stack-list-arguments have the same documentation for parameter
1732 as -stack-list-locals. Add comas.
1733
14ff2235
PM
17342009-10-27 Tom Tromey <tromey@redhat.com>
1735 Eli Zaretskii <eliz@gnu.org>
1736
c8d5aac9 1737 PR python/10781
14ff2235
PM
1738
1739 * gdb.texinfo (Values From Inferior): Document cast method.
1740
9c419145
PP
17412009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1742
1743 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1744 and adjust example.
889bf7c5 1745
29153c24
MS
17462009-10-22 Michael Snyder <msnyder@vmware.com>
1747
1748 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1749 info record command. Also document the new save and restore
29153c24
MS
1750 commands.
1751
2b28d209
PP
17522009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1753
1754 * gdb.texinfo (Machine Code): Mention current pc marker.
1755 (Memory): Likewise.
1756
6c95b8df
PA
17572009-10-19 Pedro Alves <pedro@codesourcery.com>
1758 Stan Shebs <stan@codesourcery.com>
1759
1760 * observer.texi (new_inferior): Rename to...
1761 (inferior_appeared): ... this.
1762
1763 * gdb.texinfo (Inferiors): Rename node to ...
1764 (Inferiors and Programs): ... this. Mention running multiple
1765 programs in the same debug session.
1766 <info inferiors>: Mention the new 'Executable' column if "info
1767 inferiors". Update examples. Document the "add-inferior",
1768 "clone-inferior", "remove-inferior" and "maint info
1769 program-spaces" commands.
1770 (Process): Rename node to...
1771 (Forks): ... this. Document "set|show follow-exec-mode".
1772
2f8132f3
MS
17732009-10-11 Michael Snyder <msnyder@vmware.com>
1774
1775 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1776 (ReverseContinue): Ditto.
1777
cba4b2d3
PP
17782009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1779
1780 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1781
da082f17
JK
17822009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1783
1784 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1785
08be9d71
ME
17862009-10-06 Michael Eager <eager@eagercon.com>
1787
1788 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1789 (Embedded Processors): Add MicroBlaze.
1790 (MicroBlaze): New. Describe Xilinx MicroBlaze
1791
08a0efd0
PA
17922009-10-04 Pedro Alves <pedro@codesourcery.com>
1793
1794 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1795
cbb8f428
EZ
17962009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1797
1798 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1799
30a4a70c
JB
18002009-09-23 Joel Brobecker <brobecker@adacore.com>
1801
1802 * observer.texi (solib_unloaded): Document explicitly the fact that
1803 this observer is called before the associated symbols are unloaded.
1804
b3372f91
VP
18052009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1806
1807 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1808 -stack-list-variables.
1809
f43030c4
TT
18102009-09-18 Tom Tromey <tromey@redhat.com>
1811
1812 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1813 is experimental.
1814
ec7e75e7
PP
18152009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1816
1817 * gdb.texinfo (convenince variables): Mention
1818 $_siginfo could be empty.
f43030c4 1819
0cc7d26f
TT
18202009-09-15 Tom Tromey <tromey@redhat.com>
1821
1822 * gdb.texinfo (GDB/MI Variable Objects): Document
1823 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1824 Expand -var-update documentation.
1825
a96d9b2e
SDJ
18262009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1827
1828 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1829 feature.
1830
005ca36a
JB
18312009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1832
1833 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1834
0d772ac9
MS
18352009-09-10 Michael Snyder <msnyder@vmware.com>
1836
1837 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1838 ReverseStep replies to the qSupported query.
1839
14fb1bac
JB
18402009-09-10 Joel Brobecker <brobecker@adacore.com>
1841
1842 Add documentation for set/show interactive-mode.
1843 * gdb.texinfo (Other Misc Settings): New node.
1844
29b090c0
DE
18452009-09-01 Doug Evans <dje@google.com>
1846
1847 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1848 non-stop mode's affect on remote caching.
1849
4e5d721f
DE
18502009-08-31 Jacob Potter <jdpotter@google.com>
1851 Doug Evans <dje@google.com>
1852
1853 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1854 Mark `set/show remotecache' options as obsolete.
1855 Document new `set/show stack-cache' option.
1856 Update text for `info dcache'.
1857
55333a84
DE
18582009-08-27 Doug Evans <dje@google.com>
1859
1860 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1861 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1862
bc3a0b4d
RW
18632009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1864
1865 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1866 about autoconf.
1867
3a1ff0b6
PA
18682009-08-25 Pedro Alves <pedro@codesourcery.com>
1869
1870 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1871 small example, and describe its columns. Replace "inferior-id" by
1872 "infno" throughout.
1873
81ecdfbb
RW
18742009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1875
af542c2e
RW
1876 * gdbint.texinfo (Releasing GDB): Point to
1877 README-maintainer-mode file for required autoconf version.
1878 * configure.ac: Do not substitute datarootdir, htmldir,
1879 pdfdir, docdir. Do not process --with-datarootdir,
1880 --with-htmldir, --with-pdfdir, --with-docdir.
1881 * configure: Regenerate.
1882
81ecdfbb
RW
1883 * configure: Regenerate.
1884
4efc6507
DE
18852009-08-20 Reid Kleckner <reid@kleckner.net>
1886
1887 * gdb.texinfo: Add chapter on JIT interface.
1888
43089a6e
NR
18892009-08-07 Nick Roberts <nickrob@snap.net.nz>
1890
1891 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 1892 confirmation request.
43089a6e 1893
99e008fe
EZ
18942009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1895
c8d5aac9
L
1896 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1897 CRC definitions.
99e008fe 1898
48cb2d85
VP
18992009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1900
1901 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 1902 -break-commands.
48cb2d85 1903
ff1a52c6
UW
19042009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1905
1906 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1907 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1908
3285f3fe
UW
19092009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1910
1911 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1912 "set spu stop-on-load" and "show spu stop-on-load" commands.
1913
e35359c5
UW
19142009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1915
1916 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1917
58d6951d
DJ
19182009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1919
1920 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1921 org.gnu.gdb.arm.neon.
1922
08d16641
PA
19232009-07-20 Pedro Alves <pedro@codesourcery.com>
1924
1925 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1926 optional element.
1927 (subsection OS ABI): New subsection.
1928
782b2b07
SS
19292009-07-14 Stan Shebs <stan@codesourcery.com>
1930
1931 * gdb.texinfo (Tracepoint Conditions): New section.
1932 (General Query Packets): Describe ConditionalTracepoints.
1933 (Tracepoint Packets): Describe condition field.
1934 (Maintenance Commands): Describe maint agent-eval.
1935 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1936
9b117ef3
HZ
19372009-07-11 Hui Zhu <teawater@gmail.com>
1938
1939 * gdb.texinfo (disassemble): Add a new modifier /r
1940 to "disassemble" command to make it print the raw instructions
1941 in hex as well as in symbolic form.
1942
f5a33284
TT
19432009-07-09 Tom Tromey <tromey@redhat.com>
1944
1945 * gdbint.texinfo (Testsuite): Document parallel make check.
1946
812f7342
TT
19472009-07-09 Tom Tromey <tromey@redhat.com>
1948
1949 * gdbint.texinfo (Testsuite): Document test transcripts.
1950
fbb8f299
PM
19512009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1952
1953 * gdb.texinfo (Values From Inferior): Add length parameter
1954 description.
1955
dd8f35ac
EZ
19562009-07-04 Chris Genly <chris@genly.us>
1957
1958 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1959 in -var-list-children. Fix example according to what the code
1960 does.
1961
2277426b
PA
19622009-07-02 Pedro Alves <pedro@codesourcery.com>
1963
1964 * gdb.texinfo (Debugging multiple inferiors): Document the
1965 "inferior", "detach inferior" and "kill inferior" commands.
1966 (Debugging Programs with Multiple Processes): Adjust to mention
1967 generic "inferior" commands. Delete mention of "detach fork" and
1968 "delete fork". Cross reference to "Debugging multiple inferiors"
1969 section.
1970
a6d9a66e
UW
19712009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1972
5af949e3
UW
1973 * gdbint.texinfo (Item Output Functions): Update signature
1974 for ui_out_field_core_addr.
1975
19762009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1977
1978 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
1979 Update example code extrated from breakpoint.c.
1980
9901a55b 19812009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 1982
9901a55b
PP
1983 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1984 MI commands.
1985 (GDB/MI Symbol Query): Likewise.
1986 (GDB/MI File Commands): Likewise.
1987 (GDB/MI File Transfer Commands): Likewise.
1988 (GDB/MI Target Manipulation): Likewise.
1989 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 1990
edb3359d
DJ
19912009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1992
1993 * gdb.texinfo (Debugging Optimized Code): New chapter.
1994 (Compiling for Debugging): Reference it. Move some
1995 text to the new section.
1996
7cd1089b
PM
19972009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1998
1999 * doc/gdb.texinfo (Calling): Document
2000 set-unwind-on-terminating-exception usage.
2001
d4db2f36
PA
20022009-06-11 Pedro Alves <pedro@codesourcery.com>
2003
2004 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
2005 command.
2006
d1a7880c
PA
20072009-06-07 Pedro Alves <pedro@codesourcery.com>
2008
2009 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
2010 references.
2011
473f94e6
UW
20122009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
2013
2014 * gdbint.texinfo: Rename formal parameters to gdbarch function
2015 protoypes from "current_gdbarch" to "gdbarch".
2016
8f500870
TT
20172009-05-28 Tom Tromey <tromey@redhat.com>
2018
2019 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
2020
b6313243
TT
20212009-05-27 Tom Tromey <tromey@redhat.com>
2022
2023 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2024 feature.
2025 (GDB/MI Variable Objects): Document -var-set-visualizer.
2026
20272009-04-02 Tom Tromey <tromey@redhat.com>
2028
2029 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2030 feature.
2031 (GDB/MI Variable Objects): Document -var-set-visualizer.
2032
a6bac58e
TT
20332009-05-27 Tom Tromey <tromey@redhat.com>
2034 Thiago Jung Bauermann <bauerman@br.ibm.com>
2035 Phil Muldoon <pmuldoon@redhat.com>
2036
2037 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
2038 (Pretty Printing): New node.
2039 (Selecting Pretty-Printers): Likewise.
2040 (Python API): Update.
2041 (Output Formats): Document /r format.
2042
2c74e833
TT
20432009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
2044 Tom Tromey <tromey@redhat.com>
2045
2046 * gdb.texinfo (Types In Python): New node.
2047 (Values From Inferior): "type" is now an attribute.
2048 (Python API): Update.
2049
89c73ade
TT
20502009-05-27 Tom Tromey <tromey@redhat.com>
2051 Thiago Jung Bauermann <bauerman@br.ibm.com>
2052 Phil Muldoon <pmuldoon@redhat.com>
2053
2054 * gdb.texinfo: Add @syncodeindex for `tp'.
2055 (Python API): Update.
2056 (Auto-loading): New node.
2057 (Objfiles In Python): New node.
2058
17a37d48
PP
20592009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2060
2061 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 2062
6718376f
NR
20632009-05-15 Nick Roberts <nickrob@snap.net.nz>
2064
2065 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
2066
cbe54154
PA
20672009-05-12 Pedro Alves <pedro@codesourcery.com>
2068
2069 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
2070 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
2071 show show-debug-regs' docs.
2072
8e05493c
EZ
20732009-05-08 Eli Zaretskii <eliz@gnu.org>
2074
2075 * gdb.texinfo (Process Record and Replay): Add description of
2076 reverse execution.
2077
b39f4988
JB
20782009-05-07 Joel Brobecker <brobecker@adacore.com>
2079
2080 * gdbint.texinfo (Adding support for debugging core files): New node.
2081 (Native Debugging): Remove the ``Native core file Support'' section.
2082
a2311334
EZ
20832009-05-01 Eli Zaretskii <eliz@gnu.org>
2084
2085 * gdb.texinfo (Process Record and Replay): Improve and clarify.
2086 Add index entries.
2087
53cc454a 20882009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 2089 Michael Snyder <msnyder@vmware.com>
53cc454a 2090
a2311334
EZ
2091 * gdb.texinfo: (Process Record and Replay): Add documentation for
2092 process record and replay.
53cc454a 2093
484086b7
JK
20942009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2095
2096 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
2097 a new part on command-line defined macros.
2098
32ae1842
EZ
20992009-04-25 Eli Zaretskii <eliz@gnu.org>
2100
2101 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
2102 clarify the wording.
2103
b14b1491
TT
21042009-04-23 Tom Tromey <tromey@redhat.com>
2105
2106 * gdb.texinfo (Data Files): New node.
2107 (GDB Files): Update menu.
2108
5c1e86e1
JB
21092009-04-23 Joel Brobecker <brobecker@adacore.com>
2110
2111 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 2112 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 2113
83eba9b7
VP
21142009-04-22 Vladimir Prus <vladimir@codesourcery.com>
2115
2116 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2117
e31198c4
HZ
21182009-04-22 Hui Zhu <teawater@gmail.com>
2119
2120 * gdb.texinfo (disassemble-next-line): Set the default of
2121 disassemble-next-line to off.
2122
26e251b6
JM
21232009-04-21 Joseph Myers <joseph@codesourcery.com>
2124
2125 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2126 --with-htmldir): New.
2127 * configure: Regenerate.
2128 * Makefile.in (datarootdir, docdir): Define.
2129 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2130 instead of $(SET_TEXINPUTS).
2131 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2132 gdbint.info instead of $(SET_TEXINPUTS).
2133 (gdbint/index.html): Use same -I options as for building
2134 gdbint.info.
2135 (stabs.dvi, stabs.pdf): Use same -I options as for building
2136 stabs.info instead of $(SET_TEXINPUTS).
2137 (stabs/index.html): Use same -I options as for building
2138 stabs.info.
2139 (annotate.dvi, annotate.pdf): Use same -I options as for building
2140 annotate.info instead of $(SET_TEXINPUTS).
2141 (annotate/index.html): Use same -I options as for building
2142 annotate.info.
2143
eac35c4e
DD
21442009-04-21 David Daney <ddaney@caviumnetworks.com>
2145
2146 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2147
29b0e8a2
JM
21482009-04-21 Joseph Myers <joseph@codesourcery.com>
2149
2150 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2151
2b831889 21522009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 2153 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
2154
2155 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2156 (MAKEHTMLFLAGS): Set to empty.
2157 (html__strip_dir): Define.
2158 (HTMLFILES): Define.
2159 (HTMLFILES_INSTALL): Define.
2160 (install-html): Copy new automake rule.
2161 (html): Depend on $(HTMLFILES).
2162 (gdb_toc.html): Rename to gdb/index.html.
2163 (gdbint_toc.html): Rename to gdbint/index.html.
2164 (stabs_toc.html): Rename to stabs/index.html.
2165 (annotate_toc.html): Rename to annotate/index.html.
2166
89a34d1b
JM
21672009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2168
2169 * Makefile.in: Set pdfdir and htmldir from configure
2170 substitutions.
2171 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2172 * configure: Regenerate.
2173
a2d5da46
JB
21742009-04-16 Joel Brobecker <brobecker@adacore.com>
2175
2176 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2177 This macro is no longer used.
2178
732f6a93
TT
21792009-04-15 Tom Tromey <tromey@redhat.com>
2180
2181 * gdb.texinfo (Character Sets): Document default character set.
2182
87f9adc1
PM
21832009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2184
2185 * gdbint.texinfo: Change server name from sources.redhat.com to
2186 sourceware.org throughout.
2187
2c88c651
JB
21882009-04-09 Joel Brobecker <brobecker@adacore.com>
2189
2190 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2191 about a missing dot or coma after @xref.
2192
4f5376b2
JB
21932009-04-02 Joel Brobecker <brobecker@adacore.com>
2194
2195 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2196 example, and add a small explanation about it.
2197 (Print Settings): Change the documentation of the "set print
2198 frame-arguments" to reflect the fact that the default is now "scalars".
2199
a0381d3a
JB
22002009-04-02 Joel Brobecker <brobecker@adacore.com>
2201
2202 * gdb.texinfo (Print Settings): Add kindex for command "set
2203 print frame-arguments".
2204
45ac276d
JB
22052009-03-31 Joel Brobecker <brobecker@adacore.com>
2206
2207 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2208 breakpoints.
2209 (Set Breaks): Add reference to thread-specific and task-specific
2210 breakpoints.
2211
32cd1edc
JB
22122009-03-31 Joel Brobecker <brobecker@adacore.com>
2213
2214 * gdb.texinfo (Ada Tasks): Remove the documentation about
2215 the "Running" state, as this state has been eliminated.
2216 Now all runnable tasks are shown as "Runnable".
2217
1042e4c0
SS
22182009-03-30 Stan Shebs <stan@codesourcery.com>
2219
2220 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2221 special case of breakpoints.
2222 (Enable and Disable Tracepoints): Mention deprecation.
2223 (Listing Tracepoints): Update description and example.
2224
f8f6f20b
TJB
22252009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2226
2227 * gdb.texinfo (Frames in Python): New node.
2228 (Python API): Update.
2229
c0c6f777
TJB
22302009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2231
2232 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2233 from a method to an attribute.
2234
def2b000
TJB
22352009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2236
2237 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2238 attribute.
2239
a07daef3
PA
22402009-03-25 Pedro Alves <pedro@codesourcery.com>
2241
2242 * observer.texi (thread_exit): Add "silent" parameter.
2243
f3b1572e
PA
22442009-03-22 Pedro Alves <pedro@codesourcery.com>
2245
2246 * observer.texi (about_to_proceed): New.
2247
587afa38
EZ
22482009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2249
2250 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2251 field throughout to handle types with spaces in them. Fix typos
2252 found by aspell.
2253 (Summary, Requirements, Contributors): New first chapter,
2254 "Summary" added, old Requirements section moved there, and new
2255 section, "Contributors" added.
2256 (Initializing a New Architecture, Register Representation)
2257 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2258 (Porting gdb): These sections extended and updated.
2259 (Compiler Characteristics): This section (empty) deleted.
2260 (Defining Other Architecture Features): This section renamed and
2261 duplicate material removed from (formerly "Target Conditionals").
2262 Use braces {} in @deftypeXX type field throughout to handle types
2263 with spaces in them. Typos found by aspell fixed.
2264
2265 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2266 * stack_frame.pdf: Version of image for PDF output.
2267 * stack_frame.png: Version of image for HTML output and for Emacs.
2268 * stack_frame.txt: Version of image for Info output.
1db61298 2269 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2270
10af6951
EZ
22712009-03-21 Eli Zaretskii <eliz@gnu.org>
2272
2273 * gdb.texinfo (Character Sets): Fix last change.
2274
cc924cad
TJB
22752009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2276
2277 * gdb.texinfo (Values From Inferior): Fix optional arguments
2278 markup.
2279 (Commands In Python): Adjust argument names of gdb.Command.__init__
2280 to what the function accepts as keywords.
2281
bc3b79fd
TJB
22822008-03-20 Tom Tromey <tromey@redhat.com>
2283
2284 * gdb.texinfo (Convenience Vars): Document convenience functions.
2285 (Functions In Python): New node.
2286 (Python API): Update.
2287
6c7a06a3
TT
22882009-03-20 Tom Tromey <tromey@redhat.com>
2289
2290 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2291 set target-wide-charset.
2292 (Requirements): Mention iconv.
2293
b646ddd4
HZ
22942009-03-17 Hui Zhu <teawater@gmail.com>
2295
2296 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2297
91440f57
HZ
22982009-03-17 Hui Zhu <teawater@gmail.com>
2299
2300 * gdb.texinfo: Add documentation for disassemble-next-line.
2301
8fd41227
TJB
23022009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2303
2304 * gdb.texinfo (Commands In Python): Remove tindex entries.
2305
61ff14c6
JK
23062009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2307
2308 * gdb.texinfo (Returning): New description for missing debug info.
2309
0b16c5cf
PA
23102009-03-14 Pedro Alves <pedro@codesourcery.com>
2311
2312 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2313 (General Query Packets): Document qAttached.
0b16c5cf 2314
32fc0df9
PA
23152009-03-05 Pedro Alves <pedro@codesourcery.com>
2316
2317 * gdb.texinfo (Background Execution): Better describe the set
2318 target-async command.
2319 (Maintenance Commands): Delete description of the `maint set/show
2320 linux-async' and `maint set/show remote-async' commands.
2321
134eb42c
VP
23222009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2323
2324 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2325 between sentences.
2326
c86cf029
VP
23272009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2328
2329 * gdb.texinfo (GDB/MI Async Records): Document the
2330 =library-loaded and =library-unloaded notifications.
2331
3ea85240
VP
23322009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2333
2334 * observer.texi (test_notification): New observer.
2335
1d33d6ba
VP
23362009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2337
61ff14c6
JK
2338 * observer.texi: Add parameter 'print_frame' to normal_stop
2339 observer.
1d33d6ba 2340
d721c933
EZ
23412009-02-07 Eli Zaretskii <eliz@gnu.org>
2342
2343 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2344 (Commands In Python): Fix COMMAND_* constants in last change. Use
2345 @kbd for interactive input. Add cross-references and index
2346 entries.
2347
4aa995e1
PA
23482009-02-06 Pedro Alves <pedro@codesourcery.com>
2349
2350 * gdb.texinfo (Signals): Document $_siginfo.
2351 (Convenience Variables): Mention $_siginfo.
2352 (Remote Configuration): Document qXfer:siginfo:read,
2353 qXfer:siginfo:write packets, and the read-siginfo-object,
2354 write-siginfo-object commands.
2355
5f5233d4
PA
23562009-02-06 Pedro Alves <pedro@codesourcery.com>
2357
2358 * gdbint.texinfo (Values): New chapter.
2359
d8906c6f
TJB
23602009-02-06 Tom Tromey <tromey@redhat.com>
2361
2362 * gdb.texinfo (Python API): Add entry for Commands In Python.
2363 (Commands In Python): New node.
2364
b6cb8e7d
TJB
23652009-02-05 Tom Tromey <tromey@redhat.com>
2366
2367 * gdb.texinfo (Values From Inferior): Document Value.string.
2368
12453b93
TJB
23692009-02-05 Tom Tromey <tromey@redhat.com>
2370
2371 * gdb.texinfo (Basic Python): Document execute's from_tty
2372 argument.
2373
08c637de
TJB
23742009-02-04 Tom Tromey <tromey@redhat.com>
2375
2376 * gdb.texinfo (Basic Python): Document gdb.history.
2377
592375cd
VP
23782009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2379
2380 * gdb.texinfo (GDB/MI Thread Commands): Document the
2381 'current-thread-id' field. Remove the example with zero threads,
2382 since current GDB won't ever report that if there's inferior.
2383
41447f92
VP
23842009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2385
2386 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2387 option to -break-insert.
2388
098b41a6
JG
23892009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2390 Jerome Guitton <guitton@adacore.com>
2391
2392 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2393 (System-wide configuration): New section.
2394
3c16cced
PA
23952009-01-26 Pedro Alves <pedro@codesourcery.com>
2396
2397 PR gdb/7580:
2398 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2399 internal-error|internal-warning quit|corefile ask|yes|no".
2400
62709adf
PA
24012009-01-26 Pedro Alves <pedro@codesourcery.com>
2402
2403 * gdb.texinfo (Using the `gdbserver' Program): Document
2404 --remote-debug.
2405
7ce58dd2
DE
24062009-01-23 Doug Evans <dje@google.com>
2407
2408 * gdb.texinfo: Add nexti to list of commands that support
2409 background execution.
2410
adb483fe
DJ
24112009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2412
2413 * gdb.texinfo (Define, Hooks): Document prefix command support.
2414
a67ec3f4 24152009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2416 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2417
2418 Fixes for makeinfo --html.
2419
2420 * annotate.texinfo: Use @copying and @insertcopying. Use
2421 @ifnottex in place of @ifinfo.
2422 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2423 place of @ifinfo. Use @ifnotinfo for one index entry.
2424 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2425 in place of @ifinfo.
2426 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2427 in place of @ifinfo. Include contents at start unconditionally.
2428
84fcdf95
PA
24292009-01-13 Pedro Alves <pedro@codesourcery.com>
2430
2431 * gdb.texinfo (General Query Packets): Remove @var{} around the
2432 "spu" literal string.
2433
fa3a767f
PA
24342009-01-07 Pedro Alves <pedro@codesourcery.com>
2435
2436 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2437 program may be running in another process" errors.
2438 * gdbint.texinfo (Native Conditionals): Delete
2439 ONE_PROCESS_WRITETEXT description.
2440
9cb011d3
JB
24412009-01-07 Joel Brobecker <brobecker@adacore.com>
2442
2443 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2444 emacs local variable to be placed at the end of the ChangeLog.
2445 Add server.c and gdbreplay.c to the list of files where the
2446 copyright year needs to be updated.
2447
84603566
SL
24482009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2449
2450 * gdb.texinfo (Remote Configuration): Document new
2451 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2452 commands.
2453
a53f55d8
PA
24542008-12-28 Pedro Alves <pedro@codesourcery.com>
2455
2456 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2457 FETCH_INFERIOR_REGISTERS.
2458 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2459 FETCH_INFERIOR_REGISTERS descriptions. Remove
2460 gdbarch_get_longjmp_target descrition, since already described in
2461 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2462 (Target Conditionals): ... here.
2463
077e0a52
JB
24642008-12-16 Joel Brobecker <brobecker@adacore.com>
2465
2466 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2467 examples.
2468 (Additions to Ada): Likewise. Add the missing opening and closing
2469 parenthesis of the GDB prompt in one of the examples.
2470
023eb17c
JB
24712008-12-14 Joel Brobecker <brobecker@adacore.com>
2472
2473 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2474 about the result of 'Address not being of type System.Address.
2475 This problem has been fixed a while ago.
2476
c3b108f7
VP
24772008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2478
2479 MI non-stop and multiprocess docs.
2480
c8d5aac9
L
2481 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2482 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2483 Adjust documentation for *stopped, document =thread-created,
2484 =thread-exited, =thread-group-created and =thread-group-exited.
2485 (GDB/MI Thread Commands): Document the 'state' field in
2486 -thread-info output.
2487 (GDB/MI Program Execution): Mention --all and --thread-group
2488 options.
2489 (GDB/MI Variable Objects): Describe floating and fixed variable
2490 objects.
2491 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2492
07e059b5
VP
24932008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2494
c8d5aac9
L
2495 * gdb.texinfo (Operating System Information): New appendix.
2496 (Operating System Auxiliary Information): Document 'info os processes'
2497 (Remote Configuration): Document 'osdata'
2498 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2499
a80b95ba
TG
25002008-11-27 Tristan Gingold <gingold@adacore.com>
2501
2502 * gdb.texinfo (Darwin): Document Darwin specific features.
2503
a655d424
JK
25042008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2505
2506 * gdbint.texinfo (Target Conditionals): Extend the
2507 gdbarch_breakpoint_from_pc description.
2508
249e1128
VP
25092008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2510
2511 * gdb.texinfo (M68K Features): Fix typo.
2512
c14c28ba
PP
25132008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2514
2515 * gdb.texinfo (Symbols): Mention printing containing
2516 image name in "info symbol".
2517 (Maint translate-address): Likewise.
889bf7c5 2518
394a6666
JB
25192008-11-18 Joel Brobecker <brobecker@adacore.com>
2520
2521 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2522 commands "catch load" and "catch unload".
2523
66bb093b
VP
25242008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2525
2526 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2527 =thread-selected.
889bf7c5 2528
4a92f99b
VP
25292008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2530
c8d5aac9 2531 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2532
f0323ca0
PA
25332008-10-27 Pedro Alves <pedro@codesourcery.com>
2534
2535 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2536 .mt files, TM_CLIBS or TM_CDEPS.
2537 (x86 Watchpoints): Don't mention TDEPFILES.
2538
8b23ecc4
SL
25392008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2540
2541 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2542 (Overview): Mention notifications and non-stop mode behavior.
2543 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2544 with non-stop mode behavior. Add vStopped description.
2545 (Stop Reply Packets): Update list of packets that return
2546 stop replies. Mention non-stop behavior.
2547 (General Query Packets): Document QNonStop packet and associated
2548 qSupported query response.
2549 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2550 behavior.
2551 (Notification Packets): New section.
2552 (Remote Non-Stop): New section.
2553 (File-I/O Overview): Mention non-stop behavior.
2554
fff08868
HZ
25552008-10-24 Hui Zhu <teawater@gmail.com>
2556 Pedro Alves <pedro@codesourcery.com>
2557
2558 * gdb.texinfo (displaced-stepping): Describe the auto mode
2559 setting, and say it's the default. This is now a mainstream
2560 setting instead of a maintenance setting.
2561
252fbfc8
PA
25622008-10-23 Pedro Alves <pedro@codesourcery.com>
2563
2564 * observer.texi (thread_stop_requested): New.
2565
20924a55
JB
25662008-10-22 Joel Brobecker <brobecker@adacore.com>
2567
2568 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2569 (Patching): Replace incorrect usage of @samp by @kbd.
2570
bacec72f
MS
25712008-10-17 Michael Snyder <msnyder@vmware.com>
2572
2573 * gdb.texinfo: Add documentation for reverse execution.
2574
a08702d6 25752008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2576 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2577
2578 * gdb.texinfo. (Values From Inferior): New subsubsection.
2579
d97bc12b
DE
25802008-10-06 Doug Evans <dje@google.com>
2581
2582 * gdb.texinfo (set debug dwarf2-die): Document it.
2583
87f67dba
JB
25842008-10-01 Joel Brobecker <brobecker@adacore.com>
2585
2586 * gdb.texinfo (catch) [exception]: Document how to insert
2587 a breakpoint on user-defined exceptions when the exception
2588 name is identical to one of the language-defined ones.
2589
2fae03e8
TT
25902008-09-27 Tom Tromey <tromey@redhat.com>
2591
2592 * gdb.texinfo (Macros): Remove text about stringification,
2593 varargs, and splicing.
2594
5c6ce71d
TT
25952008-09-27 Tom Tromey <tromey@redhat.com>
2596
2597 * gdbint.texinfo (Language Support): Remove text about omitting
2598 support for a language.
2599
07128da0
DE
26002008-09-23 Doug Evans <dje@google.com>
2601
2602 * gdb.texinfo (info dcache): Update.
2603
b90a069a
SL
26042008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2605
2606 * gdb.texinfo (Packets): Add info on thread-id syntax and
2607 multiprocess extensions.
2608 <D>: Document multiprocess form of packet.
2609 <H>: Use thread-id syntax.
2610 <T>: Likewise.
2611 <vCont>: Likewise. Note this is required for multiprocess.
2612 <vKill>: New packet.
2613 (Stop Reply Packets) <T>: Use thread-id syntax.
2614 <W>: Document multiprocess form of reply.
2615 <X>: Likewise.
2616 (General Query Packets) <qC>: Use thread-id syntax.
2617 <qfThreadInfo>: Likewise.
2618 <qGetTLSAddr>: Likewise.
2619 <qP>: Likewise.
2620 <qSupported>: Add "multiprocess" feature.
2621 <qThreadExtraInfo>: Use thread-id syntax.
2622
b77209e0
PA
26232008-09-22 Stan Shebs <stan@codesourcery.com>
2624
2625 * gdb.texinfo (Inferiors): New section.
2626
3d0bb823
PA
26272008-09-12 Pedro Alves <pedro@codesourcery.com>
2628
2629 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2630
f8dcfc0a
UW
26312008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2632
2633 * gdbint.texinfo (Target Conditionals): Remove documentation
2634 for gdbarch_name_of_malloc.
2635
8775bb90
MS
26362008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2637
2638 * gdb.texinfo (Interrupts): Mention TCP interface for
2639 sending BREAK.
2640
f1838a98
UW
26412008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2642
2643 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2644 argument prefix to "set sysroot".
2645
158c7665
PH
26462008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2647
2648 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2649 and False.
2650
30e026bb
VP
26512008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2652
c8d5aac9
L
2653 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2654 for possible features of -list-features.
30e026bb 2655
c6ebd6cf
VP
26562008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2657
c8d5aac9 2658 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2659 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2660
aeac0ff9
VP
26612008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2662
2663 * doc/gdb.texinfo (PowerPC): Fix typo.
2664 (PowerPC features): Fix typo.
2665
5231c1fd
PA
26662008-08-18 Pedro Alves <pedro@codesourcery.com>
2667
2668 * observer.texi (thread_ptid_changed): New.
2669
677c5bb1
LM
26702008-08-18 Luis Machado <luisgpm@br.ibm.com>
2671
2672 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2673 (PowerPC features): Mention feature set for VSX registers.
2674
f3a2dd1a
JB
26752008-08-13 Joel Brobecker <brobecker@adacore.com>
2676
2677 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2678 the direct visibility of all names in user-written packages.
2679
33e5cbd6
PA
26802008-08-13 Pedro Alves <pedro@codesourcery.com>
2681
2682 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2683 setting, and make it the default.
2684 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2685 non-stop script example.
2686
d0384fc4
TJB
26872008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2688
2689 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2690 reference to the "Using Different Register and Memory Data
2691 Representation" section.
2692
a6f3e723
SL
26932008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2694
2695 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2696 (Remote Protocol): Add Packet Acknowledgment to menu.
2697 (Overview): Mention +/- can be disabled, and point to new section
2698 where this is discussed in detail.
2699 (General Query Packets): Document QStartNoAckMode packet, and
2700 corresponding qSupported reply.
2701 (Packet Acknowledgment): New section.
2702
0606b73b
SL
27032008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2704 Pedro Alves <pedro@codesourcery.com>
2705
2706 * gdb.texinfo (Threads): Move paragraph about automatic thread
2707 selection to All-Stop Mode subsection.
2708 (Thread Stops): Reorganize existing material into subsections.
2709 Add introductory blurb and menu.
2710 (Non-Stop Mode): New subsection.
2711 (Background Execution): New subsection.
2712 (Maintenance Commands): Add cross-references from async mode
2713 commands to the new Background Execution section.
2714
d57a3c85
TJB
27152008-08-06 Tom Tromey <tromey@redhat.com>
2716
2717 * gdb.texinfo (Extending GDB): New chapter.
2718 (Sequences): Demoted chapter, now a section under the new
2719 Extending GDB chapter.
2720 (Python): New section.
2721
6d76a53d
SS
27222008-07-31 Stan Shebs <stan@codesourcery.com>
2723
2724 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2725
1f70da6a
SS
27262008-07-29 Stan Shebs <stan@codesourcery.com>
2727
2728 * gdbint.texinfo: General round of cleanup and minor
2729 clarifications.
2730 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2731 (Longjmp Support): Update description to reflect how it is done
2732 for targets without using native header.
2733 (Symbol Handling): Add a little more general explanation.
2734 (COFF, ELF): Mention stabs encapsulation.
2735 (DWARF 3): New section.
2736 (Adding a New Host): Scrub out some obsolete bits.
2737 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2738 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2739 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2740 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2741 SEEK_SET, STOP_SIGNAL, USG.
2742 (Raw and Virtual Register Representations): Ditto for
2743 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2744 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2745 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2746 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2747 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2748 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2749 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2750 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2751 DEPRECATED_USE_STRUCT_CONVENTION.
2752 Describe gdbarch_deprecated_fp_regnum.
2753 Update description of gdbarch_print_insn.
2754 (Adding a New Target): Scrub out obsolete bits.
2755 (Obsolete Conditionals): Remove entire section.
2756
383f836e
TT
27572008-07-25 Tom Tromey <tromey@redhat.com>
2758
2759 * observer.texi (GDB Observers): Document new observers:
2760 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2761 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2762 architecture_changed.
2763
cfd8ab24
SS
27642008-07-21 Stan Shebs <stan@codesourcery.com>
2765
2766 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2767 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2768
781b42b0
TT
27692008-07-21 Tom Tromey <tromey@redhat.com>
2770
2771 * observer.texi (GDB Observers): Remove obsolete comment.
2772 <executable_changed>: Remove argument.
2773
d7d9f01e
TT
27742008-07-18 Tom Tromey <tromey@redhat.com>
2775
2776 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2777
bf250677
DE
27782008-07-10 Doug Evans <dje@google.com>
2779
2780 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2781
10568435
JK
27822008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2783
2784 * gdb.texinfo (Starting): Document "set disable-randomization".
2785
5ae4183a
AS
27862008-07-07 Andreas Schwab <schwab@suse.de>
2787
2788 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2789
b56e7235
VP
27902008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2791
2792 * gdb.texinfo (GDB/MI Target Manipulation): Add
2793 example of -target-attach.
2794
e1ac3328
VP
27952008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2796
2797 * observer.texi (target_resumed): New observer.
5ae4183a 2798 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2799
65d12d83
TT
28002008-06-06 Tom Tromey <tromey@redhat.com>
2801
2802 * gdb.texinfo (Completion): Add field name example.
2803
fbc5282e
MK
28042008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2805
2806 * gdb.texinfo (GDB/MI Program Context): Added example
2807 to -exec-arguments
5ae4183a 2808
fbc5282e 28092008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2810
2811 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2812 annotation.
2813
c16158bc 28142008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2815 Nathan Sidwell <nathan@codesourcery.com>
2816 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2817
2818 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2819 and ACX_BUGURL.
2820 * configure: Regenerate.
2821 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2822 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2823 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2824 mailing-list-specific text about bug reporting unless
2825 BUGURL_DEFAULT.
2826
75c99385
PA
28272008-06-05 Pedro Alves <pedro@codesourcery.com>
2828
2829 * gdb.texinfo (-target-select): Remove reference to target async.
2830 (Maintenance Commands): Document "maint set/show remote-async".
2831
1763a388
MK
28322008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2833
2834 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2835 in -target-file-get section.
5ae4183a 2836
d0d064df
PA
28372008-05-22 Pedro Alves <pedro@codesourcery.com>
2838
9b562ab8
PA
2839 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2840 killing the inferior when it is already debugging a process.
d0d064df 2841
8dfa32fc
JB
28422008-05-21 Joel Brobecker <brobecker@adacore.com>
2843
2844 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2845 abbreviation for "finish".
2846
55f996a7
NR
28472008-05-21 Nick Roberts <nickrob@snap.net.nz>
2848
2849 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2850
ba2b1c56
DJ
28512008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2852
2853 * gdbint.texinfo (Target Conditionals): Delete entry for
2854 gdbarch_dwarf_reg_to_regnum.
2855
08388c79
DE
28562008-05-09 Doug Evans <dje@google.com>
2857
a3c83fae 2858 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2859
d14508fe
DE
28602008-05-05 Doug Evans <dje@google.com>
2861
2862 * gdb.texinfo (disassemble): Document /m modifier.
2863
e2b7ddea
VP
28642008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2865
5ae4183a
AS
2866 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2867 will not report the time of commands that run the target.
e2b7ddea 2868
8eb41542
VP
28692008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2870
2871 * gdb.texinfo (GDB/MI Output Records): Add
2872 missing semicolon.
2873
82f68b1c
VP
28742008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2875
2876 * gdb.texinfo (GDB/MI Output Records):
2877 Document =thread-create and =thread-exited.
2878
fa0f268d
VP
28792008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2880
2881 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2882 Remove mention of dmi-discuss.
fa0f268d 2883
063bfe2e
VP
28842008-05-03 Pedro Alves <pedro@codesourcery.com>
2885
2886 * observer.texi (thread_exit): New.
2887
237fc4c9
PA
28882008-05-02 Pedro Alves <pedro@codesourcery.com>
2889
2890 * gdb.texinfo (Debugging Output): Document "set/show debug
2891 displaced".
2892 (Maintenance Commands): Document "maint set/show
2893 can-use-displaced-stepping".
2894
0428b8f5
DJ
28952008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2896
2897 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2898 and set/show arm force-mode.
2899
5009afc5
AS
29002008-05-02 Andreas Schwab <schwab@suse.de>
2901
2902 * gdbint.texinfo (Algorithms): Describe
2903 target_watchpoint_addr_within_range.
2904
669fac23
DJ
29052008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2906
2907 * gdbint.texinfo (Stack Frames): New chapter.
2908 (Algorithms): Move Frames text to the new chapter.
2909 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2910 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2911
721c02de
VP
29122008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2913
5ae4183a
AS
2914 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2915 output does not necessary include any tokens.
721c02de 2916
c055b101
CV
29172008-04-22 Corinna Vinschen <vinschen@redhat.com>
2918
2919 * gdb.texinfo (Set SH Calling convention): New @item.
2920 (Show SH Calling convention): Ditto.
2921
68837c9d
MD
29222008-04-22 Markus Deuling <deuling@de.ibm.com>
2923
2924 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2925
2e9132cc
EZ
29262008-04-20 Eli Zaretskii <eliz@gnu.org>
2927
2928 * gdb.texinfo (Set Breaks): Mention that multiple location
2929 breakpoints need line number info. Add index entries.
2930
31fffb02
CS
29312008-04-19 Craig Silverstein <csilvers@google.com>
2932
2933 * gdb.texinfo (Requirements): Add an optional requirement on
2934 zlib.
2935 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2936 Compressed DWARF 2.
2937
a47ec5fe
AR
29382008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2939
2940 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2941 sample output for 'stopped,reason="breakpoint-hit"' message.
2942 (GDB/MI Program Execution): Likewise.
2943
de051565
MK
29442008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2945
5ae4183a 2946 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
2947 -var-set-format. Add -f option to -var-evaluate-expression.
2948
6ba66d6a
JB
29492008-04-03 Joel Brobecker <brobecker@adacore.com>
2950
2951 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2952 new node "Ambiguous Expressions". Replace references to this
2953 node by references to "Ambiguous Expressions" throughout.
2954 (Ambiguous Expressions): New node.
2955
1e26b4f8
DJ
29562008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2957
2958 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2959
b84876c2
PA
29602008-03-21 Pedro Alves <pedro@codesourcery.com>
2961
2962 * gdb.texinfo (Debugging Output): Document
2963 "set/show debug lin-lwp-async".
2964 (Maintenance Commands): Document "maint set/show linux-async".
2965
63092375
DJ
29662008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2967
2968 * gdb.texinfo (Expressions): Update description of malloced arrays.
2969
8e8901c5
VP
29702008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2971
2972 * gdb.texinfo (Thread Commands): Document
2973 -thread-info. Remove -thread-list-all-threads.
2974
1fddbabb
PA
29752008-03-14 Pedro Alves <pedro@codesourcery.com>
2976 Sandra Loosemore <sandra@codesourcery.com>
2977
2978 * gdb.texinfo (Library List Format): Update to mention the
2979 possibility to pass section addresses instead of segment
2980 addresses.
2981
ccd213ac
DJ
29822008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2983
2984 * gdb.texinfo (Starting): Document "set exec-wrapper".
2985 (Server): Document gdbserver --wrapper.
2986
fa4727a6
DJ
29872008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2988
2989 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2990 unreadable memory. Delete obsolete SPARClite reference.
2991
8edfe269
DJ
29922008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2993
2994 * gdb.texinfo (Starting): Mention always-running targets.
2995 (Target Commands): Add an anchor for load.
2996 (Connecting): Explain continue instead of run.
2997
1843f87b
DJ
29982008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2999
3000 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
3001
f9082629
NR
30022008-02-26 Nick Roberts <nickrob@snap.net.nz>
3003
3004 * gdb.texinfo (Set Breaks): Revert description of Enb column of
3005 breakpoint table.
3006
fd96d250
PA
30072008-02-19 Pedro Alves <pedro@codesourcery.com>
3008
3009 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
3010 killing the inferior when it is already debugging a process.
3011
36af4ef6
MD
30122008-02-13 Markus Deuling <deuling@de.ibm.com>
3013
3014 * gdbint.texinfo (Build Script): New section. Mention new build script
3015 gdb_buildall.sh.
3016
cda4ce5a
JB
30172008-02-01 Jim Blandy <jimb@red-bean.com>
3018
3019 * gdb.texinfo (Help): Summarize 'info args' correctly.
3020
4acd40f3
TJB
30212008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3022
3023 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
3024 available in PowerPC architecture.
3025 (Embedded Processors): Change node name of PowerPC item in menu.
3026 (PowerPC): Rename to...
3027 (PowerPC Embedded): this.
3028 (Architectures): Add new PowerPC item in menu.
3029 (PowerPC): New node.
3030
6e6c6f50
DJ
30312008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3032
3033 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
3034 commands.
3035
5ee187d7
DJ
30362008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3037
3038 * gdb.texinfo (Setting Catchpoints): Mention features
3039 supported on GNU/Linux.
3040
e275c0d9
NR
30412008-01-30 Nick Roberts <nickrob@snap.net.nz>
3042
3043 * gdb.texinfo (GDB/MI File Commands): Describe new output
3044 field for MI command -file-list-exec-source-file.
3045
2d717e4f
DJ
30462008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3047
3048 * gdb.texinfo (Using the `gdbserver' Program): Add security
3049 warning. Rearrange into subsections and subsubsections. Document
3050 --multi and --debug. Correct --with-sysroot typo. Update --attach
3051 usage. Make load reference clearer. Document monitor exit.
3052 (Remote Configuration): Document set remote exec-file, attach-packet,
3053 and run-packet.
3054 (Packets): Document vAttach and vRun.
3055
d35a4257 30562008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
3057
3058 * gdb.texinfo (Processes): Mention process command.
889bf7c5 3059 detach-on-follow -> detach-on-fork.
f663676d 3060
c78d192c
DJ
30612008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3062
3063 * gdbint.texinfo (Native Conditionals): Remove
3064 SHELL_COMMAND_CONCAT and SHELL_FILE.
3065
d35a4257
EZ
30662008-01-26 Eli Zaretskii <eliz@gnu.org>
3067
3068 * gdb.texinfo (Specify Location): Improve wording.
3069
93815fbf
VP
30702008-01-23 Chris Demetriou <cgd@google.com>
3071
3072 * gdb.texinfo (Threads): Document new "set print thread-events"
3073 and "show print thread-events" commands.
3074
2a25a5ba
EZ
30752008-01-19 Eli Zaretskii <eliz@gnu.org>
3076
3077 * gdb.texinfo (Specify Location): New section.
3078 (Delete Breaks, Edit, Set Breaks): Remove description of
3079 locations. Instead, add a reference to "Specify Location".
3080 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
3081 (Symbols): Refer to "Specify Location" for the valid forms of
3082 linespecs and locations.
3083
32c9a795
MD
30842008-01-18 Markus Deuling <deuling@de.ibm.com>
3085
3086 * gdbint.texinfo (Target Conditionals): Replace the description of
3087 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
3088
b17828ca
JB
30892008-01-12 Paul Hilfinger <hilfinger@adacore.com>
3090
3091 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
3092 about &&var, which is rejected by the expression parser.
3093
0aea4bf3
LM
30942008-01-09 Luis Machado <luisgpm@br.ibm.com>
3095
3096 * gdb.texinfo (Output): Update documentation on using printf with DFP
3097 types.
3098
febe4383
TJB
30992008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3100
3101 * gdb.texinfo (C and C++): Add Decimal Floating Point format
3102 subsubsection.
3103 (Decimal Floating Point format): New subsubsection.
3104
7a404eba
PA
31052008-01-05 Pedro Alves <pedro@codesourcery.com>
3106
3107 * gdb.texinfo (File Options): Remove mention of the attempt to
3108 open a core file with the -p option. Don't list -c as a valid
3109 option to attach to a process.
3110
a4d9b460
PA
31112008-01-05 Pedro Alves <pedro@codesourcery.com>
3112
3113 * gdbint.texinfo (Host Conditionals): Remove mention of
3114 ALIGN_STACK_ON_ENTRY.
3115
6ec2edbe
JB
31162008-01-05 Joel Brobecker <brobecker@adacore.com>
3117
3118 * gdbint.texinfo (Start of New Year Procedure): Add item
3119 describing how to update the source and documentation copyright
3120 notices.
3121
d8b2a693
JB
31222007-12-18 Jim Blandy <jimb@codesourcery.com>
3123
ab209b3a 3124 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
3125 watchpoint explanation into the main description of the watchpoint
3126 command; update synopses of 'watch', 'rwatch', and 'awatch'
3127 commands.
3128
8b4ed427
VP
31292007-12-18 Vladimir Prus <vladimir@codesourcery.com>
3130
3131 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3132 Document 'pending-breakpoints' feature of
3133 -list-features.
3134
37e4754d
LM
31352007-12-17 Luis Machado <luisgpm@br.ibm.com>
3136
669fac23 3137 * gdb.texinfo: Add new parameter's description.
37e4754d 3138
1d3811f6
DJ
31392007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3140
3141 * gdb.texinfo (Overview): Clarify run-length encoding
3142 example. Remove the restriction on "+" and "-" characters.
3143
c1c25a1a
EZ
31442007-12-15 Eli Zaretskii <eliz@gnu.org>
3145
3146 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3147
afe8ab22 31482007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3149
afe8ab22
VP
3150 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3151 the -f option for -break-insert, remove -r option,
3152 and clarify specification of location.
3153
a6b151f1
DJ
31542007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3155
3156 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3157 formatting.
3158 (Remote Debugging): Add File Transfer section.
3159 (Remote Configuration): Document Host I/O packets.
3160 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 3161 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
3162 (Packets): Add vFile.
3163
3b784c4f
EZ
31642007-11-17 Eli Zaretskii <eliz@gnu.org>
3165
3166 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3167 breakpoints with multiple locations.
3168 (Breakpoint Menus): Improve wording.
3169 (Output): Fix last change.
3170
a4ce5b0d
UW
31712007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3172
3173 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3174
1b39d5c0
DE
31752007-11-15 Doug Evans <dje@google.com>
3176
3177 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3178
7a72d44c
VP
31792007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3180
3181 * gdbint.texinfo (Native Conditionals): Remove
3182 mention of CLEAR_SOLIB.
5ae4183a 3183
6d1829bf 31842007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
3185
3186 * gdb.texinfo (Print Settings): Add documentation for "set/show
3187 print frame-arguments".
3188
1a619819
LM
31892007-11-05 Luis Machado <luisgpm@br.ibm.com>
3190
3b784c4f 3191 * gdb.texinfo (Output): Update printf command's description.
1a619819 3192
55eddb0f
DJ
31932007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3194
3195 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3196 powerpc soft-float".
3197
9cceb671
DJ
31982007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3199
3200 * gdb.texinfo (Files): Correct formatting. Mention Expat
3201 requirement.
3202 (Requirements for Building GDB): Expand the list of Expat
3203 uses.
3204 (Library List Format, Memory Map Format): Mention Expat.
3205 (Target Descriptions): Update Expat wording.
3206
83acabca
DJ
32072007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3208
3209 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3210 Document that gdbarch_convert_register_p should return zero for no-op
3211 conversions.
3212
e35879db
UW
32132007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3214
83acabca 3215 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
3216 of set_gdbarch_sofun_address_maybe_missing back to ...
3217 (Target Conditionals): ... here to fix build break.
3218
203c3895
UW
32192007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3220
83acabca 3221 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
3222 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3223 (Compiler Characteristics): ... documentation of
3224 set_gdbarch_sofun_address_maybe_missing.
3225
11411de3
DJ
32262007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3227
3228 * gdbint.texinfo (Target Conditionals): Use
3229 frame_unwind_register_unsigned in examples instead of
3230 frame_unwind_unsigned_register.
3231
7cc46491
DJ
32322007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3233
3234 * gdb.texinfo (Predefined Target Types): Add int128
3235 and uint128.
3236 (Standard Target Features): Add PowerPC features.
3237
81adfced
DJ
32382007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3239
3240 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3241
c1874924
UW
32422007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3243
3244 * gdbint.texi (Target Conditionals): Remove documentation
3245 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3246 gdbarch_extract_return_value, and gdbarch_store_return_value.
3247
f6e56ab3
UW
32482007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3249
3250 * gdbint.texi (Target Conditionals): Remove documentation of
3251 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3252
56cf5405
KH
32532007-10-11 Kazu Hirata <kazu@codesourcery.com>
3254
3255 * gdb.texinfo: Mention that inaccessible-by-default is on by
3256 default.
3257
35156bae
DJ
32582007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3259
3260 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3261
d983da9c
DJ
32622007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3263
3264 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3265 multi-threaded watchpoints.
3266 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3267 checked. Describe sticky notification. Expand description
3268 of steppable and continuable watchpoints.
3269 (Watchpoints and Threads): New subsection.
3270
fe6fbf8b
VP
32712007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3272
3273 * gdb.texinfo (Setting Breakpoints): Revise
3274 documentation for pending breakpoints. Document
3275 breakpoints with multiple locations.
5ae4183a 3276
084344da
VP
32772007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3278
3279 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3280 Document -list-features.
5ae4183a 3281
82160952
EZ
32822007-09-15 Eli Zaretskii <eliz@gnu.org>
3283
3284 * gdb.texinfo (Output): Spell out which features of C's printf are
3285 not supported by GDB's printf.
7e27a47a
EZ
3286 (Separate Debug Files): More accurate wording regarding build ID
3287 and a reference to the ld manual rather than the Fedora wiki.
82160952 3288
ea37ba09
DJ
32892007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3290 Jim Blandy <jimb@codesourcery.com>
3291
3292 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3293 (Examining Memory): Update mentions of the 's' format.
3294 (Automatic Display): Likewise.
3295
b8533aec
DJ
32962007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3297
3298 * gdb.texinfo: Update the FSF's Back-Cover Text.
3299
83f83d7f
JK
33002007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3301 Eli Zaretskii <eliz@gnu.org>
3302
3303 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3304 Fixed the ``build ID'' name. New binaries build instructions for the
3305 build ID inclusion. Explain how the commands are specific to the build
3306 ID vs. debug link.
3307
c7e83d54
EZ
33082007-09-01 Eli Zaretskii <eliz@gnu.org>
3309
3310 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3311 indexing for ``build ID'' support.
3312
d3750b24
JK
33132007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3314
3315 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3316 Enlisted BUILD ID to the debug file searching example.
3317 Included a BUILD ID `.note.gnu.build-id' section description.
3318 Updated/added the debug files splitting instructions for OBJCOPY.
3319
02142340
VP
33202007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3321
3322 * gdb.texinfo (Variable Objects): Adjust docs
3323 for -var-info-expression and document
3324 -var-info-path-expression.
3325
d3bdde98
JB
33262007-08-20 Jim Blandy <jimb@codesourcery.com>
3327
3fb6a982
JB
3328 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3329 (title page): Include the dedication in the printed manual, as a
3330 separate page after the copyright notice.
5ae4183a 3331
d3bdde98
JB
3332 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3333 don't break a @var across a line.
3334
c80a96a8
MR
33352007-07-25 Maciej W. Rozycki <macro@mips.com>
3336
3337 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3338 for include files.
3339
5824a901
NR
33402007-07-12 Nick Roberts <nickrob@snap.net.nz>
3341
3342 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3343 in annotate.texinfo.
3344 (Command History): Link to new node.
5824a901 3345
d52e7ea3
UW
33462007-07-05 Markus Deuling <deuling@de.ibm.com>
3347
3348 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3349
5fc14d0a
EZ
33502007-07-05 Eli Zaretskii <eliz@gnu.org>
3351
3352 * gdbint.texinfo (Target Conditionals): Fix last change.
3353
4a9bb1df
UW
33542007-07-03 Markus Deuling <deuling@de.ibm.com>
3355
3356 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3357 routines:
3358 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3359 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3360 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3361 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3362 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3363 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3364 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3365 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3366 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3367 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3368 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3369 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3370 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3371 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3372 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3373 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3374 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3375 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3376 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3377 (SOFTWARE_SINGLE_STEP_P)
3378
3379 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3380 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3381
3382 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3383 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3384 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3385 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3386 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3387 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3388 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3389 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3390 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3391 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3392
3393 (Converting an existing Target Architecture to Multi-arch): Remove
3394 section.
3395
3396 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3397 (gdbarch_addr_bits_remove): Add code example.
3398
3399 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3400
cfa9d6d9
DJ
34012007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3402
3403 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3404 Add other missing entries. Adjust the table size to fit.
3405 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3406 stop reasons including the new "library" event.
3407 (General Query Packets): Adjust table widths for qSupported. Mention
3408 qXfer:libraries:read reply to qSupported and document the new packet.
3409 (Library List Format): New section.
3410
159fcc13
JK
34112007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3412
3413 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3414
f66d1690
MS
34152007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3416
3417 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3418
67102876
NR
34192007-06-25 Nick Roberts <nickrob@snap.net.nz>
3420
3421 * gdbint.texinfo (Register and Memory Data): Break sections
3422 into nodes and add a menu.
3423
a4642986
MR
34242007-06-21 Maciej W. Rozycki <macro@mips.com>
3425
3426 * gdb.texinfo (Examining Memory): Document the new behaviour.
3427
e9c17194
VP
34282007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3429
3430 * gdb.texinfo (Standard Target Features): Document
3431 m68k features.
3432
31d99776
DJ
34332007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3434
3435 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3436
1780a0ed
DJ
34372007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3438
3439 * gdb.texinfo (Target Description Format): Add version attribute
3440 for <target>.
3441
822b6570
DJ
34422007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3443
3444 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3445
f8b73d13
DJ
34462007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3447
3448 * gdb.texinfo (MIPS Features): New subsection.
3449
0e7f50da
UW
34502007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3451 Markus Deuling <deuling@de.ibm.com>
3452
3453 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3454 and qXfer:spu:write packets and mention them under qSupported.
3455
23d964e7
UW
34562007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3457 Markus Deuling <deuling@de.ibm.com>
3458
3459 * gdb.texinfo (Architectures): Add new SPU section to document
3460 Cell Broadband Engine SPU architecture specific commands.
3461
9f708cb2
VP
34622007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3463
3464 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3465 comments.
3466
7579b5f8
NR
34672007-06-07 Nick Roberts <nickrob@snap.net.nz>
3468
3469 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3470
bf06d120
JB
34712007-05-29 Jim Blandy <jimb@codesourcery.com>
3472
3473 * gdb.texinfo (Overview): Doc fix.
3474
23776285
MR
34752007-05-22 Maciej W. Rozycki <macro@mips.com>
3476
3477 * gdb.texinfo (Remote Configuration): Document "set/show
3478 remoteflow".
3479
1a69e1e4
DJ
34802007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3481
bf06d120
JB
3482 * gdb.texinfo (MIPS): Remove documentation for set mips
3483 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3484 stack-arg-size.
1a69e1e4 3485
46ba6afa 34862007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3487
46ba6afa
BW
3488 * all-cfg.texi (GDBTUI): New.
3489 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3490 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3491 (TUI Configuration): Edit to improve clarity and fix problems of
3492 both style and content.
5ae4183a 3493
06d3b283
UW
34942007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3495
3496 * observer.texi (GDB Observers): New observer "new_objfile".
3497
179101d6
UW
34982007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3499
3500 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3501
25d5ea92
VP
35022007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3503
3504 * gdb.texinfo (GDB/MI Variable Objects): Document
3505 frozen variables objects.
5ae4183a 3506
ea35711c
DJ
35072007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3508
3509 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3510 (Character Sets, Caching Data of Remote Targets): Likewise.
3511 (Targets): Delete Remote node. Move its text...
3512 (Debugging Remote Programs): ...to here. Delete description
3513 of the "remote" command.
3514 (Remote configuration): Delete description of "set remotedevice"
3515 and "show remotedevice".
3516 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3517
db2e3e2e
BW
35182007-04-11 Bob Wilson <bob.wilson@acm.org>
3519
5ae4183a
AS
3520 * gdb.texinfo (Contributors, Continuing and Stepping)
3521 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3522 (General Query Packets, File-I/O Remote Protocol Extension)
3523 (Protocol Basics, The F Reply Packet, Write)
3524 (Protocol-specific Representation of Datatypes, Memory Transfer):
3525 Fix hyphenation, punctuation and grammar problems.
3526 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3527 'section' instead of 'subsection' in the text.
3528 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3529 (i386): Remove period from section name.
db2e3e2e
BW
3530 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3531 (Config Names, Configure Options): Use @file{configure}.
3532
8a3dae3e
DJ
35332007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3534
3535 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3536 and tab expansion.
3537
1a92f856
DJ
35382007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3539
3540 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3541
79a6e687 35422007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3543
79a6e687
BW
3544 * gdb.texinfo: Consistently capitalize all significant words in
3545 node names, chapter titles, section titles, and headings. Update
3546 cross references to match.
3547 (Starting and Stopping Trace Experiment): Make node name plural.
3548 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3549
ad527d2e
PA
35502007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3551
3552 * gdb.texinfo (WinCE): Delete obsolete subsection.
3553
7ce59000
DJ
35542007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3555
3556 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3557 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3558 references.
3559
8807d78b
DJ
35602007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3561
3562 * gdb.texinfo (Startup): Delete references to some alternate
3563 names for .gdbinit.
3564 (Thread): Remove LynxOS reference.
3565 (Tandem ST2000): Delete target-specific documentation.
3566 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3567 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3568 and GDB_OSABI_LYNXOS.
3569
5f402660
UW
35702007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3571
3572 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3573
bac718a6
UW
35742007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3575
3576 * gdbint.texinfo (Target Conditionals): Remove mention of
3577 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3578 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3579
9453113a
DJ
35802007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3581
3582 * Makefile.in: Add "pdfdir" installation
3583 directory, PDFTEX macro, support for "install-pdf" target,
3584 and rules for making a pdf version of refcard.texi.
3585 * refcard.tex: Specify paper size for PDF output.
3586
ae21e955 35872007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3588
ae21e955 3589 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3590
3f94c067 35912007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3592
3f94c067
BW
3593 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3594 (Source Path, Character Sets, Macros, Define)
3595 (GDB/MI Result Records, GDB/MI Simple Examples)
3596 (GDB/MI Program Execution, GDB/MI File Commands)
3597 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3598 (Bug Reporting): Use @value{GCC}.
5ae4183a 3599
12c27660 36002007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3601
12c27660
BW
3602 * gdb.texinfo (Help): Fix formatting of examples.
3603 (Variables): Use @ifnotinfo instead of @iftex.
3604 (Non-debug DLL symbols): Use @ref instead of @pxref.
3605 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3606
ce9341a1
BW
36072007-03-26 Bob Wilson <bob.wilson@acm.org>
3608
3609 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3610
c8f4133a
BW
36112007-03-26 Bob Wilson <bob.wilson@acm.org>
3612
3613 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3614 the order of the nodes.
3615 (C Operators, C Constants, Debugging C): Remove extra menus.
3616 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3617
c8f4133a 36182007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3619
3620 * gdb.texinfo (File Options): Add missing parenthesis.
3621 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3622
c74d0ad8
DJ
36232007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3624
3625 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3626
ff6f572f
DJ
36272007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3628
669fac23 3629 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3630 case insensitivity.
3631 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3632
994337c3
NR
36332007-02-18 Nick Roberts <nickrob@snap.net.nz>
3634
3635 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3636 (Files): Add section name to argument list for pxref.
3637 (Non-debug DLL symbols): Don't use `see' for pxref.
3638 (Embedded Processors): Fix typo.
3639 (GDB/MI Breakpoint Commands): Execution commands generate
3640 *stopped not ^done.
3641
eb819d70
NR
36422007-02-13 Nick Roberts <nickrob@snap.net.nz>
3643
3644 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3645 values for in_scope. Mention that only root variables can be
3646 updated.
3647 (GDB/MI Development and Front Ends): Explain new values may be
3648 added to existing fields.
3649
123dc839
DJ
36502007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3651
3652 * gdb.texinfo (-target-disconnect): Use @smallexample.
3653 (Requirements): Add anchor for Expat. Update description.
3654 (Target Descriptions): Mention Expat.
3655 (Target Description Format): Document new elements. Use
3656 @smallexample.
3657 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3658 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3659
108546a0
DJ
36602007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3661
3662 * gdb.texinfo (Target Description Format): Add section on XInclude.
3663
95a98c01
NR
36642006-02-03 Nick Roberts <nickrob@snap.net.nz>
3665
3666 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3667 command -enable-timings.
3668
f4b3909f
EZ
36692007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3670
5ae4183a 3671 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3672 descriptions for new/deleted elements in gdb_osabi. Add missing
3673 description for function generic_elf_osabi_sniff_abi_tag_sections.
3674
c7ba131e
JB
36752007-01-29 Joel Brobecker <brobecker@adacore.com>
3676
3677 * gdb.texinfo (Maintenance Commands): Add documentation for
3678 the new "maint print target-stack" command.
3679
3a60f64e
JK
36802007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3681 Eli Zaretskii <eliz@gnu.org>
3682
f4b3909f 3683 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3684
c582f8b6
EZ
36852007-01-26 Eli Zaretskii <eliz@gnu.org>
3686
3687 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3688 Use @value{NGCC} instead of @value{GCC}.
3689
d3e8051b
EZ
36902007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3691
3692 * agentexpr.texi: Fix typos.
3693 * annotate.texinfo: Likewise.
3694 * gdb.texinfo: Likewise.
3695 * gdbint.texinfo: Likewise.
3696 * observer.texi: Likewise.
3697 * stabs.texinfo: Likewise.
3698
86f04699
EZ
36992007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3700
3701 * gdbint.texinfo (Support Libraries): Remove mmalloc
3702 entry. Describe readline library.
3703
23181151
DJ
37042007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3705
3706 * gdb.texinfo (Target Descriptions): New section.
3707 (General Query Packets): Add QPassSignals anchor. Mention
3708 qXfer:features:read under qSupported. Expand mentions of
3709 qXfer:memory-map:read and QPassSignals. Document
3710 qXfer:features:read.
3711
f822c95b
DJ
37122007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3713
3714 * gdb.texinfo (Commands to specify files): Describe
3715 "set sysroot" and "show sysroot".
3716 (Using the `gdbserver' program): Lowercase argument
3717 to @var. Expand description of setting up GDB on the
3718 host.
3719
8936fcda
JB
37202007-01-05 Joel Brobecker <brobecker@adacore.com>
3721
3722 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3723 catch exception, catch exception unhandled, and catch assert
3724 commands.
3725
e776119f
DJ
37262007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3727
3728 * gdb.texinfo (Debugging Output): Document "set debug xml"
3729 and "show debug xml".
3730
aa79a185
DJ
37312007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3732
3733 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3734
7f893741
JB
37352007-01-01 Joel Brobecker <brobecker@adacore.com>
3736
3737 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3738
a1b5960f
VP
37392006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3740
3741 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3742 note in @ignore, to be removed later if nobody complains.
3743
9f470e6e
NR
37442006-12-04 Nick Roberts <nickrob@snap.net.nz>
3745
3746 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3747 of -var-delete.
3748
765dc015 37492006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3750
765dc015 3751 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3752 automatic software/hardware breakpoint usage and
3753 the "set breakpoint auto-hw" command.
765dc015 3754
4b5752d0
VP
37552006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3756
3757 * gdb.texinfo (Memory Access Checking): New.
3758
89be2091
DJ
37592006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3760
3761 * gdb.texinfo (Remote configuration): Mention
3762 "pass-signals-packet".
3763 (General Query Packets): Document QPassSignals. Fix
3764 a typo.
3765
ca3bf3bd
DJ
37662006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3767
3768 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3769
427c3a89
DJ
37702006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3771
3772 * gdb.texinfo (Remote configuration): Rewrite documentation for
3773 packet configuration commands.
3774 (OS Information): Adjust reference to qXfer:auxv:read.
3775 (General Query Packets): Remove references to read-aux-vector-packet
3776 and set remote get-thread-local-storage-address.
3777
7a107747
DJ
37782006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3779
3780 * gdbint.texinfo (Target Architecture Definition): Add new
3781 Initializing a New Architecture section.
3782
1c56eb0e
EZ
37832006-10-31 David Taylor <dtaylor@emc.com>
3784
3785 * stabs.texinfo (Macro define and undefine): New node describing
3786 stabs for #define and #undef.
3787
f73adfeb
AS
37882006-10-27 Andreas Schwab <schwab@suse.de>
3789
3790 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3791
fd60e0df
EZ
37922006-10-21 Eli Zaretskii <eliz@gnu.org>
3793
3794 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3795 clarify on the possible meanings of ``expression'' watched by
3796 watchpoints. Add indexing.
e5ac9b53
EZ
3797 (Prompting, Errors, Invalidation, Annotations for Running)
3798 (Source Annotations): Fix index entries by adding "annotation" to
3799 them, to discriminate from index entries that point to the more
3800 general topic descriptions.
fd60e0df 3801
52bb452f
DJ
38022006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3803
3804 * gdbint.texinfo (Target Vector Definition): Move most
3805 content into Existing Targets. Add a menu.
3806 (Existing Targets): New section, moved from Target Vector
3807 Definition. Use @subsection.
3808 (Managing Execution State): New section.
3809
58955e58
BW
38102006-10-16 Bob Wilson <bob.wilson@acm.org>
3811
3812 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3813
c8aa23ab
EZ
38142006-10-15 Eli Zaretskii <eliz@gnu.org>
3815
3816 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3817 (Command Syntax, Signals, Backtrace, Connecting)
3818 (Remote configuration, Renesas Boards, Console I/O): Fix last
3819 change: use Ctrl- instead of C-, except wrt Emacs.
3820 (File-I/O Examples): Put Ctrl-c in @kbd.
3821 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3822 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3823 (Signals, Set Breaks, Set Watchpoints): Document optional
3824 arguments to `info signals' `handle', `info breakpoints', and
3825 `info watchpoints'.
c8aa23ab 3826
e7109c7e
EZ
38272006-10-14 Eli Zaretskii <eliz@gnu.org>
3828
3829 * gdb.texinfo (Backtrace): Fix last change.
3830
de3aea7b
NR
38312006-10-14 Nick Roberts <nickrob@snap.net.nz>
3832
3833 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3834
7f9087cb
BW
38352006-10-10 Bob Wilson <bob.wilson@acm.org>
3836
c8aa23ab
EZ
3837 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3838 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3839 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3840
68437a39
DJ
38412006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3842 Daniel Jacobowitz <dan@codesourcery.com>
3843
3844 * gdb.texinfo (Packets): Document vFlashErase,
3845 vFlashWrite and vFlashDone packets.
3846 (General Query Packets): Document qXfer:memory-map:read.
3847 Add a new feature for qXfer:memory-map:read.
3848 (Memory map format): New section.
3849 (Target Commands): Mention that gdb can write flash.
3850
fd79ecee
DJ
38512006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3852 Daniel Jacobowitz <dan@codesourcery.com>
3853
3854 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3855 memory regions and "mem auto".
3856
350da6ee
DJ
38572006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3858
3859 * gdbint.texinfo (Array Containers): New section.
3860
2f1acb09
VP
38612006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3862
3863 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3864 -stack-list-arguments HIGH_FRAME argument can be larger then the
3865 actual number of frames.
3866
2ab1eb7a
VP
38672006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3868
3869 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3870 -stack-list-locals HIGH_FRAME argument can be larger then the
3871 actual number of frames.
2ab1eb7a 3872
599b237a
BW
38732006-09-02 Bob Wilson <bob.wilson@acm.org>
3874
3875 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3876 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3877
25ab7e6d
EZ
38782006-09-02 Eli Zaretskii <eliz@gnu.org>
3879
3880 * gdbint.texinfo (Overall Structure): New section "Source Tree
3881 Structure".
3882
940178d3
JB
38832006-08-17 Jim Blandy <jimb@codesourcery.com>
3884
3885 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3886 responses.
3887
30daae6c
JB
38882006-08-08 Joel Brobecker <brobecker@adacore.com>
3889
3890 * gdb.texinfo (Source Path): Add documentation for new
3891 substitute-path commands.
3892
7fa2210b
DJ
38932006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3894
3895 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3896 (Running Configure): ...here.
3897 (Requirements): New node. Mention expat.
3898
3d00d119
DJ
38992006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3900
5ae4183a 3901 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
3902 'set download-write-size' and 'show download-write-size'.
3903
0cbfa4ee
DJ
39042006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3905
3906 * stabs.texinfo (Member Type Descriptor): Correct example for
3907 pointer to member types.
3908
16026cd7
AS
39092006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3910
3911 * gdb.texinfo (Optional warnings and messages): Add
3912 'set/show trace-commands'.
3913 (Command files): Add '-v' to source command.
3914
0876f84a
DJ
39152006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3916
3917 * gdb.texinfo (OS Information): Update qPart reference to
3918 qXfer.
3919 (Remote configuration): Likewise.
3920 (Overview): Move @cindex to the start of a paragraph. Talk
3921 about binary data encoding.
3922 (Packets): Refer to the overview for the details of the X
3923 packet encoding.
3924 (General Query Packets): Remove qPart description. Add qXfer
3925 description. Add an anchor to qSupported. Correct feature
3926 table title. Add a new feature for qXfer:auxv:read.
3927 (Interrupts): Add a missing parenthesis.
3928
2ec3381a
DJ
39292006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3930
669fac23 3931 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
3932 (GDB/MI Kod Commands): Remove commented out node.
3933
594fe323
EZ
39342006-07-01 Eli Zaretskii <eliz@gnu.org>
3935
3936 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3937 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3938 (GDB/MI Thread Commands, GDB/MI Program Execution)
3939 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3940 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3941 (GDB/MI File Commands, GDB/MI Target Manipulation)
3942 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3943 since the MI prompt is hard-wired into the code.
3944
7e3fb70c
NR
39452006-07-01 Nick Roberts <nickrob@snap.net.nz>
3946
3947 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3948 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3949 (GDB/MI Data Manipulation): Remove description of unimplemented
3950 display related commands as variable objects perform this function
3951 and are superior: -display-delete, -display-disable,
3952 -display-enable, -display-insert and -display-list. Move
3953 -environment-cd, -environment-directory, -environment-path
3954 and -environment-pwd to "Program Context".
3955 (GDB/MI Program Control): Rename to "Program Execution". Move
3956 -exec-arguments -exec-abort to...
3957 (GDB/MI Program Context): ...here. New node split from "Data
3958 Manipulation".
3959
be2a5f71
DJ
39602006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
3961
3962 * gdb.texinfo (Remote configuration): Document set / show
3963 remote supported-packets.
3964 (General Query Packets): Document qSupported packet.
3965
fc320d37
SL
39662006-06-10 Sandra Loosemore <sandra@codesourcery.com>
3967
3968 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3969 and font markup.
3970 (Protocol basics): Likewise.
3971 (The F request packet): Likewise.
3972 (The F reply packet): Likewise.
3973 (Memory transfer): Move this node to be a subsubsection of
3974 "Protocol specific representation of datatypes".
3975 (The Ctrl-C message): More copy editing.
3976 (Console I/O): Likewise.
3977 (The isatty call): Delete this node, and merge its content into
3978 the "isatty" node. Fixed references elsewhere.
3979 (The system call): Delete this node, and merge its content into
3980 the "system" node. Fixed references elsewhere.
3981 (open): Reformat to use @table, and add appropriate font markup.
3982 (close): Likewise.
3983 (read): Likewise.
3984 (write): Likewise.
3985 (lseek): Likewise.
3986 (rename): Likewise.
3987 (unlink): Likewise.
3988 (stat/fstat): Likewise.
3989 (gettimeofday): Likewise.
3990 (isatty): Likewise.
3991 (system): Likewise, plus minor changes to fix confusing wording.
3992 (Integral datatypes): Fix font markup.
3993 (Pointer values): Likewise.
3994 (struct stat): Fix markup to use @table, plus minor copy editing.
3995 (struct timeval): Fix font markup, plus minor copy editing.
3996 (Constants): Minor copy editing.
3997 (Errno values): Add font markup.
3998 (File-I/O Examples): Likewise.
3999
158fdf5c
NR
40002006-06-10 Nick Roberts <nickrob@snap.net.nz>
4001
4002 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
4003 (GDB/MI Simple Examples): Move node up one level. Use real
4004 examples.
4005 (GDB/MI Compatibility with CLI): Update.
4006 (GDB/MI Result Records): Add "connected" and "exit" result
4007 classes.
4008 (GDB/MI Stream Records): Clarify target output.
4009 (GDB/MI Command Description Format): Modify example description.
4010 (GDB/MI Breakpoint Table Commands): Rename to...
4011 (GDB/MI Breakpoint Commands): ...this
4012 (GDB/MI Breakpoint Commands): Add optional thread field.
4013 (GDB/MI Program Control): Add an introduction. Move "Program
4014 termination" examples into exec-run description.
4015 (GDB/MI File Commands): Mention similar CLI commands.
4016 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
4017 is similar to "-gdb-version".
4018
ddb50cd7
EZ
40192006-06-09 Eli Zaretskii <eliz@gnu.org>
4020
4021 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
4022
2aef0d6b
NR
40232006-06-02 Nick Roberts <nickrob@snap.net.nz>
4024
4025 * gdb.texinfo (GDB/MI Development and Front Ends): Use
4026 sourceware.org for mailing lists.
d5e40d59 4027 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 4028
383a5c52
NR
40292006-06-01 Nick Roberts <nickrob@snap.net.nz>
4030
d5e40d59 4031 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 4032
e16b02ee
EZ
40332006-05-22 Eli Zaretskii <eliz@gnu.org>
4034
4035 * gdb.texinfo (Cygwin Native): Fix last change.
4036
be90c084
CF
40372006-05-22 Christopher Faylor <cgf@timesys.com>
4038
4039 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
4040
347ceba5
NR
40412006-05-15 Nick Roberts <nickrob@snap.net.nz>
4042
4043 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
4044 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
4045
369af7bd
DJ
40462006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4047
4048 * gdb.texinfo (General Query Packets): Recommend not starting
4049 new packets with qC and clarify.
4050
2ffdbde8 40512006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
4052
4053 * gdb.texinfo (M2 Types): New section.
72019c9c 4054
16d1a084
DJ
40552006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
4056
4057 * agentexpr.texi: Add a copyright and license notice.
4058 * observer.texi: Likewise, with GPL clause for function prototypes.
4059 Remove trailing whitespace.
4060
aa56d27a
JB
40612006-05-05 Jim Blandy <jimb@codesourcery.com>
4062
4063 * gdb.texinfo (General Query Packets): Document conventions for
4064 terminating packet names, and their violations.
4065
5bdf8622
DJ
40662006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4067
4068 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
4069 * gdb.texinfo: Likewise.
4070
605a56cb
DJ
40712006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4072
4073 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
4074 and "show remotedebug".
4075 (Debugging Output): Add additional index entries.
4076
b8db102d
MS
40772006-04-27 Michael Snyder <msnyder@redhat.com>
4078
4079 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
4080
c5e30d01
AC
40812006-04-22 Andrew Cagney <cagney@redhat.com>
4082
4083 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
4084 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
4085
8181d85f
DJ
40862006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
4087
4088 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
4089 and remove breakpoint prototypes.
4090 (Watchpoints): Move description of target_insert_hw_breakpoint and
4091 target_remove_hw_breakpoint ...
4092 (Breakpoints): ... to here. Document target_insert_breakpoint and
4093 target_remove_breakpoint.
4094
4f553f88
JB
40952006-04-17 Jim Blandy <jimb@codesourcery.com>
4096
4097 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
4098 and C packets are optional.
4099
cd852561
FR
41002006-04-14 Frederic Riss <frederic.riss@st.com>
4101
4102 * gdb.texinfo (Specifying source directories): Update the description
4103 of the source file search to reflect the fact that the source path
4104 always contains at least $cdir and $cwd.
4105
b620eb07
MS
41062006-03-31 Michael Snyder <msnyder@redhat.com>
4107
4108 * gdb.texinfo: Update copyright dates.
4109
3156cdaf
EZ
41102006-03-31 Eli Zaretskii <eliz@gnu.org>
4111
4112 * gdb.texinfo (Overview): Add an index entry to "empty response".
4113
7d30c22d
JB
41142006-03-28 Jim Blandy <jimb@codesourcery.com>
4115
4116 * gdbint.texinfo (Prologue Analysis): New section.
4117
86941c27
JB
41182006-03-07 Jim Blandy <jimb@red-bean.com>
4119
66b8c7f6
JB
4120 * gdb.texinfo (Connecting): Document 'target remote pipe'.
4121
1a10341b
JB
4122 * gdb.texinfo (Target Commands): Update text describing how to
4123 specify a target. Refer to the detailed section on remote
4124 debugging, not the brief mention.
4125
86941c27
JB
4126 * gdb.texinfo (Connecting): Organize the different 'target remote'
4127 connection methods into a table. Add a 'target remote' index
4128 entry. (!!!)
4129
62f3a2ba
FF
41302006-02-17 Fred Fish <fnf@specifix.com>
4131
4132 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4133 'ptype' commands to reflect the fact that the only significant
4134 difference between them is that ptype prints the complete type
4135 description instead of just the name.
4136
8b9a88ea
WZ
41372006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
4138
4139 * gdbint.texinfo (Watchpoints): Delete
4140 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4141
7e8dc855
NR
41422006-02-10 Nick Roberts <nickrob@snap.net.nz>
4143
4144 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4145 times fields where needed. Fix typos. Update general form given
4146 for output of -break-insert.
4147 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4148
c91d38aa
DJ
41492006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
4150
4151 * gdbint.texinfo (Symbol Handling): Add a section
4152 on memory management.
4153
38fcd64c
DJ
41542006-02-06 Vladimir Prus <ghost@cs.msu.su>
4155
4156 * gdb.texinfo (Breakpoint table commands): Document the fullname
4157 field in -break-list output.
4158
219eec71
EZ
41592006-02-03 Eli Zaretskii <eliz@gnu.org>
4160
4161 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4162 debugging information produced by the various "set debug..."
4163 options.
4164
ae5a43e0
DJ
41652006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4166
4167 * gdb.texinfo (Files): Remove obsolete bits from the description
4168 of "symbol-file".
4169
a9f158ec
JB
41702006-01-25 Jim Blandy <jimb@redhat.com>
4171
4172 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4173
410dd08e
JB
41742006-01-24 Jim Blandy <jimb@redhat.com>
4175
4176 * gdbint.texinfo (Frames): Document the basics of GDB's register
4177 unwinding model, and explain the existence of the "sentinel" frame.
4178
4b505b12
AS
41792006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4180
4181 * gdb.texinfo (Choosing files): Mention that -directory is used
4182 for script files.
4183 (Specifying source directories): Likewise.
4184 (Command files): Explain how script files are found.
4185
839c27b7
EZ
41862006-01-21 Eli Zaretskii <eliz@gnu.org>
4187
4188 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4189 the threads in a multi-threaded program.
4190 (Threads): The threadno argument of "thread apply" can be a range
4191 of numbers.
4192
7be93b9e
JB
41932006-01-18 Jim Blandy <jimb@redhat.com>
4194
4195 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4196 of warning flags.
4197
fcc73fe3
EZ
41982006-01-13 Eli Zaretskii <eliz@gnu.org>
4199
4200 * gdb.texinfo (Sequences): Improve menu annotations.
4201 (Define): Add index entries for arguments of user-defined
4202 commands. Move the description of flow-control commands...
4203 (Command Files): ...to here. Document loop_break and
4204 loop_continue.
ca91424e
EZ
4205 (Define, Command Files): Document `end' and add index entries for
4206 it.
fcc73fe3 4207
5c95884b
MS
42082006-01-04 Michael Snyder <msnyder@redhat.com>
4209
4210 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 4211 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 4212
860701dc
PH
42132006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4214
4215 * gdb.texinfo (Omissions from Ada): Document that there is now
4216 limited aggregate support.
4217
36b80e65
EZ
42182005-12-28 Eli Zaretskii <eliz@gnu.org>
4219
4220 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4221 registers and the likes.
4222
c1468174
EZ
42232005-12-24 Eli Zaretskii <eliz@gnu.org>
4224
4225 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4226 (Symbols): Fix usage of "e.g.".
359df76b 4227 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
4228
4229 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4230 (Coding): Fix usage of "e.g.".
4231
c02a867d
EZ
42322005-12-23 Eli Zaretskii <eliz@gnu.org>
4233
5ae4183a
AS
4234 * stabs.texinfo:
4235 * refcard.tex:
c02a867d 4236 * gpl.texi:
5ae4183a
AS
4237 * gdbint.texinfo:
4238 * gdb.texinfo:
4239 * gdb-cfg.texi:
c02a867d 4240 * fdl.texi:
5ae4183a
AS
4241 * annotate.texinfo:
4242 * all-cfg.texi:
c02a867d
EZ
4243 * Makefile.in: Add (C) after Copyright. Update the FSF
4244 address.
4245
fad38dfa
EZ
42462005-12-03 Eli Zaretskii <eliz@gnu.org>
4247
4248 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4249 extend GDB with commands for external monitor.
4250
53e5f3cf
AS
42512005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4252
4253 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4254
55f6ca0f
JB
42552005-11-25 Joel Brobecker <brobecker@adacore.com>
4256
4257 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4258
c1947b85
JB
42592005-11-21 Jim Blandy <jimb@redhat.com>
4260
4261 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4262 placement of 'R' actions in tracepoint action packets; document
4263 dependence of 'X' and 'M' actions on a preceding 'R' action for
4264 their registers.
4265
9d29849a
JB
42662005-11-19 Jim Blandy <jimb@redhat.com>
4267
4268 * gdb.texinfo (Tracepoint Packets): New node.
4269 (General Query Packets): Add entries for the tracepoint packets,
4270 referring to the "Tracepoint Packets" node.
4271 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4272
9a6253be
KB
42732005-11-18 Kevin Buettner <kevinb@redhat.com>
4274
4275 * gdb.texinfo (set remotebreak): Add anchor.
4276 (X packet): Likewise.
4277 (Remote Protocol): Add new section `Interrupts' and new index
4278 entry `interrupts (remote protocol)'.
4279
5f3bebba
JB
42802005-11-18 Jim Blandy <jimb@redhat.com>
4281
4282 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4283 entries into the General Query Packets section. Add a
4284 cross-reference to that section. Drop description of replies, as
4285 these are covered in the descriptions of each packet.
4286 (General Query Packets): Add introductory text. Explain naming
4287 conventions, and how the end of a name is recognized.
4288
9a7a1b36
KB
42892005-11-17 Kevin Buettner <kevinb@redhat.com>
4290
0564b6cf 4291 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4292 "set remotebreak" command.
4293
b8ff78ce
JB
42942005-11-16 Jim Blandy <jimb@redhat.com>
4295
4296 * gdb.texinfo (Packets, Stop Reply Packets)
4297 (General Query Packets): Various formatting cleanups.
4298 - Use @samp for packet contents.
4299 - Drop summaries from packet @item lines; the same information appears
4300 immediately below in the description.
4301 - Delete paragraph breaks after packet @item commands, so that the
4302 description appears directly to the right of the packet prototype
4303 in the printed manual, if it fits.
4304 - Place spaces in packet prototypes between @vars and non-@var
4305 letters, and explain that they're just for formatting.
4306 - Use @dots{} instead of '...'.
4307 - Fix uses of @code where @var was needed.
4308 - Replace "deprecated" markers with English text spelling out the
4309 packet's status and the preferred alternatives.
4310 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4311 what this ever meant.
4312 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4313 this for a long time.
4314 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4315 implemented several times, and have been in use for years.
4316
8ffe2530
JB
43172005-11-15 Jim Blandy <jimb@redhat.com>
4318
c43c5473
JB
4319 * gdb.texinfo (Packets): Add index entries for 'm' packet
4320 disclaimers.
5ae4183a 4321
fb031cdf
JB
4322 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4323 of stub when processing an 'm' packet.
4324
8ffe2530
JB
4325 * gdb.texinfo (Packets): Mention that packets beginning with
4326 letters are reserved once, at the top, instead of actually listing
4327 them all and saying "reserved".
4328
c03c782f
AS
43292005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4330
4331 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4332 Change @var{$arg0 to @code{$arg0.
4333
814e32d7
WZ
43342005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4335
4336 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4337
fa93a9d8
JB
43382005-11-12 Jim Blandy <jimb@redhat.com>
4339
4340 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4341 order. Remove extraneous 'z'.
4342
8a5a3c82
AS
43432005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4344
4345 * gdb.texinfo (Choosing files): Add --eval-command.
4346
4b0ad762
AS
43472005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4348
4349 * gdb.texinfo (Choosing modes): Add --return-child-result.
4350
4351
1a088d06
AS
43522005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4353
4354 * gdb.texinfo (Choosing modes): Add --batch-silent.
4355
656d5e12
EZ
43562005-10-28 Eli Zaretskii <eliz@gnu.org>
4357
4358 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4359 "The -var-update Command".
4360
3c9c013a
JB
43612005-10-03 Joel Brobecker <brobecker@adacore.com>
4362
4363 * gdb.texinfo (Print Settings): Add documentation for set/show
4364 print array-indexes.
4365
7ba3cf9c
DJ
43662005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4367
4368 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4369 6.2 and 6.3.
4370
a94ab193
EZ
43712005-08-27 Eli Zaretskii <eliz@gnu.org>
4372
4373 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4374 since 19-Jan-2004.
4375 (Files): Likewise.
ab1adacd
EZ
4376 (Variables, Symbols): Document the "<incomplete type>" message and
4377 its reasons.
a94ab193 4378
ca06016a
FF
43792005-08-01 Fred Fish <fnf@specifix.com>
4380
4381 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4382
cf58170d
NR
43832005-07-15 Nick Roberts <nickrob@snap.net.nz>
4384
4385 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4386 option for -var-list-children and -var-update.
4387 (GDB/MI Stack Manipulation): Simplify description of
4388 print-values option for -stack-list-locals.
4389 (GDB/MI Command Description Format): Clarify.
4390 (Mode Options): Spelling of superseded.
4391
38f1196a
BR
43922005-07-12 Bob Rossi <bob@brasko.net>
4393
4394 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4395 corresponding GDB command comment.
4396
3cb3b8df
BR
43972005-07-06 Bob Rossi <bob@brasko.net>
4398
4399 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4400 and -inferior-tty-show.
4401 (Input/Output): Document "set/show inferior-tty" and tty alias.
4402
10fac096
NW
44032005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4404
4405 * gdb.texinfo (Packets): Change description of 'D' packet to note
4406 that GDB does wait for a response.
4407
d1b6db76
NR
44082005-06-22 Nick Roberts <nickrob@snap.net.nz>
4409
4410 * gdb.texinfo (History) Rename "Command History".
4411 (Command History): Move node "Server Prefix" from section on
4412 Annotations here.
4413
29629dcf
NR
44142005-06-19 Nick Roberts <nickrob@snap.net.nz>
4415
4416 * gdb.texinfo (GDB/MI Stack Manipulation):
4417 Re-instate -stack-info-frame with example. Say that it gets
4418 info on selected frame, not current frame.
4419
397ca115
EZ
44202005-06-18 Eli Zaretskii <eliz@gnu.org>
4421
4422 * gdb.texinfo (Server): Clarify that `file' should be used before
4423 connecting to the server.
4424 (Files): Add an xref to the above description.
51274035
EZ
4425 (Output Formats): More detailed description of the `c' format.
4426 (Memory): List explicitly all the formats supported by `x'.
638ac427 4427 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4428 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4429 files. Add more indexing for solib-absolute-prefix and
4430 --with-sysroot.
76d17f34
EZ
4431 (Machine Code): Document possible problems with locations in
4432 shared libraries.
d416eeec
EZ
4433 (Backtrace): Document that free-standing environments do not need
4434 to have a `main' function.
397ca115 4435
74f6deaa
NR
44362005-06-18 Nick Roberts <nickrob@snap.net.nz>
4437
4438 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4439 -stack-info-frame.
4440
a9967aef
AC
44412005-06-07 Andrew Cagney <cagney@gnu.org>
4442
4443 * gdb.texinfo (Contributors): Note the original multi-arch
4444 contributors.
4445
e09f16f9
EZ
44462005-06-03 Eli Zaretskii <eliz@gnu.org>
4447
4448 * gdb.texinfo (Registers): Add index entries for the standard
4449 registers.
4450 (Frames): Add cross-reference from frame pointer description to
4451 the Registers node.
4452 (Annotations Overview): Fix the reference to GDB name.
4453
d87ba7ee
EZ
44542005-06-01 Eli Zaretskii <eliz@gnu.org>
4455
4456 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4457 can-use-hw-watchpoints.
4458
034dad6f
BR
44592005-05-28 Bob Rossi <bob@brasko.net>
4460
4461 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4462 the possible reasons why an exec async record would be returned to FE.
4463
ffed4509
AC
44642005-05-26 Andrew Cagney <cagney@gnu.org>
4465
4466 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4467 Andrew Cagney implemented the original GDB/MI.
4468
e22e55c9
OF
44692005-05-23 Orjan Friberg <orjanf@axis.com>
4470
4471 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4472 documentation. Add documentation for cris-mode.
4473
a78e13ce
EZ
44742005-05-20 Eli Zaretskii <eliz@gnu.org>
4475
4476 * gdb.texinfo (Numbers): Explain the example and make the wording
4477 more acurate.
4478
76ff342d
DJ
44792005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4480 Dennis Brueni <dennis@slickedit.com>
4481
4482 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4483 (GDB/MI Data Manipulation, GDB/MI Program Control)
4484 (GDB/MI Stack Manipulation): Update examples to include the fullname
4485 attribute in stack frames.
4486
119b882a
EZ
44872005-05-12 Eli Zaretskii <eliz@gnu.org>
4488
4489 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4490 do with other non-standard names of init files.
4491
6fc08d32
EZ
44922005-05-11 Eli Zaretskii <eliz@gnu.org>
4493
4494 * gdb.texinfo (Command Files): Move the description of the startup
4495 from here...
4496 (Startup): ...to this new subsection of the Invocation chapter.
4497 Rearrange the description of init files more logically and add a
4498 cross-reference to "Command Files". Document the special gdbinit
4499 name for CISCO 68k. Expand the description of what GDB does
4500 during startup.
4501 (History): Add index entry for HISTSIZE.
4502
a561754a
MK
45032005-05-02 Mark Kettenis <kettenis@gnu.org>
4504
4505 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4506
2eecc4ab
EZ
45072005-05-02 Eli Zaretskii <eliz@gnu.org>
4508
4509 * gdb.texinfo (SVR4 Process Information, The isatty call)
4510 (The system call): Don't use foo(N) notation for man pages and
4511 functions.
514c4d71 4512 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4513
18999be5
EZ
45142005-04-27 Eli Zaretskii <eliz@gnu.org>
4515
4516 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4517 were optimized away.
4518
0abb7bc7
EZ
45192005-04-22 Eli Zaretskii <eliz@gnu.org>
4520
4521 * gdb.texinfo (Remote configuration): Document "set/show
4522 get-thread-local-storage-address". Add cross-reference to the
4523 description of the qGetTLSAddr packet.
4524 (General Query Packets): Mention "set remote
4525 get-thread-local-storage-address" and add a reference to its
4526 description.
4527
6f61acb1
NR
45282005-04-19 Nick Roberts <nickrob@snap.net.nz>
4529
4530 * gdb.texinfo (Backtrace): Describe 'bt full'.
4531
9d59903a
NR
45322005-04-17 Nick Roberts <nickrob@snap.net.nz>
4533
4534 * gdb.texinfo (Mode Options): Fix typo.
4535 (GDB/MI): Describe how to invoke GDB/MI.
4536
721c2651
EZ
45372005-04-16 Eli Zaretskii <eliz@gnu.org>
4538
4539 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4540 references changed. Add description of "info udot".
721c2651
EZ
4541 (Files): Document "set/show stop-on-solib-events".
4542 (M32R/D): Document "set/show download-path", "set/show
4543 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4544 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4545 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4546 (Maintenance Commands): Improve indexing.
4547 (Target Commands): Document "set/show hash", "set/show debug
4548 monitor".
4549 (SVR4 Process Information): Document "info pidlist" and "info
4550 meminfo". Document "set/show procfs-tarce" and "set/show
4551 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4552 (Symbols, The Print Command with Objective-C): Improve indexing.
4553 (Objective-C): Add references to "info classes" and "info
4554 selectors".
c45da7e6
EZ
4555 (Debugging Output): Improve wording. Document "set/show debug
4556 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4557 (Set Breaks): Add index entry for "hardware breakpoints".
4558 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4559 and "set/show usehardbreakpoints".
4560 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4561 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4562 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4563 rdiromatzero", "set/show rdiheartbeat".
4564 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4565 "sds".
4566 (Embedded Processors): Document the "sim" command.
4567 (Remote): Document the "remote" command.
4568 (DJGPP Native): Document the "info serial" command.
4569 (Threads): Document "maint info sol-threads".
4570 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4571 (Set Breaks): Improve indexing.
4572 (Command Syntax): Add a reference to dont-repeat.
4573 (Define): Document "dont-repeat".
4574 (TUI Commands): Document "tabset".
4575 (WinCE): New subsection. Document "set/show remotedirectory",
4576 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4577
14d6dd68
EZ
45782005-04-15 Eli Zaretskii <eliz@gnu.org>
4579
4580 * gdb.texinfo (Hurd Native): New subsection, documents
4581 Hurd-specific commands.
a64548ea 4582 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4583 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4584 (MIPS): Improve documentation of heuristic-fence-post. Document
4585 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4586 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4587 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4588 (ARM): Document ARM-specific commands.
a64548ea
EZ
4589 (AVR): New section. Document "info io_registers".
4590 (CRIS): New section. Document "set/show cris-version" and
4591 "set/show cris-dwarf2-cfi".
4592 (HPPA): New section. Document "set/show debug hppa" and "maint
4593 print unwind".
a5adf40f 4594 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4595 (Super-H): New section. Document the "regs" command.
721c2651 4596 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4597
9c16f35a
EZ
45982005-04-09 Eli Zaretskii <eliz@gnu.org>
4599
4600 * gdb.texinfo (Print Settings): Document "set/show print
4601 pascal_static-members", "set print repeats", "show print
4602 null-stop". Improve indexing. Fix documentation of "set print
4603 union".
4604 (Pascal): New section.
4605 (Supported languages): Rename from "Support"; all references
4606 updated. Add a menu item for Pascal.
4607 (Numbers): Document "set radix.
4608 (Screen Size): Document "set/show pagination".
4609 (MIPS Embedded): Remove "set processor" documentation.
4610 (Remote configuration): Document "set/show X/P/Z-packet",
4611 "set/show read-aux-vector-packet", "set/show remote
4612 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4613 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4614 remotedebug", "set/show remotebreak", "set/show remotedevice",
4615 "set/show remotelogfile".
4616 (Auxiliary Vector): Add reference to the description of the
4617 read-aux-vector-packet setting.
4618 (Set Watchpoints): Add a cross-reference to "set remote
4619 hardware-breakpoint-limit".
4620 (General Query Packets): Add indexing of requests and
4621 cross-references to related commands in "Remote configuration".
4622 (File-I/O Overview, The system call): Fix wording and typos.
4623 (Thread Stops): Add index entries.
4624 (Continuing and Stepping): Document "show step-mode".
4625 (i386): New node. Document "set/show struct-convention".
4626 (Files): Document "show trust-readonly-sections".
4627 (Calling): Document "set/show unwindonsignal".
4628 (Messages/Warnings): Add index entries.
4629 (Maintenance Commands): Document "set/show watchdog".
4630 (Annotations Overview): Document "show annotate".
4631 (Set Watchpoints): Add index entries.
4632 (Symbols): Fix doc of case-sensitive.
4633 (ABI): Document "show coerce-float-to-double".
4634 (Convenience Vars, Help): Improve indexing.
4635 (Machine Code): Document "show disassembly-flavor".
4636 (Debugging C plus plus): Document "show overload-resolution".
4637 (Value History, Signaling): Add index entries.
4638
46392005-04-08 Eli Zaretskii <eliz@gnu.org>
4640
4641 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4642 (Processes): Fix wording.
4643 (History, List, Logging output, Define, Symbols, Print Settings):
4644 Improve indexing.
4645
a8f24a35
EZ
46462005-04-03 Eli Zaretskii <eliz@gnu.org>
4647
4648 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4649 redundant index entry for "target" command.
4650 (Backtrace): Add index entries.
4651 (Symbols, Fortran): Document the "set case-sensitive" command.
4652 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4653 (Print Settings): Add index entry for "set demangle-style".
4654 (Target Commands): Document "set download-write-size".
4655 (Debugging Output): Document "set exec-done-display".
4656
09d4efe1
EZ
46572005-04-02 Eli Zaretskii <eliz@gnu.org>
4658
4659 * gdb.texinfo (Files): Fix the name and documentation of
4660 add-shared-symbol-files. Document its alias assf. Update the
4661 list of OSs where GDB supports shared libraries. Fix markup.
4662 (Continuing and Stepping): Add reference to @var{location} in the
4663 text.
4664 (Dump/Restore Files): Fix reference to @{filename}.
4665 (Help): Fix wording.
4666 (Attach): Ditto.
4667 (Set Watchpoints): Ditto.
4668 (Backtrace): Remove redundant index entries. Improve index
4669 entries.
4670 (Delete Breaks): Fix wording.
4671 (Memory): Document the compare-sections command.
4672 (Memory Region Attributes): Improve wording.
4673 (Disabling): Improve wording.
4674 (Fortran): New subsection. Document the "info common" command.
4675 (Help): Document aliases "info copying" and "info warranty".
4676 (Caching Remote Data): New section. Document the "set/show
4677 remotecache" and "info dcache" commands.
4678 (Show): Fix wording of the documentation of the "set
4679 extension-language" command.
4680 (Signals): Add index entry for "info handle".
4681 (Memory Region Attributes): Fix punctuation.
4682 (Symbols): Change the arg name to "location" and refer to it in
4683 the text. Fix wording of "info types" doc.
4684 (Threads): Fix usage of @enumerate @item's.
4685 (Listing Tracepoints): Add index entry for "info tp".
4686 (Set Watchpoints): Add xref to "info break" description.
4687 (Macros): Add an index entry for "macro exp1". Document the
4688 "macro list" command.
4689 (Maintenance Commands): Document "flushregs", "maint agent",
4690 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4691 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4692 "maint print architecture", "maint print objfiles", "maint print
4693 statistics", "maint print type", "maint show-debug-regs", "maint
4694 space", "maint time", and "maint translate-address".
4695 (Connecting): Document the "monitor" command.
4696 (Annotations Overview): Describe the "set annotate" command.
4697
82f2d802
EZ
46982005-04-01 Eli Zaretskii <eliz@gnu.org>
4699
4700 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4701 Rearrange index entries and improve wording about support for
4702 hardware watchpoints.
4703
7d51c7de
BR
47042005-03-10 Bob Rossi <bob@brasko.net>
4705
4706 * gdb.texinfo: Update copyright
4707
68c71a2e
TR
47082005-02-09 Theodore A. Roth <troth@openavr.org>
4709
4710 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4711 error.
4712
83761cbd
KB
47132005-02-03 Kevin Buettner <kevinb@redhat.com>
4714
4715 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4716
9f1c6395
MS
47172005-01-17 Michael Snyder <msnyder@redhat.com>
4718
4719 * gdb.texinfo: Fix spelling, infinte -> infinite.
4720
fbd1b305
MK
47212005-01-08 Mark Kettenis <kettenis@gnu.org>
4722
4723 * observer.texi (GDB Observers): Document "solib_loaded".
4724
3ace7edb
AC
47252005-01-07 Andrew Cagney <cagney@gnu.org>
4726
bec39cab
AC
4727 * configure.ac: Rename configure.in, require autoconf 2.59.
4728 * configure: Re-generate.
4729
3ace7edb
AC
4730 * configure.in: Replace configdirs with multiple references to
4731 AC_CONFIG_SUBDIRS.
4732 * configure: Re-generate.
5ae4183a 4733
53531fc1
AC
47342005-01-04 Andrew Cagney <cagney@gnu.org>
4735
4736 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4737 part of the version number.
4738
536ffdb7
MK
47392004-12-24 Mark Kettenis <kettenis@gnu.org>
4740
4741 * gdbint.texinfo (Algorithms): Remove description of
4742 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4743
e1aac25b
JB
47442004-12-07 Jim Blandy <jimb@redhat.com>
4745
4746 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4747 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4748 numbers.
4749
f47b1503
AS
47502004-12-07 Andreas Schwab <schwab@suse.de>
4751
4752 * gdb.texinfo (Mode Options): Document -l option.
4753
b6b8ece6
EZ
47542004-12-04 Eli Zaretskii <eliz@gnu.org>
4755
4756 * gdbint.texinfo (Algorithms): More accurate description of
4757 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4758 is not needed unless data-read and data-access watchpoints are
4759 supported. Add a description of how GDB checks whether the
4760 inferior stopped because a watchpoint was hit.
4761
01371747
EZ
47622004-11-23 Eli Zaretskii <eliz@gnu.org>
4763
4764 * gdb.texinfo (Files): Add cross-reference to description of
4765 -readnow command-line switch.
4766
2315ffec
RC
47672004-11-10 Randolph Chung <tausq@debian.org>
4768
4769 * gdb.texinfo: Document set/show backtrace past-entry commands.
4770 Rearrange index entries for set/show backtrace past-main.
4771
69065f5d
AC
47722004-11-10 Jon Beniston <jon@beniston.com>
4773
4774 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4775 * gdb.texinfo (Remote Serial Protocol): Further describe
4776 binary transfer escaping mechanism .
69065f5d 4777
30e91e0b
RC
47782004-11-08 Randolph Chung <tausq@debian.org>
4779
4780 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4781 and "show debug infrun". Add index entries.
4782
60bf7e09
EZ
47832004-10-23 Eli Zaretskii <eliz@gnu.org>
4784
4785 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4786 "info proc" that are already implemented. Add index entries.
4787 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4788 (Files): Add a tip for decreasing memory used for symtabs from
4789 shared libraries.
f018e82f
EZ
4790 (Starting): Fix whitespace; make "elaboration" stand out where it
4791 is first used, and add an index entry for the term.
f8568604
EZ
4792 (Calling): Expand and elaborate text. Add "print". Add the
4793 description of problems with weak aliases.
384ee23f 4794 (Core File Generation): New section.
60bf7e09 4795
d52fe014
AC
47962004-10-12 Andrew Cagney <cagney@gnu.org>
4797
4798 * gdbint.texinfo (Versions and Branches): New chapter.
4799 (Releasing GDB): Delete "Versions and Branches" section.
4800 (Top): Add "Versions and Branches".
4801
703663ab
EZ
48022004-10-08 Eli Zaretskii <eliz@gnu.org>
4803
4804 * gdb.texinfo (Editing, History): Add cross-references to the
4805 included Readline and History user documentation. Remove
4806 references to the symbol have-readline-appendices which is unused
4807 and undefined.
4808 (History): Fix indexing.
4809
ac77d04f
JJ
48102004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4811
4812 * gdbint.texinfo (target_stopped_data_address): Update to
4813 new prototype.
4814 (i386_stopped_data_address): Update prototype and description.
4815 (i386_stopped_by_watchpoint): New function and description.
4816
e07c999f
PH
48172004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4818
4819 * gdb.texinfo (Filenames): Add Ada suffixes.
4820 (Ada) New section.
4821
2e868123
AC
48222004-09-27 Andrew Cagney <cagney@gnu.org>
4823 Robert Picco <Robert.Picco@hp.com>
4824
4825 * gdb.texinfo (Packets): Document the "p" packet.
4826
02a57714
JM
48272004-09-21 Jason Molenda (jmolenda@apple.com)
4828
4829 * gdb.texinfo (Paths and Names of the Source Files): Document the
4830 meaning of values in the 'desc' field of a SO stab.
4831
ae038cb0
DJ
48322004-09-20 Daniel Jacobowitz <dan@debian.org>
4833
4834 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4835 max-cache-age" and "maint show dwarf2 max-cache-age".
4836
f7dc1244
EZ
48372004-09-16 Eli Zaretskii <eliz@gnu.org>
4838
4839 * gdb.texinfo (Set Breaks): Add index entry for setting
4840 breakpoints on overloaded C++ functions that are not members of
4841 any classes. Add an example and an index entry for setting
4842 breakpoints on all program functions.
4843 (Character Sets, Macros, Overlay Commands)
4844 (Non-debug DLL symbols, GDB/MI Output Syntax)
4845 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4846 Use "(@value{GDBP})" instead of a literal "(gdb)".
4847
f810308b
AC
48482004-09-12 Andrew Cagney <cagney@gnu.org>
4849
4850 * gdbint.texinfo (Native Debugging): Delete description of
4851 FILES_INFO_HOOK.
4852
15a661f3
PH
48532004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4854
5ae4183a
AS
4855 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4856 to hex_string_custom (not historically correct, but more
15a661f3
PH
4857 understandable, given the current code).
4858
f3219c75
AC
48592004-09-03 Andrew Cagney <cagney@gnu.org>
4860
4861 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4862
f3bb6704
JJ
48632004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4864
4865 * observer.texi (solib_unloaded): New observer.
4866
8d2c00cb
AC
48672004-08-24 Andrew Cagney <cagney@gnu.org>
4868
4869 * gdbint.texinfo (Target Architecture Definition): Add missing
4870 comma.
4871
e7dc800a
MC
48722004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4873
4874 * (Using the Testsuite): build != host is supported,
4875 but some test scripts do not support build != host.
4876
73b03683
MK
48772004-08-14 Mark Kettenis <kettenis@gnu.org>
4878
4879 * gdbint.texinfo (Host Definition): Delete description of
4880 FCLOSE_PROVIDED and GETENV_PROVIDED.
4881
c0ccb908
MK
48822004-08-05 Mark Kettenis <kettenis@chello.nl>
4883
4884 * gdbint.texinfo (Host Definition): Delete description of
4885 NO_SYS_FILE.
4886 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4887 PTRACE_FP_BUG.
4888
9c8dbfa9
AC
48892004-08-05 Andrew Cagney <cagney@gnu.org>
4890
4891 * gdbint.texinfo (Target Architecture Definition): Delete
4892 reference to deprecated_read_fp.
4893
f42accbe
AC
48942004-08-02 Andrew Cagney <cagney@gnu.org>
4895
4896 * gdbint.texinfo (Target Architecture Definition): Delete
4897 description of DEPRECATED_REGISTER_BYTES.
4898
0b66e38c
EZ
48992004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4900
4901 * gdb.texinfo (Source Path): Document the new behavior of
4902 searching for the source files.
4903
15387254
EZ
49042004-07-17 Eli Zaretskii <eliz@gnu.org>
4905
4906 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4907 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4908 (Auto Display): Improve indexing.
4909
2c07db7a
AC
49102004-07-16 Andrew Cagney <cagney@gnu.org>
4911
4912 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4913 "-noasync".
4914
4644b6e3
EZ
49152004-07-09 Eli Zaretskii <eliz@gnu.org>
4916
4917 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4918 have the same prefix have only their prefix in the index.
4919
7561d450
MK
49202004-07-03 Mark Kettenis <kettenis@gnu.org>
4921
4922 * gdb.texinfo (BSD libkvm Interface): New node (section)
4923 (Native): Add it to the menu.
4924
67bebe79
MK
49252004-07-01 Mark Kettenis <kettenis@gnu.org>
4926
4927 * gdbint.texinfo (Target Architecture Definition): Remove
4928 PCC_SOL_BROKEN.
4929
1a6923e0
MK
49302004-06-24 Mark Kettenis <kettenis@gnu.org>
4931
4932 * gdbint.texinfo (Target Architecture Definition): Remove
4933 SUN_FIXED_LBRAC_BUG.
4934
b435e160
AC
49352004-06-26 Andrew Cagney <cagney@gnu.org>
4936
4937 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4938
b5622e8d
AC
49392004-06-20 Andrew Cagney <cagney@gnu.org>
4940
4941 * gdbint.texinfo (Target Architecture Definition): Deprecate
4942 USE_STRUCT_CONVENTION.
4943
e0c07bf0
MC
49442004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4945
4946 gdb.texinfo (Bug Reporting): Mention session recording,
4947 with the script command or Emacs.
4948
782263ab
AC
49492004-06-18 Andrew Cagney <cagney@gnu.org>
4950
4951 * gdbint.texinfo (Target Architecture Definition): Deprecate
4952 FUNCTION_START_OFFSET.
4953
03727ca6
AC
49542004-06-14 Andrew Cagney <cagney@gnu.org>
4955
4956 Based on changes from Karl Berry.
4957 * gdb.texinfo: Do not use @sc in a direntry.
4958 * stabs.texinfo: Change @dircateogry to "Software development".
4959 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4960
97092415
AC
49612004-06-13 Andrew Cagney <cagney@gnu.org>
4962
4963 * gdbint.texinfo (Target Architecture Definition): Delete
4964 description of RETURN_VALUE_ON_STACK.
4965
1f6d4158
AC
49662004-06-09 Andrew Cagney <cagney@gnu.org>
4967
4968 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4969 deleted by previous patch.
4970
d966f0cb
AC
49712004-06-08 Andrew Cagney <cagney@gnu.org>
4972
4973 * gdbint.texinfo (Native Debugging): Delete documentation on
4974 ATTACH_DETACH.
4975
86fe4aaa
RC
49762004-06-06 Randolph Chung <tausq@debian.org>
4977
4978 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4979
d4b6d575
RC
49802004-06-06 Randolph Chung <tausq@debian.org>
4981
5ae4183a 4982 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
4983 the new push_dummy_call method signature. Describe the function
4984 argument.
4985
4e8b0763
JB
49862004-05-24 Joel Brobecker <brobecker@gnat.com>
4987
4988 * gdb.texinfo (Starting): Document new start command.
4989
59caf092
AC
49902004-05-21 Andrew Cagney <cagney@redhat.com>
4991
4992 * observer.texi (GDB Observers): Document "inferior_created".
4993
e4a2df64
AC
49942004-05-08 Andrew Cagney <cagney@redhat.com>
4995
e6b55ae2
AC
4996 * gdbint.texinfo (Target Architecture Definition): Delete
4997 description of DO_DEFERRED_STORES.
4998
28954179
AC
4999 * gdbint.texinfo (Target Architecture Definition): Delete
5000 references to DEPRECATED_FIX_CALL_DUMMY.
5001
434b87dd
AC
5002 * gdbint.texinfo (Target Architecture Definition): Delete
5003 description of DEPRECATED_CALL_DUMMY_WORDS,
5004 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
5005
58d28df8
AC
5006 * gdbint.texinfo (Target Architecture Definition): Delete
5007 description of DEPRECATED_PUSH_DUMMY_FRAME.
5008
e4a2df64
AC
5009 * gdbint.texinfo (Target Architecture Definition): Delete
5010 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
5011
2b4855ab
AC
50122004-05-07 Andrew Cagney <cagney@redhat.com>
5013
5014 * observer.texi (GDB Observers): Add "Debugging" section. Include
5015 cross reference to "set/show debug observer".
5016 * gdb.texinfo (Debugging Output): Document "set/show debug
5017 observer".
5018
fcf70625
AC
50192004-05-01 Andrew Cagney <cagney@redhat.com>
5020
5021 * gdbint.texinfo (Target Architecture Definition): Delete
5022 description of DEPRECATED_PC_IN_SIGTRAMP.
5023
8ee56bcf
AC
50242004-04-30 Andrew Cagney <cagney@redhat.com>
5025
5026 * gdbint.texinfo (Target Architecture Definition): Delete
5027 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
5028
67ab9a76
OF
50292004-04-30 Orjan Friberg <orjanf@axis.com>
5030
5031 * observer.texi (GDB Observers): Correct spelling.
5032
79346bcb
OF
50332004-04-26 Orjan Friberg <orjanf@axis.com>
5034
5035 * observer.texi (GDB Observers): Add target_changed event.
5036
7a464420
AC
50372004-04-08 Andrew Cagney <cagney@redhat.com>
5038
5039 * observer.texi (GDB Observers): Rework, provide generic observer
5040 definitions and then a list of observable events.
5041
6cdf9d98
AC
50422004-04-04 Andrew Cagney <cagney@redhat.com>
5043
5044 * gdbint.texinfo (Host Definition): Delete reference to
5045 NO_SIGINTERRUPT.
5046
ddc135a4
AC
50472004-04-02 Andrew Cagney <cagney@redhat.com>
5048
5049 * gdbint.texinfo (Target Architecture Definition): Delete
5050 reference to DEPRECATED_CALL_DUMMY_LENGTH.
5051
6a1b180d
SC
50522004-03-28 Stephane Carrez <stcarrez@nerim.fr>
5053
5054 * gdb.texinfo (TUI Commands): Document tui reg commands.
5055
d0d5df6f
AC
50562004-03-26 Andrew Cagney <cagney@redhat.com>
5057
5058 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
5059 "gdbtui".
5060 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
5061 (Contributors): Mention both Text and Terminal User Interface.
5062
aa2a3f87
AC
50632004-03-23 Andrew Cagney <cagney@redhat.com>
5064
5065 * gdbint.texinfo (Target Architecture Definition): Deprecate
5066 references to SIGTRAMP_START and SIGTRAMP_END.
5067
f561f026
AC
50682004-03-23 Andrew Cagney <cagney@redhat.com>
5069
5070 * gdbint.texinfo (Target Architecture Definition): Deprecate
5071 references to PC_IN_SIGTRAMP.
5072
33cb8b0f
AC
50732004-03-19 Andrew Cagney <cagney@redhat.com>
5074
5075 * gdbint.texinfo (Target Architecture Definition): Delete
5076 reference to GDB_TARGET_IS_HPPA.
5077
fc989b7a
AC
50782004-03-18 Andrew Cagney <cagney@redhat.com>
5079
5080 * gdbint.texinfo (Coding): Update section on gdbarch_data,
5081 describe pre_init and post_init.
5082
701b08bb
DJ
50832004-03-09 Daniel Jacobowitz <drow@mvista.com>
5084
5085 * gdb.texinfo (Debugging Output): Document values for "set debug
5086 target".
5087
faae5abe
AC
50882004-02-28 Andrew Cagney <cagney@redhat.com>
5089
5090 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
5091
dd79a6cf
JJ
50922004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5093
5094 * gdb.texinfo (breakpoints): Add information about the
5095 new "set breakpoint pending" and "show breakpoint pending"
5096 commands.
5097
e7f16015
AC
50982004-02-26 Andrew Cagney <cagney@redhat.com>
5099
5100 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
5101 in Per-architecture module data section.
5102
7161a3a6
RM
51032004-02-25 Roland McGrath <roland@redhat.com>
5104
5105 * gdb.texinfo (General Query Packets): Document qPart:... packets.
5106
2154891a
AC
51072004-02-24 Andrew Cagney <cagney@redhat.com>
5108
5109 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
5110 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
5111 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 5112
6c74ac8b
AC
51132004-02-17 Andrew Cagney <cagney@redhat.com>
5114
5115 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
5116
19772a2c
AC
51172004-02-16 Andrew Cagney <cagney@redhat.com>
5118
5119 * gdbint.texinfo (Target Architecture Definition): Deprecate
5120 FRAMELESS_FUNCTION_INVOCATION.
5121
c9830293
AC
51222004-02-16 Andrew Cagney <cagney@redhat.com>
5123
5124 * gdbint.texinfo (Coding): Mention -Wunused-function.
5125
b9d26eb9
AC
51262004-02-14 Andrew Cagney <cagney@redhat.com>
5127
5128 * gdbint.texinfo (Target Architecture Definition): Delete
5129 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5130
49efadf5
EZ
51312004-02-12 Elena Zannoni <ezannoni@redhat.com>
5132
5133 * gdb.texinfo: Properly quote the name "C++".
5134 * gdbint.texinfo: Ditto.
5135 * stabs.texinfo: Ditto.
5136
1eb288ea
EZ
51372004-02-11 Elena Zannoni <ezannoni@redhat.com>
5138
5139 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5140 minimal information about libiberty.
5141
e4937fc1
MC
51422004-02-06 Michael Chastain <mec.gnu@mindspring.com>
5143
5144 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5145
a9331b3f
RM
51462004-02-04 Roland McGrath <roland@redhat.com>
5147
5148 * gdb.texinfo (Auxiliary Vector): New node (section).
5149 (Data): Add it to the menu.
5150
2650777c
JJ
51512004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5152
5153 * gdb.texinfo (Breakpoints): Add information about pending
5154 breakpoint support.
5155
b4501125
AC
51562004-01-26 Andrew Cagney <cagney@redhat.com>
5157
5158 * gdb.texinfo (Overview): Delete references to the cisco protocol
5159 including the "N" response.
5160
74055713
AC
51612004-01-26 Andrew Cagney <cagney@redhat.com>
5162
5163 * gdbint.texinfo (Target Architecture Definition): Rename
5164 EXTRACT_STRUCT_VALUE_ADDRESS to
5165 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 5166
3bbe9696
EZ
51672004-01-24 Eli Zaretskii <eliz@gnu.org>
5168
5169 * gdb.texinfo (KOD): Document "show os". Add index entries for
5170 "set/show os" and "info cisco" commands.
5171
5843504f
EZ
51722004-01-21 Eli Zaretskii <eliz@gnu.org>
5173
5174 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5175
9175c9a3
MC
51762004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5177
5178 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5179 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5180
8e94b928
NR
51812004-01-19 Nick Roberts <nick@nick.uklinux.net>
5182
5183 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5184 -stack-list-locals.
5185 (GDB/MI Variable Objects): Describe extension to
5186 -var-list-children.
5187
a20cf136
DJ
51882004-01-17 Daniel Jacobowitz <drow@mvista.com>
5189
5190 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5191
afb18d0f
AC
51922004-01-17 Andrew Cagney <cagney@redhat.com>
5193
5194 * gdbint.texinfo (Target Architecture Definition): Delete
5195 documentation on DEPRECATED_NPC_REGNUM.
5196
b51970ac
DJ
51972004-01-13 Daniel Jacobowitz <drow@mvista.com>
5198
5199 * gdb.texinfo: Update copyright year. Mention that set
5200 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5201 "set follow-fork-mode ask".
5202
0f0cffd2
AC
52032004-01-13 Andrew Cagney <cagney@redhat.com>
5204
5205 * gdbint.texinfo: Update copyright year.
5206 (Coding): Add -Wunused-label to list of -Werror warnings.
5207
c552b3bb 52082004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 5209 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
5210
5211 * gdb.texinfo: Update copyright.
5212 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5213 around names, as appropriate. Minor syntax cleanup of
5214 _NSPrintForDebugger explanation. Two spaces after periods.
5215 GDBN used instead of lit. "gdb". Index entries added for
5216 print-object and _NSPrintForDebugger. @noindent added in one spot.
5217
afe157ca
EZ
52182003-11-11 Elena Zannoni <ezannoni@redhat.com>
5219
5220 * stabs.texinfo: Add dircategory and direntry commands.
5221 * annotate.texinfo: Ditto.
5222
963e2bb7
AC
52232003-11-10 Andrew Cagney <cagney@redhat.com>
5224
5225 * gdbint.texinfo (Target Architecture Definition): Replace the
5226 return_value method's "inval" and "outval" parameters with
5227 "readbuf" and "writebuf".
5228
1d8b2f28
JB
52292003-10-28 Jim Blandy <jimb@redhat.com>
5230
5231 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5232 from "The `F' request packet" and "The `F' reply packet", to make
5233 texi2dvi happy.
5234 (File-I/O remote protocol extension): Update menu entries, too.
5235
36d86913
MC
52362003-10-26 Michael Chastain <mec@shout.net>
5237
5238 * gdb.texinfo (Thread Stops): Document the issue with
5239 premature return from system calls in multi-threaded programs.
5240
ce2826aa
AC
52412003-10-24 Andrew Cagney <cagney@redhat.com>
5242
5243 * annotate.texinfo: Fix "fortunatly"[sic].
5244
f24c5e49
KI
52452003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5246
5247 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5248 with "Hitachi" and "Mitsubishi".
5249
92ad9cd9
AC
52502003-10-20 Andrew Cagney <cagney@redhat.com>
5251
5252 * gdbint.texinfo (Target Architecture Definition): Document
5253 gdbarch_return_value. Add cross references from
5254 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5255 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5256
0ab4b752
MK
52572003-10-18 Mark Kettenis <kettenis@gnu.org>
5258
5259 * gdbint.texinfo (Target Architecture Definition): Document
5260 regset_from_core_section.
fb3e19c0
KI
5261
52622003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5263
5264 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5265
a9331b3f 52662003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5267
5268 From Anthony Green <green@redhat.com>:
5ae4183a 5269 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5270
1485d690
KB
52712003-10-14 Kevin Buettner <kevinb@redhat.com>
5272
889bf7c5
PA
5273 * gdb.texinfo (Breakpoint related warnings): New node.
5274 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5275
86d30acc
DJ
52762003-10-13 Daniel Jacobowitz <drow@mvista.com>
5277
5278 * gdb.texinfo (Remote Protocol): Document v and vCont.
5279
172c2a43
KI
52802003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5281
5282 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5283 * gdbint.texinfo: Ditto.
5284
71952f4c
AC
52852003-10-09 Andrew Cagney <cagney@redhat.com>
5286
5287 From 2003-09-18 David Anderson <davea@sgi.com>:
5288 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5289 "command".
5290
268e2188
AC
52912003-10-03 Andrew Cagney <cagney@redhat.com>
5292
5293 * gdbint.texinfo (Target Architecture Definition): Deprecate
5294 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5295 just target.
5296
12c266ea 52972003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5298
f30992d4 5299 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5300 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5301 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5302 * gdbint.texinfo (Target Architecture Definition): Rename
5303
53042003-09-30 Andrew Cagney <cagney@redhat.com>
5305
f30992d4 5306 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5307 (Target Architecture Definition):
f30992d4 5308
2e092625
AC
5309 * gdbint.texinfo (Target Architecture Definition): Rename
5310 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5311
0717ae8a
AC
53122003-09-29 Andrew Cagney <cagney@redhat.com>
5313
dad809b7
AC
5314 * gdbint.texinfo (Target Architecture Definition): Delete
5315 documentation for NEED_TEXT_START_END.
5316
0717ae8a
AC
5317 * gdbint.texinfo (Target Architecture Definition): Rename
5318 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5319 TARGET_WRITE_PC.
a9331b3f 5320
af6cf26d
MC
53212003-09-22 Michael Chastain <mec@shout.net>
5322
5323 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5324
ee206350
AG
53252003-09-21 Anthony Green <green@redhat.com>
5326
5327 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5328
a38c9fe6
MK
53292003-09-21 Mark Kettenis <kettenis@gnu.org>
5330
5331 * gdbint.texinfo (Target Architecture Definition): Document
5332 stabs_argument_has_addr.
5333
77949794
AC
53342003-09-18 Andrew Cagney <cagney@redhat.com>
5335
5336 * gdbint.texinfo (Target Architecture Definition): Delete
5337 documentation on REGISTER_NAMES.
5338
8e823e25
MK
53392003-09-13 Mark Kettenis <kettenis@gnu.org>
5340
5341 * gdbint.texinfo (Target Architecture Definition): Replace
5342 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5343
f27dd7fd
AC
53442003-09-11 Andrew Cagney <cagney@redhat.com>
5345
5346 * gdbint.texinfo (Target Architecture Definition): Replace
5347 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5348
8b148df9
AC
53492003-08-18 Andrew Cagney <cagney@redhat.com>
5350
5351 * gdbint.texinfo (Target Architecture Definition): Document
5352 "frame_red_zone_size".
5353
25d29d70
AC
53542003-08-09 Andrew Cagney <cagney@redhat.com>
5355
5356 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5357 with "set/show backtrace past-main" and "set/show backtrace
5358 limit".
5359
c938e9b0
L
53602003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5361
5362 * Makefile.in (install-info): Support DESTDIR.
5363 (install-html): Likewise.
5364
64fabec2
AC
53652003-08-07 Andrew Cagney <cagney@redhat.com>
5366
5367 Patch from Nick Roberts.
5368 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5369 bindings. Remove description of send-gdb-command.
5370
2fcf52f0
AC
53712003-08-07 Andrew Cagney <cagney@redhat.com>
5372
5373 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5374 GDB 6.0.
5375
086432e2
AC
53762003-08-06 Andrew Cagney <cagney@redhat.com>
5377
5378 * gdb.texinfo (Mode Options): Mention that level three is the
5379 highest available and that level 2 is deprecated.
5380 (Annotations Overview): Mention annotation levels. Cross reference
5381 to "Limitations of the Annotation Interface" in annotate.texi.
5382 (TODO, Value Annotations, Frame Annotations): Delete section.
5383 (Displays, Breakpoint Info): Delete.
5384
e5249f67
AC
53852003-08-04 Andrew Cagney <cagney@redhat.com>
5386
5387 * agentexpr.texi: Delete @bye.
5388 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5389 (stabs.info): Add $(srcdir) to include search path.
5390 (html): Depend on "annotate_toc.html", and not "annotate.html".
5391 * stabs.texinfo: Ditto. Include "fdl.texi".
5392 * gdbint.texinfo: Update copyright statement's list of invariant
5393 sections.
5394
e6f672d2
AC
53952003-07-28 Andrew Cagney <cagney@redhat.com>
5396
5397 * Makefile.in (INFO_DEPS): Add annotate.info.
5398 (dvi, ps, html, pdf): Add annotate.
5399 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5400 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5401 (ANNOTATE_DOC_FILES): New macro.
5402 (ANNOTATE_TEX_TMPS): New macro.
5403 (annotate.info, annotate_toc.html): Specify dependencies.
5404 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5405 * annotate.texinfo: Rename annotate.texi. Get building. Add
5406 "Migrating to GDB/MI" and "Limitations of the Annotation
5407 Interface" chapters. Mention why it is not part of the user
5408 guide. Update copyright notice. Include "fdl.texi".
5409
72ffddc9
SC
54102003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5411
5412 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5413
a9f12a31
DJ
54142003-07-24 Daniel Jacobowitz <drow@mvista.com>
5415
5416 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5417
b1fe9455
DJ
54182003-07-24 Daniel Jacobowitz <drow@mvista.com>
5419
5420 * gdb.texinfo (Server): Mention pidof.
5421
153721e6
AC
54222003-07-22 Andrew Cagney <cagney@redhat.com>
5423
5424 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5425 list.
5426
0fac0b41
DJ
54272003-06-28 Daniel Jacobowitz <drow@mvista.com>
5428
5429 * gdb.texinfo (Logging output): New chapter.
5430
4e562065
JB
54312003-06-24 Joel Brobecker <brobecker@gnat.com>
5432
5433 * gdb.texinfo (Unsupported languages): New section.
5434 (Languages): Add link to new section.
5435
f2c06f52
AC
54362003-06-22 Andrew Cagney <cagney@redhat.com>
5437
5438 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5439
b4177fca
DJ
54402003-06-22 Daniel Jacobowitz <drow@mvista.com>
5441
5442 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5443
f418dd93
DJ
54442003-06-22 Daniel Jacobowitz <drow@mvista.com>
5445
5446 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5447 * agentexpr.texi: Retitle section, and change it to an appendix.
5448 Comment out texinfo initialization. Factor a @var{} into two
5449 pieces to prevent makeinfo warnings.
5450 * gdb.texinfo: Add Agent Expressions appendix.
5451
4ca61388
DJ
54522003-06-19 Daniel Jacobowitz <drow@mvista.com>
5453
5454 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5455
07f31aa6
DJ
54562003-06-18 Daniel Jacobowitz <drow@mvista.com>
5457
5ae4183a 5458 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5459 remote target". Document the "detach" and "disconnect" commands.
5460 (Server, Netware, Debug Session): Reference "Connecting to a
5461 remote target".
5462 (GDB/MI Target Manipulation): Document "-target-disconnect".
5463
2dd0da42
AC
54642003-06-13 Andrew Cagney <cagney@redhat.com>
5465
5466 * gdbint.texinfo (Target Architecture Definition): Deprecate
5467 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5468 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5469
e7a3abfc
JB
54702003-06-09 Jim Blandy <jimb@redhat.com>
5471
5472 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5473
25e3a86b
AC
54742003-06-08 Andrew Cagney <cagney@redhat.com>
5475
5476 * gdbint.texinfo (Target Architecture Definition): Delete
5477 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5478
a9e5fdc2
AC
54792003-06-08 Andrew Cagney <cagney@redhat.com>
5480
5481 * gdbint.texinfo (Target Architecture Definition): Document
5482 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5483
b37303ee
AF
54842003-06-07 Adam Fedor <fedor@gnu.org>
5485
5486 * gdb.texinfo: Add Objective-C documentation.
5487
39fe6e80
AC
54882003-06-01 Andrew Cagney <cagney@redhat.com>
5489
5490 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5491 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5492
125309b2
AC
54932003-05-21 Andrew Cagney <cagney@redhat.com>
5494
5495 * gdbint.texinfo (Target Architecture Definition): Delete
5496 references to "extract_address" and "store_address".
5497
b8b527c5
AC
54982003-05-16 Andrew Cagney <cagney@redhat.com>
5499
5500 * gdbint.texinfo (Target Architecture Definition): Replace
5501 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5502 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5503
50e3ee83
TR
55042003-05-14 Theodore A. Roth <troth@openavr.org>
5505
5506 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5507
44e2be90
L
55082003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5509
5510 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5511 (gdb.dvi): Likewise.
5512 (gdb.pdf): Likewise.
5513 (links2roff): Likewise.
5514
df5215a6
JB
55152003-05-08 Jim Blandy <jimb@redhat.com>
5516
5517 * gdb.texinfo (Dump/Restore Files): Update documentation for
5518 'dump', 'append', and 'restore': note that format argument is
5519 optional; simplify presentation of the command variants; and be
5520 more precise about the formats.
5521
5e7b2f39
JB
55222003-05-07 Jim Blandy <jimb@redhat.com>
5523
5524 * gdb.texinfo (Symbols): Update documentation: 'maint list
5525 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5526 symtabs' and 'maint info psymtabs'.
5527
b1e29e33
AC
55282003-05-05 Andrew Cagney <cagney@redhat.com>
5529
5530 * gdbint.texinfo (Target Architecture Definition): Make
5531 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5532 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5533 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5534
00905d52
AC
55352003-05-04 Andrew Cagney <cagney@redhat.com>
5536
5537 * gdb.texinfo (Maintenance Commands): Document "maint print
5538 dummy-frames".
5539
54ff5908
AC
55402003-05-04 Andrew Cagney <cagney@redhat.com>
5541
5542 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5543
32e7087d
JB
55442003-05-03 J. Brobecker <brobecker@gnat.com>
5545
5546 Thierry Schneider <tpschneider1@yahoo.com>
5547 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5548 for new MI command.
5549
7043d8dc
AC
55502003-05-03 Andrew Cagney <cagney@redhat.com>
5551
5552 * gdbint.texinfo (Target Architecture Definition): Document
5553 push_dummy_code. Add cross references.
5554
e33d66ec
EZ
55552003-05-02 Elena Zannoni <ezannoni@redhat.com>
5556
5557 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5558 set/show charsets commands.
5559
0ba6dca9
AC
55602003-04-28 Andrew Cagney <cagney@redhat.com>
5561
5562 * gdbint.texinfo (Target Architecture Definition): Replace
5563 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5564 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5565
d7a27068
AC
55662003-04-28 Andrew Cagney <cagney@redhat.com>
5567
5568 * gdbint.texinfo (Target Architecture Definition): Rename
5569 "tm_print_insn" to "deprecated_tm_print_insn".
5570
44ea7b70
JB
55712003-04-09 Jim Blandy <jimb@redhat.com>
5572
5573 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5574 list psymtabs'.
5575
fb8f8949
AC
55762003-04-08 Andrew Cagney <cagney@redhat.com>
5577
5578 * gdbint.texinfo (Target Architecture Definition): Delete
5579 references to EXTRA_FRAME_INFO.
5580
32fb0f22
AC
55812003-04-08 Andrew Cagney <cagney@redhat.com>
5582
5583 * gdbint.texinfo (Target Architecture Definition): Delete
5584 PRINT_TYPELESS_INTEGER.
5585
6be67e67
JB
55862003-04-02 J. Brobecker <brobecker@gnat.com>
5587
5588 * observer.texi (GDB Observers): Adjust the documentation for the
5589 normal_stop notification to better describe reality. Fix a couple
5590 of minor typos.
5591
4e35d5f0
BR
55922003-04-02 Bob Rossi <bob_rossi@cox.net>
5593
a9331b3f 5594 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5595 '-file-list-exec-source-file'
5596
e8a8712a
AC
55972003-03-31 Andrew Cagney <cagney@redhat.com>
5598
5599 * gdbint.texinfo (Target Architecture Definition): Delete
5600 references to CALL_DUMMY_P.
5601
6c0e89ed
AC
56022003-03-30 Andrew Cagney <cagney@redhat.com>
5603
5604 * gdbint.texinfo (Target Architecture Definition): Remove
5605 reference to TARGET_WRITE_SP.
a9331b3f 5606
378bfd1b
AC
56072003-03-27 Andrew Cagney <cagney@redhat.com>
5608
5609 * gdbint.texinfo (Target Architecture Definition): Remove
5610 references to write_sp.
6c0e89ed 5611
922fbb7b
AC
56122003-03-27 Andrew Cagney <cagney@redhat.com>
5613
5614 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5615 chapter body. Use @smallexample instead of @example.
5616 (Annotations): Ditto.
5617 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5618 annotate.texi.
5619
b81774d8
AC
56202003-03-26 Andrew Cagney <cagney@redhat.com>
5621
5622 * gdbint.texinfo (Target Architecture Definition): Replace
5623 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5624 dummy_addr parameters.
5625
1bf6d5cc
AC
56262003-03-25 Andrew Cagney <cagney@redhat.com>
5627
5628 * gdbint.texinfo (Target Architecture Definition): Delete
5629 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5630 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5631 Add reference to PUSH_ARGUMENTS.
5632
618ce49f
AC
56332003-03-23 Andrew Cagney <cagney@redhat.com>
5634
5635 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5636 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5637
bcd7e15f
JB
56382003-03-18 J. Brobecker <brobecker@gnat.com>
5639
5640 * gdbint.texinfo (Algorithms): Add new section describing the
5641 Observer paradigm.
5642 (Top): Add menu entry to new observer appendix.
5643 * observer.texi: New file.
5644 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5645 new observer.texi file.
5646
9fe8321b
AC
56472003-03-17 Andrew Cagney <cagney@redhat.com>
5648
5649 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5650 that GNU Press update the manual version number.
5651
ac2adee5
AC
56522003-03-12 Andrew Cagney <cagney@redhat.com>
5653
5654 * gdbint.texinfo (Target Architecture Definition): Delete
5655 references to get_saved_register. Rename GET_SAVED_REGISTER to
5656 DEPRECATED_GET_SAVED_REGISTER.
5657
749b82f6
AC
56582003-03-13 Andrew Cagney <cagney@redhat.com>
5659
5660 * gdbint.texinfo (Target Architecture Definition): Replace
5661 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5662
8bedc050
AC
56632003-03-12 Andrew Cagney <cagney@redhat.com>
5664
5665 * gdbint.texinfo (Target Architecture Definition): Rename
5666 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5667
0ce1b118
CV
56682003-03-10 Corinna Vinschen <vinschen@redhat.com>
5669
5670 * gdb.texinfo: Add File-I/O documentation.
5671
12cc2063
AC
56722003-03-10 Andrew Cagney <cagney@redhat.com>
5673
5674 * gdbint.texinfo (Target Architecture Definition): Cross reference
5675 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5676
7453dc06
AC
56772003-03-07 Andrew Cagney <cagney@redhat.com>
5678
5679 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5680 frame" command.
5681
6314f104
AC
56822003-03-05 Andrew Cagney <cagney@redhat.com>
5683
5684 * gdbint.texinfo (Target Architecture Definition): Document
5685 unwind_dummy_id. Cross reference unwind_dummy_id and
5686 SAVE_DUMMY_FRAME_TOS.
5687
f1212245
DJ
56882003-03-05 James Ingham <jingham@apple.com>
5689 Daniel Jacobowitz <drow@mvista.com>
5690
5691 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5692 and "show cp-abi".
5693
77e7e267
AC
56942003-03-03 Andrew Cagney <cagney@redhat.com>
5695
5696 * gdbint.texinfo (Target Architecture Definition): Document
5697 register_type.
5698
838a8221
AC
56992003-03-03 Andrew Cagney <cagney@redhat.com>
5700
5701 * stabs.texinfo (Structures): Use @samp and separate @var's
5702 instead of a single @var containing a comma separated list.
5703 (Unions): Ditto.
5704
d7f4a264
DJ
57052003-03-02 Daniel Jacobowitz <drow@mvista.com>
5706
5707 * Makefile.in (distclean): Remove config.log.
5708
f30ee0bc
AC
57092003-03-01 Andrew Cagney <cagney@redhat.com>
5710
5711 * gdbint.texinfo (Target Architecture Definition): Rename
5712 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5713
57142003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5715
5716 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5717 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5718
be448670
CF
57192003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5720
5721 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5722 (Non-debug DLL symbols): New node, describing the minimal symbols
5723 loaded from DLLs without real debugging symbols.
5724
501eef12
AC
57252003-02-20 Andrew Cagney <ac131313@redhat.com>
5726
5727 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5728 hardware-breakpoint-limit".
5729 (Set Watchpoints): Add cross reference to "set remote
5730 hardware-watchpoint-limit".
5731 (Remote configuration options): New section.
5732
21c294e6
AC
57332003-02-04 Andrew Cagney <ac131313@redhat.com>
5734
e9be73e4
AC
5735 * gdbint.texinfo (Target Architecture Definition): Delete
5736 descrption of IS_TRAPPED_INTERNALVAR.
5737
21c294e6
AC
5738 From Keith Seitz <keiths@redhat.com>:
5739 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5740 option "-i"/"--interpreter" to this chapter. Include index
5741 entries.
5742
0179ffac
DC
57432003-02-04 David Carlton <carlton@math.stanford.edu>
5744
5745 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5746 (Variables): Recommend stabs+ and DWARF 2.
5747 (C plus plus expressions): Correct info about
5748 compiler versions, debug formats.
5749 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5750 PR symtab/874.
5751
7ca9f392
AC
57522003-02-01 Andrew Cagney <ac131313@redhat.com>
5753
5754 * gdbint.texinfo (Target Architecture Definition): Delete
5755 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5756 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5757 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5758 references to nindy and i960.
5759 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5760
31a85ea2
AC
57612003-02-01 Andrew Cagney <ac131313@redhat.com>
5762
5763 * gdbint.texinfo (Target Architecture Definition): Delete
5764 FLOAT_INFO.
5765
6b894e49
AC
57662003-01-30 Andrew Cagney <ac131313@redhat.com>
5767
5768 * stabs.texinfo (Member Type Descriptor): Clarify description of
5769 `@'. Suggested by Ben Hutchings.
5770
c48861fb
AC
57712003-01-29 Andrew Cagney <ac131313@redhat.com>
5772
5773 * gdb.texinfo (M68K): Delete reference to es1800.
5774
617073a9
AC
57752003-01-29 Andrew Cagney <ac131313@redhat.com>
5776
5777 * gdb.texinfo (Maintenance Commands): Document `maint print
5778 reggroups' and `maint print register-groups'.
5779 * gdbint.texinfo (Target Architecture Definition): Document
5780 register_reggroup_p.
5781
5b5d99cf
JB
57822003-01-23 Jim Blandy <jimb@redhat.com>
5783
5784 * gdb.texinfo (Separate Debug Files): New section.
5785
e7ba9c65
DJ
57862003-01-22 Daniel Jacobowitz <drow@mvista.com>
5787
5788 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5789 and "maint show profile".
5790
94e91d6d
MC
57912003-01-16 Michael Chastain <mec@shout.net>
5792
5793 * gdb.texinfo (Installing GDB): Warn against
5794 ".../gdb-VERSION/gdb/configure".
5795 (Separate Objdir): Likewise.
5796
867f3898
AC
57972003-01-15 Andrew Cagney <ac131313@redhat.com>
5798
5799 * gdbint.texinfo (Target Architecture Definition): Delete
5800 definition of PRINT_REGISTER_HOOK.
5801
f153cc92
EZ
58022003-01-15 Elena Zannoni <ezannoni@redhat.com>
5803
5804 (OpenRISC 1000): Fix formatting of command names.
5805
c60eb6f1
EZ
58062003-01-15 Elena Zannoni <ezannoni@redhat.com>
5807
5808 * gdb.texinfo (Continuing and Stepping): Add new command
5809 'advance'. Clarify behavior of 'until'.
5810
f5ebfba0
DJ
58112003-01-13 Daniel Jacobowitz <drow@mvista.com>
5812
5813 * gdb.texinfo (Files): Document solib-absolute-prefix and
5814 solib-search-path.
5815
4ce8657e
MC
58162003-01-09 Michael Chastain <mec@shout.net>
5817
5818 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5819 (Create a Release): Add new instructions for new @file{src-release}.
5820 Document existing instructions for @file{Makefile.in} as
5821 being for @value{GDBN} 5.3.1 or earlier.
5822
372613e3
AC
58232003-01-09 Andrew Cagney <ac131313@redhat.com>
5824
5825 * gdbint.texinfo (Target Architecture Definition): Mention
5826 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5827 allocate memory.
5828
b4e9345d
DJ
58292003-01-04 Daniel Jacobowitz <drow@mvista.com>
5830
5831 * gdb.texinfo (Controlling GDB): Add @kindex for
5832 "show osabi".
5833 (Backtraces): Add @kindex's for backtrace-below-main.
5834
98b45e30
DJ
58352003-01-04 Daniel Jacobowitz <drow@mvista.com>
5836
5837 * gdb.texinfo (Controlling GDB): Document "set osabi".
5838
95f90d25
DJ
58392003-01-04 Daniel Jacobowitz <drow@mvista.com>
5840
5841 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5842 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5843
1e698235
DJ
58442003-01-04 Daniel Jacobowitz <drow@mvista.com>
5845
5846 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5847 "set coerce-float-to-double".
5848 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5849
e632838e
AC
58502003-01-02 Andrew Cagney <ac131313@redhat.com>
5851
5852 * stabs.texinfo: Remove obsolete text.
5853 * gdbint.texinfo: Ditto.
5854 * gdb.texinfo: Ditto.
5855
c133ab7a
MK
58562002-12-22 Mark Kettenis <kettenis@gnu.org>
5857
5858 * gdbint.texinfo (Target Architecture Definition): Update
5859 description of gdbarch_register_osabi.
5860
f821f325
KH
58612002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5862
5863 * agentexpr.texi: Fix typos.
5864 * annotate.texi: Likewise.
5865 * fdl.texi: Likewise.
5866
85a6d8d3 58672002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5868
5869 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5870 DEPRECATED_INIT_FRAME_PC.
5871
ae45cd16
AC
58722002-12-01 Andrew Cagney <ac131313@redhat.com>
5873
5874 * gdbint.texinfo (Target Architecture Definition): Delete
5875 PC_IN_CALL_DUMMY.
5876
07555a72
AC
58772002-11-28 Andrew Cagney <ac131313@redhat.com>
5878
5879 * gdbint.texinfo (Host Definition): Delete documentation on
5880 USE_GENERIC_DUMMY_FRAMES.
5881
c166cdc7
EZ
58822002-11-26 Elena Zannoni <ezannoni@redhat.com>
5883
5ae4183a 5884 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5885 * Makefile.in (install-info): Run the install-info command as part
5886 of the post install steps only.
5887 (uninstall-info): New target.
5888 (uninstall): New target.
5889
35db0260
EZ
58902002-11-22 Elena Zannoni <ezannoni@redhat.com>
5891
5892 * Makefile.in (install): Make install do some real work.
5893
9ba8d803
AC
58942002-11-19 Andrew Cagney <ac131313@redhat.com>
5895
5896 Fix POSIX problem reported by Paul Eggert.
5897 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5898 Fix PR gdb/527.
5899
903ad3a6
AC
59002002-10-26 Andrew Cagney <cagney@redhat.com>
5901
5902 * gdbint.texinfo (Target Architecture Definition): Delete
5903 definition of DO_REGISTERS_INFO.
5904
f2abfe65
KB
59052002-10-18 Kevin Buettner <kevinb@redhat.com>
5906
5907 * gdbint.texinfo (Address Classes): Fix problems with insertion
5908 of ``{'' and ``}'' in example.
5909
b5b0480a
KB
59102002-10-17 Kevin Buettner <kevinb@redhat.com>
5911
5912 * gdbint.texinfo (Address Classes): New section.
5913 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5914 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5915 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5916 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5917
c85508ee
KD
59182002-10-11 Klee Dienes <kdienes@apple.com>
5919
5920 * gdb.texinfo (Registers): Mention vector registers as well as
5921 floating registers in the documentation for 'info registers' and
5922 'info all-registers'.
5923
6d12fc3d
DJ
59242002-10-11 Daniel Jacobowitz <drow@mvista.com>
5925
5926 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5927
8d19fbd2
JJ
59282002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5929
5930 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5931 interface definition.
5932
a37295f9
MM
59332002-10-03 Marko Mlinar <markom@opencores.org>
5934
5935 * gdb.texinfo (Target Commands): Add or1k target specific
5936 commands.
5937 * gdb.texinfo (Contributors): Add myself to the contributors list.
5938
da0f9dcd
AC
59392002-10-01 Andrew Cagney <ac131313@redhat.com>
5940
5941 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5942 and "mi1" instead of "mi1" and "mi0".
5943
2e834e49
HPN
59442002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5945
5946 * gdb.texinfo (Packets): Fix typos "alligned".
5947 Correct z3/Z3 description. Correct z4/Z4 title.
5948
050be0dc
AC
59492002-09-27 Andrew Cagney <ac131313@redhat.com>
5950
5951 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5952
1104b9e7
KB
59532002-09-25 Kevin Buettner <kevinb@redhat.com>
5954
5955 * gdb.texinfo: Use GNU/Linux instead of Linux.
5956
512217c7
AC
59572002-09-25 Andrew Cagney <ac131313@redhat.com>
5958
5959 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5960
10998722
AC
59612002-09-24 Andrew Cagney <ac131313@redhat.com>
5962
512217c7 5963 * gdb.texinfo: Replace @example with @smallexample.
10998722 5964
a0eb71c5
KB
59652002-09-20 Kevin Buettner <kevinb@redhat.com>
5966
f7dc1244 5967 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
5968 * gdb.texinfo (Character Sets): Use @smallexample instead of
5969 @example. Use GNU/Linux instead of Linux.
5970
59712002-09-20 Jim Blandy <jimb@redhat.com>
5972
5973 * gdb.texinfo: Add character set documentation.
5974
2f870471
AC
59752002-09-19 Andrew Cagney <ac131313@redhat.com>
5976
5977 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5978 (Packets): Add cross reference from `b' packet to `z' packets.
5979
790eb8f5
AC
59802002-09-19 Andrew Cagney <ac131313@redhat.com>
5981
8d30a00d
AC
5982 * gdb.texinfo (Maintenance Commands): Document ``maint
5983 internal-error'' and ``maint internal-warning''.
5984
790eb8f5
AC
5985 * gdbint.texinfo (Target Architecture Definition): Revise
5986 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5987
a23a7bf1
JB
59882002-09-19 Joel Brobecker <brobecker@gnat.com>
5989
5990 * gdbint.texinfo (Target Conditionals): Document the new
5991 NAME_OF_MALLOC macro.
5992
299ffc64
AC
59932002-09-05 Andrew Cagney <ac131313@redhat.com>
5994
5995 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5996 engineer.
5997
b7bb15bc
SC
59982002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5999
6000 * gdb.texinfo (TUI Overview): Document status line fields.
6001
3d757584
SC
60022002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6003
6004 * gdb.texinfo (TUI Commands): Document info win command.
6005
269c21fe
SC
60062002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6007
6008 * gdb.texinfo (TUI Overview): Document breakpoint markers.
6009
7cf36c78
SC
60102002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6011
6012 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
6013 (TUI Keys): Likewise.
6014
d2c6833e
AC
60152002-08-25 Andrew Cagney <ac131313@redhat.com>
6016
6017 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
6018 for a packet receive.
6019
46d8b1c3
AC
60202002-08-25 Andrew Cagney <ac131313@redhat.com>
6021
6022 * Makefile.in (clean): Move to end of file.
6023 (distclean, maintainer-clean, realclean): Ditto.
6024 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
6025 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
6026 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
6027 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
6028
b0787093
AC
60292002-08-24 Andrew Cagney <ac131313@redhat.com>
6030
6031 * Makefile.in (GDBINT_TEX_TMPS): Define.
6032 (gdbint.dvi, gdbint.pdf): Use
6033 (GDB_TEX_TMPS): Define.
6034 (gdb.dvi, gdb.pdf): Use.
6035 (STABS_TEX_TMPS): Define.
6036 (stabs.dvi, stabs.pdf): Use.
6037 (GDB_DOC_SOURCE_INCLUDES): New macros.
6038 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
6039 (GDBINT_DOC_FILES_INCLUDES): New macros.
6040 (GDBINT_DOC_BUILD_INCLUDES): New macros.
6041 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
6042 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
6043 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
6044 (links2roff): Replace SFILES_INCLUDED with
6045 GDB_DOC_SOURCE_INCLUDES.
6046 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
6047 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
6048 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
6049 dependencies.
6050 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
6051 dependencies.
6052 (gdbmi.texinfo): Delete rule.
6053 (inc-hist.texinfo): Delete rule.
6054 (rluser.texinfo): Delete rule.
6055
ebba8386
AC
60562002-08-23 Andrew Cagney <cagney@redhat.com>
6057
6058 * gdbint.texinfo (Target Architecture Definition): Update
6059 STORE_RETURN_VALUE, mention regcache.
6060
0ab7a791
AC
60612002-08-21 Andrew Cagney <ac131313@redhat.com>
6062
6063 * gdbint.texinfo (Target Architecture Definition): Document
6064 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
6065
ee2d5c50
AC
60662002-08-19 Andrew Cagney <ac131313@redhat.com>
6067
6068 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
6069 Fix minor typos. Add index entries.
6070
53c69bd7
AC
60712002-08-18 Andrew Cagney <ac131313@redhat.com>
6072
6073 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
6074
e76f1f2e
AC
60752002-08-15 Andrew Cagney <ac131313@redhat.com>
6076
6077 * gdbint.texinfo (Target Architecture Definition): Document
6078 PRINT_VECTOR_INFO.
6079 * gdb.texinfo (Vector Unit): Document "info vectors" command.
6080
0680b120
AC
60812002-08-13 Andrew Cagney <ac131313@redhat.com>
6082
6083 * gdb.texinfo (Maintenance Commands): Document "maint print
6084 registers", "maint print raw-registers" and "maint print
6085 cooked-registers".
6086
3c3bea1c
GS
60872002-08-08 Grace Sainsbury <graces@redhat.com>
6088
a9331b3f 6089 From Mark Salter:
3c3bea1c
GS
6090 * gdb.texinfo (Protocol): Document T packet extension to
6091 allow watchpoint address reporting.
6092
42f9b0a5
AC
60932002-08-03 Andrew Cagney <ac131313@redhat.com>
6094
6095 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
6096
db034ac5
AC
60972002-08-01 Andrew Cagney <cagney@redhat.com>
6098
6099 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
6100 to CHILL.
6101
e2b28d04
AC
61022002-08-01 Andrew Cagney <ac131313@redhat.com>
6103
6104 * gdbint.texinfo (Coding): Revise section "Include Files".
6105
7fb623f7
AC
61062002-07-24 Andrew Cagney <cagney@redhat.com>
6107
6108 * gdbint.texinfo: Obsolete references to m88k.
6109 * gdb.texinfo: Ditto.
6110
4a2b4636
JB
61112002-07-10 Joel Brobecker <brobecker@gnat.com>
6112
7fb623f7 6113 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
6114 where the proper version of autoconf can be retrieved.
6115
a71ec265
DH
61162002-07-09 Don Howard <dhoward@redhat.com>
6117
6118 * gdb.texinfo (Command Files): Further describe the behavior of
6119 sourced command files.
6120
b9aa90c9
AC
61212002-06-27 Andrew Cagney <ac131313@redhat.com>
6122
6123 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6124 (Coding): Clarify ISO C version that GDB assumes.
6125
40dd2248
TT
61262002-06-26 Tom Tromey <tromey@redhat.com>
6127
6128 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6129 add_setshow_cmd_full.
6130
bfac230e
DH
61312002-06-25 Don Howard <dhoward@redhat.com>
6132
6133 * gdb.texinfo (Memory Region Attributes): Document new behavior
6134 for 'mem' command.
6135
475b0867
JB
61362002-06-11 Jim Blandy <jimb@redhat.com>
6137
919d772c
JB
6138 * gdb.texinfo (Symbols): Update documentation for `info source'
6139 command.
6140
475b0867
JB
6141 * gdb.texinfo (Macros): Call the command `info macro', not
6142 `show macro'.
6143
ba8c9337
AC
61442002-06-09 Andrew Cagney <ac131313@redhat.com>
6145
6146 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6147 data''.
6148
1029b7fa
MK
61492002-06-09 Mark Kettenis <kettenis@gnu.org>
6150
6151 * gdbint.texinfo (Target Architecture Definition): Document
6152 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6153
16737d73
AC
61542002-06-08 Andrew Cagney <ac131313@redhat.com>
6155
6156 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6157 lists.
6158
30107679
AC
61592002-06-08 Andrew Cagney <ac131313@redhat.com>
6160
6161 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6162 Branch''.
6163
3352e23e
AC
61642002-06-01 Andrew Cagney <ac131313@redhat.com>
6165
6166 * gdbint.texinfo (Target Architecture Definition): Add section
6167 ``Converting an existing Target Architecture to Multi-arch''.
6168
cbb09e6a
AC
61692002-05-30 Andrew Cagney <ac131313@redhat.com>
6170
6171 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6172 to ``Obsoleting code''. Revise.
6173
e2e0bcd1
JB
61742002-05-17 Jim Blandy <jimb@redhat.com>
6175
6176 * gdb.texinfo (C Preprocessor Macros): New chapter.
6177 Include it in the main menu.
6178 (Contributors): Credit Jim Blandy with macro support.
6179 (Compilation): Explain how to get macro information into the
6180 executable.
6181 (Expressions): Note that preprocessor macros are expanded.
6182
9db8d71f
DJ
61832002-05-14 Daniel Jacobowitz <drow@mvista.com>
6184
6185 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6186 options for `target remote'.
6187
6d531722
AC
61882002-05-13 Andrew Cagney <ac131313@redhat.com>
6189
6190 * gdbint.texinfo (Target Architecture Definition): Delete
6191 documentation on NNPC_REGNUM.
6192
13d01224
AC
61932002-05-11 Andrew Cagney <ac131313@redhat.com>
6194
6195 * gdbint.texinfo (Target Architecture Definition): Document
6196 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6197 (Target Architecture Definition): Revise section `Using Different
6198 Register and Memory Data Representations'. Add section `Raw and
6199 Virtual Register Representations'.
6200
b2e75d78
AC
62012002-05-11 Andrew Cagney <ac131313@redhat.com>
6202
6203 * gdbint.texinfo (Target Architecture Definition): Mention
6204 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6205 (Target Architecture Definition): Mention same. Add references to
6206 web pages.
6207
2c8682ee
MS
62082002-05-08 Michael Snyder <msnyder@redhat.com>
6209
6210 * stabs.texinfo (Attributes): Document new "vector" attribute.
6211
0816590b
AC
62122002-05-04 Andrew Cagney <ac131313@redhat.com>
6213
6214 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6215
2653173e
AC
62162002-05-04 Andrew Cagney <ac131313@redhat.com>
6217
6218 * gdb.texinfo: Delete obsolete references to a29k.
6219
d7bd68ca
AC
62202002-04-24 Andrew Cagney <ac131313@redhat.com>
6221
6222 * gdbint.texinfo (Target Architecture Definition): Replace
6223 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6224
21d83aa5
DM
62252002-04-24 David S. Miller <davem@redhat.com>
6226
6227 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6228
7673a6cc
DM
62292002-04-21 David S. Miller <davem@redhat.com>
6230
6231 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6232
d49d1e0a
AC
62332002-04-21 Andrew Cagney <ac131313@redhat.com>
6234
6235 * gdbint.texinfo (Target Architecture Definition): Delete
6236 definition of HAVE_REGISTER_WINDOWS.
6237
f7dc1244 62382002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
6239
6240 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6241 "Theodore A. Roth" <troth@verinet.com>.
6242
5ca0cb28
DH
62432002-04-15 Don Howard <dhoward@redhat.com>
6244
f7dc1244 6245 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6246 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6247 Provide a better explaination of this feature.
5ca0cb28 6248
f208ba17
AC
62492002-04-14 Andrew Cagney <ac131313@redhat.com>
6250
6251 * gdbint.texinfo (Target Architecture Definition): Remove
6252 FRAME_CHAIN_COMBINE.
6253
d5ba91de
MC
62542002-04-12 Michael Chastain <mec@shout.net>
6255
6256 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6257 REG_STACK_SEGMENT.
6258
26818220
MC
62592002-04-09 Michael Chastain <mec@shout.net>
6260
6261 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6262 PYRAMID_* macros.
6263
129188f6
AC
62642002-04-07 Andrew Cagney <ac131313@redhat.com>
6265
6266 * gdb.texinfo (Bug Reporting): Document that the web is the
6267 prefered way of submitting bug reports.
6268 (Bug Reporting): Delete the s-mail address as the last resort.
6269
8227c0ff
AC
62702002-04-05 Andrew Cagney <ac131313@redhat.com>
6271
6272 * gdbint.texinfo (Target Architecture Definition): Delete
6273 references to TARGET_WRITE_FP and write_fp.
6274
16d9dec6
MS
62752002-03-27 Michael Snyder <msnyder@redhat.com>
6276
6277 * gdb.texinfo: Document new commands dump, append, and restore.
6278
9ae8b82c
AC
62792002-03-27 Andrew Cagney <ac131313@redhat.com>
6280
6281 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6282 Branch'.
6283
474c8240
AC
62842002-03-18 Andrew Cagney <ac131313@redhat.com>
6285
6286 * gdb.texinfo: Change all examples to @smallexample.
6287 * gdbint.texinfo: Ditto.
a9331b3f 6288
fb0ff88f
AC
62892002-03-18 Andrew Cagney <ac131313@redhat.com>
6290
6291 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6292 Branches''.
6293
9bb0a4d8
AC
62942002-03-18 Andrew Cagney <ac131313@redhat.com>
6295
6296 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6297 Policy''.
6298
937f164b
FF
62992002-03-04 Fred Fish <fnf@redhat.com>
6300
6301 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6302 expresson, suports, dependant, trhe, perhaphs, situtations,
6303 explictily, taged, oportunity, unfortunatly).
6304
a7b40f07
AC
63052002-02-24 Andrew Cagney <ac131313@redhat.com>
6306
6307 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6308 Remove reference to 3.12.
6309
aab4e0ec
AC
63102002-02-23 Andrew Cagney <ac131313@redhat.com>
6311
6312 * gdbint.texinfo: Include fdl.texi.
6313 (Top): Add GNU Free Documentation License.
6314 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6315 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6316 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6317 (gdbint.info): Add srcdir to include path.
6318 * gdb.texinfo: Include gpl.texi.
6319 (Top): Add Copying.
6320 * gpl.texi: New file.
6321
47b95330
AC
63222002-02-23 Andrew Cagney <ac131313@redhat.com>
6323
6324 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6325
78c47bea
PM
63262002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6327
6328 * gdb.texinfo: Document Cygwin native specific commands.
6329
56460a61
DJ
63302002-02-15 Daniel Jacobowitz <drow@mvista.com>
6331
6332 * gdb.texinfo: Document gdbserver ``--attach'' command.
6333
def71bfa
MS
63342002-02-07 Michael Snyder <msnyder@redhat.com>
6335
6336 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6337 to @code(_ovly_debug_event).
6338
c928edc0
AC
63392002-02-07 Andrew Cagney <ac131313@redhat.com>
6340
6341 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6342
81d46470
MS
63432002-02-06 Michael Snyder <msnyder@redhat.com>
6344
6345 * gdb.texinfo (overlays): Mention new magic symbol
6346 '_ovly_debug_event', which allows GDB to keep better track
6347 of overlays.
6348
f7dc1244 63492002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6350
6351 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6352 Suggested by Dmitry Sivachenko.
6353
6354 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6355
15110bc3
MS
63562002-02-01 Michael Snyder <msnyder@redhat.com>
6357
6358 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6359
6763aef9
MS
63602002-01-30 Michael Snyder <msnyder@redhat.com>
6361
ac282366
MS
6362 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6363 (set trust-readonly-sections): Document.
6763aef9 6364
8642bc8f
AC
63652002-01-29 Andrew Cagney <ac131313@redhat.com>
6366
6367 * gdbint.texinfo (Releasing GDB): Revise and update.
6368
afe64c1a
AC
63692002-01-28 Andrew Cagney <ac131313@redhat.com>
6370
6371 * gdbint.texinfo (Target Architecture Definition): Delete
6372 description of TARGET_BYTE_ORDER_DEFAULT.
6373
f7dc1244 63742002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6375
6376 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6377 <mitya@cavia.pp.ru>.
6378
3d6e1b5a
AC
63792002-01-23 Andrew Cagney <ac131313@redhat.com>
6380
6381 * libgdb.texinfo: Delete file.
6382
6c0e9fb3
AC
63832002-01-22 Andrew Cagney <ac131313@redhat.com>
6384
6385 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6386 * gdbint.texinfo: Ditto.
6387
e0ce93ac
AC
6388Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6389
6390 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6391
be298bcc
AC
63922002-01-22 Andrew Cagney <ac131313@redhat.com>
6393
6394 * Makefile.in: Update copyright.
6395 (TEXI2DVI): Define.
6396 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6397 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6398 gdb-cfg.texi.
6399 (TEXINDEX, PDFTEX): Delete makefile variables.
6400
8e04817f
AC
64012002-01-22 Andrew Cagney <ac131313@redhat.com>
6402
6403 * gdb.texinfo (Protocol): Move section to appendix.
6404
6b2f586d
AC
64052002-01-21 Andrew Cagney <ac131313@redhat.com>
6406
6407 * gdb.texinfo (Remote Debugging): Create a menu.
6408 (Top): Add ``Remote Debugging'' to menu.
6409
6f05cf9f
AC
64102002-01-21 Andrew Cagney <ac131313@redhat.com>
6411
6412 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6413 serial protocol'' from here.
6414 (Remote Debugging): To here. New chapter.
6415
3fd3d7d2
AC
64162002-01-20 Andrew Cagney <ac131313@redhat.com>
6417
6418 * gdbint.texinfo (Target Architecture Definition): Delete
6419 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6420
7fd60527
AC
64212002-01-20 Andrew Cagney <ac131313@redhat.com>
6422
6423 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6424 are no longer needed.
6425 (Porting GDB): Add maintainer note about configure.host.
6426
c2f05ac9
AC
64272002-01-20 Andrew Cagney <ac131313@redhat.com>
6428
6429 * gdbint.texinfo (Target Architecture Definition): Remove
6430 definition of IEEE_FLOAT.
6431
f7dc1244 64322002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6433
6434 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6435 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6436 <3diff@gnu.org>
231b2aad 6437
82600034
AC
64382002-01-19 Andrew Cagney <ac131313@redhat.com>
6439
6440 * gdbint.texinfo (Host Definition): Remove references to
6441 MALLOC_INCOMPATIBLE.
6442
7708fa01
AC
64432002-01-17 Andrew Cagney <ac131313@redhat.com>
6444
6445 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6446 and xyz-xdep.o.
6447
eb12ee30
AC
64482002-01-17 Andrew Cagney <ac131313@redhat.com>
6449
889bf7c5 6450 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6451 (Set Breaks): Copy ``maint info breakpoint'' doco to
6452 ``Maintenance Commands'' appendix. Add reference.
6453
c9ccaa92
AC
64542002-01-17 Andrew Cagney <ac131313@redhat.com>
6455
6456 * fdl.texi: Remove next/prev from @node.
6457
f7dc1244 64582002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6459
6460 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6461 for monstrous @multitable (from Brian Youmans).
6462
6463 * fdl.texi: New file.
6464
6465 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6466
8973da3a
AC
64672002-01-15 Andrew Cagney <ac131313@redhat.com>
6468
6469 * gdbint.texinfo (Releasing GDB): New chapter.
6470
7d86b5d5
AC
64712002-01-14 Andrew Cagney <ac131313@redhat.com>
6472
6473 * gdb.texinfo (Embedded Processors, Calling program functions):
6474 Obsolete references to a29k.
6475
cc1cb004
AC
64762002-01-13 Andrew Cagney <ac131313@redhat.com>
6477
6478 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6479 examples. Document that a code-block should do or discard its
6480 cleanups before exit.
6481
79f12247
MS
64822002-01-11 Michael Snyder <msnyder@redhat.com>
6483
6484 * gdb.texinfo (Choosing files): Change @samp to @file.
6485
19837790
MS
64862002-01-05 Michael Snyder <msnyder@redhat.com>
6487
6488 * gdb.texinfo (--pid): Document new command line option (attach).
6489
f7dc1244 64902002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6491
6492 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6493 in the stub.
6494
d7449b42
AC
64952002-01-04 Andrew Cagney <ac131313@redhat.com>
6496
6497 * gdbint.texinfo (Target Architecture Definition): Replace
6498 BIG_ENDIAN with BFD_ENDIAN_BIG.
6499
f23631e4
AC
65002002-01-03 Andrew Cagney <ac131313@redhat.com>
6501
6502 * gdbint.texinfo (Target Architecture Definition): Replace
6503 value_ptr with struct value pointer.
6504
72c9928d
EZ
65052002-01-02 Eli Zaretskii <eliz@gnu.org>
6506
6507 * gdb.texinfo (Free Software): Fix wording.
6508
959acfd1
EZ
65092001-12-31 Eli Zaretskii <eliz@gnu.org>
6510
6511 * gdb.texinfo (Free Software): New section ``Free Software Needs
6512 Free Documentation''.
6513
f7dc1244 65142001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6515
6516 * stabs.texinfo:
6517 * gdb.texinfo:
6518 * gdbint.texinfo:
6519 * libgdb.texinfo:
6520 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6521
6600abed
MS
65222001-12-29 Michael Snyder <msnyder@redhat.com>
6523
6524 * gdb.texinfo (maint info sections): Fix typo.
6525
f6680716
MS
65262001-12-26 Michael Snyder <msnyder@redhat.com>
6527
fe95c787
MS
6528 * gdb.texinfo (maint info sections): Document.
6529
a9331b3f 6530 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6531 'info proc' sub-options that are currently not implemented.
6532
c3d3ce5b
JB
65332001-12-20 Jim Blandy <jimb@redhat.com>
6534
6535 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6536
778eb05e
AC
65372001-12-15 Andrew Cagney <ac131313@redhat.com>
6538
6539 * gdbint.texinfo (Target Architecture Definition): Replace
6540 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6541
2607059c
AC
65422001-12-01 Andrew Cagney <ac131313@redhat.com>
6543
6544 * gdbint.texinfo (Host Definition): Delete documentation on
6545 HOST_BYTE_ORDER.
6546
df0cd8c5
JB
65472001-11-30 Jim Blandy <jimb@redhat.com>
6548
6549 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6550 overlay support. Add to top-level menu.
df0cd8c5 6551
88118b3a
TT
65522001-11-26 Tom Tromey <tromey@redhat.com>
6553
6554 * gdb.texinfo (Command Syntax): Document C-o binding.
6555
96565e91
CF
65562001-07-26 Christopher Faylor <cgf@redhat.com>
6557
6558 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6559 use since it is described in the referenced section.
6560
f7dc1244 6561 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6562 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6563 clearer when using DJGPP.
6564
2a3d5645
CF
65652001-11-24 Christopher Faylor <cgf@redhat.com>
6566
6567 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6568 specifically refer to MS-DOS.
6569 (command files): Mention gdb.ini is only used on MS-DOS.
6570
aa26fa3a
TT
65712001-11-21 Tom Tromey <tromey@redhat.com>
6572
6573 * gdb.texinfo (Invoking GDB): Document --args.
6574 (Mode Options): Likewise.
6575
4f8ada06
JB
65762001-11-21 Jim Blandy <jimb@redhat.com>
6577
6578 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6579 Delete documentation; this macro has been removed from the
6580 sources.
4f8ada06 6581
3fe0dc10
JB
65822001-11-13 Jim Blandy <jimb@redhat.com>
6583
6584 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6585
9e5abb06
CV
65862001-11-06 Corinna Vinschen <vinschen@redhat.com>
6587
6588 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6589
1c5dfdad
MS
65902001-11-05 Michael Snyder <msnyder@redhat.com>
6591
a9331b3f 6592 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6593 quote regexp chars in function names such as "operator*()".
6594
990f9fe3
FF
65952001-11-01 Fred Fish <fnf@redhat.com>
6596
6597 * gdbint.texinfo (SOLIB_ADD): Document additional new
6598 "readsyms" arg.
6599
b433d00b
DH
66002001-10-30 Don Howard <dhoward@redhat.com>
6601
070b1dd3
DH
6602 * gdb.texinfo: (Command Files) Added documentation for the
6603 behavior of gdb with input redirected from a file.
b433d00b 6604
b7209cb4
FF
66052001-10-28 Fred Fish <fnf@redhat.com>
6606
6607 * gdb.texinfo (auto-solib-add): Change docs to match
6608 implementation change.
6609 (auto-solib-limit): Add docs for new variable.
6610
1aa20aa8
AC
66112001-10-15 Andrew Cagney <ac131313@redhat.com>
6612
6613 * gdbint.texinfo (Target Architecture Definition): Function
6614 value_as_pointer renamed to value_as_address.
6615
fc0c74b1
AC
66162001-10-15 Andrew Cagney <ac131313@redhat.com>
6617
6618 * gdbint.texinfo (Target Architecture Definition): Default
6619 POINTER_TO_ADDRESS functions assume unsigned addresses.
6620 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6621 posting by Jim Blandy.
6622
f4846649
JB
66232001-10-12 Jim Blandy <jimb@redhat.com>
6624
6625 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6626 version of texi2html (1.64) doesn't support this flag any more.
6627
f277788b
MK
66282001-09-08 Mark Kettenis <kettenis@gnu.org>
6629
a9dc4918
MK
6630 * gdbint.texinfo (Host Definition): Remove description of
6631 MEM_FNS_DECLARED.
6632
d28379df
MK
6633 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6634
f277788b
MK
6635 * gdbint.texinfo (Host Definition): Remove description of
6636 HAVE_SIGSETMASK.
6637
7ccaa899
EZ
66382001-09-04 Elena Zannoni <ezannoni@redhat.com>
6639
6640 * gdbint.texinfo (Target Architecture Definition): Add
6641 explanation of TARGET_PRINT_INSN macro.
6642
17d9d558
JB
66432001-08-30 Jim Blandy <jimb@redhat.com>
6644
6645 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6646 Explain what it means to load relocatable files.
6647
72cde065
JB
66482001-08-28 Jim Blandy <jimb@redhat.com>
6649
6650 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6651 info `top' menu.
6652
9e678452
CF
6653Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6654
6655 * gdbint.texinfo: Add a cautionary note about macro use.
6656
a2bea4c3 66572001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6658
a2bea4c3
CV
6659 * gdb.texinfo: Explain omitting the hostname in the
6660 `target remote' command.
6661
1129bf27
DJ
66622001-07-30 Daniel Jacobowitz <drow@mvista.com>
6663
6664 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6665 and END-INFO-DIR-ENTRY.
6666
732b3002
SC
66672001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6668
6669 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6670
89437448
AC
66712001-07-25 Andrew Cagney <ac131313@redhat.com>
6672
6673 * gdbint.texinfo (libgdb): Rewrite.
6674
f7dc1244 66752001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6676
6677 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6678
c4555f82
SC
66792001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6680
6681 * gdb.texinfo (TUI): New chapter, document the TUI.
6682 (Mode Options): Document the -tui option.
6683
2f45a6e0
MK
66842001-07-23 Mark Kettenis <kettenis@gnu.org>
6685
6686 * gdbint.texinfo (Host Definition): Remove description of
6687 NEED_POSIX_SETPGID.
6688
f7dc1244 66892001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6690
6691 * gdb.tex (DJGPP Native): New node, with descriptions of
6692 DJGPP-specific commands.
6693
be9c6c35
JM
66942001-07-19 John R. Moore <jmoore@redhat.com>
6695
6696 * gdbint.texinfo: Three misspellings.
6697
dfa249fb
AC
66982001-07-06 Andrew Cagney <ac131313@redhat.com>
6699
6700 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6701 `test` expressions on bash. Problem reported by Colin Walters.
6702
c72e7388
AC
67032001-07-04 Andrew Cagney <ac131313@redhat.com>
6704
6705 * gdbint.texinfo (User Interface): Update ui-out documentation to
6706 refelect recent UI/MI updates.
6707
94bbb2c0
AC
67082001-07-04 Andrew Cagney <ac131313@redhat.com>
6709
6710 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6711 interpreters.
6712
af6c57ea
AC
67132001-06-15 Andrew Cagney <ac131313@redhat.com>
6714
6715 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6716 structure and not macros.
6717 (Host Definition): Document that much of this chapter is obsolete.
6718 (Target Architecture Definition): Update list of files that make
6719 up a target architecture.
6720 (Coding): Update.
6721
83aa8bc6
AC
67222001-06-28 Andrew Cagney <ac131313@redhat.com>
6723
6724 * gdbint.texinfo (Target Architecture Definition): Update
6725 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6726 The latter has been changed to a true predicate.
6727
f7dc1244 67282001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6729
6730 * annotate.texi: Add @noindent where needed. From Dmitry
6731 Sivachenko <dima@Chg.RU>.
6732 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6733
656db9b0
AC
67342001-06-16 Andrew Cagney <ac131313@redhat.com>
6735
6736 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6737
df2396a1
AC
67382001-06-14 Andrew Cagney <ac131313@redhat.com>
6739
6740 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6741 returns ``OK''. Document that the ``R'' packet does not reply.
6742
0f1f2b0a
MS
67432001-06-13 Michael Snyder <msnyder@redhat.com>
6744
6745 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6746
f7dc1244 67472001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6748
6749 * gdb.texinfo (Signals): Clarify the default setting of signal
6750 handling.
6751
a5d7c491
AC
67522001-05-14 Andrew Cagney <ac131313@redhat.com>
6753
6754 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6755 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6756
05a54c4f
AC
67572001-05-12 Andrew Cagney <ac131313@redhat.com>
6758
6759 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6760
f7dc1244 67612001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6762
6763 * gdbint.texinfo (Clean Design and Portable Implementation):
6764 Renamed from "Clean Design".
6765 (Clean Design and Portable Implementation): Document portable
6766 methods of handling file names, and the associated macros.
6767
f7dc1244 67682001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6769
6770 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6771 command and provide a cross-reference to its description.
6772 (Symbols): Note that "info scope" is useful for trace experiments.
6773
f7dc1244 67742001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6775
b37052ae
EZ
6776 * gdb.texinfo (Symbols): Document "info scope".
6777 (Tracepoints): New chapter.
6778 (Contributors): Update for v5.1.
6779 <All nodes>: Change "C++" to "C@t{++}".
6780
0ee54786
EZ
6781 * gdbint.texinfo (User Interface): A new section about ui_out
6782 functions, based on text written by Fernando Nasser.
6783
c534679c
EZ
6784 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6785
f7dc1244 67862001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6787
e9c75b65
EZ
6788 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6789
6790 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6791
6792 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6793 Replace "GDB" with "@value{GDBN}". Fix markup.
6794
6795 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6796
3d67e040
EZ
6797 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6798 a cross-reference to its description.
6799 (Symbols): Document "info symbol".
6800
f7dc1244 68012001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6802
6803 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6804 subsection "x86 Watchpoints".
6805 (Target Architecture Definition): Document the macros
6806 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6807 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6808
b0ed3589
AC
68092001-03-20 Andrew Cagney <ac131313@redhat.com>
6810
6811 * gdbint.texinfo (Target Architecture Definition): Update
6812 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6813 list.
6814
b6ba6518
KB
68152001-03-06 Kevin Buettner <kevinb@redhat.com>
6816
6817 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6818 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6819
f7dc1244 68202001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6821
6822 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6823
f7dc1244 68242001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6825
17cc6a06
EZ
6826 * gdb.texinfo (Environment): Document that `path' does not change
6827 the value of PATH in GDB's own environment (it did in the past,
6828 but that was changed on March 15, 1994). Reported by Doug Evans
6829 <dje@transmeta.com>.
6830
56caf160
EZ
6831 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6832 its line. Fix markup of commands and macros. Add an Index node
6833 and index entries.
6834
29e57380
C
68352001-01-23 J.T. Conklin <jtc@redback.com>
6836
6837 * gdb.texinfo (Memory region attributes): New manual section.
6838
1c6147de
ND
68392001-01-04 Nicholas Duffek <nsd@redhat.com>
6840
6841 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6842
f7dc1244 68432000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6844
6845 * refcard.tex: Version and copyright fixed. From Phil Edwards
6846 <pedwards@disaster.jaj.com>.
6847
0dcedd82
AC
6848Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6849
6850 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6851 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6852
3b851bce
AC
6853Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6854
6855 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6856 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6857
f7dc1244 68582000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6859
6860 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6861 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6862
b90a5f51
CF
68632000-11-10 Christopher Faylor <cgf@cygnus.com>
6864
6865 * gdb.texinfo: Document new 'set step-mode' command.
6866
f7dc1244 68672000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6868
6869 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6870 changes from Dmitry Sivachenko <dima@Chg.RU>.
6871
f7dc1244 68722000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6873
6874 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6875 From Steven Johnson <sbjohnson@ozemail.com.au>.
6876
2e685b93
MK
68772000-08-10 Mark Kettenis <kettenis@gnu.org>
6878
6879 * gdbint.texinfo (Overall Structure): Spelling fix.
6880
f7dc1244 68812000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6882
6883 * gdbint.texinfo (Target Architecture Definition): Document that
6884 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6885 for which REGISTER_CONVERTIBLE returns a zero value.
6886
63ac3005
EZ
68872000-07-08 Christopher Faylor <cgf@cygnus.com>
6888
6889 * Makefile.in (install-info): Find files to install in either the
6890 build or source directories (adapted from Makefile.am).
6891
bd79f757
ND
68922000-07-07 Nicholas Duffek <nsd@redhat.com>
6893
6894 * stabs.texinfo: Fix spelling errors.
6895 (String Field): FILE-NUMBER starts from 0, not 1.
6896
f7dc1244 68972000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
6898
6899 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 6900 Brian Youmans.
5f208f6d 6901
f7dc1244 69022000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
6903
6904 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
6905 the source directory. Reported by Mark Harig
6906 <markh@frazier.landmark.com>.
cc542d3b 6907
f3b28801
C
69082000-06-20 J.T. Conklin <jtc@redback.com>
6909
6910 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6911
449f3b6c
AC
6912Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6913
6914 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 6915 Generate using pdftex.
449f3b6c 6916 (PDFTEX): Define.
889bf7c5 6917 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 6918 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 6919 @contents at the start.
449f3b6c 6920
f7dc1244 69212000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
6922
6923 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 6924 Youmans.
48e934c6 6925
9e9c5ae7
AC
6926Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6927
6928 From Brian Youmans:
6929 * gdb.texinfo: Fix ``et al.''.
6930
c741b251
AC
6931Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6932
6933 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 6934 loop.
c741b251 6935
4ab64e14
JG
69362000-05-19 Jimmy Guo <guo@cup.hp.com>
6937
6938 * configure: Regenerate.
6939
f7dc1244 69402000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
6941
6942 * Makefile.in (install-info): Run install-info on installed Info
6943 files.
6944
8c70017b
AC
6945Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6946
a7cb598a 6947 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 6948 Andrew Cagney.
8c70017b 6949
f7dc1244 69502000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
6951
6952 * gdb.texinfo: Proofreading changes from Brian Youmans.
6953
bf0184be
ND
69542000-05-01 Nick Duffek <nsd@cygnus.com>
6955
6956 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6957 startup sequence, minor edits.
6958
f7dc1244 69592000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
6960
6961 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6962 TeX.
6963
6964 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6965 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6966 like `n' and `s' which look weird. Convert some of the @kindex to
6967 @vindex, when they refer to variables, not commands.
6968
33e16fad
AC
6969Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6970
6971 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6972
f7dc1244 69732000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
6974
6975 * Makefile.in (GDBMI_DIR): New variable.
6976 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6977 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6978 (gdbmi.texinfo): New target, for texi2roff.
6979 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6980 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6981
6982 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6983 gdbmi.texinfo.
6984 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6985 comment.
6986
d167840f
EZ
69872000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6988
6989 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 6990 command.
d167840f 6991
f7dc1244 69922000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
6993
6994 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6995 prevents the build (and is generally a Bad Idea).
6996
f7dc1244 69972000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
6998
6999 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
7000 a comma inside @var.
7001 (Command Files): Index markup changes from Dmitry Sivachenko
7002 <dima@Chg.RU>.
7003
f7dc1244 70042000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
7005
7006 * Makefile.in (LN_S): Define.
7007 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
7008 invoke "ln -s" unless it is known to work.
7009
7010 * configure.in (AC_PROG_LN_S): Add.
7011
8dc7983f
JB
70122000-04-14 Jim Blandy <jimb@redhat.com>
7013
7014 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
7015 section.
7016 (Target Conditionals): Document ADDRESS_TO_POINTER,
7017 POINTER_TO_ADDRESS.
7018
1a8237e8
DB
70192000-04-11 Daniel Berlin <dan@cgsoftware.com>
7020
7021 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
7022 gdb-cfg.texi to get the value.
7023
ca526f1a
JB
70242000-04-10 Jim Blandy <jimb@redhat.com>
7025
7026 * gdbint.texinfo (Target Architecture Definition): Fix
7027 cross-references.
7028
faaafcb4
JB
70292000-04-08 Jim Blandy <jimb@redhat.com>
7030
7031 * gdbint.texinfo (Using Different Register and Memory Data
7032 Representations): New section.
7033 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
7034 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
7035 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 7036
1b27397f
AC
7037Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
7038
7039 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 7040 for acknowledgments.
1b27397f 7041
480ff1fb
AC
7042Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
7043
7044 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 7045 qThreadExtraInfo.
480ff1fb 7046
a9331b3f 70472000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 7048
a9331b3f
RM
7049 * gdb.texinfo: Clarify which remote debug protocol commands are
7050 required and which are optional.
f1251bdd 7051
dbeb8dbd
AC
7052Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
7053
7054 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
7055 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
7056 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
7057 * annotate.texi: Update.
7058
6d2ebf8b
SS
70592000-03-28 Stan Shebs <shebs@apple.com>
7060
7061 * gdb.texinfo: Update dates, bump to Eighth Edition (note
7062 expectation of additional changes before release), update
7063 ISBN, add copy of top-level menu for @ifhtml, remove explicit
7064 node links, rephrase and/or shorten lines to fix formatting
7065 problem in both regular and @smallbook formats.
7066 * annotate.texi: Shorten lines in example, use smallexample
7067 consistently everywhere.
7068 * Makefile.in: Add comment about texinfo 4.0 html generation.
7069 (SFILES_INCLUDED): Add annotate.texi.
7070
5d161b24
DB
70712000-03-27 Daniel Berlin <dan@cgsoftware.com>
7072
5ae4183a
AS
7073 * gdb.texinfo (Debugging Output): Added new section, documenting
7074 the "set/show debug" commands.
5d161b24 7075
b9deaee7
AC
7076Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
7077
7078 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 7079 entry.
b9deaee7
AC
7080
7081 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
7082 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 7083 @chapter and @node entries.
a9331b3f 7084
b9deaee7 7085 * gdb.texinfo: Link all top-level nodes.
a9331b3f 7086
9ef47d30
AC
7087Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
7088
7089 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 7090 files.
9ef47d30 7091
cfeada60
FN
70922000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
7093
7094 From David Whedon <dwhedon@gordian.com>
5ae4183a 7095 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 7096
6837a0a2
DB
70972000-03-22 Daniel Berlin <dan@cgsoftware.com>
7098
7099 * gdb.texinfo: Add documentation for the apropos command.
7100
bba2971c
MS
71012000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7102
7103 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
7104
2b628194
MS
71052000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7106
a9331b3f 7107 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
7108 two places.
7109
96a2c332
SS
71102000-03-17 Stan Shebs <shebs@apple.com>
7111
7112 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
7113 <dima@Chg.RU>, also clarification of allowed content for
7114 string constants.
7115
f7dc1244 71162000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
7117
7118 * gdb.texinfo (main menu): Add Annotations.
7119 (File Options): Add @cindex entries for each command-line option.
7120 Document --epoch, --annotate, --async, --interpreter, --write,
7121 --statistics, and --version.
7122
7123 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
7124 of GDB.
7125
9d233477
JB
71262000-02-23 Jim Blandy <jimb@redhat.com>
7127
7128 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7129
14e0eb3b
JB
71302000-02-22 Jim Blandy <jimb@redhat.com>
7131
7132 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7133
3555de01
JM
71342000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
7135
7136 * Makefile.in (diststuff): New target.
7137
5e35df8e
KB
71382000-02-15 Kevin Buettner <kevinb@redhat.com>
7139
7140 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 7141 architecture. [From Jim Wilson.]
5e35df8e 7142
c5394b80
JM
71432000-01-16 Tom Tromey <tromey@cygnus.com>
7144
7145 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7146 (Delete Breaks): Mention range arguments.
7147 (Disabling): Likewise.
7148
c3f6f71d
JM
71492000-01-05 Dmitry Sivachenko <dima@Chg.RU>
7150
7151 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7152
c4093a6a
JM
7153Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
7154
7155 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 7156 valid functions.
c4093a6a 7157
11cf8741
JM
71581999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7159
7160 * gdb.texinfo: Clarify regular expressions used in rbreak.
7161
917317f4
JM
71621999-10-15 Kevin Buettner <kevinb@cygnus.com>
7163
7164 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7165 MEMORY_REMOVE_BREAKPOINT): Document.
7166
7167Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7168
7169 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 7170 offset re-using the DATA offset instead.
917317f4 7171
2df3850c
JM
71721999-10-11 Jim Kingdon <kingdon@redhat.com>
7173
7174 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7175
71761999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7177
7178 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7179 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7180 typos.
7181
7182 * gdb.texinfo: Various minor wording and formatting improvements,
7183 mentions of additional command-line options.
7184
2acceee2
JM
71851999-09-30 Fred Fish <fnf@cygnus.com>
7186
7187 * gdb.texinfo: Document additional forms of specifying section
7188 names and addresses for the add-symbol-file command.
7189
c2c6d25f
JM
71901999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7191
7192 * gdbint.texinfo: Fix typo, add the word "have".
7193
71941999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7195
7196 * gdbint.texinfo (Target Architecture Definition): Document the
7197 SKIP_PERMANENT_BREAKPOINT macro.
7198
d4f3574e
SS
71991999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7200
7201 * gdb.texinfo: Fiks speling errers.
7202
7203 * gdb.texinfo: Fix uses of @multitable.
7204
f7dc1244 7205 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 7206 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 7207 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
7208 comments about using with optimization, add more indexing,
7209 fix info about disassembly-flavor.
7210
7211Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7212
7213 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7214 SKIP_SOLIB_RESOLVER): Define.
7215
7216Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7217
7218 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 7219 ``g'' packets.
d4f3574e 7220
104c1213
JM
72211999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7222
7223 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
7224 platform-specific info, inline remote.texi and move sections of it
7225 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
7226 and register stack into the new chapter.
7227 * remote.texi: Remove, now part of gdb.texinfo.
7228 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7229
72301999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7231
7232 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7233 GDB_TARGET_IS_MACH386): These kludges have gone away.
7234
7235Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7236
7237 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 7238 TDEPLIBS.
104c1213 7239
53a5351d
JM
72401999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7241
7242 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7243 surrounding text to fit HP-UX bits into general info.
7244 (HPPA-cfg.texi): Remove, no longer useful.
7245
7246 * gdb.texinfo: Remove explicit links from @node lines, remove
7247 HP-added "Detailed Node Listing" from main menu which confuses
7248 things.
7249
7250 From Dmitry Sivachenko <dima@Chg.RU>:
7251 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7252 in description of `set environment'.
53a5351d
JM
7253
72541999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7255
7256 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7257
7be570e7
JM
72581999-08-12 Ben Elliston <bje@cygnus.com>
7259
7260 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7261
f7dc1244 72621999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7263
7264 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7265 watch, awatch, and rwatch. Explain why the latter two cannot be
7266 set as software watchpoints. Document that watchpoints for local
7267 variables are deleted when the debuggee terminates.
7be570e7
JM
7268
7269Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7270
7271 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7272 packet. Allow E.. response packet. "qRcmd" packet is no longer
7273 reserved.
7be570e7
JM
7274
72751999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7276
a9331b3f
RM
7277 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7278 * gdb.texinfo: Ditto.
7be570e7 7279
96baa820
JM
72801999-08-06 Tom Tromey <tromey@cygnus.com>
7281
7282 * gdb.texinfo (KOD): New node.
7283
7284Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7285
7286 * remote.texi (Rcmd): Fix minor formatting typos.
7287
7288Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7289
7290 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7291 packets.
96baa820 7292
adf40b2e
JM
72931999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7294
7295 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7296 fixes.
7297
43ff13b4
JM
7298Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7299
7300 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7301
085dd6e6
JM
7302Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7303
7304 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7305 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7306 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7307 packets that are not supported on all hosts. Expand examples.
7308 Spell check.
085dd6e6
JM
7309
73101999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7311
7312 * Makefile.in: Recognize html, install-html. Add targets
7313 to build HTML versions of documentation via texi2html.
7314
7315Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7316
7317 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7318 testsuite.
085dd6e6
JM
7319
7320Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7321
7322 * remote.texi (Communication Protocol): Rewrite.
7323
7324Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7325
7326 * stabs.texinfo: Fix uses of xref.
7327
9e0b60a8
JM
7328Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7329
7330 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7331 info about patch submission.
7332
cce74817
JM
7333Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7334
7335 From Per Bothner <bothner@cygnus.com>:
7336 * gdb.texinfo: Document Chill support.
7337
7338Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7339
7340 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7341 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7342 Document that the value should be greater-than or equal-to zero.
7343 (NO_STD_REGS): Document. Deprecate.
cce74817 7344
ac9a91a7
JM
7345Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7346
7347 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7348 Document that these are not used.
ac9a91a7
JM
7349
7350Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7351
7352 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7353
392a587b
JM
7354Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7355
7356 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7357 numargs was dropped.
392a587b
JM
7358
7359Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7360
7361 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7362
b83266a0
SS
7363Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7364
7365 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7366 Update.
b83266a0 7367
7a292a7a
SS
7368Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7369
7370 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7371 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7372
7373Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7374
7375 * gdbint.texinfo: Fix typos: $ -> @.
7376
7377Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7378
7379 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7380 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7381 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7382 BREAKPOINT_FROM_PC.
a9331b3f 7383
7a292a7a
SS
7384Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7385
7386 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7387 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7388
7389Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7390
7391 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7392 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7393
73941999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7395
7396 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7397 longer exists.
7398
7399Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7400
7401 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7402 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7403 they make the manual source incomprehensible.
7a292a7a
SS
7404 * h8-cfg.texi: Remove, hasn't been used in years.
7405
c906108c
SS
7406Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7407
7408 * gdb.texinfo: Update the credits.
7409
7410Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7411
7412 * gdb.texinfo: Fix mistakes noticed in printout of last
7413 draft, add Alpha to discussion of heuristic fence post.
7414
7415Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7416
7417 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7418 Edition, merge some HP changes into mainline, describe some
7419 previously undocumented features, describe more of the target
7420 commands available, eliminate obsolete section on renamed
7421 commands.
c906108c
SS
7422 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7423
7424Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7425
7426 * gdb.texinfo: Make many HPPA conditionals unconditional,
7427 including catchpoint description, since now on for all configs.
7428 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7429 specializations.
7430
7431Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7432
7433 * Makefile.in (GDBvn.texi): Fix match expression to work with
7434 current format of VERSION in gdb/Makefile.in.
7435 * gdb.texinfo: Fix node ref to match new readline.
7436
7437Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7438
a9331b3f
RM
7439 * gdb.texinfo: Changes made as part of a project to merge in
7440 changes made by HP. Documentation makes extensive use of
c906108c
SS
7441 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7442 on remote debugging. There are differences in documentation
889bf7c5 7443 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7444 the HP manual discusses catchpoints, hardware watchpoints, and
7445 some HPUX specific limitations for shared library support.
a9331b3f 7446
c906108c
SS
7447 There are also a number of @node changes.
7448
74491999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7450
7451 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7452 (C Usage): Same.
7453
7454Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7455
7456 The following changes were made by Edith Epstein
889bf7c5
PA
7457 <eepstein@cygnus.com> as part of a project to merge in changes
7458 made by HP.
a9331b3f 7459
c906108c
SS
7460 * HPPA-cfg.texi: new file.
7461
7462 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7463
7464 * refcard.tex: change documentation about catch.
7465 removed info catch.
7466
7467Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7468
7469 * gdbint.texinfo: Expand on GDB's coding standards,
7470 specify the use of arg names with prototypes.
7471
74721998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7473
7474 * gdb.texinfo: Fix tipo.
7475
7476Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7477
7478 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7479 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7480
7481Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7482
7483 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7484
74851998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7486
7487 * agentexpr.texi: New file.
7488
7489Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7490
7491 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7492
74931998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7494
7495 * remote.texi: Changed wording that implied that the GDB remote
7496 protocol caches register values instead of GDB itself.
7497
7498Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7499
7500 * gdbint.texinfo: Add some info about symbol readers.
7501 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7502 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7503 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7504 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7505
7506Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7507
a9331b3f 7508 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7509
7510Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7511
7512 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7513
7514Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7515
7516 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7517 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7518
7519Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7520
7521 * gdbint.texinfo: Fix minor typos.
7522
7523Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7524
7525 * gdbint.texinfo: Complete overhaul. Group descriptions more
7526 logically, add more info on generic algorithms, remove much
7527 obsolete and/or wrong material.
7528
7529Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7530
7531 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7532
7533Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7534
7535 * refcard.tex: Copyright, address updates.
7536
7537Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7538
7539 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7540 for the edition instead of confusing GDB-version-like numbers.
7541
7542Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7543
7544 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7545
7546Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7547
5ae4183a 7548 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7549
7550Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7551
7552 * gdb.texinfo: Add some credits, mention bug monitor.
7553 * remote.texi: Mention mips monitor targets.
7554 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7555
c906108c
SS
7556Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7557
7558 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7559 files, finish sorting of host vs target vs native macros, describe
7560 some more of them.
c906108c
SS
7561
7562Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7563
7564 * gdbint.texinfo (Host Conditionals): Document change from
7565 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7566
7567Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7568
7569 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7570 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7571
7572Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7573
7574 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7575 Document LSEEK_NOT_LINEAR.
7576
7577Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7578
7579 * stabs.texinfo (Stab Section Basics): Make it clear that only
7580 some versions of the GNU linker remove the leading N_UNDF symbol.
7581
7582Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7583
7584 * stabs.texinfo (String Field): Document type number pairs here,
7585 instead of in the Sun specific section.
7586 (Include Files): The GNU linker supports the N_BINCL
7587 optimization. Clarify the N_BINCL value, and what it is used
7588 for.
7589 (Procedures): Document N_FUN with an empty string to mark the end
7590 of a function.
7591 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7592 (Sun Differences): Remove this node, as the information is now
7593 elsewhere in the main document.
7594 (Stab Section Basics): Mention that the GNU linker may optimize
7595 stabs and remove the leading N_UNDF symbol.
7596
7597Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7598
7599 * gdb.texinfo, refcard.tex: Restore author credit
7600
7601Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7602
7603 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7604 documentation to account for START and END macros taking
7605 one arg.
7606
7607Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7608
7609 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7610 * gdb.texinfo (Frames): Fix typo.
7611
7612Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7613
7614 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7615 a target_signal as arg type, not a pid.
7616
7617Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7618
7619 * gdb.texinfo: Document `set assembly-language'.
7620
7621Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7622
7623 * remote.texi: Update list of stubs in the GDB distribution.
7624
7625Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7626
7627 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7628 Also document that some systems can use mmalloc but must define
7629 this if their C runtime allocates memory that is later freed.
c906108c 7630 (MMCHECK_FORCE): Document new macro.
a9331b3f 7631
c906108c
SS
7632Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7633
7634 * remote.texi: Add documentation for target Sparclet.
7635
7636Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7637
a9331b3f 7638 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7639 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7640 * configure.in: Rewritten for autoconf.
7641 * configure: New.
7642
7643Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7644
7645 * Makefile.in (DVIPS): New define, set to dvips.
7646 (dvi): Add stabs.dvi.
7647 (ps): New target.
7648 (all-doc): Depend on info, dvi, and ps targets.
7649 (STAGESTUFF): Add *.ps and *.dvi files.
7650 (clean-info, clean-dvi): Remove.
7651 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7652 rules completely rewritten.
7653 (maintainer-clean): Remove clean-info and clean-dvi
7654 dependencies and put their actions in the rules.
7655 (gdb.ps): New target
a9331b3f 7656 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7657 intermediate TeX files, whether they have 2 or 3 character
7658 extensions.
7659 (gdbint.ps): Add target and rules.
7660 (gdb-internals): Delete unused target.
7661 (Makefile): Depends upon config.status also.
7662
7663Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7664
7665 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7666 set.
7667
7668Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7669
7670 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7671 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7672
7673Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7674
7675 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7676
7677Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7678
7679 * gdb.texinfo (Print settings): Document
7680 `set/show print static-members' commands.
7681
7682Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7683
7684 * gdbint.texinfo (Native): Document name change, coredep.c to
7685 core-aout.c.
7686
7687Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7688
7689 * stabs.texinfo (Include Files): Document the values the SunOS4
7690 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7691
7692Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7693
7694 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7695 Fix typo.
7696
7697Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7698
7699 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7700 "gdb.tar.Z".
7701
7702Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7703
7704 * Makefile.in (maintainer-clean): New target, synonym for
7705 realclean.
7706
7707Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7708
7709 * Update all FSF addresses except those in COPYING* files.
7710
7711Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7712
7713 From Richard Earnshaw (rearnsha@armltd.co.uk):
7714 * gdb.texinfo (convenience variables): Document $_exitcode.
7715 (quit): Document optional expression to use as exit code.
7716
7717Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7718
7719 * gdb.texinfo, remote.texi: Brought up to date with various
7720 GDB changes.
7721
7722Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7723
7724 * gdb.texinfo: Update dates and versions, fix comments about
7725 hardware watchpoints in future releases and about the
7726 sharedlibrary command.
7727
7728Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7729
7730 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7731 C_FUN stab. Other cleanups.
7732
7733Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7734
7735 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7736 for the sparc stub.
7737
7738Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7739
7740 * annotate.texi: Clarify which addresses have differing formats
7741 depending on the language and which do not.
7742
7743Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7744
7745 * remote.texi (NetWare): Changed example to use BOARD= instead of
7746 NODE= argument to reflect correspoding change to gdbserve.nlm.
7747
7748Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7749
7750 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7751 GDB, as well as AIX dbx, supports the size type attribute.
7752
7753Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7754
7755 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7756
7757Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7758
7759 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7760 and new 'if' and 'while' commands.
7761
7762Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7763
7764 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7765
7766Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7767
7768 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7769 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7770 NetWare targets. Mostly stolen from the Server node.
7771
7772Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7773
7774 * gdb.texinfo (Setting): Talk about the language of a source file
7775 versus the working language. The old documentation did not match
7776 what GDB did.
7777
7778Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7779
7780 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7781 of a source file.
7782
7783Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7784
7785 * gdb.texinfo (Processes): New node.
7786
7787Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7788
7789 * remote.texi: Update documentation of set/show mipsfpu.
7790
3fc11d3e
JM
7791Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7792
7793 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7794 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7795
7796Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7797
7798 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7799 obsolete conditionals, described some others.
7800
7801Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7802
7803 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7804 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7805
7806Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7807
7808 * gdbint.texinfo: Put regex conditionals in their own table.
7809
7810Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7811
7812 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7813 described or fixed the descriptions of many others.
7814
7815Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7816
7817 * gdb.texinfo: Add some more credits.
7818 * gdbint.texinfo: Capitalize GDB consistently, describe some
7819 macros and remove some.
7820
7821Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7822
7823 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7824 obsolete conditionals, described some others.
7825
7826Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7827
7828 * gdb.texinfo (help targets): Changed to `help target', which
7829 is the correct gdb command.
7830
7831Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7832
7833 * annotate.texi (TODO): New node, for keeping track of annotations
7834 suggested but not yet implemented.
7835
7836Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7837
7838 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7839 another symbol, it is not the address itself.
7840
7841Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7842
7843 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7844 of stabs-in-coff sections.
7845
7846Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7847
7848 * annotate.texi: Change edition to 0.5 and date to May 1994.
7849 Add index.
7850 (Frames): New node, for frame annotation.
7851 (Displays): New node, for display annotation.
7852
7853 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7854 when waiting for your program to stop.
7855
7856Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7857
7858 * annotate.texi (Breakpoint Info): Document annotation of header
7859 fields and record annotation.
7860
7861Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7862
7863 * annotate.texi: New file, to document annotations.
7864
7865Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7866
7867 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7868 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7869
7870Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7871
7872 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7873 section, and say n_strx field is compilation unit relative.
7874 * stabs.texinfo: Don't use @code for a.out when it is the name of
7875 an object file format.
7876
7877Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7878
7879 * gdb.texinfo: Refer to file names, not path names, per rms
7880 convention.
7881 (Arguments): Fix typo.
7882
7883Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7884
7885 * stabs.texinfo (Global Variables): Talk about stabs in files
7886 where variables are referenced, but not defined.
7887
7888Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7889
7890 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7891 Cplusplus to new nodes Member Type Descriptor and Method Type
7892 Descriptor. Re-write stuff for #.
7893
7894Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7895
7896 * gdb.texinfo (Print Settings): Don't document "set print
7897 fast-symbolic-addr off". The bug which it worked around was fixed
7898 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7899
7900 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7901 N_ENTRY node.
7902
7903 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7904
7905Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7906
7907 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7908 references to ieee-float.c.
7909
7910Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7911
7912 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7913 match what the code actually does.
7914
7915Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7916
7917 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7918
7919Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7920
7921 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7922 i, and b.
7923
7924Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7925
7926 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7927 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7928 as "stabs in sections" rather than just saying "ELF and SOM".
7929 Also make that stuff apply to COFF.
7930
7931Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7932
7933 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7934 Ghostscript.
7935
7936Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7937
7938 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7939 versus functions without line numbers, also mention stepping into
7940 them as well as "step" when you are in them. Tell the user how to
7941 deal with the situation. Add comment about "debugging information".
7942
7943Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7944
7945 * stabs.texinfo (Enumerations): Document restriction on where
7946 enumeration types can appear and still win with GDB.
7947
7948Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7949
7950 * stabs.texinfo (Negative Type Numbers): Document format for type
7951 -16.
7952
7953Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7954
7955 * gdb.texinfo (Selection, Frame Info): Update information about
7956 arbitrary frame specficiations.
7957
7958Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
7959
7960 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7961
7962Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7963
7964 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7965
7966Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7967
7968 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7969
7970Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7971
7972 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7973 Differences node to Statics node.
7974 (Statics): Discuss XCOFF use of V symbol descriptor.
7975
7976 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7977 not clean.
7978
7979Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7980
7981 * gdb.texinfo (Print Settings): Document `set print
7982 fast-symbolic-addr' and improve the doc for some other
7983 `set print's.
7984
7985Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7986
7987 * stabs.texinfo (String Field): Talk about defining several type
7988 numbers at once.
7989 Fix lint regarding changing node ELF Transformations to
7990 ELF and SOM Transformations.
7991
7992Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7993
7994 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7995
7996Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7997
7998 * stabs.texinfo (Cross-References): `::' is for nested types only
7999 within <>.
8000 (Structures): Document static members.
8001
8002Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8003
8004 * stabs.texinfo: Document S type attribute.
8005
8006Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8007
8008 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
8009
8010Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
8011
8012 * gdbint.texinfo: Fix a few typos.
8013
8014Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8015
8016 * gdb.texinfo, remote.texi: formatting improvements
8017
8018 * gdb.texinfo (New Features): mention threads.
8019 (Summary, C): fix xrefs in newly contributed text.
8020 (Threads): index entries, clarifications, example
8021 (passim): minor typos fixed, phrasing improvements
8022
8023 * remote.texi (Bootstrapping): rephrase text on ^C and add index
8024 entries; (Server): explain use of gdbserver w/real-time systems,
8025 add example of conflicting TCP port; (MIPS Remote) break up
8026 running text into table, highlighting commands, and add example.
a9331b3f 8027
c906108c
SS
8028Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8029
8030 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
8031
8032Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8033
8034 * stabs.texinfo (Nested Symbols): New node.
8035 (String Field, Symbol Descriptors, Cross-References): Refer to it.
8036
8037Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8038
8039 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
8040 to picking which Bbss.bss symbol to use, and (because there seems to
8041 be no good way of doing it) re-write some of the text to make it
8042 sound like Bbss.bss isn't such a great idea after all (as currently
8043 designed).
8044
8045 * gdb.texinfo (C): In addition to saying people have to use g++ for
8046 good results, say they have to use stabs. Specifically say cfront
8047 doesn't work well.
8048 (Summary): Merge in information on Modula-2, Pascal, and Chill from
8049 the gdb README. Add xrefs to places where the support for the various
8050 languages is described in detail.
8051
8052Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8053
8054 * stabs.texinfo: Clean up stuff about visibility and virtual
8055 characters.
8056
8057 * stabs.texinfo (N_M2C): Cite Sun doc.
8058
8059Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8060
8061 * gdb.texinfo: updates re threads.
8062 * remote.texinfo: avoid index entries starting with digits.
8063
8064Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8065
8066 * stabs.texinfo (Enumerations): Talk about large, negative and
8067 octal values. Clean up cross reference to type attributes.
8068 (String Field): Say that GDB 4.11 supports size attribute.
8069
8070Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8071
8072 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
8073 is a mandatory step. Make the stuff about that more concise.
8074
8075Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8076
8077 * stabs.texinfo (Class Names): New node.
8078
8079 * gdb.texinfo (Command Files): Explain order of init file reading.
8080
8081 * remote.texi (Bootstrapping): Talk about getting the serial driver
8082 to deal with ^C sent by gdb to stop the remote system.
8083
8084Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
8085
8086 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
8087
8088 * libgdb.texinfo (Defining Commands): made the DOC arg
8089 to gdb_define_app_command a char * instead of char **
8090 per a suggestion from kingdon.
8091
8092 * libgdb.texinfo: total rewrite from a different starting
8093 premise.
8094
8095Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8096
8097 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
8098 floats passed as doubles (to improve clarity).
8099
8100Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8101
8102 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
8103
8104 * a4rc.sed: update to work with Andreas Vogel papersize params
8105
8106 * refcard.tex: use Andreas Vogel simplifications of papersize
8107 params; remove useless version info; update copyright date.
8108
8109Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8110
8111 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
8112
8113Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8114
8115 * gdb.texinfo (Files): Say what address the load command loads it at.
8116
8117 * stabs.texinfo (Common Blocks): Minor cleanups.
8118
8119 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8120 that Sun has backed away from the linker kludge and thus the relevant
8121 issue is changes to the SunPRO tools, not the Solaris linker.
8122
8123 * stabs.texinfo (Traditional Integer Types): Clean up description
8124 of octal bounds a little bit. Document extra leading zeroes.
8125
8126Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8127
8128 * gdb.texinfo (Signaling): Update for symbolic symbol names
8129 and add a section explaining the difference between the GDB
8130 signal command and the shell kill utility.
8131
8132Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
8133
8134 * libgdb.texinfo: added `@' to braces that were unescaped.
8135
8136Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
8137
8138 * libgdb.texinfo: new file. Spec for the gdb library.
8139
8140Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8141
8142 * stabs.texinfo (Include Files): Fix typo (start -> end).
8143
8144Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8145
8146 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8147 from Melissa at FSF's editing pass.
8148
8149Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8150
8151 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8152 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8153 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8154
8155Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8156
8157 * remote.texi (Bootstrapping): Discuss 386 call gates.
8158
8159Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8160
8161 * stabs.texinfo (Based Variables): New node.
8162
8163Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8164
8165 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8166 names, sizes, and formats to suggest how not to lose.
8167
8168Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8169
8170 * stabs.texinfo (Methods): Fix typo.
8171
8172Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8173
8174 * gdb.texinfo: Fix a few typos.
8175
8176Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8177
8178 * gdb.texinfo: Clarify how well it works with Fortran.
8179
8180 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8181 More on relocating stabs in ELF files.
8182
8183Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8184
8185 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8186
8187Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8188
8189 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8190 parameters on VAX.
8191
8192Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8193
8194 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8195
8196Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8197
8198 * stabs.texinfo: Make info author notice match the TeX author notice.
8199
8200Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8201
8202 * stabs.texinfo: Initial-caps all words in node names and
8203 non-trivial words in section names.
8204
8205Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8206
8207 * stabs.texinfo: Many minor cleanups.
8208
8209 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8210
8211Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8212
8213 * stabs.texinfo: Remove full description of big example.
8214 It's not really helpful; just use pieces of it where appropriate.
8215 Add more Texinfo formatting directives (@samp, etc.).
8216 Use @deffn to define stab types.
8217 Eliminate some wordiness. Break up some nodes.
8218 Add an (alphabetized) index of symbol types.
8219 Use consistent capitalization style in node and section names.
8220
8221Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8222
8223 * gdb.texinfo: Change typo "Two two" to "The two".
8224
8225Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8226
8227 * stabs.texinfo (XCOFF-differences): Remove references to
8228 non-existent types N_DECL and N_RPSYM.
8229
8230 * stabs.texinfo (String Field): Say that type attributes bug is
8231 fixed in GDB 4.10, since it is.
8232
8233 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8234
8235Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8236
8237 * stabs.texinfo: Formatting cleanups.
8238
8239Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8240
8241 * stabs.texinfo: When explaining the n_type of a stab, standardize
8242 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8243 no tabs, use @r).
8244 (Global Variables): Clean up.
8245
8246Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8247
8248 * stabs.texinfo (Stack Variables): Re-write.
8249
8250Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8251
8252 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8253 addresses of a source file. Also revise formatting.
8254 Change "object module" or "object file" to "source file".
8255 Various: Miscellaneous cleanups.
8256
8257Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8258
8259 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8260
8261Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8262
8263 * gdbint.texinfo: Removed many nonsensical machine-collected
8264 host and target conditionals, described some of the remainder.
8265
8266Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8267
8268 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8269
8270 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8271 paragraph which follows.
8272
8273 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8274 variables. Looks better and avoids overful hbox.
8275
8276Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8277
8278 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8279
8280Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8281
8282 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8283 retransmit-timeout
8284
8285Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8286
8287 * gdbint.texinfo: Update statement about `some ancient Unix
8288 systems, like Ultrix 4.0' to Ultrix 4.2.
8289
8290Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8291
8292 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8293
8294 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8295
8296 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8297 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8298
8299 * remote.texi: new name for former gdbinv-s.texi
8300
8301 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8302
8303Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8304
8305 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8306 variables for MIPS remote debugging protocol.
8307
8308Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8309
8310 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8311
8312Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8313
8314 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8315
8316Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8317
8318 * gdb.texinfo: repair conditional bugs in text markup
8319
8320Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8321
8322 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8323 to select Modula-2 material.
8324
8325Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8326
8327 * stabs.texinfo: Cleanups regarding statics.
8328
8329 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8330 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8331
8332Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8333
8334 * stabs.texinfo: N_MAIN is sometimes used for C.
8335
8336Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8337
8338 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8339
8340Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8341
8342 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8343 removed from the code by Kingdon.
c906108c
SS
8344
8345Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8346
8347 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8348 input when evaluating breakpoint conditions; the bug has been fixed.
8349
8350 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8351 sets the ignore count to N-1, not to N.
8352
8353Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8354
8355 * refcard.tex (\hoffset): correct longstanding error to match
8356 intended offset; avoids cutting off edge on some printers
8357
8358Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8359
8360 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8361
8362Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8363
8364 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8365
8366Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8367
8368 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8369 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8370 collect sed edits if any, apply to refcard before formatting;
8371 (refcard.ps) stop implying PS fonts if PS output requested;
8372 (lrefcard.ps) delete extra target for variant PS fonts
8373
8374 * refcard.tex: parametrize papersize dependent info, collect
8375 in easily replaced spot
8376
8377 * a4rc.sed: new file, edits to refcard for A4 paper
8378
8379Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8380
8381 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8382
8383Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8384
8385 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8386
8387Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8388
8389 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8390 politely rather than rudely.
8391
8392Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8393
8394 * stabs.texinfo: Document common blocks.
8395
8396Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8397
8398 * stabs.texinfo: Add some basic info about stabs-in-elf.
8399
8400Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8401
8402 * stabs.texinfo (Top): Minor cleanup.
8403
8404Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8405
8406 * Makefile.in (install-info): remove parentdir support
8407
8408Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8409
8410 * gdb.texinfo (Copying): delete this node and references to it;
8411 RMS says this manual need not carry GPL. (passim): Improvements
8412 from last round at FSF, largely due to Ian Taylor review, and
8413 minor formatting improvements.
8414
8415 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8416 largely due to Ian Taylor review. (Debug Session): minor edits to
8417 new text.
8418
8419Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8420
8421 * Makefile.in (realclean): Remove info and dvi files too.
8422
8423Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8424
8425 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8426 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8427 * gdb.texinfo: Change accordingly.
8428
8429 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8430 N_{L,R}BRAC,N_SLINE are relative to.
8431
8432Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8433
8434 * Makefile.in (GDBvn.texi): Update atomically.
8435
8436Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8437
8438 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8439
8440Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8441
8442 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8443 addresses together. Also motivate the set print symbol-filename
8444 command and suggest other solutions.
8445
8446Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8447
8448 * gdb.texinfo (set print elements): Note that the number of
8449 elements is set to unlimited by "set print elements 0".
8450
8451Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8452
8453 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8454 NF_LDOUBLE means.
8455 (Stab Types): Include Solaris stab types.
8456 (Procedures): Document Solaris extensions.
8457
8458Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8459
8460 * gdb.texinfo: Add `set print symbol-filename' doc.
8461
8462Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8463
8464 * stabs.texinfo (Arrays): Talk about type definition vs. type
8465 information.
8466
8467 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8468 the trailing semicolon.
8469
8470Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8471
8472 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8473 and merge in other parts of the document addressing these subjects.
8474 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8475
8476 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8477 at the end of a range type.
8478
8479 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8480 AIX extensions.
8481
8482Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8483
8484 * stabs.texinfo (Stabs Format): Misc fixes.
8485
8486Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8487
8488 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8489 (Traditional builtin types): Document convex convention for long long.
8490 (Negative builtin types): Discuss type names, and misc fixes.
8491
8492Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8493
8494 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8495 point types used with @samp{R} type descriptor.
8496 (Symbol Descriptors): Describe how to handle conflict between
8497 different meanings of @samp{P} symbol descriptor.
8498
8499Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8500
8501 * stabs.texinfo: Remove node Quick Reference and put its children
8502 directly under the main menu.
8503
8504 * stabs.texinfo: Many more changes to bring it into line with
8505 AIX documentation and reality. I think it now has all the
8506 information from the AIX documentation, except that I burned
8507 out when I got to variant records (Pascal and Modula-2) and
8508 all the COBOL types. Oh well, we can add them later when we're
8509 worrying more about those languages.
8510
8511 * stabs.texinfo (Automatic variables): Talk about what it means
8512 to omit the symbol descriptor.
8513
8514Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8515
8516 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8517 gcc2 behavior with promoted args.
8518
8519Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8520
8521 * gdb.texinfo: include readline appendices in info version of manual
8522
8523Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8524
8525 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8526 target remote.
8527
8528 * gdb.texinfo (Machine Code): more index entries for disassemble
8529
8530Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8531
8532 * Clarify the intended use of the gdb-testers and gdb-patches
8533 mailing lists, and shrink gzip comment.
8534
8535Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8536
8537 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8538 DOSHOST configuration of manual.
8539
8540 * gdb.texinfo (MIPS Stack): new node.
8541
8542 * all-config.texi (MIPS) new switch.
8543
8544 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8545 tense; (MIPS Remote) new node.
8546
8547 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8548 bug; (Environment) less passive, other small cleanups in text about
8549 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8550 (Remote) new MIPS Remote menu entry.
8551
8552Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8553
8554 * stabs.texinfo: Many changes to include information from the
8555 AIX documentation.
8556
8557 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8558
8559Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8560
8561 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8562 Move a bunch of information from ../README.
8563 (Getting Started): New node.
8564
8565Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8566
8567 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8568
8569 * gdb.texinfo: advance manual revision dates to present
8570
8571 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8572 stop using silly Roman numerals in @set variable names
8573
8574Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8575
8576 * stabs.texinfo (Parameters): Keep trying to get this right.
8577
8578Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8579
8580 * stabs.texinfo (Parameters): More on "local parameters".
8581
8582Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8583
8584 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8585
8586Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8587
8588 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8589 (Parameters): Rewrite.
8590 (xcoff-differences, Sun-differences): Minor changes.
8591
8592Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8593
8594 * stabs.texinfo: Minor cleanup.
8595
8596Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8597
8598 * gdbint.texinfo: Minor xcoff stuff.
8599
8600Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8601
8602 * gdbint.texinfo: Update for new config directory structure.
8603 Add info about internal type data structures.
8604
8605Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8606
8607 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8608 $(srcdir).
8609 (gdb-config.texi): Depend on file in $(srcdir).
8610
8611Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8612
8613 * stabs.texinfo: Fixes about N_SO.
8614
8615Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8616
8617 * gdb.texinfo: include list of nonstandard init file names
8618
8619 * *-config.texi: new switch GENERIC for text that applies *only*
8620 to (usual) multiple-target version of manual
8621
8622 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8623 h8 config
8624
8625 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8626 in menus (rather than conditionally selected multiple alternative
8627 menus).
8628
8629 * Makefile.in: define and use DOC_CONFIG var to select
8630 configuration for GDB user manual.
8631
8632 * gdb-config.texi: delete from repository, generate from Makefile.
8633
8634 * all-config.texi: normal `generic' configuration file, formerly
8635 stored as gdb-config.texi
8636
8637Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8638
8639 * Makefile.in: add dvi target to build all .dvi files
8640
8641Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8642
8643 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8644
8645Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8646
8647 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8648 host conditionals.
8649 * stabs.texinfo: More array fixes inspired by Jim's.
8650
8651Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8652
8653 * stabs.texinfo: Fixes re arrays and continuations.
8654
8655 * gdbint.texinfo: Add XCOFF node.
8656
8657Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8658
8659 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8660
8661Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8662
8663 * stabs.texinfo: Fix for array types to mention lower bounds.
8664
8665Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8666
8667 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8668
8669Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8670
8671 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8672
8673Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8674
8675 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8676 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8677
8678Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8679
8680 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8681
8682Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8683
8684 * gdb.texinfo, gdbinv-s.texi: misc updates
8685
8686Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8687
8688 * gdbint.texinfo: Brief documentation for longjmp support,
8689 from an email msg by Stu.
8690
8691Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8692
8693 * stabs.texinfo: Fix description of floating point "range"
8694 types (which really define basic types). Reported by Jim Meehan,
8695 <meehan@src.dec.com>.
8696
8697 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8698
8699Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8700
8701 * gdbint.texinfo: Slightly expand section on supporting a new
8702 object file format.
8703
8704Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8705
8706 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8707 intermediate file.
8708
8709Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8710
8711 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8712
8713Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8714
8715 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8716
8717 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8718 as well as Z8002.
8719
8720Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8721
8722 * gdbint.texinfo: Add sections on clean design and on how to send
8723 in changes.
8724
8725Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8726
8727 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8728
8729Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8730
8731 * gdb.texinfo: Fix typo, reported by Karl Berry.
8732
8733Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8734
8735 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8736
8737Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8738
8739 * gdbint.texinfo: fixed a stray email address (needs @@),
8740 added @table @code to node "Native Conditionals"
8741
8742Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8743
8744 * gdbint.texinfo: Describe coding style of GDB.
8745
8746Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8747
8748 * stabs.texinfo: Minor wording changes.
8749
8750Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8751
8752 * gdbint.texinfo: Improve release doc slightly.
8753
8754Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8755
8756 * gdbint.texinfo: Improve doc of GDB config macros.
8757
8758Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8759
8760 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8761 These will be reinserted when examined.
8762
8763Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8764
8765 * gdbint.texinfo: Make a start at documenting all the #if macros
8766 in GDB. At least list them all, and start separating them into
8767 host-specific and target-specific.
8768
8769Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8770
8771 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8772 examples (not consistent w others).
c906108c
SS
8773 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8774 for generic vn of doc
8775
8776Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8777
8778 * Makefile.in: always create installation directories.
8779
8780Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8781
8782 * gdb.texinfo: in h8 config, do not describe searching commands.
8783
8784Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8785
8786 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8787 conditionals; introduce a few generic switches that may be
8788 useful for other cross-dev or dos-hosted configs.
8789
8790 * gdb.texinfo: fix typo in "info reg" description
8791
8792Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8793
8794 * stabs.texinfo: Minor updates from running TeX over it.
8795 * Makefile.in (stabs.dvi, stabs.ps): Add.
8796
8797Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8798
8799 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8800 First pass at converting it to texinfo.
8801
8802Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8803
8804 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8805 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8806
8807Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8808
8809 * gdbint.texinfo: Add section on partial symbol tables.
8810
8811Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8812
8813 * gdb.texinfo: document `set remotedebug' and `set
8814 rstack_high_address'.
8815
8816Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8817
8818 * gdb.texinfo: slight expansion of new text on reading info files
8819 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8820 H8/300 from DOS.
8821
8822Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8823
8824 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8825
8826Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8827
8828 * gdb.texinfo: Say how to read the `info' files.
8829
8830Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8831
8832 * Makefile.in: gm4 -> m4.
8833
8834Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8835
8836 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8837 Documentation' ahead of `Installing GDB' to match README.
8838 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8839 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8840
8841Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8842
8843 * Makefile.in: remove $(srcdir) from gdb.info rule.
8844
8845Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8846
8847 * Makefile.in: commented out gdb-all.texinfo rule. This is
8848 temporary.
8849
8850Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8851
8852 * Makefile.in, configure.in: removed traces of namesubdir,
8853 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8854 copyrights to '92, changed some from Cygnus to FSF.
8855
8856Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8857
8858 * gdb.texinfo: Improve how we ask for bug reports.
8859
8860Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8861
8862 * Makefile.in: infodir belongs in datadir.
8863
8864Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8865
8866 * Makefile.in: remove spaces following hyphens, bsd make can't
8867 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8868 standards.text support.
c906108c
SS
8869
8870Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8871
8872 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8873 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8874 and mandir now keyed off datadir by default.
8875
8876\f
8877Local Variables:
9e9c5ae7 8878mode: change-log
c906108c
SS
8879left-margin: 8
8880fill-column: 74
8881version-control: never
8882End:
This page took 1.256739 seconds and 4 git commands to generate.