daily update
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
d57350ea
TT
12013-02-21 Tom Tromey <tromey@redhat.com>
2
3 * gdb.texinfo: Remove bad @syncodeindex.
4 (Values From Inferior, Types In Python, Inferiors In Python)
5 (Events In Python, Threads In Python, Frames In Python, Blocks In
6 Python, Symbols In Python, Symbol Tables In Python): Remove
7 @tables.
8 (Packets, General Query Packets, Tracepoint Packets)
9 (Host I/O Packets): Use @w{} for empty @item.
10
9f44fbc0
SCR
112013-02-20 Siva Chandra Reddy <sivachandra@google.com>
12
13 * gdb.texinfo (Architectures In Python): Add description about
14 the new method gdb.Architecture.disassemble.
15
f5911ea1
HAQ
162013-02-15 Pedro Alves <pedro@codesourcery.com>
17 Hafiz Abid Qadeer <abidh@codesourcery.com>
18
19 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
20 Document the "trace-file" field.
21
7e1e0340
DE
222013-02-07 Doug Evans <dje@google.com>
23
24 * gdb.texinfo (Machine Code): Clarify argument to disassemble
25 command.
26
134a2066
YQ
272013-02-06 Yao Qi <yao@codesourcery.com>
28
29 * gdb.texinfo (GDB/MI Async Records): Document new MI
30 notification "=tsv-modified". Update the document of MI
31 notification "=tsv-created".
32 * observer.texi (GDB Observers): New observer tsv_modified.
33 Update observer tsv_created and tsv_delete.
34
430ed3f0
MS
352013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
36
37 * gdb.texinfo (AArch64 Features): New section; document
38 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
39 (Architectures): Add new AArch64 section to document AArch64
40 architecture specific commands.
41 (ABI): Add description of the new OS ABI "Newlib" and its influence
42 on the longjmp handling.
43
1b56eb55
JK
442013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
45 Jan Kratochvil <jan.kratochvil@redhat.com>
46
47 * gdb.texinfo (Backtrace): Added description of 'filename-display'
48 variable in 'set/show backtrace' section.
49
c4957902
TT
502013-01-31 Tom Tromey <tromey@redhat.com>
51
52 * gdb.texinfo (Target Commands): Fix typo.
53
bea883fd
SCR
542013-01-23 Siva Chandra Reddy <sivachandra@google.com>
55
56 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
57 describing the gdb.Architecture class.
58 (Frames In Python): Add description about the new method
59 gdb.Frame.architecture().
60
796a7ff8
DE
612013-01-23 Doug Evans <dje@google.com>
62
63 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
64
998580f1
MK
652013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
66
67 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
68 'thread-groups' field when printing a breakpoint in MI.
69
c9fb1240
SD
702012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
71 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
72 to reflect that jit-reader-load now supports absolute file-names.
73
ab04a2af
TT
742013-01-16 Tom Tromey <tromey@redhat.com>
75
76 * gdb.texinfo (Set Catchpoints): Document "catch signal".
77 (Signals): Likewise.
78
8ac3646f
TT
792013-01-16 Tom Tromey <tromey@redhat.com>
80
81 * gdb.texinfo (GDB/MI Breakpoint Information): Document
82 "catch-type" field.
83 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
84
e93a8774
TT
852013-01-07 Tom Tromey <tromey@redhat.com>
86
87 * gdb.texinfo (Mode Options): Don't mention -epoch.
88 (Data, Emacs): Remove obsolete comments.
89
54516a0b
TT
902013-01-02 Tom Tromey <tromey@redhat.com>
91
92 * gdb.texinfo (GDB/MI Output Records): Update menu.
93 (GDB/MI Breakpoint Information): New node.
94 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
95 <-break-insert>: Likewise.
96
8dbe8ece
YQ
972012-12-31 Yao Qi <yao@codesourcery.com>
98
99 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
100 (Packets): Move "vStopped" packet to ...
101 (Notification Packets): ... here. Describe the components
102 of notification. Add a table of supported notifications.
103 Add an example on the process of he async notification.
104
f35a17b5
JK
1052012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
106
107 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
108 present.
109 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
110 fullname output always present.
111
0dfd2fad
PM
1122012-12-23 Pierre Muller <muller@sourceware.org>
113
114 * gdbint.texinfo (Function prototypes): Require use of "extern"
115 modifier for function prototypes in headers.
116
7785b880
JB
1172012-12-19 Joel Brobecker <brobecker@adacore.com>
118
119 * refcard.tex: Update copyright notice to GPL v3 or later.
120 Update contact info.
121
3d745be3
JK
1222012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
123
124 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
125
c9b6281a
YQ
1262012-12-15 Yao Qi <yao@codesourcery.com>
127
128 * gdb.texinfo (Debugging Output): Document 'set debug
129 notification' and 'show debug notification'.
130
f2a8bc8a
YQ
1312012-12-15 Yao Qi <yao@codesourcery.com>
132
133 * gdb.texinfo (Listing Tracepoints): New item and example about
134 'installed on target' output.
135 Add more in the example about 'installed on target'.
136 (GDB/MI Breakpoint Commands): Doc about 'installed field.
137
451b7c33
TT
1382012-12-14 Tom Tromey <tromey@redhat.com>
139
140 * gdb.texinfo (SVR4 Process Information): Mention core files.
141
3fa7bf06
MG
1422012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
143
144 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
145
05b4bd79
PA
1462012-12-11 Pedro Alves <palves@redhat.com>
147
148 * gdb.texinfo: Remove all mentions of Unixware throughout.
149
74a0d9f6
JK
1502012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
151
152 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
153
0c631110
TT
1542012-11-29 Tom Tromey <tromey@redhat.com>
155
156 * gdb.texinfo (SVR4 Process Information): Document missing
157 "info proc" subcommands.
158
891df0ea
YQ
1592012-11-29 Yao Qi <yao@codesourcery.com>
160
161 PR gdb/1477.
162 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
163 to 'auto' instead of 'gnu'.
164
608e2dbb
TT
1652012-11-26 Tom Tromey <tromey@redhat.com>
166
167 * gdb.texinfo (MiniDebugInfo): New node.
168 (GDB Files): Update.
169
e64e0392
DE
1702012-11-16 Doug Evans <dje@google.com>
171
172 * gdb.texinfo (System-wide configuration): If the system-wide init
173 file lives in the data-directory, and --data-directory is provided,
174 look for it there.
175
ae606bee
TT
1762012-11-15 Tom Tromey <tromey@redhat.com>
177
178 * gdb.texinfo (Signaling): Fix typo.
179
62747a60
TT
1802012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
181
182 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
183 parameter "count" of -data-write-memory-bytes, and add an example.
184
18a9fc12
TT
1852012-11-12 Tom Tromey <tromey@redhat.com>
186
187 * gdb.texinfo (Symbols): Document "info type-printers",
188 "enable type-printer" and "disable type-printer".
189 (Python API): Add new node to menu.
190 (Type Printing API): New node.
191 (Progspaces In Python): Document type_printers field.
192 (Objfiles In Python): Likewise.
193 (gdb.types) <get_type_recognizers, apply_type_recognizers,
194 register_type_printer, TypePrinter>: Document.
195
53342f27
TT
1962012-11-12 Tom Tromey <tromey@redhat.com>
197
198 * gdb.texinfo (Symbols): Document "set print type methods",
199 "set print type typedefs", and flags to ptype and whatis.
200
ed8a1c2d
AB
2012012-11-09 Andrew Burgess <aburgess@broadcom.com>
202
203 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
204 the example -data-disassemble output. Extend the description of
205 the -data-disassemble results to document all fields. Document
206 the cli disassemble command as being related to -data-disassemble.
207
8506d139
YQ
2082012-11-09 Yao Qi <yao@codesourcery.com>
209
210 PR gdb/14777.
211 * gdb.texinfo (OS Information): Remove doc on command
212 'info udot'.
213
4d3f93a2
JB
2142012-11-08 Joel Brobecker <brobecker@adacore.com>
215
216 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
217 gdb.ini warning for Windows port.
218
1e96de83
YQ
2192012-11-08 Yao Qi <yao@codesourcery.com>
220
221 * gdb.texinfo (Search): Add kindex for 'fo'.
222
dc939229
TT
2232012-11-05 Tom Tromey <tromey@redhat.com>
224
225 PR python/14802:
226 * gdb.texinfo (Functions In Python): Add example.
227
6f6484cd
YQ
2282012-11-03 Yao Qi <yao@codesourcery.com>
229
230 * observer.texi (GDB Observers): Remove observer
231 'tracepoint_modified', 'tracepoint_created' and
232 'tracepoint_deleted'.
233
af4238e5
TT
2342012-10-26 Tom Tromey <tromey@redhat.com>
235
236 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
237
687e43a4
TT
2382012-10-25 Tom Tromey <tromey@redhat.com>
239
240 * gdb.texinfo (General Query Packets): Use @itemx.
241
8de0566d
YQ
2422012-10-17 Yao Qi <yao@codesourcery.com>
243
244 * observer.texi (GDB Observers): Update observer
245 'memory_changed'.
246 * gdb.texinfo (GDB/MI Async Records): Document for
247 "memory-changed" notification.
248
07540c15
DE
2492012-10-15 Doug Evans <dje@google.com>
250
251 * gdb.texinfo (Mode Options): Document -nh.
252 Elaborate on docs for -nx.
253
d7019589
SP
2542012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
255
256 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
257
82a90ccf
YQ
2582012-09-21 Yao Qi <yao@codesourcery.com>
259 Pedro Alves <palves@redhat.com>
260
261 * gdb.texinfo (GDB/MI Async Records): Document notification
262 'record-started' and 'record-stopped'.
263 * observer.texi (GDB Observers): New observer 'record-changed'.
264
aa9259cc
TS
2652012-09-19 Thomas Schwinge <thomas@codesourcery.com>
266
267 * gdb.texinfo: Document the removal of SH's 'regs' command.
268
c1d780c2
SDJ
2692012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
270
271 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
272
bb25a15c
YQ
2732012-09-18 Yao Qi <yao@codesourcery.com>
274
275 * gdb.texinfo (GDB/MI Async Records): Document new MI
276 notifications '=tsv-created' and '=tsv-deleted'.
277 * observer.texi (GDB Observers): New observer tsv_created and
278 tsv_deleted.
279
201b4506
YQ
2802012-09-18 Yao Qi <yao@codesourcery.com>
281
282 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
283 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
284 '=traceframe-changed'.
285
6fc1c773
YQ
2862012-09-17 Yao Qi <yao@codesourcery.com>
287
288 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
289 'set listsize'.
290
121c73f3
JK
2912012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
292 Eli Zaretskii <eliz@gnu.org>
293
294 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
295 encoding for gdbarch_breakpoint_from_pc, bp_addr for
296 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
297
e9687799
JK
2982012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
299
300 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
301
3b5e4d35
YPK
3022012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
303
304 Document how to return from "python-interactive" to GDB.
305 * gdb.texinfo (Python Commands): Update documentation.
306
3072012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
308
309 Add a new "python-interactive" command that starts a standard
310 Python interactive prompt with "pi" as alias, and add "py" as
311 an alias to "python".
312 * gdb.texinfo (Python Commands): Document the new commands.
313
b583003e
TT
3142012-08-22 Tom Tromey <tromey@redhat.com>
315
316 * gdbint.texinfo (Host Definition): Remove documentation for
317 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
318
a451cb65
KS
3192012-08-17 Keith Seitz <keiths@redhat.com>
320
321 PR c++/13356
322 * gdb.texinfo (Type and Range Checking): Remove warning.
323 Remove spurious commas.
324 Update text and examples for re-implementation of set/show
325 check type.
326 (C and C++ Type and Range Checks): Likewise.
327
6b1755ce
YQ
3282012-08-16 Yao Qi <yao@codesourcery.com>
329
330 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
331 is deprecated.
332
f47f77df
DE
3332012-08-13 Doug Evans <dje@google.com>
334
335 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
336 to include functions.
337
a72c3253
DE
3382012-08-10 Doug Evans <dje@google.com>
339
340 * gdb.texinfo (Convenience Funs): New node.
341 (Types In Python): Document Type.vector.
342
5b9afe8a
YQ
3432012-08-09 Yao Qi <yao@codesourcery.com>
344
345 * observer.texi: New observer command_param_changed.
346 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
347
dc1039df
JK
3482012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
349
350 * gdbint.texinfo (Debugging GDB): In section
351 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
352 Mention also gdb-gdb.py.
353
4abf930d
YQ
3542012-08-07 Yao Qi <yao@codesourcery.com>
355
356 Revert the folloing patch:
357 2012-08-06 Yao Qi <yao@codesourcery.com>
358 * gdb.texinfo (Remote Configuration): Add kindex for 'set
359 remote hardware-watchpoint-limit' and 'set
360 remote hardware-breakpoint-limit'.
361
f3c8a52a
JK
3622012-08-06 Nathaniel Flath <flat0103@gmail.com>
363
364 * gdb.texinfo (Working Directory): Added information about new
365 default argument for 'cd' command.
366
77a91025
YQ
3672012-08-06 Yao Qi <yao@codesourcery.com>
368
369 * gdb.texinfo (Remote Configuration): Add kindex for 'set
370 remote hardware-watchpoint-limit' and 'set
371 remote hardware-breakpoint-limit'.
372
d9f08f52
YQ
3732012-08-06 Yao Qi <yao@codesourcery.com>
374
375 Fix PR14371.
376
377 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
378 '=breakpoint-deleted'.
379
95b07c96
YQ
3802012-08-02 Yao Qi <yao@codesourcery.com>
381
382 * gdb.texinfo (Native): Remove node Neutrino.
383
7255706c
YQ
3842012-07-27 Yao Qi <yao@codesourcery.com>
385
386 * gdb.texinfo (IPA Protocol Commands): Document new command
387 'close'.
388
d6b28940
TT
3892012-07-25 Tom Tromey <tromey@redhat.com>
390
391 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
392
e615022a
DE
3932012-07-20 Doug Evans <dje@google.com>
394
395 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
396 (Index Files): Document how to control the use of deprecated index
397 sections.
398 (Index Section Format): Replace --use-deprecated-index-sections with
399 "set use-deprecated-index-sections on".
400
055855a4
EZ
4012012-07-12 Eli Zaretskii <eliz@gnu.org>
402
403 * gdbint.texinfo: Remove @syncodeindex directives that put all the
404 indices into a single node "Index". Instead, join function and
405 variable indices into a single index, separate from the concept
406 index. Requested in
407 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
408 (Top): Update the top-level menu: instead of one "Index" there are
409 now separate entries "Concept Index" and "Function and Variable
410 Index".
411 (Concept Index, Function and Variable Index): New nodes.
412 (Index): Node deleted.
413
f77cc5f0
HZ
4142012-07-05 Hui Zhu <hui_zhu@mentor.com>
415
416 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
417 and "maint agent-eval".
418
00595b5e
EZ
4192012-07-03 Eli Zaretskii <eliz@gnu.org>
420
421 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
422 avoid file-name clashes between Index.html and index.html on
423 case-insensitive filesystems. See the discussion starting in
424 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
425 details of the problem.
426 (Top): Update the master menu for the above.
427 (Concept Index, Command and Variable Index): New nodes, instead of
428 the old "Index" node that was deleted. All cross-references
429 updated.
430
d3ce09f5
SS
4312012-07-02 Stan Shebs <stan@codesourcery.com>
432
433 * gdb.texinfo (Dynamic Printf): Mention agent style and
434 disconnected dprintf.
435 (Maintenance Commands): Describe maint agent-printf.
436 (General Query Packets): Mention BreakpointCommands feature.
437 (Packets): Document commands extension to Z0 packet.
438 * agentexpr.texi (Bytecode Descriptions): Document printf
439 bytecode.
440
2d7b58e8
JK
4412012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
442
443 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
444 only after gdbinit files.
445 (Startup): Move -iex and -iex commands down after gdbinit files.
446
202cbf1c
JK
4472012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
448
449 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
450 possibility.
451
b6ba681c
TT
4522012-06-29 Tom Tromey <tromey@redhat.com>
453
454 * gdb.texinfo (Index Section Format): Update for version 7.
455
71caed83
SS
4562012-06-28 Stan Shebs <stan@codesourcery.com>
457
458 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
459 example, add note about title column.
460
ee0bf529
SCR
4612012-06-26 Siva Chandra Reddy <sivachandra@google.com>
462
463 * gdb.texinfo (Symbol Tables In Python): Add description about
464 the new 'last' attribute of gdb.Symtab_and line.
465
3c15d565
SCR
4662012-06-26 Siva Chandra Reddy <sivachandra@google.com>
467
468 * gdb.texinfo (Symbol Tables In Python): Correct the description
469 of the 'pc' attribute of gdb.Symtab_and_line.
470
45cfd468
DE
4712012-06-26 Doug Evans <dje@google.com>
472
473 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
474 and symtab-create.
475
496ee73e
KS
4762012-06-25 Keith Seitz <keiths@redhat.com>
477
478 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
479 from example. Remove "rbreak" from list of corresponding
480 gdb commands.
481
156942c7
DE
4822012-06-23 Doug Evans <dje@google.com>
483
484 * gdb.texinfo (Index Section Format): Document version 7 format.
485
c614397c
YQ
4862012-06-22 Yao Qi <yao@codesourcery.com>
487
488 * gdb.texinfo: Add missing cindex for some packets.
489
472a2379
KS
4902012-06-20 Keith Seitz <keiths@redhat.com>
491
492 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
493 for -break-insert and document -p.
494
2678e2af
YQ
4952012-06-20 Yao Qi <yao@codesourcery.com>
496
497 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
498 and "gdb.write_memory" with "Inferior.read_memory" and
499 "Inferior.write_memory".
500
984359d2
EZ
5012012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
502
503 * gdb.texinfo (Summary): Add a link to "Free Documentation".
504 (Free Documentation): Add @node line.
505 (Continuing and Stepping) <advance location>: Use @item instead of
506 @itemx.
507 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
508 @itemx.
509 (Embedded Processors): Put the link to "PA" to its correct place,
510 according to document structure.
511 (Python API): Put the link to "Lazy Strings In Python" to its
512 correct place.
513 (Index): Use @@ in @tex block to get a literal @.
514
515 * gdbint.texinfo: Fix the @subtitle line.
516
517 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
518 correct place.
519
16bdd41f
YQ
5202012-06-08 Yao Qi <yao@codesourcery.com>
521
522 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
523 Protocol'.
524 (In-Process Agent Protocol, IPA Protocol Objects)
525 (IPA Protocol Commands): New nodes.
526 (Tracepoint Packets): Add anchors.
527
2d4c29c5
TS
5282012-06-06 Thomas Schwinge <thomas@codesourcery.com>
529
530 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
531
6bd110c5
YQ
5322012-06-06 Yao Qi <yao@codesourcery.com>
533
534 * gdb.texinfo: Update copyright year.
535
f3e0e960
SS
5362012-05-23 Stan Shebs <stan@codesourcery.com>
537 Kwok Cheung Yeung <kcy@codesourcery.com>
538
539 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
540
1564a261
JK
5412012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
542
543 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
544 Mention also --with-separate-debug-dir.
545 (Auto-loading): Prepend $debugdir in the sample output.
546 (Auto-loading safe path): Likewise. Mention also $debugdir for the
547 auto-load safe-path variable.
548 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
549 Mention also $debugdir for 'set auto-load scripts-directory'.
550
eb17f351
EZ
5512012-05-19 Eli Zaretskii <eliz@gnu.org>
552
553 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
554 (MIPS Embedded, MIPS, MIPS Register packet Format)
555 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
556 appropriate.
557
4cc0665f
MR
5582012-05-18 Sandra Loosemore <sandra@codesourcery.com>
559 Maciej W. Rozycki <macro@codesourcery.com>
560
561 * gdb.texinfo (MIPS): Document "set mips compression" and "show
562 mips compression".
563 (MIPS Breakpoint Kinds): New subsubsection.
564
7af8dcf8 5652012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
566
567 * gdb.texinfo (Architecture-Specific Protocol Details): Define
568 nodes for subsections. Add @acronym mark-ups and adjust
569 formatting.
570
aff139ff
JK
5712012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
572
573 Rename $ddir to $datadir.
574 * gdb.texinfo (Auto-loading, Auto-loading safe path)
575 (objfile-gdb.py file): Rename $ddir to $datadir.
576
9cb709b6
TT
5772012-05-18 Tom Tromey <tromey@redhat.com>
578
579 * gdb.texinfo (Print Settings): Document 'set print symbol'.
580
e7e0cddf
SS
5812012-05-14 Stan Shebs <stan@codesourcery.com>
582
583 * gdb.texinfo (Dynamic Printf): New subsection.
584
7efc75aa
SCR
5852012-05-13 Siva Chandra Reddy <sivachandra@google.com>
586
587 * gdb.texinfo (Basic Python): Add description about the function
588 gdb.find_pc_line
589
f307c045
JK
5902012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
591 Eli Zaretskii <eliz@gnu.org>
592
593 * gdb.texinfo (Separate Debug Files): Use plural form for global
594 debugging information directory.
595
85d4a676
SS
5962012-05-11 Stan Shebs <stan@codesourcery.com>
597 Kwok Cheung Yeung <kcy@codesourcery.com>
598
599 * gdb.texinfo (Operating System Auxiliary Information): Document new
600 'info os' subcommands.
601
c1668e4e
JK
6022012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
603
604 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
605 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
606 (dotdebug_gdb_scripts section): Add reference
607 to 'Auto-loading safe path'.
608
7349ff92
JK
6092012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
610
611 Implement multi-component --with-auto-load-dir.
612 * gdb.texinfo (Auto-loading): New references
613 for 'set auto-load scripts-directory'
614 and 'show auto-load scripts-directory'.
615 (Auto-loading safe path): Describe the new default. Move $ddir
616 substituation reference to 'objfile-gdb.py file'.
617 (objfile-gdb.py file): Describe script-name alias. Change real-name to
618 script-name. Describe new 'set auto-load scripts-directory'
619 and 'show auto-load scripts-directory'.
620
6dea1fbd
JK
6212012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
622
623 Provide $ddir substitution for --with-auto-load-safe-path.
624 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
625 (Auto-loading safe path): Likewise. Mention the default value,
626 $ddir substitution, --with-auto-load-safe-path and
627 --without-auto-load-safe-path.
628 * observer.texi (gdb_datadir_changed): New.
629
1ccacbcd
JK
6302012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
631
632 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
633 Twice.
634
d9242c17
JK
635 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
636 directory separator by path separator.
637
af2c1515
JK
6382012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
639
640 * gdb.texinfo (Auto-loading safe path): Make 'directories'
641 for 'set auto-load safe-path' optional. Mention if it is omitted.
642 Change disabling security protection condition to "/", twice.
643
a20ee7a4
SCR
6442012-05-03 Siva Chandra Reddy <sivachandra@google.com>
645
646 * gdb.texinfo (Symbol Tables In Python): Add documentation about
647 the new methods global_block and static_block on gdb.Symtab
648 objects.
649
56af09aa
SCR
6502012-05-02 Siva Chandra Reddy <sivachandra@google.com>
651
652 * gdb.texinfo (Blocks In Python): Add a note saying that future
653 improvements to GDB and its infrastructure can move symbols
654 across blocks within a symbol table.
655
2746b0ef
YQ
6562012-04-29 Yao Qi <yao@codesourcery.com>
657
658 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
659 (A29K): Remove.
660
62e5f89c
SDJ
6612012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
662 Tom Tromey <tromey@redhat.com>
663
664 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
665 and generic static probe support on GDB.
666
a766d390
DE
6672012-04-25 Doug Evans <dje@google.com>
668
50f042b9
DE
669 * gdb.texinfo (Go): Fix thinko.
670
a766d390
DE
671 * gdb.texinfo (Supported Languages): Add Go.
672 (Go): New node.
673
f02e2b19
YQ
6742012-04-25 Yao Qi <yao@codesourcery.com>
675
676 * gdbint.texinfo (Testsuite): New section `Board settings'.
677
68d41a48
JK
6782012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
679
680 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
681 Three times.
682
174bb630
JK
683 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
684 Three times.
685
0511cc75
JK
6862012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
687
688 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
689 by @table @asis. Fix formatting of one item.
690
0070f25a
JK
6912012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
692
693 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
694
4dc84fd1
JK
6952012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
696
697 New option "set debug auto-load".
698 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
699 (auto-load verbose mode): New node.
700
bccbefd2
JK
7012012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
702
703 New option "set auto-load safe-path".
704 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
705 and "info auto-load" examples for safe-path. Put there also references
706 for "set auto-load safe-path" and "show auto-load safe-path".
707 New menu item for Auto-loading safe path.
708 (Auto-loading safe path): New node.
709 (Python Auto-loading): Update the expected output from "Missing"
710 to "No".
711
bf88dd68
JK
7122012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
713
714 auto-load: Implementation.
715 * gdb.texinfo (Mode Options): New anchor for -nx.
716 (Startup): New anchors for Option -init-eval-command,
717 Home Directory Init File
718 and Init File in the Current Directory during Startup.
719 Mention set auto-load local-gdbinit with a reference.
720 Change the sample code to "set auto-load python-scripts".
721 (Threads): New anchor set libthread-db-search-path.
722 Provide references to libthread_db.so.1 file.
723 (Controlling GDB): New menu item for Auto-loading.
724 (Auto-loading, Init File in the Current Directory)
725 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
726 (Python): Rename the menu item Auto-loading to Python Auto-loading.
727 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
728 reference.
729 (Auto-loading): Rename to ...
730 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
731 "set auto-load python-scripts", new anchor for it. Change
732 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
733 for it. Change "info auto-load-scripts"
734 to "info auto-load python-scripts", new anchor for it. Change "scripts"
735 to "Python scripts".
736
8264ba82
AG
7372012-04-14 Anton Gorenkov <xgsa@yandex.ru>
738
739 PR mi/13393
740 * gdb.texinfo (Print Settings): Extend the description for "set print
741 object".
742 (GDB/MI Variable Objects): Extend the description for -var-create and
743 -var-list-children.
744
06fc020f
SCR
7452012-04-11 Siva Chandra Reddy <sivachandra@google.com>
746
747 * gdb.texinfo (Examining Data): Document the 'explore' command.
748
7191c139
JB
7492012-03-28 Joel Brobecker <brobecker@adacore.com>
750
751 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
752 to the children of a varobj and its update range when -var-update
753 returns that the varobj's type changed.
754
3708f05e
JK
7552012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
756
757 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
758 Create two new links fir 'objfile-gdb.py file'
759 and 'dotdebug_gdb_scripts section'.
760
8e0583c8
JK
7612012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
762
763 * gdb.texinfo (Auto-loading): Rename node reference
764 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
765 Twice.
766 (.debug_gdb_scripts section): Rename the node ...
767 (dotdebug_gdb_scripts section): ... here.
768 (Maintenance Commands): Also rename this node reference.
769
7b282c5a
SCR
7702012-03-22 Siva Chandra Reddy <sivachandra@google.com>
771
772 * gdb.texinfo (Python API/Values From Inferior): Add description
773 about the new method Value.referenced_value. Add description on
774 how Value.dereference is different (and similar) to
775 Value.referenced_value.
776
8320cc4f
JK
7772012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
778
779 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
780 --init-eval-command=COMMAND, -iex.
781 (Startup): Describe -iex and -ix. Simplify the example
782 for "set auto-load-scripts off".
783
481860b3
GB
7842012-03-16 Gary Benson <gbenson@redhat.com>
785
786 PR breakpoints/10738
787 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
788 stating that GDB cannot set breakpoints on inlined functions.
789 (Mode Options): Document --use-deprecated-index-sections.
790 (Index Section Format): Document new index section version format.
791
c4aeac85
TT
7922012-03-15 Tom Tromey <tromey@redhat.com>
793
794 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
795
16899756
DE
7962012-03-13 Doug Evans <dje@google.com>
797
798 * gdb.texinfo (Help): Change apropos example to use "alias" instead
799 of "reload".
800 (Symbols): Delete docs for set/show symbol-reloading.
801 * gdbint.texinfo (Defining Other Architecture Features): Delete
802 SYMBOL_RELOADING_DEFAULT.
803 * refcard.tex: Delete reference to symbol-reloading.
804
9b224c5e
PA
8052012-03-07 Pedro Alves <palves@redhat.com>
806
807 * gdb.texinfo (General Query Packets): Document new
808 QProgramSignals packet.
809 * gdb.texinfo (Remote configuration): Mention
810 "program-signals-packet".
811
169081d0
TG
8122012-03-05 Tristan Gingold <gingold@adacore.com>
813
814 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
815
d1feda86
YQ
8162012-03-03 Yao Qi <yao@codesourcery.com>
817
818 * gdb.texinfo (In-Process Agent): New node.
819 Document new commands.
820 (General Query Packets): Add packet `QAgent'.
821
1faeff08
MR
8222012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
823
824 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
825
7d74f244
DE
8262012-03-01 Scott J. Goldman <scottjg@vmware.com>
827
828 * gdb.texinfo (Commands In Python): Put example python macro in
829 COMMAND_USER category rather than COMMAND_OBSCURE.
830 Document gdb.COMMAND_USER.
831 (User-defined Commands): Update documentation to clarify
832 "set/show max-user-call-depth" and "show user" don't apply to python
833 commands. Update documentation to clarify "help user-defined" may
834 also include python commands defined as COMMAND_USER.
835
6fe37d23
JK
8362012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
837
838 * gdb.texinfo (Startup): Add option -ex description to the option -x
839 description.
840
83364271
LM
8412012-02-24 Luis Machado <lgustavo@codesourcery.com>
842
843 * gdb.texinfo (Setting Breakpoints): Mention and explain the
844 condition-evaluation breakpoint parameter.
845 Mention condition-evaluation mode being shown in "info break".
846 (Break Conditions): Add description for target-side
847 conditional breakpoints.
848 (Remote Configuration): Mention conditional-breakpoints-packet.
849 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
850 cond-expr.
851 (General Query Packets): Mention new ConditionalBreakpoint feature.
852
bdb1994d
TT
8532012-02-22 Tom Tromey <tromey@redhat.com>
854
855 * gdb.texinfo (Blocks In Python): Clarify block iteration.
856
4d241c86
TT
8572012-02-17 Tom Tromey <tromey@redhat.com>
858
859 PR python/10753:
860 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
861 directory.
862
816338b5
SS
8632012-02-14 Stan Shebs <stan@codesourcery.com>
864
865 * gdb.texinfo (Disabling Breakpoints): Document enable count.
866
cc30c4bd
PA
8672012-02-13 Pedro Alves <palves@redhat.com>
868
869 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
870 mips-idt-ecoff.
871
035d1e5b
YQ
8722012-02-09 Yao Qi <yao@codesourcery.com>
873
874 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
875
f0823d2c
TT
8762012-02-07 Tom Tromey <tromey@redhat.com>
877
878 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
879 Symbol.value.
880
64e7d9dd
TT
8812012-02-07 Tom Tromey <tromey@redhat.com>
882
883 * gdb.texinfo (Symbols In Python): Document Symbol.line.
884
4220b2f8
TS
8852012-01-27 Thomas Schwinge <thomas@codesourcery.com>
886
887 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
888
edcc5120
TT
8892012-01-24 Tom Tromey <tromey@redhat.com>
890
891 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
892 unload".
893 (Files): Mention new catch commands.
894 (GDB/MI Async Records): Likewise.
895
53fe1783
GB
8962012-01-24 Gary Benson <gbenson@redhat.com>
897
898 Delete #if 0'd out code.
899 * gdb.texinfo (Frame Info): Remove "info catch".
900
b9e7b9c3
UW
9012012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
902
903 * gdb.texinfo (Remote Configuration): Document
904 "set remote hostio-readlink-packet" command.
905 (General Query Packets): Document vFile:readlink packet.
906
4aac40c8
TT
9072012-01-16 Tom Tromey <tromey@redhat.com>
908
909 * gdb.texinfo (Specify Location): Document relative file name
910 handling.
911
cafec441
TT
9122012-01-16 Tom Tromey <tromey@redhat.com>
913
914 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
915
0ee339bc
JK
9162012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
917 Eli Zaretskii <eliz@gnu.org>
918
919 * gdbint.texinfo (Coding Standards): Require braces for two lines of
920 code.
921
72384ba3
PH
9222012-01-11 Paul Hilfinger <hilfingr@adacore.com>
923
924 * gdb.texinfo (Variables): Document use of :: for non-static
925 variables.
926
ce1b17c4
JB
9272012-01-05 Joel Brobecker <brobecker@adacore.com>
928
929 * gdbint.texinfo (Start of New Year Procedure): Update
930 to replace use of copyright.sh by use of copyright.py.
931
217bff3e
JK
9322012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
933
934 Remove the gdbtui binary.
935 * all-cfg.texi (GDBTUI): Remove.
936 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
937 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
938 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
939
cc72b2a2
KP
9402011-12-23 Kevin Pouget <kevin.pouget@st.com>
941
942 Introduce gdb.FinishBreakpoint in Python.
943 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
944 (Python API): Add menu entry for Finish Breakpoints.
945
13ac8d2c
JK
9462011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
947
948 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
949 tests.
950
e0f9f062
DE
9512011-12-16 Doug Evans <dje@google.com>
952
953 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
954
80b6e756
PM
9552011-12-16 Phil Muldoon <pmuldoon@redhat.com>
956
1c3ad6ab 957 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
958 stack". Add documentation for "set/show python print-stack".
959
2fb860fc
PA
9602011-12-14 Pedro Alves <pedro@codesourcery.com>
961
962 * gdb.texinfo (Implementing a Remote Stub): Explain that you
963 should transfer control to the stub in the startup code instead of
964 in main. Mention the need to get past the initial breakpoint.
965
f8eba3c6
TT
9662011-12-06 Tom Tromey <tromey@redhat.com>
967
968 * gdb.texinfo (Set Breaks): Update for new behavior.
969
2268b414
JK
9702011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
971
972 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
973 List Format for SVR4 Targets'.
974 (General Query Packets): New item qXfer:libraries-svr4:read.
975 (Library List Format for SVR4 Targets): New node.
976
ae6f0d5b
TT
9772011-12-01 Tom Tromey <tromey@redhat.com>
978
979 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
980 add.
981
36dfb11c
TT
9822011-11-22 Tom Tromey <tromey@redhat.com>
983
984 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
985 reasons.
986
f196051f
SS
9872011-11-20 Stan Shebs <stan@codesourcery.com>
988
989 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
990 note-related options and variables.
991 (Tracepoint Packets): Document packet changes.
992
f85b53f8
SD
9932011-11-20 Sanjoy Das <sdas@igalia.com>
994
995 * gdb.texinfo (JIT Interface): Add documentation on writing and
996 usind JIT debug info readers.
997 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
998 Debug Info Readers): New nodes.
999
bfccc43c
YQ
10002011-11-18 Yao Qi <yao@codesourcery.com>
1001
1002 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1003 tracepoint.
1004
c011a4f4
DE
10052011-11-15 Doug Evans <dje@google.com>
1006
1007 * gdb.texinfo (Files): Document basenames-may-differ.
1008
ed59ded5
DE
10092011-11-14 Doug Evans <dje@google.com>
1010
1011 * gdb.texinfo (Shell Commands): Document "!".
1012
405f8e94
SS
10132011-11-14 Stan Shebs <stan@codesourcery.com>
1014 Kwok Cheung Yeung <kcy@codesourcery.com>
1015
1016 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1017 needed to get shorter fast tracepoints.
1018 (Tracepoint Packets): Document new qTMinFTPILen packet.
1019
1e4d1764
YQ
10202011-11-14 Yao Qi <yao@codesourcery.com>
1021
1022 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1023 behavior of tracepoint.
1024 (General Query Packets): New feature InstallInTrace.
1025 (Remote Configuration): Document "set remote
1026 install-in-trace-packet".
1027
71eba9c2 10282011-11-12 Matt Rice <ratmice@gmail.com>
1029
1030 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1031 Add arguments to info macro.
1032
e0f8f636
TT
10332011-11-10 Tom Tromey <tromey@redhat.com>
1034
1035 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1036 manual.
1037 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1038 (Macros): Add a footnote.
1039 (C): Remove paragraph about compiler options.
1040 (C Constants): Mention wide character and string constants.
1041 (C Plus Plus Expressions): Update compiler option advice. Mention
1042 using declarations. Mention ADL. Remove old HP compiler
1043 information.
1044
625c0d47
TT
10452011-11-10 Tom Tromey <tromey@redhat.com>
1046
1047 PR c++/9257:
1048 * gdb.texinfo (Print Settings): Add an extra note about the need
1049 for a vtable.
1050
4be2aacc
MR
10512011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1052
1053 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1054 "set mips abi" documentation.
1055
0a1c4d10
DE
10562011-11-04 Doug Evans <dje@google.com>
1057
1058 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1059
aad1c02c
TT
10602011-11-03 Tom Tromey <tromey@redhat.com>
1061
1062 * gdb.texinfo (Stopping): Add menu entry.
1063 (Continuing and Stepping): Restore @node. Use @section, not
1064 @subsection.
1065
983fb131
MR
10662011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
1067
1068 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1069 designation. Fix "Specify Location" cross-reference.
1070
3065dfb6
SS
10712011-11-02 Stan Shebs <stan@codesourcery.com>
1072
1073 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1074 (General Query Packets): Describe tracenz feature.
1075 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1076
0aaaf063
PK
10772011-10-28 Paul Koning <paul_koning@dell.com>
1078
1079 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1080
2231f1fb
KP
10812011-10-27 Kevin Pouget <kevin.pouget@st.com>
1082
1083 * gdb.texinfo ((Frames In Python): Document
1084 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1085
5110b5df
PK
10862011-10-26 Paul Koning <paul_koning@dell.com>
1087
1088 * gdb.texinfo (gdb.types): Document new deepitems function.
1089
22dbab46
PK
10902011-10-25 Paul Koning <paul_koning@dell.com>
1091
1092 PR python/13327
1093
1094 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1095 fetch_lazy method.
1096
9df2fbc4
PM
10972011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1098
1099 PR python/12656
1100
1101 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1102 global_block, static_block function.
1103
f05e2e1d
TT
11042011-10-19 Tom Tromey <tromey@redhat.com>
1105
1106 * gdb.texinfo (Commands In Python): Add missing "@"s.
1107
a7fc3f37
KP
11082011-10-13 Kevin Pouget <kevin.pouget@st.com>
1109
1110 PR python/13285 Document named constants for frame unwind stop reasons
1111 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1112 constants.
1113
5048e516
JK
11142011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1115
1116 Fix compatibility with texinfo versions older than 4.12.
1117 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1118 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1119 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1120 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1121 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1122 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1123 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1124
5a56e9c5
DE
11252011-10-09 Doug Evans <dje@google.com>
1126
1127 * gdb.texinfo (Extending GDB): Document alias command.
1128
36b11add
JK
11292011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1130
1131 Support @entry in input expressions.
1132 * gdb.texinfo (Variables): Describe @entry names suffix.
1133 (Print Settings): Add anchor for `set print entry-values'.
1134
e18b2753
JK
11352011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1136 Eli Zaretskii <eliz@gnu.org>
1137
1138 Display @entry parameter values (without references).
1139 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1140 example.
1141 (Print Settings): New description of set print entry-values and show
1142 print entry-values.
1143
111c6489
JK
11442011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1145 Eli Zaretskii <eliz@gnu.org>
1146
1147 Recognize virtual tail call frames.
1148 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1149 (Tail Call Frames): New node.
1150 (Frames In Python): Add gdb.TAILCALL_FRAME.
1151
9c15afc4
DE
11522011-10-07 Doug Evans <dje@google.com>
1153
1154 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1155 register_pretty_printer.
1156
99f5279d
PM
11572011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1158
1159 PR python/12930
1160 PR python/12802
1161
1162 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1163 stop method.
1164
03583c20
UW
11652011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1166
1167 * gdb.texinfo (Starting your Program): "set disable-randomization"
1168 is no longer Linux-specific.
1169 (Remote Configuration): Document "set remote
1170 disable-randomization-packet".
1171 (General Query Packets): Document "QDisableRandomization" packet
1172 and add it to "qSupported" list.
1173
bd054e06
KP
11742011-10-07 Kevin Pouget <kevin.pouget@st.com>
1175
1176 Allow Python notification of new object-file loadings.
1177 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1178 event type.
1179
cb6be26b
KP
11802011-10-04 Kevin Pouget <kevin.pouget@st.com>
1181
1182 PR python/12691: Add the inferior to Python exited event
1183 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1184
a05336a1
JB
11852011-10-03 Joel Brobecker <brobecker@adacore.com>
1186
1187 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1188 rephasing.
1189
5d77fe44
JB
11902011-10-03 Joel Brobecker <brobecker@adacore.com>
1191
1192 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1193 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1194 as possible feature returned by the `-list-features'
1195 command.
1196
699df94d
PK
11972011-09-28 Paul Koning <paul_koning@dell.com>
1198
1199 * gdb.texinfo (gdb.Type): Document field access by dictionary
1200 key syntax.
1201
24bdad53
YQ
12022011-09-28 Yao Qi <yao@codesourcery.com>
1203
1204 * gdb.texinfo (Files): Update options for `add-symbol-file'.
1205 Add one space after option `-s'. Remove @r{} markup.
1206
6710bf39
SS
12072011-09-27 Stan Shebs <stan@codesourcery.com>
1208
1209 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1210
d99f7e48
HZ
12112011-09-16 Hui Zhu <teawater@gmail.com>
1212
1213 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1214 to *(unsigned char *)$esp@300.
1215
d812018b
PK
12162011-09-15 Paul Koning <paul_koning@dell.com>
1217
1218 * gdb.texinfo: Make style of Python functions and methods match
1219 the syntax of Python. Also put class and module names explicitly
1220 on function, member, and variable names, matching Python
1221 documentation conventions.
1222
2aa48337
KP
12232011-09-15 Kevin Pouget <kevin.pouget@st.com>
1224
1225 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1226 * gdb.texinfo (Inferiors In Python): Describe new
1227 gdb.selected_inferior() function.
1228
6839b47f
KP
12292011-09-15 Kevin Pouget <kevin.pouget@st.com>
1230
1231 Handle multiple breakpoint hits in Python interface:
1232 * gdb.texinfo (Events In Python): New function documentation:
1233 gdb.BreakpointEvent.breakpoints. Indicate that
1234 gdb.BreakpointEvent.breakpoint is now deprecated.
1235
26829f2b
JB
12362011-09-04 Joel Brobecker <brobecker@adacore.com>
1237
1238 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
1239
a9f54f60
TT
12402011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
1241
1242 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
1243
fa3a4f15
PM
12442011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1245
1246 * gdb.texinfo (Prompt): Add set/show extended-prompt
1247 documentation
1248 (Basic Python): Add prompt_hook anchor.
1249 (Python modules): Reword module text to reflect multiple modules.
1250 (gdb.prompt): Document gdb.prompt module.
1251
224bbe49
YQ
12522011-08-14 Yao Qi <yao@codesourcery.com>
1253
78d85199
YQ
1254 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
1255
12562011-08-14 Yao Qi <yao@codesourcery.com>
1257
1258 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
1259 (TIC6x Features): New node.
1260
457e09f0
DE
12612011-08-12 Doug Evans <dje@google.com>
1262
1263 * gdb.texinfo (Symbols In Python): Document symbol.type.
1264
5e239b84
PM
12652011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1266
1267 * gdb.texinfo (Python): Document command and function
1268 auto-loading.
1269
177bc839
JK
12702011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1271 Eli Zaretskii <eliz@gnu.org>
1272
1273 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
1274 typedefs unrolling. Extend the sample code by an inner typedef and
1275 outer typedefs unrolling.
1276
1a532630
PP
12772011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1278
1279 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
1280 size and line-size.
1281
9b158ba0 12822011-07-21 Matt Rice <ratmice@gmail.com>
1283
1284 PR macros/12999
1285 * gdb.texinfo (Macros): Add info definitions and info macros commands.
1286 Update text and cindex entries for info macro command.
1287
d17b6f81
PM
12882011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1289
1290 * observer.texi (GDB Observers): Add before_prompt observer.
1291 * gdb.texinfo (Basic Python): Add documentation for prompt
1292 substitution.
1293
713389e0
PM
12942011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1295
1296 PR python/12438
1297 * gdb.texinfo (Python Commands): Add deprecate note to maint
1298 set/show python print-stack. Document set/show python
1299 print-backtrace.
1300
177b42fe
TJB
13012011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1302
1303 * gdb.texinfo: Fix typos.
1304
900e11f9
JK
13052011-07-01 Tom Tromey <tromey@redhat.com>
1306
1307 * gdb.texinfo (Debugging Output): Document set debug
1308 check-physname.
1309
39c4d40a
TT
13102011-06-29 Tom Tromey <tromey@redhat.com>
1311
1312 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1313 breakpoint-notifications feature.
1314
6f5def7d
UW
13152011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
1316
1317 * gdb.texinfo (Target Description): Remove warning about
1318 possibly unstable format.
1319
8cf64490
TT
13202011-06-03 Tom Tromey <tromey@redhat.com>
1321
1322 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1323 (Events In Python): Note that exit_code is optional.
1324
393eab54
PA
13252011-05-17 Pedro Alves <pedro@codesourcery.com>
1326
1327 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1328 required for multi-threading support.
1329 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1330 Hc are deprecated for multi-threading debugging. Point readers at
1331 the vCont packet.
1332
75fc9810
DE
13332011-05-15 Doug Evans <dje@google.com>
1334
1335 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1336
01124a23
DE
13372011-05-13 Doug Evans <dje@google.com>
1338
98a5dd13
DE
1339 * gdb.texinfo (Threads): Document $sdir,$pdir.
1340 (Server): Document $pdir exception.
1341
dbaefcf7
DE
1342 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1343
cc63ef9b
DE
1344 * gdb.texinfo (Threads): Clarify default value for
1345 libthread-db-search-path.
7e0396aa 1346
01124a23
DE
1347 * gdb.texinfo (Completion): Update example.
1348 (Debugging Output): Delete `set/show debug lin-lwp-async'.
1349
d248b706
KY
13502011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1351
1352 * gdb.texinfo: Document change in the behaviour of the enable and
1353 disable GDB commands when applied to tracepoints.
1354 Document the EnableDisableTracepoints remote stub feature.
1355 Document QTEnable and QTDisable in the list of tracepoint packets.
1356
cc88a640
JK
13572011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1358
1359 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1360 hsuser.texi.
1361 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1362 comment to hsuser.texi. Change rluser.texi name in the comment.
1363
84e578fb
DE
13642011-05-10 Doug Evans <dje@google.com>
1365
1366 * gdb.texinfo (Threads): If an empty path is provided for
1367 libthread-db-search-path it is reset to its default value.
1368 (Server): Ditto.
1369
478aac75
DE
13702011-05-09 Doug Evans <dje@google.com>
1371
1372 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
1373
9c06b0b4
TJB
13742011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1375 Thiago Jung Bauermann <bauerman@br.ibm.com>
1376
1377 Implement support for PowerPC BookE masked watchpoints.
1378 * gdb.texinfo (Set Watchpoints): Document mask parameter.
1379 (PowerPC Embedded): Mention support of masked watchpoints.
1380
9ed350ad
JB
13812011-05-03 Joel Brobecker <brobecker@adacore.com>
1382
1383 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1384 `@value{GDBN}'.
1385
4ceed123
JB
13862011-05-03 Joel Brobecker <brobecker@adacore.com>
1387
1388 * gdb.texinfo (titlepage): Remove dedication.
1389 (In Memoriam): New appendix.
1390
559a7a62
JK
13912011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1392 Eli Zaretskii <eliz@gnu.org>
1393
1394 * gdb.texinfo (Index Section Format): Change the version to 5.
1395 Describe the different formula.
1396
03f2bd59
JK
13972011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1398 Eli Zaretskii <eliz@gnu.org>
1399
1400 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1401 for disconnected tracing.
1402 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1403 extended-remote relationship. Mention --once.
1404 (TCP port allocation lifecycle of @code{gdbserver}): New.
1405
d9b1a651
EZ
14062011-04-23 Eli Zaretskii <eliz@gnu.org>
1407
1408 * gdb.texinfo (Server): Improve indexing. Index all optional
1409 switches to gdbserver.
1410
90476074
TT
14112011-04-20 Tom Tromey <tromey@redhat.com>
1412
1413 * gdb.texinfo (Index Section Format): New node.
1414 (Top): Add new node to menu.
1415
c21236dc
PA
14162011-04-20 Pedro Alves <pedro@codesourcery.com>
1417
1418 * gdb.texinfo (Maintenance Commands): Document `maint print
1419 remote-registers'.
1420
05c8c3f5
TT
14212011-04-20 Tom Tromey <tromey@redhat.com>
1422
1423 * gdb.texinfo (Trace File Format): Move node later.
1424
7a9dd1b2
TT
14252011-04-19 Tom Tromey <tromey@redhat.com>
1426
1427 * gdbint.texinfo (Register Information Functions): Remove
1428 duplicate "the".
1429 * gdb.texinfo (Emacs): Remove duplicate "to".
1430 (GDB/MI Variable Objects): Remove duplicate "the".
1431 (General Query Packets): Likewise.
1432
4368ebeb
JB
14332011-04-02 Joel Brobecker <brobecker@adacore.com>
1434
1435 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1436 "GDB/MI Ada Exception Information" node.
1437
956a9fb9
JB
14382011-04-01 Joel Brobecker <brobecker@adacore.com>
1439
1440 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1441 the "exception-name" field in the *stopped async record.
1442
f1310107
TJB
14432011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1444 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1445
1446 Implement support for PowerPC BookE ranged breakpoints.
1447 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1448
8786b2bd
TT
14492011-03-28 Tom Tromey <tromey@redhat.com>
1450
1451 * gdb.texinfo (Set Tracepoints): Fix typo.
1452
9ef07c8c
TT
14532011-03-24 Tom Tromey <tromey@redhat.com>
1454
1455 * gdb.texinfo (Specify Location): Document `function:label'
1456 linespec.
1457
99c3dc11
PM
14582011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1459
f1310107 1460 PR python/12149
99c3dc11
PM
1461
1462 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
1463
29703da4
PM
14642011-03-17 Phil Muldoon <pmuldoon@redhat.com>
1465
1466 * gdb.texinfo (Blocks In Python): Add is_valid method description.
1467 (Inferiors In Python): Likewise.
1468 (Threads In Python): Likewise.
1469 (Symbols In Python): Likewise.
1470 (Objfiles In Python): Likewise.
1471 (Symbol Tables In Python): Likewise.
1472
c9174737
PA
14732011-03-15 Pedro Alves <pedro@codesourcery.com>
1474
1475 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
1476 display>: Explain that the commands accept number ranges.
1477
7371cf6d
PM
14782011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1479
1480 * gdb.texinfo (Breakpoints In Python): Add description and example
1481 of Python stop function operation.
1482
ecec24e6
PM
14832011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1484
1485 * gdb.texinfo (Parameters In Python): Document get_set_string and
1486 get_show_string methods.
1487
6dcd5565
JK
14882011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1489
1490 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
1491
81896e36
JK
1492 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
1493 circular-trace-buffer name.
1494
5e30da2c
JB
14952011-02-28 Joel Brobecker <brobecker@adacore.com>
1496
1497 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
1498 in the previous change.
1499
3bd0f5ef 15002011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
1501
1502 * gdb.texinfo (Inferiors and Programs): Update commands to show
1503 that they can accept multiple arguments.
1504
4ec7539c
JB
15052011-02-24 Joel Brobecker <brobecker@adacore.com>
1506
1507 Revert the following patch (code patch was not approved):
1508 2011-02-21 Hui Zhu <teawater@gmail.com>
1509 * agentexpr.texi (bytecode descriptions): add printf.
1510 * gdb.texinfo (tracepoint action lists): add printf.
1511
82809774
DE
15122011-02-23 Doug Evans <dje@google.com>
1513
1514 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
1515
e5a67952
MS
15162011-02-23 Michael Snyder <msnyder@vmware.com>
1517
1518 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
1519 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
1520 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
1521
6e6fbe60
DE
15222011-02-22 Doug Evans <dje@google.com>
1523
1524 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
1525 Clarify behaviour of lookup_symbol when `block' argument is omitted,
1526 add description of result, fix @defun formatting.
1527
f994e27a
HZ
15282011-02-21 Hui Zhu <teawater@gmail.com>
1529
1530 * agentexpr.texi (Bytecode Descriptions): Add printf.
1531 * gdb.texinfo (Tracepoint Action Lists): Add printf.
1532
c7f96d2b
TT
15332011-02-18 Tom Tromey <tromey@redhat.com>
1534
1535 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
1536
60f98dde
MS
15372011-02-14 Michael Snyder <msnyder@vmware.com>
1538
1539 * gdb.texinfo (threads): Document argument for "info threads" cmd.
1540 Document new command "thread find".
1541
08e796bc
MS
15422011-02-14 Michael Snyder <msnyder@vmware.com>
1543
1544 * gdb.texinfo (Threads): Update example of new thread message.
1545
b3b9301e
PA
15462011-02-14 Pedro Alves <pedro@codesourcery.com>
1547
1548 * gdb.texinfo (Remote Configuration): Mention set/show remote
1549 traceframe-info.
1550 (Tools/Packages Optional for Building GDB): Mention that expat is
1551 used for traceframe info.
1552 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
1553 (General Query Packets) <qSupported>: Describe the
1554 qXfer:traceframe-info:read feature.
1555 (qXfer::read): Describe qXfer:traceframe-info:read.
1556 (Traceframe Info Format): New section.
1557
cef35b0f
PA
15582011-02-04 Pedro Alves <pedro@codesourcery.com>
1559
1560 * gdbint.texinfo (Formatting): Mention some formatting guidelines
1561 for casts and unary operators.
1562
f1cbe1d3
TT
15632011-02-04 Tom Tromey <tromey@redhat.com>
1564
1565 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
1566 is not useful.
1567
585fdaa1
PA
15682011-01-25 Pedro Alves <pedro@codesourcery.com>
1569
1570 * gdb.texinfo: s/value optimized out/optimized out/g
1571
7bfc9434
JB
15722011-01-21 Joel Brobecker <brobecker@adacore.com>
1573
1574 * gdb.texinfo (Other Misc Settings): Rework part of the
1575 documentation of the "set interactive mode" command.
1576
4694da01
TT
15772011-01-19 Tom Tromey <tromey@redhat.com>
1578
1579 * gdb.texinfo (Threads): Document thread name output and `thread
1580 name' command.
1581 (Threads In Python): Document Thread.name attribute.
1582 (GDB/MI Thread Commands): Document thread attributes.
1583
b716877b
AB
15842011-01-12 Andrew Burgess <aburgess@broadcom.com>
1585
1586 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
1587 changes in mi/mi-cmd-disas.c
1588
13fd8b81
TT
15892011-01-12 Tom Tromey <tromey@redhat.com>
1590
1591 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
1592 Fix "thread apply" text.
1593
e09342b5
TJB
15942011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1595 Thiago Jung Bauermann <bauerman@br.ibm.com>
1596
1597 Implement support for PowerPC BookE ranged watchpoints.
1598 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
1599 the "set powerpc exact-watchpoints" flag.
1600
06e65f44
TT
16012011-01-07 Tom Tromey <tromey@redhat.com>
1602
1603 * gdb.texinfo (Python API): Add descriptions to @menu items.
1604
d8e22779
TT
16052011-01-06 Tom Tromey <tromey@redhat.com>
1606
1607 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
1608
a255712f
PP
16092010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1610
e09342b5 1611 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 1612
ccfc3d6e
TT
16132011-01-06 Tom Tromey <tromey@redhat.com>
1614
1615 PR python/12133:
1616 * gdb.texinfo (Frames In Python): Document various frame
1617 constants.
1618
44944448
JB
16192011-01-05 Joel Brobecker <brobecker@adacore.com>
1620
1621 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
1622 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
1623 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
1624
42ea3d7a
JK
16252011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1626
1627 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
1628 (clean): Add GDBvn.texi.
1629
720d1a40
JB
16302010-12-29 Joel Brobecker <brobecker@adacore.com>
1631
1632 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
1633 occasional case where the debugger prints an array address
1634 instead of the array itself.
1635
ad196637
PA
16362010-12-23 Pedro Alves <pedro@codesourcery.com>
1637
1638 * gdb.texinfo (Packets) <read registers packet>: Document support
1639 for registers that were not collected.
1640
a86caf66
DE
16412010-12-15 Doug Evans <dje@google.com>
1642
1643 * gdb.texinfo (Startup): Document auto-loading of scripts during
1644 startup.
1645 (Auto-loading): Delete "maint set python auto-load on|off".
1646 Add "set auto-load-scripts on|off".
1647
aae1c79a
DE
16482010-12-07 Doug Evans <dje@google.com>
1649
1650 * gdb.texinfo (Mode Options): Document -data-directory.
1651 (Data Files): Add reference to -data-directory.
1652
4e04c971
DE
16532010-11-29 Doug Evans <dje@google.com>
1654
1655 * gdb.texinfo (Pretty-Printer Introduction): Change
1656 printer-name:subprinter-name to printer-name;subprinter-name.
1657
94b6973e
PM
16582010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1659
1660 PR python/12199
1661
1662 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
1663
39037522
TT
16642010-11-23 Tom Tromey <tromey@redhat.com>
1665
1666 * gdb.texinfo (Top): Check SYSTEM_READLINE.
1667 (Editing): Likewise.
1668 (Command History): Likewise.
1669 (TUI Keys): Likewise.
1670 (Bug Reporting): Conditionally include rluser.texi and
1671 inc-history.texinfo.
1672 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
1673 (GDB_DOC_SOURCE_INCLUDES): Add comment.
1674 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
1675 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
1676 (gdb.pdf): Likewise.
1677 (gdb.info): Likewise.
1678 (gdb/index.html): Likewise.
1679
5ae98d25
TT
16802010-11-23 Tom Tromey <tromey@redhat.com>
1681
1682 * Makefile.in (Makefile): Run ../config.status.
1683 (distclean): Update.
1684 * configure: Remove.
1685 * configure.ac: Remove.
1686
621c8364
TT
16872010-11-12 Tom Tromey <tromey@redhat.com>
1688
1689 * gdb.texinfo (Basic Python): Update. Add xref.
1690 (Exception Handling): Document new exception classes.
1691 (Types In Python): Update.
1692 (Frames In Python): Update.
1693
84f4c1fe
PM
16942010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1695
1696 * gdb.texinfo (Breakpoints In Python): Document "internal"
1697 parameter, and visible attribute.
1698
99e7ae30
DE
16992010-11-05 Doug Evans <dje@google.com>
1700
1701 * gdb.texinfo (Source Path): Document "set directories".
1702
f4b8a18d
KW
17032010-11-05 Ken Werner <ken.werner@de.ibm.com>
1704
1705 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
1706 (OpenCL C): New node.
1707
7b51bc51
DE
17082010-11-02 Doug Evans <dje@google.com>
1709
1710 * gdb.texinfo (Pretty Printing): Expand into three sections,
1711 introduction, example, and commands.
1712 (Python API): Delete section Disabling Pretty-Printers, merge into
1713 Selecting Pretty-Printers.
1714 (Writing a Pretty-Printer): New section. Move the pretty-printer
1715 example here, and reformat to match python coding style. Add a second
1716 example using the gdb.printing module.
1717 (Python modules): Add gdb.printing.
1718
9eeee977
DE
17192010-10-29 Doug Evans <dje@google.com>
1720
1721 * gdb.texinfo (Python): Fix long line.
1722
a0e0ffdf
DE
17232010-10-20 Doug Evans <dje@google.com>
1724
1725 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
1726 All references updated. Correct sections marked as subsections.
1727 (Coding Standards): New chapter. Move the coding standard related
1728 subsections here. Add section on Python coding standards.
1729
0e3509db
DE
17302010-10-13 Doug Evans <dje@google.com>
1731
1732 * gdb.texinfo (Python): Add "Python modules".
1733 (Types in Python): Add reference to gdb.types section.
1734 (Python modules): New node.
1735
44592cc4
DE
17362010-10-11 Doug Evans <dje@google.com>
1737
1738 * gdb.texinfo (Values From Inferior): Add reference to "Types in
1739 Python" from gdb.Value.type description.
1740
6e1bb179
JB
17412010-09-28 Joel Brobecker <brobecker@adacore.com>
1742
1743 * gdb.texinfo (Ravenscar Profile): New node.
1744
e8467610
TT
17452010-09-22 Tom Tromey <tromey@redhat.com>
1746
1747 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
1748
fccd1d1e
EZ
17492010-09-22 Eli Zaretskii <eliz@gnu.org>
1750
1751 * gdb.texinfo (Values From Inferior): Clarify that
1752 value.dynamic_type works only in C++ programs with RTTI.
1753
c1b6b909
TT
17542010-09-15 Paul Bolle <pebolle@tiscali.nl>
1755
1756 * gdb.texinfo (Character Sets): Correctly reference host-charset
1757 in example.
1758
7d288aaa
TT
17592010-09-13 Tom Tromey <tromey@redhat.com>
1760
1761 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
1762 Document "fullname" and "from".
1763
f75d858b
MK
17642010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1765
1766 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
1767 feature `reverse' output by -list-target-features.
1768
83b9503b
L
17692010-08-31 H.J. Lu <hongjiu.lu@intel.com>
1770
1771 * gdb.texinfo (i386 Features): Remove an extra "@item".
1772
03f17ccf
TT
17732010-08-30 Tom Tromey <tromey@redhat.com>
1774
1775 PR python/11792:
1776 * gdb.texinfo (Values From Inferior): Document dynamic_type.
1777
9779414d
DJ
17782010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1779
1780 * gdb.texinfo (ARM Features): Document
1781 org.gnu.gdb.arm.m-profile.
1782
f9ffd4bb
TT
17832010-08-23 Tom Tromey <tromey@redhat.com>
1784
1785 PR python/11145:
1786 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
1787 reinterpret_cast methods.
1788
702c2711
TT
17892010-08-23 Tom Tromey <tromey@redhat.com>
1790
1791 PR python/11915:
1792 * gdb.texinfo (Types In Python): Document array method.
1793
66b73624
TJB
17942010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
1795
1796 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
1797
06a64a0b
TT
17982010-08-16 Tom Tromey <tromey@redhat.com>
1799
1800 * gdb.texinfo (Set Watchpoints): Document -location option.
1801
a3a7127e
DE
18022010-08-13 Doug Evans <dje@google.com>
1803
1804 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
1805
8dedea02
VP
18062010-08-13 Vladimir Prus <vladimir@codesourcery.com>
1807
1808 * gdb.texinfo (GDB/MI Data Manipulation): Document
1809 -data-read-memory-raw and -data-write-memory-raw.
1810
ca5c20b6 18112010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 1812 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
1813
1814 * gdb.texinfo (Basic Python): Describe post_event API.
1815
cb2e07a6
PM
18162010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1817
1818 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 1819 decode_line Python APIs
cb2e07a6 1820
464b3efb
TT
18212010-08-10 Tom Tromey <tromey@redhat.com>
1822
1823 * gdb.texinfo (Pretty Printing API): Document
1824 gdb.default_visualizer.
1825
c29c521f
TT
18262010-08-10 Tom Tromey <tromey@redhat.com>
1827
1828 Revert gdb-add-index addition:
1829 * gdb.texinfo (Index Files): Don't document gdb-add-index.
1830
5da1313b
JK
18312010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1832 Eli Zaretskii <eliz@gnu.org>
1833
1834 * gdb.texinfo (Mode Options) <-batch>
1835 (Basic Python) <gdb.execute>: Describe setting width and height.
1836
02d868e8
PP
18372010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1838
1839 * gdb.texinfo (Threads): Document 'debug libthread-db'.
1840
c2bbed2a
TT
18412010-07-30 Tom Tromey <tromey@redhat.com>
1842
1843 * gdb.texinfo (Index Files): Mention gdb-add-index.
1844
6c13bbe1
HZ
18452010-07-30 Hui Zhu <teawater@gmail.com>
1846
1847 * gdb.texinfo (Inferiors and Programs): Update the introduce of
1848 "detach inferior" and "kill inferior".
1849
53a71c06
CR
18502010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
1851
1852 * gdb.texinfo (Machine Code): Update description of two forms of
1853 arguments, and add new example to demonstrate the new form.
1854
5374244e
PM
18552010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1856
1857 * gdb.texinfo (Values From Inferior): Add value inferior function
1858 call description.
1859
8ea5bce5
JK
18602010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1861
1862 * gdb.texinfo (Active Targets): Fix wrong comma placement.
1863
c0edd9ed
JK
18642010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1865 Eli Zaretskii <eliz@gnu.org>
1866
1867 Make core files the process_stratum.
1868 * gdb.texinfo (Active Targets): Remove core_stratum. Include
1869 record_stratum example.
1870
9291a0cd
TT
18712010-07-13 Tom Tromey <tromey@redhat.com>
1872
1873 * gdb.texinfo (Index Files): New node.
1874
f5011d11
TT
18752010-07-13 Tom Tromey <tromey@redhat.com>
1876
1877 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
1878
0f5238ed
TT
18792010-07-13 Tom Tromey <tromey@redhat.com>
1880
1881 * gdb.texinfo (Specify Location): Document labels.
1882
74c761c1
PA
18832010-07-01 Pedro Alves <pedro@codesourcery.com>
1884
1885 * gdb.texinfo (Create and Delete Tracepoints): Add more index
1886 entries for fast tracepoints and static tracepoints.
1887
501994c0
PA
18882010-07-01 Pedro Alves <pedro@codesourcery.com>
1889
1890 * gdb.texinfo (General Query Packets) <qfThreadInfo,
1891 qsThreadInfo>: Spell out `l' as ell.
1892
0fb4aa4b
PA
18932010-07-01 Pedro Alves <pedro@codesourcery.com>
1894
1895 * gdb.texinfo (Convenience Variables): Document $_sdata.
1896 (Commands to Set Tracepoints): Describe static tracepoints. Add
1897 `Listing Static Tracepoint Markers' menu entry. Document
1898 "strace".
1899 (Tracepoint Action Lists): Document collecting $_sdata.
1900 (Listing Static Tracepoint Markers): New subsection.
1901 (Tracepoints support in gdbserver): Mention static tracepoints.
1902 (remote packets, enabling and disabling): Mention
1903 read-sdata-object.
1904 (General Query Packets) <qSupported>: Document qXfer:sdata:read
1905 and StaticTracepoint.
1906 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
1907 Document qXfer:sdata:read.
1908 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
1909
dc3b15be
JB
19102010-06-29 Joel Brobecker <brobecker@adacore.com>
1911
1912 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
1913
595939de
PM
19142010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1915 Tom Tromey <tromey@redhat.com>
1916 Thiago Jung Bauermann <bauerman@br.ibm.com>
1917
1918 * gdb.texinfo (Inferiors In Python): New node.
1919 * gdb.texinfo (Threads In Python): New node.
1920
9279c692
JB
19212010-06-28 Joel Brobecker <brobecker@adacore.com>
1922
1923 * gdb.texinfo (Python): Document what the python directory is
1924 and what its location is.
1925 (Basic Python): Document the gdb.PYTHONDIR constant.
1926
bc9f0842
TT
19272010-06-25 Tom Tromey <tromey@redhat.com>
1928
1929 PR python/10808:
1930 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1931
f1421989
HZ
19322010-06-24 Hui Zhu <teawater@gmail.com>
1933
1934 * gdb.texinfo: (Commands for Controlled Output): Add
1935 documentation for command "eval".
1936
e4c0cfae
SS
19372010-06-21 Stan Shebs <stan@codesourcery.com>
1938
1939 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1940 * annotate.texinfo: Ditto.
1941 * gdbint.texinfo: Ditto.
1942 * stabs.texinfo: Ditto.
1943
bb08c432
HZ
19442010-06-22 Hui Zhu <teawater@gmail.com>
1945
1946 * gdb.texinfo: (Process Record and Replay): Add documentation
1947 for command "set record memory-query".
1948
4f5d9f07
SS
19492010-06-21 Stan Shebs <stan@codesourcery.com>
1950
1951 * gdb.texinfo: Relicense under GFDL version 1.3.
1952 * annotate.texinfo: Relicense under GFDL version 1.3.
1953 * gdbint.texinfo: Relicense under GFDL version 1.3.
1954 * stabs.texinfo: Relicense under GFDL version 1.3.
1955 * fdl.texi: Update to version 1.3.
1956
6aed2dbc
SS
19572010-06-18 Stan Shebs <stan@codesourcery.com>
1958
a61408f8
SS
1959 * gdb.texinfo (Operating System Auxiliary Information): Describe
1960 "info os" when no arguments given.
1961
6aed2dbc
SS
1962 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1963 $_thread.
1964
24e933df
HZ
19652010-06-18 Hui Zhu <teawater@gmail.com>
1966
1967 * gdb.texinfo: (Process Record and Replay): Add documentation
1968 for commands "record save" and "record restore".
1969
65d79d4b
SDJ
19702010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1971
1972 * gdb.texinfo: Include information about the correct use
1973 of addresses in the `watch' command.
1974
d914c394
SS
19752010-06-11 Stan Shebs <stan@codesourcery.com>
1976
1977 * gdb.texinfo (Observer Mode): New section.
1978 (General Query Packets): Document QAllow.
889bf7c5 1979
967cf477
DE
19802010-06-04 Doug Evans <dje@google.com>
1981
1982 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1983
aaf4119b
DE
19842010-06-03 Doug Evans <dje@google.com>
1985
1986 * gdbint.texinfo (Coding): Add subsection on command names.
1987
9eae7c52
TT
19882010-06-02 Tom Tromey <tromey@redhat.com>
1989
1990 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1991 always-disassemble.
1992
fa593d66
PA
19932010-06-01 Pedro Alves <pedro@codesourcery.com>
1994
1995 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1996 gdbserver, and add cross reference.
1997 (Tracepoints support in gdbserver): New subsection.
1998
dde08ee1
PA
19992010-05-26 Pedro Alves <pedro@codesourcery.com>
2000
2001 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2002 `qRelocInsn' feature.
2003 (Relocate instruction reply packet): New subsection
2004 of `Tracepoint Packets'.
2005 (Tracepoint Packets): Mention that packets QTDP and QTStart
2006 support the qRelocInsn request, and add cross reference to new
2007 subsection.
2008
07ca107c
DE
20092010-05-25 Doug Evans <dje@google.com>
2010
2011 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2012 (Commands In Python): Document gdb.string_to_argv.
2013
c25c4a8b
JK
20142010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2015
2016 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2017 ATTR_NORETURN.
2018
d7b32ed3 20192010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
2020 Tom Tromey <tromey@redhat.com>
2021 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 2022
c25c4a8b 2023 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 2024
6aecb9c2
JB
20252010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2026
2027 * gdb.texinfo: (Summary) Add mention about D language support.
2028 (Filenames): Add D suffixes.
2029 (D): New node.
2030
b7da9e9f
PM
20312010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2032
2033 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2034 of macro deleted from GDB code.
2035
ab38a727
PA
20362010-04-24 Pedro Alves <pedro@codesourcery.com>
2037
2038 * gdb.texinfo (Commands to specify files): Describe what how GDB
2039 looks up DOS-based filesystem paths on the system root. Document
2040 the new `set/show target-file-system-kind' commands.
2041
66d09542
DE
20422010-04-23 Doug Evans <dje@google.com>
2043
2044 * gdb.texinfo (Python): Move Auto-loading section here ...
2045 (Python API): from here.
2046 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2047 (Maintenance Commands): Add docs for "maint print section-scripts".
2048
8bd10a10
CM
20492010-04-20 Chris Moller <cmoller@redhat.com>
2050
2051 * gdb.texinfo (Setting Breakpoints): Added description of
2052 filename-qualified rbreak.
2053 * refcard.tex (Breakpoints and Watchpoints): Added brief
2054 description of filename-qualified rbreak.
2055
4c374409
JK
20562010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2057
2058 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2059 (Python API): Change the reference to Pretty Printing API.
2060 (Pretty Printing): Move the user part under the Data node. Reformat
2061 the sample output to 72 columns. Create a new reference to Pretty
2062 Printing API. Rename the API part ...
2063 (Pretty Printing API): To a new node name.
2064 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2065 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2066
5a9351ae
SS
20672010-04-21 Stan Shebs <stan@codesourcery.com>
2068
2069 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 2070 and commands.
5a9351ae 2071 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 2072
9a22f0d0
PM
20732010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2074
2075 * gdb.texinfo (Examining memory): Update for change in string
2076 display with explicit size.
2077
6149aea9
PA
20782010-04-19 Pedro Alves <pedro@codesourcery.com>
2079
2080 PR breakpoints/8554.
2081
2082 * gdb.texinfo (Save Breakpoints): New node.
2083 (save-tracepoints): Rename to ...
2084 (save tracepoints): ... this. Mention that `save-tracepoints' is
2085 a deprecated alias to `save tracepoints'.
2086
711e434b
PM
20872010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2088
645797a8 2089 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
2090 (info w32 thread-information-block): Document new command.
2091 (qGetTIBAddress): Document new gdbserver query.
2092 (maint set/show show-all-tib): Document new command.
2093
3f7b2faa
DE
20942010-04-15 Doug Evans <dje@google.com>
2095
fa33c3cd
DE
2096 * gdb.texinfo (Python API): Add progspaces section.
2097 (Selecting Pretty-Printers): Progspace pretty-printers are
2098 searched too.
2099 (Progspaces In Python): New section.
2100
3f7b2faa
DE
2101 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2102
79f283fe
PM
21032010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2104
2105 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2106 returns None.
2107
87290684
SS
21082010-04-09 Stan Shebs <stan@codesourcery.com>
2109
2110 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2111 Describe the `frames-created' field, tweak grammar.
2112
a97153c7
PA
21132010-04-09 Pedro Alves <pedro@codesourcery.com>
2114
2115 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2116 Describe the `circular' and `disconnected' fields.
2117
5c5dcc1b
L
21182010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2119
2120 * gdb.texinfo (maint print registers): Mention unavailable and
2121 invisible registers.
2122
adc36818
PM
21232010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2124 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 2125 Tom Tromey <tromey@redhat.com>
adc36818
PM
2126
2127 * gdb.texinfo (Breakpoints In Python): New Node.
2128
33da3f1c
SS
21292010-04-08 Stan Shebs <stan@codesourcery.com>
2130
2131 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2132 trace status fields.
2133
3a13a53b
L
21342010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2135
2136 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2137 optional. Make org.gnu.gdb.i386.avx requires
2138 org.gnu.gdb.i386.avx.
2139
08001717
DE
21402010-04-08 Doug Evans <dje@google.com>
2141
2142 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2143 search path, and document that gdb only scans the search path if
2144 the script's path doesn't specify a directory.
2145
c375651d
DE
21462010-04-05 Doug Evans <dje@google.com>
2147
2148 * gdb.texinfo (maint show python auto-load): Fix typo.
2149
af54718e
SS
21502010-04-04 Stan Shebs <stan@codesourcery.com>
2151
d77f58be
SS
2152 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2153 (Setting Watchpoints): Update description of "info watch".
2154 (Disabling Breakpoints): Only "info break" lists all.
2155
af54718e
SS
2156 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2157 (tdump): Explain how tdump works.
2158
86b17b60
PA
21592010-04-01 Pedro Alves <pedro@codesourcery.com>
2160
2161 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2162 add cross reference.
2163
ff12863f
PA
21642010-03-31 Pedro Alves <pedro@codesourcery.com>
2165
2166 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2167 commands error out.
2168
f68eb612
L
21692010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2170
2171 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2172
c8d5aac9
L
21732010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2174
2175 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2176
7d13fe92
SS
21772010-03-29 Stan Shebs <stan@codesourcery.com>
2178 Nathan Sidwell <nathan@codesourcery.com>
2179
2180 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2181 GDBN equivalent.
2182 (Set Tracepoints): Remove mention that conditional tracepoints
2183 don't exist.
2184 (Tracepoint Actions): Clarify when while-stepping collection
2185 happens, note that while-stepping does not automatically collect
2186 $pc.
2187
409873ef 21882010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 2189
409873ef
SS
2190 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2191 (General Query Packets): Describe TracepointSource.
2192
ee8e71d4
EZ
21932010-03-27 Matt Rice <ratmice@gmail.com>
2194
c8d5aac9
L
2195 * gdb.texinfo (ARM): Document arguments to "target sim".
2196 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 2197
99b5e152
PA
21982010-03-26 Pedro Alves <pedro@codesourcery.com>
2199
2200 * gdb.texinfo (Tracepoint Packets): Remove mention that
2201 terror:string may be plain text, and drop mention of X prefix.
2202
cd64ee31
VP
22032010-03-26 Vladimir Prus <vladimir@codesourcery.com>
2204
2205 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2206
6c28cbf2
SS
22072010-03-24 Stan Shebs <stan@codesourcery.com>
2208
2209 * gdb.texinfo (Tracepoint Packets): Document trace error status.
2210
95a42b64
TT
22112010-03-24 Tom Tromey <tromey@redhat.com>
2212
2213 PR breakpoints/9352:
2214 * gdb.texinfo (Break Commands): Update.
2215
18148017
VP
22162010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2217
2218 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2219 commands.
2220
4daf5ac0
SS
22212010-03-16 Stan Shebs <stan@codesourcery.com>
2222
2223 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2224 circular-trace-buffer.
2225 (Tracepoint Packets): Describe QTBuffer, and details of the
2226 qTStatus reply.
2227
c9429232
SS
22282010-03-12 Stan Shebs <stan@codesourcery.com>
2229 Nathan Sidwell <nathan@codesourcery.com>
2230
2231 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2232 doing instruction stepping.
2233 (Tracepoint Restrictions): New node.
2234
ccefe4c4
TT
22352010-03-10 Tom Tromey <tromey@redhat.com>
2236
2237 * gdbint.texinfo (Symbol Handling): Update.
2238
7c953934
TT
22392010-03-08 Tom Tromey <tromey@redhat.com>
2240
2241 PR cli/9591:
2242 * gdb.texinfo (Mode Options): Mention lack of pagination and
2243 confirmation with --batch.
2244 (Screen Size): Mention --batch.
2245 (Messages/Warnings): Likewise.
2246
f870a310
TT
22472010-03-05 Tom Tromey <tromey@redhat.com>
2248
2249 * gdb.texinfo (Basic Python): Document target_charset and
2250 target_wide_charset.
2251
78e2826b
TT
22522010-03-05 Tom Tromey <tromey@redhat.com>
2253
2254 * gdb.texinfo (Data): Link to pretty-printing.
2255 (Output Formats): Likewise. Correct text.
2256
f5dff777
DJ
22572010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2258
2259 * gdb.texinfo (Types): Describe <struct> and <flags>.
2260
dc00d89f
PM
22612010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2262
2263 * gdb.texinfo (Frames In Python): Add block parameter and
2264 description to read_var text.
2265
5107b149 22662010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 2267 Tom Tromey <tromey@redhat.com>
5107b149
PM
2268
2269 * gdb.texinfo (Types In Python): Describe block argument in
2270 template_argument and gdb.lookup_type.
2271
e03e5e7b
TT
22722010-02-24 Tom Tromey <tromey@redhat.com>
2273
2274 * gdb.texinfo (Cygwin Native): Fix typo.
2275
f3e9a817
PM
22762010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2277
2278 * gdb.texinfo (Frames In Python): Add block, find_sal, function
2279 and select method descriptions.
2280 (Python API): Add Blocks In Python, Symbols in Python and Symbol
2281 Tables in Python to menu.
2282 (Blocks In Python): New node.
2283 (Symbols In Python): New node.
2284 (Symbol Tables in Python): New node.
2285
a79b8f6e
VP
22862010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2287
2288 Multiexec MI
2289
2290 gdb/
2291 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2292
2293 gdb/doc/
2294 * gdb.texinfo (GDB/MI Command Syntax): Document notification
2295 changes.
2296 (GDB/MI Program Execution): Document current behaviour of
2297 --all and --thread-group.
2298 (GDB/MI Miscellaneous Commands): Document -add-inferior and
2299 -remove-inferior.
2300 * observer.texi (inferior_added, inferior_removed): New
2301 observers.
2302
629d6a47
TT
23032010-02-19 Tom Tromey <tromey@redhat.com>
2304
2305 * gdbint.texinfo (Getting Started): Fix @node.
2306 (Debugging GDB): Likewise.
2307
c09529e5
JB
23082010-02-13 Joel Brobecker <brobecker@adacore.com>
2309
2310 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
2311 documenting the gdb_test_timeout variable.
2312
540aa8e7
MS
23132010-02-12 Jakob Engblom <jakob@virtutech.com>
2314
2315 * gdb.texinfo (MI commands): Added documentation of --reverse
2316 option to a set of MI commands. Restructured documentation of MI
2317 commands --exec-continue to reflect the complexity of reverse
2318 execution.
2319
081dfbf7
PA
23202010-02-12 Pedro Alves <pedro@codesourcery.com>
2321
2322 * gdb.texinfo (Using the Collected Data): Specify that the address
2323 range of `tfind outsize' is exclusive, and that the address range
2324 of `tfind range' is inclusive.
2325 (Tracepoint Packets): Specify that the address range of
2326 `QTFrame:range' is inclusive, and that the address range of
2327 `QTFrame:outside' is exclusive
2328
8e9c5e02
VP
23292010-02-12 Vladimir Prus <vladimir@codesourcery.com>
2330
2331 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2332
92981e24
TT
23332010-02-10 Tom Tromey <tromey@redhat.com>
2334
2335 * gdb.texinfo (Debugging Output): Document set debug parser and
2336 show debug parser.
2337
075b51b7
L
23382010-02-09 H.J. Lu <hongjiu.lu@intel.com>
2339
2340 * gdb.texinfo (Predefined Target Types): Add i387_ext,
2341 i386_eflags and i386_mxcsr.
2342
3bb8d5c3
L
23432010-02-08 H.J. Lu <hongjiu.lu@intel.com>
2344
2345 * gdb.texinfo: Document i386 target features.
2346
c5f80513
DE
23472010-02-05 Doug Evans <dje@google.com>
2348
2349 * gdbint.texinfo (Testsuite): Add a new section to document the
2350 various DejaGnu variables that may be overridden.
1be00882 2351 Document INTERNAL_GDBFLAGS.
c5f80513 2352
6ac33a4e
TT
23532010-02-04 Tom Tromey <tromey@redhat.com>
2354
2355 PR cli/8830:
2356 * gdb.texinfo (Files): -readnow comes before the filename for file
2357 and symbol-file.
2358
a1dcb23a
DJ
23592010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2360
2361 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2362 Document ARM breakpoint types.
2363 (Register Packet Format): Move into the new section.
2364 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2365
95433b34
JB
23662010-01-21 Joel Brobecker <brobecker@adacore.com>
2367
2368 * gdb.texinfo (File Options): Adjust the documentation of this
2369 switch to refer to the "source" command rather than partially
2370 duplicating some of the relevant information.
2371 (Extending GDB): Introduce and document the set/show script-extension
2372 setting.
2373 (Command Files): Add note explaining that the "source" command
2374 is also used to evalute scripts written in other languages.
2375 Remove the short slightly incorrect reference to sourcing Python
2376 scripts.
2377 (Python Commands): Document how to execute a Python script from GDB.
2378
8d576872
JB
23792010-01-19 Joel Brobecker <brobecker@adacore.com>
2380
2381 * gdb.texinfo (Command Files): Fix typo.
2382
8150ff9c
JB
23832010-01-18 Tom Tromey <tromey@redhat.com>
2384
2385 * gdb.texinfo (File Options): Document -x on .py files.
2386 (Command Files): Document handling of Python scripts.
2387
23db03a6
JZ
23882010-01-18 Jie Zhang <jie.zhang@analog.com>
2389
2390 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2391
00bf0b85
SS
23922010-01-15 Stan Shebs <stan@codesourcery.com>
2393
2394 * gdb.texinfo (Trace Files): New section.
2395 (Tracepoint Packets): Document QTSave and qTBuffer.
2396 (Trace File Format): New appendix.
2397
be759fcf
PM
23982010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2399
2400 * gdb.texinfo (Values From Inferior): Document lazy_string value
2401 method.
2402 (Python API): Add Lazy strings menu item.
2403 (Lazy Strings In Python): New node.
2404
dc146f7c
VP
24052010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2406
2407 * gdb.texinfo (GDB/MI Thread Information): New.
2408 (GDB/MI Async Records): Document the core field in *stopped.
2409 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2410 documentation
2411 (Process list): Document that osdata document may contain
2412 threads.
2413 (Remote Serial Protocol): Document qXfer:threads.
2414
d5551862
SS
24152010-01-06 Stan Shebs <stan@codesourcery.com>
2416
2417 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2418 disconnected tracing.
2419 (Tracepoint Packets): Document new protocol.
2420
7a697b8d
SS
24212010-01-05 Stan Shebs <stan@codesourcery.com>
2422
2423 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2424 tracepoints.
2425 (Tracepoint Packets): Describe remote protocol for fast
2426 tracepoints.
2427
e6f3ec50
JB
24282010-01-01 Joel Brobecker <brobecker@adacore.com>
2429
2430 Update the "Start of New Year Procedure".
2431 * gdbint.texinfo: Add the list of files that need to be updated
2432 manually. Minor reformatting.
2433
ddc4e9c1
JB
24342010-01-01 Joel Brobecker <brobecker@adacore.com>
2435
2436 * refcard.tex: Update copyright year in header and text.
2437
9d2897ad
JB
24382010-01-01 Joel Brobecker <brobecker@adacore.com>
2439
2440 * agentexpr.texi: Add 2010 to the list of copyright years.
2441 * annotate.texinfo: Likewise.
2442 * gdb.texinfo: Likewise.
2443 * gdbint.texinfo: Likewise.
2444 * observer.texi: Likewise.
2445 * stabs.texinfo: Likewise.
2446
6da95a67
SS
24472009-12-31 Stan Shebs <stan@codesourcery.com>
2448
2449 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 2450
236f1d4d
SS
24512009-12-29 Stan Shebs <stan@codesourcery.com>
2452
2453 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 2454
f61e138d
SS
24552009-12-28 Stan Shebs <stan@codesourcery.com>
2456
2457 * gdb.texinfo (Trace State Variables): New section.
2458 (Tracepoint Packets): Describe trace state variable packets.
2459 * agentexpr.texi (Bytecode Descriptions): Describe trace state
2460 variable bytecodes.
2461
0fe7935b
DJ
24622009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2463
2464 * gdb.texinfo (Symbols): "info variables" prints definitions, not
2465 declarations.
2466
a6b29f87
VP
24672009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2468
2469 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
2470 -gdb-exit behaviour.
2471
5e4bde96
JB
24722009-12-20 Joel Brobecker <brobecker@adacore.com>
2473
2474 * gpl.texi: Update to version 3 of the GPL.
2475
a1715244
JB
24762009-12-20 Joel Brobecker <brobecker@adacore.com>
2477
2478 * Makefile.in: Update copyright header.
2479 * observer.texi: Fix the copyright header of the generated files.
2480
361ae042
PM
24812009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2482
2483 * gdb.texinfo (Types In Python): Describe range function.
2484
bfd31e71
PM
24852009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
2486
2487 * gdb.texinfo (Types In Python): Describe "is_base_class".
2488
57a1d736
TT
24892009-12-03 Tom Tromey <tromey@redhat.com>
2490
2491 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2492
8cebebb9
PP
24932009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
2494
2495 * observer.texi: New memory_changed observer.
2496
16af530a
TT
24972009-12-01 Tom Tromey <tromey@redhat.com>
2498
2499 * gdb.texinfo (Reverse Execution): Fix typo.
2500
b6199126
DJ
25012009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2502
2503 PR gdb/8704
2504
2505 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
2506 are allowed after the breakpoint condition.
2507
7a6973ad
TT
25082009-11-23 Tom Tromey <tromey@redhat.com>
2509
2510 PR python/10782:
2511 * gdb.texinfo (Types In Python): Document Type.pointer.
2512
21a0512e
PP
25132009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2514
2515 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 2516
a5832c8f
PA
25172009-11-11 Pedro Alves <pedro@codesourcery.com>
2518
2519 * agentexpr.texi (Tracing On Symmetrix): Delete section.
2520 (Using Agent Expressions): Delete cross reference.
2521
1eb7cd77
JB
25222009-11-07 Joel Brobecker <brobecker@adacore.com>
2523
2524 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
2525 and @settitle directives up to help makeinfo find them.
2526
24ddea62
JK
25272009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2528
2529 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
2530 (Auto-loading): Use plural and note one can use multiple components now.
2531
3afae151
VP
25322009-11-01 Vladimir Prus <vladimir@codesourcery.com>
2533
2534 * gdb.texinfo (GDB/MI Stack Manipulation): Make
2535 -stack-list-arguments have the same documentation for parameter
2536 as -stack-list-locals. Add comas.
2537
14ff2235
PM
25382009-10-27 Tom Tromey <tromey@redhat.com>
2539 Eli Zaretskii <eliz@gnu.org>
2540
c8d5aac9 2541 PR python/10781
14ff2235
PM
2542
2543 * gdb.texinfo (Values From Inferior): Document cast method.
2544
9c419145
PP
25452009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2546
2547 * gdb.texinfo (Machine Code): Mention function name in disasssembly
2548 and adjust example.
889bf7c5 2549
29153c24
MS
25502009-10-22 Michael Snyder <msnyder@vmware.com>
2551
2552 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 2553 info record command. Also document the new save and restore
29153c24
MS
2554 commands.
2555
2b28d209
PP
25562009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2557
2558 * gdb.texinfo (Machine Code): Mention current pc marker.
2559 (Memory): Likewise.
2560
6c95b8df
PA
25612009-10-19 Pedro Alves <pedro@codesourcery.com>
2562 Stan Shebs <stan@codesourcery.com>
2563
2564 * observer.texi (new_inferior): Rename to...
2565 (inferior_appeared): ... this.
2566
2567 * gdb.texinfo (Inferiors): Rename node to ...
2568 (Inferiors and Programs): ... this. Mention running multiple
2569 programs in the same debug session.
2570 <info inferiors>: Mention the new 'Executable' column if "info
2571 inferiors". Update examples. Document the "add-inferior",
2572 "clone-inferior", "remove-inferior" and "maint info
2573 program-spaces" commands.
2574 (Process): Rename node to...
2575 (Forks): ... this. Document "set|show follow-exec-mode".
2576
2f8132f3
MS
25772009-10-11 Michael Snyder <msnyder@vmware.com>
2578
2579 * gdb.texinfo (ReverseStep): Show default as "unsupported".
2580 (ReverseContinue): Ditto.
2581
cba4b2d3
PP
25822009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2583
2584 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 2585
da082f17
JK
25862009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2587
2588 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
2589
08be9d71
ME
25902009-10-06 Michael Eager <eager@eagercon.com>
2591
2592 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
2593 (Embedded Processors): Add MicroBlaze.
2594 (MicroBlaze): New. Describe Xilinx MicroBlaze
2595
08a0efd0
PA
25962009-10-04 Pedro Alves <pedro@codesourcery.com>
2597
2598 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
2599
cbb8f428
EZ
26002009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2601
2602 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
2603
30a4a70c
JB
26042009-09-23 Joel Brobecker <brobecker@adacore.com>
2605
2606 * observer.texi (solib_unloaded): Document explicitly the fact that
2607 this observer is called before the associated symbols are unloaded.
2608
b3372f91
VP
26092009-09-19 Vladimir Prus <vladimir@codesourcery.com>
2610
2611 * gdb.texinfo (GDB/MI Stack Manipulation): Document
2612 -stack-list-variables.
2613
f43030c4
TT
26142009-09-18 Tom Tromey <tromey@redhat.com>
2615
2616 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
2617 is experimental.
2618
ec7e75e7
PP
26192009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2620
2621 * gdb.texinfo (convenince variables): Mention
2622 $_siginfo could be empty.
f43030c4 2623
0cc7d26f
TT
26242009-09-15 Tom Tromey <tromey@redhat.com>
2625
2626 * gdb.texinfo (GDB/MI Variable Objects): Document
2627 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
2628 Expand -var-update documentation.
2629
a96d9b2e
SDJ
26302009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2631
2632 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
2633 feature.
2634
005ca36a
JB
26352009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2636
2637 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
2638
0d772ac9
MS
26392009-09-10 Michael Snyder <msnyder@vmware.com>
2640
2641 * gdb.texinfo (qSupported): Mention new ReverseContinue and
2642 ReverseStep replies to the qSupported query.
2643
14fb1bac
JB
26442009-09-10 Joel Brobecker <brobecker@adacore.com>
2645
2646 Add documentation for set/show interactive-mode.
2647 * gdb.texinfo (Other Misc Settings): New node.
2648
29b090c0
DE
26492009-09-01 Doug Evans <dje@google.com>
2650
2651 * gdb.texinfo (Caching Data of Remote Targets): Add note on
2652 non-stop mode's affect on remote caching.
2653
4e5d721f
DE
26542009-08-31 Jacob Potter <jdpotter@google.com>
2655 Doug Evans <dje@google.com>
2656
2657 * gdb.texinfo (Caching Data of Remote Targets): Update text.
2658 Mark `set/show remotecache' options as obsolete.
2659 Document new `set/show stack-cache' option.
2660 Update text for `info dcache'.
2661
55333a84
DE
26622009-08-27 Doug Evans <dje@google.com>
2663
2664 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
2665 (Files): Add note on new optional regex arg to `info sharedlibrary'.
2666
bc3a0b4d
RW
26672009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2668
2669 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
2670 about autoconf.
2671
3a1ff0b6
PA
26722009-08-25 Pedro Alves <pedro@codesourcery.com>
2673
2674 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
2675 small example, and describe its columns. Replace "inferior-id" by
2676 "infno" throughout.
2677
81ecdfbb
RW
26782009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2679
af542c2e
RW
2680 * gdbint.texinfo (Releasing GDB): Point to
2681 README-maintainer-mode file for required autoconf version.
2682 * configure.ac: Do not substitute datarootdir, htmldir,
2683 pdfdir, docdir. Do not process --with-datarootdir,
2684 --with-htmldir, --with-pdfdir, --with-docdir.
2685 * configure: Regenerate.
2686
81ecdfbb
RW
2687 * configure: Regenerate.
2688
4efc6507
DE
26892009-08-20 Reid Kleckner <reid@kleckner.net>
2690
2691 * gdb.texinfo: Add chapter on JIT interface.
2692
43089a6e
NR
26932009-08-07 Nick Roberts <nickrob@snap.net.nz>
2694
2695 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 2696 confirmation request.
43089a6e 2697
99e008fe
EZ
26982009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
2699
c8d5aac9
L
2700 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
2701 CRC definitions.
99e008fe 2702
48cb2d85
VP
27032009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2704
2705 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 2706 -break-commands.
48cb2d85 2707
ff1a52c6
UW
27082009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2709
2710 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2711 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
2712
3285f3fe
UW
27132009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2714
2715 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2716 "set spu stop-on-load" and "show spu stop-on-load" commands.
2717
e35359c5
UW
27182009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2719
2720 * gdb.texinfo (Target Descriptions): Document <compatible> element.
2721
58d6951d
DJ
27222009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2723
2724 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
2725 org.gnu.gdb.arm.neon.
2726
08d16641
PA
27272009-07-20 Pedro Alves <pedro@codesourcery.com>
2728
2729 * gdb.texinfo (Target Description Format): Mention the new <osabi>
2730 optional element.
2731 (subsection OS ABI): New subsection.
2732
782b2b07
SS
27332009-07-14 Stan Shebs <stan@codesourcery.com>
2734
2735 * gdb.texinfo (Tracepoint Conditions): New section.
2736 (General Query Packets): Describe ConditionalTracepoints.
2737 (Tracepoint Packets): Describe condition field.
2738 (Maintenance Commands): Describe maint agent-eval.
2739 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
2740
9b117ef3
HZ
27412009-07-11 Hui Zhu <teawater@gmail.com>
2742
2743 * gdb.texinfo (disassemble): Add a new modifier /r
2744 to "disassemble" command to make it print the raw instructions
2745 in hex as well as in symbolic form.
2746
f5a33284
TT
27472009-07-09 Tom Tromey <tromey@redhat.com>
2748
2749 * gdbint.texinfo (Testsuite): Document parallel make check.
2750
812f7342
TT
27512009-07-09 Tom Tromey <tromey@redhat.com>
2752
2753 * gdbint.texinfo (Testsuite): Document test transcripts.
2754
fbb8f299
PM
27552009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2756
2757 * gdb.texinfo (Values From Inferior): Add length parameter
2758 description.
2759
dd8f35ac
EZ
27602009-07-04 Chris Genly <chris@genly.us>
2761
2762 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
2763 in -var-list-children. Fix example according to what the code
2764 does.
2765
2277426b
PA
27662009-07-02 Pedro Alves <pedro@codesourcery.com>
2767
2768 * gdb.texinfo (Debugging multiple inferiors): Document the
2769 "inferior", "detach inferior" and "kill inferior" commands.
2770 (Debugging Programs with Multiple Processes): Adjust to mention
2771 generic "inferior" commands. Delete mention of "detach fork" and
2772 "delete fork". Cross reference to "Debugging multiple inferiors"
2773 section.
2774
a6d9a66e
UW
27752009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2776
5af949e3
UW
2777 * gdbint.texinfo (Item Output Functions): Update signature
2778 for ui_out_field_core_addr.
2779
27802009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2781
2782 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
2783 Update example code extrated from breakpoint.c.
2784
9901a55b 27852009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 2786
9901a55b
PP
2787 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
2788 MI commands.
2789 (GDB/MI Symbol Query): Likewise.
2790 (GDB/MI File Commands): Likewise.
2791 (GDB/MI File Transfer Commands): Likewise.
2792 (GDB/MI Target Manipulation): Likewise.
2793 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 2794
edb3359d
DJ
27952009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
2796
2797 * gdb.texinfo (Debugging Optimized Code): New chapter.
2798 (Compiling for Debugging): Reference it. Move some
2799 text to the new section.
2800
7cd1089b
PM
28012009-06-15 Phil Muldoon <pmuldoon@redhat.com>
2802
2803 * doc/gdb.texinfo (Calling): Document
2804 set-unwind-on-terminating-exception usage.
2805
d4db2f36
PA
28062009-06-11 Pedro Alves <pedro@codesourcery.com>
2807
2808 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
2809 command.
2810
d1a7880c
PA
28112009-06-07 Pedro Alves <pedro@codesourcery.com>
2812
2813 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
2814 references.
2815
473f94e6
UW
28162009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
2817
2818 * gdbint.texinfo: Rename formal parameters to gdbarch function
2819 protoypes from "current_gdbarch" to "gdbarch".
2820
8f500870
TT
28212009-05-28 Tom Tromey <tromey@redhat.com>
2822
2823 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
2824
b6313243
TT
28252009-05-27 Tom Tromey <tromey@redhat.com>
2826
2827 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2828 feature.
2829 (GDB/MI Variable Objects): Document -var-set-visualizer.
2830
28312009-04-02 Tom Tromey <tromey@redhat.com>
2832
2833 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2834 feature.
2835 (GDB/MI Variable Objects): Document -var-set-visualizer.
2836
a6bac58e
TT
28372009-05-27 Tom Tromey <tromey@redhat.com>
2838 Thiago Jung Bauermann <bauerman@br.ibm.com>
2839 Phil Muldoon <pmuldoon@redhat.com>
2840
2841 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
2842 (Pretty Printing): New node.
2843 (Selecting Pretty-Printers): Likewise.
2844 (Python API): Update.
2845 (Output Formats): Document /r format.
2846
2c74e833
TT
28472009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
2848 Tom Tromey <tromey@redhat.com>
2849
2850 * gdb.texinfo (Types In Python): New node.
2851 (Values From Inferior): "type" is now an attribute.
2852 (Python API): Update.
2853
89c73ade
TT
28542009-05-27 Tom Tromey <tromey@redhat.com>
2855 Thiago Jung Bauermann <bauerman@br.ibm.com>
2856 Phil Muldoon <pmuldoon@redhat.com>
2857
2858 * gdb.texinfo: Add @syncodeindex for `tp'.
2859 (Python API): Update.
2860 (Auto-loading): New node.
2861 (Objfiles In Python): New node.
2862
17a37d48
PP
28632009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2864
2865 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 2866
6718376f
NR
28672009-05-15 Nick Roberts <nickrob@snap.net.nz>
2868
2869 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
2870
cbe54154
PA
28712009-05-12 Pedro Alves <pedro@codesourcery.com>
2872
2873 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
2874 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
2875 show show-debug-regs' docs.
2876
8e05493c
EZ
28772009-05-08 Eli Zaretskii <eliz@gnu.org>
2878
2879 * gdb.texinfo (Process Record and Replay): Add description of
2880 reverse execution.
2881
b39f4988
JB
28822009-05-07 Joel Brobecker <brobecker@adacore.com>
2883
2884 * gdbint.texinfo (Adding support for debugging core files): New node.
2885 (Native Debugging): Remove the ``Native core file Support'' section.
2886
a2311334
EZ
28872009-05-01 Eli Zaretskii <eliz@gnu.org>
2888
2889 * gdb.texinfo (Process Record and Replay): Improve and clarify.
2890 Add index entries.
2891
53cc454a 28922009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 2893 Michael Snyder <msnyder@vmware.com>
53cc454a 2894
a2311334
EZ
2895 * gdb.texinfo: (Process Record and Replay): Add documentation for
2896 process record and replay.
53cc454a 2897
484086b7
JK
28982009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2899
2900 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
2901 a new part on command-line defined macros.
2902
32ae1842
EZ
29032009-04-25 Eli Zaretskii <eliz@gnu.org>
2904
2905 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
2906 clarify the wording.
2907
b14b1491
TT
29082009-04-23 Tom Tromey <tromey@redhat.com>
2909
2910 * gdb.texinfo (Data Files): New node.
2911 (GDB Files): Update menu.
2912
5c1e86e1
JB
29132009-04-23 Joel Brobecker <brobecker@adacore.com>
2914
2915 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 2916 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 2917
83eba9b7
VP
29182009-04-22 Vladimir Prus <vladimir@codesourcery.com>
2919
2920 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2921
e31198c4
HZ
29222009-04-22 Hui Zhu <teawater@gmail.com>
2923
2924 * gdb.texinfo (disassemble-next-line): Set the default of
2925 disassemble-next-line to off.
2926
26e251b6
JM
29272009-04-21 Joseph Myers <joseph@codesourcery.com>
2928
2929 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2930 --with-htmldir): New.
2931 * configure: Regenerate.
2932 * Makefile.in (datarootdir, docdir): Define.
2933 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2934 instead of $(SET_TEXINPUTS).
2935 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2936 gdbint.info instead of $(SET_TEXINPUTS).
2937 (gdbint/index.html): Use same -I options as for building
2938 gdbint.info.
2939 (stabs.dvi, stabs.pdf): Use same -I options as for building
2940 stabs.info instead of $(SET_TEXINPUTS).
2941 (stabs/index.html): Use same -I options as for building
2942 stabs.info.
2943 (annotate.dvi, annotate.pdf): Use same -I options as for building
2944 annotate.info instead of $(SET_TEXINPUTS).
2945 (annotate/index.html): Use same -I options as for building
2946 annotate.info.
2947
eac35c4e
DD
29482009-04-21 David Daney <ddaney@caviumnetworks.com>
2949
2950 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2951
29b0e8a2
JM
29522009-04-21 Joseph Myers <joseph@codesourcery.com>
2953
2954 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2955
2b831889 29562009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 2957 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
2958
2959 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2960 (MAKEHTMLFLAGS): Set to empty.
2961 (html__strip_dir): Define.
2962 (HTMLFILES): Define.
2963 (HTMLFILES_INSTALL): Define.
2964 (install-html): Copy new automake rule.
2965 (html): Depend on $(HTMLFILES).
2966 (gdb_toc.html): Rename to gdb/index.html.
2967 (gdbint_toc.html): Rename to gdbint/index.html.
2968 (stabs_toc.html): Rename to stabs/index.html.
2969 (annotate_toc.html): Rename to annotate/index.html.
2970
89a34d1b
JM
29712009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2972
2973 * Makefile.in: Set pdfdir and htmldir from configure
2974 substitutions.
2975 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2976 * configure: Regenerate.
2977
a2d5da46
JB
29782009-04-16 Joel Brobecker <brobecker@adacore.com>
2979
2980 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2981 This macro is no longer used.
2982
732f6a93
TT
29832009-04-15 Tom Tromey <tromey@redhat.com>
2984
2985 * gdb.texinfo (Character Sets): Document default character set.
2986
87f9adc1
PM
29872009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2988
2989 * gdbint.texinfo: Change server name from sources.redhat.com to
2990 sourceware.org throughout.
2991
2c88c651
JB
29922009-04-09 Joel Brobecker <brobecker@adacore.com>
2993
2994 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2995 about a missing dot or coma after @xref.
2996
4f5376b2
JB
29972009-04-02 Joel Brobecker <brobecker@adacore.com>
2998
2999 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3000 example, and add a small explanation about it.
3001 (Print Settings): Change the documentation of the "set print
3002 frame-arguments" to reflect the fact that the default is now "scalars".
3003
a0381d3a
JB
30042009-04-02 Joel Brobecker <brobecker@adacore.com>
3005
3006 * gdb.texinfo (Print Settings): Add kindex for command "set
3007 print frame-arguments".
3008
45ac276d
JB
30092009-03-31 Joel Brobecker <brobecker@adacore.com>
3010
3011 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3012 breakpoints.
3013 (Set Breaks): Add reference to thread-specific and task-specific
3014 breakpoints.
3015
32cd1edc
JB
30162009-03-31 Joel Brobecker <brobecker@adacore.com>
3017
3018 * gdb.texinfo (Ada Tasks): Remove the documentation about
3019 the "Running" state, as this state has been eliminated.
3020 Now all runnable tasks are shown as "Runnable".
3021
1042e4c0
SS
30222009-03-30 Stan Shebs <stan@codesourcery.com>
3023
3024 * gdb.texinfo (Tracepoints): Describe tracepoints as a
3025 special case of breakpoints.
3026 (Enable and Disable Tracepoints): Mention deprecation.
3027 (Listing Tracepoints): Update description and example.
3028
f8f6f20b
TJB
30292009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3030
3031 * gdb.texinfo (Frames in Python): New node.
3032 (Python API): Update.
3033
c0c6f777
TJB
30342009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3035
3036 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3037 from a method to an attribute.
3038
def2b000
TJB
30392009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3040
3041 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3042 attribute.
3043
a07daef3
PA
30442009-03-25 Pedro Alves <pedro@codesourcery.com>
3045
3046 * observer.texi (thread_exit): Add "silent" parameter.
3047
f3b1572e
PA
30482009-03-22 Pedro Alves <pedro@codesourcery.com>
3049
3050 * observer.texi (about_to_proceed): New.
3051
587afa38
EZ
30522009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3053
3054 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3055 field throughout to handle types with spaces in them. Fix typos
3056 found by aspell.
3057 (Summary, Requirements, Contributors): New first chapter,
3058 "Summary" added, old Requirements section moved there, and new
3059 section, "Contributors" added.
3060 (Initializing a New Architecture, Register Representation)
3061 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3062 (Porting gdb): These sections extended and updated.
3063 (Compiler Characteristics): This section (empty) deleted.
3064 (Defining Other Architecture Features): This section renamed and
3065 duplicate material removed from (formerly "Target Conditionals").
3066 Use braces {} in @deftypeXX type field throughout to handle types
3067 with spaces in them. Typos found by aspell fixed.
3068
3069 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3070 * stack_frame.pdf: Version of image for PDF output.
3071 * stack_frame.png: Version of image for HTML output and for Emacs.
3072 * stack_frame.txt: Version of image for Info output.
1db61298 3073 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 3074
10af6951
EZ
30752009-03-21 Eli Zaretskii <eliz@gnu.org>
3076
3077 * gdb.texinfo (Character Sets): Fix last change.
3078
cc924cad
TJB
30792009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3080
3081 * gdb.texinfo (Values From Inferior): Fix optional arguments
3082 markup.
3083 (Commands In Python): Adjust argument names of gdb.Command.__init__
3084 to what the function accepts as keywords.
3085
bc3b79fd
TJB
30862008-03-20 Tom Tromey <tromey@redhat.com>
3087
3088 * gdb.texinfo (Convenience Vars): Document convenience functions.
3089 (Functions In Python): New node.
3090 (Python API): Update.
3091
6c7a06a3
TT
30922009-03-20 Tom Tromey <tromey@redhat.com>
3093
3094 * gdb.texinfo (Character Sets): Remove obsolete text. Document
3095 set target-wide-charset.
3096 (Requirements): Mention iconv.
3097
b646ddd4
HZ
30982009-03-17 Hui Zhu <teawater@gmail.com>
3099
3100 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3101
91440f57
HZ
31022009-03-17 Hui Zhu <teawater@gmail.com>
3103
3104 * gdb.texinfo: Add documentation for disassemble-next-line.
3105
8fd41227
TJB
31062009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3107
3108 * gdb.texinfo (Commands In Python): Remove tindex entries.
3109
61ff14c6
JK
31102009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3111
3112 * gdb.texinfo (Returning): New description for missing debug info.
3113
0b16c5cf
PA
31142009-03-14 Pedro Alves <pedro@codesourcery.com>
3115
3116 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 3117 (General Query Packets): Document qAttached.
0b16c5cf 3118
32fc0df9
PA
31192009-03-05 Pedro Alves <pedro@codesourcery.com>
3120
3121 * gdb.texinfo (Background Execution): Better describe the set
3122 target-async command.
3123 (Maintenance Commands): Delete description of the `maint set/show
3124 linux-async' and `maint set/show remote-async' commands.
3125
134eb42c
VP
31262009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3127
3128 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3129 between sentences.
3130
c86cf029
VP
31312009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3132
3133 * gdb.texinfo (GDB/MI Async Records): Document the
3134 =library-loaded and =library-unloaded notifications.
3135
3ea85240
VP
31362009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3137
3138 * observer.texi (test_notification): New observer.
3139
1d33d6ba
VP
31402009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3141
61ff14c6
JK
3142 * observer.texi: Add parameter 'print_frame' to normal_stop
3143 observer.
1d33d6ba 3144
d721c933
EZ
31452009-02-07 Eli Zaretskii <eliz@gnu.org>
3146
3147 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3148 (Commands In Python): Fix COMMAND_* constants in last change. Use
3149 @kbd for interactive input. Add cross-references and index
3150 entries.
3151
4aa995e1
PA
31522009-02-06 Pedro Alves <pedro@codesourcery.com>
3153
3154 * gdb.texinfo (Signals): Document $_siginfo.
3155 (Convenience Variables): Mention $_siginfo.
3156 (Remote Configuration): Document qXfer:siginfo:read,
3157 qXfer:siginfo:write packets, and the read-siginfo-object,
3158 write-siginfo-object commands.
3159
5f5233d4
PA
31602009-02-06 Pedro Alves <pedro@codesourcery.com>
3161
3162 * gdbint.texinfo (Values): New chapter.
3163
d8906c6f
TJB
31642009-02-06 Tom Tromey <tromey@redhat.com>
3165
3166 * gdb.texinfo (Python API): Add entry for Commands In Python.
3167 (Commands In Python): New node.
3168
b6cb8e7d
TJB
31692009-02-05 Tom Tromey <tromey@redhat.com>
3170
3171 * gdb.texinfo (Values From Inferior): Document Value.string.
3172
12453b93
TJB
31732009-02-05 Tom Tromey <tromey@redhat.com>
3174
3175 * gdb.texinfo (Basic Python): Document execute's from_tty
3176 argument.
3177
08c637de
TJB
31782009-02-04 Tom Tromey <tromey@redhat.com>
3179
3180 * gdb.texinfo (Basic Python): Document gdb.history.
3181
592375cd
VP
31822009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3183
3184 * gdb.texinfo (GDB/MI Thread Commands): Document the
3185 'current-thread-id' field. Remove the example with zero threads,
3186 since current GDB won't ever report that if there's inferior.
3187
41447f92
VP
31882009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3189
3190 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3191 option to -break-insert.
3192
098b41a6
JG
31932009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3194 Jerome Guitton <guitton@adacore.com>
3195
3196 * gdb.texinfo (Startup): Document --with-system-gdbinit.
3197 (System-wide configuration): New section.
3198
3c16cced
PA
31992009-01-26 Pedro Alves <pedro@codesourcery.com>
3200
3201 PR gdb/7580:
3202 * gdb.texinfo (Maintenance Commands): Document "maint set|show
3203 internal-error|internal-warning quit|corefile ask|yes|no".
3204
62709adf
PA
32052009-01-26 Pedro Alves <pedro@codesourcery.com>
3206
3207 * gdb.texinfo (Using the `gdbserver' Program): Document
3208 --remote-debug.
3209
7ce58dd2
DE
32102009-01-23 Doug Evans <dje@google.com>
3211
3212 * gdb.texinfo: Add nexti to list of commands that support
3213 background execution.
3214
adb483fe
DJ
32152009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3216
3217 * gdb.texinfo (Define, Hooks): Document prefix command support.
3218
a67ec3f4 32192009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 3220 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
3221
3222 Fixes for makeinfo --html.
3223
3224 * annotate.texinfo: Use @copying and @insertcopying. Use
3225 @ifnottex in place of @ifinfo.
3226 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
3227 place of @ifinfo. Use @ifnotinfo for one index entry.
3228 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
3229 in place of @ifinfo.
3230 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
3231 in place of @ifinfo. Include contents at start unconditionally.
3232
84fcdf95
PA
32332009-01-13 Pedro Alves <pedro@codesourcery.com>
3234
3235 * gdb.texinfo (General Query Packets): Remove @var{} around the
3236 "spu" literal string.
3237
fa3a767f
PA
32382009-01-07 Pedro Alves <pedro@codesourcery.com>
3239
3240 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
3241 program may be running in another process" errors.
3242 * gdbint.texinfo (Native Conditionals): Delete
3243 ONE_PROCESS_WRITETEXT description.
3244
9cb011d3
JB
32452009-01-07 Joel Brobecker <brobecker@adacore.com>
3246
3247 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
3248 emacs local variable to be placed at the end of the ChangeLog.
3249 Add server.c and gdbreplay.c to the list of files where the
3250 copyright year needs to be updated.
3251
84603566
SL
32522009-01-06 Sandra Loosemore <sandra@codesourcery.com>
3253
3254 * gdb.texinfo (Remote Configuration): Document new
3255 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
3256 commands.
3257
a53f55d8
PA
32582008-12-28 Pedro Alves <pedro@codesourcery.com>
3259
3260 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
3261 FETCH_INFERIOR_REGISTERS.
3262 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
3263 FETCH_INFERIOR_REGISTERS descriptions. Remove
3264 gdbarch_get_longjmp_target descrition, since already described in
3265 Target Conditionals. Move gdbarch_fp0_regnum description to ...
3266 (Target Conditionals): ... here.
3267
077e0a52
JB
32682008-12-16 Joel Brobecker <brobecker@adacore.com>
3269
3270 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
3271 examples.
3272 (Additions to Ada): Likewise. Add the missing opening and closing
3273 parenthesis of the GDB prompt in one of the examples.
3274
023eb17c
JB
32752008-12-14 Joel Brobecker <brobecker@adacore.com>
3276
3277 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
3278 about the result of 'Address not being of type System.Address.
3279 This problem has been fixed a while ago.
3280
c3b108f7
VP
32812008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3282
3283 MI non-stop and multiprocess docs.
3284
c8d5aac9
L
3285 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
3286 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
3287 Adjust documentation for *stopped, document =thread-created,
3288 =thread-exited, =thread-group-created and =thread-group-exited.
3289 (GDB/MI Thread Commands): Document the 'state' field in
3290 -thread-info output.
3291 (GDB/MI Program Execution): Mention --all and --thread-group
3292 options.
3293 (GDB/MI Variable Objects): Describe floating and fixed variable
3294 objects.
3295 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 3296
07e059b5
VP
32972008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3298
c8d5aac9
L
3299 * gdb.texinfo (Operating System Information): New appendix.
3300 (Operating System Auxiliary Information): Document 'info os processes'
3301 (Remote Configuration): Document 'osdata'
3302 (General Query Packets): Document qXfer:osdata:read.
07e059b5 3303
a80b95ba
TG
33042008-11-27 Tristan Gingold <gingold@adacore.com>
3305
3306 * gdb.texinfo (Darwin): Document Darwin specific features.
3307
a655d424
JK
33082008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3309
3310 * gdbint.texinfo (Target Conditionals): Extend the
3311 gdbarch_breakpoint_from_pc description.
3312
249e1128
VP
33132008-11-22 Vladimir Prus <vladimir@codesourcery.com>
3314
3315 * gdb.texinfo (M68K Features): Fix typo.
3316
c14c28ba
PP
33172008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3318
3319 * gdb.texinfo (Symbols): Mention printing containing
3320 image name in "info symbol".
3321 (Maint translate-address): Likewise.
889bf7c5 3322
394a6666
JB
33232008-11-18 Joel Brobecker <brobecker@adacore.com>
3324
3325 * gdb.texinfo (Set Catchpoints): Remove the documentation of
3326 commands "catch load" and "catch unload".
3327
66bb093b
VP
33282008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3329
3330 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 3331 =thread-selected.
889bf7c5 3332
4a92f99b
VP
33332008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3334
c8d5aac9 3335 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 3336
f0323ca0
PA
33372008-10-27 Pedro Alves <pedro@codesourcery.com>
3338
3339 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3340 .mt files, TM_CLIBS or TM_CDEPS.
3341 (x86 Watchpoints): Don't mention TDEPFILES.
3342
8b23ecc4
SL
33432008-10-24 Sandra Loosemore <sandra@codesourcery.com>
3344
3345 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3346 (Overview): Mention notifications and non-stop mode behavior.
3347 (Packets): Update documentation of ?, vAttach, vCont, and vRun
3348 with non-stop mode behavior. Add vStopped description.
3349 (Stop Reply Packets): Update list of packets that return
3350 stop replies. Mention non-stop behavior.
3351 (General Query Packets): Document QNonStop packet and associated
3352 qSupported query response.
3353 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
3354 behavior.
3355 (Notification Packets): New section.
3356 (Remote Non-Stop): New section.
3357 (File-I/O Overview): Mention non-stop behavior.
3358
fff08868
HZ
33592008-10-24 Hui Zhu <teawater@gmail.com>
3360 Pedro Alves <pedro@codesourcery.com>
3361
3362 * gdb.texinfo (displaced-stepping): Describe the auto mode
3363 setting, and say it's the default. This is now a mainstream
3364 setting instead of a maintenance setting.
3365
252fbfc8
PA
33662008-10-23 Pedro Alves <pedro@codesourcery.com>
3367
3368 * observer.texi (thread_stop_requested): New.
3369
20924a55
JB
33702008-10-22 Joel Brobecker <brobecker@adacore.com>
3371
3372 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3373 (Patching): Replace incorrect usage of @samp by @kbd.
3374
bacec72f
MS
33752008-10-17 Michael Snyder <msnyder@vmware.com>
3376
3377 * gdb.texinfo: Add documentation for reverse execution.
3378
a08702d6 33792008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 3380 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
3381
3382 * gdb.texinfo. (Values From Inferior): New subsubsection.
3383
d97bc12b
DE
33842008-10-06 Doug Evans <dje@google.com>
3385
3386 * gdb.texinfo (set debug dwarf2-die): Document it.
3387
87f67dba
JB
33882008-10-01 Joel Brobecker <brobecker@adacore.com>
3389
3390 * gdb.texinfo (catch) [exception]: Document how to insert
3391 a breakpoint on user-defined exceptions when the exception
3392 name is identical to one of the language-defined ones.
3393
2fae03e8
TT
33942008-09-27 Tom Tromey <tromey@redhat.com>
3395
3396 * gdb.texinfo (Macros): Remove text about stringification,
3397 varargs, and splicing.
3398
5c6ce71d
TT
33992008-09-27 Tom Tromey <tromey@redhat.com>
3400
3401 * gdbint.texinfo (Language Support): Remove text about omitting
3402 support for a language.
3403
07128da0
DE
34042008-09-23 Doug Evans <dje@google.com>
3405
3406 * gdb.texinfo (info dcache): Update.
3407
b90a069a
SL
34082008-09-22 Sandra Loosemore <sandra@codesourcery.com>
3409
3410 * gdb.texinfo (Packets): Add info on thread-id syntax and
3411 multiprocess extensions.
3412 <D>: Document multiprocess form of packet.
3413 <H>: Use thread-id syntax.
3414 <T>: Likewise.
3415 <vCont>: Likewise. Note this is required for multiprocess.
3416 <vKill>: New packet.
3417 (Stop Reply Packets) <T>: Use thread-id syntax.
3418 <W>: Document multiprocess form of reply.
3419 <X>: Likewise.
3420 (General Query Packets) <qC>: Use thread-id syntax.
3421 <qfThreadInfo>: Likewise.
3422 <qGetTLSAddr>: Likewise.
3423 <qP>: Likewise.
3424 <qSupported>: Add "multiprocess" feature.
3425 <qThreadExtraInfo>: Use thread-id syntax.
3426
b77209e0
PA
34272008-09-22 Stan Shebs <stan@codesourcery.com>
3428
3429 * gdb.texinfo (Inferiors): New section.
3430
3d0bb823
PA
34312008-09-12 Pedro Alves <pedro@codesourcery.com>
3432
3433 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3434
f8dcfc0a
UW
34352008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
3436
3437 * gdbint.texinfo (Target Conditionals): Remove documentation
3438 for gdbarch_name_of_malloc.
3439
8775bb90
MS
34402008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
3441
3442 * gdb.texinfo (Interrupts): Mention TCP interface for
3443 sending BREAK.
3444
f1838a98
UW
34452008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3446
3447 * gdb.texinfo (Commands to Specify Files): Document "remote:"
3448 argument prefix to "set sysroot".
3449
158c7665
PH
34502008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
3451
3452 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
3453 and False.
3454
30e026bb
VP
34552008-08-20 Vladimir Prus <vladimir@codesourcery.com>
3456
c8d5aac9
L
3457 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
3458 for possible features of -list-features.
30e026bb 3459
c6ebd6cf
VP
34602008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3461
c8d5aac9 3462 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
3463 (GDB/MI Miscellaneous Commands): Document -list-target-features.
3464
aeac0ff9
VP
34652008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3466
3467 * doc/gdb.texinfo (PowerPC): Fix typo.
3468 (PowerPC features): Fix typo.
3469
5231c1fd
PA
34702008-08-18 Pedro Alves <pedro@codesourcery.com>
3471
3472 * observer.texi (thread_ptid_changed): New.
3473
677c5bb1
LM
34742008-08-18 Luis Machado <luisgpm@br.ibm.com>
3475
3476 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
3477 (PowerPC features): Mention feature set for VSX registers.
3478
f3a2dd1a
JB
34792008-08-13 Joel Brobecker <brobecker@adacore.com>
3480
3481 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
3482 the direct visibility of all names in user-written packages.
3483
33e5cbd6
PA
34842008-08-13 Pedro Alves <pedro@codesourcery.com>
3485
3486 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
3487 setting, and make it the default.
3488 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
3489 non-stop script example.
3490
d0384fc4
TJB
34912008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
3492
3493 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
3494 reference to the "Using Different Register and Memory Data
3495 Representation" section.
3496
a6f3e723
SL
34972008-08-12 Sandra Loosemore <sandra@codesourcery.com>
3498
3499 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
3500 (Remote Protocol): Add Packet Acknowledgment to menu.
3501 (Overview): Mention +/- can be disabled, and point to new section
3502 where this is discussed in detail.
3503 (General Query Packets): Document QStartNoAckMode packet, and
3504 corresponding qSupported reply.
3505 (Packet Acknowledgment): New section.
3506
0606b73b
SL
35072008-08-11 Sandra Loosemore <sandra@codesourcery.com>
3508 Pedro Alves <pedro@codesourcery.com>
3509
3510 * gdb.texinfo (Threads): Move paragraph about automatic thread
3511 selection to All-Stop Mode subsection.
3512 (Thread Stops): Reorganize existing material into subsections.
3513 Add introductory blurb and menu.
3514 (Non-Stop Mode): New subsection.
3515 (Background Execution): New subsection.
3516 (Maintenance Commands): Add cross-references from async mode
3517 commands to the new Background Execution section.
3518
d57a3c85
TJB
35192008-08-06 Tom Tromey <tromey@redhat.com>
3520
3521 * gdb.texinfo (Extending GDB): New chapter.
3522 (Sequences): Demoted chapter, now a section under the new
3523 Extending GDB chapter.
3524 (Python): New section.
3525
6d76a53d
SS
35262008-07-31 Stan Shebs <stan@codesourcery.com>
3527
3528 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
3529
1f70da6a
SS
35302008-07-29 Stan Shebs <stan@codesourcery.com>
3531
3532 * gdbint.texinfo: General round of cleanup and minor
3533 clarifications.
3534 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
3535 (Longjmp Support): Update description to reflect how it is done
3536 for targets without using native header.
3537 (Symbol Handling): Add a little more general explanation.
3538 (COFF, ELF): Mention stabs encapsulation.
3539 (DWARF 3): New section.
3540 (Adding a New Host): Scrub out some obsolete bits.
3541 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
3542 (Host Conditionals): Remove descriptions of NO_STD_REGS,
3543 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
3544 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
3545 SEEK_SET, STOP_SIGNAL, USG.
3546 (Raw and Virtual Register Representations): Ditto for
3547 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
3548 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
3549 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
3550 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
3551 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
3552 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
3553 DEPRECATED_REGISTER_VIRTUAL_SIZE,
3554 DEPRECATED_REGISTER_VIRTUAL_TYPE,
3555 DEPRECATED_USE_STRUCT_CONVENTION.
3556 Describe gdbarch_deprecated_fp_regnum.
3557 Update description of gdbarch_print_insn.
3558 (Adding a New Target): Scrub out obsolete bits.
3559 (Obsolete Conditionals): Remove entire section.
3560
383f836e
TT
35612008-07-25 Tom Tromey <tromey@redhat.com>
3562
3563 * observer.texi (GDB Observers): Document new observers:
3564 breakpoint_created, breakpoint_deleted, breakpoint_modified,
3565 tracepoint_created, tracepoint_deleted, tracepoint_modified,
3566 architecture_changed.
3567
cfd8ab24
SS
35682008-07-21 Stan Shebs <stan@codesourcery.com>
3569
3570 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
3571 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
3572
781b42b0
TT
35732008-07-21 Tom Tromey <tromey@redhat.com>
3574
3575 * observer.texi (GDB Observers): Remove obsolete comment.
3576 <executable_changed>: Remove argument.
3577
d7d9f01e
TT
35782008-07-18 Tom Tromey <tromey@redhat.com>
3579
3580 * gdb.texinfo (Macros): Update. Use @code rather than @command.
3581
bf250677
DE
35822008-07-10 Doug Evans <dje@google.com>
3583
3584 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
3585
10568435
JK
35862008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3587
3588 * gdb.texinfo (Starting): Document "set disable-randomization".
3589
5ae4183a
AS
35902008-07-07 Andreas Schwab <schwab@suse.de>
3591
3592 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
3593
b56e7235
VP
35942008-07-06 Vladimir Prus <vladimir@codesourcery.com>
3595
3596 * gdb.texinfo (GDB/MI Target Manipulation): Add
3597 example of -target-attach.
3598
e1ac3328
VP
35992008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3600
3601 * observer.texi (target_resumed): New observer.
5ae4183a 3602 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 3603
65d12d83
TT
36042008-06-06 Tom Tromey <tromey@redhat.com>
3605
3606 * gdb.texinfo (Completion): Add field name example.
3607
fbc5282e
MK
36082008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
3609
3610 * gdb.texinfo (GDB/MI Program Context): Added example
3611 to -exec-arguments
5ae4183a 3612
fbc5282e 36132008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
3614
3615 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
3616 annotation.
3617
c16158bc 36182008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
3619 Nathan Sidwell <nathan@codesourcery.com>
3620 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
3621
3622 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
3623 and ACX_BUGURL.
3624 * configure: Regenerate.
3625 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
3626 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
3627 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
3628 mailing-list-specific text about bug reporting unless
3629 BUGURL_DEFAULT.
3630
75c99385
PA
36312008-06-05 Pedro Alves <pedro@codesourcery.com>
3632
3633 * gdb.texinfo (-target-select): Remove reference to target async.
3634 (Maintenance Commands): Document "maint set/show remote-async".
3635
1763a388
MK
36362008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
3637
3638 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
3639 in -target-file-get section.
5ae4183a 3640
d0d064df
PA
36412008-05-22 Pedro Alves <pedro@codesourcery.com>
3642
9b562ab8
PA
3643 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
3644 killing the inferior when it is already debugging a process.
d0d064df 3645
8dfa32fc
JB
36462008-05-21 Joel Brobecker <brobecker@adacore.com>
3647
3648 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
3649 abbreviation for "finish".
3650
55f996a7
NR
36512008-05-21 Nick Roberts <nickrob@snap.net.nz>
3652
3653 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
3654
ba2b1c56
DJ
36552008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3656
3657 * gdbint.texinfo (Target Conditionals): Delete entry for
3658 gdbarch_dwarf_reg_to_regnum.
3659
08388c79
DE
36602008-05-09 Doug Evans <dje@google.com>
3661
a3c83fae 3662 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 3663
d14508fe
DE
36642008-05-05 Doug Evans <dje@google.com>
3665
3666 * gdb.texinfo (disassemble): Document /m modifier.
3667
e2b7ddea
VP
36682008-05-05 Vladimir Prus <vladimir@codesourcery.com>
3669
5ae4183a
AS
3670 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
3671 will not report the time of commands that run the target.
e2b7ddea 3672
8eb41542
VP
36732008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3674
3675 * gdb.texinfo (GDB/MI Output Records): Add
3676 missing semicolon.
3677
82f68b1c
VP
36782008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3679
3680 * gdb.texinfo (GDB/MI Output Records):
3681 Document =thread-create and =thread-exited.
3682
fa0f268d
VP
36832008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3684
3685 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 3686 Remove mention of dmi-discuss.
fa0f268d 3687
063bfe2e
VP
36882008-05-03 Pedro Alves <pedro@codesourcery.com>
3689
3690 * observer.texi (thread_exit): New.
3691
237fc4c9
PA
36922008-05-02 Pedro Alves <pedro@codesourcery.com>
3693
3694 * gdb.texinfo (Debugging Output): Document "set/show debug
3695 displaced".
3696 (Maintenance Commands): Document "maint set/show
3697 can-use-displaced-stepping".
3698
0428b8f5
DJ
36992008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3700
3701 * gdb.texinfo (ARM): Document set/show arm fallback-mode
3702 and set/show arm force-mode.
3703
5009afc5
AS
37042008-05-02 Andreas Schwab <schwab@suse.de>
3705
3706 * gdbint.texinfo (Algorithms): Describe
3707 target_watchpoint_addr_within_range.
3708
669fac23
DJ
37092008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3710
3711 * gdbint.texinfo (Stack Frames): New chapter.
3712 (Algorithms): Move Frames text to the new chapter.
3713 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
3714 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
3715
721c02de
VP
37162008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3717
5ae4183a
AS
3718 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
3719 output does not necessary include any tokens.
721c02de 3720
c055b101
CV
37212008-04-22 Corinna Vinschen <vinschen@redhat.com>
3722
3723 * gdb.texinfo (Set SH Calling convention): New @item.
3724 (Show SH Calling convention): Ditto.
3725
68837c9d
MD
37262008-04-22 Markus Deuling <deuling@de.ibm.com>
3727
3728 * gdb.texinfo (Fortran Operators): Describe '%' operator.
3729
2e9132cc
EZ
37302008-04-20 Eli Zaretskii <eliz@gnu.org>
3731
3732 * gdb.texinfo (Set Breaks): Mention that multiple location
3733 breakpoints need line number info. Add index entries.
3734
31fffb02
CS
37352008-04-19 Craig Silverstein <csilvers@google.com>
3736
3737 * gdb.texinfo (Requirements): Add an optional requirement on
3738 zlib.
3739 * gdbint.texinfo (Debugging File Formats): Add new subsection for
3740 Compressed DWARF 2.
3741
a47ec5fe
AR
37422008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
3743
3744 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
3745 sample output for 'stopped,reason="breakpoint-hit"' message.
3746 (GDB/MI Program Execution): Likewise.
3747
de051565
MK
37482008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3749
5ae4183a 3750 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
3751 -var-set-format. Add -f option to -var-evaluate-expression.
3752
6ba66d6a
JB
37532008-04-03 Joel Brobecker <brobecker@adacore.com>
3754
3755 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
3756 new node "Ambiguous Expressions". Replace references to this
3757 node by references to "Ambiguous Expressions" throughout.
3758 (Ambiguous Expressions): New node.
3759
1e26b4f8
DJ
37602008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
3761
3762 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
3763
b84876c2
PA
37642008-03-21 Pedro Alves <pedro@codesourcery.com>
3765
3766 * gdb.texinfo (Debugging Output): Document
3767 "set/show debug lin-lwp-async".
3768 (Maintenance Commands): Document "maint set/show linux-async".
3769
63092375
DJ
37702008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3771
3772 * gdb.texinfo (Expressions): Update description of malloced arrays.
3773
8e8901c5
VP
37742008-03-15 Vladimir Prus <vladimir@codesourcery.com>
3775
3776 * gdb.texinfo (Thread Commands): Document
3777 -thread-info. Remove -thread-list-all-threads.
3778
1fddbabb
PA
37792008-03-14 Pedro Alves <pedro@codesourcery.com>
3780 Sandra Loosemore <sandra@codesourcery.com>
3781
3782 * gdb.texinfo (Library List Format): Update to mention the
3783 possibility to pass section addresses instead of segment
3784 addresses.
3785
ccd213ac
DJ
37862008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
3787
3788 * gdb.texinfo (Starting): Document "set exec-wrapper".
3789 (Server): Document gdbserver --wrapper.
3790
fa4727a6
DJ
37912008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3792
3793 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
3794 unreadable memory. Delete obsolete SPARClite reference.
3795
8edfe269
DJ
37962008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3797
3798 * gdb.texinfo (Starting): Mention always-running targets.
3799 (Target Commands): Add an anchor for load.
3800 (Connecting): Explain continue instead of run.
3801
1843f87b
DJ
38022008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
3803
3804 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
3805
f9082629
NR
38062008-02-26 Nick Roberts <nickrob@snap.net.nz>
3807
3808 * gdb.texinfo (Set Breaks): Revert description of Enb column of
3809 breakpoint table.
3810
fd96d250
PA
38112008-02-19 Pedro Alves <pedro@codesourcery.com>
3812
3813 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
3814 killing the inferior when it is already debugging a process.
3815
36af4ef6
MD
38162008-02-13 Markus Deuling <deuling@de.ibm.com>
3817
3818 * gdbint.texinfo (Build Script): New section. Mention new build script
3819 gdb_buildall.sh.
3820
cda4ce5a
JB
38212008-02-01 Jim Blandy <jimb@red-bean.com>
3822
3823 * gdb.texinfo (Help): Summarize 'info args' correctly.
3824
4acd40f3
TJB
38252008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3826
3827 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
3828 available in PowerPC architecture.
3829 (Embedded Processors): Change node name of PowerPC item in menu.
3830 (PowerPC): Rename to...
3831 (PowerPC Embedded): this.
3832 (Architectures): Add new PowerPC item in menu.
3833 (PowerPC): New node.
3834
6e6c6f50
DJ
38352008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3836
3837 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
3838 commands.
3839
5ee187d7
DJ
38402008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3841
3842 * gdb.texinfo (Setting Catchpoints): Mention features
3843 supported on GNU/Linux.
3844
e275c0d9
NR
38452008-01-30 Nick Roberts <nickrob@snap.net.nz>
3846
3847 * gdb.texinfo (GDB/MI File Commands): Describe new output
3848 field for MI command -file-list-exec-source-file.
3849
2d717e4f
DJ
38502008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3851
3852 * gdb.texinfo (Using the `gdbserver' Program): Add security
3853 warning. Rearrange into subsections and subsubsections. Document
3854 --multi and --debug. Correct --with-sysroot typo. Update --attach
3855 usage. Make load reference clearer. Document monitor exit.
3856 (Remote Configuration): Document set remote exec-file, attach-packet,
3857 and run-packet.
3858 (Packets): Document vAttach and vRun.
3859
d35a4257 38602008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
3861
3862 * gdb.texinfo (Processes): Mention process command.
889bf7c5 3863 detach-on-follow -> detach-on-fork.
f663676d 3864
c78d192c
DJ
38652008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3866
3867 * gdbint.texinfo (Native Conditionals): Remove
3868 SHELL_COMMAND_CONCAT and SHELL_FILE.
3869
d35a4257
EZ
38702008-01-26 Eli Zaretskii <eliz@gnu.org>
3871
3872 * gdb.texinfo (Specify Location): Improve wording.
3873
93815fbf
VP
38742008-01-23 Chris Demetriou <cgd@google.com>
3875
3876 * gdb.texinfo (Threads): Document new "set print thread-events"
3877 and "show print thread-events" commands.
3878
2a25a5ba
EZ
38792008-01-19 Eli Zaretskii <eliz@gnu.org>
3880
3881 * gdb.texinfo (Specify Location): New section.
3882 (Delete Breaks, Edit, Set Breaks): Remove description of
3883 locations. Instead, add a reference to "Specify Location".
3884 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
3885 (Symbols): Refer to "Specify Location" for the valid forms of
3886 linespecs and locations.
3887
32c9a795
MD
38882008-01-18 Markus Deuling <deuling@de.ibm.com>
3889
3890 * gdbint.texinfo (Target Conditionals): Replace the description of
3891 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
3892
b17828ca
JB
38932008-01-12 Paul Hilfinger <hilfinger@adacore.com>
3894
3895 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
3896 about &&var, which is rejected by the expression parser.
3897
0aea4bf3
LM
38982008-01-09 Luis Machado <luisgpm@br.ibm.com>
3899
3900 * gdb.texinfo (Output): Update documentation on using printf with DFP
3901 types.
3902
febe4383
TJB
39032008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3904
3905 * gdb.texinfo (C and C++): Add Decimal Floating Point format
3906 subsubsection.
3907 (Decimal Floating Point format): New subsubsection.
3908
7a404eba
PA
39092008-01-05 Pedro Alves <pedro@codesourcery.com>
3910
3911 * gdb.texinfo (File Options): Remove mention of the attempt to
3912 open a core file with the -p option. Don't list -c as a valid
3913 option to attach to a process.
3914
a4d9b460
PA
39152008-01-05 Pedro Alves <pedro@codesourcery.com>
3916
3917 * gdbint.texinfo (Host Conditionals): Remove mention of
3918 ALIGN_STACK_ON_ENTRY.
3919
6ec2edbe
JB
39202008-01-05 Joel Brobecker <brobecker@adacore.com>
3921
3922 * gdbint.texinfo (Start of New Year Procedure): Add item
3923 describing how to update the source and documentation copyright
3924 notices.
3925
d8b2a693
JB
39262007-12-18 Jim Blandy <jimb@codesourcery.com>
3927
ab209b3a 3928 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
3929 watchpoint explanation into the main description of the watchpoint
3930 command; update synopses of 'watch', 'rwatch', and 'awatch'
3931 commands.
3932
8b4ed427
VP
39332007-12-18 Vladimir Prus <vladimir@codesourcery.com>
3934
3935 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3936 Document 'pending-breakpoints' feature of
3937 -list-features.
3938
37e4754d
LM
39392007-12-17 Luis Machado <luisgpm@br.ibm.com>
3940
669fac23 3941 * gdb.texinfo: Add new parameter's description.
37e4754d 3942
1d3811f6
DJ
39432007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3944
3945 * gdb.texinfo (Overview): Clarify run-length encoding
3946 example. Remove the restriction on "+" and "-" characters.
3947
c1c25a1a
EZ
39482007-12-15 Eli Zaretskii <eliz@gnu.org>
3949
3950 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3951
afe8ab22 39522007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3953
afe8ab22
VP
3954 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3955 the -f option for -break-insert, remove -r option,
3956 and clarify specification of location.
3957
a6b151f1
DJ
39582007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3959
3960 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3961 formatting.
3962 (Remote Debugging): Add File Transfer section.
3963 (Remote Configuration): Document Host I/O packets.
3964 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 3965 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
3966 (Packets): Add vFile.
3967
3b784c4f
EZ
39682007-11-17 Eli Zaretskii <eliz@gnu.org>
3969
3970 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3971 breakpoints with multiple locations.
3972 (Breakpoint Menus): Improve wording.
3973 (Output): Fix last change.
3974
a4ce5b0d
UW
39752007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3976
3977 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3978
1b39d5c0
DE
39792007-11-15 Doug Evans <dje@google.com>
3980
3981 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3982
7a72d44c
VP
39832007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3984
3985 * gdbint.texinfo (Native Conditionals): Remove
3986 mention of CLEAR_SOLIB.
5ae4183a 3987
6d1829bf 39882007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
3989
3990 * gdb.texinfo (Print Settings): Add documentation for "set/show
3991 print frame-arguments".
3992
1a619819
LM
39932007-11-05 Luis Machado <luisgpm@br.ibm.com>
3994
3b784c4f 3995 * gdb.texinfo (Output): Update printf command's description.
1a619819 3996
55eddb0f
DJ
39972007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3998
3999 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4000 powerpc soft-float".
4001
9cceb671
DJ
40022007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4003
4004 * gdb.texinfo (Files): Correct formatting. Mention Expat
4005 requirement.
4006 (Requirements for Building GDB): Expand the list of Expat
4007 uses.
4008 (Library List Format, Memory Map Format): Mention Expat.
4009 (Target Descriptions): Update Expat wording.
4010
83acabca
DJ
40112007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4012
4013 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4014 Document that gdbarch_convert_register_p should return zero for no-op
4015 conversions.
4016
e35879db
UW
40172007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
4018
83acabca 4019 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
4020 of set_gdbarch_sofun_address_maybe_missing back to ...
4021 (Target Conditionals): ... here to fix build break.
4022
203c3895
UW
40232007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4024
83acabca 4025 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
4026 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4027 (Compiler Characteristics): ... documentation of
4028 set_gdbarch_sofun_address_maybe_missing.
4029
11411de3
DJ
40302007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4031
4032 * gdbint.texinfo (Target Conditionals): Use
4033 frame_unwind_register_unsigned in examples instead of
4034 frame_unwind_unsigned_register.
4035
7cc46491
DJ
40362007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4037
4038 * gdb.texinfo (Predefined Target Types): Add int128
4039 and uint128.
4040 (Standard Target Features): Add PowerPC features.
4041
81adfced
DJ
40422007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4043
4044 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4045
c1874924
UW
40462007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4047
4048 * gdbint.texi (Target Conditionals): Remove documentation
4049 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4050 gdbarch_extract_return_value, and gdbarch_store_return_value.
4051
f6e56ab3
UW
40522007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4053
4054 * gdbint.texi (Target Conditionals): Remove documentation of
4055 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4056
56cf5405
KH
40572007-10-11 Kazu Hirata <kazu@codesourcery.com>
4058
4059 * gdb.texinfo: Mention that inaccessible-by-default is on by
4060 default.
4061
35156bae
DJ
40622007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4063
4064 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4065
d983da9c
DJ
40662007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4067
4068 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4069 multi-threaded watchpoints.
4070 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4071 checked. Describe sticky notification. Expand description
4072 of steppable and continuable watchpoints.
4073 (Watchpoints and Threads): New subsection.
4074
fe6fbf8b
VP
40752007-09-28 Vladimir Prus <vladimir@codesourcery.com>
4076
4077 * gdb.texinfo (Setting Breakpoints): Revise
4078 documentation for pending breakpoints. Document
4079 breakpoints with multiple locations.
5ae4183a 4080
084344da
VP
40812007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4082
4083 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4084 Document -list-features.
5ae4183a 4085
82160952
EZ
40862007-09-15 Eli Zaretskii <eliz@gnu.org>
4087
4088 * gdb.texinfo (Output): Spell out which features of C's printf are
4089 not supported by GDB's printf.
7e27a47a
EZ
4090 (Separate Debug Files): More accurate wording regarding build ID
4091 and a reference to the ld manual rather than the Fedora wiki.
82160952 4092
ea37ba09
DJ
40932007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4094 Jim Blandy <jimb@codesourcery.com>
4095
4096 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
4097 (Examining Memory): Update mentions of the 's' format.
4098 (Automatic Display): Likewise.
4099
b8533aec
DJ
41002007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
4101
4102 * gdb.texinfo: Update the FSF's Back-Cover Text.
4103
83f83d7f
JK
41042007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4105 Eli Zaretskii <eliz@gnu.org>
4106
4107 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4108 Fixed the ``build ID'' name. New binaries build instructions for the
4109 build ID inclusion. Explain how the commands are specific to the build
4110 ID vs. debug link.
4111
c7e83d54
EZ
41122007-09-01 Eli Zaretskii <eliz@gnu.org>
4113
4114 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4115 indexing for ``build ID'' support.
4116
d3750b24
JK
41172007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4118
4119 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4120 Enlisted BUILD ID to the debug file searching example.
4121 Included a BUILD ID `.note.gnu.build-id' section description.
4122 Updated/added the debug files splitting instructions for OBJCOPY.
4123
02142340
VP
41242007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4125
4126 * gdb.texinfo (Variable Objects): Adjust docs
4127 for -var-info-expression and document
4128 -var-info-path-expression.
4129
d3bdde98
JB
41302007-08-20 Jim Blandy <jimb@codesourcery.com>
4131
3fb6a982
JB
4132 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4133 (title page): Include the dedication in the printed manual, as a
4134 separate page after the copyright notice.
5ae4183a 4135
d3bdde98
JB
4136 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4137 don't break a @var across a line.
4138
c80a96a8
MR
41392007-07-25 Maciej W. Rozycki <macro@mips.com>
4140
4141 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4142 for include files.
4143
5824a901
NR
41442007-07-12 Nick Roberts <nickrob@snap.net.nz>
4145
4146 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
4147 in annotate.texinfo.
4148 (Command History): Link to new node.
5824a901 4149
d52e7ea3
UW
41502007-07-05 Markus Deuling <deuling@de.ibm.com>
4151
4152 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4153
5fc14d0a
EZ
41542007-07-05 Eli Zaretskii <eliz@gnu.org>
4155
4156 * gdbint.texinfo (Target Conditionals): Fix last change.
4157
4a9bb1df
UW
41582007-07-03 Markus Deuling <deuling@de.ibm.com>
4159
4160 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4161 routines:
4162 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4163 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4164 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4165 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4166 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4167 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4168 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4169 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4170 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4171 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4172 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4173 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4174 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4175 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4176 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4177 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4178 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4179 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4180 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4181 (SOFTWARE_SINGLE_STEP_P)
4182
4183 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4184 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4185
4186 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4187 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4188 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4189 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4190 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4191 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4192 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4193 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4194 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4195 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4196
4197 (Converting an existing Target Architecture to Multi-arch): Remove
4198 section.
4199
4200 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4201 (gdbarch_addr_bits_remove): Add code example.
4202
4203 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4204
cfa9d6d9
DJ
42052007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4206
4207 * gdb.texinfo (Remote Configuration): Document library-info-packet.
4208 Add other missing entries. Adjust the table size to fit.
4209 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
4210 stop reasons including the new "library" event.
4211 (General Query Packets): Adjust table widths for qSupported. Mention
4212 qXfer:libraries:read reply to qSupported and document the new packet.
4213 (Library List Format): New section.
4214
159fcc13
JK
42152007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4216
4217 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4218
f66d1690
MS
42192007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
4220
4221 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4222
67102876
NR
42232007-06-25 Nick Roberts <nickrob@snap.net.nz>
4224
4225 * gdbint.texinfo (Register and Memory Data): Break sections
4226 into nodes and add a menu.
4227
a4642986
MR
42282007-06-21 Maciej W. Rozycki <macro@mips.com>
4229
4230 * gdb.texinfo (Examining Memory): Document the new behaviour.
4231
e9c17194
VP
42322007-06-21 Vladimir Prus <vladimir@codesourcery.com>
4233
4234 * gdb.texinfo (Standard Target Features): Document
4235 m68k features.
4236
31d99776
DJ
42372007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4238
4239 * gdb.texinfo (General Query Packets): Document qOffsets changes.
4240
1780a0ed
DJ
42412007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4242
4243 * gdb.texinfo (Target Description Format): Add version attribute
4244 for <target>.
4245
822b6570
DJ
42462007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4247
4248 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
4249
f8b73d13
DJ
42502007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4251
4252 * gdb.texinfo (MIPS Features): New subsection.
4253
0e7f50da
UW
42542007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4255 Markus Deuling <deuling@de.ibm.com>
4256
4257 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
4258 and qXfer:spu:write packets and mention them under qSupported.
4259
23d964e7
UW
42602007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4261 Markus Deuling <deuling@de.ibm.com>
4262
4263 * gdb.texinfo (Architectures): Add new SPU section to document
4264 Cell Broadband Engine SPU architecture specific commands.
4265
9f708cb2
VP
42662007-06-09 Vladimir Prus <vladimir@codesourcery.com>
4267
4268 * gdb.texinfo (GDB/MI Variable Objects): Editorial
4269 comments.
4270
7579b5f8
NR
42712007-06-07 Nick Roberts <nickrob@snap.net.nz>
4272
4273 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
4274
bf06d120
JB
42752007-05-29 Jim Blandy <jimb@codesourcery.com>
4276
4277 * gdb.texinfo (Overview): Doc fix.
4278
23776285
MR
42792007-05-22 Maciej W. Rozycki <macro@mips.com>
4280
4281 * gdb.texinfo (Remote Configuration): Document "set/show
4282 remoteflow".
4283
1a69e1e4
DJ
42842007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4285
bf06d120
JB
4286 * gdb.texinfo (MIPS): Remove documentation for set mips
4287 saved-gpreg-size, show mips saved-gpreg-size, and set mips
4288 stack-arg-size.
1a69e1e4 4289
46ba6afa 42902007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4291
46ba6afa
BW
4292 * all-cfg.texi (GDBTUI): New.
4293 * gdb.texinfo (Mode Options): Use GDBTUI variable.
4294 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
4295 (TUI Configuration): Edit to improve clarity and fix problems of
4296 both style and content.
5ae4183a 4297
06d3b283
UW
42982007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4299
4300 * observer.texi (GDB Observers): New observer "new_objfile".
4301
179101d6
UW
43022007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4303
4304 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
4305
25d5ea92
VP
43062007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4307
4308 * gdb.texinfo (GDB/MI Variable Objects): Document
4309 frozen variables objects.
5ae4183a 4310
ea35711c
DJ
43112007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4312
4313 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4314 (Character Sets, Caching Data of Remote Targets): Likewise.
4315 (Targets): Delete Remote node. Move its text...
4316 (Debugging Remote Programs): ...to here. Delete description
4317 of the "remote" command.
4318 (Remote configuration): Delete description of "set remotedevice"
4319 and "show remotedevice".
4320 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4321
db2e3e2e
BW
43222007-04-11 Bob Wilson <bob.wilson@acm.org>
4323
5ae4183a
AS
4324 * gdb.texinfo (Contributors, Continuing and Stepping)
4325 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4326 (General Query Packets, File-I/O Remote Protocol Extension)
4327 (Protocol Basics, The F Reply Packet, Write)
4328 (Protocol-specific Representation of Datatypes, Memory Transfer):
4329 Fix hyphenation, punctuation and grammar problems.
4330 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
4331 'section' instead of 'subsection' in the text.
4332 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4333 (i386): Remove period from section name.
db2e3e2e
BW
4334 (Installing GDB, Requirements, Running Configure, Separate Objdir)
4335 (Config Names, Configure Options): Use @file{configure}.
4336
8a3dae3e
DJ
43372007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
4338
4339 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4340 and tab expansion.
4341
1a92f856
DJ
43422007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4343
4344 * gdbint.texinfo (SOM): Correct location of the SOM reader.
4345
79a6e687 43462007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4347
79a6e687
BW
4348 * gdb.texinfo: Consistently capitalize all significant words in
4349 node names, chapter titles, section titles, and headings. Update
4350 cross references to match.
4351 (Starting and Stopping Trace Experiment): Make node name plural.
4352 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 4353
ad527d2e
PA
43542007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4355
4356 * gdb.texinfo (WinCE): Delete obsolete subsection.
4357
7ce59000
DJ
43582007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4359
4360 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4361 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4362 references.
4363
8807d78b
DJ
43642007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4365
4366 * gdb.texinfo (Startup): Delete references to some alternate
4367 names for .gdbinit.
4368 (Thread): Remove LynxOS reference.
4369 (Tandem ST2000): Delete target-specific documentation.
4370 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4371 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4372 and GDB_OSABI_LYNXOS.
4373
5f402660
UW
43742007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4375
4376 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4377
bac718a6
UW
43782007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4379
4380 * gdbint.texinfo (Target Conditionals): Remove mention of
4381 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4382 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4383
9453113a
DJ
43842007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4385
4386 * Makefile.in: Add "pdfdir" installation
4387 directory, PDFTEX macro, support for "install-pdf" target,
4388 and rules for making a pdf version of refcard.texi.
4389 * refcard.tex: Specify paper size for PDF output.
4390
ae21e955 43912007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4392
ae21e955 4393 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 4394
3f94c067 43952007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4396
3f94c067
BW
4397 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4398 (Source Path, Character Sets, Macros, Define)
4399 (GDB/MI Result Records, GDB/MI Simple Examples)
4400 (GDB/MI Program Execution, GDB/MI File Commands)
4401 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4402 (Bug Reporting): Use @value{GCC}.
5ae4183a 4403
12c27660 44042007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4405
12c27660
BW
4406 * gdb.texinfo (Help): Fix formatting of examples.
4407 (Variables): Use @ifnotinfo instead of @iftex.
4408 (Non-debug DLL symbols): Use @ref instead of @pxref.
4409 (Sparclet File): Use @samp instead of quotes.
5ae4183a 4410
ce9341a1
BW
44112007-03-26 Bob Wilson <bob.wilson@acm.org>
4412
4413 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4414
c8f4133a
BW
44152007-03-26 Bob Wilson <bob.wilson@acm.org>
4416
4417 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4418 the order of the nodes.
4419 (C Operators, C Constants, Debugging C): Remove extra menus.
4420 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 4421
c8f4133a 44222007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
4423
4424 * gdb.texinfo (File Options): Add missing parenthesis.
4425 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4426
c74d0ad8
DJ
44272007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4428
4429 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4430
ff6f572f
DJ
44312007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4432
669fac23 4433 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
4434 case insensitivity.
4435 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4436
994337c3
NR
44372007-02-18 Nick Roberts <nickrob@snap.net.nz>
4438
4439 * gdb.texinfo (Top): Put Appendix A after numbered sections.
4440 (Files): Add section name to argument list for pxref.
4441 (Non-debug DLL symbols): Don't use `see' for pxref.
4442 (Embedded Processors): Fix typo.
4443 (GDB/MI Breakpoint Commands): Execution commands generate
4444 *stopped not ^done.
4445
eb819d70
NR
44462007-02-13 Nick Roberts <nickrob@snap.net.nz>
4447
4448 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4449 values for in_scope. Mention that only root variables can be
4450 updated.
4451 (GDB/MI Development and Front Ends): Explain new values may be
4452 added to existing fields.
4453
123dc839
DJ
44542007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4455
4456 * gdb.texinfo (-target-disconnect): Use @smallexample.
4457 (Requirements): Add anchor for Expat. Update description.
4458 (Target Descriptions): Mention Expat.
4459 (Target Description Format): Document new elements. Use
4460 @smallexample.
4461 (Predefined Target Types, Standard Target Features): New sections.
669fac23 4462 * gdbint.texinfo (Target Descriptions): New section.
123dc839 4463
108546a0
DJ
44642007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4465
4466 * gdb.texinfo (Target Description Format): Add section on XInclude.
4467
95a98c01
NR
44682006-02-03 Nick Roberts <nickrob@snap.net.nz>
4469
4470 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
4471 command -enable-timings.
4472
f4b3909f
EZ
44732007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
4474
5ae4183a 4475 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
4476 descriptions for new/deleted elements in gdb_osabi. Add missing
4477 description for function generic_elf_osabi_sniff_abi_tag_sections.
4478
c7ba131e
JB
44792007-01-29 Joel Brobecker <brobecker@adacore.com>
4480
4481 * gdb.texinfo (Maintenance Commands): Add documentation for
4482 the new "maint print target-stack" command.
4483
3a60f64e
JK
44842007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4485 Eli Zaretskii <eliz@gnu.org>
4486
f4b3909f 4487 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 4488
c582f8b6
EZ
44892007-01-26 Eli Zaretskii <eliz@gnu.org>
4490
4491 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
4492 Use @value{NGCC} instead of @value{GCC}.
4493
d3e8051b
EZ
44942007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
4495
4496 * agentexpr.texi: Fix typos.
4497 * annotate.texinfo: Likewise.
4498 * gdb.texinfo: Likewise.
4499 * gdbint.texinfo: Likewise.
4500 * observer.texi: Likewise.
4501 * stabs.texinfo: Likewise.
4502
86f04699
EZ
45032007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
4504
4505 * gdbint.texinfo (Support Libraries): Remove mmalloc
4506 entry. Describe readline library.
4507
23181151
DJ
45082007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4509
4510 * gdb.texinfo (Target Descriptions): New section.
4511 (General Query Packets): Add QPassSignals anchor. Mention
4512 qXfer:features:read under qSupported. Expand mentions of
4513 qXfer:memory-map:read and QPassSignals. Document
4514 qXfer:features:read.
4515
f822c95b
DJ
45162007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4517
4518 * gdb.texinfo (Commands to specify files): Describe
4519 "set sysroot" and "show sysroot".
4520 (Using the `gdbserver' program): Lowercase argument
4521 to @var. Expand description of setting up GDB on the
4522 host.
4523
8936fcda
JB
45242007-01-05 Joel Brobecker <brobecker@adacore.com>
4525
4526 * gdb.texinfo (Set Catchpoints): Add documentation for the new
4527 catch exception, catch exception unhandled, and catch assert
4528 commands.
4529
e776119f
DJ
45302007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4531
4532 * gdb.texinfo (Debugging Output): Document "set debug xml"
4533 and "show debug xml".
4534
aa79a185
DJ
45352007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4536
4537 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
4538
7f893741
JB
45392007-01-01 Joel Brobecker <brobecker@adacore.com>
4540
4541 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
4542
a1b5960f
VP
45432006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4544
4545 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
4546 note in @ignore, to be removed later if nobody complains.
4547
9f470e6e
NR
45482006-12-04 Nick Roberts <nickrob@snap.net.nz>
4549
4550 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
4551 of -var-delete.
4552
765dc015 45532006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4554
765dc015 4555 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
4556 automatic software/hardware breakpoint usage and
4557 the "set breakpoint auto-hw" command.
765dc015 4558
4b5752d0
VP
45592006-11-21 Vladimir Prus <vladimir@codesourcery.com>
4560
4561 * gdb.texinfo (Memory Access Checking): New.
4562
89be2091
DJ
45632006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
4564
4565 * gdb.texinfo (Remote configuration): Mention
4566 "pass-signals-packet".
4567 (General Query Packets): Document QPassSignals. Fix
4568 a typo.
4569
ca3bf3bd
DJ
45702006-11-14 Maxim Grigoriev <maxim@tensilica.com>
4571
4572 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
4573
427c3a89
DJ
45742006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4575
4576 * gdb.texinfo (Remote configuration): Rewrite documentation for
4577 packet configuration commands.
4578 (OS Information): Adjust reference to qXfer:auxv:read.
4579 (General Query Packets): Remove references to read-aux-vector-packet
4580 and set remote get-thread-local-storage-address.
4581
7a107747
DJ
45822006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
4583
4584 * gdbint.texinfo (Target Architecture Definition): Add new
4585 Initializing a New Architecture section.
4586
1c56eb0e
EZ
45872006-10-31 David Taylor <dtaylor@emc.com>
4588
4589 * stabs.texinfo (Macro define and undefine): New node describing
4590 stabs for #define and #undef.
4591
f73adfeb
AS
45922006-10-27 Andreas Schwab <schwab@suse.de>
4593
4594 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
4595
fd60e0df
EZ
45962006-10-21 Eli Zaretskii <eliz@gnu.org>
4597
4598 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
4599 clarify on the possible meanings of ``expression'' watched by
4600 watchpoints. Add indexing.
e5ac9b53
EZ
4601 (Prompting, Errors, Invalidation, Annotations for Running)
4602 (Source Annotations): Fix index entries by adding "annotation" to
4603 them, to discriminate from index entries that point to the more
4604 general topic descriptions.
fd60e0df 4605
52bb452f
DJ
46062006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4607
4608 * gdbint.texinfo (Target Vector Definition): Move most
4609 content into Existing Targets. Add a menu.
4610 (Existing Targets): New section, moved from Target Vector
4611 Definition. Use @subsection.
4612 (Managing Execution State): New section.
4613
58955e58
BW
46142006-10-16 Bob Wilson <bob.wilson@acm.org>
4615
4616 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
4617
c8aa23ab
EZ
46182006-10-15 Eli Zaretskii <eliz@gnu.org>
4619
4620 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
4621 (Command Syntax, Signals, Backtrace, Connecting)
4622 (Remote configuration, Renesas Boards, Console I/O): Fix last
4623 change: use Ctrl- instead of C-, except wrt Emacs.
4624 (File-I/O Examples): Put Ctrl-c in @kbd.
4625 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
4626 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
4627 (Signals, Set Breaks, Set Watchpoints): Document optional
4628 arguments to `info signals' `handle', `info breakpoints', and
4629 `info watchpoints'.
c8aa23ab 4630
e7109c7e
EZ
46312006-10-14 Eli Zaretskii <eliz@gnu.org>
4632
4633 * gdb.texinfo (Backtrace): Fix last change.
4634
de3aea7b
NR
46352006-10-14 Nick Roberts <nickrob@snap.net.nz>
4636
4637 * gdb.texinfo (Backtrace): Order correctly and add other cases.
4638
7f9087cb
BW
46392006-10-10 Bob Wilson <bob.wilson@acm.org>
4640
c8aa23ab
EZ
4641 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
4642 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
4643 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 4644
68437a39
DJ
46452006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4646 Daniel Jacobowitz <dan@codesourcery.com>
4647
4648 * gdb.texinfo (Packets): Document vFlashErase,
4649 vFlashWrite and vFlashDone packets.
4650 (General Query Packets): Document qXfer:memory-map:read.
4651 Add a new feature for qXfer:memory-map:read.
4652 (Memory map format): New section.
4653 (Target Commands): Mention that gdb can write flash.
4654
fd79ecee
DJ
46552006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4656 Daniel Jacobowitz <dan@codesourcery.com>
4657
4658 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
4659 memory regions and "mem auto".
4660
350da6ee
DJ
46612006-09-21 Nathan Sidwell <nathan@codesourcery.com>
4662
4663 * gdbint.texinfo (Array Containers): New section.
4664
2f1acb09
VP
46652006-09-17 Vladimir Prus <vladimir@codesourcery.com>
4666
4667 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4668 -stack-list-arguments HIGH_FRAME argument can be larger then the
4669 actual number of frames.
4670
2ab1eb7a
VP
46712006-09-07 Vladimir Prus <vladimir@codesourcery.com>
4672
4673 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
4674 -stack-list-locals HIGH_FRAME argument can be larger then the
4675 actual number of frames.
2ab1eb7a 4676
599b237a
BW
46772006-09-02 Bob Wilson <bob.wilson@acm.org>
4678
4679 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
4680 Register Packet Format, Tracepoint Packets): Fix spelling errors.
4681
25ab7e6d
EZ
46822006-09-02 Eli Zaretskii <eliz@gnu.org>
4683
4684 * gdbint.texinfo (Overall Structure): New section "Source Tree
4685 Structure".
4686
940178d3
JB
46872006-08-17 Jim Blandy <jimb@codesourcery.com>
4688
4689 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
4690 responses.
4691
30daae6c
JB
46922006-08-08 Joel Brobecker <brobecker@adacore.com>
4693
4694 * gdb.texinfo (Source Path): Add documentation for new
4695 substitute-path commands.
4696
7fa2210b
DJ
46972006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
4698
4699 * gdb.texinfo (Installing GDB): Update menu. Move text to...
4700 (Running Configure): ...here.
4701 (Requirements): New node. Mention expat.
4702
3d00d119
DJ
47032006-08-08 Vladimir Prus <vladimir@codesourcery.com>
4704
5ae4183a 4705 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
4706 'set download-write-size' and 'show download-write-size'.
4707
0cbfa4ee
DJ
47082006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
4709
4710 * stabs.texinfo (Member Type Descriptor): Correct example for
4711 pointer to member types.
4712
16026cd7
AS
47132006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
4714
4715 * gdb.texinfo (Optional warnings and messages): Add
4716 'set/show trace-commands'.
4717 (Command files): Add '-v' to source command.
4718
0876f84a
DJ
47192006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4720
4721 * gdb.texinfo (OS Information): Update qPart reference to
4722 qXfer.
4723 (Remote configuration): Likewise.
4724 (Overview): Move @cindex to the start of a paragraph. Talk
4725 about binary data encoding.
4726 (Packets): Refer to the overview for the details of the X
4727 packet encoding.
4728 (General Query Packets): Remove qPart description. Add qXfer
4729 description. Add an anchor to qSupported. Correct feature
4730 table title. Add a new feature for qXfer:auxv:read.
4731 (Interrupts): Add a missing parenthesis.
4732
2ec3381a
DJ
47332006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
4734
669fac23 4735 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
4736 (GDB/MI Kod Commands): Remove commented out node.
4737
594fe323
EZ
47382006-07-01 Eli Zaretskii <eliz@gnu.org>
4739
4740 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
4741 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
4742 (GDB/MI Thread Commands, GDB/MI Program Execution)
4743 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
4744 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
4745 (GDB/MI File Commands, GDB/MI Target Manipulation)
4746 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
4747 since the MI prompt is hard-wired into the code.
4748
7e3fb70c
NR
47492006-07-01 Nick Roberts <nickrob@snap.net.nz>
4750
4751 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
4752 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
4753 (GDB/MI Data Manipulation): Remove description of unimplemented
4754 display related commands as variable objects perform this function
4755 and are superior: -display-delete, -display-disable,
4756 -display-enable, -display-insert and -display-list. Move
4757 -environment-cd, -environment-directory, -environment-path
4758 and -environment-pwd to "Program Context".
4759 (GDB/MI Program Control): Rename to "Program Execution". Move
4760 -exec-arguments -exec-abort to...
4761 (GDB/MI Program Context): ...here. New node split from "Data
4762 Manipulation".
4763
be2a5f71
DJ
47642006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
4765
4766 * gdb.texinfo (Remote configuration): Document set / show
4767 remote supported-packets.
4768 (General Query Packets): Document qSupported packet.
4769
fc320d37
SL
47702006-06-10 Sandra Loosemore <sandra@codesourcery.com>
4771
4772 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
4773 and font markup.
4774 (Protocol basics): Likewise.
4775 (The F request packet): Likewise.
4776 (The F reply packet): Likewise.
4777 (Memory transfer): Move this node to be a subsubsection of
4778 "Protocol specific representation of datatypes".
4779 (The Ctrl-C message): More copy editing.
4780 (Console I/O): Likewise.
4781 (The isatty call): Delete this node, and merge its content into
4782 the "isatty" node. Fixed references elsewhere.
4783 (The system call): Delete this node, and merge its content into
4784 the "system" node. Fixed references elsewhere.
4785 (open): Reformat to use @table, and add appropriate font markup.
4786 (close): Likewise.
4787 (read): Likewise.
4788 (write): Likewise.
4789 (lseek): Likewise.
4790 (rename): Likewise.
4791 (unlink): Likewise.
4792 (stat/fstat): Likewise.
4793 (gettimeofday): Likewise.
4794 (isatty): Likewise.
4795 (system): Likewise, plus minor changes to fix confusing wording.
4796 (Integral datatypes): Fix font markup.
4797 (Pointer values): Likewise.
4798 (struct stat): Fix markup to use @table, plus minor copy editing.
4799 (struct timeval): Fix font markup, plus minor copy editing.
4800 (Constants): Minor copy editing.
4801 (Errno values): Add font markup.
4802 (File-I/O Examples): Likewise.
4803
158fdf5c
NR
48042006-06-10 Nick Roberts <nickrob@snap.net.nz>
4805
4806 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
4807 (GDB/MI Simple Examples): Move node up one level. Use real
4808 examples.
4809 (GDB/MI Compatibility with CLI): Update.
4810 (GDB/MI Result Records): Add "connected" and "exit" result
4811 classes.
4812 (GDB/MI Stream Records): Clarify target output.
4813 (GDB/MI Command Description Format): Modify example description.
4814 (GDB/MI Breakpoint Table Commands): Rename to...
4815 (GDB/MI Breakpoint Commands): ...this
4816 (GDB/MI Breakpoint Commands): Add optional thread field.
4817 (GDB/MI Program Control): Add an introduction. Move "Program
4818 termination" examples into exec-run description.
4819 (GDB/MI File Commands): Mention similar CLI commands.
4820 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
4821 is similar to "-gdb-version".
4822
ddb50cd7
EZ
48232006-06-09 Eli Zaretskii <eliz@gnu.org>
4824
4825 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
4826
2aef0d6b
NR
48272006-06-02 Nick Roberts <nickrob@snap.net.nz>
4828
4829 * gdb.texinfo (GDB/MI Development and Front Ends): Use
4830 sourceware.org for mailing lists.
d5e40d59 4831 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 4832
383a5c52
NR
48332006-06-01 Nick Roberts <nickrob@snap.net.nz>
4834
d5e40d59 4835 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 4836
e16b02ee
EZ
48372006-05-22 Eli Zaretskii <eliz@gnu.org>
4838
4839 * gdb.texinfo (Cygwin Native): Fix last change.
4840
be90c084
CF
48412006-05-22 Christopher Faylor <cgf@timesys.com>
4842
4843 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
4844
347ceba5
NR
48452006-05-15 Nick Roberts <nickrob@snap.net.nz>
4846
4847 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
4848 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
4849
369af7bd
DJ
48502006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4851
4852 * gdb.texinfo (General Query Packets): Recommend not starting
4853 new packets with qC and clarify.
4854
2ffdbde8 48552006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
4856
4857 * gdb.texinfo (M2 Types): New section.
72019c9c 4858
16d1a084
DJ
48592006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
4860
4861 * agentexpr.texi: Add a copyright and license notice.
4862 * observer.texi: Likewise, with GPL clause for function prototypes.
4863 Remove trailing whitespace.
4864
aa56d27a
JB
48652006-05-05 Jim Blandy <jimb@codesourcery.com>
4866
4867 * gdb.texinfo (General Query Packets): Document conventions for
4868 terminating packet names, and their violations.
4869
5bdf8622
DJ
48702006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4871
4872 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
4873 * gdb.texinfo: Likewise.
4874
605a56cb
DJ
48752006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4876
4877 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
4878 and "show remotedebug".
4879 (Debugging Output): Add additional index entries.
4880
b8db102d
MS
48812006-04-27 Michael Snyder <msnyder@redhat.com>
4882
4883 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
4884
c5e30d01
AC
48852006-04-22 Andrew Cagney <cagney@redhat.com>
4886
4887 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
4888 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
4889
8181d85f
DJ
48902006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
4891
4892 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
4893 and remove breakpoint prototypes.
4894 (Watchpoints): Move description of target_insert_hw_breakpoint and
4895 target_remove_hw_breakpoint ...
4896 (Breakpoints): ... to here. Document target_insert_breakpoint and
4897 target_remove_breakpoint.
4898
4f553f88
JB
48992006-04-17 Jim Blandy <jimb@codesourcery.com>
4900
4901 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
4902 and C packets are optional.
4903
cd852561
FR
49042006-04-14 Frederic Riss <frederic.riss@st.com>
4905
4906 * gdb.texinfo (Specifying source directories): Update the description
4907 of the source file search to reflect the fact that the source path
4908 always contains at least $cdir and $cwd.
4909
b620eb07
MS
49102006-03-31 Michael Snyder <msnyder@redhat.com>
4911
4912 * gdb.texinfo: Update copyright dates.
4913
3156cdaf
EZ
49142006-03-31 Eli Zaretskii <eliz@gnu.org>
4915
4916 * gdb.texinfo (Overview): Add an index entry to "empty response".
4917
7d30c22d
JB
49182006-03-28 Jim Blandy <jimb@codesourcery.com>
4919
4920 * gdbint.texinfo (Prologue Analysis): New section.
4921
86941c27
JB
49222006-03-07 Jim Blandy <jimb@red-bean.com>
4923
66b8c7f6
JB
4924 * gdb.texinfo (Connecting): Document 'target remote pipe'.
4925
1a10341b
JB
4926 * gdb.texinfo (Target Commands): Update text describing how to
4927 specify a target. Refer to the detailed section on remote
4928 debugging, not the brief mention.
4929
86941c27
JB
4930 * gdb.texinfo (Connecting): Organize the different 'target remote'
4931 connection methods into a table. Add a 'target remote' index
4932 entry. (!!!)
4933
62f3a2ba
FF
49342006-02-17 Fred Fish <fnf@specifix.com>
4935
4936 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4937 'ptype' commands to reflect the fact that the only significant
4938 difference between them is that ptype prints the complete type
4939 description instead of just the name.
4940
8b9a88ea
WZ
49412006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
4942
4943 * gdbint.texinfo (Watchpoints): Delete
4944 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4945
7e8dc855
NR
49462006-02-10 Nick Roberts <nickrob@snap.net.nz>
4947
4948 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4949 times fields where needed. Fix typos. Update general form given
4950 for output of -break-insert.
4951 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4952
c91d38aa
DJ
49532006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
4954
4955 * gdbint.texinfo (Symbol Handling): Add a section
4956 on memory management.
4957
38fcd64c
DJ
49582006-02-06 Vladimir Prus <ghost@cs.msu.su>
4959
4960 * gdb.texinfo (Breakpoint table commands): Document the fullname
4961 field in -break-list output.
4962
219eec71
EZ
49632006-02-03 Eli Zaretskii <eliz@gnu.org>
4964
4965 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4966 debugging information produced by the various "set debug..."
4967 options.
4968
ae5a43e0
DJ
49692006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4970
4971 * gdb.texinfo (Files): Remove obsolete bits from the description
4972 of "symbol-file".
4973
a9f158ec
JB
49742006-01-25 Jim Blandy <jimb@redhat.com>
4975
4976 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4977
410dd08e
JB
49782006-01-24 Jim Blandy <jimb@redhat.com>
4979
4980 * gdbint.texinfo (Frames): Document the basics of GDB's register
4981 unwinding model, and explain the existence of the "sentinel" frame.
4982
4b505b12
AS
49832006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4984
4985 * gdb.texinfo (Choosing files): Mention that -directory is used
4986 for script files.
4987 (Specifying source directories): Likewise.
4988 (Command files): Explain how script files are found.
4989
839c27b7
EZ
49902006-01-21 Eli Zaretskii <eliz@gnu.org>
4991
4992 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4993 the threads in a multi-threaded program.
4994 (Threads): The threadno argument of "thread apply" can be a range
4995 of numbers.
4996
7be93b9e
JB
49972006-01-18 Jim Blandy <jimb@redhat.com>
4998
4999 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5000 of warning flags.
5001
fcc73fe3
EZ
50022006-01-13 Eli Zaretskii <eliz@gnu.org>
5003
5004 * gdb.texinfo (Sequences): Improve menu annotations.
5005 (Define): Add index entries for arguments of user-defined
5006 commands. Move the description of flow-control commands...
5007 (Command Files): ...to here. Document loop_break and
5008 loop_continue.
ca91424e
EZ
5009 (Define, Command Files): Document `end' and add index entries for
5010 it.
fcc73fe3 5011
5c95884b
MS
50122006-01-04 Michael Snyder <msnyder@redhat.com>
5013
5014 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 5015 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 5016
860701dc
PH
50172006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
5018
5019 * gdb.texinfo (Omissions from Ada): Document that there is now
5020 limited aggregate support.
5021
36b80e65
EZ
50222005-12-28 Eli Zaretskii <eliz@gnu.org>
5023
5024 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5025 registers and the likes.
5026
c1468174
EZ
50272005-12-24 Eli Zaretskii <eliz@gnu.org>
5028
5029 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5030 (Symbols): Fix usage of "e.g.".
359df76b 5031 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
5032
5033 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5034 (Coding): Fix usage of "e.g.".
5035
c02a867d
EZ
50362005-12-23 Eli Zaretskii <eliz@gnu.org>
5037
5ae4183a
AS
5038 * stabs.texinfo:
5039 * refcard.tex:
c02a867d 5040 * gpl.texi:
5ae4183a
AS
5041 * gdbint.texinfo:
5042 * gdb.texinfo:
5043 * gdb-cfg.texi:
c02a867d 5044 * fdl.texi:
5ae4183a
AS
5045 * annotate.texinfo:
5046 * all-cfg.texi:
c02a867d
EZ
5047 * Makefile.in: Add (C) after Copyright. Update the FSF
5048 address.
5049
fad38dfa
EZ
50502005-12-03 Eli Zaretskii <eliz@gnu.org>
5051
5052 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5053 extend GDB with commands for external monitor.
5054
53e5f3cf
AS
50552005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5056
5057 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5058
55f6ca0f
JB
50592005-11-25 Joel Brobecker <brobecker@adacore.com>
5060
5061 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5062
c1947b85
JB
50632005-11-21 Jim Blandy <jimb@redhat.com>
5064
5065 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5066 placement of 'R' actions in tracepoint action packets; document
5067 dependence of 'X' and 'M' actions on a preceding 'R' action for
5068 their registers.
5069
9d29849a
JB
50702005-11-19 Jim Blandy <jimb@redhat.com>
5071
5072 * gdb.texinfo (Tracepoint Packets): New node.
5073 (General Query Packets): Add entries for the tracepoint packets,
5074 referring to the "Tracepoint Packets" node.
5075 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 5076
9a6253be
KB
50772005-11-18 Kevin Buettner <kevinb@redhat.com>
5078
5079 * gdb.texinfo (set remotebreak): Add anchor.
5080 (X packet): Likewise.
5081 (Remote Protocol): Add new section `Interrupts' and new index
5082 entry `interrupts (remote protocol)'.
5083
5f3bebba
JB
50842005-11-18 Jim Blandy <jimb@redhat.com>
5085
5086 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5087 entries into the General Query Packets section. Add a
5088 cross-reference to that section. Drop description of replies, as
5089 these are covered in the descriptions of each packet.
5090 (General Query Packets): Add introductory text. Explain naming
5091 conventions, and how the end of a name is recognized.
5092
9a7a1b36
KB
50932005-11-17 Kevin Buettner <kevinb@redhat.com>
5094
0564b6cf 5095 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
5096 "set remotebreak" command.
5097
b8ff78ce
JB
50982005-11-16 Jim Blandy <jimb@redhat.com>
5099
5100 * gdb.texinfo (Packets, Stop Reply Packets)
5101 (General Query Packets): Various formatting cleanups.
5102 - Use @samp for packet contents.
5103 - Drop summaries from packet @item lines; the same information appears
5104 immediately below in the description.
5105 - Delete paragraph breaks after packet @item commands, so that the
5106 description appears directly to the right of the packet prototype
5107 in the printed manual, if it fits.
5108 - Place spaces in packet prototypes between @vars and non-@var
5109 letters, and explain that they're just for formatting.
5110 - Use @dots{} instead of '...'.
5111 - Fix uses of @code where @var was needed.
5112 - Replace "deprecated" markers with English text spelling out the
5113 packet's status and the preferred alternatives.
5114 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5115 what this ever meant.
5116 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5117 this for a long time.
5118 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5119 implemented several times, and have been in use for years.
5120
8ffe2530
JB
51212005-11-15 Jim Blandy <jimb@redhat.com>
5122
c43c5473
JB
5123 * gdb.texinfo (Packets): Add index entries for 'm' packet
5124 disclaimers.
5ae4183a 5125
fb031cdf
JB
5126 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5127 of stub when processing an 'm' packet.
5128
8ffe2530
JB
5129 * gdb.texinfo (Packets): Mention that packets beginning with
5130 letters are reserved once, at the top, instead of actually listing
5131 them all and saying "reserved".
5132
c03c782f
AS
51332005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
5134
5135 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5136 Change @var{$arg0 to @code{$arg0.
5137
814e32d7
WZ
51382005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
5139
5140 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5141
fa93a9d8
JB
51422005-11-12 Jim Blandy <jimb@redhat.com>
5143
5144 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5145 order. Remove extraneous 'z'.
5146
8a5a3c82
AS
51472005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
5148
5149 * gdb.texinfo (Choosing files): Add --eval-command.
5150
4b0ad762
AS
51512005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
5152
5153 * gdb.texinfo (Choosing modes): Add --return-child-result.
5154
5155
1a088d06
AS
51562005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
5157
5158 * gdb.texinfo (Choosing modes): Add --batch-silent.
5159
656d5e12
EZ
51602005-10-28 Eli Zaretskii <eliz@gnu.org>
5161
5162 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5163 "The -var-update Command".
5164
3c9c013a
JB
51652005-10-03 Joel Brobecker <brobecker@adacore.com>
5166
5167 * gdb.texinfo (Print Settings): Add documentation for set/show
5168 print array-indexes.
5169
7ba3cf9c
DJ
51702005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5171
5172 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5173 6.2 and 6.3.
5174
a94ab193
EZ
51752005-08-27 Eli Zaretskii <eliz@gnu.org>
5176
5177 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5178 since 19-Jan-2004.
5179 (Files): Likewise.
ab1adacd
EZ
5180 (Variables, Symbols): Document the "<incomplete type>" message and
5181 its reasons.
a94ab193 5182
ca06016a
FF
51832005-08-01 Fred Fish <fnf@specifix.com>
5184
5185 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5186
cf58170d
NR
51872005-07-15 Nick Roberts <nickrob@snap.net.nz>
5188
5189 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5190 option for -var-list-children and -var-update.
5191 (GDB/MI Stack Manipulation): Simplify description of
5192 print-values option for -stack-list-locals.
5193 (GDB/MI Command Description Format): Clarify.
5194 (Mode Options): Spelling of superseded.
5195
38f1196a
BR
51962005-07-12 Bob Rossi <bob@brasko.net>
5197
5198 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5199 corresponding GDB command comment.
5200
3cb3b8df
BR
52012005-07-06 Bob Rossi <bob@brasko.net>
5202
5203 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5204 and -inferior-tty-show.
5205 (Input/Output): Document "set/show inferior-tty" and tty alias.
5206
10fac096
NW
52072005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
5208
5209 * gdb.texinfo (Packets): Change description of 'D' packet to note
5210 that GDB does wait for a response.
5211
d1b6db76
NR
52122005-06-22 Nick Roberts <nickrob@snap.net.nz>
5213
5214 * gdb.texinfo (History) Rename "Command History".
5215 (Command History): Move node "Server Prefix" from section on
5216 Annotations here.
5217
29629dcf
NR
52182005-06-19 Nick Roberts <nickrob@snap.net.nz>
5219
5220 * gdb.texinfo (GDB/MI Stack Manipulation):
5221 Re-instate -stack-info-frame with example. Say that it gets
5222 info on selected frame, not current frame.
5223
397ca115
EZ
52242005-06-18 Eli Zaretskii <eliz@gnu.org>
5225
5226 * gdb.texinfo (Server): Clarify that `file' should be used before
5227 connecting to the server.
5228 (Files): Add an xref to the above description.
51274035
EZ
5229 (Output Formats): More detailed description of the `c' format.
5230 (Memory): List explicitly all the formats supported by `x'.
638ac427 5231 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 5232 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
5233 files. Add more indexing for solib-absolute-prefix and
5234 --with-sysroot.
76d17f34
EZ
5235 (Machine Code): Document possible problems with locations in
5236 shared libraries.
d416eeec
EZ
5237 (Backtrace): Document that free-standing environments do not need
5238 to have a `main' function.
397ca115 5239
74f6deaa
NR
52402005-06-18 Nick Roberts <nickrob@snap.net.nz>
5241
5242 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
5243 -stack-info-frame.
5244
a9967aef
AC
52452005-06-07 Andrew Cagney <cagney@gnu.org>
5246
5247 * gdb.texinfo (Contributors): Note the original multi-arch
5248 contributors.
5249
e09f16f9
EZ
52502005-06-03 Eli Zaretskii <eliz@gnu.org>
5251
5252 * gdb.texinfo (Registers): Add index entries for the standard
5253 registers.
5254 (Frames): Add cross-reference from frame pointer description to
5255 the Registers node.
5256 (Annotations Overview): Fix the reference to GDB name.
5257
d87ba7ee
EZ
52582005-06-01 Eli Zaretskii <eliz@gnu.org>
5259
5260 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
5261 can-use-hw-watchpoints.
5262
034dad6f
BR
52632005-05-28 Bob Rossi <bob@brasko.net>
5264
5265 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
5266 the possible reasons why an exec async record would be returned to FE.
5267
ffed4509
AC
52682005-05-26 Andrew Cagney <cagney@gnu.org>
5269
5270 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
5271 Andrew Cagney implemented the original GDB/MI.
5272
e22e55c9
OF
52732005-05-23 Orjan Friberg <orjanf@axis.com>
5274
5275 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
5276 documentation. Add documentation for cris-mode.
5277
a78e13ce
EZ
52782005-05-20 Eli Zaretskii <eliz@gnu.org>
5279
5280 * gdb.texinfo (Numbers): Explain the example and make the wording
5281 more acurate.
5282
76ff342d
DJ
52832005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5284 Dennis Brueni <dennis@slickedit.com>
5285
5286 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
5287 (GDB/MI Data Manipulation, GDB/MI Program Control)
5288 (GDB/MI Stack Manipulation): Update examples to include the fullname
5289 attribute in stack frames.
5290
119b882a
EZ
52912005-05-12 Eli Zaretskii <eliz@gnu.org>
5292
5293 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
5294 do with other non-standard names of init files.
5295
6fc08d32
EZ
52962005-05-11 Eli Zaretskii <eliz@gnu.org>
5297
5298 * gdb.texinfo (Command Files): Move the description of the startup
5299 from here...
5300 (Startup): ...to this new subsection of the Invocation chapter.
5301 Rearrange the description of init files more logically and add a
5302 cross-reference to "Command Files". Document the special gdbinit
5303 name for CISCO 68k. Expand the description of what GDB does
5304 during startup.
5305 (History): Add index entry for HISTSIZE.
5306
a561754a
MK
53072005-05-02 Mark Kettenis <kettenis@gnu.org>
5308
5309 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
5310
2eecc4ab
EZ
53112005-05-02 Eli Zaretskii <eliz@gnu.org>
5312
5313 * gdb.texinfo (SVR4 Process Information, The isatty call)
5314 (The system call): Don't use foo(N) notation for man pages and
5315 functions.
514c4d71 5316 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 5317
18999be5
EZ
53182005-04-27 Eli Zaretskii <eliz@gnu.org>
5319
5320 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5321 were optimized away.
5322
0abb7bc7
EZ
53232005-04-22 Eli Zaretskii <eliz@gnu.org>
5324
5325 * gdb.texinfo (Remote configuration): Document "set/show
5326 get-thread-local-storage-address". Add cross-reference to the
5327 description of the qGetTLSAddr packet.
5328 (General Query Packets): Mention "set remote
5329 get-thread-local-storage-address" and add a reference to its
5330 description.
5331
6f61acb1
NR
53322005-04-19 Nick Roberts <nickrob@snap.net.nz>
5333
5334 * gdb.texinfo (Backtrace): Describe 'bt full'.
5335
9d59903a
NR
53362005-04-17 Nick Roberts <nickrob@snap.net.nz>
5337
5338 * gdb.texinfo (Mode Options): Fix typo.
5339 (GDB/MI): Describe how to invoke GDB/MI.
5340
721c2651
EZ
53412005-04-16 Eli Zaretskii <eliz@gnu.org>
5342
5343 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 5344 references changed. Add description of "info udot".
721c2651
EZ
5345 (Files): Document "set/show stop-on-solib-events".
5346 (M32R/D): Document "set/show download-path", "set/show
5347 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
5348 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5349 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
5350 (Maintenance Commands): Improve indexing.
5351 (Target Commands): Document "set/show hash", "set/show debug
5352 monitor".
5353 (SVR4 Process Information): Document "info pidlist" and "info
5354 meminfo". Document "set/show procfs-tarce" and "set/show
5355 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
5356 (Symbols, The Print Command with Objective-C): Improve indexing.
5357 (Objective-C): Add references to "info classes" and "info
5358 selectors".
c45da7e6
EZ
5359 (Debugging Output): Improve wording. Document "set/show debug
5360 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
5361 (Set Breaks): Add index entry for "hardware breakpoints".
5362 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5363 and "set/show usehardbreakpoints".
5364 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5365 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
5366 (ARM): Document "rdilogfile", "rdilogenable", "set/show
5367 rdiromatzero", "set/show rdiheartbeat".
5368 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5369 "sds".
5370 (Embedded Processors): Document the "sim" command.
5371 (Remote): Document the "remote" command.
5372 (DJGPP Native): Document the "info serial" command.
5373 (Threads): Document "maint info sol-threads".
5374 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5375 (Set Breaks): Improve indexing.
5376 (Command Syntax): Add a reference to dont-repeat.
5377 (Define): Document "dont-repeat".
5378 (TUI Commands): Document "tabset".
5379 (WinCE): New subsection. Document "set/show remotedirectory",
5380 "set/show remoteupload", "set/show remoteaddhost".
721c2651 5381
14d6dd68
EZ
53822005-04-15 Eli Zaretskii <eliz@gnu.org>
5383
5384 * gdb.texinfo (Hurd Native): New subsection, documents
5385 Hurd-specific commands.
a64548ea 5386 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 5387 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
5388 (MIPS): Improve documentation of heuristic-fence-post. Document
5389 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5390 mips stack-arg-size", "set/show mips mask-address", "set/show mips
5391 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 5392 (ARM): Document ARM-specific commands.
a64548ea
EZ
5393 (AVR): New section. Document "info io_registers".
5394 (CRIS): New section. Document "set/show cris-version" and
5395 "set/show cris-dwarf2-cfi".
5396 (HPPA): New section. Document "set/show debug hppa" and "maint
5397 print unwind".
a5adf40f 5398 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 5399 (Super-H): New section. Document the "regs" command.
721c2651 5400 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 5401
9c16f35a
EZ
54022005-04-09 Eli Zaretskii <eliz@gnu.org>
5403
5404 * gdb.texinfo (Print Settings): Document "set/show print
5405 pascal_static-members", "set print repeats", "show print
5406 null-stop". Improve indexing. Fix documentation of "set print
5407 union".
5408 (Pascal): New section.
5409 (Supported languages): Rename from "Support"; all references
5410 updated. Add a menu item for Pascal.
5411 (Numbers): Document "set radix.
5412 (Screen Size): Document "set/show pagination".
5413 (MIPS Embedded): Remove "set processor" documentation.
5414 (Remote configuration): Document "set/show X/P/Z-packet",
5415 "set/show read-aux-vector-packet", "set/show remote
5416 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5417 "set/show remoteaddresssize", "set/show remotebaud", "set/show
5418 remotedebug", "set/show remotebreak", "set/show remotedevice",
5419 "set/show remotelogfile".
5420 (Auxiliary Vector): Add reference to the description of the
5421 read-aux-vector-packet setting.
5422 (Set Watchpoints): Add a cross-reference to "set remote
5423 hardware-breakpoint-limit".
5424 (General Query Packets): Add indexing of requests and
5425 cross-references to related commands in "Remote configuration".
5426 (File-I/O Overview, The system call): Fix wording and typos.
5427 (Thread Stops): Add index entries.
5428 (Continuing and Stepping): Document "show step-mode".
5429 (i386): New node. Document "set/show struct-convention".
5430 (Files): Document "show trust-readonly-sections".
5431 (Calling): Document "set/show unwindonsignal".
5432 (Messages/Warnings): Add index entries.
5433 (Maintenance Commands): Document "set/show watchdog".
5434 (Annotations Overview): Document "show annotate".
5435 (Set Watchpoints): Add index entries.
5436 (Symbols): Fix doc of case-sensitive.
5437 (ABI): Document "show coerce-float-to-double".
5438 (Convenience Vars, Help): Improve indexing.
5439 (Machine Code): Document "show disassembly-flavor".
5440 (Debugging C plus plus): Document "show overload-resolution".
5441 (Value History, Signaling): Add index entries.
5442
54432005-04-08 Eli Zaretskii <eliz@gnu.org>
5444
5445 * gdb.texinfo (Show): Move @kindex entries to their proper places.
5446 (Processes): Fix wording.
5447 (History, List, Logging output, Define, Symbols, Print Settings):
5448 Improve indexing.
5449
a8f24a35
EZ
54502005-04-03 Eli Zaretskii <eliz@gnu.org>
5451
5452 * gdb.texinfo (Targets): Document "set/show architecture". Remove
5453 redundant index entry for "target" command.
5454 (Backtrace): Add index entries.
5455 (Symbols, Fortran): Document the "set case-sensitive" command.
5456 (DJGPP Native): Document "set com1base", "set com1irq", etc.
5457 (Print Settings): Add index entry for "set demangle-style".
5458 (Target Commands): Document "set download-write-size".
5459 (Debugging Output): Document "set exec-done-display".
5460
09d4efe1
EZ
54612005-04-02 Eli Zaretskii <eliz@gnu.org>
5462
5463 * gdb.texinfo (Files): Fix the name and documentation of
5464 add-shared-symbol-files. Document its alias assf. Update the
5465 list of OSs where GDB supports shared libraries. Fix markup.
5466 (Continuing and Stepping): Add reference to @var{location} in the
5467 text.
5468 (Dump/Restore Files): Fix reference to @{filename}.
5469 (Help): Fix wording.
5470 (Attach): Ditto.
5471 (Set Watchpoints): Ditto.
5472 (Backtrace): Remove redundant index entries. Improve index
5473 entries.
5474 (Delete Breaks): Fix wording.
5475 (Memory): Document the compare-sections command.
5476 (Memory Region Attributes): Improve wording.
5477 (Disabling): Improve wording.
5478 (Fortran): New subsection. Document the "info common" command.
5479 (Help): Document aliases "info copying" and "info warranty".
5480 (Caching Remote Data): New section. Document the "set/show
5481 remotecache" and "info dcache" commands.
5482 (Show): Fix wording of the documentation of the "set
5483 extension-language" command.
5484 (Signals): Add index entry for "info handle".
5485 (Memory Region Attributes): Fix punctuation.
5486 (Symbols): Change the arg name to "location" and refer to it in
5487 the text. Fix wording of "info types" doc.
5488 (Threads): Fix usage of @enumerate @item's.
5489 (Listing Tracepoints): Add index entry for "info tp".
5490 (Set Watchpoints): Add xref to "info break" description.
5491 (Macros): Add an index entry for "macro exp1". Document the
5492 "macro list" command.
5493 (Maintenance Commands): Document "flushregs", "maint agent",
5494 "maint check-symtabs", "maint cplus", "maint demangle", "maint
5495 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
5496 "maint print architecture", "maint print objfiles", "maint print
5497 statistics", "maint print type", "maint show-debug-regs", "maint
5498 space", "maint time", and "maint translate-address".
5499 (Connecting): Document the "monitor" command.
5500 (Annotations Overview): Describe the "set annotate" command.
5501
82f2d802
EZ
55022005-04-01 Eli Zaretskii <eliz@gnu.org>
5503
5504 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
5505 Rearrange index entries and improve wording about support for
5506 hardware watchpoints.
5507
7d51c7de
BR
55082005-03-10 Bob Rossi <bob@brasko.net>
5509
5510 * gdb.texinfo: Update copyright
5511
68c71a2e
TR
55122005-02-09 Theodore A. Roth <troth@openavr.org>
5513
5514 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
5515 error.
5516
83761cbd
KB
55172005-02-03 Kevin Buettner <kevinb@redhat.com>
5518
5519 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
5520
9f1c6395
MS
55212005-01-17 Michael Snyder <msnyder@redhat.com>
5522
5523 * gdb.texinfo: Fix spelling, infinte -> infinite.
5524
fbd1b305
MK
55252005-01-08 Mark Kettenis <kettenis@gnu.org>
5526
5527 * observer.texi (GDB Observers): Document "solib_loaded".
5528
3ace7edb
AC
55292005-01-07 Andrew Cagney <cagney@gnu.org>
5530
bec39cab
AC
5531 * configure.ac: Rename configure.in, require autoconf 2.59.
5532 * configure: Re-generate.
5533
3ace7edb
AC
5534 * configure.in: Replace configdirs with multiple references to
5535 AC_CONFIG_SUBDIRS.
5536 * configure: Re-generate.
5ae4183a 5537
53531fc1
AC
55382005-01-04 Andrew Cagney <cagney@gnu.org>
5539
5540 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
5541 part of the version number.
5542
536ffdb7
MK
55432004-12-24 Mark Kettenis <kettenis@gnu.org>
5544
5545 * gdbint.texinfo (Algorithms): Remove description of
5546 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
5547
e1aac25b
JB
55482004-12-07 Jim Blandy <jimb@redhat.com>
5549
5550 * gdb.texinfo (General Query Packets): Specify that thread ID's in
5551 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
5552 numbers.
5553
f47b1503
AS
55542004-12-07 Andreas Schwab <schwab@suse.de>
5555
5556 * gdb.texinfo (Mode Options): Document -l option.
5557
b6b8ece6
EZ
55582004-12-04 Eli Zaretskii <eliz@gnu.org>
5559
5560 * gdbint.texinfo (Algorithms): More accurate description of
5561 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
5562 is not needed unless data-read and data-access watchpoints are
5563 supported. Add a description of how GDB checks whether the
5564 inferior stopped because a watchpoint was hit.
5565
01371747
EZ
55662004-11-23 Eli Zaretskii <eliz@gnu.org>
5567
5568 * gdb.texinfo (Files): Add cross-reference to description of
5569 -readnow command-line switch.
5570
2315ffec
RC
55712004-11-10 Randolph Chung <tausq@debian.org>
5572
5573 * gdb.texinfo: Document set/show backtrace past-entry commands.
5574 Rearrange index entries for set/show backtrace past-main.
5575
69065f5d
AC
55762004-11-10 Jon Beniston <jon@beniston.com>
5577
5578 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
5579 * gdb.texinfo (Remote Serial Protocol): Further describe
5580 binary transfer escaping mechanism .
69065f5d 5581
30e91e0b
RC
55822004-11-08 Randolph Chung <tausq@debian.org>
5583
5584 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
5585 and "show debug infrun". Add index entries.
5586
60bf7e09
EZ
55872004-10-23 Eli Zaretskii <eliz@gnu.org>
5588
5589 * gdb.texinfo (SVR4 Process Information): Document subcommands of
5590 "info proc" that are already implemented. Add index entries.
5591 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
5592 (Files): Add a tip for decreasing memory used for symtabs from
5593 shared libraries.
f018e82f
EZ
5594 (Starting): Fix whitespace; make "elaboration" stand out where it
5595 is first used, and add an index entry for the term.
f8568604
EZ
5596 (Calling): Expand and elaborate text. Add "print". Add the
5597 description of problems with weak aliases.
384ee23f 5598 (Core File Generation): New section.
60bf7e09 5599
d52fe014
AC
56002004-10-12 Andrew Cagney <cagney@gnu.org>
5601
5602 * gdbint.texinfo (Versions and Branches): New chapter.
5603 (Releasing GDB): Delete "Versions and Branches" section.
5604 (Top): Add "Versions and Branches".
5605
703663ab
EZ
56062004-10-08 Eli Zaretskii <eliz@gnu.org>
5607
5608 * gdb.texinfo (Editing, History): Add cross-references to the
5609 included Readline and History user documentation. Remove
5610 references to the symbol have-readline-appendices which is unused
5611 and undefined.
5612 (History): Fix indexing.
5613
ac77d04f
JJ
56142004-10-08 Jeff Johnston <jjohnstn@redhat.com>
5615
5616 * gdbint.texinfo (target_stopped_data_address): Update to
5617 new prototype.
5618 (i386_stopped_data_address): Update prototype and description.
5619 (i386_stopped_by_watchpoint): New function and description.
5620
e07c999f
PH
56212004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
5622
5623 * gdb.texinfo (Filenames): Add Ada suffixes.
5624 (Ada) New section.
5625
2e868123
AC
56262004-09-27 Andrew Cagney <cagney@gnu.org>
5627 Robert Picco <Robert.Picco@hp.com>
5628
5629 * gdb.texinfo (Packets): Document the "p" packet.
5630
02a57714
JM
56312004-09-21 Jason Molenda (jmolenda@apple.com)
5632
5633 * gdb.texinfo (Paths and Names of the Source Files): Document the
5634 meaning of values in the 'desc' field of a SO stab.
5635
ae038cb0
DJ
56362004-09-20 Daniel Jacobowitz <dan@debian.org>
5637
5638 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
5639 max-cache-age" and "maint show dwarf2 max-cache-age".
5640
f7dc1244
EZ
56412004-09-16 Eli Zaretskii <eliz@gnu.org>
5642
5643 * gdb.texinfo (Set Breaks): Add index entry for setting
5644 breakpoints on overloaded C++ functions that are not members of
5645 any classes. Add an example and an index entry for setting
5646 breakpoints on all program functions.
5647 (Character Sets, Macros, Overlay Commands)
5648 (Non-debug DLL symbols, GDB/MI Output Syntax)
5649 (Annotations Overview, Maintenance Commands, File-I/O Overview):
5650 Use "(@value{GDBP})" instead of a literal "(gdb)".
5651
f810308b
AC
56522004-09-12 Andrew Cagney <cagney@gnu.org>
5653
5654 * gdbint.texinfo (Native Debugging): Delete description of
5655 FILES_INFO_HOOK.
5656
15a661f3
PH
56572004-09-11 Paul Hilfinger <hilfinger@gnat.com>
5658
5ae4183a
AS
5659 * gdbint.texinfo (User Interface): Change local_hex_string_custom
5660 to hex_string_custom (not historically correct, but more
15a661f3
PH
5661 understandable, given the current code).
5662
f3219c75
AC
56632004-09-03 Andrew Cagney <cagney@gnu.org>
5664
5665 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
5666
f3bb6704
JJ
56672004-09-01 Jeff Johnston <jjohnstn@redhat.com>
5668
5669 * observer.texi (solib_unloaded): New observer.
5670
8d2c00cb
AC
56712004-08-24 Andrew Cagney <cagney@gnu.org>
5672
5673 * gdbint.texinfo (Target Architecture Definition): Add missing
5674 comma.
5675
e7dc800a
MC
56762004-08-20 Michael Chastain <mec.gnu@mindspring.com>
5677
5678 * (Using the Testsuite): build != host is supported,
5679 but some test scripts do not support build != host.
5680
73b03683
MK
56812004-08-14 Mark Kettenis <kettenis@gnu.org>
5682
5683 * gdbint.texinfo (Host Definition): Delete description of
5684 FCLOSE_PROVIDED and GETENV_PROVIDED.
5685
c0ccb908
MK
56862004-08-05 Mark Kettenis <kettenis@chello.nl>
5687
5688 * gdbint.texinfo (Host Definition): Delete description of
5689 NO_SYS_FILE.
5690 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
5691 PTRACE_FP_BUG.
5692
9c8dbfa9
AC
56932004-08-05 Andrew Cagney <cagney@gnu.org>
5694
5695 * gdbint.texinfo (Target Architecture Definition): Delete
5696 reference to deprecated_read_fp.
5697
f42accbe
AC
56982004-08-02 Andrew Cagney <cagney@gnu.org>
5699
5700 * gdbint.texinfo (Target Architecture Definition): Delete
5701 description of DEPRECATED_REGISTER_BYTES.
5702
0b66e38c
EZ
57032004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
5704
5705 * gdb.texinfo (Source Path): Document the new behavior of
5706 searching for the source files.
5707
15387254
EZ
57082004-07-17 Eli Zaretskii <eliz@gnu.org>
5709
5710 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
5711 (Search, Expressions, Arrays, Variables, Data, Machine Code)
5712 (Auto Display): Improve indexing.
5713
2c07db7a
AC
57142004-07-16 Andrew Cagney <cagney@gnu.org>
5715
5716 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
5717 "-noasync".
5718
4644b6e3
EZ
57192004-07-09 Eli Zaretskii <eliz@gnu.org>
5720
5721 * gdb.texinfo: Fix @kindex entries so that multiple commands that
5722 have the same prefix have only their prefix in the index.
5723
7561d450
MK
57242004-07-03 Mark Kettenis <kettenis@gnu.org>
5725
5726 * gdb.texinfo (BSD libkvm Interface): New node (section)
5727 (Native): Add it to the menu.
5728
67bebe79
MK
57292004-07-01 Mark Kettenis <kettenis@gnu.org>
5730
5731 * gdbint.texinfo (Target Architecture Definition): Remove
5732 PCC_SOL_BROKEN.
5733
1a6923e0
MK
57342004-06-24 Mark Kettenis <kettenis@gnu.org>
5735
5736 * gdbint.texinfo (Target Architecture Definition): Remove
5737 SUN_FIXED_LBRAC_BUG.
5738
b435e160
AC
57392004-06-26 Andrew Cagney <cagney@gnu.org>
5740
5741 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
5742
b5622e8d
AC
57432004-06-20 Andrew Cagney <cagney@gnu.org>
5744
5745 * gdbint.texinfo (Target Architecture Definition): Deprecate
5746 USE_STRUCT_CONVENTION.
5747
e0c07bf0
MC
57482004-06-19 Michael Chastain <mec.gnu@mindspring.com>
5749
5750 gdb.texinfo (Bug Reporting): Mention session recording,
5751 with the script command or Emacs.
5752
782263ab
AC
57532004-06-18 Andrew Cagney <cagney@gnu.org>
5754
5755 * gdbint.texinfo (Target Architecture Definition): Deprecate
5756 FUNCTION_START_OFFSET.
5757
03727ca6
AC
57582004-06-14 Andrew Cagney <cagney@gnu.org>
5759
5760 Based on changes from Karl Berry.
5761 * gdb.texinfo: Do not use @sc in a direntry.
5762 * stabs.texinfo: Change @dircateogry to "Software development".
5763 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
5764
97092415
AC
57652004-06-13 Andrew Cagney <cagney@gnu.org>
5766
5767 * gdbint.texinfo (Target Architecture Definition): Delete
5768 description of RETURN_VALUE_ON_STACK.
5769
1f6d4158
AC
57702004-06-09 Andrew Cagney <cagney@gnu.org>
5771
5772 * gdbint.texinfo (Native Debugging): Restore "@table @code"
5773 deleted by previous patch.
5774
d966f0cb
AC
57752004-06-08 Andrew Cagney <cagney@gnu.org>
5776
5777 * gdbint.texinfo (Native Debugging): Delete documentation on
5778 ATTACH_DETACH.
5779
86fe4aaa
RC
57802004-06-06 Randolph Chung <tausq@debian.org>
5781
5782 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
5783
d4b6d575
RC
57842004-06-06 Randolph Chung <tausq@debian.org>
5785
5ae4183a 5786 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
5787 the new push_dummy_call method signature. Describe the function
5788 argument.
5789
4e8b0763
JB
57902004-05-24 Joel Brobecker <brobecker@gnat.com>
5791
5792 * gdb.texinfo (Starting): Document new start command.
5793
59caf092
AC
57942004-05-21 Andrew Cagney <cagney@redhat.com>
5795
5796 * observer.texi (GDB Observers): Document "inferior_created".
5797
e4a2df64
AC
57982004-05-08 Andrew Cagney <cagney@redhat.com>
5799
e6b55ae2
AC
5800 * gdbint.texinfo (Target Architecture Definition): Delete
5801 description of DO_DEFERRED_STORES.
5802
28954179
AC
5803 * gdbint.texinfo (Target Architecture Definition): Delete
5804 references to DEPRECATED_FIX_CALL_DUMMY.
5805
434b87dd
AC
5806 * gdbint.texinfo (Target Architecture Definition): Delete
5807 description of DEPRECATED_CALL_DUMMY_WORDS,
5808 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
5809
58d28df8
AC
5810 * gdbint.texinfo (Target Architecture Definition): Delete
5811 description of DEPRECATED_PUSH_DUMMY_FRAME.
5812
e4a2df64
AC
5813 * gdbint.texinfo (Target Architecture Definition): Delete
5814 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
5815
2b4855ab
AC
58162004-05-07 Andrew Cagney <cagney@redhat.com>
5817
5818 * observer.texi (GDB Observers): Add "Debugging" section. Include
5819 cross reference to "set/show debug observer".
5820 * gdb.texinfo (Debugging Output): Document "set/show debug
5821 observer".
5822
fcf70625
AC
58232004-05-01 Andrew Cagney <cagney@redhat.com>
5824
5825 * gdbint.texinfo (Target Architecture Definition): Delete
5826 description of DEPRECATED_PC_IN_SIGTRAMP.
5827
8ee56bcf
AC
58282004-04-30 Andrew Cagney <cagney@redhat.com>
5829
5830 * gdbint.texinfo (Target Architecture Definition): Delete
5831 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
5832
67ab9a76
OF
58332004-04-30 Orjan Friberg <orjanf@axis.com>
5834
5835 * observer.texi (GDB Observers): Correct spelling.
5836
79346bcb
OF
58372004-04-26 Orjan Friberg <orjanf@axis.com>
5838
5839 * observer.texi (GDB Observers): Add target_changed event.
5840
7a464420
AC
58412004-04-08 Andrew Cagney <cagney@redhat.com>
5842
5843 * observer.texi (GDB Observers): Rework, provide generic observer
5844 definitions and then a list of observable events.
5845
6cdf9d98
AC
58462004-04-04 Andrew Cagney <cagney@redhat.com>
5847
5848 * gdbint.texinfo (Host Definition): Delete reference to
5849 NO_SIGINTERRUPT.
5850
ddc135a4
AC
58512004-04-02 Andrew Cagney <cagney@redhat.com>
5852
5853 * gdbint.texinfo (Target Architecture Definition): Delete
5854 reference to DEPRECATED_CALL_DUMMY_LENGTH.
5855
6a1b180d
SC
58562004-03-28 Stephane Carrez <stcarrez@nerim.fr>
5857
5858 * gdb.texinfo (TUI Commands): Document tui reg commands.
5859
d0d5df6f
AC
58602004-03-26 Andrew Cagney <cagney@redhat.com>
5861
5862 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
5863 "gdbtui".
5864 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
5865 (Contributors): Mention both Text and Terminal User Interface.
5866
aa2a3f87
AC
58672004-03-23 Andrew Cagney <cagney@redhat.com>
5868
5869 * gdbint.texinfo (Target Architecture Definition): Deprecate
5870 references to SIGTRAMP_START and SIGTRAMP_END.
5871
f561f026
AC
58722004-03-23 Andrew Cagney <cagney@redhat.com>
5873
5874 * gdbint.texinfo (Target Architecture Definition): Deprecate
5875 references to PC_IN_SIGTRAMP.
5876
33cb8b0f
AC
58772004-03-19 Andrew Cagney <cagney@redhat.com>
5878
5879 * gdbint.texinfo (Target Architecture Definition): Delete
5880 reference to GDB_TARGET_IS_HPPA.
5881
fc989b7a
AC
58822004-03-18 Andrew Cagney <cagney@redhat.com>
5883
5884 * gdbint.texinfo (Coding): Update section on gdbarch_data,
5885 describe pre_init and post_init.
5886
701b08bb
DJ
58872004-03-09 Daniel Jacobowitz <drow@mvista.com>
5888
5889 * gdb.texinfo (Debugging Output): Document values for "set debug
5890 target".
5891
faae5abe
AC
58922004-02-28 Andrew Cagney <cagney@redhat.com>
5893
5894 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
5895
dd79a6cf
JJ
58962004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5897
5898 * gdb.texinfo (breakpoints): Add information about the
5899 new "set breakpoint pending" and "show breakpoint pending"
5900 commands.
5901
e7f16015
AC
59022004-02-26 Andrew Cagney <cagney@redhat.com>
5903
5904 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
5905 in Per-architecture module data section.
5906
7161a3a6
RM
59072004-02-25 Roland McGrath <roland@redhat.com>
5908
5909 * gdb.texinfo (General Query Packets): Document qPart:... packets.
5910
2154891a
AC
59112004-02-24 Andrew Cagney <cagney@redhat.com>
5912
5913 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
5914 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
5915 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 5916
6c74ac8b
AC
59172004-02-17 Andrew Cagney <cagney@redhat.com>
5918
5919 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
5920
19772a2c
AC
59212004-02-16 Andrew Cagney <cagney@redhat.com>
5922
5923 * gdbint.texinfo (Target Architecture Definition): Deprecate
5924 FRAMELESS_FUNCTION_INVOCATION.
5925
c9830293
AC
59262004-02-16 Andrew Cagney <cagney@redhat.com>
5927
5928 * gdbint.texinfo (Coding): Mention -Wunused-function.
5929
b9d26eb9
AC
59302004-02-14 Andrew Cagney <cagney@redhat.com>
5931
5932 * gdbint.texinfo (Target Architecture Definition): Delete
5933 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5934
49efadf5
EZ
59352004-02-12 Elena Zannoni <ezannoni@redhat.com>
5936
5937 * gdb.texinfo: Properly quote the name "C++".
5938 * gdbint.texinfo: Ditto.
5939 * stabs.texinfo: Ditto.
5940
1eb288ea
EZ
59412004-02-11 Elena Zannoni <ezannoni@redhat.com>
5942
5943 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5944 minimal information about libiberty.
5945
e4937fc1
MC
59462004-02-06 Michael Chastain <mec.gnu@mindspring.com>
5947
5948 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5949
a9331b3f
RM
59502004-02-04 Roland McGrath <roland@redhat.com>
5951
5952 * gdb.texinfo (Auxiliary Vector): New node (section).
5953 (Data): Add it to the menu.
5954
2650777c
JJ
59552004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5956
5957 * gdb.texinfo (Breakpoints): Add information about pending
5958 breakpoint support.
5959
b4501125
AC
59602004-01-26 Andrew Cagney <cagney@redhat.com>
5961
5962 * gdb.texinfo (Overview): Delete references to the cisco protocol
5963 including the "N" response.
5964
74055713
AC
59652004-01-26 Andrew Cagney <cagney@redhat.com>
5966
5967 * gdbint.texinfo (Target Architecture Definition): Rename
5968 EXTRACT_STRUCT_VALUE_ADDRESS to
5969 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 5970
3bbe9696
EZ
59712004-01-24 Eli Zaretskii <eliz@gnu.org>
5972
5973 * gdb.texinfo (KOD): Document "show os". Add index entries for
5974 "set/show os" and "info cisco" commands.
5975
5843504f
EZ
59762004-01-21 Eli Zaretskii <eliz@gnu.org>
5977
5978 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5979
9175c9a3
MC
59802004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5981
5982 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5983 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5984
8e94b928
NR
59852004-01-19 Nick Roberts <nick@nick.uklinux.net>
5986
5987 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5988 -stack-list-locals.
5989 (GDB/MI Variable Objects): Describe extension to
5990 -var-list-children.
5991
a20cf136
DJ
59922004-01-17 Daniel Jacobowitz <drow@mvista.com>
5993
5994 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5995
afb18d0f
AC
59962004-01-17 Andrew Cagney <cagney@redhat.com>
5997
5998 * gdbint.texinfo (Target Architecture Definition): Delete
5999 documentation on DEPRECATED_NPC_REGNUM.
6000
b51970ac
DJ
60012004-01-13 Daniel Jacobowitz <drow@mvista.com>
6002
6003 * gdb.texinfo: Update copyright year. Mention that set
6004 follow-fork-mode is supported on GNU/Linux. Remove documentation of
6005 "set follow-fork-mode ask".
6006
0f0cffd2
AC
60072004-01-13 Andrew Cagney <cagney@redhat.com>
6008
6009 * gdbint.texinfo: Update copyright year.
6010 (Coding): Add -Wunused-label to list of -Werror warnings.
6011
c552b3bb 60122004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 6013 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
6014
6015 * gdb.texinfo: Update copyright.
6016 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
6017 around names, as appropriate. Minor syntax cleanup of
6018 _NSPrintForDebugger explanation. Two spaces after periods.
6019 GDBN used instead of lit. "gdb". Index entries added for
6020 print-object and _NSPrintForDebugger. @noindent added in one spot.
6021
afe157ca
EZ
60222003-11-11 Elena Zannoni <ezannoni@redhat.com>
6023
6024 * stabs.texinfo: Add dircategory and direntry commands.
6025 * annotate.texinfo: Ditto.
6026
963e2bb7
AC
60272003-11-10 Andrew Cagney <cagney@redhat.com>
6028
6029 * gdbint.texinfo (Target Architecture Definition): Replace the
6030 return_value method's "inval" and "outval" parameters with
6031 "readbuf" and "writebuf".
6032
1d8b2f28
JB
60332003-10-28 Jim Blandy <jimb@redhat.com>
6034
6035 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6036 from "The `F' request packet" and "The `F' reply packet", to make
6037 texi2dvi happy.
6038 (File-I/O remote protocol extension): Update menu entries, too.
6039
36d86913
MC
60402003-10-26 Michael Chastain <mec@shout.net>
6041
6042 * gdb.texinfo (Thread Stops): Document the issue with
6043 premature return from system calls in multi-threaded programs.
6044
ce2826aa
AC
60452003-10-24 Andrew Cagney <cagney@redhat.com>
6046
6047 * annotate.texinfo: Fix "fortunatly"[sic].
6048
f24c5e49
KI
60492003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6050
6051 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6052 with "Hitachi" and "Mitsubishi".
6053
92ad9cd9
AC
60542003-10-20 Andrew Cagney <cagney@redhat.com>
6055
6056 * gdbint.texinfo (Target Architecture Definition): Document
6057 gdbarch_return_value. Add cross references from
6058 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6059 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6060
0ab4b752
MK
60612003-10-18 Mark Kettenis <kettenis@gnu.org>
6062
6063 * gdbint.texinfo (Target Architecture Definition): Document
6064 regset_from_core_section.
fb3e19c0
KI
6065
60662003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6067
6068 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6069
a9331b3f 60702003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
6071
6072 From Anthony Green <green@redhat.com>:
5ae4183a 6073 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 6074
1485d690
KB
60752003-10-14 Kevin Buettner <kevinb@redhat.com>
6076
889bf7c5
PA
6077 * gdb.texinfo (Breakpoint related warnings): New node.
6078 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 6079
86d30acc
DJ
60802003-10-13 Daniel Jacobowitz <drow@mvista.com>
6081
6082 * gdb.texinfo (Remote Protocol): Document v and vCont.
6083
172c2a43
KI
60842003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6085
6086 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6087 * gdbint.texinfo: Ditto.
6088
71952f4c
AC
60892003-10-09 Andrew Cagney <cagney@redhat.com>
6090
6091 From 2003-09-18 David Anderson <davea@sgi.com>:
6092 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6093 "command".
6094
268e2188
AC
60952003-10-03 Andrew Cagney <cagney@redhat.com>
6096
6097 * gdbint.texinfo (Target Architecture Definition): Deprecate
6098 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
6099 just target.
6100
12c266ea 61012003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 6102
f30992d4 6103 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
6104 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6105 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6106 * gdbint.texinfo (Target Architecture Definition): Rename
6107
61082003-09-30 Andrew Cagney <cagney@redhat.com>
6109
f30992d4 6110 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 6111 (Target Architecture Definition):
f30992d4 6112
2e092625
AC
6113 * gdbint.texinfo (Target Architecture Definition): Rename
6114 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6115
0717ae8a
AC
61162003-09-29 Andrew Cagney <cagney@redhat.com>
6117
dad809b7
AC
6118 * gdbint.texinfo (Target Architecture Definition): Delete
6119 documentation for NEED_TEXT_START_END.
6120
0717ae8a
AC
6121 * gdbint.texinfo (Target Architecture Definition): Rename
6122 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6123 TARGET_WRITE_PC.
a9331b3f 6124
af6cf26d
MC
61252003-09-22 Michael Chastain <mec@shout.net>
6126
6127 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6128
ee206350
AG
61292003-09-21 Anthony Green <green@redhat.com>
6130
6131 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6132
a38c9fe6
MK
61332003-09-21 Mark Kettenis <kettenis@gnu.org>
6134
6135 * gdbint.texinfo (Target Architecture Definition): Document
6136 stabs_argument_has_addr.
6137
77949794
AC
61382003-09-18 Andrew Cagney <cagney@redhat.com>
6139
6140 * gdbint.texinfo (Target Architecture Definition): Delete
6141 documentation on REGISTER_NAMES.
6142
8e823e25
MK
61432003-09-13 Mark Kettenis <kettenis@gnu.org>
6144
6145 * gdbint.texinfo (Target Architecture Definition): Replace
6146 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6147
f27dd7fd
AC
61482003-09-11 Andrew Cagney <cagney@redhat.com>
6149
6150 * gdbint.texinfo (Target Architecture Definition): Replace
6151 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6152
8b148df9
AC
61532003-08-18 Andrew Cagney <cagney@redhat.com>
6154
6155 * gdbint.texinfo (Target Architecture Definition): Document
6156 "frame_red_zone_size".
6157
25d29d70
AC
61582003-08-09 Andrew Cagney <cagney@redhat.com>
6159
6160 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6161 with "set/show backtrace past-main" and "set/show backtrace
6162 limit".
6163
c938e9b0
L
61642003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6165
6166 * Makefile.in (install-info): Support DESTDIR.
6167 (install-html): Likewise.
6168
64fabec2
AC
61692003-08-07 Andrew Cagney <cagney@redhat.com>
6170
6171 Patch from Nick Roberts.
6172 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6173 bindings. Remove description of send-gdb-command.
6174
2fcf52f0
AC
61752003-08-07 Andrew Cagney <cagney@redhat.com>
6176
6177 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6178 GDB 6.0.
6179
086432e2
AC
61802003-08-06 Andrew Cagney <cagney@redhat.com>
6181
6182 * gdb.texinfo (Mode Options): Mention that level three is the
6183 highest available and that level 2 is deprecated.
6184 (Annotations Overview): Mention annotation levels. Cross reference
6185 to "Limitations of the Annotation Interface" in annotate.texi.
6186 (TODO, Value Annotations, Frame Annotations): Delete section.
6187 (Displays, Breakpoint Info): Delete.
6188
e5249f67
AC
61892003-08-04 Andrew Cagney <cagney@redhat.com>
6190
6191 * agentexpr.texi: Delete @bye.
6192 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6193 (stabs.info): Add $(srcdir) to include search path.
6194 (html): Depend on "annotate_toc.html", and not "annotate.html".
6195 * stabs.texinfo: Ditto. Include "fdl.texi".
6196 * gdbint.texinfo: Update copyright statement's list of invariant
6197 sections.
6198
e6f672d2
AC
61992003-07-28 Andrew Cagney <cagney@redhat.com>
6200
6201 * Makefile.in (INFO_DEPS): Add annotate.info.
6202 (dvi, ps, html, pdf): Add annotate.
6203 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6204 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6205 (ANNOTATE_DOC_FILES): New macro.
6206 (ANNOTATE_TEX_TMPS): New macro.
6207 (annotate.info, annotate_toc.html): Specify dependencies.
6208 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6209 * annotate.texinfo: Rename annotate.texi. Get building. Add
6210 "Migrating to GDB/MI" and "Limitations of the Annotation
6211 Interface" chapters. Mention why it is not part of the user
6212 guide. Update copyright notice. Include "fdl.texi".
6213
72ffddc9
SC
62142003-07-26 Stephane Carrez <stcarrez@nerim.fr>
6215
6216 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6217
a9f12a31
DJ
62182003-07-24 Daniel Jacobowitz <drow@mvista.com>
6219
6220 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6221
b1fe9455
DJ
62222003-07-24 Daniel Jacobowitz <drow@mvista.com>
6223
6224 * gdb.texinfo (Server): Mention pidof.
6225
153721e6
AC
62262003-07-22 Andrew Cagney <cagney@redhat.com>
6227
6228 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6229 list.
6230
0fac0b41
DJ
62312003-06-28 Daniel Jacobowitz <drow@mvista.com>
6232
6233 * gdb.texinfo (Logging output): New chapter.
6234
4e562065
JB
62352003-06-24 Joel Brobecker <brobecker@gnat.com>
6236
6237 * gdb.texinfo (Unsupported languages): New section.
6238 (Languages): Add link to new section.
6239
f2c06f52
AC
62402003-06-22 Andrew Cagney <cagney@redhat.com>
6241
6242 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
6243
b4177fca
DJ
62442003-06-22 Daniel Jacobowitz <drow@mvista.com>
6245
6246 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
6247
f418dd93
DJ
62482003-06-22 Daniel Jacobowitz <drow@mvista.com>
6249
6250 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
6251 * agentexpr.texi: Retitle section, and change it to an appendix.
6252 Comment out texinfo initialization. Factor a @var{} into two
6253 pieces to prevent makeinfo warnings.
6254 * gdb.texinfo: Add Agent Expressions appendix.
6255
4ca61388
DJ
62562003-06-19 Daniel Jacobowitz <drow@mvista.com>
6257
6258 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
6259
07f31aa6
DJ
62602003-06-18 Daniel Jacobowitz <drow@mvista.com>
6261
5ae4183a 6262 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
6263 remote target". Document the "detach" and "disconnect" commands.
6264 (Server, Netware, Debug Session): Reference "Connecting to a
6265 remote target".
6266 (GDB/MI Target Manipulation): Document "-target-disconnect".
6267
2dd0da42
AC
62682003-06-13 Andrew Cagney <cagney@redhat.com>
6269
6270 * gdbint.texinfo (Target Architecture Definition): Deprecate
6271 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
6272 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
6273
e7a3abfc
JB
62742003-06-09 Jim Blandy <jimb@redhat.com>
6275
6276 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
6277
25e3a86b
AC
62782003-06-08 Andrew Cagney <cagney@redhat.com>
6279
6280 * gdbint.texinfo (Target Architecture Definition): Delete
6281 documentation on FRAME_ARGS_ADDRESS_CORRECT.
6282
a9e5fdc2
AC
62832003-06-08 Andrew Cagney <cagney@redhat.com>
6284
6285 * gdbint.texinfo (Target Architecture Definition): Document
6286 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
6287
b37303ee
AF
62882003-06-07 Adam Fedor <fedor@gnu.org>
6289
6290 * gdb.texinfo: Add Objective-C documentation.
6291
39fe6e80
AC
62922003-06-01 Andrew Cagney <cagney@redhat.com>
6293
6294 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
6295 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
6296
125309b2
AC
62972003-05-21 Andrew Cagney <cagney@redhat.com>
6298
6299 * gdbint.texinfo (Target Architecture Definition): Delete
6300 references to "extract_address" and "store_address".
6301
b8b527c5
AC
63022003-05-16 Andrew Cagney <cagney@redhat.com>
6303
6304 * gdbint.texinfo (Target Architecture Definition): Replace
6305 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
6306 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
6307
50e3ee83
TR
63082003-05-14 Theodore A. Roth <troth@openavr.org>
6309
6310 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
6311
44e2be90
L
63122003-05-10 H.J. Lu <hongjiu.lu@intel.com>
6313
6314 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6315 (gdb.dvi): Likewise.
6316 (gdb.pdf): Likewise.
6317 (links2roff): Likewise.
6318
df5215a6
JB
63192003-05-08 Jim Blandy <jimb@redhat.com>
6320
6321 * gdb.texinfo (Dump/Restore Files): Update documentation for
6322 'dump', 'append', and 'restore': note that format argument is
6323 optional; simplify presentation of the command variants; and be
6324 more precise about the formats.
6325
5e7b2f39
JB
63262003-05-07 Jim Blandy <jimb@redhat.com>
6327
6328 * gdb.texinfo (Symbols): Update documentation: 'maint list
6329 symtabs' and 'maint list psymtabs' have been renamed 'maint info
6330 symtabs' and 'maint info psymtabs'.
6331
b1e29e33
AC
63322003-05-05 Andrew Cagney <cagney@redhat.com>
6333
6334 * gdbint.texinfo (Target Architecture Definition): Make
6335 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6336 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6337 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6338
00905d52
AC
63392003-05-04 Andrew Cagney <cagney@redhat.com>
6340
6341 * gdb.texinfo (Maintenance Commands): Document "maint print
6342 dummy-frames".
6343
54ff5908
AC
63442003-05-04 Andrew Cagney <cagney@redhat.com>
6345
6346 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6347
32e7087d
JB
63482003-05-03 J. Brobecker <brobecker@gnat.com>
6349
6350 Thierry Schneider <tpschneider1@yahoo.com>
6351 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6352 for new MI command.
6353
7043d8dc
AC
63542003-05-03 Andrew Cagney <cagney@redhat.com>
6355
6356 * gdbint.texinfo (Target Architecture Definition): Document
6357 push_dummy_code. Add cross references.
6358
e33d66ec
EZ
63592003-05-02 Elena Zannoni <ezannoni@redhat.com>
6360
6361 * gdb.texinfo (Character Sets): Update to reflect new behavior of
6362 set/show charsets commands.
6363
0ba6dca9
AC
63642003-04-28 Andrew Cagney <cagney@redhat.com>
6365
6366 * gdbint.texinfo (Target Architecture Definition): Replace
6367 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6368 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6369
d7a27068
AC
63702003-04-28 Andrew Cagney <cagney@redhat.com>
6371
6372 * gdbint.texinfo (Target Architecture Definition): Rename
6373 "tm_print_insn" to "deprecated_tm_print_insn".
6374
44ea7b70
JB
63752003-04-09 Jim Blandy <jimb@redhat.com>
6376
6377 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6378 list psymtabs'.
6379
fb8f8949
AC
63802003-04-08 Andrew Cagney <cagney@redhat.com>
6381
6382 * gdbint.texinfo (Target Architecture Definition): Delete
6383 references to EXTRA_FRAME_INFO.
6384
32fb0f22
AC
63852003-04-08 Andrew Cagney <cagney@redhat.com>
6386
6387 * gdbint.texinfo (Target Architecture Definition): Delete
6388 PRINT_TYPELESS_INTEGER.
6389
6be67e67
JB
63902003-04-02 J. Brobecker <brobecker@gnat.com>
6391
6392 * observer.texi (GDB Observers): Adjust the documentation for the
6393 normal_stop notification to better describe reality. Fix a couple
6394 of minor typos.
6395
4e35d5f0
BR
63962003-04-02 Bob Rossi <bob_rossi@cox.net>
6397
a9331b3f 6398 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
6399 '-file-list-exec-source-file'
6400
e8a8712a
AC
64012003-03-31 Andrew Cagney <cagney@redhat.com>
6402
6403 * gdbint.texinfo (Target Architecture Definition): Delete
6404 references to CALL_DUMMY_P.
6405
6c0e89ed
AC
64062003-03-30 Andrew Cagney <cagney@redhat.com>
6407
6408 * gdbint.texinfo (Target Architecture Definition): Remove
6409 reference to TARGET_WRITE_SP.
a9331b3f 6410
378bfd1b
AC
64112003-03-27 Andrew Cagney <cagney@redhat.com>
6412
6413 * gdbint.texinfo (Target Architecture Definition): Remove
6414 references to write_sp.
6c0e89ed 6415
922fbb7b
AC
64162003-03-27 Andrew Cagney <cagney@redhat.com>
6417
6418 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6419 chapter body. Use @smallexample instead of @example.
6420 (Annotations): Ditto.
6421 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6422 annotate.texi.
6423
b81774d8
AC
64242003-03-26 Andrew Cagney <cagney@redhat.com>
6425
6426 * gdbint.texinfo (Target Architecture Definition): Replace
6427 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6428 dummy_addr parameters.
6429
1bf6d5cc
AC
64302003-03-25 Andrew Cagney <cagney@redhat.com>
6431
6432 * gdbint.texinfo (Target Architecture Definition): Delete
6433 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
6434 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6435 Add reference to PUSH_ARGUMENTS.
6436
618ce49f
AC
64372003-03-23 Andrew Cagney <cagney@redhat.com>
6438
6439 * gdbint.texinfo (Algorithms, Target Architecture Definition):
6440 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6441
bcd7e15f
JB
64422003-03-18 J. Brobecker <brobecker@gnat.com>
6443
6444 * gdbint.texinfo (Algorithms): Add new section describing the
6445 Observer paradigm.
6446 (Top): Add menu entry to new observer appendix.
6447 * observer.texi: New file.
6448 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6449 new observer.texi file.
6450
9fe8321b
AC
64512003-03-17 Andrew Cagney <cagney@redhat.com>
6452
6453 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
6454 that GNU Press update the manual version number.
6455
ac2adee5
AC
64562003-03-12 Andrew Cagney <cagney@redhat.com>
6457
6458 * gdbint.texinfo (Target Architecture Definition): Delete
6459 references to get_saved_register. Rename GET_SAVED_REGISTER to
6460 DEPRECATED_GET_SAVED_REGISTER.
6461
749b82f6
AC
64622003-03-13 Andrew Cagney <cagney@redhat.com>
6463
6464 * gdbint.texinfo (Target Architecture Definition): Replace
6465 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
6466
8bedc050
AC
64672003-03-12 Andrew Cagney <cagney@redhat.com>
6468
6469 * gdbint.texinfo (Target Architecture Definition): Rename
6470 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 6471
0ce1b118
CV
64722003-03-10 Corinna Vinschen <vinschen@redhat.com>
6473
6474 * gdb.texinfo: Add File-I/O documentation.
6475
12cc2063
AC
64762003-03-10 Andrew Cagney <cagney@redhat.com>
6477
6478 * gdbint.texinfo (Target Architecture Definition): Cross reference
6479 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
6480
7453dc06
AC
64812003-03-07 Andrew Cagney <cagney@redhat.com>
6482
6483 * gdb.texinfo (Debugging Output): Mention the "set/show debug
6484 frame" command.
6485
6314f104
AC
64862003-03-05 Andrew Cagney <cagney@redhat.com>
6487
6488 * gdbint.texinfo (Target Architecture Definition): Document
6489 unwind_dummy_id. Cross reference unwind_dummy_id and
6490 SAVE_DUMMY_FRAME_TOS.
6491
f1212245
DJ
64922003-03-05 James Ingham <jingham@apple.com>
6493 Daniel Jacobowitz <drow@mvista.com>
6494
6495 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
6496 and "show cp-abi".
6497
77e7e267
AC
64982003-03-03 Andrew Cagney <cagney@redhat.com>
6499
6500 * gdbint.texinfo (Target Architecture Definition): Document
6501 register_type.
6502
838a8221
AC
65032003-03-03 Andrew Cagney <cagney@redhat.com>
6504
6505 * stabs.texinfo (Structures): Use @samp and separate @var's
6506 instead of a single @var containing a comma separated list.
6507 (Unions): Ditto.
6508
d7f4a264
DJ
65092003-03-02 Daniel Jacobowitz <drow@mvista.com>
6510
6511 * Makefile.in (distclean): Remove config.log.
6512
f30ee0bc
AC
65132003-03-01 Andrew Cagney <cagney@redhat.com>
6514
6515 * gdbint.texinfo (Target Architecture Definition): Rename
6516 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
6517
65182003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
6519
6520 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
6521 DEPRECATED_INIT_EXTRA_FRAME_INFO.
6522
be448670
CF
65232003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6524
6525 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
6526 (Non-debug DLL symbols): New node, describing the minimal symbols
6527 loaded from DLLs without real debugging symbols.
6528
501eef12
AC
65292003-02-20 Andrew Cagney <ac131313@redhat.com>
6530
6531 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
6532 hardware-breakpoint-limit".
6533 (Set Watchpoints): Add cross reference to "set remote
6534 hardware-watchpoint-limit".
6535 (Remote configuration options): New section.
6536
21c294e6
AC
65372003-02-04 Andrew Cagney <ac131313@redhat.com>
6538
e9be73e4
AC
6539 * gdbint.texinfo (Target Architecture Definition): Delete
6540 descrption of IS_TRAPPED_INTERNALVAR.
6541
21c294e6
AC
6542 From Keith Seitz <keiths@redhat.com>:
6543 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
6544 option "-i"/"--interpreter" to this chapter. Include index
6545 entries.
6546
0179ffac
DC
65472003-02-04 David Carlton <carlton@math.stanford.edu>
6548
6549 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
6550 (Variables): Recommend stabs+ and DWARF 2.
6551 (C plus plus expressions): Correct info about
6552 compiler versions, debug formats.
6553 (Contributors): Change 'DWARF2' to 'DWARF 2'.
6554 PR symtab/874.
6555
7ca9f392
AC
65562003-02-01 Andrew Cagney <ac131313@redhat.com>
6557
6558 * gdbint.texinfo (Target Architecture Definition): Delete
6559 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
6560 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
6561 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
6562 references to nindy and i960.
6563 * gdb.texinfo (i960): Delete all references to i960 and nindy.
6564
31a85ea2
AC
65652003-02-01 Andrew Cagney <ac131313@redhat.com>
6566
6567 * gdbint.texinfo (Target Architecture Definition): Delete
6568 FLOAT_INFO.
6569
6b894e49
AC
65702003-01-30 Andrew Cagney <ac131313@redhat.com>
6571
6572 * stabs.texinfo (Member Type Descriptor): Clarify description of
6573 `@'. Suggested by Ben Hutchings.
6574
c48861fb
AC
65752003-01-29 Andrew Cagney <ac131313@redhat.com>
6576
6577 * gdb.texinfo (M68K): Delete reference to es1800.
6578
617073a9
AC
65792003-01-29 Andrew Cagney <ac131313@redhat.com>
6580
6581 * gdb.texinfo (Maintenance Commands): Document `maint print
6582 reggroups' and `maint print register-groups'.
6583 * gdbint.texinfo (Target Architecture Definition): Document
6584 register_reggroup_p.
6585
5b5d99cf
JB
65862003-01-23 Jim Blandy <jimb@redhat.com>
6587
6588 * gdb.texinfo (Separate Debug Files): New section.
6589
e7ba9c65
DJ
65902003-01-22 Daniel Jacobowitz <drow@mvista.com>
6591
6592 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
6593 and "maint show profile".
6594
94e91d6d
MC
65952003-01-16 Michael Chastain <mec@shout.net>
6596
6597 * gdb.texinfo (Installing GDB): Warn against
6598 ".../gdb-VERSION/gdb/configure".
6599 (Separate Objdir): Likewise.
6600
867f3898
AC
66012003-01-15 Andrew Cagney <ac131313@redhat.com>
6602
6603 * gdbint.texinfo (Target Architecture Definition): Delete
6604 definition of PRINT_REGISTER_HOOK.
6605
f153cc92
EZ
66062003-01-15 Elena Zannoni <ezannoni@redhat.com>
6607
6608 (OpenRISC 1000): Fix formatting of command names.
6609
c60eb6f1
EZ
66102003-01-15 Elena Zannoni <ezannoni@redhat.com>
6611
6612 * gdb.texinfo (Continuing and Stepping): Add new command
6613 'advance'. Clarify behavior of 'until'.
6614
f5ebfba0
DJ
66152003-01-13 Daniel Jacobowitz <drow@mvista.com>
6616
6617 * gdb.texinfo (Files): Document solib-absolute-prefix and
6618 solib-search-path.
6619
4ce8657e
MC
66202003-01-09 Michael Chastain <mec@shout.net>
6621
6622 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
6623 (Create a Release): Add new instructions for new @file{src-release}.
6624 Document existing instructions for @file{Makefile.in} as
6625 being for @value{GDBN} 5.3.1 or earlier.
6626
372613e3
AC
66272003-01-09 Andrew Cagney <ac131313@redhat.com>
6628
6629 * gdbint.texinfo (Target Architecture Definition): Mention
6630 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
6631 allocate memory.
6632
b4e9345d
DJ
66332003-01-04 Daniel Jacobowitz <drow@mvista.com>
6634
6635 * gdb.texinfo (Controlling GDB): Add @kindex for
6636 "show osabi".
6637 (Backtraces): Add @kindex's for backtrace-below-main.
6638
98b45e30
DJ
66392003-01-04 Daniel Jacobowitz <drow@mvista.com>
6640
6641 * gdb.texinfo (Controlling GDB): Document "set osabi".
6642
95f90d25
DJ
66432003-01-04 Daniel Jacobowitz <drow@mvista.com>
6644
6645 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
6646 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
6647
1e698235
DJ
66482003-01-04 Daniel Jacobowitz <drow@mvista.com>
6649
6650 * gdb.texinfo (Controlling GDB): Add ABI section. Document
6651 "set coerce-float-to-double".
6652 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
6653
e632838e
AC
66542003-01-02 Andrew Cagney <ac131313@redhat.com>
6655
6656 * stabs.texinfo: Remove obsolete text.
6657 * gdbint.texinfo: Ditto.
6658 * gdb.texinfo: Ditto.
6659
c133ab7a
MK
66602002-12-22 Mark Kettenis <kettenis@gnu.org>
6661
6662 * gdbint.texinfo (Target Architecture Definition): Update
6663 description of gdbarch_register_osabi.
6664
f821f325
KH
66652002-12-20 Kazu Hirata <kazu@cs.umass.edu>
6666
6667 * agentexpr.texi: Fix typos.
6668 * annotate.texi: Likewise.
6669 * fdl.texi: Likewise.
6670
85a6d8d3 66712002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
6672
6673 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
6674 DEPRECATED_INIT_FRAME_PC.
6675
ae45cd16
AC
66762002-12-01 Andrew Cagney <ac131313@redhat.com>
6677
6678 * gdbint.texinfo (Target Architecture Definition): Delete
6679 PC_IN_CALL_DUMMY.
6680
07555a72
AC
66812002-11-28 Andrew Cagney <ac131313@redhat.com>
6682
6683 * gdbint.texinfo (Host Definition): Delete documentation on
6684 USE_GENERIC_DUMMY_FRAMES.
6685
c166cdc7
EZ
66862002-11-26 Elena Zannoni <ezannoni@redhat.com>
6687
5ae4183a 6688 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
6689 * Makefile.in (install-info): Run the install-info command as part
6690 of the post install steps only.
6691 (uninstall-info): New target.
6692 (uninstall): New target.
6693
35db0260
EZ
66942002-11-22 Elena Zannoni <ezannoni@redhat.com>
6695
6696 * Makefile.in (install): Make install do some real work.
6697
9ba8d803
AC
66982002-11-19 Andrew Cagney <ac131313@redhat.com>
6699
6700 Fix POSIX problem reported by Paul Eggert.
6701 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
6702 Fix PR gdb/527.
6703
903ad3a6
AC
67042002-10-26 Andrew Cagney <cagney@redhat.com>
6705
6706 * gdbint.texinfo (Target Architecture Definition): Delete
6707 definition of DO_REGISTERS_INFO.
6708
f2abfe65
KB
67092002-10-18 Kevin Buettner <kevinb@redhat.com>
6710
6711 * gdbint.texinfo (Address Classes): Fix problems with insertion
6712 of ``{'' and ``}'' in example.
6713
b5b0480a
KB
67142002-10-17 Kevin Buettner <kevinb@redhat.com>
6715
6716 * gdbint.texinfo (Address Classes): New section.
6717 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
6718 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
6719 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
6720 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
6721
c85508ee
KD
67222002-10-11 Klee Dienes <kdienes@apple.com>
6723
6724 * gdb.texinfo (Registers): Mention vector registers as well as
6725 floating registers in the documentation for 'info registers' and
6726 'info all-registers'.
6727
6d12fc3d
DJ
67282002-10-11 Daniel Jacobowitz <drow@mvista.com>
6729
6730 * gdbint.texinfo (CPLUS_MARKER): Remove item.
6731
8d19fbd2
JJ
67322002-10-03 Jeff Johnston <jjohnstn@redhat.com>
6733
6734 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
6735 interface definition.
6736
a37295f9
MM
67372002-10-03 Marko Mlinar <markom@opencores.org>
6738
6739 * gdb.texinfo (Target Commands): Add or1k target specific
6740 commands.
6741 * gdb.texinfo (Contributors): Add myself to the contributors list.
6742
da0f9dcd
AC
67432002-10-01 Andrew Cagney <ac131313@redhat.com>
6744
6745 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
6746 and "mi1" instead of "mi1" and "mi0".
6747
2e834e49
HPN
67482002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
6749
6750 * gdb.texinfo (Packets): Fix typos "alligned".
6751 Correct z3/Z3 description. Correct z4/Z4 title.
6752
050be0dc
AC
67532002-09-27 Andrew Cagney <ac131313@redhat.com>
6754
6755 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
6756
1104b9e7
KB
67572002-09-25 Kevin Buettner <kevinb@redhat.com>
6758
6759 * gdb.texinfo: Use GNU/Linux instead of Linux.
6760
512217c7
AC
67612002-09-25 Andrew Cagney <ac131313@redhat.com>
6762
6763 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
6764
10998722
AC
67652002-09-24 Andrew Cagney <ac131313@redhat.com>
6766
512217c7 6767 * gdb.texinfo: Replace @example with @smallexample.
10998722 6768
a0eb71c5
KB
67692002-09-20 Kevin Buettner <kevinb@redhat.com>
6770
f7dc1244 6771 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
6772 * gdb.texinfo (Character Sets): Use @smallexample instead of
6773 @example. Use GNU/Linux instead of Linux.
6774
67752002-09-20 Jim Blandy <jimb@redhat.com>
6776
6777 * gdb.texinfo: Add character set documentation.
6778
2f870471
AC
67792002-09-19 Andrew Cagney <ac131313@redhat.com>
6780
6781 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
6782 (Packets): Add cross reference from `b' packet to `z' packets.
6783
790eb8f5
AC
67842002-09-19 Andrew Cagney <ac131313@redhat.com>
6785
8d30a00d
AC
6786 * gdb.texinfo (Maintenance Commands): Document ``maint
6787 internal-error'' and ``maint internal-warning''.
6788
790eb8f5
AC
6789 * gdbint.texinfo (Target Architecture Definition): Revise
6790 description of STACK_ALIGN. Add description of FRAME_ALIGN.
6791
a23a7bf1
JB
67922002-09-19 Joel Brobecker <brobecker@gnat.com>
6793
6794 * gdbint.texinfo (Target Conditionals): Document the new
6795 NAME_OF_MALLOC macro.
6796
299ffc64
AC
67972002-09-05 Andrew Cagney <ac131313@redhat.com>
6798
6799 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
6800 engineer.
6801
b7bb15bc
SC
68022002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6803
6804 * gdb.texinfo (TUI Overview): Document status line fields.
6805
3d757584
SC
68062002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6807
6808 * gdb.texinfo (TUI Commands): Document info win command.
6809
269c21fe
SC
68102002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6811
6812 * gdb.texinfo (TUI Overview): Document breakpoint markers.
6813
7cf36c78
SC
68142002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6815
6816 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
6817 (TUI Keys): Likewise.
6818
d2c6833e
AC
68192002-08-25 Andrew Cagney <ac131313@redhat.com>
6820
6821 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
6822 for a packet receive.
6823
46d8b1c3
AC
68242002-08-25 Andrew Cagney <ac131313@redhat.com>
6825
6826 * Makefile.in (clean): Move to end of file.
6827 (distclean, maintainer-clean, realclean): Ditto.
6828 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
6829 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
6830 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
6831 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
6832
b0787093
AC
68332002-08-24 Andrew Cagney <ac131313@redhat.com>
6834
6835 * Makefile.in (GDBINT_TEX_TMPS): Define.
6836 (gdbint.dvi, gdbint.pdf): Use
6837 (GDB_TEX_TMPS): Define.
6838 (gdb.dvi, gdb.pdf): Use.
6839 (STABS_TEX_TMPS): Define.
6840 (stabs.dvi, stabs.pdf): Use.
6841 (GDB_DOC_SOURCE_INCLUDES): New macros.
6842 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
6843 (GDBINT_DOC_FILES_INCLUDES): New macros.
6844 (GDBINT_DOC_BUILD_INCLUDES): New macros.
6845 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
6846 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
6847 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
6848 (links2roff): Replace SFILES_INCLUDED with
6849 GDB_DOC_SOURCE_INCLUDES.
6850 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
6851 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
6852 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
6853 dependencies.
6854 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
6855 dependencies.
6856 (gdbmi.texinfo): Delete rule.
6857 (inc-hist.texinfo): Delete rule.
6858 (rluser.texinfo): Delete rule.
6859
ebba8386
AC
68602002-08-23 Andrew Cagney <cagney@redhat.com>
6861
6862 * gdbint.texinfo (Target Architecture Definition): Update
6863 STORE_RETURN_VALUE, mention regcache.
6864
0ab7a791
AC
68652002-08-21 Andrew Cagney <ac131313@redhat.com>
6866
6867 * gdbint.texinfo (Target Architecture Definition): Document
6868 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
6869
ee2d5c50
AC
68702002-08-19 Andrew Cagney <ac131313@redhat.com>
6871
6872 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
6873 Fix minor typos. Add index entries.
6874
53c69bd7
AC
68752002-08-18 Andrew Cagney <ac131313@redhat.com>
6876
6877 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
6878
e76f1f2e
AC
68792002-08-15 Andrew Cagney <ac131313@redhat.com>
6880
6881 * gdbint.texinfo (Target Architecture Definition): Document
6882 PRINT_VECTOR_INFO.
6883 * gdb.texinfo (Vector Unit): Document "info vectors" command.
6884
0680b120
AC
68852002-08-13 Andrew Cagney <ac131313@redhat.com>
6886
6887 * gdb.texinfo (Maintenance Commands): Document "maint print
6888 registers", "maint print raw-registers" and "maint print
6889 cooked-registers".
6890
3c3bea1c
GS
68912002-08-08 Grace Sainsbury <graces@redhat.com>
6892
a9331b3f 6893 From Mark Salter:
3c3bea1c
GS
6894 * gdb.texinfo (Protocol): Document T packet extension to
6895 allow watchpoint address reporting.
6896
42f9b0a5
AC
68972002-08-03 Andrew Cagney <ac131313@redhat.com>
6898
6899 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
6900
db034ac5
AC
69012002-08-01 Andrew Cagney <cagney@redhat.com>
6902
6903 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
6904 to CHILL.
6905
e2b28d04
AC
69062002-08-01 Andrew Cagney <ac131313@redhat.com>
6907
6908 * gdbint.texinfo (Coding): Revise section "Include Files".
6909
7fb623f7
AC
69102002-07-24 Andrew Cagney <cagney@redhat.com>
6911
6912 * gdbint.texinfo: Obsolete references to m88k.
6913 * gdb.texinfo: Ditto.
6914
4a2b4636
JB
69152002-07-10 Joel Brobecker <brobecker@gnat.com>
6916
7fb623f7 6917 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
6918 where the proper version of autoconf can be retrieved.
6919
a71ec265
DH
69202002-07-09 Don Howard <dhoward@redhat.com>
6921
6922 * gdb.texinfo (Command Files): Further describe the behavior of
6923 sourced command files.
6924
b9aa90c9
AC
69252002-06-27 Andrew Cagney <ac131313@redhat.com>
6926
6927 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6928 (Coding): Clarify ISO C version that GDB assumes.
6929
40dd2248
TT
69302002-06-26 Tom Tromey <tromey@redhat.com>
6931
6932 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6933 add_setshow_cmd_full.
6934
bfac230e
DH
69352002-06-25 Don Howard <dhoward@redhat.com>
6936
6937 * gdb.texinfo (Memory Region Attributes): Document new behavior
6938 for 'mem' command.
6939
475b0867
JB
69402002-06-11 Jim Blandy <jimb@redhat.com>
6941
919d772c
JB
6942 * gdb.texinfo (Symbols): Update documentation for `info source'
6943 command.
6944
475b0867
JB
6945 * gdb.texinfo (Macros): Call the command `info macro', not
6946 `show macro'.
6947
ba8c9337
AC
69482002-06-09 Andrew Cagney <ac131313@redhat.com>
6949
6950 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6951 data''.
6952
1029b7fa
MK
69532002-06-09 Mark Kettenis <kettenis@gnu.org>
6954
6955 * gdbint.texinfo (Target Architecture Definition): Document
6956 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6957
16737d73
AC
69582002-06-08 Andrew Cagney <ac131313@redhat.com>
6959
6960 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6961 lists.
6962
30107679
AC
69632002-06-08 Andrew Cagney <ac131313@redhat.com>
6964
6965 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6966 Branch''.
6967
3352e23e
AC
69682002-06-01 Andrew Cagney <ac131313@redhat.com>
6969
6970 * gdbint.texinfo (Target Architecture Definition): Add section
6971 ``Converting an existing Target Architecture to Multi-arch''.
6972
cbb09e6a
AC
69732002-05-30 Andrew Cagney <ac131313@redhat.com>
6974
6975 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6976 to ``Obsoleting code''. Revise.
6977
e2e0bcd1
JB
69782002-05-17 Jim Blandy <jimb@redhat.com>
6979
6980 * gdb.texinfo (C Preprocessor Macros): New chapter.
6981 Include it in the main menu.
6982 (Contributors): Credit Jim Blandy with macro support.
6983 (Compilation): Explain how to get macro information into the
6984 executable.
6985 (Expressions): Note that preprocessor macros are expanded.
6986
9db8d71f
DJ
69872002-05-14 Daniel Jacobowitz <drow@mvista.com>
6988
6989 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6990 options for `target remote'.
6991
6d531722
AC
69922002-05-13 Andrew Cagney <ac131313@redhat.com>
6993
6994 * gdbint.texinfo (Target Architecture Definition): Delete
6995 documentation on NNPC_REGNUM.
6996
13d01224
AC
69972002-05-11 Andrew Cagney <ac131313@redhat.com>
6998
6999 * gdbint.texinfo (Target Architecture Definition): Document
7000 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7001 (Target Architecture Definition): Revise section `Using Different
7002 Register and Memory Data Representations'. Add section `Raw and
7003 Virtual Register Representations'.
7004
b2e75d78
AC
70052002-05-11 Andrew Cagney <ac131313@redhat.com>
7006
7007 * gdbint.texinfo (Target Architecture Definition): Mention
7008 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7009 (Target Architecture Definition): Mention same. Add references to
7010 web pages.
7011
2c8682ee
MS
70122002-05-08 Michael Snyder <msnyder@redhat.com>
7013
7014 * stabs.texinfo (Attributes): Document new "vector" attribute.
7015
0816590b
AC
70162002-05-04 Andrew Cagney <ac131313@redhat.com>
7017
7018 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7019
2653173e
AC
70202002-05-04 Andrew Cagney <ac131313@redhat.com>
7021
7022 * gdb.texinfo: Delete obsolete references to a29k.
7023
d7bd68ca
AC
70242002-04-24 Andrew Cagney <ac131313@redhat.com>
7025
7026 * gdbint.texinfo (Target Architecture Definition): Replace
7027 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7028
21d83aa5
DM
70292002-04-24 David S. Miller <davem@redhat.com>
7030
7031 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7032
7673a6cc
DM
70332002-04-21 David S. Miller <davem@redhat.com>
7034
7035 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7036
d49d1e0a
AC
70372002-04-21 Andrew Cagney <ac131313@redhat.com>
7038
7039 * gdbint.texinfo (Target Architecture Definition): Delete
7040 definition of HAVE_REGISTER_WINDOWS.
7041
f7dc1244 70422002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
7043
7044 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7045 "Theodore A. Roth" <troth@verinet.com>.
7046
5ca0cb28
DH
70472002-04-15 Don Howard <dhoward@redhat.com>
7048
f7dc1244 7049 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 7050 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 7051 Provide a better explaination of this feature.
5ca0cb28 7052
f208ba17
AC
70532002-04-14 Andrew Cagney <ac131313@redhat.com>
7054
7055 * gdbint.texinfo (Target Architecture Definition): Remove
7056 FRAME_CHAIN_COMBINE.
7057
d5ba91de
MC
70582002-04-12 Michael Chastain <mec@shout.net>
7059
7060 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7061 REG_STACK_SEGMENT.
7062
26818220
MC
70632002-04-09 Michael Chastain <mec@shout.net>
7064
7065 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7066 PYRAMID_* macros.
7067
129188f6
AC
70682002-04-07 Andrew Cagney <ac131313@redhat.com>
7069
7070 * gdb.texinfo (Bug Reporting): Document that the web is the
7071 prefered way of submitting bug reports.
7072 (Bug Reporting): Delete the s-mail address as the last resort.
7073
8227c0ff
AC
70742002-04-05 Andrew Cagney <ac131313@redhat.com>
7075
7076 * gdbint.texinfo (Target Architecture Definition): Delete
7077 references to TARGET_WRITE_FP and write_fp.
7078
16d9dec6
MS
70792002-03-27 Michael Snyder <msnyder@redhat.com>
7080
7081 * gdb.texinfo: Document new commands dump, append, and restore.
7082
9ae8b82c
AC
70832002-03-27 Andrew Cagney <ac131313@redhat.com>
7084
7085 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7086 Branch'.
7087
474c8240
AC
70882002-03-18 Andrew Cagney <ac131313@redhat.com>
7089
7090 * gdb.texinfo: Change all examples to @smallexample.
7091 * gdbint.texinfo: Ditto.
a9331b3f 7092
fb0ff88f
AC
70932002-03-18 Andrew Cagney <ac131313@redhat.com>
7094
7095 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7096 Branches''.
7097
9bb0a4d8
AC
70982002-03-18 Andrew Cagney <ac131313@redhat.com>
7099
7100 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7101 Policy''.
7102
937f164b
FF
71032002-03-04 Fred Fish <fnf@redhat.com>
7104
7105 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7106 expresson, suports, dependant, trhe, perhaphs, situtations,
7107 explictily, taged, oportunity, unfortunatly).
7108
a7b40f07
AC
71092002-02-24 Andrew Cagney <ac131313@redhat.com>
7110
7111 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7112 Remove reference to 3.12.
7113
aab4e0ec
AC
71142002-02-23 Andrew Cagney <ac131313@redhat.com>
7115
7116 * gdbint.texinfo: Include fdl.texi.
7117 (Top): Add GNU Free Documentation License.
7118 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7119 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7120 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7121 (gdbint.info): Add srcdir to include path.
7122 * gdb.texinfo: Include gpl.texi.
7123 (Top): Add Copying.
7124 * gpl.texi: New file.
7125
47b95330
AC
71262002-02-23 Andrew Cagney <ac131313@redhat.com>
7127
7128 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7129
78c47bea
PM
71302002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7131
7132 * gdb.texinfo: Document Cygwin native specific commands.
7133
56460a61
DJ
71342002-02-15 Daniel Jacobowitz <drow@mvista.com>
7135
7136 * gdb.texinfo: Document gdbserver ``--attach'' command.
7137
def71bfa
MS
71382002-02-07 Michael Snyder <msnyder@redhat.com>
7139
7140 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7141 to @code(_ovly_debug_event).
7142
c928edc0
AC
71432002-02-07 Andrew Cagney <ac131313@redhat.com>
7144
7145 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7146
81d46470
MS
71472002-02-06 Michael Snyder <msnyder@redhat.com>
7148
7149 * gdb.texinfo (overlays): Mention new magic symbol
7150 '_ovly_debug_event', which allows GDB to keep better track
7151 of overlays.
7152
f7dc1244 71532002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
7154
7155 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7156 Suggested by Dmitry Sivachenko.
7157
7158 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7159
15110bc3
MS
71602002-02-01 Michael Snyder <msnyder@redhat.com>
7161
7162 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7163
6763aef9
MS
71642002-01-30 Michael Snyder <msnyder@redhat.com>
7165
ac282366
MS
7166 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7167 (set trust-readonly-sections): Document.
6763aef9 7168
8642bc8f
AC
71692002-01-29 Andrew Cagney <ac131313@redhat.com>
7170
7171 * gdbint.texinfo (Releasing GDB): Revise and update.
7172
afe64c1a
AC
71732002-01-28 Andrew Cagney <ac131313@redhat.com>
7174
7175 * gdbint.texinfo (Target Architecture Definition): Delete
7176 description of TARGET_BYTE_ORDER_DEFAULT.
7177
f7dc1244 71782002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
7179
7180 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7181 <mitya@cavia.pp.ru>.
7182
3d6e1b5a
AC
71832002-01-23 Andrew Cagney <ac131313@redhat.com>
7184
7185 * libgdb.texinfo: Delete file.
7186
6c0e9fb3
AC
71872002-01-22 Andrew Cagney <ac131313@redhat.com>
7188
7189 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7190 * gdbint.texinfo: Ditto.
7191
e0ce93ac
AC
7192Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
7193
7194 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7195
be298bcc
AC
71962002-01-22 Andrew Cagney <ac131313@redhat.com>
7197
7198 * Makefile.in: Update copyright.
7199 (TEXI2DVI): Define.
7200 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7201 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
7202 gdb-cfg.texi.
7203 (TEXINDEX, PDFTEX): Delete makefile variables.
7204
8e04817f
AC
72052002-01-22 Andrew Cagney <ac131313@redhat.com>
7206
7207 * gdb.texinfo (Protocol): Move section to appendix.
7208
6b2f586d
AC
72092002-01-21 Andrew Cagney <ac131313@redhat.com>
7210
7211 * gdb.texinfo (Remote Debugging): Create a menu.
7212 (Top): Add ``Remote Debugging'' to menu.
7213
6f05cf9f
AC
72142002-01-21 Andrew Cagney <ac131313@redhat.com>
7215
7216 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7217 serial protocol'' from here.
7218 (Remote Debugging): To here. New chapter.
7219
3fd3d7d2
AC
72202002-01-20 Andrew Cagney <ac131313@redhat.com>
7221
7222 * gdbint.texinfo (Target Architecture Definition): Delete
7223 description of TARGET_BYTE_ORDER_SELECTABLE_P.
7224
7fd60527
AC
72252002-01-20 Andrew Cagney <ac131313@redhat.com>
7226
7227 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
7228 are no longer needed.
7229 (Porting GDB): Add maintainer note about configure.host.
7230
c2f05ac9
AC
72312002-01-20 Andrew Cagney <ac131313@redhat.com>
7232
7233 * gdbint.texinfo (Target Architecture Definition): Remove
7234 definition of IEEE_FLOAT.
7235
f7dc1244 72362002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
7237
7238 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
7239 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
7240 <3diff@gnu.org>
231b2aad 7241
82600034
AC
72422002-01-19 Andrew Cagney <ac131313@redhat.com>
7243
7244 * gdbint.texinfo (Host Definition): Remove references to
7245 MALLOC_INCOMPATIBLE.
7246
7708fa01
AC
72472002-01-17 Andrew Cagney <ac131313@redhat.com>
7248
7249 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
7250 and xyz-xdep.o.
7251
eb12ee30
AC
72522002-01-17 Andrew Cagney <ac131313@redhat.com>
7253
889bf7c5 7254 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
7255 (Set Breaks): Copy ``maint info breakpoint'' doco to
7256 ``Maintenance Commands'' appendix. Add reference.
7257
c9ccaa92
AC
72582002-01-17 Andrew Cagney <ac131313@redhat.com>
7259
7260 * fdl.texi: Remove next/prev from @node.
7261
f7dc1244 72622002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
7263
7264 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
7265 for monstrous @multitable (from Brian Youmans).
7266
7267 * fdl.texi: New file.
7268
7269 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
7270
8973da3a
AC
72712002-01-15 Andrew Cagney <ac131313@redhat.com>
7272
7273 * gdbint.texinfo (Releasing GDB): New chapter.
7274
7d86b5d5
AC
72752002-01-14 Andrew Cagney <ac131313@redhat.com>
7276
7277 * gdb.texinfo (Embedded Processors, Calling program functions):
7278 Obsolete references to a29k.
7279
cc1cb004
AC
72802002-01-13 Andrew Cagney <ac131313@redhat.com>
7281
7282 * gdbint.texinfo (Coding): Review Cleanups section. Examples
7283 examples. Document that a code-block should do or discard its
7284 cleanups before exit.
7285
79f12247
MS
72862002-01-11 Michael Snyder <msnyder@redhat.com>
7287
7288 * gdb.texinfo (Choosing files): Change @samp to @file.
7289
19837790
MS
72902002-01-05 Michael Snyder <msnyder@redhat.com>
7291
7292 * gdb.texinfo (--pid): Document new command line option (attach).
7293
f7dc1244 72942002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
7295
7296 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
7297 in the stub.
7298
d7449b42
AC
72992002-01-04 Andrew Cagney <ac131313@redhat.com>
7300
7301 * gdbint.texinfo (Target Architecture Definition): Replace
7302 BIG_ENDIAN with BFD_ENDIAN_BIG.
7303
f23631e4
AC
73042002-01-03 Andrew Cagney <ac131313@redhat.com>
7305
7306 * gdbint.texinfo (Target Architecture Definition): Replace
7307 value_ptr with struct value pointer.
7308
72c9928d
EZ
73092002-01-02 Eli Zaretskii <eliz@gnu.org>
7310
7311 * gdb.texinfo (Free Software): Fix wording.
7312
959acfd1
EZ
73132001-12-31 Eli Zaretskii <eliz@gnu.org>
7314
7315 * gdb.texinfo (Free Software): New section ``Free Software Needs
7316 Free Documentation''.
7317
f7dc1244 73182001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
7319
7320 * stabs.texinfo:
7321 * gdb.texinfo:
7322 * gdbint.texinfo:
7323 * libgdb.texinfo:
7324 * annotate.texi: Fix the application of GFDL in the Copyright notice.
7325
6600abed
MS
73262001-12-29 Michael Snyder <msnyder@redhat.com>
7327
7328 * gdb.texinfo (maint info sections): Fix typo.
7329
f6680716
MS
73302001-12-26 Michael Snyder <msnyder@redhat.com>
7331
fe95c787
MS
7332 * gdb.texinfo (maint info sections): Document.
7333
a9331b3f 7334 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
7335 'info proc' sub-options that are currently not implemented.
7336
c3d3ce5b
JB
73372001-12-20 Jim Blandy <jimb@redhat.com>
7338
7339 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7340
778eb05e
AC
73412001-12-15 Andrew Cagney <ac131313@redhat.com>
7342
7343 * gdbint.texinfo (Target Architecture Definition): Replace
7344 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7345
2607059c
AC
73462001-12-01 Andrew Cagney <ac131313@redhat.com>
7347
7348 * gdbint.texinfo (Host Definition): Delete documentation on
7349 HOST_BYTE_ORDER.
7350
df0cd8c5
JB
73512001-11-30 Jim Blandy <jimb@redhat.com>
7352
7353 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 7354 overlay support. Add to top-level menu.
df0cd8c5 7355
88118b3a
TT
73562001-11-26 Tom Tromey <tromey@redhat.com>
7357
7358 * gdb.texinfo (Command Syntax): Document C-o binding.
7359
96565e91
CF
73602001-07-26 Christopher Faylor <cgf@redhat.com>
7361
7362 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7363 use since it is described in the referenced section.
7364
f7dc1244 7365 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
7366 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7367 clearer when using DJGPP.
7368
2a3d5645
CF
73692001-11-24 Christopher Faylor <cgf@redhat.com>
7370
7371 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7372 specifically refer to MS-DOS.
7373 (command files): Mention gdb.ini is only used on MS-DOS.
7374
aa26fa3a
TT
73752001-11-21 Tom Tromey <tromey@redhat.com>
7376
7377 * gdb.texinfo (Invoking GDB): Document --args.
7378 (Mode Options): Likewise.
7379
4f8ada06
JB
73802001-11-21 Jim Blandy <jimb@redhat.com>
7381
7382 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
7383 Delete documentation; this macro has been removed from the
7384 sources.
4f8ada06 7385
3fe0dc10
JB
73862001-11-13 Jim Blandy <jimb@redhat.com>
7387
7388 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7389
9e5abb06
CV
73902001-11-06 Corinna Vinschen <vinschen@redhat.com>
7391
7392 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7393
1c5dfdad
MS
73942001-11-05 Michael Snyder <msnyder@redhat.com>
7395
a9331b3f 7396 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
7397 quote regexp chars in function names such as "operator*()".
7398
990f9fe3
FF
73992001-11-01 Fred Fish <fnf@redhat.com>
7400
7401 * gdbint.texinfo (SOLIB_ADD): Document additional new
7402 "readsyms" arg.
7403
b433d00b
DH
74042001-10-30 Don Howard <dhoward@redhat.com>
7405
070b1dd3
DH
7406 * gdb.texinfo: (Command Files) Added documentation for the
7407 behavior of gdb with input redirected from a file.
b433d00b 7408
b7209cb4
FF
74092001-10-28 Fred Fish <fnf@redhat.com>
7410
7411 * gdb.texinfo (auto-solib-add): Change docs to match
7412 implementation change.
7413 (auto-solib-limit): Add docs for new variable.
7414
1aa20aa8
AC
74152001-10-15 Andrew Cagney <ac131313@redhat.com>
7416
7417 * gdbint.texinfo (Target Architecture Definition): Function
7418 value_as_pointer renamed to value_as_address.
7419
fc0c74b1
AC
74202001-10-15 Andrew Cagney <ac131313@redhat.com>
7421
7422 * gdbint.texinfo (Target Architecture Definition): Default
7423 POINTER_TO_ADDRESS functions assume unsigned addresses.
7424 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
7425 posting by Jim Blandy.
7426
f4846649
JB
74272001-10-12 Jim Blandy <jimb@redhat.com>
7428
7429 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7430 version of texi2html (1.64) doesn't support this flag any more.
7431
f277788b
MK
74322001-09-08 Mark Kettenis <kettenis@gnu.org>
7433
a9dc4918
MK
7434 * gdbint.texinfo (Host Definition): Remove description of
7435 MEM_FNS_DECLARED.
7436
d28379df
MK
7437 * gdbint.texinfo (Host Definition): Remove description of R_OK.
7438
f277788b
MK
7439 * gdbint.texinfo (Host Definition): Remove description of
7440 HAVE_SIGSETMASK.
7441
7ccaa899
EZ
74422001-09-04 Elena Zannoni <ezannoni@redhat.com>
7443
7444 * gdbint.texinfo (Target Architecture Definition): Add
7445 explanation of TARGET_PRINT_INSN macro.
7446
17d9d558
JB
74472001-08-30 Jim Blandy <jimb@redhat.com>
7448
7449 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7450 Explain what it means to load relocatable files.
7451
72cde065
JB
74522001-08-28 Jim Blandy <jimb@redhat.com>
7453
7454 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
7455 info `top' menu.
7456
9e678452
CF
7457Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
7458
7459 * gdbint.texinfo: Add a cautionary note about macro use.
7460
a2bea4c3 74612001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 7462
a2bea4c3
CV
7463 * gdb.texinfo: Explain omitting the hostname in the
7464 `target remote' command.
7465
1129bf27
DJ
74662001-07-30 Daniel Jacobowitz <drow@mvista.com>
7467
7468 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
7469 and END-INFO-DIR-ENTRY.
7470
732b3002
SC
74712001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7472
7473 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
7474
89437448
AC
74752001-07-25 Andrew Cagney <ac131313@redhat.com>
7476
7477 * gdbint.texinfo (libgdb): Rewrite.
7478
f7dc1244 74792001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
7480
7481 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
7482
c4555f82
SC
74832001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7484
7485 * gdb.texinfo (TUI): New chapter, document the TUI.
7486 (Mode Options): Document the -tui option.
7487
2f45a6e0
MK
74882001-07-23 Mark Kettenis <kettenis@gnu.org>
7489
7490 * gdbint.texinfo (Host Definition): Remove description of
7491 NEED_POSIX_SETPGID.
7492
f7dc1244 74932001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
7494
7495 * gdb.tex (DJGPP Native): New node, with descriptions of
7496 DJGPP-specific commands.
7497
be9c6c35
JM
74982001-07-19 John R. Moore <jmoore@redhat.com>
7499
7500 * gdbint.texinfo: Three misspellings.
7501
dfa249fb
AC
75022001-07-06 Andrew Cagney <ac131313@redhat.com>
7503
7504 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
7505 `test` expressions on bash. Problem reported by Colin Walters.
7506
c72e7388
AC
75072001-07-04 Andrew Cagney <ac131313@redhat.com>
7508
7509 * gdbint.texinfo (User Interface): Update ui-out documentation to
7510 refelect recent UI/MI updates.
7511
94bbb2c0
AC
75122001-07-04 Andrew Cagney <ac131313@redhat.com>
7513
7514 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
7515 interpreters.
7516
af6c57ea
AC
75172001-06-15 Andrew Cagney <ac131313@redhat.com>
7518
7519 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
7520 structure and not macros.
7521 (Host Definition): Document that much of this chapter is obsolete.
7522 (Target Architecture Definition): Update list of files that make
7523 up a target architecture.
7524 (Coding): Update.
7525
83aa8bc6
AC
75262001-06-28 Andrew Cagney <ac131313@redhat.com>
7527
7528 * gdbint.texinfo (Target Architecture Definition): Update
7529 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
7530 The latter has been changed to a true predicate.
7531
f7dc1244 75322001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
7533
7534 * annotate.texi: Add @noindent where needed. From Dmitry
7535 Sivachenko <dima@Chg.RU>.
7536 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
7537
656db9b0
AC
75382001-06-16 Andrew Cagney <ac131313@redhat.com>
7539
7540 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
7541
df2396a1
AC
75422001-06-14 Andrew Cagney <ac131313@redhat.com>
7543
7544 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
7545 returns ``OK''. Document that the ``R'' packet does not reply.
7546
0f1f2b0a
MS
75472001-06-13 Michael Snyder <msnyder@redhat.com>
7548
7549 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
7550
f7dc1244 75512001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
7552
7553 * gdb.texinfo (Signals): Clarify the default setting of signal
7554 handling.
7555
a5d7c491
AC
75562001-05-14 Andrew Cagney <ac131313@redhat.com>
7557
7558 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
7559 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
7560
05a54c4f
AC
75612001-05-12 Andrew Cagney <ac131313@redhat.com>
7562
7563 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
7564
f7dc1244 75652001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
7566
7567 * gdbint.texinfo (Clean Design and Portable Implementation):
7568 Renamed from "Clean Design".
7569 (Clean Design and Portable Implementation): Document portable
7570 methods of handling file names, and the associated macros.
7571
f7dc1244 75722001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
7573
7574 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
7575 command and provide a cross-reference to its description.
7576 (Symbols): Note that "info scope" is useful for trace experiments.
7577
f7dc1244 75782001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 7579
b37052ae
EZ
7580 * gdb.texinfo (Symbols): Document "info scope".
7581 (Tracepoints): New chapter.
7582 (Contributors): Update for v5.1.
7583 <All nodes>: Change "C++" to "C@t{++}".
7584
0ee54786
EZ
7585 * gdbint.texinfo (User Interface): A new section about ui_out
7586 functions, based on text written by Fernando Nasser.
7587
c534679c
EZ
7588 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
7589
f7dc1244 75902001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 7591
e9c75b65
EZ
7592 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
7593
7594 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
7595
7596 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
7597 Replace "GDB" with "@value{GDBN}". Fix markup.
7598
7599 * annotate.texi: Change Permissions to GFDL. Update Copyright.
7600
3d67e040
EZ
7601 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
7602 a cross-reference to its description.
7603 (Symbols): Document "info symbol".
7604
f7dc1244 76052001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
7606
7607 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
7608 subsection "x86 Watchpoints".
7609 (Target Architecture Definition): Document the macros
7610 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
7611 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
7612
b0ed3589
AC
76132001-03-20 Andrew Cagney <ac131313@redhat.com>
7614
7615 * gdbint.texinfo (Target Architecture Definition): Update
7616 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
7617 list.
7618
b6ba6518
KB
76192001-03-06 Kevin Buettner <kevinb@redhat.com>
7620
7621 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
7622 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
7623
f7dc1244 76242001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
7625
7626 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
7627
f7dc1244 76282001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 7629
17cc6a06
EZ
7630 * gdb.texinfo (Environment): Document that `path' does not change
7631 the value of PATH in GDB's own environment (it did in the past,
7632 but that was changed on March 15, 1994). Reported by Doug Evans
7633 <dje@transmeta.com>.
7634
56caf160
EZ
7635 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
7636 its line. Fix markup of commands and macros. Add an Index node
7637 and index entries.
7638
29e57380
C
76392001-01-23 J.T. Conklin <jtc@redback.com>
7640
7641 * gdb.texinfo (Memory region attributes): New manual section.
7642
1c6147de
ND
76432001-01-04 Nicholas Duffek <nsd@redhat.com>
7644
7645 * gdbint.texinfo (POP_FRAME): Document use by return_command.
7646
f7dc1244 76472000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
7648
7649 * refcard.tex: Version and copyright fixed. From Phil Edwards
7650 <pedwards@disaster.jaj.com>.
7651
0dcedd82
AC
7652Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
7653
7654 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 7655 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 7656
3b851bce
AC
7657Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
7658
7659 * gdbint.texinfo (Coding): Update current value of
889bf7c5 7660 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 7661
f7dc1244 76622000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
7663
7664 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
7665 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
7666
b90a5f51
CF
76672000-11-10 Christopher Faylor <cgf@cygnus.com>
7668
7669 * gdb.texinfo: Document new 'set step-mode' command.
7670
f7dc1244 76712000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
7672
7673 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
7674 changes from Dmitry Sivachenko <dima@Chg.RU>.
7675
f7dc1244 76762000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
7677
7678 * gdb.texinfo (Hooks): Document the new post-hook functionality.
7679 From Steven Johnson <sbjohnson@ozemail.com.au>.
7680
2e685b93
MK
76812000-08-10 Mark Kettenis <kettenis@gnu.org>
7682
7683 * gdbint.texinfo (Overall Structure): Spelling fix.
7684
f7dc1244 76852000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
7686
7687 * gdbint.texinfo (Target Architecture Definition): Document that
7688 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
7689 for which REGISTER_CONVERTIBLE returns a zero value.
7690
63ac3005
EZ
76912000-07-08 Christopher Faylor <cgf@cygnus.com>
7692
7693 * Makefile.in (install-info): Find files to install in either the
7694 build or source directories (adapted from Makefile.am).
7695
bd79f757
ND
76962000-07-07 Nicholas Duffek <nsd@redhat.com>
7697
7698 * stabs.texinfo: Fix spelling errors.
7699 (String Field): FILE-NUMBER starts from 0, not 1.
7700
f7dc1244 77012000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
7702
7703 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 7704 Brian Youmans.
5f208f6d 7705
f7dc1244 77062000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
7707
7708 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
7709 the source directory. Reported by Mark Harig
7710 <markh@frazier.landmark.com>.
cc542d3b 7711
f3b28801
C
77122000-06-20 J.T. Conklin <jtc@redback.com>
7713
7714 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
7715
449f3b6c
AC
7716Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
7717
7718 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 7719 Generate using pdftex.
449f3b6c 7720 (PDFTEX): Define.
889bf7c5 7721 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 7722 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 7723 @contents at the start.
449f3b6c 7724
f7dc1244 77252000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
7726
7727 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 7728 Youmans.
48e934c6 7729
9e9c5ae7
AC
7730Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
7731
7732 From Brian Youmans:
7733 * gdb.texinfo: Fix ``et al.''.
7734
c741b251
AC
7735Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
7736
7737 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 7738 loop.
c741b251 7739
4ab64e14
JG
77402000-05-19 Jimmy Guo <guo@cup.hp.com>
7741
7742 * configure: Regenerate.
7743
f7dc1244 77442000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
7745
7746 * Makefile.in (install-info): Run install-info on installed Info
7747 files.
7748
8c70017b
AC
7749Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7750
a7cb598a 7751 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 7752 Andrew Cagney.
8c70017b 7753
f7dc1244 77542000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
7755
7756 * gdb.texinfo: Proofreading changes from Brian Youmans.
7757
bf0184be
ND
77582000-05-01 Nick Duffek <nsd@cygnus.com>
7759
7760 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
7761 startup sequence, minor edits.
7762
f7dc1244 77632000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
7764
7765 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
7766 TeX.
7767
7768 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
7769 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
7770 like `n' and `s' which look weird. Convert some of the @kindex to
7771 @vindex, when they refer to variables, not commands.
7772
33e16fad
AC
7773Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7774
7775 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
7776
f7dc1244 77772000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
7778
7779 * Makefile.in (GDBMI_DIR): New variable.
7780 (SET_TEXINPUTS): Add $(GDBMI_DIR).
7781 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
7782 (gdbmi.texinfo): New target, for texi2roff.
7783 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
7784 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
7785
7786 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
7787 gdbmi.texinfo.
7788 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
7789 comment.
7790
d167840f
EZ
77912000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7792
7793 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 7794 command.
d167840f 7795
f7dc1244 77962000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
7797
7798 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
7799 prevents the build (and is generally a Bad Idea).
7800
f7dc1244 78012000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
7802
7803 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
7804 a comma inside @var.
7805 (Command Files): Index markup changes from Dmitry Sivachenko
7806 <dima@Chg.RU>.
7807
f7dc1244 78082000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
7809
7810 * Makefile.in (LN_S): Define.
7811 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
7812 invoke "ln -s" unless it is known to work.
7813
7814 * configure.in (AC_PROG_LN_S): Add.
7815
8dc7983f
JB
78162000-04-14 Jim Blandy <jimb@redhat.com>
7817
7818 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
7819 section.
7820 (Target Conditionals): Document ADDRESS_TO_POINTER,
7821 POINTER_TO_ADDRESS.
7822
1a8237e8
DB
78232000-04-11 Daniel Berlin <dan@cgsoftware.com>
7824
7825 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
7826 gdb-cfg.texi to get the value.
7827
ca526f1a
JB
78282000-04-10 Jim Blandy <jimb@redhat.com>
7829
7830 * gdbint.texinfo (Target Architecture Definition): Fix
7831 cross-references.
7832
faaafcb4
JB
78332000-04-08 Jim Blandy <jimb@redhat.com>
7834
7835 * gdbint.texinfo (Using Different Register and Memory Data
7836 Representations): New section.
7837 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
7838 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
7839 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 7840
1b27397f
AC
7841Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
7842
7843 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 7844 for acknowledgments.
1b27397f 7845
480ff1fb
AC
7846Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
7847
7848 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 7849 qThreadExtraInfo.
480ff1fb 7850
a9331b3f 78512000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 7852
a9331b3f
RM
7853 * gdb.texinfo: Clarify which remote debug protocol commands are
7854 required and which are optional.
f1251bdd 7855
dbeb8dbd
AC
7856Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
7857
7858 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
7859 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
7860 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
7861 * annotate.texi: Update.
7862
6d2ebf8b
SS
78632000-03-28 Stan Shebs <shebs@apple.com>
7864
7865 * gdb.texinfo: Update dates, bump to Eighth Edition (note
7866 expectation of additional changes before release), update
7867 ISBN, add copy of top-level menu for @ifhtml, remove explicit
7868 node links, rephrase and/or shorten lines to fix formatting
7869 problem in both regular and @smallbook formats.
7870 * annotate.texi: Shorten lines in example, use smallexample
7871 consistently everywhere.
7872 * Makefile.in: Add comment about texinfo 4.0 html generation.
7873 (SFILES_INCLUDED): Add annotate.texi.
7874
5d161b24
DB
78752000-03-27 Daniel Berlin <dan@cgsoftware.com>
7876
5ae4183a
AS
7877 * gdb.texinfo (Debugging Output): Added new section, documenting
7878 the "set/show debug" commands.
5d161b24 7879
b9deaee7
AC
7880Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
7881
7882 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 7883 entry.
b9deaee7
AC
7884
7885 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
7886 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 7887 @chapter and @node entries.
a9331b3f 7888
b9deaee7 7889 * gdb.texinfo: Link all top-level nodes.
a9331b3f 7890
9ef47d30
AC
7891Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
7892
7893 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 7894 files.
9ef47d30 7895
cfeada60
FN
78962000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
7897
7898 From David Whedon <dwhedon@gordian.com>
5ae4183a 7899 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 7900
6837a0a2
DB
79012000-03-22 Daniel Berlin <dan@cgsoftware.com>
7902
7903 * gdb.texinfo: Add documentation for the apropos command.
7904
bba2971c
MS
79052000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7906
7907 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
7908
2b628194
MS
79092000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7910
a9331b3f 7911 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
7912 two places.
7913
96a2c332
SS
79142000-03-17 Stan Shebs <shebs@apple.com>
7915
7916 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
7917 <dima@Chg.RU>, also clarification of allowed content for
7918 string constants.
7919
f7dc1244 79202000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
7921
7922 * gdb.texinfo (main menu): Add Annotations.
7923 (File Options): Add @cindex entries for each command-line option.
7924 Document --epoch, --annotate, --async, --interpreter, --write,
7925 --statistics, and --version.
7926
7927 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
7928 of GDB.
7929
9d233477
JB
79302000-02-23 Jim Blandy <jimb@redhat.com>
7931
7932 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7933
14e0eb3b
JB
79342000-02-22 Jim Blandy <jimb@redhat.com>
7935
7936 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7937
3555de01
JM
79382000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
7939
7940 * Makefile.in (diststuff): New target.
7941
5e35df8e
KB
79422000-02-15 Kevin Buettner <kevinb@redhat.com>
7943
7944 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 7945 architecture. [From Jim Wilson.]
5e35df8e 7946
c5394b80
JM
79472000-01-16 Tom Tromey <tromey@cygnus.com>
7948
7949 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7950 (Delete Breaks): Mention range arguments.
7951 (Disabling): Likewise.
7952
c3f6f71d
JM
79532000-01-05 Dmitry Sivachenko <dima@Chg.RU>
7954
7955 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7956
c4093a6a
JM
7957Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
7958
7959 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 7960 valid functions.
c4093a6a 7961
11cf8741
JM
79621999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7963
7964 * gdb.texinfo: Clarify regular expressions used in rbreak.
7965
917317f4
JM
79661999-10-15 Kevin Buettner <kevinb@cygnus.com>
7967
7968 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7969 MEMORY_REMOVE_BREAKPOINT): Document.
7970
7971Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7972
7973 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 7974 offset re-using the DATA offset instead.
917317f4 7975
2df3850c
JM
79761999-10-11 Jim Kingdon <kingdon@redhat.com>
7977
7978 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7979
79801999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7981
7982 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7983 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7984 typos.
7985
7986 * gdb.texinfo: Various minor wording and formatting improvements,
7987 mentions of additional command-line options.
7988
2acceee2
JM
79891999-09-30 Fred Fish <fnf@cygnus.com>
7990
7991 * gdb.texinfo: Document additional forms of specifying section
7992 names and addresses for the add-symbol-file command.
7993
c2c6d25f
JM
79941999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7995
7996 * gdbint.texinfo: Fix typo, add the word "have".
7997
79981999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7999
8000 * gdbint.texinfo (Target Architecture Definition): Document the
8001 SKIP_PERMANENT_BREAKPOINT macro.
8002
d4f3574e
SS
80031999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8004
8005 * gdb.texinfo: Fiks speling errers.
8006
8007 * gdb.texinfo: Fix uses of @multitable.
8008
f7dc1244 8009 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 8010 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 8011 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
8012 comments about using with optimization, add more indexing,
8013 fix info about disassembly-flavor.
8014
8015Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
8016
8017 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8018 SKIP_SOLIB_RESOLVER): Define.
8019
8020Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
8021
8022 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 8023 ``g'' packets.
d4f3574e 8024
104c1213
JM
80251999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8026
8027 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
8028 platform-specific info, inline remote.texi and move sections of it
8029 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
8030 and register stack into the new chapter.
8031 * remote.texi: Remove, now part of gdb.texinfo.
8032 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8033
80341999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
8035
8036 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8037 GDB_TARGET_IS_MACH386): These kludges have gone away.
8038
8039Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8040
8041 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 8042 TDEPLIBS.
104c1213 8043
53a5351d
JM
80441999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8045
8046 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8047 surrounding text to fit HP-UX bits into general info.
8048 (HPPA-cfg.texi): Remove, no longer useful.
8049
8050 * gdb.texinfo: Remove explicit links from @node lines, remove
8051 HP-added "Detailed Node Listing" from main menu which confuses
8052 things.
8053
8054 From Dmitry Sivachenko <dima@Chg.RU>:
8055 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 8056 in description of `set environment'.
53a5351d
JM
8057
80581999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8059
8060 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8061
7be570e7
JM
80621999-08-12 Ben Elliston <bje@cygnus.com>
8063
8064 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8065
f7dc1244 80661999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
8067
8068 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
8069 watch, awatch, and rwatch. Explain why the latter two cannot be
8070 set as software watchpoints. Document that watchpoints for local
8071 variables are deleted when the debuggee terminates.
7be570e7
JM
8072
8073Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8074
8075 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
8076 packet. Allow E.. response packet. "qRcmd" packet is no longer
8077 reserved.
7be570e7
JM
8078
80791999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8080
a9331b3f
RM
8081 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8082 * gdb.texinfo: Ditto.
7be570e7 8083
96baa820
JM
80841999-08-06 Tom Tromey <tromey@cygnus.com>
8085
8086 * gdb.texinfo (KOD): New node.
8087
8088Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
8089
8090 * remote.texi (Rcmd): Fix minor formatting typos.
8091
8092Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
8093
8094 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 8095 packets.
96baa820 8096
adf40b2e
JM
80971999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
8098
8099 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8100 fixes.
8101
43ff13b4
JM
8102Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
8103
8104 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8105
085dd6e6
JM
8106Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8107
8108 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
8109 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8110 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8111 packets that are not supported on all hosts. Expand examples.
8112 Spell check.
085dd6e6
JM
8113
81141999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8115
8116 * Makefile.in: Recognize html, install-html. Add targets
8117 to build HTML versions of documentation via texi2html.
8118
8119Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8120
8121 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 8122 testsuite.
085dd6e6
JM
8123
8124Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8125
8126 * remote.texi (Communication Protocol): Rewrite.
8127
8128Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8129
8130 * stabs.texinfo: Fix uses of xref.
8131
9e0b60a8
JM
8132Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
8133
8134 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8135 info about patch submission.
8136
cce74817
JM
8137Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
8138
8139 From Per Bothner <bothner@cygnus.com>:
8140 * gdb.texinfo: Document Chill support.
8141
8142Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
8143
8144 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
8145 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8146 Document that the value should be greater-than or equal-to zero.
8147 (NO_STD_REGS): Document. Deprecate.
cce74817 8148
ac9a91a7
JM
8149Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8150
8151 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 8152 Document that these are not used.
ac9a91a7
JM
8153
8154Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8155
8156 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8157
392a587b
JM
8158Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
8159
8160 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 8161 numargs was dropped.
392a587b
JM
8162
8163Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
8164
8165 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8166
b83266a0
SS
8167Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
8168
8169 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 8170 Update.
b83266a0 8171
7a292a7a
SS
8172Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
8173
8174 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8175 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8176
8177Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
8178
8179 * gdbint.texinfo: Fix typos: $ -> @.
8180
8181Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8182
8183 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
8184 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8185 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8186 BREAKPOINT_FROM_PC.
a9331b3f 8187
7a292a7a
SS
8188Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
8189
8190 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 8191 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
8192
8193Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8194
8195 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 8196 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
8197
81981999-04-02 Stan Shebs <shebs@andros.cygnus.com>
8199
8200 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8201 longer exists.
8202
8203Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
8204
8205 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
8206 nearly all @ifset/@ifclear conditionals; nobody uses them, and
8207 they make the manual source incomprehensible.
7a292a7a
SS
8208 * h8-cfg.texi: Remove, hasn't been used in years.
8209
c906108c
SS
8210Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
8211
8212 * gdb.texinfo: Update the credits.
8213
8214Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
8215
8216 * gdb.texinfo: Fix mistakes noticed in printout of last
8217 draft, add Alpha to discussion of heuristic fence post.
8218
8219Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
8220
8221 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
8222 Edition, merge some HP changes into mainline, describe some
8223 previously undocumented features, describe more of the target
8224 commands available, eliminate obsolete section on renamed
8225 commands.
c906108c
SS
8226 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8227
8228Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
8229
8230 * gdb.texinfo: Make many HPPA conditionals unconditional,
8231 including catchpoint description, since now on for all configs.
8232 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8233 specializations.
8234
8235Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
8236
8237 * Makefile.in (GDBvn.texi): Fix match expression to work with
8238 current format of VERSION in gdb/Makefile.in.
8239 * gdb.texinfo: Fix node ref to match new readline.
8240
8241Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
8242
a9331b3f
RM
8243 * gdb.texinfo: Changes made as part of a project to merge in
8244 changes made by HP. Documentation makes extensive use of
c906108c
SS
8245 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
8246 on remote debugging. There are differences in documentation
889bf7c5 8247 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
8248 the HP manual discusses catchpoints, hardware watchpoints, and
8249 some HPUX specific limitations for shared library support.
a9331b3f 8250
c906108c
SS
8251 There are also a number of @node changes.
8252
82531999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
8254
8255 * gdbint.texinfo (Formatting): Disambiguate a sentence.
8256 (C Usage): Same.
8257
8258Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
8259
8260 The following changes were made by Edith Epstein
889bf7c5
PA
8261 <eepstein@cygnus.com> as part of a project to merge in changes
8262 made by HP.
a9331b3f 8263
c906108c
SS
8264 * HPPA-cfg.texi: new file.
8265
8266 * all-cfg.texi: set HPPA for HP PA-RISC targets.
8267
8268 * refcard.tex: change documentation about catch.
8269 removed info catch.
8270
8271Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
8272
8273 * gdbint.texinfo: Expand on GDB's coding standards,
8274 specify the use of arg names with prototypes.
8275
82761998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
8277
8278 * gdb.texinfo: Fix tipo.
8279
8280Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
8281
8282 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 8283 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
8284
8285Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
8286
8287 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
8288
82891998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
8290
8291 * agentexpr.texi: New file.
8292
8293Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
8294
8295 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
8296
82971998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
8298
8299 * remote.texi: Changed wording that implied that the GDB remote
8300 protocol caches register values instead of GDB itself.
8301
8302Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
8303
8304 * gdbint.texinfo: Add some info about symbol readers.
8305 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
8306 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
8307 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
8308 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
8309
8310Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
8311
a9331b3f 8312 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
8313
8314Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
8315
8316 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8317
8318Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
8319
8320 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 8321 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
8322
8323Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
8324
8325 * gdbint.texinfo: Fix minor typos.
8326
8327Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
8328
8329 * gdbint.texinfo: Complete overhaul. Group descriptions more
8330 logically, add more info on generic algorithms, remove much
8331 obsolete and/or wrong material.
8332
8333Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
8334
8335 * stabs.texinfo (Method Type Descriptor): Expand and correct.
8336
8337Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
8338
8339 * refcard.tex: Copyright, address updates.
8340
8341Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
8342
8343 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8344 for the edition instead of confusing GDB-version-like numbers.
8345
8346Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
8347
8348 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8349
8350Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
8351
5ae4183a 8352 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
8353
8354Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
8355
8356 * gdb.texinfo: Add some credits, mention bug monitor.
8357 * remote.texi: Mention mips monitor targets.
8358 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 8359
c906108c
SS
8360Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
8361
8362 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
8363 files, finish sorting of host vs target vs native macros, describe
8364 some more of them.
c906108c
SS
8365
8366Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
8367
8368 * gdbint.texinfo (Host Conditionals): Document change from
8369 using NO_MMALLOC to it's inverse, USE_MMALLOC.
8370
8371Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
8372
8373 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 8374 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
8375
8376Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
8377
8378 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8379 Document LSEEK_NOT_LINEAR.
8380
8381Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
8382
8383 * stabs.texinfo (Stab Section Basics): Make it clear that only
8384 some versions of the GNU linker remove the leading N_UNDF symbol.
8385
8386Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
8387
8388 * stabs.texinfo (String Field): Document type number pairs here,
8389 instead of in the Sun specific section.
8390 (Include Files): The GNU linker supports the N_BINCL
8391 optimization. Clarify the N_BINCL value, and what it is used
8392 for.
8393 (Procedures): Document N_FUN with an empty string to mark the end
8394 of a function.
8395 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8396 (Sun Differences): Remove this node, as the information is now
8397 elsewhere in the main document.
8398 (Stab Section Basics): Mention that the GNU linker may optimize
8399 stabs and remove the leading N_UNDF symbol.
8400
8401Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
8402
8403 * gdb.texinfo, refcard.tex: Restore author credit
8404
8405Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
8406
8407 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8408 documentation to account for START and END macros taking
8409 one arg.
8410
8411Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
8412
8413 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8414 * gdb.texinfo (Frames): Fix typo.
8415
8416Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
8417
8418 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8419 a target_signal as arg type, not a pid.
8420
8421Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
8422
8423 * gdb.texinfo: Document `set assembly-language'.
8424
8425Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
8426
8427 * remote.texi: Update list of stubs in the GDB distribution.
8428
8429Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
8430
8431 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
8432 Also document that some systems can use mmalloc but must define
8433 this if their C runtime allocates memory that is later freed.
c906108c 8434 (MMCHECK_FORCE): Document new macro.
a9331b3f 8435
c906108c
SS
8436Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
8437
8438 * remote.texi: Add documentation for target Sparclet.
8439
8440Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8441
a9331b3f 8442 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
8443 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8444 * configure.in: Rewritten for autoconf.
8445 * configure: New.
8446
8447Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
8448
8449 * Makefile.in (DVIPS): New define, set to dvips.
8450 (dvi): Add stabs.dvi.
8451 (ps): New target.
8452 (all-doc): Depend on info, dvi, and ps targets.
8453 (STAGESTUFF): Add *.ps and *.dvi files.
8454 (clean-info, clean-dvi): Remove.
8455 (mostlyclean): Does not depend upon clean-info or clean-dvi,
8456 rules completely rewritten.
8457 (maintainer-clean): Remove clean-info and clean-dvi
8458 dependencies and put their actions in the rules.
8459 (gdb.ps): New target
a9331b3f 8460 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
8461 intermediate TeX files, whether they have 2 or 3 character
8462 extensions.
8463 (gdbint.ps): Add target and rules.
8464 (gdb-internals): Delete unused target.
8465 (Makefile): Depends upon config.status also.
8466
8467Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
8468
8469 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
8470 set.
8471
8472Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
8473
8474 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8475 * gdb.texinfo (Expressions): Fix erroneous array constant example.
8476
8477Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
8478
8479 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
8480
8481Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8482
8483 * gdb.texinfo (Print settings): Document
8484 `set/show print static-members' commands.
8485
8486Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
8487
8488 * gdbint.texinfo (Native): Document name change, coredep.c to
8489 core-aout.c.
8490
8491Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
8492
8493 * stabs.texinfo (Include Files): Document the values the SunOS4
8494 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
8495
8496Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
8497
8498 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
8499 Fix typo.
8500
8501Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
8502
8503 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
8504 "gdb.tar.Z".
8505
8506Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
8507
8508 * Makefile.in (maintainer-clean): New target, synonym for
8509 realclean.
8510
8511Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8512
8513 * Update all FSF addresses except those in COPYING* files.
8514
8515Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8516
8517 From Richard Earnshaw (rearnsha@armltd.co.uk):
8518 * gdb.texinfo (convenience variables): Document $_exitcode.
8519 (quit): Document optional expression to use as exit code.
8520
8521Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
8522
8523 * gdb.texinfo, remote.texi: Brought up to date with various
8524 GDB changes.
8525
8526Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
8527
8528 * gdb.texinfo: Update dates and versions, fix comments about
8529 hardware watchpoints in future releases and about the
8530 sharedlibrary command.
8531
8532Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8533
8534 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
8535 C_FUN stab. Other cleanups.
8536
8537Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8538
8539 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
8540 for the sparc stub.
8541
8542Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8543
8544 * annotate.texi: Clarify which addresses have differing formats
8545 depending on the language and which do not.
8546
8547Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8548
8549 * remote.texi (NetWare): Changed example to use BOARD= instead of
8550 NODE= argument to reflect correspoding change to gdbserve.nlm.
8551
8552Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8553
8554 * stabs.texinfo (Negative Type Numbers): Mention the fact that
8555 GDB, as well as AIX dbx, supports the size type attribute.
8556
8557Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8558
8559 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
8560
8561Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
8562
8563 * gdb.texinfo (Define): Document $arg0... arguments to commands,
8564 and new 'if' and 'while' commands.
8565
8566Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
8567
8568 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
8569
8570Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8571
8572 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
8573 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
8574 NetWare targets. Mostly stolen from the Server node.
8575
8576Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8577
8578 * gdb.texinfo (Setting): Talk about the language of a source file
8579 versus the working language. The old documentation did not match
8580 what GDB did.
8581
8582Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8583
8584 * stabs.texinfo (Source Files): Document N_SO used to mark the end
8585 of a source file.
8586
8587Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8588
8589 * gdb.texinfo (Processes): New node.
8590
8591Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
8592
8593 * remote.texi: Update documentation of set/show mipsfpu.
8594
3fc11d3e
JM
8595Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
8596
8597 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
8598 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
8599
8600Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
8601
8602 * gdbint.texinfo: Removed mentions of some incorrectly placed and
8603 obsolete conditionals, described some others.
8604
8605Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8606
8607 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
8608 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
8609
8610Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
8611
8612 * gdbint.texinfo: Put regex conditionals in their own table.
8613
8614Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
8615
8616 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
8617 described or fixed the descriptions of many others.
8618
8619Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
8620
8621 * gdb.texinfo: Add some more credits.
8622 * gdbint.texinfo: Capitalize GDB consistently, describe some
8623 macros and remove some.
8624
8625Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8626
8627 * gdbint.texinfo: Removed mentions of many incorrectly placed and
8628 obsolete conditionals, described some others.
8629
8630Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8631
8632 * gdb.texinfo (help targets): Changed to `help target', which
8633 is the correct gdb command.
8634
8635Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8636
8637 * annotate.texi (TODO): New node, for keeping track of annotations
8638 suggested but not yet implemented.
8639
8640Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8641
8642 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
8643 another symbol, it is not the address itself.
8644
8645Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
8646
8647 * stabs.texinfo (Stab Section Basics): Add comment about alignment
8648 of stabs-in-coff sections.
8649
8650Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8651
8652 * annotate.texi: Change edition to 0.5 and date to May 1994.
8653 Add index.
8654 (Frames): New node, for frame annotation.
8655 (Displays): New node, for display annotation.
8656
8657 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
8658 when waiting for your program to stop.
8659
8660Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8661
8662 * annotate.texi (Breakpoint Info): Document annotation of header
8663 fields and record annotation.
8664
8665Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8666
8667 * annotate.texi: New file, to document annotations.
8668
8669Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8670
8671 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
8672 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
8673
8674Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8675
8676 * stabs.texinfo (Stab Section Basics): Say what is in .stab
8677 section, and say n_strx field is compilation unit relative.
8678 * stabs.texinfo: Don't use @code for a.out when it is the name of
8679 an object file format.
8680
8681Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8682
8683 * gdb.texinfo: Refer to file names, not path names, per rms
8684 convention.
8685 (Arguments): Fix typo.
8686
8687Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8688
8689 * stabs.texinfo (Global Variables): Talk about stabs in files
8690 where variables are referenced, but not defined.
8691
8692Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8693
8694 * stabs.texinfo: Move stuff on @ and # type descriptors from node
8695 Cplusplus to new nodes Member Type Descriptor and Method Type
8696 Descriptor. Re-write stuff for #.
8697
8698Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8699
8700 * gdb.texinfo (Print Settings): Don't document "set print
8701 fast-symbolic-addr off". The bug which it worked around was fixed
8702 on 25 Feb 94 in coffread.c, so I'm nuking the command.
8703
8704 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
8705 N_ENTRY node.
8706
8707 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
8708
8709Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8710
8711 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
8712 references to ieee-float.c.
8713
8714Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8715
8716 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
8717 match what the code actually does.
8718
8719Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8720
8721 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
8722
8723Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8724
8725 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
8726 i, and b.
8727
8728Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
8729
8730 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
8731 well as for ELF and SOM. Unify the descriptions of ELF and SOM
8732 as "stabs in sections" rather than just saying "ELF and SOM".
8733 Also make that stuff apply to COFF.
8734
8735Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8736
8737 * gdb.texinfo (Formatting Documentation): Change GhostScript to
8738 Ghostscript.
8739
8740Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8741
8742 * gdb.texinfo (Continuing and Stepping): When talking about "step"
8743 versus functions without line numbers, also mention stepping into
8744 them as well as "step" when you are in them. Tell the user how to
8745 deal with the situation. Add comment about "debugging information".
8746
8747Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8748
8749 * stabs.texinfo (Enumerations): Document restriction on where
8750 enumeration types can appear and still win with GDB.
8751
8752Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8753
8754 * stabs.texinfo (Negative Type Numbers): Document format for type
8755 -16.
8756
8757Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8758
8759 * gdb.texinfo (Selection, Frame Info): Update information about
8760 arbitrary frame specficiations.
8761
8762Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
8763
8764 * gdb.texinfo, remote.texi: general editing pass prior to Net release
8765
8766Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8767
8768 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
8769
8770Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
8771
8772 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
8773
8774Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8775
8776 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
8777 Differences node to Statics node.
8778 (Statics): Discuss XCOFF use of V symbol descriptor.
8779
8780 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
8781 not clean.
8782
8783Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
8784
8785 * gdb.texinfo (Print Settings): Document `set print
8786 fast-symbolic-addr' and improve the doc for some other
8787 `set print's.
8788
8789Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8790
8791 * stabs.texinfo (String Field): Talk about defining several type
8792 numbers at once.
8793 Fix lint regarding changing node ELF Transformations to
8794 ELF and SOM Transformations.
8795
8796Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
8797
8798 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
8799
8800Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8801
8802 * stabs.texinfo (Cross-References): `::' is for nested types only
8803 within <>.
8804 (Structures): Document static members.
8805
8806Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8807
8808 * stabs.texinfo: Document S type attribute.
8809
8810Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8811
8812 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
8813
8814Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
8815
8816 * gdbint.texinfo: Fix a few typos.
8817
8818Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8819
8820 * gdb.texinfo, remote.texi: formatting improvements
8821
8822 * gdb.texinfo (New Features): mention threads.
8823 (Summary, C): fix xrefs in newly contributed text.
8824 (Threads): index entries, clarifications, example
8825 (passim): minor typos fixed, phrasing improvements
8826
8827 * remote.texi (Bootstrapping): rephrase text on ^C and add index
8828 entries; (Server): explain use of gdbserver w/real-time systems,
8829 add example of conflicting TCP port; (MIPS Remote) break up
8830 running text into table, highlighting commands, and add example.
a9331b3f 8831
c906108c
SS
8832Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8833
8834 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
8835
8836Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8837
8838 * stabs.texinfo (Nested Symbols): New node.
8839 (String Field, Symbol Descriptors, Cross-References): Refer to it.
8840
8841Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8842
8843 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
8844 to picking which Bbss.bss symbol to use, and (because there seems to
8845 be no good way of doing it) re-write some of the text to make it
8846 sound like Bbss.bss isn't such a great idea after all (as currently
8847 designed).
8848
8849 * gdb.texinfo (C): In addition to saying people have to use g++ for
8850 good results, say they have to use stabs. Specifically say cfront
8851 doesn't work well.
8852 (Summary): Merge in information on Modula-2, Pascal, and Chill from
8853 the gdb README. Add xrefs to places where the support for the various
8854 languages is described in detail.
8855
8856Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8857
8858 * stabs.texinfo: Clean up stuff about visibility and virtual
8859 characters.
8860
8861 * stabs.texinfo (N_M2C): Cite Sun doc.
8862
8863Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8864
8865 * gdb.texinfo: updates re threads.
8866 * remote.texinfo: avoid index entries starting with digits.
8867
8868Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8869
8870 * stabs.texinfo (Enumerations): Talk about large, negative and
8871 octal values. Clean up cross reference to type attributes.
8872 (String Field): Say that GDB 4.11 supports size attribute.
8873
8874Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8875
8876 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
8877 is a mandatory step. Make the stuff about that more concise.
8878
8879Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8880
8881 * stabs.texinfo (Class Names): New node.
8882
8883 * gdb.texinfo (Command Files): Explain order of init file reading.
8884
8885 * remote.texi (Bootstrapping): Talk about getting the serial driver
8886 to deal with ^C sent by gdb to stop the remote system.
8887
8888Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
8889
8890 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
8891
8892 * libgdb.texinfo (Defining Commands): made the DOC arg
8893 to gdb_define_app_command a char * instead of char **
8894 per a suggestion from kingdon.
8895
8896 * libgdb.texinfo: total rewrite from a different starting
8897 premise.
8898
8899Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8900
8901 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
8902 floats passed as doubles (to improve clarity).
8903
8904Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8905
8906 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
8907
8908 * a4rc.sed: update to work with Andreas Vogel papersize params
8909
8910 * refcard.tex: use Andreas Vogel simplifications of papersize
8911 params; remove useless version info; update copyright date.
8912
8913Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8914
8915 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
8916
8917Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8918
8919 * gdb.texinfo (Files): Say what address the load command loads it at.
8920
8921 * stabs.texinfo (Common Blocks): Minor cleanups.
8922
8923 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8924 that Sun has backed away from the linker kludge and thus the relevant
8925 issue is changes to the SunPRO tools, not the Solaris linker.
8926
8927 * stabs.texinfo (Traditional Integer Types): Clean up description
8928 of octal bounds a little bit. Document extra leading zeroes.
8929
8930Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8931
8932 * gdb.texinfo (Signaling): Update for symbolic symbol names
8933 and add a section explaining the difference between the GDB
8934 signal command and the shell kill utility.
8935
8936Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
8937
8938 * libgdb.texinfo: added `@' to braces that were unescaped.
8939
8940Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
8941
8942 * libgdb.texinfo: new file. Spec for the gdb library.
8943
8944Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8945
8946 * stabs.texinfo (Include Files): Fix typo (start -> end).
8947
8948Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8949
8950 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8951 from Melissa at FSF's editing pass.
8952
8953Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8954
8955 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8956 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8957 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8958
8959Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8960
8961 * remote.texi (Bootstrapping): Discuss 386 call gates.
8962
8963Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8964
8965 * stabs.texinfo (Based Variables): New node.
8966
8967Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8968
8969 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8970 names, sizes, and formats to suggest how not to lose.
8971
8972Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8973
8974 * stabs.texinfo (Methods): Fix typo.
8975
8976Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8977
8978 * gdb.texinfo: Fix a few typos.
8979
8980Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8981
8982 * gdb.texinfo: Clarify how well it works with Fortran.
8983
8984 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8985 More on relocating stabs in ELF files.
8986
8987Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8988
8989 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8990
8991Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8992
8993 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8994 parameters on VAX.
8995
8996Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8997
8998 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8999
9000Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9001
9002 * stabs.texinfo: Make info author notice match the TeX author notice.
9003
9004Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9005
9006 * stabs.texinfo: Initial-caps all words in node names and
9007 non-trivial words in section names.
9008
9009Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9010
9011 * stabs.texinfo: Many minor cleanups.
9012
9013 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9014
9015Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
9016
9017 * stabs.texinfo: Remove full description of big example.
9018 It's not really helpful; just use pieces of it where appropriate.
9019 Add more Texinfo formatting directives (@samp, etc.).
9020 Use @deffn to define stab types.
9021 Eliminate some wordiness. Break up some nodes.
9022 Add an (alphabetized) index of symbol types.
9023 Use consistent capitalization style in node and section names.
9024
9025Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9026
9027 * gdb.texinfo: Change typo "Two two" to "The two".
9028
9029Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9030
9031 * stabs.texinfo (XCOFF-differences): Remove references to
9032 non-existent types N_DECL and N_RPSYM.
9033
9034 * stabs.texinfo (String Field): Say that type attributes bug is
9035 fixed in GDB 4.10, since it is.
9036
9037 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9038
9039Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9040
9041 * stabs.texinfo: Formatting cleanups.
9042
9043Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9044
9045 * stabs.texinfo: When explaining the n_type of a stab, standardize
9046 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9047 no tabs, use @r).
9048 (Global Variables): Clean up.
9049
9050Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9051
9052 * stabs.texinfo (Stack Variables): Re-write.
9053
9054Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9055
9056 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9057 addresses of a source file. Also revise formatting.
9058 Change "object module" or "object file" to "source file".
9059 Various: Miscellaneous cleanups.
9060
9061Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9062
9063 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9064
9065Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
9066
9067 * gdbint.texinfo: Removed many nonsensical machine-collected
9068 host and target conditionals, described some of the remainder.
9069
9070Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9071
9072 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9073
9074 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9075 paragraph which follows.
9076
9077 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9078 variables. Looks better and avoids overful hbox.
9079
9080Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9081
9082 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9083
9084Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9085
9086 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9087 retransmit-timeout
9088
9089Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9090
9091 * gdbint.texinfo: Update statement about `some ancient Unix
9092 systems, like Ultrix 4.0' to Ultrix 4.2.
9093
9094Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
9095
9096 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9097
9098 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9099
9100 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
9101 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9102
9103 * remote.texi: new name for former gdbinv-s.texi
9104
9105 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9106
9107Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
9108
9109 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9110 variables for MIPS remote debugging protocol.
9111
9112Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9113
9114 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9115
9116Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9117
9118 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9119
9120Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9121
9122 * gdb.texinfo: repair conditional bugs in text markup
9123
9124Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9125
9126 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9127 to select Modula-2 material.
9128
9129Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9130
9131 * stabs.texinfo: Cleanups regarding statics.
9132
9133 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9134 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9135
9136Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9137
9138 * stabs.texinfo: N_MAIN is sometimes used for C.
9139
9140Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9141
9142 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9143
9144Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
9145
9146 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 9147 removed from the code by Kingdon.
c906108c
SS
9148
9149Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9150
9151 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9152 input when evaluating breakpoint conditions; the bug has been fixed.
9153
9154 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9155 sets the ignore count to N-1, not to N.
9156
9157Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9158
9159 * refcard.tex (\hoffset): correct longstanding error to match
9160 intended offset; avoids cutting off edge on some printers
9161
9162Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9163
9164 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9165
9166Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9167
9168 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9169
9170Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9171
9172 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9173 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9174 collect sed edits if any, apply to refcard before formatting;
9175 (refcard.ps) stop implying PS fonts if PS output requested;
9176 (lrefcard.ps) delete extra target for variant PS fonts
9177
9178 * refcard.tex: parametrize papersize dependent info, collect
9179 in easily replaced spot
9180
9181 * a4rc.sed: new file, edits to refcard for A4 paper
9182
9183Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9184
9185 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9186
9187Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9188
9189 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9190
9191Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9192
9193 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9194 politely rather than rudely.
9195
9196Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9197
9198 * stabs.texinfo: Document common blocks.
9199
9200Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
9201
9202 * stabs.texinfo: Add some basic info about stabs-in-elf.
9203
9204Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9205
9206 * stabs.texinfo (Top): Minor cleanup.
9207
9208Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9209
9210 * Makefile.in (install-info): remove parentdir support
9211
9212Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9213
9214 * gdb.texinfo (Copying): delete this node and references to it;
9215 RMS says this manual need not carry GPL. (passim): Improvements
9216 from last round at FSF, largely due to Ian Taylor review, and
9217 minor formatting improvements.
9218
9219 * gdbinv-s.texi (passim): Improvements from last round at FSF,
9220 largely due to Ian Taylor review. (Debug Session): minor edits to
9221 new text.
9222
9223Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
9224
9225 * Makefile.in (realclean): Remove info and dvi files too.
9226
9227Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
9228
9229 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9230 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
9231 * gdb.texinfo: Change accordingly.
9232
9233 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
9234 N_{L,R}BRAC,N_SLINE are relative to.
9235
9236Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
9237
9238 * Makefile.in (GDBvn.texi): Update atomically.
9239
9240Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
9241
9242 * gdbinv-s.texi (Debug Session): Document exceptionHook.
9243
9244Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
9245
9246 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
9247 addresses together. Also motivate the set print symbol-filename
9248 command and suggest other solutions.
9249
9250Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
9251
9252 * gdb.texinfo (set print elements): Note that the number of
9253 elements is set to unlimited by "set print elements 0".
9254
9255Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
9256
9257 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
9258 NF_LDOUBLE means.
9259 (Stab Types): Include Solaris stab types.
9260 (Procedures): Document Solaris extensions.
9261
9262Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9263
9264 * gdb.texinfo: Add `set print symbol-filename' doc.
9265
9266Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9267
9268 * stabs.texinfo (Arrays): Talk about type definition vs. type
9269 information.
9270
9271 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
9272 the trailing semicolon.
9273
9274Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9275
9276 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
9277 and merge in other parts of the document addressing these subjects.
9278 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
9279
9280 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
9281 at the end of a range type.
9282
9283 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
9284 AIX extensions.
9285
9286Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9287
9288 * stabs.texinfo (Stabs Format): Misc fixes.
9289
9290Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9291
9292 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
9293 (Traditional builtin types): Document convex convention for long long.
9294 (Negative builtin types): Discuss type names, and misc fixes.
9295
9296Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9297
9298 * stabs.texinfo (Builtin Type Descriptors): Document the floating
9299 point types used with @samp{R} type descriptor.
9300 (Symbol Descriptors): Describe how to handle conflict between
9301 different meanings of @samp{P} symbol descriptor.
9302
9303Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9304
9305 * stabs.texinfo: Remove node Quick Reference and put its children
9306 directly under the main menu.
9307
9308 * stabs.texinfo: Many more changes to bring it into line with
9309 AIX documentation and reality. I think it now has all the
9310 information from the AIX documentation, except that I burned
9311 out when I got to variant records (Pascal and Modula-2) and
9312 all the COBOL types. Oh well, we can add them later when we're
9313 worrying more about those languages.
9314
9315 * stabs.texinfo (Automatic variables): Talk about what it means
9316 to omit the symbol descriptor.
9317
9318Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9319
9320 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9321 gcc2 behavior with promoted args.
9322
9323Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9324
9325 * gdb.texinfo: include readline appendices in info version of manual
9326
9327Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9328
9329 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9330 target remote.
9331
9332 * gdb.texinfo (Machine Code): more index entries for disassemble
9333
9334Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
9335
9336 * Clarify the intended use of the gdb-testers and gdb-patches
9337 mailing lists, and shrink gzip comment.
9338
9339Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9340
9341 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9342 DOSHOST configuration of manual.
9343
9344 * gdb.texinfo (MIPS Stack): new node.
9345
9346 * all-config.texi (MIPS) new switch.
9347
9348 * gdbinv-s.texi (Nindy Options) Remove two instances of future
9349 tense; (MIPS Remote) new node.
9350
9351 * gdb.texinfo (passim) rephrases to work around makeinfo @value
9352 bug; (Environment) less passive, other small cleanups in text about
9353 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9354 (Remote) new MIPS Remote menu entry.
9355
9356Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
9357
9358 * stabs.texinfo: Many changes to include information from the
9359 AIX documentation.
9360
9361 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9362
9363Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
9364
9365 * gdbint.texinfo (new node Debugging GDB, elsewhere):
9366 Move a bunch of information from ../README.
9367 (Getting Started): New node.
9368
9369Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9370
9371 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9372
9373 * gdb.texinfo: advance manual revision dates to present
9374
9375 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9376 stop using silly Roman numerals in @set variable names
9377
9378Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
9379
9380 * stabs.texinfo (Parameters): Keep trying to get this right.
9381
9382Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
9383
9384 * stabs.texinfo (Parameters): More on "local parameters".
9385
9386Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
9387
9388 * stabs.texinfo (Parameters): Re-do "local parameters" section.
9389
9390Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
9391
9392 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9393 (Parameters): Rewrite.
9394 (xcoff-differences, Sun-differences): Minor changes.
9395
9396Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9397
9398 * stabs.texinfo: Minor cleanup.
9399
9400Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
9401
9402 * gdbint.texinfo: Minor xcoff stuff.
9403
9404Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
9405
9406 * gdbint.texinfo: Update for new config directory structure.
9407 Add info about internal type data structures.
9408
9409Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
9410
9411 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9412 $(srcdir).
9413 (gdb-config.texi): Depend on file in $(srcdir).
9414
9415Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
9416
9417 * stabs.texinfo: Fixes about N_SO.
9418
9419Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9420
9421 * gdb.texinfo: include list of nonstandard init file names
9422
9423 * *-config.texi: new switch GENERIC for text that applies *only*
9424 to (usual) multiple-target version of manual
9425
9426 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9427 h8 config
9428
9429 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9430 in menus (rather than conditionally selected multiple alternative
9431 menus).
9432
9433 * Makefile.in: define and use DOC_CONFIG var to select
9434 configuration for GDB user manual.
9435
9436 * gdb-config.texi: delete from repository, generate from Makefile.
9437
9438 * all-config.texi: normal `generic' configuration file, formerly
9439 stored as gdb-config.texi
9440
9441Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9442
9443 * Makefile.in: add dvi target to build all .dvi files
9444
9445Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9446
9447 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9448
9449Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
9450
9451 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9452 host conditionals.
9453 * stabs.texinfo: More array fixes inspired by Jim's.
9454
9455Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
9456
9457 * stabs.texinfo: Fixes re arrays and continuations.
9458
9459 * gdbint.texinfo: Add XCOFF node.
9460
9461Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
9462
9463 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
9464
9465Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9466
9467 * stabs.texinfo: Fix for array types to mention lower bounds.
9468
9469Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
9470
9471 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
9472
9473Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
9474
9475 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
9476
9477Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
9478
9479 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
9480 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
9481
9482Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
9483
9484 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
9485
9486Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9487
9488 * gdb.texinfo, gdbinv-s.texi: misc updates
9489
9490Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
9491
9492 * gdbint.texinfo: Brief documentation for longjmp support,
9493 from an email msg by Stu.
9494
9495Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
9496
9497 * stabs.texinfo: Fix description of floating point "range"
9498 types (which really define basic types). Reported by Jim Meehan,
9499 <meehan@src.dec.com>.
9500
9501 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
9502
9503Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
9504
9505 * gdbint.texinfo: Slightly expand section on supporting a new
9506 object file format.
9507
9508Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
9509
9510 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
9511 intermediate file.
9512
9513Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9514
9515 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
9516
9517Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9518
9519 * gdbinv-s.texi: z8000 simulator target name is just "sim"
9520
9521 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
9522 as well as Z8002.
9523
9524Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
9525
9526 * gdbint.texinfo: Add sections on clean design and on how to send
9527 in changes.
9528
9529Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
9530
9531 * gdbint.texinfo: Add how to declare the result of make_cleanup.
9532
9533Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
9534
9535 * gdb.texinfo: Fix typo, reported by Karl Berry.
9536
9537Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
9538
9539 * gdb.texinfo: Add opcodes dir to GDB distribution description.
9540
9541Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9542
9543 * gdbint.texinfo: fixed a stray email address (needs @@),
9544 added @table @code to node "Native Conditionals"
9545
9546Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
9547
9548 * gdbint.texinfo: Describe coding style of GDB.
9549
9550Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
9551
9552 * stabs.texinfo: Minor wording changes.
9553
9554Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
9555
9556 * gdbint.texinfo: Improve release doc slightly.
9557
9558Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
9559
9560 * gdbint.texinfo: Improve doc of GDB config macros.
9561
9562Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
9563
9564 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
9565 These will be reinserted when examined.
9566
9567Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
9568
9569 * gdbint.texinfo: Make a start at documenting all the #if macros
9570 in GDB. At least list them all, and start separating them into
9571 host-specific and target-specific.
9572
9573Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9574
9575 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 9576 examples (not consistent w others).
c906108c
SS
9577 gdb.texinfo: issue disclaimer paragraph on cmdline options only
9578 for generic vn of doc
9579
9580Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
9581
9582 * Makefile.in: always create installation directories.
9583
9584Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9585
9586 * gdb.texinfo: in h8 config, do not describe searching commands.
9587
9588Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9589
9590 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
9591 conditionals; introduce a few generic switches that may be
9592 useful for other cross-dev or dos-hosted configs.
9593
9594 * gdb.texinfo: fix typo in "info reg" description
9595
9596Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
9597
9598 * stabs.texinfo: Minor updates from running TeX over it.
9599 * Makefile.in (stabs.dvi, stabs.ps): Add.
9600
9601Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
9602
9603 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
9604 First pass at converting it to texinfo.
9605
9606Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
9607
9608 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
9609 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
9610
9611Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
9612
9613 * gdbint.texinfo: Add section on partial symbol tables.
9614
9615Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
9616
9617 * gdb.texinfo: document `set remotedebug' and `set
9618 rstack_high_address'.
9619
9620Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9621
9622 * gdb.texinfo: slight expansion of new text on reading info files
9623 * gdbinv-s.m4.in: correct and expand info on cross-debugging
9624 H8/300 from DOS.
9625
9626Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
9627
9628 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
9629
9630Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
9631
9632 * gdb.texinfo: Say how to read the `info' files.
9633
9634Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
9635
9636 * Makefile.in: gm4 -> m4.
9637
9638Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
9639
9640 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
9641 Documentation' ahead of `Installing GDB' to match README.
9642 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 9643 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
9644
9645Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
9646
9647 * Makefile.in: remove $(srcdir) from gdb.info rule.
9648
9649Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9650
9651 * Makefile.in: commented out gdb-all.texinfo rule. This is
9652 temporary.
9653
9654Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
9655
9656 * Makefile.in, configure.in: removed traces of namesubdir,
9657 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
9658 copyrights to '92, changed some from Cygnus to FSF.
9659
9660Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
9661
9662 * gdb.texinfo: Improve how we ask for bug reports.
9663
9664Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9665
9666 * Makefile.in: infodir belongs in datadir.
9667
9668Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9669
9670 * Makefile.in: remove spaces following hyphens, bsd make can't
9671 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 9672 standards.text support.
c906108c
SS
9673
9674Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9675
9676 * Makefile.in: idestdir and ddestdir go away. Added copyrights
9677 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
9678 and mandir now keyed off datadir by default.
9679
9680\f
9681Local Variables:
9e9c5ae7 9682mode: change-log
c906108c
SS
9683left-margin: 8
9684fill-column: 74
9685version-control: never
9686End:
This page took 1.431191 seconds and 4 git commands to generate.