ld/testsuite/
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
f307c045
JK
12012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2 Eli Zaretskii <eliz@gnu.org>
3
4 * gdb.texinfo (Separate Debug Files): Use plural form for global
5 debugging information directory.
6
85d4a676
SS
72012-05-11 Stan Shebs <stan@codesourcery.com>
8 Kwok Cheung Yeung <kcy@codesourcery.com>
9
10 * gdb.texinfo (Operating System Auxiliary Information): Document new
11 'info os' subcommands.
12
c1668e4e
JK
132012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14
15 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
16 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
17 (dotdebug_gdb_scripts section): Add reference
18 to 'Auto-loading safe path'.
19
7349ff92
JK
202012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21
22 Implement multi-component --with-auto-load-dir.
23 * gdb.texinfo (Auto-loading): New references
24 for 'set auto-load scripts-directory'
25 and 'show auto-load scripts-directory'.
26 (Auto-loading safe path): Describe the new default. Move $ddir
27 substituation reference to 'objfile-gdb.py file'.
28 (objfile-gdb.py file): Describe script-name alias. Change real-name to
29 script-name. Describe new 'set auto-load scripts-directory'
30 and 'show auto-load scripts-directory'.
31
6dea1fbd
JK
322012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
33
34 Provide $ddir substitution for --with-auto-load-safe-path.
35 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
36 (Auto-loading safe path): Likewise. Mention the default value,
37 $ddir substitution, --with-auto-load-safe-path and
38 --without-auto-load-safe-path.
39 * observer.texi (gdb_datadir_changed): New.
40
1ccacbcd
JK
412012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
42
43 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
44 Twice.
45
d9242c17
JK
46 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
47 directory separator by path separator.
48
af2c1515
JK
492012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
50
51 * gdb.texinfo (Auto-loading safe path): Make 'directories'
52 for 'set auto-load safe-path' optional. Mention if it is omitted.
53 Change disabling security protection condition to "/", twice.
54
a20ee7a4
SCR
552012-05-03 Siva Chandra Reddy <sivachandra@google.com>
56
57 * gdb.texinfo (Symbol Tables In Python): Add documentation about
58 the new methods global_block and static_block on gdb.Symtab
59 objects.
60
56af09aa
SCR
612012-05-02 Siva Chandra Reddy <sivachandra@google.com>
62
63 * gdb.texinfo (Blocks In Python): Add a note saying that future
64 improvements to GDB and its infrastructure can move symbols
65 across blocks within a symbol table.
66
2746b0ef
YQ
672012-04-29 Yao Qi <yao@codesourcery.com>
68
69 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
70 (A29K): Remove.
71
62e5f89c
SDJ
722012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
73 Tom Tromey <tromey@redhat.com>
74
75 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
76 and generic static probe support on GDB.
77
a766d390
DE
782012-04-25 Doug Evans <dje@google.com>
79
50f042b9
DE
80 * gdb.texinfo (Go): Fix thinko.
81
a766d390
DE
82 * gdb.texinfo (Supported Languages): Add Go.
83 (Go): New node.
84
f02e2b19
YQ
852012-04-25 Yao Qi <yao@codesourcery.com>
86
87 * gdbint.texinfo (Testsuite): New section `Board settings'.
88
68d41a48
JK
892012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
90
91 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
92 Three times.
93
174bb630
JK
94 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
95 Three times.
96
0511cc75
JK
972012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
98
99 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
100 by @table @asis. Fix formatting of one item.
101
0070f25a
JK
1022012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
103
104 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
105
4dc84fd1
JK
1062012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
107
108 New option "set debug auto-load".
109 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
110 (auto-load verbose mode): New node.
111
bccbefd2
JK
1122012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
113
114 New option "set auto-load safe-path".
115 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
116 and "info auto-load" examples for safe-path. Put there also references
117 for "set auto-load safe-path" and "show auto-load safe-path".
118 New menu item for Auto-loading safe path.
119 (Auto-loading safe path): New node.
120 (Python Auto-loading): Update the expected output from "Missing"
121 to "No".
122
bf88dd68
JK
1232012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
124
125 auto-load: Implementation.
126 * gdb.texinfo (Mode Options): New anchor for -nx.
127 (Startup): New anchors for Option -init-eval-command,
128 Home Directory Init File
129 and Init File in the Current Directory during Startup.
130 Mention set auto-load local-gdbinit with a reference.
131 Change the sample code to "set auto-load python-scripts".
132 (Threads): New anchor set libthread-db-search-path.
133 Provide references to libthread_db.so.1 file.
134 (Controlling GDB): New menu item for Auto-loading.
135 (Auto-loading, Init File in the Current Directory)
136 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
137 (Python): Rename the menu item Auto-loading to Python Auto-loading.
138 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
139 reference.
140 (Auto-loading): Rename to ...
141 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
142 "set auto-load python-scripts", new anchor for it. Change
143 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
144 for it. Change "info auto-load-scripts"
145 to "info auto-load python-scripts", new anchor for it. Change "scripts"
146 to "Python scripts".
147
8264ba82
AG
1482012-04-14 Anton Gorenkov <xgsa@yandex.ru>
149
150 PR mi/13393
151 * gdb.texinfo (Print Settings): Extend the description for "set print
152 object".
153 (GDB/MI Variable Objects): Extend the description for -var-create and
154 -var-list-children.
155
06fc020f
SCR
1562012-04-11 Siva Chandra Reddy <sivachandra@google.com>
157
158 * gdb.texinfo (Examining Data): Document the 'explore' command.
159
7191c139
JB
1602012-03-28 Joel Brobecker <brobecker@adacore.com>
161
162 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
163 to the children of a varobj and its update range when -var-update
164 returns that the varobj's type changed.
165
3708f05e
JK
1662012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
167
168 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
169 Create two new links fir 'objfile-gdb.py file'
170 and 'dotdebug_gdb_scripts section'.
171
8e0583c8
JK
1722012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
173
174 * gdb.texinfo (Auto-loading): Rename node reference
175 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
176 Twice.
177 (.debug_gdb_scripts section): Rename the node ...
178 (dotdebug_gdb_scripts section): ... here.
179 (Maintenance Commands): Also rename this node reference.
180
7b282c5a
SCR
1812012-03-22 Siva Chandra Reddy <sivachandra@google.com>
182
183 * gdb.texinfo (Python API/Values From Inferior): Add description
184 about the new method Value.referenced_value. Add description on
185 how Value.dereference is different (and similar) to
186 Value.referenced_value.
187
8320cc4f
JK
1882012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
189
190 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
191 --init-eval-command=COMMAND, -iex.
192 (Startup): Describe -iex and -ix. Simplify the example
193 for "set auto-load-scripts off".
194
481860b3
GB
1952012-03-16 Gary Benson <gbenson@redhat.com>
196
197 PR breakpoints/10738
198 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
199 stating that GDB cannot set breakpoints on inlined functions.
200 (Mode Options): Document --use-deprecated-index-sections.
201 (Index Section Format): Document new index section version format.
202
c4aeac85
TT
2032012-03-15 Tom Tromey <tromey@redhat.com>
204
205 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
206
16899756
DE
2072012-03-13 Doug Evans <dje@google.com>
208
209 * gdb.texinfo (Help): Change apropos example to use "alias" instead
210 of "reload".
211 (Symbols): Delete docs for set/show symbol-reloading.
212 * gdbint.texinfo (Defining Other Architecture Features): Delete
213 SYMBOL_RELOADING_DEFAULT.
214 * refcard.tex: Delete reference to symbol-reloading.
215
9b224c5e
PA
2162012-03-07 Pedro Alves <palves@redhat.com>
217
218 * gdb.texinfo (General Query Packets): Document new
219 QProgramSignals packet.
220 * gdb.texinfo (Remote configuration): Mention
221 "program-signals-packet".
222
169081d0
TG
2232012-03-05 Tristan Gingold <gingold@adacore.com>
224
225 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
226
d1feda86
YQ
2272012-03-03 Yao Qi <yao@codesourcery.com>
228
229 * gdb.texinfo (In-Process Agent): New node.
230 Document new commands.
231 (General Query Packets): Add packet `QAgent'.
232
1faeff08
MR
2332012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
234
235 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
236
7d74f244
DE
2372012-03-01 Scott J. Goldman <scottjg@vmware.com>
238
239 * gdb.texinfo (Commands In Python): Put example python macro in
240 COMMAND_USER category rather than COMMAND_OBSCURE.
241 Document gdb.COMMAND_USER.
242 (User-defined Commands): Update documentation to clarify
243 "set/show max-user-call-depth" and "show user" don't apply to python
244 commands. Update documentation to clarify "help user-defined" may
245 also include python commands defined as COMMAND_USER.
246
6fe37d23
JK
2472012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
248
249 * gdb.texinfo (Startup): Add option -ex description to the option -x
250 description.
251
83364271
LM
2522012-02-24 Luis Machado <lgustavo@codesourcery.com>
253
254 * gdb.texinfo (Setting Breakpoints): Mention and explain the
255 condition-evaluation breakpoint parameter.
256 Mention condition-evaluation mode being shown in "info break".
257 (Break Conditions): Add description for target-side
258 conditional breakpoints.
259 (Remote Configuration): Mention conditional-breakpoints-packet.
260 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
261 cond-expr.
262 (General Query Packets): Mention new ConditionalBreakpoint feature.
263
bdb1994d
TT
2642012-02-22 Tom Tromey <tromey@redhat.com>
265
266 * gdb.texinfo (Blocks In Python): Clarify block iteration.
267
4d241c86
TT
2682012-02-17 Tom Tromey <tromey@redhat.com>
269
270 PR python/10753:
271 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
272 directory.
273
816338b5
SS
2742012-02-14 Stan Shebs <stan@codesourcery.com>
275
276 * gdb.texinfo (Disabling Breakpoints): Document enable count.
277
cc30c4bd
PA
2782012-02-13 Pedro Alves <palves@redhat.com>
279
280 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
281 mips-idt-ecoff.
282
035d1e5b
YQ
2832012-02-09 Yao Qi <yao@codesourcery.com>
284
285 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
286
f0823d2c
TT
2872012-02-07 Tom Tromey <tromey@redhat.com>
288
289 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
290 Symbol.value.
291
64e7d9dd
TT
2922012-02-07 Tom Tromey <tromey@redhat.com>
293
294 * gdb.texinfo (Symbols In Python): Document Symbol.line.
295
4220b2f8
TS
2962012-01-27 Thomas Schwinge <thomas@codesourcery.com>
297
298 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
299
edcc5120
TT
3002012-01-24 Tom Tromey <tromey@redhat.com>
301
302 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
303 unload".
304 (Files): Mention new catch commands.
305 (GDB/MI Async Records): Likewise.
306
53fe1783
GB
3072012-01-24 Gary Benson <gbenson@redhat.com>
308
309 Delete #if 0'd out code.
310 * gdb.texinfo (Frame Info): Remove "info catch".
311
b9e7b9c3
UW
3122012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
313
314 * gdb.texinfo (Remote Configuration): Document
315 "set remote hostio-readlink-packet" command.
316 (General Query Packets): Document vFile:readlink packet.
317
4aac40c8
TT
3182012-01-16 Tom Tromey <tromey@redhat.com>
319
320 * gdb.texinfo (Specify Location): Document relative file name
321 handling.
322
cafec441
TT
3232012-01-16 Tom Tromey <tromey@redhat.com>
324
325 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
326
0ee339bc
JK
3272012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
328 Eli Zaretskii <eliz@gnu.org>
329
330 * gdbint.texinfo (Coding Standards): Require braces for two lines of
331 code.
332
72384ba3
PH
3332012-01-11 Paul Hilfinger <hilfingr@adacore.com>
334
335 * gdb.texinfo (Variables): Document use of :: for non-static
336 variables.
337
ce1b17c4
JB
3382012-01-05 Joel Brobecker <brobecker@adacore.com>
339
340 * gdbint.texinfo (Start of New Year Procedure): Update
341 to replace use of copyright.sh by use of copyright.py.
342
217bff3e
JK
3432012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
344
345 Remove the gdbtui binary.
346 * all-cfg.texi (GDBTUI): Remove.
347 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
348 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
349 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
350
cc72b2a2
KP
3512011-12-23 Kevin Pouget <kevin.pouget@st.com>
352
353 Introduce gdb.FinishBreakpoint in Python.
354 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
355 (Python API): Add menu entry for Finish Breakpoints.
356
13ac8d2c
JK
3572011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
358
359 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
360 tests.
361
e0f9f062
DE
3622011-12-16 Doug Evans <dje@google.com>
363
364 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
365
80b6e756
PM
3662011-12-16 Phil Muldoon <pmuldoon@redhat.com>
367
1c3ad6ab 368 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
369 stack". Add documentation for "set/show python print-stack".
370
2fb860fc
PA
3712011-12-14 Pedro Alves <pedro@codesourcery.com>
372
373 * gdb.texinfo (Implementing a Remote Stub): Explain that you
374 should transfer control to the stub in the startup code instead of
375 in main. Mention the need to get past the initial breakpoint.
376
f8eba3c6
TT
3772011-12-06 Tom Tromey <tromey@redhat.com>
378
379 * gdb.texinfo (Set Breaks): Update for new behavior.
380
2268b414
JK
3812011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
382
383 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
384 List Format for SVR4 Targets'.
385 (General Query Packets): New item qXfer:libraries-svr4:read.
386 (Library List Format for SVR4 Targets): New node.
387
ae6f0d5b
TT
3882011-12-01 Tom Tromey <tromey@redhat.com>
389
390 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
391 add.
392
36dfb11c
TT
3932011-11-22 Tom Tromey <tromey@redhat.com>
394
395 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
396 reasons.
397
f196051f
SS
3982011-11-20 Stan Shebs <stan@codesourcery.com>
399
400 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
401 note-related options and variables.
402 (Tracepoint Packets): Document packet changes.
403
f85b53f8
SD
4042011-11-20 Sanjoy Das <sdas@igalia.com>
405
406 * gdb.texinfo (JIT Interface): Add documentation on writing and
407 usind JIT debug info readers.
408 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
409 Debug Info Readers): New nodes.
410
bfccc43c
YQ
4112011-11-18 Yao Qi <yao@codesourcery.com>
412
413 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
414 tracepoint.
415
c011a4f4
DE
4162011-11-15 Doug Evans <dje@google.com>
417
418 * gdb.texinfo (Files): Document basenames-may-differ.
419
ed59ded5
DE
4202011-11-14 Doug Evans <dje@google.com>
421
422 * gdb.texinfo (Shell Commands): Document "!".
423
405f8e94
SS
4242011-11-14 Stan Shebs <stan@codesourcery.com>
425 Kwok Cheung Yeung <kcy@codesourcery.com>
426
427 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
428 needed to get shorter fast tracepoints.
429 (Tracepoint Packets): Document new qTMinFTPILen packet.
430
1e4d1764
YQ
4312011-11-14 Yao Qi <yao@codesourcery.com>
432
433 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
434 behavior of tracepoint.
435 (General Query Packets): New feature InstallInTrace.
436 (Remote Configuration): Document "set remote
437 install-in-trace-packet".
438
71eba9c2 4392011-11-12 Matt Rice <ratmice@gmail.com>
440
441 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
442 Add arguments to info macro.
443
e0f8f636
TT
4442011-11-10 Tom Tromey <tromey@redhat.com>
445
446 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
447 manual.
448 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
449 (Macros): Add a footnote.
450 (C): Remove paragraph about compiler options.
451 (C Constants): Mention wide character and string constants.
452 (C Plus Plus Expressions): Update compiler option advice. Mention
453 using declarations. Mention ADL. Remove old HP compiler
454 information.
455
625c0d47
TT
4562011-11-10 Tom Tromey <tromey@redhat.com>
457
458 PR c++/9257:
459 * gdb.texinfo (Print Settings): Add an extra note about the need
460 for a vtable.
461
4be2aacc
MR
4622011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
463
464 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
465 "set mips abi" documentation.
466
0a1c4d10
DE
4672011-11-04 Doug Evans <dje@google.com>
468
469 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
470
aad1c02c
TT
4712011-11-03 Tom Tromey <tromey@redhat.com>
472
473 * gdb.texinfo (Stopping): Add menu entry.
474 (Continuing and Stepping): Restore @node. Use @section, not
475 @subsection.
476
983fb131
MR
4772011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
478
479 * gdb.texinfo (Skipping Over Functions and Files): Remove node
480 designation. Fix "Specify Location" cross-reference.
481
3065dfb6
SS
4822011-11-02 Stan Shebs <stan@codesourcery.com>
483
484 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
485 (General Query Packets): Describe tracenz feature.
486 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
487
0aaaf063
PK
4882011-10-28 Paul Koning <paul_koning@dell.com>
489
490 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
491
2231f1fb
KP
4922011-10-27 Kevin Pouget <kevin.pouget@st.com>
493
494 * gdb.texinfo ((Frames In Python): Document
495 gdb.FRAME_UNWIND_FIRST_ERROR contant.
496
5110b5df
PK
4972011-10-26 Paul Koning <paul_koning@dell.com>
498
499 * gdb.texinfo (gdb.types): Document new deepitems function.
500
22dbab46
PK
5012011-10-25 Paul Koning <paul_koning@dell.com>
502
503 PR python/13327
504
505 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
506 fetch_lazy method.
507
9df2fbc4
PM
5082011-10-20 Phil Muldoon <pmuldoon@redhat.com>
509
510 PR python/12656
511
512 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
513 global_block, static_block function.
514
f05e2e1d
TT
5152011-10-19 Tom Tromey <tromey@redhat.com>
516
517 * gdb.texinfo (Commands In Python): Add missing "@"s.
518
a7fc3f37
KP
5192011-10-13 Kevin Pouget <kevin.pouget@st.com>
520
521 PR python/13285 Document named constants for frame unwind stop reasons
522 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
523 constants.
524
5048e516
JK
5252011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
526
527 Fix compatibility with texinfo versions older than 4.12.
528 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
529 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
530 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
531 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
532 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
533 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
534 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
535
5a56e9c5
DE
5362011-10-09 Doug Evans <dje@google.com>
537
538 * gdb.texinfo (Extending GDB): Document alias command.
539
36b11add
JK
5402011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
541
542 Support @entry in input expressions.
543 * gdb.texinfo (Variables): Describe @entry names suffix.
544 (Print Settings): Add anchor for `set print entry-values'.
545
e18b2753
JK
5462011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
547 Eli Zaretskii <eliz@gnu.org>
548
549 Display @entry parameter values (without references).
550 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
551 example.
552 (Print Settings): New description of set print entry-values and show
553 print entry-values.
554
111c6489
JK
5552011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
556 Eli Zaretskii <eliz@gnu.org>
557
558 Recognize virtual tail call frames.
559 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
560 (Tail Call Frames): New node.
561 (Frames In Python): Add gdb.TAILCALL_FRAME.
562
9c15afc4
DE
5632011-10-07 Doug Evans <dje@google.com>
564
565 * gdb.texinfo (gdb.printing): Document new `replace' arg to
566 register_pretty_printer.
567
99f5279d
PM
5682011-10-07 Phil Muldoon <pmuldoon@redhat.com>
569
570 PR python/12930
571 PR python/12802
572
573 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
574 stop method.
575
03583c20
UW
5762011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
577
578 * gdb.texinfo (Starting your Program): "set disable-randomization"
579 is no longer Linux-specific.
580 (Remote Configuration): Document "set remote
581 disable-randomization-packet".
582 (General Query Packets): Document "QDisableRandomization" packet
583 and add it to "qSupported" list.
584
bd054e06
KP
5852011-10-07 Kevin Pouget <kevin.pouget@st.com>
586
587 Allow Python notification of new object-file loadings.
588 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
589 event type.
590
cb6be26b
KP
5912011-10-04 Kevin Pouget <kevin.pouget@st.com>
592
593 PR python/12691: Add the inferior to Python exited event
594 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
595
a05336a1
JB
5962011-10-03 Joel Brobecker <brobecker@adacore.com>
597
598 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
599 rephasing.
600
5d77fe44
JB
6012011-10-03 Joel Brobecker <brobecker@adacore.com>
602
603 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
604 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
605 as possible feature returned by the `-list-features'
606 command.
607
699df94d
PK
6082011-09-28 Paul Koning <paul_koning@dell.com>
609
610 * gdb.texinfo (gdb.Type): Document field access by dictionary
611 key syntax.
612
24bdad53
YQ
6132011-09-28 Yao Qi <yao@codesourcery.com>
614
615 * gdb.texinfo (Files): Update options for `add-symbol-file'.
616 Add one space after option `-s'. Remove @r{} markup.
617
6710bf39
SS
6182011-09-27 Stan Shebs <stan@codesourcery.com>
619
620 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
621
d99f7e48
HZ
6222011-09-16 Hui Zhu <teawater@gmail.com>
623
624 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
625 to *(unsigned char *)$esp@300.
626
d812018b
PK
6272011-09-15 Paul Koning <paul_koning@dell.com>
628
629 * gdb.texinfo: Make style of Python functions and methods match
630 the syntax of Python. Also put class and module names explicitly
631 on function, member, and variable names, matching Python
632 documentation conventions.
633
2aa48337
KP
6342011-09-15 Kevin Pouget <kevin.pouget@st.com>
635
636 PR Python/12692 Add gdb.selected_inferior() to Python interface.
637 * gdb.texinfo (Inferiors In Python): Describe new
638 gdb.selected_inferior() function.
639
6839b47f
KP
6402011-09-15 Kevin Pouget <kevin.pouget@st.com>
641
642 Handle multiple breakpoint hits in Python interface:
643 * gdb.texinfo (Events In Python): New function documentation:
644 gdb.BreakpointEvent.breakpoints. Indicate that
645 gdb.BreakpointEvent.breakpoint is now deprecated.
646
26829f2b
JB
6472011-09-04 Joel Brobecker <brobecker@adacore.com>
648
649 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
650
a9f54f60
TT
6512011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
652
653 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
654
fa3a4f15
PM
6552011-08-17 Phil Muldoon <pmuldoon@redhat.com>
656
657 * gdb.texinfo (Prompt): Add set/show extended-prompt
658 documentation
659 (Basic Python): Add prompt_hook anchor.
660 (Python modules): Reword module text to reflect multiple modules.
661 (gdb.prompt): Document gdb.prompt module.
662
224bbe49
YQ
6632011-08-14 Yao Qi <yao@codesourcery.com>
664
78d85199
YQ
665 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
666
6672011-08-14 Yao Qi <yao@codesourcery.com>
668
669 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
670 (TIC6x Features): New node.
671
457e09f0
DE
6722011-08-12 Doug Evans <dje@google.com>
673
674 * gdb.texinfo (Symbols In Python): Document symbol.type.
675
5e239b84
PM
6762011-08-09 Phil Muldoon <pmuldoon@redhat.com>
677
678 * gdb.texinfo (Python): Document command and function
679 auto-loading.
680
177bc839
JK
6812011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
682 Eli Zaretskii <eliz@gnu.org>
683
684 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
685 typedefs unrolling. Extend the sample code by an inner typedef and
686 outer typedefs unrolling.
687
1a532630
PP
6882011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
689
690 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
691 size and line-size.
692
9b158ba0 6932011-07-21 Matt Rice <ratmice@gmail.com>
694
695 PR macros/12999
696 * gdb.texinfo (Macros): Add info definitions and info macros commands.
697 Update text and cindex entries for info macro command.
698
d17b6f81
PM
6992011-07-21 Phil Muldoon <pmuldoon@redhat.com>
700
701 * observer.texi (GDB Observers): Add before_prompt observer.
702 * gdb.texinfo (Basic Python): Add documentation for prompt
703 substitution.
704
713389e0
PM
7052011-07-11 Phil Muldoon <pmuldoon@redhat.com>
706
707 PR python/12438
708 * gdb.texinfo (Python Commands): Add deprecate note to maint
709 set/show python print-stack. Document set/show python
710 print-backtrace.
711
177b42fe
TJB
7122011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
713
714 * gdb.texinfo: Fix typos.
715
900e11f9
JK
7162011-07-01 Tom Tromey <tromey@redhat.com>
717
718 * gdb.texinfo (Debugging Output): Document set debug
719 check-physname.
720
39c4d40a
TT
7212011-06-29 Tom Tromey <tromey@redhat.com>
722
723 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
724 breakpoint-notifications feature.
725
6f5def7d
UW
7262011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
727
728 * gdb.texinfo (Target Description): Remove warning about
729 possibly unstable format.
730
8cf64490
TT
7312011-06-03 Tom Tromey <tromey@redhat.com>
732
733 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
734 (Events In Python): Note that exit_code is optional.
735
393eab54
PA
7362011-05-17 Pedro Alves <pedro@codesourcery.com>
737
738 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
739 required for multi-threading support.
740 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
741 Hc are deprecated for multi-threading debugging. Point readers at
742 the vCont packet.
743
75fc9810
DE
7442011-05-15 Doug Evans <dje@google.com>
745
746 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
747
01124a23
DE
7482011-05-13 Doug Evans <dje@google.com>
749
98a5dd13
DE
750 * gdb.texinfo (Threads): Document $sdir,$pdir.
751 (Server): Document $pdir exception.
752
dbaefcf7
DE
753 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
754
cc63ef9b
DE
755 * gdb.texinfo (Threads): Clarify default value for
756 libthread-db-search-path.
7e0396aa 757
01124a23
DE
758 * gdb.texinfo (Completion): Update example.
759 (Debugging Output): Delete `set/show debug lin-lwp-async'.
760
d248b706
KY
7612011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
762
763 * gdb.texinfo: Document change in the behaviour of the enable and
764 disable GDB commands when applied to tracepoints.
765 Document the EnableDisableTracepoints remote stub feature.
766 Document QTEnable and QTDisable in the list of tracepoint packets.
767
cc88a640
JK
7682011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
769
770 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
771 hsuser.texi.
772 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
773 comment to hsuser.texi. Change rluser.texi name in the comment.
774
84e578fb
DE
7752011-05-10 Doug Evans <dje@google.com>
776
777 * gdb.texinfo (Threads): If an empty path is provided for
778 libthread-db-search-path it is reset to its default value.
779 (Server): Ditto.
780
478aac75
DE
7812011-05-09 Doug Evans <dje@google.com>
782
783 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
784
9c06b0b4
TJB
7852011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
786 Thiago Jung Bauermann <bauerman@br.ibm.com>
787
788 Implement support for PowerPC BookE masked watchpoints.
789 * gdb.texinfo (Set Watchpoints): Document mask parameter.
790 (PowerPC Embedded): Mention support of masked watchpoints.
791
9ed350ad
JB
7922011-05-03 Joel Brobecker <brobecker@adacore.com>
793
794 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
795 `@value{GDBN}'.
796
4ceed123
JB
7972011-05-03 Joel Brobecker <brobecker@adacore.com>
798
799 * gdb.texinfo (titlepage): Remove dedication.
800 (In Memoriam): New appendix.
801
559a7a62
JK
8022011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
803 Eli Zaretskii <eliz@gnu.org>
804
805 * gdb.texinfo (Index Section Format): Change the version to 5.
806 Describe the different formula.
807
03f2bd59
JK
8082011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
809 Eli Zaretskii <eliz@gnu.org>
810
811 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
812 for disconnected tracing.
813 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
814 extended-remote relationship. Mention --once.
815 (TCP port allocation lifecycle of @code{gdbserver}): New.
816
d9b1a651
EZ
8172011-04-23 Eli Zaretskii <eliz@gnu.org>
818
819 * gdb.texinfo (Server): Improve indexing. Index all optional
820 switches to gdbserver.
821
90476074
TT
8222011-04-20 Tom Tromey <tromey@redhat.com>
823
824 * gdb.texinfo (Index Section Format): New node.
825 (Top): Add new node to menu.
826
c21236dc
PA
8272011-04-20 Pedro Alves <pedro@codesourcery.com>
828
829 * gdb.texinfo (Maintenance Commands): Document `maint print
830 remote-registers'.
831
05c8c3f5
TT
8322011-04-20 Tom Tromey <tromey@redhat.com>
833
834 * gdb.texinfo (Trace File Format): Move node later.
835
7a9dd1b2
TT
8362011-04-19 Tom Tromey <tromey@redhat.com>
837
838 * gdbint.texinfo (Register Information Functions): Remove
839 duplicate "the".
840 * gdb.texinfo (Emacs): Remove duplicate "to".
841 (GDB/MI Variable Objects): Remove duplicate "the".
842 (General Query Packets): Likewise.
843
4368ebeb
JB
8442011-04-02 Joel Brobecker <brobecker@adacore.com>
845
846 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
847 "GDB/MI Ada Exception Information" node.
848
956a9fb9
JB
8492011-04-01 Joel Brobecker <brobecker@adacore.com>
850
851 * gdb.texinfo (GDB/MI Ada Exception Information): Document
852 the "exception-name" field in the *stopped async record.
853
f1310107
TJB
8542011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
855 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
856
857 Implement support for PowerPC BookE ranged breakpoints.
858 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
859
8786b2bd
TT
8602011-03-28 Tom Tromey <tromey@redhat.com>
861
862 * gdb.texinfo (Set Tracepoints): Fix typo.
863
9ef07c8c
TT
8642011-03-24 Tom Tromey <tromey@redhat.com>
865
866 * gdb.texinfo (Specify Location): Document `function:label'
867 linespec.
868
99c3dc11
PM
8692011-03-18 Phil Muldoon <pmuldoon@redhat.com>
870
f1310107 871 PR python/12149
99c3dc11
PM
872
873 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
874
29703da4
PM
8752011-03-17 Phil Muldoon <pmuldoon@redhat.com>
876
877 * gdb.texinfo (Blocks In Python): Add is_valid method description.
878 (Inferiors In Python): Likewise.
879 (Threads In Python): Likewise.
880 (Symbols In Python): Likewise.
881 (Objfiles In Python): Likewise.
882 (Symbol Tables In Python): Likewise.
883
c9174737
PA
8842011-03-15 Pedro Alves <pedro@codesourcery.com>
885
886 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
887 display>: Explain that the commands accept number ranges.
888
7371cf6d
PM
8892011-03-14 Phil Muldoon <pmuldoon@redhat.com>
890
891 * gdb.texinfo (Breakpoints In Python): Add description and example
892 of Python stop function operation.
893
ecec24e6
PM
8942011-03-10 Phil Muldoon <pmuldoon@redhat.com>
895
896 * gdb.texinfo (Parameters In Python): Document get_set_string and
897 get_show_string methods.
898
6dcd5565
JK
8992011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
900
901 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
902
81896e36
JK
903 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
904 circular-trace-buffer name.
905
5e30da2c
JB
9062011-02-28 Joel Brobecker <brobecker@adacore.com>
907
908 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
909 in the previous change.
910
3bd0f5ef 9112011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
912
913 * gdb.texinfo (Inferiors and Programs): Update commands to show
914 that they can accept multiple arguments.
915
4ec7539c
JB
9162011-02-24 Joel Brobecker <brobecker@adacore.com>
917
918 Revert the following patch (code patch was not approved):
919 2011-02-21 Hui Zhu <teawater@gmail.com>
920 * agentexpr.texi (bytecode descriptions): add printf.
921 * gdb.texinfo (tracepoint action lists): add printf.
922
82809774
DE
9232011-02-23 Doug Evans <dje@google.com>
924
925 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
926
e5a67952
MS
9272011-02-23 Michael Snyder <msnyder@vmware.com>
928
929 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
930 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
931 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
932
6e6fbe60
DE
9332011-02-22 Doug Evans <dje@google.com>
934
935 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
936 Clarify behaviour of lookup_symbol when `block' argument is omitted,
937 add description of result, fix @defun formatting.
938
f994e27a
HZ
9392011-02-21 Hui Zhu <teawater@gmail.com>
940
941 * agentexpr.texi (Bytecode Descriptions): Add printf.
942 * gdb.texinfo (Tracepoint Action Lists): Add printf.
943
c7f96d2b
TT
9442011-02-18 Tom Tromey <tromey@redhat.com>
945
946 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
947
60f98dde
MS
9482011-02-14 Michael Snyder <msnyder@vmware.com>
949
950 * gdb.texinfo (threads): Document argument for "info threads" cmd.
951 Document new command "thread find".
952
08e796bc
MS
9532011-02-14 Michael Snyder <msnyder@vmware.com>
954
955 * gdb.texinfo (Threads): Update example of new thread message.
956
b3b9301e
PA
9572011-02-14 Pedro Alves <pedro@codesourcery.com>
958
959 * gdb.texinfo (Remote Configuration): Mention set/show remote
960 traceframe-info.
961 (Tools/Packages Optional for Building GDB): Mention that expat is
962 used for traceframe info.
963 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
964 (General Query Packets) <qSupported>: Describe the
965 qXfer:traceframe-info:read feature.
966 (qXfer::read): Describe qXfer:traceframe-info:read.
967 (Traceframe Info Format): New section.
968
cef35b0f
PA
9692011-02-04 Pedro Alves <pedro@codesourcery.com>
970
971 * gdbint.texinfo (Formatting): Mention some formatting guidelines
972 for casts and unary operators.
973
f1cbe1d3
TT
9742011-02-04 Tom Tromey <tromey@redhat.com>
975
976 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
977 is not useful.
978
585fdaa1
PA
9792011-01-25 Pedro Alves <pedro@codesourcery.com>
980
981 * gdb.texinfo: s/value optimized out/optimized out/g
982
7bfc9434
JB
9832011-01-21 Joel Brobecker <brobecker@adacore.com>
984
985 * gdb.texinfo (Other Misc Settings): Rework part of the
986 documentation of the "set interactive mode" command.
987
4694da01
TT
9882011-01-19 Tom Tromey <tromey@redhat.com>
989
990 * gdb.texinfo (Threads): Document thread name output and `thread
991 name' command.
992 (Threads In Python): Document Thread.name attribute.
993 (GDB/MI Thread Commands): Document thread attributes.
994
b716877b
AB
9952011-01-12 Andrew Burgess <aburgess@broadcom.com>
996
997 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
998 changes in mi/mi-cmd-disas.c
999
13fd8b81
TT
10002011-01-12 Tom Tromey <tromey@redhat.com>
1001
1002 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
1003 Fix "thread apply" text.
1004
e09342b5
TJB
10052011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1006 Thiago Jung Bauermann <bauerman@br.ibm.com>
1007
1008 Implement support for PowerPC BookE ranged watchpoints.
1009 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
1010 the "set powerpc exact-watchpoints" flag.
1011
06e65f44
TT
10122011-01-07 Tom Tromey <tromey@redhat.com>
1013
1014 * gdb.texinfo (Python API): Add descriptions to @menu items.
1015
d8e22779
TT
10162011-01-06 Tom Tromey <tromey@redhat.com>
1017
1018 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
1019
a255712f
PP
10202010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1021
e09342b5 1022 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 1023
ccfc3d6e
TT
10242011-01-06 Tom Tromey <tromey@redhat.com>
1025
1026 PR python/12133:
1027 * gdb.texinfo (Frames In Python): Document various frame
1028 constants.
1029
44944448
JB
10302011-01-05 Joel Brobecker <brobecker@adacore.com>
1031
1032 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
1033 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
1034 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
1035
42ea3d7a
JK
10362011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1037
1038 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
1039 (clean): Add GDBvn.texi.
1040
720d1a40
JB
10412010-12-29 Joel Brobecker <brobecker@adacore.com>
1042
1043 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
1044 occasional case where the debugger prints an array address
1045 instead of the array itself.
1046
ad196637
PA
10472010-12-23 Pedro Alves <pedro@codesourcery.com>
1048
1049 * gdb.texinfo (Packets) <read registers packet>: Document support
1050 for registers that were not collected.
1051
a86caf66
DE
10522010-12-15 Doug Evans <dje@google.com>
1053
1054 * gdb.texinfo (Startup): Document auto-loading of scripts during
1055 startup.
1056 (Auto-loading): Delete "maint set python auto-load on|off".
1057 Add "set auto-load-scripts on|off".
1058
aae1c79a
DE
10592010-12-07 Doug Evans <dje@google.com>
1060
1061 * gdb.texinfo (Mode Options): Document -data-directory.
1062 (Data Files): Add reference to -data-directory.
1063
4e04c971
DE
10642010-11-29 Doug Evans <dje@google.com>
1065
1066 * gdb.texinfo (Pretty-Printer Introduction): Change
1067 printer-name:subprinter-name to printer-name;subprinter-name.
1068
94b6973e
PM
10692010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1070
1071 PR python/12199
1072
1073 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
1074
39037522
TT
10752010-11-23 Tom Tromey <tromey@redhat.com>
1076
1077 * gdb.texinfo (Top): Check SYSTEM_READLINE.
1078 (Editing): Likewise.
1079 (Command History): Likewise.
1080 (TUI Keys): Likewise.
1081 (Bug Reporting): Conditionally include rluser.texi and
1082 inc-history.texinfo.
1083 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
1084 (GDB_DOC_SOURCE_INCLUDES): Add comment.
1085 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
1086 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
1087 (gdb.pdf): Likewise.
1088 (gdb.info): Likewise.
1089 (gdb/index.html): Likewise.
1090
5ae98d25
TT
10912010-11-23 Tom Tromey <tromey@redhat.com>
1092
1093 * Makefile.in (Makefile): Run ../config.status.
1094 (distclean): Update.
1095 * configure: Remove.
1096 * configure.ac: Remove.
1097
621c8364
TT
10982010-11-12 Tom Tromey <tromey@redhat.com>
1099
1100 * gdb.texinfo (Basic Python): Update. Add xref.
1101 (Exception Handling): Document new exception classes.
1102 (Types In Python): Update.
1103 (Frames In Python): Update.
1104
84f4c1fe
PM
11052010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1106
1107 * gdb.texinfo (Breakpoints In Python): Document "internal"
1108 parameter, and visible attribute.
1109
99e7ae30
DE
11102010-11-05 Doug Evans <dje@google.com>
1111
1112 * gdb.texinfo (Source Path): Document "set directories".
1113
f4b8a18d
KW
11142010-11-05 Ken Werner <ken.werner@de.ibm.com>
1115
1116 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
1117 (OpenCL C): New node.
1118
7b51bc51
DE
11192010-11-02 Doug Evans <dje@google.com>
1120
1121 * gdb.texinfo (Pretty Printing): Expand into three sections,
1122 introduction, example, and commands.
1123 (Python API): Delete section Disabling Pretty-Printers, merge into
1124 Selecting Pretty-Printers.
1125 (Writing a Pretty-Printer): New section. Move the pretty-printer
1126 example here, and reformat to match python coding style. Add a second
1127 example using the gdb.printing module.
1128 (Python modules): Add gdb.printing.
1129
9eeee977
DE
11302010-10-29 Doug Evans <dje@google.com>
1131
1132 * gdb.texinfo (Python): Fix long line.
1133
a0e0ffdf
DE
11342010-10-20 Doug Evans <dje@google.com>
1135
1136 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
1137 All references updated. Correct sections marked as subsections.
1138 (Coding Standards): New chapter. Move the coding standard related
1139 subsections here. Add section on Python coding standards.
1140
0e3509db
DE
11412010-10-13 Doug Evans <dje@google.com>
1142
1143 * gdb.texinfo (Python): Add "Python modules".
1144 (Types in Python): Add reference to gdb.types section.
1145 (Python modules): New node.
1146
44592cc4
DE
11472010-10-11 Doug Evans <dje@google.com>
1148
1149 * gdb.texinfo (Values From Inferior): Add reference to "Types in
1150 Python" from gdb.Value.type description.
1151
6e1bb179
JB
11522010-09-28 Joel Brobecker <brobecker@adacore.com>
1153
1154 * gdb.texinfo (Ravenscar Profile): New node.
1155
e8467610
TT
11562010-09-22 Tom Tromey <tromey@redhat.com>
1157
1158 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
1159
fccd1d1e
EZ
11602010-09-22 Eli Zaretskii <eliz@gnu.org>
1161
1162 * gdb.texinfo (Values From Inferior): Clarify that
1163 value.dynamic_type works only in C++ programs with RTTI.
1164
c1b6b909
TT
11652010-09-15 Paul Bolle <pebolle@tiscali.nl>
1166
1167 * gdb.texinfo (Character Sets): Correctly reference host-charset
1168 in example.
1169
7d288aaa
TT
11702010-09-13 Tom Tromey <tromey@redhat.com>
1171
1172 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
1173 Document "fullname" and "from".
1174
f75d858b
MK
11752010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1176
1177 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
1178 feature `reverse' output by -list-target-features.
1179
83b9503b
L
11802010-08-31 H.J. Lu <hongjiu.lu@intel.com>
1181
1182 * gdb.texinfo (i386 Features): Remove an extra "@item".
1183
03f17ccf
TT
11842010-08-30 Tom Tromey <tromey@redhat.com>
1185
1186 PR python/11792:
1187 * gdb.texinfo (Values From Inferior): Document dynamic_type.
1188
9779414d
DJ
11892010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1190
1191 * gdb.texinfo (ARM Features): Document
1192 org.gnu.gdb.arm.m-profile.
1193
f9ffd4bb
TT
11942010-08-23 Tom Tromey <tromey@redhat.com>
1195
1196 PR python/11145:
1197 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
1198 reinterpret_cast methods.
1199
702c2711
TT
12002010-08-23 Tom Tromey <tromey@redhat.com>
1201
1202 PR python/11915:
1203 * gdb.texinfo (Types In Python): Document array method.
1204
66b73624
TJB
12052010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
1206
1207 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
1208
06a64a0b
TT
12092010-08-16 Tom Tromey <tromey@redhat.com>
1210
1211 * gdb.texinfo (Set Watchpoints): Document -location option.
1212
a3a7127e
DE
12132010-08-13 Doug Evans <dje@google.com>
1214
1215 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
1216
8dedea02
VP
12172010-08-13 Vladimir Prus <vladimir@codesourcery.com>
1218
1219 * gdb.texinfo (GDB/MI Data Manipulation): Document
1220 -data-read-memory-raw and -data-write-memory-raw.
1221
ca5c20b6 12222010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 1223 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
1224
1225 * gdb.texinfo (Basic Python): Describe post_event API.
1226
cb2e07a6
PM
12272010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1228
1229 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 1230 decode_line Python APIs
cb2e07a6 1231
464b3efb
TT
12322010-08-10 Tom Tromey <tromey@redhat.com>
1233
1234 * gdb.texinfo (Pretty Printing API): Document
1235 gdb.default_visualizer.
1236
c29c521f
TT
12372010-08-10 Tom Tromey <tromey@redhat.com>
1238
1239 Revert gdb-add-index addition:
1240 * gdb.texinfo (Index Files): Don't document gdb-add-index.
1241
5da1313b
JK
12422010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1243 Eli Zaretskii <eliz@gnu.org>
1244
1245 * gdb.texinfo (Mode Options) <-batch>
1246 (Basic Python) <gdb.execute>: Describe setting width and height.
1247
02d868e8
PP
12482010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1249
1250 * gdb.texinfo (Threads): Document 'debug libthread-db'.
1251
c2bbed2a
TT
12522010-07-30 Tom Tromey <tromey@redhat.com>
1253
1254 * gdb.texinfo (Index Files): Mention gdb-add-index.
1255
6c13bbe1
HZ
12562010-07-30 Hui Zhu <teawater@gmail.com>
1257
1258 * gdb.texinfo (Inferiors and Programs): Update the introduce of
1259 "detach inferior" and "kill inferior".
1260
53a71c06
CR
12612010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
1262
1263 * gdb.texinfo (Machine Code): Update description of two forms of
1264 arguments, and add new example to demonstrate the new form.
1265
5374244e
PM
12662010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1267
1268 * gdb.texinfo (Values From Inferior): Add value inferior function
1269 call description.
1270
8ea5bce5
JK
12712010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1272
1273 * gdb.texinfo (Active Targets): Fix wrong comma placement.
1274
c0edd9ed
JK
12752010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1276 Eli Zaretskii <eliz@gnu.org>
1277
1278 Make core files the process_stratum.
1279 * gdb.texinfo (Active Targets): Remove core_stratum. Include
1280 record_stratum example.
1281
9291a0cd
TT
12822010-07-13 Tom Tromey <tromey@redhat.com>
1283
1284 * gdb.texinfo (Index Files): New node.
1285
f5011d11
TT
12862010-07-13 Tom Tromey <tromey@redhat.com>
1287
1288 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
1289
0f5238ed
TT
12902010-07-13 Tom Tromey <tromey@redhat.com>
1291
1292 * gdb.texinfo (Specify Location): Document labels.
1293
74c761c1
PA
12942010-07-01 Pedro Alves <pedro@codesourcery.com>
1295
1296 * gdb.texinfo (Create and Delete Tracepoints): Add more index
1297 entries for fast tracepoints and static tracepoints.
1298
501994c0
PA
12992010-07-01 Pedro Alves <pedro@codesourcery.com>
1300
1301 * gdb.texinfo (General Query Packets) <qfThreadInfo,
1302 qsThreadInfo>: Spell out `l' as ell.
1303
0fb4aa4b
PA
13042010-07-01 Pedro Alves <pedro@codesourcery.com>
1305
1306 * gdb.texinfo (Convenience Variables): Document $_sdata.
1307 (Commands to Set Tracepoints): Describe static tracepoints. Add
1308 `Listing Static Tracepoint Markers' menu entry. Document
1309 "strace".
1310 (Tracepoint Action Lists): Document collecting $_sdata.
1311 (Listing Static Tracepoint Markers): New subsection.
1312 (Tracepoints support in gdbserver): Mention static tracepoints.
1313 (remote packets, enabling and disabling): Mention
1314 read-sdata-object.
1315 (General Query Packets) <qSupported>: Document qXfer:sdata:read
1316 and StaticTracepoint.
1317 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
1318 Document qXfer:sdata:read.
1319 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
1320
dc3b15be
JB
13212010-06-29 Joel Brobecker <brobecker@adacore.com>
1322
1323 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
1324
595939de
PM
13252010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1326 Tom Tromey <tromey@redhat.com>
1327 Thiago Jung Bauermann <bauerman@br.ibm.com>
1328
1329 * gdb.texinfo (Inferiors In Python): New node.
1330 * gdb.texinfo (Threads In Python): New node.
1331
9279c692
JB
13322010-06-28 Joel Brobecker <brobecker@adacore.com>
1333
1334 * gdb.texinfo (Python): Document what the python directory is
1335 and what its location is.
1336 (Basic Python): Document the gdb.PYTHONDIR constant.
1337
bc9f0842
TT
13382010-06-25 Tom Tromey <tromey@redhat.com>
1339
1340 PR python/10808:
1341 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1342
f1421989
HZ
13432010-06-24 Hui Zhu <teawater@gmail.com>
1344
1345 * gdb.texinfo: (Commands for Controlled Output): Add
1346 documentation for command "eval".
1347
e4c0cfae
SS
13482010-06-21 Stan Shebs <stan@codesourcery.com>
1349
1350 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1351 * annotate.texinfo: Ditto.
1352 * gdbint.texinfo: Ditto.
1353 * stabs.texinfo: Ditto.
1354
bb08c432
HZ
13552010-06-22 Hui Zhu <teawater@gmail.com>
1356
1357 * gdb.texinfo: (Process Record and Replay): Add documentation
1358 for command "set record memory-query".
1359
4f5d9f07
SS
13602010-06-21 Stan Shebs <stan@codesourcery.com>
1361
1362 * gdb.texinfo: Relicense under GFDL version 1.3.
1363 * annotate.texinfo: Relicense under GFDL version 1.3.
1364 * gdbint.texinfo: Relicense under GFDL version 1.3.
1365 * stabs.texinfo: Relicense under GFDL version 1.3.
1366 * fdl.texi: Update to version 1.3.
1367
6aed2dbc
SS
13682010-06-18 Stan Shebs <stan@codesourcery.com>
1369
a61408f8
SS
1370 * gdb.texinfo (Operating System Auxiliary Information): Describe
1371 "info os" when no arguments given.
1372
6aed2dbc
SS
1373 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1374 $_thread.
1375
24e933df
HZ
13762010-06-18 Hui Zhu <teawater@gmail.com>
1377
1378 * gdb.texinfo: (Process Record and Replay): Add documentation
1379 for commands "record save" and "record restore".
1380
65d79d4b
SDJ
13812010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1382
1383 * gdb.texinfo: Include information about the correct use
1384 of addresses in the `watch' command.
1385
d914c394
SS
13862010-06-11 Stan Shebs <stan@codesourcery.com>
1387
1388 * gdb.texinfo (Observer Mode): New section.
1389 (General Query Packets): Document QAllow.
889bf7c5 1390
967cf477
DE
13912010-06-04 Doug Evans <dje@google.com>
1392
1393 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1394
aaf4119b
DE
13952010-06-03 Doug Evans <dje@google.com>
1396
1397 * gdbint.texinfo (Coding): Add subsection on command names.
1398
9eae7c52
TT
13992010-06-02 Tom Tromey <tromey@redhat.com>
1400
1401 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1402 always-disassemble.
1403
fa593d66
PA
14042010-06-01 Pedro Alves <pedro@codesourcery.com>
1405
1406 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1407 gdbserver, and add cross reference.
1408 (Tracepoints support in gdbserver): New subsection.
1409
dde08ee1
PA
14102010-05-26 Pedro Alves <pedro@codesourcery.com>
1411
1412 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1413 `qRelocInsn' feature.
1414 (Relocate instruction reply packet): New subsection
1415 of `Tracepoint Packets'.
1416 (Tracepoint Packets): Mention that packets QTDP and QTStart
1417 support the qRelocInsn request, and add cross reference to new
1418 subsection.
1419
07ca107c
DE
14202010-05-25 Doug Evans <dje@google.com>
1421
1422 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1423 (Commands In Python): Document gdb.string_to_argv.
1424
c25c4a8b
JK
14252010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1426
1427 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1428 ATTR_NORETURN.
1429
d7b32ed3 14302010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
1431 Tom Tromey <tromey@redhat.com>
1432 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 1433
c25c4a8b 1434 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 1435
6aecb9c2
JB
14362010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1437
1438 * gdb.texinfo: (Summary) Add mention about D language support.
1439 (Filenames): Add D suffixes.
1440 (D): New node.
1441
b7da9e9f
PM
14422010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1443
1444 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1445 of macro deleted from GDB code.
1446
ab38a727
PA
14472010-04-24 Pedro Alves <pedro@codesourcery.com>
1448
1449 * gdb.texinfo (Commands to specify files): Describe what how GDB
1450 looks up DOS-based filesystem paths on the system root. Document
1451 the new `set/show target-file-system-kind' commands.
1452
66d09542
DE
14532010-04-23 Doug Evans <dje@google.com>
1454
1455 * gdb.texinfo (Python): Move Auto-loading section here ...
1456 (Python API): from here.
1457 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1458 (Maintenance Commands): Add docs for "maint print section-scripts".
1459
8bd10a10
CM
14602010-04-20 Chris Moller <cmoller@redhat.com>
1461
1462 * gdb.texinfo (Setting Breakpoints): Added description of
1463 filename-qualified rbreak.
1464 * refcard.tex (Breakpoints and Watchpoints): Added brief
1465 description of filename-qualified rbreak.
1466
4c374409
JK
14672010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1468
1469 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1470 (Python API): Change the reference to Pretty Printing API.
1471 (Pretty Printing): Move the user part under the Data node. Reformat
1472 the sample output to 72 columns. Create a new reference to Pretty
1473 Printing API. Rename the API part ...
1474 (Pretty Printing API): To a new node name.
1475 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1476 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1477
5a9351ae
SS
14782010-04-21 Stan Shebs <stan@codesourcery.com>
1479
1480 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1481 and commands.
5a9351ae 1482 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1483
9a22f0d0
PM
14842010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1485
1486 * gdb.texinfo (Examining memory): Update for change in string
1487 display with explicit size.
1488
6149aea9
PA
14892010-04-19 Pedro Alves <pedro@codesourcery.com>
1490
1491 PR breakpoints/8554.
1492
1493 * gdb.texinfo (Save Breakpoints): New node.
1494 (save-tracepoints): Rename to ...
1495 (save tracepoints): ... this. Mention that `save-tracepoints' is
1496 a deprecated alias to `save tracepoints'.
1497
711e434b
PM
14982010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1499
645797a8 1500 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1501 (info w32 thread-information-block): Document new command.
1502 (qGetTIBAddress): Document new gdbserver query.
1503 (maint set/show show-all-tib): Document new command.
1504
3f7b2faa
DE
15052010-04-15 Doug Evans <dje@google.com>
1506
fa33c3cd
DE
1507 * gdb.texinfo (Python API): Add progspaces section.
1508 (Selecting Pretty-Printers): Progspace pretty-printers are
1509 searched too.
1510 (Progspaces In Python): New section.
1511
3f7b2faa
DE
1512 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1513
79f283fe
PM
15142010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1515
1516 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1517 returns None.
1518
87290684
SS
15192010-04-09 Stan Shebs <stan@codesourcery.com>
1520
1521 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1522 Describe the `frames-created' field, tweak grammar.
1523
a97153c7
PA
15242010-04-09 Pedro Alves <pedro@codesourcery.com>
1525
1526 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1527 Describe the `circular' and `disconnected' fields.
1528
5c5dcc1b
L
15292010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1530
1531 * gdb.texinfo (maint print registers): Mention unavailable and
1532 invisible registers.
1533
adc36818
PM
15342010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1535 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1536 Tom Tromey <tromey@redhat.com>
adc36818
PM
1537
1538 * gdb.texinfo (Breakpoints In Python): New Node.
1539
33da3f1c
SS
15402010-04-08 Stan Shebs <stan@codesourcery.com>
1541
1542 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1543 trace status fields.
1544
3a13a53b
L
15452010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1546
1547 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1548 optional. Make org.gnu.gdb.i386.avx requires
1549 org.gnu.gdb.i386.avx.
1550
08001717
DE
15512010-04-08 Doug Evans <dje@google.com>
1552
1553 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1554 search path, and document that gdb only scans the search path if
1555 the script's path doesn't specify a directory.
1556
c375651d
DE
15572010-04-05 Doug Evans <dje@google.com>
1558
1559 * gdb.texinfo (maint show python auto-load): Fix typo.
1560
af54718e
SS
15612010-04-04 Stan Shebs <stan@codesourcery.com>
1562
d77f58be
SS
1563 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1564 (Setting Watchpoints): Update description of "info watch".
1565 (Disabling Breakpoints): Only "info break" lists all.
1566
af54718e
SS
1567 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1568 (tdump): Explain how tdump works.
1569
86b17b60
PA
15702010-04-01 Pedro Alves <pedro@codesourcery.com>
1571
1572 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1573 add cross reference.
1574
ff12863f
PA
15752010-03-31 Pedro Alves <pedro@codesourcery.com>
1576
1577 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1578 commands error out.
1579
f68eb612
L
15802010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1581
1582 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1583
c8d5aac9
L
15842010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1585
1586 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1587
7d13fe92
SS
15882010-03-29 Stan Shebs <stan@codesourcery.com>
1589 Nathan Sidwell <nathan@codesourcery.com>
1590
1591 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1592 GDBN equivalent.
1593 (Set Tracepoints): Remove mention that conditional tracepoints
1594 don't exist.
1595 (Tracepoint Actions): Clarify when while-stepping collection
1596 happens, note that while-stepping does not automatically collect
1597 $pc.
1598
409873ef 15992010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1600
409873ef
SS
1601 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1602 (General Query Packets): Describe TracepointSource.
1603
ee8e71d4
EZ
16042010-03-27 Matt Rice <ratmice@gmail.com>
1605
c8d5aac9
L
1606 * gdb.texinfo (ARM): Document arguments to "target sim".
1607 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1608
99b5e152
PA
16092010-03-26 Pedro Alves <pedro@codesourcery.com>
1610
1611 * gdb.texinfo (Tracepoint Packets): Remove mention that
1612 terror:string may be plain text, and drop mention of X prefix.
1613
cd64ee31
VP
16142010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1615
1616 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1617
6c28cbf2
SS
16182010-03-24 Stan Shebs <stan@codesourcery.com>
1619
1620 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1621
95a42b64
TT
16222010-03-24 Tom Tromey <tromey@redhat.com>
1623
1624 PR breakpoints/9352:
1625 * gdb.texinfo (Break Commands): Update.
1626
18148017
VP
16272010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1628
1629 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1630 commands.
1631
4daf5ac0
SS
16322010-03-16 Stan Shebs <stan@codesourcery.com>
1633
1634 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1635 circular-trace-buffer.
1636 (Tracepoint Packets): Describe QTBuffer, and details of the
1637 qTStatus reply.
1638
c9429232
SS
16392010-03-12 Stan Shebs <stan@codesourcery.com>
1640 Nathan Sidwell <nathan@codesourcery.com>
1641
1642 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1643 doing instruction stepping.
1644 (Tracepoint Restrictions): New node.
1645
ccefe4c4
TT
16462010-03-10 Tom Tromey <tromey@redhat.com>
1647
1648 * gdbint.texinfo (Symbol Handling): Update.
1649
7c953934
TT
16502010-03-08 Tom Tromey <tromey@redhat.com>
1651
1652 PR cli/9591:
1653 * gdb.texinfo (Mode Options): Mention lack of pagination and
1654 confirmation with --batch.
1655 (Screen Size): Mention --batch.
1656 (Messages/Warnings): Likewise.
1657
f870a310
TT
16582010-03-05 Tom Tromey <tromey@redhat.com>
1659
1660 * gdb.texinfo (Basic Python): Document target_charset and
1661 target_wide_charset.
1662
78e2826b
TT
16632010-03-05 Tom Tromey <tromey@redhat.com>
1664
1665 * gdb.texinfo (Data): Link to pretty-printing.
1666 (Output Formats): Likewise. Correct text.
1667
f5dff777
DJ
16682010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1669
1670 * gdb.texinfo (Types): Describe <struct> and <flags>.
1671
dc00d89f
PM
16722010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1673
1674 * gdb.texinfo (Frames In Python): Add block parameter and
1675 description to read_var text.
1676
5107b149 16772010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1678 Tom Tromey <tromey@redhat.com>
5107b149
PM
1679
1680 * gdb.texinfo (Types In Python): Describe block argument in
1681 template_argument and gdb.lookup_type.
1682
e03e5e7b
TT
16832010-02-24 Tom Tromey <tromey@redhat.com>
1684
1685 * gdb.texinfo (Cygwin Native): Fix typo.
1686
f3e9a817
PM
16872010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1688
1689 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1690 and select method descriptions.
1691 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1692 Tables in Python to menu.
1693 (Blocks In Python): New node.
1694 (Symbols In Python): New node.
1695 (Symbol Tables in Python): New node.
1696
a79b8f6e
VP
16972010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1698
1699 Multiexec MI
1700
1701 gdb/
1702 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1703
1704 gdb/doc/
1705 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1706 changes.
1707 (GDB/MI Program Execution): Document current behaviour of
1708 --all and --thread-group.
1709 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1710 -remove-inferior.
1711 * observer.texi (inferior_added, inferior_removed): New
1712 observers.
1713
629d6a47
TT
17142010-02-19 Tom Tromey <tromey@redhat.com>
1715
1716 * gdbint.texinfo (Getting Started): Fix @node.
1717 (Debugging GDB): Likewise.
1718
c09529e5
JB
17192010-02-13 Joel Brobecker <brobecker@adacore.com>
1720
1721 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1722 documenting the gdb_test_timeout variable.
1723
540aa8e7
MS
17242010-02-12 Jakob Engblom <jakob@virtutech.com>
1725
1726 * gdb.texinfo (MI commands): Added documentation of --reverse
1727 option to a set of MI commands. Restructured documentation of MI
1728 commands --exec-continue to reflect the complexity of reverse
1729 execution.
1730
081dfbf7
PA
17312010-02-12 Pedro Alves <pedro@codesourcery.com>
1732
1733 * gdb.texinfo (Using the Collected Data): Specify that the address
1734 range of `tfind outsize' is exclusive, and that the address range
1735 of `tfind range' is inclusive.
1736 (Tracepoint Packets): Specify that the address range of
1737 `QTFrame:range' is inclusive, and that the address range of
1738 `QTFrame:outside' is exclusive
1739
8e9c5e02
VP
17402010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1741
1742 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1743
92981e24
TT
17442010-02-10 Tom Tromey <tromey@redhat.com>
1745
1746 * gdb.texinfo (Debugging Output): Document set debug parser and
1747 show debug parser.
1748
075b51b7
L
17492010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1750
1751 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1752 i386_eflags and i386_mxcsr.
1753
3bb8d5c3
L
17542010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1755
1756 * gdb.texinfo: Document i386 target features.
1757
c5f80513
DE
17582010-02-05 Doug Evans <dje@google.com>
1759
1760 * gdbint.texinfo (Testsuite): Add a new section to document the
1761 various DejaGnu variables that may be overridden.
1be00882 1762 Document INTERNAL_GDBFLAGS.
c5f80513 1763
6ac33a4e
TT
17642010-02-04 Tom Tromey <tromey@redhat.com>
1765
1766 PR cli/8830:
1767 * gdb.texinfo (Files): -readnow comes before the filename for file
1768 and symbol-file.
1769
a1dcb23a
DJ
17702010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1771
1772 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1773 Document ARM breakpoint types.
1774 (Register Packet Format): Move into the new section.
1775 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1776
95433b34
JB
17772010-01-21 Joel Brobecker <brobecker@adacore.com>
1778
1779 * gdb.texinfo (File Options): Adjust the documentation of this
1780 switch to refer to the "source" command rather than partially
1781 duplicating some of the relevant information.
1782 (Extending GDB): Introduce and document the set/show script-extension
1783 setting.
1784 (Command Files): Add note explaining that the "source" command
1785 is also used to evalute scripts written in other languages.
1786 Remove the short slightly incorrect reference to sourcing Python
1787 scripts.
1788 (Python Commands): Document how to execute a Python script from GDB.
1789
8d576872
JB
17902010-01-19 Joel Brobecker <brobecker@adacore.com>
1791
1792 * gdb.texinfo (Command Files): Fix typo.
1793
8150ff9c
JB
17942010-01-18 Tom Tromey <tromey@redhat.com>
1795
1796 * gdb.texinfo (File Options): Document -x on .py files.
1797 (Command Files): Document handling of Python scripts.
1798
23db03a6
JZ
17992010-01-18 Jie Zhang <jie.zhang@analog.com>
1800
1801 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1802
00bf0b85
SS
18032010-01-15 Stan Shebs <stan@codesourcery.com>
1804
1805 * gdb.texinfo (Trace Files): New section.
1806 (Tracepoint Packets): Document QTSave and qTBuffer.
1807 (Trace File Format): New appendix.
1808
be759fcf
PM
18092010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1810
1811 * gdb.texinfo (Values From Inferior): Document lazy_string value
1812 method.
1813 (Python API): Add Lazy strings menu item.
1814 (Lazy Strings In Python): New node.
1815
dc146f7c
VP
18162010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1817
1818 * gdb.texinfo (GDB/MI Thread Information): New.
1819 (GDB/MI Async Records): Document the core field in *stopped.
1820 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1821 documentation
1822 (Process list): Document that osdata document may contain
1823 threads.
1824 (Remote Serial Protocol): Document qXfer:threads.
1825
d5551862
SS
18262010-01-06 Stan Shebs <stan@codesourcery.com>
1827
1828 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1829 disconnected tracing.
1830 (Tracepoint Packets): Document new protocol.
1831
7a697b8d
SS
18322010-01-05 Stan Shebs <stan@codesourcery.com>
1833
1834 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1835 tracepoints.
1836 (Tracepoint Packets): Describe remote protocol for fast
1837 tracepoints.
1838
e6f3ec50
JB
18392010-01-01 Joel Brobecker <brobecker@adacore.com>
1840
1841 Update the "Start of New Year Procedure".
1842 * gdbint.texinfo: Add the list of files that need to be updated
1843 manually. Minor reformatting.
1844
ddc4e9c1
JB
18452010-01-01 Joel Brobecker <brobecker@adacore.com>
1846
1847 * refcard.tex: Update copyright year in header and text.
1848
9d2897ad
JB
18492010-01-01 Joel Brobecker <brobecker@adacore.com>
1850
1851 * agentexpr.texi: Add 2010 to the list of copyright years.
1852 * annotate.texinfo: Likewise.
1853 * gdb.texinfo: Likewise.
1854 * gdbint.texinfo: Likewise.
1855 * observer.texi: Likewise.
1856 * stabs.texinfo: Likewise.
1857
6da95a67
SS
18582009-12-31 Stan Shebs <stan@codesourcery.com>
1859
1860 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1861
236f1d4d
SS
18622009-12-29 Stan Shebs <stan@codesourcery.com>
1863
1864 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1865
f61e138d
SS
18662009-12-28 Stan Shebs <stan@codesourcery.com>
1867
1868 * gdb.texinfo (Trace State Variables): New section.
1869 (Tracepoint Packets): Describe trace state variable packets.
1870 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1871 variable bytecodes.
1872
0fe7935b
DJ
18732009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1874
1875 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1876 declarations.
1877
a6b29f87
VP
18782009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1879
1880 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1881 -gdb-exit behaviour.
1882
5e4bde96
JB
18832009-12-20 Joel Brobecker <brobecker@adacore.com>
1884
1885 * gpl.texi: Update to version 3 of the GPL.
1886
a1715244
JB
18872009-12-20 Joel Brobecker <brobecker@adacore.com>
1888
1889 * Makefile.in: Update copyright header.
1890 * observer.texi: Fix the copyright header of the generated files.
1891
361ae042
PM
18922009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1893
1894 * gdb.texinfo (Types In Python): Describe range function.
1895
bfd31e71
PM
18962009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1897
1898 * gdb.texinfo (Types In Python): Describe "is_base_class".
1899
57a1d736
TT
19002009-12-03 Tom Tromey <tromey@redhat.com>
1901
1902 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1903
8cebebb9
PP
19042009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1905
1906 * observer.texi: New memory_changed observer.
1907
16af530a
TT
19082009-12-01 Tom Tromey <tromey@redhat.com>
1909
1910 * gdb.texinfo (Reverse Execution): Fix typo.
1911
b6199126
DJ
19122009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1913
1914 PR gdb/8704
1915
1916 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1917 are allowed after the breakpoint condition.
1918
7a6973ad
TT
19192009-11-23 Tom Tromey <tromey@redhat.com>
1920
1921 PR python/10782:
1922 * gdb.texinfo (Types In Python): Document Type.pointer.
1923
21a0512e
PP
19242009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1925
1926 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1927
a5832c8f
PA
19282009-11-11 Pedro Alves <pedro@codesourcery.com>
1929
1930 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1931 (Using Agent Expressions): Delete cross reference.
1932
1eb7cd77
JB
19332009-11-07 Joel Brobecker <brobecker@adacore.com>
1934
1935 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1936 and @settitle directives up to help makeinfo find them.
1937
24ddea62
JK
19382009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1939
1940 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1941 (Auto-loading): Use plural and note one can use multiple components now.
1942
3afae151
VP
19432009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1944
1945 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1946 -stack-list-arguments have the same documentation for parameter
1947 as -stack-list-locals. Add comas.
1948
14ff2235
PM
19492009-10-27 Tom Tromey <tromey@redhat.com>
1950 Eli Zaretskii <eliz@gnu.org>
1951
c8d5aac9 1952 PR python/10781
14ff2235
PM
1953
1954 * gdb.texinfo (Values From Inferior): Document cast method.
1955
9c419145
PP
19562009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1957
1958 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1959 and adjust example.
889bf7c5 1960
29153c24
MS
19612009-10-22 Michael Snyder <msnyder@vmware.com>
1962
1963 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1964 info record command. Also document the new save and restore
29153c24
MS
1965 commands.
1966
2b28d209
PP
19672009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1968
1969 * gdb.texinfo (Machine Code): Mention current pc marker.
1970 (Memory): Likewise.
1971
6c95b8df
PA
19722009-10-19 Pedro Alves <pedro@codesourcery.com>
1973 Stan Shebs <stan@codesourcery.com>
1974
1975 * observer.texi (new_inferior): Rename to...
1976 (inferior_appeared): ... this.
1977
1978 * gdb.texinfo (Inferiors): Rename node to ...
1979 (Inferiors and Programs): ... this. Mention running multiple
1980 programs in the same debug session.
1981 <info inferiors>: Mention the new 'Executable' column if "info
1982 inferiors". Update examples. Document the "add-inferior",
1983 "clone-inferior", "remove-inferior" and "maint info
1984 program-spaces" commands.
1985 (Process): Rename node to...
1986 (Forks): ... this. Document "set|show follow-exec-mode".
1987
2f8132f3
MS
19882009-10-11 Michael Snyder <msnyder@vmware.com>
1989
1990 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1991 (ReverseContinue): Ditto.
1992
cba4b2d3
PP
19932009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1994
1995 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1996
da082f17
JK
19972009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1998
1999 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
2000
08be9d71
ME
20012009-10-06 Michael Eager <eager@eagercon.com>
2002
2003 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
2004 (Embedded Processors): Add MicroBlaze.
2005 (MicroBlaze): New. Describe Xilinx MicroBlaze
2006
08a0efd0
PA
20072009-10-04 Pedro Alves <pedro@codesourcery.com>
2008
2009 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
2010
cbb8f428
EZ
20112009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2012
2013 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
2014
30a4a70c
JB
20152009-09-23 Joel Brobecker <brobecker@adacore.com>
2016
2017 * observer.texi (solib_unloaded): Document explicitly the fact that
2018 this observer is called before the associated symbols are unloaded.
2019
b3372f91
VP
20202009-09-19 Vladimir Prus <vladimir@codesourcery.com>
2021
2022 * gdb.texinfo (GDB/MI Stack Manipulation): Document
2023 -stack-list-variables.
2024
f43030c4
TT
20252009-09-18 Tom Tromey <tromey@redhat.com>
2026
2027 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
2028 is experimental.
2029
ec7e75e7
PP
20302009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2031
2032 * gdb.texinfo (convenince variables): Mention
2033 $_siginfo could be empty.
f43030c4 2034
0cc7d26f
TT
20352009-09-15 Tom Tromey <tromey@redhat.com>
2036
2037 * gdb.texinfo (GDB/MI Variable Objects): Document
2038 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
2039 Expand -var-update documentation.
2040
a96d9b2e
SDJ
20412009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2042
2043 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
2044 feature.
2045
005ca36a
JB
20462009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2047
2048 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
2049
0d772ac9
MS
20502009-09-10 Michael Snyder <msnyder@vmware.com>
2051
2052 * gdb.texinfo (qSupported): Mention new ReverseContinue and
2053 ReverseStep replies to the qSupported query.
2054
14fb1bac
JB
20552009-09-10 Joel Brobecker <brobecker@adacore.com>
2056
2057 Add documentation for set/show interactive-mode.
2058 * gdb.texinfo (Other Misc Settings): New node.
2059
29b090c0
DE
20602009-09-01 Doug Evans <dje@google.com>
2061
2062 * gdb.texinfo (Caching Data of Remote Targets): Add note on
2063 non-stop mode's affect on remote caching.
2064
4e5d721f
DE
20652009-08-31 Jacob Potter <jdpotter@google.com>
2066 Doug Evans <dje@google.com>
2067
2068 * gdb.texinfo (Caching Data of Remote Targets): Update text.
2069 Mark `set/show remotecache' options as obsolete.
2070 Document new `set/show stack-cache' option.
2071 Update text for `info dcache'.
2072
55333a84
DE
20732009-08-27 Doug Evans <dje@google.com>
2074
2075 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
2076 (Files): Add note on new optional regex arg to `info sharedlibrary'.
2077
bc3a0b4d
RW
20782009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2079
2080 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
2081 about autoconf.
2082
3a1ff0b6
PA
20832009-08-25 Pedro Alves <pedro@codesourcery.com>
2084
2085 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
2086 small example, and describe its columns. Replace "inferior-id" by
2087 "infno" throughout.
2088
81ecdfbb
RW
20892009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2090
af542c2e
RW
2091 * gdbint.texinfo (Releasing GDB): Point to
2092 README-maintainer-mode file for required autoconf version.
2093 * configure.ac: Do not substitute datarootdir, htmldir,
2094 pdfdir, docdir. Do not process --with-datarootdir,
2095 --with-htmldir, --with-pdfdir, --with-docdir.
2096 * configure: Regenerate.
2097
81ecdfbb
RW
2098 * configure: Regenerate.
2099
4efc6507
DE
21002009-08-20 Reid Kleckner <reid@kleckner.net>
2101
2102 * gdb.texinfo: Add chapter on JIT interface.
2103
43089a6e
NR
21042009-08-07 Nick Roberts <nickrob@snap.net.nz>
2105
2106 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 2107 confirmation request.
43089a6e 2108
99e008fe
EZ
21092009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
2110
c8d5aac9
L
2111 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
2112 CRC definitions.
99e008fe 2113
48cb2d85
VP
21142009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2115
2116 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 2117 -break-commands.
48cb2d85 2118
ff1a52c6
UW
21192009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2120
2121 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2122 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
2123
3285f3fe
UW
21242009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2125
2126 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2127 "set spu stop-on-load" and "show spu stop-on-load" commands.
2128
e35359c5
UW
21292009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2130
2131 * gdb.texinfo (Target Descriptions): Document <compatible> element.
2132
58d6951d
DJ
21332009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2134
2135 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
2136 org.gnu.gdb.arm.neon.
2137
08d16641
PA
21382009-07-20 Pedro Alves <pedro@codesourcery.com>
2139
2140 * gdb.texinfo (Target Description Format): Mention the new <osabi>
2141 optional element.
2142 (subsection OS ABI): New subsection.
2143
782b2b07
SS
21442009-07-14 Stan Shebs <stan@codesourcery.com>
2145
2146 * gdb.texinfo (Tracepoint Conditions): New section.
2147 (General Query Packets): Describe ConditionalTracepoints.
2148 (Tracepoint Packets): Describe condition field.
2149 (Maintenance Commands): Describe maint agent-eval.
2150 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
2151
9b117ef3
HZ
21522009-07-11 Hui Zhu <teawater@gmail.com>
2153
2154 * gdb.texinfo (disassemble): Add a new modifier /r
2155 to "disassemble" command to make it print the raw instructions
2156 in hex as well as in symbolic form.
2157
f5a33284
TT
21582009-07-09 Tom Tromey <tromey@redhat.com>
2159
2160 * gdbint.texinfo (Testsuite): Document parallel make check.
2161
812f7342
TT
21622009-07-09 Tom Tromey <tromey@redhat.com>
2163
2164 * gdbint.texinfo (Testsuite): Document test transcripts.
2165
fbb8f299
PM
21662009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2167
2168 * gdb.texinfo (Values From Inferior): Add length parameter
2169 description.
2170
dd8f35ac
EZ
21712009-07-04 Chris Genly <chris@genly.us>
2172
2173 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
2174 in -var-list-children. Fix example according to what the code
2175 does.
2176
2277426b
PA
21772009-07-02 Pedro Alves <pedro@codesourcery.com>
2178
2179 * gdb.texinfo (Debugging multiple inferiors): Document the
2180 "inferior", "detach inferior" and "kill inferior" commands.
2181 (Debugging Programs with Multiple Processes): Adjust to mention
2182 generic "inferior" commands. Delete mention of "detach fork" and
2183 "delete fork". Cross reference to "Debugging multiple inferiors"
2184 section.
2185
a6d9a66e
UW
21862009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2187
5af949e3
UW
2188 * gdbint.texinfo (Item Output Functions): Update signature
2189 for ui_out_field_core_addr.
2190
21912009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2192
2193 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
2194 Update example code extrated from breakpoint.c.
2195
9901a55b 21962009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 2197
9901a55b
PP
2198 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
2199 MI commands.
2200 (GDB/MI Symbol Query): Likewise.
2201 (GDB/MI File Commands): Likewise.
2202 (GDB/MI File Transfer Commands): Likewise.
2203 (GDB/MI Target Manipulation): Likewise.
2204 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 2205
edb3359d
DJ
22062009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
2207
2208 * gdb.texinfo (Debugging Optimized Code): New chapter.
2209 (Compiling for Debugging): Reference it. Move some
2210 text to the new section.
2211
7cd1089b
PM
22122009-06-15 Phil Muldoon <pmuldoon@redhat.com>
2213
2214 * doc/gdb.texinfo (Calling): Document
2215 set-unwind-on-terminating-exception usage.
2216
d4db2f36
PA
22172009-06-11 Pedro Alves <pedro@codesourcery.com>
2218
2219 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
2220 command.
2221
d1a7880c
PA
22222009-06-07 Pedro Alves <pedro@codesourcery.com>
2223
2224 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
2225 references.
2226
473f94e6
UW
22272009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
2228
2229 * gdbint.texinfo: Rename formal parameters to gdbarch function
2230 protoypes from "current_gdbarch" to "gdbarch".
2231
8f500870
TT
22322009-05-28 Tom Tromey <tromey@redhat.com>
2233
2234 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
2235
b6313243
TT
22362009-05-27 Tom Tromey <tromey@redhat.com>
2237
2238 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2239 feature.
2240 (GDB/MI Variable Objects): Document -var-set-visualizer.
2241
22422009-04-02 Tom Tromey <tromey@redhat.com>
2243
2244 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2245 feature.
2246 (GDB/MI Variable Objects): Document -var-set-visualizer.
2247
a6bac58e
TT
22482009-05-27 Tom Tromey <tromey@redhat.com>
2249 Thiago Jung Bauermann <bauerman@br.ibm.com>
2250 Phil Muldoon <pmuldoon@redhat.com>
2251
2252 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
2253 (Pretty Printing): New node.
2254 (Selecting Pretty-Printers): Likewise.
2255 (Python API): Update.
2256 (Output Formats): Document /r format.
2257
2c74e833
TT
22582009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
2259 Tom Tromey <tromey@redhat.com>
2260
2261 * gdb.texinfo (Types In Python): New node.
2262 (Values From Inferior): "type" is now an attribute.
2263 (Python API): Update.
2264
89c73ade
TT
22652009-05-27 Tom Tromey <tromey@redhat.com>
2266 Thiago Jung Bauermann <bauerman@br.ibm.com>
2267 Phil Muldoon <pmuldoon@redhat.com>
2268
2269 * gdb.texinfo: Add @syncodeindex for `tp'.
2270 (Python API): Update.
2271 (Auto-loading): New node.
2272 (Objfiles In Python): New node.
2273
17a37d48
PP
22742009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2275
2276 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 2277
6718376f
NR
22782009-05-15 Nick Roberts <nickrob@snap.net.nz>
2279
2280 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
2281
cbe54154
PA
22822009-05-12 Pedro Alves <pedro@codesourcery.com>
2283
2284 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
2285 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
2286 show show-debug-regs' docs.
2287
8e05493c
EZ
22882009-05-08 Eli Zaretskii <eliz@gnu.org>
2289
2290 * gdb.texinfo (Process Record and Replay): Add description of
2291 reverse execution.
2292
b39f4988
JB
22932009-05-07 Joel Brobecker <brobecker@adacore.com>
2294
2295 * gdbint.texinfo (Adding support for debugging core files): New node.
2296 (Native Debugging): Remove the ``Native core file Support'' section.
2297
a2311334
EZ
22982009-05-01 Eli Zaretskii <eliz@gnu.org>
2299
2300 * gdb.texinfo (Process Record and Replay): Improve and clarify.
2301 Add index entries.
2302
53cc454a 23032009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 2304 Michael Snyder <msnyder@vmware.com>
53cc454a 2305
a2311334
EZ
2306 * gdb.texinfo: (Process Record and Replay): Add documentation for
2307 process record and replay.
53cc454a 2308
484086b7
JK
23092009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2310
2311 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
2312 a new part on command-line defined macros.
2313
32ae1842
EZ
23142009-04-25 Eli Zaretskii <eliz@gnu.org>
2315
2316 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
2317 clarify the wording.
2318
b14b1491
TT
23192009-04-23 Tom Tromey <tromey@redhat.com>
2320
2321 * gdb.texinfo (Data Files): New node.
2322 (GDB Files): Update menu.
2323
5c1e86e1
JB
23242009-04-23 Joel Brobecker <brobecker@adacore.com>
2325
2326 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 2327 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 2328
83eba9b7
VP
23292009-04-22 Vladimir Prus <vladimir@codesourcery.com>
2330
2331 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2332
e31198c4
HZ
23332009-04-22 Hui Zhu <teawater@gmail.com>
2334
2335 * gdb.texinfo (disassemble-next-line): Set the default of
2336 disassemble-next-line to off.
2337
26e251b6
JM
23382009-04-21 Joseph Myers <joseph@codesourcery.com>
2339
2340 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2341 --with-htmldir): New.
2342 * configure: Regenerate.
2343 * Makefile.in (datarootdir, docdir): Define.
2344 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2345 instead of $(SET_TEXINPUTS).
2346 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2347 gdbint.info instead of $(SET_TEXINPUTS).
2348 (gdbint/index.html): Use same -I options as for building
2349 gdbint.info.
2350 (stabs.dvi, stabs.pdf): Use same -I options as for building
2351 stabs.info instead of $(SET_TEXINPUTS).
2352 (stabs/index.html): Use same -I options as for building
2353 stabs.info.
2354 (annotate.dvi, annotate.pdf): Use same -I options as for building
2355 annotate.info instead of $(SET_TEXINPUTS).
2356 (annotate/index.html): Use same -I options as for building
2357 annotate.info.
2358
eac35c4e
DD
23592009-04-21 David Daney <ddaney@caviumnetworks.com>
2360
2361 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2362
29b0e8a2
JM
23632009-04-21 Joseph Myers <joseph@codesourcery.com>
2364
2365 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2366
2b831889 23672009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 2368 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
2369
2370 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2371 (MAKEHTMLFLAGS): Set to empty.
2372 (html__strip_dir): Define.
2373 (HTMLFILES): Define.
2374 (HTMLFILES_INSTALL): Define.
2375 (install-html): Copy new automake rule.
2376 (html): Depend on $(HTMLFILES).
2377 (gdb_toc.html): Rename to gdb/index.html.
2378 (gdbint_toc.html): Rename to gdbint/index.html.
2379 (stabs_toc.html): Rename to stabs/index.html.
2380 (annotate_toc.html): Rename to annotate/index.html.
2381
89a34d1b
JM
23822009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2383
2384 * Makefile.in: Set pdfdir and htmldir from configure
2385 substitutions.
2386 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2387 * configure: Regenerate.
2388
a2d5da46
JB
23892009-04-16 Joel Brobecker <brobecker@adacore.com>
2390
2391 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2392 This macro is no longer used.
2393
732f6a93
TT
23942009-04-15 Tom Tromey <tromey@redhat.com>
2395
2396 * gdb.texinfo (Character Sets): Document default character set.
2397
87f9adc1
PM
23982009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2399
2400 * gdbint.texinfo: Change server name from sources.redhat.com to
2401 sourceware.org throughout.
2402
2c88c651
JB
24032009-04-09 Joel Brobecker <brobecker@adacore.com>
2404
2405 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2406 about a missing dot or coma after @xref.
2407
4f5376b2
JB
24082009-04-02 Joel Brobecker <brobecker@adacore.com>
2409
2410 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2411 example, and add a small explanation about it.
2412 (Print Settings): Change the documentation of the "set print
2413 frame-arguments" to reflect the fact that the default is now "scalars".
2414
a0381d3a
JB
24152009-04-02 Joel Brobecker <brobecker@adacore.com>
2416
2417 * gdb.texinfo (Print Settings): Add kindex for command "set
2418 print frame-arguments".
2419
45ac276d
JB
24202009-03-31 Joel Brobecker <brobecker@adacore.com>
2421
2422 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2423 breakpoints.
2424 (Set Breaks): Add reference to thread-specific and task-specific
2425 breakpoints.
2426
32cd1edc
JB
24272009-03-31 Joel Brobecker <brobecker@adacore.com>
2428
2429 * gdb.texinfo (Ada Tasks): Remove the documentation about
2430 the "Running" state, as this state has been eliminated.
2431 Now all runnable tasks are shown as "Runnable".
2432
1042e4c0
SS
24332009-03-30 Stan Shebs <stan@codesourcery.com>
2434
2435 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2436 special case of breakpoints.
2437 (Enable and Disable Tracepoints): Mention deprecation.
2438 (Listing Tracepoints): Update description and example.
2439
f8f6f20b
TJB
24402009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2441
2442 * gdb.texinfo (Frames in Python): New node.
2443 (Python API): Update.
2444
c0c6f777
TJB
24452009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2446
2447 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2448 from a method to an attribute.
2449
def2b000
TJB
24502009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2451
2452 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2453 attribute.
2454
a07daef3
PA
24552009-03-25 Pedro Alves <pedro@codesourcery.com>
2456
2457 * observer.texi (thread_exit): Add "silent" parameter.
2458
f3b1572e
PA
24592009-03-22 Pedro Alves <pedro@codesourcery.com>
2460
2461 * observer.texi (about_to_proceed): New.
2462
587afa38
EZ
24632009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2464
2465 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2466 field throughout to handle types with spaces in them. Fix typos
2467 found by aspell.
2468 (Summary, Requirements, Contributors): New first chapter,
2469 "Summary" added, old Requirements section moved there, and new
2470 section, "Contributors" added.
2471 (Initializing a New Architecture, Register Representation)
2472 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2473 (Porting gdb): These sections extended and updated.
2474 (Compiler Characteristics): This section (empty) deleted.
2475 (Defining Other Architecture Features): This section renamed and
2476 duplicate material removed from (formerly "Target Conditionals").
2477 Use braces {} in @deftypeXX type field throughout to handle types
2478 with spaces in them. Typos found by aspell fixed.
2479
2480 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2481 * stack_frame.pdf: Version of image for PDF output.
2482 * stack_frame.png: Version of image for HTML output and for Emacs.
2483 * stack_frame.txt: Version of image for Info output.
1db61298 2484 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2485
10af6951
EZ
24862009-03-21 Eli Zaretskii <eliz@gnu.org>
2487
2488 * gdb.texinfo (Character Sets): Fix last change.
2489
cc924cad
TJB
24902009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2491
2492 * gdb.texinfo (Values From Inferior): Fix optional arguments
2493 markup.
2494 (Commands In Python): Adjust argument names of gdb.Command.__init__
2495 to what the function accepts as keywords.
2496
bc3b79fd
TJB
24972008-03-20 Tom Tromey <tromey@redhat.com>
2498
2499 * gdb.texinfo (Convenience Vars): Document convenience functions.
2500 (Functions In Python): New node.
2501 (Python API): Update.
2502
6c7a06a3
TT
25032009-03-20 Tom Tromey <tromey@redhat.com>
2504
2505 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2506 set target-wide-charset.
2507 (Requirements): Mention iconv.
2508
b646ddd4
HZ
25092009-03-17 Hui Zhu <teawater@gmail.com>
2510
2511 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2512
91440f57
HZ
25132009-03-17 Hui Zhu <teawater@gmail.com>
2514
2515 * gdb.texinfo: Add documentation for disassemble-next-line.
2516
8fd41227
TJB
25172009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2518
2519 * gdb.texinfo (Commands In Python): Remove tindex entries.
2520
61ff14c6
JK
25212009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2522
2523 * gdb.texinfo (Returning): New description for missing debug info.
2524
0b16c5cf
PA
25252009-03-14 Pedro Alves <pedro@codesourcery.com>
2526
2527 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2528 (General Query Packets): Document qAttached.
0b16c5cf 2529
32fc0df9
PA
25302009-03-05 Pedro Alves <pedro@codesourcery.com>
2531
2532 * gdb.texinfo (Background Execution): Better describe the set
2533 target-async command.
2534 (Maintenance Commands): Delete description of the `maint set/show
2535 linux-async' and `maint set/show remote-async' commands.
2536
134eb42c
VP
25372009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2538
2539 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2540 between sentences.
2541
c86cf029
VP
25422009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2543
2544 * gdb.texinfo (GDB/MI Async Records): Document the
2545 =library-loaded and =library-unloaded notifications.
2546
3ea85240
VP
25472009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2548
2549 * observer.texi (test_notification): New observer.
2550
1d33d6ba
VP
25512009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2552
61ff14c6
JK
2553 * observer.texi: Add parameter 'print_frame' to normal_stop
2554 observer.
1d33d6ba 2555
d721c933
EZ
25562009-02-07 Eli Zaretskii <eliz@gnu.org>
2557
2558 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2559 (Commands In Python): Fix COMMAND_* constants in last change. Use
2560 @kbd for interactive input. Add cross-references and index
2561 entries.
2562
4aa995e1
PA
25632009-02-06 Pedro Alves <pedro@codesourcery.com>
2564
2565 * gdb.texinfo (Signals): Document $_siginfo.
2566 (Convenience Variables): Mention $_siginfo.
2567 (Remote Configuration): Document qXfer:siginfo:read,
2568 qXfer:siginfo:write packets, and the read-siginfo-object,
2569 write-siginfo-object commands.
2570
5f5233d4
PA
25712009-02-06 Pedro Alves <pedro@codesourcery.com>
2572
2573 * gdbint.texinfo (Values): New chapter.
2574
d8906c6f
TJB
25752009-02-06 Tom Tromey <tromey@redhat.com>
2576
2577 * gdb.texinfo (Python API): Add entry for Commands In Python.
2578 (Commands In Python): New node.
2579
b6cb8e7d
TJB
25802009-02-05 Tom Tromey <tromey@redhat.com>
2581
2582 * gdb.texinfo (Values From Inferior): Document Value.string.
2583
12453b93
TJB
25842009-02-05 Tom Tromey <tromey@redhat.com>
2585
2586 * gdb.texinfo (Basic Python): Document execute's from_tty
2587 argument.
2588
08c637de
TJB
25892009-02-04 Tom Tromey <tromey@redhat.com>
2590
2591 * gdb.texinfo (Basic Python): Document gdb.history.
2592
592375cd
VP
25932009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2594
2595 * gdb.texinfo (GDB/MI Thread Commands): Document the
2596 'current-thread-id' field. Remove the example with zero threads,
2597 since current GDB won't ever report that if there's inferior.
2598
41447f92
VP
25992009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2600
2601 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2602 option to -break-insert.
2603
098b41a6
JG
26042009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2605 Jerome Guitton <guitton@adacore.com>
2606
2607 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2608 (System-wide configuration): New section.
2609
3c16cced
PA
26102009-01-26 Pedro Alves <pedro@codesourcery.com>
2611
2612 PR gdb/7580:
2613 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2614 internal-error|internal-warning quit|corefile ask|yes|no".
2615
62709adf
PA
26162009-01-26 Pedro Alves <pedro@codesourcery.com>
2617
2618 * gdb.texinfo (Using the `gdbserver' Program): Document
2619 --remote-debug.
2620
7ce58dd2
DE
26212009-01-23 Doug Evans <dje@google.com>
2622
2623 * gdb.texinfo: Add nexti to list of commands that support
2624 background execution.
2625
adb483fe
DJ
26262009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2627
2628 * gdb.texinfo (Define, Hooks): Document prefix command support.
2629
a67ec3f4 26302009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2631 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2632
2633 Fixes for makeinfo --html.
2634
2635 * annotate.texinfo: Use @copying and @insertcopying. Use
2636 @ifnottex in place of @ifinfo.
2637 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2638 place of @ifinfo. Use @ifnotinfo for one index entry.
2639 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2640 in place of @ifinfo.
2641 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2642 in place of @ifinfo. Include contents at start unconditionally.
2643
84fcdf95
PA
26442009-01-13 Pedro Alves <pedro@codesourcery.com>
2645
2646 * gdb.texinfo (General Query Packets): Remove @var{} around the
2647 "spu" literal string.
2648
fa3a767f
PA
26492009-01-07 Pedro Alves <pedro@codesourcery.com>
2650
2651 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2652 program may be running in another process" errors.
2653 * gdbint.texinfo (Native Conditionals): Delete
2654 ONE_PROCESS_WRITETEXT description.
2655
9cb011d3
JB
26562009-01-07 Joel Brobecker <brobecker@adacore.com>
2657
2658 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2659 emacs local variable to be placed at the end of the ChangeLog.
2660 Add server.c and gdbreplay.c to the list of files where the
2661 copyright year needs to be updated.
2662
84603566
SL
26632009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2664
2665 * gdb.texinfo (Remote Configuration): Document new
2666 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2667 commands.
2668
a53f55d8
PA
26692008-12-28 Pedro Alves <pedro@codesourcery.com>
2670
2671 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2672 FETCH_INFERIOR_REGISTERS.
2673 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2674 FETCH_INFERIOR_REGISTERS descriptions. Remove
2675 gdbarch_get_longjmp_target descrition, since already described in
2676 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2677 (Target Conditionals): ... here.
2678
077e0a52
JB
26792008-12-16 Joel Brobecker <brobecker@adacore.com>
2680
2681 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2682 examples.
2683 (Additions to Ada): Likewise. Add the missing opening and closing
2684 parenthesis of the GDB prompt in one of the examples.
2685
023eb17c
JB
26862008-12-14 Joel Brobecker <brobecker@adacore.com>
2687
2688 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2689 about the result of 'Address not being of type System.Address.
2690 This problem has been fixed a while ago.
2691
c3b108f7
VP
26922008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2693
2694 MI non-stop and multiprocess docs.
2695
c8d5aac9
L
2696 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2697 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2698 Adjust documentation for *stopped, document =thread-created,
2699 =thread-exited, =thread-group-created and =thread-group-exited.
2700 (GDB/MI Thread Commands): Document the 'state' field in
2701 -thread-info output.
2702 (GDB/MI Program Execution): Mention --all and --thread-group
2703 options.
2704 (GDB/MI Variable Objects): Describe floating and fixed variable
2705 objects.
2706 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2707
07e059b5
VP
27082008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2709
c8d5aac9
L
2710 * gdb.texinfo (Operating System Information): New appendix.
2711 (Operating System Auxiliary Information): Document 'info os processes'
2712 (Remote Configuration): Document 'osdata'
2713 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2714
a80b95ba
TG
27152008-11-27 Tristan Gingold <gingold@adacore.com>
2716
2717 * gdb.texinfo (Darwin): Document Darwin specific features.
2718
a655d424
JK
27192008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2720
2721 * gdbint.texinfo (Target Conditionals): Extend the
2722 gdbarch_breakpoint_from_pc description.
2723
249e1128
VP
27242008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2725
2726 * gdb.texinfo (M68K Features): Fix typo.
2727
c14c28ba
PP
27282008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2729
2730 * gdb.texinfo (Symbols): Mention printing containing
2731 image name in "info symbol".
2732 (Maint translate-address): Likewise.
889bf7c5 2733
394a6666
JB
27342008-11-18 Joel Brobecker <brobecker@adacore.com>
2735
2736 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2737 commands "catch load" and "catch unload".
2738
66bb093b
VP
27392008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2740
2741 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2742 =thread-selected.
889bf7c5 2743
4a92f99b
VP
27442008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2745
c8d5aac9 2746 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2747
f0323ca0
PA
27482008-10-27 Pedro Alves <pedro@codesourcery.com>
2749
2750 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2751 .mt files, TM_CLIBS or TM_CDEPS.
2752 (x86 Watchpoints): Don't mention TDEPFILES.
2753
8b23ecc4
SL
27542008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2755
2756 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2757 (Overview): Mention notifications and non-stop mode behavior.
2758 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2759 with non-stop mode behavior. Add vStopped description.
2760 (Stop Reply Packets): Update list of packets that return
2761 stop replies. Mention non-stop behavior.
2762 (General Query Packets): Document QNonStop packet and associated
2763 qSupported query response.
2764 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2765 behavior.
2766 (Notification Packets): New section.
2767 (Remote Non-Stop): New section.
2768 (File-I/O Overview): Mention non-stop behavior.
2769
fff08868
HZ
27702008-10-24 Hui Zhu <teawater@gmail.com>
2771 Pedro Alves <pedro@codesourcery.com>
2772
2773 * gdb.texinfo (displaced-stepping): Describe the auto mode
2774 setting, and say it's the default. This is now a mainstream
2775 setting instead of a maintenance setting.
2776
252fbfc8
PA
27772008-10-23 Pedro Alves <pedro@codesourcery.com>
2778
2779 * observer.texi (thread_stop_requested): New.
2780
20924a55
JB
27812008-10-22 Joel Brobecker <brobecker@adacore.com>
2782
2783 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2784 (Patching): Replace incorrect usage of @samp by @kbd.
2785
bacec72f
MS
27862008-10-17 Michael Snyder <msnyder@vmware.com>
2787
2788 * gdb.texinfo: Add documentation for reverse execution.
2789
a08702d6 27902008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2791 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2792
2793 * gdb.texinfo. (Values From Inferior): New subsubsection.
2794
d97bc12b
DE
27952008-10-06 Doug Evans <dje@google.com>
2796
2797 * gdb.texinfo (set debug dwarf2-die): Document it.
2798
87f67dba
JB
27992008-10-01 Joel Brobecker <brobecker@adacore.com>
2800
2801 * gdb.texinfo (catch) [exception]: Document how to insert
2802 a breakpoint on user-defined exceptions when the exception
2803 name is identical to one of the language-defined ones.
2804
2fae03e8
TT
28052008-09-27 Tom Tromey <tromey@redhat.com>
2806
2807 * gdb.texinfo (Macros): Remove text about stringification,
2808 varargs, and splicing.
2809
5c6ce71d
TT
28102008-09-27 Tom Tromey <tromey@redhat.com>
2811
2812 * gdbint.texinfo (Language Support): Remove text about omitting
2813 support for a language.
2814
07128da0
DE
28152008-09-23 Doug Evans <dje@google.com>
2816
2817 * gdb.texinfo (info dcache): Update.
2818
b90a069a
SL
28192008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2820
2821 * gdb.texinfo (Packets): Add info on thread-id syntax and
2822 multiprocess extensions.
2823 <D>: Document multiprocess form of packet.
2824 <H>: Use thread-id syntax.
2825 <T>: Likewise.
2826 <vCont>: Likewise. Note this is required for multiprocess.
2827 <vKill>: New packet.
2828 (Stop Reply Packets) <T>: Use thread-id syntax.
2829 <W>: Document multiprocess form of reply.
2830 <X>: Likewise.
2831 (General Query Packets) <qC>: Use thread-id syntax.
2832 <qfThreadInfo>: Likewise.
2833 <qGetTLSAddr>: Likewise.
2834 <qP>: Likewise.
2835 <qSupported>: Add "multiprocess" feature.
2836 <qThreadExtraInfo>: Use thread-id syntax.
2837
b77209e0
PA
28382008-09-22 Stan Shebs <stan@codesourcery.com>
2839
2840 * gdb.texinfo (Inferiors): New section.
2841
3d0bb823
PA
28422008-09-12 Pedro Alves <pedro@codesourcery.com>
2843
2844 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2845
f8dcfc0a
UW
28462008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2847
2848 * gdbint.texinfo (Target Conditionals): Remove documentation
2849 for gdbarch_name_of_malloc.
2850
8775bb90
MS
28512008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2852
2853 * gdb.texinfo (Interrupts): Mention TCP interface for
2854 sending BREAK.
2855
f1838a98
UW
28562008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2857
2858 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2859 argument prefix to "set sysroot".
2860
158c7665
PH
28612008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2862
2863 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2864 and False.
2865
30e026bb
VP
28662008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2867
c8d5aac9
L
2868 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2869 for possible features of -list-features.
30e026bb 2870
c6ebd6cf
VP
28712008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2872
c8d5aac9 2873 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2874 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2875
aeac0ff9
VP
28762008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2877
2878 * doc/gdb.texinfo (PowerPC): Fix typo.
2879 (PowerPC features): Fix typo.
2880
5231c1fd
PA
28812008-08-18 Pedro Alves <pedro@codesourcery.com>
2882
2883 * observer.texi (thread_ptid_changed): New.
2884
677c5bb1
LM
28852008-08-18 Luis Machado <luisgpm@br.ibm.com>
2886
2887 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2888 (PowerPC features): Mention feature set for VSX registers.
2889
f3a2dd1a
JB
28902008-08-13 Joel Brobecker <brobecker@adacore.com>
2891
2892 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2893 the direct visibility of all names in user-written packages.
2894
33e5cbd6
PA
28952008-08-13 Pedro Alves <pedro@codesourcery.com>
2896
2897 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2898 setting, and make it the default.
2899 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2900 non-stop script example.
2901
d0384fc4
TJB
29022008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2903
2904 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2905 reference to the "Using Different Register and Memory Data
2906 Representation" section.
2907
a6f3e723
SL
29082008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2909
2910 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2911 (Remote Protocol): Add Packet Acknowledgment to menu.
2912 (Overview): Mention +/- can be disabled, and point to new section
2913 where this is discussed in detail.
2914 (General Query Packets): Document QStartNoAckMode packet, and
2915 corresponding qSupported reply.
2916 (Packet Acknowledgment): New section.
2917
0606b73b
SL
29182008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2919 Pedro Alves <pedro@codesourcery.com>
2920
2921 * gdb.texinfo (Threads): Move paragraph about automatic thread
2922 selection to All-Stop Mode subsection.
2923 (Thread Stops): Reorganize existing material into subsections.
2924 Add introductory blurb and menu.
2925 (Non-Stop Mode): New subsection.
2926 (Background Execution): New subsection.
2927 (Maintenance Commands): Add cross-references from async mode
2928 commands to the new Background Execution section.
2929
d57a3c85
TJB
29302008-08-06 Tom Tromey <tromey@redhat.com>
2931
2932 * gdb.texinfo (Extending GDB): New chapter.
2933 (Sequences): Demoted chapter, now a section under the new
2934 Extending GDB chapter.
2935 (Python): New section.
2936
6d76a53d
SS
29372008-07-31 Stan Shebs <stan@codesourcery.com>
2938
2939 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2940
1f70da6a
SS
29412008-07-29 Stan Shebs <stan@codesourcery.com>
2942
2943 * gdbint.texinfo: General round of cleanup and minor
2944 clarifications.
2945 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2946 (Longjmp Support): Update description to reflect how it is done
2947 for targets without using native header.
2948 (Symbol Handling): Add a little more general explanation.
2949 (COFF, ELF): Mention stabs encapsulation.
2950 (DWARF 3): New section.
2951 (Adding a New Host): Scrub out some obsolete bits.
2952 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2953 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2954 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2955 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2956 SEEK_SET, STOP_SIGNAL, USG.
2957 (Raw and Virtual Register Representations): Ditto for
2958 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2959 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2960 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2961 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2962 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2963 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2964 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2965 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2966 DEPRECATED_USE_STRUCT_CONVENTION.
2967 Describe gdbarch_deprecated_fp_regnum.
2968 Update description of gdbarch_print_insn.
2969 (Adding a New Target): Scrub out obsolete bits.
2970 (Obsolete Conditionals): Remove entire section.
2971
383f836e
TT
29722008-07-25 Tom Tromey <tromey@redhat.com>
2973
2974 * observer.texi (GDB Observers): Document new observers:
2975 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2976 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2977 architecture_changed.
2978
cfd8ab24
SS
29792008-07-21 Stan Shebs <stan@codesourcery.com>
2980
2981 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2982 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2983
781b42b0
TT
29842008-07-21 Tom Tromey <tromey@redhat.com>
2985
2986 * observer.texi (GDB Observers): Remove obsolete comment.
2987 <executable_changed>: Remove argument.
2988
d7d9f01e
TT
29892008-07-18 Tom Tromey <tromey@redhat.com>
2990
2991 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2992
bf250677
DE
29932008-07-10 Doug Evans <dje@google.com>
2994
2995 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2996
10568435
JK
29972008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2998
2999 * gdb.texinfo (Starting): Document "set disable-randomization".
3000
5ae4183a
AS
30012008-07-07 Andreas Schwab <schwab@suse.de>
3002
3003 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
3004
b56e7235
VP
30052008-07-06 Vladimir Prus <vladimir@codesourcery.com>
3006
3007 * gdb.texinfo (GDB/MI Target Manipulation): Add
3008 example of -target-attach.
3009
e1ac3328
VP
30102008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3011
3012 * observer.texi (target_resumed): New observer.
5ae4183a 3013 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 3014
65d12d83
TT
30152008-06-06 Tom Tromey <tromey@redhat.com>
3016
3017 * gdb.texinfo (Completion): Add field name example.
3018
fbc5282e
MK
30192008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
3020
3021 * gdb.texinfo (GDB/MI Program Context): Added example
3022 to -exec-arguments
5ae4183a 3023
fbc5282e 30242008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
3025
3026 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
3027 annotation.
3028
c16158bc 30292008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
3030 Nathan Sidwell <nathan@codesourcery.com>
3031 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
3032
3033 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
3034 and ACX_BUGURL.
3035 * configure: Regenerate.
3036 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
3037 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
3038 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
3039 mailing-list-specific text about bug reporting unless
3040 BUGURL_DEFAULT.
3041
75c99385
PA
30422008-06-05 Pedro Alves <pedro@codesourcery.com>
3043
3044 * gdb.texinfo (-target-select): Remove reference to target async.
3045 (Maintenance Commands): Document "maint set/show remote-async".
3046
1763a388
MK
30472008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
3048
3049 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
3050 in -target-file-get section.
5ae4183a 3051
d0d064df
PA
30522008-05-22 Pedro Alves <pedro@codesourcery.com>
3053
9b562ab8
PA
3054 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
3055 killing the inferior when it is already debugging a process.
d0d064df 3056
8dfa32fc
JB
30572008-05-21 Joel Brobecker <brobecker@adacore.com>
3058
3059 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
3060 abbreviation for "finish".
3061
55f996a7
NR
30622008-05-21 Nick Roberts <nickrob@snap.net.nz>
3063
3064 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
3065
ba2b1c56
DJ
30662008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3067
3068 * gdbint.texinfo (Target Conditionals): Delete entry for
3069 gdbarch_dwarf_reg_to_regnum.
3070
08388c79
DE
30712008-05-09 Doug Evans <dje@google.com>
3072
a3c83fae 3073 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 3074
d14508fe
DE
30752008-05-05 Doug Evans <dje@google.com>
3076
3077 * gdb.texinfo (disassemble): Document /m modifier.
3078
e2b7ddea
VP
30792008-05-05 Vladimir Prus <vladimir@codesourcery.com>
3080
5ae4183a
AS
3081 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
3082 will not report the time of commands that run the target.
e2b7ddea 3083
8eb41542
VP
30842008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3085
3086 * gdb.texinfo (GDB/MI Output Records): Add
3087 missing semicolon.
3088
82f68b1c
VP
30892008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3090
3091 * gdb.texinfo (GDB/MI Output Records):
3092 Document =thread-create and =thread-exited.
3093
fa0f268d
VP
30942008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3095
3096 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 3097 Remove mention of dmi-discuss.
fa0f268d 3098
063bfe2e
VP
30992008-05-03 Pedro Alves <pedro@codesourcery.com>
3100
3101 * observer.texi (thread_exit): New.
3102
237fc4c9
PA
31032008-05-02 Pedro Alves <pedro@codesourcery.com>
3104
3105 * gdb.texinfo (Debugging Output): Document "set/show debug
3106 displaced".
3107 (Maintenance Commands): Document "maint set/show
3108 can-use-displaced-stepping".
3109
0428b8f5
DJ
31102008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3111
3112 * gdb.texinfo (ARM): Document set/show arm fallback-mode
3113 and set/show arm force-mode.
3114
5009afc5
AS
31152008-05-02 Andreas Schwab <schwab@suse.de>
3116
3117 * gdbint.texinfo (Algorithms): Describe
3118 target_watchpoint_addr_within_range.
3119
669fac23
DJ
31202008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3121
3122 * gdbint.texinfo (Stack Frames): New chapter.
3123 (Algorithms): Move Frames text to the new chapter.
3124 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
3125 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
3126
721c02de
VP
31272008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3128
5ae4183a
AS
3129 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
3130 output does not necessary include any tokens.
721c02de 3131
c055b101
CV
31322008-04-22 Corinna Vinschen <vinschen@redhat.com>
3133
3134 * gdb.texinfo (Set SH Calling convention): New @item.
3135 (Show SH Calling convention): Ditto.
3136
68837c9d
MD
31372008-04-22 Markus Deuling <deuling@de.ibm.com>
3138
3139 * gdb.texinfo (Fortran Operators): Describe '%' operator.
3140
2e9132cc
EZ
31412008-04-20 Eli Zaretskii <eliz@gnu.org>
3142
3143 * gdb.texinfo (Set Breaks): Mention that multiple location
3144 breakpoints need line number info. Add index entries.
3145
31fffb02
CS
31462008-04-19 Craig Silverstein <csilvers@google.com>
3147
3148 * gdb.texinfo (Requirements): Add an optional requirement on
3149 zlib.
3150 * gdbint.texinfo (Debugging File Formats): Add new subsection for
3151 Compressed DWARF 2.
3152
a47ec5fe
AR
31532008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
3154
3155 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
3156 sample output for 'stopped,reason="breakpoint-hit"' message.
3157 (GDB/MI Program Execution): Likewise.
3158
de051565
MK
31592008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3160
5ae4183a 3161 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
3162 -var-set-format. Add -f option to -var-evaluate-expression.
3163
6ba66d6a
JB
31642008-04-03 Joel Brobecker <brobecker@adacore.com>
3165
3166 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
3167 new node "Ambiguous Expressions". Replace references to this
3168 node by references to "Ambiguous Expressions" throughout.
3169 (Ambiguous Expressions): New node.
3170
1e26b4f8
DJ
31712008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
3172
3173 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
3174
b84876c2
PA
31752008-03-21 Pedro Alves <pedro@codesourcery.com>
3176
3177 * gdb.texinfo (Debugging Output): Document
3178 "set/show debug lin-lwp-async".
3179 (Maintenance Commands): Document "maint set/show linux-async".
3180
63092375
DJ
31812008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3182
3183 * gdb.texinfo (Expressions): Update description of malloced arrays.
3184
8e8901c5
VP
31852008-03-15 Vladimir Prus <vladimir@codesourcery.com>
3186
3187 * gdb.texinfo (Thread Commands): Document
3188 -thread-info. Remove -thread-list-all-threads.
3189
1fddbabb
PA
31902008-03-14 Pedro Alves <pedro@codesourcery.com>
3191 Sandra Loosemore <sandra@codesourcery.com>
3192
3193 * gdb.texinfo (Library List Format): Update to mention the
3194 possibility to pass section addresses instead of segment
3195 addresses.
3196
ccd213ac
DJ
31972008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
3198
3199 * gdb.texinfo (Starting): Document "set exec-wrapper".
3200 (Server): Document gdbserver --wrapper.
3201
fa4727a6
DJ
32022008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3203
3204 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
3205 unreadable memory. Delete obsolete SPARClite reference.
3206
8edfe269
DJ
32072008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3208
3209 * gdb.texinfo (Starting): Mention always-running targets.
3210 (Target Commands): Add an anchor for load.
3211 (Connecting): Explain continue instead of run.
3212
1843f87b
DJ
32132008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
3214
3215 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
3216
f9082629
NR
32172008-02-26 Nick Roberts <nickrob@snap.net.nz>
3218
3219 * gdb.texinfo (Set Breaks): Revert description of Enb column of
3220 breakpoint table.
3221
fd96d250
PA
32222008-02-19 Pedro Alves <pedro@codesourcery.com>
3223
3224 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
3225 killing the inferior when it is already debugging a process.
3226
36af4ef6
MD
32272008-02-13 Markus Deuling <deuling@de.ibm.com>
3228
3229 * gdbint.texinfo (Build Script): New section. Mention new build script
3230 gdb_buildall.sh.
3231
cda4ce5a
JB
32322008-02-01 Jim Blandy <jimb@red-bean.com>
3233
3234 * gdb.texinfo (Help): Summarize 'info args' correctly.
3235
4acd40f3
TJB
32362008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3237
3238 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
3239 available in PowerPC architecture.
3240 (Embedded Processors): Change node name of PowerPC item in menu.
3241 (PowerPC): Rename to...
3242 (PowerPC Embedded): this.
3243 (Architectures): Add new PowerPC item in menu.
3244 (PowerPC): New node.
3245
6e6c6f50
DJ
32462008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3247
3248 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
3249 commands.
3250
5ee187d7
DJ
32512008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3252
3253 * gdb.texinfo (Setting Catchpoints): Mention features
3254 supported on GNU/Linux.
3255
e275c0d9
NR
32562008-01-30 Nick Roberts <nickrob@snap.net.nz>
3257
3258 * gdb.texinfo (GDB/MI File Commands): Describe new output
3259 field for MI command -file-list-exec-source-file.
3260
2d717e4f
DJ
32612008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3262
3263 * gdb.texinfo (Using the `gdbserver' Program): Add security
3264 warning. Rearrange into subsections and subsubsections. Document
3265 --multi and --debug. Correct --with-sysroot typo. Update --attach
3266 usage. Make load reference clearer. Document monitor exit.
3267 (Remote Configuration): Document set remote exec-file, attach-packet,
3268 and run-packet.
3269 (Packets): Document vAttach and vRun.
3270
d35a4257 32712008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
3272
3273 * gdb.texinfo (Processes): Mention process command.
889bf7c5 3274 detach-on-follow -> detach-on-fork.
f663676d 3275
c78d192c
DJ
32762008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3277
3278 * gdbint.texinfo (Native Conditionals): Remove
3279 SHELL_COMMAND_CONCAT and SHELL_FILE.
3280
d35a4257
EZ
32812008-01-26 Eli Zaretskii <eliz@gnu.org>
3282
3283 * gdb.texinfo (Specify Location): Improve wording.
3284
93815fbf
VP
32852008-01-23 Chris Demetriou <cgd@google.com>
3286
3287 * gdb.texinfo (Threads): Document new "set print thread-events"
3288 and "show print thread-events" commands.
3289
2a25a5ba
EZ
32902008-01-19 Eli Zaretskii <eliz@gnu.org>
3291
3292 * gdb.texinfo (Specify Location): New section.
3293 (Delete Breaks, Edit, Set Breaks): Remove description of
3294 locations. Instead, add a reference to "Specify Location".
3295 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
3296 (Symbols): Refer to "Specify Location" for the valid forms of
3297 linespecs and locations.
3298
32c9a795
MD
32992008-01-18 Markus Deuling <deuling@de.ibm.com>
3300
3301 * gdbint.texinfo (Target Conditionals): Replace the description of
3302 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
3303
b17828ca
JB
33042008-01-12 Paul Hilfinger <hilfinger@adacore.com>
3305
3306 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
3307 about &&var, which is rejected by the expression parser.
3308
0aea4bf3
LM
33092008-01-09 Luis Machado <luisgpm@br.ibm.com>
3310
3311 * gdb.texinfo (Output): Update documentation on using printf with DFP
3312 types.
3313
febe4383
TJB
33142008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3315
3316 * gdb.texinfo (C and C++): Add Decimal Floating Point format
3317 subsubsection.
3318 (Decimal Floating Point format): New subsubsection.
3319
7a404eba
PA
33202008-01-05 Pedro Alves <pedro@codesourcery.com>
3321
3322 * gdb.texinfo (File Options): Remove mention of the attempt to
3323 open a core file with the -p option. Don't list -c as a valid
3324 option to attach to a process.
3325
a4d9b460
PA
33262008-01-05 Pedro Alves <pedro@codesourcery.com>
3327
3328 * gdbint.texinfo (Host Conditionals): Remove mention of
3329 ALIGN_STACK_ON_ENTRY.
3330
6ec2edbe
JB
33312008-01-05 Joel Brobecker <brobecker@adacore.com>
3332
3333 * gdbint.texinfo (Start of New Year Procedure): Add item
3334 describing how to update the source and documentation copyright
3335 notices.
3336
d8b2a693
JB
33372007-12-18 Jim Blandy <jimb@codesourcery.com>
3338
ab209b3a 3339 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
3340 watchpoint explanation into the main description of the watchpoint
3341 command; update synopses of 'watch', 'rwatch', and 'awatch'
3342 commands.
3343
8b4ed427
VP
33442007-12-18 Vladimir Prus <vladimir@codesourcery.com>
3345
3346 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3347 Document 'pending-breakpoints' feature of
3348 -list-features.
3349
37e4754d
LM
33502007-12-17 Luis Machado <luisgpm@br.ibm.com>
3351
669fac23 3352 * gdb.texinfo: Add new parameter's description.
37e4754d 3353
1d3811f6
DJ
33542007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3355
3356 * gdb.texinfo (Overview): Clarify run-length encoding
3357 example. Remove the restriction on "+" and "-" characters.
3358
c1c25a1a
EZ
33592007-12-15 Eli Zaretskii <eliz@gnu.org>
3360
3361 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3362
afe8ab22 33632007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3364
afe8ab22
VP
3365 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3366 the -f option for -break-insert, remove -r option,
3367 and clarify specification of location.
3368
a6b151f1
DJ
33692007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3370
3371 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3372 formatting.
3373 (Remote Debugging): Add File Transfer section.
3374 (Remote Configuration): Document Host I/O packets.
3375 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 3376 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
3377 (Packets): Add vFile.
3378
3b784c4f
EZ
33792007-11-17 Eli Zaretskii <eliz@gnu.org>
3380
3381 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3382 breakpoints with multiple locations.
3383 (Breakpoint Menus): Improve wording.
3384 (Output): Fix last change.
3385
a4ce5b0d
UW
33862007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3387
3388 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3389
1b39d5c0
DE
33902007-11-15 Doug Evans <dje@google.com>
3391
3392 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3393
7a72d44c
VP
33942007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3395
3396 * gdbint.texinfo (Native Conditionals): Remove
3397 mention of CLEAR_SOLIB.
5ae4183a 3398
6d1829bf 33992007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
3400
3401 * gdb.texinfo (Print Settings): Add documentation for "set/show
3402 print frame-arguments".
3403
1a619819
LM
34042007-11-05 Luis Machado <luisgpm@br.ibm.com>
3405
3b784c4f 3406 * gdb.texinfo (Output): Update printf command's description.
1a619819 3407
55eddb0f
DJ
34082007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3409
3410 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3411 powerpc soft-float".
3412
9cceb671
DJ
34132007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3414
3415 * gdb.texinfo (Files): Correct formatting. Mention Expat
3416 requirement.
3417 (Requirements for Building GDB): Expand the list of Expat
3418 uses.
3419 (Library List Format, Memory Map Format): Mention Expat.
3420 (Target Descriptions): Update Expat wording.
3421
83acabca
DJ
34222007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3423
3424 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3425 Document that gdbarch_convert_register_p should return zero for no-op
3426 conversions.
3427
e35879db
UW
34282007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3429
83acabca 3430 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
3431 of set_gdbarch_sofun_address_maybe_missing back to ...
3432 (Target Conditionals): ... here to fix build break.
3433
203c3895
UW
34342007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3435
83acabca 3436 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
3437 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3438 (Compiler Characteristics): ... documentation of
3439 set_gdbarch_sofun_address_maybe_missing.
3440
11411de3
DJ
34412007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3442
3443 * gdbint.texinfo (Target Conditionals): Use
3444 frame_unwind_register_unsigned in examples instead of
3445 frame_unwind_unsigned_register.
3446
7cc46491
DJ
34472007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3448
3449 * gdb.texinfo (Predefined Target Types): Add int128
3450 and uint128.
3451 (Standard Target Features): Add PowerPC features.
3452
81adfced
DJ
34532007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3454
3455 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3456
c1874924
UW
34572007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3458
3459 * gdbint.texi (Target Conditionals): Remove documentation
3460 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3461 gdbarch_extract_return_value, and gdbarch_store_return_value.
3462
f6e56ab3
UW
34632007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3464
3465 * gdbint.texi (Target Conditionals): Remove documentation of
3466 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3467
56cf5405
KH
34682007-10-11 Kazu Hirata <kazu@codesourcery.com>
3469
3470 * gdb.texinfo: Mention that inaccessible-by-default is on by
3471 default.
3472
35156bae
DJ
34732007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3474
3475 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3476
d983da9c
DJ
34772007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3478
3479 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3480 multi-threaded watchpoints.
3481 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3482 checked. Describe sticky notification. Expand description
3483 of steppable and continuable watchpoints.
3484 (Watchpoints and Threads): New subsection.
3485
fe6fbf8b
VP
34862007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3487
3488 * gdb.texinfo (Setting Breakpoints): Revise
3489 documentation for pending breakpoints. Document
3490 breakpoints with multiple locations.
5ae4183a 3491
084344da
VP
34922007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3493
3494 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3495 Document -list-features.
5ae4183a 3496
82160952
EZ
34972007-09-15 Eli Zaretskii <eliz@gnu.org>
3498
3499 * gdb.texinfo (Output): Spell out which features of C's printf are
3500 not supported by GDB's printf.
7e27a47a
EZ
3501 (Separate Debug Files): More accurate wording regarding build ID
3502 and a reference to the ld manual rather than the Fedora wiki.
82160952 3503
ea37ba09
DJ
35042007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3505 Jim Blandy <jimb@codesourcery.com>
3506
3507 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3508 (Examining Memory): Update mentions of the 's' format.
3509 (Automatic Display): Likewise.
3510
b8533aec
DJ
35112007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3512
3513 * gdb.texinfo: Update the FSF's Back-Cover Text.
3514
83f83d7f
JK
35152007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3516 Eli Zaretskii <eliz@gnu.org>
3517
3518 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3519 Fixed the ``build ID'' name. New binaries build instructions for the
3520 build ID inclusion. Explain how the commands are specific to the build
3521 ID vs. debug link.
3522
c7e83d54
EZ
35232007-09-01 Eli Zaretskii <eliz@gnu.org>
3524
3525 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3526 indexing for ``build ID'' support.
3527
d3750b24
JK
35282007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3529
3530 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3531 Enlisted BUILD ID to the debug file searching example.
3532 Included a BUILD ID `.note.gnu.build-id' section description.
3533 Updated/added the debug files splitting instructions for OBJCOPY.
3534
02142340
VP
35352007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3536
3537 * gdb.texinfo (Variable Objects): Adjust docs
3538 for -var-info-expression and document
3539 -var-info-path-expression.
3540
d3bdde98
JB
35412007-08-20 Jim Blandy <jimb@codesourcery.com>
3542
3fb6a982
JB
3543 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3544 (title page): Include the dedication in the printed manual, as a
3545 separate page after the copyright notice.
5ae4183a 3546
d3bdde98
JB
3547 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3548 don't break a @var across a line.
3549
c80a96a8
MR
35502007-07-25 Maciej W. Rozycki <macro@mips.com>
3551
3552 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3553 for include files.
3554
5824a901
NR
35552007-07-12 Nick Roberts <nickrob@snap.net.nz>
3556
3557 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3558 in annotate.texinfo.
3559 (Command History): Link to new node.
5824a901 3560
d52e7ea3
UW
35612007-07-05 Markus Deuling <deuling@de.ibm.com>
3562
3563 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3564
5fc14d0a
EZ
35652007-07-05 Eli Zaretskii <eliz@gnu.org>
3566
3567 * gdbint.texinfo (Target Conditionals): Fix last change.
3568
4a9bb1df
UW
35692007-07-03 Markus Deuling <deuling@de.ibm.com>
3570
3571 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3572 routines:
3573 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3574 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3575 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3576 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3577 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3578 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3579 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3580 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3581 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3582 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3583 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3584 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3585 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3586 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3587 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3588 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3589 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3590 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3591 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3592 (SOFTWARE_SINGLE_STEP_P)
3593
3594 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3595 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3596
3597 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3598 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3599 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3600 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3601 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3602 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3603 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3604 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3605 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3606 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3607
3608 (Converting an existing Target Architecture to Multi-arch): Remove
3609 section.
3610
3611 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3612 (gdbarch_addr_bits_remove): Add code example.
3613
3614 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3615
cfa9d6d9
DJ
36162007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3617
3618 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3619 Add other missing entries. Adjust the table size to fit.
3620 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3621 stop reasons including the new "library" event.
3622 (General Query Packets): Adjust table widths for qSupported. Mention
3623 qXfer:libraries:read reply to qSupported and document the new packet.
3624 (Library List Format): New section.
3625
159fcc13
JK
36262007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3627
3628 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3629
f66d1690
MS
36302007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3631
3632 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3633
67102876
NR
36342007-06-25 Nick Roberts <nickrob@snap.net.nz>
3635
3636 * gdbint.texinfo (Register and Memory Data): Break sections
3637 into nodes and add a menu.
3638
a4642986
MR
36392007-06-21 Maciej W. Rozycki <macro@mips.com>
3640
3641 * gdb.texinfo (Examining Memory): Document the new behaviour.
3642
e9c17194
VP
36432007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3644
3645 * gdb.texinfo (Standard Target Features): Document
3646 m68k features.
3647
31d99776
DJ
36482007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3649
3650 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3651
1780a0ed
DJ
36522007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3653
3654 * gdb.texinfo (Target Description Format): Add version attribute
3655 for <target>.
3656
822b6570
DJ
36572007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3658
3659 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3660
f8b73d13
DJ
36612007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3662
3663 * gdb.texinfo (MIPS Features): New subsection.
3664
0e7f50da
UW
36652007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3666 Markus Deuling <deuling@de.ibm.com>
3667
3668 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3669 and qXfer:spu:write packets and mention them under qSupported.
3670
23d964e7
UW
36712007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3672 Markus Deuling <deuling@de.ibm.com>
3673
3674 * gdb.texinfo (Architectures): Add new SPU section to document
3675 Cell Broadband Engine SPU architecture specific commands.
3676
9f708cb2
VP
36772007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3678
3679 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3680 comments.
3681
7579b5f8
NR
36822007-06-07 Nick Roberts <nickrob@snap.net.nz>
3683
3684 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3685
bf06d120
JB
36862007-05-29 Jim Blandy <jimb@codesourcery.com>
3687
3688 * gdb.texinfo (Overview): Doc fix.
3689
23776285
MR
36902007-05-22 Maciej W. Rozycki <macro@mips.com>
3691
3692 * gdb.texinfo (Remote Configuration): Document "set/show
3693 remoteflow".
3694
1a69e1e4
DJ
36952007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3696
bf06d120
JB
3697 * gdb.texinfo (MIPS): Remove documentation for set mips
3698 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3699 stack-arg-size.
1a69e1e4 3700
46ba6afa 37012007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3702
46ba6afa
BW
3703 * all-cfg.texi (GDBTUI): New.
3704 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3705 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3706 (TUI Configuration): Edit to improve clarity and fix problems of
3707 both style and content.
5ae4183a 3708
06d3b283
UW
37092007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3710
3711 * observer.texi (GDB Observers): New observer "new_objfile".
3712
179101d6
UW
37132007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3714
3715 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3716
25d5ea92
VP
37172007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3718
3719 * gdb.texinfo (GDB/MI Variable Objects): Document
3720 frozen variables objects.
5ae4183a 3721
ea35711c
DJ
37222007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3723
3724 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3725 (Character Sets, Caching Data of Remote Targets): Likewise.
3726 (Targets): Delete Remote node. Move its text...
3727 (Debugging Remote Programs): ...to here. Delete description
3728 of the "remote" command.
3729 (Remote configuration): Delete description of "set remotedevice"
3730 and "show remotedevice".
3731 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3732
db2e3e2e
BW
37332007-04-11 Bob Wilson <bob.wilson@acm.org>
3734
5ae4183a
AS
3735 * gdb.texinfo (Contributors, Continuing and Stepping)
3736 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3737 (General Query Packets, File-I/O Remote Protocol Extension)
3738 (Protocol Basics, The F Reply Packet, Write)
3739 (Protocol-specific Representation of Datatypes, Memory Transfer):
3740 Fix hyphenation, punctuation and grammar problems.
3741 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3742 'section' instead of 'subsection' in the text.
3743 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3744 (i386): Remove period from section name.
db2e3e2e
BW
3745 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3746 (Config Names, Configure Options): Use @file{configure}.
3747
8a3dae3e
DJ
37482007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3749
3750 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3751 and tab expansion.
3752
1a92f856
DJ
37532007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3754
3755 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3756
79a6e687 37572007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3758
79a6e687
BW
3759 * gdb.texinfo: Consistently capitalize all significant words in
3760 node names, chapter titles, section titles, and headings. Update
3761 cross references to match.
3762 (Starting and Stopping Trace Experiment): Make node name plural.
3763 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3764
ad527d2e
PA
37652007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3766
3767 * gdb.texinfo (WinCE): Delete obsolete subsection.
3768
7ce59000
DJ
37692007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3770
3771 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3772 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3773 references.
3774
8807d78b
DJ
37752007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3776
3777 * gdb.texinfo (Startup): Delete references to some alternate
3778 names for .gdbinit.
3779 (Thread): Remove LynxOS reference.
3780 (Tandem ST2000): Delete target-specific documentation.
3781 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3782 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3783 and GDB_OSABI_LYNXOS.
3784
5f402660
UW
37852007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3786
3787 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3788
bac718a6
UW
37892007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3790
3791 * gdbint.texinfo (Target Conditionals): Remove mention of
3792 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3793 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3794
9453113a
DJ
37952007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3796
3797 * Makefile.in: Add "pdfdir" installation
3798 directory, PDFTEX macro, support for "install-pdf" target,
3799 and rules for making a pdf version of refcard.texi.
3800 * refcard.tex: Specify paper size for PDF output.
3801
ae21e955 38022007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3803
ae21e955 3804 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3805
3f94c067 38062007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3807
3f94c067
BW
3808 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3809 (Source Path, Character Sets, Macros, Define)
3810 (GDB/MI Result Records, GDB/MI Simple Examples)
3811 (GDB/MI Program Execution, GDB/MI File Commands)
3812 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3813 (Bug Reporting): Use @value{GCC}.
5ae4183a 3814
12c27660 38152007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3816
12c27660
BW
3817 * gdb.texinfo (Help): Fix formatting of examples.
3818 (Variables): Use @ifnotinfo instead of @iftex.
3819 (Non-debug DLL symbols): Use @ref instead of @pxref.
3820 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3821
ce9341a1
BW
38222007-03-26 Bob Wilson <bob.wilson@acm.org>
3823
3824 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3825
c8f4133a
BW
38262007-03-26 Bob Wilson <bob.wilson@acm.org>
3827
3828 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3829 the order of the nodes.
3830 (C Operators, C Constants, Debugging C): Remove extra menus.
3831 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3832
c8f4133a 38332007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3834
3835 * gdb.texinfo (File Options): Add missing parenthesis.
3836 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3837
c74d0ad8
DJ
38382007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3839
3840 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3841
ff6f572f
DJ
38422007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3843
669fac23 3844 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3845 case insensitivity.
3846 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3847
994337c3
NR
38482007-02-18 Nick Roberts <nickrob@snap.net.nz>
3849
3850 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3851 (Files): Add section name to argument list for pxref.
3852 (Non-debug DLL symbols): Don't use `see' for pxref.
3853 (Embedded Processors): Fix typo.
3854 (GDB/MI Breakpoint Commands): Execution commands generate
3855 *stopped not ^done.
3856
eb819d70
NR
38572007-02-13 Nick Roberts <nickrob@snap.net.nz>
3858
3859 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3860 values for in_scope. Mention that only root variables can be
3861 updated.
3862 (GDB/MI Development and Front Ends): Explain new values may be
3863 added to existing fields.
3864
123dc839
DJ
38652007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3866
3867 * gdb.texinfo (-target-disconnect): Use @smallexample.
3868 (Requirements): Add anchor for Expat. Update description.
3869 (Target Descriptions): Mention Expat.
3870 (Target Description Format): Document new elements. Use
3871 @smallexample.
3872 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3873 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3874
108546a0
DJ
38752007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3876
3877 * gdb.texinfo (Target Description Format): Add section on XInclude.
3878
95a98c01
NR
38792006-02-03 Nick Roberts <nickrob@snap.net.nz>
3880
3881 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3882 command -enable-timings.
3883
f4b3909f
EZ
38842007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3885
5ae4183a 3886 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3887 descriptions for new/deleted elements in gdb_osabi. Add missing
3888 description for function generic_elf_osabi_sniff_abi_tag_sections.
3889
c7ba131e
JB
38902007-01-29 Joel Brobecker <brobecker@adacore.com>
3891
3892 * gdb.texinfo (Maintenance Commands): Add documentation for
3893 the new "maint print target-stack" command.
3894
3a60f64e
JK
38952007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3896 Eli Zaretskii <eliz@gnu.org>
3897
f4b3909f 3898 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3899
c582f8b6
EZ
39002007-01-26 Eli Zaretskii <eliz@gnu.org>
3901
3902 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3903 Use @value{NGCC} instead of @value{GCC}.
3904
d3e8051b
EZ
39052007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3906
3907 * agentexpr.texi: Fix typos.
3908 * annotate.texinfo: Likewise.
3909 * gdb.texinfo: Likewise.
3910 * gdbint.texinfo: Likewise.
3911 * observer.texi: Likewise.
3912 * stabs.texinfo: Likewise.
3913
86f04699
EZ
39142007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3915
3916 * gdbint.texinfo (Support Libraries): Remove mmalloc
3917 entry. Describe readline library.
3918
23181151
DJ
39192007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3920
3921 * gdb.texinfo (Target Descriptions): New section.
3922 (General Query Packets): Add QPassSignals anchor. Mention
3923 qXfer:features:read under qSupported. Expand mentions of
3924 qXfer:memory-map:read and QPassSignals. Document
3925 qXfer:features:read.
3926
f822c95b
DJ
39272007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3928
3929 * gdb.texinfo (Commands to specify files): Describe
3930 "set sysroot" and "show sysroot".
3931 (Using the `gdbserver' program): Lowercase argument
3932 to @var. Expand description of setting up GDB on the
3933 host.
3934
8936fcda
JB
39352007-01-05 Joel Brobecker <brobecker@adacore.com>
3936
3937 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3938 catch exception, catch exception unhandled, and catch assert
3939 commands.
3940
e776119f
DJ
39412007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3942
3943 * gdb.texinfo (Debugging Output): Document "set debug xml"
3944 and "show debug xml".
3945
aa79a185
DJ
39462007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3947
3948 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3949
7f893741
JB
39502007-01-01 Joel Brobecker <brobecker@adacore.com>
3951
3952 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3953
a1b5960f
VP
39542006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3955
3956 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3957 note in @ignore, to be removed later if nobody complains.
3958
9f470e6e
NR
39592006-12-04 Nick Roberts <nickrob@snap.net.nz>
3960
3961 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3962 of -var-delete.
3963
765dc015 39642006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3965
765dc015 3966 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3967 automatic software/hardware breakpoint usage and
3968 the "set breakpoint auto-hw" command.
765dc015 3969
4b5752d0
VP
39702006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3971
3972 * gdb.texinfo (Memory Access Checking): New.
3973
89be2091
DJ
39742006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3975
3976 * gdb.texinfo (Remote configuration): Mention
3977 "pass-signals-packet".
3978 (General Query Packets): Document QPassSignals. Fix
3979 a typo.
3980
ca3bf3bd
DJ
39812006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3982
3983 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3984
427c3a89
DJ
39852006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3986
3987 * gdb.texinfo (Remote configuration): Rewrite documentation for
3988 packet configuration commands.
3989 (OS Information): Adjust reference to qXfer:auxv:read.
3990 (General Query Packets): Remove references to read-aux-vector-packet
3991 and set remote get-thread-local-storage-address.
3992
7a107747
DJ
39932006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3994
3995 * gdbint.texinfo (Target Architecture Definition): Add new
3996 Initializing a New Architecture section.
3997
1c56eb0e
EZ
39982006-10-31 David Taylor <dtaylor@emc.com>
3999
4000 * stabs.texinfo (Macro define and undefine): New node describing
4001 stabs for #define and #undef.
4002
f73adfeb
AS
40032006-10-27 Andreas Schwab <schwab@suse.de>
4004
4005 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
4006
fd60e0df
EZ
40072006-10-21 Eli Zaretskii <eliz@gnu.org>
4008
4009 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
4010 clarify on the possible meanings of ``expression'' watched by
4011 watchpoints. Add indexing.
e5ac9b53
EZ
4012 (Prompting, Errors, Invalidation, Annotations for Running)
4013 (Source Annotations): Fix index entries by adding "annotation" to
4014 them, to discriminate from index entries that point to the more
4015 general topic descriptions.
fd60e0df 4016
52bb452f
DJ
40172006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4018
4019 * gdbint.texinfo (Target Vector Definition): Move most
4020 content into Existing Targets. Add a menu.
4021 (Existing Targets): New section, moved from Target Vector
4022 Definition. Use @subsection.
4023 (Managing Execution State): New section.
4024
58955e58
BW
40252006-10-16 Bob Wilson <bob.wilson@acm.org>
4026
4027 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
4028
c8aa23ab
EZ
40292006-10-15 Eli Zaretskii <eliz@gnu.org>
4030
4031 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
4032 (Command Syntax, Signals, Backtrace, Connecting)
4033 (Remote configuration, Renesas Boards, Console I/O): Fix last
4034 change: use Ctrl- instead of C-, except wrt Emacs.
4035 (File-I/O Examples): Put Ctrl-c in @kbd.
4036 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
4037 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
4038 (Signals, Set Breaks, Set Watchpoints): Document optional
4039 arguments to `info signals' `handle', `info breakpoints', and
4040 `info watchpoints'.
c8aa23ab 4041
e7109c7e
EZ
40422006-10-14 Eli Zaretskii <eliz@gnu.org>
4043
4044 * gdb.texinfo (Backtrace): Fix last change.
4045
de3aea7b
NR
40462006-10-14 Nick Roberts <nickrob@snap.net.nz>
4047
4048 * gdb.texinfo (Backtrace): Order correctly and add other cases.
4049
7f9087cb
BW
40502006-10-10 Bob Wilson <bob.wilson@acm.org>
4051
c8aa23ab
EZ
4052 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
4053 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
4054 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 4055
68437a39
DJ
40562006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4057 Daniel Jacobowitz <dan@codesourcery.com>
4058
4059 * gdb.texinfo (Packets): Document vFlashErase,
4060 vFlashWrite and vFlashDone packets.
4061 (General Query Packets): Document qXfer:memory-map:read.
4062 Add a new feature for qXfer:memory-map:read.
4063 (Memory map format): New section.
4064 (Target Commands): Mention that gdb can write flash.
4065
fd79ecee
DJ
40662006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4067 Daniel Jacobowitz <dan@codesourcery.com>
4068
4069 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
4070 memory regions and "mem auto".
4071
350da6ee
DJ
40722006-09-21 Nathan Sidwell <nathan@codesourcery.com>
4073
4074 * gdbint.texinfo (Array Containers): New section.
4075
2f1acb09
VP
40762006-09-17 Vladimir Prus <vladimir@codesourcery.com>
4077
4078 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4079 -stack-list-arguments HIGH_FRAME argument can be larger then the
4080 actual number of frames.
4081
2ab1eb7a
VP
40822006-09-07 Vladimir Prus <vladimir@codesourcery.com>
4083
4084 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
4085 -stack-list-locals HIGH_FRAME argument can be larger then the
4086 actual number of frames.
2ab1eb7a 4087
599b237a
BW
40882006-09-02 Bob Wilson <bob.wilson@acm.org>
4089
4090 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
4091 Register Packet Format, Tracepoint Packets): Fix spelling errors.
4092
25ab7e6d
EZ
40932006-09-02 Eli Zaretskii <eliz@gnu.org>
4094
4095 * gdbint.texinfo (Overall Structure): New section "Source Tree
4096 Structure".
4097
940178d3
JB
40982006-08-17 Jim Blandy <jimb@codesourcery.com>
4099
4100 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
4101 responses.
4102
30daae6c
JB
41032006-08-08 Joel Brobecker <brobecker@adacore.com>
4104
4105 * gdb.texinfo (Source Path): Add documentation for new
4106 substitute-path commands.
4107
7fa2210b
DJ
41082006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
4109
4110 * gdb.texinfo (Installing GDB): Update menu. Move text to...
4111 (Running Configure): ...here.
4112 (Requirements): New node. Mention expat.
4113
3d00d119
DJ
41142006-08-08 Vladimir Prus <vladimir@codesourcery.com>
4115
5ae4183a 4116 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
4117 'set download-write-size' and 'show download-write-size'.
4118
0cbfa4ee
DJ
41192006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
4120
4121 * stabs.texinfo (Member Type Descriptor): Correct example for
4122 pointer to member types.
4123
16026cd7
AS
41242006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
4125
4126 * gdb.texinfo (Optional warnings and messages): Add
4127 'set/show trace-commands'.
4128 (Command files): Add '-v' to source command.
4129
0876f84a
DJ
41302006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4131
4132 * gdb.texinfo (OS Information): Update qPart reference to
4133 qXfer.
4134 (Remote configuration): Likewise.
4135 (Overview): Move @cindex to the start of a paragraph. Talk
4136 about binary data encoding.
4137 (Packets): Refer to the overview for the details of the X
4138 packet encoding.
4139 (General Query Packets): Remove qPart description. Add qXfer
4140 description. Add an anchor to qSupported. Correct feature
4141 table title. Add a new feature for qXfer:auxv:read.
4142 (Interrupts): Add a missing parenthesis.
4143
2ec3381a
DJ
41442006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
4145
669fac23 4146 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
4147 (GDB/MI Kod Commands): Remove commented out node.
4148
594fe323
EZ
41492006-07-01 Eli Zaretskii <eliz@gnu.org>
4150
4151 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
4152 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
4153 (GDB/MI Thread Commands, GDB/MI Program Execution)
4154 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
4155 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
4156 (GDB/MI File Commands, GDB/MI Target Manipulation)
4157 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
4158 since the MI prompt is hard-wired into the code.
4159
7e3fb70c
NR
41602006-07-01 Nick Roberts <nickrob@snap.net.nz>
4161
4162 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
4163 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
4164 (GDB/MI Data Manipulation): Remove description of unimplemented
4165 display related commands as variable objects perform this function
4166 and are superior: -display-delete, -display-disable,
4167 -display-enable, -display-insert and -display-list. Move
4168 -environment-cd, -environment-directory, -environment-path
4169 and -environment-pwd to "Program Context".
4170 (GDB/MI Program Control): Rename to "Program Execution". Move
4171 -exec-arguments -exec-abort to...
4172 (GDB/MI Program Context): ...here. New node split from "Data
4173 Manipulation".
4174
be2a5f71
DJ
41752006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
4176
4177 * gdb.texinfo (Remote configuration): Document set / show
4178 remote supported-packets.
4179 (General Query Packets): Document qSupported packet.
4180
fc320d37
SL
41812006-06-10 Sandra Loosemore <sandra@codesourcery.com>
4182
4183 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
4184 and font markup.
4185 (Protocol basics): Likewise.
4186 (The F request packet): Likewise.
4187 (The F reply packet): Likewise.
4188 (Memory transfer): Move this node to be a subsubsection of
4189 "Protocol specific representation of datatypes".
4190 (The Ctrl-C message): More copy editing.
4191 (Console I/O): Likewise.
4192 (The isatty call): Delete this node, and merge its content into
4193 the "isatty" node. Fixed references elsewhere.
4194 (The system call): Delete this node, and merge its content into
4195 the "system" node. Fixed references elsewhere.
4196 (open): Reformat to use @table, and add appropriate font markup.
4197 (close): Likewise.
4198 (read): Likewise.
4199 (write): Likewise.
4200 (lseek): Likewise.
4201 (rename): Likewise.
4202 (unlink): Likewise.
4203 (stat/fstat): Likewise.
4204 (gettimeofday): Likewise.
4205 (isatty): Likewise.
4206 (system): Likewise, plus minor changes to fix confusing wording.
4207 (Integral datatypes): Fix font markup.
4208 (Pointer values): Likewise.
4209 (struct stat): Fix markup to use @table, plus minor copy editing.
4210 (struct timeval): Fix font markup, plus minor copy editing.
4211 (Constants): Minor copy editing.
4212 (Errno values): Add font markup.
4213 (File-I/O Examples): Likewise.
4214
158fdf5c
NR
42152006-06-10 Nick Roberts <nickrob@snap.net.nz>
4216
4217 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
4218 (GDB/MI Simple Examples): Move node up one level. Use real
4219 examples.
4220 (GDB/MI Compatibility with CLI): Update.
4221 (GDB/MI Result Records): Add "connected" and "exit" result
4222 classes.
4223 (GDB/MI Stream Records): Clarify target output.
4224 (GDB/MI Command Description Format): Modify example description.
4225 (GDB/MI Breakpoint Table Commands): Rename to...
4226 (GDB/MI Breakpoint Commands): ...this
4227 (GDB/MI Breakpoint Commands): Add optional thread field.
4228 (GDB/MI Program Control): Add an introduction. Move "Program
4229 termination" examples into exec-run description.
4230 (GDB/MI File Commands): Mention similar CLI commands.
4231 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
4232 is similar to "-gdb-version".
4233
ddb50cd7
EZ
42342006-06-09 Eli Zaretskii <eliz@gnu.org>
4235
4236 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
4237
2aef0d6b
NR
42382006-06-02 Nick Roberts <nickrob@snap.net.nz>
4239
4240 * gdb.texinfo (GDB/MI Development and Front Ends): Use
4241 sourceware.org for mailing lists.
d5e40d59 4242 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 4243
383a5c52
NR
42442006-06-01 Nick Roberts <nickrob@snap.net.nz>
4245
d5e40d59 4246 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 4247
e16b02ee
EZ
42482006-05-22 Eli Zaretskii <eliz@gnu.org>
4249
4250 * gdb.texinfo (Cygwin Native): Fix last change.
4251
be90c084
CF
42522006-05-22 Christopher Faylor <cgf@timesys.com>
4253
4254 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
4255
347ceba5
NR
42562006-05-15 Nick Roberts <nickrob@snap.net.nz>
4257
4258 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
4259 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
4260
369af7bd
DJ
42612006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4262
4263 * gdb.texinfo (General Query Packets): Recommend not starting
4264 new packets with qC and clarify.
4265
2ffdbde8 42662006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
4267
4268 * gdb.texinfo (M2 Types): New section.
72019c9c 4269
16d1a084
DJ
42702006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
4271
4272 * agentexpr.texi: Add a copyright and license notice.
4273 * observer.texi: Likewise, with GPL clause for function prototypes.
4274 Remove trailing whitespace.
4275
aa56d27a
JB
42762006-05-05 Jim Blandy <jimb@codesourcery.com>
4277
4278 * gdb.texinfo (General Query Packets): Document conventions for
4279 terminating packet names, and their violations.
4280
5bdf8622
DJ
42812006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4282
4283 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
4284 * gdb.texinfo: Likewise.
4285
605a56cb
DJ
42862006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4287
4288 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
4289 and "show remotedebug".
4290 (Debugging Output): Add additional index entries.
4291
b8db102d
MS
42922006-04-27 Michael Snyder <msnyder@redhat.com>
4293
4294 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
4295
c5e30d01
AC
42962006-04-22 Andrew Cagney <cagney@redhat.com>
4297
4298 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
4299 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
4300
8181d85f
DJ
43012006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
4302
4303 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
4304 and remove breakpoint prototypes.
4305 (Watchpoints): Move description of target_insert_hw_breakpoint and
4306 target_remove_hw_breakpoint ...
4307 (Breakpoints): ... to here. Document target_insert_breakpoint and
4308 target_remove_breakpoint.
4309
4f553f88
JB
43102006-04-17 Jim Blandy <jimb@codesourcery.com>
4311
4312 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
4313 and C packets are optional.
4314
cd852561
FR
43152006-04-14 Frederic Riss <frederic.riss@st.com>
4316
4317 * gdb.texinfo (Specifying source directories): Update the description
4318 of the source file search to reflect the fact that the source path
4319 always contains at least $cdir and $cwd.
4320
b620eb07
MS
43212006-03-31 Michael Snyder <msnyder@redhat.com>
4322
4323 * gdb.texinfo: Update copyright dates.
4324
3156cdaf
EZ
43252006-03-31 Eli Zaretskii <eliz@gnu.org>
4326
4327 * gdb.texinfo (Overview): Add an index entry to "empty response".
4328
7d30c22d
JB
43292006-03-28 Jim Blandy <jimb@codesourcery.com>
4330
4331 * gdbint.texinfo (Prologue Analysis): New section.
4332
86941c27
JB
43332006-03-07 Jim Blandy <jimb@red-bean.com>
4334
66b8c7f6
JB
4335 * gdb.texinfo (Connecting): Document 'target remote pipe'.
4336
1a10341b
JB
4337 * gdb.texinfo (Target Commands): Update text describing how to
4338 specify a target. Refer to the detailed section on remote
4339 debugging, not the brief mention.
4340
86941c27
JB
4341 * gdb.texinfo (Connecting): Organize the different 'target remote'
4342 connection methods into a table. Add a 'target remote' index
4343 entry. (!!!)
4344
62f3a2ba
FF
43452006-02-17 Fred Fish <fnf@specifix.com>
4346
4347 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4348 'ptype' commands to reflect the fact that the only significant
4349 difference between them is that ptype prints the complete type
4350 description instead of just the name.
4351
8b9a88ea
WZ
43522006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
4353
4354 * gdbint.texinfo (Watchpoints): Delete
4355 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4356
7e8dc855
NR
43572006-02-10 Nick Roberts <nickrob@snap.net.nz>
4358
4359 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4360 times fields where needed. Fix typos. Update general form given
4361 for output of -break-insert.
4362 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4363
c91d38aa
DJ
43642006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
4365
4366 * gdbint.texinfo (Symbol Handling): Add a section
4367 on memory management.
4368
38fcd64c
DJ
43692006-02-06 Vladimir Prus <ghost@cs.msu.su>
4370
4371 * gdb.texinfo (Breakpoint table commands): Document the fullname
4372 field in -break-list output.
4373
219eec71
EZ
43742006-02-03 Eli Zaretskii <eliz@gnu.org>
4375
4376 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4377 debugging information produced by the various "set debug..."
4378 options.
4379
ae5a43e0
DJ
43802006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4381
4382 * gdb.texinfo (Files): Remove obsolete bits from the description
4383 of "symbol-file".
4384
a9f158ec
JB
43852006-01-25 Jim Blandy <jimb@redhat.com>
4386
4387 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4388
410dd08e
JB
43892006-01-24 Jim Blandy <jimb@redhat.com>
4390
4391 * gdbint.texinfo (Frames): Document the basics of GDB's register
4392 unwinding model, and explain the existence of the "sentinel" frame.
4393
4b505b12
AS
43942006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4395
4396 * gdb.texinfo (Choosing files): Mention that -directory is used
4397 for script files.
4398 (Specifying source directories): Likewise.
4399 (Command files): Explain how script files are found.
4400
839c27b7
EZ
44012006-01-21 Eli Zaretskii <eliz@gnu.org>
4402
4403 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4404 the threads in a multi-threaded program.
4405 (Threads): The threadno argument of "thread apply" can be a range
4406 of numbers.
4407
7be93b9e
JB
44082006-01-18 Jim Blandy <jimb@redhat.com>
4409
4410 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4411 of warning flags.
4412
fcc73fe3
EZ
44132006-01-13 Eli Zaretskii <eliz@gnu.org>
4414
4415 * gdb.texinfo (Sequences): Improve menu annotations.
4416 (Define): Add index entries for arguments of user-defined
4417 commands. Move the description of flow-control commands...
4418 (Command Files): ...to here. Document loop_break and
4419 loop_continue.
ca91424e
EZ
4420 (Define, Command Files): Document `end' and add index entries for
4421 it.
fcc73fe3 4422
5c95884b
MS
44232006-01-04 Michael Snyder <msnyder@redhat.com>
4424
4425 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 4426 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 4427
860701dc
PH
44282006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4429
4430 * gdb.texinfo (Omissions from Ada): Document that there is now
4431 limited aggregate support.
4432
36b80e65
EZ
44332005-12-28 Eli Zaretskii <eliz@gnu.org>
4434
4435 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4436 registers and the likes.
4437
c1468174
EZ
44382005-12-24 Eli Zaretskii <eliz@gnu.org>
4439
4440 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4441 (Symbols): Fix usage of "e.g.".
359df76b 4442 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
4443
4444 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4445 (Coding): Fix usage of "e.g.".
4446
c02a867d
EZ
44472005-12-23 Eli Zaretskii <eliz@gnu.org>
4448
5ae4183a
AS
4449 * stabs.texinfo:
4450 * refcard.tex:
c02a867d 4451 * gpl.texi:
5ae4183a
AS
4452 * gdbint.texinfo:
4453 * gdb.texinfo:
4454 * gdb-cfg.texi:
c02a867d 4455 * fdl.texi:
5ae4183a
AS
4456 * annotate.texinfo:
4457 * all-cfg.texi:
c02a867d
EZ
4458 * Makefile.in: Add (C) after Copyright. Update the FSF
4459 address.
4460
fad38dfa
EZ
44612005-12-03 Eli Zaretskii <eliz@gnu.org>
4462
4463 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4464 extend GDB with commands for external monitor.
4465
53e5f3cf
AS
44662005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4467
4468 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4469
55f6ca0f
JB
44702005-11-25 Joel Brobecker <brobecker@adacore.com>
4471
4472 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4473
c1947b85
JB
44742005-11-21 Jim Blandy <jimb@redhat.com>
4475
4476 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4477 placement of 'R' actions in tracepoint action packets; document
4478 dependence of 'X' and 'M' actions on a preceding 'R' action for
4479 their registers.
4480
9d29849a
JB
44812005-11-19 Jim Blandy <jimb@redhat.com>
4482
4483 * gdb.texinfo (Tracepoint Packets): New node.
4484 (General Query Packets): Add entries for the tracepoint packets,
4485 referring to the "Tracepoint Packets" node.
4486 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4487
9a6253be
KB
44882005-11-18 Kevin Buettner <kevinb@redhat.com>
4489
4490 * gdb.texinfo (set remotebreak): Add anchor.
4491 (X packet): Likewise.
4492 (Remote Protocol): Add new section `Interrupts' and new index
4493 entry `interrupts (remote protocol)'.
4494
5f3bebba
JB
44952005-11-18 Jim Blandy <jimb@redhat.com>
4496
4497 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4498 entries into the General Query Packets section. Add a
4499 cross-reference to that section. Drop description of replies, as
4500 these are covered in the descriptions of each packet.
4501 (General Query Packets): Add introductory text. Explain naming
4502 conventions, and how the end of a name is recognized.
4503
9a7a1b36
KB
45042005-11-17 Kevin Buettner <kevinb@redhat.com>
4505
0564b6cf 4506 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4507 "set remotebreak" command.
4508
b8ff78ce
JB
45092005-11-16 Jim Blandy <jimb@redhat.com>
4510
4511 * gdb.texinfo (Packets, Stop Reply Packets)
4512 (General Query Packets): Various formatting cleanups.
4513 - Use @samp for packet contents.
4514 - Drop summaries from packet @item lines; the same information appears
4515 immediately below in the description.
4516 - Delete paragraph breaks after packet @item commands, so that the
4517 description appears directly to the right of the packet prototype
4518 in the printed manual, if it fits.
4519 - Place spaces in packet prototypes between @vars and non-@var
4520 letters, and explain that they're just for formatting.
4521 - Use @dots{} instead of '...'.
4522 - Fix uses of @code where @var was needed.
4523 - Replace "deprecated" markers with English text spelling out the
4524 packet's status and the preferred alternatives.
4525 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4526 what this ever meant.
4527 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4528 this for a long time.
4529 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4530 implemented several times, and have been in use for years.
4531
8ffe2530
JB
45322005-11-15 Jim Blandy <jimb@redhat.com>
4533
c43c5473
JB
4534 * gdb.texinfo (Packets): Add index entries for 'm' packet
4535 disclaimers.
5ae4183a 4536
fb031cdf
JB
4537 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4538 of stub when processing an 'm' packet.
4539
8ffe2530
JB
4540 * gdb.texinfo (Packets): Mention that packets beginning with
4541 letters are reserved once, at the top, instead of actually listing
4542 them all and saying "reserved".
4543
c03c782f
AS
45442005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4545
4546 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4547 Change @var{$arg0 to @code{$arg0.
4548
814e32d7
WZ
45492005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4550
4551 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4552
fa93a9d8
JB
45532005-11-12 Jim Blandy <jimb@redhat.com>
4554
4555 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4556 order. Remove extraneous 'z'.
4557
8a5a3c82
AS
45582005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4559
4560 * gdb.texinfo (Choosing files): Add --eval-command.
4561
4b0ad762
AS
45622005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4563
4564 * gdb.texinfo (Choosing modes): Add --return-child-result.
4565
4566
1a088d06
AS
45672005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4568
4569 * gdb.texinfo (Choosing modes): Add --batch-silent.
4570
656d5e12
EZ
45712005-10-28 Eli Zaretskii <eliz@gnu.org>
4572
4573 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4574 "The -var-update Command".
4575
3c9c013a
JB
45762005-10-03 Joel Brobecker <brobecker@adacore.com>
4577
4578 * gdb.texinfo (Print Settings): Add documentation for set/show
4579 print array-indexes.
4580
7ba3cf9c
DJ
45812005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4582
4583 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4584 6.2 and 6.3.
4585
a94ab193
EZ
45862005-08-27 Eli Zaretskii <eliz@gnu.org>
4587
4588 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4589 since 19-Jan-2004.
4590 (Files): Likewise.
ab1adacd
EZ
4591 (Variables, Symbols): Document the "<incomplete type>" message and
4592 its reasons.
a94ab193 4593
ca06016a
FF
45942005-08-01 Fred Fish <fnf@specifix.com>
4595
4596 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4597
cf58170d
NR
45982005-07-15 Nick Roberts <nickrob@snap.net.nz>
4599
4600 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4601 option for -var-list-children and -var-update.
4602 (GDB/MI Stack Manipulation): Simplify description of
4603 print-values option for -stack-list-locals.
4604 (GDB/MI Command Description Format): Clarify.
4605 (Mode Options): Spelling of superseded.
4606
38f1196a
BR
46072005-07-12 Bob Rossi <bob@brasko.net>
4608
4609 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4610 corresponding GDB command comment.
4611
3cb3b8df
BR
46122005-07-06 Bob Rossi <bob@brasko.net>
4613
4614 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4615 and -inferior-tty-show.
4616 (Input/Output): Document "set/show inferior-tty" and tty alias.
4617
10fac096
NW
46182005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4619
4620 * gdb.texinfo (Packets): Change description of 'D' packet to note
4621 that GDB does wait for a response.
4622
d1b6db76
NR
46232005-06-22 Nick Roberts <nickrob@snap.net.nz>
4624
4625 * gdb.texinfo (History) Rename "Command History".
4626 (Command History): Move node "Server Prefix" from section on
4627 Annotations here.
4628
29629dcf
NR
46292005-06-19 Nick Roberts <nickrob@snap.net.nz>
4630
4631 * gdb.texinfo (GDB/MI Stack Manipulation):
4632 Re-instate -stack-info-frame with example. Say that it gets
4633 info on selected frame, not current frame.
4634
397ca115
EZ
46352005-06-18 Eli Zaretskii <eliz@gnu.org>
4636
4637 * gdb.texinfo (Server): Clarify that `file' should be used before
4638 connecting to the server.
4639 (Files): Add an xref to the above description.
51274035
EZ
4640 (Output Formats): More detailed description of the `c' format.
4641 (Memory): List explicitly all the formats supported by `x'.
638ac427 4642 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4643 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4644 files. Add more indexing for solib-absolute-prefix and
4645 --with-sysroot.
76d17f34
EZ
4646 (Machine Code): Document possible problems with locations in
4647 shared libraries.
d416eeec
EZ
4648 (Backtrace): Document that free-standing environments do not need
4649 to have a `main' function.
397ca115 4650
74f6deaa
NR
46512005-06-18 Nick Roberts <nickrob@snap.net.nz>
4652
4653 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4654 -stack-info-frame.
4655
a9967aef
AC
46562005-06-07 Andrew Cagney <cagney@gnu.org>
4657
4658 * gdb.texinfo (Contributors): Note the original multi-arch
4659 contributors.
4660
e09f16f9
EZ
46612005-06-03 Eli Zaretskii <eliz@gnu.org>
4662
4663 * gdb.texinfo (Registers): Add index entries for the standard
4664 registers.
4665 (Frames): Add cross-reference from frame pointer description to
4666 the Registers node.
4667 (Annotations Overview): Fix the reference to GDB name.
4668
d87ba7ee
EZ
46692005-06-01 Eli Zaretskii <eliz@gnu.org>
4670
4671 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4672 can-use-hw-watchpoints.
4673
034dad6f
BR
46742005-05-28 Bob Rossi <bob@brasko.net>
4675
4676 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4677 the possible reasons why an exec async record would be returned to FE.
4678
ffed4509
AC
46792005-05-26 Andrew Cagney <cagney@gnu.org>
4680
4681 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4682 Andrew Cagney implemented the original GDB/MI.
4683
e22e55c9
OF
46842005-05-23 Orjan Friberg <orjanf@axis.com>
4685
4686 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4687 documentation. Add documentation for cris-mode.
4688
a78e13ce
EZ
46892005-05-20 Eli Zaretskii <eliz@gnu.org>
4690
4691 * gdb.texinfo (Numbers): Explain the example and make the wording
4692 more acurate.
4693
76ff342d
DJ
46942005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4695 Dennis Brueni <dennis@slickedit.com>
4696
4697 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4698 (GDB/MI Data Manipulation, GDB/MI Program Control)
4699 (GDB/MI Stack Manipulation): Update examples to include the fullname
4700 attribute in stack frames.
4701
119b882a
EZ
47022005-05-12 Eli Zaretskii <eliz@gnu.org>
4703
4704 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4705 do with other non-standard names of init files.
4706
6fc08d32
EZ
47072005-05-11 Eli Zaretskii <eliz@gnu.org>
4708
4709 * gdb.texinfo (Command Files): Move the description of the startup
4710 from here...
4711 (Startup): ...to this new subsection of the Invocation chapter.
4712 Rearrange the description of init files more logically and add a
4713 cross-reference to "Command Files". Document the special gdbinit
4714 name for CISCO 68k. Expand the description of what GDB does
4715 during startup.
4716 (History): Add index entry for HISTSIZE.
4717
a561754a
MK
47182005-05-02 Mark Kettenis <kettenis@gnu.org>
4719
4720 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4721
2eecc4ab
EZ
47222005-05-02 Eli Zaretskii <eliz@gnu.org>
4723
4724 * gdb.texinfo (SVR4 Process Information, The isatty call)
4725 (The system call): Don't use foo(N) notation for man pages and
4726 functions.
514c4d71 4727 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4728
18999be5
EZ
47292005-04-27 Eli Zaretskii <eliz@gnu.org>
4730
4731 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4732 were optimized away.
4733
0abb7bc7
EZ
47342005-04-22 Eli Zaretskii <eliz@gnu.org>
4735
4736 * gdb.texinfo (Remote configuration): Document "set/show
4737 get-thread-local-storage-address". Add cross-reference to the
4738 description of the qGetTLSAddr packet.
4739 (General Query Packets): Mention "set remote
4740 get-thread-local-storage-address" and add a reference to its
4741 description.
4742
6f61acb1
NR
47432005-04-19 Nick Roberts <nickrob@snap.net.nz>
4744
4745 * gdb.texinfo (Backtrace): Describe 'bt full'.
4746
9d59903a
NR
47472005-04-17 Nick Roberts <nickrob@snap.net.nz>
4748
4749 * gdb.texinfo (Mode Options): Fix typo.
4750 (GDB/MI): Describe how to invoke GDB/MI.
4751
721c2651
EZ
47522005-04-16 Eli Zaretskii <eliz@gnu.org>
4753
4754 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4755 references changed. Add description of "info udot".
721c2651
EZ
4756 (Files): Document "set/show stop-on-solib-events".
4757 (M32R/D): Document "set/show download-path", "set/show
4758 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4759 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4760 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4761 (Maintenance Commands): Improve indexing.
4762 (Target Commands): Document "set/show hash", "set/show debug
4763 monitor".
4764 (SVR4 Process Information): Document "info pidlist" and "info
4765 meminfo". Document "set/show procfs-tarce" and "set/show
4766 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4767 (Symbols, The Print Command with Objective-C): Improve indexing.
4768 (Objective-C): Add references to "info classes" and "info
4769 selectors".
c45da7e6
EZ
4770 (Debugging Output): Improve wording. Document "set/show debug
4771 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4772 (Set Breaks): Add index entry for "hardware breakpoints".
4773 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4774 and "set/show usehardbreakpoints".
4775 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4776 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4777 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4778 rdiromatzero", "set/show rdiheartbeat".
4779 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4780 "sds".
4781 (Embedded Processors): Document the "sim" command.
4782 (Remote): Document the "remote" command.
4783 (DJGPP Native): Document the "info serial" command.
4784 (Threads): Document "maint info sol-threads".
4785 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4786 (Set Breaks): Improve indexing.
4787 (Command Syntax): Add a reference to dont-repeat.
4788 (Define): Document "dont-repeat".
4789 (TUI Commands): Document "tabset".
4790 (WinCE): New subsection. Document "set/show remotedirectory",
4791 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4792
14d6dd68
EZ
47932005-04-15 Eli Zaretskii <eliz@gnu.org>
4794
4795 * gdb.texinfo (Hurd Native): New subsection, documents
4796 Hurd-specific commands.
a64548ea 4797 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4798 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4799 (MIPS): Improve documentation of heuristic-fence-post. Document
4800 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4801 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4802 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4803 (ARM): Document ARM-specific commands.
a64548ea
EZ
4804 (AVR): New section. Document "info io_registers".
4805 (CRIS): New section. Document "set/show cris-version" and
4806 "set/show cris-dwarf2-cfi".
4807 (HPPA): New section. Document "set/show debug hppa" and "maint
4808 print unwind".
a5adf40f 4809 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4810 (Super-H): New section. Document the "regs" command.
721c2651 4811 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4812
9c16f35a
EZ
48132005-04-09 Eli Zaretskii <eliz@gnu.org>
4814
4815 * gdb.texinfo (Print Settings): Document "set/show print
4816 pascal_static-members", "set print repeats", "show print
4817 null-stop". Improve indexing. Fix documentation of "set print
4818 union".
4819 (Pascal): New section.
4820 (Supported languages): Rename from "Support"; all references
4821 updated. Add a menu item for Pascal.
4822 (Numbers): Document "set radix.
4823 (Screen Size): Document "set/show pagination".
4824 (MIPS Embedded): Remove "set processor" documentation.
4825 (Remote configuration): Document "set/show X/P/Z-packet",
4826 "set/show read-aux-vector-packet", "set/show remote
4827 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4828 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4829 remotedebug", "set/show remotebreak", "set/show remotedevice",
4830 "set/show remotelogfile".
4831 (Auxiliary Vector): Add reference to the description of the
4832 read-aux-vector-packet setting.
4833 (Set Watchpoints): Add a cross-reference to "set remote
4834 hardware-breakpoint-limit".
4835 (General Query Packets): Add indexing of requests and
4836 cross-references to related commands in "Remote configuration".
4837 (File-I/O Overview, The system call): Fix wording and typos.
4838 (Thread Stops): Add index entries.
4839 (Continuing and Stepping): Document "show step-mode".
4840 (i386): New node. Document "set/show struct-convention".
4841 (Files): Document "show trust-readonly-sections".
4842 (Calling): Document "set/show unwindonsignal".
4843 (Messages/Warnings): Add index entries.
4844 (Maintenance Commands): Document "set/show watchdog".
4845 (Annotations Overview): Document "show annotate".
4846 (Set Watchpoints): Add index entries.
4847 (Symbols): Fix doc of case-sensitive.
4848 (ABI): Document "show coerce-float-to-double".
4849 (Convenience Vars, Help): Improve indexing.
4850 (Machine Code): Document "show disassembly-flavor".
4851 (Debugging C plus plus): Document "show overload-resolution".
4852 (Value History, Signaling): Add index entries.
4853
48542005-04-08 Eli Zaretskii <eliz@gnu.org>
4855
4856 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4857 (Processes): Fix wording.
4858 (History, List, Logging output, Define, Symbols, Print Settings):
4859 Improve indexing.
4860
a8f24a35
EZ
48612005-04-03 Eli Zaretskii <eliz@gnu.org>
4862
4863 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4864 redundant index entry for "target" command.
4865 (Backtrace): Add index entries.
4866 (Symbols, Fortran): Document the "set case-sensitive" command.
4867 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4868 (Print Settings): Add index entry for "set demangle-style".
4869 (Target Commands): Document "set download-write-size".
4870 (Debugging Output): Document "set exec-done-display".
4871
09d4efe1
EZ
48722005-04-02 Eli Zaretskii <eliz@gnu.org>
4873
4874 * gdb.texinfo (Files): Fix the name and documentation of
4875 add-shared-symbol-files. Document its alias assf. Update the
4876 list of OSs where GDB supports shared libraries. Fix markup.
4877 (Continuing and Stepping): Add reference to @var{location} in the
4878 text.
4879 (Dump/Restore Files): Fix reference to @{filename}.
4880 (Help): Fix wording.
4881 (Attach): Ditto.
4882 (Set Watchpoints): Ditto.
4883 (Backtrace): Remove redundant index entries. Improve index
4884 entries.
4885 (Delete Breaks): Fix wording.
4886 (Memory): Document the compare-sections command.
4887 (Memory Region Attributes): Improve wording.
4888 (Disabling): Improve wording.
4889 (Fortran): New subsection. Document the "info common" command.
4890 (Help): Document aliases "info copying" and "info warranty".
4891 (Caching Remote Data): New section. Document the "set/show
4892 remotecache" and "info dcache" commands.
4893 (Show): Fix wording of the documentation of the "set
4894 extension-language" command.
4895 (Signals): Add index entry for "info handle".
4896 (Memory Region Attributes): Fix punctuation.
4897 (Symbols): Change the arg name to "location" and refer to it in
4898 the text. Fix wording of "info types" doc.
4899 (Threads): Fix usage of @enumerate @item's.
4900 (Listing Tracepoints): Add index entry for "info tp".
4901 (Set Watchpoints): Add xref to "info break" description.
4902 (Macros): Add an index entry for "macro exp1". Document the
4903 "macro list" command.
4904 (Maintenance Commands): Document "flushregs", "maint agent",
4905 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4906 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4907 "maint print architecture", "maint print objfiles", "maint print
4908 statistics", "maint print type", "maint show-debug-regs", "maint
4909 space", "maint time", and "maint translate-address".
4910 (Connecting): Document the "monitor" command.
4911 (Annotations Overview): Describe the "set annotate" command.
4912
82f2d802
EZ
49132005-04-01 Eli Zaretskii <eliz@gnu.org>
4914
4915 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4916 Rearrange index entries and improve wording about support for
4917 hardware watchpoints.
4918
7d51c7de
BR
49192005-03-10 Bob Rossi <bob@brasko.net>
4920
4921 * gdb.texinfo: Update copyright
4922
68c71a2e
TR
49232005-02-09 Theodore A. Roth <troth@openavr.org>
4924
4925 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4926 error.
4927
83761cbd
KB
49282005-02-03 Kevin Buettner <kevinb@redhat.com>
4929
4930 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4931
9f1c6395
MS
49322005-01-17 Michael Snyder <msnyder@redhat.com>
4933
4934 * gdb.texinfo: Fix spelling, infinte -> infinite.
4935
fbd1b305
MK
49362005-01-08 Mark Kettenis <kettenis@gnu.org>
4937
4938 * observer.texi (GDB Observers): Document "solib_loaded".
4939
3ace7edb
AC
49402005-01-07 Andrew Cagney <cagney@gnu.org>
4941
bec39cab
AC
4942 * configure.ac: Rename configure.in, require autoconf 2.59.
4943 * configure: Re-generate.
4944
3ace7edb
AC
4945 * configure.in: Replace configdirs with multiple references to
4946 AC_CONFIG_SUBDIRS.
4947 * configure: Re-generate.
5ae4183a 4948
53531fc1
AC
49492005-01-04 Andrew Cagney <cagney@gnu.org>
4950
4951 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4952 part of the version number.
4953
536ffdb7
MK
49542004-12-24 Mark Kettenis <kettenis@gnu.org>
4955
4956 * gdbint.texinfo (Algorithms): Remove description of
4957 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4958
e1aac25b
JB
49592004-12-07 Jim Blandy <jimb@redhat.com>
4960
4961 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4962 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4963 numbers.
4964
f47b1503
AS
49652004-12-07 Andreas Schwab <schwab@suse.de>
4966
4967 * gdb.texinfo (Mode Options): Document -l option.
4968
b6b8ece6
EZ
49692004-12-04 Eli Zaretskii <eliz@gnu.org>
4970
4971 * gdbint.texinfo (Algorithms): More accurate description of
4972 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4973 is not needed unless data-read and data-access watchpoints are
4974 supported. Add a description of how GDB checks whether the
4975 inferior stopped because a watchpoint was hit.
4976
01371747
EZ
49772004-11-23 Eli Zaretskii <eliz@gnu.org>
4978
4979 * gdb.texinfo (Files): Add cross-reference to description of
4980 -readnow command-line switch.
4981
2315ffec
RC
49822004-11-10 Randolph Chung <tausq@debian.org>
4983
4984 * gdb.texinfo: Document set/show backtrace past-entry commands.
4985 Rearrange index entries for set/show backtrace past-main.
4986
69065f5d
AC
49872004-11-10 Jon Beniston <jon@beniston.com>
4988
4989 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4990 * gdb.texinfo (Remote Serial Protocol): Further describe
4991 binary transfer escaping mechanism .
69065f5d 4992
30e91e0b
RC
49932004-11-08 Randolph Chung <tausq@debian.org>
4994
4995 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4996 and "show debug infrun". Add index entries.
4997
60bf7e09
EZ
49982004-10-23 Eli Zaretskii <eliz@gnu.org>
4999
5000 * gdb.texinfo (SVR4 Process Information): Document subcommands of
5001 "info proc" that are already implemented. Add index entries.
5002 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
5003 (Files): Add a tip for decreasing memory used for symtabs from
5004 shared libraries.
f018e82f
EZ
5005 (Starting): Fix whitespace; make "elaboration" stand out where it
5006 is first used, and add an index entry for the term.
f8568604
EZ
5007 (Calling): Expand and elaborate text. Add "print". Add the
5008 description of problems with weak aliases.
384ee23f 5009 (Core File Generation): New section.
60bf7e09 5010
d52fe014
AC
50112004-10-12 Andrew Cagney <cagney@gnu.org>
5012
5013 * gdbint.texinfo (Versions and Branches): New chapter.
5014 (Releasing GDB): Delete "Versions and Branches" section.
5015 (Top): Add "Versions and Branches".
5016
703663ab
EZ
50172004-10-08 Eli Zaretskii <eliz@gnu.org>
5018
5019 * gdb.texinfo (Editing, History): Add cross-references to the
5020 included Readline and History user documentation. Remove
5021 references to the symbol have-readline-appendices which is unused
5022 and undefined.
5023 (History): Fix indexing.
5024
ac77d04f
JJ
50252004-10-08 Jeff Johnston <jjohnstn@redhat.com>
5026
5027 * gdbint.texinfo (target_stopped_data_address): Update to
5028 new prototype.
5029 (i386_stopped_data_address): Update prototype and description.
5030 (i386_stopped_by_watchpoint): New function and description.
5031
e07c999f
PH
50322004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
5033
5034 * gdb.texinfo (Filenames): Add Ada suffixes.
5035 (Ada) New section.
5036
2e868123
AC
50372004-09-27 Andrew Cagney <cagney@gnu.org>
5038 Robert Picco <Robert.Picco@hp.com>
5039
5040 * gdb.texinfo (Packets): Document the "p" packet.
5041
02a57714
JM
50422004-09-21 Jason Molenda (jmolenda@apple.com)
5043
5044 * gdb.texinfo (Paths and Names of the Source Files): Document the
5045 meaning of values in the 'desc' field of a SO stab.
5046
ae038cb0
DJ
50472004-09-20 Daniel Jacobowitz <dan@debian.org>
5048
5049 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
5050 max-cache-age" and "maint show dwarf2 max-cache-age".
5051
f7dc1244
EZ
50522004-09-16 Eli Zaretskii <eliz@gnu.org>
5053
5054 * gdb.texinfo (Set Breaks): Add index entry for setting
5055 breakpoints on overloaded C++ functions that are not members of
5056 any classes. Add an example and an index entry for setting
5057 breakpoints on all program functions.
5058 (Character Sets, Macros, Overlay Commands)
5059 (Non-debug DLL symbols, GDB/MI Output Syntax)
5060 (Annotations Overview, Maintenance Commands, File-I/O Overview):
5061 Use "(@value{GDBP})" instead of a literal "(gdb)".
5062
f810308b
AC
50632004-09-12 Andrew Cagney <cagney@gnu.org>
5064
5065 * gdbint.texinfo (Native Debugging): Delete description of
5066 FILES_INFO_HOOK.
5067
15a661f3
PH
50682004-09-11 Paul Hilfinger <hilfinger@gnat.com>
5069
5ae4183a
AS
5070 * gdbint.texinfo (User Interface): Change local_hex_string_custom
5071 to hex_string_custom (not historically correct, but more
15a661f3
PH
5072 understandable, given the current code).
5073
f3219c75
AC
50742004-09-03 Andrew Cagney <cagney@gnu.org>
5075
5076 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
5077
f3bb6704
JJ
50782004-09-01 Jeff Johnston <jjohnstn@redhat.com>
5079
5080 * observer.texi (solib_unloaded): New observer.
5081
8d2c00cb
AC
50822004-08-24 Andrew Cagney <cagney@gnu.org>
5083
5084 * gdbint.texinfo (Target Architecture Definition): Add missing
5085 comma.
5086
e7dc800a
MC
50872004-08-20 Michael Chastain <mec.gnu@mindspring.com>
5088
5089 * (Using the Testsuite): build != host is supported,
5090 but some test scripts do not support build != host.
5091
73b03683
MK
50922004-08-14 Mark Kettenis <kettenis@gnu.org>
5093
5094 * gdbint.texinfo (Host Definition): Delete description of
5095 FCLOSE_PROVIDED and GETENV_PROVIDED.
5096
c0ccb908
MK
50972004-08-05 Mark Kettenis <kettenis@chello.nl>
5098
5099 * gdbint.texinfo (Host Definition): Delete description of
5100 NO_SYS_FILE.
5101 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
5102 PTRACE_FP_BUG.
5103
9c8dbfa9
AC
51042004-08-05 Andrew Cagney <cagney@gnu.org>
5105
5106 * gdbint.texinfo (Target Architecture Definition): Delete
5107 reference to deprecated_read_fp.
5108
f42accbe
AC
51092004-08-02 Andrew Cagney <cagney@gnu.org>
5110
5111 * gdbint.texinfo (Target Architecture Definition): Delete
5112 description of DEPRECATED_REGISTER_BYTES.
5113
0b66e38c
EZ
51142004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
5115
5116 * gdb.texinfo (Source Path): Document the new behavior of
5117 searching for the source files.
5118
15387254
EZ
51192004-07-17 Eli Zaretskii <eliz@gnu.org>
5120
5121 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
5122 (Search, Expressions, Arrays, Variables, Data, Machine Code)
5123 (Auto Display): Improve indexing.
5124
2c07db7a
AC
51252004-07-16 Andrew Cagney <cagney@gnu.org>
5126
5127 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
5128 "-noasync".
5129
4644b6e3
EZ
51302004-07-09 Eli Zaretskii <eliz@gnu.org>
5131
5132 * gdb.texinfo: Fix @kindex entries so that multiple commands that
5133 have the same prefix have only their prefix in the index.
5134
7561d450
MK
51352004-07-03 Mark Kettenis <kettenis@gnu.org>
5136
5137 * gdb.texinfo (BSD libkvm Interface): New node (section)
5138 (Native): Add it to the menu.
5139
67bebe79
MK
51402004-07-01 Mark Kettenis <kettenis@gnu.org>
5141
5142 * gdbint.texinfo (Target Architecture Definition): Remove
5143 PCC_SOL_BROKEN.
5144
1a6923e0
MK
51452004-06-24 Mark Kettenis <kettenis@gnu.org>
5146
5147 * gdbint.texinfo (Target Architecture Definition): Remove
5148 SUN_FIXED_LBRAC_BUG.
5149
b435e160
AC
51502004-06-26 Andrew Cagney <cagney@gnu.org>
5151
5152 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
5153
b5622e8d
AC
51542004-06-20 Andrew Cagney <cagney@gnu.org>
5155
5156 * gdbint.texinfo (Target Architecture Definition): Deprecate
5157 USE_STRUCT_CONVENTION.
5158
e0c07bf0
MC
51592004-06-19 Michael Chastain <mec.gnu@mindspring.com>
5160
5161 gdb.texinfo (Bug Reporting): Mention session recording,
5162 with the script command or Emacs.
5163
782263ab
AC
51642004-06-18 Andrew Cagney <cagney@gnu.org>
5165
5166 * gdbint.texinfo (Target Architecture Definition): Deprecate
5167 FUNCTION_START_OFFSET.
5168
03727ca6
AC
51692004-06-14 Andrew Cagney <cagney@gnu.org>
5170
5171 Based on changes from Karl Berry.
5172 * gdb.texinfo: Do not use @sc in a direntry.
5173 * stabs.texinfo: Change @dircateogry to "Software development".
5174 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
5175
97092415
AC
51762004-06-13 Andrew Cagney <cagney@gnu.org>
5177
5178 * gdbint.texinfo (Target Architecture Definition): Delete
5179 description of RETURN_VALUE_ON_STACK.
5180
1f6d4158
AC
51812004-06-09 Andrew Cagney <cagney@gnu.org>
5182
5183 * gdbint.texinfo (Native Debugging): Restore "@table @code"
5184 deleted by previous patch.
5185
d966f0cb
AC
51862004-06-08 Andrew Cagney <cagney@gnu.org>
5187
5188 * gdbint.texinfo (Native Debugging): Delete documentation on
5189 ATTACH_DETACH.
5190
86fe4aaa
RC
51912004-06-06 Randolph Chung <tausq@debian.org>
5192
5193 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
5194
d4b6d575
RC
51952004-06-06 Randolph Chung <tausq@debian.org>
5196
5ae4183a 5197 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
5198 the new push_dummy_call method signature. Describe the function
5199 argument.
5200
4e8b0763
JB
52012004-05-24 Joel Brobecker <brobecker@gnat.com>
5202
5203 * gdb.texinfo (Starting): Document new start command.
5204
59caf092
AC
52052004-05-21 Andrew Cagney <cagney@redhat.com>
5206
5207 * observer.texi (GDB Observers): Document "inferior_created".
5208
e4a2df64
AC
52092004-05-08 Andrew Cagney <cagney@redhat.com>
5210
e6b55ae2
AC
5211 * gdbint.texinfo (Target Architecture Definition): Delete
5212 description of DO_DEFERRED_STORES.
5213
28954179
AC
5214 * gdbint.texinfo (Target Architecture Definition): Delete
5215 references to DEPRECATED_FIX_CALL_DUMMY.
5216
434b87dd
AC
5217 * gdbint.texinfo (Target Architecture Definition): Delete
5218 description of DEPRECATED_CALL_DUMMY_WORDS,
5219 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
5220
58d28df8
AC
5221 * gdbint.texinfo (Target Architecture Definition): Delete
5222 description of DEPRECATED_PUSH_DUMMY_FRAME.
5223
e4a2df64
AC
5224 * gdbint.texinfo (Target Architecture Definition): Delete
5225 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
5226
2b4855ab
AC
52272004-05-07 Andrew Cagney <cagney@redhat.com>
5228
5229 * observer.texi (GDB Observers): Add "Debugging" section. Include
5230 cross reference to "set/show debug observer".
5231 * gdb.texinfo (Debugging Output): Document "set/show debug
5232 observer".
5233
fcf70625
AC
52342004-05-01 Andrew Cagney <cagney@redhat.com>
5235
5236 * gdbint.texinfo (Target Architecture Definition): Delete
5237 description of DEPRECATED_PC_IN_SIGTRAMP.
5238
8ee56bcf
AC
52392004-04-30 Andrew Cagney <cagney@redhat.com>
5240
5241 * gdbint.texinfo (Target Architecture Definition): Delete
5242 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
5243
67ab9a76
OF
52442004-04-30 Orjan Friberg <orjanf@axis.com>
5245
5246 * observer.texi (GDB Observers): Correct spelling.
5247
79346bcb
OF
52482004-04-26 Orjan Friberg <orjanf@axis.com>
5249
5250 * observer.texi (GDB Observers): Add target_changed event.
5251
7a464420
AC
52522004-04-08 Andrew Cagney <cagney@redhat.com>
5253
5254 * observer.texi (GDB Observers): Rework, provide generic observer
5255 definitions and then a list of observable events.
5256
6cdf9d98
AC
52572004-04-04 Andrew Cagney <cagney@redhat.com>
5258
5259 * gdbint.texinfo (Host Definition): Delete reference to
5260 NO_SIGINTERRUPT.
5261
ddc135a4
AC
52622004-04-02 Andrew Cagney <cagney@redhat.com>
5263
5264 * gdbint.texinfo (Target Architecture Definition): Delete
5265 reference to DEPRECATED_CALL_DUMMY_LENGTH.
5266
6a1b180d
SC
52672004-03-28 Stephane Carrez <stcarrez@nerim.fr>
5268
5269 * gdb.texinfo (TUI Commands): Document tui reg commands.
5270
d0d5df6f
AC
52712004-03-26 Andrew Cagney <cagney@redhat.com>
5272
5273 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
5274 "gdbtui".
5275 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
5276 (Contributors): Mention both Text and Terminal User Interface.
5277
aa2a3f87
AC
52782004-03-23 Andrew Cagney <cagney@redhat.com>
5279
5280 * gdbint.texinfo (Target Architecture Definition): Deprecate
5281 references to SIGTRAMP_START and SIGTRAMP_END.
5282
f561f026
AC
52832004-03-23 Andrew Cagney <cagney@redhat.com>
5284
5285 * gdbint.texinfo (Target Architecture Definition): Deprecate
5286 references to PC_IN_SIGTRAMP.
5287
33cb8b0f
AC
52882004-03-19 Andrew Cagney <cagney@redhat.com>
5289
5290 * gdbint.texinfo (Target Architecture Definition): Delete
5291 reference to GDB_TARGET_IS_HPPA.
5292
fc989b7a
AC
52932004-03-18 Andrew Cagney <cagney@redhat.com>
5294
5295 * gdbint.texinfo (Coding): Update section on gdbarch_data,
5296 describe pre_init and post_init.
5297
701b08bb
DJ
52982004-03-09 Daniel Jacobowitz <drow@mvista.com>
5299
5300 * gdb.texinfo (Debugging Output): Document values for "set debug
5301 target".
5302
faae5abe
AC
53032004-02-28 Andrew Cagney <cagney@redhat.com>
5304
5305 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
5306
dd79a6cf
JJ
53072004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5308
5309 * gdb.texinfo (breakpoints): Add information about the
5310 new "set breakpoint pending" and "show breakpoint pending"
5311 commands.
5312
e7f16015
AC
53132004-02-26 Andrew Cagney <cagney@redhat.com>
5314
5315 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
5316 in Per-architecture module data section.
5317
7161a3a6
RM
53182004-02-25 Roland McGrath <roland@redhat.com>
5319
5320 * gdb.texinfo (General Query Packets): Document qPart:... packets.
5321
2154891a
AC
53222004-02-24 Andrew Cagney <cagney@redhat.com>
5323
5324 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
5325 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
5326 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 5327
6c74ac8b
AC
53282004-02-17 Andrew Cagney <cagney@redhat.com>
5329
5330 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
5331
19772a2c
AC
53322004-02-16 Andrew Cagney <cagney@redhat.com>
5333
5334 * gdbint.texinfo (Target Architecture Definition): Deprecate
5335 FRAMELESS_FUNCTION_INVOCATION.
5336
c9830293
AC
53372004-02-16 Andrew Cagney <cagney@redhat.com>
5338
5339 * gdbint.texinfo (Coding): Mention -Wunused-function.
5340
b9d26eb9
AC
53412004-02-14 Andrew Cagney <cagney@redhat.com>
5342
5343 * gdbint.texinfo (Target Architecture Definition): Delete
5344 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5345
49efadf5
EZ
53462004-02-12 Elena Zannoni <ezannoni@redhat.com>
5347
5348 * gdb.texinfo: Properly quote the name "C++".
5349 * gdbint.texinfo: Ditto.
5350 * stabs.texinfo: Ditto.
5351
1eb288ea
EZ
53522004-02-11 Elena Zannoni <ezannoni@redhat.com>
5353
5354 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5355 minimal information about libiberty.
5356
e4937fc1
MC
53572004-02-06 Michael Chastain <mec.gnu@mindspring.com>
5358
5359 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5360
a9331b3f
RM
53612004-02-04 Roland McGrath <roland@redhat.com>
5362
5363 * gdb.texinfo (Auxiliary Vector): New node (section).
5364 (Data): Add it to the menu.
5365
2650777c
JJ
53662004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5367
5368 * gdb.texinfo (Breakpoints): Add information about pending
5369 breakpoint support.
5370
b4501125
AC
53712004-01-26 Andrew Cagney <cagney@redhat.com>
5372
5373 * gdb.texinfo (Overview): Delete references to the cisco protocol
5374 including the "N" response.
5375
74055713
AC
53762004-01-26 Andrew Cagney <cagney@redhat.com>
5377
5378 * gdbint.texinfo (Target Architecture Definition): Rename
5379 EXTRACT_STRUCT_VALUE_ADDRESS to
5380 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 5381
3bbe9696
EZ
53822004-01-24 Eli Zaretskii <eliz@gnu.org>
5383
5384 * gdb.texinfo (KOD): Document "show os". Add index entries for
5385 "set/show os" and "info cisco" commands.
5386
5843504f
EZ
53872004-01-21 Eli Zaretskii <eliz@gnu.org>
5388
5389 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5390
9175c9a3
MC
53912004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5392
5393 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5394 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5395
8e94b928
NR
53962004-01-19 Nick Roberts <nick@nick.uklinux.net>
5397
5398 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5399 -stack-list-locals.
5400 (GDB/MI Variable Objects): Describe extension to
5401 -var-list-children.
5402
a20cf136
DJ
54032004-01-17 Daniel Jacobowitz <drow@mvista.com>
5404
5405 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5406
afb18d0f
AC
54072004-01-17 Andrew Cagney <cagney@redhat.com>
5408
5409 * gdbint.texinfo (Target Architecture Definition): Delete
5410 documentation on DEPRECATED_NPC_REGNUM.
5411
b51970ac
DJ
54122004-01-13 Daniel Jacobowitz <drow@mvista.com>
5413
5414 * gdb.texinfo: Update copyright year. Mention that set
5415 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5416 "set follow-fork-mode ask".
5417
0f0cffd2
AC
54182004-01-13 Andrew Cagney <cagney@redhat.com>
5419
5420 * gdbint.texinfo: Update copyright year.
5421 (Coding): Add -Wunused-label to list of -Werror warnings.
5422
c552b3bb 54232004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 5424 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
5425
5426 * gdb.texinfo: Update copyright.
5427 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5428 around names, as appropriate. Minor syntax cleanup of
5429 _NSPrintForDebugger explanation. Two spaces after periods.
5430 GDBN used instead of lit. "gdb". Index entries added for
5431 print-object and _NSPrintForDebugger. @noindent added in one spot.
5432
afe157ca
EZ
54332003-11-11 Elena Zannoni <ezannoni@redhat.com>
5434
5435 * stabs.texinfo: Add dircategory and direntry commands.
5436 * annotate.texinfo: Ditto.
5437
963e2bb7
AC
54382003-11-10 Andrew Cagney <cagney@redhat.com>
5439
5440 * gdbint.texinfo (Target Architecture Definition): Replace the
5441 return_value method's "inval" and "outval" parameters with
5442 "readbuf" and "writebuf".
5443
1d8b2f28
JB
54442003-10-28 Jim Blandy <jimb@redhat.com>
5445
5446 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5447 from "The `F' request packet" and "The `F' reply packet", to make
5448 texi2dvi happy.
5449 (File-I/O remote protocol extension): Update menu entries, too.
5450
36d86913
MC
54512003-10-26 Michael Chastain <mec@shout.net>
5452
5453 * gdb.texinfo (Thread Stops): Document the issue with
5454 premature return from system calls in multi-threaded programs.
5455
ce2826aa
AC
54562003-10-24 Andrew Cagney <cagney@redhat.com>
5457
5458 * annotate.texinfo: Fix "fortunatly"[sic].
5459
f24c5e49
KI
54602003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5461
5462 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5463 with "Hitachi" and "Mitsubishi".
5464
92ad9cd9
AC
54652003-10-20 Andrew Cagney <cagney@redhat.com>
5466
5467 * gdbint.texinfo (Target Architecture Definition): Document
5468 gdbarch_return_value. Add cross references from
5469 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5470 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5471
0ab4b752
MK
54722003-10-18 Mark Kettenis <kettenis@gnu.org>
5473
5474 * gdbint.texinfo (Target Architecture Definition): Document
5475 regset_from_core_section.
fb3e19c0
KI
5476
54772003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5478
5479 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5480
a9331b3f 54812003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5482
5483 From Anthony Green <green@redhat.com>:
5ae4183a 5484 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5485
1485d690
KB
54862003-10-14 Kevin Buettner <kevinb@redhat.com>
5487
889bf7c5
PA
5488 * gdb.texinfo (Breakpoint related warnings): New node.
5489 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5490
86d30acc
DJ
54912003-10-13 Daniel Jacobowitz <drow@mvista.com>
5492
5493 * gdb.texinfo (Remote Protocol): Document v and vCont.
5494
172c2a43
KI
54952003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5496
5497 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5498 * gdbint.texinfo: Ditto.
5499
71952f4c
AC
55002003-10-09 Andrew Cagney <cagney@redhat.com>
5501
5502 From 2003-09-18 David Anderson <davea@sgi.com>:
5503 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5504 "command".
5505
268e2188
AC
55062003-10-03 Andrew Cagney <cagney@redhat.com>
5507
5508 * gdbint.texinfo (Target Architecture Definition): Deprecate
5509 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5510 just target.
5511
12c266ea 55122003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5513
f30992d4 5514 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5515 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5516 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5517 * gdbint.texinfo (Target Architecture Definition): Rename
5518
55192003-09-30 Andrew Cagney <cagney@redhat.com>
5520
f30992d4 5521 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5522 (Target Architecture Definition):
f30992d4 5523
2e092625
AC
5524 * gdbint.texinfo (Target Architecture Definition): Rename
5525 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5526
0717ae8a
AC
55272003-09-29 Andrew Cagney <cagney@redhat.com>
5528
dad809b7
AC
5529 * gdbint.texinfo (Target Architecture Definition): Delete
5530 documentation for NEED_TEXT_START_END.
5531
0717ae8a
AC
5532 * gdbint.texinfo (Target Architecture Definition): Rename
5533 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5534 TARGET_WRITE_PC.
a9331b3f 5535
af6cf26d
MC
55362003-09-22 Michael Chastain <mec@shout.net>
5537
5538 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5539
ee206350
AG
55402003-09-21 Anthony Green <green@redhat.com>
5541
5542 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5543
a38c9fe6
MK
55442003-09-21 Mark Kettenis <kettenis@gnu.org>
5545
5546 * gdbint.texinfo (Target Architecture Definition): Document
5547 stabs_argument_has_addr.
5548
77949794
AC
55492003-09-18 Andrew Cagney <cagney@redhat.com>
5550
5551 * gdbint.texinfo (Target Architecture Definition): Delete
5552 documentation on REGISTER_NAMES.
5553
8e823e25
MK
55542003-09-13 Mark Kettenis <kettenis@gnu.org>
5555
5556 * gdbint.texinfo (Target Architecture Definition): Replace
5557 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5558
f27dd7fd
AC
55592003-09-11 Andrew Cagney <cagney@redhat.com>
5560
5561 * gdbint.texinfo (Target Architecture Definition): Replace
5562 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5563
8b148df9
AC
55642003-08-18 Andrew Cagney <cagney@redhat.com>
5565
5566 * gdbint.texinfo (Target Architecture Definition): Document
5567 "frame_red_zone_size".
5568
25d29d70
AC
55692003-08-09 Andrew Cagney <cagney@redhat.com>
5570
5571 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5572 with "set/show backtrace past-main" and "set/show backtrace
5573 limit".
5574
c938e9b0
L
55752003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5576
5577 * Makefile.in (install-info): Support DESTDIR.
5578 (install-html): Likewise.
5579
64fabec2
AC
55802003-08-07 Andrew Cagney <cagney@redhat.com>
5581
5582 Patch from Nick Roberts.
5583 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5584 bindings. Remove description of send-gdb-command.
5585
2fcf52f0
AC
55862003-08-07 Andrew Cagney <cagney@redhat.com>
5587
5588 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5589 GDB 6.0.
5590
086432e2
AC
55912003-08-06 Andrew Cagney <cagney@redhat.com>
5592
5593 * gdb.texinfo (Mode Options): Mention that level three is the
5594 highest available and that level 2 is deprecated.
5595 (Annotations Overview): Mention annotation levels. Cross reference
5596 to "Limitations of the Annotation Interface" in annotate.texi.
5597 (TODO, Value Annotations, Frame Annotations): Delete section.
5598 (Displays, Breakpoint Info): Delete.
5599
e5249f67
AC
56002003-08-04 Andrew Cagney <cagney@redhat.com>
5601
5602 * agentexpr.texi: Delete @bye.
5603 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5604 (stabs.info): Add $(srcdir) to include search path.
5605 (html): Depend on "annotate_toc.html", and not "annotate.html".
5606 * stabs.texinfo: Ditto. Include "fdl.texi".
5607 * gdbint.texinfo: Update copyright statement's list of invariant
5608 sections.
5609
e6f672d2
AC
56102003-07-28 Andrew Cagney <cagney@redhat.com>
5611
5612 * Makefile.in (INFO_DEPS): Add annotate.info.
5613 (dvi, ps, html, pdf): Add annotate.
5614 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5615 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5616 (ANNOTATE_DOC_FILES): New macro.
5617 (ANNOTATE_TEX_TMPS): New macro.
5618 (annotate.info, annotate_toc.html): Specify dependencies.
5619 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5620 * annotate.texinfo: Rename annotate.texi. Get building. Add
5621 "Migrating to GDB/MI" and "Limitations of the Annotation
5622 Interface" chapters. Mention why it is not part of the user
5623 guide. Update copyright notice. Include "fdl.texi".
5624
72ffddc9
SC
56252003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5626
5627 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5628
a9f12a31
DJ
56292003-07-24 Daniel Jacobowitz <drow@mvista.com>
5630
5631 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5632
b1fe9455
DJ
56332003-07-24 Daniel Jacobowitz <drow@mvista.com>
5634
5635 * gdb.texinfo (Server): Mention pidof.
5636
153721e6
AC
56372003-07-22 Andrew Cagney <cagney@redhat.com>
5638
5639 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5640 list.
5641
0fac0b41
DJ
56422003-06-28 Daniel Jacobowitz <drow@mvista.com>
5643
5644 * gdb.texinfo (Logging output): New chapter.
5645
4e562065
JB
56462003-06-24 Joel Brobecker <brobecker@gnat.com>
5647
5648 * gdb.texinfo (Unsupported languages): New section.
5649 (Languages): Add link to new section.
5650
f2c06f52
AC
56512003-06-22 Andrew Cagney <cagney@redhat.com>
5652
5653 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5654
b4177fca
DJ
56552003-06-22 Daniel Jacobowitz <drow@mvista.com>
5656
5657 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5658
f418dd93
DJ
56592003-06-22 Daniel Jacobowitz <drow@mvista.com>
5660
5661 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5662 * agentexpr.texi: Retitle section, and change it to an appendix.
5663 Comment out texinfo initialization. Factor a @var{} into two
5664 pieces to prevent makeinfo warnings.
5665 * gdb.texinfo: Add Agent Expressions appendix.
5666
4ca61388
DJ
56672003-06-19 Daniel Jacobowitz <drow@mvista.com>
5668
5669 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5670
07f31aa6
DJ
56712003-06-18 Daniel Jacobowitz <drow@mvista.com>
5672
5ae4183a 5673 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5674 remote target". Document the "detach" and "disconnect" commands.
5675 (Server, Netware, Debug Session): Reference "Connecting to a
5676 remote target".
5677 (GDB/MI Target Manipulation): Document "-target-disconnect".
5678
2dd0da42
AC
56792003-06-13 Andrew Cagney <cagney@redhat.com>
5680
5681 * gdbint.texinfo (Target Architecture Definition): Deprecate
5682 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5683 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5684
e7a3abfc
JB
56852003-06-09 Jim Blandy <jimb@redhat.com>
5686
5687 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5688
25e3a86b
AC
56892003-06-08 Andrew Cagney <cagney@redhat.com>
5690
5691 * gdbint.texinfo (Target Architecture Definition): Delete
5692 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5693
a9e5fdc2
AC
56942003-06-08 Andrew Cagney <cagney@redhat.com>
5695
5696 * gdbint.texinfo (Target Architecture Definition): Document
5697 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5698
b37303ee
AF
56992003-06-07 Adam Fedor <fedor@gnu.org>
5700
5701 * gdb.texinfo: Add Objective-C documentation.
5702
39fe6e80
AC
57032003-06-01 Andrew Cagney <cagney@redhat.com>
5704
5705 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5706 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5707
125309b2
AC
57082003-05-21 Andrew Cagney <cagney@redhat.com>
5709
5710 * gdbint.texinfo (Target Architecture Definition): Delete
5711 references to "extract_address" and "store_address".
5712
b8b527c5
AC
57132003-05-16 Andrew Cagney <cagney@redhat.com>
5714
5715 * gdbint.texinfo (Target Architecture Definition): Replace
5716 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5717 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5718
50e3ee83
TR
57192003-05-14 Theodore A. Roth <troth@openavr.org>
5720
5721 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5722
44e2be90
L
57232003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5724
5725 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5726 (gdb.dvi): Likewise.
5727 (gdb.pdf): Likewise.
5728 (links2roff): Likewise.
5729
df5215a6
JB
57302003-05-08 Jim Blandy <jimb@redhat.com>
5731
5732 * gdb.texinfo (Dump/Restore Files): Update documentation for
5733 'dump', 'append', and 'restore': note that format argument is
5734 optional; simplify presentation of the command variants; and be
5735 more precise about the formats.
5736
5e7b2f39
JB
57372003-05-07 Jim Blandy <jimb@redhat.com>
5738
5739 * gdb.texinfo (Symbols): Update documentation: 'maint list
5740 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5741 symtabs' and 'maint info psymtabs'.
5742
b1e29e33
AC
57432003-05-05 Andrew Cagney <cagney@redhat.com>
5744
5745 * gdbint.texinfo (Target Architecture Definition): Make
5746 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5747 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5748 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5749
00905d52
AC
57502003-05-04 Andrew Cagney <cagney@redhat.com>
5751
5752 * gdb.texinfo (Maintenance Commands): Document "maint print
5753 dummy-frames".
5754
54ff5908
AC
57552003-05-04 Andrew Cagney <cagney@redhat.com>
5756
5757 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5758
32e7087d
JB
57592003-05-03 J. Brobecker <brobecker@gnat.com>
5760
5761 Thierry Schneider <tpschneider1@yahoo.com>
5762 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5763 for new MI command.
5764
7043d8dc
AC
57652003-05-03 Andrew Cagney <cagney@redhat.com>
5766
5767 * gdbint.texinfo (Target Architecture Definition): Document
5768 push_dummy_code. Add cross references.
5769
e33d66ec
EZ
57702003-05-02 Elena Zannoni <ezannoni@redhat.com>
5771
5772 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5773 set/show charsets commands.
5774
0ba6dca9
AC
57752003-04-28 Andrew Cagney <cagney@redhat.com>
5776
5777 * gdbint.texinfo (Target Architecture Definition): Replace
5778 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5779 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5780
d7a27068
AC
57812003-04-28 Andrew Cagney <cagney@redhat.com>
5782
5783 * gdbint.texinfo (Target Architecture Definition): Rename
5784 "tm_print_insn" to "deprecated_tm_print_insn".
5785
44ea7b70
JB
57862003-04-09 Jim Blandy <jimb@redhat.com>
5787
5788 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5789 list psymtabs'.
5790
fb8f8949
AC
57912003-04-08 Andrew Cagney <cagney@redhat.com>
5792
5793 * gdbint.texinfo (Target Architecture Definition): Delete
5794 references to EXTRA_FRAME_INFO.
5795
32fb0f22
AC
57962003-04-08 Andrew Cagney <cagney@redhat.com>
5797
5798 * gdbint.texinfo (Target Architecture Definition): Delete
5799 PRINT_TYPELESS_INTEGER.
5800
6be67e67
JB
58012003-04-02 J. Brobecker <brobecker@gnat.com>
5802
5803 * observer.texi (GDB Observers): Adjust the documentation for the
5804 normal_stop notification to better describe reality. Fix a couple
5805 of minor typos.
5806
4e35d5f0
BR
58072003-04-02 Bob Rossi <bob_rossi@cox.net>
5808
a9331b3f 5809 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5810 '-file-list-exec-source-file'
5811
e8a8712a
AC
58122003-03-31 Andrew Cagney <cagney@redhat.com>
5813
5814 * gdbint.texinfo (Target Architecture Definition): Delete
5815 references to CALL_DUMMY_P.
5816
6c0e89ed
AC
58172003-03-30 Andrew Cagney <cagney@redhat.com>
5818
5819 * gdbint.texinfo (Target Architecture Definition): Remove
5820 reference to TARGET_WRITE_SP.
a9331b3f 5821
378bfd1b
AC
58222003-03-27 Andrew Cagney <cagney@redhat.com>
5823
5824 * gdbint.texinfo (Target Architecture Definition): Remove
5825 references to write_sp.
6c0e89ed 5826
922fbb7b
AC
58272003-03-27 Andrew Cagney <cagney@redhat.com>
5828
5829 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5830 chapter body. Use @smallexample instead of @example.
5831 (Annotations): Ditto.
5832 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5833 annotate.texi.
5834
b81774d8
AC
58352003-03-26 Andrew Cagney <cagney@redhat.com>
5836
5837 * gdbint.texinfo (Target Architecture Definition): Replace
5838 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5839 dummy_addr parameters.
5840
1bf6d5cc
AC
58412003-03-25 Andrew Cagney <cagney@redhat.com>
5842
5843 * gdbint.texinfo (Target Architecture Definition): Delete
5844 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5845 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5846 Add reference to PUSH_ARGUMENTS.
5847
618ce49f
AC
58482003-03-23 Andrew Cagney <cagney@redhat.com>
5849
5850 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5851 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5852
bcd7e15f
JB
58532003-03-18 J. Brobecker <brobecker@gnat.com>
5854
5855 * gdbint.texinfo (Algorithms): Add new section describing the
5856 Observer paradigm.
5857 (Top): Add menu entry to new observer appendix.
5858 * observer.texi: New file.
5859 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5860 new observer.texi file.
5861
9fe8321b
AC
58622003-03-17 Andrew Cagney <cagney@redhat.com>
5863
5864 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5865 that GNU Press update the manual version number.
5866
ac2adee5
AC
58672003-03-12 Andrew Cagney <cagney@redhat.com>
5868
5869 * gdbint.texinfo (Target Architecture Definition): Delete
5870 references to get_saved_register. Rename GET_SAVED_REGISTER to
5871 DEPRECATED_GET_SAVED_REGISTER.
5872
749b82f6
AC
58732003-03-13 Andrew Cagney <cagney@redhat.com>
5874
5875 * gdbint.texinfo (Target Architecture Definition): Replace
5876 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5877
8bedc050
AC
58782003-03-12 Andrew Cagney <cagney@redhat.com>
5879
5880 * gdbint.texinfo (Target Architecture Definition): Rename
5881 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5882
0ce1b118
CV
58832003-03-10 Corinna Vinschen <vinschen@redhat.com>
5884
5885 * gdb.texinfo: Add File-I/O documentation.
5886
12cc2063
AC
58872003-03-10 Andrew Cagney <cagney@redhat.com>
5888
5889 * gdbint.texinfo (Target Architecture Definition): Cross reference
5890 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5891
7453dc06
AC
58922003-03-07 Andrew Cagney <cagney@redhat.com>
5893
5894 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5895 frame" command.
5896
6314f104
AC
58972003-03-05 Andrew Cagney <cagney@redhat.com>
5898
5899 * gdbint.texinfo (Target Architecture Definition): Document
5900 unwind_dummy_id. Cross reference unwind_dummy_id and
5901 SAVE_DUMMY_FRAME_TOS.
5902
f1212245
DJ
59032003-03-05 James Ingham <jingham@apple.com>
5904 Daniel Jacobowitz <drow@mvista.com>
5905
5906 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5907 and "show cp-abi".
5908
77e7e267
AC
59092003-03-03 Andrew Cagney <cagney@redhat.com>
5910
5911 * gdbint.texinfo (Target Architecture Definition): Document
5912 register_type.
5913
838a8221
AC
59142003-03-03 Andrew Cagney <cagney@redhat.com>
5915
5916 * stabs.texinfo (Structures): Use @samp and separate @var's
5917 instead of a single @var containing a comma separated list.
5918 (Unions): Ditto.
5919
d7f4a264
DJ
59202003-03-02 Daniel Jacobowitz <drow@mvista.com>
5921
5922 * Makefile.in (distclean): Remove config.log.
5923
f30ee0bc
AC
59242003-03-01 Andrew Cagney <cagney@redhat.com>
5925
5926 * gdbint.texinfo (Target Architecture Definition): Rename
5927 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5928
59292003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5930
5931 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5932 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5933
be448670
CF
59342003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5935
5936 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5937 (Non-debug DLL symbols): New node, describing the minimal symbols
5938 loaded from DLLs without real debugging symbols.
5939
501eef12
AC
59402003-02-20 Andrew Cagney <ac131313@redhat.com>
5941
5942 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5943 hardware-breakpoint-limit".
5944 (Set Watchpoints): Add cross reference to "set remote
5945 hardware-watchpoint-limit".
5946 (Remote configuration options): New section.
5947
21c294e6
AC
59482003-02-04 Andrew Cagney <ac131313@redhat.com>
5949
e9be73e4
AC
5950 * gdbint.texinfo (Target Architecture Definition): Delete
5951 descrption of IS_TRAPPED_INTERNALVAR.
5952
21c294e6
AC
5953 From Keith Seitz <keiths@redhat.com>:
5954 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5955 option "-i"/"--interpreter" to this chapter. Include index
5956 entries.
5957
0179ffac
DC
59582003-02-04 David Carlton <carlton@math.stanford.edu>
5959
5960 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5961 (Variables): Recommend stabs+ and DWARF 2.
5962 (C plus plus expressions): Correct info about
5963 compiler versions, debug formats.
5964 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5965 PR symtab/874.
5966
7ca9f392
AC
59672003-02-01 Andrew Cagney <ac131313@redhat.com>
5968
5969 * gdbint.texinfo (Target Architecture Definition): Delete
5970 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5971 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5972 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5973 references to nindy and i960.
5974 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5975
31a85ea2
AC
59762003-02-01 Andrew Cagney <ac131313@redhat.com>
5977
5978 * gdbint.texinfo (Target Architecture Definition): Delete
5979 FLOAT_INFO.
5980
6b894e49
AC
59812003-01-30 Andrew Cagney <ac131313@redhat.com>
5982
5983 * stabs.texinfo (Member Type Descriptor): Clarify description of
5984 `@'. Suggested by Ben Hutchings.
5985
c48861fb
AC
59862003-01-29 Andrew Cagney <ac131313@redhat.com>
5987
5988 * gdb.texinfo (M68K): Delete reference to es1800.
5989
617073a9
AC
59902003-01-29 Andrew Cagney <ac131313@redhat.com>
5991
5992 * gdb.texinfo (Maintenance Commands): Document `maint print
5993 reggroups' and `maint print register-groups'.
5994 * gdbint.texinfo (Target Architecture Definition): Document
5995 register_reggroup_p.
5996
5b5d99cf
JB
59972003-01-23 Jim Blandy <jimb@redhat.com>
5998
5999 * gdb.texinfo (Separate Debug Files): New section.
6000
e7ba9c65
DJ
60012003-01-22 Daniel Jacobowitz <drow@mvista.com>
6002
6003 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
6004 and "maint show profile".
6005
94e91d6d
MC
60062003-01-16 Michael Chastain <mec@shout.net>
6007
6008 * gdb.texinfo (Installing GDB): Warn against
6009 ".../gdb-VERSION/gdb/configure".
6010 (Separate Objdir): Likewise.
6011
867f3898
AC
60122003-01-15 Andrew Cagney <ac131313@redhat.com>
6013
6014 * gdbint.texinfo (Target Architecture Definition): Delete
6015 definition of PRINT_REGISTER_HOOK.
6016
f153cc92
EZ
60172003-01-15 Elena Zannoni <ezannoni@redhat.com>
6018
6019 (OpenRISC 1000): Fix formatting of command names.
6020
c60eb6f1
EZ
60212003-01-15 Elena Zannoni <ezannoni@redhat.com>
6022
6023 * gdb.texinfo (Continuing and Stepping): Add new command
6024 'advance'. Clarify behavior of 'until'.
6025
f5ebfba0
DJ
60262003-01-13 Daniel Jacobowitz <drow@mvista.com>
6027
6028 * gdb.texinfo (Files): Document solib-absolute-prefix and
6029 solib-search-path.
6030
4ce8657e
MC
60312003-01-09 Michael Chastain <mec@shout.net>
6032
6033 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
6034 (Create a Release): Add new instructions for new @file{src-release}.
6035 Document existing instructions for @file{Makefile.in} as
6036 being for @value{GDBN} 5.3.1 or earlier.
6037
372613e3
AC
60382003-01-09 Andrew Cagney <ac131313@redhat.com>
6039
6040 * gdbint.texinfo (Target Architecture Definition): Mention
6041 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
6042 allocate memory.
6043
b4e9345d
DJ
60442003-01-04 Daniel Jacobowitz <drow@mvista.com>
6045
6046 * gdb.texinfo (Controlling GDB): Add @kindex for
6047 "show osabi".
6048 (Backtraces): Add @kindex's for backtrace-below-main.
6049
98b45e30
DJ
60502003-01-04 Daniel Jacobowitz <drow@mvista.com>
6051
6052 * gdb.texinfo (Controlling GDB): Document "set osabi".
6053
95f90d25
DJ
60542003-01-04 Daniel Jacobowitz <drow@mvista.com>
6055
6056 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
6057 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
6058
1e698235
DJ
60592003-01-04 Daniel Jacobowitz <drow@mvista.com>
6060
6061 * gdb.texinfo (Controlling GDB): Add ABI section. Document
6062 "set coerce-float-to-double".
6063 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
6064
e632838e
AC
60652003-01-02 Andrew Cagney <ac131313@redhat.com>
6066
6067 * stabs.texinfo: Remove obsolete text.
6068 * gdbint.texinfo: Ditto.
6069 * gdb.texinfo: Ditto.
6070
c133ab7a
MK
60712002-12-22 Mark Kettenis <kettenis@gnu.org>
6072
6073 * gdbint.texinfo (Target Architecture Definition): Update
6074 description of gdbarch_register_osabi.
6075
f821f325
KH
60762002-12-20 Kazu Hirata <kazu@cs.umass.edu>
6077
6078 * agentexpr.texi: Fix typos.
6079 * annotate.texi: Likewise.
6080 * fdl.texi: Likewise.
6081
85a6d8d3 60822002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
6083
6084 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
6085 DEPRECATED_INIT_FRAME_PC.
6086
ae45cd16
AC
60872002-12-01 Andrew Cagney <ac131313@redhat.com>
6088
6089 * gdbint.texinfo (Target Architecture Definition): Delete
6090 PC_IN_CALL_DUMMY.
6091
07555a72
AC
60922002-11-28 Andrew Cagney <ac131313@redhat.com>
6093
6094 * gdbint.texinfo (Host Definition): Delete documentation on
6095 USE_GENERIC_DUMMY_FRAMES.
6096
c166cdc7
EZ
60972002-11-26 Elena Zannoni <ezannoni@redhat.com>
6098
5ae4183a 6099 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
6100 * Makefile.in (install-info): Run the install-info command as part
6101 of the post install steps only.
6102 (uninstall-info): New target.
6103 (uninstall): New target.
6104
35db0260
EZ
61052002-11-22 Elena Zannoni <ezannoni@redhat.com>
6106
6107 * Makefile.in (install): Make install do some real work.
6108
9ba8d803
AC
61092002-11-19 Andrew Cagney <ac131313@redhat.com>
6110
6111 Fix POSIX problem reported by Paul Eggert.
6112 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
6113 Fix PR gdb/527.
6114
903ad3a6
AC
61152002-10-26 Andrew Cagney <cagney@redhat.com>
6116
6117 * gdbint.texinfo (Target Architecture Definition): Delete
6118 definition of DO_REGISTERS_INFO.
6119
f2abfe65
KB
61202002-10-18 Kevin Buettner <kevinb@redhat.com>
6121
6122 * gdbint.texinfo (Address Classes): Fix problems with insertion
6123 of ``{'' and ``}'' in example.
6124
b5b0480a
KB
61252002-10-17 Kevin Buettner <kevinb@redhat.com>
6126
6127 * gdbint.texinfo (Address Classes): New section.
6128 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
6129 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
6130 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
6131 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
6132
c85508ee
KD
61332002-10-11 Klee Dienes <kdienes@apple.com>
6134
6135 * gdb.texinfo (Registers): Mention vector registers as well as
6136 floating registers in the documentation for 'info registers' and
6137 'info all-registers'.
6138
6d12fc3d
DJ
61392002-10-11 Daniel Jacobowitz <drow@mvista.com>
6140
6141 * gdbint.texinfo (CPLUS_MARKER): Remove item.
6142
8d19fbd2
JJ
61432002-10-03 Jeff Johnston <jjohnstn@redhat.com>
6144
6145 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
6146 interface definition.
6147
a37295f9
MM
61482002-10-03 Marko Mlinar <markom@opencores.org>
6149
6150 * gdb.texinfo (Target Commands): Add or1k target specific
6151 commands.
6152 * gdb.texinfo (Contributors): Add myself to the contributors list.
6153
da0f9dcd
AC
61542002-10-01 Andrew Cagney <ac131313@redhat.com>
6155
6156 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
6157 and "mi1" instead of "mi1" and "mi0".
6158
2e834e49
HPN
61592002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
6160
6161 * gdb.texinfo (Packets): Fix typos "alligned".
6162 Correct z3/Z3 description. Correct z4/Z4 title.
6163
050be0dc
AC
61642002-09-27 Andrew Cagney <ac131313@redhat.com>
6165
6166 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
6167
1104b9e7
KB
61682002-09-25 Kevin Buettner <kevinb@redhat.com>
6169
6170 * gdb.texinfo: Use GNU/Linux instead of Linux.
6171
512217c7
AC
61722002-09-25 Andrew Cagney <ac131313@redhat.com>
6173
6174 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
6175
10998722
AC
61762002-09-24 Andrew Cagney <ac131313@redhat.com>
6177
512217c7 6178 * gdb.texinfo: Replace @example with @smallexample.
10998722 6179
a0eb71c5
KB
61802002-09-20 Kevin Buettner <kevinb@redhat.com>
6181
f7dc1244 6182 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
6183 * gdb.texinfo (Character Sets): Use @smallexample instead of
6184 @example. Use GNU/Linux instead of Linux.
6185
61862002-09-20 Jim Blandy <jimb@redhat.com>
6187
6188 * gdb.texinfo: Add character set documentation.
6189
2f870471
AC
61902002-09-19 Andrew Cagney <ac131313@redhat.com>
6191
6192 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
6193 (Packets): Add cross reference from `b' packet to `z' packets.
6194
790eb8f5
AC
61952002-09-19 Andrew Cagney <ac131313@redhat.com>
6196
8d30a00d
AC
6197 * gdb.texinfo (Maintenance Commands): Document ``maint
6198 internal-error'' and ``maint internal-warning''.
6199
790eb8f5
AC
6200 * gdbint.texinfo (Target Architecture Definition): Revise
6201 description of STACK_ALIGN. Add description of FRAME_ALIGN.
6202
a23a7bf1
JB
62032002-09-19 Joel Brobecker <brobecker@gnat.com>
6204
6205 * gdbint.texinfo (Target Conditionals): Document the new
6206 NAME_OF_MALLOC macro.
6207
299ffc64
AC
62082002-09-05 Andrew Cagney <ac131313@redhat.com>
6209
6210 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
6211 engineer.
6212
b7bb15bc
SC
62132002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6214
6215 * gdb.texinfo (TUI Overview): Document status line fields.
6216
3d757584
SC
62172002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6218
6219 * gdb.texinfo (TUI Commands): Document info win command.
6220
269c21fe
SC
62212002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6222
6223 * gdb.texinfo (TUI Overview): Document breakpoint markers.
6224
7cf36c78
SC
62252002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6226
6227 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
6228 (TUI Keys): Likewise.
6229
d2c6833e
AC
62302002-08-25 Andrew Cagney <ac131313@redhat.com>
6231
6232 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
6233 for a packet receive.
6234
46d8b1c3
AC
62352002-08-25 Andrew Cagney <ac131313@redhat.com>
6236
6237 * Makefile.in (clean): Move to end of file.
6238 (distclean, maintainer-clean, realclean): Ditto.
6239 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
6240 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
6241 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
6242 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
6243
b0787093
AC
62442002-08-24 Andrew Cagney <ac131313@redhat.com>
6245
6246 * Makefile.in (GDBINT_TEX_TMPS): Define.
6247 (gdbint.dvi, gdbint.pdf): Use
6248 (GDB_TEX_TMPS): Define.
6249 (gdb.dvi, gdb.pdf): Use.
6250 (STABS_TEX_TMPS): Define.
6251 (stabs.dvi, stabs.pdf): Use.
6252 (GDB_DOC_SOURCE_INCLUDES): New macros.
6253 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
6254 (GDBINT_DOC_FILES_INCLUDES): New macros.
6255 (GDBINT_DOC_BUILD_INCLUDES): New macros.
6256 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
6257 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
6258 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
6259 (links2roff): Replace SFILES_INCLUDED with
6260 GDB_DOC_SOURCE_INCLUDES.
6261 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
6262 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
6263 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
6264 dependencies.
6265 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
6266 dependencies.
6267 (gdbmi.texinfo): Delete rule.
6268 (inc-hist.texinfo): Delete rule.
6269 (rluser.texinfo): Delete rule.
6270
ebba8386
AC
62712002-08-23 Andrew Cagney <cagney@redhat.com>
6272
6273 * gdbint.texinfo (Target Architecture Definition): Update
6274 STORE_RETURN_VALUE, mention regcache.
6275
0ab7a791
AC
62762002-08-21 Andrew Cagney <ac131313@redhat.com>
6277
6278 * gdbint.texinfo (Target Architecture Definition): Document
6279 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
6280
ee2d5c50
AC
62812002-08-19 Andrew Cagney <ac131313@redhat.com>
6282
6283 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
6284 Fix minor typos. Add index entries.
6285
53c69bd7
AC
62862002-08-18 Andrew Cagney <ac131313@redhat.com>
6287
6288 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
6289
e76f1f2e
AC
62902002-08-15 Andrew Cagney <ac131313@redhat.com>
6291
6292 * gdbint.texinfo (Target Architecture Definition): Document
6293 PRINT_VECTOR_INFO.
6294 * gdb.texinfo (Vector Unit): Document "info vectors" command.
6295
0680b120
AC
62962002-08-13 Andrew Cagney <ac131313@redhat.com>
6297
6298 * gdb.texinfo (Maintenance Commands): Document "maint print
6299 registers", "maint print raw-registers" and "maint print
6300 cooked-registers".
6301
3c3bea1c
GS
63022002-08-08 Grace Sainsbury <graces@redhat.com>
6303
a9331b3f 6304 From Mark Salter:
3c3bea1c
GS
6305 * gdb.texinfo (Protocol): Document T packet extension to
6306 allow watchpoint address reporting.
6307
42f9b0a5
AC
63082002-08-03 Andrew Cagney <ac131313@redhat.com>
6309
6310 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
6311
db034ac5
AC
63122002-08-01 Andrew Cagney <cagney@redhat.com>
6313
6314 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
6315 to CHILL.
6316
e2b28d04
AC
63172002-08-01 Andrew Cagney <ac131313@redhat.com>
6318
6319 * gdbint.texinfo (Coding): Revise section "Include Files".
6320
7fb623f7
AC
63212002-07-24 Andrew Cagney <cagney@redhat.com>
6322
6323 * gdbint.texinfo: Obsolete references to m88k.
6324 * gdb.texinfo: Ditto.
6325
4a2b4636
JB
63262002-07-10 Joel Brobecker <brobecker@gnat.com>
6327
7fb623f7 6328 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
6329 where the proper version of autoconf can be retrieved.
6330
a71ec265
DH
63312002-07-09 Don Howard <dhoward@redhat.com>
6332
6333 * gdb.texinfo (Command Files): Further describe the behavior of
6334 sourced command files.
6335
b9aa90c9
AC
63362002-06-27 Andrew Cagney <ac131313@redhat.com>
6337
6338 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6339 (Coding): Clarify ISO C version that GDB assumes.
6340
40dd2248
TT
63412002-06-26 Tom Tromey <tromey@redhat.com>
6342
6343 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6344 add_setshow_cmd_full.
6345
bfac230e
DH
63462002-06-25 Don Howard <dhoward@redhat.com>
6347
6348 * gdb.texinfo (Memory Region Attributes): Document new behavior
6349 for 'mem' command.
6350
475b0867
JB
63512002-06-11 Jim Blandy <jimb@redhat.com>
6352
919d772c
JB
6353 * gdb.texinfo (Symbols): Update documentation for `info source'
6354 command.
6355
475b0867
JB
6356 * gdb.texinfo (Macros): Call the command `info macro', not
6357 `show macro'.
6358
ba8c9337
AC
63592002-06-09 Andrew Cagney <ac131313@redhat.com>
6360
6361 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6362 data''.
6363
1029b7fa
MK
63642002-06-09 Mark Kettenis <kettenis@gnu.org>
6365
6366 * gdbint.texinfo (Target Architecture Definition): Document
6367 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6368
16737d73
AC
63692002-06-08 Andrew Cagney <ac131313@redhat.com>
6370
6371 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6372 lists.
6373
30107679
AC
63742002-06-08 Andrew Cagney <ac131313@redhat.com>
6375
6376 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6377 Branch''.
6378
3352e23e
AC
63792002-06-01 Andrew Cagney <ac131313@redhat.com>
6380
6381 * gdbint.texinfo (Target Architecture Definition): Add section
6382 ``Converting an existing Target Architecture to Multi-arch''.
6383
cbb09e6a
AC
63842002-05-30 Andrew Cagney <ac131313@redhat.com>
6385
6386 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6387 to ``Obsoleting code''. Revise.
6388
e2e0bcd1
JB
63892002-05-17 Jim Blandy <jimb@redhat.com>
6390
6391 * gdb.texinfo (C Preprocessor Macros): New chapter.
6392 Include it in the main menu.
6393 (Contributors): Credit Jim Blandy with macro support.
6394 (Compilation): Explain how to get macro information into the
6395 executable.
6396 (Expressions): Note that preprocessor macros are expanded.
6397
9db8d71f
DJ
63982002-05-14 Daniel Jacobowitz <drow@mvista.com>
6399
6400 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6401 options for `target remote'.
6402
6d531722
AC
64032002-05-13 Andrew Cagney <ac131313@redhat.com>
6404
6405 * gdbint.texinfo (Target Architecture Definition): Delete
6406 documentation on NNPC_REGNUM.
6407
13d01224
AC
64082002-05-11 Andrew Cagney <ac131313@redhat.com>
6409
6410 * gdbint.texinfo (Target Architecture Definition): Document
6411 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6412 (Target Architecture Definition): Revise section `Using Different
6413 Register and Memory Data Representations'. Add section `Raw and
6414 Virtual Register Representations'.
6415
b2e75d78
AC
64162002-05-11 Andrew Cagney <ac131313@redhat.com>
6417
6418 * gdbint.texinfo (Target Architecture Definition): Mention
6419 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6420 (Target Architecture Definition): Mention same. Add references to
6421 web pages.
6422
2c8682ee
MS
64232002-05-08 Michael Snyder <msnyder@redhat.com>
6424
6425 * stabs.texinfo (Attributes): Document new "vector" attribute.
6426
0816590b
AC
64272002-05-04 Andrew Cagney <ac131313@redhat.com>
6428
6429 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6430
2653173e
AC
64312002-05-04 Andrew Cagney <ac131313@redhat.com>
6432
6433 * gdb.texinfo: Delete obsolete references to a29k.
6434
d7bd68ca
AC
64352002-04-24 Andrew Cagney <ac131313@redhat.com>
6436
6437 * gdbint.texinfo (Target Architecture Definition): Replace
6438 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6439
21d83aa5
DM
64402002-04-24 David S. Miller <davem@redhat.com>
6441
6442 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6443
7673a6cc
DM
64442002-04-21 David S. Miller <davem@redhat.com>
6445
6446 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6447
d49d1e0a
AC
64482002-04-21 Andrew Cagney <ac131313@redhat.com>
6449
6450 * gdbint.texinfo (Target Architecture Definition): Delete
6451 definition of HAVE_REGISTER_WINDOWS.
6452
f7dc1244 64532002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
6454
6455 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6456 "Theodore A. Roth" <troth@verinet.com>.
6457
5ca0cb28
DH
64582002-04-15 Don Howard <dhoward@redhat.com>
6459
f7dc1244 6460 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6461 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6462 Provide a better explaination of this feature.
5ca0cb28 6463
f208ba17
AC
64642002-04-14 Andrew Cagney <ac131313@redhat.com>
6465
6466 * gdbint.texinfo (Target Architecture Definition): Remove
6467 FRAME_CHAIN_COMBINE.
6468
d5ba91de
MC
64692002-04-12 Michael Chastain <mec@shout.net>
6470
6471 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6472 REG_STACK_SEGMENT.
6473
26818220
MC
64742002-04-09 Michael Chastain <mec@shout.net>
6475
6476 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6477 PYRAMID_* macros.
6478
129188f6
AC
64792002-04-07 Andrew Cagney <ac131313@redhat.com>
6480
6481 * gdb.texinfo (Bug Reporting): Document that the web is the
6482 prefered way of submitting bug reports.
6483 (Bug Reporting): Delete the s-mail address as the last resort.
6484
8227c0ff
AC
64852002-04-05 Andrew Cagney <ac131313@redhat.com>
6486
6487 * gdbint.texinfo (Target Architecture Definition): Delete
6488 references to TARGET_WRITE_FP and write_fp.
6489
16d9dec6
MS
64902002-03-27 Michael Snyder <msnyder@redhat.com>
6491
6492 * gdb.texinfo: Document new commands dump, append, and restore.
6493
9ae8b82c
AC
64942002-03-27 Andrew Cagney <ac131313@redhat.com>
6495
6496 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6497 Branch'.
6498
474c8240
AC
64992002-03-18 Andrew Cagney <ac131313@redhat.com>
6500
6501 * gdb.texinfo: Change all examples to @smallexample.
6502 * gdbint.texinfo: Ditto.
a9331b3f 6503
fb0ff88f
AC
65042002-03-18 Andrew Cagney <ac131313@redhat.com>
6505
6506 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6507 Branches''.
6508
9bb0a4d8
AC
65092002-03-18 Andrew Cagney <ac131313@redhat.com>
6510
6511 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6512 Policy''.
6513
937f164b
FF
65142002-03-04 Fred Fish <fnf@redhat.com>
6515
6516 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6517 expresson, suports, dependant, trhe, perhaphs, situtations,
6518 explictily, taged, oportunity, unfortunatly).
6519
a7b40f07
AC
65202002-02-24 Andrew Cagney <ac131313@redhat.com>
6521
6522 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6523 Remove reference to 3.12.
6524
aab4e0ec
AC
65252002-02-23 Andrew Cagney <ac131313@redhat.com>
6526
6527 * gdbint.texinfo: Include fdl.texi.
6528 (Top): Add GNU Free Documentation License.
6529 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6530 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6531 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6532 (gdbint.info): Add srcdir to include path.
6533 * gdb.texinfo: Include gpl.texi.
6534 (Top): Add Copying.
6535 * gpl.texi: New file.
6536
47b95330
AC
65372002-02-23 Andrew Cagney <ac131313@redhat.com>
6538
6539 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6540
78c47bea
PM
65412002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6542
6543 * gdb.texinfo: Document Cygwin native specific commands.
6544
56460a61
DJ
65452002-02-15 Daniel Jacobowitz <drow@mvista.com>
6546
6547 * gdb.texinfo: Document gdbserver ``--attach'' command.
6548
def71bfa
MS
65492002-02-07 Michael Snyder <msnyder@redhat.com>
6550
6551 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6552 to @code(_ovly_debug_event).
6553
c928edc0
AC
65542002-02-07 Andrew Cagney <ac131313@redhat.com>
6555
6556 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6557
81d46470
MS
65582002-02-06 Michael Snyder <msnyder@redhat.com>
6559
6560 * gdb.texinfo (overlays): Mention new magic symbol
6561 '_ovly_debug_event', which allows GDB to keep better track
6562 of overlays.
6563
f7dc1244 65642002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6565
6566 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6567 Suggested by Dmitry Sivachenko.
6568
6569 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6570
15110bc3
MS
65712002-02-01 Michael Snyder <msnyder@redhat.com>
6572
6573 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6574
6763aef9
MS
65752002-01-30 Michael Snyder <msnyder@redhat.com>
6576
ac282366
MS
6577 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6578 (set trust-readonly-sections): Document.
6763aef9 6579
8642bc8f
AC
65802002-01-29 Andrew Cagney <ac131313@redhat.com>
6581
6582 * gdbint.texinfo (Releasing GDB): Revise and update.
6583
afe64c1a
AC
65842002-01-28 Andrew Cagney <ac131313@redhat.com>
6585
6586 * gdbint.texinfo (Target Architecture Definition): Delete
6587 description of TARGET_BYTE_ORDER_DEFAULT.
6588
f7dc1244 65892002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6590
6591 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6592 <mitya@cavia.pp.ru>.
6593
3d6e1b5a
AC
65942002-01-23 Andrew Cagney <ac131313@redhat.com>
6595
6596 * libgdb.texinfo: Delete file.
6597
6c0e9fb3
AC
65982002-01-22 Andrew Cagney <ac131313@redhat.com>
6599
6600 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6601 * gdbint.texinfo: Ditto.
6602
e0ce93ac
AC
6603Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6604
6605 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6606
be298bcc
AC
66072002-01-22 Andrew Cagney <ac131313@redhat.com>
6608
6609 * Makefile.in: Update copyright.
6610 (TEXI2DVI): Define.
6611 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6612 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6613 gdb-cfg.texi.
6614 (TEXINDEX, PDFTEX): Delete makefile variables.
6615
8e04817f
AC
66162002-01-22 Andrew Cagney <ac131313@redhat.com>
6617
6618 * gdb.texinfo (Protocol): Move section to appendix.
6619
6b2f586d
AC
66202002-01-21 Andrew Cagney <ac131313@redhat.com>
6621
6622 * gdb.texinfo (Remote Debugging): Create a menu.
6623 (Top): Add ``Remote Debugging'' to menu.
6624
6f05cf9f
AC
66252002-01-21 Andrew Cagney <ac131313@redhat.com>
6626
6627 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6628 serial protocol'' from here.
6629 (Remote Debugging): To here. New chapter.
6630
3fd3d7d2
AC
66312002-01-20 Andrew Cagney <ac131313@redhat.com>
6632
6633 * gdbint.texinfo (Target Architecture Definition): Delete
6634 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6635
7fd60527
AC
66362002-01-20 Andrew Cagney <ac131313@redhat.com>
6637
6638 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6639 are no longer needed.
6640 (Porting GDB): Add maintainer note about configure.host.
6641
c2f05ac9
AC
66422002-01-20 Andrew Cagney <ac131313@redhat.com>
6643
6644 * gdbint.texinfo (Target Architecture Definition): Remove
6645 definition of IEEE_FLOAT.
6646
f7dc1244 66472002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6648
6649 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6650 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6651 <3diff@gnu.org>
231b2aad 6652
82600034
AC
66532002-01-19 Andrew Cagney <ac131313@redhat.com>
6654
6655 * gdbint.texinfo (Host Definition): Remove references to
6656 MALLOC_INCOMPATIBLE.
6657
7708fa01
AC
66582002-01-17 Andrew Cagney <ac131313@redhat.com>
6659
6660 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6661 and xyz-xdep.o.
6662
eb12ee30
AC
66632002-01-17 Andrew Cagney <ac131313@redhat.com>
6664
889bf7c5 6665 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6666 (Set Breaks): Copy ``maint info breakpoint'' doco to
6667 ``Maintenance Commands'' appendix. Add reference.
6668
c9ccaa92
AC
66692002-01-17 Andrew Cagney <ac131313@redhat.com>
6670
6671 * fdl.texi: Remove next/prev from @node.
6672
f7dc1244 66732002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6674
6675 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6676 for monstrous @multitable (from Brian Youmans).
6677
6678 * fdl.texi: New file.
6679
6680 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6681
8973da3a
AC
66822002-01-15 Andrew Cagney <ac131313@redhat.com>
6683
6684 * gdbint.texinfo (Releasing GDB): New chapter.
6685
7d86b5d5
AC
66862002-01-14 Andrew Cagney <ac131313@redhat.com>
6687
6688 * gdb.texinfo (Embedded Processors, Calling program functions):
6689 Obsolete references to a29k.
6690
cc1cb004
AC
66912002-01-13 Andrew Cagney <ac131313@redhat.com>
6692
6693 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6694 examples. Document that a code-block should do or discard its
6695 cleanups before exit.
6696
79f12247
MS
66972002-01-11 Michael Snyder <msnyder@redhat.com>
6698
6699 * gdb.texinfo (Choosing files): Change @samp to @file.
6700
19837790
MS
67012002-01-05 Michael Snyder <msnyder@redhat.com>
6702
6703 * gdb.texinfo (--pid): Document new command line option (attach).
6704
f7dc1244 67052002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6706
6707 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6708 in the stub.
6709
d7449b42
AC
67102002-01-04 Andrew Cagney <ac131313@redhat.com>
6711
6712 * gdbint.texinfo (Target Architecture Definition): Replace
6713 BIG_ENDIAN with BFD_ENDIAN_BIG.
6714
f23631e4
AC
67152002-01-03 Andrew Cagney <ac131313@redhat.com>
6716
6717 * gdbint.texinfo (Target Architecture Definition): Replace
6718 value_ptr with struct value pointer.
6719
72c9928d
EZ
67202002-01-02 Eli Zaretskii <eliz@gnu.org>
6721
6722 * gdb.texinfo (Free Software): Fix wording.
6723
959acfd1
EZ
67242001-12-31 Eli Zaretskii <eliz@gnu.org>
6725
6726 * gdb.texinfo (Free Software): New section ``Free Software Needs
6727 Free Documentation''.
6728
f7dc1244 67292001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6730
6731 * stabs.texinfo:
6732 * gdb.texinfo:
6733 * gdbint.texinfo:
6734 * libgdb.texinfo:
6735 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6736
6600abed
MS
67372001-12-29 Michael Snyder <msnyder@redhat.com>
6738
6739 * gdb.texinfo (maint info sections): Fix typo.
6740
f6680716
MS
67412001-12-26 Michael Snyder <msnyder@redhat.com>
6742
fe95c787
MS
6743 * gdb.texinfo (maint info sections): Document.
6744
a9331b3f 6745 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6746 'info proc' sub-options that are currently not implemented.
6747
c3d3ce5b
JB
67482001-12-20 Jim Blandy <jimb@redhat.com>
6749
6750 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6751
778eb05e
AC
67522001-12-15 Andrew Cagney <ac131313@redhat.com>
6753
6754 * gdbint.texinfo (Target Architecture Definition): Replace
6755 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6756
2607059c
AC
67572001-12-01 Andrew Cagney <ac131313@redhat.com>
6758
6759 * gdbint.texinfo (Host Definition): Delete documentation on
6760 HOST_BYTE_ORDER.
6761
df0cd8c5
JB
67622001-11-30 Jim Blandy <jimb@redhat.com>
6763
6764 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6765 overlay support. Add to top-level menu.
df0cd8c5 6766
88118b3a
TT
67672001-11-26 Tom Tromey <tromey@redhat.com>
6768
6769 * gdb.texinfo (Command Syntax): Document C-o binding.
6770
96565e91
CF
67712001-07-26 Christopher Faylor <cgf@redhat.com>
6772
6773 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6774 use since it is described in the referenced section.
6775
f7dc1244 6776 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6777 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6778 clearer when using DJGPP.
6779
2a3d5645
CF
67802001-11-24 Christopher Faylor <cgf@redhat.com>
6781
6782 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6783 specifically refer to MS-DOS.
6784 (command files): Mention gdb.ini is only used on MS-DOS.
6785
aa26fa3a
TT
67862001-11-21 Tom Tromey <tromey@redhat.com>
6787
6788 * gdb.texinfo (Invoking GDB): Document --args.
6789 (Mode Options): Likewise.
6790
4f8ada06
JB
67912001-11-21 Jim Blandy <jimb@redhat.com>
6792
6793 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6794 Delete documentation; this macro has been removed from the
6795 sources.
4f8ada06 6796
3fe0dc10
JB
67972001-11-13 Jim Blandy <jimb@redhat.com>
6798
6799 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6800
9e5abb06
CV
68012001-11-06 Corinna Vinschen <vinschen@redhat.com>
6802
6803 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6804
1c5dfdad
MS
68052001-11-05 Michael Snyder <msnyder@redhat.com>
6806
a9331b3f 6807 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6808 quote regexp chars in function names such as "operator*()".
6809
990f9fe3
FF
68102001-11-01 Fred Fish <fnf@redhat.com>
6811
6812 * gdbint.texinfo (SOLIB_ADD): Document additional new
6813 "readsyms" arg.
6814
b433d00b
DH
68152001-10-30 Don Howard <dhoward@redhat.com>
6816
070b1dd3
DH
6817 * gdb.texinfo: (Command Files) Added documentation for the
6818 behavior of gdb with input redirected from a file.
b433d00b 6819
b7209cb4
FF
68202001-10-28 Fred Fish <fnf@redhat.com>
6821
6822 * gdb.texinfo (auto-solib-add): Change docs to match
6823 implementation change.
6824 (auto-solib-limit): Add docs for new variable.
6825
1aa20aa8
AC
68262001-10-15 Andrew Cagney <ac131313@redhat.com>
6827
6828 * gdbint.texinfo (Target Architecture Definition): Function
6829 value_as_pointer renamed to value_as_address.
6830
fc0c74b1
AC
68312001-10-15 Andrew Cagney <ac131313@redhat.com>
6832
6833 * gdbint.texinfo (Target Architecture Definition): Default
6834 POINTER_TO_ADDRESS functions assume unsigned addresses.
6835 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6836 posting by Jim Blandy.
6837
f4846649
JB
68382001-10-12 Jim Blandy <jimb@redhat.com>
6839
6840 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6841 version of texi2html (1.64) doesn't support this flag any more.
6842
f277788b
MK
68432001-09-08 Mark Kettenis <kettenis@gnu.org>
6844
a9dc4918
MK
6845 * gdbint.texinfo (Host Definition): Remove description of
6846 MEM_FNS_DECLARED.
6847
d28379df
MK
6848 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6849
f277788b
MK
6850 * gdbint.texinfo (Host Definition): Remove description of
6851 HAVE_SIGSETMASK.
6852
7ccaa899
EZ
68532001-09-04 Elena Zannoni <ezannoni@redhat.com>
6854
6855 * gdbint.texinfo (Target Architecture Definition): Add
6856 explanation of TARGET_PRINT_INSN macro.
6857
17d9d558
JB
68582001-08-30 Jim Blandy <jimb@redhat.com>
6859
6860 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6861 Explain what it means to load relocatable files.
6862
72cde065
JB
68632001-08-28 Jim Blandy <jimb@redhat.com>
6864
6865 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6866 info `top' menu.
6867
9e678452
CF
6868Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6869
6870 * gdbint.texinfo: Add a cautionary note about macro use.
6871
a2bea4c3 68722001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6873
a2bea4c3
CV
6874 * gdb.texinfo: Explain omitting the hostname in the
6875 `target remote' command.
6876
1129bf27
DJ
68772001-07-30 Daniel Jacobowitz <drow@mvista.com>
6878
6879 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6880 and END-INFO-DIR-ENTRY.
6881
732b3002
SC
68822001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6883
6884 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6885
89437448
AC
68862001-07-25 Andrew Cagney <ac131313@redhat.com>
6887
6888 * gdbint.texinfo (libgdb): Rewrite.
6889
f7dc1244 68902001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6891
6892 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6893
c4555f82
SC
68942001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6895
6896 * gdb.texinfo (TUI): New chapter, document the TUI.
6897 (Mode Options): Document the -tui option.
6898
2f45a6e0
MK
68992001-07-23 Mark Kettenis <kettenis@gnu.org>
6900
6901 * gdbint.texinfo (Host Definition): Remove description of
6902 NEED_POSIX_SETPGID.
6903
f7dc1244 69042001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6905
6906 * gdb.tex (DJGPP Native): New node, with descriptions of
6907 DJGPP-specific commands.
6908
be9c6c35
JM
69092001-07-19 John R. Moore <jmoore@redhat.com>
6910
6911 * gdbint.texinfo: Three misspellings.
6912
dfa249fb
AC
69132001-07-06 Andrew Cagney <ac131313@redhat.com>
6914
6915 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6916 `test` expressions on bash. Problem reported by Colin Walters.
6917
c72e7388
AC
69182001-07-04 Andrew Cagney <ac131313@redhat.com>
6919
6920 * gdbint.texinfo (User Interface): Update ui-out documentation to
6921 refelect recent UI/MI updates.
6922
94bbb2c0
AC
69232001-07-04 Andrew Cagney <ac131313@redhat.com>
6924
6925 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6926 interpreters.
6927
af6c57ea
AC
69282001-06-15 Andrew Cagney <ac131313@redhat.com>
6929
6930 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6931 structure and not macros.
6932 (Host Definition): Document that much of this chapter is obsolete.
6933 (Target Architecture Definition): Update list of files that make
6934 up a target architecture.
6935 (Coding): Update.
6936
83aa8bc6
AC
69372001-06-28 Andrew Cagney <ac131313@redhat.com>
6938
6939 * gdbint.texinfo (Target Architecture Definition): Update
6940 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6941 The latter has been changed to a true predicate.
6942
f7dc1244 69432001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6944
6945 * annotate.texi: Add @noindent where needed. From Dmitry
6946 Sivachenko <dima@Chg.RU>.
6947 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6948
656db9b0
AC
69492001-06-16 Andrew Cagney <ac131313@redhat.com>
6950
6951 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6952
df2396a1
AC
69532001-06-14 Andrew Cagney <ac131313@redhat.com>
6954
6955 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6956 returns ``OK''. Document that the ``R'' packet does not reply.
6957
0f1f2b0a
MS
69582001-06-13 Michael Snyder <msnyder@redhat.com>
6959
6960 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6961
f7dc1244 69622001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6963
6964 * gdb.texinfo (Signals): Clarify the default setting of signal
6965 handling.
6966
a5d7c491
AC
69672001-05-14 Andrew Cagney <ac131313@redhat.com>
6968
6969 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6970 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6971
05a54c4f
AC
69722001-05-12 Andrew Cagney <ac131313@redhat.com>
6973
6974 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6975
f7dc1244 69762001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6977
6978 * gdbint.texinfo (Clean Design and Portable Implementation):
6979 Renamed from "Clean Design".
6980 (Clean Design and Portable Implementation): Document portable
6981 methods of handling file names, and the associated macros.
6982
f7dc1244 69832001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6984
6985 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6986 command and provide a cross-reference to its description.
6987 (Symbols): Note that "info scope" is useful for trace experiments.
6988
f7dc1244 69892001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6990
b37052ae
EZ
6991 * gdb.texinfo (Symbols): Document "info scope".
6992 (Tracepoints): New chapter.
6993 (Contributors): Update for v5.1.
6994 <All nodes>: Change "C++" to "C@t{++}".
6995
0ee54786
EZ
6996 * gdbint.texinfo (User Interface): A new section about ui_out
6997 functions, based on text written by Fernando Nasser.
6998
c534679c
EZ
6999 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
7000
f7dc1244 70012001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 7002
e9c75b65
EZ
7003 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
7004
7005 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
7006
7007 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
7008 Replace "GDB" with "@value{GDBN}". Fix markup.
7009
7010 * annotate.texi: Change Permissions to GFDL. Update Copyright.
7011
3d67e040
EZ
7012 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
7013 a cross-reference to its description.
7014 (Symbols): Document "info symbol".
7015
f7dc1244 70162001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
7017
7018 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
7019 subsection "x86 Watchpoints".
7020 (Target Architecture Definition): Document the macros
7021 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
7022 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
7023
b0ed3589
AC
70242001-03-20 Andrew Cagney <ac131313@redhat.com>
7025
7026 * gdbint.texinfo (Target Architecture Definition): Update
7027 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
7028 list.
7029
b6ba6518
KB
70302001-03-06 Kevin Buettner <kevinb@redhat.com>
7031
7032 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
7033 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
7034
f7dc1244 70352001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
7036
7037 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
7038
f7dc1244 70392001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 7040
17cc6a06
EZ
7041 * gdb.texinfo (Environment): Document that `path' does not change
7042 the value of PATH in GDB's own environment (it did in the past,
7043 but that was changed on March 15, 1994). Reported by Doug Evans
7044 <dje@transmeta.com>.
7045
56caf160
EZ
7046 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
7047 its line. Fix markup of commands and macros. Add an Index node
7048 and index entries.
7049
29e57380
C
70502001-01-23 J.T. Conklin <jtc@redback.com>
7051
7052 * gdb.texinfo (Memory region attributes): New manual section.
7053
1c6147de
ND
70542001-01-04 Nicholas Duffek <nsd@redhat.com>
7055
7056 * gdbint.texinfo (POP_FRAME): Document use by return_command.
7057
f7dc1244 70582000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
7059
7060 * refcard.tex: Version and copyright fixed. From Phil Edwards
7061 <pedwards@disaster.jaj.com>.
7062
0dcedd82
AC
7063Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
7064
7065 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 7066 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 7067
3b851bce
AC
7068Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
7069
7070 * gdbint.texinfo (Coding): Update current value of
889bf7c5 7071 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 7072
f7dc1244 70732000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
7074
7075 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
7076 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
7077
b90a5f51
CF
70782000-11-10 Christopher Faylor <cgf@cygnus.com>
7079
7080 * gdb.texinfo: Document new 'set step-mode' command.
7081
f7dc1244 70822000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
7083
7084 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
7085 changes from Dmitry Sivachenko <dima@Chg.RU>.
7086
f7dc1244 70872000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
7088
7089 * gdb.texinfo (Hooks): Document the new post-hook functionality.
7090 From Steven Johnson <sbjohnson@ozemail.com.au>.
7091
2e685b93
MK
70922000-08-10 Mark Kettenis <kettenis@gnu.org>
7093
7094 * gdbint.texinfo (Overall Structure): Spelling fix.
7095
f7dc1244 70962000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
7097
7098 * gdbint.texinfo (Target Architecture Definition): Document that
7099 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
7100 for which REGISTER_CONVERTIBLE returns a zero value.
7101
63ac3005
EZ
71022000-07-08 Christopher Faylor <cgf@cygnus.com>
7103
7104 * Makefile.in (install-info): Find files to install in either the
7105 build or source directories (adapted from Makefile.am).
7106
bd79f757
ND
71072000-07-07 Nicholas Duffek <nsd@redhat.com>
7108
7109 * stabs.texinfo: Fix spelling errors.
7110 (String Field): FILE-NUMBER starts from 0, not 1.
7111
f7dc1244 71122000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
7113
7114 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 7115 Brian Youmans.
5f208f6d 7116
f7dc1244 71172000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
7118
7119 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
7120 the source directory. Reported by Mark Harig
7121 <markh@frazier.landmark.com>.
cc542d3b 7122
f3b28801
C
71232000-06-20 J.T. Conklin <jtc@redback.com>
7124
7125 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
7126
449f3b6c
AC
7127Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
7128
7129 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 7130 Generate using pdftex.
449f3b6c 7131 (PDFTEX): Define.
889bf7c5 7132 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 7133 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 7134 @contents at the start.
449f3b6c 7135
f7dc1244 71362000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
7137
7138 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 7139 Youmans.
48e934c6 7140
9e9c5ae7
AC
7141Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
7142
7143 From Brian Youmans:
7144 * gdb.texinfo: Fix ``et al.''.
7145
c741b251
AC
7146Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
7147
7148 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 7149 loop.
c741b251 7150
4ab64e14
JG
71512000-05-19 Jimmy Guo <guo@cup.hp.com>
7152
7153 * configure: Regenerate.
7154
f7dc1244 71552000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
7156
7157 * Makefile.in (install-info): Run install-info on installed Info
7158 files.
7159
8c70017b
AC
7160Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7161
a7cb598a 7162 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 7163 Andrew Cagney.
8c70017b 7164
f7dc1244 71652000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
7166
7167 * gdb.texinfo: Proofreading changes from Brian Youmans.
7168
bf0184be
ND
71692000-05-01 Nick Duffek <nsd@cygnus.com>
7170
7171 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
7172 startup sequence, minor edits.
7173
f7dc1244 71742000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
7175
7176 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
7177 TeX.
7178
7179 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
7180 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
7181 like `n' and `s' which look weird. Convert some of the @kindex to
7182 @vindex, when they refer to variables, not commands.
7183
33e16fad
AC
7184Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7185
7186 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
7187
f7dc1244 71882000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
7189
7190 * Makefile.in (GDBMI_DIR): New variable.
7191 (SET_TEXINPUTS): Add $(GDBMI_DIR).
7192 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
7193 (gdbmi.texinfo): New target, for texi2roff.
7194 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
7195 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
7196
7197 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
7198 gdbmi.texinfo.
7199 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
7200 comment.
7201
d167840f
EZ
72022000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7203
7204 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 7205 command.
d167840f 7206
f7dc1244 72072000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
7208
7209 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
7210 prevents the build (and is generally a Bad Idea).
7211
f7dc1244 72122000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
7213
7214 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
7215 a comma inside @var.
7216 (Command Files): Index markup changes from Dmitry Sivachenko
7217 <dima@Chg.RU>.
7218
f7dc1244 72192000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
7220
7221 * Makefile.in (LN_S): Define.
7222 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
7223 invoke "ln -s" unless it is known to work.
7224
7225 * configure.in (AC_PROG_LN_S): Add.
7226
8dc7983f
JB
72272000-04-14 Jim Blandy <jimb@redhat.com>
7228
7229 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
7230 section.
7231 (Target Conditionals): Document ADDRESS_TO_POINTER,
7232 POINTER_TO_ADDRESS.
7233
1a8237e8
DB
72342000-04-11 Daniel Berlin <dan@cgsoftware.com>
7235
7236 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
7237 gdb-cfg.texi to get the value.
7238
ca526f1a
JB
72392000-04-10 Jim Blandy <jimb@redhat.com>
7240
7241 * gdbint.texinfo (Target Architecture Definition): Fix
7242 cross-references.
7243
faaafcb4
JB
72442000-04-08 Jim Blandy <jimb@redhat.com>
7245
7246 * gdbint.texinfo (Using Different Register and Memory Data
7247 Representations): New section.
7248 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
7249 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
7250 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 7251
1b27397f
AC
7252Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
7253
7254 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 7255 for acknowledgments.
1b27397f 7256
480ff1fb
AC
7257Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
7258
7259 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 7260 qThreadExtraInfo.
480ff1fb 7261
a9331b3f 72622000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 7263
a9331b3f
RM
7264 * gdb.texinfo: Clarify which remote debug protocol commands are
7265 required and which are optional.
f1251bdd 7266
dbeb8dbd
AC
7267Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
7268
7269 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
7270 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
7271 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
7272 * annotate.texi: Update.
7273
6d2ebf8b
SS
72742000-03-28 Stan Shebs <shebs@apple.com>
7275
7276 * gdb.texinfo: Update dates, bump to Eighth Edition (note
7277 expectation of additional changes before release), update
7278 ISBN, add copy of top-level menu for @ifhtml, remove explicit
7279 node links, rephrase and/or shorten lines to fix formatting
7280 problem in both regular and @smallbook formats.
7281 * annotate.texi: Shorten lines in example, use smallexample
7282 consistently everywhere.
7283 * Makefile.in: Add comment about texinfo 4.0 html generation.
7284 (SFILES_INCLUDED): Add annotate.texi.
7285
5d161b24
DB
72862000-03-27 Daniel Berlin <dan@cgsoftware.com>
7287
5ae4183a
AS
7288 * gdb.texinfo (Debugging Output): Added new section, documenting
7289 the "set/show debug" commands.
5d161b24 7290
b9deaee7
AC
7291Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
7292
7293 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 7294 entry.
b9deaee7
AC
7295
7296 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
7297 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 7298 @chapter and @node entries.
a9331b3f 7299
b9deaee7 7300 * gdb.texinfo: Link all top-level nodes.
a9331b3f 7301
9ef47d30
AC
7302Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
7303
7304 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 7305 files.
9ef47d30 7306
cfeada60
FN
73072000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
7308
7309 From David Whedon <dwhedon@gordian.com>
5ae4183a 7310 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 7311
6837a0a2
DB
73122000-03-22 Daniel Berlin <dan@cgsoftware.com>
7313
7314 * gdb.texinfo: Add documentation for the apropos command.
7315
bba2971c
MS
73162000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7317
7318 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
7319
2b628194
MS
73202000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7321
a9331b3f 7322 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
7323 two places.
7324
96a2c332
SS
73252000-03-17 Stan Shebs <shebs@apple.com>
7326
7327 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
7328 <dima@Chg.RU>, also clarification of allowed content for
7329 string constants.
7330
f7dc1244 73312000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
7332
7333 * gdb.texinfo (main menu): Add Annotations.
7334 (File Options): Add @cindex entries for each command-line option.
7335 Document --epoch, --annotate, --async, --interpreter, --write,
7336 --statistics, and --version.
7337
7338 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
7339 of GDB.
7340
9d233477
JB
73412000-02-23 Jim Blandy <jimb@redhat.com>
7342
7343 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7344
14e0eb3b
JB
73452000-02-22 Jim Blandy <jimb@redhat.com>
7346
7347 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7348
3555de01
JM
73492000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
7350
7351 * Makefile.in (diststuff): New target.
7352
5e35df8e
KB
73532000-02-15 Kevin Buettner <kevinb@redhat.com>
7354
7355 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 7356 architecture. [From Jim Wilson.]
5e35df8e 7357
c5394b80
JM
73582000-01-16 Tom Tromey <tromey@cygnus.com>
7359
7360 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7361 (Delete Breaks): Mention range arguments.
7362 (Disabling): Likewise.
7363
c3f6f71d
JM
73642000-01-05 Dmitry Sivachenko <dima@Chg.RU>
7365
7366 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7367
c4093a6a
JM
7368Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
7369
7370 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 7371 valid functions.
c4093a6a 7372
11cf8741
JM
73731999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7374
7375 * gdb.texinfo: Clarify regular expressions used in rbreak.
7376
917317f4
JM
73771999-10-15 Kevin Buettner <kevinb@cygnus.com>
7378
7379 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7380 MEMORY_REMOVE_BREAKPOINT): Document.
7381
7382Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7383
7384 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 7385 offset re-using the DATA offset instead.
917317f4 7386
2df3850c
JM
73871999-10-11 Jim Kingdon <kingdon@redhat.com>
7388
7389 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7390
73911999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7392
7393 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7394 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7395 typos.
7396
7397 * gdb.texinfo: Various minor wording and formatting improvements,
7398 mentions of additional command-line options.
7399
2acceee2
JM
74001999-09-30 Fred Fish <fnf@cygnus.com>
7401
7402 * gdb.texinfo: Document additional forms of specifying section
7403 names and addresses for the add-symbol-file command.
7404
c2c6d25f
JM
74051999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7406
7407 * gdbint.texinfo: Fix typo, add the word "have".
7408
74091999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7410
7411 * gdbint.texinfo (Target Architecture Definition): Document the
7412 SKIP_PERMANENT_BREAKPOINT macro.
7413
d4f3574e
SS
74141999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7415
7416 * gdb.texinfo: Fiks speling errers.
7417
7418 * gdb.texinfo: Fix uses of @multitable.
7419
f7dc1244 7420 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 7421 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 7422 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
7423 comments about using with optimization, add more indexing,
7424 fix info about disassembly-flavor.
7425
7426Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7427
7428 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7429 SKIP_SOLIB_RESOLVER): Define.
7430
7431Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7432
7433 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 7434 ``g'' packets.
d4f3574e 7435
104c1213
JM
74361999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7437
7438 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
7439 platform-specific info, inline remote.texi and move sections of it
7440 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
7441 and register stack into the new chapter.
7442 * remote.texi: Remove, now part of gdb.texinfo.
7443 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7444
74451999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7446
7447 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7448 GDB_TARGET_IS_MACH386): These kludges have gone away.
7449
7450Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7451
7452 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 7453 TDEPLIBS.
104c1213 7454
53a5351d
JM
74551999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7456
7457 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7458 surrounding text to fit HP-UX bits into general info.
7459 (HPPA-cfg.texi): Remove, no longer useful.
7460
7461 * gdb.texinfo: Remove explicit links from @node lines, remove
7462 HP-added "Detailed Node Listing" from main menu which confuses
7463 things.
7464
7465 From Dmitry Sivachenko <dima@Chg.RU>:
7466 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7467 in description of `set environment'.
53a5351d
JM
7468
74691999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7470
7471 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7472
7be570e7
JM
74731999-08-12 Ben Elliston <bje@cygnus.com>
7474
7475 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7476
f7dc1244 74771999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7478
7479 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7480 watch, awatch, and rwatch. Explain why the latter two cannot be
7481 set as software watchpoints. Document that watchpoints for local
7482 variables are deleted when the debuggee terminates.
7be570e7
JM
7483
7484Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7485
7486 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7487 packet. Allow E.. response packet. "qRcmd" packet is no longer
7488 reserved.
7be570e7
JM
7489
74901999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7491
a9331b3f
RM
7492 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7493 * gdb.texinfo: Ditto.
7be570e7 7494
96baa820
JM
74951999-08-06 Tom Tromey <tromey@cygnus.com>
7496
7497 * gdb.texinfo (KOD): New node.
7498
7499Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7500
7501 * remote.texi (Rcmd): Fix minor formatting typos.
7502
7503Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7504
7505 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7506 packets.
96baa820 7507
adf40b2e
JM
75081999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7509
7510 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7511 fixes.
7512
43ff13b4
JM
7513Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7514
7515 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7516
085dd6e6
JM
7517Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7518
7519 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7520 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7521 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7522 packets that are not supported on all hosts. Expand examples.
7523 Spell check.
085dd6e6
JM
7524
75251999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7526
7527 * Makefile.in: Recognize html, install-html. Add targets
7528 to build HTML versions of documentation via texi2html.
7529
7530Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7531
7532 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7533 testsuite.
085dd6e6
JM
7534
7535Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7536
7537 * remote.texi (Communication Protocol): Rewrite.
7538
7539Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7540
7541 * stabs.texinfo: Fix uses of xref.
7542
9e0b60a8
JM
7543Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7544
7545 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7546 info about patch submission.
7547
cce74817
JM
7548Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7549
7550 From Per Bothner <bothner@cygnus.com>:
7551 * gdb.texinfo: Document Chill support.
7552
7553Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7554
7555 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7556 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7557 Document that the value should be greater-than or equal-to zero.
7558 (NO_STD_REGS): Document. Deprecate.
cce74817 7559
ac9a91a7
JM
7560Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7561
7562 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7563 Document that these are not used.
ac9a91a7
JM
7564
7565Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7566
7567 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7568
392a587b
JM
7569Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7570
7571 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7572 numargs was dropped.
392a587b
JM
7573
7574Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7575
7576 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7577
b83266a0
SS
7578Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7579
7580 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7581 Update.
b83266a0 7582
7a292a7a
SS
7583Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7584
7585 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7586 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7587
7588Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7589
7590 * gdbint.texinfo: Fix typos: $ -> @.
7591
7592Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7593
7594 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7595 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7596 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7597 BREAKPOINT_FROM_PC.
a9331b3f 7598
7a292a7a
SS
7599Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7600
7601 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7602 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7603
7604Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7605
7606 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7607 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7608
76091999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7610
7611 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7612 longer exists.
7613
7614Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7615
7616 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7617 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7618 they make the manual source incomprehensible.
7a292a7a
SS
7619 * h8-cfg.texi: Remove, hasn't been used in years.
7620
c906108c
SS
7621Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7622
7623 * gdb.texinfo: Update the credits.
7624
7625Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7626
7627 * gdb.texinfo: Fix mistakes noticed in printout of last
7628 draft, add Alpha to discussion of heuristic fence post.
7629
7630Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7631
7632 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7633 Edition, merge some HP changes into mainline, describe some
7634 previously undocumented features, describe more of the target
7635 commands available, eliminate obsolete section on renamed
7636 commands.
c906108c
SS
7637 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7638
7639Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7640
7641 * gdb.texinfo: Make many HPPA conditionals unconditional,
7642 including catchpoint description, since now on for all configs.
7643 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7644 specializations.
7645
7646Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7647
7648 * Makefile.in (GDBvn.texi): Fix match expression to work with
7649 current format of VERSION in gdb/Makefile.in.
7650 * gdb.texinfo: Fix node ref to match new readline.
7651
7652Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7653
a9331b3f
RM
7654 * gdb.texinfo: Changes made as part of a project to merge in
7655 changes made by HP. Documentation makes extensive use of
c906108c
SS
7656 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7657 on remote debugging. There are differences in documentation
889bf7c5 7658 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7659 the HP manual discusses catchpoints, hardware watchpoints, and
7660 some HPUX specific limitations for shared library support.
a9331b3f 7661
c906108c
SS
7662 There are also a number of @node changes.
7663
76641999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7665
7666 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7667 (C Usage): Same.
7668
7669Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7670
7671 The following changes were made by Edith Epstein
889bf7c5
PA
7672 <eepstein@cygnus.com> as part of a project to merge in changes
7673 made by HP.
a9331b3f 7674
c906108c
SS
7675 * HPPA-cfg.texi: new file.
7676
7677 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7678
7679 * refcard.tex: change documentation about catch.
7680 removed info catch.
7681
7682Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7683
7684 * gdbint.texinfo: Expand on GDB's coding standards,
7685 specify the use of arg names with prototypes.
7686
76871998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7688
7689 * gdb.texinfo: Fix tipo.
7690
7691Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7692
7693 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7694 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7695
7696Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7697
7698 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7699
77001998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7701
7702 * agentexpr.texi: New file.
7703
7704Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7705
7706 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7707
77081998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7709
7710 * remote.texi: Changed wording that implied that the GDB remote
7711 protocol caches register values instead of GDB itself.
7712
7713Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7714
7715 * gdbint.texinfo: Add some info about symbol readers.
7716 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7717 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7718 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7719 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7720
7721Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7722
a9331b3f 7723 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7724
7725Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7726
7727 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7728
7729Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7730
7731 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7732 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7733
7734Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7735
7736 * gdbint.texinfo: Fix minor typos.
7737
7738Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7739
7740 * gdbint.texinfo: Complete overhaul. Group descriptions more
7741 logically, add more info on generic algorithms, remove much
7742 obsolete and/or wrong material.
7743
7744Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7745
7746 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7747
7748Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7749
7750 * refcard.tex: Copyright, address updates.
7751
7752Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7753
7754 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7755 for the edition instead of confusing GDB-version-like numbers.
7756
7757Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7758
7759 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7760
7761Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7762
5ae4183a 7763 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7764
7765Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7766
7767 * gdb.texinfo: Add some credits, mention bug monitor.
7768 * remote.texi: Mention mips monitor targets.
7769 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7770
c906108c
SS
7771Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7772
7773 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7774 files, finish sorting of host vs target vs native macros, describe
7775 some more of them.
c906108c
SS
7776
7777Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7778
7779 * gdbint.texinfo (Host Conditionals): Document change from
7780 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7781
7782Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7783
7784 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7785 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7786
7787Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7788
7789 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7790 Document LSEEK_NOT_LINEAR.
7791
7792Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7793
7794 * stabs.texinfo (Stab Section Basics): Make it clear that only
7795 some versions of the GNU linker remove the leading N_UNDF symbol.
7796
7797Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7798
7799 * stabs.texinfo (String Field): Document type number pairs here,
7800 instead of in the Sun specific section.
7801 (Include Files): The GNU linker supports the N_BINCL
7802 optimization. Clarify the N_BINCL value, and what it is used
7803 for.
7804 (Procedures): Document N_FUN with an empty string to mark the end
7805 of a function.
7806 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7807 (Sun Differences): Remove this node, as the information is now
7808 elsewhere in the main document.
7809 (Stab Section Basics): Mention that the GNU linker may optimize
7810 stabs and remove the leading N_UNDF symbol.
7811
7812Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7813
7814 * gdb.texinfo, refcard.tex: Restore author credit
7815
7816Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7817
7818 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7819 documentation to account for START and END macros taking
7820 one arg.
7821
7822Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7823
7824 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7825 * gdb.texinfo (Frames): Fix typo.
7826
7827Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7828
7829 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7830 a target_signal as arg type, not a pid.
7831
7832Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7833
7834 * gdb.texinfo: Document `set assembly-language'.
7835
7836Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7837
7838 * remote.texi: Update list of stubs in the GDB distribution.
7839
7840Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7841
7842 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7843 Also document that some systems can use mmalloc but must define
7844 this if their C runtime allocates memory that is later freed.
c906108c 7845 (MMCHECK_FORCE): Document new macro.
a9331b3f 7846
c906108c
SS
7847Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7848
7849 * remote.texi: Add documentation for target Sparclet.
7850
7851Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7852
a9331b3f 7853 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7854 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7855 * configure.in: Rewritten for autoconf.
7856 * configure: New.
7857
7858Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7859
7860 * Makefile.in (DVIPS): New define, set to dvips.
7861 (dvi): Add stabs.dvi.
7862 (ps): New target.
7863 (all-doc): Depend on info, dvi, and ps targets.
7864 (STAGESTUFF): Add *.ps and *.dvi files.
7865 (clean-info, clean-dvi): Remove.
7866 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7867 rules completely rewritten.
7868 (maintainer-clean): Remove clean-info and clean-dvi
7869 dependencies and put their actions in the rules.
7870 (gdb.ps): New target
a9331b3f 7871 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7872 intermediate TeX files, whether they have 2 or 3 character
7873 extensions.
7874 (gdbint.ps): Add target and rules.
7875 (gdb-internals): Delete unused target.
7876 (Makefile): Depends upon config.status also.
7877
7878Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7879
7880 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7881 set.
7882
7883Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7884
7885 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7886 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7887
7888Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7889
7890 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7891
7892Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7893
7894 * gdb.texinfo (Print settings): Document
7895 `set/show print static-members' commands.
7896
7897Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7898
7899 * gdbint.texinfo (Native): Document name change, coredep.c to
7900 core-aout.c.
7901
7902Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7903
7904 * stabs.texinfo (Include Files): Document the values the SunOS4
7905 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7906
7907Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7908
7909 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7910 Fix typo.
7911
7912Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7913
7914 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7915 "gdb.tar.Z".
7916
7917Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7918
7919 * Makefile.in (maintainer-clean): New target, synonym for
7920 realclean.
7921
7922Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7923
7924 * Update all FSF addresses except those in COPYING* files.
7925
7926Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7927
7928 From Richard Earnshaw (rearnsha@armltd.co.uk):
7929 * gdb.texinfo (convenience variables): Document $_exitcode.
7930 (quit): Document optional expression to use as exit code.
7931
7932Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7933
7934 * gdb.texinfo, remote.texi: Brought up to date with various
7935 GDB changes.
7936
7937Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7938
7939 * gdb.texinfo: Update dates and versions, fix comments about
7940 hardware watchpoints in future releases and about the
7941 sharedlibrary command.
7942
7943Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7944
7945 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7946 C_FUN stab. Other cleanups.
7947
7948Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7949
7950 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7951 for the sparc stub.
7952
7953Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7954
7955 * annotate.texi: Clarify which addresses have differing formats
7956 depending on the language and which do not.
7957
7958Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7959
7960 * remote.texi (NetWare): Changed example to use BOARD= instead of
7961 NODE= argument to reflect correspoding change to gdbserve.nlm.
7962
7963Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7964
7965 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7966 GDB, as well as AIX dbx, supports the size type attribute.
7967
7968Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7969
7970 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7971
7972Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7973
7974 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7975 and new 'if' and 'while' commands.
7976
7977Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7978
7979 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7980
7981Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7982
7983 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7984 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7985 NetWare targets. Mostly stolen from the Server node.
7986
7987Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7988
7989 * gdb.texinfo (Setting): Talk about the language of a source file
7990 versus the working language. The old documentation did not match
7991 what GDB did.
7992
7993Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7994
7995 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7996 of a source file.
7997
7998Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7999
8000 * gdb.texinfo (Processes): New node.
8001
8002Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
8003
8004 * remote.texi: Update documentation of set/show mipsfpu.
8005
3fc11d3e
JM
8006Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
8007
8008 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
8009 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
8010
8011Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
8012
8013 * gdbint.texinfo: Removed mentions of some incorrectly placed and
8014 obsolete conditionals, described some others.
8015
8016Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8017
8018 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
8019 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
8020
8021Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
8022
8023 * gdbint.texinfo: Put regex conditionals in their own table.
8024
8025Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
8026
8027 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
8028 described or fixed the descriptions of many others.
8029
8030Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
8031
8032 * gdb.texinfo: Add some more credits.
8033 * gdbint.texinfo: Capitalize GDB consistently, describe some
8034 macros and remove some.
8035
8036Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8037
8038 * gdbint.texinfo: Removed mentions of many incorrectly placed and
8039 obsolete conditionals, described some others.
8040
8041Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8042
8043 * gdb.texinfo (help targets): Changed to `help target', which
8044 is the correct gdb command.
8045
8046Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8047
8048 * annotate.texi (TODO): New node, for keeping track of annotations
8049 suggested but not yet implemented.
8050
8051Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8052
8053 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
8054 another symbol, it is not the address itself.
8055
8056Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
8057
8058 * stabs.texinfo (Stab Section Basics): Add comment about alignment
8059 of stabs-in-coff sections.
8060
8061Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8062
8063 * annotate.texi: Change edition to 0.5 and date to May 1994.
8064 Add index.
8065 (Frames): New node, for frame annotation.
8066 (Displays): New node, for display annotation.
8067
8068 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
8069 when waiting for your program to stop.
8070
8071Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8072
8073 * annotate.texi (Breakpoint Info): Document annotation of header
8074 fields and record annotation.
8075
8076Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8077
8078 * annotate.texi: New file, to document annotations.
8079
8080Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8081
8082 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
8083 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
8084
8085Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8086
8087 * stabs.texinfo (Stab Section Basics): Say what is in .stab
8088 section, and say n_strx field is compilation unit relative.
8089 * stabs.texinfo: Don't use @code for a.out when it is the name of
8090 an object file format.
8091
8092Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8093
8094 * gdb.texinfo: Refer to file names, not path names, per rms
8095 convention.
8096 (Arguments): Fix typo.
8097
8098Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8099
8100 * stabs.texinfo (Global Variables): Talk about stabs in files
8101 where variables are referenced, but not defined.
8102
8103Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8104
8105 * stabs.texinfo: Move stuff on @ and # type descriptors from node
8106 Cplusplus to new nodes Member Type Descriptor and Method Type
8107 Descriptor. Re-write stuff for #.
8108
8109Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8110
8111 * gdb.texinfo (Print Settings): Don't document "set print
8112 fast-symbolic-addr off". The bug which it worked around was fixed
8113 on 25 Feb 94 in coffread.c, so I'm nuking the command.
8114
8115 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
8116 N_ENTRY node.
8117
8118 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
8119
8120Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8121
8122 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
8123 references to ieee-float.c.
8124
8125Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8126
8127 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
8128 match what the code actually does.
8129
8130Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8131
8132 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
8133
8134Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8135
8136 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
8137 i, and b.
8138
8139Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
8140
8141 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
8142 well as for ELF and SOM. Unify the descriptions of ELF and SOM
8143 as "stabs in sections" rather than just saying "ELF and SOM".
8144 Also make that stuff apply to COFF.
8145
8146Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8147
8148 * gdb.texinfo (Formatting Documentation): Change GhostScript to
8149 Ghostscript.
8150
8151Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8152
8153 * gdb.texinfo (Continuing and Stepping): When talking about "step"
8154 versus functions without line numbers, also mention stepping into
8155 them as well as "step" when you are in them. Tell the user how to
8156 deal with the situation. Add comment about "debugging information".
8157
8158Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8159
8160 * stabs.texinfo (Enumerations): Document restriction on where
8161 enumeration types can appear and still win with GDB.
8162
8163Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8164
8165 * stabs.texinfo (Negative Type Numbers): Document format for type
8166 -16.
8167
8168Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8169
8170 * gdb.texinfo (Selection, Frame Info): Update information about
8171 arbitrary frame specficiations.
8172
8173Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
8174
8175 * gdb.texinfo, remote.texi: general editing pass prior to Net release
8176
8177Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8178
8179 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
8180
8181Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
8182
8183 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
8184
8185Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8186
8187 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
8188 Differences node to Statics node.
8189 (Statics): Discuss XCOFF use of V symbol descriptor.
8190
8191 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
8192 not clean.
8193
8194Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
8195
8196 * gdb.texinfo (Print Settings): Document `set print
8197 fast-symbolic-addr' and improve the doc for some other
8198 `set print's.
8199
8200Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8201
8202 * stabs.texinfo (String Field): Talk about defining several type
8203 numbers at once.
8204 Fix lint regarding changing node ELF Transformations to
8205 ELF and SOM Transformations.
8206
8207Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
8208
8209 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
8210
8211Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8212
8213 * stabs.texinfo (Cross-References): `::' is for nested types only
8214 within <>.
8215 (Structures): Document static members.
8216
8217Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8218
8219 * stabs.texinfo: Document S type attribute.
8220
8221Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8222
8223 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
8224
8225Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
8226
8227 * gdbint.texinfo: Fix a few typos.
8228
8229Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8230
8231 * gdb.texinfo, remote.texi: formatting improvements
8232
8233 * gdb.texinfo (New Features): mention threads.
8234 (Summary, C): fix xrefs in newly contributed text.
8235 (Threads): index entries, clarifications, example
8236 (passim): minor typos fixed, phrasing improvements
8237
8238 * remote.texi (Bootstrapping): rephrase text on ^C and add index
8239 entries; (Server): explain use of gdbserver w/real-time systems,
8240 add example of conflicting TCP port; (MIPS Remote) break up
8241 running text into table, highlighting commands, and add example.
a9331b3f 8242
c906108c
SS
8243Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8244
8245 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
8246
8247Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8248
8249 * stabs.texinfo (Nested Symbols): New node.
8250 (String Field, Symbol Descriptors, Cross-References): Refer to it.
8251
8252Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8253
8254 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
8255 to picking which Bbss.bss symbol to use, and (because there seems to
8256 be no good way of doing it) re-write some of the text to make it
8257 sound like Bbss.bss isn't such a great idea after all (as currently
8258 designed).
8259
8260 * gdb.texinfo (C): In addition to saying people have to use g++ for
8261 good results, say they have to use stabs. Specifically say cfront
8262 doesn't work well.
8263 (Summary): Merge in information on Modula-2, Pascal, and Chill from
8264 the gdb README. Add xrefs to places where the support for the various
8265 languages is described in detail.
8266
8267Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8268
8269 * stabs.texinfo: Clean up stuff about visibility and virtual
8270 characters.
8271
8272 * stabs.texinfo (N_M2C): Cite Sun doc.
8273
8274Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8275
8276 * gdb.texinfo: updates re threads.
8277 * remote.texinfo: avoid index entries starting with digits.
8278
8279Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8280
8281 * stabs.texinfo (Enumerations): Talk about large, negative and
8282 octal values. Clean up cross reference to type attributes.
8283 (String Field): Say that GDB 4.11 supports size attribute.
8284
8285Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8286
8287 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
8288 is a mandatory step. Make the stuff about that more concise.
8289
8290Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8291
8292 * stabs.texinfo (Class Names): New node.
8293
8294 * gdb.texinfo (Command Files): Explain order of init file reading.
8295
8296 * remote.texi (Bootstrapping): Talk about getting the serial driver
8297 to deal with ^C sent by gdb to stop the remote system.
8298
8299Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
8300
8301 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
8302
8303 * libgdb.texinfo (Defining Commands): made the DOC arg
8304 to gdb_define_app_command a char * instead of char **
8305 per a suggestion from kingdon.
8306
8307 * libgdb.texinfo: total rewrite from a different starting
8308 premise.
8309
8310Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8311
8312 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
8313 floats passed as doubles (to improve clarity).
8314
8315Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8316
8317 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
8318
8319 * a4rc.sed: update to work with Andreas Vogel papersize params
8320
8321 * refcard.tex: use Andreas Vogel simplifications of papersize
8322 params; remove useless version info; update copyright date.
8323
8324Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8325
8326 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
8327
8328Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8329
8330 * gdb.texinfo (Files): Say what address the load command loads it at.
8331
8332 * stabs.texinfo (Common Blocks): Minor cleanups.
8333
8334 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8335 that Sun has backed away from the linker kludge and thus the relevant
8336 issue is changes to the SunPRO tools, not the Solaris linker.
8337
8338 * stabs.texinfo (Traditional Integer Types): Clean up description
8339 of octal bounds a little bit. Document extra leading zeroes.
8340
8341Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8342
8343 * gdb.texinfo (Signaling): Update for symbolic symbol names
8344 and add a section explaining the difference between the GDB
8345 signal command and the shell kill utility.
8346
8347Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
8348
8349 * libgdb.texinfo: added `@' to braces that were unescaped.
8350
8351Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
8352
8353 * libgdb.texinfo: new file. Spec for the gdb library.
8354
8355Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8356
8357 * stabs.texinfo (Include Files): Fix typo (start -> end).
8358
8359Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8360
8361 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8362 from Melissa at FSF's editing pass.
8363
8364Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8365
8366 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8367 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8368 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8369
8370Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8371
8372 * remote.texi (Bootstrapping): Discuss 386 call gates.
8373
8374Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8375
8376 * stabs.texinfo (Based Variables): New node.
8377
8378Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8379
8380 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8381 names, sizes, and formats to suggest how not to lose.
8382
8383Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8384
8385 * stabs.texinfo (Methods): Fix typo.
8386
8387Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8388
8389 * gdb.texinfo: Fix a few typos.
8390
8391Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8392
8393 * gdb.texinfo: Clarify how well it works with Fortran.
8394
8395 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8396 More on relocating stabs in ELF files.
8397
8398Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8399
8400 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8401
8402Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8403
8404 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8405 parameters on VAX.
8406
8407Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8408
8409 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8410
8411Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8412
8413 * stabs.texinfo: Make info author notice match the TeX author notice.
8414
8415Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8416
8417 * stabs.texinfo: Initial-caps all words in node names and
8418 non-trivial words in section names.
8419
8420Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8421
8422 * stabs.texinfo: Many minor cleanups.
8423
8424 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8425
8426Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8427
8428 * stabs.texinfo: Remove full description of big example.
8429 It's not really helpful; just use pieces of it where appropriate.
8430 Add more Texinfo formatting directives (@samp, etc.).
8431 Use @deffn to define stab types.
8432 Eliminate some wordiness. Break up some nodes.
8433 Add an (alphabetized) index of symbol types.
8434 Use consistent capitalization style in node and section names.
8435
8436Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8437
8438 * gdb.texinfo: Change typo "Two two" to "The two".
8439
8440Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8441
8442 * stabs.texinfo (XCOFF-differences): Remove references to
8443 non-existent types N_DECL and N_RPSYM.
8444
8445 * stabs.texinfo (String Field): Say that type attributes bug is
8446 fixed in GDB 4.10, since it is.
8447
8448 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8449
8450Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8451
8452 * stabs.texinfo: Formatting cleanups.
8453
8454Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8455
8456 * stabs.texinfo: When explaining the n_type of a stab, standardize
8457 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8458 no tabs, use @r).
8459 (Global Variables): Clean up.
8460
8461Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8462
8463 * stabs.texinfo (Stack Variables): Re-write.
8464
8465Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8466
8467 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8468 addresses of a source file. Also revise formatting.
8469 Change "object module" or "object file" to "source file".
8470 Various: Miscellaneous cleanups.
8471
8472Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8473
8474 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8475
8476Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8477
8478 * gdbint.texinfo: Removed many nonsensical machine-collected
8479 host and target conditionals, described some of the remainder.
8480
8481Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8482
8483 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8484
8485 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8486 paragraph which follows.
8487
8488 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8489 variables. Looks better and avoids overful hbox.
8490
8491Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8492
8493 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8494
8495Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8496
8497 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8498 retransmit-timeout
8499
8500Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8501
8502 * gdbint.texinfo: Update statement about `some ancient Unix
8503 systems, like Ultrix 4.0' to Ultrix 4.2.
8504
8505Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8506
8507 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8508
8509 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8510
8511 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8512 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8513
8514 * remote.texi: new name for former gdbinv-s.texi
8515
8516 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8517
8518Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8519
8520 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8521 variables for MIPS remote debugging protocol.
8522
8523Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8524
8525 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8526
8527Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8528
8529 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8530
8531Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8532
8533 * gdb.texinfo: repair conditional bugs in text markup
8534
8535Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8536
8537 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8538 to select Modula-2 material.
8539
8540Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8541
8542 * stabs.texinfo: Cleanups regarding statics.
8543
8544 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8545 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8546
8547Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8548
8549 * stabs.texinfo: N_MAIN is sometimes used for C.
8550
8551Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8552
8553 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8554
8555Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8556
8557 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8558 removed from the code by Kingdon.
c906108c
SS
8559
8560Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8561
8562 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8563 input when evaluating breakpoint conditions; the bug has been fixed.
8564
8565 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8566 sets the ignore count to N-1, not to N.
8567
8568Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8569
8570 * refcard.tex (\hoffset): correct longstanding error to match
8571 intended offset; avoids cutting off edge on some printers
8572
8573Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8574
8575 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8576
8577Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8578
8579 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8580
8581Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8582
8583 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8584 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8585 collect sed edits if any, apply to refcard before formatting;
8586 (refcard.ps) stop implying PS fonts if PS output requested;
8587 (lrefcard.ps) delete extra target for variant PS fonts
8588
8589 * refcard.tex: parametrize papersize dependent info, collect
8590 in easily replaced spot
8591
8592 * a4rc.sed: new file, edits to refcard for A4 paper
8593
8594Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8595
8596 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8597
8598Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8599
8600 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8601
8602Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8603
8604 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8605 politely rather than rudely.
8606
8607Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8608
8609 * stabs.texinfo: Document common blocks.
8610
8611Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8612
8613 * stabs.texinfo: Add some basic info about stabs-in-elf.
8614
8615Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8616
8617 * stabs.texinfo (Top): Minor cleanup.
8618
8619Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8620
8621 * Makefile.in (install-info): remove parentdir support
8622
8623Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8624
8625 * gdb.texinfo (Copying): delete this node and references to it;
8626 RMS says this manual need not carry GPL. (passim): Improvements
8627 from last round at FSF, largely due to Ian Taylor review, and
8628 minor formatting improvements.
8629
8630 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8631 largely due to Ian Taylor review. (Debug Session): minor edits to
8632 new text.
8633
8634Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8635
8636 * Makefile.in (realclean): Remove info and dvi files too.
8637
8638Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8639
8640 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8641 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8642 * gdb.texinfo: Change accordingly.
8643
8644 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8645 N_{L,R}BRAC,N_SLINE are relative to.
8646
8647Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8648
8649 * Makefile.in (GDBvn.texi): Update atomically.
8650
8651Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8652
8653 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8654
8655Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8656
8657 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8658 addresses together. Also motivate the set print symbol-filename
8659 command and suggest other solutions.
8660
8661Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8662
8663 * gdb.texinfo (set print elements): Note that the number of
8664 elements is set to unlimited by "set print elements 0".
8665
8666Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8667
8668 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8669 NF_LDOUBLE means.
8670 (Stab Types): Include Solaris stab types.
8671 (Procedures): Document Solaris extensions.
8672
8673Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8674
8675 * gdb.texinfo: Add `set print symbol-filename' doc.
8676
8677Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8678
8679 * stabs.texinfo (Arrays): Talk about type definition vs. type
8680 information.
8681
8682 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8683 the trailing semicolon.
8684
8685Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8686
8687 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8688 and merge in other parts of the document addressing these subjects.
8689 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8690
8691 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8692 at the end of a range type.
8693
8694 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8695 AIX extensions.
8696
8697Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8698
8699 * stabs.texinfo (Stabs Format): Misc fixes.
8700
8701Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8702
8703 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8704 (Traditional builtin types): Document convex convention for long long.
8705 (Negative builtin types): Discuss type names, and misc fixes.
8706
8707Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8708
8709 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8710 point types used with @samp{R} type descriptor.
8711 (Symbol Descriptors): Describe how to handle conflict between
8712 different meanings of @samp{P} symbol descriptor.
8713
8714Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8715
8716 * stabs.texinfo: Remove node Quick Reference and put its children
8717 directly under the main menu.
8718
8719 * stabs.texinfo: Many more changes to bring it into line with
8720 AIX documentation and reality. I think it now has all the
8721 information from the AIX documentation, except that I burned
8722 out when I got to variant records (Pascal and Modula-2) and
8723 all the COBOL types. Oh well, we can add them later when we're
8724 worrying more about those languages.
8725
8726 * stabs.texinfo (Automatic variables): Talk about what it means
8727 to omit the symbol descriptor.
8728
8729Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8730
8731 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8732 gcc2 behavior with promoted args.
8733
8734Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8735
8736 * gdb.texinfo: include readline appendices in info version of manual
8737
8738Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8739
8740 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8741 target remote.
8742
8743 * gdb.texinfo (Machine Code): more index entries for disassemble
8744
8745Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8746
8747 * Clarify the intended use of the gdb-testers and gdb-patches
8748 mailing lists, and shrink gzip comment.
8749
8750Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8751
8752 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8753 DOSHOST configuration of manual.
8754
8755 * gdb.texinfo (MIPS Stack): new node.
8756
8757 * all-config.texi (MIPS) new switch.
8758
8759 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8760 tense; (MIPS Remote) new node.
8761
8762 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8763 bug; (Environment) less passive, other small cleanups in text about
8764 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8765 (Remote) new MIPS Remote menu entry.
8766
8767Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8768
8769 * stabs.texinfo: Many changes to include information from the
8770 AIX documentation.
8771
8772 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8773
8774Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8775
8776 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8777 Move a bunch of information from ../README.
8778 (Getting Started): New node.
8779
8780Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8781
8782 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8783
8784 * gdb.texinfo: advance manual revision dates to present
8785
8786 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8787 stop using silly Roman numerals in @set variable names
8788
8789Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8790
8791 * stabs.texinfo (Parameters): Keep trying to get this right.
8792
8793Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8794
8795 * stabs.texinfo (Parameters): More on "local parameters".
8796
8797Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8798
8799 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8800
8801Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8802
8803 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8804 (Parameters): Rewrite.
8805 (xcoff-differences, Sun-differences): Minor changes.
8806
8807Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8808
8809 * stabs.texinfo: Minor cleanup.
8810
8811Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8812
8813 * gdbint.texinfo: Minor xcoff stuff.
8814
8815Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8816
8817 * gdbint.texinfo: Update for new config directory structure.
8818 Add info about internal type data structures.
8819
8820Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8821
8822 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8823 $(srcdir).
8824 (gdb-config.texi): Depend on file in $(srcdir).
8825
8826Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8827
8828 * stabs.texinfo: Fixes about N_SO.
8829
8830Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8831
8832 * gdb.texinfo: include list of nonstandard init file names
8833
8834 * *-config.texi: new switch GENERIC for text that applies *only*
8835 to (usual) multiple-target version of manual
8836
8837 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8838 h8 config
8839
8840 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8841 in menus (rather than conditionally selected multiple alternative
8842 menus).
8843
8844 * Makefile.in: define and use DOC_CONFIG var to select
8845 configuration for GDB user manual.
8846
8847 * gdb-config.texi: delete from repository, generate from Makefile.
8848
8849 * all-config.texi: normal `generic' configuration file, formerly
8850 stored as gdb-config.texi
8851
8852Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8853
8854 * Makefile.in: add dvi target to build all .dvi files
8855
8856Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8857
8858 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8859
8860Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8861
8862 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8863 host conditionals.
8864 * stabs.texinfo: More array fixes inspired by Jim's.
8865
8866Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8867
8868 * stabs.texinfo: Fixes re arrays and continuations.
8869
8870 * gdbint.texinfo: Add XCOFF node.
8871
8872Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8873
8874 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8875
8876Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8877
8878 * stabs.texinfo: Fix for array types to mention lower bounds.
8879
8880Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8881
8882 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8883
8884Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8885
8886 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8887
8888Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8889
8890 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8891 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8892
8893Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8894
8895 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8896
8897Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8898
8899 * gdb.texinfo, gdbinv-s.texi: misc updates
8900
8901Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8902
8903 * gdbint.texinfo: Brief documentation for longjmp support,
8904 from an email msg by Stu.
8905
8906Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8907
8908 * stabs.texinfo: Fix description of floating point "range"
8909 types (which really define basic types). Reported by Jim Meehan,
8910 <meehan@src.dec.com>.
8911
8912 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8913
8914Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8915
8916 * gdbint.texinfo: Slightly expand section on supporting a new
8917 object file format.
8918
8919Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8920
8921 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8922 intermediate file.
8923
8924Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8925
8926 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8927
8928Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8929
8930 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8931
8932 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8933 as well as Z8002.
8934
8935Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8936
8937 * gdbint.texinfo: Add sections on clean design and on how to send
8938 in changes.
8939
8940Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8941
8942 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8943
8944Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8945
8946 * gdb.texinfo: Fix typo, reported by Karl Berry.
8947
8948Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8949
8950 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8951
8952Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8953
8954 * gdbint.texinfo: fixed a stray email address (needs @@),
8955 added @table @code to node "Native Conditionals"
8956
8957Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8958
8959 * gdbint.texinfo: Describe coding style of GDB.
8960
8961Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8962
8963 * stabs.texinfo: Minor wording changes.
8964
8965Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8966
8967 * gdbint.texinfo: Improve release doc slightly.
8968
8969Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8970
8971 * gdbint.texinfo: Improve doc of GDB config macros.
8972
8973Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8974
8975 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8976 These will be reinserted when examined.
8977
8978Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8979
8980 * gdbint.texinfo: Make a start at documenting all the #if macros
8981 in GDB. At least list them all, and start separating them into
8982 host-specific and target-specific.
8983
8984Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8985
8986 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8987 examples (not consistent w others).
c906108c
SS
8988 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8989 for generic vn of doc
8990
8991Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8992
8993 * Makefile.in: always create installation directories.
8994
8995Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8996
8997 * gdb.texinfo: in h8 config, do not describe searching commands.
8998
8999Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9000
9001 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
9002 conditionals; introduce a few generic switches that may be
9003 useful for other cross-dev or dos-hosted configs.
9004
9005 * gdb.texinfo: fix typo in "info reg" description
9006
9007Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
9008
9009 * stabs.texinfo: Minor updates from running TeX over it.
9010 * Makefile.in (stabs.dvi, stabs.ps): Add.
9011
9012Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
9013
9014 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
9015 First pass at converting it to texinfo.
9016
9017Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
9018
9019 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
9020 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
9021
9022Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
9023
9024 * gdbint.texinfo: Add section on partial symbol tables.
9025
9026Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
9027
9028 * gdb.texinfo: document `set remotedebug' and `set
9029 rstack_high_address'.
9030
9031Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9032
9033 * gdb.texinfo: slight expansion of new text on reading info files
9034 * gdbinv-s.m4.in: correct and expand info on cross-debugging
9035 H8/300 from DOS.
9036
9037Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
9038
9039 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
9040
9041Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
9042
9043 * gdb.texinfo: Say how to read the `info' files.
9044
9045Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
9046
9047 * Makefile.in: gm4 -> m4.
9048
9049Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
9050
9051 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
9052 Documentation' ahead of `Installing GDB' to match README.
9053 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 9054 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
9055
9056Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
9057
9058 * Makefile.in: remove $(srcdir) from gdb.info rule.
9059
9060Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9061
9062 * Makefile.in: commented out gdb-all.texinfo rule. This is
9063 temporary.
9064
9065Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
9066
9067 * Makefile.in, configure.in: removed traces of namesubdir,
9068 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
9069 copyrights to '92, changed some from Cygnus to FSF.
9070
9071Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
9072
9073 * gdb.texinfo: Improve how we ask for bug reports.
9074
9075Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9076
9077 * Makefile.in: infodir belongs in datadir.
9078
9079Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9080
9081 * Makefile.in: remove spaces following hyphens, bsd make can't
9082 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 9083 standards.text support.
c906108c
SS
9084
9085Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9086
9087 * Makefile.in: idestdir and ddestdir go away. Added copyrights
9088 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
9089 and mandir now keyed off datadir by default.
9090
9091\f
9092Local Variables:
9e9c5ae7 9093mode: change-log
c906108c
SS
9094left-margin: 8
9095fill-column: 74
9096version-control: never
9097End:
This page took 1.231574 seconds and 4 git commands to generate.