gdb: change 'maint info section' to use command options
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.texinfo (Files): Update documentation for 'maint info
4 sections'.
5
6 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * python.texinfo (TUI Windows In Python): Extend description of
9 TuiWindow.is_valid.
10
11 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
12
13 * gdb.texinfo (Inferiors Connections and Programs): Document the
14 inferior command when used without argument.
15
16 2021-01-27 Tom Tromey <tromey@adacore.com>
17
18 * gdb.texinfo (Auto-loading extensions): Remove extraneous space.
19
20 2021-01-25 Marco Barisione <mbarisione@undo.io>
21
22 * python.texi: Add parentheses to print statements/functions.
23
24 2021-01-25 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * gdb.texinfo (Specify Location): Move menu to the end of the
27 node.
28 (Auto-loading): Likewise.
29 (Extending GDB): Likewise.
30 (TUI): Likewise.
31 (Operating System Information): Likewise.
32
33 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
34
35 PR cli/25956
36 * gdb.texinfo (Output Styling): Document version style.
37
38 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * gdb.texinfo (Auto-loading extensions): Add additional cross
41 references and move @menu to the end of the node.
42
43 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
44
45 * gdb.texinfo (Aliases): Move @menu to the end of the node.
46
47 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
48
49 * gdb.texinfo (PowerPC Embedded): Down case contents of @var.
50
51 2021-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * gdb.texinfo (Commands): Update menu.
54 (Extending GDB): Likewise.
55 (Command aliases default args): Moved later into the document,
56 added a cindex entry. Renamed the section 'Automatically prepend
57 default arguments to user-defined aliases' to 'Default Arguments'.
58 (Aliases): Moved earlier in the document. Minor rewording of the
59 first paragraph, down-cased the text inside all uses of @var, and
60 added a cross reference to the Python code. Renamed the section
61 'Creating new spellings of existing commands' to 'Command
62 Aliases'.
63
64 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
65
66 PR python/19151
67 * python.texi (Breakpoints In Python): Document
68 gdb.BP_HARDWARE_BREAKPOINT.
69
70 2021-01-01 Joel Brobecker <brobecker@adacore.com>
71
72 * gdb.texinfo, refcard.tex: Update copyright year range.
73
74 2020-12-29 Hannes Domani <ssbssa@yahoo.de>
75
76 * python.texi (Frame Decorator API): Fix method name.
77
78 2020-12-23 Alex Bennée <alex.bennee@linaro.org>
79
80 * gdb.texinfo (Packets): Clarify language for ? packet.
81
82 2020-12-21 Joel Brobecker <brobecker@adacore.com>
83
84 * gdb.texinfo (Requirements): Add GMP to list of requirements.
85
86 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
87
88 * python.texi (TUI Windows In Python): Remove erroneous 'a'.
89
90 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
91
92 * python.texi (Values From Inferior): Document the address keyword.
93
94 2020-12-17 Simon Marchi <simon.marchi@polymtl.ca>
95
96 PR gdb/27088
97 * gdb.texinfo (Range Checking): Fix "show check range" command
98 name.
99
100 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
101
102 * gdb.texinfo (Caching Target Data): Document 'maint flush
103 dcache'.
104
105 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
106
107 * gdb.texinfo (Symbols): Document 'maint flush symbol-cache'.
108 (Maintenance Commands): Document 'maint flush register-cache'.
109
110 2020-12-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
111
112 * Makefile.in: Delete GDBvn.texi and version.subst only in
113 the maintainer-clean target.
114
115 2020-11-29 Hannes Domani <ssbssa@yahoo.de>
116
117 PR python/26974
118 * python.texi: Fix docu for static members argument.
119
120 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
121
122 * gdb.texinfo (Debugging Output): Document 'set/show debug
123 fortran-array-slicing'.
124 (Special Fortran Commands): Document 'set/show fortran
125 repack-array-slices'.
126
127 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
128
129 * gdb.texinfo (Maintenance Commands): Update description of 'maint
130 print c-tdesc'.
131
132 2020-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
133
134 * gdb.texinfo (Mode Options): Descriptions of initialization files
135 has been moved to 'Initialization Files'.
136 (Startup): Likewise.
137 (Initialization Files): New node.
138 (gdb man): Update to mention alternative file paths.
139 (gdbinit man): Likewise.
140
141 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
142
143 * gdb.texinfo (Set Breaks): Document the '-force-condition' flag
144 of the 'break'command.
145 * gdb.texinfo (Conditions): Document the '-force' flag of the
146 'condition' command.
147
148 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
149
150 * gdb.texinfo (Set Breaks): Document disabling of breakpoint
151 locations for which the breakpoint condition is invalid.
152
153 2020-10-06 Michael Forney <mforney@mforney.org>
154
155 * Makefile.in (HAVE_NATIVE_GCORE_HOST): Add for gcore.1
156 install condition.
157
158 2020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
159
160 * gdb.texinfo (Debugging Output): Add set/show debug event-loop.
161
162 2020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
163
164 * gdb.texinfo (Debugging Output): Add empty lines, fix typo.
165
166 2020-09-13 Pedro Alves <pedro@palves.net>
167
168 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
169 "-break-insert --qualified" and "-dprintf-insert --qualified".
170
171 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
172
173 * gdb.texinfo (Synopsys ARC): Document LP_START, LP_END and BTA.
174
175 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
176
177 * gdb.texinfo (Synopsys ARC): Update the documentation for ARC
178 Features.
179
180 2020-08-07 Tom Tromey <tromey@adacore.com>
181
182 * gdb.texinfo (Ravenscar Profile): Add examples.
183 Document runtime initialization limitation.
184
185 2020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
186
187 * gdb.texinfo (Contributors): Add information for the eBPF
188 support.
189 (BPF): New section.
190
191 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
192
193 * python.texi (Unwinding Frames in Python): Update descriptions
194 for PendingFrame.read_register and
195 gdb.UnwindInfo.add_saved_register.
196 (Frames In Python): Update description of Frame.read_register.
197
198 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
199
200 * python.texi (Registers In Python): Document new find function.
201
202 2020-07-22 Kevin Buettner <kevinb@redhat.com>
203
204 * gdb.texinfo (Maintenance Commands): Add documentation for
205 new command "maintenance print core-file-backed-mappings".
206
207 2020-07-22 Reuben Thomas <rrt@sc3d.org>
208
209 * gdb.texinfo (Remote Protocol, Overview): Correct the description
210 of which remote protocol commands are mandatory for a stub to
211 implement.
212
213 2020-07-20 Ludovic Courtès <ludo@gnu.org>
214
215 * doc/guile.texi (Guile Introduction): Mention Guile 3.0.
216
217 2020-07-20 Ludovic Courtès <ludo@gnu.org>
218
219 * guile.texi (Memory Ports in Guile): Mark
220 'memory-port-read-buffer-size',
221 'set-memory-port-read-buffer-size!',
222 'memory-port-write-buffer-size',
223 'set-memory-port-read-buffer-size!' as deprecated.
224 (Guile Introduction): Clarify which Guile
225 versions are supported.
226
227 2020-07-13 Paul Carroll <pcarroll@codesourcery.com>
228
229 PR gdb/25716
230
231 * gdb.texinfo (Frame Apply): Remove anchor for 'frame
232 apply' and adjust xrefs to it.
233
234 2020-07-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
235
236 * gdb.texinfo (Attach): Update exec-file-mismatch doc.
237
238 2020-07-08 Hannes Domani <ssbssa@yahoo.de>
239
240 * gdb.texinfo: Document Windows drive conversion of
241 'set auto-load scripts-directory'.
242
243 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
244
245 * gdb.texi (Registers): Add @anchor for 'info registers
246 <reggroup>' command.
247 * python.texi (Architectures In Python): Document new
248 register_groups method.
249 (Registers In Python): Document two new object types related to
250 register groups.
251
252 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
253
254 * python.texi (Python API): Add new section to the menu.
255 (Frames In Python): Add new @anchor.
256 (Architectures In Python): Document new registers method.
257 (Registers In Python): New section.
258
259 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
260
261 * python.texi (Unwinding Frames in Python): Document
262 PendingFrame.architecture method.
263
264 2020-06-26 Eli Zaretskii <eliz@gnu.org>
265
266 * gdb.texinfo (Shell Commands): More accurate description of use
267 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
268
269 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
270
271 * gdb.texinfo (Maintenance Commands): Document new 'maint print
272 xml-desc' command.
273
274 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
275
276 * gdb.texinfo (Command aliases default args): New node documenting
277 how to use default args for a command using aliases.
278 (Aliases): Document the new 'DEFAULT-ARGS...' option.
279 (Help): Update help aliases text and describe when full alias
280 definition is provided.
281
282 2020-06-11 Tom Tromey <tromey@adacore.com>
283
284 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
285
286 2020-06-10 Jonny Grant <jg@jguk.org>
287
288 * gdb.texinfo: Remove broken links Previous and Up from
289 contents.
290
291 2020-05-23 Tom Tromey <tom@tromey.com>
292
293 * gdb.texinfo (Output Styling): Don't mention completion styling.
294 (Editing): Don't mention readline completion styling.
295
296 2020-05-23 Tom Tromey <tom@tromey.com>
297
298 * gdb.texinfo (Output Styling): Mention completion styling.
299 (Editing): Mention readline completion styling.
300
301 2020-05-19 Pedro Alves <palves@redhat.com>
302
303 * gdb.texinfo (Attach): Update exec-file-mismatch description to
304 mention build IDs.
305 (Separate Debug Files): Add "build id" anchor.
306
307 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
308
309 * gdb.texinfo (Help): Document the help and apropos changes.
310 (Aliases): Document new meaning of -a abbreviation flag.
311
312 2020-05-05 Kamil Rytarowski <n54@gmx.com>
313
314 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
315 (info proc exe, info proc mappings, info proc stat): Mention
316 NetBSD support.
317
318 2020-04-28 Tom Tromey <tom@tromey.com>
319
320 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
321
322 2020-04-27 Tom Tromey <tromey@adacore.com>
323
324 * python.texi (Types In Python): Mention missing fields. Add
325 dynamic type example.
326
327 2020-04-24 Tom Tromey <tromey@adacore.com>
328
329 PR python/23662:
330 * python.texi (Types In Python): Document new features.
331
332 2020-04-15 Artur Shepilko <nomadbyte@gmail.com>
333
334 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
335 clears makeinfo warnings.
336 * python.texi: Add a missing period trailing an @xref{} clause;
337 this clears a makeinfo warning.
338
339 2020-03-06 Tom de Vries <tdevries@suse.de>
340
341 * gdb.texinfo: Fix "the the".
342
343 2020-03-04 Tom de Vries <tdevries@suse.de>
344
345 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
346 * python.texi: Same.
347
348 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
349
350 * gdb.texinfo (Command History): Extend description for
351 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
352 'set history filename' being optional. Describe the effect of an
353 empty history filename on 'set history save on'.
354
355 2020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
356
357 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
358 output.
359
360 2020-02-22 Tom Tromey <tom@tromey.com>
361
362 * python.texi (Python API): Add menu item.
363 (TUI Windows In Python): New node.
364
365 2020-02-22 Tom Tromey <tom@tromey.com>
366
367 PR tui/17850:
368 * gdb.texinfo (TUI Commands): Document horizontal layouts.
369
370 2020-02-22 Tom Tromey <tom@tromey.com>
371
372 * gdb.texinfo (TUI Overview): Mention user layouts.
373 (TUI Commands): Document "tui new-layout".
374
375 2020-01-26 Tom Tromey <tromey@adacore.com>
376
377 * gdb.texinfo (M68K Features): Document floating-point feature
378 correspondence.
379
380 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
381
382 * gdb.texinfo (Attach): Document the new option and the
383 set/show commands.
384 (Connecting): Reference the exec-file-mismatch option.
385
386 2020-01-10 Pedro Alves <palves@redhat.com>
387
388 * gdb.texinfo (Starting): Say "current inferior not connected"
389 instead of "GDB not connected".
390 (Inferiors and Programs): Rename node to ...
391 (Inferiors Connections and Programs): ... this. Update all
392 references. Talk about multiple target connections. Update "info
393 inferiors" info to mention the connections column. Describe "info
394 connections". Document "add-inferior -no-connection".
395 * guile.texi, python.texi: Update cross references.
396
397 2020-01-01 Joel Brobecker <brobecker@adacore.com>
398
399 * gdb.texinfo, refcard.tex: Update copyright year range.
400
401 2019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
402
403 * python.texi (Symbols In Python): Remove duplicate description of
404 gdb.lookup_global_symbol.
405
406 2019-12-11 Simon Marchi <simon.marchi@efficios.com>
407
408 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
409
410 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
411
412 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
413 as -r is ambiguous. Update the print - TAB TAB completion result.
414 (Data): Document new option -raw-values. Use -p and -pretty in the
415 example, as -r is ambiguous.
416 (Print Settings): Document set print raw values.
417 (Pretty-Printer Commands): Document interaction between enabled
418 pretty printers and -raw-values/-raw-frame-arguments.
419
420 2019-12-10 Tom Tromey <tom@tromey.com>
421
422 * python.texi (gdb.prompt): Use correct quotes in example.
423 Shorten sample text.
424
425 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
426
427 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
428 -max-results to some -symbol-info-* commands.
429
430 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
431
432 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
433 -symbol-info-module-functions and -symbol-info-module-variables.
434
435 2019-12-01 Tom Tromey <tom@tromey.com>
436
437 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
438 (Output Styling): Document new settings.
439
440 2019-12-01 Tom Tromey <tom@tromey.com>
441
442 * gdb.texinfo (TUI Configuration): Document new setting.
443
444 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
445
446 * gdb.texinfo (Define): Indicate that user-defined prefix can
447 be used in 'define' command. Document 'define-prefix' command.
448
449 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
450
451 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
452 -symbol-info-modules.
453
454 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
455
456 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
457 -symbol-info-functions, -symbol-info-types, and
458 -symbol-info-variables.
459
460 2019-11-26 Tom Tromey <tom@tromey.com>
461
462 * gdb.texinfo (Maintenance Commands): Document new maint
463 commands.
464
465 2019-11-25 Luis Machado <luis.machado@linaro.org>
466
467 * gdb.texinfo (Debugging Output): Document set debug
468 remote-packet-max-chars.
469
470 2019-11-14 Tom de Vries <tdevries@suse.de>
471
472 * gdb.texinfo: Fix typos.
473 * python.texi: Same.
474 * stabs.texinfo: Same.
475
476 2019-11-12 Tom Tromey <tom@tromey.com>
477
478 * gdb.texinfo (Maintenance Commands): Document new command.
479
480 2019-11-11 Tom Tromey <tom@tromey.com>
481
482 * gdb.texinfo (TUI Keys): Document readline function names.
483
484 2019-11-11 Tom Tromey <tom@tromey.com>
485
486 * gdb.texinfo (Editing): Document operate-and-get-next.
487
488 2019-11-11 Tom Tromey <tromey@adacore.com>
489
490 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
491
492 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
493
494 * python.texi (Symbols In Python): Add documentation for
495 gdb.lookup_static_symbols.
496
497 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
498
499 * python.texi (Symbols In Python): Extend documentation for
500 gdb.lookup_static_symbol.
501
502 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
503
504 * gdb.texinfo (Symbols): Document new 'info module variables' and
505 'info module functions' commands.
506
507 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
508
509 * gdb.texinfo (Symbols): Document new 'info modules' command.
510
511 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
512
513 * gdb.texinfo (Convenience Funs): Document the new
514 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
515 convenience functions.
516
517 2019-10-29 Christian Biesinger <cbiesinger@google.com>
518
519 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
520 generation.
521 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
522 option.
523
524 2019-10-23 Tom Tromey <tom@tromey.com>
525
526 * Makefile.in (READLINE_DIR): Update.
527
528 2019-10-23 Christian Biesinger <cbiesinger@google.com>
529
530 * python.texi (Threads In Python): Add a note for how to get the
531 list of threads.
532
533 2019-10-07 Tom de Vries <tdevries@suse.de>
534
535 * gdb.texinfo: Fix typo.
536 * guile.texi: Same.
537 * python.texi: Same.
538
539 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
540
541 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
542
543 2019-10-02 Tom Tromey <tromey@adacore.com>
544
545 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
546 $_ada_exception.
547
548 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
549
550 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
551 qXfer:spu:read and qXfer:spu:write.
552 (General Query Packets): Likewise.
553 (Cell Broadband Engine SPU architecture): Remove subsection.
554
555 2019-09-18 Tom Tromey <tom@tromey.com>
556
557 * gdb.texinfo (Editing): Document readline application name.
558 (TUI Single Key Mode): Document TUI SingleKey keymap name.
559
560 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
561
562 * gdb.texinfo (Source Path): Additional text to better describe
563 how the source path directory list is used when searching for
564 source files.
565
566 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
567
568 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
569 examples.
570
571 2019-09-10 Tom Tromey <tromey@adacore.com>
572
573 * gdb.texinfo (Index Files): Update Ada text.
574
575 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
576
577 * gdb.texinfo (Symbols): Add information about the -n flag to
578 "info variables" and "info functions".
579
580 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
581
582 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
583
584 2019-08-16 Alan Hayward <alan.hayward@arm.com>
585
586 * gdb.texinfo (AArch64 Pointer Authentication)
587 (GDB/MI Breakpoint Information) (Frame Information): Document
588 addr_field.
589
590 2019-08-12 Tom Tromey <tom@tromey.com>
591
592 * gdb.texinfo (Configure Options): Document minimum version of
593 readline.
594
595 2019-08-09 Alan Hayward <alan.hayward@arm.com>
596
597 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
598
599 2019-08-07 Alan Hayward <alan.hayward@arm.com>
600
601 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
602
603 2019-08-05 Christian Biesinger <cbiesinger@google.com>
604
605 * python.texi (Blocks In Python): Document dictionary access on blocks.
606
607 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
608
609 * gdb.texinfo (Symbols): Document new args -dirname and -basename
610 of "info sources" command.
611
612 2019-07-30 Christian Biesinger <cbiesinger@google.com>
613
614 * python.texi (Symbols In Python): Document new function
615 gdb.lookup_static_symbol.
616
617 2019-07-29 Christian Biesinger <cbiesinger@google.com>
618
619 * python.texi (Objfiles In Python): Document new functions
620 Objfile.lookup_{global,static}_symbol.
621
622 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
623
624 * gdb.texinfo (Backtrace): Document the new '-frame-info'
625 backtrace option. Reference 'set print frame-info'.
626 (Print Settings): Document 'set|show print frame-info'.
627 Document new 'presence' value for 'set print frame-arguments.
628
629 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
630
631 * gdb.texinfo (Symbols): Add information about -q flag to "info
632 types".
633
634 2019-07-20 Kevin Buettner <kevinb@redhat.com>
635
636 * python.texi (python command): Revise example to match
637 command behavior.
638
639 2019-07-09 Pedro Alves <palves@redhat.com>
640
641 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
642 examples to show type=catchpoint instead of type=breakpoint and an
643 address.
644
645 2019-07-03 Pedro Alves <palves@redhat.com>
646 Philippe Waroquiers <philippe.waroquiers@skynet.be>
647
648 * gdb.texinfo (Command Settings): New node documenting the general
649 concept of settings, how to change them, and the new "with"
650 command.
651 (Maintenance Commands): Document "maint with".
652
653 2019-07-03 Pedro Alves <palves@redhat.com>
654
655 * gdb.texinfo (Maintenance Commands): Document "maint set/show
656 test-settings" instead of "maint test-settings set/show".
657
658 2019-06-18 Simon Marchi <simon.marchi@efficios.com>
659
660 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
661 deals with a file that has the same name as the specified pid to
662 attach to. Add example using -p option.
663 (gdb man): Remove same sentence as in previous item.
664
665 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
666
667 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
668 node.
669 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
670 new MI commands.
671
672 2019-06-13 Pedro Alves <palves@redhat.com>
673
674 * gdb.texinfo (Command Completion): Mention command options too.
675 (Command Options): New node.
676 (Threads): Add anchors. Extend descriptions of the "taas" and
677 "tfaas" commands.
678 (Backtrace): Describe new options of the "backtrace" command. Add
679 anchors.
680 (Frame Apply): Describe new options of the "frame apply" and
681 "faas" commands. Add anchors.
682 (Data): Describe new options of the "print" command. Add anchors.
683 (Compiling and Injecting Code): Mention options of the "compile
684 print" command.
685 (Maintenance Commands): Mention "maint test-options" subcommands
686 and the "maint show test-options-completion-result" command.
687
688 2019-06-13 Pedro Alves <palves@redhat.com>
689
690 * gdb.texinfo (Print Settings): Document "set/show print
691 raw-frame-arguments" instead of "set/show print raw
692 frame-arguments".
693
694 2019-06-13 Pedro Alves <palves@redhat.com>
695
696 * gdb.texinfo (Maintenance Commands): Document "maint
697 test-settings" commands.
698
699 2019-06-06 Amos Bird <amosbird@gmail.com>
700
701 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
702 annotation.
703
704 2019-06-04 Christian Biesinger <cbiesinger@google.com>
705
706 * python.texi: Document new gdb.Type.objfile property.
707
708 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
709
710 * gdb.texinfo (Help): Document the new -v apropos flag.
711 (Output Styling): Document the style name styling done by "show style".
712 Document the new title and highlight styles.
713
714 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
715
716 * gdb.texinfo (Shell Commands): Document pipe command.
717 (Logging Output): Add a reference to pipe command.
718 (Convenience Variables): Document $_shell_exitcode and
719 $_shell_exitstatus.
720
721 2019-05-29 Tom Tromey <tromey@adacore.com>
722
723 * gdb.texinfo (Continuing and Stepping): Document new
724 commands.
725
726 2019-05-22 Alan Hayward <alan.hayward@arm.com>
727
728 * gdb.texinfo (Shell Commands): Add debugredirect.
729
730 2019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
731
732 * gdb.texinfo: Minor formatting fixes.
733
734 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
735
736 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
737 MI command -complete.
738
739 2019-05-14 Tom de Vries <tdevries@suse.de>
740
741 * gdb.texinfo (Automatic symbol index cache): Add concept and command
742 index entries.
743
744 2019-05-14 Tom de Vries <tdevries@suse.de>
745
746 * gdb.texinfo (Maintenance Commands): Remove superfluous
747 quoting on command index entry for "maint info selftests".
748
749 2019-05-10 Tom Tromey <tromey@adacore.com>
750
751 * python.texi (Pretty Printing API): Mention lazy computation for
752 "children".
753
754 2019-05-10 Tom Tromey <tromey@adacore.com>
755
756 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
757 exception" and "catch handlers". Move "catch exception unhandled"
758 text. Use @var for "catch load" and "catch unload"
759
760 2019-05-08 Tom Tromey <tromey@adacore.com>
761
762 * gdb.texinfo (Symbols): Document change to ptype/o.
763
764 2019-05-03 Eli Zaretskii <eliz@gnu.org>
765
766 * gdb.texinfo (Separate Debug Files): Document how the
767 subdirectory of the global debug directory is computed on
768 MS-Windows/MS-DOS.
769
770 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
771
772 * gdb.texinfo (Print Settings): Document 'print max-depth'.
773 * guile.texi (Guile Pretty Printing API): Document that 'print
774 max-depth' can effect the display of a values children.
775 * python.texi (Pretty Printing API): Likewise.
776 (Values From Inferior): Document max_depth keyword.
777
778 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
779
780 * gdb.texinfo (Calling): Document the new
781 set|show may-call-functions.
782
783 2019-04-22 Pedro Alves <palves@redhat.com>
784
785 * gdb.texinfo (Reverse Execution): Mention and xref process record
786 and replay. Mention remote and system emulators.
787 (Process Record and Replay): List supported architectures.
788 Mention that "record btrace" is only supported on Intel
789 processors.
790
791 2019-04-17 Alan Hayward <alan.hayward@arm.com>
792
793 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
794 (Monitor Commands for gdbserver)
795 (gdbserver man): Add debug-file option.
796
797 2019-04-08 Kevin Buettner <kevinb@redhat.com>
798
799 * python.texi (Inferiors In Python): Rename
800 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
801 Add note about the former being deprecated.
802
803 2019-04-08 Kevin Buettner <kevinb@redhat.com>
804
805 * python.texi (Threads In Python): Add description for method
806 InferiorThread.handle.
807
808 2019-04-07 Tom Tromey <tom@tromey.com>
809
810 * Makefile.in (all): Depend on "info".
811
812 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
813
814 * gdb.texinfo (Convenience Funs): Document '$_creal' and
815 '$_cimag'.
816
817 2019-03-30 Eli Zaretskii <eliz@gnu.org>
818
819 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
820 $_gdb_minor.
821
822 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
823
824 * python.texi (Pretty Printing API): Document use of None for the
825 display_hint.
826
827 2019-03-22 Alan Hayward <alan.hayward@arm.com>
828 Jiong Wang <jiong.wang@arm.com>
829
830 * gdb.texinfo (AArch64 Features): Describe pauth feature.
831
832 2019-03-20 Tom Tromey <tromey@adacore.com>
833
834 * python.texi (Selecting Pretty-Printers): Use @defvar for
835 gdb.pretty_printers.
836
837 2019-03-14 Simon Marchi <simon.marchi@efficios.com>
838
839 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
840 of table, "@end @table" -> "@end table".
841
842 2019-03-14 Tom Tromey <tromey@adacore.com>
843
844 * gdb.texinfo (Output Styling): Document "set style source" and
845 "show style source".
846
847 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
848
849 * gdb.texinfo (Mode Options): Mention mi3.
850 (Interpreters): Likewise.
851 (GDB/MI Development and Front Ends): Add entry for MI 3 in
852 version table. Document -fix-multi-location-breakpoint-output.
853 (GDB/MI Breakpoint Information): Document format of breakpoint
854 location output.
855
856 2019-03-05 Simon Marchi <simon.marchi@efficios.com>
857
858 * python.texi (Values From Inferior): Change synopsys of the
859 second form of Value.__init__.
860
861 2019-03-02 Eli Zaretskii <eliz@gnu.org>
862
863 * gdb.texinfo (Output Styling): Fix typos. Document the default
864 foreground colors of the available styles.
865
866 2019-02-27 Kevin Buettner <kevinb@redhat.com>
867
868 * gdb.texinfo (Configure Options): Document minimum python
869 version.
870
871 2019-02-26 Kevin Buettner <kevinb@redhat.com>
872
873 * python.texi (Values From Inferior): Document second form
874 of Value.__init__.
875
876 2019-02-23 Joel Brobecker <brobecker@adacore.com>
877
878 * gdb.texinfo: Update copyright year ranges.
879 * refcard.tex: Likewise.
880
881 2019-02-21 Alan Hayward <alan.hayward@arm.com>
882
883 * gdb.texinfo: Update style defaults.
884
885 2019-02-21 Tom Tromey <tromey@adacore.com>
886
887 * gdb.texinfo (Remote Configuration): Remove trailing "." from
888 @item.
889
890 2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
891
892 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
893 MI versions. Update text around it.
894
895 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
896
897 * gdb.texinfo (PowerPC Features): Document the alias
898 pseudo-registers for the org.gnu.gdb.power.altivec feature.
899
900 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
901
902 * gdb.texinfo (Print Settings): Remove mention of specific
903 demangle-style values, just refer to the in-process help.
904
905 2018-12-28 Tom Tromey <tom@tromey.com>
906
907 * gdb.texinfo (Output Styling): New node.
908
909 2018-12-13 John Baldwin <jhb@FreeBSD.org>
910
911 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
912 (Native): Add a FreeBSD subsection.
913 (FreeBSD): Document use of system call aliases for compatibility
914 system calls.
915
916 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
917
918 * gdb.texinfo (Standard Target Features): Add RISC-V Features
919 sub-section.
920
921 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
922
923 * gdb.texinfo (Examining the Symbol Table): Document language choice
924 for 'info types|functions|variables' commands.
925 (Setting Breakpoints): Document language choice to print
926 the functions in which a breakpoint is set.
927
928 2018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
929
930 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
931 requirements for the org.gnu.gdb.power.vsx feature.
932
933 2018-11-01 Joel Brobecker <brobecker@adacore.com>
934
935 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
936 output to match the current implementation.
937
938 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
939
940 * gdb.texinfo (Information About a Frame): Document changes
941 to 'info args' and 'info locals'.
942 (Examining the Symbol Table): Document changes to 'info functions'
943 and 'info variables'.
944
945 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
946
947 * gdb.texinfo (PowerPC Features): Describe new features
948 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
949 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
950 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
951 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
952
953 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
954
955 * gdb.texinfo (PowerPC Features): Describe new features
956 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
957
958 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
959
960 * gdb.texinfo (PowerPC Features): Describe new feature
961 "org.gnu.gdb.power.tar".
962
963 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
964
965 * gdb.texinfo (PowerPC Features): Describe new features
966 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
967
968 2018-10-20 Tom Tromey <tom@tromey.com>
969
970 * gdb.texinfo (TUI Commands): Add @end table.
971 (TUI Configuration): Remove stray @end table.
972
973 2018-10-19 Tom Tromey <tom@tromey.com>
974
975 PR tui/18388:
976 * gdb.texinfo (TUI Commands): Remove tabset documentation.
977 (TUI Configuration): Document "set tui tab-width".
978
979 2018-10-09 Tom Tromey <tom@tromey.com>
980
981 * python.texi (Inferiors In Python): Link to "Frames In Python",
982 not "Unwinding Frames in Python".
983
984 2018-10-09 Tom Tromey <tom@tromey.com>
985
986 * gdb.texinfo (Configure Options): Update --enable-ubsan
987 documentation.
988
989 2018-10-08 John Baldwin <jhb@FreeBSD.org>
990
991 * gdb.texinfo (Contributors): Add SRI International and University
992 of Cambridge for FreeBSD/riscv.
993
994 2018-10-06 Tom Tromey <tom@tromey.com>
995
996 PR python/19399:
997 * python.texi (Inferiors In Python): Document
998 Inferior.Architecture.
999
1000 2018-10-06 Tom Tromey <tom@tromey.com>
1001
1002 PR python/21765:
1003 * python.texi (Symbols In Python): Document the module and
1004 common-block domains. Remove documentation for incorrect
1005 domains.
1006
1007 2018-10-03 Tom Tromey <tom@tromey.com>
1008
1009 * gdb.texinfo (Configure Options): Document --enable-ubsan.
1010
1011 2018-10-02 John Darrington <john@darrington.wattle.id.au>
1012
1013 * gdb.texinfo (Remote Connection Commands): Describe
1014 the changes to target remote and target extended-remote
1015 relating to Unix domain sockets.
1016
1017 2018-10-01 Tom Tromey <tom@tromey.com>
1018
1019 * gdb.texinfo (Configure Options): Document configure options.
1020
1021 2018-09-29 Tom Tromey <tom@tromey.com>
1022
1023 * gdb.texinfo (Requirements): Mention C++, GNU make.
1024 (Requirements): Sort the table. Add more libraries.
1025 (Running Configure): Remove obsolete text.
1026 (Separate Objdir): Likewise.
1027 (Configure Options): Likewise.
1028
1029 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1030
1031 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
1032 to highlight that the number is also the frame's level.
1033 (Selection): Rewrite documentation for 'frame' and 'select-frame'
1034 commands.
1035 (Frame Info): Rewrite documentation for 'info frame' command.
1036
1037 2018-09-23 Tom Tromey <tom@tromey.com>
1038
1039 PR python/18852:
1040 * python.texi (Parameters In Python): Document exception behavior
1041 of get_set_string.
1042
1043 2018-09-18 John Baldwin <jhb@FreeBSD.org>
1044
1045 * gdb.texinfo (info proc): Remove "running".
1046 (info proc mappings): Replace "program" with "process".
1047
1048 2018-09-18 John Baldwin <jhb@FreeBSD.org>
1049
1050 * gdb.texinfo (Process Information): Document "info proc files"
1051 command.
1052
1053 2018-09-17 Tom Tromey <tom@tromey.com>
1054
1055 * gdb.texinfo (Index Files): Update for cache directory change on
1056 macOS.
1057
1058 2018-09-16 Tom Tromey <tom@tromey.com>
1059
1060 * python.texi (Basic Python): Update docs for find_pc_line,
1061 solib_name.
1062 (Progspaces In Python): Update docs for current_progspace.
1063 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
1064 Move method documentation before example.
1065
1066 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1067
1068 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
1069
1070 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1071 2018-09-13 Tom Tromey <tom@tromey.com>
1072
1073 * python.texi (Program Spaces In Python): Document the
1074 Progspace.objfiles method.
1075 (Objfiles In Python): Mention that gdb.objfiles() is identical
1076 to gdb.selected_inferior().progspace.objfiles().
1077
1078 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1079 2018-09-13 Tom Tromey <tom@tromey.com>
1080
1081 * python.texi (Inferiors In Python): Document
1082 Inferior.progspace.
1083 (Program Spaces In Python): Document that
1084 gdb.current_progspace() is the same as
1085 gdb.selected_inferior().progspace.
1086
1087 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1088
1089 * python.texi (Basic Python): Mention the string representation
1090 of GDB Python objects.
1091
1092 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1093
1094 * gdb.texinfo (Skipping Over Functions and Files): Document
1095 set/show debug skip.
1096
1097 2018-09-10 Tom Tromey <tom@tromey.com>
1098
1099 * python.texi (Frames In Python, Blocks In Python)
1100 (Symbols In Python, Symbol Tables In Python)
1101 (Lazy Strings In Python): Remove periods from section titles.
1102
1103 2018-09-10 Tom Tromey <tom@tromey.com>
1104
1105 * python.texi (Pretty Printing API): Swap sentence order.
1106
1107 2018-09-10 Tom Tromey <tom@tromey.com>
1108
1109 PR python/16461:
1110 * python.texi (Values From Inferior): Mention use of virtual
1111 table.
1112
1113 2018-09-10 Tom Tromey <tom@tromey.com>
1114
1115 * python.texi (Basic Python): Parenthesize argument to
1116 decode_line.
1117
1118 2018-09-10 Tom Tromey <tom@tromey.com>
1119
1120 * python.texi (Python): Mention Python versions. Don't mention
1121 execfile.
1122
1123 2018-09-10 Tom Tromey <tom@tromey.com>
1124
1125 PR python/19808:
1126 * python.texi (Unwinding Frames in Python): Rewrite
1127 create_unwind_info documentation. Update read_register
1128 documentation and add a note about unwinder caution.
1129
1130 2018-09-10 Tom Tromey <tom@tromey.com>
1131
1132 PR python/18909:
1133 * python.texi (Events In Python): Fix inferior_call
1134 documentation.
1135
1136 2018-09-10 Tom Tromey <tom@tromey.com>
1137
1138 PR python/17752:
1139 * python.texi (Frame Filter API): Remove period from subsection
1140 title. Mention 100 as good default priority.
1141 (Frame Decorator API): Remove period from subsection title.
1142 Mention FrameDecorator module.
1143
1144 2018-09-10 Tom Tromey <tom@tromey.com>
1145
1146 PR python/23108:
1147 * python.texi (Exception Handling): Rearrange gdb.GdbError text
1148 and add a table.
1149
1150 2018-09-10 Tom Tromey <tom@tromey.com>
1151
1152 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
1153 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
1154 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
1155 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
1156
1157 2018-09-10 Tom Tromey <tom@tromey.com>
1158
1159 PR python/16484:
1160 * python.texi (Frames In Python): Document that Frame.block can
1161 throw.
1162
1163 2018-09-10 Tom Tromey <tom@tromey.com>
1164
1165 PR python/23487:
1166 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
1167
1168 2018-09-10 Tom Tromey <tom@tromey.com>
1169
1170 PR python/16033:
1171 * python.texi (Blocks In Python): Document that Block.end is
1172 exclusive.
1173
1174 2018-08-29 Keith Seitz <keiths@redhat.com>
1175
1176 * gdb.texinfo (Compiling and injecting code in GDB): Document
1177 set/show "compile-oracle" and "compile-cplus-types" commands.
1178
1179 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1180
1181 * gdb.texinfo (The -stack-list-frames Command): Update description
1182 to mention "arch".
1183 Update MI examples throughout the document to contain "arch" in
1184 frame output.
1185
1186 2018-08-21 Alan Hayward <alan.hayward@arm.com>
1187
1188 * gdb.texinfo (AArch64 SVE): New subsubsection.
1189
1190 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1191
1192 * gdb.texinfo (GDB/MI Data Manipulation): Document
1193 "-data-disassemble -a addr".
1194 (GDB/MI Support Commands): Document "data-disassemble-a-option"
1195 feature.
1196
1197 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1198
1199 * gdb.texinfo (Index Files Speed Up GDB): Add section about
1200 symbol index cache.
1201
1202 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
1203
1204 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
1205 option sections to further clarify that gcore can take more
1206 than one PID, and that "-o" is used to specify a prefix, not a
1207 filename.
1208
1209 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1210
1211 * gdb.texinfo (Maintenance Commands): Add description of
1212 maintenance command to control dwarf unwinders.
1213
1214 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1215
1216 * gdb.texinfo (Debugging Programs with Multiple Threads):
1217 Document changes to 'thread apply'. Document 'taas'.
1218 Document 'tfaas'.
1219 (Examining the Stack): Document 'frame apply'. Document 'faas'.
1220
1221 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1222 Jan Kratochvil <jan.kratochvil@redhat.com>
1223 Paul Fertser <fercerpav@gmail.com>
1224 Tsutomu Seki <sekiriki@gmail.com>
1225
1226 * gdb.texinfo (Remote Connection Commands): Add explanation
1227 about new IPv6 support. Add new connection prefixes.
1228
1229 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1230
1231 * gdb.texinfo (Remote Configuration): Update descriptions for
1232 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
1233 and hardware-watchpoint-length-limit variables.
1234
1235 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1236
1237 PR tdep/8282
1238 * gdb.texinfo (Source and Machine Code): Document `set
1239 disassembler-options' support for the MIPS target.
1240
1241 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1242
1243 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
1244
1245 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1246
1247 * gdb.texinfo (Files): The address argument for "add-symbol-file"
1248 is no longer mandatory.
1249
1250 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1251
1252 * gdb.texinfo (Files): Document "symbol-file -o offset".
1253
1254 2018-06-14 Tom de Vries <tdevries@suse.de>
1255
1256 * gdb.texinfo (Background Execution): Add @cindex for '&'.
1257
1258 2018-06-11 Eli Zaretskii <eliz@gnu.org>
1259
1260 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1261
1262 2018-06-08 Gary Benson <gbenson@redhat.com>
1263
1264 * gdb.texinfo (Maintenance Commands): Document "maint check
1265 libthread-db" and "maint set/show check-libthread-db".
1266
1267 2018-06-05 Tom Tromey <tom@tromey.com>
1268
1269 PR cli/12326:
1270 * gdb.texinfo (Screen Size): Document "c" response to pagination
1271 prompt.
1272
1273 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1274
1275 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1276 selection details with the `set endian auto' mode.
1277
1278 2018-05-31 Alan Hayward <alan.hayward@arm.com>
1279
1280 * gdb.texinfo: Describe SVE feature.
1281
1282 2018-05-04 Tom Tromey <tom@tromey.com>
1283
1284 PR python/22731:
1285 * python.texi (Breakpoints In Python): Mention that "commands" is
1286 writable.
1287
1288 2018-05-02 Tom Tromey <tom@tromey.com>
1289
1290 PR python/20084:
1291 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1292 PARAM_ZUINTEGER_UNLIMITED.
1293
1294 2018-04-30 Tom Tromey <tom@tromey.com>
1295
1296 * python.texi (Types In Python): Document Type.align.
1297
1298 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1299
1300 * gdb.texinfo (Symbols): Mention the fact that "info
1301 variables/functions/types" show source files and line numbers.
1302
1303 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1304
1305 * gdb.texinfo: Document set/show record btrace cpu.
1306
1307 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1308
1309 * gdb.texinfo (Ada Settings): New subsubsection.
1310
1311 2018-03-26 Tom Tromey <tom@tromey.com>
1312
1313 PR backtrace/15582:
1314 * gdb.texinfo (Backtrace): Mention "hide" argument.
1315
1316 2018-03-26 Tom Tromey <tom@tromey.com>
1317
1318 * gdb.texinfo (Backtrace): Describe options individually.
1319
1320 2018-03-19 Tom Tromey <tom@tromey.com>
1321
1322 * observer.texi: Remove.
1323
1324 2018-03-04 John Baldwin <jhb@FreeBSD.org>
1325
1326 * gdb.texinfo (Debugging Output): Document "set/show debug
1327 fbsd-nat".
1328
1329 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1330
1331 * gdb.texinfo (Machine Code): Additional information about "info
1332 line" command.
1333
1334 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1335
1336 * gdb.texinfo (gdb-add-index man): Add pindex.
1337
1338 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1339
1340 * gdb.texinfo (set cwd): Add period.
1341 (gdb-add-index man): Move anchor.
1342
1343 2017-01-12 Tom Tromey <tom@tromey.com>
1344 Sergio Durigan Junior <sergiodj@redhat.com>
1345
1346 * gdb.texinfo (Index Files): Mention gdb-add-index.
1347 (gdb-add-index man): New section.
1348 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1349 from gdb.texinfo.
1350
1351 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1352
1353 * gdb.texinfo (pwd): Fix whitespace.
1354
1355 2018-01-09 John Baldwin <jhb@FreeBSD.org>
1356
1357 * gdb.texinfo (pwd): Update cross-reference for Process Information
1358 node and remove explicit /proc reference.
1359 (Native): Rename subsection from SVR4 Process Information to
1360 Process Information.
1361 (Process Information): Reword introduction to be less /proc
1362 centric. Document support for "info proc" on FreeBSD.
1363
1364 2018-01-03 Xavier Roirand <roirand@adacore.com>
1365
1366 * gdb.texinfo (Set Catchpoints): Add documentation for new
1367 "catch handlers" action.
1368
1369 2017-12-27 Stafford Horne <shorne@gmail.com>
1370
1371 * gdb.texinfo (Target Description Format): Explain that arbitrary
1372 strings are now allowed for register groups.
1373
1374 2017-12-27 Stafford Horne <shorne@gmail.com>
1375
1376 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1377
1378 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1379
1380 PR cli/16224
1381 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1382
1383 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1384
1385 * python.texi (Manipulating breakpoints using Python): Document
1386 qualified parameter to gdb.Breakpoint.
1387
1388 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1389
1390 * python.texi (Manipulating breakpoints using Python): Split doc
1391 of Breakpoint.__init__ in two, split text in multiple
1392 paragraphs, don't nest parameter square brackets.
1393
1394 2017-12-12 Stafford Horne <shorne@gmail.com>
1395 Stefan Wallentowitz <stefan@wallentowitz.de>
1396 Franck Jullien <franck.jullien@gmail.com>
1397 Jeremy Bennett <jeremy.bennett@embecosm.com>
1398
1399 * gdb.texinfo: Add OpenRISC documentation.
1400
1401 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1402
1403 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1404
1405 2017-12-07 Keith Seitz <keiths@redhat.com>
1406
1407 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1408 and "show print type nested-type-limit".
1409
1410 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1411
1412 * python.texi (Breakpoints In Python): Add text relating
1413 to allowed explicit locations and keywords in gdb.Breakpoints.
1414
1415 2017-12-04 Tom Tromey <tom@tromey.com>
1416
1417 * gdb.texinfo (Rust): Update trait object status
1418
1419 2017-12-01 Andrew Cagney <cagney@redhat.com>
1420 Joel Brobecker <brobecker@adacore.com>
1421 Sergio Durigan Junior <sergiodj@redhat.com>
1422
1423 * gdb.texinfo (File Options): Document --readnever.
1424 (Commands to Specify Files): Likewise, for 'symbol-file' and
1425 'add-symbol-file'.
1426
1427 2017-11-29 Pedro Alves <palves@redhat.com>
1428
1429 PR c++/19436
1430 * gdb.texinfo (Debugging C Plus Plus): Document setting
1431 breakpoints in functions with ABI tags.
1432
1433 2017-11-29 Pedro Alves <palves@redhat.com>
1434
1435 * gdb.texinfo (Linespec Locations): Document how "function" is
1436 interpreted in C++ and Ada. Document "-qualified".
1437 (Explicit Locations): Document how "-function" is interpreted in
1438 C++ and Ada. Document "-qualified".
1439
1440 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1441
1442 PR gdb/21945
1443 * gdb.texinfo (Search Memory): Update description and example
1444 about how to search a string without NULL terminator.
1445
1446 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1447
1448 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1449 new "exception-message" field.
1450
1451 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1452
1453 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1454
1455 2017-11-24 Pedro Alves <palves@redhat.com>
1456
1457 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1458 false claim that GDB inserts quoting automatically.
1459 (Symbols): Add anchor.
1460
1461 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1462
1463 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1464
1465 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1466
1467 * python.texi (Basic Python): Add rbreak documentation.
1468
1469 2017-11-07 Xavier Roirand <roirand@adacore.com>
1470 Pedro Alves <palves@redhat.com>
1471
1472 * gdb.texinfo (Set Breaks): Document support for breakpoint
1473 location ranges in the enable/disable commands.
1474
1475 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1476
1477 * gdb.texinfo (Starting your Program) <The working directory.>:
1478 Mention remote debugging.
1479 (Working Directory) <Your Program's Working Directory>:
1480 Likewise.
1481 (Connecting) <Remote Packet>: Add "set-working-dir"
1482 and "QSetWorkingDir" to the table.
1483 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1484 packet.
1485
1486 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1487
1488 * gdb.texinfo (Starting your Program) <The working directory.>:
1489 Mention new "set cwd" command.
1490 (Working Directory) <Your Program's Working Directory>:
1491 Rephrase to explain that "set cwd" exists and is the default
1492 way to change the inferior's cwd.
1493
1494 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1495
1496 * gdb.texinfo (S/390 and System z Features): Document the new
1497 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1498
1499 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1500
1501 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1502 attribute.
1503
1504 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1505
1506 * python.texi (Inferiors In Python): Add description for method
1507 Inferior.thread_from_thread_handle.
1508
1509 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1510
1511 * gdb.texinfo (Starting your Program): Add description of
1512 starti command. Mention starti command as an alternative for
1513 debugging the elaboration phase.
1514
1515 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1516
1517 * gdb.texinfo (Maintenance Commands): Document filter parameter
1518 of "maint selftest". Document "maint info selftests" command.
1519
1520 2017-09-11 Tom Tromey <tom@tromey.com>
1521
1522 * python.texi (Events In Python): Document new events.
1523
1524 2017-09-04 Pedro Alves <palves@redhat.com>
1525
1526 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1527 no-debug-info variables.
1528 (Symbols) <Examining the Symbol Table>: Document inspecting
1529 no-debug-info types.
1530 (Calling) <Calling functions with no debug info>: New subsection,
1531 documenting calling no-debug-info functions.
1532 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1533
1534 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1535
1536 * gdb.texinfo (set environment): Add @anchor. Explain that
1537 environment variables set by the user are sent to GDBserver.
1538 (unset environment): Likewise, but for unsetting variables.
1539 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1540 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1541 "environment-reset" and "QEnvironmentReset" to the table.
1542 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1543 QEnvironmentReset>: New item, explaining the packet.
1544
1545 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1546
1547 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1548 "Compiler search for the compile command" descriptions of set
1549 compile-gcc and show compile-gcc.
1550
1551 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1552
1553 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1554 ADI support.
1555 * NEWS: Add "adi examine" and "adi assign" commands.
1556
1557 2017-08-18 Yao Qi <yao.qi@linaro.org>
1558
1559 * gdb.texinfo (Server): Document "--selftest".
1560
1561 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1562
1563 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1564 Single-Key mode.
1565
1566 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1567
1568 PR gdb/21925
1569 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1570 set...").
1571
1572 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1573
1574 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1575 conditional expression.
1576
1577 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1578
1579 * agentexpr.texi (rot): Fix symbolic description, improve
1580 textual description.
1581
1582 2017-07-26 Yao Qi <yao.qi@linaro.org>
1583
1584 * gdb.texinfo (Maintenance Commands): Document command
1585 "maint check xml-descriptions".
1586
1587 2017-07-26 Yao Qi <yao.qi@linaro.org>
1588
1589 * gdb.texinfo (Maintenance Commands): Document optional
1590 argument of "maint print c-tdesc".
1591
1592 2017-07-18 Yao Qi <yao.qi@linaro.org>
1593
1594 * gdb.texinfo (Maintenance Commands): Improve the doc to
1595 command "maint print c-tdesc".
1596
1597 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1598
1599 PR gdb/21606
1600 * python.texi (Python representation of Symbols.): Replace
1601 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1602 * guile.texi (Guile representation of Symbols.): Likewise.
1603
1604 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1605
1606 * gdb.texinfo (Optional Messages about Internal Happenings):
1607 Document {set,show} debug separate-debug-file commands.
1608
1609 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1610
1611 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1612 (Connecting) <Remote Packet>: Add "startup-with-shell"
1613 and "QStartupWithShell" to the table.
1614 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1615 packet.
1616
1617 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1618
1619 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1620
1621 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1622
1623 * python.texi (Recording in Python): Factor out the documentation of
1624 gdb.RecordInstruction's super class.
1625
1626 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1627
1628 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1629 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1630 prev and next.
1631
1632 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1633
1634 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1635 gdb.RecordInstruction
1636
1637 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1638
1639 * python.texi (Recording in Python): Add documentation for
1640 gdb.RecordGap and remove documentation of special cases for
1641 gdb.BtraceInstruction.
1642
1643 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1644
1645 * python.texi (Recording in Python): Remove Record.ptid defvar.
1646
1647 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1648
1649 * gdb.texinfo (GDB/MI Thread Information): Add missing
1650 fields, re-word some things.
1651 (GDB/MI Thread Commands): Describe fields found in the output of
1652 -thread-info, remove description of fields in the
1653 thread output tuple, replace with a cross-reference to "GDB/MI
1654 Thread Information".
1655
1656 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1657
1658 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1659 from -thread-info output.
1660
1661 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1662
1663 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1664
1665 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1666
1667 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1668
1669 2017-03-22 Yao Qi <yao.qi@linaro.org>
1670
1671 * python.texi (Inferiors In Python): Remove @code from Python.
1672
1673 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1674
1675 * python.texi (Recordings In Python): Document return type of
1676 gdb.BtraceInstruction.data.
1677
1678 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1679
1680 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1681 command file-list-shared-libraries
1682 (GDB/MI Async Records): Update documentation of library-loaded with new
1683 field.
1684
1685 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1686
1687 PR gdb/14441
1688 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1689 supports both lvalue and rvalue references.
1690
1691 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1692
1693 PR gdb/14441
1694 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1695 table of constants.
1696
1697 2017-03-16 Doug Evans <dje@google.com>
1698
1699 * guile.texi (Lazy Strings In Guile): Mention arrays.
1700 * python.texi (Lazy Strings In Python): Ditto.
1701
1702 2017-03-08 Jiong Wang <jiong.wang@arm.com>
1703
1704 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1705 character "@".
1706
1707 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1708
1709 * Memory Protection Extensions: Add information about inferior
1710 calls.
1711
1712 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1713
1714 * gdb.texinfo: Document new set/show disassembler-options
1715 commands.
1716
1717 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1718
1719 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1720 DW_TAG_GNU_* and DW_AT_GNU_*.
1721
1722 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1723
1724 * python.texi (Recordings In Python): New section.
1725
1726 2017-02-14 Tom Tromey <tom@tromey.com>
1727
1728 PR python/13598:
1729 * python.texi (Events In Python): Document events.before_prompt.
1730
1731 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1732
1733 * gdb.texinfo (Target Commands): Document the optional offset
1734 argument for the load command.
1735
1736 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1737
1738 PR gdb/21122
1739 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1740 space-separated breakpoint lists. Also add a missing @table command
1741 and @cindex for breakpoint lists.
1742
1743 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1744
1745 PR tdep/20936
1746 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1747 (Sparc Features): New node.
1748
1749 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1750
1751 * gdb.texinfo (i386 Features): Add system segment registers
1752 as feature.
1753
1754 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1755
1756 * python.texi (Events In Python): Fix typo.
1757
1758 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1759 Luis Machado <lgustavo@codesourcery.com>
1760
1761 * gdb.texinfo (-target-flash-erase): New MI command description.
1762 (flash-erase): New CLI command description.
1763
1764 2017-01-04 John Baldwin <jhb@FreeBSD.org>
1765
1766 * gdb.texinfo (Contributors): Add SRI International and University
1767 of Cambridge for FreeBSD/mips.
1768
1769 2016-12-22 Doug Evans <xdje42@gmail.com>
1770
1771 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1772 commands.
1773
1774 2016-12-02 Pedro Alves <palves@redhat.com>
1775
1776 * gdb.texinfo (User-defined Commands): Limit on number of
1777 arguments passed to user-defined commands removed; update.
1778
1779 2016-12-02 Pedro Alves <palves@redhat.com>
1780
1781 PR cli/20559
1782 * gdb.texinfo (Define): Add example of using "eval" to process a
1783 variable number of arguments.
1784 (Output) <eval>: Add anchor.
1785
1786 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1787
1788 * Makefile.in: Likewise.
1789
1790 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1791
1792 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1793 xref.
1794
1795 2016-10-29 Pedro Alves <palves@redhat.com>
1796
1797 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1798 actions.
1799
1800 2016-10-26 Pedro Alves <palves@redhat.com>
1801
1802 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1803 actions that match a thread, and what happens when an action
1804 matches a thread that is already running.
1805
1806 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1807
1808 * gdb.texinfo (Using Trace Files): Fix typo.
1809 (GDB/MI Tracepoint Commands): Likewise.
1810
1811 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1812
1813 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1814 of -trace-save.
1815
1816 2016-10-06 Tom Tromey <tom@tromey.com>
1817
1818 * guile.texi (Types In Guile): Remove Java mentions.
1819 * python.texi (Types In Python): Remove Java mentions.
1820 * gdb.texinfo (Address Locations, Supported Languages)
1821 (Index Section Format): Remove Java mentions.
1822
1823 2016-08-15 Doug Evans <dje@google.com>
1824
1825 * gdb.texinfo (Target Description Format): Update docs on "end"
1826 field spec and field default type.
1827
1828 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
1829 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1830
1831 PR gdb/20487
1832 * gdb.texinfo (Context management): Update mention of frame
1833 change notifications.
1834 (gdb/mi Async Records): Document frame field in
1835 =thread-select event.
1836 * observer.texi (GDB Observers): New user_selected_context_changed
1837 observer.
1838
1839 2016-09-28 Tom Tromey <tom@tromey.com>
1840
1841 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1842 than "memory breakpoint". Further document "kind". Move
1843 protocol-details link earlier.
1844 <z1>: Document the cmd_list argument. Fix typo.
1845 <g>: Remove incorrect sentence.
1846 (Stop Reply Packets): Document "OK" response to requests when in
1847 non-stop mode.
1848 <swbreak>: Use "software breakpoint" rather than "memory
1849 breakpoint".
1850 <create>: Document that "R" is ignored.
1851 <W, X, w>: Document formatting of "AA".
1852 (Notification Packets): Use "%Stop", not "%%Stop".
1853
1854 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1855
1856 * gdb.texinfo (Embedded Processors): Document ARC.
1857 (Synopsys ARC): New section.
1858 (Standard Target Features): Document ARC features.
1859 (ARC Features): New section.
1860
1861 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1862
1863 * .gitignore: New file.
1864
1865 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1866
1867 * gdb.texinfo (Input/Output): Mention possibility to unset
1868 inferior-tty.
1869
1870 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1871
1872 * gdb.texinfo: Resume btrace on reconnect.
1873
1874 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1875
1876 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1877 syscall.
1878
1879 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1880
1881 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1882 command.
1883
1884 2016-07-13 Tom Tromey <tom@tromey.com>
1885
1886 PR python/15620, PR python/18620:
1887 * python.texi (Events In Python): Document new breakpoint events.
1888
1889 2016-07-13 Tom Tromey <tom@tromey.com>
1890
1891 PR python/17698:
1892 * python.texi (Breakpoints In Python): Document
1893 Breakpoint.pending.
1894
1895 2016-07-13 Tom Tromey <tom@tromey.com>
1896
1897 * python.texi (Breakpoints In Python): Move table of types and
1898 table of watchpoint types earlier in node.
1899
1900 2016-07-12 Tom Tromey <tom@tromey.com>
1901
1902 PR python/19293:
1903 * python.texi (Frames In Python): Document
1904 gdb.invalidate_cached_frames.
1905
1906 2016-06-21 Pedro Alves <palves@redhat.com>
1907
1908 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1909 document new-ui and explain use case.
1910
1911 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1912
1913 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1914 (NDS32 Features): New Section.
1915
1916 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1917
1918 * gdb.texinfo (Examining Memory): Document negative repeat
1919 count in the 'x' command.
1920
1921 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1922
1923 * gdb.texinfo (GDB/MI Async Records): Document method and
1924 format fields in =record-started.
1925 * observer.texi (record_changed): Add method and format
1926 parameters.
1927
1928 2016-05-27 Eli Zaretskii <eliz@gnu.org>
1929
1930 * gdb.texinfo (General Query Packets): Move the description of the
1931 response before the long list of the specific 'read' and 'write'
1932 requests.
1933
1934 2016-05-23 Tom Tromey <tom@tromey.com>
1935
1936 * python.texi (Basic Python): Document gdb.breakpoints return.
1937
1938 2016-05-24 Tom Tromey <tom@tromey.com>
1939
1940 PR gdb/19194:
1941 * gdb.texinfo (gdb man): Fix typo.
1942
1943 2016-05-17 Tom Tromey <tom@tromey.com>
1944
1945 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1946 (Rust): New node.
1947
1948 2016-05-17 Tom Tromey <tom@tromey.com>
1949
1950 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1951
1952 2016-04-27 Yao Qi <yao.qi@linaro.org>
1953
1954 * gdb.texinfo (tfind): Complete doc about tfind without
1955 argument.
1956
1957 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1958
1959 * agentexpr.texi (byte): Fix zero_ext description.
1960
1961 2016-03-31 Pedro Alves <palves@redhat.com>
1962
1963 * gdb.texinfo (M32R/SDI): Delete node.
1964 (MIPS Embedded): Remove references to the MIPS remote debugging
1965 protocol, PMON and variants, and the associated commands.
1966
1967 2016-03-15 Doug Evans <dje@google.com>
1968
1969 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1970 (Target Description Format): Mention enum types. Update docs on
1971 flags types.
1972 (Predefined Target Types): Add "bool".
1973 (Enum Target Types): New node.
1974
1975 2016-03-15 Pedro Alves <palves@redhat.com>
1976
1977 * gdb.texinfo (Tracepoint Actions): Fix typo.
1978
1979 2016-03-15 Pedro Alves <palves@redhat.com>
1980 Andreas Arnez <arnez@linux.vnet.ibm.com>
1981 Marcin Kościelnicki <koriakin@0x04.net>
1982
1983 * gdb.texinfo (Tracepoint Actions): Document possible
1984 unreliability of '$_ret'.
1985
1986 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1987
1988 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1989 command.
1990
1991 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1992
1993 * gdb.texinfo (Convenience Functions): Document $_as_string.
1994
1995 2016-02-23 Doug Evans <dje@google.com>
1996
1997 * gdb.texinfo (Skipping Over Functions and Files): Document new
1998 options to "skip" command. Update docs of output of "info skip".
1999
2000 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
2001
2002 * gdb.texinfo (Signals): Add bound violation display hints for
2003 a SIGSEGV.
2004
2005 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
2006
2007 * gdb.texinfo (Trace File Format): Add documentation for description
2008 section lines.
2009
2010 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
2011
2012 * gdb.texinfo (Trace File Format): Remove misleading information
2013 about register block ordering.
2014
2015 2016-02-01 Doug Evans <dje@google.com>
2016
2017 * gdb.texinfo (Value Sizes): Fix typo.
2018
2019 2016-02-01 Doug Evans <dje@google.com>
2020
2021 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
2022
2023 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
2024
2025 * gdb.texinfo (Value Sizes): New section.
2026 (Data): Add the 'Value Sizes' node to the menu.
2027
2028 2016-01-26 John Baldwin <jhb@FreeBSD.org>
2029
2030 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
2031
2032 2016-01-19 John Baldwin <jhb@FreeBSD.org>
2033
2034 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
2035
2036 2016-01-18 Pedro Alves <palves@redhat.com>
2037
2038 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
2039 of the thread that hit a breakpoint or received a signal.
2040
2041 2016-01-15 Pedro Alves <palves@redhat.com>
2042
2043 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
2044
2045 2016-01-13 Pedro Alves <palves@redhat.com>
2046
2047 * gdb.texinfo (Threads): Document the $_gthread convenience
2048 variable.
2049 (Convenience Vars): Likewise.
2050
2051 2016-01-13 Pedro Alves <palves@redhat.com>
2052
2053 * gdb.texinfo (Threads): Document "info threads -gid".
2054
2055 2016-01-13 Pedro Alves <palves@redhat.com>
2056
2057 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
2058 anchor.
2059 (Threads In Python): Document new InferiorThread.global_num
2060 attribute.
2061
2062 2016-01-07 Pedro Alves <palves@redhat.com>
2063
2064 * gdb.texinfo (Threads): Document per-inferior thread IDs,
2065 qualified thread IDs, global thread IDs and thread ID lists.
2066 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
2067 thread IDs.
2068 (Convenience Vars): Document the $_thread convenience variable.
2069 (Ada Tasks): Adjust to refer to thread IDs.
2070 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
2071 Commands, GDB/MI Variable Objects): Update to mention global
2072 thread IDs.
2073 * guile.texi (Breakpoints In Guile)
2074 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
2075 global thread IDs instead of thread IDs.
2076 * python.texi (Threads In Python): Adjust documentation of
2077 InferiorThread.num.
2078 (Breakpoint.thread): Mention global thread IDs instead of thread
2079 IDs.
2080
2081 2016-01-13 Pedro Alves <palves@redhat.com>
2082
2083 * python.texi (Threads In Python): Document
2084 InferiorThread.inferior.
2085
2086 2016-01-13 Pedro Alves <palves@redhat.com>
2087
2088 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
2089 convenience variable.
2090 (Convenience Vars): Likewise.
2091
2092 2016-01-12 Josh Stone <jistone@redhat.com>
2093 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2094
2095 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
2096 (Stop Reply Packets): List the syscall entry and return stop reasons.
2097 (General Query Packets): Describe QCatchSyscalls, and add it to the
2098 table and the detailed list of stub features.
2099
2100 2016-01-12 Pedro Alves <palves@redhat.com>
2101
2102 Remove use of the registered trademark symbol throughout.
2103
2104 2016-01-12 Yao Qi <yao.qi@linaro.org>
2105
2106 * gdb.texinfo (Interrupts): Update the document on handling
2107 interrupt when program is stopped.
2108
2109 2015-12-11 Don Breazeal <donb@codesourcery.com>
2110
2111 * gdb.texinfo (Forks): Correct Linux kernel version where
2112 fork and exec events are supported, add notes about support
2113 of these events in target remote mode.
2114 (Connecting): Reorganize and clarify distinctions between
2115 target remote, extended-remote, and multiprocess.
2116 Reorganize related text from separate sections into new
2117 sections.
2118 (Server): Note effects of target extended-remote mode.
2119 Delete section on Multi-Process Mode for gdbserver.
2120 Move some text to "Connecting" node.
2121
2122 2015-12-10 Pedro Alves <palves@redhat.com>
2123
2124 * gdb.texinfo (Threads): Replace warning with explanation
2125 about single-threaded programs.
2126
2127 2015-12-10 Pedro Alves <palves@redhat.com>
2128
2129 * gdb.texinfo (Threads): Remove mention of SGI.
2130 (Forks): Remove mention of HP-UX.
2131 (Breakpoints): Remove mention of HP-UX.
2132 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
2133 Reword in terms of architectures.
2134 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
2135 mention supported systems.
2136 (Convenience Vars): Don't mention HP-UX.
2137 (Jumping): Remove mention of HP-UX in comment.
2138 (Files) <shared libraries>: Update supported shared library types
2139 list. Remove mention of HP-UX.
2140 (Native): Remove HP-UX subsection.
2141 (SVR4 Process Information): Remove mention of HP-UX.
2142
2143 2015-12-10 Pedro Alves <palves@redhat.com>
2144
2145 * gdb.texinfo (Stack): Reorder menu.
2146
2147 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
2148
2149 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
2150 -var-set-format's new zero-hexadecimal format.
2151
2152 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
2153
2154 * gdb.texinfo (Ada Mode Into): Move overloading support
2155 description to its own node.
2156 (Overloading support for Ada): New node.
2157
2158 2015-11-30 Pedro Alves <palves@redhat.com>
2159
2160 PR 14618
2161 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
2162 (Remote Configuration): Add the "set/show remote
2163 no-resumed-stop-reply" to the available settings table.
2164 (General Query Packets): Document the "no-resumed" qSupported
2165 feature.
2166
2167 2015-11-30 Pedro Alves <palves@redhat.com>
2168
2169 * gdb.texinfo (Remote Configuration): List "set/show remote
2170 thread-events" command in configuration table.
2171 (Stop Reply Packets): Document "T05 create" stop
2172 reason and 'w' stop reply.
2173 (General Query Packets): Document QThreadEvents packet. Document
2174 QThreadEvents qSupported feature.
2175
2176 2015-11-30 Pedro Alves <palves@redhat.com>
2177
2178 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
2179 anchor.
2180 (Packets): Document vCtrlC.
2181
2182 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
2183
2184 * gdb.texinfo (Thread List Format): Mention thread names.
2185
2186 2015-11-24 Pedro Alves <palves@redhat.com>
2187
2188 PR 17539
2189 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
2190 program-spaces" example to ascending order listing.
2191 (Threads): Adjust "info threads" example to ascending order
2192 listing.
2193 (Forks): Adjust "info inferiors" example to ascending order
2194 listing.
2195
2196 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
2197
2198 * gdb.texinfo (Process Record and Replay): Document "record
2199 instruction-history" modifiers.
2200
2201 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2202
2203 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
2204 description.
2205 (Frame Filter Management): Move to later in the 'Examining the
2206 Stack' chapter.
2207 (Selection): Add entry for 'select-frame'.
2208
2209 2015-09-25 Doug Evans <dje@google.com>
2210
2211 * gdb.texinfo (Process Record and Replay): Fix syntax of
2212 "record instruction-history begin, end" and
2213 "record function-call-history begin, end".
2214
2215 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2216
2217 * gdb.texinfo (Specifying Source Directories): Fix
2218 substitute-path example.
2219
2220 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2221
2222 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
2223
2224 2015-09-15 Pedro Alves <palves@redhat.com>
2225
2226 PR remote/18965
2227 * gdb.texinfo (Stop Reply Packets): Revert previous change to
2228 the vforkdone description.
2229
2230 2015-09-15 Pedro Alves <palves@redhat.com>
2231
2232 PR remote/18965
2233 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
2234 part indicates the thread ID of the parent process.
2235
2236 2015-09-15 Yao Qi <yao.qi@linaro.org>
2237
2238 * gdb.texinfo (General Query Packets): Add vContSupported to
2239 tables of 'gdbfeatures' and 'stub features' supported in the
2240 qSupported packet, as well as to the list containing stub
2241 feature details.
2242
2243 2015-09-11 Don Breazeal <donb@codesourcery.com>
2244
2245 * gdb.texinfo (Remote Configuration): Add exec event
2246 feature to table of packet settings.
2247 (Stop Reply Packets): Add exec events to the list of stop
2248 reasons.
2249 (General Query Packets): Add exec events to tables of
2250 'gdbfeatures' and 'stub features' supported in the qSupported
2251 packet, as well as to the list containing stub feature
2252 details.
2253
2254 2015-08-24 Pedro Alves <palves@redhat.com>
2255
2256 * gdb.texinfo (Remote Configuration): Document the "set/show
2257 remote multiprocess-extensions-packet" commands.
2258
2259 2015-08-24 Pedro Alves <palves@redhat.com>
2260
2261 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2262 <M32R>: Remove references to M32R/D.
2263 <M68K>: Remove references to target dbug.
2264 <MIPS Embedded>: Remove references to target r3900 and target
2265 array.
2266 <PowerPC Embedded>: Remove references to target dink32 and target
2267 ppcbug, target sds
2268 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2269
2270 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2271
2272 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2273
2274 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2275
2276 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2277
2278 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2279
2280 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2281 info bfds" to...
2282 (File Caching): A New section. Outline bfd caching, and add new
2283 description for "main set/show bfd-sharing".
2284
2285 2015-08-14 Doug Evans <xdje42@gmail.com>
2286
2287 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2288 disassembly.
2289 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2290
2291 2015-08-11 Keith Seitz <keiths@redhat.com>
2292
2293 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2294 Use "location(s)"instead of "linespec(s)".
2295 (Specifying a Location): Rewrite.
2296 Add subsections describing linespec, address, and explicit locations.
2297 Add node/menu for each subsection.
2298 (Source and Machine Code, C Preprocessor Macros)
2299 (Create and Delete Trace points)
2300 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2301 (Continuing at a Different Address): Remove "linespec" examples.
2302 Add reference to "Specify a Location"
2303 (The -break-insert Command): Rewrite. Add anchor.
2304 Add reference to appropriate manual section discussing locations.
2305 (The -dprintf-insert Command): Refer to -break-insert for
2306 specification of 'location'.
2307
2308 2015-08-07 Pedro Alves <palves@redhat.com>
2309
2310 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2311 target-non-stop".
2312
2313 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2314
2315 * gdb.texinfo (Process Record and Replay): Document prefixing of
2316 speculatively executed instructions in the "record instruction-history"
2317 command.
2318
2319 2015-07-20 Doug Evans <dje@google.com>
2320
2321 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2322
2323 2015-07-16 Doug Evans <dje@google.com>
2324
2325 * stabs.texinfo: @include gdb-cfg.texi.
2326
2327 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2328
2329 Revert the previous 2 commits:
2330 gdbserver build-id attribute generator
2331 Validate symbol file using build-id
2332
2333 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2334
2335 * gdb.texinfo (Files): Add 'set validate-build-id'
2336 and 'show validate-build-id'.
2337
2338 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2339 Jan Kratochvil <jan.kratochvil@redhat.com>
2340
2341 gdbserver build-id attribute generator.
2342 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2343 'build-id' in description, example, new attribute in dtd.
2344
2345 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2346
2347 * gdb.texinfo (Selection): Update documentation for 'frame'
2348 command.
2349
2350 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2351
2352 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2353 focus commands.
2354
2355 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2356
2357 * gdb.texinfo (TUI): Add comma after @xref.
2358
2359 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2360
2361 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
2362 commands.
2363
2364 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2365
2366 * gdb.texinfo (Process Record and Replay): Spell out that variables
2367 and registers are not available during btrace replay.
2368 Describe the new "record btrace pt" command.
2369 Describe the new "set|show record btrace pt buffer-size" options.
2370 (General Query Packets): Describe the new Qbtrace:pt and
2371 Qbtrace-conf:pt:size packets.
2372 Expand "bts" to "Branch Trace Store".
2373 Update the branch trace DTD.
2374
2375 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2376
2377 * gdb.texinfo (Command History): Document the new option
2378 "history remove-duplicates".
2379
2380 2015-06-19 Doug Evans <dje@google.com>
2381
2382 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2383 longer supported.
2384
2385 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2386
2387 * gdb.texinfo (Command History): Mention that setting
2388 GDBHISTSIZE to the empty string disables history truncation.
2389
2390 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2391
2392 PR gdb/16999
2393 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2394 behavior.
2395
2396 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2397
2398 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2399 with GDBHISTSIZE.
2400
2401 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2402
2403 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2404 bytes and memory units for -data-{read,write}-memory-bytes.
2405 (Packets): Same for m, M and X packets.
2406 * python.texi (Inferiors In Python): Same for read_memory and
2407 write_memory.
2408
2409 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2410
2411 * gdb.texinfo (Separate Debug Files): Document that PE is also
2412 supported.
2413
2414 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2415
2416 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2417 single table entry.
2418
2419 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2420
2421 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2422
2423
2424 2015-06-10 Gary Benson <gbenson@redhat.com>
2425
2426 * gdb.texinfo (Remote Configuration): Document the
2427 "set/show remote hostio-setfs-packet" command.
2428 (Host I/O Packets): Document the vFile:setfs packet.
2429
2430 2015-06-10 Gary Benson <gbenson@redhat.com>
2431
2432 * gdb.texinfo (Debugging Output): Document the "set/show debug
2433 linux-namespaces" command.
2434
2435 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2436 Mircea Gherzan <mircea.gherzan@intel.com>
2437
2438 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2439 and "set mpx bound".
2440
2441 2015-05-27 Doug Evans <dje@google.com>
2442
2443 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2444
2445 2015-05-26 Doug Evans <dje@google.com>
2446
2447 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2448 command renamings.
2449 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2450
2451 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2452
2453 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2454
2455 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2456
2457 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2458 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2459
2460 2015-05-16 Doug Evans <xdje42@gmail.com>
2461
2462 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2463 memory ports.
2464
2465 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2466
2467 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2468
2469 2015-05-12 Don Breazeal <donb@codesourcery.com>
2470
2471 * gdb.texinfo (Forks): Note that fork debugging is
2472 supported in extended mode.
2473 (Remote Configuration): Add fork event features to table
2474 of packet settings.
2475 (Stop Reply Packets): Add fork events to list of stop reasons.
2476 (General Query Packets): Add fork events to tables of
2477 'gdbfeatures' and 'stub features' supported in the qSupported
2478 packet, as well as to the list containing stub feature
2479 details.
2480
2481 2015-05-12 Gary Benson <gbenson@redhat.com>
2482
2483 * gdb.texinfo (General Query Packets): Document
2484 qXfer:exec-file:read with empty annex.
2485
2486 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2487
2488 * python.texi (Values From Inferior): Add descriptions of new
2489 methods gdb.Value.reference_value and gdb.Value.const_value.
2490
2491 2015-05-06 Joel Brobecker <brobecker@adacore.com>
2492
2493 * gdb.texinfo (Files): Add "info dll" documentation.
2494 (Cygwin Native): Remove "info dll" documentation.
2495
2496 2015-04-29 Doug Evans <dje@google.com>
2497
2498 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2499 Document.
2500 (Writing an Xmethod): Add get_result_type to example.
2501
2502 2015-04-28 Sasha Smundak <asmundak@google.com>
2503
2504 * python.texi: New method documented.
2505
2506 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2507
2508 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2509 format.
2510
2511 2015-04-24 Doug Evans <dje@google.com>
2512
2513 * python.texi (Xmethods In Python): Fix name of method to call the
2514 xmethod.
2515
2516 2015-04-17 Gary Benson <gbenson@redhat.com>
2517
2518 * gdb.texinfo (Connecting to a Remote Target): Mention that
2519 GDB can access program files from remote targets that support
2520 qXfer:exec-file:read and Host I/O packets.
2521
2522 2015-04-17 Gary Benson <gbenson@redhat.com>
2523
2524 * gdb.texinfo (Remote Configuration): Document the "set/show
2525 remote pid-to-exec-file-packet" command.
2526 (General Query Packets): Document the qXfer:exec-file:read
2527 qSupported features. Document the qXfer:exec-file:read packet.
2528
2529 2015-04-17 Gary Benson <gbenson@redhat.com>
2530
2531 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2532 applies to executable paths if supplied to GDB as absolute.
2533
2534 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2535
2536 * gdb.texinfo (Mode Options): Remove -xdb.
2537
2538 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2539 Eli Zaretskii <eliz@gnu.org>
2540
2541 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2542 compile, show debug compile. New subsection Compilation options for
2543 the compile command. New subsection Compiler search for the compile
2544 command.
2545
2546 2015-04-09 Andy Wingo <wingo@igalia.com>
2547
2548 * guile.texi (Frames In Guile): Describe frame-read-register.
2549
2550 2015-04-02 Gary Benson <gbenson@redhat.com>
2551
2552 * gdb.texinfo (set sysroot): Document "target:".
2553
2554 2015-04-01 Sasha Smundak <asmundak@google.com>
2555
2556 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2557 section.
2558
2559 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2560
2561 PR corefiles/16092
2562 * gdb.texinfo (gcore): Mention new command 'set
2563 use-coredump-filter'.
2564 (set use-coredump-filter): Document new command.
2565
2566 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2567
2568 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2569 documentation, reorder the info os entries in alphabetical order.
2570
2571 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2572
2573 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2574 -data-write-memory-bytes.
2575
2576 2015-03-24 Pedro Alves <palves@redhat.com>
2577
2578 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2579 mention that threads may sometimes run unlocked.
2580
2581 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2582
2583 * gdb.texinfo (Remote configuration): Document "set/show
2584 serial parity" command.
2585
2586 2015-03-18 Gary Benson <gbenson@redhat.com>
2587
2588 * gdb.texinfo (General Query Packets): Remove documentation
2589 for now-removed vFile:fstat qSupported features.
2590
2591 2015-03-11 Gary Benson <gbenson@redhat.com>
2592
2593 * gdb.texinfo (Remote Configuration): Document the
2594 "set/show remote hostio-fstat-packet" command.
2595 (General Query Packets): Document the vFile:fstat
2596 qSupported features.
2597 (Host I/O Packets): Document the vFile:fstat packet.
2598
2599 2015-03-11 Andy Wingo <wingo@igalia.com>
2600
2601 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2602
2603 2015-03-04 Pedro Alves <palves@redhat.com>
2604
2605 * gdb.texinfo (Remote Configuration): Document the "set/show
2606 remote swbreak-feature-packet" and "set/show remote
2607 hwbreak-feature-packet" commands.
2608 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2609 decription.
2610 (Stop Reply Packets): Document the swbreak and hwbreak stop
2611 reasons.
2612 (General Query Packets): Document the swbreak and hwbreak
2613 qSupported features.
2614 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2615
2616 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
2617
2618 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2619 under *stopped.
2620
2621 2015-03-02 Doug Evans <xdje42@gmail.com>
2622
2623 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2624
2625 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2626
2627 * gdb.texinfo (S/390 and System z Features): Describe new feature
2628 "org.gnu.gdb.s390.vx".
2629
2630 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2631
2632 PR gdb/18008
2633 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2634 demangler-warning): Fix typo ("problam").
2635
2636 2015-02-19 David Taylor <dtaylor@emc.com>
2637
2638 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2639
2640 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2641
2642 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2643 point, DTrace'.
2644 (Static Probe Points): Modified to cover DTrace probes in addition
2645 to SystemTap probes. Also modified to cover the `enable probe'
2646 and `disable probe' commands.
2647
2648 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2649
2650 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2651 `disable probe' commands.
2652
2653 2015-02-12 David Taylor <dtaylor@emc.com>
2654
2655 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2656 fields of the QTDV packet.
2657
2658 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2659
2660 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2661 (Process Record and Replay): Describe new set|show commands.
2662 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2663
2664 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2665
2666 * gdb.texinfo (Process Record and Replay): Describe the "record
2667 btrace bts" command.
2668 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2669 (Branch Trace Configuration Format): New.
2670
2671 2015-01-31 Gary Benson <gbenson@redhat.com>
2672 Doug Evans <dje@google.com>
2673
2674 * gdb.texinfo (Command Completion): Document new
2675 "set/show max-completions" option.
2676
2677 2015-01-31 Doug Evans <xdje42@gmail.com>
2678
2679 * gdb.texinfo (Symbols): Document new commands
2680 "maint print symbol-cache", "maint print symbol-cache-statistics",
2681 "maint flush-symbol-cache". Document new option
2682 "maint set symbol-cache-size".
2683
2684 2015-01-31 Doug Evans <xdje42@gmail.com>
2685
2686 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2687 distinguish script files vs inlined scripts.
2688 * python.texi (Python Auto-loading): Ditto.
2689
2690 2015-01-30 Doug Evans <dje@google.com>
2691
2692 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2693 string if present.
2694
2695 2015-01-27 Doug Evans <dje@google.com>
2696
2697 * python.texi (Objfiles In Python): Document Objfile.username.
2698
2699 2015-01-27 Doug Evans <dje@google.com>
2700
2701 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2702 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2703
2704 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2705
2706 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2707
2708 2015-01-16 Eli Zaretskii <eliz@gnu.org>
2709
2710 * doc/gdb.texinfo (TUI Commands): Document the possible
2711 values of NAME argument to 'winheight' command. Explain the
2712 effect of 'tabset' setting better.
2713
2714 2015-01-11 Doug Evans <xdje42@gmail.com>
2715
2716 PR gdb/15830
2717 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2718 (Symbols): Ditto.
2719 (Maintenance Commands): Delete docs for "maint demangle".
2720
2721 2014-12-31 Joel Brobecker <brobecker@adacore.com>
2722
2723 * gdb.texinfo (Files): Remove documentation of the
2724 "add-shared-symbol-files" and "assf" commands.
2725 (Cygwin Native): Remove documentation of the "dll-symbols"
2726 command.
2727
2728 2014-12-17 Doug Evans <xdje42@gmail.com>
2729
2730 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2731
2732 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2733 Jan Kratochvil <jan.kratochvil@redhat.com>
2734
2735 * gdb.texinfo (Altering): Update.
2736 (Compiling and Injecting Code): New node.
2737
2738 2014-12-12 Doug Evans <dje@google.com>
2739
2740 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2741
2742 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2743
2744 * gdb.texinfo: Document "maint print user-registers".
2745
2746 2014-12-08 Doug Evans <dje@google.com>
2747
2748 * python.texi (Objfiles In Python): Document Objfile.owner.
2749
2750 2014-12-04 Doug Evans <dje@google.com>
2751
2752 * python.texi (Objfiles In Python): Document
2753 Objfile.add_separate_debug_file.
2754
2755 2014-12-04 Doug Evans <dje@google.com>
2756
2757 * python.texi (Objfiles In Python): Document Objfile.build_id.
2758
2759 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2760
2761 * observer.texi (inferior_call_pre, inferior_call_post)
2762 (memory_changed, register_changed): New observers.
2763
2764 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2765
2766 * python.texi (Events In Python): Document new events
2767 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2768 and RegisterChangedEvent.
2769
2770 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2771
2772 Add add-auto-load-scripts-directory.
2773 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2774 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2775
2776 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2777
2778 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2779 description typo.
2780
2781 2014-10-30 Doug Evans <dje@google.com>
2782
2783 * python.texi (Progspaces In Python): Document ability to add
2784 random attributes to gdb.Progspace objects.
2785 (Objfiles In Python): Document ability to add random attributes to
2786 gdb.objfile objects.
2787
2788 2014-10-27 Pedro Alves <palves@redhat.com>
2789
2790 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2791 info on stepping and signal handlers.
2792 (Signals): Explain stepping and signal handlers. Add context
2793 index entry, and cross references.
2794
2795 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2796
2797 * python.texi (Breakpoints In Python): Add parenthesis after
2798 Breakpoint.delete. Clarify Breakpoint.enabled description so
2799 that it contains "disable".
2800
2801 2014-10-17 Doug Evans <dje@google.com>
2802
2803 * python.texi (Events In Python): Document clear_objfiles event.
2804
2805 2014-10-17 Doug Evans <dje@google.com>
2806
2807 * python.texi (Objfiles In Python): Document new progspace attribute.
2808
2809 2014-10-17 Pedro Alves <palves@redhat.com>
2810
2811 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2812 (SVR4 Process Information): Delete mention of OSF/1.
2813
2814 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2815
2816 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2817 exit-code field in -list-thread-groups output.
2818
2819 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2820
2821 * gdb.texinfo (Set Breaks): Add missing "@end table".
2822
2823 2014-09-22 Pedro Alves <palves@redhat.com>
2824
2825 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2826 always-inserted off" is the default mode now. Delete
2827 documentation of "set breakpoint always-inserted auto".
2828
2829 2014-09-18 Doug Evans <dje@google.com>
2830
2831 * python.texi (Symbol Tables In Python): Document "producer"
2832 attribute of gdb.Symtab objects.
2833
2834 2014-09-16 Pedro Alves <palves@redhat.com>
2835
2836 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2837 (Embedded OS): Remove VxWorks menu entry.
2838 (VxWorks): Remove node.
2839
2840 2014-09-13 Doug Evans <xdje42@gmail.com>
2841
2842 * gdb.texinfo (Signaling): Document new queue-signal command.
2843
2844 2014-09-06 Doug Evans <xdje42@gmail.com>
2845
2846 PR 15276
2847 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2848 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2849
2850 2014-09-03 Justin Lebar <jlebar@google.com>
2851
2852 * python.texi (Types In Python): Type.template_argument(n) returns a
2853 gdb.Value or a gdb.Type and throws an exception if n is out of
2854 range.
2855
2856 2014-09-03 Sasha Smundak <asmundak@google.com>
2857
2858 * python.texi (Frames in Python): Add read_register description.
2859
2860 2014-08-04 Tom Tromey <tromey@redhat.com>
2861
2862 * gdb.texinfo (Debugging Output): Update for change to "set debug
2863 target".
2864
2865 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
2866
2867 Pushed by Joel Brobecker <brobecker@adacore.com>.
2868 * Makefile.in (transform): New variable.
2869 (install-man1, install-man5): Apply $(transform) to man file names.
2870
2871 2014-07-26 Doug Evans <xdje42@gmail.com>
2872
2873 PR guile/17177
2874 * guile.texi (Guile Pretty Printing API): Fix typo.
2875 Document set-pretty-printers!, pretty-printers.
2876 (Selecting Guile Pretty-Printers): Update.
2877 Mention program-space based pretty-printers.
2878
2879 2014-07-25 Pedro Alves <palves@redhat.com>
2880 Eli Zaretskii <eliz@gnu.org>
2881
2882 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2883 with multi-threaded programs.
2884
2885 2014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
2886
2887 * gdb.texinfo (MicroBlaze Features): Added.
2888
2889 2014-06-27 Yao Qi <yao@codesourcery.com>
2890
2891 * gdb.texinfo (Maintenance Commands): Update the output of
2892 'maint print dummy-frames' command.
2893
2894 2014-06-24 Eli Zaretskii <eliz@gnu.org>
2895
2896 * gdb.texinfo (Screen Size): Improve indexing.
2897
2898 2014-06-19 Gary Benson <gbenson@redhat.com>
2899
2900 * gdb.texinfo (Maintenance Commands): Document new
2901 "maint set/show catch-demangler-crashes" option.
2902
2903 2014-06-19 Gary Benson <gbenson@redhat.com>
2904
2905 * gdb.texinfo (Maintenance Commands): Document new
2906 "maint demangler-warning" command and new
2907 "maint set/show demangler-warning" option.
2908
2909 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2910
2911 * python.texi (Xmethod API): Add space before the opening
2912 parenthesis in function descriptions.
2913
2914 2014-06-06 Doug Evans <xdje42@gmail.com>
2915
2916 * guile.texi (Guile Configuration): Document guile-data-directory.
2917
2918 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2919
2920 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2921
2922 2014-06-04 Doug Evans <xdje42@gmail.com>
2923
2924 * guile.texi (Breakpoints In Guile): Update.
2925
2926 2014-06-03 Joel Brobecker <brobecker@adacore.com>
2927
2928 * python.texi (Xmethod API): Fix reference to "Progspaces In
2929 Python".
2930
2931 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2932
2933 * python.texi (Xmethods In Python, XMethod API)
2934 (Writing an Xmethod): New nodes.
2935 (Python API): New menu entries "Xmethods In Python",
2936 "Xmethod API", "Writing an Xmethod".
2937
2938 2014-06-02 Doug Evans <xdje42@gmail.com>
2939
2940 * guile.texi (Guile API): Add entry for Parameters In Guile.
2941 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2942 (Parameters In Guile): New node.
2943
2944 2014-06-02 Doug Evans <xdje42@gmail.com>
2945
2946 * guile.texi (Guile API): Add entry for Commands In Guile.
2947 (Basic Guile) <parse-and-eval>: Add reference.
2948 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2949 (GDB Scheme Data Types): Mention <gdb:command> object.
2950 (Commands In Guile): New node.
2951
2952 2014-06-02 Doug Evans <xdje42@gmail.com>
2953
2954 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2955 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2956 (Progspaces In Guile): New node.
2957
2958 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
2959
2960 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2961 * python.texi (Frames In Python): Mention
2962 gdb.FRAME_UNWIND_MEMORY_ERROR.
2963
2964 2014-05-29 Pedro Alves <palves@redhat.com>
2965 Tom Tromey <tromey@redhat.com>
2966
2967 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2968 from example.
2969 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2970 Mention that target-async is now deprecated.
2971 (Maintenance Commands): Document maint set/show target-async.
2972
2973 2014-05-29 Pedro Alves <palves@redhat.com>
2974
2975 * observer.texi (sync_execution_done, command_error): New
2976 subjects.
2977
2978 2014-05-29 Pedro Alves <palves@redhat.com>
2979
2980 PR gdb/13860
2981 * observer.texi (signal_received, end_stepping_range)
2982 (signal_exited, exited, no_history): New observer subjects.
2983
2984 2014-05-26 Andy Wingo <wingo@igalia.com>
2985
2986 * guile.texi (GDB Scheme Data Types): Remove documentation for
2987 removed interfaces. Update spelling of gdb-object-kind.
2988
2989 2014-05-26 Andy Wingo <wingo@igalia.com>
2990
2991 * guile.texi (Basic Guile): Fix some typos.
2992
2993 2014-05-26 Andy Wingo <wingo@igalia.com>
2994
2995 * guile.texi (Writing a Guile Pretty-Printer)
2996 (Guile Types Module): Fix excess parentheses in use-modules forms.
2997
2998 2014-05-24 Eli Zaretskii <eliz@gnu.org>
2999
3000 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
3001 (Breakpoints In Guile, Guile Printing Module)
3002 (Guile Exception Handling, Values From Inferior In Guile)
3003 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
3004 Don't use @var at the beginning of a sentence.
3005
3006 * gdb.texinfo (Frame Filter Management, Trace Files)
3007 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
3008 (PowerPC Embedded, Define, Annotations for Running)
3009 (IPA Protocol Commands, Packets, General Query Packets)
3010 (Tracepoint Packets, Notification Packets, Environment)
3011 (Inferiors and Programs, Set Breaks, Set Catchpoints)
3012 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
3013 (Frames, Backtrace, Selection, Expressions, Registers)
3014 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
3015 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
3016 (Source Annotations, Using JIT Debug Info Readers, Packets)
3017 (Stop Reply Packets, Host I/O Packets)
3018 (Target Description Format): Don't use @var at the beginning of a
3019 sentence.
3020
3021 * python.texi (Basic Python, Types In Python)
3022 (Commands In Python, Frames In Python, Line Tables In Python)
3023 (Breakpoints In Python, gdb.printing, gdb.types)
3024 (Type Printing API): Don't use @var at the beginning of a
3025 sentence.
3026
3027 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3028
3029 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
3030 replay-memory-access".
3031
3032 2014-05-21 Pedro Alves <palves@redhat.com>
3033
3034 * gdb.texinfo (Starting): Document "set/show
3035 auto-connect-native-target".
3036 (Target Commands): Document "target native".
3037
3038 2014-05-20 Pedro Alves <palves@redhat.com>
3039
3040 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
3041 not be remote specific. Add cross reference to the qCRC packet.
3042 (Separate Debug Files): Update cross reference to the qCRC packet.
3043 (General Query Packets) <qCRC packet>: Add anchor.
3044
3045 2014-05-17 Doug Evans <xdje42@gmail.com>
3046
3047 Copy over changes from guile.texi.
3048 * python.texi (Basic Python) <gdb.execute>: Add text.
3049 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
3050 (Values From Inferior) <Python string>: Add text.
3051 (Values From Inferior) <Value.string>: Clarify string length handling.
3052 (Pretty Printing API): Add cindex.
3053 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
3054 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
3055 @vindex.
3056 (Commands In Python) <COMPLETE_*>: Similarly.
3057 (Symbols In Python) <SYMBOL_*>: Similarly.
3058 (Breakpoints In Python) <WP_*>: Similarly.
3059 (Breakpoints In Python) <BP_*>: Similarly.
3060
3061 2014-05-17 David Taylor <dtaylor@emc.com>
3062
3063 * gdb.texinfo (General Query Packets): Add a note about thread IDs
3064 mentioned in the qfThreadInfo reply.
3065
3066 2014-05-16 Doug Evans <dje@google.com>
3067
3068 * gdb.texinfo (Mode Options): Add -D.
3069
3070 2014-05-09 Samuel Bronson <naesten@gmail.com>
3071
3072 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
3073 "make -C".
3074
3075 2014-04-29 Tom Tromey <tromey@redhat.com>
3076
3077 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
3078 "show debug varobj".
3079
3080 2014-05-01 David Taylor <dtaylor@emc.com>
3081
3082 * gdb.texinfo (compare-sections): Document the new -r (read-only)
3083 option.
3084
3085 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
3086 Walfred Tedeschi <walfred.tedeschi@intel.com>
3087
3088 * gdb.texinfo (i386 Features): Add description of AVX512
3089 registers.
3090
3091 2014-03-31 Doug Evans <dje@google.com>
3092
3093 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
3094
3095 2014-03-30 Doug Evans <dje@google.com>
3096
3097 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
3098 (Background Execution): Ditto.
3099
3100 2014-03-21 Pedro Alves <palves@redhat.com>
3101 Stan Shebs <stan@codesourcery.com>
3102 Hui Zhu <hui@codesourcery.com>
3103
3104 * gdb.texinfo (Packets): Add anchor to "? packet".
3105 Remove fixme and update introduction of "k packet".
3106 Add anchor to "vKill packet".
3107
3108 2014-03-12 Stan Shebs <stan@codesourcery.com>
3109
3110 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
3111
3112 2014-02-26 Ludovic Courtès <ludo@gnu.org>
3113
3114 * guile.texi (Basic Guile): Document 'history-append!'.
3115
3116 2014-02-20 Joel Brobecker <brobecker@adacore.com>
3117
3118 * gdb.texinfo (Files): Document "add-shared-symbol-files"
3119 and "assf" as being deprecated.
3120 (Cygwin Native): Likewise for "dll-symbols".
3121 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
3122 as a way to force the loading of symbols from a DLL.
3123
3124 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3125
3126 * python.texi (Values From Inferior): Add description about the
3127 new feature.
3128
3129 2014-02-17 Doug Evans <xdje42@gmail.com>
3130
3131 * Makefile.in (GDB_DOC_FILES): Add python.texi.
3132 * gdb.texinfo (Python): Moved to ...
3133 * python.texi: ... here. New file.
3134
3135 2014-02-17 Ludovic Courtès <ludo@gnu.org>
3136
3137 * guile.texi (Writing a Guile Pretty-Printer) <example>:
3138 Remove 'string-begins-with' procedure. Add 'pretty-printer'
3139 parameter to 'str-lookup-function' procedure. Look for
3140 the "std::string<" prefix.
3141 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
3142 Adjust description.
3143
3144 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
3145
3146 * guile.texi (Values From Inferior In Guile): Remove stray
3147 parantheses for deffn.
3148 (Disassembly In Guile): Ditto.
3149
3150 2014-02-10 Stan Shebs <stan@codesourcery.com>
3151
3152 Add Doxygen support.
3153 * Makefile.in (doxy): New action, generates Doxygen files.
3154 (DOXYGEN): New.
3155 (doxyedit): New.
3156 * Doxyfile-base.in: New file.
3157 * Doxyfile-gdb-api.in: New file.
3158 * Doxyfile-gdb-xref.in: New file.
3159 * Doxyfile-gdbserver.in: New file.
3160 * doxy-index.in: New file.
3161 * filter-for-doxygen: New file.
3162 * filter-params.pl: New file.
3163
3164 2014-02-10 Doug Evans <xdje42@gmail.com>
3165
3166 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
3167 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
3168 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
3169 (Guile docs): Include guile.texi.
3170 (objfile-gdbdotext file): Add objfile-gdb.scm.
3171 (dotdebug_gdb_scripts section): Mention Guile scripts.
3172 (Multiple Extension Languages): New node.
3173 * guile.texi: New file.
3174
3175 2014-01-28 Joel Brobecker <brobecker@adacore.com>
3176
3177 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
3178 ignore-descriptive-types". commands.
3179
3180 2014-01-22 Doug Evans <dje@google.com>
3181
3182 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
3183 (gdbserver man): Ditto.
3184
3185 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3186
3187 * gdb.texinfo: Document limited reverse/replay support
3188 for target record-btrace.
3189
3190 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3191
3192 * gdb.texinfo (Process Record and Replay): Update documentation.
3193
3194 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3195
3196 * gdb.texinfo (Process Record and Replay): Document new /c
3197 modifier accepted by "record function-call-history".
3198 Add /i modifier to "record function-call-history" example.
3199
3200 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
3201 Joel Brobecker <brobecker@adacore.com>
3202
3203 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
3204 markers. Remove one that was misplaced.
3205
3206 2014-01-10 Pedro Alves <palves@redhat.com>
3207
3208 * gdb.texinfo (Your Program's Environment) <set environment>:
3209 Mention the shell, and point at 'set exec-wrapper'.
3210
3211 2014-01-07 Joel Brobecker <brobecker@adacore.com>
3212
3213 * gdb.texinfo (Types In Python): Document new attribute Types.name.
3214
3215 2013-12-30 Joel Brobecker <brobecker@adacore.com>
3216
3217 * gdb.texinfo (Types In Python): Clarify the documentation
3218 of attribute gdb.Field.bitpos.
3219
3220 2013-12-28 Joel Brobecker <brobecker@adacore.com>
3221
3222 * gdb.texinfo (Types In Python): Fix the documentation of
3223 attribute "bitpos" in class gdb.Field for enum types. Add
3224 documentation for attribute "enumval" in that same class.
3225
3226 2013-12-28 Joel Brobecker <brobecker@adacore.com>
3227
3228 * gdb.texinfo (GDB/MI Support Commands): Change @table into
3229 @ftable.
3230
3231 2013-12-23 Doug Evans <xdje42@gmail.com>
3232
3233 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
3234 auto-loaded objfile scripts and .debug_gdb_scripts section to their
3235 corresponding section in Extending GDB.
3236 (Extending GDB): Move menu up. New menu item "Auto-loading
3237 extensions".
3238 (Sequences): New menu item "Auto-loading sequences".
3239 (Auto-loading sequences): New node.
3240 (Python): Rename section from Scripting GDB to Extending GDB.
3241 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
3242 Move docs on ways to auto-load extensions to ...
3243 (Auto-loading extensions): ... here. New node.
3244
3245 2013-12-23 Joel Brobecker <brobecker@adacore.com>
3246
3247 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
3248 in menu.
3249 (GDB/MI Variable Objects): Adjust reference to "-list-features"
3250 command, now in a new node.
3251 (GDB/MI Support Commands): New node, with its contents being
3252 extracted from the "GDB/MI Miscellaneous Commands" node.
3253 A small paragraph introducing the section is also added at
3254 the start.
3255 (GDB/MI Miscellaneous Commands): Delete the description of the
3256 -info-gdb-mi-command, -list-features and -list-target-features
3257 commands, now hosted in the "GDB/MI Support Commands" node.
3258
3259 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
3260
3261 PR python/16113
3262 * gdb.texinfo (Values From Inferior): Add a note about using
3263 gdb.Field objects as subscripts on gdb.Value objects.
3264 (Types In Python): Add description about the new attribute
3265 "parent_type" of gdb.Field objects.
3266
3267 2013-12-12 Joel Brobecker <brobecker@adacore.com>
3268
3269 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3270 entry for section docuumenting the -list-features GDB/MI command.
3271
3272 2013-12-10 Joel Brobecker <brobecker@adacore.com>
3273
3274 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3275 "exec-run-start-option" entry in the output of the "-list-features"
3276 command.
3277
3278 2013-12-04 Eli Zaretskii <eliz@gnu.org>
3279
3280 * gdb.texinfo (i386): Fix yesterday's commit.
3281
3282 2013-12-03 Tom Tromey <tromey@redhat.com>
3283
3284 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3285 documented here.
3286
3287 2013-12-03 Tom Tromey <tromey@redhat.com>
3288
3289 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3290
3291 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3292
3293 * gdb.texinfo (i386 Features): Add MPX feature registers.
3294 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3295 a subsubsection for MPX and describes the display of the
3296 boundary registers.
3297
3298 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3299
3300 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3301 documentation of the "ada-exceptions" entry.
3302
3303 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3304
3305 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3306 "^error" result record concerning the error message. Document
3307 the error code that may also be part of that result record.
3308 (GDB/MI Miscellaneous Commands): Document the
3309 "undefined-command-error-code" element in the output of
3310 the "-list-features" GDB/MI command.
3311
3312 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3313
3314 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3315 the new -info-gdb-mi-command GDB/MI command. Document
3316 the meaning of "-info-gdb-mi-command" in the output of
3317 -list-features.
3318
3319 2013-11-29 Pedro Alves <palves@redhat.com>
3320
3321 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3322 Update comment.
3323
3324 2013-11-24 Yao Qi <yao@codesourcery.com>
3325
3326 * gdb.texinfo (Caching Remote Data): Document new
3327 "set/show stack-cache" option.
3328
3329 2013-11-24 Yao Qi <yao@codesourcery.com>
3330
3331 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3332 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3333 "off" respectively.
3334
3335 2013-11-23 Yao Qi <yao@codesourcery.com>
3336
3337 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3338 of "displayhint" to the table about child results.
3339
3340 2013-11-21 Yao Qi <yao@codesourcery.com>
3341
3342 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3343 'dynamic' for the output of command -var-list-children.
3344
3345 2013-11-21 Yao Qi <yao@codesourcery.com>
3346
3347 * gdb.texinfo (Caching Target Data): Remove "see" before
3348 @pxref.
3349
3350 2013-11-20 Yao Qi <yao@codesourcery.com>
3351
3352 * gdb.texinfo (Caching Target Data): Update doc for
3353 per-address-space dcache.
3354
3355 2013-11-20 Yao Qi <yao@codesourcery.com>
3356
3357 * gdb.texinfo (Data): Rename menu item.
3358 (Caching Remote Data): Rename to ...
3359 (Caching Target Data): ... it. Update.
3360
3361 2013-11-18 Joel Brobecker <brobecker@adacore.com>
3362
3363 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3364 "language-option" entry in the output of the "-list-features"
3365 command.
3366
3367 2013-11-15 Tom Tromey <tromey@redhat.com>
3368
3369 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3370 Add example.
3371
3372 2013-11-14 Tom Tromey <tromey@redhat.com>
3373
3374 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3375
3376 2013-11-14 Joel Brobecker <brobecker@adacore.com>
3377
3378 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3379 (Context management): Place current subsection text into its own
3380 subsubsection. Add new subsubsection describing the "--language"
3381 command option.
3382
3383 2013-11-13 Joel Brobecker <brobecker@adacore.com>
3384
3385 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3386 the documentation of "info-ada-exceptions" in the output
3387 of the "-list-features" command. Add the documentation
3388 of the "ada-exception" entry instead.
3389
3390 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3391
3392
3393 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3394 word of a couple of sentences to start with a capital letter.
3395
3396 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3397
3398 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3399 (Ada Exceptions): New node.
3400 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3401 Commands" node.
3402 (GDB/MI Ada Exceptions Commands): New node.
3403 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3404 field in the output of the "-list-features" command.
3405 * NEWS: Add entry for the new "info exceptions" CLI command,
3406 and for the new "-info-ada-exceptions" GDB/MI command.
3407
3408 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3409
3410 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3411 (Line Tables In Python): New node.
3412
3413 2013-11-08 Doug Evans <dje@google.com>
3414
3415 * gdb.texinfo (Debugging Output): Update text for
3416 "set debug dwarf2-read".
3417
3418 2013-11-08 Doug Evans <dje@google.com>
3419
3420 * gdb.texinfo (Debugging Output): Update text for
3421 "set debug symtab-create".
3422
3423 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3424
3425 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3426 constant.
3427
3428 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3429
3430 * gdb.texinfo (Breakpoints In Python): Document temporary
3431 option in breakpoint constructor, and add documentation to the
3432 temporary attribute.
3433
3434 2013-11-07 Yao Qi <yao@codesourcery.com>
3435
3436 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3437 output of "-var-info-expression".
3438
3439 2013-11-06 Pedro Alves <palves@redhat.com>
3440
3441 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3442 non-interactive mode.
3443 (Environment) <shell startup files warning>: Mention
3444 non-interactive mode. Mention .zshenv for Z shell, and talk about
3445 BASH_ENV instead of .bashrc for BASH.
3446
3447 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3448
3449 * gdb.texinfo (Commands to Specify Files): Add description
3450 of the remove-symbol-file command.
3451 * observer.texi: New free_objfile event
3452
3453 2013-10-24 Pedro Alves <palves@redhat.com>
3454
3455 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3456
3457 2013-10-11 Joel Brobecker <brobecker@adacore.com>
3458
3459 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3460 New subsection inside which the "-catch-load" and "-catch-unload"
3461 commands documentation is now placed.
3462 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3463 documenting the "-catch-assert" and "-catch-exception" new
3464 GDB/MI commands.
3465
3466 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3467
3468 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3469
3470 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3471
3472 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3473 serial baud".
3474 (Remote Configuration): Replace "set remotebaud" by "set serial
3475 baud". Replace "show remotebaud" by "show serial baud".
3476
3477 2013-10-07 Pedro Alves <palves@redhat.com>
3478
3479 PR breakpoints/11568
3480 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3481 when the thread is removed from the thread list.
3482
3483 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3484
3485 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3486 Update entry for $_exitcode.
3487
3488 2013-10-04 Joel Brobecker <brobecker@adacore.com>
3489
3490 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3491 new "--start" option.
3492
3493 2013-10-02 Pedro Alves <palves@redhat.com>
3494
3495 * gdb.texinfo (Registers): Expand description of saved registers
3496 in frames. Explain <not saved>.
3497
3498 2013-09-25 Doug Evans <dje@google.com>
3499
3500 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3501
3502 2013-09-16 Stan Shebs <stan@codesourcery.com>
3503
3504 Remove the internals manual gdbint.texinfo.
3505 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3506 (PDFFILES): Remove gdbint.pdf.
3507 (HTMLFILES): Remove gdbint/index.html.
3508 (HTMLFILES_INSTALL): Remove gdbint.
3509 (GDBINT_DOC_FILES): Remove.
3510 (dvi): Remove gdbint.dvi.
3511 (ps): Remove gdbint.ps.
3512 * gdbint.texinfo: Remove file.
3513 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3514
3515 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3516
3517 * gdb.texinfo (Convenience Functions): Mention new convenience
3518 function $_isvoid.
3519
3520 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3521
3522 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3523 (Standard Target Features): Add new node to menu.
3524 (S/390 and System z Features): New node.
3525
3526 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3527
3528 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3529 -list-target-features in the example.
3530
3531 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3532
3533 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3534 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3535
3536 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3537
3538 Sync documentation with gdb.base/gnu-debugdata.exp.
3539 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3540
3541 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3542
3543 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3544
3545 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3546 Yao Qi <yao@codesourcery.com>
3547
3548 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3549 Document new --skip-unavailable option.
3550 <-stack-list-variables>: Document new --skip-unavailable option.
3551
3552 2013-08-26 Doug Evans <dje@google.com>
3553
3554 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3555 an optional regexp.
3556
3557 2013-08-13 Tom Tromey <tromey@redhat.com>
3558
3559 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3560 Document GDB_PARALLEL and GDB_INOTIFY.
3561
3562 2013-08-09 Stan Shebs <stan@codesourcery.com>
3563
3564 * LRS: Remove file, describes a long-abandoned live-range
3565 splitting extension to stabs.
3566
3567 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3568
3569 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3570
3571 2013-07-17 Doug Evans <dje@google.com>
3572
3573 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3574
3575 2013-07-02 Tom Tromey <tromey@redhat.com>
3576
3577 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3578
3579 2013-06-28 Tom Tromey <tromey@redhat.com>
3580
3581 * Makefile.in (version.subst): Use version.in, not
3582 common/version.in.
3583 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3584 Likewise.
3585
3586 2013-06-27 Pedro Alves <palves@redhat.com>
3587
3588 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3589 dynamic symbol resolution code>: New section, based on infrun.c
3590 comment.
3591
3592 2013-06-26 Tom Tromey <tromey@redhat.com>
3593
3594 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3595 Update.
3596 (Releasing GDB): Likewise.
3597
3598 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3599 Yao Qi <yao@codesourcery.com>
3600
3601 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3602 -trace-frame-collected.
3603
3604 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3605
3606 * gdb.texinfo (Traceframe Info Format): Document tvar element
3607 and its attributes.
3608
3609 2013-06-25 Yao Qi <yao@codesourcery.com>
3610
3611 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3612
3613 2013-06-24 Tom Tromey <tromey@redhat.com>
3614
3615 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3616 (GDBvn.texi): Use version.subst.
3617 (version.subst): New target.
3618 (mostlyclean): Remove version.subst.
3619
3620 2013-06-20 Pedro Alves <pedro@codesourcery.com>
3621
3622 * gdb.texinfo (GDB/MI Data Manipulation)
3623 <-data-list-register-values>: Document the --skip-unavailable
3624 option.
3625
3626 2013-06-07 Yao Qi <yao@codesourcery.com>
3627
3628 * gdb.texinfo (Symbols): Add kindex and cindex for
3629 'maint print msymbols'.
3630
3631 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
3632
3633 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3634 response field name (thread-group to inferior).
3635
3636 2013-06-04 Gary Benson <gbenson@redhat.com>
3637
3638 * gdb.texinfo (General Query Packets/qSupported): Added
3639 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3640 to the table of currently defined stub features.
3641 Added a more detailed entry for "augmented-libraries-svr4-read".
3642 (General Query Packets/qXfer:libraries-svr4:read): Documented
3643 the augmented form of this packet.
3644
3645 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3646
3647 * gdb.texinfo (System-wide Configuration Scripts): Renames
3648 "Installed System-wide Configuration Scripts". Add associated
3649 @menu block.
3650
3651 2013-05-23 Yao Qi <yao@codesourcery.com>
3652 Pedro Alves <palves@redhat.com>
3653
3654 * gdb.texinfo (Packets): Document 'vCont;r'.
3655 (Continuing and Stepping): Document target-assisted range
3656 stepping, and the 'set range-stepping' and 'show range-stepping'
3657 commands.
3658
3659 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3660
3661 * gdb.texinfo (Installed System-wide Configuration Scripts):
3662 Add subsection describing the scripts now available under
3663 the data-dir's system-gdbbinit subdirectory.
3664 * NEWS: Add entry announcing the availability of system-wide
3665 configuration scripts for ElinOS and Wind River Linux.
3666
3667 2013-05-21 Hui Zhu <hui@codesourcery.com>
3668
3669 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3670 "-dprintf-insert" command.
3671
3672 2013-05-17 Doug Evans <dje@google.com>
3673
3674 * gdb.texinfo (Maintenance Commands): Update doc for
3675 "maint check-psymtabs". Add doc for "maint check-symtabs",
3676 "maint expand-symtabs".
3677
3678 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3679
3680 * gdb.texinfo (Process Record and Replay): Document the
3681 "record goto" command and its sub-commands.
3682
3683 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3684
3685 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3686 (Python API): Add Frame Filters API, Frame Wrapper API,
3687 Writing a Frame Filter/Wrapper, Managing Management of Frame
3688 Filters chapter entries.
3689 (Frame Filters API): New Node.
3690 (Frame Wrapper API): New Node.
3691 (Writing a Frame Filter): New Node.
3692 (Managing Frame Filters): New Node.
3693 (Progspaces In Python): Add note about frame_filters attribute.
3694 (Objfiles in Python): Ditto.
3695 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3696 @anchors and --no-frame-filters option to -stack-list-variables,
3697 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3698 commands.
3699
3700 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3701
3702 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3703 Support" subsection documenting the XML format used to transfer
3704 shared library info on AIX.
3705
3706 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3707
3708 * gdb.texinfo (Debugging Output): Add documentation of
3709 "set debug aix-solib" and "show debug aix-solib" commands.
3710
3711 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3712
3713 * gdb.texinfo (Nios II): New section.
3714 (Nios II Features): New section.
3715
3716 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3717
3718 * gdbint.texinfo (Algorithms): Remove entries documenting
3719 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3720 SOLIB_CREATE_INFERIOR_HOOK.
3721
3722 2013-04-29 Tom Tromey <tromey@redhat.com>
3723
3724 PR python/14204:
3725 * gdb.texinfo (Python API): Fix menu entry.
3726 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3727 Define global and static block. Add example. Clarify
3728 block relationship for inline functions.
3729
3730 2013-04-29 Tom Tromey <tromey@redhat.com>
3731
3732 * gdb.texinfo (Python API): Mention Python help and keyword
3733 arguments. Move pagination text to Basic Python.
3734 (Basic Python): Put pagination text here. Document
3735 close-on-exec, SIGCHLD, and SIGINT.
3736
3737 2013-04-19 Pedro Alves <palves@redhat.com>
3738
3739 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3740 "signedness" instead of "signness".
3741
3742 2013-04-19 Pedro Alves <palves@redhat.com>
3743
3744 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3745 -Wno-pointer-sign text with text on -Wpointer-sign.
3746
3747 2013-04-16 Tom Tromey <tromey@redhat.com>
3748
3749 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3750 GCC that has the SDT probe points.
3751
3752 2013-04-15 Tom Tromey <tromey@redhat.com>
3753
3754 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3755 exception catchpoints.
3756
3757 2013-04-15 Tom Tromey <tromey@redhat.com>
3758
3759 * gdb.texinfo (Set Catchpoints): Document $_exception.
3760 (Convenience Vars): Mention $_exception.
3761
3762 2013-04-15 Tom Tromey <tromey@redhat.com>
3763
3764 * gdb.texinfo (Set Catchpoints): Reorganize exception
3765 catchpoints. Document "catch rethrow".
3766 (Debugging C Plus Plus): Mention "catch rethrow".
3767
3768 2013-04-15 Tom Tromey <tromey@redhat.com>
3769
3770 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3771
3772 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3773 Eli Zaretskii <eliz@gnu.org>
3774
3775 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3776 line below the sample output.
3777
3778 2013-04-12 Eli Zaretskii <eliz@gnu.org>
3779
3780 * gdb.texinfo (Mode Options): Document '-configuration'.
3781 (Help): Document "show configuration".
3782 (Bug Reporting): Add requirements to include the configuration
3783 details in bug reports.
3784
3785 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3786
3787 * Makefile.in (MAN1S): Add gcore.1.
3788 Remove "Host, target, and site specific Makefile fragments" comment.
3789 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3790 (install-man1, uninstall-man1): Conditionalize gcore.1.
3791 (gcore.1): New.
3792 * gdb.texinfo (Man Pages): Add gcore man.
3793 (gcore man): New node.
3794
3795 2013-04-10 Pedro Alves <palves@redhat.com>
3796
3797 * gdb.texinfo (Process Record and Replay): Document that "set
3798 record full insn-number-max", "set record
3799 instruction-history-size" and "set record
3800 function-call-history-size" accept "unlimited".
3801 (Backtrace): Document that "set backtrace limit" accepts
3802 "unlimited".
3803 (List): Document that "set listsize" accepts "unlimited".
3804 (Print Settings)" Document that "set print max-symbolic-offset",
3805 "set print elements" and "set print repeats" accept "unlimited".
3806 (Starting and Stopping Trace Experiments): Document that "set
3807 trace-buffer-size" accepts "unlimited".
3808 (Remote Configuration): Document that "set tcp connect-timeout"
3809 accepts "unlimited".
3810 (Command History): Document that "set history size" accepts
3811 "unlimited".
3812 (Screen Size): Document that "set height" and "set width" accepts
3813 "unlimited". Adjust "set pagination"'s description to suggest
3814 "set height unlimited" instead of "set height 0".
3815
3816 2013-04-10 Yao Qi <yao@codesourcery.com>
3817
3818 * gdb.texinfo (Trace Files): Add "target ctf".
3819
3820 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3821
3822 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3823
3824 * Makefile.in (install-man1, install-man5, uninstall-man1)
3825 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3826
3827 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3828
3829 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3830 Eli Zaretskii <eliz@gnu.org>
3831
3832 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3833 parameters order. Remove "On some targets" for --attach. Document the
3834 --multi parameter and extended-remote command. Document all the
3835 options.
3836
3837 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3838
3839 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3840 the list of supported languages.
3841
3842 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3843
3844 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3845 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3846 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3847 (diststuff): Add man.
3848 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3849 (uninstall-man5): New.
3850 (STAGESTUFF): Add *.1 and *.5.
3851 (GDBvn.texi): Add SYSTEM_GDBINIT.
3852 (gdb.1, gdbserver.1, gdbinit.5): New.
3853 (maintainer-clean realclean): Add $(MANS).
3854 (install): Add install-man.
3855 (uninstall): Add uninstall-man.
3856 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3857 (@copying): Wrap it by @c man begin COPYRIGHT.
3858 (Top): Add Man Pages.
3859 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3860
3861 2013-04-02 Pedro Alves <palves@redhat.com>
3862
3863 * gdb.texinfo (Debugging Output): Document "set/show debug
3864 aarch64", "set/show debug coff-pe-read" and "set/show debug
3865 mach-o".
3866
3867 2013-04-02 Pedro Alves <palves@redhat.com>
3868
3869 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3870 table>: Add entry for "trace-buffer-size".
3871
3872 2013-03-28 Pedro Alves <palves@redhat.com>
3873
3874 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3875 table>: Add entry for "trace-status".
3876
3877 2013-03-28 Eli Zaretskii <eliz@gnu.org>
3878
3879 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3880 @bullet", which is invalid (makeinfo 5.1 barfs).
3881
3882 2013-03-28 Pedro Alves <palves@redhat.com>
3883
3884 PR gdb/15294
3885
3886 * gdb.texinfo (List) <set listsize>: Adjust to document that
3887 listsize 0 means no limit, and remove mention of -1.
3888
3889 2013-03-22 Yao Qi <yao@codesourcery.com>
3890
3891 * gdb.texinfo (Embedded Processors): Remove menu item
3892 "OpenRISC 1000".
3893 (OpenRISC 1000): Remove.
3894
3895 2013-03-21 Doug Evans <dje@google.com>
3896
3897 * gdb.texinfo (Maintenance Commands): Add docs for
3898 "mt set per-command {space,time,symtab} {on,off}".
3899
3900 2013-03-14 Hui Zhu <hui@codesourcery.com>
3901 Yao Qi <yao@codesourcery.com>
3902
3903 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3904
3905 2013-03-13 Keith Seitz <keiths@redhat.com>
3906
3907 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3908 "maint agent" reference to Dynamic printf.
3909
3910 2013-03-11 Eli Zaretskii <eliz@gnu.org>
3911
3912 * gdb.texinfo (General Query Packets): Don't use colon in index
3913 entries visible to Info format.
3914
3915 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3916
3917 * gdb.texinfo (Process Record and Replay): Document record
3918 changes.
3919
3920 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3921
3922 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3923 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3924 qXfer:btrace:read.
3925
3926 2013-03-09 Eli Zaretskii <eliz@gnu.org>
3927
3928 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3929 use colons in @anchor and @cindex entries.
3930
3931 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
3932
3933 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3934
3935 2013-03-08 Stan Shebs <stan@codesourcery.com>
3936 Hafiz Abid Qadeer <abidh@codesourcery.com>
3937
3938 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3939 trace-buffer-size set and show commands.
3940 (Tracepoint Packets): Document QTBuffer:size.
3941 (General Query Packets): Document QTBuffer:size.
3942
3943 2013-02-21 Tom Tromey <tromey@redhat.com>
3944
3945 * gdb.texinfo: Remove bad @syncodeindex.
3946 (Values From Inferior, Types In Python, Inferiors In Python)
3947 (Events In Python, Threads In Python, Frames In Python, Blocks In
3948 Python, Symbols In Python, Symbol Tables In Python): Remove
3949 @tables.
3950 (Packets, General Query Packets, Tracepoint Packets)
3951 (Host I/O Packets): Use @w{} for empty @item.
3952
3953 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3954
3955 * gdb.texinfo (Architectures In Python): Add description about
3956 the new method gdb.Architecture.disassemble.
3957
3958 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3959 Hafiz Abid Qadeer <abidh@codesourcery.com>
3960
3961 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3962 Document the "trace-file" field.
3963
3964 2013-02-07 Doug Evans <dje@google.com>
3965
3966 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3967 command.
3968
3969 2013-02-06 Yao Qi <yao@codesourcery.com>
3970
3971 * gdb.texinfo (GDB/MI Async Records): Document new MI
3972 notification "=tsv-modified". Update the document of MI
3973 notification "=tsv-created".
3974 * observer.texi (GDB Observers): New observer tsv_modified.
3975 Update observer tsv_created and tsv_delete.
3976
3977 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3978
3979 * gdb.texinfo (AArch64 Features): New section; document
3980 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3981 (Architectures): Add new AArch64 section to document AArch64
3982 architecture specific commands.
3983 (ABI): Add description of the new OS ABI "Newlib" and its influence
3984 on the longjmp handling.
3985
3986 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3987 Jan Kratochvil <jan.kratochvil@redhat.com>
3988
3989 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3990 variable in 'set/show backtrace' section.
3991
3992 2013-01-31 Tom Tromey <tromey@redhat.com>
3993
3994 * gdb.texinfo (Target Commands): Fix typo.
3995
3996 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3997
3998 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3999 describing the gdb.Architecture class.
4000 (Frames In Python): Add description about the new method
4001 gdb.Frame.architecture().
4002
4003 2013-01-23 Doug Evans <dje@google.com>
4004
4005 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
4006
4007 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
4008
4009 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
4010 'thread-groups' field when printing a breakpoint in MI.
4011
4012 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4013 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
4014 to reflect that jit-reader-load now supports absolute file-names.
4015
4016 2013-01-16 Tom Tromey <tromey@redhat.com>
4017
4018 * gdb.texinfo (Set Catchpoints): Document "catch signal".
4019 (Signals): Likewise.
4020
4021 2013-01-16 Tom Tromey <tromey@redhat.com>
4022
4023 * gdb.texinfo (GDB/MI Breakpoint Information): Document
4024 "catch-type" field.
4025 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
4026
4027 2013-01-07 Tom Tromey <tromey@redhat.com>
4028
4029 * gdb.texinfo (Mode Options): Don't mention -epoch.
4030 (Data, Emacs): Remove obsolete comments.
4031
4032 2013-01-02 Tom Tromey <tromey@redhat.com>
4033
4034 * gdb.texinfo (GDB/MI Output Records): Update menu.
4035 (GDB/MI Breakpoint Information): New node.
4036 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
4037 <-break-insert>: Likewise.
4038
4039 2012-12-31 Yao Qi <yao@codesourcery.com>
4040
4041 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
4042 (Packets): Move "vStopped" packet to ...
4043 (Notification Packets): ... here. Describe the components
4044 of notification. Add a table of supported notifications.
4045 Add an example on the process of he async notification.
4046
4047 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4048
4049 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
4050 present.
4051 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
4052 fullname output always present.
4053
4054 2012-12-23 Pierre Muller <muller@sourceware.org>
4055
4056 * gdbint.texinfo (Function prototypes): Require use of "extern"
4057 modifier for function prototypes in headers.
4058
4059 2012-12-19 Joel Brobecker <brobecker@adacore.com>
4060
4061 * refcard.tex: Update copyright notice to GPL v3 or later.
4062 Update contact info.
4063
4064 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4065
4066 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
4067
4068 2012-12-15 Yao Qi <yao@codesourcery.com>
4069
4070 * gdb.texinfo (Debugging Output): Document 'set debug
4071 notification' and 'show debug notification'.
4072
4073 2012-12-15 Yao Qi <yao@codesourcery.com>
4074
4075 * gdb.texinfo (Listing Tracepoints): New item and example about
4076 'installed on target' output.
4077 Add more in the example about 'installed on target'.
4078 (GDB/MI Breakpoint Commands): Doc about 'installed field.
4079
4080 2012-12-14 Tom Tromey <tromey@redhat.com>
4081
4082 * gdb.texinfo (SVR4 Process Information): Mention core files.
4083
4084 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
4085
4086 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
4087
4088 2012-12-12 Paul Koning <paul_koning@dell.com>
4089
4090 Add support for Python 3.
4091 * gdb.texinfo (Inferior.read_memory): Mention that the return
4092 value is a memoryview object if Python 3.
4093
4094 2012-12-11 Pedro Alves <palves@redhat.com>
4095
4096 * gdb.texinfo: Remove all mentions of Unixware throughout.
4097
4098 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4099
4100 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
4101
4102 2012-11-29 Tom Tromey <tromey@redhat.com>
4103
4104 * gdb.texinfo (SVR4 Process Information): Document missing
4105 "info proc" subcommands.
4106
4107 2012-11-29 Yao Qi <yao@codesourcery.com>
4108
4109 PR gdb/1477.
4110 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
4111 to 'auto' instead of 'gnu'.
4112
4113 2012-11-26 Tom Tromey <tromey@redhat.com>
4114
4115 * gdb.texinfo (MiniDebugInfo): New node.
4116 (GDB Files): Update.
4117
4118 2012-11-16 Doug Evans <dje@google.com>
4119
4120 * gdb.texinfo (System-wide configuration): If the system-wide init
4121 file lives in the data-directory, and --data-directory is provided,
4122 look for it there.
4123
4124 2012-11-15 Tom Tromey <tromey@redhat.com>
4125
4126 * gdb.texinfo (Signaling): Fix typo.
4127
4128 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4129
4130 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
4131 parameter "count" of -data-write-memory-bytes, and add an example.
4132
4133 2012-11-12 Tom Tromey <tromey@redhat.com>
4134
4135 * gdb.texinfo (Symbols): Document "info type-printers",
4136 "enable type-printer" and "disable type-printer".
4137 (Python API): Add new node to menu.
4138 (Type Printing API): New node.
4139 (Progspaces In Python): Document type_printers field.
4140 (Objfiles In Python): Likewise.
4141 (gdb.types) <get_type_recognizers, apply_type_recognizers,
4142 register_type_printer, TypePrinter>: Document.
4143
4144 2012-11-12 Tom Tromey <tromey@redhat.com>
4145
4146 * gdb.texinfo (Symbols): Document "set print type methods",
4147 "set print type typedefs", and flags to ptype and whatis.
4148
4149 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
4150
4151 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
4152 the example -data-disassemble output. Extend the description of
4153 the -data-disassemble results to document all fields. Document
4154 the cli disassemble command as being related to -data-disassemble.
4155
4156 2012-11-09 Yao Qi <yao@codesourcery.com>
4157
4158 PR gdb/14777.
4159 * gdb.texinfo (OS Information): Remove doc on command
4160 'info udot'.
4161
4162 2012-11-08 Joel Brobecker <brobecker@adacore.com>
4163
4164 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
4165 gdb.ini warning for Windows port.
4166
4167 2012-11-08 Yao Qi <yao@codesourcery.com>
4168
4169 * gdb.texinfo (Search): Add kindex for 'fo'.
4170
4171 2012-11-05 Tom Tromey <tromey@redhat.com>
4172
4173 PR python/14802:
4174 * gdb.texinfo (Functions In Python): Add example.
4175
4176 2012-11-03 Yao Qi <yao@codesourcery.com>
4177
4178 * observer.texi (GDB Observers): Remove observer
4179 'tracepoint_modified', 'tracepoint_created' and
4180 'tracepoint_deleted'.
4181
4182 2012-10-26 Tom Tromey <tromey@redhat.com>
4183
4184 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
4185
4186 2012-10-25 Tom Tromey <tromey@redhat.com>
4187
4188 * gdb.texinfo (General Query Packets): Use @itemx.
4189
4190 2012-10-17 Yao Qi <yao@codesourcery.com>
4191
4192 * observer.texi (GDB Observers): Update observer
4193 'memory_changed'.
4194 * gdb.texinfo (GDB/MI Async Records): Document for
4195 "memory-changed" notification.
4196
4197 2012-10-15 Doug Evans <dje@google.com>
4198
4199 * gdb.texinfo (Mode Options): Document -nh.
4200 Elaborate on docs for -nx.
4201
4202 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4203
4204 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
4205
4206 2012-09-21 Yao Qi <yao@codesourcery.com>
4207 Pedro Alves <palves@redhat.com>
4208
4209 * gdb.texinfo (GDB/MI Async Records): Document notification
4210 'record-started' and 'record-stopped'.
4211 * observer.texi (GDB Observers): New observer 'record-changed'.
4212
4213 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
4214
4215 * gdb.texinfo: Document the removal of SH's 'regs' command.
4216
4217 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4218
4219 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
4220
4221 2012-09-18 Yao Qi <yao@codesourcery.com>
4222
4223 * gdb.texinfo (GDB/MI Async Records): Document new MI
4224 notifications '=tsv-created' and '=tsv-deleted'.
4225 * observer.texi (GDB Observers): New observer tsv_created and
4226 tsv_deleted.
4227
4228 2012-09-18 Yao Qi <yao@codesourcery.com>
4229
4230 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
4231 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
4232 '=traceframe-changed'.
4233
4234 2012-09-17 Yao Qi <yao@codesourcery.com>
4235
4236 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
4237 'set listsize'.
4238
4239 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4240 Eli Zaretskii <eliz@gnu.org>
4241
4242 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
4243 encoding for gdbarch_breakpoint_from_pc, bp_addr for
4244 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
4245
4246 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4247
4248 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
4249
4250 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
4251
4252 Document how to return from "python-interactive" to GDB.
4253 * gdb.texinfo (Python Commands): Update documentation.
4254
4255 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
4256
4257 Add a new "python-interactive" command that starts a standard
4258 Python interactive prompt with "pi" as alias, and add "py" as
4259 an alias to "python".
4260 * gdb.texinfo (Python Commands): Document the new commands.
4261
4262 2012-08-22 Tom Tromey <tromey@redhat.com>
4263
4264 * gdbint.texinfo (Host Definition): Remove documentation for
4265 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4266
4267 2012-08-17 Keith Seitz <keiths@redhat.com>
4268
4269 PR c++/13356
4270 * gdb.texinfo (Type and Range Checking): Remove warning.
4271 Remove spurious commas.
4272 Update text and examples for re-implementation of set/show
4273 check type.
4274 (C and C++ Type and Range Checks): Likewise.
4275
4276 2012-08-16 Yao Qi <yao@codesourcery.com>
4277
4278 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4279 is deprecated.
4280
4281 2012-08-13 Doug Evans <dje@google.com>
4282
4283 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4284 to include functions.
4285
4286 2012-08-10 Doug Evans <dje@google.com>
4287
4288 * gdb.texinfo (Convenience Funs): New node.
4289 (Types In Python): Document Type.vector.
4290
4291 2012-08-09 Yao Qi <yao@codesourcery.com>
4292
4293 * observer.texi: New observer command_param_changed.
4294 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4295
4296 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4297
4298 * gdbint.texinfo (Debugging GDB): In section
4299 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4300 Mention also gdb-gdb.py.
4301
4302 2012-08-07 Yao Qi <yao@codesourcery.com>
4303
4304 Revert the folloing patch:
4305 2012-08-06 Yao Qi <yao@codesourcery.com>
4306 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4307 remote hardware-watchpoint-limit' and 'set
4308 remote hardware-breakpoint-limit'.
4309
4310 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
4311
4312 * gdb.texinfo (Working Directory): Added information about new
4313 default argument for 'cd' command.
4314
4315 2012-08-06 Yao Qi <yao@codesourcery.com>
4316
4317 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4318 remote hardware-watchpoint-limit' and 'set
4319 remote hardware-breakpoint-limit'.
4320
4321 2012-08-06 Yao Qi <yao@codesourcery.com>
4322
4323 Fix PR14371.
4324
4325 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4326 '=breakpoint-deleted'.
4327
4328 2012-08-02 Yao Qi <yao@codesourcery.com>
4329
4330 * gdb.texinfo (Native): Remove node Neutrino.
4331
4332 2012-07-27 Yao Qi <yao@codesourcery.com>
4333
4334 * gdb.texinfo (IPA Protocol Commands): Document new command
4335 'close'.
4336
4337 2012-07-25 Tom Tromey <tromey@redhat.com>
4338
4339 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4340
4341 2012-07-20 Doug Evans <dje@google.com>
4342
4343 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4344 (Index Files): Document how to control the use of deprecated index
4345 sections.
4346 (Index Section Format): Replace --use-deprecated-index-sections with
4347 "set use-deprecated-index-sections on".
4348
4349 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4350
4351 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4352 indices into a single node "Index". Instead, join function and
4353 variable indices into a single index, separate from the concept
4354 index. Requested in
4355 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4356 (Top): Update the top-level menu: instead of one "Index" there are
4357 now separate entries "Concept Index" and "Function and Variable
4358 Index".
4359 (Concept Index, Function and Variable Index): New nodes.
4360 (Index): Node deleted.
4361
4362 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4363
4364 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4365 and "maint agent-eval".
4366
4367 2012-07-03 Eli Zaretskii <eliz@gnu.org>
4368
4369 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4370 avoid file-name clashes between Index.html and index.html on
4371 case-insensitive filesystems. See the discussion starting in
4372 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4373 details of the problem.
4374 (Top): Update the master menu for the above.
4375 (Concept Index, Command and Variable Index): New nodes, instead of
4376 the old "Index" node that was deleted. All cross-references
4377 updated.
4378
4379 2012-07-02 Stan Shebs <stan@codesourcery.com>
4380
4381 * gdb.texinfo (Dynamic Printf): Mention agent style and
4382 disconnected dprintf.
4383 (Maintenance Commands): Describe maint agent-printf.
4384 (General Query Packets): Mention BreakpointCommands feature.
4385 (Packets): Document commands extension to Z0 packet.
4386 * agentexpr.texi (Bytecode Descriptions): Document printf
4387 bytecode.
4388
4389 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4390
4391 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4392 only after gdbinit files.
4393 (Startup): Move -iex and -iex commands down after gdbinit files.
4394
4395 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4396
4397 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4398 possibility.
4399
4400 2012-06-29 Tom Tromey <tromey@redhat.com>
4401
4402 * gdb.texinfo (Index Section Format): Update for version 7.
4403
4404 2012-06-28 Stan Shebs <stan@codesourcery.com>
4405
4406 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4407 example, add note about title column.
4408
4409 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4410
4411 * gdb.texinfo (Symbol Tables In Python): Add description about
4412 the new 'last' attribute of gdb.Symtab_and line.
4413
4414 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4415
4416 * gdb.texinfo (Symbol Tables In Python): Correct the description
4417 of the 'pc' attribute of gdb.Symtab_and_line.
4418
4419 2012-06-26 Doug Evans <dje@google.com>
4420
4421 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4422 and symtab-create.
4423
4424 2012-06-25 Keith Seitz <keiths@redhat.com>
4425
4426 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4427 from example. Remove "rbreak" from list of corresponding
4428 gdb commands.
4429
4430 2012-06-23 Doug Evans <dje@google.com>
4431
4432 * gdb.texinfo (Index Section Format): Document version 7 format.
4433
4434 2012-06-22 Yao Qi <yao@codesourcery.com>
4435
4436 * gdb.texinfo: Add missing cindex for some packets.
4437
4438 2012-06-20 Keith Seitz <keiths@redhat.com>
4439
4440 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4441 for -break-insert and document -p.
4442
4443 2012-06-20 Yao Qi <yao@codesourcery.com>
4444
4445 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4446 and "gdb.write_memory" with "Inferior.read_memory" and
4447 "Inferior.write_memory".
4448
4449 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4450
4451 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4452 (Free Documentation): Add @node line.
4453 (Continuing and Stepping) <advance location>: Use @item instead of
4454 @itemx.
4455 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4456 @itemx.
4457 (Embedded Processors): Put the link to "PA" to its correct place,
4458 according to document structure.
4459 (Python API): Put the link to "Lazy Strings In Python" to its
4460 correct place.
4461 (Index): Use @@ in @tex block to get a literal @.
4462
4463 * gdbint.texinfo: Fix the @subtitle line.
4464
4465 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4466 correct place.
4467
4468 2012-06-08 Yao Qi <yao@codesourcery.com>
4469
4470 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4471 Protocol'.
4472 (In-Process Agent Protocol, IPA Protocol Objects)
4473 (IPA Protocol Commands): New nodes.
4474 (Tracepoint Packets): Add anchors.
4475
4476 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4477
4478 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4479
4480 2012-06-06 Yao Qi <yao@codesourcery.com>
4481
4482 * gdb.texinfo: Update copyright year.
4483
4484 2012-05-23 Stan Shebs <stan@codesourcery.com>
4485 Kwok Cheung Yeung <kcy@codesourcery.com>
4486
4487 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4488
4489 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4490
4491 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4492 Mention also --with-separate-debug-dir.
4493 (Auto-loading): Prepend $debugdir in the sample output.
4494 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4495 auto-load safe-path variable.
4496 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4497 Mention also $debugdir for 'set auto-load scripts-directory'.
4498
4499 2012-05-19 Eli Zaretskii <eliz@gnu.org>
4500
4501 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4502 (MIPS Embedded, MIPS, MIPS Register packet Format)
4503 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4504 appropriate.
4505
4506 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
4507 Maciej W. Rozycki <macro@codesourcery.com>
4508
4509 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4510 mips compression".
4511 (MIPS Breakpoint Kinds): New subsubsection.
4512
4513 2012-05-18 Eli Zaretskii <eliz@gnu.org>
4514
4515 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4516 nodes for subsections. Add @acronym mark-ups and adjust
4517 formatting.
4518
4519 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4520
4521 Rename $ddir to $datadir.
4522 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4523 (objfile-gdb.py file): Rename $ddir to $datadir.
4524
4525 2012-05-18 Tom Tromey <tromey@redhat.com>
4526
4527 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4528
4529 2012-05-14 Stan Shebs <stan@codesourcery.com>
4530
4531 * gdb.texinfo (Dynamic Printf): New subsection.
4532
4533 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4534
4535 * gdb.texinfo (Basic Python): Add description about the function
4536 gdb.find_pc_line
4537
4538 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4539 Eli Zaretskii <eliz@gnu.org>
4540
4541 * gdb.texinfo (Separate Debug Files): Use plural form for global
4542 debugging information directory.
4543
4544 2012-05-11 Stan Shebs <stan@codesourcery.com>
4545 Kwok Cheung Yeung <kcy@codesourcery.com>
4546
4547 * gdb.texinfo (Operating System Auxiliary Information): Document new
4548 'info os' subcommands.
4549
4550 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4551
4552 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4553 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4554 (dotdebug_gdb_scripts section): Add reference
4555 to 'Auto-loading safe path'.
4556
4557 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4558
4559 Implement multi-component --with-auto-load-dir.
4560 * gdb.texinfo (Auto-loading): New references
4561 for 'set auto-load scripts-directory'
4562 and 'show auto-load scripts-directory'.
4563 (Auto-loading safe path): Describe the new default. Move $ddir
4564 substituation reference to 'objfile-gdb.py file'.
4565 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4566 script-name. Describe new 'set auto-load scripts-directory'
4567 and 'show auto-load scripts-directory'.
4568
4569 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4570
4571 Provide $ddir substitution for --with-auto-load-safe-path.
4572 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4573 (Auto-loading safe path): Likewise. Mention the default value,
4574 $ddir substitution, --with-auto-load-safe-path and
4575 --without-auto-load-safe-path.
4576 * observer.texi (gdb_datadir_changed): New.
4577
4578 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4579
4580 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4581 Twice.
4582
4583 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4584 directory separator by path separator.
4585
4586 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4587
4588 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4589 for 'set auto-load safe-path' optional. Mention if it is omitted.
4590 Change disabling security protection condition to "/", twice.
4591
4592 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4593
4594 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4595 the new methods global_block and static_block on gdb.Symtab
4596 objects.
4597
4598 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4599
4600 * gdb.texinfo (Blocks In Python): Add a note saying that future
4601 improvements to GDB and its infrastructure can move symbols
4602 across blocks within a symbol table.
4603
4604 2012-04-29 Yao Qi <yao@codesourcery.com>
4605
4606 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4607 (A29K): Remove.
4608
4609 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4610 Tom Tromey <tromey@redhat.com>
4611
4612 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4613 and generic static probe support on GDB.
4614
4615 2012-04-25 Doug Evans <dje@google.com>
4616
4617 * gdb.texinfo (Go): Fix thinko.
4618
4619 * gdb.texinfo (Supported Languages): Add Go.
4620 (Go): New node.
4621
4622 2012-04-25 Yao Qi <yao@codesourcery.com>
4623
4624 * gdbint.texinfo (Testsuite): New section `Board settings'.
4625
4626 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4627
4628 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4629 Three times.
4630
4631 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4632 Three times.
4633
4634 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4635
4636 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4637 by @table @asis. Fix formatting of one item.
4638
4639 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4640
4641 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4642
4643 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4644
4645 New option "set debug auto-load".
4646 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4647 (auto-load verbose mode): New node.
4648
4649 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4650
4651 New option "set auto-load safe-path".
4652 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4653 and "info auto-load" examples for safe-path. Put there also references
4654 for "set auto-load safe-path" and "show auto-load safe-path".
4655 New menu item for Auto-loading safe path.
4656 (Auto-loading safe path): New node.
4657 (Python Auto-loading): Update the expected output from "Missing"
4658 to "No".
4659
4660 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4661
4662 auto-load: Implementation.
4663 * gdb.texinfo (Mode Options): New anchor for -nx.
4664 (Startup): New anchors for Option -init-eval-command,
4665 Home Directory Init File
4666 and Init File in the Current Directory during Startup.
4667 Mention set auto-load local-gdbinit with a reference.
4668 Change the sample code to "set auto-load python-scripts".
4669 (Threads): New anchor set libthread-db-search-path.
4670 Provide references to libthread_db.so.1 file.
4671 (Controlling GDB): New menu item for Auto-loading.
4672 (Auto-loading, Init File in the Current Directory)
4673 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4674 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4675 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4676 reference.
4677 (Auto-loading): Rename to ...
4678 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4679 "set auto-load python-scripts", new anchor for it. Change
4680 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4681 for it. Change "info auto-load-scripts"
4682 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4683 to "Python scripts".
4684
4685 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4686
4687 PR mi/13393
4688 * gdb.texinfo (Print Settings): Extend the description for "set print
4689 object".
4690 (GDB/MI Variable Objects): Extend the description for -var-create and
4691 -var-list-children.
4692
4693 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4694
4695 * gdb.texinfo (Examining Data): Document the 'explore' command.
4696
4697 2012-03-28 Joel Brobecker <brobecker@adacore.com>
4698
4699 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4700 to the children of a varobj and its update range when -var-update
4701 returns that the varobj's type changed.
4702
4703 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4704
4705 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4706 Create two new links fir 'objfile-gdb.py file'
4707 and 'dotdebug_gdb_scripts section'.
4708
4709 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4710
4711 * gdb.texinfo (Auto-loading): Rename node reference
4712 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4713 Twice.
4714 (.debug_gdb_scripts section): Rename the node ...
4715 (dotdebug_gdb_scripts section): ... here.
4716 (Maintenance Commands): Also rename this node reference.
4717
4718 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4719
4720 * gdb.texinfo (Python API/Values From Inferior): Add description
4721 about the new method Value.referenced_value. Add description on
4722 how Value.dereference is different (and similar) to
4723 Value.referenced_value.
4724
4725 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4726
4727 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4728 --init-eval-command=COMMAND, -iex.
4729 (Startup): Describe -iex and -ix. Simplify the example
4730 for "set auto-load-scripts off".
4731
4732 2012-03-16 Gary Benson <gbenson@redhat.com>
4733
4734 PR breakpoints/10738
4735 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4736 stating that GDB cannot set breakpoints on inlined functions.
4737 (Mode Options): Document --use-deprecated-index-sections.
4738 (Index Section Format): Document new index section version format.
4739
4740 2012-03-15 Tom Tromey <tromey@redhat.com>
4741
4742 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4743
4744 2012-03-13 Doug Evans <dje@google.com>
4745
4746 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4747 of "reload".
4748 (Symbols): Delete docs for set/show symbol-reloading.
4749 * gdbint.texinfo (Defining Other Architecture Features): Delete
4750 SYMBOL_RELOADING_DEFAULT.
4751 * refcard.tex: Delete reference to symbol-reloading.
4752
4753 2012-03-07 Pedro Alves <palves@redhat.com>
4754
4755 * gdb.texinfo (General Query Packets): Document new
4756 QProgramSignals packet.
4757 * gdb.texinfo (Remote configuration): Mention
4758 "program-signals-packet".
4759
4760 2012-03-05 Tristan Gingold <gingold@adacore.com>
4761
4762 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4763
4764 2012-03-03 Yao Qi <yao@codesourcery.com>
4765
4766 * gdb.texinfo (In-Process Agent): New node.
4767 Document new commands.
4768 (General Query Packets): Add packet `QAgent'.
4769
4770 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4771
4772 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4773
4774 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
4775
4776 * gdb.texinfo (Commands In Python): Put example python macro in
4777 COMMAND_USER category rather than COMMAND_OBSCURE.
4778 Document gdb.COMMAND_USER.
4779 (User-defined Commands): Update documentation to clarify
4780 "set/show max-user-call-depth" and "show user" don't apply to python
4781 commands. Update documentation to clarify "help user-defined" may
4782 also include python commands defined as COMMAND_USER.
4783
4784 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4785
4786 * gdb.texinfo (Startup): Add option -ex description to the option -x
4787 description.
4788
4789 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4790
4791 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4792 condition-evaluation breakpoint parameter.
4793 Mention condition-evaluation mode being shown in "info break".
4794 (Break Conditions): Add description for target-side
4795 conditional breakpoints.
4796 (Remote Configuration): Mention conditional-breakpoints-packet.
4797 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4798 cond-expr.
4799 (General Query Packets): Mention new ConditionalBreakpoint feature.
4800
4801 2012-02-22 Tom Tromey <tromey@redhat.com>
4802
4803 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4804
4805 2012-02-17 Tom Tromey <tromey@redhat.com>
4806
4807 PR python/10753:
4808 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4809 directory.
4810
4811 2012-02-14 Stan Shebs <stan@codesourcery.com>
4812
4813 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4814
4815 2012-02-13 Pedro Alves <palves@redhat.com>
4816
4817 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4818 mips-idt-ecoff.
4819
4820 2012-02-09 Yao Qi <yao@codesourcery.com>
4821
4822 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4823
4824 2012-02-07 Tom Tromey <tromey@redhat.com>
4825
4826 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4827 Symbol.value.
4828
4829 2012-02-07 Tom Tromey <tromey@redhat.com>
4830
4831 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4832
4833 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4834
4835 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4836
4837 2012-01-24 Tom Tromey <tromey@redhat.com>
4838
4839 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4840 unload".
4841 (Files): Mention new catch commands.
4842 (GDB/MI Async Records): Likewise.
4843
4844 2012-01-24 Gary Benson <gbenson@redhat.com>
4845
4846 Delete #if 0'd out code.
4847 * gdb.texinfo (Frame Info): Remove "info catch".
4848
4849 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4850
4851 * gdb.texinfo (Remote Configuration): Document
4852 "set remote hostio-readlink-packet" command.
4853 (General Query Packets): Document vFile:readlink packet.
4854
4855 2012-01-16 Tom Tromey <tromey@redhat.com>
4856
4857 * gdb.texinfo (Specify Location): Document relative file name
4858 handling.
4859
4860 2012-01-16 Tom Tromey <tromey@redhat.com>
4861
4862 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4863
4864 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4865 Eli Zaretskii <eliz@gnu.org>
4866
4867 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4868 code.
4869
4870 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4871
4872 * gdb.texinfo (Variables): Document use of :: for non-static
4873 variables.
4874
4875 2012-01-05 Joel Brobecker <brobecker@adacore.com>
4876
4877 * gdbint.texinfo (Start of New Year Procedure): Update
4878 to replace use of copyright.sh by use of copyright.py.
4879
4880 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4881
4882 Remove the gdbtui binary.
4883 * all-cfg.texi (GDBTUI): Remove.
4884 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4885 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4886 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4887
4888 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
4889
4890 Introduce gdb.FinishBreakpoint in Python.
4891 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4892 (Python API): Add menu entry for Finish Breakpoints.
4893
4894 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4895
4896 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4897 tests.
4898
4899 2011-12-16 Doug Evans <dje@google.com>
4900
4901 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4902
4903 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4904
4905 * gdb.texinfo (Python Commands): Remove "maint set/show print
4906 stack". Add documentation for "set/show python print-stack".
4907
4908 2011-12-14 Pedro Alves <pedro@codesourcery.com>
4909
4910 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4911 should transfer control to the stub in the startup code instead of
4912 in main. Mention the need to get past the initial breakpoint.
4913
4914 2011-12-06 Tom Tromey <tromey@redhat.com>
4915
4916 * gdb.texinfo (Set Breaks): Update for new behavior.
4917
4918 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4919
4920 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4921 List Format for SVR4 Targets'.
4922 (General Query Packets): New item qXfer:libraries-svr4:read.
4923 (Library List Format for SVR4 Targets): New node.
4924
4925 2011-12-01 Tom Tromey <tromey@redhat.com>
4926
4927 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4928 add.
4929
4930 2011-11-22 Tom Tromey <tromey@redhat.com>
4931
4932 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4933 reasons.
4934
4935 2011-11-20 Stan Shebs <stan@codesourcery.com>
4936
4937 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4938 note-related options and variables.
4939 (Tracepoint Packets): Document packet changes.
4940
4941 2011-11-20 Sanjoy Das <sdas@igalia.com>
4942
4943 * gdb.texinfo (JIT Interface): Add documentation on writing and
4944 usind JIT debug info readers.
4945 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4946 Debug Info Readers): New nodes.
4947
4948 2011-11-18 Yao Qi <yao@codesourcery.com>
4949
4950 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4951 tracepoint.
4952
4953 2011-11-15 Doug Evans <dje@google.com>
4954
4955 * gdb.texinfo (Files): Document basenames-may-differ.
4956
4957 2011-11-14 Doug Evans <dje@google.com>
4958
4959 * gdb.texinfo (Shell Commands): Document "!".
4960
4961 2011-11-14 Stan Shebs <stan@codesourcery.com>
4962 Kwok Cheung Yeung <kcy@codesourcery.com>
4963
4964 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4965 needed to get shorter fast tracepoints.
4966 (Tracepoint Packets): Document new qTMinFTPILen packet.
4967
4968 2011-11-14 Yao Qi <yao@codesourcery.com>
4969
4970 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4971 behavior of tracepoint.
4972 (General Query Packets): New feature InstallInTrace.
4973 (Remote Configuration): Document "set remote
4974 install-in-trace-packet".
4975
4976 2011-11-12 Matt Rice <ratmice@gmail.com>
4977
4978 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4979 Add arguments to info macro.
4980
4981 2011-11-10 Tom Tromey <tromey@redhat.com>
4982
4983 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4984 manual.
4985 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4986 (Macros): Add a footnote.
4987 (C): Remove paragraph about compiler options.
4988 (C Constants): Mention wide character and string constants.
4989 (C Plus Plus Expressions): Update compiler option advice. Mention
4990 using declarations. Mention ADL. Remove old HP compiler
4991 information.
4992
4993 2011-11-10 Tom Tromey <tromey@redhat.com>
4994
4995 PR c++/9257:
4996 * gdb.texinfo (Print Settings): Add an extra note about the need
4997 for a vtable.
4998
4999 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
5000
5001 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
5002 "set mips abi" documentation.
5003
5004 2011-11-04 Doug Evans <dje@google.com>
5005
5006 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
5007
5008 2011-11-03 Tom Tromey <tromey@redhat.com>
5009
5010 * gdb.texinfo (Stopping): Add menu entry.
5011 (Continuing and Stepping): Restore @node. Use @section, not
5012 @subsection.
5013
5014 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
5015
5016 * gdb.texinfo (Skipping Over Functions and Files): Remove node
5017 designation. Fix "Specify Location" cross-reference.
5018
5019 2011-11-02 Stan Shebs <stan@codesourcery.com>
5020
5021 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
5022 (General Query Packets): Describe tracenz feature.
5023 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
5024
5025 2011-10-28 Paul Koning <paul_koning@dell.com>
5026
5027 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
5028
5029 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
5030
5031 * gdb.texinfo ((Frames In Python): Document
5032 gdb.FRAME_UNWIND_FIRST_ERROR contant.
5033
5034 2011-10-26 Paul Koning <paul_koning@dell.com>
5035
5036 * gdb.texinfo (gdb.types): Document new deepitems function.
5037
5038 2011-10-25 Paul Koning <paul_koning@dell.com>
5039
5040 PR python/13327
5041
5042 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
5043 fetch_lazy method.
5044
5045 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
5046
5047 PR python/12656
5048
5049 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
5050 global_block, static_block function.
5051
5052 2011-10-19 Tom Tromey <tromey@redhat.com>
5053
5054 * gdb.texinfo (Commands In Python): Add missing "@"s.
5055
5056 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
5057
5058 PR python/13285 Document named constants for frame unwind stop reasons
5059 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
5060 constants.
5061
5062 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5063
5064 Fix compatibility with texinfo versions older than 4.12.
5065 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
5066 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
5067 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
5068 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
5069 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
5070 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
5071 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
5072
5073 2011-10-09 Doug Evans <dje@google.com>
5074
5075 * gdb.texinfo (Extending GDB): Document alias command.
5076
5077 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5078
5079 Support @entry in input expressions.
5080 * gdb.texinfo (Variables): Describe @entry names suffix.
5081 (Print Settings): Add anchor for `set print entry-values'.
5082
5083 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5084 Eli Zaretskii <eliz@gnu.org>
5085
5086 Display @entry parameter values (without references).
5087 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
5088 example.
5089 (Print Settings): New description of set print entry-values and show
5090 print entry-values.
5091
5092 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5093 Eli Zaretskii <eliz@gnu.org>
5094
5095 Recognize virtual tail call frames.
5096 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
5097 (Tail Call Frames): New node.
5098 (Frames In Python): Add gdb.TAILCALL_FRAME.
5099
5100 2011-10-07 Doug Evans <dje@google.com>
5101
5102 * gdb.texinfo (gdb.printing): Document new `replace' arg to
5103 register_pretty_printer.
5104
5105 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
5106
5107 PR python/12930
5108 PR python/12802
5109
5110 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
5111 stop method.
5112
5113 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
5114
5115 * gdb.texinfo (Starting your Program): "set disable-randomization"
5116 is no longer Linux-specific.
5117 (Remote Configuration): Document "set remote
5118 disable-randomization-packet".
5119 (General Query Packets): Document "QDisableRandomization" packet
5120 and add it to "qSupported" list.
5121
5122 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
5123
5124 Allow Python notification of new object-file loadings.
5125 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
5126 event type.
5127
5128 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
5129
5130 PR python/12691: Add the inferior to Python exited event
5131 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
5132
5133 2011-10-03 Joel Brobecker <brobecker@adacore.com>
5134
5135 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
5136 rephasing.
5137
5138 2011-10-03 Joel Brobecker <brobecker@adacore.com>
5139
5140 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
5141 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
5142 as possible feature returned by the `-list-features'
5143 command.
5144
5145 2011-09-28 Paul Koning <paul_koning@dell.com>
5146
5147 * gdb.texinfo (gdb.Type): Document field access by dictionary
5148 key syntax.
5149
5150 2011-09-28 Yao Qi <yao@codesourcery.com>
5151
5152 * gdb.texinfo (Files): Update options for `add-symbol-file'.
5153 Add one space after option `-s'. Remove @r{} markup.
5154
5155 2011-09-27 Stan Shebs <stan@codesourcery.com>
5156
5157 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
5158
5159 2011-09-16 Hui Zhu <teawater@gmail.com>
5160
5161 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
5162 to *(unsigned char *)$esp@300.
5163
5164 2011-09-15 Paul Koning <paul_koning@dell.com>
5165
5166 * gdb.texinfo: Make style of Python functions and methods match
5167 the syntax of Python. Also put class and module names explicitly
5168 on function, member, and variable names, matching Python
5169 documentation conventions.
5170
5171 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
5172
5173 PR Python/12692 Add gdb.selected_inferior() to Python interface.
5174 * gdb.texinfo (Inferiors In Python): Describe new
5175 gdb.selected_inferior() function.
5176
5177 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
5178
5179 Handle multiple breakpoint hits in Python interface:
5180 * gdb.texinfo (Events In Python): New function documentation:
5181 gdb.BreakpointEvent.breakpoints. Indicate that
5182 gdb.BreakpointEvent.breakpoint is now deprecated.
5183
5184 2011-09-04 Joel Brobecker <brobecker@adacore.com>
5185
5186 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
5187
5188 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
5189
5190 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
5191
5192 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
5193
5194 * gdb.texinfo (Prompt): Add set/show extended-prompt
5195 documentation
5196 (Basic Python): Add prompt_hook anchor.
5197 (Python modules): Reword module text to reflect multiple modules.
5198 (gdb.prompt): Document gdb.prompt module.
5199
5200 2011-08-14 Yao Qi <yao@codesourcery.com>
5201
5202 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
5203
5204 2011-08-14 Yao Qi <yao@codesourcery.com>
5205
5206 * gdb.texinfo (Standard Target Features): Document C6x features.
5207 (TIC6x Features): New node.
5208
5209 2011-08-12 Doug Evans <dje@google.com>
5210
5211 * gdb.texinfo (Symbols In Python): Document symbol.type.
5212
5213 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
5214
5215 * gdb.texinfo (Python): Document command and function
5216 auto-loading.
5217
5218 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5219 Eli Zaretskii <eliz@gnu.org>
5220
5221 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
5222 typedefs unrolling. Extend the sample code by an inner typedef and
5223 outer typedefs unrolling.
5224
5225 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
5226
5227 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
5228 size and line-size.
5229
5230 2011-07-21 Matt Rice <ratmice@gmail.com>
5231
5232 PR macros/12999
5233 * gdb.texinfo (Macros): Add info definitions and info macros commands.
5234 Update text and cindex entries for info macro command.
5235
5236 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
5237
5238 * observer.texi (GDB Observers): Add before_prompt observer.
5239 * gdb.texinfo (Basic Python): Add documentation for prompt
5240 substitution.
5241
5242 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
5243
5244 PR python/12438
5245 * gdb.texinfo (Python Commands): Add deprecate note to maint
5246 set/show python print-stack. Document set/show python
5247 print-backtrace.
5248
5249 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
5250
5251 * gdb.texinfo: Fix typos.
5252
5253 2011-07-01 Tom Tromey <tromey@redhat.com>
5254
5255 * gdb.texinfo (Debugging Output): Document set debug
5256 check-physname.
5257
5258 2011-06-29 Tom Tromey <tromey@redhat.com>
5259
5260 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5261 breakpoint-notifications feature.
5262
5263 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5264
5265 * gdb.texinfo (Target Description): Remove warning about
5266 possibly unstable format.
5267
5268 2011-06-03 Tom Tromey <tromey@redhat.com>
5269
5270 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5271 (Events In Python): Note that exit_code is optional.
5272
5273 2011-05-17 Pedro Alves <pedro@codesourcery.com>
5274
5275 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5276 required for multi-threading support.
5277 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5278 Hc are deprecated for multi-threading debugging. Point readers at
5279 the vCont packet.
5280
5281 2011-05-15 Doug Evans <dje@google.com>
5282
5283 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5284
5285 2011-05-13 Doug Evans <dje@google.com>
5286
5287 * gdb.texinfo (Threads): Document $sdir,$pdir.
5288 (Server): Document $pdir exception.
5289
5290 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5291
5292 * gdb.texinfo (Threads): Clarify default value for
5293 libthread-db-search-path.
5294
5295 * gdb.texinfo (Completion): Update example.
5296 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5297
5298 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5299
5300 * gdb.texinfo: Document change in the behaviour of the enable and
5301 disable GDB commands when applied to tracepoints.
5302 Document the EnableDisableTracepoints remote stub feature.
5303 Document QTEnable and QTDisable in the list of tracepoint packets.
5304
5305 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5306
5307 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5308 hsuser.texi.
5309 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5310 comment to hsuser.texi. Change rluser.texi name in the comment.
5311
5312 2011-05-10 Doug Evans <dje@google.com>
5313
5314 * gdb.texinfo (Threads): If an empty path is provided for
5315 libthread-db-search-path it is reset to its default value.
5316 (Server): Ditto.
5317
5318 2011-05-09 Doug Evans <dje@google.com>
5319
5320 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5321
5322 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5323 Thiago Jung Bauermann <bauerman@br.ibm.com>
5324
5325 Implement support for PowerPC BookE masked watchpoints.
5326 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5327 (PowerPC Embedded): Mention support of masked watchpoints.
5328
5329 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5330
5331 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5332 `@value{GDBN}'.
5333
5334 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5335
5336 * gdb.texinfo (titlepage): Remove dedication.
5337 (In Memoriam): New appendix.
5338
5339 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5340 Eli Zaretskii <eliz@gnu.org>
5341
5342 * gdb.texinfo (Index Section Format): Change the version to 5.
5343 Describe the different formula.
5344
5345 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5346 Eli Zaretskii <eliz@gnu.org>
5347
5348 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5349 for disconnected tracing.
5350 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5351 extended-remote relationship. Mention --once.
5352 (TCP port allocation lifecycle of @code{gdbserver}): New.
5353
5354 2011-04-23 Eli Zaretskii <eliz@gnu.org>
5355
5356 * gdb.texinfo (Server): Improve indexing. Index all optional
5357 switches to gdbserver.
5358
5359 2011-04-20 Tom Tromey <tromey@redhat.com>
5360
5361 * gdb.texinfo (Index Section Format): New node.
5362 (Top): Add new node to menu.
5363
5364 2011-04-20 Pedro Alves <pedro@codesourcery.com>
5365
5366 * gdb.texinfo (Maintenance Commands): Document `maint print
5367 remote-registers'.
5368
5369 2011-04-20 Tom Tromey <tromey@redhat.com>
5370
5371 * gdb.texinfo (Trace File Format): Move node later.
5372
5373 2011-04-19 Tom Tromey <tromey@redhat.com>
5374
5375 * gdbint.texinfo (Register Information Functions): Remove
5376 duplicate "the".
5377 * gdb.texinfo (Emacs): Remove duplicate "to".
5378 (GDB/MI Variable Objects): Remove duplicate "the".
5379 (General Query Packets): Likewise.
5380
5381 2011-04-02 Joel Brobecker <brobecker@adacore.com>
5382
5383 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5384 "GDB/MI Ada Exception Information" node.
5385
5386 2011-04-01 Joel Brobecker <brobecker@adacore.com>
5387
5388 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5389 the "exception-name" field in the *stopped async record.
5390
5391 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5392 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5393
5394 Implement support for PowerPC BookE ranged breakpoints.
5395 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5396
5397 2011-03-28 Tom Tromey <tromey@redhat.com>
5398
5399 * gdb.texinfo (Set Tracepoints): Fix typo.
5400
5401 2011-03-24 Tom Tromey <tromey@redhat.com>
5402
5403 * gdb.texinfo (Specify Location): Document `function:label'
5404 linespec.
5405
5406 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5407
5408 PR python/12149
5409
5410 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5411
5412 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5413
5414 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5415 (Inferiors In Python): Likewise.
5416 (Threads In Python): Likewise.
5417 (Symbols In Python): Likewise.
5418 (Objfiles In Python): Likewise.
5419 (Symbol Tables In Python): Likewise.
5420
5421 2011-03-15 Pedro Alves <pedro@codesourcery.com>
5422
5423 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5424 display>: Explain that the commands accept number ranges.
5425
5426 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5427
5428 * gdb.texinfo (Breakpoints In Python): Add description and example
5429 of Python stop function operation.
5430
5431 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5432
5433 * gdb.texinfo (Parameters In Python): Document get_set_string and
5434 get_show_string methods.
5435
5436 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5437
5438 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5439
5440 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5441 circular-trace-buffer name.
5442
5443 2011-02-28 Joel Brobecker <brobecker@adacore.com>
5444
5445 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5446 in the previous change.
5447
5448 2011-02-27 Michael Snyder <msnyder@vmware.com>
5449
5450 * gdb.texinfo (Inferiors and Programs): Update commands to show
5451 that they can accept multiple arguments.
5452
5453 2011-02-24 Joel Brobecker <brobecker@adacore.com>
5454
5455 Revert the following patch (code patch was not approved):
5456 2011-02-21 Hui Zhu <teawater@gmail.com>
5457 * agentexpr.texi (bytecode descriptions): add printf.
5458 * gdb.texinfo (tracepoint action lists): add printf.
5459
5460 2011-02-23 Doug Evans <dje@google.com>
5461
5462 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5463
5464 2011-02-23 Michael Snyder <msnyder@vmware.com>
5465
5466 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5467 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5468 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5469
5470 2011-02-22 Doug Evans <dje@google.com>
5471
5472 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5473 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5474 add description of result, fix @defun formatting.
5475
5476 2011-02-21 Hui Zhu <teawater@gmail.com>
5477
5478 * agentexpr.texi (Bytecode Descriptions): Add printf.
5479 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5480
5481 2011-02-18 Tom Tromey <tromey@redhat.com>
5482
5483 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5484
5485 2011-02-14 Michael Snyder <msnyder@vmware.com>
5486
5487 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5488 Document new command "thread find".
5489
5490 2011-02-14 Michael Snyder <msnyder@vmware.com>
5491
5492 * gdb.texinfo (Threads): Update example of new thread message.
5493
5494 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5495
5496 * gdb.texinfo (Remote Configuration): Mention set/show remote
5497 traceframe-info.
5498 (Tools/Packages Optional for Building GDB): Mention that expat is
5499 used for traceframe info.
5500 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5501 (General Query Packets) <qSupported>: Describe the
5502 qXfer:traceframe-info:read feature.
5503 (qXfer::read): Describe qXfer:traceframe-info:read.
5504 (Traceframe Info Format): New section.
5505
5506 2011-02-04 Pedro Alves <pedro@codesourcery.com>
5507
5508 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5509 for casts and unary operators.
5510
5511 2011-02-04 Tom Tromey <tromey@redhat.com>
5512
5513 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5514 is not useful.
5515
5516 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5517
5518 * gdb.texinfo: s/value optimized out/optimized out/g
5519
5520 2011-01-21 Joel Brobecker <brobecker@adacore.com>
5521
5522 * gdb.texinfo (Other Misc Settings): Rework part of the
5523 documentation of the "set interactive mode" command.
5524
5525 2011-01-19 Tom Tromey <tromey@redhat.com>
5526
5527 * gdb.texinfo (Threads): Document thread name output and `thread
5528 name' command.
5529 (Threads In Python): Document Thread.name attribute.
5530 (GDB/MI Thread Commands): Document thread attributes.
5531
5532 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
5533
5534 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5535 changes in mi/mi-cmd-disas.c
5536
5537 2011-01-12 Tom Tromey <tromey@redhat.com>
5538
5539 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5540 Fix "thread apply" text.
5541
5542 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5543 Thiago Jung Bauermann <bauerman@br.ibm.com>
5544
5545 Implement support for PowerPC BookE ranged watchpoints.
5546 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5547 the "set powerpc exact-watchpoints" flag.
5548
5549 2011-01-07 Tom Tromey <tromey@redhat.com>
5550
5551 * gdb.texinfo (Python API): Add descriptions to @menu items.
5552
5553 2011-01-06 Tom Tromey <tromey@redhat.com>
5554
5555 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5556
5557 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5558
5559 * gdb.texinfo (Debugging Output): Document "set debug jit".
5560
5561 2011-01-06 Tom Tromey <tromey@redhat.com>
5562
5563 PR python/12133:
5564 * gdb.texinfo (Frames In Python): Document various frame
5565 constants.
5566
5567 2011-01-05 Joel Brobecker <brobecker@adacore.com>
5568
5569 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5570 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5571 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5572
5573 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5574
5575 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5576 (clean): Add GDBvn.texi.
5577
5578 2010-12-29 Joel Brobecker <brobecker@adacore.com>
5579
5580 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5581 occasional case where the debugger prints an array address
5582 instead of the array itself.
5583
5584 2010-12-23 Pedro Alves <pedro@codesourcery.com>
5585
5586 * gdb.texinfo (Packets) <read registers packet>: Document support
5587 for registers that were not collected.
5588
5589 2010-12-15 Doug Evans <dje@google.com>
5590
5591 * gdb.texinfo (Startup): Document auto-loading of scripts during
5592 startup.
5593 (Auto-loading): Delete "maint set python auto-load on|off".
5594 Add "set auto-load-scripts on|off".
5595
5596 2010-12-07 Doug Evans <dje@google.com>
5597
5598 * gdb.texinfo (Mode Options): Document -data-directory.
5599 (Data Files): Add reference to -data-directory.
5600
5601 2010-11-29 Doug Evans <dje@google.com>
5602
5603 * gdb.texinfo (Pretty-Printer Introduction): Change
5604 printer-name:subprinter-name to printer-name;subprinter-name.
5605
5606 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5607
5608 PR python/12199
5609
5610 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5611
5612 2010-11-23 Tom Tromey <tromey@redhat.com>
5613
5614 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5615 (Editing): Likewise.
5616 (Command History): Likewise.
5617 (TUI Keys): Likewise.
5618 (Bug Reporting): Conditionally include rluser.texi and
5619 inc-history.texinfo.
5620 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5621 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5622 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5623 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5624 (gdb.pdf): Likewise.
5625 (gdb.info): Likewise.
5626 (gdb/index.html): Likewise.
5627
5628 2010-11-23 Tom Tromey <tromey@redhat.com>
5629
5630 * Makefile.in (Makefile): Run ../config.status.
5631 (distclean): Update.
5632 * configure: Remove.
5633 * configure.ac: Remove.
5634
5635 2010-11-12 Tom Tromey <tromey@redhat.com>
5636
5637 * gdb.texinfo (Basic Python): Update. Add xref.
5638 (Exception Handling): Document new exception classes.
5639 (Types In Python): Update.
5640 (Frames In Python): Update.
5641
5642 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5643
5644 * gdb.texinfo (Breakpoints In Python): Document "internal"
5645 parameter, and visible attribute.
5646
5647 2010-11-05 Doug Evans <dje@google.com>
5648
5649 * gdb.texinfo (Source Path): Document "set directories".
5650
5651 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
5652
5653 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5654 (OpenCL C): New node.
5655
5656 2010-11-02 Doug Evans <dje@google.com>
5657
5658 * gdb.texinfo (Pretty Printing): Expand into three sections,
5659 introduction, example, and commands.
5660 (Python API): Delete section Disabling Pretty-Printers, merge into
5661 Selecting Pretty-Printers.
5662 (Writing a Pretty-Printer): New section. Move the pretty-printer
5663 example here, and reformat to match python coding style. Add a second
5664 example using the gdb.printing module.
5665 (Python modules): Add gdb.printing.
5666
5667 2010-10-29 Doug Evans <dje@google.com>
5668
5669 * gdb.texinfo (Python): Fix long line.
5670
5671 2010-10-20 Doug Evans <dje@google.com>
5672
5673 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5674 All references updated. Correct sections marked as subsections.
5675 (Coding Standards): New chapter. Move the coding standard related
5676 subsections here. Add section on Python coding standards.
5677
5678 2010-10-13 Doug Evans <dje@google.com>
5679
5680 * gdb.texinfo (Python): Add "Python modules".
5681 (Types in Python): Add reference to gdb.types section.
5682 (Python modules): New node.
5683
5684 2010-10-11 Doug Evans <dje@google.com>
5685
5686 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5687 Python" from gdb.Value.type description.
5688
5689 2010-09-28 Joel Brobecker <brobecker@adacore.com>
5690
5691 * gdb.texinfo (Ravenscar Profile): New node.
5692
5693 2010-09-22 Tom Tromey <tromey@redhat.com>
5694
5695 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5696
5697 2010-09-22 Eli Zaretskii <eliz@gnu.org>
5698
5699 * gdb.texinfo (Values From Inferior): Clarify that
5700 value.dynamic_type works only in C++ programs with RTTI.
5701
5702 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
5703
5704 * gdb.texinfo (Character Sets): Correctly reference host-charset
5705 in example.
5706
5707 2010-09-13 Tom Tromey <tromey@redhat.com>
5708
5709 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5710 Document "fullname" and "from".
5711
5712 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5713
5714 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5715 feature `reverse' output by -list-target-features.
5716
5717 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5718
5719 * gdb.texinfo (i386 Features): Remove an extra "@item".
5720
5721 2010-08-30 Tom Tromey <tromey@redhat.com>
5722
5723 PR python/11792:
5724 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5725
5726 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5727
5728 * gdb.texinfo (ARM Features): Document
5729 org.gnu.gdb.arm.m-profile.
5730
5731 2010-08-23 Tom Tromey <tromey@redhat.com>
5732
5733 PR python/11145:
5734 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5735 reinterpret_cast methods.
5736
5737 2010-08-23 Tom Tromey <tromey@redhat.com>
5738
5739 PR python/11915:
5740 * gdb.texinfo (Types In Python): Document array method.
5741
5742 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5743
5744 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5745
5746 2010-08-16 Tom Tromey <tromey@redhat.com>
5747
5748 * gdb.texinfo (Set Watchpoints): Document -location option.
5749
5750 2010-08-13 Doug Evans <dje@google.com>
5751
5752 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5753
5754 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5755
5756 * gdb.texinfo (GDB/MI Data Manipulation): Document
5757 -data-read-memory-raw and -data-write-memory-raw.
5758
5759 2010-08-11 Tom Tromey <tromey@redhat.com>
5760 Phil Muldoon <pmuldoon@redhat.com>
5761
5762 * gdb.texinfo (Basic Python): Describe post_event API.
5763
5764 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5765
5766 * gdb.texinfo (Basic Python): Describe solib_address and
5767 decode_line Python APIs
5768
5769 2010-08-10 Tom Tromey <tromey@redhat.com>
5770
5771 * gdb.texinfo (Pretty Printing API): Document
5772 gdb.default_visualizer.
5773
5774 2010-08-10 Tom Tromey <tromey@redhat.com>
5775
5776 Revert gdb-add-index addition:
5777 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5778
5779 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5780 Eli Zaretskii <eliz@gnu.org>
5781
5782 * gdb.texinfo (Mode Options) <-batch>
5783 (Basic Python) <gdb.execute>: Describe setting width and height.
5784
5785 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5786
5787 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5788
5789 2010-07-30 Tom Tromey <tromey@redhat.com>
5790
5791 * gdb.texinfo (Index Files): Mention gdb-add-index.
5792
5793 2010-07-30 Hui Zhu <teawater@gmail.com>
5794
5795 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5796 "detach inferior" and "kill inferior".
5797
5798 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5799
5800 * gdb.texinfo (Machine Code): Update description of two forms of
5801 arguments, and add new example to demonstrate the new form.
5802
5803 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5804
5805 * gdb.texinfo (Values From Inferior): Add value inferior function
5806 call description.
5807
5808 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5809
5810 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5811
5812 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5813 Eli Zaretskii <eliz@gnu.org>
5814
5815 Make core files the process_stratum.
5816 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5817 record_stratum example.
5818
5819 2010-07-13 Tom Tromey <tromey@redhat.com>
5820
5821 * gdb.texinfo (Index Files): New node.
5822
5823 2010-07-13 Tom Tromey <tromey@redhat.com>
5824
5825 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5826
5827 2010-07-13 Tom Tromey <tromey@redhat.com>
5828
5829 * gdb.texinfo (Specify Location): Document labels.
5830
5831 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5832
5833 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5834 entries for fast tracepoints and static tracepoints.
5835
5836 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5837
5838 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5839 qsThreadInfo>: Spell out `l' as ell.
5840
5841 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5842
5843 * gdb.texinfo (Convenience Variables): Document $_sdata.
5844 (Commands to Set Tracepoints): Describe static tracepoints. Add
5845 `Listing Static Tracepoint Markers' menu entry. Document
5846 "strace".
5847 (Tracepoint Action Lists): Document collecting $_sdata.
5848 (Listing Static Tracepoint Markers): New subsection.
5849 (Tracepoints support in gdbserver): Mention static tracepoints.
5850 (remote packets, enabling and disabling): Mention
5851 read-sdata-object.
5852 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5853 and StaticTracepoint.
5854 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5855 Document qXfer:sdata:read.
5856 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5857
5858 2010-06-29 Joel Brobecker <brobecker@adacore.com>
5859
5860 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5861
5862 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5863 Tom Tromey <tromey@redhat.com>
5864 Thiago Jung Bauermann <bauerman@br.ibm.com>
5865
5866 * gdb.texinfo (Inferiors In Python): New node.
5867 * gdb.texinfo (Threads In Python): New node.
5868
5869 2010-06-28 Joel Brobecker <brobecker@adacore.com>
5870
5871 * gdb.texinfo (Python): Document what the python directory is
5872 and what its location is.
5873 (Basic Python): Document the gdb.PYTHONDIR constant.
5874
5875 2010-06-25 Tom Tromey <tromey@redhat.com>
5876
5877 PR python/10808:
5878 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5879
5880 2010-06-24 Hui Zhu <teawater@gmail.com>
5881
5882 * gdb.texinfo: (Commands for Controlled Output): Add
5883 documentation for command "eval".
5884
5885 2010-06-21 Stan Shebs <stan@codesourcery.com>
5886
5887 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5888 * annotate.texinfo: Ditto.
5889 * gdbint.texinfo: Ditto.
5890 * stabs.texinfo: Ditto.
5891
5892 2010-06-22 Hui Zhu <teawater@gmail.com>
5893
5894 * gdb.texinfo: (Process Record and Replay): Add documentation
5895 for command "set record memory-query".
5896
5897 2010-06-21 Stan Shebs <stan@codesourcery.com>
5898
5899 * gdb.texinfo: Relicense under GFDL version 1.3.
5900 * annotate.texinfo: Relicense under GFDL version 1.3.
5901 * gdbint.texinfo: Relicense under GFDL version 1.3.
5902 * stabs.texinfo: Relicense under GFDL version 1.3.
5903 * fdl.texi: Update to version 1.3.
5904
5905 2010-06-18 Stan Shebs <stan@codesourcery.com>
5906
5907 * gdb.texinfo (Operating System Auxiliary Information): Describe
5908 "info os" when no arguments given.
5909
5910 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5911 $_thread.
5912
5913 2010-06-18 Hui Zhu <teawater@gmail.com>
5914
5915 * gdb.texinfo: (Process Record and Replay): Add documentation
5916 for commands "record save" and "record restore".
5917
5918 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5919
5920 * gdb.texinfo: Include information about the correct use
5921 of addresses in the `watch' command.
5922
5923 2010-06-11 Stan Shebs <stan@codesourcery.com>
5924
5925 * gdb.texinfo (Observer Mode): New section.
5926 (General Query Packets): Document QAllow.
5927
5928 2010-06-04 Doug Evans <dje@google.com>
5929
5930 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5931
5932 2010-06-03 Doug Evans <dje@google.com>
5933
5934 * gdbint.texinfo (Coding): Add subsection on command names.
5935
5936 2010-06-02 Tom Tromey <tromey@redhat.com>
5937
5938 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5939 always-disassemble.
5940
5941 2010-06-01 Pedro Alves <pedro@codesourcery.com>
5942
5943 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5944 gdbserver, and add cross reference.
5945 (Tracepoints support in gdbserver): New subsection.
5946
5947 2010-05-26 Pedro Alves <pedro@codesourcery.com>
5948
5949 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5950 `qRelocInsn' feature.
5951 (Relocate instruction reply packet): New subsection
5952 of `Tracepoint Packets'.
5953 (Tracepoint Packets): Mention that packets QTDP and QTStart
5954 support the qRelocInsn request, and add cross reference to new
5955 subsection.
5956
5957 2010-05-25 Doug Evans <dje@google.com>
5958
5959 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5960 (Commands In Python): Document gdb.string_to_argv.
5961
5962 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5963
5964 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5965 ATTR_NORETURN.
5966
5967 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5968 Tom Tromey <tromey@redhat.com>
5969 Thiago Jung Bauermann <bauerman@br.ibm.com>
5970
5971 * gdb.texinfo (Parameters In Python): New Node.
5972
5973 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5974
5975 * gdb.texinfo: (Summary) Add mention about D language support.
5976 (Filenames): Add D suffixes.
5977 (D): New node.
5978
5979 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5980
5981 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5982 of macro deleted from GDB code.
5983
5984 2010-04-24 Pedro Alves <pedro@codesourcery.com>
5985
5986 * gdb.texinfo (Commands to specify files): Describe what how GDB
5987 looks up DOS-based filesystem paths on the system root. Document
5988 the new `set/show target-file-system-kind' commands.
5989
5990 2010-04-23 Doug Evans <dje@google.com>
5991
5992 * gdb.texinfo (Python): Move Auto-loading section here ...
5993 (Python API): from here.
5994 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5995 (Maintenance Commands): Add docs for "maint print section-scripts".
5996
5997 2010-04-20 Chris Moller <cmoller@redhat.com>
5998
5999 * gdb.texinfo (Setting Breakpoints): Added description of
6000 filename-qualified rbreak.
6001 * refcard.tex (Breakpoints and Watchpoints): Added brief
6002 description of filename-qualified rbreak.
6003
6004 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6005
6006 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
6007 (Python API): Change the reference to Pretty Printing API.
6008 (Pretty Printing): Move the user part under the Data node. Reformat
6009 the sample output to 72 columns. Create a new reference to Pretty
6010 Printing API. Rename the API part ...
6011 (Pretty Printing API): To a new node name.
6012 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
6013 (GDB/MI Variable Objects): Change references to Pretty Printing API.
6014
6015 2010-04-21 Stan Shebs <stan@codesourcery.com>
6016
6017 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
6018 and commands.
6019 (Listing Tracepoints): Update to reflect current behavior.
6020
6021 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6022
6023 * gdb.texinfo (Examining memory): Update for change in string
6024 display with explicit size.
6025
6026 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6027
6028 PR breakpoints/8554.
6029
6030 * gdb.texinfo (Save Breakpoints): New node.
6031 (save-tracepoints): Rename to ...
6032 (save tracepoints): ... this. Mention that `save-tracepoints' is
6033 a deprecated alias to `save tracepoints'.
6034
6035 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6036
6037 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
6038 (info w32 thread-information-block): Document new command.
6039 (qGetTIBAddress): Document new gdbserver query.
6040 (maint set/show show-all-tib): Document new command.
6041
6042 2010-04-15 Doug Evans <dje@google.com>
6043
6044 * gdb.texinfo (Python API): Add progspaces section.
6045 (Selecting Pretty-Printers): Progspace pretty-printers are
6046 searched too.
6047 (Progspaces In Python): New section.
6048
6049 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
6050
6051 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6052
6053 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
6054 returns None.
6055
6056 2010-04-09 Stan Shebs <stan@codesourcery.com>
6057
6058 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6059 Describe the `frames-created' field, tweak grammar.
6060
6061 2010-04-09 Pedro Alves <pedro@codesourcery.com>
6062
6063 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6064 Describe the `circular' and `disconnected' fields.
6065
6066 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
6067
6068 * gdb.texinfo (maint print registers): Mention unavailable and
6069 invisible registers.
6070
6071 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6072 Thiago Jung Bauermann <bauerman@br.ibm.com>
6073 Tom Tromey <tromey@redhat.com>
6074
6075 * gdb.texinfo (Breakpoints In Python): New Node.
6076
6077 2010-04-08 Stan Shebs <stan@codesourcery.com>
6078
6079 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
6080 trace status fields.
6081
6082 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6083
6084 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
6085 optional. Make org.gnu.gdb.i386.avx requires
6086 org.gnu.gdb.i386.avx.
6087
6088 2010-04-08 Doug Evans <dje@google.com>
6089
6090 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
6091 search path, and document that gdb only scans the search path if
6092 the script's path doesn't specify a directory.
6093
6094 2010-04-05 Doug Evans <dje@google.com>
6095
6096 * gdb.texinfo (maint show python auto-load): Fix typo.
6097
6098 2010-04-04 Stan Shebs <stan@codesourcery.com>
6099
6100 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
6101 (Setting Watchpoints): Update description of "info watch".
6102 (Disabling Breakpoints): Only "info break" lists all.
6103
6104 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
6105 (tdump): Explain how tdump works.
6106
6107 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6108
6109 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
6110 add cross reference.
6111
6112 2010-03-31 Pedro Alves <pedro@codesourcery.com>
6113
6114 * gdb.texinfo (TUI Commands): Mention that in some cases, these
6115 commands error out.
6116
6117 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6118
6119 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
6120
6121 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6122
6123 * gdb.texinfo (General Query Packets): Add xmlRegisters.
6124
6125 2010-03-29 Stan Shebs <stan@codesourcery.com>
6126 Nathan Sidwell <nathan@codesourcery.com>
6127
6128 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
6129 GDBN equivalent.
6130 (Set Tracepoints): Remove mention that conditional tracepoints
6131 don't exist.
6132 (Tracepoint Actions): Clarify when while-stepping collection
6133 happens, note that while-stepping does not automatically collect
6134 $pc.
6135
6136 2010-03-29 Stan Shebs <stan@codesourcery.com>
6137
6138 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
6139 (General Query Packets): Describe TracepointSource.
6140
6141 2010-03-27 Matt Rice <ratmice@gmail.com>
6142
6143 * gdb.texinfo (ARM): Document arguments to "target sim".
6144 (Set Catchpoints): Use @dots{} instead of @r{...}.
6145
6146 2010-03-26 Pedro Alves <pedro@codesourcery.com>
6147
6148 * gdb.texinfo (Tracepoint Packets): Remove mention that
6149 terror:string may be plain text, and drop mention of X prefix.
6150
6151 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
6152
6153 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
6154
6155 2010-03-24 Stan Shebs <stan@codesourcery.com>
6156
6157 * gdb.texinfo (Tracepoint Packets): Document trace error status.
6158
6159 2010-03-24 Tom Tromey <tromey@redhat.com>
6160
6161 PR breakpoints/9352:
6162 * gdb.texinfo (Break Commands): Update.
6163
6164 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6165
6166 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
6167 commands.
6168
6169 2010-03-16 Stan Shebs <stan@codesourcery.com>
6170
6171 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
6172 circular-trace-buffer.
6173 (Tracepoint Packets): Describe QTBuffer, and details of the
6174 qTStatus reply.
6175
6176 2010-03-12 Stan Shebs <stan@codesourcery.com>
6177 Nathan Sidwell <nathan@codesourcery.com>
6178
6179 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
6180 doing instruction stepping.
6181 (Tracepoint Restrictions): New node.
6182
6183 2010-03-10 Tom Tromey <tromey@redhat.com>
6184
6185 * gdbint.texinfo (Symbol Handling): Update.
6186
6187 2010-03-08 Tom Tromey <tromey@redhat.com>
6188
6189 PR cli/9591:
6190 * gdb.texinfo (Mode Options): Mention lack of pagination and
6191 confirmation with --batch.
6192 (Screen Size): Mention --batch.
6193 (Messages/Warnings): Likewise.
6194
6195 2010-03-05 Tom Tromey <tromey@redhat.com>
6196
6197 * gdb.texinfo (Basic Python): Document target_charset and
6198 target_wide_charset.
6199
6200 2010-03-05 Tom Tromey <tromey@redhat.com>
6201
6202 * gdb.texinfo (Data): Link to pretty-printing.
6203 (Output Formats): Likewise. Correct text.
6204
6205 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6206
6207 * gdb.texinfo (Types): Describe <struct> and <flags>.
6208
6209 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6210
6211 * gdb.texinfo (Frames In Python): Add block parameter and
6212 description to read_var text.
6213
6214 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
6215 Tom Tromey <tromey@redhat.com>
6216
6217 * gdb.texinfo (Types In Python): Describe block argument in
6218 template_argument and gdb.lookup_type.
6219
6220 2010-02-24 Tom Tromey <tromey@redhat.com>
6221
6222 * gdb.texinfo (Cygwin Native): Fix typo.
6223
6224 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6225
6226 * gdb.texinfo (Frames In Python): Add block, find_sal, function
6227 and select method descriptions.
6228 (Python API): Add Blocks In Python, Symbols in Python and Symbol
6229 Tables in Python to menu.
6230 (Blocks In Python): New node.
6231 (Symbols In Python): New node.
6232 (Symbol Tables in Python): New node.
6233
6234 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6235
6236 Multiexec MI
6237
6238 gdb/
6239 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6240
6241 gdb/doc/
6242 * gdb.texinfo (GDB/MI Command Syntax): Document notification
6243 changes.
6244 (GDB/MI Program Execution): Document current behaviour of
6245 --all and --thread-group.
6246 (GDB/MI Miscellaneous Commands): Document -add-inferior and
6247 -remove-inferior.
6248 * observer.texi (inferior_added, inferior_removed): New
6249 observers.
6250
6251 2010-02-19 Tom Tromey <tromey@redhat.com>
6252
6253 * gdbint.texinfo (Getting Started): Fix @node.
6254 (Debugging GDB): Likewise.
6255
6256 2010-02-13 Joel Brobecker <brobecker@adacore.com>
6257
6258 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6259 documenting the gdb_test_timeout variable.
6260
6261 2010-02-12 Jakob Engblom <jakob@virtutech.com>
6262
6263 * gdb.texinfo (MI commands): Added documentation of --reverse
6264 option to a set of MI commands. Restructured documentation of MI
6265 commands --exec-continue to reflect the complexity of reverse
6266 execution.
6267
6268 2010-02-12 Pedro Alves <pedro@codesourcery.com>
6269
6270 * gdb.texinfo (Using the Collected Data): Specify that the address
6271 range of `tfind outsize' is exclusive, and that the address range
6272 of `tfind range' is inclusive.
6273 (Tracepoint Packets): Specify that the address range of
6274 `QTFrame:range' is inclusive, and that the address range of
6275 `QTFrame:outside' is exclusive
6276
6277 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6278
6279 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6280
6281 2010-02-10 Tom Tromey <tromey@redhat.com>
6282
6283 * gdb.texinfo (Debugging Output): Document set debug parser and
6284 show debug parser.
6285
6286 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6287
6288 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6289 i386_eflags and i386_mxcsr.
6290
6291 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6292
6293 * gdb.texinfo: Document i386 target features.
6294
6295 2010-02-05 Doug Evans <dje@google.com>
6296
6297 * gdbint.texinfo (Testsuite): Add a new section to document the
6298 various DejaGnu variables that may be overridden.
6299 Document INTERNAL_GDBFLAGS.
6300
6301 2010-02-04 Tom Tromey <tromey@redhat.com>
6302
6303 PR cli/8830:
6304 * gdb.texinfo (Files): -readnow comes before the filename for file
6305 and symbol-file.
6306
6307 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6308
6309 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6310 Document ARM breakpoint types.
6311 (Register Packet Format): Move into the new section.
6312 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6313
6314 2010-01-21 Joel Brobecker <brobecker@adacore.com>
6315
6316 * gdb.texinfo (File Options): Adjust the documentation of this
6317 switch to refer to the "source" command rather than partially
6318 duplicating some of the relevant information.
6319 (Extending GDB): Introduce and document the set/show script-extension
6320 setting.
6321 (Command Files): Add note explaining that the "source" command
6322 is also used to evalute scripts written in other languages.
6323 Remove the short slightly incorrect reference to sourcing Python
6324 scripts.
6325 (Python Commands): Document how to execute a Python script from GDB.
6326
6327 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6328
6329 * gdb.texinfo (Command Files): Fix typo.
6330
6331 2010-01-18 Tom Tromey <tromey@redhat.com>
6332
6333 * gdb.texinfo (File Options): Document -x on .py files.
6334 (Command Files): Document handling of Python scripts.
6335
6336 2010-01-18 Jie Zhang <jie.zhang@analog.com>
6337
6338 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6339
6340 2010-01-15 Stan Shebs <stan@codesourcery.com>
6341
6342 * gdb.texinfo (Trace Files): New section.
6343 (Tracepoint Packets): Document QTSave and qTBuffer.
6344 (Trace File Format): New appendix.
6345
6346 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6347
6348 * gdb.texinfo (Values From Inferior): Document lazy_string value
6349 method.
6350 (Python API): Add Lazy strings menu item.
6351 (Lazy Strings In Python): New node.
6352
6353 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6354
6355 * gdb.texinfo (GDB/MI Thread Information): New.
6356 (GDB/MI Async Records): Document the core field in *stopped.
6357 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6358 documentation
6359 (Process list): Document that osdata document may contain
6360 threads.
6361 (Remote Serial Protocol): Document qXfer:threads.
6362
6363 2010-01-06 Stan Shebs <stan@codesourcery.com>
6364
6365 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6366 disconnected tracing.
6367 (Tracepoint Packets): Document new protocol.
6368
6369 2010-01-05 Stan Shebs <stan@codesourcery.com>
6370
6371 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6372 tracepoints.
6373 (Tracepoint Packets): Describe remote protocol for fast
6374 tracepoints.
6375
6376 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6377
6378 Update the "Start of New Year Procedure".
6379 * gdbint.texinfo: Add the list of files that need to be updated
6380 manually. Minor reformatting.
6381
6382 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6383
6384 * refcard.tex: Update copyright year in header and text.
6385
6386 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6387
6388 * agentexpr.texi: Add 2010 to the list of copyright years.
6389 * annotate.texinfo: Likewise.
6390 * gdb.texinfo: Likewise.
6391 * gdbint.texinfo: Likewise.
6392 * observer.texi: Likewise.
6393 * stabs.texinfo: Likewise.
6394
6395 2009-12-31 Stan Shebs <stan@codesourcery.com>
6396
6397 * gdb.texinfo (Tracepoint Actions): Describe teval.
6398
6399 2009-12-29 Stan Shebs <stan@codesourcery.com>
6400
6401 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
6402
6403 2009-12-28 Stan Shebs <stan@codesourcery.com>
6404
6405 * gdb.texinfo (Trace State Variables): New section.
6406 (Tracepoint Packets): Describe trace state variable packets.
6407 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6408 variable bytecodes.
6409
6410 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6411
6412 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6413 declarations.
6414
6415 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6416
6417 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6418 -gdb-exit behaviour.
6419
6420 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6421
6422 * gpl.texi: Update to version 3 of the GPL.
6423
6424 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6425
6426 * Makefile.in: Update copyright header.
6427 * observer.texi: Fix the copyright header of the generated files.
6428
6429 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6430
6431 * gdb.texinfo (Types In Python): Describe range function.
6432
6433 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6434
6435 * gdb.texinfo (Types In Python): Describe "is_base_class".
6436
6437 2009-12-03 Tom Tromey <tromey@redhat.com>
6438
6439 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6440
6441 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6442
6443 * observer.texi: New memory_changed observer.
6444
6445 2009-12-01 Tom Tromey <tromey@redhat.com>
6446
6447 * gdb.texinfo (Reverse Execution): Fix typo.
6448
6449 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6450
6451 PR gdb/8704
6452
6453 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6454 are allowed after the breakpoint condition.
6455
6456 2009-11-23 Tom Tromey <tromey@redhat.com>
6457
6458 PR python/10782:
6459 * gdb.texinfo (Types In Python): Document Type.pointer.
6460
6461 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6462
6463 * gdb.texinfo (Machine Code): Adjust.
6464
6465 2009-11-11 Pedro Alves <pedro@codesourcery.com>
6466
6467 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6468 (Using Agent Expressions): Delete cross reference.
6469
6470 2009-11-07 Joel Brobecker <brobecker@adacore.com>
6471
6472 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6473 and @settitle directives up to help makeinfo find them.
6474
6475 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6476
6477 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6478 (Auto-loading): Use plural and note one can use multiple components now.
6479
6480 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6481
6482 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6483 -stack-list-arguments have the same documentation for parameter
6484 as -stack-list-locals. Add comas.
6485
6486 2009-10-27 Tom Tromey <tromey@redhat.com>
6487 Eli Zaretskii <eliz@gnu.org>
6488
6489 PR python/10781
6490
6491 * gdb.texinfo (Values From Inferior): Document cast method.
6492
6493 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6494
6495 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6496 and adjust example.
6497
6498 2009-10-22 Michael Snyder <msnyder@vmware.com>
6499
6500 * gdb.texinfo (Process Record and Replay): Document new form of
6501 info record command. Also document the new save and restore
6502 commands.
6503
6504 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6505
6506 * gdb.texinfo (Machine Code): Mention current pc marker.
6507 (Memory): Likewise.
6508
6509 2009-10-19 Pedro Alves <pedro@codesourcery.com>
6510 Stan Shebs <stan@codesourcery.com>
6511
6512 * observer.texi (new_inferior): Rename to...
6513 (inferior_appeared): ... this.
6514
6515 * gdb.texinfo (Inferiors): Rename node to ...
6516 (Inferiors and Programs): ... this. Mention running multiple
6517 programs in the same debug session.
6518 <info inferiors>: Mention the new 'Executable' column if "info
6519 inferiors". Update examples. Document the "add-inferior",
6520 "clone-inferior", "remove-inferior" and "maint info
6521 program-spaces" commands.
6522 (Process): Rename node to...
6523 (Forks): ... this. Document "set|show follow-exec-mode".
6524
6525 2009-10-11 Michael Snyder <msnyder@vmware.com>
6526
6527 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6528 (ReverseContinue): Ditto.
6529
6530 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6531
6532 * gdb.texinfo (Server): Document libthread-db-search-path.
6533
6534 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6535
6536 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6537
6538 2009-10-06 Michael Eager <eager@eagercon.com>
6539
6540 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6541 (Embedded Processors): Add MicroBlaze.
6542 (MicroBlaze): New. Describe Xilinx MicroBlaze
6543
6544 2009-10-04 Pedro Alves <pedro@codesourcery.com>
6545
6546 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6547
6548 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6549
6550 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6551
6552 2009-09-23 Joel Brobecker <brobecker@adacore.com>
6553
6554 * observer.texi (solib_unloaded): Document explicitly the fact that
6555 this observer is called before the associated symbols are unloaded.
6556
6557 2009-09-21 Jie Zhang <jie.zhang@analog.com>
6558
6559 * gdb.texinfo: Escape "{" and "}".
6560
6561 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6562
6563 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6564 -stack-list-variables.
6565
6566 2009-09-18 Tom Tromey <tromey@redhat.com>
6567
6568 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6569 is experimental.
6570
6571 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6572
6573 * gdb.texinfo (convenince variables): Mention
6574 $_siginfo could be empty.
6575
6576 2009-09-15 Tom Tromey <tromey@redhat.com>
6577
6578 * gdb.texinfo (GDB/MI Variable Objects): Document
6579 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6580 Expand -var-update documentation.
6581
6582 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6583
6584 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6585 feature.
6586
6587 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6588
6589 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6590
6591 2009-09-10 Michael Snyder <msnyder@vmware.com>
6592
6593 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6594 ReverseStep replies to the qSupported query.
6595
6596 2009-09-10 Joel Brobecker <brobecker@adacore.com>
6597
6598 Add documentation for set/show interactive-mode.
6599 * gdb.texinfo (Other Misc Settings): New node.
6600
6601 2009-09-01 Doug Evans <dje@google.com>
6602
6603 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6604 non-stop mode's affect on remote caching.
6605
6606 2009-08-31 Jacob Potter <jdpotter@google.com>
6607 Doug Evans <dje@google.com>
6608
6609 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6610 Mark `set/show remotecache' options as obsolete.
6611 Document new `set/show stack-cache' option.
6612 Update text for `info dcache'.
6613
6614 2009-08-27 Doug Evans <dje@google.com>
6615
6616 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6617 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6618
6619 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6620
6621 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6622 about autoconf.
6623
6624 2009-08-25 Pedro Alves <pedro@codesourcery.com>
6625
6626 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6627 small example, and describe its columns. Replace "inferior-id" by
6628 "infno" throughout.
6629
6630 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6631
6632 * gdbint.texinfo (Releasing GDB): Point to
6633 README-maintainer-mode file for required autoconf version.
6634 * configure.ac: Do not substitute datarootdir, htmldir,
6635 pdfdir, docdir. Do not process --with-datarootdir,
6636 --with-htmldir, --with-pdfdir, --with-docdir.
6637 * configure: Regenerate.
6638
6639 * configure: Regenerate.
6640
6641 2009-08-20 Reid Kleckner <reid@kleckner.net>
6642
6643 * gdb.texinfo: Add chapter on JIT interface.
6644
6645 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
6646
6647 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
6648 confirmation request.
6649
6650 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6651
6652 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6653 CRC definitions.
6654
6655 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6656
6657 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6658 -break-commands.
6659
6660 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6661
6662 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6663 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6664
6665 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6666
6667 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6668 "set spu stop-on-load" and "show spu stop-on-load" commands.
6669
6670 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6671
6672 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6673
6674 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6675
6676 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6677 org.gnu.gdb.arm.neon.
6678
6679 2009-07-20 Pedro Alves <pedro@codesourcery.com>
6680
6681 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6682 optional element.
6683 (subsection OS ABI): New subsection.
6684
6685 2009-07-14 Stan Shebs <stan@codesourcery.com>
6686
6687 * gdb.texinfo (Tracepoint Conditions): New section.
6688 (General Query Packets): Describe ConditionalTracepoints.
6689 (Tracepoint Packets): Describe condition field.
6690 (Maintenance Commands): Describe maint agent-eval.
6691 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6692
6693 2009-07-11 Hui Zhu <teawater@gmail.com>
6694
6695 * gdb.texinfo (disassemble): Add a new modifier /r
6696 to "disassemble" command to make it print the raw instructions
6697 in hex as well as in symbolic form.
6698
6699 2009-07-09 Tom Tromey <tromey@redhat.com>
6700
6701 * gdbint.texinfo (Testsuite): Document parallel make check.
6702
6703 2009-07-09 Tom Tromey <tromey@redhat.com>
6704
6705 * gdbint.texinfo (Testsuite): Document test transcripts.
6706
6707 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6708
6709 * gdb.texinfo (Values From Inferior): Add length parameter
6710 description.
6711
6712 2009-07-04 Chris Genly <chris@genly.us>
6713
6714 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6715 in -var-list-children. Fix example according to what the code
6716 does.
6717
6718 2009-07-02 Pedro Alves <pedro@codesourcery.com>
6719
6720 * gdb.texinfo (Debugging multiple inferiors): Document the
6721 "inferior", "detach inferior" and "kill inferior" commands.
6722 (Debugging Programs with Multiple Processes): Adjust to mention
6723 generic "inferior" commands. Delete mention of "detach fork" and
6724 "delete fork". Cross reference to "Debugging multiple inferiors"
6725 section.
6726
6727 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6728
6729 * gdbint.texinfo (Item Output Functions): Update signature
6730 for ui_out_field_core_addr.
6731
6732 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6733
6734 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
6735 Update example code extrated from breakpoint.c.
6736
6737 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6738
6739 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6740 MI commands.
6741 (GDB/MI Symbol Query): Likewise.
6742 (GDB/MI File Commands): Likewise.
6743 (GDB/MI File Transfer Commands): Likewise.
6744 (GDB/MI Target Manipulation): Likewise.
6745 (GDB/MI Miscellaneous Commands): Likewise.
6746
6747 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6748
6749 * gdb.texinfo (Debugging Optimized Code): New chapter.
6750 (Compiling for Debugging): Reference it. Move some
6751 text to the new section.
6752
6753 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6754
6755 * doc/gdb.texinfo (Calling): Document
6756 set-unwind-on-terminating-exception usage.
6757
6758 2009-06-11 Pedro Alves <pedro@codesourcery.com>
6759
6760 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6761 command.
6762
6763 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6764
6765 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6766 references.
6767
6768 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6769
6770 * gdbint.texinfo: Rename formal parameters to gdbarch function
6771 protoypes from "current_gdbarch" to "gdbarch".
6772
6773 2009-05-28 Tom Tromey <tromey@redhat.com>
6774
6775 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6776
6777 2009-05-27 Tom Tromey <tromey@redhat.com>
6778
6779 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6780 feature.
6781 (GDB/MI Variable Objects): Document -var-set-visualizer.
6782
6783 2009-04-02 Tom Tromey <tromey@redhat.com>
6784
6785 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6786 feature.
6787 (GDB/MI Variable Objects): Document -var-set-visualizer.
6788
6789 2009-05-27 Tom Tromey <tromey@redhat.com>
6790 Thiago Jung Bauermann <bauerman@br.ibm.com>
6791 Phil Muldoon <pmuldoon@redhat.com>
6792
6793 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6794 (Pretty Printing): New node.
6795 (Selecting Pretty-Printers): Likewise.
6796 (Python API): Update.
6797 (Output Formats): Document /r format.
6798
6799 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6800 Tom Tromey <tromey@redhat.com>
6801
6802 * gdb.texinfo (Types In Python): New node.
6803 (Values From Inferior): "type" is now an attribute.
6804 (Python API): Update.
6805
6806 2009-05-27 Tom Tromey <tromey@redhat.com>
6807 Thiago Jung Bauermann <bauerman@br.ibm.com>
6808 Phil Muldoon <pmuldoon@redhat.com>
6809
6810 * gdb.texinfo: Add @syncodeindex for `tp'.
6811 (Python API): Update.
6812 (Auto-loading): New node.
6813 (Objfiles In Python): New node.
6814
6815 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6816
6817 * gdb.texinfo (Threads): Document libthread-db-search-path.
6818
6819 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
6820
6821 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6822
6823 2009-05-12 Pedro Alves <pedro@codesourcery.com>
6824
6825 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6826 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6827 show show-debug-regs' docs.
6828
6829 2009-05-08 Eli Zaretskii <eliz@gnu.org>
6830
6831 * gdb.texinfo (Process Record and Replay): Add description of
6832 reverse execution.
6833
6834 2009-05-07 Joel Brobecker <brobecker@adacore.com>
6835
6836 * gdbint.texinfo (Adding support for debugging core files): New node.
6837 (Native Debugging): Remove the ``Native core file Support'' section.
6838
6839 2009-05-01 Eli Zaretskii <eliz@gnu.org>
6840
6841 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6842 Add index entries.
6843
6844 2009-04-30 Hui Zhu <teawater@gmail.com>
6845 Michael Snyder <msnyder@vmware.com>
6846
6847 * gdb.texinfo: (Process Record and Replay): Add documentation for
6848 process record and replay.
6849
6850 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6851
6852 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6853 a new part on command-line defined macros.
6854
6855 2009-04-25 Eli Zaretskii <eliz@gnu.org>
6856
6857 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6858 clarify the wording.
6859
6860 2009-04-23 Tom Tromey <tromey@redhat.com>
6861
6862 * gdb.texinfo (Data Files): New node.
6863 (GDB Files): Update menu.
6864
6865 2009-04-23 Joel Brobecker <brobecker@adacore.com>
6866
6867 * gdbint.texinfo (Defining Other Architecture Features): Remove
6868 entry for PROCESS_LINENUMBER_HOOK.
6869
6870 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6871
6872 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6873
6874 2009-04-22 Hui Zhu <teawater@gmail.com>
6875
6876 * gdb.texinfo (disassemble-next-line): Set the default of
6877 disassemble-next-line to off.
6878
6879 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6880
6881 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6882 --with-htmldir): New.
6883 * configure: Regenerate.
6884 * Makefile.in (datarootdir, docdir): Define.
6885 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6886 instead of $(SET_TEXINPUTS).
6887 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6888 gdbint.info instead of $(SET_TEXINPUTS).
6889 (gdbint/index.html): Use same -I options as for building
6890 gdbint.info.
6891 (stabs.dvi, stabs.pdf): Use same -I options as for building
6892 stabs.info instead of $(SET_TEXINPUTS).
6893 (stabs/index.html): Use same -I options as for building
6894 stabs.info.
6895 (annotate.dvi, annotate.pdf): Use same -I options as for building
6896 annotate.info instead of $(SET_TEXINPUTS).
6897 (annotate/index.html): Use same -I options as for building
6898 annotate.info.
6899
6900 2009-04-21 David Daney <ddaney@caviumnetworks.com>
6901
6902 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6903
6904 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6905
6906 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6907
6908 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
6909 Joseph Myers <joseph@codesourcery.com>
6910
6911 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6912 (MAKEHTMLFLAGS): Set to empty.
6913 (html__strip_dir): Define.
6914 (HTMLFILES): Define.
6915 (HTMLFILES_INSTALL): Define.
6916 (install-html): Copy new automake rule.
6917 (html): Depend on $(HTMLFILES).
6918 (gdb_toc.html): Rename to gdb/index.html.
6919 (gdbint_toc.html): Rename to gdbint/index.html.
6920 (stabs_toc.html): Rename to stabs/index.html.
6921 (annotate_toc.html): Rename to annotate/index.html.
6922
6923 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6924
6925 * Makefile.in: Set pdfdir and htmldir from configure
6926 substitutions.
6927 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6928 * configure: Regenerate.
6929
6930 2009-04-16 Joel Brobecker <brobecker@adacore.com>
6931
6932 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6933 This macro is no longer used.
6934
6935 2009-04-15 Tom Tromey <tromey@redhat.com>
6936
6937 * gdb.texinfo (Character Sets): Document default character set.
6938
6939 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6940
6941 * gdbint.texinfo: Change server name from sources.redhat.com to
6942 sourceware.org throughout.
6943
6944 2009-04-09 Joel Brobecker <brobecker@adacore.com>
6945
6946 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6947 about a missing dot or coma after @xref.
6948
6949 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6950
6951 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6952 example, and add a small explanation about it.
6953 (Print Settings): Change the documentation of the "set print
6954 frame-arguments" to reflect the fact that the default is now "scalars".
6955
6956 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6957
6958 * gdb.texinfo (Print Settings): Add kindex for command "set
6959 print frame-arguments".
6960
6961 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6962
6963 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6964 breakpoints.
6965 (Set Breaks): Add reference to thread-specific and task-specific
6966 breakpoints.
6967
6968 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6969
6970 * gdb.texinfo (Ada Tasks): Remove the documentation about
6971 the "Running" state, as this state has been eliminated.
6972 Now all runnable tasks are shown as "Runnable".
6973
6974 2009-03-30 Stan Shebs <stan@codesourcery.com>
6975
6976 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6977 special case of breakpoints.
6978 (Enable and Disable Tracepoints): Mention deprecation.
6979 (Listing Tracepoints): Update description and example.
6980
6981 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6982
6983 * gdb.texinfo (Frames in Python): New node.
6984 (Python API): Update.
6985
6986 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6987
6988 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6989 from a method to an attribute.
6990
6991 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6992
6993 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6994 attribute.
6995
6996 2009-03-25 Pedro Alves <pedro@codesourcery.com>
6997
6998 * observer.texi (thread_exit): Add "silent" parameter.
6999
7000 2009-03-22 Pedro Alves <pedro@codesourcery.com>
7001
7002 * observer.texi (about_to_proceed): New.
7003
7004 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
7005
7006 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
7007 field throughout to handle types with spaces in them. Fix typos
7008 found by aspell.
7009 (Summary, Requirements, Contributors): New first chapter,
7010 "Summary" added, old Requirements section moved there, and new
7011 section, "Contributors" added.
7012 (Initializing a New Architecture, Register Representation)
7013 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
7014 (Porting gdb): These sections extended and updated.
7015 (Compiler Characteristics): This section (empty) deleted.
7016 (Defining Other Architecture Features): This section renamed and
7017 duplicate material removed from (formerly "Target Conditionals").
7018 Use braces {} in @deftypeXX type field throughout to handle types
7019 with spaces in them. Typos found by aspell fixed.
7020
7021 * stack_frame.svg: New file, source of image for gdbint.texinfo.
7022 * stack_frame.pdf: Version of image for PDF output.
7023 * stack_frame.png: Version of image for HTML output and for Emacs.
7024 * stack_frame.txt: Version of image for Info output.
7025 * stack_frame.eps: Version of image for TeX DVI output.
7026
7027 2009-03-21 Eli Zaretskii <eliz@gnu.org>
7028
7029 * gdb.texinfo (Character Sets): Fix last change.
7030
7031 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
7032
7033 * gdb.texinfo (Values From Inferior): Fix optional arguments
7034 markup.
7035 (Commands In Python): Adjust argument names of gdb.Command.__init__
7036 to what the function accepts as keywords.
7037
7038 2008-03-20 Tom Tromey <tromey@redhat.com>
7039
7040 * gdb.texinfo (Convenience Vars): Document convenience functions.
7041 (Functions In Python): New node.
7042 (Python API): Update.
7043
7044 2009-03-20 Tom Tromey <tromey@redhat.com>
7045
7046 * gdb.texinfo (Character Sets): Remove obsolete text. Document
7047 set target-wide-charset.
7048 (Requirements): Mention iconv.
7049
7050 2009-03-17 Hui Zhu <teawater@gmail.com>
7051
7052 * gdb.texinfo: Change the introduce of "disassemble-next-line".
7053
7054 2009-03-17 Hui Zhu <teawater@gmail.com>
7055
7056 * gdb.texinfo: Add documentation for disassemble-next-line.
7057
7058 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7059
7060 * gdb.texinfo (Commands In Python): Remove tindex entries.
7061
7062 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7063
7064 * gdb.texinfo (Returning): New description for missing debug info.
7065
7066 2009-03-14 Pedro Alves <pedro@codesourcery.com>
7067
7068 * gdb.texinfo (Remote Configuration): Document query-attached.
7069 (General Query Packets): Document qAttached.
7070
7071 2009-03-05 Pedro Alves <pedro@codesourcery.com>
7072
7073 * gdb.texinfo (Background Execution): Better describe the set
7074 target-async command.
7075 (Maintenance Commands): Delete description of the `maint set/show
7076 linux-async' and `maint set/show remote-async' commands.
7077
7078 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7079
7080 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
7081 between sentences.
7082
7083 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7084
7085 * gdb.texinfo (GDB/MI Async Records): Document the
7086 =library-loaded and =library-unloaded notifications.
7087
7088 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7089
7090 * observer.texi (test_notification): New observer.
7091
7092 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
7093
7094 * observer.texi: Add parameter 'print_frame' to normal_stop
7095 observer.
7096
7097 2009-02-07 Eli Zaretskii <eliz@gnu.org>
7098
7099 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
7100 (Commands In Python): Fix COMMAND_* constants in last change. Use
7101 @kbd for interactive input. Add cross-references and index
7102 entries.
7103
7104 2009-02-06 Pedro Alves <pedro@codesourcery.com>
7105
7106 * gdb.texinfo (Signals): Document $_siginfo.
7107 (Convenience Variables): Mention $_siginfo.
7108 (Remote Configuration): Document qXfer:siginfo:read,
7109 qXfer:siginfo:write packets, and the read-siginfo-object,
7110 write-siginfo-object commands.
7111
7112 2009-02-06 Pedro Alves <pedro@codesourcery.com>
7113
7114 * gdbint.texinfo (Values): New chapter.
7115
7116 2009-02-06 Tom Tromey <tromey@redhat.com>
7117
7118 * gdb.texinfo (Python API): Add entry for Commands In Python.
7119 (Commands In Python): New node.
7120
7121 2009-02-05 Tom Tromey <tromey@redhat.com>
7122
7123 * gdb.texinfo (Values From Inferior): Document Value.string.
7124
7125 2009-02-05 Tom Tromey <tromey@redhat.com>
7126
7127 * gdb.texinfo (Basic Python): Document execute's from_tty
7128 argument.
7129
7130 2009-02-04 Tom Tromey <tromey@redhat.com>
7131
7132 * gdb.texinfo (Basic Python): Document gdb.history.
7133
7134 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7135
7136 * gdb.texinfo (GDB/MI Thread Commands): Document the
7137 'current-thread-id' field. Remove the example with zero threads,
7138 since current GDB won't ever report that if there's inferior.
7139
7140 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7141
7142 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
7143 option to -break-insert.
7144
7145 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7146 Jerome Guitton <guitton@adacore.com>
7147
7148 * gdb.texinfo (Startup): Document --with-system-gdbinit.
7149 (System-wide configuration): New section.
7150
7151 2009-01-26 Pedro Alves <pedro@codesourcery.com>
7152
7153 PR gdb/7580:
7154 * gdb.texinfo (Maintenance Commands): Document "maint set|show
7155 internal-error|internal-warning quit|corefile ask|yes|no".
7156
7157 2009-01-26 Pedro Alves <pedro@codesourcery.com>
7158
7159 * gdb.texinfo (Using the `gdbserver' Program): Document
7160 --remote-debug.
7161
7162 2009-01-23 Doug Evans <dje@google.com>
7163
7164 * gdb.texinfo: Add nexti to list of commands that support
7165 background execution.
7166
7167 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
7168
7169 * gdb.texinfo (Define, Hooks): Document prefix command support.
7170
7171 2009-01-14 Joseph Myers <joseph@codesourcery.com>
7172 Carlos O'Donell <carlos@codesourcery.com>
7173
7174 Fixes for makeinfo --html.
7175
7176 * annotate.texinfo: Use @copying and @insertcopying. Use
7177 @ifnottex in place of @ifinfo.
7178 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
7179 place of @ifinfo. Use @ifnotinfo for one index entry.
7180 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
7181 in place of @ifinfo.
7182 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
7183 in place of @ifinfo. Include contents at start unconditionally.
7184
7185 2009-01-13 Pedro Alves <pedro@codesourcery.com>
7186
7187 * gdb.texinfo (General Query Packets): Remove @var{} around the
7188 "spu" literal string.
7189
7190 2009-01-07 Pedro Alves <pedro@codesourcery.com>
7191
7192 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
7193 program may be running in another process" errors.
7194 * gdbint.texinfo (Native Conditionals): Delete
7195 ONE_PROCESS_WRITETEXT description.
7196
7197 2009-01-07 Joel Brobecker <brobecker@adacore.com>
7198
7199 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
7200 emacs local variable to be placed at the end of the ChangeLog.
7201 Add server.c and gdbreplay.c to the list of files where the
7202 copyright year needs to be updated.
7203
7204 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
7205
7206 * gdb.texinfo (Remote Configuration): Document new
7207 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
7208 commands.
7209
7210 2008-12-28 Pedro Alves <pedro@codesourcery.com>
7211
7212 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
7213 FETCH_INFERIOR_REGISTERS.
7214 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
7215 FETCH_INFERIOR_REGISTERS descriptions. Remove
7216 gdbarch_get_longjmp_target descrition, since already described in
7217 Target Conditionals. Move gdbarch_fp0_regnum description to ...
7218 (Target Conditionals): ... here.
7219
7220 2008-12-16 Joel Brobecker <brobecker@adacore.com>
7221
7222 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
7223 examples.
7224 (Additions to Ada): Likewise. Add the missing opening and closing
7225 parenthesis of the GDB prompt in one of the examples.
7226
7227 2008-12-14 Joel Brobecker <brobecker@adacore.com>
7228
7229 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
7230 about the result of 'Address not being of type System.Address.
7231 This problem has been fixed a while ago.
7232
7233 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7234
7235 MI non-stop and multiprocess docs.
7236
7237 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
7238 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
7239 Adjust documentation for *stopped, document =thread-created,
7240 =thread-exited, =thread-group-created and =thread-group-exited.
7241 (GDB/MI Thread Commands): Document the 'state' field in
7242 -thread-info output.
7243 (GDB/MI Program Execution): Mention --all and --thread-group
7244 options.
7245 (GDB/MI Variable Objects): Describe floating and fixed variable
7246 objects.
7247 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
7248
7249 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7250
7251 * gdb.texinfo (Operating System Information): New appendix.
7252 (Operating System Auxiliary Information): Document 'info os processes'
7253 (Remote Configuration): Document 'osdata'
7254 (General Query Packets): Document qXfer:osdata:read.
7255
7256 2008-11-27 Tristan Gingold <gingold@adacore.com>
7257
7258 * gdb.texinfo (Darwin): Document Darwin specific features.
7259
7260 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7261
7262 * gdbint.texinfo (Target Conditionals): Extend the
7263 gdbarch_breakpoint_from_pc description.
7264
7265 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7266
7267 * gdb.texinfo (M68K Features): Fix typo.
7268
7269 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7270
7271 * gdb.texinfo (Symbols): Mention printing containing
7272 image name in "info symbol".
7273 (Maint translate-address): Likewise.
7274
7275 2008-11-18 Joel Brobecker <brobecker@adacore.com>
7276
7277 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7278 commands "catch load" and "catch unload".
7279
7280 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7281
7282 * gdb.texinfo (GDB/MI Async Records): Document
7283 =thread-selected.
7284
7285 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7286
7287 * observer.texi (new_inferior, inferior_exit): New observers.
7288
7289 2008-10-27 Pedro Alves <pedro@codesourcery.com>
7290
7291 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7292 .mt files, TM_CLIBS or TM_CDEPS.
7293 (x86 Watchpoints): Don't mention TDEPFILES.
7294
7295 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7296
7297 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7298 (Overview): Mention notifications and non-stop mode behavior.
7299 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7300 with non-stop mode behavior. Add vStopped description.
7301 (Stop Reply Packets): Update list of packets that return
7302 stop replies. Mention non-stop behavior.
7303 (General Query Packets): Document QNonStop packet and associated
7304 qSupported query response.
7305 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7306 behavior.
7307 (Notification Packets): New section.
7308 (Remote Non-Stop): New section.
7309 (File-I/O Overview): Mention non-stop behavior.
7310
7311 2008-10-24 Hui Zhu <teawater@gmail.com>
7312 Pedro Alves <pedro@codesourcery.com>
7313
7314 * gdb.texinfo (displaced-stepping): Describe the auto mode
7315 setting, and say it's the default. This is now a mainstream
7316 setting instead of a maintenance setting.
7317
7318 2008-10-23 Pedro Alves <pedro@codesourcery.com>
7319
7320 * observer.texi (thread_stop_requested): New.
7321
7322 2008-10-22 Joel Brobecker <brobecker@adacore.com>
7323
7324 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7325 (Patching): Replace incorrect usage of @samp by @kbd.
7326
7327 2008-10-17 Michael Snyder <msnyder@vmware.com>
7328
7329 * gdb.texinfo: Add documentation for reverse execution.
7330
7331 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7332 Eli Zaretskii <eliz@gnu.org>
7333
7334 * gdb.texinfo. (Values From Inferior): New subsubsection.
7335
7336 2008-10-06 Doug Evans <dje@google.com>
7337
7338 * gdb.texinfo (set debug dwarf2-die): Document it.
7339
7340 2008-10-01 Joel Brobecker <brobecker@adacore.com>
7341
7342 * gdb.texinfo (catch) [exception]: Document how to insert
7343 a breakpoint on user-defined exceptions when the exception
7344 name is identical to one of the language-defined ones.
7345
7346 2008-09-27 Tom Tromey <tromey@redhat.com>
7347
7348 * gdb.texinfo (Macros): Remove text about stringification,
7349 varargs, and splicing.
7350
7351 2008-09-27 Tom Tromey <tromey@redhat.com>
7352
7353 * gdbint.texinfo (Language Support): Remove text about omitting
7354 support for a language.
7355
7356 2008-09-23 Doug Evans <dje@google.com>
7357
7358 * gdb.texinfo (info dcache): Update.
7359
7360 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7361
7362 * gdb.texinfo (Packets): Add info on thread-id syntax and
7363 multiprocess extensions.
7364 <D>: Document multiprocess form of packet.
7365 <H>: Use thread-id syntax.
7366 <T>: Likewise.
7367 <vCont>: Likewise. Note this is required for multiprocess.
7368 <vKill>: New packet.
7369 (Stop Reply Packets) <T>: Use thread-id syntax.
7370 <W>: Document multiprocess form of reply.
7371 <X>: Likewise.
7372 (General Query Packets) <qC>: Use thread-id syntax.
7373 <qfThreadInfo>: Likewise.
7374 <qGetTLSAddr>: Likewise.
7375 <qP>: Likewise.
7376 <qSupported>: Add "multiprocess" feature.
7377 <qThreadExtraInfo>: Use thread-id syntax.
7378
7379 2008-09-22 Stan Shebs <stan@codesourcery.com>
7380
7381 * gdb.texinfo (Inferiors): New section.
7382
7383 2008-09-12 Pedro Alves <pedro@codesourcery.com>
7384
7385 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7386
7387 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7388
7389 * gdbint.texinfo (Target Conditionals): Remove documentation
7390 for gdbarch_name_of_malloc.
7391
7392 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7393
7394 * gdb.texinfo (Interrupts): Mention TCP interface for
7395 sending BREAK.
7396
7397 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7398
7399 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7400 argument prefix to "set sysroot".
7401
7402 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7403
7404 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7405 and False.
7406
7407 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7408
7409 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7410 for possible features of -list-features.
7411
7412 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7413
7414 * gdb.texinfo (Background execution): Adjust example
7415 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7416
7417 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7418
7419 * doc/gdb.texinfo (PowerPC): Fix typo.
7420 (PowerPC features): Fix typo.
7421
7422 2008-08-18 Pedro Alves <pedro@codesourcery.com>
7423
7424 * observer.texi (thread_ptid_changed): New.
7425
7426 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
7427
7428 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7429 (PowerPC features): Mention feature set for VSX registers.
7430
7431 2008-08-13 Joel Brobecker <brobecker@adacore.com>
7432
7433 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7434 the direct visibility of all names in user-written packages.
7435
7436 2008-08-13 Pedro Alves <pedro@codesourcery.com>
7437
7438 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7439 setting, and make it the default.
7440 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7441 non-stop script example.
7442
7443 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7444
7445 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7446 reference to the "Using Different Register and Memory Data
7447 Representation" section.
7448
7449 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7450
7451 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7452 (Remote Protocol): Add Packet Acknowledgment to menu.
7453 (Overview): Mention +/- can be disabled, and point to new section
7454 where this is discussed in detail.
7455 (General Query Packets): Document QStartNoAckMode packet, and
7456 corresponding qSupported reply.
7457 (Packet Acknowledgment): New section.
7458
7459 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7460 Pedro Alves <pedro@codesourcery.com>
7461
7462 * gdb.texinfo (Threads): Move paragraph about automatic thread
7463 selection to All-Stop Mode subsection.
7464 (Thread Stops): Reorganize existing material into subsections.
7465 Add introductory blurb and menu.
7466 (Non-Stop Mode): New subsection.
7467 (Background Execution): New subsection.
7468 (Maintenance Commands): Add cross-references from async mode
7469 commands to the new Background Execution section.
7470
7471 2008-08-06 Tom Tromey <tromey@redhat.com>
7472
7473 * gdb.texinfo (Extending GDB): New chapter.
7474 (Sequences): Demoted chapter, now a section under the new
7475 Extending GDB chapter.
7476 (Python): New section.
7477
7478 2008-07-31 Stan Shebs <stan@codesourcery.com>
7479
7480 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7481
7482 2008-07-29 Stan Shebs <stan@codesourcery.com>
7483
7484 * gdbint.texinfo: General round of cleanup and minor
7485 clarifications.
7486 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7487 (Longjmp Support): Update description to reflect how it is done
7488 for targets without using native header.
7489 (Symbol Handling): Add a little more general explanation.
7490 (COFF, ELF): Mention stabs encapsulation.
7491 (DWARF 3): New section.
7492 (Adding a New Host): Scrub out some obsolete bits.
7493 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7494 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7495 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7496 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7497 SEEK_SET, STOP_SIGNAL, USG.
7498 (Raw and Virtual Register Representations): Ditto for
7499 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7500 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7501 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7502 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7503 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7504 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7505 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7506 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7507 DEPRECATED_USE_STRUCT_CONVENTION.
7508 Describe gdbarch_deprecated_fp_regnum.
7509 Update description of gdbarch_print_insn.
7510 (Adding a New Target): Scrub out obsolete bits.
7511 (Obsolete Conditionals): Remove entire section.
7512
7513 2008-07-25 Tom Tromey <tromey@redhat.com>
7514
7515 * observer.texi (GDB Observers): Document new observers:
7516 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7517 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7518 architecture_changed.
7519
7520 2008-07-21 Stan Shebs <stan@codesourcery.com>
7521
7522 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7523 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7524
7525 2008-07-21 Tom Tromey <tromey@redhat.com>
7526
7527 * observer.texi (GDB Observers): Remove obsolete comment.
7528 <executable_changed>: Remove argument.
7529
7530 2008-07-18 Tom Tromey <tromey@redhat.com>
7531
7532 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7533
7534 2008-07-10 Doug Evans <dje@google.com>
7535
7536 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7537
7538 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7539
7540 * gdb.texinfo (Starting): Document "set disable-randomization".
7541
7542 2008-07-07 Andreas Schwab <schwab@suse.de>
7543
7544 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7545
7546 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7547
7548 * gdb.texinfo (GDB/MI Target Manipulation): Add
7549 example of -target-attach.
7550
7551 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7552
7553 * observer.texi (target_resumed): New observer.
7554 * gdb.texinfo (GDB/MI Output Records): Document *running.
7555
7556 2008-06-06 Tom Tromey <tromey@redhat.com>
7557
7558 * gdb.texinfo (Completion): Add field name example.
7559
7560 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7561
7562 * gdb.texinfo (GDB/MI Program Context): Added example
7563 to -exec-arguments
7564
7565 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
7566
7567 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7568 annotation.
7569
7570 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
7571 Nathan Sidwell <nathan@codesourcery.com>
7572 Joseph Myers <joseph@codesourcery.com>
7573
7574 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7575 and ACX_BUGURL.
7576 * configure: Regenerate.
7577 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7578 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7579 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7580 mailing-list-specific text about bug reporting unless
7581 BUGURL_DEFAULT.
7582
7583 2008-06-05 Pedro Alves <pedro@codesourcery.com>
7584
7585 * gdb.texinfo (-target-select): Remove reference to target async.
7586 (Maintenance Commands): Document "maint set/show remote-async".
7587
7588 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7589
7590 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7591 in -target-file-get section.
7592
7593 2008-05-22 Pedro Alves <pedro@codesourcery.com>
7594
7595 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7596 killing the inferior when it is already debugging a process.
7597
7598 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7599
7600 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7601 abbreviation for "finish".
7602
7603 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7604
7605 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7606
7607 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7608
7609 * gdbint.texinfo (Target Conditionals): Delete entry for
7610 gdbarch_dwarf_reg_to_regnum.
7611
7612 2008-05-09 Doug Evans <dje@google.com>
7613
7614 * gdb.texinfo: Document "find" command, qSearch:memory packet.
7615
7616 2008-05-05 Doug Evans <dje@google.com>
7617
7618 * gdb.texinfo (disassemble): Document /m modifier.
7619
7620 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7621
7622 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7623 will not report the time of commands that run the target.
7624
7625 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7626
7627 * gdb.texinfo (GDB/MI Output Records): Add
7628 missing semicolon.
7629
7630 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7631
7632 * gdb.texinfo (GDB/MI Output Records):
7633 Document =thread-create and =thread-exited.
7634
7635 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7636
7637 * gdb.texinfo (GDB/MI Development and Front Ends):
7638 Remove mention of dmi-discuss.
7639
7640 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7641
7642 * observer.texi (thread_exit): New.
7643
7644 2008-05-02 Pedro Alves <pedro@codesourcery.com>
7645
7646 * gdb.texinfo (Debugging Output): Document "set/show debug
7647 displaced".
7648 (Maintenance Commands): Document "maint set/show
7649 can-use-displaced-stepping".
7650
7651 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7652
7653 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7654 and set/show arm force-mode.
7655
7656 2008-05-02 Andreas Schwab <schwab@suse.de>
7657
7658 * gdbint.texinfo (Algorithms): Describe
7659 target_watchpoint_addr_within_range.
7660
7661 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7662
7663 * gdbint.texinfo (Stack Frames): New chapter.
7664 (Algorithms): Move Frames text to the new chapter.
7665 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7666 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7667
7668 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7669
7670 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7671 output does not necessary include any tokens.
7672
7673 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
7674
7675 * gdb.texinfo (Set SH Calling convention): New @item.
7676 (Show SH Calling convention): Ditto.
7677
7678 2008-04-22 Markus Deuling <deuling@de.ibm.com>
7679
7680 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7681
7682 2008-04-20 Eli Zaretskii <eliz@gnu.org>
7683
7684 * gdb.texinfo (Set Breaks): Mention that multiple location
7685 breakpoints need line number info. Add index entries.
7686
7687 2008-04-19 Craig Silverstein <csilvers@google.com>
7688
7689 * gdb.texinfo (Requirements): Add an optional requirement on
7690 zlib.
7691 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7692 Compressed DWARF 2.
7693
7694 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7695
7696 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7697 sample output for 'stopped,reason="breakpoint-hit"' message.
7698 (GDB/MI Program Execution): Likewise.
7699
7700 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7701
7702 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
7703 -var-set-format. Add -f option to -var-evaluate-expression.
7704
7705 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7706
7707 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7708 new node "Ambiguous Expressions". Replace references to this
7709 node by references to "Ambiguous Expressions" throughout.
7710 (Ambiguous Expressions): New node.
7711
7712 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7713
7714 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7715
7716 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7717
7718 * gdb.texinfo (Debugging Output): Document
7719 "set/show debug lin-lwp-async".
7720 (Maintenance Commands): Document "maint set/show linux-async".
7721
7722 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7723
7724 * gdb.texinfo (Expressions): Update description of malloced arrays.
7725
7726 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7727
7728 * gdb.texinfo (Thread Commands): Document
7729 -thread-info. Remove -thread-list-all-threads.
7730
7731 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7732
7733 Implement MI notification for new threads.
7734 * observer.texi (new_thread): Document.
7735
7736 2008-03-14 Pedro Alves <pedro@codesourcery.com>
7737 Sandra Loosemore <sandra@codesourcery.com>
7738
7739 * gdb.texinfo (Library List Format): Update to mention the
7740 possibility to pass section addresses instead of segment
7741 addresses.
7742
7743 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7744
7745 * gdb.texinfo (Starting): Document "set exec-wrapper".
7746 (Server): Document gdbserver --wrapper.
7747
7748 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7749
7750 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7751 unreadable memory. Delete obsolete SPARClite reference.
7752
7753 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7754
7755 * gdb.texinfo (Starting): Mention always-running targets.
7756 (Target Commands): Add an anchor for load.
7757 (Connecting): Explain continue instead of run.
7758
7759 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7760
7761 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7762
7763 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
7764
7765 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7766 breakpoint table.
7767
7768 2008-02-19 Pedro Alves <pedro@codesourcery.com>
7769
7770 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7771 killing the inferior when it is already debugging a process.
7772
7773 2008-02-13 Markus Deuling <deuling@de.ibm.com>
7774
7775 * gdbint.texinfo (Build Script): New section. Mention new build script
7776 gdb_buildall.sh.
7777
7778 2008-02-01 Jim Blandy <jimb@red-bean.com>
7779
7780 * gdb.texinfo (Help): Summarize 'info args' correctly.
7781
7782 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7783
7784 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7785 available in PowerPC architecture.
7786 (Embedded Processors): Change node name of PowerPC item in menu.
7787 (PowerPC): Rename to...
7788 (PowerPC Embedded): this.
7789 (Architectures): Add new PowerPC item in menu.
7790 (PowerPC): New node.
7791
7792 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7793
7794 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7795 commands.
7796
7797 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7798
7799 * gdb.texinfo (Setting Catchpoints): Mention features
7800 supported on GNU/Linux.
7801
7802 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
7803
7804 * gdb.texinfo (GDB/MI File Commands): Describe new output
7805 field for MI command -file-list-exec-source-file.
7806
7807 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7808
7809 * gdb.texinfo (Using the `gdbserver' Program): Add security
7810 warning. Rearrange into subsections and subsubsections. Document
7811 --multi and --debug. Correct --with-sysroot typo. Update --attach
7812 usage. Make load reference clearer. Document monitor exit.
7813 (Remote Configuration): Document set remote exec-file, attach-packet,
7814 and run-packet.
7815 (Packets): Document vAttach and vRun.
7816
7817 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
7818
7819 * gdb.texinfo (Processes): Mention process command.
7820 detach-on-follow -> detach-on-fork.
7821
7822 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7823
7824 * gdbint.texinfo (Native Conditionals): Remove
7825 SHELL_COMMAND_CONCAT and SHELL_FILE.
7826
7827 2008-01-26 Eli Zaretskii <eliz@gnu.org>
7828
7829 * gdb.texinfo (Specify Location): Improve wording.
7830
7831 2008-01-23 Chris Demetriou <cgd@google.com>
7832
7833 * gdb.texinfo (Threads): Document new "set print thread-events"
7834 and "show print thread-events" commands.
7835
7836 2008-01-19 Eli Zaretskii <eliz@gnu.org>
7837
7838 * gdb.texinfo (Specify Location): New section.
7839 (Delete Breaks, Edit, Set Breaks): Remove description of
7840 locations. Instead, add a reference to "Specify Location".
7841 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7842 (Symbols): Refer to "Specify Location" for the valid forms of
7843 linespecs and locations.
7844
7845 2008-01-18 Markus Deuling <deuling@de.ibm.com>
7846
7847 * gdbint.texinfo (Target Conditionals): Replace the description of
7848 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7849
7850 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7851
7852 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7853 about &&var, which is rejected by the expression parser.
7854
7855 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
7856
7857 * gdb.texinfo (Output): Update documentation on using printf with DFP
7858 types.
7859
7860 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7861
7862 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7863 subsubsection.
7864 (Decimal Floating Point format): New subsubsection.
7865
7866 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7867
7868 * gdb.texinfo (File Options): Remove mention of the attempt to
7869 open a core file with the -p option. Don't list -c as a valid
7870 option to attach to a process.
7871
7872 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7873
7874 * gdbint.texinfo (Host Conditionals): Remove mention of
7875 ALIGN_STACK_ON_ENTRY.
7876
7877 2008-01-05 Joel Brobecker <brobecker@adacore.com>
7878
7879 * gdbint.texinfo (Start of New Year Procedure): Add item
7880 describing how to update the source and documentation copyright
7881 notices.
7882
7883 2007-12-18 Jim Blandy <jimb@codesourcery.com>
7884
7885 * gdb.texinfo (Set Watchpoints): Integrate per-thread
7886 watchpoint explanation into the main description of the watchpoint
7887 command; update synopses of 'watch', 'rwatch', and 'awatch'
7888 commands.
7889
7890 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7891
7892 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7893 Document 'pending-breakpoints' feature of
7894 -list-features.
7895
7896 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
7897
7898 * gdb.texinfo: Add new parameter's description.
7899
7900 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7901
7902 * gdb.texinfo (Overview): Clarify run-length encoding
7903 example. Remove the restriction on "+" and "-" characters.
7904
7905 2007-12-15 Eli Zaretskii <eliz@gnu.org>
7906
7907 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7908
7909 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7910
7911 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7912 the -f option for -break-insert, remove -r option,
7913 and clarify specification of location.
7914
7915 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7916
7917 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7918 formatting.
7919 (Remote Debugging): Add File Transfer section.
7920 (Remote Configuration): Document Host I/O packets.
7921 (GDB/MI): Add GDB/MI File Transfer Commands section.
7922 (Host I/O Packets): New section in "Remote Protocol".
7923 (Packets): Add vFile.
7924
7925 2007-11-17 Eli Zaretskii <eliz@gnu.org>
7926
7927 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7928 breakpoints with multiple locations.
7929 (Breakpoint Menus): Improve wording.
7930 (Output): Fix last change.
7931
7932 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7933
7934 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7935
7936 2007-11-15 Doug Evans <dje@google.com>
7937
7938 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7939
7940 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7941
7942 * gdbint.texinfo (Native Conditionals): Remove
7943 mention of CLEAR_SOLIB.
7944
7945 2007-11-11 Joel Brobecker <brobecker@adacore.com>
7946
7947 * gdb.texinfo (Print Settings): Add documentation for "set/show
7948 print frame-arguments".
7949
7950 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
7951
7952 * gdb.texinfo (Output): Update printf command's description.
7953
7954 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7955
7956 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7957 powerpc soft-float".
7958
7959 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7960
7961 * gdb.texinfo (Files): Correct formatting. Mention Expat
7962 requirement.
7963 (Requirements for Building GDB): Expand the list of Expat
7964 uses.
7965 (Library List Format, Memory Map Format): Mention Expat.
7966 (Target Descriptions): Update Expat wording.
7967
7968 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7969
7970 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7971 Document that gdbarch_convert_register_p should return zero for no-op
7972 conversions.
7973
7974 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7975
7976 * gdbint.texi (Compiler Characteristics): Move documentation
7977 of set_gdbarch_sofun_address_maybe_missing back to ...
7978 (Target Conditionals): ... here to fix build break.
7979
7980 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7981
7982 * gdbint.texi (Target Conditionals): Remove documentation of
7983 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7984 (Compiler Characteristics): ... documentation of
7985 set_gdbarch_sofun_address_maybe_missing.
7986
7987 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7988
7989 * gdbint.texinfo (Target Conditionals): Use
7990 frame_unwind_register_unsigned in examples instead of
7991 frame_unwind_unsigned_register.
7992
7993 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
7994
7995 * gdb.texinfo: Add TSIZE definition, removed statement about
7996 unbounded arrays being unimplemented.
7997
7998 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7999
8000 * gdb.texinfo (Predefined Target Types): Add int128
8001 and uint128.
8002 (Standard Target Features): Add PowerPC features.
8003
8004 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8005
8006 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
8007
8008 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8009
8010 * gdbint.texi (Target Conditionals): Remove documentation
8011 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
8012 gdbarch_extract_return_value, and gdbarch_store_return_value.
8013
8014 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8015
8016 * gdbint.texi (Target Conditionals): Remove documentation of
8017 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
8018
8019 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
8020
8021 * gdb.texinfo: Mention that inaccessible-by-default is on by
8022 default.
8023
8024 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8025
8026 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
8027
8028 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
8029
8030 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
8031 multi-threaded watchpoints.
8032 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
8033 checked. Describe sticky notification. Expand description
8034 of steppable and continuable watchpoints.
8035 (Watchpoints and Threads): New subsection.
8036
8037 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
8038
8039 * gdb.texinfo (Setting Breakpoints): Revise
8040 documentation for pending breakpoints. Document
8041 breakpoints with multiple locations.
8042
8043 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
8044
8045 * gdb.texinfo (Miscellaneous gdb/mi Commands):
8046 Document -list-features.
8047
8048 2007-09-15 Eli Zaretskii <eliz@gnu.org>
8049
8050 * gdb.texinfo (Output): Spell out which features of C's printf are
8051 not supported by GDB's printf.
8052 (Separate Debug Files): More accurate wording regarding build ID
8053 and a reference to the ld manual rather than the Fedora wiki.
8054
8055 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8056 Jim Blandy <jimb@codesourcery.com>
8057
8058 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
8059 (Examining Memory): Update mentions of the 's' format.
8060 (Automatic Display): Likewise.
8061
8062 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
8063
8064 * gdb.texinfo: Update the FSF's Back-Cover Text.
8065
8066 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8067 Eli Zaretskii <eliz@gnu.org>
8068
8069 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
8070 Fixed the ``build ID'' name. New binaries build instructions for the
8071 build ID inclusion. Explain how the commands are specific to the build
8072 ID vs. debug link.
8073
8074 2007-09-01 Eli Zaretskii <eliz@gnu.org>
8075
8076 * gdb.texinfo (Separate Debug Files): Fix last change. Add
8077 indexing for ``build ID'' support.
8078
8079 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8080
8081 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
8082 Enlisted BUILD ID to the debug file searching example.
8083 Included a BUILD ID `.note.gnu.build-id' section description.
8084 Updated/added the debug files splitting instructions for OBJCOPY.
8085
8086 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8087
8088 * gdb.texinfo (Variable Objects): Adjust docs
8089 for -var-info-expression and document
8090 -var-info-path-expression.
8091
8092 2007-08-20 Jim Blandy <jimb@codesourcery.com>
8093
8094 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
8095 (title page): Include the dedication in the printed manual, as a
8096 separate page after the copyright notice.
8097
8098 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
8099 don't break a @var across a line.
8100
8101 2007-07-25 Maciej W. Rozycki <macro@mips.com>
8102
8103 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
8104 for include files.
8105
8106 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
8107
8108 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
8109 in annotate.texinfo.
8110 (Command History): Link to new node.
8111
8112 2007-07-05 Markus Deuling <deuling@de.ibm.com>
8113
8114 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
8115
8116 2007-07-05 Eli Zaretskii <eliz@gnu.org>
8117
8118 * gdbint.texinfo (Target Conditionals): Fix last change.
8119
8120 2007-07-03 Markus Deuling <deuling@de.ibm.com>
8121
8122 * gdb.texinfo: Replace following macros by their appropriate gdbarch
8123 routines:
8124 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
8125 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
8126 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
8127 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
8128 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
8129 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
8130 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
8131 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
8132 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
8133 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
8134 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
8135 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
8136 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
8137 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
8138 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
8139 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
8140 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
8141 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
8142 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
8143 (SOFTWARE_SINGLE_STEP_P)
8144
8145 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
8146 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
8147
8148 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
8149 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
8150 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
8151 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
8152 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
8153 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
8154 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
8155 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
8156 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
8157 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
8158
8159 (Converting an existing Target Architecture to Multi-arch): Remove
8160 section.
8161
8162 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
8163 (gdbarch_addr_bits_remove): Add code example.
8164
8165 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
8166
8167 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8168
8169 * gdb.texinfo (Remote Configuration): Document library-info-packet.
8170 Add other missing entries. Adjust the table size to fit.
8171 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
8172 stop reasons including the new "library" event.
8173 (General Query Packets): Adjust table widths for qSupported. Mention
8174 qXfer:libraries:read reply to qSupported and document the new packet.
8175 (Library List Format): New section.
8176
8177 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8178
8179 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
8180
8181 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
8182
8183 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
8184
8185 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
8186
8187 * gdbint.texinfo (Register and Memory Data): Break sections
8188 into nodes and add a menu.
8189
8190 2007-06-21 Maciej W. Rozycki <macro@mips.com>
8191
8192 * gdb.texinfo (Examining Memory): Document the new behaviour.
8193
8194 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
8195
8196 * gdb.texinfo (Standard Target Features): Document
8197 m68k features.
8198
8199 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8200
8201 * gdb.texinfo (General Query Packets): Document qOffsets changes.
8202
8203 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8204
8205 * gdb.texinfo (Target Description Format): Add version attribute
8206 for <target>.
8207
8208 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8209
8210 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
8211
8212 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8213
8214 * gdb.texinfo (MIPS Features): New subsection.
8215
8216 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8217 Markus Deuling <deuling@de.ibm.com>
8218
8219 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
8220 and qXfer:spu:write packets and mention them under qSupported.
8221
8222 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8223 Markus Deuling <deuling@de.ibm.com>
8224
8225 * gdb.texinfo (Architectures): Add new SPU section to document
8226 Cell Broadband Engine SPU architecture specific commands.
8227
8228 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
8229
8230 * gdb.texinfo (GDB/MI Variable Objects): Editorial
8231 comments.
8232
8233 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
8234
8235 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
8236
8237 2007-05-29 Jim Blandy <jimb@codesourcery.com>
8238
8239 * gdb.texinfo (Overview): Doc fix.
8240
8241 2007-05-22 Maciej W. Rozycki <macro@mips.com>
8242
8243 * gdb.texinfo (Remote Configuration): Document "set/show
8244 remoteflow".
8245
8246 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8247
8248 * gdb.texinfo (MIPS): Remove documentation for set mips
8249 saved-gpreg-size, show mips saved-gpreg-size, and set mips
8250 stack-arg-size.
8251
8252 2007-05-14 Bob Wilson <bob.wilson@acm.org>
8253
8254 * all-cfg.texi (GDBTUI): New.
8255 * gdb.texinfo (Mode Options): Use GDBTUI variable.
8256 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
8257 (TUI Configuration): Edit to improve clarity and fix problems of
8258 both style and content.
8259
8260 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8261
8262 * observer.texi (GDB Observers): New observer "new_objfile".
8263
8264 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8265
8266 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8267
8268 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8269
8270 * gdb.texinfo (GDB/MI Variable Objects): Document
8271 frozen variables objects.
8272
8273 2007-04-13 Paul Brook <paul@codesourcery.com>
8274
8275 * gdb.texinfo: Document ieee_single and ieee_double target types.
8276
8277 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8278
8279 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8280 (Character Sets, Caching Data of Remote Targets): Likewise.
8281 (Targets): Delete Remote node. Move its text...
8282 (Debugging Remote Programs): ...to here. Delete description
8283 of the "remote" command.
8284 (Remote configuration): Delete description of "set remotedevice"
8285 and "show remotedevice".
8286 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8287
8288 2007-04-11 Steve Ellcey <sje@cup.hp.com>
8289
8290 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8291
8292 2007-04-11 Bob Wilson <bob.wilson@acm.org>
8293
8294 * gdb.texinfo (Contributors, Continuing and Stepping)
8295 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8296 (General Query Packets, File-I/O Remote Protocol Extension)
8297 (Protocol Basics, The F Reply Packet, Write)
8298 (Protocol-specific Representation of Datatypes, Memory Transfer):
8299 Fix hyphenation, punctuation and grammar problems.
8300 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8301 'section' instead of 'subsection' in the text.
8302 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8303 (i386): Remove period from section name.
8304 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8305 (Config Names, Configure Options): Use @file{configure}.
8306
8307 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8308
8309 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8310 and tab expansion.
8311
8312 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8313
8314 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8315
8316 2007-04-02 Bob Wilson <bob.wilson@acm.org>
8317
8318 * gdb.texinfo: Consistently capitalize all significant words in
8319 node names, chapter titles, section titles, and headings. Update
8320 cross references to match.
8321 (Starting and Stopping Trace Experiment): Make node name plural.
8322 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
8323
8324 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8325
8326 * gdb.texinfo (WinCE): Delete obsolete subsection.
8327
8328 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8329
8330 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8331 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8332 references.
8333
8334 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8335
8336 * gdb.texinfo (Startup): Delete references to some alternate
8337 names for .gdbinit.
8338 (Thread): Remove LynxOS reference.
8339 (Tandem ST2000): Delete target-specific documentation.
8340 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8341 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8342 and GDB_OSABI_LYNXOS.
8343
8344 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8345
8346 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8347
8348 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8349
8350 * gdbint.texinfo (Target Conditionals): Remove mention of
8351 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8352 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8353
8354 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8355
8356 * Makefile.in: Add "pdfdir" installation
8357 directory, PDFTEX macro, support for "install-pdf" target,
8358 and rules for making a pdf version of refcard.texi.
8359 * refcard.tex: Specify paper size for PDF output.
8360
8361 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8362
8363 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
8364
8365 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8366
8367 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8368 (Source Path, Character Sets, Macros, Define)
8369 (GDB/MI Result Records, GDB/MI Simple Examples)
8370 (GDB/MI Program Execution, GDB/MI File Commands)
8371 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8372 (Bug Reporting): Use @value{GCC}.
8373
8374 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8375
8376 * gdb.texinfo (Help): Fix formatting of examples.
8377 (Variables): Use @ifnotinfo instead of @iftex.
8378 (Non-debug DLL symbols): Use @ref instead of @pxref.
8379 (Sparclet File): Use @samp instead of quotes.
8380
8381 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8382
8383 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8384
8385 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8386
8387 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8388 the order of the nodes.
8389 (C Operators, C Constants, Debugging C): Remove extra menus.
8390 (Method Names in Commands): Do not specify next/prev/up nodes.
8391
8392 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8393
8394 * gdb.texinfo (File Options): Add missing parenthesis.
8395 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8396
8397 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8398
8399 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8400
8401 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8402
8403 * gdb.texinfo (Standard Target Features): Mention
8404 case insensitivity.
8405 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8406
8407 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
8408
8409 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8410 (Files): Add section name to argument list for pxref.
8411 (Non-debug DLL symbols): Don't use `see' for pxref.
8412 (Embedded Processors): Fix typo.
8413 (GDB/MI Breakpoint Commands): Execution commands generate
8414 *stopped not ^done.
8415
8416 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
8417
8418 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8419 values for in_scope. Mention that only root variables can be
8420 updated.
8421 (GDB/MI Development and Front Ends): Explain new values may be
8422 added to existing fields.
8423
8424 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8425
8426 * gdb.texinfo (-target-disconnect): Use @smallexample.
8427 (Requirements): Add anchor for Expat. Update description.
8428 (Target Descriptions): Mention Expat.
8429 (Target Description Format): Document new elements. Use
8430 @smallexample.
8431 (Predefined Target Types, Standard Target Features): New sections.
8432 * gdbint.texinfo (Target Descriptions): New section.
8433
8434 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8435
8436 * gdb.texinfo (Target Description Format): Add section on XInclude.
8437
8438 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
8439
8440 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8441 command -enable-timings.
8442
8443 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8444
8445 * gdbint.texinfo (Operation System ABI Variant Handling): Update
8446 descriptions for new/deleted elements in gdb_osabi. Add missing
8447 description for function generic_elf_osabi_sniff_abi_tag_sections.
8448
8449 2007-01-29 Joel Brobecker <brobecker@adacore.com>
8450
8451 * gdb.texinfo (Maintenance Commands): Add documentation for
8452 the new "maint print target-stack" command.
8453
8454 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8455 Eli Zaretskii <eliz@gnu.org>
8456
8457 * gdb.texinfo: Describe CHAR array vs. string identification rules.
8458
8459 2007-01-26 Eli Zaretskii <eliz@gnu.org>
8460
8461 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8462 Use @value{NGCC} instead of @value{GCC}.
8463
8464 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8465
8466 * agentexpr.texi: Fix typos.
8467 * annotate.texinfo: Likewise.
8468 * gdb.texinfo: Likewise.
8469 * gdbint.texinfo: Likewise.
8470 * observer.texi: Likewise.
8471 * stabs.texinfo: Likewise.
8472
8473 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8474
8475 * gdbint.texinfo (Support Libraries): Remove mmalloc
8476 entry. Describe readline library.
8477
8478 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8479
8480 * gdb.texinfo (Target Descriptions): New section.
8481 (General Query Packets): Add QPassSignals anchor. Mention
8482 qXfer:features:read under qSupported. Expand mentions of
8483 qXfer:memory-map:read and QPassSignals. Document
8484 qXfer:features:read.
8485
8486 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8487
8488 * gdb.texinfo (Commands to specify files): Describe
8489 "set sysroot" and "show sysroot".
8490 (Using the `gdbserver' program): Lowercase argument
8491 to @var. Expand description of setting up GDB on the
8492 host.
8493
8494 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8495
8496 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8497 catch exception, catch exception unhandled, and catch assert
8498 commands.
8499
8500 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8501
8502 * gdb.texinfo (Debugging Output): Document "set debug xml"
8503 and "show debug xml".
8504
8505 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8506
8507 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8508
8509 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8510
8511 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8512
8513 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8514
8515 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8516 note in @ignore, to be removed later if nobody complains.
8517
8518 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
8519
8520 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8521 of -var-delete.
8522
8523 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
8524
8525 * gdb.texinfo (Setting breakpoints): Document
8526 automatic software/hardware breakpoint usage and
8527 the "set breakpoint auto-hw" command.
8528
8529 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8530
8531 * gdb.texinfo (Memory Access Checking): New.
8532
8533 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8534
8535 * gdb.texinfo (Remote configuration): Mention
8536 "pass-signals-packet".
8537 (General Query Packets): Document QPassSignals. Fix
8538 a typo.
8539
8540 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8541
8542 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8543
8544 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8545
8546 * gdb.texinfo (Remote configuration): Rewrite documentation for
8547 packet configuration commands.
8548 (OS Information): Adjust reference to qXfer:auxv:read.
8549 (General Query Packets): Remove references to read-aux-vector-packet
8550 and set remote get-thread-local-storage-address.
8551
8552 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8553
8554 * gdbint.texinfo (Target Architecture Definition): Add new
8555 Initializing a New Architecture section.
8556
8557 2006-10-31 David Taylor <dtaylor@emc.com>
8558
8559 * stabs.texinfo (Macro define and undefine): New node describing
8560 stabs for #define and #undef.
8561
8562 2006-10-27 Andreas Schwab <schwab@suse.de>
8563
8564 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8565
8566 2006-10-21 Eli Zaretskii <eliz@gnu.org>
8567
8568 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8569 clarify on the possible meanings of ``expression'' watched by
8570 watchpoints. Add indexing.
8571 (Prompting, Errors, Invalidation, Annotations for Running)
8572 (Source Annotations): Fix index entries by adding "annotation" to
8573 them, to discriminate from index entries that point to the more
8574 general topic descriptions.
8575
8576 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8577
8578 * gdbint.texinfo (Target Vector Definition): Move most
8579 content into Existing Targets. Add a menu.
8580 (Existing Targets): New section, moved from Target Vector
8581 Definition. Use @subsection.
8582 (Managing Execution State): New section.
8583
8584 2006-10-16 Bob Wilson <bob.wilson@acm.org>
8585
8586 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8587
8588 2006-10-15 Eli Zaretskii <eliz@gnu.org>
8589
8590 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8591 (Command Syntax, Signals, Backtrace, Connecting)
8592 (Remote configuration, Renesas Boards, Console I/O): Fix last
8593 change: use Ctrl- instead of C-, except wrt Emacs.
8594 (File-I/O Examples): Put Ctrl-c in @kbd.
8595 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8596 (Console I/O): Use @samp with Ctrl-.
8597 (Signals, Set Breaks, Set Watchpoints): Document optional
8598 arguments to `info signals' `handle', `info breakpoints', and
8599 `info watchpoints'.
8600
8601 2006-10-14 Eli Zaretskii <eliz@gnu.org>
8602
8603 * gdb.texinfo (Backtrace): Fix last change.
8604
8605 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
8606
8607 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8608
8609 2006-10-10 Bob Wilson <bob.wilson@acm.org>
8610
8611 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8612 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8613 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
8614
8615 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8616 Daniel Jacobowitz <dan@codesourcery.com>
8617
8618 * gdb.texinfo (Packets): Document vFlashErase,
8619 vFlashWrite and vFlashDone packets.
8620 (General Query Packets): Document qXfer:memory-map:read.
8621 Add a new feature for qXfer:memory-map:read.
8622 (Memory map format): New section.
8623 (Target Commands): Mention that gdb can write flash.
8624
8625 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8626 Daniel Jacobowitz <dan@codesourcery.com>
8627
8628 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8629 memory regions and "mem auto".
8630
8631 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8632
8633 * gdbint.texinfo (Array Containers): New section.
8634
8635 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8636
8637 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8638 -stack-list-arguments HIGH_FRAME argument can be larger then the
8639 actual number of frames.
8640
8641 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8642
8643 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8644 -stack-list-locals HIGH_FRAME argument can be larger then the
8645 actual number of frames.
8646
8647 2006-09-02 Bob Wilson <bob.wilson@acm.org>
8648
8649 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8650 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8651
8652 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8653
8654 * gdbint.texinfo (Overall Structure): New section "Source Tree
8655 Structure".
8656
8657 2006-08-17 Jim Blandy <jimb@codesourcery.com>
8658
8659 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8660 responses.
8661
8662 2006-08-08 Joel Brobecker <brobecker@adacore.com>
8663
8664 * gdb.texinfo (Source Path): Add documentation for new
8665 substitute-path commands.
8666
8667 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8668
8669 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8670 (Running Configure): ...here.
8671 (Requirements): New node. Mention expat.
8672
8673 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8674
8675 * gdb.texinfo (Target Commands): Remove
8676 'set download-write-size' and 'show download-write-size'.
8677
8678 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8679
8680 * stabs.texinfo (Member Type Descriptor): Correct example for
8681 pointer to member types.
8682
8683 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8684
8685 * gdb.texinfo (Optional warnings and messages): Add
8686 'set/show trace-commands'.
8687 (Command files): Add '-v' to source command.
8688
8689 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8690
8691 * gdb.texinfo (OS Information): Update qPart reference to
8692 qXfer.
8693 (Remote configuration): Likewise.
8694 (Overview): Move @cindex to the start of a paragraph. Talk
8695 about binary data encoding.
8696 (Packets): Refer to the overview for the details of the X
8697 packet encoding.
8698 (General Query Packets): Remove qPart description. Add qXfer
8699 description. Add an anchor to qSupported. Correct feature
8700 table title. Add a new feature for qXfer:auxv:read.
8701 (Interrupts): Add a missing parenthesis.
8702
8703 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8704
8705 * gdb.texinfo (KOD): Remove node.
8706 (GDB/MI Kod Commands): Remove commented out node.
8707
8708 2006-07-01 Eli Zaretskii <eliz@gnu.org>
8709
8710 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8711 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8712 (GDB/MI Thread Commands, GDB/MI Program Execution)
8713 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8714 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8715 (GDB/MI File Commands, GDB/MI Target Manipulation)
8716 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8717 since the MI prompt is hard-wired into the code.
8718
8719 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
8720
8721 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8722 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8723 (GDB/MI Data Manipulation): Remove description of unimplemented
8724 display related commands as variable objects perform this function
8725 and are superior: -display-delete, -display-disable,
8726 -display-enable, -display-insert and -display-list. Move
8727 -environment-cd, -environment-directory, -environment-path
8728 and -environment-pwd to "Program Context".
8729 (GDB/MI Program Control): Rename to "Program Execution". Move
8730 -exec-arguments -exec-abort to...
8731 (GDB/MI Program Context): ...here. New node split from "Data
8732 Manipulation".
8733
8734 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8735
8736 * gdb.texinfo (Remote configuration): Document set / show
8737 remote supported-packets.
8738 (General Query Packets): Document qSupported packet.
8739
8740 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8741
8742 * gdb.texinfo (system): Document behaviour with zero length
8743 string.
8744
8745 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8746
8747 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8748 and font markup.
8749 (Protocol basics): Likewise.
8750 (The F request packet): Likewise.
8751 (The F reply packet): Likewise.
8752 (Memory transfer): Move this node to be a subsubsection of
8753 "Protocol specific representation of datatypes".
8754 (The Ctrl-C message): More copy editing.
8755 (Console I/O): Likewise.
8756 (The isatty call): Delete this node, and merge its content into
8757 the "isatty" node. Fixed references elsewhere.
8758 (The system call): Delete this node, and merge its content into
8759 the "system" node. Fixed references elsewhere.
8760 (open): Reformat to use @table, and add appropriate font markup.
8761 (close): Likewise.
8762 (read): Likewise.
8763 (write): Likewise.
8764 (lseek): Likewise.
8765 (rename): Likewise.
8766 (unlink): Likewise.
8767 (stat/fstat): Likewise.
8768 (gettimeofday): Likewise.
8769 (isatty): Likewise.
8770 (system): Likewise, plus minor changes to fix confusing wording.
8771 (Integral datatypes): Fix font markup.
8772 (Pointer values): Likewise.
8773 (struct stat): Fix markup to use @table, plus minor copy editing.
8774 (struct timeval): Fix font markup, plus minor copy editing.
8775 (Constants): Minor copy editing.
8776 (Errno values): Add font markup.
8777 (File-I/O Examples): Likewise.
8778
8779 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
8780
8781 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8782 (GDB/MI Simple Examples): Move node up one level. Use real
8783 examples.
8784 (GDB/MI Compatibility with CLI): Update.
8785 (GDB/MI Result Records): Add "connected" and "exit" result
8786 classes.
8787 (GDB/MI Stream Records): Clarify target output.
8788 (GDB/MI Command Description Format): Modify example description.
8789 (GDB/MI Breakpoint Table Commands): Rename to...
8790 (GDB/MI Breakpoint Commands): ...this
8791 (GDB/MI Breakpoint Commands): Add optional thread field.
8792 (GDB/MI Program Control): Add an introduction. Move "Program
8793 termination" examples into exec-run description.
8794 (GDB/MI File Commands): Mention similar CLI commands.
8795 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8796 is similar to "-gdb-version".
8797
8798 2006-06-09 Eli Zaretskii <eliz@gnu.org>
8799
8800 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8801
8802 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
8803
8804 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8805 sourceware.org for mailing lists.
8806 (GDB/MI File Commands): New node split from Program Control.
8807
8808 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
8809
8810 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
8811
8812 2006-05-22 Eli Zaretskii <eliz@gnu.org>
8813
8814 * gdb.texinfo (Cygwin Native): Fix last change.
8815
8816 2006-05-22 Christopher Faylor <cgf@timesys.com>
8817
8818 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8819
8820 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
8821
8822 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8823 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8824
8825 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8826
8827 * gdb.texinfo (General Query Packets): Recommend not starting
8828 new packets with qC and clarify.
8829
8830 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
8831
8832 * gdb.texinfo (M2 Types): New section.
8833
8834 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8835
8836 * agentexpr.texi: Add a copyright and license notice.
8837 * observer.texi: Likewise, with GPL clause for function prototypes.
8838 Remove trailing whitespace.
8839
8840 2006-05-05 Jim Blandy <jimb@codesourcery.com>
8841
8842 * gdb.texinfo (General Query Packets): Document conventions for
8843 terminating packet names, and their violations.
8844
8845 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8846
8847 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8848 * gdb.texinfo: Likewise.
8849
8850 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8851
8852 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8853 and "show remotedebug".
8854 (Debugging Output): Add additional index entries.
8855
8856 2006-04-27 Michael Snyder <msnyder@redhat.com>
8857
8858 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8859
8860 2006-04-22 Andrew Cagney <cagney@redhat.com>
8861
8862 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8863 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8864
8865 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8866
8867 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8868 and remove breakpoint prototypes.
8869 (Watchpoints): Move description of target_insert_hw_breakpoint and
8870 target_remove_hw_breakpoint ...
8871 (Breakpoints): ... to here. Document target_insert_breakpoint and
8872 target_remove_breakpoint.
8873
8874 2006-04-17 Jim Blandy <jimb@codesourcery.com>
8875
8876 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8877 and C packets are optional.
8878
8879 2006-04-14 Frederic Riss <frederic.riss@st.com>
8880
8881 * gdb.texinfo (Specifying source directories): Update the description
8882 of the source file search to reflect the fact that the source path
8883 always contains at least $cdir and $cwd.
8884
8885 2006-03-31 Michael Snyder <msnyder@redhat.com>
8886
8887 * gdb.texinfo: Update copyright dates.
8888
8889 2006-03-31 Eli Zaretskii <eliz@gnu.org>
8890
8891 * gdb.texinfo (Overview): Add an index entry to "empty response".
8892
8893 2006-03-29 Steve Ellcey <sje@cup.hp.com>
8894
8895 * gdb.texinfo: Remove gdbserve.nlm documentation.
8896
8897 2006-03-28 Jim Blandy <jimb@codesourcery.com>
8898
8899 * gdbint.texinfo (Prologue Analysis): New section.
8900
8901 2006-03-07 Jim Blandy <jimb@red-bean.com>
8902
8903 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8904
8905 * gdb.texinfo (Target Commands): Update text describing how to
8906 specify a target. Refer to the detailed section on remote
8907 debugging, not the brief mention.
8908
8909 * gdb.texinfo (Connecting): Organize the different 'target remote'
8910 connection methods into a table. Add a 'target remote' index
8911 entry. (!!!)
8912
8913 2006-02-17 Fred Fish <fnf@specifix.com>
8914
8915 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8916 'ptype' commands to reflect the fact that the only significant
8917 difference between them is that ptype prints the complete type
8918 description instead of just the name.
8919
8920 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8921
8922 * gdbint.texinfo (Watchpoints): Delete
8923 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8924
8925 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
8926
8927 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8928 times fields where needed. Fix typos. Update general form given
8929 for output of -break-insert.
8930 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8931
8932 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8933
8934 * gdbint.texinfo (Symbol Handling): Add a section
8935 on memory management.
8936
8937 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
8938
8939 * gdb.texinfo (Breakpoint table commands): Document the fullname
8940 field in -break-list output.
8941
8942 2006-02-03 Eli Zaretskii <eliz@gnu.org>
8943
8944 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8945 debugging information produced by the various "set debug..."
8946 options.
8947
8948 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8949
8950 * gdb.texinfo (Files): Remove obsolete bits from the description
8951 of "symbol-file".
8952
8953 2006-01-25 Jim Blandy <jimb@redhat.com>
8954
8955 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8956
8957 2006-01-24 Jim Blandy <jimb@redhat.com>
8958
8959 * gdbint.texinfo (Frames): Document the basics of GDB's register
8960 unwinding model, and explain the existence of the "sentinel" frame.
8961
8962 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8963
8964 * gdb.texinfo (Choosing files): Mention that -directory is used
8965 for script files.
8966 (Specifying source directories): Likewise.
8967 (Command files): Explain how script files are found.
8968
8969 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8970
8971 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8972 the threads in a multi-threaded program.
8973 (Threads): The threadno argument of "thread apply" can be a range
8974 of numbers.
8975
8976 2006-01-18 Jim Blandy <jimb@redhat.com>
8977
8978 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8979 of warning flags.
8980
8981 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8982
8983 * gdb.texinfo (Sequences): Improve menu annotations.
8984 (Define): Add index entries for arguments of user-defined
8985 commands. Move the description of flow-control commands...
8986 (Command Files): ...to here. Document loop_break and
8987 loop_continue.
8988 (Define, Command Files): Document `end' and add index entries for
8989 it.
8990
8991 2006-01-04 Michael Snyder <msnyder@redhat.com>
8992
8993 * gdb.texinfo: Add documentation for linux-fork.
8994 * gdbint.texinfo: Add internal documentation for checkpoints.
8995
8996 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8997
8998 * gdb.texinfo (Omissions from Ada): Document that there is now
8999 limited aggregate support.
9000
9001 2005-12-28 Eli Zaretskii <eliz@gnu.org>
9002
9003 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
9004 registers and the likes.
9005
9006 2005-12-24 Eli Zaretskii <eliz@gnu.org>
9007
9008 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
9009 (Symbols): Fix usage of "e.g.".
9010 (Memory Region Attributes): Fix usage of "etc."
9011
9012 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
9013 (Coding): Fix usage of "e.g.".
9014
9015 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9016
9017 * stabs.texinfo:
9018 * refcard.tex:
9019 * gpl.texi:
9020 * gdbint.texinfo:
9021 * gdb.texinfo:
9022 * gdb-cfg.texi:
9023 * fdl.texi:
9024 * annotate.texinfo:
9025 * all-cfg.texi:
9026 * Makefile.in: Add (C) after Copyright. Update the FSF
9027 address.
9028
9029 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9030
9031 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
9032 extend GDB with commands for external monitor.
9033
9034 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
9035
9036 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
9037
9038 2005-11-25 Joel Brobecker <brobecker@adacore.com>
9039
9040 * gdbint.texinfo (Start of New Year Procedure): New chapter.
9041
9042 2005-11-21 Jim Blandy <jimb@redhat.com>
9043
9044 * gdb.texinfo (Tracepoint Packets): Document restrictions on
9045 placement of 'R' actions in tracepoint action packets; document
9046 dependence of 'X' and 'M' actions on a preceding 'R' action for
9047 their registers.
9048
9049 2005-11-19 Jim Blandy <jimb@redhat.com>
9050
9051 * gdb.texinfo (Tracepoint Packets): New node.
9052 (General Query Packets): Add entries for the tracepoint packets,
9053 referring to the "Tracepoint Packets" node.
9054 (Tracepoints): Add reference to "Tracepoint Packets".
9055
9056 2005-11-18 Kevin Buettner <kevinb@redhat.com>
9057
9058 * gdb.texinfo (set remotebreak): Add anchor.
9059 (X packet): Likewise.
9060 (Remote Protocol): Add new section `Interrupts' and new index
9061 entry `interrupts (remote protocol)'.
9062
9063 2005-11-18 Jim Blandy <jimb@redhat.com>
9064
9065 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
9066 entries into the General Query Packets section. Add a
9067 cross-reference to that section. Drop description of replies, as
9068 these are covered in the descriptions of each packet.
9069 (General Query Packets): Add introductory text. Explain naming
9070 conventions, and how the end of a name is recognized.
9071
9072 2005-11-17 Kevin Buettner <kevinb@redhat.com>
9073
9074 * gdb.texinfo (Remote configuration): Fix typo in description of
9075 "set remotebreak" command.
9076
9077 2005-11-16 Jim Blandy <jimb@redhat.com>
9078
9079 * gdb.texinfo (Packets, Stop Reply Packets)
9080 (General Query Packets): Various formatting cleanups.
9081 - Use @samp for packet contents.
9082 - Drop summaries from packet @item lines; the same information appears
9083 immediately below in the description.
9084 - Delete paragraph breaks after packet @item commands, so that the
9085 description appears directly to the right of the packet prototype
9086 in the printed manual, if it fits.
9087 - Place spaces in packet prototypes between @vars and non-@var
9088 letters, and explain that they're just for formatting.
9089 - Use @dots{} instead of '...'.
9090 - Fix uses of @code where @var was needed.
9091 - Replace "deprecated" markers with English text spelling out the
9092 packet's status and the preferred alternatives.
9093 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
9094 what this ever meant.
9095 - Remove "(draft)" markers on 'i' packets; nobody has commented on
9096 this for a long time.
9097 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
9098 implemented several times, and have been in use for years.
9099
9100 2005-11-15 Jim Blandy <jimb@redhat.com>
9101
9102 * gdb.texinfo (Packets): Add index entries for 'm' packet
9103 disclaimers.
9104
9105 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
9106 of stub when processing an 'm' packet.
9107
9108 * gdb.texinfo (Packets): Mention that packets beginning with
9109 letters are reserved once, at the top, instead of actually listing
9110 them all and saying "reserved".
9111
9112 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
9113
9114 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
9115 Change @var{$arg0 to @code{$arg0.
9116
9117 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
9118
9119 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
9120
9121 2005-11-12 Jim Blandy <jimb@redhat.com>
9122
9123 * gdb.texinfo (General Query Packets): Put packets in alphabetical
9124 order. Remove extraneous 'z'.
9125
9126 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
9127
9128 * gdb.texinfo (Choosing files): Add --eval-command.
9129
9130 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
9131
9132 * gdb.texinfo (Choosing modes): Add --return-child-result.
9133
9134
9135 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
9136
9137 * gdb.texinfo (Choosing modes): Add --batch-silent.
9138
9139 2005-10-28 Eli Zaretskii <eliz@gnu.org>
9140
9141 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
9142 "The -var-update Command".
9143
9144 2005-10-03 Joel Brobecker <brobecker@adacore.com>
9145
9146 * gdb.texinfo (Print Settings): Add documentation for set/show
9147 print array-indexes.
9148
9149 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
9150
9151 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
9152 6.2 and 6.3.
9153
9154 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9155
9156 * gdb.texinfo (File Options): Don't document --mapped, it's gone
9157 since 19-Jan-2004.
9158 (Files): Likewise.
9159 (Variables, Symbols): Document the "<incomplete type>" message and
9160 its reasons.
9161
9162 2005-08-01 Fred Fish <fnf@specifix.com>
9163
9164 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
9165
9166 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
9167
9168 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
9169 option for -var-list-children and -var-update.
9170 (GDB/MI Stack Manipulation): Simplify description of
9171 print-values option for -stack-list-locals.
9172 (GDB/MI Command Description Format): Clarify.
9173 (Mode Options): Spelling of superseded.
9174
9175 2005-07-12 Bob Rossi <bob@brasko.net>
9176
9177 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
9178 corresponding GDB command comment.
9179
9180 2005-07-06 Bob Rossi <bob@brasko.net>
9181
9182 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
9183 and -inferior-tty-show.
9184 (Input/Output): Document "set/show inferior-tty" and tty alias.
9185
9186 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
9187
9188 * gdb.texinfo (Packets): Change description of 'D' packet to note
9189 that GDB does wait for a response.
9190
9191 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
9192
9193 * gdb.texinfo (History) Rename "Command History".
9194 (Command History): Move node "Server Prefix" from section on
9195 Annotations here.
9196
9197 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
9198
9199 * gdb.texinfo (GDB/MI Stack Manipulation):
9200 Re-instate -stack-info-frame with example. Say that it gets
9201 info on selected frame, not current frame.
9202
9203 2005-06-18 Eli Zaretskii <eliz@gnu.org>
9204
9205 * gdb.texinfo (Server): Clarify that `file' should be used before
9206 connecting to the server.
9207 (Files): Add an xref to the above description.
9208 (Output Formats): More detailed description of the `c' format.
9209 (Memory): List explicitly all the formats supported by `x'.
9210 (Threads): Add an @cindex entry for "thread apply".
9211 (Files): Document the possibility of loading unlinked object
9212 files. Add more indexing for solib-absolute-prefix and
9213 --with-sysroot.
9214 (Machine Code): Document possible problems with locations in
9215 shared libraries.
9216 (Backtrace): Document that free-standing environments do not need
9217 to have a `main' function.
9218
9219 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
9220
9221 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
9222 -stack-info-frame.
9223
9224 2005-06-07 Andrew Cagney <cagney@gnu.org>
9225
9226 * gdb.texinfo (Contributors): Note the original multi-arch
9227 contributors.
9228
9229 2005-06-03 Eli Zaretskii <eliz@gnu.org>
9230
9231 * gdb.texinfo (Registers): Add index entries for the standard
9232 registers.
9233 (Frames): Add cross-reference from frame pointer description to
9234 the Registers node.
9235 (Annotations Overview): Fix the reference to GDB name.
9236
9237 2005-06-01 Eli Zaretskii <eliz@gnu.org>
9238
9239 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
9240 can-use-hw-watchpoints.
9241
9242 2005-05-28 Bob Rossi <bob@brasko.net>
9243
9244 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
9245 the possible reasons why an exec async record would be returned to FE.
9246
9247 2005-05-26 Andrew Cagney <cagney@gnu.org>
9248
9249 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
9250 Andrew Cagney implemented the original GDB/MI.
9251
9252 2005-05-23 Orjan Friberg <orjanf@axis.com>
9253
9254 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
9255 documentation. Add documentation for cris-mode.
9256
9257 2005-05-20 Eli Zaretskii <eliz@gnu.org>
9258
9259 * gdb.texinfo (Numbers): Explain the example and make the wording
9260 more acurate.
9261
9262 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9263 Dennis Brueni <dennis@slickedit.com>
9264
9265 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9266 (GDB/MI Data Manipulation, GDB/MI Program Control)
9267 (GDB/MI Stack Manipulation): Update examples to include the fullname
9268 attribute in stack frames.
9269
9270 2005-05-12 Eli Zaretskii <eliz@gnu.org>
9271
9272 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9273 do with other non-standard names of init files.
9274
9275 2005-05-11 Eli Zaretskii <eliz@gnu.org>
9276
9277 * gdb.texinfo (Command Files): Move the description of the startup
9278 from here...
9279 (Startup): ...to this new subsection of the Invocation chapter.
9280 Rearrange the description of init files more logically and add a
9281 cross-reference to "Command Files". Document the special gdbinit
9282 name for CISCO 68k. Expand the description of what GDB does
9283 during startup.
9284 (History): Add index entry for HISTSIZE.
9285
9286 2005-05-02 Mark Kettenis <kettenis@gnu.org>
9287
9288 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9289
9290 2005-05-02 Eli Zaretskii <eliz@gnu.org>
9291
9292 * gdb.texinfo (SVR4 Process Information, The isatty call)
9293 (The system call): Don't use foo(N) notation for man pages and
9294 functions.
9295 (Compilation, DJGPP Native): Improve wording.
9296
9297 2005-04-27 Eli Zaretskii <eliz@gnu.org>
9298
9299 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9300 were optimized away.
9301
9302 2005-04-22 Eli Zaretskii <eliz@gnu.org>
9303
9304 * gdb.texinfo (Remote configuration): Document "set/show
9305 get-thread-local-storage-address". Add cross-reference to the
9306 description of the qGetTLSAddr packet.
9307 (General Query Packets): Mention "set remote
9308 get-thread-local-storage-address" and add a reference to its
9309 description.
9310
9311 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
9312
9313 * gdb.texinfo (Backtrace): Describe 'bt full'.
9314
9315 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
9316
9317 * gdb.texinfo (Mode Options): Fix typo.
9318 (GDB/MI): Describe how to invoke GDB/MI.
9319
9320 2005-04-16 Eli Zaretskii <eliz@gnu.org>
9321
9322 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
9323 references changed. Add description of "info udot".
9324 (Files): Document "set/show stop-on-solib-events".
9325 (M32R/D): Document "set/show download-path", "set/show
9326 board-address", "set/show server-address", "upload", "tload".
9327 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9328 "use_mon_code", "use_ib_break", "use_dbt_break".
9329 (Maintenance Commands): Improve indexing.
9330 (Target Commands): Document "set/show hash", "set/show debug
9331 monitor".
9332 (SVR4 Process Information): Document "info pidlist" and "info
9333 meminfo". Document "set/show procfs-tarce" and "set/show
9334 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9335 (Symbols, The Print Command with Objective-C): Improve indexing.
9336 (Objective-C): Add references to "info classes" and "info
9337 selectors".
9338 (Debugging Output): Improve wording. Document "set/show debug
9339 solib-frv". Fix "set/show debugvarobj".
9340 (Set Breaks): Add index entry for "hardware breakpoints".
9341 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9342 and "set/show usehardbreakpoints".
9343 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9344 monitor-prompt", "set/show monitor-warnings", "pmon".
9345 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9346 rdiromatzero", "set/show rdiheartbeat".
9347 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9348 "sds".
9349 (Embedded Processors): Document the "sim" command.
9350 (Remote): Document the "remote" command.
9351 (DJGPP Native): Document the "info serial" command.
9352 (Threads): Document "maint info sol-threads".
9353 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9354 (Set Breaks): Improve indexing.
9355 (Command Syntax): Add a reference to dont-repeat.
9356 (Define): Document "dont-repeat".
9357 (TUI Commands): Document "tabset".
9358 (WinCE): New subsection. Document "set/show remotedirectory",
9359 "set/show remoteupload", "set/show remoteaddhost".
9360
9361 2005-04-15 Eli Zaretskii <eliz@gnu.org>
9362
9363 * gdb.texinfo (Hurd Native): New subsection, documents
9364 Hurd-specific commands.
9365 (Maintenance Commands): Add cross-reference to "Debugging Output".
9366 (Debugging Output): Document "set/show debug lin-lwp".
9367 (MIPS): Improve documentation of heuristic-fence-post. Document
9368 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9369 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9370 remote-mips64-transfers-32bit-regs", "set/show debug mips".
9371 (ARM): Document ARM-specific commands.
9372 (AVR): New section. Document "info io_registers".
9373 (CRIS): New section. Document "set/show cris-version" and
9374 "set/show cris-dwarf2-cfi".
9375 (HPPA): New section. Document "set/show debug hppa" and "maint
9376 print unwind".
9377 (Neutrino): New subsection. Document "set/show debug nto-debug".
9378 (Super-H): New section. Document the "regs" command.
9379 (Debugging Output): Document "set/show debug aix-thread".
9380
9381 2005-04-09 Eli Zaretskii <eliz@gnu.org>
9382
9383 * gdb.texinfo (Print Settings): Document "set/show print
9384 pascal_static-members", "set print repeats", "show print
9385 null-stop". Improve indexing. Fix documentation of "set print
9386 union".
9387 (Pascal): New section.
9388 (Supported languages): Rename from "Support"; all references
9389 updated. Add a menu item for Pascal.
9390 (Numbers): Document "set radix.
9391 (Screen Size): Document "set/show pagination".
9392 (MIPS Embedded): Remove "set processor" documentation.
9393 (Remote configuration): Document "set/show X/P/Z-packet",
9394 "set/show read-aux-vector-packet", "set/show remote
9395 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9396 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9397 remotedebug", "set/show remotebreak", "set/show remotedevice",
9398 "set/show remotelogfile".
9399 (Auxiliary Vector): Add reference to the description of the
9400 read-aux-vector-packet setting.
9401 (Set Watchpoints): Add a cross-reference to "set remote
9402 hardware-breakpoint-limit".
9403 (General Query Packets): Add indexing of requests and
9404 cross-references to related commands in "Remote configuration".
9405 (File-I/O Overview, The system call): Fix wording and typos.
9406 (Thread Stops): Add index entries.
9407 (Continuing and Stepping): Document "show step-mode".
9408 (i386): New node. Document "set/show struct-convention".
9409 (Files): Document "show trust-readonly-sections".
9410 (Calling): Document "set/show unwindonsignal".
9411 (Messages/Warnings): Add index entries.
9412 (Maintenance Commands): Document "set/show watchdog".
9413 (Annotations Overview): Document "show annotate".
9414 (Set Watchpoints): Add index entries.
9415 (Symbols): Fix doc of case-sensitive.
9416 (ABI): Document "show coerce-float-to-double".
9417 (Convenience Vars, Help): Improve indexing.
9418 (Machine Code): Document "show disassembly-flavor".
9419 (Debugging C plus plus): Document "show overload-resolution".
9420 (Value History, Signaling): Add index entries.
9421
9422 2005-04-08 Eli Zaretskii <eliz@gnu.org>
9423
9424 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9425 (Processes): Fix wording.
9426 (History, List, Logging output, Define, Symbols, Print Settings):
9427 Improve indexing.
9428
9429 2005-04-03 Eli Zaretskii <eliz@gnu.org>
9430
9431 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9432 redundant index entry for "target" command.
9433 (Backtrace): Add index entries.
9434 (Symbols, Fortran): Document the "set case-sensitive" command.
9435 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9436 (Print Settings): Add index entry for "set demangle-style".
9437 (Target Commands): Document "set download-write-size".
9438 (Debugging Output): Document "set exec-done-display".
9439
9440 2005-04-02 Eli Zaretskii <eliz@gnu.org>
9441
9442 * gdb.texinfo (Files): Fix the name and documentation of
9443 add-shared-symbol-files. Document its alias assf. Update the
9444 list of OSs where GDB supports shared libraries. Fix markup.
9445 (Continuing and Stepping): Add reference to @var{location} in the
9446 text.
9447 (Dump/Restore Files): Fix reference to @{filename}.
9448 (Help): Fix wording.
9449 (Attach): Ditto.
9450 (Set Watchpoints): Ditto.
9451 (Backtrace): Remove redundant index entries. Improve index
9452 entries.
9453 (Delete Breaks): Fix wording.
9454 (Memory): Document the compare-sections command.
9455 (Memory Region Attributes): Improve wording.
9456 (Disabling): Improve wording.
9457 (Fortran): New subsection. Document the "info common" command.
9458 (Help): Document aliases "info copying" and "info warranty".
9459 (Caching Remote Data): New section. Document the "set/show
9460 remotecache" and "info dcache" commands.
9461 (Show): Fix wording of the documentation of the "set
9462 extension-language" command.
9463 (Signals): Add index entry for "info handle".
9464 (Memory Region Attributes): Fix punctuation.
9465 (Symbols): Change the arg name to "location" and refer to it in
9466 the text. Fix wording of "info types" doc.
9467 (Threads): Fix usage of @enumerate @item's.
9468 (Listing Tracepoints): Add index entry for "info tp".
9469 (Set Watchpoints): Add xref to "info break" description.
9470 (Macros): Add an index entry for "macro exp1". Document the
9471 "macro list" command.
9472 (Maintenance Commands): Document "flushregs", "maint agent",
9473 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9474 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9475 "maint print architecture", "maint print objfiles", "maint print
9476 statistics", "maint print type", "maint show-debug-regs", "maint
9477 space", "maint time", and "maint translate-address".
9478 (Connecting): Document the "monitor" command.
9479 (Annotations Overview): Describe the "set annotate" command.
9480
9481 2005-04-01 Eli Zaretskii <eliz@gnu.org>
9482
9483 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9484 Rearrange index entries and improve wording about support for
9485 hardware watchpoints.
9486
9487 2005-03-10 Bob Rossi <bob@brasko.net>
9488
9489 * gdb.texinfo: Update copyright
9490
9491 2005-02-09 Theodore A. Roth <troth@openavr.org>
9492
9493 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9494 error.
9495
9496 2005-03-07 Joel Brobecker <brobecker@adacore.com>
9497
9498 * observer.texi (executable_changed): New observer.
9499
9500 2005-02-03 Kevin Buettner <kevinb@redhat.com>
9501
9502 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9503
9504 2005-01-17 Michael Snyder <msnyder@redhat.com>
9505
9506 * gdb.texinfo: Fix spelling, infinte -> infinite.
9507
9508 2005-01-08 Mark Kettenis <kettenis@gnu.org>
9509
9510 * observer.texi (GDB Observers): Document "solib_loaded".
9511
9512 2005-01-07 Andrew Cagney <cagney@gnu.org>
9513
9514 * configure.ac: Rename configure.in, require autoconf 2.59.
9515 * configure: Re-generate.
9516
9517 * configure.in: Replace configdirs with multiple references to
9518 AC_CONFIG_SUBDIRS.
9519 * configure: Re-generate.
9520
9521 2005-01-04 Andrew Cagney <cagney@gnu.org>
9522
9523 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9524 part of the version number.
9525
9526 2004-12-24 Mark Kettenis <kettenis@gnu.org>
9527
9528 * gdbint.texinfo (Algorithms): Remove description of
9529 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9530
9531 2004-12-07 Jim Blandy <jimb@redhat.com>
9532
9533 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9534 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9535 numbers.
9536
9537 2004-12-07 Andreas Schwab <schwab@suse.de>
9538
9539 * gdb.texinfo (Mode Options): Document -l option.
9540
9541 2004-12-04 Eli Zaretskii <eliz@gnu.org>
9542
9543 * gdbint.texinfo (Algorithms): More accurate description of
9544 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9545 is not needed unless data-read and data-access watchpoints are
9546 supported. Add a description of how GDB checks whether the
9547 inferior stopped because a watchpoint was hit.
9548
9549 2004-11-23 Eli Zaretskii <eliz@gnu.org>
9550
9551 * gdb.texinfo (Files): Add cross-reference to description of
9552 -readnow command-line switch.
9553
9554 2004-11-10 Randolph Chung <tausq@debian.org>
9555
9556 * gdb.texinfo: Document set/show backtrace past-entry commands.
9557 Rearrange index entries for set/show backtrace past-main.
9558
9559 2004-11-10 Jon Beniston <jon@beniston.com>
9560
9561 Committed by Andrew Cagney <cagney@gnu.org>.
9562 * gdb.texinfo (Remote Serial Protocol): Further describe
9563 binary transfer escaping mechanism .
9564
9565 2004-11-08 Randolph Chung <tausq@debian.org>
9566
9567 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9568 and "show debug infrun". Add index entries.
9569
9570 2004-10-23 Eli Zaretskii <eliz@gnu.org>
9571
9572 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9573 "info proc" that are already implemented. Add index entries.
9574 (Working Directory): Add a cross-reference to "info proc" command.
9575 (Files): Add a tip for decreasing memory used for symtabs from
9576 shared libraries.
9577 (Starting): Fix whitespace; make "elaboration" stand out where it
9578 is first used, and add an index entry for the term.
9579 (Calling): Expand and elaborate text. Add "print". Add the
9580 description of problems with weak aliases.
9581 (Core File Generation): New section.
9582
9583 2004-10-12 Andrew Cagney <cagney@gnu.org>
9584
9585 * gdbint.texinfo (Versions and Branches): New chapter.
9586 (Releasing GDB): Delete "Versions and Branches" section.
9587 (Top): Add "Versions and Branches".
9588
9589 2004-10-08 Eli Zaretskii <eliz@gnu.org>
9590
9591 * gdb.texinfo (Editing, History): Add cross-references to the
9592 included Readline and History user documentation. Remove
9593 references to the symbol have-readline-appendices which is unused
9594 and undefined.
9595 (History): Fix indexing.
9596
9597 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9598
9599 * gdbint.texinfo (target_stopped_data_address): Update to
9600 new prototype.
9601 (i386_stopped_data_address): Update prototype and description.
9602 (i386_stopped_by_watchpoint): New function and description.
9603
9604 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9605
9606 * gdb.texinfo (Filenames): Add Ada suffixes.
9607 (Ada) New section.
9608
9609 2004-09-27 Andrew Cagney <cagney@gnu.org>
9610 Robert Picco <Robert.Picco@hp.com>
9611
9612 * gdb.texinfo (Packets): Document the "p" packet.
9613
9614 2004-09-21 Jason Molenda (jmolenda@apple.com)
9615
9616 * gdb.texinfo (Paths and Names of the Source Files): Document the
9617 meaning of values in the 'desc' field of a SO stab.
9618
9619 2004-09-20 Daniel Jacobowitz <dan@debian.org>
9620
9621 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9622 max-cache-age" and "maint show dwarf2 max-cache-age".
9623
9624 2004-09-16 Eli Zaretskii <eliz@gnu.org>
9625
9626 * gdb.texinfo (Set Breaks): Add index entry for setting
9627 breakpoints on overloaded C++ functions that are not members of
9628 any classes. Add an example and an index entry for setting
9629 breakpoints on all program functions.
9630 (Character Sets, Macros, Overlay Commands)
9631 (Non-debug DLL symbols, GDB/MI Output Syntax)
9632 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9633 Use "(@value{GDBP})" instead of a literal "(gdb)".
9634
9635 2004-09-12 Andrew Cagney <cagney@gnu.org>
9636
9637 * gdbint.texinfo (Native Debugging): Delete description of
9638 FILES_INFO_HOOK.
9639
9640 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9641
9642 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9643 to hex_string_custom (not historically correct, but more
9644 understandable, given the current code).
9645
9646 2004-09-03 Andrew Cagney <cagney@gnu.org>
9647
9648 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9649
9650 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9651
9652 * observer.texi (solib_unloaded): New observer.
9653
9654 2004-08-24 Andrew Cagney <cagney@gnu.org>
9655
9656 * gdbint.texinfo (Target Architecture Definition): Add missing
9657 comma.
9658
9659 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9660
9661 * (Using the Testsuite): build != host is supported,
9662 but some test scripts do not support build != host.
9663
9664 2004-08-14 Mark Kettenis <kettenis@gnu.org>
9665
9666 * gdbint.texinfo (Host Definition): Delete description of
9667 FCLOSE_PROVIDED and GETENV_PROVIDED.
9668
9669 2004-08-11 Joel Brobecker <brobecker@gnat.com>
9670
9671 * gdbint.texinfo (Host Definition): Remove documentation for
9672 USE_O_NOCTTY, no longer used.
9673
9674 2004-08-05 Mark Kettenis <kettenis@chello.nl>
9675
9676 * gdbint.texinfo (Host Definition): Delete description of
9677 NO_SYS_FILE.
9678 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9679 PTRACE_FP_BUG.
9680
9681 2004-08-05 Andrew Cagney <cagney@gnu.org>
9682
9683 * gdbint.texinfo (Target Architecture Definition): Delete
9684 reference to deprecated_read_fp.
9685
9686 2004-08-02 Andrew Cagney <cagney@gnu.org>
9687
9688 * gdbint.texinfo (Target Architecture Definition): Delete
9689 description of DEPRECATED_REGISTER_BYTES.
9690
9691 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9692
9693 * gdb.texinfo (Source Path): Document the new behavior of
9694 searching for the source files.
9695
9696 2004-07-17 Eli Zaretskii <eliz@gnu.org>
9697
9698 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9699 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9700 (Auto Display): Improve indexing.
9701
9702 2004-07-16 Andrew Cagney <cagney@gnu.org>
9703
9704 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9705 "-noasync".
9706
9707 2004-07-09 Eli Zaretskii <eliz@gnu.org>
9708
9709 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9710 have the same prefix have only their prefix in the index.
9711
9712 2004-07-03 Mark Kettenis <kettenis@gnu.org>
9713
9714 * gdb.texinfo (BSD libkvm Interface): New node (section)
9715 (Native): Add it to the menu.
9716
9717 2004-07-01 Mark Kettenis <kettenis@gnu.org>
9718
9719 * gdbint.texinfo (Target Architecture Definition): Remove
9720 PCC_SOL_BROKEN.
9721
9722 2004-06-24 Mark Kettenis <kettenis@gnu.org>
9723
9724 * gdbint.texinfo (Target Architecture Definition): Remove
9725 SUN_FIXED_LBRAC_BUG.
9726
9727 2004-06-26 Andrew Cagney <cagney@gnu.org>
9728
9729 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9730
9731 2004-06-20 Andrew Cagney <cagney@gnu.org>
9732
9733 * gdbint.texinfo (Target Architecture Definition): Deprecate
9734 USE_STRUCT_CONVENTION.
9735
9736 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9737
9738 gdb.texinfo (Bug Reporting): Mention session recording,
9739 with the script command or Emacs.
9740
9741 2004-06-18 Andrew Cagney <cagney@gnu.org>
9742
9743 * gdbint.texinfo (Target Architecture Definition): Deprecate
9744 FUNCTION_START_OFFSET.
9745
9746 2004-06-14 Andrew Cagney <cagney@gnu.org>
9747
9748 Based on changes from Karl Berry.
9749 * gdb.texinfo: Do not use @sc in a direntry.
9750 * stabs.texinfo: Change @dircateogry to "Software development".
9751 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9752
9753 2004-06-13 Andrew Cagney <cagney@gnu.org>
9754
9755 * gdbint.texinfo (Target Architecture Definition): Delete
9756 description of RETURN_VALUE_ON_STACK.
9757
9758 2004-06-09 Andrew Cagney <cagney@gnu.org>
9759
9760 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9761 deleted by previous patch.
9762
9763 2004-06-08 Andrew Cagney <cagney@gnu.org>
9764
9765 * gdbint.texinfo (Native Debugging): Delete documentation on
9766 ATTACH_DETACH.
9767
9768 2004-06-06 Randolph Chung <tausq@debian.org>
9769
9770 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9771
9772 2004-06-06 Randolph Chung <tausq@debian.org>
9773
9774 * gdb.texinfo (push_dummy_call): Update argument list to match
9775 the new push_dummy_call method signature. Describe the function
9776 argument.
9777
9778 2004-05-24 Joel Brobecker <brobecker@gnat.com>
9779
9780 * gdb.texinfo (Starting): Document new start command.
9781
9782 2004-05-21 Andrew Cagney <cagney@redhat.com>
9783
9784 * observer.texi (GDB Observers): Document "inferior_created".
9785
9786 2004-05-08 Andrew Cagney <cagney@redhat.com>
9787
9788 * gdbint.texinfo (Target Architecture Definition): Delete
9789 description of DO_DEFERRED_STORES.
9790
9791 * gdbint.texinfo (Target Architecture Definition): Delete
9792 references to DEPRECATED_FIX_CALL_DUMMY.
9793
9794 * gdbint.texinfo (Target Architecture Definition): Delete
9795 description of DEPRECATED_CALL_DUMMY_WORDS,
9796 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9797
9798 * gdbint.texinfo (Target Architecture Definition): Delete
9799 description of DEPRECATED_PUSH_DUMMY_FRAME.
9800
9801 * gdbint.texinfo (Target Architecture Definition): Delete
9802 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9803
9804 2004-05-07 Andrew Cagney <cagney@redhat.com>
9805
9806 * observer.texi (GDB Observers): Add "Debugging" section. Include
9807 cross reference to "set/show debug observer".
9808 * gdb.texinfo (Debugging Output): Document "set/show debug
9809 observer".
9810
9811 2004-05-01 Andrew Cagney <cagney@redhat.com>
9812
9813 * gdbint.texinfo (Target Architecture Definition): Delete
9814 description of DEPRECATED_PC_IN_SIGTRAMP.
9815
9816 2004-04-30 Andrew Cagney <cagney@redhat.com>
9817
9818 * gdbint.texinfo (Target Architecture Definition): Delete
9819 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9820
9821 2004-04-30 Orjan Friberg <orjanf@axis.com>
9822
9823 * observer.texi (GDB Observers): Correct spelling.
9824
9825 2004-04-26 Orjan Friberg <orjanf@axis.com>
9826
9827 * observer.texi (GDB Observers): Add target_changed event.
9828
9829 2004-04-08 Andrew Cagney <cagney@redhat.com>
9830
9831 * observer.texi (GDB Observers): Rework, provide generic observer
9832 definitions and then a list of observable events.
9833
9834 2004-04-04 Andrew Cagney <cagney@redhat.com>
9835
9836 * gdbint.texinfo (Host Definition): Delete reference to
9837 NO_SIGINTERRUPT.
9838
9839 2004-04-02 Andrew Cagney <cagney@redhat.com>
9840
9841 * gdbint.texinfo (Target Architecture Definition): Delete
9842 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9843
9844 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9845
9846 * gdb.texinfo (TUI Commands): Document tui reg commands.
9847
9848 2004-03-26 Andrew Cagney <cagney@redhat.com>
9849
9850 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9851 "gdbtui".
9852 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9853 (Contributors): Mention both Text and Terminal User Interface.
9854
9855 2004-03-23 Andrew Cagney <cagney@redhat.com>
9856
9857 * gdbint.texinfo (Target Architecture Definition): Deprecate
9858 references to SIGTRAMP_START and SIGTRAMP_END.
9859
9860 2004-03-23 Andrew Cagney <cagney@redhat.com>
9861
9862 * gdbint.texinfo (Target Architecture Definition): Deprecate
9863 references to PC_IN_SIGTRAMP.
9864
9865 2004-03-19 Andrew Cagney <cagney@redhat.com>
9866
9867 * gdbint.texinfo (Target Architecture Definition): Delete
9868 reference to GDB_TARGET_IS_HPPA.
9869
9870 2004-03-18 Andrew Cagney <cagney@redhat.com>
9871
9872 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9873 describe pre_init and post_init.
9874
9875 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9876
9877 * gdb.texinfo (Debugging Output): Document values for "set debug
9878 target".
9879
9880 2004-02-28 Andrew Cagney <cagney@redhat.com>
9881
9882 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9883
9884 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9885
9886 * gdb.texinfo (breakpoints): Add information about the
9887 new "set breakpoint pending" and "show breakpoint pending"
9888 commands.
9889
9890 2004-02-26 Andrew Cagney <cagney@redhat.com>
9891
9892 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9893 in Per-architecture module data section.
9894
9895 2004-02-25 Roland McGrath <roland@redhat.com>
9896
9897 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9898
9899 2004-02-24 Andrew Cagney <cagney@redhat.com>
9900
9901 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9902 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9903 * fdl.texi: Import Version 1.2, November 2002.
9904
9905 2004-02-17 Andrew Cagney <cagney@redhat.com>
9906
9907 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9908
9909 2004-02-16 Andrew Cagney <cagney@redhat.com>
9910
9911 * gdbint.texinfo (Target Architecture Definition): Deprecate
9912 FRAMELESS_FUNCTION_INVOCATION.
9913
9914 2004-02-16 Andrew Cagney <cagney@redhat.com>
9915
9916 * gdbint.texinfo (Coding): Mention -Wunused-function.
9917
9918 2004-02-14 Andrew Cagney <cagney@redhat.com>
9919
9920 * gdbint.texinfo (Target Architecture Definition): Delete
9921 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9922
9923 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
9924
9925 * gdb.texinfo: Properly quote the name "C++".
9926 * gdbint.texinfo: Ditto.
9927 * stabs.texinfo: Ditto.
9928
9929 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
9930
9931 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9932 minimal information about libiberty.
9933
9934 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9935
9936 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9937
9938 2004-02-04 Roland McGrath <roland@redhat.com>
9939
9940 * gdb.texinfo (Auxiliary Vector): New node (section).
9941 (Data): Add it to the menu.
9942
9943 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9944
9945 * gdb.texinfo (Breakpoints): Add information about pending
9946 breakpoint support.
9947
9948 2004-01-26 Andrew Cagney <cagney@redhat.com>
9949
9950 * gdb.texinfo (Overview): Delete references to the cisco protocol
9951 including the "N" response.
9952
9953 2004-01-26 Andrew Cagney <cagney@redhat.com>
9954
9955 * gdbint.texinfo (Target Architecture Definition): Rename
9956 EXTRACT_STRUCT_VALUE_ADDRESS to
9957 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9958
9959 2004-01-24 Eli Zaretskii <eliz@gnu.org>
9960
9961 * gdb.texinfo (KOD): Document "show os". Add index entries for
9962 "set/show os" and "info cisco" commands.
9963
9964 2004-01-21 Eli Zaretskii <eliz@gnu.org>
9965
9966 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9967
9968 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9969
9970 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9971 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9972
9973 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
9974
9975 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9976 -stack-list-locals.
9977 (GDB/MI Variable Objects): Describe extension to
9978 -var-list-children.
9979
9980 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9981
9982 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9983
9984 2004-01-17 Andrew Cagney <cagney@redhat.com>
9985
9986 * gdbint.texinfo (Target Architecture Definition): Delete
9987 documentation on DEPRECATED_NPC_REGNUM.
9988
9989 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
9990
9991 * gdb.texinfo: Update copyright year. Mention that set
9992 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9993 "set follow-fork-mode ask".
9994
9995 2004-01-13 Andrew Cagney <cagney@redhat.com>
9996
9997 * gdbint.texinfo: Update copyright year.
9998 (Coding): Add -Wunused-label to list of -Werror warnings.
9999
10000 2004-01-08 Jason Molenda <jmolenda@apple.com>
10001 Eli Zaretskii <eliz@gnu.org>
10002
10003 * gdb.texinfo: Update copyright.
10004 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
10005 around names, as appropriate. Minor syntax cleanup of
10006 _NSPrintForDebugger explanation. Two spaces after periods.
10007 GDBN used instead of lit. "gdb". Index entries added for
10008 print-object and _NSPrintForDebugger. @noindent added in one spot.
10009
10010 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
10011
10012 * stabs.texinfo: Add dircategory and direntry commands.
10013 * annotate.texinfo: Ditto.
10014
10015 2003-11-10 Andrew Cagney <cagney@redhat.com>
10016
10017 * gdbint.texinfo (Target Architecture Definition): Replace the
10018 return_value method's "inval" and "outval" parameters with
10019 "readbuf" and "writebuf".
10020
10021 2003-10-28 Jim Blandy <jimb@redhat.com>
10022
10023 * gdb.texinfo (The F request packet, The F reply packet): Renamed
10024 from "The `F' request packet" and "The `F' reply packet", to make
10025 texi2dvi happy.
10026 (File-I/O remote protocol extension): Update menu entries, too.
10027
10028 2003-10-26 Michael Chastain <mec@shout.net>
10029
10030 * gdb.texinfo (Thread Stops): Document the issue with
10031 premature return from system calls in multi-threaded programs.
10032
10033 2003-10-24 Andrew Cagney <cagney@redhat.com>
10034
10035 * annotate.texinfo: Fix "fortunatly"[sic].
10036
10037 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
10038
10039 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
10040 with "Hitachi" and "Mitsubishi".
10041
10042 2003-10-20 Andrew Cagney <cagney@redhat.com>
10043
10044 * gdbint.texinfo (Target Architecture Definition): Document
10045 gdbarch_return_value. Add cross references from
10046 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
10047 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
10048
10049 2003-10-18 Mark Kettenis <kettenis@gnu.org>
10050
10051 * gdbint.texinfo (Target Architecture Definition): Document
10052 regset_from_core_section.
10053
10054 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
10055
10056 * gdb.texinfo (M32R/D): Mention m32rsdi target.
10057
10058 2003-10-15 Kevin Buettner <kevinb@redhat.com>
10059
10060 From Anthony Green <green@redhat.com>:
10061 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
10062
10063 2003-10-14 Kevin Buettner <kevinb@redhat.com>
10064
10065 * gdb.texinfo (Breakpoint related warnings): New node.
10066 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
10067
10068 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
10069
10070 * gdb.texinfo (Remote Protocol): Document v and vCont.
10071
10072 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10073
10074 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
10075 * gdbint.texinfo: Ditto.
10076
10077 2003-10-09 Andrew Cagney <cagney@redhat.com>
10078
10079 From 2003-09-18 David Anderson <davea@sgi.com>:
10080 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
10081 "command".
10082
10083 2003-10-03 Andrew Cagney <cagney@redhat.com>
10084
10085 * gdbint.texinfo (Target Architecture Definition): Deprecate
10086 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
10087 just target.
10088
10089 2003-10-02 Andrew Cagney <cagney@redhat.com>
10090
10091 * gdbint.texinfo (Target Architecture Definition): Rename
10092 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
10093 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
10094 * gdbint.texinfo (Target Architecture Definition): Rename
10095
10096 2003-09-30 Andrew Cagney <cagney@redhat.com>
10097
10098 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
10099 (Target Architecture Definition):
10100
10101 * gdbint.texinfo (Target Architecture Definition): Rename
10102 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
10103
10104 2003-09-29 Andrew Cagney <cagney@redhat.com>
10105
10106 * gdbint.texinfo (Target Architecture Definition): Delete
10107 documentation for NEED_TEXT_START_END.
10108
10109 * gdbint.texinfo (Target Architecture Definition): Rename
10110 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
10111 TARGET_WRITE_PC.
10112
10113 2003-09-22 Michael Chastain <mec@shout.net>
10114
10115 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
10116
10117 2003-09-21 Anthony Green <green@redhat.com>
10118
10119 * gdbint.texinfo (Target Architecture Definition): Fix typos.
10120
10121 2003-09-21 Mark Kettenis <kettenis@gnu.org>
10122
10123 * gdbint.texinfo (Target Architecture Definition): Document
10124 stabs_argument_has_addr.
10125
10126 2003-09-18 Andrew Cagney <cagney@redhat.com>
10127
10128 * gdbint.texinfo (Target Architecture Definition): Delete
10129 documentation on REGISTER_NAMES.
10130
10131 2003-09-13 Mark Kettenis <kettenis@gnu.org>
10132
10133 * gdbint.texinfo (Target Architecture Definition): Replace
10134 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
10135
10136 2003-09-11 Andrew Cagney <cagney@redhat.com>
10137
10138 * gdbint.texinfo (Target Architecture Definition): Replace
10139 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
10140
10141 2003-08-18 Andrew Cagney <cagney@redhat.com>
10142
10143 * gdbint.texinfo (Target Architecture Definition): Document
10144 "frame_red_zone_size".
10145
10146 2003-08-09 Andrew Cagney <cagney@redhat.com>
10147
10148 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
10149 with "set/show backtrace past-main" and "set/show backtrace
10150 limit".
10151
10152 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
10153
10154 * Makefile.in (install-info): Support DESTDIR.
10155 (install-html): Likewise.
10156
10157 2003-08-07 Andrew Cagney <cagney@redhat.com>
10158
10159 Patch from Nick Roberts.
10160 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
10161 bindings. Remove description of send-gdb-command.
10162
10163 2003-08-07 Andrew Cagney <cagney@redhat.com>
10164
10165 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
10166 GDB 6.0.
10167
10168 2003-08-06 Andrew Cagney <cagney@redhat.com>
10169
10170 * gdb.texinfo (Mode Options): Mention that level three is the
10171 highest available and that level 2 is deprecated.
10172 (Annotations Overview): Mention annotation levels. Cross reference
10173 to "Limitations of the Annotation Interface" in annotate.texi.
10174 (TODO, Value Annotations, Frame Annotations): Delete section.
10175 (Displays, Breakpoint Info): Delete.
10176
10177 2003-08-04 Andrew Cagney <cagney@redhat.com>
10178
10179 * agentexpr.texi: Delete @bye.
10180 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
10181 (stabs.info): Add $(srcdir) to include search path.
10182 (html): Depend on "annotate_toc.html", and not "annotate.html".
10183 * stabs.texinfo: Ditto. Include "fdl.texi".
10184 * gdbint.texinfo: Update copyright statement's list of invariant
10185 sections.
10186
10187 2003-07-28 Andrew Cagney <cagney@redhat.com>
10188
10189 * Makefile.in (INFO_DEPS): Add annotate.info.
10190 (dvi, ps, html, pdf): Add annotate.
10191 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
10192 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
10193 (ANNOTATE_DOC_FILES): New macro.
10194 (ANNOTATE_TEX_TMPS): New macro.
10195 (annotate.info, annotate_toc.html): Specify dependencies.
10196 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
10197 * annotate.texinfo: Rename annotate.texi. Get building. Add
10198 "Migrating to GDB/MI" and "Limitations of the Annotation
10199 Interface" chapters. Mention why it is not part of the user
10200 guide. Update copyright notice. Include "fdl.texi".
10201
10202 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
10203
10204 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
10205
10206 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
10207
10208 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
10209
10210 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
10211
10212 * gdb.texinfo (Server): Mention pidof.
10213
10214 2003-07-22 Andrew Cagney <cagney@redhat.com>
10215
10216 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
10217 list.
10218
10219 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
10220
10221 * gdb.texinfo (Logging output): New chapter.
10222
10223 2003-06-24 Joel Brobecker <brobecker@gnat.com>
10224
10225 * gdb.texinfo (Unsupported languages): New section.
10226 (Languages): Add link to new section.
10227
10228 2003-06-22 Andrew Cagney <cagney@redhat.com>
10229
10230 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
10231
10232 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
10233
10234 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
10235
10236 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
10237
10238 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
10239 * agentexpr.texi: Retitle section, and change it to an appendix.
10240 Comment out texinfo initialization. Factor a @var{} into two
10241 pieces to prevent makeinfo warnings.
10242 * gdb.texinfo: Add Agent Expressions appendix.
10243
10244 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
10245
10246 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
10247
10248 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
10249
10250 * gdb.texinfo (Remote Debugging): New section "Connecting to a
10251 remote target". Document the "detach" and "disconnect" commands.
10252 (Server, Netware, Debug Session): Reference "Connecting to a
10253 remote target".
10254 (GDB/MI Target Manipulation): Document "-target-disconnect".
10255
10256 2003-06-13 Andrew Cagney <cagney@redhat.com>
10257
10258 * gdbint.texinfo (Target Architecture Definition): Deprecate
10259 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10260 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
10261
10262 2003-06-09 Jim Blandy <jimb@redhat.com>
10263
10264 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10265
10266 2003-06-08 Andrew Cagney <cagney@redhat.com>
10267
10268 * gdbint.texinfo (Target Architecture Definition): Delete
10269 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10270
10271 2003-06-08 Andrew Cagney <cagney@redhat.com>
10272
10273 * gdbint.texinfo (Target Architecture Definition): Document
10274 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10275
10276 2003-06-07 Adam Fedor <fedor@gnu.org>
10277
10278 * gdb.texinfo: Add Objective-C documentation.
10279
10280 2003-06-01 Andrew Cagney <cagney@redhat.com>
10281
10282 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10283 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10284
10285 2003-05-21 Andrew Cagney <cagney@redhat.com>
10286
10287 * gdbint.texinfo (Target Architecture Definition): Delete
10288 references to "extract_address" and "store_address".
10289
10290 2003-05-16 Andrew Cagney <cagney@redhat.com>
10291
10292 * gdbint.texinfo (Target Architecture Definition): Replace
10293 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10294 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10295
10296 2003-05-14 Theodore A. Roth <troth@openavr.org>
10297
10298 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10299
10300 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10301
10302 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10303 (gdb.dvi): Likewise.
10304 (gdb.pdf): Likewise.
10305 (links2roff): Likewise.
10306
10307 2003-05-08 Jim Blandy <jimb@redhat.com>
10308
10309 * gdb.texinfo (Dump/Restore Files): Update documentation for
10310 'dump', 'append', and 'restore': note that format argument is
10311 optional; simplify presentation of the command variants; and be
10312 more precise about the formats.
10313
10314 2003-05-07 Jim Blandy <jimb@redhat.com>
10315
10316 * gdb.texinfo (Symbols): Update documentation: 'maint list
10317 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10318 symtabs' and 'maint info psymtabs'.
10319
10320 2003-05-05 Andrew Cagney <cagney@redhat.com>
10321
10322 * gdbint.texinfo (Target Architecture Definition): Make
10323 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10324 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10325 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10326
10327 2003-05-04 Andrew Cagney <cagney@redhat.com>
10328
10329 * gdb.texinfo (Maintenance Commands): Document "maint print
10330 dummy-frames".
10331
10332 2003-05-04 Andrew Cagney <cagney@redhat.com>
10333
10334 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10335
10336 2003-05-03 J. Brobecker <brobecker@gnat.com>
10337
10338 Thierry Schneider <tpschneider1@yahoo.com>
10339 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10340 for new MI command.
10341
10342 2003-05-03 Andrew Cagney <cagney@redhat.com>
10343
10344 * gdbint.texinfo (Target Architecture Definition): Document
10345 push_dummy_code. Add cross references.
10346
10347 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
10348
10349 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10350 set/show charsets commands.
10351
10352 2003-04-28 Andrew Cagney <cagney@redhat.com>
10353
10354 * gdbint.texinfo (Target Architecture Definition): Replace
10355 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10356 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10357
10358 2003-04-28 Andrew Cagney <cagney@redhat.com>
10359
10360 * gdbint.texinfo (Target Architecture Definition): Rename
10361 "tm_print_insn" to "deprecated_tm_print_insn".
10362
10363 2003-04-09 Jim Blandy <jimb@redhat.com>
10364
10365 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10366 list psymtabs'.
10367
10368 2003-04-08 Andrew Cagney <cagney@redhat.com>
10369
10370 * gdbint.texinfo (Target Architecture Definition): Delete
10371 references to EXTRA_FRAME_INFO.
10372
10373 2003-04-08 Andrew Cagney <cagney@redhat.com>
10374
10375 * gdbint.texinfo (Target Architecture Definition): Delete
10376 PRINT_TYPELESS_INTEGER.
10377
10378 2003-04-02 J. Brobecker <brobecker@gnat.com>
10379
10380 * observer.texi (GDB Observers): Adjust the documentation for the
10381 normal_stop notification to better describe reality. Fix a couple
10382 of minor typos.
10383
10384 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10385
10386 * gdb.texinfo (GDB/MI Program Control): Add
10387 '-file-list-exec-source-file'
10388
10389 2003-03-31 Andrew Cagney <cagney@redhat.com>
10390
10391 * gdbint.texinfo (Target Architecture Definition): Delete
10392 references to CALL_DUMMY_P.
10393
10394 2003-03-30 Andrew Cagney <cagney@redhat.com>
10395
10396 * gdbint.texinfo (Target Architecture Definition): Remove
10397 reference to TARGET_WRITE_SP.
10398
10399 2003-03-27 Andrew Cagney <cagney@redhat.com>
10400
10401 * gdbint.texinfo (Target Architecture Definition): Remove
10402 references to write_sp.
10403
10404 2003-03-27 Andrew Cagney <cagney@redhat.com>
10405
10406 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10407 chapter body. Use @smallexample instead of @example.
10408 (Annotations): Ditto.
10409 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10410 annotate.texi.
10411
10412 2003-03-26 Andrew Cagney <cagney@redhat.com>
10413
10414 * gdbint.texinfo (Target Architecture Definition): Replace
10415 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10416 dummy_addr parameters.
10417
10418 2003-03-25 Andrew Cagney <cagney@redhat.com>
10419
10420 * gdbint.texinfo (Target Architecture Definition): Delete
10421 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10422 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10423 Add reference to PUSH_ARGUMENTS.
10424
10425 2003-03-23 Andrew Cagney <cagney@redhat.com>
10426
10427 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10428 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10429
10430 2003-03-18 J. Brobecker <brobecker@gnat.com>
10431
10432 * gdbint.texinfo (Algorithms): Add new section describing the
10433 Observer paradigm.
10434 (Top): Add menu entry to new observer appendix.
10435 * observer.texi: New file.
10436 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10437 new observer.texi file.
10438
10439 2003-03-17 Andrew Cagney <cagney@redhat.com>
10440
10441 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10442 that GNU Press update the manual version number.
10443
10444 2003-03-12 Andrew Cagney <cagney@redhat.com>
10445
10446 * gdbint.texinfo (Target Architecture Definition): Delete
10447 references to get_saved_register. Rename GET_SAVED_REGISTER to
10448 DEPRECATED_GET_SAVED_REGISTER.
10449
10450 2003-03-13 Andrew Cagney <cagney@redhat.com>
10451
10452 * gdbint.texinfo (Target Architecture Definition): Replace
10453 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10454
10455 2003-03-12 Andrew Cagney <cagney@redhat.com>
10456
10457 * gdbint.texinfo (Target Architecture Definition): Rename
10458 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
10459
10460 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
10461
10462 * gdb.texinfo: Add File-I/O documentation.
10463
10464 2003-03-10 Andrew Cagney <cagney@redhat.com>
10465
10466 * gdbint.texinfo (Target Architecture Definition): Cross reference
10467 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10468
10469 2003-03-07 Andrew Cagney <cagney@redhat.com>
10470
10471 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10472 frame" command.
10473
10474 2003-03-05 Andrew Cagney <cagney@redhat.com>
10475
10476 * gdbint.texinfo (Target Architecture Definition): Document
10477 unwind_dummy_id. Cross reference unwind_dummy_id and
10478 SAVE_DUMMY_FRAME_TOS.
10479
10480 2003-03-05 James Ingham <jingham@apple.com>
10481 Daniel Jacobowitz <drow@mvista.com>
10482
10483 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10484 and "show cp-abi".
10485
10486 2003-03-03 Andrew Cagney <cagney@redhat.com>
10487
10488 * gdbint.texinfo (Target Architecture Definition): Document
10489 register_type.
10490
10491 2003-03-03 Andrew Cagney <cagney@redhat.com>
10492
10493 * stabs.texinfo (Structures): Use @samp and separate @var's
10494 instead of a single @var containing a comma separated list.
10495 (Unions): Ditto.
10496
10497 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
10498
10499 * Makefile.in (distclean): Remove config.log.
10500
10501 2003-03-01 Andrew Cagney <cagney@redhat.com>
10502
10503 * gdbint.texinfo (Target Architecture Definition): Rename
10504 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10505
10506 2003-03-01 Andrew Cagney <cagney@redhat.com>
10507
10508 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10509 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10510
10511 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10512
10513 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10514 (Non-debug DLL symbols): New node, describing the minimal symbols
10515 loaded from DLLs without real debugging symbols.
10516
10517 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10518
10519 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10520 hardware-breakpoint-limit".
10521 (Set Watchpoints): Add cross reference to "set remote
10522 hardware-watchpoint-limit".
10523 (Remote configuration options): New section.
10524
10525 2003-02-04 Andrew Cagney <ac131313@redhat.com>
10526
10527 * gdbint.texinfo (Target Architecture Definition): Delete
10528 descrption of IS_TRAPPED_INTERNALVAR.
10529
10530 From Keith Seitz <keiths@redhat.com>:
10531 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10532 option "-i"/"--interpreter" to this chapter. Include index
10533 entries.
10534
10535 2003-02-04 David Carlton <carlton@math.stanford.edu>
10536
10537 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10538 (Variables): Recommend stabs+ and DWARF 2.
10539 (C plus plus expressions): Correct info about
10540 compiler versions, debug formats.
10541 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10542 PR symtab/874.
10543
10544 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10545
10546 * gdbint.texinfo (Target Architecture Definition): Delete
10547 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10548 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10549 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10550 references to nindy and i960.
10551 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10552
10553 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10554
10555 * gdbint.texinfo (Target Architecture Definition): Delete
10556 FLOAT_INFO.
10557
10558 2003-01-30 Andrew Cagney <ac131313@redhat.com>
10559
10560 * stabs.texinfo (Member Type Descriptor): Clarify description of
10561 `@'. Suggested by Ben Hutchings.
10562
10563 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10564
10565 * gdb.texinfo (M68K): Delete reference to es1800.
10566
10567 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10568
10569 * gdb.texinfo (Maintenance Commands): Document `maint print
10570 reggroups' and `maint print register-groups'.
10571 * gdbint.texinfo (Target Architecture Definition): Document
10572 register_reggroup_p.
10573
10574 2003-01-23 Jim Blandy <jimb@redhat.com>
10575
10576 * gdb.texinfo (Separate Debug Files): New section.
10577
10578 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
10579
10580 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10581 and "maint show profile".
10582
10583 2003-01-16 Michael Chastain <mec@shout.net>
10584
10585 * gdb.texinfo (Installing GDB): Warn against
10586 ".../gdb-VERSION/gdb/configure".
10587 (Separate Objdir): Likewise.
10588
10589 2003-01-15 Andrew Cagney <ac131313@redhat.com>
10590
10591 * gdbint.texinfo (Target Architecture Definition): Delete
10592 definition of PRINT_REGISTER_HOOK.
10593
10594 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10595
10596 (OpenRISC 1000): Fix formatting of command names.
10597
10598 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10599
10600 * gdb.texinfo (Continuing and Stepping): Add new command
10601 'advance'. Clarify behavior of 'until'.
10602
10603 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
10604
10605 * gdb.texinfo (Files): Document solib-absolute-prefix and
10606 solib-search-path.
10607
10608 2003-01-09 Michael Chastain <mec@shout.net>
10609
10610 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10611 (Create a Release): Add new instructions for new @file{src-release}.
10612 Document existing instructions for @file{Makefile.in} as
10613 being for @value{GDBN} 5.3.1 or earlier.
10614
10615 2003-01-09 Andrew Cagney <ac131313@redhat.com>
10616
10617 * gdbint.texinfo (Target Architecture Definition): Mention
10618 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10619 allocate memory.
10620
10621 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10622
10623 * gdb.texinfo (Controlling GDB): Add @kindex for
10624 "show osabi".
10625 (Backtraces): Add @kindex's for backtrace-below-main.
10626
10627 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10628
10629 * gdb.texinfo (Controlling GDB): Document "set osabi".
10630
10631 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10632
10633 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10634 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10635
10636 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10637
10638 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10639 "set coerce-float-to-double".
10640 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10641
10642 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10643
10644 * stabs.texinfo: Remove obsolete text.
10645 * gdbint.texinfo: Ditto.
10646 * gdb.texinfo: Ditto.
10647
10648 2002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10649
10650 * fdl.texi: Revert the last change.
10651
10652 2002-12-22 Mark Kettenis <kettenis@gnu.org>
10653
10654 * gdbint.texinfo (Target Architecture Definition): Update
10655 description of gdbarch_register_osabi.
10656
10657 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10658
10659 * agentexpr.texi: Fix typos.
10660 * annotate.texi: Likewise.
10661 * fdl.texi: Likewise.
10662
10663 2002-12-10 Andrew Cagney <cagney@redhat.com>
10664
10665 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10666 DEPRECATED_INIT_FRAME_PC.
10667
10668 2002-12-01 Andrew Cagney <ac131313@redhat.com>
10669
10670 * gdbint.texinfo (Target Architecture Definition): Delete
10671 PC_IN_CALL_DUMMY.
10672
10673 2002-11-28 Andrew Cagney <ac131313@redhat.com>
10674
10675 * gdbint.texinfo (Host Definition): Delete documentation on
10676 USE_GENERIC_DUMMY_FRAMES.
10677
10678 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
10679
10680 Fix PR gdb/723 and PR gdb/245.
10681 * Makefile.in (install-info): Run the install-info command as part
10682 of the post install steps only.
10683 (uninstall-info): New target.
10684 (uninstall): New target.
10685
10686 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
10687
10688 * Makefile.in (install): Make install do some real work.
10689
10690 2002-11-19 Andrew Cagney <ac131313@redhat.com>
10691
10692 Fix POSIX problem reported by Paul Eggert.
10693 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10694 Fix PR gdb/527.
10695
10696 2002-10-26 Andrew Cagney <cagney@redhat.com>
10697
10698 * gdbint.texinfo (Target Architecture Definition): Delete
10699 definition of DO_REGISTERS_INFO.
10700
10701 2002-10-18 Kevin Buettner <kevinb@redhat.com>
10702
10703 * gdbint.texinfo (Address Classes): Fix problems with insertion
10704 of ``{'' and ``}'' in example.
10705
10706 2002-10-17 Kevin Buettner <kevinb@redhat.com>
10707
10708 * gdbint.texinfo (Address Classes): New section.
10709 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10710 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10711 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10712 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10713
10714 2002-10-11 Klee Dienes <kdienes@apple.com>
10715
10716 * gdb.texinfo (Registers): Mention vector registers as well as
10717 floating registers in the documentation for 'info registers' and
10718 'info all-registers'.
10719
10720 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
10721
10722 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10723
10724 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10725
10726 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10727 interface definition.
10728
10729 2002-10-03 Marko Mlinar <markom@opencores.org>
10730
10731 * gdb.texinfo (Target Commands): Add or1k target specific
10732 commands.
10733 * gdb.texinfo (Contributors): Add myself to the contributors list.
10734
10735 2002-10-01 Andrew Cagney <ac131313@redhat.com>
10736
10737 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10738 and "mi1" instead of "mi1" and "mi0".
10739
10740 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10741
10742 * gdb.texinfo (Packets): Fix typos "alligned".
10743 Correct z3/Z3 description. Correct z4/Z4 title.
10744
10745 2002-09-27 Andrew Cagney <ac131313@redhat.com>
10746
10747 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10748
10749 2002-09-25 Kevin Buettner <kevinb@redhat.com>
10750
10751 * gdb.texinfo: Use GNU/Linux instead of Linux.
10752
10753 2002-09-25 Andrew Cagney <ac131313@redhat.com>
10754
10755 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10756
10757 2002-09-24 Andrew Cagney <ac131313@redhat.com>
10758
10759 * gdb.texinfo: Replace @example with @smallexample.
10760
10761 2002-09-20 Kevin Buettner <kevinb@redhat.com>
10762
10763 From Eli Zaretskii <eliz@gnu.org>:
10764 * gdb.texinfo (Character Sets): Use @smallexample instead of
10765 @example. Use GNU/Linux instead of Linux.
10766
10767 2002-09-20 Jim Blandy <jimb@redhat.com>
10768
10769 * gdb.texinfo: Add character set documentation.
10770
10771 2002-09-20 George Helffrich <george@gly.bris.ac.uk>
10772
10773 * gdb.texinfo: Document edit command.
10774
10775 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10776
10777 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10778 (Packets): Add cross reference from `b' packet to `z' packets.
10779
10780 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10781
10782 * gdb.texinfo (Maintenance Commands): Document ``maint
10783 internal-error'' and ``maint internal-warning''.
10784
10785 * gdbint.texinfo (Target Architecture Definition): Revise
10786 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10787
10788 2002-09-19 Joel Brobecker <brobecker@gnat.com>
10789
10790 * gdbint.texinfo (Target Conditionals): Document the new
10791 NAME_OF_MALLOC macro.
10792
10793 2002-09-05 Andrew Cagney <ac131313@redhat.com>
10794
10795 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10796 engineer.
10797
10798 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10799
10800 * gdb.texinfo (TUI Overview): Document status line fields.
10801
10802 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10803
10804 * gdb.texinfo (TUI Commands): Document info win command.
10805
10806 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10807
10808 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10809
10810 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10811
10812 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10813 (TUI Keys): Likewise.
10814
10815 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10816
10817 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10818 for a packet receive.
10819
10820 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10821
10822 * Makefile.in (clean): Move to end of file.
10823 (distclean, maintainer-clean, realclean): Ditto.
10824 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10825 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10826 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10827 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10828
10829 2002-08-24 Andrew Cagney <ac131313@redhat.com>
10830
10831 * Makefile.in (GDBINT_TEX_TMPS): Define.
10832 (gdbint.dvi, gdbint.pdf): Use
10833 (GDB_TEX_TMPS): Define.
10834 (gdb.dvi, gdb.pdf): Use.
10835 (STABS_TEX_TMPS): Define.
10836 (stabs.dvi, stabs.pdf): Use.
10837 (GDB_DOC_SOURCE_INCLUDES): New macros.
10838 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10839 (GDBINT_DOC_FILES_INCLUDES): New macros.
10840 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10841 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10842 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10843 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10844 (links2roff): Replace SFILES_INCLUDED with
10845 GDB_DOC_SOURCE_INCLUDES.
10846 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10847 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10848 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10849 dependencies.
10850 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10851 dependencies.
10852 (gdbmi.texinfo): Delete rule.
10853 (inc-hist.texinfo): Delete rule.
10854 (rluser.texinfo): Delete rule.
10855
10856 2002-08-23 Andrew Cagney <cagney@redhat.com>
10857
10858 * gdbint.texinfo (Target Architecture Definition): Update
10859 STORE_RETURN_VALUE, mention regcache.
10860
10861 2002-08-21 Andrew Cagney <ac131313@redhat.com>
10862
10863 * gdbint.texinfo (Target Architecture Definition): Document
10864 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10865
10866 2002-08-19 Andrew Cagney <ac131313@redhat.com>
10867
10868 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10869 Fix minor typos. Add index entries.
10870
10871 2002-08-18 Andrew Cagney <ac131313@redhat.com>
10872
10873 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10874
10875 2002-08-15 Andrew Cagney <ac131313@redhat.com>
10876
10877 * gdbint.texinfo (Target Architecture Definition): Document
10878 PRINT_VECTOR_INFO.
10879 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10880
10881 2002-08-13 Andrew Cagney <ac131313@redhat.com>
10882
10883 * gdb.texinfo (Maintenance Commands): Document "maint print
10884 registers", "maint print raw-registers" and "maint print
10885 cooked-registers".
10886
10887 2002-08-08 Grace Sainsbury <graces@redhat.com>
10888
10889 From Mark Salter:
10890 * gdb.texinfo (Protocol): Document T packet extension to
10891 allow watchpoint address reporting.
10892
10893 2002-08-03 Andrew Cagney <ac131313@redhat.com>
10894
10895 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10896
10897 2002-08-01 Andrew Cagney <cagney@redhat.com>
10898
10899 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10900 to CHILL.
10901
10902 2002-08-01 Andrew Cagney <ac131313@redhat.com>
10903
10904 * gdbint.texinfo (Coding): Revise section "Include Files".
10905
10906 2002-07-24 Andrew Cagney <cagney@redhat.com>
10907
10908 * gdbint.texinfo: Obsolete references to m88k.
10909 * gdb.texinfo: Ditto.
10910
10911 2002-07-10 Joel Brobecker <brobecker@gnat.com>
10912
10913 * gdbint.texinfo (Create a release candiate): Add the location
10914 where the proper version of autoconf can be retrieved.
10915
10916 2002-07-09 Don Howard <dhoward@redhat.com>
10917
10918 * gdb.texinfo (Command Files): Further describe the behavior of
10919 sourced command files.
10920
10921 2002-06-27 Andrew Cagney <ac131313@redhat.com>
10922
10923 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10924 (Coding): Clarify ISO C version that GDB assumes.
10925
10926 2002-06-26 Tom Tromey <tromey@redhat.com>
10927
10928 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10929 add_setshow_cmd_full.
10930
10931 2002-06-25 Don Howard <dhoward@redhat.com>
10932
10933 * gdb.texinfo (Memory Region Attributes): Document new behavior
10934 for 'mem' command.
10935
10936 2002-06-11 Jim Blandy <jimb@redhat.com>
10937
10938 * gdb.texinfo (Symbols): Update documentation for `info source'
10939 command.
10940
10941 * gdb.texinfo (Macros): Call the command `info macro', not
10942 `show macro'.
10943
10944 2002-06-09 Andrew Cagney <ac131313@redhat.com>
10945
10946 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10947 data''.
10948
10949 2002-06-09 Mark Kettenis <kettenis@gnu.org>
10950
10951 * gdbint.texinfo (Target Architecture Definition): Document
10952 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10953
10954 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10955
10956 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10957 lists.
10958
10959 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10960
10961 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10962 Branch''.
10963
10964 2002-06-01 Andrew Cagney <ac131313@redhat.com>
10965
10966 * gdbint.texinfo (Target Architecture Definition): Add section
10967 ``Converting an existing Target Architecture to Multi-arch''.
10968
10969 2002-05-30 Andrew Cagney <ac131313@redhat.com>
10970
10971 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10972 to ``Obsoleting code''. Revise.
10973
10974 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
10975
10976 * gdbint.texinfo: Document new generic OS ABI framework.
10977
10978 2002-05-17 Jim Blandy <jimb@redhat.com>
10979
10980 * gdb.texinfo (C Preprocessor Macros): New chapter.
10981 Include it in the main menu.
10982 (Contributors): Credit Jim Blandy with macro support.
10983 (Compilation): Explain how to get macro information into the
10984 executable.
10985 (Expressions): Note that preprocessor macros are expanded.
10986
10987 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
10988
10989 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10990 options for `target remote'.
10991
10992 2002-05-13 Andrew Cagney <ac131313@redhat.com>
10993
10994 * gdbint.texinfo (Target Architecture Definition): Delete
10995 documentation on NNPC_REGNUM.
10996
10997 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10998
10999 * gdbint.texinfo (Target Architecture Definition): Document
11000 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
11001 (Target Architecture Definition): Revise section `Using Different
11002 Register and Memory Data Representations'. Add section `Raw and
11003 Virtual Register Representations'.
11004
11005 2002-05-11 Andrew Cagney <ac131313@redhat.com>
11006
11007 * gdbint.texinfo (Target Architecture Definition): Mention
11008 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
11009 (Target Architecture Definition): Mention same. Add references to
11010 web pages.
11011
11012 2002-05-08 Michael Snyder <msnyder@redhat.com>
11013
11014 * stabs.texinfo (Attributes): Document new "vector" attribute.
11015
11016 2002-05-04 Andrew Cagney <ac131313@redhat.com>
11017
11018 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
11019
11020 2002-05-04 Andrew Cagney <ac131313@redhat.com>
11021
11022 * gdb.texinfo: Delete obsolete references to a29k.
11023
11024 2002-04-24 Andrew Cagney <ac131313@redhat.com>
11025
11026 * gdbint.texinfo (Target Architecture Definition): Replace
11027 IN_SIGTRAMP with PC_IN_SIGTRAMP.
11028
11029 2002-04-24 David S. Miller <davem@redhat.com>
11030
11031 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
11032
11033 2002-04-21 David S. Miller <davem@redhat.com>
11034
11035 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
11036
11037 2002-04-21 Andrew Cagney <ac131313@redhat.com>
11038
11039 * gdbint.texinfo (Target Architecture Definition): Delete
11040 definition of HAVE_REGISTER_WINDOWS.
11041
11042 2002-04-19 Eli Zaretskii <eliz@gnu.org>
11043
11044 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
11045 "Theodore A. Roth" <troth@verinet.com>.
11046
11047 2002-04-15 Don Howard <dhoward@redhat.com>
11048
11049 From Eli Zaretskii <eliz@gnu.org>
11050 * gdb.texinfo (show max-user-call-depth): Correct formatting.
11051 Provide a better explaination of this feature.
11052
11053 2002-04-14 Andrew Cagney <ac131313@redhat.com>
11054
11055 * gdbint.texinfo (Target Architecture Definition): Remove
11056 FRAME_CHAIN_COMBINE.
11057
11058 2002-04-12 Michael Chastain <mec@shout.net>
11059
11060 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
11061 REG_STACK_SEGMENT.
11062
11063 2002-04-09 Michael Chastain <mec@shout.net>
11064
11065 * gdbint.texinfo (Obsolete Conditionals): Remove references to
11066 PYRAMID_* macros.
11067
11068 2002-04-07 Andrew Cagney <ac131313@redhat.com>
11069
11070 * gdb.texinfo (Bug Reporting): Document that the web is the
11071 prefered way of submitting bug reports.
11072 (Bug Reporting): Delete the s-mail address as the last resort.
11073
11074 2002-04-05 Andrew Cagney <ac131313@redhat.com>
11075
11076 * gdbint.texinfo (Target Architecture Definition): Delete
11077 references to TARGET_WRITE_FP and write_fp.
11078
11079 2002-03-27 Michael Snyder <msnyder@redhat.com>
11080
11081 * gdb.texinfo: Document new commands dump, append, and restore.
11082
11083 2002-03-27 Andrew Cagney <ac131313@redhat.com>
11084
11085 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
11086 Branch'.
11087
11088 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11089
11090 * gdb.texinfo: Change all examples to @smallexample.
11091 * gdbint.texinfo: Ditto.
11092
11093 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11094
11095 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
11096 Branches''.
11097
11098 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11099
11100 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
11101 Policy''.
11102
11103 2002-03-04 Fred Fish <fnf@redhat.com>
11104
11105 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
11106 expresson, suports, dependant, trhe, perhaphs, situtations,
11107 explictily, taged, oportunity, unfortunatly).
11108
11109 2002-02-24 Andrew Cagney <ac131313@redhat.com>
11110
11111 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
11112 Remove reference to 3.12.
11113
11114 2002-02-23 Paul Eggert <eggert@twinsun.com>
11115
11116 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
11117 POSIX 1003.1-2001 no longer allows "head -1".
11118
11119 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11120
11121 * gdbint.texinfo: Include fdl.texi.
11122 (Top): Add GNU Free Documentation License.
11123 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
11124 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
11125 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
11126 (gdbint.info): Add srcdir to include path.
11127 * gdb.texinfo: Include gpl.texi.
11128 (Top): Add Copying.
11129 * gpl.texi: New file.
11130
11131 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11132
11133 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
11134
11135 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11136
11137 * gdb.texinfo: Document Cygwin native specific commands.
11138
11139 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11140
11141 * gdb.texinfo: Document gdbserver ``--attach'' command.
11142
11143 2002-02-07 Michael Snyder <msnyder@redhat.com>
11144
11145 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
11146 to @code(_ovly_debug_event).
11147
11148 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11149
11150 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
11151
11152 2002-02-06 Michael Snyder <msnyder@redhat.com>
11153
11154 * gdb.texinfo (overlays): Mention new magic symbol
11155 '_ovly_debug_event', which allows GDB to keep better track
11156 of overlays.
11157
11158 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11159
11160 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11161 (PRINT_FLOAT_INFO): Document it.
11162
11163 2002-02-03 Eli Zaretskii <eliz@gnu.org>
11164
11165 * gdb.texinfo (Memory Region Attributes): Fix the wording.
11166 Suggested by Dmitry Sivachenko.
11167
11168 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
11169
11170 2002-02-01 Michael Snyder <msnyder@redhat.com>
11171
11172 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
11173
11174 2002-01-30 Michael Snyder <msnyder@redhat.com>
11175
11176 * gdb.texinfo: (remote protocol): Gramatical fix-up.
11177 (set trust-readonly-sections): Document.
11178
11179 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11180
11181 * gdbint.texinfo (Releasing GDB): Revise and update.
11182
11183 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11184
11185 * gdbint.texinfo (Target Architecture Definition): Delete
11186 description of TARGET_BYTE_ORDER_DEFAULT.
11187
11188 2002-01-27 Eli Zaretskii <eliz@gnu.org>
11189
11190 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
11191 <mitya@cavia.pp.ru>.
11192
11193 2002-01-23 Andrew Cagney <ac131313@redhat.com>
11194
11195 * libgdb.texinfo: Delete file.
11196
11197 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11198
11199 * gdb.texinfo: Remove makeinfo 3.12 hacks.
11200 * gdbint.texinfo: Ditto.
11201
11202 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
11203
11204 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
11205
11206 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11207
11208 * Makefile.in: Update copyright.
11209 (TEXI2DVI): Define.
11210 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
11211 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
11212 gdb-cfg.texi.
11213 (TEXINDEX, PDFTEX): Delete makefile variables.
11214
11215 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11216
11217 * gdb.texinfo (Protocol): Move section to appendix.
11218
11219 2002-01-21 Andrew Cagney <ac131313@redhat.com>
11220
11221 * gdb.texinfo (Remote Debugging): Create a menu.
11222 (Top): Add ``Remote Debugging'' to menu.
11223
11224 2002-01-21 Andrew Cagney <ac131313@redhat.com>
11225
11226 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
11227 serial protocol'' from here.
11228 (Remote Debugging): To here. New chapter.
11229
11230 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11231
11232 * gdbint.texinfo (Target Architecture Definition): Delete
11233 description of TARGET_BYTE_ORDER_SELECTABLE_P.
11234
11235 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11236
11237 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
11238 are no longer needed.
11239 (Porting GDB): Add maintainer note about configure.host.
11240
11241 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11242
11243 * gdbint.texinfo (Target Architecture Definition): Remove
11244 definition of IEEE_FLOAT.
11245
11246 2002-01-20 Eli Zaretskii <eliz@gnu.org>
11247
11248 * gdb.texinfo: Beautify copyright years; fix a typo.
11249 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
11250 <3diff@gnu.org>
11251
11252 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11253
11254 * gdbint.texinfo (Host Definition): Remove references to
11255 MALLOC_INCOMPATIBLE.
11256
11257 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11258
11259 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11260 and xyz-xdep.o.
11261
11262 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11263
11264 * gdb.texinfo (Maintenance Commands): Add appendix.
11265 (Set Breaks): Copy ``maint info breakpoint'' doco to
11266 ``Maintenance Commands'' appendix. Add reference.
11267
11268 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11269
11270 * fdl.texi: Remove next/prev from @node.
11271
11272 2002-01-17 Eli Zaretskii <eliz@gnu.org>
11273
11274 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11275 for monstrous @multitable (from Brian Youmans).
11276
11277 * fdl.texi: New file.
11278
11279 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11280
11281 2002-01-15 Andrew Cagney <ac131313@redhat.com>
11282
11283 * gdbint.texinfo (Releasing GDB): New chapter.
11284
11285 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11286
11287 * gdb.texinfo (Embedded Processors, Calling program functions):
11288 Obsolete references to a29k.
11289
11290 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11291
11292 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11293 examples. Document that a code-block should do or discard its
11294 cleanups before exit.
11295
11296 2002-01-11 Michael Snyder <msnyder@redhat.com>
11297
11298 * gdb.texinfo (Choosing files): Change @samp to @file.
11299
11300 2002-01-05 Michael Snyder <msnyder@redhat.com>
11301
11302 * gdb.texinfo (--pid): Document new command line option (attach).
11303
11304 2002-01-07 Eli Zaretskii <eliz@gnu.org>
11305
11306 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11307 in the stub.
11308
11309 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11310
11311 * gdbint.texinfo (Target Architecture Definition): Replace
11312 BIG_ENDIAN with BFD_ENDIAN_BIG.
11313
11314 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11315
11316 * gdbint.texinfo (Target Architecture Definition): Replace
11317 value_ptr with struct value pointer.
11318
11319 2002-01-02 Eli Zaretskii <eliz@gnu.org>
11320
11321 * gdb.texinfo (Free Software): Fix wording.
11322
11323 2001-12-31 Eli Zaretskii <eliz@gnu.org>
11324
11325 * gdb.texinfo (Free Software): New section ``Free Software Needs
11326 Free Documentation''.
11327
11328 2001-12-30 Eli Zaretskii <eliz@gnu.org>
11329
11330 * stabs.texinfo:
11331 * gdb.texinfo:
11332 * gdbint.texinfo:
11333 * libgdb.texinfo:
11334 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11335
11336 2001-12-29 Michael Snyder <msnyder@redhat.com>
11337
11338 * gdb.texinfo (maint info sections): Fix typo.
11339
11340 2001-12-26 Michael Snyder <msnyder@redhat.com>
11341
11342 * gdb.texinfo (maint info sections): Document.
11343
11344 * gdb.texinfo (info proc): Comment out documentation for
11345 'info proc' sub-options that are currently not implemented.
11346
11347 2001-12-20 Jim Blandy <jimb@redhat.com>
11348
11349 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11350
11351 2001-12-15 Andrew Cagney <ac131313@redhat.com>
11352
11353 * gdbint.texinfo (Target Architecture Definition): Replace
11354 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11355
11356 2001-12-01 Andrew Cagney <ac131313@redhat.com>
11357
11358 * gdbint.texinfo (Host Definition): Delete documentation on
11359 HOST_BYTE_ORDER.
11360
11361 2001-11-30 Jim Blandy <jimb@redhat.com>
11362
11363 * gdb.texinfo (Overlays): New chapter, documenting GDB's
11364 overlay support. Add to top-level menu.
11365
11366 2001-11-26 Tom Tromey <tromey@redhat.com>
11367
11368 * gdb.texinfo (Command Syntax): Document C-o binding.
11369
11370 2001-07-26 Christopher Faylor <cgf@redhat.com>
11371
11372 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11373 use since it is described in the referenced section.
11374
11375 From Eli Zaretskii <eliz@gnu.org>
11376 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11377 clearer when using DJGPP.
11378
11379 2001-11-24 Christopher Faylor <cgf@redhat.com>
11380
11381 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11382 specifically refer to MS-DOS.
11383 (command files): Mention gdb.ini is only used on MS-DOS.
11384
11385 2001-11-21 Tom Tromey <tromey@redhat.com>
11386
11387 * gdb.texinfo (Invoking GDB): Document --args.
11388 (Mode Options): Likewise.
11389
11390 2001-11-21 Jim Blandy <jimb@redhat.com>
11391
11392 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
11393 Delete documentation; this macro has been removed from the
11394 sources.
11395
11396 2001-11-13 Jim Blandy <jimb@redhat.com>
11397
11398 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11399
11400 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
11401
11402 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11403
11404 2001-11-05 Michael Snyder <msnyder@redhat.com>
11405
11406 * gdb.texinfo (info functions): Document use of backslash to
11407 quote regexp chars in function names such as "operator*()".
11408
11409 2001-11-01 Fred Fish <fnf@redhat.com>
11410
11411 * gdbint.texinfo (SOLIB_ADD): Document additional new
11412 "readsyms" arg.
11413
11414 2001-10-30 Don Howard <dhoward@redhat.com>
11415
11416 * gdb.texinfo: (Command Files) Added documentation for the
11417 behavior of gdb with input redirected from a file.
11418
11419 2001-10-28 Fred Fish <fnf@redhat.com>
11420
11421 * gdb.texinfo (auto-solib-add): Change docs to match
11422 implementation change.
11423 (auto-solib-limit): Add docs for new variable.
11424
11425 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11426
11427 * gdbint.texinfo (Target Architecture Definition): Function
11428 value_as_pointer renamed to value_as_address.
11429
11430 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11431
11432 * gdbint.texinfo (Target Architecture Definition): Default
11433 POINTER_TO_ADDRESS functions assume unsigned addresses.
11434 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11435 posting by Jim Blandy.
11436
11437 2001-10-12 Jim Blandy <jimb@redhat.com>
11438
11439 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11440 version of texi2html (1.64) doesn't support this flag any more.
11441
11442 2001-09-08 Mark Kettenis <kettenis@gnu.org>
11443
11444 * gdbint.texinfo (Host Definition): Remove description of
11445 MEM_FNS_DECLARED.
11446
11447 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11448
11449 * gdbint.texinfo (Host Definition): Remove description of
11450 HAVE_SIGSETMASK.
11451
11452 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
11453
11454 * gdbint.texinfo (Target Architecture Definition): Add
11455 explanation of TARGET_PRINT_INSN macro.
11456
11457 2001-08-30 Jim Blandy <jimb@redhat.com>
11458
11459 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11460 Explain what it means to load relocatable files.
11461
11462 2001-08-28 Jim Blandy <jimb@redhat.com>
11463
11464 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11465 info `top' menu.
11466
11467 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11468
11469 * gdbint.texinfo: Add a cautionary note about macro use.
11470
11471 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
11472
11473 * gdb.texinfo: Explain omitting the hostname in the
11474 `target remote' command.
11475
11476 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
11477
11478 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11479 and END-INFO-DIR-ENTRY.
11480
11481 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11482
11483 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11484
11485 2001-07-25 Andrew Cagney <ac131313@redhat.com>
11486
11487 * gdbint.texinfo (libgdb): Rewrite.
11488
11489 2001-07-26 Eli Zaretskii <eliz@gnu.org>
11490
11491 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11492
11493 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11494
11495 * gdb.texinfo (TUI): New chapter, document the TUI.
11496 (Mode Options): Document the -tui option.
11497
11498 2001-07-23 Mark Kettenis <kettenis@gnu.org>
11499
11500 * gdbint.texinfo (Host Definition): Remove description of
11501 NEED_POSIX_SETPGID.
11502
11503 2001-07-23 Eli Zaretskii <eliz@gnu.org>
11504
11505 * gdb.tex (DJGPP Native): New node, with descriptions of
11506 DJGPP-specific commands.
11507
11508 2001-07-19 John R. Moore <jmoore@redhat.com>
11509
11510 * gdbint.texinfo: Three misspellings.
11511
11512 2001-07-06 Andrew Cagney <ac131313@redhat.com>
11513
11514 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11515 `test` expressions on bash. Problem reported by Colin Walters.
11516
11517 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11518
11519 * gdbint.texinfo (User Interface): Update ui-out documentation to
11520 refelect recent UI/MI updates.
11521
11522 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11523
11524 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11525 interpreters.
11526
11527 2001-06-15 Andrew Cagney <ac131313@redhat.com>
11528
11529 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11530 structure and not macros.
11531 (Host Definition): Document that much of this chapter is obsolete.
11532 (Target Architecture Definition): Update list of files that make
11533 up a target architecture.
11534 (Coding): Update.
11535
11536 2001-06-28 Andrew Cagney <ac131313@redhat.com>
11537
11538 * gdbint.texinfo (Target Architecture Definition): Update
11539 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11540 The latter has been changed to a true predicate.
11541
11542 2001-06-17 Eli Zaretskii <eliz@gnu.org>
11543
11544 * annotate.texi: Add @noindent where needed. From Dmitry
11545 Sivachenko <dima@Chg.RU>.
11546 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11547
11548 2001-06-16 Andrew Cagney <ac131313@redhat.com>
11549
11550 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11551
11552 2001-06-14 Andrew Cagney <ac131313@redhat.com>
11553
11554 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11555 returns ``OK''. Document that the ``R'' packet does not reply.
11556
11557 2001-06-13 Michael Snyder <msnyder@redhat.com>
11558
11559 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11560
11561 2001-06-13 Eli Zaretskii <eliz@gnu.org>
11562
11563 * gdb.texinfo (Signals): Clarify the default setting of signal
11564 handling.
11565
11566 2001-05-14 Andrew Cagney <ac131313@redhat.com>
11567
11568 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11569 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11570
11571 2001-05-12 Andrew Cagney <ac131313@redhat.com>
11572
11573 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11574
11575 2001-05-10 Eli Zaretskii <eliz@gnu.org>
11576
11577 * gdbint.texinfo (Clean Design and Portable Implementation):
11578 Renamed from "Clean Design".
11579 (Clean Design and Portable Implementation): Document portable
11580 methods of handling file names, and the associated macros.
11581
11582 2001-04-02 Eli Zaretskii <eliz@gnu.org>
11583
11584 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11585 command and provide a cross-reference to its description.
11586 (Symbols): Note that "info scope" is useful for trace experiments.
11587
11588 2001-04-01 Eli Zaretskii <eliz@gnu.org>
11589
11590 * gdb.texinfo (Symbols): Document "info scope".
11591 (Tracepoints): New chapter.
11592 (Contributors): Update for v5.1.
11593 <All nodes>: Change "C++" to "C@t{++}".
11594
11595 * gdbint.texinfo (User Interface): A new section about ui_out
11596 functions, based on text written by Fernando Nasser.
11597
11598 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11599
11600 2001-03-26 Eli Zaretskii <eliz@gnu.org>
11601
11602 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11603
11604 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11605
11606 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11607 Replace "GDB" with "@value{GDBN}". Fix markup.
11608
11609 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11610
11611 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11612 a cross-reference to its description.
11613 (Symbols): Document "info symbol".
11614
11615 2001-03-21 Eli Zaretskii <eliz@gnu.org>
11616
11617 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11618 subsection "x86 Watchpoints".
11619 (Target Architecture Definition): Document the macros
11620 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11621 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11622
11623 2001-03-20 Andrew Cagney <ac131313@redhat.com>
11624
11625 * gdbint.texinfo (Target Architecture Definition): Update
11626 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11627 list.
11628
11629 2001-03-06 Kevin Buettner <kevinb@redhat.com>
11630
11631 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11632 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11633
11634 2001-02-21 Eli Zaretskii <eliz@gnu.org>
11635
11636 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11637
11638 2001-02-11 Eli Zaretskii <eliz@gnu.org>
11639
11640 * gdb.texinfo (Environment): Document that `path' does not change
11641 the value of PATH in GDB's own environment (it did in the past,
11642 but that was changed on March 15, 1994). Reported by Doug Evans
11643 <dje@transmeta.com>.
11644
11645 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11646 its line. Fix markup of commands and macros. Add an Index node
11647 and index entries.
11648
11649 2001-01-23 J.T. Conklin <jtc@redback.com>
11650
11651 * gdb.texinfo (Memory region attributes): New manual section.
11652
11653 2001-01-04 Nicholas Duffek <nsd@redhat.com>
11654
11655 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11656
11657 2000-12-25 Eli Zaretskii <eliz@gnu.org>
11658
11659 * refcard.tex: Version and copyright fixed. From Phil Edwards
11660 <pedwards@disaster.jaj.com>.
11661
11662 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11663
11664 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
11665 DWARF2_REG_TO_REGNUM): Document.
11666
11667 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11668
11669 * gdbint.texinfo (Coding): Update current value of
11670 --enable-build-warnings. Mention --enable-gdb-build-warnings.
11671
11672 2000-11-19 Eli Zaretskii <eliz@gnu.org>
11673
11674 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11675 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11676
11677 2000-11-10 Christopher Faylor <cgf@cygnus.com>
11678
11679 * gdb.texinfo: Document new 'set step-mode' command.
11680
11681 2000-10-16 Eli Zaretskii <eliz@gnu.org>
11682
11683 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11684 changes from Dmitry Sivachenko <dima@Chg.RU>.
11685
11686 2000-09-26 Eli Zaretskii <eliz@gnu.org>
11687
11688 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11689 From Steven Johnson <sbjohnson@ozemail.com.au>.
11690
11691 2000-08-10 Mark Kettenis <kettenis@gnu.org>
11692
11693 * gdbint.texinfo (Overall Structure): Spelling fix.
11694
11695 2000-08-10 Eli Zaretskii <eliz@gnu.org>
11696
11697 * gdbint.texinfo (Target Architecture Definition): Document that
11698 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11699 for which REGISTER_CONVERTIBLE returns a zero value.
11700
11701 2000-07-08 Christopher Faylor <cgf@cygnus.com>
11702
11703 * Makefile.in (install-info): Find files to install in either the
11704 build or source directories (adapted from Makefile.am).
11705
11706 2000-07-07 Nicholas Duffek <nsd@redhat.com>
11707
11708 * stabs.texinfo: Fix spelling errors.
11709 (String Field): FILE-NUMBER starts from 0, not 1.
11710
11711 2000-07-05 Eli Zaretskii <eliz@gnu.org>
11712
11713 * refcard.tex: Remove \centerline from the blurb. Patch from
11714 Brian Youmans.
11715
11716 2000-06-25 Eli Zaretskii <eliz@gnu.org>
11717
11718 * Makefile.in (install-info): Support installation from outside of
11719 the source directory. Reported by Mark Harig
11720 <markh@frazier.landmark.com>.
11721
11722 2000-06-20 J.T. Conklin <jtc@redback.com>
11723
11724 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11725
11726 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11727
11728 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
11729 Generate using pdftex.
11730 (PDFTEX): Define.
11731 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
11732 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
11733 @contents at the start.
11734
11735 2000-05-24 Eli Zaretskii <eliz@gnu.org>
11736
11737 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
11738 Youmans.
11739
11740 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11741
11742 From Brian Youmans:
11743 * gdb.texinfo: Fix ``et al.''.
11744
11745 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11746
11747 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
11748 loop.
11749
11750 2000-05-19 Jimmy Guo <guo@cup.hp.com>
11751
11752 * configure: Regenerate.
11753
11754 2000-05-17 Eli Zaretskii <eliz@gnu.org>
11755
11756 * Makefile.in (install-info): Run install-info on installed Info
11757 files.
11758
11759 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11760
11761 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
11762 Andrew Cagney.
11763
11764 2000-05-09 Eli Zaretskii <eliz@gnu.org>
11765
11766 * gdb.texinfo: Proofreading changes from Brian Youmans.
11767
11768 2000-05-01 Nick Duffek <nsd@cygnus.com>
11769
11770 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11771 startup sequence, minor edits.
11772
11773 2000-05-01 Eli Zaretskii <eliz@gnu.org>
11774
11775 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11776 TeX.
11777
11778 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11779 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11780 like `n' and `s' which look weird. Convert some of the @kindex to
11781 @vindex, when they refer to variables, not commands.
11782
11783 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11784
11785 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11786
11787 2000-04-23 Eli Zaretskii <eliz@gnu.org>
11788
11789 * Makefile.in (GDBMI_DIR): New variable.
11790 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11791 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11792 (gdbmi.texinfo): New target, for texi2roff.
11793 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11794 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11795
11796 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11797 gdbmi.texinfo.
11798 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11799 comment.
11800
11801 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11802
11803 * gdb.texinfo (Files): Update description of add-symbol-file
11804 command.
11805
11806 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11807
11808 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11809 prevents the build (and is generally a Bad Idea).
11810
11811 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11812
11813 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11814 a comma inside @var.
11815 (Command Files): Index markup changes from Dmitry Sivachenko
11816 <dima@Chg.RU>.
11817
11818 2000-04-16 Eli Zaretskii <eliz@gnu.org>
11819
11820 * Makefile.in (LN_S): Define.
11821 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11822 invoke "ln -s" unless it is known to work.
11823
11824 * configure.in (AC_PROG_LN_S): Add.
11825
11826 2000-04-14 Jim Blandy <jimb@redhat.com>
11827
11828 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11829 section.
11830 (Target Conditionals): Document ADDRESS_TO_POINTER,
11831 POINTER_TO_ADDRESS.
11832
11833 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
11834
11835 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11836 gdb-cfg.texi to get the value.
11837
11838 2000-04-10 Jim Blandy <jimb@redhat.com>
11839
11840 * gdbint.texinfo (Target Architecture Definition): Fix
11841 cross-references.
11842
11843 2000-04-08 Jim Blandy <jimb@redhat.com>
11844
11845 * gdbint.texinfo (Using Different Register and Memory Data
11846 Representations): New section.
11847 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
11848 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11849 REGISTER_CONVERT_TO_RAW): Document.
11850
11851 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11852
11853 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
11854 for acknowledgments.
11855
11856 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11857
11858 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
11859 qThreadExtraInfo.
11860
11861 2000-03-28 J.T. Conklin <jtc@redback.com>
11862
11863 * gdb.texinfo: Clarify which remote debug protocol commands are
11864 required and which are optional.
11865
11866 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11867
11868 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
11869 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11870 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
11871 * annotate.texi: Update.
11872
11873 2000-03-28 Stan Shebs <shebs@apple.com>
11874
11875 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11876 expectation of additional changes before release), update
11877 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11878 node links, rephrase and/or shorten lines to fix formatting
11879 problem in both regular and @smallbook formats.
11880 * annotate.texi: Shorten lines in example, use smallexample
11881 consistently everywhere.
11882 * Makefile.in: Add comment about texinfo 4.0 html generation.
11883 (SFILES_INCLUDED): Add annotate.texi.
11884
11885 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
11886
11887 * gdb.texinfo (Debugging Output): Added new section, documenting
11888 the "set/show debug" commands.
11889
11890 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11891
11892 * annotate.texi (Annotations): When GDBN omit @chapter and @node
11893 entry.
11894
11895 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11896 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
11897 @chapter and @node entries.
11898
11899 * gdb.texinfo: Link all top-level nodes.
11900
11901 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11902
11903 * Makefile.in (install-info): Create $(infodir) before installing
11904 files.
11905
11906 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11907
11908 From David Whedon <dwhedon@gordian.com>
11909 * gdbint.texinfo : Added paragraphs about command deprecation.
11910
11911 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
11912
11913 * gdb.texinfo: Add documentation for the apropos command.
11914
11915 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11916
11917 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11918
11919 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11920
11921 * gdb.texinfo: Add white space to prevent overprinting in
11922 two places.
11923
11924 2000-03-17 Stan Shebs <shebs@apple.com>
11925
11926 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11927 <dima@Chg.RU>, also clarification of allowed content for
11928 string constants.
11929
11930 2000-03-16 Eli Zaretskii <eliz@gnu.org>
11931
11932 * gdb.texinfo (main menu): Add Annotations.
11933 (File Options): Add @cindex entries for each command-line option.
11934 Document --epoch, --annotate, --async, --interpreter, --write,
11935 --statistics, and --version.
11936
11937 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11938 of GDB.
11939
11940 2000-02-23 Jim Blandy <jimb@redhat.com>
11941
11942 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11943
11944 2000-02-22 Jim Blandy <jimb@redhat.com>
11945
11946 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11947
11948 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11949
11950 * Makefile.in (diststuff): New target.
11951
11952 2000-02-15 Kevin Buettner <kevinb@redhat.com>
11953
11954 * agentexpr.texi: Fix wording regarding Intel's IA-64
11955 architecture. [From Jim Wilson.]
11956
11957 2000-01-16 Tom Tromey <tromey@cygnus.com>
11958
11959 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11960 (Delete Breaks): Mention range arguments.
11961 (Disabling): Likewise.
11962
11963 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11964
11965 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11966
11967 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11968
11969 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
11970 valid functions.
11971
11972 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11973
11974 * gdb.texinfo: Clarify regular expressions used in rbreak.
11975
11976 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
11977
11978 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11979 MEMORY_REMOVE_BREAKPOINT): Document.
11980
11981 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11982
11983 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
11984 offset re-using the DATA offset instead.
11985
11986 1999-10-11 Jim Kingdon <kingdon@redhat.com>
11987
11988 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11989
11990 1999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
11991
11992 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
11993
11994 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11995
11996 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11997 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11998 typos.
11999
12000 * gdb.texinfo: Various minor wording and formatting improvements,
12001 mentions of additional command-line options.
12002
12003 1999-09-30 Fred Fish <fnf@cygnus.com>
12004
12005 * gdb.texinfo: Document additional forms of specifying section
12006 names and addresses for the add-symbol-file command.
12007
12008 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
12009
12010 * gdbint.texinfo: Fix typo, add the word "have".
12011
12012 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
12013
12014 * gdbint.texinfo (Target Architecture Definition): Document the
12015 SKIP_PERMANENT_BREAKPOINT macro.
12016
12017 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
12018
12019 * gdb.texinfo: Fiks speling errers.
12020
12021 * gdb.texinfo: Fix uses of @multitable.
12022
12023 From Eli Zaretskii <eliz@gnu.org>:
12024 * gdb.texinfo: Include details specific to DOS host, clarify
12025 some confusing language, fix @ref/@xref/@pxref usages, add
12026 comments about using with optimization, add more indexing,
12027 fix info about disassembly-flavor.
12028
12029 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
12030
12031 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
12032 SKIP_SOLIB_RESOLVER): Define.
12033
12034 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
12035
12036 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
12037 ``g'' packets.
12038
12039 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
12040
12041 * gdb.texinfo: Create a new "Configurations" chapter with
12042 platform-specific info, inline remote.texi and move sections of it
12043 into the new chapter, move bits about info proc, heuristic search,
12044 and register stack into the new chapter.
12045 * remote.texi: Remove, now part of gdb.texinfo.
12046 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
12047
12048 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
12049
12050 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
12051 GDB_TARGET_IS_MACH386): These kludges have gone away.
12052
12053 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
12054
12055 * gdbint.texinfo (Target Architecture Definition): Mention
12056 TDEPLIBS.
12057
12058 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
12059
12060 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
12061 surrounding text to fit HP-UX bits into general info.
12062 (HPPA-cfg.texi): Remove, no longer useful.
12063
12064 * gdb.texinfo: Remove explicit links from @node lines, remove
12065 HP-added "Detailed Node Listing" from main menu which confuses
12066 things.
12067
12068 From Dmitry Sivachenko <dima@Chg.RU>:
12069 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
12070 in description of `set environment'.
12071
12072 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
12073
12074 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
12075
12076 1999-08-12 Ben Elliston <bje@cygnus.com>
12077
12078 * gdbint.texinfo (Breakpoint Handling): Add missing words.
12079
12080 1999-08-10 Eli Zaretskii <eliz@gnu.org>
12081
12082 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
12083 watch, awatch, and rwatch. Explain why the latter two cannot be
12084 set as software watchpoints. Document that watchpoints for local
12085 variables are deleted when the debuggee terminates.
12086
12087 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
12088
12089 * remote.texi (Protocol): Further clarification of the "qRcmd"
12090 packet. Allow E.. response packet. "qRcmd" packet is no longer
12091 reserved.
12092
12093 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12094
12095 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
12096 * gdb.texinfo: Ditto.
12097
12098 Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
12099
12100 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
12101
12102 1999-08-06 Tom Tromey <tromey@cygnus.com>
12103
12104 * gdb.texinfo (KOD): New node.
12105
12106 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
12107
12108 * remote.texi (Rcmd): Fix minor formatting typos.
12109
12110 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
12111
12112 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
12113 packets.
12114
12115 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
12116
12117 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
12118 fixes.
12119
12120 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
12121
12122 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
12123
12124 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
12125
12126 * remote.texi (Communication Protocol): ``v'' is in use. Fix
12127 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
12128 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
12129 packets that are not supported on all hosts. Expand examples.
12130 Spell check.
12131
12132 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
12133
12134 * Makefile.in: Recognize html, install-html. Add targets
12135 to build HTML versions of documentation via texi2html.
12136
12137 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
12138
12139 * gdbint.texinfo (Testsuite): New chapter, information about the
12140 testsuite.
12141
12142 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
12143
12144 * remote.texi (Communication Protocol): Rewrite.
12145
12146 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
12147
12148 * stabs.texinfo: Fix uses of xref.
12149
12150 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
12151
12152 * gdbint.texinfo: Add an anti-printf exhortation, and update the
12153 info about patch submission.
12154
12155 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
12156
12157 From Per Bothner <bothner@cygnus.com>:
12158 * gdb.texinfo: Document Chill support.
12159
12160 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
12161
12162 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
12163 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
12164 Document that the value should be greater-than or equal-to zero.
12165 (NO_STD_REGS): Document. Deprecate.
12166
12167 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12168
12169 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
12170 Document that these are not used.
12171
12172 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12173
12174 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
12175
12176 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
12177
12178 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
12179 numargs was dropped.
12180
12181 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
12182
12183 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
12184
12185 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
12186
12187 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
12188 Update.
12189
12190 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
12191
12192 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
12193 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
12194
12195 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
12196
12197 * gdbint.texinfo: Fix typos: $ -> @.
12198
12199 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
12200
12201 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
12202 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
12203 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
12204 BREAKPOINT_FROM_PC.
12205
12206 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
12207
12208 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
12209 CALL_DUMMY_STACK_ADJUST): Document.
12210
12211 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12212
12213 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
12214 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
12215
12216 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
12217
12218 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
12219 longer exists.
12220
12221 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
12222
12223 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
12224 nearly all @ifset/@ifclear conditionals; nobody uses them, and
12225 they make the manual source incomprehensible.
12226 * h8-cfg.texi: Remove, hasn't been used in years.
12227
12228 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
12229
12230 * gdb.texinfo: Update the credits.
12231
12232 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
12233
12234 * gdb.texinfo: Fix mistakes noticed in printout of last
12235 draft, add Alpha to discussion of heuristic fence post.
12236
12237 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
12238
12239 * gdb.texinfo, remote.texi: Many changes; update to Seventh
12240 Edition, merge some HP changes into mainline, describe some
12241 previously undocumented features, describe more of the target
12242 commands available, eliminate obsolete section on renamed
12243 commands.
12244 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
12245
12246 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
12247
12248 * gdb.texinfo: Make many HPPA conditionals unconditional,
12249 including catchpoint description, since now on for all configs.
12250 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
12251 specializations.
12252
12253 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
12254
12255 * Makefile.in (GDBvn.texi): Fix match expression to work with
12256 current format of VERSION in gdb/Makefile.in.
12257 * gdb.texinfo: Fix node ref to match new readline.
12258
12259 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
12260
12261 * gdb.texinfo: Changes made as part of a project to merge in
12262 changes made by HP. Documentation makes extensive use of
12263 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12264 on remote debugging. There are differences in documentation
12265 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
12266 the HP manual discusses catchpoints, hardware watchpoints, and
12267 some HPUX specific limitations for shared library support.
12268
12269 There are also a number of @node changes.
12270
12271 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12272
12273 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12274 (C Usage): Same.
12275
12276 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12277
12278 The following changes were made by Edith Epstein
12279 <eepstein@cygnus.com> as part of a project to merge in changes
12280 made by HP.
12281
12282 * HPPA-cfg.texi: new file.
12283
12284 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12285
12286 * refcard.tex: change documentation about catch.
12287 removed info catch.
12288
12289 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12290
12291 * gdbint.texinfo: Expand on GDB's coding standards,
12292 specify the use of arg names with prototypes.
12293
12294 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12295
12296 * gdb.texinfo: Fix tipo.
12297
12298 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12299
12300 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
12301 TARGET_BYTE_ORDER_SELECTABLE_P.
12302
12303 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12304
12305 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12306
12307 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12308
12309 * agentexpr.texi: New file.
12310
12311 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12312
12313 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12314
12315 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12316
12317 * remote.texi: Changed wording that implied that the GDB remote
12318 protocol caches register values instead of GDB itself.
12319
12320 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12321
12322 * gdbint.texinfo: Add some info about symbol readers.
12323 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12324 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12325 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12326 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12327
12328 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12329
12330 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
12331
12332 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12333
12334 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12335
12336 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12337
12338 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
12339 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
12340
12341 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12342
12343 * gdbint.texinfo: Fix minor typos.
12344
12345 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12346
12347 * gdbint.texinfo: Complete overhaul. Group descriptions more
12348 logically, add more info on generic algorithms, remove much
12349 obsolete and/or wrong material.
12350
12351 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12352
12353 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12354
12355 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12356
12357 * refcard.tex: Copyright, address updates.
12358
12359 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12360
12361 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12362 for the edition instead of confusing GDB-version-like numbers.
12363
12364 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12365
12366 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12367
12368 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12369
12370 * LRS: Reformat a bit to keep text under 80 columns.
12371
12372 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12373
12374 * gdb.texinfo: Add some credits, mention bug monitor.
12375 * remote.texi: Mention mips monitor targets.
12376 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
12377
12378 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12379
12380 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
12381 files, finish sorting of host vs target vs native macros, describe
12382 some more of them.
12383
12384 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12385
12386 * gdbint.texinfo (Host Conditionals): Document change from
12387 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12388
12389 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12390
12391 * gdbint.texinfo (Host Conditionals): Document
12392 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
12393
12394 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12395
12396 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12397 Document LSEEK_NOT_LINEAR.
12398
12399 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12400
12401 * stabs.texinfo (Stab Section Basics): Make it clear that only
12402 some versions of the GNU linker remove the leading N_UNDF symbol.
12403
12404 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12405
12406 * stabs.texinfo (String Field): Document type number pairs here,
12407 instead of in the Sun specific section.
12408 (Include Files): The GNU linker supports the N_BINCL
12409 optimization. Clarify the N_BINCL value, and what it is used
12410 for.
12411 (Procedures): Document N_FUN with an empty string to mark the end
12412 of a function.
12413 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12414 (Sun Differences): Remove this node, as the information is now
12415 elsewhere in the main document.
12416 (Stab Section Basics): Mention that the GNU linker may optimize
12417 stabs and remove the leading N_UNDF symbol.
12418
12419 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12420
12421 * gdb.texinfo, refcard.tex: Restore author credit
12422
12423 Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12424
12425 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12426 are macros that take an single argument.
12427
12428 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12429
12430 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12431 documentation to account for START and END macros taking
12432 one arg.
12433
12434 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12435
12436 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12437 * gdb.texinfo (Frames): Fix typo.
12438
12439 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12440
12441 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12442 a target_signal as arg type, not a pid.
12443
12444 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12445
12446 * gdb.texinfo: Document `set assembly-language'.
12447
12448 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12449
12450 * remote.texi: Update list of stubs in the GDB distribution.
12451
12452 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12453
12454 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
12455 Also document that some systems can use mmalloc but must define
12456 this if their C runtime allocates memory that is later freed.
12457 (MMCHECK_FORCE): Document new macro.
12458
12459 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12460
12461 * remote.texi: Add documentation for target Sparclet.
12462
12463 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12464
12465 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
12466 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12467 * configure.in: Rewritten for autoconf.
12468 * configure: New.
12469
12470 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12471
12472 * Makefile.in (DVIPS): New define, set to dvips.
12473 (dvi): Add stabs.dvi.
12474 (ps): New target.
12475 (all-doc): Depend on info, dvi, and ps targets.
12476 (STAGESTUFF): Add *.ps and *.dvi files.
12477 (clean-info, clean-dvi): Remove.
12478 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12479 rules completely rewritten.
12480 (maintainer-clean): Remove clean-info and clean-dvi
12481 dependencies and put their actions in the rules.
12482 (gdb.ps): New target
12483 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
12484 intermediate TeX files, whether they have 2 or 3 character
12485 extensions.
12486 (gdbint.ps): Add target and rules.
12487 (gdb-internals): Delete unused target.
12488 (Makefile): Depends upon config.status also.
12489
12490 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12491
12492 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12493 set.
12494
12495 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12496
12497 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12498 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12499
12500 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12501
12502 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12503
12504 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12505
12506 * gdb.texinfo (Print settings): Document
12507 `set/show print static-members' commands.
12508
12509 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12510
12511 * gdbint.texinfo (Native): Document name change, coredep.c to
12512 core-aout.c.
12513
12514 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12515
12516 * stabs.texinfo (Include Files): Document the values the SunOS4
12517 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12518
12519 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12520
12521 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12522 Fix typo.
12523
12524 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12525
12526 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12527 "gdb.tar.Z".
12528
12529 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12530
12531 * Makefile.in (maintainer-clean): New target, synonym for
12532 realclean.
12533
12534 Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12535
12536 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12537
12538 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12539
12540 * Update all FSF addresses except those in COPYING* files.
12541
12542 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12543
12544 From Richard Earnshaw (rearnsha@armltd.co.uk):
12545 * gdb.texinfo (convenience variables): Document $_exitcode.
12546 (quit): Document optional expression to use as exit code.
12547
12548 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12549
12550 * gdb.texinfo, remote.texi: Brought up to date with various
12551 GDB changes.
12552
12553 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12554
12555 * gdb.texinfo: Update dates and versions, fix comments about
12556 hardware watchpoints in future releases and about the
12557 sharedlibrary command.
12558
12559 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12560
12561 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12562 C_FUN stab. Other cleanups.
12563
12564 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12565
12566 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12567 for the sparc stub.
12568
12569 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12570
12571 * annotate.texi: Clarify which addresses have differing formats
12572 depending on the language and which do not.
12573
12574 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12575
12576 * remote.texi (NetWare): Changed example to use BOARD= instead of
12577 NODE= argument to reflect correspoding change to gdbserve.nlm.
12578
12579 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12580
12581 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12582 GDB, as well as AIX dbx, supports the size type attribute.
12583
12584 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12585
12586 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12587
12588 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12589
12590 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12591 and new 'if' and 'while' commands.
12592
12593 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12594
12595 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12596
12597 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12598
12599 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12600 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12601 NetWare targets. Mostly stolen from the Server node.
12602
12603 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12604
12605 * gdb.texinfo (Setting): Talk about the language of a source file
12606 versus the working language. The old documentation did not match
12607 what GDB did.
12608
12609 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12610
12611 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12612 of a source file.
12613
12614 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12615
12616 * gdb.texinfo (Processes): New node.
12617
12618 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12619
12620 * remote.texi: Update documentation of set/show mipsfpu.
12621
12622 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12623
12624 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12625 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
12626
12627 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12628
12629 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12630 obsolete conditionals, described some others.
12631
12632 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12633
12634 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12635 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12636
12637 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12638
12639 * gdbint.texinfo: Put regex conditionals in their own table.
12640
12641 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12642
12643 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12644 described or fixed the descriptions of many others.
12645
12646 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12647
12648 * gdb.texinfo: Add some more credits.
12649 * gdbint.texinfo: Capitalize GDB consistently, describe some
12650 macros and remove some.
12651
12652 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12653
12654 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12655 obsolete conditionals, described some others.
12656
12657 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12658
12659 * gdb.texinfo (help targets): Changed to `help target', which
12660 is the correct gdb command.
12661
12662 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12663
12664 * annotate.texi (TODO): New node, for keeping track of annotations
12665 suggested but not yet implemented.
12666
12667 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12668
12669 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12670 another symbol, it is not the address itself.
12671
12672 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12673
12674 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12675 of stabs-in-coff sections.
12676
12677 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12678
12679 * annotate.texi: Change edition to 0.5 and date to May 1994.
12680 Add index.
12681 (Frames): New node, for frame annotation.
12682 (Displays): New node, for display annotation.
12683
12684 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12685 when waiting for your program to stop.
12686
12687 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12688
12689 * annotate.texi (Breakpoint Info): Document annotation of header
12690 fields and record annotation.
12691
12692 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12693
12694 * annotate.texi: New file, to document annotations.
12695
12696 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12697
12698 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12699 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12700
12701 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12702
12703 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12704 section, and say n_strx field is compilation unit relative.
12705 * stabs.texinfo: Don't use @code for a.out when it is the name of
12706 an object file format.
12707
12708 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12709
12710 * gdb.texinfo: Refer to file names, not path names, per rms
12711 convention.
12712 (Arguments): Fix typo.
12713
12714 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12715
12716 * stabs.texinfo (Global Variables): Talk about stabs in files
12717 where variables are referenced, but not defined.
12718
12719 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12720
12721 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12722 Cplusplus to new nodes Member Type Descriptor and Method Type
12723 Descriptor. Re-write stuff for #.
12724
12725 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12726
12727 * gdb.texinfo (Print Settings): Don't document "set print
12728 fast-symbolic-addr off". The bug which it worked around was fixed
12729 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12730
12731 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12732 N_ENTRY node.
12733
12734 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12735
12736 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12737
12738 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12739 references to ieee-float.c.
12740
12741 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12742
12743 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12744 match what the code actually does.
12745
12746 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12747
12748 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12749
12750 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12751
12752 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12753 i, and b.
12754
12755 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12756
12757 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12758 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12759 as "stabs in sections" rather than just saying "ELF and SOM".
12760 Also make that stuff apply to COFF.
12761
12762 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12763
12764 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12765 Ghostscript.
12766
12767 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12768
12769 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12770 versus functions without line numbers, also mention stepping into
12771 them as well as "step" when you are in them. Tell the user how to
12772 deal with the situation. Add comment about "debugging information".
12773
12774 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12775
12776 * stabs.texinfo (Enumerations): Document restriction on where
12777 enumeration types can appear and still win with GDB.
12778
12779 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12780
12781 * stabs.texinfo (Negative Type Numbers): Document format for type
12782 -16.
12783
12784 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12785
12786 * gdb.texinfo (Selection, Frame Info): Update information about
12787 arbitrary frame specficiations.
12788
12789 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12790
12791 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12792
12793 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12794
12795 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12796
12797 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12798
12799 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12800
12801 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12802
12803 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12804 Differences node to Statics node.
12805 (Statics): Discuss XCOFF use of V symbol descriptor.
12806
12807 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12808 not clean.
12809
12810 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12811
12812 * gdb.texinfo (Print Settings): Document `set print
12813 fast-symbolic-addr' and improve the doc for some other
12814 `set print's.
12815
12816 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12817
12818 * stabs.texinfo (String Field): Talk about defining several type
12819 numbers at once.
12820 Fix lint regarding changing node ELF Transformations to
12821 ELF and SOM Transformations.
12822
12823 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12824
12825 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12826
12827 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12828
12829 * stabs.texinfo (Cross-References): `::' is for nested types only
12830 within <>.
12831 (Structures): Document static members.
12832
12833 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12834
12835 * stabs.texinfo: Document S type attribute.
12836
12837 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12838
12839 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12840
12841 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12842
12843 * gdbint.texinfo: Fix a few typos.
12844
12845 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12846
12847 * gdb.texinfo, remote.texi: formatting improvements
12848
12849 * gdb.texinfo (New Features): mention threads.
12850 (Summary, C): fix xrefs in newly contributed text.
12851 (Threads): index entries, clarifications, example
12852 (passim): minor typos fixed, phrasing improvements
12853
12854 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12855 entries; (Server): explain use of gdbserver w/real-time systems,
12856 add example of conflicting TCP port; (MIPS Remote) break up
12857 running text into table, highlighting commands, and add example.
12858
12859 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12860
12861 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12862
12863 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12864
12865 * stabs.texinfo (Nested Symbols): New node.
12866 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12867
12868 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12869
12870 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12871 to picking which Bbss.bss symbol to use, and (because there seems to
12872 be no good way of doing it) re-write some of the text to make it
12873 sound like Bbss.bss isn't such a great idea after all (as currently
12874 designed).
12875
12876 * gdb.texinfo (C): In addition to saying people have to use g++ for
12877 good results, say they have to use stabs. Specifically say cfront
12878 doesn't work well.
12879 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12880 the gdb README. Add xrefs to places where the support for the various
12881 languages is described in detail.
12882
12883 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12884
12885 * stabs.texinfo: Clean up stuff about visibility and virtual
12886 characters.
12887
12888 * stabs.texinfo (N_M2C): Cite Sun doc.
12889
12890 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12891
12892 * gdb.texinfo: updates re threads.
12893 * remote.texinfo: avoid index entries starting with digits.
12894
12895 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12896
12897 * stabs.texinfo (Enumerations): Talk about large, negative and
12898 octal values. Clean up cross reference to type attributes.
12899 (String Field): Say that GDB 4.11 supports size attribute.
12900
12901 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12902
12903 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12904 is a mandatory step. Make the stuff about that more concise.
12905
12906 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12907
12908 * stabs.texinfo (Class Names): New node.
12909
12910 * gdb.texinfo (Command Files): Explain order of init file reading.
12911
12912 * remote.texi (Bootstrapping): Talk about getting the serial driver
12913 to deal with ^C sent by gdb to stop the remote system.
12914
12915 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12916
12917 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12918
12919 * libgdb.texinfo (Defining Commands): made the DOC arg
12920 to gdb_define_app_command a char * instead of char **
12921 per a suggestion from kingdon.
12922
12923 * libgdb.texinfo: total rewrite from a different starting
12924 premise.
12925
12926 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12927
12928 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12929 floats passed as doubles (to improve clarity).
12930
12931 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12932
12933 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12934
12935 * a4rc.sed: update to work with Andreas Vogel papersize params
12936
12937 * refcard.tex: use Andreas Vogel simplifications of papersize
12938 params; remove useless version info; update copyright date.
12939
12940 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12941
12942 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12943
12944 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12945
12946 * gdb.texinfo (Files): Say what address the load command loads it at.
12947
12948 * stabs.texinfo (Common Blocks): Minor cleanups.
12949
12950 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12951 that Sun has backed away from the linker kludge and thus the relevant
12952 issue is changes to the SunPRO tools, not the Solaris linker.
12953
12954 * stabs.texinfo (Traditional Integer Types): Clean up description
12955 of octal bounds a little bit. Document extra leading zeroes.
12956
12957 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12958
12959 * gdb.texinfo (Signaling): Update for symbolic symbol names
12960 and add a section explaining the difference between the GDB
12961 signal command and the shell kill utility.
12962
12963 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12964
12965 * libgdb.texinfo: added `@' to braces that were unescaped.
12966
12967 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12968
12969 * libgdb.texinfo: new file. Spec for the gdb library.
12970
12971 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12972
12973 * stabs.texinfo (Include Files): Fix typo (start -> end).
12974
12975 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12976
12977 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12978 from Melissa at FSF's editing pass.
12979
12980 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12981
12982 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12983 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12984 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12985
12986 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12987
12988 * remote.texi (Bootstrapping): Discuss 386 call gates.
12989
12990 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12991
12992 * stabs.texinfo (Based Variables): New node.
12993
12994 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12995
12996 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12997 names, sizes, and formats to suggest how not to lose.
12998
12999 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
13000
13001 * stabs.texinfo (Methods): Fix typo.
13002
13003 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
13004
13005 * gdb.texinfo: Fix a few typos.
13006
13007 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13008
13009 * gdb.texinfo: Clarify how well it works with Fortran.
13010
13011 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
13012 More on relocating stabs in ELF files.
13013
13014 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13015
13016 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
13017
13018 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13019
13020 * stabs.texinfo (Local Variable Parameters): Talk about nameless
13021 parameters on VAX.
13022
13023 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13024
13025 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
13026
13027 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13028
13029 * stabs.texinfo: Make info author notice match the TeX author notice.
13030
13031 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
13032
13033 * stabs.texinfo: Initial-caps all words in node names and
13034 non-trivial words in section names.
13035
13036 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13037
13038 * stabs.texinfo: Many minor cleanups.
13039
13040 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
13041
13042 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
13043
13044 * stabs.texinfo: Remove full description of big example.
13045 It's not really helpful; just use pieces of it where appropriate.
13046 Add more Texinfo formatting directives (@samp, etc.).
13047 Use @deffn to define stab types.
13048 Eliminate some wordiness. Break up some nodes.
13049 Add an (alphabetized) index of symbol types.
13050 Use consistent capitalization style in node and section names.
13051
13052 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
13053
13054 * gdb.texinfo: Change typo "Two two" to "The two".
13055
13056 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13057
13058 * stabs.texinfo (XCOFF-differences): Remove references to
13059 non-existent types N_DECL and N_RPSYM.
13060
13061 * stabs.texinfo (String Field): Say that type attributes bug is
13062 fixed in GDB 4.10, since it is.
13063
13064 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
13065
13066 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
13067
13068 * stabs.texinfo: Formatting cleanups.
13069
13070 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13071
13072 * stabs.texinfo: When explaining the n_type of a stab, standardize
13073 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
13074 no tabs, use @r).
13075 (Global Variables): Clean up.
13076
13077 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13078
13079 * stabs.texinfo (Stack Variables): Re-write.
13080
13081 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13082
13083 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
13084 addresses of a source file. Also revise formatting.
13085 Change "object module" or "object file" to "source file".
13086 Various: Miscellaneous cleanups.
13087
13088 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13089
13090 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
13091
13092 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
13093
13094 * gdbint.texinfo: Removed many nonsensical machine-collected
13095 host and target conditionals, described some of the remainder.
13096
13097 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13098
13099 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
13100
13101 * gdbint.texinfo (Top): Add name to @top line, and re-write the
13102 paragraph which follows.
13103
13104 * gdbint.texinfo (Host): Use @code not @samp for Makefile
13105 variables. Looks better and avoids overful hbox.
13106
13107 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13108
13109 * stabs.texinfo (Procedures): Improve stuff on nested functions.
13110
13111 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13112
13113 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
13114 retransmit-timeout
13115
13116 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13117
13118 * gdbint.texinfo: Update statement about `some ancient Unix
13119 systems, like Ultrix 4.0' to Ultrix 4.2.
13120
13121 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
13122
13123 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
13124
13125 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
13126
13127 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
13128 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
13129
13130 * remote.texi: new name for former gdbinv-s.texi
13131
13132 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
13133
13134 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
13135
13136 * gdbinv-s.texi: Documented timeout and retransmit-timeout
13137 variables for MIPS remote debugging protocol.
13138
13139 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13140
13141 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
13142
13143 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
13144
13145 * Makefile.in (refcard.dvi): Use srcdir where necessary.
13146
13147 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
13148
13149 * gdb.texinfo: repair conditional bugs in text markup
13150
13151 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13152
13153 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
13154 to select Modula-2 material.
13155
13156 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13157
13158 * stabs.texinfo: Cleanups regarding statics.
13159
13160 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
13161 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
13162
13163 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13164
13165 * stabs.texinfo: N_MAIN is sometimes used for C.
13166
13167 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13168
13169 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
13170
13171 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
13172
13173 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
13174 removed from the code by Kingdon.
13175
13176 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13177
13178 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
13179 input when evaluating breakpoint conditions; the bug has been fixed.
13180
13181 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
13182 sets the ignore count to N-1, not to N.
13183
13184 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13185
13186 * refcard.tex (\hoffset): correct longstanding error to match
13187 intended offset; avoids cutting off edge on some printers
13188
13189 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13190
13191 * stabs.texinfo (Parameters): Say that order of stabs is significant.
13192
13193 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13194
13195 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
13196
13197 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13198
13199 * Makefile.in: (REFEDITS) new var to control whether PS or CM
13200 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
13201 collect sed edits if any, apply to refcard before formatting;
13202 (refcard.ps) stop implying PS fonts if PS output requested;
13203 (lrefcard.ps) delete extra target for variant PS fonts
13204
13205 * refcard.tex: parametrize papersize dependent info, collect
13206 in easily replaced spot
13207
13208 * a4rc.sed: new file, edits to refcard for A4 paper
13209
13210 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13211
13212 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
13213
13214 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13215
13216 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
13217
13218 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13219
13220 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
13221 politely rather than rudely.
13222
13223 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13224
13225 * stabs.texinfo: Document common blocks.
13226
13227 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
13228
13229 * stabs.texinfo: Add some basic info about stabs-in-elf.
13230
13231 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13232
13233 * stabs.texinfo (Top): Minor cleanup.
13234
13235 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13236
13237 * Makefile.in (install-info): remove parentdir support
13238
13239 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13240
13241 * gdb.texinfo (Copying): delete this node and references to it;
13242 RMS says this manual need not carry GPL. (passim): Improvements
13243 from last round at FSF, largely due to Ian Taylor review, and
13244 minor formatting improvements.
13245
13246 * gdbinv-s.texi (passim): Improvements from last round at FSF,
13247 largely due to Ian Taylor review. (Debug Session): minor edits to
13248 new text.
13249
13250 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
13251
13252 * Makefile.in (realclean): Remove info and dvi files too.
13253
13254 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
13255
13256 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
13257 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
13258 * gdb.texinfo: Change accordingly.
13259
13260 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
13261 N_{L,R}BRAC,N_SLINE are relative to.
13262
13263 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13264
13265 * Makefile.in (GDBvn.texi): Update atomically.
13266
13267 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13268
13269 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13270
13271 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13272
13273 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13274 addresses together. Also motivate the set print symbol-filename
13275 command and suggest other solutions.
13276
13277 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13278
13279 * gdb.texinfo (set print elements): Note that the number of
13280 elements is set to unlimited by "set print elements 0".
13281
13282 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13283
13284 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13285 NF_LDOUBLE means.
13286 (Stab Types): Include Solaris stab types.
13287 (Procedures): Document Solaris extensions.
13288
13289 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13290
13291 * gdb.texinfo: Add `set print symbol-filename' doc.
13292
13293 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13294
13295 * stabs.texinfo (Arrays): Talk about type definition vs. type
13296 information.
13297
13298 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13299 the trailing semicolon.
13300
13301 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13302
13303 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13304 and merge in other parts of the document addressing these subjects.
13305 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13306
13307 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13308 at the end of a range type.
13309
13310 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13311 AIX extensions.
13312
13313 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13314
13315 * stabs.texinfo (Stabs Format): Misc fixes.
13316
13317 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13318
13319 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13320 (Traditional builtin types): Document convex convention for long long.
13321 (Negative builtin types): Discuss type names, and misc fixes.
13322
13323 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13324
13325 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13326 point types used with @samp{R} type descriptor.
13327 (Symbol Descriptors): Describe how to handle conflict between
13328 different meanings of @samp{P} symbol descriptor.
13329
13330 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13331
13332 * stabs.texinfo: Remove node Quick Reference and put its children
13333 directly under the main menu.
13334
13335 * stabs.texinfo: Many more changes to bring it into line with
13336 AIX documentation and reality. I think it now has all the
13337 information from the AIX documentation, except that I burned
13338 out when I got to variant records (Pascal and Modula-2) and
13339 all the COBOL types. Oh well, we can add them later when we're
13340 worrying more about those languages.
13341
13342 * stabs.texinfo (Automatic variables): Talk about what it means
13343 to omit the symbol descriptor.
13344
13345 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13346
13347 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13348 gcc2 behavior with promoted args.
13349
13350 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13351
13352 * gdb.texinfo: include readline appendices in info version of manual
13353
13354 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13355
13356 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13357 target remote.
13358
13359 * gdb.texinfo (Machine Code): more index entries for disassemble
13360
13361 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13362
13363 * Clarify the intended use of the gdb-testers and gdb-patches
13364 mailing lists, and shrink gzip comment.
13365
13366 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13367
13368 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13369 DOSHOST configuration of manual.
13370
13371 * gdb.texinfo (MIPS Stack): new node.
13372
13373 * all-config.texi (MIPS) new switch.
13374
13375 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13376 tense; (MIPS Remote) new node.
13377
13378 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13379 bug; (Environment) less passive, other small cleanups in text about
13380 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13381 (Remote) new MIPS Remote menu entry.
13382
13383 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13384
13385 * stabs.texinfo: Many changes to include information from the
13386 AIX documentation.
13387
13388 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13389
13390 Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13391
13392 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13393 Add PRINTF_HAS_LONG_LONG references.
13394
13395 Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13396
13397 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13398 `set demangle-style arm' (not cfront); mention can type `q' to
13399 discard output, when gdb pages.
13400
13401 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13402
13403 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13404 Move a bunch of information from ../README.
13405 (Getting Started): New node.
13406
13407 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13408
13409 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13410
13411 * gdb.texinfo: advance manual revision dates to present
13412
13413 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13414 stop using silly Roman numerals in @set variable names
13415
13416 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13417
13418 * stabs.texinfo (Parameters): Keep trying to get this right.
13419
13420 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13421
13422 * stabs.texinfo (Parameters): More on "local parameters".
13423
13424 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13425
13426 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13427
13428 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13429
13430 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13431 (Parameters): Rewrite.
13432 (xcoff-differences, Sun-differences): Minor changes.
13433
13434 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13435
13436 * stabs.texinfo: Minor cleanup.
13437
13438 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13439
13440 * gdbint.texinfo: Minor xcoff stuff.
13441
13442 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13443
13444 * gdbint.texinfo: Update for new config directory structure.
13445 Add info about internal type data structures.
13446
13447 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13448
13449 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13450 $(srcdir).
13451 (gdb-config.texi): Depend on file in $(srcdir).
13452
13453 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13454
13455 * stabs.texinfo: Fixes about N_SO.
13456
13457 Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13458
13459 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13460
13461 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13462
13463 * gdb.texinfo: include list of nonstandard init file names
13464
13465 * *-config.texi: new switch GENERIC for text that applies *only*
13466 to (usual) multiple-target version of manual
13467
13468 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13469 h8 config
13470
13471 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13472 in menus (rather than conditionally selected multiple alternative
13473 menus).
13474
13475 * Makefile.in: define and use DOC_CONFIG var to select
13476 configuration for GDB user manual.
13477
13478 * gdb-config.texi: delete from repository, generate from Makefile.
13479
13480 * all-config.texi: normal `generic' configuration file, formerly
13481 stored as gdb-config.texi
13482
13483 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13484
13485 * Makefile.in: add dvi target to build all .dvi files
13486
13487 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13488
13489 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13490
13491 Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13492
13493 * stabs.texi: The `this' pointer is now known by the name
13494 `this' instead of `$t'.
13495
13496 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13497
13498 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13499 host conditionals.
13500 * stabs.texinfo: More array fixes inspired by Jim's.
13501
13502 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13503
13504 * stabs.texinfo: Fixes re arrays and continuations.
13505
13506 * gdbint.texinfo: Add XCOFF node.
13507
13508 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13509
13510 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13511
13512 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13513
13514 * stabs.texinfo: Fix for array types to mention lower bounds.
13515
13516 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13517
13518 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13519
13520 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13521
13522 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13523
13524 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13525
13526 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13527 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13528
13529 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13530
13531 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13532
13533 Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13534
13535 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13536
13537 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13538
13539 * gdb.texinfo, gdbinv-s.texi: misc updates
13540
13541 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13542
13543 * gdbint.texinfo: Brief documentation for longjmp support,
13544 from an email msg by Stu.
13545
13546 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13547
13548 * stabs.texinfo: Fix description of floating point "range"
13549 types (which really define basic types). Reported by Jim Meehan,
13550 <meehan@src.dec.com>.
13551
13552 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13553
13554 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13555
13556 * gdbint.texinfo: Slightly expand section on supporting a new
13557 object file format.
13558
13559 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13560
13561 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13562 intermediate file.
13563
13564 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13565
13566 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13567
13568 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13569
13570 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13571
13572 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13573 as well as Z8002.
13574
13575 Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13576
13577 * gdbint.texinfo (Host Conditionals): Remove
13578 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13579 MEM_FNS_DECLARED.
13580 (Target Conditionals): Remove all of the above.
13581
13582 Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13583
13584 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13585 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13586
13587 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13588
13589 * gdbint.texinfo: Add sections on clean design and on how to send
13590 in changes.
13591
13592 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13593
13594 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13595
13596 Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13597
13598 * gdbint.texinfo: nm.h now included in defs.h.
13599
13600 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13601
13602 * gdb.texinfo: Fix typo, reported by Karl Berry.
13603
13604 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13605
13606 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13607
13608 Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13609
13610 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13611
13612 Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13613
13614 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13615 (all @node commands): Use new form to avoid nitpicking errors.
13616 * gdbint.texinfo: Document host/native/target split.
13617
13618 Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13619
13620 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13621
13622 Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13623
13624 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13625
13626 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13627
13628 * gdbint.texinfo: fixed a stray email address (needs @@),
13629 added @table @code to node "Native Conditionals"
13630
13631 Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13632
13633 * gdbint.texinfo: document a few more macros, create new section
13634 for native macros.
13635
13636 Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13637
13638 * gdb.texinfo: Document command hooks.
13639
13640 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13641
13642 * gdbint.texinfo: Describe coding style of GDB.
13643
13644 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13645
13646 * stabs.texinfo: Minor wording changes.
13647
13648 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13649
13650 * gdbint.texinfo: Improve release doc slightly.
13651
13652 Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13653
13654 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13655 for two new remote targets---29K using UDI, and Tandem ST2000
13656 using STDBUG.
13657
13658 * all.m4, none.m4: new m4 switch, _ST2000__
13659
13660 * all.m4: turn on H8/300 stuff for generic manual
13661
13662 * gdbinv-s.m4.in: remove text on special procedures to continue
13663 after explicit call to breakpoint() in serial stubs.
13664
13665 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13666
13667 * gdbint.texinfo: Improve doc of GDB config macros.
13668
13669 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13670
13671 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13672 These will be reinserted when examined.
13673
13674 Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13675
13676 * gdb.texinfo: fix shameful error of agreement reported by
13677 jimb@occs.cs.oberlin.edu (Jim Blandy)
13678 * gdb.texinfo: remove old partial discussion of remote serial
13679 protocol (via serial debug stubs)
13680 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13681 use of serial debug stubs
13682
13683 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13684
13685 * gdbint.texinfo: Make a start at documenting all the #if macros
13686 in GDB. At least list them all, and start separating them into
13687 host-specific and target-specific.
13688
13689 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13690
13691 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
13692 examples (not consistent w others).
13693 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13694 for generic vn of doc
13695
13696 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13697
13698 * Makefile.in: always create installation directories.
13699
13700 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13701
13702 * gdb.texinfo: in h8 config, do not describe searching commands.
13703
13704 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13705
13706 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13707 conditionals; introduce a few generic switches that may be
13708 useful for other cross-dev or dos-hosted configs.
13709
13710 * gdb.texinfo: fix typo in "info reg" description
13711
13712 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13713
13714 * stabs.texinfo: Minor updates from running TeX over it.
13715 * Makefile.in (stabs.dvi, stabs.ps): Add.
13716
13717 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13718
13719 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13720 First pass at converting it to texinfo.
13721
13722 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13723
13724 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13725 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13726
13727 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13728
13729 * gdbint.texinfo: Add section on partial symbol tables.
13730
13731 Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13732
13733 * gdb.texinfo: Document new am29k setting.
13734
13735 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13736
13737 * gdb.texinfo: document `set remotedebug' and `set
13738 rstack_high_address'.
13739
13740 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13741
13742 * gdb.texinfo: slight expansion of new text on reading info files
13743 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13744 H8/300 from DOS.
13745
13746 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13747
13748 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13749
13750 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13751
13752 * gdb.texinfo: Say how to read the `info' files.
13753
13754 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13755
13756 * Makefile.in: gm4 -> m4.
13757
13758 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13759
13760 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13761 Documentation' ahead of `Installing GDB' to match README.
13762 Update shared library doc, -readnow and -mapped, and directory
13763 structure (add glob and mmalloc). Update configure doc.
13764
13765 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13766
13767 * Makefile.in: remove $(srcdir) from gdb.info rule.
13768
13769 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13770
13771 * Makefile.in: commented out gdb-all.texinfo rule. This is
13772 temporary.
13773
13774 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13775
13776 * Makefile.in, configure.in: removed traces of namesubdir,
13777 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
13778 copyrights to '92, '13, changed some from Cygnus to FSF.
13779
13780 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13781
13782 * gdb.texinfo: Improve how we ask for bug reports.
13783
13784 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13785
13786 * Makefile.in: infodir belongs in datadir.
13787
13788 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13789
13790 * Makefile.in: remove spaces following hyphens, bsd make can't
13791 cope. install using INSTALL_DATA. added clean-info. added
13792 standards.text support.
13793
13794 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13795
13796 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13797 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13798 and mandir now keyed off datadir by default.
13799
13800 \f
13801 Local Variables:
13802 mode: change-log
13803 left-margin: 8
13804 fill-column: 74
13805 version-control: never
13806 coding: utf-8
13807 End:
This page took 0.313248 seconds and 4 git commands to generate.