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