Based on the discussion at:
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
a280dbd1
SDJ
12013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 * gdb.texinfo (Convenience Functions): Mention new convenience
4 function $_isvoid.
5
4ac33720
UW
62013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7
8 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
9 (Standard Target Features): Add new node to menu.
10 (S/390 and System z Features): New node.
11
b3d3b4bd
SA
122013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
13
14 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
15 -list-target-features in the example.
16
edf9f00c
JK
172013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18
19 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
20 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
21
1d236d23
JK
222013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
23
24 Sync documentation with gdb.base/gnu-debugdata.exp.
25 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
26
5423b017
JK
272013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
28
29 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
30
6211c335
YQ
312013-08-27 Pedro Alves <pedro@codesourcery.com>
32 Yao Qi <yao@codesourcery.com>
33
34 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
35 Document new --skip-unavailable option.
36 <-stack-list-variables>: Document new --skip-unavailable option.
37
52e260a3
DE
382013-08-26 Doug Evans <dje@google.com>
39
40 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
41 an optional regexp.
42
5e92f71a
TT
432013-08-13 Tom Tromey <tromey@redhat.com>
44
45 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
46 Document GDB_PARALLEL and GDB_INOTIFY.
47
c5d7073b
SS
482013-08-09 Stan Shebs <stan@codesourcery.com>
49
50 * LRS: Remove file, describes a long-abandoned live-range
51 splitting extension to stabs.
52
6fbe845e
AB
532013-07-25 Andrew Burgess <aburgess@broadcom.com>
54
55 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
56
e7045703
DE
572013-07-17 Doug Evans <dje@google.com>
58
59 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
60
3105ebf9
TT
612013-07-02 Tom Tromey <tromey@redhat.com>
62
63 * gdb.texinfo (Target Commands): Don't mention "target nrom".
64
d6c2da54
TT
652013-06-28 Tom Tromey <tromey@redhat.com>
66
67 * Makefile.in (version.subst): Use version.in, not
68 common/version.in.
69 * gdbint.texinfo (Versions and Branches, Releasing GDB):
70 Likewise.
71
e5823f1c
PA
722013-06-27 Pedro Alves <palves@redhat.com>
73
74 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
75 dynamic symbol resolution code>: New section, based on infrun.c
76 comment.
77
92dcb9ff
TT
782013-06-26 Tom Tromey <tromey@redhat.com>
79
80 * gdbint.texinfo (Versions and Branches): Use common/version.in.
81 Update.
82 (Releasing GDB): Likewise.
83
dc673c81
YQ
842013-06-26 Pedro Alves <pedro@codesourcery.com>
85 Yao Qi <yao@codesourcery.com>
86
87 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
88 -trace-frame-collected.
89
28a93511
YQ
902013-06-26 Pedro Alves <pedro@codesourcery.com>
91
92 * gdb.texinfo (Traceframe Info Format): Document tvar element
93 and its attributes.
94
a0743c90
YQ
952013-06-25 Yao Qi <yao@codesourcery.com>
96
97 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
98
01208463
TT
992013-06-24 Tom Tromey <tromey@redhat.com>
100
101 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
102 (GDBvn.texi): Use version.subst.
103 (version.subst): New target.
104 (mostlyclean): Remove version.subst.
105
c898adb7
YQ
1062013-06-20 Pedro Alves <pedro@codesourcery.com>
107
108 * gdb.texinfo (GDB/MI Data Manipulation)
109 <-data-list-register-values>: Document the --skip-unavailable
110 option.
111
7c57fa1e
YQ
1122013-06-07 Yao Qi <yao@codesourcery.com>
113
114 * gdb.texinfo (Symbols): Add kindex and cindex for
115 'maint print msymbols'.
116
0059c61a 1172013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
118
119 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
120 response field name (thread-group to inferior).
121
85dc5a12
GB
1222013-06-04 Gary Benson <gbenson@redhat.com>
123
124 * gdb.texinfo (General Query Packets/qSupported): Added
125 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
126 to the table of currently defined stub features.
127 Added a more detailed entry for "augmented-libraries-svr4-read".
128 (General Query Packets/qXfer:libraries-svr4:read): Documented
129 the augmented form of this packet.
130
5901af59
JB
1312013-05-23 Joel Brobecker <brobecker@adacore.com>
132
133 * gdb.texinfo (System-wide Configuration Scripts): Renames
134 "Installed System-wide Configuration Scripts". Add associated
135 @menu block.
136
c1e36e3e
PA
1372013-05-23 Yao Qi <yao@codesourcery.com>
138 Pedro Alves <palves@redhat.com>
139
140 * gdb.texinfo (Packets): Document 'vCont;r'.
141 (Continuing and Stepping): Document target-assisted range
142 stepping, and the 'set range-stepping' and 'show range-stepping'
143 commands.
144
0201faac
JB
1452013-05-23 Joel Brobecker <brobecker@adacore.com>
146
147 * gdb.texinfo (Installed System-wide Configuration Scripts):
148 Add subsection describing the scripts now available under
149 the data-dir's system-gdbbinit subdirectory.
150 * NEWS: Add entry announcing the availability of system-wide
151 configuration scripts for ElinOS and Wind River Linux.
152
c5867ab6
HZ
1532013-05-21 Hui Zhu <hui@codesourcery.com>
154
155 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
156 "-dprintf-insert" command.
157
7d0c9981
DE
1582013-05-17 Doug Evans <dje@google.com>
159
160 * gdb.texinfo (Maintenance Commands): Update doc for
161 "maint check-psymtabs". Add doc for "maint check-symtabs",
162 "maint expand-symtabs".
163
742ce053
MM
1642013-05-15 Markus Metzger <markus.t.metzger@intel.com>
165
166 * gdb.texinfo (Process Record and Replay): Document the
167 "record goto" command and its sub-commands.
168
1e611234
PM
1692013-05-10 Phil Muldoon <pmuldoon@redhat.com>
170
171 * gdb.texinfo (Backtrace): Add "no-filter" argument.
172 (Python API): Add Frame Filters API, Frame Wrapper API,
173 Writing a Frame Filter/Wrapper, Managing Management of Frame
174 Filters chapter entries.
175 (Frame Filters API): New Node.
176 (Frame Wrapper API): New Node.
177 (Writing a Frame Filter): New Node.
178 (Managing Frame Filters): New Node.
179 (Progspaces In Python): Add note about frame_filters attribute.
180 (Objfiles in Python): Ditto.
181 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
182 @anchors and --no-frame-filters option to -stack-list-variables,
183 -stack-list-frames, -stack-list-locals and -stack-list-arguments
184 commands.
185
2874cb83
JB
1862013-05-08 Joel Brobecker <brobecker@adacore.com>
187
188 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
189 Support" subsection documenting the XML format used to transfer
190 shared library info on AIX.
191
9a005eb9
JB
1922013-05-08 Joel Brobecker <brobecker@adacore.com>
193
194 * gdb.texinfo (Debugging Output): Add documentation of
195 "set debug aix-solib" and "show debug aix-solib" commands.
196
a1217d97
SL
1972013-05-06 Sandra Loosemore <sandra@codesourcery.com>
198
199 * gdb.texinfo (Nios II): New section.
200 (Nios II Features): New section.
201
4d1eb6b4
JB
2022013-05-06 Joel Brobecker <brobecker@adacore.com>
203
204 * gdbint.texinfo (Algorithms): Remove entries documenting
205 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
206 SOLIB_CREATE_INFERIOR_HOOK.
207
3f84184e
TT
2082013-04-29 Tom Tromey <tromey@redhat.com>
209
210 PR python/14204:
211 * gdb.texinfo (Python API): Fix menu entry.
212 (Blocks In Python): Fix subsubsection text. Rewrite intro.
213 Define global and static block. Add example. Clarify
214 block relationship for inline functions.
215
60155234
TT
2162013-04-29 Tom Tromey <tromey@redhat.com>
217
218 * gdb.texinfo (Python API): Mention Python help and keyword
219 arguments. Move pagination text to Basic Python.
220 (Basic Python): Put pagination text here. Document
221 close-on-exec, SIGCHLD, and SIGINT.
222
5360976e
PA
2232013-04-19 Pedro Alves <palves@redhat.com>
224
225 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
226 "signedness" instead of "signness".
227
bd3f3b55
PA
2282013-04-19 Pedro Alves <palves@redhat.com>
229
230 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
231 -Wno-pointer-sign text with text on -Wpointer-sign.
232
dee368d3
TT
2332013-04-16 Tom Tromey <tromey@redhat.com>
234
235 * gdb.texinfo (Set Catchpoints): Mention earliest version of
236 GCC that has the SDT probe points.
237
cc16e6c9
TT
2382013-04-15 Tom Tromey <tromey@redhat.com>
239
240 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
241 exception catchpoints.
242
72f1fe8a
TT
2432013-04-15 Tom Tromey <tromey@redhat.com>
244
245 * gdb.texinfo (Set Catchpoints): Document $_exception.
246 (Convenience Vars): Mention $_exception.
247
591f19e8
TT
2482013-04-15 Tom Tromey <tromey@redhat.com>
249
250 * gdb.texinfo (Set Catchpoints): Reorganize exception
251 catchpoints. Document "catch rethrow".
252 (Debugging C Plus Plus): Mention "catch rethrow".
253
02ae6bad
TT
2542013-04-15 Tom Tromey <tromey@redhat.com>
255
256 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
257
2c91021c
JK
2582013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
259 Eli Zaretskii <eliz@gnu.org>
260
261 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
262 line below the sample output.
263
6eaaf48b
EZ
2642013-04-12 Eli Zaretskii <eliz@gnu.org>
265
266 * gdb.texinfo (Mode Options): Document '-configuration'.
267 (Help): Document "show configuration".
268 (Bug Reporting): Add requirements to include the configuration
269 details in bug reports.
270
b292c783
JK
2712013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
272
273 * Makefile.in (MAN1S): Add gcore.1.
274 Remove "Host, target, and site specific Makefile fragments" comment.
275 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
276 (install-man1, uninstall-man1): Conditionalize gcore.1.
277 (gcore.1): New.
278 * gdb.texinfo (Man Pages): Add gcore man.
279 (gcore man): New node.
280
f81d1120
PA
2812013-04-10 Pedro Alves <palves@redhat.com>
282
283 * gdb.texinfo (Process Record and Replay): Document that "set
284 record full insn-number-max", "set record
285 instruction-history-size" and "set record
286 function-call-history-size" accept "unlimited".
287 (Backtrace): Document that "set backtrace limit" accepts
288 "unlimited".
289 (List): Document that "set listsize" accepts "unlimited".
290 (Print Settings)" Document that "set print max-symbolic-offset",
291 "set print elements" and "set print repeats" accept "unlimited".
292 (Starting and Stopping Trace Experiments): Document that "set
293 trace-buffer-size" accepts "unlimited".
294 (Remote Configuration): Document that "set tcp connect-timeout"
295 accepts "unlimited".
296 (Command History): Document that "set history size" accepts
297 "unlimited".
298 (Screen Size): Document that "set height" and "set width" accepts
299 "unlimited". Adjust "set pagination"'s description to suggest
300 "set height unlimited" instead of "set height 0".
301
393fd4c3
YQ
3022013-04-10 Yao Qi <yao@codesourcery.com>
303
304 * gdb.texinfo (Trace Files): Add "target ctf".
305
cba5a7bf
JK
3062013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
307
308 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
309
0ed630cb
JK
310 * Makefile.in (install-man1, install-man5, uninstall-man1)
311 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
312
afe1492b
JK
313 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
314
5b8b6385
JK
3152013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
316 Eli Zaretskii <eliz@gnu.org>
317
318 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
319 parameters order. Remove "On some targets" for --attach. Document the
320 --multi parameter and extended-remote command. Document all the
321 options.
322
906ccdf0
JK
3232013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
324
325 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
326 the list of supported languages.
327
43662968
JK
3282013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
329
330 Convert man pages to texinfo, new gdbinit.5 texinfo page.
331 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
332 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
333 (diststuff): Add man.
334 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
335 (uninstall-man5): New.
336 (STAGESTUFF): Add *.1 and *.5.
337 (GDBvn.texi): Add SYSTEM_GDBINIT.
338 (gdb.1, gdbserver.1, gdbinit.5): New.
339 (maintainer-clean realclean): Add $(MANS).
340 (install): Add install-man.
341 (uninstall): Add uninstall-man.
342 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
343 (@copying): Wrap it by @c man begin COPYRIGHT.
344 (Top): Add Man Pages.
345 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
346
be9a8770
PA
3472013-04-02 Pedro Alves <palves@redhat.com>
348
349 * gdb.texinfo (Debugging Output): Document "set/show debug
350 aarch64", "set/show debug coff-pe-read" and "set/show debug
351 mach-o".
352
a46c1e42
PA
3532013-04-02 Pedro Alves <palves@redhat.com>
354
355 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
356 table>: Add entry for "trace-buffer-size".
357
bd3eecc3
PA
3582013-03-28 Pedro Alves <palves@redhat.com>
359
360 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
361 table>: Add entry for "trace-status".
362
215b9f98
EZ
3632013-03-28 Eli Zaretskii <eliz@gnu.org>
364
365 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
366 @bullet", which is invalid (makeinfo 5.1 barfs).
367
7f7cc265
PA
3682013-03-28 Pedro Alves <palves@redhat.com>
369
370 PR gdb/15294
371
372 * gdb.texinfo (List) <set listsize>: Adjust to document that
373 listsize 0 means no limit, and remove mention of -1.
374
9c0be723
YQ
3752013-03-22 Yao Qi <yao@codesourcery.com>
376
377 * gdb.texinfo (Embedded Processors): Remove menu item
378 "OpenRISC 1000".
379 (OpenRISC 1000): Remove.
380
bd712aed
DE
3812013-03-21 Doug Evans <dje@google.com>
382
383 * gdb.texinfo (Maintenance Commands): Add docs for
384 "mt set per-command {space,time,symtab} {on,off}".
385
d0353e76
YQ
3862013-03-14 Hui Zhu <hui@codesourcery.com>
387 Yao Qi <yao@codesourcery.com>
388
389 * gdb.texinfo (Trace Files): Add "tsave -ctf".
390
6dd24dfa
KS
3912013-03-13 Keith Seitz <keiths@redhat.com>
392
393 * gdb.texinfo (Maintenance Commands): Add missing ')' for
394 "maint agent" reference to Dynamic printf.
395
5c4808ca
EZ
3962013-03-11 Eli Zaretskii <eliz@gnu.org>
397
398 * gdb.texinfo (General Query Packets): Don't use colon in index
399 entries visible to Info format.
400
59ea5688
MM
4012013-03-11 Markus Metzger <markus.t.metzger@intel.com>
402
403 * gdb.texinfo (Process Record and Replay): Document record
404 changes.
405
2ae8c8e7
MM
4062013-03-11 Markus Metzger <markus.t.metzger@intel.com>
407
408 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
409 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
410 qXfer:btrace:read.
411
28abe188
EZ
4122013-03-09 Eli Zaretskii <eliz@gnu.org>
413
414 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
415 use colons in @anchor and @cindex entries.
416
be9a119c 4172013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
418
419 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
420
be9a119c 4212013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
422 Hafiz Abid Qadeer <abidh@codesourcery.com>
423
424 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
425 trace-buffer-size set and show commands.
426 (Tracepoint Packets): Document QTBuffer:size.
427 (General Query Packets): Document QTBuffer:size.
428
d57350ea
TT
4292013-02-21 Tom Tromey <tromey@redhat.com>
430
431 * gdb.texinfo: Remove bad @syncodeindex.
432 (Values From Inferior, Types In Python, Inferiors In Python)
433 (Events In Python, Threads In Python, Frames In Python, Blocks In
434 Python, Symbols In Python, Symbol Tables In Python): Remove
435 @tables.
436 (Packets, General Query Packets, Tracepoint Packets)
437 (Host I/O Packets): Use @w{} for empty @item.
438
9f44fbc0
SCR
4392013-02-20 Siva Chandra Reddy <sivachandra@google.com>
440
441 * gdb.texinfo (Architectures In Python): Add description about
442 the new method gdb.Architecture.disassemble.
443
f5911ea1
HAQ
4442013-02-15 Pedro Alves <pedro@codesourcery.com>
445 Hafiz Abid Qadeer <abidh@codesourcery.com>
446
447 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
448 Document the "trace-file" field.
449
7e1e0340
DE
4502013-02-07 Doug Evans <dje@google.com>
451
452 * gdb.texinfo (Machine Code): Clarify argument to disassemble
453 command.
454
134a2066
YQ
4552013-02-06 Yao Qi <yao@codesourcery.com>
456
457 * gdb.texinfo (GDB/MI Async Records): Document new MI
458 notification "=tsv-modified". Update the document of MI
459 notification "=tsv-created".
460 * observer.texi (GDB Observers): New observer tsv_modified.
461 Update observer tsv_created and tsv_delete.
462
430ed3f0
MS
4632013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
464
465 * gdb.texinfo (AArch64 Features): New section; document
466 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
467 (Architectures): Add new AArch64 section to document AArch64
468 architecture specific commands.
469 (ABI): Add description of the new OS ABI "Newlib" and its influence
470 on the longjmp handling.
471
1b56eb55
JK
4722013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
473 Jan Kratochvil <jan.kratochvil@redhat.com>
474
475 * gdb.texinfo (Backtrace): Added description of 'filename-display'
476 variable in 'set/show backtrace' section.
477
c4957902
TT
4782013-01-31 Tom Tromey <tromey@redhat.com>
479
480 * gdb.texinfo (Target Commands): Fix typo.
481
bea883fd
SCR
4822013-01-23 Siva Chandra Reddy <sivachandra@google.com>
483
484 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
485 describing the gdb.Architecture class.
486 (Frames In Python): Add description about the new method
487 gdb.Frame.architecture().
488
796a7ff8
DE
4892013-01-23 Doug Evans <dje@google.com>
490
491 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
492
998580f1
MK
4932013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
494
495 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
496 'thread-groups' field when printing a breakpoint in MI.
497
c9fb1240
SD
4982012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
499 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
500 to reflect that jit-reader-load now supports absolute file-names.
501
ab04a2af
TT
5022013-01-16 Tom Tromey <tromey@redhat.com>
503
504 * gdb.texinfo (Set Catchpoints): Document "catch signal".
505 (Signals): Likewise.
506
8ac3646f
TT
5072013-01-16 Tom Tromey <tromey@redhat.com>
508
509 * gdb.texinfo (GDB/MI Breakpoint Information): Document
510 "catch-type" field.
511 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
512
e93a8774
TT
5132013-01-07 Tom Tromey <tromey@redhat.com>
514
515 * gdb.texinfo (Mode Options): Don't mention -epoch.
516 (Data, Emacs): Remove obsolete comments.
517
54516a0b
TT
5182013-01-02 Tom Tromey <tromey@redhat.com>
519
520 * gdb.texinfo (GDB/MI Output Records): Update menu.
521 (GDB/MI Breakpoint Information): New node.
522 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
523 <-break-insert>: Likewise.
524
8dbe8ece
YQ
5252012-12-31 Yao Qi <yao@codesourcery.com>
526
527 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
528 (Packets): Move "vStopped" packet to ...
529 (Notification Packets): ... here. Describe the components
530 of notification. Add a table of supported notifications.
531 Add an example on the process of he async notification.
532
f35a17b5
JK
5332012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
534
535 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
536 present.
537 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
538 fullname output always present.
539
0dfd2fad
PM
5402012-12-23 Pierre Muller <muller@sourceware.org>
541
542 * gdbint.texinfo (Function prototypes): Require use of "extern"
543 modifier for function prototypes in headers.
544
7785b880
JB
5452012-12-19 Joel Brobecker <brobecker@adacore.com>
546
547 * refcard.tex: Update copyright notice to GPL v3 or later.
548 Update contact info.
549
3d745be3
JK
5502012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
551
552 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
553
c9b6281a
YQ
5542012-12-15 Yao Qi <yao@codesourcery.com>
555
556 * gdb.texinfo (Debugging Output): Document 'set debug
557 notification' and 'show debug notification'.
558
f2a8bc8a
YQ
5592012-12-15 Yao Qi <yao@codesourcery.com>
560
561 * gdb.texinfo (Listing Tracepoints): New item and example about
562 'installed on target' output.
563 Add more in the example about 'installed on target'.
564 (GDB/MI Breakpoint Commands): Doc about 'installed field.
565
451b7c33
TT
5662012-12-14 Tom Tromey <tromey@redhat.com>
567
568 * gdb.texinfo (SVR4 Process Information): Mention core files.
569
3fa7bf06
MG
5702012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
571
572 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
573
05b4bd79
PA
5742012-12-11 Pedro Alves <palves@redhat.com>
575
576 * gdb.texinfo: Remove all mentions of Unixware throughout.
577
74a0d9f6
JK
5782012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
579
580 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
581
0c631110
TT
5822012-11-29 Tom Tromey <tromey@redhat.com>
583
584 * gdb.texinfo (SVR4 Process Information): Document missing
585 "info proc" subcommands.
586
891df0ea
YQ
5872012-11-29 Yao Qi <yao@codesourcery.com>
588
589 PR gdb/1477.
590 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
591 to 'auto' instead of 'gnu'.
592
608e2dbb
TT
5932012-11-26 Tom Tromey <tromey@redhat.com>
594
595 * gdb.texinfo (MiniDebugInfo): New node.
596 (GDB Files): Update.
597
e64e0392
DE
5982012-11-16 Doug Evans <dje@google.com>
599
600 * gdb.texinfo (System-wide configuration): If the system-wide init
601 file lives in the data-directory, and --data-directory is provided,
602 look for it there.
603
ae606bee
TT
6042012-11-15 Tom Tromey <tromey@redhat.com>
605
606 * gdb.texinfo (Signaling): Fix typo.
607
62747a60
TT
6082012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
609
610 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
611 parameter "count" of -data-write-memory-bytes, and add an example.
612
18a9fc12
TT
6132012-11-12 Tom Tromey <tromey@redhat.com>
614
615 * gdb.texinfo (Symbols): Document "info type-printers",
616 "enable type-printer" and "disable type-printer".
617 (Python API): Add new node to menu.
618 (Type Printing API): New node.
619 (Progspaces In Python): Document type_printers field.
620 (Objfiles In Python): Likewise.
621 (gdb.types) <get_type_recognizers, apply_type_recognizers,
622 register_type_printer, TypePrinter>: Document.
623
53342f27
TT
6242012-11-12 Tom Tromey <tromey@redhat.com>
625
626 * gdb.texinfo (Symbols): Document "set print type methods",
627 "set print type typedefs", and flags to ptype and whatis.
628
ed8a1c2d
AB
6292012-11-09 Andrew Burgess <aburgess@broadcom.com>
630
631 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
632 the example -data-disassemble output. Extend the description of
633 the -data-disassemble results to document all fields. Document
634 the cli disassemble command as being related to -data-disassemble.
635
8506d139
YQ
6362012-11-09 Yao Qi <yao@codesourcery.com>
637
638 PR gdb/14777.
639 * gdb.texinfo (OS Information): Remove doc on command
640 'info udot'.
641
4d3f93a2
JB
6422012-11-08 Joel Brobecker <brobecker@adacore.com>
643
644 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
645 gdb.ini warning for Windows port.
646
1e96de83
YQ
6472012-11-08 Yao Qi <yao@codesourcery.com>
648
649 * gdb.texinfo (Search): Add kindex for 'fo'.
650
dc939229
TT
6512012-11-05 Tom Tromey <tromey@redhat.com>
652
653 PR python/14802:
654 * gdb.texinfo (Functions In Python): Add example.
655
6f6484cd
YQ
6562012-11-03 Yao Qi <yao@codesourcery.com>
657
658 * observer.texi (GDB Observers): Remove observer
659 'tracepoint_modified', 'tracepoint_created' and
660 'tracepoint_deleted'.
661
af4238e5
TT
6622012-10-26 Tom Tromey <tromey@redhat.com>
663
664 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
665
687e43a4
TT
6662012-10-25 Tom Tromey <tromey@redhat.com>
667
668 * gdb.texinfo (General Query Packets): Use @itemx.
669
8de0566d
YQ
6702012-10-17 Yao Qi <yao@codesourcery.com>
671
672 * observer.texi (GDB Observers): Update observer
673 'memory_changed'.
674 * gdb.texinfo (GDB/MI Async Records): Document for
675 "memory-changed" notification.
676
07540c15
DE
6772012-10-15 Doug Evans <dje@google.com>
678
679 * gdb.texinfo (Mode Options): Document -nh.
680 Elaborate on docs for -nx.
681
d7019589
SP
6822012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
683
684 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
685
82a90ccf
YQ
6862012-09-21 Yao Qi <yao@codesourcery.com>
687 Pedro Alves <palves@redhat.com>
688
689 * gdb.texinfo (GDB/MI Async Records): Document notification
690 'record-started' and 'record-stopped'.
691 * observer.texi (GDB Observers): New observer 'record-changed'.
692
aa9259cc
TS
6932012-09-19 Thomas Schwinge <thomas@codesourcery.com>
694
695 * gdb.texinfo: Document the removal of SH's 'regs' command.
696
c1d780c2
SDJ
6972012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
698
699 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
700
bb25a15c
YQ
7012012-09-18 Yao Qi <yao@codesourcery.com>
702
703 * gdb.texinfo (GDB/MI Async Records): Document new MI
704 notifications '=tsv-created' and '=tsv-deleted'.
705 * observer.texi (GDB Observers): New observer tsv_created and
706 tsv_deleted.
707
201b4506
YQ
7082012-09-18 Yao Qi <yao@codesourcery.com>
709
710 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
711 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
712 '=traceframe-changed'.
713
6fc1c773
YQ
7142012-09-17 Yao Qi <yao@codesourcery.com>
715
716 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
717 'set listsize'.
718
121c73f3
JK
7192012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
720 Eli Zaretskii <eliz@gnu.org>
721
722 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
723 encoding for gdbarch_breakpoint_from_pc, bp_addr for
724 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
725
e9687799
JK
7262012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
727
728 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
729
3b5e4d35
YPK
7302012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
731
732 Document how to return from "python-interactive" to GDB.
733 * gdb.texinfo (Python Commands): Update documentation.
734
7352012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
736
737 Add a new "python-interactive" command that starts a standard
738 Python interactive prompt with "pi" as alias, and add "py" as
739 an alias to "python".
740 * gdb.texinfo (Python Commands): Document the new commands.
741
b583003e
TT
7422012-08-22 Tom Tromey <tromey@redhat.com>
743
744 * gdbint.texinfo (Host Definition): Remove documentation for
745 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
746
a451cb65
KS
7472012-08-17 Keith Seitz <keiths@redhat.com>
748
749 PR c++/13356
750 * gdb.texinfo (Type and Range Checking): Remove warning.
751 Remove spurious commas.
752 Update text and examples for re-implementation of set/show
753 check type.
754 (C and C++ Type and Range Checks): Likewise.
755
6b1755ce
YQ
7562012-08-16 Yao Qi <yao@codesourcery.com>
757
758 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
759 is deprecated.
760
f47f77df
DE
7612012-08-13 Doug Evans <dje@google.com>
762
763 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
764 to include functions.
765
a72c3253
DE
7662012-08-10 Doug Evans <dje@google.com>
767
768 * gdb.texinfo (Convenience Funs): New node.
769 (Types In Python): Document Type.vector.
770
5b9afe8a
YQ
7712012-08-09 Yao Qi <yao@codesourcery.com>
772
773 * observer.texi: New observer command_param_changed.
774 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
775
dc1039df
JK
7762012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
777
778 * gdbint.texinfo (Debugging GDB): In section
779 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
780 Mention also gdb-gdb.py.
781
4abf930d
YQ
7822012-08-07 Yao Qi <yao@codesourcery.com>
783
784 Revert the folloing patch:
785 2012-08-06 Yao Qi <yao@codesourcery.com>
786 * gdb.texinfo (Remote Configuration): Add kindex for 'set
787 remote hardware-watchpoint-limit' and 'set
788 remote hardware-breakpoint-limit'.
789
f3c8a52a
JK
7902012-08-06 Nathaniel Flath <flat0103@gmail.com>
791
792 * gdb.texinfo (Working Directory): Added information about new
793 default argument for 'cd' command.
794
77a91025
YQ
7952012-08-06 Yao Qi <yao@codesourcery.com>
796
797 * gdb.texinfo (Remote Configuration): Add kindex for 'set
798 remote hardware-watchpoint-limit' and 'set
799 remote hardware-breakpoint-limit'.
800
d9f08f52
YQ
8012012-08-06 Yao Qi <yao@codesourcery.com>
802
803 Fix PR14371.
804
805 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
806 '=breakpoint-deleted'.
807
95b07c96
YQ
8082012-08-02 Yao Qi <yao@codesourcery.com>
809
810 * gdb.texinfo (Native): Remove node Neutrino.
811
7255706c
YQ
8122012-07-27 Yao Qi <yao@codesourcery.com>
813
814 * gdb.texinfo (IPA Protocol Commands): Document new command
815 'close'.
816
d6b28940
TT
8172012-07-25 Tom Tromey <tromey@redhat.com>
818
819 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
820
e615022a
DE
8212012-07-20 Doug Evans <dje@google.com>
822
823 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
824 (Index Files): Document how to control the use of deprecated index
825 sections.
826 (Index Section Format): Replace --use-deprecated-index-sections with
827 "set use-deprecated-index-sections on".
828
055855a4
EZ
8292012-07-12 Eli Zaretskii <eliz@gnu.org>
830
831 * gdbint.texinfo: Remove @syncodeindex directives that put all the
832 indices into a single node "Index". Instead, join function and
833 variable indices into a single index, separate from the concept
834 index. Requested in
835 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
836 (Top): Update the top-level menu: instead of one "Index" there are
837 now separate entries "Concept Index" and "Function and Variable
838 Index".
839 (Concept Index, Function and Variable Index): New nodes.
840 (Index): Node deleted.
841
f77cc5f0
HZ
8422012-07-05 Hui Zhu <hui_zhu@mentor.com>
843
844 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
845 and "maint agent-eval".
846
00595b5e
EZ
8472012-07-03 Eli Zaretskii <eliz@gnu.org>
848
849 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
850 avoid file-name clashes between Index.html and index.html on
851 case-insensitive filesystems. See the discussion starting in
852 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
853 details of the problem.
854 (Top): Update the master menu for the above.
855 (Concept Index, Command and Variable Index): New nodes, instead of
856 the old "Index" node that was deleted. All cross-references
857 updated.
858
d3ce09f5
SS
8592012-07-02 Stan Shebs <stan@codesourcery.com>
860
861 * gdb.texinfo (Dynamic Printf): Mention agent style and
862 disconnected dprintf.
863 (Maintenance Commands): Describe maint agent-printf.
864 (General Query Packets): Mention BreakpointCommands feature.
865 (Packets): Document commands extension to Z0 packet.
866 * agentexpr.texi (Bytecode Descriptions): Document printf
867 bytecode.
868
2d7b58e8
JK
8692012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
870
871 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
872 only after gdbinit files.
873 (Startup): Move -iex and -iex commands down after gdbinit files.
874
202cbf1c
JK
8752012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
876
877 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
878 possibility.
879
b6ba681c
TT
8802012-06-29 Tom Tromey <tromey@redhat.com>
881
882 * gdb.texinfo (Index Section Format): Update for version 7.
883
71caed83
SS
8842012-06-28 Stan Shebs <stan@codesourcery.com>
885
886 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
887 example, add note about title column.
888
ee0bf529
SCR
8892012-06-26 Siva Chandra Reddy <sivachandra@google.com>
890
891 * gdb.texinfo (Symbol Tables In Python): Add description about
892 the new 'last' attribute of gdb.Symtab_and line.
893
3c15d565
SCR
8942012-06-26 Siva Chandra Reddy <sivachandra@google.com>
895
896 * gdb.texinfo (Symbol Tables In Python): Correct the description
897 of the 'pc' attribute of gdb.Symtab_and_line.
898
45cfd468
DE
8992012-06-26 Doug Evans <dje@google.com>
900
901 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
902 and symtab-create.
903
496ee73e
KS
9042012-06-25 Keith Seitz <keiths@redhat.com>
905
906 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
907 from example. Remove "rbreak" from list of corresponding
908 gdb commands.
909
156942c7
DE
9102012-06-23 Doug Evans <dje@google.com>
911
912 * gdb.texinfo (Index Section Format): Document version 7 format.
913
c614397c
YQ
9142012-06-22 Yao Qi <yao@codesourcery.com>
915
916 * gdb.texinfo: Add missing cindex for some packets.
917
472a2379
KS
9182012-06-20 Keith Seitz <keiths@redhat.com>
919
920 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
921 for -break-insert and document -p.
922
2678e2af
YQ
9232012-06-20 Yao Qi <yao@codesourcery.com>
924
925 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
926 and "gdb.write_memory" with "Inferior.read_memory" and
927 "Inferior.write_memory".
928
984359d2
EZ
9292012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
930
931 * gdb.texinfo (Summary): Add a link to "Free Documentation".
932 (Free Documentation): Add @node line.
933 (Continuing and Stepping) <advance location>: Use @item instead of
934 @itemx.
935 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
936 @itemx.
937 (Embedded Processors): Put the link to "PA" to its correct place,
938 according to document structure.
939 (Python API): Put the link to "Lazy Strings In Python" to its
940 correct place.
941 (Index): Use @@ in @tex block to get a literal @.
942
943 * gdbint.texinfo: Fix the @subtitle line.
944
945 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
946 correct place.
947
16bdd41f
YQ
9482012-06-08 Yao Qi <yao@codesourcery.com>
949
950 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
951 Protocol'.
952 (In-Process Agent Protocol, IPA Protocol Objects)
953 (IPA Protocol Commands): New nodes.
954 (Tracepoint Packets): Add anchors.
955
2d4c29c5
TS
9562012-06-06 Thomas Schwinge <thomas@codesourcery.com>
957
958 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
959
6bd110c5
YQ
9602012-06-06 Yao Qi <yao@codesourcery.com>
961
962 * gdb.texinfo: Update copyright year.
963
f3e0e960
SS
9642012-05-23 Stan Shebs <stan@codesourcery.com>
965 Kwok Cheung Yeung <kcy@codesourcery.com>
966
967 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
968
1564a261
JK
9692012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
970
971 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
972 Mention also --with-separate-debug-dir.
973 (Auto-loading): Prepend $debugdir in the sample output.
974 (Auto-loading safe path): Likewise. Mention also $debugdir for the
975 auto-load safe-path variable.
976 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
977 Mention also $debugdir for 'set auto-load scripts-directory'.
978
eb17f351
EZ
9792012-05-19 Eli Zaretskii <eliz@gnu.org>
980
981 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
982 (MIPS Embedded, MIPS, MIPS Register packet Format)
983 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
984 appropriate.
985
4cc0665f
MR
9862012-05-18 Sandra Loosemore <sandra@codesourcery.com>
987 Maciej W. Rozycki <macro@codesourcery.com>
988
989 * gdb.texinfo (MIPS): Document "set mips compression" and "show
990 mips compression".
991 (MIPS Breakpoint Kinds): New subsubsection.
992
7af8dcf8 9932012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
994
995 * gdb.texinfo (Architecture-Specific Protocol Details): Define
996 nodes for subsections. Add @acronym mark-ups and adjust
997 formatting.
998
aff139ff
JK
9992012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1000
1001 Rename $ddir to $datadir.
1002 * gdb.texinfo (Auto-loading, Auto-loading safe path)
1003 (objfile-gdb.py file): Rename $ddir to $datadir.
1004
9cb709b6
TT
10052012-05-18 Tom Tromey <tromey@redhat.com>
1006
1007 * gdb.texinfo (Print Settings): Document 'set print symbol'.
1008
e7e0cddf
SS
10092012-05-14 Stan Shebs <stan@codesourcery.com>
1010
1011 * gdb.texinfo (Dynamic Printf): New subsection.
1012
7efc75aa
SCR
10132012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1014
1015 * gdb.texinfo (Basic Python): Add description about the function
1016 gdb.find_pc_line
1017
f307c045
JK
10182012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1019 Eli Zaretskii <eliz@gnu.org>
1020
1021 * gdb.texinfo (Separate Debug Files): Use plural form for global
1022 debugging information directory.
1023
85d4a676
SS
10242012-05-11 Stan Shebs <stan@codesourcery.com>
1025 Kwok Cheung Yeung <kcy@codesourcery.com>
1026
1027 * gdb.texinfo (Operating System Auxiliary Information): Document new
1028 'info os' subcommands.
1029
c1668e4e
JK
10302012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1031
1032 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
1033 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
1034 (dotdebug_gdb_scripts section): Add reference
1035 to 'Auto-loading safe path'.
1036
7349ff92
JK
10372012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1038
1039 Implement multi-component --with-auto-load-dir.
1040 * gdb.texinfo (Auto-loading): New references
1041 for 'set auto-load scripts-directory'
1042 and 'show auto-load scripts-directory'.
1043 (Auto-loading safe path): Describe the new default. Move $ddir
1044 substituation reference to 'objfile-gdb.py file'.
1045 (objfile-gdb.py file): Describe script-name alias. Change real-name to
1046 script-name. Describe new 'set auto-load scripts-directory'
1047 and 'show auto-load scripts-directory'.
1048
6dea1fbd
JK
10492012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1050
1051 Provide $ddir substitution for --with-auto-load-safe-path.
1052 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
1053 (Auto-loading safe path): Likewise. Mention the default value,
1054 $ddir substitution, --with-auto-load-safe-path and
1055 --without-auto-load-safe-path.
1056 * observer.texi (gdb_datadir_changed): New.
1057
1ccacbcd
JK
10582012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1059
1060 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
1061 Twice.
1062
d9242c17
JK
1063 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
1064 directory separator by path separator.
1065
af2c1515
JK
10662012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1067
1068 * gdb.texinfo (Auto-loading safe path): Make 'directories'
1069 for 'set auto-load safe-path' optional. Mention if it is omitted.
1070 Change disabling security protection condition to "/", twice.
1071
a20ee7a4
SCR
10722012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1073
1074 * gdb.texinfo (Symbol Tables In Python): Add documentation about
1075 the new methods global_block and static_block on gdb.Symtab
1076 objects.
1077
56af09aa
SCR
10782012-05-02 Siva Chandra Reddy <sivachandra@google.com>
1079
1080 * gdb.texinfo (Blocks In Python): Add a note saying that future
1081 improvements to GDB and its infrastructure can move symbols
1082 across blocks within a symbol table.
1083
2746b0ef
YQ
10842012-04-29 Yao Qi <yao@codesourcery.com>
1085
1086 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
1087 (A29K): Remove.
1088
62e5f89c
SDJ
10892012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1090 Tom Tromey <tromey@redhat.com>
1091
1092 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
1093 and generic static probe support on GDB.
1094
a766d390
DE
10952012-04-25 Doug Evans <dje@google.com>
1096
50f042b9
DE
1097 * gdb.texinfo (Go): Fix thinko.
1098
a766d390
DE
1099 * gdb.texinfo (Supported Languages): Add Go.
1100 (Go): New node.
1101
f02e2b19
YQ
11022012-04-25 Yao Qi <yao@codesourcery.com>
1103
1104 * gdbint.texinfo (Testsuite): New section `Board settings'.
1105
68d41a48
JK
11062012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1107
1108 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1109 Three times.
1110
174bb630
JK
1111 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1112 Three times.
1113
0511cc75
JK
11142012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1115
1116 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
1117 by @table @asis. Fix formatting of one item.
1118
0070f25a
JK
11192012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1120
1121 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1122
4dc84fd1
JK
11232012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1124
1125 New option "set debug auto-load".
1126 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
1127 (auto-load verbose mode): New node.
1128
bccbefd2
JK
11292012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1130
1131 New option "set auto-load safe-path".
1132 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
1133 and "info auto-load" examples for safe-path. Put there also references
1134 for "set auto-load safe-path" and "show auto-load safe-path".
1135 New menu item for Auto-loading safe path.
1136 (Auto-loading safe path): New node.
1137 (Python Auto-loading): Update the expected output from "Missing"
1138 to "No".
1139
bf88dd68
JK
11402012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1141
1142 auto-load: Implementation.
1143 * gdb.texinfo (Mode Options): New anchor for -nx.
1144 (Startup): New anchors for Option -init-eval-command,
1145 Home Directory Init File
1146 and Init File in the Current Directory during Startup.
1147 Mention set auto-load local-gdbinit with a reference.
1148 Change the sample code to "set auto-load python-scripts".
1149 (Threads): New anchor set libthread-db-search-path.
1150 Provide references to libthread_db.so.1 file.
1151 (Controlling GDB): New menu item for Auto-loading.
1152 (Auto-loading, Init File in the Current Directory)
1153 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
1154 (Python): Rename the menu item Auto-loading to Python Auto-loading.
1155 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
1156 reference.
1157 (Auto-loading): Rename to ...
1158 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
1159 "set auto-load python-scripts", new anchor for it. Change
1160 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
1161 for it. Change "info auto-load-scripts"
1162 to "info auto-load python-scripts", new anchor for it. Change "scripts"
1163 to "Python scripts".
1164
8264ba82
AG
11652012-04-14 Anton Gorenkov <xgsa@yandex.ru>
1166
1167 PR mi/13393
1168 * gdb.texinfo (Print Settings): Extend the description for "set print
1169 object".
1170 (GDB/MI Variable Objects): Extend the description for -var-create and
1171 -var-list-children.
1172
06fc020f
SCR
11732012-04-11 Siva Chandra Reddy <sivachandra@google.com>
1174
1175 * gdb.texinfo (Examining Data): Document the 'explore' command.
1176
7191c139
JB
11772012-03-28 Joel Brobecker <brobecker@adacore.com>
1178
1179 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
1180 to the children of a varobj and its update range when -var-update
1181 returns that the varobj's type changed.
1182
3708f05e
JK
11832012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1184
1185 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
1186 Create two new links fir 'objfile-gdb.py file'
1187 and 'dotdebug_gdb_scripts section'.
1188
8e0583c8
JK
11892012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1190
1191 * gdb.texinfo (Auto-loading): Rename node reference
1192 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
1193 Twice.
1194 (.debug_gdb_scripts section): Rename the node ...
1195 (dotdebug_gdb_scripts section): ... here.
1196 (Maintenance Commands): Also rename this node reference.
1197
7b282c5a
SCR
11982012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1199
1200 * gdb.texinfo (Python API/Values From Inferior): Add description
1201 about the new method Value.referenced_value. Add description on
1202 how Value.dereference is different (and similar) to
1203 Value.referenced_value.
1204
8320cc4f
JK
12052012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1206
1207 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
1208 --init-eval-command=COMMAND, -iex.
1209 (Startup): Describe -iex and -ix. Simplify the example
1210 for "set auto-load-scripts off".
1211
481860b3
GB
12122012-03-16 Gary Benson <gbenson@redhat.com>
1213
1214 PR breakpoints/10738
1215 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
1216 stating that GDB cannot set breakpoints on inlined functions.
1217 (Mode Options): Document --use-deprecated-index-sections.
1218 (Index Section Format): Document new index section version format.
1219
c4aeac85
TT
12202012-03-15 Tom Tromey <tromey@redhat.com>
1221
1222 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1223
16899756
DE
12242012-03-13 Doug Evans <dje@google.com>
1225
1226 * gdb.texinfo (Help): Change apropos example to use "alias" instead
1227 of "reload".
1228 (Symbols): Delete docs for set/show symbol-reloading.
1229 * gdbint.texinfo (Defining Other Architecture Features): Delete
1230 SYMBOL_RELOADING_DEFAULT.
1231 * refcard.tex: Delete reference to symbol-reloading.
1232
9b224c5e
PA
12332012-03-07 Pedro Alves <palves@redhat.com>
1234
1235 * gdb.texinfo (General Query Packets): Document new
1236 QProgramSignals packet.
1237 * gdb.texinfo (Remote configuration): Mention
1238 "program-signals-packet".
1239
169081d0
TG
12402012-03-05 Tristan Gingold <gingold@adacore.com>
1241
1242 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1243
d1feda86
YQ
12442012-03-03 Yao Qi <yao@codesourcery.com>
1245
1246 * gdb.texinfo (In-Process Agent): New node.
1247 Document new commands.
1248 (General Query Packets): Add packet `QAgent'.
1249
1faeff08
MR
12502012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1251
1252 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1253
7d74f244
DE
12542012-03-01 Scott J. Goldman <scottjg@vmware.com>
1255
1256 * gdb.texinfo (Commands In Python): Put example python macro in
1257 COMMAND_USER category rather than COMMAND_OBSCURE.
1258 Document gdb.COMMAND_USER.
1259 (User-defined Commands): Update documentation to clarify
1260 "set/show max-user-call-depth" and "show user" don't apply to python
1261 commands. Update documentation to clarify "help user-defined" may
1262 also include python commands defined as COMMAND_USER.
1263
6fe37d23
JK
12642012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1265
1266 * gdb.texinfo (Startup): Add option -ex description to the option -x
1267 description.
1268
83364271
LM
12692012-02-24 Luis Machado <lgustavo@codesourcery.com>
1270
1271 * gdb.texinfo (Setting Breakpoints): Mention and explain the
1272 condition-evaluation breakpoint parameter.
1273 Mention condition-evaluation mode being shown in "info break".
1274 (Break Conditions): Add description for target-side
1275 conditional breakpoints.
1276 (Remote Configuration): Mention conditional-breakpoints-packet.
1277 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1278 cond-expr.
1279 (General Query Packets): Mention new ConditionalBreakpoint feature.
1280
bdb1994d
TT
12812012-02-22 Tom Tromey <tromey@redhat.com>
1282
1283 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1284
4d241c86
TT
12852012-02-17 Tom Tromey <tromey@redhat.com>
1286
1287 PR python/10753:
1288 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1289 directory.
1290
816338b5
SS
12912012-02-14 Stan Shebs <stan@codesourcery.com>
1292
1293 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1294
cc30c4bd
PA
12952012-02-13 Pedro Alves <palves@redhat.com>
1296
1297 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1298 mips-idt-ecoff.
1299
035d1e5b
YQ
13002012-02-09 Yao Qi <yao@codesourcery.com>
1301
1302 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1303
f0823d2c
TT
13042012-02-07 Tom Tromey <tromey@redhat.com>
1305
1306 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1307 Symbol.value.
1308
64e7d9dd
TT
13092012-02-07 Tom Tromey <tromey@redhat.com>
1310
1311 * gdb.texinfo (Symbols In Python): Document Symbol.line.
1312
4220b2f8
TS
13132012-01-27 Thomas Schwinge <thomas@codesourcery.com>
1314
1315 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1316
edcc5120
TT
13172012-01-24 Tom Tromey <tromey@redhat.com>
1318
1319 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
1320 unload".
1321 (Files): Mention new catch commands.
1322 (GDB/MI Async Records): Likewise.
1323
53fe1783
GB
13242012-01-24 Gary Benson <gbenson@redhat.com>
1325
1326 Delete #if 0'd out code.
1327 * gdb.texinfo (Frame Info): Remove "info catch".
1328
b9e7b9c3
UW
13292012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1330
1331 * gdb.texinfo (Remote Configuration): Document
1332 "set remote hostio-readlink-packet" command.
1333 (General Query Packets): Document vFile:readlink packet.
1334
4aac40c8
TT
13352012-01-16 Tom Tromey <tromey@redhat.com>
1336
1337 * gdb.texinfo (Specify Location): Document relative file name
1338 handling.
1339
cafec441
TT
13402012-01-16 Tom Tromey <tromey@redhat.com>
1341
1342 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1343
0ee339bc
JK
13442012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1345 Eli Zaretskii <eliz@gnu.org>
1346
1347 * gdbint.texinfo (Coding Standards): Require braces for two lines of
1348 code.
1349
72384ba3
PH
13502012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1351
1352 * gdb.texinfo (Variables): Document use of :: for non-static
1353 variables.
1354
ce1b17c4
JB
13552012-01-05 Joel Brobecker <brobecker@adacore.com>
1356
1357 * gdbint.texinfo (Start of New Year Procedure): Update
1358 to replace use of copyright.sh by use of copyright.py.
1359
217bff3e
JK
13602012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1361
1362 Remove the gdbtui binary.
1363 * all-cfg.texi (GDBTUI): Remove.
1364 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
1365 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
1366 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
1367
cc72b2a2
KP
13682011-12-23 Kevin Pouget <kevin.pouget@st.com>
1369
1370 Introduce gdb.FinishBreakpoint in Python.
1371 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
1372 (Python API): Add menu entry for Finish Breakpoints.
1373
13ac8d2c
JK
13742011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1375
1376 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1377 tests.
1378
e0f9f062
DE
13792011-12-16 Doug Evans <dje@google.com>
1380
1381 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1382
80b6e756
PM
13832011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1384
1c3ad6ab 1385 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
1386 stack". Add documentation for "set/show python print-stack".
1387
2fb860fc
PA
13882011-12-14 Pedro Alves <pedro@codesourcery.com>
1389
1390 * gdb.texinfo (Implementing a Remote Stub): Explain that you
1391 should transfer control to the stub in the startup code instead of
1392 in main. Mention the need to get past the initial breakpoint.
1393
f8eba3c6
TT
13942011-12-06 Tom Tromey <tromey@redhat.com>
1395
1396 * gdb.texinfo (Set Breaks): Update for new behavior.
1397
2268b414
JK
13982011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1399
1400 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1401 List Format for SVR4 Targets'.
1402 (General Query Packets): New item qXfer:libraries-svr4:read.
1403 (Library List Format for SVR4 Targets): New node.
1404
ae6f0d5b
TT
14052011-12-01 Tom Tromey <tromey@redhat.com>
1406
1407 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1408 add.
1409
36dfb11c
TT
14102011-11-22 Tom Tromey <tromey@redhat.com>
1411
1412 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1413 reasons.
1414
f196051f
SS
14152011-11-20 Stan Shebs <stan@codesourcery.com>
1416
1417 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1418 note-related options and variables.
1419 (Tracepoint Packets): Document packet changes.
1420
f85b53f8
SD
14212011-11-20 Sanjoy Das <sdas@igalia.com>
1422
1423 * gdb.texinfo (JIT Interface): Add documentation on writing and
1424 usind JIT debug info readers.
1425 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1426 Debug Info Readers): New nodes.
1427
bfccc43c
YQ
14282011-11-18 Yao Qi <yao@codesourcery.com>
1429
1430 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1431 tracepoint.
1432
c011a4f4
DE
14332011-11-15 Doug Evans <dje@google.com>
1434
1435 * gdb.texinfo (Files): Document basenames-may-differ.
1436
ed59ded5
DE
14372011-11-14 Doug Evans <dje@google.com>
1438
1439 * gdb.texinfo (Shell Commands): Document "!".
1440
405f8e94
SS
14412011-11-14 Stan Shebs <stan@codesourcery.com>
1442 Kwok Cheung Yeung <kcy@codesourcery.com>
1443
1444 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1445 needed to get shorter fast tracepoints.
1446 (Tracepoint Packets): Document new qTMinFTPILen packet.
1447
1e4d1764
YQ
14482011-11-14 Yao Qi <yao@codesourcery.com>
1449
1450 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1451 behavior of tracepoint.
1452 (General Query Packets): New feature InstallInTrace.
1453 (Remote Configuration): Document "set remote
1454 install-in-trace-packet".
1455
71eba9c2 14562011-11-12 Matt Rice <ratmice@gmail.com>
1457
1458 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1459 Add arguments to info macro.
1460
e0f8f636
TT
14612011-11-10 Tom Tromey <tromey@redhat.com>
1462
1463 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1464 manual.
1465 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1466 (Macros): Add a footnote.
1467 (C): Remove paragraph about compiler options.
1468 (C Constants): Mention wide character and string constants.
1469 (C Plus Plus Expressions): Update compiler option advice. Mention
1470 using declarations. Mention ADL. Remove old HP compiler
1471 information.
1472
625c0d47
TT
14732011-11-10 Tom Tromey <tromey@redhat.com>
1474
1475 PR c++/9257:
1476 * gdb.texinfo (Print Settings): Add an extra note about the need
1477 for a vtable.
1478
4be2aacc
MR
14792011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1480
1481 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1482 "set mips abi" documentation.
1483
0a1c4d10
DE
14842011-11-04 Doug Evans <dje@google.com>
1485
1486 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1487
aad1c02c
TT
14882011-11-03 Tom Tromey <tromey@redhat.com>
1489
1490 * gdb.texinfo (Stopping): Add menu entry.
1491 (Continuing and Stepping): Restore @node. Use @section, not
1492 @subsection.
1493
983fb131
MR
14942011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
1495
1496 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1497 designation. Fix "Specify Location" cross-reference.
1498
3065dfb6
SS
14992011-11-02 Stan Shebs <stan@codesourcery.com>
1500
1501 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1502 (General Query Packets): Describe tracenz feature.
1503 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1504
0aaaf063
PK
15052011-10-28 Paul Koning <paul_koning@dell.com>
1506
1507 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1508
2231f1fb
KP
15092011-10-27 Kevin Pouget <kevin.pouget@st.com>
1510
1511 * gdb.texinfo ((Frames In Python): Document
1512 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1513
5110b5df
PK
15142011-10-26 Paul Koning <paul_koning@dell.com>
1515
1516 * gdb.texinfo (gdb.types): Document new deepitems function.
1517
22dbab46
PK
15182011-10-25 Paul Koning <paul_koning@dell.com>
1519
1520 PR python/13327
1521
1522 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1523 fetch_lazy method.
1524
9df2fbc4
PM
15252011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1526
1527 PR python/12656
1528
1529 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1530 global_block, static_block function.
1531
f05e2e1d
TT
15322011-10-19 Tom Tromey <tromey@redhat.com>
1533
1534 * gdb.texinfo (Commands In Python): Add missing "@"s.
1535
a7fc3f37
KP
15362011-10-13 Kevin Pouget <kevin.pouget@st.com>
1537
1538 PR python/13285 Document named constants for frame unwind stop reasons
1539 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1540 constants.
1541
5048e516
JK
15422011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1543
1544 Fix compatibility with texinfo versions older than 4.12.
1545 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1546 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1547 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1548 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1549 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1550 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1551 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1552
5a56e9c5
DE
15532011-10-09 Doug Evans <dje@google.com>
1554
1555 * gdb.texinfo (Extending GDB): Document alias command.
1556
36b11add
JK
15572011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1558
1559 Support @entry in input expressions.
1560 * gdb.texinfo (Variables): Describe @entry names suffix.
1561 (Print Settings): Add anchor for `set print entry-values'.
1562
e18b2753
JK
15632011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1564 Eli Zaretskii <eliz@gnu.org>
1565
1566 Display @entry parameter values (without references).
1567 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1568 example.
1569 (Print Settings): New description of set print entry-values and show
1570 print entry-values.
1571
111c6489
JK
15722011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1573 Eli Zaretskii <eliz@gnu.org>
1574
1575 Recognize virtual tail call frames.
1576 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1577 (Tail Call Frames): New node.
1578 (Frames In Python): Add gdb.TAILCALL_FRAME.
1579
9c15afc4
DE
15802011-10-07 Doug Evans <dje@google.com>
1581
1582 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1583 register_pretty_printer.
1584
99f5279d
PM
15852011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1586
1587 PR python/12930
1588 PR python/12802
1589
1590 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1591 stop method.
1592
03583c20
UW
15932011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1594
1595 * gdb.texinfo (Starting your Program): "set disable-randomization"
1596 is no longer Linux-specific.
1597 (Remote Configuration): Document "set remote
1598 disable-randomization-packet".
1599 (General Query Packets): Document "QDisableRandomization" packet
1600 and add it to "qSupported" list.
1601
bd054e06
KP
16022011-10-07 Kevin Pouget <kevin.pouget@st.com>
1603
1604 Allow Python notification of new object-file loadings.
1605 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1606 event type.
1607
cb6be26b
KP
16082011-10-04 Kevin Pouget <kevin.pouget@st.com>
1609
1610 PR python/12691: Add the inferior to Python exited event
1611 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1612
a05336a1
JB
16132011-10-03 Joel Brobecker <brobecker@adacore.com>
1614
1615 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1616 rephasing.
1617
5d77fe44
JB
16182011-10-03 Joel Brobecker <brobecker@adacore.com>
1619
1620 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1621 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1622 as possible feature returned by the `-list-features'
1623 command.
1624
699df94d
PK
16252011-09-28 Paul Koning <paul_koning@dell.com>
1626
1627 * gdb.texinfo (gdb.Type): Document field access by dictionary
1628 key syntax.
1629
24bdad53
YQ
16302011-09-28 Yao Qi <yao@codesourcery.com>
1631
1632 * gdb.texinfo (Files): Update options for `add-symbol-file'.
1633 Add one space after option `-s'. Remove @r{} markup.
1634
6710bf39
SS
16352011-09-27 Stan Shebs <stan@codesourcery.com>
1636
1637 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1638
d99f7e48
HZ
16392011-09-16 Hui Zhu <teawater@gmail.com>
1640
1641 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1642 to *(unsigned char *)$esp@300.
1643
d812018b
PK
16442011-09-15 Paul Koning <paul_koning@dell.com>
1645
1646 * gdb.texinfo: Make style of Python functions and methods match
1647 the syntax of Python. Also put class and module names explicitly
1648 on function, member, and variable names, matching Python
1649 documentation conventions.
1650
2aa48337
KP
16512011-09-15 Kevin Pouget <kevin.pouget@st.com>
1652
1653 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1654 * gdb.texinfo (Inferiors In Python): Describe new
1655 gdb.selected_inferior() function.
1656
6839b47f
KP
16572011-09-15 Kevin Pouget <kevin.pouget@st.com>
1658
1659 Handle multiple breakpoint hits in Python interface:
1660 * gdb.texinfo (Events In Python): New function documentation:
1661 gdb.BreakpointEvent.breakpoints. Indicate that
1662 gdb.BreakpointEvent.breakpoint is now deprecated.
1663
26829f2b
JB
16642011-09-04 Joel Brobecker <brobecker@adacore.com>
1665
1666 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
1667
a9f54f60
TT
16682011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
1669
1670 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
1671
fa3a4f15
PM
16722011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1673
1674 * gdb.texinfo (Prompt): Add set/show extended-prompt
1675 documentation
1676 (Basic Python): Add prompt_hook anchor.
1677 (Python modules): Reword module text to reflect multiple modules.
1678 (gdb.prompt): Document gdb.prompt module.
1679
224bbe49
YQ
16802011-08-14 Yao Qi <yao@codesourcery.com>
1681
78d85199
YQ
1682 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
1683
16842011-08-14 Yao Qi <yao@codesourcery.com>
1685
1686 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
1687 (TIC6x Features): New node.
1688
457e09f0
DE
16892011-08-12 Doug Evans <dje@google.com>
1690
1691 * gdb.texinfo (Symbols In Python): Document symbol.type.
1692
5e239b84
PM
16932011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1694
1695 * gdb.texinfo (Python): Document command and function
1696 auto-loading.
1697
177bc839
JK
16982011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1699 Eli Zaretskii <eliz@gnu.org>
1700
1701 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
1702 typedefs unrolling. Extend the sample code by an inner typedef and
1703 outer typedefs unrolling.
1704
1a532630
PP
17052011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1706
1707 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
1708 size and line-size.
1709
9b158ba0 17102011-07-21 Matt Rice <ratmice@gmail.com>
1711
1712 PR macros/12999
1713 * gdb.texinfo (Macros): Add info definitions and info macros commands.
1714 Update text and cindex entries for info macro command.
1715
d17b6f81
PM
17162011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1717
1718 * observer.texi (GDB Observers): Add before_prompt observer.
1719 * gdb.texinfo (Basic Python): Add documentation for prompt
1720 substitution.
1721
713389e0
PM
17222011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1723
1724 PR python/12438
1725 * gdb.texinfo (Python Commands): Add deprecate note to maint
1726 set/show python print-stack. Document set/show python
1727 print-backtrace.
1728
177b42fe
TJB
17292011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1730
1731 * gdb.texinfo: Fix typos.
1732
900e11f9
JK
17332011-07-01 Tom Tromey <tromey@redhat.com>
1734
1735 * gdb.texinfo (Debugging Output): Document set debug
1736 check-physname.
1737
39c4d40a
TT
17382011-06-29 Tom Tromey <tromey@redhat.com>
1739
1740 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1741 breakpoint-notifications feature.
1742
6f5def7d
UW
17432011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
1744
1745 * gdb.texinfo (Target Description): Remove warning about
1746 possibly unstable format.
1747
8cf64490
TT
17482011-06-03 Tom Tromey <tromey@redhat.com>
1749
1750 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1751 (Events In Python): Note that exit_code is optional.
1752
393eab54
PA
17532011-05-17 Pedro Alves <pedro@codesourcery.com>
1754
1755 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1756 required for multi-threading support.
1757 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1758 Hc are deprecated for multi-threading debugging. Point readers at
1759 the vCont packet.
1760
75fc9810
DE
17612011-05-15 Doug Evans <dje@google.com>
1762
1763 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1764
01124a23
DE
17652011-05-13 Doug Evans <dje@google.com>
1766
98a5dd13
DE
1767 * gdb.texinfo (Threads): Document $sdir,$pdir.
1768 (Server): Document $pdir exception.
1769
dbaefcf7
DE
1770 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1771
cc63ef9b
DE
1772 * gdb.texinfo (Threads): Clarify default value for
1773 libthread-db-search-path.
7e0396aa 1774
01124a23
DE
1775 * gdb.texinfo (Completion): Update example.
1776 (Debugging Output): Delete `set/show debug lin-lwp-async'.
1777
d248b706
KY
17782011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1779
1780 * gdb.texinfo: Document change in the behaviour of the enable and
1781 disable GDB commands when applied to tracepoints.
1782 Document the EnableDisableTracepoints remote stub feature.
1783 Document QTEnable and QTDisable in the list of tracepoint packets.
1784
cc88a640
JK
17852011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1786
1787 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1788 hsuser.texi.
1789 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1790 comment to hsuser.texi. Change rluser.texi name in the comment.
1791
84e578fb
DE
17922011-05-10 Doug Evans <dje@google.com>
1793
1794 * gdb.texinfo (Threads): If an empty path is provided for
1795 libthread-db-search-path it is reset to its default value.
1796 (Server): Ditto.
1797
478aac75
DE
17982011-05-09 Doug Evans <dje@google.com>
1799
1800 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
1801
9c06b0b4
TJB
18022011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1803 Thiago Jung Bauermann <bauerman@br.ibm.com>
1804
1805 Implement support for PowerPC BookE masked watchpoints.
1806 * gdb.texinfo (Set Watchpoints): Document mask parameter.
1807 (PowerPC Embedded): Mention support of masked watchpoints.
1808
9ed350ad
JB
18092011-05-03 Joel Brobecker <brobecker@adacore.com>
1810
1811 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1812 `@value{GDBN}'.
1813
4ceed123
JB
18142011-05-03 Joel Brobecker <brobecker@adacore.com>
1815
1816 * gdb.texinfo (titlepage): Remove dedication.
1817 (In Memoriam): New appendix.
1818
559a7a62
JK
18192011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1820 Eli Zaretskii <eliz@gnu.org>
1821
1822 * gdb.texinfo (Index Section Format): Change the version to 5.
1823 Describe the different formula.
1824
03f2bd59
JK
18252011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1826 Eli Zaretskii <eliz@gnu.org>
1827
1828 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1829 for disconnected tracing.
1830 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1831 extended-remote relationship. Mention --once.
1832 (TCP port allocation lifecycle of @code{gdbserver}): New.
1833
d9b1a651
EZ
18342011-04-23 Eli Zaretskii <eliz@gnu.org>
1835
1836 * gdb.texinfo (Server): Improve indexing. Index all optional
1837 switches to gdbserver.
1838
90476074
TT
18392011-04-20 Tom Tromey <tromey@redhat.com>
1840
1841 * gdb.texinfo (Index Section Format): New node.
1842 (Top): Add new node to menu.
1843
c21236dc
PA
18442011-04-20 Pedro Alves <pedro@codesourcery.com>
1845
1846 * gdb.texinfo (Maintenance Commands): Document `maint print
1847 remote-registers'.
1848
05c8c3f5
TT
18492011-04-20 Tom Tromey <tromey@redhat.com>
1850
1851 * gdb.texinfo (Trace File Format): Move node later.
1852
7a9dd1b2
TT
18532011-04-19 Tom Tromey <tromey@redhat.com>
1854
1855 * gdbint.texinfo (Register Information Functions): Remove
1856 duplicate "the".
1857 * gdb.texinfo (Emacs): Remove duplicate "to".
1858 (GDB/MI Variable Objects): Remove duplicate "the".
1859 (General Query Packets): Likewise.
1860
4368ebeb
JB
18612011-04-02 Joel Brobecker <brobecker@adacore.com>
1862
1863 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1864 "GDB/MI Ada Exception Information" node.
1865
956a9fb9
JB
18662011-04-01 Joel Brobecker <brobecker@adacore.com>
1867
1868 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1869 the "exception-name" field in the *stopped async record.
1870
f1310107
TJB
18712011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1872 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1873
1874 Implement support for PowerPC BookE ranged breakpoints.
1875 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1876
8786b2bd
TT
18772011-03-28 Tom Tromey <tromey@redhat.com>
1878
1879 * gdb.texinfo (Set Tracepoints): Fix typo.
1880
9ef07c8c
TT
18812011-03-24 Tom Tromey <tromey@redhat.com>
1882
1883 * gdb.texinfo (Specify Location): Document `function:label'
1884 linespec.
1885
99c3dc11
PM
18862011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1887
f1310107 1888 PR python/12149
99c3dc11
PM
1889
1890 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
1891
29703da4
PM
18922011-03-17 Phil Muldoon <pmuldoon@redhat.com>
1893
1894 * gdb.texinfo (Blocks In Python): Add is_valid method description.
1895 (Inferiors In Python): Likewise.
1896 (Threads In Python): Likewise.
1897 (Symbols In Python): Likewise.
1898 (Objfiles In Python): Likewise.
1899 (Symbol Tables In Python): Likewise.
1900
c9174737
PA
19012011-03-15 Pedro Alves <pedro@codesourcery.com>
1902
1903 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
1904 display>: Explain that the commands accept number ranges.
1905
7371cf6d
PM
19062011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1907
1908 * gdb.texinfo (Breakpoints In Python): Add description and example
1909 of Python stop function operation.
1910
ecec24e6
PM
19112011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1912
1913 * gdb.texinfo (Parameters In Python): Document get_set_string and
1914 get_show_string methods.
1915
6dcd5565
JK
19162011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1917
1918 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
1919
81896e36
JK
1920 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
1921 circular-trace-buffer name.
1922
5e30da2c
JB
19232011-02-28 Joel Brobecker <brobecker@adacore.com>
1924
1925 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
1926 in the previous change.
1927
3bd0f5ef 19282011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
1929
1930 * gdb.texinfo (Inferiors and Programs): Update commands to show
1931 that they can accept multiple arguments.
1932
4ec7539c
JB
19332011-02-24 Joel Brobecker <brobecker@adacore.com>
1934
1935 Revert the following patch (code patch was not approved):
1936 2011-02-21 Hui Zhu <teawater@gmail.com>
1937 * agentexpr.texi (bytecode descriptions): add printf.
1938 * gdb.texinfo (tracepoint action lists): add printf.
1939
82809774
DE
19402011-02-23 Doug Evans <dje@google.com>
1941
1942 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
1943
e5a67952
MS
19442011-02-23 Michael Snyder <msnyder@vmware.com>
1945
1946 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
1947 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
1948 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
1949
6e6fbe60
DE
19502011-02-22 Doug Evans <dje@google.com>
1951
1952 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
1953 Clarify behaviour of lookup_symbol when `block' argument is omitted,
1954 add description of result, fix @defun formatting.
1955
f994e27a
HZ
19562011-02-21 Hui Zhu <teawater@gmail.com>
1957
1958 * agentexpr.texi (Bytecode Descriptions): Add printf.
1959 * gdb.texinfo (Tracepoint Action Lists): Add printf.
1960
c7f96d2b
TT
19612011-02-18 Tom Tromey <tromey@redhat.com>
1962
1963 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
1964
60f98dde
MS
19652011-02-14 Michael Snyder <msnyder@vmware.com>
1966
1967 * gdb.texinfo (threads): Document argument for "info threads" cmd.
1968 Document new command "thread find".
1969
08e796bc
MS
19702011-02-14 Michael Snyder <msnyder@vmware.com>
1971
1972 * gdb.texinfo (Threads): Update example of new thread message.
1973
b3b9301e
PA
19742011-02-14 Pedro Alves <pedro@codesourcery.com>
1975
1976 * gdb.texinfo (Remote Configuration): Mention set/show remote
1977 traceframe-info.
1978 (Tools/Packages Optional for Building GDB): Mention that expat is
1979 used for traceframe info.
1980 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
1981 (General Query Packets) <qSupported>: Describe the
1982 qXfer:traceframe-info:read feature.
1983 (qXfer::read): Describe qXfer:traceframe-info:read.
1984 (Traceframe Info Format): New section.
1985
cef35b0f
PA
19862011-02-04 Pedro Alves <pedro@codesourcery.com>
1987
1988 * gdbint.texinfo (Formatting): Mention some formatting guidelines
1989 for casts and unary operators.
1990
f1cbe1d3
TT
19912011-02-04 Tom Tromey <tromey@redhat.com>
1992
1993 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
1994 is not useful.
1995
585fdaa1
PA
19962011-01-25 Pedro Alves <pedro@codesourcery.com>
1997
1998 * gdb.texinfo: s/value optimized out/optimized out/g
1999
7bfc9434
JB
20002011-01-21 Joel Brobecker <brobecker@adacore.com>
2001
2002 * gdb.texinfo (Other Misc Settings): Rework part of the
2003 documentation of the "set interactive mode" command.
2004
4694da01
TT
20052011-01-19 Tom Tromey <tromey@redhat.com>
2006
2007 * gdb.texinfo (Threads): Document thread name output and `thread
2008 name' command.
2009 (Threads In Python): Document Thread.name attribute.
2010 (GDB/MI Thread Commands): Document thread attributes.
2011
b716877b
AB
20122011-01-12 Andrew Burgess <aburgess@broadcom.com>
2013
2014 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
2015 changes in mi/mi-cmd-disas.c
2016
13fd8b81
TT
20172011-01-12 Tom Tromey <tromey@redhat.com>
2018
2019 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
2020 Fix "thread apply" text.
2021
e09342b5
TJB
20222011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2023 Thiago Jung Bauermann <bauerman@br.ibm.com>
2024
2025 Implement support for PowerPC BookE ranged watchpoints.
2026 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
2027 the "set powerpc exact-watchpoints" flag.
2028
06e65f44
TT
20292011-01-07 Tom Tromey <tromey@redhat.com>
2030
2031 * gdb.texinfo (Python API): Add descriptions to @menu items.
2032
d8e22779
TT
20332011-01-06 Tom Tromey <tromey@redhat.com>
2034
2035 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
2036
a255712f
PP
20372010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2038
e09342b5 2039 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 2040
ccfc3d6e
TT
20412011-01-06 Tom Tromey <tromey@redhat.com>
2042
2043 PR python/12133:
2044 * gdb.texinfo (Frames In Python): Document various frame
2045 constants.
2046
44944448
JB
20472011-01-05 Joel Brobecker <brobecker@adacore.com>
2048
2049 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
2050 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
2051 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
2052
42ea3d7a
JK
20532011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2054
2055 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
2056 (clean): Add GDBvn.texi.
2057
720d1a40
JB
20582010-12-29 Joel Brobecker <brobecker@adacore.com>
2059
2060 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
2061 occasional case where the debugger prints an array address
2062 instead of the array itself.
2063
ad196637
PA
20642010-12-23 Pedro Alves <pedro@codesourcery.com>
2065
2066 * gdb.texinfo (Packets) <read registers packet>: Document support
2067 for registers that were not collected.
2068
a86caf66
DE
20692010-12-15 Doug Evans <dje@google.com>
2070
2071 * gdb.texinfo (Startup): Document auto-loading of scripts during
2072 startup.
2073 (Auto-loading): Delete "maint set python auto-load on|off".
2074 Add "set auto-load-scripts on|off".
2075
aae1c79a
DE
20762010-12-07 Doug Evans <dje@google.com>
2077
2078 * gdb.texinfo (Mode Options): Document -data-directory.
2079 (Data Files): Add reference to -data-directory.
2080
4e04c971
DE
20812010-11-29 Doug Evans <dje@google.com>
2082
2083 * gdb.texinfo (Pretty-Printer Introduction): Change
2084 printer-name:subprinter-name to printer-name;subprinter-name.
2085
94b6973e
PM
20862010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2087
2088 PR python/12199
2089
2090 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
2091
39037522
TT
20922010-11-23 Tom Tromey <tromey@redhat.com>
2093
2094 * gdb.texinfo (Top): Check SYSTEM_READLINE.
2095 (Editing): Likewise.
2096 (Command History): Likewise.
2097 (TUI Keys): Likewise.
2098 (Bug Reporting): Conditionally include rluser.texi and
2099 inc-history.texinfo.
2100 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
2101 (GDB_DOC_SOURCE_INCLUDES): Add comment.
2102 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
2103 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
2104 (gdb.pdf): Likewise.
2105 (gdb.info): Likewise.
2106 (gdb/index.html): Likewise.
2107
5ae98d25
TT
21082010-11-23 Tom Tromey <tromey@redhat.com>
2109
2110 * Makefile.in (Makefile): Run ../config.status.
2111 (distclean): Update.
2112 * configure: Remove.
2113 * configure.ac: Remove.
2114
621c8364
TT
21152010-11-12 Tom Tromey <tromey@redhat.com>
2116
2117 * gdb.texinfo (Basic Python): Update. Add xref.
2118 (Exception Handling): Document new exception classes.
2119 (Types In Python): Update.
2120 (Frames In Python): Update.
2121
84f4c1fe
PM
21222010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2123
2124 * gdb.texinfo (Breakpoints In Python): Document "internal"
2125 parameter, and visible attribute.
2126
99e7ae30
DE
21272010-11-05 Doug Evans <dje@google.com>
2128
2129 * gdb.texinfo (Source Path): Document "set directories".
2130
f4b8a18d
KW
21312010-11-05 Ken Werner <ken.werner@de.ibm.com>
2132
2133 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
2134 (OpenCL C): New node.
2135
7b51bc51
DE
21362010-11-02 Doug Evans <dje@google.com>
2137
2138 * gdb.texinfo (Pretty Printing): Expand into three sections,
2139 introduction, example, and commands.
2140 (Python API): Delete section Disabling Pretty-Printers, merge into
2141 Selecting Pretty-Printers.
2142 (Writing a Pretty-Printer): New section. Move the pretty-printer
2143 example here, and reformat to match python coding style. Add a second
2144 example using the gdb.printing module.
2145 (Python modules): Add gdb.printing.
2146
9eeee977
DE
21472010-10-29 Doug Evans <dje@google.com>
2148
2149 * gdb.texinfo (Python): Fix long line.
2150
a0e0ffdf
DE
21512010-10-20 Doug Evans <dje@google.com>
2152
2153 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
2154 All references updated. Correct sections marked as subsections.
2155 (Coding Standards): New chapter. Move the coding standard related
2156 subsections here. Add section on Python coding standards.
2157
0e3509db
DE
21582010-10-13 Doug Evans <dje@google.com>
2159
2160 * gdb.texinfo (Python): Add "Python modules".
2161 (Types in Python): Add reference to gdb.types section.
2162 (Python modules): New node.
2163
44592cc4
DE
21642010-10-11 Doug Evans <dje@google.com>
2165
2166 * gdb.texinfo (Values From Inferior): Add reference to "Types in
2167 Python" from gdb.Value.type description.
2168
6e1bb179
JB
21692010-09-28 Joel Brobecker <brobecker@adacore.com>
2170
2171 * gdb.texinfo (Ravenscar Profile): New node.
2172
e8467610
TT
21732010-09-22 Tom Tromey <tromey@redhat.com>
2174
2175 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
2176
fccd1d1e
EZ
21772010-09-22 Eli Zaretskii <eliz@gnu.org>
2178
2179 * gdb.texinfo (Values From Inferior): Clarify that
2180 value.dynamic_type works only in C++ programs with RTTI.
2181
c1b6b909
TT
21822010-09-15 Paul Bolle <pebolle@tiscali.nl>
2183
2184 * gdb.texinfo (Character Sets): Correctly reference host-charset
2185 in example.
2186
7d288aaa
TT
21872010-09-13 Tom Tromey <tromey@redhat.com>
2188
2189 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
2190 Document "fullname" and "from".
2191
f75d858b
MK
21922010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2193
2194 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
2195 feature `reverse' output by -list-target-features.
2196
83b9503b
L
21972010-08-31 H.J. Lu <hongjiu.lu@intel.com>
2198
2199 * gdb.texinfo (i386 Features): Remove an extra "@item".
2200
03f17ccf
TT
22012010-08-30 Tom Tromey <tromey@redhat.com>
2202
2203 PR python/11792:
2204 * gdb.texinfo (Values From Inferior): Document dynamic_type.
2205
9779414d
DJ
22062010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2207
2208 * gdb.texinfo (ARM Features): Document
2209 org.gnu.gdb.arm.m-profile.
2210
f9ffd4bb
TT
22112010-08-23 Tom Tromey <tromey@redhat.com>
2212
2213 PR python/11145:
2214 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
2215 reinterpret_cast methods.
2216
702c2711
TT
22172010-08-23 Tom Tromey <tromey@redhat.com>
2218
2219 PR python/11915:
2220 * gdb.texinfo (Types In Python): Document array method.
2221
66b73624
TJB
22222010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2223
2224 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2225
06a64a0b
TT
22262010-08-16 Tom Tromey <tromey@redhat.com>
2227
2228 * gdb.texinfo (Set Watchpoints): Document -location option.
2229
a3a7127e
DE
22302010-08-13 Doug Evans <dje@google.com>
2231
2232 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2233
8dedea02
VP
22342010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2235
2236 * gdb.texinfo (GDB/MI Data Manipulation): Document
2237 -data-read-memory-raw and -data-write-memory-raw.
2238
ca5c20b6 22392010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 2240 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
2241
2242 * gdb.texinfo (Basic Python): Describe post_event API.
2243
cb2e07a6
PM
22442010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2245
2246 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 2247 decode_line Python APIs
cb2e07a6 2248
464b3efb
TT
22492010-08-10 Tom Tromey <tromey@redhat.com>
2250
2251 * gdb.texinfo (Pretty Printing API): Document
2252 gdb.default_visualizer.
2253
c29c521f
TT
22542010-08-10 Tom Tromey <tromey@redhat.com>
2255
2256 Revert gdb-add-index addition:
2257 * gdb.texinfo (Index Files): Don't document gdb-add-index.
2258
5da1313b
JK
22592010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2260 Eli Zaretskii <eliz@gnu.org>
2261
2262 * gdb.texinfo (Mode Options) <-batch>
2263 (Basic Python) <gdb.execute>: Describe setting width and height.
2264
02d868e8
PP
22652010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2266
2267 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2268
c2bbed2a
TT
22692010-07-30 Tom Tromey <tromey@redhat.com>
2270
2271 * gdb.texinfo (Index Files): Mention gdb-add-index.
2272
6c13bbe1
HZ
22732010-07-30 Hui Zhu <teawater@gmail.com>
2274
2275 * gdb.texinfo (Inferiors and Programs): Update the introduce of
2276 "detach inferior" and "kill inferior".
2277
53a71c06
CR
22782010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2279
2280 * gdb.texinfo (Machine Code): Update description of two forms of
2281 arguments, and add new example to demonstrate the new form.
2282
5374244e
PM
22832010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2284
2285 * gdb.texinfo (Values From Inferior): Add value inferior function
2286 call description.
2287
8ea5bce5
JK
22882010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2289
2290 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2291
c0edd9ed
JK
22922010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2293 Eli Zaretskii <eliz@gnu.org>
2294
2295 Make core files the process_stratum.
2296 * gdb.texinfo (Active Targets): Remove core_stratum. Include
2297 record_stratum example.
2298
9291a0cd
TT
22992010-07-13 Tom Tromey <tromey@redhat.com>
2300
2301 * gdb.texinfo (Index Files): New node.
2302
f5011d11
TT
23032010-07-13 Tom Tromey <tromey@redhat.com>
2304
2305 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2306
0f5238ed
TT
23072010-07-13 Tom Tromey <tromey@redhat.com>
2308
2309 * gdb.texinfo (Specify Location): Document labels.
2310
74c761c1
PA
23112010-07-01 Pedro Alves <pedro@codesourcery.com>
2312
2313 * gdb.texinfo (Create and Delete Tracepoints): Add more index
2314 entries for fast tracepoints and static tracepoints.
2315
501994c0
PA
23162010-07-01 Pedro Alves <pedro@codesourcery.com>
2317
2318 * gdb.texinfo (General Query Packets) <qfThreadInfo,
2319 qsThreadInfo>: Spell out `l' as ell.
2320
0fb4aa4b
PA
23212010-07-01 Pedro Alves <pedro@codesourcery.com>
2322
2323 * gdb.texinfo (Convenience Variables): Document $_sdata.
2324 (Commands to Set Tracepoints): Describe static tracepoints. Add
2325 `Listing Static Tracepoint Markers' menu entry. Document
2326 "strace".
2327 (Tracepoint Action Lists): Document collecting $_sdata.
2328 (Listing Static Tracepoint Markers): New subsection.
2329 (Tracepoints support in gdbserver): Mention static tracepoints.
2330 (remote packets, enabling and disabling): Mention
2331 read-sdata-object.
2332 (General Query Packets) <qSupported>: Document qXfer:sdata:read
2333 and StaticTracepoint.
2334 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2335 Document qXfer:sdata:read.
2336 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2337
dc3b15be
JB
23382010-06-29 Joel Brobecker <brobecker@adacore.com>
2339
2340 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2341
595939de
PM
23422010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2343 Tom Tromey <tromey@redhat.com>
2344 Thiago Jung Bauermann <bauerman@br.ibm.com>
2345
2346 * gdb.texinfo (Inferiors In Python): New node.
2347 * gdb.texinfo (Threads In Python): New node.
2348
9279c692
JB
23492010-06-28 Joel Brobecker <brobecker@adacore.com>
2350
2351 * gdb.texinfo (Python): Document what the python directory is
2352 and what its location is.
2353 (Basic Python): Document the gdb.PYTHONDIR constant.
2354
bc9f0842
TT
23552010-06-25 Tom Tromey <tromey@redhat.com>
2356
2357 PR python/10808:
2358 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2359
f1421989
HZ
23602010-06-24 Hui Zhu <teawater@gmail.com>
2361
2362 * gdb.texinfo: (Commands for Controlled Output): Add
2363 documentation for command "eval".
2364
e4c0cfae
SS
23652010-06-21 Stan Shebs <stan@codesourcery.com>
2366
2367 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
2368 * annotate.texinfo: Ditto.
2369 * gdbint.texinfo: Ditto.
2370 * stabs.texinfo: Ditto.
2371
bb08c432
HZ
23722010-06-22 Hui Zhu <teawater@gmail.com>
2373
2374 * gdb.texinfo: (Process Record and Replay): Add documentation
2375 for command "set record memory-query".
2376
4f5d9f07
SS
23772010-06-21 Stan Shebs <stan@codesourcery.com>
2378
2379 * gdb.texinfo: Relicense under GFDL version 1.3.
2380 * annotate.texinfo: Relicense under GFDL version 1.3.
2381 * gdbint.texinfo: Relicense under GFDL version 1.3.
2382 * stabs.texinfo: Relicense under GFDL version 1.3.
2383 * fdl.texi: Update to version 1.3.
2384
6aed2dbc
SS
23852010-06-18 Stan Shebs <stan@codesourcery.com>
2386
a61408f8
SS
2387 * gdb.texinfo (Operating System Auxiliary Information): Describe
2388 "info os" when no arguments given.
2389
6aed2dbc
SS
2390 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2391 $_thread.
2392
24e933df
HZ
23932010-06-18 Hui Zhu <teawater@gmail.com>
2394
2395 * gdb.texinfo: (Process Record and Replay): Add documentation
2396 for commands "record save" and "record restore".
2397
65d79d4b
SDJ
23982010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2399
2400 * gdb.texinfo: Include information about the correct use
2401 of addresses in the `watch' command.
2402
d914c394
SS
24032010-06-11 Stan Shebs <stan@codesourcery.com>
2404
2405 * gdb.texinfo (Observer Mode): New section.
2406 (General Query Packets): Document QAllow.
889bf7c5 2407
967cf477
DE
24082010-06-04 Doug Evans <dje@google.com>
2409
2410 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2411
aaf4119b
DE
24122010-06-03 Doug Evans <dje@google.com>
2413
2414 * gdbint.texinfo (Coding): Add subsection on command names.
2415
9eae7c52
TT
24162010-06-02 Tom Tromey <tromey@redhat.com>
2417
2418 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2419 always-disassemble.
2420
fa593d66
PA
24212010-06-01 Pedro Alves <pedro@codesourcery.com>
2422
2423 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2424 gdbserver, and add cross reference.
2425 (Tracepoints support in gdbserver): New subsection.
2426
dde08ee1
PA
24272010-05-26 Pedro Alves <pedro@codesourcery.com>
2428
2429 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2430 `qRelocInsn' feature.
2431 (Relocate instruction reply packet): New subsection
2432 of `Tracepoint Packets'.
2433 (Tracepoint Packets): Mention that packets QTDP and QTStart
2434 support the qRelocInsn request, and add cross reference to new
2435 subsection.
2436
07ca107c
DE
24372010-05-25 Doug Evans <dje@google.com>
2438
2439 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2440 (Commands In Python): Document gdb.string_to_argv.
2441
c25c4a8b
JK
24422010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2443
2444 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2445 ATTR_NORETURN.
2446
d7b32ed3 24472010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
2448 Tom Tromey <tromey@redhat.com>
2449 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 2450
c25c4a8b 2451 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 2452
6aecb9c2
JB
24532010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2454
2455 * gdb.texinfo: (Summary) Add mention about D language support.
2456 (Filenames): Add D suffixes.
2457 (D): New node.
2458
b7da9e9f
PM
24592010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2460
2461 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2462 of macro deleted from GDB code.
2463
ab38a727
PA
24642010-04-24 Pedro Alves <pedro@codesourcery.com>
2465
2466 * gdb.texinfo (Commands to specify files): Describe what how GDB
2467 looks up DOS-based filesystem paths on the system root. Document
2468 the new `set/show target-file-system-kind' commands.
2469
66d09542
DE
24702010-04-23 Doug Evans <dje@google.com>
2471
2472 * gdb.texinfo (Python): Move Auto-loading section here ...
2473 (Python API): from here.
2474 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2475 (Maintenance Commands): Add docs for "maint print section-scripts".
2476
8bd10a10
CM
24772010-04-20 Chris Moller <cmoller@redhat.com>
2478
2479 * gdb.texinfo (Setting Breakpoints): Added description of
2480 filename-qualified rbreak.
2481 * refcard.tex (Breakpoints and Watchpoints): Added brief
2482 description of filename-qualified rbreak.
2483
4c374409
JK
24842010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2485
2486 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2487 (Python API): Change the reference to Pretty Printing API.
2488 (Pretty Printing): Move the user part under the Data node. Reformat
2489 the sample output to 72 columns. Create a new reference to Pretty
2490 Printing API. Rename the API part ...
2491 (Pretty Printing API): To a new node name.
2492 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2493 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2494
5a9351ae
SS
24952010-04-21 Stan Shebs <stan@codesourcery.com>
2496
2497 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 2498 and commands.
5a9351ae 2499 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 2500
9a22f0d0
PM
25012010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2502
2503 * gdb.texinfo (Examining memory): Update for change in string
2504 display with explicit size.
2505
6149aea9
PA
25062010-04-19 Pedro Alves <pedro@codesourcery.com>
2507
2508 PR breakpoints/8554.
2509
2510 * gdb.texinfo (Save Breakpoints): New node.
2511 (save-tracepoints): Rename to ...
2512 (save tracepoints): ... this. Mention that `save-tracepoints' is
2513 a deprecated alias to `save tracepoints'.
2514
711e434b
PM
25152010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2516
645797a8 2517 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
2518 (info w32 thread-information-block): Document new command.
2519 (qGetTIBAddress): Document new gdbserver query.
2520 (maint set/show show-all-tib): Document new command.
2521
3f7b2faa
DE
25222010-04-15 Doug Evans <dje@google.com>
2523
fa33c3cd
DE
2524 * gdb.texinfo (Python API): Add progspaces section.
2525 (Selecting Pretty-Printers): Progspace pretty-printers are
2526 searched too.
2527 (Progspaces In Python): New section.
2528
3f7b2faa
DE
2529 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2530
79f283fe
PM
25312010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2532
2533 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2534 returns None.
2535
87290684
SS
25362010-04-09 Stan Shebs <stan@codesourcery.com>
2537
2538 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2539 Describe the `frames-created' field, tweak grammar.
2540
a97153c7
PA
25412010-04-09 Pedro Alves <pedro@codesourcery.com>
2542
2543 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2544 Describe the `circular' and `disconnected' fields.
2545
5c5dcc1b
L
25462010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2547
2548 * gdb.texinfo (maint print registers): Mention unavailable and
2549 invisible registers.
2550
adc36818
PM
25512010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2552 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 2553 Tom Tromey <tromey@redhat.com>
adc36818
PM
2554
2555 * gdb.texinfo (Breakpoints In Python): New Node.
2556
33da3f1c
SS
25572010-04-08 Stan Shebs <stan@codesourcery.com>
2558
2559 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2560 trace status fields.
2561
3a13a53b
L
25622010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2563
2564 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2565 optional. Make org.gnu.gdb.i386.avx requires
2566 org.gnu.gdb.i386.avx.
2567
08001717
DE
25682010-04-08 Doug Evans <dje@google.com>
2569
2570 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2571 search path, and document that gdb only scans the search path if
2572 the script's path doesn't specify a directory.
2573
c375651d
DE
25742010-04-05 Doug Evans <dje@google.com>
2575
2576 * gdb.texinfo (maint show python auto-load): Fix typo.
2577
af54718e
SS
25782010-04-04 Stan Shebs <stan@codesourcery.com>
2579
d77f58be
SS
2580 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2581 (Setting Watchpoints): Update description of "info watch".
2582 (Disabling Breakpoints): Only "info break" lists all.
2583
af54718e
SS
2584 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2585 (tdump): Explain how tdump works.
2586
86b17b60
PA
25872010-04-01 Pedro Alves <pedro@codesourcery.com>
2588
2589 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2590 add cross reference.
2591
ff12863f
PA
25922010-03-31 Pedro Alves <pedro@codesourcery.com>
2593
2594 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2595 commands error out.
2596
f68eb612
L
25972010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2598
2599 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2600
c8d5aac9
L
26012010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2602
2603 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2604
7d13fe92
SS
26052010-03-29 Stan Shebs <stan@codesourcery.com>
2606 Nathan Sidwell <nathan@codesourcery.com>
2607
2608 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2609 GDBN equivalent.
2610 (Set Tracepoints): Remove mention that conditional tracepoints
2611 don't exist.
2612 (Tracepoint Actions): Clarify when while-stepping collection
2613 happens, note that while-stepping does not automatically collect
2614 $pc.
2615
409873ef 26162010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 2617
409873ef
SS
2618 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2619 (General Query Packets): Describe TracepointSource.
2620
ee8e71d4
EZ
26212010-03-27 Matt Rice <ratmice@gmail.com>
2622
c8d5aac9
L
2623 * gdb.texinfo (ARM): Document arguments to "target sim".
2624 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 2625
99b5e152
PA
26262010-03-26 Pedro Alves <pedro@codesourcery.com>
2627
2628 * gdb.texinfo (Tracepoint Packets): Remove mention that
2629 terror:string may be plain text, and drop mention of X prefix.
2630
cd64ee31
VP
26312010-03-26 Vladimir Prus <vladimir@codesourcery.com>
2632
2633 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2634
6c28cbf2
SS
26352010-03-24 Stan Shebs <stan@codesourcery.com>
2636
2637 * gdb.texinfo (Tracepoint Packets): Document trace error status.
2638
95a42b64
TT
26392010-03-24 Tom Tromey <tromey@redhat.com>
2640
2641 PR breakpoints/9352:
2642 * gdb.texinfo (Break Commands): Update.
2643
18148017
VP
26442010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2645
2646 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2647 commands.
2648
4daf5ac0
SS
26492010-03-16 Stan Shebs <stan@codesourcery.com>
2650
2651 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2652 circular-trace-buffer.
2653 (Tracepoint Packets): Describe QTBuffer, and details of the
2654 qTStatus reply.
2655
c9429232
SS
26562010-03-12 Stan Shebs <stan@codesourcery.com>
2657 Nathan Sidwell <nathan@codesourcery.com>
2658
2659 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2660 doing instruction stepping.
2661 (Tracepoint Restrictions): New node.
2662
ccefe4c4
TT
26632010-03-10 Tom Tromey <tromey@redhat.com>
2664
2665 * gdbint.texinfo (Symbol Handling): Update.
2666
7c953934
TT
26672010-03-08 Tom Tromey <tromey@redhat.com>
2668
2669 PR cli/9591:
2670 * gdb.texinfo (Mode Options): Mention lack of pagination and
2671 confirmation with --batch.
2672 (Screen Size): Mention --batch.
2673 (Messages/Warnings): Likewise.
2674
f870a310
TT
26752010-03-05 Tom Tromey <tromey@redhat.com>
2676
2677 * gdb.texinfo (Basic Python): Document target_charset and
2678 target_wide_charset.
2679
78e2826b
TT
26802010-03-05 Tom Tromey <tromey@redhat.com>
2681
2682 * gdb.texinfo (Data): Link to pretty-printing.
2683 (Output Formats): Likewise. Correct text.
2684
f5dff777
DJ
26852010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2686
2687 * gdb.texinfo (Types): Describe <struct> and <flags>.
2688
dc00d89f
PM
26892010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2690
2691 * gdb.texinfo (Frames In Python): Add block parameter and
2692 description to read_var text.
2693
5107b149 26942010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 2695 Tom Tromey <tromey@redhat.com>
5107b149
PM
2696
2697 * gdb.texinfo (Types In Python): Describe block argument in
2698 template_argument and gdb.lookup_type.
2699
e03e5e7b
TT
27002010-02-24 Tom Tromey <tromey@redhat.com>
2701
2702 * gdb.texinfo (Cygwin Native): Fix typo.
2703
f3e9a817
PM
27042010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2705
2706 * gdb.texinfo (Frames In Python): Add block, find_sal, function
2707 and select method descriptions.
2708 (Python API): Add Blocks In Python, Symbols in Python and Symbol
2709 Tables in Python to menu.
2710 (Blocks In Python): New node.
2711 (Symbols In Python): New node.
2712 (Symbol Tables in Python): New node.
2713
a79b8f6e
VP
27142010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2715
2716 Multiexec MI
2717
2718 gdb/
2719 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2720
2721 gdb/doc/
2722 * gdb.texinfo (GDB/MI Command Syntax): Document notification
2723 changes.
2724 (GDB/MI Program Execution): Document current behaviour of
2725 --all and --thread-group.
2726 (GDB/MI Miscellaneous Commands): Document -add-inferior and
2727 -remove-inferior.
2728 * observer.texi (inferior_added, inferior_removed): New
2729 observers.
2730
629d6a47
TT
27312010-02-19 Tom Tromey <tromey@redhat.com>
2732
2733 * gdbint.texinfo (Getting Started): Fix @node.
2734 (Debugging GDB): Likewise.
2735
c09529e5
JB
27362010-02-13 Joel Brobecker <brobecker@adacore.com>
2737
2738 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
2739 documenting the gdb_test_timeout variable.
2740
540aa8e7
MS
27412010-02-12 Jakob Engblom <jakob@virtutech.com>
2742
2743 * gdb.texinfo (MI commands): Added documentation of --reverse
2744 option to a set of MI commands. Restructured documentation of MI
2745 commands --exec-continue to reflect the complexity of reverse
2746 execution.
2747
081dfbf7
PA
27482010-02-12 Pedro Alves <pedro@codesourcery.com>
2749
2750 * gdb.texinfo (Using the Collected Data): Specify that the address
2751 range of `tfind outsize' is exclusive, and that the address range
2752 of `tfind range' is inclusive.
2753 (Tracepoint Packets): Specify that the address range of
2754 `QTFrame:range' is inclusive, and that the address range of
2755 `QTFrame:outside' is exclusive
2756
8e9c5e02
VP
27572010-02-12 Vladimir Prus <vladimir@codesourcery.com>
2758
2759 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2760
92981e24
TT
27612010-02-10 Tom Tromey <tromey@redhat.com>
2762
2763 * gdb.texinfo (Debugging Output): Document set debug parser and
2764 show debug parser.
2765
075b51b7
L
27662010-02-09 H.J. Lu <hongjiu.lu@intel.com>
2767
2768 * gdb.texinfo (Predefined Target Types): Add i387_ext,
2769 i386_eflags and i386_mxcsr.
2770
3bb8d5c3
L
27712010-02-08 H.J. Lu <hongjiu.lu@intel.com>
2772
2773 * gdb.texinfo: Document i386 target features.
2774
c5f80513
DE
27752010-02-05 Doug Evans <dje@google.com>
2776
2777 * gdbint.texinfo (Testsuite): Add a new section to document the
2778 various DejaGnu variables that may be overridden.
1be00882 2779 Document INTERNAL_GDBFLAGS.
c5f80513 2780
6ac33a4e
TT
27812010-02-04 Tom Tromey <tromey@redhat.com>
2782
2783 PR cli/8830:
2784 * gdb.texinfo (Files): -readnow comes before the filename for file
2785 and symbol-file.
2786
a1dcb23a
DJ
27872010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2788
2789 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2790 Document ARM breakpoint types.
2791 (Register Packet Format): Move into the new section.
2792 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2793
95433b34
JB
27942010-01-21 Joel Brobecker <brobecker@adacore.com>
2795
2796 * gdb.texinfo (File Options): Adjust the documentation of this
2797 switch to refer to the "source" command rather than partially
2798 duplicating some of the relevant information.
2799 (Extending GDB): Introduce and document the set/show script-extension
2800 setting.
2801 (Command Files): Add note explaining that the "source" command
2802 is also used to evalute scripts written in other languages.
2803 Remove the short slightly incorrect reference to sourcing Python
2804 scripts.
2805 (Python Commands): Document how to execute a Python script from GDB.
2806
8d576872
JB
28072010-01-19 Joel Brobecker <brobecker@adacore.com>
2808
2809 * gdb.texinfo (Command Files): Fix typo.
2810
8150ff9c
JB
28112010-01-18 Tom Tromey <tromey@redhat.com>
2812
2813 * gdb.texinfo (File Options): Document -x on .py files.
2814 (Command Files): Document handling of Python scripts.
2815
23db03a6
JZ
28162010-01-18 Jie Zhang <jie.zhang@analog.com>
2817
2818 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2819
00bf0b85
SS
28202010-01-15 Stan Shebs <stan@codesourcery.com>
2821
2822 * gdb.texinfo (Trace Files): New section.
2823 (Tracepoint Packets): Document QTSave and qTBuffer.
2824 (Trace File Format): New appendix.
2825
be759fcf
PM
28262010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2827
2828 * gdb.texinfo (Values From Inferior): Document lazy_string value
2829 method.
2830 (Python API): Add Lazy strings menu item.
2831 (Lazy Strings In Python): New node.
2832
dc146f7c
VP
28332010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2834
2835 * gdb.texinfo (GDB/MI Thread Information): New.
2836 (GDB/MI Async Records): Document the core field in *stopped.
2837 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2838 documentation
2839 (Process list): Document that osdata document may contain
2840 threads.
2841 (Remote Serial Protocol): Document qXfer:threads.
2842
d5551862
SS
28432010-01-06 Stan Shebs <stan@codesourcery.com>
2844
2845 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2846 disconnected tracing.
2847 (Tracepoint Packets): Document new protocol.
2848
7a697b8d
SS
28492010-01-05 Stan Shebs <stan@codesourcery.com>
2850
2851 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2852 tracepoints.
2853 (Tracepoint Packets): Describe remote protocol for fast
2854 tracepoints.
2855
e6f3ec50
JB
28562010-01-01 Joel Brobecker <brobecker@adacore.com>
2857
2858 Update the "Start of New Year Procedure".
2859 * gdbint.texinfo: Add the list of files that need to be updated
2860 manually. Minor reformatting.
2861
ddc4e9c1
JB
28622010-01-01 Joel Brobecker <brobecker@adacore.com>
2863
2864 * refcard.tex: Update copyright year in header and text.
2865
9d2897ad
JB
28662010-01-01 Joel Brobecker <brobecker@adacore.com>
2867
2868 * agentexpr.texi: Add 2010 to the list of copyright years.
2869 * annotate.texinfo: Likewise.
2870 * gdb.texinfo: Likewise.
2871 * gdbint.texinfo: Likewise.
2872 * observer.texi: Likewise.
2873 * stabs.texinfo: Likewise.
2874
6da95a67
SS
28752009-12-31 Stan Shebs <stan@codesourcery.com>
2876
2877 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 2878
236f1d4d
SS
28792009-12-29 Stan Shebs <stan@codesourcery.com>
2880
2881 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 2882
f61e138d
SS
28832009-12-28 Stan Shebs <stan@codesourcery.com>
2884
2885 * gdb.texinfo (Trace State Variables): New section.
2886 (Tracepoint Packets): Describe trace state variable packets.
2887 * agentexpr.texi (Bytecode Descriptions): Describe trace state
2888 variable bytecodes.
2889
0fe7935b
DJ
28902009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2891
2892 * gdb.texinfo (Symbols): "info variables" prints definitions, not
2893 declarations.
2894
a6b29f87
VP
28952009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2896
2897 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
2898 -gdb-exit behaviour.
2899
5e4bde96
JB
29002009-12-20 Joel Brobecker <brobecker@adacore.com>
2901
2902 * gpl.texi: Update to version 3 of the GPL.
2903
a1715244
JB
29042009-12-20 Joel Brobecker <brobecker@adacore.com>
2905
2906 * Makefile.in: Update copyright header.
2907 * observer.texi: Fix the copyright header of the generated files.
2908
361ae042
PM
29092009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2910
2911 * gdb.texinfo (Types In Python): Describe range function.
2912
bfd31e71
PM
29132009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
2914
2915 * gdb.texinfo (Types In Python): Describe "is_base_class".
2916
57a1d736
TT
29172009-12-03 Tom Tromey <tromey@redhat.com>
2918
2919 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2920
8cebebb9
PP
29212009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
2922
2923 * observer.texi: New memory_changed observer.
2924
16af530a
TT
29252009-12-01 Tom Tromey <tromey@redhat.com>
2926
2927 * gdb.texinfo (Reverse Execution): Fix typo.
2928
b6199126
DJ
29292009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2930
2931 PR gdb/8704
2932
2933 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
2934 are allowed after the breakpoint condition.
2935
7a6973ad
TT
29362009-11-23 Tom Tromey <tromey@redhat.com>
2937
2938 PR python/10782:
2939 * gdb.texinfo (Types In Python): Document Type.pointer.
2940
21a0512e
PP
29412009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2942
2943 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 2944
a5832c8f
PA
29452009-11-11 Pedro Alves <pedro@codesourcery.com>
2946
2947 * agentexpr.texi (Tracing On Symmetrix): Delete section.
2948 (Using Agent Expressions): Delete cross reference.
2949
1eb7cd77
JB
29502009-11-07 Joel Brobecker <brobecker@adacore.com>
2951
2952 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
2953 and @settitle directives up to help makeinfo find them.
2954
24ddea62
JK
29552009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2956
2957 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
2958 (Auto-loading): Use plural and note one can use multiple components now.
2959
3afae151
VP
29602009-11-01 Vladimir Prus <vladimir@codesourcery.com>
2961
2962 * gdb.texinfo (GDB/MI Stack Manipulation): Make
2963 -stack-list-arguments have the same documentation for parameter
2964 as -stack-list-locals. Add comas.
2965
14ff2235
PM
29662009-10-27 Tom Tromey <tromey@redhat.com>
2967 Eli Zaretskii <eliz@gnu.org>
2968
c8d5aac9 2969 PR python/10781
14ff2235
PM
2970
2971 * gdb.texinfo (Values From Inferior): Document cast method.
2972
9c419145
PP
29732009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2974
2975 * gdb.texinfo (Machine Code): Mention function name in disasssembly
2976 and adjust example.
889bf7c5 2977
29153c24
MS
29782009-10-22 Michael Snyder <msnyder@vmware.com>
2979
2980 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 2981 info record command. Also document the new save and restore
29153c24
MS
2982 commands.
2983
2b28d209
PP
29842009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2985
2986 * gdb.texinfo (Machine Code): Mention current pc marker.
2987 (Memory): Likewise.
2988
6c95b8df
PA
29892009-10-19 Pedro Alves <pedro@codesourcery.com>
2990 Stan Shebs <stan@codesourcery.com>
2991
2992 * observer.texi (new_inferior): Rename to...
2993 (inferior_appeared): ... this.
2994
2995 * gdb.texinfo (Inferiors): Rename node to ...
2996 (Inferiors and Programs): ... this. Mention running multiple
2997 programs in the same debug session.
2998 <info inferiors>: Mention the new 'Executable' column if "info
2999 inferiors". Update examples. Document the "add-inferior",
3000 "clone-inferior", "remove-inferior" and "maint info
3001 program-spaces" commands.
3002 (Process): Rename node to...
3003 (Forks): ... this. Document "set|show follow-exec-mode".
3004
2f8132f3
MS
30052009-10-11 Michael Snyder <msnyder@vmware.com>
3006
3007 * gdb.texinfo (ReverseStep): Show default as "unsupported".
3008 (ReverseContinue): Ditto.
3009
cba4b2d3
PP
30102009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3011
3012 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 3013
da082f17
JK
30142009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3015
3016 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
3017
08be9d71
ME
30182009-10-06 Michael Eager <eager@eagercon.com>
3019
3020 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
3021 (Embedded Processors): Add MicroBlaze.
3022 (MicroBlaze): New. Describe Xilinx MicroBlaze
3023
08a0efd0
PA
30242009-10-04 Pedro Alves <pedro@codesourcery.com>
3025
3026 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
3027
cbb8f428
EZ
30282009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3029
3030 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
3031
30a4a70c
JB
30322009-09-23 Joel Brobecker <brobecker@adacore.com>
3033
3034 * observer.texi (solib_unloaded): Document explicitly the fact that
3035 this observer is called before the associated symbols are unloaded.
3036
b3372f91
VP
30372009-09-19 Vladimir Prus <vladimir@codesourcery.com>
3038
3039 * gdb.texinfo (GDB/MI Stack Manipulation): Document
3040 -stack-list-variables.
3041
f43030c4
TT
30422009-09-18 Tom Tromey <tromey@redhat.com>
3043
3044 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
3045 is experimental.
3046
ec7e75e7
PP
30472009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3048
3049 * gdb.texinfo (convenince variables): Mention
3050 $_siginfo could be empty.
f43030c4 3051
0cc7d26f
TT
30522009-09-15 Tom Tromey <tromey@redhat.com>
3053
3054 * gdb.texinfo (GDB/MI Variable Objects): Document
3055 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
3056 Expand -var-update documentation.
3057
a96d9b2e
SDJ
30582009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3059
3060 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
3061 feature.
3062
005ca36a
JB
30632009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
3064
3065 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
3066
0d772ac9
MS
30672009-09-10 Michael Snyder <msnyder@vmware.com>
3068
3069 * gdb.texinfo (qSupported): Mention new ReverseContinue and
3070 ReverseStep replies to the qSupported query.
3071
14fb1bac
JB
30722009-09-10 Joel Brobecker <brobecker@adacore.com>
3073
3074 Add documentation for set/show interactive-mode.
3075 * gdb.texinfo (Other Misc Settings): New node.
3076
29b090c0
DE
30772009-09-01 Doug Evans <dje@google.com>
3078
3079 * gdb.texinfo (Caching Data of Remote Targets): Add note on
3080 non-stop mode's affect on remote caching.
3081
4e5d721f
DE
30822009-08-31 Jacob Potter <jdpotter@google.com>
3083 Doug Evans <dje@google.com>
3084
3085 * gdb.texinfo (Caching Data of Remote Targets): Update text.
3086 Mark `set/show remotecache' options as obsolete.
3087 Document new `set/show stack-cache' option.
3088 Update text for `info dcache'.
3089
55333a84
DE
30902009-08-27 Doug Evans <dje@google.com>
3091
3092 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
3093 (Files): Add note on new optional regex arg to `info sharedlibrary'.
3094
bc3a0b4d
RW
30952009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3096
3097 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
3098 about autoconf.
3099
3a1ff0b6
PA
31002009-08-25 Pedro Alves <pedro@codesourcery.com>
3101
3102 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
3103 small example, and describe its columns. Replace "inferior-id" by
3104 "infno" throughout.
3105
81ecdfbb
RW
31062009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3107
af542c2e
RW
3108 * gdbint.texinfo (Releasing GDB): Point to
3109 README-maintainer-mode file for required autoconf version.
3110 * configure.ac: Do not substitute datarootdir, htmldir,
3111 pdfdir, docdir. Do not process --with-datarootdir,
3112 --with-htmldir, --with-pdfdir, --with-docdir.
3113 * configure: Regenerate.
3114
81ecdfbb
RW
3115 * configure: Regenerate.
3116
4efc6507
DE
31172009-08-20 Reid Kleckner <reid@kleckner.net>
3118
3119 * gdb.texinfo: Add chapter on JIT interface.
3120
43089a6e
NR
31212009-08-07 Nick Roberts <nickrob@snap.net.nz>
3122
3123 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 3124 confirmation request.
43089a6e 3125
99e008fe
EZ
31262009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
3127
c8d5aac9
L
3128 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3129 CRC definitions.
99e008fe 3130
48cb2d85
VP
31312009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3132
3133 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 3134 -break-commands.
48cb2d85 3135
ff1a52c6
UW
31362009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3137
3138 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3139 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
3140
3285f3fe
UW
31412009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3142
3143 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3144 "set spu stop-on-load" and "show spu stop-on-load" commands.
3145
e35359c5
UW
31462009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3147
3148 * gdb.texinfo (Target Descriptions): Document <compatible> element.
3149
58d6951d
DJ
31502009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3151
3152 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
3153 org.gnu.gdb.arm.neon.
3154
08d16641
PA
31552009-07-20 Pedro Alves <pedro@codesourcery.com>
3156
3157 * gdb.texinfo (Target Description Format): Mention the new <osabi>
3158 optional element.
3159 (subsection OS ABI): New subsection.
3160
782b2b07
SS
31612009-07-14 Stan Shebs <stan@codesourcery.com>
3162
3163 * gdb.texinfo (Tracepoint Conditions): New section.
3164 (General Query Packets): Describe ConditionalTracepoints.
3165 (Tracepoint Packets): Describe condition field.
3166 (Maintenance Commands): Describe maint agent-eval.
3167 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
3168
9b117ef3
HZ
31692009-07-11 Hui Zhu <teawater@gmail.com>
3170
3171 * gdb.texinfo (disassemble): Add a new modifier /r
3172 to "disassemble" command to make it print the raw instructions
3173 in hex as well as in symbolic form.
3174
f5a33284
TT
31752009-07-09 Tom Tromey <tromey@redhat.com>
3176
3177 * gdbint.texinfo (Testsuite): Document parallel make check.
3178
812f7342
TT
31792009-07-09 Tom Tromey <tromey@redhat.com>
3180
3181 * gdbint.texinfo (Testsuite): Document test transcripts.
3182
fbb8f299
PM
31832009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3184
3185 * gdb.texinfo (Values From Inferior): Add length parameter
3186 description.
3187
dd8f35ac
EZ
31882009-07-04 Chris Genly <chris@genly.us>
3189
3190 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
3191 in -var-list-children. Fix example according to what the code
3192 does.
3193
2277426b
PA
31942009-07-02 Pedro Alves <pedro@codesourcery.com>
3195
3196 * gdb.texinfo (Debugging multiple inferiors): Document the
3197 "inferior", "detach inferior" and "kill inferior" commands.
3198 (Debugging Programs with Multiple Processes): Adjust to mention
3199 generic "inferior" commands. Delete mention of "detach fork" and
3200 "delete fork". Cross reference to "Debugging multiple inferiors"
3201 section.
3202
a6d9a66e
UW
32032009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3204
5af949e3
UW
3205 * gdbint.texinfo (Item Output Functions): Update signature
3206 for ui_out_field_core_addr.
3207
32082009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3209
3210 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
3211 Update example code extrated from breakpoint.c.
3212
9901a55b 32132009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 3214
9901a55b
PP
3215 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
3216 MI commands.
3217 (GDB/MI Symbol Query): Likewise.
3218 (GDB/MI File Commands): Likewise.
3219 (GDB/MI File Transfer Commands): Likewise.
3220 (GDB/MI Target Manipulation): Likewise.
3221 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 3222
edb3359d
DJ
32232009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3224
3225 * gdb.texinfo (Debugging Optimized Code): New chapter.
3226 (Compiling for Debugging): Reference it. Move some
3227 text to the new section.
3228
7cd1089b
PM
32292009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3230
3231 * doc/gdb.texinfo (Calling): Document
3232 set-unwind-on-terminating-exception usage.
3233
d4db2f36
PA
32342009-06-11 Pedro Alves <pedro@codesourcery.com>
3235
3236 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3237 command.
3238
d1a7880c
PA
32392009-06-07 Pedro Alves <pedro@codesourcery.com>
3240
3241 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3242 references.
3243
473f94e6
UW
32442009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
3245
3246 * gdbint.texinfo: Rename formal parameters to gdbarch function
3247 protoypes from "current_gdbarch" to "gdbarch".
3248
8f500870
TT
32492009-05-28 Tom Tromey <tromey@redhat.com>
3250
3251 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3252
b6313243
TT
32532009-05-27 Tom Tromey <tromey@redhat.com>
3254
3255 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3256 feature.
3257 (GDB/MI Variable Objects): Document -var-set-visualizer.
3258
32592009-04-02 Tom Tromey <tromey@redhat.com>
3260
3261 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3262 feature.
3263 (GDB/MI Variable Objects): Document -var-set-visualizer.
3264
a6bac58e
TT
32652009-05-27 Tom Tromey <tromey@redhat.com>
3266 Thiago Jung Bauermann <bauerman@br.ibm.com>
3267 Phil Muldoon <pmuldoon@redhat.com>
3268
3269 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3270 (Pretty Printing): New node.
3271 (Selecting Pretty-Printers): Likewise.
3272 (Python API): Update.
3273 (Output Formats): Document /r format.
3274
2c74e833
TT
32752009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3276 Tom Tromey <tromey@redhat.com>
3277
3278 * gdb.texinfo (Types In Python): New node.
3279 (Values From Inferior): "type" is now an attribute.
3280 (Python API): Update.
3281
89c73ade
TT
32822009-05-27 Tom Tromey <tromey@redhat.com>
3283 Thiago Jung Bauermann <bauerman@br.ibm.com>
3284 Phil Muldoon <pmuldoon@redhat.com>
3285
3286 * gdb.texinfo: Add @syncodeindex for `tp'.
3287 (Python API): Update.
3288 (Auto-loading): New node.
3289 (Objfiles In Python): New node.
3290
17a37d48
PP
32912009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3292
3293 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 3294
6718376f
NR
32952009-05-15 Nick Roberts <nickrob@snap.net.nz>
3296
3297 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3298
cbe54154
PA
32992009-05-12 Pedro Alves <pedro@codesourcery.com>
3300
3301 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
3302 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
3303 show show-debug-regs' docs.
3304
8e05493c
EZ
33052009-05-08 Eli Zaretskii <eliz@gnu.org>
3306
3307 * gdb.texinfo (Process Record and Replay): Add description of
3308 reverse execution.
3309
b39f4988
JB
33102009-05-07 Joel Brobecker <brobecker@adacore.com>
3311
3312 * gdbint.texinfo (Adding support for debugging core files): New node.
3313 (Native Debugging): Remove the ``Native core file Support'' section.
3314
a2311334
EZ
33152009-05-01 Eli Zaretskii <eliz@gnu.org>
3316
3317 * gdb.texinfo (Process Record and Replay): Improve and clarify.
3318 Add index entries.
3319
53cc454a 33202009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 3321 Michael Snyder <msnyder@vmware.com>
53cc454a 3322
a2311334
EZ
3323 * gdb.texinfo: (Process Record and Replay): Add documentation for
3324 process record and replay.
53cc454a 3325
484086b7
JK
33262009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3327
3328 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
3329 a new part on command-line defined macros.
3330
32ae1842
EZ
33312009-04-25 Eli Zaretskii <eliz@gnu.org>
3332
3333 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3334 clarify the wording.
3335
b14b1491
TT
33362009-04-23 Tom Tromey <tromey@redhat.com>
3337
3338 * gdb.texinfo (Data Files): New node.
3339 (GDB Files): Update menu.
3340
5c1e86e1
JB
33412009-04-23 Joel Brobecker <brobecker@adacore.com>
3342
3343 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 3344 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 3345
83eba9b7
VP
33462009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3347
3348 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3349
e31198c4
HZ
33502009-04-22 Hui Zhu <teawater@gmail.com>
3351
3352 * gdb.texinfo (disassemble-next-line): Set the default of
3353 disassemble-next-line to off.
3354
26e251b6
JM
33552009-04-21 Joseph Myers <joseph@codesourcery.com>
3356
3357 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
3358 --with-htmldir): New.
3359 * configure: Regenerate.
3360 * Makefile.in (datarootdir, docdir): Define.
3361 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
3362 instead of $(SET_TEXINPUTS).
3363 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
3364 gdbint.info instead of $(SET_TEXINPUTS).
3365 (gdbint/index.html): Use same -I options as for building
3366 gdbint.info.
3367 (stabs.dvi, stabs.pdf): Use same -I options as for building
3368 stabs.info instead of $(SET_TEXINPUTS).
3369 (stabs/index.html): Use same -I options as for building
3370 stabs.info.
3371 (annotate.dvi, annotate.pdf): Use same -I options as for building
3372 annotate.info instead of $(SET_TEXINPUTS).
3373 (annotate/index.html): Use same -I options as for building
3374 annotate.info.
3375
eac35c4e
DD
33762009-04-21 David Daney <ddaney@caviumnetworks.com>
3377
3378 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3379
29b0e8a2
JM
33802009-04-21 Joseph Myers <joseph@codesourcery.com>
3381
3382 * gdb.texinfo (Source Path): Document --with-relocated-sources.
3383
2b831889 33842009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 3385 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
3386
3387 * Makefile.in (MAKEHTML): Set to makeinfo --html.
3388 (MAKEHTMLFLAGS): Set to empty.
3389 (html__strip_dir): Define.
3390 (HTMLFILES): Define.
3391 (HTMLFILES_INSTALL): Define.
3392 (install-html): Copy new automake rule.
3393 (html): Depend on $(HTMLFILES).
3394 (gdb_toc.html): Rename to gdb/index.html.
3395 (gdbint_toc.html): Rename to gdbint/index.html.
3396 (stabs_toc.html): Rename to stabs/index.html.
3397 (annotate_toc.html): Rename to annotate/index.html.
3398
89a34d1b
JM
33992009-04-17 Carlos O'Donell <carlos@codesourcery.com>
3400
3401 * Makefile.in: Set pdfdir and htmldir from configure
3402 substitutions.
3403 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3404 * configure: Regenerate.
3405
a2d5da46
JB
34062009-04-16 Joel Brobecker <brobecker@adacore.com>
3407
3408 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3409 This macro is no longer used.
3410
732f6a93
TT
34112009-04-15 Tom Tromey <tromey@redhat.com>
3412
3413 * gdb.texinfo (Character Sets): Document default character set.
3414
87f9adc1
PM
34152009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
3416
3417 * gdbint.texinfo: Change server name from sources.redhat.com to
3418 sourceware.org throughout.
3419
2c88c651
JB
34202009-04-09 Joel Brobecker <brobecker@adacore.com>
3421
3422 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3423 about a missing dot or coma after @xref.
3424
4f5376b2
JB
34252009-04-02 Joel Brobecker <brobecker@adacore.com>
3426
3427 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3428 example, and add a small explanation about it.
3429 (Print Settings): Change the documentation of the "set print
3430 frame-arguments" to reflect the fact that the default is now "scalars".
3431
a0381d3a
JB
34322009-04-02 Joel Brobecker <brobecker@adacore.com>
3433
3434 * gdb.texinfo (Print Settings): Add kindex for command "set
3435 print frame-arguments".
3436
45ac276d
JB
34372009-03-31 Joel Brobecker <brobecker@adacore.com>
3438
3439 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3440 breakpoints.
3441 (Set Breaks): Add reference to thread-specific and task-specific
3442 breakpoints.
3443
32cd1edc
JB
34442009-03-31 Joel Brobecker <brobecker@adacore.com>
3445
3446 * gdb.texinfo (Ada Tasks): Remove the documentation about
3447 the "Running" state, as this state has been eliminated.
3448 Now all runnable tasks are shown as "Runnable".
3449
1042e4c0
SS
34502009-03-30 Stan Shebs <stan@codesourcery.com>
3451
3452 * gdb.texinfo (Tracepoints): Describe tracepoints as a
3453 special case of breakpoints.
3454 (Enable and Disable Tracepoints): Mention deprecation.
3455 (Listing Tracepoints): Update description and example.
3456
f8f6f20b
TJB
34572009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3458
3459 * gdb.texinfo (Frames in Python): New node.
3460 (Python API): Update.
3461
c0c6f777
TJB
34622009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3463
3464 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3465 from a method to an attribute.
3466
def2b000
TJB
34672009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3468
3469 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3470 attribute.
3471
a07daef3
PA
34722009-03-25 Pedro Alves <pedro@codesourcery.com>
3473
3474 * observer.texi (thread_exit): Add "silent" parameter.
3475
f3b1572e
PA
34762009-03-22 Pedro Alves <pedro@codesourcery.com>
3477
3478 * observer.texi (about_to_proceed): New.
3479
587afa38
EZ
34802009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3481
3482 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3483 field throughout to handle types with spaces in them. Fix typos
3484 found by aspell.
3485 (Summary, Requirements, Contributors): New first chapter,
3486 "Summary" added, old Requirements section moved there, and new
3487 section, "Contributors" added.
3488 (Initializing a New Architecture, Register Representation)
3489 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3490 (Porting gdb): These sections extended and updated.
3491 (Compiler Characteristics): This section (empty) deleted.
3492 (Defining Other Architecture Features): This section renamed and
3493 duplicate material removed from (formerly "Target Conditionals").
3494 Use braces {} in @deftypeXX type field throughout to handle types
3495 with spaces in them. Typos found by aspell fixed.
3496
3497 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3498 * stack_frame.pdf: Version of image for PDF output.
3499 * stack_frame.png: Version of image for HTML output and for Emacs.
3500 * stack_frame.txt: Version of image for Info output.
1db61298 3501 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 3502
10af6951
EZ
35032009-03-21 Eli Zaretskii <eliz@gnu.org>
3504
3505 * gdb.texinfo (Character Sets): Fix last change.
3506
cc924cad
TJB
35072009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3508
3509 * gdb.texinfo (Values From Inferior): Fix optional arguments
3510 markup.
3511 (Commands In Python): Adjust argument names of gdb.Command.__init__
3512 to what the function accepts as keywords.
3513
bc3b79fd
TJB
35142008-03-20 Tom Tromey <tromey@redhat.com>
3515
3516 * gdb.texinfo (Convenience Vars): Document convenience functions.
3517 (Functions In Python): New node.
3518 (Python API): Update.
3519
6c7a06a3
TT
35202009-03-20 Tom Tromey <tromey@redhat.com>
3521
3522 * gdb.texinfo (Character Sets): Remove obsolete text. Document
3523 set target-wide-charset.
3524 (Requirements): Mention iconv.
3525
b646ddd4
HZ
35262009-03-17 Hui Zhu <teawater@gmail.com>
3527
3528 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3529
91440f57
HZ
35302009-03-17 Hui Zhu <teawater@gmail.com>
3531
3532 * gdb.texinfo: Add documentation for disassemble-next-line.
3533
8fd41227
TJB
35342009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3535
3536 * gdb.texinfo (Commands In Python): Remove tindex entries.
3537
61ff14c6
JK
35382009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3539
3540 * gdb.texinfo (Returning): New description for missing debug info.
3541
0b16c5cf
PA
35422009-03-14 Pedro Alves <pedro@codesourcery.com>
3543
3544 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 3545 (General Query Packets): Document qAttached.
0b16c5cf 3546
32fc0df9
PA
35472009-03-05 Pedro Alves <pedro@codesourcery.com>
3548
3549 * gdb.texinfo (Background Execution): Better describe the set
3550 target-async command.
3551 (Maintenance Commands): Delete description of the `maint set/show
3552 linux-async' and `maint set/show remote-async' commands.
3553
134eb42c
VP
35542009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3555
3556 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3557 between sentences.
3558
c86cf029
VP
35592009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3560
3561 * gdb.texinfo (GDB/MI Async Records): Document the
3562 =library-loaded and =library-unloaded notifications.
3563
3ea85240
VP
35642009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3565
3566 * observer.texi (test_notification): New observer.
3567
1d33d6ba
VP
35682009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3569
61ff14c6
JK
3570 * observer.texi: Add parameter 'print_frame' to normal_stop
3571 observer.
1d33d6ba 3572
d721c933
EZ
35732009-02-07 Eli Zaretskii <eliz@gnu.org>
3574
3575 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3576 (Commands In Python): Fix COMMAND_* constants in last change. Use
3577 @kbd for interactive input. Add cross-references and index
3578 entries.
3579
4aa995e1
PA
35802009-02-06 Pedro Alves <pedro@codesourcery.com>
3581
3582 * gdb.texinfo (Signals): Document $_siginfo.
3583 (Convenience Variables): Mention $_siginfo.
3584 (Remote Configuration): Document qXfer:siginfo:read,
3585 qXfer:siginfo:write packets, and the read-siginfo-object,
3586 write-siginfo-object commands.
3587
5f5233d4
PA
35882009-02-06 Pedro Alves <pedro@codesourcery.com>
3589
3590 * gdbint.texinfo (Values): New chapter.
3591
d8906c6f
TJB
35922009-02-06 Tom Tromey <tromey@redhat.com>
3593
3594 * gdb.texinfo (Python API): Add entry for Commands In Python.
3595 (Commands In Python): New node.
3596
b6cb8e7d
TJB
35972009-02-05 Tom Tromey <tromey@redhat.com>
3598
3599 * gdb.texinfo (Values From Inferior): Document Value.string.
3600
12453b93
TJB
36012009-02-05 Tom Tromey <tromey@redhat.com>
3602
3603 * gdb.texinfo (Basic Python): Document execute's from_tty
3604 argument.
3605
08c637de
TJB
36062009-02-04 Tom Tromey <tromey@redhat.com>
3607
3608 * gdb.texinfo (Basic Python): Document gdb.history.
3609
592375cd
VP
36102009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3611
3612 * gdb.texinfo (GDB/MI Thread Commands): Document the
3613 'current-thread-id' field. Remove the example with zero threads,
3614 since current GDB won't ever report that if there's inferior.
3615
41447f92
VP
36162009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3617
3618 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3619 option to -break-insert.
3620
098b41a6
JG
36212009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3622 Jerome Guitton <guitton@adacore.com>
3623
3624 * gdb.texinfo (Startup): Document --with-system-gdbinit.
3625 (System-wide configuration): New section.
3626
3c16cced
PA
36272009-01-26 Pedro Alves <pedro@codesourcery.com>
3628
3629 PR gdb/7580:
3630 * gdb.texinfo (Maintenance Commands): Document "maint set|show
3631 internal-error|internal-warning quit|corefile ask|yes|no".
3632
62709adf
PA
36332009-01-26 Pedro Alves <pedro@codesourcery.com>
3634
3635 * gdb.texinfo (Using the `gdbserver' Program): Document
3636 --remote-debug.
3637
7ce58dd2
DE
36382009-01-23 Doug Evans <dje@google.com>
3639
3640 * gdb.texinfo: Add nexti to list of commands that support
3641 background execution.
3642
adb483fe
DJ
36432009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3644
3645 * gdb.texinfo (Define, Hooks): Document prefix command support.
3646
a67ec3f4 36472009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 3648 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
3649
3650 Fixes for makeinfo --html.
3651
3652 * annotate.texinfo: Use @copying and @insertcopying. Use
3653 @ifnottex in place of @ifinfo.
3654 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
3655 place of @ifinfo. Use @ifnotinfo for one index entry.
3656 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
3657 in place of @ifinfo.
3658 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
3659 in place of @ifinfo. Include contents at start unconditionally.
3660
84fcdf95
PA
36612009-01-13 Pedro Alves <pedro@codesourcery.com>
3662
3663 * gdb.texinfo (General Query Packets): Remove @var{} around the
3664 "spu" literal string.
3665
fa3a767f
PA
36662009-01-07 Pedro Alves <pedro@codesourcery.com>
3667
3668 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
3669 program may be running in another process" errors.
3670 * gdbint.texinfo (Native Conditionals): Delete
3671 ONE_PROCESS_WRITETEXT description.
3672
9cb011d3
JB
36732009-01-07 Joel Brobecker <brobecker@adacore.com>
3674
3675 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
3676 emacs local variable to be placed at the end of the ChangeLog.
3677 Add server.c and gdbreplay.c to the list of files where the
3678 copyright year needs to be updated.
3679
84603566
SL
36802009-01-06 Sandra Loosemore <sandra@codesourcery.com>
3681
3682 * gdb.texinfo (Remote Configuration): Document new
3683 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
3684 commands.
3685
a53f55d8
PA
36862008-12-28 Pedro Alves <pedro@codesourcery.com>
3687
3688 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
3689 FETCH_INFERIOR_REGISTERS.
3690 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
3691 FETCH_INFERIOR_REGISTERS descriptions. Remove
3692 gdbarch_get_longjmp_target descrition, since already described in
3693 Target Conditionals. Move gdbarch_fp0_regnum description to ...
3694 (Target Conditionals): ... here.
3695
077e0a52
JB
36962008-12-16 Joel Brobecker <brobecker@adacore.com>
3697
3698 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
3699 examples.
3700 (Additions to Ada): Likewise. Add the missing opening and closing
3701 parenthesis of the GDB prompt in one of the examples.
3702
023eb17c
JB
37032008-12-14 Joel Brobecker <brobecker@adacore.com>
3704
3705 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
3706 about the result of 'Address not being of type System.Address.
3707 This problem has been fixed a while ago.
3708
c3b108f7
VP
37092008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3710
3711 MI non-stop and multiprocess docs.
3712
c8d5aac9
L
3713 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
3714 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
3715 Adjust documentation for *stopped, document =thread-created,
3716 =thread-exited, =thread-group-created and =thread-group-exited.
3717 (GDB/MI Thread Commands): Document the 'state' field in
3718 -thread-info output.
3719 (GDB/MI Program Execution): Mention --all and --thread-group
3720 options.
3721 (GDB/MI Variable Objects): Describe floating and fixed variable
3722 objects.
3723 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 3724
07e059b5
VP
37252008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3726
c8d5aac9
L
3727 * gdb.texinfo (Operating System Information): New appendix.
3728 (Operating System Auxiliary Information): Document 'info os processes'
3729 (Remote Configuration): Document 'osdata'
3730 (General Query Packets): Document qXfer:osdata:read.
07e059b5 3731
a80b95ba
TG
37322008-11-27 Tristan Gingold <gingold@adacore.com>
3733
3734 * gdb.texinfo (Darwin): Document Darwin specific features.
3735
a655d424
JK
37362008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3737
3738 * gdbint.texinfo (Target Conditionals): Extend the
3739 gdbarch_breakpoint_from_pc description.
3740
249e1128
VP
37412008-11-22 Vladimir Prus <vladimir@codesourcery.com>
3742
3743 * gdb.texinfo (M68K Features): Fix typo.
3744
c14c28ba
PP
37452008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3746
3747 * gdb.texinfo (Symbols): Mention printing containing
3748 image name in "info symbol".
3749 (Maint translate-address): Likewise.
889bf7c5 3750
394a6666
JB
37512008-11-18 Joel Brobecker <brobecker@adacore.com>
3752
3753 * gdb.texinfo (Set Catchpoints): Remove the documentation of
3754 commands "catch load" and "catch unload".
3755
66bb093b
VP
37562008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3757
3758 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 3759 =thread-selected.
889bf7c5 3760
4a92f99b
VP
37612008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3762
c8d5aac9 3763 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 3764
f0323ca0
PA
37652008-10-27 Pedro Alves <pedro@codesourcery.com>
3766
3767 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3768 .mt files, TM_CLIBS or TM_CDEPS.
3769 (x86 Watchpoints): Don't mention TDEPFILES.
3770
8b23ecc4
SL
37712008-10-24 Sandra Loosemore <sandra@codesourcery.com>
3772
3773 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3774 (Overview): Mention notifications and non-stop mode behavior.
3775 (Packets): Update documentation of ?, vAttach, vCont, and vRun
3776 with non-stop mode behavior. Add vStopped description.
3777 (Stop Reply Packets): Update list of packets that return
3778 stop replies. Mention non-stop behavior.
3779 (General Query Packets): Document QNonStop packet and associated
3780 qSupported query response.
3781 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
3782 behavior.
3783 (Notification Packets): New section.
3784 (Remote Non-Stop): New section.
3785 (File-I/O Overview): Mention non-stop behavior.
3786
fff08868
HZ
37872008-10-24 Hui Zhu <teawater@gmail.com>
3788 Pedro Alves <pedro@codesourcery.com>
3789
3790 * gdb.texinfo (displaced-stepping): Describe the auto mode
3791 setting, and say it's the default. This is now a mainstream
3792 setting instead of a maintenance setting.
3793
252fbfc8
PA
37942008-10-23 Pedro Alves <pedro@codesourcery.com>
3795
3796 * observer.texi (thread_stop_requested): New.
3797
20924a55
JB
37982008-10-22 Joel Brobecker <brobecker@adacore.com>
3799
3800 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3801 (Patching): Replace incorrect usage of @samp by @kbd.
3802
bacec72f
MS
38032008-10-17 Michael Snyder <msnyder@vmware.com>
3804
3805 * gdb.texinfo: Add documentation for reverse execution.
3806
a08702d6 38072008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 3808 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
3809
3810 * gdb.texinfo. (Values From Inferior): New subsubsection.
3811
d97bc12b
DE
38122008-10-06 Doug Evans <dje@google.com>
3813
3814 * gdb.texinfo (set debug dwarf2-die): Document it.
3815
87f67dba
JB
38162008-10-01 Joel Brobecker <brobecker@adacore.com>
3817
3818 * gdb.texinfo (catch) [exception]: Document how to insert
3819 a breakpoint on user-defined exceptions when the exception
3820 name is identical to one of the language-defined ones.
3821
2fae03e8
TT
38222008-09-27 Tom Tromey <tromey@redhat.com>
3823
3824 * gdb.texinfo (Macros): Remove text about stringification,
3825 varargs, and splicing.
3826
5c6ce71d
TT
38272008-09-27 Tom Tromey <tromey@redhat.com>
3828
3829 * gdbint.texinfo (Language Support): Remove text about omitting
3830 support for a language.
3831
07128da0
DE
38322008-09-23 Doug Evans <dje@google.com>
3833
3834 * gdb.texinfo (info dcache): Update.
3835
b90a069a
SL
38362008-09-22 Sandra Loosemore <sandra@codesourcery.com>
3837
3838 * gdb.texinfo (Packets): Add info on thread-id syntax and
3839 multiprocess extensions.
3840 <D>: Document multiprocess form of packet.
3841 <H>: Use thread-id syntax.
3842 <T>: Likewise.
3843 <vCont>: Likewise. Note this is required for multiprocess.
3844 <vKill>: New packet.
3845 (Stop Reply Packets) <T>: Use thread-id syntax.
3846 <W>: Document multiprocess form of reply.
3847 <X>: Likewise.
3848 (General Query Packets) <qC>: Use thread-id syntax.
3849 <qfThreadInfo>: Likewise.
3850 <qGetTLSAddr>: Likewise.
3851 <qP>: Likewise.
3852 <qSupported>: Add "multiprocess" feature.
3853 <qThreadExtraInfo>: Use thread-id syntax.
3854
b77209e0
PA
38552008-09-22 Stan Shebs <stan@codesourcery.com>
3856
3857 * gdb.texinfo (Inferiors): New section.
3858
3d0bb823
PA
38592008-09-12 Pedro Alves <pedro@codesourcery.com>
3860
3861 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3862
f8dcfc0a
UW
38632008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
3864
3865 * gdbint.texinfo (Target Conditionals): Remove documentation
3866 for gdbarch_name_of_malloc.
3867
8775bb90
MS
38682008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
3869
3870 * gdb.texinfo (Interrupts): Mention TCP interface for
3871 sending BREAK.
3872
f1838a98
UW
38732008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3874
3875 * gdb.texinfo (Commands to Specify Files): Document "remote:"
3876 argument prefix to "set sysroot".
3877
158c7665
PH
38782008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
3879
3880 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
3881 and False.
3882
30e026bb
VP
38832008-08-20 Vladimir Prus <vladimir@codesourcery.com>
3884
c8d5aac9
L
3885 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
3886 for possible features of -list-features.
30e026bb 3887
c6ebd6cf
VP
38882008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3889
c8d5aac9 3890 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
3891 (GDB/MI Miscellaneous Commands): Document -list-target-features.
3892
aeac0ff9
VP
38932008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3894
3895 * doc/gdb.texinfo (PowerPC): Fix typo.
3896 (PowerPC features): Fix typo.
3897
5231c1fd
PA
38982008-08-18 Pedro Alves <pedro@codesourcery.com>
3899
3900 * observer.texi (thread_ptid_changed): New.
3901
677c5bb1
LM
39022008-08-18 Luis Machado <luisgpm@br.ibm.com>
3903
3904 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
3905 (PowerPC features): Mention feature set for VSX registers.
3906
f3a2dd1a
JB
39072008-08-13 Joel Brobecker <brobecker@adacore.com>
3908
3909 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
3910 the direct visibility of all names in user-written packages.
3911
33e5cbd6
PA
39122008-08-13 Pedro Alves <pedro@codesourcery.com>
3913
3914 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
3915 setting, and make it the default.
3916 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
3917 non-stop script example.
3918
d0384fc4
TJB
39192008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
3920
3921 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
3922 reference to the "Using Different Register and Memory Data
3923 Representation" section.
3924
a6f3e723
SL
39252008-08-12 Sandra Loosemore <sandra@codesourcery.com>
3926
3927 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
3928 (Remote Protocol): Add Packet Acknowledgment to menu.
3929 (Overview): Mention +/- can be disabled, and point to new section
3930 where this is discussed in detail.
3931 (General Query Packets): Document QStartNoAckMode packet, and
3932 corresponding qSupported reply.
3933 (Packet Acknowledgment): New section.
3934
0606b73b
SL
39352008-08-11 Sandra Loosemore <sandra@codesourcery.com>
3936 Pedro Alves <pedro@codesourcery.com>
3937
3938 * gdb.texinfo (Threads): Move paragraph about automatic thread
3939 selection to All-Stop Mode subsection.
3940 (Thread Stops): Reorganize existing material into subsections.
3941 Add introductory blurb and menu.
3942 (Non-Stop Mode): New subsection.
3943 (Background Execution): New subsection.
3944 (Maintenance Commands): Add cross-references from async mode
3945 commands to the new Background Execution section.
3946
d57a3c85
TJB
39472008-08-06 Tom Tromey <tromey@redhat.com>
3948
3949 * gdb.texinfo (Extending GDB): New chapter.
3950 (Sequences): Demoted chapter, now a section under the new
3951 Extending GDB chapter.
3952 (Python): New section.
3953
6d76a53d
SS
39542008-07-31 Stan Shebs <stan@codesourcery.com>
3955
3956 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
3957
1f70da6a
SS
39582008-07-29 Stan Shebs <stan@codesourcery.com>
3959
3960 * gdbint.texinfo: General round of cleanup and minor
3961 clarifications.
3962 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
3963 (Longjmp Support): Update description to reflect how it is done
3964 for targets without using native header.
3965 (Symbol Handling): Add a little more general explanation.
3966 (COFF, ELF): Mention stabs encapsulation.
3967 (DWARF 3): New section.
3968 (Adding a New Host): Scrub out some obsolete bits.
3969 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
3970 (Host Conditionals): Remove descriptions of NO_STD_REGS,
3971 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
3972 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
3973 SEEK_SET, STOP_SIGNAL, USG.
3974 (Raw and Virtual Register Representations): Ditto for
3975 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
3976 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
3977 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
3978 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
3979 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
3980 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
3981 DEPRECATED_REGISTER_VIRTUAL_SIZE,
3982 DEPRECATED_REGISTER_VIRTUAL_TYPE,
3983 DEPRECATED_USE_STRUCT_CONVENTION.
3984 Describe gdbarch_deprecated_fp_regnum.
3985 Update description of gdbarch_print_insn.
3986 (Adding a New Target): Scrub out obsolete bits.
3987 (Obsolete Conditionals): Remove entire section.
3988
383f836e
TT
39892008-07-25 Tom Tromey <tromey@redhat.com>
3990
3991 * observer.texi (GDB Observers): Document new observers:
3992 breakpoint_created, breakpoint_deleted, breakpoint_modified,
3993 tracepoint_created, tracepoint_deleted, tracepoint_modified,
3994 architecture_changed.
3995
cfd8ab24
SS
39962008-07-21 Stan Shebs <stan@codesourcery.com>
3997
3998 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
3999 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
4000
781b42b0
TT
40012008-07-21 Tom Tromey <tromey@redhat.com>
4002
4003 * observer.texi (GDB Observers): Remove obsolete comment.
4004 <executable_changed>: Remove argument.
4005
d7d9f01e
TT
40062008-07-18 Tom Tromey <tromey@redhat.com>
4007
4008 * gdb.texinfo (Macros): Update. Use @code rather than @command.
4009
bf250677
DE
40102008-07-10 Doug Evans <dje@google.com>
4011
4012 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
4013
10568435
JK
40142008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4015
4016 * gdb.texinfo (Starting): Document "set disable-randomization".
4017
5ae4183a
AS
40182008-07-07 Andreas Schwab <schwab@suse.de>
4019
4020 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
4021
b56e7235
VP
40222008-07-06 Vladimir Prus <vladimir@codesourcery.com>
4023
4024 * gdb.texinfo (GDB/MI Target Manipulation): Add
4025 example of -target-attach.
4026
e1ac3328
VP
40272008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4028
4029 * observer.texi (target_resumed): New observer.
5ae4183a 4030 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 4031
65d12d83
TT
40322008-06-06 Tom Tromey <tromey@redhat.com>
4033
4034 * gdb.texinfo (Completion): Add field name example.
4035
fbc5282e
MK
40362008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
4037
4038 * gdb.texinfo (GDB/MI Program Context): Added example
4039 to -exec-arguments
5ae4183a 4040
fbc5282e 40412008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
4042
4043 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
4044 annotation.
4045
c16158bc 40462008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
4047 Nathan Sidwell <nathan@codesourcery.com>
4048 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
4049
4050 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
4051 and ACX_BUGURL.
4052 * configure: Regenerate.
4053 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
4054 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
4055 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
4056 mailing-list-specific text about bug reporting unless
4057 BUGURL_DEFAULT.
4058
75c99385
PA
40592008-06-05 Pedro Alves <pedro@codesourcery.com>
4060
4061 * gdb.texinfo (-target-select): Remove reference to target async.
4062 (Maintenance Commands): Document "maint set/show remote-async".
4063
1763a388
MK
40642008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
4065
4066 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
4067 in -target-file-get section.
5ae4183a 4068
d0d064df
PA
40692008-05-22 Pedro Alves <pedro@codesourcery.com>
4070
9b562ab8
PA
4071 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
4072 killing the inferior when it is already debugging a process.
d0d064df 4073
8dfa32fc
JB
40742008-05-21 Joel Brobecker <brobecker@adacore.com>
4075
4076 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
4077 abbreviation for "finish".
4078
55f996a7
NR
40792008-05-21 Nick Roberts <nickrob@snap.net.nz>
4080
4081 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
4082
ba2b1c56
DJ
40832008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4084
4085 * gdbint.texinfo (Target Conditionals): Delete entry for
4086 gdbarch_dwarf_reg_to_regnum.
4087
08388c79
DE
40882008-05-09 Doug Evans <dje@google.com>
4089
a3c83fae 4090 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 4091
d14508fe
DE
40922008-05-05 Doug Evans <dje@google.com>
4093
4094 * gdb.texinfo (disassemble): Document /m modifier.
4095
e2b7ddea
VP
40962008-05-05 Vladimir Prus <vladimir@codesourcery.com>
4097
5ae4183a
AS
4098 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
4099 will not report the time of commands that run the target.
e2b7ddea 4100
8eb41542
VP
41012008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4102
4103 * gdb.texinfo (GDB/MI Output Records): Add
4104 missing semicolon.
4105
82f68b1c
VP
41062008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4107
4108 * gdb.texinfo (GDB/MI Output Records):
4109 Document =thread-create and =thread-exited.
4110
fa0f268d
VP
41112008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4112
4113 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 4114 Remove mention of dmi-discuss.
fa0f268d 4115
063bfe2e
VP
41162008-05-03 Pedro Alves <pedro@codesourcery.com>
4117
4118 * observer.texi (thread_exit): New.
4119
237fc4c9
PA
41202008-05-02 Pedro Alves <pedro@codesourcery.com>
4121
4122 * gdb.texinfo (Debugging Output): Document "set/show debug
4123 displaced".
4124 (Maintenance Commands): Document "maint set/show
4125 can-use-displaced-stepping".
4126
0428b8f5
DJ
41272008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4128
4129 * gdb.texinfo (ARM): Document set/show arm fallback-mode
4130 and set/show arm force-mode.
4131
5009afc5
AS
41322008-05-02 Andreas Schwab <schwab@suse.de>
4133
4134 * gdbint.texinfo (Algorithms): Describe
4135 target_watchpoint_addr_within_range.
4136
669fac23
DJ
41372008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4138
4139 * gdbint.texinfo (Stack Frames): New chapter.
4140 (Algorithms): Move Frames text to the new chapter.
4141 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
4142 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
4143
721c02de
VP
41442008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4145
5ae4183a
AS
4146 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4147 output does not necessary include any tokens.
721c02de 4148
c055b101
CV
41492008-04-22 Corinna Vinschen <vinschen@redhat.com>
4150
4151 * gdb.texinfo (Set SH Calling convention): New @item.
4152 (Show SH Calling convention): Ditto.
4153
68837c9d
MD
41542008-04-22 Markus Deuling <deuling@de.ibm.com>
4155
4156 * gdb.texinfo (Fortran Operators): Describe '%' operator.
4157
2e9132cc
EZ
41582008-04-20 Eli Zaretskii <eliz@gnu.org>
4159
4160 * gdb.texinfo (Set Breaks): Mention that multiple location
4161 breakpoints need line number info. Add index entries.
4162
31fffb02
CS
41632008-04-19 Craig Silverstein <csilvers@google.com>
4164
4165 * gdb.texinfo (Requirements): Add an optional requirement on
4166 zlib.
4167 * gdbint.texinfo (Debugging File Formats): Add new subsection for
4168 Compressed DWARF 2.
4169
a47ec5fe
AR
41702008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
4171
4172 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
4173 sample output for 'stopped,reason="breakpoint-hit"' message.
4174 (GDB/MI Program Execution): Likewise.
4175
de051565
MK
41762008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4177
5ae4183a 4178 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
4179 -var-set-format. Add -f option to -var-evaluate-expression.
4180
6ba66d6a
JB
41812008-04-03 Joel Brobecker <brobecker@adacore.com>
4182
4183 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
4184 new node "Ambiguous Expressions". Replace references to this
4185 node by references to "Ambiguous Expressions" throughout.
4186 (Ambiguous Expressions): New node.
4187
1e26b4f8
DJ
41882008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
4189
4190 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
4191
b84876c2
PA
41922008-03-21 Pedro Alves <pedro@codesourcery.com>
4193
4194 * gdb.texinfo (Debugging Output): Document
4195 "set/show debug lin-lwp-async".
4196 (Maintenance Commands): Document "maint set/show linux-async".
4197
63092375
DJ
41982008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4199
4200 * gdb.texinfo (Expressions): Update description of malloced arrays.
4201
8e8901c5
VP
42022008-03-15 Vladimir Prus <vladimir@codesourcery.com>
4203
4204 * gdb.texinfo (Thread Commands): Document
4205 -thread-info. Remove -thread-list-all-threads.
4206
1fddbabb
PA
42072008-03-14 Pedro Alves <pedro@codesourcery.com>
4208 Sandra Loosemore <sandra@codesourcery.com>
4209
4210 * gdb.texinfo (Library List Format): Update to mention the
4211 possibility to pass section addresses instead of segment
4212 addresses.
4213
ccd213ac
DJ
42142008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4215
4216 * gdb.texinfo (Starting): Document "set exec-wrapper".
4217 (Server): Document gdbserver --wrapper.
4218
fa4727a6
DJ
42192008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4220
4221 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4222 unreadable memory. Delete obsolete SPARClite reference.
4223
8edfe269
DJ
42242008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4225
4226 * gdb.texinfo (Starting): Mention always-running targets.
4227 (Target Commands): Add an anchor for load.
4228 (Connecting): Explain continue instead of run.
4229
1843f87b
DJ
42302008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4231
4232 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4233
f9082629
NR
42342008-02-26 Nick Roberts <nickrob@snap.net.nz>
4235
4236 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4237 breakpoint table.
4238
fd96d250
PA
42392008-02-19 Pedro Alves <pedro@codesourcery.com>
4240
4241 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4242 killing the inferior when it is already debugging a process.
4243
36af4ef6
MD
42442008-02-13 Markus Deuling <deuling@de.ibm.com>
4245
4246 * gdbint.texinfo (Build Script): New section. Mention new build script
4247 gdb_buildall.sh.
4248
cda4ce5a
JB
42492008-02-01 Jim Blandy <jimb@red-bean.com>
4250
4251 * gdb.texinfo (Help): Summarize 'info args' correctly.
4252
4acd40f3
TJB
42532008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4254
4255 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4256 available in PowerPC architecture.
4257 (Embedded Processors): Change node name of PowerPC item in menu.
4258 (PowerPC): Rename to...
4259 (PowerPC Embedded): this.
4260 (Architectures): Add new PowerPC item in menu.
4261 (PowerPC): New node.
4262
6e6c6f50
DJ
42632008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4264
4265 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4266 commands.
4267
5ee187d7
DJ
42682008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4269
4270 * gdb.texinfo (Setting Catchpoints): Mention features
4271 supported on GNU/Linux.
4272
e275c0d9
NR
42732008-01-30 Nick Roberts <nickrob@snap.net.nz>
4274
4275 * gdb.texinfo (GDB/MI File Commands): Describe new output
4276 field for MI command -file-list-exec-source-file.
4277
2d717e4f
DJ
42782008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4279
4280 * gdb.texinfo (Using the `gdbserver' Program): Add security
4281 warning. Rearrange into subsections and subsubsections. Document
4282 --multi and --debug. Correct --with-sysroot typo. Update --attach
4283 usage. Make load reference clearer. Document monitor exit.
4284 (Remote Configuration): Document set remote exec-file, attach-packet,
4285 and run-packet.
4286 (Packets): Document vAttach and vRun.
4287
d35a4257 42882008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
4289
4290 * gdb.texinfo (Processes): Mention process command.
889bf7c5 4291 detach-on-follow -> detach-on-fork.
f663676d 4292
c78d192c
DJ
42932008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4294
4295 * gdbint.texinfo (Native Conditionals): Remove
4296 SHELL_COMMAND_CONCAT and SHELL_FILE.
4297
d35a4257
EZ
42982008-01-26 Eli Zaretskii <eliz@gnu.org>
4299
4300 * gdb.texinfo (Specify Location): Improve wording.
4301
93815fbf
VP
43022008-01-23 Chris Demetriou <cgd@google.com>
4303
4304 * gdb.texinfo (Threads): Document new "set print thread-events"
4305 and "show print thread-events" commands.
4306
2a25a5ba
EZ
43072008-01-19 Eli Zaretskii <eliz@gnu.org>
4308
4309 * gdb.texinfo (Specify Location): New section.
4310 (Delete Breaks, Edit, Set Breaks): Remove description of
4311 locations. Instead, add a reference to "Specify Location".
4312 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
4313 (Symbols): Refer to "Specify Location" for the valid forms of
4314 linespecs and locations.
4315
32c9a795
MD
43162008-01-18 Markus Deuling <deuling@de.ibm.com>
4317
4318 * gdbint.texinfo (Target Conditionals): Replace the description of
4319 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
4320
b17828ca
JB
43212008-01-12 Paul Hilfinger <hilfinger@adacore.com>
4322
4323 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4324 about &&var, which is rejected by the expression parser.
4325
0aea4bf3
LM
43262008-01-09 Luis Machado <luisgpm@br.ibm.com>
4327
4328 * gdb.texinfo (Output): Update documentation on using printf with DFP
4329 types.
4330
febe4383
TJB
43312008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4332
4333 * gdb.texinfo (C and C++): Add Decimal Floating Point format
4334 subsubsection.
4335 (Decimal Floating Point format): New subsubsection.
4336
7a404eba
PA
43372008-01-05 Pedro Alves <pedro@codesourcery.com>
4338
4339 * gdb.texinfo (File Options): Remove mention of the attempt to
4340 open a core file with the -p option. Don't list -c as a valid
4341 option to attach to a process.
4342
a4d9b460
PA
43432008-01-05 Pedro Alves <pedro@codesourcery.com>
4344
4345 * gdbint.texinfo (Host Conditionals): Remove mention of
4346 ALIGN_STACK_ON_ENTRY.
4347
6ec2edbe
JB
43482008-01-05 Joel Brobecker <brobecker@adacore.com>
4349
4350 * gdbint.texinfo (Start of New Year Procedure): Add item
4351 describing how to update the source and documentation copyright
4352 notices.
4353
d8b2a693
JB
43542007-12-18 Jim Blandy <jimb@codesourcery.com>
4355
ab209b3a 4356 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
4357 watchpoint explanation into the main description of the watchpoint
4358 command; update synopses of 'watch', 'rwatch', and 'awatch'
4359 commands.
4360
8b4ed427
VP
43612007-12-18 Vladimir Prus <vladimir@codesourcery.com>
4362
4363 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4364 Document 'pending-breakpoints' feature of
4365 -list-features.
4366
37e4754d
LM
43672007-12-17 Luis Machado <luisgpm@br.ibm.com>
4368
669fac23 4369 * gdb.texinfo: Add new parameter's description.
37e4754d 4370
1d3811f6
DJ
43712007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4372
4373 * gdb.texinfo (Overview): Clarify run-length encoding
4374 example. Remove the restriction on "+" and "-" characters.
4375
c1c25a1a
EZ
43762007-12-15 Eli Zaretskii <eliz@gnu.org>
4377
4378 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4379
afe8ab22 43802007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4381
afe8ab22
VP
4382 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4383 the -f option for -break-insert, remove -r option,
4384 and clarify specification of location.
4385
a6b151f1
DJ
43862007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4387
4388 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4389 formatting.
4390 (Remote Debugging): Add File Transfer section.
4391 (Remote Configuration): Document Host I/O packets.
4392 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 4393 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
4394 (Packets): Add vFile.
4395
3b784c4f
EZ
43962007-11-17 Eli Zaretskii <eliz@gnu.org>
4397
4398 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4399 breakpoints with multiple locations.
4400 (Breakpoint Menus): Improve wording.
4401 (Output): Fix last change.
4402
a4ce5b0d
UW
44032007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
4404
4405 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4406
1b39d5c0
DE
44072007-11-15 Doug Evans <dje@google.com>
4408
4409 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4410
7a72d44c
VP
44112007-11-15 Vladimir Prus <vladimir@codesourcery.com>
4412
4413 * gdbint.texinfo (Native Conditionals): Remove
4414 mention of CLEAR_SOLIB.
5ae4183a 4415
6d1829bf 44162007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
4417
4418 * gdb.texinfo (Print Settings): Add documentation for "set/show
4419 print frame-arguments".
4420
1a619819
LM
44212007-11-05 Luis Machado <luisgpm@br.ibm.com>
4422
3b784c4f 4423 * gdb.texinfo (Output): Update printf command's description.
1a619819 4424
55eddb0f
DJ
44252007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4426
4427 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4428 powerpc soft-float".
4429
9cceb671
DJ
44302007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4431
4432 * gdb.texinfo (Files): Correct formatting. Mention Expat
4433 requirement.
4434 (Requirements for Building GDB): Expand the list of Expat
4435 uses.
4436 (Library List Format, Memory Map Format): Mention Expat.
4437 (Target Descriptions): Update Expat wording.
4438
83acabca
DJ
44392007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4440
4441 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4442 Document that gdbarch_convert_register_p should return zero for no-op
4443 conversions.
4444
e35879db
UW
44452007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
4446
83acabca 4447 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
4448 of set_gdbarch_sofun_address_maybe_missing back to ...
4449 (Target Conditionals): ... here to fix build break.
4450
203c3895
UW
44512007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4452
83acabca 4453 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
4454 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4455 (Compiler Characteristics): ... documentation of
4456 set_gdbarch_sofun_address_maybe_missing.
4457
11411de3
DJ
44582007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4459
4460 * gdbint.texinfo (Target Conditionals): Use
4461 frame_unwind_register_unsigned in examples instead of
4462 frame_unwind_unsigned_register.
4463
7cc46491
DJ
44642007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4465
4466 * gdb.texinfo (Predefined Target Types): Add int128
4467 and uint128.
4468 (Standard Target Features): Add PowerPC features.
4469
81adfced
DJ
44702007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4471
4472 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4473
c1874924
UW
44742007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4475
4476 * gdbint.texi (Target Conditionals): Remove documentation
4477 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4478 gdbarch_extract_return_value, and gdbarch_store_return_value.
4479
f6e56ab3
UW
44802007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4481
4482 * gdbint.texi (Target Conditionals): Remove documentation of
4483 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4484
56cf5405
KH
44852007-10-11 Kazu Hirata <kazu@codesourcery.com>
4486
4487 * gdb.texinfo: Mention that inaccessible-by-default is on by
4488 default.
4489
35156bae
DJ
44902007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4491
4492 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4493
d983da9c
DJ
44942007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4495
4496 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4497 multi-threaded watchpoints.
4498 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4499 checked. Describe sticky notification. Expand description
4500 of steppable and continuable watchpoints.
4501 (Watchpoints and Threads): New subsection.
4502
fe6fbf8b
VP
45032007-09-28 Vladimir Prus <vladimir@codesourcery.com>
4504
4505 * gdb.texinfo (Setting Breakpoints): Revise
4506 documentation for pending breakpoints. Document
4507 breakpoints with multiple locations.
5ae4183a 4508
084344da
VP
45092007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4510
4511 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4512 Document -list-features.
5ae4183a 4513
82160952
EZ
45142007-09-15 Eli Zaretskii <eliz@gnu.org>
4515
4516 * gdb.texinfo (Output): Spell out which features of C's printf are
4517 not supported by GDB's printf.
7e27a47a
EZ
4518 (Separate Debug Files): More accurate wording regarding build ID
4519 and a reference to the ld manual rather than the Fedora wiki.
82160952 4520
ea37ba09
DJ
45212007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4522 Jim Blandy <jimb@codesourcery.com>
4523
4524 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
4525 (Examining Memory): Update mentions of the 's' format.
4526 (Automatic Display): Likewise.
4527
b8533aec
DJ
45282007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
4529
4530 * gdb.texinfo: Update the FSF's Back-Cover Text.
4531
83f83d7f
JK
45322007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4533 Eli Zaretskii <eliz@gnu.org>
4534
4535 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4536 Fixed the ``build ID'' name. New binaries build instructions for the
4537 build ID inclusion. Explain how the commands are specific to the build
4538 ID vs. debug link.
4539
c7e83d54
EZ
45402007-09-01 Eli Zaretskii <eliz@gnu.org>
4541
4542 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4543 indexing for ``build ID'' support.
4544
d3750b24
JK
45452007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4546
4547 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4548 Enlisted BUILD ID to the debug file searching example.
4549 Included a BUILD ID `.note.gnu.build-id' section description.
4550 Updated/added the debug files splitting instructions for OBJCOPY.
4551
02142340
VP
45522007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4553
4554 * gdb.texinfo (Variable Objects): Adjust docs
4555 for -var-info-expression and document
4556 -var-info-path-expression.
4557
d3bdde98
JB
45582007-08-20 Jim Blandy <jimb@codesourcery.com>
4559
3fb6a982
JB
4560 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4561 (title page): Include the dedication in the printed manual, as a
4562 separate page after the copyright notice.
5ae4183a 4563
d3bdde98
JB
4564 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4565 don't break a @var across a line.
4566
c80a96a8
MR
45672007-07-25 Maciej W. Rozycki <macro@mips.com>
4568
4569 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4570 for include files.
4571
5824a901
NR
45722007-07-12 Nick Roberts <nickrob@snap.net.nz>
4573
4574 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
4575 in annotate.texinfo.
4576 (Command History): Link to new node.
5824a901 4577
d52e7ea3
UW
45782007-07-05 Markus Deuling <deuling@de.ibm.com>
4579
4580 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4581
5fc14d0a
EZ
45822007-07-05 Eli Zaretskii <eliz@gnu.org>
4583
4584 * gdbint.texinfo (Target Conditionals): Fix last change.
4585
4a9bb1df
UW
45862007-07-03 Markus Deuling <deuling@de.ibm.com>
4587
4588 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4589 routines:
4590 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4591 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4592 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4593 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4594 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4595 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4596 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4597 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4598 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4599 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4600 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4601 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4602 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4603 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4604 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4605 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4606 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4607 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4608 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4609 (SOFTWARE_SINGLE_STEP_P)
4610
4611 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4612 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4613
4614 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4615 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4616 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4617 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4618 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4619 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4620 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4621 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4622 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4623 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4624
4625 (Converting an existing Target Architecture to Multi-arch): Remove
4626 section.
4627
4628 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4629 (gdbarch_addr_bits_remove): Add code example.
4630
4631 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4632
cfa9d6d9
DJ
46332007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4634
4635 * gdb.texinfo (Remote Configuration): Document library-info-packet.
4636 Add other missing entries. Adjust the table size to fit.
4637 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
4638 stop reasons including the new "library" event.
4639 (General Query Packets): Adjust table widths for qSupported. Mention
4640 qXfer:libraries:read reply to qSupported and document the new packet.
4641 (Library List Format): New section.
4642
159fcc13
JK
46432007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4644
4645 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4646
f66d1690
MS
46472007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
4648
4649 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4650
67102876
NR
46512007-06-25 Nick Roberts <nickrob@snap.net.nz>
4652
4653 * gdbint.texinfo (Register and Memory Data): Break sections
4654 into nodes and add a menu.
4655
a4642986
MR
46562007-06-21 Maciej W. Rozycki <macro@mips.com>
4657
4658 * gdb.texinfo (Examining Memory): Document the new behaviour.
4659
e9c17194
VP
46602007-06-21 Vladimir Prus <vladimir@codesourcery.com>
4661
4662 * gdb.texinfo (Standard Target Features): Document
4663 m68k features.
4664
31d99776
DJ
46652007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4666
4667 * gdb.texinfo (General Query Packets): Document qOffsets changes.
4668
1780a0ed
DJ
46692007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4670
4671 * gdb.texinfo (Target Description Format): Add version attribute
4672 for <target>.
4673
822b6570
DJ
46742007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4675
4676 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
4677
f8b73d13
DJ
46782007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4679
4680 * gdb.texinfo (MIPS Features): New subsection.
4681
0e7f50da
UW
46822007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4683 Markus Deuling <deuling@de.ibm.com>
4684
4685 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
4686 and qXfer:spu:write packets and mention them under qSupported.
4687
23d964e7
UW
46882007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4689 Markus Deuling <deuling@de.ibm.com>
4690
4691 * gdb.texinfo (Architectures): Add new SPU section to document
4692 Cell Broadband Engine SPU architecture specific commands.
4693
9f708cb2
VP
46942007-06-09 Vladimir Prus <vladimir@codesourcery.com>
4695
4696 * gdb.texinfo (GDB/MI Variable Objects): Editorial
4697 comments.
4698
7579b5f8
NR
46992007-06-07 Nick Roberts <nickrob@snap.net.nz>
4700
4701 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
4702
bf06d120
JB
47032007-05-29 Jim Blandy <jimb@codesourcery.com>
4704
4705 * gdb.texinfo (Overview): Doc fix.
4706
23776285
MR
47072007-05-22 Maciej W. Rozycki <macro@mips.com>
4708
4709 * gdb.texinfo (Remote Configuration): Document "set/show
4710 remoteflow".
4711
1a69e1e4
DJ
47122007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4713
bf06d120
JB
4714 * gdb.texinfo (MIPS): Remove documentation for set mips
4715 saved-gpreg-size, show mips saved-gpreg-size, and set mips
4716 stack-arg-size.
1a69e1e4 4717
46ba6afa 47182007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4719
46ba6afa
BW
4720 * all-cfg.texi (GDBTUI): New.
4721 * gdb.texinfo (Mode Options): Use GDBTUI variable.
4722 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
4723 (TUI Configuration): Edit to improve clarity and fix problems of
4724 both style and content.
5ae4183a 4725
06d3b283
UW
47262007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4727
4728 * observer.texi (GDB Observers): New observer "new_objfile".
4729
179101d6
UW
47302007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4731
4732 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
4733
25d5ea92
VP
47342007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4735
4736 * gdb.texinfo (GDB/MI Variable Objects): Document
4737 frozen variables objects.
5ae4183a 4738
ea35711c
DJ
47392007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4740
4741 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4742 (Character Sets, Caching Data of Remote Targets): Likewise.
4743 (Targets): Delete Remote node. Move its text...
4744 (Debugging Remote Programs): ...to here. Delete description
4745 of the "remote" command.
4746 (Remote configuration): Delete description of "set remotedevice"
4747 and "show remotedevice".
4748 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4749
db2e3e2e
BW
47502007-04-11 Bob Wilson <bob.wilson@acm.org>
4751
5ae4183a
AS
4752 * gdb.texinfo (Contributors, Continuing and Stepping)
4753 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4754 (General Query Packets, File-I/O Remote Protocol Extension)
4755 (Protocol Basics, The F Reply Packet, Write)
4756 (Protocol-specific Representation of Datatypes, Memory Transfer):
4757 Fix hyphenation, punctuation and grammar problems.
4758 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
4759 'section' instead of 'subsection' in the text.
4760 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4761 (i386): Remove period from section name.
db2e3e2e
BW
4762 (Installing GDB, Requirements, Running Configure, Separate Objdir)
4763 (Config Names, Configure Options): Use @file{configure}.
4764
8a3dae3e
DJ
47652007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
4766
4767 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4768 and tab expansion.
4769
1a92f856
DJ
47702007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4771
4772 * gdbint.texinfo (SOM): Correct location of the SOM reader.
4773
79a6e687 47742007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4775
79a6e687
BW
4776 * gdb.texinfo: Consistently capitalize all significant words in
4777 node names, chapter titles, section titles, and headings. Update
4778 cross references to match.
4779 (Starting and Stopping Trace Experiment): Make node name plural.
4780 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 4781
ad527d2e
PA
47822007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4783
4784 * gdb.texinfo (WinCE): Delete obsolete subsection.
4785
7ce59000
DJ
47862007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4787
4788 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4789 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4790 references.
4791
8807d78b
DJ
47922007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4793
4794 * gdb.texinfo (Startup): Delete references to some alternate
4795 names for .gdbinit.
4796 (Thread): Remove LynxOS reference.
4797 (Tandem ST2000): Delete target-specific documentation.
4798 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4799 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4800 and GDB_OSABI_LYNXOS.
4801
5f402660
UW
48022007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4803
4804 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4805
bac718a6
UW
48062007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4807
4808 * gdbint.texinfo (Target Conditionals): Remove mention of
4809 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4810 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4811
9453113a
DJ
48122007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4813
4814 * Makefile.in: Add "pdfdir" installation
4815 directory, PDFTEX macro, support for "install-pdf" target,
4816 and rules for making a pdf version of refcard.texi.
4817 * refcard.tex: Specify paper size for PDF output.
4818
ae21e955 48192007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4820
ae21e955 4821 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 4822
3f94c067 48232007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4824
3f94c067
BW
4825 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4826 (Source Path, Character Sets, Macros, Define)
4827 (GDB/MI Result Records, GDB/MI Simple Examples)
4828 (GDB/MI Program Execution, GDB/MI File Commands)
4829 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4830 (Bug Reporting): Use @value{GCC}.
5ae4183a 4831
12c27660 48322007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 4833
12c27660
BW
4834 * gdb.texinfo (Help): Fix formatting of examples.
4835 (Variables): Use @ifnotinfo instead of @iftex.
4836 (Non-debug DLL symbols): Use @ref instead of @pxref.
4837 (Sparclet File): Use @samp instead of quotes.
5ae4183a 4838
ce9341a1
BW
48392007-03-26 Bob Wilson <bob.wilson@acm.org>
4840
4841 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4842
c8f4133a
BW
48432007-03-26 Bob Wilson <bob.wilson@acm.org>
4844
4845 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4846 the order of the nodes.
4847 (C Operators, C Constants, Debugging C): Remove extra menus.
4848 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 4849
c8f4133a 48502007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
4851
4852 * gdb.texinfo (File Options): Add missing parenthesis.
4853 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4854
c74d0ad8
DJ
48552007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4856
4857 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4858
ff6f572f
DJ
48592007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4860
669fac23 4861 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
4862 case insensitivity.
4863 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4864
994337c3
NR
48652007-02-18 Nick Roberts <nickrob@snap.net.nz>
4866
4867 * gdb.texinfo (Top): Put Appendix A after numbered sections.
4868 (Files): Add section name to argument list for pxref.
4869 (Non-debug DLL symbols): Don't use `see' for pxref.
4870 (Embedded Processors): Fix typo.
4871 (GDB/MI Breakpoint Commands): Execution commands generate
4872 *stopped not ^done.
4873
eb819d70
NR
48742007-02-13 Nick Roberts <nickrob@snap.net.nz>
4875
4876 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4877 values for in_scope. Mention that only root variables can be
4878 updated.
4879 (GDB/MI Development and Front Ends): Explain new values may be
4880 added to existing fields.
4881
123dc839
DJ
48822007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4883
4884 * gdb.texinfo (-target-disconnect): Use @smallexample.
4885 (Requirements): Add anchor for Expat. Update description.
4886 (Target Descriptions): Mention Expat.
4887 (Target Description Format): Document new elements. Use
4888 @smallexample.
4889 (Predefined Target Types, Standard Target Features): New sections.
669fac23 4890 * gdbint.texinfo (Target Descriptions): New section.
123dc839 4891
108546a0
DJ
48922007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4893
4894 * gdb.texinfo (Target Description Format): Add section on XInclude.
4895
95a98c01
NR
48962006-02-03 Nick Roberts <nickrob@snap.net.nz>
4897
4898 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
4899 command -enable-timings.
4900
f4b3909f
EZ
49012007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
4902
5ae4183a 4903 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
4904 descriptions for new/deleted elements in gdb_osabi. Add missing
4905 description for function generic_elf_osabi_sniff_abi_tag_sections.
4906
c7ba131e
JB
49072007-01-29 Joel Brobecker <brobecker@adacore.com>
4908
4909 * gdb.texinfo (Maintenance Commands): Add documentation for
4910 the new "maint print target-stack" command.
4911
3a60f64e
JK
49122007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4913 Eli Zaretskii <eliz@gnu.org>
4914
f4b3909f 4915 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 4916
c582f8b6
EZ
49172007-01-26 Eli Zaretskii <eliz@gnu.org>
4918
4919 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
4920 Use @value{NGCC} instead of @value{GCC}.
4921
d3e8051b
EZ
49222007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
4923
4924 * agentexpr.texi: Fix typos.
4925 * annotate.texinfo: Likewise.
4926 * gdb.texinfo: Likewise.
4927 * gdbint.texinfo: Likewise.
4928 * observer.texi: Likewise.
4929 * stabs.texinfo: Likewise.
4930
86f04699
EZ
49312007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
4932
4933 * gdbint.texinfo (Support Libraries): Remove mmalloc
4934 entry. Describe readline library.
4935
23181151
DJ
49362007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4937
4938 * gdb.texinfo (Target Descriptions): New section.
4939 (General Query Packets): Add QPassSignals anchor. Mention
4940 qXfer:features:read under qSupported. Expand mentions of
4941 qXfer:memory-map:read and QPassSignals. Document
4942 qXfer:features:read.
4943
f822c95b
DJ
49442007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4945
4946 * gdb.texinfo (Commands to specify files): Describe
4947 "set sysroot" and "show sysroot".
4948 (Using the `gdbserver' program): Lowercase argument
4949 to @var. Expand description of setting up GDB on the
4950 host.
4951
8936fcda
JB
49522007-01-05 Joel Brobecker <brobecker@adacore.com>
4953
4954 * gdb.texinfo (Set Catchpoints): Add documentation for the new
4955 catch exception, catch exception unhandled, and catch assert
4956 commands.
4957
e776119f
DJ
49582007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4959
4960 * gdb.texinfo (Debugging Output): Document "set debug xml"
4961 and "show debug xml".
4962
aa79a185
DJ
49632007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4964
4965 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
4966
7f893741
JB
49672007-01-01 Joel Brobecker <brobecker@adacore.com>
4968
4969 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
4970
a1b5960f
VP
49712006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4972
4973 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
4974 note in @ignore, to be removed later if nobody complains.
4975
9f470e6e
NR
49762006-12-04 Nick Roberts <nickrob@snap.net.nz>
4977
4978 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
4979 of -var-delete.
4980
765dc015 49812006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 4982
765dc015 4983 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
4984 automatic software/hardware breakpoint usage and
4985 the "set breakpoint auto-hw" command.
765dc015 4986
4b5752d0
VP
49872006-11-21 Vladimir Prus <vladimir@codesourcery.com>
4988
4989 * gdb.texinfo (Memory Access Checking): New.
4990
89be2091
DJ
49912006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
4992
4993 * gdb.texinfo (Remote configuration): Mention
4994 "pass-signals-packet".
4995 (General Query Packets): Document QPassSignals. Fix
4996 a typo.
4997
ca3bf3bd
DJ
49982006-11-14 Maxim Grigoriev <maxim@tensilica.com>
4999
5000 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
5001
427c3a89
DJ
50022006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5003
5004 * gdb.texinfo (Remote configuration): Rewrite documentation for
5005 packet configuration commands.
5006 (OS Information): Adjust reference to qXfer:auxv:read.
5007 (General Query Packets): Remove references to read-aux-vector-packet
5008 and set remote get-thread-local-storage-address.
5009
7a107747
DJ
50102006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5011
5012 * gdbint.texinfo (Target Architecture Definition): Add new
5013 Initializing a New Architecture section.
5014
1c56eb0e
EZ
50152006-10-31 David Taylor <dtaylor@emc.com>
5016
5017 * stabs.texinfo (Macro define and undefine): New node describing
5018 stabs for #define and #undef.
5019
f73adfeb
AS
50202006-10-27 Andreas Schwab <schwab@suse.de>
5021
5022 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
5023
fd60e0df
EZ
50242006-10-21 Eli Zaretskii <eliz@gnu.org>
5025
5026 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
5027 clarify on the possible meanings of ``expression'' watched by
5028 watchpoints. Add indexing.
e5ac9b53
EZ
5029 (Prompting, Errors, Invalidation, Annotations for Running)
5030 (Source Annotations): Fix index entries by adding "annotation" to
5031 them, to discriminate from index entries that point to the more
5032 general topic descriptions.
fd60e0df 5033
52bb452f
DJ
50342006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5035
5036 * gdbint.texinfo (Target Vector Definition): Move most
5037 content into Existing Targets. Add a menu.
5038 (Existing Targets): New section, moved from Target Vector
5039 Definition. Use @subsection.
5040 (Managing Execution State): New section.
5041
58955e58
BW
50422006-10-16 Bob Wilson <bob.wilson@acm.org>
5043
5044 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
5045
c8aa23ab
EZ
50462006-10-15 Eli Zaretskii <eliz@gnu.org>
5047
5048 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
5049 (Command Syntax, Signals, Backtrace, Connecting)
5050 (Remote configuration, Renesas Boards, Console I/O): Fix last
5051 change: use Ctrl- instead of C-, except wrt Emacs.
5052 (File-I/O Examples): Put Ctrl-c in @kbd.
5053 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
5054 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
5055 (Signals, Set Breaks, Set Watchpoints): Document optional
5056 arguments to `info signals' `handle', `info breakpoints', and
5057 `info watchpoints'.
c8aa23ab 5058
e7109c7e
EZ
50592006-10-14 Eli Zaretskii <eliz@gnu.org>
5060
5061 * gdb.texinfo (Backtrace): Fix last change.
5062
de3aea7b
NR
50632006-10-14 Nick Roberts <nickrob@snap.net.nz>
5064
5065 * gdb.texinfo (Backtrace): Order correctly and add other cases.
5066
7f9087cb
BW
50672006-10-10 Bob Wilson <bob.wilson@acm.org>
5068
c8aa23ab
EZ
5069 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
5070 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
5071 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 5072
68437a39
DJ
50732006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5074 Daniel Jacobowitz <dan@codesourcery.com>
5075
5076 * gdb.texinfo (Packets): Document vFlashErase,
5077 vFlashWrite and vFlashDone packets.
5078 (General Query Packets): Document qXfer:memory-map:read.
5079 Add a new feature for qXfer:memory-map:read.
5080 (Memory map format): New section.
5081 (Target Commands): Mention that gdb can write flash.
5082
fd79ecee
DJ
50832006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5084 Daniel Jacobowitz <dan@codesourcery.com>
5085
5086 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
5087 memory regions and "mem auto".
5088
350da6ee
DJ
50892006-09-21 Nathan Sidwell <nathan@codesourcery.com>
5090
5091 * gdbint.texinfo (Array Containers): New section.
5092
2f1acb09
VP
50932006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5094
5095 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5096 -stack-list-arguments HIGH_FRAME argument can be larger then the
5097 actual number of frames.
5098
2ab1eb7a
VP
50992006-09-07 Vladimir Prus <vladimir@codesourcery.com>
5100
5101 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
5102 -stack-list-locals HIGH_FRAME argument can be larger then the
5103 actual number of frames.
2ab1eb7a 5104
599b237a
BW
51052006-09-02 Bob Wilson <bob.wilson@acm.org>
5106
5107 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
5108 Register Packet Format, Tracepoint Packets): Fix spelling errors.
5109
25ab7e6d
EZ
51102006-09-02 Eli Zaretskii <eliz@gnu.org>
5111
5112 * gdbint.texinfo (Overall Structure): New section "Source Tree
5113 Structure".
5114
940178d3
JB
51152006-08-17 Jim Blandy <jimb@codesourcery.com>
5116
5117 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5118 responses.
5119
30daae6c
JB
51202006-08-08 Joel Brobecker <brobecker@adacore.com>
5121
5122 * gdb.texinfo (Source Path): Add documentation for new
5123 substitute-path commands.
5124
7fa2210b
DJ
51252006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5126
5127 * gdb.texinfo (Installing GDB): Update menu. Move text to...
5128 (Running Configure): ...here.
5129 (Requirements): New node. Mention expat.
5130
3d00d119
DJ
51312006-08-08 Vladimir Prus <vladimir@codesourcery.com>
5132
5ae4183a 5133 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
5134 'set download-write-size' and 'show download-write-size'.
5135
0cbfa4ee
DJ
51362006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
5137
5138 * stabs.texinfo (Member Type Descriptor): Correct example for
5139 pointer to member types.
5140
16026cd7
AS
51412006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5142
5143 * gdb.texinfo (Optional warnings and messages): Add
5144 'set/show trace-commands'.
5145 (Command files): Add '-v' to source command.
5146
0876f84a
DJ
51472006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5148
5149 * gdb.texinfo (OS Information): Update qPart reference to
5150 qXfer.
5151 (Remote configuration): Likewise.
5152 (Overview): Move @cindex to the start of a paragraph. Talk
5153 about binary data encoding.
5154 (Packets): Refer to the overview for the details of the X
5155 packet encoding.
5156 (General Query Packets): Remove qPart description. Add qXfer
5157 description. Add an anchor to qSupported. Correct feature
5158 table title. Add a new feature for qXfer:auxv:read.
5159 (Interrupts): Add a missing parenthesis.
5160
2ec3381a
DJ
51612006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
5162
669fac23 5163 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
5164 (GDB/MI Kod Commands): Remove commented out node.
5165
594fe323
EZ
51662006-07-01 Eli Zaretskii <eliz@gnu.org>
5167
5168 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
5169 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
5170 (GDB/MI Thread Commands, GDB/MI Program Execution)
5171 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
5172 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
5173 (GDB/MI File Commands, GDB/MI Target Manipulation)
5174 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
5175 since the MI prompt is hard-wired into the code.
5176
7e3fb70c
NR
51772006-07-01 Nick Roberts <nickrob@snap.net.nz>
5178
5179 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
5180 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
5181 (GDB/MI Data Manipulation): Remove description of unimplemented
5182 display related commands as variable objects perform this function
5183 and are superior: -display-delete, -display-disable,
5184 -display-enable, -display-insert and -display-list. Move
5185 -environment-cd, -environment-directory, -environment-path
5186 and -environment-pwd to "Program Context".
5187 (GDB/MI Program Control): Rename to "Program Execution". Move
5188 -exec-arguments -exec-abort to...
5189 (GDB/MI Program Context): ...here. New node split from "Data
5190 Manipulation".
5191
be2a5f71
DJ
51922006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5193
5194 * gdb.texinfo (Remote configuration): Document set / show
5195 remote supported-packets.
5196 (General Query Packets): Document qSupported packet.
5197
fc320d37
SL
51982006-06-10 Sandra Loosemore <sandra@codesourcery.com>
5199
5200 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
5201 and font markup.
5202 (Protocol basics): Likewise.
5203 (The F request packet): Likewise.
5204 (The F reply packet): Likewise.
5205 (Memory transfer): Move this node to be a subsubsection of
5206 "Protocol specific representation of datatypes".
5207 (The Ctrl-C message): More copy editing.
5208 (Console I/O): Likewise.
5209 (The isatty call): Delete this node, and merge its content into
5210 the "isatty" node. Fixed references elsewhere.
5211 (The system call): Delete this node, and merge its content into
5212 the "system" node. Fixed references elsewhere.
5213 (open): Reformat to use @table, and add appropriate font markup.
5214 (close): Likewise.
5215 (read): Likewise.
5216 (write): Likewise.
5217 (lseek): Likewise.
5218 (rename): Likewise.
5219 (unlink): Likewise.
5220 (stat/fstat): Likewise.
5221 (gettimeofday): Likewise.
5222 (isatty): Likewise.
5223 (system): Likewise, plus minor changes to fix confusing wording.
5224 (Integral datatypes): Fix font markup.
5225 (Pointer values): Likewise.
5226 (struct stat): Fix markup to use @table, plus minor copy editing.
5227 (struct timeval): Fix font markup, plus minor copy editing.
5228 (Constants): Minor copy editing.
5229 (Errno values): Add font markup.
5230 (File-I/O Examples): Likewise.
5231
158fdf5c
NR
52322006-06-10 Nick Roberts <nickrob@snap.net.nz>
5233
5234 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5235 (GDB/MI Simple Examples): Move node up one level. Use real
5236 examples.
5237 (GDB/MI Compatibility with CLI): Update.
5238 (GDB/MI Result Records): Add "connected" and "exit" result
5239 classes.
5240 (GDB/MI Stream Records): Clarify target output.
5241 (GDB/MI Command Description Format): Modify example description.
5242 (GDB/MI Breakpoint Table Commands): Rename to...
5243 (GDB/MI Breakpoint Commands): ...this
5244 (GDB/MI Breakpoint Commands): Add optional thread field.
5245 (GDB/MI Program Control): Add an introduction. Move "Program
5246 termination" examples into exec-run description.
5247 (GDB/MI File Commands): Mention similar CLI commands.
5248 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
5249 is similar to "-gdb-version".
5250
ddb50cd7
EZ
52512006-06-09 Eli Zaretskii <eliz@gnu.org>
5252
5253 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5254
2aef0d6b
NR
52552006-06-02 Nick Roberts <nickrob@snap.net.nz>
5256
5257 * gdb.texinfo (GDB/MI Development and Front Ends): Use
5258 sourceware.org for mailing lists.
d5e40d59 5259 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 5260
383a5c52
NR
52612006-06-01 Nick Roberts <nickrob@snap.net.nz>
5262
d5e40d59 5263 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 5264
e16b02ee
EZ
52652006-05-22 Eli Zaretskii <eliz@gnu.org>
5266
5267 * gdb.texinfo (Cygwin Native): Fix last change.
5268
be90c084
CF
52692006-05-22 Christopher Faylor <cgf@timesys.com>
5270
5271 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5272
347ceba5
NR
52732006-05-15 Nick Roberts <nickrob@snap.net.nz>
5274
5275 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5276 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5277
369af7bd
DJ
52782006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5279
5280 * gdb.texinfo (General Query Packets): Recommend not starting
5281 new packets with qC and clarify.
5282
2ffdbde8 52832006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
5284
5285 * gdb.texinfo (M2 Types): New section.
72019c9c 5286
16d1a084
DJ
52872006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
5288
5289 * agentexpr.texi: Add a copyright and license notice.
5290 * observer.texi: Likewise, with GPL clause for function prototypes.
5291 Remove trailing whitespace.
5292
aa56d27a
JB
52932006-05-05 Jim Blandy <jimb@codesourcery.com>
5294
5295 * gdb.texinfo (General Query Packets): Document conventions for
5296 terminating packet names, and their violations.
5297
5bdf8622
DJ
52982006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5299
5300 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5301 * gdb.texinfo: Likewise.
5302
605a56cb
DJ
53032006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5304
5305 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
5306 and "show remotedebug".
5307 (Debugging Output): Add additional index entries.
5308
b8db102d
MS
53092006-04-27 Michael Snyder <msnyder@redhat.com>
5310
5311 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5312
c5e30d01
AC
53132006-04-22 Andrew Cagney <cagney@redhat.com>
5314
5315 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
5316 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
5317
8181d85f
DJ
53182006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
5319
5320 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
5321 and remove breakpoint prototypes.
5322 (Watchpoints): Move description of target_insert_hw_breakpoint and
5323 target_remove_hw_breakpoint ...
5324 (Breakpoints): ... to here. Document target_insert_breakpoint and
5325 target_remove_breakpoint.
5326
4f553f88
JB
53272006-04-17 Jim Blandy <jimb@codesourcery.com>
5328
5329 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5330 and C packets are optional.
5331
cd852561
FR
53322006-04-14 Frederic Riss <frederic.riss@st.com>
5333
5334 * gdb.texinfo (Specifying source directories): Update the description
5335 of the source file search to reflect the fact that the source path
5336 always contains at least $cdir and $cwd.
5337
b620eb07
MS
53382006-03-31 Michael Snyder <msnyder@redhat.com>
5339
5340 * gdb.texinfo: Update copyright dates.
5341
3156cdaf
EZ
53422006-03-31 Eli Zaretskii <eliz@gnu.org>
5343
5344 * gdb.texinfo (Overview): Add an index entry to "empty response".
5345
7d30c22d
JB
53462006-03-28 Jim Blandy <jimb@codesourcery.com>
5347
5348 * gdbint.texinfo (Prologue Analysis): New section.
5349
86941c27
JB
53502006-03-07 Jim Blandy <jimb@red-bean.com>
5351
66b8c7f6
JB
5352 * gdb.texinfo (Connecting): Document 'target remote pipe'.
5353
1a10341b
JB
5354 * gdb.texinfo (Target Commands): Update text describing how to
5355 specify a target. Refer to the detailed section on remote
5356 debugging, not the brief mention.
5357
86941c27
JB
5358 * gdb.texinfo (Connecting): Organize the different 'target remote'
5359 connection methods into a table. Add a 'target remote' index
5360 entry. (!!!)
5361
62f3a2ba
FF
53622006-02-17 Fred Fish <fnf@specifix.com>
5363
5364 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
5365 'ptype' commands to reflect the fact that the only significant
5366 difference between them is that ptype prints the complete type
5367 description instead of just the name.
5368
8b9a88ea
WZ
53692006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
5370
5371 * gdbint.texinfo (Watchpoints): Delete
5372 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5373
7e8dc855
NR
53742006-02-10 Nick Roberts <nickrob@snap.net.nz>
5375
5376 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
5377 times fields where needed. Fix typos. Update general form given
5378 for output of -break-insert.
5379 (GDB/MI): Abbreviate some unnecessarily long fullnames.
5380
c91d38aa
DJ
53812006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
5382
5383 * gdbint.texinfo (Symbol Handling): Add a section
5384 on memory management.
5385
38fcd64c
DJ
53862006-02-06 Vladimir Prus <ghost@cs.msu.su>
5387
5388 * gdb.texinfo (Breakpoint table commands): Document the fullname
5389 field in -break-list output.
5390
219eec71
EZ
53912006-02-03 Eli Zaretskii <eliz@gnu.org>
5392
5393 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
5394 debugging information produced by the various "set debug..."
5395 options.
5396
ae5a43e0
DJ
53972006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5398
5399 * gdb.texinfo (Files): Remove obsolete bits from the description
5400 of "symbol-file".
5401
a9f158ec
JB
54022006-01-25 Jim Blandy <jimb@redhat.com>
5403
5404 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5405
410dd08e
JB
54062006-01-24 Jim Blandy <jimb@redhat.com>
5407
5408 * gdbint.texinfo (Frames): Document the basics of GDB's register
5409 unwinding model, and explain the existence of the "sentinel" frame.
5410
4b505b12
AS
54112006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
5412
5413 * gdb.texinfo (Choosing files): Mention that -directory is used
5414 for script files.
5415 (Specifying source directories): Likewise.
5416 (Command files): Explain how script files are found.
5417
839c27b7
EZ
54182006-01-21 Eli Zaretskii <eliz@gnu.org>
5419
5420 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5421 the threads in a multi-threaded program.
5422 (Threads): The threadno argument of "thread apply" can be a range
5423 of numbers.
5424
7be93b9e
JB
54252006-01-18 Jim Blandy <jimb@redhat.com>
5426
5427 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5428 of warning flags.
5429
fcc73fe3
EZ
54302006-01-13 Eli Zaretskii <eliz@gnu.org>
5431
5432 * gdb.texinfo (Sequences): Improve menu annotations.
5433 (Define): Add index entries for arguments of user-defined
5434 commands. Move the description of flow-control commands...
5435 (Command Files): ...to here. Document loop_break and
5436 loop_continue.
ca91424e
EZ
5437 (Define, Command Files): Document `end' and add index entries for
5438 it.
fcc73fe3 5439
5c95884b
MS
54402006-01-04 Michael Snyder <msnyder@redhat.com>
5441
5442 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 5443 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 5444
860701dc
PH
54452006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
5446
5447 * gdb.texinfo (Omissions from Ada): Document that there is now
5448 limited aggregate support.
5449
36b80e65
EZ
54502005-12-28 Eli Zaretskii <eliz@gnu.org>
5451
5452 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5453 registers and the likes.
5454
c1468174
EZ
54552005-12-24 Eli Zaretskii <eliz@gnu.org>
5456
5457 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5458 (Symbols): Fix usage of "e.g.".
359df76b 5459 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
5460
5461 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5462 (Coding): Fix usage of "e.g.".
5463
c02a867d
EZ
54642005-12-23 Eli Zaretskii <eliz@gnu.org>
5465
5ae4183a
AS
5466 * stabs.texinfo:
5467 * refcard.tex:
c02a867d 5468 * gpl.texi:
5ae4183a
AS
5469 * gdbint.texinfo:
5470 * gdb.texinfo:
5471 * gdb-cfg.texi:
c02a867d 5472 * fdl.texi:
5ae4183a
AS
5473 * annotate.texinfo:
5474 * all-cfg.texi:
c02a867d
EZ
5475 * Makefile.in: Add (C) after Copyright. Update the FSF
5476 address.
5477
fad38dfa
EZ
54782005-12-03 Eli Zaretskii <eliz@gnu.org>
5479
5480 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5481 extend GDB with commands for external monitor.
5482
53e5f3cf
AS
54832005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5484
5485 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5486
55f6ca0f
JB
54872005-11-25 Joel Brobecker <brobecker@adacore.com>
5488
5489 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5490
c1947b85
JB
54912005-11-21 Jim Blandy <jimb@redhat.com>
5492
5493 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5494 placement of 'R' actions in tracepoint action packets; document
5495 dependence of 'X' and 'M' actions on a preceding 'R' action for
5496 their registers.
5497
9d29849a
JB
54982005-11-19 Jim Blandy <jimb@redhat.com>
5499
5500 * gdb.texinfo (Tracepoint Packets): New node.
5501 (General Query Packets): Add entries for the tracepoint packets,
5502 referring to the "Tracepoint Packets" node.
5503 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 5504
9a6253be
KB
55052005-11-18 Kevin Buettner <kevinb@redhat.com>
5506
5507 * gdb.texinfo (set remotebreak): Add anchor.
5508 (X packet): Likewise.
5509 (Remote Protocol): Add new section `Interrupts' and new index
5510 entry `interrupts (remote protocol)'.
5511
5f3bebba
JB
55122005-11-18 Jim Blandy <jimb@redhat.com>
5513
5514 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5515 entries into the General Query Packets section. Add a
5516 cross-reference to that section. Drop description of replies, as
5517 these are covered in the descriptions of each packet.
5518 (General Query Packets): Add introductory text. Explain naming
5519 conventions, and how the end of a name is recognized.
5520
9a7a1b36
KB
55212005-11-17 Kevin Buettner <kevinb@redhat.com>
5522
0564b6cf 5523 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
5524 "set remotebreak" command.
5525
b8ff78ce
JB
55262005-11-16 Jim Blandy <jimb@redhat.com>
5527
5528 * gdb.texinfo (Packets, Stop Reply Packets)
5529 (General Query Packets): Various formatting cleanups.
5530 - Use @samp for packet contents.
5531 - Drop summaries from packet @item lines; the same information appears
5532 immediately below in the description.
5533 - Delete paragraph breaks after packet @item commands, so that the
5534 description appears directly to the right of the packet prototype
5535 in the printed manual, if it fits.
5536 - Place spaces in packet prototypes between @vars and non-@var
5537 letters, and explain that they're just for formatting.
5538 - Use @dots{} instead of '...'.
5539 - Fix uses of @code where @var was needed.
5540 - Replace "deprecated" markers with English text spelling out the
5541 packet's status and the preferred alternatives.
5542 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5543 what this ever meant.
5544 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5545 this for a long time.
5546 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5547 implemented several times, and have been in use for years.
5548
8ffe2530
JB
55492005-11-15 Jim Blandy <jimb@redhat.com>
5550
c43c5473
JB
5551 * gdb.texinfo (Packets): Add index entries for 'm' packet
5552 disclaimers.
5ae4183a 5553
fb031cdf
JB
5554 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5555 of stub when processing an 'm' packet.
5556
8ffe2530
JB
5557 * gdb.texinfo (Packets): Mention that packets beginning with
5558 letters are reserved once, at the top, instead of actually listing
5559 them all and saying "reserved".
5560
c03c782f
AS
55612005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
5562
5563 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5564 Change @var{$arg0 to @code{$arg0.
5565
814e32d7
WZ
55662005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
5567
5568 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5569
fa93a9d8
JB
55702005-11-12 Jim Blandy <jimb@redhat.com>
5571
5572 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5573 order. Remove extraneous 'z'.
5574
8a5a3c82
AS
55752005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
5576
5577 * gdb.texinfo (Choosing files): Add --eval-command.
5578
4b0ad762
AS
55792005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
5580
5581 * gdb.texinfo (Choosing modes): Add --return-child-result.
5582
5583
1a088d06
AS
55842005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
5585
5586 * gdb.texinfo (Choosing modes): Add --batch-silent.
5587
656d5e12
EZ
55882005-10-28 Eli Zaretskii <eliz@gnu.org>
5589
5590 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5591 "The -var-update Command".
5592
3c9c013a
JB
55932005-10-03 Joel Brobecker <brobecker@adacore.com>
5594
5595 * gdb.texinfo (Print Settings): Add documentation for set/show
5596 print array-indexes.
5597
7ba3cf9c
DJ
55982005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5599
5600 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5601 6.2 and 6.3.
5602
a94ab193
EZ
56032005-08-27 Eli Zaretskii <eliz@gnu.org>
5604
5605 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5606 since 19-Jan-2004.
5607 (Files): Likewise.
ab1adacd
EZ
5608 (Variables, Symbols): Document the "<incomplete type>" message and
5609 its reasons.
a94ab193 5610
ca06016a
FF
56112005-08-01 Fred Fish <fnf@specifix.com>
5612
5613 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5614
cf58170d
NR
56152005-07-15 Nick Roberts <nickrob@snap.net.nz>
5616
5617 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5618 option for -var-list-children and -var-update.
5619 (GDB/MI Stack Manipulation): Simplify description of
5620 print-values option for -stack-list-locals.
5621 (GDB/MI Command Description Format): Clarify.
5622 (Mode Options): Spelling of superseded.
5623
38f1196a
BR
56242005-07-12 Bob Rossi <bob@brasko.net>
5625
5626 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5627 corresponding GDB command comment.
5628
3cb3b8df
BR
56292005-07-06 Bob Rossi <bob@brasko.net>
5630
5631 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5632 and -inferior-tty-show.
5633 (Input/Output): Document "set/show inferior-tty" and tty alias.
5634
10fac096
NW
56352005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
5636
5637 * gdb.texinfo (Packets): Change description of 'D' packet to note
5638 that GDB does wait for a response.
5639
d1b6db76
NR
56402005-06-22 Nick Roberts <nickrob@snap.net.nz>
5641
5642 * gdb.texinfo (History) Rename "Command History".
5643 (Command History): Move node "Server Prefix" from section on
5644 Annotations here.
5645
29629dcf
NR
56462005-06-19 Nick Roberts <nickrob@snap.net.nz>
5647
5648 * gdb.texinfo (GDB/MI Stack Manipulation):
5649 Re-instate -stack-info-frame with example. Say that it gets
5650 info on selected frame, not current frame.
5651
397ca115
EZ
56522005-06-18 Eli Zaretskii <eliz@gnu.org>
5653
5654 * gdb.texinfo (Server): Clarify that `file' should be used before
5655 connecting to the server.
5656 (Files): Add an xref to the above description.
51274035
EZ
5657 (Output Formats): More detailed description of the `c' format.
5658 (Memory): List explicitly all the formats supported by `x'.
638ac427 5659 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 5660 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
5661 files. Add more indexing for solib-absolute-prefix and
5662 --with-sysroot.
76d17f34
EZ
5663 (Machine Code): Document possible problems with locations in
5664 shared libraries.
d416eeec
EZ
5665 (Backtrace): Document that free-standing environments do not need
5666 to have a `main' function.
397ca115 5667
74f6deaa
NR
56682005-06-18 Nick Roberts <nickrob@snap.net.nz>
5669
5670 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
5671 -stack-info-frame.
5672
a9967aef
AC
56732005-06-07 Andrew Cagney <cagney@gnu.org>
5674
5675 * gdb.texinfo (Contributors): Note the original multi-arch
5676 contributors.
5677
e09f16f9
EZ
56782005-06-03 Eli Zaretskii <eliz@gnu.org>
5679
5680 * gdb.texinfo (Registers): Add index entries for the standard
5681 registers.
5682 (Frames): Add cross-reference from frame pointer description to
5683 the Registers node.
5684 (Annotations Overview): Fix the reference to GDB name.
5685
d87ba7ee
EZ
56862005-06-01 Eli Zaretskii <eliz@gnu.org>
5687
5688 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
5689 can-use-hw-watchpoints.
5690
034dad6f
BR
56912005-05-28 Bob Rossi <bob@brasko.net>
5692
5693 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
5694 the possible reasons why an exec async record would be returned to FE.
5695
ffed4509
AC
56962005-05-26 Andrew Cagney <cagney@gnu.org>
5697
5698 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
5699 Andrew Cagney implemented the original GDB/MI.
5700
e22e55c9
OF
57012005-05-23 Orjan Friberg <orjanf@axis.com>
5702
5703 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
5704 documentation. Add documentation for cris-mode.
5705
a78e13ce
EZ
57062005-05-20 Eli Zaretskii <eliz@gnu.org>
5707
5708 * gdb.texinfo (Numbers): Explain the example and make the wording
5709 more acurate.
5710
76ff342d
DJ
57112005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5712 Dennis Brueni <dennis@slickedit.com>
5713
5714 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
5715 (GDB/MI Data Manipulation, GDB/MI Program Control)
5716 (GDB/MI Stack Manipulation): Update examples to include the fullname
5717 attribute in stack frames.
5718
119b882a
EZ
57192005-05-12 Eli Zaretskii <eliz@gnu.org>
5720
5721 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
5722 do with other non-standard names of init files.
5723
6fc08d32
EZ
57242005-05-11 Eli Zaretskii <eliz@gnu.org>
5725
5726 * gdb.texinfo (Command Files): Move the description of the startup
5727 from here...
5728 (Startup): ...to this new subsection of the Invocation chapter.
5729 Rearrange the description of init files more logically and add a
5730 cross-reference to "Command Files". Document the special gdbinit
5731 name for CISCO 68k. Expand the description of what GDB does
5732 during startup.
5733 (History): Add index entry for HISTSIZE.
5734
a561754a
MK
57352005-05-02 Mark Kettenis <kettenis@gnu.org>
5736
5737 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
5738
2eecc4ab
EZ
57392005-05-02 Eli Zaretskii <eliz@gnu.org>
5740
5741 * gdb.texinfo (SVR4 Process Information, The isatty call)
5742 (The system call): Don't use foo(N) notation for man pages and
5743 functions.
514c4d71 5744 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 5745
18999be5
EZ
57462005-04-27 Eli Zaretskii <eliz@gnu.org>
5747
5748 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5749 were optimized away.
5750
0abb7bc7
EZ
57512005-04-22 Eli Zaretskii <eliz@gnu.org>
5752
5753 * gdb.texinfo (Remote configuration): Document "set/show
5754 get-thread-local-storage-address". Add cross-reference to the
5755 description of the qGetTLSAddr packet.
5756 (General Query Packets): Mention "set remote
5757 get-thread-local-storage-address" and add a reference to its
5758 description.
5759
6f61acb1
NR
57602005-04-19 Nick Roberts <nickrob@snap.net.nz>
5761
5762 * gdb.texinfo (Backtrace): Describe 'bt full'.
5763
9d59903a
NR
57642005-04-17 Nick Roberts <nickrob@snap.net.nz>
5765
5766 * gdb.texinfo (Mode Options): Fix typo.
5767 (GDB/MI): Describe how to invoke GDB/MI.
5768
721c2651
EZ
57692005-04-16 Eli Zaretskii <eliz@gnu.org>
5770
5771 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 5772 references changed. Add description of "info udot".
721c2651
EZ
5773 (Files): Document "set/show stop-on-solib-events".
5774 (M32R/D): Document "set/show download-path", "set/show
5775 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
5776 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5777 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
5778 (Maintenance Commands): Improve indexing.
5779 (Target Commands): Document "set/show hash", "set/show debug
5780 monitor".
5781 (SVR4 Process Information): Document "info pidlist" and "info
5782 meminfo". Document "set/show procfs-tarce" and "set/show
5783 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
5784 (Symbols, The Print Command with Objective-C): Improve indexing.
5785 (Objective-C): Add references to "info classes" and "info
5786 selectors".
c45da7e6
EZ
5787 (Debugging Output): Improve wording. Document "set/show debug
5788 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
5789 (Set Breaks): Add index entry for "hardware breakpoints".
5790 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5791 and "set/show usehardbreakpoints".
5792 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5793 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
5794 (ARM): Document "rdilogfile", "rdilogenable", "set/show
5795 rdiromatzero", "set/show rdiheartbeat".
5796 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5797 "sds".
5798 (Embedded Processors): Document the "sim" command.
5799 (Remote): Document the "remote" command.
5800 (DJGPP Native): Document the "info serial" command.
5801 (Threads): Document "maint info sol-threads".
5802 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5803 (Set Breaks): Improve indexing.
5804 (Command Syntax): Add a reference to dont-repeat.
5805 (Define): Document "dont-repeat".
5806 (TUI Commands): Document "tabset".
5807 (WinCE): New subsection. Document "set/show remotedirectory",
5808 "set/show remoteupload", "set/show remoteaddhost".
721c2651 5809
14d6dd68
EZ
58102005-04-15 Eli Zaretskii <eliz@gnu.org>
5811
5812 * gdb.texinfo (Hurd Native): New subsection, documents
5813 Hurd-specific commands.
a64548ea 5814 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 5815 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
5816 (MIPS): Improve documentation of heuristic-fence-post. Document
5817 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5818 mips stack-arg-size", "set/show mips mask-address", "set/show mips
5819 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 5820 (ARM): Document ARM-specific commands.
a64548ea
EZ
5821 (AVR): New section. Document "info io_registers".
5822 (CRIS): New section. Document "set/show cris-version" and
5823 "set/show cris-dwarf2-cfi".
5824 (HPPA): New section. Document "set/show debug hppa" and "maint
5825 print unwind".
a5adf40f 5826 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 5827 (Super-H): New section. Document the "regs" command.
721c2651 5828 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 5829
9c16f35a
EZ
58302005-04-09 Eli Zaretskii <eliz@gnu.org>
5831
5832 * gdb.texinfo (Print Settings): Document "set/show print
5833 pascal_static-members", "set print repeats", "show print
5834 null-stop". Improve indexing. Fix documentation of "set print
5835 union".
5836 (Pascal): New section.
5837 (Supported languages): Rename from "Support"; all references
5838 updated. Add a menu item for Pascal.
5839 (Numbers): Document "set radix.
5840 (Screen Size): Document "set/show pagination".
5841 (MIPS Embedded): Remove "set processor" documentation.
5842 (Remote configuration): Document "set/show X/P/Z-packet",
5843 "set/show read-aux-vector-packet", "set/show remote
5844 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5845 "set/show remoteaddresssize", "set/show remotebaud", "set/show
5846 remotedebug", "set/show remotebreak", "set/show remotedevice",
5847 "set/show remotelogfile".
5848 (Auxiliary Vector): Add reference to the description of the
5849 read-aux-vector-packet setting.
5850 (Set Watchpoints): Add a cross-reference to "set remote
5851 hardware-breakpoint-limit".
5852 (General Query Packets): Add indexing of requests and
5853 cross-references to related commands in "Remote configuration".
5854 (File-I/O Overview, The system call): Fix wording and typos.
5855 (Thread Stops): Add index entries.
5856 (Continuing and Stepping): Document "show step-mode".
5857 (i386): New node. Document "set/show struct-convention".
5858 (Files): Document "show trust-readonly-sections".
5859 (Calling): Document "set/show unwindonsignal".
5860 (Messages/Warnings): Add index entries.
5861 (Maintenance Commands): Document "set/show watchdog".
5862 (Annotations Overview): Document "show annotate".
5863 (Set Watchpoints): Add index entries.
5864 (Symbols): Fix doc of case-sensitive.
5865 (ABI): Document "show coerce-float-to-double".
5866 (Convenience Vars, Help): Improve indexing.
5867 (Machine Code): Document "show disassembly-flavor".
5868 (Debugging C plus plus): Document "show overload-resolution".
5869 (Value History, Signaling): Add index entries.
5870
58712005-04-08 Eli Zaretskii <eliz@gnu.org>
5872
5873 * gdb.texinfo (Show): Move @kindex entries to their proper places.
5874 (Processes): Fix wording.
5875 (History, List, Logging output, Define, Symbols, Print Settings):
5876 Improve indexing.
5877
a8f24a35
EZ
58782005-04-03 Eli Zaretskii <eliz@gnu.org>
5879
5880 * gdb.texinfo (Targets): Document "set/show architecture". Remove
5881 redundant index entry for "target" command.
5882 (Backtrace): Add index entries.
5883 (Symbols, Fortran): Document the "set case-sensitive" command.
5884 (DJGPP Native): Document "set com1base", "set com1irq", etc.
5885 (Print Settings): Add index entry for "set demangle-style".
5886 (Target Commands): Document "set download-write-size".
5887 (Debugging Output): Document "set exec-done-display".
5888
09d4efe1
EZ
58892005-04-02 Eli Zaretskii <eliz@gnu.org>
5890
5891 * gdb.texinfo (Files): Fix the name and documentation of
5892 add-shared-symbol-files. Document its alias assf. Update the
5893 list of OSs where GDB supports shared libraries. Fix markup.
5894 (Continuing and Stepping): Add reference to @var{location} in the
5895 text.
5896 (Dump/Restore Files): Fix reference to @{filename}.
5897 (Help): Fix wording.
5898 (Attach): Ditto.
5899 (Set Watchpoints): Ditto.
5900 (Backtrace): Remove redundant index entries. Improve index
5901 entries.
5902 (Delete Breaks): Fix wording.
5903 (Memory): Document the compare-sections command.
5904 (Memory Region Attributes): Improve wording.
5905 (Disabling): Improve wording.
5906 (Fortran): New subsection. Document the "info common" command.
5907 (Help): Document aliases "info copying" and "info warranty".
5908 (Caching Remote Data): New section. Document the "set/show
5909 remotecache" and "info dcache" commands.
5910 (Show): Fix wording of the documentation of the "set
5911 extension-language" command.
5912 (Signals): Add index entry for "info handle".
5913 (Memory Region Attributes): Fix punctuation.
5914 (Symbols): Change the arg name to "location" and refer to it in
5915 the text. Fix wording of "info types" doc.
5916 (Threads): Fix usage of @enumerate @item's.
5917 (Listing Tracepoints): Add index entry for "info tp".
5918 (Set Watchpoints): Add xref to "info break" description.
5919 (Macros): Add an index entry for "macro exp1". Document the
5920 "macro list" command.
5921 (Maintenance Commands): Document "flushregs", "maint agent",
5922 "maint check-symtabs", "maint cplus", "maint demangle", "maint
5923 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
5924 "maint print architecture", "maint print objfiles", "maint print
5925 statistics", "maint print type", "maint show-debug-regs", "maint
5926 space", "maint time", and "maint translate-address".
5927 (Connecting): Document the "monitor" command.
5928 (Annotations Overview): Describe the "set annotate" command.
5929
82f2d802
EZ
59302005-04-01 Eli Zaretskii <eliz@gnu.org>
5931
5932 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
5933 Rearrange index entries and improve wording about support for
5934 hardware watchpoints.
5935
7d51c7de
BR
59362005-03-10 Bob Rossi <bob@brasko.net>
5937
5938 * gdb.texinfo: Update copyright
5939
68c71a2e
TR
59402005-02-09 Theodore A. Roth <troth@openavr.org>
5941
5942 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
5943 error.
5944
83761cbd
KB
59452005-02-03 Kevin Buettner <kevinb@redhat.com>
5946
5947 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
5948
9f1c6395
MS
59492005-01-17 Michael Snyder <msnyder@redhat.com>
5950
5951 * gdb.texinfo: Fix spelling, infinte -> infinite.
5952
fbd1b305
MK
59532005-01-08 Mark Kettenis <kettenis@gnu.org>
5954
5955 * observer.texi (GDB Observers): Document "solib_loaded".
5956
3ace7edb
AC
59572005-01-07 Andrew Cagney <cagney@gnu.org>
5958
bec39cab
AC
5959 * configure.ac: Rename configure.in, require autoconf 2.59.
5960 * configure: Re-generate.
5961
3ace7edb
AC
5962 * configure.in: Replace configdirs with multiple references to
5963 AC_CONFIG_SUBDIRS.
5964 * configure: Re-generate.
5ae4183a 5965
53531fc1
AC
59662005-01-04 Andrew Cagney <cagney@gnu.org>
5967
5968 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
5969 part of the version number.
5970
536ffdb7
MK
59712004-12-24 Mark Kettenis <kettenis@gnu.org>
5972
5973 * gdbint.texinfo (Algorithms): Remove description of
5974 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
5975
e1aac25b
JB
59762004-12-07 Jim Blandy <jimb@redhat.com>
5977
5978 * gdb.texinfo (General Query Packets): Specify that thread ID's in
5979 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
5980 numbers.
5981
f47b1503
AS
59822004-12-07 Andreas Schwab <schwab@suse.de>
5983
5984 * gdb.texinfo (Mode Options): Document -l option.
5985
b6b8ece6
EZ
59862004-12-04 Eli Zaretskii <eliz@gnu.org>
5987
5988 * gdbint.texinfo (Algorithms): More accurate description of
5989 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
5990 is not needed unless data-read and data-access watchpoints are
5991 supported. Add a description of how GDB checks whether the
5992 inferior stopped because a watchpoint was hit.
5993
01371747
EZ
59942004-11-23 Eli Zaretskii <eliz@gnu.org>
5995
5996 * gdb.texinfo (Files): Add cross-reference to description of
5997 -readnow command-line switch.
5998
2315ffec
RC
59992004-11-10 Randolph Chung <tausq@debian.org>
6000
6001 * gdb.texinfo: Document set/show backtrace past-entry commands.
6002 Rearrange index entries for set/show backtrace past-main.
6003
69065f5d
AC
60042004-11-10 Jon Beniston <jon@beniston.com>
6005
6006 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
6007 * gdb.texinfo (Remote Serial Protocol): Further describe
6008 binary transfer escaping mechanism .
69065f5d 6009
30e91e0b
RC
60102004-11-08 Randolph Chung <tausq@debian.org>
6011
6012 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
6013 and "show debug infrun". Add index entries.
6014
60bf7e09
EZ
60152004-10-23 Eli Zaretskii <eliz@gnu.org>
6016
6017 * gdb.texinfo (SVR4 Process Information): Document subcommands of
6018 "info proc" that are already implemented. Add index entries.
6019 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
6020 (Files): Add a tip for decreasing memory used for symtabs from
6021 shared libraries.
f018e82f
EZ
6022 (Starting): Fix whitespace; make "elaboration" stand out where it
6023 is first used, and add an index entry for the term.
f8568604
EZ
6024 (Calling): Expand and elaborate text. Add "print". Add the
6025 description of problems with weak aliases.
384ee23f 6026 (Core File Generation): New section.
60bf7e09 6027
d52fe014
AC
60282004-10-12 Andrew Cagney <cagney@gnu.org>
6029
6030 * gdbint.texinfo (Versions and Branches): New chapter.
6031 (Releasing GDB): Delete "Versions and Branches" section.
6032 (Top): Add "Versions and Branches".
6033
703663ab
EZ
60342004-10-08 Eli Zaretskii <eliz@gnu.org>
6035
6036 * gdb.texinfo (Editing, History): Add cross-references to the
6037 included Readline and History user documentation. Remove
6038 references to the symbol have-readline-appendices which is unused
6039 and undefined.
6040 (History): Fix indexing.
6041
ac77d04f
JJ
60422004-10-08 Jeff Johnston <jjohnstn@redhat.com>
6043
6044 * gdbint.texinfo (target_stopped_data_address): Update to
6045 new prototype.
6046 (i386_stopped_data_address): Update prototype and description.
6047 (i386_stopped_by_watchpoint): New function and description.
6048
e07c999f
PH
60492004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
6050
6051 * gdb.texinfo (Filenames): Add Ada suffixes.
6052 (Ada) New section.
6053
2e868123
AC
60542004-09-27 Andrew Cagney <cagney@gnu.org>
6055 Robert Picco <Robert.Picco@hp.com>
6056
6057 * gdb.texinfo (Packets): Document the "p" packet.
6058
02a57714
JM
60592004-09-21 Jason Molenda (jmolenda@apple.com)
6060
6061 * gdb.texinfo (Paths and Names of the Source Files): Document the
6062 meaning of values in the 'desc' field of a SO stab.
6063
ae038cb0
DJ
60642004-09-20 Daniel Jacobowitz <dan@debian.org>
6065
6066 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
6067 max-cache-age" and "maint show dwarf2 max-cache-age".
6068
f7dc1244
EZ
60692004-09-16 Eli Zaretskii <eliz@gnu.org>
6070
6071 * gdb.texinfo (Set Breaks): Add index entry for setting
6072 breakpoints on overloaded C++ functions that are not members of
6073 any classes. Add an example and an index entry for setting
6074 breakpoints on all program functions.
6075 (Character Sets, Macros, Overlay Commands)
6076 (Non-debug DLL symbols, GDB/MI Output Syntax)
6077 (Annotations Overview, Maintenance Commands, File-I/O Overview):
6078 Use "(@value{GDBP})" instead of a literal "(gdb)".
6079
f810308b
AC
60802004-09-12 Andrew Cagney <cagney@gnu.org>
6081
6082 * gdbint.texinfo (Native Debugging): Delete description of
6083 FILES_INFO_HOOK.
6084
15a661f3
PH
60852004-09-11 Paul Hilfinger <hilfinger@gnat.com>
6086
5ae4183a
AS
6087 * gdbint.texinfo (User Interface): Change local_hex_string_custom
6088 to hex_string_custom (not historically correct, but more
15a661f3
PH
6089 understandable, given the current code).
6090
f3219c75
AC
60912004-09-03 Andrew Cagney <cagney@gnu.org>
6092
6093 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
6094
f3bb6704
JJ
60952004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6096
6097 * observer.texi (solib_unloaded): New observer.
6098
8d2c00cb
AC
60992004-08-24 Andrew Cagney <cagney@gnu.org>
6100
6101 * gdbint.texinfo (Target Architecture Definition): Add missing
6102 comma.
6103
e7dc800a
MC
61042004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6105
6106 * (Using the Testsuite): build != host is supported,
6107 but some test scripts do not support build != host.
6108
73b03683
MK
61092004-08-14 Mark Kettenis <kettenis@gnu.org>
6110
6111 * gdbint.texinfo (Host Definition): Delete description of
6112 FCLOSE_PROVIDED and GETENV_PROVIDED.
6113
c0ccb908
MK
61142004-08-05 Mark Kettenis <kettenis@chello.nl>
6115
6116 * gdbint.texinfo (Host Definition): Delete description of
6117 NO_SYS_FILE.
6118 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
6119 PTRACE_FP_BUG.
6120
9c8dbfa9
AC
61212004-08-05 Andrew Cagney <cagney@gnu.org>
6122
6123 * gdbint.texinfo (Target Architecture Definition): Delete
6124 reference to deprecated_read_fp.
6125
f42accbe
AC
61262004-08-02 Andrew Cagney <cagney@gnu.org>
6127
6128 * gdbint.texinfo (Target Architecture Definition): Delete
6129 description of DEPRECATED_REGISTER_BYTES.
6130
0b66e38c
EZ
61312004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
6132
6133 * gdb.texinfo (Source Path): Document the new behavior of
6134 searching for the source files.
6135
15387254
EZ
61362004-07-17 Eli Zaretskii <eliz@gnu.org>
6137
6138 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
6139 (Search, Expressions, Arrays, Variables, Data, Machine Code)
6140 (Auto Display): Improve indexing.
6141
2c07db7a
AC
61422004-07-16 Andrew Cagney <cagney@gnu.org>
6143
6144 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6145 "-noasync".
6146
4644b6e3
EZ
61472004-07-09 Eli Zaretskii <eliz@gnu.org>
6148
6149 * gdb.texinfo: Fix @kindex entries so that multiple commands that
6150 have the same prefix have only their prefix in the index.
6151
7561d450
MK
61522004-07-03 Mark Kettenis <kettenis@gnu.org>
6153
6154 * gdb.texinfo (BSD libkvm Interface): New node (section)
6155 (Native): Add it to the menu.
6156
67bebe79
MK
61572004-07-01 Mark Kettenis <kettenis@gnu.org>
6158
6159 * gdbint.texinfo (Target Architecture Definition): Remove
6160 PCC_SOL_BROKEN.
6161
1a6923e0
MK
61622004-06-24 Mark Kettenis <kettenis@gnu.org>
6163
6164 * gdbint.texinfo (Target Architecture Definition): Remove
6165 SUN_FIXED_LBRAC_BUG.
6166
b435e160
AC
61672004-06-26 Andrew Cagney <cagney@gnu.org>
6168
6169 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
6170
b5622e8d
AC
61712004-06-20 Andrew Cagney <cagney@gnu.org>
6172
6173 * gdbint.texinfo (Target Architecture Definition): Deprecate
6174 USE_STRUCT_CONVENTION.
6175
e0c07bf0
MC
61762004-06-19 Michael Chastain <mec.gnu@mindspring.com>
6177
6178 gdb.texinfo (Bug Reporting): Mention session recording,
6179 with the script command or Emacs.
6180
782263ab
AC
61812004-06-18 Andrew Cagney <cagney@gnu.org>
6182
6183 * gdbint.texinfo (Target Architecture Definition): Deprecate
6184 FUNCTION_START_OFFSET.
6185
03727ca6
AC
61862004-06-14 Andrew Cagney <cagney@gnu.org>
6187
6188 Based on changes from Karl Berry.
6189 * gdb.texinfo: Do not use @sc in a direntry.
6190 * stabs.texinfo: Change @dircateogry to "Software development".
6191 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
6192
97092415
AC
61932004-06-13 Andrew Cagney <cagney@gnu.org>
6194
6195 * gdbint.texinfo (Target Architecture Definition): Delete
6196 description of RETURN_VALUE_ON_STACK.
6197
1f6d4158
AC
61982004-06-09 Andrew Cagney <cagney@gnu.org>
6199
6200 * gdbint.texinfo (Native Debugging): Restore "@table @code"
6201 deleted by previous patch.
6202
d966f0cb
AC
62032004-06-08 Andrew Cagney <cagney@gnu.org>
6204
6205 * gdbint.texinfo (Native Debugging): Delete documentation on
6206 ATTACH_DETACH.
6207
86fe4aaa
RC
62082004-06-06 Randolph Chung <tausq@debian.org>
6209
6210 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
6211
d4b6d575
RC
62122004-06-06 Randolph Chung <tausq@debian.org>
6213
5ae4183a 6214 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
6215 the new push_dummy_call method signature. Describe the function
6216 argument.
6217
4e8b0763
JB
62182004-05-24 Joel Brobecker <brobecker@gnat.com>
6219
6220 * gdb.texinfo (Starting): Document new start command.
6221
59caf092
AC
62222004-05-21 Andrew Cagney <cagney@redhat.com>
6223
6224 * observer.texi (GDB Observers): Document "inferior_created".
6225
e4a2df64
AC
62262004-05-08 Andrew Cagney <cagney@redhat.com>
6227
e6b55ae2
AC
6228 * gdbint.texinfo (Target Architecture Definition): Delete
6229 description of DO_DEFERRED_STORES.
6230
28954179
AC
6231 * gdbint.texinfo (Target Architecture Definition): Delete
6232 references to DEPRECATED_FIX_CALL_DUMMY.
6233
434b87dd
AC
6234 * gdbint.texinfo (Target Architecture Definition): Delete
6235 description of DEPRECATED_CALL_DUMMY_WORDS,
6236 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6237
58d28df8
AC
6238 * gdbint.texinfo (Target Architecture Definition): Delete
6239 description of DEPRECATED_PUSH_DUMMY_FRAME.
6240
e4a2df64
AC
6241 * gdbint.texinfo (Target Architecture Definition): Delete
6242 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6243
2b4855ab
AC
62442004-05-07 Andrew Cagney <cagney@redhat.com>
6245
6246 * observer.texi (GDB Observers): Add "Debugging" section. Include
6247 cross reference to "set/show debug observer".
6248 * gdb.texinfo (Debugging Output): Document "set/show debug
6249 observer".
6250
fcf70625
AC
62512004-05-01 Andrew Cagney <cagney@redhat.com>
6252
6253 * gdbint.texinfo (Target Architecture Definition): Delete
6254 description of DEPRECATED_PC_IN_SIGTRAMP.
6255
8ee56bcf
AC
62562004-04-30 Andrew Cagney <cagney@redhat.com>
6257
6258 * gdbint.texinfo (Target Architecture Definition): Delete
6259 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6260
67ab9a76
OF
62612004-04-30 Orjan Friberg <orjanf@axis.com>
6262
6263 * observer.texi (GDB Observers): Correct spelling.
6264
79346bcb
OF
62652004-04-26 Orjan Friberg <orjanf@axis.com>
6266
6267 * observer.texi (GDB Observers): Add target_changed event.
6268
7a464420
AC
62692004-04-08 Andrew Cagney <cagney@redhat.com>
6270
6271 * observer.texi (GDB Observers): Rework, provide generic observer
6272 definitions and then a list of observable events.
6273
6cdf9d98
AC
62742004-04-04 Andrew Cagney <cagney@redhat.com>
6275
6276 * gdbint.texinfo (Host Definition): Delete reference to
6277 NO_SIGINTERRUPT.
6278
ddc135a4
AC
62792004-04-02 Andrew Cagney <cagney@redhat.com>
6280
6281 * gdbint.texinfo (Target Architecture Definition): Delete
6282 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6283
6a1b180d
SC
62842004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6285
6286 * gdb.texinfo (TUI Commands): Document tui reg commands.
6287
d0d5df6f
AC
62882004-03-26 Andrew Cagney <cagney@redhat.com>
6289
6290 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
6291 "gdbtui".
6292 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
6293 (Contributors): Mention both Text and Terminal User Interface.
6294
aa2a3f87
AC
62952004-03-23 Andrew Cagney <cagney@redhat.com>
6296
6297 * gdbint.texinfo (Target Architecture Definition): Deprecate
6298 references to SIGTRAMP_START and SIGTRAMP_END.
6299
f561f026
AC
63002004-03-23 Andrew Cagney <cagney@redhat.com>
6301
6302 * gdbint.texinfo (Target Architecture Definition): Deprecate
6303 references to PC_IN_SIGTRAMP.
6304
33cb8b0f
AC
63052004-03-19 Andrew Cagney <cagney@redhat.com>
6306
6307 * gdbint.texinfo (Target Architecture Definition): Delete
6308 reference to GDB_TARGET_IS_HPPA.
6309
fc989b7a
AC
63102004-03-18 Andrew Cagney <cagney@redhat.com>
6311
6312 * gdbint.texinfo (Coding): Update section on gdbarch_data,
6313 describe pre_init and post_init.
6314
701b08bb
DJ
63152004-03-09 Daniel Jacobowitz <drow@mvista.com>
6316
6317 * gdb.texinfo (Debugging Output): Document values for "set debug
6318 target".
6319
faae5abe
AC
63202004-02-28 Andrew Cagney <cagney@redhat.com>
6321
6322 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6323
dd79a6cf
JJ
63242004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6325
6326 * gdb.texinfo (breakpoints): Add information about the
6327 new "set breakpoint pending" and "show breakpoint pending"
6328 commands.
6329
e7f16015
AC
63302004-02-26 Andrew Cagney <cagney@redhat.com>
6331
6332 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6333 in Per-architecture module data section.
6334
7161a3a6
RM
63352004-02-25 Roland McGrath <roland@redhat.com>
6336
6337 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6338
2154891a
AC
63392004-02-24 Andrew Cagney <cagney@redhat.com>
6340
6341 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6342 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6343 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 6344
6c74ac8b
AC
63452004-02-17 Andrew Cagney <cagney@redhat.com>
6346
6347 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6348
19772a2c
AC
63492004-02-16 Andrew Cagney <cagney@redhat.com>
6350
6351 * gdbint.texinfo (Target Architecture Definition): Deprecate
6352 FRAMELESS_FUNCTION_INVOCATION.
6353
c9830293
AC
63542004-02-16 Andrew Cagney <cagney@redhat.com>
6355
6356 * gdbint.texinfo (Coding): Mention -Wunused-function.
6357
b9d26eb9
AC
63582004-02-14 Andrew Cagney <cagney@redhat.com>
6359
6360 * gdbint.texinfo (Target Architecture Definition): Delete
6361 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6362
49efadf5
EZ
63632004-02-12 Elena Zannoni <ezannoni@redhat.com>
6364
6365 * gdb.texinfo: Properly quote the name "C++".
6366 * gdbint.texinfo: Ditto.
6367 * stabs.texinfo: Ditto.
6368
1eb288ea
EZ
63692004-02-11 Elena Zannoni <ezannoni@redhat.com>
6370
6371 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6372 minimal information about libiberty.
6373
e4937fc1
MC
63742004-02-06 Michael Chastain <mec.gnu@mindspring.com>
6375
6376 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6377
a9331b3f
RM
63782004-02-04 Roland McGrath <roland@redhat.com>
6379
6380 * gdb.texinfo (Auxiliary Vector): New node (section).
6381 (Data): Add it to the menu.
6382
2650777c
JJ
63832004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6384
6385 * gdb.texinfo (Breakpoints): Add information about pending
6386 breakpoint support.
6387
b4501125
AC
63882004-01-26 Andrew Cagney <cagney@redhat.com>
6389
6390 * gdb.texinfo (Overview): Delete references to the cisco protocol
6391 including the "N" response.
6392
74055713
AC
63932004-01-26 Andrew Cagney <cagney@redhat.com>
6394
6395 * gdbint.texinfo (Target Architecture Definition): Rename
6396 EXTRACT_STRUCT_VALUE_ADDRESS to
6397 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 6398
3bbe9696
EZ
63992004-01-24 Eli Zaretskii <eliz@gnu.org>
6400
6401 * gdb.texinfo (KOD): Document "show os". Add index entries for
6402 "set/show os" and "info cisco" commands.
6403
5843504f
EZ
64042004-01-21 Eli Zaretskii <eliz@gnu.org>
6405
6406 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6407
9175c9a3
MC
64082004-01-19 Michael Chastain <mec.gnu@mindspring.com>
6409
6410 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6411 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6412
8e94b928
NR
64132004-01-19 Nick Roberts <nick@nick.uklinux.net>
6414
6415 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6416 -stack-list-locals.
6417 (GDB/MI Variable Objects): Describe extension to
6418 -var-list-children.
6419
a20cf136
DJ
64202004-01-17 Daniel Jacobowitz <drow@mvista.com>
6421
6422 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6423
afb18d0f
AC
64242004-01-17 Andrew Cagney <cagney@redhat.com>
6425
6426 * gdbint.texinfo (Target Architecture Definition): Delete
6427 documentation on DEPRECATED_NPC_REGNUM.
6428
b51970ac
DJ
64292004-01-13 Daniel Jacobowitz <drow@mvista.com>
6430
6431 * gdb.texinfo: Update copyright year. Mention that set
6432 follow-fork-mode is supported on GNU/Linux. Remove documentation of
6433 "set follow-fork-mode ask".
6434
0f0cffd2
AC
64352004-01-13 Andrew Cagney <cagney@redhat.com>
6436
6437 * gdbint.texinfo: Update copyright year.
6438 (Coding): Add -Wunused-label to list of -Werror warnings.
6439
c552b3bb 64402004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 6441 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
6442
6443 * gdb.texinfo: Update copyright.
6444 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
6445 around names, as appropriate. Minor syntax cleanup of
6446 _NSPrintForDebugger explanation. Two spaces after periods.
6447 GDBN used instead of lit. "gdb". Index entries added for
6448 print-object and _NSPrintForDebugger. @noindent added in one spot.
6449
afe157ca
EZ
64502003-11-11 Elena Zannoni <ezannoni@redhat.com>
6451
6452 * stabs.texinfo: Add dircategory and direntry commands.
6453 * annotate.texinfo: Ditto.
6454
963e2bb7
AC
64552003-11-10 Andrew Cagney <cagney@redhat.com>
6456
6457 * gdbint.texinfo (Target Architecture Definition): Replace the
6458 return_value method's "inval" and "outval" parameters with
6459 "readbuf" and "writebuf".
6460
1d8b2f28
JB
64612003-10-28 Jim Blandy <jimb@redhat.com>
6462
6463 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6464 from "The `F' request packet" and "The `F' reply packet", to make
6465 texi2dvi happy.
6466 (File-I/O remote protocol extension): Update menu entries, too.
6467
36d86913
MC
64682003-10-26 Michael Chastain <mec@shout.net>
6469
6470 * gdb.texinfo (Thread Stops): Document the issue with
6471 premature return from system calls in multi-threaded programs.
6472
ce2826aa
AC
64732003-10-24 Andrew Cagney <cagney@redhat.com>
6474
6475 * annotate.texinfo: Fix "fortunatly"[sic].
6476
f24c5e49
KI
64772003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6478
6479 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6480 with "Hitachi" and "Mitsubishi".
6481
92ad9cd9
AC
64822003-10-20 Andrew Cagney <cagney@redhat.com>
6483
6484 * gdbint.texinfo (Target Architecture Definition): Document
6485 gdbarch_return_value. Add cross references from
6486 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6487 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6488
0ab4b752
MK
64892003-10-18 Mark Kettenis <kettenis@gnu.org>
6490
6491 * gdbint.texinfo (Target Architecture Definition): Document
6492 regset_from_core_section.
fb3e19c0
KI
6493
64942003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6495
6496 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6497
a9331b3f 64982003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
6499
6500 From Anthony Green <green@redhat.com>:
5ae4183a 6501 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 6502
1485d690
KB
65032003-10-14 Kevin Buettner <kevinb@redhat.com>
6504
889bf7c5
PA
6505 * gdb.texinfo (Breakpoint related warnings): New node.
6506 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 6507
86d30acc
DJ
65082003-10-13 Daniel Jacobowitz <drow@mvista.com>
6509
6510 * gdb.texinfo (Remote Protocol): Document v and vCont.
6511
172c2a43
KI
65122003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6513
6514 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6515 * gdbint.texinfo: Ditto.
6516
71952f4c
AC
65172003-10-09 Andrew Cagney <cagney@redhat.com>
6518
6519 From 2003-09-18 David Anderson <davea@sgi.com>:
6520 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6521 "command".
6522
268e2188
AC
65232003-10-03 Andrew Cagney <cagney@redhat.com>
6524
6525 * gdbint.texinfo (Target Architecture Definition): Deprecate
6526 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
6527 just target.
6528
12c266ea 65292003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 6530
f30992d4 6531 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
6532 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6533 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6534 * gdbint.texinfo (Target Architecture Definition): Rename
6535
65362003-09-30 Andrew Cagney <cagney@redhat.com>
6537
f30992d4 6538 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 6539 (Target Architecture Definition):
f30992d4 6540
2e092625
AC
6541 * gdbint.texinfo (Target Architecture Definition): Rename
6542 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6543
0717ae8a
AC
65442003-09-29 Andrew Cagney <cagney@redhat.com>
6545
dad809b7
AC
6546 * gdbint.texinfo (Target Architecture Definition): Delete
6547 documentation for NEED_TEXT_START_END.
6548
0717ae8a
AC
6549 * gdbint.texinfo (Target Architecture Definition): Rename
6550 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6551 TARGET_WRITE_PC.
a9331b3f 6552
af6cf26d
MC
65532003-09-22 Michael Chastain <mec@shout.net>
6554
6555 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6556
ee206350
AG
65572003-09-21 Anthony Green <green@redhat.com>
6558
6559 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6560
a38c9fe6
MK
65612003-09-21 Mark Kettenis <kettenis@gnu.org>
6562
6563 * gdbint.texinfo (Target Architecture Definition): Document
6564 stabs_argument_has_addr.
6565
77949794
AC
65662003-09-18 Andrew Cagney <cagney@redhat.com>
6567
6568 * gdbint.texinfo (Target Architecture Definition): Delete
6569 documentation on REGISTER_NAMES.
6570
8e823e25
MK
65712003-09-13 Mark Kettenis <kettenis@gnu.org>
6572
6573 * gdbint.texinfo (Target Architecture Definition): Replace
6574 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6575
f27dd7fd
AC
65762003-09-11 Andrew Cagney <cagney@redhat.com>
6577
6578 * gdbint.texinfo (Target Architecture Definition): Replace
6579 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6580
8b148df9
AC
65812003-08-18 Andrew Cagney <cagney@redhat.com>
6582
6583 * gdbint.texinfo (Target Architecture Definition): Document
6584 "frame_red_zone_size".
6585
25d29d70
AC
65862003-08-09 Andrew Cagney <cagney@redhat.com>
6587
6588 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6589 with "set/show backtrace past-main" and "set/show backtrace
6590 limit".
6591
c938e9b0
L
65922003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6593
6594 * Makefile.in (install-info): Support DESTDIR.
6595 (install-html): Likewise.
6596
64fabec2
AC
65972003-08-07 Andrew Cagney <cagney@redhat.com>
6598
6599 Patch from Nick Roberts.
6600 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6601 bindings. Remove description of send-gdb-command.
6602
2fcf52f0
AC
66032003-08-07 Andrew Cagney <cagney@redhat.com>
6604
6605 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6606 GDB 6.0.
6607
086432e2
AC
66082003-08-06 Andrew Cagney <cagney@redhat.com>
6609
6610 * gdb.texinfo (Mode Options): Mention that level three is the
6611 highest available and that level 2 is deprecated.
6612 (Annotations Overview): Mention annotation levels. Cross reference
6613 to "Limitations of the Annotation Interface" in annotate.texi.
6614 (TODO, Value Annotations, Frame Annotations): Delete section.
6615 (Displays, Breakpoint Info): Delete.
6616
e5249f67
AC
66172003-08-04 Andrew Cagney <cagney@redhat.com>
6618
6619 * agentexpr.texi: Delete @bye.
6620 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6621 (stabs.info): Add $(srcdir) to include search path.
6622 (html): Depend on "annotate_toc.html", and not "annotate.html".
6623 * stabs.texinfo: Ditto. Include "fdl.texi".
6624 * gdbint.texinfo: Update copyright statement's list of invariant
6625 sections.
6626
e6f672d2
AC
66272003-07-28 Andrew Cagney <cagney@redhat.com>
6628
6629 * Makefile.in (INFO_DEPS): Add annotate.info.
6630 (dvi, ps, html, pdf): Add annotate.
6631 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6632 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6633 (ANNOTATE_DOC_FILES): New macro.
6634 (ANNOTATE_TEX_TMPS): New macro.
6635 (annotate.info, annotate_toc.html): Specify dependencies.
6636 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6637 * annotate.texinfo: Rename annotate.texi. Get building. Add
6638 "Migrating to GDB/MI" and "Limitations of the Annotation
6639 Interface" chapters. Mention why it is not part of the user
6640 guide. Update copyright notice. Include "fdl.texi".
6641
72ffddc9
SC
66422003-07-26 Stephane Carrez <stcarrez@nerim.fr>
6643
6644 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6645
a9f12a31
DJ
66462003-07-24 Daniel Jacobowitz <drow@mvista.com>
6647
6648 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6649
b1fe9455
DJ
66502003-07-24 Daniel Jacobowitz <drow@mvista.com>
6651
6652 * gdb.texinfo (Server): Mention pidof.
6653
153721e6
AC
66542003-07-22 Andrew Cagney <cagney@redhat.com>
6655
6656 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6657 list.
6658
0fac0b41
DJ
66592003-06-28 Daniel Jacobowitz <drow@mvista.com>
6660
6661 * gdb.texinfo (Logging output): New chapter.
6662
4e562065
JB
66632003-06-24 Joel Brobecker <brobecker@gnat.com>
6664
6665 * gdb.texinfo (Unsupported languages): New section.
6666 (Languages): Add link to new section.
6667
f2c06f52
AC
66682003-06-22 Andrew Cagney <cagney@redhat.com>
6669
6670 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
6671
b4177fca
DJ
66722003-06-22 Daniel Jacobowitz <drow@mvista.com>
6673
6674 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
6675
f418dd93
DJ
66762003-06-22 Daniel Jacobowitz <drow@mvista.com>
6677
6678 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
6679 * agentexpr.texi: Retitle section, and change it to an appendix.
6680 Comment out texinfo initialization. Factor a @var{} into two
6681 pieces to prevent makeinfo warnings.
6682 * gdb.texinfo: Add Agent Expressions appendix.
6683
4ca61388
DJ
66842003-06-19 Daniel Jacobowitz <drow@mvista.com>
6685
6686 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
6687
07f31aa6
DJ
66882003-06-18 Daniel Jacobowitz <drow@mvista.com>
6689
5ae4183a 6690 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
6691 remote target". Document the "detach" and "disconnect" commands.
6692 (Server, Netware, Debug Session): Reference "Connecting to a
6693 remote target".
6694 (GDB/MI Target Manipulation): Document "-target-disconnect".
6695
2dd0da42
AC
66962003-06-13 Andrew Cagney <cagney@redhat.com>
6697
6698 * gdbint.texinfo (Target Architecture Definition): Deprecate
6699 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
6700 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
6701
e7a3abfc
JB
67022003-06-09 Jim Blandy <jimb@redhat.com>
6703
6704 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
6705
25e3a86b
AC
67062003-06-08 Andrew Cagney <cagney@redhat.com>
6707
6708 * gdbint.texinfo (Target Architecture Definition): Delete
6709 documentation on FRAME_ARGS_ADDRESS_CORRECT.
6710
a9e5fdc2
AC
67112003-06-08 Andrew Cagney <cagney@redhat.com>
6712
6713 * gdbint.texinfo (Target Architecture Definition): Document
6714 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
6715
b37303ee
AF
67162003-06-07 Adam Fedor <fedor@gnu.org>
6717
6718 * gdb.texinfo: Add Objective-C documentation.
6719
39fe6e80
AC
67202003-06-01 Andrew Cagney <cagney@redhat.com>
6721
6722 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
6723 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
6724
125309b2
AC
67252003-05-21 Andrew Cagney <cagney@redhat.com>
6726
6727 * gdbint.texinfo (Target Architecture Definition): Delete
6728 references to "extract_address" and "store_address".
6729
b8b527c5
AC
67302003-05-16 Andrew Cagney <cagney@redhat.com>
6731
6732 * gdbint.texinfo (Target Architecture Definition): Replace
6733 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
6734 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
6735
50e3ee83
TR
67362003-05-14 Theodore A. Roth <troth@openavr.org>
6737
6738 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
6739
44e2be90
L
67402003-05-10 H.J. Lu <hongjiu.lu@intel.com>
6741
6742 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6743 (gdb.dvi): Likewise.
6744 (gdb.pdf): Likewise.
6745 (links2roff): Likewise.
6746
df5215a6
JB
67472003-05-08 Jim Blandy <jimb@redhat.com>
6748
6749 * gdb.texinfo (Dump/Restore Files): Update documentation for
6750 'dump', 'append', and 'restore': note that format argument is
6751 optional; simplify presentation of the command variants; and be
6752 more precise about the formats.
6753
5e7b2f39
JB
67542003-05-07 Jim Blandy <jimb@redhat.com>
6755
6756 * gdb.texinfo (Symbols): Update documentation: 'maint list
6757 symtabs' and 'maint list psymtabs' have been renamed 'maint info
6758 symtabs' and 'maint info psymtabs'.
6759
b1e29e33
AC
67602003-05-05 Andrew Cagney <cagney@redhat.com>
6761
6762 * gdbint.texinfo (Target Architecture Definition): Make
6763 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6764 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6765 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6766
00905d52
AC
67672003-05-04 Andrew Cagney <cagney@redhat.com>
6768
6769 * gdb.texinfo (Maintenance Commands): Document "maint print
6770 dummy-frames".
6771
54ff5908
AC
67722003-05-04 Andrew Cagney <cagney@redhat.com>
6773
6774 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6775
32e7087d
JB
67762003-05-03 J. Brobecker <brobecker@gnat.com>
6777
6778 Thierry Schneider <tpschneider1@yahoo.com>
6779 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6780 for new MI command.
6781
7043d8dc
AC
67822003-05-03 Andrew Cagney <cagney@redhat.com>
6783
6784 * gdbint.texinfo (Target Architecture Definition): Document
6785 push_dummy_code. Add cross references.
6786
e33d66ec
EZ
67872003-05-02 Elena Zannoni <ezannoni@redhat.com>
6788
6789 * gdb.texinfo (Character Sets): Update to reflect new behavior of
6790 set/show charsets commands.
6791
0ba6dca9
AC
67922003-04-28 Andrew Cagney <cagney@redhat.com>
6793
6794 * gdbint.texinfo (Target Architecture Definition): Replace
6795 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6796 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6797
d7a27068
AC
67982003-04-28 Andrew Cagney <cagney@redhat.com>
6799
6800 * gdbint.texinfo (Target Architecture Definition): Rename
6801 "tm_print_insn" to "deprecated_tm_print_insn".
6802
44ea7b70
JB
68032003-04-09 Jim Blandy <jimb@redhat.com>
6804
6805 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6806 list psymtabs'.
6807
fb8f8949
AC
68082003-04-08 Andrew Cagney <cagney@redhat.com>
6809
6810 * gdbint.texinfo (Target Architecture Definition): Delete
6811 references to EXTRA_FRAME_INFO.
6812
32fb0f22
AC
68132003-04-08 Andrew Cagney <cagney@redhat.com>
6814
6815 * gdbint.texinfo (Target Architecture Definition): Delete
6816 PRINT_TYPELESS_INTEGER.
6817
6be67e67
JB
68182003-04-02 J. Brobecker <brobecker@gnat.com>
6819
6820 * observer.texi (GDB Observers): Adjust the documentation for the
6821 normal_stop notification to better describe reality. Fix a couple
6822 of minor typos.
6823
4e35d5f0
BR
68242003-04-02 Bob Rossi <bob_rossi@cox.net>
6825
a9331b3f 6826 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
6827 '-file-list-exec-source-file'
6828
e8a8712a
AC
68292003-03-31 Andrew Cagney <cagney@redhat.com>
6830
6831 * gdbint.texinfo (Target Architecture Definition): Delete
6832 references to CALL_DUMMY_P.
6833
6c0e89ed
AC
68342003-03-30 Andrew Cagney <cagney@redhat.com>
6835
6836 * gdbint.texinfo (Target Architecture Definition): Remove
6837 reference to TARGET_WRITE_SP.
a9331b3f 6838
378bfd1b
AC
68392003-03-27 Andrew Cagney <cagney@redhat.com>
6840
6841 * gdbint.texinfo (Target Architecture Definition): Remove
6842 references to write_sp.
6c0e89ed 6843
922fbb7b
AC
68442003-03-27 Andrew Cagney <cagney@redhat.com>
6845
6846 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6847 chapter body. Use @smallexample instead of @example.
6848 (Annotations): Ditto.
6849 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6850 annotate.texi.
6851
b81774d8
AC
68522003-03-26 Andrew Cagney <cagney@redhat.com>
6853
6854 * gdbint.texinfo (Target Architecture Definition): Replace
6855 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6856 dummy_addr parameters.
6857
1bf6d5cc
AC
68582003-03-25 Andrew Cagney <cagney@redhat.com>
6859
6860 * gdbint.texinfo (Target Architecture Definition): Delete
6861 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
6862 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6863 Add reference to PUSH_ARGUMENTS.
6864
618ce49f
AC
68652003-03-23 Andrew Cagney <cagney@redhat.com>
6866
6867 * gdbint.texinfo (Algorithms, Target Architecture Definition):
6868 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6869
bcd7e15f
JB
68702003-03-18 J. Brobecker <brobecker@gnat.com>
6871
6872 * gdbint.texinfo (Algorithms): Add new section describing the
6873 Observer paradigm.
6874 (Top): Add menu entry to new observer appendix.
6875 * observer.texi: New file.
6876 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6877 new observer.texi file.
6878
9fe8321b
AC
68792003-03-17 Andrew Cagney <cagney@redhat.com>
6880
6881 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
6882 that GNU Press update the manual version number.
6883
ac2adee5
AC
68842003-03-12 Andrew Cagney <cagney@redhat.com>
6885
6886 * gdbint.texinfo (Target Architecture Definition): Delete
6887 references to get_saved_register. Rename GET_SAVED_REGISTER to
6888 DEPRECATED_GET_SAVED_REGISTER.
6889
749b82f6
AC
68902003-03-13 Andrew Cagney <cagney@redhat.com>
6891
6892 * gdbint.texinfo (Target Architecture Definition): Replace
6893 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
6894
8bedc050
AC
68952003-03-12 Andrew Cagney <cagney@redhat.com>
6896
6897 * gdbint.texinfo (Target Architecture Definition): Rename
6898 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 6899
0ce1b118
CV
69002003-03-10 Corinna Vinschen <vinschen@redhat.com>
6901
6902 * gdb.texinfo: Add File-I/O documentation.
6903
12cc2063
AC
69042003-03-10 Andrew Cagney <cagney@redhat.com>
6905
6906 * gdbint.texinfo (Target Architecture Definition): Cross reference
6907 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
6908
7453dc06
AC
69092003-03-07 Andrew Cagney <cagney@redhat.com>
6910
6911 * gdb.texinfo (Debugging Output): Mention the "set/show debug
6912 frame" command.
6913
6314f104
AC
69142003-03-05 Andrew Cagney <cagney@redhat.com>
6915
6916 * gdbint.texinfo (Target Architecture Definition): Document
6917 unwind_dummy_id. Cross reference unwind_dummy_id and
6918 SAVE_DUMMY_FRAME_TOS.
6919
f1212245
DJ
69202003-03-05 James Ingham <jingham@apple.com>
6921 Daniel Jacobowitz <drow@mvista.com>
6922
6923 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
6924 and "show cp-abi".
6925
77e7e267
AC
69262003-03-03 Andrew Cagney <cagney@redhat.com>
6927
6928 * gdbint.texinfo (Target Architecture Definition): Document
6929 register_type.
6930
838a8221
AC
69312003-03-03 Andrew Cagney <cagney@redhat.com>
6932
6933 * stabs.texinfo (Structures): Use @samp and separate @var's
6934 instead of a single @var containing a comma separated list.
6935 (Unions): Ditto.
6936
d7f4a264
DJ
69372003-03-02 Daniel Jacobowitz <drow@mvista.com>
6938
6939 * Makefile.in (distclean): Remove config.log.
6940
f30ee0bc
AC
69412003-03-01 Andrew Cagney <cagney@redhat.com>
6942
6943 * gdbint.texinfo (Target Architecture Definition): Rename
6944 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
6945
69462003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
6947
6948 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
6949 DEPRECATED_INIT_EXTRA_FRAME_INFO.
6950
be448670
CF
69512003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6952
6953 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
6954 (Non-debug DLL symbols): New node, describing the minimal symbols
6955 loaded from DLLs without real debugging symbols.
6956
501eef12
AC
69572003-02-20 Andrew Cagney <ac131313@redhat.com>
6958
6959 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
6960 hardware-breakpoint-limit".
6961 (Set Watchpoints): Add cross reference to "set remote
6962 hardware-watchpoint-limit".
6963 (Remote configuration options): New section.
6964
21c294e6
AC
69652003-02-04 Andrew Cagney <ac131313@redhat.com>
6966
e9be73e4
AC
6967 * gdbint.texinfo (Target Architecture Definition): Delete
6968 descrption of IS_TRAPPED_INTERNALVAR.
6969
21c294e6
AC
6970 From Keith Seitz <keiths@redhat.com>:
6971 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
6972 option "-i"/"--interpreter" to this chapter. Include index
6973 entries.
6974
0179ffac
DC
69752003-02-04 David Carlton <carlton@math.stanford.edu>
6976
6977 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
6978 (Variables): Recommend stabs+ and DWARF 2.
6979 (C plus plus expressions): Correct info about
6980 compiler versions, debug formats.
6981 (Contributors): Change 'DWARF2' to 'DWARF 2'.
6982 PR symtab/874.
6983
7ca9f392
AC
69842003-02-01 Andrew Cagney <ac131313@redhat.com>
6985
6986 * gdbint.texinfo (Target Architecture Definition): Delete
6987 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
6988 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
6989 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
6990 references to nindy and i960.
6991 * gdb.texinfo (i960): Delete all references to i960 and nindy.
6992
31a85ea2
AC
69932003-02-01 Andrew Cagney <ac131313@redhat.com>
6994
6995 * gdbint.texinfo (Target Architecture Definition): Delete
6996 FLOAT_INFO.
6997
6b894e49
AC
69982003-01-30 Andrew Cagney <ac131313@redhat.com>
6999
7000 * stabs.texinfo (Member Type Descriptor): Clarify description of
7001 `@'. Suggested by Ben Hutchings.
7002
c48861fb
AC
70032003-01-29 Andrew Cagney <ac131313@redhat.com>
7004
7005 * gdb.texinfo (M68K): Delete reference to es1800.
7006
617073a9
AC
70072003-01-29 Andrew Cagney <ac131313@redhat.com>
7008
7009 * gdb.texinfo (Maintenance Commands): Document `maint print
7010 reggroups' and `maint print register-groups'.
7011 * gdbint.texinfo (Target Architecture Definition): Document
7012 register_reggroup_p.
7013
5b5d99cf
JB
70142003-01-23 Jim Blandy <jimb@redhat.com>
7015
7016 * gdb.texinfo (Separate Debug Files): New section.
7017
e7ba9c65
DJ
70182003-01-22 Daniel Jacobowitz <drow@mvista.com>
7019
7020 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
7021 and "maint show profile".
7022
94e91d6d
MC
70232003-01-16 Michael Chastain <mec@shout.net>
7024
7025 * gdb.texinfo (Installing GDB): Warn against
7026 ".../gdb-VERSION/gdb/configure".
7027 (Separate Objdir): Likewise.
7028
867f3898
AC
70292003-01-15 Andrew Cagney <ac131313@redhat.com>
7030
7031 * gdbint.texinfo (Target Architecture Definition): Delete
7032 definition of PRINT_REGISTER_HOOK.
7033
f153cc92
EZ
70342003-01-15 Elena Zannoni <ezannoni@redhat.com>
7035
7036 (OpenRISC 1000): Fix formatting of command names.
7037
c60eb6f1
EZ
70382003-01-15 Elena Zannoni <ezannoni@redhat.com>
7039
7040 * gdb.texinfo (Continuing and Stepping): Add new command
7041 'advance'. Clarify behavior of 'until'.
7042
f5ebfba0
DJ
70432003-01-13 Daniel Jacobowitz <drow@mvista.com>
7044
7045 * gdb.texinfo (Files): Document solib-absolute-prefix and
7046 solib-search-path.
7047
4ce8657e
MC
70482003-01-09 Michael Chastain <mec@shout.net>
7049
7050 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
7051 (Create a Release): Add new instructions for new @file{src-release}.
7052 Document existing instructions for @file{Makefile.in} as
7053 being for @value{GDBN} 5.3.1 or earlier.
7054
372613e3
AC
70552003-01-09 Andrew Cagney <ac131313@redhat.com>
7056
7057 * gdbint.texinfo (Target Architecture Definition): Mention
7058 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
7059 allocate memory.
7060
b4e9345d
DJ
70612003-01-04 Daniel Jacobowitz <drow@mvista.com>
7062
7063 * gdb.texinfo (Controlling GDB): Add @kindex for
7064 "show osabi".
7065 (Backtraces): Add @kindex's for backtrace-below-main.
7066
98b45e30
DJ
70672003-01-04 Daniel Jacobowitz <drow@mvista.com>
7068
7069 * gdb.texinfo (Controlling GDB): Document "set osabi".
7070
95f90d25
DJ
70712003-01-04 Daniel Jacobowitz <drow@mvista.com>
7072
7073 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
7074 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
7075
1e698235
DJ
70762003-01-04 Daniel Jacobowitz <drow@mvista.com>
7077
7078 * gdb.texinfo (Controlling GDB): Add ABI section. Document
7079 "set coerce-float-to-double".
7080 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
7081
e632838e
AC
70822003-01-02 Andrew Cagney <ac131313@redhat.com>
7083
7084 * stabs.texinfo: Remove obsolete text.
7085 * gdbint.texinfo: Ditto.
7086 * gdb.texinfo: Ditto.
7087
c133ab7a
MK
70882002-12-22 Mark Kettenis <kettenis@gnu.org>
7089
7090 * gdbint.texinfo (Target Architecture Definition): Update
7091 description of gdbarch_register_osabi.
7092
f821f325
KH
70932002-12-20 Kazu Hirata <kazu@cs.umass.edu>
7094
7095 * agentexpr.texi: Fix typos.
7096 * annotate.texi: Likewise.
7097 * fdl.texi: Likewise.
7098
85a6d8d3 70992002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
7100
7101 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
7102 DEPRECATED_INIT_FRAME_PC.
7103
ae45cd16
AC
71042002-12-01 Andrew Cagney <ac131313@redhat.com>
7105
7106 * gdbint.texinfo (Target Architecture Definition): Delete
7107 PC_IN_CALL_DUMMY.
7108
07555a72
AC
71092002-11-28 Andrew Cagney <ac131313@redhat.com>
7110
7111 * gdbint.texinfo (Host Definition): Delete documentation on
7112 USE_GENERIC_DUMMY_FRAMES.
7113
c166cdc7
EZ
71142002-11-26 Elena Zannoni <ezannoni@redhat.com>
7115
5ae4183a 7116 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
7117 * Makefile.in (install-info): Run the install-info command as part
7118 of the post install steps only.
7119 (uninstall-info): New target.
7120 (uninstall): New target.
7121
35db0260
EZ
71222002-11-22 Elena Zannoni <ezannoni@redhat.com>
7123
7124 * Makefile.in (install): Make install do some real work.
7125
9ba8d803
AC
71262002-11-19 Andrew Cagney <ac131313@redhat.com>
7127
7128 Fix POSIX problem reported by Paul Eggert.
7129 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
7130 Fix PR gdb/527.
7131
903ad3a6
AC
71322002-10-26 Andrew Cagney <cagney@redhat.com>
7133
7134 * gdbint.texinfo (Target Architecture Definition): Delete
7135 definition of DO_REGISTERS_INFO.
7136
f2abfe65
KB
71372002-10-18 Kevin Buettner <kevinb@redhat.com>
7138
7139 * gdbint.texinfo (Address Classes): Fix problems with insertion
7140 of ``{'' and ``}'' in example.
7141
b5b0480a
KB
71422002-10-17 Kevin Buettner <kevinb@redhat.com>
7143
7144 * gdbint.texinfo (Address Classes): New section.
7145 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
7146 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
7147 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
7148 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
7149
c85508ee
KD
71502002-10-11 Klee Dienes <kdienes@apple.com>
7151
7152 * gdb.texinfo (Registers): Mention vector registers as well as
7153 floating registers in the documentation for 'info registers' and
7154 'info all-registers'.
7155
6d12fc3d
DJ
71562002-10-11 Daniel Jacobowitz <drow@mvista.com>
7157
7158 * gdbint.texinfo (CPLUS_MARKER): Remove item.
7159
8d19fbd2
JJ
71602002-10-03 Jeff Johnston <jjohnstn@redhat.com>
7161
7162 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
7163 interface definition.
7164
a37295f9
MM
71652002-10-03 Marko Mlinar <markom@opencores.org>
7166
7167 * gdb.texinfo (Target Commands): Add or1k target specific
7168 commands.
7169 * gdb.texinfo (Contributors): Add myself to the contributors list.
7170
da0f9dcd
AC
71712002-10-01 Andrew Cagney <ac131313@redhat.com>
7172
7173 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
7174 and "mi1" instead of "mi1" and "mi0".
7175
2e834e49
HPN
71762002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
7177
7178 * gdb.texinfo (Packets): Fix typos "alligned".
7179 Correct z3/Z3 description. Correct z4/Z4 title.
7180
050be0dc
AC
71812002-09-27 Andrew Cagney <ac131313@redhat.com>
7182
7183 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
7184
1104b9e7
KB
71852002-09-25 Kevin Buettner <kevinb@redhat.com>
7186
7187 * gdb.texinfo: Use GNU/Linux instead of Linux.
7188
512217c7
AC
71892002-09-25 Andrew Cagney <ac131313@redhat.com>
7190
7191 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
7192
10998722
AC
71932002-09-24 Andrew Cagney <ac131313@redhat.com>
7194
512217c7 7195 * gdb.texinfo: Replace @example with @smallexample.
10998722 7196
a0eb71c5
KB
71972002-09-20 Kevin Buettner <kevinb@redhat.com>
7198
f7dc1244 7199 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
7200 * gdb.texinfo (Character Sets): Use @smallexample instead of
7201 @example. Use GNU/Linux instead of Linux.
7202
72032002-09-20 Jim Blandy <jimb@redhat.com>
7204
7205 * gdb.texinfo: Add character set documentation.
7206
2f870471
AC
72072002-09-19 Andrew Cagney <ac131313@redhat.com>
7208
7209 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
7210 (Packets): Add cross reference from `b' packet to `z' packets.
7211
790eb8f5
AC
72122002-09-19 Andrew Cagney <ac131313@redhat.com>
7213
8d30a00d
AC
7214 * gdb.texinfo (Maintenance Commands): Document ``maint
7215 internal-error'' and ``maint internal-warning''.
7216
790eb8f5
AC
7217 * gdbint.texinfo (Target Architecture Definition): Revise
7218 description of STACK_ALIGN. Add description of FRAME_ALIGN.
7219
a23a7bf1
JB
72202002-09-19 Joel Brobecker <brobecker@gnat.com>
7221
7222 * gdbint.texinfo (Target Conditionals): Document the new
7223 NAME_OF_MALLOC macro.
7224
299ffc64
AC
72252002-09-05 Andrew Cagney <ac131313@redhat.com>
7226
7227 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7228 engineer.
7229
b7bb15bc
SC
72302002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7231
7232 * gdb.texinfo (TUI Overview): Document status line fields.
7233
3d757584
SC
72342002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7235
7236 * gdb.texinfo (TUI Commands): Document info win command.
7237
269c21fe
SC
72382002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7239
7240 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7241
7cf36c78
SC
72422002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7243
7244 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7245 (TUI Keys): Likewise.
7246
d2c6833e
AC
72472002-08-25 Andrew Cagney <ac131313@redhat.com>
7248
7249 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7250 for a packet receive.
7251
46d8b1c3
AC
72522002-08-25 Andrew Cagney <ac131313@redhat.com>
7253
7254 * Makefile.in (clean): Move to end of file.
7255 (distclean, maintainer-clean, realclean): Ditto.
7256 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
7257 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7258 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7259 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7260
b0787093
AC
72612002-08-24 Andrew Cagney <ac131313@redhat.com>
7262
7263 * Makefile.in (GDBINT_TEX_TMPS): Define.
7264 (gdbint.dvi, gdbint.pdf): Use
7265 (GDB_TEX_TMPS): Define.
7266 (gdb.dvi, gdb.pdf): Use.
7267 (STABS_TEX_TMPS): Define.
7268 (stabs.dvi, stabs.pdf): Use.
7269 (GDB_DOC_SOURCE_INCLUDES): New macros.
7270 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7271 (GDBINT_DOC_FILES_INCLUDES): New macros.
7272 (GDBINT_DOC_BUILD_INCLUDES): New macros.
7273 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7274 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7275 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7276 (links2roff): Replace SFILES_INCLUDED with
7277 GDB_DOC_SOURCE_INCLUDES.
7278 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7279 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7280 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7281 dependencies.
7282 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7283 dependencies.
7284 (gdbmi.texinfo): Delete rule.
7285 (inc-hist.texinfo): Delete rule.
7286 (rluser.texinfo): Delete rule.
7287
ebba8386
AC
72882002-08-23 Andrew Cagney <cagney@redhat.com>
7289
7290 * gdbint.texinfo (Target Architecture Definition): Update
7291 STORE_RETURN_VALUE, mention regcache.
7292
0ab7a791
AC
72932002-08-21 Andrew Cagney <ac131313@redhat.com>
7294
7295 * gdbint.texinfo (Target Architecture Definition): Document
7296 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
7297
ee2d5c50
AC
72982002-08-19 Andrew Cagney <ac131313@redhat.com>
7299
7300 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
7301 Fix minor typos. Add index entries.
7302
53c69bd7
AC
73032002-08-18 Andrew Cagney <ac131313@redhat.com>
7304
7305 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7306
e76f1f2e
AC
73072002-08-15 Andrew Cagney <ac131313@redhat.com>
7308
7309 * gdbint.texinfo (Target Architecture Definition): Document
7310 PRINT_VECTOR_INFO.
7311 * gdb.texinfo (Vector Unit): Document "info vectors" command.
7312
0680b120
AC
73132002-08-13 Andrew Cagney <ac131313@redhat.com>
7314
7315 * gdb.texinfo (Maintenance Commands): Document "maint print
7316 registers", "maint print raw-registers" and "maint print
7317 cooked-registers".
7318
3c3bea1c
GS
73192002-08-08 Grace Sainsbury <graces@redhat.com>
7320
a9331b3f 7321 From Mark Salter:
3c3bea1c
GS
7322 * gdb.texinfo (Protocol): Document T packet extension to
7323 allow watchpoint address reporting.
7324
42f9b0a5
AC
73252002-08-03 Andrew Cagney <ac131313@redhat.com>
7326
7327 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7328
db034ac5
AC
73292002-08-01 Andrew Cagney <cagney@redhat.com>
7330
7331 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7332 to CHILL.
7333
e2b28d04
AC
73342002-08-01 Andrew Cagney <ac131313@redhat.com>
7335
7336 * gdbint.texinfo (Coding): Revise section "Include Files".
7337
7fb623f7
AC
73382002-07-24 Andrew Cagney <cagney@redhat.com>
7339
7340 * gdbint.texinfo: Obsolete references to m88k.
7341 * gdb.texinfo: Ditto.
7342
4a2b4636
JB
73432002-07-10 Joel Brobecker <brobecker@gnat.com>
7344
7fb623f7 7345 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
7346 where the proper version of autoconf can be retrieved.
7347
a71ec265
DH
73482002-07-09 Don Howard <dhoward@redhat.com>
7349
7350 * gdb.texinfo (Command Files): Further describe the behavior of
7351 sourced command files.
7352
b9aa90c9
AC
73532002-06-27 Andrew Cagney <ac131313@redhat.com>
7354
7355 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
7356 (Coding): Clarify ISO C version that GDB assumes.
7357
40dd2248
TT
73582002-06-26 Tom Tromey <tromey@redhat.com>
7359
7360 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7361 add_setshow_cmd_full.
7362
bfac230e
DH
73632002-06-25 Don Howard <dhoward@redhat.com>
7364
7365 * gdb.texinfo (Memory Region Attributes): Document new behavior
7366 for 'mem' command.
7367
475b0867
JB
73682002-06-11 Jim Blandy <jimb@redhat.com>
7369
919d772c
JB
7370 * gdb.texinfo (Symbols): Update documentation for `info source'
7371 command.
7372
475b0867
JB
7373 * gdb.texinfo (Macros): Call the command `info macro', not
7374 `show macro'.
7375
ba8c9337
AC
73762002-06-09 Andrew Cagney <ac131313@redhat.com>
7377
7378 * gdbint.texinfo (Coding): Add section ``Per-architecture module
7379 data''.
7380
1029b7fa
MK
73812002-06-09 Mark Kettenis <kettenis@gnu.org>
7382
7383 * gdbint.texinfo (Target Architecture Definition): Document
7384 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7385
16737d73
AC
73862002-06-08 Andrew Cagney <ac131313@redhat.com>
7387
7388 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7389 lists.
7390
30107679
AC
73912002-06-08 Andrew Cagney <ac131313@redhat.com>
7392
7393 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7394 Branch''.
7395
3352e23e
AC
73962002-06-01 Andrew Cagney <ac131313@redhat.com>
7397
7398 * gdbint.texinfo (Target Architecture Definition): Add section
7399 ``Converting an existing Target Architecture to Multi-arch''.
7400
cbb09e6a
AC
74012002-05-30 Andrew Cagney <ac131313@redhat.com>
7402
7403 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7404 to ``Obsoleting code''. Revise.
7405
e2e0bcd1
JB
74062002-05-17 Jim Blandy <jimb@redhat.com>
7407
7408 * gdb.texinfo (C Preprocessor Macros): New chapter.
7409 Include it in the main menu.
7410 (Contributors): Credit Jim Blandy with macro support.
7411 (Compilation): Explain how to get macro information into the
7412 executable.
7413 (Expressions): Note that preprocessor macros are expanded.
7414
9db8d71f
DJ
74152002-05-14 Daniel Jacobowitz <drow@mvista.com>
7416
7417 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7418 options for `target remote'.
7419
6d531722
AC
74202002-05-13 Andrew Cagney <ac131313@redhat.com>
7421
7422 * gdbint.texinfo (Target Architecture Definition): Delete
7423 documentation on NNPC_REGNUM.
7424
13d01224
AC
74252002-05-11 Andrew Cagney <ac131313@redhat.com>
7426
7427 * gdbint.texinfo (Target Architecture Definition): Document
7428 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7429 (Target Architecture Definition): Revise section `Using Different
7430 Register and Memory Data Representations'. Add section `Raw and
7431 Virtual Register Representations'.
7432
b2e75d78
AC
74332002-05-11 Andrew Cagney <ac131313@redhat.com>
7434
7435 * gdbint.texinfo (Target Architecture Definition): Mention
7436 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7437 (Target Architecture Definition): Mention same. Add references to
7438 web pages.
7439
2c8682ee
MS
74402002-05-08 Michael Snyder <msnyder@redhat.com>
7441
7442 * stabs.texinfo (Attributes): Document new "vector" attribute.
7443
0816590b
AC
74442002-05-04 Andrew Cagney <ac131313@redhat.com>
7445
7446 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7447
2653173e
AC
74482002-05-04 Andrew Cagney <ac131313@redhat.com>
7449
7450 * gdb.texinfo: Delete obsolete references to a29k.
7451
d7bd68ca
AC
74522002-04-24 Andrew Cagney <ac131313@redhat.com>
7453
7454 * gdbint.texinfo (Target Architecture Definition): Replace
7455 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7456
21d83aa5
DM
74572002-04-24 David S. Miller <davem@redhat.com>
7458
7459 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7460
7673a6cc
DM
74612002-04-21 David S. Miller <davem@redhat.com>
7462
7463 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7464
d49d1e0a
AC
74652002-04-21 Andrew Cagney <ac131313@redhat.com>
7466
7467 * gdbint.texinfo (Target Architecture Definition): Delete
7468 definition of HAVE_REGISTER_WINDOWS.
7469
f7dc1244 74702002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
7471
7472 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7473 "Theodore A. Roth" <troth@verinet.com>.
7474
5ca0cb28
DH
74752002-04-15 Don Howard <dhoward@redhat.com>
7476
f7dc1244 7477 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 7478 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 7479 Provide a better explaination of this feature.
5ca0cb28 7480
f208ba17
AC
74812002-04-14 Andrew Cagney <ac131313@redhat.com>
7482
7483 * gdbint.texinfo (Target Architecture Definition): Remove
7484 FRAME_CHAIN_COMBINE.
7485
d5ba91de
MC
74862002-04-12 Michael Chastain <mec@shout.net>
7487
7488 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7489 REG_STACK_SEGMENT.
7490
26818220
MC
74912002-04-09 Michael Chastain <mec@shout.net>
7492
7493 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7494 PYRAMID_* macros.
7495
129188f6
AC
74962002-04-07 Andrew Cagney <ac131313@redhat.com>
7497
7498 * gdb.texinfo (Bug Reporting): Document that the web is the
7499 prefered way of submitting bug reports.
7500 (Bug Reporting): Delete the s-mail address as the last resort.
7501
8227c0ff
AC
75022002-04-05 Andrew Cagney <ac131313@redhat.com>
7503
7504 * gdbint.texinfo (Target Architecture Definition): Delete
7505 references to TARGET_WRITE_FP and write_fp.
7506
16d9dec6
MS
75072002-03-27 Michael Snyder <msnyder@redhat.com>
7508
7509 * gdb.texinfo: Document new commands dump, append, and restore.
7510
9ae8b82c
AC
75112002-03-27 Andrew Cagney <ac131313@redhat.com>
7512
7513 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7514 Branch'.
7515
474c8240
AC
75162002-03-18 Andrew Cagney <ac131313@redhat.com>
7517
7518 * gdb.texinfo: Change all examples to @smallexample.
7519 * gdbint.texinfo: Ditto.
a9331b3f 7520
fb0ff88f
AC
75212002-03-18 Andrew Cagney <ac131313@redhat.com>
7522
7523 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7524 Branches''.
7525
9bb0a4d8
AC
75262002-03-18 Andrew Cagney <ac131313@redhat.com>
7527
7528 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7529 Policy''.
7530
937f164b
FF
75312002-03-04 Fred Fish <fnf@redhat.com>
7532
7533 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7534 expresson, suports, dependant, trhe, perhaphs, situtations,
7535 explictily, taged, oportunity, unfortunatly).
7536
a7b40f07
AC
75372002-02-24 Andrew Cagney <ac131313@redhat.com>
7538
7539 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7540 Remove reference to 3.12.
7541
aab4e0ec
AC
75422002-02-23 Andrew Cagney <ac131313@redhat.com>
7543
7544 * gdbint.texinfo: Include fdl.texi.
7545 (Top): Add GNU Free Documentation License.
7546 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7547 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7548 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7549 (gdbint.info): Add srcdir to include path.
7550 * gdb.texinfo: Include gpl.texi.
7551 (Top): Add Copying.
7552 * gpl.texi: New file.
7553
47b95330
AC
75542002-02-23 Andrew Cagney <ac131313@redhat.com>
7555
7556 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7557
78c47bea
PM
75582002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7559
7560 * gdb.texinfo: Document Cygwin native specific commands.
7561
56460a61
DJ
75622002-02-15 Daniel Jacobowitz <drow@mvista.com>
7563
7564 * gdb.texinfo: Document gdbserver ``--attach'' command.
7565
def71bfa
MS
75662002-02-07 Michael Snyder <msnyder@redhat.com>
7567
7568 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7569 to @code(_ovly_debug_event).
7570
c928edc0
AC
75712002-02-07 Andrew Cagney <ac131313@redhat.com>
7572
7573 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7574
81d46470
MS
75752002-02-06 Michael Snyder <msnyder@redhat.com>
7576
7577 * gdb.texinfo (overlays): Mention new magic symbol
7578 '_ovly_debug_event', which allows GDB to keep better track
7579 of overlays.
7580
f7dc1244 75812002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
7582
7583 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7584 Suggested by Dmitry Sivachenko.
7585
7586 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7587
15110bc3
MS
75882002-02-01 Michael Snyder <msnyder@redhat.com>
7589
7590 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7591
6763aef9
MS
75922002-01-30 Michael Snyder <msnyder@redhat.com>
7593
ac282366
MS
7594 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7595 (set trust-readonly-sections): Document.
6763aef9 7596
8642bc8f
AC
75972002-01-29 Andrew Cagney <ac131313@redhat.com>
7598
7599 * gdbint.texinfo (Releasing GDB): Revise and update.
7600
afe64c1a
AC
76012002-01-28 Andrew Cagney <ac131313@redhat.com>
7602
7603 * gdbint.texinfo (Target Architecture Definition): Delete
7604 description of TARGET_BYTE_ORDER_DEFAULT.
7605
f7dc1244 76062002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
7607
7608 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7609 <mitya@cavia.pp.ru>.
7610
3d6e1b5a
AC
76112002-01-23 Andrew Cagney <ac131313@redhat.com>
7612
7613 * libgdb.texinfo: Delete file.
7614
6c0e9fb3
AC
76152002-01-22 Andrew Cagney <ac131313@redhat.com>
7616
7617 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7618 * gdbint.texinfo: Ditto.
7619
e0ce93ac
AC
7620Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
7621
7622 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7623
be298bcc
AC
76242002-01-22 Andrew Cagney <ac131313@redhat.com>
7625
7626 * Makefile.in: Update copyright.
7627 (TEXI2DVI): Define.
7628 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7629 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
7630 gdb-cfg.texi.
7631 (TEXINDEX, PDFTEX): Delete makefile variables.
7632
8e04817f
AC
76332002-01-22 Andrew Cagney <ac131313@redhat.com>
7634
7635 * gdb.texinfo (Protocol): Move section to appendix.
7636
6b2f586d
AC
76372002-01-21 Andrew Cagney <ac131313@redhat.com>
7638
7639 * gdb.texinfo (Remote Debugging): Create a menu.
7640 (Top): Add ``Remote Debugging'' to menu.
7641
6f05cf9f
AC
76422002-01-21 Andrew Cagney <ac131313@redhat.com>
7643
7644 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7645 serial protocol'' from here.
7646 (Remote Debugging): To here. New chapter.
7647
3fd3d7d2
AC
76482002-01-20 Andrew Cagney <ac131313@redhat.com>
7649
7650 * gdbint.texinfo (Target Architecture Definition): Delete
7651 description of TARGET_BYTE_ORDER_SELECTABLE_P.
7652
7fd60527
AC
76532002-01-20 Andrew Cagney <ac131313@redhat.com>
7654
7655 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
7656 are no longer needed.
7657 (Porting GDB): Add maintainer note about configure.host.
7658
c2f05ac9
AC
76592002-01-20 Andrew Cagney <ac131313@redhat.com>
7660
7661 * gdbint.texinfo (Target Architecture Definition): Remove
7662 definition of IEEE_FLOAT.
7663
f7dc1244 76642002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
7665
7666 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
7667 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
7668 <3diff@gnu.org>
231b2aad 7669
82600034
AC
76702002-01-19 Andrew Cagney <ac131313@redhat.com>
7671
7672 * gdbint.texinfo (Host Definition): Remove references to
7673 MALLOC_INCOMPATIBLE.
7674
7708fa01
AC
76752002-01-17 Andrew Cagney <ac131313@redhat.com>
7676
7677 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
7678 and xyz-xdep.o.
7679
eb12ee30
AC
76802002-01-17 Andrew Cagney <ac131313@redhat.com>
7681
889bf7c5 7682 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
7683 (Set Breaks): Copy ``maint info breakpoint'' doco to
7684 ``Maintenance Commands'' appendix. Add reference.
7685
c9ccaa92
AC
76862002-01-17 Andrew Cagney <ac131313@redhat.com>
7687
7688 * fdl.texi: Remove next/prev from @node.
7689
f7dc1244 76902002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
7691
7692 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
7693 for monstrous @multitable (from Brian Youmans).
7694
7695 * fdl.texi: New file.
7696
7697 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
7698
8973da3a
AC
76992002-01-15 Andrew Cagney <ac131313@redhat.com>
7700
7701 * gdbint.texinfo (Releasing GDB): New chapter.
7702
7d86b5d5
AC
77032002-01-14 Andrew Cagney <ac131313@redhat.com>
7704
7705 * gdb.texinfo (Embedded Processors, Calling program functions):
7706 Obsolete references to a29k.
7707
cc1cb004
AC
77082002-01-13 Andrew Cagney <ac131313@redhat.com>
7709
7710 * gdbint.texinfo (Coding): Review Cleanups section. Examples
7711 examples. Document that a code-block should do or discard its
7712 cleanups before exit.
7713
79f12247
MS
77142002-01-11 Michael Snyder <msnyder@redhat.com>
7715
7716 * gdb.texinfo (Choosing files): Change @samp to @file.
7717
19837790
MS
77182002-01-05 Michael Snyder <msnyder@redhat.com>
7719
7720 * gdb.texinfo (--pid): Document new command line option (attach).
7721
f7dc1244 77222002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
7723
7724 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
7725 in the stub.
7726
d7449b42
AC
77272002-01-04 Andrew Cagney <ac131313@redhat.com>
7728
7729 * gdbint.texinfo (Target Architecture Definition): Replace
7730 BIG_ENDIAN with BFD_ENDIAN_BIG.
7731
f23631e4
AC
77322002-01-03 Andrew Cagney <ac131313@redhat.com>
7733
7734 * gdbint.texinfo (Target Architecture Definition): Replace
7735 value_ptr with struct value pointer.
7736
72c9928d
EZ
77372002-01-02 Eli Zaretskii <eliz@gnu.org>
7738
7739 * gdb.texinfo (Free Software): Fix wording.
7740
959acfd1
EZ
77412001-12-31 Eli Zaretskii <eliz@gnu.org>
7742
7743 * gdb.texinfo (Free Software): New section ``Free Software Needs
7744 Free Documentation''.
7745
f7dc1244 77462001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
7747
7748 * stabs.texinfo:
7749 * gdb.texinfo:
7750 * gdbint.texinfo:
7751 * libgdb.texinfo:
7752 * annotate.texi: Fix the application of GFDL in the Copyright notice.
7753
6600abed
MS
77542001-12-29 Michael Snyder <msnyder@redhat.com>
7755
7756 * gdb.texinfo (maint info sections): Fix typo.
7757
f6680716
MS
77582001-12-26 Michael Snyder <msnyder@redhat.com>
7759
fe95c787
MS
7760 * gdb.texinfo (maint info sections): Document.
7761
a9331b3f 7762 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
7763 'info proc' sub-options that are currently not implemented.
7764
c3d3ce5b
JB
77652001-12-20 Jim Blandy <jimb@redhat.com>
7766
7767 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7768
778eb05e
AC
77692001-12-15 Andrew Cagney <ac131313@redhat.com>
7770
7771 * gdbint.texinfo (Target Architecture Definition): Replace
7772 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7773
2607059c
AC
77742001-12-01 Andrew Cagney <ac131313@redhat.com>
7775
7776 * gdbint.texinfo (Host Definition): Delete documentation on
7777 HOST_BYTE_ORDER.
7778
df0cd8c5
JB
77792001-11-30 Jim Blandy <jimb@redhat.com>
7780
7781 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 7782 overlay support. Add to top-level menu.
df0cd8c5 7783
88118b3a
TT
77842001-11-26 Tom Tromey <tromey@redhat.com>
7785
7786 * gdb.texinfo (Command Syntax): Document C-o binding.
7787
96565e91
CF
77882001-07-26 Christopher Faylor <cgf@redhat.com>
7789
7790 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7791 use since it is described in the referenced section.
7792
f7dc1244 7793 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
7794 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7795 clearer when using DJGPP.
7796
2a3d5645
CF
77972001-11-24 Christopher Faylor <cgf@redhat.com>
7798
7799 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7800 specifically refer to MS-DOS.
7801 (command files): Mention gdb.ini is only used on MS-DOS.
7802
aa26fa3a
TT
78032001-11-21 Tom Tromey <tromey@redhat.com>
7804
7805 * gdb.texinfo (Invoking GDB): Document --args.
7806 (Mode Options): Likewise.
7807
4f8ada06
JB
78082001-11-21 Jim Blandy <jimb@redhat.com>
7809
7810 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
7811 Delete documentation; this macro has been removed from the
7812 sources.
4f8ada06 7813
3fe0dc10
JB
78142001-11-13 Jim Blandy <jimb@redhat.com>
7815
7816 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7817
9e5abb06
CV
78182001-11-06 Corinna Vinschen <vinschen@redhat.com>
7819
7820 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7821
1c5dfdad
MS
78222001-11-05 Michael Snyder <msnyder@redhat.com>
7823
a9331b3f 7824 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
7825 quote regexp chars in function names such as "operator*()".
7826
990f9fe3
FF
78272001-11-01 Fred Fish <fnf@redhat.com>
7828
7829 * gdbint.texinfo (SOLIB_ADD): Document additional new
7830 "readsyms" arg.
7831
b433d00b
DH
78322001-10-30 Don Howard <dhoward@redhat.com>
7833
070b1dd3
DH
7834 * gdb.texinfo: (Command Files) Added documentation for the
7835 behavior of gdb with input redirected from a file.
b433d00b 7836
b7209cb4
FF
78372001-10-28 Fred Fish <fnf@redhat.com>
7838
7839 * gdb.texinfo (auto-solib-add): Change docs to match
7840 implementation change.
7841 (auto-solib-limit): Add docs for new variable.
7842
1aa20aa8
AC
78432001-10-15 Andrew Cagney <ac131313@redhat.com>
7844
7845 * gdbint.texinfo (Target Architecture Definition): Function
7846 value_as_pointer renamed to value_as_address.
7847
fc0c74b1
AC
78482001-10-15 Andrew Cagney <ac131313@redhat.com>
7849
7850 * gdbint.texinfo (Target Architecture Definition): Default
7851 POINTER_TO_ADDRESS functions assume unsigned addresses.
7852 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
7853 posting by Jim Blandy.
7854
f4846649
JB
78552001-10-12 Jim Blandy <jimb@redhat.com>
7856
7857 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7858 version of texi2html (1.64) doesn't support this flag any more.
7859
f277788b
MK
78602001-09-08 Mark Kettenis <kettenis@gnu.org>
7861
a9dc4918
MK
7862 * gdbint.texinfo (Host Definition): Remove description of
7863 MEM_FNS_DECLARED.
7864
d28379df
MK
7865 * gdbint.texinfo (Host Definition): Remove description of R_OK.
7866
f277788b
MK
7867 * gdbint.texinfo (Host Definition): Remove description of
7868 HAVE_SIGSETMASK.
7869
7ccaa899
EZ
78702001-09-04 Elena Zannoni <ezannoni@redhat.com>
7871
7872 * gdbint.texinfo (Target Architecture Definition): Add
7873 explanation of TARGET_PRINT_INSN macro.
7874
17d9d558
JB
78752001-08-30 Jim Blandy <jimb@redhat.com>
7876
7877 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7878 Explain what it means to load relocatable files.
7879
72cde065
JB
78802001-08-28 Jim Blandy <jimb@redhat.com>
7881
7882 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
7883 info `top' menu.
7884
9e678452
CF
7885Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
7886
7887 * gdbint.texinfo: Add a cautionary note about macro use.
7888
a2bea4c3 78892001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 7890
a2bea4c3
CV
7891 * gdb.texinfo: Explain omitting the hostname in the
7892 `target remote' command.
7893
1129bf27
DJ
78942001-07-30 Daniel Jacobowitz <drow@mvista.com>
7895
7896 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
7897 and END-INFO-DIR-ENTRY.
7898
732b3002
SC
78992001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7900
7901 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
7902
89437448
AC
79032001-07-25 Andrew Cagney <ac131313@redhat.com>
7904
7905 * gdbint.texinfo (libgdb): Rewrite.
7906
f7dc1244 79072001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
7908
7909 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
7910
c4555f82
SC
79112001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7912
7913 * gdb.texinfo (TUI): New chapter, document the TUI.
7914 (Mode Options): Document the -tui option.
7915
2f45a6e0
MK
79162001-07-23 Mark Kettenis <kettenis@gnu.org>
7917
7918 * gdbint.texinfo (Host Definition): Remove description of
7919 NEED_POSIX_SETPGID.
7920
f7dc1244 79212001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
7922
7923 * gdb.tex (DJGPP Native): New node, with descriptions of
7924 DJGPP-specific commands.
7925
be9c6c35
JM
79262001-07-19 John R. Moore <jmoore@redhat.com>
7927
7928 * gdbint.texinfo: Three misspellings.
7929
dfa249fb
AC
79302001-07-06 Andrew Cagney <ac131313@redhat.com>
7931
7932 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
7933 `test` expressions on bash. Problem reported by Colin Walters.
7934
c72e7388
AC
79352001-07-04 Andrew Cagney <ac131313@redhat.com>
7936
7937 * gdbint.texinfo (User Interface): Update ui-out documentation to
7938 refelect recent UI/MI updates.
7939
94bbb2c0
AC
79402001-07-04 Andrew Cagney <ac131313@redhat.com>
7941
7942 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
7943 interpreters.
7944
af6c57ea
AC
79452001-06-15 Andrew Cagney <ac131313@redhat.com>
7946
7947 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
7948 structure and not macros.
7949 (Host Definition): Document that much of this chapter is obsolete.
7950 (Target Architecture Definition): Update list of files that make
7951 up a target architecture.
7952 (Coding): Update.
7953
83aa8bc6
AC
79542001-06-28 Andrew Cagney <ac131313@redhat.com>
7955
7956 * gdbint.texinfo (Target Architecture Definition): Update
7957 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
7958 The latter has been changed to a true predicate.
7959
f7dc1244 79602001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
7961
7962 * annotate.texi: Add @noindent where needed. From Dmitry
7963 Sivachenko <dima@Chg.RU>.
7964 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
7965
656db9b0
AC
79662001-06-16 Andrew Cagney <ac131313@redhat.com>
7967
7968 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
7969
df2396a1
AC
79702001-06-14 Andrew Cagney <ac131313@redhat.com>
7971
7972 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
7973 returns ``OK''. Document that the ``R'' packet does not reply.
7974
0f1f2b0a
MS
79752001-06-13 Michael Snyder <msnyder@redhat.com>
7976
7977 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
7978
f7dc1244 79792001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
7980
7981 * gdb.texinfo (Signals): Clarify the default setting of signal
7982 handling.
7983
a5d7c491
AC
79842001-05-14 Andrew Cagney <ac131313@redhat.com>
7985
7986 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
7987 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
7988
05a54c4f
AC
79892001-05-12 Andrew Cagney <ac131313@redhat.com>
7990
7991 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
7992
f7dc1244 79932001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
7994
7995 * gdbint.texinfo (Clean Design and Portable Implementation):
7996 Renamed from "Clean Design".
7997 (Clean Design and Portable Implementation): Document portable
7998 methods of handling file names, and the associated macros.
7999
f7dc1244 80002001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
8001
8002 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
8003 command and provide a cross-reference to its description.
8004 (Symbols): Note that "info scope" is useful for trace experiments.
8005
f7dc1244 80062001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 8007
b37052ae
EZ
8008 * gdb.texinfo (Symbols): Document "info scope".
8009 (Tracepoints): New chapter.
8010 (Contributors): Update for v5.1.
8011 <All nodes>: Change "C++" to "C@t{++}".
8012
0ee54786
EZ
8013 * gdbint.texinfo (User Interface): A new section about ui_out
8014 functions, based on text written by Fernando Nasser.
8015
c534679c
EZ
8016 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
8017
f7dc1244 80182001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 8019
e9c75b65
EZ
8020 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
8021
8022 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
8023
8024 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
8025 Replace "GDB" with "@value{GDBN}". Fix markup.
8026
8027 * annotate.texi: Change Permissions to GFDL. Update Copyright.
8028
3d67e040
EZ
8029 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
8030 a cross-reference to its description.
8031 (Symbols): Document "info symbol".
8032
f7dc1244 80332001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
8034
8035 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
8036 subsection "x86 Watchpoints".
8037 (Target Architecture Definition): Document the macros
8038 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
8039 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
8040
b0ed3589
AC
80412001-03-20 Andrew Cagney <ac131313@redhat.com>
8042
8043 * gdbint.texinfo (Target Architecture Definition): Update
8044 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
8045 list.
8046
b6ba6518
KB
80472001-03-06 Kevin Buettner <kevinb@redhat.com>
8048
8049 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
8050 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
8051
f7dc1244 80522001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
8053
8054 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
8055
f7dc1244 80562001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 8057
17cc6a06
EZ
8058 * gdb.texinfo (Environment): Document that `path' does not change
8059 the value of PATH in GDB's own environment (it did in the past,
8060 but that was changed on March 15, 1994). Reported by Doug Evans
8061 <dje@transmeta.com>.
8062
56caf160
EZ
8063 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
8064 its line. Fix markup of commands and macros. Add an Index node
8065 and index entries.
8066
29e57380
C
80672001-01-23 J.T. Conklin <jtc@redback.com>
8068
8069 * gdb.texinfo (Memory region attributes): New manual section.
8070
1c6147de
ND
80712001-01-04 Nicholas Duffek <nsd@redhat.com>
8072
8073 * gdbint.texinfo (POP_FRAME): Document use by return_command.
8074
f7dc1244 80752000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
8076
8077 * refcard.tex: Version and copyright fixed. From Phil Edwards
8078 <pedwards@disaster.jaj.com>.
8079
0dcedd82
AC
8080Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
8081
8082 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 8083 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 8084
3b851bce
AC
8085Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8086
8087 * gdbint.texinfo (Coding): Update current value of
889bf7c5 8088 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 8089
f7dc1244 80902000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
8091
8092 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
8093 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
8094
b90a5f51
CF
80952000-11-10 Christopher Faylor <cgf@cygnus.com>
8096
8097 * gdb.texinfo: Document new 'set step-mode' command.
8098
f7dc1244 80992000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
8100
8101 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
8102 changes from Dmitry Sivachenko <dima@Chg.RU>.
8103
f7dc1244 81042000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
8105
8106 * gdb.texinfo (Hooks): Document the new post-hook functionality.
8107 From Steven Johnson <sbjohnson@ozemail.com.au>.
8108
2e685b93
MK
81092000-08-10 Mark Kettenis <kettenis@gnu.org>
8110
8111 * gdbint.texinfo (Overall Structure): Spelling fix.
8112
f7dc1244 81132000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
8114
8115 * gdbint.texinfo (Target Architecture Definition): Document that
8116 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
8117 for which REGISTER_CONVERTIBLE returns a zero value.
8118
63ac3005
EZ
81192000-07-08 Christopher Faylor <cgf@cygnus.com>
8120
8121 * Makefile.in (install-info): Find files to install in either the
8122 build or source directories (adapted from Makefile.am).
8123
bd79f757
ND
81242000-07-07 Nicholas Duffek <nsd@redhat.com>
8125
8126 * stabs.texinfo: Fix spelling errors.
8127 (String Field): FILE-NUMBER starts from 0, not 1.
8128
f7dc1244 81292000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
8130
8131 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 8132 Brian Youmans.
5f208f6d 8133
f7dc1244 81342000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
8135
8136 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
8137 the source directory. Reported by Mark Harig
8138 <markh@frazier.landmark.com>.
cc542d3b 8139
f3b28801
C
81402000-06-20 J.T. Conklin <jtc@redback.com>
8141
8142 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8143
449f3b6c
AC
8144Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
8145
8146 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 8147 Generate using pdftex.
449f3b6c 8148 (PDFTEX): Define.
889bf7c5 8149 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 8150 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 8151 @contents at the start.
449f3b6c 8152
f7dc1244 81532000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
8154
8155 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 8156 Youmans.
48e934c6 8157
9e9c5ae7
AC
8158Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
8159
8160 From Brian Youmans:
8161 * gdb.texinfo: Fix ``et al.''.
8162
c741b251
AC
8163Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
8164
8165 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 8166 loop.
c741b251 8167
4ab64e14
JG
81682000-05-19 Jimmy Guo <guo@cup.hp.com>
8169
8170 * configure: Regenerate.
8171
f7dc1244 81722000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
8173
8174 * Makefile.in (install-info): Run install-info on installed Info
8175 files.
8176
8c70017b
AC
8177Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8178
a7cb598a 8179 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 8180 Andrew Cagney.
8c70017b 8181
f7dc1244 81822000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
8183
8184 * gdb.texinfo: Proofreading changes from Brian Youmans.
8185
bf0184be
ND
81862000-05-01 Nick Duffek <nsd@cygnus.com>
8187
8188 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
8189 startup sequence, minor edits.
8190
f7dc1244 81912000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
8192
8193 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
8194 TeX.
8195
8196 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
8197 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
8198 like `n' and `s' which look weird. Convert some of the @kindex to
8199 @vindex, when they refer to variables, not commands.
8200
33e16fad
AC
8201Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8202
8203 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
8204
f7dc1244 82052000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
8206
8207 * Makefile.in (GDBMI_DIR): New variable.
8208 (SET_TEXINPUTS): Add $(GDBMI_DIR).
8209 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
8210 (gdbmi.texinfo): New target, for texi2roff.
8211 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
8212 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
8213
8214 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
8215 gdbmi.texinfo.
8216 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
8217 comment.
8218
d167840f
EZ
82192000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8220
8221 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 8222 command.
d167840f 8223
f7dc1244 82242000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
8225
8226 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8227 prevents the build (and is generally a Bad Idea).
8228
f7dc1244 82292000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
8230
8231 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8232 a comma inside @var.
8233 (Command Files): Index markup changes from Dmitry Sivachenko
8234 <dima@Chg.RU>.
8235
f7dc1244 82362000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
8237
8238 * Makefile.in (LN_S): Define.
8239 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8240 invoke "ln -s" unless it is known to work.
8241
8242 * configure.in (AC_PROG_LN_S): Add.
8243
8dc7983f
JB
82442000-04-14 Jim Blandy <jimb@redhat.com>
8245
8246 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8247 section.
8248 (Target Conditionals): Document ADDRESS_TO_POINTER,
8249 POINTER_TO_ADDRESS.
8250
1a8237e8
DB
82512000-04-11 Daniel Berlin <dan@cgsoftware.com>
8252
8253 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8254 gdb-cfg.texi to get the value.
8255
ca526f1a
JB
82562000-04-10 Jim Blandy <jimb@redhat.com>
8257
8258 * gdbint.texinfo (Target Architecture Definition): Fix
8259 cross-references.
8260
faaafcb4
JB
82612000-04-08 Jim Blandy <jimb@redhat.com>
8262
8263 * gdbint.texinfo (Using Different Register and Memory Data
8264 Representations): New section.
8265 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
8266 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8267 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 8268
1b27397f
AC
8269Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8270
8271 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 8272 for acknowledgments.
1b27397f 8273
480ff1fb
AC
8274Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8275
8276 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 8277 qThreadExtraInfo.
480ff1fb 8278
a9331b3f 82792000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 8280
a9331b3f
RM
8281 * gdb.texinfo: Clarify which remote debug protocol commands are
8282 required and which are optional.
f1251bdd 8283
dbeb8dbd
AC
8284Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
8285
8286 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
8287 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8288 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
8289 * annotate.texi: Update.
8290
6d2ebf8b
SS
82912000-03-28 Stan Shebs <shebs@apple.com>
8292
8293 * gdb.texinfo: Update dates, bump to Eighth Edition (note
8294 expectation of additional changes before release), update
8295 ISBN, add copy of top-level menu for @ifhtml, remove explicit
8296 node links, rephrase and/or shorten lines to fix formatting
8297 problem in both regular and @smallbook formats.
8298 * annotate.texi: Shorten lines in example, use smallexample
8299 consistently everywhere.
8300 * Makefile.in: Add comment about texinfo 4.0 html generation.
8301 (SFILES_INCLUDED): Add annotate.texi.
8302
5d161b24
DB
83032000-03-27 Daniel Berlin <dan@cgsoftware.com>
8304
5ae4183a
AS
8305 * gdb.texinfo (Debugging Output): Added new section, documenting
8306 the "set/show debug" commands.
5d161b24 8307
b9deaee7
AC
8308Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
8309
8310 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 8311 entry.
b9deaee7
AC
8312
8313 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8314 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 8315 @chapter and @node entries.
a9331b3f 8316
b9deaee7 8317 * gdb.texinfo: Link all top-level nodes.
a9331b3f 8318
9ef47d30
AC
8319Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8320
8321 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 8322 files.
9ef47d30 8323
cfeada60
FN
83242000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8325
8326 From David Whedon <dwhedon@gordian.com>
5ae4183a 8327 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 8328
6837a0a2
DB
83292000-03-22 Daniel Berlin <dan@cgsoftware.com>
8330
8331 * gdb.texinfo: Add documentation for the apropos command.
8332
bba2971c
MS
83332000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8334
8335 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8336
2b628194
MS
83372000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8338
a9331b3f 8339 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
8340 two places.
8341
96a2c332
SS
83422000-03-17 Stan Shebs <shebs@apple.com>
8343
8344 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8345 <dima@Chg.RU>, also clarification of allowed content for
8346 string constants.
8347
f7dc1244 83482000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
8349
8350 * gdb.texinfo (main menu): Add Annotations.
8351 (File Options): Add @cindex entries for each command-line option.
8352 Document --epoch, --annotate, --async, --interpreter, --write,
8353 --statistics, and --version.
8354
8355 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
8356 of GDB.
8357
9d233477
JB
83582000-02-23 Jim Blandy <jimb@redhat.com>
8359
8360 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8361
14e0eb3b
JB
83622000-02-22 Jim Blandy <jimb@redhat.com>
8363
8364 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8365
3555de01
JM
83662000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
8367
8368 * Makefile.in (diststuff): New target.
8369
5e35df8e
KB
83702000-02-15 Kevin Buettner <kevinb@redhat.com>
8371
8372 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 8373 architecture. [From Jim Wilson.]
5e35df8e 8374
c5394b80
JM
83752000-01-16 Tom Tromey <tromey@cygnus.com>
8376
8377 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
8378 (Delete Breaks): Mention range arguments.
8379 (Disabling): Likewise.
8380
c3f6f71d
JM
83812000-01-05 Dmitry Sivachenko <dima@Chg.RU>
8382
8383 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
8384
c4093a6a
JM
8385Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
8386
8387 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 8388 valid functions.
c4093a6a 8389
11cf8741
JM
83901999-11-05 Stan Shebs <shebs@andros.cygnus.com>
8391
8392 * gdb.texinfo: Clarify regular expressions used in rbreak.
8393
917317f4
JM
83941999-10-15 Kevin Buettner <kevinb@cygnus.com>
8395
8396 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8397 MEMORY_REMOVE_BREAKPOINT): Document.
8398
8399Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
8400
8401 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 8402 offset re-using the DATA offset instead.
917317f4 8403
2df3850c
JM
84041999-10-11 Jim Kingdon <kingdon@redhat.com>
8405
8406 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8407
84081999-10-05 Stan Shebs <shebs@andros.cygnus.com>
8409
8410 From Dmitry Sivachenko <demon@gpad.ac.ru>:
8411 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8412 typos.
8413
8414 * gdb.texinfo: Various minor wording and formatting improvements,
8415 mentions of additional command-line options.
8416
2acceee2
JM
84171999-09-30 Fred Fish <fnf@cygnus.com>
8418
8419 * gdb.texinfo: Document additional forms of specifying section
8420 names and addresses for the add-symbol-file command.
8421
c2c6d25f
JM
84221999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
8423
8424 * gdbint.texinfo: Fix typo, add the word "have".
8425
84261999-09-14 Jim Blandy <jimb@cris.red-bean.com>
8427
8428 * gdbint.texinfo (Target Architecture Definition): Document the
8429 SKIP_PERMANENT_BREAKPOINT macro.
8430
d4f3574e
SS
84311999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8432
8433 * gdb.texinfo: Fiks speling errers.
8434
8435 * gdb.texinfo: Fix uses of @multitable.
8436
f7dc1244 8437 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 8438 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 8439 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
8440 comments about using with optimization, add more indexing,
8441 fix info about disassembly-flavor.
8442
8443Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
8444
8445 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8446 SKIP_SOLIB_RESOLVER): Define.
8447
8448Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
8449
8450 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 8451 ``g'' packets.
d4f3574e 8452
104c1213
JM
84531999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8454
8455 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
8456 platform-specific info, inline remote.texi and move sections of it
8457 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
8458 and register stack into the new chapter.
8459 * remote.texi: Remove, now part of gdb.texinfo.
8460 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8461
84621999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
8463
8464 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8465 GDB_TARGET_IS_MACH386): These kludges have gone away.
8466
8467Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8468
8469 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 8470 TDEPLIBS.
104c1213 8471
53a5351d
JM
84721999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8473
8474 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8475 surrounding text to fit HP-UX bits into general info.
8476 (HPPA-cfg.texi): Remove, no longer useful.
8477
8478 * gdb.texinfo: Remove explicit links from @node lines, remove
8479 HP-added "Detailed Node Listing" from main menu which confuses
8480 things.
8481
8482 From Dmitry Sivachenko <dima@Chg.RU>:
8483 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 8484 in description of `set environment'.
53a5351d
JM
8485
84861999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8487
8488 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8489
7be570e7
JM
84901999-08-12 Ben Elliston <bje@cygnus.com>
8491
8492 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8493
f7dc1244 84941999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
8495
8496 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
8497 watch, awatch, and rwatch. Explain why the latter two cannot be
8498 set as software watchpoints. Document that watchpoints for local
8499 variables are deleted when the debuggee terminates.
7be570e7
JM
8500
8501Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8502
8503 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
8504 packet. Allow E.. response packet. "qRcmd" packet is no longer
8505 reserved.
7be570e7
JM
8506
85071999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8508
a9331b3f
RM
8509 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8510 * gdb.texinfo: Ditto.
7be570e7 8511
96baa820
JM
85121999-08-06 Tom Tromey <tromey@cygnus.com>
8513
8514 * gdb.texinfo (KOD): New node.
8515
8516Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
8517
8518 * remote.texi (Rcmd): Fix minor formatting typos.
8519
8520Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
8521
8522 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 8523 packets.
96baa820 8524
adf40b2e
JM
85251999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
8526
8527 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8528 fixes.
8529
43ff13b4
JM
8530Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
8531
8532 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8533
085dd6e6
JM
8534Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8535
8536 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
8537 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8538 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8539 packets that are not supported on all hosts. Expand examples.
8540 Spell check.
085dd6e6
JM
8541
85421999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8543
8544 * Makefile.in: Recognize html, install-html. Add targets
8545 to build HTML versions of documentation via texi2html.
8546
8547Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8548
8549 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 8550 testsuite.
085dd6e6
JM
8551
8552Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8553
8554 * remote.texi (Communication Protocol): Rewrite.
8555
8556Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8557
8558 * stabs.texinfo: Fix uses of xref.
8559
9e0b60a8
JM
8560Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
8561
8562 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8563 info about patch submission.
8564
cce74817
JM
8565Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
8566
8567 From Per Bothner <bothner@cygnus.com>:
8568 * gdb.texinfo: Document Chill support.
8569
8570Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
8571
8572 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
8573 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8574 Document that the value should be greater-than or equal-to zero.
8575 (NO_STD_REGS): Document. Deprecate.
cce74817 8576
ac9a91a7
JM
8577Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8578
8579 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 8580 Document that these are not used.
ac9a91a7
JM
8581
8582Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8583
8584 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8585
392a587b
JM
8586Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
8587
8588 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 8589 numargs was dropped.
392a587b
JM
8590
8591Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
8592
8593 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8594
b83266a0
SS
8595Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
8596
8597 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 8598 Update.
b83266a0 8599
7a292a7a
SS
8600Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
8601
8602 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8603 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8604
8605Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
8606
8607 * gdbint.texinfo: Fix typos: $ -> @.
8608
8609Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8610
8611 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
8612 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8613 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8614 BREAKPOINT_FROM_PC.
a9331b3f 8615
7a292a7a
SS
8616Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
8617
8618 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 8619 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
8620
8621Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8622
8623 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 8624 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
8625
86261999-04-02 Stan Shebs <shebs@andros.cygnus.com>
8627
8628 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8629 longer exists.
8630
8631Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
8632
8633 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
8634 nearly all @ifset/@ifclear conditionals; nobody uses them, and
8635 they make the manual source incomprehensible.
7a292a7a
SS
8636 * h8-cfg.texi: Remove, hasn't been used in years.
8637
c906108c
SS
8638Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
8639
8640 * gdb.texinfo: Update the credits.
8641
8642Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
8643
8644 * gdb.texinfo: Fix mistakes noticed in printout of last
8645 draft, add Alpha to discussion of heuristic fence post.
8646
8647Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
8648
8649 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
8650 Edition, merge some HP changes into mainline, describe some
8651 previously undocumented features, describe more of the target
8652 commands available, eliminate obsolete section on renamed
8653 commands.
c906108c
SS
8654 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8655
8656Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
8657
8658 * gdb.texinfo: Make many HPPA conditionals unconditional,
8659 including catchpoint description, since now on for all configs.
8660 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8661 specializations.
8662
8663Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
8664
8665 * Makefile.in (GDBvn.texi): Fix match expression to work with
8666 current format of VERSION in gdb/Makefile.in.
8667 * gdb.texinfo: Fix node ref to match new readline.
8668
8669Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
8670
a9331b3f
RM
8671 * gdb.texinfo: Changes made as part of a project to merge in
8672 changes made by HP. Documentation makes extensive use of
c906108c
SS
8673 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
8674 on remote debugging. There are differences in documentation
889bf7c5 8675 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
8676 the HP manual discusses catchpoints, hardware watchpoints, and
8677 some HPUX specific limitations for shared library support.
a9331b3f 8678
c906108c
SS
8679 There are also a number of @node changes.
8680
86811999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
8682
8683 * gdbint.texinfo (Formatting): Disambiguate a sentence.
8684 (C Usage): Same.
8685
8686Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
8687
8688 The following changes were made by Edith Epstein
889bf7c5
PA
8689 <eepstein@cygnus.com> as part of a project to merge in changes
8690 made by HP.
a9331b3f 8691
c906108c
SS
8692 * HPPA-cfg.texi: new file.
8693
8694 * all-cfg.texi: set HPPA for HP PA-RISC targets.
8695
8696 * refcard.tex: change documentation about catch.
8697 removed info catch.
8698
8699Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
8700
8701 * gdbint.texinfo: Expand on GDB's coding standards,
8702 specify the use of arg names with prototypes.
8703
87041998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
8705
8706 * gdb.texinfo: Fix tipo.
8707
8708Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
8709
8710 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 8711 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
8712
8713Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
8714
8715 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
8716
87171998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
8718
8719 * agentexpr.texi: New file.
8720
8721Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
8722
8723 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
8724
87251998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
8726
8727 * remote.texi: Changed wording that implied that the GDB remote
8728 protocol caches register values instead of GDB itself.
8729
8730Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
8731
8732 * gdbint.texinfo: Add some info about symbol readers.
8733 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
8734 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
8735 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
8736 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
8737
8738Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
8739
a9331b3f 8740 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
8741
8742Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
8743
8744 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8745
8746Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
8747
8748 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 8749 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
8750
8751Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
8752
8753 * gdbint.texinfo: Fix minor typos.
8754
8755Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
8756
8757 * gdbint.texinfo: Complete overhaul. Group descriptions more
8758 logically, add more info on generic algorithms, remove much
8759 obsolete and/or wrong material.
8760
8761Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
8762
8763 * stabs.texinfo (Method Type Descriptor): Expand and correct.
8764
8765Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
8766
8767 * refcard.tex: Copyright, address updates.
8768
8769Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
8770
8771 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8772 for the edition instead of confusing GDB-version-like numbers.
8773
8774Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
8775
8776 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8777
8778Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
8779
5ae4183a 8780 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
8781
8782Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
8783
8784 * gdb.texinfo: Add some credits, mention bug monitor.
8785 * remote.texi: Mention mips monitor targets.
8786 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 8787
c906108c
SS
8788Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
8789
8790 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
8791 files, finish sorting of host vs target vs native macros, describe
8792 some more of them.
c906108c
SS
8793
8794Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
8795
8796 * gdbint.texinfo (Host Conditionals): Document change from
8797 using NO_MMALLOC to it's inverse, USE_MMALLOC.
8798
8799Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
8800
8801 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 8802 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
8803
8804Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
8805
8806 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8807 Document LSEEK_NOT_LINEAR.
8808
8809Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
8810
8811 * stabs.texinfo (Stab Section Basics): Make it clear that only
8812 some versions of the GNU linker remove the leading N_UNDF symbol.
8813
8814Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
8815
8816 * stabs.texinfo (String Field): Document type number pairs here,
8817 instead of in the Sun specific section.
8818 (Include Files): The GNU linker supports the N_BINCL
8819 optimization. Clarify the N_BINCL value, and what it is used
8820 for.
8821 (Procedures): Document N_FUN with an empty string to mark the end
8822 of a function.
8823 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8824 (Sun Differences): Remove this node, as the information is now
8825 elsewhere in the main document.
8826 (Stab Section Basics): Mention that the GNU linker may optimize
8827 stabs and remove the leading N_UNDF symbol.
8828
8829Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
8830
8831 * gdb.texinfo, refcard.tex: Restore author credit
8832
8833Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
8834
8835 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8836 documentation to account for START and END macros taking
8837 one arg.
8838
8839Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
8840
8841 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8842 * gdb.texinfo (Frames): Fix typo.
8843
8844Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
8845
8846 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8847 a target_signal as arg type, not a pid.
8848
8849Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
8850
8851 * gdb.texinfo: Document `set assembly-language'.
8852
8853Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
8854
8855 * remote.texi: Update list of stubs in the GDB distribution.
8856
8857Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
8858
8859 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
8860 Also document that some systems can use mmalloc but must define
8861 this if their C runtime allocates memory that is later freed.
c906108c 8862 (MMCHECK_FORCE): Document new macro.
a9331b3f 8863
c906108c
SS
8864Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
8865
8866 * remote.texi: Add documentation for target Sparclet.
8867
8868Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8869
a9331b3f 8870 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
8871 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8872 * configure.in: Rewritten for autoconf.
8873 * configure: New.
8874
8875Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
8876
8877 * Makefile.in (DVIPS): New define, set to dvips.
8878 (dvi): Add stabs.dvi.
8879 (ps): New target.
8880 (all-doc): Depend on info, dvi, and ps targets.
8881 (STAGESTUFF): Add *.ps and *.dvi files.
8882 (clean-info, clean-dvi): Remove.
8883 (mostlyclean): Does not depend upon clean-info or clean-dvi,
8884 rules completely rewritten.
8885 (maintainer-clean): Remove clean-info and clean-dvi
8886 dependencies and put their actions in the rules.
8887 (gdb.ps): New target
a9331b3f 8888 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
8889 intermediate TeX files, whether they have 2 or 3 character
8890 extensions.
8891 (gdbint.ps): Add target and rules.
8892 (gdb-internals): Delete unused target.
8893 (Makefile): Depends upon config.status also.
8894
8895Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
8896
8897 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
8898 set.
8899
8900Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
8901
8902 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8903 * gdb.texinfo (Expressions): Fix erroneous array constant example.
8904
8905Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
8906
8907 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
8908
8909Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8910
8911 * gdb.texinfo (Print settings): Document
8912 `set/show print static-members' commands.
8913
8914Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
8915
8916 * gdbint.texinfo (Native): Document name change, coredep.c to
8917 core-aout.c.
8918
8919Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
8920
8921 * stabs.texinfo (Include Files): Document the values the SunOS4
8922 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
8923
8924Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
8925
8926 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
8927 Fix typo.
8928
8929Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
8930
8931 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
8932 "gdb.tar.Z".
8933
8934Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
8935
8936 * Makefile.in (maintainer-clean): New target, synonym for
8937 realclean.
8938
8939Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8940
8941 * Update all FSF addresses except those in COPYING* files.
8942
8943Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8944
8945 From Richard Earnshaw (rearnsha@armltd.co.uk):
8946 * gdb.texinfo (convenience variables): Document $_exitcode.
8947 (quit): Document optional expression to use as exit code.
8948
8949Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
8950
8951 * gdb.texinfo, remote.texi: Brought up to date with various
8952 GDB changes.
8953
8954Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
8955
8956 * gdb.texinfo: Update dates and versions, fix comments about
8957 hardware watchpoints in future releases and about the
8958 sharedlibrary command.
8959
8960Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8961
8962 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
8963 C_FUN stab. Other cleanups.
8964
8965Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8966
8967 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
8968 for the sparc stub.
8969
8970Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8971
8972 * annotate.texi: Clarify which addresses have differing formats
8973 depending on the language and which do not.
8974
8975Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8976
8977 * remote.texi (NetWare): Changed example to use BOARD= instead of
8978 NODE= argument to reflect correspoding change to gdbserve.nlm.
8979
8980Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8981
8982 * stabs.texinfo (Negative Type Numbers): Mention the fact that
8983 GDB, as well as AIX dbx, supports the size type attribute.
8984
8985Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8986
8987 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
8988
8989Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
8990
8991 * gdb.texinfo (Define): Document $arg0... arguments to commands,
8992 and new 'if' and 'while' commands.
8993
8994Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
8995
8996 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
8997
8998Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8999
9000 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
9001 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
9002 NetWare targets. Mostly stolen from the Server node.
9003
9004Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9005
9006 * gdb.texinfo (Setting): Talk about the language of a source file
9007 versus the working language. The old documentation did not match
9008 what GDB did.
9009
9010Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9011
9012 * stabs.texinfo (Source Files): Document N_SO used to mark the end
9013 of a source file.
9014
9015Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9016
9017 * gdb.texinfo (Processes): New node.
9018
9019Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
9020
9021 * remote.texi: Update documentation of set/show mipsfpu.
9022
3fc11d3e
JM
9023Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
9024
9025 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
9026 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
9027
9028Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
9029
9030 * gdbint.texinfo: Removed mentions of some incorrectly placed and
9031 obsolete conditionals, described some others.
9032
9033Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9034
9035 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
9036 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
9037
9038Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
9039
9040 * gdbint.texinfo: Put regex conditionals in their own table.
9041
9042Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9043
9044 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
9045 described or fixed the descriptions of many others.
9046
9047Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
9048
9049 * gdb.texinfo: Add some more credits.
9050 * gdbint.texinfo: Capitalize GDB consistently, describe some
9051 macros and remove some.
9052
9053Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9054
9055 * gdbint.texinfo: Removed mentions of many incorrectly placed and
9056 obsolete conditionals, described some others.
9057
9058Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9059
9060 * gdb.texinfo (help targets): Changed to `help target', which
9061 is the correct gdb command.
9062
9063Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9064
9065 * annotate.texi (TODO): New node, for keeping track of annotations
9066 suggested but not yet implemented.
9067
9068Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9069
9070 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
9071 another symbol, it is not the address itself.
9072
9073Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
9074
9075 * stabs.texinfo (Stab Section Basics): Add comment about alignment
9076 of stabs-in-coff sections.
9077
9078Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9079
9080 * annotate.texi: Change edition to 0.5 and date to May 1994.
9081 Add index.
9082 (Frames): New node, for frame annotation.
9083 (Displays): New node, for display annotation.
9084
9085 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
9086 when waiting for your program to stop.
9087
9088Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9089
9090 * annotate.texi (Breakpoint Info): Document annotation of header
9091 fields and record annotation.
9092
9093Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9094
9095 * annotate.texi: New file, to document annotations.
9096
9097Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9098
9099 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
9100 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
9101
9102Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9103
9104 * stabs.texinfo (Stab Section Basics): Say what is in .stab
9105 section, and say n_strx field is compilation unit relative.
9106 * stabs.texinfo: Don't use @code for a.out when it is the name of
9107 an object file format.
9108
9109Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9110
9111 * gdb.texinfo: Refer to file names, not path names, per rms
9112 convention.
9113 (Arguments): Fix typo.
9114
9115Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9116
9117 * stabs.texinfo (Global Variables): Talk about stabs in files
9118 where variables are referenced, but not defined.
9119
9120Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9121
9122 * stabs.texinfo: Move stuff on @ and # type descriptors from node
9123 Cplusplus to new nodes Member Type Descriptor and Method Type
9124 Descriptor. Re-write stuff for #.
9125
9126Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9127
9128 * gdb.texinfo (Print Settings): Don't document "set print
9129 fast-symbolic-addr off". The bug which it worked around was fixed
9130 on 25 Feb 94 in coffread.c, so I'm nuking the command.
9131
9132 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
9133 N_ENTRY node.
9134
9135 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
9136
9137Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9138
9139 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
9140 references to ieee-float.c.
9141
9142Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9143
9144 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
9145 match what the code actually does.
9146
9147Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9148
9149 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9150
9151Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9152
9153 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
9154 i, and b.
9155
9156Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
9157
9158 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
9159 well as for ELF and SOM. Unify the descriptions of ELF and SOM
9160 as "stabs in sections" rather than just saying "ELF and SOM".
9161 Also make that stuff apply to COFF.
9162
9163Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9164
9165 * gdb.texinfo (Formatting Documentation): Change GhostScript to
9166 Ghostscript.
9167
9168Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9169
9170 * gdb.texinfo (Continuing and Stepping): When talking about "step"
9171 versus functions without line numbers, also mention stepping into
9172 them as well as "step" when you are in them. Tell the user how to
9173 deal with the situation. Add comment about "debugging information".
9174
9175Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9176
9177 * stabs.texinfo (Enumerations): Document restriction on where
9178 enumeration types can appear and still win with GDB.
9179
9180Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9181
9182 * stabs.texinfo (Negative Type Numbers): Document format for type
9183 -16.
9184
9185Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9186
9187 * gdb.texinfo (Selection, Frame Info): Update information about
9188 arbitrary frame specficiations.
9189
9190Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
9191
9192 * gdb.texinfo, remote.texi: general editing pass prior to Net release
9193
9194Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9195
9196 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
9197
9198Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9199
9200 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
9201
9202Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9203
9204 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
9205 Differences node to Statics node.
9206 (Statics): Discuss XCOFF use of V symbol descriptor.
9207
9208 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
9209 not clean.
9210
9211Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
9212
9213 * gdb.texinfo (Print Settings): Document `set print
9214 fast-symbolic-addr' and improve the doc for some other
9215 `set print's.
9216
9217Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9218
9219 * stabs.texinfo (String Field): Talk about defining several type
9220 numbers at once.
9221 Fix lint regarding changing node ELF Transformations to
9222 ELF and SOM Transformations.
9223
9224Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
9225
9226 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
9227
9228Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9229
9230 * stabs.texinfo (Cross-References): `::' is for nested types only
9231 within <>.
9232 (Structures): Document static members.
9233
9234Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9235
9236 * stabs.texinfo: Document S type attribute.
9237
9238Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9239
9240 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9241
9242Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9243
9244 * gdbint.texinfo: Fix a few typos.
9245
9246Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9247
9248 * gdb.texinfo, remote.texi: formatting improvements
9249
9250 * gdb.texinfo (New Features): mention threads.
9251 (Summary, C): fix xrefs in newly contributed text.
9252 (Threads): index entries, clarifications, example
9253 (passim): minor typos fixed, phrasing improvements
9254
9255 * remote.texi (Bootstrapping): rephrase text on ^C and add index
9256 entries; (Server): explain use of gdbserver w/real-time systems,
9257 add example of conflicting TCP port; (MIPS Remote) break up
9258 running text into table, highlighting commands, and add example.
a9331b3f 9259
c906108c
SS
9260Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9261
9262 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9263
9264Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9265
9266 * stabs.texinfo (Nested Symbols): New node.
9267 (String Field, Symbol Descriptors, Cross-References): Refer to it.
9268
9269Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9270
9271 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9272 to picking which Bbss.bss symbol to use, and (because there seems to
9273 be no good way of doing it) re-write some of the text to make it
9274 sound like Bbss.bss isn't such a great idea after all (as currently
9275 designed).
9276
9277 * gdb.texinfo (C): In addition to saying people have to use g++ for
9278 good results, say they have to use stabs. Specifically say cfront
9279 doesn't work well.
9280 (Summary): Merge in information on Modula-2, Pascal, and Chill from
9281 the gdb README. Add xrefs to places where the support for the various
9282 languages is described in detail.
9283
9284Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9285
9286 * stabs.texinfo: Clean up stuff about visibility and virtual
9287 characters.
9288
9289 * stabs.texinfo (N_M2C): Cite Sun doc.
9290
9291Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9292
9293 * gdb.texinfo: updates re threads.
9294 * remote.texinfo: avoid index entries starting with digits.
9295
9296Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9297
9298 * stabs.texinfo (Enumerations): Talk about large, negative and
9299 octal values. Clean up cross reference to type attributes.
9300 (String Field): Say that GDB 4.11 supports size attribute.
9301
9302Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9303
9304 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
9305 is a mandatory step. Make the stuff about that more concise.
9306
9307Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9308
9309 * stabs.texinfo (Class Names): New node.
9310
9311 * gdb.texinfo (Command Files): Explain order of init file reading.
9312
9313 * remote.texi (Bootstrapping): Talk about getting the serial driver
9314 to deal with ^C sent by gdb to stop the remote system.
9315
9316Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
9317
9318 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
9319
9320 * libgdb.texinfo (Defining Commands): made the DOC arg
9321 to gdb_define_app_command a char * instead of char **
9322 per a suggestion from kingdon.
9323
9324 * libgdb.texinfo: total rewrite from a different starting
9325 premise.
9326
9327Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9328
9329 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9330 floats passed as doubles (to improve clarity).
9331
9332Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9333
9334 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9335
9336 * a4rc.sed: update to work with Andreas Vogel papersize params
9337
9338 * refcard.tex: use Andreas Vogel simplifications of papersize
9339 params; remove useless version info; update copyright date.
9340
9341Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9342
9343 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9344
9345Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9346
9347 * gdb.texinfo (Files): Say what address the load command loads it at.
9348
9349 * stabs.texinfo (Common Blocks): Minor cleanups.
9350
9351 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
9352 that Sun has backed away from the linker kludge and thus the relevant
9353 issue is changes to the SunPRO tools, not the Solaris linker.
9354
9355 * stabs.texinfo (Traditional Integer Types): Clean up description
9356 of octal bounds a little bit. Document extra leading zeroes.
9357
9358Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9359
9360 * gdb.texinfo (Signaling): Update for symbolic symbol names
9361 and add a section explaining the difference between the GDB
9362 signal command and the shell kill utility.
9363
9364Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
9365
9366 * libgdb.texinfo: added `@' to braces that were unescaped.
9367
9368Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
9369
9370 * libgdb.texinfo: new file. Spec for the gdb library.
9371
9372Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9373
9374 * stabs.texinfo (Include Files): Fix typo (start -> end).
9375
9376Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9377
9378 * gdb.texinfo, remote.texi: assorted small improvements, mostly
9379 from Melissa at FSF's editing pass.
9380
9381Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9382
9383 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
9384 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9385 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9386
9387Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9388
9389 * remote.texi (Bootstrapping): Discuss 386 call gates.
9390
9391Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9392
9393 * stabs.texinfo (Based Variables): New node.
9394
9395Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9396
9397 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9398 names, sizes, and formats to suggest how not to lose.
9399
9400Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9401
9402 * stabs.texinfo (Methods): Fix typo.
9403
9404Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9405
9406 * gdb.texinfo: Fix a few typos.
9407
9408Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9409
9410 * gdb.texinfo: Clarify how well it works with Fortran.
9411
9412 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9413 More on relocating stabs in ELF files.
9414
9415Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9416
9417 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9418
9419Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9420
9421 * stabs.texinfo (Local Variable Parameters): Talk about nameless
9422 parameters on VAX.
9423
9424Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9425
9426 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9427
9428Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9429
9430 * stabs.texinfo: Make info author notice match the TeX author notice.
9431
9432Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9433
9434 * stabs.texinfo: Initial-caps all words in node names and
9435 non-trivial words in section names.
9436
9437Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9438
9439 * stabs.texinfo: Many minor cleanups.
9440
9441 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9442
9443Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
9444
9445 * stabs.texinfo: Remove full description of big example.
9446 It's not really helpful; just use pieces of it where appropriate.
9447 Add more Texinfo formatting directives (@samp, etc.).
9448 Use @deffn to define stab types.
9449 Eliminate some wordiness. Break up some nodes.
9450 Add an (alphabetized) index of symbol types.
9451 Use consistent capitalization style in node and section names.
9452
9453Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9454
9455 * gdb.texinfo: Change typo "Two two" to "The two".
9456
9457Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9458
9459 * stabs.texinfo (XCOFF-differences): Remove references to
9460 non-existent types N_DECL and N_RPSYM.
9461
9462 * stabs.texinfo (String Field): Say that type attributes bug is
9463 fixed in GDB 4.10, since it is.
9464
9465 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9466
9467Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9468
9469 * stabs.texinfo: Formatting cleanups.
9470
9471Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9472
9473 * stabs.texinfo: When explaining the n_type of a stab, standardize
9474 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9475 no tabs, use @r).
9476 (Global Variables): Clean up.
9477
9478Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9479
9480 * stabs.texinfo (Stack Variables): Re-write.
9481
9482Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9483
9484 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9485 addresses of a source file. Also revise formatting.
9486 Change "object module" or "object file" to "source file".
9487 Various: Miscellaneous cleanups.
9488
9489Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9490
9491 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9492
9493Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
9494
9495 * gdbint.texinfo: Removed many nonsensical machine-collected
9496 host and target conditionals, described some of the remainder.
9497
9498Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9499
9500 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9501
9502 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9503 paragraph which follows.
9504
9505 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9506 variables. Looks better and avoids overful hbox.
9507
9508Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9509
9510 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9511
9512Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9513
9514 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9515 retransmit-timeout
9516
9517Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9518
9519 * gdbint.texinfo: Update statement about `some ancient Unix
9520 systems, like Ultrix 4.0' to Ultrix 4.2.
9521
9522Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
9523
9524 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9525
9526 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9527
9528 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
9529 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9530
9531 * remote.texi: new name for former gdbinv-s.texi
9532
9533 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9534
9535Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
9536
9537 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9538 variables for MIPS remote debugging protocol.
9539
9540Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9541
9542 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9543
9544Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9545
9546 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9547
9548Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9549
9550 * gdb.texinfo: repair conditional bugs in text markup
9551
9552Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9553
9554 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9555 to select Modula-2 material.
9556
9557Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9558
9559 * stabs.texinfo: Cleanups regarding statics.
9560
9561 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9562 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9563
9564Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9565
9566 * stabs.texinfo: N_MAIN is sometimes used for C.
9567
9568Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9569
9570 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9571
9572Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
9573
9574 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 9575 removed from the code by Kingdon.
c906108c
SS
9576
9577Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9578
9579 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9580 input when evaluating breakpoint conditions; the bug has been fixed.
9581
9582 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9583 sets the ignore count to N-1, not to N.
9584
9585Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9586
9587 * refcard.tex (\hoffset): correct longstanding error to match
9588 intended offset; avoids cutting off edge on some printers
9589
9590Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9591
9592 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9593
9594Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9595
9596 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9597
9598Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9599
9600 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9601 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9602 collect sed edits if any, apply to refcard before formatting;
9603 (refcard.ps) stop implying PS fonts if PS output requested;
9604 (lrefcard.ps) delete extra target for variant PS fonts
9605
9606 * refcard.tex: parametrize papersize dependent info, collect
9607 in easily replaced spot
9608
9609 * a4rc.sed: new file, edits to refcard for A4 paper
9610
9611Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9612
9613 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9614
9615Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9616
9617 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9618
9619Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9620
9621 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9622 politely rather than rudely.
9623
9624Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9625
9626 * stabs.texinfo: Document common blocks.
9627
9628Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
9629
9630 * stabs.texinfo: Add some basic info about stabs-in-elf.
9631
9632Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9633
9634 * stabs.texinfo (Top): Minor cleanup.
9635
9636Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9637
9638 * Makefile.in (install-info): remove parentdir support
9639
9640Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9641
9642 * gdb.texinfo (Copying): delete this node and references to it;
9643 RMS says this manual need not carry GPL. (passim): Improvements
9644 from last round at FSF, largely due to Ian Taylor review, and
9645 minor formatting improvements.
9646
9647 * gdbinv-s.texi (passim): Improvements from last round at FSF,
9648 largely due to Ian Taylor review. (Debug Session): minor edits to
9649 new text.
9650
9651Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
9652
9653 * Makefile.in (realclean): Remove info and dvi files too.
9654
9655Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
9656
9657 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9658 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
9659 * gdb.texinfo: Change accordingly.
9660
9661 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
9662 N_{L,R}BRAC,N_SLINE are relative to.
9663
9664Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
9665
9666 * Makefile.in (GDBvn.texi): Update atomically.
9667
9668Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
9669
9670 * gdbinv-s.texi (Debug Session): Document exceptionHook.
9671
9672Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
9673
9674 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
9675 addresses together. Also motivate the set print symbol-filename
9676 command and suggest other solutions.
9677
9678Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
9679
9680 * gdb.texinfo (set print elements): Note that the number of
9681 elements is set to unlimited by "set print elements 0".
9682
9683Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
9684
9685 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
9686 NF_LDOUBLE means.
9687 (Stab Types): Include Solaris stab types.
9688 (Procedures): Document Solaris extensions.
9689
9690Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9691
9692 * gdb.texinfo: Add `set print symbol-filename' doc.
9693
9694Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9695
9696 * stabs.texinfo (Arrays): Talk about type definition vs. type
9697 information.
9698
9699 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
9700 the trailing semicolon.
9701
9702Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9703
9704 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
9705 and merge in other parts of the document addressing these subjects.
9706 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
9707
9708 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
9709 at the end of a range type.
9710
9711 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
9712 AIX extensions.
9713
9714Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9715
9716 * stabs.texinfo (Stabs Format): Misc fixes.
9717
9718Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9719
9720 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
9721 (Traditional builtin types): Document convex convention for long long.
9722 (Negative builtin types): Discuss type names, and misc fixes.
9723
9724Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9725
9726 * stabs.texinfo (Builtin Type Descriptors): Document the floating
9727 point types used with @samp{R} type descriptor.
9728 (Symbol Descriptors): Describe how to handle conflict between
9729 different meanings of @samp{P} symbol descriptor.
9730
9731Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9732
9733 * stabs.texinfo: Remove node Quick Reference and put its children
9734 directly under the main menu.
9735
9736 * stabs.texinfo: Many more changes to bring it into line with
9737 AIX documentation and reality. I think it now has all the
9738 information from the AIX documentation, except that I burned
9739 out when I got to variant records (Pascal and Modula-2) and
9740 all the COBOL types. Oh well, we can add them later when we're
9741 worrying more about those languages.
9742
9743 * stabs.texinfo (Automatic variables): Talk about what it means
9744 to omit the symbol descriptor.
9745
9746Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9747
9748 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9749 gcc2 behavior with promoted args.
9750
9751Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9752
9753 * gdb.texinfo: include readline appendices in info version of manual
9754
9755Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9756
9757 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9758 target remote.
9759
9760 * gdb.texinfo (Machine Code): more index entries for disassemble
9761
9762Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
9763
9764 * Clarify the intended use of the gdb-testers and gdb-patches
9765 mailing lists, and shrink gzip comment.
9766
9767Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9768
9769 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9770 DOSHOST configuration of manual.
9771
9772 * gdb.texinfo (MIPS Stack): new node.
9773
9774 * all-config.texi (MIPS) new switch.
9775
9776 * gdbinv-s.texi (Nindy Options) Remove two instances of future
9777 tense; (MIPS Remote) new node.
9778
9779 * gdb.texinfo (passim) rephrases to work around makeinfo @value
9780 bug; (Environment) less passive, other small cleanups in text about
9781 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9782 (Remote) new MIPS Remote menu entry.
9783
9784Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
9785
9786 * stabs.texinfo: Many changes to include information from the
9787 AIX documentation.
9788
9789 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9790
9791Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
9792
9793 * gdbint.texinfo (new node Debugging GDB, elsewhere):
9794 Move a bunch of information from ../README.
9795 (Getting Started): New node.
9796
9797Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9798
9799 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9800
9801 * gdb.texinfo: advance manual revision dates to present
9802
9803 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9804 stop using silly Roman numerals in @set variable names
9805
9806Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
9807
9808 * stabs.texinfo (Parameters): Keep trying to get this right.
9809
9810Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
9811
9812 * stabs.texinfo (Parameters): More on "local parameters".
9813
9814Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
9815
9816 * stabs.texinfo (Parameters): Re-do "local parameters" section.
9817
9818Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
9819
9820 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9821 (Parameters): Rewrite.
9822 (xcoff-differences, Sun-differences): Minor changes.
9823
9824Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9825
9826 * stabs.texinfo: Minor cleanup.
9827
9828Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
9829
9830 * gdbint.texinfo: Minor xcoff stuff.
9831
9832Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
9833
9834 * gdbint.texinfo: Update for new config directory structure.
9835 Add info about internal type data structures.
9836
9837Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
9838
9839 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9840 $(srcdir).
9841 (gdb-config.texi): Depend on file in $(srcdir).
9842
9843Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
9844
9845 * stabs.texinfo: Fixes about N_SO.
9846
9847Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9848
9849 * gdb.texinfo: include list of nonstandard init file names
9850
9851 * *-config.texi: new switch GENERIC for text that applies *only*
9852 to (usual) multiple-target version of manual
9853
9854 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9855 h8 config
9856
9857 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9858 in menus (rather than conditionally selected multiple alternative
9859 menus).
9860
9861 * Makefile.in: define and use DOC_CONFIG var to select
9862 configuration for GDB user manual.
9863
9864 * gdb-config.texi: delete from repository, generate from Makefile.
9865
9866 * all-config.texi: normal `generic' configuration file, formerly
9867 stored as gdb-config.texi
9868
9869Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9870
9871 * Makefile.in: add dvi target to build all .dvi files
9872
9873Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9874
9875 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9876
9877Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
9878
9879 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9880 host conditionals.
9881 * stabs.texinfo: More array fixes inspired by Jim's.
9882
9883Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
9884
9885 * stabs.texinfo: Fixes re arrays and continuations.
9886
9887 * gdbint.texinfo: Add XCOFF node.
9888
9889Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
9890
9891 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
9892
9893Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9894
9895 * stabs.texinfo: Fix for array types to mention lower bounds.
9896
9897Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
9898
9899 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
9900
9901Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
9902
9903 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
9904
9905Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
9906
9907 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
9908 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
9909
9910Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
9911
9912 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
9913
9914Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9915
9916 * gdb.texinfo, gdbinv-s.texi: misc updates
9917
9918Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
9919
9920 * gdbint.texinfo: Brief documentation for longjmp support,
9921 from an email msg by Stu.
9922
9923Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
9924
9925 * stabs.texinfo: Fix description of floating point "range"
9926 types (which really define basic types). Reported by Jim Meehan,
9927 <meehan@src.dec.com>.
9928
9929 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
9930
9931Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
9932
9933 * gdbint.texinfo: Slightly expand section on supporting a new
9934 object file format.
9935
9936Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
9937
9938 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
9939 intermediate file.
9940
9941Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9942
9943 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
9944
9945Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9946
9947 * gdbinv-s.texi: z8000 simulator target name is just "sim"
9948
9949 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
9950 as well as Z8002.
9951
9952Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
9953
9954 * gdbint.texinfo: Add sections on clean design and on how to send
9955 in changes.
9956
9957Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
9958
9959 * gdbint.texinfo: Add how to declare the result of make_cleanup.
9960
9961Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
9962
9963 * gdb.texinfo: Fix typo, reported by Karl Berry.
9964
9965Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
9966
9967 * gdb.texinfo: Add opcodes dir to GDB distribution description.
9968
9969Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9970
9971 * gdbint.texinfo: fixed a stray email address (needs @@),
9972 added @table @code to node "Native Conditionals"
9973
9974Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
9975
9976 * gdbint.texinfo: Describe coding style of GDB.
9977
9978Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
9979
9980 * stabs.texinfo: Minor wording changes.
9981
9982Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
9983
9984 * gdbint.texinfo: Improve release doc slightly.
9985
9986Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
9987
9988 * gdbint.texinfo: Improve doc of GDB config macros.
9989
9990Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
9991
9992 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
9993 These will be reinserted when examined.
9994
9995Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
9996
9997 * gdbint.texinfo: Make a start at documenting all the #if macros
9998 in GDB. At least list them all, and start separating them into
9999 host-specific and target-specific.
10000
10001Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10002
10003 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 10004 examples (not consistent w others).
c906108c
SS
10005 gdb.texinfo: issue disclaimer paragraph on cmdline options only
10006 for generic vn of doc
10007
10008Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
10009
10010 * Makefile.in: always create installation directories.
10011
10012Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10013
10014 * gdb.texinfo: in h8 config, do not describe searching commands.
10015
10016Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10017
10018 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
10019 conditionals; introduce a few generic switches that may be
10020 useful for other cross-dev or dos-hosted configs.
10021
10022 * gdb.texinfo: fix typo in "info reg" description
10023
10024Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
10025
10026 * stabs.texinfo: Minor updates from running TeX over it.
10027 * Makefile.in (stabs.dvi, stabs.ps): Add.
10028
10029Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
10030
10031 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
10032 First pass at converting it to texinfo.
10033
10034Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
10035
10036 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
10037 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
10038
10039Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
10040
10041 * gdbint.texinfo: Add section on partial symbol tables.
10042
10043Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
10044
10045 * gdb.texinfo: document `set remotedebug' and `set
10046 rstack_high_address'.
10047
10048Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10049
10050 * gdb.texinfo: slight expansion of new text on reading info files
10051 * gdbinv-s.m4.in: correct and expand info on cross-debugging
10052 H8/300 from DOS.
10053
10054Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
10055
10056 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
10057
10058Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
10059
10060 * gdb.texinfo: Say how to read the `info' files.
10061
10062Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
10063
10064 * Makefile.in: gm4 -> m4.
10065
10066Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
10067
10068 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
10069 Documentation' ahead of `Installing GDB' to match README.
10070 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 10071 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
10072
10073Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
10074
10075 * Makefile.in: remove $(srcdir) from gdb.info rule.
10076
10077Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10078
10079 * Makefile.in: commented out gdb-all.texinfo rule. This is
10080 temporary.
10081
10082Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10083
10084 * Makefile.in, configure.in: removed traces of namesubdir,
10085 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 10086 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
10087
10088Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
10089
10090 * gdb.texinfo: Improve how we ask for bug reports.
10091
10092Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10093
10094 * Makefile.in: infodir belongs in datadir.
10095
10096Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10097
10098 * Makefile.in: remove spaces following hyphens, bsd make can't
10099 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 10100 standards.text support.
c906108c
SS
10101
10102Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10103
10104 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10105 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10106 and mandir now keyed off datadir by default.
10107
10108\f
10109Local Variables:
9e9c5ae7 10110mode: change-log
c906108c
SS
10111left-margin: 8
10112fill-column: 74
10113version-control: never
10114End:
This page took 1.446591 seconds and 4 git commands to generate.