]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/doc/ChangeLog
New varobj language callback: value_is_changeable_p.
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
3708f05e
JK
12012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4 Create two new links fir 'objfile-gdb.py file'
5 and 'dotdebug_gdb_scripts section'.
6
8e0583c8
JK
72012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8
9 * gdb.texinfo (Auto-loading): Rename node reference
10 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
11 Twice.
12 (.debug_gdb_scripts section): Rename the node ...
13 (dotdebug_gdb_scripts section): ... here.
14 (Maintenance Commands): Also rename this node reference.
15
7b282c5a
SCR
162012-03-22 Siva Chandra Reddy <sivachandra@google.com>
17
18 * gdb.texinfo (Python API/Values From Inferior): Add description
19 about the new method Value.referenced_value. Add description on
20 how Value.dereference is different (and similar) to
21 Value.referenced_value.
22
8320cc4f
JK
232012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
24
25 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
26 --init-eval-command=COMMAND, -iex.
27 (Startup): Describe -iex and -ix. Simplify the example
28 for "set auto-load-scripts off".
29
481860b3
GB
302012-03-16 Gary Benson <gbenson@redhat.com>
31
32 PR breakpoints/10738
33 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
34 stating that GDB cannot set breakpoints on inlined functions.
35 (Mode Options): Document --use-deprecated-index-sections.
36 (Index Section Format): Document new index section version format.
37
c4aeac85
TT
382012-03-15 Tom Tromey <tromey@redhat.com>
39
40 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
41
16899756
DE
422012-03-13 Doug Evans <dje@google.com>
43
44 * gdb.texinfo (Help): Change apropos example to use "alias" instead
45 of "reload".
46 (Symbols): Delete docs for set/show symbol-reloading.
47 * gdbint.texinfo (Defining Other Architecture Features): Delete
48 SYMBOL_RELOADING_DEFAULT.
49 * refcard.tex: Delete reference to symbol-reloading.
50
9b224c5e
PA
512012-03-07 Pedro Alves <palves@redhat.com>
52
53 * gdb.texinfo (General Query Packets): Document new
54 QProgramSignals packet.
55 * gdb.texinfo (Remote configuration): Mention
56 "program-signals-packet".
57
169081d0
TG
582012-03-05 Tristan Gingold <gingold@adacore.com>
59
60 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
61
d1feda86
YQ
622012-03-03 Yao Qi <yao@codesourcery.com>
63
64 * gdb.texinfo (In-Process Agent): New node.
65 Document new commands.
66 (General Query Packets): Add packet `QAgent'.
67
1faeff08
MR
682012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
69
70 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
71
7d74f244
DE
722012-03-01 Scott J. Goldman <scottjg@vmware.com>
73
74 * gdb.texinfo (Commands In Python): Put example python macro in
75 COMMAND_USER category rather than COMMAND_OBSCURE.
76 Document gdb.COMMAND_USER.
77 (User-defined Commands): Update documentation to clarify
78 "set/show max-user-call-depth" and "show user" don't apply to python
79 commands. Update documentation to clarify "help user-defined" may
80 also include python commands defined as COMMAND_USER.
81
6fe37d23
JK
822012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
83
84 * gdb.texinfo (Startup): Add option -ex description to the option -x
85 description.
86
83364271
LM
872012-02-24 Luis Machado <lgustavo@codesourcery.com>
88
89 * gdb.texinfo (Setting Breakpoints): Mention and explain the
90 condition-evaluation breakpoint parameter.
91 Mention condition-evaluation mode being shown in "info break".
92 (Break Conditions): Add description for target-side
93 conditional breakpoints.
94 (Remote Configuration): Mention conditional-breakpoints-packet.
95 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
96 cond-expr.
97 (General Query Packets): Mention new ConditionalBreakpoint feature.
98
bdb1994d
TT
992012-02-22 Tom Tromey <tromey@redhat.com>
100
101 * gdb.texinfo (Blocks In Python): Clarify block iteration.
102
4d241c86
TT
1032012-02-17 Tom Tromey <tromey@redhat.com>
104
105 PR python/10753:
106 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
107 directory.
108
816338b5
SS
1092012-02-14 Stan Shebs <stan@codesourcery.com>
110
111 * gdb.texinfo (Disabling Breakpoints): Document enable count.
112
cc30c4bd
PA
1132012-02-13 Pedro Alves <palves@redhat.com>
114
115 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
116 mips-idt-ecoff.
117
035d1e5b
YQ
1182012-02-09 Yao Qi <yao@codesourcery.com>
119
120 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
121
f0823d2c
TT
1222012-02-07 Tom Tromey <tromey@redhat.com>
123
124 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
125 Symbol.value.
126
64e7d9dd
TT
1272012-02-07 Tom Tromey <tromey@redhat.com>
128
129 * gdb.texinfo (Symbols In Python): Document Symbol.line.
130
4220b2f8
TS
1312012-01-27 Thomas Schwinge <thomas@codesourcery.com>
132
133 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
134
edcc5120
TT
1352012-01-24 Tom Tromey <tromey@redhat.com>
136
137 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
138 unload".
139 (Files): Mention new catch commands.
140 (GDB/MI Async Records): Likewise.
141
53fe1783
GB
1422012-01-24 Gary Benson <gbenson@redhat.com>
143
144 Delete #if 0'd out code.
145 * gdb.texinfo (Frame Info): Remove "info catch".
146
b9e7b9c3
UW
1472012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
148
149 * gdb.texinfo (Remote Configuration): Document
150 "set remote hostio-readlink-packet" command.
151 (General Query Packets): Document vFile:readlink packet.
152
4aac40c8
TT
1532012-01-16 Tom Tromey <tromey@redhat.com>
154
155 * gdb.texinfo (Specify Location): Document relative file name
156 handling.
157
cafec441
TT
1582012-01-16 Tom Tromey <tromey@redhat.com>
159
160 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
161
0ee339bc
JK
1622012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
163 Eli Zaretskii <eliz@gnu.org>
164
165 * gdbint.texinfo (Coding Standards): Require braces for two lines of
166 code.
167
72384ba3
PH
1682012-01-11 Paul Hilfinger <hilfingr@adacore.com>
169
170 * gdb.texinfo (Variables): Document use of :: for non-static
171 variables.
172
ce1b17c4
JB
1732012-01-05 Joel Brobecker <brobecker@adacore.com>
174
175 * gdbint.texinfo (Start of New Year Procedure): Update
176 to replace use of copyright.sh by use of copyright.py.
177
217bff3e
JK
1782012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
179
180 Remove the gdbtui binary.
181 * all-cfg.texi (GDBTUI): Remove.
182 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
183 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
184 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
185
cc72b2a2
KP
1862011-12-23 Kevin Pouget <kevin.pouget@st.com>
187
188 Introduce gdb.FinishBreakpoint in Python.
189 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
190 (Python API): Add menu entry for Finish Breakpoints.
191
13ac8d2c
JK
1922011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
193
194 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
195 tests.
196
e0f9f062
DE
1972011-12-16 Doug Evans <dje@google.com>
198
199 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
200
80b6e756
PM
2012011-12-16 Phil Muldoon <pmuldoon@redhat.com>
202
1c3ad6ab 203 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
204 stack". Add documentation for "set/show python print-stack".
205
2fb860fc
PA
2062011-12-14 Pedro Alves <pedro@codesourcery.com>
207
208 * gdb.texinfo (Implementing a Remote Stub): Explain that you
209 should transfer control to the stub in the startup code instead of
210 in main. Mention the need to get past the initial breakpoint.
211
f8eba3c6
TT
2122011-12-06 Tom Tromey <tromey@redhat.com>
213
214 * gdb.texinfo (Set Breaks): Update for new behavior.
215
2268b414
JK
2162011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
217
218 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
219 List Format for SVR4 Targets'.
220 (General Query Packets): New item qXfer:libraries-svr4:read.
221 (Library List Format for SVR4 Targets): New node.
222
ae6f0d5b
TT
2232011-12-01 Tom Tromey <tromey@redhat.com>
224
225 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
226 add.
227
36dfb11c
TT
2282011-11-22 Tom Tromey <tromey@redhat.com>
229
230 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
231 reasons.
232
f196051f
SS
2332011-11-20 Stan Shebs <stan@codesourcery.com>
234
235 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
236 note-related options and variables.
237 (Tracepoint Packets): Document packet changes.
238
f85b53f8
SD
2392011-11-20 Sanjoy Das <sdas@igalia.com>
240
241 * gdb.texinfo (JIT Interface): Add documentation on writing and
242 usind JIT debug info readers.
243 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
244 Debug Info Readers): New nodes.
245
bfccc43c
YQ
2462011-11-18 Yao Qi <yao@codesourcery.com>
247
248 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
249 tracepoint.
250
c011a4f4
DE
2512011-11-15 Doug Evans <dje@google.com>
252
253 * gdb.texinfo (Files): Document basenames-may-differ.
254
ed59ded5
DE
2552011-11-14 Doug Evans <dje@google.com>
256
257 * gdb.texinfo (Shell Commands): Document "!".
258
405f8e94
SS
2592011-11-14 Stan Shebs <stan@codesourcery.com>
260 Kwok Cheung Yeung <kcy@codesourcery.com>
261
262 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
263 needed to get shorter fast tracepoints.
264 (Tracepoint Packets): Document new qTMinFTPILen packet.
265
1e4d1764
YQ
2662011-11-14 Yao Qi <yao@codesourcery.com>
267
268 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
269 behavior of tracepoint.
270 (General Query Packets): New feature InstallInTrace.
271 (Remote Configuration): Document "set remote
272 install-in-trace-packet".
273
71eba9c2 2742011-11-12 Matt Rice <ratmice@gmail.com>
275
276 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
277 Add arguments to info macro.
278
e0f8f636
TT
2792011-11-10 Tom Tromey <tromey@redhat.com>
280
281 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
282 manual.
283 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
284 (Macros): Add a footnote.
285 (C): Remove paragraph about compiler options.
286 (C Constants): Mention wide character and string constants.
287 (C Plus Plus Expressions): Update compiler option advice. Mention
288 using declarations. Mention ADL. Remove old HP compiler
289 information.
290
625c0d47
TT
2912011-11-10 Tom Tromey <tromey@redhat.com>
292
293 PR c++/9257:
294 * gdb.texinfo (Print Settings): Add an extra note about the need
295 for a vtable.
296
4be2aacc
MR
2972011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
298
299 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
300 "set mips abi" documentation.
301
0a1c4d10
DE
3022011-11-04 Doug Evans <dje@google.com>
303
304 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
305
aad1c02c
TT
3062011-11-03 Tom Tromey <tromey@redhat.com>
307
308 * gdb.texinfo (Stopping): Add menu entry.
309 (Continuing and Stepping): Restore @node. Use @section, not
310 @subsection.
311
983fb131
MR
3122011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
313
314 * gdb.texinfo (Skipping Over Functions and Files): Remove node
315 designation. Fix "Specify Location" cross-reference.
316
3065dfb6
SS
3172011-11-02 Stan Shebs <stan@codesourcery.com>
318
319 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
320 (General Query Packets): Describe tracenz feature.
321 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
322
0aaaf063
PK
3232011-10-28 Paul Koning <paul_koning@dell.com>
324
325 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
326
2231f1fb
KP
3272011-10-27 Kevin Pouget <kevin.pouget@st.com>
328
329 * gdb.texinfo ((Frames In Python): Document
330 gdb.FRAME_UNWIND_FIRST_ERROR contant.
331
5110b5df
PK
3322011-10-26 Paul Koning <paul_koning@dell.com>
333
334 * gdb.texinfo (gdb.types): Document new deepitems function.
335
22dbab46
PK
3362011-10-25 Paul Koning <paul_koning@dell.com>
337
338 PR python/13327
339
340 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
341 fetch_lazy method.
342
9df2fbc4
PM
3432011-10-20 Phil Muldoon <pmuldoon@redhat.com>
344
345 PR python/12656
346
347 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
348 global_block, static_block function.
349
f05e2e1d
TT
3502011-10-19 Tom Tromey <tromey@redhat.com>
351
352 * gdb.texinfo (Commands In Python): Add missing "@"s.
353
a7fc3f37
KP
3542011-10-13 Kevin Pouget <kevin.pouget@st.com>
355
356 PR python/13285 Document named constants for frame unwind stop reasons
357 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
358 constants.
359
5048e516
JK
3602011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
361
362 Fix compatibility with texinfo versions older than 4.12.
363 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
364 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
365 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
366 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
367 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
368 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
369 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
370
5a56e9c5
DE
3712011-10-09 Doug Evans <dje@google.com>
372
373 * gdb.texinfo (Extending GDB): Document alias command.
374
36b11add
JK
3752011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
376
377 Support @entry in input expressions.
378 * gdb.texinfo (Variables): Describe @entry names suffix.
379 (Print Settings): Add anchor for `set print entry-values'.
380
e18b2753
JK
3812011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
382 Eli Zaretskii <eliz@gnu.org>
383
384 Display @entry parameter values (without references).
385 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
386 example.
387 (Print Settings): New description of set print entry-values and show
388 print entry-values.
389
111c6489
JK
3902011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
391 Eli Zaretskii <eliz@gnu.org>
392
393 Recognize virtual tail call frames.
394 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
395 (Tail Call Frames): New node.
396 (Frames In Python): Add gdb.TAILCALL_FRAME.
397
9c15afc4
DE
3982011-10-07 Doug Evans <dje@google.com>
399
400 * gdb.texinfo (gdb.printing): Document new `replace' arg to
401 register_pretty_printer.
402
99f5279d
PM
4032011-10-07 Phil Muldoon <pmuldoon@redhat.com>
404
405 PR python/12930
406 PR python/12802
407
408 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
409 stop method.
410
03583c20
UW
4112011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
412
413 * gdb.texinfo (Starting your Program): "set disable-randomization"
414 is no longer Linux-specific.
415 (Remote Configuration): Document "set remote
416 disable-randomization-packet".
417 (General Query Packets): Document "QDisableRandomization" packet
418 and add it to "qSupported" list.
419
bd054e06
KP
4202011-10-07 Kevin Pouget <kevin.pouget@st.com>
421
422 Allow Python notification of new object-file loadings.
423 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
424 event type.
425
cb6be26b
KP
4262011-10-04 Kevin Pouget <kevin.pouget@st.com>
427
428 PR python/12691: Add the inferior to Python exited event
429 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
430
a05336a1
JB
4312011-10-03 Joel Brobecker <brobecker@adacore.com>
432
433 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
434 rephasing.
435
5d77fe44
JB
4362011-10-03 Joel Brobecker <brobecker@adacore.com>
437
438 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
439 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
440 as possible feature returned by the `-list-features'
441 command.
442
699df94d
PK
4432011-09-28 Paul Koning <paul_koning@dell.com>
444
445 * gdb.texinfo (gdb.Type): Document field access by dictionary
446 key syntax.
447
24bdad53
YQ
4482011-09-28 Yao Qi <yao@codesourcery.com>
449
450 * gdb.texinfo (Files): Update options for `add-symbol-file'.
451 Add one space after option `-s'. Remove @r{} markup.
452
6710bf39
SS
4532011-09-27 Stan Shebs <stan@codesourcery.com>
454
455 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
456
d99f7e48
HZ
4572011-09-16 Hui Zhu <teawater@gmail.com>
458
459 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
460 to *(unsigned char *)$esp@300.
461
d812018b
PK
4622011-09-15 Paul Koning <paul_koning@dell.com>
463
464 * gdb.texinfo: Make style of Python functions and methods match
465 the syntax of Python. Also put class and module names explicitly
466 on function, member, and variable names, matching Python
467 documentation conventions.
468
2aa48337
KP
4692011-09-15 Kevin Pouget <kevin.pouget@st.com>
470
471 PR Python/12692 Add gdb.selected_inferior() to Python interface.
472 * gdb.texinfo (Inferiors In Python): Describe new
473 gdb.selected_inferior() function.
474
6839b47f
KP
4752011-09-15 Kevin Pouget <kevin.pouget@st.com>
476
477 Handle multiple breakpoint hits in Python interface:
478 * gdb.texinfo (Events In Python): New function documentation:
479 gdb.BreakpointEvent.breakpoints. Indicate that
480 gdb.BreakpointEvent.breakpoint is now deprecated.
481
26829f2b
JB
4822011-09-04 Joel Brobecker <brobecker@adacore.com>
483
484 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
485
a9f54f60
TT
4862011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
487
488 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
489
fa3a4f15
PM
4902011-08-17 Phil Muldoon <pmuldoon@redhat.com>
491
492 * gdb.texinfo (Prompt): Add set/show extended-prompt
493 documentation
494 (Basic Python): Add prompt_hook anchor.
495 (Python modules): Reword module text to reflect multiple modules.
496 (gdb.prompt): Document gdb.prompt module.
497
224bbe49
YQ
4982011-08-14 Yao Qi <yao@codesourcery.com>
499
78d85199
YQ
500 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
501
5022011-08-14 Yao Qi <yao@codesourcery.com>
503
504 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
505 (TIC6x Features): New node.
506
457e09f0
DE
5072011-08-12 Doug Evans <dje@google.com>
508
509 * gdb.texinfo (Symbols In Python): Document symbol.type.
510
5e239b84
PM
5112011-08-09 Phil Muldoon <pmuldoon@redhat.com>
512
513 * gdb.texinfo (Python): Document command and function
514 auto-loading.
515
177bc839
JK
5162011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
517 Eli Zaretskii <eliz@gnu.org>
518
519 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
520 typedefs unrolling. Extend the sample code by an inner typedef and
521 outer typedefs unrolling.
522
1a532630
PP
5232011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
524
525 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
526 size and line-size.
527
9b158ba0 5282011-07-21 Matt Rice <ratmice@gmail.com>
529
530 PR macros/12999
531 * gdb.texinfo (Macros): Add info definitions and info macros commands.
532 Update text and cindex entries for info macro command.
533
d17b6f81
PM
5342011-07-21 Phil Muldoon <pmuldoon@redhat.com>
535
536 * observer.texi (GDB Observers): Add before_prompt observer.
537 * gdb.texinfo (Basic Python): Add documentation for prompt
538 substitution.
539
713389e0
PM
5402011-07-11 Phil Muldoon <pmuldoon@redhat.com>
541
542 PR python/12438
543 * gdb.texinfo (Python Commands): Add deprecate note to maint
544 set/show python print-stack. Document set/show python
545 print-backtrace.
546
177b42fe
TJB
5472011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
548
549 * gdb.texinfo: Fix typos.
550
900e11f9
JK
5512011-07-01 Tom Tromey <tromey@redhat.com>
552
553 * gdb.texinfo (Debugging Output): Document set debug
554 check-physname.
555
39c4d40a
TT
5562011-06-29 Tom Tromey <tromey@redhat.com>
557
558 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
559 breakpoint-notifications feature.
560
6f5def7d
UW
5612011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
562
563 * gdb.texinfo (Target Description): Remove warning about
564 possibly unstable format.
565
8cf64490
TT
5662011-06-03 Tom Tromey <tromey@redhat.com>
567
568 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
569 (Events In Python): Note that exit_code is optional.
570
393eab54
PA
5712011-05-17 Pedro Alves <pedro@codesourcery.com>
572
573 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
574 required for multi-threading support.
575 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
576 Hc are deprecated for multi-threading debugging. Point readers at
577 the vCont packet.
578
75fc9810
DE
5792011-05-15 Doug Evans <dje@google.com>
580
581 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
582
01124a23
DE
5832011-05-13 Doug Evans <dje@google.com>
584
98a5dd13
DE
585 * gdb.texinfo (Threads): Document $sdir,$pdir.
586 (Server): Document $pdir exception.
587
dbaefcf7
DE
588 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
589
cc63ef9b
DE
590 * gdb.texinfo (Threads): Clarify default value for
591 libthread-db-search-path.
7e0396aa 592
01124a23
DE
593 * gdb.texinfo (Completion): Update example.
594 (Debugging Output): Delete `set/show debug lin-lwp-async'.
595
d248b706
KY
5962011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
597
598 * gdb.texinfo: Document change in the behaviour of the enable and
599 disable GDB commands when applied to tracepoints.
600 Document the EnableDisableTracepoints remote stub feature.
601 Document QTEnable and QTDisable in the list of tracepoint packets.
602
cc88a640
JK
6032011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
604
605 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
606 hsuser.texi.
607 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
608 comment to hsuser.texi. Change rluser.texi name in the comment.
609
84e578fb
DE
6102011-05-10 Doug Evans <dje@google.com>
611
612 * gdb.texinfo (Threads): If an empty path is provided for
613 libthread-db-search-path it is reset to its default value.
614 (Server): Ditto.
615
478aac75
DE
6162011-05-09 Doug Evans <dje@google.com>
617
618 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
619
9c06b0b4
TJB
6202011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
621 Thiago Jung Bauermann <bauerman@br.ibm.com>
622
623 Implement support for PowerPC BookE masked watchpoints.
624 * gdb.texinfo (Set Watchpoints): Document mask parameter.
625 (PowerPC Embedded): Mention support of masked watchpoints.
626
9ed350ad
JB
6272011-05-03 Joel Brobecker <brobecker@adacore.com>
628
629 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
630 `@value{GDBN}'.
631
4ceed123
JB
6322011-05-03 Joel Brobecker <brobecker@adacore.com>
633
634 * gdb.texinfo (titlepage): Remove dedication.
635 (In Memoriam): New appendix.
636
559a7a62
JK
6372011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
638 Eli Zaretskii <eliz@gnu.org>
639
640 * gdb.texinfo (Index Section Format): Change the version to 5.
641 Describe the different formula.
642
03f2bd59
JK
6432011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
644 Eli Zaretskii <eliz@gnu.org>
645
646 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
647 for disconnected tracing.
648 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
649 extended-remote relationship. Mention --once.
650 (TCP port allocation lifecycle of @code{gdbserver}): New.
651
d9b1a651
EZ
6522011-04-23 Eli Zaretskii <eliz@gnu.org>
653
654 * gdb.texinfo (Server): Improve indexing. Index all optional
655 switches to gdbserver.
656
90476074
TT
6572011-04-20 Tom Tromey <tromey@redhat.com>
658
659 * gdb.texinfo (Index Section Format): New node.
660 (Top): Add new node to menu.
661
c21236dc
PA
6622011-04-20 Pedro Alves <pedro@codesourcery.com>
663
664 * gdb.texinfo (Maintenance Commands): Document `maint print
665 remote-registers'.
666
05c8c3f5
TT
6672011-04-20 Tom Tromey <tromey@redhat.com>
668
669 * gdb.texinfo (Trace File Format): Move node later.
670
7a9dd1b2
TT
6712011-04-19 Tom Tromey <tromey@redhat.com>
672
673 * gdbint.texinfo (Register Information Functions): Remove
674 duplicate "the".
675 * gdb.texinfo (Emacs): Remove duplicate "to".
676 (GDB/MI Variable Objects): Remove duplicate "the".
677 (General Query Packets): Likewise.
678
4368ebeb
JB
6792011-04-02 Joel Brobecker <brobecker@adacore.com>
680
681 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
682 "GDB/MI Ada Exception Information" node.
683
956a9fb9
JB
6842011-04-01 Joel Brobecker <brobecker@adacore.com>
685
686 * gdb.texinfo (GDB/MI Ada Exception Information): Document
687 the "exception-name" field in the *stopped async record.
688
f1310107
TJB
6892011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
690 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
691
692 Implement support for PowerPC BookE ranged breakpoints.
693 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
694
8786b2bd
TT
6952011-03-28 Tom Tromey <tromey@redhat.com>
696
697 * gdb.texinfo (Set Tracepoints): Fix typo.
698
9ef07c8c
TT
6992011-03-24 Tom Tromey <tromey@redhat.com>
700
701 * gdb.texinfo (Specify Location): Document `function:label'
702 linespec.
703
99c3dc11
PM
7042011-03-18 Phil Muldoon <pmuldoon@redhat.com>
705
f1310107 706 PR python/12149
99c3dc11
PM
707
708 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
709
29703da4
PM
7102011-03-17 Phil Muldoon <pmuldoon@redhat.com>
711
712 * gdb.texinfo (Blocks In Python): Add is_valid method description.
713 (Inferiors In Python): Likewise.
714 (Threads In Python): Likewise.
715 (Symbols In Python): Likewise.
716 (Objfiles In Python): Likewise.
717 (Symbol Tables In Python): Likewise.
718
c9174737
PA
7192011-03-15 Pedro Alves <pedro@codesourcery.com>
720
721 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
722 display>: Explain that the commands accept number ranges.
723
7371cf6d
PM
7242011-03-14 Phil Muldoon <pmuldoon@redhat.com>
725
726 * gdb.texinfo (Breakpoints In Python): Add description and example
727 of Python stop function operation.
728
ecec24e6
PM
7292011-03-10 Phil Muldoon <pmuldoon@redhat.com>
730
731 * gdb.texinfo (Parameters In Python): Document get_set_string and
732 get_show_string methods.
733
6dcd5565
JK
7342011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
735
736 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
737
81896e36
JK
738 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
739 circular-trace-buffer name.
740
5e30da2c
JB
7412011-02-28 Joel Brobecker <brobecker@adacore.com>
742
743 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
744 in the previous change.
745
3bd0f5ef 7462011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
747
748 * gdb.texinfo (Inferiors and Programs): Update commands to show
749 that they can accept multiple arguments.
750
4ec7539c
JB
7512011-02-24 Joel Brobecker <brobecker@adacore.com>
752
753 Revert the following patch (code patch was not approved):
754 2011-02-21 Hui Zhu <teawater@gmail.com>
755 * agentexpr.texi (bytecode descriptions): add printf.
756 * gdb.texinfo (tracepoint action lists): add printf.
757
82809774
DE
7582011-02-23 Doug Evans <dje@google.com>
759
760 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
761
e5a67952
MS
7622011-02-23 Michael Snyder <msnyder@vmware.com>
763
764 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
765 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
766 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
767
6e6fbe60
DE
7682011-02-22 Doug Evans <dje@google.com>
769
770 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
771 Clarify behaviour of lookup_symbol when `block' argument is omitted,
772 add description of result, fix @defun formatting.
773
f994e27a
HZ
7742011-02-21 Hui Zhu <teawater@gmail.com>
775
776 * agentexpr.texi (Bytecode Descriptions): Add printf.
777 * gdb.texinfo (Tracepoint Action Lists): Add printf.
778
c7f96d2b
TT
7792011-02-18 Tom Tromey <tromey@redhat.com>
780
781 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
782
60f98dde
MS
7832011-02-14 Michael Snyder <msnyder@vmware.com>
784
785 * gdb.texinfo (threads): Document argument for "info threads" cmd.
786 Document new command "thread find".
787
08e796bc
MS
7882011-02-14 Michael Snyder <msnyder@vmware.com>
789
790 * gdb.texinfo (Threads): Update example of new thread message.
791
b3b9301e
PA
7922011-02-14 Pedro Alves <pedro@codesourcery.com>
793
794 * gdb.texinfo (Remote Configuration): Mention set/show remote
795 traceframe-info.
796 (Tools/Packages Optional for Building GDB): Mention that expat is
797 used for traceframe info.
798 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
799 (General Query Packets) <qSupported>: Describe the
800 qXfer:traceframe-info:read feature.
801 (qXfer::read): Describe qXfer:traceframe-info:read.
802 (Traceframe Info Format): New section.
803
cef35b0f
PA
8042011-02-04 Pedro Alves <pedro@codesourcery.com>
805
806 * gdbint.texinfo (Formatting): Mention some formatting guidelines
807 for casts and unary operators.
808
f1cbe1d3
TT
8092011-02-04 Tom Tromey <tromey@redhat.com>
810
811 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
812 is not useful.
813
585fdaa1
PA
8142011-01-25 Pedro Alves <pedro@codesourcery.com>
815
816 * gdb.texinfo: s/value optimized out/optimized out/g
817
7bfc9434
JB
8182011-01-21 Joel Brobecker <brobecker@adacore.com>
819
820 * gdb.texinfo (Other Misc Settings): Rework part of the
821 documentation of the "set interactive mode" command.
822
4694da01
TT
8232011-01-19 Tom Tromey <tromey@redhat.com>
824
825 * gdb.texinfo (Threads): Document thread name output and `thread
826 name' command.
827 (Threads In Python): Document Thread.name attribute.
828 (GDB/MI Thread Commands): Document thread attributes.
829
b716877b
AB
8302011-01-12 Andrew Burgess <aburgess@broadcom.com>
831
832 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
833 changes in mi/mi-cmd-disas.c
834
13fd8b81
TT
8352011-01-12 Tom Tromey <tromey@redhat.com>
836
837 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
838 Fix "thread apply" text.
839
e09342b5
TJB
8402011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
841 Thiago Jung Bauermann <bauerman@br.ibm.com>
842
843 Implement support for PowerPC BookE ranged watchpoints.
844 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
845 the "set powerpc exact-watchpoints" flag.
846
06e65f44
TT
8472011-01-07 Tom Tromey <tromey@redhat.com>
848
849 * gdb.texinfo (Python API): Add descriptions to @menu items.
850
d8e22779
TT
8512011-01-06 Tom Tromey <tromey@redhat.com>
852
853 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
854
a255712f
PP
8552010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
856
e09342b5 857 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 858
ccfc3d6e
TT
8592011-01-06 Tom Tromey <tromey@redhat.com>
860
861 PR python/12133:
862 * gdb.texinfo (Frames In Python): Document various frame
863 constants.
864
44944448
JB
8652011-01-05 Joel Brobecker <brobecker@adacore.com>
866
867 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
868 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
869 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
870
42ea3d7a
JK
8712011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
872
873 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
874 (clean): Add GDBvn.texi.
875
720d1a40
JB
8762010-12-29 Joel Brobecker <brobecker@adacore.com>
877
878 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
879 occasional case where the debugger prints an array address
880 instead of the array itself.
881
ad196637
PA
8822010-12-23 Pedro Alves <pedro@codesourcery.com>
883
884 * gdb.texinfo (Packets) <read registers packet>: Document support
885 for registers that were not collected.
886
a86caf66
DE
8872010-12-15 Doug Evans <dje@google.com>
888
889 * gdb.texinfo (Startup): Document auto-loading of scripts during
890 startup.
891 (Auto-loading): Delete "maint set python auto-load on|off".
892 Add "set auto-load-scripts on|off".
893
aae1c79a
DE
8942010-12-07 Doug Evans <dje@google.com>
895
896 * gdb.texinfo (Mode Options): Document -data-directory.
897 (Data Files): Add reference to -data-directory.
898
4e04c971
DE
8992010-11-29 Doug Evans <dje@google.com>
900
901 * gdb.texinfo (Pretty-Printer Introduction): Change
902 printer-name:subprinter-name to printer-name;subprinter-name.
903
94b6973e
PM
9042010-11-29 Phil Muldoon <pmuldoon@redhat.com>
905
906 PR python/12199
907
908 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
909
39037522
TT
9102010-11-23 Tom Tromey <tromey@redhat.com>
911
912 * gdb.texinfo (Top): Check SYSTEM_READLINE.
913 (Editing): Likewise.
914 (Command History): Likewise.
915 (TUI Keys): Likewise.
916 (Bug Reporting): Conditionally include rluser.texi and
917 inc-history.texinfo.
918 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
919 (GDB_DOC_SOURCE_INCLUDES): Add comment.
920 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
921 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
922 (gdb.pdf): Likewise.
923 (gdb.info): Likewise.
924 (gdb/index.html): Likewise.
925
5ae98d25
TT
9262010-11-23 Tom Tromey <tromey@redhat.com>
927
928 * Makefile.in (Makefile): Run ../config.status.
929 (distclean): Update.
930 * configure: Remove.
931 * configure.ac: Remove.
932
621c8364
TT
9332010-11-12 Tom Tromey <tromey@redhat.com>
934
935 * gdb.texinfo (Basic Python): Update. Add xref.
936 (Exception Handling): Document new exception classes.
937 (Types In Python): Update.
938 (Frames In Python): Update.
939
84f4c1fe
PM
9402010-11-11 Phil Muldoon <pmuldoon@redhat.com>
941
942 * gdb.texinfo (Breakpoints In Python): Document "internal"
943 parameter, and visible attribute.
944
99e7ae30
DE
9452010-11-05 Doug Evans <dje@google.com>
946
947 * gdb.texinfo (Source Path): Document "set directories".
948
f4b8a18d
KW
9492010-11-05 Ken Werner <ken.werner@de.ibm.com>
950
951 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
952 (OpenCL C): New node.
953
7b51bc51
DE
9542010-11-02 Doug Evans <dje@google.com>
955
956 * gdb.texinfo (Pretty Printing): Expand into three sections,
957 introduction, example, and commands.
958 (Python API): Delete section Disabling Pretty-Printers, merge into
959 Selecting Pretty-Printers.
960 (Writing a Pretty-Printer): New section. Move the pretty-printer
961 example here, and reformat to match python coding style. Add a second
962 example using the gdb.printing module.
963 (Python modules): Add gdb.printing.
964
9eeee977
DE
9652010-10-29 Doug Evans <dje@google.com>
966
967 * gdb.texinfo (Python): Fix long line.
968
a0e0ffdf
DE
9692010-10-20 Doug Evans <dje@google.com>
970
971 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
972 All references updated. Correct sections marked as subsections.
973 (Coding Standards): New chapter. Move the coding standard related
974 subsections here. Add section on Python coding standards.
975
0e3509db
DE
9762010-10-13 Doug Evans <dje@google.com>
977
978 * gdb.texinfo (Python): Add "Python modules".
979 (Types in Python): Add reference to gdb.types section.
980 (Python modules): New node.
981
44592cc4
DE
9822010-10-11 Doug Evans <dje@google.com>
983
984 * gdb.texinfo (Values From Inferior): Add reference to "Types in
985 Python" from gdb.Value.type description.
986
6e1bb179
JB
9872010-09-28 Joel Brobecker <brobecker@adacore.com>
988
989 * gdb.texinfo (Ravenscar Profile): New node.
990
e8467610
TT
9912010-09-22 Tom Tromey <tromey@redhat.com>
992
993 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
994
fccd1d1e
EZ
9952010-09-22 Eli Zaretskii <eliz@gnu.org>
996
997 * gdb.texinfo (Values From Inferior): Clarify that
998 value.dynamic_type works only in C++ programs with RTTI.
999
c1b6b909
TT
10002010-09-15 Paul Bolle <pebolle@tiscali.nl>
1001
1002 * gdb.texinfo (Character Sets): Correctly reference host-charset
1003 in example.
1004
7d288aaa
TT
10052010-09-13 Tom Tromey <tromey@redhat.com>
1006
1007 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
1008 Document "fullname" and "from".
1009
f75d858b
MK
10102010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1011
1012 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
1013 feature `reverse' output by -list-target-features.
1014
83b9503b
L
10152010-08-31 H.J. Lu <hongjiu.lu@intel.com>
1016
1017 * gdb.texinfo (i386 Features): Remove an extra "@item".
1018
03f17ccf
TT
10192010-08-30 Tom Tromey <tromey@redhat.com>
1020
1021 PR python/11792:
1022 * gdb.texinfo (Values From Inferior): Document dynamic_type.
1023
9779414d
DJ
10242010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1025
1026 * gdb.texinfo (ARM Features): Document
1027 org.gnu.gdb.arm.m-profile.
1028
f9ffd4bb
TT
10292010-08-23 Tom Tromey <tromey@redhat.com>
1030
1031 PR python/11145:
1032 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
1033 reinterpret_cast methods.
1034
702c2711
TT
10352010-08-23 Tom Tromey <tromey@redhat.com>
1036
1037 PR python/11915:
1038 * gdb.texinfo (Types In Python): Document array method.
1039
66b73624
TJB
10402010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
1041
1042 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
1043
06a64a0b
TT
10442010-08-16 Tom Tromey <tromey@redhat.com>
1045
1046 * gdb.texinfo (Set Watchpoints): Document -location option.
1047
a3a7127e
DE
10482010-08-13 Doug Evans <dje@google.com>
1049
1050 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
1051
8dedea02
VP
10522010-08-13 Vladimir Prus <vladimir@codesourcery.com>
1053
1054 * gdb.texinfo (GDB/MI Data Manipulation): Document
1055 -data-read-memory-raw and -data-write-memory-raw.
1056
ca5c20b6 10572010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 1058 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
1059
1060 * gdb.texinfo (Basic Python): Describe post_event API.
1061
cb2e07a6
PM
10622010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1063
1064 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 1065 decode_line Python APIs
cb2e07a6 1066
464b3efb
TT
10672010-08-10 Tom Tromey <tromey@redhat.com>
1068
1069 * gdb.texinfo (Pretty Printing API): Document
1070 gdb.default_visualizer.
1071
c29c521f
TT
10722010-08-10 Tom Tromey <tromey@redhat.com>
1073
1074 Revert gdb-add-index addition:
1075 * gdb.texinfo (Index Files): Don't document gdb-add-index.
1076
5da1313b
JK
10772010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1078 Eli Zaretskii <eliz@gnu.org>
1079
1080 * gdb.texinfo (Mode Options) <-batch>
1081 (Basic Python) <gdb.execute>: Describe setting width and height.
1082
02d868e8
PP
10832010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1084
1085 * gdb.texinfo (Threads): Document 'debug libthread-db'.
1086
c2bbed2a
TT
10872010-07-30 Tom Tromey <tromey@redhat.com>
1088
1089 * gdb.texinfo (Index Files): Mention gdb-add-index.
1090
6c13bbe1
HZ
10912010-07-30 Hui Zhu <teawater@gmail.com>
1092
1093 * gdb.texinfo (Inferiors and Programs): Update the introduce of
1094 "detach inferior" and "kill inferior".
1095
53a71c06
CR
10962010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
1097
1098 * gdb.texinfo (Machine Code): Update description of two forms of
1099 arguments, and add new example to demonstrate the new form.
1100
5374244e
PM
11012010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1102
1103 * gdb.texinfo (Values From Inferior): Add value inferior function
1104 call description.
1105
8ea5bce5
JK
11062010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1107
1108 * gdb.texinfo (Active Targets): Fix wrong comma placement.
1109
c0edd9ed
JK
11102010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1111 Eli Zaretskii <eliz@gnu.org>
1112
1113 Make core files the process_stratum.
1114 * gdb.texinfo (Active Targets): Remove core_stratum. Include
1115 record_stratum example.
1116
9291a0cd
TT
11172010-07-13 Tom Tromey <tromey@redhat.com>
1118
1119 * gdb.texinfo (Index Files): New node.
1120
f5011d11
TT
11212010-07-13 Tom Tromey <tromey@redhat.com>
1122
1123 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
1124
0f5238ed
TT
11252010-07-13 Tom Tromey <tromey@redhat.com>
1126
1127 * gdb.texinfo (Specify Location): Document labels.
1128
74c761c1
PA
11292010-07-01 Pedro Alves <pedro@codesourcery.com>
1130
1131 * gdb.texinfo (Create and Delete Tracepoints): Add more index
1132 entries for fast tracepoints and static tracepoints.
1133
501994c0
PA
11342010-07-01 Pedro Alves <pedro@codesourcery.com>
1135
1136 * gdb.texinfo (General Query Packets) <qfThreadInfo,
1137 qsThreadInfo>: Spell out `l' as ell.
1138
0fb4aa4b
PA
11392010-07-01 Pedro Alves <pedro@codesourcery.com>
1140
1141 * gdb.texinfo (Convenience Variables): Document $_sdata.
1142 (Commands to Set Tracepoints): Describe static tracepoints. Add
1143 `Listing Static Tracepoint Markers' menu entry. Document
1144 "strace".
1145 (Tracepoint Action Lists): Document collecting $_sdata.
1146 (Listing Static Tracepoint Markers): New subsection.
1147 (Tracepoints support in gdbserver): Mention static tracepoints.
1148 (remote packets, enabling and disabling): Mention
1149 read-sdata-object.
1150 (General Query Packets) <qSupported>: Document qXfer:sdata:read
1151 and StaticTracepoint.
1152 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
1153 Document qXfer:sdata:read.
1154 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
1155
dc3b15be
JB
11562010-06-29 Joel Brobecker <brobecker@adacore.com>
1157
1158 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
1159
595939de
PM
11602010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1161 Tom Tromey <tromey@redhat.com>
1162 Thiago Jung Bauermann <bauerman@br.ibm.com>
1163
1164 * gdb.texinfo (Inferiors In Python): New node.
1165 * gdb.texinfo (Threads In Python): New node.
1166
9279c692
JB
11672010-06-28 Joel Brobecker <brobecker@adacore.com>
1168
1169 * gdb.texinfo (Python): Document what the python directory is
1170 and what its location is.
1171 (Basic Python): Document the gdb.PYTHONDIR constant.
1172
bc9f0842
TT
11732010-06-25 Tom Tromey <tromey@redhat.com>
1174
1175 PR python/10808:
1176 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1177
f1421989
HZ
11782010-06-24 Hui Zhu <teawater@gmail.com>
1179
1180 * gdb.texinfo: (Commands for Controlled Output): Add
1181 documentation for command "eval".
1182
e4c0cfae
SS
11832010-06-21 Stan Shebs <stan@codesourcery.com>
1184
1185 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1186 * annotate.texinfo: Ditto.
1187 * gdbint.texinfo: Ditto.
1188 * stabs.texinfo: Ditto.
1189
bb08c432
HZ
11902010-06-22 Hui Zhu <teawater@gmail.com>
1191
1192 * gdb.texinfo: (Process Record and Replay): Add documentation
1193 for command "set record memory-query".
1194
4f5d9f07
SS
11952010-06-21 Stan Shebs <stan@codesourcery.com>
1196
1197 * gdb.texinfo: Relicense under GFDL version 1.3.
1198 * annotate.texinfo: Relicense under GFDL version 1.3.
1199 * gdbint.texinfo: Relicense under GFDL version 1.3.
1200 * stabs.texinfo: Relicense under GFDL version 1.3.
1201 * fdl.texi: Update to version 1.3.
1202
6aed2dbc
SS
12032010-06-18 Stan Shebs <stan@codesourcery.com>
1204
a61408f8
SS
1205 * gdb.texinfo (Operating System Auxiliary Information): Describe
1206 "info os" when no arguments given.
1207
6aed2dbc
SS
1208 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1209 $_thread.
1210
24e933df
HZ
12112010-06-18 Hui Zhu <teawater@gmail.com>
1212
1213 * gdb.texinfo: (Process Record and Replay): Add documentation
1214 for commands "record save" and "record restore".
1215
65d79d4b
SDJ
12162010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1217
1218 * gdb.texinfo: Include information about the correct use
1219 of addresses in the `watch' command.
1220
d914c394
SS
12212010-06-11 Stan Shebs <stan@codesourcery.com>
1222
1223 * gdb.texinfo (Observer Mode): New section.
1224 (General Query Packets): Document QAllow.
889bf7c5 1225
967cf477
DE
12262010-06-04 Doug Evans <dje@google.com>
1227
1228 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1229
aaf4119b
DE
12302010-06-03 Doug Evans <dje@google.com>
1231
1232 * gdbint.texinfo (Coding): Add subsection on command names.
1233
9eae7c52
TT
12342010-06-02 Tom Tromey <tromey@redhat.com>
1235
1236 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1237 always-disassemble.
1238
fa593d66
PA
12392010-06-01 Pedro Alves <pedro@codesourcery.com>
1240
1241 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1242 gdbserver, and add cross reference.
1243 (Tracepoints support in gdbserver): New subsection.
1244
dde08ee1
PA
12452010-05-26 Pedro Alves <pedro@codesourcery.com>
1246
1247 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1248 `qRelocInsn' feature.
1249 (Relocate instruction reply packet): New subsection
1250 of `Tracepoint Packets'.
1251 (Tracepoint Packets): Mention that packets QTDP and QTStart
1252 support the qRelocInsn request, and add cross reference to new
1253 subsection.
1254
07ca107c
DE
12552010-05-25 Doug Evans <dje@google.com>
1256
1257 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1258 (Commands In Python): Document gdb.string_to_argv.
1259
c25c4a8b
JK
12602010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1261
1262 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1263 ATTR_NORETURN.
1264
d7b32ed3 12652010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
1266 Tom Tromey <tromey@redhat.com>
1267 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 1268
c25c4a8b 1269 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 1270
6aecb9c2
JB
12712010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1272
1273 * gdb.texinfo: (Summary) Add mention about D language support.
1274 (Filenames): Add D suffixes.
1275 (D): New node.
1276
b7da9e9f
PM
12772010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1278
1279 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1280 of macro deleted from GDB code.
1281
ab38a727
PA
12822010-04-24 Pedro Alves <pedro@codesourcery.com>
1283
1284 * gdb.texinfo (Commands to specify files): Describe what how GDB
1285 looks up DOS-based filesystem paths on the system root. Document
1286 the new `set/show target-file-system-kind' commands.
1287
66d09542
DE
12882010-04-23 Doug Evans <dje@google.com>
1289
1290 * gdb.texinfo (Python): Move Auto-loading section here ...
1291 (Python API): from here.
1292 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1293 (Maintenance Commands): Add docs for "maint print section-scripts".
1294
8bd10a10
CM
12952010-04-20 Chris Moller <cmoller@redhat.com>
1296
1297 * gdb.texinfo (Setting Breakpoints): Added description of
1298 filename-qualified rbreak.
1299 * refcard.tex (Breakpoints and Watchpoints): Added brief
1300 description of filename-qualified rbreak.
1301
4c374409
JK
13022010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1303
1304 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1305 (Python API): Change the reference to Pretty Printing API.
1306 (Pretty Printing): Move the user part under the Data node. Reformat
1307 the sample output to 72 columns. Create a new reference to Pretty
1308 Printing API. Rename the API part ...
1309 (Pretty Printing API): To a new node name.
1310 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1311 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1312
5a9351ae
SS
13132010-04-21 Stan Shebs <stan@codesourcery.com>
1314
1315 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1316 and commands.
5a9351ae 1317 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1318
9a22f0d0
PM
13192010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1320
1321 * gdb.texinfo (Examining memory): Update for change in string
1322 display with explicit size.
1323
6149aea9
PA
13242010-04-19 Pedro Alves <pedro@codesourcery.com>
1325
1326 PR breakpoints/8554.
1327
1328 * gdb.texinfo (Save Breakpoints): New node.
1329 (save-tracepoints): Rename to ...
1330 (save tracepoints): ... this. Mention that `save-tracepoints' is
1331 a deprecated alias to `save tracepoints'.
1332
711e434b
PM
13332010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1334
645797a8 1335 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1336 (info w32 thread-information-block): Document new command.
1337 (qGetTIBAddress): Document new gdbserver query.
1338 (maint set/show show-all-tib): Document new command.
1339
3f7b2faa
DE
13402010-04-15 Doug Evans <dje@google.com>
1341
fa33c3cd
DE
1342 * gdb.texinfo (Python API): Add progspaces section.
1343 (Selecting Pretty-Printers): Progspace pretty-printers are
1344 searched too.
1345 (Progspaces In Python): New section.
1346
3f7b2faa
DE
1347 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1348
79f283fe
PM
13492010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1350
1351 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1352 returns None.
1353
87290684
SS
13542010-04-09 Stan Shebs <stan@codesourcery.com>
1355
1356 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1357 Describe the `frames-created' field, tweak grammar.
1358
a97153c7
PA
13592010-04-09 Pedro Alves <pedro@codesourcery.com>
1360
1361 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1362 Describe the `circular' and `disconnected' fields.
1363
5c5dcc1b
L
13642010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1365
1366 * gdb.texinfo (maint print registers): Mention unavailable and
1367 invisible registers.
1368
adc36818
PM
13692010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1370 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1371 Tom Tromey <tromey@redhat.com>
adc36818
PM
1372
1373 * gdb.texinfo (Breakpoints In Python): New Node.
1374
33da3f1c
SS
13752010-04-08 Stan Shebs <stan@codesourcery.com>
1376
1377 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1378 trace status fields.
1379
3a13a53b
L
13802010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1381
1382 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1383 optional. Make org.gnu.gdb.i386.avx requires
1384 org.gnu.gdb.i386.avx.
1385
08001717
DE
13862010-04-08 Doug Evans <dje@google.com>
1387
1388 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1389 search path, and document that gdb only scans the search path if
1390 the script's path doesn't specify a directory.
1391
c375651d
DE
13922010-04-05 Doug Evans <dje@google.com>
1393
1394 * gdb.texinfo (maint show python auto-load): Fix typo.
1395
af54718e
SS
13962010-04-04 Stan Shebs <stan@codesourcery.com>
1397
d77f58be
SS
1398 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1399 (Setting Watchpoints): Update description of "info watch".
1400 (Disabling Breakpoints): Only "info break" lists all.
1401
af54718e
SS
1402 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1403 (tdump): Explain how tdump works.
1404
86b17b60
PA
14052010-04-01 Pedro Alves <pedro@codesourcery.com>
1406
1407 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1408 add cross reference.
1409
ff12863f
PA
14102010-03-31 Pedro Alves <pedro@codesourcery.com>
1411
1412 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1413 commands error out.
1414
f68eb612
L
14152010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1416
1417 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1418
c8d5aac9
L
14192010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1420
1421 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1422
7d13fe92
SS
14232010-03-29 Stan Shebs <stan@codesourcery.com>
1424 Nathan Sidwell <nathan@codesourcery.com>
1425
1426 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1427 GDBN equivalent.
1428 (Set Tracepoints): Remove mention that conditional tracepoints
1429 don't exist.
1430 (Tracepoint Actions): Clarify when while-stepping collection
1431 happens, note that while-stepping does not automatically collect
1432 $pc.
1433
409873ef 14342010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1435
409873ef
SS
1436 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1437 (General Query Packets): Describe TracepointSource.
1438
ee8e71d4
EZ
14392010-03-27 Matt Rice <ratmice@gmail.com>
1440
c8d5aac9
L
1441 * gdb.texinfo (ARM): Document arguments to "target sim".
1442 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1443
99b5e152
PA
14442010-03-26 Pedro Alves <pedro@codesourcery.com>
1445
1446 * gdb.texinfo (Tracepoint Packets): Remove mention that
1447 terror:string may be plain text, and drop mention of X prefix.
1448
cd64ee31
VP
14492010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1450
1451 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1452
6c28cbf2
SS
14532010-03-24 Stan Shebs <stan@codesourcery.com>
1454
1455 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1456
95a42b64
TT
14572010-03-24 Tom Tromey <tromey@redhat.com>
1458
1459 PR breakpoints/9352:
1460 * gdb.texinfo (Break Commands): Update.
1461
18148017
VP
14622010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1463
1464 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1465 commands.
1466
4daf5ac0
SS
14672010-03-16 Stan Shebs <stan@codesourcery.com>
1468
1469 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1470 circular-trace-buffer.
1471 (Tracepoint Packets): Describe QTBuffer, and details of the
1472 qTStatus reply.
1473
c9429232
SS
14742010-03-12 Stan Shebs <stan@codesourcery.com>
1475 Nathan Sidwell <nathan@codesourcery.com>
1476
1477 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1478 doing instruction stepping.
1479 (Tracepoint Restrictions): New node.
1480
ccefe4c4
TT
14812010-03-10 Tom Tromey <tromey@redhat.com>
1482
1483 * gdbint.texinfo (Symbol Handling): Update.
1484
7c953934
TT
14852010-03-08 Tom Tromey <tromey@redhat.com>
1486
1487 PR cli/9591:
1488 * gdb.texinfo (Mode Options): Mention lack of pagination and
1489 confirmation with --batch.
1490 (Screen Size): Mention --batch.
1491 (Messages/Warnings): Likewise.
1492
f870a310
TT
14932010-03-05 Tom Tromey <tromey@redhat.com>
1494
1495 * gdb.texinfo (Basic Python): Document target_charset and
1496 target_wide_charset.
1497
78e2826b
TT
14982010-03-05 Tom Tromey <tromey@redhat.com>
1499
1500 * gdb.texinfo (Data): Link to pretty-printing.
1501 (Output Formats): Likewise. Correct text.
1502
f5dff777
DJ
15032010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1504
1505 * gdb.texinfo (Types): Describe <struct> and <flags>.
1506
dc00d89f
PM
15072010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1508
1509 * gdb.texinfo (Frames In Python): Add block parameter and
1510 description to read_var text.
1511
5107b149 15122010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1513 Tom Tromey <tromey@redhat.com>
5107b149
PM
1514
1515 * gdb.texinfo (Types In Python): Describe block argument in
1516 template_argument and gdb.lookup_type.
1517
e03e5e7b
TT
15182010-02-24 Tom Tromey <tromey@redhat.com>
1519
1520 * gdb.texinfo (Cygwin Native): Fix typo.
1521
f3e9a817
PM
15222010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1523
1524 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1525 and select method descriptions.
1526 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1527 Tables in Python to menu.
1528 (Blocks In Python): New node.
1529 (Symbols In Python): New node.
1530 (Symbol Tables in Python): New node.
1531
a79b8f6e
VP
15322010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1533
1534 Multiexec MI
1535
1536 gdb/
1537 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1538
1539 gdb/doc/
1540 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1541 changes.
1542 (GDB/MI Program Execution): Document current behaviour of
1543 --all and --thread-group.
1544 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1545 -remove-inferior.
1546 * observer.texi (inferior_added, inferior_removed): New
1547 observers.
1548
629d6a47
TT
15492010-02-19 Tom Tromey <tromey@redhat.com>
1550
1551 * gdbint.texinfo (Getting Started): Fix @node.
1552 (Debugging GDB): Likewise.
1553
c09529e5
JB
15542010-02-13 Joel Brobecker <brobecker@adacore.com>
1555
1556 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1557 documenting the gdb_test_timeout variable.
1558
540aa8e7
MS
15592010-02-12 Jakob Engblom <jakob@virtutech.com>
1560
1561 * gdb.texinfo (MI commands): Added documentation of --reverse
1562 option to a set of MI commands. Restructured documentation of MI
1563 commands --exec-continue to reflect the complexity of reverse
1564 execution.
1565
081dfbf7
PA
15662010-02-12 Pedro Alves <pedro@codesourcery.com>
1567
1568 * gdb.texinfo (Using the Collected Data): Specify that the address
1569 range of `tfind outsize' is exclusive, and that the address range
1570 of `tfind range' is inclusive.
1571 (Tracepoint Packets): Specify that the address range of
1572 `QTFrame:range' is inclusive, and that the address range of
1573 `QTFrame:outside' is exclusive
1574
8e9c5e02
VP
15752010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1576
1577 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1578
92981e24
TT
15792010-02-10 Tom Tromey <tromey@redhat.com>
1580
1581 * gdb.texinfo (Debugging Output): Document set debug parser and
1582 show debug parser.
1583
075b51b7
L
15842010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1585
1586 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1587 i386_eflags and i386_mxcsr.
1588
3bb8d5c3
L
15892010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1590
1591 * gdb.texinfo: Document i386 target features.
1592
c5f80513
DE
15932010-02-05 Doug Evans <dje@google.com>
1594
1595 * gdbint.texinfo (Testsuite): Add a new section to document the
1596 various DejaGnu variables that may be overridden.
1be00882 1597 Document INTERNAL_GDBFLAGS.
c5f80513 1598
6ac33a4e
TT
15992010-02-04 Tom Tromey <tromey@redhat.com>
1600
1601 PR cli/8830:
1602 * gdb.texinfo (Files): -readnow comes before the filename for file
1603 and symbol-file.
1604
a1dcb23a
DJ
16052010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1606
1607 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1608 Document ARM breakpoint types.
1609 (Register Packet Format): Move into the new section.
1610 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1611
95433b34
JB
16122010-01-21 Joel Brobecker <brobecker@adacore.com>
1613
1614 * gdb.texinfo (File Options): Adjust the documentation of this
1615 switch to refer to the "source" command rather than partially
1616 duplicating some of the relevant information.
1617 (Extending GDB): Introduce and document the set/show script-extension
1618 setting.
1619 (Command Files): Add note explaining that the "source" command
1620 is also used to evalute scripts written in other languages.
1621 Remove the short slightly incorrect reference to sourcing Python
1622 scripts.
1623 (Python Commands): Document how to execute a Python script from GDB.
1624
8d576872
JB
16252010-01-19 Joel Brobecker <brobecker@adacore.com>
1626
1627 * gdb.texinfo (Command Files): Fix typo.
1628
8150ff9c
JB
16292010-01-18 Tom Tromey <tromey@redhat.com>
1630
1631 * gdb.texinfo (File Options): Document -x on .py files.
1632 (Command Files): Document handling of Python scripts.
1633
23db03a6
JZ
16342010-01-18 Jie Zhang <jie.zhang@analog.com>
1635
1636 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1637
00bf0b85
SS
16382010-01-15 Stan Shebs <stan@codesourcery.com>
1639
1640 * gdb.texinfo (Trace Files): New section.
1641 (Tracepoint Packets): Document QTSave and qTBuffer.
1642 (Trace File Format): New appendix.
1643
be759fcf
PM
16442010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1645
1646 * gdb.texinfo (Values From Inferior): Document lazy_string value
1647 method.
1648 (Python API): Add Lazy strings menu item.
1649 (Lazy Strings In Python): New node.
1650
dc146f7c
VP
16512010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1652
1653 * gdb.texinfo (GDB/MI Thread Information): New.
1654 (GDB/MI Async Records): Document the core field in *stopped.
1655 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1656 documentation
1657 (Process list): Document that osdata document may contain
1658 threads.
1659 (Remote Serial Protocol): Document qXfer:threads.
1660
d5551862
SS
16612010-01-06 Stan Shebs <stan@codesourcery.com>
1662
1663 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1664 disconnected tracing.
1665 (Tracepoint Packets): Document new protocol.
1666
7a697b8d
SS
16672010-01-05 Stan Shebs <stan@codesourcery.com>
1668
1669 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1670 tracepoints.
1671 (Tracepoint Packets): Describe remote protocol for fast
1672 tracepoints.
1673
e6f3ec50
JB
16742010-01-01 Joel Brobecker <brobecker@adacore.com>
1675
1676 Update the "Start of New Year Procedure".
1677 * gdbint.texinfo: Add the list of files that need to be updated
1678 manually. Minor reformatting.
1679
ddc4e9c1
JB
16802010-01-01 Joel Brobecker <brobecker@adacore.com>
1681
1682 * refcard.tex: Update copyright year in header and text.
1683
9d2897ad
JB
16842010-01-01 Joel Brobecker <brobecker@adacore.com>
1685
1686 * agentexpr.texi: Add 2010 to the list of copyright years.
1687 * annotate.texinfo: Likewise.
1688 * gdb.texinfo: Likewise.
1689 * gdbint.texinfo: Likewise.
1690 * observer.texi: Likewise.
1691 * stabs.texinfo: Likewise.
1692
6da95a67
SS
16932009-12-31 Stan Shebs <stan@codesourcery.com>
1694
1695 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1696
236f1d4d
SS
16972009-12-29 Stan Shebs <stan@codesourcery.com>
1698
1699 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1700
f61e138d
SS
17012009-12-28 Stan Shebs <stan@codesourcery.com>
1702
1703 * gdb.texinfo (Trace State Variables): New section.
1704 (Tracepoint Packets): Describe trace state variable packets.
1705 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1706 variable bytecodes.
1707
0fe7935b
DJ
17082009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1709
1710 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1711 declarations.
1712
a6b29f87
VP
17132009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1714
1715 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1716 -gdb-exit behaviour.
1717
5e4bde96
JB
17182009-12-20 Joel Brobecker <brobecker@adacore.com>
1719
1720 * gpl.texi: Update to version 3 of the GPL.
1721
a1715244
JB
17222009-12-20 Joel Brobecker <brobecker@adacore.com>
1723
1724 * Makefile.in: Update copyright header.
1725 * observer.texi: Fix the copyright header of the generated files.
1726
361ae042
PM
17272009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1728
1729 * gdb.texinfo (Types In Python): Describe range function.
1730
bfd31e71
PM
17312009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1732
1733 * gdb.texinfo (Types In Python): Describe "is_base_class".
1734
57a1d736
TT
17352009-12-03 Tom Tromey <tromey@redhat.com>
1736
1737 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1738
8cebebb9
PP
17392009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1740
1741 * observer.texi: New memory_changed observer.
1742
16af530a
TT
17432009-12-01 Tom Tromey <tromey@redhat.com>
1744
1745 * gdb.texinfo (Reverse Execution): Fix typo.
1746
b6199126
DJ
17472009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1748
1749 PR gdb/8704
1750
1751 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1752 are allowed after the breakpoint condition.
1753
7a6973ad
TT
17542009-11-23 Tom Tromey <tromey@redhat.com>
1755
1756 PR python/10782:
1757 * gdb.texinfo (Types In Python): Document Type.pointer.
1758
21a0512e
PP
17592009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1760
1761 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1762
a5832c8f
PA
17632009-11-11 Pedro Alves <pedro@codesourcery.com>
1764
1765 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1766 (Using Agent Expressions): Delete cross reference.
1767
1eb7cd77
JB
17682009-11-07 Joel Brobecker <brobecker@adacore.com>
1769
1770 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1771 and @settitle directives up to help makeinfo find them.
1772
24ddea62
JK
17732009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1774
1775 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1776 (Auto-loading): Use plural and note one can use multiple components now.
1777
3afae151
VP
17782009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1779
1780 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1781 -stack-list-arguments have the same documentation for parameter
1782 as -stack-list-locals. Add comas.
1783
14ff2235
PM
17842009-10-27 Tom Tromey <tromey@redhat.com>
1785 Eli Zaretskii <eliz@gnu.org>
1786
c8d5aac9 1787 PR python/10781
14ff2235
PM
1788
1789 * gdb.texinfo (Values From Inferior): Document cast method.
1790
9c419145
PP
17912009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1792
1793 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1794 and adjust example.
889bf7c5 1795
29153c24
MS
17962009-10-22 Michael Snyder <msnyder@vmware.com>
1797
1798 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1799 info record command. Also document the new save and restore
29153c24
MS
1800 commands.
1801
2b28d209
PP
18022009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1803
1804 * gdb.texinfo (Machine Code): Mention current pc marker.
1805 (Memory): Likewise.
1806
6c95b8df
PA
18072009-10-19 Pedro Alves <pedro@codesourcery.com>
1808 Stan Shebs <stan@codesourcery.com>
1809
1810 * observer.texi (new_inferior): Rename to...
1811 (inferior_appeared): ... this.
1812
1813 * gdb.texinfo (Inferiors): Rename node to ...
1814 (Inferiors and Programs): ... this. Mention running multiple
1815 programs in the same debug session.
1816 <info inferiors>: Mention the new 'Executable' column if "info
1817 inferiors". Update examples. Document the "add-inferior",
1818 "clone-inferior", "remove-inferior" and "maint info
1819 program-spaces" commands.
1820 (Process): Rename node to...
1821 (Forks): ... this. Document "set|show follow-exec-mode".
1822
2f8132f3
MS
18232009-10-11 Michael Snyder <msnyder@vmware.com>
1824
1825 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1826 (ReverseContinue): Ditto.
1827
cba4b2d3
PP
18282009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1829
1830 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1831
da082f17
JK
18322009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1833
1834 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1835
08be9d71
ME
18362009-10-06 Michael Eager <eager@eagercon.com>
1837
1838 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1839 (Embedded Processors): Add MicroBlaze.
1840 (MicroBlaze): New. Describe Xilinx MicroBlaze
1841
08a0efd0
PA
18422009-10-04 Pedro Alves <pedro@codesourcery.com>
1843
1844 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1845
cbb8f428
EZ
18462009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1847
1848 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1849
30a4a70c
JB
18502009-09-23 Joel Brobecker <brobecker@adacore.com>
1851
1852 * observer.texi (solib_unloaded): Document explicitly the fact that
1853 this observer is called before the associated symbols are unloaded.
1854
b3372f91
VP
18552009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1856
1857 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1858 -stack-list-variables.
1859
f43030c4
TT
18602009-09-18 Tom Tromey <tromey@redhat.com>
1861
1862 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1863 is experimental.
1864
ec7e75e7
PP
18652009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1866
1867 * gdb.texinfo (convenince variables): Mention
1868 $_siginfo could be empty.
f43030c4 1869
0cc7d26f
TT
18702009-09-15 Tom Tromey <tromey@redhat.com>
1871
1872 * gdb.texinfo (GDB/MI Variable Objects): Document
1873 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1874 Expand -var-update documentation.
1875
a96d9b2e
SDJ
18762009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1877
1878 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1879 feature.
1880
005ca36a
JB
18812009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1882
1883 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1884
0d772ac9
MS
18852009-09-10 Michael Snyder <msnyder@vmware.com>
1886
1887 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1888 ReverseStep replies to the qSupported query.
1889
14fb1bac
JB
18902009-09-10 Joel Brobecker <brobecker@adacore.com>
1891
1892 Add documentation for set/show interactive-mode.
1893 * gdb.texinfo (Other Misc Settings): New node.
1894
29b090c0
DE
18952009-09-01 Doug Evans <dje@google.com>
1896
1897 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1898 non-stop mode's affect on remote caching.
1899
4e5d721f
DE
19002009-08-31 Jacob Potter <jdpotter@google.com>
1901 Doug Evans <dje@google.com>
1902
1903 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1904 Mark `set/show remotecache' options as obsolete.
1905 Document new `set/show stack-cache' option.
1906 Update text for `info dcache'.
1907
55333a84
DE
19082009-08-27 Doug Evans <dje@google.com>
1909
1910 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1911 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1912
bc3a0b4d
RW
19132009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1914
1915 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1916 about autoconf.
1917
3a1ff0b6
PA
19182009-08-25 Pedro Alves <pedro@codesourcery.com>
1919
1920 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1921 small example, and describe its columns. Replace "inferior-id" by
1922 "infno" throughout.
1923
81ecdfbb
RW
19242009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1925
af542c2e
RW
1926 * gdbint.texinfo (Releasing GDB): Point to
1927 README-maintainer-mode file for required autoconf version.
1928 * configure.ac: Do not substitute datarootdir, htmldir,
1929 pdfdir, docdir. Do not process --with-datarootdir,
1930 --with-htmldir, --with-pdfdir, --with-docdir.
1931 * configure: Regenerate.
1932
81ecdfbb
RW
1933 * configure: Regenerate.
1934
4efc6507
DE
19352009-08-20 Reid Kleckner <reid@kleckner.net>
1936
1937 * gdb.texinfo: Add chapter on JIT interface.
1938
43089a6e
NR
19392009-08-07 Nick Roberts <nickrob@snap.net.nz>
1940
1941 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 1942 confirmation request.
43089a6e 1943
99e008fe
EZ
19442009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1945
c8d5aac9
L
1946 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1947 CRC definitions.
99e008fe 1948
48cb2d85
VP
19492009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1950
1951 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 1952 -break-commands.
48cb2d85 1953
ff1a52c6
UW
19542009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1955
1956 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1957 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1958
3285f3fe
UW
19592009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1960
1961 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1962 "set spu stop-on-load" and "show spu stop-on-load" commands.
1963
e35359c5
UW
19642009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1965
1966 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1967
58d6951d
DJ
19682009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1969
1970 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1971 org.gnu.gdb.arm.neon.
1972
08d16641
PA
19732009-07-20 Pedro Alves <pedro@codesourcery.com>
1974
1975 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1976 optional element.
1977 (subsection OS ABI): New subsection.
1978
782b2b07
SS
19792009-07-14 Stan Shebs <stan@codesourcery.com>
1980
1981 * gdb.texinfo (Tracepoint Conditions): New section.
1982 (General Query Packets): Describe ConditionalTracepoints.
1983 (Tracepoint Packets): Describe condition field.
1984 (Maintenance Commands): Describe maint agent-eval.
1985 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1986
9b117ef3
HZ
19872009-07-11 Hui Zhu <teawater@gmail.com>
1988
1989 * gdb.texinfo (disassemble): Add a new modifier /r
1990 to "disassemble" command to make it print the raw instructions
1991 in hex as well as in symbolic form.
1992
f5a33284
TT
19932009-07-09 Tom Tromey <tromey@redhat.com>
1994
1995 * gdbint.texinfo (Testsuite): Document parallel make check.
1996
812f7342
TT
19972009-07-09 Tom Tromey <tromey@redhat.com>
1998
1999 * gdbint.texinfo (Testsuite): Document test transcripts.
2000
fbb8f299
PM
20012009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2002
2003 * gdb.texinfo (Values From Inferior): Add length parameter
2004 description.
2005
dd8f35ac
EZ
20062009-07-04 Chris Genly <chris@genly.us>
2007
2008 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
2009 in -var-list-children. Fix example according to what the code
2010 does.
2011
2277426b
PA
20122009-07-02 Pedro Alves <pedro@codesourcery.com>
2013
2014 * gdb.texinfo (Debugging multiple inferiors): Document the
2015 "inferior", "detach inferior" and "kill inferior" commands.
2016 (Debugging Programs with Multiple Processes): Adjust to mention
2017 generic "inferior" commands. Delete mention of "detach fork" and
2018 "delete fork". Cross reference to "Debugging multiple inferiors"
2019 section.
2020
a6d9a66e
UW
20212009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2022
5af949e3
UW
2023 * gdbint.texinfo (Item Output Functions): Update signature
2024 for ui_out_field_core_addr.
2025
20262009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2027
2028 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
2029 Update example code extrated from breakpoint.c.
2030
9901a55b 20312009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 2032
9901a55b
PP
2033 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
2034 MI commands.
2035 (GDB/MI Symbol Query): Likewise.
2036 (GDB/MI File Commands): Likewise.
2037 (GDB/MI File Transfer Commands): Likewise.
2038 (GDB/MI Target Manipulation): Likewise.
2039 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 2040
edb3359d
DJ
20412009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
2042
2043 * gdb.texinfo (Debugging Optimized Code): New chapter.
2044 (Compiling for Debugging): Reference it. Move some
2045 text to the new section.
2046
7cd1089b
PM
20472009-06-15 Phil Muldoon <pmuldoon@redhat.com>
2048
2049 * doc/gdb.texinfo (Calling): Document
2050 set-unwind-on-terminating-exception usage.
2051
d4db2f36
PA
20522009-06-11 Pedro Alves <pedro@codesourcery.com>
2053
2054 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
2055 command.
2056
d1a7880c
PA
20572009-06-07 Pedro Alves <pedro@codesourcery.com>
2058
2059 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
2060 references.
2061
473f94e6
UW
20622009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
2063
2064 * gdbint.texinfo: Rename formal parameters to gdbarch function
2065 protoypes from "current_gdbarch" to "gdbarch".
2066
8f500870
TT
20672009-05-28 Tom Tromey <tromey@redhat.com>
2068
2069 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
2070
b6313243
TT
20712009-05-27 Tom Tromey <tromey@redhat.com>
2072
2073 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2074 feature.
2075 (GDB/MI Variable Objects): Document -var-set-visualizer.
2076
20772009-04-02 Tom Tromey <tromey@redhat.com>
2078
2079 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2080 feature.
2081 (GDB/MI Variable Objects): Document -var-set-visualizer.
2082
a6bac58e
TT
20832009-05-27 Tom Tromey <tromey@redhat.com>
2084 Thiago Jung Bauermann <bauerman@br.ibm.com>
2085 Phil Muldoon <pmuldoon@redhat.com>
2086
2087 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
2088 (Pretty Printing): New node.
2089 (Selecting Pretty-Printers): Likewise.
2090 (Python API): Update.
2091 (Output Formats): Document /r format.
2092
2c74e833
TT
20932009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
2094 Tom Tromey <tromey@redhat.com>
2095
2096 * gdb.texinfo (Types In Python): New node.
2097 (Values From Inferior): "type" is now an attribute.
2098 (Python API): Update.
2099
89c73ade
TT
21002009-05-27 Tom Tromey <tromey@redhat.com>
2101 Thiago Jung Bauermann <bauerman@br.ibm.com>
2102 Phil Muldoon <pmuldoon@redhat.com>
2103
2104 * gdb.texinfo: Add @syncodeindex for `tp'.
2105 (Python API): Update.
2106 (Auto-loading): New node.
2107 (Objfiles In Python): New node.
2108
17a37d48
PP
21092009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2110
2111 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 2112
6718376f
NR
21132009-05-15 Nick Roberts <nickrob@snap.net.nz>
2114
2115 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
2116
cbe54154
PA
21172009-05-12 Pedro Alves <pedro@codesourcery.com>
2118
2119 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
2120 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
2121 show show-debug-regs' docs.
2122
8e05493c
EZ
21232009-05-08 Eli Zaretskii <eliz@gnu.org>
2124
2125 * gdb.texinfo (Process Record and Replay): Add description of
2126 reverse execution.
2127
b39f4988
JB
21282009-05-07 Joel Brobecker <brobecker@adacore.com>
2129
2130 * gdbint.texinfo (Adding support for debugging core files): New node.
2131 (Native Debugging): Remove the ``Native core file Support'' section.
2132
a2311334
EZ
21332009-05-01 Eli Zaretskii <eliz@gnu.org>
2134
2135 * gdb.texinfo (Process Record and Replay): Improve and clarify.
2136 Add index entries.
2137
53cc454a 21382009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 2139 Michael Snyder <msnyder@vmware.com>
53cc454a 2140
a2311334
EZ
2141 * gdb.texinfo: (Process Record and Replay): Add documentation for
2142 process record and replay.
53cc454a 2143
484086b7
JK
21442009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2145
2146 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
2147 a new part on command-line defined macros.
2148
32ae1842
EZ
21492009-04-25 Eli Zaretskii <eliz@gnu.org>
2150
2151 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
2152 clarify the wording.
2153
b14b1491
TT
21542009-04-23 Tom Tromey <tromey@redhat.com>
2155
2156 * gdb.texinfo (Data Files): New node.
2157 (GDB Files): Update menu.
2158
5c1e86e1
JB
21592009-04-23 Joel Brobecker <brobecker@adacore.com>
2160
2161 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 2162 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 2163
83eba9b7
VP
21642009-04-22 Vladimir Prus <vladimir@codesourcery.com>
2165
2166 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2167
e31198c4
HZ
21682009-04-22 Hui Zhu <teawater@gmail.com>
2169
2170 * gdb.texinfo (disassemble-next-line): Set the default of
2171 disassemble-next-line to off.
2172
26e251b6
JM
21732009-04-21 Joseph Myers <joseph@codesourcery.com>
2174
2175 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2176 --with-htmldir): New.
2177 * configure: Regenerate.
2178 * Makefile.in (datarootdir, docdir): Define.
2179 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2180 instead of $(SET_TEXINPUTS).
2181 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2182 gdbint.info instead of $(SET_TEXINPUTS).
2183 (gdbint/index.html): Use same -I options as for building
2184 gdbint.info.
2185 (stabs.dvi, stabs.pdf): Use same -I options as for building
2186 stabs.info instead of $(SET_TEXINPUTS).
2187 (stabs/index.html): Use same -I options as for building
2188 stabs.info.
2189 (annotate.dvi, annotate.pdf): Use same -I options as for building
2190 annotate.info instead of $(SET_TEXINPUTS).
2191 (annotate/index.html): Use same -I options as for building
2192 annotate.info.
2193
eac35c4e
DD
21942009-04-21 David Daney <ddaney@caviumnetworks.com>
2195
2196 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2197
29b0e8a2
JM
21982009-04-21 Joseph Myers <joseph@codesourcery.com>
2199
2200 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2201
2b831889 22022009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 2203 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
2204
2205 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2206 (MAKEHTMLFLAGS): Set to empty.
2207 (html__strip_dir): Define.
2208 (HTMLFILES): Define.
2209 (HTMLFILES_INSTALL): Define.
2210 (install-html): Copy new automake rule.
2211 (html): Depend on $(HTMLFILES).
2212 (gdb_toc.html): Rename to gdb/index.html.
2213 (gdbint_toc.html): Rename to gdbint/index.html.
2214 (stabs_toc.html): Rename to stabs/index.html.
2215 (annotate_toc.html): Rename to annotate/index.html.
2216
89a34d1b
JM
22172009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2218
2219 * Makefile.in: Set pdfdir and htmldir from configure
2220 substitutions.
2221 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2222 * configure: Regenerate.
2223
a2d5da46
JB
22242009-04-16 Joel Brobecker <brobecker@adacore.com>
2225
2226 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2227 This macro is no longer used.
2228
732f6a93
TT
22292009-04-15 Tom Tromey <tromey@redhat.com>
2230
2231 * gdb.texinfo (Character Sets): Document default character set.
2232
87f9adc1
PM
22332009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2234
2235 * gdbint.texinfo: Change server name from sources.redhat.com to
2236 sourceware.org throughout.
2237
2c88c651
JB
22382009-04-09 Joel Brobecker <brobecker@adacore.com>
2239
2240 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2241 about a missing dot or coma after @xref.
2242
4f5376b2
JB
22432009-04-02 Joel Brobecker <brobecker@adacore.com>
2244
2245 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2246 example, and add a small explanation about it.
2247 (Print Settings): Change the documentation of the "set print
2248 frame-arguments" to reflect the fact that the default is now "scalars".
2249
a0381d3a
JB
22502009-04-02 Joel Brobecker <brobecker@adacore.com>
2251
2252 * gdb.texinfo (Print Settings): Add kindex for command "set
2253 print frame-arguments".
2254
45ac276d
JB
22552009-03-31 Joel Brobecker <brobecker@adacore.com>
2256
2257 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2258 breakpoints.
2259 (Set Breaks): Add reference to thread-specific and task-specific
2260 breakpoints.
2261
32cd1edc
JB
22622009-03-31 Joel Brobecker <brobecker@adacore.com>
2263
2264 * gdb.texinfo (Ada Tasks): Remove the documentation about
2265 the "Running" state, as this state has been eliminated.
2266 Now all runnable tasks are shown as "Runnable".
2267
1042e4c0
SS
22682009-03-30 Stan Shebs <stan@codesourcery.com>
2269
2270 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2271 special case of breakpoints.
2272 (Enable and Disable Tracepoints): Mention deprecation.
2273 (Listing Tracepoints): Update description and example.
2274
f8f6f20b
TJB
22752009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2276
2277 * gdb.texinfo (Frames in Python): New node.
2278 (Python API): Update.
2279
c0c6f777
TJB
22802009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2281
2282 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2283 from a method to an attribute.
2284
def2b000
TJB
22852009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2286
2287 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2288 attribute.
2289
a07daef3
PA
22902009-03-25 Pedro Alves <pedro@codesourcery.com>
2291
2292 * observer.texi (thread_exit): Add "silent" parameter.
2293
f3b1572e
PA
22942009-03-22 Pedro Alves <pedro@codesourcery.com>
2295
2296 * observer.texi (about_to_proceed): New.
2297
587afa38
EZ
22982009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2299
2300 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2301 field throughout to handle types with spaces in them. Fix typos
2302 found by aspell.
2303 (Summary, Requirements, Contributors): New first chapter,
2304 "Summary" added, old Requirements section moved there, and new
2305 section, "Contributors" added.
2306 (Initializing a New Architecture, Register Representation)
2307 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2308 (Porting gdb): These sections extended and updated.
2309 (Compiler Characteristics): This section (empty) deleted.
2310 (Defining Other Architecture Features): This section renamed and
2311 duplicate material removed from (formerly "Target Conditionals").
2312 Use braces {} in @deftypeXX type field throughout to handle types
2313 with spaces in them. Typos found by aspell fixed.
2314
2315 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2316 * stack_frame.pdf: Version of image for PDF output.
2317 * stack_frame.png: Version of image for HTML output and for Emacs.
2318 * stack_frame.txt: Version of image for Info output.
1db61298 2319 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2320
10af6951
EZ
23212009-03-21 Eli Zaretskii <eliz@gnu.org>
2322
2323 * gdb.texinfo (Character Sets): Fix last change.
2324
cc924cad
TJB
23252009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2326
2327 * gdb.texinfo (Values From Inferior): Fix optional arguments
2328 markup.
2329 (Commands In Python): Adjust argument names of gdb.Command.__init__
2330 to what the function accepts as keywords.
2331
bc3b79fd
TJB
23322008-03-20 Tom Tromey <tromey@redhat.com>
2333
2334 * gdb.texinfo (Convenience Vars): Document convenience functions.
2335 (Functions In Python): New node.
2336 (Python API): Update.
2337
6c7a06a3
TT
23382009-03-20 Tom Tromey <tromey@redhat.com>
2339
2340 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2341 set target-wide-charset.
2342 (Requirements): Mention iconv.
2343
b646ddd4
HZ
23442009-03-17 Hui Zhu <teawater@gmail.com>
2345
2346 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2347
91440f57
HZ
23482009-03-17 Hui Zhu <teawater@gmail.com>
2349
2350 * gdb.texinfo: Add documentation for disassemble-next-line.
2351
8fd41227
TJB
23522009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2353
2354 * gdb.texinfo (Commands In Python): Remove tindex entries.
2355
61ff14c6
JK
23562009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2357
2358 * gdb.texinfo (Returning): New description for missing debug info.
2359
0b16c5cf
PA
23602009-03-14 Pedro Alves <pedro@codesourcery.com>
2361
2362 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2363 (General Query Packets): Document qAttached.
0b16c5cf 2364
32fc0df9
PA
23652009-03-05 Pedro Alves <pedro@codesourcery.com>
2366
2367 * gdb.texinfo (Background Execution): Better describe the set
2368 target-async command.
2369 (Maintenance Commands): Delete description of the `maint set/show
2370 linux-async' and `maint set/show remote-async' commands.
2371
134eb42c
VP
23722009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2373
2374 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2375 between sentences.
2376
c86cf029
VP
23772009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2378
2379 * gdb.texinfo (GDB/MI Async Records): Document the
2380 =library-loaded and =library-unloaded notifications.
2381
3ea85240
VP
23822009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2383
2384 * observer.texi (test_notification): New observer.
2385
1d33d6ba
VP
23862009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2387
61ff14c6
JK
2388 * observer.texi: Add parameter 'print_frame' to normal_stop
2389 observer.
1d33d6ba 2390
d721c933
EZ
23912009-02-07 Eli Zaretskii <eliz@gnu.org>
2392
2393 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2394 (Commands In Python): Fix COMMAND_* constants in last change. Use
2395 @kbd for interactive input. Add cross-references and index
2396 entries.
2397
4aa995e1
PA
23982009-02-06 Pedro Alves <pedro@codesourcery.com>
2399
2400 * gdb.texinfo (Signals): Document $_siginfo.
2401 (Convenience Variables): Mention $_siginfo.
2402 (Remote Configuration): Document qXfer:siginfo:read,
2403 qXfer:siginfo:write packets, and the read-siginfo-object,
2404 write-siginfo-object commands.
2405
5f5233d4
PA
24062009-02-06 Pedro Alves <pedro@codesourcery.com>
2407
2408 * gdbint.texinfo (Values): New chapter.
2409
d8906c6f
TJB
24102009-02-06 Tom Tromey <tromey@redhat.com>
2411
2412 * gdb.texinfo (Python API): Add entry for Commands In Python.
2413 (Commands In Python): New node.
2414
b6cb8e7d
TJB
24152009-02-05 Tom Tromey <tromey@redhat.com>
2416
2417 * gdb.texinfo (Values From Inferior): Document Value.string.
2418
12453b93
TJB
24192009-02-05 Tom Tromey <tromey@redhat.com>
2420
2421 * gdb.texinfo (Basic Python): Document execute's from_tty
2422 argument.
2423
08c637de
TJB
24242009-02-04 Tom Tromey <tromey@redhat.com>
2425
2426 * gdb.texinfo (Basic Python): Document gdb.history.
2427
592375cd
VP
24282009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2429
2430 * gdb.texinfo (GDB/MI Thread Commands): Document the
2431 'current-thread-id' field. Remove the example with zero threads,
2432 since current GDB won't ever report that if there's inferior.
2433
41447f92
VP
24342009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2435
2436 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2437 option to -break-insert.
2438
098b41a6
JG
24392009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2440 Jerome Guitton <guitton@adacore.com>
2441
2442 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2443 (System-wide configuration): New section.
2444
3c16cced
PA
24452009-01-26 Pedro Alves <pedro@codesourcery.com>
2446
2447 PR gdb/7580:
2448 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2449 internal-error|internal-warning quit|corefile ask|yes|no".
2450
62709adf
PA
24512009-01-26 Pedro Alves <pedro@codesourcery.com>
2452
2453 * gdb.texinfo (Using the `gdbserver' Program): Document
2454 --remote-debug.
2455
7ce58dd2
DE
24562009-01-23 Doug Evans <dje@google.com>
2457
2458 * gdb.texinfo: Add nexti to list of commands that support
2459 background execution.
2460
adb483fe
DJ
24612009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2462
2463 * gdb.texinfo (Define, Hooks): Document prefix command support.
2464
a67ec3f4 24652009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2466 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2467
2468 Fixes for makeinfo --html.
2469
2470 * annotate.texinfo: Use @copying and @insertcopying. Use
2471 @ifnottex in place of @ifinfo.
2472 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2473 place of @ifinfo. Use @ifnotinfo for one index entry.
2474 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2475 in place of @ifinfo.
2476 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2477 in place of @ifinfo. Include contents at start unconditionally.
2478
84fcdf95
PA
24792009-01-13 Pedro Alves <pedro@codesourcery.com>
2480
2481 * gdb.texinfo (General Query Packets): Remove @var{} around the
2482 "spu" literal string.
2483
fa3a767f
PA
24842009-01-07 Pedro Alves <pedro@codesourcery.com>
2485
2486 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2487 program may be running in another process" errors.
2488 * gdbint.texinfo (Native Conditionals): Delete
2489 ONE_PROCESS_WRITETEXT description.
2490
9cb011d3
JB
24912009-01-07 Joel Brobecker <brobecker@adacore.com>
2492
2493 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2494 emacs local variable to be placed at the end of the ChangeLog.
2495 Add server.c and gdbreplay.c to the list of files where the
2496 copyright year needs to be updated.
2497
84603566
SL
24982009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2499
2500 * gdb.texinfo (Remote Configuration): Document new
2501 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2502 commands.
2503
a53f55d8
PA
25042008-12-28 Pedro Alves <pedro@codesourcery.com>
2505
2506 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2507 FETCH_INFERIOR_REGISTERS.
2508 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2509 FETCH_INFERIOR_REGISTERS descriptions. Remove
2510 gdbarch_get_longjmp_target descrition, since already described in
2511 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2512 (Target Conditionals): ... here.
2513
077e0a52
JB
25142008-12-16 Joel Brobecker <brobecker@adacore.com>
2515
2516 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2517 examples.
2518 (Additions to Ada): Likewise. Add the missing opening and closing
2519 parenthesis of the GDB prompt in one of the examples.
2520
023eb17c
JB
25212008-12-14 Joel Brobecker <brobecker@adacore.com>
2522
2523 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2524 about the result of 'Address not being of type System.Address.
2525 This problem has been fixed a while ago.
2526
c3b108f7
VP
25272008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2528
2529 MI non-stop and multiprocess docs.
2530
c8d5aac9
L
2531 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2532 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2533 Adjust documentation for *stopped, document =thread-created,
2534 =thread-exited, =thread-group-created and =thread-group-exited.
2535 (GDB/MI Thread Commands): Document the 'state' field in
2536 -thread-info output.
2537 (GDB/MI Program Execution): Mention --all and --thread-group
2538 options.
2539 (GDB/MI Variable Objects): Describe floating and fixed variable
2540 objects.
2541 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2542
07e059b5
VP
25432008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2544
c8d5aac9
L
2545 * gdb.texinfo (Operating System Information): New appendix.
2546 (Operating System Auxiliary Information): Document 'info os processes'
2547 (Remote Configuration): Document 'osdata'
2548 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2549
a80b95ba
TG
25502008-11-27 Tristan Gingold <gingold@adacore.com>
2551
2552 * gdb.texinfo (Darwin): Document Darwin specific features.
2553
a655d424
JK
25542008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2555
2556 * gdbint.texinfo (Target Conditionals): Extend the
2557 gdbarch_breakpoint_from_pc description.
2558
249e1128
VP
25592008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2560
2561 * gdb.texinfo (M68K Features): Fix typo.
2562
c14c28ba
PP
25632008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2564
2565 * gdb.texinfo (Symbols): Mention printing containing
2566 image name in "info symbol".
2567 (Maint translate-address): Likewise.
889bf7c5 2568
394a6666
JB
25692008-11-18 Joel Brobecker <brobecker@adacore.com>
2570
2571 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2572 commands "catch load" and "catch unload".
2573
66bb093b
VP
25742008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2575
2576 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2577 =thread-selected.
889bf7c5 2578
4a92f99b
VP
25792008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2580
c8d5aac9 2581 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2582
f0323ca0
PA
25832008-10-27 Pedro Alves <pedro@codesourcery.com>
2584
2585 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2586 .mt files, TM_CLIBS or TM_CDEPS.
2587 (x86 Watchpoints): Don't mention TDEPFILES.
2588
8b23ecc4
SL
25892008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2590
2591 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2592 (Overview): Mention notifications and non-stop mode behavior.
2593 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2594 with non-stop mode behavior. Add vStopped description.
2595 (Stop Reply Packets): Update list of packets that return
2596 stop replies. Mention non-stop behavior.
2597 (General Query Packets): Document QNonStop packet and associated
2598 qSupported query response.
2599 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2600 behavior.
2601 (Notification Packets): New section.
2602 (Remote Non-Stop): New section.
2603 (File-I/O Overview): Mention non-stop behavior.
2604
fff08868
HZ
26052008-10-24 Hui Zhu <teawater@gmail.com>
2606 Pedro Alves <pedro@codesourcery.com>
2607
2608 * gdb.texinfo (displaced-stepping): Describe the auto mode
2609 setting, and say it's the default. This is now a mainstream
2610 setting instead of a maintenance setting.
2611
252fbfc8
PA
26122008-10-23 Pedro Alves <pedro@codesourcery.com>
2613
2614 * observer.texi (thread_stop_requested): New.
2615
20924a55
JB
26162008-10-22 Joel Brobecker <brobecker@adacore.com>
2617
2618 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2619 (Patching): Replace incorrect usage of @samp by @kbd.
2620
bacec72f
MS
26212008-10-17 Michael Snyder <msnyder@vmware.com>
2622
2623 * gdb.texinfo: Add documentation for reverse execution.
2624
a08702d6 26252008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2626 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2627
2628 * gdb.texinfo. (Values From Inferior): New subsubsection.
2629
d97bc12b
DE
26302008-10-06 Doug Evans <dje@google.com>
2631
2632 * gdb.texinfo (set debug dwarf2-die): Document it.
2633
87f67dba
JB
26342008-10-01 Joel Brobecker <brobecker@adacore.com>
2635
2636 * gdb.texinfo (catch) [exception]: Document how to insert
2637 a breakpoint on user-defined exceptions when the exception
2638 name is identical to one of the language-defined ones.
2639
2fae03e8
TT
26402008-09-27 Tom Tromey <tromey@redhat.com>
2641
2642 * gdb.texinfo (Macros): Remove text about stringification,
2643 varargs, and splicing.
2644
5c6ce71d
TT
26452008-09-27 Tom Tromey <tromey@redhat.com>
2646
2647 * gdbint.texinfo (Language Support): Remove text about omitting
2648 support for a language.
2649
07128da0
DE
26502008-09-23 Doug Evans <dje@google.com>
2651
2652 * gdb.texinfo (info dcache): Update.
2653
b90a069a
SL
26542008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2655
2656 * gdb.texinfo (Packets): Add info on thread-id syntax and
2657 multiprocess extensions.
2658 <D>: Document multiprocess form of packet.
2659 <H>: Use thread-id syntax.
2660 <T>: Likewise.
2661 <vCont>: Likewise. Note this is required for multiprocess.
2662 <vKill>: New packet.
2663 (Stop Reply Packets) <T>: Use thread-id syntax.
2664 <W>: Document multiprocess form of reply.
2665 <X>: Likewise.
2666 (General Query Packets) <qC>: Use thread-id syntax.
2667 <qfThreadInfo>: Likewise.
2668 <qGetTLSAddr>: Likewise.
2669 <qP>: Likewise.
2670 <qSupported>: Add "multiprocess" feature.
2671 <qThreadExtraInfo>: Use thread-id syntax.
2672
b77209e0
PA
26732008-09-22 Stan Shebs <stan@codesourcery.com>
2674
2675 * gdb.texinfo (Inferiors): New section.
2676
3d0bb823
PA
26772008-09-12 Pedro Alves <pedro@codesourcery.com>
2678
2679 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2680
f8dcfc0a
UW
26812008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2682
2683 * gdbint.texinfo (Target Conditionals): Remove documentation
2684 for gdbarch_name_of_malloc.
2685
8775bb90
MS
26862008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2687
2688 * gdb.texinfo (Interrupts): Mention TCP interface for
2689 sending BREAK.
2690
f1838a98
UW
26912008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2692
2693 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2694 argument prefix to "set sysroot".
2695
158c7665
PH
26962008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2697
2698 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2699 and False.
2700
30e026bb
VP
27012008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2702
c8d5aac9
L
2703 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2704 for possible features of -list-features.
30e026bb 2705
c6ebd6cf
VP
27062008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2707
c8d5aac9 2708 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2709 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2710
aeac0ff9
VP
27112008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2712
2713 * doc/gdb.texinfo (PowerPC): Fix typo.
2714 (PowerPC features): Fix typo.
2715
5231c1fd
PA
27162008-08-18 Pedro Alves <pedro@codesourcery.com>
2717
2718 * observer.texi (thread_ptid_changed): New.
2719
677c5bb1
LM
27202008-08-18 Luis Machado <luisgpm@br.ibm.com>
2721
2722 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2723 (PowerPC features): Mention feature set for VSX registers.
2724
f3a2dd1a
JB
27252008-08-13 Joel Brobecker <brobecker@adacore.com>
2726
2727 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2728 the direct visibility of all names in user-written packages.
2729
33e5cbd6
PA
27302008-08-13 Pedro Alves <pedro@codesourcery.com>
2731
2732 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2733 setting, and make it the default.
2734 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2735 non-stop script example.
2736
d0384fc4
TJB
27372008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2738
2739 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2740 reference to the "Using Different Register and Memory Data
2741 Representation" section.
2742
a6f3e723
SL
27432008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2744
2745 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2746 (Remote Protocol): Add Packet Acknowledgment to menu.
2747 (Overview): Mention +/- can be disabled, and point to new section
2748 where this is discussed in detail.
2749 (General Query Packets): Document QStartNoAckMode packet, and
2750 corresponding qSupported reply.
2751 (Packet Acknowledgment): New section.
2752
0606b73b
SL
27532008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2754 Pedro Alves <pedro@codesourcery.com>
2755
2756 * gdb.texinfo (Threads): Move paragraph about automatic thread
2757 selection to All-Stop Mode subsection.
2758 (Thread Stops): Reorganize existing material into subsections.
2759 Add introductory blurb and menu.
2760 (Non-Stop Mode): New subsection.
2761 (Background Execution): New subsection.
2762 (Maintenance Commands): Add cross-references from async mode
2763 commands to the new Background Execution section.
2764
d57a3c85
TJB
27652008-08-06 Tom Tromey <tromey@redhat.com>
2766
2767 * gdb.texinfo (Extending GDB): New chapter.
2768 (Sequences): Demoted chapter, now a section under the new
2769 Extending GDB chapter.
2770 (Python): New section.
2771
6d76a53d
SS
27722008-07-31 Stan Shebs <stan@codesourcery.com>
2773
2774 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2775
1f70da6a
SS
27762008-07-29 Stan Shebs <stan@codesourcery.com>
2777
2778 * gdbint.texinfo: General round of cleanup and minor
2779 clarifications.
2780 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2781 (Longjmp Support): Update description to reflect how it is done
2782 for targets without using native header.
2783 (Symbol Handling): Add a little more general explanation.
2784 (COFF, ELF): Mention stabs encapsulation.
2785 (DWARF 3): New section.
2786 (Adding a New Host): Scrub out some obsolete bits.
2787 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2788 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2789 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2790 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2791 SEEK_SET, STOP_SIGNAL, USG.
2792 (Raw and Virtual Register Representations): Ditto for
2793 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2794 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2795 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2796 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2797 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2798 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2799 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2800 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2801 DEPRECATED_USE_STRUCT_CONVENTION.
2802 Describe gdbarch_deprecated_fp_regnum.
2803 Update description of gdbarch_print_insn.
2804 (Adding a New Target): Scrub out obsolete bits.
2805 (Obsolete Conditionals): Remove entire section.
2806
383f836e
TT
28072008-07-25 Tom Tromey <tromey@redhat.com>
2808
2809 * observer.texi (GDB Observers): Document new observers:
2810 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2811 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2812 architecture_changed.
2813
cfd8ab24
SS
28142008-07-21 Stan Shebs <stan@codesourcery.com>
2815
2816 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2817 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2818
781b42b0
TT
28192008-07-21 Tom Tromey <tromey@redhat.com>
2820
2821 * observer.texi (GDB Observers): Remove obsolete comment.
2822 <executable_changed>: Remove argument.
2823
d7d9f01e
TT
28242008-07-18 Tom Tromey <tromey@redhat.com>
2825
2826 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2827
bf250677
DE
28282008-07-10 Doug Evans <dje@google.com>
2829
2830 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2831
10568435
JK
28322008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2833
2834 * gdb.texinfo (Starting): Document "set disable-randomization".
2835
5ae4183a
AS
28362008-07-07 Andreas Schwab <schwab@suse.de>
2837
2838 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2839
b56e7235
VP
28402008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2841
2842 * gdb.texinfo (GDB/MI Target Manipulation): Add
2843 example of -target-attach.
2844
e1ac3328
VP
28452008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2846
2847 * observer.texi (target_resumed): New observer.
5ae4183a 2848 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2849
65d12d83
TT
28502008-06-06 Tom Tromey <tromey@redhat.com>
2851
2852 * gdb.texinfo (Completion): Add field name example.
2853
fbc5282e
MK
28542008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2855
2856 * gdb.texinfo (GDB/MI Program Context): Added example
2857 to -exec-arguments
5ae4183a 2858
fbc5282e 28592008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2860
2861 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2862 annotation.
2863
c16158bc 28642008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2865 Nathan Sidwell <nathan@codesourcery.com>
2866 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2867
2868 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2869 and ACX_BUGURL.
2870 * configure: Regenerate.
2871 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2872 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2873 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2874 mailing-list-specific text about bug reporting unless
2875 BUGURL_DEFAULT.
2876
75c99385
PA
28772008-06-05 Pedro Alves <pedro@codesourcery.com>
2878
2879 * gdb.texinfo (-target-select): Remove reference to target async.
2880 (Maintenance Commands): Document "maint set/show remote-async".
2881
1763a388
MK
28822008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2883
2884 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2885 in -target-file-get section.
5ae4183a 2886
d0d064df
PA
28872008-05-22 Pedro Alves <pedro@codesourcery.com>
2888
9b562ab8
PA
2889 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2890 killing the inferior when it is already debugging a process.
d0d064df 2891
8dfa32fc
JB
28922008-05-21 Joel Brobecker <brobecker@adacore.com>
2893
2894 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2895 abbreviation for "finish".
2896
55f996a7
NR
28972008-05-21 Nick Roberts <nickrob@snap.net.nz>
2898
2899 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2900
ba2b1c56
DJ
29012008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2902
2903 * gdbint.texinfo (Target Conditionals): Delete entry for
2904 gdbarch_dwarf_reg_to_regnum.
2905
08388c79
DE
29062008-05-09 Doug Evans <dje@google.com>
2907
a3c83fae 2908 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2909
d14508fe
DE
29102008-05-05 Doug Evans <dje@google.com>
2911
2912 * gdb.texinfo (disassemble): Document /m modifier.
2913
e2b7ddea
VP
29142008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2915
5ae4183a
AS
2916 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2917 will not report the time of commands that run the target.
e2b7ddea 2918
8eb41542
VP
29192008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2920
2921 * gdb.texinfo (GDB/MI Output Records): Add
2922 missing semicolon.
2923
82f68b1c
VP
29242008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2925
2926 * gdb.texinfo (GDB/MI Output Records):
2927 Document =thread-create and =thread-exited.
2928
fa0f268d
VP
29292008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2930
2931 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2932 Remove mention of dmi-discuss.
fa0f268d 2933
063bfe2e
VP
29342008-05-03 Pedro Alves <pedro@codesourcery.com>
2935
2936 * observer.texi (thread_exit): New.
2937
237fc4c9
PA
29382008-05-02 Pedro Alves <pedro@codesourcery.com>
2939
2940 * gdb.texinfo (Debugging Output): Document "set/show debug
2941 displaced".
2942 (Maintenance Commands): Document "maint set/show
2943 can-use-displaced-stepping".
2944
0428b8f5
DJ
29452008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2946
2947 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2948 and set/show arm force-mode.
2949
5009afc5
AS
29502008-05-02 Andreas Schwab <schwab@suse.de>
2951
2952 * gdbint.texinfo (Algorithms): Describe
2953 target_watchpoint_addr_within_range.
2954
669fac23
DJ
29552008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2956
2957 * gdbint.texinfo (Stack Frames): New chapter.
2958 (Algorithms): Move Frames text to the new chapter.
2959 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2960 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2961
721c02de
VP
29622008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2963
5ae4183a
AS
2964 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2965 output does not necessary include any tokens.
721c02de 2966
c055b101
CV
29672008-04-22 Corinna Vinschen <vinschen@redhat.com>
2968
2969 * gdb.texinfo (Set SH Calling convention): New @item.
2970 (Show SH Calling convention): Ditto.
2971
68837c9d
MD
29722008-04-22 Markus Deuling <deuling@de.ibm.com>
2973
2974 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2975
2e9132cc
EZ
29762008-04-20 Eli Zaretskii <eliz@gnu.org>
2977
2978 * gdb.texinfo (Set Breaks): Mention that multiple location
2979 breakpoints need line number info. Add index entries.
2980
31fffb02
CS
29812008-04-19 Craig Silverstein <csilvers@google.com>
2982
2983 * gdb.texinfo (Requirements): Add an optional requirement on
2984 zlib.
2985 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2986 Compressed DWARF 2.
2987
a47ec5fe
AR
29882008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2989
2990 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2991 sample output for 'stopped,reason="breakpoint-hit"' message.
2992 (GDB/MI Program Execution): Likewise.
2993
de051565
MK
29942008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2995
5ae4183a 2996 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
2997 -var-set-format. Add -f option to -var-evaluate-expression.
2998
6ba66d6a
JB
29992008-04-03 Joel Brobecker <brobecker@adacore.com>
3000
3001 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
3002 new node "Ambiguous Expressions". Replace references to this
3003 node by references to "Ambiguous Expressions" throughout.
3004 (Ambiguous Expressions): New node.
3005
1e26b4f8
DJ
30062008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
3007
3008 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
3009
b84876c2
PA
30102008-03-21 Pedro Alves <pedro@codesourcery.com>
3011
3012 * gdb.texinfo (Debugging Output): Document
3013 "set/show debug lin-lwp-async".
3014 (Maintenance Commands): Document "maint set/show linux-async".
3015
63092375
DJ
30162008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3017
3018 * gdb.texinfo (Expressions): Update description of malloced arrays.
3019
8e8901c5
VP
30202008-03-15 Vladimir Prus <vladimir@codesourcery.com>
3021
3022 * gdb.texinfo (Thread Commands): Document
3023 -thread-info. Remove -thread-list-all-threads.
3024
1fddbabb
PA
30252008-03-14 Pedro Alves <pedro@codesourcery.com>
3026 Sandra Loosemore <sandra@codesourcery.com>
3027
3028 * gdb.texinfo (Library List Format): Update to mention the
3029 possibility to pass section addresses instead of segment
3030 addresses.
3031
ccd213ac
DJ
30322008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
3033
3034 * gdb.texinfo (Starting): Document "set exec-wrapper".
3035 (Server): Document gdbserver --wrapper.
3036
fa4727a6
DJ
30372008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3038
3039 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
3040 unreadable memory. Delete obsolete SPARClite reference.
3041
8edfe269
DJ
30422008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3043
3044 * gdb.texinfo (Starting): Mention always-running targets.
3045 (Target Commands): Add an anchor for load.
3046 (Connecting): Explain continue instead of run.
3047
1843f87b
DJ
30482008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
3049
3050 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
3051
f9082629
NR
30522008-02-26 Nick Roberts <nickrob@snap.net.nz>
3053
3054 * gdb.texinfo (Set Breaks): Revert description of Enb column of
3055 breakpoint table.
3056
fd96d250
PA
30572008-02-19 Pedro Alves <pedro@codesourcery.com>
3058
3059 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
3060 killing the inferior when it is already debugging a process.
3061
36af4ef6
MD
30622008-02-13 Markus Deuling <deuling@de.ibm.com>
3063
3064 * gdbint.texinfo (Build Script): New section. Mention new build script
3065 gdb_buildall.sh.
3066
cda4ce5a
JB
30672008-02-01 Jim Blandy <jimb@red-bean.com>
3068
3069 * gdb.texinfo (Help): Summarize 'info args' correctly.
3070
4acd40f3
TJB
30712008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3072
3073 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
3074 available in PowerPC architecture.
3075 (Embedded Processors): Change node name of PowerPC item in menu.
3076 (PowerPC): Rename to...
3077 (PowerPC Embedded): this.
3078 (Architectures): Add new PowerPC item in menu.
3079 (PowerPC): New node.
3080
6e6c6f50
DJ
30812008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3082
3083 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
3084 commands.
3085
5ee187d7
DJ
30862008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3087
3088 * gdb.texinfo (Setting Catchpoints): Mention features
3089 supported on GNU/Linux.
3090
e275c0d9
NR
30912008-01-30 Nick Roberts <nickrob@snap.net.nz>
3092
3093 * gdb.texinfo (GDB/MI File Commands): Describe new output
3094 field for MI command -file-list-exec-source-file.
3095
2d717e4f
DJ
30962008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3097
3098 * gdb.texinfo (Using the `gdbserver' Program): Add security
3099 warning. Rearrange into subsections and subsubsections. Document
3100 --multi and --debug. Correct --with-sysroot typo. Update --attach
3101 usage. Make load reference clearer. Document monitor exit.
3102 (Remote Configuration): Document set remote exec-file, attach-packet,
3103 and run-packet.
3104 (Packets): Document vAttach and vRun.
3105
d35a4257 31062008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
3107
3108 * gdb.texinfo (Processes): Mention process command.
889bf7c5 3109 detach-on-follow -> detach-on-fork.
f663676d 3110
c78d192c
DJ
31112008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3112
3113 * gdbint.texinfo (Native Conditionals): Remove
3114 SHELL_COMMAND_CONCAT and SHELL_FILE.
3115
d35a4257
EZ
31162008-01-26 Eli Zaretskii <eliz@gnu.org>
3117
3118 * gdb.texinfo (Specify Location): Improve wording.
3119
93815fbf
VP
31202008-01-23 Chris Demetriou <cgd@google.com>
3121
3122 * gdb.texinfo (Threads): Document new "set print thread-events"
3123 and "show print thread-events" commands.
3124
2a25a5ba
EZ
31252008-01-19 Eli Zaretskii <eliz@gnu.org>
3126
3127 * gdb.texinfo (Specify Location): New section.
3128 (Delete Breaks, Edit, Set Breaks): Remove description of
3129 locations. Instead, add a reference to "Specify Location".
3130 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
3131 (Symbols): Refer to "Specify Location" for the valid forms of
3132 linespecs and locations.
3133
32c9a795
MD
31342008-01-18 Markus Deuling <deuling@de.ibm.com>
3135
3136 * gdbint.texinfo (Target Conditionals): Replace the description of
3137 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
3138
b17828ca
JB
31392008-01-12 Paul Hilfinger <hilfinger@adacore.com>
3140
3141 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
3142 about &&var, which is rejected by the expression parser.
3143
0aea4bf3
LM
31442008-01-09 Luis Machado <luisgpm@br.ibm.com>
3145
3146 * gdb.texinfo (Output): Update documentation on using printf with DFP
3147 types.
3148
febe4383
TJB
31492008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3150
3151 * gdb.texinfo (C and C++): Add Decimal Floating Point format
3152 subsubsection.
3153 (Decimal Floating Point format): New subsubsection.
3154
7a404eba
PA
31552008-01-05 Pedro Alves <pedro@codesourcery.com>
3156
3157 * gdb.texinfo (File Options): Remove mention of the attempt to
3158 open a core file with the -p option. Don't list -c as a valid
3159 option to attach to a process.
3160
a4d9b460
PA
31612008-01-05 Pedro Alves <pedro@codesourcery.com>
3162
3163 * gdbint.texinfo (Host Conditionals): Remove mention of
3164 ALIGN_STACK_ON_ENTRY.
3165
6ec2edbe
JB
31662008-01-05 Joel Brobecker <brobecker@adacore.com>
3167
3168 * gdbint.texinfo (Start of New Year Procedure): Add item
3169 describing how to update the source and documentation copyright
3170 notices.
3171
d8b2a693
JB
31722007-12-18 Jim Blandy <jimb@codesourcery.com>
3173
ab209b3a 3174 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
3175 watchpoint explanation into the main description of the watchpoint
3176 command; update synopses of 'watch', 'rwatch', and 'awatch'
3177 commands.
3178
8b4ed427
VP
31792007-12-18 Vladimir Prus <vladimir@codesourcery.com>
3180
3181 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3182 Document 'pending-breakpoints' feature of
3183 -list-features.
3184
37e4754d
LM
31852007-12-17 Luis Machado <luisgpm@br.ibm.com>
3186
669fac23 3187 * gdb.texinfo: Add new parameter's description.
37e4754d 3188
1d3811f6
DJ
31892007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3190
3191 * gdb.texinfo (Overview): Clarify run-length encoding
3192 example. Remove the restriction on "+" and "-" characters.
3193
c1c25a1a
EZ
31942007-12-15 Eli Zaretskii <eliz@gnu.org>
3195
3196 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3197
afe8ab22 31982007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3199
afe8ab22
VP
3200 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3201 the -f option for -break-insert, remove -r option,
3202 and clarify specification of location.
3203
a6b151f1
DJ
32042007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3205
3206 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3207 formatting.
3208 (Remote Debugging): Add File Transfer section.
3209 (Remote Configuration): Document Host I/O packets.
3210 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 3211 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
3212 (Packets): Add vFile.
3213
3b784c4f
EZ
32142007-11-17 Eli Zaretskii <eliz@gnu.org>
3215
3216 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3217 breakpoints with multiple locations.
3218 (Breakpoint Menus): Improve wording.
3219 (Output): Fix last change.
3220
a4ce5b0d
UW
32212007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3222
3223 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3224
1b39d5c0
DE
32252007-11-15 Doug Evans <dje@google.com>
3226
3227 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3228
7a72d44c
VP
32292007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3230
3231 * gdbint.texinfo (Native Conditionals): Remove
3232 mention of CLEAR_SOLIB.
5ae4183a 3233
6d1829bf 32342007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
3235
3236 * gdb.texinfo (Print Settings): Add documentation for "set/show
3237 print frame-arguments".
3238
1a619819
LM
32392007-11-05 Luis Machado <luisgpm@br.ibm.com>
3240
3b784c4f 3241 * gdb.texinfo (Output): Update printf command's description.
1a619819 3242
55eddb0f
DJ
32432007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3244
3245 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3246 powerpc soft-float".
3247
9cceb671
DJ
32482007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3249
3250 * gdb.texinfo (Files): Correct formatting. Mention Expat
3251 requirement.
3252 (Requirements for Building GDB): Expand the list of Expat
3253 uses.
3254 (Library List Format, Memory Map Format): Mention Expat.
3255 (Target Descriptions): Update Expat wording.
3256
83acabca
DJ
32572007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3258
3259 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3260 Document that gdbarch_convert_register_p should return zero for no-op
3261 conversions.
3262
e35879db
UW
32632007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3264
83acabca 3265 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
3266 of set_gdbarch_sofun_address_maybe_missing back to ...
3267 (Target Conditionals): ... here to fix build break.
3268
203c3895
UW
32692007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3270
83acabca 3271 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
3272 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3273 (Compiler Characteristics): ... documentation of
3274 set_gdbarch_sofun_address_maybe_missing.
3275
11411de3
DJ
32762007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3277
3278 * gdbint.texinfo (Target Conditionals): Use
3279 frame_unwind_register_unsigned in examples instead of
3280 frame_unwind_unsigned_register.
3281
7cc46491
DJ
32822007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3283
3284 * gdb.texinfo (Predefined Target Types): Add int128
3285 and uint128.
3286 (Standard Target Features): Add PowerPC features.
3287
81adfced
DJ
32882007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3289
3290 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3291
c1874924
UW
32922007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3293
3294 * gdbint.texi (Target Conditionals): Remove documentation
3295 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3296 gdbarch_extract_return_value, and gdbarch_store_return_value.
3297
f6e56ab3
UW
32982007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3299
3300 * gdbint.texi (Target Conditionals): Remove documentation of
3301 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3302
56cf5405
KH
33032007-10-11 Kazu Hirata <kazu@codesourcery.com>
3304
3305 * gdb.texinfo: Mention that inaccessible-by-default is on by
3306 default.
3307
35156bae
DJ
33082007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3309
3310 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3311
d983da9c
DJ
33122007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3313
3314 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3315 multi-threaded watchpoints.
3316 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3317 checked. Describe sticky notification. Expand description
3318 of steppable and continuable watchpoints.
3319 (Watchpoints and Threads): New subsection.
3320
fe6fbf8b
VP
33212007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3322
3323 * gdb.texinfo (Setting Breakpoints): Revise
3324 documentation for pending breakpoints. Document
3325 breakpoints with multiple locations.
5ae4183a 3326
084344da
VP
33272007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3328
3329 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3330 Document -list-features.
5ae4183a 3331
82160952
EZ
33322007-09-15 Eli Zaretskii <eliz@gnu.org>
3333
3334 * gdb.texinfo (Output): Spell out which features of C's printf are
3335 not supported by GDB's printf.
7e27a47a
EZ
3336 (Separate Debug Files): More accurate wording regarding build ID
3337 and a reference to the ld manual rather than the Fedora wiki.
82160952 3338
ea37ba09
DJ
33392007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3340 Jim Blandy <jimb@codesourcery.com>
3341
3342 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3343 (Examining Memory): Update mentions of the 's' format.
3344 (Automatic Display): Likewise.
3345
b8533aec
DJ
33462007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3347
3348 * gdb.texinfo: Update the FSF's Back-Cover Text.
3349
83f83d7f
JK
33502007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3351 Eli Zaretskii <eliz@gnu.org>
3352
3353 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3354 Fixed the ``build ID'' name. New binaries build instructions for the
3355 build ID inclusion. Explain how the commands are specific to the build
3356 ID vs. debug link.
3357
c7e83d54
EZ
33582007-09-01 Eli Zaretskii <eliz@gnu.org>
3359
3360 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3361 indexing for ``build ID'' support.
3362
d3750b24
JK
33632007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3364
3365 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3366 Enlisted BUILD ID to the debug file searching example.
3367 Included a BUILD ID `.note.gnu.build-id' section description.
3368 Updated/added the debug files splitting instructions for OBJCOPY.
3369
02142340
VP
33702007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3371
3372 * gdb.texinfo (Variable Objects): Adjust docs
3373 for -var-info-expression and document
3374 -var-info-path-expression.
3375
d3bdde98
JB
33762007-08-20 Jim Blandy <jimb@codesourcery.com>
3377
3fb6a982
JB
3378 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3379 (title page): Include the dedication in the printed manual, as a
3380 separate page after the copyright notice.
5ae4183a 3381
d3bdde98
JB
3382 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3383 don't break a @var across a line.
3384
c80a96a8
MR
33852007-07-25 Maciej W. Rozycki <macro@mips.com>
3386
3387 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3388 for include files.
3389
5824a901
NR
33902007-07-12 Nick Roberts <nickrob@snap.net.nz>
3391
3392 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3393 in annotate.texinfo.
3394 (Command History): Link to new node.
5824a901 3395
d52e7ea3
UW
33962007-07-05 Markus Deuling <deuling@de.ibm.com>
3397
3398 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3399
5fc14d0a
EZ
34002007-07-05 Eli Zaretskii <eliz@gnu.org>
3401
3402 * gdbint.texinfo (Target Conditionals): Fix last change.
3403
4a9bb1df
UW
34042007-07-03 Markus Deuling <deuling@de.ibm.com>
3405
3406 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3407 routines:
3408 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3409 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3410 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3411 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3412 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3413 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3414 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3415 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3416 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3417 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3418 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3419 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3420 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3421 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3422 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3423 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3424 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3425 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3426 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3427 (SOFTWARE_SINGLE_STEP_P)
3428
3429 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3430 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3431
3432 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3433 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3434 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3435 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3436 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3437 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3438 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3439 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3440 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3441 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3442
3443 (Converting an existing Target Architecture to Multi-arch): Remove
3444 section.
3445
3446 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3447 (gdbarch_addr_bits_remove): Add code example.
3448
3449 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3450
cfa9d6d9
DJ
34512007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3452
3453 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3454 Add other missing entries. Adjust the table size to fit.
3455 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3456 stop reasons including the new "library" event.
3457 (General Query Packets): Adjust table widths for qSupported. Mention
3458 qXfer:libraries:read reply to qSupported and document the new packet.
3459 (Library List Format): New section.
3460
159fcc13
JK
34612007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3462
3463 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3464
f66d1690
MS
34652007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3466
3467 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3468
67102876
NR
34692007-06-25 Nick Roberts <nickrob@snap.net.nz>
3470
3471 * gdbint.texinfo (Register and Memory Data): Break sections
3472 into nodes and add a menu.
3473
a4642986
MR
34742007-06-21 Maciej W. Rozycki <macro@mips.com>
3475
3476 * gdb.texinfo (Examining Memory): Document the new behaviour.
3477
e9c17194
VP
34782007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3479
3480 * gdb.texinfo (Standard Target Features): Document
3481 m68k features.
3482
31d99776
DJ
34832007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3484
3485 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3486
1780a0ed
DJ
34872007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3488
3489 * gdb.texinfo (Target Description Format): Add version attribute
3490 for <target>.
3491
822b6570
DJ
34922007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3493
3494 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3495
f8b73d13
DJ
34962007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3497
3498 * gdb.texinfo (MIPS Features): New subsection.
3499
0e7f50da
UW
35002007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3501 Markus Deuling <deuling@de.ibm.com>
3502
3503 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3504 and qXfer:spu:write packets and mention them under qSupported.
3505
23d964e7
UW
35062007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3507 Markus Deuling <deuling@de.ibm.com>
3508
3509 * gdb.texinfo (Architectures): Add new SPU section to document
3510 Cell Broadband Engine SPU architecture specific commands.
3511
9f708cb2
VP
35122007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3513
3514 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3515 comments.
3516
7579b5f8
NR
35172007-06-07 Nick Roberts <nickrob@snap.net.nz>
3518
3519 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3520
bf06d120
JB
35212007-05-29 Jim Blandy <jimb@codesourcery.com>
3522
3523 * gdb.texinfo (Overview): Doc fix.
3524
23776285
MR
35252007-05-22 Maciej W. Rozycki <macro@mips.com>
3526
3527 * gdb.texinfo (Remote Configuration): Document "set/show
3528 remoteflow".
3529
1a69e1e4
DJ
35302007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3531
bf06d120
JB
3532 * gdb.texinfo (MIPS): Remove documentation for set mips
3533 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3534 stack-arg-size.
1a69e1e4 3535
46ba6afa 35362007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3537
46ba6afa
BW
3538 * all-cfg.texi (GDBTUI): New.
3539 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3540 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3541 (TUI Configuration): Edit to improve clarity and fix problems of
3542 both style and content.
5ae4183a 3543
06d3b283
UW
35442007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3545
3546 * observer.texi (GDB Observers): New observer "new_objfile".
3547
179101d6
UW
35482007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3549
3550 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3551
25d5ea92
VP
35522007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3553
3554 * gdb.texinfo (GDB/MI Variable Objects): Document
3555 frozen variables objects.
5ae4183a 3556
ea35711c
DJ
35572007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3558
3559 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3560 (Character Sets, Caching Data of Remote Targets): Likewise.
3561 (Targets): Delete Remote node. Move its text...
3562 (Debugging Remote Programs): ...to here. Delete description
3563 of the "remote" command.
3564 (Remote configuration): Delete description of "set remotedevice"
3565 and "show remotedevice".
3566 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3567
db2e3e2e
BW
35682007-04-11 Bob Wilson <bob.wilson@acm.org>
3569
5ae4183a
AS
3570 * gdb.texinfo (Contributors, Continuing and Stepping)
3571 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3572 (General Query Packets, File-I/O Remote Protocol Extension)
3573 (Protocol Basics, The F Reply Packet, Write)
3574 (Protocol-specific Representation of Datatypes, Memory Transfer):
3575 Fix hyphenation, punctuation and grammar problems.
3576 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3577 'section' instead of 'subsection' in the text.
3578 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3579 (i386): Remove period from section name.
db2e3e2e
BW
3580 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3581 (Config Names, Configure Options): Use @file{configure}.
3582
8a3dae3e
DJ
35832007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3584
3585 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3586 and tab expansion.
3587
1a92f856
DJ
35882007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3589
3590 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3591
79a6e687 35922007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3593
79a6e687
BW
3594 * gdb.texinfo: Consistently capitalize all significant words in
3595 node names, chapter titles, section titles, and headings. Update
3596 cross references to match.
3597 (Starting and Stopping Trace Experiment): Make node name plural.
3598 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3599
ad527d2e
PA
36002007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3601
3602 * gdb.texinfo (WinCE): Delete obsolete subsection.
3603
7ce59000
DJ
36042007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3605
3606 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3607 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3608 references.
3609
8807d78b
DJ
36102007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3611
3612 * gdb.texinfo (Startup): Delete references to some alternate
3613 names for .gdbinit.
3614 (Thread): Remove LynxOS reference.
3615 (Tandem ST2000): Delete target-specific documentation.
3616 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3617 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3618 and GDB_OSABI_LYNXOS.
3619
5f402660
UW
36202007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3621
3622 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3623
bac718a6
UW
36242007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3625
3626 * gdbint.texinfo (Target Conditionals): Remove mention of
3627 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3628 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3629
9453113a
DJ
36302007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3631
3632 * Makefile.in: Add "pdfdir" installation
3633 directory, PDFTEX macro, support for "install-pdf" target,
3634 and rules for making a pdf version of refcard.texi.
3635 * refcard.tex: Specify paper size for PDF output.
3636
ae21e955 36372007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3638
ae21e955 3639 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3640
3f94c067 36412007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3642
3f94c067
BW
3643 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3644 (Source Path, Character Sets, Macros, Define)
3645 (GDB/MI Result Records, GDB/MI Simple Examples)
3646 (GDB/MI Program Execution, GDB/MI File Commands)
3647 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3648 (Bug Reporting): Use @value{GCC}.
5ae4183a 3649
12c27660 36502007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3651
12c27660
BW
3652 * gdb.texinfo (Help): Fix formatting of examples.
3653 (Variables): Use @ifnotinfo instead of @iftex.
3654 (Non-debug DLL symbols): Use @ref instead of @pxref.
3655 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3656
ce9341a1
BW
36572007-03-26 Bob Wilson <bob.wilson@acm.org>
3658
3659 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3660
c8f4133a
BW
36612007-03-26 Bob Wilson <bob.wilson@acm.org>
3662
3663 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3664 the order of the nodes.
3665 (C Operators, C Constants, Debugging C): Remove extra menus.
3666 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3667
c8f4133a 36682007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3669
3670 * gdb.texinfo (File Options): Add missing parenthesis.
3671 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3672
c74d0ad8
DJ
36732007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3674
3675 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3676
ff6f572f
DJ
36772007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3678
669fac23 3679 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3680 case insensitivity.
3681 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3682
994337c3
NR
36832007-02-18 Nick Roberts <nickrob@snap.net.nz>
3684
3685 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3686 (Files): Add section name to argument list for pxref.
3687 (Non-debug DLL symbols): Don't use `see' for pxref.
3688 (Embedded Processors): Fix typo.
3689 (GDB/MI Breakpoint Commands): Execution commands generate
3690 *stopped not ^done.
3691
eb819d70
NR
36922007-02-13 Nick Roberts <nickrob@snap.net.nz>
3693
3694 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3695 values for in_scope. Mention that only root variables can be
3696 updated.
3697 (GDB/MI Development and Front Ends): Explain new values may be
3698 added to existing fields.
3699
123dc839
DJ
37002007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3701
3702 * gdb.texinfo (-target-disconnect): Use @smallexample.
3703 (Requirements): Add anchor for Expat. Update description.
3704 (Target Descriptions): Mention Expat.
3705 (Target Description Format): Document new elements. Use
3706 @smallexample.
3707 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3708 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3709
108546a0
DJ
37102007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3711
3712 * gdb.texinfo (Target Description Format): Add section on XInclude.
3713
95a98c01
NR
37142006-02-03 Nick Roberts <nickrob@snap.net.nz>
3715
3716 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3717 command -enable-timings.
3718
f4b3909f
EZ
37192007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3720
5ae4183a 3721 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3722 descriptions for new/deleted elements in gdb_osabi. Add missing
3723 description for function generic_elf_osabi_sniff_abi_tag_sections.
3724
c7ba131e
JB
37252007-01-29 Joel Brobecker <brobecker@adacore.com>
3726
3727 * gdb.texinfo (Maintenance Commands): Add documentation for
3728 the new "maint print target-stack" command.
3729
3a60f64e
JK
37302007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3731 Eli Zaretskii <eliz@gnu.org>
3732
f4b3909f 3733 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3734
c582f8b6
EZ
37352007-01-26 Eli Zaretskii <eliz@gnu.org>
3736
3737 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3738 Use @value{NGCC} instead of @value{GCC}.
3739
d3e8051b
EZ
37402007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3741
3742 * agentexpr.texi: Fix typos.
3743 * annotate.texinfo: Likewise.
3744 * gdb.texinfo: Likewise.
3745 * gdbint.texinfo: Likewise.
3746 * observer.texi: Likewise.
3747 * stabs.texinfo: Likewise.
3748
86f04699
EZ
37492007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3750
3751 * gdbint.texinfo (Support Libraries): Remove mmalloc
3752 entry. Describe readline library.
3753
23181151
DJ
37542007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3755
3756 * gdb.texinfo (Target Descriptions): New section.
3757 (General Query Packets): Add QPassSignals anchor. Mention
3758 qXfer:features:read under qSupported. Expand mentions of
3759 qXfer:memory-map:read and QPassSignals. Document
3760 qXfer:features:read.
3761
f822c95b
DJ
37622007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3763
3764 * gdb.texinfo (Commands to specify files): Describe
3765 "set sysroot" and "show sysroot".
3766 (Using the `gdbserver' program): Lowercase argument
3767 to @var. Expand description of setting up GDB on the
3768 host.
3769
8936fcda
JB
37702007-01-05 Joel Brobecker <brobecker@adacore.com>
3771
3772 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3773 catch exception, catch exception unhandled, and catch assert
3774 commands.
3775
e776119f
DJ
37762007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3777
3778 * gdb.texinfo (Debugging Output): Document "set debug xml"
3779 and "show debug xml".
3780
aa79a185
DJ
37812007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3782
3783 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3784
7f893741
JB
37852007-01-01 Joel Brobecker <brobecker@adacore.com>
3786
3787 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3788
a1b5960f
VP
37892006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3790
3791 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3792 note in @ignore, to be removed later if nobody complains.
3793
9f470e6e
NR
37942006-12-04 Nick Roberts <nickrob@snap.net.nz>
3795
3796 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3797 of -var-delete.
3798
765dc015 37992006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3800
765dc015 3801 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3802 automatic software/hardware breakpoint usage and
3803 the "set breakpoint auto-hw" command.
765dc015 3804
4b5752d0
VP
38052006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3806
3807 * gdb.texinfo (Memory Access Checking): New.
3808
89be2091
DJ
38092006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3810
3811 * gdb.texinfo (Remote configuration): Mention
3812 "pass-signals-packet".
3813 (General Query Packets): Document QPassSignals. Fix
3814 a typo.
3815
ca3bf3bd
DJ
38162006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3817
3818 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3819
427c3a89
DJ
38202006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3821
3822 * gdb.texinfo (Remote configuration): Rewrite documentation for
3823 packet configuration commands.
3824 (OS Information): Adjust reference to qXfer:auxv:read.
3825 (General Query Packets): Remove references to read-aux-vector-packet
3826 and set remote get-thread-local-storage-address.
3827
7a107747
DJ
38282006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3829
3830 * gdbint.texinfo (Target Architecture Definition): Add new
3831 Initializing a New Architecture section.
3832
1c56eb0e
EZ
38332006-10-31 David Taylor <dtaylor@emc.com>
3834
3835 * stabs.texinfo (Macro define and undefine): New node describing
3836 stabs for #define and #undef.
3837
f73adfeb
AS
38382006-10-27 Andreas Schwab <schwab@suse.de>
3839
3840 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3841
fd60e0df
EZ
38422006-10-21 Eli Zaretskii <eliz@gnu.org>
3843
3844 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3845 clarify on the possible meanings of ``expression'' watched by
3846 watchpoints. Add indexing.
e5ac9b53
EZ
3847 (Prompting, Errors, Invalidation, Annotations for Running)
3848 (Source Annotations): Fix index entries by adding "annotation" to
3849 them, to discriminate from index entries that point to the more
3850 general topic descriptions.
fd60e0df 3851
52bb452f
DJ
38522006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3853
3854 * gdbint.texinfo (Target Vector Definition): Move most
3855 content into Existing Targets. Add a menu.
3856 (Existing Targets): New section, moved from Target Vector
3857 Definition. Use @subsection.
3858 (Managing Execution State): New section.
3859
58955e58
BW
38602006-10-16 Bob Wilson <bob.wilson@acm.org>
3861
3862 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3863
c8aa23ab
EZ
38642006-10-15 Eli Zaretskii <eliz@gnu.org>
3865
3866 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3867 (Command Syntax, Signals, Backtrace, Connecting)
3868 (Remote configuration, Renesas Boards, Console I/O): Fix last
3869 change: use Ctrl- instead of C-, except wrt Emacs.
3870 (File-I/O Examples): Put Ctrl-c in @kbd.
3871 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3872 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3873 (Signals, Set Breaks, Set Watchpoints): Document optional
3874 arguments to `info signals' `handle', `info breakpoints', and
3875 `info watchpoints'.
c8aa23ab 3876
e7109c7e
EZ
38772006-10-14 Eli Zaretskii <eliz@gnu.org>
3878
3879 * gdb.texinfo (Backtrace): Fix last change.
3880
de3aea7b
NR
38812006-10-14 Nick Roberts <nickrob@snap.net.nz>
3882
3883 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3884
7f9087cb
BW
38852006-10-10 Bob Wilson <bob.wilson@acm.org>
3886
c8aa23ab
EZ
3887 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3888 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3889 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3890
68437a39
DJ
38912006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3892 Daniel Jacobowitz <dan@codesourcery.com>
3893
3894 * gdb.texinfo (Packets): Document vFlashErase,
3895 vFlashWrite and vFlashDone packets.
3896 (General Query Packets): Document qXfer:memory-map:read.
3897 Add a new feature for qXfer:memory-map:read.
3898 (Memory map format): New section.
3899 (Target Commands): Mention that gdb can write flash.
3900
fd79ecee
DJ
39012006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3902 Daniel Jacobowitz <dan@codesourcery.com>
3903
3904 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3905 memory regions and "mem auto".
3906
350da6ee
DJ
39072006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3908
3909 * gdbint.texinfo (Array Containers): New section.
3910
2f1acb09
VP
39112006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3912
3913 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3914 -stack-list-arguments HIGH_FRAME argument can be larger then the
3915 actual number of frames.
3916
2ab1eb7a
VP
39172006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3918
3919 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3920 -stack-list-locals HIGH_FRAME argument can be larger then the
3921 actual number of frames.
2ab1eb7a 3922
599b237a
BW
39232006-09-02 Bob Wilson <bob.wilson@acm.org>
3924
3925 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3926 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3927
25ab7e6d
EZ
39282006-09-02 Eli Zaretskii <eliz@gnu.org>
3929
3930 * gdbint.texinfo (Overall Structure): New section "Source Tree
3931 Structure".
3932
940178d3
JB
39332006-08-17 Jim Blandy <jimb@codesourcery.com>
3934
3935 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3936 responses.
3937
30daae6c
JB
39382006-08-08 Joel Brobecker <brobecker@adacore.com>
3939
3940 * gdb.texinfo (Source Path): Add documentation for new
3941 substitute-path commands.
3942
7fa2210b
DJ
39432006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3944
3945 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3946 (Running Configure): ...here.
3947 (Requirements): New node. Mention expat.
3948
3d00d119
DJ
39492006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3950
5ae4183a 3951 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
3952 'set download-write-size' and 'show download-write-size'.
3953
0cbfa4ee
DJ
39542006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3955
3956 * stabs.texinfo (Member Type Descriptor): Correct example for
3957 pointer to member types.
3958
16026cd7
AS
39592006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3960
3961 * gdb.texinfo (Optional warnings and messages): Add
3962 'set/show trace-commands'.
3963 (Command files): Add '-v' to source command.
3964
0876f84a
DJ
39652006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3966
3967 * gdb.texinfo (OS Information): Update qPart reference to
3968 qXfer.
3969 (Remote configuration): Likewise.
3970 (Overview): Move @cindex to the start of a paragraph. Talk
3971 about binary data encoding.
3972 (Packets): Refer to the overview for the details of the X
3973 packet encoding.
3974 (General Query Packets): Remove qPart description. Add qXfer
3975 description. Add an anchor to qSupported. Correct feature
3976 table title. Add a new feature for qXfer:auxv:read.
3977 (Interrupts): Add a missing parenthesis.
3978
2ec3381a
DJ
39792006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3980
669fac23 3981 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
3982 (GDB/MI Kod Commands): Remove commented out node.
3983
594fe323
EZ
39842006-07-01 Eli Zaretskii <eliz@gnu.org>
3985
3986 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3987 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3988 (GDB/MI Thread Commands, GDB/MI Program Execution)
3989 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3990 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3991 (GDB/MI File Commands, GDB/MI Target Manipulation)
3992 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3993 since the MI prompt is hard-wired into the code.
3994
7e3fb70c
NR
39952006-07-01 Nick Roberts <nickrob@snap.net.nz>
3996
3997 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3998 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3999 (GDB/MI Data Manipulation): Remove description of unimplemented
4000 display related commands as variable objects perform this function
4001 and are superior: -display-delete, -display-disable,
4002 -display-enable, -display-insert and -display-list. Move
4003 -environment-cd, -environment-directory, -environment-path
4004 and -environment-pwd to "Program Context".
4005 (GDB/MI Program Control): Rename to "Program Execution". Move
4006 -exec-arguments -exec-abort to...
4007 (GDB/MI Program Context): ...here. New node split from "Data
4008 Manipulation".
4009
be2a5f71
DJ
40102006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
4011
4012 * gdb.texinfo (Remote configuration): Document set / show
4013 remote supported-packets.
4014 (General Query Packets): Document qSupported packet.
4015
fc320d37
SL
40162006-06-10 Sandra Loosemore <sandra@codesourcery.com>
4017
4018 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
4019 and font markup.
4020 (Protocol basics): Likewise.
4021 (The F request packet): Likewise.
4022 (The F reply packet): Likewise.
4023 (Memory transfer): Move this node to be a subsubsection of
4024 "Protocol specific representation of datatypes".
4025 (The Ctrl-C message): More copy editing.
4026 (Console I/O): Likewise.
4027 (The isatty call): Delete this node, and merge its content into
4028 the "isatty" node. Fixed references elsewhere.
4029 (The system call): Delete this node, and merge its content into
4030 the "system" node. Fixed references elsewhere.
4031 (open): Reformat to use @table, and add appropriate font markup.
4032 (close): Likewise.
4033 (read): Likewise.
4034 (write): Likewise.
4035 (lseek): Likewise.
4036 (rename): Likewise.
4037 (unlink): Likewise.
4038 (stat/fstat): Likewise.
4039 (gettimeofday): Likewise.
4040 (isatty): Likewise.
4041 (system): Likewise, plus minor changes to fix confusing wording.
4042 (Integral datatypes): Fix font markup.
4043 (Pointer values): Likewise.
4044 (struct stat): Fix markup to use @table, plus minor copy editing.
4045 (struct timeval): Fix font markup, plus minor copy editing.
4046 (Constants): Minor copy editing.
4047 (Errno values): Add font markup.
4048 (File-I/O Examples): Likewise.
4049
158fdf5c
NR
40502006-06-10 Nick Roberts <nickrob@snap.net.nz>
4051
4052 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
4053 (GDB/MI Simple Examples): Move node up one level. Use real
4054 examples.
4055 (GDB/MI Compatibility with CLI): Update.
4056 (GDB/MI Result Records): Add "connected" and "exit" result
4057 classes.
4058 (GDB/MI Stream Records): Clarify target output.
4059 (GDB/MI Command Description Format): Modify example description.
4060 (GDB/MI Breakpoint Table Commands): Rename to...
4061 (GDB/MI Breakpoint Commands): ...this
4062 (GDB/MI Breakpoint Commands): Add optional thread field.
4063 (GDB/MI Program Control): Add an introduction. Move "Program
4064 termination" examples into exec-run description.
4065 (GDB/MI File Commands): Mention similar CLI commands.
4066 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
4067 is similar to "-gdb-version".
4068
ddb50cd7
EZ
40692006-06-09 Eli Zaretskii <eliz@gnu.org>
4070
4071 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
4072
2aef0d6b
NR
40732006-06-02 Nick Roberts <nickrob@snap.net.nz>
4074
4075 * gdb.texinfo (GDB/MI Development and Front Ends): Use
4076 sourceware.org for mailing lists.
d5e40d59 4077 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 4078
383a5c52
NR
40792006-06-01 Nick Roberts <nickrob@snap.net.nz>
4080
d5e40d59 4081 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 4082
e16b02ee
EZ
40832006-05-22 Eli Zaretskii <eliz@gnu.org>
4084
4085 * gdb.texinfo (Cygwin Native): Fix last change.
4086
be90c084
CF
40872006-05-22 Christopher Faylor <cgf@timesys.com>
4088
4089 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
4090
347ceba5
NR
40912006-05-15 Nick Roberts <nickrob@snap.net.nz>
4092
4093 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
4094 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
4095
369af7bd
DJ
40962006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4097
4098 * gdb.texinfo (General Query Packets): Recommend not starting
4099 new packets with qC and clarify.
4100
2ffdbde8 41012006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
4102
4103 * gdb.texinfo (M2 Types): New section.
72019c9c 4104
16d1a084
DJ
41052006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
4106
4107 * agentexpr.texi: Add a copyright and license notice.
4108 * observer.texi: Likewise, with GPL clause for function prototypes.
4109 Remove trailing whitespace.
4110
aa56d27a
JB
41112006-05-05 Jim Blandy <jimb@codesourcery.com>
4112
4113 * gdb.texinfo (General Query Packets): Document conventions for
4114 terminating packet names, and their violations.
4115
5bdf8622
DJ
41162006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4117
4118 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
4119 * gdb.texinfo: Likewise.
4120
605a56cb
DJ
41212006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4122
4123 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
4124 and "show remotedebug".
4125 (Debugging Output): Add additional index entries.
4126
b8db102d
MS
41272006-04-27 Michael Snyder <msnyder@redhat.com>
4128
4129 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
4130
c5e30d01
AC
41312006-04-22 Andrew Cagney <cagney@redhat.com>
4132
4133 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
4134 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
4135
8181d85f
DJ
41362006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
4137
4138 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
4139 and remove breakpoint prototypes.
4140 (Watchpoints): Move description of target_insert_hw_breakpoint and
4141 target_remove_hw_breakpoint ...
4142 (Breakpoints): ... to here. Document target_insert_breakpoint and
4143 target_remove_breakpoint.
4144
4f553f88
JB
41452006-04-17 Jim Blandy <jimb@codesourcery.com>
4146
4147 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
4148 and C packets are optional.
4149
cd852561
FR
41502006-04-14 Frederic Riss <frederic.riss@st.com>
4151
4152 * gdb.texinfo (Specifying source directories): Update the description
4153 of the source file search to reflect the fact that the source path
4154 always contains at least $cdir and $cwd.
4155
b620eb07
MS
41562006-03-31 Michael Snyder <msnyder@redhat.com>
4157
4158 * gdb.texinfo: Update copyright dates.
4159
3156cdaf
EZ
41602006-03-31 Eli Zaretskii <eliz@gnu.org>
4161
4162 * gdb.texinfo (Overview): Add an index entry to "empty response".
4163
7d30c22d
JB
41642006-03-28 Jim Blandy <jimb@codesourcery.com>
4165
4166 * gdbint.texinfo (Prologue Analysis): New section.
4167
86941c27
JB
41682006-03-07 Jim Blandy <jimb@red-bean.com>
4169
66b8c7f6
JB
4170 * gdb.texinfo (Connecting): Document 'target remote pipe'.
4171
1a10341b
JB
4172 * gdb.texinfo (Target Commands): Update text describing how to
4173 specify a target. Refer to the detailed section on remote
4174 debugging, not the brief mention.
4175
86941c27
JB
4176 * gdb.texinfo (Connecting): Organize the different 'target remote'
4177 connection methods into a table. Add a 'target remote' index
4178 entry. (!!!)
4179
62f3a2ba
FF
41802006-02-17 Fred Fish <fnf@specifix.com>
4181
4182 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4183 'ptype' commands to reflect the fact that the only significant
4184 difference between them is that ptype prints the complete type
4185 description instead of just the name.
4186
8b9a88ea
WZ
41872006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
4188
4189 * gdbint.texinfo (Watchpoints): Delete
4190 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4191
7e8dc855
NR
41922006-02-10 Nick Roberts <nickrob@snap.net.nz>
4193
4194 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4195 times fields where needed. Fix typos. Update general form given
4196 for output of -break-insert.
4197 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4198
c91d38aa
DJ
41992006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
4200
4201 * gdbint.texinfo (Symbol Handling): Add a section
4202 on memory management.
4203
38fcd64c
DJ
42042006-02-06 Vladimir Prus <ghost@cs.msu.su>
4205
4206 * gdb.texinfo (Breakpoint table commands): Document the fullname
4207 field in -break-list output.
4208
219eec71
EZ
42092006-02-03 Eli Zaretskii <eliz@gnu.org>
4210
4211 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4212 debugging information produced by the various "set debug..."
4213 options.
4214
ae5a43e0
DJ
42152006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4216
4217 * gdb.texinfo (Files): Remove obsolete bits from the description
4218 of "symbol-file".
4219
a9f158ec
JB
42202006-01-25 Jim Blandy <jimb@redhat.com>
4221
4222 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4223
410dd08e
JB
42242006-01-24 Jim Blandy <jimb@redhat.com>
4225
4226 * gdbint.texinfo (Frames): Document the basics of GDB's register
4227 unwinding model, and explain the existence of the "sentinel" frame.
4228
4b505b12
AS
42292006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4230
4231 * gdb.texinfo (Choosing files): Mention that -directory is used
4232 for script files.
4233 (Specifying source directories): Likewise.
4234 (Command files): Explain how script files are found.
4235
839c27b7
EZ
42362006-01-21 Eli Zaretskii <eliz@gnu.org>
4237
4238 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4239 the threads in a multi-threaded program.
4240 (Threads): The threadno argument of "thread apply" can be a range
4241 of numbers.
4242
7be93b9e
JB
42432006-01-18 Jim Blandy <jimb@redhat.com>
4244
4245 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4246 of warning flags.
4247
fcc73fe3
EZ
42482006-01-13 Eli Zaretskii <eliz@gnu.org>
4249
4250 * gdb.texinfo (Sequences): Improve menu annotations.
4251 (Define): Add index entries for arguments of user-defined
4252 commands. Move the description of flow-control commands...
4253 (Command Files): ...to here. Document loop_break and
4254 loop_continue.
ca91424e
EZ
4255 (Define, Command Files): Document `end' and add index entries for
4256 it.
fcc73fe3 4257
5c95884b
MS
42582006-01-04 Michael Snyder <msnyder@redhat.com>
4259
4260 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 4261 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 4262
860701dc
PH
42632006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4264
4265 * gdb.texinfo (Omissions from Ada): Document that there is now
4266 limited aggregate support.
4267
36b80e65
EZ
42682005-12-28 Eli Zaretskii <eliz@gnu.org>
4269
4270 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4271 registers and the likes.
4272
c1468174
EZ
42732005-12-24 Eli Zaretskii <eliz@gnu.org>
4274
4275 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4276 (Symbols): Fix usage of "e.g.".
359df76b 4277 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
4278
4279 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4280 (Coding): Fix usage of "e.g.".
4281
c02a867d
EZ
42822005-12-23 Eli Zaretskii <eliz@gnu.org>
4283
5ae4183a
AS
4284 * stabs.texinfo:
4285 * refcard.tex:
c02a867d 4286 * gpl.texi:
5ae4183a
AS
4287 * gdbint.texinfo:
4288 * gdb.texinfo:
4289 * gdb-cfg.texi:
c02a867d 4290 * fdl.texi:
5ae4183a
AS
4291 * annotate.texinfo:
4292 * all-cfg.texi:
c02a867d
EZ
4293 * Makefile.in: Add (C) after Copyright. Update the FSF
4294 address.
4295
fad38dfa
EZ
42962005-12-03 Eli Zaretskii <eliz@gnu.org>
4297
4298 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4299 extend GDB with commands for external monitor.
4300
53e5f3cf
AS
43012005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4302
4303 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4304
55f6ca0f
JB
43052005-11-25 Joel Brobecker <brobecker@adacore.com>
4306
4307 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4308
c1947b85
JB
43092005-11-21 Jim Blandy <jimb@redhat.com>
4310
4311 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4312 placement of 'R' actions in tracepoint action packets; document
4313 dependence of 'X' and 'M' actions on a preceding 'R' action for
4314 their registers.
4315
9d29849a
JB
43162005-11-19 Jim Blandy <jimb@redhat.com>
4317
4318 * gdb.texinfo (Tracepoint Packets): New node.
4319 (General Query Packets): Add entries for the tracepoint packets,
4320 referring to the "Tracepoint Packets" node.
4321 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4322
9a6253be
KB
43232005-11-18 Kevin Buettner <kevinb@redhat.com>
4324
4325 * gdb.texinfo (set remotebreak): Add anchor.
4326 (X packet): Likewise.
4327 (Remote Protocol): Add new section `Interrupts' and new index
4328 entry `interrupts (remote protocol)'.
4329
5f3bebba
JB
43302005-11-18 Jim Blandy <jimb@redhat.com>
4331
4332 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4333 entries into the General Query Packets section. Add a
4334 cross-reference to that section. Drop description of replies, as
4335 these are covered in the descriptions of each packet.
4336 (General Query Packets): Add introductory text. Explain naming
4337 conventions, and how the end of a name is recognized.
4338
9a7a1b36
KB
43392005-11-17 Kevin Buettner <kevinb@redhat.com>
4340
0564b6cf 4341 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4342 "set remotebreak" command.
4343
b8ff78ce
JB
43442005-11-16 Jim Blandy <jimb@redhat.com>
4345
4346 * gdb.texinfo (Packets, Stop Reply Packets)
4347 (General Query Packets): Various formatting cleanups.
4348 - Use @samp for packet contents.
4349 - Drop summaries from packet @item lines; the same information appears
4350 immediately below in the description.
4351 - Delete paragraph breaks after packet @item commands, so that the
4352 description appears directly to the right of the packet prototype
4353 in the printed manual, if it fits.
4354 - Place spaces in packet prototypes between @vars and non-@var
4355 letters, and explain that they're just for formatting.
4356 - Use @dots{} instead of '...'.
4357 - Fix uses of @code where @var was needed.
4358 - Replace "deprecated" markers with English text spelling out the
4359 packet's status and the preferred alternatives.
4360 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4361 what this ever meant.
4362 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4363 this for a long time.
4364 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4365 implemented several times, and have been in use for years.
4366
8ffe2530
JB
43672005-11-15 Jim Blandy <jimb@redhat.com>
4368
c43c5473
JB
4369 * gdb.texinfo (Packets): Add index entries for 'm' packet
4370 disclaimers.
5ae4183a 4371
fb031cdf
JB
4372 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4373 of stub when processing an 'm' packet.
4374
8ffe2530
JB
4375 * gdb.texinfo (Packets): Mention that packets beginning with
4376 letters are reserved once, at the top, instead of actually listing
4377 them all and saying "reserved".
4378
c03c782f
AS
43792005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4380
4381 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4382 Change @var{$arg0 to @code{$arg0.
4383
814e32d7
WZ
43842005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4385
4386 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4387
fa93a9d8
JB
43882005-11-12 Jim Blandy <jimb@redhat.com>
4389
4390 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4391 order. Remove extraneous 'z'.
4392
8a5a3c82
AS
43932005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4394
4395 * gdb.texinfo (Choosing files): Add --eval-command.
4396
4b0ad762
AS
43972005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4398
4399 * gdb.texinfo (Choosing modes): Add --return-child-result.
4400
4401
1a088d06
AS
44022005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4403
4404 * gdb.texinfo (Choosing modes): Add --batch-silent.
4405
656d5e12
EZ
44062005-10-28 Eli Zaretskii <eliz@gnu.org>
4407
4408 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4409 "The -var-update Command".
4410
3c9c013a
JB
44112005-10-03 Joel Brobecker <brobecker@adacore.com>
4412
4413 * gdb.texinfo (Print Settings): Add documentation for set/show
4414 print array-indexes.
4415
7ba3cf9c
DJ
44162005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4417
4418 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4419 6.2 and 6.3.
4420
a94ab193
EZ
44212005-08-27 Eli Zaretskii <eliz@gnu.org>
4422
4423 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4424 since 19-Jan-2004.
4425 (Files): Likewise.
ab1adacd
EZ
4426 (Variables, Symbols): Document the "<incomplete type>" message and
4427 its reasons.
a94ab193 4428
ca06016a
FF
44292005-08-01 Fred Fish <fnf@specifix.com>
4430
4431 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4432
cf58170d
NR
44332005-07-15 Nick Roberts <nickrob@snap.net.nz>
4434
4435 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4436 option for -var-list-children and -var-update.
4437 (GDB/MI Stack Manipulation): Simplify description of
4438 print-values option for -stack-list-locals.
4439 (GDB/MI Command Description Format): Clarify.
4440 (Mode Options): Spelling of superseded.
4441
38f1196a
BR
44422005-07-12 Bob Rossi <bob@brasko.net>
4443
4444 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4445 corresponding GDB command comment.
4446
3cb3b8df
BR
44472005-07-06 Bob Rossi <bob@brasko.net>
4448
4449 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4450 and -inferior-tty-show.
4451 (Input/Output): Document "set/show inferior-tty" and tty alias.
4452
10fac096
NW
44532005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4454
4455 * gdb.texinfo (Packets): Change description of 'D' packet to note
4456 that GDB does wait for a response.
4457
d1b6db76
NR
44582005-06-22 Nick Roberts <nickrob@snap.net.nz>
4459
4460 * gdb.texinfo (History) Rename "Command History".
4461 (Command History): Move node "Server Prefix" from section on
4462 Annotations here.
4463
29629dcf
NR
44642005-06-19 Nick Roberts <nickrob@snap.net.nz>
4465
4466 * gdb.texinfo (GDB/MI Stack Manipulation):
4467 Re-instate -stack-info-frame with example. Say that it gets
4468 info on selected frame, not current frame.
4469
397ca115
EZ
44702005-06-18 Eli Zaretskii <eliz@gnu.org>
4471
4472 * gdb.texinfo (Server): Clarify that `file' should be used before
4473 connecting to the server.
4474 (Files): Add an xref to the above description.
51274035
EZ
4475 (Output Formats): More detailed description of the `c' format.
4476 (Memory): List explicitly all the formats supported by `x'.
638ac427 4477 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4478 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4479 files. Add more indexing for solib-absolute-prefix and
4480 --with-sysroot.
76d17f34
EZ
4481 (Machine Code): Document possible problems with locations in
4482 shared libraries.
d416eeec
EZ
4483 (Backtrace): Document that free-standing environments do not need
4484 to have a `main' function.
397ca115 4485
74f6deaa
NR
44862005-06-18 Nick Roberts <nickrob@snap.net.nz>
4487
4488 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4489 -stack-info-frame.
4490
a9967aef
AC
44912005-06-07 Andrew Cagney <cagney@gnu.org>
4492
4493 * gdb.texinfo (Contributors): Note the original multi-arch
4494 contributors.
4495
e09f16f9
EZ
44962005-06-03 Eli Zaretskii <eliz@gnu.org>
4497
4498 * gdb.texinfo (Registers): Add index entries for the standard
4499 registers.
4500 (Frames): Add cross-reference from frame pointer description to
4501 the Registers node.
4502 (Annotations Overview): Fix the reference to GDB name.
4503
d87ba7ee
EZ
45042005-06-01 Eli Zaretskii <eliz@gnu.org>
4505
4506 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4507 can-use-hw-watchpoints.
4508
034dad6f
BR
45092005-05-28 Bob Rossi <bob@brasko.net>
4510
4511 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4512 the possible reasons why an exec async record would be returned to FE.
4513
ffed4509
AC
45142005-05-26 Andrew Cagney <cagney@gnu.org>
4515
4516 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4517 Andrew Cagney implemented the original GDB/MI.
4518
e22e55c9
OF
45192005-05-23 Orjan Friberg <orjanf@axis.com>
4520
4521 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4522 documentation. Add documentation for cris-mode.
4523
a78e13ce
EZ
45242005-05-20 Eli Zaretskii <eliz@gnu.org>
4525
4526 * gdb.texinfo (Numbers): Explain the example and make the wording
4527 more acurate.
4528
76ff342d
DJ
45292005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4530 Dennis Brueni <dennis@slickedit.com>
4531
4532 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4533 (GDB/MI Data Manipulation, GDB/MI Program Control)
4534 (GDB/MI Stack Manipulation): Update examples to include the fullname
4535 attribute in stack frames.
4536
119b882a
EZ
45372005-05-12 Eli Zaretskii <eliz@gnu.org>
4538
4539 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4540 do with other non-standard names of init files.
4541
6fc08d32
EZ
45422005-05-11 Eli Zaretskii <eliz@gnu.org>
4543
4544 * gdb.texinfo (Command Files): Move the description of the startup
4545 from here...
4546 (Startup): ...to this new subsection of the Invocation chapter.
4547 Rearrange the description of init files more logically and add a
4548 cross-reference to "Command Files". Document the special gdbinit
4549 name for CISCO 68k. Expand the description of what GDB does
4550 during startup.
4551 (History): Add index entry for HISTSIZE.
4552
a561754a
MK
45532005-05-02 Mark Kettenis <kettenis@gnu.org>
4554
4555 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4556
2eecc4ab
EZ
45572005-05-02 Eli Zaretskii <eliz@gnu.org>
4558
4559 * gdb.texinfo (SVR4 Process Information, The isatty call)
4560 (The system call): Don't use foo(N) notation for man pages and
4561 functions.
514c4d71 4562 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4563
18999be5
EZ
45642005-04-27 Eli Zaretskii <eliz@gnu.org>
4565
4566 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4567 were optimized away.
4568
0abb7bc7
EZ
45692005-04-22 Eli Zaretskii <eliz@gnu.org>
4570
4571 * gdb.texinfo (Remote configuration): Document "set/show
4572 get-thread-local-storage-address". Add cross-reference to the
4573 description of the qGetTLSAddr packet.
4574 (General Query Packets): Mention "set remote
4575 get-thread-local-storage-address" and add a reference to its
4576 description.
4577
6f61acb1
NR
45782005-04-19 Nick Roberts <nickrob@snap.net.nz>
4579
4580 * gdb.texinfo (Backtrace): Describe 'bt full'.
4581
9d59903a
NR
45822005-04-17 Nick Roberts <nickrob@snap.net.nz>
4583
4584 * gdb.texinfo (Mode Options): Fix typo.
4585 (GDB/MI): Describe how to invoke GDB/MI.
4586
721c2651
EZ
45872005-04-16 Eli Zaretskii <eliz@gnu.org>
4588
4589 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4590 references changed. Add description of "info udot".
721c2651
EZ
4591 (Files): Document "set/show stop-on-solib-events".
4592 (M32R/D): Document "set/show download-path", "set/show
4593 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4594 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4595 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4596 (Maintenance Commands): Improve indexing.
4597 (Target Commands): Document "set/show hash", "set/show debug
4598 monitor".
4599 (SVR4 Process Information): Document "info pidlist" and "info
4600 meminfo". Document "set/show procfs-tarce" and "set/show
4601 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4602 (Symbols, The Print Command with Objective-C): Improve indexing.
4603 (Objective-C): Add references to "info classes" and "info
4604 selectors".
c45da7e6
EZ
4605 (Debugging Output): Improve wording. Document "set/show debug
4606 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4607 (Set Breaks): Add index entry for "hardware breakpoints".
4608 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4609 and "set/show usehardbreakpoints".
4610 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4611 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4612 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4613 rdiromatzero", "set/show rdiheartbeat".
4614 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4615 "sds".
4616 (Embedded Processors): Document the "sim" command.
4617 (Remote): Document the "remote" command.
4618 (DJGPP Native): Document the "info serial" command.
4619 (Threads): Document "maint info sol-threads".
4620 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4621 (Set Breaks): Improve indexing.
4622 (Command Syntax): Add a reference to dont-repeat.
4623 (Define): Document "dont-repeat".
4624 (TUI Commands): Document "tabset".
4625 (WinCE): New subsection. Document "set/show remotedirectory",
4626 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4627
14d6dd68
EZ
46282005-04-15 Eli Zaretskii <eliz@gnu.org>
4629
4630 * gdb.texinfo (Hurd Native): New subsection, documents
4631 Hurd-specific commands.
a64548ea 4632 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4633 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4634 (MIPS): Improve documentation of heuristic-fence-post. Document
4635 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4636 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4637 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4638 (ARM): Document ARM-specific commands.
a64548ea
EZ
4639 (AVR): New section. Document "info io_registers".
4640 (CRIS): New section. Document "set/show cris-version" and
4641 "set/show cris-dwarf2-cfi".
4642 (HPPA): New section. Document "set/show debug hppa" and "maint
4643 print unwind".
a5adf40f 4644 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4645 (Super-H): New section. Document the "regs" command.
721c2651 4646 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4647
9c16f35a
EZ
46482005-04-09 Eli Zaretskii <eliz@gnu.org>
4649
4650 * gdb.texinfo (Print Settings): Document "set/show print
4651 pascal_static-members", "set print repeats", "show print
4652 null-stop". Improve indexing. Fix documentation of "set print
4653 union".
4654 (Pascal): New section.
4655 (Supported languages): Rename from "Support"; all references
4656 updated. Add a menu item for Pascal.
4657 (Numbers): Document "set radix.
4658 (Screen Size): Document "set/show pagination".
4659 (MIPS Embedded): Remove "set processor" documentation.
4660 (Remote configuration): Document "set/show X/P/Z-packet",
4661 "set/show read-aux-vector-packet", "set/show remote
4662 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4663 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4664 remotedebug", "set/show remotebreak", "set/show remotedevice",
4665 "set/show remotelogfile".
4666 (Auxiliary Vector): Add reference to the description of the
4667 read-aux-vector-packet setting.
4668 (Set Watchpoints): Add a cross-reference to "set remote
4669 hardware-breakpoint-limit".
4670 (General Query Packets): Add indexing of requests and
4671 cross-references to related commands in "Remote configuration".
4672 (File-I/O Overview, The system call): Fix wording and typos.
4673 (Thread Stops): Add index entries.
4674 (Continuing and Stepping): Document "show step-mode".
4675 (i386): New node. Document "set/show struct-convention".
4676 (Files): Document "show trust-readonly-sections".
4677 (Calling): Document "set/show unwindonsignal".
4678 (Messages/Warnings): Add index entries.
4679 (Maintenance Commands): Document "set/show watchdog".
4680 (Annotations Overview): Document "show annotate".
4681 (Set Watchpoints): Add index entries.
4682 (Symbols): Fix doc of case-sensitive.
4683 (ABI): Document "show coerce-float-to-double".
4684 (Convenience Vars, Help): Improve indexing.
4685 (Machine Code): Document "show disassembly-flavor".
4686 (Debugging C plus plus): Document "show overload-resolution".
4687 (Value History, Signaling): Add index entries.
4688
46892005-04-08 Eli Zaretskii <eliz@gnu.org>
4690
4691 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4692 (Processes): Fix wording.
4693 (History, List, Logging output, Define, Symbols, Print Settings):
4694 Improve indexing.
4695
a8f24a35
EZ
46962005-04-03 Eli Zaretskii <eliz@gnu.org>
4697
4698 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4699 redundant index entry for "target" command.
4700 (Backtrace): Add index entries.
4701 (Symbols, Fortran): Document the "set case-sensitive" command.
4702 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4703 (Print Settings): Add index entry for "set demangle-style".
4704 (Target Commands): Document "set download-write-size".
4705 (Debugging Output): Document "set exec-done-display".
4706
09d4efe1
EZ
47072005-04-02 Eli Zaretskii <eliz@gnu.org>
4708
4709 * gdb.texinfo (Files): Fix the name and documentation of
4710 add-shared-symbol-files. Document its alias assf. Update the
4711 list of OSs where GDB supports shared libraries. Fix markup.
4712 (Continuing and Stepping): Add reference to @var{location} in the
4713 text.
4714 (Dump/Restore Files): Fix reference to @{filename}.
4715 (Help): Fix wording.
4716 (Attach): Ditto.
4717 (Set Watchpoints): Ditto.
4718 (Backtrace): Remove redundant index entries. Improve index
4719 entries.
4720 (Delete Breaks): Fix wording.
4721 (Memory): Document the compare-sections command.
4722 (Memory Region Attributes): Improve wording.
4723 (Disabling): Improve wording.
4724 (Fortran): New subsection. Document the "info common" command.
4725 (Help): Document aliases "info copying" and "info warranty".
4726 (Caching Remote Data): New section. Document the "set/show
4727 remotecache" and "info dcache" commands.
4728 (Show): Fix wording of the documentation of the "set
4729 extension-language" command.
4730 (Signals): Add index entry for "info handle".
4731 (Memory Region Attributes): Fix punctuation.
4732 (Symbols): Change the arg name to "location" and refer to it in
4733 the text. Fix wording of "info types" doc.
4734 (Threads): Fix usage of @enumerate @item's.
4735 (Listing Tracepoints): Add index entry for "info tp".
4736 (Set Watchpoints): Add xref to "info break" description.
4737 (Macros): Add an index entry for "macro exp1". Document the
4738 "macro list" command.
4739 (Maintenance Commands): Document "flushregs", "maint agent",
4740 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4741 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4742 "maint print architecture", "maint print objfiles", "maint print
4743 statistics", "maint print type", "maint show-debug-regs", "maint
4744 space", "maint time", and "maint translate-address".
4745 (Connecting): Document the "monitor" command.
4746 (Annotations Overview): Describe the "set annotate" command.
4747
82f2d802
EZ
47482005-04-01 Eli Zaretskii <eliz@gnu.org>
4749
4750 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4751 Rearrange index entries and improve wording about support for
4752 hardware watchpoints.
4753
7d51c7de
BR
47542005-03-10 Bob Rossi <bob@brasko.net>
4755
4756 * gdb.texinfo: Update copyright
4757
68c71a2e
TR
47582005-02-09 Theodore A. Roth <troth@openavr.org>
4759
4760 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4761 error.
4762
83761cbd
KB
47632005-02-03 Kevin Buettner <kevinb@redhat.com>
4764
4765 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4766
9f1c6395
MS
47672005-01-17 Michael Snyder <msnyder@redhat.com>
4768
4769 * gdb.texinfo: Fix spelling, infinte -> infinite.
4770
fbd1b305
MK
47712005-01-08 Mark Kettenis <kettenis@gnu.org>
4772
4773 * observer.texi (GDB Observers): Document "solib_loaded".
4774
3ace7edb
AC
47752005-01-07 Andrew Cagney <cagney@gnu.org>
4776
bec39cab
AC
4777 * configure.ac: Rename configure.in, require autoconf 2.59.
4778 * configure: Re-generate.
4779
3ace7edb
AC
4780 * configure.in: Replace configdirs with multiple references to
4781 AC_CONFIG_SUBDIRS.
4782 * configure: Re-generate.
5ae4183a 4783
53531fc1
AC
47842005-01-04 Andrew Cagney <cagney@gnu.org>
4785
4786 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4787 part of the version number.
4788
536ffdb7
MK
47892004-12-24 Mark Kettenis <kettenis@gnu.org>
4790
4791 * gdbint.texinfo (Algorithms): Remove description of
4792 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4793
e1aac25b
JB
47942004-12-07 Jim Blandy <jimb@redhat.com>
4795
4796 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4797 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4798 numbers.
4799
f47b1503
AS
48002004-12-07 Andreas Schwab <schwab@suse.de>
4801
4802 * gdb.texinfo (Mode Options): Document -l option.
4803
b6b8ece6
EZ
48042004-12-04 Eli Zaretskii <eliz@gnu.org>
4805
4806 * gdbint.texinfo (Algorithms): More accurate description of
4807 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4808 is not needed unless data-read and data-access watchpoints are
4809 supported. Add a description of how GDB checks whether the
4810 inferior stopped because a watchpoint was hit.
4811
01371747
EZ
48122004-11-23 Eli Zaretskii <eliz@gnu.org>
4813
4814 * gdb.texinfo (Files): Add cross-reference to description of
4815 -readnow command-line switch.
4816
2315ffec
RC
48172004-11-10 Randolph Chung <tausq@debian.org>
4818
4819 * gdb.texinfo: Document set/show backtrace past-entry commands.
4820 Rearrange index entries for set/show backtrace past-main.
4821
69065f5d
AC
48222004-11-10 Jon Beniston <jon@beniston.com>
4823
4824 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4825 * gdb.texinfo (Remote Serial Protocol): Further describe
4826 binary transfer escaping mechanism .
69065f5d 4827
30e91e0b
RC
48282004-11-08 Randolph Chung <tausq@debian.org>
4829
4830 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4831 and "show debug infrun". Add index entries.
4832
60bf7e09
EZ
48332004-10-23 Eli Zaretskii <eliz@gnu.org>
4834
4835 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4836 "info proc" that are already implemented. Add index entries.
4837 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4838 (Files): Add a tip for decreasing memory used for symtabs from
4839 shared libraries.
f018e82f
EZ
4840 (Starting): Fix whitespace; make "elaboration" stand out where it
4841 is first used, and add an index entry for the term.
f8568604
EZ
4842 (Calling): Expand and elaborate text. Add "print". Add the
4843 description of problems with weak aliases.
384ee23f 4844 (Core File Generation): New section.
60bf7e09 4845
d52fe014
AC
48462004-10-12 Andrew Cagney <cagney@gnu.org>
4847
4848 * gdbint.texinfo (Versions and Branches): New chapter.
4849 (Releasing GDB): Delete "Versions and Branches" section.
4850 (Top): Add "Versions and Branches".
4851
703663ab
EZ
48522004-10-08 Eli Zaretskii <eliz@gnu.org>
4853
4854 * gdb.texinfo (Editing, History): Add cross-references to the
4855 included Readline and History user documentation. Remove
4856 references to the symbol have-readline-appendices which is unused
4857 and undefined.
4858 (History): Fix indexing.
4859
ac77d04f
JJ
48602004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4861
4862 * gdbint.texinfo (target_stopped_data_address): Update to
4863 new prototype.
4864 (i386_stopped_data_address): Update prototype and description.
4865 (i386_stopped_by_watchpoint): New function and description.
4866
e07c999f
PH
48672004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4868
4869 * gdb.texinfo (Filenames): Add Ada suffixes.
4870 (Ada) New section.
4871
2e868123
AC
48722004-09-27 Andrew Cagney <cagney@gnu.org>
4873 Robert Picco <Robert.Picco@hp.com>
4874
4875 * gdb.texinfo (Packets): Document the "p" packet.
4876
02a57714
JM
48772004-09-21 Jason Molenda (jmolenda@apple.com)
4878
4879 * gdb.texinfo (Paths and Names of the Source Files): Document the
4880 meaning of values in the 'desc' field of a SO stab.
4881
ae038cb0
DJ
48822004-09-20 Daniel Jacobowitz <dan@debian.org>
4883
4884 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4885 max-cache-age" and "maint show dwarf2 max-cache-age".
4886
f7dc1244
EZ
48872004-09-16 Eli Zaretskii <eliz@gnu.org>
4888
4889 * gdb.texinfo (Set Breaks): Add index entry for setting
4890 breakpoints on overloaded C++ functions that are not members of
4891 any classes. Add an example and an index entry for setting
4892 breakpoints on all program functions.
4893 (Character Sets, Macros, Overlay Commands)
4894 (Non-debug DLL symbols, GDB/MI Output Syntax)
4895 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4896 Use "(@value{GDBP})" instead of a literal "(gdb)".
4897
f810308b
AC
48982004-09-12 Andrew Cagney <cagney@gnu.org>
4899
4900 * gdbint.texinfo (Native Debugging): Delete description of
4901 FILES_INFO_HOOK.
4902
15a661f3
PH
49032004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4904
5ae4183a
AS
4905 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4906 to hex_string_custom (not historically correct, but more
15a661f3
PH
4907 understandable, given the current code).
4908
f3219c75
AC
49092004-09-03 Andrew Cagney <cagney@gnu.org>
4910
4911 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4912
f3bb6704
JJ
49132004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4914
4915 * observer.texi (solib_unloaded): New observer.
4916
8d2c00cb
AC
49172004-08-24 Andrew Cagney <cagney@gnu.org>
4918
4919 * gdbint.texinfo (Target Architecture Definition): Add missing
4920 comma.
4921
e7dc800a
MC
49222004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4923
4924 * (Using the Testsuite): build != host is supported,
4925 but some test scripts do not support build != host.
4926
73b03683
MK
49272004-08-14 Mark Kettenis <kettenis@gnu.org>
4928
4929 * gdbint.texinfo (Host Definition): Delete description of
4930 FCLOSE_PROVIDED and GETENV_PROVIDED.
4931
c0ccb908
MK
49322004-08-05 Mark Kettenis <kettenis@chello.nl>
4933
4934 * gdbint.texinfo (Host Definition): Delete description of
4935 NO_SYS_FILE.
4936 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4937 PTRACE_FP_BUG.
4938
9c8dbfa9
AC
49392004-08-05 Andrew Cagney <cagney@gnu.org>
4940
4941 * gdbint.texinfo (Target Architecture Definition): Delete
4942 reference to deprecated_read_fp.
4943
f42accbe
AC
49442004-08-02 Andrew Cagney <cagney@gnu.org>
4945
4946 * gdbint.texinfo (Target Architecture Definition): Delete
4947 description of DEPRECATED_REGISTER_BYTES.
4948
0b66e38c
EZ
49492004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4950
4951 * gdb.texinfo (Source Path): Document the new behavior of
4952 searching for the source files.
4953
15387254
EZ
49542004-07-17 Eli Zaretskii <eliz@gnu.org>
4955
4956 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4957 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4958 (Auto Display): Improve indexing.
4959
2c07db7a
AC
49602004-07-16 Andrew Cagney <cagney@gnu.org>
4961
4962 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4963 "-noasync".
4964
4644b6e3
EZ
49652004-07-09 Eli Zaretskii <eliz@gnu.org>
4966
4967 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4968 have the same prefix have only their prefix in the index.
4969
7561d450
MK
49702004-07-03 Mark Kettenis <kettenis@gnu.org>
4971
4972 * gdb.texinfo (BSD libkvm Interface): New node (section)
4973 (Native): Add it to the menu.
4974
67bebe79
MK
49752004-07-01 Mark Kettenis <kettenis@gnu.org>
4976
4977 * gdbint.texinfo (Target Architecture Definition): Remove
4978 PCC_SOL_BROKEN.
4979
1a6923e0
MK
49802004-06-24 Mark Kettenis <kettenis@gnu.org>
4981
4982 * gdbint.texinfo (Target Architecture Definition): Remove
4983 SUN_FIXED_LBRAC_BUG.
4984
b435e160
AC
49852004-06-26 Andrew Cagney <cagney@gnu.org>
4986
4987 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4988
b5622e8d
AC
49892004-06-20 Andrew Cagney <cagney@gnu.org>
4990
4991 * gdbint.texinfo (Target Architecture Definition): Deprecate
4992 USE_STRUCT_CONVENTION.
4993
e0c07bf0
MC
49942004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4995
4996 gdb.texinfo (Bug Reporting): Mention session recording,
4997 with the script command or Emacs.
4998
782263ab
AC
49992004-06-18 Andrew Cagney <cagney@gnu.org>
5000
5001 * gdbint.texinfo (Target Architecture Definition): Deprecate
5002 FUNCTION_START_OFFSET.
5003
03727ca6
AC
50042004-06-14 Andrew Cagney <cagney@gnu.org>
5005
5006 Based on changes from Karl Berry.
5007 * gdb.texinfo: Do not use @sc in a direntry.
5008 * stabs.texinfo: Change @dircateogry to "Software development".
5009 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
5010
97092415
AC
50112004-06-13 Andrew Cagney <cagney@gnu.org>
5012
5013 * gdbint.texinfo (Target Architecture Definition): Delete
5014 description of RETURN_VALUE_ON_STACK.
5015
1f6d4158
AC
50162004-06-09 Andrew Cagney <cagney@gnu.org>
5017
5018 * gdbint.texinfo (Native Debugging): Restore "@table @code"
5019 deleted by previous patch.
5020
d966f0cb
AC
50212004-06-08 Andrew Cagney <cagney@gnu.org>
5022
5023 * gdbint.texinfo (Native Debugging): Delete documentation on
5024 ATTACH_DETACH.
5025
86fe4aaa
RC
50262004-06-06 Randolph Chung <tausq@debian.org>
5027
5028 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
5029
d4b6d575
RC
50302004-06-06 Randolph Chung <tausq@debian.org>
5031
5ae4183a 5032 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
5033 the new push_dummy_call method signature. Describe the function
5034 argument.
5035
4e8b0763
JB
50362004-05-24 Joel Brobecker <brobecker@gnat.com>
5037
5038 * gdb.texinfo (Starting): Document new start command.
5039
59caf092
AC
50402004-05-21 Andrew Cagney <cagney@redhat.com>
5041
5042 * observer.texi (GDB Observers): Document "inferior_created".
5043
e4a2df64
AC
50442004-05-08 Andrew Cagney <cagney@redhat.com>
5045
e6b55ae2
AC
5046 * gdbint.texinfo (Target Architecture Definition): Delete
5047 description of DO_DEFERRED_STORES.
5048
28954179
AC
5049 * gdbint.texinfo (Target Architecture Definition): Delete
5050 references to DEPRECATED_FIX_CALL_DUMMY.
5051
434b87dd
AC
5052 * gdbint.texinfo (Target Architecture Definition): Delete
5053 description of DEPRECATED_CALL_DUMMY_WORDS,
5054 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
5055
58d28df8
AC
5056 * gdbint.texinfo (Target Architecture Definition): Delete
5057 description of DEPRECATED_PUSH_DUMMY_FRAME.
5058
e4a2df64
AC
5059 * gdbint.texinfo (Target Architecture Definition): Delete
5060 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
5061
2b4855ab
AC
50622004-05-07 Andrew Cagney <cagney@redhat.com>
5063
5064 * observer.texi (GDB Observers): Add "Debugging" section. Include
5065 cross reference to "set/show debug observer".
5066 * gdb.texinfo (Debugging Output): Document "set/show debug
5067 observer".
5068
fcf70625
AC
50692004-05-01 Andrew Cagney <cagney@redhat.com>
5070
5071 * gdbint.texinfo (Target Architecture Definition): Delete
5072 description of DEPRECATED_PC_IN_SIGTRAMP.
5073
8ee56bcf
AC
50742004-04-30 Andrew Cagney <cagney@redhat.com>
5075
5076 * gdbint.texinfo (Target Architecture Definition): Delete
5077 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
5078
67ab9a76
OF
50792004-04-30 Orjan Friberg <orjanf@axis.com>
5080
5081 * observer.texi (GDB Observers): Correct spelling.
5082
79346bcb
OF
50832004-04-26 Orjan Friberg <orjanf@axis.com>
5084
5085 * observer.texi (GDB Observers): Add target_changed event.
5086
7a464420
AC
50872004-04-08 Andrew Cagney <cagney@redhat.com>
5088
5089 * observer.texi (GDB Observers): Rework, provide generic observer
5090 definitions and then a list of observable events.
5091
6cdf9d98
AC
50922004-04-04 Andrew Cagney <cagney@redhat.com>
5093
5094 * gdbint.texinfo (Host Definition): Delete reference to
5095 NO_SIGINTERRUPT.
5096
ddc135a4
AC
50972004-04-02 Andrew Cagney <cagney@redhat.com>
5098
5099 * gdbint.texinfo (Target Architecture Definition): Delete
5100 reference to DEPRECATED_CALL_DUMMY_LENGTH.
5101
6a1b180d
SC
51022004-03-28 Stephane Carrez <stcarrez@nerim.fr>
5103
5104 * gdb.texinfo (TUI Commands): Document tui reg commands.
5105
d0d5df6f
AC
51062004-03-26 Andrew Cagney <cagney@redhat.com>
5107
5108 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
5109 "gdbtui".
5110 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
5111 (Contributors): Mention both Text and Terminal User Interface.
5112
aa2a3f87
AC
51132004-03-23 Andrew Cagney <cagney@redhat.com>
5114
5115 * gdbint.texinfo (Target Architecture Definition): Deprecate
5116 references to SIGTRAMP_START and SIGTRAMP_END.
5117
f561f026
AC
51182004-03-23 Andrew Cagney <cagney@redhat.com>
5119
5120 * gdbint.texinfo (Target Architecture Definition): Deprecate
5121 references to PC_IN_SIGTRAMP.
5122
33cb8b0f
AC
51232004-03-19 Andrew Cagney <cagney@redhat.com>
5124
5125 * gdbint.texinfo (Target Architecture Definition): Delete
5126 reference to GDB_TARGET_IS_HPPA.
5127
fc989b7a
AC
51282004-03-18 Andrew Cagney <cagney@redhat.com>
5129
5130 * gdbint.texinfo (Coding): Update section on gdbarch_data,
5131 describe pre_init and post_init.
5132
701b08bb
DJ
51332004-03-09 Daniel Jacobowitz <drow@mvista.com>
5134
5135 * gdb.texinfo (Debugging Output): Document values for "set debug
5136 target".
5137
faae5abe
AC
51382004-02-28 Andrew Cagney <cagney@redhat.com>
5139
5140 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
5141
dd79a6cf
JJ
51422004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5143
5144 * gdb.texinfo (breakpoints): Add information about the
5145 new "set breakpoint pending" and "show breakpoint pending"
5146 commands.
5147
e7f16015
AC
51482004-02-26 Andrew Cagney <cagney@redhat.com>
5149
5150 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
5151 in Per-architecture module data section.
5152
7161a3a6
RM
51532004-02-25 Roland McGrath <roland@redhat.com>
5154
5155 * gdb.texinfo (General Query Packets): Document qPart:... packets.
5156
2154891a
AC
51572004-02-24 Andrew Cagney <cagney@redhat.com>
5158
5159 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
5160 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
5161 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 5162
6c74ac8b
AC
51632004-02-17 Andrew Cagney <cagney@redhat.com>
5164
5165 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
5166
19772a2c
AC
51672004-02-16 Andrew Cagney <cagney@redhat.com>
5168
5169 * gdbint.texinfo (Target Architecture Definition): Deprecate
5170 FRAMELESS_FUNCTION_INVOCATION.
5171
c9830293
AC
51722004-02-16 Andrew Cagney <cagney@redhat.com>
5173
5174 * gdbint.texinfo (Coding): Mention -Wunused-function.
5175
b9d26eb9
AC
51762004-02-14 Andrew Cagney <cagney@redhat.com>
5177
5178 * gdbint.texinfo (Target Architecture Definition): Delete
5179 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5180
49efadf5
EZ
51812004-02-12 Elena Zannoni <ezannoni@redhat.com>
5182
5183 * gdb.texinfo: Properly quote the name "C++".
5184 * gdbint.texinfo: Ditto.
5185 * stabs.texinfo: Ditto.
5186
1eb288ea
EZ
51872004-02-11 Elena Zannoni <ezannoni@redhat.com>
5188
5189 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5190 minimal information about libiberty.
5191
e4937fc1
MC
51922004-02-06 Michael Chastain <mec.gnu@mindspring.com>
5193
5194 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5195
a9331b3f
RM
51962004-02-04 Roland McGrath <roland@redhat.com>
5197
5198 * gdb.texinfo (Auxiliary Vector): New node (section).
5199 (Data): Add it to the menu.
5200
2650777c
JJ
52012004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5202
5203 * gdb.texinfo (Breakpoints): Add information about pending
5204 breakpoint support.
5205
b4501125
AC
52062004-01-26 Andrew Cagney <cagney@redhat.com>
5207
5208 * gdb.texinfo (Overview): Delete references to the cisco protocol
5209 including the "N" response.
5210
74055713
AC
52112004-01-26 Andrew Cagney <cagney@redhat.com>
5212
5213 * gdbint.texinfo (Target Architecture Definition): Rename
5214 EXTRACT_STRUCT_VALUE_ADDRESS to
5215 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 5216
3bbe9696
EZ
52172004-01-24 Eli Zaretskii <eliz@gnu.org>
5218
5219 * gdb.texinfo (KOD): Document "show os". Add index entries for
5220 "set/show os" and "info cisco" commands.
5221
5843504f
EZ
52222004-01-21 Eli Zaretskii <eliz@gnu.org>
5223
5224 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5225
9175c9a3
MC
52262004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5227
5228 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5229 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5230
8e94b928
NR
52312004-01-19 Nick Roberts <nick@nick.uklinux.net>
5232
5233 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5234 -stack-list-locals.
5235 (GDB/MI Variable Objects): Describe extension to
5236 -var-list-children.
5237
a20cf136
DJ
52382004-01-17 Daniel Jacobowitz <drow@mvista.com>
5239
5240 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5241
afb18d0f
AC
52422004-01-17 Andrew Cagney <cagney@redhat.com>
5243
5244 * gdbint.texinfo (Target Architecture Definition): Delete
5245 documentation on DEPRECATED_NPC_REGNUM.
5246
b51970ac
DJ
52472004-01-13 Daniel Jacobowitz <drow@mvista.com>
5248
5249 * gdb.texinfo: Update copyright year. Mention that set
5250 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5251 "set follow-fork-mode ask".
5252
0f0cffd2
AC
52532004-01-13 Andrew Cagney <cagney@redhat.com>
5254
5255 * gdbint.texinfo: Update copyright year.
5256 (Coding): Add -Wunused-label to list of -Werror warnings.
5257
c552b3bb 52582004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 5259 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
5260
5261 * gdb.texinfo: Update copyright.
5262 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5263 around names, as appropriate. Minor syntax cleanup of
5264 _NSPrintForDebugger explanation. Two spaces after periods.
5265 GDBN used instead of lit. "gdb". Index entries added for
5266 print-object and _NSPrintForDebugger. @noindent added in one spot.
5267
afe157ca
EZ
52682003-11-11 Elena Zannoni <ezannoni@redhat.com>
5269
5270 * stabs.texinfo: Add dircategory and direntry commands.
5271 * annotate.texinfo: Ditto.
5272
963e2bb7
AC
52732003-11-10 Andrew Cagney <cagney@redhat.com>
5274
5275 * gdbint.texinfo (Target Architecture Definition): Replace the
5276 return_value method's "inval" and "outval" parameters with
5277 "readbuf" and "writebuf".
5278
1d8b2f28
JB
52792003-10-28 Jim Blandy <jimb@redhat.com>
5280
5281 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5282 from "The `F' request packet" and "The `F' reply packet", to make
5283 texi2dvi happy.
5284 (File-I/O remote protocol extension): Update menu entries, too.
5285
36d86913
MC
52862003-10-26 Michael Chastain <mec@shout.net>
5287
5288 * gdb.texinfo (Thread Stops): Document the issue with
5289 premature return from system calls in multi-threaded programs.
5290
ce2826aa
AC
52912003-10-24 Andrew Cagney <cagney@redhat.com>
5292
5293 * annotate.texinfo: Fix "fortunatly"[sic].
5294
f24c5e49
KI
52952003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5296
5297 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5298 with "Hitachi" and "Mitsubishi".
5299
92ad9cd9
AC
53002003-10-20 Andrew Cagney <cagney@redhat.com>
5301
5302 * gdbint.texinfo (Target Architecture Definition): Document
5303 gdbarch_return_value. Add cross references from
5304 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5305 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5306
0ab4b752
MK
53072003-10-18 Mark Kettenis <kettenis@gnu.org>
5308
5309 * gdbint.texinfo (Target Architecture Definition): Document
5310 regset_from_core_section.
fb3e19c0
KI
5311
53122003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5313
5314 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5315
a9331b3f 53162003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5317
5318 From Anthony Green <green@redhat.com>:
5ae4183a 5319 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5320
1485d690
KB
53212003-10-14 Kevin Buettner <kevinb@redhat.com>
5322
889bf7c5
PA
5323 * gdb.texinfo (Breakpoint related warnings): New node.
5324 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5325
86d30acc
DJ
53262003-10-13 Daniel Jacobowitz <drow@mvista.com>
5327
5328 * gdb.texinfo (Remote Protocol): Document v and vCont.
5329
172c2a43
KI
53302003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5331
5332 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5333 * gdbint.texinfo: Ditto.
5334
71952f4c
AC
53352003-10-09 Andrew Cagney <cagney@redhat.com>
5336
5337 From 2003-09-18 David Anderson <davea@sgi.com>:
5338 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5339 "command".
5340
268e2188
AC
53412003-10-03 Andrew Cagney <cagney@redhat.com>
5342
5343 * gdbint.texinfo (Target Architecture Definition): Deprecate
5344 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5345 just target.
5346
12c266ea 53472003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5348
f30992d4 5349 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5350 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5351 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5352 * gdbint.texinfo (Target Architecture Definition): Rename
5353
53542003-09-30 Andrew Cagney <cagney@redhat.com>
5355
f30992d4 5356 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5357 (Target Architecture Definition):
f30992d4 5358
2e092625
AC
5359 * gdbint.texinfo (Target Architecture Definition): Rename
5360 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5361
0717ae8a
AC
53622003-09-29 Andrew Cagney <cagney@redhat.com>
5363
dad809b7
AC
5364 * gdbint.texinfo (Target Architecture Definition): Delete
5365 documentation for NEED_TEXT_START_END.
5366
0717ae8a
AC
5367 * gdbint.texinfo (Target Architecture Definition): Rename
5368 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5369 TARGET_WRITE_PC.
a9331b3f 5370
af6cf26d
MC
53712003-09-22 Michael Chastain <mec@shout.net>
5372
5373 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5374
ee206350
AG
53752003-09-21 Anthony Green <green@redhat.com>
5376
5377 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5378
a38c9fe6
MK
53792003-09-21 Mark Kettenis <kettenis@gnu.org>
5380
5381 * gdbint.texinfo (Target Architecture Definition): Document
5382 stabs_argument_has_addr.
5383
77949794
AC
53842003-09-18 Andrew Cagney <cagney@redhat.com>
5385
5386 * gdbint.texinfo (Target Architecture Definition): Delete
5387 documentation on REGISTER_NAMES.
5388
8e823e25
MK
53892003-09-13 Mark Kettenis <kettenis@gnu.org>
5390
5391 * gdbint.texinfo (Target Architecture Definition): Replace
5392 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5393
f27dd7fd
AC
53942003-09-11 Andrew Cagney <cagney@redhat.com>
5395
5396 * gdbint.texinfo (Target Architecture Definition): Replace
5397 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5398
8b148df9
AC
53992003-08-18 Andrew Cagney <cagney@redhat.com>
5400
5401 * gdbint.texinfo (Target Architecture Definition): Document
5402 "frame_red_zone_size".
5403
25d29d70
AC
54042003-08-09 Andrew Cagney <cagney@redhat.com>
5405
5406 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5407 with "set/show backtrace past-main" and "set/show backtrace
5408 limit".
5409
c938e9b0
L
54102003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5411
5412 * Makefile.in (install-info): Support DESTDIR.
5413 (install-html): Likewise.
5414
64fabec2
AC
54152003-08-07 Andrew Cagney <cagney@redhat.com>
5416
5417 Patch from Nick Roberts.
5418 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5419 bindings. Remove description of send-gdb-command.
5420
2fcf52f0
AC
54212003-08-07 Andrew Cagney <cagney@redhat.com>
5422
5423 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5424 GDB 6.0.
5425
086432e2
AC
54262003-08-06 Andrew Cagney <cagney@redhat.com>
5427
5428 * gdb.texinfo (Mode Options): Mention that level three is the
5429 highest available and that level 2 is deprecated.
5430 (Annotations Overview): Mention annotation levels. Cross reference
5431 to "Limitations of the Annotation Interface" in annotate.texi.
5432 (TODO, Value Annotations, Frame Annotations): Delete section.
5433 (Displays, Breakpoint Info): Delete.
5434
e5249f67
AC
54352003-08-04 Andrew Cagney <cagney@redhat.com>
5436
5437 * agentexpr.texi: Delete @bye.
5438 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5439 (stabs.info): Add $(srcdir) to include search path.
5440 (html): Depend on "annotate_toc.html", and not "annotate.html".
5441 * stabs.texinfo: Ditto. Include "fdl.texi".
5442 * gdbint.texinfo: Update copyright statement's list of invariant
5443 sections.
5444
e6f672d2
AC
54452003-07-28 Andrew Cagney <cagney@redhat.com>
5446
5447 * Makefile.in (INFO_DEPS): Add annotate.info.
5448 (dvi, ps, html, pdf): Add annotate.
5449 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5450 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5451 (ANNOTATE_DOC_FILES): New macro.
5452 (ANNOTATE_TEX_TMPS): New macro.
5453 (annotate.info, annotate_toc.html): Specify dependencies.
5454 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5455 * annotate.texinfo: Rename annotate.texi. Get building. Add
5456 "Migrating to GDB/MI" and "Limitations of the Annotation
5457 Interface" chapters. Mention why it is not part of the user
5458 guide. Update copyright notice. Include "fdl.texi".
5459
72ffddc9
SC
54602003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5461
5462 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5463
a9f12a31
DJ
54642003-07-24 Daniel Jacobowitz <drow@mvista.com>
5465
5466 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5467
b1fe9455
DJ
54682003-07-24 Daniel Jacobowitz <drow@mvista.com>
5469
5470 * gdb.texinfo (Server): Mention pidof.
5471
153721e6
AC
54722003-07-22 Andrew Cagney <cagney@redhat.com>
5473
5474 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5475 list.
5476
0fac0b41
DJ
54772003-06-28 Daniel Jacobowitz <drow@mvista.com>
5478
5479 * gdb.texinfo (Logging output): New chapter.
5480
4e562065
JB
54812003-06-24 Joel Brobecker <brobecker@gnat.com>
5482
5483 * gdb.texinfo (Unsupported languages): New section.
5484 (Languages): Add link to new section.
5485
f2c06f52
AC
54862003-06-22 Andrew Cagney <cagney@redhat.com>
5487
5488 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5489
b4177fca
DJ
54902003-06-22 Daniel Jacobowitz <drow@mvista.com>
5491
5492 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5493
f418dd93
DJ
54942003-06-22 Daniel Jacobowitz <drow@mvista.com>
5495
5496 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5497 * agentexpr.texi: Retitle section, and change it to an appendix.
5498 Comment out texinfo initialization. Factor a @var{} into two
5499 pieces to prevent makeinfo warnings.
5500 * gdb.texinfo: Add Agent Expressions appendix.
5501
4ca61388
DJ
55022003-06-19 Daniel Jacobowitz <drow@mvista.com>
5503
5504 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5505
07f31aa6
DJ
55062003-06-18 Daniel Jacobowitz <drow@mvista.com>
5507
5ae4183a 5508 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5509 remote target". Document the "detach" and "disconnect" commands.
5510 (Server, Netware, Debug Session): Reference "Connecting to a
5511 remote target".
5512 (GDB/MI Target Manipulation): Document "-target-disconnect".
5513
2dd0da42
AC
55142003-06-13 Andrew Cagney <cagney@redhat.com>
5515
5516 * gdbint.texinfo (Target Architecture Definition): Deprecate
5517 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5518 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5519
e7a3abfc
JB
55202003-06-09 Jim Blandy <jimb@redhat.com>
5521
5522 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5523
25e3a86b
AC
55242003-06-08 Andrew Cagney <cagney@redhat.com>
5525
5526 * gdbint.texinfo (Target Architecture Definition): Delete
5527 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5528
a9e5fdc2
AC
55292003-06-08 Andrew Cagney <cagney@redhat.com>
5530
5531 * gdbint.texinfo (Target Architecture Definition): Document
5532 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5533
b37303ee
AF
55342003-06-07 Adam Fedor <fedor@gnu.org>
5535
5536 * gdb.texinfo: Add Objective-C documentation.
5537
39fe6e80
AC
55382003-06-01 Andrew Cagney <cagney@redhat.com>
5539
5540 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5541 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5542
125309b2
AC
55432003-05-21 Andrew Cagney <cagney@redhat.com>
5544
5545 * gdbint.texinfo (Target Architecture Definition): Delete
5546 references to "extract_address" and "store_address".
5547
b8b527c5
AC
55482003-05-16 Andrew Cagney <cagney@redhat.com>
5549
5550 * gdbint.texinfo (Target Architecture Definition): Replace
5551 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5552 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5553
50e3ee83
TR
55542003-05-14 Theodore A. Roth <troth@openavr.org>
5555
5556 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5557
44e2be90
L
55582003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5559
5560 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5561 (gdb.dvi): Likewise.
5562 (gdb.pdf): Likewise.
5563 (links2roff): Likewise.
5564
df5215a6
JB
55652003-05-08 Jim Blandy <jimb@redhat.com>
5566
5567 * gdb.texinfo (Dump/Restore Files): Update documentation for
5568 'dump', 'append', and 'restore': note that format argument is
5569 optional; simplify presentation of the command variants; and be
5570 more precise about the formats.
5571
5e7b2f39
JB
55722003-05-07 Jim Blandy <jimb@redhat.com>
5573
5574 * gdb.texinfo (Symbols): Update documentation: 'maint list
5575 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5576 symtabs' and 'maint info psymtabs'.
5577
b1e29e33
AC
55782003-05-05 Andrew Cagney <cagney@redhat.com>
5579
5580 * gdbint.texinfo (Target Architecture Definition): Make
5581 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5582 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5583 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5584
00905d52
AC
55852003-05-04 Andrew Cagney <cagney@redhat.com>
5586
5587 * gdb.texinfo (Maintenance Commands): Document "maint print
5588 dummy-frames".
5589
54ff5908
AC
55902003-05-04 Andrew Cagney <cagney@redhat.com>
5591
5592 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5593
32e7087d
JB
55942003-05-03 J. Brobecker <brobecker@gnat.com>
5595
5596 Thierry Schneider <tpschneider1@yahoo.com>
5597 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5598 for new MI command.
5599
7043d8dc
AC
56002003-05-03 Andrew Cagney <cagney@redhat.com>
5601
5602 * gdbint.texinfo (Target Architecture Definition): Document
5603 push_dummy_code. Add cross references.
5604
e33d66ec
EZ
56052003-05-02 Elena Zannoni <ezannoni@redhat.com>
5606
5607 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5608 set/show charsets commands.
5609
0ba6dca9
AC
56102003-04-28 Andrew Cagney <cagney@redhat.com>
5611
5612 * gdbint.texinfo (Target Architecture Definition): Replace
5613 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5614 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5615
d7a27068
AC
56162003-04-28 Andrew Cagney <cagney@redhat.com>
5617
5618 * gdbint.texinfo (Target Architecture Definition): Rename
5619 "tm_print_insn" to "deprecated_tm_print_insn".
5620
44ea7b70
JB
56212003-04-09 Jim Blandy <jimb@redhat.com>
5622
5623 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5624 list psymtabs'.
5625
fb8f8949
AC
56262003-04-08 Andrew Cagney <cagney@redhat.com>
5627
5628 * gdbint.texinfo (Target Architecture Definition): Delete
5629 references to EXTRA_FRAME_INFO.
5630
32fb0f22
AC
56312003-04-08 Andrew Cagney <cagney@redhat.com>
5632
5633 * gdbint.texinfo (Target Architecture Definition): Delete
5634 PRINT_TYPELESS_INTEGER.
5635
6be67e67
JB
56362003-04-02 J. Brobecker <brobecker@gnat.com>
5637
5638 * observer.texi (GDB Observers): Adjust the documentation for the
5639 normal_stop notification to better describe reality. Fix a couple
5640 of minor typos.
5641
4e35d5f0
BR
56422003-04-02 Bob Rossi <bob_rossi@cox.net>
5643
a9331b3f 5644 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5645 '-file-list-exec-source-file'
5646
e8a8712a
AC
56472003-03-31 Andrew Cagney <cagney@redhat.com>
5648
5649 * gdbint.texinfo (Target Architecture Definition): Delete
5650 references to CALL_DUMMY_P.
5651
6c0e89ed
AC
56522003-03-30 Andrew Cagney <cagney@redhat.com>
5653
5654 * gdbint.texinfo (Target Architecture Definition): Remove
5655 reference to TARGET_WRITE_SP.
a9331b3f 5656
378bfd1b
AC
56572003-03-27 Andrew Cagney <cagney@redhat.com>
5658
5659 * gdbint.texinfo (Target Architecture Definition): Remove
5660 references to write_sp.
6c0e89ed 5661
922fbb7b
AC
56622003-03-27 Andrew Cagney <cagney@redhat.com>
5663
5664 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5665 chapter body. Use @smallexample instead of @example.
5666 (Annotations): Ditto.
5667 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5668 annotate.texi.
5669
b81774d8
AC
56702003-03-26 Andrew Cagney <cagney@redhat.com>
5671
5672 * gdbint.texinfo (Target Architecture Definition): Replace
5673 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5674 dummy_addr parameters.
5675
1bf6d5cc
AC
56762003-03-25 Andrew Cagney <cagney@redhat.com>
5677
5678 * gdbint.texinfo (Target Architecture Definition): Delete
5679 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5680 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5681 Add reference to PUSH_ARGUMENTS.
5682
618ce49f
AC
56832003-03-23 Andrew Cagney <cagney@redhat.com>
5684
5685 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5686 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5687
bcd7e15f
JB
56882003-03-18 J. Brobecker <brobecker@gnat.com>
5689
5690 * gdbint.texinfo (Algorithms): Add new section describing the
5691 Observer paradigm.
5692 (Top): Add menu entry to new observer appendix.
5693 * observer.texi: New file.
5694 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5695 new observer.texi file.
5696
9fe8321b
AC
56972003-03-17 Andrew Cagney <cagney@redhat.com>
5698
5699 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5700 that GNU Press update the manual version number.
5701
ac2adee5
AC
57022003-03-12 Andrew Cagney <cagney@redhat.com>
5703
5704 * gdbint.texinfo (Target Architecture Definition): Delete
5705 references to get_saved_register. Rename GET_SAVED_REGISTER to
5706 DEPRECATED_GET_SAVED_REGISTER.
5707
749b82f6
AC
57082003-03-13 Andrew Cagney <cagney@redhat.com>
5709
5710 * gdbint.texinfo (Target Architecture Definition): Replace
5711 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5712
8bedc050
AC
57132003-03-12 Andrew Cagney <cagney@redhat.com>
5714
5715 * gdbint.texinfo (Target Architecture Definition): Rename
5716 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5717
0ce1b118
CV
57182003-03-10 Corinna Vinschen <vinschen@redhat.com>
5719
5720 * gdb.texinfo: Add File-I/O documentation.
5721
12cc2063
AC
57222003-03-10 Andrew Cagney <cagney@redhat.com>
5723
5724 * gdbint.texinfo (Target Architecture Definition): Cross reference
5725 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5726
7453dc06
AC
57272003-03-07 Andrew Cagney <cagney@redhat.com>
5728
5729 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5730 frame" command.
5731
6314f104
AC
57322003-03-05 Andrew Cagney <cagney@redhat.com>
5733
5734 * gdbint.texinfo (Target Architecture Definition): Document
5735 unwind_dummy_id. Cross reference unwind_dummy_id and
5736 SAVE_DUMMY_FRAME_TOS.
5737
f1212245
DJ
57382003-03-05 James Ingham <jingham@apple.com>
5739 Daniel Jacobowitz <drow@mvista.com>
5740
5741 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5742 and "show cp-abi".
5743
77e7e267
AC
57442003-03-03 Andrew Cagney <cagney@redhat.com>
5745
5746 * gdbint.texinfo (Target Architecture Definition): Document
5747 register_type.
5748
838a8221
AC
57492003-03-03 Andrew Cagney <cagney@redhat.com>
5750
5751 * stabs.texinfo (Structures): Use @samp and separate @var's
5752 instead of a single @var containing a comma separated list.
5753 (Unions): Ditto.
5754
d7f4a264
DJ
57552003-03-02 Daniel Jacobowitz <drow@mvista.com>
5756
5757 * Makefile.in (distclean): Remove config.log.
5758
f30ee0bc
AC
57592003-03-01 Andrew Cagney <cagney@redhat.com>
5760
5761 * gdbint.texinfo (Target Architecture Definition): Rename
5762 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5763
57642003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5765
5766 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5767 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5768
be448670
CF
57692003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5770
5771 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5772 (Non-debug DLL symbols): New node, describing the minimal symbols
5773 loaded from DLLs without real debugging symbols.
5774
501eef12
AC
57752003-02-20 Andrew Cagney <ac131313@redhat.com>
5776
5777 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5778 hardware-breakpoint-limit".
5779 (Set Watchpoints): Add cross reference to "set remote
5780 hardware-watchpoint-limit".
5781 (Remote configuration options): New section.
5782
21c294e6
AC
57832003-02-04 Andrew Cagney <ac131313@redhat.com>
5784
e9be73e4
AC
5785 * gdbint.texinfo (Target Architecture Definition): Delete
5786 descrption of IS_TRAPPED_INTERNALVAR.
5787
21c294e6
AC
5788 From Keith Seitz <keiths@redhat.com>:
5789 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5790 option "-i"/"--interpreter" to this chapter. Include index
5791 entries.
5792
0179ffac
DC
57932003-02-04 David Carlton <carlton@math.stanford.edu>
5794
5795 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5796 (Variables): Recommend stabs+ and DWARF 2.
5797 (C plus plus expressions): Correct info about
5798 compiler versions, debug formats.
5799 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5800 PR symtab/874.
5801
7ca9f392
AC
58022003-02-01 Andrew Cagney <ac131313@redhat.com>
5803
5804 * gdbint.texinfo (Target Architecture Definition): Delete
5805 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5806 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5807 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5808 references to nindy and i960.
5809 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5810
31a85ea2
AC
58112003-02-01 Andrew Cagney <ac131313@redhat.com>
5812
5813 * gdbint.texinfo (Target Architecture Definition): Delete
5814 FLOAT_INFO.
5815
6b894e49
AC
58162003-01-30 Andrew Cagney <ac131313@redhat.com>
5817
5818 * stabs.texinfo (Member Type Descriptor): Clarify description of
5819 `@'. Suggested by Ben Hutchings.
5820
c48861fb
AC
58212003-01-29 Andrew Cagney <ac131313@redhat.com>
5822
5823 * gdb.texinfo (M68K): Delete reference to es1800.
5824
617073a9
AC
58252003-01-29 Andrew Cagney <ac131313@redhat.com>
5826
5827 * gdb.texinfo (Maintenance Commands): Document `maint print
5828 reggroups' and `maint print register-groups'.
5829 * gdbint.texinfo (Target Architecture Definition): Document
5830 register_reggroup_p.
5831
5b5d99cf
JB
58322003-01-23 Jim Blandy <jimb@redhat.com>
5833
5834 * gdb.texinfo (Separate Debug Files): New section.
5835
e7ba9c65
DJ
58362003-01-22 Daniel Jacobowitz <drow@mvista.com>
5837
5838 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5839 and "maint show profile".
5840
94e91d6d
MC
58412003-01-16 Michael Chastain <mec@shout.net>
5842
5843 * gdb.texinfo (Installing GDB): Warn against
5844 ".../gdb-VERSION/gdb/configure".
5845 (Separate Objdir): Likewise.
5846
867f3898
AC
58472003-01-15 Andrew Cagney <ac131313@redhat.com>
5848
5849 * gdbint.texinfo (Target Architecture Definition): Delete
5850 definition of PRINT_REGISTER_HOOK.
5851
f153cc92
EZ
58522003-01-15 Elena Zannoni <ezannoni@redhat.com>
5853
5854 (OpenRISC 1000): Fix formatting of command names.
5855
c60eb6f1
EZ
58562003-01-15 Elena Zannoni <ezannoni@redhat.com>
5857
5858 * gdb.texinfo (Continuing and Stepping): Add new command
5859 'advance'. Clarify behavior of 'until'.
5860
f5ebfba0
DJ
58612003-01-13 Daniel Jacobowitz <drow@mvista.com>
5862
5863 * gdb.texinfo (Files): Document solib-absolute-prefix and
5864 solib-search-path.
5865
4ce8657e
MC
58662003-01-09 Michael Chastain <mec@shout.net>
5867
5868 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5869 (Create a Release): Add new instructions for new @file{src-release}.
5870 Document existing instructions for @file{Makefile.in} as
5871 being for @value{GDBN} 5.3.1 or earlier.
5872
372613e3
AC
58732003-01-09 Andrew Cagney <ac131313@redhat.com>
5874
5875 * gdbint.texinfo (Target Architecture Definition): Mention
5876 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5877 allocate memory.
5878
b4e9345d
DJ
58792003-01-04 Daniel Jacobowitz <drow@mvista.com>
5880
5881 * gdb.texinfo (Controlling GDB): Add @kindex for
5882 "show osabi".
5883 (Backtraces): Add @kindex's for backtrace-below-main.
5884
98b45e30
DJ
58852003-01-04 Daniel Jacobowitz <drow@mvista.com>
5886
5887 * gdb.texinfo (Controlling GDB): Document "set osabi".
5888
95f90d25
DJ
58892003-01-04 Daniel Jacobowitz <drow@mvista.com>
5890
5891 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5892 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5893
1e698235
DJ
58942003-01-04 Daniel Jacobowitz <drow@mvista.com>
5895
5896 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5897 "set coerce-float-to-double".
5898 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5899
e632838e
AC
59002003-01-02 Andrew Cagney <ac131313@redhat.com>
5901
5902 * stabs.texinfo: Remove obsolete text.
5903 * gdbint.texinfo: Ditto.
5904 * gdb.texinfo: Ditto.
5905
c133ab7a
MK
59062002-12-22 Mark Kettenis <kettenis@gnu.org>
5907
5908 * gdbint.texinfo (Target Architecture Definition): Update
5909 description of gdbarch_register_osabi.
5910
f821f325
KH
59112002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5912
5913 * agentexpr.texi: Fix typos.
5914 * annotate.texi: Likewise.
5915 * fdl.texi: Likewise.
5916
85a6d8d3 59172002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5918
5919 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5920 DEPRECATED_INIT_FRAME_PC.
5921
ae45cd16
AC
59222002-12-01 Andrew Cagney <ac131313@redhat.com>
5923
5924 * gdbint.texinfo (Target Architecture Definition): Delete
5925 PC_IN_CALL_DUMMY.
5926
07555a72
AC
59272002-11-28 Andrew Cagney <ac131313@redhat.com>
5928
5929 * gdbint.texinfo (Host Definition): Delete documentation on
5930 USE_GENERIC_DUMMY_FRAMES.
5931
c166cdc7
EZ
59322002-11-26 Elena Zannoni <ezannoni@redhat.com>
5933
5ae4183a 5934 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5935 * Makefile.in (install-info): Run the install-info command as part
5936 of the post install steps only.
5937 (uninstall-info): New target.
5938 (uninstall): New target.
5939
35db0260
EZ
59402002-11-22 Elena Zannoni <ezannoni@redhat.com>
5941
5942 * Makefile.in (install): Make install do some real work.
5943
9ba8d803
AC
59442002-11-19 Andrew Cagney <ac131313@redhat.com>
5945
5946 Fix POSIX problem reported by Paul Eggert.
5947 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5948 Fix PR gdb/527.
5949
903ad3a6
AC
59502002-10-26 Andrew Cagney <cagney@redhat.com>
5951
5952 * gdbint.texinfo (Target Architecture Definition): Delete
5953 definition of DO_REGISTERS_INFO.
5954
f2abfe65
KB
59552002-10-18 Kevin Buettner <kevinb@redhat.com>
5956
5957 * gdbint.texinfo (Address Classes): Fix problems with insertion
5958 of ``{'' and ``}'' in example.
5959
b5b0480a
KB
59602002-10-17 Kevin Buettner <kevinb@redhat.com>
5961
5962 * gdbint.texinfo (Address Classes): New section.
5963 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5964 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5965 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5966 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5967
c85508ee
KD
59682002-10-11 Klee Dienes <kdienes@apple.com>
5969
5970 * gdb.texinfo (Registers): Mention vector registers as well as
5971 floating registers in the documentation for 'info registers' and
5972 'info all-registers'.
5973
6d12fc3d
DJ
59742002-10-11 Daniel Jacobowitz <drow@mvista.com>
5975
5976 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5977
8d19fbd2
JJ
59782002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5979
5980 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5981 interface definition.
5982
a37295f9
MM
59832002-10-03 Marko Mlinar <markom@opencores.org>
5984
5985 * gdb.texinfo (Target Commands): Add or1k target specific
5986 commands.
5987 * gdb.texinfo (Contributors): Add myself to the contributors list.
5988
da0f9dcd
AC
59892002-10-01 Andrew Cagney <ac131313@redhat.com>
5990
5991 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5992 and "mi1" instead of "mi1" and "mi0".
5993
2e834e49
HPN
59942002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5995
5996 * gdb.texinfo (Packets): Fix typos "alligned".
5997 Correct z3/Z3 description. Correct z4/Z4 title.
5998
050be0dc
AC
59992002-09-27 Andrew Cagney <ac131313@redhat.com>
6000
6001 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
6002
1104b9e7
KB
60032002-09-25 Kevin Buettner <kevinb@redhat.com>
6004
6005 * gdb.texinfo: Use GNU/Linux instead of Linux.
6006
512217c7
AC
60072002-09-25 Andrew Cagney <ac131313@redhat.com>
6008
6009 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
6010
10998722
AC
60112002-09-24 Andrew Cagney <ac131313@redhat.com>
6012
512217c7 6013 * gdb.texinfo: Replace @example with @smallexample.
10998722 6014
a0eb71c5
KB
60152002-09-20 Kevin Buettner <kevinb@redhat.com>
6016
f7dc1244 6017 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
6018 * gdb.texinfo (Character Sets): Use @smallexample instead of
6019 @example. Use GNU/Linux instead of Linux.
6020
60212002-09-20 Jim Blandy <jimb@redhat.com>
6022
6023 * gdb.texinfo: Add character set documentation.
6024
2f870471
AC
60252002-09-19 Andrew Cagney <ac131313@redhat.com>
6026
6027 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
6028 (Packets): Add cross reference from `b' packet to `z' packets.
6029
790eb8f5
AC
60302002-09-19 Andrew Cagney <ac131313@redhat.com>
6031
8d30a00d
AC
6032 * gdb.texinfo (Maintenance Commands): Document ``maint
6033 internal-error'' and ``maint internal-warning''.
6034
790eb8f5
AC
6035 * gdbint.texinfo (Target Architecture Definition): Revise
6036 description of STACK_ALIGN. Add description of FRAME_ALIGN.
6037
a23a7bf1
JB
60382002-09-19 Joel Brobecker <brobecker@gnat.com>
6039
6040 * gdbint.texinfo (Target Conditionals): Document the new
6041 NAME_OF_MALLOC macro.
6042
299ffc64
AC
60432002-09-05 Andrew Cagney <ac131313@redhat.com>
6044
6045 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
6046 engineer.
6047
b7bb15bc
SC
60482002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6049
6050 * gdb.texinfo (TUI Overview): Document status line fields.
6051
3d757584
SC
60522002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6053
6054 * gdb.texinfo (TUI Commands): Document info win command.
6055
269c21fe
SC
60562002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6057
6058 * gdb.texinfo (TUI Overview): Document breakpoint markers.
6059
7cf36c78
SC
60602002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6061
6062 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
6063 (TUI Keys): Likewise.
6064
d2c6833e
AC
60652002-08-25 Andrew Cagney <ac131313@redhat.com>
6066
6067 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
6068 for a packet receive.
6069
46d8b1c3
AC
60702002-08-25 Andrew Cagney <ac131313@redhat.com>
6071
6072 * Makefile.in (clean): Move to end of file.
6073 (distclean, maintainer-clean, realclean): Ditto.
6074 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
6075 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
6076 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
6077 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
6078
b0787093
AC
60792002-08-24 Andrew Cagney <ac131313@redhat.com>
6080
6081 * Makefile.in (GDBINT_TEX_TMPS): Define.
6082 (gdbint.dvi, gdbint.pdf): Use
6083 (GDB_TEX_TMPS): Define.
6084 (gdb.dvi, gdb.pdf): Use.
6085 (STABS_TEX_TMPS): Define.
6086 (stabs.dvi, stabs.pdf): Use.
6087 (GDB_DOC_SOURCE_INCLUDES): New macros.
6088 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
6089 (GDBINT_DOC_FILES_INCLUDES): New macros.
6090 (GDBINT_DOC_BUILD_INCLUDES): New macros.
6091 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
6092 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
6093 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
6094 (links2roff): Replace SFILES_INCLUDED with
6095 GDB_DOC_SOURCE_INCLUDES.
6096 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
6097 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
6098 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
6099 dependencies.
6100 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
6101 dependencies.
6102 (gdbmi.texinfo): Delete rule.
6103 (inc-hist.texinfo): Delete rule.
6104 (rluser.texinfo): Delete rule.
6105
ebba8386
AC
61062002-08-23 Andrew Cagney <cagney@redhat.com>
6107
6108 * gdbint.texinfo (Target Architecture Definition): Update
6109 STORE_RETURN_VALUE, mention regcache.
6110
0ab7a791
AC
61112002-08-21 Andrew Cagney <ac131313@redhat.com>
6112
6113 * gdbint.texinfo (Target Architecture Definition): Document
6114 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
6115
ee2d5c50
AC
61162002-08-19 Andrew Cagney <ac131313@redhat.com>
6117
6118 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
6119 Fix minor typos. Add index entries.
6120
53c69bd7
AC
61212002-08-18 Andrew Cagney <ac131313@redhat.com>
6122
6123 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
6124
e76f1f2e
AC
61252002-08-15 Andrew Cagney <ac131313@redhat.com>
6126
6127 * gdbint.texinfo (Target Architecture Definition): Document
6128 PRINT_VECTOR_INFO.
6129 * gdb.texinfo (Vector Unit): Document "info vectors" command.
6130
0680b120
AC
61312002-08-13 Andrew Cagney <ac131313@redhat.com>
6132
6133 * gdb.texinfo (Maintenance Commands): Document "maint print
6134 registers", "maint print raw-registers" and "maint print
6135 cooked-registers".
6136
3c3bea1c
GS
61372002-08-08 Grace Sainsbury <graces@redhat.com>
6138
a9331b3f 6139 From Mark Salter:
3c3bea1c
GS
6140 * gdb.texinfo (Protocol): Document T packet extension to
6141 allow watchpoint address reporting.
6142
42f9b0a5
AC
61432002-08-03 Andrew Cagney <ac131313@redhat.com>
6144
6145 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
6146
db034ac5
AC
61472002-08-01 Andrew Cagney <cagney@redhat.com>
6148
6149 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
6150 to CHILL.
6151
e2b28d04
AC
61522002-08-01 Andrew Cagney <ac131313@redhat.com>
6153
6154 * gdbint.texinfo (Coding): Revise section "Include Files".
6155
7fb623f7
AC
61562002-07-24 Andrew Cagney <cagney@redhat.com>
6157
6158 * gdbint.texinfo: Obsolete references to m88k.
6159 * gdb.texinfo: Ditto.
6160
4a2b4636
JB
61612002-07-10 Joel Brobecker <brobecker@gnat.com>
6162
7fb623f7 6163 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
6164 where the proper version of autoconf can be retrieved.
6165
a71ec265
DH
61662002-07-09 Don Howard <dhoward@redhat.com>
6167
6168 * gdb.texinfo (Command Files): Further describe the behavior of
6169 sourced command files.
6170
b9aa90c9
AC
61712002-06-27 Andrew Cagney <ac131313@redhat.com>
6172
6173 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6174 (Coding): Clarify ISO C version that GDB assumes.
6175
40dd2248
TT
61762002-06-26 Tom Tromey <tromey@redhat.com>
6177
6178 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6179 add_setshow_cmd_full.
6180
bfac230e
DH
61812002-06-25 Don Howard <dhoward@redhat.com>
6182
6183 * gdb.texinfo (Memory Region Attributes): Document new behavior
6184 for 'mem' command.
6185
475b0867
JB
61862002-06-11 Jim Blandy <jimb@redhat.com>
6187
919d772c
JB
6188 * gdb.texinfo (Symbols): Update documentation for `info source'
6189 command.
6190
475b0867
JB
6191 * gdb.texinfo (Macros): Call the command `info macro', not
6192 `show macro'.
6193
ba8c9337
AC
61942002-06-09 Andrew Cagney <ac131313@redhat.com>
6195
6196 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6197 data''.
6198
1029b7fa
MK
61992002-06-09 Mark Kettenis <kettenis@gnu.org>
6200
6201 * gdbint.texinfo (Target Architecture Definition): Document
6202 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6203
16737d73
AC
62042002-06-08 Andrew Cagney <ac131313@redhat.com>
6205
6206 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6207 lists.
6208
30107679
AC
62092002-06-08 Andrew Cagney <ac131313@redhat.com>
6210
6211 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6212 Branch''.
6213
3352e23e
AC
62142002-06-01 Andrew Cagney <ac131313@redhat.com>
6215
6216 * gdbint.texinfo (Target Architecture Definition): Add section
6217 ``Converting an existing Target Architecture to Multi-arch''.
6218
cbb09e6a
AC
62192002-05-30 Andrew Cagney <ac131313@redhat.com>
6220
6221 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6222 to ``Obsoleting code''. Revise.
6223
e2e0bcd1
JB
62242002-05-17 Jim Blandy <jimb@redhat.com>
6225
6226 * gdb.texinfo (C Preprocessor Macros): New chapter.
6227 Include it in the main menu.
6228 (Contributors): Credit Jim Blandy with macro support.
6229 (Compilation): Explain how to get macro information into the
6230 executable.
6231 (Expressions): Note that preprocessor macros are expanded.
6232
9db8d71f
DJ
62332002-05-14 Daniel Jacobowitz <drow@mvista.com>
6234
6235 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6236 options for `target remote'.
6237
6d531722
AC
62382002-05-13 Andrew Cagney <ac131313@redhat.com>
6239
6240 * gdbint.texinfo (Target Architecture Definition): Delete
6241 documentation on NNPC_REGNUM.
6242
13d01224
AC
62432002-05-11 Andrew Cagney <ac131313@redhat.com>
6244
6245 * gdbint.texinfo (Target Architecture Definition): Document
6246 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6247 (Target Architecture Definition): Revise section `Using Different
6248 Register and Memory Data Representations'. Add section `Raw and
6249 Virtual Register Representations'.
6250
b2e75d78
AC
62512002-05-11 Andrew Cagney <ac131313@redhat.com>
6252
6253 * gdbint.texinfo (Target Architecture Definition): Mention
6254 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6255 (Target Architecture Definition): Mention same. Add references to
6256 web pages.
6257
2c8682ee
MS
62582002-05-08 Michael Snyder <msnyder@redhat.com>
6259
6260 * stabs.texinfo (Attributes): Document new "vector" attribute.
6261
0816590b
AC
62622002-05-04 Andrew Cagney <ac131313@redhat.com>
6263
6264 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6265
2653173e
AC
62662002-05-04 Andrew Cagney <ac131313@redhat.com>
6267
6268 * gdb.texinfo: Delete obsolete references to a29k.
6269
d7bd68ca
AC
62702002-04-24 Andrew Cagney <ac131313@redhat.com>
6271
6272 * gdbint.texinfo (Target Architecture Definition): Replace
6273 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6274
21d83aa5
DM
62752002-04-24 David S. Miller <davem@redhat.com>
6276
6277 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6278
7673a6cc
DM
62792002-04-21 David S. Miller <davem@redhat.com>
6280
6281 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6282
d49d1e0a
AC
62832002-04-21 Andrew Cagney <ac131313@redhat.com>
6284
6285 * gdbint.texinfo (Target Architecture Definition): Delete
6286 definition of HAVE_REGISTER_WINDOWS.
6287
f7dc1244 62882002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
6289
6290 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6291 "Theodore A. Roth" <troth@verinet.com>.
6292
5ca0cb28
DH
62932002-04-15 Don Howard <dhoward@redhat.com>
6294
f7dc1244 6295 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6296 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6297 Provide a better explaination of this feature.
5ca0cb28 6298
f208ba17
AC
62992002-04-14 Andrew Cagney <ac131313@redhat.com>
6300
6301 * gdbint.texinfo (Target Architecture Definition): Remove
6302 FRAME_CHAIN_COMBINE.
6303
d5ba91de
MC
63042002-04-12 Michael Chastain <mec@shout.net>
6305
6306 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6307 REG_STACK_SEGMENT.
6308
26818220
MC
63092002-04-09 Michael Chastain <mec@shout.net>
6310
6311 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6312 PYRAMID_* macros.
6313
129188f6
AC
63142002-04-07 Andrew Cagney <ac131313@redhat.com>
6315
6316 * gdb.texinfo (Bug Reporting): Document that the web is the
6317 prefered way of submitting bug reports.
6318 (Bug Reporting): Delete the s-mail address as the last resort.
6319
8227c0ff
AC
63202002-04-05 Andrew Cagney <ac131313@redhat.com>
6321
6322 * gdbint.texinfo (Target Architecture Definition): Delete
6323 references to TARGET_WRITE_FP and write_fp.
6324
16d9dec6
MS
63252002-03-27 Michael Snyder <msnyder@redhat.com>
6326
6327 * gdb.texinfo: Document new commands dump, append, and restore.
6328
9ae8b82c
AC
63292002-03-27 Andrew Cagney <ac131313@redhat.com>
6330
6331 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6332 Branch'.
6333
474c8240
AC
63342002-03-18 Andrew Cagney <ac131313@redhat.com>
6335
6336 * gdb.texinfo: Change all examples to @smallexample.
6337 * gdbint.texinfo: Ditto.
a9331b3f 6338
fb0ff88f
AC
63392002-03-18 Andrew Cagney <ac131313@redhat.com>
6340
6341 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6342 Branches''.
6343
9bb0a4d8
AC
63442002-03-18 Andrew Cagney <ac131313@redhat.com>
6345
6346 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6347 Policy''.
6348
937f164b
FF
63492002-03-04 Fred Fish <fnf@redhat.com>
6350
6351 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6352 expresson, suports, dependant, trhe, perhaphs, situtations,
6353 explictily, taged, oportunity, unfortunatly).
6354
a7b40f07
AC
63552002-02-24 Andrew Cagney <ac131313@redhat.com>
6356
6357 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6358 Remove reference to 3.12.
6359
aab4e0ec
AC
63602002-02-23 Andrew Cagney <ac131313@redhat.com>
6361
6362 * gdbint.texinfo: Include fdl.texi.
6363 (Top): Add GNU Free Documentation License.
6364 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6365 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6366 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6367 (gdbint.info): Add srcdir to include path.
6368 * gdb.texinfo: Include gpl.texi.
6369 (Top): Add Copying.
6370 * gpl.texi: New file.
6371
47b95330
AC
63722002-02-23 Andrew Cagney <ac131313@redhat.com>
6373
6374 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6375
78c47bea
PM
63762002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6377
6378 * gdb.texinfo: Document Cygwin native specific commands.
6379
56460a61
DJ
63802002-02-15 Daniel Jacobowitz <drow@mvista.com>
6381
6382 * gdb.texinfo: Document gdbserver ``--attach'' command.
6383
def71bfa
MS
63842002-02-07 Michael Snyder <msnyder@redhat.com>
6385
6386 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6387 to @code(_ovly_debug_event).
6388
c928edc0
AC
63892002-02-07 Andrew Cagney <ac131313@redhat.com>
6390
6391 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6392
81d46470
MS
63932002-02-06 Michael Snyder <msnyder@redhat.com>
6394
6395 * gdb.texinfo (overlays): Mention new magic symbol
6396 '_ovly_debug_event', which allows GDB to keep better track
6397 of overlays.
6398
f7dc1244 63992002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6400
6401 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6402 Suggested by Dmitry Sivachenko.
6403
6404 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6405
15110bc3
MS
64062002-02-01 Michael Snyder <msnyder@redhat.com>
6407
6408 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6409
6763aef9
MS
64102002-01-30 Michael Snyder <msnyder@redhat.com>
6411
ac282366
MS
6412 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6413 (set trust-readonly-sections): Document.
6763aef9 6414
8642bc8f
AC
64152002-01-29 Andrew Cagney <ac131313@redhat.com>
6416
6417 * gdbint.texinfo (Releasing GDB): Revise and update.
6418
afe64c1a
AC
64192002-01-28 Andrew Cagney <ac131313@redhat.com>
6420
6421 * gdbint.texinfo (Target Architecture Definition): Delete
6422 description of TARGET_BYTE_ORDER_DEFAULT.
6423
f7dc1244 64242002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6425
6426 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6427 <mitya@cavia.pp.ru>.
6428
3d6e1b5a
AC
64292002-01-23 Andrew Cagney <ac131313@redhat.com>
6430
6431 * libgdb.texinfo: Delete file.
6432
6c0e9fb3
AC
64332002-01-22 Andrew Cagney <ac131313@redhat.com>
6434
6435 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6436 * gdbint.texinfo: Ditto.
6437
e0ce93ac
AC
6438Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6439
6440 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6441
be298bcc
AC
64422002-01-22 Andrew Cagney <ac131313@redhat.com>
6443
6444 * Makefile.in: Update copyright.
6445 (TEXI2DVI): Define.
6446 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6447 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6448 gdb-cfg.texi.
6449 (TEXINDEX, PDFTEX): Delete makefile variables.
6450
8e04817f
AC
64512002-01-22 Andrew Cagney <ac131313@redhat.com>
6452
6453 * gdb.texinfo (Protocol): Move section to appendix.
6454
6b2f586d
AC
64552002-01-21 Andrew Cagney <ac131313@redhat.com>
6456
6457 * gdb.texinfo (Remote Debugging): Create a menu.
6458 (Top): Add ``Remote Debugging'' to menu.
6459
6f05cf9f
AC
64602002-01-21 Andrew Cagney <ac131313@redhat.com>
6461
6462 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6463 serial protocol'' from here.
6464 (Remote Debugging): To here. New chapter.
6465
3fd3d7d2
AC
64662002-01-20 Andrew Cagney <ac131313@redhat.com>
6467
6468 * gdbint.texinfo (Target Architecture Definition): Delete
6469 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6470
7fd60527
AC
64712002-01-20 Andrew Cagney <ac131313@redhat.com>
6472
6473 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6474 are no longer needed.
6475 (Porting GDB): Add maintainer note about configure.host.
6476
c2f05ac9
AC
64772002-01-20 Andrew Cagney <ac131313@redhat.com>
6478
6479 * gdbint.texinfo (Target Architecture Definition): Remove
6480 definition of IEEE_FLOAT.
6481
f7dc1244 64822002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6483
6484 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6485 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6486 <3diff@gnu.org>
231b2aad 6487
82600034
AC
64882002-01-19 Andrew Cagney <ac131313@redhat.com>
6489
6490 * gdbint.texinfo (Host Definition): Remove references to
6491 MALLOC_INCOMPATIBLE.
6492
7708fa01
AC
64932002-01-17 Andrew Cagney <ac131313@redhat.com>
6494
6495 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6496 and xyz-xdep.o.
6497
eb12ee30
AC
64982002-01-17 Andrew Cagney <ac131313@redhat.com>
6499
889bf7c5 6500 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6501 (Set Breaks): Copy ``maint info breakpoint'' doco to
6502 ``Maintenance Commands'' appendix. Add reference.
6503
c9ccaa92
AC
65042002-01-17 Andrew Cagney <ac131313@redhat.com>
6505
6506 * fdl.texi: Remove next/prev from @node.
6507
f7dc1244 65082002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6509
6510 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6511 for monstrous @multitable (from Brian Youmans).
6512
6513 * fdl.texi: New file.
6514
6515 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6516
8973da3a
AC
65172002-01-15 Andrew Cagney <ac131313@redhat.com>
6518
6519 * gdbint.texinfo (Releasing GDB): New chapter.
6520
7d86b5d5
AC
65212002-01-14 Andrew Cagney <ac131313@redhat.com>
6522
6523 * gdb.texinfo (Embedded Processors, Calling program functions):
6524 Obsolete references to a29k.
6525
cc1cb004
AC
65262002-01-13 Andrew Cagney <ac131313@redhat.com>
6527
6528 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6529 examples. Document that a code-block should do or discard its
6530 cleanups before exit.
6531
79f12247
MS
65322002-01-11 Michael Snyder <msnyder@redhat.com>
6533
6534 * gdb.texinfo (Choosing files): Change @samp to @file.
6535
19837790
MS
65362002-01-05 Michael Snyder <msnyder@redhat.com>
6537
6538 * gdb.texinfo (--pid): Document new command line option (attach).
6539
f7dc1244 65402002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6541
6542 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6543 in the stub.
6544
d7449b42
AC
65452002-01-04 Andrew Cagney <ac131313@redhat.com>
6546
6547 * gdbint.texinfo (Target Architecture Definition): Replace
6548 BIG_ENDIAN with BFD_ENDIAN_BIG.
6549
f23631e4
AC
65502002-01-03 Andrew Cagney <ac131313@redhat.com>
6551
6552 * gdbint.texinfo (Target Architecture Definition): Replace
6553 value_ptr with struct value pointer.
6554
72c9928d
EZ
65552002-01-02 Eli Zaretskii <eliz@gnu.org>
6556
6557 * gdb.texinfo (Free Software): Fix wording.
6558
959acfd1
EZ
65592001-12-31 Eli Zaretskii <eliz@gnu.org>
6560
6561 * gdb.texinfo (Free Software): New section ``Free Software Needs
6562 Free Documentation''.
6563
f7dc1244 65642001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6565
6566 * stabs.texinfo:
6567 * gdb.texinfo:
6568 * gdbint.texinfo:
6569 * libgdb.texinfo:
6570 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6571
6600abed
MS
65722001-12-29 Michael Snyder <msnyder@redhat.com>
6573
6574 * gdb.texinfo (maint info sections): Fix typo.
6575
f6680716
MS
65762001-12-26 Michael Snyder <msnyder@redhat.com>
6577
fe95c787
MS
6578 * gdb.texinfo (maint info sections): Document.
6579
a9331b3f 6580 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6581 'info proc' sub-options that are currently not implemented.
6582
c3d3ce5b
JB
65832001-12-20 Jim Blandy <jimb@redhat.com>
6584
6585 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6586
778eb05e
AC
65872001-12-15 Andrew Cagney <ac131313@redhat.com>
6588
6589 * gdbint.texinfo (Target Architecture Definition): Replace
6590 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6591
2607059c
AC
65922001-12-01 Andrew Cagney <ac131313@redhat.com>
6593
6594 * gdbint.texinfo (Host Definition): Delete documentation on
6595 HOST_BYTE_ORDER.
6596
df0cd8c5
JB
65972001-11-30 Jim Blandy <jimb@redhat.com>
6598
6599 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6600 overlay support. Add to top-level menu.
df0cd8c5 6601
88118b3a
TT
66022001-11-26 Tom Tromey <tromey@redhat.com>
6603
6604 * gdb.texinfo (Command Syntax): Document C-o binding.
6605
96565e91
CF
66062001-07-26 Christopher Faylor <cgf@redhat.com>
6607
6608 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6609 use since it is described in the referenced section.
6610
f7dc1244 6611 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6612 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6613 clearer when using DJGPP.
6614
2a3d5645
CF
66152001-11-24 Christopher Faylor <cgf@redhat.com>
6616
6617 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6618 specifically refer to MS-DOS.
6619 (command files): Mention gdb.ini is only used on MS-DOS.
6620
aa26fa3a
TT
66212001-11-21 Tom Tromey <tromey@redhat.com>
6622
6623 * gdb.texinfo (Invoking GDB): Document --args.
6624 (Mode Options): Likewise.
6625
4f8ada06
JB
66262001-11-21 Jim Blandy <jimb@redhat.com>
6627
6628 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6629 Delete documentation; this macro has been removed from the
6630 sources.
4f8ada06 6631
3fe0dc10
JB
66322001-11-13 Jim Blandy <jimb@redhat.com>
6633
6634 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6635
9e5abb06
CV
66362001-11-06 Corinna Vinschen <vinschen@redhat.com>
6637
6638 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6639
1c5dfdad
MS
66402001-11-05 Michael Snyder <msnyder@redhat.com>
6641
a9331b3f 6642 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6643 quote regexp chars in function names such as "operator*()".
6644
990f9fe3
FF
66452001-11-01 Fred Fish <fnf@redhat.com>
6646
6647 * gdbint.texinfo (SOLIB_ADD): Document additional new
6648 "readsyms" arg.
6649
b433d00b
DH
66502001-10-30 Don Howard <dhoward@redhat.com>
6651
070b1dd3
DH
6652 * gdb.texinfo: (Command Files) Added documentation for the
6653 behavior of gdb with input redirected from a file.
b433d00b 6654
b7209cb4
FF
66552001-10-28 Fred Fish <fnf@redhat.com>
6656
6657 * gdb.texinfo (auto-solib-add): Change docs to match
6658 implementation change.
6659 (auto-solib-limit): Add docs for new variable.
6660
1aa20aa8
AC
66612001-10-15 Andrew Cagney <ac131313@redhat.com>
6662
6663 * gdbint.texinfo (Target Architecture Definition): Function
6664 value_as_pointer renamed to value_as_address.
6665
fc0c74b1
AC
66662001-10-15 Andrew Cagney <ac131313@redhat.com>
6667
6668 * gdbint.texinfo (Target Architecture Definition): Default
6669 POINTER_TO_ADDRESS functions assume unsigned addresses.
6670 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6671 posting by Jim Blandy.
6672
f4846649
JB
66732001-10-12 Jim Blandy <jimb@redhat.com>
6674
6675 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6676 version of texi2html (1.64) doesn't support this flag any more.
6677
f277788b
MK
66782001-09-08 Mark Kettenis <kettenis@gnu.org>
6679
a9dc4918
MK
6680 * gdbint.texinfo (Host Definition): Remove description of
6681 MEM_FNS_DECLARED.
6682
d28379df
MK
6683 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6684
f277788b
MK
6685 * gdbint.texinfo (Host Definition): Remove description of
6686 HAVE_SIGSETMASK.
6687
7ccaa899
EZ
66882001-09-04 Elena Zannoni <ezannoni@redhat.com>
6689
6690 * gdbint.texinfo (Target Architecture Definition): Add
6691 explanation of TARGET_PRINT_INSN macro.
6692
17d9d558
JB
66932001-08-30 Jim Blandy <jimb@redhat.com>
6694
6695 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6696 Explain what it means to load relocatable files.
6697
72cde065
JB
66982001-08-28 Jim Blandy <jimb@redhat.com>
6699
6700 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6701 info `top' menu.
6702
9e678452
CF
6703Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6704
6705 * gdbint.texinfo: Add a cautionary note about macro use.
6706
a2bea4c3 67072001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6708
a2bea4c3
CV
6709 * gdb.texinfo: Explain omitting the hostname in the
6710 `target remote' command.
6711
1129bf27
DJ
67122001-07-30 Daniel Jacobowitz <drow@mvista.com>
6713
6714 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6715 and END-INFO-DIR-ENTRY.
6716
732b3002
SC
67172001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6718
6719 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6720
89437448
AC
67212001-07-25 Andrew Cagney <ac131313@redhat.com>
6722
6723 * gdbint.texinfo (libgdb): Rewrite.
6724
f7dc1244 67252001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6726
6727 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6728
c4555f82
SC
67292001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6730
6731 * gdb.texinfo (TUI): New chapter, document the TUI.
6732 (Mode Options): Document the -tui option.
6733
2f45a6e0
MK
67342001-07-23 Mark Kettenis <kettenis@gnu.org>
6735
6736 * gdbint.texinfo (Host Definition): Remove description of
6737 NEED_POSIX_SETPGID.
6738
f7dc1244 67392001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6740
6741 * gdb.tex (DJGPP Native): New node, with descriptions of
6742 DJGPP-specific commands.
6743
be9c6c35
JM
67442001-07-19 John R. Moore <jmoore@redhat.com>
6745
6746 * gdbint.texinfo: Three misspellings.
6747
dfa249fb
AC
67482001-07-06 Andrew Cagney <ac131313@redhat.com>
6749
6750 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6751 `test` expressions on bash. Problem reported by Colin Walters.
6752
c72e7388
AC
67532001-07-04 Andrew Cagney <ac131313@redhat.com>
6754
6755 * gdbint.texinfo (User Interface): Update ui-out documentation to
6756 refelect recent UI/MI updates.
6757
94bbb2c0
AC
67582001-07-04 Andrew Cagney <ac131313@redhat.com>
6759
6760 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6761 interpreters.
6762
af6c57ea
AC
67632001-06-15 Andrew Cagney <ac131313@redhat.com>
6764
6765 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6766 structure and not macros.
6767 (Host Definition): Document that much of this chapter is obsolete.
6768 (Target Architecture Definition): Update list of files that make
6769 up a target architecture.
6770 (Coding): Update.
6771
83aa8bc6
AC
67722001-06-28 Andrew Cagney <ac131313@redhat.com>
6773
6774 * gdbint.texinfo (Target Architecture Definition): Update
6775 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6776 The latter has been changed to a true predicate.
6777
f7dc1244 67782001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6779
6780 * annotate.texi: Add @noindent where needed. From Dmitry
6781 Sivachenko <dima@Chg.RU>.
6782 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6783
656db9b0
AC
67842001-06-16 Andrew Cagney <ac131313@redhat.com>
6785
6786 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6787
df2396a1
AC
67882001-06-14 Andrew Cagney <ac131313@redhat.com>
6789
6790 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6791 returns ``OK''. Document that the ``R'' packet does not reply.
6792
0f1f2b0a
MS
67932001-06-13 Michael Snyder <msnyder@redhat.com>
6794
6795 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6796
f7dc1244 67972001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6798
6799 * gdb.texinfo (Signals): Clarify the default setting of signal
6800 handling.
6801
a5d7c491
AC
68022001-05-14 Andrew Cagney <ac131313@redhat.com>
6803
6804 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6805 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6806
05a54c4f
AC
68072001-05-12 Andrew Cagney <ac131313@redhat.com>
6808
6809 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6810
f7dc1244 68112001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6812
6813 * gdbint.texinfo (Clean Design and Portable Implementation):
6814 Renamed from "Clean Design".
6815 (Clean Design and Portable Implementation): Document portable
6816 methods of handling file names, and the associated macros.
6817
f7dc1244 68182001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6819
6820 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6821 command and provide a cross-reference to its description.
6822 (Symbols): Note that "info scope" is useful for trace experiments.
6823
f7dc1244 68242001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6825
b37052ae
EZ
6826 * gdb.texinfo (Symbols): Document "info scope".
6827 (Tracepoints): New chapter.
6828 (Contributors): Update for v5.1.
6829 <All nodes>: Change "C++" to "C@t{++}".
6830
0ee54786
EZ
6831 * gdbint.texinfo (User Interface): A new section about ui_out
6832 functions, based on text written by Fernando Nasser.
6833
c534679c
EZ
6834 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6835
f7dc1244 68362001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6837
e9c75b65
EZ
6838 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6839
6840 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6841
6842 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6843 Replace "GDB" with "@value{GDBN}". Fix markup.
6844
6845 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6846
3d67e040
EZ
6847 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6848 a cross-reference to its description.
6849 (Symbols): Document "info symbol".
6850
f7dc1244 68512001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6852
6853 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6854 subsection "x86 Watchpoints".
6855 (Target Architecture Definition): Document the macros
6856 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6857 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6858
b0ed3589
AC
68592001-03-20 Andrew Cagney <ac131313@redhat.com>
6860
6861 * gdbint.texinfo (Target Architecture Definition): Update
6862 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6863 list.
6864
b6ba6518
KB
68652001-03-06 Kevin Buettner <kevinb@redhat.com>
6866
6867 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6868 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6869
f7dc1244 68702001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6871
6872 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6873
f7dc1244 68742001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6875
17cc6a06
EZ
6876 * gdb.texinfo (Environment): Document that `path' does not change
6877 the value of PATH in GDB's own environment (it did in the past,
6878 but that was changed on March 15, 1994). Reported by Doug Evans
6879 <dje@transmeta.com>.
6880
56caf160
EZ
6881 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6882 its line. Fix markup of commands and macros. Add an Index node
6883 and index entries.
6884
29e57380
C
68852001-01-23 J.T. Conklin <jtc@redback.com>
6886
6887 * gdb.texinfo (Memory region attributes): New manual section.
6888
1c6147de
ND
68892001-01-04 Nicholas Duffek <nsd@redhat.com>
6890
6891 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6892
f7dc1244 68932000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6894
6895 * refcard.tex: Version and copyright fixed. From Phil Edwards
6896 <pedwards@disaster.jaj.com>.
6897
0dcedd82
AC
6898Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6899
6900 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6901 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6902
3b851bce
AC
6903Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6904
6905 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6906 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6907
f7dc1244 69082000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6909
6910 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6911 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6912
b90a5f51
CF
69132000-11-10 Christopher Faylor <cgf@cygnus.com>
6914
6915 * gdb.texinfo: Document new 'set step-mode' command.
6916
f7dc1244 69172000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6918
6919 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6920 changes from Dmitry Sivachenko <dima@Chg.RU>.
6921
f7dc1244 69222000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6923
6924 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6925 From Steven Johnson <sbjohnson@ozemail.com.au>.
6926
2e685b93
MK
69272000-08-10 Mark Kettenis <kettenis@gnu.org>
6928
6929 * gdbint.texinfo (Overall Structure): Spelling fix.
6930
f7dc1244 69312000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6932
6933 * gdbint.texinfo (Target Architecture Definition): Document that
6934 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6935 for which REGISTER_CONVERTIBLE returns a zero value.
6936
63ac3005
EZ
69372000-07-08 Christopher Faylor <cgf@cygnus.com>
6938
6939 * Makefile.in (install-info): Find files to install in either the
6940 build or source directories (adapted from Makefile.am).
6941
bd79f757
ND
69422000-07-07 Nicholas Duffek <nsd@redhat.com>
6943
6944 * stabs.texinfo: Fix spelling errors.
6945 (String Field): FILE-NUMBER starts from 0, not 1.
6946
f7dc1244 69472000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
6948
6949 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 6950 Brian Youmans.
5f208f6d 6951
f7dc1244 69522000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
6953
6954 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
6955 the source directory. Reported by Mark Harig
6956 <markh@frazier.landmark.com>.
cc542d3b 6957
f3b28801
C
69582000-06-20 J.T. Conklin <jtc@redback.com>
6959
6960 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6961
449f3b6c
AC
6962Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6963
6964 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 6965 Generate using pdftex.
449f3b6c 6966 (PDFTEX): Define.
889bf7c5 6967 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 6968 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 6969 @contents at the start.
449f3b6c 6970
f7dc1244 69712000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
6972
6973 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 6974 Youmans.
48e934c6 6975
9e9c5ae7
AC
6976Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6977
6978 From Brian Youmans:
6979 * gdb.texinfo: Fix ``et al.''.
6980
c741b251
AC
6981Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6982
6983 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 6984 loop.
c741b251 6985
4ab64e14
JG
69862000-05-19 Jimmy Guo <guo@cup.hp.com>
6987
6988 * configure: Regenerate.
6989
f7dc1244 69902000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
6991
6992 * Makefile.in (install-info): Run install-info on installed Info
6993 files.
6994
8c70017b
AC
6995Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6996
a7cb598a 6997 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 6998 Andrew Cagney.
8c70017b 6999
f7dc1244 70002000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
7001
7002 * gdb.texinfo: Proofreading changes from Brian Youmans.
7003
bf0184be
ND
70042000-05-01 Nick Duffek <nsd@cygnus.com>
7005
7006 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
7007 startup sequence, minor edits.
7008
f7dc1244 70092000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
7010
7011 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
7012 TeX.
7013
7014 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
7015 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
7016 like `n' and `s' which look weird. Convert some of the @kindex to
7017 @vindex, when they refer to variables, not commands.
7018
33e16fad
AC
7019Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7020
7021 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
7022
f7dc1244 70232000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
7024
7025 * Makefile.in (GDBMI_DIR): New variable.
7026 (SET_TEXINPUTS): Add $(GDBMI_DIR).
7027 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
7028 (gdbmi.texinfo): New target, for texi2roff.
7029 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
7030 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
7031
7032 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
7033 gdbmi.texinfo.
7034 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
7035 comment.
7036
d167840f
EZ
70372000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7038
7039 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 7040 command.
d167840f 7041
f7dc1244 70422000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
7043
7044 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
7045 prevents the build (and is generally a Bad Idea).
7046
f7dc1244 70472000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
7048
7049 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
7050 a comma inside @var.
7051 (Command Files): Index markup changes from Dmitry Sivachenko
7052 <dima@Chg.RU>.
7053
f7dc1244 70542000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
7055
7056 * Makefile.in (LN_S): Define.
7057 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
7058 invoke "ln -s" unless it is known to work.
7059
7060 * configure.in (AC_PROG_LN_S): Add.
7061
8dc7983f
JB
70622000-04-14 Jim Blandy <jimb@redhat.com>
7063
7064 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
7065 section.
7066 (Target Conditionals): Document ADDRESS_TO_POINTER,
7067 POINTER_TO_ADDRESS.
7068
1a8237e8
DB
70692000-04-11 Daniel Berlin <dan@cgsoftware.com>
7070
7071 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
7072 gdb-cfg.texi to get the value.
7073
ca526f1a
JB
70742000-04-10 Jim Blandy <jimb@redhat.com>
7075
7076 * gdbint.texinfo (Target Architecture Definition): Fix
7077 cross-references.
7078
faaafcb4
JB
70792000-04-08 Jim Blandy <jimb@redhat.com>
7080
7081 * gdbint.texinfo (Using Different Register and Memory Data
7082 Representations): New section.
7083 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
7084 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
7085 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 7086
1b27397f
AC
7087Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
7088
7089 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 7090 for acknowledgments.
1b27397f 7091
480ff1fb
AC
7092Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
7093
7094 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 7095 qThreadExtraInfo.
480ff1fb 7096
a9331b3f 70972000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 7098
a9331b3f
RM
7099 * gdb.texinfo: Clarify which remote debug protocol commands are
7100 required and which are optional.
f1251bdd 7101
dbeb8dbd
AC
7102Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
7103
7104 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
7105 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
7106 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
7107 * annotate.texi: Update.
7108
6d2ebf8b
SS
71092000-03-28 Stan Shebs <shebs@apple.com>
7110
7111 * gdb.texinfo: Update dates, bump to Eighth Edition (note
7112 expectation of additional changes before release), update
7113 ISBN, add copy of top-level menu for @ifhtml, remove explicit
7114 node links, rephrase and/or shorten lines to fix formatting
7115 problem in both regular and @smallbook formats.
7116 * annotate.texi: Shorten lines in example, use smallexample
7117 consistently everywhere.
7118 * Makefile.in: Add comment about texinfo 4.0 html generation.
7119 (SFILES_INCLUDED): Add annotate.texi.
7120
5d161b24
DB
71212000-03-27 Daniel Berlin <dan@cgsoftware.com>
7122
5ae4183a
AS
7123 * gdb.texinfo (Debugging Output): Added new section, documenting
7124 the "set/show debug" commands.
5d161b24 7125
b9deaee7
AC
7126Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
7127
7128 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 7129 entry.
b9deaee7
AC
7130
7131 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
7132 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 7133 @chapter and @node entries.
a9331b3f 7134
b9deaee7 7135 * gdb.texinfo: Link all top-level nodes.
a9331b3f 7136
9ef47d30
AC
7137Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
7138
7139 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 7140 files.
9ef47d30 7141
cfeada60
FN
71422000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
7143
7144 From David Whedon <dwhedon@gordian.com>
5ae4183a 7145 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 7146
6837a0a2
DB
71472000-03-22 Daniel Berlin <dan@cgsoftware.com>
7148
7149 * gdb.texinfo: Add documentation for the apropos command.
7150
bba2971c
MS
71512000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7152
7153 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
7154
2b628194
MS
71552000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7156
a9331b3f 7157 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
7158 two places.
7159
96a2c332
SS
71602000-03-17 Stan Shebs <shebs@apple.com>
7161
7162 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
7163 <dima@Chg.RU>, also clarification of allowed content for
7164 string constants.
7165
f7dc1244 71662000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
7167
7168 * gdb.texinfo (main menu): Add Annotations.
7169 (File Options): Add @cindex entries for each command-line option.
7170 Document --epoch, --annotate, --async, --interpreter, --write,
7171 --statistics, and --version.
7172
7173 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
7174 of GDB.
7175
9d233477
JB
71762000-02-23 Jim Blandy <jimb@redhat.com>
7177
7178 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7179
14e0eb3b
JB
71802000-02-22 Jim Blandy <jimb@redhat.com>
7181
7182 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7183
3555de01
JM
71842000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
7185
7186 * Makefile.in (diststuff): New target.
7187
5e35df8e
KB
71882000-02-15 Kevin Buettner <kevinb@redhat.com>
7189
7190 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 7191 architecture. [From Jim Wilson.]
5e35df8e 7192
c5394b80
JM
71932000-01-16 Tom Tromey <tromey@cygnus.com>
7194
7195 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7196 (Delete Breaks): Mention range arguments.
7197 (Disabling): Likewise.
7198
c3f6f71d
JM
71992000-01-05 Dmitry Sivachenko <dima@Chg.RU>
7200
7201 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7202
c4093a6a
JM
7203Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
7204
7205 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 7206 valid functions.
c4093a6a 7207
11cf8741
JM
72081999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7209
7210 * gdb.texinfo: Clarify regular expressions used in rbreak.
7211
917317f4
JM
72121999-10-15 Kevin Buettner <kevinb@cygnus.com>
7213
7214 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7215 MEMORY_REMOVE_BREAKPOINT): Document.
7216
7217Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7218
7219 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 7220 offset re-using the DATA offset instead.
917317f4 7221
2df3850c
JM
72221999-10-11 Jim Kingdon <kingdon@redhat.com>
7223
7224 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7225
72261999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7227
7228 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7229 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7230 typos.
7231
7232 * gdb.texinfo: Various minor wording and formatting improvements,
7233 mentions of additional command-line options.
7234
2acceee2
JM
72351999-09-30 Fred Fish <fnf@cygnus.com>
7236
7237 * gdb.texinfo: Document additional forms of specifying section
7238 names and addresses for the add-symbol-file command.
7239
c2c6d25f
JM
72401999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7241
7242 * gdbint.texinfo: Fix typo, add the word "have".
7243
72441999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7245
7246 * gdbint.texinfo (Target Architecture Definition): Document the
7247 SKIP_PERMANENT_BREAKPOINT macro.
7248
d4f3574e
SS
72491999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7250
7251 * gdb.texinfo: Fiks speling errers.
7252
7253 * gdb.texinfo: Fix uses of @multitable.
7254
f7dc1244 7255 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 7256 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 7257 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
7258 comments about using with optimization, add more indexing,
7259 fix info about disassembly-flavor.
7260
7261Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7262
7263 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7264 SKIP_SOLIB_RESOLVER): Define.
7265
7266Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7267
7268 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 7269 ``g'' packets.
d4f3574e 7270
104c1213
JM
72711999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7272
7273 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
7274 platform-specific info, inline remote.texi and move sections of it
7275 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
7276 and register stack into the new chapter.
7277 * remote.texi: Remove, now part of gdb.texinfo.
7278 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7279
72801999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7281
7282 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7283 GDB_TARGET_IS_MACH386): These kludges have gone away.
7284
7285Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7286
7287 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 7288 TDEPLIBS.
104c1213 7289
53a5351d
JM
72901999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7291
7292 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7293 surrounding text to fit HP-UX bits into general info.
7294 (HPPA-cfg.texi): Remove, no longer useful.
7295
7296 * gdb.texinfo: Remove explicit links from @node lines, remove
7297 HP-added "Detailed Node Listing" from main menu which confuses
7298 things.
7299
7300 From Dmitry Sivachenko <dima@Chg.RU>:
7301 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7302 in description of `set environment'.
53a5351d
JM
7303
73041999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7305
7306 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7307
7be570e7
JM
73081999-08-12 Ben Elliston <bje@cygnus.com>
7309
7310 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7311
f7dc1244 73121999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7313
7314 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7315 watch, awatch, and rwatch. Explain why the latter two cannot be
7316 set as software watchpoints. Document that watchpoints for local
7317 variables are deleted when the debuggee terminates.
7be570e7
JM
7318
7319Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7320
7321 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7322 packet. Allow E.. response packet. "qRcmd" packet is no longer
7323 reserved.
7be570e7
JM
7324
73251999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7326
a9331b3f
RM
7327 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7328 * gdb.texinfo: Ditto.
7be570e7 7329
96baa820
JM
73301999-08-06 Tom Tromey <tromey@cygnus.com>
7331
7332 * gdb.texinfo (KOD): New node.
7333
7334Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7335
7336 * remote.texi (Rcmd): Fix minor formatting typos.
7337
7338Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7339
7340 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7341 packets.
96baa820 7342
adf40b2e
JM
73431999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7344
7345 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7346 fixes.
7347
43ff13b4
JM
7348Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7349
7350 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7351
085dd6e6
JM
7352Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7353
7354 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7355 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7356 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7357 packets that are not supported on all hosts. Expand examples.
7358 Spell check.
085dd6e6
JM
7359
73601999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7361
7362 * Makefile.in: Recognize html, install-html. Add targets
7363 to build HTML versions of documentation via texi2html.
7364
7365Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7366
7367 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7368 testsuite.
085dd6e6
JM
7369
7370Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7371
7372 * remote.texi (Communication Protocol): Rewrite.
7373
7374Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7375
7376 * stabs.texinfo: Fix uses of xref.
7377
9e0b60a8
JM
7378Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7379
7380 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7381 info about patch submission.
7382
cce74817
JM
7383Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7384
7385 From Per Bothner <bothner@cygnus.com>:
7386 * gdb.texinfo: Document Chill support.
7387
7388Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7389
7390 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7391 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7392 Document that the value should be greater-than or equal-to zero.
7393 (NO_STD_REGS): Document. Deprecate.
cce74817 7394
ac9a91a7
JM
7395Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7396
7397 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7398 Document that these are not used.
ac9a91a7
JM
7399
7400Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7401
7402 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7403
392a587b
JM
7404Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7405
7406 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7407 numargs was dropped.
392a587b
JM
7408
7409Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7410
7411 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7412
b83266a0
SS
7413Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7414
7415 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7416 Update.
b83266a0 7417
7a292a7a
SS
7418Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7419
7420 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7421 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7422
7423Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7424
7425 * gdbint.texinfo: Fix typos: $ -> @.
7426
7427Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7428
7429 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7430 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7431 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7432 BREAKPOINT_FROM_PC.
a9331b3f 7433
7a292a7a
SS
7434Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7435
7436 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7437 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7438
7439Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7440
7441 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7442 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7443
74441999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7445
7446 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7447 longer exists.
7448
7449Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7450
7451 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7452 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7453 they make the manual source incomprehensible.
7a292a7a
SS
7454 * h8-cfg.texi: Remove, hasn't been used in years.
7455
c906108c
SS
7456Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7457
7458 * gdb.texinfo: Update the credits.
7459
7460Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7461
7462 * gdb.texinfo: Fix mistakes noticed in printout of last
7463 draft, add Alpha to discussion of heuristic fence post.
7464
7465Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7466
7467 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7468 Edition, merge some HP changes into mainline, describe some
7469 previously undocumented features, describe more of the target
7470 commands available, eliminate obsolete section on renamed
7471 commands.
c906108c
SS
7472 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7473
7474Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7475
7476 * gdb.texinfo: Make many HPPA conditionals unconditional,
7477 including catchpoint description, since now on for all configs.
7478 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7479 specializations.
7480
7481Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7482
7483 * Makefile.in (GDBvn.texi): Fix match expression to work with
7484 current format of VERSION in gdb/Makefile.in.
7485 * gdb.texinfo: Fix node ref to match new readline.
7486
7487Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7488
a9331b3f
RM
7489 * gdb.texinfo: Changes made as part of a project to merge in
7490 changes made by HP. Documentation makes extensive use of
c906108c
SS
7491 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7492 on remote debugging. There are differences in documentation
889bf7c5 7493 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7494 the HP manual discusses catchpoints, hardware watchpoints, and
7495 some HPUX specific limitations for shared library support.
a9331b3f 7496
c906108c
SS
7497 There are also a number of @node changes.
7498
74991999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7500
7501 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7502 (C Usage): Same.
7503
7504Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7505
7506 The following changes were made by Edith Epstein
889bf7c5
PA
7507 <eepstein@cygnus.com> as part of a project to merge in changes
7508 made by HP.
a9331b3f 7509
c906108c
SS
7510 * HPPA-cfg.texi: new file.
7511
7512 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7513
7514 * refcard.tex: change documentation about catch.
7515 removed info catch.
7516
7517Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7518
7519 * gdbint.texinfo: Expand on GDB's coding standards,
7520 specify the use of arg names with prototypes.
7521
75221998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7523
7524 * gdb.texinfo: Fix tipo.
7525
7526Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7527
7528 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7529 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7530
7531Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7532
7533 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7534
75351998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7536
7537 * agentexpr.texi: New file.
7538
7539Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7540
7541 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7542
75431998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7544
7545 * remote.texi: Changed wording that implied that the GDB remote
7546 protocol caches register values instead of GDB itself.
7547
7548Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7549
7550 * gdbint.texinfo: Add some info about symbol readers.
7551 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7552 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7553 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7554 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7555
7556Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7557
a9331b3f 7558 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7559
7560Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7561
7562 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7563
7564Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7565
7566 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7567 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7568
7569Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7570
7571 * gdbint.texinfo: Fix minor typos.
7572
7573Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7574
7575 * gdbint.texinfo: Complete overhaul. Group descriptions more
7576 logically, add more info on generic algorithms, remove much
7577 obsolete and/or wrong material.
7578
7579Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7580
7581 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7582
7583Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7584
7585 * refcard.tex: Copyright, address updates.
7586
7587Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7588
7589 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7590 for the edition instead of confusing GDB-version-like numbers.
7591
7592Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7593
7594 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7595
7596Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7597
5ae4183a 7598 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7599
7600Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7601
7602 * gdb.texinfo: Add some credits, mention bug monitor.
7603 * remote.texi: Mention mips monitor targets.
7604 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7605
c906108c
SS
7606Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7607
7608 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7609 files, finish sorting of host vs target vs native macros, describe
7610 some more of them.
c906108c
SS
7611
7612Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7613
7614 * gdbint.texinfo (Host Conditionals): Document change from
7615 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7616
7617Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7618
7619 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7620 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7621
7622Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7623
7624 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7625 Document LSEEK_NOT_LINEAR.
7626
7627Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7628
7629 * stabs.texinfo (Stab Section Basics): Make it clear that only
7630 some versions of the GNU linker remove the leading N_UNDF symbol.
7631
7632Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7633
7634 * stabs.texinfo (String Field): Document type number pairs here,
7635 instead of in the Sun specific section.
7636 (Include Files): The GNU linker supports the N_BINCL
7637 optimization. Clarify the N_BINCL value, and what it is used
7638 for.
7639 (Procedures): Document N_FUN with an empty string to mark the end
7640 of a function.
7641 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7642 (Sun Differences): Remove this node, as the information is now
7643 elsewhere in the main document.
7644 (Stab Section Basics): Mention that the GNU linker may optimize
7645 stabs and remove the leading N_UNDF symbol.
7646
7647Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7648
7649 * gdb.texinfo, refcard.tex: Restore author credit
7650
7651Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7652
7653 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7654 documentation to account for START and END macros taking
7655 one arg.
7656
7657Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7658
7659 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7660 * gdb.texinfo (Frames): Fix typo.
7661
7662Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7663
7664 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7665 a target_signal as arg type, not a pid.
7666
7667Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7668
7669 * gdb.texinfo: Document `set assembly-language'.
7670
7671Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7672
7673 * remote.texi: Update list of stubs in the GDB distribution.
7674
7675Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7676
7677 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7678 Also document that some systems can use mmalloc but must define
7679 this if their C runtime allocates memory that is later freed.
c906108c 7680 (MMCHECK_FORCE): Document new macro.
a9331b3f 7681
c906108c
SS
7682Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7683
7684 * remote.texi: Add documentation for target Sparclet.
7685
7686Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7687
a9331b3f 7688 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7689 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7690 * configure.in: Rewritten for autoconf.
7691 * configure: New.
7692
7693Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7694
7695 * Makefile.in (DVIPS): New define, set to dvips.
7696 (dvi): Add stabs.dvi.
7697 (ps): New target.
7698 (all-doc): Depend on info, dvi, and ps targets.
7699 (STAGESTUFF): Add *.ps and *.dvi files.
7700 (clean-info, clean-dvi): Remove.
7701 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7702 rules completely rewritten.
7703 (maintainer-clean): Remove clean-info and clean-dvi
7704 dependencies and put their actions in the rules.
7705 (gdb.ps): New target
a9331b3f 7706 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7707 intermediate TeX files, whether they have 2 or 3 character
7708 extensions.
7709 (gdbint.ps): Add target and rules.
7710 (gdb-internals): Delete unused target.
7711 (Makefile): Depends upon config.status also.
7712
7713Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7714
7715 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7716 set.
7717
7718Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7719
7720 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7721 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7722
7723Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7724
7725 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7726
7727Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7728
7729 * gdb.texinfo (Print settings): Document
7730 `set/show print static-members' commands.
7731
7732Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7733
7734 * gdbint.texinfo (Native): Document name change, coredep.c to
7735 core-aout.c.
7736
7737Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7738
7739 * stabs.texinfo (Include Files): Document the values the SunOS4
7740 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7741
7742Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7743
7744 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7745 Fix typo.
7746
7747Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7748
7749 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7750 "gdb.tar.Z".
7751
7752Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7753
7754 * Makefile.in (maintainer-clean): New target, synonym for
7755 realclean.
7756
7757Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7758
7759 * Update all FSF addresses except those in COPYING* files.
7760
7761Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7762
7763 From Richard Earnshaw (rearnsha@armltd.co.uk):
7764 * gdb.texinfo (convenience variables): Document $_exitcode.
7765 (quit): Document optional expression to use as exit code.
7766
7767Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7768
7769 * gdb.texinfo, remote.texi: Brought up to date with various
7770 GDB changes.
7771
7772Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7773
7774 * gdb.texinfo: Update dates and versions, fix comments about
7775 hardware watchpoints in future releases and about the
7776 sharedlibrary command.
7777
7778Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7779
7780 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7781 C_FUN stab. Other cleanups.
7782
7783Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7784
7785 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7786 for the sparc stub.
7787
7788Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7789
7790 * annotate.texi: Clarify which addresses have differing formats
7791 depending on the language and which do not.
7792
7793Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7794
7795 * remote.texi (NetWare): Changed example to use BOARD= instead of
7796 NODE= argument to reflect correspoding change to gdbserve.nlm.
7797
7798Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7799
7800 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7801 GDB, as well as AIX dbx, supports the size type attribute.
7802
7803Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7804
7805 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7806
7807Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7808
7809 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7810 and new 'if' and 'while' commands.
7811
7812Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7813
7814 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7815
7816Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7817
7818 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7819 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7820 NetWare targets. Mostly stolen from the Server node.
7821
7822Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7823
7824 * gdb.texinfo (Setting): Talk about the language of a source file
7825 versus the working language. The old documentation did not match
7826 what GDB did.
7827
7828Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7829
7830 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7831 of a source file.
7832
7833Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7834
7835 * gdb.texinfo (Processes): New node.
7836
7837Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7838
7839 * remote.texi: Update documentation of set/show mipsfpu.
7840
3fc11d3e
JM
7841Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7842
7843 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7844 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7845
7846Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7847
7848 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7849 obsolete conditionals, described some others.
7850
7851Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7852
7853 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7854 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7855
7856Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7857
7858 * gdbint.texinfo: Put regex conditionals in their own table.
7859
7860Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7861
7862 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7863 described or fixed the descriptions of many others.
7864
7865Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7866
7867 * gdb.texinfo: Add some more credits.
7868 * gdbint.texinfo: Capitalize GDB consistently, describe some
7869 macros and remove some.
7870
7871Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7872
7873 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7874 obsolete conditionals, described some others.
7875
7876Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7877
7878 * gdb.texinfo (help targets): Changed to `help target', which
7879 is the correct gdb command.
7880
7881Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7882
7883 * annotate.texi (TODO): New node, for keeping track of annotations
7884 suggested but not yet implemented.
7885
7886Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7887
7888 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7889 another symbol, it is not the address itself.
7890
7891Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7892
7893 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7894 of stabs-in-coff sections.
7895
7896Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7897
7898 * annotate.texi: Change edition to 0.5 and date to May 1994.
7899 Add index.
7900 (Frames): New node, for frame annotation.
7901 (Displays): New node, for display annotation.
7902
7903 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7904 when waiting for your program to stop.
7905
7906Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7907
7908 * annotate.texi (Breakpoint Info): Document annotation of header
7909 fields and record annotation.
7910
7911Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7912
7913 * annotate.texi: New file, to document annotations.
7914
7915Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7916
7917 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7918 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7919
7920Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7921
7922 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7923 section, and say n_strx field is compilation unit relative.
7924 * stabs.texinfo: Don't use @code for a.out when it is the name of
7925 an object file format.
7926
7927Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7928
7929 * gdb.texinfo: Refer to file names, not path names, per rms
7930 convention.
7931 (Arguments): Fix typo.
7932
7933Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7934
7935 * stabs.texinfo (Global Variables): Talk about stabs in files
7936 where variables are referenced, but not defined.
7937
7938Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7939
7940 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7941 Cplusplus to new nodes Member Type Descriptor and Method Type
7942 Descriptor. Re-write stuff for #.
7943
7944Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7945
7946 * gdb.texinfo (Print Settings): Don't document "set print
7947 fast-symbolic-addr off". The bug which it worked around was fixed
7948 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7949
7950 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7951 N_ENTRY node.
7952
7953 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7954
7955Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7956
7957 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7958 references to ieee-float.c.
7959
7960Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7961
7962 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7963 match what the code actually does.
7964
7965Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7966
7967 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7968
7969Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7970
7971 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7972 i, and b.
7973
7974Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7975
7976 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7977 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7978 as "stabs in sections" rather than just saying "ELF and SOM".
7979 Also make that stuff apply to COFF.
7980
7981Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7982
7983 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7984 Ghostscript.
7985
7986Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7987
7988 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7989 versus functions without line numbers, also mention stepping into
7990 them as well as "step" when you are in them. Tell the user how to
7991 deal with the situation. Add comment about "debugging information".
7992
7993Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7994
7995 * stabs.texinfo (Enumerations): Document restriction on where
7996 enumeration types can appear and still win with GDB.
7997
7998Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7999
8000 * stabs.texinfo (Negative Type Numbers): Document format for type
8001 -16.
8002
8003Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8004
8005 * gdb.texinfo (Selection, Frame Info): Update information about
8006 arbitrary frame specficiations.
8007
8008Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
8009
8010 * gdb.texinfo, remote.texi: general editing pass prior to Net release
8011
8012Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8013
8014 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
8015
8016Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
8017
8018 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
8019
8020Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8021
8022 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
8023 Differences node to Statics node.
8024 (Statics): Discuss XCOFF use of V symbol descriptor.
8025
8026 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
8027 not clean.
8028
8029Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
8030
8031 * gdb.texinfo (Print Settings): Document `set print
8032 fast-symbolic-addr' and improve the doc for some other
8033 `set print's.
8034
8035Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8036
8037 * stabs.texinfo (String Field): Talk about defining several type
8038 numbers at once.
8039 Fix lint regarding changing node ELF Transformations to
8040 ELF and SOM Transformations.
8041
8042Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
8043
8044 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
8045
8046Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8047
8048 * stabs.texinfo (Cross-References): `::' is for nested types only
8049 within <>.
8050 (Structures): Document static members.
8051
8052Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8053
8054 * stabs.texinfo: Document S type attribute.
8055
8056Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8057
8058 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
8059
8060Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
8061
8062 * gdbint.texinfo: Fix a few typos.
8063
8064Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8065
8066 * gdb.texinfo, remote.texi: formatting improvements
8067
8068 * gdb.texinfo (New Features): mention threads.
8069 (Summary, C): fix xrefs in newly contributed text.
8070 (Threads): index entries, clarifications, example
8071 (passim): minor typos fixed, phrasing improvements
8072
8073 * remote.texi (Bootstrapping): rephrase text on ^C and add index
8074 entries; (Server): explain use of gdbserver w/real-time systems,
8075 add example of conflicting TCP port; (MIPS Remote) break up
8076 running text into table, highlighting commands, and add example.
a9331b3f 8077
c906108c
SS
8078Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8079
8080 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
8081
8082Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8083
8084 * stabs.texinfo (Nested Symbols): New node.
8085 (String Field, Symbol Descriptors, Cross-References): Refer to it.
8086
8087Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8088
8089 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
8090 to picking which Bbss.bss symbol to use, and (because there seems to
8091 be no good way of doing it) re-write some of the text to make it
8092 sound like Bbss.bss isn't such a great idea after all (as currently
8093 designed).
8094
8095 * gdb.texinfo (C): In addition to saying people have to use g++ for
8096 good results, say they have to use stabs. Specifically say cfront
8097 doesn't work well.
8098 (Summary): Merge in information on Modula-2, Pascal, and Chill from
8099 the gdb README. Add xrefs to places where the support for the various
8100 languages is described in detail.
8101
8102Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8103
8104 * stabs.texinfo: Clean up stuff about visibility and virtual
8105 characters.
8106
8107 * stabs.texinfo (N_M2C): Cite Sun doc.
8108
8109Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8110
8111 * gdb.texinfo: updates re threads.
8112 * remote.texinfo: avoid index entries starting with digits.
8113
8114Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8115
8116 * stabs.texinfo (Enumerations): Talk about large, negative and
8117 octal values. Clean up cross reference to type attributes.
8118 (String Field): Say that GDB 4.11 supports size attribute.
8119
8120Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8121
8122 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
8123 is a mandatory step. Make the stuff about that more concise.
8124
8125Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8126
8127 * stabs.texinfo (Class Names): New node.
8128
8129 * gdb.texinfo (Command Files): Explain order of init file reading.
8130
8131 * remote.texi (Bootstrapping): Talk about getting the serial driver
8132 to deal with ^C sent by gdb to stop the remote system.
8133
8134Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
8135
8136 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
8137
8138 * libgdb.texinfo (Defining Commands): made the DOC arg
8139 to gdb_define_app_command a char * instead of char **
8140 per a suggestion from kingdon.
8141
8142 * libgdb.texinfo: total rewrite from a different starting
8143 premise.
8144
8145Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8146
8147 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
8148 floats passed as doubles (to improve clarity).
8149
8150Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8151
8152 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
8153
8154 * a4rc.sed: update to work with Andreas Vogel papersize params
8155
8156 * refcard.tex: use Andreas Vogel simplifications of papersize
8157 params; remove useless version info; update copyright date.
8158
8159Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8160
8161 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
8162
8163Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8164
8165 * gdb.texinfo (Files): Say what address the load command loads it at.
8166
8167 * stabs.texinfo (Common Blocks): Minor cleanups.
8168
8169 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8170 that Sun has backed away from the linker kludge and thus the relevant
8171 issue is changes to the SunPRO tools, not the Solaris linker.
8172
8173 * stabs.texinfo (Traditional Integer Types): Clean up description
8174 of octal bounds a little bit. Document extra leading zeroes.
8175
8176Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8177
8178 * gdb.texinfo (Signaling): Update for symbolic symbol names
8179 and add a section explaining the difference between the GDB
8180 signal command and the shell kill utility.
8181
8182Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
8183
8184 * libgdb.texinfo: added `@' to braces that were unescaped.
8185
8186Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
8187
8188 * libgdb.texinfo: new file. Spec for the gdb library.
8189
8190Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8191
8192 * stabs.texinfo (Include Files): Fix typo (start -> end).
8193
8194Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8195
8196 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8197 from Melissa at FSF's editing pass.
8198
8199Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8200
8201 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8202 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8203 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8204
8205Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8206
8207 * remote.texi (Bootstrapping): Discuss 386 call gates.
8208
8209Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8210
8211 * stabs.texinfo (Based Variables): New node.
8212
8213Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8214
8215 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8216 names, sizes, and formats to suggest how not to lose.
8217
8218Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8219
8220 * stabs.texinfo (Methods): Fix typo.
8221
8222Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8223
8224 * gdb.texinfo: Fix a few typos.
8225
8226Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8227
8228 * gdb.texinfo: Clarify how well it works with Fortran.
8229
8230 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8231 More on relocating stabs in ELF files.
8232
8233Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8234
8235 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8236
8237Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8238
8239 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8240 parameters on VAX.
8241
8242Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8243
8244 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8245
8246Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8247
8248 * stabs.texinfo: Make info author notice match the TeX author notice.
8249
8250Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8251
8252 * stabs.texinfo: Initial-caps all words in node names and
8253 non-trivial words in section names.
8254
8255Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8256
8257 * stabs.texinfo: Many minor cleanups.
8258
8259 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8260
8261Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8262
8263 * stabs.texinfo: Remove full description of big example.
8264 It's not really helpful; just use pieces of it where appropriate.
8265 Add more Texinfo formatting directives (@samp, etc.).
8266 Use @deffn to define stab types.
8267 Eliminate some wordiness. Break up some nodes.
8268 Add an (alphabetized) index of symbol types.
8269 Use consistent capitalization style in node and section names.
8270
8271Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8272
8273 * gdb.texinfo: Change typo "Two two" to "The two".
8274
8275Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8276
8277 * stabs.texinfo (XCOFF-differences): Remove references to
8278 non-existent types N_DECL and N_RPSYM.
8279
8280 * stabs.texinfo (String Field): Say that type attributes bug is
8281 fixed in GDB 4.10, since it is.
8282
8283 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8284
8285Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8286
8287 * stabs.texinfo: Formatting cleanups.
8288
8289Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8290
8291 * stabs.texinfo: When explaining the n_type of a stab, standardize
8292 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8293 no tabs, use @r).
8294 (Global Variables): Clean up.
8295
8296Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8297
8298 * stabs.texinfo (Stack Variables): Re-write.
8299
8300Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8301
8302 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8303 addresses of a source file. Also revise formatting.
8304 Change "object module" or "object file" to "source file".
8305 Various: Miscellaneous cleanups.
8306
8307Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8308
8309 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8310
8311Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8312
8313 * gdbint.texinfo: Removed many nonsensical machine-collected
8314 host and target conditionals, described some of the remainder.
8315
8316Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8317
8318 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8319
8320 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8321 paragraph which follows.
8322
8323 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8324 variables. Looks better and avoids overful hbox.
8325
8326Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8327
8328 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8329
8330Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8331
8332 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8333 retransmit-timeout
8334
8335Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8336
8337 * gdbint.texinfo: Update statement about `some ancient Unix
8338 systems, like Ultrix 4.0' to Ultrix 4.2.
8339
8340Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8341
8342 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8343
8344 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8345
8346 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8347 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8348
8349 * remote.texi: new name for former gdbinv-s.texi
8350
8351 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8352
8353Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8354
8355 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8356 variables for MIPS remote debugging protocol.
8357
8358Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8359
8360 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8361
8362Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8363
8364 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8365
8366Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8367
8368 * gdb.texinfo: repair conditional bugs in text markup
8369
8370Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8371
8372 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8373 to select Modula-2 material.
8374
8375Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8376
8377 * stabs.texinfo: Cleanups regarding statics.
8378
8379 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8380 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8381
8382Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8383
8384 * stabs.texinfo: N_MAIN is sometimes used for C.
8385
8386Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8387
8388 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8389
8390Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8391
8392 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8393 removed from the code by Kingdon.
c906108c
SS
8394
8395Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8396
8397 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8398 input when evaluating breakpoint conditions; the bug has been fixed.
8399
8400 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8401 sets the ignore count to N-1, not to N.
8402
8403Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8404
8405 * refcard.tex (\hoffset): correct longstanding error to match
8406 intended offset; avoids cutting off edge on some printers
8407
8408Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8409
8410 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8411
8412Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8413
8414 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8415
8416Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8417
8418 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8419 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8420 collect sed edits if any, apply to refcard before formatting;
8421 (refcard.ps) stop implying PS fonts if PS output requested;
8422 (lrefcard.ps) delete extra target for variant PS fonts
8423
8424 * refcard.tex: parametrize papersize dependent info, collect
8425 in easily replaced spot
8426
8427 * a4rc.sed: new file, edits to refcard for A4 paper
8428
8429Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8430
8431 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8432
8433Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8434
8435 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8436
8437Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8438
8439 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8440 politely rather than rudely.
8441
8442Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8443
8444 * stabs.texinfo: Document common blocks.
8445
8446Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8447
8448 * stabs.texinfo: Add some basic info about stabs-in-elf.
8449
8450Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8451
8452 * stabs.texinfo (Top): Minor cleanup.
8453
8454Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8455
8456 * Makefile.in (install-info): remove parentdir support
8457
8458Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8459
8460 * gdb.texinfo (Copying): delete this node and references to it;
8461 RMS says this manual need not carry GPL. (passim): Improvements
8462 from last round at FSF, largely due to Ian Taylor review, and
8463 minor formatting improvements.
8464
8465 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8466 largely due to Ian Taylor review. (Debug Session): minor edits to
8467 new text.
8468
8469Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8470
8471 * Makefile.in (realclean): Remove info and dvi files too.
8472
8473Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8474
8475 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8476 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8477 * gdb.texinfo: Change accordingly.
8478
8479 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8480 N_{L,R}BRAC,N_SLINE are relative to.
8481
8482Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8483
8484 * Makefile.in (GDBvn.texi): Update atomically.
8485
8486Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8487
8488 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8489
8490Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8491
8492 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8493 addresses together. Also motivate the set print symbol-filename
8494 command and suggest other solutions.
8495
8496Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8497
8498 * gdb.texinfo (set print elements): Note that the number of
8499 elements is set to unlimited by "set print elements 0".
8500
8501Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8502
8503 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8504 NF_LDOUBLE means.
8505 (Stab Types): Include Solaris stab types.
8506 (Procedures): Document Solaris extensions.
8507
8508Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8509
8510 * gdb.texinfo: Add `set print symbol-filename' doc.
8511
8512Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8513
8514 * stabs.texinfo (Arrays): Talk about type definition vs. type
8515 information.
8516
8517 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8518 the trailing semicolon.
8519
8520Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8521
8522 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8523 and merge in other parts of the document addressing these subjects.
8524 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8525
8526 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8527 at the end of a range type.
8528
8529 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8530 AIX extensions.
8531
8532Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8533
8534 * stabs.texinfo (Stabs Format): Misc fixes.
8535
8536Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8537
8538 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8539 (Traditional builtin types): Document convex convention for long long.
8540 (Negative builtin types): Discuss type names, and misc fixes.
8541
8542Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8543
8544 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8545 point types used with @samp{R} type descriptor.
8546 (Symbol Descriptors): Describe how to handle conflict between
8547 different meanings of @samp{P} symbol descriptor.
8548
8549Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8550
8551 * stabs.texinfo: Remove node Quick Reference and put its children
8552 directly under the main menu.
8553
8554 * stabs.texinfo: Many more changes to bring it into line with
8555 AIX documentation and reality. I think it now has all the
8556 information from the AIX documentation, except that I burned
8557 out when I got to variant records (Pascal and Modula-2) and
8558 all the COBOL types. Oh well, we can add them later when we're
8559 worrying more about those languages.
8560
8561 * stabs.texinfo (Automatic variables): Talk about what it means
8562 to omit the symbol descriptor.
8563
8564Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8565
8566 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8567 gcc2 behavior with promoted args.
8568
8569Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8570
8571 * gdb.texinfo: include readline appendices in info version of manual
8572
8573Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8574
8575 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8576 target remote.
8577
8578 * gdb.texinfo (Machine Code): more index entries for disassemble
8579
8580Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8581
8582 * Clarify the intended use of the gdb-testers and gdb-patches
8583 mailing lists, and shrink gzip comment.
8584
8585Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8586
8587 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8588 DOSHOST configuration of manual.
8589
8590 * gdb.texinfo (MIPS Stack): new node.
8591
8592 * all-config.texi (MIPS) new switch.
8593
8594 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8595 tense; (MIPS Remote) new node.
8596
8597 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8598 bug; (Environment) less passive, other small cleanups in text about
8599 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8600 (Remote) new MIPS Remote menu entry.
8601
8602Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8603
8604 * stabs.texinfo: Many changes to include information from the
8605 AIX documentation.
8606
8607 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8608
8609Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8610
8611 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8612 Move a bunch of information from ../README.
8613 (Getting Started): New node.
8614
8615Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8616
8617 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8618
8619 * gdb.texinfo: advance manual revision dates to present
8620
8621 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8622 stop using silly Roman numerals in @set variable names
8623
8624Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8625
8626 * stabs.texinfo (Parameters): Keep trying to get this right.
8627
8628Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8629
8630 * stabs.texinfo (Parameters): More on "local parameters".
8631
8632Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8633
8634 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8635
8636Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8637
8638 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8639 (Parameters): Rewrite.
8640 (xcoff-differences, Sun-differences): Minor changes.
8641
8642Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8643
8644 * stabs.texinfo: Minor cleanup.
8645
8646Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8647
8648 * gdbint.texinfo: Minor xcoff stuff.
8649
8650Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8651
8652 * gdbint.texinfo: Update for new config directory structure.
8653 Add info about internal type data structures.
8654
8655Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8656
8657 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8658 $(srcdir).
8659 (gdb-config.texi): Depend on file in $(srcdir).
8660
8661Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8662
8663 * stabs.texinfo: Fixes about N_SO.
8664
8665Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8666
8667 * gdb.texinfo: include list of nonstandard init file names
8668
8669 * *-config.texi: new switch GENERIC for text that applies *only*
8670 to (usual) multiple-target version of manual
8671
8672 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8673 h8 config
8674
8675 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8676 in menus (rather than conditionally selected multiple alternative
8677 menus).
8678
8679 * Makefile.in: define and use DOC_CONFIG var to select
8680 configuration for GDB user manual.
8681
8682 * gdb-config.texi: delete from repository, generate from Makefile.
8683
8684 * all-config.texi: normal `generic' configuration file, formerly
8685 stored as gdb-config.texi
8686
8687Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8688
8689 * Makefile.in: add dvi target to build all .dvi files
8690
8691Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8692
8693 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8694
8695Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8696
8697 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8698 host conditionals.
8699 * stabs.texinfo: More array fixes inspired by Jim's.
8700
8701Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8702
8703 * stabs.texinfo: Fixes re arrays and continuations.
8704
8705 * gdbint.texinfo: Add XCOFF node.
8706
8707Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8708
8709 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8710
8711Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8712
8713 * stabs.texinfo: Fix for array types to mention lower bounds.
8714
8715Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8716
8717 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8718
8719Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8720
8721 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8722
8723Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8724
8725 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8726 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8727
8728Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8729
8730 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8731
8732Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8733
8734 * gdb.texinfo, gdbinv-s.texi: misc updates
8735
8736Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8737
8738 * gdbint.texinfo: Brief documentation for longjmp support,
8739 from an email msg by Stu.
8740
8741Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8742
8743 * stabs.texinfo: Fix description of floating point "range"
8744 types (which really define basic types). Reported by Jim Meehan,
8745 <meehan@src.dec.com>.
8746
8747 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8748
8749Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8750
8751 * gdbint.texinfo: Slightly expand section on supporting a new
8752 object file format.
8753
8754Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8755
8756 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8757 intermediate file.
8758
8759Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8760
8761 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8762
8763Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8764
8765 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8766
8767 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8768 as well as Z8002.
8769
8770Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8771
8772 * gdbint.texinfo: Add sections on clean design and on how to send
8773 in changes.
8774
8775Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8776
8777 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8778
8779Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8780
8781 * gdb.texinfo: Fix typo, reported by Karl Berry.
8782
8783Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8784
8785 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8786
8787Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8788
8789 * gdbint.texinfo: fixed a stray email address (needs @@),
8790 added @table @code to node "Native Conditionals"
8791
8792Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8793
8794 * gdbint.texinfo: Describe coding style of GDB.
8795
8796Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8797
8798 * stabs.texinfo: Minor wording changes.
8799
8800Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8801
8802 * gdbint.texinfo: Improve release doc slightly.
8803
8804Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8805
8806 * gdbint.texinfo: Improve doc of GDB config macros.
8807
8808Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8809
8810 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8811 These will be reinserted when examined.
8812
8813Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8814
8815 * gdbint.texinfo: Make a start at documenting all the #if macros
8816 in GDB. At least list them all, and start separating them into
8817 host-specific and target-specific.
8818
8819Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8820
8821 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8822 examples (not consistent w others).
c906108c
SS
8823 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8824 for generic vn of doc
8825
8826Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8827
8828 * Makefile.in: always create installation directories.
8829
8830Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8831
8832 * gdb.texinfo: in h8 config, do not describe searching commands.
8833
8834Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8835
8836 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8837 conditionals; introduce a few generic switches that may be
8838 useful for other cross-dev or dos-hosted configs.
8839
8840 * gdb.texinfo: fix typo in "info reg" description
8841
8842Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8843
8844 * stabs.texinfo: Minor updates from running TeX over it.
8845 * Makefile.in (stabs.dvi, stabs.ps): Add.
8846
8847Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8848
8849 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8850 First pass at converting it to texinfo.
8851
8852Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8853
8854 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8855 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8856
8857Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8858
8859 * gdbint.texinfo: Add section on partial symbol tables.
8860
8861Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8862
8863 * gdb.texinfo: document `set remotedebug' and `set
8864 rstack_high_address'.
8865
8866Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8867
8868 * gdb.texinfo: slight expansion of new text on reading info files
8869 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8870 H8/300 from DOS.
8871
8872Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8873
8874 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8875
8876Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8877
8878 * gdb.texinfo: Say how to read the `info' files.
8879
8880Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8881
8882 * Makefile.in: gm4 -> m4.
8883
8884Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8885
8886 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8887 Documentation' ahead of `Installing GDB' to match README.
8888 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8889 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8890
8891Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8892
8893 * Makefile.in: remove $(srcdir) from gdb.info rule.
8894
8895Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8896
8897 * Makefile.in: commented out gdb-all.texinfo rule. This is
8898 temporary.
8899
8900Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8901
8902 * Makefile.in, configure.in: removed traces of namesubdir,
8903 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8904 copyrights to '92, changed some from Cygnus to FSF.
8905
8906Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8907
8908 * gdb.texinfo: Improve how we ask for bug reports.
8909
8910Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8911
8912 * Makefile.in: infodir belongs in datadir.
8913
8914Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8915
8916 * Makefile.in: remove spaces following hyphens, bsd make can't
8917 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8918 standards.text support.
c906108c
SS
8919
8920Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8921
8922 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8923 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8924 and mandir now keyed off datadir by default.
8925
8926\f
8927Local Variables:
9e9c5ae7 8928mode: change-log
c906108c
SS
8929left-margin: 8
8930fill-column: 74
8931version-control: never
8932End: