* gas/config/tc-arm.c (ARM_ENC_TAB): Add sha1h and sha2op entries.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
b583003e
TT
12012-08-22 Tom Tromey <tromey@redhat.com>
2
3 * gdbint.texinfo (Host Definition): Remove documentation for
4 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
5
a451cb65
KS
62012-08-17 Keith Seitz <keiths@redhat.com>
7
8 PR c++/13356
9 * gdb.texinfo (Type and Range Checking): Remove warning.
10 Remove spurious commas.
11 Update text and examples for re-implementation of set/show
12 check type.
13 (C and C++ Type and Range Checks): Likewise.
14
6b1755ce
YQ
152012-08-16 Yao Qi <yao@codesourcery.com>
16
17 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
18 is deprecated.
19
f47f77df
DE
202012-08-13 Doug Evans <dje@google.com>
21
22 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
23 to include functions.
24
a72c3253
DE
252012-08-10 Doug Evans <dje@google.com>
26
27 * gdb.texinfo (Convenience Funs): New node.
28 (Types In Python): Document Type.vector.
29
5b9afe8a
YQ
302012-08-09 Yao Qi <yao@codesourcery.com>
31
32 * observer.texi: New observer command_param_changed.
33 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
34
dc1039df
JK
352012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
36
37 * gdbint.texinfo (Debugging GDB): In section
38 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
39 Mention also gdb-gdb.py.
40
4abf930d
YQ
412012-08-07 Yao Qi <yao@codesourcery.com>
42
43 Revert the folloing patch:
44 2012-08-06 Yao Qi <yao@codesourcery.com>
45 * gdb.texinfo (Remote Configuration): Add kindex for 'set
46 remote hardware-watchpoint-limit' and 'set
47 remote hardware-breakpoint-limit'.
48
f3c8a52a
JK
492012-08-06 Nathaniel Flath <flat0103@gmail.com>
50
51 * gdb.texinfo (Working Directory): Added information about new
52 default argument for 'cd' command.
53
77a91025
YQ
542012-08-06 Yao Qi <yao@codesourcery.com>
55
56 * gdb.texinfo (Remote Configuration): Add kindex for 'set
57 remote hardware-watchpoint-limit' and 'set
58 remote hardware-breakpoint-limit'.
59
d9f08f52
YQ
602012-08-06 Yao Qi <yao@codesourcery.com>
61
62 Fix PR14371.
63
64 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
65 '=breakpoint-deleted'.
66
95b07c96
YQ
672012-08-02 Yao Qi <yao@codesourcery.com>
68
69 * gdb.texinfo (Native): Remove node Neutrino.
70
7255706c
YQ
712012-07-27 Yao Qi <yao@codesourcery.com>
72
73 * gdb.texinfo (IPA Protocol Commands): Document new command
74 'close'.
75
d6b28940
TT
762012-07-25 Tom Tromey <tromey@redhat.com>
77
78 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
79
e615022a
DE
802012-07-20 Doug Evans <dje@google.com>
81
82 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
83 (Index Files): Document how to control the use of deprecated index
84 sections.
85 (Index Section Format): Replace --use-deprecated-index-sections with
86 "set use-deprecated-index-sections on".
87
055855a4
EZ
882012-07-12 Eli Zaretskii <eliz@gnu.org>
89
90 * gdbint.texinfo: Remove @syncodeindex directives that put all the
91 indices into a single node "Index". Instead, join function and
92 variable indices into a single index, separate from the concept
93 index. Requested in
94 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
95 (Top): Update the top-level menu: instead of one "Index" there are
96 now separate entries "Concept Index" and "Function and Variable
97 Index".
98 (Concept Index, Function and Variable Index): New nodes.
99 (Index): Node deleted.
100
f77cc5f0
HZ
1012012-07-05 Hui Zhu <hui_zhu@mentor.com>
102
103 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
104 and "maint agent-eval".
105
00595b5e
EZ
1062012-07-03 Eli Zaretskii <eliz@gnu.org>
107
108 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
109 avoid file-name clashes between Index.html and index.html on
110 case-insensitive filesystems. See the discussion starting in
111 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
112 details of the problem.
113 (Top): Update the master menu for the above.
114 (Concept Index, Command and Variable Index): New nodes, instead of
115 the old "Index" node that was deleted. All cross-references
116 updated.
117
d3ce09f5
SS
1182012-07-02 Stan Shebs <stan@codesourcery.com>
119
120 * gdb.texinfo (Dynamic Printf): Mention agent style and
121 disconnected dprintf.
122 (Maintenance Commands): Describe maint agent-printf.
123 (General Query Packets): Mention BreakpointCommands feature.
124 (Packets): Document commands extension to Z0 packet.
125 * agentexpr.texi (Bytecode Descriptions): Document printf
126 bytecode.
127
2d7b58e8
JK
1282012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
129
130 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
131 only after gdbinit files.
132 (Startup): Move -iex and -iex commands down after gdbinit files.
133
202cbf1c
JK
1342012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
135
136 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
137 possibility.
138
b6ba681c
TT
1392012-06-29 Tom Tromey <tromey@redhat.com>
140
141 * gdb.texinfo (Index Section Format): Update for version 7.
142
71caed83
SS
1432012-06-28 Stan Shebs <stan@codesourcery.com>
144
145 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
146 example, add note about title column.
147
ee0bf529
SCR
1482012-06-26 Siva Chandra Reddy <sivachandra@google.com>
149
150 * gdb.texinfo (Symbol Tables In Python): Add description about
151 the new 'last' attribute of gdb.Symtab_and line.
152
3c15d565
SCR
1532012-06-26 Siva Chandra Reddy <sivachandra@google.com>
154
155 * gdb.texinfo (Symbol Tables In Python): Correct the description
156 of the 'pc' attribute of gdb.Symtab_and_line.
157
45cfd468
DE
1582012-06-26 Doug Evans <dje@google.com>
159
160 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
161 and symtab-create.
162
496ee73e
KS
1632012-06-25 Keith Seitz <keiths@redhat.com>
164
165 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
166 from example. Remove "rbreak" from list of corresponding
167 gdb commands.
168
156942c7
DE
1692012-06-23 Doug Evans <dje@google.com>
170
171 * gdb.texinfo (Index Section Format): Document version 7 format.
172
c614397c
YQ
1732012-06-22 Yao Qi <yao@codesourcery.com>
174
175 * gdb.texinfo: Add missing cindex for some packets.
176
472a2379
KS
1772012-06-20 Keith Seitz <keiths@redhat.com>
178
179 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
180 for -break-insert and document -p.
181
2678e2af
YQ
1822012-06-20 Yao Qi <yao@codesourcery.com>
183
184 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
185 and "gdb.write_memory" with "Inferior.read_memory" and
186 "Inferior.write_memory".
187
984359d2
EZ
1882012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
189
190 * gdb.texinfo (Summary): Add a link to "Free Documentation".
191 (Free Documentation): Add @node line.
192 (Continuing and Stepping) <advance location>: Use @item instead of
193 @itemx.
194 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
195 @itemx.
196 (Embedded Processors): Put the link to "PA" to its correct place,
197 according to document structure.
198 (Python API): Put the link to "Lazy Strings In Python" to its
199 correct place.
200 (Index): Use @@ in @tex block to get a literal @.
201
202 * gdbint.texinfo: Fix the @subtitle line.
203
204 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
205 correct place.
206
16bdd41f
YQ
2072012-06-08 Yao Qi <yao@codesourcery.com>
208
209 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
210 Protocol'.
211 (In-Process Agent Protocol, IPA Protocol Objects)
212 (IPA Protocol Commands): New nodes.
213 (Tracepoint Packets): Add anchors.
214
2d4c29c5
TS
2152012-06-06 Thomas Schwinge <thomas@codesourcery.com>
216
217 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
218
6bd110c5
YQ
2192012-06-06 Yao Qi <yao@codesourcery.com>
220
221 * gdb.texinfo: Update copyright year.
222
f3e0e960
SS
2232012-05-23 Stan Shebs <stan@codesourcery.com>
224 Kwok Cheung Yeung <kcy@codesourcery.com>
225
226 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
227
1564a261
JK
2282012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
229
230 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
231 Mention also --with-separate-debug-dir.
232 (Auto-loading): Prepend $debugdir in the sample output.
233 (Auto-loading safe path): Likewise. Mention also $debugdir for the
234 auto-load safe-path variable.
235 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
236 Mention also $debugdir for 'set auto-load scripts-directory'.
237
eb17f351
EZ
2382012-05-19 Eli Zaretskii <eliz@gnu.org>
239
240 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
241 (MIPS Embedded, MIPS, MIPS Register packet Format)
242 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
243 appropriate.
244
4cc0665f
MR
2452012-05-18 Sandra Loosemore <sandra@codesourcery.com>
246 Maciej W. Rozycki <macro@codesourcery.com>
247
248 * gdb.texinfo (MIPS): Document "set mips compression" and "show
249 mips compression".
250 (MIPS Breakpoint Kinds): New subsubsection.
251
7af8dcf8 2522012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
253
254 * gdb.texinfo (Architecture-Specific Protocol Details): Define
255 nodes for subsections. Add @acronym mark-ups and adjust
256 formatting.
257
aff139ff
JK
2582012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
259
260 Rename $ddir to $datadir.
261 * gdb.texinfo (Auto-loading, Auto-loading safe path)
262 (objfile-gdb.py file): Rename $ddir to $datadir.
263
9cb709b6
TT
2642012-05-18 Tom Tromey <tromey@redhat.com>
265
266 * gdb.texinfo (Print Settings): Document 'set print symbol'.
267
e7e0cddf
SS
2682012-05-14 Stan Shebs <stan@codesourcery.com>
269
270 * gdb.texinfo (Dynamic Printf): New subsection.
271
7efc75aa
SCR
2722012-05-13 Siva Chandra Reddy <sivachandra@google.com>
273
274 * gdb.texinfo (Basic Python): Add description about the function
275 gdb.find_pc_line
276
f307c045
JK
2772012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
278 Eli Zaretskii <eliz@gnu.org>
279
280 * gdb.texinfo (Separate Debug Files): Use plural form for global
281 debugging information directory.
282
85d4a676
SS
2832012-05-11 Stan Shebs <stan@codesourcery.com>
284 Kwok Cheung Yeung <kcy@codesourcery.com>
285
286 * gdb.texinfo (Operating System Auxiliary Information): Document new
287 'info os' subcommands.
288
c1668e4e
JK
2892012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
290
291 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
292 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
293 (dotdebug_gdb_scripts section): Add reference
294 to 'Auto-loading safe path'.
295
7349ff92
JK
2962012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
297
298 Implement multi-component --with-auto-load-dir.
299 * gdb.texinfo (Auto-loading): New references
300 for 'set auto-load scripts-directory'
301 and 'show auto-load scripts-directory'.
302 (Auto-loading safe path): Describe the new default. Move $ddir
303 substituation reference to 'objfile-gdb.py file'.
304 (objfile-gdb.py file): Describe script-name alias. Change real-name to
305 script-name. Describe new 'set auto-load scripts-directory'
306 and 'show auto-load scripts-directory'.
307
6dea1fbd
JK
3082012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
309
310 Provide $ddir substitution for --with-auto-load-safe-path.
311 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
312 (Auto-loading safe path): Likewise. Mention the default value,
313 $ddir substitution, --with-auto-load-safe-path and
314 --without-auto-load-safe-path.
315 * observer.texi (gdb_datadir_changed): New.
316
1ccacbcd
JK
3172012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
318
319 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
320 Twice.
321
d9242c17
JK
322 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
323 directory separator by path separator.
324
af2c1515
JK
3252012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
326
327 * gdb.texinfo (Auto-loading safe path): Make 'directories'
328 for 'set auto-load safe-path' optional. Mention if it is omitted.
329 Change disabling security protection condition to "/", twice.
330
a20ee7a4
SCR
3312012-05-03 Siva Chandra Reddy <sivachandra@google.com>
332
333 * gdb.texinfo (Symbol Tables In Python): Add documentation about
334 the new methods global_block and static_block on gdb.Symtab
335 objects.
336
56af09aa
SCR
3372012-05-02 Siva Chandra Reddy <sivachandra@google.com>
338
339 * gdb.texinfo (Blocks In Python): Add a note saying that future
340 improvements to GDB and its infrastructure can move symbols
341 across blocks within a symbol table.
342
2746b0ef
YQ
3432012-04-29 Yao Qi <yao@codesourcery.com>
344
345 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
346 (A29K): Remove.
347
62e5f89c
SDJ
3482012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
349 Tom Tromey <tromey@redhat.com>
350
351 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
352 and generic static probe support on GDB.
353
a766d390
DE
3542012-04-25 Doug Evans <dje@google.com>
355
50f042b9
DE
356 * gdb.texinfo (Go): Fix thinko.
357
a766d390
DE
358 * gdb.texinfo (Supported Languages): Add Go.
359 (Go): New node.
360
f02e2b19
YQ
3612012-04-25 Yao Qi <yao@codesourcery.com>
362
363 * gdbint.texinfo (Testsuite): New section `Board settings'.
364
68d41a48
JK
3652012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
366
367 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
368 Three times.
369
174bb630
JK
370 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
371 Three times.
372
0511cc75
JK
3732012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
374
375 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
376 by @table @asis. Fix formatting of one item.
377
0070f25a
JK
3782012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
379
380 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
381
4dc84fd1
JK
3822012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
383
384 New option "set debug auto-load".
385 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
386 (auto-load verbose mode): New node.
387
bccbefd2
JK
3882012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
389
390 New option "set auto-load safe-path".
391 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
392 and "info auto-load" examples for safe-path. Put there also references
393 for "set auto-load safe-path" and "show auto-load safe-path".
394 New menu item for Auto-loading safe path.
395 (Auto-loading safe path): New node.
396 (Python Auto-loading): Update the expected output from "Missing"
397 to "No".
398
bf88dd68
JK
3992012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
400
401 auto-load: Implementation.
402 * gdb.texinfo (Mode Options): New anchor for -nx.
403 (Startup): New anchors for Option -init-eval-command,
404 Home Directory Init File
405 and Init File in the Current Directory during Startup.
406 Mention set auto-load local-gdbinit with a reference.
407 Change the sample code to "set auto-load python-scripts".
408 (Threads): New anchor set libthread-db-search-path.
409 Provide references to libthread_db.so.1 file.
410 (Controlling GDB): New menu item for Auto-loading.
411 (Auto-loading, Init File in the Current Directory)
412 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
413 (Python): Rename the menu item Auto-loading to Python Auto-loading.
414 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
415 reference.
416 (Auto-loading): Rename to ...
417 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
418 "set auto-load python-scripts", new anchor for it. Change
419 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
420 for it. Change "info auto-load-scripts"
421 to "info auto-load python-scripts", new anchor for it. Change "scripts"
422 to "Python scripts".
423
8264ba82
AG
4242012-04-14 Anton Gorenkov <xgsa@yandex.ru>
425
426 PR mi/13393
427 * gdb.texinfo (Print Settings): Extend the description for "set print
428 object".
429 (GDB/MI Variable Objects): Extend the description for -var-create and
430 -var-list-children.
431
06fc020f
SCR
4322012-04-11 Siva Chandra Reddy <sivachandra@google.com>
433
434 * gdb.texinfo (Examining Data): Document the 'explore' command.
435
7191c139
JB
4362012-03-28 Joel Brobecker <brobecker@adacore.com>
437
438 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
439 to the children of a varobj and its update range when -var-update
440 returns that the varobj's type changed.
441
3708f05e
JK
4422012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
443
444 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
445 Create two new links fir 'objfile-gdb.py file'
446 and 'dotdebug_gdb_scripts section'.
447
8e0583c8
JK
4482012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
449
450 * gdb.texinfo (Auto-loading): Rename node reference
451 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
452 Twice.
453 (.debug_gdb_scripts section): Rename the node ...
454 (dotdebug_gdb_scripts section): ... here.
455 (Maintenance Commands): Also rename this node reference.
456
7b282c5a
SCR
4572012-03-22 Siva Chandra Reddy <sivachandra@google.com>
458
459 * gdb.texinfo (Python API/Values From Inferior): Add description
460 about the new method Value.referenced_value. Add description on
461 how Value.dereference is different (and similar) to
462 Value.referenced_value.
463
8320cc4f
JK
4642012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
465
466 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
467 --init-eval-command=COMMAND, -iex.
468 (Startup): Describe -iex and -ix. Simplify the example
469 for "set auto-load-scripts off".
470
481860b3
GB
4712012-03-16 Gary Benson <gbenson@redhat.com>
472
473 PR breakpoints/10738
474 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
475 stating that GDB cannot set breakpoints on inlined functions.
476 (Mode Options): Document --use-deprecated-index-sections.
477 (Index Section Format): Document new index section version format.
478
c4aeac85
TT
4792012-03-15 Tom Tromey <tromey@redhat.com>
480
481 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
482
16899756
DE
4832012-03-13 Doug Evans <dje@google.com>
484
485 * gdb.texinfo (Help): Change apropos example to use "alias" instead
486 of "reload".
487 (Symbols): Delete docs for set/show symbol-reloading.
488 * gdbint.texinfo (Defining Other Architecture Features): Delete
489 SYMBOL_RELOADING_DEFAULT.
490 * refcard.tex: Delete reference to symbol-reloading.
491
9b224c5e
PA
4922012-03-07 Pedro Alves <palves@redhat.com>
493
494 * gdb.texinfo (General Query Packets): Document new
495 QProgramSignals packet.
496 * gdb.texinfo (Remote configuration): Mention
497 "program-signals-packet".
498
169081d0
TG
4992012-03-05 Tristan Gingold <gingold@adacore.com>
500
501 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
502
d1feda86
YQ
5032012-03-03 Yao Qi <yao@codesourcery.com>
504
505 * gdb.texinfo (In-Process Agent): New node.
506 Document new commands.
507 (General Query Packets): Add packet `QAgent'.
508
1faeff08
MR
5092012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
510
511 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
512
7d74f244
DE
5132012-03-01 Scott J. Goldman <scottjg@vmware.com>
514
515 * gdb.texinfo (Commands In Python): Put example python macro in
516 COMMAND_USER category rather than COMMAND_OBSCURE.
517 Document gdb.COMMAND_USER.
518 (User-defined Commands): Update documentation to clarify
519 "set/show max-user-call-depth" and "show user" don't apply to python
520 commands. Update documentation to clarify "help user-defined" may
521 also include python commands defined as COMMAND_USER.
522
6fe37d23
JK
5232012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
524
525 * gdb.texinfo (Startup): Add option -ex description to the option -x
526 description.
527
83364271
LM
5282012-02-24 Luis Machado <lgustavo@codesourcery.com>
529
530 * gdb.texinfo (Setting Breakpoints): Mention and explain the
531 condition-evaluation breakpoint parameter.
532 Mention condition-evaluation mode being shown in "info break".
533 (Break Conditions): Add description for target-side
534 conditional breakpoints.
535 (Remote Configuration): Mention conditional-breakpoints-packet.
536 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
537 cond-expr.
538 (General Query Packets): Mention new ConditionalBreakpoint feature.
539
bdb1994d
TT
5402012-02-22 Tom Tromey <tromey@redhat.com>
541
542 * gdb.texinfo (Blocks In Python): Clarify block iteration.
543
4d241c86
TT
5442012-02-17 Tom Tromey <tromey@redhat.com>
545
546 PR python/10753:
547 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
548 directory.
549
816338b5
SS
5502012-02-14 Stan Shebs <stan@codesourcery.com>
551
552 * gdb.texinfo (Disabling Breakpoints): Document enable count.
553
cc30c4bd
PA
5542012-02-13 Pedro Alves <palves@redhat.com>
555
556 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
557 mips-idt-ecoff.
558
035d1e5b
YQ
5592012-02-09 Yao Qi <yao@codesourcery.com>
560
561 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
562
f0823d2c
TT
5632012-02-07 Tom Tromey <tromey@redhat.com>
564
565 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
566 Symbol.value.
567
64e7d9dd
TT
5682012-02-07 Tom Tromey <tromey@redhat.com>
569
570 * gdb.texinfo (Symbols In Python): Document Symbol.line.
571
4220b2f8
TS
5722012-01-27 Thomas Schwinge <thomas@codesourcery.com>
573
574 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
575
edcc5120
TT
5762012-01-24 Tom Tromey <tromey@redhat.com>
577
578 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
579 unload".
580 (Files): Mention new catch commands.
581 (GDB/MI Async Records): Likewise.
582
53fe1783
GB
5832012-01-24 Gary Benson <gbenson@redhat.com>
584
585 Delete #if 0'd out code.
586 * gdb.texinfo (Frame Info): Remove "info catch".
587
b9e7b9c3
UW
5882012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
589
590 * gdb.texinfo (Remote Configuration): Document
591 "set remote hostio-readlink-packet" command.
592 (General Query Packets): Document vFile:readlink packet.
593
4aac40c8
TT
5942012-01-16 Tom Tromey <tromey@redhat.com>
595
596 * gdb.texinfo (Specify Location): Document relative file name
597 handling.
598
cafec441
TT
5992012-01-16 Tom Tromey <tromey@redhat.com>
600
601 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
602
0ee339bc
JK
6032012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
604 Eli Zaretskii <eliz@gnu.org>
605
606 * gdbint.texinfo (Coding Standards): Require braces for two lines of
607 code.
608
72384ba3
PH
6092012-01-11 Paul Hilfinger <hilfingr@adacore.com>
610
611 * gdb.texinfo (Variables): Document use of :: for non-static
612 variables.
613
ce1b17c4
JB
6142012-01-05 Joel Brobecker <brobecker@adacore.com>
615
616 * gdbint.texinfo (Start of New Year Procedure): Update
617 to replace use of copyright.sh by use of copyright.py.
618
217bff3e
JK
6192012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
620
621 Remove the gdbtui binary.
622 * all-cfg.texi (GDBTUI): Remove.
623 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
624 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
625 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
626
cc72b2a2
KP
6272011-12-23 Kevin Pouget <kevin.pouget@st.com>
628
629 Introduce gdb.FinishBreakpoint in Python.
630 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
631 (Python API): Add menu entry for Finish Breakpoints.
632
13ac8d2c
JK
6332011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
634
635 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
636 tests.
637
e0f9f062
DE
6382011-12-16 Doug Evans <dje@google.com>
639
640 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
641
80b6e756
PM
6422011-12-16 Phil Muldoon <pmuldoon@redhat.com>
643
1c3ad6ab 644 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
645 stack". Add documentation for "set/show python print-stack".
646
2fb860fc
PA
6472011-12-14 Pedro Alves <pedro@codesourcery.com>
648
649 * gdb.texinfo (Implementing a Remote Stub): Explain that you
650 should transfer control to the stub in the startup code instead of
651 in main. Mention the need to get past the initial breakpoint.
652
f8eba3c6
TT
6532011-12-06 Tom Tromey <tromey@redhat.com>
654
655 * gdb.texinfo (Set Breaks): Update for new behavior.
656
2268b414
JK
6572011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
658
659 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
660 List Format for SVR4 Targets'.
661 (General Query Packets): New item qXfer:libraries-svr4:read.
662 (Library List Format for SVR4 Targets): New node.
663
ae6f0d5b
TT
6642011-12-01 Tom Tromey <tromey@redhat.com>
665
666 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
667 add.
668
36dfb11c
TT
6692011-11-22 Tom Tromey <tromey@redhat.com>
670
671 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
672 reasons.
673
f196051f
SS
6742011-11-20 Stan Shebs <stan@codesourcery.com>
675
676 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
677 note-related options and variables.
678 (Tracepoint Packets): Document packet changes.
679
f85b53f8
SD
6802011-11-20 Sanjoy Das <sdas@igalia.com>
681
682 * gdb.texinfo (JIT Interface): Add documentation on writing and
683 usind JIT debug info readers.
684 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
685 Debug Info Readers): New nodes.
686
bfccc43c
YQ
6872011-11-18 Yao Qi <yao@codesourcery.com>
688
689 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
690 tracepoint.
691
c011a4f4
DE
6922011-11-15 Doug Evans <dje@google.com>
693
694 * gdb.texinfo (Files): Document basenames-may-differ.
695
ed59ded5
DE
6962011-11-14 Doug Evans <dje@google.com>
697
698 * gdb.texinfo (Shell Commands): Document "!".
699
405f8e94
SS
7002011-11-14 Stan Shebs <stan@codesourcery.com>
701 Kwok Cheung Yeung <kcy@codesourcery.com>
702
703 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
704 needed to get shorter fast tracepoints.
705 (Tracepoint Packets): Document new qTMinFTPILen packet.
706
1e4d1764
YQ
7072011-11-14 Yao Qi <yao@codesourcery.com>
708
709 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
710 behavior of tracepoint.
711 (General Query Packets): New feature InstallInTrace.
712 (Remote Configuration): Document "set remote
713 install-in-trace-packet".
714
71eba9c2 7152011-11-12 Matt Rice <ratmice@gmail.com>
716
717 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
718 Add arguments to info macro.
719
e0f8f636
TT
7202011-11-10 Tom Tromey <tromey@redhat.com>
721
722 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
723 manual.
724 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
725 (Macros): Add a footnote.
726 (C): Remove paragraph about compiler options.
727 (C Constants): Mention wide character and string constants.
728 (C Plus Plus Expressions): Update compiler option advice. Mention
729 using declarations. Mention ADL. Remove old HP compiler
730 information.
731
625c0d47
TT
7322011-11-10 Tom Tromey <tromey@redhat.com>
733
734 PR c++/9257:
735 * gdb.texinfo (Print Settings): Add an extra note about the need
736 for a vtable.
737
4be2aacc
MR
7382011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
739
740 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
741 "set mips abi" documentation.
742
0a1c4d10
DE
7432011-11-04 Doug Evans <dje@google.com>
744
745 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
746
aad1c02c
TT
7472011-11-03 Tom Tromey <tromey@redhat.com>
748
749 * gdb.texinfo (Stopping): Add menu entry.
750 (Continuing and Stepping): Restore @node. Use @section, not
751 @subsection.
752
983fb131
MR
7532011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
754
755 * gdb.texinfo (Skipping Over Functions and Files): Remove node
756 designation. Fix "Specify Location" cross-reference.
757
3065dfb6
SS
7582011-11-02 Stan Shebs <stan@codesourcery.com>
759
760 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
761 (General Query Packets): Describe tracenz feature.
762 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
763
0aaaf063
PK
7642011-10-28 Paul Koning <paul_koning@dell.com>
765
766 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
767
2231f1fb
KP
7682011-10-27 Kevin Pouget <kevin.pouget@st.com>
769
770 * gdb.texinfo ((Frames In Python): Document
771 gdb.FRAME_UNWIND_FIRST_ERROR contant.
772
5110b5df
PK
7732011-10-26 Paul Koning <paul_koning@dell.com>
774
775 * gdb.texinfo (gdb.types): Document new deepitems function.
776
22dbab46
PK
7772011-10-25 Paul Koning <paul_koning@dell.com>
778
779 PR python/13327
780
781 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
782 fetch_lazy method.
783
9df2fbc4
PM
7842011-10-20 Phil Muldoon <pmuldoon@redhat.com>
785
786 PR python/12656
787
788 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
789 global_block, static_block function.
790
f05e2e1d
TT
7912011-10-19 Tom Tromey <tromey@redhat.com>
792
793 * gdb.texinfo (Commands In Python): Add missing "@"s.
794
a7fc3f37
KP
7952011-10-13 Kevin Pouget <kevin.pouget@st.com>
796
797 PR python/13285 Document named constants for frame unwind stop reasons
798 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
799 constants.
800
5048e516
JK
8012011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
802
803 Fix compatibility with texinfo versions older than 4.12.
804 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
805 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
806 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
807 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
808 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
809 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
810 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
811
5a56e9c5
DE
8122011-10-09 Doug Evans <dje@google.com>
813
814 * gdb.texinfo (Extending GDB): Document alias command.
815
36b11add
JK
8162011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
817
818 Support @entry in input expressions.
819 * gdb.texinfo (Variables): Describe @entry names suffix.
820 (Print Settings): Add anchor for `set print entry-values'.
821
e18b2753
JK
8222011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
823 Eli Zaretskii <eliz@gnu.org>
824
825 Display @entry parameter values (without references).
826 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
827 example.
828 (Print Settings): New description of set print entry-values and show
829 print entry-values.
830
111c6489
JK
8312011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
832 Eli Zaretskii <eliz@gnu.org>
833
834 Recognize virtual tail call frames.
835 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
836 (Tail Call Frames): New node.
837 (Frames In Python): Add gdb.TAILCALL_FRAME.
838
9c15afc4
DE
8392011-10-07 Doug Evans <dje@google.com>
840
841 * gdb.texinfo (gdb.printing): Document new `replace' arg to
842 register_pretty_printer.
843
99f5279d
PM
8442011-10-07 Phil Muldoon <pmuldoon@redhat.com>
845
846 PR python/12930
847 PR python/12802
848
849 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
850 stop method.
851
03583c20
UW
8522011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
853
854 * gdb.texinfo (Starting your Program): "set disable-randomization"
855 is no longer Linux-specific.
856 (Remote Configuration): Document "set remote
857 disable-randomization-packet".
858 (General Query Packets): Document "QDisableRandomization" packet
859 and add it to "qSupported" list.
860
bd054e06
KP
8612011-10-07 Kevin Pouget <kevin.pouget@st.com>
862
863 Allow Python notification of new object-file loadings.
864 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
865 event type.
866
cb6be26b
KP
8672011-10-04 Kevin Pouget <kevin.pouget@st.com>
868
869 PR python/12691: Add the inferior to Python exited event
870 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
871
a05336a1
JB
8722011-10-03 Joel Brobecker <brobecker@adacore.com>
873
874 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
875 rephasing.
876
5d77fe44
JB
8772011-10-03 Joel Brobecker <brobecker@adacore.com>
878
879 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
880 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
881 as possible feature returned by the `-list-features'
882 command.
883
699df94d
PK
8842011-09-28 Paul Koning <paul_koning@dell.com>
885
886 * gdb.texinfo (gdb.Type): Document field access by dictionary
887 key syntax.
888
24bdad53
YQ
8892011-09-28 Yao Qi <yao@codesourcery.com>
890
891 * gdb.texinfo (Files): Update options for `add-symbol-file'.
892 Add one space after option `-s'. Remove @r{} markup.
893
6710bf39
SS
8942011-09-27 Stan Shebs <stan@codesourcery.com>
895
896 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
897
d99f7e48
HZ
8982011-09-16 Hui Zhu <teawater@gmail.com>
899
900 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
901 to *(unsigned char *)$esp@300.
902
d812018b
PK
9032011-09-15 Paul Koning <paul_koning@dell.com>
904
905 * gdb.texinfo: Make style of Python functions and methods match
906 the syntax of Python. Also put class and module names explicitly
907 on function, member, and variable names, matching Python
908 documentation conventions.
909
2aa48337
KP
9102011-09-15 Kevin Pouget <kevin.pouget@st.com>
911
912 PR Python/12692 Add gdb.selected_inferior() to Python interface.
913 * gdb.texinfo (Inferiors In Python): Describe new
914 gdb.selected_inferior() function.
915
6839b47f
KP
9162011-09-15 Kevin Pouget <kevin.pouget@st.com>
917
918 Handle multiple breakpoint hits in Python interface:
919 * gdb.texinfo (Events In Python): New function documentation:
920 gdb.BreakpointEvent.breakpoints. Indicate that
921 gdb.BreakpointEvent.breakpoint is now deprecated.
922
26829f2b
JB
9232011-09-04 Joel Brobecker <brobecker@adacore.com>
924
925 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
926
a9f54f60
TT
9272011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
928
929 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
930
fa3a4f15
PM
9312011-08-17 Phil Muldoon <pmuldoon@redhat.com>
932
933 * gdb.texinfo (Prompt): Add set/show extended-prompt
934 documentation
935 (Basic Python): Add prompt_hook anchor.
936 (Python modules): Reword module text to reflect multiple modules.
937 (gdb.prompt): Document gdb.prompt module.
938
224bbe49
YQ
9392011-08-14 Yao Qi <yao@codesourcery.com>
940
78d85199
YQ
941 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
942
9432011-08-14 Yao Qi <yao@codesourcery.com>
944
945 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
946 (TIC6x Features): New node.
947
457e09f0
DE
9482011-08-12 Doug Evans <dje@google.com>
949
950 * gdb.texinfo (Symbols In Python): Document symbol.type.
951
5e239b84
PM
9522011-08-09 Phil Muldoon <pmuldoon@redhat.com>
953
954 * gdb.texinfo (Python): Document command and function
955 auto-loading.
956
177bc839
JK
9572011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
958 Eli Zaretskii <eliz@gnu.org>
959
960 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
961 typedefs unrolling. Extend the sample code by an inner typedef and
962 outer typedefs unrolling.
963
1a532630
PP
9642011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
965
966 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
967 size and line-size.
968
9b158ba0 9692011-07-21 Matt Rice <ratmice@gmail.com>
970
971 PR macros/12999
972 * gdb.texinfo (Macros): Add info definitions and info macros commands.
973 Update text and cindex entries for info macro command.
974
d17b6f81
PM
9752011-07-21 Phil Muldoon <pmuldoon@redhat.com>
976
977 * observer.texi (GDB Observers): Add before_prompt observer.
978 * gdb.texinfo (Basic Python): Add documentation for prompt
979 substitution.
980
713389e0
PM
9812011-07-11 Phil Muldoon <pmuldoon@redhat.com>
982
983 PR python/12438
984 * gdb.texinfo (Python Commands): Add deprecate note to maint
985 set/show python print-stack. Document set/show python
986 print-backtrace.
987
177b42fe
TJB
9882011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
989
990 * gdb.texinfo: Fix typos.
991
900e11f9
JK
9922011-07-01 Tom Tromey <tromey@redhat.com>
993
994 * gdb.texinfo (Debugging Output): Document set debug
995 check-physname.
996
39c4d40a
TT
9972011-06-29 Tom Tromey <tromey@redhat.com>
998
999 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1000 breakpoint-notifications feature.
1001
6f5def7d
UW
10022011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
1003
1004 * gdb.texinfo (Target Description): Remove warning about
1005 possibly unstable format.
1006
8cf64490
TT
10072011-06-03 Tom Tromey <tromey@redhat.com>
1008
1009 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1010 (Events In Python): Note that exit_code is optional.
1011
393eab54
PA
10122011-05-17 Pedro Alves <pedro@codesourcery.com>
1013
1014 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1015 required for multi-threading support.
1016 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1017 Hc are deprecated for multi-threading debugging. Point readers at
1018 the vCont packet.
1019
75fc9810
DE
10202011-05-15 Doug Evans <dje@google.com>
1021
1022 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1023
01124a23
DE
10242011-05-13 Doug Evans <dje@google.com>
1025
98a5dd13
DE
1026 * gdb.texinfo (Threads): Document $sdir,$pdir.
1027 (Server): Document $pdir exception.
1028
dbaefcf7
DE
1029 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1030
cc63ef9b
DE
1031 * gdb.texinfo (Threads): Clarify default value for
1032 libthread-db-search-path.
7e0396aa 1033
01124a23
DE
1034 * gdb.texinfo (Completion): Update example.
1035 (Debugging Output): Delete `set/show debug lin-lwp-async'.
1036
d248b706
KY
10372011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1038
1039 * gdb.texinfo: Document change in the behaviour of the enable and
1040 disable GDB commands when applied to tracepoints.
1041 Document the EnableDisableTracepoints remote stub feature.
1042 Document QTEnable and QTDisable in the list of tracepoint packets.
1043
cc88a640
JK
10442011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1045
1046 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1047 hsuser.texi.
1048 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1049 comment to hsuser.texi. Change rluser.texi name in the comment.
1050
84e578fb
DE
10512011-05-10 Doug Evans <dje@google.com>
1052
1053 * gdb.texinfo (Threads): If an empty path is provided for
1054 libthread-db-search-path it is reset to its default value.
1055 (Server): Ditto.
1056
478aac75
DE
10572011-05-09 Doug Evans <dje@google.com>
1058
1059 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
1060
9c06b0b4
TJB
10612011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1062 Thiago Jung Bauermann <bauerman@br.ibm.com>
1063
1064 Implement support for PowerPC BookE masked watchpoints.
1065 * gdb.texinfo (Set Watchpoints): Document mask parameter.
1066 (PowerPC Embedded): Mention support of masked watchpoints.
1067
9ed350ad
JB
10682011-05-03 Joel Brobecker <brobecker@adacore.com>
1069
1070 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1071 `@value{GDBN}'.
1072
4ceed123
JB
10732011-05-03 Joel Brobecker <brobecker@adacore.com>
1074
1075 * gdb.texinfo (titlepage): Remove dedication.
1076 (In Memoriam): New appendix.
1077
559a7a62
JK
10782011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1079 Eli Zaretskii <eliz@gnu.org>
1080
1081 * gdb.texinfo (Index Section Format): Change the version to 5.
1082 Describe the different formula.
1083
03f2bd59
JK
10842011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1085 Eli Zaretskii <eliz@gnu.org>
1086
1087 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1088 for disconnected tracing.
1089 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1090 extended-remote relationship. Mention --once.
1091 (TCP port allocation lifecycle of @code{gdbserver}): New.
1092
d9b1a651
EZ
10932011-04-23 Eli Zaretskii <eliz@gnu.org>
1094
1095 * gdb.texinfo (Server): Improve indexing. Index all optional
1096 switches to gdbserver.
1097
90476074
TT
10982011-04-20 Tom Tromey <tromey@redhat.com>
1099
1100 * gdb.texinfo (Index Section Format): New node.
1101 (Top): Add new node to menu.
1102
c21236dc
PA
11032011-04-20 Pedro Alves <pedro@codesourcery.com>
1104
1105 * gdb.texinfo (Maintenance Commands): Document `maint print
1106 remote-registers'.
1107
05c8c3f5
TT
11082011-04-20 Tom Tromey <tromey@redhat.com>
1109
1110 * gdb.texinfo (Trace File Format): Move node later.
1111
7a9dd1b2
TT
11122011-04-19 Tom Tromey <tromey@redhat.com>
1113
1114 * gdbint.texinfo (Register Information Functions): Remove
1115 duplicate "the".
1116 * gdb.texinfo (Emacs): Remove duplicate "to".
1117 (GDB/MI Variable Objects): Remove duplicate "the".
1118 (General Query Packets): Likewise.
1119
4368ebeb
JB
11202011-04-02 Joel Brobecker <brobecker@adacore.com>
1121
1122 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1123 "GDB/MI Ada Exception Information" node.
1124
956a9fb9
JB
11252011-04-01 Joel Brobecker <brobecker@adacore.com>
1126
1127 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1128 the "exception-name" field in the *stopped async record.
1129
f1310107
TJB
11302011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1131 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1132
1133 Implement support for PowerPC BookE ranged breakpoints.
1134 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1135
8786b2bd
TT
11362011-03-28 Tom Tromey <tromey@redhat.com>
1137
1138 * gdb.texinfo (Set Tracepoints): Fix typo.
1139
9ef07c8c
TT
11402011-03-24 Tom Tromey <tromey@redhat.com>
1141
1142 * gdb.texinfo (Specify Location): Document `function:label'
1143 linespec.
1144
99c3dc11
PM
11452011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1146
f1310107 1147 PR python/12149
99c3dc11
PM
1148
1149 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
1150
29703da4
PM
11512011-03-17 Phil Muldoon <pmuldoon@redhat.com>
1152
1153 * gdb.texinfo (Blocks In Python): Add is_valid method description.
1154 (Inferiors In Python): Likewise.
1155 (Threads In Python): Likewise.
1156 (Symbols In Python): Likewise.
1157 (Objfiles In Python): Likewise.
1158 (Symbol Tables In Python): Likewise.
1159
c9174737
PA
11602011-03-15 Pedro Alves <pedro@codesourcery.com>
1161
1162 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
1163 display>: Explain that the commands accept number ranges.
1164
7371cf6d
PM
11652011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1166
1167 * gdb.texinfo (Breakpoints In Python): Add description and example
1168 of Python stop function operation.
1169
ecec24e6
PM
11702011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1171
1172 * gdb.texinfo (Parameters In Python): Document get_set_string and
1173 get_show_string methods.
1174
6dcd5565
JK
11752011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1176
1177 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
1178
81896e36
JK
1179 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
1180 circular-trace-buffer name.
1181
5e30da2c
JB
11822011-02-28 Joel Brobecker <brobecker@adacore.com>
1183
1184 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
1185 in the previous change.
1186
3bd0f5ef 11872011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
1188
1189 * gdb.texinfo (Inferiors and Programs): Update commands to show
1190 that they can accept multiple arguments.
1191
4ec7539c
JB
11922011-02-24 Joel Brobecker <brobecker@adacore.com>
1193
1194 Revert the following patch (code patch was not approved):
1195 2011-02-21 Hui Zhu <teawater@gmail.com>
1196 * agentexpr.texi (bytecode descriptions): add printf.
1197 * gdb.texinfo (tracepoint action lists): add printf.
1198
82809774
DE
11992011-02-23 Doug Evans <dje@google.com>
1200
1201 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
1202
e5a67952
MS
12032011-02-23 Michael Snyder <msnyder@vmware.com>
1204
1205 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
1206 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
1207 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
1208
6e6fbe60
DE
12092011-02-22 Doug Evans <dje@google.com>
1210
1211 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
1212 Clarify behaviour of lookup_symbol when `block' argument is omitted,
1213 add description of result, fix @defun formatting.
1214
f994e27a
HZ
12152011-02-21 Hui Zhu <teawater@gmail.com>
1216
1217 * agentexpr.texi (Bytecode Descriptions): Add printf.
1218 * gdb.texinfo (Tracepoint Action Lists): Add printf.
1219
c7f96d2b
TT
12202011-02-18 Tom Tromey <tromey@redhat.com>
1221
1222 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
1223
60f98dde
MS
12242011-02-14 Michael Snyder <msnyder@vmware.com>
1225
1226 * gdb.texinfo (threads): Document argument for "info threads" cmd.
1227 Document new command "thread find".
1228
08e796bc
MS
12292011-02-14 Michael Snyder <msnyder@vmware.com>
1230
1231 * gdb.texinfo (Threads): Update example of new thread message.
1232
b3b9301e
PA
12332011-02-14 Pedro Alves <pedro@codesourcery.com>
1234
1235 * gdb.texinfo (Remote Configuration): Mention set/show remote
1236 traceframe-info.
1237 (Tools/Packages Optional for Building GDB): Mention that expat is
1238 used for traceframe info.
1239 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
1240 (General Query Packets) <qSupported>: Describe the
1241 qXfer:traceframe-info:read feature.
1242 (qXfer::read): Describe qXfer:traceframe-info:read.
1243 (Traceframe Info Format): New section.
1244
cef35b0f
PA
12452011-02-04 Pedro Alves <pedro@codesourcery.com>
1246
1247 * gdbint.texinfo (Formatting): Mention some formatting guidelines
1248 for casts and unary operators.
1249
f1cbe1d3
TT
12502011-02-04 Tom Tromey <tromey@redhat.com>
1251
1252 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
1253 is not useful.
1254
585fdaa1
PA
12552011-01-25 Pedro Alves <pedro@codesourcery.com>
1256
1257 * gdb.texinfo: s/value optimized out/optimized out/g
1258
7bfc9434
JB
12592011-01-21 Joel Brobecker <brobecker@adacore.com>
1260
1261 * gdb.texinfo (Other Misc Settings): Rework part of the
1262 documentation of the "set interactive mode" command.
1263
4694da01
TT
12642011-01-19 Tom Tromey <tromey@redhat.com>
1265
1266 * gdb.texinfo (Threads): Document thread name output and `thread
1267 name' command.
1268 (Threads In Python): Document Thread.name attribute.
1269 (GDB/MI Thread Commands): Document thread attributes.
1270
b716877b
AB
12712011-01-12 Andrew Burgess <aburgess@broadcom.com>
1272
1273 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
1274 changes in mi/mi-cmd-disas.c
1275
13fd8b81
TT
12762011-01-12 Tom Tromey <tromey@redhat.com>
1277
1278 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
1279 Fix "thread apply" text.
1280
e09342b5
TJB
12812011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1282 Thiago Jung Bauermann <bauerman@br.ibm.com>
1283
1284 Implement support for PowerPC BookE ranged watchpoints.
1285 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
1286 the "set powerpc exact-watchpoints" flag.
1287
06e65f44
TT
12882011-01-07 Tom Tromey <tromey@redhat.com>
1289
1290 * gdb.texinfo (Python API): Add descriptions to @menu items.
1291
d8e22779
TT
12922011-01-06 Tom Tromey <tromey@redhat.com>
1293
1294 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
1295
a255712f
PP
12962010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1297
e09342b5 1298 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 1299
ccfc3d6e
TT
13002011-01-06 Tom Tromey <tromey@redhat.com>
1301
1302 PR python/12133:
1303 * gdb.texinfo (Frames In Python): Document various frame
1304 constants.
1305
44944448
JB
13062011-01-05 Joel Brobecker <brobecker@adacore.com>
1307
1308 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
1309 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
1310 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
1311
42ea3d7a
JK
13122011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1313
1314 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
1315 (clean): Add GDBvn.texi.
1316
720d1a40
JB
13172010-12-29 Joel Brobecker <brobecker@adacore.com>
1318
1319 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
1320 occasional case where the debugger prints an array address
1321 instead of the array itself.
1322
ad196637
PA
13232010-12-23 Pedro Alves <pedro@codesourcery.com>
1324
1325 * gdb.texinfo (Packets) <read registers packet>: Document support
1326 for registers that were not collected.
1327
a86caf66
DE
13282010-12-15 Doug Evans <dje@google.com>
1329
1330 * gdb.texinfo (Startup): Document auto-loading of scripts during
1331 startup.
1332 (Auto-loading): Delete "maint set python auto-load on|off".
1333 Add "set auto-load-scripts on|off".
1334
aae1c79a
DE
13352010-12-07 Doug Evans <dje@google.com>
1336
1337 * gdb.texinfo (Mode Options): Document -data-directory.
1338 (Data Files): Add reference to -data-directory.
1339
4e04c971
DE
13402010-11-29 Doug Evans <dje@google.com>
1341
1342 * gdb.texinfo (Pretty-Printer Introduction): Change
1343 printer-name:subprinter-name to printer-name;subprinter-name.
1344
94b6973e
PM
13452010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1346
1347 PR python/12199
1348
1349 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
1350
39037522
TT
13512010-11-23 Tom Tromey <tromey@redhat.com>
1352
1353 * gdb.texinfo (Top): Check SYSTEM_READLINE.
1354 (Editing): Likewise.
1355 (Command History): Likewise.
1356 (TUI Keys): Likewise.
1357 (Bug Reporting): Conditionally include rluser.texi and
1358 inc-history.texinfo.
1359 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
1360 (GDB_DOC_SOURCE_INCLUDES): Add comment.
1361 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
1362 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
1363 (gdb.pdf): Likewise.
1364 (gdb.info): Likewise.
1365 (gdb/index.html): Likewise.
1366
5ae98d25
TT
13672010-11-23 Tom Tromey <tromey@redhat.com>
1368
1369 * Makefile.in (Makefile): Run ../config.status.
1370 (distclean): Update.
1371 * configure: Remove.
1372 * configure.ac: Remove.
1373
621c8364
TT
13742010-11-12 Tom Tromey <tromey@redhat.com>
1375
1376 * gdb.texinfo (Basic Python): Update. Add xref.
1377 (Exception Handling): Document new exception classes.
1378 (Types In Python): Update.
1379 (Frames In Python): Update.
1380
84f4c1fe
PM
13812010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1382
1383 * gdb.texinfo (Breakpoints In Python): Document "internal"
1384 parameter, and visible attribute.
1385
99e7ae30
DE
13862010-11-05 Doug Evans <dje@google.com>
1387
1388 * gdb.texinfo (Source Path): Document "set directories".
1389
f4b8a18d
KW
13902010-11-05 Ken Werner <ken.werner@de.ibm.com>
1391
1392 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
1393 (OpenCL C): New node.
1394
7b51bc51
DE
13952010-11-02 Doug Evans <dje@google.com>
1396
1397 * gdb.texinfo (Pretty Printing): Expand into three sections,
1398 introduction, example, and commands.
1399 (Python API): Delete section Disabling Pretty-Printers, merge into
1400 Selecting Pretty-Printers.
1401 (Writing a Pretty-Printer): New section. Move the pretty-printer
1402 example here, and reformat to match python coding style. Add a second
1403 example using the gdb.printing module.
1404 (Python modules): Add gdb.printing.
1405
9eeee977
DE
14062010-10-29 Doug Evans <dje@google.com>
1407
1408 * gdb.texinfo (Python): Fix long line.
1409
a0e0ffdf
DE
14102010-10-20 Doug Evans <dje@google.com>
1411
1412 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
1413 All references updated. Correct sections marked as subsections.
1414 (Coding Standards): New chapter. Move the coding standard related
1415 subsections here. Add section on Python coding standards.
1416
0e3509db
DE
14172010-10-13 Doug Evans <dje@google.com>
1418
1419 * gdb.texinfo (Python): Add "Python modules".
1420 (Types in Python): Add reference to gdb.types section.
1421 (Python modules): New node.
1422
44592cc4
DE
14232010-10-11 Doug Evans <dje@google.com>
1424
1425 * gdb.texinfo (Values From Inferior): Add reference to "Types in
1426 Python" from gdb.Value.type description.
1427
6e1bb179
JB
14282010-09-28 Joel Brobecker <brobecker@adacore.com>
1429
1430 * gdb.texinfo (Ravenscar Profile): New node.
1431
e8467610
TT
14322010-09-22 Tom Tromey <tromey@redhat.com>
1433
1434 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
1435
fccd1d1e
EZ
14362010-09-22 Eli Zaretskii <eliz@gnu.org>
1437
1438 * gdb.texinfo (Values From Inferior): Clarify that
1439 value.dynamic_type works only in C++ programs with RTTI.
1440
c1b6b909
TT
14412010-09-15 Paul Bolle <pebolle@tiscali.nl>
1442
1443 * gdb.texinfo (Character Sets): Correctly reference host-charset
1444 in example.
1445
7d288aaa
TT
14462010-09-13 Tom Tromey <tromey@redhat.com>
1447
1448 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
1449 Document "fullname" and "from".
1450
f75d858b
MK
14512010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1452
1453 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
1454 feature `reverse' output by -list-target-features.
1455
83b9503b
L
14562010-08-31 H.J. Lu <hongjiu.lu@intel.com>
1457
1458 * gdb.texinfo (i386 Features): Remove an extra "@item".
1459
03f17ccf
TT
14602010-08-30 Tom Tromey <tromey@redhat.com>
1461
1462 PR python/11792:
1463 * gdb.texinfo (Values From Inferior): Document dynamic_type.
1464
9779414d
DJ
14652010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1466
1467 * gdb.texinfo (ARM Features): Document
1468 org.gnu.gdb.arm.m-profile.
1469
f9ffd4bb
TT
14702010-08-23 Tom Tromey <tromey@redhat.com>
1471
1472 PR python/11145:
1473 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
1474 reinterpret_cast methods.
1475
702c2711
TT
14762010-08-23 Tom Tromey <tromey@redhat.com>
1477
1478 PR python/11915:
1479 * gdb.texinfo (Types In Python): Document array method.
1480
66b73624
TJB
14812010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
1482
1483 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
1484
06a64a0b
TT
14852010-08-16 Tom Tromey <tromey@redhat.com>
1486
1487 * gdb.texinfo (Set Watchpoints): Document -location option.
1488
a3a7127e
DE
14892010-08-13 Doug Evans <dje@google.com>
1490
1491 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
1492
8dedea02
VP
14932010-08-13 Vladimir Prus <vladimir@codesourcery.com>
1494
1495 * gdb.texinfo (GDB/MI Data Manipulation): Document
1496 -data-read-memory-raw and -data-write-memory-raw.
1497
ca5c20b6 14982010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 1499 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
1500
1501 * gdb.texinfo (Basic Python): Describe post_event API.
1502
cb2e07a6
PM
15032010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1504
1505 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 1506 decode_line Python APIs
cb2e07a6 1507
464b3efb
TT
15082010-08-10 Tom Tromey <tromey@redhat.com>
1509
1510 * gdb.texinfo (Pretty Printing API): Document
1511 gdb.default_visualizer.
1512
c29c521f
TT
15132010-08-10 Tom Tromey <tromey@redhat.com>
1514
1515 Revert gdb-add-index addition:
1516 * gdb.texinfo (Index Files): Don't document gdb-add-index.
1517
5da1313b
JK
15182010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1519 Eli Zaretskii <eliz@gnu.org>
1520
1521 * gdb.texinfo (Mode Options) <-batch>
1522 (Basic Python) <gdb.execute>: Describe setting width and height.
1523
02d868e8
PP
15242010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1525
1526 * gdb.texinfo (Threads): Document 'debug libthread-db'.
1527
c2bbed2a
TT
15282010-07-30 Tom Tromey <tromey@redhat.com>
1529
1530 * gdb.texinfo (Index Files): Mention gdb-add-index.
1531
6c13bbe1
HZ
15322010-07-30 Hui Zhu <teawater@gmail.com>
1533
1534 * gdb.texinfo (Inferiors and Programs): Update the introduce of
1535 "detach inferior" and "kill inferior".
1536
53a71c06
CR
15372010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
1538
1539 * gdb.texinfo (Machine Code): Update description of two forms of
1540 arguments, and add new example to demonstrate the new form.
1541
5374244e
PM
15422010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1543
1544 * gdb.texinfo (Values From Inferior): Add value inferior function
1545 call description.
1546
8ea5bce5
JK
15472010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1548
1549 * gdb.texinfo (Active Targets): Fix wrong comma placement.
1550
c0edd9ed
JK
15512010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1552 Eli Zaretskii <eliz@gnu.org>
1553
1554 Make core files the process_stratum.
1555 * gdb.texinfo (Active Targets): Remove core_stratum. Include
1556 record_stratum example.
1557
9291a0cd
TT
15582010-07-13 Tom Tromey <tromey@redhat.com>
1559
1560 * gdb.texinfo (Index Files): New node.
1561
f5011d11
TT
15622010-07-13 Tom Tromey <tromey@redhat.com>
1563
1564 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
1565
0f5238ed
TT
15662010-07-13 Tom Tromey <tromey@redhat.com>
1567
1568 * gdb.texinfo (Specify Location): Document labels.
1569
74c761c1
PA
15702010-07-01 Pedro Alves <pedro@codesourcery.com>
1571
1572 * gdb.texinfo (Create and Delete Tracepoints): Add more index
1573 entries for fast tracepoints and static tracepoints.
1574
501994c0
PA
15752010-07-01 Pedro Alves <pedro@codesourcery.com>
1576
1577 * gdb.texinfo (General Query Packets) <qfThreadInfo,
1578 qsThreadInfo>: Spell out `l' as ell.
1579
0fb4aa4b
PA
15802010-07-01 Pedro Alves <pedro@codesourcery.com>
1581
1582 * gdb.texinfo (Convenience Variables): Document $_sdata.
1583 (Commands to Set Tracepoints): Describe static tracepoints. Add
1584 `Listing Static Tracepoint Markers' menu entry. Document
1585 "strace".
1586 (Tracepoint Action Lists): Document collecting $_sdata.
1587 (Listing Static Tracepoint Markers): New subsection.
1588 (Tracepoints support in gdbserver): Mention static tracepoints.
1589 (remote packets, enabling and disabling): Mention
1590 read-sdata-object.
1591 (General Query Packets) <qSupported>: Document qXfer:sdata:read
1592 and StaticTracepoint.
1593 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
1594 Document qXfer:sdata:read.
1595 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
1596
dc3b15be
JB
15972010-06-29 Joel Brobecker <brobecker@adacore.com>
1598
1599 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
1600
595939de
PM
16012010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1602 Tom Tromey <tromey@redhat.com>
1603 Thiago Jung Bauermann <bauerman@br.ibm.com>
1604
1605 * gdb.texinfo (Inferiors In Python): New node.
1606 * gdb.texinfo (Threads In Python): New node.
1607
9279c692
JB
16082010-06-28 Joel Brobecker <brobecker@adacore.com>
1609
1610 * gdb.texinfo (Python): Document what the python directory is
1611 and what its location is.
1612 (Basic Python): Document the gdb.PYTHONDIR constant.
1613
bc9f0842
TT
16142010-06-25 Tom Tromey <tromey@redhat.com>
1615
1616 PR python/10808:
1617 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1618
f1421989
HZ
16192010-06-24 Hui Zhu <teawater@gmail.com>
1620
1621 * gdb.texinfo: (Commands for Controlled Output): Add
1622 documentation for command "eval".
1623
e4c0cfae
SS
16242010-06-21 Stan Shebs <stan@codesourcery.com>
1625
1626 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1627 * annotate.texinfo: Ditto.
1628 * gdbint.texinfo: Ditto.
1629 * stabs.texinfo: Ditto.
1630
bb08c432
HZ
16312010-06-22 Hui Zhu <teawater@gmail.com>
1632
1633 * gdb.texinfo: (Process Record and Replay): Add documentation
1634 for command "set record memory-query".
1635
4f5d9f07
SS
16362010-06-21 Stan Shebs <stan@codesourcery.com>
1637
1638 * gdb.texinfo: Relicense under GFDL version 1.3.
1639 * annotate.texinfo: Relicense under GFDL version 1.3.
1640 * gdbint.texinfo: Relicense under GFDL version 1.3.
1641 * stabs.texinfo: Relicense under GFDL version 1.3.
1642 * fdl.texi: Update to version 1.3.
1643
6aed2dbc
SS
16442010-06-18 Stan Shebs <stan@codesourcery.com>
1645
a61408f8
SS
1646 * gdb.texinfo (Operating System Auxiliary Information): Describe
1647 "info os" when no arguments given.
1648
6aed2dbc
SS
1649 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1650 $_thread.
1651
24e933df
HZ
16522010-06-18 Hui Zhu <teawater@gmail.com>
1653
1654 * gdb.texinfo: (Process Record and Replay): Add documentation
1655 for commands "record save" and "record restore".
1656
65d79d4b
SDJ
16572010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1658
1659 * gdb.texinfo: Include information about the correct use
1660 of addresses in the `watch' command.
1661
d914c394
SS
16622010-06-11 Stan Shebs <stan@codesourcery.com>
1663
1664 * gdb.texinfo (Observer Mode): New section.
1665 (General Query Packets): Document QAllow.
889bf7c5 1666
967cf477
DE
16672010-06-04 Doug Evans <dje@google.com>
1668
1669 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1670
aaf4119b
DE
16712010-06-03 Doug Evans <dje@google.com>
1672
1673 * gdbint.texinfo (Coding): Add subsection on command names.
1674
9eae7c52
TT
16752010-06-02 Tom Tromey <tromey@redhat.com>
1676
1677 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1678 always-disassemble.
1679
fa593d66
PA
16802010-06-01 Pedro Alves <pedro@codesourcery.com>
1681
1682 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1683 gdbserver, and add cross reference.
1684 (Tracepoints support in gdbserver): New subsection.
1685
dde08ee1
PA
16862010-05-26 Pedro Alves <pedro@codesourcery.com>
1687
1688 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1689 `qRelocInsn' feature.
1690 (Relocate instruction reply packet): New subsection
1691 of `Tracepoint Packets'.
1692 (Tracepoint Packets): Mention that packets QTDP and QTStart
1693 support the qRelocInsn request, and add cross reference to new
1694 subsection.
1695
07ca107c
DE
16962010-05-25 Doug Evans <dje@google.com>
1697
1698 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1699 (Commands In Python): Document gdb.string_to_argv.
1700
c25c4a8b
JK
17012010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1702
1703 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1704 ATTR_NORETURN.
1705
d7b32ed3 17062010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
1707 Tom Tromey <tromey@redhat.com>
1708 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 1709
c25c4a8b 1710 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 1711
6aecb9c2
JB
17122010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1713
1714 * gdb.texinfo: (Summary) Add mention about D language support.
1715 (Filenames): Add D suffixes.
1716 (D): New node.
1717
b7da9e9f
PM
17182010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1719
1720 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1721 of macro deleted from GDB code.
1722
ab38a727
PA
17232010-04-24 Pedro Alves <pedro@codesourcery.com>
1724
1725 * gdb.texinfo (Commands to specify files): Describe what how GDB
1726 looks up DOS-based filesystem paths on the system root. Document
1727 the new `set/show target-file-system-kind' commands.
1728
66d09542
DE
17292010-04-23 Doug Evans <dje@google.com>
1730
1731 * gdb.texinfo (Python): Move Auto-loading section here ...
1732 (Python API): from here.
1733 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1734 (Maintenance Commands): Add docs for "maint print section-scripts".
1735
8bd10a10
CM
17362010-04-20 Chris Moller <cmoller@redhat.com>
1737
1738 * gdb.texinfo (Setting Breakpoints): Added description of
1739 filename-qualified rbreak.
1740 * refcard.tex (Breakpoints and Watchpoints): Added brief
1741 description of filename-qualified rbreak.
1742
4c374409
JK
17432010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1744
1745 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1746 (Python API): Change the reference to Pretty Printing API.
1747 (Pretty Printing): Move the user part under the Data node. Reformat
1748 the sample output to 72 columns. Create a new reference to Pretty
1749 Printing API. Rename the API part ...
1750 (Pretty Printing API): To a new node name.
1751 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1752 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1753
5a9351ae
SS
17542010-04-21 Stan Shebs <stan@codesourcery.com>
1755
1756 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1757 and commands.
5a9351ae 1758 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1759
9a22f0d0
PM
17602010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1761
1762 * gdb.texinfo (Examining memory): Update for change in string
1763 display with explicit size.
1764
6149aea9
PA
17652010-04-19 Pedro Alves <pedro@codesourcery.com>
1766
1767 PR breakpoints/8554.
1768
1769 * gdb.texinfo (Save Breakpoints): New node.
1770 (save-tracepoints): Rename to ...
1771 (save tracepoints): ... this. Mention that `save-tracepoints' is
1772 a deprecated alias to `save tracepoints'.
1773
711e434b
PM
17742010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1775
645797a8 1776 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1777 (info w32 thread-information-block): Document new command.
1778 (qGetTIBAddress): Document new gdbserver query.
1779 (maint set/show show-all-tib): Document new command.
1780
3f7b2faa
DE
17812010-04-15 Doug Evans <dje@google.com>
1782
fa33c3cd
DE
1783 * gdb.texinfo (Python API): Add progspaces section.
1784 (Selecting Pretty-Printers): Progspace pretty-printers are
1785 searched too.
1786 (Progspaces In Python): New section.
1787
3f7b2faa
DE
1788 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1789
79f283fe
PM
17902010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1791
1792 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1793 returns None.
1794
87290684
SS
17952010-04-09 Stan Shebs <stan@codesourcery.com>
1796
1797 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1798 Describe the `frames-created' field, tweak grammar.
1799
a97153c7
PA
18002010-04-09 Pedro Alves <pedro@codesourcery.com>
1801
1802 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1803 Describe the `circular' and `disconnected' fields.
1804
5c5dcc1b
L
18052010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1806
1807 * gdb.texinfo (maint print registers): Mention unavailable and
1808 invisible registers.
1809
adc36818
PM
18102010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1811 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1812 Tom Tromey <tromey@redhat.com>
adc36818
PM
1813
1814 * gdb.texinfo (Breakpoints In Python): New Node.
1815
33da3f1c
SS
18162010-04-08 Stan Shebs <stan@codesourcery.com>
1817
1818 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1819 trace status fields.
1820
3a13a53b
L
18212010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1822
1823 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1824 optional. Make org.gnu.gdb.i386.avx requires
1825 org.gnu.gdb.i386.avx.
1826
08001717
DE
18272010-04-08 Doug Evans <dje@google.com>
1828
1829 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1830 search path, and document that gdb only scans the search path if
1831 the script's path doesn't specify a directory.
1832
c375651d
DE
18332010-04-05 Doug Evans <dje@google.com>
1834
1835 * gdb.texinfo (maint show python auto-load): Fix typo.
1836
af54718e
SS
18372010-04-04 Stan Shebs <stan@codesourcery.com>
1838
d77f58be
SS
1839 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1840 (Setting Watchpoints): Update description of "info watch".
1841 (Disabling Breakpoints): Only "info break" lists all.
1842
af54718e
SS
1843 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1844 (tdump): Explain how tdump works.
1845
86b17b60
PA
18462010-04-01 Pedro Alves <pedro@codesourcery.com>
1847
1848 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1849 add cross reference.
1850
ff12863f
PA
18512010-03-31 Pedro Alves <pedro@codesourcery.com>
1852
1853 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1854 commands error out.
1855
f68eb612
L
18562010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1857
1858 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1859
c8d5aac9
L
18602010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1861
1862 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1863
7d13fe92
SS
18642010-03-29 Stan Shebs <stan@codesourcery.com>
1865 Nathan Sidwell <nathan@codesourcery.com>
1866
1867 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1868 GDBN equivalent.
1869 (Set Tracepoints): Remove mention that conditional tracepoints
1870 don't exist.
1871 (Tracepoint Actions): Clarify when while-stepping collection
1872 happens, note that while-stepping does not automatically collect
1873 $pc.
1874
409873ef 18752010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1876
409873ef
SS
1877 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1878 (General Query Packets): Describe TracepointSource.
1879
ee8e71d4
EZ
18802010-03-27 Matt Rice <ratmice@gmail.com>
1881
c8d5aac9
L
1882 * gdb.texinfo (ARM): Document arguments to "target sim".
1883 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1884
99b5e152
PA
18852010-03-26 Pedro Alves <pedro@codesourcery.com>
1886
1887 * gdb.texinfo (Tracepoint Packets): Remove mention that
1888 terror:string may be plain text, and drop mention of X prefix.
1889
cd64ee31
VP
18902010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1891
1892 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1893
6c28cbf2
SS
18942010-03-24 Stan Shebs <stan@codesourcery.com>
1895
1896 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1897
95a42b64
TT
18982010-03-24 Tom Tromey <tromey@redhat.com>
1899
1900 PR breakpoints/9352:
1901 * gdb.texinfo (Break Commands): Update.
1902
18148017
VP
19032010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1904
1905 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1906 commands.
1907
4daf5ac0
SS
19082010-03-16 Stan Shebs <stan@codesourcery.com>
1909
1910 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1911 circular-trace-buffer.
1912 (Tracepoint Packets): Describe QTBuffer, and details of the
1913 qTStatus reply.
1914
c9429232
SS
19152010-03-12 Stan Shebs <stan@codesourcery.com>
1916 Nathan Sidwell <nathan@codesourcery.com>
1917
1918 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1919 doing instruction stepping.
1920 (Tracepoint Restrictions): New node.
1921
ccefe4c4
TT
19222010-03-10 Tom Tromey <tromey@redhat.com>
1923
1924 * gdbint.texinfo (Symbol Handling): Update.
1925
7c953934
TT
19262010-03-08 Tom Tromey <tromey@redhat.com>
1927
1928 PR cli/9591:
1929 * gdb.texinfo (Mode Options): Mention lack of pagination and
1930 confirmation with --batch.
1931 (Screen Size): Mention --batch.
1932 (Messages/Warnings): Likewise.
1933
f870a310
TT
19342010-03-05 Tom Tromey <tromey@redhat.com>
1935
1936 * gdb.texinfo (Basic Python): Document target_charset and
1937 target_wide_charset.
1938
78e2826b
TT
19392010-03-05 Tom Tromey <tromey@redhat.com>
1940
1941 * gdb.texinfo (Data): Link to pretty-printing.
1942 (Output Formats): Likewise. Correct text.
1943
f5dff777
DJ
19442010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1945
1946 * gdb.texinfo (Types): Describe <struct> and <flags>.
1947
dc00d89f
PM
19482010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1949
1950 * gdb.texinfo (Frames In Python): Add block parameter and
1951 description to read_var text.
1952
5107b149 19532010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1954 Tom Tromey <tromey@redhat.com>
5107b149
PM
1955
1956 * gdb.texinfo (Types In Python): Describe block argument in
1957 template_argument and gdb.lookup_type.
1958
e03e5e7b
TT
19592010-02-24 Tom Tromey <tromey@redhat.com>
1960
1961 * gdb.texinfo (Cygwin Native): Fix typo.
1962
f3e9a817
PM
19632010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1964
1965 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1966 and select method descriptions.
1967 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1968 Tables in Python to menu.
1969 (Blocks In Python): New node.
1970 (Symbols In Python): New node.
1971 (Symbol Tables in Python): New node.
1972
a79b8f6e
VP
19732010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1974
1975 Multiexec MI
1976
1977 gdb/
1978 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1979
1980 gdb/doc/
1981 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1982 changes.
1983 (GDB/MI Program Execution): Document current behaviour of
1984 --all and --thread-group.
1985 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1986 -remove-inferior.
1987 * observer.texi (inferior_added, inferior_removed): New
1988 observers.
1989
629d6a47
TT
19902010-02-19 Tom Tromey <tromey@redhat.com>
1991
1992 * gdbint.texinfo (Getting Started): Fix @node.
1993 (Debugging GDB): Likewise.
1994
c09529e5
JB
19952010-02-13 Joel Brobecker <brobecker@adacore.com>
1996
1997 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1998 documenting the gdb_test_timeout variable.
1999
540aa8e7
MS
20002010-02-12 Jakob Engblom <jakob@virtutech.com>
2001
2002 * gdb.texinfo (MI commands): Added documentation of --reverse
2003 option to a set of MI commands. Restructured documentation of MI
2004 commands --exec-continue to reflect the complexity of reverse
2005 execution.
2006
081dfbf7
PA
20072010-02-12 Pedro Alves <pedro@codesourcery.com>
2008
2009 * gdb.texinfo (Using the Collected Data): Specify that the address
2010 range of `tfind outsize' is exclusive, and that the address range
2011 of `tfind range' is inclusive.
2012 (Tracepoint Packets): Specify that the address range of
2013 `QTFrame:range' is inclusive, and that the address range of
2014 `QTFrame:outside' is exclusive
2015
8e9c5e02
VP
20162010-02-12 Vladimir Prus <vladimir@codesourcery.com>
2017
2018 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2019
92981e24
TT
20202010-02-10 Tom Tromey <tromey@redhat.com>
2021
2022 * gdb.texinfo (Debugging Output): Document set debug parser and
2023 show debug parser.
2024
075b51b7
L
20252010-02-09 H.J. Lu <hongjiu.lu@intel.com>
2026
2027 * gdb.texinfo (Predefined Target Types): Add i387_ext,
2028 i386_eflags and i386_mxcsr.
2029
3bb8d5c3
L
20302010-02-08 H.J. Lu <hongjiu.lu@intel.com>
2031
2032 * gdb.texinfo: Document i386 target features.
2033
c5f80513
DE
20342010-02-05 Doug Evans <dje@google.com>
2035
2036 * gdbint.texinfo (Testsuite): Add a new section to document the
2037 various DejaGnu variables that may be overridden.
1be00882 2038 Document INTERNAL_GDBFLAGS.
c5f80513 2039
6ac33a4e
TT
20402010-02-04 Tom Tromey <tromey@redhat.com>
2041
2042 PR cli/8830:
2043 * gdb.texinfo (Files): -readnow comes before the filename for file
2044 and symbol-file.
2045
a1dcb23a
DJ
20462010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2047
2048 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2049 Document ARM breakpoint types.
2050 (Register Packet Format): Move into the new section.
2051 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2052
95433b34
JB
20532010-01-21 Joel Brobecker <brobecker@adacore.com>
2054
2055 * gdb.texinfo (File Options): Adjust the documentation of this
2056 switch to refer to the "source" command rather than partially
2057 duplicating some of the relevant information.
2058 (Extending GDB): Introduce and document the set/show script-extension
2059 setting.
2060 (Command Files): Add note explaining that the "source" command
2061 is also used to evalute scripts written in other languages.
2062 Remove the short slightly incorrect reference to sourcing Python
2063 scripts.
2064 (Python Commands): Document how to execute a Python script from GDB.
2065
8d576872
JB
20662010-01-19 Joel Brobecker <brobecker@adacore.com>
2067
2068 * gdb.texinfo (Command Files): Fix typo.
2069
8150ff9c
JB
20702010-01-18 Tom Tromey <tromey@redhat.com>
2071
2072 * gdb.texinfo (File Options): Document -x on .py files.
2073 (Command Files): Document handling of Python scripts.
2074
23db03a6
JZ
20752010-01-18 Jie Zhang <jie.zhang@analog.com>
2076
2077 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2078
00bf0b85
SS
20792010-01-15 Stan Shebs <stan@codesourcery.com>
2080
2081 * gdb.texinfo (Trace Files): New section.
2082 (Tracepoint Packets): Document QTSave and qTBuffer.
2083 (Trace File Format): New appendix.
2084
be759fcf
PM
20852010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2086
2087 * gdb.texinfo (Values From Inferior): Document lazy_string value
2088 method.
2089 (Python API): Add Lazy strings menu item.
2090 (Lazy Strings In Python): New node.
2091
dc146f7c
VP
20922010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2093
2094 * gdb.texinfo (GDB/MI Thread Information): New.
2095 (GDB/MI Async Records): Document the core field in *stopped.
2096 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2097 documentation
2098 (Process list): Document that osdata document may contain
2099 threads.
2100 (Remote Serial Protocol): Document qXfer:threads.
2101
d5551862
SS
21022010-01-06 Stan Shebs <stan@codesourcery.com>
2103
2104 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2105 disconnected tracing.
2106 (Tracepoint Packets): Document new protocol.
2107
7a697b8d
SS
21082010-01-05 Stan Shebs <stan@codesourcery.com>
2109
2110 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2111 tracepoints.
2112 (Tracepoint Packets): Describe remote protocol for fast
2113 tracepoints.
2114
e6f3ec50
JB
21152010-01-01 Joel Brobecker <brobecker@adacore.com>
2116
2117 Update the "Start of New Year Procedure".
2118 * gdbint.texinfo: Add the list of files that need to be updated
2119 manually. Minor reformatting.
2120
ddc4e9c1
JB
21212010-01-01 Joel Brobecker <brobecker@adacore.com>
2122
2123 * refcard.tex: Update copyright year in header and text.
2124
9d2897ad
JB
21252010-01-01 Joel Brobecker <brobecker@adacore.com>
2126
2127 * agentexpr.texi: Add 2010 to the list of copyright years.
2128 * annotate.texinfo: Likewise.
2129 * gdb.texinfo: Likewise.
2130 * gdbint.texinfo: Likewise.
2131 * observer.texi: Likewise.
2132 * stabs.texinfo: Likewise.
2133
6da95a67
SS
21342009-12-31 Stan Shebs <stan@codesourcery.com>
2135
2136 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 2137
236f1d4d
SS
21382009-12-29 Stan Shebs <stan@codesourcery.com>
2139
2140 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 2141
f61e138d
SS
21422009-12-28 Stan Shebs <stan@codesourcery.com>
2143
2144 * gdb.texinfo (Trace State Variables): New section.
2145 (Tracepoint Packets): Describe trace state variable packets.
2146 * agentexpr.texi (Bytecode Descriptions): Describe trace state
2147 variable bytecodes.
2148
0fe7935b
DJ
21492009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2150
2151 * gdb.texinfo (Symbols): "info variables" prints definitions, not
2152 declarations.
2153
a6b29f87
VP
21542009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2155
2156 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
2157 -gdb-exit behaviour.
2158
5e4bde96
JB
21592009-12-20 Joel Brobecker <brobecker@adacore.com>
2160
2161 * gpl.texi: Update to version 3 of the GPL.
2162
a1715244
JB
21632009-12-20 Joel Brobecker <brobecker@adacore.com>
2164
2165 * Makefile.in: Update copyright header.
2166 * observer.texi: Fix the copyright header of the generated files.
2167
361ae042
PM
21682009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2169
2170 * gdb.texinfo (Types In Python): Describe range function.
2171
bfd31e71
PM
21722009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
2173
2174 * gdb.texinfo (Types In Python): Describe "is_base_class".
2175
57a1d736
TT
21762009-12-03 Tom Tromey <tromey@redhat.com>
2177
2178 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2179
8cebebb9
PP
21802009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
2181
2182 * observer.texi: New memory_changed observer.
2183
16af530a
TT
21842009-12-01 Tom Tromey <tromey@redhat.com>
2185
2186 * gdb.texinfo (Reverse Execution): Fix typo.
2187
b6199126
DJ
21882009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2189
2190 PR gdb/8704
2191
2192 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
2193 are allowed after the breakpoint condition.
2194
7a6973ad
TT
21952009-11-23 Tom Tromey <tromey@redhat.com>
2196
2197 PR python/10782:
2198 * gdb.texinfo (Types In Python): Document Type.pointer.
2199
21a0512e
PP
22002009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2201
2202 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 2203
a5832c8f
PA
22042009-11-11 Pedro Alves <pedro@codesourcery.com>
2205
2206 * agentexpr.texi (Tracing On Symmetrix): Delete section.
2207 (Using Agent Expressions): Delete cross reference.
2208
1eb7cd77
JB
22092009-11-07 Joel Brobecker <brobecker@adacore.com>
2210
2211 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
2212 and @settitle directives up to help makeinfo find them.
2213
24ddea62
JK
22142009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2215
2216 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
2217 (Auto-loading): Use plural and note one can use multiple components now.
2218
3afae151
VP
22192009-11-01 Vladimir Prus <vladimir@codesourcery.com>
2220
2221 * gdb.texinfo (GDB/MI Stack Manipulation): Make
2222 -stack-list-arguments have the same documentation for parameter
2223 as -stack-list-locals. Add comas.
2224
14ff2235
PM
22252009-10-27 Tom Tromey <tromey@redhat.com>
2226 Eli Zaretskii <eliz@gnu.org>
2227
c8d5aac9 2228 PR python/10781
14ff2235
PM
2229
2230 * gdb.texinfo (Values From Inferior): Document cast method.
2231
9c419145
PP
22322009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2233
2234 * gdb.texinfo (Machine Code): Mention function name in disasssembly
2235 and adjust example.
889bf7c5 2236
29153c24
MS
22372009-10-22 Michael Snyder <msnyder@vmware.com>
2238
2239 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 2240 info record command. Also document the new save and restore
29153c24
MS
2241 commands.
2242
2b28d209
PP
22432009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2244
2245 * gdb.texinfo (Machine Code): Mention current pc marker.
2246 (Memory): Likewise.
2247
6c95b8df
PA
22482009-10-19 Pedro Alves <pedro@codesourcery.com>
2249 Stan Shebs <stan@codesourcery.com>
2250
2251 * observer.texi (new_inferior): Rename to...
2252 (inferior_appeared): ... this.
2253
2254 * gdb.texinfo (Inferiors): Rename node to ...
2255 (Inferiors and Programs): ... this. Mention running multiple
2256 programs in the same debug session.
2257 <info inferiors>: Mention the new 'Executable' column if "info
2258 inferiors". Update examples. Document the "add-inferior",
2259 "clone-inferior", "remove-inferior" and "maint info
2260 program-spaces" commands.
2261 (Process): Rename node to...
2262 (Forks): ... this. Document "set|show follow-exec-mode".
2263
2f8132f3
MS
22642009-10-11 Michael Snyder <msnyder@vmware.com>
2265
2266 * gdb.texinfo (ReverseStep): Show default as "unsupported".
2267 (ReverseContinue): Ditto.
2268
cba4b2d3
PP
22692009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2270
2271 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 2272
da082f17
JK
22732009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2274
2275 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
2276
08be9d71
ME
22772009-10-06 Michael Eager <eager@eagercon.com>
2278
2279 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
2280 (Embedded Processors): Add MicroBlaze.
2281 (MicroBlaze): New. Describe Xilinx MicroBlaze
2282
08a0efd0
PA
22832009-10-04 Pedro Alves <pedro@codesourcery.com>
2284
2285 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
2286
cbb8f428
EZ
22872009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2288
2289 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
2290
30a4a70c
JB
22912009-09-23 Joel Brobecker <brobecker@adacore.com>
2292
2293 * observer.texi (solib_unloaded): Document explicitly the fact that
2294 this observer is called before the associated symbols are unloaded.
2295
b3372f91
VP
22962009-09-19 Vladimir Prus <vladimir@codesourcery.com>
2297
2298 * gdb.texinfo (GDB/MI Stack Manipulation): Document
2299 -stack-list-variables.
2300
f43030c4
TT
23012009-09-18 Tom Tromey <tromey@redhat.com>
2302
2303 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
2304 is experimental.
2305
ec7e75e7
PP
23062009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2307
2308 * gdb.texinfo (convenince variables): Mention
2309 $_siginfo could be empty.
f43030c4 2310
0cc7d26f
TT
23112009-09-15 Tom Tromey <tromey@redhat.com>
2312
2313 * gdb.texinfo (GDB/MI Variable Objects): Document
2314 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
2315 Expand -var-update documentation.
2316
a96d9b2e
SDJ
23172009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2318
2319 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
2320 feature.
2321
005ca36a
JB
23222009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2323
2324 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
2325
0d772ac9
MS
23262009-09-10 Michael Snyder <msnyder@vmware.com>
2327
2328 * gdb.texinfo (qSupported): Mention new ReverseContinue and
2329 ReverseStep replies to the qSupported query.
2330
14fb1bac
JB
23312009-09-10 Joel Brobecker <brobecker@adacore.com>
2332
2333 Add documentation for set/show interactive-mode.
2334 * gdb.texinfo (Other Misc Settings): New node.
2335
29b090c0
DE
23362009-09-01 Doug Evans <dje@google.com>
2337
2338 * gdb.texinfo (Caching Data of Remote Targets): Add note on
2339 non-stop mode's affect on remote caching.
2340
4e5d721f
DE
23412009-08-31 Jacob Potter <jdpotter@google.com>
2342 Doug Evans <dje@google.com>
2343
2344 * gdb.texinfo (Caching Data of Remote Targets): Update text.
2345 Mark `set/show remotecache' options as obsolete.
2346 Document new `set/show stack-cache' option.
2347 Update text for `info dcache'.
2348
55333a84
DE
23492009-08-27 Doug Evans <dje@google.com>
2350
2351 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
2352 (Files): Add note on new optional regex arg to `info sharedlibrary'.
2353
bc3a0b4d
RW
23542009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2355
2356 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
2357 about autoconf.
2358
3a1ff0b6
PA
23592009-08-25 Pedro Alves <pedro@codesourcery.com>
2360
2361 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
2362 small example, and describe its columns. Replace "inferior-id" by
2363 "infno" throughout.
2364
81ecdfbb
RW
23652009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2366
af542c2e
RW
2367 * gdbint.texinfo (Releasing GDB): Point to
2368 README-maintainer-mode file for required autoconf version.
2369 * configure.ac: Do not substitute datarootdir, htmldir,
2370 pdfdir, docdir. Do not process --with-datarootdir,
2371 --with-htmldir, --with-pdfdir, --with-docdir.
2372 * configure: Regenerate.
2373
81ecdfbb
RW
2374 * configure: Regenerate.
2375
4efc6507
DE
23762009-08-20 Reid Kleckner <reid@kleckner.net>
2377
2378 * gdb.texinfo: Add chapter on JIT interface.
2379
43089a6e
NR
23802009-08-07 Nick Roberts <nickrob@snap.net.nz>
2381
2382 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 2383 confirmation request.
43089a6e 2384
99e008fe
EZ
23852009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
2386
c8d5aac9
L
2387 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
2388 CRC definitions.
99e008fe 2389
48cb2d85
VP
23902009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2391
2392 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 2393 -break-commands.
48cb2d85 2394
ff1a52c6
UW
23952009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2396
2397 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2398 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
2399
3285f3fe
UW
24002009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2401
2402 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2403 "set spu stop-on-load" and "show spu stop-on-load" commands.
2404
e35359c5
UW
24052009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2406
2407 * gdb.texinfo (Target Descriptions): Document <compatible> element.
2408
58d6951d
DJ
24092009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2410
2411 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
2412 org.gnu.gdb.arm.neon.
2413
08d16641
PA
24142009-07-20 Pedro Alves <pedro@codesourcery.com>
2415
2416 * gdb.texinfo (Target Description Format): Mention the new <osabi>
2417 optional element.
2418 (subsection OS ABI): New subsection.
2419
782b2b07
SS
24202009-07-14 Stan Shebs <stan@codesourcery.com>
2421
2422 * gdb.texinfo (Tracepoint Conditions): New section.
2423 (General Query Packets): Describe ConditionalTracepoints.
2424 (Tracepoint Packets): Describe condition field.
2425 (Maintenance Commands): Describe maint agent-eval.
2426 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
2427
9b117ef3
HZ
24282009-07-11 Hui Zhu <teawater@gmail.com>
2429
2430 * gdb.texinfo (disassemble): Add a new modifier /r
2431 to "disassemble" command to make it print the raw instructions
2432 in hex as well as in symbolic form.
2433
f5a33284
TT
24342009-07-09 Tom Tromey <tromey@redhat.com>
2435
2436 * gdbint.texinfo (Testsuite): Document parallel make check.
2437
812f7342
TT
24382009-07-09 Tom Tromey <tromey@redhat.com>
2439
2440 * gdbint.texinfo (Testsuite): Document test transcripts.
2441
fbb8f299
PM
24422009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2443
2444 * gdb.texinfo (Values From Inferior): Add length parameter
2445 description.
2446
dd8f35ac
EZ
24472009-07-04 Chris Genly <chris@genly.us>
2448
2449 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
2450 in -var-list-children. Fix example according to what the code
2451 does.
2452
2277426b
PA
24532009-07-02 Pedro Alves <pedro@codesourcery.com>
2454
2455 * gdb.texinfo (Debugging multiple inferiors): Document the
2456 "inferior", "detach inferior" and "kill inferior" commands.
2457 (Debugging Programs with Multiple Processes): Adjust to mention
2458 generic "inferior" commands. Delete mention of "detach fork" and
2459 "delete fork". Cross reference to "Debugging multiple inferiors"
2460 section.
2461
a6d9a66e
UW
24622009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2463
5af949e3
UW
2464 * gdbint.texinfo (Item Output Functions): Update signature
2465 for ui_out_field_core_addr.
2466
24672009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2468
2469 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
2470 Update example code extrated from breakpoint.c.
2471
9901a55b 24722009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 2473
9901a55b
PP
2474 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
2475 MI commands.
2476 (GDB/MI Symbol Query): Likewise.
2477 (GDB/MI File Commands): Likewise.
2478 (GDB/MI File Transfer Commands): Likewise.
2479 (GDB/MI Target Manipulation): Likewise.
2480 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 2481
edb3359d
DJ
24822009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
2483
2484 * gdb.texinfo (Debugging Optimized Code): New chapter.
2485 (Compiling for Debugging): Reference it. Move some
2486 text to the new section.
2487
7cd1089b
PM
24882009-06-15 Phil Muldoon <pmuldoon@redhat.com>
2489
2490 * doc/gdb.texinfo (Calling): Document
2491 set-unwind-on-terminating-exception usage.
2492
d4db2f36
PA
24932009-06-11 Pedro Alves <pedro@codesourcery.com>
2494
2495 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
2496 command.
2497
d1a7880c
PA
24982009-06-07 Pedro Alves <pedro@codesourcery.com>
2499
2500 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
2501 references.
2502
473f94e6
UW
25032009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
2504
2505 * gdbint.texinfo: Rename formal parameters to gdbarch function
2506 protoypes from "current_gdbarch" to "gdbarch".
2507
8f500870
TT
25082009-05-28 Tom Tromey <tromey@redhat.com>
2509
2510 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
2511
b6313243
TT
25122009-05-27 Tom Tromey <tromey@redhat.com>
2513
2514 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2515 feature.
2516 (GDB/MI Variable Objects): Document -var-set-visualizer.
2517
25182009-04-02 Tom Tromey <tromey@redhat.com>
2519
2520 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2521 feature.
2522 (GDB/MI Variable Objects): Document -var-set-visualizer.
2523
a6bac58e
TT
25242009-05-27 Tom Tromey <tromey@redhat.com>
2525 Thiago Jung Bauermann <bauerman@br.ibm.com>
2526 Phil Muldoon <pmuldoon@redhat.com>
2527
2528 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
2529 (Pretty Printing): New node.
2530 (Selecting Pretty-Printers): Likewise.
2531 (Python API): Update.
2532 (Output Formats): Document /r format.
2533
2c74e833
TT
25342009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
2535 Tom Tromey <tromey@redhat.com>
2536
2537 * gdb.texinfo (Types In Python): New node.
2538 (Values From Inferior): "type" is now an attribute.
2539 (Python API): Update.
2540
89c73ade
TT
25412009-05-27 Tom Tromey <tromey@redhat.com>
2542 Thiago Jung Bauermann <bauerman@br.ibm.com>
2543 Phil Muldoon <pmuldoon@redhat.com>
2544
2545 * gdb.texinfo: Add @syncodeindex for `tp'.
2546 (Python API): Update.
2547 (Auto-loading): New node.
2548 (Objfiles In Python): New node.
2549
17a37d48
PP
25502009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2551
2552 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 2553
6718376f
NR
25542009-05-15 Nick Roberts <nickrob@snap.net.nz>
2555
2556 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
2557
cbe54154
PA
25582009-05-12 Pedro Alves <pedro@codesourcery.com>
2559
2560 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
2561 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
2562 show show-debug-regs' docs.
2563
8e05493c
EZ
25642009-05-08 Eli Zaretskii <eliz@gnu.org>
2565
2566 * gdb.texinfo (Process Record and Replay): Add description of
2567 reverse execution.
2568
b39f4988
JB
25692009-05-07 Joel Brobecker <brobecker@adacore.com>
2570
2571 * gdbint.texinfo (Adding support for debugging core files): New node.
2572 (Native Debugging): Remove the ``Native core file Support'' section.
2573
a2311334
EZ
25742009-05-01 Eli Zaretskii <eliz@gnu.org>
2575
2576 * gdb.texinfo (Process Record and Replay): Improve and clarify.
2577 Add index entries.
2578
53cc454a 25792009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 2580 Michael Snyder <msnyder@vmware.com>
53cc454a 2581
a2311334
EZ
2582 * gdb.texinfo: (Process Record and Replay): Add documentation for
2583 process record and replay.
53cc454a 2584
484086b7
JK
25852009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2586
2587 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
2588 a new part on command-line defined macros.
2589
32ae1842
EZ
25902009-04-25 Eli Zaretskii <eliz@gnu.org>
2591
2592 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
2593 clarify the wording.
2594
b14b1491
TT
25952009-04-23 Tom Tromey <tromey@redhat.com>
2596
2597 * gdb.texinfo (Data Files): New node.
2598 (GDB Files): Update menu.
2599
5c1e86e1
JB
26002009-04-23 Joel Brobecker <brobecker@adacore.com>
2601
2602 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 2603 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 2604
83eba9b7
VP
26052009-04-22 Vladimir Prus <vladimir@codesourcery.com>
2606
2607 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2608
e31198c4
HZ
26092009-04-22 Hui Zhu <teawater@gmail.com>
2610
2611 * gdb.texinfo (disassemble-next-line): Set the default of
2612 disassemble-next-line to off.
2613
26e251b6
JM
26142009-04-21 Joseph Myers <joseph@codesourcery.com>
2615
2616 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2617 --with-htmldir): New.
2618 * configure: Regenerate.
2619 * Makefile.in (datarootdir, docdir): Define.
2620 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2621 instead of $(SET_TEXINPUTS).
2622 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2623 gdbint.info instead of $(SET_TEXINPUTS).
2624 (gdbint/index.html): Use same -I options as for building
2625 gdbint.info.
2626 (stabs.dvi, stabs.pdf): Use same -I options as for building
2627 stabs.info instead of $(SET_TEXINPUTS).
2628 (stabs/index.html): Use same -I options as for building
2629 stabs.info.
2630 (annotate.dvi, annotate.pdf): Use same -I options as for building
2631 annotate.info instead of $(SET_TEXINPUTS).
2632 (annotate/index.html): Use same -I options as for building
2633 annotate.info.
2634
eac35c4e
DD
26352009-04-21 David Daney <ddaney@caviumnetworks.com>
2636
2637 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2638
29b0e8a2
JM
26392009-04-21 Joseph Myers <joseph@codesourcery.com>
2640
2641 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2642
2b831889 26432009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 2644 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
2645
2646 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2647 (MAKEHTMLFLAGS): Set to empty.
2648 (html__strip_dir): Define.
2649 (HTMLFILES): Define.
2650 (HTMLFILES_INSTALL): Define.
2651 (install-html): Copy new automake rule.
2652 (html): Depend on $(HTMLFILES).
2653 (gdb_toc.html): Rename to gdb/index.html.
2654 (gdbint_toc.html): Rename to gdbint/index.html.
2655 (stabs_toc.html): Rename to stabs/index.html.
2656 (annotate_toc.html): Rename to annotate/index.html.
2657
89a34d1b
JM
26582009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2659
2660 * Makefile.in: Set pdfdir and htmldir from configure
2661 substitutions.
2662 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2663 * configure: Regenerate.
2664
a2d5da46
JB
26652009-04-16 Joel Brobecker <brobecker@adacore.com>
2666
2667 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2668 This macro is no longer used.
2669
732f6a93
TT
26702009-04-15 Tom Tromey <tromey@redhat.com>
2671
2672 * gdb.texinfo (Character Sets): Document default character set.
2673
87f9adc1
PM
26742009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2675
2676 * gdbint.texinfo: Change server name from sources.redhat.com to
2677 sourceware.org throughout.
2678
2c88c651
JB
26792009-04-09 Joel Brobecker <brobecker@adacore.com>
2680
2681 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2682 about a missing dot or coma after @xref.
2683
4f5376b2
JB
26842009-04-02 Joel Brobecker <brobecker@adacore.com>
2685
2686 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2687 example, and add a small explanation about it.
2688 (Print Settings): Change the documentation of the "set print
2689 frame-arguments" to reflect the fact that the default is now "scalars".
2690
a0381d3a
JB
26912009-04-02 Joel Brobecker <brobecker@adacore.com>
2692
2693 * gdb.texinfo (Print Settings): Add kindex for command "set
2694 print frame-arguments".
2695
45ac276d
JB
26962009-03-31 Joel Brobecker <brobecker@adacore.com>
2697
2698 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2699 breakpoints.
2700 (Set Breaks): Add reference to thread-specific and task-specific
2701 breakpoints.
2702
32cd1edc
JB
27032009-03-31 Joel Brobecker <brobecker@adacore.com>
2704
2705 * gdb.texinfo (Ada Tasks): Remove the documentation about
2706 the "Running" state, as this state has been eliminated.
2707 Now all runnable tasks are shown as "Runnable".
2708
1042e4c0
SS
27092009-03-30 Stan Shebs <stan@codesourcery.com>
2710
2711 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2712 special case of breakpoints.
2713 (Enable and Disable Tracepoints): Mention deprecation.
2714 (Listing Tracepoints): Update description and example.
2715
f8f6f20b
TJB
27162009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2717
2718 * gdb.texinfo (Frames in Python): New node.
2719 (Python API): Update.
2720
c0c6f777
TJB
27212009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2722
2723 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2724 from a method to an attribute.
2725
def2b000
TJB
27262009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2727
2728 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2729 attribute.
2730
a07daef3
PA
27312009-03-25 Pedro Alves <pedro@codesourcery.com>
2732
2733 * observer.texi (thread_exit): Add "silent" parameter.
2734
f3b1572e
PA
27352009-03-22 Pedro Alves <pedro@codesourcery.com>
2736
2737 * observer.texi (about_to_proceed): New.
2738
587afa38
EZ
27392009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2740
2741 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2742 field throughout to handle types with spaces in them. Fix typos
2743 found by aspell.
2744 (Summary, Requirements, Contributors): New first chapter,
2745 "Summary" added, old Requirements section moved there, and new
2746 section, "Contributors" added.
2747 (Initializing a New Architecture, Register Representation)
2748 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2749 (Porting gdb): These sections extended and updated.
2750 (Compiler Characteristics): This section (empty) deleted.
2751 (Defining Other Architecture Features): This section renamed and
2752 duplicate material removed from (formerly "Target Conditionals").
2753 Use braces {} in @deftypeXX type field throughout to handle types
2754 with spaces in them. Typos found by aspell fixed.
2755
2756 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2757 * stack_frame.pdf: Version of image for PDF output.
2758 * stack_frame.png: Version of image for HTML output and for Emacs.
2759 * stack_frame.txt: Version of image for Info output.
1db61298 2760 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2761
10af6951
EZ
27622009-03-21 Eli Zaretskii <eliz@gnu.org>
2763
2764 * gdb.texinfo (Character Sets): Fix last change.
2765
cc924cad
TJB
27662009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2767
2768 * gdb.texinfo (Values From Inferior): Fix optional arguments
2769 markup.
2770 (Commands In Python): Adjust argument names of gdb.Command.__init__
2771 to what the function accepts as keywords.
2772
bc3b79fd
TJB
27732008-03-20 Tom Tromey <tromey@redhat.com>
2774
2775 * gdb.texinfo (Convenience Vars): Document convenience functions.
2776 (Functions In Python): New node.
2777 (Python API): Update.
2778
6c7a06a3
TT
27792009-03-20 Tom Tromey <tromey@redhat.com>
2780
2781 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2782 set target-wide-charset.
2783 (Requirements): Mention iconv.
2784
b646ddd4
HZ
27852009-03-17 Hui Zhu <teawater@gmail.com>
2786
2787 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2788
91440f57
HZ
27892009-03-17 Hui Zhu <teawater@gmail.com>
2790
2791 * gdb.texinfo: Add documentation for disassemble-next-line.
2792
8fd41227
TJB
27932009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2794
2795 * gdb.texinfo (Commands In Python): Remove tindex entries.
2796
61ff14c6
JK
27972009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2798
2799 * gdb.texinfo (Returning): New description for missing debug info.
2800
0b16c5cf
PA
28012009-03-14 Pedro Alves <pedro@codesourcery.com>
2802
2803 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2804 (General Query Packets): Document qAttached.
0b16c5cf 2805
32fc0df9
PA
28062009-03-05 Pedro Alves <pedro@codesourcery.com>
2807
2808 * gdb.texinfo (Background Execution): Better describe the set
2809 target-async command.
2810 (Maintenance Commands): Delete description of the `maint set/show
2811 linux-async' and `maint set/show remote-async' commands.
2812
134eb42c
VP
28132009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2814
2815 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2816 between sentences.
2817
c86cf029
VP
28182009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2819
2820 * gdb.texinfo (GDB/MI Async Records): Document the
2821 =library-loaded and =library-unloaded notifications.
2822
3ea85240
VP
28232009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2824
2825 * observer.texi (test_notification): New observer.
2826
1d33d6ba
VP
28272009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2828
61ff14c6
JK
2829 * observer.texi: Add parameter 'print_frame' to normal_stop
2830 observer.
1d33d6ba 2831
d721c933
EZ
28322009-02-07 Eli Zaretskii <eliz@gnu.org>
2833
2834 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2835 (Commands In Python): Fix COMMAND_* constants in last change. Use
2836 @kbd for interactive input. Add cross-references and index
2837 entries.
2838
4aa995e1
PA
28392009-02-06 Pedro Alves <pedro@codesourcery.com>
2840
2841 * gdb.texinfo (Signals): Document $_siginfo.
2842 (Convenience Variables): Mention $_siginfo.
2843 (Remote Configuration): Document qXfer:siginfo:read,
2844 qXfer:siginfo:write packets, and the read-siginfo-object,
2845 write-siginfo-object commands.
2846
5f5233d4
PA
28472009-02-06 Pedro Alves <pedro@codesourcery.com>
2848
2849 * gdbint.texinfo (Values): New chapter.
2850
d8906c6f
TJB
28512009-02-06 Tom Tromey <tromey@redhat.com>
2852
2853 * gdb.texinfo (Python API): Add entry for Commands In Python.
2854 (Commands In Python): New node.
2855
b6cb8e7d
TJB
28562009-02-05 Tom Tromey <tromey@redhat.com>
2857
2858 * gdb.texinfo (Values From Inferior): Document Value.string.
2859
12453b93
TJB
28602009-02-05 Tom Tromey <tromey@redhat.com>
2861
2862 * gdb.texinfo (Basic Python): Document execute's from_tty
2863 argument.
2864
08c637de
TJB
28652009-02-04 Tom Tromey <tromey@redhat.com>
2866
2867 * gdb.texinfo (Basic Python): Document gdb.history.
2868
592375cd
VP
28692009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2870
2871 * gdb.texinfo (GDB/MI Thread Commands): Document the
2872 'current-thread-id' field. Remove the example with zero threads,
2873 since current GDB won't ever report that if there's inferior.
2874
41447f92
VP
28752009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2876
2877 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2878 option to -break-insert.
2879
098b41a6
JG
28802009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2881 Jerome Guitton <guitton@adacore.com>
2882
2883 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2884 (System-wide configuration): New section.
2885
3c16cced
PA
28862009-01-26 Pedro Alves <pedro@codesourcery.com>
2887
2888 PR gdb/7580:
2889 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2890 internal-error|internal-warning quit|corefile ask|yes|no".
2891
62709adf
PA
28922009-01-26 Pedro Alves <pedro@codesourcery.com>
2893
2894 * gdb.texinfo (Using the `gdbserver' Program): Document
2895 --remote-debug.
2896
7ce58dd2
DE
28972009-01-23 Doug Evans <dje@google.com>
2898
2899 * gdb.texinfo: Add nexti to list of commands that support
2900 background execution.
2901
adb483fe
DJ
29022009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2903
2904 * gdb.texinfo (Define, Hooks): Document prefix command support.
2905
a67ec3f4 29062009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2907 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2908
2909 Fixes for makeinfo --html.
2910
2911 * annotate.texinfo: Use @copying and @insertcopying. Use
2912 @ifnottex in place of @ifinfo.
2913 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2914 place of @ifinfo. Use @ifnotinfo for one index entry.
2915 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2916 in place of @ifinfo.
2917 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2918 in place of @ifinfo. Include contents at start unconditionally.
2919
84fcdf95
PA
29202009-01-13 Pedro Alves <pedro@codesourcery.com>
2921
2922 * gdb.texinfo (General Query Packets): Remove @var{} around the
2923 "spu" literal string.
2924
fa3a767f
PA
29252009-01-07 Pedro Alves <pedro@codesourcery.com>
2926
2927 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2928 program may be running in another process" errors.
2929 * gdbint.texinfo (Native Conditionals): Delete
2930 ONE_PROCESS_WRITETEXT description.
2931
9cb011d3
JB
29322009-01-07 Joel Brobecker <brobecker@adacore.com>
2933
2934 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2935 emacs local variable to be placed at the end of the ChangeLog.
2936 Add server.c and gdbreplay.c to the list of files where the
2937 copyright year needs to be updated.
2938
84603566
SL
29392009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2940
2941 * gdb.texinfo (Remote Configuration): Document new
2942 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2943 commands.
2944
a53f55d8
PA
29452008-12-28 Pedro Alves <pedro@codesourcery.com>
2946
2947 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2948 FETCH_INFERIOR_REGISTERS.
2949 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2950 FETCH_INFERIOR_REGISTERS descriptions. Remove
2951 gdbarch_get_longjmp_target descrition, since already described in
2952 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2953 (Target Conditionals): ... here.
2954
077e0a52
JB
29552008-12-16 Joel Brobecker <brobecker@adacore.com>
2956
2957 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2958 examples.
2959 (Additions to Ada): Likewise. Add the missing opening and closing
2960 parenthesis of the GDB prompt in one of the examples.
2961
023eb17c
JB
29622008-12-14 Joel Brobecker <brobecker@adacore.com>
2963
2964 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2965 about the result of 'Address not being of type System.Address.
2966 This problem has been fixed a while ago.
2967
c3b108f7
VP
29682008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2969
2970 MI non-stop and multiprocess docs.
2971
c8d5aac9
L
2972 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2973 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2974 Adjust documentation for *stopped, document =thread-created,
2975 =thread-exited, =thread-group-created and =thread-group-exited.
2976 (GDB/MI Thread Commands): Document the 'state' field in
2977 -thread-info output.
2978 (GDB/MI Program Execution): Mention --all and --thread-group
2979 options.
2980 (GDB/MI Variable Objects): Describe floating and fixed variable
2981 objects.
2982 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2983
07e059b5
VP
29842008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2985
c8d5aac9
L
2986 * gdb.texinfo (Operating System Information): New appendix.
2987 (Operating System Auxiliary Information): Document 'info os processes'
2988 (Remote Configuration): Document 'osdata'
2989 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2990
a80b95ba
TG
29912008-11-27 Tristan Gingold <gingold@adacore.com>
2992
2993 * gdb.texinfo (Darwin): Document Darwin specific features.
2994
a655d424
JK
29952008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2996
2997 * gdbint.texinfo (Target Conditionals): Extend the
2998 gdbarch_breakpoint_from_pc description.
2999
249e1128
VP
30002008-11-22 Vladimir Prus <vladimir@codesourcery.com>
3001
3002 * gdb.texinfo (M68K Features): Fix typo.
3003
c14c28ba
PP
30042008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3005
3006 * gdb.texinfo (Symbols): Mention printing containing
3007 image name in "info symbol".
3008 (Maint translate-address): Likewise.
889bf7c5 3009
394a6666
JB
30102008-11-18 Joel Brobecker <brobecker@adacore.com>
3011
3012 * gdb.texinfo (Set Catchpoints): Remove the documentation of
3013 commands "catch load" and "catch unload".
3014
66bb093b
VP
30152008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3016
3017 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 3018 =thread-selected.
889bf7c5 3019
4a92f99b
VP
30202008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3021
c8d5aac9 3022 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 3023
f0323ca0
PA
30242008-10-27 Pedro Alves <pedro@codesourcery.com>
3025
3026 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3027 .mt files, TM_CLIBS or TM_CDEPS.
3028 (x86 Watchpoints): Don't mention TDEPFILES.
3029
8b23ecc4
SL
30302008-10-24 Sandra Loosemore <sandra@codesourcery.com>
3031
3032 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3033 (Overview): Mention notifications and non-stop mode behavior.
3034 (Packets): Update documentation of ?, vAttach, vCont, and vRun
3035 with non-stop mode behavior. Add vStopped description.
3036 (Stop Reply Packets): Update list of packets that return
3037 stop replies. Mention non-stop behavior.
3038 (General Query Packets): Document QNonStop packet and associated
3039 qSupported query response.
3040 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
3041 behavior.
3042 (Notification Packets): New section.
3043 (Remote Non-Stop): New section.
3044 (File-I/O Overview): Mention non-stop behavior.
3045
fff08868
HZ
30462008-10-24 Hui Zhu <teawater@gmail.com>
3047 Pedro Alves <pedro@codesourcery.com>
3048
3049 * gdb.texinfo (displaced-stepping): Describe the auto mode
3050 setting, and say it's the default. This is now a mainstream
3051 setting instead of a maintenance setting.
3052
252fbfc8
PA
30532008-10-23 Pedro Alves <pedro@codesourcery.com>
3054
3055 * observer.texi (thread_stop_requested): New.
3056
20924a55
JB
30572008-10-22 Joel Brobecker <brobecker@adacore.com>
3058
3059 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3060 (Patching): Replace incorrect usage of @samp by @kbd.
3061
bacec72f
MS
30622008-10-17 Michael Snyder <msnyder@vmware.com>
3063
3064 * gdb.texinfo: Add documentation for reverse execution.
3065
a08702d6 30662008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 3067 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
3068
3069 * gdb.texinfo. (Values From Inferior): New subsubsection.
3070
d97bc12b
DE
30712008-10-06 Doug Evans <dje@google.com>
3072
3073 * gdb.texinfo (set debug dwarf2-die): Document it.
3074
87f67dba
JB
30752008-10-01 Joel Brobecker <brobecker@adacore.com>
3076
3077 * gdb.texinfo (catch) [exception]: Document how to insert
3078 a breakpoint on user-defined exceptions when the exception
3079 name is identical to one of the language-defined ones.
3080
2fae03e8
TT
30812008-09-27 Tom Tromey <tromey@redhat.com>
3082
3083 * gdb.texinfo (Macros): Remove text about stringification,
3084 varargs, and splicing.
3085
5c6ce71d
TT
30862008-09-27 Tom Tromey <tromey@redhat.com>
3087
3088 * gdbint.texinfo (Language Support): Remove text about omitting
3089 support for a language.
3090
07128da0
DE
30912008-09-23 Doug Evans <dje@google.com>
3092
3093 * gdb.texinfo (info dcache): Update.
3094
b90a069a
SL
30952008-09-22 Sandra Loosemore <sandra@codesourcery.com>
3096
3097 * gdb.texinfo (Packets): Add info on thread-id syntax and
3098 multiprocess extensions.
3099 <D>: Document multiprocess form of packet.
3100 <H>: Use thread-id syntax.
3101 <T>: Likewise.
3102 <vCont>: Likewise. Note this is required for multiprocess.
3103 <vKill>: New packet.
3104 (Stop Reply Packets) <T>: Use thread-id syntax.
3105 <W>: Document multiprocess form of reply.
3106 <X>: Likewise.
3107 (General Query Packets) <qC>: Use thread-id syntax.
3108 <qfThreadInfo>: Likewise.
3109 <qGetTLSAddr>: Likewise.
3110 <qP>: Likewise.
3111 <qSupported>: Add "multiprocess" feature.
3112 <qThreadExtraInfo>: Use thread-id syntax.
3113
b77209e0
PA
31142008-09-22 Stan Shebs <stan@codesourcery.com>
3115
3116 * gdb.texinfo (Inferiors): New section.
3117
3d0bb823
PA
31182008-09-12 Pedro Alves <pedro@codesourcery.com>
3119
3120 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3121
f8dcfc0a
UW
31222008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
3123
3124 * gdbint.texinfo (Target Conditionals): Remove documentation
3125 for gdbarch_name_of_malloc.
3126
8775bb90
MS
31272008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
3128
3129 * gdb.texinfo (Interrupts): Mention TCP interface for
3130 sending BREAK.
3131
f1838a98
UW
31322008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3133
3134 * gdb.texinfo (Commands to Specify Files): Document "remote:"
3135 argument prefix to "set sysroot".
3136
158c7665
PH
31372008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
3138
3139 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
3140 and False.
3141
30e026bb
VP
31422008-08-20 Vladimir Prus <vladimir@codesourcery.com>
3143
c8d5aac9
L
3144 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
3145 for possible features of -list-features.
30e026bb 3146
c6ebd6cf
VP
31472008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3148
c8d5aac9 3149 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
3150 (GDB/MI Miscellaneous Commands): Document -list-target-features.
3151
aeac0ff9
VP
31522008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3153
3154 * doc/gdb.texinfo (PowerPC): Fix typo.
3155 (PowerPC features): Fix typo.
3156
5231c1fd
PA
31572008-08-18 Pedro Alves <pedro@codesourcery.com>
3158
3159 * observer.texi (thread_ptid_changed): New.
3160
677c5bb1
LM
31612008-08-18 Luis Machado <luisgpm@br.ibm.com>
3162
3163 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
3164 (PowerPC features): Mention feature set for VSX registers.
3165
f3a2dd1a
JB
31662008-08-13 Joel Brobecker <brobecker@adacore.com>
3167
3168 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
3169 the direct visibility of all names in user-written packages.
3170
33e5cbd6
PA
31712008-08-13 Pedro Alves <pedro@codesourcery.com>
3172
3173 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
3174 setting, and make it the default.
3175 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
3176 non-stop script example.
3177
d0384fc4
TJB
31782008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
3179
3180 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
3181 reference to the "Using Different Register and Memory Data
3182 Representation" section.
3183
a6f3e723
SL
31842008-08-12 Sandra Loosemore <sandra@codesourcery.com>
3185
3186 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
3187 (Remote Protocol): Add Packet Acknowledgment to menu.
3188 (Overview): Mention +/- can be disabled, and point to new section
3189 where this is discussed in detail.
3190 (General Query Packets): Document QStartNoAckMode packet, and
3191 corresponding qSupported reply.
3192 (Packet Acknowledgment): New section.
3193
0606b73b
SL
31942008-08-11 Sandra Loosemore <sandra@codesourcery.com>
3195 Pedro Alves <pedro@codesourcery.com>
3196
3197 * gdb.texinfo (Threads): Move paragraph about automatic thread
3198 selection to All-Stop Mode subsection.
3199 (Thread Stops): Reorganize existing material into subsections.
3200 Add introductory blurb and menu.
3201 (Non-Stop Mode): New subsection.
3202 (Background Execution): New subsection.
3203 (Maintenance Commands): Add cross-references from async mode
3204 commands to the new Background Execution section.
3205
d57a3c85
TJB
32062008-08-06 Tom Tromey <tromey@redhat.com>
3207
3208 * gdb.texinfo (Extending GDB): New chapter.
3209 (Sequences): Demoted chapter, now a section under the new
3210 Extending GDB chapter.
3211 (Python): New section.
3212
6d76a53d
SS
32132008-07-31 Stan Shebs <stan@codesourcery.com>
3214
3215 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
3216
1f70da6a
SS
32172008-07-29 Stan Shebs <stan@codesourcery.com>
3218
3219 * gdbint.texinfo: General round of cleanup and minor
3220 clarifications.
3221 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
3222 (Longjmp Support): Update description to reflect how it is done
3223 for targets without using native header.
3224 (Symbol Handling): Add a little more general explanation.
3225 (COFF, ELF): Mention stabs encapsulation.
3226 (DWARF 3): New section.
3227 (Adding a New Host): Scrub out some obsolete bits.
3228 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
3229 (Host Conditionals): Remove descriptions of NO_STD_REGS,
3230 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
3231 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
3232 SEEK_SET, STOP_SIGNAL, USG.
3233 (Raw and Virtual Register Representations): Ditto for
3234 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
3235 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
3236 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
3237 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
3238 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
3239 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
3240 DEPRECATED_REGISTER_VIRTUAL_SIZE,
3241 DEPRECATED_REGISTER_VIRTUAL_TYPE,
3242 DEPRECATED_USE_STRUCT_CONVENTION.
3243 Describe gdbarch_deprecated_fp_regnum.
3244 Update description of gdbarch_print_insn.
3245 (Adding a New Target): Scrub out obsolete bits.
3246 (Obsolete Conditionals): Remove entire section.
3247
383f836e
TT
32482008-07-25 Tom Tromey <tromey@redhat.com>
3249
3250 * observer.texi (GDB Observers): Document new observers:
3251 breakpoint_created, breakpoint_deleted, breakpoint_modified,
3252 tracepoint_created, tracepoint_deleted, tracepoint_modified,
3253 architecture_changed.
3254
cfd8ab24
SS
32552008-07-21 Stan Shebs <stan@codesourcery.com>
3256
3257 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
3258 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
3259
781b42b0
TT
32602008-07-21 Tom Tromey <tromey@redhat.com>
3261
3262 * observer.texi (GDB Observers): Remove obsolete comment.
3263 <executable_changed>: Remove argument.
3264
d7d9f01e
TT
32652008-07-18 Tom Tromey <tromey@redhat.com>
3266
3267 * gdb.texinfo (Macros): Update. Use @code rather than @command.
3268
bf250677
DE
32692008-07-10 Doug Evans <dje@google.com>
3270
3271 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
3272
10568435
JK
32732008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3274
3275 * gdb.texinfo (Starting): Document "set disable-randomization".
3276
5ae4183a
AS
32772008-07-07 Andreas Schwab <schwab@suse.de>
3278
3279 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
3280
b56e7235
VP
32812008-07-06 Vladimir Prus <vladimir@codesourcery.com>
3282
3283 * gdb.texinfo (GDB/MI Target Manipulation): Add
3284 example of -target-attach.
3285
e1ac3328
VP
32862008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3287
3288 * observer.texi (target_resumed): New observer.
5ae4183a 3289 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 3290
65d12d83
TT
32912008-06-06 Tom Tromey <tromey@redhat.com>
3292
3293 * gdb.texinfo (Completion): Add field name example.
3294
fbc5282e
MK
32952008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
3296
3297 * gdb.texinfo (GDB/MI Program Context): Added example
3298 to -exec-arguments
5ae4183a 3299
fbc5282e 33002008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
3301
3302 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
3303 annotation.
3304
c16158bc 33052008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
3306 Nathan Sidwell <nathan@codesourcery.com>
3307 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
3308
3309 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
3310 and ACX_BUGURL.
3311 * configure: Regenerate.
3312 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
3313 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
3314 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
3315 mailing-list-specific text about bug reporting unless
3316 BUGURL_DEFAULT.
3317
75c99385
PA
33182008-06-05 Pedro Alves <pedro@codesourcery.com>
3319
3320 * gdb.texinfo (-target-select): Remove reference to target async.
3321 (Maintenance Commands): Document "maint set/show remote-async".
3322
1763a388
MK
33232008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
3324
3325 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
3326 in -target-file-get section.
5ae4183a 3327
d0d064df
PA
33282008-05-22 Pedro Alves <pedro@codesourcery.com>
3329
9b562ab8
PA
3330 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
3331 killing the inferior when it is already debugging a process.
d0d064df 3332
8dfa32fc
JB
33332008-05-21 Joel Brobecker <brobecker@adacore.com>
3334
3335 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
3336 abbreviation for "finish".
3337
55f996a7
NR
33382008-05-21 Nick Roberts <nickrob@snap.net.nz>
3339
3340 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
3341
ba2b1c56
DJ
33422008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3343
3344 * gdbint.texinfo (Target Conditionals): Delete entry for
3345 gdbarch_dwarf_reg_to_regnum.
3346
08388c79
DE
33472008-05-09 Doug Evans <dje@google.com>
3348
a3c83fae 3349 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 3350
d14508fe
DE
33512008-05-05 Doug Evans <dje@google.com>
3352
3353 * gdb.texinfo (disassemble): Document /m modifier.
3354
e2b7ddea
VP
33552008-05-05 Vladimir Prus <vladimir@codesourcery.com>
3356
5ae4183a
AS
3357 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
3358 will not report the time of commands that run the target.
e2b7ddea 3359
8eb41542
VP
33602008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3361
3362 * gdb.texinfo (GDB/MI Output Records): Add
3363 missing semicolon.
3364
82f68b1c
VP
33652008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3366
3367 * gdb.texinfo (GDB/MI Output Records):
3368 Document =thread-create and =thread-exited.
3369
fa0f268d
VP
33702008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3371
3372 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 3373 Remove mention of dmi-discuss.
fa0f268d 3374
063bfe2e
VP
33752008-05-03 Pedro Alves <pedro@codesourcery.com>
3376
3377 * observer.texi (thread_exit): New.
3378
237fc4c9
PA
33792008-05-02 Pedro Alves <pedro@codesourcery.com>
3380
3381 * gdb.texinfo (Debugging Output): Document "set/show debug
3382 displaced".
3383 (Maintenance Commands): Document "maint set/show
3384 can-use-displaced-stepping".
3385
0428b8f5
DJ
33862008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3387
3388 * gdb.texinfo (ARM): Document set/show arm fallback-mode
3389 and set/show arm force-mode.
3390
5009afc5
AS
33912008-05-02 Andreas Schwab <schwab@suse.de>
3392
3393 * gdbint.texinfo (Algorithms): Describe
3394 target_watchpoint_addr_within_range.
3395
669fac23
DJ
33962008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3397
3398 * gdbint.texinfo (Stack Frames): New chapter.
3399 (Algorithms): Move Frames text to the new chapter.
3400 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
3401 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
3402
721c02de
VP
34032008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3404
5ae4183a
AS
3405 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
3406 output does not necessary include any tokens.
721c02de 3407
c055b101
CV
34082008-04-22 Corinna Vinschen <vinschen@redhat.com>
3409
3410 * gdb.texinfo (Set SH Calling convention): New @item.
3411 (Show SH Calling convention): Ditto.
3412
68837c9d
MD
34132008-04-22 Markus Deuling <deuling@de.ibm.com>
3414
3415 * gdb.texinfo (Fortran Operators): Describe '%' operator.
3416
2e9132cc
EZ
34172008-04-20 Eli Zaretskii <eliz@gnu.org>
3418
3419 * gdb.texinfo (Set Breaks): Mention that multiple location
3420 breakpoints need line number info. Add index entries.
3421
31fffb02
CS
34222008-04-19 Craig Silverstein <csilvers@google.com>
3423
3424 * gdb.texinfo (Requirements): Add an optional requirement on
3425 zlib.
3426 * gdbint.texinfo (Debugging File Formats): Add new subsection for
3427 Compressed DWARF 2.
3428
a47ec5fe
AR
34292008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
3430
3431 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
3432 sample output for 'stopped,reason="breakpoint-hit"' message.
3433 (GDB/MI Program Execution): Likewise.
3434
de051565
MK
34352008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3436
5ae4183a 3437 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
3438 -var-set-format. Add -f option to -var-evaluate-expression.
3439
6ba66d6a
JB
34402008-04-03 Joel Brobecker <brobecker@adacore.com>
3441
3442 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
3443 new node "Ambiguous Expressions". Replace references to this
3444 node by references to "Ambiguous Expressions" throughout.
3445 (Ambiguous Expressions): New node.
3446
1e26b4f8
DJ
34472008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
3448
3449 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
3450
b84876c2
PA
34512008-03-21 Pedro Alves <pedro@codesourcery.com>
3452
3453 * gdb.texinfo (Debugging Output): Document
3454 "set/show debug lin-lwp-async".
3455 (Maintenance Commands): Document "maint set/show linux-async".
3456
63092375
DJ
34572008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3458
3459 * gdb.texinfo (Expressions): Update description of malloced arrays.
3460
8e8901c5
VP
34612008-03-15 Vladimir Prus <vladimir@codesourcery.com>
3462
3463 * gdb.texinfo (Thread Commands): Document
3464 -thread-info. Remove -thread-list-all-threads.
3465
1fddbabb
PA
34662008-03-14 Pedro Alves <pedro@codesourcery.com>
3467 Sandra Loosemore <sandra@codesourcery.com>
3468
3469 * gdb.texinfo (Library List Format): Update to mention the
3470 possibility to pass section addresses instead of segment
3471 addresses.
3472
ccd213ac
DJ
34732008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
3474
3475 * gdb.texinfo (Starting): Document "set exec-wrapper".
3476 (Server): Document gdbserver --wrapper.
3477
fa4727a6
DJ
34782008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3479
3480 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
3481 unreadable memory. Delete obsolete SPARClite reference.
3482
8edfe269
DJ
34832008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3484
3485 * gdb.texinfo (Starting): Mention always-running targets.
3486 (Target Commands): Add an anchor for load.
3487 (Connecting): Explain continue instead of run.
3488
1843f87b
DJ
34892008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
3490
3491 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
3492
f9082629
NR
34932008-02-26 Nick Roberts <nickrob@snap.net.nz>
3494
3495 * gdb.texinfo (Set Breaks): Revert description of Enb column of
3496 breakpoint table.
3497
fd96d250
PA
34982008-02-19 Pedro Alves <pedro@codesourcery.com>
3499
3500 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
3501 killing the inferior when it is already debugging a process.
3502
36af4ef6
MD
35032008-02-13 Markus Deuling <deuling@de.ibm.com>
3504
3505 * gdbint.texinfo (Build Script): New section. Mention new build script
3506 gdb_buildall.sh.
3507
cda4ce5a
JB
35082008-02-01 Jim Blandy <jimb@red-bean.com>
3509
3510 * gdb.texinfo (Help): Summarize 'info args' correctly.
3511
4acd40f3
TJB
35122008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3513
3514 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
3515 available in PowerPC architecture.
3516 (Embedded Processors): Change node name of PowerPC item in menu.
3517 (PowerPC): Rename to...
3518 (PowerPC Embedded): this.
3519 (Architectures): Add new PowerPC item in menu.
3520 (PowerPC): New node.
3521
6e6c6f50
DJ
35222008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3523
3524 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
3525 commands.
3526
5ee187d7
DJ
35272008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3528
3529 * gdb.texinfo (Setting Catchpoints): Mention features
3530 supported on GNU/Linux.
3531
e275c0d9
NR
35322008-01-30 Nick Roberts <nickrob@snap.net.nz>
3533
3534 * gdb.texinfo (GDB/MI File Commands): Describe new output
3535 field for MI command -file-list-exec-source-file.
3536
2d717e4f
DJ
35372008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3538
3539 * gdb.texinfo (Using the `gdbserver' Program): Add security
3540 warning. Rearrange into subsections and subsubsections. Document
3541 --multi and --debug. Correct --with-sysroot typo. Update --attach
3542 usage. Make load reference clearer. Document monitor exit.
3543 (Remote Configuration): Document set remote exec-file, attach-packet,
3544 and run-packet.
3545 (Packets): Document vAttach and vRun.
3546
d35a4257 35472008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
3548
3549 * gdb.texinfo (Processes): Mention process command.
889bf7c5 3550 detach-on-follow -> detach-on-fork.
f663676d 3551
c78d192c
DJ
35522008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3553
3554 * gdbint.texinfo (Native Conditionals): Remove
3555 SHELL_COMMAND_CONCAT and SHELL_FILE.
3556
d35a4257
EZ
35572008-01-26 Eli Zaretskii <eliz@gnu.org>
3558
3559 * gdb.texinfo (Specify Location): Improve wording.
3560
93815fbf
VP
35612008-01-23 Chris Demetriou <cgd@google.com>
3562
3563 * gdb.texinfo (Threads): Document new "set print thread-events"
3564 and "show print thread-events" commands.
3565
2a25a5ba
EZ
35662008-01-19 Eli Zaretskii <eliz@gnu.org>
3567
3568 * gdb.texinfo (Specify Location): New section.
3569 (Delete Breaks, Edit, Set Breaks): Remove description of
3570 locations. Instead, add a reference to "Specify Location".
3571 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
3572 (Symbols): Refer to "Specify Location" for the valid forms of
3573 linespecs and locations.
3574
32c9a795
MD
35752008-01-18 Markus Deuling <deuling@de.ibm.com>
3576
3577 * gdbint.texinfo (Target Conditionals): Replace the description of
3578 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
3579
b17828ca
JB
35802008-01-12 Paul Hilfinger <hilfinger@adacore.com>
3581
3582 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
3583 about &&var, which is rejected by the expression parser.
3584
0aea4bf3
LM
35852008-01-09 Luis Machado <luisgpm@br.ibm.com>
3586
3587 * gdb.texinfo (Output): Update documentation on using printf with DFP
3588 types.
3589
febe4383
TJB
35902008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3591
3592 * gdb.texinfo (C and C++): Add Decimal Floating Point format
3593 subsubsection.
3594 (Decimal Floating Point format): New subsubsection.
3595
7a404eba
PA
35962008-01-05 Pedro Alves <pedro@codesourcery.com>
3597
3598 * gdb.texinfo (File Options): Remove mention of the attempt to
3599 open a core file with the -p option. Don't list -c as a valid
3600 option to attach to a process.
3601
a4d9b460
PA
36022008-01-05 Pedro Alves <pedro@codesourcery.com>
3603
3604 * gdbint.texinfo (Host Conditionals): Remove mention of
3605 ALIGN_STACK_ON_ENTRY.
3606
6ec2edbe
JB
36072008-01-05 Joel Brobecker <brobecker@adacore.com>
3608
3609 * gdbint.texinfo (Start of New Year Procedure): Add item
3610 describing how to update the source and documentation copyright
3611 notices.
3612
d8b2a693
JB
36132007-12-18 Jim Blandy <jimb@codesourcery.com>
3614
ab209b3a 3615 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
3616 watchpoint explanation into the main description of the watchpoint
3617 command; update synopses of 'watch', 'rwatch', and 'awatch'
3618 commands.
3619
8b4ed427
VP
36202007-12-18 Vladimir Prus <vladimir@codesourcery.com>
3621
3622 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3623 Document 'pending-breakpoints' feature of
3624 -list-features.
3625
37e4754d
LM
36262007-12-17 Luis Machado <luisgpm@br.ibm.com>
3627
669fac23 3628 * gdb.texinfo: Add new parameter's description.
37e4754d 3629
1d3811f6
DJ
36302007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3631
3632 * gdb.texinfo (Overview): Clarify run-length encoding
3633 example. Remove the restriction on "+" and "-" characters.
3634
c1c25a1a
EZ
36352007-12-15 Eli Zaretskii <eliz@gnu.org>
3636
3637 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3638
afe8ab22 36392007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3640
afe8ab22
VP
3641 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3642 the -f option for -break-insert, remove -r option,
3643 and clarify specification of location.
3644
a6b151f1
DJ
36452007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3646
3647 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3648 formatting.
3649 (Remote Debugging): Add File Transfer section.
3650 (Remote Configuration): Document Host I/O packets.
3651 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 3652 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
3653 (Packets): Add vFile.
3654
3b784c4f
EZ
36552007-11-17 Eli Zaretskii <eliz@gnu.org>
3656
3657 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3658 breakpoints with multiple locations.
3659 (Breakpoint Menus): Improve wording.
3660 (Output): Fix last change.
3661
a4ce5b0d
UW
36622007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3663
3664 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3665
1b39d5c0
DE
36662007-11-15 Doug Evans <dje@google.com>
3667
3668 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3669
7a72d44c
VP
36702007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3671
3672 * gdbint.texinfo (Native Conditionals): Remove
3673 mention of CLEAR_SOLIB.
5ae4183a 3674
6d1829bf 36752007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
3676
3677 * gdb.texinfo (Print Settings): Add documentation for "set/show
3678 print frame-arguments".
3679
1a619819
LM
36802007-11-05 Luis Machado <luisgpm@br.ibm.com>
3681
3b784c4f 3682 * gdb.texinfo (Output): Update printf command's description.
1a619819 3683
55eddb0f
DJ
36842007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3685
3686 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3687 powerpc soft-float".
3688
9cceb671
DJ
36892007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3690
3691 * gdb.texinfo (Files): Correct formatting. Mention Expat
3692 requirement.
3693 (Requirements for Building GDB): Expand the list of Expat
3694 uses.
3695 (Library List Format, Memory Map Format): Mention Expat.
3696 (Target Descriptions): Update Expat wording.
3697
83acabca
DJ
36982007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3699
3700 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3701 Document that gdbarch_convert_register_p should return zero for no-op
3702 conversions.
3703
e35879db
UW
37042007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3705
83acabca 3706 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
3707 of set_gdbarch_sofun_address_maybe_missing back to ...
3708 (Target Conditionals): ... here to fix build break.
3709
203c3895
UW
37102007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3711
83acabca 3712 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
3713 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3714 (Compiler Characteristics): ... documentation of
3715 set_gdbarch_sofun_address_maybe_missing.
3716
11411de3
DJ
37172007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3718
3719 * gdbint.texinfo (Target Conditionals): Use
3720 frame_unwind_register_unsigned in examples instead of
3721 frame_unwind_unsigned_register.
3722
7cc46491
DJ
37232007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3724
3725 * gdb.texinfo (Predefined Target Types): Add int128
3726 and uint128.
3727 (Standard Target Features): Add PowerPC features.
3728
81adfced
DJ
37292007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3730
3731 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3732
c1874924
UW
37332007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3734
3735 * gdbint.texi (Target Conditionals): Remove documentation
3736 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3737 gdbarch_extract_return_value, and gdbarch_store_return_value.
3738
f6e56ab3
UW
37392007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3740
3741 * gdbint.texi (Target Conditionals): Remove documentation of
3742 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3743
56cf5405
KH
37442007-10-11 Kazu Hirata <kazu@codesourcery.com>
3745
3746 * gdb.texinfo: Mention that inaccessible-by-default is on by
3747 default.
3748
35156bae
DJ
37492007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3750
3751 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3752
d983da9c
DJ
37532007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3754
3755 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3756 multi-threaded watchpoints.
3757 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3758 checked. Describe sticky notification. Expand description
3759 of steppable and continuable watchpoints.
3760 (Watchpoints and Threads): New subsection.
3761
fe6fbf8b
VP
37622007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3763
3764 * gdb.texinfo (Setting Breakpoints): Revise
3765 documentation for pending breakpoints. Document
3766 breakpoints with multiple locations.
5ae4183a 3767
084344da
VP
37682007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3769
3770 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3771 Document -list-features.
5ae4183a 3772
82160952
EZ
37732007-09-15 Eli Zaretskii <eliz@gnu.org>
3774
3775 * gdb.texinfo (Output): Spell out which features of C's printf are
3776 not supported by GDB's printf.
7e27a47a
EZ
3777 (Separate Debug Files): More accurate wording regarding build ID
3778 and a reference to the ld manual rather than the Fedora wiki.
82160952 3779
ea37ba09
DJ
37802007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3781 Jim Blandy <jimb@codesourcery.com>
3782
3783 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3784 (Examining Memory): Update mentions of the 's' format.
3785 (Automatic Display): Likewise.
3786
b8533aec
DJ
37872007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3788
3789 * gdb.texinfo: Update the FSF's Back-Cover Text.
3790
83f83d7f
JK
37912007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3792 Eli Zaretskii <eliz@gnu.org>
3793
3794 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3795 Fixed the ``build ID'' name. New binaries build instructions for the
3796 build ID inclusion. Explain how the commands are specific to the build
3797 ID vs. debug link.
3798
c7e83d54
EZ
37992007-09-01 Eli Zaretskii <eliz@gnu.org>
3800
3801 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3802 indexing for ``build ID'' support.
3803
d3750b24
JK
38042007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3805
3806 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3807 Enlisted BUILD ID to the debug file searching example.
3808 Included a BUILD ID `.note.gnu.build-id' section description.
3809 Updated/added the debug files splitting instructions for OBJCOPY.
3810
02142340
VP
38112007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3812
3813 * gdb.texinfo (Variable Objects): Adjust docs
3814 for -var-info-expression and document
3815 -var-info-path-expression.
3816
d3bdde98
JB
38172007-08-20 Jim Blandy <jimb@codesourcery.com>
3818
3fb6a982
JB
3819 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3820 (title page): Include the dedication in the printed manual, as a
3821 separate page after the copyright notice.
5ae4183a 3822
d3bdde98
JB
3823 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3824 don't break a @var across a line.
3825
c80a96a8
MR
38262007-07-25 Maciej W. Rozycki <macro@mips.com>
3827
3828 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3829 for include files.
3830
5824a901
NR
38312007-07-12 Nick Roberts <nickrob@snap.net.nz>
3832
3833 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3834 in annotate.texinfo.
3835 (Command History): Link to new node.
5824a901 3836
d52e7ea3
UW
38372007-07-05 Markus Deuling <deuling@de.ibm.com>
3838
3839 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3840
5fc14d0a
EZ
38412007-07-05 Eli Zaretskii <eliz@gnu.org>
3842
3843 * gdbint.texinfo (Target Conditionals): Fix last change.
3844
4a9bb1df
UW
38452007-07-03 Markus Deuling <deuling@de.ibm.com>
3846
3847 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3848 routines:
3849 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3850 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3851 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3852 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3853 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3854 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3855 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3856 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3857 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3858 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3859 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3860 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3861 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3862 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3863 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3864 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3865 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3866 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3867 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3868 (SOFTWARE_SINGLE_STEP_P)
3869
3870 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3871 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3872
3873 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3874 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3875 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3876 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3877 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3878 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3879 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3880 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3881 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3882 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3883
3884 (Converting an existing Target Architecture to Multi-arch): Remove
3885 section.
3886
3887 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3888 (gdbarch_addr_bits_remove): Add code example.
3889
3890 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3891
cfa9d6d9
DJ
38922007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3893
3894 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3895 Add other missing entries. Adjust the table size to fit.
3896 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3897 stop reasons including the new "library" event.
3898 (General Query Packets): Adjust table widths for qSupported. Mention
3899 qXfer:libraries:read reply to qSupported and document the new packet.
3900 (Library List Format): New section.
3901
159fcc13
JK
39022007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3903
3904 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3905
f66d1690
MS
39062007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3907
3908 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3909
67102876
NR
39102007-06-25 Nick Roberts <nickrob@snap.net.nz>
3911
3912 * gdbint.texinfo (Register and Memory Data): Break sections
3913 into nodes and add a menu.
3914
a4642986
MR
39152007-06-21 Maciej W. Rozycki <macro@mips.com>
3916
3917 * gdb.texinfo (Examining Memory): Document the new behaviour.
3918
e9c17194
VP
39192007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3920
3921 * gdb.texinfo (Standard Target Features): Document
3922 m68k features.
3923
31d99776
DJ
39242007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3925
3926 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3927
1780a0ed
DJ
39282007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3929
3930 * gdb.texinfo (Target Description Format): Add version attribute
3931 for <target>.
3932
822b6570
DJ
39332007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3934
3935 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3936
f8b73d13
DJ
39372007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3938
3939 * gdb.texinfo (MIPS Features): New subsection.
3940
0e7f50da
UW
39412007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3942 Markus Deuling <deuling@de.ibm.com>
3943
3944 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3945 and qXfer:spu:write packets and mention them under qSupported.
3946
23d964e7
UW
39472007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3948 Markus Deuling <deuling@de.ibm.com>
3949
3950 * gdb.texinfo (Architectures): Add new SPU section to document
3951 Cell Broadband Engine SPU architecture specific commands.
3952
9f708cb2
VP
39532007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3954
3955 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3956 comments.
3957
7579b5f8
NR
39582007-06-07 Nick Roberts <nickrob@snap.net.nz>
3959
3960 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3961
bf06d120
JB
39622007-05-29 Jim Blandy <jimb@codesourcery.com>
3963
3964 * gdb.texinfo (Overview): Doc fix.
3965
23776285
MR
39662007-05-22 Maciej W. Rozycki <macro@mips.com>
3967
3968 * gdb.texinfo (Remote Configuration): Document "set/show
3969 remoteflow".
3970
1a69e1e4
DJ
39712007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3972
bf06d120
JB
3973 * gdb.texinfo (MIPS): Remove documentation for set mips
3974 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3975 stack-arg-size.
1a69e1e4 3976
46ba6afa 39772007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3978
46ba6afa
BW
3979 * all-cfg.texi (GDBTUI): New.
3980 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3981 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3982 (TUI Configuration): Edit to improve clarity and fix problems of
3983 both style and content.
5ae4183a 3984
06d3b283
UW
39852007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3986
3987 * observer.texi (GDB Observers): New observer "new_objfile".
3988
179101d6
UW
39892007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3990
3991 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3992
25d5ea92
VP
39932007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3994
3995 * gdb.texinfo (GDB/MI Variable Objects): Document
3996 frozen variables objects.
5ae4183a 3997
ea35711c
DJ
39982007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3999
4000 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4001 (Character Sets, Caching Data of Remote Targets): Likewise.
4002 (Targets): Delete Remote node. Move its text...
4003 (Debugging Remote Programs): ...to here. Delete description
4004 of the "remote" command.
4005 (Remote configuration): Delete description of "set remotedevice"
4006 and "show remotedevice".
4007 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4008
db2e3e2e
BW
40092007-04-11 Bob Wilson <bob.wilson@acm.org>
4010
5ae4183a
AS
4011 * gdb.texinfo (Contributors, Continuing and Stepping)
4012 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4013 (General Query Packets, File-I/O Remote Protocol Extension)
4014 (Protocol Basics, The F Reply Packet, Write)
4015 (Protocol-specific Representation of Datatypes, Memory Transfer):
4016 Fix hyphenation, punctuation and grammar problems.
4017 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
4018 'section' instead of 'subsection' in the text.
4019 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4020 (i386): Remove period from section name.
db2e3e2e
BW
4021 (Installing GDB, Requirements, Running Configure, Separate Objdir)
4022 (Config Names, Configure Options): Use @file{configure}.
4023
8a3dae3e
DJ
40242007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
4025
4026 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4027 and tab expansion.
4028
1a92f856
DJ
40292007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4030
4031 * gdbint.texinfo (SOM): Correct location of the SOM reader.
4032
79a6e687 40332007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4034
79a6e687
BW
4035 * gdb.texinfo: Consistently capitalize all significant words in
4036 node names, chapter titles, section titles, and headings. Update
4037 cross references to match.
4038 (Starting and Stopping Trace Experiment): Make node name plural.
4039 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 4040
ad527d2e
PA
40412007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4042
4043 * gdb.texinfo (WinCE): Delete obsolete subsection.
4044
7ce59000
DJ
40452007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4046
4047 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4048 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4049 references.
4050
8807d78b
DJ
40512007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4052
4053 * gdb.texinfo (Startup): Delete references to some alternate
4054 names for .gdbinit.
4055 (Thread): Remove LynxOS reference.
4056 (Tandem ST2000): Delete target-specific documentation.
4057 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4058 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4059 and GDB_OSABI_LYNXOS.
4060
5f402660
UW
40612007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4062
4063 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4064
bac718a6
UW
40652007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4066
4067 * gdbint.texinfo (Target Conditionals): Remove mention of
4068 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4069 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4070
9453113a
DJ
40712007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4072
4073 * Makefile.in: Add "pdfdir" installation
4074 directory, PDFTEX macro, support for "install-pdf" target,
4075 and rules for making a pdf version of refcard.texi.
4076 * refcard.tex: Specify paper size for PDF output.
4077
ae21e955 40782007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4079
ae21e955 4080 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 4081
3f94c067 40822007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4083
3f94c067
BW
4084 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4085 (Source Path, Character Sets, Macros, Define)
4086 (GDB/MI Result Records, GDB/MI Simple Examples)
4087 (GDB/MI Program Execution, GDB/MI File Commands)
4088 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4089 (Bug Reporting): Use @value{GCC}.
5ae4183a 4090
12c27660 40912007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4092
12c27660
BW
4093 * gdb.texinfo (Help): Fix formatting of examples.
4094 (Variables): Use @ifnotinfo instead of @iftex.
4095 (Non-debug DLL symbols): Use @ref instead of @pxref.
4096 (Sparclet File): Use @samp instead of quotes.
5ae4183a 4097
ce9341a1
BW
40982007-03-26 Bob Wilson <bob.wilson@acm.org>
4099
4100 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4101
c8f4133a
BW
41022007-03-26 Bob Wilson <bob.wilson@acm.org>
4103
4104 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4105 the order of the nodes.
4106 (C Operators, C Constants, Debugging C): Remove extra menus.
4107 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 4108
c8f4133a 41092007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
4110
4111 * gdb.texinfo (File Options): Add missing parenthesis.
4112 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4113
c74d0ad8
DJ
41142007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4115
4116 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4117
ff6f572f
DJ
41182007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4119
669fac23 4120 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
4121 case insensitivity.
4122 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4123
994337c3
NR
41242007-02-18 Nick Roberts <nickrob@snap.net.nz>
4125
4126 * gdb.texinfo (Top): Put Appendix A after numbered sections.
4127 (Files): Add section name to argument list for pxref.
4128 (Non-debug DLL symbols): Don't use `see' for pxref.
4129 (Embedded Processors): Fix typo.
4130 (GDB/MI Breakpoint Commands): Execution commands generate
4131 *stopped not ^done.
4132
eb819d70
NR
41332007-02-13 Nick Roberts <nickrob@snap.net.nz>
4134
4135 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4136 values for in_scope. Mention that only root variables can be
4137 updated.
4138 (GDB/MI Development and Front Ends): Explain new values may be
4139 added to existing fields.
4140
123dc839
DJ
41412007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4142
4143 * gdb.texinfo (-target-disconnect): Use @smallexample.
4144 (Requirements): Add anchor for Expat. Update description.
4145 (Target Descriptions): Mention Expat.
4146 (Target Description Format): Document new elements. Use
4147 @smallexample.
4148 (Predefined Target Types, Standard Target Features): New sections.
669fac23 4149 * gdbint.texinfo (Target Descriptions): New section.
123dc839 4150
108546a0
DJ
41512007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4152
4153 * gdb.texinfo (Target Description Format): Add section on XInclude.
4154
95a98c01
NR
41552006-02-03 Nick Roberts <nickrob@snap.net.nz>
4156
4157 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
4158 command -enable-timings.
4159
f4b3909f
EZ
41602007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
4161
5ae4183a 4162 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
4163 descriptions for new/deleted elements in gdb_osabi. Add missing
4164 description for function generic_elf_osabi_sniff_abi_tag_sections.
4165
c7ba131e
JB
41662007-01-29 Joel Brobecker <brobecker@adacore.com>
4167
4168 * gdb.texinfo (Maintenance Commands): Add documentation for
4169 the new "maint print target-stack" command.
4170
3a60f64e
JK
41712007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4172 Eli Zaretskii <eliz@gnu.org>
4173
f4b3909f 4174 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 4175
c582f8b6
EZ
41762007-01-26 Eli Zaretskii <eliz@gnu.org>
4177
4178 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
4179 Use @value{NGCC} instead of @value{GCC}.
4180
d3e8051b
EZ
41812007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
4182
4183 * agentexpr.texi: Fix typos.
4184 * annotate.texinfo: Likewise.
4185 * gdb.texinfo: Likewise.
4186 * gdbint.texinfo: Likewise.
4187 * observer.texi: Likewise.
4188 * stabs.texinfo: Likewise.
4189
86f04699
EZ
41902007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
4191
4192 * gdbint.texinfo (Support Libraries): Remove mmalloc
4193 entry. Describe readline library.
4194
23181151
DJ
41952007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4196
4197 * gdb.texinfo (Target Descriptions): New section.
4198 (General Query Packets): Add QPassSignals anchor. Mention
4199 qXfer:features:read under qSupported. Expand mentions of
4200 qXfer:memory-map:read and QPassSignals. Document
4201 qXfer:features:read.
4202
f822c95b
DJ
42032007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4204
4205 * gdb.texinfo (Commands to specify files): Describe
4206 "set sysroot" and "show sysroot".
4207 (Using the `gdbserver' program): Lowercase argument
4208 to @var. Expand description of setting up GDB on the
4209 host.
4210
8936fcda
JB
42112007-01-05 Joel Brobecker <brobecker@adacore.com>
4212
4213 * gdb.texinfo (Set Catchpoints): Add documentation for the new
4214 catch exception, catch exception unhandled, and catch assert
4215 commands.
4216
e776119f
DJ
42172007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4218
4219 * gdb.texinfo (Debugging Output): Document "set debug xml"
4220 and "show debug xml".
4221
aa79a185
DJ
42222007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4223
4224 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
4225
7f893741
JB
42262007-01-01 Joel Brobecker <brobecker@adacore.com>
4227
4228 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
4229
a1b5960f
VP
42302006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4231
4232 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
4233 note in @ignore, to be removed later if nobody complains.
4234
9f470e6e
NR
42352006-12-04 Nick Roberts <nickrob@snap.net.nz>
4236
4237 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
4238 of -var-delete.
4239
765dc015 42402006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4241
765dc015 4242 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
4243 automatic software/hardware breakpoint usage and
4244 the "set breakpoint auto-hw" command.
765dc015 4245
4b5752d0
VP
42462006-11-21 Vladimir Prus <vladimir@codesourcery.com>
4247
4248 * gdb.texinfo (Memory Access Checking): New.
4249
89be2091
DJ
42502006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
4251
4252 * gdb.texinfo (Remote configuration): Mention
4253 "pass-signals-packet".
4254 (General Query Packets): Document QPassSignals. Fix
4255 a typo.
4256
ca3bf3bd
DJ
42572006-11-14 Maxim Grigoriev <maxim@tensilica.com>
4258
4259 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
4260
427c3a89
DJ
42612006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4262
4263 * gdb.texinfo (Remote configuration): Rewrite documentation for
4264 packet configuration commands.
4265 (OS Information): Adjust reference to qXfer:auxv:read.
4266 (General Query Packets): Remove references to read-aux-vector-packet
4267 and set remote get-thread-local-storage-address.
4268
7a107747
DJ
42692006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
4270
4271 * gdbint.texinfo (Target Architecture Definition): Add new
4272 Initializing a New Architecture section.
4273
1c56eb0e
EZ
42742006-10-31 David Taylor <dtaylor@emc.com>
4275
4276 * stabs.texinfo (Macro define and undefine): New node describing
4277 stabs for #define and #undef.
4278
f73adfeb
AS
42792006-10-27 Andreas Schwab <schwab@suse.de>
4280
4281 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
4282
fd60e0df
EZ
42832006-10-21 Eli Zaretskii <eliz@gnu.org>
4284
4285 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
4286 clarify on the possible meanings of ``expression'' watched by
4287 watchpoints. Add indexing.
e5ac9b53
EZ
4288 (Prompting, Errors, Invalidation, Annotations for Running)
4289 (Source Annotations): Fix index entries by adding "annotation" to
4290 them, to discriminate from index entries that point to the more
4291 general topic descriptions.
fd60e0df 4292
52bb452f
DJ
42932006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4294
4295 * gdbint.texinfo (Target Vector Definition): Move most
4296 content into Existing Targets. Add a menu.
4297 (Existing Targets): New section, moved from Target Vector
4298 Definition. Use @subsection.
4299 (Managing Execution State): New section.
4300
58955e58
BW
43012006-10-16 Bob Wilson <bob.wilson@acm.org>
4302
4303 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
4304
c8aa23ab
EZ
43052006-10-15 Eli Zaretskii <eliz@gnu.org>
4306
4307 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
4308 (Command Syntax, Signals, Backtrace, Connecting)
4309 (Remote configuration, Renesas Boards, Console I/O): Fix last
4310 change: use Ctrl- instead of C-, except wrt Emacs.
4311 (File-I/O Examples): Put Ctrl-c in @kbd.
4312 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
4313 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
4314 (Signals, Set Breaks, Set Watchpoints): Document optional
4315 arguments to `info signals' `handle', `info breakpoints', and
4316 `info watchpoints'.
c8aa23ab 4317
e7109c7e
EZ
43182006-10-14 Eli Zaretskii <eliz@gnu.org>
4319
4320 * gdb.texinfo (Backtrace): Fix last change.
4321
de3aea7b
NR
43222006-10-14 Nick Roberts <nickrob@snap.net.nz>
4323
4324 * gdb.texinfo (Backtrace): Order correctly and add other cases.
4325
7f9087cb
BW
43262006-10-10 Bob Wilson <bob.wilson@acm.org>
4327
c8aa23ab
EZ
4328 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
4329 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
4330 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 4331
68437a39
DJ
43322006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4333 Daniel Jacobowitz <dan@codesourcery.com>
4334
4335 * gdb.texinfo (Packets): Document vFlashErase,
4336 vFlashWrite and vFlashDone packets.
4337 (General Query Packets): Document qXfer:memory-map:read.
4338 Add a new feature for qXfer:memory-map:read.
4339 (Memory map format): New section.
4340 (Target Commands): Mention that gdb can write flash.
4341
fd79ecee
DJ
43422006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4343 Daniel Jacobowitz <dan@codesourcery.com>
4344
4345 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
4346 memory regions and "mem auto".
4347
350da6ee
DJ
43482006-09-21 Nathan Sidwell <nathan@codesourcery.com>
4349
4350 * gdbint.texinfo (Array Containers): New section.
4351
2f1acb09
VP
43522006-09-17 Vladimir Prus <vladimir@codesourcery.com>
4353
4354 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4355 -stack-list-arguments HIGH_FRAME argument can be larger then the
4356 actual number of frames.
4357
2ab1eb7a
VP
43582006-09-07 Vladimir Prus <vladimir@codesourcery.com>
4359
4360 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
4361 -stack-list-locals HIGH_FRAME argument can be larger then the
4362 actual number of frames.
2ab1eb7a 4363
599b237a
BW
43642006-09-02 Bob Wilson <bob.wilson@acm.org>
4365
4366 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
4367 Register Packet Format, Tracepoint Packets): Fix spelling errors.
4368
25ab7e6d
EZ
43692006-09-02 Eli Zaretskii <eliz@gnu.org>
4370
4371 * gdbint.texinfo (Overall Structure): New section "Source Tree
4372 Structure".
4373
940178d3
JB
43742006-08-17 Jim Blandy <jimb@codesourcery.com>
4375
4376 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
4377 responses.
4378
30daae6c
JB
43792006-08-08 Joel Brobecker <brobecker@adacore.com>
4380
4381 * gdb.texinfo (Source Path): Add documentation for new
4382 substitute-path commands.
4383
7fa2210b
DJ
43842006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
4385
4386 * gdb.texinfo (Installing GDB): Update menu. Move text to...
4387 (Running Configure): ...here.
4388 (Requirements): New node. Mention expat.
4389
3d00d119
DJ
43902006-08-08 Vladimir Prus <vladimir@codesourcery.com>
4391
5ae4183a 4392 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
4393 'set download-write-size' and 'show download-write-size'.
4394
0cbfa4ee
DJ
43952006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
4396
4397 * stabs.texinfo (Member Type Descriptor): Correct example for
4398 pointer to member types.
4399
16026cd7
AS
44002006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
4401
4402 * gdb.texinfo (Optional warnings and messages): Add
4403 'set/show trace-commands'.
4404 (Command files): Add '-v' to source command.
4405
0876f84a
DJ
44062006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4407
4408 * gdb.texinfo (OS Information): Update qPart reference to
4409 qXfer.
4410 (Remote configuration): Likewise.
4411 (Overview): Move @cindex to the start of a paragraph. Talk
4412 about binary data encoding.
4413 (Packets): Refer to the overview for the details of the X
4414 packet encoding.
4415 (General Query Packets): Remove qPart description. Add qXfer
4416 description. Add an anchor to qSupported. Correct feature
4417 table title. Add a new feature for qXfer:auxv:read.
4418 (Interrupts): Add a missing parenthesis.
4419
2ec3381a
DJ
44202006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
4421
669fac23 4422 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
4423 (GDB/MI Kod Commands): Remove commented out node.
4424
594fe323
EZ
44252006-07-01 Eli Zaretskii <eliz@gnu.org>
4426
4427 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
4428 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
4429 (GDB/MI Thread Commands, GDB/MI Program Execution)
4430 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
4431 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
4432 (GDB/MI File Commands, GDB/MI Target Manipulation)
4433 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
4434 since the MI prompt is hard-wired into the code.
4435
7e3fb70c
NR
44362006-07-01 Nick Roberts <nickrob@snap.net.nz>
4437
4438 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
4439 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
4440 (GDB/MI Data Manipulation): Remove description of unimplemented
4441 display related commands as variable objects perform this function
4442 and are superior: -display-delete, -display-disable,
4443 -display-enable, -display-insert and -display-list. Move
4444 -environment-cd, -environment-directory, -environment-path
4445 and -environment-pwd to "Program Context".
4446 (GDB/MI Program Control): Rename to "Program Execution". Move
4447 -exec-arguments -exec-abort to...
4448 (GDB/MI Program Context): ...here. New node split from "Data
4449 Manipulation".
4450
be2a5f71
DJ
44512006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
4452
4453 * gdb.texinfo (Remote configuration): Document set / show
4454 remote supported-packets.
4455 (General Query Packets): Document qSupported packet.
4456
fc320d37
SL
44572006-06-10 Sandra Loosemore <sandra@codesourcery.com>
4458
4459 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
4460 and font markup.
4461 (Protocol basics): Likewise.
4462 (The F request packet): Likewise.
4463 (The F reply packet): Likewise.
4464 (Memory transfer): Move this node to be a subsubsection of
4465 "Protocol specific representation of datatypes".
4466 (The Ctrl-C message): More copy editing.
4467 (Console I/O): Likewise.
4468 (The isatty call): Delete this node, and merge its content into
4469 the "isatty" node. Fixed references elsewhere.
4470 (The system call): Delete this node, and merge its content into
4471 the "system" node. Fixed references elsewhere.
4472 (open): Reformat to use @table, and add appropriate font markup.
4473 (close): Likewise.
4474 (read): Likewise.
4475 (write): Likewise.
4476 (lseek): Likewise.
4477 (rename): Likewise.
4478 (unlink): Likewise.
4479 (stat/fstat): Likewise.
4480 (gettimeofday): Likewise.
4481 (isatty): Likewise.
4482 (system): Likewise, plus minor changes to fix confusing wording.
4483 (Integral datatypes): Fix font markup.
4484 (Pointer values): Likewise.
4485 (struct stat): Fix markup to use @table, plus minor copy editing.
4486 (struct timeval): Fix font markup, plus minor copy editing.
4487 (Constants): Minor copy editing.
4488 (Errno values): Add font markup.
4489 (File-I/O Examples): Likewise.
4490
158fdf5c
NR
44912006-06-10 Nick Roberts <nickrob@snap.net.nz>
4492
4493 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
4494 (GDB/MI Simple Examples): Move node up one level. Use real
4495 examples.
4496 (GDB/MI Compatibility with CLI): Update.
4497 (GDB/MI Result Records): Add "connected" and "exit" result
4498 classes.
4499 (GDB/MI Stream Records): Clarify target output.
4500 (GDB/MI Command Description Format): Modify example description.
4501 (GDB/MI Breakpoint Table Commands): Rename to...
4502 (GDB/MI Breakpoint Commands): ...this
4503 (GDB/MI Breakpoint Commands): Add optional thread field.
4504 (GDB/MI Program Control): Add an introduction. Move "Program
4505 termination" examples into exec-run description.
4506 (GDB/MI File Commands): Mention similar CLI commands.
4507 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
4508 is similar to "-gdb-version".
4509
ddb50cd7
EZ
45102006-06-09 Eli Zaretskii <eliz@gnu.org>
4511
4512 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
4513
2aef0d6b
NR
45142006-06-02 Nick Roberts <nickrob@snap.net.nz>
4515
4516 * gdb.texinfo (GDB/MI Development and Front Ends): Use
4517 sourceware.org for mailing lists.
d5e40d59 4518 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 4519
383a5c52
NR
45202006-06-01 Nick Roberts <nickrob@snap.net.nz>
4521
d5e40d59 4522 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 4523
e16b02ee
EZ
45242006-05-22 Eli Zaretskii <eliz@gnu.org>
4525
4526 * gdb.texinfo (Cygwin Native): Fix last change.
4527
be90c084
CF
45282006-05-22 Christopher Faylor <cgf@timesys.com>
4529
4530 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
4531
347ceba5
NR
45322006-05-15 Nick Roberts <nickrob@snap.net.nz>
4533
4534 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
4535 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
4536
369af7bd
DJ
45372006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4538
4539 * gdb.texinfo (General Query Packets): Recommend not starting
4540 new packets with qC and clarify.
4541
2ffdbde8 45422006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
4543
4544 * gdb.texinfo (M2 Types): New section.
72019c9c 4545
16d1a084
DJ
45462006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
4547
4548 * agentexpr.texi: Add a copyright and license notice.
4549 * observer.texi: Likewise, with GPL clause for function prototypes.
4550 Remove trailing whitespace.
4551
aa56d27a
JB
45522006-05-05 Jim Blandy <jimb@codesourcery.com>
4553
4554 * gdb.texinfo (General Query Packets): Document conventions for
4555 terminating packet names, and their violations.
4556
5bdf8622
DJ
45572006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4558
4559 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
4560 * gdb.texinfo: Likewise.
4561
605a56cb
DJ
45622006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4563
4564 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
4565 and "show remotedebug".
4566 (Debugging Output): Add additional index entries.
4567
b8db102d
MS
45682006-04-27 Michael Snyder <msnyder@redhat.com>
4569
4570 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
4571
c5e30d01
AC
45722006-04-22 Andrew Cagney <cagney@redhat.com>
4573
4574 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
4575 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
4576
8181d85f
DJ
45772006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
4578
4579 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
4580 and remove breakpoint prototypes.
4581 (Watchpoints): Move description of target_insert_hw_breakpoint and
4582 target_remove_hw_breakpoint ...
4583 (Breakpoints): ... to here. Document target_insert_breakpoint and
4584 target_remove_breakpoint.
4585
4f553f88
JB
45862006-04-17 Jim Blandy <jimb@codesourcery.com>
4587
4588 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
4589 and C packets are optional.
4590
cd852561
FR
45912006-04-14 Frederic Riss <frederic.riss@st.com>
4592
4593 * gdb.texinfo (Specifying source directories): Update the description
4594 of the source file search to reflect the fact that the source path
4595 always contains at least $cdir and $cwd.
4596
b620eb07
MS
45972006-03-31 Michael Snyder <msnyder@redhat.com>
4598
4599 * gdb.texinfo: Update copyright dates.
4600
3156cdaf
EZ
46012006-03-31 Eli Zaretskii <eliz@gnu.org>
4602
4603 * gdb.texinfo (Overview): Add an index entry to "empty response".
4604
7d30c22d
JB
46052006-03-28 Jim Blandy <jimb@codesourcery.com>
4606
4607 * gdbint.texinfo (Prologue Analysis): New section.
4608
86941c27
JB
46092006-03-07 Jim Blandy <jimb@red-bean.com>
4610
66b8c7f6
JB
4611 * gdb.texinfo (Connecting): Document 'target remote pipe'.
4612
1a10341b
JB
4613 * gdb.texinfo (Target Commands): Update text describing how to
4614 specify a target. Refer to the detailed section on remote
4615 debugging, not the brief mention.
4616
86941c27
JB
4617 * gdb.texinfo (Connecting): Organize the different 'target remote'
4618 connection methods into a table. Add a 'target remote' index
4619 entry. (!!!)
4620
62f3a2ba
FF
46212006-02-17 Fred Fish <fnf@specifix.com>
4622
4623 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4624 'ptype' commands to reflect the fact that the only significant
4625 difference between them is that ptype prints the complete type
4626 description instead of just the name.
4627
8b9a88ea
WZ
46282006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
4629
4630 * gdbint.texinfo (Watchpoints): Delete
4631 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4632
7e8dc855
NR
46332006-02-10 Nick Roberts <nickrob@snap.net.nz>
4634
4635 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4636 times fields where needed. Fix typos. Update general form given
4637 for output of -break-insert.
4638 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4639
c91d38aa
DJ
46402006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
4641
4642 * gdbint.texinfo (Symbol Handling): Add a section
4643 on memory management.
4644
38fcd64c
DJ
46452006-02-06 Vladimir Prus <ghost@cs.msu.su>
4646
4647 * gdb.texinfo (Breakpoint table commands): Document the fullname
4648 field in -break-list output.
4649
219eec71
EZ
46502006-02-03 Eli Zaretskii <eliz@gnu.org>
4651
4652 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4653 debugging information produced by the various "set debug..."
4654 options.
4655
ae5a43e0
DJ
46562006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4657
4658 * gdb.texinfo (Files): Remove obsolete bits from the description
4659 of "symbol-file".
4660
a9f158ec
JB
46612006-01-25 Jim Blandy <jimb@redhat.com>
4662
4663 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4664
410dd08e
JB
46652006-01-24 Jim Blandy <jimb@redhat.com>
4666
4667 * gdbint.texinfo (Frames): Document the basics of GDB's register
4668 unwinding model, and explain the existence of the "sentinel" frame.
4669
4b505b12
AS
46702006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4671
4672 * gdb.texinfo (Choosing files): Mention that -directory is used
4673 for script files.
4674 (Specifying source directories): Likewise.
4675 (Command files): Explain how script files are found.
4676
839c27b7
EZ
46772006-01-21 Eli Zaretskii <eliz@gnu.org>
4678
4679 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4680 the threads in a multi-threaded program.
4681 (Threads): The threadno argument of "thread apply" can be a range
4682 of numbers.
4683
7be93b9e
JB
46842006-01-18 Jim Blandy <jimb@redhat.com>
4685
4686 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4687 of warning flags.
4688
fcc73fe3
EZ
46892006-01-13 Eli Zaretskii <eliz@gnu.org>
4690
4691 * gdb.texinfo (Sequences): Improve menu annotations.
4692 (Define): Add index entries for arguments of user-defined
4693 commands. Move the description of flow-control commands...
4694 (Command Files): ...to here. Document loop_break and
4695 loop_continue.
ca91424e
EZ
4696 (Define, Command Files): Document `end' and add index entries for
4697 it.
fcc73fe3 4698
5c95884b
MS
46992006-01-04 Michael Snyder <msnyder@redhat.com>
4700
4701 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 4702 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 4703
860701dc
PH
47042006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4705
4706 * gdb.texinfo (Omissions from Ada): Document that there is now
4707 limited aggregate support.
4708
36b80e65
EZ
47092005-12-28 Eli Zaretskii <eliz@gnu.org>
4710
4711 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4712 registers and the likes.
4713
c1468174
EZ
47142005-12-24 Eli Zaretskii <eliz@gnu.org>
4715
4716 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4717 (Symbols): Fix usage of "e.g.".
359df76b 4718 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
4719
4720 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4721 (Coding): Fix usage of "e.g.".
4722
c02a867d
EZ
47232005-12-23 Eli Zaretskii <eliz@gnu.org>
4724
5ae4183a
AS
4725 * stabs.texinfo:
4726 * refcard.tex:
c02a867d 4727 * gpl.texi:
5ae4183a
AS
4728 * gdbint.texinfo:
4729 * gdb.texinfo:
4730 * gdb-cfg.texi:
c02a867d 4731 * fdl.texi:
5ae4183a
AS
4732 * annotate.texinfo:
4733 * all-cfg.texi:
c02a867d
EZ
4734 * Makefile.in: Add (C) after Copyright. Update the FSF
4735 address.
4736
fad38dfa
EZ
47372005-12-03 Eli Zaretskii <eliz@gnu.org>
4738
4739 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4740 extend GDB with commands for external monitor.
4741
53e5f3cf
AS
47422005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4743
4744 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4745
55f6ca0f
JB
47462005-11-25 Joel Brobecker <brobecker@adacore.com>
4747
4748 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4749
c1947b85
JB
47502005-11-21 Jim Blandy <jimb@redhat.com>
4751
4752 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4753 placement of 'R' actions in tracepoint action packets; document
4754 dependence of 'X' and 'M' actions on a preceding 'R' action for
4755 their registers.
4756
9d29849a
JB
47572005-11-19 Jim Blandy <jimb@redhat.com>
4758
4759 * gdb.texinfo (Tracepoint Packets): New node.
4760 (General Query Packets): Add entries for the tracepoint packets,
4761 referring to the "Tracepoint Packets" node.
4762 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4763
9a6253be
KB
47642005-11-18 Kevin Buettner <kevinb@redhat.com>
4765
4766 * gdb.texinfo (set remotebreak): Add anchor.
4767 (X packet): Likewise.
4768 (Remote Protocol): Add new section `Interrupts' and new index
4769 entry `interrupts (remote protocol)'.
4770
5f3bebba
JB
47712005-11-18 Jim Blandy <jimb@redhat.com>
4772
4773 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4774 entries into the General Query Packets section. Add a
4775 cross-reference to that section. Drop description of replies, as
4776 these are covered in the descriptions of each packet.
4777 (General Query Packets): Add introductory text. Explain naming
4778 conventions, and how the end of a name is recognized.
4779
9a7a1b36
KB
47802005-11-17 Kevin Buettner <kevinb@redhat.com>
4781
0564b6cf 4782 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4783 "set remotebreak" command.
4784
b8ff78ce
JB
47852005-11-16 Jim Blandy <jimb@redhat.com>
4786
4787 * gdb.texinfo (Packets, Stop Reply Packets)
4788 (General Query Packets): Various formatting cleanups.
4789 - Use @samp for packet contents.
4790 - Drop summaries from packet @item lines; the same information appears
4791 immediately below in the description.
4792 - Delete paragraph breaks after packet @item commands, so that the
4793 description appears directly to the right of the packet prototype
4794 in the printed manual, if it fits.
4795 - Place spaces in packet prototypes between @vars and non-@var
4796 letters, and explain that they're just for formatting.
4797 - Use @dots{} instead of '...'.
4798 - Fix uses of @code where @var was needed.
4799 - Replace "deprecated" markers with English text spelling out the
4800 packet's status and the preferred alternatives.
4801 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4802 what this ever meant.
4803 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4804 this for a long time.
4805 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4806 implemented several times, and have been in use for years.
4807
8ffe2530
JB
48082005-11-15 Jim Blandy <jimb@redhat.com>
4809
c43c5473
JB
4810 * gdb.texinfo (Packets): Add index entries for 'm' packet
4811 disclaimers.
5ae4183a 4812
fb031cdf
JB
4813 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4814 of stub when processing an 'm' packet.
4815
8ffe2530
JB
4816 * gdb.texinfo (Packets): Mention that packets beginning with
4817 letters are reserved once, at the top, instead of actually listing
4818 them all and saying "reserved".
4819
c03c782f
AS
48202005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4821
4822 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4823 Change @var{$arg0 to @code{$arg0.
4824
814e32d7
WZ
48252005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4826
4827 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4828
fa93a9d8
JB
48292005-11-12 Jim Blandy <jimb@redhat.com>
4830
4831 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4832 order. Remove extraneous 'z'.
4833
8a5a3c82
AS
48342005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4835
4836 * gdb.texinfo (Choosing files): Add --eval-command.
4837
4b0ad762
AS
48382005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4839
4840 * gdb.texinfo (Choosing modes): Add --return-child-result.
4841
4842
1a088d06
AS
48432005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4844
4845 * gdb.texinfo (Choosing modes): Add --batch-silent.
4846
656d5e12
EZ
48472005-10-28 Eli Zaretskii <eliz@gnu.org>
4848
4849 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4850 "The -var-update Command".
4851
3c9c013a
JB
48522005-10-03 Joel Brobecker <brobecker@adacore.com>
4853
4854 * gdb.texinfo (Print Settings): Add documentation for set/show
4855 print array-indexes.
4856
7ba3cf9c
DJ
48572005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4858
4859 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4860 6.2 and 6.3.
4861
a94ab193
EZ
48622005-08-27 Eli Zaretskii <eliz@gnu.org>
4863
4864 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4865 since 19-Jan-2004.
4866 (Files): Likewise.
ab1adacd
EZ
4867 (Variables, Symbols): Document the "<incomplete type>" message and
4868 its reasons.
a94ab193 4869
ca06016a
FF
48702005-08-01 Fred Fish <fnf@specifix.com>
4871
4872 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4873
cf58170d
NR
48742005-07-15 Nick Roberts <nickrob@snap.net.nz>
4875
4876 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4877 option for -var-list-children and -var-update.
4878 (GDB/MI Stack Manipulation): Simplify description of
4879 print-values option for -stack-list-locals.
4880 (GDB/MI Command Description Format): Clarify.
4881 (Mode Options): Spelling of superseded.
4882
38f1196a
BR
48832005-07-12 Bob Rossi <bob@brasko.net>
4884
4885 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4886 corresponding GDB command comment.
4887
3cb3b8df
BR
48882005-07-06 Bob Rossi <bob@brasko.net>
4889
4890 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4891 and -inferior-tty-show.
4892 (Input/Output): Document "set/show inferior-tty" and tty alias.
4893
10fac096
NW
48942005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4895
4896 * gdb.texinfo (Packets): Change description of 'D' packet to note
4897 that GDB does wait for a response.
4898
d1b6db76
NR
48992005-06-22 Nick Roberts <nickrob@snap.net.nz>
4900
4901 * gdb.texinfo (History) Rename "Command History".
4902 (Command History): Move node "Server Prefix" from section on
4903 Annotations here.
4904
29629dcf
NR
49052005-06-19 Nick Roberts <nickrob@snap.net.nz>
4906
4907 * gdb.texinfo (GDB/MI Stack Manipulation):
4908 Re-instate -stack-info-frame with example. Say that it gets
4909 info on selected frame, not current frame.
4910
397ca115
EZ
49112005-06-18 Eli Zaretskii <eliz@gnu.org>
4912
4913 * gdb.texinfo (Server): Clarify that `file' should be used before
4914 connecting to the server.
4915 (Files): Add an xref to the above description.
51274035
EZ
4916 (Output Formats): More detailed description of the `c' format.
4917 (Memory): List explicitly all the formats supported by `x'.
638ac427 4918 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4919 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4920 files. Add more indexing for solib-absolute-prefix and
4921 --with-sysroot.
76d17f34
EZ
4922 (Machine Code): Document possible problems with locations in
4923 shared libraries.
d416eeec
EZ
4924 (Backtrace): Document that free-standing environments do not need
4925 to have a `main' function.
397ca115 4926
74f6deaa
NR
49272005-06-18 Nick Roberts <nickrob@snap.net.nz>
4928
4929 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4930 -stack-info-frame.
4931
a9967aef
AC
49322005-06-07 Andrew Cagney <cagney@gnu.org>
4933
4934 * gdb.texinfo (Contributors): Note the original multi-arch
4935 contributors.
4936
e09f16f9
EZ
49372005-06-03 Eli Zaretskii <eliz@gnu.org>
4938
4939 * gdb.texinfo (Registers): Add index entries for the standard
4940 registers.
4941 (Frames): Add cross-reference from frame pointer description to
4942 the Registers node.
4943 (Annotations Overview): Fix the reference to GDB name.
4944
d87ba7ee
EZ
49452005-06-01 Eli Zaretskii <eliz@gnu.org>
4946
4947 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4948 can-use-hw-watchpoints.
4949
034dad6f
BR
49502005-05-28 Bob Rossi <bob@brasko.net>
4951
4952 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4953 the possible reasons why an exec async record would be returned to FE.
4954
ffed4509
AC
49552005-05-26 Andrew Cagney <cagney@gnu.org>
4956
4957 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4958 Andrew Cagney implemented the original GDB/MI.
4959
e22e55c9
OF
49602005-05-23 Orjan Friberg <orjanf@axis.com>
4961
4962 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4963 documentation. Add documentation for cris-mode.
4964
a78e13ce
EZ
49652005-05-20 Eli Zaretskii <eliz@gnu.org>
4966
4967 * gdb.texinfo (Numbers): Explain the example and make the wording
4968 more acurate.
4969
76ff342d
DJ
49702005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4971 Dennis Brueni <dennis@slickedit.com>
4972
4973 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4974 (GDB/MI Data Manipulation, GDB/MI Program Control)
4975 (GDB/MI Stack Manipulation): Update examples to include the fullname
4976 attribute in stack frames.
4977
119b882a
EZ
49782005-05-12 Eli Zaretskii <eliz@gnu.org>
4979
4980 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4981 do with other non-standard names of init files.
4982
6fc08d32
EZ
49832005-05-11 Eli Zaretskii <eliz@gnu.org>
4984
4985 * gdb.texinfo (Command Files): Move the description of the startup
4986 from here...
4987 (Startup): ...to this new subsection of the Invocation chapter.
4988 Rearrange the description of init files more logically and add a
4989 cross-reference to "Command Files". Document the special gdbinit
4990 name for CISCO 68k. Expand the description of what GDB does
4991 during startup.
4992 (History): Add index entry for HISTSIZE.
4993
a561754a
MK
49942005-05-02 Mark Kettenis <kettenis@gnu.org>
4995
4996 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4997
2eecc4ab
EZ
49982005-05-02 Eli Zaretskii <eliz@gnu.org>
4999
5000 * gdb.texinfo (SVR4 Process Information, The isatty call)
5001 (The system call): Don't use foo(N) notation for man pages and
5002 functions.
514c4d71 5003 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 5004
18999be5
EZ
50052005-04-27 Eli Zaretskii <eliz@gnu.org>
5006
5007 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5008 were optimized away.
5009
0abb7bc7
EZ
50102005-04-22 Eli Zaretskii <eliz@gnu.org>
5011
5012 * gdb.texinfo (Remote configuration): Document "set/show
5013 get-thread-local-storage-address". Add cross-reference to the
5014 description of the qGetTLSAddr packet.
5015 (General Query Packets): Mention "set remote
5016 get-thread-local-storage-address" and add a reference to its
5017 description.
5018
6f61acb1
NR
50192005-04-19 Nick Roberts <nickrob@snap.net.nz>
5020
5021 * gdb.texinfo (Backtrace): Describe 'bt full'.
5022
9d59903a
NR
50232005-04-17 Nick Roberts <nickrob@snap.net.nz>
5024
5025 * gdb.texinfo (Mode Options): Fix typo.
5026 (GDB/MI): Describe how to invoke GDB/MI.
5027
721c2651
EZ
50282005-04-16 Eli Zaretskii <eliz@gnu.org>
5029
5030 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 5031 references changed. Add description of "info udot".
721c2651
EZ
5032 (Files): Document "set/show stop-on-solib-events".
5033 (M32R/D): Document "set/show download-path", "set/show
5034 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
5035 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5036 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
5037 (Maintenance Commands): Improve indexing.
5038 (Target Commands): Document "set/show hash", "set/show debug
5039 monitor".
5040 (SVR4 Process Information): Document "info pidlist" and "info
5041 meminfo". Document "set/show procfs-tarce" and "set/show
5042 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
5043 (Symbols, The Print Command with Objective-C): Improve indexing.
5044 (Objective-C): Add references to "info classes" and "info
5045 selectors".
c45da7e6
EZ
5046 (Debugging Output): Improve wording. Document "set/show debug
5047 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
5048 (Set Breaks): Add index entry for "hardware breakpoints".
5049 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5050 and "set/show usehardbreakpoints".
5051 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5052 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
5053 (ARM): Document "rdilogfile", "rdilogenable", "set/show
5054 rdiromatzero", "set/show rdiheartbeat".
5055 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5056 "sds".
5057 (Embedded Processors): Document the "sim" command.
5058 (Remote): Document the "remote" command.
5059 (DJGPP Native): Document the "info serial" command.
5060 (Threads): Document "maint info sol-threads".
5061 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5062 (Set Breaks): Improve indexing.
5063 (Command Syntax): Add a reference to dont-repeat.
5064 (Define): Document "dont-repeat".
5065 (TUI Commands): Document "tabset".
5066 (WinCE): New subsection. Document "set/show remotedirectory",
5067 "set/show remoteupload", "set/show remoteaddhost".
721c2651 5068
14d6dd68
EZ
50692005-04-15 Eli Zaretskii <eliz@gnu.org>
5070
5071 * gdb.texinfo (Hurd Native): New subsection, documents
5072 Hurd-specific commands.
a64548ea 5073 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 5074 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
5075 (MIPS): Improve documentation of heuristic-fence-post. Document
5076 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5077 mips stack-arg-size", "set/show mips mask-address", "set/show mips
5078 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 5079 (ARM): Document ARM-specific commands.
a64548ea
EZ
5080 (AVR): New section. Document "info io_registers".
5081 (CRIS): New section. Document "set/show cris-version" and
5082 "set/show cris-dwarf2-cfi".
5083 (HPPA): New section. Document "set/show debug hppa" and "maint
5084 print unwind".
a5adf40f 5085 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 5086 (Super-H): New section. Document the "regs" command.
721c2651 5087 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 5088
9c16f35a
EZ
50892005-04-09 Eli Zaretskii <eliz@gnu.org>
5090
5091 * gdb.texinfo (Print Settings): Document "set/show print
5092 pascal_static-members", "set print repeats", "show print
5093 null-stop". Improve indexing. Fix documentation of "set print
5094 union".
5095 (Pascal): New section.
5096 (Supported languages): Rename from "Support"; all references
5097 updated. Add a menu item for Pascal.
5098 (Numbers): Document "set radix.
5099 (Screen Size): Document "set/show pagination".
5100 (MIPS Embedded): Remove "set processor" documentation.
5101 (Remote configuration): Document "set/show X/P/Z-packet",
5102 "set/show read-aux-vector-packet", "set/show remote
5103 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5104 "set/show remoteaddresssize", "set/show remotebaud", "set/show
5105 remotedebug", "set/show remotebreak", "set/show remotedevice",
5106 "set/show remotelogfile".
5107 (Auxiliary Vector): Add reference to the description of the
5108 read-aux-vector-packet setting.
5109 (Set Watchpoints): Add a cross-reference to "set remote
5110 hardware-breakpoint-limit".
5111 (General Query Packets): Add indexing of requests and
5112 cross-references to related commands in "Remote configuration".
5113 (File-I/O Overview, The system call): Fix wording and typos.
5114 (Thread Stops): Add index entries.
5115 (Continuing and Stepping): Document "show step-mode".
5116 (i386): New node. Document "set/show struct-convention".
5117 (Files): Document "show trust-readonly-sections".
5118 (Calling): Document "set/show unwindonsignal".
5119 (Messages/Warnings): Add index entries.
5120 (Maintenance Commands): Document "set/show watchdog".
5121 (Annotations Overview): Document "show annotate".
5122 (Set Watchpoints): Add index entries.
5123 (Symbols): Fix doc of case-sensitive.
5124 (ABI): Document "show coerce-float-to-double".
5125 (Convenience Vars, Help): Improve indexing.
5126 (Machine Code): Document "show disassembly-flavor".
5127 (Debugging C plus plus): Document "show overload-resolution".
5128 (Value History, Signaling): Add index entries.
5129
51302005-04-08 Eli Zaretskii <eliz@gnu.org>
5131
5132 * gdb.texinfo (Show): Move @kindex entries to their proper places.
5133 (Processes): Fix wording.
5134 (History, List, Logging output, Define, Symbols, Print Settings):
5135 Improve indexing.
5136
a8f24a35
EZ
51372005-04-03 Eli Zaretskii <eliz@gnu.org>
5138
5139 * gdb.texinfo (Targets): Document "set/show architecture". Remove
5140 redundant index entry for "target" command.
5141 (Backtrace): Add index entries.
5142 (Symbols, Fortran): Document the "set case-sensitive" command.
5143 (DJGPP Native): Document "set com1base", "set com1irq", etc.
5144 (Print Settings): Add index entry for "set demangle-style".
5145 (Target Commands): Document "set download-write-size".
5146 (Debugging Output): Document "set exec-done-display".
5147
09d4efe1
EZ
51482005-04-02 Eli Zaretskii <eliz@gnu.org>
5149
5150 * gdb.texinfo (Files): Fix the name and documentation of
5151 add-shared-symbol-files. Document its alias assf. Update the
5152 list of OSs where GDB supports shared libraries. Fix markup.
5153 (Continuing and Stepping): Add reference to @var{location} in the
5154 text.
5155 (Dump/Restore Files): Fix reference to @{filename}.
5156 (Help): Fix wording.
5157 (Attach): Ditto.
5158 (Set Watchpoints): Ditto.
5159 (Backtrace): Remove redundant index entries. Improve index
5160 entries.
5161 (Delete Breaks): Fix wording.
5162 (Memory): Document the compare-sections command.
5163 (Memory Region Attributes): Improve wording.
5164 (Disabling): Improve wording.
5165 (Fortran): New subsection. Document the "info common" command.
5166 (Help): Document aliases "info copying" and "info warranty".
5167 (Caching Remote Data): New section. Document the "set/show
5168 remotecache" and "info dcache" commands.
5169 (Show): Fix wording of the documentation of the "set
5170 extension-language" command.
5171 (Signals): Add index entry for "info handle".
5172 (Memory Region Attributes): Fix punctuation.
5173 (Symbols): Change the arg name to "location" and refer to it in
5174 the text. Fix wording of "info types" doc.
5175 (Threads): Fix usage of @enumerate @item's.
5176 (Listing Tracepoints): Add index entry for "info tp".
5177 (Set Watchpoints): Add xref to "info break" description.
5178 (Macros): Add an index entry for "macro exp1". Document the
5179 "macro list" command.
5180 (Maintenance Commands): Document "flushregs", "maint agent",
5181 "maint check-symtabs", "maint cplus", "maint demangle", "maint
5182 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
5183 "maint print architecture", "maint print objfiles", "maint print
5184 statistics", "maint print type", "maint show-debug-regs", "maint
5185 space", "maint time", and "maint translate-address".
5186 (Connecting): Document the "monitor" command.
5187 (Annotations Overview): Describe the "set annotate" command.
5188
82f2d802
EZ
51892005-04-01 Eli Zaretskii <eliz@gnu.org>
5190
5191 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
5192 Rearrange index entries and improve wording about support for
5193 hardware watchpoints.
5194
7d51c7de
BR
51952005-03-10 Bob Rossi <bob@brasko.net>
5196
5197 * gdb.texinfo: Update copyright
5198
68c71a2e
TR
51992005-02-09 Theodore A. Roth <troth@openavr.org>
5200
5201 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
5202 error.
5203
83761cbd
KB
52042005-02-03 Kevin Buettner <kevinb@redhat.com>
5205
5206 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
5207
9f1c6395
MS
52082005-01-17 Michael Snyder <msnyder@redhat.com>
5209
5210 * gdb.texinfo: Fix spelling, infinte -> infinite.
5211
fbd1b305
MK
52122005-01-08 Mark Kettenis <kettenis@gnu.org>
5213
5214 * observer.texi (GDB Observers): Document "solib_loaded".
5215
3ace7edb
AC
52162005-01-07 Andrew Cagney <cagney@gnu.org>
5217
bec39cab
AC
5218 * configure.ac: Rename configure.in, require autoconf 2.59.
5219 * configure: Re-generate.
5220
3ace7edb
AC
5221 * configure.in: Replace configdirs with multiple references to
5222 AC_CONFIG_SUBDIRS.
5223 * configure: Re-generate.
5ae4183a 5224
53531fc1
AC
52252005-01-04 Andrew Cagney <cagney@gnu.org>
5226
5227 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
5228 part of the version number.
5229
536ffdb7
MK
52302004-12-24 Mark Kettenis <kettenis@gnu.org>
5231
5232 * gdbint.texinfo (Algorithms): Remove description of
5233 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
5234
e1aac25b
JB
52352004-12-07 Jim Blandy <jimb@redhat.com>
5236
5237 * gdb.texinfo (General Query Packets): Specify that thread ID's in
5238 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
5239 numbers.
5240
f47b1503
AS
52412004-12-07 Andreas Schwab <schwab@suse.de>
5242
5243 * gdb.texinfo (Mode Options): Document -l option.
5244
b6b8ece6
EZ
52452004-12-04 Eli Zaretskii <eliz@gnu.org>
5246
5247 * gdbint.texinfo (Algorithms): More accurate description of
5248 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
5249 is not needed unless data-read and data-access watchpoints are
5250 supported. Add a description of how GDB checks whether the
5251 inferior stopped because a watchpoint was hit.
5252
01371747
EZ
52532004-11-23 Eli Zaretskii <eliz@gnu.org>
5254
5255 * gdb.texinfo (Files): Add cross-reference to description of
5256 -readnow command-line switch.
5257
2315ffec
RC
52582004-11-10 Randolph Chung <tausq@debian.org>
5259
5260 * gdb.texinfo: Document set/show backtrace past-entry commands.
5261 Rearrange index entries for set/show backtrace past-main.
5262
69065f5d
AC
52632004-11-10 Jon Beniston <jon@beniston.com>
5264
5265 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
5266 * gdb.texinfo (Remote Serial Protocol): Further describe
5267 binary transfer escaping mechanism .
69065f5d 5268
30e91e0b
RC
52692004-11-08 Randolph Chung <tausq@debian.org>
5270
5271 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
5272 and "show debug infrun". Add index entries.
5273
60bf7e09
EZ
52742004-10-23 Eli Zaretskii <eliz@gnu.org>
5275
5276 * gdb.texinfo (SVR4 Process Information): Document subcommands of
5277 "info proc" that are already implemented. Add index entries.
5278 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
5279 (Files): Add a tip for decreasing memory used for symtabs from
5280 shared libraries.
f018e82f
EZ
5281 (Starting): Fix whitespace; make "elaboration" stand out where it
5282 is first used, and add an index entry for the term.
f8568604
EZ
5283 (Calling): Expand and elaborate text. Add "print". Add the
5284 description of problems with weak aliases.
384ee23f 5285 (Core File Generation): New section.
60bf7e09 5286
d52fe014
AC
52872004-10-12 Andrew Cagney <cagney@gnu.org>
5288
5289 * gdbint.texinfo (Versions and Branches): New chapter.
5290 (Releasing GDB): Delete "Versions and Branches" section.
5291 (Top): Add "Versions and Branches".
5292
703663ab
EZ
52932004-10-08 Eli Zaretskii <eliz@gnu.org>
5294
5295 * gdb.texinfo (Editing, History): Add cross-references to the
5296 included Readline and History user documentation. Remove
5297 references to the symbol have-readline-appendices which is unused
5298 and undefined.
5299 (History): Fix indexing.
5300
ac77d04f
JJ
53012004-10-08 Jeff Johnston <jjohnstn@redhat.com>
5302
5303 * gdbint.texinfo (target_stopped_data_address): Update to
5304 new prototype.
5305 (i386_stopped_data_address): Update prototype and description.
5306 (i386_stopped_by_watchpoint): New function and description.
5307
e07c999f
PH
53082004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
5309
5310 * gdb.texinfo (Filenames): Add Ada suffixes.
5311 (Ada) New section.
5312
2e868123
AC
53132004-09-27 Andrew Cagney <cagney@gnu.org>
5314 Robert Picco <Robert.Picco@hp.com>
5315
5316 * gdb.texinfo (Packets): Document the "p" packet.
5317
02a57714
JM
53182004-09-21 Jason Molenda (jmolenda@apple.com)
5319
5320 * gdb.texinfo (Paths and Names of the Source Files): Document the
5321 meaning of values in the 'desc' field of a SO stab.
5322
ae038cb0
DJ
53232004-09-20 Daniel Jacobowitz <dan@debian.org>
5324
5325 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
5326 max-cache-age" and "maint show dwarf2 max-cache-age".
5327
f7dc1244
EZ
53282004-09-16 Eli Zaretskii <eliz@gnu.org>
5329
5330 * gdb.texinfo (Set Breaks): Add index entry for setting
5331 breakpoints on overloaded C++ functions that are not members of
5332 any classes. Add an example and an index entry for setting
5333 breakpoints on all program functions.
5334 (Character Sets, Macros, Overlay Commands)
5335 (Non-debug DLL symbols, GDB/MI Output Syntax)
5336 (Annotations Overview, Maintenance Commands, File-I/O Overview):
5337 Use "(@value{GDBP})" instead of a literal "(gdb)".
5338
f810308b
AC
53392004-09-12 Andrew Cagney <cagney@gnu.org>
5340
5341 * gdbint.texinfo (Native Debugging): Delete description of
5342 FILES_INFO_HOOK.
5343
15a661f3
PH
53442004-09-11 Paul Hilfinger <hilfinger@gnat.com>
5345
5ae4183a
AS
5346 * gdbint.texinfo (User Interface): Change local_hex_string_custom
5347 to hex_string_custom (not historically correct, but more
15a661f3
PH
5348 understandable, given the current code).
5349
f3219c75
AC
53502004-09-03 Andrew Cagney <cagney@gnu.org>
5351
5352 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
5353
f3bb6704
JJ
53542004-09-01 Jeff Johnston <jjohnstn@redhat.com>
5355
5356 * observer.texi (solib_unloaded): New observer.
5357
8d2c00cb
AC
53582004-08-24 Andrew Cagney <cagney@gnu.org>
5359
5360 * gdbint.texinfo (Target Architecture Definition): Add missing
5361 comma.
5362
e7dc800a
MC
53632004-08-20 Michael Chastain <mec.gnu@mindspring.com>
5364
5365 * (Using the Testsuite): build != host is supported,
5366 but some test scripts do not support build != host.
5367
73b03683
MK
53682004-08-14 Mark Kettenis <kettenis@gnu.org>
5369
5370 * gdbint.texinfo (Host Definition): Delete description of
5371 FCLOSE_PROVIDED and GETENV_PROVIDED.
5372
c0ccb908
MK
53732004-08-05 Mark Kettenis <kettenis@chello.nl>
5374
5375 * gdbint.texinfo (Host Definition): Delete description of
5376 NO_SYS_FILE.
5377 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
5378 PTRACE_FP_BUG.
5379
9c8dbfa9
AC
53802004-08-05 Andrew Cagney <cagney@gnu.org>
5381
5382 * gdbint.texinfo (Target Architecture Definition): Delete
5383 reference to deprecated_read_fp.
5384
f42accbe
AC
53852004-08-02 Andrew Cagney <cagney@gnu.org>
5386
5387 * gdbint.texinfo (Target Architecture Definition): Delete
5388 description of DEPRECATED_REGISTER_BYTES.
5389
0b66e38c
EZ
53902004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
5391
5392 * gdb.texinfo (Source Path): Document the new behavior of
5393 searching for the source files.
5394
15387254
EZ
53952004-07-17 Eli Zaretskii <eliz@gnu.org>
5396
5397 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
5398 (Search, Expressions, Arrays, Variables, Data, Machine Code)
5399 (Auto Display): Improve indexing.
5400
2c07db7a
AC
54012004-07-16 Andrew Cagney <cagney@gnu.org>
5402
5403 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
5404 "-noasync".
5405
4644b6e3
EZ
54062004-07-09 Eli Zaretskii <eliz@gnu.org>
5407
5408 * gdb.texinfo: Fix @kindex entries so that multiple commands that
5409 have the same prefix have only their prefix in the index.
5410
7561d450
MK
54112004-07-03 Mark Kettenis <kettenis@gnu.org>
5412
5413 * gdb.texinfo (BSD libkvm Interface): New node (section)
5414 (Native): Add it to the menu.
5415
67bebe79
MK
54162004-07-01 Mark Kettenis <kettenis@gnu.org>
5417
5418 * gdbint.texinfo (Target Architecture Definition): Remove
5419 PCC_SOL_BROKEN.
5420
1a6923e0
MK
54212004-06-24 Mark Kettenis <kettenis@gnu.org>
5422
5423 * gdbint.texinfo (Target Architecture Definition): Remove
5424 SUN_FIXED_LBRAC_BUG.
5425
b435e160
AC
54262004-06-26 Andrew Cagney <cagney@gnu.org>
5427
5428 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
5429
b5622e8d
AC
54302004-06-20 Andrew Cagney <cagney@gnu.org>
5431
5432 * gdbint.texinfo (Target Architecture Definition): Deprecate
5433 USE_STRUCT_CONVENTION.
5434
e0c07bf0
MC
54352004-06-19 Michael Chastain <mec.gnu@mindspring.com>
5436
5437 gdb.texinfo (Bug Reporting): Mention session recording,
5438 with the script command or Emacs.
5439
782263ab
AC
54402004-06-18 Andrew Cagney <cagney@gnu.org>
5441
5442 * gdbint.texinfo (Target Architecture Definition): Deprecate
5443 FUNCTION_START_OFFSET.
5444
03727ca6
AC
54452004-06-14 Andrew Cagney <cagney@gnu.org>
5446
5447 Based on changes from Karl Berry.
5448 * gdb.texinfo: Do not use @sc in a direntry.
5449 * stabs.texinfo: Change @dircateogry to "Software development".
5450 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
5451
97092415
AC
54522004-06-13 Andrew Cagney <cagney@gnu.org>
5453
5454 * gdbint.texinfo (Target Architecture Definition): Delete
5455 description of RETURN_VALUE_ON_STACK.
5456
1f6d4158
AC
54572004-06-09 Andrew Cagney <cagney@gnu.org>
5458
5459 * gdbint.texinfo (Native Debugging): Restore "@table @code"
5460 deleted by previous patch.
5461
d966f0cb
AC
54622004-06-08 Andrew Cagney <cagney@gnu.org>
5463
5464 * gdbint.texinfo (Native Debugging): Delete documentation on
5465 ATTACH_DETACH.
5466
86fe4aaa
RC
54672004-06-06 Randolph Chung <tausq@debian.org>
5468
5469 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
5470
d4b6d575
RC
54712004-06-06 Randolph Chung <tausq@debian.org>
5472
5ae4183a 5473 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
5474 the new push_dummy_call method signature. Describe the function
5475 argument.
5476
4e8b0763
JB
54772004-05-24 Joel Brobecker <brobecker@gnat.com>
5478
5479 * gdb.texinfo (Starting): Document new start command.
5480
59caf092
AC
54812004-05-21 Andrew Cagney <cagney@redhat.com>
5482
5483 * observer.texi (GDB Observers): Document "inferior_created".
5484
e4a2df64
AC
54852004-05-08 Andrew Cagney <cagney@redhat.com>
5486
e6b55ae2
AC
5487 * gdbint.texinfo (Target Architecture Definition): Delete
5488 description of DO_DEFERRED_STORES.
5489
28954179
AC
5490 * gdbint.texinfo (Target Architecture Definition): Delete
5491 references to DEPRECATED_FIX_CALL_DUMMY.
5492
434b87dd
AC
5493 * gdbint.texinfo (Target Architecture Definition): Delete
5494 description of DEPRECATED_CALL_DUMMY_WORDS,
5495 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
5496
58d28df8
AC
5497 * gdbint.texinfo (Target Architecture Definition): Delete
5498 description of DEPRECATED_PUSH_DUMMY_FRAME.
5499
e4a2df64
AC
5500 * gdbint.texinfo (Target Architecture Definition): Delete
5501 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
5502
2b4855ab
AC
55032004-05-07 Andrew Cagney <cagney@redhat.com>
5504
5505 * observer.texi (GDB Observers): Add "Debugging" section. Include
5506 cross reference to "set/show debug observer".
5507 * gdb.texinfo (Debugging Output): Document "set/show debug
5508 observer".
5509
fcf70625
AC
55102004-05-01 Andrew Cagney <cagney@redhat.com>
5511
5512 * gdbint.texinfo (Target Architecture Definition): Delete
5513 description of DEPRECATED_PC_IN_SIGTRAMP.
5514
8ee56bcf
AC
55152004-04-30 Andrew Cagney <cagney@redhat.com>
5516
5517 * gdbint.texinfo (Target Architecture Definition): Delete
5518 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
5519
67ab9a76
OF
55202004-04-30 Orjan Friberg <orjanf@axis.com>
5521
5522 * observer.texi (GDB Observers): Correct spelling.
5523
79346bcb
OF
55242004-04-26 Orjan Friberg <orjanf@axis.com>
5525
5526 * observer.texi (GDB Observers): Add target_changed event.
5527
7a464420
AC
55282004-04-08 Andrew Cagney <cagney@redhat.com>
5529
5530 * observer.texi (GDB Observers): Rework, provide generic observer
5531 definitions and then a list of observable events.
5532
6cdf9d98
AC
55332004-04-04 Andrew Cagney <cagney@redhat.com>
5534
5535 * gdbint.texinfo (Host Definition): Delete reference to
5536 NO_SIGINTERRUPT.
5537
ddc135a4
AC
55382004-04-02 Andrew Cagney <cagney@redhat.com>
5539
5540 * gdbint.texinfo (Target Architecture Definition): Delete
5541 reference to DEPRECATED_CALL_DUMMY_LENGTH.
5542
6a1b180d
SC
55432004-03-28 Stephane Carrez <stcarrez@nerim.fr>
5544
5545 * gdb.texinfo (TUI Commands): Document tui reg commands.
5546
d0d5df6f
AC
55472004-03-26 Andrew Cagney <cagney@redhat.com>
5548
5549 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
5550 "gdbtui".
5551 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
5552 (Contributors): Mention both Text and Terminal User Interface.
5553
aa2a3f87
AC
55542004-03-23 Andrew Cagney <cagney@redhat.com>
5555
5556 * gdbint.texinfo (Target Architecture Definition): Deprecate
5557 references to SIGTRAMP_START and SIGTRAMP_END.
5558
f561f026
AC
55592004-03-23 Andrew Cagney <cagney@redhat.com>
5560
5561 * gdbint.texinfo (Target Architecture Definition): Deprecate
5562 references to PC_IN_SIGTRAMP.
5563
33cb8b0f
AC
55642004-03-19 Andrew Cagney <cagney@redhat.com>
5565
5566 * gdbint.texinfo (Target Architecture Definition): Delete
5567 reference to GDB_TARGET_IS_HPPA.
5568
fc989b7a
AC
55692004-03-18 Andrew Cagney <cagney@redhat.com>
5570
5571 * gdbint.texinfo (Coding): Update section on gdbarch_data,
5572 describe pre_init and post_init.
5573
701b08bb
DJ
55742004-03-09 Daniel Jacobowitz <drow@mvista.com>
5575
5576 * gdb.texinfo (Debugging Output): Document values for "set debug
5577 target".
5578
faae5abe
AC
55792004-02-28 Andrew Cagney <cagney@redhat.com>
5580
5581 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
5582
dd79a6cf
JJ
55832004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5584
5585 * gdb.texinfo (breakpoints): Add information about the
5586 new "set breakpoint pending" and "show breakpoint pending"
5587 commands.
5588
e7f16015
AC
55892004-02-26 Andrew Cagney <cagney@redhat.com>
5590
5591 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
5592 in Per-architecture module data section.
5593
7161a3a6
RM
55942004-02-25 Roland McGrath <roland@redhat.com>
5595
5596 * gdb.texinfo (General Query Packets): Document qPart:... packets.
5597
2154891a
AC
55982004-02-24 Andrew Cagney <cagney@redhat.com>
5599
5600 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
5601 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
5602 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 5603
6c74ac8b
AC
56042004-02-17 Andrew Cagney <cagney@redhat.com>
5605
5606 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
5607
19772a2c
AC
56082004-02-16 Andrew Cagney <cagney@redhat.com>
5609
5610 * gdbint.texinfo (Target Architecture Definition): Deprecate
5611 FRAMELESS_FUNCTION_INVOCATION.
5612
c9830293
AC
56132004-02-16 Andrew Cagney <cagney@redhat.com>
5614
5615 * gdbint.texinfo (Coding): Mention -Wunused-function.
5616
b9d26eb9
AC
56172004-02-14 Andrew Cagney <cagney@redhat.com>
5618
5619 * gdbint.texinfo (Target Architecture Definition): Delete
5620 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5621
49efadf5
EZ
56222004-02-12 Elena Zannoni <ezannoni@redhat.com>
5623
5624 * gdb.texinfo: Properly quote the name "C++".
5625 * gdbint.texinfo: Ditto.
5626 * stabs.texinfo: Ditto.
5627
1eb288ea
EZ
56282004-02-11 Elena Zannoni <ezannoni@redhat.com>
5629
5630 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5631 minimal information about libiberty.
5632
e4937fc1
MC
56332004-02-06 Michael Chastain <mec.gnu@mindspring.com>
5634
5635 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5636
a9331b3f
RM
56372004-02-04 Roland McGrath <roland@redhat.com>
5638
5639 * gdb.texinfo (Auxiliary Vector): New node (section).
5640 (Data): Add it to the menu.
5641
2650777c
JJ
56422004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5643
5644 * gdb.texinfo (Breakpoints): Add information about pending
5645 breakpoint support.
5646
b4501125
AC
56472004-01-26 Andrew Cagney <cagney@redhat.com>
5648
5649 * gdb.texinfo (Overview): Delete references to the cisco protocol
5650 including the "N" response.
5651
74055713
AC
56522004-01-26 Andrew Cagney <cagney@redhat.com>
5653
5654 * gdbint.texinfo (Target Architecture Definition): Rename
5655 EXTRACT_STRUCT_VALUE_ADDRESS to
5656 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 5657
3bbe9696
EZ
56582004-01-24 Eli Zaretskii <eliz@gnu.org>
5659
5660 * gdb.texinfo (KOD): Document "show os". Add index entries for
5661 "set/show os" and "info cisco" commands.
5662
5843504f
EZ
56632004-01-21 Eli Zaretskii <eliz@gnu.org>
5664
5665 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5666
9175c9a3
MC
56672004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5668
5669 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5670 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5671
8e94b928
NR
56722004-01-19 Nick Roberts <nick@nick.uklinux.net>
5673
5674 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5675 -stack-list-locals.
5676 (GDB/MI Variable Objects): Describe extension to
5677 -var-list-children.
5678
a20cf136
DJ
56792004-01-17 Daniel Jacobowitz <drow@mvista.com>
5680
5681 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5682
afb18d0f
AC
56832004-01-17 Andrew Cagney <cagney@redhat.com>
5684
5685 * gdbint.texinfo (Target Architecture Definition): Delete
5686 documentation on DEPRECATED_NPC_REGNUM.
5687
b51970ac
DJ
56882004-01-13 Daniel Jacobowitz <drow@mvista.com>
5689
5690 * gdb.texinfo: Update copyright year. Mention that set
5691 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5692 "set follow-fork-mode ask".
5693
0f0cffd2
AC
56942004-01-13 Andrew Cagney <cagney@redhat.com>
5695
5696 * gdbint.texinfo: Update copyright year.
5697 (Coding): Add -Wunused-label to list of -Werror warnings.
5698
c552b3bb 56992004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 5700 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
5701
5702 * gdb.texinfo: Update copyright.
5703 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5704 around names, as appropriate. Minor syntax cleanup of
5705 _NSPrintForDebugger explanation. Two spaces after periods.
5706 GDBN used instead of lit. "gdb". Index entries added for
5707 print-object and _NSPrintForDebugger. @noindent added in one spot.
5708
afe157ca
EZ
57092003-11-11 Elena Zannoni <ezannoni@redhat.com>
5710
5711 * stabs.texinfo: Add dircategory and direntry commands.
5712 * annotate.texinfo: Ditto.
5713
963e2bb7
AC
57142003-11-10 Andrew Cagney <cagney@redhat.com>
5715
5716 * gdbint.texinfo (Target Architecture Definition): Replace the
5717 return_value method's "inval" and "outval" parameters with
5718 "readbuf" and "writebuf".
5719
1d8b2f28
JB
57202003-10-28 Jim Blandy <jimb@redhat.com>
5721
5722 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5723 from "The `F' request packet" and "The `F' reply packet", to make
5724 texi2dvi happy.
5725 (File-I/O remote protocol extension): Update menu entries, too.
5726
36d86913
MC
57272003-10-26 Michael Chastain <mec@shout.net>
5728
5729 * gdb.texinfo (Thread Stops): Document the issue with
5730 premature return from system calls in multi-threaded programs.
5731
ce2826aa
AC
57322003-10-24 Andrew Cagney <cagney@redhat.com>
5733
5734 * annotate.texinfo: Fix "fortunatly"[sic].
5735
f24c5e49
KI
57362003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5737
5738 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5739 with "Hitachi" and "Mitsubishi".
5740
92ad9cd9
AC
57412003-10-20 Andrew Cagney <cagney@redhat.com>
5742
5743 * gdbint.texinfo (Target Architecture Definition): Document
5744 gdbarch_return_value. Add cross references from
5745 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5746 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5747
0ab4b752
MK
57482003-10-18 Mark Kettenis <kettenis@gnu.org>
5749
5750 * gdbint.texinfo (Target Architecture Definition): Document
5751 regset_from_core_section.
fb3e19c0
KI
5752
57532003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5754
5755 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5756
a9331b3f 57572003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5758
5759 From Anthony Green <green@redhat.com>:
5ae4183a 5760 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5761
1485d690
KB
57622003-10-14 Kevin Buettner <kevinb@redhat.com>
5763
889bf7c5
PA
5764 * gdb.texinfo (Breakpoint related warnings): New node.
5765 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5766
86d30acc
DJ
57672003-10-13 Daniel Jacobowitz <drow@mvista.com>
5768
5769 * gdb.texinfo (Remote Protocol): Document v and vCont.
5770
172c2a43
KI
57712003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5772
5773 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5774 * gdbint.texinfo: Ditto.
5775
71952f4c
AC
57762003-10-09 Andrew Cagney <cagney@redhat.com>
5777
5778 From 2003-09-18 David Anderson <davea@sgi.com>:
5779 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5780 "command".
5781
268e2188
AC
57822003-10-03 Andrew Cagney <cagney@redhat.com>
5783
5784 * gdbint.texinfo (Target Architecture Definition): Deprecate
5785 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5786 just target.
5787
12c266ea 57882003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5789
f30992d4 5790 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5791 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5792 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5793 * gdbint.texinfo (Target Architecture Definition): Rename
5794
57952003-09-30 Andrew Cagney <cagney@redhat.com>
5796
f30992d4 5797 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5798 (Target Architecture Definition):
f30992d4 5799
2e092625
AC
5800 * gdbint.texinfo (Target Architecture Definition): Rename
5801 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5802
0717ae8a
AC
58032003-09-29 Andrew Cagney <cagney@redhat.com>
5804
dad809b7
AC
5805 * gdbint.texinfo (Target Architecture Definition): Delete
5806 documentation for NEED_TEXT_START_END.
5807
0717ae8a
AC
5808 * gdbint.texinfo (Target Architecture Definition): Rename
5809 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5810 TARGET_WRITE_PC.
a9331b3f 5811
af6cf26d
MC
58122003-09-22 Michael Chastain <mec@shout.net>
5813
5814 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5815
ee206350
AG
58162003-09-21 Anthony Green <green@redhat.com>
5817
5818 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5819
a38c9fe6
MK
58202003-09-21 Mark Kettenis <kettenis@gnu.org>
5821
5822 * gdbint.texinfo (Target Architecture Definition): Document
5823 stabs_argument_has_addr.
5824
77949794
AC
58252003-09-18 Andrew Cagney <cagney@redhat.com>
5826
5827 * gdbint.texinfo (Target Architecture Definition): Delete
5828 documentation on REGISTER_NAMES.
5829
8e823e25
MK
58302003-09-13 Mark Kettenis <kettenis@gnu.org>
5831
5832 * gdbint.texinfo (Target Architecture Definition): Replace
5833 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5834
f27dd7fd
AC
58352003-09-11 Andrew Cagney <cagney@redhat.com>
5836
5837 * gdbint.texinfo (Target Architecture Definition): Replace
5838 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5839
8b148df9
AC
58402003-08-18 Andrew Cagney <cagney@redhat.com>
5841
5842 * gdbint.texinfo (Target Architecture Definition): Document
5843 "frame_red_zone_size".
5844
25d29d70
AC
58452003-08-09 Andrew Cagney <cagney@redhat.com>
5846
5847 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5848 with "set/show backtrace past-main" and "set/show backtrace
5849 limit".
5850
c938e9b0
L
58512003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5852
5853 * Makefile.in (install-info): Support DESTDIR.
5854 (install-html): Likewise.
5855
64fabec2
AC
58562003-08-07 Andrew Cagney <cagney@redhat.com>
5857
5858 Patch from Nick Roberts.
5859 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5860 bindings. Remove description of send-gdb-command.
5861
2fcf52f0
AC
58622003-08-07 Andrew Cagney <cagney@redhat.com>
5863
5864 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5865 GDB 6.0.
5866
086432e2
AC
58672003-08-06 Andrew Cagney <cagney@redhat.com>
5868
5869 * gdb.texinfo (Mode Options): Mention that level three is the
5870 highest available and that level 2 is deprecated.
5871 (Annotations Overview): Mention annotation levels. Cross reference
5872 to "Limitations of the Annotation Interface" in annotate.texi.
5873 (TODO, Value Annotations, Frame Annotations): Delete section.
5874 (Displays, Breakpoint Info): Delete.
5875
e5249f67
AC
58762003-08-04 Andrew Cagney <cagney@redhat.com>
5877
5878 * agentexpr.texi: Delete @bye.
5879 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5880 (stabs.info): Add $(srcdir) to include search path.
5881 (html): Depend on "annotate_toc.html", and not "annotate.html".
5882 * stabs.texinfo: Ditto. Include "fdl.texi".
5883 * gdbint.texinfo: Update copyright statement's list of invariant
5884 sections.
5885
e6f672d2
AC
58862003-07-28 Andrew Cagney <cagney@redhat.com>
5887
5888 * Makefile.in (INFO_DEPS): Add annotate.info.
5889 (dvi, ps, html, pdf): Add annotate.
5890 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5891 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5892 (ANNOTATE_DOC_FILES): New macro.
5893 (ANNOTATE_TEX_TMPS): New macro.
5894 (annotate.info, annotate_toc.html): Specify dependencies.
5895 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5896 * annotate.texinfo: Rename annotate.texi. Get building. Add
5897 "Migrating to GDB/MI" and "Limitations of the Annotation
5898 Interface" chapters. Mention why it is not part of the user
5899 guide. Update copyright notice. Include "fdl.texi".
5900
72ffddc9
SC
59012003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5902
5903 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5904
a9f12a31
DJ
59052003-07-24 Daniel Jacobowitz <drow@mvista.com>
5906
5907 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5908
b1fe9455
DJ
59092003-07-24 Daniel Jacobowitz <drow@mvista.com>
5910
5911 * gdb.texinfo (Server): Mention pidof.
5912
153721e6
AC
59132003-07-22 Andrew Cagney <cagney@redhat.com>
5914
5915 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5916 list.
5917
0fac0b41
DJ
59182003-06-28 Daniel Jacobowitz <drow@mvista.com>
5919
5920 * gdb.texinfo (Logging output): New chapter.
5921
4e562065
JB
59222003-06-24 Joel Brobecker <brobecker@gnat.com>
5923
5924 * gdb.texinfo (Unsupported languages): New section.
5925 (Languages): Add link to new section.
5926
f2c06f52
AC
59272003-06-22 Andrew Cagney <cagney@redhat.com>
5928
5929 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5930
b4177fca
DJ
59312003-06-22 Daniel Jacobowitz <drow@mvista.com>
5932
5933 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5934
f418dd93
DJ
59352003-06-22 Daniel Jacobowitz <drow@mvista.com>
5936
5937 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5938 * agentexpr.texi: Retitle section, and change it to an appendix.
5939 Comment out texinfo initialization. Factor a @var{} into two
5940 pieces to prevent makeinfo warnings.
5941 * gdb.texinfo: Add Agent Expressions appendix.
5942
4ca61388
DJ
59432003-06-19 Daniel Jacobowitz <drow@mvista.com>
5944
5945 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5946
07f31aa6
DJ
59472003-06-18 Daniel Jacobowitz <drow@mvista.com>
5948
5ae4183a 5949 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5950 remote target". Document the "detach" and "disconnect" commands.
5951 (Server, Netware, Debug Session): Reference "Connecting to a
5952 remote target".
5953 (GDB/MI Target Manipulation): Document "-target-disconnect".
5954
2dd0da42
AC
59552003-06-13 Andrew Cagney <cagney@redhat.com>
5956
5957 * gdbint.texinfo (Target Architecture Definition): Deprecate
5958 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5959 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5960
e7a3abfc
JB
59612003-06-09 Jim Blandy <jimb@redhat.com>
5962
5963 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5964
25e3a86b
AC
59652003-06-08 Andrew Cagney <cagney@redhat.com>
5966
5967 * gdbint.texinfo (Target Architecture Definition): Delete
5968 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5969
a9e5fdc2
AC
59702003-06-08 Andrew Cagney <cagney@redhat.com>
5971
5972 * gdbint.texinfo (Target Architecture Definition): Document
5973 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5974
b37303ee
AF
59752003-06-07 Adam Fedor <fedor@gnu.org>
5976
5977 * gdb.texinfo: Add Objective-C documentation.
5978
39fe6e80
AC
59792003-06-01 Andrew Cagney <cagney@redhat.com>
5980
5981 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5982 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5983
125309b2
AC
59842003-05-21 Andrew Cagney <cagney@redhat.com>
5985
5986 * gdbint.texinfo (Target Architecture Definition): Delete
5987 references to "extract_address" and "store_address".
5988
b8b527c5
AC
59892003-05-16 Andrew Cagney <cagney@redhat.com>
5990
5991 * gdbint.texinfo (Target Architecture Definition): Replace
5992 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5993 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5994
50e3ee83
TR
59952003-05-14 Theodore A. Roth <troth@openavr.org>
5996
5997 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5998
44e2be90
L
59992003-05-10 H.J. Lu <hongjiu.lu@intel.com>
6000
6001 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6002 (gdb.dvi): Likewise.
6003 (gdb.pdf): Likewise.
6004 (links2roff): Likewise.
6005
df5215a6
JB
60062003-05-08 Jim Blandy <jimb@redhat.com>
6007
6008 * gdb.texinfo (Dump/Restore Files): Update documentation for
6009 'dump', 'append', and 'restore': note that format argument is
6010 optional; simplify presentation of the command variants; and be
6011 more precise about the formats.
6012
5e7b2f39
JB
60132003-05-07 Jim Blandy <jimb@redhat.com>
6014
6015 * gdb.texinfo (Symbols): Update documentation: 'maint list
6016 symtabs' and 'maint list psymtabs' have been renamed 'maint info
6017 symtabs' and 'maint info psymtabs'.
6018
b1e29e33
AC
60192003-05-05 Andrew Cagney <cagney@redhat.com>
6020
6021 * gdbint.texinfo (Target Architecture Definition): Make
6022 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6023 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6024 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6025
00905d52
AC
60262003-05-04 Andrew Cagney <cagney@redhat.com>
6027
6028 * gdb.texinfo (Maintenance Commands): Document "maint print
6029 dummy-frames".
6030
54ff5908
AC
60312003-05-04 Andrew Cagney <cagney@redhat.com>
6032
6033 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6034
32e7087d
JB
60352003-05-03 J. Brobecker <brobecker@gnat.com>
6036
6037 Thierry Schneider <tpschneider1@yahoo.com>
6038 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6039 for new MI command.
6040
7043d8dc
AC
60412003-05-03 Andrew Cagney <cagney@redhat.com>
6042
6043 * gdbint.texinfo (Target Architecture Definition): Document
6044 push_dummy_code. Add cross references.
6045
e33d66ec
EZ
60462003-05-02 Elena Zannoni <ezannoni@redhat.com>
6047
6048 * gdb.texinfo (Character Sets): Update to reflect new behavior of
6049 set/show charsets commands.
6050
0ba6dca9
AC
60512003-04-28 Andrew Cagney <cagney@redhat.com>
6052
6053 * gdbint.texinfo (Target Architecture Definition): Replace
6054 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6055 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6056
d7a27068
AC
60572003-04-28 Andrew Cagney <cagney@redhat.com>
6058
6059 * gdbint.texinfo (Target Architecture Definition): Rename
6060 "tm_print_insn" to "deprecated_tm_print_insn".
6061
44ea7b70
JB
60622003-04-09 Jim Blandy <jimb@redhat.com>
6063
6064 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6065 list psymtabs'.
6066
fb8f8949
AC
60672003-04-08 Andrew Cagney <cagney@redhat.com>
6068
6069 * gdbint.texinfo (Target Architecture Definition): Delete
6070 references to EXTRA_FRAME_INFO.
6071
32fb0f22
AC
60722003-04-08 Andrew Cagney <cagney@redhat.com>
6073
6074 * gdbint.texinfo (Target Architecture Definition): Delete
6075 PRINT_TYPELESS_INTEGER.
6076
6be67e67
JB
60772003-04-02 J. Brobecker <brobecker@gnat.com>
6078
6079 * observer.texi (GDB Observers): Adjust the documentation for the
6080 normal_stop notification to better describe reality. Fix a couple
6081 of minor typos.
6082
4e35d5f0
BR
60832003-04-02 Bob Rossi <bob_rossi@cox.net>
6084
a9331b3f 6085 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
6086 '-file-list-exec-source-file'
6087
e8a8712a
AC
60882003-03-31 Andrew Cagney <cagney@redhat.com>
6089
6090 * gdbint.texinfo (Target Architecture Definition): Delete
6091 references to CALL_DUMMY_P.
6092
6c0e89ed
AC
60932003-03-30 Andrew Cagney <cagney@redhat.com>
6094
6095 * gdbint.texinfo (Target Architecture Definition): Remove
6096 reference to TARGET_WRITE_SP.
a9331b3f 6097
378bfd1b
AC
60982003-03-27 Andrew Cagney <cagney@redhat.com>
6099
6100 * gdbint.texinfo (Target Architecture Definition): Remove
6101 references to write_sp.
6c0e89ed 6102
922fbb7b
AC
61032003-03-27 Andrew Cagney <cagney@redhat.com>
6104
6105 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6106 chapter body. Use @smallexample instead of @example.
6107 (Annotations): Ditto.
6108 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6109 annotate.texi.
6110
b81774d8
AC
61112003-03-26 Andrew Cagney <cagney@redhat.com>
6112
6113 * gdbint.texinfo (Target Architecture Definition): Replace
6114 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6115 dummy_addr parameters.
6116
1bf6d5cc
AC
61172003-03-25 Andrew Cagney <cagney@redhat.com>
6118
6119 * gdbint.texinfo (Target Architecture Definition): Delete
6120 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
6121 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6122 Add reference to PUSH_ARGUMENTS.
6123
618ce49f
AC
61242003-03-23 Andrew Cagney <cagney@redhat.com>
6125
6126 * gdbint.texinfo (Algorithms, Target Architecture Definition):
6127 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6128
bcd7e15f
JB
61292003-03-18 J. Brobecker <brobecker@gnat.com>
6130
6131 * gdbint.texinfo (Algorithms): Add new section describing the
6132 Observer paradigm.
6133 (Top): Add menu entry to new observer appendix.
6134 * observer.texi: New file.
6135 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6136 new observer.texi file.
6137
9fe8321b
AC
61382003-03-17 Andrew Cagney <cagney@redhat.com>
6139
6140 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
6141 that GNU Press update the manual version number.
6142
ac2adee5
AC
61432003-03-12 Andrew Cagney <cagney@redhat.com>
6144
6145 * gdbint.texinfo (Target Architecture Definition): Delete
6146 references to get_saved_register. Rename GET_SAVED_REGISTER to
6147 DEPRECATED_GET_SAVED_REGISTER.
6148
749b82f6
AC
61492003-03-13 Andrew Cagney <cagney@redhat.com>
6150
6151 * gdbint.texinfo (Target Architecture Definition): Replace
6152 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
6153
8bedc050
AC
61542003-03-12 Andrew Cagney <cagney@redhat.com>
6155
6156 * gdbint.texinfo (Target Architecture Definition): Rename
6157 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 6158
0ce1b118
CV
61592003-03-10 Corinna Vinschen <vinschen@redhat.com>
6160
6161 * gdb.texinfo: Add File-I/O documentation.
6162
12cc2063
AC
61632003-03-10 Andrew Cagney <cagney@redhat.com>
6164
6165 * gdbint.texinfo (Target Architecture Definition): Cross reference
6166 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
6167
7453dc06
AC
61682003-03-07 Andrew Cagney <cagney@redhat.com>
6169
6170 * gdb.texinfo (Debugging Output): Mention the "set/show debug
6171 frame" command.
6172
6314f104
AC
61732003-03-05 Andrew Cagney <cagney@redhat.com>
6174
6175 * gdbint.texinfo (Target Architecture Definition): Document
6176 unwind_dummy_id. Cross reference unwind_dummy_id and
6177 SAVE_DUMMY_FRAME_TOS.
6178
f1212245
DJ
61792003-03-05 James Ingham <jingham@apple.com>
6180 Daniel Jacobowitz <drow@mvista.com>
6181
6182 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
6183 and "show cp-abi".
6184
77e7e267
AC
61852003-03-03 Andrew Cagney <cagney@redhat.com>
6186
6187 * gdbint.texinfo (Target Architecture Definition): Document
6188 register_type.
6189
838a8221
AC
61902003-03-03 Andrew Cagney <cagney@redhat.com>
6191
6192 * stabs.texinfo (Structures): Use @samp and separate @var's
6193 instead of a single @var containing a comma separated list.
6194 (Unions): Ditto.
6195
d7f4a264
DJ
61962003-03-02 Daniel Jacobowitz <drow@mvista.com>
6197
6198 * Makefile.in (distclean): Remove config.log.
6199
f30ee0bc
AC
62002003-03-01 Andrew Cagney <cagney@redhat.com>
6201
6202 * gdbint.texinfo (Target Architecture Definition): Rename
6203 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
6204
62052003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
6206
6207 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
6208 DEPRECATED_INIT_EXTRA_FRAME_INFO.
6209
be448670
CF
62102003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6211
6212 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
6213 (Non-debug DLL symbols): New node, describing the minimal symbols
6214 loaded from DLLs without real debugging symbols.
6215
501eef12
AC
62162003-02-20 Andrew Cagney <ac131313@redhat.com>
6217
6218 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
6219 hardware-breakpoint-limit".
6220 (Set Watchpoints): Add cross reference to "set remote
6221 hardware-watchpoint-limit".
6222 (Remote configuration options): New section.
6223
21c294e6
AC
62242003-02-04 Andrew Cagney <ac131313@redhat.com>
6225
e9be73e4
AC
6226 * gdbint.texinfo (Target Architecture Definition): Delete
6227 descrption of IS_TRAPPED_INTERNALVAR.
6228
21c294e6
AC
6229 From Keith Seitz <keiths@redhat.com>:
6230 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
6231 option "-i"/"--interpreter" to this chapter. Include index
6232 entries.
6233
0179ffac
DC
62342003-02-04 David Carlton <carlton@math.stanford.edu>
6235
6236 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
6237 (Variables): Recommend stabs+ and DWARF 2.
6238 (C plus plus expressions): Correct info about
6239 compiler versions, debug formats.
6240 (Contributors): Change 'DWARF2' to 'DWARF 2'.
6241 PR symtab/874.
6242
7ca9f392
AC
62432003-02-01 Andrew Cagney <ac131313@redhat.com>
6244
6245 * gdbint.texinfo (Target Architecture Definition): Delete
6246 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
6247 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
6248 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
6249 references to nindy and i960.
6250 * gdb.texinfo (i960): Delete all references to i960 and nindy.
6251
31a85ea2
AC
62522003-02-01 Andrew Cagney <ac131313@redhat.com>
6253
6254 * gdbint.texinfo (Target Architecture Definition): Delete
6255 FLOAT_INFO.
6256
6b894e49
AC
62572003-01-30 Andrew Cagney <ac131313@redhat.com>
6258
6259 * stabs.texinfo (Member Type Descriptor): Clarify description of
6260 `@'. Suggested by Ben Hutchings.
6261
c48861fb
AC
62622003-01-29 Andrew Cagney <ac131313@redhat.com>
6263
6264 * gdb.texinfo (M68K): Delete reference to es1800.
6265
617073a9
AC
62662003-01-29 Andrew Cagney <ac131313@redhat.com>
6267
6268 * gdb.texinfo (Maintenance Commands): Document `maint print
6269 reggroups' and `maint print register-groups'.
6270 * gdbint.texinfo (Target Architecture Definition): Document
6271 register_reggroup_p.
6272
5b5d99cf
JB
62732003-01-23 Jim Blandy <jimb@redhat.com>
6274
6275 * gdb.texinfo (Separate Debug Files): New section.
6276
e7ba9c65
DJ
62772003-01-22 Daniel Jacobowitz <drow@mvista.com>
6278
6279 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
6280 and "maint show profile".
6281
94e91d6d
MC
62822003-01-16 Michael Chastain <mec@shout.net>
6283
6284 * gdb.texinfo (Installing GDB): Warn against
6285 ".../gdb-VERSION/gdb/configure".
6286 (Separate Objdir): Likewise.
6287
867f3898
AC
62882003-01-15 Andrew Cagney <ac131313@redhat.com>
6289
6290 * gdbint.texinfo (Target Architecture Definition): Delete
6291 definition of PRINT_REGISTER_HOOK.
6292
f153cc92
EZ
62932003-01-15 Elena Zannoni <ezannoni@redhat.com>
6294
6295 (OpenRISC 1000): Fix formatting of command names.
6296
c60eb6f1
EZ
62972003-01-15 Elena Zannoni <ezannoni@redhat.com>
6298
6299 * gdb.texinfo (Continuing and Stepping): Add new command
6300 'advance'. Clarify behavior of 'until'.
6301
f5ebfba0
DJ
63022003-01-13 Daniel Jacobowitz <drow@mvista.com>
6303
6304 * gdb.texinfo (Files): Document solib-absolute-prefix and
6305 solib-search-path.
6306
4ce8657e
MC
63072003-01-09 Michael Chastain <mec@shout.net>
6308
6309 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
6310 (Create a Release): Add new instructions for new @file{src-release}.
6311 Document existing instructions for @file{Makefile.in} as
6312 being for @value{GDBN} 5.3.1 or earlier.
6313
372613e3
AC
63142003-01-09 Andrew Cagney <ac131313@redhat.com>
6315
6316 * gdbint.texinfo (Target Architecture Definition): Mention
6317 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
6318 allocate memory.
6319
b4e9345d
DJ
63202003-01-04 Daniel Jacobowitz <drow@mvista.com>
6321
6322 * gdb.texinfo (Controlling GDB): Add @kindex for
6323 "show osabi".
6324 (Backtraces): Add @kindex's for backtrace-below-main.
6325
98b45e30
DJ
63262003-01-04 Daniel Jacobowitz <drow@mvista.com>
6327
6328 * gdb.texinfo (Controlling GDB): Document "set osabi".
6329
95f90d25
DJ
63302003-01-04 Daniel Jacobowitz <drow@mvista.com>
6331
6332 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
6333 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
6334
1e698235
DJ
63352003-01-04 Daniel Jacobowitz <drow@mvista.com>
6336
6337 * gdb.texinfo (Controlling GDB): Add ABI section. Document
6338 "set coerce-float-to-double".
6339 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
6340
e632838e
AC
63412003-01-02 Andrew Cagney <ac131313@redhat.com>
6342
6343 * stabs.texinfo: Remove obsolete text.
6344 * gdbint.texinfo: Ditto.
6345 * gdb.texinfo: Ditto.
6346
c133ab7a
MK
63472002-12-22 Mark Kettenis <kettenis@gnu.org>
6348
6349 * gdbint.texinfo (Target Architecture Definition): Update
6350 description of gdbarch_register_osabi.
6351
f821f325
KH
63522002-12-20 Kazu Hirata <kazu@cs.umass.edu>
6353
6354 * agentexpr.texi: Fix typos.
6355 * annotate.texi: Likewise.
6356 * fdl.texi: Likewise.
6357
85a6d8d3 63582002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
6359
6360 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
6361 DEPRECATED_INIT_FRAME_PC.
6362
ae45cd16
AC
63632002-12-01 Andrew Cagney <ac131313@redhat.com>
6364
6365 * gdbint.texinfo (Target Architecture Definition): Delete
6366 PC_IN_CALL_DUMMY.
6367
07555a72
AC
63682002-11-28 Andrew Cagney <ac131313@redhat.com>
6369
6370 * gdbint.texinfo (Host Definition): Delete documentation on
6371 USE_GENERIC_DUMMY_FRAMES.
6372
c166cdc7
EZ
63732002-11-26 Elena Zannoni <ezannoni@redhat.com>
6374
5ae4183a 6375 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
6376 * Makefile.in (install-info): Run the install-info command as part
6377 of the post install steps only.
6378 (uninstall-info): New target.
6379 (uninstall): New target.
6380
35db0260
EZ
63812002-11-22 Elena Zannoni <ezannoni@redhat.com>
6382
6383 * Makefile.in (install): Make install do some real work.
6384
9ba8d803
AC
63852002-11-19 Andrew Cagney <ac131313@redhat.com>
6386
6387 Fix POSIX problem reported by Paul Eggert.
6388 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
6389 Fix PR gdb/527.
6390
903ad3a6
AC
63912002-10-26 Andrew Cagney <cagney@redhat.com>
6392
6393 * gdbint.texinfo (Target Architecture Definition): Delete
6394 definition of DO_REGISTERS_INFO.
6395
f2abfe65
KB
63962002-10-18 Kevin Buettner <kevinb@redhat.com>
6397
6398 * gdbint.texinfo (Address Classes): Fix problems with insertion
6399 of ``{'' and ``}'' in example.
6400
b5b0480a
KB
64012002-10-17 Kevin Buettner <kevinb@redhat.com>
6402
6403 * gdbint.texinfo (Address Classes): New section.
6404 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
6405 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
6406 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
6407 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
6408
c85508ee
KD
64092002-10-11 Klee Dienes <kdienes@apple.com>
6410
6411 * gdb.texinfo (Registers): Mention vector registers as well as
6412 floating registers in the documentation for 'info registers' and
6413 'info all-registers'.
6414
6d12fc3d
DJ
64152002-10-11 Daniel Jacobowitz <drow@mvista.com>
6416
6417 * gdbint.texinfo (CPLUS_MARKER): Remove item.
6418
8d19fbd2
JJ
64192002-10-03 Jeff Johnston <jjohnstn@redhat.com>
6420
6421 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
6422 interface definition.
6423
a37295f9
MM
64242002-10-03 Marko Mlinar <markom@opencores.org>
6425
6426 * gdb.texinfo (Target Commands): Add or1k target specific
6427 commands.
6428 * gdb.texinfo (Contributors): Add myself to the contributors list.
6429
da0f9dcd
AC
64302002-10-01 Andrew Cagney <ac131313@redhat.com>
6431
6432 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
6433 and "mi1" instead of "mi1" and "mi0".
6434
2e834e49
HPN
64352002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
6436
6437 * gdb.texinfo (Packets): Fix typos "alligned".
6438 Correct z3/Z3 description. Correct z4/Z4 title.
6439
050be0dc
AC
64402002-09-27 Andrew Cagney <ac131313@redhat.com>
6441
6442 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
6443
1104b9e7
KB
64442002-09-25 Kevin Buettner <kevinb@redhat.com>
6445
6446 * gdb.texinfo: Use GNU/Linux instead of Linux.
6447
512217c7
AC
64482002-09-25 Andrew Cagney <ac131313@redhat.com>
6449
6450 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
6451
10998722
AC
64522002-09-24 Andrew Cagney <ac131313@redhat.com>
6453
512217c7 6454 * gdb.texinfo: Replace @example with @smallexample.
10998722 6455
a0eb71c5
KB
64562002-09-20 Kevin Buettner <kevinb@redhat.com>
6457
f7dc1244 6458 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
6459 * gdb.texinfo (Character Sets): Use @smallexample instead of
6460 @example. Use GNU/Linux instead of Linux.
6461
64622002-09-20 Jim Blandy <jimb@redhat.com>
6463
6464 * gdb.texinfo: Add character set documentation.
6465
2f870471
AC
64662002-09-19 Andrew Cagney <ac131313@redhat.com>
6467
6468 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
6469 (Packets): Add cross reference from `b' packet to `z' packets.
6470
790eb8f5
AC
64712002-09-19 Andrew Cagney <ac131313@redhat.com>
6472
8d30a00d
AC
6473 * gdb.texinfo (Maintenance Commands): Document ``maint
6474 internal-error'' and ``maint internal-warning''.
6475
790eb8f5
AC
6476 * gdbint.texinfo (Target Architecture Definition): Revise
6477 description of STACK_ALIGN. Add description of FRAME_ALIGN.
6478
a23a7bf1
JB
64792002-09-19 Joel Brobecker <brobecker@gnat.com>
6480
6481 * gdbint.texinfo (Target Conditionals): Document the new
6482 NAME_OF_MALLOC macro.
6483
299ffc64
AC
64842002-09-05 Andrew Cagney <ac131313@redhat.com>
6485
6486 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
6487 engineer.
6488
b7bb15bc
SC
64892002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6490
6491 * gdb.texinfo (TUI Overview): Document status line fields.
6492
3d757584
SC
64932002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6494
6495 * gdb.texinfo (TUI Commands): Document info win command.
6496
269c21fe
SC
64972002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6498
6499 * gdb.texinfo (TUI Overview): Document breakpoint markers.
6500
7cf36c78
SC
65012002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6502
6503 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
6504 (TUI Keys): Likewise.
6505
d2c6833e
AC
65062002-08-25 Andrew Cagney <ac131313@redhat.com>
6507
6508 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
6509 for a packet receive.
6510
46d8b1c3
AC
65112002-08-25 Andrew Cagney <ac131313@redhat.com>
6512
6513 * Makefile.in (clean): Move to end of file.
6514 (distclean, maintainer-clean, realclean): Ditto.
6515 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
6516 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
6517 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
6518 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
6519
b0787093
AC
65202002-08-24 Andrew Cagney <ac131313@redhat.com>
6521
6522 * Makefile.in (GDBINT_TEX_TMPS): Define.
6523 (gdbint.dvi, gdbint.pdf): Use
6524 (GDB_TEX_TMPS): Define.
6525 (gdb.dvi, gdb.pdf): Use.
6526 (STABS_TEX_TMPS): Define.
6527 (stabs.dvi, stabs.pdf): Use.
6528 (GDB_DOC_SOURCE_INCLUDES): New macros.
6529 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
6530 (GDBINT_DOC_FILES_INCLUDES): New macros.
6531 (GDBINT_DOC_BUILD_INCLUDES): New macros.
6532 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
6533 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
6534 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
6535 (links2roff): Replace SFILES_INCLUDED with
6536 GDB_DOC_SOURCE_INCLUDES.
6537 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
6538 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
6539 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
6540 dependencies.
6541 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
6542 dependencies.
6543 (gdbmi.texinfo): Delete rule.
6544 (inc-hist.texinfo): Delete rule.
6545 (rluser.texinfo): Delete rule.
6546
ebba8386
AC
65472002-08-23 Andrew Cagney <cagney@redhat.com>
6548
6549 * gdbint.texinfo (Target Architecture Definition): Update
6550 STORE_RETURN_VALUE, mention regcache.
6551
0ab7a791
AC
65522002-08-21 Andrew Cagney <ac131313@redhat.com>
6553
6554 * gdbint.texinfo (Target Architecture Definition): Document
6555 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
6556
ee2d5c50
AC
65572002-08-19 Andrew Cagney <ac131313@redhat.com>
6558
6559 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
6560 Fix minor typos. Add index entries.
6561
53c69bd7
AC
65622002-08-18 Andrew Cagney <ac131313@redhat.com>
6563
6564 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
6565
e76f1f2e
AC
65662002-08-15 Andrew Cagney <ac131313@redhat.com>
6567
6568 * gdbint.texinfo (Target Architecture Definition): Document
6569 PRINT_VECTOR_INFO.
6570 * gdb.texinfo (Vector Unit): Document "info vectors" command.
6571
0680b120
AC
65722002-08-13 Andrew Cagney <ac131313@redhat.com>
6573
6574 * gdb.texinfo (Maintenance Commands): Document "maint print
6575 registers", "maint print raw-registers" and "maint print
6576 cooked-registers".
6577
3c3bea1c
GS
65782002-08-08 Grace Sainsbury <graces@redhat.com>
6579
a9331b3f 6580 From Mark Salter:
3c3bea1c
GS
6581 * gdb.texinfo (Protocol): Document T packet extension to
6582 allow watchpoint address reporting.
6583
42f9b0a5
AC
65842002-08-03 Andrew Cagney <ac131313@redhat.com>
6585
6586 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
6587
db034ac5
AC
65882002-08-01 Andrew Cagney <cagney@redhat.com>
6589
6590 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
6591 to CHILL.
6592
e2b28d04
AC
65932002-08-01 Andrew Cagney <ac131313@redhat.com>
6594
6595 * gdbint.texinfo (Coding): Revise section "Include Files".
6596
7fb623f7
AC
65972002-07-24 Andrew Cagney <cagney@redhat.com>
6598
6599 * gdbint.texinfo: Obsolete references to m88k.
6600 * gdb.texinfo: Ditto.
6601
4a2b4636
JB
66022002-07-10 Joel Brobecker <brobecker@gnat.com>
6603
7fb623f7 6604 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
6605 where the proper version of autoconf can be retrieved.
6606
a71ec265
DH
66072002-07-09 Don Howard <dhoward@redhat.com>
6608
6609 * gdb.texinfo (Command Files): Further describe the behavior of
6610 sourced command files.
6611
b9aa90c9
AC
66122002-06-27 Andrew Cagney <ac131313@redhat.com>
6613
6614 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6615 (Coding): Clarify ISO C version that GDB assumes.
6616
40dd2248
TT
66172002-06-26 Tom Tromey <tromey@redhat.com>
6618
6619 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6620 add_setshow_cmd_full.
6621
bfac230e
DH
66222002-06-25 Don Howard <dhoward@redhat.com>
6623
6624 * gdb.texinfo (Memory Region Attributes): Document new behavior
6625 for 'mem' command.
6626
475b0867
JB
66272002-06-11 Jim Blandy <jimb@redhat.com>
6628
919d772c
JB
6629 * gdb.texinfo (Symbols): Update documentation for `info source'
6630 command.
6631
475b0867
JB
6632 * gdb.texinfo (Macros): Call the command `info macro', not
6633 `show macro'.
6634
ba8c9337
AC
66352002-06-09 Andrew Cagney <ac131313@redhat.com>
6636
6637 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6638 data''.
6639
1029b7fa
MK
66402002-06-09 Mark Kettenis <kettenis@gnu.org>
6641
6642 * gdbint.texinfo (Target Architecture Definition): Document
6643 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6644
16737d73
AC
66452002-06-08 Andrew Cagney <ac131313@redhat.com>
6646
6647 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6648 lists.
6649
30107679
AC
66502002-06-08 Andrew Cagney <ac131313@redhat.com>
6651
6652 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6653 Branch''.
6654
3352e23e
AC
66552002-06-01 Andrew Cagney <ac131313@redhat.com>
6656
6657 * gdbint.texinfo (Target Architecture Definition): Add section
6658 ``Converting an existing Target Architecture to Multi-arch''.
6659
cbb09e6a
AC
66602002-05-30 Andrew Cagney <ac131313@redhat.com>
6661
6662 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6663 to ``Obsoleting code''. Revise.
6664
e2e0bcd1
JB
66652002-05-17 Jim Blandy <jimb@redhat.com>
6666
6667 * gdb.texinfo (C Preprocessor Macros): New chapter.
6668 Include it in the main menu.
6669 (Contributors): Credit Jim Blandy with macro support.
6670 (Compilation): Explain how to get macro information into the
6671 executable.
6672 (Expressions): Note that preprocessor macros are expanded.
6673
9db8d71f
DJ
66742002-05-14 Daniel Jacobowitz <drow@mvista.com>
6675
6676 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6677 options for `target remote'.
6678
6d531722
AC
66792002-05-13 Andrew Cagney <ac131313@redhat.com>
6680
6681 * gdbint.texinfo (Target Architecture Definition): Delete
6682 documentation on NNPC_REGNUM.
6683
13d01224
AC
66842002-05-11 Andrew Cagney <ac131313@redhat.com>
6685
6686 * gdbint.texinfo (Target Architecture Definition): Document
6687 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6688 (Target Architecture Definition): Revise section `Using Different
6689 Register and Memory Data Representations'. Add section `Raw and
6690 Virtual Register Representations'.
6691
b2e75d78
AC
66922002-05-11 Andrew Cagney <ac131313@redhat.com>
6693
6694 * gdbint.texinfo (Target Architecture Definition): Mention
6695 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6696 (Target Architecture Definition): Mention same. Add references to
6697 web pages.
6698
2c8682ee
MS
66992002-05-08 Michael Snyder <msnyder@redhat.com>
6700
6701 * stabs.texinfo (Attributes): Document new "vector" attribute.
6702
0816590b
AC
67032002-05-04 Andrew Cagney <ac131313@redhat.com>
6704
6705 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6706
2653173e
AC
67072002-05-04 Andrew Cagney <ac131313@redhat.com>
6708
6709 * gdb.texinfo: Delete obsolete references to a29k.
6710
d7bd68ca
AC
67112002-04-24 Andrew Cagney <ac131313@redhat.com>
6712
6713 * gdbint.texinfo (Target Architecture Definition): Replace
6714 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6715
21d83aa5
DM
67162002-04-24 David S. Miller <davem@redhat.com>
6717
6718 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6719
7673a6cc
DM
67202002-04-21 David S. Miller <davem@redhat.com>
6721
6722 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6723
d49d1e0a
AC
67242002-04-21 Andrew Cagney <ac131313@redhat.com>
6725
6726 * gdbint.texinfo (Target Architecture Definition): Delete
6727 definition of HAVE_REGISTER_WINDOWS.
6728
f7dc1244 67292002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
6730
6731 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6732 "Theodore A. Roth" <troth@verinet.com>.
6733
5ca0cb28
DH
67342002-04-15 Don Howard <dhoward@redhat.com>
6735
f7dc1244 6736 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6737 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6738 Provide a better explaination of this feature.
5ca0cb28 6739
f208ba17
AC
67402002-04-14 Andrew Cagney <ac131313@redhat.com>
6741
6742 * gdbint.texinfo (Target Architecture Definition): Remove
6743 FRAME_CHAIN_COMBINE.
6744
d5ba91de
MC
67452002-04-12 Michael Chastain <mec@shout.net>
6746
6747 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6748 REG_STACK_SEGMENT.
6749
26818220
MC
67502002-04-09 Michael Chastain <mec@shout.net>
6751
6752 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6753 PYRAMID_* macros.
6754
129188f6
AC
67552002-04-07 Andrew Cagney <ac131313@redhat.com>
6756
6757 * gdb.texinfo (Bug Reporting): Document that the web is the
6758 prefered way of submitting bug reports.
6759 (Bug Reporting): Delete the s-mail address as the last resort.
6760
8227c0ff
AC
67612002-04-05 Andrew Cagney <ac131313@redhat.com>
6762
6763 * gdbint.texinfo (Target Architecture Definition): Delete
6764 references to TARGET_WRITE_FP and write_fp.
6765
16d9dec6
MS
67662002-03-27 Michael Snyder <msnyder@redhat.com>
6767
6768 * gdb.texinfo: Document new commands dump, append, and restore.
6769
9ae8b82c
AC
67702002-03-27 Andrew Cagney <ac131313@redhat.com>
6771
6772 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6773 Branch'.
6774
474c8240
AC
67752002-03-18 Andrew Cagney <ac131313@redhat.com>
6776
6777 * gdb.texinfo: Change all examples to @smallexample.
6778 * gdbint.texinfo: Ditto.
a9331b3f 6779
fb0ff88f
AC
67802002-03-18 Andrew Cagney <ac131313@redhat.com>
6781
6782 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6783 Branches''.
6784
9bb0a4d8
AC
67852002-03-18 Andrew Cagney <ac131313@redhat.com>
6786
6787 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6788 Policy''.
6789
937f164b
FF
67902002-03-04 Fred Fish <fnf@redhat.com>
6791
6792 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6793 expresson, suports, dependant, trhe, perhaphs, situtations,
6794 explictily, taged, oportunity, unfortunatly).
6795
a7b40f07
AC
67962002-02-24 Andrew Cagney <ac131313@redhat.com>
6797
6798 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6799 Remove reference to 3.12.
6800
aab4e0ec
AC
68012002-02-23 Andrew Cagney <ac131313@redhat.com>
6802
6803 * gdbint.texinfo: Include fdl.texi.
6804 (Top): Add GNU Free Documentation License.
6805 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6806 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6807 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6808 (gdbint.info): Add srcdir to include path.
6809 * gdb.texinfo: Include gpl.texi.
6810 (Top): Add Copying.
6811 * gpl.texi: New file.
6812
47b95330
AC
68132002-02-23 Andrew Cagney <ac131313@redhat.com>
6814
6815 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6816
78c47bea
PM
68172002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6818
6819 * gdb.texinfo: Document Cygwin native specific commands.
6820
56460a61
DJ
68212002-02-15 Daniel Jacobowitz <drow@mvista.com>
6822
6823 * gdb.texinfo: Document gdbserver ``--attach'' command.
6824
def71bfa
MS
68252002-02-07 Michael Snyder <msnyder@redhat.com>
6826
6827 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6828 to @code(_ovly_debug_event).
6829
c928edc0
AC
68302002-02-07 Andrew Cagney <ac131313@redhat.com>
6831
6832 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6833
81d46470
MS
68342002-02-06 Michael Snyder <msnyder@redhat.com>
6835
6836 * gdb.texinfo (overlays): Mention new magic symbol
6837 '_ovly_debug_event', which allows GDB to keep better track
6838 of overlays.
6839
f7dc1244 68402002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6841
6842 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6843 Suggested by Dmitry Sivachenko.
6844
6845 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6846
15110bc3
MS
68472002-02-01 Michael Snyder <msnyder@redhat.com>
6848
6849 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6850
6763aef9
MS
68512002-01-30 Michael Snyder <msnyder@redhat.com>
6852
ac282366
MS
6853 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6854 (set trust-readonly-sections): Document.
6763aef9 6855
8642bc8f
AC
68562002-01-29 Andrew Cagney <ac131313@redhat.com>
6857
6858 * gdbint.texinfo (Releasing GDB): Revise and update.
6859
afe64c1a
AC
68602002-01-28 Andrew Cagney <ac131313@redhat.com>
6861
6862 * gdbint.texinfo (Target Architecture Definition): Delete
6863 description of TARGET_BYTE_ORDER_DEFAULT.
6864
f7dc1244 68652002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6866
6867 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6868 <mitya@cavia.pp.ru>.
6869
3d6e1b5a
AC
68702002-01-23 Andrew Cagney <ac131313@redhat.com>
6871
6872 * libgdb.texinfo: Delete file.
6873
6c0e9fb3
AC
68742002-01-22 Andrew Cagney <ac131313@redhat.com>
6875
6876 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6877 * gdbint.texinfo: Ditto.
6878
e0ce93ac
AC
6879Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6880
6881 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6882
be298bcc
AC
68832002-01-22 Andrew Cagney <ac131313@redhat.com>
6884
6885 * Makefile.in: Update copyright.
6886 (TEXI2DVI): Define.
6887 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6888 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6889 gdb-cfg.texi.
6890 (TEXINDEX, PDFTEX): Delete makefile variables.
6891
8e04817f
AC
68922002-01-22 Andrew Cagney <ac131313@redhat.com>
6893
6894 * gdb.texinfo (Protocol): Move section to appendix.
6895
6b2f586d
AC
68962002-01-21 Andrew Cagney <ac131313@redhat.com>
6897
6898 * gdb.texinfo (Remote Debugging): Create a menu.
6899 (Top): Add ``Remote Debugging'' to menu.
6900
6f05cf9f
AC
69012002-01-21 Andrew Cagney <ac131313@redhat.com>
6902
6903 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6904 serial protocol'' from here.
6905 (Remote Debugging): To here. New chapter.
6906
3fd3d7d2
AC
69072002-01-20 Andrew Cagney <ac131313@redhat.com>
6908
6909 * gdbint.texinfo (Target Architecture Definition): Delete
6910 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6911
7fd60527
AC
69122002-01-20 Andrew Cagney <ac131313@redhat.com>
6913
6914 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6915 are no longer needed.
6916 (Porting GDB): Add maintainer note about configure.host.
6917
c2f05ac9
AC
69182002-01-20 Andrew Cagney <ac131313@redhat.com>
6919
6920 * gdbint.texinfo (Target Architecture Definition): Remove
6921 definition of IEEE_FLOAT.
6922
f7dc1244 69232002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6924
6925 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6926 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6927 <3diff@gnu.org>
231b2aad 6928
82600034
AC
69292002-01-19 Andrew Cagney <ac131313@redhat.com>
6930
6931 * gdbint.texinfo (Host Definition): Remove references to
6932 MALLOC_INCOMPATIBLE.
6933
7708fa01
AC
69342002-01-17 Andrew Cagney <ac131313@redhat.com>
6935
6936 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6937 and xyz-xdep.o.
6938
eb12ee30
AC
69392002-01-17 Andrew Cagney <ac131313@redhat.com>
6940
889bf7c5 6941 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6942 (Set Breaks): Copy ``maint info breakpoint'' doco to
6943 ``Maintenance Commands'' appendix. Add reference.
6944
c9ccaa92
AC
69452002-01-17 Andrew Cagney <ac131313@redhat.com>
6946
6947 * fdl.texi: Remove next/prev from @node.
6948
f7dc1244 69492002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6950
6951 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6952 for monstrous @multitable (from Brian Youmans).
6953
6954 * fdl.texi: New file.
6955
6956 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6957
8973da3a
AC
69582002-01-15 Andrew Cagney <ac131313@redhat.com>
6959
6960 * gdbint.texinfo (Releasing GDB): New chapter.
6961
7d86b5d5
AC
69622002-01-14 Andrew Cagney <ac131313@redhat.com>
6963
6964 * gdb.texinfo (Embedded Processors, Calling program functions):
6965 Obsolete references to a29k.
6966
cc1cb004
AC
69672002-01-13 Andrew Cagney <ac131313@redhat.com>
6968
6969 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6970 examples. Document that a code-block should do or discard its
6971 cleanups before exit.
6972
79f12247
MS
69732002-01-11 Michael Snyder <msnyder@redhat.com>
6974
6975 * gdb.texinfo (Choosing files): Change @samp to @file.
6976
19837790
MS
69772002-01-05 Michael Snyder <msnyder@redhat.com>
6978
6979 * gdb.texinfo (--pid): Document new command line option (attach).
6980
f7dc1244 69812002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6982
6983 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6984 in the stub.
6985
d7449b42
AC
69862002-01-04 Andrew Cagney <ac131313@redhat.com>
6987
6988 * gdbint.texinfo (Target Architecture Definition): Replace
6989 BIG_ENDIAN with BFD_ENDIAN_BIG.
6990
f23631e4
AC
69912002-01-03 Andrew Cagney <ac131313@redhat.com>
6992
6993 * gdbint.texinfo (Target Architecture Definition): Replace
6994 value_ptr with struct value pointer.
6995
72c9928d
EZ
69962002-01-02 Eli Zaretskii <eliz@gnu.org>
6997
6998 * gdb.texinfo (Free Software): Fix wording.
6999
959acfd1
EZ
70002001-12-31 Eli Zaretskii <eliz@gnu.org>
7001
7002 * gdb.texinfo (Free Software): New section ``Free Software Needs
7003 Free Documentation''.
7004
f7dc1244 70052001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
7006
7007 * stabs.texinfo:
7008 * gdb.texinfo:
7009 * gdbint.texinfo:
7010 * libgdb.texinfo:
7011 * annotate.texi: Fix the application of GFDL in the Copyright notice.
7012
6600abed
MS
70132001-12-29 Michael Snyder <msnyder@redhat.com>
7014
7015 * gdb.texinfo (maint info sections): Fix typo.
7016
f6680716
MS
70172001-12-26 Michael Snyder <msnyder@redhat.com>
7018
fe95c787
MS
7019 * gdb.texinfo (maint info sections): Document.
7020
a9331b3f 7021 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
7022 'info proc' sub-options that are currently not implemented.
7023
c3d3ce5b
JB
70242001-12-20 Jim Blandy <jimb@redhat.com>
7025
7026 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7027
778eb05e
AC
70282001-12-15 Andrew Cagney <ac131313@redhat.com>
7029
7030 * gdbint.texinfo (Target Architecture Definition): Replace
7031 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7032
2607059c
AC
70332001-12-01 Andrew Cagney <ac131313@redhat.com>
7034
7035 * gdbint.texinfo (Host Definition): Delete documentation on
7036 HOST_BYTE_ORDER.
7037
df0cd8c5
JB
70382001-11-30 Jim Blandy <jimb@redhat.com>
7039
7040 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 7041 overlay support. Add to top-level menu.
df0cd8c5 7042
88118b3a
TT
70432001-11-26 Tom Tromey <tromey@redhat.com>
7044
7045 * gdb.texinfo (Command Syntax): Document C-o binding.
7046
96565e91
CF
70472001-07-26 Christopher Faylor <cgf@redhat.com>
7048
7049 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7050 use since it is described in the referenced section.
7051
f7dc1244 7052 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
7053 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7054 clearer when using DJGPP.
7055
2a3d5645
CF
70562001-11-24 Christopher Faylor <cgf@redhat.com>
7057
7058 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7059 specifically refer to MS-DOS.
7060 (command files): Mention gdb.ini is only used on MS-DOS.
7061
aa26fa3a
TT
70622001-11-21 Tom Tromey <tromey@redhat.com>
7063
7064 * gdb.texinfo (Invoking GDB): Document --args.
7065 (Mode Options): Likewise.
7066
4f8ada06
JB
70672001-11-21 Jim Blandy <jimb@redhat.com>
7068
7069 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
7070 Delete documentation; this macro has been removed from the
7071 sources.
4f8ada06 7072
3fe0dc10
JB
70732001-11-13 Jim Blandy <jimb@redhat.com>
7074
7075 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7076
9e5abb06
CV
70772001-11-06 Corinna Vinschen <vinschen@redhat.com>
7078
7079 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7080
1c5dfdad
MS
70812001-11-05 Michael Snyder <msnyder@redhat.com>
7082
a9331b3f 7083 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
7084 quote regexp chars in function names such as "operator*()".
7085
990f9fe3
FF
70862001-11-01 Fred Fish <fnf@redhat.com>
7087
7088 * gdbint.texinfo (SOLIB_ADD): Document additional new
7089 "readsyms" arg.
7090
b433d00b
DH
70912001-10-30 Don Howard <dhoward@redhat.com>
7092
070b1dd3
DH
7093 * gdb.texinfo: (Command Files) Added documentation for the
7094 behavior of gdb with input redirected from a file.
b433d00b 7095
b7209cb4
FF
70962001-10-28 Fred Fish <fnf@redhat.com>
7097
7098 * gdb.texinfo (auto-solib-add): Change docs to match
7099 implementation change.
7100 (auto-solib-limit): Add docs for new variable.
7101
1aa20aa8
AC
71022001-10-15 Andrew Cagney <ac131313@redhat.com>
7103
7104 * gdbint.texinfo (Target Architecture Definition): Function
7105 value_as_pointer renamed to value_as_address.
7106
fc0c74b1
AC
71072001-10-15 Andrew Cagney <ac131313@redhat.com>
7108
7109 * gdbint.texinfo (Target Architecture Definition): Default
7110 POINTER_TO_ADDRESS functions assume unsigned addresses.
7111 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
7112 posting by Jim Blandy.
7113
f4846649
JB
71142001-10-12 Jim Blandy <jimb@redhat.com>
7115
7116 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7117 version of texi2html (1.64) doesn't support this flag any more.
7118
f277788b
MK
71192001-09-08 Mark Kettenis <kettenis@gnu.org>
7120
a9dc4918
MK
7121 * gdbint.texinfo (Host Definition): Remove description of
7122 MEM_FNS_DECLARED.
7123
d28379df
MK
7124 * gdbint.texinfo (Host Definition): Remove description of R_OK.
7125
f277788b
MK
7126 * gdbint.texinfo (Host Definition): Remove description of
7127 HAVE_SIGSETMASK.
7128
7ccaa899
EZ
71292001-09-04 Elena Zannoni <ezannoni@redhat.com>
7130
7131 * gdbint.texinfo (Target Architecture Definition): Add
7132 explanation of TARGET_PRINT_INSN macro.
7133
17d9d558
JB
71342001-08-30 Jim Blandy <jimb@redhat.com>
7135
7136 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7137 Explain what it means to load relocatable files.
7138
72cde065
JB
71392001-08-28 Jim Blandy <jimb@redhat.com>
7140
7141 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
7142 info `top' menu.
7143
9e678452
CF
7144Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
7145
7146 * gdbint.texinfo: Add a cautionary note about macro use.
7147
a2bea4c3 71482001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 7149
a2bea4c3
CV
7150 * gdb.texinfo: Explain omitting the hostname in the
7151 `target remote' command.
7152
1129bf27
DJ
71532001-07-30 Daniel Jacobowitz <drow@mvista.com>
7154
7155 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
7156 and END-INFO-DIR-ENTRY.
7157
732b3002
SC
71582001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7159
7160 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
7161
89437448
AC
71622001-07-25 Andrew Cagney <ac131313@redhat.com>
7163
7164 * gdbint.texinfo (libgdb): Rewrite.
7165
f7dc1244 71662001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
7167
7168 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
7169
c4555f82
SC
71702001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7171
7172 * gdb.texinfo (TUI): New chapter, document the TUI.
7173 (Mode Options): Document the -tui option.
7174
2f45a6e0
MK
71752001-07-23 Mark Kettenis <kettenis@gnu.org>
7176
7177 * gdbint.texinfo (Host Definition): Remove description of
7178 NEED_POSIX_SETPGID.
7179
f7dc1244 71802001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
7181
7182 * gdb.tex (DJGPP Native): New node, with descriptions of
7183 DJGPP-specific commands.
7184
be9c6c35
JM
71852001-07-19 John R. Moore <jmoore@redhat.com>
7186
7187 * gdbint.texinfo: Three misspellings.
7188
dfa249fb
AC
71892001-07-06 Andrew Cagney <ac131313@redhat.com>
7190
7191 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
7192 `test` expressions on bash. Problem reported by Colin Walters.
7193
c72e7388
AC
71942001-07-04 Andrew Cagney <ac131313@redhat.com>
7195
7196 * gdbint.texinfo (User Interface): Update ui-out documentation to
7197 refelect recent UI/MI updates.
7198
94bbb2c0
AC
71992001-07-04 Andrew Cagney <ac131313@redhat.com>
7200
7201 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
7202 interpreters.
7203
af6c57ea
AC
72042001-06-15 Andrew Cagney <ac131313@redhat.com>
7205
7206 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
7207 structure and not macros.
7208 (Host Definition): Document that much of this chapter is obsolete.
7209 (Target Architecture Definition): Update list of files that make
7210 up a target architecture.
7211 (Coding): Update.
7212
83aa8bc6
AC
72132001-06-28 Andrew Cagney <ac131313@redhat.com>
7214
7215 * gdbint.texinfo (Target Architecture Definition): Update
7216 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
7217 The latter has been changed to a true predicate.
7218
f7dc1244 72192001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
7220
7221 * annotate.texi: Add @noindent where needed. From Dmitry
7222 Sivachenko <dima@Chg.RU>.
7223 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
7224
656db9b0
AC
72252001-06-16 Andrew Cagney <ac131313@redhat.com>
7226
7227 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
7228
df2396a1
AC
72292001-06-14 Andrew Cagney <ac131313@redhat.com>
7230
7231 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
7232 returns ``OK''. Document that the ``R'' packet does not reply.
7233
0f1f2b0a
MS
72342001-06-13 Michael Snyder <msnyder@redhat.com>
7235
7236 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
7237
f7dc1244 72382001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
7239
7240 * gdb.texinfo (Signals): Clarify the default setting of signal
7241 handling.
7242
a5d7c491
AC
72432001-05-14 Andrew Cagney <ac131313@redhat.com>
7244
7245 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
7246 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
7247
05a54c4f
AC
72482001-05-12 Andrew Cagney <ac131313@redhat.com>
7249
7250 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
7251
f7dc1244 72522001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
7253
7254 * gdbint.texinfo (Clean Design and Portable Implementation):
7255 Renamed from "Clean Design".
7256 (Clean Design and Portable Implementation): Document portable
7257 methods of handling file names, and the associated macros.
7258
f7dc1244 72592001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
7260
7261 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
7262 command and provide a cross-reference to its description.
7263 (Symbols): Note that "info scope" is useful for trace experiments.
7264
f7dc1244 72652001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 7266
b37052ae
EZ
7267 * gdb.texinfo (Symbols): Document "info scope".
7268 (Tracepoints): New chapter.
7269 (Contributors): Update for v5.1.
7270 <All nodes>: Change "C++" to "C@t{++}".
7271
0ee54786
EZ
7272 * gdbint.texinfo (User Interface): A new section about ui_out
7273 functions, based on text written by Fernando Nasser.
7274
c534679c
EZ
7275 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
7276
f7dc1244 72772001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 7278
e9c75b65
EZ
7279 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
7280
7281 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
7282
7283 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
7284 Replace "GDB" with "@value{GDBN}". Fix markup.
7285
7286 * annotate.texi: Change Permissions to GFDL. Update Copyright.
7287
3d67e040
EZ
7288 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
7289 a cross-reference to its description.
7290 (Symbols): Document "info symbol".
7291
f7dc1244 72922001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
7293
7294 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
7295 subsection "x86 Watchpoints".
7296 (Target Architecture Definition): Document the macros
7297 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
7298 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
7299
b0ed3589
AC
73002001-03-20 Andrew Cagney <ac131313@redhat.com>
7301
7302 * gdbint.texinfo (Target Architecture Definition): Update
7303 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
7304 list.
7305
b6ba6518
KB
73062001-03-06 Kevin Buettner <kevinb@redhat.com>
7307
7308 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
7309 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
7310
f7dc1244 73112001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
7312
7313 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
7314
f7dc1244 73152001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 7316
17cc6a06
EZ
7317 * gdb.texinfo (Environment): Document that `path' does not change
7318 the value of PATH in GDB's own environment (it did in the past,
7319 but that was changed on March 15, 1994). Reported by Doug Evans
7320 <dje@transmeta.com>.
7321
56caf160
EZ
7322 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
7323 its line. Fix markup of commands and macros. Add an Index node
7324 and index entries.
7325
29e57380
C
73262001-01-23 J.T. Conklin <jtc@redback.com>
7327
7328 * gdb.texinfo (Memory region attributes): New manual section.
7329
1c6147de
ND
73302001-01-04 Nicholas Duffek <nsd@redhat.com>
7331
7332 * gdbint.texinfo (POP_FRAME): Document use by return_command.
7333
f7dc1244 73342000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
7335
7336 * refcard.tex: Version and copyright fixed. From Phil Edwards
7337 <pedwards@disaster.jaj.com>.
7338
0dcedd82
AC
7339Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
7340
7341 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 7342 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 7343
3b851bce
AC
7344Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
7345
7346 * gdbint.texinfo (Coding): Update current value of
889bf7c5 7347 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 7348
f7dc1244 73492000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
7350
7351 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
7352 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
7353
b90a5f51
CF
73542000-11-10 Christopher Faylor <cgf@cygnus.com>
7355
7356 * gdb.texinfo: Document new 'set step-mode' command.
7357
f7dc1244 73582000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
7359
7360 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
7361 changes from Dmitry Sivachenko <dima@Chg.RU>.
7362
f7dc1244 73632000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
7364
7365 * gdb.texinfo (Hooks): Document the new post-hook functionality.
7366 From Steven Johnson <sbjohnson@ozemail.com.au>.
7367
2e685b93
MK
73682000-08-10 Mark Kettenis <kettenis@gnu.org>
7369
7370 * gdbint.texinfo (Overall Structure): Spelling fix.
7371
f7dc1244 73722000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
7373
7374 * gdbint.texinfo (Target Architecture Definition): Document that
7375 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
7376 for which REGISTER_CONVERTIBLE returns a zero value.
7377
63ac3005
EZ
73782000-07-08 Christopher Faylor <cgf@cygnus.com>
7379
7380 * Makefile.in (install-info): Find files to install in either the
7381 build or source directories (adapted from Makefile.am).
7382
bd79f757
ND
73832000-07-07 Nicholas Duffek <nsd@redhat.com>
7384
7385 * stabs.texinfo: Fix spelling errors.
7386 (String Field): FILE-NUMBER starts from 0, not 1.
7387
f7dc1244 73882000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
7389
7390 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 7391 Brian Youmans.
5f208f6d 7392
f7dc1244 73932000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
7394
7395 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
7396 the source directory. Reported by Mark Harig
7397 <markh@frazier.landmark.com>.
cc542d3b 7398
f3b28801
C
73992000-06-20 J.T. Conklin <jtc@redback.com>
7400
7401 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
7402
449f3b6c
AC
7403Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
7404
7405 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 7406 Generate using pdftex.
449f3b6c 7407 (PDFTEX): Define.
889bf7c5 7408 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 7409 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 7410 @contents at the start.
449f3b6c 7411
f7dc1244 74122000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
7413
7414 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 7415 Youmans.
48e934c6 7416
9e9c5ae7
AC
7417Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
7418
7419 From Brian Youmans:
7420 * gdb.texinfo: Fix ``et al.''.
7421
c741b251
AC
7422Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
7423
7424 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 7425 loop.
c741b251 7426
4ab64e14
JG
74272000-05-19 Jimmy Guo <guo@cup.hp.com>
7428
7429 * configure: Regenerate.
7430
f7dc1244 74312000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
7432
7433 * Makefile.in (install-info): Run install-info on installed Info
7434 files.
7435
8c70017b
AC
7436Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7437
a7cb598a 7438 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 7439 Andrew Cagney.
8c70017b 7440
f7dc1244 74412000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
7442
7443 * gdb.texinfo: Proofreading changes from Brian Youmans.
7444
bf0184be
ND
74452000-05-01 Nick Duffek <nsd@cygnus.com>
7446
7447 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
7448 startup sequence, minor edits.
7449
f7dc1244 74502000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
7451
7452 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
7453 TeX.
7454
7455 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
7456 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
7457 like `n' and `s' which look weird. Convert some of the @kindex to
7458 @vindex, when they refer to variables, not commands.
7459
33e16fad
AC
7460Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7461
7462 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
7463
f7dc1244 74642000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
7465
7466 * Makefile.in (GDBMI_DIR): New variable.
7467 (SET_TEXINPUTS): Add $(GDBMI_DIR).
7468 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
7469 (gdbmi.texinfo): New target, for texi2roff.
7470 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
7471 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
7472
7473 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
7474 gdbmi.texinfo.
7475 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
7476 comment.
7477
d167840f
EZ
74782000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7479
7480 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 7481 command.
d167840f 7482
f7dc1244 74832000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
7484
7485 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
7486 prevents the build (and is generally a Bad Idea).
7487
f7dc1244 74882000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
7489
7490 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
7491 a comma inside @var.
7492 (Command Files): Index markup changes from Dmitry Sivachenko
7493 <dima@Chg.RU>.
7494
f7dc1244 74952000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
7496
7497 * Makefile.in (LN_S): Define.
7498 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
7499 invoke "ln -s" unless it is known to work.
7500
7501 * configure.in (AC_PROG_LN_S): Add.
7502
8dc7983f
JB
75032000-04-14 Jim Blandy <jimb@redhat.com>
7504
7505 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
7506 section.
7507 (Target Conditionals): Document ADDRESS_TO_POINTER,
7508 POINTER_TO_ADDRESS.
7509
1a8237e8
DB
75102000-04-11 Daniel Berlin <dan@cgsoftware.com>
7511
7512 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
7513 gdb-cfg.texi to get the value.
7514
ca526f1a
JB
75152000-04-10 Jim Blandy <jimb@redhat.com>
7516
7517 * gdbint.texinfo (Target Architecture Definition): Fix
7518 cross-references.
7519
faaafcb4
JB
75202000-04-08 Jim Blandy <jimb@redhat.com>
7521
7522 * gdbint.texinfo (Using Different Register and Memory Data
7523 Representations): New section.
7524 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
7525 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
7526 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 7527
1b27397f
AC
7528Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
7529
7530 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 7531 for acknowledgments.
1b27397f 7532
480ff1fb
AC
7533Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
7534
7535 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 7536 qThreadExtraInfo.
480ff1fb 7537
a9331b3f 75382000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 7539
a9331b3f
RM
7540 * gdb.texinfo: Clarify which remote debug protocol commands are
7541 required and which are optional.
f1251bdd 7542
dbeb8dbd
AC
7543Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
7544
7545 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
7546 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
7547 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
7548 * annotate.texi: Update.
7549
6d2ebf8b
SS
75502000-03-28 Stan Shebs <shebs@apple.com>
7551
7552 * gdb.texinfo: Update dates, bump to Eighth Edition (note
7553 expectation of additional changes before release), update
7554 ISBN, add copy of top-level menu for @ifhtml, remove explicit
7555 node links, rephrase and/or shorten lines to fix formatting
7556 problem in both regular and @smallbook formats.
7557 * annotate.texi: Shorten lines in example, use smallexample
7558 consistently everywhere.
7559 * Makefile.in: Add comment about texinfo 4.0 html generation.
7560 (SFILES_INCLUDED): Add annotate.texi.
7561
5d161b24
DB
75622000-03-27 Daniel Berlin <dan@cgsoftware.com>
7563
5ae4183a
AS
7564 * gdb.texinfo (Debugging Output): Added new section, documenting
7565 the "set/show debug" commands.
5d161b24 7566
b9deaee7
AC
7567Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
7568
7569 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 7570 entry.
b9deaee7
AC
7571
7572 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
7573 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 7574 @chapter and @node entries.
a9331b3f 7575
b9deaee7 7576 * gdb.texinfo: Link all top-level nodes.
a9331b3f 7577
9ef47d30
AC
7578Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
7579
7580 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 7581 files.
9ef47d30 7582
cfeada60
FN
75832000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
7584
7585 From David Whedon <dwhedon@gordian.com>
5ae4183a 7586 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 7587
6837a0a2
DB
75882000-03-22 Daniel Berlin <dan@cgsoftware.com>
7589
7590 * gdb.texinfo: Add documentation for the apropos command.
7591
bba2971c
MS
75922000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7593
7594 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
7595
2b628194
MS
75962000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7597
a9331b3f 7598 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
7599 two places.
7600
96a2c332
SS
76012000-03-17 Stan Shebs <shebs@apple.com>
7602
7603 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
7604 <dima@Chg.RU>, also clarification of allowed content for
7605 string constants.
7606
f7dc1244 76072000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
7608
7609 * gdb.texinfo (main menu): Add Annotations.
7610 (File Options): Add @cindex entries for each command-line option.
7611 Document --epoch, --annotate, --async, --interpreter, --write,
7612 --statistics, and --version.
7613
7614 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
7615 of GDB.
7616
9d233477
JB
76172000-02-23 Jim Blandy <jimb@redhat.com>
7618
7619 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7620
14e0eb3b
JB
76212000-02-22 Jim Blandy <jimb@redhat.com>
7622
7623 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7624
3555de01
JM
76252000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
7626
7627 * Makefile.in (diststuff): New target.
7628
5e35df8e
KB
76292000-02-15 Kevin Buettner <kevinb@redhat.com>
7630
7631 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 7632 architecture. [From Jim Wilson.]
5e35df8e 7633
c5394b80
JM
76342000-01-16 Tom Tromey <tromey@cygnus.com>
7635
7636 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7637 (Delete Breaks): Mention range arguments.
7638 (Disabling): Likewise.
7639
c3f6f71d
JM
76402000-01-05 Dmitry Sivachenko <dima@Chg.RU>
7641
7642 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7643
c4093a6a
JM
7644Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
7645
7646 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 7647 valid functions.
c4093a6a 7648
11cf8741
JM
76491999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7650
7651 * gdb.texinfo: Clarify regular expressions used in rbreak.
7652
917317f4
JM
76531999-10-15 Kevin Buettner <kevinb@cygnus.com>
7654
7655 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7656 MEMORY_REMOVE_BREAKPOINT): Document.
7657
7658Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7659
7660 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 7661 offset re-using the DATA offset instead.
917317f4 7662
2df3850c
JM
76631999-10-11 Jim Kingdon <kingdon@redhat.com>
7664
7665 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7666
76671999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7668
7669 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7670 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7671 typos.
7672
7673 * gdb.texinfo: Various minor wording and formatting improvements,
7674 mentions of additional command-line options.
7675
2acceee2
JM
76761999-09-30 Fred Fish <fnf@cygnus.com>
7677
7678 * gdb.texinfo: Document additional forms of specifying section
7679 names and addresses for the add-symbol-file command.
7680
c2c6d25f
JM
76811999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7682
7683 * gdbint.texinfo: Fix typo, add the word "have".
7684
76851999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7686
7687 * gdbint.texinfo (Target Architecture Definition): Document the
7688 SKIP_PERMANENT_BREAKPOINT macro.
7689
d4f3574e
SS
76901999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7691
7692 * gdb.texinfo: Fiks speling errers.
7693
7694 * gdb.texinfo: Fix uses of @multitable.
7695
f7dc1244 7696 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 7697 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 7698 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
7699 comments about using with optimization, add more indexing,
7700 fix info about disassembly-flavor.
7701
7702Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7703
7704 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7705 SKIP_SOLIB_RESOLVER): Define.
7706
7707Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7708
7709 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 7710 ``g'' packets.
d4f3574e 7711
104c1213
JM
77121999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7713
7714 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
7715 platform-specific info, inline remote.texi and move sections of it
7716 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
7717 and register stack into the new chapter.
7718 * remote.texi: Remove, now part of gdb.texinfo.
7719 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7720
77211999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7722
7723 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7724 GDB_TARGET_IS_MACH386): These kludges have gone away.
7725
7726Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7727
7728 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 7729 TDEPLIBS.
104c1213 7730
53a5351d
JM
77311999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7732
7733 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7734 surrounding text to fit HP-UX bits into general info.
7735 (HPPA-cfg.texi): Remove, no longer useful.
7736
7737 * gdb.texinfo: Remove explicit links from @node lines, remove
7738 HP-added "Detailed Node Listing" from main menu which confuses
7739 things.
7740
7741 From Dmitry Sivachenko <dima@Chg.RU>:
7742 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7743 in description of `set environment'.
53a5351d
JM
7744
77451999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7746
7747 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7748
7be570e7
JM
77491999-08-12 Ben Elliston <bje@cygnus.com>
7750
7751 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7752
f7dc1244 77531999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7754
7755 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7756 watch, awatch, and rwatch. Explain why the latter two cannot be
7757 set as software watchpoints. Document that watchpoints for local
7758 variables are deleted when the debuggee terminates.
7be570e7
JM
7759
7760Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7761
7762 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7763 packet. Allow E.. response packet. "qRcmd" packet is no longer
7764 reserved.
7be570e7
JM
7765
77661999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7767
a9331b3f
RM
7768 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7769 * gdb.texinfo: Ditto.
7be570e7 7770
96baa820
JM
77711999-08-06 Tom Tromey <tromey@cygnus.com>
7772
7773 * gdb.texinfo (KOD): New node.
7774
7775Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7776
7777 * remote.texi (Rcmd): Fix minor formatting typos.
7778
7779Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7780
7781 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7782 packets.
96baa820 7783
adf40b2e
JM
77841999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7785
7786 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7787 fixes.
7788
43ff13b4
JM
7789Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7790
7791 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7792
085dd6e6
JM
7793Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7794
7795 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7796 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7797 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7798 packets that are not supported on all hosts. Expand examples.
7799 Spell check.
085dd6e6
JM
7800
78011999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7802
7803 * Makefile.in: Recognize html, install-html. Add targets
7804 to build HTML versions of documentation via texi2html.
7805
7806Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7807
7808 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7809 testsuite.
085dd6e6
JM
7810
7811Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7812
7813 * remote.texi (Communication Protocol): Rewrite.
7814
7815Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7816
7817 * stabs.texinfo: Fix uses of xref.
7818
9e0b60a8
JM
7819Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7820
7821 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7822 info about patch submission.
7823
cce74817
JM
7824Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7825
7826 From Per Bothner <bothner@cygnus.com>:
7827 * gdb.texinfo: Document Chill support.
7828
7829Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7830
7831 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7832 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7833 Document that the value should be greater-than or equal-to zero.
7834 (NO_STD_REGS): Document. Deprecate.
cce74817 7835
ac9a91a7
JM
7836Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7837
7838 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7839 Document that these are not used.
ac9a91a7
JM
7840
7841Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7842
7843 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7844
392a587b
JM
7845Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7846
7847 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7848 numargs was dropped.
392a587b
JM
7849
7850Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7851
7852 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7853
b83266a0
SS
7854Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7855
7856 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7857 Update.
b83266a0 7858
7a292a7a
SS
7859Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7860
7861 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7862 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7863
7864Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7865
7866 * gdbint.texinfo: Fix typos: $ -> @.
7867
7868Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7869
7870 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7871 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7872 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7873 BREAKPOINT_FROM_PC.
a9331b3f 7874
7a292a7a
SS
7875Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7876
7877 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7878 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7879
7880Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7881
7882 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7883 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7884
78851999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7886
7887 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7888 longer exists.
7889
7890Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7891
7892 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7893 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7894 they make the manual source incomprehensible.
7a292a7a
SS
7895 * h8-cfg.texi: Remove, hasn't been used in years.
7896
c906108c
SS
7897Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7898
7899 * gdb.texinfo: Update the credits.
7900
7901Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7902
7903 * gdb.texinfo: Fix mistakes noticed in printout of last
7904 draft, add Alpha to discussion of heuristic fence post.
7905
7906Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7907
7908 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7909 Edition, merge some HP changes into mainline, describe some
7910 previously undocumented features, describe more of the target
7911 commands available, eliminate obsolete section on renamed
7912 commands.
c906108c
SS
7913 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7914
7915Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7916
7917 * gdb.texinfo: Make many HPPA conditionals unconditional,
7918 including catchpoint description, since now on for all configs.
7919 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7920 specializations.
7921
7922Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7923
7924 * Makefile.in (GDBvn.texi): Fix match expression to work with
7925 current format of VERSION in gdb/Makefile.in.
7926 * gdb.texinfo: Fix node ref to match new readline.
7927
7928Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7929
a9331b3f
RM
7930 * gdb.texinfo: Changes made as part of a project to merge in
7931 changes made by HP. Documentation makes extensive use of
c906108c
SS
7932 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7933 on remote debugging. There are differences in documentation
889bf7c5 7934 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7935 the HP manual discusses catchpoints, hardware watchpoints, and
7936 some HPUX specific limitations for shared library support.
a9331b3f 7937
c906108c
SS
7938 There are also a number of @node changes.
7939
79401999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7941
7942 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7943 (C Usage): Same.
7944
7945Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7946
7947 The following changes were made by Edith Epstein
889bf7c5
PA
7948 <eepstein@cygnus.com> as part of a project to merge in changes
7949 made by HP.
a9331b3f 7950
c906108c
SS
7951 * HPPA-cfg.texi: new file.
7952
7953 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7954
7955 * refcard.tex: change documentation about catch.
7956 removed info catch.
7957
7958Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7959
7960 * gdbint.texinfo: Expand on GDB's coding standards,
7961 specify the use of arg names with prototypes.
7962
79631998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7964
7965 * gdb.texinfo: Fix tipo.
7966
7967Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7968
7969 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7970 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7971
7972Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7973
7974 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7975
79761998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7977
7978 * agentexpr.texi: New file.
7979
7980Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7981
7982 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7983
79841998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7985
7986 * remote.texi: Changed wording that implied that the GDB remote
7987 protocol caches register values instead of GDB itself.
7988
7989Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7990
7991 * gdbint.texinfo: Add some info about symbol readers.
7992 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7993 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7994 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7995 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7996
7997Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7998
a9331b3f 7999 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
8000
8001Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
8002
8003 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8004
8005Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
8006
8007 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 8008 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
8009
8010Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
8011
8012 * gdbint.texinfo: Fix minor typos.
8013
8014Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
8015
8016 * gdbint.texinfo: Complete overhaul. Group descriptions more
8017 logically, add more info on generic algorithms, remove much
8018 obsolete and/or wrong material.
8019
8020Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
8021
8022 * stabs.texinfo (Method Type Descriptor): Expand and correct.
8023
8024Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
8025
8026 * refcard.tex: Copyright, address updates.
8027
8028Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
8029
8030 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8031 for the edition instead of confusing GDB-version-like numbers.
8032
8033Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
8034
8035 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8036
8037Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
8038
5ae4183a 8039 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
8040
8041Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
8042
8043 * gdb.texinfo: Add some credits, mention bug monitor.
8044 * remote.texi: Mention mips monitor targets.
8045 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 8046
c906108c
SS
8047Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
8048
8049 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
8050 files, finish sorting of host vs target vs native macros, describe
8051 some more of them.
c906108c
SS
8052
8053Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
8054
8055 * gdbint.texinfo (Host Conditionals): Document change from
8056 using NO_MMALLOC to it's inverse, USE_MMALLOC.
8057
8058Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
8059
8060 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 8061 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
8062
8063Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
8064
8065 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8066 Document LSEEK_NOT_LINEAR.
8067
8068Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
8069
8070 * stabs.texinfo (Stab Section Basics): Make it clear that only
8071 some versions of the GNU linker remove the leading N_UNDF symbol.
8072
8073Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
8074
8075 * stabs.texinfo (String Field): Document type number pairs here,
8076 instead of in the Sun specific section.
8077 (Include Files): The GNU linker supports the N_BINCL
8078 optimization. Clarify the N_BINCL value, and what it is used
8079 for.
8080 (Procedures): Document N_FUN with an empty string to mark the end
8081 of a function.
8082 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8083 (Sun Differences): Remove this node, as the information is now
8084 elsewhere in the main document.
8085 (Stab Section Basics): Mention that the GNU linker may optimize
8086 stabs and remove the leading N_UNDF symbol.
8087
8088Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
8089
8090 * gdb.texinfo, refcard.tex: Restore author credit
8091
8092Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
8093
8094 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8095 documentation to account for START and END macros taking
8096 one arg.
8097
8098Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
8099
8100 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8101 * gdb.texinfo (Frames): Fix typo.
8102
8103Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
8104
8105 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8106 a target_signal as arg type, not a pid.
8107
8108Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
8109
8110 * gdb.texinfo: Document `set assembly-language'.
8111
8112Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
8113
8114 * remote.texi: Update list of stubs in the GDB distribution.
8115
8116Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
8117
8118 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
8119 Also document that some systems can use mmalloc but must define
8120 this if their C runtime allocates memory that is later freed.
c906108c 8121 (MMCHECK_FORCE): Document new macro.
a9331b3f 8122
c906108c
SS
8123Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
8124
8125 * remote.texi: Add documentation for target Sparclet.
8126
8127Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8128
a9331b3f 8129 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
8130 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8131 * configure.in: Rewritten for autoconf.
8132 * configure: New.
8133
8134Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
8135
8136 * Makefile.in (DVIPS): New define, set to dvips.
8137 (dvi): Add stabs.dvi.
8138 (ps): New target.
8139 (all-doc): Depend on info, dvi, and ps targets.
8140 (STAGESTUFF): Add *.ps and *.dvi files.
8141 (clean-info, clean-dvi): Remove.
8142 (mostlyclean): Does not depend upon clean-info or clean-dvi,
8143 rules completely rewritten.
8144 (maintainer-clean): Remove clean-info and clean-dvi
8145 dependencies and put their actions in the rules.
8146 (gdb.ps): New target
a9331b3f 8147 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
8148 intermediate TeX files, whether they have 2 or 3 character
8149 extensions.
8150 (gdbint.ps): Add target and rules.
8151 (gdb-internals): Delete unused target.
8152 (Makefile): Depends upon config.status also.
8153
8154Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
8155
8156 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
8157 set.
8158
8159Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
8160
8161 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8162 * gdb.texinfo (Expressions): Fix erroneous array constant example.
8163
8164Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
8165
8166 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
8167
8168Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8169
8170 * gdb.texinfo (Print settings): Document
8171 `set/show print static-members' commands.
8172
8173Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
8174
8175 * gdbint.texinfo (Native): Document name change, coredep.c to
8176 core-aout.c.
8177
8178Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
8179
8180 * stabs.texinfo (Include Files): Document the values the SunOS4
8181 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
8182
8183Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
8184
8185 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
8186 Fix typo.
8187
8188Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
8189
8190 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
8191 "gdb.tar.Z".
8192
8193Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
8194
8195 * Makefile.in (maintainer-clean): New target, synonym for
8196 realclean.
8197
8198Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8199
8200 * Update all FSF addresses except those in COPYING* files.
8201
8202Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8203
8204 From Richard Earnshaw (rearnsha@armltd.co.uk):
8205 * gdb.texinfo (convenience variables): Document $_exitcode.
8206 (quit): Document optional expression to use as exit code.
8207
8208Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
8209
8210 * gdb.texinfo, remote.texi: Brought up to date with various
8211 GDB changes.
8212
8213Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
8214
8215 * gdb.texinfo: Update dates and versions, fix comments about
8216 hardware watchpoints in future releases and about the
8217 sharedlibrary command.
8218
8219Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8220
8221 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
8222 C_FUN stab. Other cleanups.
8223
8224Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8225
8226 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
8227 for the sparc stub.
8228
8229Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8230
8231 * annotate.texi: Clarify which addresses have differing formats
8232 depending on the language and which do not.
8233
8234Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8235
8236 * remote.texi (NetWare): Changed example to use BOARD= instead of
8237 NODE= argument to reflect correspoding change to gdbserve.nlm.
8238
8239Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8240
8241 * stabs.texinfo (Negative Type Numbers): Mention the fact that
8242 GDB, as well as AIX dbx, supports the size type attribute.
8243
8244Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8245
8246 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
8247
8248Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
8249
8250 * gdb.texinfo (Define): Document $arg0... arguments to commands,
8251 and new 'if' and 'while' commands.
8252
8253Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
8254
8255 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
8256
8257Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8258
8259 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
8260 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
8261 NetWare targets. Mostly stolen from the Server node.
8262
8263Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8264
8265 * gdb.texinfo (Setting): Talk about the language of a source file
8266 versus the working language. The old documentation did not match
8267 what GDB did.
8268
8269Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8270
8271 * stabs.texinfo (Source Files): Document N_SO used to mark the end
8272 of a source file.
8273
8274Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8275
8276 * gdb.texinfo (Processes): New node.
8277
8278Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
8279
8280 * remote.texi: Update documentation of set/show mipsfpu.
8281
3fc11d3e
JM
8282Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
8283
8284 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
8285 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
8286
8287Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
8288
8289 * gdbint.texinfo: Removed mentions of some incorrectly placed and
8290 obsolete conditionals, described some others.
8291
8292Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8293
8294 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
8295 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
8296
8297Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
8298
8299 * gdbint.texinfo: Put regex conditionals in their own table.
8300
8301Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
8302
8303 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
8304 described or fixed the descriptions of many others.
8305
8306Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
8307
8308 * gdb.texinfo: Add some more credits.
8309 * gdbint.texinfo: Capitalize GDB consistently, describe some
8310 macros and remove some.
8311
8312Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8313
8314 * gdbint.texinfo: Removed mentions of many incorrectly placed and
8315 obsolete conditionals, described some others.
8316
8317Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8318
8319 * gdb.texinfo (help targets): Changed to `help target', which
8320 is the correct gdb command.
8321
8322Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8323
8324 * annotate.texi (TODO): New node, for keeping track of annotations
8325 suggested but not yet implemented.
8326
8327Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8328
8329 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
8330 another symbol, it is not the address itself.
8331
8332Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
8333
8334 * stabs.texinfo (Stab Section Basics): Add comment about alignment
8335 of stabs-in-coff sections.
8336
8337Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8338
8339 * annotate.texi: Change edition to 0.5 and date to May 1994.
8340 Add index.
8341 (Frames): New node, for frame annotation.
8342 (Displays): New node, for display annotation.
8343
8344 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
8345 when waiting for your program to stop.
8346
8347Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8348
8349 * annotate.texi (Breakpoint Info): Document annotation of header
8350 fields and record annotation.
8351
8352Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8353
8354 * annotate.texi: New file, to document annotations.
8355
8356Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8357
8358 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
8359 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
8360
8361Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8362
8363 * stabs.texinfo (Stab Section Basics): Say what is in .stab
8364 section, and say n_strx field is compilation unit relative.
8365 * stabs.texinfo: Don't use @code for a.out when it is the name of
8366 an object file format.
8367
8368Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8369
8370 * gdb.texinfo: Refer to file names, not path names, per rms
8371 convention.
8372 (Arguments): Fix typo.
8373
8374Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8375
8376 * stabs.texinfo (Global Variables): Talk about stabs in files
8377 where variables are referenced, but not defined.
8378
8379Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8380
8381 * stabs.texinfo: Move stuff on @ and # type descriptors from node
8382 Cplusplus to new nodes Member Type Descriptor and Method Type
8383 Descriptor. Re-write stuff for #.
8384
8385Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8386
8387 * gdb.texinfo (Print Settings): Don't document "set print
8388 fast-symbolic-addr off". The bug which it worked around was fixed
8389 on 25 Feb 94 in coffread.c, so I'm nuking the command.
8390
8391 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
8392 N_ENTRY node.
8393
8394 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
8395
8396Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8397
8398 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
8399 references to ieee-float.c.
8400
8401Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8402
8403 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
8404 match what the code actually does.
8405
8406Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8407
8408 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
8409
8410Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8411
8412 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
8413 i, and b.
8414
8415Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
8416
8417 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
8418 well as for ELF and SOM. Unify the descriptions of ELF and SOM
8419 as "stabs in sections" rather than just saying "ELF and SOM".
8420 Also make that stuff apply to COFF.
8421
8422Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8423
8424 * gdb.texinfo (Formatting Documentation): Change GhostScript to
8425 Ghostscript.
8426
8427Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8428
8429 * gdb.texinfo (Continuing and Stepping): When talking about "step"
8430 versus functions without line numbers, also mention stepping into
8431 them as well as "step" when you are in them. Tell the user how to
8432 deal with the situation. Add comment about "debugging information".
8433
8434Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8435
8436 * stabs.texinfo (Enumerations): Document restriction on where
8437 enumeration types can appear and still win with GDB.
8438
8439Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8440
8441 * stabs.texinfo (Negative Type Numbers): Document format for type
8442 -16.
8443
8444Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8445
8446 * gdb.texinfo (Selection, Frame Info): Update information about
8447 arbitrary frame specficiations.
8448
8449Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
8450
8451 * gdb.texinfo, remote.texi: general editing pass prior to Net release
8452
8453Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8454
8455 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
8456
8457Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
8458
8459 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
8460
8461Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8462
8463 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
8464 Differences node to Statics node.
8465 (Statics): Discuss XCOFF use of V symbol descriptor.
8466
8467 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
8468 not clean.
8469
8470Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
8471
8472 * gdb.texinfo (Print Settings): Document `set print
8473 fast-symbolic-addr' and improve the doc for some other
8474 `set print's.
8475
8476Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8477
8478 * stabs.texinfo (String Field): Talk about defining several type
8479 numbers at once.
8480 Fix lint regarding changing node ELF Transformations to
8481 ELF and SOM Transformations.
8482
8483Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
8484
8485 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
8486
8487Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8488
8489 * stabs.texinfo (Cross-References): `::' is for nested types only
8490 within <>.
8491 (Structures): Document static members.
8492
8493Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8494
8495 * stabs.texinfo: Document S type attribute.
8496
8497Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8498
8499 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
8500
8501Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
8502
8503 * gdbint.texinfo: Fix a few typos.
8504
8505Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8506
8507 * gdb.texinfo, remote.texi: formatting improvements
8508
8509 * gdb.texinfo (New Features): mention threads.
8510 (Summary, C): fix xrefs in newly contributed text.
8511 (Threads): index entries, clarifications, example
8512 (passim): minor typos fixed, phrasing improvements
8513
8514 * remote.texi (Bootstrapping): rephrase text on ^C and add index
8515 entries; (Server): explain use of gdbserver w/real-time systems,
8516 add example of conflicting TCP port; (MIPS Remote) break up
8517 running text into table, highlighting commands, and add example.
a9331b3f 8518
c906108c
SS
8519Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8520
8521 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
8522
8523Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8524
8525 * stabs.texinfo (Nested Symbols): New node.
8526 (String Field, Symbol Descriptors, Cross-References): Refer to it.
8527
8528Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8529
8530 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
8531 to picking which Bbss.bss symbol to use, and (because there seems to
8532 be no good way of doing it) re-write some of the text to make it
8533 sound like Bbss.bss isn't such a great idea after all (as currently
8534 designed).
8535
8536 * gdb.texinfo (C): In addition to saying people have to use g++ for
8537 good results, say they have to use stabs. Specifically say cfront
8538 doesn't work well.
8539 (Summary): Merge in information on Modula-2, Pascal, and Chill from
8540 the gdb README. Add xrefs to places where the support for the various
8541 languages is described in detail.
8542
8543Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8544
8545 * stabs.texinfo: Clean up stuff about visibility and virtual
8546 characters.
8547
8548 * stabs.texinfo (N_M2C): Cite Sun doc.
8549
8550Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8551
8552 * gdb.texinfo: updates re threads.
8553 * remote.texinfo: avoid index entries starting with digits.
8554
8555Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8556
8557 * stabs.texinfo (Enumerations): Talk about large, negative and
8558 octal values. Clean up cross reference to type attributes.
8559 (String Field): Say that GDB 4.11 supports size attribute.
8560
8561Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8562
8563 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
8564 is a mandatory step. Make the stuff about that more concise.
8565
8566Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8567
8568 * stabs.texinfo (Class Names): New node.
8569
8570 * gdb.texinfo (Command Files): Explain order of init file reading.
8571
8572 * remote.texi (Bootstrapping): Talk about getting the serial driver
8573 to deal with ^C sent by gdb to stop the remote system.
8574
8575Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
8576
8577 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
8578
8579 * libgdb.texinfo (Defining Commands): made the DOC arg
8580 to gdb_define_app_command a char * instead of char **
8581 per a suggestion from kingdon.
8582
8583 * libgdb.texinfo: total rewrite from a different starting
8584 premise.
8585
8586Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8587
8588 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
8589 floats passed as doubles (to improve clarity).
8590
8591Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8592
8593 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
8594
8595 * a4rc.sed: update to work with Andreas Vogel papersize params
8596
8597 * refcard.tex: use Andreas Vogel simplifications of papersize
8598 params; remove useless version info; update copyright date.
8599
8600Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8601
8602 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
8603
8604Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8605
8606 * gdb.texinfo (Files): Say what address the load command loads it at.
8607
8608 * stabs.texinfo (Common Blocks): Minor cleanups.
8609
8610 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8611 that Sun has backed away from the linker kludge and thus the relevant
8612 issue is changes to the SunPRO tools, not the Solaris linker.
8613
8614 * stabs.texinfo (Traditional Integer Types): Clean up description
8615 of octal bounds a little bit. Document extra leading zeroes.
8616
8617Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8618
8619 * gdb.texinfo (Signaling): Update for symbolic symbol names
8620 and add a section explaining the difference between the GDB
8621 signal command and the shell kill utility.
8622
8623Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
8624
8625 * libgdb.texinfo: added `@' to braces that were unescaped.
8626
8627Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
8628
8629 * libgdb.texinfo: new file. Spec for the gdb library.
8630
8631Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8632
8633 * stabs.texinfo (Include Files): Fix typo (start -> end).
8634
8635Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8636
8637 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8638 from Melissa at FSF's editing pass.
8639
8640Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8641
8642 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8643 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8644 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8645
8646Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8647
8648 * remote.texi (Bootstrapping): Discuss 386 call gates.
8649
8650Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8651
8652 * stabs.texinfo (Based Variables): New node.
8653
8654Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8655
8656 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8657 names, sizes, and formats to suggest how not to lose.
8658
8659Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8660
8661 * stabs.texinfo (Methods): Fix typo.
8662
8663Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8664
8665 * gdb.texinfo: Fix a few typos.
8666
8667Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8668
8669 * gdb.texinfo: Clarify how well it works with Fortran.
8670
8671 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8672 More on relocating stabs in ELF files.
8673
8674Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8675
8676 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8677
8678Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8679
8680 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8681 parameters on VAX.
8682
8683Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8684
8685 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8686
8687Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8688
8689 * stabs.texinfo: Make info author notice match the TeX author notice.
8690
8691Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8692
8693 * stabs.texinfo: Initial-caps all words in node names and
8694 non-trivial words in section names.
8695
8696Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8697
8698 * stabs.texinfo: Many minor cleanups.
8699
8700 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8701
8702Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8703
8704 * stabs.texinfo: Remove full description of big example.
8705 It's not really helpful; just use pieces of it where appropriate.
8706 Add more Texinfo formatting directives (@samp, etc.).
8707 Use @deffn to define stab types.
8708 Eliminate some wordiness. Break up some nodes.
8709 Add an (alphabetized) index of symbol types.
8710 Use consistent capitalization style in node and section names.
8711
8712Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8713
8714 * gdb.texinfo: Change typo "Two two" to "The two".
8715
8716Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8717
8718 * stabs.texinfo (XCOFF-differences): Remove references to
8719 non-existent types N_DECL and N_RPSYM.
8720
8721 * stabs.texinfo (String Field): Say that type attributes bug is
8722 fixed in GDB 4.10, since it is.
8723
8724 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8725
8726Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8727
8728 * stabs.texinfo: Formatting cleanups.
8729
8730Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8731
8732 * stabs.texinfo: When explaining the n_type of a stab, standardize
8733 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8734 no tabs, use @r).
8735 (Global Variables): Clean up.
8736
8737Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8738
8739 * stabs.texinfo (Stack Variables): Re-write.
8740
8741Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8742
8743 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8744 addresses of a source file. Also revise formatting.
8745 Change "object module" or "object file" to "source file".
8746 Various: Miscellaneous cleanups.
8747
8748Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8749
8750 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8751
8752Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8753
8754 * gdbint.texinfo: Removed many nonsensical machine-collected
8755 host and target conditionals, described some of the remainder.
8756
8757Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8758
8759 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8760
8761 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8762 paragraph which follows.
8763
8764 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8765 variables. Looks better and avoids overful hbox.
8766
8767Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8768
8769 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8770
8771Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8772
8773 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8774 retransmit-timeout
8775
8776Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8777
8778 * gdbint.texinfo: Update statement about `some ancient Unix
8779 systems, like Ultrix 4.0' to Ultrix 4.2.
8780
8781Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8782
8783 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8784
8785 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8786
8787 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8788 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8789
8790 * remote.texi: new name for former gdbinv-s.texi
8791
8792 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8793
8794Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8795
8796 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8797 variables for MIPS remote debugging protocol.
8798
8799Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8800
8801 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8802
8803Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8804
8805 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8806
8807Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8808
8809 * gdb.texinfo: repair conditional bugs in text markup
8810
8811Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8812
8813 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8814 to select Modula-2 material.
8815
8816Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8817
8818 * stabs.texinfo: Cleanups regarding statics.
8819
8820 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8821 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8822
8823Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8824
8825 * stabs.texinfo: N_MAIN is sometimes used for C.
8826
8827Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8828
8829 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8830
8831Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8832
8833 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8834 removed from the code by Kingdon.
c906108c
SS
8835
8836Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8837
8838 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8839 input when evaluating breakpoint conditions; the bug has been fixed.
8840
8841 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8842 sets the ignore count to N-1, not to N.
8843
8844Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8845
8846 * refcard.tex (\hoffset): correct longstanding error to match
8847 intended offset; avoids cutting off edge on some printers
8848
8849Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8850
8851 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8852
8853Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8854
8855 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8856
8857Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8858
8859 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8860 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8861 collect sed edits if any, apply to refcard before formatting;
8862 (refcard.ps) stop implying PS fonts if PS output requested;
8863 (lrefcard.ps) delete extra target for variant PS fonts
8864
8865 * refcard.tex: parametrize papersize dependent info, collect
8866 in easily replaced spot
8867
8868 * a4rc.sed: new file, edits to refcard for A4 paper
8869
8870Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8871
8872 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8873
8874Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8875
8876 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8877
8878Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8879
8880 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8881 politely rather than rudely.
8882
8883Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8884
8885 * stabs.texinfo: Document common blocks.
8886
8887Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8888
8889 * stabs.texinfo: Add some basic info about stabs-in-elf.
8890
8891Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8892
8893 * stabs.texinfo (Top): Minor cleanup.
8894
8895Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8896
8897 * Makefile.in (install-info): remove parentdir support
8898
8899Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8900
8901 * gdb.texinfo (Copying): delete this node and references to it;
8902 RMS says this manual need not carry GPL. (passim): Improvements
8903 from last round at FSF, largely due to Ian Taylor review, and
8904 minor formatting improvements.
8905
8906 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8907 largely due to Ian Taylor review. (Debug Session): minor edits to
8908 new text.
8909
8910Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8911
8912 * Makefile.in (realclean): Remove info and dvi files too.
8913
8914Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8915
8916 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8917 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8918 * gdb.texinfo: Change accordingly.
8919
8920 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8921 N_{L,R}BRAC,N_SLINE are relative to.
8922
8923Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8924
8925 * Makefile.in (GDBvn.texi): Update atomically.
8926
8927Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8928
8929 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8930
8931Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8932
8933 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8934 addresses together. Also motivate the set print symbol-filename
8935 command and suggest other solutions.
8936
8937Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8938
8939 * gdb.texinfo (set print elements): Note that the number of
8940 elements is set to unlimited by "set print elements 0".
8941
8942Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8943
8944 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8945 NF_LDOUBLE means.
8946 (Stab Types): Include Solaris stab types.
8947 (Procedures): Document Solaris extensions.
8948
8949Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8950
8951 * gdb.texinfo: Add `set print symbol-filename' doc.
8952
8953Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8954
8955 * stabs.texinfo (Arrays): Talk about type definition vs. type
8956 information.
8957
8958 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8959 the trailing semicolon.
8960
8961Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8962
8963 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8964 and merge in other parts of the document addressing these subjects.
8965 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8966
8967 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8968 at the end of a range type.
8969
8970 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8971 AIX extensions.
8972
8973Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8974
8975 * stabs.texinfo (Stabs Format): Misc fixes.
8976
8977Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8978
8979 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8980 (Traditional builtin types): Document convex convention for long long.
8981 (Negative builtin types): Discuss type names, and misc fixes.
8982
8983Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8984
8985 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8986 point types used with @samp{R} type descriptor.
8987 (Symbol Descriptors): Describe how to handle conflict between
8988 different meanings of @samp{P} symbol descriptor.
8989
8990Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8991
8992 * stabs.texinfo: Remove node Quick Reference and put its children
8993 directly under the main menu.
8994
8995 * stabs.texinfo: Many more changes to bring it into line with
8996 AIX documentation and reality. I think it now has all the
8997 information from the AIX documentation, except that I burned
8998 out when I got to variant records (Pascal and Modula-2) and
8999 all the COBOL types. Oh well, we can add them later when we're
9000 worrying more about those languages.
9001
9002 * stabs.texinfo (Automatic variables): Talk about what it means
9003 to omit the symbol descriptor.
9004
9005Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9006
9007 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9008 gcc2 behavior with promoted args.
9009
9010Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9011
9012 * gdb.texinfo: include readline appendices in info version of manual
9013
9014Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9015
9016 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9017 target remote.
9018
9019 * gdb.texinfo (Machine Code): more index entries for disassemble
9020
9021Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
9022
9023 * Clarify the intended use of the gdb-testers and gdb-patches
9024 mailing lists, and shrink gzip comment.
9025
9026Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9027
9028 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9029 DOSHOST configuration of manual.
9030
9031 * gdb.texinfo (MIPS Stack): new node.
9032
9033 * all-config.texi (MIPS) new switch.
9034
9035 * gdbinv-s.texi (Nindy Options) Remove two instances of future
9036 tense; (MIPS Remote) new node.
9037
9038 * gdb.texinfo (passim) rephrases to work around makeinfo @value
9039 bug; (Environment) less passive, other small cleanups in text about
9040 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9041 (Remote) new MIPS Remote menu entry.
9042
9043Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
9044
9045 * stabs.texinfo: Many changes to include information from the
9046 AIX documentation.
9047
9048 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9049
9050Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
9051
9052 * gdbint.texinfo (new node Debugging GDB, elsewhere):
9053 Move a bunch of information from ../README.
9054 (Getting Started): New node.
9055
9056Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9057
9058 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9059
9060 * gdb.texinfo: advance manual revision dates to present
9061
9062 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9063 stop using silly Roman numerals in @set variable names
9064
9065Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
9066
9067 * stabs.texinfo (Parameters): Keep trying to get this right.
9068
9069Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
9070
9071 * stabs.texinfo (Parameters): More on "local parameters".
9072
9073Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
9074
9075 * stabs.texinfo (Parameters): Re-do "local parameters" section.
9076
9077Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
9078
9079 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9080 (Parameters): Rewrite.
9081 (xcoff-differences, Sun-differences): Minor changes.
9082
9083Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9084
9085 * stabs.texinfo: Minor cleanup.
9086
9087Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
9088
9089 * gdbint.texinfo: Minor xcoff stuff.
9090
9091Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
9092
9093 * gdbint.texinfo: Update for new config directory structure.
9094 Add info about internal type data structures.
9095
9096Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
9097
9098 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9099 $(srcdir).
9100 (gdb-config.texi): Depend on file in $(srcdir).
9101
9102Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
9103
9104 * stabs.texinfo: Fixes about N_SO.
9105
9106Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9107
9108 * gdb.texinfo: include list of nonstandard init file names
9109
9110 * *-config.texi: new switch GENERIC for text that applies *only*
9111 to (usual) multiple-target version of manual
9112
9113 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9114 h8 config
9115
9116 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9117 in menus (rather than conditionally selected multiple alternative
9118 menus).
9119
9120 * Makefile.in: define and use DOC_CONFIG var to select
9121 configuration for GDB user manual.
9122
9123 * gdb-config.texi: delete from repository, generate from Makefile.
9124
9125 * all-config.texi: normal `generic' configuration file, formerly
9126 stored as gdb-config.texi
9127
9128Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9129
9130 * Makefile.in: add dvi target to build all .dvi files
9131
9132Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9133
9134 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9135
9136Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
9137
9138 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9139 host conditionals.
9140 * stabs.texinfo: More array fixes inspired by Jim's.
9141
9142Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
9143
9144 * stabs.texinfo: Fixes re arrays and continuations.
9145
9146 * gdbint.texinfo: Add XCOFF node.
9147
9148Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
9149
9150 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
9151
9152Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9153
9154 * stabs.texinfo: Fix for array types to mention lower bounds.
9155
9156Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
9157
9158 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
9159
9160Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
9161
9162 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
9163
9164Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
9165
9166 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
9167 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
9168
9169Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
9170
9171 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
9172
9173Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9174
9175 * gdb.texinfo, gdbinv-s.texi: misc updates
9176
9177Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
9178
9179 * gdbint.texinfo: Brief documentation for longjmp support,
9180 from an email msg by Stu.
9181
9182Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
9183
9184 * stabs.texinfo: Fix description of floating point "range"
9185 types (which really define basic types). Reported by Jim Meehan,
9186 <meehan@src.dec.com>.
9187
9188 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
9189
9190Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
9191
9192 * gdbint.texinfo: Slightly expand section on supporting a new
9193 object file format.
9194
9195Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
9196
9197 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
9198 intermediate file.
9199
9200Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9201
9202 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
9203
9204Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9205
9206 * gdbinv-s.texi: z8000 simulator target name is just "sim"
9207
9208 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
9209 as well as Z8002.
9210
9211Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
9212
9213 * gdbint.texinfo: Add sections on clean design and on how to send
9214 in changes.
9215
9216Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
9217
9218 * gdbint.texinfo: Add how to declare the result of make_cleanup.
9219
9220Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
9221
9222 * gdb.texinfo: Fix typo, reported by Karl Berry.
9223
9224Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
9225
9226 * gdb.texinfo: Add opcodes dir to GDB distribution description.
9227
9228Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9229
9230 * gdbint.texinfo: fixed a stray email address (needs @@),
9231 added @table @code to node "Native Conditionals"
9232
9233Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
9234
9235 * gdbint.texinfo: Describe coding style of GDB.
9236
9237Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
9238
9239 * stabs.texinfo: Minor wording changes.
9240
9241Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
9242
9243 * gdbint.texinfo: Improve release doc slightly.
9244
9245Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
9246
9247 * gdbint.texinfo: Improve doc of GDB config macros.
9248
9249Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
9250
9251 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
9252 These will be reinserted when examined.
9253
9254Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
9255
9256 * gdbint.texinfo: Make a start at documenting all the #if macros
9257 in GDB. At least list them all, and start separating them into
9258 host-specific and target-specific.
9259
9260Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9261
9262 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 9263 examples (not consistent w others).
c906108c
SS
9264 gdb.texinfo: issue disclaimer paragraph on cmdline options only
9265 for generic vn of doc
9266
9267Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
9268
9269 * Makefile.in: always create installation directories.
9270
9271Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9272
9273 * gdb.texinfo: in h8 config, do not describe searching commands.
9274
9275Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9276
9277 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
9278 conditionals; introduce a few generic switches that may be
9279 useful for other cross-dev or dos-hosted configs.
9280
9281 * gdb.texinfo: fix typo in "info reg" description
9282
9283Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
9284
9285 * stabs.texinfo: Minor updates from running TeX over it.
9286 * Makefile.in (stabs.dvi, stabs.ps): Add.
9287
9288Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
9289
9290 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
9291 First pass at converting it to texinfo.
9292
9293Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
9294
9295 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
9296 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
9297
9298Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
9299
9300 * gdbint.texinfo: Add section on partial symbol tables.
9301
9302Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
9303
9304 * gdb.texinfo: document `set remotedebug' and `set
9305 rstack_high_address'.
9306
9307Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9308
9309 * gdb.texinfo: slight expansion of new text on reading info files
9310 * gdbinv-s.m4.in: correct and expand info on cross-debugging
9311 H8/300 from DOS.
9312
9313Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
9314
9315 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
9316
9317Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
9318
9319 * gdb.texinfo: Say how to read the `info' files.
9320
9321Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
9322
9323 * Makefile.in: gm4 -> m4.
9324
9325Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
9326
9327 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
9328 Documentation' ahead of `Installing GDB' to match README.
9329 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 9330 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
9331
9332Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
9333
9334 * Makefile.in: remove $(srcdir) from gdb.info rule.
9335
9336Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9337
9338 * Makefile.in: commented out gdb-all.texinfo rule. This is
9339 temporary.
9340
9341Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
9342
9343 * Makefile.in, configure.in: removed traces of namesubdir,
9344 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
9345 copyrights to '92, changed some from Cygnus to FSF.
9346
9347Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
9348
9349 * gdb.texinfo: Improve how we ask for bug reports.
9350
9351Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9352
9353 * Makefile.in: infodir belongs in datadir.
9354
9355Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9356
9357 * Makefile.in: remove spaces following hyphens, bsd make can't
9358 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 9359 standards.text support.
c906108c
SS
9360
9361Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9362
9363 * Makefile.in: idestdir and ddestdir go away. Added copyrights
9364 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
9365 and mandir now keyed off datadir by default.
9366
9367\f
9368Local Variables:
9e9c5ae7 9369mode: change-log
c906108c
SS
9370left-margin: 8
9371fill-column: 74
9372version-control: never
9373End:
This page took 1.285657 seconds and 4 git commands to generate.