2012-05-06 Arnold Metselaar <arnold_m@operamail.com>
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
a20ee7a4
SCR
12012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2
3 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4 the new methods global_block and static_block on gdb.Symtab
5 objects.
6
56af09aa
SCR
72012-05-02 Siva Chandra Reddy <sivachandra@google.com>
8
9 * gdb.texinfo (Blocks In Python): Add a note saying that future
10 improvements to GDB and its infrastructure can move symbols
11 across blocks within a symbol table.
12
2746b0ef
YQ
132012-04-29 Yao Qi <yao@codesourcery.com>
14
15 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
16 (A29K): Remove.
17
62e5f89c
SDJ
182012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
19 Tom Tromey <tromey@redhat.com>
20
21 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
22 and generic static probe support on GDB.
23
a766d390
DE
242012-04-25 Doug Evans <dje@google.com>
25
50f042b9
DE
26 * gdb.texinfo (Go): Fix thinko.
27
a766d390
DE
28 * gdb.texinfo (Supported Languages): Add Go.
29 (Go): New node.
30
f02e2b19
YQ
312012-04-25 Yao Qi <yao@codesourcery.com>
32
33 * gdbint.texinfo (Testsuite): New section `Board settings'.
34
68d41a48
JK
352012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
36
37 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
38 Three times.
39
174bb630
JK
40 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
41 Three times.
42
0511cc75
JK
432012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
44
45 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
46 by @table @asis. Fix formatting of one item.
47
0070f25a
JK
482012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
49
50 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
51
4dc84fd1
JK
522012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
53
54 New option "set debug auto-load".
55 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
56 (auto-load verbose mode): New node.
57
bccbefd2
JK
582012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
59
60 New option "set auto-load safe-path".
61 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
62 and "info auto-load" examples for safe-path. Put there also references
63 for "set auto-load safe-path" and "show auto-load safe-path".
64 New menu item for Auto-loading safe path.
65 (Auto-loading safe path): New node.
66 (Python Auto-loading): Update the expected output from "Missing"
67 to "No".
68
bf88dd68
JK
692012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
70
71 auto-load: Implementation.
72 * gdb.texinfo (Mode Options): New anchor for -nx.
73 (Startup): New anchors for Option -init-eval-command,
74 Home Directory Init File
75 and Init File in the Current Directory during Startup.
76 Mention set auto-load local-gdbinit with a reference.
77 Change the sample code to "set auto-load python-scripts".
78 (Threads): New anchor set libthread-db-search-path.
79 Provide references to libthread_db.so.1 file.
80 (Controlling GDB): New menu item for Auto-loading.
81 (Auto-loading, Init File in the Current Directory)
82 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
83 (Python): Rename the menu item Auto-loading to Python Auto-loading.
84 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
85 reference.
86 (Auto-loading): Rename to ...
87 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
88 "set auto-load python-scripts", new anchor for it. Change
89 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
90 for it. Change "info auto-load-scripts"
91 to "info auto-load python-scripts", new anchor for it. Change "scripts"
92 to "Python scripts".
93
8264ba82
AG
942012-04-14 Anton Gorenkov <xgsa@yandex.ru>
95
96 PR mi/13393
97 * gdb.texinfo (Print Settings): Extend the description for "set print
98 object".
99 (GDB/MI Variable Objects): Extend the description for -var-create and
100 -var-list-children.
101
06fc020f
SCR
1022012-04-11 Siva Chandra Reddy <sivachandra@google.com>
103
104 * gdb.texinfo (Examining Data): Document the 'explore' command.
105
7191c139
JB
1062012-03-28 Joel Brobecker <brobecker@adacore.com>
107
108 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
109 to the children of a varobj and its update range when -var-update
110 returns that the varobj's type changed.
111
3708f05e
JK
1122012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
113
114 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
115 Create two new links fir 'objfile-gdb.py file'
116 and 'dotdebug_gdb_scripts section'.
117
8e0583c8
JK
1182012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
119
120 * gdb.texinfo (Auto-loading): Rename node reference
121 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
122 Twice.
123 (.debug_gdb_scripts section): Rename the node ...
124 (dotdebug_gdb_scripts section): ... here.
125 (Maintenance Commands): Also rename this node reference.
126
7b282c5a
SCR
1272012-03-22 Siva Chandra Reddy <sivachandra@google.com>
128
129 * gdb.texinfo (Python API/Values From Inferior): Add description
130 about the new method Value.referenced_value. Add description on
131 how Value.dereference is different (and similar) to
132 Value.referenced_value.
133
8320cc4f
JK
1342012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
135
136 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
137 --init-eval-command=COMMAND, -iex.
138 (Startup): Describe -iex and -ix. Simplify the example
139 for "set auto-load-scripts off".
140
481860b3
GB
1412012-03-16 Gary Benson <gbenson@redhat.com>
142
143 PR breakpoints/10738
144 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
145 stating that GDB cannot set breakpoints on inlined functions.
146 (Mode Options): Document --use-deprecated-index-sections.
147 (Index Section Format): Document new index section version format.
148
c4aeac85
TT
1492012-03-15 Tom Tromey <tromey@redhat.com>
150
151 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
152
16899756
DE
1532012-03-13 Doug Evans <dje@google.com>
154
155 * gdb.texinfo (Help): Change apropos example to use "alias" instead
156 of "reload".
157 (Symbols): Delete docs for set/show symbol-reloading.
158 * gdbint.texinfo (Defining Other Architecture Features): Delete
159 SYMBOL_RELOADING_DEFAULT.
160 * refcard.tex: Delete reference to symbol-reloading.
161
9b224c5e
PA
1622012-03-07 Pedro Alves <palves@redhat.com>
163
164 * gdb.texinfo (General Query Packets): Document new
165 QProgramSignals packet.
166 * gdb.texinfo (Remote configuration): Mention
167 "program-signals-packet".
168
169081d0
TG
1692012-03-05 Tristan Gingold <gingold@adacore.com>
170
171 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
172
d1feda86
YQ
1732012-03-03 Yao Qi <yao@codesourcery.com>
174
175 * gdb.texinfo (In-Process Agent): New node.
176 Document new commands.
177 (General Query Packets): Add packet `QAgent'.
178
1faeff08
MR
1792012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
180
181 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
182
7d74f244
DE
1832012-03-01 Scott J. Goldman <scottjg@vmware.com>
184
185 * gdb.texinfo (Commands In Python): Put example python macro in
186 COMMAND_USER category rather than COMMAND_OBSCURE.
187 Document gdb.COMMAND_USER.
188 (User-defined Commands): Update documentation to clarify
189 "set/show max-user-call-depth" and "show user" don't apply to python
190 commands. Update documentation to clarify "help user-defined" may
191 also include python commands defined as COMMAND_USER.
192
6fe37d23
JK
1932012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
194
195 * gdb.texinfo (Startup): Add option -ex description to the option -x
196 description.
197
83364271
LM
1982012-02-24 Luis Machado <lgustavo@codesourcery.com>
199
200 * gdb.texinfo (Setting Breakpoints): Mention and explain the
201 condition-evaluation breakpoint parameter.
202 Mention condition-evaluation mode being shown in "info break".
203 (Break Conditions): Add description for target-side
204 conditional breakpoints.
205 (Remote Configuration): Mention conditional-breakpoints-packet.
206 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
207 cond-expr.
208 (General Query Packets): Mention new ConditionalBreakpoint feature.
209
bdb1994d
TT
2102012-02-22 Tom Tromey <tromey@redhat.com>
211
212 * gdb.texinfo (Blocks In Python): Clarify block iteration.
213
4d241c86
TT
2142012-02-17 Tom Tromey <tromey@redhat.com>
215
216 PR python/10753:
217 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
218 directory.
219
816338b5
SS
2202012-02-14 Stan Shebs <stan@codesourcery.com>
221
222 * gdb.texinfo (Disabling Breakpoints): Document enable count.
223
cc30c4bd
PA
2242012-02-13 Pedro Alves <palves@redhat.com>
225
226 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
227 mips-idt-ecoff.
228
035d1e5b
YQ
2292012-02-09 Yao Qi <yao@codesourcery.com>
230
231 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
232
f0823d2c
TT
2332012-02-07 Tom Tromey <tromey@redhat.com>
234
235 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
236 Symbol.value.
237
64e7d9dd
TT
2382012-02-07 Tom Tromey <tromey@redhat.com>
239
240 * gdb.texinfo (Symbols In Python): Document Symbol.line.
241
4220b2f8
TS
2422012-01-27 Thomas Schwinge <thomas@codesourcery.com>
243
244 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
245
edcc5120
TT
2462012-01-24 Tom Tromey <tromey@redhat.com>
247
248 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
249 unload".
250 (Files): Mention new catch commands.
251 (GDB/MI Async Records): Likewise.
252
53fe1783
GB
2532012-01-24 Gary Benson <gbenson@redhat.com>
254
255 Delete #if 0'd out code.
256 * gdb.texinfo (Frame Info): Remove "info catch".
257
b9e7b9c3
UW
2582012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
259
260 * gdb.texinfo (Remote Configuration): Document
261 "set remote hostio-readlink-packet" command.
262 (General Query Packets): Document vFile:readlink packet.
263
4aac40c8
TT
2642012-01-16 Tom Tromey <tromey@redhat.com>
265
266 * gdb.texinfo (Specify Location): Document relative file name
267 handling.
268
cafec441
TT
2692012-01-16 Tom Tromey <tromey@redhat.com>
270
271 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
272
0ee339bc
JK
2732012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
274 Eli Zaretskii <eliz@gnu.org>
275
276 * gdbint.texinfo (Coding Standards): Require braces for two lines of
277 code.
278
72384ba3
PH
2792012-01-11 Paul Hilfinger <hilfingr@adacore.com>
280
281 * gdb.texinfo (Variables): Document use of :: for non-static
282 variables.
283
ce1b17c4
JB
2842012-01-05 Joel Brobecker <brobecker@adacore.com>
285
286 * gdbint.texinfo (Start of New Year Procedure): Update
287 to replace use of copyright.sh by use of copyright.py.
288
217bff3e
JK
2892012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
290
291 Remove the gdbtui binary.
292 * all-cfg.texi (GDBTUI): Remove.
293 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
294 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
295 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
296
cc72b2a2
KP
2972011-12-23 Kevin Pouget <kevin.pouget@st.com>
298
299 Introduce gdb.FinishBreakpoint in Python.
300 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
301 (Python API): Add menu entry for Finish Breakpoints.
302
13ac8d2c
JK
3032011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
304
305 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
306 tests.
307
e0f9f062
DE
3082011-12-16 Doug Evans <dje@google.com>
309
310 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
311
80b6e756
PM
3122011-12-16 Phil Muldoon <pmuldoon@redhat.com>
313
1c3ad6ab 314 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
315 stack". Add documentation for "set/show python print-stack".
316
2fb860fc
PA
3172011-12-14 Pedro Alves <pedro@codesourcery.com>
318
319 * gdb.texinfo (Implementing a Remote Stub): Explain that you
320 should transfer control to the stub in the startup code instead of
321 in main. Mention the need to get past the initial breakpoint.
322
f8eba3c6
TT
3232011-12-06 Tom Tromey <tromey@redhat.com>
324
325 * gdb.texinfo (Set Breaks): Update for new behavior.
326
2268b414
JK
3272011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
328
329 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
330 List Format for SVR4 Targets'.
331 (General Query Packets): New item qXfer:libraries-svr4:read.
332 (Library List Format for SVR4 Targets): New node.
333
ae6f0d5b
TT
3342011-12-01 Tom Tromey <tromey@redhat.com>
335
336 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
337 add.
338
36dfb11c
TT
3392011-11-22 Tom Tromey <tromey@redhat.com>
340
341 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
342 reasons.
343
f196051f
SS
3442011-11-20 Stan Shebs <stan@codesourcery.com>
345
346 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
347 note-related options and variables.
348 (Tracepoint Packets): Document packet changes.
349
f85b53f8
SD
3502011-11-20 Sanjoy Das <sdas@igalia.com>
351
352 * gdb.texinfo (JIT Interface): Add documentation on writing and
353 usind JIT debug info readers.
354 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
355 Debug Info Readers): New nodes.
356
bfccc43c
YQ
3572011-11-18 Yao Qi <yao@codesourcery.com>
358
359 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
360 tracepoint.
361
c011a4f4
DE
3622011-11-15 Doug Evans <dje@google.com>
363
364 * gdb.texinfo (Files): Document basenames-may-differ.
365
ed59ded5
DE
3662011-11-14 Doug Evans <dje@google.com>
367
368 * gdb.texinfo (Shell Commands): Document "!".
369
405f8e94
SS
3702011-11-14 Stan Shebs <stan@codesourcery.com>
371 Kwok Cheung Yeung <kcy@codesourcery.com>
372
373 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
374 needed to get shorter fast tracepoints.
375 (Tracepoint Packets): Document new qTMinFTPILen packet.
376
1e4d1764
YQ
3772011-11-14 Yao Qi <yao@codesourcery.com>
378
379 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
380 behavior of tracepoint.
381 (General Query Packets): New feature InstallInTrace.
382 (Remote Configuration): Document "set remote
383 install-in-trace-packet".
384
71eba9c2 3852011-11-12 Matt Rice <ratmice@gmail.com>
386
387 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
388 Add arguments to info macro.
389
e0f8f636
TT
3902011-11-10 Tom Tromey <tromey@redhat.com>
391
392 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
393 manual.
394 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
395 (Macros): Add a footnote.
396 (C): Remove paragraph about compiler options.
397 (C Constants): Mention wide character and string constants.
398 (C Plus Plus Expressions): Update compiler option advice. Mention
399 using declarations. Mention ADL. Remove old HP compiler
400 information.
401
625c0d47
TT
4022011-11-10 Tom Tromey <tromey@redhat.com>
403
404 PR c++/9257:
405 * gdb.texinfo (Print Settings): Add an extra note about the need
406 for a vtable.
407
4be2aacc
MR
4082011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
409
410 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
411 "set mips abi" documentation.
412
0a1c4d10
DE
4132011-11-04 Doug Evans <dje@google.com>
414
415 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
416
aad1c02c
TT
4172011-11-03 Tom Tromey <tromey@redhat.com>
418
419 * gdb.texinfo (Stopping): Add menu entry.
420 (Continuing and Stepping): Restore @node. Use @section, not
421 @subsection.
422
983fb131
MR
4232011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
424
425 * gdb.texinfo (Skipping Over Functions and Files): Remove node
426 designation. Fix "Specify Location" cross-reference.
427
3065dfb6
SS
4282011-11-02 Stan Shebs <stan@codesourcery.com>
429
430 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
431 (General Query Packets): Describe tracenz feature.
432 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
433
0aaaf063
PK
4342011-10-28 Paul Koning <paul_koning@dell.com>
435
436 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
437
2231f1fb
KP
4382011-10-27 Kevin Pouget <kevin.pouget@st.com>
439
440 * gdb.texinfo ((Frames In Python): Document
441 gdb.FRAME_UNWIND_FIRST_ERROR contant.
442
5110b5df
PK
4432011-10-26 Paul Koning <paul_koning@dell.com>
444
445 * gdb.texinfo (gdb.types): Document new deepitems function.
446
22dbab46
PK
4472011-10-25 Paul Koning <paul_koning@dell.com>
448
449 PR python/13327
450
451 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
452 fetch_lazy method.
453
9df2fbc4
PM
4542011-10-20 Phil Muldoon <pmuldoon@redhat.com>
455
456 PR python/12656
457
458 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
459 global_block, static_block function.
460
f05e2e1d
TT
4612011-10-19 Tom Tromey <tromey@redhat.com>
462
463 * gdb.texinfo (Commands In Python): Add missing "@"s.
464
a7fc3f37
KP
4652011-10-13 Kevin Pouget <kevin.pouget@st.com>
466
467 PR python/13285 Document named constants for frame unwind stop reasons
468 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
469 constants.
470
5048e516
JK
4712011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
472
473 Fix compatibility with texinfo versions older than 4.12.
474 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
475 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
476 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
477 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
478 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
479 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
480 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
481
5a56e9c5
DE
4822011-10-09 Doug Evans <dje@google.com>
483
484 * gdb.texinfo (Extending GDB): Document alias command.
485
36b11add
JK
4862011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
487
488 Support @entry in input expressions.
489 * gdb.texinfo (Variables): Describe @entry names suffix.
490 (Print Settings): Add anchor for `set print entry-values'.
491
e18b2753
JK
4922011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
493 Eli Zaretskii <eliz@gnu.org>
494
495 Display @entry parameter values (without references).
496 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
497 example.
498 (Print Settings): New description of set print entry-values and show
499 print entry-values.
500
111c6489
JK
5012011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
502 Eli Zaretskii <eliz@gnu.org>
503
504 Recognize virtual tail call frames.
505 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
506 (Tail Call Frames): New node.
507 (Frames In Python): Add gdb.TAILCALL_FRAME.
508
9c15afc4
DE
5092011-10-07 Doug Evans <dje@google.com>
510
511 * gdb.texinfo (gdb.printing): Document new `replace' arg to
512 register_pretty_printer.
513
99f5279d
PM
5142011-10-07 Phil Muldoon <pmuldoon@redhat.com>
515
516 PR python/12930
517 PR python/12802
518
519 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
520 stop method.
521
03583c20
UW
5222011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
523
524 * gdb.texinfo (Starting your Program): "set disable-randomization"
525 is no longer Linux-specific.
526 (Remote Configuration): Document "set remote
527 disable-randomization-packet".
528 (General Query Packets): Document "QDisableRandomization" packet
529 and add it to "qSupported" list.
530
bd054e06
KP
5312011-10-07 Kevin Pouget <kevin.pouget@st.com>
532
533 Allow Python notification of new object-file loadings.
534 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
535 event type.
536
cb6be26b
KP
5372011-10-04 Kevin Pouget <kevin.pouget@st.com>
538
539 PR python/12691: Add the inferior to Python exited event
540 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
541
a05336a1
JB
5422011-10-03 Joel Brobecker <brobecker@adacore.com>
543
544 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
545 rephasing.
546
5d77fe44
JB
5472011-10-03 Joel Brobecker <brobecker@adacore.com>
548
549 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
550 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
551 as possible feature returned by the `-list-features'
552 command.
553
699df94d
PK
5542011-09-28 Paul Koning <paul_koning@dell.com>
555
556 * gdb.texinfo (gdb.Type): Document field access by dictionary
557 key syntax.
558
24bdad53
YQ
5592011-09-28 Yao Qi <yao@codesourcery.com>
560
561 * gdb.texinfo (Files): Update options for `add-symbol-file'.
562 Add one space after option `-s'. Remove @r{} markup.
563
6710bf39
SS
5642011-09-27 Stan Shebs <stan@codesourcery.com>
565
566 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
567
d99f7e48
HZ
5682011-09-16 Hui Zhu <teawater@gmail.com>
569
570 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
571 to *(unsigned char *)$esp@300.
572
d812018b
PK
5732011-09-15 Paul Koning <paul_koning@dell.com>
574
575 * gdb.texinfo: Make style of Python functions and methods match
576 the syntax of Python. Also put class and module names explicitly
577 on function, member, and variable names, matching Python
578 documentation conventions.
579
2aa48337
KP
5802011-09-15 Kevin Pouget <kevin.pouget@st.com>
581
582 PR Python/12692 Add gdb.selected_inferior() to Python interface.
583 * gdb.texinfo (Inferiors In Python): Describe new
584 gdb.selected_inferior() function.
585
6839b47f
KP
5862011-09-15 Kevin Pouget <kevin.pouget@st.com>
587
588 Handle multiple breakpoint hits in Python interface:
589 * gdb.texinfo (Events In Python): New function documentation:
590 gdb.BreakpointEvent.breakpoints. Indicate that
591 gdb.BreakpointEvent.breakpoint is now deprecated.
592
26829f2b
JB
5932011-09-04 Joel Brobecker <brobecker@adacore.com>
594
595 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
596
a9f54f60
TT
5972011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
598
599 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
600
fa3a4f15
PM
6012011-08-17 Phil Muldoon <pmuldoon@redhat.com>
602
603 * gdb.texinfo (Prompt): Add set/show extended-prompt
604 documentation
605 (Basic Python): Add prompt_hook anchor.
606 (Python modules): Reword module text to reflect multiple modules.
607 (gdb.prompt): Document gdb.prompt module.
608
224bbe49
YQ
6092011-08-14 Yao Qi <yao@codesourcery.com>
610
78d85199
YQ
611 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
612
6132011-08-14 Yao Qi <yao@codesourcery.com>
614
615 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
616 (TIC6x Features): New node.
617
457e09f0
DE
6182011-08-12 Doug Evans <dje@google.com>
619
620 * gdb.texinfo (Symbols In Python): Document symbol.type.
621
5e239b84
PM
6222011-08-09 Phil Muldoon <pmuldoon@redhat.com>
623
624 * gdb.texinfo (Python): Document command and function
625 auto-loading.
626
177bc839
JK
6272011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
628 Eli Zaretskii <eliz@gnu.org>
629
630 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
631 typedefs unrolling. Extend the sample code by an inner typedef and
632 outer typedefs unrolling.
633
1a532630
PP
6342011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
635
636 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
637 size and line-size.
638
9b158ba0 6392011-07-21 Matt Rice <ratmice@gmail.com>
640
641 PR macros/12999
642 * gdb.texinfo (Macros): Add info definitions and info macros commands.
643 Update text and cindex entries for info macro command.
644
d17b6f81
PM
6452011-07-21 Phil Muldoon <pmuldoon@redhat.com>
646
647 * observer.texi (GDB Observers): Add before_prompt observer.
648 * gdb.texinfo (Basic Python): Add documentation for prompt
649 substitution.
650
713389e0
PM
6512011-07-11 Phil Muldoon <pmuldoon@redhat.com>
652
653 PR python/12438
654 * gdb.texinfo (Python Commands): Add deprecate note to maint
655 set/show python print-stack. Document set/show python
656 print-backtrace.
657
177b42fe
TJB
6582011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
659
660 * gdb.texinfo: Fix typos.
661
900e11f9
JK
6622011-07-01 Tom Tromey <tromey@redhat.com>
663
664 * gdb.texinfo (Debugging Output): Document set debug
665 check-physname.
666
39c4d40a
TT
6672011-06-29 Tom Tromey <tromey@redhat.com>
668
669 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
670 breakpoint-notifications feature.
671
6f5def7d
UW
6722011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
673
674 * gdb.texinfo (Target Description): Remove warning about
675 possibly unstable format.
676
8cf64490
TT
6772011-06-03 Tom Tromey <tromey@redhat.com>
678
679 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
680 (Events In Python): Note that exit_code is optional.
681
393eab54
PA
6822011-05-17 Pedro Alves <pedro@codesourcery.com>
683
684 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
685 required for multi-threading support.
686 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
687 Hc are deprecated for multi-threading debugging. Point readers at
688 the vCont packet.
689
75fc9810
DE
6902011-05-15 Doug Evans <dje@google.com>
691
692 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
693
01124a23
DE
6942011-05-13 Doug Evans <dje@google.com>
695
98a5dd13
DE
696 * gdb.texinfo (Threads): Document $sdir,$pdir.
697 (Server): Document $pdir exception.
698
dbaefcf7
DE
699 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
700
cc63ef9b
DE
701 * gdb.texinfo (Threads): Clarify default value for
702 libthread-db-search-path.
7e0396aa 703
01124a23
DE
704 * gdb.texinfo (Completion): Update example.
705 (Debugging Output): Delete `set/show debug lin-lwp-async'.
706
d248b706
KY
7072011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
708
709 * gdb.texinfo: Document change in the behaviour of the enable and
710 disable GDB commands when applied to tracepoints.
711 Document the EnableDisableTracepoints remote stub feature.
712 Document QTEnable and QTDisable in the list of tracepoint packets.
713
cc88a640
JK
7142011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
715
716 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
717 hsuser.texi.
718 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
719 comment to hsuser.texi. Change rluser.texi name in the comment.
720
84e578fb
DE
7212011-05-10 Doug Evans <dje@google.com>
722
723 * gdb.texinfo (Threads): If an empty path is provided for
724 libthread-db-search-path it is reset to its default value.
725 (Server): Ditto.
726
478aac75
DE
7272011-05-09 Doug Evans <dje@google.com>
728
729 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
730
9c06b0b4
TJB
7312011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
732 Thiago Jung Bauermann <bauerman@br.ibm.com>
733
734 Implement support for PowerPC BookE masked watchpoints.
735 * gdb.texinfo (Set Watchpoints): Document mask parameter.
736 (PowerPC Embedded): Mention support of masked watchpoints.
737
9ed350ad
JB
7382011-05-03 Joel Brobecker <brobecker@adacore.com>
739
740 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
741 `@value{GDBN}'.
742
4ceed123
JB
7432011-05-03 Joel Brobecker <brobecker@adacore.com>
744
745 * gdb.texinfo (titlepage): Remove dedication.
746 (In Memoriam): New appendix.
747
559a7a62
JK
7482011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
749 Eli Zaretskii <eliz@gnu.org>
750
751 * gdb.texinfo (Index Section Format): Change the version to 5.
752 Describe the different formula.
753
03f2bd59
JK
7542011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
755 Eli Zaretskii <eliz@gnu.org>
756
757 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
758 for disconnected tracing.
759 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
760 extended-remote relationship. Mention --once.
761 (TCP port allocation lifecycle of @code{gdbserver}): New.
762
d9b1a651
EZ
7632011-04-23 Eli Zaretskii <eliz@gnu.org>
764
765 * gdb.texinfo (Server): Improve indexing. Index all optional
766 switches to gdbserver.
767
90476074
TT
7682011-04-20 Tom Tromey <tromey@redhat.com>
769
770 * gdb.texinfo (Index Section Format): New node.
771 (Top): Add new node to menu.
772
c21236dc
PA
7732011-04-20 Pedro Alves <pedro@codesourcery.com>
774
775 * gdb.texinfo (Maintenance Commands): Document `maint print
776 remote-registers'.
777
05c8c3f5
TT
7782011-04-20 Tom Tromey <tromey@redhat.com>
779
780 * gdb.texinfo (Trace File Format): Move node later.
781
7a9dd1b2
TT
7822011-04-19 Tom Tromey <tromey@redhat.com>
783
784 * gdbint.texinfo (Register Information Functions): Remove
785 duplicate "the".
786 * gdb.texinfo (Emacs): Remove duplicate "to".
787 (GDB/MI Variable Objects): Remove duplicate "the".
788 (General Query Packets): Likewise.
789
4368ebeb
JB
7902011-04-02 Joel Brobecker <brobecker@adacore.com>
791
792 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
793 "GDB/MI Ada Exception Information" node.
794
956a9fb9
JB
7952011-04-01 Joel Brobecker <brobecker@adacore.com>
796
797 * gdb.texinfo (GDB/MI Ada Exception Information): Document
798 the "exception-name" field in the *stopped async record.
799
f1310107
TJB
8002011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
801 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
802
803 Implement support for PowerPC BookE ranged breakpoints.
804 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
805
8786b2bd
TT
8062011-03-28 Tom Tromey <tromey@redhat.com>
807
808 * gdb.texinfo (Set Tracepoints): Fix typo.
809
9ef07c8c
TT
8102011-03-24 Tom Tromey <tromey@redhat.com>
811
812 * gdb.texinfo (Specify Location): Document `function:label'
813 linespec.
814
99c3dc11
PM
8152011-03-18 Phil Muldoon <pmuldoon@redhat.com>
816
f1310107 817 PR python/12149
99c3dc11
PM
818
819 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
820
29703da4
PM
8212011-03-17 Phil Muldoon <pmuldoon@redhat.com>
822
823 * gdb.texinfo (Blocks In Python): Add is_valid method description.
824 (Inferiors In Python): Likewise.
825 (Threads In Python): Likewise.
826 (Symbols In Python): Likewise.
827 (Objfiles In Python): Likewise.
828 (Symbol Tables In Python): Likewise.
829
c9174737
PA
8302011-03-15 Pedro Alves <pedro@codesourcery.com>
831
832 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
833 display>: Explain that the commands accept number ranges.
834
7371cf6d
PM
8352011-03-14 Phil Muldoon <pmuldoon@redhat.com>
836
837 * gdb.texinfo (Breakpoints In Python): Add description and example
838 of Python stop function operation.
839
ecec24e6
PM
8402011-03-10 Phil Muldoon <pmuldoon@redhat.com>
841
842 * gdb.texinfo (Parameters In Python): Document get_set_string and
843 get_show_string methods.
844
6dcd5565
JK
8452011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
846
847 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
848
81896e36
JK
849 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
850 circular-trace-buffer name.
851
5e30da2c
JB
8522011-02-28 Joel Brobecker <brobecker@adacore.com>
853
854 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
855 in the previous change.
856
3bd0f5ef 8572011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
858
859 * gdb.texinfo (Inferiors and Programs): Update commands to show
860 that they can accept multiple arguments.
861
4ec7539c
JB
8622011-02-24 Joel Brobecker <brobecker@adacore.com>
863
864 Revert the following patch (code patch was not approved):
865 2011-02-21 Hui Zhu <teawater@gmail.com>
866 * agentexpr.texi (bytecode descriptions): add printf.
867 * gdb.texinfo (tracepoint action lists): add printf.
868
82809774
DE
8692011-02-23 Doug Evans <dje@google.com>
870
871 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
872
e5a67952
MS
8732011-02-23 Michael Snyder <msnyder@vmware.com>
874
875 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
876 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
877 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
878
6e6fbe60
DE
8792011-02-22 Doug Evans <dje@google.com>
880
881 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
882 Clarify behaviour of lookup_symbol when `block' argument is omitted,
883 add description of result, fix @defun formatting.
884
f994e27a
HZ
8852011-02-21 Hui Zhu <teawater@gmail.com>
886
887 * agentexpr.texi (Bytecode Descriptions): Add printf.
888 * gdb.texinfo (Tracepoint Action Lists): Add printf.
889
c7f96d2b
TT
8902011-02-18 Tom Tromey <tromey@redhat.com>
891
892 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
893
60f98dde
MS
8942011-02-14 Michael Snyder <msnyder@vmware.com>
895
896 * gdb.texinfo (threads): Document argument for "info threads" cmd.
897 Document new command "thread find".
898
08e796bc
MS
8992011-02-14 Michael Snyder <msnyder@vmware.com>
900
901 * gdb.texinfo (Threads): Update example of new thread message.
902
b3b9301e
PA
9032011-02-14 Pedro Alves <pedro@codesourcery.com>
904
905 * gdb.texinfo (Remote Configuration): Mention set/show remote
906 traceframe-info.
907 (Tools/Packages Optional for Building GDB): Mention that expat is
908 used for traceframe info.
909 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
910 (General Query Packets) <qSupported>: Describe the
911 qXfer:traceframe-info:read feature.
912 (qXfer::read): Describe qXfer:traceframe-info:read.
913 (Traceframe Info Format): New section.
914
cef35b0f
PA
9152011-02-04 Pedro Alves <pedro@codesourcery.com>
916
917 * gdbint.texinfo (Formatting): Mention some formatting guidelines
918 for casts and unary operators.
919
f1cbe1d3
TT
9202011-02-04 Tom Tromey <tromey@redhat.com>
921
922 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
923 is not useful.
924
585fdaa1
PA
9252011-01-25 Pedro Alves <pedro@codesourcery.com>
926
927 * gdb.texinfo: s/value optimized out/optimized out/g
928
7bfc9434
JB
9292011-01-21 Joel Brobecker <brobecker@adacore.com>
930
931 * gdb.texinfo (Other Misc Settings): Rework part of the
932 documentation of the "set interactive mode" command.
933
4694da01
TT
9342011-01-19 Tom Tromey <tromey@redhat.com>
935
936 * gdb.texinfo (Threads): Document thread name output and `thread
937 name' command.
938 (Threads In Python): Document Thread.name attribute.
939 (GDB/MI Thread Commands): Document thread attributes.
940
b716877b
AB
9412011-01-12 Andrew Burgess <aburgess@broadcom.com>
942
943 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
944 changes in mi/mi-cmd-disas.c
945
13fd8b81
TT
9462011-01-12 Tom Tromey <tromey@redhat.com>
947
948 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
949 Fix "thread apply" text.
950
e09342b5
TJB
9512011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
952 Thiago Jung Bauermann <bauerman@br.ibm.com>
953
954 Implement support for PowerPC BookE ranged watchpoints.
955 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
956 the "set powerpc exact-watchpoints" flag.
957
06e65f44
TT
9582011-01-07 Tom Tromey <tromey@redhat.com>
959
960 * gdb.texinfo (Python API): Add descriptions to @menu items.
961
d8e22779
TT
9622011-01-06 Tom Tromey <tromey@redhat.com>
963
964 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
965
a255712f
PP
9662010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
967
e09342b5 968 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 969
ccfc3d6e
TT
9702011-01-06 Tom Tromey <tromey@redhat.com>
971
972 PR python/12133:
973 * gdb.texinfo (Frames In Python): Document various frame
974 constants.
975
44944448
JB
9762011-01-05 Joel Brobecker <brobecker@adacore.com>
977
978 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
979 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
980 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
981
42ea3d7a
JK
9822011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
983
984 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
985 (clean): Add GDBvn.texi.
986
720d1a40
JB
9872010-12-29 Joel Brobecker <brobecker@adacore.com>
988
989 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
990 occasional case where the debugger prints an array address
991 instead of the array itself.
992
ad196637
PA
9932010-12-23 Pedro Alves <pedro@codesourcery.com>
994
995 * gdb.texinfo (Packets) <read registers packet>: Document support
996 for registers that were not collected.
997
a86caf66
DE
9982010-12-15 Doug Evans <dje@google.com>
999
1000 * gdb.texinfo (Startup): Document auto-loading of scripts during
1001 startup.
1002 (Auto-loading): Delete "maint set python auto-load on|off".
1003 Add "set auto-load-scripts on|off".
1004
aae1c79a
DE
10052010-12-07 Doug Evans <dje@google.com>
1006
1007 * gdb.texinfo (Mode Options): Document -data-directory.
1008 (Data Files): Add reference to -data-directory.
1009
4e04c971
DE
10102010-11-29 Doug Evans <dje@google.com>
1011
1012 * gdb.texinfo (Pretty-Printer Introduction): Change
1013 printer-name:subprinter-name to printer-name;subprinter-name.
1014
94b6973e
PM
10152010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1016
1017 PR python/12199
1018
1019 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
1020
39037522
TT
10212010-11-23 Tom Tromey <tromey@redhat.com>
1022
1023 * gdb.texinfo (Top): Check SYSTEM_READLINE.
1024 (Editing): Likewise.
1025 (Command History): Likewise.
1026 (TUI Keys): Likewise.
1027 (Bug Reporting): Conditionally include rluser.texi and
1028 inc-history.texinfo.
1029 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
1030 (GDB_DOC_SOURCE_INCLUDES): Add comment.
1031 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
1032 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
1033 (gdb.pdf): Likewise.
1034 (gdb.info): Likewise.
1035 (gdb/index.html): Likewise.
1036
5ae98d25
TT
10372010-11-23 Tom Tromey <tromey@redhat.com>
1038
1039 * Makefile.in (Makefile): Run ../config.status.
1040 (distclean): Update.
1041 * configure: Remove.
1042 * configure.ac: Remove.
1043
621c8364
TT
10442010-11-12 Tom Tromey <tromey@redhat.com>
1045
1046 * gdb.texinfo (Basic Python): Update. Add xref.
1047 (Exception Handling): Document new exception classes.
1048 (Types In Python): Update.
1049 (Frames In Python): Update.
1050
84f4c1fe
PM
10512010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1052
1053 * gdb.texinfo (Breakpoints In Python): Document "internal"
1054 parameter, and visible attribute.
1055
99e7ae30
DE
10562010-11-05 Doug Evans <dje@google.com>
1057
1058 * gdb.texinfo (Source Path): Document "set directories".
1059
f4b8a18d
KW
10602010-11-05 Ken Werner <ken.werner@de.ibm.com>
1061
1062 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
1063 (OpenCL C): New node.
1064
7b51bc51
DE
10652010-11-02 Doug Evans <dje@google.com>
1066
1067 * gdb.texinfo (Pretty Printing): Expand into three sections,
1068 introduction, example, and commands.
1069 (Python API): Delete section Disabling Pretty-Printers, merge into
1070 Selecting Pretty-Printers.
1071 (Writing a Pretty-Printer): New section. Move the pretty-printer
1072 example here, and reformat to match python coding style. Add a second
1073 example using the gdb.printing module.
1074 (Python modules): Add gdb.printing.
1075
9eeee977
DE
10762010-10-29 Doug Evans <dje@google.com>
1077
1078 * gdb.texinfo (Python): Fix long line.
1079
a0e0ffdf
DE
10802010-10-20 Doug Evans <dje@google.com>
1081
1082 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
1083 All references updated. Correct sections marked as subsections.
1084 (Coding Standards): New chapter. Move the coding standard related
1085 subsections here. Add section on Python coding standards.
1086
0e3509db
DE
10872010-10-13 Doug Evans <dje@google.com>
1088
1089 * gdb.texinfo (Python): Add "Python modules".
1090 (Types in Python): Add reference to gdb.types section.
1091 (Python modules): New node.
1092
44592cc4
DE
10932010-10-11 Doug Evans <dje@google.com>
1094
1095 * gdb.texinfo (Values From Inferior): Add reference to "Types in
1096 Python" from gdb.Value.type description.
1097
6e1bb179
JB
10982010-09-28 Joel Brobecker <brobecker@adacore.com>
1099
1100 * gdb.texinfo (Ravenscar Profile): New node.
1101
e8467610
TT
11022010-09-22 Tom Tromey <tromey@redhat.com>
1103
1104 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
1105
fccd1d1e
EZ
11062010-09-22 Eli Zaretskii <eliz@gnu.org>
1107
1108 * gdb.texinfo (Values From Inferior): Clarify that
1109 value.dynamic_type works only in C++ programs with RTTI.
1110
c1b6b909
TT
11112010-09-15 Paul Bolle <pebolle@tiscali.nl>
1112
1113 * gdb.texinfo (Character Sets): Correctly reference host-charset
1114 in example.
1115
7d288aaa
TT
11162010-09-13 Tom Tromey <tromey@redhat.com>
1117
1118 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
1119 Document "fullname" and "from".
1120
f75d858b
MK
11212010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1122
1123 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
1124 feature `reverse' output by -list-target-features.
1125
83b9503b
L
11262010-08-31 H.J. Lu <hongjiu.lu@intel.com>
1127
1128 * gdb.texinfo (i386 Features): Remove an extra "@item".
1129
03f17ccf
TT
11302010-08-30 Tom Tromey <tromey@redhat.com>
1131
1132 PR python/11792:
1133 * gdb.texinfo (Values From Inferior): Document dynamic_type.
1134
9779414d
DJ
11352010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1136
1137 * gdb.texinfo (ARM Features): Document
1138 org.gnu.gdb.arm.m-profile.
1139
f9ffd4bb
TT
11402010-08-23 Tom Tromey <tromey@redhat.com>
1141
1142 PR python/11145:
1143 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
1144 reinterpret_cast methods.
1145
702c2711
TT
11462010-08-23 Tom Tromey <tromey@redhat.com>
1147
1148 PR python/11915:
1149 * gdb.texinfo (Types In Python): Document array method.
1150
66b73624
TJB
11512010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
1152
1153 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
1154
06a64a0b
TT
11552010-08-16 Tom Tromey <tromey@redhat.com>
1156
1157 * gdb.texinfo (Set Watchpoints): Document -location option.
1158
a3a7127e
DE
11592010-08-13 Doug Evans <dje@google.com>
1160
1161 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
1162
8dedea02
VP
11632010-08-13 Vladimir Prus <vladimir@codesourcery.com>
1164
1165 * gdb.texinfo (GDB/MI Data Manipulation): Document
1166 -data-read-memory-raw and -data-write-memory-raw.
1167
ca5c20b6 11682010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 1169 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
1170
1171 * gdb.texinfo (Basic Python): Describe post_event API.
1172
cb2e07a6
PM
11732010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1174
1175 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 1176 decode_line Python APIs
cb2e07a6 1177
464b3efb
TT
11782010-08-10 Tom Tromey <tromey@redhat.com>
1179
1180 * gdb.texinfo (Pretty Printing API): Document
1181 gdb.default_visualizer.
1182
c29c521f
TT
11832010-08-10 Tom Tromey <tromey@redhat.com>
1184
1185 Revert gdb-add-index addition:
1186 * gdb.texinfo (Index Files): Don't document gdb-add-index.
1187
5da1313b
JK
11882010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1189 Eli Zaretskii <eliz@gnu.org>
1190
1191 * gdb.texinfo (Mode Options) <-batch>
1192 (Basic Python) <gdb.execute>: Describe setting width and height.
1193
02d868e8
PP
11942010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1195
1196 * gdb.texinfo (Threads): Document 'debug libthread-db'.
1197
c2bbed2a
TT
11982010-07-30 Tom Tromey <tromey@redhat.com>
1199
1200 * gdb.texinfo (Index Files): Mention gdb-add-index.
1201
6c13bbe1
HZ
12022010-07-30 Hui Zhu <teawater@gmail.com>
1203
1204 * gdb.texinfo (Inferiors and Programs): Update the introduce of
1205 "detach inferior" and "kill inferior".
1206
53a71c06
CR
12072010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
1208
1209 * gdb.texinfo (Machine Code): Update description of two forms of
1210 arguments, and add new example to demonstrate the new form.
1211
5374244e
PM
12122010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1213
1214 * gdb.texinfo (Values From Inferior): Add value inferior function
1215 call description.
1216
8ea5bce5
JK
12172010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1218
1219 * gdb.texinfo (Active Targets): Fix wrong comma placement.
1220
c0edd9ed
JK
12212010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1222 Eli Zaretskii <eliz@gnu.org>
1223
1224 Make core files the process_stratum.
1225 * gdb.texinfo (Active Targets): Remove core_stratum. Include
1226 record_stratum example.
1227
9291a0cd
TT
12282010-07-13 Tom Tromey <tromey@redhat.com>
1229
1230 * gdb.texinfo (Index Files): New node.
1231
f5011d11
TT
12322010-07-13 Tom Tromey <tromey@redhat.com>
1233
1234 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
1235
0f5238ed
TT
12362010-07-13 Tom Tromey <tromey@redhat.com>
1237
1238 * gdb.texinfo (Specify Location): Document labels.
1239
74c761c1
PA
12402010-07-01 Pedro Alves <pedro@codesourcery.com>
1241
1242 * gdb.texinfo (Create and Delete Tracepoints): Add more index
1243 entries for fast tracepoints and static tracepoints.
1244
501994c0
PA
12452010-07-01 Pedro Alves <pedro@codesourcery.com>
1246
1247 * gdb.texinfo (General Query Packets) <qfThreadInfo,
1248 qsThreadInfo>: Spell out `l' as ell.
1249
0fb4aa4b
PA
12502010-07-01 Pedro Alves <pedro@codesourcery.com>
1251
1252 * gdb.texinfo (Convenience Variables): Document $_sdata.
1253 (Commands to Set Tracepoints): Describe static tracepoints. Add
1254 `Listing Static Tracepoint Markers' menu entry. Document
1255 "strace".
1256 (Tracepoint Action Lists): Document collecting $_sdata.
1257 (Listing Static Tracepoint Markers): New subsection.
1258 (Tracepoints support in gdbserver): Mention static tracepoints.
1259 (remote packets, enabling and disabling): Mention
1260 read-sdata-object.
1261 (General Query Packets) <qSupported>: Document qXfer:sdata:read
1262 and StaticTracepoint.
1263 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
1264 Document qXfer:sdata:read.
1265 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
1266
dc3b15be
JB
12672010-06-29 Joel Brobecker <brobecker@adacore.com>
1268
1269 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
1270
595939de
PM
12712010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1272 Tom Tromey <tromey@redhat.com>
1273 Thiago Jung Bauermann <bauerman@br.ibm.com>
1274
1275 * gdb.texinfo (Inferiors In Python): New node.
1276 * gdb.texinfo (Threads In Python): New node.
1277
9279c692
JB
12782010-06-28 Joel Brobecker <brobecker@adacore.com>
1279
1280 * gdb.texinfo (Python): Document what the python directory is
1281 and what its location is.
1282 (Basic Python): Document the gdb.PYTHONDIR constant.
1283
bc9f0842
TT
12842010-06-25 Tom Tromey <tromey@redhat.com>
1285
1286 PR python/10808:
1287 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1288
f1421989
HZ
12892010-06-24 Hui Zhu <teawater@gmail.com>
1290
1291 * gdb.texinfo: (Commands for Controlled Output): Add
1292 documentation for command "eval".
1293
e4c0cfae
SS
12942010-06-21 Stan Shebs <stan@codesourcery.com>
1295
1296 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1297 * annotate.texinfo: Ditto.
1298 * gdbint.texinfo: Ditto.
1299 * stabs.texinfo: Ditto.
1300
bb08c432
HZ
13012010-06-22 Hui Zhu <teawater@gmail.com>
1302
1303 * gdb.texinfo: (Process Record and Replay): Add documentation
1304 for command "set record memory-query".
1305
4f5d9f07
SS
13062010-06-21 Stan Shebs <stan@codesourcery.com>
1307
1308 * gdb.texinfo: Relicense under GFDL version 1.3.
1309 * annotate.texinfo: Relicense under GFDL version 1.3.
1310 * gdbint.texinfo: Relicense under GFDL version 1.3.
1311 * stabs.texinfo: Relicense under GFDL version 1.3.
1312 * fdl.texi: Update to version 1.3.
1313
6aed2dbc
SS
13142010-06-18 Stan Shebs <stan@codesourcery.com>
1315
a61408f8
SS
1316 * gdb.texinfo (Operating System Auxiliary Information): Describe
1317 "info os" when no arguments given.
1318
6aed2dbc
SS
1319 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1320 $_thread.
1321
24e933df
HZ
13222010-06-18 Hui Zhu <teawater@gmail.com>
1323
1324 * gdb.texinfo: (Process Record and Replay): Add documentation
1325 for commands "record save" and "record restore".
1326
65d79d4b
SDJ
13272010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1328
1329 * gdb.texinfo: Include information about the correct use
1330 of addresses in the `watch' command.
1331
d914c394
SS
13322010-06-11 Stan Shebs <stan@codesourcery.com>
1333
1334 * gdb.texinfo (Observer Mode): New section.
1335 (General Query Packets): Document QAllow.
889bf7c5 1336
967cf477
DE
13372010-06-04 Doug Evans <dje@google.com>
1338
1339 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1340
aaf4119b
DE
13412010-06-03 Doug Evans <dje@google.com>
1342
1343 * gdbint.texinfo (Coding): Add subsection on command names.
1344
9eae7c52
TT
13452010-06-02 Tom Tromey <tromey@redhat.com>
1346
1347 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1348 always-disassemble.
1349
fa593d66
PA
13502010-06-01 Pedro Alves <pedro@codesourcery.com>
1351
1352 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1353 gdbserver, and add cross reference.
1354 (Tracepoints support in gdbserver): New subsection.
1355
dde08ee1
PA
13562010-05-26 Pedro Alves <pedro@codesourcery.com>
1357
1358 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1359 `qRelocInsn' feature.
1360 (Relocate instruction reply packet): New subsection
1361 of `Tracepoint Packets'.
1362 (Tracepoint Packets): Mention that packets QTDP and QTStart
1363 support the qRelocInsn request, and add cross reference to new
1364 subsection.
1365
07ca107c
DE
13662010-05-25 Doug Evans <dje@google.com>
1367
1368 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1369 (Commands In Python): Document gdb.string_to_argv.
1370
c25c4a8b
JK
13712010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1372
1373 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1374 ATTR_NORETURN.
1375
d7b32ed3 13762010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
1377 Tom Tromey <tromey@redhat.com>
1378 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 1379
c25c4a8b 1380 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 1381
6aecb9c2
JB
13822010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1383
1384 * gdb.texinfo: (Summary) Add mention about D language support.
1385 (Filenames): Add D suffixes.
1386 (D): New node.
1387
b7da9e9f
PM
13882010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1389
1390 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1391 of macro deleted from GDB code.
1392
ab38a727
PA
13932010-04-24 Pedro Alves <pedro@codesourcery.com>
1394
1395 * gdb.texinfo (Commands to specify files): Describe what how GDB
1396 looks up DOS-based filesystem paths on the system root. Document
1397 the new `set/show target-file-system-kind' commands.
1398
66d09542
DE
13992010-04-23 Doug Evans <dje@google.com>
1400
1401 * gdb.texinfo (Python): Move Auto-loading section here ...
1402 (Python API): from here.
1403 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1404 (Maintenance Commands): Add docs for "maint print section-scripts".
1405
8bd10a10
CM
14062010-04-20 Chris Moller <cmoller@redhat.com>
1407
1408 * gdb.texinfo (Setting Breakpoints): Added description of
1409 filename-qualified rbreak.
1410 * refcard.tex (Breakpoints and Watchpoints): Added brief
1411 description of filename-qualified rbreak.
1412
4c374409
JK
14132010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1414
1415 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1416 (Python API): Change the reference to Pretty Printing API.
1417 (Pretty Printing): Move the user part under the Data node. Reformat
1418 the sample output to 72 columns. Create a new reference to Pretty
1419 Printing API. Rename the API part ...
1420 (Pretty Printing API): To a new node name.
1421 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1422 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1423
5a9351ae
SS
14242010-04-21 Stan Shebs <stan@codesourcery.com>
1425
1426 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1427 and commands.
5a9351ae 1428 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1429
9a22f0d0
PM
14302010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1431
1432 * gdb.texinfo (Examining memory): Update for change in string
1433 display with explicit size.
1434
6149aea9
PA
14352010-04-19 Pedro Alves <pedro@codesourcery.com>
1436
1437 PR breakpoints/8554.
1438
1439 * gdb.texinfo (Save Breakpoints): New node.
1440 (save-tracepoints): Rename to ...
1441 (save tracepoints): ... this. Mention that `save-tracepoints' is
1442 a deprecated alias to `save tracepoints'.
1443
711e434b
PM
14442010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1445
645797a8 1446 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1447 (info w32 thread-information-block): Document new command.
1448 (qGetTIBAddress): Document new gdbserver query.
1449 (maint set/show show-all-tib): Document new command.
1450
3f7b2faa
DE
14512010-04-15 Doug Evans <dje@google.com>
1452
fa33c3cd
DE
1453 * gdb.texinfo (Python API): Add progspaces section.
1454 (Selecting Pretty-Printers): Progspace pretty-printers are
1455 searched too.
1456 (Progspaces In Python): New section.
1457
3f7b2faa
DE
1458 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1459
79f283fe
PM
14602010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1461
1462 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1463 returns None.
1464
87290684
SS
14652010-04-09 Stan Shebs <stan@codesourcery.com>
1466
1467 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1468 Describe the `frames-created' field, tweak grammar.
1469
a97153c7
PA
14702010-04-09 Pedro Alves <pedro@codesourcery.com>
1471
1472 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1473 Describe the `circular' and `disconnected' fields.
1474
5c5dcc1b
L
14752010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1476
1477 * gdb.texinfo (maint print registers): Mention unavailable and
1478 invisible registers.
1479
adc36818
PM
14802010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1481 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1482 Tom Tromey <tromey@redhat.com>
adc36818
PM
1483
1484 * gdb.texinfo (Breakpoints In Python): New Node.
1485
33da3f1c
SS
14862010-04-08 Stan Shebs <stan@codesourcery.com>
1487
1488 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1489 trace status fields.
1490
3a13a53b
L
14912010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1492
1493 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1494 optional. Make org.gnu.gdb.i386.avx requires
1495 org.gnu.gdb.i386.avx.
1496
08001717
DE
14972010-04-08 Doug Evans <dje@google.com>
1498
1499 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1500 search path, and document that gdb only scans the search path if
1501 the script's path doesn't specify a directory.
1502
c375651d
DE
15032010-04-05 Doug Evans <dje@google.com>
1504
1505 * gdb.texinfo (maint show python auto-load): Fix typo.
1506
af54718e
SS
15072010-04-04 Stan Shebs <stan@codesourcery.com>
1508
d77f58be
SS
1509 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1510 (Setting Watchpoints): Update description of "info watch".
1511 (Disabling Breakpoints): Only "info break" lists all.
1512
af54718e
SS
1513 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1514 (tdump): Explain how tdump works.
1515
86b17b60
PA
15162010-04-01 Pedro Alves <pedro@codesourcery.com>
1517
1518 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1519 add cross reference.
1520
ff12863f
PA
15212010-03-31 Pedro Alves <pedro@codesourcery.com>
1522
1523 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1524 commands error out.
1525
f68eb612
L
15262010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1527
1528 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1529
c8d5aac9
L
15302010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1531
1532 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1533
7d13fe92
SS
15342010-03-29 Stan Shebs <stan@codesourcery.com>
1535 Nathan Sidwell <nathan@codesourcery.com>
1536
1537 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1538 GDBN equivalent.
1539 (Set Tracepoints): Remove mention that conditional tracepoints
1540 don't exist.
1541 (Tracepoint Actions): Clarify when while-stepping collection
1542 happens, note that while-stepping does not automatically collect
1543 $pc.
1544
409873ef 15452010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1546
409873ef
SS
1547 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1548 (General Query Packets): Describe TracepointSource.
1549
ee8e71d4
EZ
15502010-03-27 Matt Rice <ratmice@gmail.com>
1551
c8d5aac9
L
1552 * gdb.texinfo (ARM): Document arguments to "target sim".
1553 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1554
99b5e152
PA
15552010-03-26 Pedro Alves <pedro@codesourcery.com>
1556
1557 * gdb.texinfo (Tracepoint Packets): Remove mention that
1558 terror:string may be plain text, and drop mention of X prefix.
1559
cd64ee31
VP
15602010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1561
1562 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1563
6c28cbf2
SS
15642010-03-24 Stan Shebs <stan@codesourcery.com>
1565
1566 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1567
95a42b64
TT
15682010-03-24 Tom Tromey <tromey@redhat.com>
1569
1570 PR breakpoints/9352:
1571 * gdb.texinfo (Break Commands): Update.
1572
18148017
VP
15732010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1574
1575 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1576 commands.
1577
4daf5ac0
SS
15782010-03-16 Stan Shebs <stan@codesourcery.com>
1579
1580 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1581 circular-trace-buffer.
1582 (Tracepoint Packets): Describe QTBuffer, and details of the
1583 qTStatus reply.
1584
c9429232
SS
15852010-03-12 Stan Shebs <stan@codesourcery.com>
1586 Nathan Sidwell <nathan@codesourcery.com>
1587
1588 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1589 doing instruction stepping.
1590 (Tracepoint Restrictions): New node.
1591
ccefe4c4
TT
15922010-03-10 Tom Tromey <tromey@redhat.com>
1593
1594 * gdbint.texinfo (Symbol Handling): Update.
1595
7c953934
TT
15962010-03-08 Tom Tromey <tromey@redhat.com>
1597
1598 PR cli/9591:
1599 * gdb.texinfo (Mode Options): Mention lack of pagination and
1600 confirmation with --batch.
1601 (Screen Size): Mention --batch.
1602 (Messages/Warnings): Likewise.
1603
f870a310
TT
16042010-03-05 Tom Tromey <tromey@redhat.com>
1605
1606 * gdb.texinfo (Basic Python): Document target_charset and
1607 target_wide_charset.
1608
78e2826b
TT
16092010-03-05 Tom Tromey <tromey@redhat.com>
1610
1611 * gdb.texinfo (Data): Link to pretty-printing.
1612 (Output Formats): Likewise. Correct text.
1613
f5dff777
DJ
16142010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1615
1616 * gdb.texinfo (Types): Describe <struct> and <flags>.
1617
dc00d89f
PM
16182010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1619
1620 * gdb.texinfo (Frames In Python): Add block parameter and
1621 description to read_var text.
1622
5107b149 16232010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1624 Tom Tromey <tromey@redhat.com>
5107b149
PM
1625
1626 * gdb.texinfo (Types In Python): Describe block argument in
1627 template_argument and gdb.lookup_type.
1628
e03e5e7b
TT
16292010-02-24 Tom Tromey <tromey@redhat.com>
1630
1631 * gdb.texinfo (Cygwin Native): Fix typo.
1632
f3e9a817
PM
16332010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1634
1635 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1636 and select method descriptions.
1637 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1638 Tables in Python to menu.
1639 (Blocks In Python): New node.
1640 (Symbols In Python): New node.
1641 (Symbol Tables in Python): New node.
1642
a79b8f6e
VP
16432010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1644
1645 Multiexec MI
1646
1647 gdb/
1648 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1649
1650 gdb/doc/
1651 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1652 changes.
1653 (GDB/MI Program Execution): Document current behaviour of
1654 --all and --thread-group.
1655 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1656 -remove-inferior.
1657 * observer.texi (inferior_added, inferior_removed): New
1658 observers.
1659
629d6a47
TT
16602010-02-19 Tom Tromey <tromey@redhat.com>
1661
1662 * gdbint.texinfo (Getting Started): Fix @node.
1663 (Debugging GDB): Likewise.
1664
c09529e5
JB
16652010-02-13 Joel Brobecker <brobecker@adacore.com>
1666
1667 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1668 documenting the gdb_test_timeout variable.
1669
540aa8e7
MS
16702010-02-12 Jakob Engblom <jakob@virtutech.com>
1671
1672 * gdb.texinfo (MI commands): Added documentation of --reverse
1673 option to a set of MI commands. Restructured documentation of MI
1674 commands --exec-continue to reflect the complexity of reverse
1675 execution.
1676
081dfbf7
PA
16772010-02-12 Pedro Alves <pedro@codesourcery.com>
1678
1679 * gdb.texinfo (Using the Collected Data): Specify that the address
1680 range of `tfind outsize' is exclusive, and that the address range
1681 of `tfind range' is inclusive.
1682 (Tracepoint Packets): Specify that the address range of
1683 `QTFrame:range' is inclusive, and that the address range of
1684 `QTFrame:outside' is exclusive
1685
8e9c5e02
VP
16862010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1687
1688 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1689
92981e24
TT
16902010-02-10 Tom Tromey <tromey@redhat.com>
1691
1692 * gdb.texinfo (Debugging Output): Document set debug parser and
1693 show debug parser.
1694
075b51b7
L
16952010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1696
1697 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1698 i386_eflags and i386_mxcsr.
1699
3bb8d5c3
L
17002010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1701
1702 * gdb.texinfo: Document i386 target features.
1703
c5f80513
DE
17042010-02-05 Doug Evans <dje@google.com>
1705
1706 * gdbint.texinfo (Testsuite): Add a new section to document the
1707 various DejaGnu variables that may be overridden.
1be00882 1708 Document INTERNAL_GDBFLAGS.
c5f80513 1709
6ac33a4e
TT
17102010-02-04 Tom Tromey <tromey@redhat.com>
1711
1712 PR cli/8830:
1713 * gdb.texinfo (Files): -readnow comes before the filename for file
1714 and symbol-file.
1715
a1dcb23a
DJ
17162010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1717
1718 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1719 Document ARM breakpoint types.
1720 (Register Packet Format): Move into the new section.
1721 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1722
95433b34
JB
17232010-01-21 Joel Brobecker <brobecker@adacore.com>
1724
1725 * gdb.texinfo (File Options): Adjust the documentation of this
1726 switch to refer to the "source" command rather than partially
1727 duplicating some of the relevant information.
1728 (Extending GDB): Introduce and document the set/show script-extension
1729 setting.
1730 (Command Files): Add note explaining that the "source" command
1731 is also used to evalute scripts written in other languages.
1732 Remove the short slightly incorrect reference to sourcing Python
1733 scripts.
1734 (Python Commands): Document how to execute a Python script from GDB.
1735
8d576872
JB
17362010-01-19 Joel Brobecker <brobecker@adacore.com>
1737
1738 * gdb.texinfo (Command Files): Fix typo.
1739
8150ff9c
JB
17402010-01-18 Tom Tromey <tromey@redhat.com>
1741
1742 * gdb.texinfo (File Options): Document -x on .py files.
1743 (Command Files): Document handling of Python scripts.
1744
23db03a6
JZ
17452010-01-18 Jie Zhang <jie.zhang@analog.com>
1746
1747 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1748
00bf0b85
SS
17492010-01-15 Stan Shebs <stan@codesourcery.com>
1750
1751 * gdb.texinfo (Trace Files): New section.
1752 (Tracepoint Packets): Document QTSave and qTBuffer.
1753 (Trace File Format): New appendix.
1754
be759fcf
PM
17552010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1756
1757 * gdb.texinfo (Values From Inferior): Document lazy_string value
1758 method.
1759 (Python API): Add Lazy strings menu item.
1760 (Lazy Strings In Python): New node.
1761
dc146f7c
VP
17622010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1763
1764 * gdb.texinfo (GDB/MI Thread Information): New.
1765 (GDB/MI Async Records): Document the core field in *stopped.
1766 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1767 documentation
1768 (Process list): Document that osdata document may contain
1769 threads.
1770 (Remote Serial Protocol): Document qXfer:threads.
1771
d5551862
SS
17722010-01-06 Stan Shebs <stan@codesourcery.com>
1773
1774 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1775 disconnected tracing.
1776 (Tracepoint Packets): Document new protocol.
1777
7a697b8d
SS
17782010-01-05 Stan Shebs <stan@codesourcery.com>
1779
1780 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1781 tracepoints.
1782 (Tracepoint Packets): Describe remote protocol for fast
1783 tracepoints.
1784
e6f3ec50
JB
17852010-01-01 Joel Brobecker <brobecker@adacore.com>
1786
1787 Update the "Start of New Year Procedure".
1788 * gdbint.texinfo: Add the list of files that need to be updated
1789 manually. Minor reformatting.
1790
ddc4e9c1
JB
17912010-01-01 Joel Brobecker <brobecker@adacore.com>
1792
1793 * refcard.tex: Update copyright year in header and text.
1794
9d2897ad
JB
17952010-01-01 Joel Brobecker <brobecker@adacore.com>
1796
1797 * agentexpr.texi: Add 2010 to the list of copyright years.
1798 * annotate.texinfo: Likewise.
1799 * gdb.texinfo: Likewise.
1800 * gdbint.texinfo: Likewise.
1801 * observer.texi: Likewise.
1802 * stabs.texinfo: Likewise.
1803
6da95a67
SS
18042009-12-31 Stan Shebs <stan@codesourcery.com>
1805
1806 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1807
236f1d4d
SS
18082009-12-29 Stan Shebs <stan@codesourcery.com>
1809
1810 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1811
f61e138d
SS
18122009-12-28 Stan Shebs <stan@codesourcery.com>
1813
1814 * gdb.texinfo (Trace State Variables): New section.
1815 (Tracepoint Packets): Describe trace state variable packets.
1816 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1817 variable bytecodes.
1818
0fe7935b
DJ
18192009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1820
1821 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1822 declarations.
1823
a6b29f87
VP
18242009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1825
1826 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1827 -gdb-exit behaviour.
1828
5e4bde96
JB
18292009-12-20 Joel Brobecker <brobecker@adacore.com>
1830
1831 * gpl.texi: Update to version 3 of the GPL.
1832
a1715244
JB
18332009-12-20 Joel Brobecker <brobecker@adacore.com>
1834
1835 * Makefile.in: Update copyright header.
1836 * observer.texi: Fix the copyright header of the generated files.
1837
361ae042
PM
18382009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1839
1840 * gdb.texinfo (Types In Python): Describe range function.
1841
bfd31e71
PM
18422009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1843
1844 * gdb.texinfo (Types In Python): Describe "is_base_class".
1845
57a1d736
TT
18462009-12-03 Tom Tromey <tromey@redhat.com>
1847
1848 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1849
8cebebb9
PP
18502009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1851
1852 * observer.texi: New memory_changed observer.
1853
16af530a
TT
18542009-12-01 Tom Tromey <tromey@redhat.com>
1855
1856 * gdb.texinfo (Reverse Execution): Fix typo.
1857
b6199126
DJ
18582009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1859
1860 PR gdb/8704
1861
1862 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1863 are allowed after the breakpoint condition.
1864
7a6973ad
TT
18652009-11-23 Tom Tromey <tromey@redhat.com>
1866
1867 PR python/10782:
1868 * gdb.texinfo (Types In Python): Document Type.pointer.
1869
21a0512e
PP
18702009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1871
1872 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1873
a5832c8f
PA
18742009-11-11 Pedro Alves <pedro@codesourcery.com>
1875
1876 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1877 (Using Agent Expressions): Delete cross reference.
1878
1eb7cd77
JB
18792009-11-07 Joel Brobecker <brobecker@adacore.com>
1880
1881 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1882 and @settitle directives up to help makeinfo find them.
1883
24ddea62
JK
18842009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1885
1886 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1887 (Auto-loading): Use plural and note one can use multiple components now.
1888
3afae151
VP
18892009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1890
1891 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1892 -stack-list-arguments have the same documentation for parameter
1893 as -stack-list-locals. Add comas.
1894
14ff2235
PM
18952009-10-27 Tom Tromey <tromey@redhat.com>
1896 Eli Zaretskii <eliz@gnu.org>
1897
c8d5aac9 1898 PR python/10781
14ff2235
PM
1899
1900 * gdb.texinfo (Values From Inferior): Document cast method.
1901
9c419145
PP
19022009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1903
1904 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1905 and adjust example.
889bf7c5 1906
29153c24
MS
19072009-10-22 Michael Snyder <msnyder@vmware.com>
1908
1909 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1910 info record command. Also document the new save and restore
29153c24
MS
1911 commands.
1912
2b28d209
PP
19132009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1914
1915 * gdb.texinfo (Machine Code): Mention current pc marker.
1916 (Memory): Likewise.
1917
6c95b8df
PA
19182009-10-19 Pedro Alves <pedro@codesourcery.com>
1919 Stan Shebs <stan@codesourcery.com>
1920
1921 * observer.texi (new_inferior): Rename to...
1922 (inferior_appeared): ... this.
1923
1924 * gdb.texinfo (Inferiors): Rename node to ...
1925 (Inferiors and Programs): ... this. Mention running multiple
1926 programs in the same debug session.
1927 <info inferiors>: Mention the new 'Executable' column if "info
1928 inferiors". Update examples. Document the "add-inferior",
1929 "clone-inferior", "remove-inferior" and "maint info
1930 program-spaces" commands.
1931 (Process): Rename node to...
1932 (Forks): ... this. Document "set|show follow-exec-mode".
1933
2f8132f3
MS
19342009-10-11 Michael Snyder <msnyder@vmware.com>
1935
1936 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1937 (ReverseContinue): Ditto.
1938
cba4b2d3
PP
19392009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1940
1941 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1942
da082f17
JK
19432009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1944
1945 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1946
08be9d71
ME
19472009-10-06 Michael Eager <eager@eagercon.com>
1948
1949 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1950 (Embedded Processors): Add MicroBlaze.
1951 (MicroBlaze): New. Describe Xilinx MicroBlaze
1952
08a0efd0
PA
19532009-10-04 Pedro Alves <pedro@codesourcery.com>
1954
1955 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1956
cbb8f428
EZ
19572009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1958
1959 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1960
30a4a70c
JB
19612009-09-23 Joel Brobecker <brobecker@adacore.com>
1962
1963 * observer.texi (solib_unloaded): Document explicitly the fact that
1964 this observer is called before the associated symbols are unloaded.
1965
b3372f91
VP
19662009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1967
1968 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1969 -stack-list-variables.
1970
f43030c4
TT
19712009-09-18 Tom Tromey <tromey@redhat.com>
1972
1973 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1974 is experimental.
1975
ec7e75e7
PP
19762009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1977
1978 * gdb.texinfo (convenince variables): Mention
1979 $_siginfo could be empty.
f43030c4 1980
0cc7d26f
TT
19812009-09-15 Tom Tromey <tromey@redhat.com>
1982
1983 * gdb.texinfo (GDB/MI Variable Objects): Document
1984 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1985 Expand -var-update documentation.
1986
a96d9b2e
SDJ
19872009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1988
1989 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1990 feature.
1991
005ca36a
JB
19922009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1993
1994 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1995
0d772ac9
MS
19962009-09-10 Michael Snyder <msnyder@vmware.com>
1997
1998 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1999 ReverseStep replies to the qSupported query.
2000
14fb1bac
JB
20012009-09-10 Joel Brobecker <brobecker@adacore.com>
2002
2003 Add documentation for set/show interactive-mode.
2004 * gdb.texinfo (Other Misc Settings): New node.
2005
29b090c0
DE
20062009-09-01 Doug Evans <dje@google.com>
2007
2008 * gdb.texinfo (Caching Data of Remote Targets): Add note on
2009 non-stop mode's affect on remote caching.
2010
4e5d721f
DE
20112009-08-31 Jacob Potter <jdpotter@google.com>
2012 Doug Evans <dje@google.com>
2013
2014 * gdb.texinfo (Caching Data of Remote Targets): Update text.
2015 Mark `set/show remotecache' options as obsolete.
2016 Document new `set/show stack-cache' option.
2017 Update text for `info dcache'.
2018
55333a84
DE
20192009-08-27 Doug Evans <dje@google.com>
2020
2021 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
2022 (Files): Add note on new optional regex arg to `info sharedlibrary'.
2023
bc3a0b4d
RW
20242009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2025
2026 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
2027 about autoconf.
2028
3a1ff0b6
PA
20292009-08-25 Pedro Alves <pedro@codesourcery.com>
2030
2031 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
2032 small example, and describe its columns. Replace "inferior-id" by
2033 "infno" throughout.
2034
81ecdfbb
RW
20352009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2036
af542c2e
RW
2037 * gdbint.texinfo (Releasing GDB): Point to
2038 README-maintainer-mode file for required autoconf version.
2039 * configure.ac: Do not substitute datarootdir, htmldir,
2040 pdfdir, docdir. Do not process --with-datarootdir,
2041 --with-htmldir, --with-pdfdir, --with-docdir.
2042 * configure: Regenerate.
2043
81ecdfbb
RW
2044 * configure: Regenerate.
2045
4efc6507
DE
20462009-08-20 Reid Kleckner <reid@kleckner.net>
2047
2048 * gdb.texinfo: Add chapter on JIT interface.
2049
43089a6e
NR
20502009-08-07 Nick Roberts <nickrob@snap.net.nz>
2051
2052 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 2053 confirmation request.
43089a6e 2054
99e008fe
EZ
20552009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
2056
c8d5aac9
L
2057 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
2058 CRC definitions.
99e008fe 2059
48cb2d85
VP
20602009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2061
2062 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 2063 -break-commands.
48cb2d85 2064
ff1a52c6
UW
20652009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2066
2067 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2068 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
2069
3285f3fe
UW
20702009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2071
2072 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2073 "set spu stop-on-load" and "show spu stop-on-load" commands.
2074
e35359c5
UW
20752009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2076
2077 * gdb.texinfo (Target Descriptions): Document <compatible> element.
2078
58d6951d
DJ
20792009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2080
2081 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
2082 org.gnu.gdb.arm.neon.
2083
08d16641
PA
20842009-07-20 Pedro Alves <pedro@codesourcery.com>
2085
2086 * gdb.texinfo (Target Description Format): Mention the new <osabi>
2087 optional element.
2088 (subsection OS ABI): New subsection.
2089
782b2b07
SS
20902009-07-14 Stan Shebs <stan@codesourcery.com>
2091
2092 * gdb.texinfo (Tracepoint Conditions): New section.
2093 (General Query Packets): Describe ConditionalTracepoints.
2094 (Tracepoint Packets): Describe condition field.
2095 (Maintenance Commands): Describe maint agent-eval.
2096 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
2097
9b117ef3
HZ
20982009-07-11 Hui Zhu <teawater@gmail.com>
2099
2100 * gdb.texinfo (disassemble): Add a new modifier /r
2101 to "disassemble" command to make it print the raw instructions
2102 in hex as well as in symbolic form.
2103
f5a33284
TT
21042009-07-09 Tom Tromey <tromey@redhat.com>
2105
2106 * gdbint.texinfo (Testsuite): Document parallel make check.
2107
812f7342
TT
21082009-07-09 Tom Tromey <tromey@redhat.com>
2109
2110 * gdbint.texinfo (Testsuite): Document test transcripts.
2111
fbb8f299
PM
21122009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2113
2114 * gdb.texinfo (Values From Inferior): Add length parameter
2115 description.
2116
dd8f35ac
EZ
21172009-07-04 Chris Genly <chris@genly.us>
2118
2119 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
2120 in -var-list-children. Fix example according to what the code
2121 does.
2122
2277426b
PA
21232009-07-02 Pedro Alves <pedro@codesourcery.com>
2124
2125 * gdb.texinfo (Debugging multiple inferiors): Document the
2126 "inferior", "detach inferior" and "kill inferior" commands.
2127 (Debugging Programs with Multiple Processes): Adjust to mention
2128 generic "inferior" commands. Delete mention of "detach fork" and
2129 "delete fork". Cross reference to "Debugging multiple inferiors"
2130 section.
2131
a6d9a66e
UW
21322009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2133
5af949e3
UW
2134 * gdbint.texinfo (Item Output Functions): Update signature
2135 for ui_out_field_core_addr.
2136
21372009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2138
2139 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
2140 Update example code extrated from breakpoint.c.
2141
9901a55b 21422009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 2143
9901a55b
PP
2144 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
2145 MI commands.
2146 (GDB/MI Symbol Query): Likewise.
2147 (GDB/MI File Commands): Likewise.
2148 (GDB/MI File Transfer Commands): Likewise.
2149 (GDB/MI Target Manipulation): Likewise.
2150 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 2151
edb3359d
DJ
21522009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
2153
2154 * gdb.texinfo (Debugging Optimized Code): New chapter.
2155 (Compiling for Debugging): Reference it. Move some
2156 text to the new section.
2157
7cd1089b
PM
21582009-06-15 Phil Muldoon <pmuldoon@redhat.com>
2159
2160 * doc/gdb.texinfo (Calling): Document
2161 set-unwind-on-terminating-exception usage.
2162
d4db2f36
PA
21632009-06-11 Pedro Alves <pedro@codesourcery.com>
2164
2165 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
2166 command.
2167
d1a7880c
PA
21682009-06-07 Pedro Alves <pedro@codesourcery.com>
2169
2170 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
2171 references.
2172
473f94e6
UW
21732009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
2174
2175 * gdbint.texinfo: Rename formal parameters to gdbarch function
2176 protoypes from "current_gdbarch" to "gdbarch".
2177
8f500870
TT
21782009-05-28 Tom Tromey <tromey@redhat.com>
2179
2180 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
2181
b6313243
TT
21822009-05-27 Tom Tromey <tromey@redhat.com>
2183
2184 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2185 feature.
2186 (GDB/MI Variable Objects): Document -var-set-visualizer.
2187
21882009-04-02 Tom Tromey <tromey@redhat.com>
2189
2190 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2191 feature.
2192 (GDB/MI Variable Objects): Document -var-set-visualizer.
2193
a6bac58e
TT
21942009-05-27 Tom Tromey <tromey@redhat.com>
2195 Thiago Jung Bauermann <bauerman@br.ibm.com>
2196 Phil Muldoon <pmuldoon@redhat.com>
2197
2198 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
2199 (Pretty Printing): New node.
2200 (Selecting Pretty-Printers): Likewise.
2201 (Python API): Update.
2202 (Output Formats): Document /r format.
2203
2c74e833
TT
22042009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
2205 Tom Tromey <tromey@redhat.com>
2206
2207 * gdb.texinfo (Types In Python): New node.
2208 (Values From Inferior): "type" is now an attribute.
2209 (Python API): Update.
2210
89c73ade
TT
22112009-05-27 Tom Tromey <tromey@redhat.com>
2212 Thiago Jung Bauermann <bauerman@br.ibm.com>
2213 Phil Muldoon <pmuldoon@redhat.com>
2214
2215 * gdb.texinfo: Add @syncodeindex for `tp'.
2216 (Python API): Update.
2217 (Auto-loading): New node.
2218 (Objfiles In Python): New node.
2219
17a37d48
PP
22202009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2221
2222 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 2223
6718376f
NR
22242009-05-15 Nick Roberts <nickrob@snap.net.nz>
2225
2226 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
2227
cbe54154
PA
22282009-05-12 Pedro Alves <pedro@codesourcery.com>
2229
2230 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
2231 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
2232 show show-debug-regs' docs.
2233
8e05493c
EZ
22342009-05-08 Eli Zaretskii <eliz@gnu.org>
2235
2236 * gdb.texinfo (Process Record and Replay): Add description of
2237 reverse execution.
2238
b39f4988
JB
22392009-05-07 Joel Brobecker <brobecker@adacore.com>
2240
2241 * gdbint.texinfo (Adding support for debugging core files): New node.
2242 (Native Debugging): Remove the ``Native core file Support'' section.
2243
a2311334
EZ
22442009-05-01 Eli Zaretskii <eliz@gnu.org>
2245
2246 * gdb.texinfo (Process Record and Replay): Improve and clarify.
2247 Add index entries.
2248
53cc454a 22492009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 2250 Michael Snyder <msnyder@vmware.com>
53cc454a 2251
a2311334
EZ
2252 * gdb.texinfo: (Process Record and Replay): Add documentation for
2253 process record and replay.
53cc454a 2254
484086b7
JK
22552009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2256
2257 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
2258 a new part on command-line defined macros.
2259
32ae1842
EZ
22602009-04-25 Eli Zaretskii <eliz@gnu.org>
2261
2262 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
2263 clarify the wording.
2264
b14b1491
TT
22652009-04-23 Tom Tromey <tromey@redhat.com>
2266
2267 * gdb.texinfo (Data Files): New node.
2268 (GDB Files): Update menu.
2269
5c1e86e1
JB
22702009-04-23 Joel Brobecker <brobecker@adacore.com>
2271
2272 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 2273 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 2274
83eba9b7
VP
22752009-04-22 Vladimir Prus <vladimir@codesourcery.com>
2276
2277 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2278
e31198c4
HZ
22792009-04-22 Hui Zhu <teawater@gmail.com>
2280
2281 * gdb.texinfo (disassemble-next-line): Set the default of
2282 disassemble-next-line to off.
2283
26e251b6
JM
22842009-04-21 Joseph Myers <joseph@codesourcery.com>
2285
2286 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2287 --with-htmldir): New.
2288 * configure: Regenerate.
2289 * Makefile.in (datarootdir, docdir): Define.
2290 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2291 instead of $(SET_TEXINPUTS).
2292 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2293 gdbint.info instead of $(SET_TEXINPUTS).
2294 (gdbint/index.html): Use same -I options as for building
2295 gdbint.info.
2296 (stabs.dvi, stabs.pdf): Use same -I options as for building
2297 stabs.info instead of $(SET_TEXINPUTS).
2298 (stabs/index.html): Use same -I options as for building
2299 stabs.info.
2300 (annotate.dvi, annotate.pdf): Use same -I options as for building
2301 annotate.info instead of $(SET_TEXINPUTS).
2302 (annotate/index.html): Use same -I options as for building
2303 annotate.info.
2304
eac35c4e
DD
23052009-04-21 David Daney <ddaney@caviumnetworks.com>
2306
2307 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2308
29b0e8a2
JM
23092009-04-21 Joseph Myers <joseph@codesourcery.com>
2310
2311 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2312
2b831889 23132009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 2314 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
2315
2316 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2317 (MAKEHTMLFLAGS): Set to empty.
2318 (html__strip_dir): Define.
2319 (HTMLFILES): Define.
2320 (HTMLFILES_INSTALL): Define.
2321 (install-html): Copy new automake rule.
2322 (html): Depend on $(HTMLFILES).
2323 (gdb_toc.html): Rename to gdb/index.html.
2324 (gdbint_toc.html): Rename to gdbint/index.html.
2325 (stabs_toc.html): Rename to stabs/index.html.
2326 (annotate_toc.html): Rename to annotate/index.html.
2327
89a34d1b
JM
23282009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2329
2330 * Makefile.in: Set pdfdir and htmldir from configure
2331 substitutions.
2332 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2333 * configure: Regenerate.
2334
a2d5da46
JB
23352009-04-16 Joel Brobecker <brobecker@adacore.com>
2336
2337 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2338 This macro is no longer used.
2339
732f6a93
TT
23402009-04-15 Tom Tromey <tromey@redhat.com>
2341
2342 * gdb.texinfo (Character Sets): Document default character set.
2343
87f9adc1
PM
23442009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2345
2346 * gdbint.texinfo: Change server name from sources.redhat.com to
2347 sourceware.org throughout.
2348
2c88c651
JB
23492009-04-09 Joel Brobecker <brobecker@adacore.com>
2350
2351 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2352 about a missing dot or coma after @xref.
2353
4f5376b2
JB
23542009-04-02 Joel Brobecker <brobecker@adacore.com>
2355
2356 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2357 example, and add a small explanation about it.
2358 (Print Settings): Change the documentation of the "set print
2359 frame-arguments" to reflect the fact that the default is now "scalars".
2360
a0381d3a
JB
23612009-04-02 Joel Brobecker <brobecker@adacore.com>
2362
2363 * gdb.texinfo (Print Settings): Add kindex for command "set
2364 print frame-arguments".
2365
45ac276d
JB
23662009-03-31 Joel Brobecker <brobecker@adacore.com>
2367
2368 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2369 breakpoints.
2370 (Set Breaks): Add reference to thread-specific and task-specific
2371 breakpoints.
2372
32cd1edc
JB
23732009-03-31 Joel Brobecker <brobecker@adacore.com>
2374
2375 * gdb.texinfo (Ada Tasks): Remove the documentation about
2376 the "Running" state, as this state has been eliminated.
2377 Now all runnable tasks are shown as "Runnable".
2378
1042e4c0
SS
23792009-03-30 Stan Shebs <stan@codesourcery.com>
2380
2381 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2382 special case of breakpoints.
2383 (Enable and Disable Tracepoints): Mention deprecation.
2384 (Listing Tracepoints): Update description and example.
2385
f8f6f20b
TJB
23862009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2387
2388 * gdb.texinfo (Frames in Python): New node.
2389 (Python API): Update.
2390
c0c6f777
TJB
23912009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2392
2393 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2394 from a method to an attribute.
2395
def2b000
TJB
23962009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2397
2398 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2399 attribute.
2400
a07daef3
PA
24012009-03-25 Pedro Alves <pedro@codesourcery.com>
2402
2403 * observer.texi (thread_exit): Add "silent" parameter.
2404
f3b1572e
PA
24052009-03-22 Pedro Alves <pedro@codesourcery.com>
2406
2407 * observer.texi (about_to_proceed): New.
2408
587afa38
EZ
24092009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2410
2411 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2412 field throughout to handle types with spaces in them. Fix typos
2413 found by aspell.
2414 (Summary, Requirements, Contributors): New first chapter,
2415 "Summary" added, old Requirements section moved there, and new
2416 section, "Contributors" added.
2417 (Initializing a New Architecture, Register Representation)
2418 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2419 (Porting gdb): These sections extended and updated.
2420 (Compiler Characteristics): This section (empty) deleted.
2421 (Defining Other Architecture Features): This section renamed and
2422 duplicate material removed from (formerly "Target Conditionals").
2423 Use braces {} in @deftypeXX type field throughout to handle types
2424 with spaces in them. Typos found by aspell fixed.
2425
2426 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2427 * stack_frame.pdf: Version of image for PDF output.
2428 * stack_frame.png: Version of image for HTML output and for Emacs.
2429 * stack_frame.txt: Version of image for Info output.
1db61298 2430 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2431
10af6951
EZ
24322009-03-21 Eli Zaretskii <eliz@gnu.org>
2433
2434 * gdb.texinfo (Character Sets): Fix last change.
2435
cc924cad
TJB
24362009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2437
2438 * gdb.texinfo (Values From Inferior): Fix optional arguments
2439 markup.
2440 (Commands In Python): Adjust argument names of gdb.Command.__init__
2441 to what the function accepts as keywords.
2442
bc3b79fd
TJB
24432008-03-20 Tom Tromey <tromey@redhat.com>
2444
2445 * gdb.texinfo (Convenience Vars): Document convenience functions.
2446 (Functions In Python): New node.
2447 (Python API): Update.
2448
6c7a06a3
TT
24492009-03-20 Tom Tromey <tromey@redhat.com>
2450
2451 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2452 set target-wide-charset.
2453 (Requirements): Mention iconv.
2454
b646ddd4
HZ
24552009-03-17 Hui Zhu <teawater@gmail.com>
2456
2457 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2458
91440f57
HZ
24592009-03-17 Hui Zhu <teawater@gmail.com>
2460
2461 * gdb.texinfo: Add documentation for disassemble-next-line.
2462
8fd41227
TJB
24632009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2464
2465 * gdb.texinfo (Commands In Python): Remove tindex entries.
2466
61ff14c6
JK
24672009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2468
2469 * gdb.texinfo (Returning): New description for missing debug info.
2470
0b16c5cf
PA
24712009-03-14 Pedro Alves <pedro@codesourcery.com>
2472
2473 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2474 (General Query Packets): Document qAttached.
0b16c5cf 2475
32fc0df9
PA
24762009-03-05 Pedro Alves <pedro@codesourcery.com>
2477
2478 * gdb.texinfo (Background Execution): Better describe the set
2479 target-async command.
2480 (Maintenance Commands): Delete description of the `maint set/show
2481 linux-async' and `maint set/show remote-async' commands.
2482
134eb42c
VP
24832009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2484
2485 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2486 between sentences.
2487
c86cf029
VP
24882009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2489
2490 * gdb.texinfo (GDB/MI Async Records): Document the
2491 =library-loaded and =library-unloaded notifications.
2492
3ea85240
VP
24932009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2494
2495 * observer.texi (test_notification): New observer.
2496
1d33d6ba
VP
24972009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2498
61ff14c6
JK
2499 * observer.texi: Add parameter 'print_frame' to normal_stop
2500 observer.
1d33d6ba 2501
d721c933
EZ
25022009-02-07 Eli Zaretskii <eliz@gnu.org>
2503
2504 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2505 (Commands In Python): Fix COMMAND_* constants in last change. Use
2506 @kbd for interactive input. Add cross-references and index
2507 entries.
2508
4aa995e1
PA
25092009-02-06 Pedro Alves <pedro@codesourcery.com>
2510
2511 * gdb.texinfo (Signals): Document $_siginfo.
2512 (Convenience Variables): Mention $_siginfo.
2513 (Remote Configuration): Document qXfer:siginfo:read,
2514 qXfer:siginfo:write packets, and the read-siginfo-object,
2515 write-siginfo-object commands.
2516
5f5233d4
PA
25172009-02-06 Pedro Alves <pedro@codesourcery.com>
2518
2519 * gdbint.texinfo (Values): New chapter.
2520
d8906c6f
TJB
25212009-02-06 Tom Tromey <tromey@redhat.com>
2522
2523 * gdb.texinfo (Python API): Add entry for Commands In Python.
2524 (Commands In Python): New node.
2525
b6cb8e7d
TJB
25262009-02-05 Tom Tromey <tromey@redhat.com>
2527
2528 * gdb.texinfo (Values From Inferior): Document Value.string.
2529
12453b93
TJB
25302009-02-05 Tom Tromey <tromey@redhat.com>
2531
2532 * gdb.texinfo (Basic Python): Document execute's from_tty
2533 argument.
2534
08c637de
TJB
25352009-02-04 Tom Tromey <tromey@redhat.com>
2536
2537 * gdb.texinfo (Basic Python): Document gdb.history.
2538
592375cd
VP
25392009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2540
2541 * gdb.texinfo (GDB/MI Thread Commands): Document the
2542 'current-thread-id' field. Remove the example with zero threads,
2543 since current GDB won't ever report that if there's inferior.
2544
41447f92
VP
25452009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2546
2547 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2548 option to -break-insert.
2549
098b41a6
JG
25502009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2551 Jerome Guitton <guitton@adacore.com>
2552
2553 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2554 (System-wide configuration): New section.
2555
3c16cced
PA
25562009-01-26 Pedro Alves <pedro@codesourcery.com>
2557
2558 PR gdb/7580:
2559 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2560 internal-error|internal-warning quit|corefile ask|yes|no".
2561
62709adf
PA
25622009-01-26 Pedro Alves <pedro@codesourcery.com>
2563
2564 * gdb.texinfo (Using the `gdbserver' Program): Document
2565 --remote-debug.
2566
7ce58dd2
DE
25672009-01-23 Doug Evans <dje@google.com>
2568
2569 * gdb.texinfo: Add nexti to list of commands that support
2570 background execution.
2571
adb483fe
DJ
25722009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2573
2574 * gdb.texinfo (Define, Hooks): Document prefix command support.
2575
a67ec3f4 25762009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2577 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2578
2579 Fixes for makeinfo --html.
2580
2581 * annotate.texinfo: Use @copying and @insertcopying. Use
2582 @ifnottex in place of @ifinfo.
2583 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2584 place of @ifinfo. Use @ifnotinfo for one index entry.
2585 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2586 in place of @ifinfo.
2587 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2588 in place of @ifinfo. Include contents at start unconditionally.
2589
84fcdf95
PA
25902009-01-13 Pedro Alves <pedro@codesourcery.com>
2591
2592 * gdb.texinfo (General Query Packets): Remove @var{} around the
2593 "spu" literal string.
2594
fa3a767f
PA
25952009-01-07 Pedro Alves <pedro@codesourcery.com>
2596
2597 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2598 program may be running in another process" errors.
2599 * gdbint.texinfo (Native Conditionals): Delete
2600 ONE_PROCESS_WRITETEXT description.
2601
9cb011d3
JB
26022009-01-07 Joel Brobecker <brobecker@adacore.com>
2603
2604 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2605 emacs local variable to be placed at the end of the ChangeLog.
2606 Add server.c and gdbreplay.c to the list of files where the
2607 copyright year needs to be updated.
2608
84603566
SL
26092009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2610
2611 * gdb.texinfo (Remote Configuration): Document new
2612 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2613 commands.
2614
a53f55d8
PA
26152008-12-28 Pedro Alves <pedro@codesourcery.com>
2616
2617 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2618 FETCH_INFERIOR_REGISTERS.
2619 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2620 FETCH_INFERIOR_REGISTERS descriptions. Remove
2621 gdbarch_get_longjmp_target descrition, since already described in
2622 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2623 (Target Conditionals): ... here.
2624
077e0a52
JB
26252008-12-16 Joel Brobecker <brobecker@adacore.com>
2626
2627 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2628 examples.
2629 (Additions to Ada): Likewise. Add the missing opening and closing
2630 parenthesis of the GDB prompt in one of the examples.
2631
023eb17c
JB
26322008-12-14 Joel Brobecker <brobecker@adacore.com>
2633
2634 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2635 about the result of 'Address not being of type System.Address.
2636 This problem has been fixed a while ago.
2637
c3b108f7
VP
26382008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2639
2640 MI non-stop and multiprocess docs.
2641
c8d5aac9
L
2642 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2643 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2644 Adjust documentation for *stopped, document =thread-created,
2645 =thread-exited, =thread-group-created and =thread-group-exited.
2646 (GDB/MI Thread Commands): Document the 'state' field in
2647 -thread-info output.
2648 (GDB/MI Program Execution): Mention --all and --thread-group
2649 options.
2650 (GDB/MI Variable Objects): Describe floating and fixed variable
2651 objects.
2652 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2653
07e059b5
VP
26542008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2655
c8d5aac9
L
2656 * gdb.texinfo (Operating System Information): New appendix.
2657 (Operating System Auxiliary Information): Document 'info os processes'
2658 (Remote Configuration): Document 'osdata'
2659 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2660
a80b95ba
TG
26612008-11-27 Tristan Gingold <gingold@adacore.com>
2662
2663 * gdb.texinfo (Darwin): Document Darwin specific features.
2664
a655d424
JK
26652008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2666
2667 * gdbint.texinfo (Target Conditionals): Extend the
2668 gdbarch_breakpoint_from_pc description.
2669
249e1128
VP
26702008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2671
2672 * gdb.texinfo (M68K Features): Fix typo.
2673
c14c28ba
PP
26742008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2675
2676 * gdb.texinfo (Symbols): Mention printing containing
2677 image name in "info symbol".
2678 (Maint translate-address): Likewise.
889bf7c5 2679
394a6666
JB
26802008-11-18 Joel Brobecker <brobecker@adacore.com>
2681
2682 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2683 commands "catch load" and "catch unload".
2684
66bb093b
VP
26852008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2686
2687 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2688 =thread-selected.
889bf7c5 2689
4a92f99b
VP
26902008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2691
c8d5aac9 2692 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2693
f0323ca0
PA
26942008-10-27 Pedro Alves <pedro@codesourcery.com>
2695
2696 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2697 .mt files, TM_CLIBS or TM_CDEPS.
2698 (x86 Watchpoints): Don't mention TDEPFILES.
2699
8b23ecc4
SL
27002008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2701
2702 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2703 (Overview): Mention notifications and non-stop mode behavior.
2704 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2705 with non-stop mode behavior. Add vStopped description.
2706 (Stop Reply Packets): Update list of packets that return
2707 stop replies. Mention non-stop behavior.
2708 (General Query Packets): Document QNonStop packet and associated
2709 qSupported query response.
2710 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2711 behavior.
2712 (Notification Packets): New section.
2713 (Remote Non-Stop): New section.
2714 (File-I/O Overview): Mention non-stop behavior.
2715
fff08868
HZ
27162008-10-24 Hui Zhu <teawater@gmail.com>
2717 Pedro Alves <pedro@codesourcery.com>
2718
2719 * gdb.texinfo (displaced-stepping): Describe the auto mode
2720 setting, and say it's the default. This is now a mainstream
2721 setting instead of a maintenance setting.
2722
252fbfc8
PA
27232008-10-23 Pedro Alves <pedro@codesourcery.com>
2724
2725 * observer.texi (thread_stop_requested): New.
2726
20924a55
JB
27272008-10-22 Joel Brobecker <brobecker@adacore.com>
2728
2729 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2730 (Patching): Replace incorrect usage of @samp by @kbd.
2731
bacec72f
MS
27322008-10-17 Michael Snyder <msnyder@vmware.com>
2733
2734 * gdb.texinfo: Add documentation for reverse execution.
2735
a08702d6 27362008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2737 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2738
2739 * gdb.texinfo. (Values From Inferior): New subsubsection.
2740
d97bc12b
DE
27412008-10-06 Doug Evans <dje@google.com>
2742
2743 * gdb.texinfo (set debug dwarf2-die): Document it.
2744
87f67dba
JB
27452008-10-01 Joel Brobecker <brobecker@adacore.com>
2746
2747 * gdb.texinfo (catch) [exception]: Document how to insert
2748 a breakpoint on user-defined exceptions when the exception
2749 name is identical to one of the language-defined ones.
2750
2fae03e8
TT
27512008-09-27 Tom Tromey <tromey@redhat.com>
2752
2753 * gdb.texinfo (Macros): Remove text about stringification,
2754 varargs, and splicing.
2755
5c6ce71d
TT
27562008-09-27 Tom Tromey <tromey@redhat.com>
2757
2758 * gdbint.texinfo (Language Support): Remove text about omitting
2759 support for a language.
2760
07128da0
DE
27612008-09-23 Doug Evans <dje@google.com>
2762
2763 * gdb.texinfo (info dcache): Update.
2764
b90a069a
SL
27652008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2766
2767 * gdb.texinfo (Packets): Add info on thread-id syntax and
2768 multiprocess extensions.
2769 <D>: Document multiprocess form of packet.
2770 <H>: Use thread-id syntax.
2771 <T>: Likewise.
2772 <vCont>: Likewise. Note this is required for multiprocess.
2773 <vKill>: New packet.
2774 (Stop Reply Packets) <T>: Use thread-id syntax.
2775 <W>: Document multiprocess form of reply.
2776 <X>: Likewise.
2777 (General Query Packets) <qC>: Use thread-id syntax.
2778 <qfThreadInfo>: Likewise.
2779 <qGetTLSAddr>: Likewise.
2780 <qP>: Likewise.
2781 <qSupported>: Add "multiprocess" feature.
2782 <qThreadExtraInfo>: Use thread-id syntax.
2783
b77209e0
PA
27842008-09-22 Stan Shebs <stan@codesourcery.com>
2785
2786 * gdb.texinfo (Inferiors): New section.
2787
3d0bb823
PA
27882008-09-12 Pedro Alves <pedro@codesourcery.com>
2789
2790 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2791
f8dcfc0a
UW
27922008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2793
2794 * gdbint.texinfo (Target Conditionals): Remove documentation
2795 for gdbarch_name_of_malloc.
2796
8775bb90
MS
27972008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2798
2799 * gdb.texinfo (Interrupts): Mention TCP interface for
2800 sending BREAK.
2801
f1838a98
UW
28022008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2803
2804 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2805 argument prefix to "set sysroot".
2806
158c7665
PH
28072008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2808
2809 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2810 and False.
2811
30e026bb
VP
28122008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2813
c8d5aac9
L
2814 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2815 for possible features of -list-features.
30e026bb 2816
c6ebd6cf
VP
28172008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2818
c8d5aac9 2819 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2820 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2821
aeac0ff9
VP
28222008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2823
2824 * doc/gdb.texinfo (PowerPC): Fix typo.
2825 (PowerPC features): Fix typo.
2826
5231c1fd
PA
28272008-08-18 Pedro Alves <pedro@codesourcery.com>
2828
2829 * observer.texi (thread_ptid_changed): New.
2830
677c5bb1
LM
28312008-08-18 Luis Machado <luisgpm@br.ibm.com>
2832
2833 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2834 (PowerPC features): Mention feature set for VSX registers.
2835
f3a2dd1a
JB
28362008-08-13 Joel Brobecker <brobecker@adacore.com>
2837
2838 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2839 the direct visibility of all names in user-written packages.
2840
33e5cbd6
PA
28412008-08-13 Pedro Alves <pedro@codesourcery.com>
2842
2843 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2844 setting, and make it the default.
2845 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2846 non-stop script example.
2847
d0384fc4
TJB
28482008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2849
2850 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2851 reference to the "Using Different Register and Memory Data
2852 Representation" section.
2853
a6f3e723
SL
28542008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2855
2856 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2857 (Remote Protocol): Add Packet Acknowledgment to menu.
2858 (Overview): Mention +/- can be disabled, and point to new section
2859 where this is discussed in detail.
2860 (General Query Packets): Document QStartNoAckMode packet, and
2861 corresponding qSupported reply.
2862 (Packet Acknowledgment): New section.
2863
0606b73b
SL
28642008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2865 Pedro Alves <pedro@codesourcery.com>
2866
2867 * gdb.texinfo (Threads): Move paragraph about automatic thread
2868 selection to All-Stop Mode subsection.
2869 (Thread Stops): Reorganize existing material into subsections.
2870 Add introductory blurb and menu.
2871 (Non-Stop Mode): New subsection.
2872 (Background Execution): New subsection.
2873 (Maintenance Commands): Add cross-references from async mode
2874 commands to the new Background Execution section.
2875
d57a3c85
TJB
28762008-08-06 Tom Tromey <tromey@redhat.com>
2877
2878 * gdb.texinfo (Extending GDB): New chapter.
2879 (Sequences): Demoted chapter, now a section under the new
2880 Extending GDB chapter.
2881 (Python): New section.
2882
6d76a53d
SS
28832008-07-31 Stan Shebs <stan@codesourcery.com>
2884
2885 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2886
1f70da6a
SS
28872008-07-29 Stan Shebs <stan@codesourcery.com>
2888
2889 * gdbint.texinfo: General round of cleanup and minor
2890 clarifications.
2891 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2892 (Longjmp Support): Update description to reflect how it is done
2893 for targets without using native header.
2894 (Symbol Handling): Add a little more general explanation.
2895 (COFF, ELF): Mention stabs encapsulation.
2896 (DWARF 3): New section.
2897 (Adding a New Host): Scrub out some obsolete bits.
2898 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2899 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2900 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2901 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2902 SEEK_SET, STOP_SIGNAL, USG.
2903 (Raw and Virtual Register Representations): Ditto for
2904 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2905 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2906 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2907 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2908 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2909 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2910 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2911 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2912 DEPRECATED_USE_STRUCT_CONVENTION.
2913 Describe gdbarch_deprecated_fp_regnum.
2914 Update description of gdbarch_print_insn.
2915 (Adding a New Target): Scrub out obsolete bits.
2916 (Obsolete Conditionals): Remove entire section.
2917
383f836e
TT
29182008-07-25 Tom Tromey <tromey@redhat.com>
2919
2920 * observer.texi (GDB Observers): Document new observers:
2921 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2922 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2923 architecture_changed.
2924
cfd8ab24
SS
29252008-07-21 Stan Shebs <stan@codesourcery.com>
2926
2927 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2928 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2929
781b42b0
TT
29302008-07-21 Tom Tromey <tromey@redhat.com>
2931
2932 * observer.texi (GDB Observers): Remove obsolete comment.
2933 <executable_changed>: Remove argument.
2934
d7d9f01e
TT
29352008-07-18 Tom Tromey <tromey@redhat.com>
2936
2937 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2938
bf250677
DE
29392008-07-10 Doug Evans <dje@google.com>
2940
2941 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2942
10568435
JK
29432008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2944
2945 * gdb.texinfo (Starting): Document "set disable-randomization".
2946
5ae4183a
AS
29472008-07-07 Andreas Schwab <schwab@suse.de>
2948
2949 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2950
b56e7235
VP
29512008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2952
2953 * gdb.texinfo (GDB/MI Target Manipulation): Add
2954 example of -target-attach.
2955
e1ac3328
VP
29562008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2957
2958 * observer.texi (target_resumed): New observer.
5ae4183a 2959 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2960
65d12d83
TT
29612008-06-06 Tom Tromey <tromey@redhat.com>
2962
2963 * gdb.texinfo (Completion): Add field name example.
2964
fbc5282e
MK
29652008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2966
2967 * gdb.texinfo (GDB/MI Program Context): Added example
2968 to -exec-arguments
5ae4183a 2969
fbc5282e 29702008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2971
2972 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2973 annotation.
2974
c16158bc 29752008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2976 Nathan Sidwell <nathan@codesourcery.com>
2977 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2978
2979 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2980 and ACX_BUGURL.
2981 * configure: Regenerate.
2982 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2983 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2984 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2985 mailing-list-specific text about bug reporting unless
2986 BUGURL_DEFAULT.
2987
75c99385
PA
29882008-06-05 Pedro Alves <pedro@codesourcery.com>
2989
2990 * gdb.texinfo (-target-select): Remove reference to target async.
2991 (Maintenance Commands): Document "maint set/show remote-async".
2992
1763a388
MK
29932008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2994
2995 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2996 in -target-file-get section.
5ae4183a 2997
d0d064df
PA
29982008-05-22 Pedro Alves <pedro@codesourcery.com>
2999
9b562ab8
PA
3000 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
3001 killing the inferior when it is already debugging a process.
d0d064df 3002
8dfa32fc
JB
30032008-05-21 Joel Brobecker <brobecker@adacore.com>
3004
3005 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
3006 abbreviation for "finish".
3007
55f996a7
NR
30082008-05-21 Nick Roberts <nickrob@snap.net.nz>
3009
3010 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
3011
ba2b1c56
DJ
30122008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3013
3014 * gdbint.texinfo (Target Conditionals): Delete entry for
3015 gdbarch_dwarf_reg_to_regnum.
3016
08388c79
DE
30172008-05-09 Doug Evans <dje@google.com>
3018
a3c83fae 3019 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 3020
d14508fe
DE
30212008-05-05 Doug Evans <dje@google.com>
3022
3023 * gdb.texinfo (disassemble): Document /m modifier.
3024
e2b7ddea
VP
30252008-05-05 Vladimir Prus <vladimir@codesourcery.com>
3026
5ae4183a
AS
3027 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
3028 will not report the time of commands that run the target.
e2b7ddea 3029
8eb41542
VP
30302008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3031
3032 * gdb.texinfo (GDB/MI Output Records): Add
3033 missing semicolon.
3034
82f68b1c
VP
30352008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3036
3037 * gdb.texinfo (GDB/MI Output Records):
3038 Document =thread-create and =thread-exited.
3039
fa0f268d
VP
30402008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3041
3042 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 3043 Remove mention of dmi-discuss.
fa0f268d 3044
063bfe2e
VP
30452008-05-03 Pedro Alves <pedro@codesourcery.com>
3046
3047 * observer.texi (thread_exit): New.
3048
237fc4c9
PA
30492008-05-02 Pedro Alves <pedro@codesourcery.com>
3050
3051 * gdb.texinfo (Debugging Output): Document "set/show debug
3052 displaced".
3053 (Maintenance Commands): Document "maint set/show
3054 can-use-displaced-stepping".
3055
0428b8f5
DJ
30562008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3057
3058 * gdb.texinfo (ARM): Document set/show arm fallback-mode
3059 and set/show arm force-mode.
3060
5009afc5
AS
30612008-05-02 Andreas Schwab <schwab@suse.de>
3062
3063 * gdbint.texinfo (Algorithms): Describe
3064 target_watchpoint_addr_within_range.
3065
669fac23
DJ
30662008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3067
3068 * gdbint.texinfo (Stack Frames): New chapter.
3069 (Algorithms): Move Frames text to the new chapter.
3070 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
3071 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
3072
721c02de
VP
30732008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3074
5ae4183a
AS
3075 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
3076 output does not necessary include any tokens.
721c02de 3077
c055b101
CV
30782008-04-22 Corinna Vinschen <vinschen@redhat.com>
3079
3080 * gdb.texinfo (Set SH Calling convention): New @item.
3081 (Show SH Calling convention): Ditto.
3082
68837c9d
MD
30832008-04-22 Markus Deuling <deuling@de.ibm.com>
3084
3085 * gdb.texinfo (Fortran Operators): Describe '%' operator.
3086
2e9132cc
EZ
30872008-04-20 Eli Zaretskii <eliz@gnu.org>
3088
3089 * gdb.texinfo (Set Breaks): Mention that multiple location
3090 breakpoints need line number info. Add index entries.
3091
31fffb02
CS
30922008-04-19 Craig Silverstein <csilvers@google.com>
3093
3094 * gdb.texinfo (Requirements): Add an optional requirement on
3095 zlib.
3096 * gdbint.texinfo (Debugging File Formats): Add new subsection for
3097 Compressed DWARF 2.
3098
a47ec5fe
AR
30992008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
3100
3101 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
3102 sample output for 'stopped,reason="breakpoint-hit"' message.
3103 (GDB/MI Program Execution): Likewise.
3104
de051565
MK
31052008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3106
5ae4183a 3107 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
3108 -var-set-format. Add -f option to -var-evaluate-expression.
3109
6ba66d6a
JB
31102008-04-03 Joel Brobecker <brobecker@adacore.com>
3111
3112 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
3113 new node "Ambiguous Expressions". Replace references to this
3114 node by references to "Ambiguous Expressions" throughout.
3115 (Ambiguous Expressions): New node.
3116
1e26b4f8
DJ
31172008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
3118
3119 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
3120
b84876c2
PA
31212008-03-21 Pedro Alves <pedro@codesourcery.com>
3122
3123 * gdb.texinfo (Debugging Output): Document
3124 "set/show debug lin-lwp-async".
3125 (Maintenance Commands): Document "maint set/show linux-async".
3126
63092375
DJ
31272008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3128
3129 * gdb.texinfo (Expressions): Update description of malloced arrays.
3130
8e8901c5
VP
31312008-03-15 Vladimir Prus <vladimir@codesourcery.com>
3132
3133 * gdb.texinfo (Thread Commands): Document
3134 -thread-info. Remove -thread-list-all-threads.
3135
1fddbabb
PA
31362008-03-14 Pedro Alves <pedro@codesourcery.com>
3137 Sandra Loosemore <sandra@codesourcery.com>
3138
3139 * gdb.texinfo (Library List Format): Update to mention the
3140 possibility to pass section addresses instead of segment
3141 addresses.
3142
ccd213ac
DJ
31432008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
3144
3145 * gdb.texinfo (Starting): Document "set exec-wrapper".
3146 (Server): Document gdbserver --wrapper.
3147
fa4727a6
DJ
31482008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3149
3150 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
3151 unreadable memory. Delete obsolete SPARClite reference.
3152
8edfe269
DJ
31532008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3154
3155 * gdb.texinfo (Starting): Mention always-running targets.
3156 (Target Commands): Add an anchor for load.
3157 (Connecting): Explain continue instead of run.
3158
1843f87b
DJ
31592008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
3160
3161 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
3162
f9082629
NR
31632008-02-26 Nick Roberts <nickrob@snap.net.nz>
3164
3165 * gdb.texinfo (Set Breaks): Revert description of Enb column of
3166 breakpoint table.
3167
fd96d250
PA
31682008-02-19 Pedro Alves <pedro@codesourcery.com>
3169
3170 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
3171 killing the inferior when it is already debugging a process.
3172
36af4ef6
MD
31732008-02-13 Markus Deuling <deuling@de.ibm.com>
3174
3175 * gdbint.texinfo (Build Script): New section. Mention new build script
3176 gdb_buildall.sh.
3177
cda4ce5a
JB
31782008-02-01 Jim Blandy <jimb@red-bean.com>
3179
3180 * gdb.texinfo (Help): Summarize 'info args' correctly.
3181
4acd40f3
TJB
31822008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3183
3184 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
3185 available in PowerPC architecture.
3186 (Embedded Processors): Change node name of PowerPC item in menu.
3187 (PowerPC): Rename to...
3188 (PowerPC Embedded): this.
3189 (Architectures): Add new PowerPC item in menu.
3190 (PowerPC): New node.
3191
6e6c6f50
DJ
31922008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3193
3194 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
3195 commands.
3196
5ee187d7
DJ
31972008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3198
3199 * gdb.texinfo (Setting Catchpoints): Mention features
3200 supported on GNU/Linux.
3201
e275c0d9
NR
32022008-01-30 Nick Roberts <nickrob@snap.net.nz>
3203
3204 * gdb.texinfo (GDB/MI File Commands): Describe new output
3205 field for MI command -file-list-exec-source-file.
3206
2d717e4f
DJ
32072008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3208
3209 * gdb.texinfo (Using the `gdbserver' Program): Add security
3210 warning. Rearrange into subsections and subsubsections. Document
3211 --multi and --debug. Correct --with-sysroot typo. Update --attach
3212 usage. Make load reference clearer. Document monitor exit.
3213 (Remote Configuration): Document set remote exec-file, attach-packet,
3214 and run-packet.
3215 (Packets): Document vAttach and vRun.
3216
d35a4257 32172008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
3218
3219 * gdb.texinfo (Processes): Mention process command.
889bf7c5 3220 detach-on-follow -> detach-on-fork.
f663676d 3221
c78d192c
DJ
32222008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3223
3224 * gdbint.texinfo (Native Conditionals): Remove
3225 SHELL_COMMAND_CONCAT and SHELL_FILE.
3226
d35a4257
EZ
32272008-01-26 Eli Zaretskii <eliz@gnu.org>
3228
3229 * gdb.texinfo (Specify Location): Improve wording.
3230
93815fbf
VP
32312008-01-23 Chris Demetriou <cgd@google.com>
3232
3233 * gdb.texinfo (Threads): Document new "set print thread-events"
3234 and "show print thread-events" commands.
3235
2a25a5ba
EZ
32362008-01-19 Eli Zaretskii <eliz@gnu.org>
3237
3238 * gdb.texinfo (Specify Location): New section.
3239 (Delete Breaks, Edit, Set Breaks): Remove description of
3240 locations. Instead, add a reference to "Specify Location".
3241 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
3242 (Symbols): Refer to "Specify Location" for the valid forms of
3243 linespecs and locations.
3244
32c9a795
MD
32452008-01-18 Markus Deuling <deuling@de.ibm.com>
3246
3247 * gdbint.texinfo (Target Conditionals): Replace the description of
3248 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
3249
b17828ca
JB
32502008-01-12 Paul Hilfinger <hilfinger@adacore.com>
3251
3252 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
3253 about &&var, which is rejected by the expression parser.
3254
0aea4bf3
LM
32552008-01-09 Luis Machado <luisgpm@br.ibm.com>
3256
3257 * gdb.texinfo (Output): Update documentation on using printf with DFP
3258 types.
3259
febe4383
TJB
32602008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3261
3262 * gdb.texinfo (C and C++): Add Decimal Floating Point format
3263 subsubsection.
3264 (Decimal Floating Point format): New subsubsection.
3265
7a404eba
PA
32662008-01-05 Pedro Alves <pedro@codesourcery.com>
3267
3268 * gdb.texinfo (File Options): Remove mention of the attempt to
3269 open a core file with the -p option. Don't list -c as a valid
3270 option to attach to a process.
3271
a4d9b460
PA
32722008-01-05 Pedro Alves <pedro@codesourcery.com>
3273
3274 * gdbint.texinfo (Host Conditionals): Remove mention of
3275 ALIGN_STACK_ON_ENTRY.
3276
6ec2edbe
JB
32772008-01-05 Joel Brobecker <brobecker@adacore.com>
3278
3279 * gdbint.texinfo (Start of New Year Procedure): Add item
3280 describing how to update the source and documentation copyright
3281 notices.
3282
d8b2a693
JB
32832007-12-18 Jim Blandy <jimb@codesourcery.com>
3284
ab209b3a 3285 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
3286 watchpoint explanation into the main description of the watchpoint
3287 command; update synopses of 'watch', 'rwatch', and 'awatch'
3288 commands.
3289
8b4ed427
VP
32902007-12-18 Vladimir Prus <vladimir@codesourcery.com>
3291
3292 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3293 Document 'pending-breakpoints' feature of
3294 -list-features.
3295
37e4754d
LM
32962007-12-17 Luis Machado <luisgpm@br.ibm.com>
3297
669fac23 3298 * gdb.texinfo: Add new parameter's description.
37e4754d 3299
1d3811f6
DJ
33002007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3301
3302 * gdb.texinfo (Overview): Clarify run-length encoding
3303 example. Remove the restriction on "+" and "-" characters.
3304
c1c25a1a
EZ
33052007-12-15 Eli Zaretskii <eliz@gnu.org>
3306
3307 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3308
afe8ab22 33092007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3310
afe8ab22
VP
3311 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3312 the -f option for -break-insert, remove -r option,
3313 and clarify specification of location.
3314
a6b151f1
DJ
33152007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3316
3317 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3318 formatting.
3319 (Remote Debugging): Add File Transfer section.
3320 (Remote Configuration): Document Host I/O packets.
3321 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 3322 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
3323 (Packets): Add vFile.
3324
3b784c4f
EZ
33252007-11-17 Eli Zaretskii <eliz@gnu.org>
3326
3327 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3328 breakpoints with multiple locations.
3329 (Breakpoint Menus): Improve wording.
3330 (Output): Fix last change.
3331
a4ce5b0d
UW
33322007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3333
3334 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3335
1b39d5c0
DE
33362007-11-15 Doug Evans <dje@google.com>
3337
3338 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3339
7a72d44c
VP
33402007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3341
3342 * gdbint.texinfo (Native Conditionals): Remove
3343 mention of CLEAR_SOLIB.
5ae4183a 3344
6d1829bf 33452007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
3346
3347 * gdb.texinfo (Print Settings): Add documentation for "set/show
3348 print frame-arguments".
3349
1a619819
LM
33502007-11-05 Luis Machado <luisgpm@br.ibm.com>
3351
3b784c4f 3352 * gdb.texinfo (Output): Update printf command's description.
1a619819 3353
55eddb0f
DJ
33542007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3355
3356 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3357 powerpc soft-float".
3358
9cceb671
DJ
33592007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3360
3361 * gdb.texinfo (Files): Correct formatting. Mention Expat
3362 requirement.
3363 (Requirements for Building GDB): Expand the list of Expat
3364 uses.
3365 (Library List Format, Memory Map Format): Mention Expat.
3366 (Target Descriptions): Update Expat wording.
3367
83acabca
DJ
33682007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3369
3370 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3371 Document that gdbarch_convert_register_p should return zero for no-op
3372 conversions.
3373
e35879db
UW
33742007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3375
83acabca 3376 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
3377 of set_gdbarch_sofun_address_maybe_missing back to ...
3378 (Target Conditionals): ... here to fix build break.
3379
203c3895
UW
33802007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3381
83acabca 3382 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
3383 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3384 (Compiler Characteristics): ... documentation of
3385 set_gdbarch_sofun_address_maybe_missing.
3386
11411de3
DJ
33872007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3388
3389 * gdbint.texinfo (Target Conditionals): Use
3390 frame_unwind_register_unsigned in examples instead of
3391 frame_unwind_unsigned_register.
3392
7cc46491
DJ
33932007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3394
3395 * gdb.texinfo (Predefined Target Types): Add int128
3396 and uint128.
3397 (Standard Target Features): Add PowerPC features.
3398
81adfced
DJ
33992007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3400
3401 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3402
c1874924
UW
34032007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3404
3405 * gdbint.texi (Target Conditionals): Remove documentation
3406 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3407 gdbarch_extract_return_value, and gdbarch_store_return_value.
3408
f6e56ab3
UW
34092007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3410
3411 * gdbint.texi (Target Conditionals): Remove documentation of
3412 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3413
56cf5405
KH
34142007-10-11 Kazu Hirata <kazu@codesourcery.com>
3415
3416 * gdb.texinfo: Mention that inaccessible-by-default is on by
3417 default.
3418
35156bae
DJ
34192007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3420
3421 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3422
d983da9c
DJ
34232007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3424
3425 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3426 multi-threaded watchpoints.
3427 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3428 checked. Describe sticky notification. Expand description
3429 of steppable and continuable watchpoints.
3430 (Watchpoints and Threads): New subsection.
3431
fe6fbf8b
VP
34322007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3433
3434 * gdb.texinfo (Setting Breakpoints): Revise
3435 documentation for pending breakpoints. Document
3436 breakpoints with multiple locations.
5ae4183a 3437
084344da
VP
34382007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3439
3440 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3441 Document -list-features.
5ae4183a 3442
82160952
EZ
34432007-09-15 Eli Zaretskii <eliz@gnu.org>
3444
3445 * gdb.texinfo (Output): Spell out which features of C's printf are
3446 not supported by GDB's printf.
7e27a47a
EZ
3447 (Separate Debug Files): More accurate wording regarding build ID
3448 and a reference to the ld manual rather than the Fedora wiki.
82160952 3449
ea37ba09
DJ
34502007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3451 Jim Blandy <jimb@codesourcery.com>
3452
3453 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3454 (Examining Memory): Update mentions of the 's' format.
3455 (Automatic Display): Likewise.
3456
b8533aec
DJ
34572007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3458
3459 * gdb.texinfo: Update the FSF's Back-Cover Text.
3460
83f83d7f
JK
34612007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3462 Eli Zaretskii <eliz@gnu.org>
3463
3464 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3465 Fixed the ``build ID'' name. New binaries build instructions for the
3466 build ID inclusion. Explain how the commands are specific to the build
3467 ID vs. debug link.
3468
c7e83d54
EZ
34692007-09-01 Eli Zaretskii <eliz@gnu.org>
3470
3471 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3472 indexing for ``build ID'' support.
3473
d3750b24
JK
34742007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3475
3476 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3477 Enlisted BUILD ID to the debug file searching example.
3478 Included a BUILD ID `.note.gnu.build-id' section description.
3479 Updated/added the debug files splitting instructions for OBJCOPY.
3480
02142340
VP
34812007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3482
3483 * gdb.texinfo (Variable Objects): Adjust docs
3484 for -var-info-expression and document
3485 -var-info-path-expression.
3486
d3bdde98
JB
34872007-08-20 Jim Blandy <jimb@codesourcery.com>
3488
3fb6a982
JB
3489 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3490 (title page): Include the dedication in the printed manual, as a
3491 separate page after the copyright notice.
5ae4183a 3492
d3bdde98
JB
3493 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3494 don't break a @var across a line.
3495
c80a96a8
MR
34962007-07-25 Maciej W. Rozycki <macro@mips.com>
3497
3498 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3499 for include files.
3500
5824a901
NR
35012007-07-12 Nick Roberts <nickrob@snap.net.nz>
3502
3503 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3504 in annotate.texinfo.
3505 (Command History): Link to new node.
5824a901 3506
d52e7ea3
UW
35072007-07-05 Markus Deuling <deuling@de.ibm.com>
3508
3509 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3510
5fc14d0a
EZ
35112007-07-05 Eli Zaretskii <eliz@gnu.org>
3512
3513 * gdbint.texinfo (Target Conditionals): Fix last change.
3514
4a9bb1df
UW
35152007-07-03 Markus Deuling <deuling@de.ibm.com>
3516
3517 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3518 routines:
3519 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3520 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3521 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3522 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3523 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3524 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3525 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3526 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3527 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3528 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3529 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3530 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3531 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3532 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3533 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3534 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3535 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3536 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3537 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3538 (SOFTWARE_SINGLE_STEP_P)
3539
3540 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3541 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3542
3543 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3544 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3545 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3546 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3547 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3548 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3549 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3550 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3551 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3552 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3553
3554 (Converting an existing Target Architecture to Multi-arch): Remove
3555 section.
3556
3557 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3558 (gdbarch_addr_bits_remove): Add code example.
3559
3560 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3561
cfa9d6d9
DJ
35622007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3563
3564 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3565 Add other missing entries. Adjust the table size to fit.
3566 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3567 stop reasons including the new "library" event.
3568 (General Query Packets): Adjust table widths for qSupported. Mention
3569 qXfer:libraries:read reply to qSupported and document the new packet.
3570 (Library List Format): New section.
3571
159fcc13
JK
35722007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3573
3574 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3575
f66d1690
MS
35762007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3577
3578 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3579
67102876
NR
35802007-06-25 Nick Roberts <nickrob@snap.net.nz>
3581
3582 * gdbint.texinfo (Register and Memory Data): Break sections
3583 into nodes and add a menu.
3584
a4642986
MR
35852007-06-21 Maciej W. Rozycki <macro@mips.com>
3586
3587 * gdb.texinfo (Examining Memory): Document the new behaviour.
3588
e9c17194
VP
35892007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3590
3591 * gdb.texinfo (Standard Target Features): Document
3592 m68k features.
3593
31d99776
DJ
35942007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3595
3596 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3597
1780a0ed
DJ
35982007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3599
3600 * gdb.texinfo (Target Description Format): Add version attribute
3601 for <target>.
3602
822b6570
DJ
36032007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3604
3605 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3606
f8b73d13
DJ
36072007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3608
3609 * gdb.texinfo (MIPS Features): New subsection.
3610
0e7f50da
UW
36112007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3612 Markus Deuling <deuling@de.ibm.com>
3613
3614 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3615 and qXfer:spu:write packets and mention them under qSupported.
3616
23d964e7
UW
36172007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3618 Markus Deuling <deuling@de.ibm.com>
3619
3620 * gdb.texinfo (Architectures): Add new SPU section to document
3621 Cell Broadband Engine SPU architecture specific commands.
3622
9f708cb2
VP
36232007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3624
3625 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3626 comments.
3627
7579b5f8
NR
36282007-06-07 Nick Roberts <nickrob@snap.net.nz>
3629
3630 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3631
bf06d120
JB
36322007-05-29 Jim Blandy <jimb@codesourcery.com>
3633
3634 * gdb.texinfo (Overview): Doc fix.
3635
23776285
MR
36362007-05-22 Maciej W. Rozycki <macro@mips.com>
3637
3638 * gdb.texinfo (Remote Configuration): Document "set/show
3639 remoteflow".
3640
1a69e1e4
DJ
36412007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3642
bf06d120
JB
3643 * gdb.texinfo (MIPS): Remove documentation for set mips
3644 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3645 stack-arg-size.
1a69e1e4 3646
46ba6afa 36472007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3648
46ba6afa
BW
3649 * all-cfg.texi (GDBTUI): New.
3650 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3651 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3652 (TUI Configuration): Edit to improve clarity and fix problems of
3653 both style and content.
5ae4183a 3654
06d3b283
UW
36552007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3656
3657 * observer.texi (GDB Observers): New observer "new_objfile".
3658
179101d6
UW
36592007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3660
3661 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3662
25d5ea92
VP
36632007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3664
3665 * gdb.texinfo (GDB/MI Variable Objects): Document
3666 frozen variables objects.
5ae4183a 3667
ea35711c
DJ
36682007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3669
3670 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3671 (Character Sets, Caching Data of Remote Targets): Likewise.
3672 (Targets): Delete Remote node. Move its text...
3673 (Debugging Remote Programs): ...to here. Delete description
3674 of the "remote" command.
3675 (Remote configuration): Delete description of "set remotedevice"
3676 and "show remotedevice".
3677 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3678
db2e3e2e
BW
36792007-04-11 Bob Wilson <bob.wilson@acm.org>
3680
5ae4183a
AS
3681 * gdb.texinfo (Contributors, Continuing and Stepping)
3682 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3683 (General Query Packets, File-I/O Remote Protocol Extension)
3684 (Protocol Basics, The F Reply Packet, Write)
3685 (Protocol-specific Representation of Datatypes, Memory Transfer):
3686 Fix hyphenation, punctuation and grammar problems.
3687 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3688 'section' instead of 'subsection' in the text.
3689 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3690 (i386): Remove period from section name.
db2e3e2e
BW
3691 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3692 (Config Names, Configure Options): Use @file{configure}.
3693
8a3dae3e
DJ
36942007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3695
3696 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3697 and tab expansion.
3698
1a92f856
DJ
36992007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3700
3701 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3702
79a6e687 37032007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3704
79a6e687
BW
3705 * gdb.texinfo: Consistently capitalize all significant words in
3706 node names, chapter titles, section titles, and headings. Update
3707 cross references to match.
3708 (Starting and Stopping Trace Experiment): Make node name plural.
3709 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3710
ad527d2e
PA
37112007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3712
3713 * gdb.texinfo (WinCE): Delete obsolete subsection.
3714
7ce59000
DJ
37152007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3716
3717 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3718 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3719 references.
3720
8807d78b
DJ
37212007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3722
3723 * gdb.texinfo (Startup): Delete references to some alternate
3724 names for .gdbinit.
3725 (Thread): Remove LynxOS reference.
3726 (Tandem ST2000): Delete target-specific documentation.
3727 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3728 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3729 and GDB_OSABI_LYNXOS.
3730
5f402660
UW
37312007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3732
3733 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3734
bac718a6
UW
37352007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3736
3737 * gdbint.texinfo (Target Conditionals): Remove mention of
3738 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3739 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3740
9453113a
DJ
37412007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3742
3743 * Makefile.in: Add "pdfdir" installation
3744 directory, PDFTEX macro, support for "install-pdf" target,
3745 and rules for making a pdf version of refcard.texi.
3746 * refcard.tex: Specify paper size for PDF output.
3747
ae21e955 37482007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3749
ae21e955 3750 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3751
3f94c067 37522007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3753
3f94c067
BW
3754 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3755 (Source Path, Character Sets, Macros, Define)
3756 (GDB/MI Result Records, GDB/MI Simple Examples)
3757 (GDB/MI Program Execution, GDB/MI File Commands)
3758 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3759 (Bug Reporting): Use @value{GCC}.
5ae4183a 3760
12c27660 37612007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3762
12c27660
BW
3763 * gdb.texinfo (Help): Fix formatting of examples.
3764 (Variables): Use @ifnotinfo instead of @iftex.
3765 (Non-debug DLL symbols): Use @ref instead of @pxref.
3766 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3767
ce9341a1
BW
37682007-03-26 Bob Wilson <bob.wilson@acm.org>
3769
3770 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3771
c8f4133a
BW
37722007-03-26 Bob Wilson <bob.wilson@acm.org>
3773
3774 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3775 the order of the nodes.
3776 (C Operators, C Constants, Debugging C): Remove extra menus.
3777 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3778
c8f4133a 37792007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3780
3781 * gdb.texinfo (File Options): Add missing parenthesis.
3782 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3783
c74d0ad8
DJ
37842007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3785
3786 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3787
ff6f572f
DJ
37882007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3789
669fac23 3790 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3791 case insensitivity.
3792 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3793
994337c3
NR
37942007-02-18 Nick Roberts <nickrob@snap.net.nz>
3795
3796 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3797 (Files): Add section name to argument list for pxref.
3798 (Non-debug DLL symbols): Don't use `see' for pxref.
3799 (Embedded Processors): Fix typo.
3800 (GDB/MI Breakpoint Commands): Execution commands generate
3801 *stopped not ^done.
3802
eb819d70
NR
38032007-02-13 Nick Roberts <nickrob@snap.net.nz>
3804
3805 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3806 values for in_scope. Mention that only root variables can be
3807 updated.
3808 (GDB/MI Development and Front Ends): Explain new values may be
3809 added to existing fields.
3810
123dc839
DJ
38112007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3812
3813 * gdb.texinfo (-target-disconnect): Use @smallexample.
3814 (Requirements): Add anchor for Expat. Update description.
3815 (Target Descriptions): Mention Expat.
3816 (Target Description Format): Document new elements. Use
3817 @smallexample.
3818 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3819 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3820
108546a0
DJ
38212007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3822
3823 * gdb.texinfo (Target Description Format): Add section on XInclude.
3824
95a98c01
NR
38252006-02-03 Nick Roberts <nickrob@snap.net.nz>
3826
3827 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3828 command -enable-timings.
3829
f4b3909f
EZ
38302007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3831
5ae4183a 3832 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3833 descriptions for new/deleted elements in gdb_osabi. Add missing
3834 description for function generic_elf_osabi_sniff_abi_tag_sections.
3835
c7ba131e
JB
38362007-01-29 Joel Brobecker <brobecker@adacore.com>
3837
3838 * gdb.texinfo (Maintenance Commands): Add documentation for
3839 the new "maint print target-stack" command.
3840
3a60f64e
JK
38412007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3842 Eli Zaretskii <eliz@gnu.org>
3843
f4b3909f 3844 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3845
c582f8b6
EZ
38462007-01-26 Eli Zaretskii <eliz@gnu.org>
3847
3848 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3849 Use @value{NGCC} instead of @value{GCC}.
3850
d3e8051b
EZ
38512007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3852
3853 * agentexpr.texi: Fix typos.
3854 * annotate.texinfo: Likewise.
3855 * gdb.texinfo: Likewise.
3856 * gdbint.texinfo: Likewise.
3857 * observer.texi: Likewise.
3858 * stabs.texinfo: Likewise.
3859
86f04699
EZ
38602007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3861
3862 * gdbint.texinfo (Support Libraries): Remove mmalloc
3863 entry. Describe readline library.
3864
23181151
DJ
38652007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3866
3867 * gdb.texinfo (Target Descriptions): New section.
3868 (General Query Packets): Add QPassSignals anchor. Mention
3869 qXfer:features:read under qSupported. Expand mentions of
3870 qXfer:memory-map:read and QPassSignals. Document
3871 qXfer:features:read.
3872
f822c95b
DJ
38732007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3874
3875 * gdb.texinfo (Commands to specify files): Describe
3876 "set sysroot" and "show sysroot".
3877 (Using the `gdbserver' program): Lowercase argument
3878 to @var. Expand description of setting up GDB on the
3879 host.
3880
8936fcda
JB
38812007-01-05 Joel Brobecker <brobecker@adacore.com>
3882
3883 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3884 catch exception, catch exception unhandled, and catch assert
3885 commands.
3886
e776119f
DJ
38872007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3888
3889 * gdb.texinfo (Debugging Output): Document "set debug xml"
3890 and "show debug xml".
3891
aa79a185
DJ
38922007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3893
3894 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3895
7f893741
JB
38962007-01-01 Joel Brobecker <brobecker@adacore.com>
3897
3898 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3899
a1b5960f
VP
39002006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3901
3902 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3903 note in @ignore, to be removed later if nobody complains.
3904
9f470e6e
NR
39052006-12-04 Nick Roberts <nickrob@snap.net.nz>
3906
3907 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3908 of -var-delete.
3909
765dc015 39102006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3911
765dc015 3912 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3913 automatic software/hardware breakpoint usage and
3914 the "set breakpoint auto-hw" command.
765dc015 3915
4b5752d0
VP
39162006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3917
3918 * gdb.texinfo (Memory Access Checking): New.
3919
89be2091
DJ
39202006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3921
3922 * gdb.texinfo (Remote configuration): Mention
3923 "pass-signals-packet".
3924 (General Query Packets): Document QPassSignals. Fix
3925 a typo.
3926
ca3bf3bd
DJ
39272006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3928
3929 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3930
427c3a89
DJ
39312006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3932
3933 * gdb.texinfo (Remote configuration): Rewrite documentation for
3934 packet configuration commands.
3935 (OS Information): Adjust reference to qXfer:auxv:read.
3936 (General Query Packets): Remove references to read-aux-vector-packet
3937 and set remote get-thread-local-storage-address.
3938
7a107747
DJ
39392006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3940
3941 * gdbint.texinfo (Target Architecture Definition): Add new
3942 Initializing a New Architecture section.
3943
1c56eb0e
EZ
39442006-10-31 David Taylor <dtaylor@emc.com>
3945
3946 * stabs.texinfo (Macro define and undefine): New node describing
3947 stabs for #define and #undef.
3948
f73adfeb
AS
39492006-10-27 Andreas Schwab <schwab@suse.de>
3950
3951 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3952
fd60e0df
EZ
39532006-10-21 Eli Zaretskii <eliz@gnu.org>
3954
3955 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3956 clarify on the possible meanings of ``expression'' watched by
3957 watchpoints. Add indexing.
e5ac9b53
EZ
3958 (Prompting, Errors, Invalidation, Annotations for Running)
3959 (Source Annotations): Fix index entries by adding "annotation" to
3960 them, to discriminate from index entries that point to the more
3961 general topic descriptions.
fd60e0df 3962
52bb452f
DJ
39632006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3964
3965 * gdbint.texinfo (Target Vector Definition): Move most
3966 content into Existing Targets. Add a menu.
3967 (Existing Targets): New section, moved from Target Vector
3968 Definition. Use @subsection.
3969 (Managing Execution State): New section.
3970
58955e58
BW
39712006-10-16 Bob Wilson <bob.wilson@acm.org>
3972
3973 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3974
c8aa23ab
EZ
39752006-10-15 Eli Zaretskii <eliz@gnu.org>
3976
3977 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3978 (Command Syntax, Signals, Backtrace, Connecting)
3979 (Remote configuration, Renesas Boards, Console I/O): Fix last
3980 change: use Ctrl- instead of C-, except wrt Emacs.
3981 (File-I/O Examples): Put Ctrl-c in @kbd.
3982 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3983 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3984 (Signals, Set Breaks, Set Watchpoints): Document optional
3985 arguments to `info signals' `handle', `info breakpoints', and
3986 `info watchpoints'.
c8aa23ab 3987
e7109c7e
EZ
39882006-10-14 Eli Zaretskii <eliz@gnu.org>
3989
3990 * gdb.texinfo (Backtrace): Fix last change.
3991
de3aea7b
NR
39922006-10-14 Nick Roberts <nickrob@snap.net.nz>
3993
3994 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3995
7f9087cb
BW
39962006-10-10 Bob Wilson <bob.wilson@acm.org>
3997
c8aa23ab
EZ
3998 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3999 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
4000 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 4001
68437a39
DJ
40022006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4003 Daniel Jacobowitz <dan@codesourcery.com>
4004
4005 * gdb.texinfo (Packets): Document vFlashErase,
4006 vFlashWrite and vFlashDone packets.
4007 (General Query Packets): Document qXfer:memory-map:read.
4008 Add a new feature for qXfer:memory-map:read.
4009 (Memory map format): New section.
4010 (Target Commands): Mention that gdb can write flash.
4011
fd79ecee
DJ
40122006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4013 Daniel Jacobowitz <dan@codesourcery.com>
4014
4015 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
4016 memory regions and "mem auto".
4017
350da6ee
DJ
40182006-09-21 Nathan Sidwell <nathan@codesourcery.com>
4019
4020 * gdbint.texinfo (Array Containers): New section.
4021
2f1acb09
VP
40222006-09-17 Vladimir Prus <vladimir@codesourcery.com>
4023
4024 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4025 -stack-list-arguments HIGH_FRAME argument can be larger then the
4026 actual number of frames.
4027
2ab1eb7a
VP
40282006-09-07 Vladimir Prus <vladimir@codesourcery.com>
4029
4030 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
4031 -stack-list-locals HIGH_FRAME argument can be larger then the
4032 actual number of frames.
2ab1eb7a 4033
599b237a
BW
40342006-09-02 Bob Wilson <bob.wilson@acm.org>
4035
4036 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
4037 Register Packet Format, Tracepoint Packets): Fix spelling errors.
4038
25ab7e6d
EZ
40392006-09-02 Eli Zaretskii <eliz@gnu.org>
4040
4041 * gdbint.texinfo (Overall Structure): New section "Source Tree
4042 Structure".
4043
940178d3
JB
40442006-08-17 Jim Blandy <jimb@codesourcery.com>
4045
4046 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
4047 responses.
4048
30daae6c
JB
40492006-08-08 Joel Brobecker <brobecker@adacore.com>
4050
4051 * gdb.texinfo (Source Path): Add documentation for new
4052 substitute-path commands.
4053
7fa2210b
DJ
40542006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
4055
4056 * gdb.texinfo (Installing GDB): Update menu. Move text to...
4057 (Running Configure): ...here.
4058 (Requirements): New node. Mention expat.
4059
3d00d119
DJ
40602006-08-08 Vladimir Prus <vladimir@codesourcery.com>
4061
5ae4183a 4062 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
4063 'set download-write-size' and 'show download-write-size'.
4064
0cbfa4ee
DJ
40652006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
4066
4067 * stabs.texinfo (Member Type Descriptor): Correct example for
4068 pointer to member types.
4069
16026cd7
AS
40702006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
4071
4072 * gdb.texinfo (Optional warnings and messages): Add
4073 'set/show trace-commands'.
4074 (Command files): Add '-v' to source command.
4075
0876f84a
DJ
40762006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4077
4078 * gdb.texinfo (OS Information): Update qPart reference to
4079 qXfer.
4080 (Remote configuration): Likewise.
4081 (Overview): Move @cindex to the start of a paragraph. Talk
4082 about binary data encoding.
4083 (Packets): Refer to the overview for the details of the X
4084 packet encoding.
4085 (General Query Packets): Remove qPart description. Add qXfer
4086 description. Add an anchor to qSupported. Correct feature
4087 table title. Add a new feature for qXfer:auxv:read.
4088 (Interrupts): Add a missing parenthesis.
4089
2ec3381a
DJ
40902006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
4091
669fac23 4092 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
4093 (GDB/MI Kod Commands): Remove commented out node.
4094
594fe323
EZ
40952006-07-01 Eli Zaretskii <eliz@gnu.org>
4096
4097 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
4098 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
4099 (GDB/MI Thread Commands, GDB/MI Program Execution)
4100 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
4101 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
4102 (GDB/MI File Commands, GDB/MI Target Manipulation)
4103 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
4104 since the MI prompt is hard-wired into the code.
4105
7e3fb70c
NR
41062006-07-01 Nick Roberts <nickrob@snap.net.nz>
4107
4108 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
4109 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
4110 (GDB/MI Data Manipulation): Remove description of unimplemented
4111 display related commands as variable objects perform this function
4112 and are superior: -display-delete, -display-disable,
4113 -display-enable, -display-insert and -display-list. Move
4114 -environment-cd, -environment-directory, -environment-path
4115 and -environment-pwd to "Program Context".
4116 (GDB/MI Program Control): Rename to "Program Execution". Move
4117 -exec-arguments -exec-abort to...
4118 (GDB/MI Program Context): ...here. New node split from "Data
4119 Manipulation".
4120
be2a5f71
DJ
41212006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
4122
4123 * gdb.texinfo (Remote configuration): Document set / show
4124 remote supported-packets.
4125 (General Query Packets): Document qSupported packet.
4126
fc320d37
SL
41272006-06-10 Sandra Loosemore <sandra@codesourcery.com>
4128
4129 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
4130 and font markup.
4131 (Protocol basics): Likewise.
4132 (The F request packet): Likewise.
4133 (The F reply packet): Likewise.
4134 (Memory transfer): Move this node to be a subsubsection of
4135 "Protocol specific representation of datatypes".
4136 (The Ctrl-C message): More copy editing.
4137 (Console I/O): Likewise.
4138 (The isatty call): Delete this node, and merge its content into
4139 the "isatty" node. Fixed references elsewhere.
4140 (The system call): Delete this node, and merge its content into
4141 the "system" node. Fixed references elsewhere.
4142 (open): Reformat to use @table, and add appropriate font markup.
4143 (close): Likewise.
4144 (read): Likewise.
4145 (write): Likewise.
4146 (lseek): Likewise.
4147 (rename): Likewise.
4148 (unlink): Likewise.
4149 (stat/fstat): Likewise.
4150 (gettimeofday): Likewise.
4151 (isatty): Likewise.
4152 (system): Likewise, plus minor changes to fix confusing wording.
4153 (Integral datatypes): Fix font markup.
4154 (Pointer values): Likewise.
4155 (struct stat): Fix markup to use @table, plus minor copy editing.
4156 (struct timeval): Fix font markup, plus minor copy editing.
4157 (Constants): Minor copy editing.
4158 (Errno values): Add font markup.
4159 (File-I/O Examples): Likewise.
4160
158fdf5c
NR
41612006-06-10 Nick Roberts <nickrob@snap.net.nz>
4162
4163 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
4164 (GDB/MI Simple Examples): Move node up one level. Use real
4165 examples.
4166 (GDB/MI Compatibility with CLI): Update.
4167 (GDB/MI Result Records): Add "connected" and "exit" result
4168 classes.
4169 (GDB/MI Stream Records): Clarify target output.
4170 (GDB/MI Command Description Format): Modify example description.
4171 (GDB/MI Breakpoint Table Commands): Rename to...
4172 (GDB/MI Breakpoint Commands): ...this
4173 (GDB/MI Breakpoint Commands): Add optional thread field.
4174 (GDB/MI Program Control): Add an introduction. Move "Program
4175 termination" examples into exec-run description.
4176 (GDB/MI File Commands): Mention similar CLI commands.
4177 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
4178 is similar to "-gdb-version".
4179
ddb50cd7
EZ
41802006-06-09 Eli Zaretskii <eliz@gnu.org>
4181
4182 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
4183
2aef0d6b
NR
41842006-06-02 Nick Roberts <nickrob@snap.net.nz>
4185
4186 * gdb.texinfo (GDB/MI Development and Front Ends): Use
4187 sourceware.org for mailing lists.
d5e40d59 4188 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 4189
383a5c52
NR
41902006-06-01 Nick Roberts <nickrob@snap.net.nz>
4191
d5e40d59 4192 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 4193
e16b02ee
EZ
41942006-05-22 Eli Zaretskii <eliz@gnu.org>
4195
4196 * gdb.texinfo (Cygwin Native): Fix last change.
4197
be90c084
CF
41982006-05-22 Christopher Faylor <cgf@timesys.com>
4199
4200 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
4201
347ceba5
NR
42022006-05-15 Nick Roberts <nickrob@snap.net.nz>
4203
4204 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
4205 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
4206
369af7bd
DJ
42072006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4208
4209 * gdb.texinfo (General Query Packets): Recommend not starting
4210 new packets with qC and clarify.
4211
2ffdbde8 42122006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
4213
4214 * gdb.texinfo (M2 Types): New section.
72019c9c 4215
16d1a084
DJ
42162006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
4217
4218 * agentexpr.texi: Add a copyright and license notice.
4219 * observer.texi: Likewise, with GPL clause for function prototypes.
4220 Remove trailing whitespace.
4221
aa56d27a
JB
42222006-05-05 Jim Blandy <jimb@codesourcery.com>
4223
4224 * gdb.texinfo (General Query Packets): Document conventions for
4225 terminating packet names, and their violations.
4226
5bdf8622
DJ
42272006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4228
4229 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
4230 * gdb.texinfo: Likewise.
4231
605a56cb
DJ
42322006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4233
4234 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
4235 and "show remotedebug".
4236 (Debugging Output): Add additional index entries.
4237
b8db102d
MS
42382006-04-27 Michael Snyder <msnyder@redhat.com>
4239
4240 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
4241
c5e30d01
AC
42422006-04-22 Andrew Cagney <cagney@redhat.com>
4243
4244 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
4245 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
4246
8181d85f
DJ
42472006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
4248
4249 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
4250 and remove breakpoint prototypes.
4251 (Watchpoints): Move description of target_insert_hw_breakpoint and
4252 target_remove_hw_breakpoint ...
4253 (Breakpoints): ... to here. Document target_insert_breakpoint and
4254 target_remove_breakpoint.
4255
4f553f88
JB
42562006-04-17 Jim Blandy <jimb@codesourcery.com>
4257
4258 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
4259 and C packets are optional.
4260
cd852561
FR
42612006-04-14 Frederic Riss <frederic.riss@st.com>
4262
4263 * gdb.texinfo (Specifying source directories): Update the description
4264 of the source file search to reflect the fact that the source path
4265 always contains at least $cdir and $cwd.
4266
b620eb07
MS
42672006-03-31 Michael Snyder <msnyder@redhat.com>
4268
4269 * gdb.texinfo: Update copyright dates.
4270
3156cdaf
EZ
42712006-03-31 Eli Zaretskii <eliz@gnu.org>
4272
4273 * gdb.texinfo (Overview): Add an index entry to "empty response".
4274
7d30c22d
JB
42752006-03-28 Jim Blandy <jimb@codesourcery.com>
4276
4277 * gdbint.texinfo (Prologue Analysis): New section.
4278
86941c27
JB
42792006-03-07 Jim Blandy <jimb@red-bean.com>
4280
66b8c7f6
JB
4281 * gdb.texinfo (Connecting): Document 'target remote pipe'.
4282
1a10341b
JB
4283 * gdb.texinfo (Target Commands): Update text describing how to
4284 specify a target. Refer to the detailed section on remote
4285 debugging, not the brief mention.
4286
86941c27
JB
4287 * gdb.texinfo (Connecting): Organize the different 'target remote'
4288 connection methods into a table. Add a 'target remote' index
4289 entry. (!!!)
4290
62f3a2ba
FF
42912006-02-17 Fred Fish <fnf@specifix.com>
4292
4293 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4294 'ptype' commands to reflect the fact that the only significant
4295 difference between them is that ptype prints the complete type
4296 description instead of just the name.
4297
8b9a88ea
WZ
42982006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
4299
4300 * gdbint.texinfo (Watchpoints): Delete
4301 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4302
7e8dc855
NR
43032006-02-10 Nick Roberts <nickrob@snap.net.nz>
4304
4305 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4306 times fields where needed. Fix typos. Update general form given
4307 for output of -break-insert.
4308 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4309
c91d38aa
DJ
43102006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
4311
4312 * gdbint.texinfo (Symbol Handling): Add a section
4313 on memory management.
4314
38fcd64c
DJ
43152006-02-06 Vladimir Prus <ghost@cs.msu.su>
4316
4317 * gdb.texinfo (Breakpoint table commands): Document the fullname
4318 field in -break-list output.
4319
219eec71
EZ
43202006-02-03 Eli Zaretskii <eliz@gnu.org>
4321
4322 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4323 debugging information produced by the various "set debug..."
4324 options.
4325
ae5a43e0
DJ
43262006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4327
4328 * gdb.texinfo (Files): Remove obsolete bits from the description
4329 of "symbol-file".
4330
a9f158ec
JB
43312006-01-25 Jim Blandy <jimb@redhat.com>
4332
4333 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4334
410dd08e
JB
43352006-01-24 Jim Blandy <jimb@redhat.com>
4336
4337 * gdbint.texinfo (Frames): Document the basics of GDB's register
4338 unwinding model, and explain the existence of the "sentinel" frame.
4339
4b505b12
AS
43402006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4341
4342 * gdb.texinfo (Choosing files): Mention that -directory is used
4343 for script files.
4344 (Specifying source directories): Likewise.
4345 (Command files): Explain how script files are found.
4346
839c27b7
EZ
43472006-01-21 Eli Zaretskii <eliz@gnu.org>
4348
4349 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4350 the threads in a multi-threaded program.
4351 (Threads): The threadno argument of "thread apply" can be a range
4352 of numbers.
4353
7be93b9e
JB
43542006-01-18 Jim Blandy <jimb@redhat.com>
4355
4356 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4357 of warning flags.
4358
fcc73fe3
EZ
43592006-01-13 Eli Zaretskii <eliz@gnu.org>
4360
4361 * gdb.texinfo (Sequences): Improve menu annotations.
4362 (Define): Add index entries for arguments of user-defined
4363 commands. Move the description of flow-control commands...
4364 (Command Files): ...to here. Document loop_break and
4365 loop_continue.
ca91424e
EZ
4366 (Define, Command Files): Document `end' and add index entries for
4367 it.
fcc73fe3 4368
5c95884b
MS
43692006-01-04 Michael Snyder <msnyder@redhat.com>
4370
4371 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 4372 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 4373
860701dc
PH
43742006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4375
4376 * gdb.texinfo (Omissions from Ada): Document that there is now
4377 limited aggregate support.
4378
36b80e65
EZ
43792005-12-28 Eli Zaretskii <eliz@gnu.org>
4380
4381 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4382 registers and the likes.
4383
c1468174
EZ
43842005-12-24 Eli Zaretskii <eliz@gnu.org>
4385
4386 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4387 (Symbols): Fix usage of "e.g.".
359df76b 4388 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
4389
4390 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4391 (Coding): Fix usage of "e.g.".
4392
c02a867d
EZ
43932005-12-23 Eli Zaretskii <eliz@gnu.org>
4394
5ae4183a
AS
4395 * stabs.texinfo:
4396 * refcard.tex:
c02a867d 4397 * gpl.texi:
5ae4183a
AS
4398 * gdbint.texinfo:
4399 * gdb.texinfo:
4400 * gdb-cfg.texi:
c02a867d 4401 * fdl.texi:
5ae4183a
AS
4402 * annotate.texinfo:
4403 * all-cfg.texi:
c02a867d
EZ
4404 * Makefile.in: Add (C) after Copyright. Update the FSF
4405 address.
4406
fad38dfa
EZ
44072005-12-03 Eli Zaretskii <eliz@gnu.org>
4408
4409 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4410 extend GDB with commands for external monitor.
4411
53e5f3cf
AS
44122005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4413
4414 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4415
55f6ca0f
JB
44162005-11-25 Joel Brobecker <brobecker@adacore.com>
4417
4418 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4419
c1947b85
JB
44202005-11-21 Jim Blandy <jimb@redhat.com>
4421
4422 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4423 placement of 'R' actions in tracepoint action packets; document
4424 dependence of 'X' and 'M' actions on a preceding 'R' action for
4425 their registers.
4426
9d29849a
JB
44272005-11-19 Jim Blandy <jimb@redhat.com>
4428
4429 * gdb.texinfo (Tracepoint Packets): New node.
4430 (General Query Packets): Add entries for the tracepoint packets,
4431 referring to the "Tracepoint Packets" node.
4432 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4433
9a6253be
KB
44342005-11-18 Kevin Buettner <kevinb@redhat.com>
4435
4436 * gdb.texinfo (set remotebreak): Add anchor.
4437 (X packet): Likewise.
4438 (Remote Protocol): Add new section `Interrupts' and new index
4439 entry `interrupts (remote protocol)'.
4440
5f3bebba
JB
44412005-11-18 Jim Blandy <jimb@redhat.com>
4442
4443 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4444 entries into the General Query Packets section. Add a
4445 cross-reference to that section. Drop description of replies, as
4446 these are covered in the descriptions of each packet.
4447 (General Query Packets): Add introductory text. Explain naming
4448 conventions, and how the end of a name is recognized.
4449
9a7a1b36
KB
44502005-11-17 Kevin Buettner <kevinb@redhat.com>
4451
0564b6cf 4452 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4453 "set remotebreak" command.
4454
b8ff78ce
JB
44552005-11-16 Jim Blandy <jimb@redhat.com>
4456
4457 * gdb.texinfo (Packets, Stop Reply Packets)
4458 (General Query Packets): Various formatting cleanups.
4459 - Use @samp for packet contents.
4460 - Drop summaries from packet @item lines; the same information appears
4461 immediately below in the description.
4462 - Delete paragraph breaks after packet @item commands, so that the
4463 description appears directly to the right of the packet prototype
4464 in the printed manual, if it fits.
4465 - Place spaces in packet prototypes between @vars and non-@var
4466 letters, and explain that they're just for formatting.
4467 - Use @dots{} instead of '...'.
4468 - Fix uses of @code where @var was needed.
4469 - Replace "deprecated" markers with English text spelling out the
4470 packet's status and the preferred alternatives.
4471 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4472 what this ever meant.
4473 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4474 this for a long time.
4475 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4476 implemented several times, and have been in use for years.
4477
8ffe2530
JB
44782005-11-15 Jim Blandy <jimb@redhat.com>
4479
c43c5473
JB
4480 * gdb.texinfo (Packets): Add index entries for 'm' packet
4481 disclaimers.
5ae4183a 4482
fb031cdf
JB
4483 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4484 of stub when processing an 'm' packet.
4485
8ffe2530
JB
4486 * gdb.texinfo (Packets): Mention that packets beginning with
4487 letters are reserved once, at the top, instead of actually listing
4488 them all and saying "reserved".
4489
c03c782f
AS
44902005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4491
4492 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4493 Change @var{$arg0 to @code{$arg0.
4494
814e32d7
WZ
44952005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4496
4497 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4498
fa93a9d8
JB
44992005-11-12 Jim Blandy <jimb@redhat.com>
4500
4501 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4502 order. Remove extraneous 'z'.
4503
8a5a3c82
AS
45042005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4505
4506 * gdb.texinfo (Choosing files): Add --eval-command.
4507
4b0ad762
AS
45082005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4509
4510 * gdb.texinfo (Choosing modes): Add --return-child-result.
4511
4512
1a088d06
AS
45132005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4514
4515 * gdb.texinfo (Choosing modes): Add --batch-silent.
4516
656d5e12
EZ
45172005-10-28 Eli Zaretskii <eliz@gnu.org>
4518
4519 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4520 "The -var-update Command".
4521
3c9c013a
JB
45222005-10-03 Joel Brobecker <brobecker@adacore.com>
4523
4524 * gdb.texinfo (Print Settings): Add documentation for set/show
4525 print array-indexes.
4526
7ba3cf9c
DJ
45272005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4528
4529 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4530 6.2 and 6.3.
4531
a94ab193
EZ
45322005-08-27 Eli Zaretskii <eliz@gnu.org>
4533
4534 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4535 since 19-Jan-2004.
4536 (Files): Likewise.
ab1adacd
EZ
4537 (Variables, Symbols): Document the "<incomplete type>" message and
4538 its reasons.
a94ab193 4539
ca06016a
FF
45402005-08-01 Fred Fish <fnf@specifix.com>
4541
4542 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4543
cf58170d
NR
45442005-07-15 Nick Roberts <nickrob@snap.net.nz>
4545
4546 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4547 option for -var-list-children and -var-update.
4548 (GDB/MI Stack Manipulation): Simplify description of
4549 print-values option for -stack-list-locals.
4550 (GDB/MI Command Description Format): Clarify.
4551 (Mode Options): Spelling of superseded.
4552
38f1196a
BR
45532005-07-12 Bob Rossi <bob@brasko.net>
4554
4555 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4556 corresponding GDB command comment.
4557
3cb3b8df
BR
45582005-07-06 Bob Rossi <bob@brasko.net>
4559
4560 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4561 and -inferior-tty-show.
4562 (Input/Output): Document "set/show inferior-tty" and tty alias.
4563
10fac096
NW
45642005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4565
4566 * gdb.texinfo (Packets): Change description of 'D' packet to note
4567 that GDB does wait for a response.
4568
d1b6db76
NR
45692005-06-22 Nick Roberts <nickrob@snap.net.nz>
4570
4571 * gdb.texinfo (History) Rename "Command History".
4572 (Command History): Move node "Server Prefix" from section on
4573 Annotations here.
4574
29629dcf
NR
45752005-06-19 Nick Roberts <nickrob@snap.net.nz>
4576
4577 * gdb.texinfo (GDB/MI Stack Manipulation):
4578 Re-instate -stack-info-frame with example. Say that it gets
4579 info on selected frame, not current frame.
4580
397ca115
EZ
45812005-06-18 Eli Zaretskii <eliz@gnu.org>
4582
4583 * gdb.texinfo (Server): Clarify that `file' should be used before
4584 connecting to the server.
4585 (Files): Add an xref to the above description.
51274035
EZ
4586 (Output Formats): More detailed description of the `c' format.
4587 (Memory): List explicitly all the formats supported by `x'.
638ac427 4588 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4589 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4590 files. Add more indexing for solib-absolute-prefix and
4591 --with-sysroot.
76d17f34
EZ
4592 (Machine Code): Document possible problems with locations in
4593 shared libraries.
d416eeec
EZ
4594 (Backtrace): Document that free-standing environments do not need
4595 to have a `main' function.
397ca115 4596
74f6deaa
NR
45972005-06-18 Nick Roberts <nickrob@snap.net.nz>
4598
4599 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4600 -stack-info-frame.
4601
a9967aef
AC
46022005-06-07 Andrew Cagney <cagney@gnu.org>
4603
4604 * gdb.texinfo (Contributors): Note the original multi-arch
4605 contributors.
4606
e09f16f9
EZ
46072005-06-03 Eli Zaretskii <eliz@gnu.org>
4608
4609 * gdb.texinfo (Registers): Add index entries for the standard
4610 registers.
4611 (Frames): Add cross-reference from frame pointer description to
4612 the Registers node.
4613 (Annotations Overview): Fix the reference to GDB name.
4614
d87ba7ee
EZ
46152005-06-01 Eli Zaretskii <eliz@gnu.org>
4616
4617 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4618 can-use-hw-watchpoints.
4619
034dad6f
BR
46202005-05-28 Bob Rossi <bob@brasko.net>
4621
4622 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4623 the possible reasons why an exec async record would be returned to FE.
4624
ffed4509
AC
46252005-05-26 Andrew Cagney <cagney@gnu.org>
4626
4627 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4628 Andrew Cagney implemented the original GDB/MI.
4629
e22e55c9
OF
46302005-05-23 Orjan Friberg <orjanf@axis.com>
4631
4632 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4633 documentation. Add documentation for cris-mode.
4634
a78e13ce
EZ
46352005-05-20 Eli Zaretskii <eliz@gnu.org>
4636
4637 * gdb.texinfo (Numbers): Explain the example and make the wording
4638 more acurate.
4639
76ff342d
DJ
46402005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4641 Dennis Brueni <dennis@slickedit.com>
4642
4643 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4644 (GDB/MI Data Manipulation, GDB/MI Program Control)
4645 (GDB/MI Stack Manipulation): Update examples to include the fullname
4646 attribute in stack frames.
4647
119b882a
EZ
46482005-05-12 Eli Zaretskii <eliz@gnu.org>
4649
4650 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4651 do with other non-standard names of init files.
4652
6fc08d32
EZ
46532005-05-11 Eli Zaretskii <eliz@gnu.org>
4654
4655 * gdb.texinfo (Command Files): Move the description of the startup
4656 from here...
4657 (Startup): ...to this new subsection of the Invocation chapter.
4658 Rearrange the description of init files more logically and add a
4659 cross-reference to "Command Files". Document the special gdbinit
4660 name for CISCO 68k. Expand the description of what GDB does
4661 during startup.
4662 (History): Add index entry for HISTSIZE.
4663
a561754a
MK
46642005-05-02 Mark Kettenis <kettenis@gnu.org>
4665
4666 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4667
2eecc4ab
EZ
46682005-05-02 Eli Zaretskii <eliz@gnu.org>
4669
4670 * gdb.texinfo (SVR4 Process Information, The isatty call)
4671 (The system call): Don't use foo(N) notation for man pages and
4672 functions.
514c4d71 4673 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4674
18999be5
EZ
46752005-04-27 Eli Zaretskii <eliz@gnu.org>
4676
4677 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4678 were optimized away.
4679
0abb7bc7
EZ
46802005-04-22 Eli Zaretskii <eliz@gnu.org>
4681
4682 * gdb.texinfo (Remote configuration): Document "set/show
4683 get-thread-local-storage-address". Add cross-reference to the
4684 description of the qGetTLSAddr packet.
4685 (General Query Packets): Mention "set remote
4686 get-thread-local-storage-address" and add a reference to its
4687 description.
4688
6f61acb1
NR
46892005-04-19 Nick Roberts <nickrob@snap.net.nz>
4690
4691 * gdb.texinfo (Backtrace): Describe 'bt full'.
4692
9d59903a
NR
46932005-04-17 Nick Roberts <nickrob@snap.net.nz>
4694
4695 * gdb.texinfo (Mode Options): Fix typo.
4696 (GDB/MI): Describe how to invoke GDB/MI.
4697
721c2651
EZ
46982005-04-16 Eli Zaretskii <eliz@gnu.org>
4699
4700 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4701 references changed. Add description of "info udot".
721c2651
EZ
4702 (Files): Document "set/show stop-on-solib-events".
4703 (M32R/D): Document "set/show download-path", "set/show
4704 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4705 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4706 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4707 (Maintenance Commands): Improve indexing.
4708 (Target Commands): Document "set/show hash", "set/show debug
4709 monitor".
4710 (SVR4 Process Information): Document "info pidlist" and "info
4711 meminfo". Document "set/show procfs-tarce" and "set/show
4712 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4713 (Symbols, The Print Command with Objective-C): Improve indexing.
4714 (Objective-C): Add references to "info classes" and "info
4715 selectors".
c45da7e6
EZ
4716 (Debugging Output): Improve wording. Document "set/show debug
4717 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4718 (Set Breaks): Add index entry for "hardware breakpoints".
4719 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4720 and "set/show usehardbreakpoints".
4721 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4722 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4723 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4724 rdiromatzero", "set/show rdiheartbeat".
4725 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4726 "sds".
4727 (Embedded Processors): Document the "sim" command.
4728 (Remote): Document the "remote" command.
4729 (DJGPP Native): Document the "info serial" command.
4730 (Threads): Document "maint info sol-threads".
4731 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4732 (Set Breaks): Improve indexing.
4733 (Command Syntax): Add a reference to dont-repeat.
4734 (Define): Document "dont-repeat".
4735 (TUI Commands): Document "tabset".
4736 (WinCE): New subsection. Document "set/show remotedirectory",
4737 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4738
14d6dd68
EZ
47392005-04-15 Eli Zaretskii <eliz@gnu.org>
4740
4741 * gdb.texinfo (Hurd Native): New subsection, documents
4742 Hurd-specific commands.
a64548ea 4743 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4744 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4745 (MIPS): Improve documentation of heuristic-fence-post. Document
4746 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4747 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4748 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4749 (ARM): Document ARM-specific commands.
a64548ea
EZ
4750 (AVR): New section. Document "info io_registers".
4751 (CRIS): New section. Document "set/show cris-version" and
4752 "set/show cris-dwarf2-cfi".
4753 (HPPA): New section. Document "set/show debug hppa" and "maint
4754 print unwind".
a5adf40f 4755 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4756 (Super-H): New section. Document the "regs" command.
721c2651 4757 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4758
9c16f35a
EZ
47592005-04-09 Eli Zaretskii <eliz@gnu.org>
4760
4761 * gdb.texinfo (Print Settings): Document "set/show print
4762 pascal_static-members", "set print repeats", "show print
4763 null-stop". Improve indexing. Fix documentation of "set print
4764 union".
4765 (Pascal): New section.
4766 (Supported languages): Rename from "Support"; all references
4767 updated. Add a menu item for Pascal.
4768 (Numbers): Document "set radix.
4769 (Screen Size): Document "set/show pagination".
4770 (MIPS Embedded): Remove "set processor" documentation.
4771 (Remote configuration): Document "set/show X/P/Z-packet",
4772 "set/show read-aux-vector-packet", "set/show remote
4773 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4774 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4775 remotedebug", "set/show remotebreak", "set/show remotedevice",
4776 "set/show remotelogfile".
4777 (Auxiliary Vector): Add reference to the description of the
4778 read-aux-vector-packet setting.
4779 (Set Watchpoints): Add a cross-reference to "set remote
4780 hardware-breakpoint-limit".
4781 (General Query Packets): Add indexing of requests and
4782 cross-references to related commands in "Remote configuration".
4783 (File-I/O Overview, The system call): Fix wording and typos.
4784 (Thread Stops): Add index entries.
4785 (Continuing and Stepping): Document "show step-mode".
4786 (i386): New node. Document "set/show struct-convention".
4787 (Files): Document "show trust-readonly-sections".
4788 (Calling): Document "set/show unwindonsignal".
4789 (Messages/Warnings): Add index entries.
4790 (Maintenance Commands): Document "set/show watchdog".
4791 (Annotations Overview): Document "show annotate".
4792 (Set Watchpoints): Add index entries.
4793 (Symbols): Fix doc of case-sensitive.
4794 (ABI): Document "show coerce-float-to-double".
4795 (Convenience Vars, Help): Improve indexing.
4796 (Machine Code): Document "show disassembly-flavor".
4797 (Debugging C plus plus): Document "show overload-resolution".
4798 (Value History, Signaling): Add index entries.
4799
48002005-04-08 Eli Zaretskii <eliz@gnu.org>
4801
4802 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4803 (Processes): Fix wording.
4804 (History, List, Logging output, Define, Symbols, Print Settings):
4805 Improve indexing.
4806
a8f24a35
EZ
48072005-04-03 Eli Zaretskii <eliz@gnu.org>
4808
4809 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4810 redundant index entry for "target" command.
4811 (Backtrace): Add index entries.
4812 (Symbols, Fortran): Document the "set case-sensitive" command.
4813 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4814 (Print Settings): Add index entry for "set demangle-style".
4815 (Target Commands): Document "set download-write-size".
4816 (Debugging Output): Document "set exec-done-display".
4817
09d4efe1
EZ
48182005-04-02 Eli Zaretskii <eliz@gnu.org>
4819
4820 * gdb.texinfo (Files): Fix the name and documentation of
4821 add-shared-symbol-files. Document its alias assf. Update the
4822 list of OSs where GDB supports shared libraries. Fix markup.
4823 (Continuing and Stepping): Add reference to @var{location} in the
4824 text.
4825 (Dump/Restore Files): Fix reference to @{filename}.
4826 (Help): Fix wording.
4827 (Attach): Ditto.
4828 (Set Watchpoints): Ditto.
4829 (Backtrace): Remove redundant index entries. Improve index
4830 entries.
4831 (Delete Breaks): Fix wording.
4832 (Memory): Document the compare-sections command.
4833 (Memory Region Attributes): Improve wording.
4834 (Disabling): Improve wording.
4835 (Fortran): New subsection. Document the "info common" command.
4836 (Help): Document aliases "info copying" and "info warranty".
4837 (Caching Remote Data): New section. Document the "set/show
4838 remotecache" and "info dcache" commands.
4839 (Show): Fix wording of the documentation of the "set
4840 extension-language" command.
4841 (Signals): Add index entry for "info handle".
4842 (Memory Region Attributes): Fix punctuation.
4843 (Symbols): Change the arg name to "location" and refer to it in
4844 the text. Fix wording of "info types" doc.
4845 (Threads): Fix usage of @enumerate @item's.
4846 (Listing Tracepoints): Add index entry for "info tp".
4847 (Set Watchpoints): Add xref to "info break" description.
4848 (Macros): Add an index entry for "macro exp1". Document the
4849 "macro list" command.
4850 (Maintenance Commands): Document "flushregs", "maint agent",
4851 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4852 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4853 "maint print architecture", "maint print objfiles", "maint print
4854 statistics", "maint print type", "maint show-debug-regs", "maint
4855 space", "maint time", and "maint translate-address".
4856 (Connecting): Document the "monitor" command.
4857 (Annotations Overview): Describe the "set annotate" command.
4858
82f2d802
EZ
48592005-04-01 Eli Zaretskii <eliz@gnu.org>
4860
4861 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4862 Rearrange index entries and improve wording about support for
4863 hardware watchpoints.
4864
7d51c7de
BR
48652005-03-10 Bob Rossi <bob@brasko.net>
4866
4867 * gdb.texinfo: Update copyright
4868
68c71a2e
TR
48692005-02-09 Theodore A. Roth <troth@openavr.org>
4870
4871 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4872 error.
4873
83761cbd
KB
48742005-02-03 Kevin Buettner <kevinb@redhat.com>
4875
4876 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4877
9f1c6395
MS
48782005-01-17 Michael Snyder <msnyder@redhat.com>
4879
4880 * gdb.texinfo: Fix spelling, infinte -> infinite.
4881
fbd1b305
MK
48822005-01-08 Mark Kettenis <kettenis@gnu.org>
4883
4884 * observer.texi (GDB Observers): Document "solib_loaded".
4885
3ace7edb
AC
48862005-01-07 Andrew Cagney <cagney@gnu.org>
4887
bec39cab
AC
4888 * configure.ac: Rename configure.in, require autoconf 2.59.
4889 * configure: Re-generate.
4890
3ace7edb
AC
4891 * configure.in: Replace configdirs with multiple references to
4892 AC_CONFIG_SUBDIRS.
4893 * configure: Re-generate.
5ae4183a 4894
53531fc1
AC
48952005-01-04 Andrew Cagney <cagney@gnu.org>
4896
4897 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4898 part of the version number.
4899
536ffdb7
MK
49002004-12-24 Mark Kettenis <kettenis@gnu.org>
4901
4902 * gdbint.texinfo (Algorithms): Remove description of
4903 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4904
e1aac25b
JB
49052004-12-07 Jim Blandy <jimb@redhat.com>
4906
4907 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4908 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4909 numbers.
4910
f47b1503
AS
49112004-12-07 Andreas Schwab <schwab@suse.de>
4912
4913 * gdb.texinfo (Mode Options): Document -l option.
4914
b6b8ece6
EZ
49152004-12-04 Eli Zaretskii <eliz@gnu.org>
4916
4917 * gdbint.texinfo (Algorithms): More accurate description of
4918 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4919 is not needed unless data-read and data-access watchpoints are
4920 supported. Add a description of how GDB checks whether the
4921 inferior stopped because a watchpoint was hit.
4922
01371747
EZ
49232004-11-23 Eli Zaretskii <eliz@gnu.org>
4924
4925 * gdb.texinfo (Files): Add cross-reference to description of
4926 -readnow command-line switch.
4927
2315ffec
RC
49282004-11-10 Randolph Chung <tausq@debian.org>
4929
4930 * gdb.texinfo: Document set/show backtrace past-entry commands.
4931 Rearrange index entries for set/show backtrace past-main.
4932
69065f5d
AC
49332004-11-10 Jon Beniston <jon@beniston.com>
4934
4935 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4936 * gdb.texinfo (Remote Serial Protocol): Further describe
4937 binary transfer escaping mechanism .
69065f5d 4938
30e91e0b
RC
49392004-11-08 Randolph Chung <tausq@debian.org>
4940
4941 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4942 and "show debug infrun". Add index entries.
4943
60bf7e09
EZ
49442004-10-23 Eli Zaretskii <eliz@gnu.org>
4945
4946 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4947 "info proc" that are already implemented. Add index entries.
4948 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4949 (Files): Add a tip for decreasing memory used for symtabs from
4950 shared libraries.
f018e82f
EZ
4951 (Starting): Fix whitespace; make "elaboration" stand out where it
4952 is first used, and add an index entry for the term.
f8568604
EZ
4953 (Calling): Expand and elaborate text. Add "print". Add the
4954 description of problems with weak aliases.
384ee23f 4955 (Core File Generation): New section.
60bf7e09 4956
d52fe014
AC
49572004-10-12 Andrew Cagney <cagney@gnu.org>
4958
4959 * gdbint.texinfo (Versions and Branches): New chapter.
4960 (Releasing GDB): Delete "Versions and Branches" section.
4961 (Top): Add "Versions and Branches".
4962
703663ab
EZ
49632004-10-08 Eli Zaretskii <eliz@gnu.org>
4964
4965 * gdb.texinfo (Editing, History): Add cross-references to the
4966 included Readline and History user documentation. Remove
4967 references to the symbol have-readline-appendices which is unused
4968 and undefined.
4969 (History): Fix indexing.
4970
ac77d04f
JJ
49712004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4972
4973 * gdbint.texinfo (target_stopped_data_address): Update to
4974 new prototype.
4975 (i386_stopped_data_address): Update prototype and description.
4976 (i386_stopped_by_watchpoint): New function and description.
4977
e07c999f
PH
49782004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4979
4980 * gdb.texinfo (Filenames): Add Ada suffixes.
4981 (Ada) New section.
4982
2e868123
AC
49832004-09-27 Andrew Cagney <cagney@gnu.org>
4984 Robert Picco <Robert.Picco@hp.com>
4985
4986 * gdb.texinfo (Packets): Document the "p" packet.
4987
02a57714
JM
49882004-09-21 Jason Molenda (jmolenda@apple.com)
4989
4990 * gdb.texinfo (Paths and Names of the Source Files): Document the
4991 meaning of values in the 'desc' field of a SO stab.
4992
ae038cb0
DJ
49932004-09-20 Daniel Jacobowitz <dan@debian.org>
4994
4995 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4996 max-cache-age" and "maint show dwarf2 max-cache-age".
4997
f7dc1244
EZ
49982004-09-16 Eli Zaretskii <eliz@gnu.org>
4999
5000 * gdb.texinfo (Set Breaks): Add index entry for setting
5001 breakpoints on overloaded C++ functions that are not members of
5002 any classes. Add an example and an index entry for setting
5003 breakpoints on all program functions.
5004 (Character Sets, Macros, Overlay Commands)
5005 (Non-debug DLL symbols, GDB/MI Output Syntax)
5006 (Annotations Overview, Maintenance Commands, File-I/O Overview):
5007 Use "(@value{GDBP})" instead of a literal "(gdb)".
5008
f810308b
AC
50092004-09-12 Andrew Cagney <cagney@gnu.org>
5010
5011 * gdbint.texinfo (Native Debugging): Delete description of
5012 FILES_INFO_HOOK.
5013
15a661f3
PH
50142004-09-11 Paul Hilfinger <hilfinger@gnat.com>
5015
5ae4183a
AS
5016 * gdbint.texinfo (User Interface): Change local_hex_string_custom
5017 to hex_string_custom (not historically correct, but more
15a661f3
PH
5018 understandable, given the current code).
5019
f3219c75
AC
50202004-09-03 Andrew Cagney <cagney@gnu.org>
5021
5022 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
5023
f3bb6704
JJ
50242004-09-01 Jeff Johnston <jjohnstn@redhat.com>
5025
5026 * observer.texi (solib_unloaded): New observer.
5027
8d2c00cb
AC
50282004-08-24 Andrew Cagney <cagney@gnu.org>
5029
5030 * gdbint.texinfo (Target Architecture Definition): Add missing
5031 comma.
5032
e7dc800a
MC
50332004-08-20 Michael Chastain <mec.gnu@mindspring.com>
5034
5035 * (Using the Testsuite): build != host is supported,
5036 but some test scripts do not support build != host.
5037
73b03683
MK
50382004-08-14 Mark Kettenis <kettenis@gnu.org>
5039
5040 * gdbint.texinfo (Host Definition): Delete description of
5041 FCLOSE_PROVIDED and GETENV_PROVIDED.
5042
c0ccb908
MK
50432004-08-05 Mark Kettenis <kettenis@chello.nl>
5044
5045 * gdbint.texinfo (Host Definition): Delete description of
5046 NO_SYS_FILE.
5047 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
5048 PTRACE_FP_BUG.
5049
9c8dbfa9
AC
50502004-08-05 Andrew Cagney <cagney@gnu.org>
5051
5052 * gdbint.texinfo (Target Architecture Definition): Delete
5053 reference to deprecated_read_fp.
5054
f42accbe
AC
50552004-08-02 Andrew Cagney <cagney@gnu.org>
5056
5057 * gdbint.texinfo (Target Architecture Definition): Delete
5058 description of DEPRECATED_REGISTER_BYTES.
5059
0b66e38c
EZ
50602004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
5061
5062 * gdb.texinfo (Source Path): Document the new behavior of
5063 searching for the source files.
5064
15387254
EZ
50652004-07-17 Eli Zaretskii <eliz@gnu.org>
5066
5067 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
5068 (Search, Expressions, Arrays, Variables, Data, Machine Code)
5069 (Auto Display): Improve indexing.
5070
2c07db7a
AC
50712004-07-16 Andrew Cagney <cagney@gnu.org>
5072
5073 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
5074 "-noasync".
5075
4644b6e3
EZ
50762004-07-09 Eli Zaretskii <eliz@gnu.org>
5077
5078 * gdb.texinfo: Fix @kindex entries so that multiple commands that
5079 have the same prefix have only their prefix in the index.
5080
7561d450
MK
50812004-07-03 Mark Kettenis <kettenis@gnu.org>
5082
5083 * gdb.texinfo (BSD libkvm Interface): New node (section)
5084 (Native): Add it to the menu.
5085
67bebe79
MK
50862004-07-01 Mark Kettenis <kettenis@gnu.org>
5087
5088 * gdbint.texinfo (Target Architecture Definition): Remove
5089 PCC_SOL_BROKEN.
5090
1a6923e0
MK
50912004-06-24 Mark Kettenis <kettenis@gnu.org>
5092
5093 * gdbint.texinfo (Target Architecture Definition): Remove
5094 SUN_FIXED_LBRAC_BUG.
5095
b435e160
AC
50962004-06-26 Andrew Cagney <cagney@gnu.org>
5097
5098 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
5099
b5622e8d
AC
51002004-06-20 Andrew Cagney <cagney@gnu.org>
5101
5102 * gdbint.texinfo (Target Architecture Definition): Deprecate
5103 USE_STRUCT_CONVENTION.
5104
e0c07bf0
MC
51052004-06-19 Michael Chastain <mec.gnu@mindspring.com>
5106
5107 gdb.texinfo (Bug Reporting): Mention session recording,
5108 with the script command or Emacs.
5109
782263ab
AC
51102004-06-18 Andrew Cagney <cagney@gnu.org>
5111
5112 * gdbint.texinfo (Target Architecture Definition): Deprecate
5113 FUNCTION_START_OFFSET.
5114
03727ca6
AC
51152004-06-14 Andrew Cagney <cagney@gnu.org>
5116
5117 Based on changes from Karl Berry.
5118 * gdb.texinfo: Do not use @sc in a direntry.
5119 * stabs.texinfo: Change @dircateogry to "Software development".
5120 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
5121
97092415
AC
51222004-06-13 Andrew Cagney <cagney@gnu.org>
5123
5124 * gdbint.texinfo (Target Architecture Definition): Delete
5125 description of RETURN_VALUE_ON_STACK.
5126
1f6d4158
AC
51272004-06-09 Andrew Cagney <cagney@gnu.org>
5128
5129 * gdbint.texinfo (Native Debugging): Restore "@table @code"
5130 deleted by previous patch.
5131
d966f0cb
AC
51322004-06-08 Andrew Cagney <cagney@gnu.org>
5133
5134 * gdbint.texinfo (Native Debugging): Delete documentation on
5135 ATTACH_DETACH.
5136
86fe4aaa
RC
51372004-06-06 Randolph Chung <tausq@debian.org>
5138
5139 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
5140
d4b6d575
RC
51412004-06-06 Randolph Chung <tausq@debian.org>
5142
5ae4183a 5143 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
5144 the new push_dummy_call method signature. Describe the function
5145 argument.
5146
4e8b0763
JB
51472004-05-24 Joel Brobecker <brobecker@gnat.com>
5148
5149 * gdb.texinfo (Starting): Document new start command.
5150
59caf092
AC
51512004-05-21 Andrew Cagney <cagney@redhat.com>
5152
5153 * observer.texi (GDB Observers): Document "inferior_created".
5154
e4a2df64
AC
51552004-05-08 Andrew Cagney <cagney@redhat.com>
5156
e6b55ae2
AC
5157 * gdbint.texinfo (Target Architecture Definition): Delete
5158 description of DO_DEFERRED_STORES.
5159
28954179
AC
5160 * gdbint.texinfo (Target Architecture Definition): Delete
5161 references to DEPRECATED_FIX_CALL_DUMMY.
5162
434b87dd
AC
5163 * gdbint.texinfo (Target Architecture Definition): Delete
5164 description of DEPRECATED_CALL_DUMMY_WORDS,
5165 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
5166
58d28df8
AC
5167 * gdbint.texinfo (Target Architecture Definition): Delete
5168 description of DEPRECATED_PUSH_DUMMY_FRAME.
5169
e4a2df64
AC
5170 * gdbint.texinfo (Target Architecture Definition): Delete
5171 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
5172
2b4855ab
AC
51732004-05-07 Andrew Cagney <cagney@redhat.com>
5174
5175 * observer.texi (GDB Observers): Add "Debugging" section. Include
5176 cross reference to "set/show debug observer".
5177 * gdb.texinfo (Debugging Output): Document "set/show debug
5178 observer".
5179
fcf70625
AC
51802004-05-01 Andrew Cagney <cagney@redhat.com>
5181
5182 * gdbint.texinfo (Target Architecture Definition): Delete
5183 description of DEPRECATED_PC_IN_SIGTRAMP.
5184
8ee56bcf
AC
51852004-04-30 Andrew Cagney <cagney@redhat.com>
5186
5187 * gdbint.texinfo (Target Architecture Definition): Delete
5188 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
5189
67ab9a76
OF
51902004-04-30 Orjan Friberg <orjanf@axis.com>
5191
5192 * observer.texi (GDB Observers): Correct spelling.
5193
79346bcb
OF
51942004-04-26 Orjan Friberg <orjanf@axis.com>
5195
5196 * observer.texi (GDB Observers): Add target_changed event.
5197
7a464420
AC
51982004-04-08 Andrew Cagney <cagney@redhat.com>
5199
5200 * observer.texi (GDB Observers): Rework, provide generic observer
5201 definitions and then a list of observable events.
5202
6cdf9d98
AC
52032004-04-04 Andrew Cagney <cagney@redhat.com>
5204
5205 * gdbint.texinfo (Host Definition): Delete reference to
5206 NO_SIGINTERRUPT.
5207
ddc135a4
AC
52082004-04-02 Andrew Cagney <cagney@redhat.com>
5209
5210 * gdbint.texinfo (Target Architecture Definition): Delete
5211 reference to DEPRECATED_CALL_DUMMY_LENGTH.
5212
6a1b180d
SC
52132004-03-28 Stephane Carrez <stcarrez@nerim.fr>
5214
5215 * gdb.texinfo (TUI Commands): Document tui reg commands.
5216
d0d5df6f
AC
52172004-03-26 Andrew Cagney <cagney@redhat.com>
5218
5219 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
5220 "gdbtui".
5221 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
5222 (Contributors): Mention both Text and Terminal User Interface.
5223
aa2a3f87
AC
52242004-03-23 Andrew Cagney <cagney@redhat.com>
5225
5226 * gdbint.texinfo (Target Architecture Definition): Deprecate
5227 references to SIGTRAMP_START and SIGTRAMP_END.
5228
f561f026
AC
52292004-03-23 Andrew Cagney <cagney@redhat.com>
5230
5231 * gdbint.texinfo (Target Architecture Definition): Deprecate
5232 references to PC_IN_SIGTRAMP.
5233
33cb8b0f
AC
52342004-03-19 Andrew Cagney <cagney@redhat.com>
5235
5236 * gdbint.texinfo (Target Architecture Definition): Delete
5237 reference to GDB_TARGET_IS_HPPA.
5238
fc989b7a
AC
52392004-03-18 Andrew Cagney <cagney@redhat.com>
5240
5241 * gdbint.texinfo (Coding): Update section on gdbarch_data,
5242 describe pre_init and post_init.
5243
701b08bb
DJ
52442004-03-09 Daniel Jacobowitz <drow@mvista.com>
5245
5246 * gdb.texinfo (Debugging Output): Document values for "set debug
5247 target".
5248
faae5abe
AC
52492004-02-28 Andrew Cagney <cagney@redhat.com>
5250
5251 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
5252
dd79a6cf
JJ
52532004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5254
5255 * gdb.texinfo (breakpoints): Add information about the
5256 new "set breakpoint pending" and "show breakpoint pending"
5257 commands.
5258
e7f16015
AC
52592004-02-26 Andrew Cagney <cagney@redhat.com>
5260
5261 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
5262 in Per-architecture module data section.
5263
7161a3a6
RM
52642004-02-25 Roland McGrath <roland@redhat.com>
5265
5266 * gdb.texinfo (General Query Packets): Document qPart:... packets.
5267
2154891a
AC
52682004-02-24 Andrew Cagney <cagney@redhat.com>
5269
5270 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
5271 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
5272 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 5273
6c74ac8b
AC
52742004-02-17 Andrew Cagney <cagney@redhat.com>
5275
5276 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
5277
19772a2c
AC
52782004-02-16 Andrew Cagney <cagney@redhat.com>
5279
5280 * gdbint.texinfo (Target Architecture Definition): Deprecate
5281 FRAMELESS_FUNCTION_INVOCATION.
5282
c9830293
AC
52832004-02-16 Andrew Cagney <cagney@redhat.com>
5284
5285 * gdbint.texinfo (Coding): Mention -Wunused-function.
5286
b9d26eb9
AC
52872004-02-14 Andrew Cagney <cagney@redhat.com>
5288
5289 * gdbint.texinfo (Target Architecture Definition): Delete
5290 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5291
49efadf5
EZ
52922004-02-12 Elena Zannoni <ezannoni@redhat.com>
5293
5294 * gdb.texinfo: Properly quote the name "C++".
5295 * gdbint.texinfo: Ditto.
5296 * stabs.texinfo: Ditto.
5297
1eb288ea
EZ
52982004-02-11 Elena Zannoni <ezannoni@redhat.com>
5299
5300 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5301 minimal information about libiberty.
5302
e4937fc1
MC
53032004-02-06 Michael Chastain <mec.gnu@mindspring.com>
5304
5305 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5306
a9331b3f
RM
53072004-02-04 Roland McGrath <roland@redhat.com>
5308
5309 * gdb.texinfo (Auxiliary Vector): New node (section).
5310 (Data): Add it to the menu.
5311
2650777c
JJ
53122004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5313
5314 * gdb.texinfo (Breakpoints): Add information about pending
5315 breakpoint support.
5316
b4501125
AC
53172004-01-26 Andrew Cagney <cagney@redhat.com>
5318
5319 * gdb.texinfo (Overview): Delete references to the cisco protocol
5320 including the "N" response.
5321
74055713
AC
53222004-01-26 Andrew Cagney <cagney@redhat.com>
5323
5324 * gdbint.texinfo (Target Architecture Definition): Rename
5325 EXTRACT_STRUCT_VALUE_ADDRESS to
5326 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 5327
3bbe9696
EZ
53282004-01-24 Eli Zaretskii <eliz@gnu.org>
5329
5330 * gdb.texinfo (KOD): Document "show os". Add index entries for
5331 "set/show os" and "info cisco" commands.
5332
5843504f
EZ
53332004-01-21 Eli Zaretskii <eliz@gnu.org>
5334
5335 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5336
9175c9a3
MC
53372004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5338
5339 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5340 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5341
8e94b928
NR
53422004-01-19 Nick Roberts <nick@nick.uklinux.net>
5343
5344 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5345 -stack-list-locals.
5346 (GDB/MI Variable Objects): Describe extension to
5347 -var-list-children.
5348
a20cf136
DJ
53492004-01-17 Daniel Jacobowitz <drow@mvista.com>
5350
5351 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5352
afb18d0f
AC
53532004-01-17 Andrew Cagney <cagney@redhat.com>
5354
5355 * gdbint.texinfo (Target Architecture Definition): Delete
5356 documentation on DEPRECATED_NPC_REGNUM.
5357
b51970ac
DJ
53582004-01-13 Daniel Jacobowitz <drow@mvista.com>
5359
5360 * gdb.texinfo: Update copyright year. Mention that set
5361 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5362 "set follow-fork-mode ask".
5363
0f0cffd2
AC
53642004-01-13 Andrew Cagney <cagney@redhat.com>
5365
5366 * gdbint.texinfo: Update copyright year.
5367 (Coding): Add -Wunused-label to list of -Werror warnings.
5368
c552b3bb 53692004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 5370 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
5371
5372 * gdb.texinfo: Update copyright.
5373 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5374 around names, as appropriate. Minor syntax cleanup of
5375 _NSPrintForDebugger explanation. Two spaces after periods.
5376 GDBN used instead of lit. "gdb". Index entries added for
5377 print-object and _NSPrintForDebugger. @noindent added in one spot.
5378
afe157ca
EZ
53792003-11-11 Elena Zannoni <ezannoni@redhat.com>
5380
5381 * stabs.texinfo: Add dircategory and direntry commands.
5382 * annotate.texinfo: Ditto.
5383
963e2bb7
AC
53842003-11-10 Andrew Cagney <cagney@redhat.com>
5385
5386 * gdbint.texinfo (Target Architecture Definition): Replace the
5387 return_value method's "inval" and "outval" parameters with
5388 "readbuf" and "writebuf".
5389
1d8b2f28
JB
53902003-10-28 Jim Blandy <jimb@redhat.com>
5391
5392 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5393 from "The `F' request packet" and "The `F' reply packet", to make
5394 texi2dvi happy.
5395 (File-I/O remote protocol extension): Update menu entries, too.
5396
36d86913
MC
53972003-10-26 Michael Chastain <mec@shout.net>
5398
5399 * gdb.texinfo (Thread Stops): Document the issue with
5400 premature return from system calls in multi-threaded programs.
5401
ce2826aa
AC
54022003-10-24 Andrew Cagney <cagney@redhat.com>
5403
5404 * annotate.texinfo: Fix "fortunatly"[sic].
5405
f24c5e49
KI
54062003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5407
5408 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5409 with "Hitachi" and "Mitsubishi".
5410
92ad9cd9
AC
54112003-10-20 Andrew Cagney <cagney@redhat.com>
5412
5413 * gdbint.texinfo (Target Architecture Definition): Document
5414 gdbarch_return_value. Add cross references from
5415 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5416 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5417
0ab4b752
MK
54182003-10-18 Mark Kettenis <kettenis@gnu.org>
5419
5420 * gdbint.texinfo (Target Architecture Definition): Document
5421 regset_from_core_section.
fb3e19c0
KI
5422
54232003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5424
5425 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5426
a9331b3f 54272003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5428
5429 From Anthony Green <green@redhat.com>:
5ae4183a 5430 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5431
1485d690
KB
54322003-10-14 Kevin Buettner <kevinb@redhat.com>
5433
889bf7c5
PA
5434 * gdb.texinfo (Breakpoint related warnings): New node.
5435 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5436
86d30acc
DJ
54372003-10-13 Daniel Jacobowitz <drow@mvista.com>
5438
5439 * gdb.texinfo (Remote Protocol): Document v and vCont.
5440
172c2a43
KI
54412003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5442
5443 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5444 * gdbint.texinfo: Ditto.
5445
71952f4c
AC
54462003-10-09 Andrew Cagney <cagney@redhat.com>
5447
5448 From 2003-09-18 David Anderson <davea@sgi.com>:
5449 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5450 "command".
5451
268e2188
AC
54522003-10-03 Andrew Cagney <cagney@redhat.com>
5453
5454 * gdbint.texinfo (Target Architecture Definition): Deprecate
5455 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5456 just target.
5457
12c266ea 54582003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5459
f30992d4 5460 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5461 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5462 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5463 * gdbint.texinfo (Target Architecture Definition): Rename
5464
54652003-09-30 Andrew Cagney <cagney@redhat.com>
5466
f30992d4 5467 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5468 (Target Architecture Definition):
f30992d4 5469
2e092625
AC
5470 * gdbint.texinfo (Target Architecture Definition): Rename
5471 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5472
0717ae8a
AC
54732003-09-29 Andrew Cagney <cagney@redhat.com>
5474
dad809b7
AC
5475 * gdbint.texinfo (Target Architecture Definition): Delete
5476 documentation for NEED_TEXT_START_END.
5477
0717ae8a
AC
5478 * gdbint.texinfo (Target Architecture Definition): Rename
5479 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5480 TARGET_WRITE_PC.
a9331b3f 5481
af6cf26d
MC
54822003-09-22 Michael Chastain <mec@shout.net>
5483
5484 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5485
ee206350
AG
54862003-09-21 Anthony Green <green@redhat.com>
5487
5488 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5489
a38c9fe6
MK
54902003-09-21 Mark Kettenis <kettenis@gnu.org>
5491
5492 * gdbint.texinfo (Target Architecture Definition): Document
5493 stabs_argument_has_addr.
5494
77949794
AC
54952003-09-18 Andrew Cagney <cagney@redhat.com>
5496
5497 * gdbint.texinfo (Target Architecture Definition): Delete
5498 documentation on REGISTER_NAMES.
5499
8e823e25
MK
55002003-09-13 Mark Kettenis <kettenis@gnu.org>
5501
5502 * gdbint.texinfo (Target Architecture Definition): Replace
5503 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5504
f27dd7fd
AC
55052003-09-11 Andrew Cagney <cagney@redhat.com>
5506
5507 * gdbint.texinfo (Target Architecture Definition): Replace
5508 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5509
8b148df9
AC
55102003-08-18 Andrew Cagney <cagney@redhat.com>
5511
5512 * gdbint.texinfo (Target Architecture Definition): Document
5513 "frame_red_zone_size".
5514
25d29d70
AC
55152003-08-09 Andrew Cagney <cagney@redhat.com>
5516
5517 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5518 with "set/show backtrace past-main" and "set/show backtrace
5519 limit".
5520
c938e9b0
L
55212003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5522
5523 * Makefile.in (install-info): Support DESTDIR.
5524 (install-html): Likewise.
5525
64fabec2
AC
55262003-08-07 Andrew Cagney <cagney@redhat.com>
5527
5528 Patch from Nick Roberts.
5529 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5530 bindings. Remove description of send-gdb-command.
5531
2fcf52f0
AC
55322003-08-07 Andrew Cagney <cagney@redhat.com>
5533
5534 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5535 GDB 6.0.
5536
086432e2
AC
55372003-08-06 Andrew Cagney <cagney@redhat.com>
5538
5539 * gdb.texinfo (Mode Options): Mention that level three is the
5540 highest available and that level 2 is deprecated.
5541 (Annotations Overview): Mention annotation levels. Cross reference
5542 to "Limitations of the Annotation Interface" in annotate.texi.
5543 (TODO, Value Annotations, Frame Annotations): Delete section.
5544 (Displays, Breakpoint Info): Delete.
5545
e5249f67
AC
55462003-08-04 Andrew Cagney <cagney@redhat.com>
5547
5548 * agentexpr.texi: Delete @bye.
5549 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5550 (stabs.info): Add $(srcdir) to include search path.
5551 (html): Depend on "annotate_toc.html", and not "annotate.html".
5552 * stabs.texinfo: Ditto. Include "fdl.texi".
5553 * gdbint.texinfo: Update copyright statement's list of invariant
5554 sections.
5555
e6f672d2
AC
55562003-07-28 Andrew Cagney <cagney@redhat.com>
5557
5558 * Makefile.in (INFO_DEPS): Add annotate.info.
5559 (dvi, ps, html, pdf): Add annotate.
5560 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5561 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5562 (ANNOTATE_DOC_FILES): New macro.
5563 (ANNOTATE_TEX_TMPS): New macro.
5564 (annotate.info, annotate_toc.html): Specify dependencies.
5565 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5566 * annotate.texinfo: Rename annotate.texi. Get building. Add
5567 "Migrating to GDB/MI" and "Limitations of the Annotation
5568 Interface" chapters. Mention why it is not part of the user
5569 guide. Update copyright notice. Include "fdl.texi".
5570
72ffddc9
SC
55712003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5572
5573 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5574
a9f12a31
DJ
55752003-07-24 Daniel Jacobowitz <drow@mvista.com>
5576
5577 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5578
b1fe9455
DJ
55792003-07-24 Daniel Jacobowitz <drow@mvista.com>
5580
5581 * gdb.texinfo (Server): Mention pidof.
5582
153721e6
AC
55832003-07-22 Andrew Cagney <cagney@redhat.com>
5584
5585 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5586 list.
5587
0fac0b41
DJ
55882003-06-28 Daniel Jacobowitz <drow@mvista.com>
5589
5590 * gdb.texinfo (Logging output): New chapter.
5591
4e562065
JB
55922003-06-24 Joel Brobecker <brobecker@gnat.com>
5593
5594 * gdb.texinfo (Unsupported languages): New section.
5595 (Languages): Add link to new section.
5596
f2c06f52
AC
55972003-06-22 Andrew Cagney <cagney@redhat.com>
5598
5599 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5600
b4177fca
DJ
56012003-06-22 Daniel Jacobowitz <drow@mvista.com>
5602
5603 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5604
f418dd93
DJ
56052003-06-22 Daniel Jacobowitz <drow@mvista.com>
5606
5607 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5608 * agentexpr.texi: Retitle section, and change it to an appendix.
5609 Comment out texinfo initialization. Factor a @var{} into two
5610 pieces to prevent makeinfo warnings.
5611 * gdb.texinfo: Add Agent Expressions appendix.
5612
4ca61388
DJ
56132003-06-19 Daniel Jacobowitz <drow@mvista.com>
5614
5615 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5616
07f31aa6
DJ
56172003-06-18 Daniel Jacobowitz <drow@mvista.com>
5618
5ae4183a 5619 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5620 remote target". Document the "detach" and "disconnect" commands.
5621 (Server, Netware, Debug Session): Reference "Connecting to a
5622 remote target".
5623 (GDB/MI Target Manipulation): Document "-target-disconnect".
5624
2dd0da42
AC
56252003-06-13 Andrew Cagney <cagney@redhat.com>
5626
5627 * gdbint.texinfo (Target Architecture Definition): Deprecate
5628 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5629 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5630
e7a3abfc
JB
56312003-06-09 Jim Blandy <jimb@redhat.com>
5632
5633 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5634
25e3a86b
AC
56352003-06-08 Andrew Cagney <cagney@redhat.com>
5636
5637 * gdbint.texinfo (Target Architecture Definition): Delete
5638 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5639
a9e5fdc2
AC
56402003-06-08 Andrew Cagney <cagney@redhat.com>
5641
5642 * gdbint.texinfo (Target Architecture Definition): Document
5643 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5644
b37303ee
AF
56452003-06-07 Adam Fedor <fedor@gnu.org>
5646
5647 * gdb.texinfo: Add Objective-C documentation.
5648
39fe6e80
AC
56492003-06-01 Andrew Cagney <cagney@redhat.com>
5650
5651 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5652 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5653
125309b2
AC
56542003-05-21 Andrew Cagney <cagney@redhat.com>
5655
5656 * gdbint.texinfo (Target Architecture Definition): Delete
5657 references to "extract_address" and "store_address".
5658
b8b527c5
AC
56592003-05-16 Andrew Cagney <cagney@redhat.com>
5660
5661 * gdbint.texinfo (Target Architecture Definition): Replace
5662 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5663 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5664
50e3ee83
TR
56652003-05-14 Theodore A. Roth <troth@openavr.org>
5666
5667 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5668
44e2be90
L
56692003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5670
5671 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5672 (gdb.dvi): Likewise.
5673 (gdb.pdf): Likewise.
5674 (links2roff): Likewise.
5675
df5215a6
JB
56762003-05-08 Jim Blandy <jimb@redhat.com>
5677
5678 * gdb.texinfo (Dump/Restore Files): Update documentation for
5679 'dump', 'append', and 'restore': note that format argument is
5680 optional; simplify presentation of the command variants; and be
5681 more precise about the formats.
5682
5e7b2f39
JB
56832003-05-07 Jim Blandy <jimb@redhat.com>
5684
5685 * gdb.texinfo (Symbols): Update documentation: 'maint list
5686 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5687 symtabs' and 'maint info psymtabs'.
5688
b1e29e33
AC
56892003-05-05 Andrew Cagney <cagney@redhat.com>
5690
5691 * gdbint.texinfo (Target Architecture Definition): Make
5692 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5693 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5694 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5695
00905d52
AC
56962003-05-04 Andrew Cagney <cagney@redhat.com>
5697
5698 * gdb.texinfo (Maintenance Commands): Document "maint print
5699 dummy-frames".
5700
54ff5908
AC
57012003-05-04 Andrew Cagney <cagney@redhat.com>
5702
5703 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5704
32e7087d
JB
57052003-05-03 J. Brobecker <brobecker@gnat.com>
5706
5707 Thierry Schneider <tpschneider1@yahoo.com>
5708 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5709 for new MI command.
5710
7043d8dc
AC
57112003-05-03 Andrew Cagney <cagney@redhat.com>
5712
5713 * gdbint.texinfo (Target Architecture Definition): Document
5714 push_dummy_code. Add cross references.
5715
e33d66ec
EZ
57162003-05-02 Elena Zannoni <ezannoni@redhat.com>
5717
5718 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5719 set/show charsets commands.
5720
0ba6dca9
AC
57212003-04-28 Andrew Cagney <cagney@redhat.com>
5722
5723 * gdbint.texinfo (Target Architecture Definition): Replace
5724 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5725 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5726
d7a27068
AC
57272003-04-28 Andrew Cagney <cagney@redhat.com>
5728
5729 * gdbint.texinfo (Target Architecture Definition): Rename
5730 "tm_print_insn" to "deprecated_tm_print_insn".
5731
44ea7b70
JB
57322003-04-09 Jim Blandy <jimb@redhat.com>
5733
5734 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5735 list psymtabs'.
5736
fb8f8949
AC
57372003-04-08 Andrew Cagney <cagney@redhat.com>
5738
5739 * gdbint.texinfo (Target Architecture Definition): Delete
5740 references to EXTRA_FRAME_INFO.
5741
32fb0f22
AC
57422003-04-08 Andrew Cagney <cagney@redhat.com>
5743
5744 * gdbint.texinfo (Target Architecture Definition): Delete
5745 PRINT_TYPELESS_INTEGER.
5746
6be67e67
JB
57472003-04-02 J. Brobecker <brobecker@gnat.com>
5748
5749 * observer.texi (GDB Observers): Adjust the documentation for the
5750 normal_stop notification to better describe reality. Fix a couple
5751 of minor typos.
5752
4e35d5f0
BR
57532003-04-02 Bob Rossi <bob_rossi@cox.net>
5754
a9331b3f 5755 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5756 '-file-list-exec-source-file'
5757
e8a8712a
AC
57582003-03-31 Andrew Cagney <cagney@redhat.com>
5759
5760 * gdbint.texinfo (Target Architecture Definition): Delete
5761 references to CALL_DUMMY_P.
5762
6c0e89ed
AC
57632003-03-30 Andrew Cagney <cagney@redhat.com>
5764
5765 * gdbint.texinfo (Target Architecture Definition): Remove
5766 reference to TARGET_WRITE_SP.
a9331b3f 5767
378bfd1b
AC
57682003-03-27 Andrew Cagney <cagney@redhat.com>
5769
5770 * gdbint.texinfo (Target Architecture Definition): Remove
5771 references to write_sp.
6c0e89ed 5772
922fbb7b
AC
57732003-03-27 Andrew Cagney <cagney@redhat.com>
5774
5775 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5776 chapter body. Use @smallexample instead of @example.
5777 (Annotations): Ditto.
5778 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5779 annotate.texi.
5780
b81774d8
AC
57812003-03-26 Andrew Cagney <cagney@redhat.com>
5782
5783 * gdbint.texinfo (Target Architecture Definition): Replace
5784 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5785 dummy_addr parameters.
5786
1bf6d5cc
AC
57872003-03-25 Andrew Cagney <cagney@redhat.com>
5788
5789 * gdbint.texinfo (Target Architecture Definition): Delete
5790 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5791 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5792 Add reference to PUSH_ARGUMENTS.
5793
618ce49f
AC
57942003-03-23 Andrew Cagney <cagney@redhat.com>
5795
5796 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5797 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5798
bcd7e15f
JB
57992003-03-18 J. Brobecker <brobecker@gnat.com>
5800
5801 * gdbint.texinfo (Algorithms): Add new section describing the
5802 Observer paradigm.
5803 (Top): Add menu entry to new observer appendix.
5804 * observer.texi: New file.
5805 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5806 new observer.texi file.
5807
9fe8321b
AC
58082003-03-17 Andrew Cagney <cagney@redhat.com>
5809
5810 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5811 that GNU Press update the manual version number.
5812
ac2adee5
AC
58132003-03-12 Andrew Cagney <cagney@redhat.com>
5814
5815 * gdbint.texinfo (Target Architecture Definition): Delete
5816 references to get_saved_register. Rename GET_SAVED_REGISTER to
5817 DEPRECATED_GET_SAVED_REGISTER.
5818
749b82f6
AC
58192003-03-13 Andrew Cagney <cagney@redhat.com>
5820
5821 * gdbint.texinfo (Target Architecture Definition): Replace
5822 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5823
8bedc050
AC
58242003-03-12 Andrew Cagney <cagney@redhat.com>
5825
5826 * gdbint.texinfo (Target Architecture Definition): Rename
5827 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5828
0ce1b118
CV
58292003-03-10 Corinna Vinschen <vinschen@redhat.com>
5830
5831 * gdb.texinfo: Add File-I/O documentation.
5832
12cc2063
AC
58332003-03-10 Andrew Cagney <cagney@redhat.com>
5834
5835 * gdbint.texinfo (Target Architecture Definition): Cross reference
5836 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5837
7453dc06
AC
58382003-03-07 Andrew Cagney <cagney@redhat.com>
5839
5840 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5841 frame" command.
5842
6314f104
AC
58432003-03-05 Andrew Cagney <cagney@redhat.com>
5844
5845 * gdbint.texinfo (Target Architecture Definition): Document
5846 unwind_dummy_id. Cross reference unwind_dummy_id and
5847 SAVE_DUMMY_FRAME_TOS.
5848
f1212245
DJ
58492003-03-05 James Ingham <jingham@apple.com>
5850 Daniel Jacobowitz <drow@mvista.com>
5851
5852 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5853 and "show cp-abi".
5854
77e7e267
AC
58552003-03-03 Andrew Cagney <cagney@redhat.com>
5856
5857 * gdbint.texinfo (Target Architecture Definition): Document
5858 register_type.
5859
838a8221
AC
58602003-03-03 Andrew Cagney <cagney@redhat.com>
5861
5862 * stabs.texinfo (Structures): Use @samp and separate @var's
5863 instead of a single @var containing a comma separated list.
5864 (Unions): Ditto.
5865
d7f4a264
DJ
58662003-03-02 Daniel Jacobowitz <drow@mvista.com>
5867
5868 * Makefile.in (distclean): Remove config.log.
5869
f30ee0bc
AC
58702003-03-01 Andrew Cagney <cagney@redhat.com>
5871
5872 * gdbint.texinfo (Target Architecture Definition): Rename
5873 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5874
58752003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5876
5877 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5878 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5879
be448670
CF
58802003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5881
5882 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5883 (Non-debug DLL symbols): New node, describing the minimal symbols
5884 loaded from DLLs without real debugging symbols.
5885
501eef12
AC
58862003-02-20 Andrew Cagney <ac131313@redhat.com>
5887
5888 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5889 hardware-breakpoint-limit".
5890 (Set Watchpoints): Add cross reference to "set remote
5891 hardware-watchpoint-limit".
5892 (Remote configuration options): New section.
5893
21c294e6
AC
58942003-02-04 Andrew Cagney <ac131313@redhat.com>
5895
e9be73e4
AC
5896 * gdbint.texinfo (Target Architecture Definition): Delete
5897 descrption of IS_TRAPPED_INTERNALVAR.
5898
21c294e6
AC
5899 From Keith Seitz <keiths@redhat.com>:
5900 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5901 option "-i"/"--interpreter" to this chapter. Include index
5902 entries.
5903
0179ffac
DC
59042003-02-04 David Carlton <carlton@math.stanford.edu>
5905
5906 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5907 (Variables): Recommend stabs+ and DWARF 2.
5908 (C plus plus expressions): Correct info about
5909 compiler versions, debug formats.
5910 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5911 PR symtab/874.
5912
7ca9f392
AC
59132003-02-01 Andrew Cagney <ac131313@redhat.com>
5914
5915 * gdbint.texinfo (Target Architecture Definition): Delete
5916 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5917 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5918 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5919 references to nindy and i960.
5920 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5921
31a85ea2
AC
59222003-02-01 Andrew Cagney <ac131313@redhat.com>
5923
5924 * gdbint.texinfo (Target Architecture Definition): Delete
5925 FLOAT_INFO.
5926
6b894e49
AC
59272003-01-30 Andrew Cagney <ac131313@redhat.com>
5928
5929 * stabs.texinfo (Member Type Descriptor): Clarify description of
5930 `@'. Suggested by Ben Hutchings.
5931
c48861fb
AC
59322003-01-29 Andrew Cagney <ac131313@redhat.com>
5933
5934 * gdb.texinfo (M68K): Delete reference to es1800.
5935
617073a9
AC
59362003-01-29 Andrew Cagney <ac131313@redhat.com>
5937
5938 * gdb.texinfo (Maintenance Commands): Document `maint print
5939 reggroups' and `maint print register-groups'.
5940 * gdbint.texinfo (Target Architecture Definition): Document
5941 register_reggroup_p.
5942
5b5d99cf
JB
59432003-01-23 Jim Blandy <jimb@redhat.com>
5944
5945 * gdb.texinfo (Separate Debug Files): New section.
5946
e7ba9c65
DJ
59472003-01-22 Daniel Jacobowitz <drow@mvista.com>
5948
5949 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5950 and "maint show profile".
5951
94e91d6d
MC
59522003-01-16 Michael Chastain <mec@shout.net>
5953
5954 * gdb.texinfo (Installing GDB): Warn against
5955 ".../gdb-VERSION/gdb/configure".
5956 (Separate Objdir): Likewise.
5957
867f3898
AC
59582003-01-15 Andrew Cagney <ac131313@redhat.com>
5959
5960 * gdbint.texinfo (Target Architecture Definition): Delete
5961 definition of PRINT_REGISTER_HOOK.
5962
f153cc92
EZ
59632003-01-15 Elena Zannoni <ezannoni@redhat.com>
5964
5965 (OpenRISC 1000): Fix formatting of command names.
5966
c60eb6f1
EZ
59672003-01-15 Elena Zannoni <ezannoni@redhat.com>
5968
5969 * gdb.texinfo (Continuing and Stepping): Add new command
5970 'advance'. Clarify behavior of 'until'.
5971
f5ebfba0
DJ
59722003-01-13 Daniel Jacobowitz <drow@mvista.com>
5973
5974 * gdb.texinfo (Files): Document solib-absolute-prefix and
5975 solib-search-path.
5976
4ce8657e
MC
59772003-01-09 Michael Chastain <mec@shout.net>
5978
5979 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5980 (Create a Release): Add new instructions for new @file{src-release}.
5981 Document existing instructions for @file{Makefile.in} as
5982 being for @value{GDBN} 5.3.1 or earlier.
5983
372613e3
AC
59842003-01-09 Andrew Cagney <ac131313@redhat.com>
5985
5986 * gdbint.texinfo (Target Architecture Definition): Mention
5987 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5988 allocate memory.
5989
b4e9345d
DJ
59902003-01-04 Daniel Jacobowitz <drow@mvista.com>
5991
5992 * gdb.texinfo (Controlling GDB): Add @kindex for
5993 "show osabi".
5994 (Backtraces): Add @kindex's for backtrace-below-main.
5995
98b45e30
DJ
59962003-01-04 Daniel Jacobowitz <drow@mvista.com>
5997
5998 * gdb.texinfo (Controlling GDB): Document "set osabi".
5999
95f90d25
DJ
60002003-01-04 Daniel Jacobowitz <drow@mvista.com>
6001
6002 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
6003 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
6004
1e698235
DJ
60052003-01-04 Daniel Jacobowitz <drow@mvista.com>
6006
6007 * gdb.texinfo (Controlling GDB): Add ABI section. Document
6008 "set coerce-float-to-double".
6009 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
6010
e632838e
AC
60112003-01-02 Andrew Cagney <ac131313@redhat.com>
6012
6013 * stabs.texinfo: Remove obsolete text.
6014 * gdbint.texinfo: Ditto.
6015 * gdb.texinfo: Ditto.
6016
c133ab7a
MK
60172002-12-22 Mark Kettenis <kettenis@gnu.org>
6018
6019 * gdbint.texinfo (Target Architecture Definition): Update
6020 description of gdbarch_register_osabi.
6021
f821f325
KH
60222002-12-20 Kazu Hirata <kazu@cs.umass.edu>
6023
6024 * agentexpr.texi: Fix typos.
6025 * annotate.texi: Likewise.
6026 * fdl.texi: Likewise.
6027
85a6d8d3 60282002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
6029
6030 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
6031 DEPRECATED_INIT_FRAME_PC.
6032
ae45cd16
AC
60332002-12-01 Andrew Cagney <ac131313@redhat.com>
6034
6035 * gdbint.texinfo (Target Architecture Definition): Delete
6036 PC_IN_CALL_DUMMY.
6037
07555a72
AC
60382002-11-28 Andrew Cagney <ac131313@redhat.com>
6039
6040 * gdbint.texinfo (Host Definition): Delete documentation on
6041 USE_GENERIC_DUMMY_FRAMES.
6042
c166cdc7
EZ
60432002-11-26 Elena Zannoni <ezannoni@redhat.com>
6044
5ae4183a 6045 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
6046 * Makefile.in (install-info): Run the install-info command as part
6047 of the post install steps only.
6048 (uninstall-info): New target.
6049 (uninstall): New target.
6050
35db0260
EZ
60512002-11-22 Elena Zannoni <ezannoni@redhat.com>
6052
6053 * Makefile.in (install): Make install do some real work.
6054
9ba8d803
AC
60552002-11-19 Andrew Cagney <ac131313@redhat.com>
6056
6057 Fix POSIX problem reported by Paul Eggert.
6058 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
6059 Fix PR gdb/527.
6060
903ad3a6
AC
60612002-10-26 Andrew Cagney <cagney@redhat.com>
6062
6063 * gdbint.texinfo (Target Architecture Definition): Delete
6064 definition of DO_REGISTERS_INFO.
6065
f2abfe65
KB
60662002-10-18 Kevin Buettner <kevinb@redhat.com>
6067
6068 * gdbint.texinfo (Address Classes): Fix problems with insertion
6069 of ``{'' and ``}'' in example.
6070
b5b0480a
KB
60712002-10-17 Kevin Buettner <kevinb@redhat.com>
6072
6073 * gdbint.texinfo (Address Classes): New section.
6074 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
6075 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
6076 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
6077 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
6078
c85508ee
KD
60792002-10-11 Klee Dienes <kdienes@apple.com>
6080
6081 * gdb.texinfo (Registers): Mention vector registers as well as
6082 floating registers in the documentation for 'info registers' and
6083 'info all-registers'.
6084
6d12fc3d
DJ
60852002-10-11 Daniel Jacobowitz <drow@mvista.com>
6086
6087 * gdbint.texinfo (CPLUS_MARKER): Remove item.
6088
8d19fbd2
JJ
60892002-10-03 Jeff Johnston <jjohnstn@redhat.com>
6090
6091 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
6092 interface definition.
6093
a37295f9
MM
60942002-10-03 Marko Mlinar <markom@opencores.org>
6095
6096 * gdb.texinfo (Target Commands): Add or1k target specific
6097 commands.
6098 * gdb.texinfo (Contributors): Add myself to the contributors list.
6099
da0f9dcd
AC
61002002-10-01 Andrew Cagney <ac131313@redhat.com>
6101
6102 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
6103 and "mi1" instead of "mi1" and "mi0".
6104
2e834e49
HPN
61052002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
6106
6107 * gdb.texinfo (Packets): Fix typos "alligned".
6108 Correct z3/Z3 description. Correct z4/Z4 title.
6109
050be0dc
AC
61102002-09-27 Andrew Cagney <ac131313@redhat.com>
6111
6112 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
6113
1104b9e7
KB
61142002-09-25 Kevin Buettner <kevinb@redhat.com>
6115
6116 * gdb.texinfo: Use GNU/Linux instead of Linux.
6117
512217c7
AC
61182002-09-25 Andrew Cagney <ac131313@redhat.com>
6119
6120 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
6121
10998722
AC
61222002-09-24 Andrew Cagney <ac131313@redhat.com>
6123
512217c7 6124 * gdb.texinfo: Replace @example with @smallexample.
10998722 6125
a0eb71c5
KB
61262002-09-20 Kevin Buettner <kevinb@redhat.com>
6127
f7dc1244 6128 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
6129 * gdb.texinfo (Character Sets): Use @smallexample instead of
6130 @example. Use GNU/Linux instead of Linux.
6131
61322002-09-20 Jim Blandy <jimb@redhat.com>
6133
6134 * gdb.texinfo: Add character set documentation.
6135
2f870471
AC
61362002-09-19 Andrew Cagney <ac131313@redhat.com>
6137
6138 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
6139 (Packets): Add cross reference from `b' packet to `z' packets.
6140
790eb8f5
AC
61412002-09-19 Andrew Cagney <ac131313@redhat.com>
6142
8d30a00d
AC
6143 * gdb.texinfo (Maintenance Commands): Document ``maint
6144 internal-error'' and ``maint internal-warning''.
6145
790eb8f5
AC
6146 * gdbint.texinfo (Target Architecture Definition): Revise
6147 description of STACK_ALIGN. Add description of FRAME_ALIGN.
6148
a23a7bf1
JB
61492002-09-19 Joel Brobecker <brobecker@gnat.com>
6150
6151 * gdbint.texinfo (Target Conditionals): Document the new
6152 NAME_OF_MALLOC macro.
6153
299ffc64
AC
61542002-09-05 Andrew Cagney <ac131313@redhat.com>
6155
6156 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
6157 engineer.
6158
b7bb15bc
SC
61592002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6160
6161 * gdb.texinfo (TUI Overview): Document status line fields.
6162
3d757584
SC
61632002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6164
6165 * gdb.texinfo (TUI Commands): Document info win command.
6166
269c21fe
SC
61672002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6168
6169 * gdb.texinfo (TUI Overview): Document breakpoint markers.
6170
7cf36c78
SC
61712002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6172
6173 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
6174 (TUI Keys): Likewise.
6175
d2c6833e
AC
61762002-08-25 Andrew Cagney <ac131313@redhat.com>
6177
6178 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
6179 for a packet receive.
6180
46d8b1c3
AC
61812002-08-25 Andrew Cagney <ac131313@redhat.com>
6182
6183 * Makefile.in (clean): Move to end of file.
6184 (distclean, maintainer-clean, realclean): Ditto.
6185 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
6186 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
6187 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
6188 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
6189
b0787093
AC
61902002-08-24 Andrew Cagney <ac131313@redhat.com>
6191
6192 * Makefile.in (GDBINT_TEX_TMPS): Define.
6193 (gdbint.dvi, gdbint.pdf): Use
6194 (GDB_TEX_TMPS): Define.
6195 (gdb.dvi, gdb.pdf): Use.
6196 (STABS_TEX_TMPS): Define.
6197 (stabs.dvi, stabs.pdf): Use.
6198 (GDB_DOC_SOURCE_INCLUDES): New macros.
6199 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
6200 (GDBINT_DOC_FILES_INCLUDES): New macros.
6201 (GDBINT_DOC_BUILD_INCLUDES): New macros.
6202 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
6203 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
6204 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
6205 (links2roff): Replace SFILES_INCLUDED with
6206 GDB_DOC_SOURCE_INCLUDES.
6207 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
6208 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
6209 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
6210 dependencies.
6211 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
6212 dependencies.
6213 (gdbmi.texinfo): Delete rule.
6214 (inc-hist.texinfo): Delete rule.
6215 (rluser.texinfo): Delete rule.
6216
ebba8386
AC
62172002-08-23 Andrew Cagney <cagney@redhat.com>
6218
6219 * gdbint.texinfo (Target Architecture Definition): Update
6220 STORE_RETURN_VALUE, mention regcache.
6221
0ab7a791
AC
62222002-08-21 Andrew Cagney <ac131313@redhat.com>
6223
6224 * gdbint.texinfo (Target Architecture Definition): Document
6225 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
6226
ee2d5c50
AC
62272002-08-19 Andrew Cagney <ac131313@redhat.com>
6228
6229 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
6230 Fix minor typos. Add index entries.
6231
53c69bd7
AC
62322002-08-18 Andrew Cagney <ac131313@redhat.com>
6233
6234 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
6235
e76f1f2e
AC
62362002-08-15 Andrew Cagney <ac131313@redhat.com>
6237
6238 * gdbint.texinfo (Target Architecture Definition): Document
6239 PRINT_VECTOR_INFO.
6240 * gdb.texinfo (Vector Unit): Document "info vectors" command.
6241
0680b120
AC
62422002-08-13 Andrew Cagney <ac131313@redhat.com>
6243
6244 * gdb.texinfo (Maintenance Commands): Document "maint print
6245 registers", "maint print raw-registers" and "maint print
6246 cooked-registers".
6247
3c3bea1c
GS
62482002-08-08 Grace Sainsbury <graces@redhat.com>
6249
a9331b3f 6250 From Mark Salter:
3c3bea1c
GS
6251 * gdb.texinfo (Protocol): Document T packet extension to
6252 allow watchpoint address reporting.
6253
42f9b0a5
AC
62542002-08-03 Andrew Cagney <ac131313@redhat.com>
6255
6256 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
6257
db034ac5
AC
62582002-08-01 Andrew Cagney <cagney@redhat.com>
6259
6260 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
6261 to CHILL.
6262
e2b28d04
AC
62632002-08-01 Andrew Cagney <ac131313@redhat.com>
6264
6265 * gdbint.texinfo (Coding): Revise section "Include Files".
6266
7fb623f7
AC
62672002-07-24 Andrew Cagney <cagney@redhat.com>
6268
6269 * gdbint.texinfo: Obsolete references to m88k.
6270 * gdb.texinfo: Ditto.
6271
4a2b4636
JB
62722002-07-10 Joel Brobecker <brobecker@gnat.com>
6273
7fb623f7 6274 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
6275 where the proper version of autoconf can be retrieved.
6276
a71ec265
DH
62772002-07-09 Don Howard <dhoward@redhat.com>
6278
6279 * gdb.texinfo (Command Files): Further describe the behavior of
6280 sourced command files.
6281
b9aa90c9
AC
62822002-06-27 Andrew Cagney <ac131313@redhat.com>
6283
6284 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6285 (Coding): Clarify ISO C version that GDB assumes.
6286
40dd2248
TT
62872002-06-26 Tom Tromey <tromey@redhat.com>
6288
6289 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6290 add_setshow_cmd_full.
6291
bfac230e
DH
62922002-06-25 Don Howard <dhoward@redhat.com>
6293
6294 * gdb.texinfo (Memory Region Attributes): Document new behavior
6295 for 'mem' command.
6296
475b0867
JB
62972002-06-11 Jim Blandy <jimb@redhat.com>
6298
919d772c
JB
6299 * gdb.texinfo (Symbols): Update documentation for `info source'
6300 command.
6301
475b0867
JB
6302 * gdb.texinfo (Macros): Call the command `info macro', not
6303 `show macro'.
6304
ba8c9337
AC
63052002-06-09 Andrew Cagney <ac131313@redhat.com>
6306
6307 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6308 data''.
6309
1029b7fa
MK
63102002-06-09 Mark Kettenis <kettenis@gnu.org>
6311
6312 * gdbint.texinfo (Target Architecture Definition): Document
6313 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6314
16737d73
AC
63152002-06-08 Andrew Cagney <ac131313@redhat.com>
6316
6317 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6318 lists.
6319
30107679
AC
63202002-06-08 Andrew Cagney <ac131313@redhat.com>
6321
6322 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6323 Branch''.
6324
3352e23e
AC
63252002-06-01 Andrew Cagney <ac131313@redhat.com>
6326
6327 * gdbint.texinfo (Target Architecture Definition): Add section
6328 ``Converting an existing Target Architecture to Multi-arch''.
6329
cbb09e6a
AC
63302002-05-30 Andrew Cagney <ac131313@redhat.com>
6331
6332 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6333 to ``Obsoleting code''. Revise.
6334
e2e0bcd1
JB
63352002-05-17 Jim Blandy <jimb@redhat.com>
6336
6337 * gdb.texinfo (C Preprocessor Macros): New chapter.
6338 Include it in the main menu.
6339 (Contributors): Credit Jim Blandy with macro support.
6340 (Compilation): Explain how to get macro information into the
6341 executable.
6342 (Expressions): Note that preprocessor macros are expanded.
6343
9db8d71f
DJ
63442002-05-14 Daniel Jacobowitz <drow@mvista.com>
6345
6346 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6347 options for `target remote'.
6348
6d531722
AC
63492002-05-13 Andrew Cagney <ac131313@redhat.com>
6350
6351 * gdbint.texinfo (Target Architecture Definition): Delete
6352 documentation on NNPC_REGNUM.
6353
13d01224
AC
63542002-05-11 Andrew Cagney <ac131313@redhat.com>
6355
6356 * gdbint.texinfo (Target Architecture Definition): Document
6357 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6358 (Target Architecture Definition): Revise section `Using Different
6359 Register and Memory Data Representations'. Add section `Raw and
6360 Virtual Register Representations'.
6361
b2e75d78
AC
63622002-05-11 Andrew Cagney <ac131313@redhat.com>
6363
6364 * gdbint.texinfo (Target Architecture Definition): Mention
6365 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6366 (Target Architecture Definition): Mention same. Add references to
6367 web pages.
6368
2c8682ee
MS
63692002-05-08 Michael Snyder <msnyder@redhat.com>
6370
6371 * stabs.texinfo (Attributes): Document new "vector" attribute.
6372
0816590b
AC
63732002-05-04 Andrew Cagney <ac131313@redhat.com>
6374
6375 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6376
2653173e
AC
63772002-05-04 Andrew Cagney <ac131313@redhat.com>
6378
6379 * gdb.texinfo: Delete obsolete references to a29k.
6380
d7bd68ca
AC
63812002-04-24 Andrew Cagney <ac131313@redhat.com>
6382
6383 * gdbint.texinfo (Target Architecture Definition): Replace
6384 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6385
21d83aa5
DM
63862002-04-24 David S. Miller <davem@redhat.com>
6387
6388 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6389
7673a6cc
DM
63902002-04-21 David S. Miller <davem@redhat.com>
6391
6392 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6393
d49d1e0a
AC
63942002-04-21 Andrew Cagney <ac131313@redhat.com>
6395
6396 * gdbint.texinfo (Target Architecture Definition): Delete
6397 definition of HAVE_REGISTER_WINDOWS.
6398
f7dc1244 63992002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
6400
6401 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6402 "Theodore A. Roth" <troth@verinet.com>.
6403
5ca0cb28
DH
64042002-04-15 Don Howard <dhoward@redhat.com>
6405
f7dc1244 6406 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6407 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6408 Provide a better explaination of this feature.
5ca0cb28 6409
f208ba17
AC
64102002-04-14 Andrew Cagney <ac131313@redhat.com>
6411
6412 * gdbint.texinfo (Target Architecture Definition): Remove
6413 FRAME_CHAIN_COMBINE.
6414
d5ba91de
MC
64152002-04-12 Michael Chastain <mec@shout.net>
6416
6417 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6418 REG_STACK_SEGMENT.
6419
26818220
MC
64202002-04-09 Michael Chastain <mec@shout.net>
6421
6422 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6423 PYRAMID_* macros.
6424
129188f6
AC
64252002-04-07 Andrew Cagney <ac131313@redhat.com>
6426
6427 * gdb.texinfo (Bug Reporting): Document that the web is the
6428 prefered way of submitting bug reports.
6429 (Bug Reporting): Delete the s-mail address as the last resort.
6430
8227c0ff
AC
64312002-04-05 Andrew Cagney <ac131313@redhat.com>
6432
6433 * gdbint.texinfo (Target Architecture Definition): Delete
6434 references to TARGET_WRITE_FP and write_fp.
6435
16d9dec6
MS
64362002-03-27 Michael Snyder <msnyder@redhat.com>
6437
6438 * gdb.texinfo: Document new commands dump, append, and restore.
6439
9ae8b82c
AC
64402002-03-27 Andrew Cagney <ac131313@redhat.com>
6441
6442 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6443 Branch'.
6444
474c8240
AC
64452002-03-18 Andrew Cagney <ac131313@redhat.com>
6446
6447 * gdb.texinfo: Change all examples to @smallexample.
6448 * gdbint.texinfo: Ditto.
a9331b3f 6449
fb0ff88f
AC
64502002-03-18 Andrew Cagney <ac131313@redhat.com>
6451
6452 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6453 Branches''.
6454
9bb0a4d8
AC
64552002-03-18 Andrew Cagney <ac131313@redhat.com>
6456
6457 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6458 Policy''.
6459
937f164b
FF
64602002-03-04 Fred Fish <fnf@redhat.com>
6461
6462 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6463 expresson, suports, dependant, trhe, perhaphs, situtations,
6464 explictily, taged, oportunity, unfortunatly).
6465
a7b40f07
AC
64662002-02-24 Andrew Cagney <ac131313@redhat.com>
6467
6468 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6469 Remove reference to 3.12.
6470
aab4e0ec
AC
64712002-02-23 Andrew Cagney <ac131313@redhat.com>
6472
6473 * gdbint.texinfo: Include fdl.texi.
6474 (Top): Add GNU Free Documentation License.
6475 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6476 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6477 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6478 (gdbint.info): Add srcdir to include path.
6479 * gdb.texinfo: Include gpl.texi.
6480 (Top): Add Copying.
6481 * gpl.texi: New file.
6482
47b95330
AC
64832002-02-23 Andrew Cagney <ac131313@redhat.com>
6484
6485 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6486
78c47bea
PM
64872002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6488
6489 * gdb.texinfo: Document Cygwin native specific commands.
6490
56460a61
DJ
64912002-02-15 Daniel Jacobowitz <drow@mvista.com>
6492
6493 * gdb.texinfo: Document gdbserver ``--attach'' command.
6494
def71bfa
MS
64952002-02-07 Michael Snyder <msnyder@redhat.com>
6496
6497 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6498 to @code(_ovly_debug_event).
6499
c928edc0
AC
65002002-02-07 Andrew Cagney <ac131313@redhat.com>
6501
6502 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6503
81d46470
MS
65042002-02-06 Michael Snyder <msnyder@redhat.com>
6505
6506 * gdb.texinfo (overlays): Mention new magic symbol
6507 '_ovly_debug_event', which allows GDB to keep better track
6508 of overlays.
6509
f7dc1244 65102002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6511
6512 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6513 Suggested by Dmitry Sivachenko.
6514
6515 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6516
15110bc3
MS
65172002-02-01 Michael Snyder <msnyder@redhat.com>
6518
6519 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6520
6763aef9
MS
65212002-01-30 Michael Snyder <msnyder@redhat.com>
6522
ac282366
MS
6523 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6524 (set trust-readonly-sections): Document.
6763aef9 6525
8642bc8f
AC
65262002-01-29 Andrew Cagney <ac131313@redhat.com>
6527
6528 * gdbint.texinfo (Releasing GDB): Revise and update.
6529
afe64c1a
AC
65302002-01-28 Andrew Cagney <ac131313@redhat.com>
6531
6532 * gdbint.texinfo (Target Architecture Definition): Delete
6533 description of TARGET_BYTE_ORDER_DEFAULT.
6534
f7dc1244 65352002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6536
6537 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6538 <mitya@cavia.pp.ru>.
6539
3d6e1b5a
AC
65402002-01-23 Andrew Cagney <ac131313@redhat.com>
6541
6542 * libgdb.texinfo: Delete file.
6543
6c0e9fb3
AC
65442002-01-22 Andrew Cagney <ac131313@redhat.com>
6545
6546 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6547 * gdbint.texinfo: Ditto.
6548
e0ce93ac
AC
6549Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6550
6551 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6552
be298bcc
AC
65532002-01-22 Andrew Cagney <ac131313@redhat.com>
6554
6555 * Makefile.in: Update copyright.
6556 (TEXI2DVI): Define.
6557 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6558 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6559 gdb-cfg.texi.
6560 (TEXINDEX, PDFTEX): Delete makefile variables.
6561
8e04817f
AC
65622002-01-22 Andrew Cagney <ac131313@redhat.com>
6563
6564 * gdb.texinfo (Protocol): Move section to appendix.
6565
6b2f586d
AC
65662002-01-21 Andrew Cagney <ac131313@redhat.com>
6567
6568 * gdb.texinfo (Remote Debugging): Create a menu.
6569 (Top): Add ``Remote Debugging'' to menu.
6570
6f05cf9f
AC
65712002-01-21 Andrew Cagney <ac131313@redhat.com>
6572
6573 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6574 serial protocol'' from here.
6575 (Remote Debugging): To here. New chapter.
6576
3fd3d7d2
AC
65772002-01-20 Andrew Cagney <ac131313@redhat.com>
6578
6579 * gdbint.texinfo (Target Architecture Definition): Delete
6580 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6581
7fd60527
AC
65822002-01-20 Andrew Cagney <ac131313@redhat.com>
6583
6584 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6585 are no longer needed.
6586 (Porting GDB): Add maintainer note about configure.host.
6587
c2f05ac9
AC
65882002-01-20 Andrew Cagney <ac131313@redhat.com>
6589
6590 * gdbint.texinfo (Target Architecture Definition): Remove
6591 definition of IEEE_FLOAT.
6592
f7dc1244 65932002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6594
6595 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6596 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6597 <3diff@gnu.org>
231b2aad 6598
82600034
AC
65992002-01-19 Andrew Cagney <ac131313@redhat.com>
6600
6601 * gdbint.texinfo (Host Definition): Remove references to
6602 MALLOC_INCOMPATIBLE.
6603
7708fa01
AC
66042002-01-17 Andrew Cagney <ac131313@redhat.com>
6605
6606 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6607 and xyz-xdep.o.
6608
eb12ee30
AC
66092002-01-17 Andrew Cagney <ac131313@redhat.com>
6610
889bf7c5 6611 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6612 (Set Breaks): Copy ``maint info breakpoint'' doco to
6613 ``Maintenance Commands'' appendix. Add reference.
6614
c9ccaa92
AC
66152002-01-17 Andrew Cagney <ac131313@redhat.com>
6616
6617 * fdl.texi: Remove next/prev from @node.
6618
f7dc1244 66192002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6620
6621 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6622 for monstrous @multitable (from Brian Youmans).
6623
6624 * fdl.texi: New file.
6625
6626 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6627
8973da3a
AC
66282002-01-15 Andrew Cagney <ac131313@redhat.com>
6629
6630 * gdbint.texinfo (Releasing GDB): New chapter.
6631
7d86b5d5
AC
66322002-01-14 Andrew Cagney <ac131313@redhat.com>
6633
6634 * gdb.texinfo (Embedded Processors, Calling program functions):
6635 Obsolete references to a29k.
6636
cc1cb004
AC
66372002-01-13 Andrew Cagney <ac131313@redhat.com>
6638
6639 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6640 examples. Document that a code-block should do or discard its
6641 cleanups before exit.
6642
79f12247
MS
66432002-01-11 Michael Snyder <msnyder@redhat.com>
6644
6645 * gdb.texinfo (Choosing files): Change @samp to @file.
6646
19837790
MS
66472002-01-05 Michael Snyder <msnyder@redhat.com>
6648
6649 * gdb.texinfo (--pid): Document new command line option (attach).
6650
f7dc1244 66512002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6652
6653 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6654 in the stub.
6655
d7449b42
AC
66562002-01-04 Andrew Cagney <ac131313@redhat.com>
6657
6658 * gdbint.texinfo (Target Architecture Definition): Replace
6659 BIG_ENDIAN with BFD_ENDIAN_BIG.
6660
f23631e4
AC
66612002-01-03 Andrew Cagney <ac131313@redhat.com>
6662
6663 * gdbint.texinfo (Target Architecture Definition): Replace
6664 value_ptr with struct value pointer.
6665
72c9928d
EZ
66662002-01-02 Eli Zaretskii <eliz@gnu.org>
6667
6668 * gdb.texinfo (Free Software): Fix wording.
6669
959acfd1
EZ
66702001-12-31 Eli Zaretskii <eliz@gnu.org>
6671
6672 * gdb.texinfo (Free Software): New section ``Free Software Needs
6673 Free Documentation''.
6674
f7dc1244 66752001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6676
6677 * stabs.texinfo:
6678 * gdb.texinfo:
6679 * gdbint.texinfo:
6680 * libgdb.texinfo:
6681 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6682
6600abed
MS
66832001-12-29 Michael Snyder <msnyder@redhat.com>
6684
6685 * gdb.texinfo (maint info sections): Fix typo.
6686
f6680716
MS
66872001-12-26 Michael Snyder <msnyder@redhat.com>
6688
fe95c787
MS
6689 * gdb.texinfo (maint info sections): Document.
6690
a9331b3f 6691 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6692 'info proc' sub-options that are currently not implemented.
6693
c3d3ce5b
JB
66942001-12-20 Jim Blandy <jimb@redhat.com>
6695
6696 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6697
778eb05e
AC
66982001-12-15 Andrew Cagney <ac131313@redhat.com>
6699
6700 * gdbint.texinfo (Target Architecture Definition): Replace
6701 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6702
2607059c
AC
67032001-12-01 Andrew Cagney <ac131313@redhat.com>
6704
6705 * gdbint.texinfo (Host Definition): Delete documentation on
6706 HOST_BYTE_ORDER.
6707
df0cd8c5
JB
67082001-11-30 Jim Blandy <jimb@redhat.com>
6709
6710 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6711 overlay support. Add to top-level menu.
df0cd8c5 6712
88118b3a
TT
67132001-11-26 Tom Tromey <tromey@redhat.com>
6714
6715 * gdb.texinfo (Command Syntax): Document C-o binding.
6716
96565e91
CF
67172001-07-26 Christopher Faylor <cgf@redhat.com>
6718
6719 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6720 use since it is described in the referenced section.
6721
f7dc1244 6722 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6723 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6724 clearer when using DJGPP.
6725
2a3d5645
CF
67262001-11-24 Christopher Faylor <cgf@redhat.com>
6727
6728 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6729 specifically refer to MS-DOS.
6730 (command files): Mention gdb.ini is only used on MS-DOS.
6731
aa26fa3a
TT
67322001-11-21 Tom Tromey <tromey@redhat.com>
6733
6734 * gdb.texinfo (Invoking GDB): Document --args.
6735 (Mode Options): Likewise.
6736
4f8ada06
JB
67372001-11-21 Jim Blandy <jimb@redhat.com>
6738
6739 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6740 Delete documentation; this macro has been removed from the
6741 sources.
4f8ada06 6742
3fe0dc10
JB
67432001-11-13 Jim Blandy <jimb@redhat.com>
6744
6745 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6746
9e5abb06
CV
67472001-11-06 Corinna Vinschen <vinschen@redhat.com>
6748
6749 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6750
1c5dfdad
MS
67512001-11-05 Michael Snyder <msnyder@redhat.com>
6752
a9331b3f 6753 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6754 quote regexp chars in function names such as "operator*()".
6755
990f9fe3
FF
67562001-11-01 Fred Fish <fnf@redhat.com>
6757
6758 * gdbint.texinfo (SOLIB_ADD): Document additional new
6759 "readsyms" arg.
6760
b433d00b
DH
67612001-10-30 Don Howard <dhoward@redhat.com>
6762
070b1dd3
DH
6763 * gdb.texinfo: (Command Files) Added documentation for the
6764 behavior of gdb with input redirected from a file.
b433d00b 6765
b7209cb4
FF
67662001-10-28 Fred Fish <fnf@redhat.com>
6767
6768 * gdb.texinfo (auto-solib-add): Change docs to match
6769 implementation change.
6770 (auto-solib-limit): Add docs for new variable.
6771
1aa20aa8
AC
67722001-10-15 Andrew Cagney <ac131313@redhat.com>
6773
6774 * gdbint.texinfo (Target Architecture Definition): Function
6775 value_as_pointer renamed to value_as_address.
6776
fc0c74b1
AC
67772001-10-15 Andrew Cagney <ac131313@redhat.com>
6778
6779 * gdbint.texinfo (Target Architecture Definition): Default
6780 POINTER_TO_ADDRESS functions assume unsigned addresses.
6781 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6782 posting by Jim Blandy.
6783
f4846649
JB
67842001-10-12 Jim Blandy <jimb@redhat.com>
6785
6786 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6787 version of texi2html (1.64) doesn't support this flag any more.
6788
f277788b
MK
67892001-09-08 Mark Kettenis <kettenis@gnu.org>
6790
a9dc4918
MK
6791 * gdbint.texinfo (Host Definition): Remove description of
6792 MEM_FNS_DECLARED.
6793
d28379df
MK
6794 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6795
f277788b
MK
6796 * gdbint.texinfo (Host Definition): Remove description of
6797 HAVE_SIGSETMASK.
6798
7ccaa899
EZ
67992001-09-04 Elena Zannoni <ezannoni@redhat.com>
6800
6801 * gdbint.texinfo (Target Architecture Definition): Add
6802 explanation of TARGET_PRINT_INSN macro.
6803
17d9d558
JB
68042001-08-30 Jim Blandy <jimb@redhat.com>
6805
6806 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6807 Explain what it means to load relocatable files.
6808
72cde065
JB
68092001-08-28 Jim Blandy <jimb@redhat.com>
6810
6811 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6812 info `top' menu.
6813
9e678452
CF
6814Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6815
6816 * gdbint.texinfo: Add a cautionary note about macro use.
6817
a2bea4c3 68182001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6819
a2bea4c3
CV
6820 * gdb.texinfo: Explain omitting the hostname in the
6821 `target remote' command.
6822
1129bf27
DJ
68232001-07-30 Daniel Jacobowitz <drow@mvista.com>
6824
6825 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6826 and END-INFO-DIR-ENTRY.
6827
732b3002
SC
68282001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6829
6830 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6831
89437448
AC
68322001-07-25 Andrew Cagney <ac131313@redhat.com>
6833
6834 * gdbint.texinfo (libgdb): Rewrite.
6835
f7dc1244 68362001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6837
6838 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6839
c4555f82
SC
68402001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6841
6842 * gdb.texinfo (TUI): New chapter, document the TUI.
6843 (Mode Options): Document the -tui option.
6844
2f45a6e0
MK
68452001-07-23 Mark Kettenis <kettenis@gnu.org>
6846
6847 * gdbint.texinfo (Host Definition): Remove description of
6848 NEED_POSIX_SETPGID.
6849
f7dc1244 68502001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6851
6852 * gdb.tex (DJGPP Native): New node, with descriptions of
6853 DJGPP-specific commands.
6854
be9c6c35
JM
68552001-07-19 John R. Moore <jmoore@redhat.com>
6856
6857 * gdbint.texinfo: Three misspellings.
6858
dfa249fb
AC
68592001-07-06 Andrew Cagney <ac131313@redhat.com>
6860
6861 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6862 `test` expressions on bash. Problem reported by Colin Walters.
6863
c72e7388
AC
68642001-07-04 Andrew Cagney <ac131313@redhat.com>
6865
6866 * gdbint.texinfo (User Interface): Update ui-out documentation to
6867 refelect recent UI/MI updates.
6868
94bbb2c0
AC
68692001-07-04 Andrew Cagney <ac131313@redhat.com>
6870
6871 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6872 interpreters.
6873
af6c57ea
AC
68742001-06-15 Andrew Cagney <ac131313@redhat.com>
6875
6876 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6877 structure and not macros.
6878 (Host Definition): Document that much of this chapter is obsolete.
6879 (Target Architecture Definition): Update list of files that make
6880 up a target architecture.
6881 (Coding): Update.
6882
83aa8bc6
AC
68832001-06-28 Andrew Cagney <ac131313@redhat.com>
6884
6885 * gdbint.texinfo (Target Architecture Definition): Update
6886 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6887 The latter has been changed to a true predicate.
6888
f7dc1244 68892001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6890
6891 * annotate.texi: Add @noindent where needed. From Dmitry
6892 Sivachenko <dima@Chg.RU>.
6893 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6894
656db9b0
AC
68952001-06-16 Andrew Cagney <ac131313@redhat.com>
6896
6897 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6898
df2396a1
AC
68992001-06-14 Andrew Cagney <ac131313@redhat.com>
6900
6901 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6902 returns ``OK''. Document that the ``R'' packet does not reply.
6903
0f1f2b0a
MS
69042001-06-13 Michael Snyder <msnyder@redhat.com>
6905
6906 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6907
f7dc1244 69082001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6909
6910 * gdb.texinfo (Signals): Clarify the default setting of signal
6911 handling.
6912
a5d7c491
AC
69132001-05-14 Andrew Cagney <ac131313@redhat.com>
6914
6915 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6916 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6917
05a54c4f
AC
69182001-05-12 Andrew Cagney <ac131313@redhat.com>
6919
6920 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6921
f7dc1244 69222001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6923
6924 * gdbint.texinfo (Clean Design and Portable Implementation):
6925 Renamed from "Clean Design".
6926 (Clean Design and Portable Implementation): Document portable
6927 methods of handling file names, and the associated macros.
6928
f7dc1244 69292001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6930
6931 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6932 command and provide a cross-reference to its description.
6933 (Symbols): Note that "info scope" is useful for trace experiments.
6934
f7dc1244 69352001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6936
b37052ae
EZ
6937 * gdb.texinfo (Symbols): Document "info scope".
6938 (Tracepoints): New chapter.
6939 (Contributors): Update for v5.1.
6940 <All nodes>: Change "C++" to "C@t{++}".
6941
0ee54786
EZ
6942 * gdbint.texinfo (User Interface): A new section about ui_out
6943 functions, based on text written by Fernando Nasser.
6944
c534679c
EZ
6945 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6946
f7dc1244 69472001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6948
e9c75b65
EZ
6949 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6950
6951 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6952
6953 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6954 Replace "GDB" with "@value{GDBN}". Fix markup.
6955
6956 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6957
3d67e040
EZ
6958 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6959 a cross-reference to its description.
6960 (Symbols): Document "info symbol".
6961
f7dc1244 69622001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6963
6964 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6965 subsection "x86 Watchpoints".
6966 (Target Architecture Definition): Document the macros
6967 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6968 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6969
b0ed3589
AC
69702001-03-20 Andrew Cagney <ac131313@redhat.com>
6971
6972 * gdbint.texinfo (Target Architecture Definition): Update
6973 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6974 list.
6975
b6ba6518
KB
69762001-03-06 Kevin Buettner <kevinb@redhat.com>
6977
6978 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6979 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6980
f7dc1244 69812001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6982
6983 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6984
f7dc1244 69852001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6986
17cc6a06
EZ
6987 * gdb.texinfo (Environment): Document that `path' does not change
6988 the value of PATH in GDB's own environment (it did in the past,
6989 but that was changed on March 15, 1994). Reported by Doug Evans
6990 <dje@transmeta.com>.
6991
56caf160
EZ
6992 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6993 its line. Fix markup of commands and macros. Add an Index node
6994 and index entries.
6995
29e57380
C
69962001-01-23 J.T. Conklin <jtc@redback.com>
6997
6998 * gdb.texinfo (Memory region attributes): New manual section.
6999
1c6147de
ND
70002001-01-04 Nicholas Duffek <nsd@redhat.com>
7001
7002 * gdbint.texinfo (POP_FRAME): Document use by return_command.
7003
f7dc1244 70042000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
7005
7006 * refcard.tex: Version and copyright fixed. From Phil Edwards
7007 <pedwards@disaster.jaj.com>.
7008
0dcedd82
AC
7009Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
7010
7011 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 7012 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 7013
3b851bce
AC
7014Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
7015
7016 * gdbint.texinfo (Coding): Update current value of
889bf7c5 7017 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 7018
f7dc1244 70192000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
7020
7021 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
7022 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
7023
b90a5f51
CF
70242000-11-10 Christopher Faylor <cgf@cygnus.com>
7025
7026 * gdb.texinfo: Document new 'set step-mode' command.
7027
f7dc1244 70282000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
7029
7030 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
7031 changes from Dmitry Sivachenko <dima@Chg.RU>.
7032
f7dc1244 70332000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
7034
7035 * gdb.texinfo (Hooks): Document the new post-hook functionality.
7036 From Steven Johnson <sbjohnson@ozemail.com.au>.
7037
2e685b93
MK
70382000-08-10 Mark Kettenis <kettenis@gnu.org>
7039
7040 * gdbint.texinfo (Overall Structure): Spelling fix.
7041
f7dc1244 70422000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
7043
7044 * gdbint.texinfo (Target Architecture Definition): Document that
7045 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
7046 for which REGISTER_CONVERTIBLE returns a zero value.
7047
63ac3005
EZ
70482000-07-08 Christopher Faylor <cgf@cygnus.com>
7049
7050 * Makefile.in (install-info): Find files to install in either the
7051 build or source directories (adapted from Makefile.am).
7052
bd79f757
ND
70532000-07-07 Nicholas Duffek <nsd@redhat.com>
7054
7055 * stabs.texinfo: Fix spelling errors.
7056 (String Field): FILE-NUMBER starts from 0, not 1.
7057
f7dc1244 70582000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
7059
7060 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 7061 Brian Youmans.
5f208f6d 7062
f7dc1244 70632000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
7064
7065 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
7066 the source directory. Reported by Mark Harig
7067 <markh@frazier.landmark.com>.
cc542d3b 7068
f3b28801
C
70692000-06-20 J.T. Conklin <jtc@redback.com>
7070
7071 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
7072
449f3b6c
AC
7073Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
7074
7075 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 7076 Generate using pdftex.
449f3b6c 7077 (PDFTEX): Define.
889bf7c5 7078 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 7079 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 7080 @contents at the start.
449f3b6c 7081
f7dc1244 70822000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
7083
7084 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 7085 Youmans.
48e934c6 7086
9e9c5ae7
AC
7087Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
7088
7089 From Brian Youmans:
7090 * gdb.texinfo: Fix ``et al.''.
7091
c741b251
AC
7092Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
7093
7094 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 7095 loop.
c741b251 7096
4ab64e14
JG
70972000-05-19 Jimmy Guo <guo@cup.hp.com>
7098
7099 * configure: Regenerate.
7100
f7dc1244 71012000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
7102
7103 * Makefile.in (install-info): Run install-info on installed Info
7104 files.
7105
8c70017b
AC
7106Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7107
a7cb598a 7108 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 7109 Andrew Cagney.
8c70017b 7110
f7dc1244 71112000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
7112
7113 * gdb.texinfo: Proofreading changes from Brian Youmans.
7114
bf0184be
ND
71152000-05-01 Nick Duffek <nsd@cygnus.com>
7116
7117 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
7118 startup sequence, minor edits.
7119
f7dc1244 71202000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
7121
7122 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
7123 TeX.
7124
7125 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
7126 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
7127 like `n' and `s' which look weird. Convert some of the @kindex to
7128 @vindex, when they refer to variables, not commands.
7129
33e16fad
AC
7130Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7131
7132 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
7133
f7dc1244 71342000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
7135
7136 * Makefile.in (GDBMI_DIR): New variable.
7137 (SET_TEXINPUTS): Add $(GDBMI_DIR).
7138 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
7139 (gdbmi.texinfo): New target, for texi2roff.
7140 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
7141 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
7142
7143 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
7144 gdbmi.texinfo.
7145 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
7146 comment.
7147
d167840f
EZ
71482000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7149
7150 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 7151 command.
d167840f 7152
f7dc1244 71532000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
7154
7155 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
7156 prevents the build (and is generally a Bad Idea).
7157
f7dc1244 71582000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
7159
7160 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
7161 a comma inside @var.
7162 (Command Files): Index markup changes from Dmitry Sivachenko
7163 <dima@Chg.RU>.
7164
f7dc1244 71652000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
7166
7167 * Makefile.in (LN_S): Define.
7168 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
7169 invoke "ln -s" unless it is known to work.
7170
7171 * configure.in (AC_PROG_LN_S): Add.
7172
8dc7983f
JB
71732000-04-14 Jim Blandy <jimb@redhat.com>
7174
7175 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
7176 section.
7177 (Target Conditionals): Document ADDRESS_TO_POINTER,
7178 POINTER_TO_ADDRESS.
7179
1a8237e8
DB
71802000-04-11 Daniel Berlin <dan@cgsoftware.com>
7181
7182 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
7183 gdb-cfg.texi to get the value.
7184
ca526f1a
JB
71852000-04-10 Jim Blandy <jimb@redhat.com>
7186
7187 * gdbint.texinfo (Target Architecture Definition): Fix
7188 cross-references.
7189
faaafcb4
JB
71902000-04-08 Jim Blandy <jimb@redhat.com>
7191
7192 * gdbint.texinfo (Using Different Register and Memory Data
7193 Representations): New section.
7194 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
7195 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
7196 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 7197
1b27397f
AC
7198Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
7199
7200 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 7201 for acknowledgments.
1b27397f 7202
480ff1fb
AC
7203Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
7204
7205 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 7206 qThreadExtraInfo.
480ff1fb 7207
a9331b3f 72082000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 7209
a9331b3f
RM
7210 * gdb.texinfo: Clarify which remote debug protocol commands are
7211 required and which are optional.
f1251bdd 7212
dbeb8dbd
AC
7213Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
7214
7215 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
7216 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
7217 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
7218 * annotate.texi: Update.
7219
6d2ebf8b
SS
72202000-03-28 Stan Shebs <shebs@apple.com>
7221
7222 * gdb.texinfo: Update dates, bump to Eighth Edition (note
7223 expectation of additional changes before release), update
7224 ISBN, add copy of top-level menu for @ifhtml, remove explicit
7225 node links, rephrase and/or shorten lines to fix formatting
7226 problem in both regular and @smallbook formats.
7227 * annotate.texi: Shorten lines in example, use smallexample
7228 consistently everywhere.
7229 * Makefile.in: Add comment about texinfo 4.0 html generation.
7230 (SFILES_INCLUDED): Add annotate.texi.
7231
5d161b24
DB
72322000-03-27 Daniel Berlin <dan@cgsoftware.com>
7233
5ae4183a
AS
7234 * gdb.texinfo (Debugging Output): Added new section, documenting
7235 the "set/show debug" commands.
5d161b24 7236
b9deaee7
AC
7237Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
7238
7239 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 7240 entry.
b9deaee7
AC
7241
7242 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
7243 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 7244 @chapter and @node entries.
a9331b3f 7245
b9deaee7 7246 * gdb.texinfo: Link all top-level nodes.
a9331b3f 7247
9ef47d30
AC
7248Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
7249
7250 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 7251 files.
9ef47d30 7252
cfeada60
FN
72532000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
7254
7255 From David Whedon <dwhedon@gordian.com>
5ae4183a 7256 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 7257
6837a0a2
DB
72582000-03-22 Daniel Berlin <dan@cgsoftware.com>
7259
7260 * gdb.texinfo: Add documentation for the apropos command.
7261
bba2971c
MS
72622000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7263
7264 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
7265
2b628194
MS
72662000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7267
a9331b3f 7268 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
7269 two places.
7270
96a2c332
SS
72712000-03-17 Stan Shebs <shebs@apple.com>
7272
7273 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
7274 <dima@Chg.RU>, also clarification of allowed content for
7275 string constants.
7276
f7dc1244 72772000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
7278
7279 * gdb.texinfo (main menu): Add Annotations.
7280 (File Options): Add @cindex entries for each command-line option.
7281 Document --epoch, --annotate, --async, --interpreter, --write,
7282 --statistics, and --version.
7283
7284 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
7285 of GDB.
7286
9d233477
JB
72872000-02-23 Jim Blandy <jimb@redhat.com>
7288
7289 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7290
14e0eb3b
JB
72912000-02-22 Jim Blandy <jimb@redhat.com>
7292
7293 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7294
3555de01
JM
72952000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
7296
7297 * Makefile.in (diststuff): New target.
7298
5e35df8e
KB
72992000-02-15 Kevin Buettner <kevinb@redhat.com>
7300
7301 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 7302 architecture. [From Jim Wilson.]
5e35df8e 7303
c5394b80
JM
73042000-01-16 Tom Tromey <tromey@cygnus.com>
7305
7306 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7307 (Delete Breaks): Mention range arguments.
7308 (Disabling): Likewise.
7309
c3f6f71d
JM
73102000-01-05 Dmitry Sivachenko <dima@Chg.RU>
7311
7312 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7313
c4093a6a
JM
7314Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
7315
7316 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 7317 valid functions.
c4093a6a 7318
11cf8741
JM
73191999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7320
7321 * gdb.texinfo: Clarify regular expressions used in rbreak.
7322
917317f4
JM
73231999-10-15 Kevin Buettner <kevinb@cygnus.com>
7324
7325 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7326 MEMORY_REMOVE_BREAKPOINT): Document.
7327
7328Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7329
7330 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 7331 offset re-using the DATA offset instead.
917317f4 7332
2df3850c
JM
73331999-10-11 Jim Kingdon <kingdon@redhat.com>
7334
7335 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7336
73371999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7338
7339 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7340 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7341 typos.
7342
7343 * gdb.texinfo: Various minor wording and formatting improvements,
7344 mentions of additional command-line options.
7345
2acceee2
JM
73461999-09-30 Fred Fish <fnf@cygnus.com>
7347
7348 * gdb.texinfo: Document additional forms of specifying section
7349 names and addresses for the add-symbol-file command.
7350
c2c6d25f
JM
73511999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7352
7353 * gdbint.texinfo: Fix typo, add the word "have".
7354
73551999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7356
7357 * gdbint.texinfo (Target Architecture Definition): Document the
7358 SKIP_PERMANENT_BREAKPOINT macro.
7359
d4f3574e
SS
73601999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7361
7362 * gdb.texinfo: Fiks speling errers.
7363
7364 * gdb.texinfo: Fix uses of @multitable.
7365
f7dc1244 7366 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 7367 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 7368 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
7369 comments about using with optimization, add more indexing,
7370 fix info about disassembly-flavor.
7371
7372Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7373
7374 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7375 SKIP_SOLIB_RESOLVER): Define.
7376
7377Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7378
7379 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 7380 ``g'' packets.
d4f3574e 7381
104c1213
JM
73821999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7383
7384 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
7385 platform-specific info, inline remote.texi and move sections of it
7386 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
7387 and register stack into the new chapter.
7388 * remote.texi: Remove, now part of gdb.texinfo.
7389 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7390
73911999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7392
7393 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7394 GDB_TARGET_IS_MACH386): These kludges have gone away.
7395
7396Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7397
7398 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 7399 TDEPLIBS.
104c1213 7400
53a5351d
JM
74011999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7402
7403 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7404 surrounding text to fit HP-UX bits into general info.
7405 (HPPA-cfg.texi): Remove, no longer useful.
7406
7407 * gdb.texinfo: Remove explicit links from @node lines, remove
7408 HP-added "Detailed Node Listing" from main menu which confuses
7409 things.
7410
7411 From Dmitry Sivachenko <dima@Chg.RU>:
7412 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7413 in description of `set environment'.
53a5351d
JM
7414
74151999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7416
7417 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7418
7be570e7
JM
74191999-08-12 Ben Elliston <bje@cygnus.com>
7420
7421 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7422
f7dc1244 74231999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7424
7425 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7426 watch, awatch, and rwatch. Explain why the latter two cannot be
7427 set as software watchpoints. Document that watchpoints for local
7428 variables are deleted when the debuggee terminates.
7be570e7
JM
7429
7430Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7431
7432 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7433 packet. Allow E.. response packet. "qRcmd" packet is no longer
7434 reserved.
7be570e7
JM
7435
74361999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7437
a9331b3f
RM
7438 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7439 * gdb.texinfo: Ditto.
7be570e7 7440
96baa820
JM
74411999-08-06 Tom Tromey <tromey@cygnus.com>
7442
7443 * gdb.texinfo (KOD): New node.
7444
7445Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7446
7447 * remote.texi (Rcmd): Fix minor formatting typos.
7448
7449Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7450
7451 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7452 packets.
96baa820 7453
adf40b2e
JM
74541999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7455
7456 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7457 fixes.
7458
43ff13b4
JM
7459Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7460
7461 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7462
085dd6e6
JM
7463Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7464
7465 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7466 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7467 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7468 packets that are not supported on all hosts. Expand examples.
7469 Spell check.
085dd6e6
JM
7470
74711999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7472
7473 * Makefile.in: Recognize html, install-html. Add targets
7474 to build HTML versions of documentation via texi2html.
7475
7476Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7477
7478 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7479 testsuite.
085dd6e6
JM
7480
7481Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7482
7483 * remote.texi (Communication Protocol): Rewrite.
7484
7485Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7486
7487 * stabs.texinfo: Fix uses of xref.
7488
9e0b60a8
JM
7489Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7490
7491 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7492 info about patch submission.
7493
cce74817
JM
7494Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7495
7496 From Per Bothner <bothner@cygnus.com>:
7497 * gdb.texinfo: Document Chill support.
7498
7499Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7500
7501 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7502 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7503 Document that the value should be greater-than or equal-to zero.
7504 (NO_STD_REGS): Document. Deprecate.
cce74817 7505
ac9a91a7
JM
7506Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7507
7508 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7509 Document that these are not used.
ac9a91a7
JM
7510
7511Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7512
7513 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7514
392a587b
JM
7515Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7516
7517 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7518 numargs was dropped.
392a587b
JM
7519
7520Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7521
7522 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7523
b83266a0
SS
7524Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7525
7526 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7527 Update.
b83266a0 7528
7a292a7a
SS
7529Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7530
7531 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7532 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7533
7534Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7535
7536 * gdbint.texinfo: Fix typos: $ -> @.
7537
7538Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7539
7540 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7541 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7542 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7543 BREAKPOINT_FROM_PC.
a9331b3f 7544
7a292a7a
SS
7545Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7546
7547 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7548 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7549
7550Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7551
7552 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7553 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7554
75551999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7556
7557 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7558 longer exists.
7559
7560Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7561
7562 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7563 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7564 they make the manual source incomprehensible.
7a292a7a
SS
7565 * h8-cfg.texi: Remove, hasn't been used in years.
7566
c906108c
SS
7567Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7568
7569 * gdb.texinfo: Update the credits.
7570
7571Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7572
7573 * gdb.texinfo: Fix mistakes noticed in printout of last
7574 draft, add Alpha to discussion of heuristic fence post.
7575
7576Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7577
7578 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7579 Edition, merge some HP changes into mainline, describe some
7580 previously undocumented features, describe more of the target
7581 commands available, eliminate obsolete section on renamed
7582 commands.
c906108c
SS
7583 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7584
7585Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7586
7587 * gdb.texinfo: Make many HPPA conditionals unconditional,
7588 including catchpoint description, since now on for all configs.
7589 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7590 specializations.
7591
7592Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7593
7594 * Makefile.in (GDBvn.texi): Fix match expression to work with
7595 current format of VERSION in gdb/Makefile.in.
7596 * gdb.texinfo: Fix node ref to match new readline.
7597
7598Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7599
a9331b3f
RM
7600 * gdb.texinfo: Changes made as part of a project to merge in
7601 changes made by HP. Documentation makes extensive use of
c906108c
SS
7602 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7603 on remote debugging. There are differences in documentation
889bf7c5 7604 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7605 the HP manual discusses catchpoints, hardware watchpoints, and
7606 some HPUX specific limitations for shared library support.
a9331b3f 7607
c906108c
SS
7608 There are also a number of @node changes.
7609
76101999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7611
7612 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7613 (C Usage): Same.
7614
7615Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7616
7617 The following changes were made by Edith Epstein
889bf7c5
PA
7618 <eepstein@cygnus.com> as part of a project to merge in changes
7619 made by HP.
a9331b3f 7620
c906108c
SS
7621 * HPPA-cfg.texi: new file.
7622
7623 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7624
7625 * refcard.tex: change documentation about catch.
7626 removed info catch.
7627
7628Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7629
7630 * gdbint.texinfo: Expand on GDB's coding standards,
7631 specify the use of arg names with prototypes.
7632
76331998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7634
7635 * gdb.texinfo: Fix tipo.
7636
7637Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7638
7639 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7640 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7641
7642Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7643
7644 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7645
76461998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7647
7648 * agentexpr.texi: New file.
7649
7650Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7651
7652 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7653
76541998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7655
7656 * remote.texi: Changed wording that implied that the GDB remote
7657 protocol caches register values instead of GDB itself.
7658
7659Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7660
7661 * gdbint.texinfo: Add some info about symbol readers.
7662 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7663 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7664 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7665 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7666
7667Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7668
a9331b3f 7669 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7670
7671Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7672
7673 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7674
7675Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7676
7677 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7678 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7679
7680Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7681
7682 * gdbint.texinfo: Fix minor typos.
7683
7684Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7685
7686 * gdbint.texinfo: Complete overhaul. Group descriptions more
7687 logically, add more info on generic algorithms, remove much
7688 obsolete and/or wrong material.
7689
7690Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7691
7692 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7693
7694Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7695
7696 * refcard.tex: Copyright, address updates.
7697
7698Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7699
7700 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7701 for the edition instead of confusing GDB-version-like numbers.
7702
7703Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7704
7705 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7706
7707Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7708
5ae4183a 7709 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7710
7711Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7712
7713 * gdb.texinfo: Add some credits, mention bug monitor.
7714 * remote.texi: Mention mips monitor targets.
7715 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7716
c906108c
SS
7717Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7718
7719 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7720 files, finish sorting of host vs target vs native macros, describe
7721 some more of them.
c906108c
SS
7722
7723Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7724
7725 * gdbint.texinfo (Host Conditionals): Document change from
7726 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7727
7728Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7729
7730 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7731 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7732
7733Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7734
7735 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7736 Document LSEEK_NOT_LINEAR.
7737
7738Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7739
7740 * stabs.texinfo (Stab Section Basics): Make it clear that only
7741 some versions of the GNU linker remove the leading N_UNDF symbol.
7742
7743Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7744
7745 * stabs.texinfo (String Field): Document type number pairs here,
7746 instead of in the Sun specific section.
7747 (Include Files): The GNU linker supports the N_BINCL
7748 optimization. Clarify the N_BINCL value, and what it is used
7749 for.
7750 (Procedures): Document N_FUN with an empty string to mark the end
7751 of a function.
7752 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7753 (Sun Differences): Remove this node, as the information is now
7754 elsewhere in the main document.
7755 (Stab Section Basics): Mention that the GNU linker may optimize
7756 stabs and remove the leading N_UNDF symbol.
7757
7758Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7759
7760 * gdb.texinfo, refcard.tex: Restore author credit
7761
7762Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7763
7764 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7765 documentation to account for START and END macros taking
7766 one arg.
7767
7768Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7769
7770 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7771 * gdb.texinfo (Frames): Fix typo.
7772
7773Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7774
7775 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7776 a target_signal as arg type, not a pid.
7777
7778Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7779
7780 * gdb.texinfo: Document `set assembly-language'.
7781
7782Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7783
7784 * remote.texi: Update list of stubs in the GDB distribution.
7785
7786Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7787
7788 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7789 Also document that some systems can use mmalloc but must define
7790 this if their C runtime allocates memory that is later freed.
c906108c 7791 (MMCHECK_FORCE): Document new macro.
a9331b3f 7792
c906108c
SS
7793Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7794
7795 * remote.texi: Add documentation for target Sparclet.
7796
7797Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7798
a9331b3f 7799 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7800 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7801 * configure.in: Rewritten for autoconf.
7802 * configure: New.
7803
7804Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7805
7806 * Makefile.in (DVIPS): New define, set to dvips.
7807 (dvi): Add stabs.dvi.
7808 (ps): New target.
7809 (all-doc): Depend on info, dvi, and ps targets.
7810 (STAGESTUFF): Add *.ps and *.dvi files.
7811 (clean-info, clean-dvi): Remove.
7812 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7813 rules completely rewritten.
7814 (maintainer-clean): Remove clean-info and clean-dvi
7815 dependencies and put their actions in the rules.
7816 (gdb.ps): New target
a9331b3f 7817 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7818 intermediate TeX files, whether they have 2 or 3 character
7819 extensions.
7820 (gdbint.ps): Add target and rules.
7821 (gdb-internals): Delete unused target.
7822 (Makefile): Depends upon config.status also.
7823
7824Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7825
7826 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7827 set.
7828
7829Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7830
7831 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7832 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7833
7834Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7835
7836 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7837
7838Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7839
7840 * gdb.texinfo (Print settings): Document
7841 `set/show print static-members' commands.
7842
7843Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7844
7845 * gdbint.texinfo (Native): Document name change, coredep.c to
7846 core-aout.c.
7847
7848Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7849
7850 * stabs.texinfo (Include Files): Document the values the SunOS4
7851 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7852
7853Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7854
7855 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7856 Fix typo.
7857
7858Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7859
7860 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7861 "gdb.tar.Z".
7862
7863Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7864
7865 * Makefile.in (maintainer-clean): New target, synonym for
7866 realclean.
7867
7868Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7869
7870 * Update all FSF addresses except those in COPYING* files.
7871
7872Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7873
7874 From Richard Earnshaw (rearnsha@armltd.co.uk):
7875 * gdb.texinfo (convenience variables): Document $_exitcode.
7876 (quit): Document optional expression to use as exit code.
7877
7878Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7879
7880 * gdb.texinfo, remote.texi: Brought up to date with various
7881 GDB changes.
7882
7883Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7884
7885 * gdb.texinfo: Update dates and versions, fix comments about
7886 hardware watchpoints in future releases and about the
7887 sharedlibrary command.
7888
7889Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7890
7891 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7892 C_FUN stab. Other cleanups.
7893
7894Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7895
7896 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7897 for the sparc stub.
7898
7899Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7900
7901 * annotate.texi: Clarify which addresses have differing formats
7902 depending on the language and which do not.
7903
7904Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7905
7906 * remote.texi (NetWare): Changed example to use BOARD= instead of
7907 NODE= argument to reflect correspoding change to gdbserve.nlm.
7908
7909Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7910
7911 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7912 GDB, as well as AIX dbx, supports the size type attribute.
7913
7914Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7915
7916 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7917
7918Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7919
7920 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7921 and new 'if' and 'while' commands.
7922
7923Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7924
7925 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7926
7927Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7928
7929 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7930 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7931 NetWare targets. Mostly stolen from the Server node.
7932
7933Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7934
7935 * gdb.texinfo (Setting): Talk about the language of a source file
7936 versus the working language. The old documentation did not match
7937 what GDB did.
7938
7939Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7940
7941 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7942 of a source file.
7943
7944Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7945
7946 * gdb.texinfo (Processes): New node.
7947
7948Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7949
7950 * remote.texi: Update documentation of set/show mipsfpu.
7951
3fc11d3e
JM
7952Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7953
7954 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7955 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7956
7957Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7958
7959 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7960 obsolete conditionals, described some others.
7961
7962Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7963
7964 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7965 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7966
7967Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7968
7969 * gdbint.texinfo: Put regex conditionals in their own table.
7970
7971Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7972
7973 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7974 described or fixed the descriptions of many others.
7975
7976Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7977
7978 * gdb.texinfo: Add some more credits.
7979 * gdbint.texinfo: Capitalize GDB consistently, describe some
7980 macros and remove some.
7981
7982Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7983
7984 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7985 obsolete conditionals, described some others.
7986
7987Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7988
7989 * gdb.texinfo (help targets): Changed to `help target', which
7990 is the correct gdb command.
7991
7992Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7993
7994 * annotate.texi (TODO): New node, for keeping track of annotations
7995 suggested but not yet implemented.
7996
7997Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7998
7999 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
8000 another symbol, it is not the address itself.
8001
8002Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
8003
8004 * stabs.texinfo (Stab Section Basics): Add comment about alignment
8005 of stabs-in-coff sections.
8006
8007Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8008
8009 * annotate.texi: Change edition to 0.5 and date to May 1994.
8010 Add index.
8011 (Frames): New node, for frame annotation.
8012 (Displays): New node, for display annotation.
8013
8014 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
8015 when waiting for your program to stop.
8016
8017Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8018
8019 * annotate.texi (Breakpoint Info): Document annotation of header
8020 fields and record annotation.
8021
8022Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8023
8024 * annotate.texi: New file, to document annotations.
8025
8026Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8027
8028 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
8029 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
8030
8031Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8032
8033 * stabs.texinfo (Stab Section Basics): Say what is in .stab
8034 section, and say n_strx field is compilation unit relative.
8035 * stabs.texinfo: Don't use @code for a.out when it is the name of
8036 an object file format.
8037
8038Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8039
8040 * gdb.texinfo: Refer to file names, not path names, per rms
8041 convention.
8042 (Arguments): Fix typo.
8043
8044Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8045
8046 * stabs.texinfo (Global Variables): Talk about stabs in files
8047 where variables are referenced, but not defined.
8048
8049Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8050
8051 * stabs.texinfo: Move stuff on @ and # type descriptors from node
8052 Cplusplus to new nodes Member Type Descriptor and Method Type
8053 Descriptor. Re-write stuff for #.
8054
8055Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8056
8057 * gdb.texinfo (Print Settings): Don't document "set print
8058 fast-symbolic-addr off". The bug which it worked around was fixed
8059 on 25 Feb 94 in coffread.c, so I'm nuking the command.
8060
8061 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
8062 N_ENTRY node.
8063
8064 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
8065
8066Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8067
8068 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
8069 references to ieee-float.c.
8070
8071Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8072
8073 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
8074 match what the code actually does.
8075
8076Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8077
8078 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
8079
8080Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8081
8082 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
8083 i, and b.
8084
8085Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
8086
8087 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
8088 well as for ELF and SOM. Unify the descriptions of ELF and SOM
8089 as "stabs in sections" rather than just saying "ELF and SOM".
8090 Also make that stuff apply to COFF.
8091
8092Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8093
8094 * gdb.texinfo (Formatting Documentation): Change GhostScript to
8095 Ghostscript.
8096
8097Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8098
8099 * gdb.texinfo (Continuing and Stepping): When talking about "step"
8100 versus functions without line numbers, also mention stepping into
8101 them as well as "step" when you are in them. Tell the user how to
8102 deal with the situation. Add comment about "debugging information".
8103
8104Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8105
8106 * stabs.texinfo (Enumerations): Document restriction on where
8107 enumeration types can appear and still win with GDB.
8108
8109Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8110
8111 * stabs.texinfo (Negative Type Numbers): Document format for type
8112 -16.
8113
8114Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8115
8116 * gdb.texinfo (Selection, Frame Info): Update information about
8117 arbitrary frame specficiations.
8118
8119Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
8120
8121 * gdb.texinfo, remote.texi: general editing pass prior to Net release
8122
8123Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8124
8125 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
8126
8127Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
8128
8129 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
8130
8131Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8132
8133 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
8134 Differences node to Statics node.
8135 (Statics): Discuss XCOFF use of V symbol descriptor.
8136
8137 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
8138 not clean.
8139
8140Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
8141
8142 * gdb.texinfo (Print Settings): Document `set print
8143 fast-symbolic-addr' and improve the doc for some other
8144 `set print's.
8145
8146Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8147
8148 * stabs.texinfo (String Field): Talk about defining several type
8149 numbers at once.
8150 Fix lint regarding changing node ELF Transformations to
8151 ELF and SOM Transformations.
8152
8153Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
8154
8155 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
8156
8157Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8158
8159 * stabs.texinfo (Cross-References): `::' is for nested types only
8160 within <>.
8161 (Structures): Document static members.
8162
8163Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8164
8165 * stabs.texinfo: Document S type attribute.
8166
8167Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8168
8169 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
8170
8171Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
8172
8173 * gdbint.texinfo: Fix a few typos.
8174
8175Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8176
8177 * gdb.texinfo, remote.texi: formatting improvements
8178
8179 * gdb.texinfo (New Features): mention threads.
8180 (Summary, C): fix xrefs in newly contributed text.
8181 (Threads): index entries, clarifications, example
8182 (passim): minor typos fixed, phrasing improvements
8183
8184 * remote.texi (Bootstrapping): rephrase text on ^C and add index
8185 entries; (Server): explain use of gdbserver w/real-time systems,
8186 add example of conflicting TCP port; (MIPS Remote) break up
8187 running text into table, highlighting commands, and add example.
a9331b3f 8188
c906108c
SS
8189Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8190
8191 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
8192
8193Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8194
8195 * stabs.texinfo (Nested Symbols): New node.
8196 (String Field, Symbol Descriptors, Cross-References): Refer to it.
8197
8198Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8199
8200 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
8201 to picking which Bbss.bss symbol to use, and (because there seems to
8202 be no good way of doing it) re-write some of the text to make it
8203 sound like Bbss.bss isn't such a great idea after all (as currently
8204 designed).
8205
8206 * gdb.texinfo (C): In addition to saying people have to use g++ for
8207 good results, say they have to use stabs. Specifically say cfront
8208 doesn't work well.
8209 (Summary): Merge in information on Modula-2, Pascal, and Chill from
8210 the gdb README. Add xrefs to places where the support for the various
8211 languages is described in detail.
8212
8213Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8214
8215 * stabs.texinfo: Clean up stuff about visibility and virtual
8216 characters.
8217
8218 * stabs.texinfo (N_M2C): Cite Sun doc.
8219
8220Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8221
8222 * gdb.texinfo: updates re threads.
8223 * remote.texinfo: avoid index entries starting with digits.
8224
8225Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8226
8227 * stabs.texinfo (Enumerations): Talk about large, negative and
8228 octal values. Clean up cross reference to type attributes.
8229 (String Field): Say that GDB 4.11 supports size attribute.
8230
8231Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8232
8233 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
8234 is a mandatory step. Make the stuff about that more concise.
8235
8236Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8237
8238 * stabs.texinfo (Class Names): New node.
8239
8240 * gdb.texinfo (Command Files): Explain order of init file reading.
8241
8242 * remote.texi (Bootstrapping): Talk about getting the serial driver
8243 to deal with ^C sent by gdb to stop the remote system.
8244
8245Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
8246
8247 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
8248
8249 * libgdb.texinfo (Defining Commands): made the DOC arg
8250 to gdb_define_app_command a char * instead of char **
8251 per a suggestion from kingdon.
8252
8253 * libgdb.texinfo: total rewrite from a different starting
8254 premise.
8255
8256Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8257
8258 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
8259 floats passed as doubles (to improve clarity).
8260
8261Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8262
8263 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
8264
8265 * a4rc.sed: update to work with Andreas Vogel papersize params
8266
8267 * refcard.tex: use Andreas Vogel simplifications of papersize
8268 params; remove useless version info; update copyright date.
8269
8270Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8271
8272 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
8273
8274Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8275
8276 * gdb.texinfo (Files): Say what address the load command loads it at.
8277
8278 * stabs.texinfo (Common Blocks): Minor cleanups.
8279
8280 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8281 that Sun has backed away from the linker kludge and thus the relevant
8282 issue is changes to the SunPRO tools, not the Solaris linker.
8283
8284 * stabs.texinfo (Traditional Integer Types): Clean up description
8285 of octal bounds a little bit. Document extra leading zeroes.
8286
8287Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8288
8289 * gdb.texinfo (Signaling): Update for symbolic symbol names
8290 and add a section explaining the difference between the GDB
8291 signal command and the shell kill utility.
8292
8293Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
8294
8295 * libgdb.texinfo: added `@' to braces that were unescaped.
8296
8297Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
8298
8299 * libgdb.texinfo: new file. Spec for the gdb library.
8300
8301Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8302
8303 * stabs.texinfo (Include Files): Fix typo (start -> end).
8304
8305Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8306
8307 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8308 from Melissa at FSF's editing pass.
8309
8310Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8311
8312 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8313 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8314 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8315
8316Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8317
8318 * remote.texi (Bootstrapping): Discuss 386 call gates.
8319
8320Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8321
8322 * stabs.texinfo (Based Variables): New node.
8323
8324Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8325
8326 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8327 names, sizes, and formats to suggest how not to lose.
8328
8329Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8330
8331 * stabs.texinfo (Methods): Fix typo.
8332
8333Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8334
8335 * gdb.texinfo: Fix a few typos.
8336
8337Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8338
8339 * gdb.texinfo: Clarify how well it works with Fortran.
8340
8341 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8342 More on relocating stabs in ELF files.
8343
8344Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8345
8346 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8347
8348Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8349
8350 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8351 parameters on VAX.
8352
8353Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8354
8355 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8356
8357Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8358
8359 * stabs.texinfo: Make info author notice match the TeX author notice.
8360
8361Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8362
8363 * stabs.texinfo: Initial-caps all words in node names and
8364 non-trivial words in section names.
8365
8366Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8367
8368 * stabs.texinfo: Many minor cleanups.
8369
8370 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8371
8372Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8373
8374 * stabs.texinfo: Remove full description of big example.
8375 It's not really helpful; just use pieces of it where appropriate.
8376 Add more Texinfo formatting directives (@samp, etc.).
8377 Use @deffn to define stab types.
8378 Eliminate some wordiness. Break up some nodes.
8379 Add an (alphabetized) index of symbol types.
8380 Use consistent capitalization style in node and section names.
8381
8382Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8383
8384 * gdb.texinfo: Change typo "Two two" to "The two".
8385
8386Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8387
8388 * stabs.texinfo (XCOFF-differences): Remove references to
8389 non-existent types N_DECL and N_RPSYM.
8390
8391 * stabs.texinfo (String Field): Say that type attributes bug is
8392 fixed in GDB 4.10, since it is.
8393
8394 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8395
8396Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8397
8398 * stabs.texinfo: Formatting cleanups.
8399
8400Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8401
8402 * stabs.texinfo: When explaining the n_type of a stab, standardize
8403 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8404 no tabs, use @r).
8405 (Global Variables): Clean up.
8406
8407Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8408
8409 * stabs.texinfo (Stack Variables): Re-write.
8410
8411Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8412
8413 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8414 addresses of a source file. Also revise formatting.
8415 Change "object module" or "object file" to "source file".
8416 Various: Miscellaneous cleanups.
8417
8418Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8419
8420 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8421
8422Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8423
8424 * gdbint.texinfo: Removed many nonsensical machine-collected
8425 host and target conditionals, described some of the remainder.
8426
8427Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8428
8429 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8430
8431 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8432 paragraph which follows.
8433
8434 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8435 variables. Looks better and avoids overful hbox.
8436
8437Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8438
8439 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8440
8441Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8442
8443 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8444 retransmit-timeout
8445
8446Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8447
8448 * gdbint.texinfo: Update statement about `some ancient Unix
8449 systems, like Ultrix 4.0' to Ultrix 4.2.
8450
8451Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8452
8453 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8454
8455 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8456
8457 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8458 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8459
8460 * remote.texi: new name for former gdbinv-s.texi
8461
8462 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8463
8464Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8465
8466 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8467 variables for MIPS remote debugging protocol.
8468
8469Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8470
8471 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8472
8473Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8474
8475 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8476
8477Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8478
8479 * gdb.texinfo: repair conditional bugs in text markup
8480
8481Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8482
8483 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8484 to select Modula-2 material.
8485
8486Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8487
8488 * stabs.texinfo: Cleanups regarding statics.
8489
8490 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8491 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8492
8493Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8494
8495 * stabs.texinfo: N_MAIN is sometimes used for C.
8496
8497Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8498
8499 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8500
8501Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8502
8503 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8504 removed from the code by Kingdon.
c906108c
SS
8505
8506Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8507
8508 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8509 input when evaluating breakpoint conditions; the bug has been fixed.
8510
8511 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8512 sets the ignore count to N-1, not to N.
8513
8514Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8515
8516 * refcard.tex (\hoffset): correct longstanding error to match
8517 intended offset; avoids cutting off edge on some printers
8518
8519Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8520
8521 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8522
8523Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8524
8525 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8526
8527Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8528
8529 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8530 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8531 collect sed edits if any, apply to refcard before formatting;
8532 (refcard.ps) stop implying PS fonts if PS output requested;
8533 (lrefcard.ps) delete extra target for variant PS fonts
8534
8535 * refcard.tex: parametrize papersize dependent info, collect
8536 in easily replaced spot
8537
8538 * a4rc.sed: new file, edits to refcard for A4 paper
8539
8540Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8541
8542 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8543
8544Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8545
8546 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8547
8548Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8549
8550 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8551 politely rather than rudely.
8552
8553Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8554
8555 * stabs.texinfo: Document common blocks.
8556
8557Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8558
8559 * stabs.texinfo: Add some basic info about stabs-in-elf.
8560
8561Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8562
8563 * stabs.texinfo (Top): Minor cleanup.
8564
8565Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8566
8567 * Makefile.in (install-info): remove parentdir support
8568
8569Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8570
8571 * gdb.texinfo (Copying): delete this node and references to it;
8572 RMS says this manual need not carry GPL. (passim): Improvements
8573 from last round at FSF, largely due to Ian Taylor review, and
8574 minor formatting improvements.
8575
8576 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8577 largely due to Ian Taylor review. (Debug Session): minor edits to
8578 new text.
8579
8580Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8581
8582 * Makefile.in (realclean): Remove info and dvi files too.
8583
8584Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8585
8586 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8587 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8588 * gdb.texinfo: Change accordingly.
8589
8590 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8591 N_{L,R}BRAC,N_SLINE are relative to.
8592
8593Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8594
8595 * Makefile.in (GDBvn.texi): Update atomically.
8596
8597Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8598
8599 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8600
8601Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8602
8603 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8604 addresses together. Also motivate the set print symbol-filename
8605 command and suggest other solutions.
8606
8607Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8608
8609 * gdb.texinfo (set print elements): Note that the number of
8610 elements is set to unlimited by "set print elements 0".
8611
8612Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8613
8614 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8615 NF_LDOUBLE means.
8616 (Stab Types): Include Solaris stab types.
8617 (Procedures): Document Solaris extensions.
8618
8619Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8620
8621 * gdb.texinfo: Add `set print symbol-filename' doc.
8622
8623Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8624
8625 * stabs.texinfo (Arrays): Talk about type definition vs. type
8626 information.
8627
8628 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8629 the trailing semicolon.
8630
8631Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8632
8633 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8634 and merge in other parts of the document addressing these subjects.
8635 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8636
8637 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8638 at the end of a range type.
8639
8640 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8641 AIX extensions.
8642
8643Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8644
8645 * stabs.texinfo (Stabs Format): Misc fixes.
8646
8647Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8648
8649 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8650 (Traditional builtin types): Document convex convention for long long.
8651 (Negative builtin types): Discuss type names, and misc fixes.
8652
8653Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8654
8655 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8656 point types used with @samp{R} type descriptor.
8657 (Symbol Descriptors): Describe how to handle conflict between
8658 different meanings of @samp{P} symbol descriptor.
8659
8660Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8661
8662 * stabs.texinfo: Remove node Quick Reference and put its children
8663 directly under the main menu.
8664
8665 * stabs.texinfo: Many more changes to bring it into line with
8666 AIX documentation and reality. I think it now has all the
8667 information from the AIX documentation, except that I burned
8668 out when I got to variant records (Pascal and Modula-2) and
8669 all the COBOL types. Oh well, we can add them later when we're
8670 worrying more about those languages.
8671
8672 * stabs.texinfo (Automatic variables): Talk about what it means
8673 to omit the symbol descriptor.
8674
8675Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8676
8677 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8678 gcc2 behavior with promoted args.
8679
8680Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8681
8682 * gdb.texinfo: include readline appendices in info version of manual
8683
8684Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8685
8686 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8687 target remote.
8688
8689 * gdb.texinfo (Machine Code): more index entries for disassemble
8690
8691Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8692
8693 * Clarify the intended use of the gdb-testers and gdb-patches
8694 mailing lists, and shrink gzip comment.
8695
8696Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8697
8698 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8699 DOSHOST configuration of manual.
8700
8701 * gdb.texinfo (MIPS Stack): new node.
8702
8703 * all-config.texi (MIPS) new switch.
8704
8705 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8706 tense; (MIPS Remote) new node.
8707
8708 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8709 bug; (Environment) less passive, other small cleanups in text about
8710 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8711 (Remote) new MIPS Remote menu entry.
8712
8713Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8714
8715 * stabs.texinfo: Many changes to include information from the
8716 AIX documentation.
8717
8718 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8719
8720Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8721
8722 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8723 Move a bunch of information from ../README.
8724 (Getting Started): New node.
8725
8726Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8727
8728 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8729
8730 * gdb.texinfo: advance manual revision dates to present
8731
8732 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8733 stop using silly Roman numerals in @set variable names
8734
8735Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8736
8737 * stabs.texinfo (Parameters): Keep trying to get this right.
8738
8739Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8740
8741 * stabs.texinfo (Parameters): More on "local parameters".
8742
8743Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8744
8745 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8746
8747Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8748
8749 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8750 (Parameters): Rewrite.
8751 (xcoff-differences, Sun-differences): Minor changes.
8752
8753Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8754
8755 * stabs.texinfo: Minor cleanup.
8756
8757Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8758
8759 * gdbint.texinfo: Minor xcoff stuff.
8760
8761Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8762
8763 * gdbint.texinfo: Update for new config directory structure.
8764 Add info about internal type data structures.
8765
8766Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8767
8768 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8769 $(srcdir).
8770 (gdb-config.texi): Depend on file in $(srcdir).
8771
8772Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8773
8774 * stabs.texinfo: Fixes about N_SO.
8775
8776Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8777
8778 * gdb.texinfo: include list of nonstandard init file names
8779
8780 * *-config.texi: new switch GENERIC for text that applies *only*
8781 to (usual) multiple-target version of manual
8782
8783 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8784 h8 config
8785
8786 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8787 in menus (rather than conditionally selected multiple alternative
8788 menus).
8789
8790 * Makefile.in: define and use DOC_CONFIG var to select
8791 configuration for GDB user manual.
8792
8793 * gdb-config.texi: delete from repository, generate from Makefile.
8794
8795 * all-config.texi: normal `generic' configuration file, formerly
8796 stored as gdb-config.texi
8797
8798Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8799
8800 * Makefile.in: add dvi target to build all .dvi files
8801
8802Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8803
8804 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8805
8806Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8807
8808 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8809 host conditionals.
8810 * stabs.texinfo: More array fixes inspired by Jim's.
8811
8812Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8813
8814 * stabs.texinfo: Fixes re arrays and continuations.
8815
8816 * gdbint.texinfo: Add XCOFF node.
8817
8818Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8819
8820 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8821
8822Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8823
8824 * stabs.texinfo: Fix for array types to mention lower bounds.
8825
8826Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8827
8828 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8829
8830Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8831
8832 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8833
8834Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8835
8836 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8837 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8838
8839Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8840
8841 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8842
8843Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8844
8845 * gdb.texinfo, gdbinv-s.texi: misc updates
8846
8847Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8848
8849 * gdbint.texinfo: Brief documentation for longjmp support,
8850 from an email msg by Stu.
8851
8852Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8853
8854 * stabs.texinfo: Fix description of floating point "range"
8855 types (which really define basic types). Reported by Jim Meehan,
8856 <meehan@src.dec.com>.
8857
8858 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8859
8860Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8861
8862 * gdbint.texinfo: Slightly expand section on supporting a new
8863 object file format.
8864
8865Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8866
8867 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8868 intermediate file.
8869
8870Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8871
8872 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8873
8874Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8875
8876 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8877
8878 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8879 as well as Z8002.
8880
8881Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8882
8883 * gdbint.texinfo: Add sections on clean design and on how to send
8884 in changes.
8885
8886Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8887
8888 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8889
8890Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8891
8892 * gdb.texinfo: Fix typo, reported by Karl Berry.
8893
8894Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8895
8896 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8897
8898Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8899
8900 * gdbint.texinfo: fixed a stray email address (needs @@),
8901 added @table @code to node "Native Conditionals"
8902
8903Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8904
8905 * gdbint.texinfo: Describe coding style of GDB.
8906
8907Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8908
8909 * stabs.texinfo: Minor wording changes.
8910
8911Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8912
8913 * gdbint.texinfo: Improve release doc slightly.
8914
8915Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8916
8917 * gdbint.texinfo: Improve doc of GDB config macros.
8918
8919Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8920
8921 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8922 These will be reinserted when examined.
8923
8924Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8925
8926 * gdbint.texinfo: Make a start at documenting all the #if macros
8927 in GDB. At least list them all, and start separating them into
8928 host-specific and target-specific.
8929
8930Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8931
8932 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8933 examples (not consistent w others).
c906108c
SS
8934 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8935 for generic vn of doc
8936
8937Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8938
8939 * Makefile.in: always create installation directories.
8940
8941Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8942
8943 * gdb.texinfo: in h8 config, do not describe searching commands.
8944
8945Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8946
8947 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8948 conditionals; introduce a few generic switches that may be
8949 useful for other cross-dev or dos-hosted configs.
8950
8951 * gdb.texinfo: fix typo in "info reg" description
8952
8953Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8954
8955 * stabs.texinfo: Minor updates from running TeX over it.
8956 * Makefile.in (stabs.dvi, stabs.ps): Add.
8957
8958Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8959
8960 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8961 First pass at converting it to texinfo.
8962
8963Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8964
8965 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8966 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8967
8968Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8969
8970 * gdbint.texinfo: Add section on partial symbol tables.
8971
8972Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8973
8974 * gdb.texinfo: document `set remotedebug' and `set
8975 rstack_high_address'.
8976
8977Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8978
8979 * gdb.texinfo: slight expansion of new text on reading info files
8980 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8981 H8/300 from DOS.
8982
8983Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8984
8985 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8986
8987Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8988
8989 * gdb.texinfo: Say how to read the `info' files.
8990
8991Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8992
8993 * Makefile.in: gm4 -> m4.
8994
8995Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8996
8997 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8998 Documentation' ahead of `Installing GDB' to match README.
8999 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 9000 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
9001
9002Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
9003
9004 * Makefile.in: remove $(srcdir) from gdb.info rule.
9005
9006Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9007
9008 * Makefile.in: commented out gdb-all.texinfo rule. This is
9009 temporary.
9010
9011Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
9012
9013 * Makefile.in, configure.in: removed traces of namesubdir,
9014 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
9015 copyrights to '92, changed some from Cygnus to FSF.
9016
9017Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
9018
9019 * gdb.texinfo: Improve how we ask for bug reports.
9020
9021Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9022
9023 * Makefile.in: infodir belongs in datadir.
9024
9025Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9026
9027 * Makefile.in: remove spaces following hyphens, bsd make can't
9028 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 9029 standards.text support.
c906108c
SS
9030
9031Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9032
9033 * Makefile.in: idestdir and ddestdir go away. Added copyrights
9034 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
9035 and mandir now keyed off datadir by default.
9036
9037\f
9038Local Variables:
9e9c5ae7 9039mode: change-log
c906108c
SS
9040left-margin: 8
9041fill-column: 74
9042version-control: never
9043End:
This page took 1.233374 seconds and 4 git commands to generate.