*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
f35a17b5
JK
12012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
4 present.
5 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
6 fullname output always present.
7
0dfd2fad
PM
82012-12-23 Pierre Muller <muller@sourceware.org>
9
10 * gdbint.texinfo (Function prototypes): Require use of "extern"
11 modifier for function prototypes in headers.
12
7785b880
JB
132012-12-19 Joel Brobecker <brobecker@adacore.com>
14
15 * refcard.tex: Update copyright notice to GPL v3 or later.
16 Update contact info.
17
3d745be3
JK
182012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19
20 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
21
c9b6281a
YQ
222012-12-15 Yao Qi <yao@codesourcery.com>
23
24 * gdb.texinfo (Debugging Output): Document 'set debug
25 notification' and 'show debug notification'.
26
f2a8bc8a
YQ
272012-12-15 Yao Qi <yao@codesourcery.com>
28
29 * gdb.texinfo (Listing Tracepoints): New item and example about
30 'installed on target' output.
31 Add more in the example about 'installed on target'.
32 (GDB/MI Breakpoint Commands): Doc about 'installed field.
33
451b7c33
TT
342012-12-14 Tom Tromey <tromey@redhat.com>
35
36 * gdb.texinfo (SVR4 Process Information): Mention core files.
37
3fa7bf06
MG
382012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
39
40 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
41
05b4bd79
PA
422012-12-11 Pedro Alves <palves@redhat.com>
43
44 * gdb.texinfo: Remove all mentions of Unixware throughout.
45
74a0d9f6
JK
462012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
47
48 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
49
0c631110
TT
502012-11-29 Tom Tromey <tromey@redhat.com>
51
52 * gdb.texinfo (SVR4 Process Information): Document missing
53 "info proc" subcommands.
54
891df0ea
YQ
552012-11-29 Yao Qi <yao@codesourcery.com>
56
57 PR gdb/1477.
58 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
59 to 'auto' instead of 'gnu'.
60
608e2dbb
TT
612012-11-26 Tom Tromey <tromey@redhat.com>
62
63 * gdb.texinfo (MiniDebugInfo): New node.
64 (GDB Files): Update.
65
e64e0392
DE
662012-11-16 Doug Evans <dje@google.com>
67
68 * gdb.texinfo (System-wide configuration): If the system-wide init
69 file lives in the data-directory, and --data-directory is provided,
70 look for it there.
71
ae606bee
TT
722012-11-15 Tom Tromey <tromey@redhat.com>
73
74 * gdb.texinfo (Signaling): Fix typo.
75
62747a60
TT
762012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
77
78 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
79 parameter "count" of -data-write-memory-bytes, and add an example.
80
18a9fc12
TT
812012-11-12 Tom Tromey <tromey@redhat.com>
82
83 * gdb.texinfo (Symbols): Document "info type-printers",
84 "enable type-printer" and "disable type-printer".
85 (Python API): Add new node to menu.
86 (Type Printing API): New node.
87 (Progspaces In Python): Document type_printers field.
88 (Objfiles In Python): Likewise.
89 (gdb.types) <get_type_recognizers, apply_type_recognizers,
90 register_type_printer, TypePrinter>: Document.
91
53342f27
TT
922012-11-12 Tom Tromey <tromey@redhat.com>
93
94 * gdb.texinfo (Symbols): Document "set print type methods",
95 "set print type typedefs", and flags to ptype and whatis.
96
ed8a1c2d
AB
972012-11-09 Andrew Burgess <aburgess@broadcom.com>
98
99 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
100 the example -data-disassemble output. Extend the description of
101 the -data-disassemble results to document all fields. Document
102 the cli disassemble command as being related to -data-disassemble.
103
8506d139
YQ
1042012-11-09 Yao Qi <yao@codesourcery.com>
105
106 PR gdb/14777.
107 * gdb.texinfo (OS Information): Remove doc on command
108 'info udot'.
109
4d3f93a2
JB
1102012-11-08 Joel Brobecker <brobecker@adacore.com>
111
112 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
113 gdb.ini warning for Windows port.
114
1e96de83
YQ
1152012-11-08 Yao Qi <yao@codesourcery.com>
116
117 * gdb.texinfo (Search): Add kindex for 'fo'.
118
dc939229
TT
1192012-11-05 Tom Tromey <tromey@redhat.com>
120
121 PR python/14802:
122 * gdb.texinfo (Functions In Python): Add example.
123
6f6484cd
YQ
1242012-11-03 Yao Qi <yao@codesourcery.com>
125
126 * observer.texi (GDB Observers): Remove observer
127 'tracepoint_modified', 'tracepoint_created' and
128 'tracepoint_deleted'.
129
af4238e5
TT
1302012-10-26 Tom Tromey <tromey@redhat.com>
131
132 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
133
687e43a4
TT
1342012-10-25 Tom Tromey <tromey@redhat.com>
135
136 * gdb.texinfo (General Query Packets): Use @itemx.
137
8de0566d
YQ
1382012-10-17 Yao Qi <yao@codesourcery.com>
139
140 * observer.texi (GDB Observers): Update observer
141 'memory_changed'.
142 * gdb.texinfo (GDB/MI Async Records): Document for
143 "memory-changed" notification.
144
07540c15
DE
1452012-10-15 Doug Evans <dje@google.com>
146
147 * gdb.texinfo (Mode Options): Document -nh.
148 Elaborate on docs for -nx.
149
d7019589
SP
1502012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
151
152 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
153
82a90ccf
YQ
1542012-09-21 Yao Qi <yao@codesourcery.com>
155 Pedro Alves <palves@redhat.com>
156
157 * gdb.texinfo (GDB/MI Async Records): Document notification
158 'record-started' and 'record-stopped'.
159 * observer.texi (GDB Observers): New observer 'record-changed'.
160
aa9259cc
TS
1612012-09-19 Thomas Schwinge <thomas@codesourcery.com>
162
163 * gdb.texinfo: Document the removal of SH's 'regs' command.
164
c1d780c2
SDJ
1652012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
166
167 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
168
bb25a15c
YQ
1692012-09-18 Yao Qi <yao@codesourcery.com>
170
171 * gdb.texinfo (GDB/MI Async Records): Document new MI
172 notifications '=tsv-created' and '=tsv-deleted'.
173 * observer.texi (GDB Observers): New observer tsv_created and
174 tsv_deleted.
175
201b4506
YQ
1762012-09-18 Yao Qi <yao@codesourcery.com>
177
178 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
179 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
180 '=traceframe-changed'.
181
6fc1c773
YQ
1822012-09-17 Yao Qi <yao@codesourcery.com>
183
184 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
185 'set listsize'.
186
121c73f3
JK
1872012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
188 Eli Zaretskii <eliz@gnu.org>
189
190 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
191 encoding for gdbarch_breakpoint_from_pc, bp_addr for
192 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
193
e9687799
JK
1942012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
195
196 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
197
3b5e4d35
YPK
1982012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
199
200 Document how to return from "python-interactive" to GDB.
201 * gdb.texinfo (Python Commands): Update documentation.
202
2032012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
204
205 Add a new "python-interactive" command that starts a standard
206 Python interactive prompt with "pi" as alias, and add "py" as
207 an alias to "python".
208 * gdb.texinfo (Python Commands): Document the new commands.
209
b583003e
TT
2102012-08-22 Tom Tromey <tromey@redhat.com>
211
212 * gdbint.texinfo (Host Definition): Remove documentation for
213 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
214
a451cb65
KS
2152012-08-17 Keith Seitz <keiths@redhat.com>
216
217 PR c++/13356
218 * gdb.texinfo (Type and Range Checking): Remove warning.
219 Remove spurious commas.
220 Update text and examples for re-implementation of set/show
221 check type.
222 (C and C++ Type and Range Checks): Likewise.
223
6b1755ce
YQ
2242012-08-16 Yao Qi <yao@codesourcery.com>
225
226 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
227 is deprecated.
228
f47f77df
DE
2292012-08-13 Doug Evans <dje@google.com>
230
231 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
232 to include functions.
233
a72c3253
DE
2342012-08-10 Doug Evans <dje@google.com>
235
236 * gdb.texinfo (Convenience Funs): New node.
237 (Types In Python): Document Type.vector.
238
5b9afe8a
YQ
2392012-08-09 Yao Qi <yao@codesourcery.com>
240
241 * observer.texi: New observer command_param_changed.
242 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
243
dc1039df
JK
2442012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
245
246 * gdbint.texinfo (Debugging GDB): In section
247 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
248 Mention also gdb-gdb.py.
249
4abf930d
YQ
2502012-08-07 Yao Qi <yao@codesourcery.com>
251
252 Revert the folloing patch:
253 2012-08-06 Yao Qi <yao@codesourcery.com>
254 * gdb.texinfo (Remote Configuration): Add kindex for 'set
255 remote hardware-watchpoint-limit' and 'set
256 remote hardware-breakpoint-limit'.
257
f3c8a52a
JK
2582012-08-06 Nathaniel Flath <flat0103@gmail.com>
259
260 * gdb.texinfo (Working Directory): Added information about new
261 default argument for 'cd' command.
262
77a91025
YQ
2632012-08-06 Yao Qi <yao@codesourcery.com>
264
265 * gdb.texinfo (Remote Configuration): Add kindex for 'set
266 remote hardware-watchpoint-limit' and 'set
267 remote hardware-breakpoint-limit'.
268
d9f08f52
YQ
2692012-08-06 Yao Qi <yao@codesourcery.com>
270
271 Fix PR14371.
272
273 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
274 '=breakpoint-deleted'.
275
95b07c96
YQ
2762012-08-02 Yao Qi <yao@codesourcery.com>
277
278 * gdb.texinfo (Native): Remove node Neutrino.
279
7255706c
YQ
2802012-07-27 Yao Qi <yao@codesourcery.com>
281
282 * gdb.texinfo (IPA Protocol Commands): Document new command
283 'close'.
284
d6b28940
TT
2852012-07-25 Tom Tromey <tromey@redhat.com>
286
287 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
288
e615022a
DE
2892012-07-20 Doug Evans <dje@google.com>
290
291 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
292 (Index Files): Document how to control the use of deprecated index
293 sections.
294 (Index Section Format): Replace --use-deprecated-index-sections with
295 "set use-deprecated-index-sections on".
296
055855a4
EZ
2972012-07-12 Eli Zaretskii <eliz@gnu.org>
298
299 * gdbint.texinfo: Remove @syncodeindex directives that put all the
300 indices into a single node "Index". Instead, join function and
301 variable indices into a single index, separate from the concept
302 index. Requested in
303 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
304 (Top): Update the top-level menu: instead of one "Index" there are
305 now separate entries "Concept Index" and "Function and Variable
306 Index".
307 (Concept Index, Function and Variable Index): New nodes.
308 (Index): Node deleted.
309
f77cc5f0
HZ
3102012-07-05 Hui Zhu <hui_zhu@mentor.com>
311
312 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
313 and "maint agent-eval".
314
00595b5e
EZ
3152012-07-03 Eli Zaretskii <eliz@gnu.org>
316
317 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
318 avoid file-name clashes between Index.html and index.html on
319 case-insensitive filesystems. See the discussion starting in
320 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
321 details of the problem.
322 (Top): Update the master menu for the above.
323 (Concept Index, Command and Variable Index): New nodes, instead of
324 the old "Index" node that was deleted. All cross-references
325 updated.
326
d3ce09f5
SS
3272012-07-02 Stan Shebs <stan@codesourcery.com>
328
329 * gdb.texinfo (Dynamic Printf): Mention agent style and
330 disconnected dprintf.
331 (Maintenance Commands): Describe maint agent-printf.
332 (General Query Packets): Mention BreakpointCommands feature.
333 (Packets): Document commands extension to Z0 packet.
334 * agentexpr.texi (Bytecode Descriptions): Document printf
335 bytecode.
336
2d7b58e8
JK
3372012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
338
339 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
340 only after gdbinit files.
341 (Startup): Move -iex and -iex commands down after gdbinit files.
342
202cbf1c
JK
3432012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
344
345 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
346 possibility.
347
b6ba681c
TT
3482012-06-29 Tom Tromey <tromey@redhat.com>
349
350 * gdb.texinfo (Index Section Format): Update for version 7.
351
71caed83
SS
3522012-06-28 Stan Shebs <stan@codesourcery.com>
353
354 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
355 example, add note about title column.
356
ee0bf529
SCR
3572012-06-26 Siva Chandra Reddy <sivachandra@google.com>
358
359 * gdb.texinfo (Symbol Tables In Python): Add description about
360 the new 'last' attribute of gdb.Symtab_and line.
361
3c15d565
SCR
3622012-06-26 Siva Chandra Reddy <sivachandra@google.com>
363
364 * gdb.texinfo (Symbol Tables In Python): Correct the description
365 of the 'pc' attribute of gdb.Symtab_and_line.
366
45cfd468
DE
3672012-06-26 Doug Evans <dje@google.com>
368
369 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
370 and symtab-create.
371
496ee73e
KS
3722012-06-25 Keith Seitz <keiths@redhat.com>
373
374 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
375 from example. Remove "rbreak" from list of corresponding
376 gdb commands.
377
156942c7
DE
3782012-06-23 Doug Evans <dje@google.com>
379
380 * gdb.texinfo (Index Section Format): Document version 7 format.
381
c614397c
YQ
3822012-06-22 Yao Qi <yao@codesourcery.com>
383
384 * gdb.texinfo: Add missing cindex for some packets.
385
472a2379
KS
3862012-06-20 Keith Seitz <keiths@redhat.com>
387
388 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
389 for -break-insert and document -p.
390
2678e2af
YQ
3912012-06-20 Yao Qi <yao@codesourcery.com>
392
393 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
394 and "gdb.write_memory" with "Inferior.read_memory" and
395 "Inferior.write_memory".
396
984359d2
EZ
3972012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
398
399 * gdb.texinfo (Summary): Add a link to "Free Documentation".
400 (Free Documentation): Add @node line.
401 (Continuing and Stepping) <advance location>: Use @item instead of
402 @itemx.
403 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
404 @itemx.
405 (Embedded Processors): Put the link to "PA" to its correct place,
406 according to document structure.
407 (Python API): Put the link to "Lazy Strings In Python" to its
408 correct place.
409 (Index): Use @@ in @tex block to get a literal @.
410
411 * gdbint.texinfo: Fix the @subtitle line.
412
413 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
414 correct place.
415
16bdd41f
YQ
4162012-06-08 Yao Qi <yao@codesourcery.com>
417
418 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
419 Protocol'.
420 (In-Process Agent Protocol, IPA Protocol Objects)
421 (IPA Protocol Commands): New nodes.
422 (Tracepoint Packets): Add anchors.
423
2d4c29c5
TS
4242012-06-06 Thomas Schwinge <thomas@codesourcery.com>
425
426 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
427
6bd110c5
YQ
4282012-06-06 Yao Qi <yao@codesourcery.com>
429
430 * gdb.texinfo: Update copyright year.
431
f3e0e960
SS
4322012-05-23 Stan Shebs <stan@codesourcery.com>
433 Kwok Cheung Yeung <kcy@codesourcery.com>
434
435 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
436
1564a261
JK
4372012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
438
439 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
440 Mention also --with-separate-debug-dir.
441 (Auto-loading): Prepend $debugdir in the sample output.
442 (Auto-loading safe path): Likewise. Mention also $debugdir for the
443 auto-load safe-path variable.
444 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
445 Mention also $debugdir for 'set auto-load scripts-directory'.
446
eb17f351
EZ
4472012-05-19 Eli Zaretskii <eliz@gnu.org>
448
449 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
450 (MIPS Embedded, MIPS, MIPS Register packet Format)
451 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
452 appropriate.
453
4cc0665f
MR
4542012-05-18 Sandra Loosemore <sandra@codesourcery.com>
455 Maciej W. Rozycki <macro@codesourcery.com>
456
457 * gdb.texinfo (MIPS): Document "set mips compression" and "show
458 mips compression".
459 (MIPS Breakpoint Kinds): New subsubsection.
460
7af8dcf8 4612012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
462
463 * gdb.texinfo (Architecture-Specific Protocol Details): Define
464 nodes for subsections. Add @acronym mark-ups and adjust
465 formatting.
466
aff139ff
JK
4672012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
468
469 Rename $ddir to $datadir.
470 * gdb.texinfo (Auto-loading, Auto-loading safe path)
471 (objfile-gdb.py file): Rename $ddir to $datadir.
472
9cb709b6
TT
4732012-05-18 Tom Tromey <tromey@redhat.com>
474
475 * gdb.texinfo (Print Settings): Document 'set print symbol'.
476
e7e0cddf
SS
4772012-05-14 Stan Shebs <stan@codesourcery.com>
478
479 * gdb.texinfo (Dynamic Printf): New subsection.
480
7efc75aa
SCR
4812012-05-13 Siva Chandra Reddy <sivachandra@google.com>
482
483 * gdb.texinfo (Basic Python): Add description about the function
484 gdb.find_pc_line
485
f307c045
JK
4862012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
487 Eli Zaretskii <eliz@gnu.org>
488
489 * gdb.texinfo (Separate Debug Files): Use plural form for global
490 debugging information directory.
491
85d4a676
SS
4922012-05-11 Stan Shebs <stan@codesourcery.com>
493 Kwok Cheung Yeung <kcy@codesourcery.com>
494
495 * gdb.texinfo (Operating System Auxiliary Information): Document new
496 'info os' subcommands.
497
c1668e4e
JK
4982012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
499
500 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
501 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
502 (dotdebug_gdb_scripts section): Add reference
503 to 'Auto-loading safe path'.
504
7349ff92
JK
5052012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
506
507 Implement multi-component --with-auto-load-dir.
508 * gdb.texinfo (Auto-loading): New references
509 for 'set auto-load scripts-directory'
510 and 'show auto-load scripts-directory'.
511 (Auto-loading safe path): Describe the new default. Move $ddir
512 substituation reference to 'objfile-gdb.py file'.
513 (objfile-gdb.py file): Describe script-name alias. Change real-name to
514 script-name. Describe new 'set auto-load scripts-directory'
515 and 'show auto-load scripts-directory'.
516
6dea1fbd
JK
5172012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
518
519 Provide $ddir substitution for --with-auto-load-safe-path.
520 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
521 (Auto-loading safe path): Likewise. Mention the default value,
522 $ddir substitution, --with-auto-load-safe-path and
523 --without-auto-load-safe-path.
524 * observer.texi (gdb_datadir_changed): New.
525
1ccacbcd
JK
5262012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
527
528 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
529 Twice.
530
d9242c17
JK
531 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
532 directory separator by path separator.
533
af2c1515
JK
5342012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
535
536 * gdb.texinfo (Auto-loading safe path): Make 'directories'
537 for 'set auto-load safe-path' optional. Mention if it is omitted.
538 Change disabling security protection condition to "/", twice.
539
a20ee7a4
SCR
5402012-05-03 Siva Chandra Reddy <sivachandra@google.com>
541
542 * gdb.texinfo (Symbol Tables In Python): Add documentation about
543 the new methods global_block and static_block on gdb.Symtab
544 objects.
545
56af09aa
SCR
5462012-05-02 Siva Chandra Reddy <sivachandra@google.com>
547
548 * gdb.texinfo (Blocks In Python): Add a note saying that future
549 improvements to GDB and its infrastructure can move symbols
550 across blocks within a symbol table.
551
2746b0ef
YQ
5522012-04-29 Yao Qi <yao@codesourcery.com>
553
554 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
555 (A29K): Remove.
556
62e5f89c
SDJ
5572012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
558 Tom Tromey <tromey@redhat.com>
559
560 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
561 and generic static probe support on GDB.
562
a766d390
DE
5632012-04-25 Doug Evans <dje@google.com>
564
50f042b9
DE
565 * gdb.texinfo (Go): Fix thinko.
566
a766d390
DE
567 * gdb.texinfo (Supported Languages): Add Go.
568 (Go): New node.
569
f02e2b19
YQ
5702012-04-25 Yao Qi <yao@codesourcery.com>
571
572 * gdbint.texinfo (Testsuite): New section `Board settings'.
573
68d41a48
JK
5742012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
575
576 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
577 Three times.
578
174bb630
JK
579 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
580 Three times.
581
0511cc75
JK
5822012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
583
584 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
585 by @table @asis. Fix formatting of one item.
586
0070f25a
JK
5872012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
588
589 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
590
4dc84fd1
JK
5912012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
592
593 New option "set debug auto-load".
594 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
595 (auto-load verbose mode): New node.
596
bccbefd2
JK
5972012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
598
599 New option "set auto-load safe-path".
600 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
601 and "info auto-load" examples for safe-path. Put there also references
602 for "set auto-load safe-path" and "show auto-load safe-path".
603 New menu item for Auto-loading safe path.
604 (Auto-loading safe path): New node.
605 (Python Auto-loading): Update the expected output from "Missing"
606 to "No".
607
bf88dd68
JK
6082012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
609
610 auto-load: Implementation.
611 * gdb.texinfo (Mode Options): New anchor for -nx.
612 (Startup): New anchors for Option -init-eval-command,
613 Home Directory Init File
614 and Init File in the Current Directory during Startup.
615 Mention set auto-load local-gdbinit with a reference.
616 Change the sample code to "set auto-load python-scripts".
617 (Threads): New anchor set libthread-db-search-path.
618 Provide references to libthread_db.so.1 file.
619 (Controlling GDB): New menu item for Auto-loading.
620 (Auto-loading, Init File in the Current Directory)
621 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
622 (Python): Rename the menu item Auto-loading to Python Auto-loading.
623 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
624 reference.
625 (Auto-loading): Rename to ...
626 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
627 "set auto-load python-scripts", new anchor for it. Change
628 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
629 for it. Change "info auto-load-scripts"
630 to "info auto-load python-scripts", new anchor for it. Change "scripts"
631 to "Python scripts".
632
8264ba82
AG
6332012-04-14 Anton Gorenkov <xgsa@yandex.ru>
634
635 PR mi/13393
636 * gdb.texinfo (Print Settings): Extend the description for "set print
637 object".
638 (GDB/MI Variable Objects): Extend the description for -var-create and
639 -var-list-children.
640
06fc020f
SCR
6412012-04-11 Siva Chandra Reddy <sivachandra@google.com>
642
643 * gdb.texinfo (Examining Data): Document the 'explore' command.
644
7191c139
JB
6452012-03-28 Joel Brobecker <brobecker@adacore.com>
646
647 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
648 to the children of a varobj and its update range when -var-update
649 returns that the varobj's type changed.
650
3708f05e
JK
6512012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
652
653 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
654 Create two new links fir 'objfile-gdb.py file'
655 and 'dotdebug_gdb_scripts section'.
656
8e0583c8
JK
6572012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
658
659 * gdb.texinfo (Auto-loading): Rename node reference
660 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
661 Twice.
662 (.debug_gdb_scripts section): Rename the node ...
663 (dotdebug_gdb_scripts section): ... here.
664 (Maintenance Commands): Also rename this node reference.
665
7b282c5a
SCR
6662012-03-22 Siva Chandra Reddy <sivachandra@google.com>
667
668 * gdb.texinfo (Python API/Values From Inferior): Add description
669 about the new method Value.referenced_value. Add description on
670 how Value.dereference is different (and similar) to
671 Value.referenced_value.
672
8320cc4f
JK
6732012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
674
675 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
676 --init-eval-command=COMMAND, -iex.
677 (Startup): Describe -iex and -ix. Simplify the example
678 for "set auto-load-scripts off".
679
481860b3
GB
6802012-03-16 Gary Benson <gbenson@redhat.com>
681
682 PR breakpoints/10738
683 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
684 stating that GDB cannot set breakpoints on inlined functions.
685 (Mode Options): Document --use-deprecated-index-sections.
686 (Index Section Format): Document new index section version format.
687
c4aeac85
TT
6882012-03-15 Tom Tromey <tromey@redhat.com>
689
690 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
691
16899756
DE
6922012-03-13 Doug Evans <dje@google.com>
693
694 * gdb.texinfo (Help): Change apropos example to use "alias" instead
695 of "reload".
696 (Symbols): Delete docs for set/show symbol-reloading.
697 * gdbint.texinfo (Defining Other Architecture Features): Delete
698 SYMBOL_RELOADING_DEFAULT.
699 * refcard.tex: Delete reference to symbol-reloading.
700
9b224c5e
PA
7012012-03-07 Pedro Alves <palves@redhat.com>
702
703 * gdb.texinfo (General Query Packets): Document new
704 QProgramSignals packet.
705 * gdb.texinfo (Remote configuration): Mention
706 "program-signals-packet".
707
169081d0
TG
7082012-03-05 Tristan Gingold <gingold@adacore.com>
709
710 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
711
d1feda86
YQ
7122012-03-03 Yao Qi <yao@codesourcery.com>
713
714 * gdb.texinfo (In-Process Agent): New node.
715 Document new commands.
716 (General Query Packets): Add packet `QAgent'.
717
1faeff08
MR
7182012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
719
720 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
721
7d74f244
DE
7222012-03-01 Scott J. Goldman <scottjg@vmware.com>
723
724 * gdb.texinfo (Commands In Python): Put example python macro in
725 COMMAND_USER category rather than COMMAND_OBSCURE.
726 Document gdb.COMMAND_USER.
727 (User-defined Commands): Update documentation to clarify
728 "set/show max-user-call-depth" and "show user" don't apply to python
729 commands. Update documentation to clarify "help user-defined" may
730 also include python commands defined as COMMAND_USER.
731
6fe37d23
JK
7322012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
733
734 * gdb.texinfo (Startup): Add option -ex description to the option -x
735 description.
736
83364271
LM
7372012-02-24 Luis Machado <lgustavo@codesourcery.com>
738
739 * gdb.texinfo (Setting Breakpoints): Mention and explain the
740 condition-evaluation breakpoint parameter.
741 Mention condition-evaluation mode being shown in "info break".
742 (Break Conditions): Add description for target-side
743 conditional breakpoints.
744 (Remote Configuration): Mention conditional-breakpoints-packet.
745 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
746 cond-expr.
747 (General Query Packets): Mention new ConditionalBreakpoint feature.
748
bdb1994d
TT
7492012-02-22 Tom Tromey <tromey@redhat.com>
750
751 * gdb.texinfo (Blocks In Python): Clarify block iteration.
752
4d241c86
TT
7532012-02-17 Tom Tromey <tromey@redhat.com>
754
755 PR python/10753:
756 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
757 directory.
758
816338b5
SS
7592012-02-14 Stan Shebs <stan@codesourcery.com>
760
761 * gdb.texinfo (Disabling Breakpoints): Document enable count.
762
cc30c4bd
PA
7632012-02-13 Pedro Alves <palves@redhat.com>
764
765 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
766 mips-idt-ecoff.
767
035d1e5b
YQ
7682012-02-09 Yao Qi <yao@codesourcery.com>
769
770 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
771
f0823d2c
TT
7722012-02-07 Tom Tromey <tromey@redhat.com>
773
774 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
775 Symbol.value.
776
64e7d9dd
TT
7772012-02-07 Tom Tromey <tromey@redhat.com>
778
779 * gdb.texinfo (Symbols In Python): Document Symbol.line.
780
4220b2f8
TS
7812012-01-27 Thomas Schwinge <thomas@codesourcery.com>
782
783 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
784
edcc5120
TT
7852012-01-24 Tom Tromey <tromey@redhat.com>
786
787 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
788 unload".
789 (Files): Mention new catch commands.
790 (GDB/MI Async Records): Likewise.
791
53fe1783
GB
7922012-01-24 Gary Benson <gbenson@redhat.com>
793
794 Delete #if 0'd out code.
795 * gdb.texinfo (Frame Info): Remove "info catch".
796
b9e7b9c3
UW
7972012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
798
799 * gdb.texinfo (Remote Configuration): Document
800 "set remote hostio-readlink-packet" command.
801 (General Query Packets): Document vFile:readlink packet.
802
4aac40c8
TT
8032012-01-16 Tom Tromey <tromey@redhat.com>
804
805 * gdb.texinfo (Specify Location): Document relative file name
806 handling.
807
cafec441
TT
8082012-01-16 Tom Tromey <tromey@redhat.com>
809
810 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
811
0ee339bc
JK
8122012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
813 Eli Zaretskii <eliz@gnu.org>
814
815 * gdbint.texinfo (Coding Standards): Require braces for two lines of
816 code.
817
72384ba3
PH
8182012-01-11 Paul Hilfinger <hilfingr@adacore.com>
819
820 * gdb.texinfo (Variables): Document use of :: for non-static
821 variables.
822
ce1b17c4
JB
8232012-01-05 Joel Brobecker <brobecker@adacore.com>
824
825 * gdbint.texinfo (Start of New Year Procedure): Update
826 to replace use of copyright.sh by use of copyright.py.
827
217bff3e
JK
8282012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
829
830 Remove the gdbtui binary.
831 * all-cfg.texi (GDBTUI): Remove.
832 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
833 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
834 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
835
cc72b2a2
KP
8362011-12-23 Kevin Pouget <kevin.pouget@st.com>
837
838 Introduce gdb.FinishBreakpoint in Python.
839 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
840 (Python API): Add menu entry for Finish Breakpoints.
841
13ac8d2c
JK
8422011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
843
844 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
845 tests.
846
e0f9f062
DE
8472011-12-16 Doug Evans <dje@google.com>
848
849 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
850
80b6e756
PM
8512011-12-16 Phil Muldoon <pmuldoon@redhat.com>
852
1c3ad6ab 853 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
854 stack". Add documentation for "set/show python print-stack".
855
2fb860fc
PA
8562011-12-14 Pedro Alves <pedro@codesourcery.com>
857
858 * gdb.texinfo (Implementing a Remote Stub): Explain that you
859 should transfer control to the stub in the startup code instead of
860 in main. Mention the need to get past the initial breakpoint.
861
f8eba3c6
TT
8622011-12-06 Tom Tromey <tromey@redhat.com>
863
864 * gdb.texinfo (Set Breaks): Update for new behavior.
865
2268b414
JK
8662011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
867
868 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
869 List Format for SVR4 Targets'.
870 (General Query Packets): New item qXfer:libraries-svr4:read.
871 (Library List Format for SVR4 Targets): New node.
872
ae6f0d5b
TT
8732011-12-01 Tom Tromey <tromey@redhat.com>
874
875 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
876 add.
877
36dfb11c
TT
8782011-11-22 Tom Tromey <tromey@redhat.com>
879
880 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
881 reasons.
882
f196051f
SS
8832011-11-20 Stan Shebs <stan@codesourcery.com>
884
885 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
886 note-related options and variables.
887 (Tracepoint Packets): Document packet changes.
888
f85b53f8
SD
8892011-11-20 Sanjoy Das <sdas@igalia.com>
890
891 * gdb.texinfo (JIT Interface): Add documentation on writing and
892 usind JIT debug info readers.
893 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
894 Debug Info Readers): New nodes.
895
bfccc43c
YQ
8962011-11-18 Yao Qi <yao@codesourcery.com>
897
898 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
899 tracepoint.
900
c011a4f4
DE
9012011-11-15 Doug Evans <dje@google.com>
902
903 * gdb.texinfo (Files): Document basenames-may-differ.
904
ed59ded5
DE
9052011-11-14 Doug Evans <dje@google.com>
906
907 * gdb.texinfo (Shell Commands): Document "!".
908
405f8e94
SS
9092011-11-14 Stan Shebs <stan@codesourcery.com>
910 Kwok Cheung Yeung <kcy@codesourcery.com>
911
912 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
913 needed to get shorter fast tracepoints.
914 (Tracepoint Packets): Document new qTMinFTPILen packet.
915
1e4d1764
YQ
9162011-11-14 Yao Qi <yao@codesourcery.com>
917
918 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
919 behavior of tracepoint.
920 (General Query Packets): New feature InstallInTrace.
921 (Remote Configuration): Document "set remote
922 install-in-trace-packet".
923
71eba9c2 9242011-11-12 Matt Rice <ratmice@gmail.com>
925
926 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
927 Add arguments to info macro.
928
e0f8f636
TT
9292011-11-10 Tom Tromey <tromey@redhat.com>
930
931 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
932 manual.
933 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
934 (Macros): Add a footnote.
935 (C): Remove paragraph about compiler options.
936 (C Constants): Mention wide character and string constants.
937 (C Plus Plus Expressions): Update compiler option advice. Mention
938 using declarations. Mention ADL. Remove old HP compiler
939 information.
940
625c0d47
TT
9412011-11-10 Tom Tromey <tromey@redhat.com>
942
943 PR c++/9257:
944 * gdb.texinfo (Print Settings): Add an extra note about the need
945 for a vtable.
946
4be2aacc
MR
9472011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
948
949 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
950 "set mips abi" documentation.
951
0a1c4d10
DE
9522011-11-04 Doug Evans <dje@google.com>
953
954 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
955
aad1c02c
TT
9562011-11-03 Tom Tromey <tromey@redhat.com>
957
958 * gdb.texinfo (Stopping): Add menu entry.
959 (Continuing and Stepping): Restore @node. Use @section, not
960 @subsection.
961
983fb131
MR
9622011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
963
964 * gdb.texinfo (Skipping Over Functions and Files): Remove node
965 designation. Fix "Specify Location" cross-reference.
966
3065dfb6
SS
9672011-11-02 Stan Shebs <stan@codesourcery.com>
968
969 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
970 (General Query Packets): Describe tracenz feature.
971 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
972
0aaaf063
PK
9732011-10-28 Paul Koning <paul_koning@dell.com>
974
975 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
976
2231f1fb
KP
9772011-10-27 Kevin Pouget <kevin.pouget@st.com>
978
979 * gdb.texinfo ((Frames In Python): Document
980 gdb.FRAME_UNWIND_FIRST_ERROR contant.
981
5110b5df
PK
9822011-10-26 Paul Koning <paul_koning@dell.com>
983
984 * gdb.texinfo (gdb.types): Document new deepitems function.
985
22dbab46
PK
9862011-10-25 Paul Koning <paul_koning@dell.com>
987
988 PR python/13327
989
990 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
991 fetch_lazy method.
992
9df2fbc4
PM
9932011-10-20 Phil Muldoon <pmuldoon@redhat.com>
994
995 PR python/12656
996
997 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
998 global_block, static_block function.
999
f05e2e1d
TT
10002011-10-19 Tom Tromey <tromey@redhat.com>
1001
1002 * gdb.texinfo (Commands In Python): Add missing "@"s.
1003
a7fc3f37
KP
10042011-10-13 Kevin Pouget <kevin.pouget@st.com>
1005
1006 PR python/13285 Document named constants for frame unwind stop reasons
1007 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1008 constants.
1009
5048e516
JK
10102011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1011
1012 Fix compatibility with texinfo versions older than 4.12.
1013 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1014 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1015 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1016 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1017 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1018 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1019 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1020
5a56e9c5
DE
10212011-10-09 Doug Evans <dje@google.com>
1022
1023 * gdb.texinfo (Extending GDB): Document alias command.
1024
36b11add
JK
10252011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1026
1027 Support @entry in input expressions.
1028 * gdb.texinfo (Variables): Describe @entry names suffix.
1029 (Print Settings): Add anchor for `set print entry-values'.
1030
e18b2753
JK
10312011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1032 Eli Zaretskii <eliz@gnu.org>
1033
1034 Display @entry parameter values (without references).
1035 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1036 example.
1037 (Print Settings): New description of set print entry-values and show
1038 print entry-values.
1039
111c6489
JK
10402011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1041 Eli Zaretskii <eliz@gnu.org>
1042
1043 Recognize virtual tail call frames.
1044 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1045 (Tail Call Frames): New node.
1046 (Frames In Python): Add gdb.TAILCALL_FRAME.
1047
9c15afc4
DE
10482011-10-07 Doug Evans <dje@google.com>
1049
1050 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1051 register_pretty_printer.
1052
99f5279d
PM
10532011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1054
1055 PR python/12930
1056 PR python/12802
1057
1058 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1059 stop method.
1060
03583c20
UW
10612011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1062
1063 * gdb.texinfo (Starting your Program): "set disable-randomization"
1064 is no longer Linux-specific.
1065 (Remote Configuration): Document "set remote
1066 disable-randomization-packet".
1067 (General Query Packets): Document "QDisableRandomization" packet
1068 and add it to "qSupported" list.
1069
bd054e06
KP
10702011-10-07 Kevin Pouget <kevin.pouget@st.com>
1071
1072 Allow Python notification of new object-file loadings.
1073 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1074 event type.
1075
cb6be26b
KP
10762011-10-04 Kevin Pouget <kevin.pouget@st.com>
1077
1078 PR python/12691: Add the inferior to Python exited event
1079 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1080
a05336a1
JB
10812011-10-03 Joel Brobecker <brobecker@adacore.com>
1082
1083 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1084 rephasing.
1085
5d77fe44
JB
10862011-10-03 Joel Brobecker <brobecker@adacore.com>
1087
1088 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1089 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1090 as possible feature returned by the `-list-features'
1091 command.
1092
699df94d
PK
10932011-09-28 Paul Koning <paul_koning@dell.com>
1094
1095 * gdb.texinfo (gdb.Type): Document field access by dictionary
1096 key syntax.
1097
24bdad53
YQ
10982011-09-28 Yao Qi <yao@codesourcery.com>
1099
1100 * gdb.texinfo (Files): Update options for `add-symbol-file'.
1101 Add one space after option `-s'. Remove @r{} markup.
1102
6710bf39
SS
11032011-09-27 Stan Shebs <stan@codesourcery.com>
1104
1105 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1106
d99f7e48
HZ
11072011-09-16 Hui Zhu <teawater@gmail.com>
1108
1109 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1110 to *(unsigned char *)$esp@300.
1111
d812018b
PK
11122011-09-15 Paul Koning <paul_koning@dell.com>
1113
1114 * gdb.texinfo: Make style of Python functions and methods match
1115 the syntax of Python. Also put class and module names explicitly
1116 on function, member, and variable names, matching Python
1117 documentation conventions.
1118
2aa48337
KP
11192011-09-15 Kevin Pouget <kevin.pouget@st.com>
1120
1121 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1122 * gdb.texinfo (Inferiors In Python): Describe new
1123 gdb.selected_inferior() function.
1124
6839b47f
KP
11252011-09-15 Kevin Pouget <kevin.pouget@st.com>
1126
1127 Handle multiple breakpoint hits in Python interface:
1128 * gdb.texinfo (Events In Python): New function documentation:
1129 gdb.BreakpointEvent.breakpoints. Indicate that
1130 gdb.BreakpointEvent.breakpoint is now deprecated.
1131
26829f2b
JB
11322011-09-04 Joel Brobecker <brobecker@adacore.com>
1133
1134 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
1135
a9f54f60
TT
11362011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
1137
1138 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
1139
fa3a4f15
PM
11402011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1141
1142 * gdb.texinfo (Prompt): Add set/show extended-prompt
1143 documentation
1144 (Basic Python): Add prompt_hook anchor.
1145 (Python modules): Reword module text to reflect multiple modules.
1146 (gdb.prompt): Document gdb.prompt module.
1147
224bbe49
YQ
11482011-08-14 Yao Qi <yao@codesourcery.com>
1149
78d85199
YQ
1150 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
1151
11522011-08-14 Yao Qi <yao@codesourcery.com>
1153
1154 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
1155 (TIC6x Features): New node.
1156
457e09f0
DE
11572011-08-12 Doug Evans <dje@google.com>
1158
1159 * gdb.texinfo (Symbols In Python): Document symbol.type.
1160
5e239b84
PM
11612011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1162
1163 * gdb.texinfo (Python): Document command and function
1164 auto-loading.
1165
177bc839
JK
11662011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1167 Eli Zaretskii <eliz@gnu.org>
1168
1169 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
1170 typedefs unrolling. Extend the sample code by an inner typedef and
1171 outer typedefs unrolling.
1172
1a532630
PP
11732011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1174
1175 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
1176 size and line-size.
1177
9b158ba0 11782011-07-21 Matt Rice <ratmice@gmail.com>
1179
1180 PR macros/12999
1181 * gdb.texinfo (Macros): Add info definitions and info macros commands.
1182 Update text and cindex entries for info macro command.
1183
d17b6f81
PM
11842011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1185
1186 * observer.texi (GDB Observers): Add before_prompt observer.
1187 * gdb.texinfo (Basic Python): Add documentation for prompt
1188 substitution.
1189
713389e0
PM
11902011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1191
1192 PR python/12438
1193 * gdb.texinfo (Python Commands): Add deprecate note to maint
1194 set/show python print-stack. Document set/show python
1195 print-backtrace.
1196
177b42fe
TJB
11972011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1198
1199 * gdb.texinfo: Fix typos.
1200
900e11f9
JK
12012011-07-01 Tom Tromey <tromey@redhat.com>
1202
1203 * gdb.texinfo (Debugging Output): Document set debug
1204 check-physname.
1205
39c4d40a
TT
12062011-06-29 Tom Tromey <tromey@redhat.com>
1207
1208 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1209 breakpoint-notifications feature.
1210
6f5def7d
UW
12112011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
1212
1213 * gdb.texinfo (Target Description): Remove warning about
1214 possibly unstable format.
1215
8cf64490
TT
12162011-06-03 Tom Tromey <tromey@redhat.com>
1217
1218 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1219 (Events In Python): Note that exit_code is optional.
1220
393eab54
PA
12212011-05-17 Pedro Alves <pedro@codesourcery.com>
1222
1223 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1224 required for multi-threading support.
1225 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1226 Hc are deprecated for multi-threading debugging. Point readers at
1227 the vCont packet.
1228
75fc9810
DE
12292011-05-15 Doug Evans <dje@google.com>
1230
1231 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1232
01124a23
DE
12332011-05-13 Doug Evans <dje@google.com>
1234
98a5dd13
DE
1235 * gdb.texinfo (Threads): Document $sdir,$pdir.
1236 (Server): Document $pdir exception.
1237
dbaefcf7
DE
1238 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1239
cc63ef9b
DE
1240 * gdb.texinfo (Threads): Clarify default value for
1241 libthread-db-search-path.
7e0396aa 1242
01124a23
DE
1243 * gdb.texinfo (Completion): Update example.
1244 (Debugging Output): Delete `set/show debug lin-lwp-async'.
1245
d248b706
KY
12462011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1247
1248 * gdb.texinfo: Document change in the behaviour of the enable and
1249 disable GDB commands when applied to tracepoints.
1250 Document the EnableDisableTracepoints remote stub feature.
1251 Document QTEnable and QTDisable in the list of tracepoint packets.
1252
cc88a640
JK
12532011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1254
1255 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1256 hsuser.texi.
1257 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1258 comment to hsuser.texi. Change rluser.texi name in the comment.
1259
84e578fb
DE
12602011-05-10 Doug Evans <dje@google.com>
1261
1262 * gdb.texinfo (Threads): If an empty path is provided for
1263 libthread-db-search-path it is reset to its default value.
1264 (Server): Ditto.
1265
478aac75
DE
12662011-05-09 Doug Evans <dje@google.com>
1267
1268 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
1269
9c06b0b4
TJB
12702011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1271 Thiago Jung Bauermann <bauerman@br.ibm.com>
1272
1273 Implement support for PowerPC BookE masked watchpoints.
1274 * gdb.texinfo (Set Watchpoints): Document mask parameter.
1275 (PowerPC Embedded): Mention support of masked watchpoints.
1276
9ed350ad
JB
12772011-05-03 Joel Brobecker <brobecker@adacore.com>
1278
1279 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1280 `@value{GDBN}'.
1281
4ceed123
JB
12822011-05-03 Joel Brobecker <brobecker@adacore.com>
1283
1284 * gdb.texinfo (titlepage): Remove dedication.
1285 (In Memoriam): New appendix.
1286
559a7a62
JK
12872011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1288 Eli Zaretskii <eliz@gnu.org>
1289
1290 * gdb.texinfo (Index Section Format): Change the version to 5.
1291 Describe the different formula.
1292
03f2bd59
JK
12932011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1294 Eli Zaretskii <eliz@gnu.org>
1295
1296 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1297 for disconnected tracing.
1298 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1299 extended-remote relationship. Mention --once.
1300 (TCP port allocation lifecycle of @code{gdbserver}): New.
1301
d9b1a651
EZ
13022011-04-23 Eli Zaretskii <eliz@gnu.org>
1303
1304 * gdb.texinfo (Server): Improve indexing. Index all optional
1305 switches to gdbserver.
1306
90476074
TT
13072011-04-20 Tom Tromey <tromey@redhat.com>
1308
1309 * gdb.texinfo (Index Section Format): New node.
1310 (Top): Add new node to menu.
1311
c21236dc
PA
13122011-04-20 Pedro Alves <pedro@codesourcery.com>
1313
1314 * gdb.texinfo (Maintenance Commands): Document `maint print
1315 remote-registers'.
1316
05c8c3f5
TT
13172011-04-20 Tom Tromey <tromey@redhat.com>
1318
1319 * gdb.texinfo (Trace File Format): Move node later.
1320
7a9dd1b2
TT
13212011-04-19 Tom Tromey <tromey@redhat.com>
1322
1323 * gdbint.texinfo (Register Information Functions): Remove
1324 duplicate "the".
1325 * gdb.texinfo (Emacs): Remove duplicate "to".
1326 (GDB/MI Variable Objects): Remove duplicate "the".
1327 (General Query Packets): Likewise.
1328
4368ebeb
JB
13292011-04-02 Joel Brobecker <brobecker@adacore.com>
1330
1331 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1332 "GDB/MI Ada Exception Information" node.
1333
956a9fb9
JB
13342011-04-01 Joel Brobecker <brobecker@adacore.com>
1335
1336 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1337 the "exception-name" field in the *stopped async record.
1338
f1310107
TJB
13392011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1340 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1341
1342 Implement support for PowerPC BookE ranged breakpoints.
1343 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1344
8786b2bd
TT
13452011-03-28 Tom Tromey <tromey@redhat.com>
1346
1347 * gdb.texinfo (Set Tracepoints): Fix typo.
1348
9ef07c8c
TT
13492011-03-24 Tom Tromey <tromey@redhat.com>
1350
1351 * gdb.texinfo (Specify Location): Document `function:label'
1352 linespec.
1353
99c3dc11
PM
13542011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1355
f1310107 1356 PR python/12149
99c3dc11
PM
1357
1358 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
1359
29703da4
PM
13602011-03-17 Phil Muldoon <pmuldoon@redhat.com>
1361
1362 * gdb.texinfo (Blocks In Python): Add is_valid method description.
1363 (Inferiors In Python): Likewise.
1364 (Threads In Python): Likewise.
1365 (Symbols In Python): Likewise.
1366 (Objfiles In Python): Likewise.
1367 (Symbol Tables In Python): Likewise.
1368
c9174737
PA
13692011-03-15 Pedro Alves <pedro@codesourcery.com>
1370
1371 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
1372 display>: Explain that the commands accept number ranges.
1373
7371cf6d
PM
13742011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1375
1376 * gdb.texinfo (Breakpoints In Python): Add description and example
1377 of Python stop function operation.
1378
ecec24e6
PM
13792011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1380
1381 * gdb.texinfo (Parameters In Python): Document get_set_string and
1382 get_show_string methods.
1383
6dcd5565
JK
13842011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1385
1386 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
1387
81896e36
JK
1388 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
1389 circular-trace-buffer name.
1390
5e30da2c
JB
13912011-02-28 Joel Brobecker <brobecker@adacore.com>
1392
1393 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
1394 in the previous change.
1395
3bd0f5ef 13962011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
1397
1398 * gdb.texinfo (Inferiors and Programs): Update commands to show
1399 that they can accept multiple arguments.
1400
4ec7539c
JB
14012011-02-24 Joel Brobecker <brobecker@adacore.com>
1402
1403 Revert the following patch (code patch was not approved):
1404 2011-02-21 Hui Zhu <teawater@gmail.com>
1405 * agentexpr.texi (bytecode descriptions): add printf.
1406 * gdb.texinfo (tracepoint action lists): add printf.
1407
82809774
DE
14082011-02-23 Doug Evans <dje@google.com>
1409
1410 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
1411
e5a67952
MS
14122011-02-23 Michael Snyder <msnyder@vmware.com>
1413
1414 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
1415 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
1416 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
1417
6e6fbe60
DE
14182011-02-22 Doug Evans <dje@google.com>
1419
1420 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
1421 Clarify behaviour of lookup_symbol when `block' argument is omitted,
1422 add description of result, fix @defun formatting.
1423
f994e27a
HZ
14242011-02-21 Hui Zhu <teawater@gmail.com>
1425
1426 * agentexpr.texi (Bytecode Descriptions): Add printf.
1427 * gdb.texinfo (Tracepoint Action Lists): Add printf.
1428
c7f96d2b
TT
14292011-02-18 Tom Tromey <tromey@redhat.com>
1430
1431 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
1432
60f98dde
MS
14332011-02-14 Michael Snyder <msnyder@vmware.com>
1434
1435 * gdb.texinfo (threads): Document argument for "info threads" cmd.
1436 Document new command "thread find".
1437
08e796bc
MS
14382011-02-14 Michael Snyder <msnyder@vmware.com>
1439
1440 * gdb.texinfo (Threads): Update example of new thread message.
1441
b3b9301e
PA
14422011-02-14 Pedro Alves <pedro@codesourcery.com>
1443
1444 * gdb.texinfo (Remote Configuration): Mention set/show remote
1445 traceframe-info.
1446 (Tools/Packages Optional for Building GDB): Mention that expat is
1447 used for traceframe info.
1448 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
1449 (General Query Packets) <qSupported>: Describe the
1450 qXfer:traceframe-info:read feature.
1451 (qXfer::read): Describe qXfer:traceframe-info:read.
1452 (Traceframe Info Format): New section.
1453
cef35b0f
PA
14542011-02-04 Pedro Alves <pedro@codesourcery.com>
1455
1456 * gdbint.texinfo (Formatting): Mention some formatting guidelines
1457 for casts and unary operators.
1458
f1cbe1d3
TT
14592011-02-04 Tom Tromey <tromey@redhat.com>
1460
1461 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
1462 is not useful.
1463
585fdaa1
PA
14642011-01-25 Pedro Alves <pedro@codesourcery.com>
1465
1466 * gdb.texinfo: s/value optimized out/optimized out/g
1467
7bfc9434
JB
14682011-01-21 Joel Brobecker <brobecker@adacore.com>
1469
1470 * gdb.texinfo (Other Misc Settings): Rework part of the
1471 documentation of the "set interactive mode" command.
1472
4694da01
TT
14732011-01-19 Tom Tromey <tromey@redhat.com>
1474
1475 * gdb.texinfo (Threads): Document thread name output and `thread
1476 name' command.
1477 (Threads In Python): Document Thread.name attribute.
1478 (GDB/MI Thread Commands): Document thread attributes.
1479
b716877b
AB
14802011-01-12 Andrew Burgess <aburgess@broadcom.com>
1481
1482 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
1483 changes in mi/mi-cmd-disas.c
1484
13fd8b81
TT
14852011-01-12 Tom Tromey <tromey@redhat.com>
1486
1487 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
1488 Fix "thread apply" text.
1489
e09342b5
TJB
14902011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1491 Thiago Jung Bauermann <bauerman@br.ibm.com>
1492
1493 Implement support for PowerPC BookE ranged watchpoints.
1494 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
1495 the "set powerpc exact-watchpoints" flag.
1496
06e65f44
TT
14972011-01-07 Tom Tromey <tromey@redhat.com>
1498
1499 * gdb.texinfo (Python API): Add descriptions to @menu items.
1500
d8e22779
TT
15012011-01-06 Tom Tromey <tromey@redhat.com>
1502
1503 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
1504
a255712f
PP
15052010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1506
e09342b5 1507 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 1508
ccfc3d6e
TT
15092011-01-06 Tom Tromey <tromey@redhat.com>
1510
1511 PR python/12133:
1512 * gdb.texinfo (Frames In Python): Document various frame
1513 constants.
1514
44944448
JB
15152011-01-05 Joel Brobecker <brobecker@adacore.com>
1516
1517 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
1518 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
1519 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
1520
42ea3d7a
JK
15212011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1522
1523 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
1524 (clean): Add GDBvn.texi.
1525
720d1a40
JB
15262010-12-29 Joel Brobecker <brobecker@adacore.com>
1527
1528 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
1529 occasional case where the debugger prints an array address
1530 instead of the array itself.
1531
ad196637
PA
15322010-12-23 Pedro Alves <pedro@codesourcery.com>
1533
1534 * gdb.texinfo (Packets) <read registers packet>: Document support
1535 for registers that were not collected.
1536
a86caf66
DE
15372010-12-15 Doug Evans <dje@google.com>
1538
1539 * gdb.texinfo (Startup): Document auto-loading of scripts during
1540 startup.
1541 (Auto-loading): Delete "maint set python auto-load on|off".
1542 Add "set auto-load-scripts on|off".
1543
aae1c79a
DE
15442010-12-07 Doug Evans <dje@google.com>
1545
1546 * gdb.texinfo (Mode Options): Document -data-directory.
1547 (Data Files): Add reference to -data-directory.
1548
4e04c971
DE
15492010-11-29 Doug Evans <dje@google.com>
1550
1551 * gdb.texinfo (Pretty-Printer Introduction): Change
1552 printer-name:subprinter-name to printer-name;subprinter-name.
1553
94b6973e
PM
15542010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1555
1556 PR python/12199
1557
1558 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
1559
39037522
TT
15602010-11-23 Tom Tromey <tromey@redhat.com>
1561
1562 * gdb.texinfo (Top): Check SYSTEM_READLINE.
1563 (Editing): Likewise.
1564 (Command History): Likewise.
1565 (TUI Keys): Likewise.
1566 (Bug Reporting): Conditionally include rluser.texi and
1567 inc-history.texinfo.
1568 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
1569 (GDB_DOC_SOURCE_INCLUDES): Add comment.
1570 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
1571 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
1572 (gdb.pdf): Likewise.
1573 (gdb.info): Likewise.
1574 (gdb/index.html): Likewise.
1575
5ae98d25
TT
15762010-11-23 Tom Tromey <tromey@redhat.com>
1577
1578 * Makefile.in (Makefile): Run ../config.status.
1579 (distclean): Update.
1580 * configure: Remove.
1581 * configure.ac: Remove.
1582
621c8364
TT
15832010-11-12 Tom Tromey <tromey@redhat.com>
1584
1585 * gdb.texinfo (Basic Python): Update. Add xref.
1586 (Exception Handling): Document new exception classes.
1587 (Types In Python): Update.
1588 (Frames In Python): Update.
1589
84f4c1fe
PM
15902010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1591
1592 * gdb.texinfo (Breakpoints In Python): Document "internal"
1593 parameter, and visible attribute.
1594
99e7ae30
DE
15952010-11-05 Doug Evans <dje@google.com>
1596
1597 * gdb.texinfo (Source Path): Document "set directories".
1598
f4b8a18d
KW
15992010-11-05 Ken Werner <ken.werner@de.ibm.com>
1600
1601 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
1602 (OpenCL C): New node.
1603
7b51bc51
DE
16042010-11-02 Doug Evans <dje@google.com>
1605
1606 * gdb.texinfo (Pretty Printing): Expand into three sections,
1607 introduction, example, and commands.
1608 (Python API): Delete section Disabling Pretty-Printers, merge into
1609 Selecting Pretty-Printers.
1610 (Writing a Pretty-Printer): New section. Move the pretty-printer
1611 example here, and reformat to match python coding style. Add a second
1612 example using the gdb.printing module.
1613 (Python modules): Add gdb.printing.
1614
9eeee977
DE
16152010-10-29 Doug Evans <dje@google.com>
1616
1617 * gdb.texinfo (Python): Fix long line.
1618
a0e0ffdf
DE
16192010-10-20 Doug Evans <dje@google.com>
1620
1621 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
1622 All references updated. Correct sections marked as subsections.
1623 (Coding Standards): New chapter. Move the coding standard related
1624 subsections here. Add section on Python coding standards.
1625
0e3509db
DE
16262010-10-13 Doug Evans <dje@google.com>
1627
1628 * gdb.texinfo (Python): Add "Python modules".
1629 (Types in Python): Add reference to gdb.types section.
1630 (Python modules): New node.
1631
44592cc4
DE
16322010-10-11 Doug Evans <dje@google.com>
1633
1634 * gdb.texinfo (Values From Inferior): Add reference to "Types in
1635 Python" from gdb.Value.type description.
1636
6e1bb179
JB
16372010-09-28 Joel Brobecker <brobecker@adacore.com>
1638
1639 * gdb.texinfo (Ravenscar Profile): New node.
1640
e8467610
TT
16412010-09-22 Tom Tromey <tromey@redhat.com>
1642
1643 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
1644
fccd1d1e
EZ
16452010-09-22 Eli Zaretskii <eliz@gnu.org>
1646
1647 * gdb.texinfo (Values From Inferior): Clarify that
1648 value.dynamic_type works only in C++ programs with RTTI.
1649
c1b6b909
TT
16502010-09-15 Paul Bolle <pebolle@tiscali.nl>
1651
1652 * gdb.texinfo (Character Sets): Correctly reference host-charset
1653 in example.
1654
7d288aaa
TT
16552010-09-13 Tom Tromey <tromey@redhat.com>
1656
1657 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
1658 Document "fullname" and "from".
1659
f75d858b
MK
16602010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1661
1662 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
1663 feature `reverse' output by -list-target-features.
1664
83b9503b
L
16652010-08-31 H.J. Lu <hongjiu.lu@intel.com>
1666
1667 * gdb.texinfo (i386 Features): Remove an extra "@item".
1668
03f17ccf
TT
16692010-08-30 Tom Tromey <tromey@redhat.com>
1670
1671 PR python/11792:
1672 * gdb.texinfo (Values From Inferior): Document dynamic_type.
1673
9779414d
DJ
16742010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1675
1676 * gdb.texinfo (ARM Features): Document
1677 org.gnu.gdb.arm.m-profile.
1678
f9ffd4bb
TT
16792010-08-23 Tom Tromey <tromey@redhat.com>
1680
1681 PR python/11145:
1682 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
1683 reinterpret_cast methods.
1684
702c2711
TT
16852010-08-23 Tom Tromey <tromey@redhat.com>
1686
1687 PR python/11915:
1688 * gdb.texinfo (Types In Python): Document array method.
1689
66b73624
TJB
16902010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
1691
1692 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
1693
06a64a0b
TT
16942010-08-16 Tom Tromey <tromey@redhat.com>
1695
1696 * gdb.texinfo (Set Watchpoints): Document -location option.
1697
a3a7127e
DE
16982010-08-13 Doug Evans <dje@google.com>
1699
1700 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
1701
8dedea02
VP
17022010-08-13 Vladimir Prus <vladimir@codesourcery.com>
1703
1704 * gdb.texinfo (GDB/MI Data Manipulation): Document
1705 -data-read-memory-raw and -data-write-memory-raw.
1706
ca5c20b6 17072010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 1708 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
1709
1710 * gdb.texinfo (Basic Python): Describe post_event API.
1711
cb2e07a6
PM
17122010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1713
1714 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 1715 decode_line Python APIs
cb2e07a6 1716
464b3efb
TT
17172010-08-10 Tom Tromey <tromey@redhat.com>
1718
1719 * gdb.texinfo (Pretty Printing API): Document
1720 gdb.default_visualizer.
1721
c29c521f
TT
17222010-08-10 Tom Tromey <tromey@redhat.com>
1723
1724 Revert gdb-add-index addition:
1725 * gdb.texinfo (Index Files): Don't document gdb-add-index.
1726
5da1313b
JK
17272010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1728 Eli Zaretskii <eliz@gnu.org>
1729
1730 * gdb.texinfo (Mode Options) <-batch>
1731 (Basic Python) <gdb.execute>: Describe setting width and height.
1732
02d868e8
PP
17332010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1734
1735 * gdb.texinfo (Threads): Document 'debug libthread-db'.
1736
c2bbed2a
TT
17372010-07-30 Tom Tromey <tromey@redhat.com>
1738
1739 * gdb.texinfo (Index Files): Mention gdb-add-index.
1740
6c13bbe1
HZ
17412010-07-30 Hui Zhu <teawater@gmail.com>
1742
1743 * gdb.texinfo (Inferiors and Programs): Update the introduce of
1744 "detach inferior" and "kill inferior".
1745
53a71c06
CR
17462010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
1747
1748 * gdb.texinfo (Machine Code): Update description of two forms of
1749 arguments, and add new example to demonstrate the new form.
1750
5374244e
PM
17512010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1752
1753 * gdb.texinfo (Values From Inferior): Add value inferior function
1754 call description.
1755
8ea5bce5
JK
17562010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1757
1758 * gdb.texinfo (Active Targets): Fix wrong comma placement.
1759
c0edd9ed
JK
17602010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1761 Eli Zaretskii <eliz@gnu.org>
1762
1763 Make core files the process_stratum.
1764 * gdb.texinfo (Active Targets): Remove core_stratum. Include
1765 record_stratum example.
1766
9291a0cd
TT
17672010-07-13 Tom Tromey <tromey@redhat.com>
1768
1769 * gdb.texinfo (Index Files): New node.
1770
f5011d11
TT
17712010-07-13 Tom Tromey <tromey@redhat.com>
1772
1773 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
1774
0f5238ed
TT
17752010-07-13 Tom Tromey <tromey@redhat.com>
1776
1777 * gdb.texinfo (Specify Location): Document labels.
1778
74c761c1
PA
17792010-07-01 Pedro Alves <pedro@codesourcery.com>
1780
1781 * gdb.texinfo (Create and Delete Tracepoints): Add more index
1782 entries for fast tracepoints and static tracepoints.
1783
501994c0
PA
17842010-07-01 Pedro Alves <pedro@codesourcery.com>
1785
1786 * gdb.texinfo (General Query Packets) <qfThreadInfo,
1787 qsThreadInfo>: Spell out `l' as ell.
1788
0fb4aa4b
PA
17892010-07-01 Pedro Alves <pedro@codesourcery.com>
1790
1791 * gdb.texinfo (Convenience Variables): Document $_sdata.
1792 (Commands to Set Tracepoints): Describe static tracepoints. Add
1793 `Listing Static Tracepoint Markers' menu entry. Document
1794 "strace".
1795 (Tracepoint Action Lists): Document collecting $_sdata.
1796 (Listing Static Tracepoint Markers): New subsection.
1797 (Tracepoints support in gdbserver): Mention static tracepoints.
1798 (remote packets, enabling and disabling): Mention
1799 read-sdata-object.
1800 (General Query Packets) <qSupported>: Document qXfer:sdata:read
1801 and StaticTracepoint.
1802 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
1803 Document qXfer:sdata:read.
1804 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
1805
dc3b15be
JB
18062010-06-29 Joel Brobecker <brobecker@adacore.com>
1807
1808 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
1809
595939de
PM
18102010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1811 Tom Tromey <tromey@redhat.com>
1812 Thiago Jung Bauermann <bauerman@br.ibm.com>
1813
1814 * gdb.texinfo (Inferiors In Python): New node.
1815 * gdb.texinfo (Threads In Python): New node.
1816
9279c692
JB
18172010-06-28 Joel Brobecker <brobecker@adacore.com>
1818
1819 * gdb.texinfo (Python): Document what the python directory is
1820 and what its location is.
1821 (Basic Python): Document the gdb.PYTHONDIR constant.
1822
bc9f0842
TT
18232010-06-25 Tom Tromey <tromey@redhat.com>
1824
1825 PR python/10808:
1826 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1827
f1421989
HZ
18282010-06-24 Hui Zhu <teawater@gmail.com>
1829
1830 * gdb.texinfo: (Commands for Controlled Output): Add
1831 documentation for command "eval".
1832
e4c0cfae
SS
18332010-06-21 Stan Shebs <stan@codesourcery.com>
1834
1835 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1836 * annotate.texinfo: Ditto.
1837 * gdbint.texinfo: Ditto.
1838 * stabs.texinfo: Ditto.
1839
bb08c432
HZ
18402010-06-22 Hui Zhu <teawater@gmail.com>
1841
1842 * gdb.texinfo: (Process Record and Replay): Add documentation
1843 for command "set record memory-query".
1844
4f5d9f07
SS
18452010-06-21 Stan Shebs <stan@codesourcery.com>
1846
1847 * gdb.texinfo: Relicense under GFDL version 1.3.
1848 * annotate.texinfo: Relicense under GFDL version 1.3.
1849 * gdbint.texinfo: Relicense under GFDL version 1.3.
1850 * stabs.texinfo: Relicense under GFDL version 1.3.
1851 * fdl.texi: Update to version 1.3.
1852
6aed2dbc
SS
18532010-06-18 Stan Shebs <stan@codesourcery.com>
1854
a61408f8
SS
1855 * gdb.texinfo (Operating System Auxiliary Information): Describe
1856 "info os" when no arguments given.
1857
6aed2dbc
SS
1858 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1859 $_thread.
1860
24e933df
HZ
18612010-06-18 Hui Zhu <teawater@gmail.com>
1862
1863 * gdb.texinfo: (Process Record and Replay): Add documentation
1864 for commands "record save" and "record restore".
1865
65d79d4b
SDJ
18662010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1867
1868 * gdb.texinfo: Include information about the correct use
1869 of addresses in the `watch' command.
1870
d914c394
SS
18712010-06-11 Stan Shebs <stan@codesourcery.com>
1872
1873 * gdb.texinfo (Observer Mode): New section.
1874 (General Query Packets): Document QAllow.
889bf7c5 1875
967cf477
DE
18762010-06-04 Doug Evans <dje@google.com>
1877
1878 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1879
aaf4119b
DE
18802010-06-03 Doug Evans <dje@google.com>
1881
1882 * gdbint.texinfo (Coding): Add subsection on command names.
1883
9eae7c52
TT
18842010-06-02 Tom Tromey <tromey@redhat.com>
1885
1886 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1887 always-disassemble.
1888
fa593d66
PA
18892010-06-01 Pedro Alves <pedro@codesourcery.com>
1890
1891 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1892 gdbserver, and add cross reference.
1893 (Tracepoints support in gdbserver): New subsection.
1894
dde08ee1
PA
18952010-05-26 Pedro Alves <pedro@codesourcery.com>
1896
1897 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1898 `qRelocInsn' feature.
1899 (Relocate instruction reply packet): New subsection
1900 of `Tracepoint Packets'.
1901 (Tracepoint Packets): Mention that packets QTDP and QTStart
1902 support the qRelocInsn request, and add cross reference to new
1903 subsection.
1904
07ca107c
DE
19052010-05-25 Doug Evans <dje@google.com>
1906
1907 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1908 (Commands In Python): Document gdb.string_to_argv.
1909
c25c4a8b
JK
19102010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1911
1912 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1913 ATTR_NORETURN.
1914
d7b32ed3 19152010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
1916 Tom Tromey <tromey@redhat.com>
1917 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 1918
c25c4a8b 1919 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 1920
6aecb9c2
JB
19212010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1922
1923 * gdb.texinfo: (Summary) Add mention about D language support.
1924 (Filenames): Add D suffixes.
1925 (D): New node.
1926
b7da9e9f
PM
19272010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1928
1929 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1930 of macro deleted from GDB code.
1931
ab38a727
PA
19322010-04-24 Pedro Alves <pedro@codesourcery.com>
1933
1934 * gdb.texinfo (Commands to specify files): Describe what how GDB
1935 looks up DOS-based filesystem paths on the system root. Document
1936 the new `set/show target-file-system-kind' commands.
1937
66d09542
DE
19382010-04-23 Doug Evans <dje@google.com>
1939
1940 * gdb.texinfo (Python): Move Auto-loading section here ...
1941 (Python API): from here.
1942 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1943 (Maintenance Commands): Add docs for "maint print section-scripts".
1944
8bd10a10
CM
19452010-04-20 Chris Moller <cmoller@redhat.com>
1946
1947 * gdb.texinfo (Setting Breakpoints): Added description of
1948 filename-qualified rbreak.
1949 * refcard.tex (Breakpoints and Watchpoints): Added brief
1950 description of filename-qualified rbreak.
1951
4c374409
JK
19522010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1953
1954 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1955 (Python API): Change the reference to Pretty Printing API.
1956 (Pretty Printing): Move the user part under the Data node. Reformat
1957 the sample output to 72 columns. Create a new reference to Pretty
1958 Printing API. Rename the API part ...
1959 (Pretty Printing API): To a new node name.
1960 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1961 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1962
5a9351ae
SS
19632010-04-21 Stan Shebs <stan@codesourcery.com>
1964
1965 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1966 and commands.
5a9351ae 1967 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1968
9a22f0d0
PM
19692010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1970
1971 * gdb.texinfo (Examining memory): Update for change in string
1972 display with explicit size.
1973
6149aea9
PA
19742010-04-19 Pedro Alves <pedro@codesourcery.com>
1975
1976 PR breakpoints/8554.
1977
1978 * gdb.texinfo (Save Breakpoints): New node.
1979 (save-tracepoints): Rename to ...
1980 (save tracepoints): ... this. Mention that `save-tracepoints' is
1981 a deprecated alias to `save tracepoints'.
1982
711e434b
PM
19832010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1984
645797a8 1985 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1986 (info w32 thread-information-block): Document new command.
1987 (qGetTIBAddress): Document new gdbserver query.
1988 (maint set/show show-all-tib): Document new command.
1989
3f7b2faa
DE
19902010-04-15 Doug Evans <dje@google.com>
1991
fa33c3cd
DE
1992 * gdb.texinfo (Python API): Add progspaces section.
1993 (Selecting Pretty-Printers): Progspace pretty-printers are
1994 searched too.
1995 (Progspaces In Python): New section.
1996
3f7b2faa
DE
1997 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1998
79f283fe
PM
19992010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2000
2001 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2002 returns None.
2003
87290684
SS
20042010-04-09 Stan Shebs <stan@codesourcery.com>
2005
2006 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2007 Describe the `frames-created' field, tweak grammar.
2008
a97153c7
PA
20092010-04-09 Pedro Alves <pedro@codesourcery.com>
2010
2011 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2012 Describe the `circular' and `disconnected' fields.
2013
5c5dcc1b
L
20142010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2015
2016 * gdb.texinfo (maint print registers): Mention unavailable and
2017 invisible registers.
2018
adc36818
PM
20192010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2020 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 2021 Tom Tromey <tromey@redhat.com>
adc36818
PM
2022
2023 * gdb.texinfo (Breakpoints In Python): New Node.
2024
33da3f1c
SS
20252010-04-08 Stan Shebs <stan@codesourcery.com>
2026
2027 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2028 trace status fields.
2029
3a13a53b
L
20302010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2031
2032 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2033 optional. Make org.gnu.gdb.i386.avx requires
2034 org.gnu.gdb.i386.avx.
2035
08001717
DE
20362010-04-08 Doug Evans <dje@google.com>
2037
2038 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2039 search path, and document that gdb only scans the search path if
2040 the script's path doesn't specify a directory.
2041
c375651d
DE
20422010-04-05 Doug Evans <dje@google.com>
2043
2044 * gdb.texinfo (maint show python auto-load): Fix typo.
2045
af54718e
SS
20462010-04-04 Stan Shebs <stan@codesourcery.com>
2047
d77f58be
SS
2048 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2049 (Setting Watchpoints): Update description of "info watch".
2050 (Disabling Breakpoints): Only "info break" lists all.
2051
af54718e
SS
2052 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2053 (tdump): Explain how tdump works.
2054
86b17b60
PA
20552010-04-01 Pedro Alves <pedro@codesourcery.com>
2056
2057 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2058 add cross reference.
2059
ff12863f
PA
20602010-03-31 Pedro Alves <pedro@codesourcery.com>
2061
2062 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2063 commands error out.
2064
f68eb612
L
20652010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2066
2067 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2068
c8d5aac9
L
20692010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2070
2071 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2072
7d13fe92
SS
20732010-03-29 Stan Shebs <stan@codesourcery.com>
2074 Nathan Sidwell <nathan@codesourcery.com>
2075
2076 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2077 GDBN equivalent.
2078 (Set Tracepoints): Remove mention that conditional tracepoints
2079 don't exist.
2080 (Tracepoint Actions): Clarify when while-stepping collection
2081 happens, note that while-stepping does not automatically collect
2082 $pc.
2083
409873ef 20842010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 2085
409873ef
SS
2086 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2087 (General Query Packets): Describe TracepointSource.
2088
ee8e71d4
EZ
20892010-03-27 Matt Rice <ratmice@gmail.com>
2090
c8d5aac9
L
2091 * gdb.texinfo (ARM): Document arguments to "target sim".
2092 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 2093
99b5e152
PA
20942010-03-26 Pedro Alves <pedro@codesourcery.com>
2095
2096 * gdb.texinfo (Tracepoint Packets): Remove mention that
2097 terror:string may be plain text, and drop mention of X prefix.
2098
cd64ee31
VP
20992010-03-26 Vladimir Prus <vladimir@codesourcery.com>
2100
2101 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2102
6c28cbf2
SS
21032010-03-24 Stan Shebs <stan@codesourcery.com>
2104
2105 * gdb.texinfo (Tracepoint Packets): Document trace error status.
2106
95a42b64
TT
21072010-03-24 Tom Tromey <tromey@redhat.com>
2108
2109 PR breakpoints/9352:
2110 * gdb.texinfo (Break Commands): Update.
2111
18148017
VP
21122010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2113
2114 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2115 commands.
2116
4daf5ac0
SS
21172010-03-16 Stan Shebs <stan@codesourcery.com>
2118
2119 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2120 circular-trace-buffer.
2121 (Tracepoint Packets): Describe QTBuffer, and details of the
2122 qTStatus reply.
2123
c9429232
SS
21242010-03-12 Stan Shebs <stan@codesourcery.com>
2125 Nathan Sidwell <nathan@codesourcery.com>
2126
2127 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2128 doing instruction stepping.
2129 (Tracepoint Restrictions): New node.
2130
ccefe4c4
TT
21312010-03-10 Tom Tromey <tromey@redhat.com>
2132
2133 * gdbint.texinfo (Symbol Handling): Update.
2134
7c953934
TT
21352010-03-08 Tom Tromey <tromey@redhat.com>
2136
2137 PR cli/9591:
2138 * gdb.texinfo (Mode Options): Mention lack of pagination and
2139 confirmation with --batch.
2140 (Screen Size): Mention --batch.
2141 (Messages/Warnings): Likewise.
2142
f870a310
TT
21432010-03-05 Tom Tromey <tromey@redhat.com>
2144
2145 * gdb.texinfo (Basic Python): Document target_charset and
2146 target_wide_charset.
2147
78e2826b
TT
21482010-03-05 Tom Tromey <tromey@redhat.com>
2149
2150 * gdb.texinfo (Data): Link to pretty-printing.
2151 (Output Formats): Likewise. Correct text.
2152
f5dff777
DJ
21532010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2154
2155 * gdb.texinfo (Types): Describe <struct> and <flags>.
2156
dc00d89f
PM
21572010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2158
2159 * gdb.texinfo (Frames In Python): Add block parameter and
2160 description to read_var text.
2161
5107b149 21622010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 2163 Tom Tromey <tromey@redhat.com>
5107b149
PM
2164
2165 * gdb.texinfo (Types In Python): Describe block argument in
2166 template_argument and gdb.lookup_type.
2167
e03e5e7b
TT
21682010-02-24 Tom Tromey <tromey@redhat.com>
2169
2170 * gdb.texinfo (Cygwin Native): Fix typo.
2171
f3e9a817
PM
21722010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2173
2174 * gdb.texinfo (Frames In Python): Add block, find_sal, function
2175 and select method descriptions.
2176 (Python API): Add Blocks In Python, Symbols in Python and Symbol
2177 Tables in Python to menu.
2178 (Blocks In Python): New node.
2179 (Symbols In Python): New node.
2180 (Symbol Tables in Python): New node.
2181
a79b8f6e
VP
21822010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2183
2184 Multiexec MI
2185
2186 gdb/
2187 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2188
2189 gdb/doc/
2190 * gdb.texinfo (GDB/MI Command Syntax): Document notification
2191 changes.
2192 (GDB/MI Program Execution): Document current behaviour of
2193 --all and --thread-group.
2194 (GDB/MI Miscellaneous Commands): Document -add-inferior and
2195 -remove-inferior.
2196 * observer.texi (inferior_added, inferior_removed): New
2197 observers.
2198
629d6a47
TT
21992010-02-19 Tom Tromey <tromey@redhat.com>
2200
2201 * gdbint.texinfo (Getting Started): Fix @node.
2202 (Debugging GDB): Likewise.
2203
c09529e5
JB
22042010-02-13 Joel Brobecker <brobecker@adacore.com>
2205
2206 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
2207 documenting the gdb_test_timeout variable.
2208
540aa8e7
MS
22092010-02-12 Jakob Engblom <jakob@virtutech.com>
2210
2211 * gdb.texinfo (MI commands): Added documentation of --reverse
2212 option to a set of MI commands. Restructured documentation of MI
2213 commands --exec-continue to reflect the complexity of reverse
2214 execution.
2215
081dfbf7
PA
22162010-02-12 Pedro Alves <pedro@codesourcery.com>
2217
2218 * gdb.texinfo (Using the Collected Data): Specify that the address
2219 range of `tfind outsize' is exclusive, and that the address range
2220 of `tfind range' is inclusive.
2221 (Tracepoint Packets): Specify that the address range of
2222 `QTFrame:range' is inclusive, and that the address range of
2223 `QTFrame:outside' is exclusive
2224
8e9c5e02
VP
22252010-02-12 Vladimir Prus <vladimir@codesourcery.com>
2226
2227 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2228
92981e24
TT
22292010-02-10 Tom Tromey <tromey@redhat.com>
2230
2231 * gdb.texinfo (Debugging Output): Document set debug parser and
2232 show debug parser.
2233
075b51b7
L
22342010-02-09 H.J. Lu <hongjiu.lu@intel.com>
2235
2236 * gdb.texinfo (Predefined Target Types): Add i387_ext,
2237 i386_eflags and i386_mxcsr.
2238
3bb8d5c3
L
22392010-02-08 H.J. Lu <hongjiu.lu@intel.com>
2240
2241 * gdb.texinfo: Document i386 target features.
2242
c5f80513
DE
22432010-02-05 Doug Evans <dje@google.com>
2244
2245 * gdbint.texinfo (Testsuite): Add a new section to document the
2246 various DejaGnu variables that may be overridden.
1be00882 2247 Document INTERNAL_GDBFLAGS.
c5f80513 2248
6ac33a4e
TT
22492010-02-04 Tom Tromey <tromey@redhat.com>
2250
2251 PR cli/8830:
2252 * gdb.texinfo (Files): -readnow comes before the filename for file
2253 and symbol-file.
2254
a1dcb23a
DJ
22552010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2256
2257 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2258 Document ARM breakpoint types.
2259 (Register Packet Format): Move into the new section.
2260 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2261
95433b34
JB
22622010-01-21 Joel Brobecker <brobecker@adacore.com>
2263
2264 * gdb.texinfo (File Options): Adjust the documentation of this
2265 switch to refer to the "source" command rather than partially
2266 duplicating some of the relevant information.
2267 (Extending GDB): Introduce and document the set/show script-extension
2268 setting.
2269 (Command Files): Add note explaining that the "source" command
2270 is also used to evalute scripts written in other languages.
2271 Remove the short slightly incorrect reference to sourcing Python
2272 scripts.
2273 (Python Commands): Document how to execute a Python script from GDB.
2274
8d576872
JB
22752010-01-19 Joel Brobecker <brobecker@adacore.com>
2276
2277 * gdb.texinfo (Command Files): Fix typo.
2278
8150ff9c
JB
22792010-01-18 Tom Tromey <tromey@redhat.com>
2280
2281 * gdb.texinfo (File Options): Document -x on .py files.
2282 (Command Files): Document handling of Python scripts.
2283
23db03a6
JZ
22842010-01-18 Jie Zhang <jie.zhang@analog.com>
2285
2286 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2287
00bf0b85
SS
22882010-01-15 Stan Shebs <stan@codesourcery.com>
2289
2290 * gdb.texinfo (Trace Files): New section.
2291 (Tracepoint Packets): Document QTSave and qTBuffer.
2292 (Trace File Format): New appendix.
2293
be759fcf
PM
22942010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2295
2296 * gdb.texinfo (Values From Inferior): Document lazy_string value
2297 method.
2298 (Python API): Add Lazy strings menu item.
2299 (Lazy Strings In Python): New node.
2300
dc146f7c
VP
23012010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2302
2303 * gdb.texinfo (GDB/MI Thread Information): New.
2304 (GDB/MI Async Records): Document the core field in *stopped.
2305 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2306 documentation
2307 (Process list): Document that osdata document may contain
2308 threads.
2309 (Remote Serial Protocol): Document qXfer:threads.
2310
d5551862
SS
23112010-01-06 Stan Shebs <stan@codesourcery.com>
2312
2313 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2314 disconnected tracing.
2315 (Tracepoint Packets): Document new protocol.
2316
7a697b8d
SS
23172010-01-05 Stan Shebs <stan@codesourcery.com>
2318
2319 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2320 tracepoints.
2321 (Tracepoint Packets): Describe remote protocol for fast
2322 tracepoints.
2323
e6f3ec50
JB
23242010-01-01 Joel Brobecker <brobecker@adacore.com>
2325
2326 Update the "Start of New Year Procedure".
2327 * gdbint.texinfo: Add the list of files that need to be updated
2328 manually. Minor reformatting.
2329
ddc4e9c1
JB
23302010-01-01 Joel Brobecker <brobecker@adacore.com>
2331
2332 * refcard.tex: Update copyright year in header and text.
2333
9d2897ad
JB
23342010-01-01 Joel Brobecker <brobecker@adacore.com>
2335
2336 * agentexpr.texi: Add 2010 to the list of copyright years.
2337 * annotate.texinfo: Likewise.
2338 * gdb.texinfo: Likewise.
2339 * gdbint.texinfo: Likewise.
2340 * observer.texi: Likewise.
2341 * stabs.texinfo: Likewise.
2342
6da95a67
SS
23432009-12-31 Stan Shebs <stan@codesourcery.com>
2344
2345 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 2346
236f1d4d
SS
23472009-12-29 Stan Shebs <stan@codesourcery.com>
2348
2349 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 2350
f61e138d
SS
23512009-12-28 Stan Shebs <stan@codesourcery.com>
2352
2353 * gdb.texinfo (Trace State Variables): New section.
2354 (Tracepoint Packets): Describe trace state variable packets.
2355 * agentexpr.texi (Bytecode Descriptions): Describe trace state
2356 variable bytecodes.
2357
0fe7935b
DJ
23582009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2359
2360 * gdb.texinfo (Symbols): "info variables" prints definitions, not
2361 declarations.
2362
a6b29f87
VP
23632009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2364
2365 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
2366 -gdb-exit behaviour.
2367
5e4bde96
JB
23682009-12-20 Joel Brobecker <brobecker@adacore.com>
2369
2370 * gpl.texi: Update to version 3 of the GPL.
2371
a1715244
JB
23722009-12-20 Joel Brobecker <brobecker@adacore.com>
2373
2374 * Makefile.in: Update copyright header.
2375 * observer.texi: Fix the copyright header of the generated files.
2376
361ae042
PM
23772009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2378
2379 * gdb.texinfo (Types In Python): Describe range function.
2380
bfd31e71
PM
23812009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
2382
2383 * gdb.texinfo (Types In Python): Describe "is_base_class".
2384
57a1d736
TT
23852009-12-03 Tom Tromey <tromey@redhat.com>
2386
2387 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2388
8cebebb9
PP
23892009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
2390
2391 * observer.texi: New memory_changed observer.
2392
16af530a
TT
23932009-12-01 Tom Tromey <tromey@redhat.com>
2394
2395 * gdb.texinfo (Reverse Execution): Fix typo.
2396
b6199126
DJ
23972009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2398
2399 PR gdb/8704
2400
2401 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
2402 are allowed after the breakpoint condition.
2403
7a6973ad
TT
24042009-11-23 Tom Tromey <tromey@redhat.com>
2405
2406 PR python/10782:
2407 * gdb.texinfo (Types In Python): Document Type.pointer.
2408
21a0512e
PP
24092009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2410
2411 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 2412
a5832c8f
PA
24132009-11-11 Pedro Alves <pedro@codesourcery.com>
2414
2415 * agentexpr.texi (Tracing On Symmetrix): Delete section.
2416 (Using Agent Expressions): Delete cross reference.
2417
1eb7cd77
JB
24182009-11-07 Joel Brobecker <brobecker@adacore.com>
2419
2420 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
2421 and @settitle directives up to help makeinfo find them.
2422
24ddea62
JK
24232009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2424
2425 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
2426 (Auto-loading): Use plural and note one can use multiple components now.
2427
3afae151
VP
24282009-11-01 Vladimir Prus <vladimir@codesourcery.com>
2429
2430 * gdb.texinfo (GDB/MI Stack Manipulation): Make
2431 -stack-list-arguments have the same documentation for parameter
2432 as -stack-list-locals. Add comas.
2433
14ff2235
PM
24342009-10-27 Tom Tromey <tromey@redhat.com>
2435 Eli Zaretskii <eliz@gnu.org>
2436
c8d5aac9 2437 PR python/10781
14ff2235
PM
2438
2439 * gdb.texinfo (Values From Inferior): Document cast method.
2440
9c419145
PP
24412009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2442
2443 * gdb.texinfo (Machine Code): Mention function name in disasssembly
2444 and adjust example.
889bf7c5 2445
29153c24
MS
24462009-10-22 Michael Snyder <msnyder@vmware.com>
2447
2448 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 2449 info record command. Also document the new save and restore
29153c24
MS
2450 commands.
2451
2b28d209
PP
24522009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2453
2454 * gdb.texinfo (Machine Code): Mention current pc marker.
2455 (Memory): Likewise.
2456
6c95b8df
PA
24572009-10-19 Pedro Alves <pedro@codesourcery.com>
2458 Stan Shebs <stan@codesourcery.com>
2459
2460 * observer.texi (new_inferior): Rename to...
2461 (inferior_appeared): ... this.
2462
2463 * gdb.texinfo (Inferiors): Rename node to ...
2464 (Inferiors and Programs): ... this. Mention running multiple
2465 programs in the same debug session.
2466 <info inferiors>: Mention the new 'Executable' column if "info
2467 inferiors". Update examples. Document the "add-inferior",
2468 "clone-inferior", "remove-inferior" and "maint info
2469 program-spaces" commands.
2470 (Process): Rename node to...
2471 (Forks): ... this. Document "set|show follow-exec-mode".
2472
2f8132f3
MS
24732009-10-11 Michael Snyder <msnyder@vmware.com>
2474
2475 * gdb.texinfo (ReverseStep): Show default as "unsupported".
2476 (ReverseContinue): Ditto.
2477
cba4b2d3
PP
24782009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2479
2480 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 2481
da082f17
JK
24822009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2483
2484 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
2485
08be9d71
ME
24862009-10-06 Michael Eager <eager@eagercon.com>
2487
2488 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
2489 (Embedded Processors): Add MicroBlaze.
2490 (MicroBlaze): New. Describe Xilinx MicroBlaze
2491
08a0efd0
PA
24922009-10-04 Pedro Alves <pedro@codesourcery.com>
2493
2494 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
2495
cbb8f428
EZ
24962009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2497
2498 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
2499
30a4a70c
JB
25002009-09-23 Joel Brobecker <brobecker@adacore.com>
2501
2502 * observer.texi (solib_unloaded): Document explicitly the fact that
2503 this observer is called before the associated symbols are unloaded.
2504
b3372f91
VP
25052009-09-19 Vladimir Prus <vladimir@codesourcery.com>
2506
2507 * gdb.texinfo (GDB/MI Stack Manipulation): Document
2508 -stack-list-variables.
2509
f43030c4
TT
25102009-09-18 Tom Tromey <tromey@redhat.com>
2511
2512 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
2513 is experimental.
2514
ec7e75e7
PP
25152009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2516
2517 * gdb.texinfo (convenince variables): Mention
2518 $_siginfo could be empty.
f43030c4 2519
0cc7d26f
TT
25202009-09-15 Tom Tromey <tromey@redhat.com>
2521
2522 * gdb.texinfo (GDB/MI Variable Objects): Document
2523 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
2524 Expand -var-update documentation.
2525
a96d9b2e
SDJ
25262009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2527
2528 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
2529 feature.
2530
005ca36a
JB
25312009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2532
2533 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
2534
0d772ac9
MS
25352009-09-10 Michael Snyder <msnyder@vmware.com>
2536
2537 * gdb.texinfo (qSupported): Mention new ReverseContinue and
2538 ReverseStep replies to the qSupported query.
2539
14fb1bac
JB
25402009-09-10 Joel Brobecker <brobecker@adacore.com>
2541
2542 Add documentation for set/show interactive-mode.
2543 * gdb.texinfo (Other Misc Settings): New node.
2544
29b090c0
DE
25452009-09-01 Doug Evans <dje@google.com>
2546
2547 * gdb.texinfo (Caching Data of Remote Targets): Add note on
2548 non-stop mode's affect on remote caching.
2549
4e5d721f
DE
25502009-08-31 Jacob Potter <jdpotter@google.com>
2551 Doug Evans <dje@google.com>
2552
2553 * gdb.texinfo (Caching Data of Remote Targets): Update text.
2554 Mark `set/show remotecache' options as obsolete.
2555 Document new `set/show stack-cache' option.
2556 Update text for `info dcache'.
2557
55333a84
DE
25582009-08-27 Doug Evans <dje@google.com>
2559
2560 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
2561 (Files): Add note on new optional regex arg to `info sharedlibrary'.
2562
bc3a0b4d
RW
25632009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2564
2565 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
2566 about autoconf.
2567
3a1ff0b6
PA
25682009-08-25 Pedro Alves <pedro@codesourcery.com>
2569
2570 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
2571 small example, and describe its columns. Replace "inferior-id" by
2572 "infno" throughout.
2573
81ecdfbb
RW
25742009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2575
af542c2e
RW
2576 * gdbint.texinfo (Releasing GDB): Point to
2577 README-maintainer-mode file for required autoconf version.
2578 * configure.ac: Do not substitute datarootdir, htmldir,
2579 pdfdir, docdir. Do not process --with-datarootdir,
2580 --with-htmldir, --with-pdfdir, --with-docdir.
2581 * configure: Regenerate.
2582
81ecdfbb
RW
2583 * configure: Regenerate.
2584
4efc6507
DE
25852009-08-20 Reid Kleckner <reid@kleckner.net>
2586
2587 * gdb.texinfo: Add chapter on JIT interface.
2588
43089a6e
NR
25892009-08-07 Nick Roberts <nickrob@snap.net.nz>
2590
2591 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 2592 confirmation request.
43089a6e 2593
99e008fe
EZ
25942009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
2595
c8d5aac9
L
2596 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
2597 CRC definitions.
99e008fe 2598
48cb2d85
VP
25992009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2600
2601 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 2602 -break-commands.
48cb2d85 2603
ff1a52c6
UW
26042009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2605
2606 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2607 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
2608
3285f3fe
UW
26092009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2610
2611 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2612 "set spu stop-on-load" and "show spu stop-on-load" commands.
2613
e35359c5
UW
26142009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2615
2616 * gdb.texinfo (Target Descriptions): Document <compatible> element.
2617
58d6951d
DJ
26182009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2619
2620 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
2621 org.gnu.gdb.arm.neon.
2622
08d16641
PA
26232009-07-20 Pedro Alves <pedro@codesourcery.com>
2624
2625 * gdb.texinfo (Target Description Format): Mention the new <osabi>
2626 optional element.
2627 (subsection OS ABI): New subsection.
2628
782b2b07
SS
26292009-07-14 Stan Shebs <stan@codesourcery.com>
2630
2631 * gdb.texinfo (Tracepoint Conditions): New section.
2632 (General Query Packets): Describe ConditionalTracepoints.
2633 (Tracepoint Packets): Describe condition field.
2634 (Maintenance Commands): Describe maint agent-eval.
2635 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
2636
9b117ef3
HZ
26372009-07-11 Hui Zhu <teawater@gmail.com>
2638
2639 * gdb.texinfo (disassemble): Add a new modifier /r
2640 to "disassemble" command to make it print the raw instructions
2641 in hex as well as in symbolic form.
2642
f5a33284
TT
26432009-07-09 Tom Tromey <tromey@redhat.com>
2644
2645 * gdbint.texinfo (Testsuite): Document parallel make check.
2646
812f7342
TT
26472009-07-09 Tom Tromey <tromey@redhat.com>
2648
2649 * gdbint.texinfo (Testsuite): Document test transcripts.
2650
fbb8f299
PM
26512009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2652
2653 * gdb.texinfo (Values From Inferior): Add length parameter
2654 description.
2655
dd8f35ac
EZ
26562009-07-04 Chris Genly <chris@genly.us>
2657
2658 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
2659 in -var-list-children. Fix example according to what the code
2660 does.
2661
2277426b
PA
26622009-07-02 Pedro Alves <pedro@codesourcery.com>
2663
2664 * gdb.texinfo (Debugging multiple inferiors): Document the
2665 "inferior", "detach inferior" and "kill inferior" commands.
2666 (Debugging Programs with Multiple Processes): Adjust to mention
2667 generic "inferior" commands. Delete mention of "detach fork" and
2668 "delete fork". Cross reference to "Debugging multiple inferiors"
2669 section.
2670
a6d9a66e
UW
26712009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2672
5af949e3
UW
2673 * gdbint.texinfo (Item Output Functions): Update signature
2674 for ui_out_field_core_addr.
2675
26762009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2677
2678 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
2679 Update example code extrated from breakpoint.c.
2680
9901a55b 26812009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 2682
9901a55b
PP
2683 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
2684 MI commands.
2685 (GDB/MI Symbol Query): Likewise.
2686 (GDB/MI File Commands): Likewise.
2687 (GDB/MI File Transfer Commands): Likewise.
2688 (GDB/MI Target Manipulation): Likewise.
2689 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 2690
edb3359d
DJ
26912009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
2692
2693 * gdb.texinfo (Debugging Optimized Code): New chapter.
2694 (Compiling for Debugging): Reference it. Move some
2695 text to the new section.
2696
7cd1089b
PM
26972009-06-15 Phil Muldoon <pmuldoon@redhat.com>
2698
2699 * doc/gdb.texinfo (Calling): Document
2700 set-unwind-on-terminating-exception usage.
2701
d4db2f36
PA
27022009-06-11 Pedro Alves <pedro@codesourcery.com>
2703
2704 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
2705 command.
2706
d1a7880c
PA
27072009-06-07 Pedro Alves <pedro@codesourcery.com>
2708
2709 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
2710 references.
2711
473f94e6
UW
27122009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
2713
2714 * gdbint.texinfo: Rename formal parameters to gdbarch function
2715 protoypes from "current_gdbarch" to "gdbarch".
2716
8f500870
TT
27172009-05-28 Tom Tromey <tromey@redhat.com>
2718
2719 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
2720
b6313243
TT
27212009-05-27 Tom Tromey <tromey@redhat.com>
2722
2723 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2724 feature.
2725 (GDB/MI Variable Objects): Document -var-set-visualizer.
2726
27272009-04-02 Tom Tromey <tromey@redhat.com>
2728
2729 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2730 feature.
2731 (GDB/MI Variable Objects): Document -var-set-visualizer.
2732
a6bac58e
TT
27332009-05-27 Tom Tromey <tromey@redhat.com>
2734 Thiago Jung Bauermann <bauerman@br.ibm.com>
2735 Phil Muldoon <pmuldoon@redhat.com>
2736
2737 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
2738 (Pretty Printing): New node.
2739 (Selecting Pretty-Printers): Likewise.
2740 (Python API): Update.
2741 (Output Formats): Document /r format.
2742
2c74e833
TT
27432009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
2744 Tom Tromey <tromey@redhat.com>
2745
2746 * gdb.texinfo (Types In Python): New node.
2747 (Values From Inferior): "type" is now an attribute.
2748 (Python API): Update.
2749
89c73ade
TT
27502009-05-27 Tom Tromey <tromey@redhat.com>
2751 Thiago Jung Bauermann <bauerman@br.ibm.com>
2752 Phil Muldoon <pmuldoon@redhat.com>
2753
2754 * gdb.texinfo: Add @syncodeindex for `tp'.
2755 (Python API): Update.
2756 (Auto-loading): New node.
2757 (Objfiles In Python): New node.
2758
17a37d48
PP
27592009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2760
2761 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 2762
6718376f
NR
27632009-05-15 Nick Roberts <nickrob@snap.net.nz>
2764
2765 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
2766
cbe54154
PA
27672009-05-12 Pedro Alves <pedro@codesourcery.com>
2768
2769 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
2770 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
2771 show show-debug-regs' docs.
2772
8e05493c
EZ
27732009-05-08 Eli Zaretskii <eliz@gnu.org>
2774
2775 * gdb.texinfo (Process Record and Replay): Add description of
2776 reverse execution.
2777
b39f4988
JB
27782009-05-07 Joel Brobecker <brobecker@adacore.com>
2779
2780 * gdbint.texinfo (Adding support for debugging core files): New node.
2781 (Native Debugging): Remove the ``Native core file Support'' section.
2782
a2311334
EZ
27832009-05-01 Eli Zaretskii <eliz@gnu.org>
2784
2785 * gdb.texinfo (Process Record and Replay): Improve and clarify.
2786 Add index entries.
2787
53cc454a 27882009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 2789 Michael Snyder <msnyder@vmware.com>
53cc454a 2790
a2311334
EZ
2791 * gdb.texinfo: (Process Record and Replay): Add documentation for
2792 process record and replay.
53cc454a 2793
484086b7
JK
27942009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2795
2796 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
2797 a new part on command-line defined macros.
2798
32ae1842
EZ
27992009-04-25 Eli Zaretskii <eliz@gnu.org>
2800
2801 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
2802 clarify the wording.
2803
b14b1491
TT
28042009-04-23 Tom Tromey <tromey@redhat.com>
2805
2806 * gdb.texinfo (Data Files): New node.
2807 (GDB Files): Update menu.
2808
5c1e86e1
JB
28092009-04-23 Joel Brobecker <brobecker@adacore.com>
2810
2811 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 2812 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 2813
83eba9b7
VP
28142009-04-22 Vladimir Prus <vladimir@codesourcery.com>
2815
2816 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2817
e31198c4
HZ
28182009-04-22 Hui Zhu <teawater@gmail.com>
2819
2820 * gdb.texinfo (disassemble-next-line): Set the default of
2821 disassemble-next-line to off.
2822
26e251b6
JM
28232009-04-21 Joseph Myers <joseph@codesourcery.com>
2824
2825 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2826 --with-htmldir): New.
2827 * configure: Regenerate.
2828 * Makefile.in (datarootdir, docdir): Define.
2829 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2830 instead of $(SET_TEXINPUTS).
2831 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2832 gdbint.info instead of $(SET_TEXINPUTS).
2833 (gdbint/index.html): Use same -I options as for building
2834 gdbint.info.
2835 (stabs.dvi, stabs.pdf): Use same -I options as for building
2836 stabs.info instead of $(SET_TEXINPUTS).
2837 (stabs/index.html): Use same -I options as for building
2838 stabs.info.
2839 (annotate.dvi, annotate.pdf): Use same -I options as for building
2840 annotate.info instead of $(SET_TEXINPUTS).
2841 (annotate/index.html): Use same -I options as for building
2842 annotate.info.
2843
eac35c4e
DD
28442009-04-21 David Daney <ddaney@caviumnetworks.com>
2845
2846 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2847
29b0e8a2
JM
28482009-04-21 Joseph Myers <joseph@codesourcery.com>
2849
2850 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2851
2b831889 28522009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 2853 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
2854
2855 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2856 (MAKEHTMLFLAGS): Set to empty.
2857 (html__strip_dir): Define.
2858 (HTMLFILES): Define.
2859 (HTMLFILES_INSTALL): Define.
2860 (install-html): Copy new automake rule.
2861 (html): Depend on $(HTMLFILES).
2862 (gdb_toc.html): Rename to gdb/index.html.
2863 (gdbint_toc.html): Rename to gdbint/index.html.
2864 (stabs_toc.html): Rename to stabs/index.html.
2865 (annotate_toc.html): Rename to annotate/index.html.
2866
89a34d1b
JM
28672009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2868
2869 * Makefile.in: Set pdfdir and htmldir from configure
2870 substitutions.
2871 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2872 * configure: Regenerate.
2873
a2d5da46
JB
28742009-04-16 Joel Brobecker <brobecker@adacore.com>
2875
2876 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2877 This macro is no longer used.
2878
732f6a93
TT
28792009-04-15 Tom Tromey <tromey@redhat.com>
2880
2881 * gdb.texinfo (Character Sets): Document default character set.
2882
87f9adc1
PM
28832009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2884
2885 * gdbint.texinfo: Change server name from sources.redhat.com to
2886 sourceware.org throughout.
2887
2c88c651
JB
28882009-04-09 Joel Brobecker <brobecker@adacore.com>
2889
2890 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2891 about a missing dot or coma after @xref.
2892
4f5376b2
JB
28932009-04-02 Joel Brobecker <brobecker@adacore.com>
2894
2895 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2896 example, and add a small explanation about it.
2897 (Print Settings): Change the documentation of the "set print
2898 frame-arguments" to reflect the fact that the default is now "scalars".
2899
a0381d3a
JB
29002009-04-02 Joel Brobecker <brobecker@adacore.com>
2901
2902 * gdb.texinfo (Print Settings): Add kindex for command "set
2903 print frame-arguments".
2904
45ac276d
JB
29052009-03-31 Joel Brobecker <brobecker@adacore.com>
2906
2907 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2908 breakpoints.
2909 (Set Breaks): Add reference to thread-specific and task-specific
2910 breakpoints.
2911
32cd1edc
JB
29122009-03-31 Joel Brobecker <brobecker@adacore.com>
2913
2914 * gdb.texinfo (Ada Tasks): Remove the documentation about
2915 the "Running" state, as this state has been eliminated.
2916 Now all runnable tasks are shown as "Runnable".
2917
1042e4c0
SS
29182009-03-30 Stan Shebs <stan@codesourcery.com>
2919
2920 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2921 special case of breakpoints.
2922 (Enable and Disable Tracepoints): Mention deprecation.
2923 (Listing Tracepoints): Update description and example.
2924
f8f6f20b
TJB
29252009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2926
2927 * gdb.texinfo (Frames in Python): New node.
2928 (Python API): Update.
2929
c0c6f777
TJB
29302009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2931
2932 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2933 from a method to an attribute.
2934
def2b000
TJB
29352009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2936
2937 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2938 attribute.
2939
a07daef3
PA
29402009-03-25 Pedro Alves <pedro@codesourcery.com>
2941
2942 * observer.texi (thread_exit): Add "silent" parameter.
2943
f3b1572e
PA
29442009-03-22 Pedro Alves <pedro@codesourcery.com>
2945
2946 * observer.texi (about_to_proceed): New.
2947
587afa38
EZ
29482009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2949
2950 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2951 field throughout to handle types with spaces in them. Fix typos
2952 found by aspell.
2953 (Summary, Requirements, Contributors): New first chapter,
2954 "Summary" added, old Requirements section moved there, and new
2955 section, "Contributors" added.
2956 (Initializing a New Architecture, Register Representation)
2957 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2958 (Porting gdb): These sections extended and updated.
2959 (Compiler Characteristics): This section (empty) deleted.
2960 (Defining Other Architecture Features): This section renamed and
2961 duplicate material removed from (formerly "Target Conditionals").
2962 Use braces {} in @deftypeXX type field throughout to handle types
2963 with spaces in them. Typos found by aspell fixed.
2964
2965 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2966 * stack_frame.pdf: Version of image for PDF output.
2967 * stack_frame.png: Version of image for HTML output and for Emacs.
2968 * stack_frame.txt: Version of image for Info output.
1db61298 2969 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2970
10af6951
EZ
29712009-03-21 Eli Zaretskii <eliz@gnu.org>
2972
2973 * gdb.texinfo (Character Sets): Fix last change.
2974
cc924cad
TJB
29752009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2976
2977 * gdb.texinfo (Values From Inferior): Fix optional arguments
2978 markup.
2979 (Commands In Python): Adjust argument names of gdb.Command.__init__
2980 to what the function accepts as keywords.
2981
bc3b79fd
TJB
29822008-03-20 Tom Tromey <tromey@redhat.com>
2983
2984 * gdb.texinfo (Convenience Vars): Document convenience functions.
2985 (Functions In Python): New node.
2986 (Python API): Update.
2987
6c7a06a3
TT
29882009-03-20 Tom Tromey <tromey@redhat.com>
2989
2990 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2991 set target-wide-charset.
2992 (Requirements): Mention iconv.
2993
b646ddd4
HZ
29942009-03-17 Hui Zhu <teawater@gmail.com>
2995
2996 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2997
91440f57
HZ
29982009-03-17 Hui Zhu <teawater@gmail.com>
2999
3000 * gdb.texinfo: Add documentation for disassemble-next-line.
3001
8fd41227
TJB
30022009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3003
3004 * gdb.texinfo (Commands In Python): Remove tindex entries.
3005
61ff14c6
JK
30062009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3007
3008 * gdb.texinfo (Returning): New description for missing debug info.
3009
0b16c5cf
PA
30102009-03-14 Pedro Alves <pedro@codesourcery.com>
3011
3012 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 3013 (General Query Packets): Document qAttached.
0b16c5cf 3014
32fc0df9
PA
30152009-03-05 Pedro Alves <pedro@codesourcery.com>
3016
3017 * gdb.texinfo (Background Execution): Better describe the set
3018 target-async command.
3019 (Maintenance Commands): Delete description of the `maint set/show
3020 linux-async' and `maint set/show remote-async' commands.
3021
134eb42c
VP
30222009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3023
3024 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3025 between sentences.
3026
c86cf029
VP
30272009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3028
3029 * gdb.texinfo (GDB/MI Async Records): Document the
3030 =library-loaded and =library-unloaded notifications.
3031
3ea85240
VP
30322009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3033
3034 * observer.texi (test_notification): New observer.
3035
1d33d6ba
VP
30362009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3037
61ff14c6
JK
3038 * observer.texi: Add parameter 'print_frame' to normal_stop
3039 observer.
1d33d6ba 3040
d721c933
EZ
30412009-02-07 Eli Zaretskii <eliz@gnu.org>
3042
3043 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3044 (Commands In Python): Fix COMMAND_* constants in last change. Use
3045 @kbd for interactive input. Add cross-references and index
3046 entries.
3047
4aa995e1
PA
30482009-02-06 Pedro Alves <pedro@codesourcery.com>
3049
3050 * gdb.texinfo (Signals): Document $_siginfo.
3051 (Convenience Variables): Mention $_siginfo.
3052 (Remote Configuration): Document qXfer:siginfo:read,
3053 qXfer:siginfo:write packets, and the read-siginfo-object,
3054 write-siginfo-object commands.
3055
5f5233d4
PA
30562009-02-06 Pedro Alves <pedro@codesourcery.com>
3057
3058 * gdbint.texinfo (Values): New chapter.
3059
d8906c6f
TJB
30602009-02-06 Tom Tromey <tromey@redhat.com>
3061
3062 * gdb.texinfo (Python API): Add entry for Commands In Python.
3063 (Commands In Python): New node.
3064
b6cb8e7d
TJB
30652009-02-05 Tom Tromey <tromey@redhat.com>
3066
3067 * gdb.texinfo (Values From Inferior): Document Value.string.
3068
12453b93
TJB
30692009-02-05 Tom Tromey <tromey@redhat.com>
3070
3071 * gdb.texinfo (Basic Python): Document execute's from_tty
3072 argument.
3073
08c637de
TJB
30742009-02-04 Tom Tromey <tromey@redhat.com>
3075
3076 * gdb.texinfo (Basic Python): Document gdb.history.
3077
592375cd
VP
30782009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3079
3080 * gdb.texinfo (GDB/MI Thread Commands): Document the
3081 'current-thread-id' field. Remove the example with zero threads,
3082 since current GDB won't ever report that if there's inferior.
3083
41447f92
VP
30842009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3085
3086 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3087 option to -break-insert.
3088
098b41a6
JG
30892009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3090 Jerome Guitton <guitton@adacore.com>
3091
3092 * gdb.texinfo (Startup): Document --with-system-gdbinit.
3093 (System-wide configuration): New section.
3094
3c16cced
PA
30952009-01-26 Pedro Alves <pedro@codesourcery.com>
3096
3097 PR gdb/7580:
3098 * gdb.texinfo (Maintenance Commands): Document "maint set|show
3099 internal-error|internal-warning quit|corefile ask|yes|no".
3100
62709adf
PA
31012009-01-26 Pedro Alves <pedro@codesourcery.com>
3102
3103 * gdb.texinfo (Using the `gdbserver' Program): Document
3104 --remote-debug.
3105
7ce58dd2
DE
31062009-01-23 Doug Evans <dje@google.com>
3107
3108 * gdb.texinfo: Add nexti to list of commands that support
3109 background execution.
3110
adb483fe
DJ
31112009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3112
3113 * gdb.texinfo (Define, Hooks): Document prefix command support.
3114
a67ec3f4 31152009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 3116 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
3117
3118 Fixes for makeinfo --html.
3119
3120 * annotate.texinfo: Use @copying and @insertcopying. Use
3121 @ifnottex in place of @ifinfo.
3122 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
3123 place of @ifinfo. Use @ifnotinfo for one index entry.
3124 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
3125 in place of @ifinfo.
3126 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
3127 in place of @ifinfo. Include contents at start unconditionally.
3128
84fcdf95
PA
31292009-01-13 Pedro Alves <pedro@codesourcery.com>
3130
3131 * gdb.texinfo (General Query Packets): Remove @var{} around the
3132 "spu" literal string.
3133
fa3a767f
PA
31342009-01-07 Pedro Alves <pedro@codesourcery.com>
3135
3136 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
3137 program may be running in another process" errors.
3138 * gdbint.texinfo (Native Conditionals): Delete
3139 ONE_PROCESS_WRITETEXT description.
3140
9cb011d3
JB
31412009-01-07 Joel Brobecker <brobecker@adacore.com>
3142
3143 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
3144 emacs local variable to be placed at the end of the ChangeLog.
3145 Add server.c and gdbreplay.c to the list of files where the
3146 copyright year needs to be updated.
3147
84603566
SL
31482009-01-06 Sandra Loosemore <sandra@codesourcery.com>
3149
3150 * gdb.texinfo (Remote Configuration): Document new
3151 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
3152 commands.
3153
a53f55d8
PA
31542008-12-28 Pedro Alves <pedro@codesourcery.com>
3155
3156 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
3157 FETCH_INFERIOR_REGISTERS.
3158 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
3159 FETCH_INFERIOR_REGISTERS descriptions. Remove
3160 gdbarch_get_longjmp_target descrition, since already described in
3161 Target Conditionals. Move gdbarch_fp0_regnum description to ...
3162 (Target Conditionals): ... here.
3163
077e0a52
JB
31642008-12-16 Joel Brobecker <brobecker@adacore.com>
3165
3166 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
3167 examples.
3168 (Additions to Ada): Likewise. Add the missing opening and closing
3169 parenthesis of the GDB prompt in one of the examples.
3170
023eb17c
JB
31712008-12-14 Joel Brobecker <brobecker@adacore.com>
3172
3173 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
3174 about the result of 'Address not being of type System.Address.
3175 This problem has been fixed a while ago.
3176
c3b108f7
VP
31772008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3178
3179 MI non-stop and multiprocess docs.
3180
c8d5aac9
L
3181 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
3182 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
3183 Adjust documentation for *stopped, document =thread-created,
3184 =thread-exited, =thread-group-created and =thread-group-exited.
3185 (GDB/MI Thread Commands): Document the 'state' field in
3186 -thread-info output.
3187 (GDB/MI Program Execution): Mention --all and --thread-group
3188 options.
3189 (GDB/MI Variable Objects): Describe floating and fixed variable
3190 objects.
3191 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 3192
07e059b5
VP
31932008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3194
c8d5aac9
L
3195 * gdb.texinfo (Operating System Information): New appendix.
3196 (Operating System Auxiliary Information): Document 'info os processes'
3197 (Remote Configuration): Document 'osdata'
3198 (General Query Packets): Document qXfer:osdata:read.
07e059b5 3199
a80b95ba
TG
32002008-11-27 Tristan Gingold <gingold@adacore.com>
3201
3202 * gdb.texinfo (Darwin): Document Darwin specific features.
3203
a655d424
JK
32042008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3205
3206 * gdbint.texinfo (Target Conditionals): Extend the
3207 gdbarch_breakpoint_from_pc description.
3208
249e1128
VP
32092008-11-22 Vladimir Prus <vladimir@codesourcery.com>
3210
3211 * gdb.texinfo (M68K Features): Fix typo.
3212
c14c28ba
PP
32132008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3214
3215 * gdb.texinfo (Symbols): Mention printing containing
3216 image name in "info symbol".
3217 (Maint translate-address): Likewise.
889bf7c5 3218
394a6666
JB
32192008-11-18 Joel Brobecker <brobecker@adacore.com>
3220
3221 * gdb.texinfo (Set Catchpoints): Remove the documentation of
3222 commands "catch load" and "catch unload".
3223
66bb093b
VP
32242008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3225
3226 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 3227 =thread-selected.
889bf7c5 3228
4a92f99b
VP
32292008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3230
c8d5aac9 3231 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 3232
f0323ca0
PA
32332008-10-27 Pedro Alves <pedro@codesourcery.com>
3234
3235 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3236 .mt files, TM_CLIBS or TM_CDEPS.
3237 (x86 Watchpoints): Don't mention TDEPFILES.
3238
8b23ecc4
SL
32392008-10-24 Sandra Loosemore <sandra@codesourcery.com>
3240
3241 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3242 (Overview): Mention notifications and non-stop mode behavior.
3243 (Packets): Update documentation of ?, vAttach, vCont, and vRun
3244 with non-stop mode behavior. Add vStopped description.
3245 (Stop Reply Packets): Update list of packets that return
3246 stop replies. Mention non-stop behavior.
3247 (General Query Packets): Document QNonStop packet and associated
3248 qSupported query response.
3249 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
3250 behavior.
3251 (Notification Packets): New section.
3252 (Remote Non-Stop): New section.
3253 (File-I/O Overview): Mention non-stop behavior.
3254
fff08868
HZ
32552008-10-24 Hui Zhu <teawater@gmail.com>
3256 Pedro Alves <pedro@codesourcery.com>
3257
3258 * gdb.texinfo (displaced-stepping): Describe the auto mode
3259 setting, and say it's the default. This is now a mainstream
3260 setting instead of a maintenance setting.
3261
252fbfc8
PA
32622008-10-23 Pedro Alves <pedro@codesourcery.com>
3263
3264 * observer.texi (thread_stop_requested): New.
3265
20924a55
JB
32662008-10-22 Joel Brobecker <brobecker@adacore.com>
3267
3268 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3269 (Patching): Replace incorrect usage of @samp by @kbd.
3270
bacec72f
MS
32712008-10-17 Michael Snyder <msnyder@vmware.com>
3272
3273 * gdb.texinfo: Add documentation for reverse execution.
3274
a08702d6 32752008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 3276 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
3277
3278 * gdb.texinfo. (Values From Inferior): New subsubsection.
3279
d97bc12b
DE
32802008-10-06 Doug Evans <dje@google.com>
3281
3282 * gdb.texinfo (set debug dwarf2-die): Document it.
3283
87f67dba
JB
32842008-10-01 Joel Brobecker <brobecker@adacore.com>
3285
3286 * gdb.texinfo (catch) [exception]: Document how to insert
3287 a breakpoint on user-defined exceptions when the exception
3288 name is identical to one of the language-defined ones.
3289
2fae03e8
TT
32902008-09-27 Tom Tromey <tromey@redhat.com>
3291
3292 * gdb.texinfo (Macros): Remove text about stringification,
3293 varargs, and splicing.
3294
5c6ce71d
TT
32952008-09-27 Tom Tromey <tromey@redhat.com>
3296
3297 * gdbint.texinfo (Language Support): Remove text about omitting
3298 support for a language.
3299
07128da0
DE
33002008-09-23 Doug Evans <dje@google.com>
3301
3302 * gdb.texinfo (info dcache): Update.
3303
b90a069a
SL
33042008-09-22 Sandra Loosemore <sandra@codesourcery.com>
3305
3306 * gdb.texinfo (Packets): Add info on thread-id syntax and
3307 multiprocess extensions.
3308 <D>: Document multiprocess form of packet.
3309 <H>: Use thread-id syntax.
3310 <T>: Likewise.
3311 <vCont>: Likewise. Note this is required for multiprocess.
3312 <vKill>: New packet.
3313 (Stop Reply Packets) <T>: Use thread-id syntax.
3314 <W>: Document multiprocess form of reply.
3315 <X>: Likewise.
3316 (General Query Packets) <qC>: Use thread-id syntax.
3317 <qfThreadInfo>: Likewise.
3318 <qGetTLSAddr>: Likewise.
3319 <qP>: Likewise.
3320 <qSupported>: Add "multiprocess" feature.
3321 <qThreadExtraInfo>: Use thread-id syntax.
3322
b77209e0
PA
33232008-09-22 Stan Shebs <stan@codesourcery.com>
3324
3325 * gdb.texinfo (Inferiors): New section.
3326
3d0bb823
PA
33272008-09-12 Pedro Alves <pedro@codesourcery.com>
3328
3329 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3330
f8dcfc0a
UW
33312008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
3332
3333 * gdbint.texinfo (Target Conditionals): Remove documentation
3334 for gdbarch_name_of_malloc.
3335
8775bb90
MS
33362008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
3337
3338 * gdb.texinfo (Interrupts): Mention TCP interface for
3339 sending BREAK.
3340
f1838a98
UW
33412008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3342
3343 * gdb.texinfo (Commands to Specify Files): Document "remote:"
3344 argument prefix to "set sysroot".
3345
158c7665
PH
33462008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
3347
3348 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
3349 and False.
3350
30e026bb
VP
33512008-08-20 Vladimir Prus <vladimir@codesourcery.com>
3352
c8d5aac9
L
3353 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
3354 for possible features of -list-features.
30e026bb 3355
c6ebd6cf
VP
33562008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3357
c8d5aac9 3358 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
3359 (GDB/MI Miscellaneous Commands): Document -list-target-features.
3360
aeac0ff9
VP
33612008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3362
3363 * doc/gdb.texinfo (PowerPC): Fix typo.
3364 (PowerPC features): Fix typo.
3365
5231c1fd
PA
33662008-08-18 Pedro Alves <pedro@codesourcery.com>
3367
3368 * observer.texi (thread_ptid_changed): New.
3369
677c5bb1
LM
33702008-08-18 Luis Machado <luisgpm@br.ibm.com>
3371
3372 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
3373 (PowerPC features): Mention feature set for VSX registers.
3374
f3a2dd1a
JB
33752008-08-13 Joel Brobecker <brobecker@adacore.com>
3376
3377 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
3378 the direct visibility of all names in user-written packages.
3379
33e5cbd6
PA
33802008-08-13 Pedro Alves <pedro@codesourcery.com>
3381
3382 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
3383 setting, and make it the default.
3384 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
3385 non-stop script example.
3386
d0384fc4
TJB
33872008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
3388
3389 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
3390 reference to the "Using Different Register and Memory Data
3391 Representation" section.
3392
a6f3e723
SL
33932008-08-12 Sandra Loosemore <sandra@codesourcery.com>
3394
3395 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
3396 (Remote Protocol): Add Packet Acknowledgment to menu.
3397 (Overview): Mention +/- can be disabled, and point to new section
3398 where this is discussed in detail.
3399 (General Query Packets): Document QStartNoAckMode packet, and
3400 corresponding qSupported reply.
3401 (Packet Acknowledgment): New section.
3402
0606b73b
SL
34032008-08-11 Sandra Loosemore <sandra@codesourcery.com>
3404 Pedro Alves <pedro@codesourcery.com>
3405
3406 * gdb.texinfo (Threads): Move paragraph about automatic thread
3407 selection to All-Stop Mode subsection.
3408 (Thread Stops): Reorganize existing material into subsections.
3409 Add introductory blurb and menu.
3410 (Non-Stop Mode): New subsection.
3411 (Background Execution): New subsection.
3412 (Maintenance Commands): Add cross-references from async mode
3413 commands to the new Background Execution section.
3414
d57a3c85
TJB
34152008-08-06 Tom Tromey <tromey@redhat.com>
3416
3417 * gdb.texinfo (Extending GDB): New chapter.
3418 (Sequences): Demoted chapter, now a section under the new
3419 Extending GDB chapter.
3420 (Python): New section.
3421
6d76a53d
SS
34222008-07-31 Stan Shebs <stan@codesourcery.com>
3423
3424 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
3425
1f70da6a
SS
34262008-07-29 Stan Shebs <stan@codesourcery.com>
3427
3428 * gdbint.texinfo: General round of cleanup and minor
3429 clarifications.
3430 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
3431 (Longjmp Support): Update description to reflect how it is done
3432 for targets without using native header.
3433 (Symbol Handling): Add a little more general explanation.
3434 (COFF, ELF): Mention stabs encapsulation.
3435 (DWARF 3): New section.
3436 (Adding a New Host): Scrub out some obsolete bits.
3437 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
3438 (Host Conditionals): Remove descriptions of NO_STD_REGS,
3439 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
3440 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
3441 SEEK_SET, STOP_SIGNAL, USG.
3442 (Raw and Virtual Register Representations): Ditto for
3443 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
3444 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
3445 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
3446 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
3447 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
3448 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
3449 DEPRECATED_REGISTER_VIRTUAL_SIZE,
3450 DEPRECATED_REGISTER_VIRTUAL_TYPE,
3451 DEPRECATED_USE_STRUCT_CONVENTION.
3452 Describe gdbarch_deprecated_fp_regnum.
3453 Update description of gdbarch_print_insn.
3454 (Adding a New Target): Scrub out obsolete bits.
3455 (Obsolete Conditionals): Remove entire section.
3456
383f836e
TT
34572008-07-25 Tom Tromey <tromey@redhat.com>
3458
3459 * observer.texi (GDB Observers): Document new observers:
3460 breakpoint_created, breakpoint_deleted, breakpoint_modified,
3461 tracepoint_created, tracepoint_deleted, tracepoint_modified,
3462 architecture_changed.
3463
cfd8ab24
SS
34642008-07-21 Stan Shebs <stan@codesourcery.com>
3465
3466 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
3467 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
3468
781b42b0
TT
34692008-07-21 Tom Tromey <tromey@redhat.com>
3470
3471 * observer.texi (GDB Observers): Remove obsolete comment.
3472 <executable_changed>: Remove argument.
3473
d7d9f01e
TT
34742008-07-18 Tom Tromey <tromey@redhat.com>
3475
3476 * gdb.texinfo (Macros): Update. Use @code rather than @command.
3477
bf250677
DE
34782008-07-10 Doug Evans <dje@google.com>
3479
3480 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
3481
10568435
JK
34822008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3483
3484 * gdb.texinfo (Starting): Document "set disable-randomization".
3485
5ae4183a
AS
34862008-07-07 Andreas Schwab <schwab@suse.de>
3487
3488 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
3489
b56e7235
VP
34902008-07-06 Vladimir Prus <vladimir@codesourcery.com>
3491
3492 * gdb.texinfo (GDB/MI Target Manipulation): Add
3493 example of -target-attach.
3494
e1ac3328
VP
34952008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3496
3497 * observer.texi (target_resumed): New observer.
5ae4183a 3498 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 3499
65d12d83
TT
35002008-06-06 Tom Tromey <tromey@redhat.com>
3501
3502 * gdb.texinfo (Completion): Add field name example.
3503
fbc5282e
MK
35042008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
3505
3506 * gdb.texinfo (GDB/MI Program Context): Added example
3507 to -exec-arguments
5ae4183a 3508
fbc5282e 35092008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
3510
3511 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
3512 annotation.
3513
c16158bc 35142008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
3515 Nathan Sidwell <nathan@codesourcery.com>
3516 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
3517
3518 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
3519 and ACX_BUGURL.
3520 * configure: Regenerate.
3521 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
3522 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
3523 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
3524 mailing-list-specific text about bug reporting unless
3525 BUGURL_DEFAULT.
3526
75c99385
PA
35272008-06-05 Pedro Alves <pedro@codesourcery.com>
3528
3529 * gdb.texinfo (-target-select): Remove reference to target async.
3530 (Maintenance Commands): Document "maint set/show remote-async".
3531
1763a388
MK
35322008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
3533
3534 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
3535 in -target-file-get section.
5ae4183a 3536
d0d064df
PA
35372008-05-22 Pedro Alves <pedro@codesourcery.com>
3538
9b562ab8
PA
3539 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
3540 killing the inferior when it is already debugging a process.
d0d064df 3541
8dfa32fc
JB
35422008-05-21 Joel Brobecker <brobecker@adacore.com>
3543
3544 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
3545 abbreviation for "finish".
3546
55f996a7
NR
35472008-05-21 Nick Roberts <nickrob@snap.net.nz>
3548
3549 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
3550
ba2b1c56
DJ
35512008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3552
3553 * gdbint.texinfo (Target Conditionals): Delete entry for
3554 gdbarch_dwarf_reg_to_regnum.
3555
08388c79
DE
35562008-05-09 Doug Evans <dje@google.com>
3557
a3c83fae 3558 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 3559
d14508fe
DE
35602008-05-05 Doug Evans <dje@google.com>
3561
3562 * gdb.texinfo (disassemble): Document /m modifier.
3563
e2b7ddea
VP
35642008-05-05 Vladimir Prus <vladimir@codesourcery.com>
3565
5ae4183a
AS
3566 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
3567 will not report the time of commands that run the target.
e2b7ddea 3568
8eb41542
VP
35692008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3570
3571 * gdb.texinfo (GDB/MI Output Records): Add
3572 missing semicolon.
3573
82f68b1c
VP
35742008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3575
3576 * gdb.texinfo (GDB/MI Output Records):
3577 Document =thread-create and =thread-exited.
3578
fa0f268d
VP
35792008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3580
3581 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 3582 Remove mention of dmi-discuss.
fa0f268d 3583
063bfe2e
VP
35842008-05-03 Pedro Alves <pedro@codesourcery.com>
3585
3586 * observer.texi (thread_exit): New.
3587
237fc4c9
PA
35882008-05-02 Pedro Alves <pedro@codesourcery.com>
3589
3590 * gdb.texinfo (Debugging Output): Document "set/show debug
3591 displaced".
3592 (Maintenance Commands): Document "maint set/show
3593 can-use-displaced-stepping".
3594
0428b8f5
DJ
35952008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3596
3597 * gdb.texinfo (ARM): Document set/show arm fallback-mode
3598 and set/show arm force-mode.
3599
5009afc5
AS
36002008-05-02 Andreas Schwab <schwab@suse.de>
3601
3602 * gdbint.texinfo (Algorithms): Describe
3603 target_watchpoint_addr_within_range.
3604
669fac23
DJ
36052008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3606
3607 * gdbint.texinfo (Stack Frames): New chapter.
3608 (Algorithms): Move Frames text to the new chapter.
3609 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
3610 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
3611
721c02de
VP
36122008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3613
5ae4183a
AS
3614 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
3615 output does not necessary include any tokens.
721c02de 3616
c055b101
CV
36172008-04-22 Corinna Vinschen <vinschen@redhat.com>
3618
3619 * gdb.texinfo (Set SH Calling convention): New @item.
3620 (Show SH Calling convention): Ditto.
3621
68837c9d
MD
36222008-04-22 Markus Deuling <deuling@de.ibm.com>
3623
3624 * gdb.texinfo (Fortran Operators): Describe '%' operator.
3625
2e9132cc
EZ
36262008-04-20 Eli Zaretskii <eliz@gnu.org>
3627
3628 * gdb.texinfo (Set Breaks): Mention that multiple location
3629 breakpoints need line number info. Add index entries.
3630
31fffb02
CS
36312008-04-19 Craig Silverstein <csilvers@google.com>
3632
3633 * gdb.texinfo (Requirements): Add an optional requirement on
3634 zlib.
3635 * gdbint.texinfo (Debugging File Formats): Add new subsection for
3636 Compressed DWARF 2.
3637
a47ec5fe
AR
36382008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
3639
3640 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
3641 sample output for 'stopped,reason="breakpoint-hit"' message.
3642 (GDB/MI Program Execution): Likewise.
3643
de051565
MK
36442008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3645
5ae4183a 3646 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
3647 -var-set-format. Add -f option to -var-evaluate-expression.
3648
6ba66d6a
JB
36492008-04-03 Joel Brobecker <brobecker@adacore.com>
3650
3651 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
3652 new node "Ambiguous Expressions". Replace references to this
3653 node by references to "Ambiguous Expressions" throughout.
3654 (Ambiguous Expressions): New node.
3655
1e26b4f8
DJ
36562008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
3657
3658 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
3659
b84876c2
PA
36602008-03-21 Pedro Alves <pedro@codesourcery.com>
3661
3662 * gdb.texinfo (Debugging Output): Document
3663 "set/show debug lin-lwp-async".
3664 (Maintenance Commands): Document "maint set/show linux-async".
3665
63092375
DJ
36662008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3667
3668 * gdb.texinfo (Expressions): Update description of malloced arrays.
3669
8e8901c5
VP
36702008-03-15 Vladimir Prus <vladimir@codesourcery.com>
3671
3672 * gdb.texinfo (Thread Commands): Document
3673 -thread-info. Remove -thread-list-all-threads.
3674
1fddbabb
PA
36752008-03-14 Pedro Alves <pedro@codesourcery.com>
3676 Sandra Loosemore <sandra@codesourcery.com>
3677
3678 * gdb.texinfo (Library List Format): Update to mention the
3679 possibility to pass section addresses instead of segment
3680 addresses.
3681
ccd213ac
DJ
36822008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
3683
3684 * gdb.texinfo (Starting): Document "set exec-wrapper".
3685 (Server): Document gdbserver --wrapper.
3686
fa4727a6
DJ
36872008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3688
3689 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
3690 unreadable memory. Delete obsolete SPARClite reference.
3691
8edfe269
DJ
36922008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3693
3694 * gdb.texinfo (Starting): Mention always-running targets.
3695 (Target Commands): Add an anchor for load.
3696 (Connecting): Explain continue instead of run.
3697
1843f87b
DJ
36982008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
3699
3700 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
3701
f9082629
NR
37022008-02-26 Nick Roberts <nickrob@snap.net.nz>
3703
3704 * gdb.texinfo (Set Breaks): Revert description of Enb column of
3705 breakpoint table.
3706
fd96d250
PA
37072008-02-19 Pedro Alves <pedro@codesourcery.com>
3708
3709 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
3710 killing the inferior when it is already debugging a process.
3711
36af4ef6
MD
37122008-02-13 Markus Deuling <deuling@de.ibm.com>
3713
3714 * gdbint.texinfo (Build Script): New section. Mention new build script
3715 gdb_buildall.sh.
3716
cda4ce5a
JB
37172008-02-01 Jim Blandy <jimb@red-bean.com>
3718
3719 * gdb.texinfo (Help): Summarize 'info args' correctly.
3720
4acd40f3
TJB
37212008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3722
3723 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
3724 available in PowerPC architecture.
3725 (Embedded Processors): Change node name of PowerPC item in menu.
3726 (PowerPC): Rename to...
3727 (PowerPC Embedded): this.
3728 (Architectures): Add new PowerPC item in menu.
3729 (PowerPC): New node.
3730
6e6c6f50
DJ
37312008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3732
3733 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
3734 commands.
3735
5ee187d7
DJ
37362008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3737
3738 * gdb.texinfo (Setting Catchpoints): Mention features
3739 supported on GNU/Linux.
3740
e275c0d9
NR
37412008-01-30 Nick Roberts <nickrob@snap.net.nz>
3742
3743 * gdb.texinfo (GDB/MI File Commands): Describe new output
3744 field for MI command -file-list-exec-source-file.
3745
2d717e4f
DJ
37462008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3747
3748 * gdb.texinfo (Using the `gdbserver' Program): Add security
3749 warning. Rearrange into subsections and subsubsections. Document
3750 --multi and --debug. Correct --with-sysroot typo. Update --attach
3751 usage. Make load reference clearer. Document monitor exit.
3752 (Remote Configuration): Document set remote exec-file, attach-packet,
3753 and run-packet.
3754 (Packets): Document vAttach and vRun.
3755
d35a4257 37562008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
3757
3758 * gdb.texinfo (Processes): Mention process command.
889bf7c5 3759 detach-on-follow -> detach-on-fork.
f663676d 3760
c78d192c
DJ
37612008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3762
3763 * gdbint.texinfo (Native Conditionals): Remove
3764 SHELL_COMMAND_CONCAT and SHELL_FILE.
3765
d35a4257
EZ
37662008-01-26 Eli Zaretskii <eliz@gnu.org>
3767
3768 * gdb.texinfo (Specify Location): Improve wording.
3769
93815fbf
VP
37702008-01-23 Chris Demetriou <cgd@google.com>
3771
3772 * gdb.texinfo (Threads): Document new "set print thread-events"
3773 and "show print thread-events" commands.
3774
2a25a5ba
EZ
37752008-01-19 Eli Zaretskii <eliz@gnu.org>
3776
3777 * gdb.texinfo (Specify Location): New section.
3778 (Delete Breaks, Edit, Set Breaks): Remove description of
3779 locations. Instead, add a reference to "Specify Location".
3780 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
3781 (Symbols): Refer to "Specify Location" for the valid forms of
3782 linespecs and locations.
3783
32c9a795
MD
37842008-01-18 Markus Deuling <deuling@de.ibm.com>
3785
3786 * gdbint.texinfo (Target Conditionals): Replace the description of
3787 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
3788
b17828ca
JB
37892008-01-12 Paul Hilfinger <hilfinger@adacore.com>
3790
3791 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
3792 about &&var, which is rejected by the expression parser.
3793
0aea4bf3
LM
37942008-01-09 Luis Machado <luisgpm@br.ibm.com>
3795
3796 * gdb.texinfo (Output): Update documentation on using printf with DFP
3797 types.
3798
febe4383
TJB
37992008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3800
3801 * gdb.texinfo (C and C++): Add Decimal Floating Point format
3802 subsubsection.
3803 (Decimal Floating Point format): New subsubsection.
3804
7a404eba
PA
38052008-01-05 Pedro Alves <pedro@codesourcery.com>
3806
3807 * gdb.texinfo (File Options): Remove mention of the attempt to
3808 open a core file with the -p option. Don't list -c as a valid
3809 option to attach to a process.
3810
a4d9b460
PA
38112008-01-05 Pedro Alves <pedro@codesourcery.com>
3812
3813 * gdbint.texinfo (Host Conditionals): Remove mention of
3814 ALIGN_STACK_ON_ENTRY.
3815
6ec2edbe
JB
38162008-01-05 Joel Brobecker <brobecker@adacore.com>
3817
3818 * gdbint.texinfo (Start of New Year Procedure): Add item
3819 describing how to update the source and documentation copyright
3820 notices.
3821
d8b2a693
JB
38222007-12-18 Jim Blandy <jimb@codesourcery.com>
3823
ab209b3a 3824 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
3825 watchpoint explanation into the main description of the watchpoint
3826 command; update synopses of 'watch', 'rwatch', and 'awatch'
3827 commands.
3828
8b4ed427
VP
38292007-12-18 Vladimir Prus <vladimir@codesourcery.com>
3830
3831 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3832 Document 'pending-breakpoints' feature of
3833 -list-features.
3834
37e4754d
LM
38352007-12-17 Luis Machado <luisgpm@br.ibm.com>
3836
669fac23 3837 * gdb.texinfo: Add new parameter's description.
37e4754d 3838
1d3811f6
DJ
38392007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3840
3841 * gdb.texinfo (Overview): Clarify run-length encoding
3842 example. Remove the restriction on "+" and "-" characters.
3843
c1c25a1a
EZ
38442007-12-15 Eli Zaretskii <eliz@gnu.org>
3845
3846 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3847
afe8ab22 38482007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3849
afe8ab22
VP
3850 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3851 the -f option for -break-insert, remove -r option,
3852 and clarify specification of location.
3853
a6b151f1
DJ
38542007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3855
3856 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3857 formatting.
3858 (Remote Debugging): Add File Transfer section.
3859 (Remote Configuration): Document Host I/O packets.
3860 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 3861 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
3862 (Packets): Add vFile.
3863
3b784c4f
EZ
38642007-11-17 Eli Zaretskii <eliz@gnu.org>
3865
3866 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3867 breakpoints with multiple locations.
3868 (Breakpoint Menus): Improve wording.
3869 (Output): Fix last change.
3870
a4ce5b0d
UW
38712007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3872
3873 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3874
1b39d5c0
DE
38752007-11-15 Doug Evans <dje@google.com>
3876
3877 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3878
7a72d44c
VP
38792007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3880
3881 * gdbint.texinfo (Native Conditionals): Remove
3882 mention of CLEAR_SOLIB.
5ae4183a 3883
6d1829bf 38842007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
3885
3886 * gdb.texinfo (Print Settings): Add documentation for "set/show
3887 print frame-arguments".
3888
1a619819
LM
38892007-11-05 Luis Machado <luisgpm@br.ibm.com>
3890
3b784c4f 3891 * gdb.texinfo (Output): Update printf command's description.
1a619819 3892
55eddb0f
DJ
38932007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3894
3895 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3896 powerpc soft-float".
3897
9cceb671
DJ
38982007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3899
3900 * gdb.texinfo (Files): Correct formatting. Mention Expat
3901 requirement.
3902 (Requirements for Building GDB): Expand the list of Expat
3903 uses.
3904 (Library List Format, Memory Map Format): Mention Expat.
3905 (Target Descriptions): Update Expat wording.
3906
83acabca
DJ
39072007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3908
3909 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3910 Document that gdbarch_convert_register_p should return zero for no-op
3911 conversions.
3912
e35879db
UW
39132007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3914
83acabca 3915 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
3916 of set_gdbarch_sofun_address_maybe_missing back to ...
3917 (Target Conditionals): ... here to fix build break.
3918
203c3895
UW
39192007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3920
83acabca 3921 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
3922 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3923 (Compiler Characteristics): ... documentation of
3924 set_gdbarch_sofun_address_maybe_missing.
3925
11411de3
DJ
39262007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3927
3928 * gdbint.texinfo (Target Conditionals): Use
3929 frame_unwind_register_unsigned in examples instead of
3930 frame_unwind_unsigned_register.
3931
7cc46491
DJ
39322007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3933
3934 * gdb.texinfo (Predefined Target Types): Add int128
3935 and uint128.
3936 (Standard Target Features): Add PowerPC features.
3937
81adfced
DJ
39382007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3939
3940 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3941
c1874924
UW
39422007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3943
3944 * gdbint.texi (Target Conditionals): Remove documentation
3945 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3946 gdbarch_extract_return_value, and gdbarch_store_return_value.
3947
f6e56ab3
UW
39482007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3949
3950 * gdbint.texi (Target Conditionals): Remove documentation of
3951 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3952
56cf5405
KH
39532007-10-11 Kazu Hirata <kazu@codesourcery.com>
3954
3955 * gdb.texinfo: Mention that inaccessible-by-default is on by
3956 default.
3957
35156bae
DJ
39582007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3959
3960 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3961
d983da9c
DJ
39622007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3963
3964 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3965 multi-threaded watchpoints.
3966 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3967 checked. Describe sticky notification. Expand description
3968 of steppable and continuable watchpoints.
3969 (Watchpoints and Threads): New subsection.
3970
fe6fbf8b
VP
39712007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3972
3973 * gdb.texinfo (Setting Breakpoints): Revise
3974 documentation for pending breakpoints. Document
3975 breakpoints with multiple locations.
5ae4183a 3976
084344da
VP
39772007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3978
3979 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3980 Document -list-features.
5ae4183a 3981
82160952
EZ
39822007-09-15 Eli Zaretskii <eliz@gnu.org>
3983
3984 * gdb.texinfo (Output): Spell out which features of C's printf are
3985 not supported by GDB's printf.
7e27a47a
EZ
3986 (Separate Debug Files): More accurate wording regarding build ID
3987 and a reference to the ld manual rather than the Fedora wiki.
82160952 3988
ea37ba09
DJ
39892007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3990 Jim Blandy <jimb@codesourcery.com>
3991
3992 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3993 (Examining Memory): Update mentions of the 's' format.
3994 (Automatic Display): Likewise.
3995
b8533aec
DJ
39962007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3997
3998 * gdb.texinfo: Update the FSF's Back-Cover Text.
3999
83f83d7f
JK
40002007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4001 Eli Zaretskii <eliz@gnu.org>
4002
4003 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4004 Fixed the ``build ID'' name. New binaries build instructions for the
4005 build ID inclusion. Explain how the commands are specific to the build
4006 ID vs. debug link.
4007
c7e83d54
EZ
40082007-09-01 Eli Zaretskii <eliz@gnu.org>
4009
4010 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4011 indexing for ``build ID'' support.
4012
d3750b24
JK
40132007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4014
4015 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4016 Enlisted BUILD ID to the debug file searching example.
4017 Included a BUILD ID `.note.gnu.build-id' section description.
4018 Updated/added the debug files splitting instructions for OBJCOPY.
4019
02142340
VP
40202007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4021
4022 * gdb.texinfo (Variable Objects): Adjust docs
4023 for -var-info-expression and document
4024 -var-info-path-expression.
4025
d3bdde98
JB
40262007-08-20 Jim Blandy <jimb@codesourcery.com>
4027
3fb6a982
JB
4028 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4029 (title page): Include the dedication in the printed manual, as a
4030 separate page after the copyright notice.
5ae4183a 4031
d3bdde98
JB
4032 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4033 don't break a @var across a line.
4034
c80a96a8
MR
40352007-07-25 Maciej W. Rozycki <macro@mips.com>
4036
4037 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4038 for include files.
4039
5824a901
NR
40402007-07-12 Nick Roberts <nickrob@snap.net.nz>
4041
4042 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
4043 in annotate.texinfo.
4044 (Command History): Link to new node.
5824a901 4045
d52e7ea3
UW
40462007-07-05 Markus Deuling <deuling@de.ibm.com>
4047
4048 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4049
5fc14d0a
EZ
40502007-07-05 Eli Zaretskii <eliz@gnu.org>
4051
4052 * gdbint.texinfo (Target Conditionals): Fix last change.
4053
4a9bb1df
UW
40542007-07-03 Markus Deuling <deuling@de.ibm.com>
4055
4056 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4057 routines:
4058 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4059 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4060 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4061 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4062 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4063 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4064 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4065 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4066 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4067 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4068 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4069 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4070 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4071 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4072 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4073 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4074 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4075 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4076 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4077 (SOFTWARE_SINGLE_STEP_P)
4078
4079 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4080 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4081
4082 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4083 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4084 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4085 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4086 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4087 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4088 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4089 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4090 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4091 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4092
4093 (Converting an existing Target Architecture to Multi-arch): Remove
4094 section.
4095
4096 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4097 (gdbarch_addr_bits_remove): Add code example.
4098
4099 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4100
cfa9d6d9
DJ
41012007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4102
4103 * gdb.texinfo (Remote Configuration): Document library-info-packet.
4104 Add other missing entries. Adjust the table size to fit.
4105 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
4106 stop reasons including the new "library" event.
4107 (General Query Packets): Adjust table widths for qSupported. Mention
4108 qXfer:libraries:read reply to qSupported and document the new packet.
4109 (Library List Format): New section.
4110
159fcc13
JK
41112007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4112
4113 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4114
f66d1690
MS
41152007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
4116
4117 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4118
67102876
NR
41192007-06-25 Nick Roberts <nickrob@snap.net.nz>
4120
4121 * gdbint.texinfo (Register and Memory Data): Break sections
4122 into nodes and add a menu.
4123
a4642986
MR
41242007-06-21 Maciej W. Rozycki <macro@mips.com>
4125
4126 * gdb.texinfo (Examining Memory): Document the new behaviour.
4127
e9c17194
VP
41282007-06-21 Vladimir Prus <vladimir@codesourcery.com>
4129
4130 * gdb.texinfo (Standard Target Features): Document
4131 m68k features.
4132
31d99776
DJ
41332007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4134
4135 * gdb.texinfo (General Query Packets): Document qOffsets changes.
4136
1780a0ed
DJ
41372007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4138
4139 * gdb.texinfo (Target Description Format): Add version attribute
4140 for <target>.
4141
822b6570
DJ
41422007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4143
4144 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
4145
f8b73d13
DJ
41462007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4147
4148 * gdb.texinfo (MIPS Features): New subsection.
4149
0e7f50da
UW
41502007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4151 Markus Deuling <deuling@de.ibm.com>
4152
4153 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
4154 and qXfer:spu:write packets and mention them under qSupported.
4155
23d964e7
UW
41562007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4157 Markus Deuling <deuling@de.ibm.com>
4158
4159 * gdb.texinfo (Architectures): Add new SPU section to document
4160 Cell Broadband Engine SPU architecture specific commands.
4161
9f708cb2
VP
41622007-06-09 Vladimir Prus <vladimir@codesourcery.com>
4163
4164 * gdb.texinfo (GDB/MI Variable Objects): Editorial
4165 comments.
4166
7579b5f8
NR
41672007-06-07 Nick Roberts <nickrob@snap.net.nz>
4168
4169 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
4170
bf06d120
JB
41712007-05-29 Jim Blandy <jimb@codesourcery.com>
4172
4173 * gdb.texinfo (Overview): Doc fix.
4174
23776285
MR
41752007-05-22 Maciej W. Rozycki <macro@mips.com>
4176
4177 * gdb.texinfo (Remote Configuration): Document "set/show
4178 remoteflow".
4179
1a69e1e4
DJ
41802007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4181
bf06d120
JB
4182 * gdb.texinfo (MIPS): Remove documentation for set mips
4183 saved-gpreg-size, show mips saved-gpreg-size, and set mips
4184 stack-arg-size.
1a69e1e4 4185
46ba6afa 41862007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4187
46ba6afa
BW
4188 * all-cfg.texi (GDBTUI): New.
4189 * gdb.texinfo (Mode Options): Use GDBTUI variable.
4190 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
4191 (TUI Configuration): Edit to improve clarity and fix problems of
4192 both style and content.
5ae4183a 4193
06d3b283
UW
41942007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4195
4196 * observer.texi (GDB Observers): New observer "new_objfile".
4197
179101d6
UW
41982007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4199
4200 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
4201
25d5ea92
VP
42022007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4203
4204 * gdb.texinfo (GDB/MI Variable Objects): Document
4205 frozen variables objects.
5ae4183a 4206
ea35711c
DJ
42072007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4208
4209 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4210 (Character Sets, Caching Data of Remote Targets): Likewise.
4211 (Targets): Delete Remote node. Move its text...
4212 (Debugging Remote Programs): ...to here. Delete description
4213 of the "remote" command.
4214 (Remote configuration): Delete description of "set remotedevice"
4215 and "show remotedevice".
4216 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4217
db2e3e2e
BW
42182007-04-11 Bob Wilson <bob.wilson@acm.org>
4219
5ae4183a
AS
4220 * gdb.texinfo (Contributors, Continuing and Stepping)
4221 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4222 (General Query Packets, File-I/O Remote Protocol Extension)
4223 (Protocol Basics, The F Reply Packet, Write)
4224 (Protocol-specific Representation of Datatypes, Memory Transfer):
4225 Fix hyphenation, punctuation and grammar problems.
4226 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
4227 'section' instead of 'subsection' in the text.
4228 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4229 (i386): Remove period from section name.
db2e3e2e
BW
4230 (Installing GDB, Requirements, Running Configure, Separate Objdir)
4231 (Config Names, Configure Options): Use @file{configure}.
4232
8a3dae3e
DJ
42332007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
4234
4235 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4236 and tab expansion.
4237
1a92f856
DJ
42382007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4239
4240 * gdbint.texinfo (SOM): Correct location of the SOM reader.
4241
79a6e687 42422007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4243
79a6e687
BW
4244 * gdb.texinfo: Consistently capitalize all significant words in
4245 node names, chapter titles, section titles, and headings. Update
4246 cross references to match.
4247 (Starting and Stopping Trace Experiment): Make node name plural.
4248 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 4249
ad527d2e
PA
42502007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4251
4252 * gdb.texinfo (WinCE): Delete obsolete subsection.
4253
7ce59000
DJ
42542007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4255
4256 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4257 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4258 references.
4259
8807d78b
DJ
42602007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4261
4262 * gdb.texinfo (Startup): Delete references to some alternate
4263 names for .gdbinit.
4264 (Thread): Remove LynxOS reference.
4265 (Tandem ST2000): Delete target-specific documentation.
4266 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4267 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4268 and GDB_OSABI_LYNXOS.
4269
5f402660
UW
42702007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4271
4272 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4273
bac718a6
UW
42742007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4275
4276 * gdbint.texinfo (Target Conditionals): Remove mention of
4277 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4278 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4279
9453113a
DJ
42802007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4281
4282 * Makefile.in: Add "pdfdir" installation
4283 directory, PDFTEX macro, support for "install-pdf" target,
4284 and rules for making a pdf version of refcard.texi.
4285 * refcard.tex: Specify paper size for PDF output.
4286
ae21e955 42872007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4288
ae21e955 4289 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 4290
3f94c067 42912007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4292
3f94c067
BW
4293 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4294 (Source Path, Character Sets, Macros, Define)
4295 (GDB/MI Result Records, GDB/MI Simple Examples)
4296 (GDB/MI Program Execution, GDB/MI File Commands)
4297 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4298 (Bug Reporting): Use @value{GCC}.
5ae4183a 4299
12c27660 43002007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4301
12c27660
BW
4302 * gdb.texinfo (Help): Fix formatting of examples.
4303 (Variables): Use @ifnotinfo instead of @iftex.
4304 (Non-debug DLL symbols): Use @ref instead of @pxref.
4305 (Sparclet File): Use @samp instead of quotes.
5ae4183a 4306
ce9341a1
BW
43072007-03-26 Bob Wilson <bob.wilson@acm.org>
4308
4309 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4310
c8f4133a
BW
43112007-03-26 Bob Wilson <bob.wilson@acm.org>
4312
4313 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4314 the order of the nodes.
4315 (C Operators, C Constants, Debugging C): Remove extra menus.
4316 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 4317
c8f4133a 43182007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
4319
4320 * gdb.texinfo (File Options): Add missing parenthesis.
4321 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4322
c74d0ad8
DJ
43232007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4324
4325 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4326
ff6f572f
DJ
43272007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4328
669fac23 4329 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
4330 case insensitivity.
4331 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4332
994337c3
NR
43332007-02-18 Nick Roberts <nickrob@snap.net.nz>
4334
4335 * gdb.texinfo (Top): Put Appendix A after numbered sections.
4336 (Files): Add section name to argument list for pxref.
4337 (Non-debug DLL symbols): Don't use `see' for pxref.
4338 (Embedded Processors): Fix typo.
4339 (GDB/MI Breakpoint Commands): Execution commands generate
4340 *stopped not ^done.
4341
eb819d70
NR
43422007-02-13 Nick Roberts <nickrob@snap.net.nz>
4343
4344 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4345 values for in_scope. Mention that only root variables can be
4346 updated.
4347 (GDB/MI Development and Front Ends): Explain new values may be
4348 added to existing fields.
4349
123dc839
DJ
43502007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4351
4352 * gdb.texinfo (-target-disconnect): Use @smallexample.
4353 (Requirements): Add anchor for Expat. Update description.
4354 (Target Descriptions): Mention Expat.
4355 (Target Description Format): Document new elements. Use
4356 @smallexample.
4357 (Predefined Target Types, Standard Target Features): New sections.
669fac23 4358 * gdbint.texinfo (Target Descriptions): New section.
123dc839 4359
108546a0
DJ
43602007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4361
4362 * gdb.texinfo (Target Description Format): Add section on XInclude.
4363
95a98c01
NR
43642006-02-03 Nick Roberts <nickrob@snap.net.nz>
4365
4366 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
4367 command -enable-timings.
4368
f4b3909f
EZ
43692007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
4370
5ae4183a 4371 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
4372 descriptions for new/deleted elements in gdb_osabi. Add missing
4373 description for function generic_elf_osabi_sniff_abi_tag_sections.
4374
c7ba131e
JB
43752007-01-29 Joel Brobecker <brobecker@adacore.com>
4376
4377 * gdb.texinfo (Maintenance Commands): Add documentation for
4378 the new "maint print target-stack" command.
4379
3a60f64e
JK
43802007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4381 Eli Zaretskii <eliz@gnu.org>
4382
f4b3909f 4383 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 4384
c582f8b6
EZ
43852007-01-26 Eli Zaretskii <eliz@gnu.org>
4386
4387 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
4388 Use @value{NGCC} instead of @value{GCC}.
4389
d3e8051b
EZ
43902007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
4391
4392 * agentexpr.texi: Fix typos.
4393 * annotate.texinfo: Likewise.
4394 * gdb.texinfo: Likewise.
4395 * gdbint.texinfo: Likewise.
4396 * observer.texi: Likewise.
4397 * stabs.texinfo: Likewise.
4398
86f04699
EZ
43992007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
4400
4401 * gdbint.texinfo (Support Libraries): Remove mmalloc
4402 entry. Describe readline library.
4403
23181151
DJ
44042007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4405
4406 * gdb.texinfo (Target Descriptions): New section.
4407 (General Query Packets): Add QPassSignals anchor. Mention
4408 qXfer:features:read under qSupported. Expand mentions of
4409 qXfer:memory-map:read and QPassSignals. Document
4410 qXfer:features:read.
4411
f822c95b
DJ
44122007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4413
4414 * gdb.texinfo (Commands to specify files): Describe
4415 "set sysroot" and "show sysroot".
4416 (Using the `gdbserver' program): Lowercase argument
4417 to @var. Expand description of setting up GDB on the
4418 host.
4419
8936fcda
JB
44202007-01-05 Joel Brobecker <brobecker@adacore.com>
4421
4422 * gdb.texinfo (Set Catchpoints): Add documentation for the new
4423 catch exception, catch exception unhandled, and catch assert
4424 commands.
4425
e776119f
DJ
44262007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4427
4428 * gdb.texinfo (Debugging Output): Document "set debug xml"
4429 and "show debug xml".
4430
aa79a185
DJ
44312007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4432
4433 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
4434
7f893741
JB
44352007-01-01 Joel Brobecker <brobecker@adacore.com>
4436
4437 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
4438
a1b5960f
VP
44392006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4440
4441 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
4442 note in @ignore, to be removed later if nobody complains.
4443
9f470e6e
NR
44442006-12-04 Nick Roberts <nickrob@snap.net.nz>
4445
4446 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
4447 of -var-delete.
4448
765dc015 44492006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4450
765dc015 4451 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
4452 automatic software/hardware breakpoint usage and
4453 the "set breakpoint auto-hw" command.
765dc015 4454
4b5752d0
VP
44552006-11-21 Vladimir Prus <vladimir@codesourcery.com>
4456
4457 * gdb.texinfo (Memory Access Checking): New.
4458
89be2091
DJ
44592006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
4460
4461 * gdb.texinfo (Remote configuration): Mention
4462 "pass-signals-packet".
4463 (General Query Packets): Document QPassSignals. Fix
4464 a typo.
4465
ca3bf3bd
DJ
44662006-11-14 Maxim Grigoriev <maxim@tensilica.com>
4467
4468 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
4469
427c3a89
DJ
44702006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4471
4472 * gdb.texinfo (Remote configuration): Rewrite documentation for
4473 packet configuration commands.
4474 (OS Information): Adjust reference to qXfer:auxv:read.
4475 (General Query Packets): Remove references to read-aux-vector-packet
4476 and set remote get-thread-local-storage-address.
4477
7a107747
DJ
44782006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
4479
4480 * gdbint.texinfo (Target Architecture Definition): Add new
4481 Initializing a New Architecture section.
4482
1c56eb0e
EZ
44832006-10-31 David Taylor <dtaylor@emc.com>
4484
4485 * stabs.texinfo (Macro define and undefine): New node describing
4486 stabs for #define and #undef.
4487
f73adfeb
AS
44882006-10-27 Andreas Schwab <schwab@suse.de>
4489
4490 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
4491
fd60e0df
EZ
44922006-10-21 Eli Zaretskii <eliz@gnu.org>
4493
4494 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
4495 clarify on the possible meanings of ``expression'' watched by
4496 watchpoints. Add indexing.
e5ac9b53
EZ
4497 (Prompting, Errors, Invalidation, Annotations for Running)
4498 (Source Annotations): Fix index entries by adding "annotation" to
4499 them, to discriminate from index entries that point to the more
4500 general topic descriptions.
fd60e0df 4501
52bb452f
DJ
45022006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4503
4504 * gdbint.texinfo (Target Vector Definition): Move most
4505 content into Existing Targets. Add a menu.
4506 (Existing Targets): New section, moved from Target Vector
4507 Definition. Use @subsection.
4508 (Managing Execution State): New section.
4509
58955e58
BW
45102006-10-16 Bob Wilson <bob.wilson@acm.org>
4511
4512 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
4513
c8aa23ab
EZ
45142006-10-15 Eli Zaretskii <eliz@gnu.org>
4515
4516 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
4517 (Command Syntax, Signals, Backtrace, Connecting)
4518 (Remote configuration, Renesas Boards, Console I/O): Fix last
4519 change: use Ctrl- instead of C-, except wrt Emacs.
4520 (File-I/O Examples): Put Ctrl-c in @kbd.
4521 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
4522 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
4523 (Signals, Set Breaks, Set Watchpoints): Document optional
4524 arguments to `info signals' `handle', `info breakpoints', and
4525 `info watchpoints'.
c8aa23ab 4526
e7109c7e
EZ
45272006-10-14 Eli Zaretskii <eliz@gnu.org>
4528
4529 * gdb.texinfo (Backtrace): Fix last change.
4530
de3aea7b
NR
45312006-10-14 Nick Roberts <nickrob@snap.net.nz>
4532
4533 * gdb.texinfo (Backtrace): Order correctly and add other cases.
4534
7f9087cb
BW
45352006-10-10 Bob Wilson <bob.wilson@acm.org>
4536
c8aa23ab
EZ
4537 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
4538 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
4539 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 4540
68437a39
DJ
45412006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4542 Daniel Jacobowitz <dan@codesourcery.com>
4543
4544 * gdb.texinfo (Packets): Document vFlashErase,
4545 vFlashWrite and vFlashDone packets.
4546 (General Query Packets): Document qXfer:memory-map:read.
4547 Add a new feature for qXfer:memory-map:read.
4548 (Memory map format): New section.
4549 (Target Commands): Mention that gdb can write flash.
4550
fd79ecee
DJ
45512006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4552 Daniel Jacobowitz <dan@codesourcery.com>
4553
4554 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
4555 memory regions and "mem auto".
4556
350da6ee
DJ
45572006-09-21 Nathan Sidwell <nathan@codesourcery.com>
4558
4559 * gdbint.texinfo (Array Containers): New section.
4560
2f1acb09
VP
45612006-09-17 Vladimir Prus <vladimir@codesourcery.com>
4562
4563 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4564 -stack-list-arguments HIGH_FRAME argument can be larger then the
4565 actual number of frames.
4566
2ab1eb7a
VP
45672006-09-07 Vladimir Prus <vladimir@codesourcery.com>
4568
4569 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
4570 -stack-list-locals HIGH_FRAME argument can be larger then the
4571 actual number of frames.
2ab1eb7a 4572
599b237a
BW
45732006-09-02 Bob Wilson <bob.wilson@acm.org>
4574
4575 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
4576 Register Packet Format, Tracepoint Packets): Fix spelling errors.
4577
25ab7e6d
EZ
45782006-09-02 Eli Zaretskii <eliz@gnu.org>
4579
4580 * gdbint.texinfo (Overall Structure): New section "Source Tree
4581 Structure".
4582
940178d3
JB
45832006-08-17 Jim Blandy <jimb@codesourcery.com>
4584
4585 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
4586 responses.
4587
30daae6c
JB
45882006-08-08 Joel Brobecker <brobecker@adacore.com>
4589
4590 * gdb.texinfo (Source Path): Add documentation for new
4591 substitute-path commands.
4592
7fa2210b
DJ
45932006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
4594
4595 * gdb.texinfo (Installing GDB): Update menu. Move text to...
4596 (Running Configure): ...here.
4597 (Requirements): New node. Mention expat.
4598
3d00d119
DJ
45992006-08-08 Vladimir Prus <vladimir@codesourcery.com>
4600
5ae4183a 4601 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
4602 'set download-write-size' and 'show download-write-size'.
4603
0cbfa4ee
DJ
46042006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
4605
4606 * stabs.texinfo (Member Type Descriptor): Correct example for
4607 pointer to member types.
4608
16026cd7
AS
46092006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
4610
4611 * gdb.texinfo (Optional warnings and messages): Add
4612 'set/show trace-commands'.
4613 (Command files): Add '-v' to source command.
4614
0876f84a
DJ
46152006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4616
4617 * gdb.texinfo (OS Information): Update qPart reference to
4618 qXfer.
4619 (Remote configuration): Likewise.
4620 (Overview): Move @cindex to the start of a paragraph. Talk
4621 about binary data encoding.
4622 (Packets): Refer to the overview for the details of the X
4623 packet encoding.
4624 (General Query Packets): Remove qPart description. Add qXfer
4625 description. Add an anchor to qSupported. Correct feature
4626 table title. Add a new feature for qXfer:auxv:read.
4627 (Interrupts): Add a missing parenthesis.
4628
2ec3381a
DJ
46292006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
4630
669fac23 4631 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
4632 (GDB/MI Kod Commands): Remove commented out node.
4633
594fe323
EZ
46342006-07-01 Eli Zaretskii <eliz@gnu.org>
4635
4636 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
4637 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
4638 (GDB/MI Thread Commands, GDB/MI Program Execution)
4639 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
4640 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
4641 (GDB/MI File Commands, GDB/MI Target Manipulation)
4642 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
4643 since the MI prompt is hard-wired into the code.
4644
7e3fb70c
NR
46452006-07-01 Nick Roberts <nickrob@snap.net.nz>
4646
4647 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
4648 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
4649 (GDB/MI Data Manipulation): Remove description of unimplemented
4650 display related commands as variable objects perform this function
4651 and are superior: -display-delete, -display-disable,
4652 -display-enable, -display-insert and -display-list. Move
4653 -environment-cd, -environment-directory, -environment-path
4654 and -environment-pwd to "Program Context".
4655 (GDB/MI Program Control): Rename to "Program Execution". Move
4656 -exec-arguments -exec-abort to...
4657 (GDB/MI Program Context): ...here. New node split from "Data
4658 Manipulation".
4659
be2a5f71
DJ
46602006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
4661
4662 * gdb.texinfo (Remote configuration): Document set / show
4663 remote supported-packets.
4664 (General Query Packets): Document qSupported packet.
4665
fc320d37
SL
46662006-06-10 Sandra Loosemore <sandra@codesourcery.com>
4667
4668 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
4669 and font markup.
4670 (Protocol basics): Likewise.
4671 (The F request packet): Likewise.
4672 (The F reply packet): Likewise.
4673 (Memory transfer): Move this node to be a subsubsection of
4674 "Protocol specific representation of datatypes".
4675 (The Ctrl-C message): More copy editing.
4676 (Console I/O): Likewise.
4677 (The isatty call): Delete this node, and merge its content into
4678 the "isatty" node. Fixed references elsewhere.
4679 (The system call): Delete this node, and merge its content into
4680 the "system" node. Fixed references elsewhere.
4681 (open): Reformat to use @table, and add appropriate font markup.
4682 (close): Likewise.
4683 (read): Likewise.
4684 (write): Likewise.
4685 (lseek): Likewise.
4686 (rename): Likewise.
4687 (unlink): Likewise.
4688 (stat/fstat): Likewise.
4689 (gettimeofday): Likewise.
4690 (isatty): Likewise.
4691 (system): Likewise, plus minor changes to fix confusing wording.
4692 (Integral datatypes): Fix font markup.
4693 (Pointer values): Likewise.
4694 (struct stat): Fix markup to use @table, plus minor copy editing.
4695 (struct timeval): Fix font markup, plus minor copy editing.
4696 (Constants): Minor copy editing.
4697 (Errno values): Add font markup.
4698 (File-I/O Examples): Likewise.
4699
158fdf5c
NR
47002006-06-10 Nick Roberts <nickrob@snap.net.nz>
4701
4702 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
4703 (GDB/MI Simple Examples): Move node up one level. Use real
4704 examples.
4705 (GDB/MI Compatibility with CLI): Update.
4706 (GDB/MI Result Records): Add "connected" and "exit" result
4707 classes.
4708 (GDB/MI Stream Records): Clarify target output.
4709 (GDB/MI Command Description Format): Modify example description.
4710 (GDB/MI Breakpoint Table Commands): Rename to...
4711 (GDB/MI Breakpoint Commands): ...this
4712 (GDB/MI Breakpoint Commands): Add optional thread field.
4713 (GDB/MI Program Control): Add an introduction. Move "Program
4714 termination" examples into exec-run description.
4715 (GDB/MI File Commands): Mention similar CLI commands.
4716 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
4717 is similar to "-gdb-version".
4718
ddb50cd7
EZ
47192006-06-09 Eli Zaretskii <eliz@gnu.org>
4720
4721 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
4722
2aef0d6b
NR
47232006-06-02 Nick Roberts <nickrob@snap.net.nz>
4724
4725 * gdb.texinfo (GDB/MI Development and Front Ends): Use
4726 sourceware.org for mailing lists.
d5e40d59 4727 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 4728
383a5c52
NR
47292006-06-01 Nick Roberts <nickrob@snap.net.nz>
4730
d5e40d59 4731 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 4732
e16b02ee
EZ
47332006-05-22 Eli Zaretskii <eliz@gnu.org>
4734
4735 * gdb.texinfo (Cygwin Native): Fix last change.
4736
be90c084
CF
47372006-05-22 Christopher Faylor <cgf@timesys.com>
4738
4739 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
4740
347ceba5
NR
47412006-05-15 Nick Roberts <nickrob@snap.net.nz>
4742
4743 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
4744 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
4745
369af7bd
DJ
47462006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4747
4748 * gdb.texinfo (General Query Packets): Recommend not starting
4749 new packets with qC and clarify.
4750
2ffdbde8 47512006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
4752
4753 * gdb.texinfo (M2 Types): New section.
72019c9c 4754
16d1a084
DJ
47552006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
4756
4757 * agentexpr.texi: Add a copyright and license notice.
4758 * observer.texi: Likewise, with GPL clause for function prototypes.
4759 Remove trailing whitespace.
4760
aa56d27a
JB
47612006-05-05 Jim Blandy <jimb@codesourcery.com>
4762
4763 * gdb.texinfo (General Query Packets): Document conventions for
4764 terminating packet names, and their violations.
4765
5bdf8622
DJ
47662006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4767
4768 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
4769 * gdb.texinfo: Likewise.
4770
605a56cb
DJ
47712006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4772
4773 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
4774 and "show remotedebug".
4775 (Debugging Output): Add additional index entries.
4776
b8db102d
MS
47772006-04-27 Michael Snyder <msnyder@redhat.com>
4778
4779 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
4780
c5e30d01
AC
47812006-04-22 Andrew Cagney <cagney@redhat.com>
4782
4783 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
4784 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
4785
8181d85f
DJ
47862006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
4787
4788 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
4789 and remove breakpoint prototypes.
4790 (Watchpoints): Move description of target_insert_hw_breakpoint and
4791 target_remove_hw_breakpoint ...
4792 (Breakpoints): ... to here. Document target_insert_breakpoint and
4793 target_remove_breakpoint.
4794
4f553f88
JB
47952006-04-17 Jim Blandy <jimb@codesourcery.com>
4796
4797 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
4798 and C packets are optional.
4799
cd852561
FR
48002006-04-14 Frederic Riss <frederic.riss@st.com>
4801
4802 * gdb.texinfo (Specifying source directories): Update the description
4803 of the source file search to reflect the fact that the source path
4804 always contains at least $cdir and $cwd.
4805
b620eb07
MS
48062006-03-31 Michael Snyder <msnyder@redhat.com>
4807
4808 * gdb.texinfo: Update copyright dates.
4809
3156cdaf
EZ
48102006-03-31 Eli Zaretskii <eliz@gnu.org>
4811
4812 * gdb.texinfo (Overview): Add an index entry to "empty response".
4813
7d30c22d
JB
48142006-03-28 Jim Blandy <jimb@codesourcery.com>
4815
4816 * gdbint.texinfo (Prologue Analysis): New section.
4817
86941c27
JB
48182006-03-07 Jim Blandy <jimb@red-bean.com>
4819
66b8c7f6
JB
4820 * gdb.texinfo (Connecting): Document 'target remote pipe'.
4821
1a10341b
JB
4822 * gdb.texinfo (Target Commands): Update text describing how to
4823 specify a target. Refer to the detailed section on remote
4824 debugging, not the brief mention.
4825
86941c27
JB
4826 * gdb.texinfo (Connecting): Organize the different 'target remote'
4827 connection methods into a table. Add a 'target remote' index
4828 entry. (!!!)
4829
62f3a2ba
FF
48302006-02-17 Fred Fish <fnf@specifix.com>
4831
4832 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4833 'ptype' commands to reflect the fact that the only significant
4834 difference between them is that ptype prints the complete type
4835 description instead of just the name.
4836
8b9a88ea
WZ
48372006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
4838
4839 * gdbint.texinfo (Watchpoints): Delete
4840 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4841
7e8dc855
NR
48422006-02-10 Nick Roberts <nickrob@snap.net.nz>
4843
4844 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4845 times fields where needed. Fix typos. Update general form given
4846 for output of -break-insert.
4847 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4848
c91d38aa
DJ
48492006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
4850
4851 * gdbint.texinfo (Symbol Handling): Add a section
4852 on memory management.
4853
38fcd64c
DJ
48542006-02-06 Vladimir Prus <ghost@cs.msu.su>
4855
4856 * gdb.texinfo (Breakpoint table commands): Document the fullname
4857 field in -break-list output.
4858
219eec71
EZ
48592006-02-03 Eli Zaretskii <eliz@gnu.org>
4860
4861 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4862 debugging information produced by the various "set debug..."
4863 options.
4864
ae5a43e0
DJ
48652006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4866
4867 * gdb.texinfo (Files): Remove obsolete bits from the description
4868 of "symbol-file".
4869
a9f158ec
JB
48702006-01-25 Jim Blandy <jimb@redhat.com>
4871
4872 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4873
410dd08e
JB
48742006-01-24 Jim Blandy <jimb@redhat.com>
4875
4876 * gdbint.texinfo (Frames): Document the basics of GDB's register
4877 unwinding model, and explain the existence of the "sentinel" frame.
4878
4b505b12
AS
48792006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4880
4881 * gdb.texinfo (Choosing files): Mention that -directory is used
4882 for script files.
4883 (Specifying source directories): Likewise.
4884 (Command files): Explain how script files are found.
4885
839c27b7
EZ
48862006-01-21 Eli Zaretskii <eliz@gnu.org>
4887
4888 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4889 the threads in a multi-threaded program.
4890 (Threads): The threadno argument of "thread apply" can be a range
4891 of numbers.
4892
7be93b9e
JB
48932006-01-18 Jim Blandy <jimb@redhat.com>
4894
4895 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4896 of warning flags.
4897
fcc73fe3
EZ
48982006-01-13 Eli Zaretskii <eliz@gnu.org>
4899
4900 * gdb.texinfo (Sequences): Improve menu annotations.
4901 (Define): Add index entries for arguments of user-defined
4902 commands. Move the description of flow-control commands...
4903 (Command Files): ...to here. Document loop_break and
4904 loop_continue.
ca91424e
EZ
4905 (Define, Command Files): Document `end' and add index entries for
4906 it.
fcc73fe3 4907
5c95884b
MS
49082006-01-04 Michael Snyder <msnyder@redhat.com>
4909
4910 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 4911 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 4912
860701dc
PH
49132006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4914
4915 * gdb.texinfo (Omissions from Ada): Document that there is now
4916 limited aggregate support.
4917
36b80e65
EZ
49182005-12-28 Eli Zaretskii <eliz@gnu.org>
4919
4920 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4921 registers and the likes.
4922
c1468174
EZ
49232005-12-24 Eli Zaretskii <eliz@gnu.org>
4924
4925 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4926 (Symbols): Fix usage of "e.g.".
359df76b 4927 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
4928
4929 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4930 (Coding): Fix usage of "e.g.".
4931
c02a867d
EZ
49322005-12-23 Eli Zaretskii <eliz@gnu.org>
4933
5ae4183a
AS
4934 * stabs.texinfo:
4935 * refcard.tex:
c02a867d 4936 * gpl.texi:
5ae4183a
AS
4937 * gdbint.texinfo:
4938 * gdb.texinfo:
4939 * gdb-cfg.texi:
c02a867d 4940 * fdl.texi:
5ae4183a
AS
4941 * annotate.texinfo:
4942 * all-cfg.texi:
c02a867d
EZ
4943 * Makefile.in: Add (C) after Copyright. Update the FSF
4944 address.
4945
fad38dfa
EZ
49462005-12-03 Eli Zaretskii <eliz@gnu.org>
4947
4948 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4949 extend GDB with commands for external monitor.
4950
53e5f3cf
AS
49512005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4952
4953 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4954
55f6ca0f
JB
49552005-11-25 Joel Brobecker <brobecker@adacore.com>
4956
4957 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4958
c1947b85
JB
49592005-11-21 Jim Blandy <jimb@redhat.com>
4960
4961 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4962 placement of 'R' actions in tracepoint action packets; document
4963 dependence of 'X' and 'M' actions on a preceding 'R' action for
4964 their registers.
4965
9d29849a
JB
49662005-11-19 Jim Blandy <jimb@redhat.com>
4967
4968 * gdb.texinfo (Tracepoint Packets): New node.
4969 (General Query Packets): Add entries for the tracepoint packets,
4970 referring to the "Tracepoint Packets" node.
4971 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4972
9a6253be
KB
49732005-11-18 Kevin Buettner <kevinb@redhat.com>
4974
4975 * gdb.texinfo (set remotebreak): Add anchor.
4976 (X packet): Likewise.
4977 (Remote Protocol): Add new section `Interrupts' and new index
4978 entry `interrupts (remote protocol)'.
4979
5f3bebba
JB
49802005-11-18 Jim Blandy <jimb@redhat.com>
4981
4982 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4983 entries into the General Query Packets section. Add a
4984 cross-reference to that section. Drop description of replies, as
4985 these are covered in the descriptions of each packet.
4986 (General Query Packets): Add introductory text. Explain naming
4987 conventions, and how the end of a name is recognized.
4988
9a7a1b36
KB
49892005-11-17 Kevin Buettner <kevinb@redhat.com>
4990
0564b6cf 4991 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4992 "set remotebreak" command.
4993
b8ff78ce
JB
49942005-11-16 Jim Blandy <jimb@redhat.com>
4995
4996 * gdb.texinfo (Packets, Stop Reply Packets)
4997 (General Query Packets): Various formatting cleanups.
4998 - Use @samp for packet contents.
4999 - Drop summaries from packet @item lines; the same information appears
5000 immediately below in the description.
5001 - Delete paragraph breaks after packet @item commands, so that the
5002 description appears directly to the right of the packet prototype
5003 in the printed manual, if it fits.
5004 - Place spaces in packet prototypes between @vars and non-@var
5005 letters, and explain that they're just for formatting.
5006 - Use @dots{} instead of '...'.
5007 - Fix uses of @code where @var was needed.
5008 - Replace "deprecated" markers with English text spelling out the
5009 packet's status and the preferred alternatives.
5010 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5011 what this ever meant.
5012 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5013 this for a long time.
5014 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5015 implemented several times, and have been in use for years.
5016
8ffe2530
JB
50172005-11-15 Jim Blandy <jimb@redhat.com>
5018
c43c5473
JB
5019 * gdb.texinfo (Packets): Add index entries for 'm' packet
5020 disclaimers.
5ae4183a 5021
fb031cdf
JB
5022 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5023 of stub when processing an 'm' packet.
5024
8ffe2530
JB
5025 * gdb.texinfo (Packets): Mention that packets beginning with
5026 letters are reserved once, at the top, instead of actually listing
5027 them all and saying "reserved".
5028
c03c782f
AS
50292005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
5030
5031 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5032 Change @var{$arg0 to @code{$arg0.
5033
814e32d7
WZ
50342005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
5035
5036 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5037
fa93a9d8
JB
50382005-11-12 Jim Blandy <jimb@redhat.com>
5039
5040 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5041 order. Remove extraneous 'z'.
5042
8a5a3c82
AS
50432005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
5044
5045 * gdb.texinfo (Choosing files): Add --eval-command.
5046
4b0ad762
AS
50472005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
5048
5049 * gdb.texinfo (Choosing modes): Add --return-child-result.
5050
5051
1a088d06
AS
50522005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
5053
5054 * gdb.texinfo (Choosing modes): Add --batch-silent.
5055
656d5e12
EZ
50562005-10-28 Eli Zaretskii <eliz@gnu.org>
5057
5058 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5059 "The -var-update Command".
5060
3c9c013a
JB
50612005-10-03 Joel Brobecker <brobecker@adacore.com>
5062
5063 * gdb.texinfo (Print Settings): Add documentation for set/show
5064 print array-indexes.
5065
7ba3cf9c
DJ
50662005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5067
5068 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5069 6.2 and 6.3.
5070
a94ab193
EZ
50712005-08-27 Eli Zaretskii <eliz@gnu.org>
5072
5073 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5074 since 19-Jan-2004.
5075 (Files): Likewise.
ab1adacd
EZ
5076 (Variables, Symbols): Document the "<incomplete type>" message and
5077 its reasons.
a94ab193 5078
ca06016a
FF
50792005-08-01 Fred Fish <fnf@specifix.com>
5080
5081 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5082
cf58170d
NR
50832005-07-15 Nick Roberts <nickrob@snap.net.nz>
5084
5085 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5086 option for -var-list-children and -var-update.
5087 (GDB/MI Stack Manipulation): Simplify description of
5088 print-values option for -stack-list-locals.
5089 (GDB/MI Command Description Format): Clarify.
5090 (Mode Options): Spelling of superseded.
5091
38f1196a
BR
50922005-07-12 Bob Rossi <bob@brasko.net>
5093
5094 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5095 corresponding GDB command comment.
5096
3cb3b8df
BR
50972005-07-06 Bob Rossi <bob@brasko.net>
5098
5099 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5100 and -inferior-tty-show.
5101 (Input/Output): Document "set/show inferior-tty" and tty alias.
5102
10fac096
NW
51032005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
5104
5105 * gdb.texinfo (Packets): Change description of 'D' packet to note
5106 that GDB does wait for a response.
5107
d1b6db76
NR
51082005-06-22 Nick Roberts <nickrob@snap.net.nz>
5109
5110 * gdb.texinfo (History) Rename "Command History".
5111 (Command History): Move node "Server Prefix" from section on
5112 Annotations here.
5113
29629dcf
NR
51142005-06-19 Nick Roberts <nickrob@snap.net.nz>
5115
5116 * gdb.texinfo (GDB/MI Stack Manipulation):
5117 Re-instate -stack-info-frame with example. Say that it gets
5118 info on selected frame, not current frame.
5119
397ca115
EZ
51202005-06-18 Eli Zaretskii <eliz@gnu.org>
5121
5122 * gdb.texinfo (Server): Clarify that `file' should be used before
5123 connecting to the server.
5124 (Files): Add an xref to the above description.
51274035
EZ
5125 (Output Formats): More detailed description of the `c' format.
5126 (Memory): List explicitly all the formats supported by `x'.
638ac427 5127 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 5128 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
5129 files. Add more indexing for solib-absolute-prefix and
5130 --with-sysroot.
76d17f34
EZ
5131 (Machine Code): Document possible problems with locations in
5132 shared libraries.
d416eeec
EZ
5133 (Backtrace): Document that free-standing environments do not need
5134 to have a `main' function.
397ca115 5135
74f6deaa
NR
51362005-06-18 Nick Roberts <nickrob@snap.net.nz>
5137
5138 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
5139 -stack-info-frame.
5140
a9967aef
AC
51412005-06-07 Andrew Cagney <cagney@gnu.org>
5142
5143 * gdb.texinfo (Contributors): Note the original multi-arch
5144 contributors.
5145
e09f16f9
EZ
51462005-06-03 Eli Zaretskii <eliz@gnu.org>
5147
5148 * gdb.texinfo (Registers): Add index entries for the standard
5149 registers.
5150 (Frames): Add cross-reference from frame pointer description to
5151 the Registers node.
5152 (Annotations Overview): Fix the reference to GDB name.
5153
d87ba7ee
EZ
51542005-06-01 Eli Zaretskii <eliz@gnu.org>
5155
5156 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
5157 can-use-hw-watchpoints.
5158
034dad6f
BR
51592005-05-28 Bob Rossi <bob@brasko.net>
5160
5161 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
5162 the possible reasons why an exec async record would be returned to FE.
5163
ffed4509
AC
51642005-05-26 Andrew Cagney <cagney@gnu.org>
5165
5166 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
5167 Andrew Cagney implemented the original GDB/MI.
5168
e22e55c9
OF
51692005-05-23 Orjan Friberg <orjanf@axis.com>
5170
5171 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
5172 documentation. Add documentation for cris-mode.
5173
a78e13ce
EZ
51742005-05-20 Eli Zaretskii <eliz@gnu.org>
5175
5176 * gdb.texinfo (Numbers): Explain the example and make the wording
5177 more acurate.
5178
76ff342d
DJ
51792005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5180 Dennis Brueni <dennis@slickedit.com>
5181
5182 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
5183 (GDB/MI Data Manipulation, GDB/MI Program Control)
5184 (GDB/MI Stack Manipulation): Update examples to include the fullname
5185 attribute in stack frames.
5186
119b882a
EZ
51872005-05-12 Eli Zaretskii <eliz@gnu.org>
5188
5189 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
5190 do with other non-standard names of init files.
5191
6fc08d32
EZ
51922005-05-11 Eli Zaretskii <eliz@gnu.org>
5193
5194 * gdb.texinfo (Command Files): Move the description of the startup
5195 from here...
5196 (Startup): ...to this new subsection of the Invocation chapter.
5197 Rearrange the description of init files more logically and add a
5198 cross-reference to "Command Files". Document the special gdbinit
5199 name for CISCO 68k. Expand the description of what GDB does
5200 during startup.
5201 (History): Add index entry for HISTSIZE.
5202
a561754a
MK
52032005-05-02 Mark Kettenis <kettenis@gnu.org>
5204
5205 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
5206
2eecc4ab
EZ
52072005-05-02 Eli Zaretskii <eliz@gnu.org>
5208
5209 * gdb.texinfo (SVR4 Process Information, The isatty call)
5210 (The system call): Don't use foo(N) notation for man pages and
5211 functions.
514c4d71 5212 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 5213
18999be5
EZ
52142005-04-27 Eli Zaretskii <eliz@gnu.org>
5215
5216 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5217 were optimized away.
5218
0abb7bc7
EZ
52192005-04-22 Eli Zaretskii <eliz@gnu.org>
5220
5221 * gdb.texinfo (Remote configuration): Document "set/show
5222 get-thread-local-storage-address". Add cross-reference to the
5223 description of the qGetTLSAddr packet.
5224 (General Query Packets): Mention "set remote
5225 get-thread-local-storage-address" and add a reference to its
5226 description.
5227
6f61acb1
NR
52282005-04-19 Nick Roberts <nickrob@snap.net.nz>
5229
5230 * gdb.texinfo (Backtrace): Describe 'bt full'.
5231
9d59903a
NR
52322005-04-17 Nick Roberts <nickrob@snap.net.nz>
5233
5234 * gdb.texinfo (Mode Options): Fix typo.
5235 (GDB/MI): Describe how to invoke GDB/MI.
5236
721c2651
EZ
52372005-04-16 Eli Zaretskii <eliz@gnu.org>
5238
5239 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 5240 references changed. Add description of "info udot".
721c2651
EZ
5241 (Files): Document "set/show stop-on-solib-events".
5242 (M32R/D): Document "set/show download-path", "set/show
5243 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
5244 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5245 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
5246 (Maintenance Commands): Improve indexing.
5247 (Target Commands): Document "set/show hash", "set/show debug
5248 monitor".
5249 (SVR4 Process Information): Document "info pidlist" and "info
5250 meminfo". Document "set/show procfs-tarce" and "set/show
5251 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
5252 (Symbols, The Print Command with Objective-C): Improve indexing.
5253 (Objective-C): Add references to "info classes" and "info
5254 selectors".
c45da7e6
EZ
5255 (Debugging Output): Improve wording. Document "set/show debug
5256 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
5257 (Set Breaks): Add index entry for "hardware breakpoints".
5258 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5259 and "set/show usehardbreakpoints".
5260 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5261 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
5262 (ARM): Document "rdilogfile", "rdilogenable", "set/show
5263 rdiromatzero", "set/show rdiheartbeat".
5264 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5265 "sds".
5266 (Embedded Processors): Document the "sim" command.
5267 (Remote): Document the "remote" command.
5268 (DJGPP Native): Document the "info serial" command.
5269 (Threads): Document "maint info sol-threads".
5270 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5271 (Set Breaks): Improve indexing.
5272 (Command Syntax): Add a reference to dont-repeat.
5273 (Define): Document "dont-repeat".
5274 (TUI Commands): Document "tabset".
5275 (WinCE): New subsection. Document "set/show remotedirectory",
5276 "set/show remoteupload", "set/show remoteaddhost".
721c2651 5277
14d6dd68
EZ
52782005-04-15 Eli Zaretskii <eliz@gnu.org>
5279
5280 * gdb.texinfo (Hurd Native): New subsection, documents
5281 Hurd-specific commands.
a64548ea 5282 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 5283 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
5284 (MIPS): Improve documentation of heuristic-fence-post. Document
5285 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5286 mips stack-arg-size", "set/show mips mask-address", "set/show mips
5287 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 5288 (ARM): Document ARM-specific commands.
a64548ea
EZ
5289 (AVR): New section. Document "info io_registers".
5290 (CRIS): New section. Document "set/show cris-version" and
5291 "set/show cris-dwarf2-cfi".
5292 (HPPA): New section. Document "set/show debug hppa" and "maint
5293 print unwind".
a5adf40f 5294 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 5295 (Super-H): New section. Document the "regs" command.
721c2651 5296 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 5297
9c16f35a
EZ
52982005-04-09 Eli Zaretskii <eliz@gnu.org>
5299
5300 * gdb.texinfo (Print Settings): Document "set/show print
5301 pascal_static-members", "set print repeats", "show print
5302 null-stop". Improve indexing. Fix documentation of "set print
5303 union".
5304 (Pascal): New section.
5305 (Supported languages): Rename from "Support"; all references
5306 updated. Add a menu item for Pascal.
5307 (Numbers): Document "set radix.
5308 (Screen Size): Document "set/show pagination".
5309 (MIPS Embedded): Remove "set processor" documentation.
5310 (Remote configuration): Document "set/show X/P/Z-packet",
5311 "set/show read-aux-vector-packet", "set/show remote
5312 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5313 "set/show remoteaddresssize", "set/show remotebaud", "set/show
5314 remotedebug", "set/show remotebreak", "set/show remotedevice",
5315 "set/show remotelogfile".
5316 (Auxiliary Vector): Add reference to the description of the
5317 read-aux-vector-packet setting.
5318 (Set Watchpoints): Add a cross-reference to "set remote
5319 hardware-breakpoint-limit".
5320 (General Query Packets): Add indexing of requests and
5321 cross-references to related commands in "Remote configuration".
5322 (File-I/O Overview, The system call): Fix wording and typos.
5323 (Thread Stops): Add index entries.
5324 (Continuing and Stepping): Document "show step-mode".
5325 (i386): New node. Document "set/show struct-convention".
5326 (Files): Document "show trust-readonly-sections".
5327 (Calling): Document "set/show unwindonsignal".
5328 (Messages/Warnings): Add index entries.
5329 (Maintenance Commands): Document "set/show watchdog".
5330 (Annotations Overview): Document "show annotate".
5331 (Set Watchpoints): Add index entries.
5332 (Symbols): Fix doc of case-sensitive.
5333 (ABI): Document "show coerce-float-to-double".
5334 (Convenience Vars, Help): Improve indexing.
5335 (Machine Code): Document "show disassembly-flavor".
5336 (Debugging C plus plus): Document "show overload-resolution".
5337 (Value History, Signaling): Add index entries.
5338
53392005-04-08 Eli Zaretskii <eliz@gnu.org>
5340
5341 * gdb.texinfo (Show): Move @kindex entries to their proper places.
5342 (Processes): Fix wording.
5343 (History, List, Logging output, Define, Symbols, Print Settings):
5344 Improve indexing.
5345
a8f24a35
EZ
53462005-04-03 Eli Zaretskii <eliz@gnu.org>
5347
5348 * gdb.texinfo (Targets): Document "set/show architecture". Remove
5349 redundant index entry for "target" command.
5350 (Backtrace): Add index entries.
5351 (Symbols, Fortran): Document the "set case-sensitive" command.
5352 (DJGPP Native): Document "set com1base", "set com1irq", etc.
5353 (Print Settings): Add index entry for "set demangle-style".
5354 (Target Commands): Document "set download-write-size".
5355 (Debugging Output): Document "set exec-done-display".
5356
09d4efe1
EZ
53572005-04-02 Eli Zaretskii <eliz@gnu.org>
5358
5359 * gdb.texinfo (Files): Fix the name and documentation of
5360 add-shared-symbol-files. Document its alias assf. Update the
5361 list of OSs where GDB supports shared libraries. Fix markup.
5362 (Continuing and Stepping): Add reference to @var{location} in the
5363 text.
5364 (Dump/Restore Files): Fix reference to @{filename}.
5365 (Help): Fix wording.
5366 (Attach): Ditto.
5367 (Set Watchpoints): Ditto.
5368 (Backtrace): Remove redundant index entries. Improve index
5369 entries.
5370 (Delete Breaks): Fix wording.
5371 (Memory): Document the compare-sections command.
5372 (Memory Region Attributes): Improve wording.
5373 (Disabling): Improve wording.
5374 (Fortran): New subsection. Document the "info common" command.
5375 (Help): Document aliases "info copying" and "info warranty".
5376 (Caching Remote Data): New section. Document the "set/show
5377 remotecache" and "info dcache" commands.
5378 (Show): Fix wording of the documentation of the "set
5379 extension-language" command.
5380 (Signals): Add index entry for "info handle".
5381 (Memory Region Attributes): Fix punctuation.
5382 (Symbols): Change the arg name to "location" and refer to it in
5383 the text. Fix wording of "info types" doc.
5384 (Threads): Fix usage of @enumerate @item's.
5385 (Listing Tracepoints): Add index entry for "info tp".
5386 (Set Watchpoints): Add xref to "info break" description.
5387 (Macros): Add an index entry for "macro exp1". Document the
5388 "macro list" command.
5389 (Maintenance Commands): Document "flushregs", "maint agent",
5390 "maint check-symtabs", "maint cplus", "maint demangle", "maint
5391 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
5392 "maint print architecture", "maint print objfiles", "maint print
5393 statistics", "maint print type", "maint show-debug-regs", "maint
5394 space", "maint time", and "maint translate-address".
5395 (Connecting): Document the "monitor" command.
5396 (Annotations Overview): Describe the "set annotate" command.
5397
82f2d802
EZ
53982005-04-01 Eli Zaretskii <eliz@gnu.org>
5399
5400 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
5401 Rearrange index entries and improve wording about support for
5402 hardware watchpoints.
5403
7d51c7de
BR
54042005-03-10 Bob Rossi <bob@brasko.net>
5405
5406 * gdb.texinfo: Update copyright
5407
68c71a2e
TR
54082005-02-09 Theodore A. Roth <troth@openavr.org>
5409
5410 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
5411 error.
5412
83761cbd
KB
54132005-02-03 Kevin Buettner <kevinb@redhat.com>
5414
5415 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
5416
9f1c6395
MS
54172005-01-17 Michael Snyder <msnyder@redhat.com>
5418
5419 * gdb.texinfo: Fix spelling, infinte -> infinite.
5420
fbd1b305
MK
54212005-01-08 Mark Kettenis <kettenis@gnu.org>
5422
5423 * observer.texi (GDB Observers): Document "solib_loaded".
5424
3ace7edb
AC
54252005-01-07 Andrew Cagney <cagney@gnu.org>
5426
bec39cab
AC
5427 * configure.ac: Rename configure.in, require autoconf 2.59.
5428 * configure: Re-generate.
5429
3ace7edb
AC
5430 * configure.in: Replace configdirs with multiple references to
5431 AC_CONFIG_SUBDIRS.
5432 * configure: Re-generate.
5ae4183a 5433
53531fc1
AC
54342005-01-04 Andrew Cagney <cagney@gnu.org>
5435
5436 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
5437 part of the version number.
5438
536ffdb7
MK
54392004-12-24 Mark Kettenis <kettenis@gnu.org>
5440
5441 * gdbint.texinfo (Algorithms): Remove description of
5442 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
5443
e1aac25b
JB
54442004-12-07 Jim Blandy <jimb@redhat.com>
5445
5446 * gdb.texinfo (General Query Packets): Specify that thread ID's in
5447 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
5448 numbers.
5449
f47b1503
AS
54502004-12-07 Andreas Schwab <schwab@suse.de>
5451
5452 * gdb.texinfo (Mode Options): Document -l option.
5453
b6b8ece6
EZ
54542004-12-04 Eli Zaretskii <eliz@gnu.org>
5455
5456 * gdbint.texinfo (Algorithms): More accurate description of
5457 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
5458 is not needed unless data-read and data-access watchpoints are
5459 supported. Add a description of how GDB checks whether the
5460 inferior stopped because a watchpoint was hit.
5461
01371747
EZ
54622004-11-23 Eli Zaretskii <eliz@gnu.org>
5463
5464 * gdb.texinfo (Files): Add cross-reference to description of
5465 -readnow command-line switch.
5466
2315ffec
RC
54672004-11-10 Randolph Chung <tausq@debian.org>
5468
5469 * gdb.texinfo: Document set/show backtrace past-entry commands.
5470 Rearrange index entries for set/show backtrace past-main.
5471
69065f5d
AC
54722004-11-10 Jon Beniston <jon@beniston.com>
5473
5474 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
5475 * gdb.texinfo (Remote Serial Protocol): Further describe
5476 binary transfer escaping mechanism .
69065f5d 5477
30e91e0b
RC
54782004-11-08 Randolph Chung <tausq@debian.org>
5479
5480 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
5481 and "show debug infrun". Add index entries.
5482
60bf7e09
EZ
54832004-10-23 Eli Zaretskii <eliz@gnu.org>
5484
5485 * gdb.texinfo (SVR4 Process Information): Document subcommands of
5486 "info proc" that are already implemented. Add index entries.
5487 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
5488 (Files): Add a tip for decreasing memory used for symtabs from
5489 shared libraries.
f018e82f
EZ
5490 (Starting): Fix whitespace; make "elaboration" stand out where it
5491 is first used, and add an index entry for the term.
f8568604
EZ
5492 (Calling): Expand and elaborate text. Add "print". Add the
5493 description of problems with weak aliases.
384ee23f 5494 (Core File Generation): New section.
60bf7e09 5495
d52fe014
AC
54962004-10-12 Andrew Cagney <cagney@gnu.org>
5497
5498 * gdbint.texinfo (Versions and Branches): New chapter.
5499 (Releasing GDB): Delete "Versions and Branches" section.
5500 (Top): Add "Versions and Branches".
5501
703663ab
EZ
55022004-10-08 Eli Zaretskii <eliz@gnu.org>
5503
5504 * gdb.texinfo (Editing, History): Add cross-references to the
5505 included Readline and History user documentation. Remove
5506 references to the symbol have-readline-appendices which is unused
5507 and undefined.
5508 (History): Fix indexing.
5509
ac77d04f
JJ
55102004-10-08 Jeff Johnston <jjohnstn@redhat.com>
5511
5512 * gdbint.texinfo (target_stopped_data_address): Update to
5513 new prototype.
5514 (i386_stopped_data_address): Update prototype and description.
5515 (i386_stopped_by_watchpoint): New function and description.
5516
e07c999f
PH
55172004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
5518
5519 * gdb.texinfo (Filenames): Add Ada suffixes.
5520 (Ada) New section.
5521
2e868123
AC
55222004-09-27 Andrew Cagney <cagney@gnu.org>
5523 Robert Picco <Robert.Picco@hp.com>
5524
5525 * gdb.texinfo (Packets): Document the "p" packet.
5526
02a57714
JM
55272004-09-21 Jason Molenda (jmolenda@apple.com)
5528
5529 * gdb.texinfo (Paths and Names of the Source Files): Document the
5530 meaning of values in the 'desc' field of a SO stab.
5531
ae038cb0
DJ
55322004-09-20 Daniel Jacobowitz <dan@debian.org>
5533
5534 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
5535 max-cache-age" and "maint show dwarf2 max-cache-age".
5536
f7dc1244
EZ
55372004-09-16 Eli Zaretskii <eliz@gnu.org>
5538
5539 * gdb.texinfo (Set Breaks): Add index entry for setting
5540 breakpoints on overloaded C++ functions that are not members of
5541 any classes. Add an example and an index entry for setting
5542 breakpoints on all program functions.
5543 (Character Sets, Macros, Overlay Commands)
5544 (Non-debug DLL symbols, GDB/MI Output Syntax)
5545 (Annotations Overview, Maintenance Commands, File-I/O Overview):
5546 Use "(@value{GDBP})" instead of a literal "(gdb)".
5547
f810308b
AC
55482004-09-12 Andrew Cagney <cagney@gnu.org>
5549
5550 * gdbint.texinfo (Native Debugging): Delete description of
5551 FILES_INFO_HOOK.
5552
15a661f3
PH
55532004-09-11 Paul Hilfinger <hilfinger@gnat.com>
5554
5ae4183a
AS
5555 * gdbint.texinfo (User Interface): Change local_hex_string_custom
5556 to hex_string_custom (not historically correct, but more
15a661f3
PH
5557 understandable, given the current code).
5558
f3219c75
AC
55592004-09-03 Andrew Cagney <cagney@gnu.org>
5560
5561 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
5562
f3bb6704
JJ
55632004-09-01 Jeff Johnston <jjohnstn@redhat.com>
5564
5565 * observer.texi (solib_unloaded): New observer.
5566
8d2c00cb
AC
55672004-08-24 Andrew Cagney <cagney@gnu.org>
5568
5569 * gdbint.texinfo (Target Architecture Definition): Add missing
5570 comma.
5571
e7dc800a
MC
55722004-08-20 Michael Chastain <mec.gnu@mindspring.com>
5573
5574 * (Using the Testsuite): build != host is supported,
5575 but some test scripts do not support build != host.
5576
73b03683
MK
55772004-08-14 Mark Kettenis <kettenis@gnu.org>
5578
5579 * gdbint.texinfo (Host Definition): Delete description of
5580 FCLOSE_PROVIDED and GETENV_PROVIDED.
5581
c0ccb908
MK
55822004-08-05 Mark Kettenis <kettenis@chello.nl>
5583
5584 * gdbint.texinfo (Host Definition): Delete description of
5585 NO_SYS_FILE.
5586 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
5587 PTRACE_FP_BUG.
5588
9c8dbfa9
AC
55892004-08-05 Andrew Cagney <cagney@gnu.org>
5590
5591 * gdbint.texinfo (Target Architecture Definition): Delete
5592 reference to deprecated_read_fp.
5593
f42accbe
AC
55942004-08-02 Andrew Cagney <cagney@gnu.org>
5595
5596 * gdbint.texinfo (Target Architecture Definition): Delete
5597 description of DEPRECATED_REGISTER_BYTES.
5598
0b66e38c
EZ
55992004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
5600
5601 * gdb.texinfo (Source Path): Document the new behavior of
5602 searching for the source files.
5603
15387254
EZ
56042004-07-17 Eli Zaretskii <eliz@gnu.org>
5605
5606 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
5607 (Search, Expressions, Arrays, Variables, Data, Machine Code)
5608 (Auto Display): Improve indexing.
5609
2c07db7a
AC
56102004-07-16 Andrew Cagney <cagney@gnu.org>
5611
5612 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
5613 "-noasync".
5614
4644b6e3
EZ
56152004-07-09 Eli Zaretskii <eliz@gnu.org>
5616
5617 * gdb.texinfo: Fix @kindex entries so that multiple commands that
5618 have the same prefix have only their prefix in the index.
5619
7561d450
MK
56202004-07-03 Mark Kettenis <kettenis@gnu.org>
5621
5622 * gdb.texinfo (BSD libkvm Interface): New node (section)
5623 (Native): Add it to the menu.
5624
67bebe79
MK
56252004-07-01 Mark Kettenis <kettenis@gnu.org>
5626
5627 * gdbint.texinfo (Target Architecture Definition): Remove
5628 PCC_SOL_BROKEN.
5629
1a6923e0
MK
56302004-06-24 Mark Kettenis <kettenis@gnu.org>
5631
5632 * gdbint.texinfo (Target Architecture Definition): Remove
5633 SUN_FIXED_LBRAC_BUG.
5634
b435e160
AC
56352004-06-26 Andrew Cagney <cagney@gnu.org>
5636
5637 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
5638
b5622e8d
AC
56392004-06-20 Andrew Cagney <cagney@gnu.org>
5640
5641 * gdbint.texinfo (Target Architecture Definition): Deprecate
5642 USE_STRUCT_CONVENTION.
5643
e0c07bf0
MC
56442004-06-19 Michael Chastain <mec.gnu@mindspring.com>
5645
5646 gdb.texinfo (Bug Reporting): Mention session recording,
5647 with the script command or Emacs.
5648
782263ab
AC
56492004-06-18 Andrew Cagney <cagney@gnu.org>
5650
5651 * gdbint.texinfo (Target Architecture Definition): Deprecate
5652 FUNCTION_START_OFFSET.
5653
03727ca6
AC
56542004-06-14 Andrew Cagney <cagney@gnu.org>
5655
5656 Based on changes from Karl Berry.
5657 * gdb.texinfo: Do not use @sc in a direntry.
5658 * stabs.texinfo: Change @dircateogry to "Software development".
5659 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
5660
97092415
AC
56612004-06-13 Andrew Cagney <cagney@gnu.org>
5662
5663 * gdbint.texinfo (Target Architecture Definition): Delete
5664 description of RETURN_VALUE_ON_STACK.
5665
1f6d4158
AC
56662004-06-09 Andrew Cagney <cagney@gnu.org>
5667
5668 * gdbint.texinfo (Native Debugging): Restore "@table @code"
5669 deleted by previous patch.
5670
d966f0cb
AC
56712004-06-08 Andrew Cagney <cagney@gnu.org>
5672
5673 * gdbint.texinfo (Native Debugging): Delete documentation on
5674 ATTACH_DETACH.
5675
86fe4aaa
RC
56762004-06-06 Randolph Chung <tausq@debian.org>
5677
5678 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
5679
d4b6d575
RC
56802004-06-06 Randolph Chung <tausq@debian.org>
5681
5ae4183a 5682 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
5683 the new push_dummy_call method signature. Describe the function
5684 argument.
5685
4e8b0763
JB
56862004-05-24 Joel Brobecker <brobecker@gnat.com>
5687
5688 * gdb.texinfo (Starting): Document new start command.
5689
59caf092
AC
56902004-05-21 Andrew Cagney <cagney@redhat.com>
5691
5692 * observer.texi (GDB Observers): Document "inferior_created".
5693
e4a2df64
AC
56942004-05-08 Andrew Cagney <cagney@redhat.com>
5695
e6b55ae2
AC
5696 * gdbint.texinfo (Target Architecture Definition): Delete
5697 description of DO_DEFERRED_STORES.
5698
28954179
AC
5699 * gdbint.texinfo (Target Architecture Definition): Delete
5700 references to DEPRECATED_FIX_CALL_DUMMY.
5701
434b87dd
AC
5702 * gdbint.texinfo (Target Architecture Definition): Delete
5703 description of DEPRECATED_CALL_DUMMY_WORDS,
5704 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
5705
58d28df8
AC
5706 * gdbint.texinfo (Target Architecture Definition): Delete
5707 description of DEPRECATED_PUSH_DUMMY_FRAME.
5708
e4a2df64
AC
5709 * gdbint.texinfo (Target Architecture Definition): Delete
5710 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
5711
2b4855ab
AC
57122004-05-07 Andrew Cagney <cagney@redhat.com>
5713
5714 * observer.texi (GDB Observers): Add "Debugging" section. Include
5715 cross reference to "set/show debug observer".
5716 * gdb.texinfo (Debugging Output): Document "set/show debug
5717 observer".
5718
fcf70625
AC
57192004-05-01 Andrew Cagney <cagney@redhat.com>
5720
5721 * gdbint.texinfo (Target Architecture Definition): Delete
5722 description of DEPRECATED_PC_IN_SIGTRAMP.
5723
8ee56bcf
AC
57242004-04-30 Andrew Cagney <cagney@redhat.com>
5725
5726 * gdbint.texinfo (Target Architecture Definition): Delete
5727 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
5728
67ab9a76
OF
57292004-04-30 Orjan Friberg <orjanf@axis.com>
5730
5731 * observer.texi (GDB Observers): Correct spelling.
5732
79346bcb
OF
57332004-04-26 Orjan Friberg <orjanf@axis.com>
5734
5735 * observer.texi (GDB Observers): Add target_changed event.
5736
7a464420
AC
57372004-04-08 Andrew Cagney <cagney@redhat.com>
5738
5739 * observer.texi (GDB Observers): Rework, provide generic observer
5740 definitions and then a list of observable events.
5741
6cdf9d98
AC
57422004-04-04 Andrew Cagney <cagney@redhat.com>
5743
5744 * gdbint.texinfo (Host Definition): Delete reference to
5745 NO_SIGINTERRUPT.
5746
ddc135a4
AC
57472004-04-02 Andrew Cagney <cagney@redhat.com>
5748
5749 * gdbint.texinfo (Target Architecture Definition): Delete
5750 reference to DEPRECATED_CALL_DUMMY_LENGTH.
5751
6a1b180d
SC
57522004-03-28 Stephane Carrez <stcarrez@nerim.fr>
5753
5754 * gdb.texinfo (TUI Commands): Document tui reg commands.
5755
d0d5df6f
AC
57562004-03-26 Andrew Cagney <cagney@redhat.com>
5757
5758 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
5759 "gdbtui".
5760 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
5761 (Contributors): Mention both Text and Terminal User Interface.
5762
aa2a3f87
AC
57632004-03-23 Andrew Cagney <cagney@redhat.com>
5764
5765 * gdbint.texinfo (Target Architecture Definition): Deprecate
5766 references to SIGTRAMP_START and SIGTRAMP_END.
5767
f561f026
AC
57682004-03-23 Andrew Cagney <cagney@redhat.com>
5769
5770 * gdbint.texinfo (Target Architecture Definition): Deprecate
5771 references to PC_IN_SIGTRAMP.
5772
33cb8b0f
AC
57732004-03-19 Andrew Cagney <cagney@redhat.com>
5774
5775 * gdbint.texinfo (Target Architecture Definition): Delete
5776 reference to GDB_TARGET_IS_HPPA.
5777
fc989b7a
AC
57782004-03-18 Andrew Cagney <cagney@redhat.com>
5779
5780 * gdbint.texinfo (Coding): Update section on gdbarch_data,
5781 describe pre_init and post_init.
5782
701b08bb
DJ
57832004-03-09 Daniel Jacobowitz <drow@mvista.com>
5784
5785 * gdb.texinfo (Debugging Output): Document values for "set debug
5786 target".
5787
faae5abe
AC
57882004-02-28 Andrew Cagney <cagney@redhat.com>
5789
5790 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
5791
dd79a6cf
JJ
57922004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5793
5794 * gdb.texinfo (breakpoints): Add information about the
5795 new "set breakpoint pending" and "show breakpoint pending"
5796 commands.
5797
e7f16015
AC
57982004-02-26 Andrew Cagney <cagney@redhat.com>
5799
5800 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
5801 in Per-architecture module data section.
5802
7161a3a6
RM
58032004-02-25 Roland McGrath <roland@redhat.com>
5804
5805 * gdb.texinfo (General Query Packets): Document qPart:... packets.
5806
2154891a
AC
58072004-02-24 Andrew Cagney <cagney@redhat.com>
5808
5809 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
5810 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
5811 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 5812
6c74ac8b
AC
58132004-02-17 Andrew Cagney <cagney@redhat.com>
5814
5815 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
5816
19772a2c
AC
58172004-02-16 Andrew Cagney <cagney@redhat.com>
5818
5819 * gdbint.texinfo (Target Architecture Definition): Deprecate
5820 FRAMELESS_FUNCTION_INVOCATION.
5821
c9830293
AC
58222004-02-16 Andrew Cagney <cagney@redhat.com>
5823
5824 * gdbint.texinfo (Coding): Mention -Wunused-function.
5825
b9d26eb9
AC
58262004-02-14 Andrew Cagney <cagney@redhat.com>
5827
5828 * gdbint.texinfo (Target Architecture Definition): Delete
5829 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5830
49efadf5
EZ
58312004-02-12 Elena Zannoni <ezannoni@redhat.com>
5832
5833 * gdb.texinfo: Properly quote the name "C++".
5834 * gdbint.texinfo: Ditto.
5835 * stabs.texinfo: Ditto.
5836
1eb288ea
EZ
58372004-02-11 Elena Zannoni <ezannoni@redhat.com>
5838
5839 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5840 minimal information about libiberty.
5841
e4937fc1
MC
58422004-02-06 Michael Chastain <mec.gnu@mindspring.com>
5843
5844 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5845
a9331b3f
RM
58462004-02-04 Roland McGrath <roland@redhat.com>
5847
5848 * gdb.texinfo (Auxiliary Vector): New node (section).
5849 (Data): Add it to the menu.
5850
2650777c
JJ
58512004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5852
5853 * gdb.texinfo (Breakpoints): Add information about pending
5854 breakpoint support.
5855
b4501125
AC
58562004-01-26 Andrew Cagney <cagney@redhat.com>
5857
5858 * gdb.texinfo (Overview): Delete references to the cisco protocol
5859 including the "N" response.
5860
74055713
AC
58612004-01-26 Andrew Cagney <cagney@redhat.com>
5862
5863 * gdbint.texinfo (Target Architecture Definition): Rename
5864 EXTRACT_STRUCT_VALUE_ADDRESS to
5865 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 5866
3bbe9696
EZ
58672004-01-24 Eli Zaretskii <eliz@gnu.org>
5868
5869 * gdb.texinfo (KOD): Document "show os". Add index entries for
5870 "set/show os" and "info cisco" commands.
5871
5843504f
EZ
58722004-01-21 Eli Zaretskii <eliz@gnu.org>
5873
5874 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5875
9175c9a3
MC
58762004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5877
5878 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5879 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5880
8e94b928
NR
58812004-01-19 Nick Roberts <nick@nick.uklinux.net>
5882
5883 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5884 -stack-list-locals.
5885 (GDB/MI Variable Objects): Describe extension to
5886 -var-list-children.
5887
a20cf136
DJ
58882004-01-17 Daniel Jacobowitz <drow@mvista.com>
5889
5890 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5891
afb18d0f
AC
58922004-01-17 Andrew Cagney <cagney@redhat.com>
5893
5894 * gdbint.texinfo (Target Architecture Definition): Delete
5895 documentation on DEPRECATED_NPC_REGNUM.
5896
b51970ac
DJ
58972004-01-13 Daniel Jacobowitz <drow@mvista.com>
5898
5899 * gdb.texinfo: Update copyright year. Mention that set
5900 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5901 "set follow-fork-mode ask".
5902
0f0cffd2
AC
59032004-01-13 Andrew Cagney <cagney@redhat.com>
5904
5905 * gdbint.texinfo: Update copyright year.
5906 (Coding): Add -Wunused-label to list of -Werror warnings.
5907
c552b3bb 59082004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 5909 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
5910
5911 * gdb.texinfo: Update copyright.
5912 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5913 around names, as appropriate. Minor syntax cleanup of
5914 _NSPrintForDebugger explanation. Two spaces after periods.
5915 GDBN used instead of lit. "gdb". Index entries added for
5916 print-object and _NSPrintForDebugger. @noindent added in one spot.
5917
afe157ca
EZ
59182003-11-11 Elena Zannoni <ezannoni@redhat.com>
5919
5920 * stabs.texinfo: Add dircategory and direntry commands.
5921 * annotate.texinfo: Ditto.
5922
963e2bb7
AC
59232003-11-10 Andrew Cagney <cagney@redhat.com>
5924
5925 * gdbint.texinfo (Target Architecture Definition): Replace the
5926 return_value method's "inval" and "outval" parameters with
5927 "readbuf" and "writebuf".
5928
1d8b2f28
JB
59292003-10-28 Jim Blandy <jimb@redhat.com>
5930
5931 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5932 from "The `F' request packet" and "The `F' reply packet", to make
5933 texi2dvi happy.
5934 (File-I/O remote protocol extension): Update menu entries, too.
5935
36d86913
MC
59362003-10-26 Michael Chastain <mec@shout.net>
5937
5938 * gdb.texinfo (Thread Stops): Document the issue with
5939 premature return from system calls in multi-threaded programs.
5940
ce2826aa
AC
59412003-10-24 Andrew Cagney <cagney@redhat.com>
5942
5943 * annotate.texinfo: Fix "fortunatly"[sic].
5944
f24c5e49
KI
59452003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5946
5947 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5948 with "Hitachi" and "Mitsubishi".
5949
92ad9cd9
AC
59502003-10-20 Andrew Cagney <cagney@redhat.com>
5951
5952 * gdbint.texinfo (Target Architecture Definition): Document
5953 gdbarch_return_value. Add cross references from
5954 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5955 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5956
0ab4b752
MK
59572003-10-18 Mark Kettenis <kettenis@gnu.org>
5958
5959 * gdbint.texinfo (Target Architecture Definition): Document
5960 regset_from_core_section.
fb3e19c0
KI
5961
59622003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5963
5964 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5965
a9331b3f 59662003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5967
5968 From Anthony Green <green@redhat.com>:
5ae4183a 5969 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5970
1485d690
KB
59712003-10-14 Kevin Buettner <kevinb@redhat.com>
5972
889bf7c5
PA
5973 * gdb.texinfo (Breakpoint related warnings): New node.
5974 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5975
86d30acc
DJ
59762003-10-13 Daniel Jacobowitz <drow@mvista.com>
5977
5978 * gdb.texinfo (Remote Protocol): Document v and vCont.
5979
172c2a43
KI
59802003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5981
5982 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5983 * gdbint.texinfo: Ditto.
5984
71952f4c
AC
59852003-10-09 Andrew Cagney <cagney@redhat.com>
5986
5987 From 2003-09-18 David Anderson <davea@sgi.com>:
5988 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5989 "command".
5990
268e2188
AC
59912003-10-03 Andrew Cagney <cagney@redhat.com>
5992
5993 * gdbint.texinfo (Target Architecture Definition): Deprecate
5994 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5995 just target.
5996
12c266ea 59972003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5998
f30992d4 5999 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
6000 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6001 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6002 * gdbint.texinfo (Target Architecture Definition): Rename
6003
60042003-09-30 Andrew Cagney <cagney@redhat.com>
6005
f30992d4 6006 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 6007 (Target Architecture Definition):
f30992d4 6008
2e092625
AC
6009 * gdbint.texinfo (Target Architecture Definition): Rename
6010 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6011
0717ae8a
AC
60122003-09-29 Andrew Cagney <cagney@redhat.com>
6013
dad809b7
AC
6014 * gdbint.texinfo (Target Architecture Definition): Delete
6015 documentation for NEED_TEXT_START_END.
6016
0717ae8a
AC
6017 * gdbint.texinfo (Target Architecture Definition): Rename
6018 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6019 TARGET_WRITE_PC.
a9331b3f 6020
af6cf26d
MC
60212003-09-22 Michael Chastain <mec@shout.net>
6022
6023 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6024
ee206350
AG
60252003-09-21 Anthony Green <green@redhat.com>
6026
6027 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6028
a38c9fe6
MK
60292003-09-21 Mark Kettenis <kettenis@gnu.org>
6030
6031 * gdbint.texinfo (Target Architecture Definition): Document
6032 stabs_argument_has_addr.
6033
77949794
AC
60342003-09-18 Andrew Cagney <cagney@redhat.com>
6035
6036 * gdbint.texinfo (Target Architecture Definition): Delete
6037 documentation on REGISTER_NAMES.
6038
8e823e25
MK
60392003-09-13 Mark Kettenis <kettenis@gnu.org>
6040
6041 * gdbint.texinfo (Target Architecture Definition): Replace
6042 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6043
f27dd7fd
AC
60442003-09-11 Andrew Cagney <cagney@redhat.com>
6045
6046 * gdbint.texinfo (Target Architecture Definition): Replace
6047 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6048
8b148df9
AC
60492003-08-18 Andrew Cagney <cagney@redhat.com>
6050
6051 * gdbint.texinfo (Target Architecture Definition): Document
6052 "frame_red_zone_size".
6053
25d29d70
AC
60542003-08-09 Andrew Cagney <cagney@redhat.com>
6055
6056 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6057 with "set/show backtrace past-main" and "set/show backtrace
6058 limit".
6059
c938e9b0
L
60602003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6061
6062 * Makefile.in (install-info): Support DESTDIR.
6063 (install-html): Likewise.
6064
64fabec2
AC
60652003-08-07 Andrew Cagney <cagney@redhat.com>
6066
6067 Patch from Nick Roberts.
6068 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6069 bindings. Remove description of send-gdb-command.
6070
2fcf52f0
AC
60712003-08-07 Andrew Cagney <cagney@redhat.com>
6072
6073 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6074 GDB 6.0.
6075
086432e2
AC
60762003-08-06 Andrew Cagney <cagney@redhat.com>
6077
6078 * gdb.texinfo (Mode Options): Mention that level three is the
6079 highest available and that level 2 is deprecated.
6080 (Annotations Overview): Mention annotation levels. Cross reference
6081 to "Limitations of the Annotation Interface" in annotate.texi.
6082 (TODO, Value Annotations, Frame Annotations): Delete section.
6083 (Displays, Breakpoint Info): Delete.
6084
e5249f67
AC
60852003-08-04 Andrew Cagney <cagney@redhat.com>
6086
6087 * agentexpr.texi: Delete @bye.
6088 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6089 (stabs.info): Add $(srcdir) to include search path.
6090 (html): Depend on "annotate_toc.html", and not "annotate.html".
6091 * stabs.texinfo: Ditto. Include "fdl.texi".
6092 * gdbint.texinfo: Update copyright statement's list of invariant
6093 sections.
6094
e6f672d2
AC
60952003-07-28 Andrew Cagney <cagney@redhat.com>
6096
6097 * Makefile.in (INFO_DEPS): Add annotate.info.
6098 (dvi, ps, html, pdf): Add annotate.
6099 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6100 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6101 (ANNOTATE_DOC_FILES): New macro.
6102 (ANNOTATE_TEX_TMPS): New macro.
6103 (annotate.info, annotate_toc.html): Specify dependencies.
6104 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6105 * annotate.texinfo: Rename annotate.texi. Get building. Add
6106 "Migrating to GDB/MI" and "Limitations of the Annotation
6107 Interface" chapters. Mention why it is not part of the user
6108 guide. Update copyright notice. Include "fdl.texi".
6109
72ffddc9
SC
61102003-07-26 Stephane Carrez <stcarrez@nerim.fr>
6111
6112 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6113
a9f12a31
DJ
61142003-07-24 Daniel Jacobowitz <drow@mvista.com>
6115
6116 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6117
b1fe9455
DJ
61182003-07-24 Daniel Jacobowitz <drow@mvista.com>
6119
6120 * gdb.texinfo (Server): Mention pidof.
6121
153721e6
AC
61222003-07-22 Andrew Cagney <cagney@redhat.com>
6123
6124 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6125 list.
6126
0fac0b41
DJ
61272003-06-28 Daniel Jacobowitz <drow@mvista.com>
6128
6129 * gdb.texinfo (Logging output): New chapter.
6130
4e562065
JB
61312003-06-24 Joel Brobecker <brobecker@gnat.com>
6132
6133 * gdb.texinfo (Unsupported languages): New section.
6134 (Languages): Add link to new section.
6135
f2c06f52
AC
61362003-06-22 Andrew Cagney <cagney@redhat.com>
6137
6138 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
6139
b4177fca
DJ
61402003-06-22 Daniel Jacobowitz <drow@mvista.com>
6141
6142 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
6143
f418dd93
DJ
61442003-06-22 Daniel Jacobowitz <drow@mvista.com>
6145
6146 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
6147 * agentexpr.texi: Retitle section, and change it to an appendix.
6148 Comment out texinfo initialization. Factor a @var{} into two
6149 pieces to prevent makeinfo warnings.
6150 * gdb.texinfo: Add Agent Expressions appendix.
6151
4ca61388
DJ
61522003-06-19 Daniel Jacobowitz <drow@mvista.com>
6153
6154 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
6155
07f31aa6
DJ
61562003-06-18 Daniel Jacobowitz <drow@mvista.com>
6157
5ae4183a 6158 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
6159 remote target". Document the "detach" and "disconnect" commands.
6160 (Server, Netware, Debug Session): Reference "Connecting to a
6161 remote target".
6162 (GDB/MI Target Manipulation): Document "-target-disconnect".
6163
2dd0da42
AC
61642003-06-13 Andrew Cagney <cagney@redhat.com>
6165
6166 * gdbint.texinfo (Target Architecture Definition): Deprecate
6167 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
6168 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
6169
e7a3abfc
JB
61702003-06-09 Jim Blandy <jimb@redhat.com>
6171
6172 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
6173
25e3a86b
AC
61742003-06-08 Andrew Cagney <cagney@redhat.com>
6175
6176 * gdbint.texinfo (Target Architecture Definition): Delete
6177 documentation on FRAME_ARGS_ADDRESS_CORRECT.
6178
a9e5fdc2
AC
61792003-06-08 Andrew Cagney <cagney@redhat.com>
6180
6181 * gdbint.texinfo (Target Architecture Definition): Document
6182 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
6183
b37303ee
AF
61842003-06-07 Adam Fedor <fedor@gnu.org>
6185
6186 * gdb.texinfo: Add Objective-C documentation.
6187
39fe6e80
AC
61882003-06-01 Andrew Cagney <cagney@redhat.com>
6189
6190 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
6191 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
6192
125309b2
AC
61932003-05-21 Andrew Cagney <cagney@redhat.com>
6194
6195 * gdbint.texinfo (Target Architecture Definition): Delete
6196 references to "extract_address" and "store_address".
6197
b8b527c5
AC
61982003-05-16 Andrew Cagney <cagney@redhat.com>
6199
6200 * gdbint.texinfo (Target Architecture Definition): Replace
6201 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
6202 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
6203
50e3ee83
TR
62042003-05-14 Theodore A. Roth <troth@openavr.org>
6205
6206 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
6207
44e2be90
L
62082003-05-10 H.J. Lu <hongjiu.lu@intel.com>
6209
6210 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6211 (gdb.dvi): Likewise.
6212 (gdb.pdf): Likewise.
6213 (links2roff): Likewise.
6214
df5215a6
JB
62152003-05-08 Jim Blandy <jimb@redhat.com>
6216
6217 * gdb.texinfo (Dump/Restore Files): Update documentation for
6218 'dump', 'append', and 'restore': note that format argument is
6219 optional; simplify presentation of the command variants; and be
6220 more precise about the formats.
6221
5e7b2f39
JB
62222003-05-07 Jim Blandy <jimb@redhat.com>
6223
6224 * gdb.texinfo (Symbols): Update documentation: 'maint list
6225 symtabs' and 'maint list psymtabs' have been renamed 'maint info
6226 symtabs' and 'maint info psymtabs'.
6227
b1e29e33
AC
62282003-05-05 Andrew Cagney <cagney@redhat.com>
6229
6230 * gdbint.texinfo (Target Architecture Definition): Make
6231 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6232 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6233 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6234
00905d52
AC
62352003-05-04 Andrew Cagney <cagney@redhat.com>
6236
6237 * gdb.texinfo (Maintenance Commands): Document "maint print
6238 dummy-frames".
6239
54ff5908
AC
62402003-05-04 Andrew Cagney <cagney@redhat.com>
6241
6242 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6243
32e7087d
JB
62442003-05-03 J. Brobecker <brobecker@gnat.com>
6245
6246 Thierry Schneider <tpschneider1@yahoo.com>
6247 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6248 for new MI command.
6249
7043d8dc
AC
62502003-05-03 Andrew Cagney <cagney@redhat.com>
6251
6252 * gdbint.texinfo (Target Architecture Definition): Document
6253 push_dummy_code. Add cross references.
6254
e33d66ec
EZ
62552003-05-02 Elena Zannoni <ezannoni@redhat.com>
6256
6257 * gdb.texinfo (Character Sets): Update to reflect new behavior of
6258 set/show charsets commands.
6259
0ba6dca9
AC
62602003-04-28 Andrew Cagney <cagney@redhat.com>
6261
6262 * gdbint.texinfo (Target Architecture Definition): Replace
6263 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6264 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6265
d7a27068
AC
62662003-04-28 Andrew Cagney <cagney@redhat.com>
6267
6268 * gdbint.texinfo (Target Architecture Definition): Rename
6269 "tm_print_insn" to "deprecated_tm_print_insn".
6270
44ea7b70
JB
62712003-04-09 Jim Blandy <jimb@redhat.com>
6272
6273 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6274 list psymtabs'.
6275
fb8f8949
AC
62762003-04-08 Andrew Cagney <cagney@redhat.com>
6277
6278 * gdbint.texinfo (Target Architecture Definition): Delete
6279 references to EXTRA_FRAME_INFO.
6280
32fb0f22
AC
62812003-04-08 Andrew Cagney <cagney@redhat.com>
6282
6283 * gdbint.texinfo (Target Architecture Definition): Delete
6284 PRINT_TYPELESS_INTEGER.
6285
6be67e67
JB
62862003-04-02 J. Brobecker <brobecker@gnat.com>
6287
6288 * observer.texi (GDB Observers): Adjust the documentation for the
6289 normal_stop notification to better describe reality. Fix a couple
6290 of minor typos.
6291
4e35d5f0
BR
62922003-04-02 Bob Rossi <bob_rossi@cox.net>
6293
a9331b3f 6294 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
6295 '-file-list-exec-source-file'
6296
e8a8712a
AC
62972003-03-31 Andrew Cagney <cagney@redhat.com>
6298
6299 * gdbint.texinfo (Target Architecture Definition): Delete
6300 references to CALL_DUMMY_P.
6301
6c0e89ed
AC
63022003-03-30 Andrew Cagney <cagney@redhat.com>
6303
6304 * gdbint.texinfo (Target Architecture Definition): Remove
6305 reference to TARGET_WRITE_SP.
a9331b3f 6306
378bfd1b
AC
63072003-03-27 Andrew Cagney <cagney@redhat.com>
6308
6309 * gdbint.texinfo (Target Architecture Definition): Remove
6310 references to write_sp.
6c0e89ed 6311
922fbb7b
AC
63122003-03-27 Andrew Cagney <cagney@redhat.com>
6313
6314 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6315 chapter body. Use @smallexample instead of @example.
6316 (Annotations): Ditto.
6317 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6318 annotate.texi.
6319
b81774d8
AC
63202003-03-26 Andrew Cagney <cagney@redhat.com>
6321
6322 * gdbint.texinfo (Target Architecture Definition): Replace
6323 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6324 dummy_addr parameters.
6325
1bf6d5cc
AC
63262003-03-25 Andrew Cagney <cagney@redhat.com>
6327
6328 * gdbint.texinfo (Target Architecture Definition): Delete
6329 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
6330 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6331 Add reference to PUSH_ARGUMENTS.
6332
618ce49f
AC
63332003-03-23 Andrew Cagney <cagney@redhat.com>
6334
6335 * gdbint.texinfo (Algorithms, Target Architecture Definition):
6336 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6337
bcd7e15f
JB
63382003-03-18 J. Brobecker <brobecker@gnat.com>
6339
6340 * gdbint.texinfo (Algorithms): Add new section describing the
6341 Observer paradigm.
6342 (Top): Add menu entry to new observer appendix.
6343 * observer.texi: New file.
6344 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6345 new observer.texi file.
6346
9fe8321b
AC
63472003-03-17 Andrew Cagney <cagney@redhat.com>
6348
6349 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
6350 that GNU Press update the manual version number.
6351
ac2adee5
AC
63522003-03-12 Andrew Cagney <cagney@redhat.com>
6353
6354 * gdbint.texinfo (Target Architecture Definition): Delete
6355 references to get_saved_register. Rename GET_SAVED_REGISTER to
6356 DEPRECATED_GET_SAVED_REGISTER.
6357
749b82f6
AC
63582003-03-13 Andrew Cagney <cagney@redhat.com>
6359
6360 * gdbint.texinfo (Target Architecture Definition): Replace
6361 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
6362
8bedc050
AC
63632003-03-12 Andrew Cagney <cagney@redhat.com>
6364
6365 * gdbint.texinfo (Target Architecture Definition): Rename
6366 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 6367
0ce1b118
CV
63682003-03-10 Corinna Vinschen <vinschen@redhat.com>
6369
6370 * gdb.texinfo: Add File-I/O documentation.
6371
12cc2063
AC
63722003-03-10 Andrew Cagney <cagney@redhat.com>
6373
6374 * gdbint.texinfo (Target Architecture Definition): Cross reference
6375 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
6376
7453dc06
AC
63772003-03-07 Andrew Cagney <cagney@redhat.com>
6378
6379 * gdb.texinfo (Debugging Output): Mention the "set/show debug
6380 frame" command.
6381
6314f104
AC
63822003-03-05 Andrew Cagney <cagney@redhat.com>
6383
6384 * gdbint.texinfo (Target Architecture Definition): Document
6385 unwind_dummy_id. Cross reference unwind_dummy_id and
6386 SAVE_DUMMY_FRAME_TOS.
6387
f1212245
DJ
63882003-03-05 James Ingham <jingham@apple.com>
6389 Daniel Jacobowitz <drow@mvista.com>
6390
6391 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
6392 and "show cp-abi".
6393
77e7e267
AC
63942003-03-03 Andrew Cagney <cagney@redhat.com>
6395
6396 * gdbint.texinfo (Target Architecture Definition): Document
6397 register_type.
6398
838a8221
AC
63992003-03-03 Andrew Cagney <cagney@redhat.com>
6400
6401 * stabs.texinfo (Structures): Use @samp and separate @var's
6402 instead of a single @var containing a comma separated list.
6403 (Unions): Ditto.
6404
d7f4a264
DJ
64052003-03-02 Daniel Jacobowitz <drow@mvista.com>
6406
6407 * Makefile.in (distclean): Remove config.log.
6408
f30ee0bc
AC
64092003-03-01 Andrew Cagney <cagney@redhat.com>
6410
6411 * gdbint.texinfo (Target Architecture Definition): Rename
6412 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
6413
64142003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
6415
6416 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
6417 DEPRECATED_INIT_EXTRA_FRAME_INFO.
6418
be448670
CF
64192003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6420
6421 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
6422 (Non-debug DLL symbols): New node, describing the minimal symbols
6423 loaded from DLLs without real debugging symbols.
6424
501eef12
AC
64252003-02-20 Andrew Cagney <ac131313@redhat.com>
6426
6427 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
6428 hardware-breakpoint-limit".
6429 (Set Watchpoints): Add cross reference to "set remote
6430 hardware-watchpoint-limit".
6431 (Remote configuration options): New section.
6432
21c294e6
AC
64332003-02-04 Andrew Cagney <ac131313@redhat.com>
6434
e9be73e4
AC
6435 * gdbint.texinfo (Target Architecture Definition): Delete
6436 descrption of IS_TRAPPED_INTERNALVAR.
6437
21c294e6
AC
6438 From Keith Seitz <keiths@redhat.com>:
6439 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
6440 option "-i"/"--interpreter" to this chapter. Include index
6441 entries.
6442
0179ffac
DC
64432003-02-04 David Carlton <carlton@math.stanford.edu>
6444
6445 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
6446 (Variables): Recommend stabs+ and DWARF 2.
6447 (C plus plus expressions): Correct info about
6448 compiler versions, debug formats.
6449 (Contributors): Change 'DWARF2' to 'DWARF 2'.
6450 PR symtab/874.
6451
7ca9f392
AC
64522003-02-01 Andrew Cagney <ac131313@redhat.com>
6453
6454 * gdbint.texinfo (Target Architecture Definition): Delete
6455 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
6456 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
6457 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
6458 references to nindy and i960.
6459 * gdb.texinfo (i960): Delete all references to i960 and nindy.
6460
31a85ea2
AC
64612003-02-01 Andrew Cagney <ac131313@redhat.com>
6462
6463 * gdbint.texinfo (Target Architecture Definition): Delete
6464 FLOAT_INFO.
6465
6b894e49
AC
64662003-01-30 Andrew Cagney <ac131313@redhat.com>
6467
6468 * stabs.texinfo (Member Type Descriptor): Clarify description of
6469 `@'. Suggested by Ben Hutchings.
6470
c48861fb
AC
64712003-01-29 Andrew Cagney <ac131313@redhat.com>
6472
6473 * gdb.texinfo (M68K): Delete reference to es1800.
6474
617073a9
AC
64752003-01-29 Andrew Cagney <ac131313@redhat.com>
6476
6477 * gdb.texinfo (Maintenance Commands): Document `maint print
6478 reggroups' and `maint print register-groups'.
6479 * gdbint.texinfo (Target Architecture Definition): Document
6480 register_reggroup_p.
6481
5b5d99cf
JB
64822003-01-23 Jim Blandy <jimb@redhat.com>
6483
6484 * gdb.texinfo (Separate Debug Files): New section.
6485
e7ba9c65
DJ
64862003-01-22 Daniel Jacobowitz <drow@mvista.com>
6487
6488 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
6489 and "maint show profile".
6490
94e91d6d
MC
64912003-01-16 Michael Chastain <mec@shout.net>
6492
6493 * gdb.texinfo (Installing GDB): Warn against
6494 ".../gdb-VERSION/gdb/configure".
6495 (Separate Objdir): Likewise.
6496
867f3898
AC
64972003-01-15 Andrew Cagney <ac131313@redhat.com>
6498
6499 * gdbint.texinfo (Target Architecture Definition): Delete
6500 definition of PRINT_REGISTER_HOOK.
6501
f153cc92
EZ
65022003-01-15 Elena Zannoni <ezannoni@redhat.com>
6503
6504 (OpenRISC 1000): Fix formatting of command names.
6505
c60eb6f1
EZ
65062003-01-15 Elena Zannoni <ezannoni@redhat.com>
6507
6508 * gdb.texinfo (Continuing and Stepping): Add new command
6509 'advance'. Clarify behavior of 'until'.
6510
f5ebfba0
DJ
65112003-01-13 Daniel Jacobowitz <drow@mvista.com>
6512
6513 * gdb.texinfo (Files): Document solib-absolute-prefix and
6514 solib-search-path.
6515
4ce8657e
MC
65162003-01-09 Michael Chastain <mec@shout.net>
6517
6518 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
6519 (Create a Release): Add new instructions for new @file{src-release}.
6520 Document existing instructions for @file{Makefile.in} as
6521 being for @value{GDBN} 5.3.1 or earlier.
6522
372613e3
AC
65232003-01-09 Andrew Cagney <ac131313@redhat.com>
6524
6525 * gdbint.texinfo (Target Architecture Definition): Mention
6526 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
6527 allocate memory.
6528
b4e9345d
DJ
65292003-01-04 Daniel Jacobowitz <drow@mvista.com>
6530
6531 * gdb.texinfo (Controlling GDB): Add @kindex for
6532 "show osabi".
6533 (Backtraces): Add @kindex's for backtrace-below-main.
6534
98b45e30
DJ
65352003-01-04 Daniel Jacobowitz <drow@mvista.com>
6536
6537 * gdb.texinfo (Controlling GDB): Document "set osabi".
6538
95f90d25
DJ
65392003-01-04 Daniel Jacobowitz <drow@mvista.com>
6540
6541 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
6542 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
6543
1e698235
DJ
65442003-01-04 Daniel Jacobowitz <drow@mvista.com>
6545
6546 * gdb.texinfo (Controlling GDB): Add ABI section. Document
6547 "set coerce-float-to-double".
6548 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
6549
e632838e
AC
65502003-01-02 Andrew Cagney <ac131313@redhat.com>
6551
6552 * stabs.texinfo: Remove obsolete text.
6553 * gdbint.texinfo: Ditto.
6554 * gdb.texinfo: Ditto.
6555
c133ab7a
MK
65562002-12-22 Mark Kettenis <kettenis@gnu.org>
6557
6558 * gdbint.texinfo (Target Architecture Definition): Update
6559 description of gdbarch_register_osabi.
6560
f821f325
KH
65612002-12-20 Kazu Hirata <kazu@cs.umass.edu>
6562
6563 * agentexpr.texi: Fix typos.
6564 * annotate.texi: Likewise.
6565 * fdl.texi: Likewise.
6566
85a6d8d3 65672002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
6568
6569 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
6570 DEPRECATED_INIT_FRAME_PC.
6571
ae45cd16
AC
65722002-12-01 Andrew Cagney <ac131313@redhat.com>
6573
6574 * gdbint.texinfo (Target Architecture Definition): Delete
6575 PC_IN_CALL_DUMMY.
6576
07555a72
AC
65772002-11-28 Andrew Cagney <ac131313@redhat.com>
6578
6579 * gdbint.texinfo (Host Definition): Delete documentation on
6580 USE_GENERIC_DUMMY_FRAMES.
6581
c166cdc7
EZ
65822002-11-26 Elena Zannoni <ezannoni@redhat.com>
6583
5ae4183a 6584 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
6585 * Makefile.in (install-info): Run the install-info command as part
6586 of the post install steps only.
6587 (uninstall-info): New target.
6588 (uninstall): New target.
6589
35db0260
EZ
65902002-11-22 Elena Zannoni <ezannoni@redhat.com>
6591
6592 * Makefile.in (install): Make install do some real work.
6593
9ba8d803
AC
65942002-11-19 Andrew Cagney <ac131313@redhat.com>
6595
6596 Fix POSIX problem reported by Paul Eggert.
6597 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
6598 Fix PR gdb/527.
6599
903ad3a6
AC
66002002-10-26 Andrew Cagney <cagney@redhat.com>
6601
6602 * gdbint.texinfo (Target Architecture Definition): Delete
6603 definition of DO_REGISTERS_INFO.
6604
f2abfe65
KB
66052002-10-18 Kevin Buettner <kevinb@redhat.com>
6606
6607 * gdbint.texinfo (Address Classes): Fix problems with insertion
6608 of ``{'' and ``}'' in example.
6609
b5b0480a
KB
66102002-10-17 Kevin Buettner <kevinb@redhat.com>
6611
6612 * gdbint.texinfo (Address Classes): New section.
6613 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
6614 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
6615 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
6616 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
6617
c85508ee
KD
66182002-10-11 Klee Dienes <kdienes@apple.com>
6619
6620 * gdb.texinfo (Registers): Mention vector registers as well as
6621 floating registers in the documentation for 'info registers' and
6622 'info all-registers'.
6623
6d12fc3d
DJ
66242002-10-11 Daniel Jacobowitz <drow@mvista.com>
6625
6626 * gdbint.texinfo (CPLUS_MARKER): Remove item.
6627
8d19fbd2
JJ
66282002-10-03 Jeff Johnston <jjohnstn@redhat.com>
6629
6630 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
6631 interface definition.
6632
a37295f9
MM
66332002-10-03 Marko Mlinar <markom@opencores.org>
6634
6635 * gdb.texinfo (Target Commands): Add or1k target specific
6636 commands.
6637 * gdb.texinfo (Contributors): Add myself to the contributors list.
6638
da0f9dcd
AC
66392002-10-01 Andrew Cagney <ac131313@redhat.com>
6640
6641 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
6642 and "mi1" instead of "mi1" and "mi0".
6643
2e834e49
HPN
66442002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
6645
6646 * gdb.texinfo (Packets): Fix typos "alligned".
6647 Correct z3/Z3 description. Correct z4/Z4 title.
6648
050be0dc
AC
66492002-09-27 Andrew Cagney <ac131313@redhat.com>
6650
6651 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
6652
1104b9e7
KB
66532002-09-25 Kevin Buettner <kevinb@redhat.com>
6654
6655 * gdb.texinfo: Use GNU/Linux instead of Linux.
6656
512217c7
AC
66572002-09-25 Andrew Cagney <ac131313@redhat.com>
6658
6659 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
6660
10998722
AC
66612002-09-24 Andrew Cagney <ac131313@redhat.com>
6662
512217c7 6663 * gdb.texinfo: Replace @example with @smallexample.
10998722 6664
a0eb71c5
KB
66652002-09-20 Kevin Buettner <kevinb@redhat.com>
6666
f7dc1244 6667 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
6668 * gdb.texinfo (Character Sets): Use @smallexample instead of
6669 @example. Use GNU/Linux instead of Linux.
6670
66712002-09-20 Jim Blandy <jimb@redhat.com>
6672
6673 * gdb.texinfo: Add character set documentation.
6674
2f870471
AC
66752002-09-19 Andrew Cagney <ac131313@redhat.com>
6676
6677 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
6678 (Packets): Add cross reference from `b' packet to `z' packets.
6679
790eb8f5
AC
66802002-09-19 Andrew Cagney <ac131313@redhat.com>
6681
8d30a00d
AC
6682 * gdb.texinfo (Maintenance Commands): Document ``maint
6683 internal-error'' and ``maint internal-warning''.
6684
790eb8f5
AC
6685 * gdbint.texinfo (Target Architecture Definition): Revise
6686 description of STACK_ALIGN. Add description of FRAME_ALIGN.
6687
a23a7bf1
JB
66882002-09-19 Joel Brobecker <brobecker@gnat.com>
6689
6690 * gdbint.texinfo (Target Conditionals): Document the new
6691 NAME_OF_MALLOC macro.
6692
299ffc64
AC
66932002-09-05 Andrew Cagney <ac131313@redhat.com>
6694
6695 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
6696 engineer.
6697
b7bb15bc
SC
66982002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6699
6700 * gdb.texinfo (TUI Overview): Document status line fields.
6701
3d757584
SC
67022002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6703
6704 * gdb.texinfo (TUI Commands): Document info win command.
6705
269c21fe
SC
67062002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6707
6708 * gdb.texinfo (TUI Overview): Document breakpoint markers.
6709
7cf36c78
SC
67102002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6711
6712 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
6713 (TUI Keys): Likewise.
6714
d2c6833e
AC
67152002-08-25 Andrew Cagney <ac131313@redhat.com>
6716
6717 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
6718 for a packet receive.
6719
46d8b1c3
AC
67202002-08-25 Andrew Cagney <ac131313@redhat.com>
6721
6722 * Makefile.in (clean): Move to end of file.
6723 (distclean, maintainer-clean, realclean): Ditto.
6724 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
6725 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
6726 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
6727 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
6728
b0787093
AC
67292002-08-24 Andrew Cagney <ac131313@redhat.com>
6730
6731 * Makefile.in (GDBINT_TEX_TMPS): Define.
6732 (gdbint.dvi, gdbint.pdf): Use
6733 (GDB_TEX_TMPS): Define.
6734 (gdb.dvi, gdb.pdf): Use.
6735 (STABS_TEX_TMPS): Define.
6736 (stabs.dvi, stabs.pdf): Use.
6737 (GDB_DOC_SOURCE_INCLUDES): New macros.
6738 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
6739 (GDBINT_DOC_FILES_INCLUDES): New macros.
6740 (GDBINT_DOC_BUILD_INCLUDES): New macros.
6741 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
6742 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
6743 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
6744 (links2roff): Replace SFILES_INCLUDED with
6745 GDB_DOC_SOURCE_INCLUDES.
6746 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
6747 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
6748 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
6749 dependencies.
6750 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
6751 dependencies.
6752 (gdbmi.texinfo): Delete rule.
6753 (inc-hist.texinfo): Delete rule.
6754 (rluser.texinfo): Delete rule.
6755
ebba8386
AC
67562002-08-23 Andrew Cagney <cagney@redhat.com>
6757
6758 * gdbint.texinfo (Target Architecture Definition): Update
6759 STORE_RETURN_VALUE, mention regcache.
6760
0ab7a791
AC
67612002-08-21 Andrew Cagney <ac131313@redhat.com>
6762
6763 * gdbint.texinfo (Target Architecture Definition): Document
6764 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
6765
ee2d5c50
AC
67662002-08-19 Andrew Cagney <ac131313@redhat.com>
6767
6768 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
6769 Fix minor typos. Add index entries.
6770
53c69bd7
AC
67712002-08-18 Andrew Cagney <ac131313@redhat.com>
6772
6773 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
6774
e76f1f2e
AC
67752002-08-15 Andrew Cagney <ac131313@redhat.com>
6776
6777 * gdbint.texinfo (Target Architecture Definition): Document
6778 PRINT_VECTOR_INFO.
6779 * gdb.texinfo (Vector Unit): Document "info vectors" command.
6780
0680b120
AC
67812002-08-13 Andrew Cagney <ac131313@redhat.com>
6782
6783 * gdb.texinfo (Maintenance Commands): Document "maint print
6784 registers", "maint print raw-registers" and "maint print
6785 cooked-registers".
6786
3c3bea1c
GS
67872002-08-08 Grace Sainsbury <graces@redhat.com>
6788
a9331b3f 6789 From Mark Salter:
3c3bea1c
GS
6790 * gdb.texinfo (Protocol): Document T packet extension to
6791 allow watchpoint address reporting.
6792
42f9b0a5
AC
67932002-08-03 Andrew Cagney <ac131313@redhat.com>
6794
6795 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
6796
db034ac5
AC
67972002-08-01 Andrew Cagney <cagney@redhat.com>
6798
6799 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
6800 to CHILL.
6801
e2b28d04
AC
68022002-08-01 Andrew Cagney <ac131313@redhat.com>
6803
6804 * gdbint.texinfo (Coding): Revise section "Include Files".
6805
7fb623f7
AC
68062002-07-24 Andrew Cagney <cagney@redhat.com>
6807
6808 * gdbint.texinfo: Obsolete references to m88k.
6809 * gdb.texinfo: Ditto.
6810
4a2b4636
JB
68112002-07-10 Joel Brobecker <brobecker@gnat.com>
6812
7fb623f7 6813 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
6814 where the proper version of autoconf can be retrieved.
6815
a71ec265
DH
68162002-07-09 Don Howard <dhoward@redhat.com>
6817
6818 * gdb.texinfo (Command Files): Further describe the behavior of
6819 sourced command files.
6820
b9aa90c9
AC
68212002-06-27 Andrew Cagney <ac131313@redhat.com>
6822
6823 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6824 (Coding): Clarify ISO C version that GDB assumes.
6825
40dd2248
TT
68262002-06-26 Tom Tromey <tromey@redhat.com>
6827
6828 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6829 add_setshow_cmd_full.
6830
bfac230e
DH
68312002-06-25 Don Howard <dhoward@redhat.com>
6832
6833 * gdb.texinfo (Memory Region Attributes): Document new behavior
6834 for 'mem' command.
6835
475b0867
JB
68362002-06-11 Jim Blandy <jimb@redhat.com>
6837
919d772c
JB
6838 * gdb.texinfo (Symbols): Update documentation for `info source'
6839 command.
6840
475b0867
JB
6841 * gdb.texinfo (Macros): Call the command `info macro', not
6842 `show macro'.
6843
ba8c9337
AC
68442002-06-09 Andrew Cagney <ac131313@redhat.com>
6845
6846 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6847 data''.
6848
1029b7fa
MK
68492002-06-09 Mark Kettenis <kettenis@gnu.org>
6850
6851 * gdbint.texinfo (Target Architecture Definition): Document
6852 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6853
16737d73
AC
68542002-06-08 Andrew Cagney <ac131313@redhat.com>
6855
6856 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6857 lists.
6858
30107679
AC
68592002-06-08 Andrew Cagney <ac131313@redhat.com>
6860
6861 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6862 Branch''.
6863
3352e23e
AC
68642002-06-01 Andrew Cagney <ac131313@redhat.com>
6865
6866 * gdbint.texinfo (Target Architecture Definition): Add section
6867 ``Converting an existing Target Architecture to Multi-arch''.
6868
cbb09e6a
AC
68692002-05-30 Andrew Cagney <ac131313@redhat.com>
6870
6871 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6872 to ``Obsoleting code''. Revise.
6873
e2e0bcd1
JB
68742002-05-17 Jim Blandy <jimb@redhat.com>
6875
6876 * gdb.texinfo (C Preprocessor Macros): New chapter.
6877 Include it in the main menu.
6878 (Contributors): Credit Jim Blandy with macro support.
6879 (Compilation): Explain how to get macro information into the
6880 executable.
6881 (Expressions): Note that preprocessor macros are expanded.
6882
9db8d71f
DJ
68832002-05-14 Daniel Jacobowitz <drow@mvista.com>
6884
6885 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6886 options for `target remote'.
6887
6d531722
AC
68882002-05-13 Andrew Cagney <ac131313@redhat.com>
6889
6890 * gdbint.texinfo (Target Architecture Definition): Delete
6891 documentation on NNPC_REGNUM.
6892
13d01224
AC
68932002-05-11 Andrew Cagney <ac131313@redhat.com>
6894
6895 * gdbint.texinfo (Target Architecture Definition): Document
6896 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6897 (Target Architecture Definition): Revise section `Using Different
6898 Register and Memory Data Representations'. Add section `Raw and
6899 Virtual Register Representations'.
6900
b2e75d78
AC
69012002-05-11 Andrew Cagney <ac131313@redhat.com>
6902
6903 * gdbint.texinfo (Target Architecture Definition): Mention
6904 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6905 (Target Architecture Definition): Mention same. Add references to
6906 web pages.
6907
2c8682ee
MS
69082002-05-08 Michael Snyder <msnyder@redhat.com>
6909
6910 * stabs.texinfo (Attributes): Document new "vector" attribute.
6911
0816590b
AC
69122002-05-04 Andrew Cagney <ac131313@redhat.com>
6913
6914 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6915
2653173e
AC
69162002-05-04 Andrew Cagney <ac131313@redhat.com>
6917
6918 * gdb.texinfo: Delete obsolete references to a29k.
6919
d7bd68ca
AC
69202002-04-24 Andrew Cagney <ac131313@redhat.com>
6921
6922 * gdbint.texinfo (Target Architecture Definition): Replace
6923 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6924
21d83aa5
DM
69252002-04-24 David S. Miller <davem@redhat.com>
6926
6927 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6928
7673a6cc
DM
69292002-04-21 David S. Miller <davem@redhat.com>
6930
6931 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6932
d49d1e0a
AC
69332002-04-21 Andrew Cagney <ac131313@redhat.com>
6934
6935 * gdbint.texinfo (Target Architecture Definition): Delete
6936 definition of HAVE_REGISTER_WINDOWS.
6937
f7dc1244 69382002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
6939
6940 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6941 "Theodore A. Roth" <troth@verinet.com>.
6942
5ca0cb28
DH
69432002-04-15 Don Howard <dhoward@redhat.com>
6944
f7dc1244 6945 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6946 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6947 Provide a better explaination of this feature.
5ca0cb28 6948
f208ba17
AC
69492002-04-14 Andrew Cagney <ac131313@redhat.com>
6950
6951 * gdbint.texinfo (Target Architecture Definition): Remove
6952 FRAME_CHAIN_COMBINE.
6953
d5ba91de
MC
69542002-04-12 Michael Chastain <mec@shout.net>
6955
6956 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6957 REG_STACK_SEGMENT.
6958
26818220
MC
69592002-04-09 Michael Chastain <mec@shout.net>
6960
6961 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6962 PYRAMID_* macros.
6963
129188f6
AC
69642002-04-07 Andrew Cagney <ac131313@redhat.com>
6965
6966 * gdb.texinfo (Bug Reporting): Document that the web is the
6967 prefered way of submitting bug reports.
6968 (Bug Reporting): Delete the s-mail address as the last resort.
6969
8227c0ff
AC
69702002-04-05 Andrew Cagney <ac131313@redhat.com>
6971
6972 * gdbint.texinfo (Target Architecture Definition): Delete
6973 references to TARGET_WRITE_FP and write_fp.
6974
16d9dec6
MS
69752002-03-27 Michael Snyder <msnyder@redhat.com>
6976
6977 * gdb.texinfo: Document new commands dump, append, and restore.
6978
9ae8b82c
AC
69792002-03-27 Andrew Cagney <ac131313@redhat.com>
6980
6981 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6982 Branch'.
6983
474c8240
AC
69842002-03-18 Andrew Cagney <ac131313@redhat.com>
6985
6986 * gdb.texinfo: Change all examples to @smallexample.
6987 * gdbint.texinfo: Ditto.
a9331b3f 6988
fb0ff88f
AC
69892002-03-18 Andrew Cagney <ac131313@redhat.com>
6990
6991 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6992 Branches''.
6993
9bb0a4d8
AC
69942002-03-18 Andrew Cagney <ac131313@redhat.com>
6995
6996 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6997 Policy''.
6998
937f164b
FF
69992002-03-04 Fred Fish <fnf@redhat.com>
7000
7001 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7002 expresson, suports, dependant, trhe, perhaphs, situtations,
7003 explictily, taged, oportunity, unfortunatly).
7004
a7b40f07
AC
70052002-02-24 Andrew Cagney <ac131313@redhat.com>
7006
7007 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7008 Remove reference to 3.12.
7009
aab4e0ec
AC
70102002-02-23 Andrew Cagney <ac131313@redhat.com>
7011
7012 * gdbint.texinfo: Include fdl.texi.
7013 (Top): Add GNU Free Documentation License.
7014 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7015 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7016 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7017 (gdbint.info): Add srcdir to include path.
7018 * gdb.texinfo: Include gpl.texi.
7019 (Top): Add Copying.
7020 * gpl.texi: New file.
7021
47b95330
AC
70222002-02-23 Andrew Cagney <ac131313@redhat.com>
7023
7024 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7025
78c47bea
PM
70262002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7027
7028 * gdb.texinfo: Document Cygwin native specific commands.
7029
56460a61
DJ
70302002-02-15 Daniel Jacobowitz <drow@mvista.com>
7031
7032 * gdb.texinfo: Document gdbserver ``--attach'' command.
7033
def71bfa
MS
70342002-02-07 Michael Snyder <msnyder@redhat.com>
7035
7036 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7037 to @code(_ovly_debug_event).
7038
c928edc0
AC
70392002-02-07 Andrew Cagney <ac131313@redhat.com>
7040
7041 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7042
81d46470
MS
70432002-02-06 Michael Snyder <msnyder@redhat.com>
7044
7045 * gdb.texinfo (overlays): Mention new magic symbol
7046 '_ovly_debug_event', which allows GDB to keep better track
7047 of overlays.
7048
f7dc1244 70492002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
7050
7051 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7052 Suggested by Dmitry Sivachenko.
7053
7054 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7055
15110bc3
MS
70562002-02-01 Michael Snyder <msnyder@redhat.com>
7057
7058 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7059
6763aef9
MS
70602002-01-30 Michael Snyder <msnyder@redhat.com>
7061
ac282366
MS
7062 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7063 (set trust-readonly-sections): Document.
6763aef9 7064
8642bc8f
AC
70652002-01-29 Andrew Cagney <ac131313@redhat.com>
7066
7067 * gdbint.texinfo (Releasing GDB): Revise and update.
7068
afe64c1a
AC
70692002-01-28 Andrew Cagney <ac131313@redhat.com>
7070
7071 * gdbint.texinfo (Target Architecture Definition): Delete
7072 description of TARGET_BYTE_ORDER_DEFAULT.
7073
f7dc1244 70742002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
7075
7076 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7077 <mitya@cavia.pp.ru>.
7078
3d6e1b5a
AC
70792002-01-23 Andrew Cagney <ac131313@redhat.com>
7080
7081 * libgdb.texinfo: Delete file.
7082
6c0e9fb3
AC
70832002-01-22 Andrew Cagney <ac131313@redhat.com>
7084
7085 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7086 * gdbint.texinfo: Ditto.
7087
e0ce93ac
AC
7088Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
7089
7090 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7091
be298bcc
AC
70922002-01-22 Andrew Cagney <ac131313@redhat.com>
7093
7094 * Makefile.in: Update copyright.
7095 (TEXI2DVI): Define.
7096 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7097 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
7098 gdb-cfg.texi.
7099 (TEXINDEX, PDFTEX): Delete makefile variables.
7100
8e04817f
AC
71012002-01-22 Andrew Cagney <ac131313@redhat.com>
7102
7103 * gdb.texinfo (Protocol): Move section to appendix.
7104
6b2f586d
AC
71052002-01-21 Andrew Cagney <ac131313@redhat.com>
7106
7107 * gdb.texinfo (Remote Debugging): Create a menu.
7108 (Top): Add ``Remote Debugging'' to menu.
7109
6f05cf9f
AC
71102002-01-21 Andrew Cagney <ac131313@redhat.com>
7111
7112 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7113 serial protocol'' from here.
7114 (Remote Debugging): To here. New chapter.
7115
3fd3d7d2
AC
71162002-01-20 Andrew Cagney <ac131313@redhat.com>
7117
7118 * gdbint.texinfo (Target Architecture Definition): Delete
7119 description of TARGET_BYTE_ORDER_SELECTABLE_P.
7120
7fd60527
AC
71212002-01-20 Andrew Cagney <ac131313@redhat.com>
7122
7123 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
7124 are no longer needed.
7125 (Porting GDB): Add maintainer note about configure.host.
7126
c2f05ac9
AC
71272002-01-20 Andrew Cagney <ac131313@redhat.com>
7128
7129 * gdbint.texinfo (Target Architecture Definition): Remove
7130 definition of IEEE_FLOAT.
7131
f7dc1244 71322002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
7133
7134 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
7135 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
7136 <3diff@gnu.org>
231b2aad 7137
82600034
AC
71382002-01-19 Andrew Cagney <ac131313@redhat.com>
7139
7140 * gdbint.texinfo (Host Definition): Remove references to
7141 MALLOC_INCOMPATIBLE.
7142
7708fa01
AC
71432002-01-17 Andrew Cagney <ac131313@redhat.com>
7144
7145 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
7146 and xyz-xdep.o.
7147
eb12ee30
AC
71482002-01-17 Andrew Cagney <ac131313@redhat.com>
7149
889bf7c5 7150 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
7151 (Set Breaks): Copy ``maint info breakpoint'' doco to
7152 ``Maintenance Commands'' appendix. Add reference.
7153
c9ccaa92
AC
71542002-01-17 Andrew Cagney <ac131313@redhat.com>
7155
7156 * fdl.texi: Remove next/prev from @node.
7157
f7dc1244 71582002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
7159
7160 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
7161 for monstrous @multitable (from Brian Youmans).
7162
7163 * fdl.texi: New file.
7164
7165 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
7166
8973da3a
AC
71672002-01-15 Andrew Cagney <ac131313@redhat.com>
7168
7169 * gdbint.texinfo (Releasing GDB): New chapter.
7170
7d86b5d5
AC
71712002-01-14 Andrew Cagney <ac131313@redhat.com>
7172
7173 * gdb.texinfo (Embedded Processors, Calling program functions):
7174 Obsolete references to a29k.
7175
cc1cb004
AC
71762002-01-13 Andrew Cagney <ac131313@redhat.com>
7177
7178 * gdbint.texinfo (Coding): Review Cleanups section. Examples
7179 examples. Document that a code-block should do or discard its
7180 cleanups before exit.
7181
79f12247
MS
71822002-01-11 Michael Snyder <msnyder@redhat.com>
7183
7184 * gdb.texinfo (Choosing files): Change @samp to @file.
7185
19837790
MS
71862002-01-05 Michael Snyder <msnyder@redhat.com>
7187
7188 * gdb.texinfo (--pid): Document new command line option (attach).
7189
f7dc1244 71902002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
7191
7192 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
7193 in the stub.
7194
d7449b42
AC
71952002-01-04 Andrew Cagney <ac131313@redhat.com>
7196
7197 * gdbint.texinfo (Target Architecture Definition): Replace
7198 BIG_ENDIAN with BFD_ENDIAN_BIG.
7199
f23631e4
AC
72002002-01-03 Andrew Cagney <ac131313@redhat.com>
7201
7202 * gdbint.texinfo (Target Architecture Definition): Replace
7203 value_ptr with struct value pointer.
7204
72c9928d
EZ
72052002-01-02 Eli Zaretskii <eliz@gnu.org>
7206
7207 * gdb.texinfo (Free Software): Fix wording.
7208
959acfd1
EZ
72092001-12-31 Eli Zaretskii <eliz@gnu.org>
7210
7211 * gdb.texinfo (Free Software): New section ``Free Software Needs
7212 Free Documentation''.
7213
f7dc1244 72142001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
7215
7216 * stabs.texinfo:
7217 * gdb.texinfo:
7218 * gdbint.texinfo:
7219 * libgdb.texinfo:
7220 * annotate.texi: Fix the application of GFDL in the Copyright notice.
7221
6600abed
MS
72222001-12-29 Michael Snyder <msnyder@redhat.com>
7223
7224 * gdb.texinfo (maint info sections): Fix typo.
7225
f6680716
MS
72262001-12-26 Michael Snyder <msnyder@redhat.com>
7227
fe95c787
MS
7228 * gdb.texinfo (maint info sections): Document.
7229
a9331b3f 7230 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
7231 'info proc' sub-options that are currently not implemented.
7232
c3d3ce5b
JB
72332001-12-20 Jim Blandy <jimb@redhat.com>
7234
7235 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7236
778eb05e
AC
72372001-12-15 Andrew Cagney <ac131313@redhat.com>
7238
7239 * gdbint.texinfo (Target Architecture Definition): Replace
7240 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7241
2607059c
AC
72422001-12-01 Andrew Cagney <ac131313@redhat.com>
7243
7244 * gdbint.texinfo (Host Definition): Delete documentation on
7245 HOST_BYTE_ORDER.
7246
df0cd8c5
JB
72472001-11-30 Jim Blandy <jimb@redhat.com>
7248
7249 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 7250 overlay support. Add to top-level menu.
df0cd8c5 7251
88118b3a
TT
72522001-11-26 Tom Tromey <tromey@redhat.com>
7253
7254 * gdb.texinfo (Command Syntax): Document C-o binding.
7255
96565e91
CF
72562001-07-26 Christopher Faylor <cgf@redhat.com>
7257
7258 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7259 use since it is described in the referenced section.
7260
f7dc1244 7261 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
7262 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7263 clearer when using DJGPP.
7264
2a3d5645
CF
72652001-11-24 Christopher Faylor <cgf@redhat.com>
7266
7267 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7268 specifically refer to MS-DOS.
7269 (command files): Mention gdb.ini is only used on MS-DOS.
7270
aa26fa3a
TT
72712001-11-21 Tom Tromey <tromey@redhat.com>
7272
7273 * gdb.texinfo (Invoking GDB): Document --args.
7274 (Mode Options): Likewise.
7275
4f8ada06
JB
72762001-11-21 Jim Blandy <jimb@redhat.com>
7277
7278 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
7279 Delete documentation; this macro has been removed from the
7280 sources.
4f8ada06 7281
3fe0dc10
JB
72822001-11-13 Jim Blandy <jimb@redhat.com>
7283
7284 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7285
9e5abb06
CV
72862001-11-06 Corinna Vinschen <vinschen@redhat.com>
7287
7288 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7289
1c5dfdad
MS
72902001-11-05 Michael Snyder <msnyder@redhat.com>
7291
a9331b3f 7292 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
7293 quote regexp chars in function names such as "operator*()".
7294
990f9fe3
FF
72952001-11-01 Fred Fish <fnf@redhat.com>
7296
7297 * gdbint.texinfo (SOLIB_ADD): Document additional new
7298 "readsyms" arg.
7299
b433d00b
DH
73002001-10-30 Don Howard <dhoward@redhat.com>
7301
070b1dd3
DH
7302 * gdb.texinfo: (Command Files) Added documentation for the
7303 behavior of gdb with input redirected from a file.
b433d00b 7304
b7209cb4
FF
73052001-10-28 Fred Fish <fnf@redhat.com>
7306
7307 * gdb.texinfo (auto-solib-add): Change docs to match
7308 implementation change.
7309 (auto-solib-limit): Add docs for new variable.
7310
1aa20aa8
AC
73112001-10-15 Andrew Cagney <ac131313@redhat.com>
7312
7313 * gdbint.texinfo (Target Architecture Definition): Function
7314 value_as_pointer renamed to value_as_address.
7315
fc0c74b1
AC
73162001-10-15 Andrew Cagney <ac131313@redhat.com>
7317
7318 * gdbint.texinfo (Target Architecture Definition): Default
7319 POINTER_TO_ADDRESS functions assume unsigned addresses.
7320 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
7321 posting by Jim Blandy.
7322
f4846649
JB
73232001-10-12 Jim Blandy <jimb@redhat.com>
7324
7325 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7326 version of texi2html (1.64) doesn't support this flag any more.
7327
f277788b
MK
73282001-09-08 Mark Kettenis <kettenis@gnu.org>
7329
a9dc4918
MK
7330 * gdbint.texinfo (Host Definition): Remove description of
7331 MEM_FNS_DECLARED.
7332
d28379df
MK
7333 * gdbint.texinfo (Host Definition): Remove description of R_OK.
7334
f277788b
MK
7335 * gdbint.texinfo (Host Definition): Remove description of
7336 HAVE_SIGSETMASK.
7337
7ccaa899
EZ
73382001-09-04 Elena Zannoni <ezannoni@redhat.com>
7339
7340 * gdbint.texinfo (Target Architecture Definition): Add
7341 explanation of TARGET_PRINT_INSN macro.
7342
17d9d558
JB
73432001-08-30 Jim Blandy <jimb@redhat.com>
7344
7345 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7346 Explain what it means to load relocatable files.
7347
72cde065
JB
73482001-08-28 Jim Blandy <jimb@redhat.com>
7349
7350 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
7351 info `top' menu.
7352
9e678452
CF
7353Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
7354
7355 * gdbint.texinfo: Add a cautionary note about macro use.
7356
a2bea4c3 73572001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 7358
a2bea4c3
CV
7359 * gdb.texinfo: Explain omitting the hostname in the
7360 `target remote' command.
7361
1129bf27
DJ
73622001-07-30 Daniel Jacobowitz <drow@mvista.com>
7363
7364 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
7365 and END-INFO-DIR-ENTRY.
7366
732b3002
SC
73672001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7368
7369 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
7370
89437448
AC
73712001-07-25 Andrew Cagney <ac131313@redhat.com>
7372
7373 * gdbint.texinfo (libgdb): Rewrite.
7374
f7dc1244 73752001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
7376
7377 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
7378
c4555f82
SC
73792001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7380
7381 * gdb.texinfo (TUI): New chapter, document the TUI.
7382 (Mode Options): Document the -tui option.
7383
2f45a6e0
MK
73842001-07-23 Mark Kettenis <kettenis@gnu.org>
7385
7386 * gdbint.texinfo (Host Definition): Remove description of
7387 NEED_POSIX_SETPGID.
7388
f7dc1244 73892001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
7390
7391 * gdb.tex (DJGPP Native): New node, with descriptions of
7392 DJGPP-specific commands.
7393
be9c6c35
JM
73942001-07-19 John R. Moore <jmoore@redhat.com>
7395
7396 * gdbint.texinfo: Three misspellings.
7397
dfa249fb
AC
73982001-07-06 Andrew Cagney <ac131313@redhat.com>
7399
7400 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
7401 `test` expressions on bash. Problem reported by Colin Walters.
7402
c72e7388
AC
74032001-07-04 Andrew Cagney <ac131313@redhat.com>
7404
7405 * gdbint.texinfo (User Interface): Update ui-out documentation to
7406 refelect recent UI/MI updates.
7407
94bbb2c0
AC
74082001-07-04 Andrew Cagney <ac131313@redhat.com>
7409
7410 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
7411 interpreters.
7412
af6c57ea
AC
74132001-06-15 Andrew Cagney <ac131313@redhat.com>
7414
7415 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
7416 structure and not macros.
7417 (Host Definition): Document that much of this chapter is obsolete.
7418 (Target Architecture Definition): Update list of files that make
7419 up a target architecture.
7420 (Coding): Update.
7421
83aa8bc6
AC
74222001-06-28 Andrew Cagney <ac131313@redhat.com>
7423
7424 * gdbint.texinfo (Target Architecture Definition): Update
7425 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
7426 The latter has been changed to a true predicate.
7427
f7dc1244 74282001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
7429
7430 * annotate.texi: Add @noindent where needed. From Dmitry
7431 Sivachenko <dima@Chg.RU>.
7432 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
7433
656db9b0
AC
74342001-06-16 Andrew Cagney <ac131313@redhat.com>
7435
7436 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
7437
df2396a1
AC
74382001-06-14 Andrew Cagney <ac131313@redhat.com>
7439
7440 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
7441 returns ``OK''. Document that the ``R'' packet does not reply.
7442
0f1f2b0a
MS
74432001-06-13 Michael Snyder <msnyder@redhat.com>
7444
7445 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
7446
f7dc1244 74472001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
7448
7449 * gdb.texinfo (Signals): Clarify the default setting of signal
7450 handling.
7451
a5d7c491
AC
74522001-05-14 Andrew Cagney <ac131313@redhat.com>
7453
7454 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
7455 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
7456
05a54c4f
AC
74572001-05-12 Andrew Cagney <ac131313@redhat.com>
7458
7459 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
7460
f7dc1244 74612001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
7462
7463 * gdbint.texinfo (Clean Design and Portable Implementation):
7464 Renamed from "Clean Design".
7465 (Clean Design and Portable Implementation): Document portable
7466 methods of handling file names, and the associated macros.
7467
f7dc1244 74682001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
7469
7470 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
7471 command and provide a cross-reference to its description.
7472 (Symbols): Note that "info scope" is useful for trace experiments.
7473
f7dc1244 74742001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 7475
b37052ae
EZ
7476 * gdb.texinfo (Symbols): Document "info scope".
7477 (Tracepoints): New chapter.
7478 (Contributors): Update for v5.1.
7479 <All nodes>: Change "C++" to "C@t{++}".
7480
0ee54786
EZ
7481 * gdbint.texinfo (User Interface): A new section about ui_out
7482 functions, based on text written by Fernando Nasser.
7483
c534679c
EZ
7484 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
7485
f7dc1244 74862001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 7487
e9c75b65
EZ
7488 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
7489
7490 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
7491
7492 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
7493 Replace "GDB" with "@value{GDBN}". Fix markup.
7494
7495 * annotate.texi: Change Permissions to GFDL. Update Copyright.
7496
3d67e040
EZ
7497 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
7498 a cross-reference to its description.
7499 (Symbols): Document "info symbol".
7500
f7dc1244 75012001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
7502
7503 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
7504 subsection "x86 Watchpoints".
7505 (Target Architecture Definition): Document the macros
7506 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
7507 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
7508
b0ed3589
AC
75092001-03-20 Andrew Cagney <ac131313@redhat.com>
7510
7511 * gdbint.texinfo (Target Architecture Definition): Update
7512 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
7513 list.
7514
b6ba6518
KB
75152001-03-06 Kevin Buettner <kevinb@redhat.com>
7516
7517 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
7518 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
7519
f7dc1244 75202001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
7521
7522 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
7523
f7dc1244 75242001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 7525
17cc6a06
EZ
7526 * gdb.texinfo (Environment): Document that `path' does not change
7527 the value of PATH in GDB's own environment (it did in the past,
7528 but that was changed on March 15, 1994). Reported by Doug Evans
7529 <dje@transmeta.com>.
7530
56caf160
EZ
7531 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
7532 its line. Fix markup of commands and macros. Add an Index node
7533 and index entries.
7534
29e57380
C
75352001-01-23 J.T. Conklin <jtc@redback.com>
7536
7537 * gdb.texinfo (Memory region attributes): New manual section.
7538
1c6147de
ND
75392001-01-04 Nicholas Duffek <nsd@redhat.com>
7540
7541 * gdbint.texinfo (POP_FRAME): Document use by return_command.
7542
f7dc1244 75432000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
7544
7545 * refcard.tex: Version and copyright fixed. From Phil Edwards
7546 <pedwards@disaster.jaj.com>.
7547
0dcedd82
AC
7548Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
7549
7550 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 7551 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 7552
3b851bce
AC
7553Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
7554
7555 * gdbint.texinfo (Coding): Update current value of
889bf7c5 7556 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 7557
f7dc1244 75582000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
7559
7560 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
7561 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
7562
b90a5f51
CF
75632000-11-10 Christopher Faylor <cgf@cygnus.com>
7564
7565 * gdb.texinfo: Document new 'set step-mode' command.
7566
f7dc1244 75672000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
7568
7569 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
7570 changes from Dmitry Sivachenko <dima@Chg.RU>.
7571
f7dc1244 75722000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
7573
7574 * gdb.texinfo (Hooks): Document the new post-hook functionality.
7575 From Steven Johnson <sbjohnson@ozemail.com.au>.
7576
2e685b93
MK
75772000-08-10 Mark Kettenis <kettenis@gnu.org>
7578
7579 * gdbint.texinfo (Overall Structure): Spelling fix.
7580
f7dc1244 75812000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
7582
7583 * gdbint.texinfo (Target Architecture Definition): Document that
7584 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
7585 for which REGISTER_CONVERTIBLE returns a zero value.
7586
63ac3005
EZ
75872000-07-08 Christopher Faylor <cgf@cygnus.com>
7588
7589 * Makefile.in (install-info): Find files to install in either the
7590 build or source directories (adapted from Makefile.am).
7591
bd79f757
ND
75922000-07-07 Nicholas Duffek <nsd@redhat.com>
7593
7594 * stabs.texinfo: Fix spelling errors.
7595 (String Field): FILE-NUMBER starts from 0, not 1.
7596
f7dc1244 75972000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
7598
7599 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 7600 Brian Youmans.
5f208f6d 7601
f7dc1244 76022000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
7603
7604 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
7605 the source directory. Reported by Mark Harig
7606 <markh@frazier.landmark.com>.
cc542d3b 7607
f3b28801
C
76082000-06-20 J.T. Conklin <jtc@redback.com>
7609
7610 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
7611
449f3b6c
AC
7612Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
7613
7614 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 7615 Generate using pdftex.
449f3b6c 7616 (PDFTEX): Define.
889bf7c5 7617 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 7618 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 7619 @contents at the start.
449f3b6c 7620
f7dc1244 76212000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
7622
7623 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 7624 Youmans.
48e934c6 7625
9e9c5ae7
AC
7626Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
7627
7628 From Brian Youmans:
7629 * gdb.texinfo: Fix ``et al.''.
7630
c741b251
AC
7631Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
7632
7633 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 7634 loop.
c741b251 7635
4ab64e14
JG
76362000-05-19 Jimmy Guo <guo@cup.hp.com>
7637
7638 * configure: Regenerate.
7639
f7dc1244 76402000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
7641
7642 * Makefile.in (install-info): Run install-info on installed Info
7643 files.
7644
8c70017b
AC
7645Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7646
a7cb598a 7647 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 7648 Andrew Cagney.
8c70017b 7649
f7dc1244 76502000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
7651
7652 * gdb.texinfo: Proofreading changes from Brian Youmans.
7653
bf0184be
ND
76542000-05-01 Nick Duffek <nsd@cygnus.com>
7655
7656 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
7657 startup sequence, minor edits.
7658
f7dc1244 76592000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
7660
7661 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
7662 TeX.
7663
7664 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
7665 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
7666 like `n' and `s' which look weird. Convert some of the @kindex to
7667 @vindex, when they refer to variables, not commands.
7668
33e16fad
AC
7669Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7670
7671 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
7672
f7dc1244 76732000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
7674
7675 * Makefile.in (GDBMI_DIR): New variable.
7676 (SET_TEXINPUTS): Add $(GDBMI_DIR).
7677 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
7678 (gdbmi.texinfo): New target, for texi2roff.
7679 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
7680 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
7681
7682 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
7683 gdbmi.texinfo.
7684 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
7685 comment.
7686
d167840f
EZ
76872000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7688
7689 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 7690 command.
d167840f 7691
f7dc1244 76922000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
7693
7694 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
7695 prevents the build (and is generally a Bad Idea).
7696
f7dc1244 76972000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
7698
7699 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
7700 a comma inside @var.
7701 (Command Files): Index markup changes from Dmitry Sivachenko
7702 <dima@Chg.RU>.
7703
f7dc1244 77042000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
7705
7706 * Makefile.in (LN_S): Define.
7707 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
7708 invoke "ln -s" unless it is known to work.
7709
7710 * configure.in (AC_PROG_LN_S): Add.
7711
8dc7983f
JB
77122000-04-14 Jim Blandy <jimb@redhat.com>
7713
7714 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
7715 section.
7716 (Target Conditionals): Document ADDRESS_TO_POINTER,
7717 POINTER_TO_ADDRESS.
7718
1a8237e8
DB
77192000-04-11 Daniel Berlin <dan@cgsoftware.com>
7720
7721 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
7722 gdb-cfg.texi to get the value.
7723
ca526f1a
JB
77242000-04-10 Jim Blandy <jimb@redhat.com>
7725
7726 * gdbint.texinfo (Target Architecture Definition): Fix
7727 cross-references.
7728
faaafcb4
JB
77292000-04-08 Jim Blandy <jimb@redhat.com>
7730
7731 * gdbint.texinfo (Using Different Register and Memory Data
7732 Representations): New section.
7733 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
7734 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
7735 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 7736
1b27397f
AC
7737Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
7738
7739 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 7740 for acknowledgments.
1b27397f 7741
480ff1fb
AC
7742Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
7743
7744 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 7745 qThreadExtraInfo.
480ff1fb 7746
a9331b3f 77472000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 7748
a9331b3f
RM
7749 * gdb.texinfo: Clarify which remote debug protocol commands are
7750 required and which are optional.
f1251bdd 7751
dbeb8dbd
AC
7752Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
7753
7754 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
7755 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
7756 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
7757 * annotate.texi: Update.
7758
6d2ebf8b
SS
77592000-03-28 Stan Shebs <shebs@apple.com>
7760
7761 * gdb.texinfo: Update dates, bump to Eighth Edition (note
7762 expectation of additional changes before release), update
7763 ISBN, add copy of top-level menu for @ifhtml, remove explicit
7764 node links, rephrase and/or shorten lines to fix formatting
7765 problem in both regular and @smallbook formats.
7766 * annotate.texi: Shorten lines in example, use smallexample
7767 consistently everywhere.
7768 * Makefile.in: Add comment about texinfo 4.0 html generation.
7769 (SFILES_INCLUDED): Add annotate.texi.
7770
5d161b24
DB
77712000-03-27 Daniel Berlin <dan@cgsoftware.com>
7772
5ae4183a
AS
7773 * gdb.texinfo (Debugging Output): Added new section, documenting
7774 the "set/show debug" commands.
5d161b24 7775
b9deaee7
AC
7776Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
7777
7778 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 7779 entry.
b9deaee7
AC
7780
7781 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
7782 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 7783 @chapter and @node entries.
a9331b3f 7784
b9deaee7 7785 * gdb.texinfo: Link all top-level nodes.
a9331b3f 7786
9ef47d30
AC
7787Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
7788
7789 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 7790 files.
9ef47d30 7791
cfeada60
FN
77922000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
7793
7794 From David Whedon <dwhedon@gordian.com>
5ae4183a 7795 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 7796
6837a0a2
DB
77972000-03-22 Daniel Berlin <dan@cgsoftware.com>
7798
7799 * gdb.texinfo: Add documentation for the apropos command.
7800
bba2971c
MS
78012000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7802
7803 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
7804
2b628194
MS
78052000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7806
a9331b3f 7807 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
7808 two places.
7809
96a2c332
SS
78102000-03-17 Stan Shebs <shebs@apple.com>
7811
7812 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
7813 <dima@Chg.RU>, also clarification of allowed content for
7814 string constants.
7815
f7dc1244 78162000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
7817
7818 * gdb.texinfo (main menu): Add Annotations.
7819 (File Options): Add @cindex entries for each command-line option.
7820 Document --epoch, --annotate, --async, --interpreter, --write,
7821 --statistics, and --version.
7822
7823 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
7824 of GDB.
7825
9d233477
JB
78262000-02-23 Jim Blandy <jimb@redhat.com>
7827
7828 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7829
14e0eb3b
JB
78302000-02-22 Jim Blandy <jimb@redhat.com>
7831
7832 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7833
3555de01
JM
78342000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
7835
7836 * Makefile.in (diststuff): New target.
7837
5e35df8e
KB
78382000-02-15 Kevin Buettner <kevinb@redhat.com>
7839
7840 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 7841 architecture. [From Jim Wilson.]
5e35df8e 7842
c5394b80
JM
78432000-01-16 Tom Tromey <tromey@cygnus.com>
7844
7845 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7846 (Delete Breaks): Mention range arguments.
7847 (Disabling): Likewise.
7848
c3f6f71d
JM
78492000-01-05 Dmitry Sivachenko <dima@Chg.RU>
7850
7851 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7852
c4093a6a
JM
7853Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
7854
7855 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 7856 valid functions.
c4093a6a 7857
11cf8741
JM
78581999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7859
7860 * gdb.texinfo: Clarify regular expressions used in rbreak.
7861
917317f4
JM
78621999-10-15 Kevin Buettner <kevinb@cygnus.com>
7863
7864 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7865 MEMORY_REMOVE_BREAKPOINT): Document.
7866
7867Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7868
7869 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 7870 offset re-using the DATA offset instead.
917317f4 7871
2df3850c
JM
78721999-10-11 Jim Kingdon <kingdon@redhat.com>
7873
7874 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7875
78761999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7877
7878 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7879 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7880 typos.
7881
7882 * gdb.texinfo: Various minor wording and formatting improvements,
7883 mentions of additional command-line options.
7884
2acceee2
JM
78851999-09-30 Fred Fish <fnf@cygnus.com>
7886
7887 * gdb.texinfo: Document additional forms of specifying section
7888 names and addresses for the add-symbol-file command.
7889
c2c6d25f
JM
78901999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7891
7892 * gdbint.texinfo: Fix typo, add the word "have".
7893
78941999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7895
7896 * gdbint.texinfo (Target Architecture Definition): Document the
7897 SKIP_PERMANENT_BREAKPOINT macro.
7898
d4f3574e
SS
78991999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7900
7901 * gdb.texinfo: Fiks speling errers.
7902
7903 * gdb.texinfo: Fix uses of @multitable.
7904
f7dc1244 7905 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 7906 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 7907 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
7908 comments about using with optimization, add more indexing,
7909 fix info about disassembly-flavor.
7910
7911Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7912
7913 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7914 SKIP_SOLIB_RESOLVER): Define.
7915
7916Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7917
7918 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 7919 ``g'' packets.
d4f3574e 7920
104c1213
JM
79211999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7922
7923 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
7924 platform-specific info, inline remote.texi and move sections of it
7925 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
7926 and register stack into the new chapter.
7927 * remote.texi: Remove, now part of gdb.texinfo.
7928 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7929
79301999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7931
7932 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7933 GDB_TARGET_IS_MACH386): These kludges have gone away.
7934
7935Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7936
7937 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 7938 TDEPLIBS.
104c1213 7939
53a5351d
JM
79401999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7941
7942 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7943 surrounding text to fit HP-UX bits into general info.
7944 (HPPA-cfg.texi): Remove, no longer useful.
7945
7946 * gdb.texinfo: Remove explicit links from @node lines, remove
7947 HP-added "Detailed Node Listing" from main menu which confuses
7948 things.
7949
7950 From Dmitry Sivachenko <dima@Chg.RU>:
7951 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7952 in description of `set environment'.
53a5351d
JM
7953
79541999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7955
7956 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7957
7be570e7
JM
79581999-08-12 Ben Elliston <bje@cygnus.com>
7959
7960 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7961
f7dc1244 79621999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7963
7964 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7965 watch, awatch, and rwatch. Explain why the latter two cannot be
7966 set as software watchpoints. Document that watchpoints for local
7967 variables are deleted when the debuggee terminates.
7be570e7
JM
7968
7969Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7970
7971 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7972 packet. Allow E.. response packet. "qRcmd" packet is no longer
7973 reserved.
7be570e7
JM
7974
79751999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7976
a9331b3f
RM
7977 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7978 * gdb.texinfo: Ditto.
7be570e7 7979
96baa820
JM
79801999-08-06 Tom Tromey <tromey@cygnus.com>
7981
7982 * gdb.texinfo (KOD): New node.
7983
7984Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7985
7986 * remote.texi (Rcmd): Fix minor formatting typos.
7987
7988Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7989
7990 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7991 packets.
96baa820 7992
adf40b2e
JM
79931999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7994
7995 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7996 fixes.
7997
43ff13b4
JM
7998Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7999
8000 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8001
085dd6e6
JM
8002Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8003
8004 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
8005 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8006 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8007 packets that are not supported on all hosts. Expand examples.
8008 Spell check.
085dd6e6
JM
8009
80101999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8011
8012 * Makefile.in: Recognize html, install-html. Add targets
8013 to build HTML versions of documentation via texi2html.
8014
8015Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8016
8017 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 8018 testsuite.
085dd6e6
JM
8019
8020Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8021
8022 * remote.texi (Communication Protocol): Rewrite.
8023
8024Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8025
8026 * stabs.texinfo: Fix uses of xref.
8027
9e0b60a8
JM
8028Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
8029
8030 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8031 info about patch submission.
8032
cce74817
JM
8033Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
8034
8035 From Per Bothner <bothner@cygnus.com>:
8036 * gdb.texinfo: Document Chill support.
8037
8038Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
8039
8040 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
8041 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8042 Document that the value should be greater-than or equal-to zero.
8043 (NO_STD_REGS): Document. Deprecate.
cce74817 8044
ac9a91a7
JM
8045Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8046
8047 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 8048 Document that these are not used.
ac9a91a7
JM
8049
8050Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8051
8052 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8053
392a587b
JM
8054Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
8055
8056 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 8057 numargs was dropped.
392a587b
JM
8058
8059Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
8060
8061 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8062
b83266a0
SS
8063Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
8064
8065 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 8066 Update.
b83266a0 8067
7a292a7a
SS
8068Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
8069
8070 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8071 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8072
8073Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
8074
8075 * gdbint.texinfo: Fix typos: $ -> @.
8076
8077Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8078
8079 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
8080 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8081 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8082 BREAKPOINT_FROM_PC.
a9331b3f 8083
7a292a7a
SS
8084Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
8085
8086 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 8087 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
8088
8089Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8090
8091 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 8092 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
8093
80941999-04-02 Stan Shebs <shebs@andros.cygnus.com>
8095
8096 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8097 longer exists.
8098
8099Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
8100
8101 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
8102 nearly all @ifset/@ifclear conditionals; nobody uses them, and
8103 they make the manual source incomprehensible.
7a292a7a
SS
8104 * h8-cfg.texi: Remove, hasn't been used in years.
8105
c906108c
SS
8106Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
8107
8108 * gdb.texinfo: Update the credits.
8109
8110Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
8111
8112 * gdb.texinfo: Fix mistakes noticed in printout of last
8113 draft, add Alpha to discussion of heuristic fence post.
8114
8115Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
8116
8117 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
8118 Edition, merge some HP changes into mainline, describe some
8119 previously undocumented features, describe more of the target
8120 commands available, eliminate obsolete section on renamed
8121 commands.
c906108c
SS
8122 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8123
8124Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
8125
8126 * gdb.texinfo: Make many HPPA conditionals unconditional,
8127 including catchpoint description, since now on for all configs.
8128 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8129 specializations.
8130
8131Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
8132
8133 * Makefile.in (GDBvn.texi): Fix match expression to work with
8134 current format of VERSION in gdb/Makefile.in.
8135 * gdb.texinfo: Fix node ref to match new readline.
8136
8137Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
8138
a9331b3f
RM
8139 * gdb.texinfo: Changes made as part of a project to merge in
8140 changes made by HP. Documentation makes extensive use of
c906108c
SS
8141 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
8142 on remote debugging. There are differences in documentation
889bf7c5 8143 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
8144 the HP manual discusses catchpoints, hardware watchpoints, and
8145 some HPUX specific limitations for shared library support.
a9331b3f 8146
c906108c
SS
8147 There are also a number of @node changes.
8148
81491999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
8150
8151 * gdbint.texinfo (Formatting): Disambiguate a sentence.
8152 (C Usage): Same.
8153
8154Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
8155
8156 The following changes were made by Edith Epstein
889bf7c5
PA
8157 <eepstein@cygnus.com> as part of a project to merge in changes
8158 made by HP.
a9331b3f 8159
c906108c
SS
8160 * HPPA-cfg.texi: new file.
8161
8162 * all-cfg.texi: set HPPA for HP PA-RISC targets.
8163
8164 * refcard.tex: change documentation about catch.
8165 removed info catch.
8166
8167Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
8168
8169 * gdbint.texinfo: Expand on GDB's coding standards,
8170 specify the use of arg names with prototypes.
8171
81721998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
8173
8174 * gdb.texinfo: Fix tipo.
8175
8176Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
8177
8178 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 8179 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
8180
8181Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
8182
8183 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
8184
81851998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
8186
8187 * agentexpr.texi: New file.
8188
8189Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
8190
8191 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
8192
81931998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
8194
8195 * remote.texi: Changed wording that implied that the GDB remote
8196 protocol caches register values instead of GDB itself.
8197
8198Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
8199
8200 * gdbint.texinfo: Add some info about symbol readers.
8201 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
8202 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
8203 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
8204 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
8205
8206Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
8207
a9331b3f 8208 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
8209
8210Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
8211
8212 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8213
8214Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
8215
8216 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 8217 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
8218
8219Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
8220
8221 * gdbint.texinfo: Fix minor typos.
8222
8223Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
8224
8225 * gdbint.texinfo: Complete overhaul. Group descriptions more
8226 logically, add more info on generic algorithms, remove much
8227 obsolete and/or wrong material.
8228
8229Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
8230
8231 * stabs.texinfo (Method Type Descriptor): Expand and correct.
8232
8233Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
8234
8235 * refcard.tex: Copyright, address updates.
8236
8237Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
8238
8239 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8240 for the edition instead of confusing GDB-version-like numbers.
8241
8242Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
8243
8244 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8245
8246Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
8247
5ae4183a 8248 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
8249
8250Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
8251
8252 * gdb.texinfo: Add some credits, mention bug monitor.
8253 * remote.texi: Mention mips monitor targets.
8254 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 8255
c906108c
SS
8256Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
8257
8258 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
8259 files, finish sorting of host vs target vs native macros, describe
8260 some more of them.
c906108c
SS
8261
8262Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
8263
8264 * gdbint.texinfo (Host Conditionals): Document change from
8265 using NO_MMALLOC to it's inverse, USE_MMALLOC.
8266
8267Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
8268
8269 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 8270 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
8271
8272Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
8273
8274 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8275 Document LSEEK_NOT_LINEAR.
8276
8277Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
8278
8279 * stabs.texinfo (Stab Section Basics): Make it clear that only
8280 some versions of the GNU linker remove the leading N_UNDF symbol.
8281
8282Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
8283
8284 * stabs.texinfo (String Field): Document type number pairs here,
8285 instead of in the Sun specific section.
8286 (Include Files): The GNU linker supports the N_BINCL
8287 optimization. Clarify the N_BINCL value, and what it is used
8288 for.
8289 (Procedures): Document N_FUN with an empty string to mark the end
8290 of a function.
8291 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8292 (Sun Differences): Remove this node, as the information is now
8293 elsewhere in the main document.
8294 (Stab Section Basics): Mention that the GNU linker may optimize
8295 stabs and remove the leading N_UNDF symbol.
8296
8297Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
8298
8299 * gdb.texinfo, refcard.tex: Restore author credit
8300
8301Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
8302
8303 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8304 documentation to account for START and END macros taking
8305 one arg.
8306
8307Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
8308
8309 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8310 * gdb.texinfo (Frames): Fix typo.
8311
8312Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
8313
8314 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8315 a target_signal as arg type, not a pid.
8316
8317Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
8318
8319 * gdb.texinfo: Document `set assembly-language'.
8320
8321Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
8322
8323 * remote.texi: Update list of stubs in the GDB distribution.
8324
8325Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
8326
8327 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
8328 Also document that some systems can use mmalloc but must define
8329 this if their C runtime allocates memory that is later freed.
c906108c 8330 (MMCHECK_FORCE): Document new macro.
a9331b3f 8331
c906108c
SS
8332Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
8333
8334 * remote.texi: Add documentation for target Sparclet.
8335
8336Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8337
a9331b3f 8338 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
8339 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8340 * configure.in: Rewritten for autoconf.
8341 * configure: New.
8342
8343Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
8344
8345 * Makefile.in (DVIPS): New define, set to dvips.
8346 (dvi): Add stabs.dvi.
8347 (ps): New target.
8348 (all-doc): Depend on info, dvi, and ps targets.
8349 (STAGESTUFF): Add *.ps and *.dvi files.
8350 (clean-info, clean-dvi): Remove.
8351 (mostlyclean): Does not depend upon clean-info or clean-dvi,
8352 rules completely rewritten.
8353 (maintainer-clean): Remove clean-info and clean-dvi
8354 dependencies and put their actions in the rules.
8355 (gdb.ps): New target
a9331b3f 8356 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
8357 intermediate TeX files, whether they have 2 or 3 character
8358 extensions.
8359 (gdbint.ps): Add target and rules.
8360 (gdb-internals): Delete unused target.
8361 (Makefile): Depends upon config.status also.
8362
8363Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
8364
8365 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
8366 set.
8367
8368Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
8369
8370 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8371 * gdb.texinfo (Expressions): Fix erroneous array constant example.
8372
8373Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
8374
8375 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
8376
8377Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8378
8379 * gdb.texinfo (Print settings): Document
8380 `set/show print static-members' commands.
8381
8382Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
8383
8384 * gdbint.texinfo (Native): Document name change, coredep.c to
8385 core-aout.c.
8386
8387Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
8388
8389 * stabs.texinfo (Include Files): Document the values the SunOS4
8390 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
8391
8392Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
8393
8394 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
8395 Fix typo.
8396
8397Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
8398
8399 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
8400 "gdb.tar.Z".
8401
8402Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
8403
8404 * Makefile.in (maintainer-clean): New target, synonym for
8405 realclean.
8406
8407Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8408
8409 * Update all FSF addresses except those in COPYING* files.
8410
8411Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8412
8413 From Richard Earnshaw (rearnsha@armltd.co.uk):
8414 * gdb.texinfo (convenience variables): Document $_exitcode.
8415 (quit): Document optional expression to use as exit code.
8416
8417Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
8418
8419 * gdb.texinfo, remote.texi: Brought up to date with various
8420 GDB changes.
8421
8422Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
8423
8424 * gdb.texinfo: Update dates and versions, fix comments about
8425 hardware watchpoints in future releases and about the
8426 sharedlibrary command.
8427
8428Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8429
8430 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
8431 C_FUN stab. Other cleanups.
8432
8433Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8434
8435 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
8436 for the sparc stub.
8437
8438Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8439
8440 * annotate.texi: Clarify which addresses have differing formats
8441 depending on the language and which do not.
8442
8443Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8444
8445 * remote.texi (NetWare): Changed example to use BOARD= instead of
8446 NODE= argument to reflect correspoding change to gdbserve.nlm.
8447
8448Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8449
8450 * stabs.texinfo (Negative Type Numbers): Mention the fact that
8451 GDB, as well as AIX dbx, supports the size type attribute.
8452
8453Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8454
8455 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
8456
8457Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
8458
8459 * gdb.texinfo (Define): Document $arg0... arguments to commands,
8460 and new 'if' and 'while' commands.
8461
8462Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
8463
8464 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
8465
8466Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8467
8468 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
8469 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
8470 NetWare targets. Mostly stolen from the Server node.
8471
8472Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8473
8474 * gdb.texinfo (Setting): Talk about the language of a source file
8475 versus the working language. The old documentation did not match
8476 what GDB did.
8477
8478Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8479
8480 * stabs.texinfo (Source Files): Document N_SO used to mark the end
8481 of a source file.
8482
8483Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8484
8485 * gdb.texinfo (Processes): New node.
8486
8487Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
8488
8489 * remote.texi: Update documentation of set/show mipsfpu.
8490
3fc11d3e
JM
8491Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
8492
8493 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
8494 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
8495
8496Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
8497
8498 * gdbint.texinfo: Removed mentions of some incorrectly placed and
8499 obsolete conditionals, described some others.
8500
8501Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8502
8503 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
8504 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
8505
8506Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
8507
8508 * gdbint.texinfo: Put regex conditionals in their own table.
8509
8510Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
8511
8512 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
8513 described or fixed the descriptions of many others.
8514
8515Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
8516
8517 * gdb.texinfo: Add some more credits.
8518 * gdbint.texinfo: Capitalize GDB consistently, describe some
8519 macros and remove some.
8520
8521Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8522
8523 * gdbint.texinfo: Removed mentions of many incorrectly placed and
8524 obsolete conditionals, described some others.
8525
8526Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8527
8528 * gdb.texinfo (help targets): Changed to `help target', which
8529 is the correct gdb command.
8530
8531Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8532
8533 * annotate.texi (TODO): New node, for keeping track of annotations
8534 suggested but not yet implemented.
8535
8536Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8537
8538 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
8539 another symbol, it is not the address itself.
8540
8541Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
8542
8543 * stabs.texinfo (Stab Section Basics): Add comment about alignment
8544 of stabs-in-coff sections.
8545
8546Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8547
8548 * annotate.texi: Change edition to 0.5 and date to May 1994.
8549 Add index.
8550 (Frames): New node, for frame annotation.
8551 (Displays): New node, for display annotation.
8552
8553 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
8554 when waiting for your program to stop.
8555
8556Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8557
8558 * annotate.texi (Breakpoint Info): Document annotation of header
8559 fields and record annotation.
8560
8561Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8562
8563 * annotate.texi: New file, to document annotations.
8564
8565Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8566
8567 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
8568 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
8569
8570Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8571
8572 * stabs.texinfo (Stab Section Basics): Say what is in .stab
8573 section, and say n_strx field is compilation unit relative.
8574 * stabs.texinfo: Don't use @code for a.out when it is the name of
8575 an object file format.
8576
8577Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8578
8579 * gdb.texinfo: Refer to file names, not path names, per rms
8580 convention.
8581 (Arguments): Fix typo.
8582
8583Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8584
8585 * stabs.texinfo (Global Variables): Talk about stabs in files
8586 where variables are referenced, but not defined.
8587
8588Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8589
8590 * stabs.texinfo: Move stuff on @ and # type descriptors from node
8591 Cplusplus to new nodes Member Type Descriptor and Method Type
8592 Descriptor. Re-write stuff for #.
8593
8594Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8595
8596 * gdb.texinfo (Print Settings): Don't document "set print
8597 fast-symbolic-addr off". The bug which it worked around was fixed
8598 on 25 Feb 94 in coffread.c, so I'm nuking the command.
8599
8600 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
8601 N_ENTRY node.
8602
8603 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
8604
8605Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8606
8607 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
8608 references to ieee-float.c.
8609
8610Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8611
8612 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
8613 match what the code actually does.
8614
8615Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8616
8617 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
8618
8619Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8620
8621 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
8622 i, and b.
8623
8624Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
8625
8626 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
8627 well as for ELF and SOM. Unify the descriptions of ELF and SOM
8628 as "stabs in sections" rather than just saying "ELF and SOM".
8629 Also make that stuff apply to COFF.
8630
8631Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8632
8633 * gdb.texinfo (Formatting Documentation): Change GhostScript to
8634 Ghostscript.
8635
8636Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8637
8638 * gdb.texinfo (Continuing and Stepping): When talking about "step"
8639 versus functions without line numbers, also mention stepping into
8640 them as well as "step" when you are in them. Tell the user how to
8641 deal with the situation. Add comment about "debugging information".
8642
8643Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8644
8645 * stabs.texinfo (Enumerations): Document restriction on where
8646 enumeration types can appear and still win with GDB.
8647
8648Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8649
8650 * stabs.texinfo (Negative Type Numbers): Document format for type
8651 -16.
8652
8653Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8654
8655 * gdb.texinfo (Selection, Frame Info): Update information about
8656 arbitrary frame specficiations.
8657
8658Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
8659
8660 * gdb.texinfo, remote.texi: general editing pass prior to Net release
8661
8662Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8663
8664 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
8665
8666Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
8667
8668 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
8669
8670Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8671
8672 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
8673 Differences node to Statics node.
8674 (Statics): Discuss XCOFF use of V symbol descriptor.
8675
8676 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
8677 not clean.
8678
8679Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
8680
8681 * gdb.texinfo (Print Settings): Document `set print
8682 fast-symbolic-addr' and improve the doc for some other
8683 `set print's.
8684
8685Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8686
8687 * stabs.texinfo (String Field): Talk about defining several type
8688 numbers at once.
8689 Fix lint regarding changing node ELF Transformations to
8690 ELF and SOM Transformations.
8691
8692Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
8693
8694 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
8695
8696Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8697
8698 * stabs.texinfo (Cross-References): `::' is for nested types only
8699 within <>.
8700 (Structures): Document static members.
8701
8702Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8703
8704 * stabs.texinfo: Document S type attribute.
8705
8706Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8707
8708 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
8709
8710Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
8711
8712 * gdbint.texinfo: Fix a few typos.
8713
8714Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8715
8716 * gdb.texinfo, remote.texi: formatting improvements
8717
8718 * gdb.texinfo (New Features): mention threads.
8719 (Summary, C): fix xrefs in newly contributed text.
8720 (Threads): index entries, clarifications, example
8721 (passim): minor typos fixed, phrasing improvements
8722
8723 * remote.texi (Bootstrapping): rephrase text on ^C and add index
8724 entries; (Server): explain use of gdbserver w/real-time systems,
8725 add example of conflicting TCP port; (MIPS Remote) break up
8726 running text into table, highlighting commands, and add example.
a9331b3f 8727
c906108c
SS
8728Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8729
8730 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
8731
8732Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8733
8734 * stabs.texinfo (Nested Symbols): New node.
8735 (String Field, Symbol Descriptors, Cross-References): Refer to it.
8736
8737Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8738
8739 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
8740 to picking which Bbss.bss symbol to use, and (because there seems to
8741 be no good way of doing it) re-write some of the text to make it
8742 sound like Bbss.bss isn't such a great idea after all (as currently
8743 designed).
8744
8745 * gdb.texinfo (C): In addition to saying people have to use g++ for
8746 good results, say they have to use stabs. Specifically say cfront
8747 doesn't work well.
8748 (Summary): Merge in information on Modula-2, Pascal, and Chill from
8749 the gdb README. Add xrefs to places where the support for the various
8750 languages is described in detail.
8751
8752Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8753
8754 * stabs.texinfo: Clean up stuff about visibility and virtual
8755 characters.
8756
8757 * stabs.texinfo (N_M2C): Cite Sun doc.
8758
8759Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8760
8761 * gdb.texinfo: updates re threads.
8762 * remote.texinfo: avoid index entries starting with digits.
8763
8764Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8765
8766 * stabs.texinfo (Enumerations): Talk about large, negative and
8767 octal values. Clean up cross reference to type attributes.
8768 (String Field): Say that GDB 4.11 supports size attribute.
8769
8770Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8771
8772 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
8773 is a mandatory step. Make the stuff about that more concise.
8774
8775Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8776
8777 * stabs.texinfo (Class Names): New node.
8778
8779 * gdb.texinfo (Command Files): Explain order of init file reading.
8780
8781 * remote.texi (Bootstrapping): Talk about getting the serial driver
8782 to deal with ^C sent by gdb to stop the remote system.
8783
8784Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
8785
8786 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
8787
8788 * libgdb.texinfo (Defining Commands): made the DOC arg
8789 to gdb_define_app_command a char * instead of char **
8790 per a suggestion from kingdon.
8791
8792 * libgdb.texinfo: total rewrite from a different starting
8793 premise.
8794
8795Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8796
8797 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
8798 floats passed as doubles (to improve clarity).
8799
8800Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8801
8802 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
8803
8804 * a4rc.sed: update to work with Andreas Vogel papersize params
8805
8806 * refcard.tex: use Andreas Vogel simplifications of papersize
8807 params; remove useless version info; update copyright date.
8808
8809Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8810
8811 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
8812
8813Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8814
8815 * gdb.texinfo (Files): Say what address the load command loads it at.
8816
8817 * stabs.texinfo (Common Blocks): Minor cleanups.
8818
8819 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8820 that Sun has backed away from the linker kludge and thus the relevant
8821 issue is changes to the SunPRO tools, not the Solaris linker.
8822
8823 * stabs.texinfo (Traditional Integer Types): Clean up description
8824 of octal bounds a little bit. Document extra leading zeroes.
8825
8826Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8827
8828 * gdb.texinfo (Signaling): Update for symbolic symbol names
8829 and add a section explaining the difference between the GDB
8830 signal command and the shell kill utility.
8831
8832Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
8833
8834 * libgdb.texinfo: added `@' to braces that were unescaped.
8835
8836Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
8837
8838 * libgdb.texinfo: new file. Spec for the gdb library.
8839
8840Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8841
8842 * stabs.texinfo (Include Files): Fix typo (start -> end).
8843
8844Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8845
8846 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8847 from Melissa at FSF's editing pass.
8848
8849Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8850
8851 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8852 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8853 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8854
8855Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8856
8857 * remote.texi (Bootstrapping): Discuss 386 call gates.
8858
8859Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8860
8861 * stabs.texinfo (Based Variables): New node.
8862
8863Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8864
8865 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8866 names, sizes, and formats to suggest how not to lose.
8867
8868Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8869
8870 * stabs.texinfo (Methods): Fix typo.
8871
8872Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8873
8874 * gdb.texinfo: Fix a few typos.
8875
8876Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8877
8878 * gdb.texinfo: Clarify how well it works with Fortran.
8879
8880 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8881 More on relocating stabs in ELF files.
8882
8883Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8884
8885 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8886
8887Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8888
8889 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8890 parameters on VAX.
8891
8892Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8893
8894 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8895
8896Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8897
8898 * stabs.texinfo: Make info author notice match the TeX author notice.
8899
8900Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8901
8902 * stabs.texinfo: Initial-caps all words in node names and
8903 non-trivial words in section names.
8904
8905Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8906
8907 * stabs.texinfo: Many minor cleanups.
8908
8909 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8910
8911Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8912
8913 * stabs.texinfo: Remove full description of big example.
8914 It's not really helpful; just use pieces of it where appropriate.
8915 Add more Texinfo formatting directives (@samp, etc.).
8916 Use @deffn to define stab types.
8917 Eliminate some wordiness. Break up some nodes.
8918 Add an (alphabetized) index of symbol types.
8919 Use consistent capitalization style in node and section names.
8920
8921Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8922
8923 * gdb.texinfo: Change typo "Two two" to "The two".
8924
8925Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8926
8927 * stabs.texinfo (XCOFF-differences): Remove references to
8928 non-existent types N_DECL and N_RPSYM.
8929
8930 * stabs.texinfo (String Field): Say that type attributes bug is
8931 fixed in GDB 4.10, since it is.
8932
8933 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8934
8935Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8936
8937 * stabs.texinfo: Formatting cleanups.
8938
8939Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8940
8941 * stabs.texinfo: When explaining the n_type of a stab, standardize
8942 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8943 no tabs, use @r).
8944 (Global Variables): Clean up.
8945
8946Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8947
8948 * stabs.texinfo (Stack Variables): Re-write.
8949
8950Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8951
8952 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8953 addresses of a source file. Also revise formatting.
8954 Change "object module" or "object file" to "source file".
8955 Various: Miscellaneous cleanups.
8956
8957Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8958
8959 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8960
8961Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8962
8963 * gdbint.texinfo: Removed many nonsensical machine-collected
8964 host and target conditionals, described some of the remainder.
8965
8966Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8967
8968 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8969
8970 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8971 paragraph which follows.
8972
8973 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8974 variables. Looks better and avoids overful hbox.
8975
8976Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8977
8978 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8979
8980Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8981
8982 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8983 retransmit-timeout
8984
8985Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8986
8987 * gdbint.texinfo: Update statement about `some ancient Unix
8988 systems, like Ultrix 4.0' to Ultrix 4.2.
8989
8990Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8991
8992 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8993
8994 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8995
8996 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8997 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8998
8999 * remote.texi: new name for former gdbinv-s.texi
9000
9001 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9002
9003Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
9004
9005 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9006 variables for MIPS remote debugging protocol.
9007
9008Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9009
9010 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9011
9012Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9013
9014 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9015
9016Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9017
9018 * gdb.texinfo: repair conditional bugs in text markup
9019
9020Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9021
9022 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9023 to select Modula-2 material.
9024
9025Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9026
9027 * stabs.texinfo: Cleanups regarding statics.
9028
9029 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9030 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9031
9032Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9033
9034 * stabs.texinfo: N_MAIN is sometimes used for C.
9035
9036Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9037
9038 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9039
9040Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
9041
9042 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 9043 removed from the code by Kingdon.
c906108c
SS
9044
9045Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9046
9047 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9048 input when evaluating breakpoint conditions; the bug has been fixed.
9049
9050 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9051 sets the ignore count to N-1, not to N.
9052
9053Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9054
9055 * refcard.tex (\hoffset): correct longstanding error to match
9056 intended offset; avoids cutting off edge on some printers
9057
9058Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9059
9060 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9061
9062Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9063
9064 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9065
9066Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9067
9068 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9069 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9070 collect sed edits if any, apply to refcard before formatting;
9071 (refcard.ps) stop implying PS fonts if PS output requested;
9072 (lrefcard.ps) delete extra target for variant PS fonts
9073
9074 * refcard.tex: parametrize papersize dependent info, collect
9075 in easily replaced spot
9076
9077 * a4rc.sed: new file, edits to refcard for A4 paper
9078
9079Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9080
9081 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9082
9083Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9084
9085 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9086
9087Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9088
9089 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9090 politely rather than rudely.
9091
9092Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9093
9094 * stabs.texinfo: Document common blocks.
9095
9096Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
9097
9098 * stabs.texinfo: Add some basic info about stabs-in-elf.
9099
9100Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9101
9102 * stabs.texinfo (Top): Minor cleanup.
9103
9104Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9105
9106 * Makefile.in (install-info): remove parentdir support
9107
9108Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9109
9110 * gdb.texinfo (Copying): delete this node and references to it;
9111 RMS says this manual need not carry GPL. (passim): Improvements
9112 from last round at FSF, largely due to Ian Taylor review, and
9113 minor formatting improvements.
9114
9115 * gdbinv-s.texi (passim): Improvements from last round at FSF,
9116 largely due to Ian Taylor review. (Debug Session): minor edits to
9117 new text.
9118
9119Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
9120
9121 * Makefile.in (realclean): Remove info and dvi files too.
9122
9123Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
9124
9125 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9126 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
9127 * gdb.texinfo: Change accordingly.
9128
9129 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
9130 N_{L,R}BRAC,N_SLINE are relative to.
9131
9132Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
9133
9134 * Makefile.in (GDBvn.texi): Update atomically.
9135
9136Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
9137
9138 * gdbinv-s.texi (Debug Session): Document exceptionHook.
9139
9140Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
9141
9142 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
9143 addresses together. Also motivate the set print symbol-filename
9144 command and suggest other solutions.
9145
9146Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
9147
9148 * gdb.texinfo (set print elements): Note that the number of
9149 elements is set to unlimited by "set print elements 0".
9150
9151Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
9152
9153 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
9154 NF_LDOUBLE means.
9155 (Stab Types): Include Solaris stab types.
9156 (Procedures): Document Solaris extensions.
9157
9158Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9159
9160 * gdb.texinfo: Add `set print symbol-filename' doc.
9161
9162Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9163
9164 * stabs.texinfo (Arrays): Talk about type definition vs. type
9165 information.
9166
9167 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
9168 the trailing semicolon.
9169
9170Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9171
9172 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
9173 and merge in other parts of the document addressing these subjects.
9174 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
9175
9176 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
9177 at the end of a range type.
9178
9179 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
9180 AIX extensions.
9181
9182Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9183
9184 * stabs.texinfo (Stabs Format): Misc fixes.
9185
9186Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9187
9188 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
9189 (Traditional builtin types): Document convex convention for long long.
9190 (Negative builtin types): Discuss type names, and misc fixes.
9191
9192Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9193
9194 * stabs.texinfo (Builtin Type Descriptors): Document the floating
9195 point types used with @samp{R} type descriptor.
9196 (Symbol Descriptors): Describe how to handle conflict between
9197 different meanings of @samp{P} symbol descriptor.
9198
9199Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9200
9201 * stabs.texinfo: Remove node Quick Reference and put its children
9202 directly under the main menu.
9203
9204 * stabs.texinfo: Many more changes to bring it into line with
9205 AIX documentation and reality. I think it now has all the
9206 information from the AIX documentation, except that I burned
9207 out when I got to variant records (Pascal and Modula-2) and
9208 all the COBOL types. Oh well, we can add them later when we're
9209 worrying more about those languages.
9210
9211 * stabs.texinfo (Automatic variables): Talk about what it means
9212 to omit the symbol descriptor.
9213
9214Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9215
9216 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9217 gcc2 behavior with promoted args.
9218
9219Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9220
9221 * gdb.texinfo: include readline appendices in info version of manual
9222
9223Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9224
9225 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9226 target remote.
9227
9228 * gdb.texinfo (Machine Code): more index entries for disassemble
9229
9230Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
9231
9232 * Clarify the intended use of the gdb-testers and gdb-patches
9233 mailing lists, and shrink gzip comment.
9234
9235Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9236
9237 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9238 DOSHOST configuration of manual.
9239
9240 * gdb.texinfo (MIPS Stack): new node.
9241
9242 * all-config.texi (MIPS) new switch.
9243
9244 * gdbinv-s.texi (Nindy Options) Remove two instances of future
9245 tense; (MIPS Remote) new node.
9246
9247 * gdb.texinfo (passim) rephrases to work around makeinfo @value
9248 bug; (Environment) less passive, other small cleanups in text about
9249 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9250 (Remote) new MIPS Remote menu entry.
9251
9252Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
9253
9254 * stabs.texinfo: Many changes to include information from the
9255 AIX documentation.
9256
9257 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9258
9259Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
9260
9261 * gdbint.texinfo (new node Debugging GDB, elsewhere):
9262 Move a bunch of information from ../README.
9263 (Getting Started): New node.
9264
9265Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9266
9267 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9268
9269 * gdb.texinfo: advance manual revision dates to present
9270
9271 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9272 stop using silly Roman numerals in @set variable names
9273
9274Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
9275
9276 * stabs.texinfo (Parameters): Keep trying to get this right.
9277
9278Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
9279
9280 * stabs.texinfo (Parameters): More on "local parameters".
9281
9282Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
9283
9284 * stabs.texinfo (Parameters): Re-do "local parameters" section.
9285
9286Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
9287
9288 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9289 (Parameters): Rewrite.
9290 (xcoff-differences, Sun-differences): Minor changes.
9291
9292Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9293
9294 * stabs.texinfo: Minor cleanup.
9295
9296Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
9297
9298 * gdbint.texinfo: Minor xcoff stuff.
9299
9300Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
9301
9302 * gdbint.texinfo: Update for new config directory structure.
9303 Add info about internal type data structures.
9304
9305Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
9306
9307 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9308 $(srcdir).
9309 (gdb-config.texi): Depend on file in $(srcdir).
9310
9311Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
9312
9313 * stabs.texinfo: Fixes about N_SO.
9314
9315Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9316
9317 * gdb.texinfo: include list of nonstandard init file names
9318
9319 * *-config.texi: new switch GENERIC for text that applies *only*
9320 to (usual) multiple-target version of manual
9321
9322 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9323 h8 config
9324
9325 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9326 in menus (rather than conditionally selected multiple alternative
9327 menus).
9328
9329 * Makefile.in: define and use DOC_CONFIG var to select
9330 configuration for GDB user manual.
9331
9332 * gdb-config.texi: delete from repository, generate from Makefile.
9333
9334 * all-config.texi: normal `generic' configuration file, formerly
9335 stored as gdb-config.texi
9336
9337Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9338
9339 * Makefile.in: add dvi target to build all .dvi files
9340
9341Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9342
9343 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9344
9345Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
9346
9347 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9348 host conditionals.
9349 * stabs.texinfo: More array fixes inspired by Jim's.
9350
9351Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
9352
9353 * stabs.texinfo: Fixes re arrays and continuations.
9354
9355 * gdbint.texinfo: Add XCOFF node.
9356
9357Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
9358
9359 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
9360
9361Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9362
9363 * stabs.texinfo: Fix for array types to mention lower bounds.
9364
9365Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
9366
9367 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
9368
9369Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
9370
9371 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
9372
9373Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
9374
9375 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
9376 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
9377
9378Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
9379
9380 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
9381
9382Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9383
9384 * gdb.texinfo, gdbinv-s.texi: misc updates
9385
9386Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
9387
9388 * gdbint.texinfo: Brief documentation for longjmp support,
9389 from an email msg by Stu.
9390
9391Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
9392
9393 * stabs.texinfo: Fix description of floating point "range"
9394 types (which really define basic types). Reported by Jim Meehan,
9395 <meehan@src.dec.com>.
9396
9397 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
9398
9399Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
9400
9401 * gdbint.texinfo: Slightly expand section on supporting a new
9402 object file format.
9403
9404Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
9405
9406 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
9407 intermediate file.
9408
9409Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9410
9411 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
9412
9413Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9414
9415 * gdbinv-s.texi: z8000 simulator target name is just "sim"
9416
9417 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
9418 as well as Z8002.
9419
9420Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
9421
9422 * gdbint.texinfo: Add sections on clean design and on how to send
9423 in changes.
9424
9425Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
9426
9427 * gdbint.texinfo: Add how to declare the result of make_cleanup.
9428
9429Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
9430
9431 * gdb.texinfo: Fix typo, reported by Karl Berry.
9432
9433Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
9434
9435 * gdb.texinfo: Add opcodes dir to GDB distribution description.
9436
9437Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9438
9439 * gdbint.texinfo: fixed a stray email address (needs @@),
9440 added @table @code to node "Native Conditionals"
9441
9442Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
9443
9444 * gdbint.texinfo: Describe coding style of GDB.
9445
9446Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
9447
9448 * stabs.texinfo: Minor wording changes.
9449
9450Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
9451
9452 * gdbint.texinfo: Improve release doc slightly.
9453
9454Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
9455
9456 * gdbint.texinfo: Improve doc of GDB config macros.
9457
9458Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
9459
9460 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
9461 These will be reinserted when examined.
9462
9463Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
9464
9465 * gdbint.texinfo: Make a start at documenting all the #if macros
9466 in GDB. At least list them all, and start separating them into
9467 host-specific and target-specific.
9468
9469Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9470
9471 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 9472 examples (not consistent w others).
c906108c
SS
9473 gdb.texinfo: issue disclaimer paragraph on cmdline options only
9474 for generic vn of doc
9475
9476Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
9477
9478 * Makefile.in: always create installation directories.
9479
9480Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9481
9482 * gdb.texinfo: in h8 config, do not describe searching commands.
9483
9484Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9485
9486 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
9487 conditionals; introduce a few generic switches that may be
9488 useful for other cross-dev or dos-hosted configs.
9489
9490 * gdb.texinfo: fix typo in "info reg" description
9491
9492Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
9493
9494 * stabs.texinfo: Minor updates from running TeX over it.
9495 * Makefile.in (stabs.dvi, stabs.ps): Add.
9496
9497Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
9498
9499 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
9500 First pass at converting it to texinfo.
9501
9502Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
9503
9504 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
9505 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
9506
9507Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
9508
9509 * gdbint.texinfo: Add section on partial symbol tables.
9510
9511Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
9512
9513 * gdb.texinfo: document `set remotedebug' and `set
9514 rstack_high_address'.
9515
9516Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9517
9518 * gdb.texinfo: slight expansion of new text on reading info files
9519 * gdbinv-s.m4.in: correct and expand info on cross-debugging
9520 H8/300 from DOS.
9521
9522Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
9523
9524 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
9525
9526Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
9527
9528 * gdb.texinfo: Say how to read the `info' files.
9529
9530Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
9531
9532 * Makefile.in: gm4 -> m4.
9533
9534Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
9535
9536 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
9537 Documentation' ahead of `Installing GDB' to match README.
9538 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 9539 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
9540
9541Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
9542
9543 * Makefile.in: remove $(srcdir) from gdb.info rule.
9544
9545Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9546
9547 * Makefile.in: commented out gdb-all.texinfo rule. This is
9548 temporary.
9549
9550Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
9551
9552 * Makefile.in, configure.in: removed traces of namesubdir,
9553 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
9554 copyrights to '92, changed some from Cygnus to FSF.
9555
9556Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
9557
9558 * gdb.texinfo: Improve how we ask for bug reports.
9559
9560Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9561
9562 * Makefile.in: infodir belongs in datadir.
9563
9564Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9565
9566 * Makefile.in: remove spaces following hyphens, bsd make can't
9567 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 9568 standards.text support.
c906108c
SS
9569
9570Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9571
9572 * Makefile.in: idestdir and ddestdir go away. Added copyrights
9573 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
9574 and mandir now keyed off datadir by default.
9575
9576\f
9577Local Variables:
9e9c5ae7 9578mode: change-log
c906108c
SS
9579left-margin: 8
9580fill-column: 74
9581version-control: never
9582End:
This page took 1.335349 seconds and 4 git commands to generate.