gdb/doc:
[binutils-gdb.git] / gdb / doc / ChangeLog
1 2013-02-06 Yao Qi <yao@codesourcery.com>
2
3 * gdb.texinfo (GDB/MI Async Records): Document new MI
4 notification "=tsv-modified". Update the document of MI
5 notification "=tsv-created".
6 * observer.texi (GDB Observers): New observer tsv_modified.
7 Update observer tsv_created and tsv_delete.
8
9 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
10
11 * gdb.texinfo (AArch64 Features): New section; document
12 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
13 (Architectures): Add new AArch64 section to document AArch64
14 architecture specific commands.
15 (ABI): Add description of the new OS ABI "Newlib" and its influence
16 on the longjmp handling.
17
18 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
19 Jan Kratochvil <jan.kratochvil@redhat.com>
20
21 * gdb.texinfo (Backtrace): Added description of 'filename-display'
22 variable in 'set/show backtrace' section.
23
24 2013-01-31 Tom Tromey <tromey@redhat.com>
25
26 * gdb.texinfo (Target Commands): Fix typo.
27
28 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
29
30 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
31 describing the gdb.Architecture class.
32 (Frames In Python): Add description about the new method
33 gdb.Frame.architecture().
34
35 2013-01-23 Doug Evans <dje@google.com>
36
37 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
38
39 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
40
41 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
42 'thread-groups' field when printing a breakpoint in MI.
43
44 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
45 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
46 to reflect that jit-reader-load now supports absolute file-names.
47
48 2013-01-16 Tom Tromey <tromey@redhat.com>
49
50 * gdb.texinfo (Set Catchpoints): Document "catch signal".
51 (Signals): Likewise.
52
53 2013-01-16 Tom Tromey <tromey@redhat.com>
54
55 * gdb.texinfo (GDB/MI Breakpoint Information): Document
56 "catch-type" field.
57 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
58
59 2013-01-07 Tom Tromey <tromey@redhat.com>
60
61 * gdb.texinfo (Mode Options): Don't mention -epoch.
62 (Data, Emacs): Remove obsolete comments.
63
64 2013-01-02 Tom Tromey <tromey@redhat.com>
65
66 * gdb.texinfo (GDB/MI Output Records): Update menu.
67 (GDB/MI Breakpoint Information): New node.
68 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
69 <-break-insert>: Likewise.
70
71 2012-12-31 Yao Qi <yao@codesourcery.com>
72
73 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
74 (Packets): Move "vStopped" packet to ...
75 (Notification Packets): ... here. Describe the components
76 of notification. Add a table of supported notifications.
77 Add an example on the process of he async notification.
78
79 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
80
81 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
82 present.
83 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
84 fullname output always present.
85
86 2012-12-23 Pierre Muller <muller@sourceware.org>
87
88 * gdbint.texinfo (Function prototypes): Require use of "extern"
89 modifier for function prototypes in headers.
90
91 2012-12-19 Joel Brobecker <brobecker@adacore.com>
92
93 * refcard.tex: Update copyright notice to GPL v3 or later.
94 Update contact info.
95
96 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
97
98 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
99
100 2012-12-15 Yao Qi <yao@codesourcery.com>
101
102 * gdb.texinfo (Debugging Output): Document 'set debug
103 notification' and 'show debug notification'.
104
105 2012-12-15 Yao Qi <yao@codesourcery.com>
106
107 * gdb.texinfo (Listing Tracepoints): New item and example about
108 'installed on target' output.
109 Add more in the example about 'installed on target'.
110 (GDB/MI Breakpoint Commands): Doc about 'installed field.
111
112 2012-12-14 Tom Tromey <tromey@redhat.com>
113
114 * gdb.texinfo (SVR4 Process Information): Mention core files.
115
116 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
117
118 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
119
120 2012-12-11 Pedro Alves <palves@redhat.com>
121
122 * gdb.texinfo: Remove all mentions of Unixware throughout.
123
124 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
125
126 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
127
128 2012-11-29 Tom Tromey <tromey@redhat.com>
129
130 * gdb.texinfo (SVR4 Process Information): Document missing
131 "info proc" subcommands.
132
133 2012-11-29 Yao Qi <yao@codesourcery.com>
134
135 PR gdb/1477.
136 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
137 to 'auto' instead of 'gnu'.
138
139 2012-11-26 Tom Tromey <tromey@redhat.com>
140
141 * gdb.texinfo (MiniDebugInfo): New node.
142 (GDB Files): Update.
143
144 2012-11-16 Doug Evans <dje@google.com>
145
146 * gdb.texinfo (System-wide configuration): If the system-wide init
147 file lives in the data-directory, and --data-directory is provided,
148 look for it there.
149
150 2012-11-15 Tom Tromey <tromey@redhat.com>
151
152 * gdb.texinfo (Signaling): Fix typo.
153
154 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
155
156 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
157 parameter "count" of -data-write-memory-bytes, and add an example.
158
159 2012-11-12 Tom Tromey <tromey@redhat.com>
160
161 * gdb.texinfo (Symbols): Document "info type-printers",
162 "enable type-printer" and "disable type-printer".
163 (Python API): Add new node to menu.
164 (Type Printing API): New node.
165 (Progspaces In Python): Document type_printers field.
166 (Objfiles In Python): Likewise.
167 (gdb.types) <get_type_recognizers, apply_type_recognizers,
168 register_type_printer, TypePrinter>: Document.
169
170 2012-11-12 Tom Tromey <tromey@redhat.com>
171
172 * gdb.texinfo (Symbols): Document "set print type methods",
173 "set print type typedefs", and flags to ptype and whatis.
174
175 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
176
177 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
178 the example -data-disassemble output. Extend the description of
179 the -data-disassemble results to document all fields. Document
180 the cli disassemble command as being related to -data-disassemble.
181
182 2012-11-09 Yao Qi <yao@codesourcery.com>
183
184 PR gdb/14777.
185 * gdb.texinfo (OS Information): Remove doc on command
186 'info udot'.
187
188 2012-11-08 Joel Brobecker <brobecker@adacore.com>
189
190 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
191 gdb.ini warning for Windows port.
192
193 2012-11-08 Yao Qi <yao@codesourcery.com>
194
195 * gdb.texinfo (Search): Add kindex for 'fo'.
196
197 2012-11-05 Tom Tromey <tromey@redhat.com>
198
199 PR python/14802:
200 * gdb.texinfo (Functions In Python): Add example.
201
202 2012-11-03 Yao Qi <yao@codesourcery.com>
203
204 * observer.texi (GDB Observers): Remove observer
205 'tracepoint_modified', 'tracepoint_created' and
206 'tracepoint_deleted'.
207
208 2012-10-26 Tom Tromey <tromey@redhat.com>
209
210 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
211
212 2012-10-25 Tom Tromey <tromey@redhat.com>
213
214 * gdb.texinfo (General Query Packets): Use @itemx.
215
216 2012-10-17 Yao Qi <yao@codesourcery.com>
217
218 * observer.texi (GDB Observers): Update observer
219 'memory_changed'.
220 * gdb.texinfo (GDB/MI Async Records): Document for
221 "memory-changed" notification.
222
223 2012-10-15 Doug Evans <dje@google.com>
224
225 * gdb.texinfo (Mode Options): Document -nh.
226 Elaborate on docs for -nx.
227
228 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
229
230 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
231
232 2012-09-21 Yao Qi <yao@codesourcery.com>
233 Pedro Alves <palves@redhat.com>
234
235 * gdb.texinfo (GDB/MI Async Records): Document notification
236 'record-started' and 'record-stopped'.
237 * observer.texi (GDB Observers): New observer 'record-changed'.
238
239 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
240
241 * gdb.texinfo: Document the removal of SH's 'regs' command.
242
243 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
244
245 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
246
247 2012-09-18 Yao Qi <yao@codesourcery.com>
248
249 * gdb.texinfo (GDB/MI Async Records): Document new MI
250 notifications '=tsv-created' and '=tsv-deleted'.
251 * observer.texi (GDB Observers): New observer tsv_created and
252 tsv_deleted.
253
254 2012-09-18 Yao Qi <yao@codesourcery.com>
255
256 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
257 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
258 '=traceframe-changed'.
259
260 2012-09-17 Yao Qi <yao@codesourcery.com>
261
262 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
263 'set listsize'.
264
265 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
266 Eli Zaretskii <eliz@gnu.org>
267
268 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
269 encoding for gdbarch_breakpoint_from_pc, bp_addr for
270 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
271
272 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
273
274 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
275
276 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
277
278 Document how to return from "python-interactive" to GDB.
279 * gdb.texinfo (Python Commands): Update documentation.
280
281 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
282
283 Add a new "python-interactive" command that starts a standard
284 Python interactive prompt with "pi" as alias, and add "py" as
285 an alias to "python".
286 * gdb.texinfo (Python Commands): Document the new commands.
287
288 2012-08-22 Tom Tromey <tromey@redhat.com>
289
290 * gdbint.texinfo (Host Definition): Remove documentation for
291 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
292
293 2012-08-17 Keith Seitz <keiths@redhat.com>
294
295 PR c++/13356
296 * gdb.texinfo (Type and Range Checking): Remove warning.
297 Remove spurious commas.
298 Update text and examples for re-implementation of set/show
299 check type.
300 (C and C++ Type and Range Checks): Likewise.
301
302 2012-08-16 Yao Qi <yao@codesourcery.com>
303
304 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
305 is deprecated.
306
307 2012-08-13 Doug Evans <dje@google.com>
308
309 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
310 to include functions.
311
312 2012-08-10 Doug Evans <dje@google.com>
313
314 * gdb.texinfo (Convenience Funs): New node.
315 (Types In Python): Document Type.vector.
316
317 2012-08-09 Yao Qi <yao@codesourcery.com>
318
319 * observer.texi: New observer command_param_changed.
320 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
321
322 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
323
324 * gdbint.texinfo (Debugging GDB): In section
325 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
326 Mention also gdb-gdb.py.
327
328 2012-08-07 Yao Qi <yao@codesourcery.com>
329
330 Revert the folloing patch:
331 2012-08-06 Yao Qi <yao@codesourcery.com>
332 * gdb.texinfo (Remote Configuration): Add kindex for 'set
333 remote hardware-watchpoint-limit' and 'set
334 remote hardware-breakpoint-limit'.
335
336 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
337
338 * gdb.texinfo (Working Directory): Added information about new
339 default argument for 'cd' command.
340
341 2012-08-06 Yao Qi <yao@codesourcery.com>
342
343 * gdb.texinfo (Remote Configuration): Add kindex for 'set
344 remote hardware-watchpoint-limit' and 'set
345 remote hardware-breakpoint-limit'.
346
347 2012-08-06 Yao Qi <yao@codesourcery.com>
348
349 Fix PR14371.
350
351 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
352 '=breakpoint-deleted'.
353
354 2012-08-02 Yao Qi <yao@codesourcery.com>
355
356 * gdb.texinfo (Native): Remove node Neutrino.
357
358 2012-07-27 Yao Qi <yao@codesourcery.com>
359
360 * gdb.texinfo (IPA Protocol Commands): Document new command
361 'close'.
362
363 2012-07-25 Tom Tromey <tromey@redhat.com>
364
365 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
366
367 2012-07-20 Doug Evans <dje@google.com>
368
369 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
370 (Index Files): Document how to control the use of deprecated index
371 sections.
372 (Index Section Format): Replace --use-deprecated-index-sections with
373 "set use-deprecated-index-sections on".
374
375 2012-07-12 Eli Zaretskii <eliz@gnu.org>
376
377 * gdbint.texinfo: Remove @syncodeindex directives that put all the
378 indices into a single node "Index". Instead, join function and
379 variable indices into a single index, separate from the concept
380 index. Requested in
381 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
382 (Top): Update the top-level menu: instead of one "Index" there are
383 now separate entries "Concept Index" and "Function and Variable
384 Index".
385 (Concept Index, Function and Variable Index): New nodes.
386 (Index): Node deleted.
387
388 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
389
390 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
391 and "maint agent-eval".
392
393 2012-07-03 Eli Zaretskii <eliz@gnu.org>
394
395 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
396 avoid file-name clashes between Index.html and index.html on
397 case-insensitive filesystems. See the discussion starting in
398 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
399 details of the problem.
400 (Top): Update the master menu for the above.
401 (Concept Index, Command and Variable Index): New nodes, instead of
402 the old "Index" node that was deleted. All cross-references
403 updated.
404
405 2012-07-02 Stan Shebs <stan@codesourcery.com>
406
407 * gdb.texinfo (Dynamic Printf): Mention agent style and
408 disconnected dprintf.
409 (Maintenance Commands): Describe maint agent-printf.
410 (General Query Packets): Mention BreakpointCommands feature.
411 (Packets): Document commands extension to Z0 packet.
412 * agentexpr.texi (Bytecode Descriptions): Document printf
413 bytecode.
414
415 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
416
417 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
418 only after gdbinit files.
419 (Startup): Move -iex and -iex commands down after gdbinit files.
420
421 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
422
423 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
424 possibility.
425
426 2012-06-29 Tom Tromey <tromey@redhat.com>
427
428 * gdb.texinfo (Index Section Format): Update for version 7.
429
430 2012-06-28 Stan Shebs <stan@codesourcery.com>
431
432 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
433 example, add note about title column.
434
435 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
436
437 * gdb.texinfo (Symbol Tables In Python): Add description about
438 the new 'last' attribute of gdb.Symtab_and line.
439
440 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
441
442 * gdb.texinfo (Symbol Tables In Python): Correct the description
443 of the 'pc' attribute of gdb.Symtab_and_line.
444
445 2012-06-26 Doug Evans <dje@google.com>
446
447 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
448 and symtab-create.
449
450 2012-06-25 Keith Seitz <keiths@redhat.com>
451
452 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
453 from example. Remove "rbreak" from list of corresponding
454 gdb commands.
455
456 2012-06-23 Doug Evans <dje@google.com>
457
458 * gdb.texinfo (Index Section Format): Document version 7 format.
459
460 2012-06-22 Yao Qi <yao@codesourcery.com>
461
462 * gdb.texinfo: Add missing cindex for some packets.
463
464 2012-06-20 Keith Seitz <keiths@redhat.com>
465
466 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
467 for -break-insert and document -p.
468
469 2012-06-20 Yao Qi <yao@codesourcery.com>
470
471 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
472 and "gdb.write_memory" with "Inferior.read_memory" and
473 "Inferior.write_memory".
474
475 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
476
477 * gdb.texinfo (Summary): Add a link to "Free Documentation".
478 (Free Documentation): Add @node line.
479 (Continuing and Stepping) <advance location>: Use @item instead of
480 @itemx.
481 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
482 @itemx.
483 (Embedded Processors): Put the link to "PA" to its correct place,
484 according to document structure.
485 (Python API): Put the link to "Lazy Strings In Python" to its
486 correct place.
487 (Index): Use @@ in @tex block to get a literal @.
488
489 * gdbint.texinfo: Fix the @subtitle line.
490
491 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
492 correct place.
493
494 2012-06-08 Yao Qi <yao@codesourcery.com>
495
496 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
497 Protocol'.
498 (In-Process Agent Protocol, IPA Protocol Objects)
499 (IPA Protocol Commands): New nodes.
500 (Tracepoint Packets): Add anchors.
501
502 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
503
504 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
505
506 2012-06-06 Yao Qi <yao@codesourcery.com>
507
508 * gdb.texinfo: Update copyright year.
509
510 2012-05-23 Stan Shebs <stan@codesourcery.com>
511 Kwok Cheung Yeung <kcy@codesourcery.com>
512
513 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
514
515 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
516
517 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
518 Mention also --with-separate-debug-dir.
519 (Auto-loading): Prepend $debugdir in the sample output.
520 (Auto-loading safe path): Likewise. Mention also $debugdir for the
521 auto-load safe-path variable.
522 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
523 Mention also $debugdir for 'set auto-load scripts-directory'.
524
525 2012-05-19 Eli Zaretskii <eliz@gnu.org>
526
527 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
528 (MIPS Embedded, MIPS, MIPS Register packet Format)
529 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
530 appropriate.
531
532 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
533 Maciej W. Rozycki <macro@codesourcery.com>
534
535 * gdb.texinfo (MIPS): Document "set mips compression" and "show
536 mips compression".
537 (MIPS Breakpoint Kinds): New subsubsection.
538
539 2012-05-18 Eli Zaretskii <eliz@gnu.org>
540
541 * gdb.texinfo (Architecture-Specific Protocol Details): Define
542 nodes for subsections. Add @acronym mark-ups and adjust
543 formatting.
544
545 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
546
547 Rename $ddir to $datadir.
548 * gdb.texinfo (Auto-loading, Auto-loading safe path)
549 (objfile-gdb.py file): Rename $ddir to $datadir.
550
551 2012-05-18 Tom Tromey <tromey@redhat.com>
552
553 * gdb.texinfo (Print Settings): Document 'set print symbol'.
554
555 2012-05-14 Stan Shebs <stan@codesourcery.com>
556
557 * gdb.texinfo (Dynamic Printf): New subsection.
558
559 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
560
561 * gdb.texinfo (Basic Python): Add description about the function
562 gdb.find_pc_line
563
564 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
565 Eli Zaretskii <eliz@gnu.org>
566
567 * gdb.texinfo (Separate Debug Files): Use plural form for global
568 debugging information directory.
569
570 2012-05-11 Stan Shebs <stan@codesourcery.com>
571 Kwok Cheung Yeung <kcy@codesourcery.com>
572
573 * gdb.texinfo (Operating System Auxiliary Information): Document new
574 'info os' subcommands.
575
576 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
577
578 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
579 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
580 (dotdebug_gdb_scripts section): Add reference
581 to 'Auto-loading safe path'.
582
583 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
584
585 Implement multi-component --with-auto-load-dir.
586 * gdb.texinfo (Auto-loading): New references
587 for 'set auto-load scripts-directory'
588 and 'show auto-load scripts-directory'.
589 (Auto-loading safe path): Describe the new default. Move $ddir
590 substituation reference to 'objfile-gdb.py file'.
591 (objfile-gdb.py file): Describe script-name alias. Change real-name to
592 script-name. Describe new 'set auto-load scripts-directory'
593 and 'show auto-load scripts-directory'.
594
595 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
596
597 Provide $ddir substitution for --with-auto-load-safe-path.
598 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
599 (Auto-loading safe path): Likewise. Mention the default value,
600 $ddir substitution, --with-auto-load-safe-path and
601 --without-auto-load-safe-path.
602 * observer.texi (gdb_datadir_changed): New.
603
604 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
605
606 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
607 Twice.
608
609 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
610 directory separator by path separator.
611
612 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
613
614 * gdb.texinfo (Auto-loading safe path): Make 'directories'
615 for 'set auto-load safe-path' optional. Mention if it is omitted.
616 Change disabling security protection condition to "/", twice.
617
618 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
619
620 * gdb.texinfo (Symbol Tables In Python): Add documentation about
621 the new methods global_block and static_block on gdb.Symtab
622 objects.
623
624 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
625
626 * gdb.texinfo (Blocks In Python): Add a note saying that future
627 improvements to GDB and its infrastructure can move symbols
628 across blocks within a symbol table.
629
630 2012-04-29 Yao Qi <yao@codesourcery.com>
631
632 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
633 (A29K): Remove.
634
635 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
636 Tom Tromey <tromey@redhat.com>
637
638 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
639 and generic static probe support on GDB.
640
641 2012-04-25 Doug Evans <dje@google.com>
642
643 * gdb.texinfo (Go): Fix thinko.
644
645 * gdb.texinfo (Supported Languages): Add Go.
646 (Go): New node.
647
648 2012-04-25 Yao Qi <yao@codesourcery.com>
649
650 * gdbint.texinfo (Testsuite): New section `Board settings'.
651
652 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
653
654 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
655 Three times.
656
657 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
658 Three times.
659
660 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
661
662 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
663 by @table @asis. Fix formatting of one item.
664
665 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
666
667 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
668
669 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
670
671 New option "set debug auto-load".
672 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
673 (auto-load verbose mode): New node.
674
675 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
676
677 New option "set auto-load safe-path".
678 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
679 and "info auto-load" examples for safe-path. Put there also references
680 for "set auto-load safe-path" and "show auto-load safe-path".
681 New menu item for Auto-loading safe path.
682 (Auto-loading safe path): New node.
683 (Python Auto-loading): Update the expected output from "Missing"
684 to "No".
685
686 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
687
688 auto-load: Implementation.
689 * gdb.texinfo (Mode Options): New anchor for -nx.
690 (Startup): New anchors for Option -init-eval-command,
691 Home Directory Init File
692 and Init File in the Current Directory during Startup.
693 Mention set auto-load local-gdbinit with a reference.
694 Change the sample code to "set auto-load python-scripts".
695 (Threads): New anchor set libthread-db-search-path.
696 Provide references to libthread_db.so.1 file.
697 (Controlling GDB): New menu item for Auto-loading.
698 (Auto-loading, Init File in the Current Directory)
699 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
700 (Python): Rename the menu item Auto-loading to Python Auto-loading.
701 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
702 reference.
703 (Auto-loading): Rename to ...
704 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
705 "set auto-load python-scripts", new anchor for it. Change
706 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
707 for it. Change "info auto-load-scripts"
708 to "info auto-load python-scripts", new anchor for it. Change "scripts"
709 to "Python scripts".
710
711 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
712
713 PR mi/13393
714 * gdb.texinfo (Print Settings): Extend the description for "set print
715 object".
716 (GDB/MI Variable Objects): Extend the description for -var-create and
717 -var-list-children.
718
719 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
720
721 * gdb.texinfo (Examining Data): Document the 'explore' command.
722
723 2012-03-28 Joel Brobecker <brobecker@adacore.com>
724
725 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
726 to the children of a varobj and its update range when -var-update
727 returns that the varobj's type changed.
728
729 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
730
731 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
732 Create two new links fir 'objfile-gdb.py file'
733 and 'dotdebug_gdb_scripts section'.
734
735 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
736
737 * gdb.texinfo (Auto-loading): Rename node reference
738 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
739 Twice.
740 (.debug_gdb_scripts section): Rename the node ...
741 (dotdebug_gdb_scripts section): ... here.
742 (Maintenance Commands): Also rename this node reference.
743
744 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
745
746 * gdb.texinfo (Python API/Values From Inferior): Add description
747 about the new method Value.referenced_value. Add description on
748 how Value.dereference is different (and similar) to
749 Value.referenced_value.
750
751 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
752
753 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
754 --init-eval-command=COMMAND, -iex.
755 (Startup): Describe -iex and -ix. Simplify the example
756 for "set auto-load-scripts off".
757
758 2012-03-16 Gary Benson <gbenson@redhat.com>
759
760 PR breakpoints/10738
761 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
762 stating that GDB cannot set breakpoints on inlined functions.
763 (Mode Options): Document --use-deprecated-index-sections.
764 (Index Section Format): Document new index section version format.
765
766 2012-03-15 Tom Tromey <tromey@redhat.com>
767
768 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
769
770 2012-03-13 Doug Evans <dje@google.com>
771
772 * gdb.texinfo (Help): Change apropos example to use "alias" instead
773 of "reload".
774 (Symbols): Delete docs for set/show symbol-reloading.
775 * gdbint.texinfo (Defining Other Architecture Features): Delete
776 SYMBOL_RELOADING_DEFAULT.
777 * refcard.tex: Delete reference to symbol-reloading.
778
779 2012-03-07 Pedro Alves <palves@redhat.com>
780
781 * gdb.texinfo (General Query Packets): Document new
782 QProgramSignals packet.
783 * gdb.texinfo (Remote configuration): Mention
784 "program-signals-packet".
785
786 2012-03-05 Tristan Gingold <gingold@adacore.com>
787
788 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
789
790 2012-03-03 Yao Qi <yao@codesourcery.com>
791
792 * gdb.texinfo (In-Process Agent): New node.
793 Document new commands.
794 (General Query Packets): Add packet `QAgent'.
795
796 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
797
798 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
799
800 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
801
802 * gdb.texinfo (Commands In Python): Put example python macro in
803 COMMAND_USER category rather than COMMAND_OBSCURE.
804 Document gdb.COMMAND_USER.
805 (User-defined Commands): Update documentation to clarify
806 "set/show max-user-call-depth" and "show user" don't apply to python
807 commands. Update documentation to clarify "help user-defined" may
808 also include python commands defined as COMMAND_USER.
809
810 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
811
812 * gdb.texinfo (Startup): Add option -ex description to the option -x
813 description.
814
815 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
816
817 * gdb.texinfo (Setting Breakpoints): Mention and explain the
818 condition-evaluation breakpoint parameter.
819 Mention condition-evaluation mode being shown in "info break".
820 (Break Conditions): Add description for target-side
821 conditional breakpoints.
822 (Remote Configuration): Mention conditional-breakpoints-packet.
823 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
824 cond-expr.
825 (General Query Packets): Mention new ConditionalBreakpoint feature.
826
827 2012-02-22 Tom Tromey <tromey@redhat.com>
828
829 * gdb.texinfo (Blocks In Python): Clarify block iteration.
830
831 2012-02-17 Tom Tromey <tromey@redhat.com>
832
833 PR python/10753:
834 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
835 directory.
836
837 2012-02-14 Stan Shebs <stan@codesourcery.com>
838
839 * gdb.texinfo (Disabling Breakpoints): Document enable count.
840
841 2012-02-13 Pedro Alves <palves@redhat.com>
842
843 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
844 mips-idt-ecoff.
845
846 2012-02-09 Yao Qi <yao@codesourcery.com>
847
848 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
849
850 2012-02-07 Tom Tromey <tromey@redhat.com>
851
852 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
853 Symbol.value.
854
855 2012-02-07 Tom Tromey <tromey@redhat.com>
856
857 * gdb.texinfo (Symbols In Python): Document Symbol.line.
858
859 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
860
861 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
862
863 2012-01-24 Tom Tromey <tromey@redhat.com>
864
865 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
866 unload".
867 (Files): Mention new catch commands.
868 (GDB/MI Async Records): Likewise.
869
870 2012-01-24 Gary Benson <gbenson@redhat.com>
871
872 Delete #if 0'd out code.
873 * gdb.texinfo (Frame Info): Remove "info catch".
874
875 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
876
877 * gdb.texinfo (Remote Configuration): Document
878 "set remote hostio-readlink-packet" command.
879 (General Query Packets): Document vFile:readlink packet.
880
881 2012-01-16 Tom Tromey <tromey@redhat.com>
882
883 * gdb.texinfo (Specify Location): Document relative file name
884 handling.
885
886 2012-01-16 Tom Tromey <tromey@redhat.com>
887
888 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
889
890 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
891 Eli Zaretskii <eliz@gnu.org>
892
893 * gdbint.texinfo (Coding Standards): Require braces for two lines of
894 code.
895
896 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
897
898 * gdb.texinfo (Variables): Document use of :: for non-static
899 variables.
900
901 2012-01-05 Joel Brobecker <brobecker@adacore.com>
902
903 * gdbint.texinfo (Start of New Year Procedure): Update
904 to replace use of copyright.sh by use of copyright.py.
905
906 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
907
908 Remove the gdbtui binary.
909 * all-cfg.texi (GDBTUI): Remove.
910 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
911 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
912 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
913
914 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
915
916 Introduce gdb.FinishBreakpoint in Python.
917 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
918 (Python API): Add menu entry for Finish Breakpoints.
919
920 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
921
922 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
923 tests.
924
925 2011-12-16 Doug Evans <dje@google.com>
926
927 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
928
929 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
930
931 * gdb.texinfo (Python Commands): Remove "maint set/show print
932 stack". Add documentation for "set/show python print-stack".
933
934 2011-12-14 Pedro Alves <pedro@codesourcery.com>
935
936 * gdb.texinfo (Implementing a Remote Stub): Explain that you
937 should transfer control to the stub in the startup code instead of
938 in main. Mention the need to get past the initial breakpoint.
939
940 2011-12-06 Tom Tromey <tromey@redhat.com>
941
942 * gdb.texinfo (Set Breaks): Update for new behavior.
943
944 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
945
946 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
947 List Format for SVR4 Targets'.
948 (General Query Packets): New item qXfer:libraries-svr4:read.
949 (Library List Format for SVR4 Targets): New node.
950
951 2011-12-01 Tom Tromey <tromey@redhat.com>
952
953 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
954 add.
955
956 2011-11-22 Tom Tromey <tromey@redhat.com>
957
958 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
959 reasons.
960
961 2011-11-20 Stan Shebs <stan@codesourcery.com>
962
963 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
964 note-related options and variables.
965 (Tracepoint Packets): Document packet changes.
966
967 2011-11-20 Sanjoy Das <sdas@igalia.com>
968
969 * gdb.texinfo (JIT Interface): Add documentation on writing and
970 usind JIT debug info readers.
971 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
972 Debug Info Readers): New nodes.
973
974 2011-11-18 Yao Qi <yao@codesourcery.com>
975
976 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
977 tracepoint.
978
979 2011-11-15 Doug Evans <dje@google.com>
980
981 * gdb.texinfo (Files): Document basenames-may-differ.
982
983 2011-11-14 Doug Evans <dje@google.com>
984
985 * gdb.texinfo (Shell Commands): Document "!".
986
987 2011-11-14 Stan Shebs <stan@codesourcery.com>
988 Kwok Cheung Yeung <kcy@codesourcery.com>
989
990 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
991 needed to get shorter fast tracepoints.
992 (Tracepoint Packets): Document new qTMinFTPILen packet.
993
994 2011-11-14 Yao Qi <yao@codesourcery.com>
995
996 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
997 behavior of tracepoint.
998 (General Query Packets): New feature InstallInTrace.
999 (Remote Configuration): Document "set remote
1000 install-in-trace-packet".
1001
1002 2011-11-12 Matt Rice <ratmice@gmail.com>
1003
1004 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1005 Add arguments to info macro.
1006
1007 2011-11-10 Tom Tromey <tromey@redhat.com>
1008
1009 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1010 manual.
1011 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1012 (Macros): Add a footnote.
1013 (C): Remove paragraph about compiler options.
1014 (C Constants): Mention wide character and string constants.
1015 (C Plus Plus Expressions): Update compiler option advice. Mention
1016 using declarations. Mention ADL. Remove old HP compiler
1017 information.
1018
1019 2011-11-10 Tom Tromey <tromey@redhat.com>
1020
1021 PR c++/9257:
1022 * gdb.texinfo (Print Settings): Add an extra note about the need
1023 for a vtable.
1024
1025 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1026
1027 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1028 "set mips abi" documentation.
1029
1030 2011-11-04 Doug Evans <dje@google.com>
1031
1032 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1033
1034 2011-11-03 Tom Tromey <tromey@redhat.com>
1035
1036 * gdb.texinfo (Stopping): Add menu entry.
1037 (Continuing and Stepping): Restore @node. Use @section, not
1038 @subsection.
1039
1040 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
1041
1042 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1043 designation. Fix "Specify Location" cross-reference.
1044
1045 2011-11-02 Stan Shebs <stan@codesourcery.com>
1046
1047 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1048 (General Query Packets): Describe tracenz feature.
1049 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1050
1051 2011-10-28 Paul Koning <paul_koning@dell.com>
1052
1053 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1054
1055 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
1056
1057 * gdb.texinfo ((Frames In Python): Document
1058 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1059
1060 2011-10-26 Paul Koning <paul_koning@dell.com>
1061
1062 * gdb.texinfo (gdb.types): Document new deepitems function.
1063
1064 2011-10-25 Paul Koning <paul_koning@dell.com>
1065
1066 PR python/13327
1067
1068 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1069 fetch_lazy method.
1070
1071 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1072
1073 PR python/12656
1074
1075 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1076 global_block, static_block function.
1077
1078 2011-10-19 Tom Tromey <tromey@redhat.com>
1079
1080 * gdb.texinfo (Commands In Python): Add missing "@"s.
1081
1082 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
1083
1084 PR python/13285 Document named constants for frame unwind stop reasons
1085 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1086 constants.
1087
1088 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1089
1090 Fix compatibility with texinfo versions older than 4.12.
1091 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1092 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1093 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1094 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1095 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1096 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1097 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1098
1099 2011-10-09 Doug Evans <dje@google.com>
1100
1101 * gdb.texinfo (Extending GDB): Document alias command.
1102
1103 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1104
1105 Support @entry in input expressions.
1106 * gdb.texinfo (Variables): Describe @entry names suffix.
1107 (Print Settings): Add anchor for `set print entry-values'.
1108
1109 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1110 Eli Zaretskii <eliz@gnu.org>
1111
1112 Display @entry parameter values (without references).
1113 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1114 example.
1115 (Print Settings): New description of set print entry-values and show
1116 print entry-values.
1117
1118 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1119 Eli Zaretskii <eliz@gnu.org>
1120
1121 Recognize virtual tail call frames.
1122 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1123 (Tail Call Frames): New node.
1124 (Frames In Python): Add gdb.TAILCALL_FRAME.
1125
1126 2011-10-07 Doug Evans <dje@google.com>
1127
1128 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1129 register_pretty_printer.
1130
1131 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1132
1133 PR python/12930
1134 PR python/12802
1135
1136 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1137 stop method.
1138
1139 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1140
1141 * gdb.texinfo (Starting your Program): "set disable-randomization"
1142 is no longer Linux-specific.
1143 (Remote Configuration): Document "set remote
1144 disable-randomization-packet".
1145 (General Query Packets): Document "QDisableRandomization" packet
1146 and add it to "qSupported" list.
1147
1148 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
1149
1150 Allow Python notification of new object-file loadings.
1151 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1152 event type.
1153
1154 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
1155
1156 PR python/12691: Add the inferior to Python exited event
1157 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1158
1159 2011-10-03 Joel Brobecker <brobecker@adacore.com>
1160
1161 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1162 rephasing.
1163
1164 2011-10-03 Joel Brobecker <brobecker@adacore.com>
1165
1166 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1167 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1168 as possible feature returned by the `-list-features'
1169 command.
1170
1171 2011-09-28 Paul Koning <paul_koning@dell.com>
1172
1173 * gdb.texinfo (gdb.Type): Document field access by dictionary
1174 key syntax.
1175
1176 2011-09-28 Yao Qi <yao@codesourcery.com>
1177
1178 * gdb.texinfo (Files): Update options for `add-symbol-file'.
1179 Add one space after option `-s'. Remove @r{} markup.
1180
1181 2011-09-27 Stan Shebs <stan@codesourcery.com>
1182
1183 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1184
1185 2011-09-16 Hui Zhu <teawater@gmail.com>
1186
1187 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1188 to *(unsigned char *)$esp@300.
1189
1190 2011-09-15 Paul Koning <paul_koning@dell.com>
1191
1192 * gdb.texinfo: Make style of Python functions and methods match
1193 the syntax of Python. Also put class and module names explicitly
1194 on function, member, and variable names, matching Python
1195 documentation conventions.
1196
1197 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
1198
1199 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1200 * gdb.texinfo (Inferiors In Python): Describe new
1201 gdb.selected_inferior() function.
1202
1203 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
1204
1205 Handle multiple breakpoint hits in Python interface:
1206 * gdb.texinfo (Events In Python): New function documentation:
1207 gdb.BreakpointEvent.breakpoints. Indicate that
1208 gdb.BreakpointEvent.breakpoint is now deprecated.
1209
1210 2011-09-04 Joel Brobecker <brobecker@adacore.com>
1211
1212 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
1213
1214 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
1215
1216 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
1217
1218 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1219
1220 * gdb.texinfo (Prompt): Add set/show extended-prompt
1221 documentation
1222 (Basic Python): Add prompt_hook anchor.
1223 (Python modules): Reword module text to reflect multiple modules.
1224 (gdb.prompt): Document gdb.prompt module.
1225
1226 2011-08-14 Yao Qi <yao@codesourcery.com>
1227
1228 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
1229
1230 2011-08-14 Yao Qi <yao@codesourcery.com>
1231
1232 * gdb.texinfo (Standard Target Features): Document C6x features.
1233 (TIC6x Features): New node.
1234
1235 2011-08-12 Doug Evans <dje@google.com>
1236
1237 * gdb.texinfo (Symbols In Python): Document symbol.type.
1238
1239 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1240
1241 * gdb.texinfo (Python): Document command and function
1242 auto-loading.
1243
1244 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1245 Eli Zaretskii <eliz@gnu.org>
1246
1247 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
1248 typedefs unrolling. Extend the sample code by an inner typedef and
1249 outer typedefs unrolling.
1250
1251 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1252
1253 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
1254 size and line-size.
1255
1256 2011-07-21 Matt Rice <ratmice@gmail.com>
1257
1258 PR macros/12999
1259 * gdb.texinfo (Macros): Add info definitions and info macros commands.
1260 Update text and cindex entries for info macro command.
1261
1262 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1263
1264 * observer.texi (GDB Observers): Add before_prompt observer.
1265 * gdb.texinfo (Basic Python): Add documentation for prompt
1266 substitution.
1267
1268 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1269
1270 PR python/12438
1271 * gdb.texinfo (Python Commands): Add deprecate note to maint
1272 set/show python print-stack. Document set/show python
1273 print-backtrace.
1274
1275 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1276
1277 * gdb.texinfo: Fix typos.
1278
1279 2011-07-01 Tom Tromey <tromey@redhat.com>
1280
1281 * gdb.texinfo (Debugging Output): Document set debug
1282 check-physname.
1283
1284 2011-06-29 Tom Tromey <tromey@redhat.com>
1285
1286 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1287 breakpoint-notifications feature.
1288
1289 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
1290
1291 * gdb.texinfo (Target Description): Remove warning about
1292 possibly unstable format.
1293
1294 2011-06-03 Tom Tromey <tromey@redhat.com>
1295
1296 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1297 (Events In Python): Note that exit_code is optional.
1298
1299 2011-05-17 Pedro Alves <pedro@codesourcery.com>
1300
1301 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1302 required for multi-threading support.
1303 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1304 Hc are deprecated for multi-threading debugging. Point readers at
1305 the vCont packet.
1306
1307 2011-05-15 Doug Evans <dje@google.com>
1308
1309 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1310
1311 2011-05-13 Doug Evans <dje@google.com>
1312
1313 * gdb.texinfo (Threads): Document $sdir,$pdir.
1314 (Server): Document $pdir exception.
1315
1316 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1317
1318 * gdb.texinfo (Threads): Clarify default value for
1319 libthread-db-search-path.
1320
1321 * gdb.texinfo (Completion): Update example.
1322 (Debugging Output): Delete `set/show debug lin-lwp-async'.
1323
1324 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1325
1326 * gdb.texinfo: Document change in the behaviour of the enable and
1327 disable GDB commands when applied to tracepoints.
1328 Document the EnableDisableTracepoints remote stub feature.
1329 Document QTEnable and QTDisable in the list of tracepoint packets.
1330
1331 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1332
1333 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1334 hsuser.texi.
1335 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1336 comment to hsuser.texi. Change rluser.texi name in the comment.
1337
1338 2011-05-10 Doug Evans <dje@google.com>
1339
1340 * gdb.texinfo (Threads): If an empty path is provided for
1341 libthread-db-search-path it is reset to its default value.
1342 (Server): Ditto.
1343
1344 2011-05-09 Doug Evans <dje@google.com>
1345
1346 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
1347
1348 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1349 Thiago Jung Bauermann <bauerman@br.ibm.com>
1350
1351 Implement support for PowerPC BookE masked watchpoints.
1352 * gdb.texinfo (Set Watchpoints): Document mask parameter.
1353 (PowerPC Embedded): Mention support of masked watchpoints.
1354
1355 2011-05-03 Joel Brobecker <brobecker@adacore.com>
1356
1357 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1358 `@value{GDBN}'.
1359
1360 2011-05-03 Joel Brobecker <brobecker@adacore.com>
1361
1362 * gdb.texinfo (titlepage): Remove dedication.
1363 (In Memoriam): New appendix.
1364
1365 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1366 Eli Zaretskii <eliz@gnu.org>
1367
1368 * gdb.texinfo (Index Section Format): Change the version to 5.
1369 Describe the different formula.
1370
1371 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1372 Eli Zaretskii <eliz@gnu.org>
1373
1374 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1375 for disconnected tracing.
1376 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1377 extended-remote relationship. Mention --once.
1378 (TCP port allocation lifecycle of @code{gdbserver}): New.
1379
1380 2011-04-23 Eli Zaretskii <eliz@gnu.org>
1381
1382 * gdb.texinfo (Server): Improve indexing. Index all optional
1383 switches to gdbserver.
1384
1385 2011-04-20 Tom Tromey <tromey@redhat.com>
1386
1387 * gdb.texinfo (Index Section Format): New node.
1388 (Top): Add new node to menu.
1389
1390 2011-04-20 Pedro Alves <pedro@codesourcery.com>
1391
1392 * gdb.texinfo (Maintenance Commands): Document `maint print
1393 remote-registers'.
1394
1395 2011-04-20 Tom Tromey <tromey@redhat.com>
1396
1397 * gdb.texinfo (Trace File Format): Move node later.
1398
1399 2011-04-19 Tom Tromey <tromey@redhat.com>
1400
1401 * gdbint.texinfo (Register Information Functions): Remove
1402 duplicate "the".
1403 * gdb.texinfo (Emacs): Remove duplicate "to".
1404 (GDB/MI Variable Objects): Remove duplicate "the".
1405 (General Query Packets): Likewise.
1406
1407 2011-04-02 Joel Brobecker <brobecker@adacore.com>
1408
1409 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1410 "GDB/MI Ada Exception Information" node.
1411
1412 2011-04-01 Joel Brobecker <brobecker@adacore.com>
1413
1414 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1415 the "exception-name" field in the *stopped async record.
1416
1417 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1418 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1419
1420 Implement support for PowerPC BookE ranged breakpoints.
1421 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1422
1423 2011-03-28 Tom Tromey <tromey@redhat.com>
1424
1425 * gdb.texinfo (Set Tracepoints): Fix typo.
1426
1427 2011-03-24 Tom Tromey <tromey@redhat.com>
1428
1429 * gdb.texinfo (Specify Location): Document `function:label'
1430 linespec.
1431
1432 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1433
1434 PR python/12149
1435
1436 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
1437
1438 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
1439
1440 * gdb.texinfo (Blocks In Python): Add is_valid method description.
1441 (Inferiors In Python): Likewise.
1442 (Threads In Python): Likewise.
1443 (Symbols In Python): Likewise.
1444 (Objfiles In Python): Likewise.
1445 (Symbol Tables In Python): Likewise.
1446
1447 2011-03-15 Pedro Alves <pedro@codesourcery.com>
1448
1449 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
1450 display>: Explain that the commands accept number ranges.
1451
1452 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1453
1454 * gdb.texinfo (Breakpoints In Python): Add description and example
1455 of Python stop function operation.
1456
1457 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1458
1459 * gdb.texinfo (Parameters In Python): Document get_set_string and
1460 get_show_string methods.
1461
1462 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1463
1464 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
1465
1466 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
1467 circular-trace-buffer name.
1468
1469 2011-02-28 Joel Brobecker <brobecker@adacore.com>
1470
1471 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
1472 in the previous change.
1473
1474 2011-02-27 Michael Snyder <msnyder@vmware.com>
1475
1476 * gdb.texinfo (Inferiors and Programs): Update commands to show
1477 that they can accept multiple arguments.
1478
1479 2011-02-24 Joel Brobecker <brobecker@adacore.com>
1480
1481 Revert the following patch (code patch was not approved):
1482 2011-02-21 Hui Zhu <teawater@gmail.com>
1483 * agentexpr.texi (bytecode descriptions): add printf.
1484 * gdb.texinfo (tracepoint action lists): add printf.
1485
1486 2011-02-23 Doug Evans <dje@google.com>
1487
1488 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
1489
1490 2011-02-23 Michael Snyder <msnyder@vmware.com>
1491
1492 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
1493 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
1494 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
1495
1496 2011-02-22 Doug Evans <dje@google.com>
1497
1498 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
1499 Clarify behaviour of lookup_symbol when `block' argument is omitted,
1500 add description of result, fix @defun formatting.
1501
1502 2011-02-21 Hui Zhu <teawater@gmail.com>
1503
1504 * agentexpr.texi (Bytecode Descriptions): Add printf.
1505 * gdb.texinfo (Tracepoint Action Lists): Add printf.
1506
1507 2011-02-18 Tom Tromey <tromey@redhat.com>
1508
1509 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
1510
1511 2011-02-14 Michael Snyder <msnyder@vmware.com>
1512
1513 * gdb.texinfo (threads): Document argument for "info threads" cmd.
1514 Document new command "thread find".
1515
1516 2011-02-14 Michael Snyder <msnyder@vmware.com>
1517
1518 * gdb.texinfo (Threads): Update example of new thread message.
1519
1520 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1521
1522 * gdb.texinfo (Remote Configuration): Mention set/show remote
1523 traceframe-info.
1524 (Tools/Packages Optional for Building GDB): Mention that expat is
1525 used for traceframe info.
1526 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
1527 (General Query Packets) <qSupported>: Describe the
1528 qXfer:traceframe-info:read feature.
1529 (qXfer::read): Describe qXfer:traceframe-info:read.
1530 (Traceframe Info Format): New section.
1531
1532 2011-02-04 Pedro Alves <pedro@codesourcery.com>
1533
1534 * gdbint.texinfo (Formatting): Mention some formatting guidelines
1535 for casts and unary operators.
1536
1537 2011-02-04 Tom Tromey <tromey@redhat.com>
1538
1539 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
1540 is not useful.
1541
1542 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1543
1544 * gdb.texinfo: s/value optimized out/optimized out/g
1545
1546 2011-01-21 Joel Brobecker <brobecker@adacore.com>
1547
1548 * gdb.texinfo (Other Misc Settings): Rework part of the
1549 documentation of the "set interactive mode" command.
1550
1551 2011-01-19 Tom Tromey <tromey@redhat.com>
1552
1553 * gdb.texinfo (Threads): Document thread name output and `thread
1554 name' command.
1555 (Threads In Python): Document Thread.name attribute.
1556 (GDB/MI Thread Commands): Document thread attributes.
1557
1558 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1559
1560 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
1561 changes in mi/mi-cmd-disas.c
1562
1563 2011-01-12 Tom Tromey <tromey@redhat.com>
1564
1565 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
1566 Fix "thread apply" text.
1567
1568 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1569 Thiago Jung Bauermann <bauerman@br.ibm.com>
1570
1571 Implement support for PowerPC BookE ranged watchpoints.
1572 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
1573 the "set powerpc exact-watchpoints" flag.
1574
1575 2011-01-07 Tom Tromey <tromey@redhat.com>
1576
1577 * gdb.texinfo (Python API): Add descriptions to @menu items.
1578
1579 2011-01-06 Tom Tromey <tromey@redhat.com>
1580
1581 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
1582
1583 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1584
1585 * gdb.texinfo (Debugging Output): Document "set debug jit".
1586
1587 2011-01-06 Tom Tromey <tromey@redhat.com>
1588
1589 PR python/12133:
1590 * gdb.texinfo (Frames In Python): Document various frame
1591 constants.
1592
1593 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1594
1595 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
1596 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
1597 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
1598
1599 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1600
1601 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
1602 (clean): Add GDBvn.texi.
1603
1604 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1605
1606 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
1607 occasional case where the debugger prints an array address
1608 instead of the array itself.
1609
1610 2010-12-23 Pedro Alves <pedro@codesourcery.com>
1611
1612 * gdb.texinfo (Packets) <read registers packet>: Document support
1613 for registers that were not collected.
1614
1615 2010-12-15 Doug Evans <dje@google.com>
1616
1617 * gdb.texinfo (Startup): Document auto-loading of scripts during
1618 startup.
1619 (Auto-loading): Delete "maint set python auto-load on|off".
1620 Add "set auto-load-scripts on|off".
1621
1622 2010-12-07 Doug Evans <dje@google.com>
1623
1624 * gdb.texinfo (Mode Options): Document -data-directory.
1625 (Data Files): Add reference to -data-directory.
1626
1627 2010-11-29 Doug Evans <dje@google.com>
1628
1629 * gdb.texinfo (Pretty-Printer Introduction): Change
1630 printer-name:subprinter-name to printer-name;subprinter-name.
1631
1632 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1633
1634 PR python/12199
1635
1636 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
1637
1638 2010-11-23 Tom Tromey <tromey@redhat.com>
1639
1640 * gdb.texinfo (Top): Check SYSTEM_READLINE.
1641 (Editing): Likewise.
1642 (Command History): Likewise.
1643 (TUI Keys): Likewise.
1644 (Bug Reporting): Conditionally include rluser.texi and
1645 inc-history.texinfo.
1646 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
1647 (GDB_DOC_SOURCE_INCLUDES): Add comment.
1648 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
1649 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
1650 (gdb.pdf): Likewise.
1651 (gdb.info): Likewise.
1652 (gdb/index.html): Likewise.
1653
1654 2010-11-23 Tom Tromey <tromey@redhat.com>
1655
1656 * Makefile.in (Makefile): Run ../config.status.
1657 (distclean): Update.
1658 * configure: Remove.
1659 * configure.ac: Remove.
1660
1661 2010-11-12 Tom Tromey <tromey@redhat.com>
1662
1663 * gdb.texinfo (Basic Python): Update. Add xref.
1664 (Exception Handling): Document new exception classes.
1665 (Types In Python): Update.
1666 (Frames In Python): Update.
1667
1668 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1669
1670 * gdb.texinfo (Breakpoints In Python): Document "internal"
1671 parameter, and visible attribute.
1672
1673 2010-11-05 Doug Evans <dje@google.com>
1674
1675 * gdb.texinfo (Source Path): Document "set directories".
1676
1677 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
1678
1679 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
1680 (OpenCL C): New node.
1681
1682 2010-11-02 Doug Evans <dje@google.com>
1683
1684 * gdb.texinfo (Pretty Printing): Expand into three sections,
1685 introduction, example, and commands.
1686 (Python API): Delete section Disabling Pretty-Printers, merge into
1687 Selecting Pretty-Printers.
1688 (Writing a Pretty-Printer): New section. Move the pretty-printer
1689 example here, and reformat to match python coding style. Add a second
1690 example using the gdb.printing module.
1691 (Python modules): Add gdb.printing.
1692
1693 2010-10-29 Doug Evans <dje@google.com>
1694
1695 * gdb.texinfo (Python): Fix long line.
1696
1697 2010-10-20 Doug Evans <dje@google.com>
1698
1699 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
1700 All references updated. Correct sections marked as subsections.
1701 (Coding Standards): New chapter. Move the coding standard related
1702 subsections here. Add section on Python coding standards.
1703
1704 2010-10-13 Doug Evans <dje@google.com>
1705
1706 * gdb.texinfo (Python): Add "Python modules".
1707 (Types in Python): Add reference to gdb.types section.
1708 (Python modules): New node.
1709
1710 2010-10-11 Doug Evans <dje@google.com>
1711
1712 * gdb.texinfo (Values From Inferior): Add reference to "Types in
1713 Python" from gdb.Value.type description.
1714
1715 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1716
1717 * gdb.texinfo (Ravenscar Profile): New node.
1718
1719 2010-09-22 Tom Tromey <tromey@redhat.com>
1720
1721 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
1722
1723 2010-09-22 Eli Zaretskii <eliz@gnu.org>
1724
1725 * gdb.texinfo (Values From Inferior): Clarify that
1726 value.dynamic_type works only in C++ programs with RTTI.
1727
1728 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
1729
1730 * gdb.texinfo (Character Sets): Correctly reference host-charset
1731 in example.
1732
1733 2010-09-13 Tom Tromey <tromey@redhat.com>
1734
1735 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
1736 Document "fullname" and "from".
1737
1738 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1739
1740 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
1741 feature `reverse' output by -list-target-features.
1742
1743 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
1744
1745 * gdb.texinfo (i386 Features): Remove an extra "@item".
1746
1747 2010-08-30 Tom Tromey <tromey@redhat.com>
1748
1749 PR python/11792:
1750 * gdb.texinfo (Values From Inferior): Document dynamic_type.
1751
1752 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1753
1754 * gdb.texinfo (ARM Features): Document
1755 org.gnu.gdb.arm.m-profile.
1756
1757 2010-08-23 Tom Tromey <tromey@redhat.com>
1758
1759 PR python/11145:
1760 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
1761 reinterpret_cast methods.
1762
1763 2010-08-23 Tom Tromey <tromey@redhat.com>
1764
1765 PR python/11915:
1766 * gdb.texinfo (Types In Python): Document array method.
1767
1768 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
1769
1770 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
1771
1772 2010-08-16 Tom Tromey <tromey@redhat.com>
1773
1774 * gdb.texinfo (Set Watchpoints): Document -location option.
1775
1776 2010-08-13 Doug Evans <dje@google.com>
1777
1778 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
1779
1780 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
1781
1782 * gdb.texinfo (GDB/MI Data Manipulation): Document
1783 -data-read-memory-raw and -data-write-memory-raw.
1784
1785 2010-08-11 Tom Tromey <tromey@redhat.com>
1786 Phil Muldoon <pmuldoon@redhat.com>
1787
1788 * gdb.texinfo (Basic Python): Describe post_event API.
1789
1790 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1791
1792 * gdb.texinfo (Basic Python): Describe solib_address and
1793 decode_line Python APIs
1794
1795 2010-08-10 Tom Tromey <tromey@redhat.com>
1796
1797 * gdb.texinfo (Pretty Printing API): Document
1798 gdb.default_visualizer.
1799
1800 2010-08-10 Tom Tromey <tromey@redhat.com>
1801
1802 Revert gdb-add-index addition:
1803 * gdb.texinfo (Index Files): Don't document gdb-add-index.
1804
1805 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1806 Eli Zaretskii <eliz@gnu.org>
1807
1808 * gdb.texinfo (Mode Options) <-batch>
1809 (Basic Python) <gdb.execute>: Describe setting width and height.
1810
1811 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1812
1813 * gdb.texinfo (Threads): Document 'debug libthread-db'.
1814
1815 2010-07-30 Tom Tromey <tromey@redhat.com>
1816
1817 * gdb.texinfo (Index Files): Mention gdb-add-index.
1818
1819 2010-07-30 Hui Zhu <teawater@gmail.com>
1820
1821 * gdb.texinfo (Inferiors and Programs): Update the introduce of
1822 "detach inferior" and "kill inferior".
1823
1824 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
1825
1826 * gdb.texinfo (Machine Code): Update description of two forms of
1827 arguments, and add new example to demonstrate the new form.
1828
1829 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1830
1831 * gdb.texinfo (Values From Inferior): Add value inferior function
1832 call description.
1833
1834 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1835
1836 * gdb.texinfo (Active Targets): Fix wrong comma placement.
1837
1838 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1839 Eli Zaretskii <eliz@gnu.org>
1840
1841 Make core files the process_stratum.
1842 * gdb.texinfo (Active Targets): Remove core_stratum. Include
1843 record_stratum example.
1844
1845 2010-07-13 Tom Tromey <tromey@redhat.com>
1846
1847 * gdb.texinfo (Index Files): New node.
1848
1849 2010-07-13 Tom Tromey <tromey@redhat.com>
1850
1851 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
1852
1853 2010-07-13 Tom Tromey <tromey@redhat.com>
1854
1855 * gdb.texinfo (Specify Location): Document labels.
1856
1857 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1858
1859 * gdb.texinfo (Create and Delete Tracepoints): Add more index
1860 entries for fast tracepoints and static tracepoints.
1861
1862 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1863
1864 * gdb.texinfo (General Query Packets) <qfThreadInfo,
1865 qsThreadInfo>: Spell out `l' as ell.
1866
1867 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1868
1869 * gdb.texinfo (Convenience Variables): Document $_sdata.
1870 (Commands to Set Tracepoints): Describe static tracepoints. Add
1871 `Listing Static Tracepoint Markers' menu entry. Document
1872 "strace".
1873 (Tracepoint Action Lists): Document collecting $_sdata.
1874 (Listing Static Tracepoint Markers): New subsection.
1875 (Tracepoints support in gdbserver): Mention static tracepoints.
1876 (remote packets, enabling and disabling): Mention
1877 read-sdata-object.
1878 (General Query Packets) <qSupported>: Document qXfer:sdata:read
1879 and StaticTracepoint.
1880 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
1881 Document qXfer:sdata:read.
1882 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
1883
1884 2010-06-29 Joel Brobecker <brobecker@adacore.com>
1885
1886 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
1887
1888 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1889 Tom Tromey <tromey@redhat.com>
1890 Thiago Jung Bauermann <bauerman@br.ibm.com>
1891
1892 * gdb.texinfo (Inferiors In Python): New node.
1893 * gdb.texinfo (Threads In Python): New node.
1894
1895 2010-06-28 Joel Brobecker <brobecker@adacore.com>
1896
1897 * gdb.texinfo (Python): Document what the python directory is
1898 and what its location is.
1899 (Basic Python): Document the gdb.PYTHONDIR constant.
1900
1901 2010-06-25 Tom Tromey <tromey@redhat.com>
1902
1903 PR python/10808:
1904 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1905
1906 2010-06-24 Hui Zhu <teawater@gmail.com>
1907
1908 * gdb.texinfo: (Commands for Controlled Output): Add
1909 documentation for command "eval".
1910
1911 2010-06-21 Stan Shebs <stan@codesourcery.com>
1912
1913 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1914 * annotate.texinfo: Ditto.
1915 * gdbint.texinfo: Ditto.
1916 * stabs.texinfo: Ditto.
1917
1918 2010-06-22 Hui Zhu <teawater@gmail.com>
1919
1920 * gdb.texinfo: (Process Record and Replay): Add documentation
1921 for command "set record memory-query".
1922
1923 2010-06-21 Stan Shebs <stan@codesourcery.com>
1924
1925 * gdb.texinfo: Relicense under GFDL version 1.3.
1926 * annotate.texinfo: Relicense under GFDL version 1.3.
1927 * gdbint.texinfo: Relicense under GFDL version 1.3.
1928 * stabs.texinfo: Relicense under GFDL version 1.3.
1929 * fdl.texi: Update to version 1.3.
1930
1931 2010-06-18 Stan Shebs <stan@codesourcery.com>
1932
1933 * gdb.texinfo (Operating System Auxiliary Information): Describe
1934 "info os" when no arguments given.
1935
1936 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1937 $_thread.
1938
1939 2010-06-18 Hui Zhu <teawater@gmail.com>
1940
1941 * gdb.texinfo: (Process Record and Replay): Add documentation
1942 for commands "record save" and "record restore".
1943
1944 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1945
1946 * gdb.texinfo: Include information about the correct use
1947 of addresses in the `watch' command.
1948
1949 2010-06-11 Stan Shebs <stan@codesourcery.com>
1950
1951 * gdb.texinfo (Observer Mode): New section.
1952 (General Query Packets): Document QAllow.
1953
1954 2010-06-04 Doug Evans <dje@google.com>
1955
1956 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1957
1958 2010-06-03 Doug Evans <dje@google.com>
1959
1960 * gdbint.texinfo (Coding): Add subsection on command names.
1961
1962 2010-06-02 Tom Tromey <tromey@redhat.com>
1963
1964 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1965 always-disassemble.
1966
1967 2010-06-01 Pedro Alves <pedro@codesourcery.com>
1968
1969 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1970 gdbserver, and add cross reference.
1971 (Tracepoints support in gdbserver): New subsection.
1972
1973 2010-05-26 Pedro Alves <pedro@codesourcery.com>
1974
1975 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1976 `qRelocInsn' feature.
1977 (Relocate instruction reply packet): New subsection
1978 of `Tracepoint Packets'.
1979 (Tracepoint Packets): Mention that packets QTDP and QTStart
1980 support the qRelocInsn request, and add cross reference to new
1981 subsection.
1982
1983 2010-05-25 Doug Evans <dje@google.com>
1984
1985 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1986 (Commands In Python): Document gdb.string_to_argv.
1987
1988 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1989
1990 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1991 ATTR_NORETURN.
1992
1993 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
1994 Tom Tromey <tromey@redhat.com>
1995 Thiago Jung Bauermann <bauerman@br.ibm.com>
1996
1997 * gdb.texinfo (Parameters In Python): New Node.
1998
1999 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2000
2001 * gdb.texinfo: (Summary) Add mention about D language support.
2002 (Filenames): Add D suffixes.
2003 (D): New node.
2004
2005 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2006
2007 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2008 of macro deleted from GDB code.
2009
2010 2010-04-24 Pedro Alves <pedro@codesourcery.com>
2011
2012 * gdb.texinfo (Commands to specify files): Describe what how GDB
2013 looks up DOS-based filesystem paths on the system root. Document
2014 the new `set/show target-file-system-kind' commands.
2015
2016 2010-04-23 Doug Evans <dje@google.com>
2017
2018 * gdb.texinfo (Python): Move Auto-loading section here ...
2019 (Python API): from here.
2020 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2021 (Maintenance Commands): Add docs for "maint print section-scripts".
2022
2023 2010-04-20 Chris Moller <cmoller@redhat.com>
2024
2025 * gdb.texinfo (Setting Breakpoints): Added description of
2026 filename-qualified rbreak.
2027 * refcard.tex (Breakpoints and Watchpoints): Added brief
2028 description of filename-qualified rbreak.
2029
2030 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2031
2032 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2033 (Python API): Change the reference to Pretty Printing API.
2034 (Pretty Printing): Move the user part under the Data node. Reformat
2035 the sample output to 72 columns. Create a new reference to Pretty
2036 Printing API. Rename the API part ...
2037 (Pretty Printing API): To a new node name.
2038 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2039 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2040
2041 2010-04-21 Stan Shebs <stan@codesourcery.com>
2042
2043 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
2044 and commands.
2045 (Listing Tracepoints): Update to reflect current behavior.
2046
2047 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2048
2049 * gdb.texinfo (Examining memory): Update for change in string
2050 display with explicit size.
2051
2052 2010-04-19 Pedro Alves <pedro@codesourcery.com>
2053
2054 PR breakpoints/8554.
2055
2056 * gdb.texinfo (Save Breakpoints): New node.
2057 (save-tracepoints): Rename to ...
2058 (save tracepoints): ... this. Mention that `save-tracepoints' is
2059 a deprecated alias to `save tracepoints'.
2060
2061 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2062
2063 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
2064 (info w32 thread-information-block): Document new command.
2065 (qGetTIBAddress): Document new gdbserver query.
2066 (maint set/show show-all-tib): Document new command.
2067
2068 2010-04-15 Doug Evans <dje@google.com>
2069
2070 * gdb.texinfo (Python API): Add progspaces section.
2071 (Selecting Pretty-Printers): Progspace pretty-printers are
2072 searched too.
2073 (Progspaces In Python): New section.
2074
2075 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2076
2077 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2078
2079 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2080 returns None.
2081
2082 2010-04-09 Stan Shebs <stan@codesourcery.com>
2083
2084 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2085 Describe the `frames-created' field, tweak grammar.
2086
2087 2010-04-09 Pedro Alves <pedro@codesourcery.com>
2088
2089 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2090 Describe the `circular' and `disconnected' fields.
2091
2092 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2093
2094 * gdb.texinfo (maint print registers): Mention unavailable and
2095 invisible registers.
2096
2097 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2098 Thiago Jung Bauermann <bauerman@br.ibm.com>
2099 Tom Tromey <tromey@redhat.com>
2100
2101 * gdb.texinfo (Breakpoints In Python): New Node.
2102
2103 2010-04-08 Stan Shebs <stan@codesourcery.com>
2104
2105 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2106 trace status fields.
2107
2108 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2109
2110 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2111 optional. Make org.gnu.gdb.i386.avx requires
2112 org.gnu.gdb.i386.avx.
2113
2114 2010-04-08 Doug Evans <dje@google.com>
2115
2116 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2117 search path, and document that gdb only scans the search path if
2118 the script's path doesn't specify a directory.
2119
2120 2010-04-05 Doug Evans <dje@google.com>
2121
2122 * gdb.texinfo (maint show python auto-load): Fix typo.
2123
2124 2010-04-04 Stan Shebs <stan@codesourcery.com>
2125
2126 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2127 (Setting Watchpoints): Update description of "info watch".
2128 (Disabling Breakpoints): Only "info break" lists all.
2129
2130 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2131 (tdump): Explain how tdump works.
2132
2133 2010-04-01 Pedro Alves <pedro@codesourcery.com>
2134
2135 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2136 add cross reference.
2137
2138 2010-03-31 Pedro Alves <pedro@codesourcery.com>
2139
2140 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2141 commands error out.
2142
2143 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2144
2145 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2146
2147 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2148
2149 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2150
2151 2010-03-29 Stan Shebs <stan@codesourcery.com>
2152 Nathan Sidwell <nathan@codesourcery.com>
2153
2154 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2155 GDBN equivalent.
2156 (Set Tracepoints): Remove mention that conditional tracepoints
2157 don't exist.
2158 (Tracepoint Actions): Clarify when while-stepping collection
2159 happens, note that while-stepping does not automatically collect
2160 $pc.
2161
2162 2010-03-29 Stan Shebs <stan@codesourcery.com>
2163
2164 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2165 (General Query Packets): Describe TracepointSource.
2166
2167 2010-03-27 Matt Rice <ratmice@gmail.com>
2168
2169 * gdb.texinfo (ARM): Document arguments to "target sim".
2170 (Set Catchpoints): Use @dots{} instead of @r{...}.
2171
2172 2010-03-26 Pedro Alves <pedro@codesourcery.com>
2173
2174 * gdb.texinfo (Tracepoint Packets): Remove mention that
2175 terror:string may be plain text, and drop mention of X prefix.
2176
2177 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
2178
2179 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2180
2181 2010-03-24 Stan Shebs <stan@codesourcery.com>
2182
2183 * gdb.texinfo (Tracepoint Packets): Document trace error status.
2184
2185 2010-03-24 Tom Tromey <tromey@redhat.com>
2186
2187 PR breakpoints/9352:
2188 * gdb.texinfo (Break Commands): Update.
2189
2190 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2191
2192 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2193 commands.
2194
2195 2010-03-16 Stan Shebs <stan@codesourcery.com>
2196
2197 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2198 circular-trace-buffer.
2199 (Tracepoint Packets): Describe QTBuffer, and details of the
2200 qTStatus reply.
2201
2202 2010-03-12 Stan Shebs <stan@codesourcery.com>
2203 Nathan Sidwell <nathan@codesourcery.com>
2204
2205 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2206 doing instruction stepping.
2207 (Tracepoint Restrictions): New node.
2208
2209 2010-03-10 Tom Tromey <tromey@redhat.com>
2210
2211 * gdbint.texinfo (Symbol Handling): Update.
2212
2213 2010-03-08 Tom Tromey <tromey@redhat.com>
2214
2215 PR cli/9591:
2216 * gdb.texinfo (Mode Options): Mention lack of pagination and
2217 confirmation with --batch.
2218 (Screen Size): Mention --batch.
2219 (Messages/Warnings): Likewise.
2220
2221 2010-03-05 Tom Tromey <tromey@redhat.com>
2222
2223 * gdb.texinfo (Basic Python): Document target_charset and
2224 target_wide_charset.
2225
2226 2010-03-05 Tom Tromey <tromey@redhat.com>
2227
2228 * gdb.texinfo (Data): Link to pretty-printing.
2229 (Output Formats): Likewise. Correct text.
2230
2231 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2232
2233 * gdb.texinfo (Types): Describe <struct> and <flags>.
2234
2235 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2236
2237 * gdb.texinfo (Frames In Python): Add block parameter and
2238 description to read_var text.
2239
2240 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
2241 Tom Tromey <tromey@redhat.com>
2242
2243 * gdb.texinfo (Types In Python): Describe block argument in
2244 template_argument and gdb.lookup_type.
2245
2246 2010-02-24 Tom Tromey <tromey@redhat.com>
2247
2248 * gdb.texinfo (Cygwin Native): Fix typo.
2249
2250 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2251
2252 * gdb.texinfo (Frames In Python): Add block, find_sal, function
2253 and select method descriptions.
2254 (Python API): Add Blocks In Python, Symbols in Python and Symbol
2255 Tables in Python to menu.
2256 (Blocks In Python): New node.
2257 (Symbols In Python): New node.
2258 (Symbol Tables in Python): New node.
2259
2260 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2261
2262 Multiexec MI
2263
2264 gdb/
2265 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2266
2267 gdb/doc/
2268 * gdb.texinfo (GDB/MI Command Syntax): Document notification
2269 changes.
2270 (GDB/MI Program Execution): Document current behaviour of
2271 --all and --thread-group.
2272 (GDB/MI Miscellaneous Commands): Document -add-inferior and
2273 -remove-inferior.
2274 * observer.texi (inferior_added, inferior_removed): New
2275 observers.
2276
2277 2010-02-19 Tom Tromey <tromey@redhat.com>
2278
2279 * gdbint.texinfo (Getting Started): Fix @node.
2280 (Debugging GDB): Likewise.
2281
2282 2010-02-13 Joel Brobecker <brobecker@adacore.com>
2283
2284 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
2285 documenting the gdb_test_timeout variable.
2286
2287 2010-02-12 Jakob Engblom <jakob@virtutech.com>
2288
2289 * gdb.texinfo (MI commands): Added documentation of --reverse
2290 option to a set of MI commands. Restructured documentation of MI
2291 commands --exec-continue to reflect the complexity of reverse
2292 execution.
2293
2294 2010-02-12 Pedro Alves <pedro@codesourcery.com>
2295
2296 * gdb.texinfo (Using the Collected Data): Specify that the address
2297 range of `tfind outsize' is exclusive, and that the address range
2298 of `tfind range' is inclusive.
2299 (Tracepoint Packets): Specify that the address range of
2300 `QTFrame:range' is inclusive, and that the address range of
2301 `QTFrame:outside' is exclusive
2302
2303 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
2304
2305 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2306
2307 2010-02-10 Tom Tromey <tromey@redhat.com>
2308
2309 * gdb.texinfo (Debugging Output): Document set debug parser and
2310 show debug parser.
2311
2312 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
2313
2314 * gdb.texinfo (Predefined Target Types): Add i387_ext,
2315 i386_eflags and i386_mxcsr.
2316
2317 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
2318
2319 * gdb.texinfo: Document i386 target features.
2320
2321 2010-02-05 Doug Evans <dje@google.com>
2322
2323 * gdbint.texinfo (Testsuite): Add a new section to document the
2324 various DejaGnu variables that may be overridden.
2325 Document INTERNAL_GDBFLAGS.
2326
2327 2010-02-04 Tom Tromey <tromey@redhat.com>
2328
2329 PR cli/8830:
2330 * gdb.texinfo (Files): -readnow comes before the filename for file
2331 and symbol-file.
2332
2333 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2334
2335 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2336 Document ARM breakpoint types.
2337 (Register Packet Format): Move into the new section.
2338 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2339
2340 2010-01-21 Joel Brobecker <brobecker@adacore.com>
2341
2342 * gdb.texinfo (File Options): Adjust the documentation of this
2343 switch to refer to the "source" command rather than partially
2344 duplicating some of the relevant information.
2345 (Extending GDB): Introduce and document the set/show script-extension
2346 setting.
2347 (Command Files): Add note explaining that the "source" command
2348 is also used to evalute scripts written in other languages.
2349 Remove the short slightly incorrect reference to sourcing Python
2350 scripts.
2351 (Python Commands): Document how to execute a Python script from GDB.
2352
2353 2010-01-19 Joel Brobecker <brobecker@adacore.com>
2354
2355 * gdb.texinfo (Command Files): Fix typo.
2356
2357 2010-01-18 Tom Tromey <tromey@redhat.com>
2358
2359 * gdb.texinfo (File Options): Document -x on .py files.
2360 (Command Files): Document handling of Python scripts.
2361
2362 2010-01-18 Jie Zhang <jie.zhang@analog.com>
2363
2364 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2365
2366 2010-01-15 Stan Shebs <stan@codesourcery.com>
2367
2368 * gdb.texinfo (Trace Files): New section.
2369 (Tracepoint Packets): Document QTSave and qTBuffer.
2370 (Trace File Format): New appendix.
2371
2372 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2373
2374 * gdb.texinfo (Values From Inferior): Document lazy_string value
2375 method.
2376 (Python API): Add Lazy strings menu item.
2377 (Lazy Strings In Python): New node.
2378
2379 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2380
2381 * gdb.texinfo (GDB/MI Thread Information): New.
2382 (GDB/MI Async Records): Document the core field in *stopped.
2383 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2384 documentation
2385 (Process list): Document that osdata document may contain
2386 threads.
2387 (Remote Serial Protocol): Document qXfer:threads.
2388
2389 2010-01-06 Stan Shebs <stan@codesourcery.com>
2390
2391 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2392 disconnected tracing.
2393 (Tracepoint Packets): Document new protocol.
2394
2395 2010-01-05 Stan Shebs <stan@codesourcery.com>
2396
2397 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2398 tracepoints.
2399 (Tracepoint Packets): Describe remote protocol for fast
2400 tracepoints.
2401
2402 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2403
2404 Update the "Start of New Year Procedure".
2405 * gdbint.texinfo: Add the list of files that need to be updated
2406 manually. Minor reformatting.
2407
2408 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2409
2410 * refcard.tex: Update copyright year in header and text.
2411
2412 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2413
2414 * agentexpr.texi: Add 2010 to the list of copyright years.
2415 * annotate.texinfo: Likewise.
2416 * gdb.texinfo: Likewise.
2417 * gdbint.texinfo: Likewise.
2418 * observer.texi: Likewise.
2419 * stabs.texinfo: Likewise.
2420
2421 2009-12-31 Stan Shebs <stan@codesourcery.com>
2422
2423 * gdb.texinfo (Tracepoint Actions): Describe teval.
2424
2425 2009-12-29 Stan Shebs <stan@codesourcery.com>
2426
2427 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
2428
2429 2009-12-28 Stan Shebs <stan@codesourcery.com>
2430
2431 * gdb.texinfo (Trace State Variables): New section.
2432 (Tracepoint Packets): Describe trace state variable packets.
2433 * agentexpr.texi (Bytecode Descriptions): Describe trace state
2434 variable bytecodes.
2435
2436 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2437
2438 * gdb.texinfo (Symbols): "info variables" prints definitions, not
2439 declarations.
2440
2441 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2442
2443 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
2444 -gdb-exit behaviour.
2445
2446 2009-12-20 Joel Brobecker <brobecker@adacore.com>
2447
2448 * gpl.texi: Update to version 3 of the GPL.
2449
2450 2009-12-20 Joel Brobecker <brobecker@adacore.com>
2451
2452 * Makefile.in: Update copyright header.
2453 * observer.texi: Fix the copyright header of the generated files.
2454
2455 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2456
2457 * gdb.texinfo (Types In Python): Describe range function.
2458
2459 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
2460
2461 * gdb.texinfo (Types In Python): Describe "is_base_class".
2462
2463 2009-12-03 Tom Tromey <tromey@redhat.com>
2464
2465 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2466
2467 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
2468
2469 * observer.texi: New memory_changed observer.
2470
2471 2009-12-01 Tom Tromey <tromey@redhat.com>
2472
2473 * gdb.texinfo (Reverse Execution): Fix typo.
2474
2475 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2476
2477 PR gdb/8704
2478
2479 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
2480 are allowed after the breakpoint condition.
2481
2482 2009-11-23 Tom Tromey <tromey@redhat.com>
2483
2484 PR python/10782:
2485 * gdb.texinfo (Types In Python): Document Type.pointer.
2486
2487 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2488
2489 * gdb.texinfo (Machine Code): Adjust.
2490
2491 2009-11-11 Pedro Alves <pedro@codesourcery.com>
2492
2493 * agentexpr.texi (Tracing On Symmetrix): Delete section.
2494 (Using Agent Expressions): Delete cross reference.
2495
2496 2009-11-07 Joel Brobecker <brobecker@adacore.com>
2497
2498 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
2499 and @settitle directives up to help makeinfo find them.
2500
2501 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2502
2503 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
2504 (Auto-loading): Use plural and note one can use multiple components now.
2505
2506 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
2507
2508 * gdb.texinfo (GDB/MI Stack Manipulation): Make
2509 -stack-list-arguments have the same documentation for parameter
2510 as -stack-list-locals. Add comas.
2511
2512 2009-10-27 Tom Tromey <tromey@redhat.com>
2513 Eli Zaretskii <eliz@gnu.org>
2514
2515 PR python/10781
2516
2517 * gdb.texinfo (Values From Inferior): Document cast method.
2518
2519 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2520
2521 * gdb.texinfo (Machine Code): Mention function name in disasssembly
2522 and adjust example.
2523
2524 2009-10-22 Michael Snyder <msnyder@vmware.com>
2525
2526 * gdb.texinfo (Process Record and Replay): Document new form of
2527 info record command. Also document the new save and restore
2528 commands.
2529
2530 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2531
2532 * gdb.texinfo (Machine Code): Mention current pc marker.
2533 (Memory): Likewise.
2534
2535 2009-10-19 Pedro Alves <pedro@codesourcery.com>
2536 Stan Shebs <stan@codesourcery.com>
2537
2538 * observer.texi (new_inferior): Rename to...
2539 (inferior_appeared): ... this.
2540
2541 * gdb.texinfo (Inferiors): Rename node to ...
2542 (Inferiors and Programs): ... this. Mention running multiple
2543 programs in the same debug session.
2544 <info inferiors>: Mention the new 'Executable' column if "info
2545 inferiors". Update examples. Document the "add-inferior",
2546 "clone-inferior", "remove-inferior" and "maint info
2547 program-spaces" commands.
2548 (Process): Rename node to...
2549 (Forks): ... this. Document "set|show follow-exec-mode".
2550
2551 2009-10-11 Michael Snyder <msnyder@vmware.com>
2552
2553 * gdb.texinfo (ReverseStep): Show default as "unsupported".
2554 (ReverseContinue): Ditto.
2555
2556 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2557
2558 * gdb.texinfo (Server): Document libthread-db-search-path.
2559
2560 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2561
2562 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
2563
2564 2009-10-06 Michael Eager <eager@eagercon.com>
2565
2566 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
2567 (Embedded Processors): Add MicroBlaze.
2568 (MicroBlaze): New. Describe Xilinx MicroBlaze
2569
2570 2009-10-04 Pedro Alves <pedro@codesourcery.com>
2571
2572 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
2573
2574 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2575
2576 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
2577
2578 2009-09-23 Joel Brobecker <brobecker@adacore.com>
2579
2580 * observer.texi (solib_unloaded): Document explicitly the fact that
2581 this observer is called before the associated symbols are unloaded.
2582
2583 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
2584
2585 * gdb.texinfo (GDB/MI Stack Manipulation): Document
2586 -stack-list-variables.
2587
2588 2009-09-18 Tom Tromey <tromey@redhat.com>
2589
2590 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
2591 is experimental.
2592
2593 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2594
2595 * gdb.texinfo (convenince variables): Mention
2596 $_siginfo could be empty.
2597
2598 2009-09-15 Tom Tromey <tromey@redhat.com>
2599
2600 * gdb.texinfo (GDB/MI Variable Objects): Document
2601 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
2602 Expand -var-update documentation.
2603
2604 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2605
2606 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
2607 feature.
2608
2609 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2610
2611 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
2612
2613 2009-09-10 Michael Snyder <msnyder@vmware.com>
2614
2615 * gdb.texinfo (qSupported): Mention new ReverseContinue and
2616 ReverseStep replies to the qSupported query.
2617
2618 2009-09-10 Joel Brobecker <brobecker@adacore.com>
2619
2620 Add documentation for set/show interactive-mode.
2621 * gdb.texinfo (Other Misc Settings): New node.
2622
2623 2009-09-01 Doug Evans <dje@google.com>
2624
2625 * gdb.texinfo (Caching Data of Remote Targets): Add note on
2626 non-stop mode's affect on remote caching.
2627
2628 2009-08-31 Jacob Potter <jdpotter@google.com>
2629 Doug Evans <dje@google.com>
2630
2631 * gdb.texinfo (Caching Data of Remote Targets): Update text.
2632 Mark `set/show remotecache' options as obsolete.
2633 Document new `set/show stack-cache' option.
2634 Update text for `info dcache'.
2635
2636 2009-08-27 Doug Evans <dje@google.com>
2637
2638 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
2639 (Files): Add note on new optional regex arg to `info sharedlibrary'.
2640
2641 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2642
2643 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
2644 about autoconf.
2645
2646 2009-08-25 Pedro Alves <pedro@codesourcery.com>
2647
2648 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
2649 small example, and describe its columns. Replace "inferior-id" by
2650 "infno" throughout.
2651
2652 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2653
2654 * gdbint.texinfo (Releasing GDB): Point to
2655 README-maintainer-mode file for required autoconf version.
2656 * configure.ac: Do not substitute datarootdir, htmldir,
2657 pdfdir, docdir. Do not process --with-datarootdir,
2658 --with-htmldir, --with-pdfdir, --with-docdir.
2659 * configure: Regenerate.
2660
2661 * configure: Regenerate.
2662
2663 2009-08-20 Reid Kleckner <reid@kleckner.net>
2664
2665 * gdb.texinfo: Add chapter on JIT interface.
2666
2667 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
2668
2669 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
2670 confirmation request.
2671
2672 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
2673
2674 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
2675 CRC definitions.
2676
2677 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2678
2679 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2680 -break-commands.
2681
2682 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2683
2684 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2685 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
2686
2687 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2688
2689 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2690 "set spu stop-on-load" and "show spu stop-on-load" commands.
2691
2692 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2693
2694 * gdb.texinfo (Target Descriptions): Document <compatible> element.
2695
2696 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2697
2698 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
2699 org.gnu.gdb.arm.neon.
2700
2701 2009-07-20 Pedro Alves <pedro@codesourcery.com>
2702
2703 * gdb.texinfo (Target Description Format): Mention the new <osabi>
2704 optional element.
2705 (subsection OS ABI): New subsection.
2706
2707 2009-07-14 Stan Shebs <stan@codesourcery.com>
2708
2709 * gdb.texinfo (Tracepoint Conditions): New section.
2710 (General Query Packets): Describe ConditionalTracepoints.
2711 (Tracepoint Packets): Describe condition field.
2712 (Maintenance Commands): Describe maint agent-eval.
2713 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
2714
2715 2009-07-11 Hui Zhu <teawater@gmail.com>
2716
2717 * gdb.texinfo (disassemble): Add a new modifier /r
2718 to "disassemble" command to make it print the raw instructions
2719 in hex as well as in symbolic form.
2720
2721 2009-07-09 Tom Tromey <tromey@redhat.com>
2722
2723 * gdbint.texinfo (Testsuite): Document parallel make check.
2724
2725 2009-07-09 Tom Tromey <tromey@redhat.com>
2726
2727 * gdbint.texinfo (Testsuite): Document test transcripts.
2728
2729 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2730
2731 * gdb.texinfo (Values From Inferior): Add length parameter
2732 description.
2733
2734 2009-07-04 Chris Genly <chris@genly.us>
2735
2736 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
2737 in -var-list-children. Fix example according to what the code
2738 does.
2739
2740 2009-07-02 Pedro Alves <pedro@codesourcery.com>
2741
2742 * gdb.texinfo (Debugging multiple inferiors): Document the
2743 "inferior", "detach inferior" and "kill inferior" commands.
2744 (Debugging Programs with Multiple Processes): Adjust to mention
2745 generic "inferior" commands. Delete mention of "detach fork" and
2746 "delete fork". Cross reference to "Debugging multiple inferiors"
2747 section.
2748
2749 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2750
2751 * gdbint.texinfo (Item Output Functions): Update signature
2752 for ui_out_field_core_addr.
2753
2754 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2755
2756 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
2757 Update example code extrated from breakpoint.c.
2758
2759 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
2760
2761 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
2762 MI commands.
2763 (GDB/MI Symbol Query): Likewise.
2764 (GDB/MI File Commands): Likewise.
2765 (GDB/MI File Transfer Commands): Likewise.
2766 (GDB/MI Target Manipulation): Likewise.
2767 (GDB/MI Miscellaneous Commands): Likewise.
2768
2769 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
2770
2771 * gdb.texinfo (Debugging Optimized Code): New chapter.
2772 (Compiling for Debugging): Reference it. Move some
2773 text to the new section.
2774
2775 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
2776
2777 * doc/gdb.texinfo (Calling): Document
2778 set-unwind-on-terminating-exception usage.
2779
2780 2009-06-11 Pedro Alves <pedro@codesourcery.com>
2781
2782 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
2783 command.
2784
2785 2009-06-07 Pedro Alves <pedro@codesourcery.com>
2786
2787 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
2788 references.
2789
2790 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
2791
2792 * gdbint.texinfo: Rename formal parameters to gdbarch function
2793 protoypes from "current_gdbarch" to "gdbarch".
2794
2795 2009-05-28 Tom Tromey <tromey@redhat.com>
2796
2797 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
2798
2799 2009-05-27 Tom Tromey <tromey@redhat.com>
2800
2801 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2802 feature.
2803 (GDB/MI Variable Objects): Document -var-set-visualizer.
2804
2805 2009-04-02 Tom Tromey <tromey@redhat.com>
2806
2807 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2808 feature.
2809 (GDB/MI Variable Objects): Document -var-set-visualizer.
2810
2811 2009-05-27 Tom Tromey <tromey@redhat.com>
2812 Thiago Jung Bauermann <bauerman@br.ibm.com>
2813 Phil Muldoon <pmuldoon@redhat.com>
2814
2815 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
2816 (Pretty Printing): New node.
2817 (Selecting Pretty-Printers): Likewise.
2818 (Python API): Update.
2819 (Output Formats): Document /r format.
2820
2821 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
2822 Tom Tromey <tromey@redhat.com>
2823
2824 * gdb.texinfo (Types In Python): New node.
2825 (Values From Inferior): "type" is now an attribute.
2826 (Python API): Update.
2827
2828 2009-05-27 Tom Tromey <tromey@redhat.com>
2829 Thiago Jung Bauermann <bauerman@br.ibm.com>
2830 Phil Muldoon <pmuldoon@redhat.com>
2831
2832 * gdb.texinfo: Add @syncodeindex for `tp'.
2833 (Python API): Update.
2834 (Auto-loading): New node.
2835 (Objfiles In Python): New node.
2836
2837 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2838
2839 * gdb.texinfo (Threads): Document libthread-db-search-path.
2840
2841 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
2842
2843 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
2844
2845 2009-05-12 Pedro Alves <pedro@codesourcery.com>
2846
2847 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
2848 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
2849 show show-debug-regs' docs.
2850
2851 2009-05-08 Eli Zaretskii <eliz@gnu.org>
2852
2853 * gdb.texinfo (Process Record and Replay): Add description of
2854 reverse execution.
2855
2856 2009-05-07 Joel Brobecker <brobecker@adacore.com>
2857
2858 * gdbint.texinfo (Adding support for debugging core files): New node.
2859 (Native Debugging): Remove the ``Native core file Support'' section.
2860
2861 2009-05-01 Eli Zaretskii <eliz@gnu.org>
2862
2863 * gdb.texinfo (Process Record and Replay): Improve and clarify.
2864 Add index entries.
2865
2866 2009-04-30 Hui Zhu <teawater@gmail.com>
2867 Michael Snyder <msnyder@vmware.com>
2868
2869 * gdb.texinfo: (Process Record and Replay): Add documentation for
2870 process record and replay.
2871
2872 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2873
2874 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
2875 a new part on command-line defined macros.
2876
2877 2009-04-25 Eli Zaretskii <eliz@gnu.org>
2878
2879 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
2880 clarify the wording.
2881
2882 2009-04-23 Tom Tromey <tromey@redhat.com>
2883
2884 * gdb.texinfo (Data Files): New node.
2885 (GDB Files): Update menu.
2886
2887 2009-04-23 Joel Brobecker <brobecker@adacore.com>
2888
2889 * gdbint.texinfo (Defining Other Architecture Features): Remove
2890 entry for PROCESS_LINENUMBER_HOOK.
2891
2892 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
2893
2894 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2895
2896 2009-04-22 Hui Zhu <teawater@gmail.com>
2897
2898 * gdb.texinfo (disassemble-next-line): Set the default of
2899 disassemble-next-line to off.
2900
2901 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2902
2903 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2904 --with-htmldir): New.
2905 * configure: Regenerate.
2906 * Makefile.in (datarootdir, docdir): Define.
2907 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2908 instead of $(SET_TEXINPUTS).
2909 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2910 gdbint.info instead of $(SET_TEXINPUTS).
2911 (gdbint/index.html): Use same -I options as for building
2912 gdbint.info.
2913 (stabs.dvi, stabs.pdf): Use same -I options as for building
2914 stabs.info instead of $(SET_TEXINPUTS).
2915 (stabs/index.html): Use same -I options as for building
2916 stabs.info.
2917 (annotate.dvi, annotate.pdf): Use same -I options as for building
2918 annotate.info instead of $(SET_TEXINPUTS).
2919 (annotate/index.html): Use same -I options as for building
2920 annotate.info.
2921
2922 2009-04-21 David Daney <ddaney@caviumnetworks.com>
2923
2924 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2925
2926 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2927
2928 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2929
2930 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
2931 Joseph Myers <joseph@codesourcery.com>
2932
2933 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2934 (MAKEHTMLFLAGS): Set to empty.
2935 (html__strip_dir): Define.
2936 (HTMLFILES): Define.
2937 (HTMLFILES_INSTALL): Define.
2938 (install-html): Copy new automake rule.
2939 (html): Depend on $(HTMLFILES).
2940 (gdb_toc.html): Rename to gdb/index.html.
2941 (gdbint_toc.html): Rename to gdbint/index.html.
2942 (stabs_toc.html): Rename to stabs/index.html.
2943 (annotate_toc.html): Rename to annotate/index.html.
2944
2945 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2946
2947 * Makefile.in: Set pdfdir and htmldir from configure
2948 substitutions.
2949 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2950 * configure: Regenerate.
2951
2952 2009-04-16 Joel Brobecker <brobecker@adacore.com>
2953
2954 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2955 This macro is no longer used.
2956
2957 2009-04-15 Tom Tromey <tromey@redhat.com>
2958
2959 * gdb.texinfo (Character Sets): Document default character set.
2960
2961 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2962
2963 * gdbint.texinfo: Change server name from sources.redhat.com to
2964 sourceware.org throughout.
2965
2966 2009-04-09 Joel Brobecker <brobecker@adacore.com>
2967
2968 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2969 about a missing dot or coma after @xref.
2970
2971 2009-04-02 Joel Brobecker <brobecker@adacore.com>
2972
2973 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2974 example, and add a small explanation about it.
2975 (Print Settings): Change the documentation of the "set print
2976 frame-arguments" to reflect the fact that the default is now "scalars".
2977
2978 2009-04-02 Joel Brobecker <brobecker@adacore.com>
2979
2980 * gdb.texinfo (Print Settings): Add kindex for command "set
2981 print frame-arguments".
2982
2983 2009-03-31 Joel Brobecker <brobecker@adacore.com>
2984
2985 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2986 breakpoints.
2987 (Set Breaks): Add reference to thread-specific and task-specific
2988 breakpoints.
2989
2990 2009-03-31 Joel Brobecker <brobecker@adacore.com>
2991
2992 * gdb.texinfo (Ada Tasks): Remove the documentation about
2993 the "Running" state, as this state has been eliminated.
2994 Now all runnable tasks are shown as "Runnable".
2995
2996 2009-03-30 Stan Shebs <stan@codesourcery.com>
2997
2998 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2999 special case of breakpoints.
3000 (Enable and Disable Tracepoints): Mention deprecation.
3001 (Listing Tracepoints): Update description and example.
3002
3003 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3004
3005 * gdb.texinfo (Frames in Python): New node.
3006 (Python API): Update.
3007
3008 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3009
3010 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3011 from a method to an attribute.
3012
3013 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3014
3015 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3016 attribute.
3017
3018 2009-03-25 Pedro Alves <pedro@codesourcery.com>
3019
3020 * observer.texi (thread_exit): Add "silent" parameter.
3021
3022 2009-03-22 Pedro Alves <pedro@codesourcery.com>
3023
3024 * observer.texi (about_to_proceed): New.
3025
3026 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3027
3028 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3029 field throughout to handle types with spaces in them. Fix typos
3030 found by aspell.
3031 (Summary, Requirements, Contributors): New first chapter,
3032 "Summary" added, old Requirements section moved there, and new
3033 section, "Contributors" added.
3034 (Initializing a New Architecture, Register Representation)
3035 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3036 (Porting gdb): These sections extended and updated.
3037 (Compiler Characteristics): This section (empty) deleted.
3038 (Defining Other Architecture Features): This section renamed and
3039 duplicate material removed from (formerly "Target Conditionals").
3040 Use braces {} in @deftypeXX type field throughout to handle types
3041 with spaces in them. Typos found by aspell fixed.
3042
3043 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3044 * stack_frame.pdf: Version of image for PDF output.
3045 * stack_frame.png: Version of image for HTML output and for Emacs.
3046 * stack_frame.txt: Version of image for Info output.
3047 * stack_frame.eps: Version of image for TeX DVI output.
3048
3049 2009-03-21 Eli Zaretskii <eliz@gnu.org>
3050
3051 * gdb.texinfo (Character Sets): Fix last change.
3052
3053 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3054
3055 * gdb.texinfo (Values From Inferior): Fix optional arguments
3056 markup.
3057 (Commands In Python): Adjust argument names of gdb.Command.__init__
3058 to what the function accepts as keywords.
3059
3060 2008-03-20 Tom Tromey <tromey@redhat.com>
3061
3062 * gdb.texinfo (Convenience Vars): Document convenience functions.
3063 (Functions In Python): New node.
3064 (Python API): Update.
3065
3066 2009-03-20 Tom Tromey <tromey@redhat.com>
3067
3068 * gdb.texinfo (Character Sets): Remove obsolete text. Document
3069 set target-wide-charset.
3070 (Requirements): Mention iconv.
3071
3072 2009-03-17 Hui Zhu <teawater@gmail.com>
3073
3074 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3075
3076 2009-03-17 Hui Zhu <teawater@gmail.com>
3077
3078 * gdb.texinfo: Add documentation for disassemble-next-line.
3079
3080 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3081
3082 * gdb.texinfo (Commands In Python): Remove tindex entries.
3083
3084 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3085
3086 * gdb.texinfo (Returning): New description for missing debug info.
3087
3088 2009-03-14 Pedro Alves <pedro@codesourcery.com>
3089
3090 * gdb.texinfo (Remote Configuration): Document query-attached.
3091 (General Query Packets): Document qAttached.
3092
3093 2009-03-05 Pedro Alves <pedro@codesourcery.com>
3094
3095 * gdb.texinfo (Background Execution): Better describe the set
3096 target-async command.
3097 (Maintenance Commands): Delete description of the `maint set/show
3098 linux-async' and `maint set/show remote-async' commands.
3099
3100 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3101
3102 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3103 between sentences.
3104
3105 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3106
3107 * gdb.texinfo (GDB/MI Async Records): Document the
3108 =library-loaded and =library-unloaded notifications.
3109
3110 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3111
3112 * observer.texi (test_notification): New observer.
3113
3114 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3115
3116 * observer.texi: Add parameter 'print_frame' to normal_stop
3117 observer.
3118
3119 2009-02-07 Eli Zaretskii <eliz@gnu.org>
3120
3121 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3122 (Commands In Python): Fix COMMAND_* constants in last change. Use
3123 @kbd for interactive input. Add cross-references and index
3124 entries.
3125
3126 2009-02-06 Pedro Alves <pedro@codesourcery.com>
3127
3128 * gdb.texinfo (Signals): Document $_siginfo.
3129 (Convenience Variables): Mention $_siginfo.
3130 (Remote Configuration): Document qXfer:siginfo:read,
3131 qXfer:siginfo:write packets, and the read-siginfo-object,
3132 write-siginfo-object commands.
3133
3134 2009-02-06 Pedro Alves <pedro@codesourcery.com>
3135
3136 * gdbint.texinfo (Values): New chapter.
3137
3138 2009-02-06 Tom Tromey <tromey@redhat.com>
3139
3140 * gdb.texinfo (Python API): Add entry for Commands In Python.
3141 (Commands In Python): New node.
3142
3143 2009-02-05 Tom Tromey <tromey@redhat.com>
3144
3145 * gdb.texinfo (Values From Inferior): Document Value.string.
3146
3147 2009-02-05 Tom Tromey <tromey@redhat.com>
3148
3149 * gdb.texinfo (Basic Python): Document execute's from_tty
3150 argument.
3151
3152 2009-02-04 Tom Tromey <tromey@redhat.com>
3153
3154 * gdb.texinfo (Basic Python): Document gdb.history.
3155
3156 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3157
3158 * gdb.texinfo (GDB/MI Thread Commands): Document the
3159 'current-thread-id' field. Remove the example with zero threads,
3160 since current GDB won't ever report that if there's inferior.
3161
3162 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3163
3164 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3165 option to -break-insert.
3166
3167 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3168 Jerome Guitton <guitton@adacore.com>
3169
3170 * gdb.texinfo (Startup): Document --with-system-gdbinit.
3171 (System-wide configuration): New section.
3172
3173 2009-01-26 Pedro Alves <pedro@codesourcery.com>
3174
3175 PR gdb/7580:
3176 * gdb.texinfo (Maintenance Commands): Document "maint set|show
3177 internal-error|internal-warning quit|corefile ask|yes|no".
3178
3179 2009-01-26 Pedro Alves <pedro@codesourcery.com>
3180
3181 * gdb.texinfo (Using the `gdbserver' Program): Document
3182 --remote-debug.
3183
3184 2009-01-23 Doug Evans <dje@google.com>
3185
3186 * gdb.texinfo: Add nexti to list of commands that support
3187 background execution.
3188
3189 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3190
3191 * gdb.texinfo (Define, Hooks): Document prefix command support.
3192
3193 2009-01-14 Joseph Myers <joseph@codesourcery.com>
3194 Carlos O'Donell <carlos@codesourcery.com>
3195
3196 Fixes for makeinfo --html.
3197
3198 * annotate.texinfo: Use @copying and @insertcopying. Use
3199 @ifnottex in place of @ifinfo.
3200 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
3201 place of @ifinfo. Use @ifnotinfo for one index entry.
3202 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
3203 in place of @ifinfo.
3204 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
3205 in place of @ifinfo. Include contents at start unconditionally.
3206
3207 2009-01-13 Pedro Alves <pedro@codesourcery.com>
3208
3209 * gdb.texinfo (General Query Packets): Remove @var{} around the
3210 "spu" literal string.
3211
3212 2009-01-07 Pedro Alves <pedro@codesourcery.com>
3213
3214 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
3215 program may be running in another process" errors.
3216 * gdbint.texinfo (Native Conditionals): Delete
3217 ONE_PROCESS_WRITETEXT description.
3218
3219 2009-01-07 Joel Brobecker <brobecker@adacore.com>
3220
3221 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
3222 emacs local variable to be placed at the end of the ChangeLog.
3223 Add server.c and gdbreplay.c to the list of files where the
3224 copyright year needs to be updated.
3225
3226 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
3227
3228 * gdb.texinfo (Remote Configuration): Document new
3229 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
3230 commands.
3231
3232 2008-12-28 Pedro Alves <pedro@codesourcery.com>
3233
3234 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
3235 FETCH_INFERIOR_REGISTERS.
3236 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
3237 FETCH_INFERIOR_REGISTERS descriptions. Remove
3238 gdbarch_get_longjmp_target descrition, since already described in
3239 Target Conditionals. Move gdbarch_fp0_regnum description to ...
3240 (Target Conditionals): ... here.
3241
3242 2008-12-16 Joel Brobecker <brobecker@adacore.com>
3243
3244 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
3245 examples.
3246 (Additions to Ada): Likewise. Add the missing opening and closing
3247 parenthesis of the GDB prompt in one of the examples.
3248
3249 2008-12-14 Joel Brobecker <brobecker@adacore.com>
3250
3251 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
3252 about the result of 'Address not being of type System.Address.
3253 This problem has been fixed a while ago.
3254
3255 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3256
3257 MI non-stop and multiprocess docs.
3258
3259 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
3260 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
3261 Adjust documentation for *stopped, document =thread-created,
3262 =thread-exited, =thread-group-created and =thread-group-exited.
3263 (GDB/MI Thread Commands): Document the 'state' field in
3264 -thread-info output.
3265 (GDB/MI Program Execution): Mention --all and --thread-group
3266 options.
3267 (GDB/MI Variable Objects): Describe floating and fixed variable
3268 objects.
3269 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
3270
3271 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3272
3273 * gdb.texinfo (Operating System Information): New appendix.
3274 (Operating System Auxiliary Information): Document 'info os processes'
3275 (Remote Configuration): Document 'osdata'
3276 (General Query Packets): Document qXfer:osdata:read.
3277
3278 2008-11-27 Tristan Gingold <gingold@adacore.com>
3279
3280 * gdb.texinfo (Darwin): Document Darwin specific features.
3281
3282 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3283
3284 * gdbint.texinfo (Target Conditionals): Extend the
3285 gdbarch_breakpoint_from_pc description.
3286
3287 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
3288
3289 * gdb.texinfo (M68K Features): Fix typo.
3290
3291 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3292
3293 * gdb.texinfo (Symbols): Mention printing containing
3294 image name in "info symbol".
3295 (Maint translate-address): Likewise.
3296
3297 2008-11-18 Joel Brobecker <brobecker@adacore.com>
3298
3299 * gdb.texinfo (Set Catchpoints): Remove the documentation of
3300 commands "catch load" and "catch unload".
3301
3302 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3303
3304 * gdb.texinfo (GDB/MI Async Records): Document
3305 =thread-selected.
3306
3307 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3308
3309 * observer.texi (new_inferior, inferior_exit): New observers.
3310
3311 2008-10-27 Pedro Alves <pedro@codesourcery.com>
3312
3313 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3314 .mt files, TM_CLIBS or TM_CDEPS.
3315 (x86 Watchpoints): Don't mention TDEPFILES.
3316
3317 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
3318
3319 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3320 (Overview): Mention notifications and non-stop mode behavior.
3321 (Packets): Update documentation of ?, vAttach, vCont, and vRun
3322 with non-stop mode behavior. Add vStopped description.
3323 (Stop Reply Packets): Update list of packets that return
3324 stop replies. Mention non-stop behavior.
3325 (General Query Packets): Document QNonStop packet and associated
3326 qSupported query response.
3327 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
3328 behavior.
3329 (Notification Packets): New section.
3330 (Remote Non-Stop): New section.
3331 (File-I/O Overview): Mention non-stop behavior.
3332
3333 2008-10-24 Hui Zhu <teawater@gmail.com>
3334 Pedro Alves <pedro@codesourcery.com>
3335
3336 * gdb.texinfo (displaced-stepping): Describe the auto mode
3337 setting, and say it's the default. This is now a mainstream
3338 setting instead of a maintenance setting.
3339
3340 2008-10-23 Pedro Alves <pedro@codesourcery.com>
3341
3342 * observer.texi (thread_stop_requested): New.
3343
3344 2008-10-22 Joel Brobecker <brobecker@adacore.com>
3345
3346 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3347 (Patching): Replace incorrect usage of @samp by @kbd.
3348
3349 2008-10-17 Michael Snyder <msnyder@vmware.com>
3350
3351 * gdb.texinfo: Add documentation for reverse execution.
3352
3353 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3354 Eli Zaretskii <eliz@gnu.org>
3355
3356 * gdb.texinfo. (Values From Inferior): New subsubsection.
3357
3358 2008-10-06 Doug Evans <dje@google.com>
3359
3360 * gdb.texinfo (set debug dwarf2-die): Document it.
3361
3362 2008-10-01 Joel Brobecker <brobecker@adacore.com>
3363
3364 * gdb.texinfo (catch) [exception]: Document how to insert
3365 a breakpoint on user-defined exceptions when the exception
3366 name is identical to one of the language-defined ones.
3367
3368 2008-09-27 Tom Tromey <tromey@redhat.com>
3369
3370 * gdb.texinfo (Macros): Remove text about stringification,
3371 varargs, and splicing.
3372
3373 2008-09-27 Tom Tromey <tromey@redhat.com>
3374
3375 * gdbint.texinfo (Language Support): Remove text about omitting
3376 support for a language.
3377
3378 2008-09-23 Doug Evans <dje@google.com>
3379
3380 * gdb.texinfo (info dcache): Update.
3381
3382 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
3383
3384 * gdb.texinfo (Packets): Add info on thread-id syntax and
3385 multiprocess extensions.
3386 <D>: Document multiprocess form of packet.
3387 <H>: Use thread-id syntax.
3388 <T>: Likewise.
3389 <vCont>: Likewise. Note this is required for multiprocess.
3390 <vKill>: New packet.
3391 (Stop Reply Packets) <T>: Use thread-id syntax.
3392 <W>: Document multiprocess form of reply.
3393 <X>: Likewise.
3394 (General Query Packets) <qC>: Use thread-id syntax.
3395 <qfThreadInfo>: Likewise.
3396 <qGetTLSAddr>: Likewise.
3397 <qP>: Likewise.
3398 <qSupported>: Add "multiprocess" feature.
3399 <qThreadExtraInfo>: Use thread-id syntax.
3400
3401 2008-09-22 Stan Shebs <stan@codesourcery.com>
3402
3403 * gdb.texinfo (Inferiors): New section.
3404
3405 2008-09-12 Pedro Alves <pedro@codesourcery.com>
3406
3407 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3408
3409 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
3410
3411 * gdbint.texinfo (Target Conditionals): Remove documentation
3412 for gdbarch_name_of_malloc.
3413
3414 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
3415
3416 * gdb.texinfo (Interrupts): Mention TCP interface for
3417 sending BREAK.
3418
3419 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3420
3421 * gdb.texinfo (Commands to Specify Files): Document "remote:"
3422 argument prefix to "set sysroot".
3423
3424 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
3425
3426 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
3427 and False.
3428
3429 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
3430
3431 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
3432 for possible features of -list-features.
3433
3434 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3435
3436 * gdb.texinfo (Background execution): Adjust example
3437 (GDB/MI Miscellaneous Commands): Document -list-target-features.
3438
3439 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3440
3441 * doc/gdb.texinfo (PowerPC): Fix typo.
3442 (PowerPC features): Fix typo.
3443
3444 2008-08-18 Pedro Alves <pedro@codesourcery.com>
3445
3446 * observer.texi (thread_ptid_changed): New.
3447
3448 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
3449
3450 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
3451 (PowerPC features): Mention feature set for VSX registers.
3452
3453 2008-08-13 Joel Brobecker <brobecker@adacore.com>
3454
3455 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
3456 the direct visibility of all names in user-written packages.
3457
3458 2008-08-13 Pedro Alves <pedro@codesourcery.com>
3459
3460 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
3461 setting, and make it the default.
3462 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
3463 non-stop script example.
3464
3465 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
3466
3467 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
3468 reference to the "Using Different Register and Memory Data
3469 Representation" section.
3470
3471 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
3472
3473 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
3474 (Remote Protocol): Add Packet Acknowledgment to menu.
3475 (Overview): Mention +/- can be disabled, and point to new section
3476 where this is discussed in detail.
3477 (General Query Packets): Document QStartNoAckMode packet, and
3478 corresponding qSupported reply.
3479 (Packet Acknowledgment): New section.
3480
3481 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
3482 Pedro Alves <pedro@codesourcery.com>
3483
3484 * gdb.texinfo (Threads): Move paragraph about automatic thread
3485 selection to All-Stop Mode subsection.
3486 (Thread Stops): Reorganize existing material into subsections.
3487 Add introductory blurb and menu.
3488 (Non-Stop Mode): New subsection.
3489 (Background Execution): New subsection.
3490 (Maintenance Commands): Add cross-references from async mode
3491 commands to the new Background Execution section.
3492
3493 2008-08-06 Tom Tromey <tromey@redhat.com>
3494
3495 * gdb.texinfo (Extending GDB): New chapter.
3496 (Sequences): Demoted chapter, now a section under the new
3497 Extending GDB chapter.
3498 (Python): New section.
3499
3500 2008-07-31 Stan Shebs <stan@codesourcery.com>
3501
3502 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
3503
3504 2008-07-29 Stan Shebs <stan@codesourcery.com>
3505
3506 * gdbint.texinfo: General round of cleanup and minor
3507 clarifications.
3508 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
3509 (Longjmp Support): Update description to reflect how it is done
3510 for targets without using native header.
3511 (Symbol Handling): Add a little more general explanation.
3512 (COFF, ELF): Mention stabs encapsulation.
3513 (DWARF 3): New section.
3514 (Adding a New Host): Scrub out some obsolete bits.
3515 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
3516 (Host Conditionals): Remove descriptions of NO_STD_REGS,
3517 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
3518 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
3519 SEEK_SET, STOP_SIGNAL, USG.
3520 (Raw and Virtual Register Representations): Ditto for
3521 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
3522 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
3523 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
3524 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
3525 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
3526 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
3527 DEPRECATED_REGISTER_VIRTUAL_SIZE,
3528 DEPRECATED_REGISTER_VIRTUAL_TYPE,
3529 DEPRECATED_USE_STRUCT_CONVENTION.
3530 Describe gdbarch_deprecated_fp_regnum.
3531 Update description of gdbarch_print_insn.
3532 (Adding a New Target): Scrub out obsolete bits.
3533 (Obsolete Conditionals): Remove entire section.
3534
3535 2008-07-25 Tom Tromey <tromey@redhat.com>
3536
3537 * observer.texi (GDB Observers): Document new observers:
3538 breakpoint_created, breakpoint_deleted, breakpoint_modified,
3539 tracepoint_created, tracepoint_deleted, tracepoint_modified,
3540 architecture_changed.
3541
3542 2008-07-21 Stan Shebs <stan@codesourcery.com>
3543
3544 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
3545 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
3546
3547 2008-07-21 Tom Tromey <tromey@redhat.com>
3548
3549 * observer.texi (GDB Observers): Remove obsolete comment.
3550 <executable_changed>: Remove argument.
3551
3552 2008-07-18 Tom Tromey <tromey@redhat.com>
3553
3554 * gdb.texinfo (Macros): Update. Use @code rather than @command.
3555
3556 2008-07-10 Doug Evans <dje@google.com>
3557
3558 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
3559
3560 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3561
3562 * gdb.texinfo (Starting): Document "set disable-randomization".
3563
3564 2008-07-07 Andreas Schwab <schwab@suse.de>
3565
3566 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
3567
3568 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
3569
3570 * gdb.texinfo (GDB/MI Target Manipulation): Add
3571 example of -target-attach.
3572
3573 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3574
3575 * observer.texi (target_resumed): New observer.
3576 * gdb.texinfo (GDB/MI Output Records): Document *running.
3577
3578 2008-06-06 Tom Tromey <tromey@redhat.com>
3579
3580 * gdb.texinfo (Completion): Add field name example.
3581
3582 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
3583
3584 * gdb.texinfo (GDB/MI Program Context): Added example
3585 to -exec-arguments
3586
3587 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
3588
3589 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
3590 annotation.
3591
3592 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
3593 Nathan Sidwell <nathan@codesourcery.com>
3594 Joseph Myers <joseph@codesourcery.com>
3595
3596 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
3597 and ACX_BUGURL.
3598 * configure: Regenerate.
3599 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
3600 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
3601 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
3602 mailing-list-specific text about bug reporting unless
3603 BUGURL_DEFAULT.
3604
3605 2008-06-05 Pedro Alves <pedro@codesourcery.com>
3606
3607 * gdb.texinfo (-target-select): Remove reference to target async.
3608 (Maintenance Commands): Document "maint set/show remote-async".
3609
3610 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
3611
3612 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
3613 in -target-file-get section.
3614
3615 2008-05-22 Pedro Alves <pedro@codesourcery.com>
3616
3617 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
3618 killing the inferior when it is already debugging a process.
3619
3620 2008-05-21 Joel Brobecker <brobecker@adacore.com>
3621
3622 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
3623 abbreviation for "finish".
3624
3625 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
3626
3627 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
3628
3629 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3630
3631 * gdbint.texinfo (Target Conditionals): Delete entry for
3632 gdbarch_dwarf_reg_to_regnum.
3633
3634 2008-05-09 Doug Evans <dje@google.com>
3635
3636 * gdb.texinfo: Document "find" command, qSearch:memory packet.
3637
3638 2008-05-05 Doug Evans <dje@google.com>
3639
3640 * gdb.texinfo (disassemble): Document /m modifier.
3641
3642 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
3643
3644 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
3645 will not report the time of commands that run the target.
3646
3647 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3648
3649 * gdb.texinfo (GDB/MI Output Records): Add
3650 missing semicolon.
3651
3652 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3653
3654 * gdb.texinfo (GDB/MI Output Records):
3655 Document =thread-create and =thread-exited.
3656
3657 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3658
3659 * gdb.texinfo (GDB/MI Development and Front Ends):
3660 Remove mention of dmi-discuss.
3661
3662 2008-05-03 Pedro Alves <pedro@codesourcery.com>
3663
3664 * observer.texi (thread_exit): New.
3665
3666 2008-05-02 Pedro Alves <pedro@codesourcery.com>
3667
3668 * gdb.texinfo (Debugging Output): Document "set/show debug
3669 displaced".
3670 (Maintenance Commands): Document "maint set/show
3671 can-use-displaced-stepping".
3672
3673 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3674
3675 * gdb.texinfo (ARM): Document set/show arm fallback-mode
3676 and set/show arm force-mode.
3677
3678 2008-05-02 Andreas Schwab <schwab@suse.de>
3679
3680 * gdbint.texinfo (Algorithms): Describe
3681 target_watchpoint_addr_within_range.
3682
3683 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3684
3685 * gdbint.texinfo (Stack Frames): New chapter.
3686 (Algorithms): Move Frames text to the new chapter.
3687 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
3688 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
3689
3690 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3691
3692 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
3693 output does not necessary include any tokens.
3694
3695 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
3696
3697 * gdb.texinfo (Set SH Calling convention): New @item.
3698 (Show SH Calling convention): Ditto.
3699
3700 2008-04-22 Markus Deuling <deuling@de.ibm.com>
3701
3702 * gdb.texinfo (Fortran Operators): Describe '%' operator.
3703
3704 2008-04-20 Eli Zaretskii <eliz@gnu.org>
3705
3706 * gdb.texinfo (Set Breaks): Mention that multiple location
3707 breakpoints need line number info. Add index entries.
3708
3709 2008-04-19 Craig Silverstein <csilvers@google.com>
3710
3711 * gdb.texinfo (Requirements): Add an optional requirement on
3712 zlib.
3713 * gdbint.texinfo (Debugging File Formats): Add new subsection for
3714 Compressed DWARF 2.
3715
3716 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
3717
3718 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
3719 sample output for 'stopped,reason="breakpoint-hit"' message.
3720 (GDB/MI Program Execution): Likewise.
3721
3722 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3723
3724 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
3725 -var-set-format. Add -f option to -var-evaluate-expression.
3726
3727 2008-04-03 Joel Brobecker <brobecker@adacore.com>
3728
3729 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
3730 new node "Ambiguous Expressions". Replace references to this
3731 node by references to "Ambiguous Expressions" throughout.
3732 (Ambiguous Expressions): New node.
3733
3734 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
3735
3736 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
3737
3738 2008-03-21 Pedro Alves <pedro@codesourcery.com>
3739
3740 * gdb.texinfo (Debugging Output): Document
3741 "set/show debug lin-lwp-async".
3742 (Maintenance Commands): Document "maint set/show linux-async".
3743
3744 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3745
3746 * gdb.texinfo (Expressions): Update description of malloced arrays.
3747
3748 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
3749
3750 * gdb.texinfo (Thread Commands): Document
3751 -thread-info. Remove -thread-list-all-threads.
3752
3753 2008-03-14 Pedro Alves <pedro@codesourcery.com>
3754 Sandra Loosemore <sandra@codesourcery.com>
3755
3756 * gdb.texinfo (Library List Format): Update to mention the
3757 possibility to pass section addresses instead of segment
3758 addresses.
3759
3760 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
3761
3762 * gdb.texinfo (Starting): Document "set exec-wrapper".
3763 (Server): Document gdbserver --wrapper.
3764
3765 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3766
3767 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
3768 unreadable memory. Delete obsolete SPARClite reference.
3769
3770 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3771
3772 * gdb.texinfo (Starting): Mention always-running targets.
3773 (Target Commands): Add an anchor for load.
3774 (Connecting): Explain continue instead of run.
3775
3776 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
3777
3778 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
3779
3780 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
3781
3782 * gdb.texinfo (Set Breaks): Revert description of Enb column of
3783 breakpoint table.
3784
3785 2008-02-19 Pedro Alves <pedro@codesourcery.com>
3786
3787 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
3788 killing the inferior when it is already debugging a process.
3789
3790 2008-02-13 Markus Deuling <deuling@de.ibm.com>
3791
3792 * gdbint.texinfo (Build Script): New section. Mention new build script
3793 gdb_buildall.sh.
3794
3795 2008-02-01 Jim Blandy <jimb@red-bean.com>
3796
3797 * gdb.texinfo (Help): Summarize 'info args' correctly.
3798
3799 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3800
3801 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
3802 available in PowerPC architecture.
3803 (Embedded Processors): Change node name of PowerPC item in menu.
3804 (PowerPC): Rename to...
3805 (PowerPC Embedded): this.
3806 (Architectures): Add new PowerPC item in menu.
3807 (PowerPC): New node.
3808
3809 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3810
3811 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
3812 commands.
3813
3814 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3815
3816 * gdb.texinfo (Setting Catchpoints): Mention features
3817 supported on GNU/Linux.
3818
3819 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
3820
3821 * gdb.texinfo (GDB/MI File Commands): Describe new output
3822 field for MI command -file-list-exec-source-file.
3823
3824 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3825
3826 * gdb.texinfo (Using the `gdbserver' Program): Add security
3827 warning. Rearrange into subsections and subsubsections. Document
3828 --multi and --debug. Correct --with-sysroot typo. Update --attach
3829 usage. Make load reference clearer. Document monitor exit.
3830 (Remote Configuration): Document set remote exec-file, attach-packet,
3831 and run-packet.
3832 (Packets): Document vAttach and vRun.
3833
3834 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
3835
3836 * gdb.texinfo (Processes): Mention process command.
3837 detach-on-follow -> detach-on-fork.
3838
3839 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3840
3841 * gdbint.texinfo (Native Conditionals): Remove
3842 SHELL_COMMAND_CONCAT and SHELL_FILE.
3843
3844 2008-01-26 Eli Zaretskii <eliz@gnu.org>
3845
3846 * gdb.texinfo (Specify Location): Improve wording.
3847
3848 2008-01-23 Chris Demetriou <cgd@google.com>
3849
3850 * gdb.texinfo (Threads): Document new "set print thread-events"
3851 and "show print thread-events" commands.
3852
3853 2008-01-19 Eli Zaretskii <eliz@gnu.org>
3854
3855 * gdb.texinfo (Specify Location): New section.
3856 (Delete Breaks, Edit, Set Breaks): Remove description of
3857 locations. Instead, add a reference to "Specify Location".
3858 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
3859 (Symbols): Refer to "Specify Location" for the valid forms of
3860 linespecs and locations.
3861
3862 2008-01-18 Markus Deuling <deuling@de.ibm.com>
3863
3864 * gdbint.texinfo (Target Conditionals): Replace the description of
3865 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
3866
3867 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
3868
3869 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
3870 about &&var, which is rejected by the expression parser.
3871
3872 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
3873
3874 * gdb.texinfo (Output): Update documentation on using printf with DFP
3875 types.
3876
3877 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3878
3879 * gdb.texinfo (C and C++): Add Decimal Floating Point format
3880 subsubsection.
3881 (Decimal Floating Point format): New subsubsection.
3882
3883 2008-01-05 Pedro Alves <pedro@codesourcery.com>
3884
3885 * gdb.texinfo (File Options): Remove mention of the attempt to
3886 open a core file with the -p option. Don't list -c as a valid
3887 option to attach to a process.
3888
3889 2008-01-05 Pedro Alves <pedro@codesourcery.com>
3890
3891 * gdbint.texinfo (Host Conditionals): Remove mention of
3892 ALIGN_STACK_ON_ENTRY.
3893
3894 2008-01-05 Joel Brobecker <brobecker@adacore.com>
3895
3896 * gdbint.texinfo (Start of New Year Procedure): Add item
3897 describing how to update the source and documentation copyright
3898 notices.
3899
3900 2007-12-18 Jim Blandy <jimb@codesourcery.com>
3901
3902 * gdb.texinfo (Set Watchpoints): Integrate per-thread
3903 watchpoint explanation into the main description of the watchpoint
3904 command; update synopses of 'watch', 'rwatch', and 'awatch'
3905 commands.
3906
3907 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
3908
3909 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3910 Document 'pending-breakpoints' feature of
3911 -list-features.
3912
3913 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
3914
3915 * gdb.texinfo: Add new parameter's description.
3916
3917 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3918
3919 * gdb.texinfo (Overview): Clarify run-length encoding
3920 example. Remove the restriction on "+" and "-" characters.
3921
3922 2007-12-15 Eli Zaretskii <eliz@gnu.org>
3923
3924 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3925
3926 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
3927
3928 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3929 the -f option for -break-insert, remove -r option,
3930 and clarify specification of location.
3931
3932 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3933
3934 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3935 formatting.
3936 (Remote Debugging): Add File Transfer section.
3937 (Remote Configuration): Document Host I/O packets.
3938 (GDB/MI): Add GDB/MI File Transfer Commands section.
3939 (Host I/O Packets): New section in "Remote Protocol".
3940 (Packets): Add vFile.
3941
3942 2007-11-17 Eli Zaretskii <eliz@gnu.org>
3943
3944 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3945 breakpoints with multiple locations.
3946 (Breakpoint Menus): Improve wording.
3947 (Output): Fix last change.
3948
3949 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3950
3951 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3952
3953 2007-11-15 Doug Evans <dje@google.com>
3954
3955 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3956
3957 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3958
3959 * gdbint.texinfo (Native Conditionals): Remove
3960 mention of CLEAR_SOLIB.
3961
3962 2007-11-11 Joel Brobecker <brobecker@adacore.com>
3963
3964 * gdb.texinfo (Print Settings): Add documentation for "set/show
3965 print frame-arguments".
3966
3967 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
3968
3969 * gdb.texinfo (Output): Update printf command's description.
3970
3971 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3972
3973 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3974 powerpc soft-float".
3975
3976 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3977
3978 * gdb.texinfo (Files): Correct formatting. Mention Expat
3979 requirement.
3980 (Requirements for Building GDB): Expand the list of Expat
3981 uses.
3982 (Library List Format, Memory Map Format): Mention Expat.
3983 (Target Descriptions): Update Expat wording.
3984
3985 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3986
3987 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3988 Document that gdbarch_convert_register_p should return zero for no-op
3989 conversions.
3990
3991 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3992
3993 * gdbint.texi (Compiler Characteristics): Move documentation
3994 of set_gdbarch_sofun_address_maybe_missing back to ...
3995 (Target Conditionals): ... here to fix build break.
3996
3997 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3998
3999 * gdbint.texi (Target Conditionals): Remove documentation of
4000 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4001 (Compiler Characteristics): ... documentation of
4002 set_gdbarch_sofun_address_maybe_missing.
4003
4004 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4005
4006 * gdbint.texinfo (Target Conditionals): Use
4007 frame_unwind_register_unsigned in examples instead of
4008 frame_unwind_unsigned_register.
4009
4010 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4011
4012 * gdb.texinfo (Predefined Target Types): Add int128
4013 and uint128.
4014 (Standard Target Features): Add PowerPC features.
4015
4016 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4017
4018 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4019
4020 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4021
4022 * gdbint.texi (Target Conditionals): Remove documentation
4023 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4024 gdbarch_extract_return_value, and gdbarch_store_return_value.
4025
4026 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4027
4028 * gdbint.texi (Target Conditionals): Remove documentation of
4029 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4030
4031 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
4032
4033 * gdb.texinfo: Mention that inaccessible-by-default is on by
4034 default.
4035
4036 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4037
4038 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4039
4040 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4041
4042 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4043 multi-threaded watchpoints.
4044 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4045 checked. Describe sticky notification. Expand description
4046 of steppable and continuable watchpoints.
4047 (Watchpoints and Threads): New subsection.
4048
4049 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
4050
4051 * gdb.texinfo (Setting Breakpoints): Revise
4052 documentation for pending breakpoints. Document
4053 breakpoints with multiple locations.
4054
4055 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4056
4057 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4058 Document -list-features.
4059
4060 2007-09-15 Eli Zaretskii <eliz@gnu.org>
4061
4062 * gdb.texinfo (Output): Spell out which features of C's printf are
4063 not supported by GDB's printf.
4064 (Separate Debug Files): More accurate wording regarding build ID
4065 and a reference to the ld manual rather than the Fedora wiki.
4066
4067 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4068 Jim Blandy <jimb@codesourcery.com>
4069
4070 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
4071 (Examining Memory): Update mentions of the 's' format.
4072 (Automatic Display): Likewise.
4073
4074 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
4075
4076 * gdb.texinfo: Update the FSF's Back-Cover Text.
4077
4078 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4079 Eli Zaretskii <eliz@gnu.org>
4080
4081 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4082 Fixed the ``build ID'' name. New binaries build instructions for the
4083 build ID inclusion. Explain how the commands are specific to the build
4084 ID vs. debug link.
4085
4086 2007-09-01 Eli Zaretskii <eliz@gnu.org>
4087
4088 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4089 indexing for ``build ID'' support.
4090
4091 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4092
4093 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4094 Enlisted BUILD ID to the debug file searching example.
4095 Included a BUILD ID `.note.gnu.build-id' section description.
4096 Updated/added the debug files splitting instructions for OBJCOPY.
4097
4098 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4099
4100 * gdb.texinfo (Variable Objects): Adjust docs
4101 for -var-info-expression and document
4102 -var-info-path-expression.
4103
4104 2007-08-20 Jim Blandy <jimb@codesourcery.com>
4105
4106 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4107 (title page): Include the dedication in the printed manual, as a
4108 separate page after the copyright notice.
4109
4110 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4111 don't break a @var across a line.
4112
4113 2007-07-25 Maciej W. Rozycki <macro@mips.com>
4114
4115 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4116 for include files.
4117
4118 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
4119
4120 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
4121 in annotate.texinfo.
4122 (Command History): Link to new node.
4123
4124 2007-07-05 Markus Deuling <deuling@de.ibm.com>
4125
4126 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4127
4128 2007-07-05 Eli Zaretskii <eliz@gnu.org>
4129
4130 * gdbint.texinfo (Target Conditionals): Fix last change.
4131
4132 2007-07-03 Markus Deuling <deuling@de.ibm.com>
4133
4134 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4135 routines:
4136 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4137 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4138 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4139 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4140 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4141 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4142 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4143 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4144 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4145 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4146 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4147 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4148 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4149 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4150 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4151 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4152 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4153 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4154 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4155 (SOFTWARE_SINGLE_STEP_P)
4156
4157 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4158 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4159
4160 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4161 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4162 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4163 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4164 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4165 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4166 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4167 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4168 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4169 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4170
4171 (Converting an existing Target Architecture to Multi-arch): Remove
4172 section.
4173
4174 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4175 (gdbarch_addr_bits_remove): Add code example.
4176
4177 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4178
4179 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4180
4181 * gdb.texinfo (Remote Configuration): Document library-info-packet.
4182 Add other missing entries. Adjust the table size to fit.
4183 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
4184 stop reasons including the new "library" event.
4185 (General Query Packets): Adjust table widths for qSupported. Mention
4186 qXfer:libraries:read reply to qSupported and document the new packet.
4187 (Library List Format): New section.
4188
4189 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4190
4191 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4192
4193 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
4194
4195 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4196
4197 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
4198
4199 * gdbint.texinfo (Register and Memory Data): Break sections
4200 into nodes and add a menu.
4201
4202 2007-06-21 Maciej W. Rozycki <macro@mips.com>
4203
4204 * gdb.texinfo (Examining Memory): Document the new behaviour.
4205
4206 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
4207
4208 * gdb.texinfo (Standard Target Features): Document
4209 m68k features.
4210
4211 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4212
4213 * gdb.texinfo (General Query Packets): Document qOffsets changes.
4214
4215 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4216
4217 * gdb.texinfo (Target Description Format): Add version attribute
4218 for <target>.
4219
4220 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4221
4222 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
4223
4224 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4225
4226 * gdb.texinfo (MIPS Features): New subsection.
4227
4228 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4229 Markus Deuling <deuling@de.ibm.com>
4230
4231 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
4232 and qXfer:spu:write packets and mention them under qSupported.
4233
4234 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4235 Markus Deuling <deuling@de.ibm.com>
4236
4237 * gdb.texinfo (Architectures): Add new SPU section to document
4238 Cell Broadband Engine SPU architecture specific commands.
4239
4240 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
4241
4242 * gdb.texinfo (GDB/MI Variable Objects): Editorial
4243 comments.
4244
4245 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
4246
4247 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
4248
4249 2007-05-29 Jim Blandy <jimb@codesourcery.com>
4250
4251 * gdb.texinfo (Overview): Doc fix.
4252
4253 2007-05-22 Maciej W. Rozycki <macro@mips.com>
4254
4255 * gdb.texinfo (Remote Configuration): Document "set/show
4256 remoteflow".
4257
4258 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4259
4260 * gdb.texinfo (MIPS): Remove documentation for set mips
4261 saved-gpreg-size, show mips saved-gpreg-size, and set mips
4262 stack-arg-size.
4263
4264 2007-05-14 Bob Wilson <bob.wilson@acm.org>
4265
4266 * all-cfg.texi (GDBTUI): New.
4267 * gdb.texinfo (Mode Options): Use GDBTUI variable.
4268 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
4269 (TUI Configuration): Edit to improve clarity and fix problems of
4270 both style and content.
4271
4272 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4273
4274 * observer.texi (GDB Observers): New observer "new_objfile".
4275
4276 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4277
4278 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
4279
4280 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4281
4282 * gdb.texinfo (GDB/MI Variable Objects): Document
4283 frozen variables objects.
4284
4285 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4286
4287 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4288 (Character Sets, Caching Data of Remote Targets): Likewise.
4289 (Targets): Delete Remote node. Move its text...
4290 (Debugging Remote Programs): ...to here. Delete description
4291 of the "remote" command.
4292 (Remote configuration): Delete description of "set remotedevice"
4293 and "show remotedevice".
4294 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4295
4296 2007-04-11 Bob Wilson <bob.wilson@acm.org>
4297
4298 * gdb.texinfo (Contributors, Continuing and Stepping)
4299 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4300 (General Query Packets, File-I/O Remote Protocol Extension)
4301 (Protocol Basics, The F Reply Packet, Write)
4302 (Protocol-specific Representation of Datatypes, Memory Transfer):
4303 Fix hyphenation, punctuation and grammar problems.
4304 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
4305 'section' instead of 'subsection' in the text.
4306 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4307 (i386): Remove period from section name.
4308 (Installing GDB, Requirements, Running Configure, Separate Objdir)
4309 (Config Names, Configure Options): Use @file{configure}.
4310
4311 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
4312
4313 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4314 and tab expansion.
4315
4316 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4317
4318 * gdbint.texinfo (SOM): Correct location of the SOM reader.
4319
4320 2007-04-02 Bob Wilson <bob.wilson@acm.org>
4321
4322 * gdb.texinfo: Consistently capitalize all significant words in
4323 node names, chapter titles, section titles, and headings. Update
4324 cross references to match.
4325 (Starting and Stopping Trace Experiment): Make node name plural.
4326 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
4327
4328 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4329
4330 * gdb.texinfo (WinCE): Delete obsolete subsection.
4331
4332 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4333
4334 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4335 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4336 references.
4337
4338 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4339
4340 * gdb.texinfo (Startup): Delete references to some alternate
4341 names for .gdbinit.
4342 (Thread): Remove LynxOS reference.
4343 (Tandem ST2000): Delete target-specific documentation.
4344 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4345 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4346 and GDB_OSABI_LYNXOS.
4347
4348 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4349
4350 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4351
4352 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4353
4354 * gdbint.texinfo (Target Conditionals): Remove mention of
4355 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4356 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4357
4358 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4359
4360 * Makefile.in: Add "pdfdir" installation
4361 directory, PDFTEX macro, support for "install-pdf" target,
4362 and rules for making a pdf version of refcard.texi.
4363 * refcard.tex: Specify paper size for PDF output.
4364
4365 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4366
4367 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
4368
4369 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4370
4371 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4372 (Source Path, Character Sets, Macros, Define)
4373 (GDB/MI Result Records, GDB/MI Simple Examples)
4374 (GDB/MI Program Execution, GDB/MI File Commands)
4375 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4376 (Bug Reporting): Use @value{GCC}.
4377
4378 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4379
4380 * gdb.texinfo (Help): Fix formatting of examples.
4381 (Variables): Use @ifnotinfo instead of @iftex.
4382 (Non-debug DLL symbols): Use @ref instead of @pxref.
4383 (Sparclet File): Use @samp instead of quotes.
4384
4385 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4386
4387 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4388
4389 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4390
4391 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4392 the order of the nodes.
4393 (C Operators, C Constants, Debugging C): Remove extra menus.
4394 (Method Names in Commands): Do not specify next/prev/up nodes.
4395
4396 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4397
4398 * gdb.texinfo (File Options): Add missing parenthesis.
4399 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4400
4401 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4402
4403 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4404
4405 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4406
4407 * gdb.texinfo (Standard Target Features): Mention
4408 case insensitivity.
4409 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4410
4411 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
4412
4413 * gdb.texinfo (Top): Put Appendix A after numbered sections.
4414 (Files): Add section name to argument list for pxref.
4415 (Non-debug DLL symbols): Don't use `see' for pxref.
4416 (Embedded Processors): Fix typo.
4417 (GDB/MI Breakpoint Commands): Execution commands generate
4418 *stopped not ^done.
4419
4420 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
4421
4422 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4423 values for in_scope. Mention that only root variables can be
4424 updated.
4425 (GDB/MI Development and Front Ends): Explain new values may be
4426 added to existing fields.
4427
4428 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4429
4430 * gdb.texinfo (-target-disconnect): Use @smallexample.
4431 (Requirements): Add anchor for Expat. Update description.
4432 (Target Descriptions): Mention Expat.
4433 (Target Description Format): Document new elements. Use
4434 @smallexample.
4435 (Predefined Target Types, Standard Target Features): New sections.
4436 * gdbint.texinfo (Target Descriptions): New section.
4437
4438 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4439
4440 * gdb.texinfo (Target Description Format): Add section on XInclude.
4441
4442 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
4443
4444 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
4445 command -enable-timings.
4446
4447 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
4448
4449 * gdbint.texinfo (Operation System ABI Variant Handling): Update
4450 descriptions for new/deleted elements in gdb_osabi. Add missing
4451 description for function generic_elf_osabi_sniff_abi_tag_sections.
4452
4453 2007-01-29 Joel Brobecker <brobecker@adacore.com>
4454
4455 * gdb.texinfo (Maintenance Commands): Add documentation for
4456 the new "maint print target-stack" command.
4457
4458 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4459 Eli Zaretskii <eliz@gnu.org>
4460
4461 * gdb.texinfo: Describe CHAR array vs. string identification rules.
4462
4463 2007-01-26 Eli Zaretskii <eliz@gnu.org>
4464
4465 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
4466 Use @value{NGCC} instead of @value{GCC}.
4467
4468 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
4469
4470 * agentexpr.texi: Fix typos.
4471 * annotate.texinfo: Likewise.
4472 * gdb.texinfo: Likewise.
4473 * gdbint.texinfo: Likewise.
4474 * observer.texi: Likewise.
4475 * stabs.texinfo: Likewise.
4476
4477 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
4478
4479 * gdbint.texinfo (Support Libraries): Remove mmalloc
4480 entry. Describe readline library.
4481
4482 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4483
4484 * gdb.texinfo (Target Descriptions): New section.
4485 (General Query Packets): Add QPassSignals anchor. Mention
4486 qXfer:features:read under qSupported. Expand mentions of
4487 qXfer:memory-map:read and QPassSignals. Document
4488 qXfer:features:read.
4489
4490 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4491
4492 * gdb.texinfo (Commands to specify files): Describe
4493 "set sysroot" and "show sysroot".
4494 (Using the `gdbserver' program): Lowercase argument
4495 to @var. Expand description of setting up GDB on the
4496 host.
4497
4498 2007-01-05 Joel Brobecker <brobecker@adacore.com>
4499
4500 * gdb.texinfo (Set Catchpoints): Add documentation for the new
4501 catch exception, catch exception unhandled, and catch assert
4502 commands.
4503
4504 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4505
4506 * gdb.texinfo (Debugging Output): Document "set debug xml"
4507 and "show debug xml".
4508
4509 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4510
4511 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
4512
4513 2007-01-01 Joel Brobecker <brobecker@adacore.com>
4514
4515 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
4516
4517 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4518
4519 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
4520 note in @ignore, to be removed later if nobody complains.
4521
4522 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
4523
4524 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
4525 of -var-delete.
4526
4527 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
4528
4529 * gdb.texinfo (Setting breakpoints): Document
4530 automatic software/hardware breakpoint usage and
4531 the "set breakpoint auto-hw" command.
4532
4533 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
4534
4535 * gdb.texinfo (Memory Access Checking): New.
4536
4537 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
4538
4539 * gdb.texinfo (Remote configuration): Mention
4540 "pass-signals-packet".
4541 (General Query Packets): Document QPassSignals. Fix
4542 a typo.
4543
4544 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
4545
4546 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
4547
4548 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4549
4550 * gdb.texinfo (Remote configuration): Rewrite documentation for
4551 packet configuration commands.
4552 (OS Information): Adjust reference to qXfer:auxv:read.
4553 (General Query Packets): Remove references to read-aux-vector-packet
4554 and set remote get-thread-local-storage-address.
4555
4556 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
4557
4558 * gdbint.texinfo (Target Architecture Definition): Add new
4559 Initializing a New Architecture section.
4560
4561 2006-10-31 David Taylor <dtaylor@emc.com>
4562
4563 * stabs.texinfo (Macro define and undefine): New node describing
4564 stabs for #define and #undef.
4565
4566 2006-10-27 Andreas Schwab <schwab@suse.de>
4567
4568 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
4569
4570 2006-10-21 Eli Zaretskii <eliz@gnu.org>
4571
4572 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
4573 clarify on the possible meanings of ``expression'' watched by
4574 watchpoints. Add indexing.
4575 (Prompting, Errors, Invalidation, Annotations for Running)
4576 (Source Annotations): Fix index entries by adding "annotation" to
4577 them, to discriminate from index entries that point to the more
4578 general topic descriptions.
4579
4580 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4581
4582 * gdbint.texinfo (Target Vector Definition): Move most
4583 content into Existing Targets. Add a menu.
4584 (Existing Targets): New section, moved from Target Vector
4585 Definition. Use @subsection.
4586 (Managing Execution State): New section.
4587
4588 2006-10-16 Bob Wilson <bob.wilson@acm.org>
4589
4590 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
4591
4592 2006-10-15 Eli Zaretskii <eliz@gnu.org>
4593
4594 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
4595 (Command Syntax, Signals, Backtrace, Connecting)
4596 (Remote configuration, Renesas Boards, Console I/O): Fix last
4597 change: use Ctrl- instead of C-, except wrt Emacs.
4598 (File-I/O Examples): Put Ctrl-c in @kbd.
4599 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
4600 (Console I/O): Use @samp with Ctrl-.
4601 (Signals, Set Breaks, Set Watchpoints): Document optional
4602 arguments to `info signals' `handle', `info breakpoints', and
4603 `info watchpoints'.
4604
4605 2006-10-14 Eli Zaretskii <eliz@gnu.org>
4606
4607 * gdb.texinfo (Backtrace): Fix last change.
4608
4609 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
4610
4611 * gdb.texinfo (Backtrace): Order correctly and add other cases.
4612
4613 2006-10-10 Bob Wilson <bob.wilson@acm.org>
4614
4615 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
4616 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
4617 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
4618
4619 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4620 Daniel Jacobowitz <dan@codesourcery.com>
4621
4622 * gdb.texinfo (Packets): Document vFlashErase,
4623 vFlashWrite and vFlashDone packets.
4624 (General Query Packets): Document qXfer:memory-map:read.
4625 Add a new feature for qXfer:memory-map:read.
4626 (Memory map format): New section.
4627 (Target Commands): Mention that gdb can write flash.
4628
4629 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4630 Daniel Jacobowitz <dan@codesourcery.com>
4631
4632 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
4633 memory regions and "mem auto".
4634
4635 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
4636
4637 * gdbint.texinfo (Array Containers): New section.
4638
4639 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
4640
4641 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4642 -stack-list-arguments HIGH_FRAME argument can be larger then the
4643 actual number of frames.
4644
4645 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
4646
4647 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4648 -stack-list-locals HIGH_FRAME argument can be larger then the
4649 actual number of frames.
4650
4651 2006-09-02 Bob Wilson <bob.wilson@acm.org>
4652
4653 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
4654 Register Packet Format, Tracepoint Packets): Fix spelling errors.
4655
4656 2006-09-02 Eli Zaretskii <eliz@gnu.org>
4657
4658 * gdbint.texinfo (Overall Structure): New section "Source Tree
4659 Structure".
4660
4661 2006-08-17 Jim Blandy <jimb@codesourcery.com>
4662
4663 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
4664 responses.
4665
4666 2006-08-08 Joel Brobecker <brobecker@adacore.com>
4667
4668 * gdb.texinfo (Source Path): Add documentation for new
4669 substitute-path commands.
4670
4671 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
4672
4673 * gdb.texinfo (Installing GDB): Update menu. Move text to...
4674 (Running Configure): ...here.
4675 (Requirements): New node. Mention expat.
4676
4677 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
4678
4679 * gdb.texinfo (Target Commands): Remove
4680 'set download-write-size' and 'show download-write-size'.
4681
4682 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
4683
4684 * stabs.texinfo (Member Type Descriptor): Correct example for
4685 pointer to member types.
4686
4687 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
4688
4689 * gdb.texinfo (Optional warnings and messages): Add
4690 'set/show trace-commands'.
4691 (Command files): Add '-v' to source command.
4692
4693 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4694
4695 * gdb.texinfo (OS Information): Update qPart reference to
4696 qXfer.
4697 (Remote configuration): Likewise.
4698 (Overview): Move @cindex to the start of a paragraph. Talk
4699 about binary data encoding.
4700 (Packets): Refer to the overview for the details of the X
4701 packet encoding.
4702 (General Query Packets): Remove qPart description. Add qXfer
4703 description. Add an anchor to qSupported. Correct feature
4704 table title. Add a new feature for qXfer:auxv:read.
4705 (Interrupts): Add a missing parenthesis.
4706
4707 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
4708
4709 * gdb.texinfo (KOD): Remove node.
4710 (GDB/MI Kod Commands): Remove commented out node.
4711
4712 2006-07-01 Eli Zaretskii <eliz@gnu.org>
4713
4714 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
4715 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
4716 (GDB/MI Thread Commands, GDB/MI Program Execution)
4717 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
4718 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
4719 (GDB/MI File Commands, GDB/MI Target Manipulation)
4720 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
4721 since the MI prompt is hard-wired into the code.
4722
4723 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
4724
4725 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
4726 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
4727 (GDB/MI Data Manipulation): Remove description of unimplemented
4728 display related commands as variable objects perform this function
4729 and are superior: -display-delete, -display-disable,
4730 -display-enable, -display-insert and -display-list. Move
4731 -environment-cd, -environment-directory, -environment-path
4732 and -environment-pwd to "Program Context".
4733 (GDB/MI Program Control): Rename to "Program Execution". Move
4734 -exec-arguments -exec-abort to...
4735 (GDB/MI Program Context): ...here. New node split from "Data
4736 Manipulation".
4737
4738 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
4739
4740 * gdb.texinfo (Remote configuration): Document set / show
4741 remote supported-packets.
4742 (General Query Packets): Document qSupported packet.
4743
4744 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
4745
4746 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
4747 and font markup.
4748 (Protocol basics): Likewise.
4749 (The F request packet): Likewise.
4750 (The F reply packet): Likewise.
4751 (Memory transfer): Move this node to be a subsubsection of
4752 "Protocol specific representation of datatypes".
4753 (The Ctrl-C message): More copy editing.
4754 (Console I/O): Likewise.
4755 (The isatty call): Delete this node, and merge its content into
4756 the "isatty" node. Fixed references elsewhere.
4757 (The system call): Delete this node, and merge its content into
4758 the "system" node. Fixed references elsewhere.
4759 (open): Reformat to use @table, and add appropriate font markup.
4760 (close): Likewise.
4761 (read): Likewise.
4762 (write): Likewise.
4763 (lseek): Likewise.
4764 (rename): Likewise.
4765 (unlink): Likewise.
4766 (stat/fstat): Likewise.
4767 (gettimeofday): Likewise.
4768 (isatty): Likewise.
4769 (system): Likewise, plus minor changes to fix confusing wording.
4770 (Integral datatypes): Fix font markup.
4771 (Pointer values): Likewise.
4772 (struct stat): Fix markup to use @table, plus minor copy editing.
4773 (struct timeval): Fix font markup, plus minor copy editing.
4774 (Constants): Minor copy editing.
4775 (Errno values): Add font markup.
4776 (File-I/O Examples): Likewise.
4777
4778 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
4779
4780 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
4781 (GDB/MI Simple Examples): Move node up one level. Use real
4782 examples.
4783 (GDB/MI Compatibility with CLI): Update.
4784 (GDB/MI Result Records): Add "connected" and "exit" result
4785 classes.
4786 (GDB/MI Stream Records): Clarify target output.
4787 (GDB/MI Command Description Format): Modify example description.
4788 (GDB/MI Breakpoint Table Commands): Rename to...
4789 (GDB/MI Breakpoint Commands): ...this
4790 (GDB/MI Breakpoint Commands): Add optional thread field.
4791 (GDB/MI Program Control): Add an introduction. Move "Program
4792 termination" examples into exec-run description.
4793 (GDB/MI File Commands): Mention similar CLI commands.
4794 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
4795 is similar to "-gdb-version".
4796
4797 2006-06-09 Eli Zaretskii <eliz@gnu.org>
4798
4799 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
4800
4801 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
4802
4803 * gdb.texinfo (GDB/MI Development and Front Ends): Use
4804 sourceware.org for mailing lists.
4805 (GDB/MI File Commands): New node split from Program Control.
4806
4807 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
4808
4809 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
4810
4811 2006-05-22 Eli Zaretskii <eliz@gnu.org>
4812
4813 * gdb.texinfo (Cygwin Native): Fix last change.
4814
4815 2006-05-22 Christopher Faylor <cgf@timesys.com>
4816
4817 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
4818
4819 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
4820
4821 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
4822 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
4823
4824 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4825
4826 * gdb.texinfo (General Query Packets): Recommend not starting
4827 new packets with qC and clarify.
4828
4829 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
4830
4831 * gdb.texinfo (M2 Types): New section.
4832
4833 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
4834
4835 * agentexpr.texi: Add a copyright and license notice.
4836 * observer.texi: Likewise, with GPL clause for function prototypes.
4837 Remove trailing whitespace.
4838
4839 2006-05-05 Jim Blandy <jimb@codesourcery.com>
4840
4841 * gdb.texinfo (General Query Packets): Document conventions for
4842 terminating packet names, and their violations.
4843
4844 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4845
4846 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
4847 * gdb.texinfo: Likewise.
4848
4849 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4850
4851 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
4852 and "show remotedebug".
4853 (Debugging Output): Add additional index entries.
4854
4855 2006-04-27 Michael Snyder <msnyder@redhat.com>
4856
4857 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
4858
4859 2006-04-22 Andrew Cagney <cagney@redhat.com>
4860
4861 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
4862 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
4863
4864 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
4865
4866 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
4867 and remove breakpoint prototypes.
4868 (Watchpoints): Move description of target_insert_hw_breakpoint and
4869 target_remove_hw_breakpoint ...
4870 (Breakpoints): ... to here. Document target_insert_breakpoint and
4871 target_remove_breakpoint.
4872
4873 2006-04-17 Jim Blandy <jimb@codesourcery.com>
4874
4875 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
4876 and C packets are optional.
4877
4878 2006-04-14 Frederic Riss <frederic.riss@st.com>
4879
4880 * gdb.texinfo (Specifying source directories): Update the description
4881 of the source file search to reflect the fact that the source path
4882 always contains at least $cdir and $cwd.
4883
4884 2006-03-31 Michael Snyder <msnyder@redhat.com>
4885
4886 * gdb.texinfo: Update copyright dates.
4887
4888 2006-03-31 Eli Zaretskii <eliz@gnu.org>
4889
4890 * gdb.texinfo (Overview): Add an index entry to "empty response".
4891
4892 2006-03-28 Jim Blandy <jimb@codesourcery.com>
4893
4894 * gdbint.texinfo (Prologue Analysis): New section.
4895
4896 2006-03-07 Jim Blandy <jimb@red-bean.com>
4897
4898 * gdb.texinfo (Connecting): Document 'target remote pipe'.
4899
4900 * gdb.texinfo (Target Commands): Update text describing how to
4901 specify a target. Refer to the detailed section on remote
4902 debugging, not the brief mention.
4903
4904 * gdb.texinfo (Connecting): Organize the different 'target remote'
4905 connection methods into a table. Add a 'target remote' index
4906 entry. (!!!)
4907
4908 2006-02-17 Fred Fish <fnf@specifix.com>
4909
4910 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4911 'ptype' commands to reflect the fact that the only significant
4912 difference between them is that ptype prints the complete type
4913 description instead of just the name.
4914
4915 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
4916
4917 * gdbint.texinfo (Watchpoints): Delete
4918 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4919
4920 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
4921
4922 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4923 times fields where needed. Fix typos. Update general form given
4924 for output of -break-insert.
4925 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4926
4927 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
4928
4929 * gdbint.texinfo (Symbol Handling): Add a section
4930 on memory management.
4931
4932 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
4933
4934 * gdb.texinfo (Breakpoint table commands): Document the fullname
4935 field in -break-list output.
4936
4937 2006-02-03 Eli Zaretskii <eliz@gnu.org>
4938
4939 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4940 debugging information produced by the various "set debug..."
4941 options.
4942
4943 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4944
4945 * gdb.texinfo (Files): Remove obsolete bits from the description
4946 of "symbol-file".
4947
4948 2006-01-25 Jim Blandy <jimb@redhat.com>
4949
4950 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4951
4952 2006-01-24 Jim Blandy <jimb@redhat.com>
4953
4954 * gdbint.texinfo (Frames): Document the basics of GDB's register
4955 unwinding model, and explain the existence of the "sentinel" frame.
4956
4957 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4958
4959 * gdb.texinfo (Choosing files): Mention that -directory is used
4960 for script files.
4961 (Specifying source directories): Likewise.
4962 (Command files): Explain how script files are found.
4963
4964 2006-01-21 Eli Zaretskii <eliz@gnu.org>
4965
4966 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4967 the threads in a multi-threaded program.
4968 (Threads): The threadno argument of "thread apply" can be a range
4969 of numbers.
4970
4971 2006-01-18 Jim Blandy <jimb@redhat.com>
4972
4973 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4974 of warning flags.
4975
4976 2006-01-13 Eli Zaretskii <eliz@gnu.org>
4977
4978 * gdb.texinfo (Sequences): Improve menu annotations.
4979 (Define): Add index entries for arguments of user-defined
4980 commands. Move the description of flow-control commands...
4981 (Command Files): ...to here. Document loop_break and
4982 loop_continue.
4983 (Define, Command Files): Document `end' and add index entries for
4984 it.
4985
4986 2006-01-04 Michael Snyder <msnyder@redhat.com>
4987
4988 * gdb.texinfo: Add documentation for linux-fork.
4989 * gdbint.texinfo: Add internal documentation for checkpoints.
4990
4991 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4992
4993 * gdb.texinfo (Omissions from Ada): Document that there is now
4994 limited aggregate support.
4995
4996 2005-12-28 Eli Zaretskii <eliz@gnu.org>
4997
4998 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4999 registers and the likes.
5000
5001 2005-12-24 Eli Zaretskii <eliz@gnu.org>
5002
5003 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5004 (Symbols): Fix usage of "e.g.".
5005 (Memory Region Attributes): Fix usage of "etc."
5006
5007 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5008 (Coding): Fix usage of "e.g.".
5009
5010 2005-12-23 Eli Zaretskii <eliz@gnu.org>
5011
5012 * stabs.texinfo:
5013 * refcard.tex:
5014 * gpl.texi:
5015 * gdbint.texinfo:
5016 * gdb.texinfo:
5017 * gdb-cfg.texi:
5018 * fdl.texi:
5019 * annotate.texinfo:
5020 * all-cfg.texi:
5021 * Makefile.in: Add (C) after Copyright. Update the FSF
5022 address.
5023
5024 2005-12-03 Eli Zaretskii <eliz@gnu.org>
5025
5026 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5027 extend GDB with commands for external monitor.
5028
5029 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5030
5031 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5032
5033 2005-11-25 Joel Brobecker <brobecker@adacore.com>
5034
5035 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5036
5037 2005-11-21 Jim Blandy <jimb@redhat.com>
5038
5039 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5040 placement of 'R' actions in tracepoint action packets; document
5041 dependence of 'X' and 'M' actions on a preceding 'R' action for
5042 their registers.
5043
5044 2005-11-19 Jim Blandy <jimb@redhat.com>
5045
5046 * gdb.texinfo (Tracepoint Packets): New node.
5047 (General Query Packets): Add entries for the tracepoint packets,
5048 referring to the "Tracepoint Packets" node.
5049 (Tracepoints): Add reference to "Tracepoint Packets".
5050
5051 2005-11-18 Kevin Buettner <kevinb@redhat.com>
5052
5053 * gdb.texinfo (set remotebreak): Add anchor.
5054 (X packet): Likewise.
5055 (Remote Protocol): Add new section `Interrupts' and new index
5056 entry `interrupts (remote protocol)'.
5057
5058 2005-11-18 Jim Blandy <jimb@redhat.com>
5059
5060 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5061 entries into the General Query Packets section. Add a
5062 cross-reference to that section. Drop description of replies, as
5063 these are covered in the descriptions of each packet.
5064 (General Query Packets): Add introductory text. Explain naming
5065 conventions, and how the end of a name is recognized.
5066
5067 2005-11-17 Kevin Buettner <kevinb@redhat.com>
5068
5069 * gdb.texinfo (Remote configuration): Fix typo in description of
5070 "set remotebreak" command.
5071
5072 2005-11-16 Jim Blandy <jimb@redhat.com>
5073
5074 * gdb.texinfo (Packets, Stop Reply Packets)
5075 (General Query Packets): Various formatting cleanups.
5076 - Use @samp for packet contents.
5077 - Drop summaries from packet @item lines; the same information appears
5078 immediately below in the description.
5079 - Delete paragraph breaks after packet @item commands, so that the
5080 description appears directly to the right of the packet prototype
5081 in the printed manual, if it fits.
5082 - Place spaces in packet prototypes between @vars and non-@var
5083 letters, and explain that they're just for formatting.
5084 - Use @dots{} instead of '...'.
5085 - Fix uses of @code where @var was needed.
5086 - Replace "deprecated" markers with English text spelling out the
5087 packet's status and the preferred alternatives.
5088 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5089 what this ever meant.
5090 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5091 this for a long time.
5092 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5093 implemented several times, and have been in use for years.
5094
5095 2005-11-15 Jim Blandy <jimb@redhat.com>
5096
5097 * gdb.texinfo (Packets): Add index entries for 'm' packet
5098 disclaimers.
5099
5100 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5101 of stub when processing an 'm' packet.
5102
5103 * gdb.texinfo (Packets): Mention that packets beginning with
5104 letters are reserved once, at the top, instead of actually listing
5105 them all and saying "reserved".
5106
5107 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
5108
5109 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5110 Change @var{$arg0 to @code{$arg0.
5111
5112 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
5113
5114 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5115
5116 2005-11-12 Jim Blandy <jimb@redhat.com>
5117
5118 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5119 order. Remove extraneous 'z'.
5120
5121 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
5122
5123 * gdb.texinfo (Choosing files): Add --eval-command.
5124
5125 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
5126
5127 * gdb.texinfo (Choosing modes): Add --return-child-result.
5128
5129
5130 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
5131
5132 * gdb.texinfo (Choosing modes): Add --batch-silent.
5133
5134 2005-10-28 Eli Zaretskii <eliz@gnu.org>
5135
5136 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5137 "The -var-update Command".
5138
5139 2005-10-03 Joel Brobecker <brobecker@adacore.com>
5140
5141 * gdb.texinfo (Print Settings): Add documentation for set/show
5142 print array-indexes.
5143
5144 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5145
5146 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5147 6.2 and 6.3.
5148
5149 2005-08-27 Eli Zaretskii <eliz@gnu.org>
5150
5151 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5152 since 19-Jan-2004.
5153 (Files): Likewise.
5154 (Variables, Symbols): Document the "<incomplete type>" message and
5155 its reasons.
5156
5157 2005-08-01 Fred Fish <fnf@specifix.com>
5158
5159 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5160
5161 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
5162
5163 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5164 option for -var-list-children and -var-update.
5165 (GDB/MI Stack Manipulation): Simplify description of
5166 print-values option for -stack-list-locals.
5167 (GDB/MI Command Description Format): Clarify.
5168 (Mode Options): Spelling of superseded.
5169
5170 2005-07-12 Bob Rossi <bob@brasko.net>
5171
5172 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5173 corresponding GDB command comment.
5174
5175 2005-07-06 Bob Rossi <bob@brasko.net>
5176
5177 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5178 and -inferior-tty-show.
5179 (Input/Output): Document "set/show inferior-tty" and tty alias.
5180
5181 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
5182
5183 * gdb.texinfo (Packets): Change description of 'D' packet to note
5184 that GDB does wait for a response.
5185
5186 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5187
5188 * gdb.texinfo (History) Rename "Command History".
5189 (Command History): Move node "Server Prefix" from section on
5190 Annotations here.
5191
5192 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5193
5194 * gdb.texinfo (GDB/MI Stack Manipulation):
5195 Re-instate -stack-info-frame with example. Say that it gets
5196 info on selected frame, not current frame.
5197
5198 2005-06-18 Eli Zaretskii <eliz@gnu.org>
5199
5200 * gdb.texinfo (Server): Clarify that `file' should be used before
5201 connecting to the server.
5202 (Files): Add an xref to the above description.
5203 (Output Formats): More detailed description of the `c' format.
5204 (Memory): List explicitly all the formats supported by `x'.
5205 (Threads): Add an @cindex entry for "thread apply".
5206 (Files): Document the possibility of loading unlinked object
5207 files. Add more indexing for solib-absolute-prefix and
5208 --with-sysroot.
5209 (Machine Code): Document possible problems with locations in
5210 shared libraries.
5211 (Backtrace): Document that free-standing environments do not need
5212 to have a `main' function.
5213
5214 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
5215
5216 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
5217 -stack-info-frame.
5218
5219 2005-06-07 Andrew Cagney <cagney@gnu.org>
5220
5221 * gdb.texinfo (Contributors): Note the original multi-arch
5222 contributors.
5223
5224 2005-06-03 Eli Zaretskii <eliz@gnu.org>
5225
5226 * gdb.texinfo (Registers): Add index entries for the standard
5227 registers.
5228 (Frames): Add cross-reference from frame pointer description to
5229 the Registers node.
5230 (Annotations Overview): Fix the reference to GDB name.
5231
5232 2005-06-01 Eli Zaretskii <eliz@gnu.org>
5233
5234 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
5235 can-use-hw-watchpoints.
5236
5237 2005-05-28 Bob Rossi <bob@brasko.net>
5238
5239 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
5240 the possible reasons why an exec async record would be returned to FE.
5241
5242 2005-05-26 Andrew Cagney <cagney@gnu.org>
5243
5244 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
5245 Andrew Cagney implemented the original GDB/MI.
5246
5247 2005-05-23 Orjan Friberg <orjanf@axis.com>
5248
5249 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
5250 documentation. Add documentation for cris-mode.
5251
5252 2005-05-20 Eli Zaretskii <eliz@gnu.org>
5253
5254 * gdb.texinfo (Numbers): Explain the example and make the wording
5255 more acurate.
5256
5257 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5258 Dennis Brueni <dennis@slickedit.com>
5259
5260 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
5261 (GDB/MI Data Manipulation, GDB/MI Program Control)
5262 (GDB/MI Stack Manipulation): Update examples to include the fullname
5263 attribute in stack frames.
5264
5265 2005-05-12 Eli Zaretskii <eliz@gnu.org>
5266
5267 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
5268 do with other non-standard names of init files.
5269
5270 2005-05-11 Eli Zaretskii <eliz@gnu.org>
5271
5272 * gdb.texinfo (Command Files): Move the description of the startup
5273 from here...
5274 (Startup): ...to this new subsection of the Invocation chapter.
5275 Rearrange the description of init files more logically and add a
5276 cross-reference to "Command Files". Document the special gdbinit
5277 name for CISCO 68k. Expand the description of what GDB does
5278 during startup.
5279 (History): Add index entry for HISTSIZE.
5280
5281 2005-05-02 Mark Kettenis <kettenis@gnu.org>
5282
5283 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
5284
5285 2005-05-02 Eli Zaretskii <eliz@gnu.org>
5286
5287 * gdb.texinfo (SVR4 Process Information, The isatty call)
5288 (The system call): Don't use foo(N) notation for man pages and
5289 functions.
5290 (Compilation, DJGPP Native): Improve wording.
5291
5292 2005-04-27 Eli Zaretskii <eliz@gnu.org>
5293
5294 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5295 were optimized away.
5296
5297 2005-04-22 Eli Zaretskii <eliz@gnu.org>
5298
5299 * gdb.texinfo (Remote configuration): Document "set/show
5300 get-thread-local-storage-address". Add cross-reference to the
5301 description of the qGetTLSAddr packet.
5302 (General Query Packets): Mention "set remote
5303 get-thread-local-storage-address" and add a reference to its
5304 description.
5305
5306 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
5307
5308 * gdb.texinfo (Backtrace): Describe 'bt full'.
5309
5310 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
5311
5312 * gdb.texinfo (Mode Options): Fix typo.
5313 (GDB/MI): Describe how to invoke GDB/MI.
5314
5315 2005-04-16 Eli Zaretskii <eliz@gnu.org>
5316
5317 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
5318 references changed. Add description of "info udot".
5319 (Files): Document "set/show stop-on-solib-events".
5320 (M32R/D): Document "set/show download-path", "set/show
5321 board-address", "set/show server-address", "upload", "tload".
5322 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5323 "use_mon_code", "use_ib_break", "use_dbt_break".
5324 (Maintenance Commands): Improve indexing.
5325 (Target Commands): Document "set/show hash", "set/show debug
5326 monitor".
5327 (SVR4 Process Information): Document "info pidlist" and "info
5328 meminfo". Document "set/show procfs-tarce" and "set/show
5329 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
5330 (Symbols, The Print Command with Objective-C): Improve indexing.
5331 (Objective-C): Add references to "info classes" and "info
5332 selectors".
5333 (Debugging Output): Improve wording. Document "set/show debug
5334 solib-frv". Fix "set/show debugvarobj".
5335 (Set Breaks): Add index entry for "hardware breakpoints".
5336 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5337 and "set/show usehardbreakpoints".
5338 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5339 monitor-prompt", "set/show monitor-warnings", "pmon".
5340 (ARM): Document "rdilogfile", "rdilogenable", "set/show
5341 rdiromatzero", "set/show rdiheartbeat".
5342 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5343 "sds".
5344 (Embedded Processors): Document the "sim" command.
5345 (Remote): Document the "remote" command.
5346 (DJGPP Native): Document the "info serial" command.
5347 (Threads): Document "maint info sol-threads".
5348 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5349 (Set Breaks): Improve indexing.
5350 (Command Syntax): Add a reference to dont-repeat.
5351 (Define): Document "dont-repeat".
5352 (TUI Commands): Document "tabset".
5353 (WinCE): New subsection. Document "set/show remotedirectory",
5354 "set/show remoteupload", "set/show remoteaddhost".
5355
5356 2005-04-15 Eli Zaretskii <eliz@gnu.org>
5357
5358 * gdb.texinfo (Hurd Native): New subsection, documents
5359 Hurd-specific commands.
5360 (Maintenance Commands): Add cross-reference to "Debugging Output".
5361 (Debugging Output): Document "set/show debug lin-lwp".
5362 (MIPS): Improve documentation of heuristic-fence-post. Document
5363 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5364 mips stack-arg-size", "set/show mips mask-address", "set/show mips
5365 remote-mips64-transfers-32bit-regs", "set/show debug mips".
5366 (ARM): Document ARM-specific commands.
5367 (AVR): New section. Document "info io_registers".
5368 (CRIS): New section. Document "set/show cris-version" and
5369 "set/show cris-dwarf2-cfi".
5370 (HPPA): New section. Document "set/show debug hppa" and "maint
5371 print unwind".
5372 (Neutrino): New subsection. Document "set/show debug nto-debug".
5373 (Super-H): New section. Document the "regs" command.
5374 (Debugging Output): Document "set/show debug aix-thread".
5375
5376 2005-04-09 Eli Zaretskii <eliz@gnu.org>
5377
5378 * gdb.texinfo (Print Settings): Document "set/show print
5379 pascal_static-members", "set print repeats", "show print
5380 null-stop". Improve indexing. Fix documentation of "set print
5381 union".
5382 (Pascal): New section.
5383 (Supported languages): Rename from "Support"; all references
5384 updated. Add a menu item for Pascal.
5385 (Numbers): Document "set radix.
5386 (Screen Size): Document "set/show pagination".
5387 (MIPS Embedded): Remove "set processor" documentation.
5388 (Remote configuration): Document "set/show X/P/Z-packet",
5389 "set/show read-aux-vector-packet", "set/show remote
5390 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5391 "set/show remoteaddresssize", "set/show remotebaud", "set/show
5392 remotedebug", "set/show remotebreak", "set/show remotedevice",
5393 "set/show remotelogfile".
5394 (Auxiliary Vector): Add reference to the description of the
5395 read-aux-vector-packet setting.
5396 (Set Watchpoints): Add a cross-reference to "set remote
5397 hardware-breakpoint-limit".
5398 (General Query Packets): Add indexing of requests and
5399 cross-references to related commands in "Remote configuration".
5400 (File-I/O Overview, The system call): Fix wording and typos.
5401 (Thread Stops): Add index entries.
5402 (Continuing and Stepping): Document "show step-mode".
5403 (i386): New node. Document "set/show struct-convention".
5404 (Files): Document "show trust-readonly-sections".
5405 (Calling): Document "set/show unwindonsignal".
5406 (Messages/Warnings): Add index entries.
5407 (Maintenance Commands): Document "set/show watchdog".
5408 (Annotations Overview): Document "show annotate".
5409 (Set Watchpoints): Add index entries.
5410 (Symbols): Fix doc of case-sensitive.
5411 (ABI): Document "show coerce-float-to-double".
5412 (Convenience Vars, Help): Improve indexing.
5413 (Machine Code): Document "show disassembly-flavor".
5414 (Debugging C plus plus): Document "show overload-resolution".
5415 (Value History, Signaling): Add index entries.
5416
5417 2005-04-08 Eli Zaretskii <eliz@gnu.org>
5418
5419 * gdb.texinfo (Show): Move @kindex entries to their proper places.
5420 (Processes): Fix wording.
5421 (History, List, Logging output, Define, Symbols, Print Settings):
5422 Improve indexing.
5423
5424 2005-04-03 Eli Zaretskii <eliz@gnu.org>
5425
5426 * gdb.texinfo (Targets): Document "set/show architecture". Remove
5427 redundant index entry for "target" command.
5428 (Backtrace): Add index entries.
5429 (Symbols, Fortran): Document the "set case-sensitive" command.
5430 (DJGPP Native): Document "set com1base", "set com1irq", etc.
5431 (Print Settings): Add index entry for "set demangle-style".
5432 (Target Commands): Document "set download-write-size".
5433 (Debugging Output): Document "set exec-done-display".
5434
5435 2005-04-02 Eli Zaretskii <eliz@gnu.org>
5436
5437 * gdb.texinfo (Files): Fix the name and documentation of
5438 add-shared-symbol-files. Document its alias assf. Update the
5439 list of OSs where GDB supports shared libraries. Fix markup.
5440 (Continuing and Stepping): Add reference to @var{location} in the
5441 text.
5442 (Dump/Restore Files): Fix reference to @{filename}.
5443 (Help): Fix wording.
5444 (Attach): Ditto.
5445 (Set Watchpoints): Ditto.
5446 (Backtrace): Remove redundant index entries. Improve index
5447 entries.
5448 (Delete Breaks): Fix wording.
5449 (Memory): Document the compare-sections command.
5450 (Memory Region Attributes): Improve wording.
5451 (Disabling): Improve wording.
5452 (Fortran): New subsection. Document the "info common" command.
5453 (Help): Document aliases "info copying" and "info warranty".
5454 (Caching Remote Data): New section. Document the "set/show
5455 remotecache" and "info dcache" commands.
5456 (Show): Fix wording of the documentation of the "set
5457 extension-language" command.
5458 (Signals): Add index entry for "info handle".
5459 (Memory Region Attributes): Fix punctuation.
5460 (Symbols): Change the arg name to "location" and refer to it in
5461 the text. Fix wording of "info types" doc.
5462 (Threads): Fix usage of @enumerate @item's.
5463 (Listing Tracepoints): Add index entry for "info tp".
5464 (Set Watchpoints): Add xref to "info break" description.
5465 (Macros): Add an index entry for "macro exp1". Document the
5466 "macro list" command.
5467 (Maintenance Commands): Document "flushregs", "maint agent",
5468 "maint check-symtabs", "maint cplus", "maint demangle", "maint
5469 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
5470 "maint print architecture", "maint print objfiles", "maint print
5471 statistics", "maint print type", "maint show-debug-regs", "maint
5472 space", "maint time", and "maint translate-address".
5473 (Connecting): Document the "monitor" command.
5474 (Annotations Overview): Describe the "set annotate" command.
5475
5476 2005-04-01 Eli Zaretskii <eliz@gnu.org>
5477
5478 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
5479 Rearrange index entries and improve wording about support for
5480 hardware watchpoints.
5481
5482 2005-03-10 Bob Rossi <bob@brasko.net>
5483
5484 * gdb.texinfo: Update copyright
5485
5486 2005-02-09 Theodore A. Roth <troth@openavr.org>
5487
5488 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
5489 error.
5490
5491 2005-02-03 Kevin Buettner <kevinb@redhat.com>
5492
5493 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
5494
5495 2005-01-17 Michael Snyder <msnyder@redhat.com>
5496
5497 * gdb.texinfo: Fix spelling, infinte -> infinite.
5498
5499 2005-01-08 Mark Kettenis <kettenis@gnu.org>
5500
5501 * observer.texi (GDB Observers): Document "solib_loaded".
5502
5503 2005-01-07 Andrew Cagney <cagney@gnu.org>
5504
5505 * configure.ac: Rename configure.in, require autoconf 2.59.
5506 * configure: Re-generate.
5507
5508 * configure.in: Replace configdirs with multiple references to
5509 AC_CONFIG_SUBDIRS.
5510 * configure: Re-generate.
5511
5512 2005-01-04 Andrew Cagney <cagney@gnu.org>
5513
5514 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
5515 part of the version number.
5516
5517 2004-12-24 Mark Kettenis <kettenis@gnu.org>
5518
5519 * gdbint.texinfo (Algorithms): Remove description of
5520 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
5521
5522 2004-12-07 Jim Blandy <jimb@redhat.com>
5523
5524 * gdb.texinfo (General Query Packets): Specify that thread ID's in
5525 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
5526 numbers.
5527
5528 2004-12-07 Andreas Schwab <schwab@suse.de>
5529
5530 * gdb.texinfo (Mode Options): Document -l option.
5531
5532 2004-12-04 Eli Zaretskii <eliz@gnu.org>
5533
5534 * gdbint.texinfo (Algorithms): More accurate description of
5535 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
5536 is not needed unless data-read and data-access watchpoints are
5537 supported. Add a description of how GDB checks whether the
5538 inferior stopped because a watchpoint was hit.
5539
5540 2004-11-23 Eli Zaretskii <eliz@gnu.org>
5541
5542 * gdb.texinfo (Files): Add cross-reference to description of
5543 -readnow command-line switch.
5544
5545 2004-11-10 Randolph Chung <tausq@debian.org>
5546
5547 * gdb.texinfo: Document set/show backtrace past-entry commands.
5548 Rearrange index entries for set/show backtrace past-main.
5549
5550 2004-11-10 Jon Beniston <jon@beniston.com>
5551
5552 Committed by Andrew Cagney <cagney@gnu.org>.
5553 * gdb.texinfo (Remote Serial Protocol): Further describe
5554 binary transfer escaping mechanism .
5555
5556 2004-11-08 Randolph Chung <tausq@debian.org>
5557
5558 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
5559 and "show debug infrun". Add index entries.
5560
5561 2004-10-23 Eli Zaretskii <eliz@gnu.org>
5562
5563 * gdb.texinfo (SVR4 Process Information): Document subcommands of
5564 "info proc" that are already implemented. Add index entries.
5565 (Working Directory): Add a cross-reference to "info proc" command.
5566 (Files): Add a tip for decreasing memory used for symtabs from
5567 shared libraries.
5568 (Starting): Fix whitespace; make "elaboration" stand out where it
5569 is first used, and add an index entry for the term.
5570 (Calling): Expand and elaborate text. Add "print". Add the
5571 description of problems with weak aliases.
5572 (Core File Generation): New section.
5573
5574 2004-10-12 Andrew Cagney <cagney@gnu.org>
5575
5576 * gdbint.texinfo (Versions and Branches): New chapter.
5577 (Releasing GDB): Delete "Versions and Branches" section.
5578 (Top): Add "Versions and Branches".
5579
5580 2004-10-08 Eli Zaretskii <eliz@gnu.org>
5581
5582 * gdb.texinfo (Editing, History): Add cross-references to the
5583 included Readline and History user documentation. Remove
5584 references to the symbol have-readline-appendices which is unused
5585 and undefined.
5586 (History): Fix indexing.
5587
5588 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
5589
5590 * gdbint.texinfo (target_stopped_data_address): Update to
5591 new prototype.
5592 (i386_stopped_data_address): Update prototype and description.
5593 (i386_stopped_by_watchpoint): New function and description.
5594
5595 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
5596
5597 * gdb.texinfo (Filenames): Add Ada suffixes.
5598 (Ada) New section.
5599
5600 2004-09-27 Andrew Cagney <cagney@gnu.org>
5601 Robert Picco <Robert.Picco@hp.com>
5602
5603 * gdb.texinfo (Packets): Document the "p" packet.
5604
5605 2004-09-21 Jason Molenda (jmolenda@apple.com)
5606
5607 * gdb.texinfo (Paths and Names of the Source Files): Document the
5608 meaning of values in the 'desc' field of a SO stab.
5609
5610 2004-09-20 Daniel Jacobowitz <dan@debian.org>
5611
5612 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
5613 max-cache-age" and "maint show dwarf2 max-cache-age".
5614
5615 2004-09-16 Eli Zaretskii <eliz@gnu.org>
5616
5617 * gdb.texinfo (Set Breaks): Add index entry for setting
5618 breakpoints on overloaded C++ functions that are not members of
5619 any classes. Add an example and an index entry for setting
5620 breakpoints on all program functions.
5621 (Character Sets, Macros, Overlay Commands)
5622 (Non-debug DLL symbols, GDB/MI Output Syntax)
5623 (Annotations Overview, Maintenance Commands, File-I/O Overview):
5624 Use "(@value{GDBP})" instead of a literal "(gdb)".
5625
5626 2004-09-12 Andrew Cagney <cagney@gnu.org>
5627
5628 * gdbint.texinfo (Native Debugging): Delete description of
5629 FILES_INFO_HOOK.
5630
5631 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
5632
5633 * gdbint.texinfo (User Interface): Change local_hex_string_custom
5634 to hex_string_custom (not historically correct, but more
5635 understandable, given the current code).
5636
5637 2004-09-03 Andrew Cagney <cagney@gnu.org>
5638
5639 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
5640
5641 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
5642
5643 * observer.texi (solib_unloaded): New observer.
5644
5645 2004-08-24 Andrew Cagney <cagney@gnu.org>
5646
5647 * gdbint.texinfo (Target Architecture Definition): Add missing
5648 comma.
5649
5650 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
5651
5652 * (Using the Testsuite): build != host is supported,
5653 but some test scripts do not support build != host.
5654
5655 2004-08-14 Mark Kettenis <kettenis@gnu.org>
5656
5657 * gdbint.texinfo (Host Definition): Delete description of
5658 FCLOSE_PROVIDED and GETENV_PROVIDED.
5659
5660 2004-08-05 Mark Kettenis <kettenis@chello.nl>
5661
5662 * gdbint.texinfo (Host Definition): Delete description of
5663 NO_SYS_FILE.
5664 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
5665 PTRACE_FP_BUG.
5666
5667 2004-08-05 Andrew Cagney <cagney@gnu.org>
5668
5669 * gdbint.texinfo (Target Architecture Definition): Delete
5670 reference to deprecated_read_fp.
5671
5672 2004-08-02 Andrew Cagney <cagney@gnu.org>
5673
5674 * gdbint.texinfo (Target Architecture Definition): Delete
5675 description of DEPRECATED_REGISTER_BYTES.
5676
5677 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
5678
5679 * gdb.texinfo (Source Path): Document the new behavior of
5680 searching for the source files.
5681
5682 2004-07-17 Eli Zaretskii <eliz@gnu.org>
5683
5684 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
5685 (Search, Expressions, Arrays, Variables, Data, Machine Code)
5686 (Auto Display): Improve indexing.
5687
5688 2004-07-16 Andrew Cagney <cagney@gnu.org>
5689
5690 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
5691 "-noasync".
5692
5693 2004-07-09 Eli Zaretskii <eliz@gnu.org>
5694
5695 * gdb.texinfo: Fix @kindex entries so that multiple commands that
5696 have the same prefix have only their prefix in the index.
5697
5698 2004-07-03 Mark Kettenis <kettenis@gnu.org>
5699
5700 * gdb.texinfo (BSD libkvm Interface): New node (section)
5701 (Native): Add it to the menu.
5702
5703 2004-07-01 Mark Kettenis <kettenis@gnu.org>
5704
5705 * gdbint.texinfo (Target Architecture Definition): Remove
5706 PCC_SOL_BROKEN.
5707
5708 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5709
5710 * gdbint.texinfo (Target Architecture Definition): Remove
5711 SUN_FIXED_LBRAC_BUG.
5712
5713 2004-06-26 Andrew Cagney <cagney@gnu.org>
5714
5715 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
5716
5717 2004-06-20 Andrew Cagney <cagney@gnu.org>
5718
5719 * gdbint.texinfo (Target Architecture Definition): Deprecate
5720 USE_STRUCT_CONVENTION.
5721
5722 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
5723
5724 gdb.texinfo (Bug Reporting): Mention session recording,
5725 with the script command or Emacs.
5726
5727 2004-06-18 Andrew Cagney <cagney@gnu.org>
5728
5729 * gdbint.texinfo (Target Architecture Definition): Deprecate
5730 FUNCTION_START_OFFSET.
5731
5732 2004-06-14 Andrew Cagney <cagney@gnu.org>
5733
5734 Based on changes from Karl Berry.
5735 * gdb.texinfo: Do not use @sc in a direntry.
5736 * stabs.texinfo: Change @dircateogry to "Software development".
5737 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
5738
5739 2004-06-13 Andrew Cagney <cagney@gnu.org>
5740
5741 * gdbint.texinfo (Target Architecture Definition): Delete
5742 description of RETURN_VALUE_ON_STACK.
5743
5744 2004-06-09 Andrew Cagney <cagney@gnu.org>
5745
5746 * gdbint.texinfo (Native Debugging): Restore "@table @code"
5747 deleted by previous patch.
5748
5749 2004-06-08 Andrew Cagney <cagney@gnu.org>
5750
5751 * gdbint.texinfo (Native Debugging): Delete documentation on
5752 ATTACH_DETACH.
5753
5754 2004-06-06 Randolph Chung <tausq@debian.org>
5755
5756 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
5757
5758 2004-06-06 Randolph Chung <tausq@debian.org>
5759
5760 * gdb.texinfo (push_dummy_call): Update argument list to match
5761 the new push_dummy_call method signature. Describe the function
5762 argument.
5763
5764 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5765
5766 * gdb.texinfo (Starting): Document new start command.
5767
5768 2004-05-21 Andrew Cagney <cagney@redhat.com>
5769
5770 * observer.texi (GDB Observers): Document "inferior_created".
5771
5772 2004-05-08 Andrew Cagney <cagney@redhat.com>
5773
5774 * gdbint.texinfo (Target Architecture Definition): Delete
5775 description of DO_DEFERRED_STORES.
5776
5777 * gdbint.texinfo (Target Architecture Definition): Delete
5778 references to DEPRECATED_FIX_CALL_DUMMY.
5779
5780 * gdbint.texinfo (Target Architecture Definition): Delete
5781 description of DEPRECATED_CALL_DUMMY_WORDS,
5782 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
5783
5784 * gdbint.texinfo (Target Architecture Definition): Delete
5785 description of DEPRECATED_PUSH_DUMMY_FRAME.
5786
5787 * gdbint.texinfo (Target Architecture Definition): Delete
5788 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
5789
5790 2004-05-07 Andrew Cagney <cagney@redhat.com>
5791
5792 * observer.texi (GDB Observers): Add "Debugging" section. Include
5793 cross reference to "set/show debug observer".
5794 * gdb.texinfo (Debugging Output): Document "set/show debug
5795 observer".
5796
5797 2004-05-01 Andrew Cagney <cagney@redhat.com>
5798
5799 * gdbint.texinfo (Target Architecture Definition): Delete
5800 description of DEPRECATED_PC_IN_SIGTRAMP.
5801
5802 2004-04-30 Andrew Cagney <cagney@redhat.com>
5803
5804 * gdbint.texinfo (Target Architecture Definition): Delete
5805 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
5806
5807 2004-04-30 Orjan Friberg <orjanf@axis.com>
5808
5809 * observer.texi (GDB Observers): Correct spelling.
5810
5811 2004-04-26 Orjan Friberg <orjanf@axis.com>
5812
5813 * observer.texi (GDB Observers): Add target_changed event.
5814
5815 2004-04-08 Andrew Cagney <cagney@redhat.com>
5816
5817 * observer.texi (GDB Observers): Rework, provide generic observer
5818 definitions and then a list of observable events.
5819
5820 2004-04-04 Andrew Cagney <cagney@redhat.com>
5821
5822 * gdbint.texinfo (Host Definition): Delete reference to
5823 NO_SIGINTERRUPT.
5824
5825 2004-04-02 Andrew Cagney <cagney@redhat.com>
5826
5827 * gdbint.texinfo (Target Architecture Definition): Delete
5828 reference to DEPRECATED_CALL_DUMMY_LENGTH.
5829
5830 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
5831
5832 * gdb.texinfo (TUI Commands): Document tui reg commands.
5833
5834 2004-03-26 Andrew Cagney <cagney@redhat.com>
5835
5836 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
5837 "gdbtui".
5838 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
5839 (Contributors): Mention both Text and Terminal User Interface.
5840
5841 2004-03-23 Andrew Cagney <cagney@redhat.com>
5842
5843 * gdbint.texinfo (Target Architecture Definition): Deprecate
5844 references to SIGTRAMP_START and SIGTRAMP_END.
5845
5846 2004-03-23 Andrew Cagney <cagney@redhat.com>
5847
5848 * gdbint.texinfo (Target Architecture Definition): Deprecate
5849 references to PC_IN_SIGTRAMP.
5850
5851 2004-03-19 Andrew Cagney <cagney@redhat.com>
5852
5853 * gdbint.texinfo (Target Architecture Definition): Delete
5854 reference to GDB_TARGET_IS_HPPA.
5855
5856 2004-03-18 Andrew Cagney <cagney@redhat.com>
5857
5858 * gdbint.texinfo (Coding): Update section on gdbarch_data,
5859 describe pre_init and post_init.
5860
5861 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5862
5863 * gdb.texinfo (Debugging Output): Document values for "set debug
5864 target".
5865
5866 2004-02-28 Andrew Cagney <cagney@redhat.com>
5867
5868 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
5869
5870 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5871
5872 * gdb.texinfo (breakpoints): Add information about the
5873 new "set breakpoint pending" and "show breakpoint pending"
5874 commands.
5875
5876 2004-02-26 Andrew Cagney <cagney@redhat.com>
5877
5878 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
5879 in Per-architecture module data section.
5880
5881 2004-02-25 Roland McGrath <roland@redhat.com>
5882
5883 * gdb.texinfo (General Query Packets): Document qPart:... packets.
5884
5885 2004-02-24 Andrew Cagney <cagney@redhat.com>
5886
5887 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
5888 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
5889 * fdl.texi: Import Version 1.2, November 2002.
5890
5891 2004-02-17 Andrew Cagney <cagney@redhat.com>
5892
5893 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
5894
5895 2004-02-16 Andrew Cagney <cagney@redhat.com>
5896
5897 * gdbint.texinfo (Target Architecture Definition): Deprecate
5898 FRAMELESS_FUNCTION_INVOCATION.
5899
5900 2004-02-16 Andrew Cagney <cagney@redhat.com>
5901
5902 * gdbint.texinfo (Coding): Mention -Wunused-function.
5903
5904 2004-02-14 Andrew Cagney <cagney@redhat.com>
5905
5906 * gdbint.texinfo (Target Architecture Definition): Delete
5907 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5908
5909 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
5910
5911 * gdb.texinfo: Properly quote the name "C++".
5912 * gdbint.texinfo: Ditto.
5913 * stabs.texinfo: Ditto.
5914
5915 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
5916
5917 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5918 minimal information about libiberty.
5919
5920 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
5921
5922 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5923
5924 2004-02-04 Roland McGrath <roland@redhat.com>
5925
5926 * gdb.texinfo (Auxiliary Vector): New node (section).
5927 (Data): Add it to the menu.
5928
5929 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5930
5931 * gdb.texinfo (Breakpoints): Add information about pending
5932 breakpoint support.
5933
5934 2004-01-26 Andrew Cagney <cagney@redhat.com>
5935
5936 * gdb.texinfo (Overview): Delete references to the cisco protocol
5937 including the "N" response.
5938
5939 2004-01-26 Andrew Cagney <cagney@redhat.com>
5940
5941 * gdbint.texinfo (Target Architecture Definition): Rename
5942 EXTRACT_STRUCT_VALUE_ADDRESS to
5943 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5944
5945 2004-01-24 Eli Zaretskii <eliz@gnu.org>
5946
5947 * gdb.texinfo (KOD): Document "show os". Add index entries for
5948 "set/show os" and "info cisco" commands.
5949
5950 2004-01-21 Eli Zaretskii <eliz@gnu.org>
5951
5952 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5953
5954 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5955
5956 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5957 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5958
5959 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
5960
5961 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5962 -stack-list-locals.
5963 (GDB/MI Variable Objects): Describe extension to
5964 -var-list-children.
5965
5966 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
5967
5968 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5969
5970 2004-01-17 Andrew Cagney <cagney@redhat.com>
5971
5972 * gdbint.texinfo (Target Architecture Definition): Delete
5973 documentation on DEPRECATED_NPC_REGNUM.
5974
5975 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
5976
5977 * gdb.texinfo: Update copyright year. Mention that set
5978 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5979 "set follow-fork-mode ask".
5980
5981 2004-01-13 Andrew Cagney <cagney@redhat.com>
5982
5983 * gdbint.texinfo: Update copyright year.
5984 (Coding): Add -Wunused-label to list of -Werror warnings.
5985
5986 2004-01-08 Jason Molenda <jmolenda@apple.com>
5987 Eli Zaretskii <eliz@gnu.org>
5988
5989 * gdb.texinfo: Update copyright.
5990 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5991 around names, as appropriate. Minor syntax cleanup of
5992 _NSPrintForDebugger explanation. Two spaces after periods.
5993 GDBN used instead of lit. "gdb". Index entries added for
5994 print-object and _NSPrintForDebugger. @noindent added in one spot.
5995
5996 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
5997
5998 * stabs.texinfo: Add dircategory and direntry commands.
5999 * annotate.texinfo: Ditto.
6000
6001 2003-11-10 Andrew Cagney <cagney@redhat.com>
6002
6003 * gdbint.texinfo (Target Architecture Definition): Replace the
6004 return_value method's "inval" and "outval" parameters with
6005 "readbuf" and "writebuf".
6006
6007 2003-10-28 Jim Blandy <jimb@redhat.com>
6008
6009 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6010 from "The `F' request packet" and "The `F' reply packet", to make
6011 texi2dvi happy.
6012 (File-I/O remote protocol extension): Update menu entries, too.
6013
6014 2003-10-26 Michael Chastain <mec@shout.net>
6015
6016 * gdb.texinfo (Thread Stops): Document the issue with
6017 premature return from system calls in multi-threaded programs.
6018
6019 2003-10-24 Andrew Cagney <cagney@redhat.com>
6020
6021 * annotate.texinfo: Fix "fortunatly"[sic].
6022
6023 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6024
6025 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6026 with "Hitachi" and "Mitsubishi".
6027
6028 2003-10-20 Andrew Cagney <cagney@redhat.com>
6029
6030 * gdbint.texinfo (Target Architecture Definition): Document
6031 gdbarch_return_value. Add cross references from
6032 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6033 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6034
6035 2003-10-18 Mark Kettenis <kettenis@gnu.org>
6036
6037 * gdbint.texinfo (Target Architecture Definition): Document
6038 regset_from_core_section.
6039
6040 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6041
6042 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6043
6044 2003-10-15 Kevin Buettner <kevinb@redhat.com>
6045
6046 From Anthony Green <green@redhat.com>:
6047 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
6048
6049 2003-10-14 Kevin Buettner <kevinb@redhat.com>
6050
6051 * gdb.texinfo (Breakpoint related warnings): New node.
6052 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
6053
6054 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
6055
6056 * gdb.texinfo (Remote Protocol): Document v and vCont.
6057
6058 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6059
6060 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6061 * gdbint.texinfo: Ditto.
6062
6063 2003-10-09 Andrew Cagney <cagney@redhat.com>
6064
6065 From 2003-09-18 David Anderson <davea@sgi.com>:
6066 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6067 "command".
6068
6069 2003-10-03 Andrew Cagney <cagney@redhat.com>
6070
6071 * gdbint.texinfo (Target Architecture Definition): Deprecate
6072 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
6073 just target.
6074
6075 2003-10-02 Andrew Cagney <cagney@redhat.com>
6076
6077 * gdbint.texinfo (Target Architecture Definition): Rename
6078 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6079 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6080 * gdbint.texinfo (Target Architecture Definition): Rename
6081
6082 2003-09-30 Andrew Cagney <cagney@redhat.com>
6083
6084 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
6085 (Target Architecture Definition):
6086
6087 * gdbint.texinfo (Target Architecture Definition): Rename
6088 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6089
6090 2003-09-29 Andrew Cagney <cagney@redhat.com>
6091
6092 * gdbint.texinfo (Target Architecture Definition): Delete
6093 documentation for NEED_TEXT_START_END.
6094
6095 * gdbint.texinfo (Target Architecture Definition): Rename
6096 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6097 TARGET_WRITE_PC.
6098
6099 2003-09-22 Michael Chastain <mec@shout.net>
6100
6101 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6102
6103 2003-09-21 Anthony Green <green@redhat.com>
6104
6105 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6106
6107 2003-09-21 Mark Kettenis <kettenis@gnu.org>
6108
6109 * gdbint.texinfo (Target Architecture Definition): Document
6110 stabs_argument_has_addr.
6111
6112 2003-09-18 Andrew Cagney <cagney@redhat.com>
6113
6114 * gdbint.texinfo (Target Architecture Definition): Delete
6115 documentation on REGISTER_NAMES.
6116
6117 2003-09-13 Mark Kettenis <kettenis@gnu.org>
6118
6119 * gdbint.texinfo (Target Architecture Definition): Replace
6120 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6121
6122 2003-09-11 Andrew Cagney <cagney@redhat.com>
6123
6124 * gdbint.texinfo (Target Architecture Definition): Replace
6125 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6126
6127 2003-08-18 Andrew Cagney <cagney@redhat.com>
6128
6129 * gdbint.texinfo (Target Architecture Definition): Document
6130 "frame_red_zone_size".
6131
6132 2003-08-09 Andrew Cagney <cagney@redhat.com>
6133
6134 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6135 with "set/show backtrace past-main" and "set/show backtrace
6136 limit".
6137
6138 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6139
6140 * Makefile.in (install-info): Support DESTDIR.
6141 (install-html): Likewise.
6142
6143 2003-08-07 Andrew Cagney <cagney@redhat.com>
6144
6145 Patch from Nick Roberts.
6146 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6147 bindings. Remove description of send-gdb-command.
6148
6149 2003-08-07 Andrew Cagney <cagney@redhat.com>
6150
6151 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6152 GDB 6.0.
6153
6154 2003-08-06 Andrew Cagney <cagney@redhat.com>
6155
6156 * gdb.texinfo (Mode Options): Mention that level three is the
6157 highest available and that level 2 is deprecated.
6158 (Annotations Overview): Mention annotation levels. Cross reference
6159 to "Limitations of the Annotation Interface" in annotate.texi.
6160 (TODO, Value Annotations, Frame Annotations): Delete section.
6161 (Displays, Breakpoint Info): Delete.
6162
6163 2003-08-04 Andrew Cagney <cagney@redhat.com>
6164
6165 * agentexpr.texi: Delete @bye.
6166 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6167 (stabs.info): Add $(srcdir) to include search path.
6168 (html): Depend on "annotate_toc.html", and not "annotate.html".
6169 * stabs.texinfo: Ditto. Include "fdl.texi".
6170 * gdbint.texinfo: Update copyright statement's list of invariant
6171 sections.
6172
6173 2003-07-28 Andrew Cagney <cagney@redhat.com>
6174
6175 * Makefile.in (INFO_DEPS): Add annotate.info.
6176 (dvi, ps, html, pdf): Add annotate.
6177 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6178 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6179 (ANNOTATE_DOC_FILES): New macro.
6180 (ANNOTATE_TEX_TMPS): New macro.
6181 (annotate.info, annotate_toc.html): Specify dependencies.
6182 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6183 * annotate.texinfo: Rename annotate.texi. Get building. Add
6184 "Migrating to GDB/MI" and "Limitations of the Annotation
6185 Interface" chapters. Mention why it is not part of the user
6186 guide. Update copyright notice. Include "fdl.texi".
6187
6188 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
6189
6190 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6191
6192 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
6193
6194 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6195
6196 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
6197
6198 * gdb.texinfo (Server): Mention pidof.
6199
6200 2003-07-22 Andrew Cagney <cagney@redhat.com>
6201
6202 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6203 list.
6204
6205 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
6206
6207 * gdb.texinfo (Logging output): New chapter.
6208
6209 2003-06-24 Joel Brobecker <brobecker@gnat.com>
6210
6211 * gdb.texinfo (Unsupported languages): New section.
6212 (Languages): Add link to new section.
6213
6214 2003-06-22 Andrew Cagney <cagney@redhat.com>
6215
6216 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
6217
6218 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
6219
6220 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
6221
6222 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
6223
6224 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
6225 * agentexpr.texi: Retitle section, and change it to an appendix.
6226 Comment out texinfo initialization. Factor a @var{} into two
6227 pieces to prevent makeinfo warnings.
6228 * gdb.texinfo: Add Agent Expressions appendix.
6229
6230 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6231
6232 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
6233
6234 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
6235
6236 * gdb.texinfo (Remote Debugging): New section "Connecting to a
6237 remote target". Document the "detach" and "disconnect" commands.
6238 (Server, Netware, Debug Session): Reference "Connecting to a
6239 remote target".
6240 (GDB/MI Target Manipulation): Document "-target-disconnect".
6241
6242 2003-06-13 Andrew Cagney <cagney@redhat.com>
6243
6244 * gdbint.texinfo (Target Architecture Definition): Deprecate
6245 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
6246 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
6247
6248 2003-06-09 Jim Blandy <jimb@redhat.com>
6249
6250 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
6251
6252 2003-06-08 Andrew Cagney <cagney@redhat.com>
6253
6254 * gdbint.texinfo (Target Architecture Definition): Delete
6255 documentation on FRAME_ARGS_ADDRESS_CORRECT.
6256
6257 2003-06-08 Andrew Cagney <cagney@redhat.com>
6258
6259 * gdbint.texinfo (Target Architecture Definition): Document
6260 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
6261
6262 2003-06-07 Adam Fedor <fedor@gnu.org>
6263
6264 * gdb.texinfo: Add Objective-C documentation.
6265
6266 2003-06-01 Andrew Cagney <cagney@redhat.com>
6267
6268 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
6269 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
6270
6271 2003-05-21 Andrew Cagney <cagney@redhat.com>
6272
6273 * gdbint.texinfo (Target Architecture Definition): Delete
6274 references to "extract_address" and "store_address".
6275
6276 2003-05-16 Andrew Cagney <cagney@redhat.com>
6277
6278 * gdbint.texinfo (Target Architecture Definition): Replace
6279 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
6280 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
6281
6282 2003-05-14 Theodore A. Roth <troth@openavr.org>
6283
6284 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
6285
6286 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
6287
6288 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6289 (gdb.dvi): Likewise.
6290 (gdb.pdf): Likewise.
6291 (links2roff): Likewise.
6292
6293 2003-05-08 Jim Blandy <jimb@redhat.com>
6294
6295 * gdb.texinfo (Dump/Restore Files): Update documentation for
6296 'dump', 'append', and 'restore': note that format argument is
6297 optional; simplify presentation of the command variants; and be
6298 more precise about the formats.
6299
6300 2003-05-07 Jim Blandy <jimb@redhat.com>
6301
6302 * gdb.texinfo (Symbols): Update documentation: 'maint list
6303 symtabs' and 'maint list psymtabs' have been renamed 'maint info
6304 symtabs' and 'maint info psymtabs'.
6305
6306 2003-05-05 Andrew Cagney <cagney@redhat.com>
6307
6308 * gdbint.texinfo (Target Architecture Definition): Make
6309 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6310 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6311 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6312
6313 2003-05-04 Andrew Cagney <cagney@redhat.com>
6314
6315 * gdb.texinfo (Maintenance Commands): Document "maint print
6316 dummy-frames".
6317
6318 2003-05-04 Andrew Cagney <cagney@redhat.com>
6319
6320 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6321
6322 2003-05-03 J. Brobecker <brobecker@gnat.com>
6323
6324 Thierry Schneider <tpschneider1@yahoo.com>
6325 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6326 for new MI command.
6327
6328 2003-05-03 Andrew Cagney <cagney@redhat.com>
6329
6330 * gdbint.texinfo (Target Architecture Definition): Document
6331 push_dummy_code. Add cross references.
6332
6333 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
6334
6335 * gdb.texinfo (Character Sets): Update to reflect new behavior of
6336 set/show charsets commands.
6337
6338 2003-04-28 Andrew Cagney <cagney@redhat.com>
6339
6340 * gdbint.texinfo (Target Architecture Definition): Replace
6341 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6342 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6343
6344 2003-04-28 Andrew Cagney <cagney@redhat.com>
6345
6346 * gdbint.texinfo (Target Architecture Definition): Rename
6347 "tm_print_insn" to "deprecated_tm_print_insn".
6348
6349 2003-04-09 Jim Blandy <jimb@redhat.com>
6350
6351 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6352 list psymtabs'.
6353
6354 2003-04-08 Andrew Cagney <cagney@redhat.com>
6355
6356 * gdbint.texinfo (Target Architecture Definition): Delete
6357 references to EXTRA_FRAME_INFO.
6358
6359 2003-04-08 Andrew Cagney <cagney@redhat.com>
6360
6361 * gdbint.texinfo (Target Architecture Definition): Delete
6362 PRINT_TYPELESS_INTEGER.
6363
6364 2003-04-02 J. Brobecker <brobecker@gnat.com>
6365
6366 * observer.texi (GDB Observers): Adjust the documentation for the
6367 normal_stop notification to better describe reality. Fix a couple
6368 of minor typos.
6369
6370 2003-04-02 Bob Rossi <bob_rossi@cox.net>
6371
6372 * gdb.texinfo (GDB/MI Program Control): Add
6373 '-file-list-exec-source-file'
6374
6375 2003-03-31 Andrew Cagney <cagney@redhat.com>
6376
6377 * gdbint.texinfo (Target Architecture Definition): Delete
6378 references to CALL_DUMMY_P.
6379
6380 2003-03-30 Andrew Cagney <cagney@redhat.com>
6381
6382 * gdbint.texinfo (Target Architecture Definition): Remove
6383 reference to TARGET_WRITE_SP.
6384
6385 2003-03-27 Andrew Cagney <cagney@redhat.com>
6386
6387 * gdbint.texinfo (Target Architecture Definition): Remove
6388 references to write_sp.
6389
6390 2003-03-27 Andrew Cagney <cagney@redhat.com>
6391
6392 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6393 chapter body. Use @smallexample instead of @example.
6394 (Annotations): Ditto.
6395 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6396 annotate.texi.
6397
6398 2003-03-26 Andrew Cagney <cagney@redhat.com>
6399
6400 * gdbint.texinfo (Target Architecture Definition): Replace
6401 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6402 dummy_addr parameters.
6403
6404 2003-03-25 Andrew Cagney <cagney@redhat.com>
6405
6406 * gdbint.texinfo (Target Architecture Definition): Delete
6407 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
6408 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6409 Add reference to PUSH_ARGUMENTS.
6410
6411 2003-03-23 Andrew Cagney <cagney@redhat.com>
6412
6413 * gdbint.texinfo (Algorithms, Target Architecture Definition):
6414 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6415
6416 2003-03-18 J. Brobecker <brobecker@gnat.com>
6417
6418 * gdbint.texinfo (Algorithms): Add new section describing the
6419 Observer paradigm.
6420 (Top): Add menu entry to new observer appendix.
6421 * observer.texi: New file.
6422 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6423 new observer.texi file.
6424
6425 2003-03-17 Andrew Cagney <cagney@redhat.com>
6426
6427 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
6428 that GNU Press update the manual version number.
6429
6430 2003-03-12 Andrew Cagney <cagney@redhat.com>
6431
6432 * gdbint.texinfo (Target Architecture Definition): Delete
6433 references to get_saved_register. Rename GET_SAVED_REGISTER to
6434 DEPRECATED_GET_SAVED_REGISTER.
6435
6436 2003-03-13 Andrew Cagney <cagney@redhat.com>
6437
6438 * gdbint.texinfo (Target Architecture Definition): Replace
6439 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
6440
6441 2003-03-12 Andrew Cagney <cagney@redhat.com>
6442
6443 * gdbint.texinfo (Target Architecture Definition): Rename
6444 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
6445
6446 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
6447
6448 * gdb.texinfo: Add File-I/O documentation.
6449
6450 2003-03-10 Andrew Cagney <cagney@redhat.com>
6451
6452 * gdbint.texinfo (Target Architecture Definition): Cross reference
6453 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
6454
6455 2003-03-07 Andrew Cagney <cagney@redhat.com>
6456
6457 * gdb.texinfo (Debugging Output): Mention the "set/show debug
6458 frame" command.
6459
6460 2003-03-05 Andrew Cagney <cagney@redhat.com>
6461
6462 * gdbint.texinfo (Target Architecture Definition): Document
6463 unwind_dummy_id. Cross reference unwind_dummy_id and
6464 SAVE_DUMMY_FRAME_TOS.
6465
6466 2003-03-05 James Ingham <jingham@apple.com>
6467 Daniel Jacobowitz <drow@mvista.com>
6468
6469 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
6470 and "show cp-abi".
6471
6472 2003-03-03 Andrew Cagney <cagney@redhat.com>
6473
6474 * gdbint.texinfo (Target Architecture Definition): Document
6475 register_type.
6476
6477 2003-03-03 Andrew Cagney <cagney@redhat.com>
6478
6479 * stabs.texinfo (Structures): Use @samp and separate @var's
6480 instead of a single @var containing a comma separated list.
6481 (Unions): Ditto.
6482
6483 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
6484
6485 * Makefile.in (distclean): Remove config.log.
6486
6487 2003-03-01 Andrew Cagney <cagney@redhat.com>
6488
6489 * gdbint.texinfo (Target Architecture Definition): Rename
6490 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
6491
6492 2003-03-01 Andrew Cagney <cagney@redhat.com>
6493
6494 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
6495 DEPRECATED_INIT_EXTRA_FRAME_INFO.
6496
6497 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6498
6499 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
6500 (Non-debug DLL symbols): New node, describing the minimal symbols
6501 loaded from DLLs without real debugging symbols.
6502
6503 2003-02-20 Andrew Cagney <ac131313@redhat.com>
6504
6505 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
6506 hardware-breakpoint-limit".
6507 (Set Watchpoints): Add cross reference to "set remote
6508 hardware-watchpoint-limit".
6509 (Remote configuration options): New section.
6510
6511 2003-02-04 Andrew Cagney <ac131313@redhat.com>
6512
6513 * gdbint.texinfo (Target Architecture Definition): Delete
6514 descrption of IS_TRAPPED_INTERNALVAR.
6515
6516 From Keith Seitz <keiths@redhat.com>:
6517 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
6518 option "-i"/"--interpreter" to this chapter. Include index
6519 entries.
6520
6521 2003-02-04 David Carlton <carlton@math.stanford.edu>
6522
6523 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
6524 (Variables): Recommend stabs+ and DWARF 2.
6525 (C plus plus expressions): Correct info about
6526 compiler versions, debug formats.
6527 (Contributors): Change 'DWARF2' to 'DWARF 2'.
6528 PR symtab/874.
6529
6530 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6531
6532 * gdbint.texinfo (Target Architecture Definition): Delete
6533 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
6534 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
6535 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
6536 references to nindy and i960.
6537 * gdb.texinfo (i960): Delete all references to i960 and nindy.
6538
6539 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6540
6541 * gdbint.texinfo (Target Architecture Definition): Delete
6542 FLOAT_INFO.
6543
6544 2003-01-30 Andrew Cagney <ac131313@redhat.com>
6545
6546 * stabs.texinfo (Member Type Descriptor): Clarify description of
6547 `@'. Suggested by Ben Hutchings.
6548
6549 2003-01-29 Andrew Cagney <ac131313@redhat.com>
6550
6551 * gdb.texinfo (M68K): Delete reference to es1800.
6552
6553 2003-01-29 Andrew Cagney <ac131313@redhat.com>
6554
6555 * gdb.texinfo (Maintenance Commands): Document `maint print
6556 reggroups' and `maint print register-groups'.
6557 * gdbint.texinfo (Target Architecture Definition): Document
6558 register_reggroup_p.
6559
6560 2003-01-23 Jim Blandy <jimb@redhat.com>
6561
6562 * gdb.texinfo (Separate Debug Files): New section.
6563
6564 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
6565
6566 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
6567 and "maint show profile".
6568
6569 2003-01-16 Michael Chastain <mec@shout.net>
6570
6571 * gdb.texinfo (Installing GDB): Warn against
6572 ".../gdb-VERSION/gdb/configure".
6573 (Separate Objdir): Likewise.
6574
6575 2003-01-15 Andrew Cagney <ac131313@redhat.com>
6576
6577 * gdbint.texinfo (Target Architecture Definition): Delete
6578 definition of PRINT_REGISTER_HOOK.
6579
6580 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
6581
6582 (OpenRISC 1000): Fix formatting of command names.
6583
6584 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
6585
6586 * gdb.texinfo (Continuing and Stepping): Add new command
6587 'advance'. Clarify behavior of 'until'.
6588
6589 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6590
6591 * gdb.texinfo (Files): Document solib-absolute-prefix and
6592 solib-search-path.
6593
6594 2003-01-09 Michael Chastain <mec@shout.net>
6595
6596 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
6597 (Create a Release): Add new instructions for new @file{src-release}.
6598 Document existing instructions for @file{Makefile.in} as
6599 being for @value{GDBN} 5.3.1 or earlier.
6600
6601 2003-01-09 Andrew Cagney <ac131313@redhat.com>
6602
6603 * gdbint.texinfo (Target Architecture Definition): Mention
6604 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
6605 allocate memory.
6606
6607 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
6608
6609 * gdb.texinfo (Controlling GDB): Add @kindex for
6610 "show osabi".
6611 (Backtraces): Add @kindex's for backtrace-below-main.
6612
6613 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
6614
6615 * gdb.texinfo (Controlling GDB): Document "set osabi".
6616
6617 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
6618
6619 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
6620 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
6621
6622 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
6623
6624 * gdb.texinfo (Controlling GDB): Add ABI section. Document
6625 "set coerce-float-to-double".
6626 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
6627
6628 2003-01-02 Andrew Cagney <ac131313@redhat.com>
6629
6630 * stabs.texinfo: Remove obsolete text.
6631 * gdbint.texinfo: Ditto.
6632 * gdb.texinfo: Ditto.
6633
6634 2002-12-22 Mark Kettenis <kettenis@gnu.org>
6635
6636 * gdbint.texinfo (Target Architecture Definition): Update
6637 description of gdbarch_register_osabi.
6638
6639 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
6640
6641 * agentexpr.texi: Fix typos.
6642 * annotate.texi: Likewise.
6643 * fdl.texi: Likewise.
6644
6645 2002-12-10 Andrew Cagney <cagney@redhat.com>
6646
6647 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
6648 DEPRECATED_INIT_FRAME_PC.
6649
6650 2002-12-01 Andrew Cagney <ac131313@redhat.com>
6651
6652 * gdbint.texinfo (Target Architecture Definition): Delete
6653 PC_IN_CALL_DUMMY.
6654
6655 2002-11-28 Andrew Cagney <ac131313@redhat.com>
6656
6657 * gdbint.texinfo (Host Definition): Delete documentation on
6658 USE_GENERIC_DUMMY_FRAMES.
6659
6660 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
6661
6662 Fix PR gdb/723 and PR gdb/245.
6663 * Makefile.in (install-info): Run the install-info command as part
6664 of the post install steps only.
6665 (uninstall-info): New target.
6666 (uninstall): New target.
6667
6668 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
6669
6670 * Makefile.in (install): Make install do some real work.
6671
6672 2002-11-19 Andrew Cagney <ac131313@redhat.com>
6673
6674 Fix POSIX problem reported by Paul Eggert.
6675 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
6676 Fix PR gdb/527.
6677
6678 2002-10-26 Andrew Cagney <cagney@redhat.com>
6679
6680 * gdbint.texinfo (Target Architecture Definition): Delete
6681 definition of DO_REGISTERS_INFO.
6682
6683 2002-10-18 Kevin Buettner <kevinb@redhat.com>
6684
6685 * gdbint.texinfo (Address Classes): Fix problems with insertion
6686 of ``{'' and ``}'' in example.
6687
6688 2002-10-17 Kevin Buettner <kevinb@redhat.com>
6689
6690 * gdbint.texinfo (Address Classes): New section.
6691 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
6692 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
6693 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
6694 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
6695
6696 2002-10-11 Klee Dienes <kdienes@apple.com>
6697
6698 * gdb.texinfo (Registers): Mention vector registers as well as
6699 floating registers in the documentation for 'info registers' and
6700 'info all-registers'.
6701
6702 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
6703
6704 * gdbint.texinfo (CPLUS_MARKER): Remove item.
6705
6706 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
6707
6708 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
6709 interface definition.
6710
6711 2002-10-03 Marko Mlinar <markom@opencores.org>
6712
6713 * gdb.texinfo (Target Commands): Add or1k target specific
6714 commands.
6715 * gdb.texinfo (Contributors): Add myself to the contributors list.
6716
6717 2002-10-01 Andrew Cagney <ac131313@redhat.com>
6718
6719 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
6720 and "mi1" instead of "mi1" and "mi0".
6721
6722 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
6723
6724 * gdb.texinfo (Packets): Fix typos "alligned".
6725 Correct z3/Z3 description. Correct z4/Z4 title.
6726
6727 2002-09-27 Andrew Cagney <ac131313@redhat.com>
6728
6729 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
6730
6731 2002-09-25 Kevin Buettner <kevinb@redhat.com>
6732
6733 * gdb.texinfo: Use GNU/Linux instead of Linux.
6734
6735 2002-09-25 Andrew Cagney <ac131313@redhat.com>
6736
6737 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
6738
6739 2002-09-24 Andrew Cagney <ac131313@redhat.com>
6740
6741 * gdb.texinfo: Replace @example with @smallexample.
6742
6743 2002-09-20 Kevin Buettner <kevinb@redhat.com>
6744
6745 From Eli Zaretskii <eliz@gnu.org>:
6746 * gdb.texinfo (Character Sets): Use @smallexample instead of
6747 @example. Use GNU/Linux instead of Linux.
6748
6749 2002-09-20 Jim Blandy <jimb@redhat.com>
6750
6751 * gdb.texinfo: Add character set documentation.
6752
6753 2002-09-19 Andrew Cagney <ac131313@redhat.com>
6754
6755 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
6756 (Packets): Add cross reference from `b' packet to `z' packets.
6757
6758 2002-09-19 Andrew Cagney <ac131313@redhat.com>
6759
6760 * gdb.texinfo (Maintenance Commands): Document ``maint
6761 internal-error'' and ``maint internal-warning''.
6762
6763 * gdbint.texinfo (Target Architecture Definition): Revise
6764 description of STACK_ALIGN. Add description of FRAME_ALIGN.
6765
6766 2002-09-19 Joel Brobecker <brobecker@gnat.com>
6767
6768 * gdbint.texinfo (Target Conditionals): Document the new
6769 NAME_OF_MALLOC macro.
6770
6771 2002-09-05 Andrew Cagney <ac131313@redhat.com>
6772
6773 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
6774 engineer.
6775
6776 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6777
6778 * gdb.texinfo (TUI Overview): Document status line fields.
6779
6780 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6781
6782 * gdb.texinfo (TUI Commands): Document info win command.
6783
6784 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6785
6786 * gdb.texinfo (TUI Overview): Document breakpoint markers.
6787
6788 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6789
6790 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
6791 (TUI Keys): Likewise.
6792
6793 2002-08-25 Andrew Cagney <ac131313@redhat.com>
6794
6795 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
6796 for a packet receive.
6797
6798 2002-08-25 Andrew Cagney <ac131313@redhat.com>
6799
6800 * Makefile.in (clean): Move to end of file.
6801 (distclean, maintainer-clean, realclean): Ditto.
6802 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
6803 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
6804 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
6805 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
6806
6807 2002-08-24 Andrew Cagney <ac131313@redhat.com>
6808
6809 * Makefile.in (GDBINT_TEX_TMPS): Define.
6810 (gdbint.dvi, gdbint.pdf): Use
6811 (GDB_TEX_TMPS): Define.
6812 (gdb.dvi, gdb.pdf): Use.
6813 (STABS_TEX_TMPS): Define.
6814 (stabs.dvi, stabs.pdf): Use.
6815 (GDB_DOC_SOURCE_INCLUDES): New macros.
6816 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
6817 (GDBINT_DOC_FILES_INCLUDES): New macros.
6818 (GDBINT_DOC_BUILD_INCLUDES): New macros.
6819 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
6820 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
6821 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
6822 (links2roff): Replace SFILES_INCLUDED with
6823 GDB_DOC_SOURCE_INCLUDES.
6824 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
6825 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
6826 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
6827 dependencies.
6828 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
6829 dependencies.
6830 (gdbmi.texinfo): Delete rule.
6831 (inc-hist.texinfo): Delete rule.
6832 (rluser.texinfo): Delete rule.
6833
6834 2002-08-23 Andrew Cagney <cagney@redhat.com>
6835
6836 * gdbint.texinfo (Target Architecture Definition): Update
6837 STORE_RETURN_VALUE, mention regcache.
6838
6839 2002-08-21 Andrew Cagney <ac131313@redhat.com>
6840
6841 * gdbint.texinfo (Target Architecture Definition): Document
6842 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
6843
6844 2002-08-19 Andrew Cagney <ac131313@redhat.com>
6845
6846 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
6847 Fix minor typos. Add index entries.
6848
6849 2002-08-18 Andrew Cagney <ac131313@redhat.com>
6850
6851 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
6852
6853 2002-08-15 Andrew Cagney <ac131313@redhat.com>
6854
6855 * gdbint.texinfo (Target Architecture Definition): Document
6856 PRINT_VECTOR_INFO.
6857 * gdb.texinfo (Vector Unit): Document "info vectors" command.
6858
6859 2002-08-13 Andrew Cagney <ac131313@redhat.com>
6860
6861 * gdb.texinfo (Maintenance Commands): Document "maint print
6862 registers", "maint print raw-registers" and "maint print
6863 cooked-registers".
6864
6865 2002-08-08 Grace Sainsbury <graces@redhat.com>
6866
6867 From Mark Salter:
6868 * gdb.texinfo (Protocol): Document T packet extension to
6869 allow watchpoint address reporting.
6870
6871 2002-08-03 Andrew Cagney <ac131313@redhat.com>
6872
6873 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
6874
6875 2002-08-01 Andrew Cagney <cagney@redhat.com>
6876
6877 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
6878 to CHILL.
6879
6880 2002-08-01 Andrew Cagney <ac131313@redhat.com>
6881
6882 * gdbint.texinfo (Coding): Revise section "Include Files".
6883
6884 2002-07-24 Andrew Cagney <cagney@redhat.com>
6885
6886 * gdbint.texinfo: Obsolete references to m88k.
6887 * gdb.texinfo: Ditto.
6888
6889 2002-07-10 Joel Brobecker <brobecker@gnat.com>
6890
6891 * gdbint.texinfo (Create a release candiate): Add the location
6892 where the proper version of autoconf can be retrieved.
6893
6894 2002-07-09 Don Howard <dhoward@redhat.com>
6895
6896 * gdb.texinfo (Command Files): Further describe the behavior of
6897 sourced command files.
6898
6899 2002-06-27 Andrew Cagney <ac131313@redhat.com>
6900
6901 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6902 (Coding): Clarify ISO C version that GDB assumes.
6903
6904 2002-06-26 Tom Tromey <tromey@redhat.com>
6905
6906 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6907 add_setshow_cmd_full.
6908
6909 2002-06-25 Don Howard <dhoward@redhat.com>
6910
6911 * gdb.texinfo (Memory Region Attributes): Document new behavior
6912 for 'mem' command.
6913
6914 2002-06-11 Jim Blandy <jimb@redhat.com>
6915
6916 * gdb.texinfo (Symbols): Update documentation for `info source'
6917 command.
6918
6919 * gdb.texinfo (Macros): Call the command `info macro', not
6920 `show macro'.
6921
6922 2002-06-09 Andrew Cagney <ac131313@redhat.com>
6923
6924 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6925 data''.
6926
6927 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6928
6929 * gdbint.texinfo (Target Architecture Definition): Document
6930 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6931
6932 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6933
6934 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6935 lists.
6936
6937 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6938
6939 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6940 Branch''.
6941
6942 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6943
6944 * gdbint.texinfo (Target Architecture Definition): Add section
6945 ``Converting an existing Target Architecture to Multi-arch''.
6946
6947 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6948
6949 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6950 to ``Obsoleting code''. Revise.
6951
6952 2002-05-17 Jim Blandy <jimb@redhat.com>
6953
6954 * gdb.texinfo (C Preprocessor Macros): New chapter.
6955 Include it in the main menu.
6956 (Contributors): Credit Jim Blandy with macro support.
6957 (Compilation): Explain how to get macro information into the
6958 executable.
6959 (Expressions): Note that preprocessor macros are expanded.
6960
6961 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6962
6963 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6964 options for `target remote'.
6965
6966 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6967
6968 * gdbint.texinfo (Target Architecture Definition): Delete
6969 documentation on NNPC_REGNUM.
6970
6971 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6972
6973 * gdbint.texinfo (Target Architecture Definition): Document
6974 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6975 (Target Architecture Definition): Revise section `Using Different
6976 Register and Memory Data Representations'. Add section `Raw and
6977 Virtual Register Representations'.
6978
6979 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6980
6981 * gdbint.texinfo (Target Architecture Definition): Mention
6982 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6983 (Target Architecture Definition): Mention same. Add references to
6984 web pages.
6985
6986 2002-05-08 Michael Snyder <msnyder@redhat.com>
6987
6988 * stabs.texinfo (Attributes): Document new "vector" attribute.
6989
6990 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6991
6992 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6993
6994 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6995
6996 * gdb.texinfo: Delete obsolete references to a29k.
6997
6998 2002-04-24 Andrew Cagney <ac131313@redhat.com>
6999
7000 * gdbint.texinfo (Target Architecture Definition): Replace
7001 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7002
7003 2002-04-24 David S. Miller <davem@redhat.com>
7004
7005 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7006
7007 2002-04-21 David S. Miller <davem@redhat.com>
7008
7009 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7010
7011 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7012
7013 * gdbint.texinfo (Target Architecture Definition): Delete
7014 definition of HAVE_REGISTER_WINDOWS.
7015
7016 2002-04-19 Eli Zaretskii <eliz@gnu.org>
7017
7018 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7019 "Theodore A. Roth" <troth@verinet.com>.
7020
7021 2002-04-15 Don Howard <dhoward@redhat.com>
7022
7023 From Eli Zaretskii <eliz@gnu.org>
7024 * gdb.texinfo (show max-user-call-depth): Correct formatting.
7025 Provide a better explaination of this feature.
7026
7027 2002-04-14 Andrew Cagney <ac131313@redhat.com>
7028
7029 * gdbint.texinfo (Target Architecture Definition): Remove
7030 FRAME_CHAIN_COMBINE.
7031
7032 2002-04-12 Michael Chastain <mec@shout.net>
7033
7034 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7035 REG_STACK_SEGMENT.
7036
7037 2002-04-09 Michael Chastain <mec@shout.net>
7038
7039 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7040 PYRAMID_* macros.
7041
7042 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7043
7044 * gdb.texinfo (Bug Reporting): Document that the web is the
7045 prefered way of submitting bug reports.
7046 (Bug Reporting): Delete the s-mail address as the last resort.
7047
7048 2002-04-05 Andrew Cagney <ac131313@redhat.com>
7049
7050 * gdbint.texinfo (Target Architecture Definition): Delete
7051 references to TARGET_WRITE_FP and write_fp.
7052
7053 2002-03-27 Michael Snyder <msnyder@redhat.com>
7054
7055 * gdb.texinfo: Document new commands dump, append, and restore.
7056
7057 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7058
7059 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7060 Branch'.
7061
7062 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7063
7064 * gdb.texinfo: Change all examples to @smallexample.
7065 * gdbint.texinfo: Ditto.
7066
7067 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7068
7069 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7070 Branches''.
7071
7072 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7073
7074 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7075 Policy''.
7076
7077 2002-03-04 Fred Fish <fnf@redhat.com>
7078
7079 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7080 expresson, suports, dependant, trhe, perhaphs, situtations,
7081 explictily, taged, oportunity, unfortunatly).
7082
7083 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7084
7085 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7086 Remove reference to 3.12.
7087
7088 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7089
7090 * gdbint.texinfo: Include fdl.texi.
7091 (Top): Add GNU Free Documentation License.
7092 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7093 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7094 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7095 (gdbint.info): Add srcdir to include path.
7096 * gdb.texinfo: Include gpl.texi.
7097 (Top): Add Copying.
7098 * gpl.texi: New file.
7099
7100 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7101
7102 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7103
7104 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7105
7106 * gdb.texinfo: Document Cygwin native specific commands.
7107
7108 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
7109
7110 * gdb.texinfo: Document gdbserver ``--attach'' command.
7111
7112 2002-02-07 Michael Snyder <msnyder@redhat.com>
7113
7114 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7115 to @code(_ovly_debug_event).
7116
7117 2002-02-07 Andrew Cagney <ac131313@redhat.com>
7118
7119 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7120
7121 2002-02-06 Michael Snyder <msnyder@redhat.com>
7122
7123 * gdb.texinfo (overlays): Mention new magic symbol
7124 '_ovly_debug_event', which allows GDB to keep better track
7125 of overlays.
7126
7127 2002-02-03 Eli Zaretskii <eliz@gnu.org>
7128
7129 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7130 Suggested by Dmitry Sivachenko.
7131
7132 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7133
7134 2002-02-01 Michael Snyder <msnyder@redhat.com>
7135
7136 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7137
7138 2002-01-30 Michael Snyder <msnyder@redhat.com>
7139
7140 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7141 (set trust-readonly-sections): Document.
7142
7143 2002-01-29 Andrew Cagney <ac131313@redhat.com>
7144
7145 * gdbint.texinfo (Releasing GDB): Revise and update.
7146
7147 2002-01-28 Andrew Cagney <ac131313@redhat.com>
7148
7149 * gdbint.texinfo (Target Architecture Definition): Delete
7150 description of TARGET_BYTE_ORDER_DEFAULT.
7151
7152 2002-01-27 Eli Zaretskii <eliz@gnu.org>
7153
7154 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7155 <mitya@cavia.pp.ru>.
7156
7157 2002-01-23 Andrew Cagney <ac131313@redhat.com>
7158
7159 * libgdb.texinfo: Delete file.
7160
7161 2002-01-22 Andrew Cagney <ac131313@redhat.com>
7162
7163 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7164 * gdbint.texinfo: Ditto.
7165
7166 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
7167
7168 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7169
7170 2002-01-22 Andrew Cagney <ac131313@redhat.com>
7171
7172 * Makefile.in: Update copyright.
7173 (TEXI2DVI): Define.
7174 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7175 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
7176 gdb-cfg.texi.
7177 (TEXINDEX, PDFTEX): Delete makefile variables.
7178
7179 2002-01-22 Andrew Cagney <ac131313@redhat.com>
7180
7181 * gdb.texinfo (Protocol): Move section to appendix.
7182
7183 2002-01-21 Andrew Cagney <ac131313@redhat.com>
7184
7185 * gdb.texinfo (Remote Debugging): Create a menu.
7186 (Top): Add ``Remote Debugging'' to menu.
7187
7188 2002-01-21 Andrew Cagney <ac131313@redhat.com>
7189
7190 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7191 serial protocol'' from here.
7192 (Remote Debugging): To here. New chapter.
7193
7194 2002-01-20 Andrew Cagney <ac131313@redhat.com>
7195
7196 * gdbint.texinfo (Target Architecture Definition): Delete
7197 description of TARGET_BYTE_ORDER_SELECTABLE_P.
7198
7199 2002-01-20 Andrew Cagney <ac131313@redhat.com>
7200
7201 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
7202 are no longer needed.
7203 (Porting GDB): Add maintainer note about configure.host.
7204
7205 2002-01-20 Andrew Cagney <ac131313@redhat.com>
7206
7207 * gdbint.texinfo (Target Architecture Definition): Remove
7208 definition of IEEE_FLOAT.
7209
7210 2002-01-20 Eli Zaretskii <eliz@gnu.org>
7211
7212 * gdb.texinfo: Beautify copyright years; fix a typo.
7213 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
7214 <3diff@gnu.org>
7215
7216 2002-01-19 Andrew Cagney <ac131313@redhat.com>
7217
7218 * gdbint.texinfo (Host Definition): Remove references to
7219 MALLOC_INCOMPATIBLE.
7220
7221 2002-01-17 Andrew Cagney <ac131313@redhat.com>
7222
7223 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
7224 and xyz-xdep.o.
7225
7226 2002-01-17 Andrew Cagney <ac131313@redhat.com>
7227
7228 * gdb.texinfo (Maintenance Commands): Add appendix.
7229 (Set Breaks): Copy ``maint info breakpoint'' doco to
7230 ``Maintenance Commands'' appendix. Add reference.
7231
7232 2002-01-17 Andrew Cagney <ac131313@redhat.com>
7233
7234 * fdl.texi: Remove next/prev from @node.
7235
7236 2002-01-17 Eli Zaretskii <eliz@gnu.org>
7237
7238 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
7239 for monstrous @multitable (from Brian Youmans).
7240
7241 * fdl.texi: New file.
7242
7243 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
7244
7245 2002-01-15 Andrew Cagney <ac131313@redhat.com>
7246
7247 * gdbint.texinfo (Releasing GDB): New chapter.
7248
7249 2002-01-14 Andrew Cagney <ac131313@redhat.com>
7250
7251 * gdb.texinfo (Embedded Processors, Calling program functions):
7252 Obsolete references to a29k.
7253
7254 2002-01-13 Andrew Cagney <ac131313@redhat.com>
7255
7256 * gdbint.texinfo (Coding): Review Cleanups section. Examples
7257 examples. Document that a code-block should do or discard its
7258 cleanups before exit.
7259
7260 2002-01-11 Michael Snyder <msnyder@redhat.com>
7261
7262 * gdb.texinfo (Choosing files): Change @samp to @file.
7263
7264 2002-01-05 Michael Snyder <msnyder@redhat.com>
7265
7266 * gdb.texinfo (--pid): Document new command line option (attach).
7267
7268 2002-01-07 Eli Zaretskii <eliz@gnu.org>
7269
7270 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
7271 in the stub.
7272
7273 2002-01-04 Andrew Cagney <ac131313@redhat.com>
7274
7275 * gdbint.texinfo (Target Architecture Definition): Replace
7276 BIG_ENDIAN with BFD_ENDIAN_BIG.
7277
7278 2002-01-03 Andrew Cagney <ac131313@redhat.com>
7279
7280 * gdbint.texinfo (Target Architecture Definition): Replace
7281 value_ptr with struct value pointer.
7282
7283 2002-01-02 Eli Zaretskii <eliz@gnu.org>
7284
7285 * gdb.texinfo (Free Software): Fix wording.
7286
7287 2001-12-31 Eli Zaretskii <eliz@gnu.org>
7288
7289 * gdb.texinfo (Free Software): New section ``Free Software Needs
7290 Free Documentation''.
7291
7292 2001-12-30 Eli Zaretskii <eliz@gnu.org>
7293
7294 * stabs.texinfo:
7295 * gdb.texinfo:
7296 * gdbint.texinfo:
7297 * libgdb.texinfo:
7298 * annotate.texi: Fix the application of GFDL in the Copyright notice.
7299
7300 2001-12-29 Michael Snyder <msnyder@redhat.com>
7301
7302 * gdb.texinfo (maint info sections): Fix typo.
7303
7304 2001-12-26 Michael Snyder <msnyder@redhat.com>
7305
7306 * gdb.texinfo (maint info sections): Document.
7307
7308 * gdb.texinfo (info proc): Comment out documentation for
7309 'info proc' sub-options that are currently not implemented.
7310
7311 2001-12-20 Jim Blandy <jimb@redhat.com>
7312
7313 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7314
7315 2001-12-15 Andrew Cagney <ac131313@redhat.com>
7316
7317 * gdbint.texinfo (Target Architecture Definition): Replace
7318 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7319
7320 2001-12-01 Andrew Cagney <ac131313@redhat.com>
7321
7322 * gdbint.texinfo (Host Definition): Delete documentation on
7323 HOST_BYTE_ORDER.
7324
7325 2001-11-30 Jim Blandy <jimb@redhat.com>
7326
7327 * gdb.texinfo (Overlays): New chapter, documenting GDB's
7328 overlay support. Add to top-level menu.
7329
7330 2001-11-26 Tom Tromey <tromey@redhat.com>
7331
7332 * gdb.texinfo (Command Syntax): Document C-o binding.
7333
7334 2001-07-26 Christopher Faylor <cgf@redhat.com>
7335
7336 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7337 use since it is described in the referenced section.
7338
7339 From Eli Zaretskii <eliz@gnu.org>
7340 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7341 clearer when using DJGPP.
7342
7343 2001-11-24 Christopher Faylor <cgf@redhat.com>
7344
7345 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7346 specifically refer to MS-DOS.
7347 (command files): Mention gdb.ini is only used on MS-DOS.
7348
7349 2001-11-21 Tom Tromey <tromey@redhat.com>
7350
7351 * gdb.texinfo (Invoking GDB): Document --args.
7352 (Mode Options): Likewise.
7353
7354 2001-11-21 Jim Blandy <jimb@redhat.com>
7355
7356 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
7357 Delete documentation; this macro has been removed from the
7358 sources.
7359
7360 2001-11-13 Jim Blandy <jimb@redhat.com>
7361
7362 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7363
7364 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
7365
7366 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7367
7368 2001-11-05 Michael Snyder <msnyder@redhat.com>
7369
7370 * gdb.texinfo (info functions): Document use of backslash to
7371 quote regexp chars in function names such as "operator*()".
7372
7373 2001-11-01 Fred Fish <fnf@redhat.com>
7374
7375 * gdbint.texinfo (SOLIB_ADD): Document additional new
7376 "readsyms" arg.
7377
7378 2001-10-30 Don Howard <dhoward@redhat.com>
7379
7380 * gdb.texinfo: (Command Files) Added documentation for the
7381 behavior of gdb with input redirected from a file.
7382
7383 2001-10-28 Fred Fish <fnf@redhat.com>
7384
7385 * gdb.texinfo (auto-solib-add): Change docs to match
7386 implementation change.
7387 (auto-solib-limit): Add docs for new variable.
7388
7389 2001-10-15 Andrew Cagney <ac131313@redhat.com>
7390
7391 * gdbint.texinfo (Target Architecture Definition): Function
7392 value_as_pointer renamed to value_as_address.
7393
7394 2001-10-15 Andrew Cagney <ac131313@redhat.com>
7395
7396 * gdbint.texinfo (Target Architecture Definition): Default
7397 POINTER_TO_ADDRESS functions assume unsigned addresses.
7398 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
7399 posting by Jim Blandy.
7400
7401 2001-10-12 Jim Blandy <jimb@redhat.com>
7402
7403 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7404 version of texi2html (1.64) doesn't support this flag any more.
7405
7406 2001-09-08 Mark Kettenis <kettenis@gnu.org>
7407
7408 * gdbint.texinfo (Host Definition): Remove description of
7409 MEM_FNS_DECLARED.
7410
7411 * gdbint.texinfo (Host Definition): Remove description of R_OK.
7412
7413 * gdbint.texinfo (Host Definition): Remove description of
7414 HAVE_SIGSETMASK.
7415
7416 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
7417
7418 * gdbint.texinfo (Target Architecture Definition): Add
7419 explanation of TARGET_PRINT_INSN macro.
7420
7421 2001-08-30 Jim Blandy <jimb@redhat.com>
7422
7423 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7424 Explain what it means to load relocatable files.
7425
7426 2001-08-28 Jim Blandy <jimb@redhat.com>
7427
7428 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
7429 info `top' menu.
7430
7431 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
7432
7433 * gdbint.texinfo: Add a cautionary note about macro use.
7434
7435 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
7436
7437 * gdb.texinfo: Explain omitting the hostname in the
7438 `target remote' command.
7439
7440 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
7441
7442 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
7443 and END-INFO-DIR-ENTRY.
7444
7445 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7446
7447 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
7448
7449 2001-07-25 Andrew Cagney <ac131313@redhat.com>
7450
7451 * gdbint.texinfo (libgdb): Rewrite.
7452
7453 2001-07-26 Eli Zaretskii <eliz@gnu.org>
7454
7455 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
7456
7457 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7458
7459 * gdb.texinfo (TUI): New chapter, document the TUI.
7460 (Mode Options): Document the -tui option.
7461
7462 2001-07-23 Mark Kettenis <kettenis@gnu.org>
7463
7464 * gdbint.texinfo (Host Definition): Remove description of
7465 NEED_POSIX_SETPGID.
7466
7467 2001-07-23 Eli Zaretskii <eliz@gnu.org>
7468
7469 * gdb.tex (DJGPP Native): New node, with descriptions of
7470 DJGPP-specific commands.
7471
7472 2001-07-19 John R. Moore <jmoore@redhat.com>
7473
7474 * gdbint.texinfo: Three misspellings.
7475
7476 2001-07-06 Andrew Cagney <ac131313@redhat.com>
7477
7478 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
7479 `test` expressions on bash. Problem reported by Colin Walters.
7480
7481 2001-07-04 Andrew Cagney <ac131313@redhat.com>
7482
7483 * gdbint.texinfo (User Interface): Update ui-out documentation to
7484 refelect recent UI/MI updates.
7485
7486 2001-07-04 Andrew Cagney <ac131313@redhat.com>
7487
7488 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
7489 interpreters.
7490
7491 2001-06-15 Andrew Cagney <ac131313@redhat.com>
7492
7493 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
7494 structure and not macros.
7495 (Host Definition): Document that much of this chapter is obsolete.
7496 (Target Architecture Definition): Update list of files that make
7497 up a target architecture.
7498 (Coding): Update.
7499
7500 2001-06-28 Andrew Cagney <ac131313@redhat.com>
7501
7502 * gdbint.texinfo (Target Architecture Definition): Update
7503 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
7504 The latter has been changed to a true predicate.
7505
7506 2001-06-17 Eli Zaretskii <eliz@gnu.org>
7507
7508 * annotate.texi: Add @noindent where needed. From Dmitry
7509 Sivachenko <dima@Chg.RU>.
7510 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
7511
7512 2001-06-16 Andrew Cagney <ac131313@redhat.com>
7513
7514 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
7515
7516 2001-06-14 Andrew Cagney <ac131313@redhat.com>
7517
7518 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
7519 returns ``OK''. Document that the ``R'' packet does not reply.
7520
7521 2001-06-13 Michael Snyder <msnyder@redhat.com>
7522
7523 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
7524
7525 2001-06-13 Eli Zaretskii <eliz@gnu.org>
7526
7527 * gdb.texinfo (Signals): Clarify the default setting of signal
7528 handling.
7529
7530 2001-05-14 Andrew Cagney <ac131313@redhat.com>
7531
7532 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
7533 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
7534
7535 2001-05-12 Andrew Cagney <ac131313@redhat.com>
7536
7537 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
7538
7539 2001-05-10 Eli Zaretskii <eliz@gnu.org>
7540
7541 * gdbint.texinfo (Clean Design and Portable Implementation):
7542 Renamed from "Clean Design".
7543 (Clean Design and Portable Implementation): Document portable
7544 methods of handling file names, and the associated macros.
7545
7546 2001-04-02 Eli Zaretskii <eliz@gnu.org>
7547
7548 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
7549 command and provide a cross-reference to its description.
7550 (Symbols): Note that "info scope" is useful for trace experiments.
7551
7552 2001-04-01 Eli Zaretskii <eliz@gnu.org>
7553
7554 * gdb.texinfo (Symbols): Document "info scope".
7555 (Tracepoints): New chapter.
7556 (Contributors): Update for v5.1.
7557 <All nodes>: Change "C++" to "C@t{++}".
7558
7559 * gdbint.texinfo (User Interface): A new section about ui_out
7560 functions, based on text written by Fernando Nasser.
7561
7562 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
7563
7564 2001-03-26 Eli Zaretskii <eliz@gnu.org>
7565
7566 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
7567
7568 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
7569
7570 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
7571 Replace "GDB" with "@value{GDBN}". Fix markup.
7572
7573 * annotate.texi: Change Permissions to GFDL. Update Copyright.
7574
7575 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
7576 a cross-reference to its description.
7577 (Symbols): Document "info symbol".
7578
7579 2001-03-21 Eli Zaretskii <eliz@gnu.org>
7580
7581 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
7582 subsection "x86 Watchpoints".
7583 (Target Architecture Definition): Document the macros
7584 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
7585 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
7586
7587 2001-03-20 Andrew Cagney <ac131313@redhat.com>
7588
7589 * gdbint.texinfo (Target Architecture Definition): Update
7590 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
7591 list.
7592
7593 2001-03-06 Kevin Buettner <kevinb@redhat.com>
7594
7595 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
7596 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
7597
7598 2001-02-21 Eli Zaretskii <eliz@gnu.org>
7599
7600 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
7601
7602 2001-02-11 Eli Zaretskii <eliz@gnu.org>
7603
7604 * gdb.texinfo (Environment): Document that `path' does not change
7605 the value of PATH in GDB's own environment (it did in the past,
7606 but that was changed on March 15, 1994). Reported by Doug Evans
7607 <dje@transmeta.com>.
7608
7609 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
7610 its line. Fix markup of commands and macros. Add an Index node
7611 and index entries.
7612
7613 2001-01-23 J.T. Conklin <jtc@redback.com>
7614
7615 * gdb.texinfo (Memory region attributes): New manual section.
7616
7617 2001-01-04 Nicholas Duffek <nsd@redhat.com>
7618
7619 * gdbint.texinfo (POP_FRAME): Document use by return_command.
7620
7621 2000-12-25 Eli Zaretskii <eliz@gnu.org>
7622
7623 * refcard.tex: Version and copyright fixed. From Phil Edwards
7624 <pedwards@disaster.jaj.com>.
7625
7626 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
7627
7628 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
7629 DWARF2_REG_TO_REGNUM): Document.
7630
7631 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
7632
7633 * gdbint.texinfo (Coding): Update current value of
7634 --enable-build-warnings. Mention --enable-gdb-build-warnings.
7635
7636 2000-11-19 Eli Zaretskii <eliz@gnu.org>
7637
7638 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
7639 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
7640
7641 2000-11-10 Christopher Faylor <cgf@cygnus.com>
7642
7643 * gdb.texinfo: Document new 'set step-mode' command.
7644
7645 2000-10-16 Eli Zaretskii <eliz@gnu.org>
7646
7647 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
7648 changes from Dmitry Sivachenko <dima@Chg.RU>.
7649
7650 2000-09-26 Eli Zaretskii <eliz@gnu.org>
7651
7652 * gdb.texinfo (Hooks): Document the new post-hook functionality.
7653 From Steven Johnson <sbjohnson@ozemail.com.au>.
7654
7655 2000-08-10 Mark Kettenis <kettenis@gnu.org>
7656
7657 * gdbint.texinfo (Overall Structure): Spelling fix.
7658
7659 2000-08-10 Eli Zaretskii <eliz@gnu.org>
7660
7661 * gdbint.texinfo (Target Architecture Definition): Document that
7662 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
7663 for which REGISTER_CONVERTIBLE returns a zero value.
7664
7665 2000-07-08 Christopher Faylor <cgf@cygnus.com>
7666
7667 * Makefile.in (install-info): Find files to install in either the
7668 build or source directories (adapted from Makefile.am).
7669
7670 2000-07-07 Nicholas Duffek <nsd@redhat.com>
7671
7672 * stabs.texinfo: Fix spelling errors.
7673 (String Field): FILE-NUMBER starts from 0, not 1.
7674
7675 2000-07-05 Eli Zaretskii <eliz@gnu.org>
7676
7677 * refcard.tex: Remove \centerline from the blurb. Patch from
7678 Brian Youmans.
7679
7680 2000-06-25 Eli Zaretskii <eliz@gnu.org>
7681
7682 * Makefile.in (install-info): Support installation from outside of
7683 the source directory. Reported by Mark Harig
7684 <markh@frazier.landmark.com>.
7685
7686 2000-06-20 J.T. Conklin <jtc@redback.com>
7687
7688 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
7689
7690 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
7691
7692 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
7693 Generate using pdftex.
7694 (PDFTEX): Define.
7695 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
7696 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
7697 @contents at the start.
7698
7699 2000-05-24 Eli Zaretskii <eliz@gnu.org>
7700
7701 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
7702 Youmans.
7703
7704 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
7705
7706 From Brian Youmans:
7707 * gdb.texinfo: Fix ``et al.''.
7708
7709 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
7710
7711 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
7712 loop.
7713
7714 2000-05-19 Jimmy Guo <guo@cup.hp.com>
7715
7716 * configure: Regenerate.
7717
7718 2000-05-17 Eli Zaretskii <eliz@gnu.org>
7719
7720 * Makefile.in (install-info): Run install-info on installed Info
7721 files.
7722
7723 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7724
7725 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
7726 Andrew Cagney.
7727
7728 2000-05-09 Eli Zaretskii <eliz@gnu.org>
7729
7730 * gdb.texinfo: Proofreading changes from Brian Youmans.
7731
7732 2000-05-01 Nick Duffek <nsd@cygnus.com>
7733
7734 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
7735 startup sequence, minor edits.
7736
7737 2000-05-01 Eli Zaretskii <eliz@gnu.org>
7738
7739 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
7740 TeX.
7741
7742 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
7743 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
7744 like `n' and `s' which look weird. Convert some of the @kindex to
7745 @vindex, when they refer to variables, not commands.
7746
7747 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7748
7749 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
7750
7751 2000-04-23 Eli Zaretskii <eliz@gnu.org>
7752
7753 * Makefile.in (GDBMI_DIR): New variable.
7754 (SET_TEXINPUTS): Add $(GDBMI_DIR).
7755 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
7756 (gdbmi.texinfo): New target, for texi2roff.
7757 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
7758 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
7759
7760 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
7761 gdbmi.texinfo.
7762 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
7763 comment.
7764
7765 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7766
7767 * gdb.texinfo (Files): Update description of add-symbol-file
7768 command.
7769
7770 2000-04-17 Eli Zaretskii <eliz@gnu.org>
7771
7772 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
7773 prevents the build (and is generally a Bad Idea).
7774
7775 2000-04-17 Eli Zaretskii <eliz@gnu.org>
7776
7777 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
7778 a comma inside @var.
7779 (Command Files): Index markup changes from Dmitry Sivachenko
7780 <dima@Chg.RU>.
7781
7782 2000-04-16 Eli Zaretskii <eliz@gnu.org>
7783
7784 * Makefile.in (LN_S): Define.
7785 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
7786 invoke "ln -s" unless it is known to work.
7787
7788 * configure.in (AC_PROG_LN_S): Add.
7789
7790 2000-04-14 Jim Blandy <jimb@redhat.com>
7791
7792 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
7793 section.
7794 (Target Conditionals): Document ADDRESS_TO_POINTER,
7795 POINTER_TO_ADDRESS.
7796
7797 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
7798
7799 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
7800 gdb-cfg.texi to get the value.
7801
7802 2000-04-10 Jim Blandy <jimb@redhat.com>
7803
7804 * gdbint.texinfo (Target Architecture Definition): Fix
7805 cross-references.
7806
7807 2000-04-08 Jim Blandy <jimb@redhat.com>
7808
7809 * gdbint.texinfo (Using Different Register and Memory Data
7810 Representations): New section.
7811 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
7812 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
7813 REGISTER_CONVERT_TO_RAW): Document.
7814
7815 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
7816
7817 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
7818 for acknowledgments.
7819
7820 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
7821
7822 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
7823 qThreadExtraInfo.
7824
7825 2000-03-28 J.T. Conklin <jtc@redback.com>
7826
7827 * gdb.texinfo: Clarify which remote debug protocol commands are
7828 required and which are optional.
7829
7830 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
7831
7832 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
7833 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
7834 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
7835 * annotate.texi: Update.
7836
7837 2000-03-28 Stan Shebs <shebs@apple.com>
7838
7839 * gdb.texinfo: Update dates, bump to Eighth Edition (note
7840 expectation of additional changes before release), update
7841 ISBN, add copy of top-level menu for @ifhtml, remove explicit
7842 node links, rephrase and/or shorten lines to fix formatting
7843 problem in both regular and @smallbook formats.
7844 * annotate.texi: Shorten lines in example, use smallexample
7845 consistently everywhere.
7846 * Makefile.in: Add comment about texinfo 4.0 html generation.
7847 (SFILES_INCLUDED): Add annotate.texi.
7848
7849 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
7850
7851 * gdb.texinfo (Debugging Output): Added new section, documenting
7852 the "set/show debug" commands.
7853
7854 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
7855
7856 * annotate.texi (Annotations): When GDBN omit @chapter and @node
7857 entry.
7858
7859 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
7860 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
7861 @chapter and @node entries.
7862
7863 * gdb.texinfo: Link all top-level nodes.
7864
7865 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
7866
7867 * Makefile.in (install-info): Create $(infodir) before installing
7868 files.
7869
7870 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
7871
7872 From David Whedon <dwhedon@gordian.com>
7873 * gdbint.texinfo : Added paragraphs about command deprecation.
7874
7875 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
7876
7877 * gdb.texinfo: Add documentation for the apropos command.
7878
7879 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7880
7881 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
7882
7883 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7884
7885 * gdb.texinfo: Add white space to prevent overprinting in
7886 two places.
7887
7888 2000-03-17 Stan Shebs <shebs@apple.com>
7889
7890 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
7891 <dima@Chg.RU>, also clarification of allowed content for
7892 string constants.
7893
7894 2000-03-16 Eli Zaretskii <eliz@gnu.org>
7895
7896 * gdb.texinfo (main menu): Add Annotations.
7897 (File Options): Add @cindex entries for each command-line option.
7898 Document --epoch, --annotate, --async, --interpreter, --write,
7899 --statistics, and --version.
7900
7901 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
7902 of GDB.
7903
7904 2000-02-23 Jim Blandy <jimb@redhat.com>
7905
7906 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7907
7908 2000-02-22 Jim Blandy <jimb@redhat.com>
7909
7910 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7911
7912 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
7913
7914 * Makefile.in (diststuff): New target.
7915
7916 2000-02-15 Kevin Buettner <kevinb@redhat.com>
7917
7918 * agentexpr.texi: Fix wording regarding Intel's IA-64
7919 architecture. [From Jim Wilson.]
7920
7921 2000-01-16 Tom Tromey <tromey@cygnus.com>
7922
7923 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7924 (Delete Breaks): Mention range arguments.
7925 (Disabling): Likewise.
7926
7927 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
7928
7929 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7930
7931 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
7932
7933 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
7934 valid functions.
7935
7936 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7937
7938 * gdb.texinfo: Clarify regular expressions used in rbreak.
7939
7940 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
7941
7942 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7943 MEMORY_REMOVE_BREAKPOINT): Document.
7944
7945 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7946
7947 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
7948 offset re-using the DATA offset instead.
7949
7950 1999-10-11 Jim Kingdon <kingdon@redhat.com>
7951
7952 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7953
7954 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7955
7956 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7957 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7958 typos.
7959
7960 * gdb.texinfo: Various minor wording and formatting improvements,
7961 mentions of additional command-line options.
7962
7963 1999-09-30 Fred Fish <fnf@cygnus.com>
7964
7965 * gdb.texinfo: Document additional forms of specifying section
7966 names and addresses for the add-symbol-file command.
7967
7968 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7969
7970 * gdbint.texinfo: Fix typo, add the word "have".
7971
7972 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7973
7974 * gdbint.texinfo (Target Architecture Definition): Document the
7975 SKIP_PERMANENT_BREAKPOINT macro.
7976
7977 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7978
7979 * gdb.texinfo: Fiks speling errers.
7980
7981 * gdb.texinfo: Fix uses of @multitable.
7982
7983 From Eli Zaretskii <eliz@gnu.org>:
7984 * gdb.texinfo: Include details specific to DOS host, clarify
7985 some confusing language, fix @ref/@xref/@pxref usages, add
7986 comments about using with optimization, add more indexing,
7987 fix info about disassembly-flavor.
7988
7989 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7990
7991 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7992 SKIP_SOLIB_RESOLVER): Define.
7993
7994 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7995
7996 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
7997 ``g'' packets.
7998
7999 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8000
8001 * gdb.texinfo: Create a new "Configurations" chapter with
8002 platform-specific info, inline remote.texi and move sections of it
8003 into the new chapter, move bits about info proc, heuristic search,
8004 and register stack into the new chapter.
8005 * remote.texi: Remove, now part of gdb.texinfo.
8006 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8007
8008 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
8009
8010 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8011 GDB_TARGET_IS_MACH386): These kludges have gone away.
8012
8013 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8014
8015 * gdbint.texinfo (Target Architecture Definition): Mention
8016 TDEPLIBS.
8017
8018 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8019
8020 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8021 surrounding text to fit HP-UX bits into general info.
8022 (HPPA-cfg.texi): Remove, no longer useful.
8023
8024 * gdb.texinfo: Remove explicit links from @node lines, remove
8025 HP-added "Detailed Node Listing" from main menu which confuses
8026 things.
8027
8028 From Dmitry Sivachenko <dima@Chg.RU>:
8029 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
8030 in description of `set environment'.
8031
8032 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8033
8034 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8035
8036 1999-08-12 Ben Elliston <bje@cygnus.com>
8037
8038 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8039
8040 1999-08-10 Eli Zaretskii <eliz@gnu.org>
8041
8042 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
8043 watch, awatch, and rwatch. Explain why the latter two cannot be
8044 set as software watchpoints. Document that watchpoints for local
8045 variables are deleted when the debuggee terminates.
8046
8047 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8048
8049 * remote.texi (Protocol): Further clarification of the "qRcmd"
8050 packet. Allow E.. response packet. "qRcmd" packet is no longer
8051 reserved.
8052
8053 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8054
8055 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8056 * gdb.texinfo: Ditto.
8057
8058 1999-08-06 Tom Tromey <tromey@cygnus.com>
8059
8060 * gdb.texinfo (KOD): New node.
8061
8062 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
8063
8064 * remote.texi (Rcmd): Fix minor formatting typos.
8065
8066 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
8067
8068 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
8069 packets.
8070
8071 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
8072
8073 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8074 fixes.
8075
8076 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
8077
8078 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8079
8080 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8081
8082 * remote.texi (Communication Protocol): ``v'' is in use. Fix
8083 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8084 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8085 packets that are not supported on all hosts. Expand examples.
8086 Spell check.
8087
8088 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8089
8090 * Makefile.in: Recognize html, install-html. Add targets
8091 to build HTML versions of documentation via texi2html.
8092
8093 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8094
8095 * gdbint.texinfo (Testsuite): New chapter, information about the
8096 testsuite.
8097
8098 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8099
8100 * remote.texi (Communication Protocol): Rewrite.
8101
8102 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8103
8104 * stabs.texinfo: Fix uses of xref.
8105
8106 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
8107
8108 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8109 info about patch submission.
8110
8111 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
8112
8113 From Per Bothner <bothner@cygnus.com>:
8114 * gdb.texinfo: Document Chill support.
8115
8116 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
8117
8118 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
8119 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8120 Document that the value should be greater-than or equal-to zero.
8121 (NO_STD_REGS): Document. Deprecate.
8122
8123 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8124
8125 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
8126 Document that these are not used.
8127
8128 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8129
8130 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8131
8132 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
8133
8134 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
8135 numargs was dropped.
8136
8137 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
8138
8139 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8140
8141 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
8142
8143 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
8144 Update.
8145
8146 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
8147
8148 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8149 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8150
8151 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
8152
8153 * gdbint.texinfo: Fix typos: $ -> @.
8154
8155 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8156
8157 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
8158 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8159 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8160 BREAKPOINT_FROM_PC.
8161
8162 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
8163
8164 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
8165 CALL_DUMMY_STACK_ADJUST): Document.
8166
8167 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8168
8169 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
8170 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
8171
8172 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
8173
8174 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8175 longer exists.
8176
8177 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
8178
8179 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
8180 nearly all @ifset/@ifclear conditionals; nobody uses them, and
8181 they make the manual source incomprehensible.
8182 * h8-cfg.texi: Remove, hasn't been used in years.
8183
8184 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
8185
8186 * gdb.texinfo: Update the credits.
8187
8188 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
8189
8190 * gdb.texinfo: Fix mistakes noticed in printout of last
8191 draft, add Alpha to discussion of heuristic fence post.
8192
8193 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
8194
8195 * gdb.texinfo, remote.texi: Many changes; update to Seventh
8196 Edition, merge some HP changes into mainline, describe some
8197 previously undocumented features, describe more of the target
8198 commands available, eliminate obsolete section on renamed
8199 commands.
8200 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8201
8202 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
8203
8204 * gdb.texinfo: Make many HPPA conditionals unconditional,
8205 including catchpoint description, since now on for all configs.
8206 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8207 specializations.
8208
8209 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
8210
8211 * Makefile.in (GDBvn.texi): Fix match expression to work with
8212 current format of VERSION in gdb/Makefile.in.
8213 * gdb.texinfo: Fix node ref to match new readline.
8214
8215 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
8216
8217 * gdb.texinfo: Changes made as part of a project to merge in
8218 changes made by HP. Documentation makes extensive use of
8219 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
8220 on remote debugging. There are differences in documentation
8221 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
8222 the HP manual discusses catchpoints, hardware watchpoints, and
8223 some HPUX specific limitations for shared library support.
8224
8225 There are also a number of @node changes.
8226
8227 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
8228
8229 * gdbint.texinfo (Formatting): Disambiguate a sentence.
8230 (C Usage): Same.
8231
8232 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
8233
8234 The following changes were made by Edith Epstein
8235 <eepstein@cygnus.com> as part of a project to merge in changes
8236 made by HP.
8237
8238 * HPPA-cfg.texi: new file.
8239
8240 * all-cfg.texi: set HPPA for HP PA-RISC targets.
8241
8242 * refcard.tex: change documentation about catch.
8243 removed info catch.
8244
8245 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
8246
8247 * gdbint.texinfo: Expand on GDB's coding standards,
8248 specify the use of arg names with prototypes.
8249
8250 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
8251
8252 * gdb.texinfo: Fix tipo.
8253
8254 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
8255
8256 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
8257 TARGET_BYTE_ORDER_SELECTABLE_P.
8258
8259 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
8260
8261 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
8262
8263 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
8264
8265 * agentexpr.texi: New file.
8266
8267 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
8268
8269 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
8270
8271 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
8272
8273 * remote.texi: Changed wording that implied that the GDB remote
8274 protocol caches register values instead of GDB itself.
8275
8276 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
8277
8278 * gdbint.texinfo: Add some info about symbol readers.
8279 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
8280 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
8281 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
8282 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
8283
8284 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
8285
8286 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
8287
8288 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
8289
8290 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8291
8292 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
8293
8294 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
8295 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
8296
8297 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
8298
8299 * gdbint.texinfo: Fix minor typos.
8300
8301 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
8302
8303 * gdbint.texinfo: Complete overhaul. Group descriptions more
8304 logically, add more info on generic algorithms, remove much
8305 obsolete and/or wrong material.
8306
8307 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
8308
8309 * stabs.texinfo (Method Type Descriptor): Expand and correct.
8310
8311 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
8312
8313 * refcard.tex: Copyright, address updates.
8314
8315 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
8316
8317 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8318 for the edition instead of confusing GDB-version-like numbers.
8319
8320 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
8321
8322 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8323
8324 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
8325
8326 * LRS: Reformat a bit to keep text under 80 columns.
8327
8328 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
8329
8330 * gdb.texinfo: Add some credits, mention bug monitor.
8331 * remote.texi: Mention mips monitor targets.
8332 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
8333
8334 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
8335
8336 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
8337 files, finish sorting of host vs target vs native macros, describe
8338 some more of them.
8339
8340 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
8341
8342 * gdbint.texinfo (Host Conditionals): Document change from
8343 using NO_MMALLOC to it's inverse, USE_MMALLOC.
8344
8345 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
8346
8347 * gdbint.texinfo (Host Conditionals): Document
8348 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
8349
8350 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
8351
8352 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8353 Document LSEEK_NOT_LINEAR.
8354
8355 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
8356
8357 * stabs.texinfo (Stab Section Basics): Make it clear that only
8358 some versions of the GNU linker remove the leading N_UNDF symbol.
8359
8360 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
8361
8362 * stabs.texinfo (String Field): Document type number pairs here,
8363 instead of in the Sun specific section.
8364 (Include Files): The GNU linker supports the N_BINCL
8365 optimization. Clarify the N_BINCL value, and what it is used
8366 for.
8367 (Procedures): Document N_FUN with an empty string to mark the end
8368 of a function.
8369 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8370 (Sun Differences): Remove this node, as the information is now
8371 elsewhere in the main document.
8372 (Stab Section Basics): Mention that the GNU linker may optimize
8373 stabs and remove the leading N_UNDF symbol.
8374
8375 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
8376
8377 * gdb.texinfo, refcard.tex: Restore author credit
8378
8379 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
8380
8381 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8382 documentation to account for START and END macros taking
8383 one arg.
8384
8385 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
8386
8387 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8388 * gdb.texinfo (Frames): Fix typo.
8389
8390 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
8391
8392 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8393 a target_signal as arg type, not a pid.
8394
8395 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
8396
8397 * gdb.texinfo: Document `set assembly-language'.
8398
8399 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
8400
8401 * remote.texi: Update list of stubs in the GDB distribution.
8402
8403 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
8404
8405 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
8406 Also document that some systems can use mmalloc but must define
8407 this if their C runtime allocates memory that is later freed.
8408 (MMCHECK_FORCE): Document new macro.
8409
8410 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
8411
8412 * remote.texi: Add documentation for target Sparclet.
8413
8414 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8415
8416 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
8417 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8418 * configure.in: Rewritten for autoconf.
8419 * configure: New.
8420
8421 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
8422
8423 * Makefile.in (DVIPS): New define, set to dvips.
8424 (dvi): Add stabs.dvi.
8425 (ps): New target.
8426 (all-doc): Depend on info, dvi, and ps targets.
8427 (STAGESTUFF): Add *.ps and *.dvi files.
8428 (clean-info, clean-dvi): Remove.
8429 (mostlyclean): Does not depend upon clean-info or clean-dvi,
8430 rules completely rewritten.
8431 (maintainer-clean): Remove clean-info and clean-dvi
8432 dependencies and put their actions in the rules.
8433 (gdb.ps): New target
8434 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
8435 intermediate TeX files, whether they have 2 or 3 character
8436 extensions.
8437 (gdbint.ps): Add target and rules.
8438 (gdb-internals): Delete unused target.
8439 (Makefile): Depends upon config.status also.
8440
8441 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
8442
8443 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
8444 set.
8445
8446 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
8447
8448 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8449 * gdb.texinfo (Expressions): Fix erroneous array constant example.
8450
8451 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
8452
8453 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
8454
8455 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8456
8457 * gdb.texinfo (Print settings): Document
8458 `set/show print static-members' commands.
8459
8460 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
8461
8462 * gdbint.texinfo (Native): Document name change, coredep.c to
8463 core-aout.c.
8464
8465 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
8466
8467 * stabs.texinfo (Include Files): Document the values the SunOS4
8468 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
8469
8470 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
8471
8472 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
8473 Fix typo.
8474
8475 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
8476
8477 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
8478 "gdb.tar.Z".
8479
8480 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
8481
8482 * Makefile.in (maintainer-clean): New target, synonym for
8483 realclean.
8484
8485 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8486
8487 * Update all FSF addresses except those in COPYING* files.
8488
8489 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8490
8491 From Richard Earnshaw (rearnsha@armltd.co.uk):
8492 * gdb.texinfo (convenience variables): Document $_exitcode.
8493 (quit): Document optional expression to use as exit code.
8494
8495 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
8496
8497 * gdb.texinfo, remote.texi: Brought up to date with various
8498 GDB changes.
8499
8500 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
8501
8502 * gdb.texinfo: Update dates and versions, fix comments about
8503 hardware watchpoints in future releases and about the
8504 sharedlibrary command.
8505
8506 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8507
8508 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
8509 C_FUN stab. Other cleanups.
8510
8511 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8512
8513 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
8514 for the sparc stub.
8515
8516 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8517
8518 * annotate.texi: Clarify which addresses have differing formats
8519 depending on the language and which do not.
8520
8521 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8522
8523 * remote.texi (NetWare): Changed example to use BOARD= instead of
8524 NODE= argument to reflect correspoding change to gdbserve.nlm.
8525
8526 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8527
8528 * stabs.texinfo (Negative Type Numbers): Mention the fact that
8529 GDB, as well as AIX dbx, supports the size type attribute.
8530
8531 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8532
8533 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
8534
8535 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
8536
8537 * gdb.texinfo (Define): Document $arg0... arguments to commands,
8538 and new 'if' and 'while' commands.
8539
8540 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
8541
8542 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
8543
8544 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8545
8546 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
8547 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
8548 NetWare targets. Mostly stolen from the Server node.
8549
8550 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8551
8552 * gdb.texinfo (Setting): Talk about the language of a source file
8553 versus the working language. The old documentation did not match
8554 what GDB did.
8555
8556 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8557
8558 * stabs.texinfo (Source Files): Document N_SO used to mark the end
8559 of a source file.
8560
8561 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8562
8563 * gdb.texinfo (Processes): New node.
8564
8565 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
8566
8567 * remote.texi: Update documentation of set/show mipsfpu.
8568
8569 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
8570
8571 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
8572 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
8573
8574 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
8575
8576 * gdbint.texinfo: Removed mentions of some incorrectly placed and
8577 obsolete conditionals, described some others.
8578
8579 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8580
8581 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
8582 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
8583
8584 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
8585
8586 * gdbint.texinfo: Put regex conditionals in their own table.
8587
8588 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
8589
8590 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
8591 described or fixed the descriptions of many others.
8592
8593 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
8594
8595 * gdb.texinfo: Add some more credits.
8596 * gdbint.texinfo: Capitalize GDB consistently, describe some
8597 macros and remove some.
8598
8599 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8600
8601 * gdbint.texinfo: Removed mentions of many incorrectly placed and
8602 obsolete conditionals, described some others.
8603
8604 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8605
8606 * gdb.texinfo (help targets): Changed to `help target', which
8607 is the correct gdb command.
8608
8609 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8610
8611 * annotate.texi (TODO): New node, for keeping track of annotations
8612 suggested but not yet implemented.
8613
8614 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8615
8616 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
8617 another symbol, it is not the address itself.
8618
8619 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
8620
8621 * stabs.texinfo (Stab Section Basics): Add comment about alignment
8622 of stabs-in-coff sections.
8623
8624 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8625
8626 * annotate.texi: Change edition to 0.5 and date to May 1994.
8627 Add index.
8628 (Frames): New node, for frame annotation.
8629 (Displays): New node, for display annotation.
8630
8631 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
8632 when waiting for your program to stop.
8633
8634 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8635
8636 * annotate.texi (Breakpoint Info): Document annotation of header
8637 fields and record annotation.
8638
8639 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8640
8641 * annotate.texi: New file, to document annotations.
8642
8643 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8644
8645 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
8646 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
8647
8648 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8649
8650 * stabs.texinfo (Stab Section Basics): Say what is in .stab
8651 section, and say n_strx field is compilation unit relative.
8652 * stabs.texinfo: Don't use @code for a.out when it is the name of
8653 an object file format.
8654
8655 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8656
8657 * gdb.texinfo: Refer to file names, not path names, per rms
8658 convention.
8659 (Arguments): Fix typo.
8660
8661 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8662
8663 * stabs.texinfo (Global Variables): Talk about stabs in files
8664 where variables are referenced, but not defined.
8665
8666 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8667
8668 * stabs.texinfo: Move stuff on @ and # type descriptors from node
8669 Cplusplus to new nodes Member Type Descriptor and Method Type
8670 Descriptor. Re-write stuff for #.
8671
8672 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8673
8674 * gdb.texinfo (Print Settings): Don't document "set print
8675 fast-symbolic-addr off". The bug which it worked around was fixed
8676 on 25 Feb 94 in coffread.c, so I'm nuking the command.
8677
8678 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
8679 N_ENTRY node.
8680
8681 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
8682
8683 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8684
8685 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
8686 references to ieee-float.c.
8687
8688 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8689
8690 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
8691 match what the code actually does.
8692
8693 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8694
8695 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
8696
8697 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8698
8699 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
8700 i, and b.
8701
8702 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
8703
8704 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
8705 well as for ELF and SOM. Unify the descriptions of ELF and SOM
8706 as "stabs in sections" rather than just saying "ELF and SOM".
8707 Also make that stuff apply to COFF.
8708
8709 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8710
8711 * gdb.texinfo (Formatting Documentation): Change GhostScript to
8712 Ghostscript.
8713
8714 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8715
8716 * gdb.texinfo (Continuing and Stepping): When talking about "step"
8717 versus functions without line numbers, also mention stepping into
8718 them as well as "step" when you are in them. Tell the user how to
8719 deal with the situation. Add comment about "debugging information".
8720
8721 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8722
8723 * stabs.texinfo (Enumerations): Document restriction on where
8724 enumeration types can appear and still win with GDB.
8725
8726 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8727
8728 * stabs.texinfo (Negative Type Numbers): Document format for type
8729 -16.
8730
8731 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8732
8733 * gdb.texinfo (Selection, Frame Info): Update information about
8734 arbitrary frame specficiations.
8735
8736 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
8737
8738 * gdb.texinfo, remote.texi: general editing pass prior to Net release
8739
8740 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8741
8742 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
8743
8744 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
8745
8746 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
8747
8748 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8749
8750 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
8751 Differences node to Statics node.
8752 (Statics): Discuss XCOFF use of V symbol descriptor.
8753
8754 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
8755 not clean.
8756
8757 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
8758
8759 * gdb.texinfo (Print Settings): Document `set print
8760 fast-symbolic-addr' and improve the doc for some other
8761 `set print's.
8762
8763 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8764
8765 * stabs.texinfo (String Field): Talk about defining several type
8766 numbers at once.
8767 Fix lint regarding changing node ELF Transformations to
8768 ELF and SOM Transformations.
8769
8770 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
8771
8772 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
8773
8774 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8775
8776 * stabs.texinfo (Cross-References): `::' is for nested types only
8777 within <>.
8778 (Structures): Document static members.
8779
8780 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8781
8782 * stabs.texinfo: Document S type attribute.
8783
8784 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8785
8786 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
8787
8788 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
8789
8790 * gdbint.texinfo: Fix a few typos.
8791
8792 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8793
8794 * gdb.texinfo, remote.texi: formatting improvements
8795
8796 * gdb.texinfo (New Features): mention threads.
8797 (Summary, C): fix xrefs in newly contributed text.
8798 (Threads): index entries, clarifications, example
8799 (passim): minor typos fixed, phrasing improvements
8800
8801 * remote.texi (Bootstrapping): rephrase text on ^C and add index
8802 entries; (Server): explain use of gdbserver w/real-time systems,
8803 add example of conflicting TCP port; (MIPS Remote) break up
8804 running text into table, highlighting commands, and add example.
8805
8806 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8807
8808 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
8809
8810 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8811
8812 * stabs.texinfo (Nested Symbols): New node.
8813 (String Field, Symbol Descriptors, Cross-References): Refer to it.
8814
8815 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8816
8817 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
8818 to picking which Bbss.bss symbol to use, and (because there seems to
8819 be no good way of doing it) re-write some of the text to make it
8820 sound like Bbss.bss isn't such a great idea after all (as currently
8821 designed).
8822
8823 * gdb.texinfo (C): In addition to saying people have to use g++ for
8824 good results, say they have to use stabs. Specifically say cfront
8825 doesn't work well.
8826 (Summary): Merge in information on Modula-2, Pascal, and Chill from
8827 the gdb README. Add xrefs to places where the support for the various
8828 languages is described in detail.
8829
8830 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8831
8832 * stabs.texinfo: Clean up stuff about visibility and virtual
8833 characters.
8834
8835 * stabs.texinfo (N_M2C): Cite Sun doc.
8836
8837 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8838
8839 * gdb.texinfo: updates re threads.
8840 * remote.texinfo: avoid index entries starting with digits.
8841
8842 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8843
8844 * stabs.texinfo (Enumerations): Talk about large, negative and
8845 octal values. Clean up cross reference to type attributes.
8846 (String Field): Say that GDB 4.11 supports size attribute.
8847
8848 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8849
8850 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
8851 is a mandatory step. Make the stuff about that more concise.
8852
8853 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8854
8855 * stabs.texinfo (Class Names): New node.
8856
8857 * gdb.texinfo (Command Files): Explain order of init file reading.
8858
8859 * remote.texi (Bootstrapping): Talk about getting the serial driver
8860 to deal with ^C sent by gdb to stop the remote system.
8861
8862 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
8863
8864 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
8865
8866 * libgdb.texinfo (Defining Commands): made the DOC arg
8867 to gdb_define_app_command a char * instead of char **
8868 per a suggestion from kingdon.
8869
8870 * libgdb.texinfo: total rewrite from a different starting
8871 premise.
8872
8873 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8874
8875 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
8876 floats passed as doubles (to improve clarity).
8877
8878 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8879
8880 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
8881
8882 * a4rc.sed: update to work with Andreas Vogel papersize params
8883
8884 * refcard.tex: use Andreas Vogel simplifications of papersize
8885 params; remove useless version info; update copyright date.
8886
8887 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8888
8889 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
8890
8891 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8892
8893 * gdb.texinfo (Files): Say what address the load command loads it at.
8894
8895 * stabs.texinfo (Common Blocks): Minor cleanups.
8896
8897 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8898 that Sun has backed away from the linker kludge and thus the relevant
8899 issue is changes to the SunPRO tools, not the Solaris linker.
8900
8901 * stabs.texinfo (Traditional Integer Types): Clean up description
8902 of octal bounds a little bit. Document extra leading zeroes.
8903
8904 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8905
8906 * gdb.texinfo (Signaling): Update for symbolic symbol names
8907 and add a section explaining the difference between the GDB
8908 signal command and the shell kill utility.
8909
8910 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
8911
8912 * libgdb.texinfo: added `@' to braces that were unescaped.
8913
8914 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
8915
8916 * libgdb.texinfo: new file. Spec for the gdb library.
8917
8918 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8919
8920 * stabs.texinfo (Include Files): Fix typo (start -> end).
8921
8922 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8923
8924 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8925 from Melissa at FSF's editing pass.
8926
8927 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8928
8929 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8930 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8931 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8932
8933 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8934
8935 * remote.texi (Bootstrapping): Discuss 386 call gates.
8936
8937 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8938
8939 * stabs.texinfo (Based Variables): New node.
8940
8941 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8942
8943 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8944 names, sizes, and formats to suggest how not to lose.
8945
8946 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8947
8948 * stabs.texinfo (Methods): Fix typo.
8949
8950 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8951
8952 * gdb.texinfo: Fix a few typos.
8953
8954 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8955
8956 * gdb.texinfo: Clarify how well it works with Fortran.
8957
8958 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8959 More on relocating stabs in ELF files.
8960
8961 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8962
8963 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8964
8965 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8966
8967 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8968 parameters on VAX.
8969
8970 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8971
8972 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8973
8974 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8975
8976 * stabs.texinfo: Make info author notice match the TeX author notice.
8977
8978 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8979
8980 * stabs.texinfo: Initial-caps all words in node names and
8981 non-trivial words in section names.
8982
8983 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8984
8985 * stabs.texinfo: Many minor cleanups.
8986
8987 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8988
8989 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8990
8991 * stabs.texinfo: Remove full description of big example.
8992 It's not really helpful; just use pieces of it where appropriate.
8993 Add more Texinfo formatting directives (@samp, etc.).
8994 Use @deffn to define stab types.
8995 Eliminate some wordiness. Break up some nodes.
8996 Add an (alphabetized) index of symbol types.
8997 Use consistent capitalization style in node and section names.
8998
8999 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9000
9001 * gdb.texinfo: Change typo "Two two" to "The two".
9002
9003 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9004
9005 * stabs.texinfo (XCOFF-differences): Remove references to
9006 non-existent types N_DECL and N_RPSYM.
9007
9008 * stabs.texinfo (String Field): Say that type attributes bug is
9009 fixed in GDB 4.10, since it is.
9010
9011 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9012
9013 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9014
9015 * stabs.texinfo: Formatting cleanups.
9016
9017 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9018
9019 * stabs.texinfo: When explaining the n_type of a stab, standardize
9020 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9021 no tabs, use @r).
9022 (Global Variables): Clean up.
9023
9024 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9025
9026 * stabs.texinfo (Stack Variables): Re-write.
9027
9028 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9029
9030 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9031 addresses of a source file. Also revise formatting.
9032 Change "object module" or "object file" to "source file".
9033 Various: Miscellaneous cleanups.
9034
9035 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9036
9037 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9038
9039 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
9040
9041 * gdbint.texinfo: Removed many nonsensical machine-collected
9042 host and target conditionals, described some of the remainder.
9043
9044 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9045
9046 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9047
9048 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9049 paragraph which follows.
9050
9051 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9052 variables. Looks better and avoids overful hbox.
9053
9054 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9055
9056 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9057
9058 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9059
9060 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9061 retransmit-timeout
9062
9063 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9064
9065 * gdbint.texinfo: Update statement about `some ancient Unix
9066 systems, like Ultrix 4.0' to Ultrix 4.2.
9067
9068 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
9069
9070 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9071
9072 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9073
9074 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
9075 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9076
9077 * remote.texi: new name for former gdbinv-s.texi
9078
9079 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9080
9081 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
9082
9083 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9084 variables for MIPS remote debugging protocol.
9085
9086 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9087
9088 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9089
9090 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9091
9092 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9093
9094 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9095
9096 * gdb.texinfo: repair conditional bugs in text markup
9097
9098 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9099
9100 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9101 to select Modula-2 material.
9102
9103 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9104
9105 * stabs.texinfo: Cleanups regarding statics.
9106
9107 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9108 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9109
9110 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9111
9112 * stabs.texinfo: N_MAIN is sometimes used for C.
9113
9114 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9115
9116 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9117
9118 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
9119
9120 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
9121 removed from the code by Kingdon.
9122
9123 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9124
9125 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9126 input when evaluating breakpoint conditions; the bug has been fixed.
9127
9128 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9129 sets the ignore count to N-1, not to N.
9130
9131 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9132
9133 * refcard.tex (\hoffset): correct longstanding error to match
9134 intended offset; avoids cutting off edge on some printers
9135
9136 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9137
9138 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9139
9140 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9141
9142 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9143
9144 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9145
9146 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9147 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9148 collect sed edits if any, apply to refcard before formatting;
9149 (refcard.ps) stop implying PS fonts if PS output requested;
9150 (lrefcard.ps) delete extra target for variant PS fonts
9151
9152 * refcard.tex: parametrize papersize dependent info, collect
9153 in easily replaced spot
9154
9155 * a4rc.sed: new file, edits to refcard for A4 paper
9156
9157 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9158
9159 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9160
9161 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9162
9163 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9164
9165 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9166
9167 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9168 politely rather than rudely.
9169
9170 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9171
9172 * stabs.texinfo: Document common blocks.
9173
9174 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
9175
9176 * stabs.texinfo: Add some basic info about stabs-in-elf.
9177
9178 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9179
9180 * stabs.texinfo (Top): Minor cleanup.
9181
9182 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9183
9184 * Makefile.in (install-info): remove parentdir support
9185
9186 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9187
9188 * gdb.texinfo (Copying): delete this node and references to it;
9189 RMS says this manual need not carry GPL. (passim): Improvements
9190 from last round at FSF, largely due to Ian Taylor review, and
9191 minor formatting improvements.
9192
9193 * gdbinv-s.texi (passim): Improvements from last round at FSF,
9194 largely due to Ian Taylor review. (Debug Session): minor edits to
9195 new text.
9196
9197 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
9198
9199 * Makefile.in (realclean): Remove info and dvi files too.
9200
9201 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
9202
9203 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9204 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
9205 * gdb.texinfo: Change accordingly.
9206
9207 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
9208 N_{L,R}BRAC,N_SLINE are relative to.
9209
9210 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
9211
9212 * Makefile.in (GDBvn.texi): Update atomically.
9213
9214 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
9215
9216 * gdbinv-s.texi (Debug Session): Document exceptionHook.
9217
9218 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
9219
9220 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
9221 addresses together. Also motivate the set print symbol-filename
9222 command and suggest other solutions.
9223
9224 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
9225
9226 * gdb.texinfo (set print elements): Note that the number of
9227 elements is set to unlimited by "set print elements 0".
9228
9229 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
9230
9231 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
9232 NF_LDOUBLE means.
9233 (Stab Types): Include Solaris stab types.
9234 (Procedures): Document Solaris extensions.
9235
9236 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9237
9238 * gdb.texinfo: Add `set print symbol-filename' doc.
9239
9240 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9241
9242 * stabs.texinfo (Arrays): Talk about type definition vs. type
9243 information.
9244
9245 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
9246 the trailing semicolon.
9247
9248 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9249
9250 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
9251 and merge in other parts of the document addressing these subjects.
9252 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
9253
9254 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
9255 at the end of a range type.
9256
9257 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
9258 AIX extensions.
9259
9260 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9261
9262 * stabs.texinfo (Stabs Format): Misc fixes.
9263
9264 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9265
9266 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
9267 (Traditional builtin types): Document convex convention for long long.
9268 (Negative builtin types): Discuss type names, and misc fixes.
9269
9270 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9271
9272 * stabs.texinfo (Builtin Type Descriptors): Document the floating
9273 point types used with @samp{R} type descriptor.
9274 (Symbol Descriptors): Describe how to handle conflict between
9275 different meanings of @samp{P} symbol descriptor.
9276
9277 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9278
9279 * stabs.texinfo: Remove node Quick Reference and put its children
9280 directly under the main menu.
9281
9282 * stabs.texinfo: Many more changes to bring it into line with
9283 AIX documentation and reality. I think it now has all the
9284 information from the AIX documentation, except that I burned
9285 out when I got to variant records (Pascal and Modula-2) and
9286 all the COBOL types. Oh well, we can add them later when we're
9287 worrying more about those languages.
9288
9289 * stabs.texinfo (Automatic variables): Talk about what it means
9290 to omit the symbol descriptor.
9291
9292 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9293
9294 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9295 gcc2 behavior with promoted args.
9296
9297 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9298
9299 * gdb.texinfo: include readline appendices in info version of manual
9300
9301 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9302
9303 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9304 target remote.
9305
9306 * gdb.texinfo (Machine Code): more index entries for disassemble
9307
9308 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
9309
9310 * Clarify the intended use of the gdb-testers and gdb-patches
9311 mailing lists, and shrink gzip comment.
9312
9313 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9314
9315 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9316 DOSHOST configuration of manual.
9317
9318 * gdb.texinfo (MIPS Stack): new node.
9319
9320 * all-config.texi (MIPS) new switch.
9321
9322 * gdbinv-s.texi (Nindy Options) Remove two instances of future
9323 tense; (MIPS Remote) new node.
9324
9325 * gdb.texinfo (passim) rephrases to work around makeinfo @value
9326 bug; (Environment) less passive, other small cleanups in text about
9327 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9328 (Remote) new MIPS Remote menu entry.
9329
9330 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
9331
9332 * stabs.texinfo: Many changes to include information from the
9333 AIX documentation.
9334
9335 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9336
9337 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
9338
9339 * gdbint.texinfo (new node Debugging GDB, elsewhere):
9340 Move a bunch of information from ../README.
9341 (Getting Started): New node.
9342
9343 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9344
9345 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9346
9347 * gdb.texinfo: advance manual revision dates to present
9348
9349 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9350 stop using silly Roman numerals in @set variable names
9351
9352 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
9353
9354 * stabs.texinfo (Parameters): Keep trying to get this right.
9355
9356 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
9357
9358 * stabs.texinfo (Parameters): More on "local parameters".
9359
9360 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
9361
9362 * stabs.texinfo (Parameters): Re-do "local parameters" section.
9363
9364 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
9365
9366 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9367 (Parameters): Rewrite.
9368 (xcoff-differences, Sun-differences): Minor changes.
9369
9370 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9371
9372 * stabs.texinfo: Minor cleanup.
9373
9374 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
9375
9376 * gdbint.texinfo: Minor xcoff stuff.
9377
9378 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
9379
9380 * gdbint.texinfo: Update for new config directory structure.
9381 Add info about internal type data structures.
9382
9383 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
9384
9385 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9386 $(srcdir).
9387 (gdb-config.texi): Depend on file in $(srcdir).
9388
9389 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
9390
9391 * stabs.texinfo: Fixes about N_SO.
9392
9393 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9394
9395 * gdb.texinfo: include list of nonstandard init file names
9396
9397 * *-config.texi: new switch GENERIC for text that applies *only*
9398 to (usual) multiple-target version of manual
9399
9400 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9401 h8 config
9402
9403 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9404 in menus (rather than conditionally selected multiple alternative
9405 menus).
9406
9407 * Makefile.in: define and use DOC_CONFIG var to select
9408 configuration for GDB user manual.
9409
9410 * gdb-config.texi: delete from repository, generate from Makefile.
9411
9412 * all-config.texi: normal `generic' configuration file, formerly
9413 stored as gdb-config.texi
9414
9415 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9416
9417 * Makefile.in: add dvi target to build all .dvi files
9418
9419 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9420
9421 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9422
9423 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
9424
9425 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9426 host conditionals.
9427 * stabs.texinfo: More array fixes inspired by Jim's.
9428
9429 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
9430
9431 * stabs.texinfo: Fixes re arrays and continuations.
9432
9433 * gdbint.texinfo: Add XCOFF node.
9434
9435 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
9436
9437 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
9438
9439 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9440
9441 * stabs.texinfo: Fix for array types to mention lower bounds.
9442
9443 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
9444
9445 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
9446
9447 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
9448
9449 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
9450
9451 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
9452
9453 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
9454 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
9455
9456 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
9457
9458 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
9459
9460 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9461
9462 * gdb.texinfo, gdbinv-s.texi: misc updates
9463
9464 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
9465
9466 * gdbint.texinfo: Brief documentation for longjmp support,
9467 from an email msg by Stu.
9468
9469 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
9470
9471 * stabs.texinfo: Fix description of floating point "range"
9472 types (which really define basic types). Reported by Jim Meehan,
9473 <meehan@src.dec.com>.
9474
9475 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
9476
9477 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
9478
9479 * gdbint.texinfo: Slightly expand section on supporting a new
9480 object file format.
9481
9482 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
9483
9484 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
9485 intermediate file.
9486
9487 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9488
9489 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
9490
9491 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9492
9493 * gdbinv-s.texi: z8000 simulator target name is just "sim"
9494
9495 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
9496 as well as Z8002.
9497
9498 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
9499
9500 * gdbint.texinfo: Add sections on clean design and on how to send
9501 in changes.
9502
9503 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
9504
9505 * gdbint.texinfo: Add how to declare the result of make_cleanup.
9506
9507 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
9508
9509 * gdb.texinfo: Fix typo, reported by Karl Berry.
9510
9511 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
9512
9513 * gdb.texinfo: Add opcodes dir to GDB distribution description.
9514
9515 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9516
9517 * gdbint.texinfo: fixed a stray email address (needs @@),
9518 added @table @code to node "Native Conditionals"
9519
9520 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
9521
9522 * gdbint.texinfo: Describe coding style of GDB.
9523
9524 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
9525
9526 * stabs.texinfo: Minor wording changes.
9527
9528 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
9529
9530 * gdbint.texinfo: Improve release doc slightly.
9531
9532 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
9533
9534 * gdbint.texinfo: Improve doc of GDB config macros.
9535
9536 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
9537
9538 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
9539 These will be reinserted when examined.
9540
9541 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
9542
9543 * gdbint.texinfo: Make a start at documenting all the #if macros
9544 in GDB. At least list them all, and start separating them into
9545 host-specific and target-specific.
9546
9547 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9548
9549 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
9550 examples (not consistent w others).
9551 gdb.texinfo: issue disclaimer paragraph on cmdline options only
9552 for generic vn of doc
9553
9554 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
9555
9556 * Makefile.in: always create installation directories.
9557
9558 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9559
9560 * gdb.texinfo: in h8 config, do not describe searching commands.
9561
9562 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9563
9564 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
9565 conditionals; introduce a few generic switches that may be
9566 useful for other cross-dev or dos-hosted configs.
9567
9568 * gdb.texinfo: fix typo in "info reg" description
9569
9570 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
9571
9572 * stabs.texinfo: Minor updates from running TeX over it.
9573 * Makefile.in (stabs.dvi, stabs.ps): Add.
9574
9575 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
9576
9577 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
9578 First pass at converting it to texinfo.
9579
9580 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
9581
9582 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
9583 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
9584
9585 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
9586
9587 * gdbint.texinfo: Add section on partial symbol tables.
9588
9589 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
9590
9591 * gdb.texinfo: document `set remotedebug' and `set
9592 rstack_high_address'.
9593
9594 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9595
9596 * gdb.texinfo: slight expansion of new text on reading info files
9597 * gdbinv-s.m4.in: correct and expand info on cross-debugging
9598 H8/300 from DOS.
9599
9600 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
9601
9602 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
9603
9604 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
9605
9606 * gdb.texinfo: Say how to read the `info' files.
9607
9608 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
9609
9610 * Makefile.in: gm4 -> m4.
9611
9612 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
9613
9614 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
9615 Documentation' ahead of `Installing GDB' to match README.
9616 Update shared library doc, -readnow and -mapped, and directory
9617 structure (add glob and mmalloc). Update configure doc.
9618
9619 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
9620
9621 * Makefile.in: remove $(srcdir) from gdb.info rule.
9622
9623 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9624
9625 * Makefile.in: commented out gdb-all.texinfo rule. This is
9626 temporary.
9627
9628 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
9629
9630 * Makefile.in, configure.in: removed traces of namesubdir,
9631 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
9632 copyrights to '92, changed some from Cygnus to FSF.
9633
9634 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
9635
9636 * gdb.texinfo: Improve how we ask for bug reports.
9637
9638 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9639
9640 * Makefile.in: infodir belongs in datadir.
9641
9642 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9643
9644 * Makefile.in: remove spaces following hyphens, bsd make can't
9645 cope. install using INSTALL_DATA. added clean-info. added
9646 standards.text support.
9647
9648 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9649
9650 * Makefile.in: idestdir and ddestdir go away. Added copyrights
9651 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
9652 and mandir now keyed off datadir by default.
9653
9654 \f
9655 Local Variables:
9656 mode: change-log
9657 left-margin: 8
9658 fill-column: 74
9659 version-control: never
9660 End: