gdb: Add 'tui reg prev' command.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
4
5 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
8 (TUI Commands): Add 'tui enable' and 'tui disable' details.
9
10 2015-05-16 Doug Evans <xdje42@gmail.com>
11
12 * guile.texi (Memory Ports in Guile): Document support for unbuffered
13 memory ports.
14
15 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16
17 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
18
19 2015-05-12 Don Breazeal <donb@codesourcery.com>
20
21 * gdb.texinfo (Forks): Note that fork debugging is
22 supported in extended mode.
23 (Remote Configuration): Add fork event features to table
24 of packet settings.
25 (Stop Reply Packets): Add fork events to list of stop reasons.
26 (General Query Packets): Add fork events to tables of
27 'gdbfeatures' and 'stub features' supported in the qSupported
28 packet, as well as to the list containing stub feature
29 details.
30
31 2015-05-12 Gary Benson <gbenson@redhat.com>
32
33 * gdb.texinfo (General Query Packets): Document
34 qXfer:exec-file:read with empty annex.
35
36 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
37
38 * python.texi (Values From Inferior): Add descriptions of new
39 methods gdb.Value.reference_value and gdb.Value.const_value.
40
41 2015-05-06 Joel Brobecker <brobecker@adacore.com>
42
43 * gdb.texinfo (Files): Add "info dll" documentation.
44 (Cygwin Native): Remove "info dll" documentation.
45
46 2015-04-29 Doug Evans <dje@google.com>
47
48 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
49 Document.
50 (Writing an Xmethod): Add get_result_type to example.
51
52 2015-04-28 Sasha Smundak <asmundak@google.com>
53
54 * python.texi: New method documented.
55
56 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
57
58 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
59 format.
60
61 2015-04-24 Doug Evans <dje@google.com>
62
63 * python.texi (Xmethods In Python): Fix name of method to call the
64 xmethod.
65
66 2015-04-17 Gary Benson <gbenson@redhat.com>
67
68 * gdb.texinfo (Connecting to a Remote Target): Mention that
69 GDB can access program files from remote targets that support
70 qXfer:exec-file:read and Host I/O packets.
71
72 2015-04-17 Gary Benson <gbenson@redhat.com>
73
74 * gdb.texinfo (Remote Configuration): Document the "set/show
75 remote pid-to-exec-file-packet" command.
76 (General Query Packets): Document the qXfer:exec-file:read
77 qSupported features. Document the qXfer:exec-file:read packet.
78
79 2015-04-17 Gary Benson <gbenson@redhat.com>
80
81 * gdb.texinfo (set sysroot): Document that "set sysroot" also
82 applies to executable paths if supplied to GDB as absolute.
83
84 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
85
86 * gdb.texinfo (Mode Options): Remove -xdb.
87
88 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
89 Eli Zaretskii <eliz@gnu.org>
90
91 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
92 compile, show debug compile. New subsection Compilation options for
93 the compile command. New subsection Compiler search for the compile
94 command.
95
96 2015-04-09 Andy Wingo <wingo@igalia.com>
97
98 * guile.texi (Frames In Guile): Describe frame-read-register.
99
100 2015-04-02 Gary Benson <gbenson@redhat.com>
101
102 * gdb.texinfo (set sysroot): Document "target:".
103
104 2015-04-01 Sasha Smundak <asmundak@google.com>
105
106 * doc/python.texi (Writing a Frame Unwinder in Python): Add
107 section.
108
109 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
110
111 PR corefiles/16092
112 * gdb.texinfo (gcore): Mention new command 'set
113 use-coredump-filter'.
114 (set use-coredump-filter): Document new command.
115
116 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
117
118 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
119 documentation, reorder the info os entries in alphabetical order.
120
121 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
122
123 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
124 -data-write-memory-bytes.
125
126 2015-03-24 Pedro Alves <palves@redhat.com>
127
128 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
129 mention that threads may sometimes run unlocked.
130
131 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
132
133 * gdb.texinfo (Remote configuration): Document "set/show
134 serial parity" command.
135
136 2015-03-18 Gary Benson <gbenson@redhat.com>
137
138 * gdb.texinfo (General Query Packets): Remove documentation
139 for now-removed vFile:fstat qSupported features.
140
141 2015-03-11 Gary Benson <gbenson@redhat.com>
142
143 * gdb.texinfo (Remote Configuration): Document the
144 "set/show remote hostio-fstat-packet" command.
145 (General Query Packets): Document the vFile:fstat
146 qSupported features.
147 (Host I/O Packets): Document the vFile:fstat packet.
148
149 2015-03-11 Andy Wingo <wingo@igalia.com>
150
151 * guile.texi (Objfiles In Guile): Document objfile-progspace.
152
153 2015-03-04 Pedro Alves <palves@redhat.com>
154
155 * gdb.texinfo (Remote Configuration): Document the "set/show
156 remote swbreak-feature-packet" and "set/show remote
157 hwbreak-feature-packet" commands.
158 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
159 decription.
160 (Stop Reply Packets): Document the swbreak and hwbreak stop
161 reasons.
162 (General Query Packets): Document the swbreak and hwbreak
163 qSupported features.
164 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
165
166 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
167
168 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
169 under *stopped.
170
171 2015-03-02 Doug Evans <xdje42@gmail.com>
172
173 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
174
175 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
176
177 * gdb.texinfo (S/390 and System z Features): Describe new feature
178 "org.gnu.gdb.s390.vx".
179
180 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
181
182 PR gdb/18008
183 * gdb.texinfo (maint internal-error, maint internal-warning, maint
184 demangler-warning): Fix typo ("problam").
185
186 2015-02-19 David Taylor <dtaylor@emc.com>
187
188 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
189
190 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
191
192 * gdb.texinfo (Static Probe Points): Add cindex `static probe
193 point, DTrace'.
194 (Static Probe Points): Modified to cover DTrace probes in addition
195 to SystemTap probes. Also modified to cover the `enable probe'
196 and `disable probe' commands.
197
198 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
199
200 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
201 `disable probe' commands.
202
203 2015-02-12 David Taylor <dtaylor@emc.com>
204
205 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
206 fields of the QTDV packet.
207
208 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
209
210 * gdb.texinfo (Branch Trace Configuration Format): Add size.
211 (Process Record and Replay): Describe new set|show commands.
212 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
213
214 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
215
216 * gdb.texinfo (Process Record and Replay): Describe the "record
217 btrace bts" command.
218 (General Query Packets): Describe qXfer:btrace-conf:read packet.
219 (Branch Trace Configuration Format): New.
220
221 2015-01-31 Gary Benson <gbenson@redhat.com>
222 Doug Evans <dje@google.com>
223
224 * gdb.texinfo (Command Completion): Document new
225 "set/show max-completions" option.
226
227 2015-01-31 Doug Evans <xdje42@gmail.com>
228
229 * gdb.texinfo (Symbols): Document new commands
230 "maint print symbol-cache", "maint print symbol-cache-statistics",
231 "maint flush-symbol-cache". Document new option
232 "maint set symbol-cache-size".
233
234 2015-01-31 Doug Evans <xdje42@gmail.com>
235
236 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
237 distinguish script files vs inlined scripts.
238 * python.texi (Python Auto-loading): Ditto.
239
240 2015-01-30 Doug Evans <dje@google.com>
241
242 * gdb.texinfo (Symbols) <info source>: Output now contains producer
243 string if present.
244
245 2015-01-27 Doug Evans <dje@google.com>
246
247 * python.texi (Objfiles In Python): Document Objfile.username.
248
249 2015-01-27 Doug Evans <dje@google.com>
250
251 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
252 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
253
254 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
255
256 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
257
258 2015-01-16 Eli Zaretskii <eliz@gnu.org>
259
260 * doc/gdb.texinfo (TUI Commands): Document the possible
261 values of NAME argument to 'winheight' command. Explain the
262 effect of 'tabset' setting better.
263
264 2015-01-11 Doug Evans <xdje42@gmail.com>
265
266 PR gdb/15830
267 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
268 (Symbols): Ditto.
269 (Maintenance Commands): Delete docs for "maint demangle".
270
271 2014-12-31 Joel Brobecker <brobecker@adacore.com>
272
273 * gdb.texinfo (Files): Remove documentation of the
274 "add-shared-symbol-files" and "assf" commands.
275 (Cygwin Native): Remove documentation of the "dll-symbols"
276 command.
277
278 2014-12-17 Doug Evans <xdje42@gmail.com>
279
280 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
281
282 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
283 Jan Kratochvil <jan.kratochvil@redhat.com>
284
285 * gdb.texinfo (Altering): Update.
286 (Compiling and Injecting Code): New node.
287
288 2014-12-12 Doug Evans <dje@google.com>
289
290 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
291
292 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
293
294 * gdb.texinfo: Document "maint print user-registers".
295
296 2014-12-08 Doug Evans <dje@google.com>
297
298 * python.texi (Objfiles In Python): Document Objfile.owner.
299
300 2014-12-04 Doug Evans <dje@google.com>
301
302 * python.texi (Objfiles In Python): Document
303 Objfile.add_separate_debug_file.
304
305 2014-12-04 Doug Evans <dje@google.com>
306
307 * python.texi (Objfiles In Python): Document Objfile.build_id.
308
309 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
310
311 * python.texi (Events In Python): Document new events
312 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
313 and RegisterChangedEvent.
314
315 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
316
317 Add add-auto-load-scripts-directory.
318 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
319 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
320
321 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
322
323 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
324 description typo.
325
326 2014-10-30 Doug Evans <dje@google.com>
327
328 * python.texi (Progspaces In Python): Document ability to add
329 random attributes to gdb.Progspace objects.
330 (Objfiles In Python): Document ability to add random attributes to
331 gdb.objfile objects.
332
333 2014-10-27 Pedro Alves <palves@redhat.com>
334
335 * gdb.texinfo (Continuing and Stepping): Add cross reference to
336 info on stepping and signal handlers.
337 (Signals): Explain stepping and signal handlers. Add context
338 index entry, and cross references.
339
340 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
341
342 * python.texi (Breakpoints In Python): Add parenthesis after
343 Breakpoint.delete. Clarify Breakpoint.enabled description so
344 that it contains "disable".
345
346 2014-10-17 Doug Evans <dje@google.com>
347
348 * python.texi (Events In Python): Document clear_objfiles event.
349
350 2014-10-17 Doug Evans <dje@google.com>
351
352 * python.texi (Objfiles In Python): Document new progspace attribute.
353
354 2014-10-17 Pedro Alves <palves@redhat.com>
355
356 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
357 (SVR4 Process Information): Delete mention of OSF/1.
358
359 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
360
361 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
362 exit-code field in -list-thread-groups output.
363
364 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
365
366 * gdb.texinfo (Set Breaks): Add missing "@end table".
367
368 2014-09-22 Pedro Alves <palves@redhat.com>
369
370 * gdb.texinfo (Set Breaks): Document that "set breakpoint
371 always-inserted off" is the default mode now. Delete
372 documentation of "set breakpoint always-inserted auto".
373
374 2014-09-18 Doug Evans <dje@google.com>
375
376 * python.texi (Symbol Tables In Python): Document "producer"
377 attribute of gdb.Symtab objects.
378
379 2014-09-16 Pedro Alves <palves@redhat.com>
380
381 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
382 (Embedded OS): Remove VxWorks menu entry.
383 (VxWorks): Remove node.
384
385 2014-09-13 Doug Evans <xdje42@gmail.com>
386
387 * gdb.texinfo (Signaling): Document new queue-signal command.
388
389 2014-09-06 Doug Evans <xdje42@gmail.com>
390
391 PR 15276
392 * gdb.texinfo (Convenience Funs): Document $_caller_is,
393 $_caller_matches, $_any_caller_is, $_any_caller_matches.
394
395 2014-09-03 Justin Lebar <jlebar@google.com>
396
397 * python.texi (Types In Python): Type.template_argument(n) returns a
398 gdb.Value or a gdb.Type and throws an exception if n is out of
399 range.
400
401 2014-09-03 Sasha Smundak <asmundak@google.com>
402
403 * python.texi (Frames in Python): Add read_register description.
404
405 2014-08-04 Tom Tromey <tromey@redhat.com>
406
407 * gdb.texinfo (Debugging Output): Update for change to "set debug
408 target".
409
410 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
411
412 Pushed by Joel Brobecker <brobecker@adacore.com>.
413 * Makefile.in (transform): New variable.
414 (install-man1, install-man5): Apply $(transform) to man file names.
415
416 2014-07-26 Doug Evans <xdje42@gmail.com>
417
418 PR guile/17177
419 * guile.texi (Guile Pretty Printing API): Fix typo.
420 Document set-pretty-printers!, pretty-printers.
421 (Selecting Guile Pretty-Printers): Update.
422 Mention program-space based pretty-printers.
423
424 2014-07-25 Pedro Alves <palves@redhat.com>
425 Eli Zaretskii <eliz@gnu.org>
426
427 * gdb.texinfo (Signaling) <signal command>: Explain what happens
428 with multi-threaded programs.
429
430 2014-06-27 Yao Qi <yao@codesourcery.com>
431
432 * gdb.texinfo (Maintenance Commands): Update the output of
433 'maint print dummy-frames' command.
434
435 2014-06-24 Eli Zaretskii <eliz@gnu.org>
436
437 * gdb.texinfo (Screen Size): Improve indexing.
438
439 2014-06-19 Gary Benson <gbenson@redhat.com>
440
441 * gdb.texinfo (Maintenance Commands): Document new
442 "maint set/show catch-demangler-crashes" option.
443
444 2014-06-19 Gary Benson <gbenson@redhat.com>
445
446 * gdb.texinfo (Maintenance Commands): Document new
447 "maint demangler-warning" command and new
448 "maint set/show demangler-warning" option.
449
450 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
451
452 * python.texi (Xmethod API): Add space before the opening
453 parenthesis in function descriptions.
454
455 2014-06-06 Doug Evans <xdje42@gmail.com>
456
457 * guile.texi (Guile Configuration): Document guile-data-directory.
458
459 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
460
461 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
462
463 2014-06-04 Doug Evans <xdje42@gmail.com>
464
465 * guile.texi (Breakpoints In Guile): Update.
466
467 2014-06-03 Joel Brobecker <brobecker@adacore.com>
468
469 * python.texi (Xmethod API): Fix reference to "Progspaces In
470 Python".
471
472 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
473
474 * python.texi (Xmethods In Python, XMethod API)
475 (Writing an Xmethod): New nodes.
476 (Python API): New menu entries "Xmethods In Python",
477 "Xmethod API", "Writing an Xmethod".
478
479 2014-06-02 Doug Evans <xdje42@gmail.com>
480
481 * guile.texi (Guile API): Add entry for Parameters In Guile.
482 (GDB Scheme Data Types): Mention <gdb:parameter> object.
483 (Parameters In Guile): New node.
484
485 2014-06-02 Doug Evans <xdje42@gmail.com>
486
487 * guile.texi (Guile API): Add entry for Commands In Guile.
488 (Basic Guile) <parse-and-eval>: Add reference.
489 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
490 (GDB Scheme Data Types): Mention <gdb:command> object.
491 (Commands In Guile): New node.
492
493 2014-06-02 Doug Evans <xdje42@gmail.com>
494
495 * guile.texi (Guile API): Add entry for Progspaces In Guile.
496 (GDB Scheme Data Types): Mention <gdb:progspace> object.
497 (Progspaces In Guile): New node.
498
499 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
500
501 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
502 * python.texi (Frames In Python): Mention
503 gdb.FRAME_UNWIND_MEMORY_ERROR.
504
505 2014-05-29 Pedro Alves <palves@redhat.com>
506 Tom Tromey <tromey@redhat.com>
507
508 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
509 from example.
510 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
511 Mention that target-async is now deprecated.
512 (Maintenance Commands): Document maint set/show target-async.
513
514 2014-05-29 Pedro Alves <palves@redhat.com>
515
516 * observer.texi (sync_execution_done, command_error): New
517 subjects.
518
519 2014-05-29 Pedro Alves <palves@redhat.com>
520
521 PR gdb/13860
522 * observer.texi (signal_received, end_stepping_range)
523 (signal_exited, exited, no_history): New observer subjects.
524
525 2014-05-26 Andy Wingo <wingo@igalia.com>
526
527 * guile.texi (GDB Scheme Data Types): Remove documentation for
528 removed interfaces. Update spelling of gdb-object-kind.
529
530 2014-05-26 Andy Wingo <wingo@igalia.com>
531
532 * guile.texi (Basic Guile): Fix some typos.
533
534 2014-05-26 Andy Wingo <wingo@igalia.com>
535
536 * guile.texi (Writing a Guile Pretty-Printer)
537 (Guile Types Module): Fix excess parentheses in use-modules forms.
538
539 2014-05-24 Eli Zaretskii <eliz@gnu.org>
540
541 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
542 (Breakpoints In Guile, Guile Printing Module)
543 (Guile Exception Handling, Values From Inferior In Guile)
544 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
545 Don't use @var at the beginning of a sentence.
546
547 * gdb.texinfo (Frame Filter Management, Trace Files)
548 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
549 (PowerPC Embedded, Define, Annotations for Running)
550 (IPA Protocol Commands, Packets, General Query Packets)
551 (Tracepoint Packets, Notification Packets, Environment)
552 (Inferiors and Programs, Set Breaks, Set Catchpoints)
553 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
554 (Frames, Backtrace, Selection, Expressions, Registers)
555 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
556 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
557 (Source Annotations, Using JIT Debug Info Readers, Packets)
558 (Stop Reply Packets, Host I/O Packets)
559 (Target Description Format): Don't use @var at the beginning of a
560 sentence.
561
562 * python.texi (Basic Python, Types In Python)
563 (Commands In Python, Frames In Python, Line Tables In Python)
564 (Breakpoints In Python, gdb.printing, gdb.types)
565 (Type Printing API): Don't use @var at the beginning of a
566 sentence.
567
568 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
569
570 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
571 replay-memory-access".
572
573 2014-05-21 Pedro Alves <palves@redhat.com>
574
575 * gdb.texinfo (Starting): Document "set/show
576 auto-connect-native-target".
577 (Target Commands): Document "target native".
578
579 2014-05-20 Pedro Alves <palves@redhat.com>
580
581 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
582 not be remote specific. Add cross reference to the qCRC packet.
583 (Separate Debug Files): Update cross reference to the qCRC packet.
584 (General Query Packets) <qCRC packet>: Add anchor.
585
586 2014-05-17 Doug Evans <xdje42@gmail.com>
587
588 Copy over changes from guile.texi.
589 * python.texi (Basic Python) <gdb.execute>: Add text.
590 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
591 (Values From Inferior) <Python string>: Add text.
592 (Values From Inferior) <Value.string>: Clarify string length handling.
593 (Pretty Printing API): Add cindex.
594 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
595 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
596 @vindex.
597 (Commands In Python) <COMPLETE_*>: Similarly.
598 (Symbols In Python) <SYMBOL_*>: Similarly.
599 (Breakpoints In Python) <WP_*>: Similarly.
600 (Breakpoints In Python) <BP_*>: Similarly.
601
602 2014-05-17 David Taylor <dtaylor@emc.com>
603
604 * gdb.texinfo (General Query Packets): Add a note about thread IDs
605 mentioned in the qfThreadInfo reply.
606
607 2014-05-16 Doug Evans <dje@google.com>
608
609 * gdb.texinfo (Mode Options): Add -D.
610
611 2014-05-09 Samuel Bronson <naesten@gmail.com>
612
613 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
614 "make -C".
615
616 2014-04-29 Tom Tromey <tromey@redhat.com>
617
618 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
619 "show debug varobj".
620
621 2014-05-01 David Taylor <dtaylor@emc.com>
622
623 * gdb.texinfo (compare-sections): Document the new -r (read-only)
624 option.
625
626 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
627 Walfred Tedeschi <walfred.tedeschi@intel.com>
628
629 * gdb.texinfo (i386 Features): Add description of AVX512
630 registers.
631
632 2014-03-31 Doug Evans <dje@google.com>
633
634 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
635
636 2014-03-30 Doug Evans <dje@google.com>
637
638 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
639 (Background Execution): Ditto.
640
641 2014-03-21 Pedro Alves <palves@redhat.com>
642 Stan Shebs <stan@codesourcery.com>
643 Hui Zhu <hui@codesourcery.com>
644
645 * gdb.texinfo (Packets): Add anchor to "? packet".
646 Remove fixme and update introduction of "k packet".
647 Add anchor to "vKill packet".
648
649 2014-03-12 Stan Shebs <stan@codesourcery.com>
650
651 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
652
653 2014-02-26 Ludovic Courtès <ludo@gnu.org>
654
655 * guile.texi (Basic Guile): Document 'history-append!'.
656
657 2014-02-20 Joel Brobecker <brobecker@adacore.com>
658
659 * gdb.texinfo (Files): Document "add-shared-symbol-files"
660 and "assf" as being deprecated.
661 (Cygwin Native): Likewise for "dll-symbols".
662 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
663 as a way to force the loading of symbols from a DLL.
664
665 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
666
667 * python.texi (Values From Inferior): Add description about the
668 new feature.
669
670 2014-02-17 Doug Evans <xdje42@gmail.com>
671
672 * Makefile.in (GDB_DOC_FILES): Add python.texi.
673 * gdb.texinfo (Python): Moved to ...
674 * python.texi: ... here. New file.
675
676 2014-02-17 Ludovic Courtès <ludo@gnu.org>
677
678 * guile.texi (Writing a Guile Pretty-Printer) <example>:
679 Remove 'string-begins-with' procedure. Add 'pretty-printer'
680 parameter to 'str-lookup-function' procedure. Look for
681 the "std::string<" prefix.
682 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
683 Adjust description.
684
685 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
686
687 * guile.texi (Values From Inferior In Guile): Remove stray
688 parantheses for deffn.
689 (Disassembly In Guile): Ditto.
690
691 2014-02-10 Stan Shebs <stan@codesourcery.com>
692
693 Add Doxygen support.
694 * Makefile.in (doxy): New action, generates Doxygen files.
695 (DOXYGEN): New.
696 (doxyedit): New.
697 * Doxyfile-base.in: New file.
698 * Doxyfile-gdb-api.in: New file.
699 * Doxyfile-gdb-xref.in: New file.
700 * Doxyfile-gdbserver.in: New file.
701 * doxy-index.in: New file.
702 * filter-for-doxygen: New file.
703 * filter-params.pl: New file.
704
705 2014-02-10 Doug Evans <xdje42@gmail.com>
706
707 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
708 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
709 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
710 (Guile docs): Include guile.texi.
711 (objfile-gdbdotext file): Add objfile-gdb.scm.
712 (dotdebug_gdb_scripts section): Mention Guile scripts.
713 (Multiple Extension Languages): New node.
714 * guile.texi: New file.
715
716 2014-01-28 Joel Brobecker <brobecker@adacore.com>
717
718 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
719 ignore-descriptive-types". commands.
720
721 2014-01-22 Doug Evans <dje@google.com>
722
723 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
724 (gdbserver man): Ditto.
725
726 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
727
728 * gdb.texinfo: Document limited reverse/replay support
729 for target record-btrace.
730
731 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
732
733 * gdb.texinfo (Process Record and Replay): Update documentation.
734
735 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
736
737 * gdb.texinfo (Process Record and Replay): Document new /c
738 modifier accepted by "record function-call-history".
739 Add /i modifier to "record function-call-history" example.
740
741 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
742 Joel Brobecker <brobecker@adacore.com>
743
744 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
745 markers. Remove one that was misplaced.
746
747 2014-01-10 Pedro Alves <palves@redhat.com>
748
749 * gdb.texinfo (Your Program's Environment) <set environment>:
750 Mention the shell, and point at 'set exec-wrapper'.
751
752 2014-01-07 Joel Brobecker <brobecker@adacore.com>
753
754 * gdb.texinfo (Types In Python): Document new attribute Types.name.
755
756 2013-12-30 Joel Brobecker <brobecker@adacore.com>
757
758 * gdb.texinfo (Types In Python): Clarify the documentation
759 of attribute gdb.Field.bitpos.
760
761 2013-12-28 Joel Brobecker <brobecker@adacore.com>
762
763 * gdb.texinfo (Types In Python): Fix the documentation of
764 attribute "bitpos" in class gdb.Field for enum types. Add
765 documentation for attribute "enumval" in that same class.
766
767 2013-12-28 Joel Brobecker <brobecker@adacore.com>
768
769 * gdb.texinfo (GDB/MI Support Commands): Change @table into
770 @ftable.
771
772 2013-12-23 Doug Evans <xdje42@gmail.com>
773
774 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
775 auto-loaded objfile scripts and .debug_gdb_scripts section to their
776 corresponding section in Extending GDB.
777 (Extending GDB): Move menu up. New menu item "Auto-loading
778 extensions".
779 (Sequences): New menu item "Auto-loading sequences".
780 (Auto-loading sequences): New node.
781 (Python): Rename section from Scripting GDB to Extending GDB.
782 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
783 Move docs on ways to auto-load extensions to ...
784 (Auto-loading extensions): ... here. New node.
785
786 2013-12-23 Joel Brobecker <brobecker@adacore.com>
787
788 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
789 in menu.
790 (GDB/MI Variable Objects): Adjust reference to "-list-features"
791 command, now in a new node.
792 (GDB/MI Support Commands): New node, with its contents being
793 extracted from the "GDB/MI Miscellaneous Commands" node.
794 A small paragraph introducing the section is also added at
795 the start.
796 (GDB/MI Miscellaneous Commands): Delete the description of the
797 -info-gdb-mi-command, -list-features and -list-target-features
798 commands, now hosted in the "GDB/MI Support Commands" node.
799
800 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
801
802 PR python/16113
803 * gdb.texinfo (Values From Inferior): Add a note about using
804 gdb.Field objects as subscripts on gdb.Value objects.
805 (Types In Python): Add description about the new attribute
806 "parent_type" of gdb.Field objects.
807
808 2013-12-12 Joel Brobecker <brobecker@adacore.com>
809
810 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
811 entry for section docuumenting the -list-features GDB/MI command.
812
813 2013-12-10 Joel Brobecker <brobecker@adacore.com>
814
815 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
816 "exec-run-start-option" entry in the output of the "-list-features"
817 command.
818
819 2013-12-04 Eli Zaretskii <eliz@gnu.org>
820
821 * gdb.texinfo (i386): Fix yesterday's commit.
822
823 2013-12-03 Tom Tromey <tromey@redhat.com>
824
825 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
826 documented here.
827
828 2013-12-03 Tom Tromey <tromey@redhat.com>
829
830 * gdb.texinfo (@direntry): Add menu item for gdbserver.
831
832 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
833
834 * gdb.texinfo (i386 Features): Add MPX feature registers.
835 (x86 Specific featuresx86 Architecture-specific Issues): Adds
836 a subsubsection for MPX and describes the display of the
837 boundary registers.
838
839 2013-12-03 Joel Brobecker <brobecker@adacore.com>
840
841 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
842 documentation of the "ada-exceptions" entry.
843
844 2013-12-03 Joel Brobecker <brobecker@adacore.com>
845
846 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
847 "^error" result record concerning the error message. Document
848 the error code that may also be part of that result record.
849 (GDB/MI Miscellaneous Commands): Document the
850 "undefined-command-error-code" element in the output of
851 the "-list-features" GDB/MI command.
852
853 2013-12-03 Joel Brobecker <brobecker@adacore.com>
854
855 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
856 the new -info-gdb-mi-command GDB/MI command. Document
857 the meaning of "-info-gdb-mi-command" in the output of
858 -list-features.
859
860 2013-11-29 Pedro Alves <palves@redhat.com>
861
862 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
863 Update comment.
864
865 2013-11-24 Yao Qi <yao@codesourcery.com>
866
867 * gdb.texinfo (Caching Remote Data): Document new
868 "set/show stack-cache" option.
869
870 2013-11-24 Yao Qi <yao@codesourcery.com>
871
872 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
873 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
874 "off" respectively.
875
876 2013-11-23 Yao Qi <yao@codesourcery.com>
877
878 * gdb.texinfo (GDB/MI Variable Objects): Add the description
879 of "displayhint" to the table about child results.
880
881 2013-11-21 Yao Qi <yao@codesourcery.com>
882
883 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
884 'dynamic' for the output of command -var-list-children.
885
886 2013-11-21 Yao Qi <yao@codesourcery.com>
887
888 * gdb.texinfo (Caching Target Data): Remove "see" before
889 @pxref.
890
891 2013-11-20 Yao Qi <yao@codesourcery.com>
892
893 * gdb.texinfo (Caching Target Data): Update doc for
894 per-address-space dcache.
895
896 2013-11-20 Yao Qi <yao@codesourcery.com>
897
898 * gdb.texinfo (Data): Rename menu item.
899 (Caching Remote Data): Rename to ...
900 (Caching Target Data): ... it. Update.
901
902 2013-11-18 Joel Brobecker <brobecker@adacore.com>
903
904 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
905 "language-option" entry in the output of the "-list-features"
906 command.
907
908 2013-11-15 Tom Tromey <tromey@redhat.com>
909
910 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
911 Add example.
912
913 2013-11-14 Tom Tromey <tromey@redhat.com>
914
915 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
916
917 2013-11-14 Joel Brobecker <brobecker@adacore.com>
918
919 * gdb.texinfo (Show): Add xref anchor for "show language" command.
920 (Context management): Place current subsection text into its own
921 subsubsection. Add new subsubsection describing the "--language"
922 command option.
923
924 2013-11-13 Joel Brobecker <brobecker@adacore.com>
925
926 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
927 the documentation of "info-ada-exceptions" in the output
928 of the "-list-features" command. Add the documentation
929 of the "ada-exception" entry instead.
930
931 2013-11-12 Joel Brobecker <brobecker@adacore.com>
932
933
934 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
935 word of a couple of sentences to start with a capital letter.
936
937 2013-11-12 Joel Brobecker <brobecker@adacore.com>
938
939 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
940 (Ada Exceptions): New node.
941 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
942 Commands" node.
943 (GDB/MI Ada Exceptions Commands): New node.
944 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
945 field in the output of the "-list-features" command.
946 * NEWS: Add entry for the new "info exceptions" CLI command,
947 and for the new "-info-ada-exceptions" GDB/MI command.
948
949 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
950
951 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
952 (Line Tables In Python): New node.
953
954 2013-11-08 Doug Evans <dje@google.com>
955
956 * gdb.texinfo (Debugging Output): Update text for
957 "set debug dwarf2-read".
958
959 2013-11-08 Doug Evans <dje@google.com>
960
961 * gdb.texinfo (Debugging Output): Update text for
962 "set debug symtab-create".
963
964 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
965
966 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
967 constant.
968
969 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
970
971 * gdb.texinfo (Breakpoints In Python): Document temporary
972 option in breakpoint constructor, and add documentation to the
973 temporary attribute.
974
975 2013-11-07 Yao Qi <yao@codesourcery.com>
976
977 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
978 output of "-var-info-expression".
979
980 2013-11-06 Pedro Alves <palves@redhat.com>
981
982 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
983 non-interactive mode.
984 (Environment) <shell startup files warning>: Mention
985 non-interactive mode. Mention .zshenv for Z shell, and talk about
986 BASH_ENV instead of .bashrc for BASH.
987
988 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
989
990 * gdb.texinfo (Commands to Specify Files): Add description
991 of the remove-symbol-file command.
992 * observer.texi: New free_objfile event
993
994 2013-10-24 Pedro Alves <palves@redhat.com>
995
996 * gdb.texinfo (Starting): Document set/show startup-with-shell.
997
998 2013-10-11 Joel Brobecker <brobecker@adacore.com>
999
1000 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1001 New subsection inside which the "-catch-load" and "-catch-unload"
1002 commands documentation is now placed.
1003 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1004 documenting the "-catch-assert" and "-catch-exception" new
1005 GDB/MI commands.
1006
1007 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1008
1009 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1010
1011 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1012
1013 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1014 serial baud".
1015 (Remote Configuration): Replace "set remotebaud" by "set serial
1016 baud". Replace "show remotebaud" by "show serial baud".
1017
1018 2013-10-07 Pedro Alves <palves@redhat.com>
1019
1020 PR breakpoints/11568
1021 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1022 when the thread is removed from the thread list.
1023
1024 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1025
1026 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1027 Update entry for $_exitcode.
1028
1029 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1030
1031 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1032 new "--start" option.
1033
1034 2013-10-02 Pedro Alves <palves@redhat.com>
1035
1036 * gdb.texinfo (Registers): Expand description of saved registers
1037 in frames. Explain <not saved>.
1038
1039 2013-09-25 Doug Evans <dje@google.com>
1040
1041 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1042
1043 2013-09-16 Stan Shebs <stan@codesourcery.com>
1044
1045 Remove the internals manual gdbint.texinfo.
1046 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1047 (PDFFILES): Remove gdbint.pdf.
1048 (HTMLFILES): Remove gdbint/index.html.
1049 (HTMLFILES_INSTALL): Remove gdbint.
1050 (GDBINT_DOC_FILES): Remove.
1051 (dvi): Remove gdbint.dvi.
1052 (ps): Remove gdbint.ps.
1053 * gdbint.texinfo: Remove file.
1054 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1055
1056 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1057
1058 * gdb.texinfo (Convenience Functions): Mention new convenience
1059 function $_isvoid.
1060
1061 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1062
1063 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1064 (Standard Target Features): Add new node to menu.
1065 (S/390 and System z Features): New node.
1066
1067 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1068
1069 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1070 -list-target-features in the example.
1071
1072 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1073
1074 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1075 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1076
1077 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1078
1079 Sync documentation with gdb.base/gnu-debugdata.exp.
1080 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1081
1082 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1083
1084 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1085
1086 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1087 Yao Qi <yao@codesourcery.com>
1088
1089 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1090 Document new --skip-unavailable option.
1091 <-stack-list-variables>: Document new --skip-unavailable option.
1092
1093 2013-08-26 Doug Evans <dje@google.com>
1094
1095 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1096 an optional regexp.
1097
1098 2013-08-13 Tom Tromey <tromey@redhat.com>
1099
1100 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1101 Document GDB_PARALLEL and GDB_INOTIFY.
1102
1103 2013-08-09 Stan Shebs <stan@codesourcery.com>
1104
1105 * LRS: Remove file, describes a long-abandoned live-range
1106 splitting extension to stabs.
1107
1108 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1109
1110 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1111
1112 2013-07-17 Doug Evans <dje@google.com>
1113
1114 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1115
1116 2013-07-02 Tom Tromey <tromey@redhat.com>
1117
1118 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1119
1120 2013-06-28 Tom Tromey <tromey@redhat.com>
1121
1122 * Makefile.in (version.subst): Use version.in, not
1123 common/version.in.
1124 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1125 Likewise.
1126
1127 2013-06-27 Pedro Alves <palves@redhat.com>
1128
1129 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1130 dynamic symbol resolution code>: New section, based on infrun.c
1131 comment.
1132
1133 2013-06-26 Tom Tromey <tromey@redhat.com>
1134
1135 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1136 Update.
1137 (Releasing GDB): Likewise.
1138
1139 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1140 Yao Qi <yao@codesourcery.com>
1141
1142 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1143 -trace-frame-collected.
1144
1145 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1146
1147 * gdb.texinfo (Traceframe Info Format): Document tvar element
1148 and its attributes.
1149
1150 2013-06-25 Yao Qi <yao@codesourcery.com>
1151
1152 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1153
1154 2013-06-24 Tom Tromey <tromey@redhat.com>
1155
1156 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1157 (GDBvn.texi): Use version.subst.
1158 (version.subst): New target.
1159 (mostlyclean): Remove version.subst.
1160
1161 2013-06-20 Pedro Alves <pedro@codesourcery.com>
1162
1163 * gdb.texinfo (GDB/MI Data Manipulation)
1164 <-data-list-register-values>: Document the --skip-unavailable
1165 option.
1166
1167 2013-06-07 Yao Qi <yao@codesourcery.com>
1168
1169 * gdb.texinfo (Symbols): Add kindex and cindex for
1170 'maint print msymbols'.
1171
1172 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
1173
1174 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1175 response field name (thread-group to inferior).
1176
1177 2013-06-04 Gary Benson <gbenson@redhat.com>
1178
1179 * gdb.texinfo (General Query Packets/qSupported): Added
1180 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1181 to the table of currently defined stub features.
1182 Added a more detailed entry for "augmented-libraries-svr4-read".
1183 (General Query Packets/qXfer:libraries-svr4:read): Documented
1184 the augmented form of this packet.
1185
1186 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1187
1188 * gdb.texinfo (System-wide Configuration Scripts): Renames
1189 "Installed System-wide Configuration Scripts". Add associated
1190 @menu block.
1191
1192 2013-05-23 Yao Qi <yao@codesourcery.com>
1193 Pedro Alves <palves@redhat.com>
1194
1195 * gdb.texinfo (Packets): Document 'vCont;r'.
1196 (Continuing and Stepping): Document target-assisted range
1197 stepping, and the 'set range-stepping' and 'show range-stepping'
1198 commands.
1199
1200 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1201
1202 * gdb.texinfo (Installed System-wide Configuration Scripts):
1203 Add subsection describing the scripts now available under
1204 the data-dir's system-gdbbinit subdirectory.
1205 * NEWS: Add entry announcing the availability of system-wide
1206 configuration scripts for ElinOS and Wind River Linux.
1207
1208 2013-05-21 Hui Zhu <hui@codesourcery.com>
1209
1210 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1211 "-dprintf-insert" command.
1212
1213 2013-05-17 Doug Evans <dje@google.com>
1214
1215 * gdb.texinfo (Maintenance Commands): Update doc for
1216 "maint check-psymtabs". Add doc for "maint check-symtabs",
1217 "maint expand-symtabs".
1218
1219 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1220
1221 * gdb.texinfo (Process Record and Replay): Document the
1222 "record goto" command and its sub-commands.
1223
1224 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1225
1226 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1227 (Python API): Add Frame Filters API, Frame Wrapper API,
1228 Writing a Frame Filter/Wrapper, Managing Management of Frame
1229 Filters chapter entries.
1230 (Frame Filters API): New Node.
1231 (Frame Wrapper API): New Node.
1232 (Writing a Frame Filter): New Node.
1233 (Managing Frame Filters): New Node.
1234 (Progspaces In Python): Add note about frame_filters attribute.
1235 (Objfiles in Python): Ditto.
1236 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1237 @anchors and --no-frame-filters option to -stack-list-variables,
1238 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1239 commands.
1240
1241 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1242
1243 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1244 Support" subsection documenting the XML format used to transfer
1245 shared library info on AIX.
1246
1247 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1248
1249 * gdb.texinfo (Debugging Output): Add documentation of
1250 "set debug aix-solib" and "show debug aix-solib" commands.
1251
1252 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1253
1254 * gdb.texinfo (Nios II): New section.
1255 (Nios II Features): New section.
1256
1257 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1258
1259 * gdbint.texinfo (Algorithms): Remove entries documenting
1260 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1261 SOLIB_CREATE_INFERIOR_HOOK.
1262
1263 2013-04-29 Tom Tromey <tromey@redhat.com>
1264
1265 PR python/14204:
1266 * gdb.texinfo (Python API): Fix menu entry.
1267 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1268 Define global and static block. Add example. Clarify
1269 block relationship for inline functions.
1270
1271 2013-04-29 Tom Tromey <tromey@redhat.com>
1272
1273 * gdb.texinfo (Python API): Mention Python help and keyword
1274 arguments. Move pagination text to Basic Python.
1275 (Basic Python): Put pagination text here. Document
1276 close-on-exec, SIGCHLD, and SIGINT.
1277
1278 2013-04-19 Pedro Alves <palves@redhat.com>
1279
1280 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1281 "signedness" instead of "signness".
1282
1283 2013-04-19 Pedro Alves <palves@redhat.com>
1284
1285 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1286 -Wno-pointer-sign text with text on -Wpointer-sign.
1287
1288 2013-04-16 Tom Tromey <tromey@redhat.com>
1289
1290 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1291 GCC that has the SDT probe points.
1292
1293 2013-04-15 Tom Tromey <tromey@redhat.com>
1294
1295 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1296 exception catchpoints.
1297
1298 2013-04-15 Tom Tromey <tromey@redhat.com>
1299
1300 * gdb.texinfo (Set Catchpoints): Document $_exception.
1301 (Convenience Vars): Mention $_exception.
1302
1303 2013-04-15 Tom Tromey <tromey@redhat.com>
1304
1305 * gdb.texinfo (Set Catchpoints): Reorganize exception
1306 catchpoints. Document "catch rethrow".
1307 (Debugging C Plus Plus): Mention "catch rethrow".
1308
1309 2013-04-15 Tom Tromey <tromey@redhat.com>
1310
1311 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1312
1313 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1314 Eli Zaretskii <eliz@gnu.org>
1315
1316 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1317 line below the sample output.
1318
1319 2013-04-12 Eli Zaretskii <eliz@gnu.org>
1320
1321 * gdb.texinfo (Mode Options): Document '-configuration'.
1322 (Help): Document "show configuration".
1323 (Bug Reporting): Add requirements to include the configuration
1324 details in bug reports.
1325
1326 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1327
1328 * Makefile.in (MAN1S): Add gcore.1.
1329 Remove "Host, target, and site specific Makefile fragments" comment.
1330 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1331 (install-man1, uninstall-man1): Conditionalize gcore.1.
1332 (gcore.1): New.
1333 * gdb.texinfo (Man Pages): Add gcore man.
1334 (gcore man): New node.
1335
1336 2013-04-10 Pedro Alves <palves@redhat.com>
1337
1338 * gdb.texinfo (Process Record and Replay): Document that "set
1339 record full insn-number-max", "set record
1340 instruction-history-size" and "set record
1341 function-call-history-size" accept "unlimited".
1342 (Backtrace): Document that "set backtrace limit" accepts
1343 "unlimited".
1344 (List): Document that "set listsize" accepts "unlimited".
1345 (Print Settings)" Document that "set print max-symbolic-offset",
1346 "set print elements" and "set print repeats" accept "unlimited".
1347 (Starting and Stopping Trace Experiments): Document that "set
1348 trace-buffer-size" accepts "unlimited".
1349 (Remote Configuration): Document that "set tcp connect-timeout"
1350 accepts "unlimited".
1351 (Command History): Document that "set history size" accepts
1352 "unlimited".
1353 (Screen Size): Document that "set height" and "set width" accepts
1354 "unlimited". Adjust "set pagination"'s description to suggest
1355 "set height unlimited" instead of "set height 0".
1356
1357 2013-04-10 Yao Qi <yao@codesourcery.com>
1358
1359 * gdb.texinfo (Trace Files): Add "target ctf".
1360
1361 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1362
1363 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1364
1365 * Makefile.in (install-man1, install-man5, uninstall-man1)
1366 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1367
1368 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1369
1370 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1371 Eli Zaretskii <eliz@gnu.org>
1372
1373 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1374 parameters order. Remove "On some targets" for --attach. Document the
1375 --multi parameter and extended-remote command. Document all the
1376 options.
1377
1378 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1379
1380 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1381 the list of supported languages.
1382
1383 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1384
1385 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1386 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1387 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1388 (diststuff): Add man.
1389 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1390 (uninstall-man5): New.
1391 (STAGESTUFF): Add *.1 and *.5.
1392 (GDBvn.texi): Add SYSTEM_GDBINIT.
1393 (gdb.1, gdbserver.1, gdbinit.5): New.
1394 (maintainer-clean realclean): Add $(MANS).
1395 (install): Add install-man.
1396 (uninstall): Add uninstall-man.
1397 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1398 (@copying): Wrap it by @c man begin COPYRIGHT.
1399 (Top): Add Man Pages.
1400 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1401
1402 2013-04-02 Pedro Alves <palves@redhat.com>
1403
1404 * gdb.texinfo (Debugging Output): Document "set/show debug
1405 aarch64", "set/show debug coff-pe-read" and "set/show debug
1406 mach-o".
1407
1408 2013-04-02 Pedro Alves <palves@redhat.com>
1409
1410 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1411 table>: Add entry for "trace-buffer-size".
1412
1413 2013-03-28 Pedro Alves <palves@redhat.com>
1414
1415 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1416 table>: Add entry for "trace-status".
1417
1418 2013-03-28 Eli Zaretskii <eliz@gnu.org>
1419
1420 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1421 @bullet", which is invalid (makeinfo 5.1 barfs).
1422
1423 2013-03-28 Pedro Alves <palves@redhat.com>
1424
1425 PR gdb/15294
1426
1427 * gdb.texinfo (List) <set listsize>: Adjust to document that
1428 listsize 0 means no limit, and remove mention of -1.
1429
1430 2013-03-22 Yao Qi <yao@codesourcery.com>
1431
1432 * gdb.texinfo (Embedded Processors): Remove menu item
1433 "OpenRISC 1000".
1434 (OpenRISC 1000): Remove.
1435
1436 2013-03-21 Doug Evans <dje@google.com>
1437
1438 * gdb.texinfo (Maintenance Commands): Add docs for
1439 "mt set per-command {space,time,symtab} {on,off}".
1440
1441 2013-03-14 Hui Zhu <hui@codesourcery.com>
1442 Yao Qi <yao@codesourcery.com>
1443
1444 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1445
1446 2013-03-13 Keith Seitz <keiths@redhat.com>
1447
1448 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1449 "maint agent" reference to Dynamic printf.
1450
1451 2013-03-11 Eli Zaretskii <eliz@gnu.org>
1452
1453 * gdb.texinfo (General Query Packets): Don't use colon in index
1454 entries visible to Info format.
1455
1456 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1457
1458 * gdb.texinfo (Process Record and Replay): Document record
1459 changes.
1460
1461 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1462
1463 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1464 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1465 qXfer:btrace:read.
1466
1467 2013-03-09 Eli Zaretskii <eliz@gnu.org>
1468
1469 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1470 use colons in @anchor and @cindex entries.
1471
1472 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
1473
1474 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1475
1476 2013-03-08 Stan Shebs <stan@codesourcery.com>
1477 Hafiz Abid Qadeer <abidh@codesourcery.com>
1478
1479 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1480 trace-buffer-size set and show commands.
1481 (Tracepoint Packets): Document QTBuffer:size.
1482 (General Query Packets): Document QTBuffer:size.
1483
1484 2013-02-21 Tom Tromey <tromey@redhat.com>
1485
1486 * gdb.texinfo: Remove bad @syncodeindex.
1487 (Values From Inferior, Types In Python, Inferiors In Python)
1488 (Events In Python, Threads In Python, Frames In Python, Blocks In
1489 Python, Symbols In Python, Symbol Tables In Python): Remove
1490 @tables.
1491 (Packets, General Query Packets, Tracepoint Packets)
1492 (Host I/O Packets): Use @w{} for empty @item.
1493
1494 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1495
1496 * gdb.texinfo (Architectures In Python): Add description about
1497 the new method gdb.Architecture.disassemble.
1498
1499 2013-02-15 Pedro Alves <pedro@codesourcery.com>
1500 Hafiz Abid Qadeer <abidh@codesourcery.com>
1501
1502 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1503 Document the "trace-file" field.
1504
1505 2013-02-07 Doug Evans <dje@google.com>
1506
1507 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1508 command.
1509
1510 2013-02-06 Yao Qi <yao@codesourcery.com>
1511
1512 * gdb.texinfo (GDB/MI Async Records): Document new MI
1513 notification "=tsv-modified". Update the document of MI
1514 notification "=tsv-created".
1515 * observer.texi (GDB Observers): New observer tsv_modified.
1516 Update observer tsv_created and tsv_delete.
1517
1518 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1519
1520 * gdb.texinfo (AArch64 Features): New section; document
1521 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1522 (Architectures): Add new AArch64 section to document AArch64
1523 architecture specific commands.
1524 (ABI): Add description of the new OS ABI "Newlib" and its influence
1525 on the longjmp handling.
1526
1527 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1528 Jan Kratochvil <jan.kratochvil@redhat.com>
1529
1530 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1531 variable in 'set/show backtrace' section.
1532
1533 2013-01-31 Tom Tromey <tromey@redhat.com>
1534
1535 * gdb.texinfo (Target Commands): Fix typo.
1536
1537 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1538
1539 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1540 describing the gdb.Architecture class.
1541 (Frames In Python): Add description about the new method
1542 gdb.Frame.architecture().
1543
1544 2013-01-23 Doug Evans <dje@google.com>
1545
1546 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
1547
1548 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1549
1550 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
1551 'thread-groups' field when printing a breakpoint in MI.
1552
1553 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1554 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
1555 to reflect that jit-reader-load now supports absolute file-names.
1556
1557 2013-01-16 Tom Tromey <tromey@redhat.com>
1558
1559 * gdb.texinfo (Set Catchpoints): Document "catch signal".
1560 (Signals): Likewise.
1561
1562 2013-01-16 Tom Tromey <tromey@redhat.com>
1563
1564 * gdb.texinfo (GDB/MI Breakpoint Information): Document
1565 "catch-type" field.
1566 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
1567
1568 2013-01-07 Tom Tromey <tromey@redhat.com>
1569
1570 * gdb.texinfo (Mode Options): Don't mention -epoch.
1571 (Data, Emacs): Remove obsolete comments.
1572
1573 2013-01-02 Tom Tromey <tromey@redhat.com>
1574
1575 * gdb.texinfo (GDB/MI Output Records): Update menu.
1576 (GDB/MI Breakpoint Information): New node.
1577 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
1578 <-break-insert>: Likewise.
1579
1580 2012-12-31 Yao Qi <yao@codesourcery.com>
1581
1582 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
1583 (Packets): Move "vStopped" packet to ...
1584 (Notification Packets): ... here. Describe the components
1585 of notification. Add a table of supported notifications.
1586 Add an example on the process of he async notification.
1587
1588 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1589
1590 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
1591 present.
1592 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
1593 fullname output always present.
1594
1595 2012-12-23 Pierre Muller <muller@sourceware.org>
1596
1597 * gdbint.texinfo (Function prototypes): Require use of "extern"
1598 modifier for function prototypes in headers.
1599
1600 2012-12-19 Joel Brobecker <brobecker@adacore.com>
1601
1602 * refcard.tex: Update copyright notice to GPL v3 or later.
1603 Update contact info.
1604
1605 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1606
1607 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
1608
1609 2012-12-15 Yao Qi <yao@codesourcery.com>
1610
1611 * gdb.texinfo (Debugging Output): Document 'set debug
1612 notification' and 'show debug notification'.
1613
1614 2012-12-15 Yao Qi <yao@codesourcery.com>
1615
1616 * gdb.texinfo (Listing Tracepoints): New item and example about
1617 'installed on target' output.
1618 Add more in the example about 'installed on target'.
1619 (GDB/MI Breakpoint Commands): Doc about 'installed field.
1620
1621 2012-12-14 Tom Tromey <tromey@redhat.com>
1622
1623 * gdb.texinfo (SVR4 Process Information): Mention core files.
1624
1625 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
1626
1627 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
1628
1629 2012-12-11 Pedro Alves <palves@redhat.com>
1630
1631 * gdb.texinfo: Remove all mentions of Unixware throughout.
1632
1633 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1634
1635 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
1636
1637 2012-11-29 Tom Tromey <tromey@redhat.com>
1638
1639 * gdb.texinfo (SVR4 Process Information): Document missing
1640 "info proc" subcommands.
1641
1642 2012-11-29 Yao Qi <yao@codesourcery.com>
1643
1644 PR gdb/1477.
1645 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
1646 to 'auto' instead of 'gnu'.
1647
1648 2012-11-26 Tom Tromey <tromey@redhat.com>
1649
1650 * gdb.texinfo (MiniDebugInfo): New node.
1651 (GDB Files): Update.
1652
1653 2012-11-16 Doug Evans <dje@google.com>
1654
1655 * gdb.texinfo (System-wide configuration): If the system-wide init
1656 file lives in the data-directory, and --data-directory is provided,
1657 look for it there.
1658
1659 2012-11-15 Tom Tromey <tromey@redhat.com>
1660
1661 * gdb.texinfo (Signaling): Fix typo.
1662
1663 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1664
1665 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
1666 parameter "count" of -data-write-memory-bytes, and add an example.
1667
1668 2012-11-12 Tom Tromey <tromey@redhat.com>
1669
1670 * gdb.texinfo (Symbols): Document "info type-printers",
1671 "enable type-printer" and "disable type-printer".
1672 (Python API): Add new node to menu.
1673 (Type Printing API): New node.
1674 (Progspaces In Python): Document type_printers field.
1675 (Objfiles In Python): Likewise.
1676 (gdb.types) <get_type_recognizers, apply_type_recognizers,
1677 register_type_printer, TypePrinter>: Document.
1678
1679 2012-11-12 Tom Tromey <tromey@redhat.com>
1680
1681 * gdb.texinfo (Symbols): Document "set print type methods",
1682 "set print type typedefs", and flags to ptype and whatis.
1683
1684 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
1685
1686 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
1687 the example -data-disassemble output. Extend the description of
1688 the -data-disassemble results to document all fields. Document
1689 the cli disassemble command as being related to -data-disassemble.
1690
1691 2012-11-09 Yao Qi <yao@codesourcery.com>
1692
1693 PR gdb/14777.
1694 * gdb.texinfo (OS Information): Remove doc on command
1695 'info udot'.
1696
1697 2012-11-08 Joel Brobecker <brobecker@adacore.com>
1698
1699 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
1700 gdb.ini warning for Windows port.
1701
1702 2012-11-08 Yao Qi <yao@codesourcery.com>
1703
1704 * gdb.texinfo (Search): Add kindex for 'fo'.
1705
1706 2012-11-05 Tom Tromey <tromey@redhat.com>
1707
1708 PR python/14802:
1709 * gdb.texinfo (Functions In Python): Add example.
1710
1711 2012-11-03 Yao Qi <yao@codesourcery.com>
1712
1713 * observer.texi (GDB Observers): Remove observer
1714 'tracepoint_modified', 'tracepoint_created' and
1715 'tracepoint_deleted'.
1716
1717 2012-10-26 Tom Tromey <tromey@redhat.com>
1718
1719 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
1720
1721 2012-10-25 Tom Tromey <tromey@redhat.com>
1722
1723 * gdb.texinfo (General Query Packets): Use @itemx.
1724
1725 2012-10-17 Yao Qi <yao@codesourcery.com>
1726
1727 * observer.texi (GDB Observers): Update observer
1728 'memory_changed'.
1729 * gdb.texinfo (GDB/MI Async Records): Document for
1730 "memory-changed" notification.
1731
1732 2012-10-15 Doug Evans <dje@google.com>
1733
1734 * gdb.texinfo (Mode Options): Document -nh.
1735 Elaborate on docs for -nx.
1736
1737 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1738
1739 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
1740
1741 2012-09-21 Yao Qi <yao@codesourcery.com>
1742 Pedro Alves <palves@redhat.com>
1743
1744 * gdb.texinfo (GDB/MI Async Records): Document notification
1745 'record-started' and 'record-stopped'.
1746 * observer.texi (GDB Observers): New observer 'record-changed'.
1747
1748 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1749
1750 * gdb.texinfo: Document the removal of SH's 'regs' command.
1751
1752 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1753
1754 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
1755
1756 2012-09-18 Yao Qi <yao@codesourcery.com>
1757
1758 * gdb.texinfo (GDB/MI Async Records): Document new MI
1759 notifications '=tsv-created' and '=tsv-deleted'.
1760 * observer.texi (GDB Observers): New observer tsv_created and
1761 tsv_deleted.
1762
1763 2012-09-18 Yao Qi <yao@codesourcery.com>
1764
1765 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
1766 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
1767 '=traceframe-changed'.
1768
1769 2012-09-17 Yao Qi <yao@codesourcery.com>
1770
1771 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
1772 'set listsize'.
1773
1774 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1775 Eli Zaretskii <eliz@gnu.org>
1776
1777 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
1778 encoding for gdbarch_breakpoint_from_pc, bp_addr for
1779 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
1780
1781 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1782
1783 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
1784
1785 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1786
1787 Document how to return from "python-interactive" to GDB.
1788 * gdb.texinfo (Python Commands): Update documentation.
1789
1790 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1791
1792 Add a new "python-interactive" command that starts a standard
1793 Python interactive prompt with "pi" as alias, and add "py" as
1794 an alias to "python".
1795 * gdb.texinfo (Python Commands): Document the new commands.
1796
1797 2012-08-22 Tom Tromey <tromey@redhat.com>
1798
1799 * gdbint.texinfo (Host Definition): Remove documentation for
1800 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
1801
1802 2012-08-17 Keith Seitz <keiths@redhat.com>
1803
1804 PR c++/13356
1805 * gdb.texinfo (Type and Range Checking): Remove warning.
1806 Remove spurious commas.
1807 Update text and examples for re-implementation of set/show
1808 check type.
1809 (C and C++ Type and Range Checks): Likewise.
1810
1811 2012-08-16 Yao Qi <yao@codesourcery.com>
1812
1813 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
1814 is deprecated.
1815
1816 2012-08-13 Doug Evans <dje@google.com>
1817
1818 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
1819 to include functions.
1820
1821 2012-08-10 Doug Evans <dje@google.com>
1822
1823 * gdb.texinfo (Convenience Funs): New node.
1824 (Types In Python): Document Type.vector.
1825
1826 2012-08-09 Yao Qi <yao@codesourcery.com>
1827
1828 * observer.texi: New observer command_param_changed.
1829 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
1830
1831 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1832
1833 * gdbint.texinfo (Debugging GDB): In section
1834 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
1835 Mention also gdb-gdb.py.
1836
1837 2012-08-07 Yao Qi <yao@codesourcery.com>
1838
1839 Revert the folloing patch:
1840 2012-08-06 Yao Qi <yao@codesourcery.com>
1841 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1842 remote hardware-watchpoint-limit' and 'set
1843 remote hardware-breakpoint-limit'.
1844
1845 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
1846
1847 * gdb.texinfo (Working Directory): Added information about new
1848 default argument for 'cd' command.
1849
1850 2012-08-06 Yao Qi <yao@codesourcery.com>
1851
1852 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1853 remote hardware-watchpoint-limit' and 'set
1854 remote hardware-breakpoint-limit'.
1855
1856 2012-08-06 Yao Qi <yao@codesourcery.com>
1857
1858 Fix PR14371.
1859
1860 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
1861 '=breakpoint-deleted'.
1862
1863 2012-08-02 Yao Qi <yao@codesourcery.com>
1864
1865 * gdb.texinfo (Native): Remove node Neutrino.
1866
1867 2012-07-27 Yao Qi <yao@codesourcery.com>
1868
1869 * gdb.texinfo (IPA Protocol Commands): Document new command
1870 'close'.
1871
1872 2012-07-25 Tom Tromey <tromey@redhat.com>
1873
1874 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
1875
1876 2012-07-20 Doug Evans <dje@google.com>
1877
1878 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
1879 (Index Files): Document how to control the use of deprecated index
1880 sections.
1881 (Index Section Format): Replace --use-deprecated-index-sections with
1882 "set use-deprecated-index-sections on".
1883
1884 2012-07-12 Eli Zaretskii <eliz@gnu.org>
1885
1886 * gdbint.texinfo: Remove @syncodeindex directives that put all the
1887 indices into a single node "Index". Instead, join function and
1888 variable indices into a single index, separate from the concept
1889 index. Requested in
1890 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
1891 (Top): Update the top-level menu: instead of one "Index" there are
1892 now separate entries "Concept Index" and "Function and Variable
1893 Index".
1894 (Concept Index, Function and Variable Index): New nodes.
1895 (Index): Node deleted.
1896
1897 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
1898
1899 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
1900 and "maint agent-eval".
1901
1902 2012-07-03 Eli Zaretskii <eliz@gnu.org>
1903
1904 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
1905 avoid file-name clashes between Index.html and index.html on
1906 case-insensitive filesystems. See the discussion starting in
1907 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
1908 details of the problem.
1909 (Top): Update the master menu for the above.
1910 (Concept Index, Command and Variable Index): New nodes, instead of
1911 the old "Index" node that was deleted. All cross-references
1912 updated.
1913
1914 2012-07-02 Stan Shebs <stan@codesourcery.com>
1915
1916 * gdb.texinfo (Dynamic Printf): Mention agent style and
1917 disconnected dprintf.
1918 (Maintenance Commands): Describe maint agent-printf.
1919 (General Query Packets): Mention BreakpointCommands feature.
1920 (Packets): Document commands extension to Z0 packet.
1921 * agentexpr.texi (Bytecode Descriptions): Document printf
1922 bytecode.
1923
1924 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1925
1926 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
1927 only after gdbinit files.
1928 (Startup): Move -iex and -iex commands down after gdbinit files.
1929
1930 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1931
1932 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
1933 possibility.
1934
1935 2012-06-29 Tom Tromey <tromey@redhat.com>
1936
1937 * gdb.texinfo (Index Section Format): Update for version 7.
1938
1939 2012-06-28 Stan Shebs <stan@codesourcery.com>
1940
1941 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
1942 example, add note about title column.
1943
1944 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1945
1946 * gdb.texinfo (Symbol Tables In Python): Add description about
1947 the new 'last' attribute of gdb.Symtab_and line.
1948
1949 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1950
1951 * gdb.texinfo (Symbol Tables In Python): Correct the description
1952 of the 'pc' attribute of gdb.Symtab_and_line.
1953
1954 2012-06-26 Doug Evans <dje@google.com>
1955
1956 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
1957 and symtab-create.
1958
1959 2012-06-25 Keith Seitz <keiths@redhat.com>
1960
1961 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
1962 from example. Remove "rbreak" from list of corresponding
1963 gdb commands.
1964
1965 2012-06-23 Doug Evans <dje@google.com>
1966
1967 * gdb.texinfo (Index Section Format): Document version 7 format.
1968
1969 2012-06-22 Yao Qi <yao@codesourcery.com>
1970
1971 * gdb.texinfo: Add missing cindex for some packets.
1972
1973 2012-06-20 Keith Seitz <keiths@redhat.com>
1974
1975 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
1976 for -break-insert and document -p.
1977
1978 2012-06-20 Yao Qi <yao@codesourcery.com>
1979
1980 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
1981 and "gdb.write_memory" with "Inferior.read_memory" and
1982 "Inferior.write_memory".
1983
1984 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
1985
1986 * gdb.texinfo (Summary): Add a link to "Free Documentation".
1987 (Free Documentation): Add @node line.
1988 (Continuing and Stepping) <advance location>: Use @item instead of
1989 @itemx.
1990 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
1991 @itemx.
1992 (Embedded Processors): Put the link to "PA" to its correct place,
1993 according to document structure.
1994 (Python API): Put the link to "Lazy Strings In Python" to its
1995 correct place.
1996 (Index): Use @@ in @tex block to get a literal @.
1997
1998 * gdbint.texinfo: Fix the @subtitle line.
1999
2000 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2001 correct place.
2002
2003 2012-06-08 Yao Qi <yao@codesourcery.com>
2004
2005 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2006 Protocol'.
2007 (In-Process Agent Protocol, IPA Protocol Objects)
2008 (IPA Protocol Commands): New nodes.
2009 (Tracepoint Packets): Add anchors.
2010
2011 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2012
2013 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2014
2015 2012-06-06 Yao Qi <yao@codesourcery.com>
2016
2017 * gdb.texinfo: Update copyright year.
2018
2019 2012-05-23 Stan Shebs <stan@codesourcery.com>
2020 Kwok Cheung Yeung <kcy@codesourcery.com>
2021
2022 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2023
2024 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2025
2026 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2027 Mention also --with-separate-debug-dir.
2028 (Auto-loading): Prepend $debugdir in the sample output.
2029 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2030 auto-load safe-path variable.
2031 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2032 Mention also $debugdir for 'set auto-load scripts-directory'.
2033
2034 2012-05-19 Eli Zaretskii <eliz@gnu.org>
2035
2036 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2037 (MIPS Embedded, MIPS, MIPS Register packet Format)
2038 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2039 appropriate.
2040
2041 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2042 Maciej W. Rozycki <macro@codesourcery.com>
2043
2044 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2045 mips compression".
2046 (MIPS Breakpoint Kinds): New subsubsection.
2047
2048 2012-05-18 Eli Zaretskii <eliz@gnu.org>
2049
2050 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2051 nodes for subsections. Add @acronym mark-ups and adjust
2052 formatting.
2053
2054 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2055
2056 Rename $ddir to $datadir.
2057 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2058 (objfile-gdb.py file): Rename $ddir to $datadir.
2059
2060 2012-05-18 Tom Tromey <tromey@redhat.com>
2061
2062 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2063
2064 2012-05-14 Stan Shebs <stan@codesourcery.com>
2065
2066 * gdb.texinfo (Dynamic Printf): New subsection.
2067
2068 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2069
2070 * gdb.texinfo (Basic Python): Add description about the function
2071 gdb.find_pc_line
2072
2073 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2074 Eli Zaretskii <eliz@gnu.org>
2075
2076 * gdb.texinfo (Separate Debug Files): Use plural form for global
2077 debugging information directory.
2078
2079 2012-05-11 Stan Shebs <stan@codesourcery.com>
2080 Kwok Cheung Yeung <kcy@codesourcery.com>
2081
2082 * gdb.texinfo (Operating System Auxiliary Information): Document new
2083 'info os' subcommands.
2084
2085 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2086
2087 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2088 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2089 (dotdebug_gdb_scripts section): Add reference
2090 to 'Auto-loading safe path'.
2091
2092 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2093
2094 Implement multi-component --with-auto-load-dir.
2095 * gdb.texinfo (Auto-loading): New references
2096 for 'set auto-load scripts-directory'
2097 and 'show auto-load scripts-directory'.
2098 (Auto-loading safe path): Describe the new default. Move $ddir
2099 substituation reference to 'objfile-gdb.py file'.
2100 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2101 script-name. Describe new 'set auto-load scripts-directory'
2102 and 'show auto-load scripts-directory'.
2103
2104 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2105
2106 Provide $ddir substitution for --with-auto-load-safe-path.
2107 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2108 (Auto-loading safe path): Likewise. Mention the default value,
2109 $ddir substitution, --with-auto-load-safe-path and
2110 --without-auto-load-safe-path.
2111 * observer.texi (gdb_datadir_changed): New.
2112
2113 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2114
2115 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2116 Twice.
2117
2118 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2119 directory separator by path separator.
2120
2121 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2122
2123 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2124 for 'set auto-load safe-path' optional. Mention if it is omitted.
2125 Change disabling security protection condition to "/", twice.
2126
2127 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2128
2129 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2130 the new methods global_block and static_block on gdb.Symtab
2131 objects.
2132
2133 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2134
2135 * gdb.texinfo (Blocks In Python): Add a note saying that future
2136 improvements to GDB and its infrastructure can move symbols
2137 across blocks within a symbol table.
2138
2139 2012-04-29 Yao Qi <yao@codesourcery.com>
2140
2141 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2142 (A29K): Remove.
2143
2144 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2145 Tom Tromey <tromey@redhat.com>
2146
2147 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2148 and generic static probe support on GDB.
2149
2150 2012-04-25 Doug Evans <dje@google.com>
2151
2152 * gdb.texinfo (Go): Fix thinko.
2153
2154 * gdb.texinfo (Supported Languages): Add Go.
2155 (Go): New node.
2156
2157 2012-04-25 Yao Qi <yao@codesourcery.com>
2158
2159 * gdbint.texinfo (Testsuite): New section `Board settings'.
2160
2161 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2162
2163 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2164 Three times.
2165
2166 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2167 Three times.
2168
2169 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2170
2171 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2172 by @table @asis. Fix formatting of one item.
2173
2174 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2175
2176 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2177
2178 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2179
2180 New option "set debug auto-load".
2181 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2182 (auto-load verbose mode): New node.
2183
2184 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2185
2186 New option "set auto-load safe-path".
2187 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2188 and "info auto-load" examples for safe-path. Put there also references
2189 for "set auto-load safe-path" and "show auto-load safe-path".
2190 New menu item for Auto-loading safe path.
2191 (Auto-loading safe path): New node.
2192 (Python Auto-loading): Update the expected output from "Missing"
2193 to "No".
2194
2195 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2196
2197 auto-load: Implementation.
2198 * gdb.texinfo (Mode Options): New anchor for -nx.
2199 (Startup): New anchors for Option -init-eval-command,
2200 Home Directory Init File
2201 and Init File in the Current Directory during Startup.
2202 Mention set auto-load local-gdbinit with a reference.
2203 Change the sample code to "set auto-load python-scripts".
2204 (Threads): New anchor set libthread-db-search-path.
2205 Provide references to libthread_db.so.1 file.
2206 (Controlling GDB): New menu item for Auto-loading.
2207 (Auto-loading, Init File in the Current Directory)
2208 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2209 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2210 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2211 reference.
2212 (Auto-loading): Rename to ...
2213 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2214 "set auto-load python-scripts", new anchor for it. Change
2215 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2216 for it. Change "info auto-load-scripts"
2217 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2218 to "Python scripts".
2219
2220 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2221
2222 PR mi/13393
2223 * gdb.texinfo (Print Settings): Extend the description for "set print
2224 object".
2225 (GDB/MI Variable Objects): Extend the description for -var-create and
2226 -var-list-children.
2227
2228 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2229
2230 * gdb.texinfo (Examining Data): Document the 'explore' command.
2231
2232 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2233
2234 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2235 to the children of a varobj and its update range when -var-update
2236 returns that the varobj's type changed.
2237
2238 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2239
2240 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2241 Create two new links fir 'objfile-gdb.py file'
2242 and 'dotdebug_gdb_scripts section'.
2243
2244 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2245
2246 * gdb.texinfo (Auto-loading): Rename node reference
2247 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2248 Twice.
2249 (.debug_gdb_scripts section): Rename the node ...
2250 (dotdebug_gdb_scripts section): ... here.
2251 (Maintenance Commands): Also rename this node reference.
2252
2253 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2254
2255 * gdb.texinfo (Python API/Values From Inferior): Add description
2256 about the new method Value.referenced_value. Add description on
2257 how Value.dereference is different (and similar) to
2258 Value.referenced_value.
2259
2260 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2261
2262 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2263 --init-eval-command=COMMAND, -iex.
2264 (Startup): Describe -iex and -ix. Simplify the example
2265 for "set auto-load-scripts off".
2266
2267 2012-03-16 Gary Benson <gbenson@redhat.com>
2268
2269 PR breakpoints/10738
2270 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2271 stating that GDB cannot set breakpoints on inlined functions.
2272 (Mode Options): Document --use-deprecated-index-sections.
2273 (Index Section Format): Document new index section version format.
2274
2275 2012-03-15 Tom Tromey <tromey@redhat.com>
2276
2277 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2278
2279 2012-03-13 Doug Evans <dje@google.com>
2280
2281 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2282 of "reload".
2283 (Symbols): Delete docs for set/show symbol-reloading.
2284 * gdbint.texinfo (Defining Other Architecture Features): Delete
2285 SYMBOL_RELOADING_DEFAULT.
2286 * refcard.tex: Delete reference to symbol-reloading.
2287
2288 2012-03-07 Pedro Alves <palves@redhat.com>
2289
2290 * gdb.texinfo (General Query Packets): Document new
2291 QProgramSignals packet.
2292 * gdb.texinfo (Remote configuration): Mention
2293 "program-signals-packet".
2294
2295 2012-03-05 Tristan Gingold <gingold@adacore.com>
2296
2297 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2298
2299 2012-03-03 Yao Qi <yao@codesourcery.com>
2300
2301 * gdb.texinfo (In-Process Agent): New node.
2302 Document new commands.
2303 (General Query Packets): Add packet `QAgent'.
2304
2305 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2306
2307 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2308
2309 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
2310
2311 * gdb.texinfo (Commands In Python): Put example python macro in
2312 COMMAND_USER category rather than COMMAND_OBSCURE.
2313 Document gdb.COMMAND_USER.
2314 (User-defined Commands): Update documentation to clarify
2315 "set/show max-user-call-depth" and "show user" don't apply to python
2316 commands. Update documentation to clarify "help user-defined" may
2317 also include python commands defined as COMMAND_USER.
2318
2319 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2320
2321 * gdb.texinfo (Startup): Add option -ex description to the option -x
2322 description.
2323
2324 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2325
2326 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2327 condition-evaluation breakpoint parameter.
2328 Mention condition-evaluation mode being shown in "info break".
2329 (Break Conditions): Add description for target-side
2330 conditional breakpoints.
2331 (Remote Configuration): Mention conditional-breakpoints-packet.
2332 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2333 cond-expr.
2334 (General Query Packets): Mention new ConditionalBreakpoint feature.
2335
2336 2012-02-22 Tom Tromey <tromey@redhat.com>
2337
2338 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2339
2340 2012-02-17 Tom Tromey <tromey@redhat.com>
2341
2342 PR python/10753:
2343 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2344 directory.
2345
2346 2012-02-14 Stan Shebs <stan@codesourcery.com>
2347
2348 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2349
2350 2012-02-13 Pedro Alves <palves@redhat.com>
2351
2352 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2353 mips-idt-ecoff.
2354
2355 2012-02-09 Yao Qi <yao@codesourcery.com>
2356
2357 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2358
2359 2012-02-07 Tom Tromey <tromey@redhat.com>
2360
2361 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2362 Symbol.value.
2363
2364 2012-02-07 Tom Tromey <tromey@redhat.com>
2365
2366 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2367
2368 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2369
2370 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2371
2372 2012-01-24 Tom Tromey <tromey@redhat.com>
2373
2374 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2375 unload".
2376 (Files): Mention new catch commands.
2377 (GDB/MI Async Records): Likewise.
2378
2379 2012-01-24 Gary Benson <gbenson@redhat.com>
2380
2381 Delete #if 0'd out code.
2382 * gdb.texinfo (Frame Info): Remove "info catch".
2383
2384 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2385
2386 * gdb.texinfo (Remote Configuration): Document
2387 "set remote hostio-readlink-packet" command.
2388 (General Query Packets): Document vFile:readlink packet.
2389
2390 2012-01-16 Tom Tromey <tromey@redhat.com>
2391
2392 * gdb.texinfo (Specify Location): Document relative file name
2393 handling.
2394
2395 2012-01-16 Tom Tromey <tromey@redhat.com>
2396
2397 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2398
2399 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2400 Eli Zaretskii <eliz@gnu.org>
2401
2402 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2403 code.
2404
2405 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2406
2407 * gdb.texinfo (Variables): Document use of :: for non-static
2408 variables.
2409
2410 2012-01-05 Joel Brobecker <brobecker@adacore.com>
2411
2412 * gdbint.texinfo (Start of New Year Procedure): Update
2413 to replace use of copyright.sh by use of copyright.py.
2414
2415 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2416
2417 Remove the gdbtui binary.
2418 * all-cfg.texi (GDBTUI): Remove.
2419 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2420 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2421 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2422
2423 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
2424
2425 Introduce gdb.FinishBreakpoint in Python.
2426 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2427 (Python API): Add menu entry for Finish Breakpoints.
2428
2429 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2430
2431 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2432 tests.
2433
2434 2011-12-16 Doug Evans <dje@google.com>
2435
2436 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2437
2438 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2439
2440 * gdb.texinfo (Python Commands): Remove "maint set/show print
2441 stack". Add documentation for "set/show python print-stack".
2442
2443 2011-12-14 Pedro Alves <pedro@codesourcery.com>
2444
2445 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2446 should transfer control to the stub in the startup code instead of
2447 in main. Mention the need to get past the initial breakpoint.
2448
2449 2011-12-06 Tom Tromey <tromey@redhat.com>
2450
2451 * gdb.texinfo (Set Breaks): Update for new behavior.
2452
2453 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2454
2455 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2456 List Format for SVR4 Targets'.
2457 (General Query Packets): New item qXfer:libraries-svr4:read.
2458 (Library List Format for SVR4 Targets): New node.
2459
2460 2011-12-01 Tom Tromey <tromey@redhat.com>
2461
2462 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2463 add.
2464
2465 2011-11-22 Tom Tromey <tromey@redhat.com>
2466
2467 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2468 reasons.
2469
2470 2011-11-20 Stan Shebs <stan@codesourcery.com>
2471
2472 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2473 note-related options and variables.
2474 (Tracepoint Packets): Document packet changes.
2475
2476 2011-11-20 Sanjoy Das <sdas@igalia.com>
2477
2478 * gdb.texinfo (JIT Interface): Add documentation on writing and
2479 usind JIT debug info readers.
2480 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2481 Debug Info Readers): New nodes.
2482
2483 2011-11-18 Yao Qi <yao@codesourcery.com>
2484
2485 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2486 tracepoint.
2487
2488 2011-11-15 Doug Evans <dje@google.com>
2489
2490 * gdb.texinfo (Files): Document basenames-may-differ.
2491
2492 2011-11-14 Doug Evans <dje@google.com>
2493
2494 * gdb.texinfo (Shell Commands): Document "!".
2495
2496 2011-11-14 Stan Shebs <stan@codesourcery.com>
2497 Kwok Cheung Yeung <kcy@codesourcery.com>
2498
2499 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2500 needed to get shorter fast tracepoints.
2501 (Tracepoint Packets): Document new qTMinFTPILen packet.
2502
2503 2011-11-14 Yao Qi <yao@codesourcery.com>
2504
2505 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2506 behavior of tracepoint.
2507 (General Query Packets): New feature InstallInTrace.
2508 (Remote Configuration): Document "set remote
2509 install-in-trace-packet".
2510
2511 2011-11-12 Matt Rice <ratmice@gmail.com>
2512
2513 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2514 Add arguments to info macro.
2515
2516 2011-11-10 Tom Tromey <tromey@redhat.com>
2517
2518 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2519 manual.
2520 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2521 (Macros): Add a footnote.
2522 (C): Remove paragraph about compiler options.
2523 (C Constants): Mention wide character and string constants.
2524 (C Plus Plus Expressions): Update compiler option advice. Mention
2525 using declarations. Mention ADL. Remove old HP compiler
2526 information.
2527
2528 2011-11-10 Tom Tromey <tromey@redhat.com>
2529
2530 PR c++/9257:
2531 * gdb.texinfo (Print Settings): Add an extra note about the need
2532 for a vtable.
2533
2534 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2535
2536 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
2537 "set mips abi" documentation.
2538
2539 2011-11-04 Doug Evans <dje@google.com>
2540
2541 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2542
2543 2011-11-03 Tom Tromey <tromey@redhat.com>
2544
2545 * gdb.texinfo (Stopping): Add menu entry.
2546 (Continuing and Stepping): Restore @node. Use @section, not
2547 @subsection.
2548
2549 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
2550
2551 * gdb.texinfo (Skipping Over Functions and Files): Remove node
2552 designation. Fix "Specify Location" cross-reference.
2553
2554 2011-11-02 Stan Shebs <stan@codesourcery.com>
2555
2556 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
2557 (General Query Packets): Describe tracenz feature.
2558 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
2559
2560 2011-10-28 Paul Koning <paul_koning@dell.com>
2561
2562 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
2563
2564 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
2565
2566 * gdb.texinfo ((Frames In Python): Document
2567 gdb.FRAME_UNWIND_FIRST_ERROR contant.
2568
2569 2011-10-26 Paul Koning <paul_koning@dell.com>
2570
2571 * gdb.texinfo (gdb.types): Document new deepitems function.
2572
2573 2011-10-25 Paul Koning <paul_koning@dell.com>
2574
2575 PR python/13327
2576
2577 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
2578 fetch_lazy method.
2579
2580 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2581
2582 PR python/12656
2583
2584 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
2585 global_block, static_block function.
2586
2587 2011-10-19 Tom Tromey <tromey@redhat.com>
2588
2589 * gdb.texinfo (Commands In Python): Add missing "@"s.
2590
2591 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
2592
2593 PR python/13285 Document named constants for frame unwind stop reasons
2594 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
2595 constants.
2596
2597 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2598
2599 Fix compatibility with texinfo versions older than 4.12.
2600 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
2601 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
2602 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
2603 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
2604 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
2605 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
2606 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
2607
2608 2011-10-09 Doug Evans <dje@google.com>
2609
2610 * gdb.texinfo (Extending GDB): Document alias command.
2611
2612 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2613
2614 Support @entry in input expressions.
2615 * gdb.texinfo (Variables): Describe @entry names suffix.
2616 (Print Settings): Add anchor for `set print entry-values'.
2617
2618 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2619 Eli Zaretskii <eliz@gnu.org>
2620
2621 Display @entry parameter values (without references).
2622 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
2623 example.
2624 (Print Settings): New description of set print entry-values and show
2625 print entry-values.
2626
2627 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2628 Eli Zaretskii <eliz@gnu.org>
2629
2630 Recognize virtual tail call frames.
2631 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
2632 (Tail Call Frames): New node.
2633 (Frames In Python): Add gdb.TAILCALL_FRAME.
2634
2635 2011-10-07 Doug Evans <dje@google.com>
2636
2637 * gdb.texinfo (gdb.printing): Document new `replace' arg to
2638 register_pretty_printer.
2639
2640 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
2641
2642 PR python/12930
2643 PR python/12802
2644
2645 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
2646 stop method.
2647
2648 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
2649
2650 * gdb.texinfo (Starting your Program): "set disable-randomization"
2651 is no longer Linux-specific.
2652 (Remote Configuration): Document "set remote
2653 disable-randomization-packet".
2654 (General Query Packets): Document "QDisableRandomization" packet
2655 and add it to "qSupported" list.
2656
2657 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
2658
2659 Allow Python notification of new object-file loadings.
2660 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
2661 event type.
2662
2663 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
2664
2665 PR python/12691: Add the inferior to Python exited event
2666 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
2667
2668 2011-10-03 Joel Brobecker <brobecker@adacore.com>
2669
2670 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
2671 rephasing.
2672
2673 2011-10-03 Joel Brobecker <brobecker@adacore.com>
2674
2675 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
2676 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
2677 as possible feature returned by the `-list-features'
2678 command.
2679
2680 2011-09-28 Paul Koning <paul_koning@dell.com>
2681
2682 * gdb.texinfo (gdb.Type): Document field access by dictionary
2683 key syntax.
2684
2685 2011-09-28 Yao Qi <yao@codesourcery.com>
2686
2687 * gdb.texinfo (Files): Update options for `add-symbol-file'.
2688 Add one space after option `-s'. Remove @r{} markup.
2689
2690 2011-09-27 Stan Shebs <stan@codesourcery.com>
2691
2692 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
2693
2694 2011-09-16 Hui Zhu <teawater@gmail.com>
2695
2696 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
2697 to *(unsigned char *)$esp@300.
2698
2699 2011-09-15 Paul Koning <paul_koning@dell.com>
2700
2701 * gdb.texinfo: Make style of Python functions and methods match
2702 the syntax of Python. Also put class and module names explicitly
2703 on function, member, and variable names, matching Python
2704 documentation conventions.
2705
2706 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2707
2708 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2709 * gdb.texinfo (Inferiors In Python): Describe new
2710 gdb.selected_inferior() function.
2711
2712 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2713
2714 Handle multiple breakpoint hits in Python interface:
2715 * gdb.texinfo (Events In Python): New function documentation:
2716 gdb.BreakpointEvent.breakpoints. Indicate that
2717 gdb.BreakpointEvent.breakpoint is now deprecated.
2718
2719 2011-09-04 Joel Brobecker <brobecker@adacore.com>
2720
2721 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
2722
2723 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
2724
2725 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
2726
2727 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2728
2729 * gdb.texinfo (Prompt): Add set/show extended-prompt
2730 documentation
2731 (Basic Python): Add prompt_hook anchor.
2732 (Python modules): Reword module text to reflect multiple modules.
2733 (gdb.prompt): Document gdb.prompt module.
2734
2735 2011-08-14 Yao Qi <yao@codesourcery.com>
2736
2737 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
2738
2739 2011-08-14 Yao Qi <yao@codesourcery.com>
2740
2741 * gdb.texinfo (Standard Target Features): Document C6x features.
2742 (TIC6x Features): New node.
2743
2744 2011-08-12 Doug Evans <dje@google.com>
2745
2746 * gdb.texinfo (Symbols In Python): Document symbol.type.
2747
2748 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2749
2750 * gdb.texinfo (Python): Document command and function
2751 auto-loading.
2752
2753 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2754 Eli Zaretskii <eliz@gnu.org>
2755
2756 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
2757 typedefs unrolling. Extend the sample code by an inner typedef and
2758 outer typedefs unrolling.
2759
2760 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2761
2762 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
2763 size and line-size.
2764
2765 2011-07-21 Matt Rice <ratmice@gmail.com>
2766
2767 PR macros/12999
2768 * gdb.texinfo (Macros): Add info definitions and info macros commands.
2769 Update text and cindex entries for info macro command.
2770
2771 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2772
2773 * observer.texi (GDB Observers): Add before_prompt observer.
2774 * gdb.texinfo (Basic Python): Add documentation for prompt
2775 substitution.
2776
2777 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2778
2779 PR python/12438
2780 * gdb.texinfo (Python Commands): Add deprecate note to maint
2781 set/show python print-stack. Document set/show python
2782 print-backtrace.
2783
2784 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2785
2786 * gdb.texinfo: Fix typos.
2787
2788 2011-07-01 Tom Tromey <tromey@redhat.com>
2789
2790 * gdb.texinfo (Debugging Output): Document set debug
2791 check-physname.
2792
2793 2011-06-29 Tom Tromey <tromey@redhat.com>
2794
2795 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2796 breakpoint-notifications feature.
2797
2798 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
2799
2800 * gdb.texinfo (Target Description): Remove warning about
2801 possibly unstable format.
2802
2803 2011-06-03 Tom Tromey <tromey@redhat.com>
2804
2805 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
2806 (Events In Python): Note that exit_code is optional.
2807
2808 2011-05-17 Pedro Alves <pedro@codesourcery.com>
2809
2810 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
2811 required for multi-threading support.
2812 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
2813 Hc are deprecated for multi-threading debugging. Point readers at
2814 the vCont packet.
2815
2816 2011-05-15 Doug Evans <dje@google.com>
2817
2818 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
2819
2820 2011-05-13 Doug Evans <dje@google.com>
2821
2822 * gdb.texinfo (Threads): Document $sdir,$pdir.
2823 (Server): Document $pdir exception.
2824
2825 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
2826
2827 * gdb.texinfo (Threads): Clarify default value for
2828 libthread-db-search-path.
2829
2830 * gdb.texinfo (Completion): Update example.
2831 (Debugging Output): Delete `set/show debug lin-lwp-async'.
2832
2833 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
2834
2835 * gdb.texinfo: Document change in the behaviour of the enable and
2836 disable GDB commands when applied to tracepoints.
2837 Document the EnableDisableTracepoints remote stub feature.
2838 Document QTEnable and QTDisable in the list of tracepoint packets.
2839
2840 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2841
2842 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
2843 hsuser.texi.
2844 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
2845 comment to hsuser.texi. Change rluser.texi name in the comment.
2846
2847 2011-05-10 Doug Evans <dje@google.com>
2848
2849 * gdb.texinfo (Threads): If an empty path is provided for
2850 libthread-db-search-path it is reset to its default value.
2851 (Server): Ditto.
2852
2853 2011-05-09 Doug Evans <dje@google.com>
2854
2855 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
2856
2857 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2858 Thiago Jung Bauermann <bauerman@br.ibm.com>
2859
2860 Implement support for PowerPC BookE masked watchpoints.
2861 * gdb.texinfo (Set Watchpoints): Document mask parameter.
2862 (PowerPC Embedded): Mention support of masked watchpoints.
2863
2864 2011-05-03 Joel Brobecker <brobecker@adacore.com>
2865
2866 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
2867 `@value{GDBN}'.
2868
2869 2011-05-03 Joel Brobecker <brobecker@adacore.com>
2870
2871 * gdb.texinfo (titlepage): Remove dedication.
2872 (In Memoriam): New appendix.
2873
2874 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2875 Eli Zaretskii <eliz@gnu.org>
2876
2877 * gdb.texinfo (Index Section Format): Change the version to 5.
2878 Describe the different formula.
2879
2880 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2881 Eli Zaretskii <eliz@gnu.org>
2882
2883 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
2884 for disconnected tracing.
2885 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
2886 extended-remote relationship. Mention --once.
2887 (TCP port allocation lifecycle of @code{gdbserver}): New.
2888
2889 2011-04-23 Eli Zaretskii <eliz@gnu.org>
2890
2891 * gdb.texinfo (Server): Improve indexing. Index all optional
2892 switches to gdbserver.
2893
2894 2011-04-20 Tom Tromey <tromey@redhat.com>
2895
2896 * gdb.texinfo (Index Section Format): New node.
2897 (Top): Add new node to menu.
2898
2899 2011-04-20 Pedro Alves <pedro@codesourcery.com>
2900
2901 * gdb.texinfo (Maintenance Commands): Document `maint print
2902 remote-registers'.
2903
2904 2011-04-20 Tom Tromey <tromey@redhat.com>
2905
2906 * gdb.texinfo (Trace File Format): Move node later.
2907
2908 2011-04-19 Tom Tromey <tromey@redhat.com>
2909
2910 * gdbint.texinfo (Register Information Functions): Remove
2911 duplicate "the".
2912 * gdb.texinfo (Emacs): Remove duplicate "to".
2913 (GDB/MI Variable Objects): Remove duplicate "the".
2914 (General Query Packets): Likewise.
2915
2916 2011-04-02 Joel Brobecker <brobecker@adacore.com>
2917
2918 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
2919 "GDB/MI Ada Exception Information" node.
2920
2921 2011-04-01 Joel Brobecker <brobecker@adacore.com>
2922
2923 * gdb.texinfo (GDB/MI Ada Exception Information): Document
2924 the "exception-name" field in the *stopped async record.
2925
2926 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2927 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2928
2929 Implement support for PowerPC BookE ranged breakpoints.
2930 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
2931
2932 2011-03-28 Tom Tromey <tromey@redhat.com>
2933
2934 * gdb.texinfo (Set Tracepoints): Fix typo.
2935
2936 2011-03-24 Tom Tromey <tromey@redhat.com>
2937
2938 * gdb.texinfo (Specify Location): Document `function:label'
2939 linespec.
2940
2941 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2942
2943 PR python/12149
2944
2945 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
2946
2947 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
2948
2949 * gdb.texinfo (Blocks In Python): Add is_valid method description.
2950 (Inferiors In Python): Likewise.
2951 (Threads In Python): Likewise.
2952 (Symbols In Python): Likewise.
2953 (Objfiles In Python): Likewise.
2954 (Symbol Tables In Python): Likewise.
2955
2956 2011-03-15 Pedro Alves <pedro@codesourcery.com>
2957
2958 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
2959 display>: Explain that the commands accept number ranges.
2960
2961 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
2962
2963 * gdb.texinfo (Breakpoints In Python): Add description and example
2964 of Python stop function operation.
2965
2966 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
2967
2968 * gdb.texinfo (Parameters In Python): Document get_set_string and
2969 get_show_string methods.
2970
2971 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2972
2973 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
2974
2975 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
2976 circular-trace-buffer name.
2977
2978 2011-02-28 Joel Brobecker <brobecker@adacore.com>
2979
2980 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
2981 in the previous change.
2982
2983 2011-02-27 Michael Snyder <msnyder@vmware.com>
2984
2985 * gdb.texinfo (Inferiors and Programs): Update commands to show
2986 that they can accept multiple arguments.
2987
2988 2011-02-24 Joel Brobecker <brobecker@adacore.com>
2989
2990 Revert the following patch (code patch was not approved):
2991 2011-02-21 Hui Zhu <teawater@gmail.com>
2992 * agentexpr.texi (bytecode descriptions): add printf.
2993 * gdb.texinfo (tracepoint action lists): add printf.
2994
2995 2011-02-23 Doug Evans <dje@google.com>
2996
2997 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
2998
2999 2011-02-23 Michael Snyder <msnyder@vmware.com>
3000
3001 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3002 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3003 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3004
3005 2011-02-22 Doug Evans <dje@google.com>
3006
3007 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3008 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3009 add description of result, fix @defun formatting.
3010
3011 2011-02-21 Hui Zhu <teawater@gmail.com>
3012
3013 * agentexpr.texi (Bytecode Descriptions): Add printf.
3014 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3015
3016 2011-02-18 Tom Tromey <tromey@redhat.com>
3017
3018 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3019
3020 2011-02-14 Michael Snyder <msnyder@vmware.com>
3021
3022 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3023 Document new command "thread find".
3024
3025 2011-02-14 Michael Snyder <msnyder@vmware.com>
3026
3027 * gdb.texinfo (Threads): Update example of new thread message.
3028
3029 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3030
3031 * gdb.texinfo (Remote Configuration): Mention set/show remote
3032 traceframe-info.
3033 (Tools/Packages Optional for Building GDB): Mention that expat is
3034 used for traceframe info.
3035 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3036 (General Query Packets) <qSupported>: Describe the
3037 qXfer:traceframe-info:read feature.
3038 (qXfer::read): Describe qXfer:traceframe-info:read.
3039 (Traceframe Info Format): New section.
3040
3041 2011-02-04 Pedro Alves <pedro@codesourcery.com>
3042
3043 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3044 for casts and unary operators.
3045
3046 2011-02-04 Tom Tromey <tromey@redhat.com>
3047
3048 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3049 is not useful.
3050
3051 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3052
3053 * gdb.texinfo: s/value optimized out/optimized out/g
3054
3055 2011-01-21 Joel Brobecker <brobecker@adacore.com>
3056
3057 * gdb.texinfo (Other Misc Settings): Rework part of the
3058 documentation of the "set interactive mode" command.
3059
3060 2011-01-19 Tom Tromey <tromey@redhat.com>
3061
3062 * gdb.texinfo (Threads): Document thread name output and `thread
3063 name' command.
3064 (Threads In Python): Document Thread.name attribute.
3065 (GDB/MI Thread Commands): Document thread attributes.
3066
3067 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3068
3069 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3070 changes in mi/mi-cmd-disas.c
3071
3072 2011-01-12 Tom Tromey <tromey@redhat.com>
3073
3074 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3075 Fix "thread apply" text.
3076
3077 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3078 Thiago Jung Bauermann <bauerman@br.ibm.com>
3079
3080 Implement support for PowerPC BookE ranged watchpoints.
3081 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3082 the "set powerpc exact-watchpoints" flag.
3083
3084 2011-01-07 Tom Tromey <tromey@redhat.com>
3085
3086 * gdb.texinfo (Python API): Add descriptions to @menu items.
3087
3088 2011-01-06 Tom Tromey <tromey@redhat.com>
3089
3090 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3091
3092 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3093
3094 * gdb.texinfo (Debugging Output): Document "set debug jit".
3095
3096 2011-01-06 Tom Tromey <tromey@redhat.com>
3097
3098 PR python/12133:
3099 * gdb.texinfo (Frames In Python): Document various frame
3100 constants.
3101
3102 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3103
3104 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3105 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3106 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3107
3108 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3109
3110 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3111 (clean): Add GDBvn.texi.
3112
3113 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3114
3115 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3116 occasional case where the debugger prints an array address
3117 instead of the array itself.
3118
3119 2010-12-23 Pedro Alves <pedro@codesourcery.com>
3120
3121 * gdb.texinfo (Packets) <read registers packet>: Document support
3122 for registers that were not collected.
3123
3124 2010-12-15 Doug Evans <dje@google.com>
3125
3126 * gdb.texinfo (Startup): Document auto-loading of scripts during
3127 startup.
3128 (Auto-loading): Delete "maint set python auto-load on|off".
3129 Add "set auto-load-scripts on|off".
3130
3131 2010-12-07 Doug Evans <dje@google.com>
3132
3133 * gdb.texinfo (Mode Options): Document -data-directory.
3134 (Data Files): Add reference to -data-directory.
3135
3136 2010-11-29 Doug Evans <dje@google.com>
3137
3138 * gdb.texinfo (Pretty-Printer Introduction): Change
3139 printer-name:subprinter-name to printer-name;subprinter-name.
3140
3141 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3142
3143 PR python/12199
3144
3145 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3146
3147 2010-11-23 Tom Tromey <tromey@redhat.com>
3148
3149 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3150 (Editing): Likewise.
3151 (Command History): Likewise.
3152 (TUI Keys): Likewise.
3153 (Bug Reporting): Conditionally include rluser.texi and
3154 inc-history.texinfo.
3155 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3156 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3157 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3158 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3159 (gdb.pdf): Likewise.
3160 (gdb.info): Likewise.
3161 (gdb/index.html): Likewise.
3162
3163 2010-11-23 Tom Tromey <tromey@redhat.com>
3164
3165 * Makefile.in (Makefile): Run ../config.status.
3166 (distclean): Update.
3167 * configure: Remove.
3168 * configure.ac: Remove.
3169
3170 2010-11-12 Tom Tromey <tromey@redhat.com>
3171
3172 * gdb.texinfo (Basic Python): Update. Add xref.
3173 (Exception Handling): Document new exception classes.
3174 (Types In Python): Update.
3175 (Frames In Python): Update.
3176
3177 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3178
3179 * gdb.texinfo (Breakpoints In Python): Document "internal"
3180 parameter, and visible attribute.
3181
3182 2010-11-05 Doug Evans <dje@google.com>
3183
3184 * gdb.texinfo (Source Path): Document "set directories".
3185
3186 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
3187
3188 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3189 (OpenCL C): New node.
3190
3191 2010-11-02 Doug Evans <dje@google.com>
3192
3193 * gdb.texinfo (Pretty Printing): Expand into three sections,
3194 introduction, example, and commands.
3195 (Python API): Delete section Disabling Pretty-Printers, merge into
3196 Selecting Pretty-Printers.
3197 (Writing a Pretty-Printer): New section. Move the pretty-printer
3198 example here, and reformat to match python coding style. Add a second
3199 example using the gdb.printing module.
3200 (Python modules): Add gdb.printing.
3201
3202 2010-10-29 Doug Evans <dje@google.com>
3203
3204 * gdb.texinfo (Python): Fix long line.
3205
3206 2010-10-20 Doug Evans <dje@google.com>
3207
3208 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3209 All references updated. Correct sections marked as subsections.
3210 (Coding Standards): New chapter. Move the coding standard related
3211 subsections here. Add section on Python coding standards.
3212
3213 2010-10-13 Doug Evans <dje@google.com>
3214
3215 * gdb.texinfo (Python): Add "Python modules".
3216 (Types in Python): Add reference to gdb.types section.
3217 (Python modules): New node.
3218
3219 2010-10-11 Doug Evans <dje@google.com>
3220
3221 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3222 Python" from gdb.Value.type description.
3223
3224 2010-09-28 Joel Brobecker <brobecker@adacore.com>
3225
3226 * gdb.texinfo (Ravenscar Profile): New node.
3227
3228 2010-09-22 Tom Tromey <tromey@redhat.com>
3229
3230 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3231
3232 2010-09-22 Eli Zaretskii <eliz@gnu.org>
3233
3234 * gdb.texinfo (Values From Inferior): Clarify that
3235 value.dynamic_type works only in C++ programs with RTTI.
3236
3237 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
3238
3239 * gdb.texinfo (Character Sets): Correctly reference host-charset
3240 in example.
3241
3242 2010-09-13 Tom Tromey <tromey@redhat.com>
3243
3244 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3245 Document "fullname" and "from".
3246
3247 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3248
3249 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3250 feature `reverse' output by -list-target-features.
3251
3252 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3253
3254 * gdb.texinfo (i386 Features): Remove an extra "@item".
3255
3256 2010-08-30 Tom Tromey <tromey@redhat.com>
3257
3258 PR python/11792:
3259 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3260
3261 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3262
3263 * gdb.texinfo (ARM Features): Document
3264 org.gnu.gdb.arm.m-profile.
3265
3266 2010-08-23 Tom Tromey <tromey@redhat.com>
3267
3268 PR python/11145:
3269 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3270 reinterpret_cast methods.
3271
3272 2010-08-23 Tom Tromey <tromey@redhat.com>
3273
3274 PR python/11915:
3275 * gdb.texinfo (Types In Python): Document array method.
3276
3277 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3278
3279 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3280
3281 2010-08-16 Tom Tromey <tromey@redhat.com>
3282
3283 * gdb.texinfo (Set Watchpoints): Document -location option.
3284
3285 2010-08-13 Doug Evans <dje@google.com>
3286
3287 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3288
3289 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3290
3291 * gdb.texinfo (GDB/MI Data Manipulation): Document
3292 -data-read-memory-raw and -data-write-memory-raw.
3293
3294 2010-08-11 Tom Tromey <tromey@redhat.com>
3295 Phil Muldoon <pmuldoon@redhat.com>
3296
3297 * gdb.texinfo (Basic Python): Describe post_event API.
3298
3299 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3300
3301 * gdb.texinfo (Basic Python): Describe solib_address and
3302 decode_line Python APIs
3303
3304 2010-08-10 Tom Tromey <tromey@redhat.com>
3305
3306 * gdb.texinfo (Pretty Printing API): Document
3307 gdb.default_visualizer.
3308
3309 2010-08-10 Tom Tromey <tromey@redhat.com>
3310
3311 Revert gdb-add-index addition:
3312 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3313
3314 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3315 Eli Zaretskii <eliz@gnu.org>
3316
3317 * gdb.texinfo (Mode Options) <-batch>
3318 (Basic Python) <gdb.execute>: Describe setting width and height.
3319
3320 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3321
3322 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3323
3324 2010-07-30 Tom Tromey <tromey@redhat.com>
3325
3326 * gdb.texinfo (Index Files): Mention gdb-add-index.
3327
3328 2010-07-30 Hui Zhu <teawater@gmail.com>
3329
3330 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3331 "detach inferior" and "kill inferior".
3332
3333 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3334
3335 * gdb.texinfo (Machine Code): Update description of two forms of
3336 arguments, and add new example to demonstrate the new form.
3337
3338 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3339
3340 * gdb.texinfo (Values From Inferior): Add value inferior function
3341 call description.
3342
3343 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3344
3345 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3346
3347 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3348 Eli Zaretskii <eliz@gnu.org>
3349
3350 Make core files the process_stratum.
3351 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3352 record_stratum example.
3353
3354 2010-07-13 Tom Tromey <tromey@redhat.com>
3355
3356 * gdb.texinfo (Index Files): New node.
3357
3358 2010-07-13 Tom Tromey <tromey@redhat.com>
3359
3360 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3361
3362 2010-07-13 Tom Tromey <tromey@redhat.com>
3363
3364 * gdb.texinfo (Specify Location): Document labels.
3365
3366 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3367
3368 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3369 entries for fast tracepoints and static tracepoints.
3370
3371 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3372
3373 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3374 qsThreadInfo>: Spell out `l' as ell.
3375
3376 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3377
3378 * gdb.texinfo (Convenience Variables): Document $_sdata.
3379 (Commands to Set Tracepoints): Describe static tracepoints. Add
3380 `Listing Static Tracepoint Markers' menu entry. Document
3381 "strace".
3382 (Tracepoint Action Lists): Document collecting $_sdata.
3383 (Listing Static Tracepoint Markers): New subsection.
3384 (Tracepoints support in gdbserver): Mention static tracepoints.
3385 (remote packets, enabling and disabling): Mention
3386 read-sdata-object.
3387 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3388 and StaticTracepoint.
3389 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3390 Document qXfer:sdata:read.
3391 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3392
3393 2010-06-29 Joel Brobecker <brobecker@adacore.com>
3394
3395 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3396
3397 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3398 Tom Tromey <tromey@redhat.com>
3399 Thiago Jung Bauermann <bauerman@br.ibm.com>
3400
3401 * gdb.texinfo (Inferiors In Python): New node.
3402 * gdb.texinfo (Threads In Python): New node.
3403
3404 2010-06-28 Joel Brobecker <brobecker@adacore.com>
3405
3406 * gdb.texinfo (Python): Document what the python directory is
3407 and what its location is.
3408 (Basic Python): Document the gdb.PYTHONDIR constant.
3409
3410 2010-06-25 Tom Tromey <tromey@redhat.com>
3411
3412 PR python/10808:
3413 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3414
3415 2010-06-24 Hui Zhu <teawater@gmail.com>
3416
3417 * gdb.texinfo: (Commands for Controlled Output): Add
3418 documentation for command "eval".
3419
3420 2010-06-21 Stan Shebs <stan@codesourcery.com>
3421
3422 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3423 * annotate.texinfo: Ditto.
3424 * gdbint.texinfo: Ditto.
3425 * stabs.texinfo: Ditto.
3426
3427 2010-06-22 Hui Zhu <teawater@gmail.com>
3428
3429 * gdb.texinfo: (Process Record and Replay): Add documentation
3430 for command "set record memory-query".
3431
3432 2010-06-21 Stan Shebs <stan@codesourcery.com>
3433
3434 * gdb.texinfo: Relicense under GFDL version 1.3.
3435 * annotate.texinfo: Relicense under GFDL version 1.3.
3436 * gdbint.texinfo: Relicense under GFDL version 1.3.
3437 * stabs.texinfo: Relicense under GFDL version 1.3.
3438 * fdl.texi: Update to version 1.3.
3439
3440 2010-06-18 Stan Shebs <stan@codesourcery.com>
3441
3442 * gdb.texinfo (Operating System Auxiliary Information): Describe
3443 "info os" when no arguments given.
3444
3445 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3446 $_thread.
3447
3448 2010-06-18 Hui Zhu <teawater@gmail.com>
3449
3450 * gdb.texinfo: (Process Record and Replay): Add documentation
3451 for commands "record save" and "record restore".
3452
3453 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3454
3455 * gdb.texinfo: Include information about the correct use
3456 of addresses in the `watch' command.
3457
3458 2010-06-11 Stan Shebs <stan@codesourcery.com>
3459
3460 * gdb.texinfo (Observer Mode): New section.
3461 (General Query Packets): Document QAllow.
3462
3463 2010-06-04 Doug Evans <dje@google.com>
3464
3465 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3466
3467 2010-06-03 Doug Evans <dje@google.com>
3468
3469 * gdbint.texinfo (Coding): Add subsection on command names.
3470
3471 2010-06-02 Tom Tromey <tromey@redhat.com>
3472
3473 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3474 always-disassemble.
3475
3476 2010-06-01 Pedro Alves <pedro@codesourcery.com>
3477
3478 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3479 gdbserver, and add cross reference.
3480 (Tracepoints support in gdbserver): New subsection.
3481
3482 2010-05-26 Pedro Alves <pedro@codesourcery.com>
3483
3484 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3485 `qRelocInsn' feature.
3486 (Relocate instruction reply packet): New subsection
3487 of `Tracepoint Packets'.
3488 (Tracepoint Packets): Mention that packets QTDP and QTStart
3489 support the qRelocInsn request, and add cross reference to new
3490 subsection.
3491
3492 2010-05-25 Doug Evans <dje@google.com>
3493
3494 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3495 (Commands In Python): Document gdb.string_to_argv.
3496
3497 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3498
3499 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3500 ATTR_NORETURN.
3501
3502 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
3503 Tom Tromey <tromey@redhat.com>
3504 Thiago Jung Bauermann <bauerman@br.ibm.com>
3505
3506 * gdb.texinfo (Parameters In Python): New Node.
3507
3508 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3509
3510 * gdb.texinfo: (Summary) Add mention about D language support.
3511 (Filenames): Add D suffixes.
3512 (D): New node.
3513
3514 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3515
3516 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3517 of macro deleted from GDB code.
3518
3519 2010-04-24 Pedro Alves <pedro@codesourcery.com>
3520
3521 * gdb.texinfo (Commands to specify files): Describe what how GDB
3522 looks up DOS-based filesystem paths on the system root. Document
3523 the new `set/show target-file-system-kind' commands.
3524
3525 2010-04-23 Doug Evans <dje@google.com>
3526
3527 * gdb.texinfo (Python): Move Auto-loading section here ...
3528 (Python API): from here.
3529 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3530 (Maintenance Commands): Add docs for "maint print section-scripts".
3531
3532 2010-04-20 Chris Moller <cmoller@redhat.com>
3533
3534 * gdb.texinfo (Setting Breakpoints): Added description of
3535 filename-qualified rbreak.
3536 * refcard.tex (Breakpoints and Watchpoints): Added brief
3537 description of filename-qualified rbreak.
3538
3539 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3540
3541 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3542 (Python API): Change the reference to Pretty Printing API.
3543 (Pretty Printing): Move the user part under the Data node. Reformat
3544 the sample output to 72 columns. Create a new reference to Pretty
3545 Printing API. Rename the API part ...
3546 (Pretty Printing API): To a new node name.
3547 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
3548 (GDB/MI Variable Objects): Change references to Pretty Printing API.
3549
3550 2010-04-21 Stan Shebs <stan@codesourcery.com>
3551
3552 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
3553 and commands.
3554 (Listing Tracepoints): Update to reflect current behavior.
3555
3556 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3557
3558 * gdb.texinfo (Examining memory): Update for change in string
3559 display with explicit size.
3560
3561 2010-04-19 Pedro Alves <pedro@codesourcery.com>
3562
3563 PR breakpoints/8554.
3564
3565 * gdb.texinfo (Save Breakpoints): New node.
3566 (save-tracepoints): Rename to ...
3567 (save tracepoints): ... this. Mention that `save-tracepoints' is
3568 a deprecated alias to `save tracepoints'.
3569
3570 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3571
3572 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
3573 (info w32 thread-information-block): Document new command.
3574 (qGetTIBAddress): Document new gdbserver query.
3575 (maint set/show show-all-tib): Document new command.
3576
3577 2010-04-15 Doug Evans <dje@google.com>
3578
3579 * gdb.texinfo (Python API): Add progspaces section.
3580 (Selecting Pretty-Printers): Progspace pretty-printers are
3581 searched too.
3582 (Progspaces In Python): New section.
3583
3584 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
3585
3586 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3587
3588 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
3589 returns None.
3590
3591 2010-04-09 Stan Shebs <stan@codesourcery.com>
3592
3593 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3594 Describe the `frames-created' field, tweak grammar.
3595
3596 2010-04-09 Pedro Alves <pedro@codesourcery.com>
3597
3598 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3599 Describe the `circular' and `disconnected' fields.
3600
3601 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
3602
3603 * gdb.texinfo (maint print registers): Mention unavailable and
3604 invisible registers.
3605
3606 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3607 Thiago Jung Bauermann <bauerman@br.ibm.com>
3608 Tom Tromey <tromey@redhat.com>
3609
3610 * gdb.texinfo (Breakpoints In Python): New Node.
3611
3612 2010-04-08 Stan Shebs <stan@codesourcery.com>
3613
3614 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
3615 trace status fields.
3616
3617 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3618
3619 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
3620 optional. Make org.gnu.gdb.i386.avx requires
3621 org.gnu.gdb.i386.avx.
3622
3623 2010-04-08 Doug Evans <dje@google.com>
3624
3625 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
3626 search path, and document that gdb only scans the search path if
3627 the script's path doesn't specify a directory.
3628
3629 2010-04-05 Doug Evans <dje@google.com>
3630
3631 * gdb.texinfo (maint show python auto-load): Fix typo.
3632
3633 2010-04-04 Stan Shebs <stan@codesourcery.com>
3634
3635 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
3636 (Setting Watchpoints): Update description of "info watch".
3637 (Disabling Breakpoints): Only "info break" lists all.
3638
3639 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
3640 (tdump): Explain how tdump works.
3641
3642 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3643
3644 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
3645 add cross reference.
3646
3647 2010-03-31 Pedro Alves <pedro@codesourcery.com>
3648
3649 * gdb.texinfo (TUI Commands): Mention that in some cases, these
3650 commands error out.
3651
3652 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3653
3654 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
3655
3656 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3657
3658 * gdb.texinfo (General Query Packets): Add xmlRegisters.
3659
3660 2010-03-29 Stan Shebs <stan@codesourcery.com>
3661 Nathan Sidwell <nathan@codesourcery.com>
3662
3663 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
3664 GDBN equivalent.
3665 (Set Tracepoints): Remove mention that conditional tracepoints
3666 don't exist.
3667 (Tracepoint Actions): Clarify when while-stepping collection
3668 happens, note that while-stepping does not automatically collect
3669 $pc.
3670
3671 2010-03-29 Stan Shebs <stan@codesourcery.com>
3672
3673 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
3674 (General Query Packets): Describe TracepointSource.
3675
3676 2010-03-27 Matt Rice <ratmice@gmail.com>
3677
3678 * gdb.texinfo (ARM): Document arguments to "target sim".
3679 (Set Catchpoints): Use @dots{} instead of @r{...}.
3680
3681 2010-03-26 Pedro Alves <pedro@codesourcery.com>
3682
3683 * gdb.texinfo (Tracepoint Packets): Remove mention that
3684 terror:string may be plain text, and drop mention of X prefix.
3685
3686 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
3687
3688 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
3689
3690 2010-03-24 Stan Shebs <stan@codesourcery.com>
3691
3692 * gdb.texinfo (Tracepoint Packets): Document trace error status.
3693
3694 2010-03-24 Tom Tromey <tromey@redhat.com>
3695
3696 PR breakpoints/9352:
3697 * gdb.texinfo (Break Commands): Update.
3698
3699 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3700
3701 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
3702 commands.
3703
3704 2010-03-16 Stan Shebs <stan@codesourcery.com>
3705
3706 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
3707 circular-trace-buffer.
3708 (Tracepoint Packets): Describe QTBuffer, and details of the
3709 qTStatus reply.
3710
3711 2010-03-12 Stan Shebs <stan@codesourcery.com>
3712 Nathan Sidwell <nathan@codesourcery.com>
3713
3714 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
3715 doing instruction stepping.
3716 (Tracepoint Restrictions): New node.
3717
3718 2010-03-10 Tom Tromey <tromey@redhat.com>
3719
3720 * gdbint.texinfo (Symbol Handling): Update.
3721
3722 2010-03-08 Tom Tromey <tromey@redhat.com>
3723
3724 PR cli/9591:
3725 * gdb.texinfo (Mode Options): Mention lack of pagination and
3726 confirmation with --batch.
3727 (Screen Size): Mention --batch.
3728 (Messages/Warnings): Likewise.
3729
3730 2010-03-05 Tom Tromey <tromey@redhat.com>
3731
3732 * gdb.texinfo (Basic Python): Document target_charset and
3733 target_wide_charset.
3734
3735 2010-03-05 Tom Tromey <tromey@redhat.com>
3736
3737 * gdb.texinfo (Data): Link to pretty-printing.
3738 (Output Formats): Likewise. Correct text.
3739
3740 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3741
3742 * gdb.texinfo (Types): Describe <struct> and <flags>.
3743
3744 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3745
3746 * gdb.texinfo (Frames In Python): Add block parameter and
3747 description to read_var text.
3748
3749 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
3750 Tom Tromey <tromey@redhat.com>
3751
3752 * gdb.texinfo (Types In Python): Describe block argument in
3753 template_argument and gdb.lookup_type.
3754
3755 2010-02-24 Tom Tromey <tromey@redhat.com>
3756
3757 * gdb.texinfo (Cygwin Native): Fix typo.
3758
3759 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3760
3761 * gdb.texinfo (Frames In Python): Add block, find_sal, function
3762 and select method descriptions.
3763 (Python API): Add Blocks In Python, Symbols in Python and Symbol
3764 Tables in Python to menu.
3765 (Blocks In Python): New node.
3766 (Symbols In Python): New node.
3767 (Symbol Tables in Python): New node.
3768
3769 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
3770
3771 Multiexec MI
3772
3773 gdb/
3774 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
3775
3776 gdb/doc/
3777 * gdb.texinfo (GDB/MI Command Syntax): Document notification
3778 changes.
3779 (GDB/MI Program Execution): Document current behaviour of
3780 --all and --thread-group.
3781 (GDB/MI Miscellaneous Commands): Document -add-inferior and
3782 -remove-inferior.
3783 * observer.texi (inferior_added, inferior_removed): New
3784 observers.
3785
3786 2010-02-19 Tom Tromey <tromey@redhat.com>
3787
3788 * gdbint.texinfo (Getting Started): Fix @node.
3789 (Debugging GDB): Likewise.
3790
3791 2010-02-13 Joel Brobecker <brobecker@adacore.com>
3792
3793 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
3794 documenting the gdb_test_timeout variable.
3795
3796 2010-02-12 Jakob Engblom <jakob@virtutech.com>
3797
3798 * gdb.texinfo (MI commands): Added documentation of --reverse
3799 option to a set of MI commands. Restructured documentation of MI
3800 commands --exec-continue to reflect the complexity of reverse
3801 execution.
3802
3803 2010-02-12 Pedro Alves <pedro@codesourcery.com>
3804
3805 * gdb.texinfo (Using the Collected Data): Specify that the address
3806 range of `tfind outsize' is exclusive, and that the address range
3807 of `tfind range' is inclusive.
3808 (Tracepoint Packets): Specify that the address range of
3809 `QTFrame:range' is inclusive, and that the address range of
3810 `QTFrame:outside' is exclusive
3811
3812 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
3813
3814 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
3815
3816 2010-02-10 Tom Tromey <tromey@redhat.com>
3817
3818 * gdb.texinfo (Debugging Output): Document set debug parser and
3819 show debug parser.
3820
3821 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
3822
3823 * gdb.texinfo (Predefined Target Types): Add i387_ext,
3824 i386_eflags and i386_mxcsr.
3825
3826 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
3827
3828 * gdb.texinfo: Document i386 target features.
3829
3830 2010-02-05 Doug Evans <dje@google.com>
3831
3832 * gdbint.texinfo (Testsuite): Add a new section to document the
3833 various DejaGnu variables that may be overridden.
3834 Document INTERNAL_GDBFLAGS.
3835
3836 2010-02-04 Tom Tromey <tromey@redhat.com>
3837
3838 PR cli/8830:
3839 * gdb.texinfo (Files): -readnow comes before the filename for file
3840 and symbol-file.
3841
3842 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3843
3844 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
3845 Document ARM breakpoint types.
3846 (Register Packet Format): Move into the new section.
3847 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
3848
3849 2010-01-21 Joel Brobecker <brobecker@adacore.com>
3850
3851 * gdb.texinfo (File Options): Adjust the documentation of this
3852 switch to refer to the "source" command rather than partially
3853 duplicating some of the relevant information.
3854 (Extending GDB): Introduce and document the set/show script-extension
3855 setting.
3856 (Command Files): Add note explaining that the "source" command
3857 is also used to evalute scripts written in other languages.
3858 Remove the short slightly incorrect reference to sourcing Python
3859 scripts.
3860 (Python Commands): Document how to execute a Python script from GDB.
3861
3862 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3863
3864 * gdb.texinfo (Command Files): Fix typo.
3865
3866 2010-01-18 Tom Tromey <tromey@redhat.com>
3867
3868 * gdb.texinfo (File Options): Document -x on .py files.
3869 (Command Files): Document handling of Python scripts.
3870
3871 2010-01-18 Jie Zhang <jie.zhang@analog.com>
3872
3873 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
3874
3875 2010-01-15 Stan Shebs <stan@codesourcery.com>
3876
3877 * gdb.texinfo (Trace Files): New section.
3878 (Tracepoint Packets): Document QTSave and qTBuffer.
3879 (Trace File Format): New appendix.
3880
3881 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3882
3883 * gdb.texinfo (Values From Inferior): Document lazy_string value
3884 method.
3885 (Python API): Add Lazy strings menu item.
3886 (Lazy Strings In Python): New node.
3887
3888 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3889
3890 * gdb.texinfo (GDB/MI Thread Information): New.
3891 (GDB/MI Async Records): Document the core field in *stopped.
3892 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
3893 documentation
3894 (Process list): Document that osdata document may contain
3895 threads.
3896 (Remote Serial Protocol): Document qXfer:threads.
3897
3898 2010-01-06 Stan Shebs <stan@codesourcery.com>
3899
3900 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3901 disconnected tracing.
3902 (Tracepoint Packets): Document new protocol.
3903
3904 2010-01-05 Stan Shebs <stan@codesourcery.com>
3905
3906 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
3907 tracepoints.
3908 (Tracepoint Packets): Describe remote protocol for fast
3909 tracepoints.
3910
3911 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3912
3913 Update the "Start of New Year Procedure".
3914 * gdbint.texinfo: Add the list of files that need to be updated
3915 manually. Minor reformatting.
3916
3917 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3918
3919 * refcard.tex: Update copyright year in header and text.
3920
3921 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3922
3923 * agentexpr.texi: Add 2010 to the list of copyright years.
3924 * annotate.texinfo: Likewise.
3925 * gdb.texinfo: Likewise.
3926 * gdbint.texinfo: Likewise.
3927 * observer.texi: Likewise.
3928 * stabs.texinfo: Likewise.
3929
3930 2009-12-31 Stan Shebs <stan@codesourcery.com>
3931
3932 * gdb.texinfo (Tracepoint Actions): Describe teval.
3933
3934 2009-12-29 Stan Shebs <stan@codesourcery.com>
3935
3936 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
3937
3938 2009-12-28 Stan Shebs <stan@codesourcery.com>
3939
3940 * gdb.texinfo (Trace State Variables): New section.
3941 (Tracepoint Packets): Describe trace state variable packets.
3942 * agentexpr.texi (Bytecode Descriptions): Describe trace state
3943 variable bytecodes.
3944
3945 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
3946
3947 * gdb.texinfo (Symbols): "info variables" prints definitions, not
3948 declarations.
3949
3950 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3951
3952 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
3953 -gdb-exit behaviour.
3954
3955 2009-12-20 Joel Brobecker <brobecker@adacore.com>
3956
3957 * gpl.texi: Update to version 3 of the GPL.
3958
3959 2009-12-20 Joel Brobecker <brobecker@adacore.com>
3960
3961 * Makefile.in: Update copyright header.
3962 * observer.texi: Fix the copyright header of the generated files.
3963
3964 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
3965
3966 * gdb.texinfo (Types In Python): Describe range function.
3967
3968 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
3969
3970 * gdb.texinfo (Types In Python): Describe "is_base_class".
3971
3972 2009-12-03 Tom Tromey <tromey@redhat.com>
3973
3974 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
3975
3976 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
3977
3978 * observer.texi: New memory_changed observer.
3979
3980 2009-12-01 Tom Tromey <tromey@redhat.com>
3981
3982 * gdb.texinfo (Reverse Execution): Fix typo.
3983
3984 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3985
3986 PR gdb/8704
3987
3988 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
3989 are allowed after the breakpoint condition.
3990
3991 2009-11-23 Tom Tromey <tromey@redhat.com>
3992
3993 PR python/10782:
3994 * gdb.texinfo (Types In Python): Document Type.pointer.
3995
3996 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3997
3998 * gdb.texinfo (Machine Code): Adjust.
3999
4000 2009-11-11 Pedro Alves <pedro@codesourcery.com>
4001
4002 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4003 (Using Agent Expressions): Delete cross reference.
4004
4005 2009-11-07 Joel Brobecker <brobecker@adacore.com>
4006
4007 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4008 and @settitle directives up to help makeinfo find them.
4009
4010 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4011
4012 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4013 (Auto-loading): Use plural and note one can use multiple components now.
4014
4015 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4016
4017 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4018 -stack-list-arguments have the same documentation for parameter
4019 as -stack-list-locals. Add comas.
4020
4021 2009-10-27 Tom Tromey <tromey@redhat.com>
4022 Eli Zaretskii <eliz@gnu.org>
4023
4024 PR python/10781
4025
4026 * gdb.texinfo (Values From Inferior): Document cast method.
4027
4028 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4029
4030 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4031 and adjust example.
4032
4033 2009-10-22 Michael Snyder <msnyder@vmware.com>
4034
4035 * gdb.texinfo (Process Record and Replay): Document new form of
4036 info record command. Also document the new save and restore
4037 commands.
4038
4039 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4040
4041 * gdb.texinfo (Machine Code): Mention current pc marker.
4042 (Memory): Likewise.
4043
4044 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4045 Stan Shebs <stan@codesourcery.com>
4046
4047 * observer.texi (new_inferior): Rename to...
4048 (inferior_appeared): ... this.
4049
4050 * gdb.texinfo (Inferiors): Rename node to ...
4051 (Inferiors and Programs): ... this. Mention running multiple
4052 programs in the same debug session.
4053 <info inferiors>: Mention the new 'Executable' column if "info
4054 inferiors". Update examples. Document the "add-inferior",
4055 "clone-inferior", "remove-inferior" and "maint info
4056 program-spaces" commands.
4057 (Process): Rename node to...
4058 (Forks): ... this. Document "set|show follow-exec-mode".
4059
4060 2009-10-11 Michael Snyder <msnyder@vmware.com>
4061
4062 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4063 (ReverseContinue): Ditto.
4064
4065 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4066
4067 * gdb.texinfo (Server): Document libthread-db-search-path.
4068
4069 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4070
4071 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4072
4073 2009-10-06 Michael Eager <eager@eagercon.com>
4074
4075 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4076 (Embedded Processors): Add MicroBlaze.
4077 (MicroBlaze): New. Describe Xilinx MicroBlaze
4078
4079 2009-10-04 Pedro Alves <pedro@codesourcery.com>
4080
4081 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4082
4083 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4084
4085 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4086
4087 2009-09-23 Joel Brobecker <brobecker@adacore.com>
4088
4089 * observer.texi (solib_unloaded): Document explicitly the fact that
4090 this observer is called before the associated symbols are unloaded.
4091
4092 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4093
4094 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4095 -stack-list-variables.
4096
4097 2009-09-18 Tom Tromey <tromey@redhat.com>
4098
4099 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4100 is experimental.
4101
4102 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4103
4104 * gdb.texinfo (convenince variables): Mention
4105 $_siginfo could be empty.
4106
4107 2009-09-15 Tom Tromey <tromey@redhat.com>
4108
4109 * gdb.texinfo (GDB/MI Variable Objects): Document
4110 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4111 Expand -var-update documentation.
4112
4113 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4114
4115 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4116 feature.
4117
4118 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4119
4120 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4121
4122 2009-09-10 Michael Snyder <msnyder@vmware.com>
4123
4124 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4125 ReverseStep replies to the qSupported query.
4126
4127 2009-09-10 Joel Brobecker <brobecker@adacore.com>
4128
4129 Add documentation for set/show interactive-mode.
4130 * gdb.texinfo (Other Misc Settings): New node.
4131
4132 2009-09-01 Doug Evans <dje@google.com>
4133
4134 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4135 non-stop mode's affect on remote caching.
4136
4137 2009-08-31 Jacob Potter <jdpotter@google.com>
4138 Doug Evans <dje@google.com>
4139
4140 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4141 Mark `set/show remotecache' options as obsolete.
4142 Document new `set/show stack-cache' option.
4143 Update text for `info dcache'.
4144
4145 2009-08-27 Doug Evans <dje@google.com>
4146
4147 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4148 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4149
4150 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4151
4152 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4153 about autoconf.
4154
4155 2009-08-25 Pedro Alves <pedro@codesourcery.com>
4156
4157 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4158 small example, and describe its columns. Replace "inferior-id" by
4159 "infno" throughout.
4160
4161 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4162
4163 * gdbint.texinfo (Releasing GDB): Point to
4164 README-maintainer-mode file for required autoconf version.
4165 * configure.ac: Do not substitute datarootdir, htmldir,
4166 pdfdir, docdir. Do not process --with-datarootdir,
4167 --with-htmldir, --with-pdfdir, --with-docdir.
4168 * configure: Regenerate.
4169
4170 * configure: Regenerate.
4171
4172 2009-08-20 Reid Kleckner <reid@kleckner.net>
4173
4174 * gdb.texinfo: Add chapter on JIT interface.
4175
4176 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
4177
4178 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4179 confirmation request.
4180
4181 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4182
4183 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4184 CRC definitions.
4185
4186 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4187
4188 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4189 -break-commands.
4190
4191 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4192
4193 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4194 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4195
4196 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4197
4198 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4199 "set spu stop-on-load" and "show spu stop-on-load" commands.
4200
4201 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4202
4203 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4204
4205 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4206
4207 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4208 org.gnu.gdb.arm.neon.
4209
4210 2009-07-20 Pedro Alves <pedro@codesourcery.com>
4211
4212 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4213 optional element.
4214 (subsection OS ABI): New subsection.
4215
4216 2009-07-14 Stan Shebs <stan@codesourcery.com>
4217
4218 * gdb.texinfo (Tracepoint Conditions): New section.
4219 (General Query Packets): Describe ConditionalTracepoints.
4220 (Tracepoint Packets): Describe condition field.
4221 (Maintenance Commands): Describe maint agent-eval.
4222 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4223
4224 2009-07-11 Hui Zhu <teawater@gmail.com>
4225
4226 * gdb.texinfo (disassemble): Add a new modifier /r
4227 to "disassemble" command to make it print the raw instructions
4228 in hex as well as in symbolic form.
4229
4230 2009-07-09 Tom Tromey <tromey@redhat.com>
4231
4232 * gdbint.texinfo (Testsuite): Document parallel make check.
4233
4234 2009-07-09 Tom Tromey <tromey@redhat.com>
4235
4236 * gdbint.texinfo (Testsuite): Document test transcripts.
4237
4238 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4239
4240 * gdb.texinfo (Values From Inferior): Add length parameter
4241 description.
4242
4243 2009-07-04 Chris Genly <chris@genly.us>
4244
4245 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4246 in -var-list-children. Fix example according to what the code
4247 does.
4248
4249 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4250
4251 * gdb.texinfo (Debugging multiple inferiors): Document the
4252 "inferior", "detach inferior" and "kill inferior" commands.
4253 (Debugging Programs with Multiple Processes): Adjust to mention
4254 generic "inferior" commands. Delete mention of "detach fork" and
4255 "delete fork". Cross reference to "Debugging multiple inferiors"
4256 section.
4257
4258 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4259
4260 * gdbint.texinfo (Item Output Functions): Update signature
4261 for ui_out_field_core_addr.
4262
4263 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4264
4265 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
4266 Update example code extrated from breakpoint.c.
4267
4268 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
4269
4270 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4271 MI commands.
4272 (GDB/MI Symbol Query): Likewise.
4273 (GDB/MI File Commands): Likewise.
4274 (GDB/MI File Transfer Commands): Likewise.
4275 (GDB/MI Target Manipulation): Likewise.
4276 (GDB/MI Miscellaneous Commands): Likewise.
4277
4278 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4279
4280 * gdb.texinfo (Debugging Optimized Code): New chapter.
4281 (Compiling for Debugging): Reference it. Move some
4282 text to the new section.
4283
4284 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4285
4286 * doc/gdb.texinfo (Calling): Document
4287 set-unwind-on-terminating-exception usage.
4288
4289 2009-06-11 Pedro Alves <pedro@codesourcery.com>
4290
4291 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4292 command.
4293
4294 2009-06-07 Pedro Alves <pedro@codesourcery.com>
4295
4296 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4297 references.
4298
4299 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4300
4301 * gdbint.texinfo: Rename formal parameters to gdbarch function
4302 protoypes from "current_gdbarch" to "gdbarch".
4303
4304 2009-05-28 Tom Tromey <tromey@redhat.com>
4305
4306 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4307
4308 2009-05-27 Tom Tromey <tromey@redhat.com>
4309
4310 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4311 feature.
4312 (GDB/MI Variable Objects): Document -var-set-visualizer.
4313
4314 2009-04-02 Tom Tromey <tromey@redhat.com>
4315
4316 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4317 feature.
4318 (GDB/MI Variable Objects): Document -var-set-visualizer.
4319
4320 2009-05-27 Tom Tromey <tromey@redhat.com>
4321 Thiago Jung Bauermann <bauerman@br.ibm.com>
4322 Phil Muldoon <pmuldoon@redhat.com>
4323
4324 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4325 (Pretty Printing): New node.
4326 (Selecting Pretty-Printers): Likewise.
4327 (Python API): Update.
4328 (Output Formats): Document /r format.
4329
4330 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4331 Tom Tromey <tromey@redhat.com>
4332
4333 * gdb.texinfo (Types In Python): New node.
4334 (Values From Inferior): "type" is now an attribute.
4335 (Python API): Update.
4336
4337 2009-05-27 Tom Tromey <tromey@redhat.com>
4338 Thiago Jung Bauermann <bauerman@br.ibm.com>
4339 Phil Muldoon <pmuldoon@redhat.com>
4340
4341 * gdb.texinfo: Add @syncodeindex for `tp'.
4342 (Python API): Update.
4343 (Auto-loading): New node.
4344 (Objfiles In Python): New node.
4345
4346 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4347
4348 * gdb.texinfo (Threads): Document libthread-db-search-path.
4349
4350 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
4351
4352 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4353
4354 2009-05-12 Pedro Alves <pedro@codesourcery.com>
4355
4356 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4357 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4358 show show-debug-regs' docs.
4359
4360 2009-05-08 Eli Zaretskii <eliz@gnu.org>
4361
4362 * gdb.texinfo (Process Record and Replay): Add description of
4363 reverse execution.
4364
4365 2009-05-07 Joel Brobecker <brobecker@adacore.com>
4366
4367 * gdbint.texinfo (Adding support for debugging core files): New node.
4368 (Native Debugging): Remove the ``Native core file Support'' section.
4369
4370 2009-05-01 Eli Zaretskii <eliz@gnu.org>
4371
4372 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4373 Add index entries.
4374
4375 2009-04-30 Hui Zhu <teawater@gmail.com>
4376 Michael Snyder <msnyder@vmware.com>
4377
4378 * gdb.texinfo: (Process Record and Replay): Add documentation for
4379 process record and replay.
4380
4381 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4382
4383 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4384 a new part on command-line defined macros.
4385
4386 2009-04-25 Eli Zaretskii <eliz@gnu.org>
4387
4388 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4389 clarify the wording.
4390
4391 2009-04-23 Tom Tromey <tromey@redhat.com>
4392
4393 * gdb.texinfo (Data Files): New node.
4394 (GDB Files): Update menu.
4395
4396 2009-04-23 Joel Brobecker <brobecker@adacore.com>
4397
4398 * gdbint.texinfo (Defining Other Architecture Features): Remove
4399 entry for PROCESS_LINENUMBER_HOOK.
4400
4401 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4402
4403 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4404
4405 2009-04-22 Hui Zhu <teawater@gmail.com>
4406
4407 * gdb.texinfo (disassemble-next-line): Set the default of
4408 disassemble-next-line to off.
4409
4410 2009-04-21 Joseph Myers <joseph@codesourcery.com>
4411
4412 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4413 --with-htmldir): New.
4414 * configure: Regenerate.
4415 * Makefile.in (datarootdir, docdir): Define.
4416 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4417 instead of $(SET_TEXINPUTS).
4418 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4419 gdbint.info instead of $(SET_TEXINPUTS).
4420 (gdbint/index.html): Use same -I options as for building
4421 gdbint.info.
4422 (stabs.dvi, stabs.pdf): Use same -I options as for building
4423 stabs.info instead of $(SET_TEXINPUTS).
4424 (stabs/index.html): Use same -I options as for building
4425 stabs.info.
4426 (annotate.dvi, annotate.pdf): Use same -I options as for building
4427 annotate.info instead of $(SET_TEXINPUTS).
4428 (annotate/index.html): Use same -I options as for building
4429 annotate.info.
4430
4431 2009-04-21 David Daney <ddaney@caviumnetworks.com>
4432
4433 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4434
4435 2009-04-21 Joseph Myers <joseph@codesourcery.com>
4436
4437 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4438
4439 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
4440 Joseph Myers <joseph@codesourcery.com>
4441
4442 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4443 (MAKEHTMLFLAGS): Set to empty.
4444 (html__strip_dir): Define.
4445 (HTMLFILES): Define.
4446 (HTMLFILES_INSTALL): Define.
4447 (install-html): Copy new automake rule.
4448 (html): Depend on $(HTMLFILES).
4449 (gdb_toc.html): Rename to gdb/index.html.
4450 (gdbint_toc.html): Rename to gdbint/index.html.
4451 (stabs_toc.html): Rename to stabs/index.html.
4452 (annotate_toc.html): Rename to annotate/index.html.
4453
4454 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4455
4456 * Makefile.in: Set pdfdir and htmldir from configure
4457 substitutions.
4458 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4459 * configure: Regenerate.
4460
4461 2009-04-16 Joel Brobecker <brobecker@adacore.com>
4462
4463 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4464 This macro is no longer used.
4465
4466 2009-04-15 Tom Tromey <tromey@redhat.com>
4467
4468 * gdb.texinfo (Character Sets): Document default character set.
4469
4470 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4471
4472 * gdbint.texinfo: Change server name from sources.redhat.com to
4473 sourceware.org throughout.
4474
4475 2009-04-09 Joel Brobecker <brobecker@adacore.com>
4476
4477 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4478 about a missing dot or coma after @xref.
4479
4480 2009-04-02 Joel Brobecker <brobecker@adacore.com>
4481
4482 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4483 example, and add a small explanation about it.
4484 (Print Settings): Change the documentation of the "set print
4485 frame-arguments" to reflect the fact that the default is now "scalars".
4486
4487 2009-04-02 Joel Brobecker <brobecker@adacore.com>
4488
4489 * gdb.texinfo (Print Settings): Add kindex for command "set
4490 print frame-arguments".
4491
4492 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4493
4494 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4495 breakpoints.
4496 (Set Breaks): Add reference to thread-specific and task-specific
4497 breakpoints.
4498
4499 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4500
4501 * gdb.texinfo (Ada Tasks): Remove the documentation about
4502 the "Running" state, as this state has been eliminated.
4503 Now all runnable tasks are shown as "Runnable".
4504
4505 2009-03-30 Stan Shebs <stan@codesourcery.com>
4506
4507 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4508 special case of breakpoints.
4509 (Enable and Disable Tracepoints): Mention deprecation.
4510 (Listing Tracepoints): Update description and example.
4511
4512 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4513
4514 * gdb.texinfo (Frames in Python): New node.
4515 (Python API): Update.
4516
4517 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4518
4519 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4520 from a method to an attribute.
4521
4522 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4523
4524 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4525 attribute.
4526
4527 2009-03-25 Pedro Alves <pedro@codesourcery.com>
4528
4529 * observer.texi (thread_exit): Add "silent" parameter.
4530
4531 2009-03-22 Pedro Alves <pedro@codesourcery.com>
4532
4533 * observer.texi (about_to_proceed): New.
4534
4535 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4536
4537 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4538 field throughout to handle types with spaces in them. Fix typos
4539 found by aspell.
4540 (Summary, Requirements, Contributors): New first chapter,
4541 "Summary" added, old Requirements section moved there, and new
4542 section, "Contributors" added.
4543 (Initializing a New Architecture, Register Representation)
4544 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
4545 (Porting gdb): These sections extended and updated.
4546 (Compiler Characteristics): This section (empty) deleted.
4547 (Defining Other Architecture Features): This section renamed and
4548 duplicate material removed from (formerly "Target Conditionals").
4549 Use braces {} in @deftypeXX type field throughout to handle types
4550 with spaces in them. Typos found by aspell fixed.
4551
4552 * stack_frame.svg: New file, source of image for gdbint.texinfo.
4553 * stack_frame.pdf: Version of image for PDF output.
4554 * stack_frame.png: Version of image for HTML output and for Emacs.
4555 * stack_frame.txt: Version of image for Info output.
4556 * stack_frame.eps: Version of image for TeX DVI output.
4557
4558 2009-03-21 Eli Zaretskii <eliz@gnu.org>
4559
4560 * gdb.texinfo (Character Sets): Fix last change.
4561
4562 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4563
4564 * gdb.texinfo (Values From Inferior): Fix optional arguments
4565 markup.
4566 (Commands In Python): Adjust argument names of gdb.Command.__init__
4567 to what the function accepts as keywords.
4568
4569 2008-03-20 Tom Tromey <tromey@redhat.com>
4570
4571 * gdb.texinfo (Convenience Vars): Document convenience functions.
4572 (Functions In Python): New node.
4573 (Python API): Update.
4574
4575 2009-03-20 Tom Tromey <tromey@redhat.com>
4576
4577 * gdb.texinfo (Character Sets): Remove obsolete text. Document
4578 set target-wide-charset.
4579 (Requirements): Mention iconv.
4580
4581 2009-03-17 Hui Zhu <teawater@gmail.com>
4582
4583 * gdb.texinfo: Change the introduce of "disassemble-next-line".
4584
4585 2009-03-17 Hui Zhu <teawater@gmail.com>
4586
4587 * gdb.texinfo: Add documentation for disassemble-next-line.
4588
4589 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4590
4591 * gdb.texinfo (Commands In Python): Remove tindex entries.
4592
4593 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4594
4595 * gdb.texinfo (Returning): New description for missing debug info.
4596
4597 2009-03-14 Pedro Alves <pedro@codesourcery.com>
4598
4599 * gdb.texinfo (Remote Configuration): Document query-attached.
4600 (General Query Packets): Document qAttached.
4601
4602 2009-03-05 Pedro Alves <pedro@codesourcery.com>
4603
4604 * gdb.texinfo (Background Execution): Better describe the set
4605 target-async command.
4606 (Maintenance Commands): Delete description of the `maint set/show
4607 linux-async' and `maint set/show remote-async' commands.
4608
4609 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4610
4611 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
4612 between sentences.
4613
4614 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4615
4616 * gdb.texinfo (GDB/MI Async Records): Document the
4617 =library-loaded and =library-unloaded notifications.
4618
4619 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4620
4621 * observer.texi (test_notification): New observer.
4622
4623 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4624
4625 * observer.texi: Add parameter 'print_frame' to normal_stop
4626 observer.
4627
4628 2009-02-07 Eli Zaretskii <eliz@gnu.org>
4629
4630 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
4631 (Commands In Python): Fix COMMAND_* constants in last change. Use
4632 @kbd for interactive input. Add cross-references and index
4633 entries.
4634
4635 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4636
4637 * gdb.texinfo (Signals): Document $_siginfo.
4638 (Convenience Variables): Mention $_siginfo.
4639 (Remote Configuration): Document qXfer:siginfo:read,
4640 qXfer:siginfo:write packets, and the read-siginfo-object,
4641 write-siginfo-object commands.
4642
4643 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4644
4645 * gdbint.texinfo (Values): New chapter.
4646
4647 2009-02-06 Tom Tromey <tromey@redhat.com>
4648
4649 * gdb.texinfo (Python API): Add entry for Commands In Python.
4650 (Commands In Python): New node.
4651
4652 2009-02-05 Tom Tromey <tromey@redhat.com>
4653
4654 * gdb.texinfo (Values From Inferior): Document Value.string.
4655
4656 2009-02-05 Tom Tromey <tromey@redhat.com>
4657
4658 * gdb.texinfo (Basic Python): Document execute's from_tty
4659 argument.
4660
4661 2009-02-04 Tom Tromey <tromey@redhat.com>
4662
4663 * gdb.texinfo (Basic Python): Document gdb.history.
4664
4665 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4666
4667 * gdb.texinfo (GDB/MI Thread Commands): Document the
4668 'current-thread-id' field. Remove the example with zero threads,
4669 since current GDB won't ever report that if there's inferior.
4670
4671 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4672
4673 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
4674 option to -break-insert.
4675
4676 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4677 Jerome Guitton <guitton@adacore.com>
4678
4679 * gdb.texinfo (Startup): Document --with-system-gdbinit.
4680 (System-wide configuration): New section.
4681
4682 2009-01-26 Pedro Alves <pedro@codesourcery.com>
4683
4684 PR gdb/7580:
4685 * gdb.texinfo (Maintenance Commands): Document "maint set|show
4686 internal-error|internal-warning quit|corefile ask|yes|no".
4687
4688 2009-01-26 Pedro Alves <pedro@codesourcery.com>
4689
4690 * gdb.texinfo (Using the `gdbserver' Program): Document
4691 --remote-debug.
4692
4693 2009-01-23 Doug Evans <dje@google.com>
4694
4695 * gdb.texinfo: Add nexti to list of commands that support
4696 background execution.
4697
4698 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4699
4700 * gdb.texinfo (Define, Hooks): Document prefix command support.
4701
4702 2009-01-14 Joseph Myers <joseph@codesourcery.com>
4703 Carlos O'Donell <carlos@codesourcery.com>
4704
4705 Fixes for makeinfo --html.
4706
4707 * annotate.texinfo: Use @copying and @insertcopying. Use
4708 @ifnottex in place of @ifinfo.
4709 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
4710 place of @ifinfo. Use @ifnotinfo for one index entry.
4711 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
4712 in place of @ifinfo.
4713 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
4714 in place of @ifinfo. Include contents at start unconditionally.
4715
4716 2009-01-13 Pedro Alves <pedro@codesourcery.com>
4717
4718 * gdb.texinfo (General Query Packets): Remove @var{} around the
4719 "spu" literal string.
4720
4721 2009-01-07 Pedro Alves <pedro@codesourcery.com>
4722
4723 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
4724 program may be running in another process" errors.
4725 * gdbint.texinfo (Native Conditionals): Delete
4726 ONE_PROCESS_WRITETEXT description.
4727
4728 2009-01-07 Joel Brobecker <brobecker@adacore.com>
4729
4730 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
4731 emacs local variable to be placed at the end of the ChangeLog.
4732 Add server.c and gdbreplay.c to the list of files where the
4733 copyright year needs to be updated.
4734
4735 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
4736
4737 * gdb.texinfo (Remote Configuration): Document new
4738 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
4739 commands.
4740
4741 2008-12-28 Pedro Alves <pedro@codesourcery.com>
4742
4743 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
4744 FETCH_INFERIOR_REGISTERS.
4745 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
4746 FETCH_INFERIOR_REGISTERS descriptions. Remove
4747 gdbarch_get_longjmp_target descrition, since already described in
4748 Target Conditionals. Move gdbarch_fp0_regnum description to ...
4749 (Target Conditionals): ... here.
4750
4751 2008-12-16 Joel Brobecker <brobecker@adacore.com>
4752
4753 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
4754 examples.
4755 (Additions to Ada): Likewise. Add the missing opening and closing
4756 parenthesis of the GDB prompt in one of the examples.
4757
4758 2008-12-14 Joel Brobecker <brobecker@adacore.com>
4759
4760 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
4761 about the result of 'Address not being of type System.Address.
4762 This problem has been fixed a while ago.
4763
4764 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4765
4766 MI non-stop and multiprocess docs.
4767
4768 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
4769 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
4770 Adjust documentation for *stopped, document =thread-created,
4771 =thread-exited, =thread-group-created and =thread-group-exited.
4772 (GDB/MI Thread Commands): Document the 'state' field in
4773 -thread-info output.
4774 (GDB/MI Program Execution): Mention --all and --thread-group
4775 options.
4776 (GDB/MI Variable Objects): Describe floating and fixed variable
4777 objects.
4778 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
4779
4780 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4781
4782 * gdb.texinfo (Operating System Information): New appendix.
4783 (Operating System Auxiliary Information): Document 'info os processes'
4784 (Remote Configuration): Document 'osdata'
4785 (General Query Packets): Document qXfer:osdata:read.
4786
4787 2008-11-27 Tristan Gingold <gingold@adacore.com>
4788
4789 * gdb.texinfo (Darwin): Document Darwin specific features.
4790
4791 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4792
4793 * gdbint.texinfo (Target Conditionals): Extend the
4794 gdbarch_breakpoint_from_pc description.
4795
4796 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
4797
4798 * gdb.texinfo (M68K Features): Fix typo.
4799
4800 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4801
4802 * gdb.texinfo (Symbols): Mention printing containing
4803 image name in "info symbol".
4804 (Maint translate-address): Likewise.
4805
4806 2008-11-18 Joel Brobecker <brobecker@adacore.com>
4807
4808 * gdb.texinfo (Set Catchpoints): Remove the documentation of
4809 commands "catch load" and "catch unload".
4810
4811 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4812
4813 * gdb.texinfo (GDB/MI Async Records): Document
4814 =thread-selected.
4815
4816 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4817
4818 * observer.texi (new_inferior, inferior_exit): New observers.
4819
4820 2008-10-27 Pedro Alves <pedro@codesourcery.com>
4821
4822 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
4823 .mt files, TM_CLIBS or TM_CDEPS.
4824 (x86 Watchpoints): Don't mention TDEPFILES.
4825
4826 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
4827
4828 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
4829 (Overview): Mention notifications and non-stop mode behavior.
4830 (Packets): Update documentation of ?, vAttach, vCont, and vRun
4831 with non-stop mode behavior. Add vStopped description.
4832 (Stop Reply Packets): Update list of packets that return
4833 stop replies. Mention non-stop behavior.
4834 (General Query Packets): Document QNonStop packet and associated
4835 qSupported query response.
4836 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
4837 behavior.
4838 (Notification Packets): New section.
4839 (Remote Non-Stop): New section.
4840 (File-I/O Overview): Mention non-stop behavior.
4841
4842 2008-10-24 Hui Zhu <teawater@gmail.com>
4843 Pedro Alves <pedro@codesourcery.com>
4844
4845 * gdb.texinfo (displaced-stepping): Describe the auto mode
4846 setting, and say it's the default. This is now a mainstream
4847 setting instead of a maintenance setting.
4848
4849 2008-10-23 Pedro Alves <pedro@codesourcery.com>
4850
4851 * observer.texi (thread_stop_requested): New.
4852
4853 2008-10-22 Joel Brobecker <brobecker@adacore.com>
4854
4855 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
4856 (Patching): Replace incorrect usage of @samp by @kbd.
4857
4858 2008-10-17 Michael Snyder <msnyder@vmware.com>
4859
4860 * gdb.texinfo: Add documentation for reverse execution.
4861
4862 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4863 Eli Zaretskii <eliz@gnu.org>
4864
4865 * gdb.texinfo. (Values From Inferior): New subsubsection.
4866
4867 2008-10-06 Doug Evans <dje@google.com>
4868
4869 * gdb.texinfo (set debug dwarf2-die): Document it.
4870
4871 2008-10-01 Joel Brobecker <brobecker@adacore.com>
4872
4873 * gdb.texinfo (catch) [exception]: Document how to insert
4874 a breakpoint on user-defined exceptions when the exception
4875 name is identical to one of the language-defined ones.
4876
4877 2008-09-27 Tom Tromey <tromey@redhat.com>
4878
4879 * gdb.texinfo (Macros): Remove text about stringification,
4880 varargs, and splicing.
4881
4882 2008-09-27 Tom Tromey <tromey@redhat.com>
4883
4884 * gdbint.texinfo (Language Support): Remove text about omitting
4885 support for a language.
4886
4887 2008-09-23 Doug Evans <dje@google.com>
4888
4889 * gdb.texinfo (info dcache): Update.
4890
4891 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
4892
4893 * gdb.texinfo (Packets): Add info on thread-id syntax and
4894 multiprocess extensions.
4895 <D>: Document multiprocess form of packet.
4896 <H>: Use thread-id syntax.
4897 <T>: Likewise.
4898 <vCont>: Likewise. Note this is required for multiprocess.
4899 <vKill>: New packet.
4900 (Stop Reply Packets) <T>: Use thread-id syntax.
4901 <W>: Document multiprocess form of reply.
4902 <X>: Likewise.
4903 (General Query Packets) <qC>: Use thread-id syntax.
4904 <qfThreadInfo>: Likewise.
4905 <qGetTLSAddr>: Likewise.
4906 <qP>: Likewise.
4907 <qSupported>: Add "multiprocess" feature.
4908 <qThreadExtraInfo>: Use thread-id syntax.
4909
4910 2008-09-22 Stan Shebs <stan@codesourcery.com>
4911
4912 * gdb.texinfo (Inferiors): New section.
4913
4914 2008-09-12 Pedro Alves <pedro@codesourcery.com>
4915
4916 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
4917
4918 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
4919
4920 * gdbint.texinfo (Target Conditionals): Remove documentation
4921 for gdbarch_name_of_malloc.
4922
4923 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
4924
4925 * gdb.texinfo (Interrupts): Mention TCP interface for
4926 sending BREAK.
4927
4928 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
4929
4930 * gdb.texinfo (Commands to Specify Files): Document "remote:"
4931 argument prefix to "set sysroot".
4932
4933 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
4934
4935 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
4936 and False.
4937
4938 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
4939
4940 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
4941 for possible features of -list-features.
4942
4943 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4944
4945 * gdb.texinfo (Background execution): Adjust example
4946 (GDB/MI Miscellaneous Commands): Document -list-target-features.
4947
4948 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4949
4950 * doc/gdb.texinfo (PowerPC): Fix typo.
4951 (PowerPC features): Fix typo.
4952
4953 2008-08-18 Pedro Alves <pedro@codesourcery.com>
4954
4955 * observer.texi (thread_ptid_changed): New.
4956
4957 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
4958
4959 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
4960 (PowerPC features): Mention feature set for VSX registers.
4961
4962 2008-08-13 Joel Brobecker <brobecker@adacore.com>
4963
4964 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
4965 the direct visibility of all names in user-written packages.
4966
4967 2008-08-13 Pedro Alves <pedro@codesourcery.com>
4968
4969 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
4970 setting, and make it the default.
4971 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
4972 non-stop script example.
4973
4974 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
4975
4976 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
4977 reference to the "Using Different Register and Memory Data
4978 Representation" section.
4979
4980 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
4981
4982 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
4983 (Remote Protocol): Add Packet Acknowledgment to menu.
4984 (Overview): Mention +/- can be disabled, and point to new section
4985 where this is discussed in detail.
4986 (General Query Packets): Document QStartNoAckMode packet, and
4987 corresponding qSupported reply.
4988 (Packet Acknowledgment): New section.
4989
4990 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
4991 Pedro Alves <pedro@codesourcery.com>
4992
4993 * gdb.texinfo (Threads): Move paragraph about automatic thread
4994 selection to All-Stop Mode subsection.
4995 (Thread Stops): Reorganize existing material into subsections.
4996 Add introductory blurb and menu.
4997 (Non-Stop Mode): New subsection.
4998 (Background Execution): New subsection.
4999 (Maintenance Commands): Add cross-references from async mode
5000 commands to the new Background Execution section.
5001
5002 2008-08-06 Tom Tromey <tromey@redhat.com>
5003
5004 * gdb.texinfo (Extending GDB): New chapter.
5005 (Sequences): Demoted chapter, now a section under the new
5006 Extending GDB chapter.
5007 (Python): New section.
5008
5009 2008-07-31 Stan Shebs <stan@codesourcery.com>
5010
5011 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5012
5013 2008-07-29 Stan Shebs <stan@codesourcery.com>
5014
5015 * gdbint.texinfo: General round of cleanup and minor
5016 clarifications.
5017 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5018 (Longjmp Support): Update description to reflect how it is done
5019 for targets without using native header.
5020 (Symbol Handling): Add a little more general explanation.
5021 (COFF, ELF): Mention stabs encapsulation.
5022 (DWARF 3): New section.
5023 (Adding a New Host): Scrub out some obsolete bits.
5024 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5025 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5026 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5027 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5028 SEEK_SET, STOP_SIGNAL, USG.
5029 (Raw and Virtual Register Representations): Ditto for
5030 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5031 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5032 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5033 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5034 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5035 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5036 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5037 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5038 DEPRECATED_USE_STRUCT_CONVENTION.
5039 Describe gdbarch_deprecated_fp_regnum.
5040 Update description of gdbarch_print_insn.
5041 (Adding a New Target): Scrub out obsolete bits.
5042 (Obsolete Conditionals): Remove entire section.
5043
5044 2008-07-25 Tom Tromey <tromey@redhat.com>
5045
5046 * observer.texi (GDB Observers): Document new observers:
5047 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5048 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5049 architecture_changed.
5050
5051 2008-07-21 Stan Shebs <stan@codesourcery.com>
5052
5053 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5054 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5055
5056 2008-07-21 Tom Tromey <tromey@redhat.com>
5057
5058 * observer.texi (GDB Observers): Remove obsolete comment.
5059 <executable_changed>: Remove argument.
5060
5061 2008-07-18 Tom Tromey <tromey@redhat.com>
5062
5063 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5064
5065 2008-07-10 Doug Evans <dje@google.com>
5066
5067 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5068
5069 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5070
5071 * gdb.texinfo (Starting): Document "set disable-randomization".
5072
5073 2008-07-07 Andreas Schwab <schwab@suse.de>
5074
5075 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5076
5077 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5078
5079 * gdb.texinfo (GDB/MI Target Manipulation): Add
5080 example of -target-attach.
5081
5082 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5083
5084 * observer.texi (target_resumed): New observer.
5085 * gdb.texinfo (GDB/MI Output Records): Document *running.
5086
5087 2008-06-06 Tom Tromey <tromey@redhat.com>
5088
5089 * gdb.texinfo (Completion): Add field name example.
5090
5091 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5092
5093 * gdb.texinfo (GDB/MI Program Context): Added example
5094 to -exec-arguments
5095
5096 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
5097
5098 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5099 annotation.
5100
5101 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5102 Nathan Sidwell <nathan@codesourcery.com>
5103 Joseph Myers <joseph@codesourcery.com>
5104
5105 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5106 and ACX_BUGURL.
5107 * configure: Regenerate.
5108 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5109 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5110 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5111 mailing-list-specific text about bug reporting unless
5112 BUGURL_DEFAULT.
5113
5114 2008-06-05 Pedro Alves <pedro@codesourcery.com>
5115
5116 * gdb.texinfo (-target-select): Remove reference to target async.
5117 (Maintenance Commands): Document "maint set/show remote-async".
5118
5119 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5120
5121 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5122 in -target-file-get section.
5123
5124 2008-05-22 Pedro Alves <pedro@codesourcery.com>
5125
5126 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5127 killing the inferior when it is already debugging a process.
5128
5129 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5130
5131 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5132 abbreviation for "finish".
5133
5134 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5135
5136 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5137
5138 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5139
5140 * gdbint.texinfo (Target Conditionals): Delete entry for
5141 gdbarch_dwarf_reg_to_regnum.
5142
5143 2008-05-09 Doug Evans <dje@google.com>
5144
5145 * gdb.texinfo: Document "find" command, qSearch:memory packet.
5146
5147 2008-05-05 Doug Evans <dje@google.com>
5148
5149 * gdb.texinfo (disassemble): Document /m modifier.
5150
5151 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5152
5153 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5154 will not report the time of commands that run the target.
5155
5156 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5157
5158 * gdb.texinfo (GDB/MI Output Records): Add
5159 missing semicolon.
5160
5161 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5162
5163 * gdb.texinfo (GDB/MI Output Records):
5164 Document =thread-create and =thread-exited.
5165
5166 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5167
5168 * gdb.texinfo (GDB/MI Development and Front Ends):
5169 Remove mention of dmi-discuss.
5170
5171 2008-05-03 Pedro Alves <pedro@codesourcery.com>
5172
5173 * observer.texi (thread_exit): New.
5174
5175 2008-05-02 Pedro Alves <pedro@codesourcery.com>
5176
5177 * gdb.texinfo (Debugging Output): Document "set/show debug
5178 displaced".
5179 (Maintenance Commands): Document "maint set/show
5180 can-use-displaced-stepping".
5181
5182 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5183
5184 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5185 and set/show arm force-mode.
5186
5187 2008-05-02 Andreas Schwab <schwab@suse.de>
5188
5189 * gdbint.texinfo (Algorithms): Describe
5190 target_watchpoint_addr_within_range.
5191
5192 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5193
5194 * gdbint.texinfo (Stack Frames): New chapter.
5195 (Algorithms): Move Frames text to the new chapter.
5196 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5197 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5198
5199 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5200
5201 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5202 output does not necessary include any tokens.
5203
5204 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
5205
5206 * gdb.texinfo (Set SH Calling convention): New @item.
5207 (Show SH Calling convention): Ditto.
5208
5209 2008-04-22 Markus Deuling <deuling@de.ibm.com>
5210
5211 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5212
5213 2008-04-20 Eli Zaretskii <eliz@gnu.org>
5214
5215 * gdb.texinfo (Set Breaks): Mention that multiple location
5216 breakpoints need line number info. Add index entries.
5217
5218 2008-04-19 Craig Silverstein <csilvers@google.com>
5219
5220 * gdb.texinfo (Requirements): Add an optional requirement on
5221 zlib.
5222 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5223 Compressed DWARF 2.
5224
5225 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5226
5227 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5228 sample output for 'stopped,reason="breakpoint-hit"' message.
5229 (GDB/MI Program Execution): Likewise.
5230
5231 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5232
5233 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
5234 -var-set-format. Add -f option to -var-evaluate-expression.
5235
5236 2008-04-03 Joel Brobecker <brobecker@adacore.com>
5237
5238 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5239 new node "Ambiguous Expressions". Replace references to this
5240 node by references to "Ambiguous Expressions" throughout.
5241 (Ambiguous Expressions): New node.
5242
5243 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5244
5245 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5246
5247 2008-03-21 Pedro Alves <pedro@codesourcery.com>
5248
5249 * gdb.texinfo (Debugging Output): Document
5250 "set/show debug lin-lwp-async".
5251 (Maintenance Commands): Document "maint set/show linux-async".
5252
5253 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5254
5255 * gdb.texinfo (Expressions): Update description of malloced arrays.
5256
5257 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5258
5259 * gdb.texinfo (Thread Commands): Document
5260 -thread-info. Remove -thread-list-all-threads.
5261
5262 2008-03-14 Pedro Alves <pedro@codesourcery.com>
5263 Sandra Loosemore <sandra@codesourcery.com>
5264
5265 * gdb.texinfo (Library List Format): Update to mention the
5266 possibility to pass section addresses instead of segment
5267 addresses.
5268
5269 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5270
5271 * gdb.texinfo (Starting): Document "set exec-wrapper".
5272 (Server): Document gdbserver --wrapper.
5273
5274 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5275
5276 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5277 unreadable memory. Delete obsolete SPARClite reference.
5278
5279 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5280
5281 * gdb.texinfo (Starting): Mention always-running targets.
5282 (Target Commands): Add an anchor for load.
5283 (Connecting): Explain continue instead of run.
5284
5285 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5286
5287 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5288
5289 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
5290
5291 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5292 breakpoint table.
5293
5294 2008-02-19 Pedro Alves <pedro@codesourcery.com>
5295
5296 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5297 killing the inferior when it is already debugging a process.
5298
5299 2008-02-13 Markus Deuling <deuling@de.ibm.com>
5300
5301 * gdbint.texinfo (Build Script): New section. Mention new build script
5302 gdb_buildall.sh.
5303
5304 2008-02-01 Jim Blandy <jimb@red-bean.com>
5305
5306 * gdb.texinfo (Help): Summarize 'info args' correctly.
5307
5308 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5309
5310 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5311 available in PowerPC architecture.
5312 (Embedded Processors): Change node name of PowerPC item in menu.
5313 (PowerPC): Rename to...
5314 (PowerPC Embedded): this.
5315 (Architectures): Add new PowerPC item in menu.
5316 (PowerPC): New node.
5317
5318 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5319
5320 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5321 commands.
5322
5323 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5324
5325 * gdb.texinfo (Setting Catchpoints): Mention features
5326 supported on GNU/Linux.
5327
5328 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
5329
5330 * gdb.texinfo (GDB/MI File Commands): Describe new output
5331 field for MI command -file-list-exec-source-file.
5332
5333 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5334
5335 * gdb.texinfo (Using the `gdbserver' Program): Add security
5336 warning. Rearrange into subsections and subsubsections. Document
5337 --multi and --debug. Correct --with-sysroot typo. Update --attach
5338 usage. Make load reference clearer. Document monitor exit.
5339 (Remote Configuration): Document set remote exec-file, attach-packet,
5340 and run-packet.
5341 (Packets): Document vAttach and vRun.
5342
5343 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
5344
5345 * gdb.texinfo (Processes): Mention process command.
5346 detach-on-follow -> detach-on-fork.
5347
5348 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5349
5350 * gdbint.texinfo (Native Conditionals): Remove
5351 SHELL_COMMAND_CONCAT and SHELL_FILE.
5352
5353 2008-01-26 Eli Zaretskii <eliz@gnu.org>
5354
5355 * gdb.texinfo (Specify Location): Improve wording.
5356
5357 2008-01-23 Chris Demetriou <cgd@google.com>
5358
5359 * gdb.texinfo (Threads): Document new "set print thread-events"
5360 and "show print thread-events" commands.
5361
5362 2008-01-19 Eli Zaretskii <eliz@gnu.org>
5363
5364 * gdb.texinfo (Specify Location): New section.
5365 (Delete Breaks, Edit, Set Breaks): Remove description of
5366 locations. Instead, add a reference to "Specify Location".
5367 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5368 (Symbols): Refer to "Specify Location" for the valid forms of
5369 linespecs and locations.
5370
5371 2008-01-18 Markus Deuling <deuling@de.ibm.com>
5372
5373 * gdbint.texinfo (Target Conditionals): Replace the description of
5374 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5375
5376 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5377
5378 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5379 about &&var, which is rejected by the expression parser.
5380
5381 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
5382
5383 * gdb.texinfo (Output): Update documentation on using printf with DFP
5384 types.
5385
5386 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5387
5388 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5389 subsubsection.
5390 (Decimal Floating Point format): New subsubsection.
5391
5392 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5393
5394 * gdb.texinfo (File Options): Remove mention of the attempt to
5395 open a core file with the -p option. Don't list -c as a valid
5396 option to attach to a process.
5397
5398 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5399
5400 * gdbint.texinfo (Host Conditionals): Remove mention of
5401 ALIGN_STACK_ON_ENTRY.
5402
5403 2008-01-05 Joel Brobecker <brobecker@adacore.com>
5404
5405 * gdbint.texinfo (Start of New Year Procedure): Add item
5406 describing how to update the source and documentation copyright
5407 notices.
5408
5409 2007-12-18 Jim Blandy <jimb@codesourcery.com>
5410
5411 * gdb.texinfo (Set Watchpoints): Integrate per-thread
5412 watchpoint explanation into the main description of the watchpoint
5413 command; update synopses of 'watch', 'rwatch', and 'awatch'
5414 commands.
5415
5416 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5417
5418 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5419 Document 'pending-breakpoints' feature of
5420 -list-features.
5421
5422 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
5423
5424 * gdb.texinfo: Add new parameter's description.
5425
5426 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5427
5428 * gdb.texinfo (Overview): Clarify run-length encoding
5429 example. Remove the restriction on "+" and "-" characters.
5430
5431 2007-12-15 Eli Zaretskii <eliz@gnu.org>
5432
5433 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5434
5435 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5436
5437 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5438 the -f option for -break-insert, remove -r option,
5439 and clarify specification of location.
5440
5441 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5442
5443 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5444 formatting.
5445 (Remote Debugging): Add File Transfer section.
5446 (Remote Configuration): Document Host I/O packets.
5447 (GDB/MI): Add GDB/MI File Transfer Commands section.
5448 (Host I/O Packets): New section in "Remote Protocol".
5449 (Packets): Add vFile.
5450
5451 2007-11-17 Eli Zaretskii <eliz@gnu.org>
5452
5453 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5454 breakpoints with multiple locations.
5455 (Breakpoint Menus): Improve wording.
5456 (Output): Fix last change.
5457
5458 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5459
5460 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5461
5462 2007-11-15 Doug Evans <dje@google.com>
5463
5464 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5465
5466 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5467
5468 * gdbint.texinfo (Native Conditionals): Remove
5469 mention of CLEAR_SOLIB.
5470
5471 2007-11-11 Joel Brobecker <brobecker@adacore.com>
5472
5473 * gdb.texinfo (Print Settings): Add documentation for "set/show
5474 print frame-arguments".
5475
5476 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
5477
5478 * gdb.texinfo (Output): Update printf command's description.
5479
5480 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5481
5482 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5483 powerpc soft-float".
5484
5485 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5486
5487 * gdb.texinfo (Files): Correct formatting. Mention Expat
5488 requirement.
5489 (Requirements for Building GDB): Expand the list of Expat
5490 uses.
5491 (Library List Format, Memory Map Format): Mention Expat.
5492 (Target Descriptions): Update Expat wording.
5493
5494 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5495
5496 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5497 Document that gdbarch_convert_register_p should return zero for no-op
5498 conversions.
5499
5500 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5501
5502 * gdbint.texi (Compiler Characteristics): Move documentation
5503 of set_gdbarch_sofun_address_maybe_missing back to ...
5504 (Target Conditionals): ... here to fix build break.
5505
5506 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5507
5508 * gdbint.texi (Target Conditionals): Remove documentation of
5509 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5510 (Compiler Characteristics): ... documentation of
5511 set_gdbarch_sofun_address_maybe_missing.
5512
5513 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5514
5515 * gdbint.texinfo (Target Conditionals): Use
5516 frame_unwind_register_unsigned in examples instead of
5517 frame_unwind_unsigned_register.
5518
5519 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5520
5521 * gdb.texinfo (Predefined Target Types): Add int128
5522 and uint128.
5523 (Standard Target Features): Add PowerPC features.
5524
5525 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5526
5527 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5528
5529 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5530
5531 * gdbint.texi (Target Conditionals): Remove documentation
5532 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5533 gdbarch_extract_return_value, and gdbarch_store_return_value.
5534
5535 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5536
5537 * gdbint.texi (Target Conditionals): Remove documentation of
5538 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5539
5540 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
5541
5542 * gdb.texinfo: Mention that inaccessible-by-default is on by
5543 default.
5544
5545 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5546
5547 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
5548
5549 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5550
5551 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
5552 multi-threaded watchpoints.
5553 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
5554 checked. Describe sticky notification. Expand description
5555 of steppable and continuable watchpoints.
5556 (Watchpoints and Threads): New subsection.
5557
5558 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
5559
5560 * gdb.texinfo (Setting Breakpoints): Revise
5561 documentation for pending breakpoints. Document
5562 breakpoints with multiple locations.
5563
5564 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
5565
5566 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5567 Document -list-features.
5568
5569 2007-09-15 Eli Zaretskii <eliz@gnu.org>
5570
5571 * gdb.texinfo (Output): Spell out which features of C's printf are
5572 not supported by GDB's printf.
5573 (Separate Debug Files): More accurate wording regarding build ID
5574 and a reference to the ld manual rather than the Fedora wiki.
5575
5576 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5577 Jim Blandy <jimb@codesourcery.com>
5578
5579 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
5580 (Examining Memory): Update mentions of the 's' format.
5581 (Automatic Display): Likewise.
5582
5583 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
5584
5585 * gdb.texinfo: Update the FSF's Back-Cover Text.
5586
5587 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5588 Eli Zaretskii <eliz@gnu.org>
5589
5590 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
5591 Fixed the ``build ID'' name. New binaries build instructions for the
5592 build ID inclusion. Explain how the commands are specific to the build
5593 ID vs. debug link.
5594
5595 2007-09-01 Eli Zaretskii <eliz@gnu.org>
5596
5597 * gdb.texinfo (Separate Debug Files): Fix last change. Add
5598 indexing for ``build ID'' support.
5599
5600 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5601
5602 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
5603 Enlisted BUILD ID to the debug file searching example.
5604 Included a BUILD ID `.note.gnu.build-id' section description.
5605 Updated/added the debug files splitting instructions for OBJCOPY.
5606
5607 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
5608
5609 * gdb.texinfo (Variable Objects): Adjust docs
5610 for -var-info-expression and document
5611 -var-info-path-expression.
5612
5613 2007-08-20 Jim Blandy <jimb@codesourcery.com>
5614
5615 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
5616 (title page): Include the dedication in the printed manual, as a
5617 separate page after the copyright notice.
5618
5619 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
5620 don't break a @var across a line.
5621
5622 2007-07-25 Maciej W. Rozycki <macro@mips.com>
5623
5624 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
5625 for include files.
5626
5627 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
5628
5629 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5630 in annotate.texinfo.
5631 (Command History): Link to new node.
5632
5633 2007-07-05 Markus Deuling <deuling@de.ibm.com>
5634
5635 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
5636
5637 2007-07-05 Eli Zaretskii <eliz@gnu.org>
5638
5639 * gdbint.texinfo (Target Conditionals): Fix last change.
5640
5641 2007-07-03 Markus Deuling <deuling@de.ibm.com>
5642
5643 * gdb.texinfo: Replace following macros by their appropriate gdbarch
5644 routines:
5645 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
5646 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
5647 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
5648 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
5649 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
5650 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
5651 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
5652 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
5653 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
5654 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5655 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
5656 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
5657 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5658 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
5659 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
5660 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
5661 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
5662 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
5663 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
5664 (SOFTWARE_SINGLE_STEP_P)
5665
5666 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
5667 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
5668
5669 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
5670 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
5671 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
5672 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
5673 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
5674 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
5675 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
5676 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
5677 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
5678 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
5679
5680 (Converting an existing Target Architecture to Multi-arch): Remove
5681 section.
5682
5683 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
5684 (gdbarch_addr_bits_remove): Add code example.
5685
5686 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
5687
5688 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5689
5690 * gdb.texinfo (Remote Configuration): Document library-info-packet.
5691 Add other missing entries. Adjust the table size to fit.
5692 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
5693 stop reasons including the new "library" event.
5694 (General Query Packets): Adjust table widths for qSupported. Mention
5695 qXfer:libraries:read reply to qSupported and document the new packet.
5696 (Library List Format): New section.
5697
5698 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5699
5700 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
5701
5702 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
5703
5704 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
5705
5706 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
5707
5708 * gdbint.texinfo (Register and Memory Data): Break sections
5709 into nodes and add a menu.
5710
5711 2007-06-21 Maciej W. Rozycki <macro@mips.com>
5712
5713 * gdb.texinfo (Examining Memory): Document the new behaviour.
5714
5715 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
5716
5717 * gdb.texinfo (Standard Target Features): Document
5718 m68k features.
5719
5720 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5721
5722 * gdb.texinfo (General Query Packets): Document qOffsets changes.
5723
5724 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5725
5726 * gdb.texinfo (Target Description Format): Add version attribute
5727 for <target>.
5728
5729 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5730
5731 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
5732
5733 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5734
5735 * gdb.texinfo (MIPS Features): New subsection.
5736
5737 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5738 Markus Deuling <deuling@de.ibm.com>
5739
5740 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
5741 and qXfer:spu:write packets and mention them under qSupported.
5742
5743 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5744 Markus Deuling <deuling@de.ibm.com>
5745
5746 * gdb.texinfo (Architectures): Add new SPU section to document
5747 Cell Broadband Engine SPU architecture specific commands.
5748
5749 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
5750
5751 * gdb.texinfo (GDB/MI Variable Objects): Editorial
5752 comments.
5753
5754 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
5755
5756 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
5757
5758 2007-05-29 Jim Blandy <jimb@codesourcery.com>
5759
5760 * gdb.texinfo (Overview): Doc fix.
5761
5762 2007-05-22 Maciej W. Rozycki <macro@mips.com>
5763
5764 * gdb.texinfo (Remote Configuration): Document "set/show
5765 remoteflow".
5766
5767 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
5768
5769 * gdb.texinfo (MIPS): Remove documentation for set mips
5770 saved-gpreg-size, show mips saved-gpreg-size, and set mips
5771 stack-arg-size.
5772
5773 2007-05-14 Bob Wilson <bob.wilson@acm.org>
5774
5775 * all-cfg.texi (GDBTUI): New.
5776 * gdb.texinfo (Mode Options): Use GDBTUI variable.
5777 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
5778 (TUI Configuration): Edit to improve clarity and fix problems of
5779 both style and content.
5780
5781 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5782
5783 * observer.texi (GDB Observers): New observer "new_objfile".
5784
5785 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5786
5787 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
5788
5789 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
5790
5791 * gdb.texinfo (GDB/MI Variable Objects): Document
5792 frozen variables objects.
5793
5794 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5795
5796 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
5797 (Character Sets, Caching Data of Remote Targets): Likewise.
5798 (Targets): Delete Remote node. Move its text...
5799 (Debugging Remote Programs): ...to here. Delete description
5800 of the "remote" command.
5801 (Remote configuration): Delete description of "set remotedevice"
5802 and "show remotedevice".
5803 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
5804
5805 2007-04-11 Bob Wilson <bob.wilson@acm.org>
5806
5807 * gdb.texinfo (Contributors, Continuing and Stepping)
5808 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
5809 (General Query Packets, File-I/O Remote Protocol Extension)
5810 (Protocol Basics, The F Reply Packet, Write)
5811 (Protocol-specific Representation of Datatypes, Memory Transfer):
5812 Fix hyphenation, punctuation and grammar problems.
5813 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
5814 'section' instead of 'subsection' in the text.
5815 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
5816 (i386): Remove period from section name.
5817 (Installing GDB, Requirements, Running Configure, Separate Objdir)
5818 (Config Names, Configure Options): Use @file{configure}.
5819
5820 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
5821
5822 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
5823 and tab expansion.
5824
5825 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
5826
5827 * gdbint.texinfo (SOM): Correct location of the SOM reader.
5828
5829 2007-04-02 Bob Wilson <bob.wilson@acm.org>
5830
5831 * gdb.texinfo: Consistently capitalize all significant words in
5832 node names, chapter titles, section titles, and headings. Update
5833 cross references to match.
5834 (Starting and Stopping Trace Experiment): Make node name plural.
5835 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5836
5837 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
5838
5839 * gdb.texinfo (WinCE): Delete obsolete subsection.
5840
5841 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5842
5843 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
5844 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
5845 references.
5846
5847 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5848
5849 * gdb.texinfo (Startup): Delete references to some alternate
5850 names for .gdbinit.
5851 (Thread): Remove LynxOS reference.
5852 (Tandem ST2000): Delete target-specific documentation.
5853 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
5854 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
5855 and GDB_OSABI_LYNXOS.
5856
5857 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
5858
5859 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
5860
5861 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
5862
5863 * gdbint.texinfo (Target Conditionals): Remove mention of
5864 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
5865 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
5866
5867 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
5868
5869 * Makefile.in: Add "pdfdir" installation
5870 directory, PDFTEX macro, support for "install-pdf" target,
5871 and rules for making a pdf version of refcard.texi.
5872 * refcard.tex: Specify paper size for PDF output.
5873
5874 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5875
5876 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5877
5878 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5879
5880 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
5881 (Source Path, Character Sets, Macros, Define)
5882 (GDB/MI Result Records, GDB/MI Simple Examples)
5883 (GDB/MI Program Execution, GDB/MI File Commands)
5884 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
5885 (Bug Reporting): Use @value{GCC}.
5886
5887 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5888
5889 * gdb.texinfo (Help): Fix formatting of examples.
5890 (Variables): Use @ifnotinfo instead of @iftex.
5891 (Non-debug DLL symbols): Use @ref instead of @pxref.
5892 (Sparclet File): Use @samp instead of quotes.
5893
5894 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5895
5896 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
5897
5898 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5899
5900 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
5901 the order of the nodes.
5902 (C Operators, C Constants, Debugging C): Remove extra menus.
5903 (Method Names in Commands): Do not specify next/prev/up nodes.
5904
5905 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5906
5907 * gdb.texinfo (File Options): Add missing parenthesis.
5908 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
5909
5910 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5911
5912 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
5913
5914 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5915
5916 * gdb.texinfo (Standard Target Features): Mention
5917 case insensitivity.
5918 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
5919
5920 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
5921
5922 * gdb.texinfo (Top): Put Appendix A after numbered sections.
5923 (Files): Add section name to argument list for pxref.
5924 (Non-debug DLL symbols): Don't use `see' for pxref.
5925 (Embedded Processors): Fix typo.
5926 (GDB/MI Breakpoint Commands): Execution commands generate
5927 *stopped not ^done.
5928
5929 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
5930
5931 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
5932 values for in_scope. Mention that only root variables can be
5933 updated.
5934 (GDB/MI Development and Front Ends): Explain new values may be
5935 added to existing fields.
5936
5937 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5938
5939 * gdb.texinfo (-target-disconnect): Use @smallexample.
5940 (Requirements): Add anchor for Expat. Update description.
5941 (Target Descriptions): Mention Expat.
5942 (Target Description Format): Document new elements. Use
5943 @smallexample.
5944 (Predefined Target Types, Standard Target Features): New sections.
5945 * gdbint.texinfo (Target Descriptions): New section.
5946
5947 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5948
5949 * gdb.texinfo (Target Description Format): Add section on XInclude.
5950
5951 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
5952
5953 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
5954 command -enable-timings.
5955
5956 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
5957
5958 * gdbint.texinfo (Operation System ABI Variant Handling): Update
5959 descriptions for new/deleted elements in gdb_osabi. Add missing
5960 description for function generic_elf_osabi_sniff_abi_tag_sections.
5961
5962 2007-01-29 Joel Brobecker <brobecker@adacore.com>
5963
5964 * gdb.texinfo (Maintenance Commands): Add documentation for
5965 the new "maint print target-stack" command.
5966
5967 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5968 Eli Zaretskii <eliz@gnu.org>
5969
5970 * gdb.texinfo: Describe CHAR array vs. string identification rules.
5971
5972 2007-01-26 Eli Zaretskii <eliz@gnu.org>
5973
5974 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
5975 Use @value{NGCC} instead of @value{GCC}.
5976
5977 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
5978
5979 * agentexpr.texi: Fix typos.
5980 * annotate.texinfo: Likewise.
5981 * gdb.texinfo: Likewise.
5982 * gdbint.texinfo: Likewise.
5983 * observer.texi: Likewise.
5984 * stabs.texinfo: Likewise.
5985
5986 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
5987
5988 * gdbint.texinfo (Support Libraries): Remove mmalloc
5989 entry. Describe readline library.
5990
5991 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5992
5993 * gdb.texinfo (Target Descriptions): New section.
5994 (General Query Packets): Add QPassSignals anchor. Mention
5995 qXfer:features:read under qSupported. Expand mentions of
5996 qXfer:memory-map:read and QPassSignals. Document
5997 qXfer:features:read.
5998
5999 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6000
6001 * gdb.texinfo (Commands to specify files): Describe
6002 "set sysroot" and "show sysroot".
6003 (Using the `gdbserver' program): Lowercase argument
6004 to @var. Expand description of setting up GDB on the
6005 host.
6006
6007 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6008
6009 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6010 catch exception, catch exception unhandled, and catch assert
6011 commands.
6012
6013 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6014
6015 * gdb.texinfo (Debugging Output): Document "set debug xml"
6016 and "show debug xml".
6017
6018 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6019
6020 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6021
6022 2007-01-01 Joel Brobecker <brobecker@adacore.com>
6023
6024 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6025
6026 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6027
6028 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6029 note in @ignore, to be removed later if nobody complains.
6030
6031 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6032
6033 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6034 of -var-delete.
6035
6036 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
6037
6038 * gdb.texinfo (Setting breakpoints): Document
6039 automatic software/hardware breakpoint usage and
6040 the "set breakpoint auto-hw" command.
6041
6042 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6043
6044 * gdb.texinfo (Memory Access Checking): New.
6045
6046 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6047
6048 * gdb.texinfo (Remote configuration): Mention
6049 "pass-signals-packet".
6050 (General Query Packets): Document QPassSignals. Fix
6051 a typo.
6052
6053 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6054
6055 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6056
6057 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6058
6059 * gdb.texinfo (Remote configuration): Rewrite documentation for
6060 packet configuration commands.
6061 (OS Information): Adjust reference to qXfer:auxv:read.
6062 (General Query Packets): Remove references to read-aux-vector-packet
6063 and set remote get-thread-local-storage-address.
6064
6065 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6066
6067 * gdbint.texinfo (Target Architecture Definition): Add new
6068 Initializing a New Architecture section.
6069
6070 2006-10-31 David Taylor <dtaylor@emc.com>
6071
6072 * stabs.texinfo (Macro define and undefine): New node describing
6073 stabs for #define and #undef.
6074
6075 2006-10-27 Andreas Schwab <schwab@suse.de>
6076
6077 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6078
6079 2006-10-21 Eli Zaretskii <eliz@gnu.org>
6080
6081 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6082 clarify on the possible meanings of ``expression'' watched by
6083 watchpoints. Add indexing.
6084 (Prompting, Errors, Invalidation, Annotations for Running)
6085 (Source Annotations): Fix index entries by adding "annotation" to
6086 them, to discriminate from index entries that point to the more
6087 general topic descriptions.
6088
6089 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6090
6091 * gdbint.texinfo (Target Vector Definition): Move most
6092 content into Existing Targets. Add a menu.
6093 (Existing Targets): New section, moved from Target Vector
6094 Definition. Use @subsection.
6095 (Managing Execution State): New section.
6096
6097 2006-10-16 Bob Wilson <bob.wilson@acm.org>
6098
6099 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6100
6101 2006-10-15 Eli Zaretskii <eliz@gnu.org>
6102
6103 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6104 (Command Syntax, Signals, Backtrace, Connecting)
6105 (Remote configuration, Renesas Boards, Console I/O): Fix last
6106 change: use Ctrl- instead of C-, except wrt Emacs.
6107 (File-I/O Examples): Put Ctrl-c in @kbd.
6108 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6109 (Console I/O): Use @samp with Ctrl-.
6110 (Signals, Set Breaks, Set Watchpoints): Document optional
6111 arguments to `info signals' `handle', `info breakpoints', and
6112 `info watchpoints'.
6113
6114 2006-10-14 Eli Zaretskii <eliz@gnu.org>
6115
6116 * gdb.texinfo (Backtrace): Fix last change.
6117
6118 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
6119
6120 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6121
6122 2006-10-10 Bob Wilson <bob.wilson@acm.org>
6123
6124 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6125 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6126 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6127
6128 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6129 Daniel Jacobowitz <dan@codesourcery.com>
6130
6131 * gdb.texinfo (Packets): Document vFlashErase,
6132 vFlashWrite and vFlashDone packets.
6133 (General Query Packets): Document qXfer:memory-map:read.
6134 Add a new feature for qXfer:memory-map:read.
6135 (Memory map format): New section.
6136 (Target Commands): Mention that gdb can write flash.
6137
6138 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6139 Daniel Jacobowitz <dan@codesourcery.com>
6140
6141 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6142 memory regions and "mem auto".
6143
6144 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6145
6146 * gdbint.texinfo (Array Containers): New section.
6147
6148 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6149
6150 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6151 -stack-list-arguments HIGH_FRAME argument can be larger then the
6152 actual number of frames.
6153
6154 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6155
6156 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6157 -stack-list-locals HIGH_FRAME argument can be larger then the
6158 actual number of frames.
6159
6160 2006-09-02 Bob Wilson <bob.wilson@acm.org>
6161
6162 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6163 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6164
6165 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6166
6167 * gdbint.texinfo (Overall Structure): New section "Source Tree
6168 Structure".
6169
6170 2006-08-17 Jim Blandy <jimb@codesourcery.com>
6171
6172 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6173 responses.
6174
6175 2006-08-08 Joel Brobecker <brobecker@adacore.com>
6176
6177 * gdb.texinfo (Source Path): Add documentation for new
6178 substitute-path commands.
6179
6180 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6181
6182 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6183 (Running Configure): ...here.
6184 (Requirements): New node. Mention expat.
6185
6186 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6187
6188 * gdb.texinfo (Target Commands): Remove
6189 'set download-write-size' and 'show download-write-size'.
6190
6191 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6192
6193 * stabs.texinfo (Member Type Descriptor): Correct example for
6194 pointer to member types.
6195
6196 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6197
6198 * gdb.texinfo (Optional warnings and messages): Add
6199 'set/show trace-commands'.
6200 (Command files): Add '-v' to source command.
6201
6202 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6203
6204 * gdb.texinfo (OS Information): Update qPart reference to
6205 qXfer.
6206 (Remote configuration): Likewise.
6207 (Overview): Move @cindex to the start of a paragraph. Talk
6208 about binary data encoding.
6209 (Packets): Refer to the overview for the details of the X
6210 packet encoding.
6211 (General Query Packets): Remove qPart description. Add qXfer
6212 description. Add an anchor to qSupported. Correct feature
6213 table title. Add a new feature for qXfer:auxv:read.
6214 (Interrupts): Add a missing parenthesis.
6215
6216 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6217
6218 * gdb.texinfo (KOD): Remove node.
6219 (GDB/MI Kod Commands): Remove commented out node.
6220
6221 2006-07-01 Eli Zaretskii <eliz@gnu.org>
6222
6223 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6224 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6225 (GDB/MI Thread Commands, GDB/MI Program Execution)
6226 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6227 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6228 (GDB/MI File Commands, GDB/MI Target Manipulation)
6229 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6230 since the MI prompt is hard-wired into the code.
6231
6232 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
6233
6234 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6235 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6236 (GDB/MI Data Manipulation): Remove description of unimplemented
6237 display related commands as variable objects perform this function
6238 and are superior: -display-delete, -display-disable,
6239 -display-enable, -display-insert and -display-list. Move
6240 -environment-cd, -environment-directory, -environment-path
6241 and -environment-pwd to "Program Context".
6242 (GDB/MI Program Control): Rename to "Program Execution". Move
6243 -exec-arguments -exec-abort to...
6244 (GDB/MI Program Context): ...here. New node split from "Data
6245 Manipulation".
6246
6247 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6248
6249 * gdb.texinfo (Remote configuration): Document set / show
6250 remote supported-packets.
6251 (General Query Packets): Document qSupported packet.
6252
6253 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6254
6255 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6256 and font markup.
6257 (Protocol basics): Likewise.
6258 (The F request packet): Likewise.
6259 (The F reply packet): Likewise.
6260 (Memory transfer): Move this node to be a subsubsection of
6261 "Protocol specific representation of datatypes".
6262 (The Ctrl-C message): More copy editing.
6263 (Console I/O): Likewise.
6264 (The isatty call): Delete this node, and merge its content into
6265 the "isatty" node. Fixed references elsewhere.
6266 (The system call): Delete this node, and merge its content into
6267 the "system" node. Fixed references elsewhere.
6268 (open): Reformat to use @table, and add appropriate font markup.
6269 (close): Likewise.
6270 (read): Likewise.
6271 (write): Likewise.
6272 (lseek): Likewise.
6273 (rename): Likewise.
6274 (unlink): Likewise.
6275 (stat/fstat): Likewise.
6276 (gettimeofday): Likewise.
6277 (isatty): Likewise.
6278 (system): Likewise, plus minor changes to fix confusing wording.
6279 (Integral datatypes): Fix font markup.
6280 (Pointer values): Likewise.
6281 (struct stat): Fix markup to use @table, plus minor copy editing.
6282 (struct timeval): Fix font markup, plus minor copy editing.
6283 (Constants): Minor copy editing.
6284 (Errno values): Add font markup.
6285 (File-I/O Examples): Likewise.
6286
6287 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
6288
6289 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6290 (GDB/MI Simple Examples): Move node up one level. Use real
6291 examples.
6292 (GDB/MI Compatibility with CLI): Update.
6293 (GDB/MI Result Records): Add "connected" and "exit" result
6294 classes.
6295 (GDB/MI Stream Records): Clarify target output.
6296 (GDB/MI Command Description Format): Modify example description.
6297 (GDB/MI Breakpoint Table Commands): Rename to...
6298 (GDB/MI Breakpoint Commands): ...this
6299 (GDB/MI Breakpoint Commands): Add optional thread field.
6300 (GDB/MI Program Control): Add an introduction. Move "Program
6301 termination" examples into exec-run description.
6302 (GDB/MI File Commands): Mention similar CLI commands.
6303 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6304 is similar to "-gdb-version".
6305
6306 2006-06-09 Eli Zaretskii <eliz@gnu.org>
6307
6308 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6309
6310 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
6311
6312 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6313 sourceware.org for mailing lists.
6314 (GDB/MI File Commands): New node split from Program Control.
6315
6316 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
6317
6318 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
6319
6320 2006-05-22 Eli Zaretskii <eliz@gnu.org>
6321
6322 * gdb.texinfo (Cygwin Native): Fix last change.
6323
6324 2006-05-22 Christopher Faylor <cgf@timesys.com>
6325
6326 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6327
6328 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
6329
6330 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6331 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6332
6333 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6334
6335 * gdb.texinfo (General Query Packets): Recommend not starting
6336 new packets with qC and clarify.
6337
6338 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
6339
6340 * gdb.texinfo (M2 Types): New section.
6341
6342 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6343
6344 * agentexpr.texi: Add a copyright and license notice.
6345 * observer.texi: Likewise, with GPL clause for function prototypes.
6346 Remove trailing whitespace.
6347
6348 2006-05-05 Jim Blandy <jimb@codesourcery.com>
6349
6350 * gdb.texinfo (General Query Packets): Document conventions for
6351 terminating packet names, and their violations.
6352
6353 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6354
6355 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6356 * gdb.texinfo: Likewise.
6357
6358 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6359
6360 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6361 and "show remotedebug".
6362 (Debugging Output): Add additional index entries.
6363
6364 2006-04-27 Michael Snyder <msnyder@redhat.com>
6365
6366 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6367
6368 2006-04-22 Andrew Cagney <cagney@redhat.com>
6369
6370 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6371 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6372
6373 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6374
6375 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6376 and remove breakpoint prototypes.
6377 (Watchpoints): Move description of target_insert_hw_breakpoint and
6378 target_remove_hw_breakpoint ...
6379 (Breakpoints): ... to here. Document target_insert_breakpoint and
6380 target_remove_breakpoint.
6381
6382 2006-04-17 Jim Blandy <jimb@codesourcery.com>
6383
6384 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6385 and C packets are optional.
6386
6387 2006-04-14 Frederic Riss <frederic.riss@st.com>
6388
6389 * gdb.texinfo (Specifying source directories): Update the description
6390 of the source file search to reflect the fact that the source path
6391 always contains at least $cdir and $cwd.
6392
6393 2006-03-31 Michael Snyder <msnyder@redhat.com>
6394
6395 * gdb.texinfo: Update copyright dates.
6396
6397 2006-03-31 Eli Zaretskii <eliz@gnu.org>
6398
6399 * gdb.texinfo (Overview): Add an index entry to "empty response".
6400
6401 2006-03-28 Jim Blandy <jimb@codesourcery.com>
6402
6403 * gdbint.texinfo (Prologue Analysis): New section.
6404
6405 2006-03-07 Jim Blandy <jimb@red-bean.com>
6406
6407 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6408
6409 * gdb.texinfo (Target Commands): Update text describing how to
6410 specify a target. Refer to the detailed section on remote
6411 debugging, not the brief mention.
6412
6413 * gdb.texinfo (Connecting): Organize the different 'target remote'
6414 connection methods into a table. Add a 'target remote' index
6415 entry. (!!!)
6416
6417 2006-02-17 Fred Fish <fnf@specifix.com>
6418
6419 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6420 'ptype' commands to reflect the fact that the only significant
6421 difference between them is that ptype prints the complete type
6422 description instead of just the name.
6423
6424 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6425
6426 * gdbint.texinfo (Watchpoints): Delete
6427 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6428
6429 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
6430
6431 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6432 times fields where needed. Fix typos. Update general form given
6433 for output of -break-insert.
6434 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6435
6436 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6437
6438 * gdbint.texinfo (Symbol Handling): Add a section
6439 on memory management.
6440
6441 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
6442
6443 * gdb.texinfo (Breakpoint table commands): Document the fullname
6444 field in -break-list output.
6445
6446 2006-02-03 Eli Zaretskii <eliz@gnu.org>
6447
6448 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6449 debugging information produced by the various "set debug..."
6450 options.
6451
6452 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6453
6454 * gdb.texinfo (Files): Remove obsolete bits from the description
6455 of "symbol-file".
6456
6457 2006-01-25 Jim Blandy <jimb@redhat.com>
6458
6459 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6460
6461 2006-01-24 Jim Blandy <jimb@redhat.com>
6462
6463 * gdbint.texinfo (Frames): Document the basics of GDB's register
6464 unwinding model, and explain the existence of the "sentinel" frame.
6465
6466 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6467
6468 * gdb.texinfo (Choosing files): Mention that -directory is used
6469 for script files.
6470 (Specifying source directories): Likewise.
6471 (Command files): Explain how script files are found.
6472
6473 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6474
6475 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6476 the threads in a multi-threaded program.
6477 (Threads): The threadno argument of "thread apply" can be a range
6478 of numbers.
6479
6480 2006-01-18 Jim Blandy <jimb@redhat.com>
6481
6482 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6483 of warning flags.
6484
6485 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6486
6487 * gdb.texinfo (Sequences): Improve menu annotations.
6488 (Define): Add index entries for arguments of user-defined
6489 commands. Move the description of flow-control commands...
6490 (Command Files): ...to here. Document loop_break and
6491 loop_continue.
6492 (Define, Command Files): Document `end' and add index entries for
6493 it.
6494
6495 2006-01-04 Michael Snyder <msnyder@redhat.com>
6496
6497 * gdb.texinfo: Add documentation for linux-fork.
6498 * gdbint.texinfo: Add internal documentation for checkpoints.
6499
6500 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6501
6502 * gdb.texinfo (Omissions from Ada): Document that there is now
6503 limited aggregate support.
6504
6505 2005-12-28 Eli Zaretskii <eliz@gnu.org>
6506
6507 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6508 registers and the likes.
6509
6510 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6511
6512 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6513 (Symbols): Fix usage of "e.g.".
6514 (Memory Region Attributes): Fix usage of "etc."
6515
6516 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6517 (Coding): Fix usage of "e.g.".
6518
6519 2005-12-23 Eli Zaretskii <eliz@gnu.org>
6520
6521 * stabs.texinfo:
6522 * refcard.tex:
6523 * gpl.texi:
6524 * gdbint.texinfo:
6525 * gdb.texinfo:
6526 * gdb-cfg.texi:
6527 * fdl.texi:
6528 * annotate.texinfo:
6529 * all-cfg.texi:
6530 * Makefile.in: Add (C) after Copyright. Update the FSF
6531 address.
6532
6533 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6534
6535 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6536 extend GDB with commands for external monitor.
6537
6538 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6539
6540 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6541
6542 2005-11-25 Joel Brobecker <brobecker@adacore.com>
6543
6544 * gdbint.texinfo (Start of New Year Procedure): New chapter.
6545
6546 2005-11-21 Jim Blandy <jimb@redhat.com>
6547
6548 * gdb.texinfo (Tracepoint Packets): Document restrictions on
6549 placement of 'R' actions in tracepoint action packets; document
6550 dependence of 'X' and 'M' actions on a preceding 'R' action for
6551 their registers.
6552
6553 2005-11-19 Jim Blandy <jimb@redhat.com>
6554
6555 * gdb.texinfo (Tracepoint Packets): New node.
6556 (General Query Packets): Add entries for the tracepoint packets,
6557 referring to the "Tracepoint Packets" node.
6558 (Tracepoints): Add reference to "Tracepoint Packets".
6559
6560 2005-11-18 Kevin Buettner <kevinb@redhat.com>
6561
6562 * gdb.texinfo (set remotebreak): Add anchor.
6563 (X packet): Likewise.
6564 (Remote Protocol): Add new section `Interrupts' and new index
6565 entry `interrupts (remote protocol)'.
6566
6567 2005-11-18 Jim Blandy <jimb@redhat.com>
6568
6569 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
6570 entries into the General Query Packets section. Add a
6571 cross-reference to that section. Drop description of replies, as
6572 these are covered in the descriptions of each packet.
6573 (General Query Packets): Add introductory text. Explain naming
6574 conventions, and how the end of a name is recognized.
6575
6576 2005-11-17 Kevin Buettner <kevinb@redhat.com>
6577
6578 * gdb.texinfo (Remote configuration): Fix typo in description of
6579 "set remotebreak" command.
6580
6581 2005-11-16 Jim Blandy <jimb@redhat.com>
6582
6583 * gdb.texinfo (Packets, Stop Reply Packets)
6584 (General Query Packets): Various formatting cleanups.
6585 - Use @samp for packet contents.
6586 - Drop summaries from packet @item lines; the same information appears
6587 immediately below in the description.
6588 - Delete paragraph breaks after packet @item commands, so that the
6589 description appears directly to the right of the packet prototype
6590 in the printed manual, if it fits.
6591 - Place spaces in packet prototypes between @vars and non-@var
6592 letters, and explain that they're just for formatting.
6593 - Use @dots{} instead of '...'.
6594 - Fix uses of @code where @var was needed.
6595 - Replace "deprecated" markers with English text spelling out the
6596 packet's status and the preferred alternatives.
6597 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
6598 what this ever meant.
6599 - Remove "(draft)" markers on 'i' packets; nobody has commented on
6600 this for a long time.
6601 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
6602 implemented several times, and have been in use for years.
6603
6604 2005-11-15 Jim Blandy <jimb@redhat.com>
6605
6606 * gdb.texinfo (Packets): Add index entries for 'm' packet
6607 disclaimers.
6608
6609 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
6610 of stub when processing an 'm' packet.
6611
6612 * gdb.texinfo (Packets): Mention that packets beginning with
6613 letters are reserved once, at the top, instead of actually listing
6614 them all and saying "reserved".
6615
6616 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
6617
6618 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
6619 Change @var{$arg0 to @code{$arg0.
6620
6621 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
6622
6623 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
6624
6625 2005-11-12 Jim Blandy <jimb@redhat.com>
6626
6627 * gdb.texinfo (General Query Packets): Put packets in alphabetical
6628 order. Remove extraneous 'z'.
6629
6630 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
6631
6632 * gdb.texinfo (Choosing files): Add --eval-command.
6633
6634 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
6635
6636 * gdb.texinfo (Choosing modes): Add --return-child-result.
6637
6638
6639 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
6640
6641 * gdb.texinfo (Choosing modes): Add --batch-silent.
6642
6643 2005-10-28 Eli Zaretskii <eliz@gnu.org>
6644
6645 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
6646 "The -var-update Command".
6647
6648 2005-10-03 Joel Brobecker <brobecker@adacore.com>
6649
6650 * gdb.texinfo (Print Settings): Add documentation for set/show
6651 print array-indexes.
6652
6653 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6654
6655 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
6656 6.2 and 6.3.
6657
6658 2005-08-27 Eli Zaretskii <eliz@gnu.org>
6659
6660 * gdb.texinfo (File Options): Don't document --mapped, it's gone
6661 since 19-Jan-2004.
6662 (Files): Likewise.
6663 (Variables, Symbols): Document the "<incomplete type>" message and
6664 its reasons.
6665
6666 2005-08-01 Fred Fish <fnf@specifix.com>
6667
6668 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
6669
6670 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
6671
6672 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
6673 option for -var-list-children and -var-update.
6674 (GDB/MI Stack Manipulation): Simplify description of
6675 print-values option for -stack-list-locals.
6676 (GDB/MI Command Description Format): Clarify.
6677 (Mode Options): Spelling of superseded.
6678
6679 2005-07-12 Bob Rossi <bob@brasko.net>
6680
6681 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
6682 corresponding GDB command comment.
6683
6684 2005-07-06 Bob Rossi <bob@brasko.net>
6685
6686 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
6687 and -inferior-tty-show.
6688 (Input/Output): Document "set/show inferior-tty" and tty alias.
6689
6690 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
6691
6692 * gdb.texinfo (Packets): Change description of 'D' packet to note
6693 that GDB does wait for a response.
6694
6695 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
6696
6697 * gdb.texinfo (History) Rename "Command History".
6698 (Command History): Move node "Server Prefix" from section on
6699 Annotations here.
6700
6701 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
6702
6703 * gdb.texinfo (GDB/MI Stack Manipulation):
6704 Re-instate -stack-info-frame with example. Say that it gets
6705 info on selected frame, not current frame.
6706
6707 2005-06-18 Eli Zaretskii <eliz@gnu.org>
6708
6709 * gdb.texinfo (Server): Clarify that `file' should be used before
6710 connecting to the server.
6711 (Files): Add an xref to the above description.
6712 (Output Formats): More detailed description of the `c' format.
6713 (Memory): List explicitly all the formats supported by `x'.
6714 (Threads): Add an @cindex entry for "thread apply".
6715 (Files): Document the possibility of loading unlinked object
6716 files. Add more indexing for solib-absolute-prefix and
6717 --with-sysroot.
6718 (Machine Code): Document possible problems with locations in
6719 shared libraries.
6720 (Backtrace): Document that free-standing environments do not need
6721 to have a `main' function.
6722
6723 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
6724
6725 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
6726 -stack-info-frame.
6727
6728 2005-06-07 Andrew Cagney <cagney@gnu.org>
6729
6730 * gdb.texinfo (Contributors): Note the original multi-arch
6731 contributors.
6732
6733 2005-06-03 Eli Zaretskii <eliz@gnu.org>
6734
6735 * gdb.texinfo (Registers): Add index entries for the standard
6736 registers.
6737 (Frames): Add cross-reference from frame pointer description to
6738 the Registers node.
6739 (Annotations Overview): Fix the reference to GDB name.
6740
6741 2005-06-01 Eli Zaretskii <eliz@gnu.org>
6742
6743 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
6744 can-use-hw-watchpoints.
6745
6746 2005-05-28 Bob Rossi <bob@brasko.net>
6747
6748 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
6749 the possible reasons why an exec async record would be returned to FE.
6750
6751 2005-05-26 Andrew Cagney <cagney@gnu.org>
6752
6753 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
6754 Andrew Cagney implemented the original GDB/MI.
6755
6756 2005-05-23 Orjan Friberg <orjanf@axis.com>
6757
6758 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
6759 documentation. Add documentation for cris-mode.
6760
6761 2005-05-20 Eli Zaretskii <eliz@gnu.org>
6762
6763 * gdb.texinfo (Numbers): Explain the example and make the wording
6764 more acurate.
6765
6766 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6767 Dennis Brueni <dennis@slickedit.com>
6768
6769 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
6770 (GDB/MI Data Manipulation, GDB/MI Program Control)
6771 (GDB/MI Stack Manipulation): Update examples to include the fullname
6772 attribute in stack frames.
6773
6774 2005-05-12 Eli Zaretskii <eliz@gnu.org>
6775
6776 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
6777 do with other non-standard names of init files.
6778
6779 2005-05-11 Eli Zaretskii <eliz@gnu.org>
6780
6781 * gdb.texinfo (Command Files): Move the description of the startup
6782 from here...
6783 (Startup): ...to this new subsection of the Invocation chapter.
6784 Rearrange the description of init files more logically and add a
6785 cross-reference to "Command Files". Document the special gdbinit
6786 name for CISCO 68k. Expand the description of what GDB does
6787 during startup.
6788 (History): Add index entry for HISTSIZE.
6789
6790 2005-05-02 Mark Kettenis <kettenis@gnu.org>
6791
6792 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
6793
6794 2005-05-02 Eli Zaretskii <eliz@gnu.org>
6795
6796 * gdb.texinfo (SVR4 Process Information, The isatty call)
6797 (The system call): Don't use foo(N) notation for man pages and
6798 functions.
6799 (Compilation, DJGPP Native): Improve wording.
6800
6801 2005-04-27 Eli Zaretskii <eliz@gnu.org>
6802
6803 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
6804 were optimized away.
6805
6806 2005-04-22 Eli Zaretskii <eliz@gnu.org>
6807
6808 * gdb.texinfo (Remote configuration): Document "set/show
6809 get-thread-local-storage-address". Add cross-reference to the
6810 description of the qGetTLSAddr packet.
6811 (General Query Packets): Mention "set remote
6812 get-thread-local-storage-address" and add a reference to its
6813 description.
6814
6815 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
6816
6817 * gdb.texinfo (Backtrace): Describe 'bt full'.
6818
6819 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
6820
6821 * gdb.texinfo (Mode Options): Fix typo.
6822 (GDB/MI): Describe how to invoke GDB/MI.
6823
6824 2005-04-16 Eli Zaretskii <eliz@gnu.org>
6825
6826 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
6827 references changed. Add description of "info udot".
6828 (Files): Document "set/show stop-on-solib-events".
6829 (M32R/D): Document "set/show download-path", "set/show
6830 board-address", "set/show server-address", "upload", "tload".
6831 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
6832 "use_mon_code", "use_ib_break", "use_dbt_break".
6833 (Maintenance Commands): Improve indexing.
6834 (Target Commands): Document "set/show hash", "set/show debug
6835 monitor".
6836 (SVR4 Process Information): Document "info pidlist" and "info
6837 meminfo". Document "set/show procfs-tarce" and "set/show
6838 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
6839 (Symbols, The Print Command with Objective-C): Improve indexing.
6840 (Objective-C): Add references to "info classes" and "info
6841 selectors".
6842 (Debugging Output): Improve wording. Document "set/show debug
6843 solib-frv". Fix "set/show debugvarobj".
6844 (Set Breaks): Add index entry for "hardware breakpoints".
6845 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
6846 and "set/show usehardbreakpoints".
6847 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
6848 monitor-prompt", "set/show monitor-warnings", "pmon".
6849 (ARM): Document "rdilogfile", "rdilogenable", "set/show
6850 rdiromatzero", "set/show rdiheartbeat".
6851 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
6852 "sds".
6853 (Embedded Processors): Document the "sim" command.
6854 (Remote): Document the "remote" command.
6855 (DJGPP Native): Document the "info serial" command.
6856 (Threads): Document "maint info sol-threads".
6857 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
6858 (Set Breaks): Improve indexing.
6859 (Command Syntax): Add a reference to dont-repeat.
6860 (Define): Document "dont-repeat".
6861 (TUI Commands): Document "tabset".
6862 (WinCE): New subsection. Document "set/show remotedirectory",
6863 "set/show remoteupload", "set/show remoteaddhost".
6864
6865 2005-04-15 Eli Zaretskii <eliz@gnu.org>
6866
6867 * gdb.texinfo (Hurd Native): New subsection, documents
6868 Hurd-specific commands.
6869 (Maintenance Commands): Add cross-reference to "Debugging Output".
6870 (Debugging Output): Document "set/show debug lin-lwp".
6871 (MIPS): Improve documentation of heuristic-fence-post. Document
6872 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
6873 mips stack-arg-size", "set/show mips mask-address", "set/show mips
6874 remote-mips64-transfers-32bit-regs", "set/show debug mips".
6875 (ARM): Document ARM-specific commands.
6876 (AVR): New section. Document "info io_registers".
6877 (CRIS): New section. Document "set/show cris-version" and
6878 "set/show cris-dwarf2-cfi".
6879 (HPPA): New section. Document "set/show debug hppa" and "maint
6880 print unwind".
6881 (Neutrino): New subsection. Document "set/show debug nto-debug".
6882 (Super-H): New section. Document the "regs" command.
6883 (Debugging Output): Document "set/show debug aix-thread".
6884
6885 2005-04-09 Eli Zaretskii <eliz@gnu.org>
6886
6887 * gdb.texinfo (Print Settings): Document "set/show print
6888 pascal_static-members", "set print repeats", "show print
6889 null-stop". Improve indexing. Fix documentation of "set print
6890 union".
6891 (Pascal): New section.
6892 (Supported languages): Rename from "Support"; all references
6893 updated. Add a menu item for Pascal.
6894 (Numbers): Document "set radix.
6895 (Screen Size): Document "set/show pagination".
6896 (MIPS Embedded): Remove "set processor" documentation.
6897 (Remote configuration): Document "set/show X/P/Z-packet",
6898 "set/show read-aux-vector-packet", "set/show remote
6899 symbol-lookup-packet", "set/show remote verbose-resume-packet",
6900 "set/show remoteaddresssize", "set/show remotebaud", "set/show
6901 remotedebug", "set/show remotebreak", "set/show remotedevice",
6902 "set/show remotelogfile".
6903 (Auxiliary Vector): Add reference to the description of the
6904 read-aux-vector-packet setting.
6905 (Set Watchpoints): Add a cross-reference to "set remote
6906 hardware-breakpoint-limit".
6907 (General Query Packets): Add indexing of requests and
6908 cross-references to related commands in "Remote configuration".
6909 (File-I/O Overview, The system call): Fix wording and typos.
6910 (Thread Stops): Add index entries.
6911 (Continuing and Stepping): Document "show step-mode".
6912 (i386): New node. Document "set/show struct-convention".
6913 (Files): Document "show trust-readonly-sections".
6914 (Calling): Document "set/show unwindonsignal".
6915 (Messages/Warnings): Add index entries.
6916 (Maintenance Commands): Document "set/show watchdog".
6917 (Annotations Overview): Document "show annotate".
6918 (Set Watchpoints): Add index entries.
6919 (Symbols): Fix doc of case-sensitive.
6920 (ABI): Document "show coerce-float-to-double".
6921 (Convenience Vars, Help): Improve indexing.
6922 (Machine Code): Document "show disassembly-flavor".
6923 (Debugging C plus plus): Document "show overload-resolution".
6924 (Value History, Signaling): Add index entries.
6925
6926 2005-04-08 Eli Zaretskii <eliz@gnu.org>
6927
6928 * gdb.texinfo (Show): Move @kindex entries to their proper places.
6929 (Processes): Fix wording.
6930 (History, List, Logging output, Define, Symbols, Print Settings):
6931 Improve indexing.
6932
6933 2005-04-03 Eli Zaretskii <eliz@gnu.org>
6934
6935 * gdb.texinfo (Targets): Document "set/show architecture". Remove
6936 redundant index entry for "target" command.
6937 (Backtrace): Add index entries.
6938 (Symbols, Fortran): Document the "set case-sensitive" command.
6939 (DJGPP Native): Document "set com1base", "set com1irq", etc.
6940 (Print Settings): Add index entry for "set demangle-style".
6941 (Target Commands): Document "set download-write-size".
6942 (Debugging Output): Document "set exec-done-display".
6943
6944 2005-04-02 Eli Zaretskii <eliz@gnu.org>
6945
6946 * gdb.texinfo (Files): Fix the name and documentation of
6947 add-shared-symbol-files. Document its alias assf. Update the
6948 list of OSs where GDB supports shared libraries. Fix markup.
6949 (Continuing and Stepping): Add reference to @var{location} in the
6950 text.
6951 (Dump/Restore Files): Fix reference to @{filename}.
6952 (Help): Fix wording.
6953 (Attach): Ditto.
6954 (Set Watchpoints): Ditto.
6955 (Backtrace): Remove redundant index entries. Improve index
6956 entries.
6957 (Delete Breaks): Fix wording.
6958 (Memory): Document the compare-sections command.
6959 (Memory Region Attributes): Improve wording.
6960 (Disabling): Improve wording.
6961 (Fortran): New subsection. Document the "info common" command.
6962 (Help): Document aliases "info copying" and "info warranty".
6963 (Caching Remote Data): New section. Document the "set/show
6964 remotecache" and "info dcache" commands.
6965 (Show): Fix wording of the documentation of the "set
6966 extension-language" command.
6967 (Signals): Add index entry for "info handle".
6968 (Memory Region Attributes): Fix punctuation.
6969 (Symbols): Change the arg name to "location" and refer to it in
6970 the text. Fix wording of "info types" doc.
6971 (Threads): Fix usage of @enumerate @item's.
6972 (Listing Tracepoints): Add index entry for "info tp".
6973 (Set Watchpoints): Add xref to "info break" description.
6974 (Macros): Add an index entry for "macro exp1". Document the
6975 "macro list" command.
6976 (Maintenance Commands): Document "flushregs", "maint agent",
6977 "maint check-symtabs", "maint cplus", "maint demangle", "maint
6978 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
6979 "maint print architecture", "maint print objfiles", "maint print
6980 statistics", "maint print type", "maint show-debug-regs", "maint
6981 space", "maint time", and "maint translate-address".
6982 (Connecting): Document the "monitor" command.
6983 (Annotations Overview): Describe the "set annotate" command.
6984
6985 2005-04-01 Eli Zaretskii <eliz@gnu.org>
6986
6987 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
6988 Rearrange index entries and improve wording about support for
6989 hardware watchpoints.
6990
6991 2005-03-10 Bob Rossi <bob@brasko.net>
6992
6993 * gdb.texinfo: Update copyright
6994
6995 2005-02-09 Theodore A. Roth <troth@openavr.org>
6996
6997 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
6998 error.
6999
7000 2005-02-03 Kevin Buettner <kevinb@redhat.com>
7001
7002 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7003
7004 2005-01-17 Michael Snyder <msnyder@redhat.com>
7005
7006 * gdb.texinfo: Fix spelling, infinte -> infinite.
7007
7008 2005-01-08 Mark Kettenis <kettenis@gnu.org>
7009
7010 * observer.texi (GDB Observers): Document "solib_loaded".
7011
7012 2005-01-07 Andrew Cagney <cagney@gnu.org>
7013
7014 * configure.ac: Rename configure.in, require autoconf 2.59.
7015 * configure: Re-generate.
7016
7017 * configure.in: Replace configdirs with multiple references to
7018 AC_CONFIG_SUBDIRS.
7019 * configure: Re-generate.
7020
7021 2005-01-04 Andrew Cagney <cagney@gnu.org>
7022
7023 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7024 part of the version number.
7025
7026 2004-12-24 Mark Kettenis <kettenis@gnu.org>
7027
7028 * gdbint.texinfo (Algorithms): Remove description of
7029 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7030
7031 2004-12-07 Jim Blandy <jimb@redhat.com>
7032
7033 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7034 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7035 numbers.
7036
7037 2004-12-07 Andreas Schwab <schwab@suse.de>
7038
7039 * gdb.texinfo (Mode Options): Document -l option.
7040
7041 2004-12-04 Eli Zaretskii <eliz@gnu.org>
7042
7043 * gdbint.texinfo (Algorithms): More accurate description of
7044 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7045 is not needed unless data-read and data-access watchpoints are
7046 supported. Add a description of how GDB checks whether the
7047 inferior stopped because a watchpoint was hit.
7048
7049 2004-11-23 Eli Zaretskii <eliz@gnu.org>
7050
7051 * gdb.texinfo (Files): Add cross-reference to description of
7052 -readnow command-line switch.
7053
7054 2004-11-10 Randolph Chung <tausq@debian.org>
7055
7056 * gdb.texinfo: Document set/show backtrace past-entry commands.
7057 Rearrange index entries for set/show backtrace past-main.
7058
7059 2004-11-10 Jon Beniston <jon@beniston.com>
7060
7061 Committed by Andrew Cagney <cagney@gnu.org>.
7062 * gdb.texinfo (Remote Serial Protocol): Further describe
7063 binary transfer escaping mechanism .
7064
7065 2004-11-08 Randolph Chung <tausq@debian.org>
7066
7067 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7068 and "show debug infrun". Add index entries.
7069
7070 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7071
7072 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7073 "info proc" that are already implemented. Add index entries.
7074 (Working Directory): Add a cross-reference to "info proc" command.
7075 (Files): Add a tip for decreasing memory used for symtabs from
7076 shared libraries.
7077 (Starting): Fix whitespace; make "elaboration" stand out where it
7078 is first used, and add an index entry for the term.
7079 (Calling): Expand and elaborate text. Add "print". Add the
7080 description of problems with weak aliases.
7081 (Core File Generation): New section.
7082
7083 2004-10-12 Andrew Cagney <cagney@gnu.org>
7084
7085 * gdbint.texinfo (Versions and Branches): New chapter.
7086 (Releasing GDB): Delete "Versions and Branches" section.
7087 (Top): Add "Versions and Branches".
7088
7089 2004-10-08 Eli Zaretskii <eliz@gnu.org>
7090
7091 * gdb.texinfo (Editing, History): Add cross-references to the
7092 included Readline and History user documentation. Remove
7093 references to the symbol have-readline-appendices which is unused
7094 and undefined.
7095 (History): Fix indexing.
7096
7097 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7098
7099 * gdbint.texinfo (target_stopped_data_address): Update to
7100 new prototype.
7101 (i386_stopped_data_address): Update prototype and description.
7102 (i386_stopped_by_watchpoint): New function and description.
7103
7104 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7105
7106 * gdb.texinfo (Filenames): Add Ada suffixes.
7107 (Ada) New section.
7108
7109 2004-09-27 Andrew Cagney <cagney@gnu.org>
7110 Robert Picco <Robert.Picco@hp.com>
7111
7112 * gdb.texinfo (Packets): Document the "p" packet.
7113
7114 2004-09-21 Jason Molenda (jmolenda@apple.com)
7115
7116 * gdb.texinfo (Paths and Names of the Source Files): Document the
7117 meaning of values in the 'desc' field of a SO stab.
7118
7119 2004-09-20 Daniel Jacobowitz <dan@debian.org>
7120
7121 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7122 max-cache-age" and "maint show dwarf2 max-cache-age".
7123
7124 2004-09-16 Eli Zaretskii <eliz@gnu.org>
7125
7126 * gdb.texinfo (Set Breaks): Add index entry for setting
7127 breakpoints on overloaded C++ functions that are not members of
7128 any classes. Add an example and an index entry for setting
7129 breakpoints on all program functions.
7130 (Character Sets, Macros, Overlay Commands)
7131 (Non-debug DLL symbols, GDB/MI Output Syntax)
7132 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7133 Use "(@value{GDBP})" instead of a literal "(gdb)".
7134
7135 2004-09-12 Andrew Cagney <cagney@gnu.org>
7136
7137 * gdbint.texinfo (Native Debugging): Delete description of
7138 FILES_INFO_HOOK.
7139
7140 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7141
7142 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7143 to hex_string_custom (not historically correct, but more
7144 understandable, given the current code).
7145
7146 2004-09-03 Andrew Cagney <cagney@gnu.org>
7147
7148 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7149
7150 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7151
7152 * observer.texi (solib_unloaded): New observer.
7153
7154 2004-08-24 Andrew Cagney <cagney@gnu.org>
7155
7156 * gdbint.texinfo (Target Architecture Definition): Add missing
7157 comma.
7158
7159 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7160
7161 * (Using the Testsuite): build != host is supported,
7162 but some test scripts do not support build != host.
7163
7164 2004-08-14 Mark Kettenis <kettenis@gnu.org>
7165
7166 * gdbint.texinfo (Host Definition): Delete description of
7167 FCLOSE_PROVIDED and GETENV_PROVIDED.
7168
7169 2004-08-05 Mark Kettenis <kettenis@chello.nl>
7170
7171 * gdbint.texinfo (Host Definition): Delete description of
7172 NO_SYS_FILE.
7173 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7174 PTRACE_FP_BUG.
7175
7176 2004-08-05 Andrew Cagney <cagney@gnu.org>
7177
7178 * gdbint.texinfo (Target Architecture Definition): Delete
7179 reference to deprecated_read_fp.
7180
7181 2004-08-02 Andrew Cagney <cagney@gnu.org>
7182
7183 * gdbint.texinfo (Target Architecture Definition): Delete
7184 description of DEPRECATED_REGISTER_BYTES.
7185
7186 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7187
7188 * gdb.texinfo (Source Path): Document the new behavior of
7189 searching for the source files.
7190
7191 2004-07-17 Eli Zaretskii <eliz@gnu.org>
7192
7193 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7194 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7195 (Auto Display): Improve indexing.
7196
7197 2004-07-16 Andrew Cagney <cagney@gnu.org>
7198
7199 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7200 "-noasync".
7201
7202 2004-07-09 Eli Zaretskii <eliz@gnu.org>
7203
7204 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7205 have the same prefix have only their prefix in the index.
7206
7207 2004-07-03 Mark Kettenis <kettenis@gnu.org>
7208
7209 * gdb.texinfo (BSD libkvm Interface): New node (section)
7210 (Native): Add it to the menu.
7211
7212 2004-07-01 Mark Kettenis <kettenis@gnu.org>
7213
7214 * gdbint.texinfo (Target Architecture Definition): Remove
7215 PCC_SOL_BROKEN.
7216
7217 2004-06-24 Mark Kettenis <kettenis@gnu.org>
7218
7219 * gdbint.texinfo (Target Architecture Definition): Remove
7220 SUN_FIXED_LBRAC_BUG.
7221
7222 2004-06-26 Andrew Cagney <cagney@gnu.org>
7223
7224 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7225
7226 2004-06-20 Andrew Cagney <cagney@gnu.org>
7227
7228 * gdbint.texinfo (Target Architecture Definition): Deprecate
7229 USE_STRUCT_CONVENTION.
7230
7231 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7232
7233 gdb.texinfo (Bug Reporting): Mention session recording,
7234 with the script command or Emacs.
7235
7236 2004-06-18 Andrew Cagney <cagney@gnu.org>
7237
7238 * gdbint.texinfo (Target Architecture Definition): Deprecate
7239 FUNCTION_START_OFFSET.
7240
7241 2004-06-14 Andrew Cagney <cagney@gnu.org>
7242
7243 Based on changes from Karl Berry.
7244 * gdb.texinfo: Do not use @sc in a direntry.
7245 * stabs.texinfo: Change @dircateogry to "Software development".
7246 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7247
7248 2004-06-13 Andrew Cagney <cagney@gnu.org>
7249
7250 * gdbint.texinfo (Target Architecture Definition): Delete
7251 description of RETURN_VALUE_ON_STACK.
7252
7253 2004-06-09 Andrew Cagney <cagney@gnu.org>
7254
7255 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7256 deleted by previous patch.
7257
7258 2004-06-08 Andrew Cagney <cagney@gnu.org>
7259
7260 * gdbint.texinfo (Native Debugging): Delete documentation on
7261 ATTACH_DETACH.
7262
7263 2004-06-06 Randolph Chung <tausq@debian.org>
7264
7265 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7266
7267 2004-06-06 Randolph Chung <tausq@debian.org>
7268
7269 * gdb.texinfo (push_dummy_call): Update argument list to match
7270 the new push_dummy_call method signature. Describe the function
7271 argument.
7272
7273 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7274
7275 * gdb.texinfo (Starting): Document new start command.
7276
7277 2004-05-21 Andrew Cagney <cagney@redhat.com>
7278
7279 * observer.texi (GDB Observers): Document "inferior_created".
7280
7281 2004-05-08 Andrew Cagney <cagney@redhat.com>
7282
7283 * gdbint.texinfo (Target Architecture Definition): Delete
7284 description of DO_DEFERRED_STORES.
7285
7286 * gdbint.texinfo (Target Architecture Definition): Delete
7287 references to DEPRECATED_FIX_CALL_DUMMY.
7288
7289 * gdbint.texinfo (Target Architecture Definition): Delete
7290 description of DEPRECATED_CALL_DUMMY_WORDS,
7291 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7292
7293 * gdbint.texinfo (Target Architecture Definition): Delete
7294 description of DEPRECATED_PUSH_DUMMY_FRAME.
7295
7296 * gdbint.texinfo (Target Architecture Definition): Delete
7297 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7298
7299 2004-05-07 Andrew Cagney <cagney@redhat.com>
7300
7301 * observer.texi (GDB Observers): Add "Debugging" section. Include
7302 cross reference to "set/show debug observer".
7303 * gdb.texinfo (Debugging Output): Document "set/show debug
7304 observer".
7305
7306 2004-05-01 Andrew Cagney <cagney@redhat.com>
7307
7308 * gdbint.texinfo (Target Architecture Definition): Delete
7309 description of DEPRECATED_PC_IN_SIGTRAMP.
7310
7311 2004-04-30 Andrew Cagney <cagney@redhat.com>
7312
7313 * gdbint.texinfo (Target Architecture Definition): Delete
7314 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7315
7316 2004-04-30 Orjan Friberg <orjanf@axis.com>
7317
7318 * observer.texi (GDB Observers): Correct spelling.
7319
7320 2004-04-26 Orjan Friberg <orjanf@axis.com>
7321
7322 * observer.texi (GDB Observers): Add target_changed event.
7323
7324 2004-04-08 Andrew Cagney <cagney@redhat.com>
7325
7326 * observer.texi (GDB Observers): Rework, provide generic observer
7327 definitions and then a list of observable events.
7328
7329 2004-04-04 Andrew Cagney <cagney@redhat.com>
7330
7331 * gdbint.texinfo (Host Definition): Delete reference to
7332 NO_SIGINTERRUPT.
7333
7334 2004-04-02 Andrew Cagney <cagney@redhat.com>
7335
7336 * gdbint.texinfo (Target Architecture Definition): Delete
7337 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7338
7339 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7340
7341 * gdb.texinfo (TUI Commands): Document tui reg commands.
7342
7343 2004-03-26 Andrew Cagney <cagney@redhat.com>
7344
7345 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7346 "gdbtui".
7347 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7348 (Contributors): Mention both Text and Terminal User Interface.
7349
7350 2004-03-23 Andrew Cagney <cagney@redhat.com>
7351
7352 * gdbint.texinfo (Target Architecture Definition): Deprecate
7353 references to SIGTRAMP_START and SIGTRAMP_END.
7354
7355 2004-03-23 Andrew Cagney <cagney@redhat.com>
7356
7357 * gdbint.texinfo (Target Architecture Definition): Deprecate
7358 references to PC_IN_SIGTRAMP.
7359
7360 2004-03-19 Andrew Cagney <cagney@redhat.com>
7361
7362 * gdbint.texinfo (Target Architecture Definition): Delete
7363 reference to GDB_TARGET_IS_HPPA.
7364
7365 2004-03-18 Andrew Cagney <cagney@redhat.com>
7366
7367 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7368 describe pre_init and post_init.
7369
7370 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7371
7372 * gdb.texinfo (Debugging Output): Document values for "set debug
7373 target".
7374
7375 2004-02-28 Andrew Cagney <cagney@redhat.com>
7376
7377 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7378
7379 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7380
7381 * gdb.texinfo (breakpoints): Add information about the
7382 new "set breakpoint pending" and "show breakpoint pending"
7383 commands.
7384
7385 2004-02-26 Andrew Cagney <cagney@redhat.com>
7386
7387 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7388 in Per-architecture module data section.
7389
7390 2004-02-25 Roland McGrath <roland@redhat.com>
7391
7392 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7393
7394 2004-02-24 Andrew Cagney <cagney@redhat.com>
7395
7396 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7397 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7398 * fdl.texi: Import Version 1.2, November 2002.
7399
7400 2004-02-17 Andrew Cagney <cagney@redhat.com>
7401
7402 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7403
7404 2004-02-16 Andrew Cagney <cagney@redhat.com>
7405
7406 * gdbint.texinfo (Target Architecture Definition): Deprecate
7407 FRAMELESS_FUNCTION_INVOCATION.
7408
7409 2004-02-16 Andrew Cagney <cagney@redhat.com>
7410
7411 * gdbint.texinfo (Coding): Mention -Wunused-function.
7412
7413 2004-02-14 Andrew Cagney <cagney@redhat.com>
7414
7415 * gdbint.texinfo (Target Architecture Definition): Delete
7416 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7417
7418 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
7419
7420 * gdb.texinfo: Properly quote the name "C++".
7421 * gdbint.texinfo: Ditto.
7422 * stabs.texinfo: Ditto.
7423
7424 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
7425
7426 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7427 minimal information about libiberty.
7428
7429 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7430
7431 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7432
7433 2004-02-04 Roland McGrath <roland@redhat.com>
7434
7435 * gdb.texinfo (Auxiliary Vector): New node (section).
7436 (Data): Add it to the menu.
7437
7438 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7439
7440 * gdb.texinfo (Breakpoints): Add information about pending
7441 breakpoint support.
7442
7443 2004-01-26 Andrew Cagney <cagney@redhat.com>
7444
7445 * gdb.texinfo (Overview): Delete references to the cisco protocol
7446 including the "N" response.
7447
7448 2004-01-26 Andrew Cagney <cagney@redhat.com>
7449
7450 * gdbint.texinfo (Target Architecture Definition): Rename
7451 EXTRACT_STRUCT_VALUE_ADDRESS to
7452 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
7453
7454 2004-01-24 Eli Zaretskii <eliz@gnu.org>
7455
7456 * gdb.texinfo (KOD): Document "show os". Add index entries for
7457 "set/show os" and "info cisco" commands.
7458
7459 2004-01-21 Eli Zaretskii <eliz@gnu.org>
7460
7461 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7462
7463 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7464
7465 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7466 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7467
7468 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
7469
7470 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7471 -stack-list-locals.
7472 (GDB/MI Variable Objects): Describe extension to
7473 -var-list-children.
7474
7475 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
7476
7477 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7478
7479 2004-01-17 Andrew Cagney <cagney@redhat.com>
7480
7481 * gdbint.texinfo (Target Architecture Definition): Delete
7482 documentation on DEPRECATED_NPC_REGNUM.
7483
7484 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
7485
7486 * gdb.texinfo: Update copyright year. Mention that set
7487 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7488 "set follow-fork-mode ask".
7489
7490 2004-01-13 Andrew Cagney <cagney@redhat.com>
7491
7492 * gdbint.texinfo: Update copyright year.
7493 (Coding): Add -Wunused-label to list of -Werror warnings.
7494
7495 2004-01-08 Jason Molenda <jmolenda@apple.com>
7496 Eli Zaretskii <eliz@gnu.org>
7497
7498 * gdb.texinfo: Update copyright.
7499 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7500 around names, as appropriate. Minor syntax cleanup of
7501 _NSPrintForDebugger explanation. Two spaces after periods.
7502 GDBN used instead of lit. "gdb". Index entries added for
7503 print-object and _NSPrintForDebugger. @noindent added in one spot.
7504
7505 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
7506
7507 * stabs.texinfo: Add dircategory and direntry commands.
7508 * annotate.texinfo: Ditto.
7509
7510 2003-11-10 Andrew Cagney <cagney@redhat.com>
7511
7512 * gdbint.texinfo (Target Architecture Definition): Replace the
7513 return_value method's "inval" and "outval" parameters with
7514 "readbuf" and "writebuf".
7515
7516 2003-10-28 Jim Blandy <jimb@redhat.com>
7517
7518 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7519 from "The `F' request packet" and "The `F' reply packet", to make
7520 texi2dvi happy.
7521 (File-I/O remote protocol extension): Update menu entries, too.
7522
7523 2003-10-26 Michael Chastain <mec@shout.net>
7524
7525 * gdb.texinfo (Thread Stops): Document the issue with
7526 premature return from system calls in multi-threaded programs.
7527
7528 2003-10-24 Andrew Cagney <cagney@redhat.com>
7529
7530 * annotate.texinfo: Fix "fortunatly"[sic].
7531
7532 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7533
7534 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7535 with "Hitachi" and "Mitsubishi".
7536
7537 2003-10-20 Andrew Cagney <cagney@redhat.com>
7538
7539 * gdbint.texinfo (Target Architecture Definition): Document
7540 gdbarch_return_value. Add cross references from
7541 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7542 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7543
7544 2003-10-18 Mark Kettenis <kettenis@gnu.org>
7545
7546 * gdbint.texinfo (Target Architecture Definition): Document
7547 regset_from_core_section.
7548
7549 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
7550
7551 * gdb.texinfo (M32R/D): Mention m32rsdi target.
7552
7553 2003-10-15 Kevin Buettner <kevinb@redhat.com>
7554
7555 From Anthony Green <green@redhat.com>:
7556 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
7557
7558 2003-10-14 Kevin Buettner <kevinb@redhat.com>
7559
7560 * gdb.texinfo (Breakpoint related warnings): New node.
7561 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
7562
7563 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
7564
7565 * gdb.texinfo (Remote Protocol): Document v and vCont.
7566
7567 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7568
7569 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
7570 * gdbint.texinfo: Ditto.
7571
7572 2003-10-09 Andrew Cagney <cagney@redhat.com>
7573
7574 From 2003-09-18 David Anderson <davea@sgi.com>:
7575 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
7576 "command".
7577
7578 2003-10-03 Andrew Cagney <cagney@redhat.com>
7579
7580 * gdbint.texinfo (Target Architecture Definition): Deprecate
7581 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
7582 just target.
7583
7584 2003-10-02 Andrew Cagney <cagney@redhat.com>
7585
7586 * gdbint.texinfo (Target Architecture Definition): Rename
7587 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
7588 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
7589 * gdbint.texinfo (Target Architecture Definition): Rename
7590
7591 2003-09-30 Andrew Cagney <cagney@redhat.com>
7592
7593 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
7594 (Target Architecture Definition):
7595
7596 * gdbint.texinfo (Target Architecture Definition): Rename
7597 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
7598
7599 2003-09-29 Andrew Cagney <cagney@redhat.com>
7600
7601 * gdbint.texinfo (Target Architecture Definition): Delete
7602 documentation for NEED_TEXT_START_END.
7603
7604 * gdbint.texinfo (Target Architecture Definition): Rename
7605 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
7606 TARGET_WRITE_PC.
7607
7608 2003-09-22 Michael Chastain <mec@shout.net>
7609
7610 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
7611
7612 2003-09-21 Anthony Green <green@redhat.com>
7613
7614 * gdbint.texinfo (Target Architecture Definition): Fix typos.
7615
7616 2003-09-21 Mark Kettenis <kettenis@gnu.org>
7617
7618 * gdbint.texinfo (Target Architecture Definition): Document
7619 stabs_argument_has_addr.
7620
7621 2003-09-18 Andrew Cagney <cagney@redhat.com>
7622
7623 * gdbint.texinfo (Target Architecture Definition): Delete
7624 documentation on REGISTER_NAMES.
7625
7626 2003-09-13 Mark Kettenis <kettenis@gnu.org>
7627
7628 * gdbint.texinfo (Target Architecture Definition): Replace
7629 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
7630
7631 2003-09-11 Andrew Cagney <cagney@redhat.com>
7632
7633 * gdbint.texinfo (Target Architecture Definition): Replace
7634 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
7635
7636 2003-08-18 Andrew Cagney <cagney@redhat.com>
7637
7638 * gdbint.texinfo (Target Architecture Definition): Document
7639 "frame_red_zone_size".
7640
7641 2003-08-09 Andrew Cagney <cagney@redhat.com>
7642
7643 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
7644 with "set/show backtrace past-main" and "set/show backtrace
7645 limit".
7646
7647 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
7648
7649 * Makefile.in (install-info): Support DESTDIR.
7650 (install-html): Likewise.
7651
7652 2003-08-07 Andrew Cagney <cagney@redhat.com>
7653
7654 Patch from Nick Roberts.
7655 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
7656 bindings. Remove description of send-gdb-command.
7657
7658 2003-08-07 Andrew Cagney <cagney@redhat.com>
7659
7660 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
7661 GDB 6.0.
7662
7663 2003-08-06 Andrew Cagney <cagney@redhat.com>
7664
7665 * gdb.texinfo (Mode Options): Mention that level three is the
7666 highest available and that level 2 is deprecated.
7667 (Annotations Overview): Mention annotation levels. Cross reference
7668 to "Limitations of the Annotation Interface" in annotate.texi.
7669 (TODO, Value Annotations, Frame Annotations): Delete section.
7670 (Displays, Breakpoint Info): Delete.
7671
7672 2003-08-04 Andrew Cagney <cagney@redhat.com>
7673
7674 * agentexpr.texi: Delete @bye.
7675 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
7676 (stabs.info): Add $(srcdir) to include search path.
7677 (html): Depend on "annotate_toc.html", and not "annotate.html".
7678 * stabs.texinfo: Ditto. Include "fdl.texi".
7679 * gdbint.texinfo: Update copyright statement's list of invariant
7680 sections.
7681
7682 2003-07-28 Andrew Cagney <cagney@redhat.com>
7683
7684 * Makefile.in (INFO_DEPS): Add annotate.info.
7685 (dvi, ps, html, pdf): Add annotate.
7686 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
7687 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
7688 (ANNOTATE_DOC_FILES): New macro.
7689 (ANNOTATE_TEX_TMPS): New macro.
7690 (annotate.info, annotate_toc.html): Specify dependencies.
7691 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
7692 * annotate.texinfo: Rename annotate.texi. Get building. Add
7693 "Migrating to GDB/MI" and "Limitations of the Annotation
7694 Interface" chapters. Mention why it is not part of the user
7695 guide. Update copyright notice. Include "fdl.texi".
7696
7697 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
7698
7699 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
7700
7701 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
7702
7703 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
7704
7705 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
7706
7707 * gdb.texinfo (Server): Mention pidof.
7708
7709 2003-07-22 Andrew Cagney <cagney@redhat.com>
7710
7711 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
7712 list.
7713
7714 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
7715
7716 * gdb.texinfo (Logging output): New chapter.
7717
7718 2003-06-24 Joel Brobecker <brobecker@gnat.com>
7719
7720 * gdb.texinfo (Unsupported languages): New section.
7721 (Languages): Add link to new section.
7722
7723 2003-06-22 Andrew Cagney <cagney@redhat.com>
7724
7725 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
7726
7727 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
7728
7729 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
7730
7731 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
7732
7733 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
7734 * agentexpr.texi: Retitle section, and change it to an appendix.
7735 Comment out texinfo initialization. Factor a @var{} into two
7736 pieces to prevent makeinfo warnings.
7737 * gdb.texinfo: Add Agent Expressions appendix.
7738
7739 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
7740
7741 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
7742
7743 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
7744
7745 * gdb.texinfo (Remote Debugging): New section "Connecting to a
7746 remote target". Document the "detach" and "disconnect" commands.
7747 (Server, Netware, Debug Session): Reference "Connecting to a
7748 remote target".
7749 (GDB/MI Target Manipulation): Document "-target-disconnect".
7750
7751 2003-06-13 Andrew Cagney <cagney@redhat.com>
7752
7753 * gdbint.texinfo (Target Architecture Definition): Deprecate
7754 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
7755 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
7756
7757 2003-06-09 Jim Blandy <jimb@redhat.com>
7758
7759 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
7760
7761 2003-06-08 Andrew Cagney <cagney@redhat.com>
7762
7763 * gdbint.texinfo (Target Architecture Definition): Delete
7764 documentation on FRAME_ARGS_ADDRESS_CORRECT.
7765
7766 2003-06-08 Andrew Cagney <cagney@redhat.com>
7767
7768 * gdbint.texinfo (Target Architecture Definition): Document
7769 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
7770
7771 2003-06-07 Adam Fedor <fedor@gnu.org>
7772
7773 * gdb.texinfo: Add Objective-C documentation.
7774
7775 2003-06-01 Andrew Cagney <cagney@redhat.com>
7776
7777 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
7778 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
7779
7780 2003-05-21 Andrew Cagney <cagney@redhat.com>
7781
7782 * gdbint.texinfo (Target Architecture Definition): Delete
7783 references to "extract_address" and "store_address".
7784
7785 2003-05-16 Andrew Cagney <cagney@redhat.com>
7786
7787 * gdbint.texinfo (Target Architecture Definition): Replace
7788 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
7789 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
7790
7791 2003-05-14 Theodore A. Roth <troth@openavr.org>
7792
7793 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
7794
7795 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
7796
7797 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
7798 (gdb.dvi): Likewise.
7799 (gdb.pdf): Likewise.
7800 (links2roff): Likewise.
7801
7802 2003-05-08 Jim Blandy <jimb@redhat.com>
7803
7804 * gdb.texinfo (Dump/Restore Files): Update documentation for
7805 'dump', 'append', and 'restore': note that format argument is
7806 optional; simplify presentation of the command variants; and be
7807 more precise about the formats.
7808
7809 2003-05-07 Jim Blandy <jimb@redhat.com>
7810
7811 * gdb.texinfo (Symbols): Update documentation: 'maint list
7812 symtabs' and 'maint list psymtabs' have been renamed 'maint info
7813 symtabs' and 'maint info psymtabs'.
7814
7815 2003-05-05 Andrew Cagney <cagney@redhat.com>
7816
7817 * gdbint.texinfo (Target Architecture Definition): Make
7818 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
7819 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
7820 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
7821
7822 2003-05-04 Andrew Cagney <cagney@redhat.com>
7823
7824 * gdb.texinfo (Maintenance Commands): Document "maint print
7825 dummy-frames".
7826
7827 2003-05-04 Andrew Cagney <cagney@redhat.com>
7828
7829 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
7830
7831 2003-05-03 J. Brobecker <brobecker@gnat.com>
7832
7833 Thierry Schneider <tpschneider1@yahoo.com>
7834 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
7835 for new MI command.
7836
7837 2003-05-03 Andrew Cagney <cagney@redhat.com>
7838
7839 * gdbint.texinfo (Target Architecture Definition): Document
7840 push_dummy_code. Add cross references.
7841
7842 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
7843
7844 * gdb.texinfo (Character Sets): Update to reflect new behavior of
7845 set/show charsets commands.
7846
7847 2003-04-28 Andrew Cagney <cagney@redhat.com>
7848
7849 * gdbint.texinfo (Target Architecture Definition): Replace
7850 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
7851 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
7852
7853 2003-04-28 Andrew Cagney <cagney@redhat.com>
7854
7855 * gdbint.texinfo (Target Architecture Definition): Rename
7856 "tm_print_insn" to "deprecated_tm_print_insn".
7857
7858 2003-04-09 Jim Blandy <jimb@redhat.com>
7859
7860 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
7861 list psymtabs'.
7862
7863 2003-04-08 Andrew Cagney <cagney@redhat.com>
7864
7865 * gdbint.texinfo (Target Architecture Definition): Delete
7866 references to EXTRA_FRAME_INFO.
7867
7868 2003-04-08 Andrew Cagney <cagney@redhat.com>
7869
7870 * gdbint.texinfo (Target Architecture Definition): Delete
7871 PRINT_TYPELESS_INTEGER.
7872
7873 2003-04-02 J. Brobecker <brobecker@gnat.com>
7874
7875 * observer.texi (GDB Observers): Adjust the documentation for the
7876 normal_stop notification to better describe reality. Fix a couple
7877 of minor typos.
7878
7879 2003-04-02 Bob Rossi <bob_rossi@cox.net>
7880
7881 * gdb.texinfo (GDB/MI Program Control): Add
7882 '-file-list-exec-source-file'
7883
7884 2003-03-31 Andrew Cagney <cagney@redhat.com>
7885
7886 * gdbint.texinfo (Target Architecture Definition): Delete
7887 references to CALL_DUMMY_P.
7888
7889 2003-03-30 Andrew Cagney <cagney@redhat.com>
7890
7891 * gdbint.texinfo (Target Architecture Definition): Remove
7892 reference to TARGET_WRITE_SP.
7893
7894 2003-03-27 Andrew Cagney <cagney@redhat.com>
7895
7896 * gdbint.texinfo (Target Architecture Definition): Remove
7897 references to write_sp.
7898
7899 2003-03-27 Andrew Cagney <cagney@redhat.com>
7900
7901 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
7902 chapter body. Use @smallexample instead of @example.
7903 (Annotations): Ditto.
7904 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
7905 annotate.texi.
7906
7907 2003-03-26 Andrew Cagney <cagney@redhat.com>
7908
7909 * gdbint.texinfo (Target Architecture Definition): Replace
7910 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
7911 dummy_addr parameters.
7912
7913 2003-03-25 Andrew Cagney <cagney@redhat.com>
7914
7915 * gdbint.texinfo (Target Architecture Definition): Delete
7916 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
7917 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7918 Add reference to PUSH_ARGUMENTS.
7919
7920 2003-03-23 Andrew Cagney <cagney@redhat.com>
7921
7922 * gdbint.texinfo (Algorithms, Target Architecture Definition):
7923 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
7924
7925 2003-03-18 J. Brobecker <brobecker@gnat.com>
7926
7927 * gdbint.texinfo (Algorithms): Add new section describing the
7928 Observer paradigm.
7929 (Top): Add menu entry to new observer appendix.
7930 * observer.texi: New file.
7931 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
7932 new observer.texi file.
7933
7934 2003-03-17 Andrew Cagney <cagney@redhat.com>
7935
7936 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
7937 that GNU Press update the manual version number.
7938
7939 2003-03-12 Andrew Cagney <cagney@redhat.com>
7940
7941 * gdbint.texinfo (Target Architecture Definition): Delete
7942 references to get_saved_register. Rename GET_SAVED_REGISTER to
7943 DEPRECATED_GET_SAVED_REGISTER.
7944
7945 2003-03-13 Andrew Cagney <cagney@redhat.com>
7946
7947 * gdbint.texinfo (Target Architecture Definition): Replace
7948 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
7949
7950 2003-03-12 Andrew Cagney <cagney@redhat.com>
7951
7952 * gdbint.texinfo (Target Architecture Definition): Rename
7953 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
7954
7955 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
7956
7957 * gdb.texinfo: Add File-I/O documentation.
7958
7959 2003-03-10 Andrew Cagney <cagney@redhat.com>
7960
7961 * gdbint.texinfo (Target Architecture Definition): Cross reference
7962 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
7963
7964 2003-03-07 Andrew Cagney <cagney@redhat.com>
7965
7966 * gdb.texinfo (Debugging Output): Mention the "set/show debug
7967 frame" command.
7968
7969 2003-03-05 Andrew Cagney <cagney@redhat.com>
7970
7971 * gdbint.texinfo (Target Architecture Definition): Document
7972 unwind_dummy_id. Cross reference unwind_dummy_id and
7973 SAVE_DUMMY_FRAME_TOS.
7974
7975 2003-03-05 James Ingham <jingham@apple.com>
7976 Daniel Jacobowitz <drow@mvista.com>
7977
7978 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
7979 and "show cp-abi".
7980
7981 2003-03-03 Andrew Cagney <cagney@redhat.com>
7982
7983 * gdbint.texinfo (Target Architecture Definition): Document
7984 register_type.
7985
7986 2003-03-03 Andrew Cagney <cagney@redhat.com>
7987
7988 * stabs.texinfo (Structures): Use @samp and separate @var's
7989 instead of a single @var containing a comma separated list.
7990 (Unions): Ditto.
7991
7992 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
7993
7994 * Makefile.in (distclean): Remove config.log.
7995
7996 2003-03-01 Andrew Cagney <cagney@redhat.com>
7997
7998 * gdbint.texinfo (Target Architecture Definition): Rename
7999 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8000
8001 2003-03-01 Andrew Cagney <cagney@redhat.com>
8002
8003 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8004 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8005
8006 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8007
8008 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8009 (Non-debug DLL symbols): New node, describing the minimal symbols
8010 loaded from DLLs without real debugging symbols.
8011
8012 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8013
8014 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8015 hardware-breakpoint-limit".
8016 (Set Watchpoints): Add cross reference to "set remote
8017 hardware-watchpoint-limit".
8018 (Remote configuration options): New section.
8019
8020 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8021
8022 * gdbint.texinfo (Target Architecture Definition): Delete
8023 descrption of IS_TRAPPED_INTERNALVAR.
8024
8025 From Keith Seitz <keiths@redhat.com>:
8026 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8027 option "-i"/"--interpreter" to this chapter. Include index
8028 entries.
8029
8030 2003-02-04 David Carlton <carlton@math.stanford.edu>
8031
8032 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8033 (Variables): Recommend stabs+ and DWARF 2.
8034 (C plus plus expressions): Correct info about
8035 compiler versions, debug formats.
8036 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8037 PR symtab/874.
8038
8039 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8040
8041 * gdbint.texinfo (Target Architecture Definition): Delete
8042 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8043 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8044 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8045 references to nindy and i960.
8046 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8047
8048 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8049
8050 * gdbint.texinfo (Target Architecture Definition): Delete
8051 FLOAT_INFO.
8052
8053 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8054
8055 * stabs.texinfo (Member Type Descriptor): Clarify description of
8056 `@'. Suggested by Ben Hutchings.
8057
8058 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8059
8060 * gdb.texinfo (M68K): Delete reference to es1800.
8061
8062 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8063
8064 * gdb.texinfo (Maintenance Commands): Document `maint print
8065 reggroups' and `maint print register-groups'.
8066 * gdbint.texinfo (Target Architecture Definition): Document
8067 register_reggroup_p.
8068
8069 2003-01-23 Jim Blandy <jimb@redhat.com>
8070
8071 * gdb.texinfo (Separate Debug Files): New section.
8072
8073 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
8074
8075 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8076 and "maint show profile".
8077
8078 2003-01-16 Michael Chastain <mec@shout.net>
8079
8080 * gdb.texinfo (Installing GDB): Warn against
8081 ".../gdb-VERSION/gdb/configure".
8082 (Separate Objdir): Likewise.
8083
8084 2003-01-15 Andrew Cagney <ac131313@redhat.com>
8085
8086 * gdbint.texinfo (Target Architecture Definition): Delete
8087 definition of PRINT_REGISTER_HOOK.
8088
8089 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8090
8091 (OpenRISC 1000): Fix formatting of command names.
8092
8093 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8094
8095 * gdb.texinfo (Continuing and Stepping): Add new command
8096 'advance'. Clarify behavior of 'until'.
8097
8098 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8099
8100 * gdb.texinfo (Files): Document solib-absolute-prefix and
8101 solib-search-path.
8102
8103 2003-01-09 Michael Chastain <mec@shout.net>
8104
8105 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8106 (Create a Release): Add new instructions for new @file{src-release}.
8107 Document existing instructions for @file{Makefile.in} as
8108 being for @value{GDBN} 5.3.1 or earlier.
8109
8110 2003-01-09 Andrew Cagney <ac131313@redhat.com>
8111
8112 * gdbint.texinfo (Target Architecture Definition): Mention
8113 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8114 allocate memory.
8115
8116 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8117
8118 * gdb.texinfo (Controlling GDB): Add @kindex for
8119 "show osabi".
8120 (Backtraces): Add @kindex's for backtrace-below-main.
8121
8122 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8123
8124 * gdb.texinfo (Controlling GDB): Document "set osabi".
8125
8126 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8127
8128 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8129 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8130
8131 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8132
8133 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8134 "set coerce-float-to-double".
8135 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8136
8137 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8138
8139 * stabs.texinfo: Remove obsolete text.
8140 * gdbint.texinfo: Ditto.
8141 * gdb.texinfo: Ditto.
8142
8143 2002-12-22 Mark Kettenis <kettenis@gnu.org>
8144
8145 * gdbint.texinfo (Target Architecture Definition): Update
8146 description of gdbarch_register_osabi.
8147
8148 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8149
8150 * agentexpr.texi: Fix typos.
8151 * annotate.texi: Likewise.
8152 * fdl.texi: Likewise.
8153
8154 2002-12-10 Andrew Cagney <cagney@redhat.com>
8155
8156 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8157 DEPRECATED_INIT_FRAME_PC.
8158
8159 2002-12-01 Andrew Cagney <ac131313@redhat.com>
8160
8161 * gdbint.texinfo (Target Architecture Definition): Delete
8162 PC_IN_CALL_DUMMY.
8163
8164 2002-11-28 Andrew Cagney <ac131313@redhat.com>
8165
8166 * gdbint.texinfo (Host Definition): Delete documentation on
8167 USE_GENERIC_DUMMY_FRAMES.
8168
8169 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
8170
8171 Fix PR gdb/723 and PR gdb/245.
8172 * Makefile.in (install-info): Run the install-info command as part
8173 of the post install steps only.
8174 (uninstall-info): New target.
8175 (uninstall): New target.
8176
8177 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
8178
8179 * Makefile.in (install): Make install do some real work.
8180
8181 2002-11-19 Andrew Cagney <ac131313@redhat.com>
8182
8183 Fix POSIX problem reported by Paul Eggert.
8184 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8185 Fix PR gdb/527.
8186
8187 2002-10-26 Andrew Cagney <cagney@redhat.com>
8188
8189 * gdbint.texinfo (Target Architecture Definition): Delete
8190 definition of DO_REGISTERS_INFO.
8191
8192 2002-10-18 Kevin Buettner <kevinb@redhat.com>
8193
8194 * gdbint.texinfo (Address Classes): Fix problems with insertion
8195 of ``{'' and ``}'' in example.
8196
8197 2002-10-17 Kevin Buettner <kevinb@redhat.com>
8198
8199 * gdbint.texinfo (Address Classes): New section.
8200 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8201 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8202 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8203 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8204
8205 2002-10-11 Klee Dienes <kdienes@apple.com>
8206
8207 * gdb.texinfo (Registers): Mention vector registers as well as
8208 floating registers in the documentation for 'info registers' and
8209 'info all-registers'.
8210
8211 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
8212
8213 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8214
8215 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8216
8217 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8218 interface definition.
8219
8220 2002-10-03 Marko Mlinar <markom@opencores.org>
8221
8222 * gdb.texinfo (Target Commands): Add or1k target specific
8223 commands.
8224 * gdb.texinfo (Contributors): Add myself to the contributors list.
8225
8226 2002-10-01 Andrew Cagney <ac131313@redhat.com>
8227
8228 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8229 and "mi1" instead of "mi1" and "mi0".
8230
8231 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8232
8233 * gdb.texinfo (Packets): Fix typos "alligned".
8234 Correct z3/Z3 description. Correct z4/Z4 title.
8235
8236 2002-09-27 Andrew Cagney <ac131313@redhat.com>
8237
8238 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8239
8240 2002-09-25 Kevin Buettner <kevinb@redhat.com>
8241
8242 * gdb.texinfo: Use GNU/Linux instead of Linux.
8243
8244 2002-09-25 Andrew Cagney <ac131313@redhat.com>
8245
8246 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8247
8248 2002-09-24 Andrew Cagney <ac131313@redhat.com>
8249
8250 * gdb.texinfo: Replace @example with @smallexample.
8251
8252 2002-09-20 Kevin Buettner <kevinb@redhat.com>
8253
8254 From Eli Zaretskii <eliz@gnu.org>:
8255 * gdb.texinfo (Character Sets): Use @smallexample instead of
8256 @example. Use GNU/Linux instead of Linux.
8257
8258 2002-09-20 Jim Blandy <jimb@redhat.com>
8259
8260 * gdb.texinfo: Add character set documentation.
8261
8262 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8263
8264 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8265 (Packets): Add cross reference from `b' packet to `z' packets.
8266
8267 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8268
8269 * gdb.texinfo (Maintenance Commands): Document ``maint
8270 internal-error'' and ``maint internal-warning''.
8271
8272 * gdbint.texinfo (Target Architecture Definition): Revise
8273 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8274
8275 2002-09-19 Joel Brobecker <brobecker@gnat.com>
8276
8277 * gdbint.texinfo (Target Conditionals): Document the new
8278 NAME_OF_MALLOC macro.
8279
8280 2002-09-05 Andrew Cagney <ac131313@redhat.com>
8281
8282 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8283 engineer.
8284
8285 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8286
8287 * gdb.texinfo (TUI Overview): Document status line fields.
8288
8289 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8290
8291 * gdb.texinfo (TUI Commands): Document info win command.
8292
8293 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8294
8295 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8296
8297 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8298
8299 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8300 (TUI Keys): Likewise.
8301
8302 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8303
8304 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8305 for a packet receive.
8306
8307 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8308
8309 * Makefile.in (clean): Move to end of file.
8310 (distclean, maintainer-clean, realclean): Ditto.
8311 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8312 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8313 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8314 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8315
8316 2002-08-24 Andrew Cagney <ac131313@redhat.com>
8317
8318 * Makefile.in (GDBINT_TEX_TMPS): Define.
8319 (gdbint.dvi, gdbint.pdf): Use
8320 (GDB_TEX_TMPS): Define.
8321 (gdb.dvi, gdb.pdf): Use.
8322 (STABS_TEX_TMPS): Define.
8323 (stabs.dvi, stabs.pdf): Use.
8324 (GDB_DOC_SOURCE_INCLUDES): New macros.
8325 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8326 (GDBINT_DOC_FILES_INCLUDES): New macros.
8327 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8328 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8329 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8330 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8331 (links2roff): Replace SFILES_INCLUDED with
8332 GDB_DOC_SOURCE_INCLUDES.
8333 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8334 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8335 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8336 dependencies.
8337 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8338 dependencies.
8339 (gdbmi.texinfo): Delete rule.
8340 (inc-hist.texinfo): Delete rule.
8341 (rluser.texinfo): Delete rule.
8342
8343 2002-08-23 Andrew Cagney <cagney@redhat.com>
8344
8345 * gdbint.texinfo (Target Architecture Definition): Update
8346 STORE_RETURN_VALUE, mention regcache.
8347
8348 2002-08-21 Andrew Cagney <ac131313@redhat.com>
8349
8350 * gdbint.texinfo (Target Architecture Definition): Document
8351 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8352
8353 2002-08-19 Andrew Cagney <ac131313@redhat.com>
8354
8355 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8356 Fix minor typos. Add index entries.
8357
8358 2002-08-18 Andrew Cagney <ac131313@redhat.com>
8359
8360 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8361
8362 2002-08-15 Andrew Cagney <ac131313@redhat.com>
8363
8364 * gdbint.texinfo (Target Architecture Definition): Document
8365 PRINT_VECTOR_INFO.
8366 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8367
8368 2002-08-13 Andrew Cagney <ac131313@redhat.com>
8369
8370 * gdb.texinfo (Maintenance Commands): Document "maint print
8371 registers", "maint print raw-registers" and "maint print
8372 cooked-registers".
8373
8374 2002-08-08 Grace Sainsbury <graces@redhat.com>
8375
8376 From Mark Salter:
8377 * gdb.texinfo (Protocol): Document T packet extension to
8378 allow watchpoint address reporting.
8379
8380 2002-08-03 Andrew Cagney <ac131313@redhat.com>
8381
8382 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8383
8384 2002-08-01 Andrew Cagney <cagney@redhat.com>
8385
8386 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8387 to CHILL.
8388
8389 2002-08-01 Andrew Cagney <ac131313@redhat.com>
8390
8391 * gdbint.texinfo (Coding): Revise section "Include Files".
8392
8393 2002-07-24 Andrew Cagney <cagney@redhat.com>
8394
8395 * gdbint.texinfo: Obsolete references to m88k.
8396 * gdb.texinfo: Ditto.
8397
8398 2002-07-10 Joel Brobecker <brobecker@gnat.com>
8399
8400 * gdbint.texinfo (Create a release candiate): Add the location
8401 where the proper version of autoconf can be retrieved.
8402
8403 2002-07-09 Don Howard <dhoward@redhat.com>
8404
8405 * gdb.texinfo (Command Files): Further describe the behavior of
8406 sourced command files.
8407
8408 2002-06-27 Andrew Cagney <ac131313@redhat.com>
8409
8410 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8411 (Coding): Clarify ISO C version that GDB assumes.
8412
8413 2002-06-26 Tom Tromey <tromey@redhat.com>
8414
8415 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8416 add_setshow_cmd_full.
8417
8418 2002-06-25 Don Howard <dhoward@redhat.com>
8419
8420 * gdb.texinfo (Memory Region Attributes): Document new behavior
8421 for 'mem' command.
8422
8423 2002-06-11 Jim Blandy <jimb@redhat.com>
8424
8425 * gdb.texinfo (Symbols): Update documentation for `info source'
8426 command.
8427
8428 * gdb.texinfo (Macros): Call the command `info macro', not
8429 `show macro'.
8430
8431 2002-06-09 Andrew Cagney <ac131313@redhat.com>
8432
8433 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8434 data''.
8435
8436 2002-06-09 Mark Kettenis <kettenis@gnu.org>
8437
8438 * gdbint.texinfo (Target Architecture Definition): Document
8439 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8440
8441 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8442
8443 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8444 lists.
8445
8446 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8447
8448 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8449 Branch''.
8450
8451 2002-06-01 Andrew Cagney <ac131313@redhat.com>
8452
8453 * gdbint.texinfo (Target Architecture Definition): Add section
8454 ``Converting an existing Target Architecture to Multi-arch''.
8455
8456 2002-05-30 Andrew Cagney <ac131313@redhat.com>
8457
8458 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8459 to ``Obsoleting code''. Revise.
8460
8461 2002-05-17 Jim Blandy <jimb@redhat.com>
8462
8463 * gdb.texinfo (C Preprocessor Macros): New chapter.
8464 Include it in the main menu.
8465 (Contributors): Credit Jim Blandy with macro support.
8466 (Compilation): Explain how to get macro information into the
8467 executable.
8468 (Expressions): Note that preprocessor macros are expanded.
8469
8470 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
8471
8472 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8473 options for `target remote'.
8474
8475 2002-05-13 Andrew Cagney <ac131313@redhat.com>
8476
8477 * gdbint.texinfo (Target Architecture Definition): Delete
8478 documentation on NNPC_REGNUM.
8479
8480 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8481
8482 * gdbint.texinfo (Target Architecture Definition): Document
8483 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8484 (Target Architecture Definition): Revise section `Using Different
8485 Register and Memory Data Representations'. Add section `Raw and
8486 Virtual Register Representations'.
8487
8488 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8489
8490 * gdbint.texinfo (Target Architecture Definition): Mention
8491 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8492 (Target Architecture Definition): Mention same. Add references to
8493 web pages.
8494
8495 2002-05-08 Michael Snyder <msnyder@redhat.com>
8496
8497 * stabs.texinfo (Attributes): Document new "vector" attribute.
8498
8499 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8500
8501 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8502
8503 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8504
8505 * gdb.texinfo: Delete obsolete references to a29k.
8506
8507 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8508
8509 * gdbint.texinfo (Target Architecture Definition): Replace
8510 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8511
8512 2002-04-24 David S. Miller <davem@redhat.com>
8513
8514 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8515
8516 2002-04-21 David S. Miller <davem@redhat.com>
8517
8518 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8519
8520 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8521
8522 * gdbint.texinfo (Target Architecture Definition): Delete
8523 definition of HAVE_REGISTER_WINDOWS.
8524
8525 2002-04-19 Eli Zaretskii <eliz@gnu.org>
8526
8527 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8528 "Theodore A. Roth" <troth@verinet.com>.
8529
8530 2002-04-15 Don Howard <dhoward@redhat.com>
8531
8532 From Eli Zaretskii <eliz@gnu.org>
8533 * gdb.texinfo (show max-user-call-depth): Correct formatting.
8534 Provide a better explaination of this feature.
8535
8536 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8537
8538 * gdbint.texinfo (Target Architecture Definition): Remove
8539 FRAME_CHAIN_COMBINE.
8540
8541 2002-04-12 Michael Chastain <mec@shout.net>
8542
8543 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
8544 REG_STACK_SEGMENT.
8545
8546 2002-04-09 Michael Chastain <mec@shout.net>
8547
8548 * gdbint.texinfo (Obsolete Conditionals): Remove references to
8549 PYRAMID_* macros.
8550
8551 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8552
8553 * gdb.texinfo (Bug Reporting): Document that the web is the
8554 prefered way of submitting bug reports.
8555 (Bug Reporting): Delete the s-mail address as the last resort.
8556
8557 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8558
8559 * gdbint.texinfo (Target Architecture Definition): Delete
8560 references to TARGET_WRITE_FP and write_fp.
8561
8562 2002-03-27 Michael Snyder <msnyder@redhat.com>
8563
8564 * gdb.texinfo: Document new commands dump, append, and restore.
8565
8566 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8567
8568 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
8569 Branch'.
8570
8571 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8572
8573 * gdb.texinfo: Change all examples to @smallexample.
8574 * gdbint.texinfo: Ditto.
8575
8576 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8577
8578 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
8579 Branches''.
8580
8581 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8582
8583 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
8584 Policy''.
8585
8586 2002-03-04 Fred Fish <fnf@redhat.com>
8587
8588 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
8589 expresson, suports, dependant, trhe, perhaphs, situtations,
8590 explictily, taged, oportunity, unfortunatly).
8591
8592 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8593
8594 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
8595 Remove reference to 3.12.
8596
8597 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8598
8599 * gdbint.texinfo: Include fdl.texi.
8600 (Top): Add GNU Free Documentation License.
8601 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
8602 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
8603 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
8604 (gdbint.info): Add srcdir to include path.
8605 * gdb.texinfo: Include gpl.texi.
8606 (Top): Add Copying.
8607 * gpl.texi: New file.
8608
8609 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8610
8611 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
8612
8613 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8614
8615 * gdb.texinfo: Document Cygwin native specific commands.
8616
8617 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8618
8619 * gdb.texinfo: Document gdbserver ``--attach'' command.
8620
8621 2002-02-07 Michael Snyder <msnyder@redhat.com>
8622
8623 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
8624 to @code(_ovly_debug_event).
8625
8626 2002-02-07 Andrew Cagney <ac131313@redhat.com>
8627
8628 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
8629
8630 2002-02-06 Michael Snyder <msnyder@redhat.com>
8631
8632 * gdb.texinfo (overlays): Mention new magic symbol
8633 '_ovly_debug_event', which allows GDB to keep better track
8634 of overlays.
8635
8636 2002-02-03 Eli Zaretskii <eliz@gnu.org>
8637
8638 * gdb.texinfo (Memory Region Attributes): Fix the wording.
8639 Suggested by Dmitry Sivachenko.
8640
8641 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
8642
8643 2002-02-01 Michael Snyder <msnyder@redhat.com>
8644
8645 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
8646
8647 2002-01-30 Michael Snyder <msnyder@redhat.com>
8648
8649 * gdb.texinfo: (remote protocol): Gramatical fix-up.
8650 (set trust-readonly-sections): Document.
8651
8652 2002-01-29 Andrew Cagney <ac131313@redhat.com>
8653
8654 * gdbint.texinfo (Releasing GDB): Revise and update.
8655
8656 2002-01-28 Andrew Cagney <ac131313@redhat.com>
8657
8658 * gdbint.texinfo (Target Architecture Definition): Delete
8659 description of TARGET_BYTE_ORDER_DEFAULT.
8660
8661 2002-01-27 Eli Zaretskii <eliz@gnu.org>
8662
8663 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
8664 <mitya@cavia.pp.ru>.
8665
8666 2002-01-23 Andrew Cagney <ac131313@redhat.com>
8667
8668 * libgdb.texinfo: Delete file.
8669
8670 2002-01-22 Andrew Cagney <ac131313@redhat.com>
8671
8672 * gdb.texinfo: Remove makeinfo 3.12 hacks.
8673 * gdbint.texinfo: Ditto.
8674
8675 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
8676
8677 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
8678
8679 2002-01-22 Andrew Cagney <ac131313@redhat.com>
8680
8681 * Makefile.in: Update copyright.
8682 (TEXI2DVI): Define.
8683 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
8684 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
8685 gdb-cfg.texi.
8686 (TEXINDEX, PDFTEX): Delete makefile variables.
8687
8688 2002-01-22 Andrew Cagney <ac131313@redhat.com>
8689
8690 * gdb.texinfo (Protocol): Move section to appendix.
8691
8692 2002-01-21 Andrew Cagney <ac131313@redhat.com>
8693
8694 * gdb.texinfo (Remote Debugging): Create a menu.
8695 (Top): Add ``Remote Debugging'' to menu.
8696
8697 2002-01-21 Andrew Cagney <ac131313@redhat.com>
8698
8699 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
8700 serial protocol'' from here.
8701 (Remote Debugging): To here. New chapter.
8702
8703 2002-01-20 Andrew Cagney <ac131313@redhat.com>
8704
8705 * gdbint.texinfo (Target Architecture Definition): Delete
8706 description of TARGET_BYTE_ORDER_SELECTABLE_P.
8707
8708 2002-01-20 Andrew Cagney <ac131313@redhat.com>
8709
8710 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
8711 are no longer needed.
8712 (Porting GDB): Add maintainer note about configure.host.
8713
8714 2002-01-20 Andrew Cagney <ac131313@redhat.com>
8715
8716 * gdbint.texinfo (Target Architecture Definition): Remove
8717 definition of IEEE_FLOAT.
8718
8719 2002-01-20 Eli Zaretskii <eliz@gnu.org>
8720
8721 * gdb.texinfo: Beautify copyright years; fix a typo.
8722 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
8723 <3diff@gnu.org>
8724
8725 2002-01-19 Andrew Cagney <ac131313@redhat.com>
8726
8727 * gdbint.texinfo (Host Definition): Remove references to
8728 MALLOC_INCOMPATIBLE.
8729
8730 2002-01-17 Andrew Cagney <ac131313@redhat.com>
8731
8732 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
8733 and xyz-xdep.o.
8734
8735 2002-01-17 Andrew Cagney <ac131313@redhat.com>
8736
8737 * gdb.texinfo (Maintenance Commands): Add appendix.
8738 (Set Breaks): Copy ``maint info breakpoint'' doco to
8739 ``Maintenance Commands'' appendix. Add reference.
8740
8741 2002-01-17 Andrew Cagney <ac131313@redhat.com>
8742
8743 * fdl.texi: Remove next/prev from @node.
8744
8745 2002-01-17 Eli Zaretskii <eliz@gnu.org>
8746
8747 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
8748 for monstrous @multitable (from Brian Youmans).
8749
8750 * fdl.texi: New file.
8751
8752 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
8753
8754 2002-01-15 Andrew Cagney <ac131313@redhat.com>
8755
8756 * gdbint.texinfo (Releasing GDB): New chapter.
8757
8758 2002-01-14 Andrew Cagney <ac131313@redhat.com>
8759
8760 * gdb.texinfo (Embedded Processors, Calling program functions):
8761 Obsolete references to a29k.
8762
8763 2002-01-13 Andrew Cagney <ac131313@redhat.com>
8764
8765 * gdbint.texinfo (Coding): Review Cleanups section. Examples
8766 examples. Document that a code-block should do or discard its
8767 cleanups before exit.
8768
8769 2002-01-11 Michael Snyder <msnyder@redhat.com>
8770
8771 * gdb.texinfo (Choosing files): Change @samp to @file.
8772
8773 2002-01-05 Michael Snyder <msnyder@redhat.com>
8774
8775 * gdb.texinfo (--pid): Document new command line option (attach).
8776
8777 2002-01-07 Eli Zaretskii <eliz@gnu.org>
8778
8779 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
8780 in the stub.
8781
8782 2002-01-04 Andrew Cagney <ac131313@redhat.com>
8783
8784 * gdbint.texinfo (Target Architecture Definition): Replace
8785 BIG_ENDIAN with BFD_ENDIAN_BIG.
8786
8787 2002-01-03 Andrew Cagney <ac131313@redhat.com>
8788
8789 * gdbint.texinfo (Target Architecture Definition): Replace
8790 value_ptr with struct value pointer.
8791
8792 2002-01-02 Eli Zaretskii <eliz@gnu.org>
8793
8794 * gdb.texinfo (Free Software): Fix wording.
8795
8796 2001-12-31 Eli Zaretskii <eliz@gnu.org>
8797
8798 * gdb.texinfo (Free Software): New section ``Free Software Needs
8799 Free Documentation''.
8800
8801 2001-12-30 Eli Zaretskii <eliz@gnu.org>
8802
8803 * stabs.texinfo:
8804 * gdb.texinfo:
8805 * gdbint.texinfo:
8806 * libgdb.texinfo:
8807 * annotate.texi: Fix the application of GFDL in the Copyright notice.
8808
8809 2001-12-29 Michael Snyder <msnyder@redhat.com>
8810
8811 * gdb.texinfo (maint info sections): Fix typo.
8812
8813 2001-12-26 Michael Snyder <msnyder@redhat.com>
8814
8815 * gdb.texinfo (maint info sections): Document.
8816
8817 * gdb.texinfo (info proc): Comment out documentation for
8818 'info proc' sub-options that are currently not implemented.
8819
8820 2001-12-20 Jim Blandy <jimb@redhat.com>
8821
8822 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
8823
8824 2001-12-15 Andrew Cagney <ac131313@redhat.com>
8825
8826 * gdbint.texinfo (Target Architecture Definition): Replace
8827 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
8828
8829 2001-12-01 Andrew Cagney <ac131313@redhat.com>
8830
8831 * gdbint.texinfo (Host Definition): Delete documentation on
8832 HOST_BYTE_ORDER.
8833
8834 2001-11-30 Jim Blandy <jimb@redhat.com>
8835
8836 * gdb.texinfo (Overlays): New chapter, documenting GDB's
8837 overlay support. Add to top-level menu.
8838
8839 2001-11-26 Tom Tromey <tromey@redhat.com>
8840
8841 * gdb.texinfo (Command Syntax): Document C-o binding.
8842
8843 2001-07-26 Christopher Faylor <cgf@redhat.com>
8844
8845 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
8846 use since it is described in the referenced section.
8847
8848 From Eli Zaretskii <eliz@gnu.org>
8849 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
8850 clearer when using DJGPP.
8851
8852 2001-11-24 Christopher Faylor <cgf@redhat.com>
8853
8854 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
8855 specifically refer to MS-DOS.
8856 (command files): Mention gdb.ini is only used on MS-DOS.
8857
8858 2001-11-21 Tom Tromey <tromey@redhat.com>
8859
8860 * gdb.texinfo (Invoking GDB): Document --args.
8861 (Mode Options): Likewise.
8862
8863 2001-11-21 Jim Blandy <jimb@redhat.com>
8864
8865 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
8866 Delete documentation; this macro has been removed from the
8867 sources.
8868
8869 2001-11-13 Jim Blandy <jimb@redhat.com>
8870
8871 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
8872
8873 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
8874
8875 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
8876
8877 2001-11-05 Michael Snyder <msnyder@redhat.com>
8878
8879 * gdb.texinfo (info functions): Document use of backslash to
8880 quote regexp chars in function names such as "operator*()".
8881
8882 2001-11-01 Fred Fish <fnf@redhat.com>
8883
8884 * gdbint.texinfo (SOLIB_ADD): Document additional new
8885 "readsyms" arg.
8886
8887 2001-10-30 Don Howard <dhoward@redhat.com>
8888
8889 * gdb.texinfo: (Command Files) Added documentation for the
8890 behavior of gdb with input redirected from a file.
8891
8892 2001-10-28 Fred Fish <fnf@redhat.com>
8893
8894 * gdb.texinfo (auto-solib-add): Change docs to match
8895 implementation change.
8896 (auto-solib-limit): Add docs for new variable.
8897
8898 2001-10-15 Andrew Cagney <ac131313@redhat.com>
8899
8900 * gdbint.texinfo (Target Architecture Definition): Function
8901 value_as_pointer renamed to value_as_address.
8902
8903 2001-10-15 Andrew Cagney <ac131313@redhat.com>
8904
8905 * gdbint.texinfo (Target Architecture Definition): Default
8906 POINTER_TO_ADDRESS functions assume unsigned addresses.
8907 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
8908 posting by Jim Blandy.
8909
8910 2001-10-12 Jim Blandy <jimb@redhat.com>
8911
8912 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
8913 version of texi2html (1.64) doesn't support this flag any more.
8914
8915 2001-09-08 Mark Kettenis <kettenis@gnu.org>
8916
8917 * gdbint.texinfo (Host Definition): Remove description of
8918 MEM_FNS_DECLARED.
8919
8920 * gdbint.texinfo (Host Definition): Remove description of R_OK.
8921
8922 * gdbint.texinfo (Host Definition): Remove description of
8923 HAVE_SIGSETMASK.
8924
8925 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
8926
8927 * gdbint.texinfo (Target Architecture Definition): Add
8928 explanation of TARGET_PRINT_INSN macro.
8929
8930 2001-08-30 Jim Blandy <jimb@redhat.com>
8931
8932 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
8933 Explain what it means to load relocatable files.
8934
8935 2001-08-28 Jim Blandy <jimb@redhat.com>
8936
8937 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
8938 info `top' menu.
8939
8940 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
8941
8942 * gdbint.texinfo: Add a cautionary note about macro use.
8943
8944 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
8945
8946 * gdb.texinfo: Explain omitting the hostname in the
8947 `target remote' command.
8948
8949 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
8950
8951 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
8952 and END-INFO-DIR-ENTRY.
8953
8954 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8955
8956 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
8957
8958 2001-07-25 Andrew Cagney <ac131313@redhat.com>
8959
8960 * gdbint.texinfo (libgdb): Rewrite.
8961
8962 2001-07-26 Eli Zaretskii <eliz@gnu.org>
8963
8964 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
8965
8966 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8967
8968 * gdb.texinfo (TUI): New chapter, document the TUI.
8969 (Mode Options): Document the -tui option.
8970
8971 2001-07-23 Mark Kettenis <kettenis@gnu.org>
8972
8973 * gdbint.texinfo (Host Definition): Remove description of
8974 NEED_POSIX_SETPGID.
8975
8976 2001-07-23 Eli Zaretskii <eliz@gnu.org>
8977
8978 * gdb.tex (DJGPP Native): New node, with descriptions of
8979 DJGPP-specific commands.
8980
8981 2001-07-19 John R. Moore <jmoore@redhat.com>
8982
8983 * gdbint.texinfo: Three misspellings.
8984
8985 2001-07-06 Andrew Cagney <ac131313@redhat.com>
8986
8987 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
8988 `test` expressions on bash. Problem reported by Colin Walters.
8989
8990 2001-07-04 Andrew Cagney <ac131313@redhat.com>
8991
8992 * gdbint.texinfo (User Interface): Update ui-out documentation to
8993 refelect recent UI/MI updates.
8994
8995 2001-07-04 Andrew Cagney <ac131313@redhat.com>
8996
8997 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
8998 interpreters.
8999
9000 2001-06-15 Andrew Cagney <ac131313@redhat.com>
9001
9002 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9003 structure and not macros.
9004 (Host Definition): Document that much of this chapter is obsolete.
9005 (Target Architecture Definition): Update list of files that make
9006 up a target architecture.
9007 (Coding): Update.
9008
9009 2001-06-28 Andrew Cagney <ac131313@redhat.com>
9010
9011 * gdbint.texinfo (Target Architecture Definition): Update
9012 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9013 The latter has been changed to a true predicate.
9014
9015 2001-06-17 Eli Zaretskii <eliz@gnu.org>
9016
9017 * annotate.texi: Add @noindent where needed. From Dmitry
9018 Sivachenko <dima@Chg.RU>.
9019 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9020
9021 2001-06-16 Andrew Cagney <ac131313@redhat.com>
9022
9023 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9024
9025 2001-06-14 Andrew Cagney <ac131313@redhat.com>
9026
9027 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9028 returns ``OK''. Document that the ``R'' packet does not reply.
9029
9030 2001-06-13 Michael Snyder <msnyder@redhat.com>
9031
9032 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9033
9034 2001-06-13 Eli Zaretskii <eliz@gnu.org>
9035
9036 * gdb.texinfo (Signals): Clarify the default setting of signal
9037 handling.
9038
9039 2001-05-14 Andrew Cagney <ac131313@redhat.com>
9040
9041 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9042 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9043
9044 2001-05-12 Andrew Cagney <ac131313@redhat.com>
9045
9046 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9047
9048 2001-05-10 Eli Zaretskii <eliz@gnu.org>
9049
9050 * gdbint.texinfo (Clean Design and Portable Implementation):
9051 Renamed from "Clean Design".
9052 (Clean Design and Portable Implementation): Document portable
9053 methods of handling file names, and the associated macros.
9054
9055 2001-04-02 Eli Zaretskii <eliz@gnu.org>
9056
9057 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9058 command and provide a cross-reference to its description.
9059 (Symbols): Note that "info scope" is useful for trace experiments.
9060
9061 2001-04-01 Eli Zaretskii <eliz@gnu.org>
9062
9063 * gdb.texinfo (Symbols): Document "info scope".
9064 (Tracepoints): New chapter.
9065 (Contributors): Update for v5.1.
9066 <All nodes>: Change "C++" to "C@t{++}".
9067
9068 * gdbint.texinfo (User Interface): A new section about ui_out
9069 functions, based on text written by Fernando Nasser.
9070
9071 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9072
9073 2001-03-26 Eli Zaretskii <eliz@gnu.org>
9074
9075 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9076
9077 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9078
9079 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9080 Replace "GDB" with "@value{GDBN}". Fix markup.
9081
9082 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9083
9084 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9085 a cross-reference to its description.
9086 (Symbols): Document "info symbol".
9087
9088 2001-03-21 Eli Zaretskii <eliz@gnu.org>
9089
9090 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9091 subsection "x86 Watchpoints".
9092 (Target Architecture Definition): Document the macros
9093 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9094 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9095
9096 2001-03-20 Andrew Cagney <ac131313@redhat.com>
9097
9098 * gdbint.texinfo (Target Architecture Definition): Update
9099 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9100 list.
9101
9102 2001-03-06 Kevin Buettner <kevinb@redhat.com>
9103
9104 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9105 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9106
9107 2001-02-21 Eli Zaretskii <eliz@gnu.org>
9108
9109 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9110
9111 2001-02-11 Eli Zaretskii <eliz@gnu.org>
9112
9113 * gdb.texinfo (Environment): Document that `path' does not change
9114 the value of PATH in GDB's own environment (it did in the past,
9115 but that was changed on March 15, 1994). Reported by Doug Evans
9116 <dje@transmeta.com>.
9117
9118 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9119 its line. Fix markup of commands and macros. Add an Index node
9120 and index entries.
9121
9122 2001-01-23 J.T. Conklin <jtc@redback.com>
9123
9124 * gdb.texinfo (Memory region attributes): New manual section.
9125
9126 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9127
9128 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9129
9130 2000-12-25 Eli Zaretskii <eliz@gnu.org>
9131
9132 * refcard.tex: Version and copyright fixed. From Phil Edwards
9133 <pedwards@disaster.jaj.com>.
9134
9135 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9136
9137 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9138 DWARF2_REG_TO_REGNUM): Document.
9139
9140 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9141
9142 * gdbint.texinfo (Coding): Update current value of
9143 --enable-build-warnings. Mention --enable-gdb-build-warnings.
9144
9145 2000-11-19 Eli Zaretskii <eliz@gnu.org>
9146
9147 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9148 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9149
9150 2000-11-10 Christopher Faylor <cgf@cygnus.com>
9151
9152 * gdb.texinfo: Document new 'set step-mode' command.
9153
9154 2000-10-16 Eli Zaretskii <eliz@gnu.org>
9155
9156 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9157 changes from Dmitry Sivachenko <dima@Chg.RU>.
9158
9159 2000-09-26 Eli Zaretskii <eliz@gnu.org>
9160
9161 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9162 From Steven Johnson <sbjohnson@ozemail.com.au>.
9163
9164 2000-08-10 Mark Kettenis <kettenis@gnu.org>
9165
9166 * gdbint.texinfo (Overall Structure): Spelling fix.
9167
9168 2000-08-10 Eli Zaretskii <eliz@gnu.org>
9169
9170 * gdbint.texinfo (Target Architecture Definition): Document that
9171 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9172 for which REGISTER_CONVERTIBLE returns a zero value.
9173
9174 2000-07-08 Christopher Faylor <cgf@cygnus.com>
9175
9176 * Makefile.in (install-info): Find files to install in either the
9177 build or source directories (adapted from Makefile.am).
9178
9179 2000-07-07 Nicholas Duffek <nsd@redhat.com>
9180
9181 * stabs.texinfo: Fix spelling errors.
9182 (String Field): FILE-NUMBER starts from 0, not 1.
9183
9184 2000-07-05 Eli Zaretskii <eliz@gnu.org>
9185
9186 * refcard.tex: Remove \centerline from the blurb. Patch from
9187 Brian Youmans.
9188
9189 2000-06-25 Eli Zaretskii <eliz@gnu.org>
9190
9191 * Makefile.in (install-info): Support installation from outside of
9192 the source directory. Reported by Mark Harig
9193 <markh@frazier.landmark.com>.
9194
9195 2000-06-20 J.T. Conklin <jtc@redback.com>
9196
9197 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9198
9199 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9200
9201 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
9202 Generate using pdftex.
9203 (PDFTEX): Define.
9204 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
9205 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
9206 @contents at the start.
9207
9208 2000-05-24 Eli Zaretskii <eliz@gnu.org>
9209
9210 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
9211 Youmans.
9212
9213 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9214
9215 From Brian Youmans:
9216 * gdb.texinfo: Fix ``et al.''.
9217
9218 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9219
9220 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
9221 loop.
9222
9223 2000-05-19 Jimmy Guo <guo@cup.hp.com>
9224
9225 * configure: Regenerate.
9226
9227 2000-05-17 Eli Zaretskii <eliz@gnu.org>
9228
9229 * Makefile.in (install-info): Run install-info on installed Info
9230 files.
9231
9232 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9233
9234 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
9235 Andrew Cagney.
9236
9237 2000-05-09 Eli Zaretskii <eliz@gnu.org>
9238
9239 * gdb.texinfo: Proofreading changes from Brian Youmans.
9240
9241 2000-05-01 Nick Duffek <nsd@cygnus.com>
9242
9243 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9244 startup sequence, minor edits.
9245
9246 2000-05-01 Eli Zaretskii <eliz@gnu.org>
9247
9248 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9249 TeX.
9250
9251 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9252 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9253 like `n' and `s' which look weird. Convert some of the @kindex to
9254 @vindex, when they refer to variables, not commands.
9255
9256 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9257
9258 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9259
9260 2000-04-23 Eli Zaretskii <eliz@gnu.org>
9261
9262 * Makefile.in (GDBMI_DIR): New variable.
9263 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9264 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9265 (gdbmi.texinfo): New target, for texi2roff.
9266 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9267 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9268
9269 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9270 gdbmi.texinfo.
9271 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9272 comment.
9273
9274 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9275
9276 * gdb.texinfo (Files): Update description of add-symbol-file
9277 command.
9278
9279 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9280
9281 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9282 prevents the build (and is generally a Bad Idea).
9283
9284 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9285
9286 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9287 a comma inside @var.
9288 (Command Files): Index markup changes from Dmitry Sivachenko
9289 <dima@Chg.RU>.
9290
9291 2000-04-16 Eli Zaretskii <eliz@gnu.org>
9292
9293 * Makefile.in (LN_S): Define.
9294 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9295 invoke "ln -s" unless it is known to work.
9296
9297 * configure.in (AC_PROG_LN_S): Add.
9298
9299 2000-04-14 Jim Blandy <jimb@redhat.com>
9300
9301 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9302 section.
9303 (Target Conditionals): Document ADDRESS_TO_POINTER,
9304 POINTER_TO_ADDRESS.
9305
9306 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
9307
9308 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9309 gdb-cfg.texi to get the value.
9310
9311 2000-04-10 Jim Blandy <jimb@redhat.com>
9312
9313 * gdbint.texinfo (Target Architecture Definition): Fix
9314 cross-references.
9315
9316 2000-04-08 Jim Blandy <jimb@redhat.com>
9317
9318 * gdbint.texinfo (Using Different Register and Memory Data
9319 Representations): New section.
9320 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
9321 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9322 REGISTER_CONVERT_TO_RAW): Document.
9323
9324 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9325
9326 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
9327 for acknowledgments.
9328
9329 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9330
9331 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
9332 qThreadExtraInfo.
9333
9334 2000-03-28 J.T. Conklin <jtc@redback.com>
9335
9336 * gdb.texinfo: Clarify which remote debug protocol commands are
9337 required and which are optional.
9338
9339 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9340
9341 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
9342 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9343 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
9344 * annotate.texi: Update.
9345
9346 2000-03-28 Stan Shebs <shebs@apple.com>
9347
9348 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9349 expectation of additional changes before release), update
9350 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9351 node links, rephrase and/or shorten lines to fix formatting
9352 problem in both regular and @smallbook formats.
9353 * annotate.texi: Shorten lines in example, use smallexample
9354 consistently everywhere.
9355 * Makefile.in: Add comment about texinfo 4.0 html generation.
9356 (SFILES_INCLUDED): Add annotate.texi.
9357
9358 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
9359
9360 * gdb.texinfo (Debugging Output): Added new section, documenting
9361 the "set/show debug" commands.
9362
9363 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9364
9365 * annotate.texi (Annotations): When GDBN omit @chapter and @node
9366 entry.
9367
9368 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9369 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
9370 @chapter and @node entries.
9371
9372 * gdb.texinfo: Link all top-level nodes.
9373
9374 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9375
9376 * Makefile.in (install-info): Create $(infodir) before installing
9377 files.
9378
9379 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9380
9381 From David Whedon <dwhedon@gordian.com>
9382 * gdbint.texinfo : Added paragraphs about command deprecation.
9383
9384 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
9385
9386 * gdb.texinfo: Add documentation for the apropos command.
9387
9388 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9389
9390 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9391
9392 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9393
9394 * gdb.texinfo: Add white space to prevent overprinting in
9395 two places.
9396
9397 2000-03-17 Stan Shebs <shebs@apple.com>
9398
9399 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9400 <dima@Chg.RU>, also clarification of allowed content for
9401 string constants.
9402
9403 2000-03-16 Eli Zaretskii <eliz@gnu.org>
9404
9405 * gdb.texinfo (main menu): Add Annotations.
9406 (File Options): Add @cindex entries for each command-line option.
9407 Document --epoch, --annotate, --async, --interpreter, --write,
9408 --statistics, and --version.
9409
9410 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9411 of GDB.
9412
9413 2000-02-23 Jim Blandy <jimb@redhat.com>
9414
9415 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9416
9417 2000-02-22 Jim Blandy <jimb@redhat.com>
9418
9419 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9420
9421 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9422
9423 * Makefile.in (diststuff): New target.
9424
9425 2000-02-15 Kevin Buettner <kevinb@redhat.com>
9426
9427 * agentexpr.texi: Fix wording regarding Intel's IA-64
9428 architecture. [From Jim Wilson.]
9429
9430 2000-01-16 Tom Tromey <tromey@cygnus.com>
9431
9432 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9433 (Delete Breaks): Mention range arguments.
9434 (Disabling): Likewise.
9435
9436 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9437
9438 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9439
9440 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9441
9442 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
9443 valid functions.
9444
9445 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9446
9447 * gdb.texinfo: Clarify regular expressions used in rbreak.
9448
9449 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
9450
9451 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9452 MEMORY_REMOVE_BREAKPOINT): Document.
9453
9454 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9455
9456 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
9457 offset re-using the DATA offset instead.
9458
9459 1999-10-11 Jim Kingdon <kingdon@redhat.com>
9460
9461 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9462
9463 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9464
9465 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9466 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9467 typos.
9468
9469 * gdb.texinfo: Various minor wording and formatting improvements,
9470 mentions of additional command-line options.
9471
9472 1999-09-30 Fred Fish <fnf@cygnus.com>
9473
9474 * gdb.texinfo: Document additional forms of specifying section
9475 names and addresses for the add-symbol-file command.
9476
9477 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9478
9479 * gdbint.texinfo: Fix typo, add the word "have".
9480
9481 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9482
9483 * gdbint.texinfo (Target Architecture Definition): Document the
9484 SKIP_PERMANENT_BREAKPOINT macro.
9485
9486 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9487
9488 * gdb.texinfo: Fiks speling errers.
9489
9490 * gdb.texinfo: Fix uses of @multitable.
9491
9492 From Eli Zaretskii <eliz@gnu.org>:
9493 * gdb.texinfo: Include details specific to DOS host, clarify
9494 some confusing language, fix @ref/@xref/@pxref usages, add
9495 comments about using with optimization, add more indexing,
9496 fix info about disassembly-flavor.
9497
9498 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9499
9500 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9501 SKIP_SOLIB_RESOLVER): Define.
9502
9503 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9504
9505 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
9506 ``g'' packets.
9507
9508 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9509
9510 * gdb.texinfo: Create a new "Configurations" chapter with
9511 platform-specific info, inline remote.texi and move sections of it
9512 into the new chapter, move bits about info proc, heuristic search,
9513 and register stack into the new chapter.
9514 * remote.texi: Remove, now part of gdb.texinfo.
9515 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9516
9517 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9518
9519 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9520 GDB_TARGET_IS_MACH386): These kludges have gone away.
9521
9522 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9523
9524 * gdbint.texinfo (Target Architecture Definition): Mention
9525 TDEPLIBS.
9526
9527 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9528
9529 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9530 surrounding text to fit HP-UX bits into general info.
9531 (HPPA-cfg.texi): Remove, no longer useful.
9532
9533 * gdb.texinfo: Remove explicit links from @node lines, remove
9534 HP-added "Detailed Node Listing" from main menu which confuses
9535 things.
9536
9537 From Dmitry Sivachenko <dima@Chg.RU>:
9538 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
9539 in description of `set environment'.
9540
9541 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9542
9543 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
9544
9545 1999-08-12 Ben Elliston <bje@cygnus.com>
9546
9547 * gdbint.texinfo (Breakpoint Handling): Add missing words.
9548
9549 1999-08-10 Eli Zaretskii <eliz@gnu.org>
9550
9551 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
9552 watch, awatch, and rwatch. Explain why the latter two cannot be
9553 set as software watchpoints. Document that watchpoints for local
9554 variables are deleted when the debuggee terminates.
9555
9556 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
9557
9558 * remote.texi (Protocol): Further clarification of the "qRcmd"
9559 packet. Allow E.. response packet. "qRcmd" packet is no longer
9560 reserved.
9561
9562 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9563
9564 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
9565 * gdb.texinfo: Ditto.
9566
9567 1999-08-06 Tom Tromey <tromey@cygnus.com>
9568
9569 * gdb.texinfo (KOD): New node.
9570
9571 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
9572
9573 * remote.texi (Rcmd): Fix minor formatting typos.
9574
9575 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
9576
9577 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
9578 packets.
9579
9580 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
9581
9582 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
9583 fixes.
9584
9585 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
9586
9587 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
9588
9589 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
9590
9591 * remote.texi (Communication Protocol): ``v'' is in use. Fix
9592 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
9593 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
9594 packets that are not supported on all hosts. Expand examples.
9595 Spell check.
9596
9597 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
9598
9599 * Makefile.in: Recognize html, install-html. Add targets
9600 to build HTML versions of documentation via texi2html.
9601
9602 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
9603
9604 * gdbint.texinfo (Testsuite): New chapter, information about the
9605 testsuite.
9606
9607 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
9608
9609 * remote.texi (Communication Protocol): Rewrite.
9610
9611 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
9612
9613 * stabs.texinfo: Fix uses of xref.
9614
9615 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
9616
9617 * gdbint.texinfo: Add an anti-printf exhortation, and update the
9618 info about patch submission.
9619
9620 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
9621
9622 From Per Bothner <bothner@cygnus.com>:
9623 * gdb.texinfo: Document Chill support.
9624
9625 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
9626
9627 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
9628 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
9629 Document that the value should be greater-than or equal-to zero.
9630 (NO_STD_REGS): Document. Deprecate.
9631
9632 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9633
9634 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
9635 Document that these are not used.
9636
9637 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9638
9639 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
9640
9641 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
9642
9643 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
9644 numargs was dropped.
9645
9646 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
9647
9648 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
9649
9650 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
9651
9652 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
9653 Update.
9654
9655 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
9656
9657 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
9658 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
9659
9660 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
9661
9662 * gdbint.texinfo: Fix typos: $ -> @.
9663
9664 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
9665
9666 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
9667 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
9668 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
9669 BREAKPOINT_FROM_PC.
9670
9671 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
9672
9673 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
9674 CALL_DUMMY_STACK_ADJUST): Document.
9675
9676 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9677
9678 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
9679 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
9680
9681 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
9682
9683 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
9684 longer exists.
9685
9686 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
9687
9688 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
9689 nearly all @ifset/@ifclear conditionals; nobody uses them, and
9690 they make the manual source incomprehensible.
9691 * h8-cfg.texi: Remove, hasn't been used in years.
9692
9693 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
9694
9695 * gdb.texinfo: Update the credits.
9696
9697 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
9698
9699 * gdb.texinfo: Fix mistakes noticed in printout of last
9700 draft, add Alpha to discussion of heuristic fence post.
9701
9702 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
9703
9704 * gdb.texinfo, remote.texi: Many changes; update to Seventh
9705 Edition, merge some HP changes into mainline, describe some
9706 previously undocumented features, describe more of the target
9707 commands available, eliminate obsolete section on renamed
9708 commands.
9709 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
9710
9711 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
9712
9713 * gdb.texinfo: Make many HPPA conditionals unconditional,
9714 including catchpoint description, since now on for all configs.
9715 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
9716 specializations.
9717
9718 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
9719
9720 * Makefile.in (GDBvn.texi): Fix match expression to work with
9721 current format of VERSION in gdb/Makefile.in.
9722 * gdb.texinfo: Fix node ref to match new readline.
9723
9724 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
9725
9726 * gdb.texinfo: Changes made as part of a project to merge in
9727 changes made by HP. Documentation makes extensive use of
9728 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
9729 on remote debugging. There are differences in documentation
9730 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
9731 the HP manual discusses catchpoints, hardware watchpoints, and
9732 some HPUX specific limitations for shared library support.
9733
9734 There are also a number of @node changes.
9735
9736 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
9737
9738 * gdbint.texinfo (Formatting): Disambiguate a sentence.
9739 (C Usage): Same.
9740
9741 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
9742
9743 The following changes were made by Edith Epstein
9744 <eepstein@cygnus.com> as part of a project to merge in changes
9745 made by HP.
9746
9747 * HPPA-cfg.texi: new file.
9748
9749 * all-cfg.texi: set HPPA for HP PA-RISC targets.
9750
9751 * refcard.tex: change documentation about catch.
9752 removed info catch.
9753
9754 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
9755
9756 * gdbint.texinfo: Expand on GDB's coding standards,
9757 specify the use of arg names with prototypes.
9758
9759 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
9760
9761 * gdb.texinfo: Fix tipo.
9762
9763 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
9764
9765 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
9766 TARGET_BYTE_ORDER_SELECTABLE_P.
9767
9768 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
9769
9770 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
9771
9772 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
9773
9774 * agentexpr.texi: New file.
9775
9776 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
9777
9778 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
9779
9780 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
9781
9782 * remote.texi: Changed wording that implied that the GDB remote
9783 protocol caches register values instead of GDB itself.
9784
9785 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
9786
9787 * gdbint.texinfo: Add some info about symbol readers.
9788 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
9789 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
9790 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
9791 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
9792
9793 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
9794
9795 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
9796
9797 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
9798
9799 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
9800
9801 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
9802
9803 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
9804 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
9805
9806 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
9807
9808 * gdbint.texinfo: Fix minor typos.
9809
9810 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
9811
9812 * gdbint.texinfo: Complete overhaul. Group descriptions more
9813 logically, add more info on generic algorithms, remove much
9814 obsolete and/or wrong material.
9815
9816 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
9817
9818 * stabs.texinfo (Method Type Descriptor): Expand and correct.
9819
9820 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
9821
9822 * refcard.tex: Copyright, address updates.
9823
9824 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
9825
9826 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
9827 for the edition instead of confusing GDB-version-like numbers.
9828
9829 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
9830
9831 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
9832
9833 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
9834
9835 * LRS: Reformat a bit to keep text under 80 columns.
9836
9837 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
9838
9839 * gdb.texinfo: Add some credits, mention bug monitor.
9840 * remote.texi: Mention mips monitor targets.
9841 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
9842
9843 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
9844
9845 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
9846 files, finish sorting of host vs target vs native macros, describe
9847 some more of them.
9848
9849 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
9850
9851 * gdbint.texinfo (Host Conditionals): Document change from
9852 using NO_MMALLOC to it's inverse, USE_MMALLOC.
9853
9854 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
9855
9856 * gdbint.texinfo (Host Conditionals): Document
9857 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
9858
9859 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
9860
9861 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
9862 Document LSEEK_NOT_LINEAR.
9863
9864 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
9865
9866 * stabs.texinfo (Stab Section Basics): Make it clear that only
9867 some versions of the GNU linker remove the leading N_UNDF symbol.
9868
9869 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
9870
9871 * stabs.texinfo (String Field): Document type number pairs here,
9872 instead of in the Sun specific section.
9873 (Include Files): The GNU linker supports the N_BINCL
9874 optimization. Clarify the N_BINCL value, and what it is used
9875 for.
9876 (Procedures): Document N_FUN with an empty string to mark the end
9877 of a function.
9878 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
9879 (Sun Differences): Remove this node, as the information is now
9880 elsewhere in the main document.
9881 (Stab Section Basics): Mention that the GNU linker may optimize
9882 stabs and remove the leading N_UNDF symbol.
9883
9884 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
9885
9886 * gdb.texinfo, refcard.tex: Restore author credit
9887
9888 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
9889
9890 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
9891 documentation to account for START and END macros taking
9892 one arg.
9893
9894 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
9895
9896 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
9897 * gdb.texinfo (Frames): Fix typo.
9898
9899 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
9900
9901 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
9902 a target_signal as arg type, not a pid.
9903
9904 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
9905
9906 * gdb.texinfo: Document `set assembly-language'.
9907
9908 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
9909
9910 * remote.texi: Update list of stubs in the GDB distribution.
9911
9912 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
9913
9914 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
9915 Also document that some systems can use mmalloc but must define
9916 this if their C runtime allocates memory that is later freed.
9917 (MMCHECK_FORCE): Document new macro.
9918
9919 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
9920
9921 * remote.texi: Add documentation for target Sparclet.
9922
9923 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9924
9925 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
9926 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
9927 * configure.in: Rewritten for autoconf.
9928 * configure: New.
9929
9930 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
9931
9932 * Makefile.in (DVIPS): New define, set to dvips.
9933 (dvi): Add stabs.dvi.
9934 (ps): New target.
9935 (all-doc): Depend on info, dvi, and ps targets.
9936 (STAGESTUFF): Add *.ps and *.dvi files.
9937 (clean-info, clean-dvi): Remove.
9938 (mostlyclean): Does not depend upon clean-info or clean-dvi,
9939 rules completely rewritten.
9940 (maintainer-clean): Remove clean-info and clean-dvi
9941 dependencies and put their actions in the rules.
9942 (gdb.ps): New target
9943 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
9944 intermediate TeX files, whether they have 2 or 3 character
9945 extensions.
9946 (gdbint.ps): Add target and rules.
9947 (gdb-internals): Delete unused target.
9948 (Makefile): Depends upon config.status also.
9949
9950 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
9951
9952 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
9953 set.
9954
9955 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
9956
9957 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9958 * gdb.texinfo (Expressions): Fix erroneous array constant example.
9959
9960 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
9961
9962 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
9963
9964 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9965
9966 * gdb.texinfo (Print settings): Document
9967 `set/show print static-members' commands.
9968
9969 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
9970
9971 * gdbint.texinfo (Native): Document name change, coredep.c to
9972 core-aout.c.
9973
9974 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
9975
9976 * stabs.texinfo (Include Files): Document the values the SunOS4
9977 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
9978
9979 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
9980
9981 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
9982 Fix typo.
9983
9984 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
9985
9986 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
9987 "gdb.tar.Z".
9988
9989 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
9990
9991 * Makefile.in (maintainer-clean): New target, synonym for
9992 realclean.
9993
9994 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9995
9996 * Update all FSF addresses except those in COPYING* files.
9997
9998 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9999
10000 From Richard Earnshaw (rearnsha@armltd.co.uk):
10001 * gdb.texinfo (convenience variables): Document $_exitcode.
10002 (quit): Document optional expression to use as exit code.
10003
10004 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10005
10006 * gdb.texinfo, remote.texi: Brought up to date with various
10007 GDB changes.
10008
10009 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10010
10011 * gdb.texinfo: Update dates and versions, fix comments about
10012 hardware watchpoints in future releases and about the
10013 sharedlibrary command.
10014
10015 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10016
10017 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10018 C_FUN stab. Other cleanups.
10019
10020 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10021
10022 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10023 for the sparc stub.
10024
10025 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10026
10027 * annotate.texi: Clarify which addresses have differing formats
10028 depending on the language and which do not.
10029
10030 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10031
10032 * remote.texi (NetWare): Changed example to use BOARD= instead of
10033 NODE= argument to reflect correspoding change to gdbserve.nlm.
10034
10035 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10036
10037 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10038 GDB, as well as AIX dbx, supports the size type attribute.
10039
10040 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10041
10042 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10043
10044 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10045
10046 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10047 and new 'if' and 'while' commands.
10048
10049 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10050
10051 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10052
10053 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10054
10055 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10056 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10057 NetWare targets. Mostly stolen from the Server node.
10058
10059 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10060
10061 * gdb.texinfo (Setting): Talk about the language of a source file
10062 versus the working language. The old documentation did not match
10063 what GDB did.
10064
10065 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10066
10067 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10068 of a source file.
10069
10070 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10071
10072 * gdb.texinfo (Processes): New node.
10073
10074 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10075
10076 * remote.texi: Update documentation of set/show mipsfpu.
10077
10078 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10079
10080 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10081 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10082
10083 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10084
10085 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10086 obsolete conditionals, described some others.
10087
10088 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10089
10090 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10091 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10092
10093 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10094
10095 * gdbint.texinfo: Put regex conditionals in their own table.
10096
10097 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10098
10099 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10100 described or fixed the descriptions of many others.
10101
10102 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10103
10104 * gdb.texinfo: Add some more credits.
10105 * gdbint.texinfo: Capitalize GDB consistently, describe some
10106 macros and remove some.
10107
10108 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10109
10110 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10111 obsolete conditionals, described some others.
10112
10113 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10114
10115 * gdb.texinfo (help targets): Changed to `help target', which
10116 is the correct gdb command.
10117
10118 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10119
10120 * annotate.texi (TODO): New node, for keeping track of annotations
10121 suggested but not yet implemented.
10122
10123 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10124
10125 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10126 another symbol, it is not the address itself.
10127
10128 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10129
10130 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10131 of stabs-in-coff sections.
10132
10133 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10134
10135 * annotate.texi: Change edition to 0.5 and date to May 1994.
10136 Add index.
10137 (Frames): New node, for frame annotation.
10138 (Displays): New node, for display annotation.
10139
10140 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10141 when waiting for your program to stop.
10142
10143 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10144
10145 * annotate.texi (Breakpoint Info): Document annotation of header
10146 fields and record annotation.
10147
10148 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10149
10150 * annotate.texi: New file, to document annotations.
10151
10152 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10153
10154 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10155 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10156
10157 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10158
10159 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10160 section, and say n_strx field is compilation unit relative.
10161 * stabs.texinfo: Don't use @code for a.out when it is the name of
10162 an object file format.
10163
10164 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10165
10166 * gdb.texinfo: Refer to file names, not path names, per rms
10167 convention.
10168 (Arguments): Fix typo.
10169
10170 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10171
10172 * stabs.texinfo (Global Variables): Talk about stabs in files
10173 where variables are referenced, but not defined.
10174
10175 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10176
10177 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10178 Cplusplus to new nodes Member Type Descriptor and Method Type
10179 Descriptor. Re-write stuff for #.
10180
10181 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10182
10183 * gdb.texinfo (Print Settings): Don't document "set print
10184 fast-symbolic-addr off". The bug which it worked around was fixed
10185 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10186
10187 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10188 N_ENTRY node.
10189
10190 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10191
10192 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10193
10194 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10195 references to ieee-float.c.
10196
10197 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10198
10199 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10200 match what the code actually does.
10201
10202 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10203
10204 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10205
10206 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10207
10208 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10209 i, and b.
10210
10211 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10212
10213 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10214 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10215 as "stabs in sections" rather than just saying "ELF and SOM".
10216 Also make that stuff apply to COFF.
10217
10218 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10219
10220 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10221 Ghostscript.
10222
10223 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10224
10225 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10226 versus functions without line numbers, also mention stepping into
10227 them as well as "step" when you are in them. Tell the user how to
10228 deal with the situation. Add comment about "debugging information".
10229
10230 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10231
10232 * stabs.texinfo (Enumerations): Document restriction on where
10233 enumeration types can appear and still win with GDB.
10234
10235 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10236
10237 * stabs.texinfo (Negative Type Numbers): Document format for type
10238 -16.
10239
10240 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10241
10242 * gdb.texinfo (Selection, Frame Info): Update information about
10243 arbitrary frame specficiations.
10244
10245 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10246
10247 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10248
10249 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10250
10251 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10252
10253 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10254
10255 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10256
10257 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10258
10259 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10260 Differences node to Statics node.
10261 (Statics): Discuss XCOFF use of V symbol descriptor.
10262
10263 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10264 not clean.
10265
10266 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10267
10268 * gdb.texinfo (Print Settings): Document `set print
10269 fast-symbolic-addr' and improve the doc for some other
10270 `set print's.
10271
10272 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10273
10274 * stabs.texinfo (String Field): Talk about defining several type
10275 numbers at once.
10276 Fix lint regarding changing node ELF Transformations to
10277 ELF and SOM Transformations.
10278
10279 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10280
10281 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10282
10283 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10284
10285 * stabs.texinfo (Cross-References): `::' is for nested types only
10286 within <>.
10287 (Structures): Document static members.
10288
10289 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10290
10291 * stabs.texinfo: Document S type attribute.
10292
10293 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10294
10295 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10296
10297 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10298
10299 * gdbint.texinfo: Fix a few typos.
10300
10301 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10302
10303 * gdb.texinfo, remote.texi: formatting improvements
10304
10305 * gdb.texinfo (New Features): mention threads.
10306 (Summary, C): fix xrefs in newly contributed text.
10307 (Threads): index entries, clarifications, example
10308 (passim): minor typos fixed, phrasing improvements
10309
10310 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10311 entries; (Server): explain use of gdbserver w/real-time systems,
10312 add example of conflicting TCP port; (MIPS Remote) break up
10313 running text into table, highlighting commands, and add example.
10314
10315 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10316
10317 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10318
10319 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10320
10321 * stabs.texinfo (Nested Symbols): New node.
10322 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10323
10324 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10325
10326 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10327 to picking which Bbss.bss symbol to use, and (because there seems to
10328 be no good way of doing it) re-write some of the text to make it
10329 sound like Bbss.bss isn't such a great idea after all (as currently
10330 designed).
10331
10332 * gdb.texinfo (C): In addition to saying people have to use g++ for
10333 good results, say they have to use stabs. Specifically say cfront
10334 doesn't work well.
10335 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10336 the gdb README. Add xrefs to places where the support for the various
10337 languages is described in detail.
10338
10339 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10340
10341 * stabs.texinfo: Clean up stuff about visibility and virtual
10342 characters.
10343
10344 * stabs.texinfo (N_M2C): Cite Sun doc.
10345
10346 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10347
10348 * gdb.texinfo: updates re threads.
10349 * remote.texinfo: avoid index entries starting with digits.
10350
10351 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10352
10353 * stabs.texinfo (Enumerations): Talk about large, negative and
10354 octal values. Clean up cross reference to type attributes.
10355 (String Field): Say that GDB 4.11 supports size attribute.
10356
10357 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10358
10359 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10360 is a mandatory step. Make the stuff about that more concise.
10361
10362 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10363
10364 * stabs.texinfo (Class Names): New node.
10365
10366 * gdb.texinfo (Command Files): Explain order of init file reading.
10367
10368 * remote.texi (Bootstrapping): Talk about getting the serial driver
10369 to deal with ^C sent by gdb to stop the remote system.
10370
10371 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10372
10373 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10374
10375 * libgdb.texinfo (Defining Commands): made the DOC arg
10376 to gdb_define_app_command a char * instead of char **
10377 per a suggestion from kingdon.
10378
10379 * libgdb.texinfo: total rewrite from a different starting
10380 premise.
10381
10382 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10383
10384 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10385 floats passed as doubles (to improve clarity).
10386
10387 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10388
10389 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10390
10391 * a4rc.sed: update to work with Andreas Vogel papersize params
10392
10393 * refcard.tex: use Andreas Vogel simplifications of papersize
10394 params; remove useless version info; update copyright date.
10395
10396 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10397
10398 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10399
10400 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10401
10402 * gdb.texinfo (Files): Say what address the load command loads it at.
10403
10404 * stabs.texinfo (Common Blocks): Minor cleanups.
10405
10406 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10407 that Sun has backed away from the linker kludge and thus the relevant
10408 issue is changes to the SunPRO tools, not the Solaris linker.
10409
10410 * stabs.texinfo (Traditional Integer Types): Clean up description
10411 of octal bounds a little bit. Document extra leading zeroes.
10412
10413 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10414
10415 * gdb.texinfo (Signaling): Update for symbolic symbol names
10416 and add a section explaining the difference between the GDB
10417 signal command and the shell kill utility.
10418
10419 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10420
10421 * libgdb.texinfo: added `@' to braces that were unescaped.
10422
10423 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10424
10425 * libgdb.texinfo: new file. Spec for the gdb library.
10426
10427 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10428
10429 * stabs.texinfo (Include Files): Fix typo (start -> end).
10430
10431 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10432
10433 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10434 from Melissa at FSF's editing pass.
10435
10436 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10437
10438 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10439 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10440 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10441
10442 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10443
10444 * remote.texi (Bootstrapping): Discuss 386 call gates.
10445
10446 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10447
10448 * stabs.texinfo (Based Variables): New node.
10449
10450 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10451
10452 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10453 names, sizes, and formats to suggest how not to lose.
10454
10455 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10456
10457 * stabs.texinfo (Methods): Fix typo.
10458
10459 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10460
10461 * gdb.texinfo: Fix a few typos.
10462
10463 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10464
10465 * gdb.texinfo: Clarify how well it works with Fortran.
10466
10467 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10468 More on relocating stabs in ELF files.
10469
10470 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10471
10472 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10473
10474 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10475
10476 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10477 parameters on VAX.
10478
10479 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10480
10481 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10482
10483 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10484
10485 * stabs.texinfo: Make info author notice match the TeX author notice.
10486
10487 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10488
10489 * stabs.texinfo: Initial-caps all words in node names and
10490 non-trivial words in section names.
10491
10492 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10493
10494 * stabs.texinfo: Many minor cleanups.
10495
10496 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10497
10498 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10499
10500 * stabs.texinfo: Remove full description of big example.
10501 It's not really helpful; just use pieces of it where appropriate.
10502 Add more Texinfo formatting directives (@samp, etc.).
10503 Use @deffn to define stab types.
10504 Eliminate some wordiness. Break up some nodes.
10505 Add an (alphabetized) index of symbol types.
10506 Use consistent capitalization style in node and section names.
10507
10508 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10509
10510 * gdb.texinfo: Change typo "Two two" to "The two".
10511
10512 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10513
10514 * stabs.texinfo (XCOFF-differences): Remove references to
10515 non-existent types N_DECL and N_RPSYM.
10516
10517 * stabs.texinfo (String Field): Say that type attributes bug is
10518 fixed in GDB 4.10, since it is.
10519
10520 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10521
10522 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10523
10524 * stabs.texinfo: Formatting cleanups.
10525
10526 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10527
10528 * stabs.texinfo: When explaining the n_type of a stab, standardize
10529 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10530 no tabs, use @r).
10531 (Global Variables): Clean up.
10532
10533 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10534
10535 * stabs.texinfo (Stack Variables): Re-write.
10536
10537 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10538
10539 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10540 addresses of a source file. Also revise formatting.
10541 Change "object module" or "object file" to "source file".
10542 Various: Miscellaneous cleanups.
10543
10544 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10545
10546 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
10547
10548 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
10549
10550 * gdbint.texinfo: Removed many nonsensical machine-collected
10551 host and target conditionals, described some of the remainder.
10552
10553 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10554
10555 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
10556
10557 * gdbint.texinfo (Top): Add name to @top line, and re-write the
10558 paragraph which follows.
10559
10560 * gdbint.texinfo (Host): Use @code not @samp for Makefile
10561 variables. Looks better and avoids overful hbox.
10562
10563 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10564
10565 * stabs.texinfo (Procedures): Improve stuff on nested functions.
10566
10567 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10568
10569 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
10570 retransmit-timeout
10571
10572 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10573
10574 * gdbint.texinfo: Update statement about `some ancient Unix
10575 systems, like Ultrix 4.0' to Ultrix 4.2.
10576
10577 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
10578
10579 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
10580
10581 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
10582
10583 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
10584 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
10585
10586 * remote.texi: new name for former gdbinv-s.texi
10587
10588 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
10589
10590 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
10591
10592 * gdbinv-s.texi: Documented timeout and retransmit-timeout
10593 variables for MIPS remote debugging protocol.
10594
10595 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10596
10597 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
10598
10599 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10600
10601 * Makefile.in (refcard.dvi): Use srcdir where necessary.
10602
10603 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
10604
10605 * gdb.texinfo: repair conditional bugs in text markup
10606
10607 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10608
10609 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
10610 to select Modula-2 material.
10611
10612 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10613
10614 * stabs.texinfo: Cleanups regarding statics.
10615
10616 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
10617 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
10618
10619 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10620
10621 * stabs.texinfo: N_MAIN is sometimes used for C.
10622
10623 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10624
10625 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
10626
10627 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
10628
10629 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
10630 removed from the code by Kingdon.
10631
10632 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10633
10634 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
10635 input when evaluating breakpoint conditions; the bug has been fixed.
10636
10637 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
10638 sets the ignore count to N-1, not to N.
10639
10640 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10641
10642 * refcard.tex (\hoffset): correct longstanding error to match
10643 intended offset; avoids cutting off edge on some printers
10644
10645 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10646
10647 * stabs.texinfo (Parameters): Say that order of stabs is significant.
10648
10649 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10650
10651 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
10652
10653 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10654
10655 * Makefile.in: (REFEDITS) new var to control whether PS or CM
10656 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
10657 collect sed edits if any, apply to refcard before formatting;
10658 (refcard.ps) stop implying PS fonts if PS output requested;
10659 (lrefcard.ps) delete extra target for variant PS fonts
10660
10661 * refcard.tex: parametrize papersize dependent info, collect
10662 in easily replaced spot
10663
10664 * a4rc.sed: new file, edits to refcard for A4 paper
10665
10666 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10667
10668 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
10669
10670 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10671
10672 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
10673
10674 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10675
10676 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
10677 politely rather than rudely.
10678
10679 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10680
10681 * stabs.texinfo: Document common blocks.
10682
10683 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
10684
10685 * stabs.texinfo: Add some basic info about stabs-in-elf.
10686
10687 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10688
10689 * stabs.texinfo (Top): Minor cleanup.
10690
10691 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10692
10693 * Makefile.in (install-info): remove parentdir support
10694
10695 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10696
10697 * gdb.texinfo (Copying): delete this node and references to it;
10698 RMS says this manual need not carry GPL. (passim): Improvements
10699 from last round at FSF, largely due to Ian Taylor review, and
10700 minor formatting improvements.
10701
10702 * gdbinv-s.texi (passim): Improvements from last round at FSF,
10703 largely due to Ian Taylor review. (Debug Session): minor edits to
10704 new text.
10705
10706 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
10707
10708 * Makefile.in (realclean): Remove info and dvi files too.
10709
10710 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
10711
10712 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
10713 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
10714 * gdb.texinfo: Change accordingly.
10715
10716 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
10717 N_{L,R}BRAC,N_SLINE are relative to.
10718
10719 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
10720
10721 * Makefile.in (GDBvn.texi): Update atomically.
10722
10723 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
10724
10725 * gdbinv-s.texi (Debug Session): Document exceptionHook.
10726
10727 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
10728
10729 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
10730 addresses together. Also motivate the set print symbol-filename
10731 command and suggest other solutions.
10732
10733 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
10734
10735 * gdb.texinfo (set print elements): Note that the number of
10736 elements is set to unlimited by "set print elements 0".
10737
10738 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
10739
10740 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
10741 NF_LDOUBLE means.
10742 (Stab Types): Include Solaris stab types.
10743 (Procedures): Document Solaris extensions.
10744
10745 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10746
10747 * gdb.texinfo: Add `set print symbol-filename' doc.
10748
10749 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10750
10751 * stabs.texinfo (Arrays): Talk about type definition vs. type
10752 information.
10753
10754 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
10755 the trailing semicolon.
10756
10757 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10758
10759 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
10760 and merge in other parts of the document addressing these subjects.
10761 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
10762
10763 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
10764 at the end of a range type.
10765
10766 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
10767 AIX extensions.
10768
10769 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10770
10771 * stabs.texinfo (Stabs Format): Misc fixes.
10772
10773 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10774
10775 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
10776 (Traditional builtin types): Document convex convention for long long.
10777 (Negative builtin types): Discuss type names, and misc fixes.
10778
10779 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10780
10781 * stabs.texinfo (Builtin Type Descriptors): Document the floating
10782 point types used with @samp{R} type descriptor.
10783 (Symbol Descriptors): Describe how to handle conflict between
10784 different meanings of @samp{P} symbol descriptor.
10785
10786 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10787
10788 * stabs.texinfo: Remove node Quick Reference and put its children
10789 directly under the main menu.
10790
10791 * stabs.texinfo: Many more changes to bring it into line with
10792 AIX documentation and reality. I think it now has all the
10793 information from the AIX documentation, except that I burned
10794 out when I got to variant records (Pascal and Modula-2) and
10795 all the COBOL types. Oh well, we can add them later when we're
10796 worrying more about those languages.
10797
10798 * stabs.texinfo (Automatic variables): Talk about what it means
10799 to omit the symbol descriptor.
10800
10801 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10802
10803 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
10804 gcc2 behavior with promoted args.
10805
10806 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10807
10808 * gdb.texinfo: include readline appendices in info version of manual
10809
10810 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10811
10812 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
10813 target remote.
10814
10815 * gdb.texinfo (Machine Code): more index entries for disassemble
10816
10817 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
10818
10819 * Clarify the intended use of the gdb-testers and gdb-patches
10820 mailing lists, and shrink gzip comment.
10821
10822 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10823
10824 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
10825 DOSHOST configuration of manual.
10826
10827 * gdb.texinfo (MIPS Stack): new node.
10828
10829 * all-config.texi (MIPS) new switch.
10830
10831 * gdbinv-s.texi (Nindy Options) Remove two instances of future
10832 tense; (MIPS Remote) new node.
10833
10834 * gdb.texinfo (passim) rephrases to work around makeinfo @value
10835 bug; (Environment) less passive, other small cleanups in text about
10836 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
10837 (Remote) new MIPS Remote menu entry.
10838
10839 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
10840
10841 * stabs.texinfo: Many changes to include information from the
10842 AIX documentation.
10843
10844 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
10845
10846 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
10847
10848 * gdbint.texinfo (new node Debugging GDB, elsewhere):
10849 Move a bunch of information from ../README.
10850 (Getting Started): New node.
10851
10852 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10853
10854 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
10855
10856 * gdb.texinfo: advance manual revision dates to present
10857
10858 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
10859 stop using silly Roman numerals in @set variable names
10860
10861 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
10862
10863 * stabs.texinfo (Parameters): Keep trying to get this right.
10864
10865 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
10866
10867 * stabs.texinfo (Parameters): More on "local parameters".
10868
10869 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
10870
10871 * stabs.texinfo (Parameters): Re-do "local parameters" section.
10872
10873 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
10874
10875 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
10876 (Parameters): Rewrite.
10877 (xcoff-differences, Sun-differences): Minor changes.
10878
10879 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10880
10881 * stabs.texinfo: Minor cleanup.
10882
10883 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
10884
10885 * gdbint.texinfo: Minor xcoff stuff.
10886
10887 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
10888
10889 * gdbint.texinfo: Update for new config directory structure.
10890 Add info about internal type data structures.
10891
10892 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
10893
10894 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
10895 $(srcdir).
10896 (gdb-config.texi): Depend on file in $(srcdir).
10897
10898 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
10899
10900 * stabs.texinfo: Fixes about N_SO.
10901
10902 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10903
10904 * gdb.texinfo: include list of nonstandard init file names
10905
10906 * *-config.texi: new switch GENERIC for text that applies *only*
10907 to (usual) multiple-target version of manual
10908
10909 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
10910 h8 config
10911
10912 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
10913 in menus (rather than conditionally selected multiple alternative
10914 menus).
10915
10916 * Makefile.in: define and use DOC_CONFIG var to select
10917 configuration for GDB user manual.
10918
10919 * gdb-config.texi: delete from repository, generate from Makefile.
10920
10921 * all-config.texi: normal `generic' configuration file, formerly
10922 stored as gdb-config.texi
10923
10924 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10925
10926 * Makefile.in: add dvi target to build all .dvi files
10927
10928 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10929
10930 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
10931
10932 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
10933
10934 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
10935 host conditionals.
10936 * stabs.texinfo: More array fixes inspired by Jim's.
10937
10938 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
10939
10940 * stabs.texinfo: Fixes re arrays and continuations.
10941
10942 * gdbint.texinfo: Add XCOFF node.
10943
10944 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
10945
10946 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
10947
10948 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10949
10950 * stabs.texinfo: Fix for array types to mention lower bounds.
10951
10952 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
10953
10954 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
10955
10956 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
10957
10958 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
10959
10960 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
10961
10962 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
10963 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
10964
10965 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
10966
10967 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
10968
10969 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10970
10971 * gdb.texinfo, gdbinv-s.texi: misc updates
10972
10973 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
10974
10975 * gdbint.texinfo: Brief documentation for longjmp support,
10976 from an email msg by Stu.
10977
10978 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
10979
10980 * stabs.texinfo: Fix description of floating point "range"
10981 types (which really define basic types). Reported by Jim Meehan,
10982 <meehan@src.dec.com>.
10983
10984 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
10985
10986 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
10987
10988 * gdbint.texinfo: Slightly expand section on supporting a new
10989 object file format.
10990
10991 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
10992
10993 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
10994 intermediate file.
10995
10996 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10997
10998 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
10999
11000 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11001
11002 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11003
11004 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11005 as well as Z8002.
11006
11007 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11008
11009 * gdbint.texinfo: Add sections on clean design and on how to send
11010 in changes.
11011
11012 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11013
11014 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11015
11016 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11017
11018 * gdb.texinfo: Fix typo, reported by Karl Berry.
11019
11020 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11021
11022 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11023
11024 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11025
11026 * gdbint.texinfo: fixed a stray email address (needs @@),
11027 added @table @code to node "Native Conditionals"
11028
11029 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11030
11031 * gdbint.texinfo: Describe coding style of GDB.
11032
11033 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11034
11035 * stabs.texinfo: Minor wording changes.
11036
11037 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11038
11039 * gdbint.texinfo: Improve release doc slightly.
11040
11041 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11042
11043 * gdbint.texinfo: Improve doc of GDB config macros.
11044
11045 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11046
11047 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11048 These will be reinserted when examined.
11049
11050 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11051
11052 * gdbint.texinfo: Make a start at documenting all the #if macros
11053 in GDB. At least list them all, and start separating them into
11054 host-specific and target-specific.
11055
11056 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11057
11058 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11059 examples (not consistent w others).
11060 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11061 for generic vn of doc
11062
11063 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11064
11065 * Makefile.in: always create installation directories.
11066
11067 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11068
11069 * gdb.texinfo: in h8 config, do not describe searching commands.
11070
11071 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11072
11073 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11074 conditionals; introduce a few generic switches that may be
11075 useful for other cross-dev or dos-hosted configs.
11076
11077 * gdb.texinfo: fix typo in "info reg" description
11078
11079 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11080
11081 * stabs.texinfo: Minor updates from running TeX over it.
11082 * Makefile.in (stabs.dvi, stabs.ps): Add.
11083
11084 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11085
11086 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11087 First pass at converting it to texinfo.
11088
11089 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11090
11091 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11092 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11093
11094 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11095
11096 * gdbint.texinfo: Add section on partial symbol tables.
11097
11098 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11099
11100 * gdb.texinfo: document `set remotedebug' and `set
11101 rstack_high_address'.
11102
11103 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11104
11105 * gdb.texinfo: slight expansion of new text on reading info files
11106 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11107 H8/300 from DOS.
11108
11109 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11110
11111 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11112
11113 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11114
11115 * gdb.texinfo: Say how to read the `info' files.
11116
11117 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11118
11119 * Makefile.in: gm4 -> m4.
11120
11121 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11122
11123 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11124 Documentation' ahead of `Installing GDB' to match README.
11125 Update shared library doc, -readnow and -mapped, and directory
11126 structure (add glob and mmalloc). Update configure doc.
11127
11128 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11129
11130 * Makefile.in: remove $(srcdir) from gdb.info rule.
11131
11132 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11133
11134 * Makefile.in: commented out gdb-all.texinfo rule. This is
11135 temporary.
11136
11137 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11138
11139 * Makefile.in, configure.in: removed traces of namesubdir,
11140 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11141 copyrights to '92, '13, changed some from Cygnus to FSF.
11142
11143 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11144
11145 * gdb.texinfo: Improve how we ask for bug reports.
11146
11147 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11148
11149 * Makefile.in: infodir belongs in datadir.
11150
11151 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11152
11153 * Makefile.in: remove spaces following hyphens, bsd make can't
11154 cope. install using INSTALL_DATA. added clean-info. added
11155 standards.text support.
11156
11157 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11158
11159 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11160 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11161 and mandir now keyed off datadir by default.
11162
11163 \f
11164 Local Variables:
11165 mode: change-log
11166 left-margin: 8
11167 fill-column: 74
11168 version-control: never
11169 End:
This page took 0.277354 seconds and 4 git commands to generate.