gdb: Rework command completion on 'tui reg'.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
4 single table entry.
5
6 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7
8 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
9
10
11 2015-06-10 Gary Benson <gbenson@redhat.com>
12
13 * gdb.texinfo (Remote Configuration): Document the
14 "set/show remote hostio-setfs-packet" command.
15 (Host I/O Packets): Document the vFile:setfs packet.
16
17 2015-06-10 Gary Benson <gbenson@redhat.com>
18
19 * gdb.texinfo (Debugging Output): Document the "set/show debug
20 linux-namespaces" command.
21
22 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
23 Mircea Gherzan <mircea.gherzan@intel.com>
24
25 * gdb.texinfo (i386): Add documentation about "show mpx bound"
26 and "set mpx bound".
27
28 2015-05-27 Doug Evans <dje@google.com>
29
30 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
31
32 2015-05-26 Doug Evans <dje@google.com>
33
34 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
35 command renamings.
36 (Maintenance Commands): Update for DWARF "set debug" command renamings.
37
38 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
41
42 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
43
44 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
45 (TUI Commands): Add 'tui enable' and 'tui disable' details.
46
47 2015-05-16 Doug Evans <xdje42@gmail.com>
48
49 * guile.texi (Memory Ports in Guile): Document support for unbuffered
50 memory ports.
51
52 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
53
54 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
55
56 2015-05-12 Don Breazeal <donb@codesourcery.com>
57
58 * gdb.texinfo (Forks): Note that fork debugging is
59 supported in extended mode.
60 (Remote Configuration): Add fork event features to table
61 of packet settings.
62 (Stop Reply Packets): Add fork events to list of stop reasons.
63 (General Query Packets): Add fork events to tables of
64 'gdbfeatures' and 'stub features' supported in the qSupported
65 packet, as well as to the list containing stub feature
66 details.
67
68 2015-05-12 Gary Benson <gbenson@redhat.com>
69
70 * gdb.texinfo (General Query Packets): Document
71 qXfer:exec-file:read with empty annex.
72
73 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
74
75 * python.texi (Values From Inferior): Add descriptions of new
76 methods gdb.Value.reference_value and gdb.Value.const_value.
77
78 2015-05-06 Joel Brobecker <brobecker@adacore.com>
79
80 * gdb.texinfo (Files): Add "info dll" documentation.
81 (Cygwin Native): Remove "info dll" documentation.
82
83 2015-04-29 Doug Evans <dje@google.com>
84
85 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
86 Document.
87 (Writing an Xmethod): Add get_result_type to example.
88
89 2015-04-28 Sasha Smundak <asmundak@google.com>
90
91 * python.texi: New method documented.
92
93 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
94
95 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
96 format.
97
98 2015-04-24 Doug Evans <dje@google.com>
99
100 * python.texi (Xmethods In Python): Fix name of method to call the
101 xmethod.
102
103 2015-04-17 Gary Benson <gbenson@redhat.com>
104
105 * gdb.texinfo (Connecting to a Remote Target): Mention that
106 GDB can access program files from remote targets that support
107 qXfer:exec-file:read and Host I/O packets.
108
109 2015-04-17 Gary Benson <gbenson@redhat.com>
110
111 * gdb.texinfo (Remote Configuration): Document the "set/show
112 remote pid-to-exec-file-packet" command.
113 (General Query Packets): Document the qXfer:exec-file:read
114 qSupported features. Document the qXfer:exec-file:read packet.
115
116 2015-04-17 Gary Benson <gbenson@redhat.com>
117
118 * gdb.texinfo (set sysroot): Document that "set sysroot" also
119 applies to executable paths if supplied to GDB as absolute.
120
121 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
122
123 * gdb.texinfo (Mode Options): Remove -xdb.
124
125 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
126 Eli Zaretskii <eliz@gnu.org>
127
128 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
129 compile, show debug compile. New subsection Compilation options for
130 the compile command. New subsection Compiler search for the compile
131 command.
132
133 2015-04-09 Andy Wingo <wingo@igalia.com>
134
135 * guile.texi (Frames In Guile): Describe frame-read-register.
136
137 2015-04-02 Gary Benson <gbenson@redhat.com>
138
139 * gdb.texinfo (set sysroot): Document "target:".
140
141 2015-04-01 Sasha Smundak <asmundak@google.com>
142
143 * doc/python.texi (Writing a Frame Unwinder in Python): Add
144 section.
145
146 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
147
148 PR corefiles/16092
149 * gdb.texinfo (gcore): Mention new command 'set
150 use-coredump-filter'.
151 (set use-coredump-filter): Document new command.
152
153 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
154
155 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
156 documentation, reorder the info os entries in alphabetical order.
157
158 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
159
160 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
161 -data-write-memory-bytes.
162
163 2015-03-24 Pedro Alves <palves@redhat.com>
164
165 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
166 mention that threads may sometimes run unlocked.
167
168 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
169
170 * gdb.texinfo (Remote configuration): Document "set/show
171 serial parity" command.
172
173 2015-03-18 Gary Benson <gbenson@redhat.com>
174
175 * gdb.texinfo (General Query Packets): Remove documentation
176 for now-removed vFile:fstat qSupported features.
177
178 2015-03-11 Gary Benson <gbenson@redhat.com>
179
180 * gdb.texinfo (Remote Configuration): Document the
181 "set/show remote hostio-fstat-packet" command.
182 (General Query Packets): Document the vFile:fstat
183 qSupported features.
184 (Host I/O Packets): Document the vFile:fstat packet.
185
186 2015-03-11 Andy Wingo <wingo@igalia.com>
187
188 * guile.texi (Objfiles In Guile): Document objfile-progspace.
189
190 2015-03-04 Pedro Alves <palves@redhat.com>
191
192 * gdb.texinfo (Remote Configuration): Document the "set/show
193 remote swbreak-feature-packet" and "set/show remote
194 hwbreak-feature-packet" commands.
195 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
196 decription.
197 (Stop Reply Packets): Document the swbreak and hwbreak stop
198 reasons.
199 (General Query Packets): Document the swbreak and hwbreak
200 qSupported features.
201 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
202
203 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
204
205 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
206 under *stopped.
207
208 2015-03-02 Doug Evans <xdje42@gmail.com>
209
210 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
211
212 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
213
214 * gdb.texinfo (S/390 and System z Features): Describe new feature
215 "org.gnu.gdb.s390.vx".
216
217 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
218
219 PR gdb/18008
220 * gdb.texinfo (maint internal-error, maint internal-warning, maint
221 demangler-warning): Fix typo ("problam").
222
223 2015-02-19 David Taylor <dtaylor@emc.com>
224
225 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
226
227 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
228
229 * gdb.texinfo (Static Probe Points): Add cindex `static probe
230 point, DTrace'.
231 (Static Probe Points): Modified to cover DTrace probes in addition
232 to SystemTap probes. Also modified to cover the `enable probe'
233 and `disable probe' commands.
234
235 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
236
237 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
238 `disable probe' commands.
239
240 2015-02-12 David Taylor <dtaylor@emc.com>
241
242 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
243 fields of the QTDV packet.
244
245 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
246
247 * gdb.texinfo (Branch Trace Configuration Format): Add size.
248 (Process Record and Replay): Describe new set|show commands.
249 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
250
251 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
252
253 * gdb.texinfo (Process Record and Replay): Describe the "record
254 btrace bts" command.
255 (General Query Packets): Describe qXfer:btrace-conf:read packet.
256 (Branch Trace Configuration Format): New.
257
258 2015-01-31 Gary Benson <gbenson@redhat.com>
259 Doug Evans <dje@google.com>
260
261 * gdb.texinfo (Command Completion): Document new
262 "set/show max-completions" option.
263
264 2015-01-31 Doug Evans <xdje42@gmail.com>
265
266 * gdb.texinfo (Symbols): Document new commands
267 "maint print symbol-cache", "maint print symbol-cache-statistics",
268 "maint flush-symbol-cache". Document new option
269 "maint set symbol-cache-size".
270
271 2015-01-31 Doug Evans <xdje42@gmail.com>
272
273 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
274 distinguish script files vs inlined scripts.
275 * python.texi (Python Auto-loading): Ditto.
276
277 2015-01-30 Doug Evans <dje@google.com>
278
279 * gdb.texinfo (Symbols) <info source>: Output now contains producer
280 string if present.
281
282 2015-01-27 Doug Evans <dje@google.com>
283
284 * python.texi (Objfiles In Python): Document Objfile.username.
285
286 2015-01-27 Doug Evans <dje@google.com>
287
288 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
289 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
290
291 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
292
293 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
294
295 2015-01-16 Eli Zaretskii <eliz@gnu.org>
296
297 * doc/gdb.texinfo (TUI Commands): Document the possible
298 values of NAME argument to 'winheight' command. Explain the
299 effect of 'tabset' setting better.
300
301 2015-01-11 Doug Evans <xdje42@gmail.com>
302
303 PR gdb/15830
304 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
305 (Symbols): Ditto.
306 (Maintenance Commands): Delete docs for "maint demangle".
307
308 2014-12-31 Joel Brobecker <brobecker@adacore.com>
309
310 * gdb.texinfo (Files): Remove documentation of the
311 "add-shared-symbol-files" and "assf" commands.
312 (Cygwin Native): Remove documentation of the "dll-symbols"
313 command.
314
315 2014-12-17 Doug Evans <xdje42@gmail.com>
316
317 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
318
319 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
320 Jan Kratochvil <jan.kratochvil@redhat.com>
321
322 * gdb.texinfo (Altering): Update.
323 (Compiling and Injecting Code): New node.
324
325 2014-12-12 Doug Evans <dje@google.com>
326
327 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
328
329 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
330
331 * gdb.texinfo: Document "maint print user-registers".
332
333 2014-12-08 Doug Evans <dje@google.com>
334
335 * python.texi (Objfiles In Python): Document Objfile.owner.
336
337 2014-12-04 Doug Evans <dje@google.com>
338
339 * python.texi (Objfiles In Python): Document
340 Objfile.add_separate_debug_file.
341
342 2014-12-04 Doug Evans <dje@google.com>
343
344 * python.texi (Objfiles In Python): Document Objfile.build_id.
345
346 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
347
348 * python.texi (Events In Python): Document new events
349 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
350 and RegisterChangedEvent.
351
352 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
353
354 Add add-auto-load-scripts-directory.
355 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
356 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
357
358 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
359
360 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
361 description typo.
362
363 2014-10-30 Doug Evans <dje@google.com>
364
365 * python.texi (Progspaces In Python): Document ability to add
366 random attributes to gdb.Progspace objects.
367 (Objfiles In Python): Document ability to add random attributes to
368 gdb.objfile objects.
369
370 2014-10-27 Pedro Alves <palves@redhat.com>
371
372 * gdb.texinfo (Continuing and Stepping): Add cross reference to
373 info on stepping and signal handlers.
374 (Signals): Explain stepping and signal handlers. Add context
375 index entry, and cross references.
376
377 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
378
379 * python.texi (Breakpoints In Python): Add parenthesis after
380 Breakpoint.delete. Clarify Breakpoint.enabled description so
381 that it contains "disable".
382
383 2014-10-17 Doug Evans <dje@google.com>
384
385 * python.texi (Events In Python): Document clear_objfiles event.
386
387 2014-10-17 Doug Evans <dje@google.com>
388
389 * python.texi (Objfiles In Python): Document new progspace attribute.
390
391 2014-10-17 Pedro Alves <palves@redhat.com>
392
393 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
394 (SVR4 Process Information): Delete mention of OSF/1.
395
396 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
397
398 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
399 exit-code field in -list-thread-groups output.
400
401 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
402
403 * gdb.texinfo (Set Breaks): Add missing "@end table".
404
405 2014-09-22 Pedro Alves <palves@redhat.com>
406
407 * gdb.texinfo (Set Breaks): Document that "set breakpoint
408 always-inserted off" is the default mode now. Delete
409 documentation of "set breakpoint always-inserted auto".
410
411 2014-09-18 Doug Evans <dje@google.com>
412
413 * python.texi (Symbol Tables In Python): Document "producer"
414 attribute of gdb.Symtab objects.
415
416 2014-09-16 Pedro Alves <palves@redhat.com>
417
418 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
419 (Embedded OS): Remove VxWorks menu entry.
420 (VxWorks): Remove node.
421
422 2014-09-13 Doug Evans <xdje42@gmail.com>
423
424 * gdb.texinfo (Signaling): Document new queue-signal command.
425
426 2014-09-06 Doug Evans <xdje42@gmail.com>
427
428 PR 15276
429 * gdb.texinfo (Convenience Funs): Document $_caller_is,
430 $_caller_matches, $_any_caller_is, $_any_caller_matches.
431
432 2014-09-03 Justin Lebar <jlebar@google.com>
433
434 * python.texi (Types In Python): Type.template_argument(n) returns a
435 gdb.Value or a gdb.Type and throws an exception if n is out of
436 range.
437
438 2014-09-03 Sasha Smundak <asmundak@google.com>
439
440 * python.texi (Frames in Python): Add read_register description.
441
442 2014-08-04 Tom Tromey <tromey@redhat.com>
443
444 * gdb.texinfo (Debugging Output): Update for change to "set debug
445 target".
446
447 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
448
449 Pushed by Joel Brobecker <brobecker@adacore.com>.
450 * Makefile.in (transform): New variable.
451 (install-man1, install-man5): Apply $(transform) to man file names.
452
453 2014-07-26 Doug Evans <xdje42@gmail.com>
454
455 PR guile/17177
456 * guile.texi (Guile Pretty Printing API): Fix typo.
457 Document set-pretty-printers!, pretty-printers.
458 (Selecting Guile Pretty-Printers): Update.
459 Mention program-space based pretty-printers.
460
461 2014-07-25 Pedro Alves <palves@redhat.com>
462 Eli Zaretskii <eliz@gnu.org>
463
464 * gdb.texinfo (Signaling) <signal command>: Explain what happens
465 with multi-threaded programs.
466
467 2014-06-27 Yao Qi <yao@codesourcery.com>
468
469 * gdb.texinfo (Maintenance Commands): Update the output of
470 'maint print dummy-frames' command.
471
472 2014-06-24 Eli Zaretskii <eliz@gnu.org>
473
474 * gdb.texinfo (Screen Size): Improve indexing.
475
476 2014-06-19 Gary Benson <gbenson@redhat.com>
477
478 * gdb.texinfo (Maintenance Commands): Document new
479 "maint set/show catch-demangler-crashes" option.
480
481 2014-06-19 Gary Benson <gbenson@redhat.com>
482
483 * gdb.texinfo (Maintenance Commands): Document new
484 "maint demangler-warning" command and new
485 "maint set/show demangler-warning" option.
486
487 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
488
489 * python.texi (Xmethod API): Add space before the opening
490 parenthesis in function descriptions.
491
492 2014-06-06 Doug Evans <xdje42@gmail.com>
493
494 * guile.texi (Guile Configuration): Document guile-data-directory.
495
496 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
497
498 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
499
500 2014-06-04 Doug Evans <xdje42@gmail.com>
501
502 * guile.texi (Breakpoints In Guile): Update.
503
504 2014-06-03 Joel Brobecker <brobecker@adacore.com>
505
506 * python.texi (Xmethod API): Fix reference to "Progspaces In
507 Python".
508
509 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
510
511 * python.texi (Xmethods In Python, XMethod API)
512 (Writing an Xmethod): New nodes.
513 (Python API): New menu entries "Xmethods In Python",
514 "Xmethod API", "Writing an Xmethod".
515
516 2014-06-02 Doug Evans <xdje42@gmail.com>
517
518 * guile.texi (Guile API): Add entry for Parameters In Guile.
519 (GDB Scheme Data Types): Mention <gdb:parameter> object.
520 (Parameters In Guile): New node.
521
522 2014-06-02 Doug Evans <xdje42@gmail.com>
523
524 * guile.texi (Guile API): Add entry for Commands In Guile.
525 (Basic Guile) <parse-and-eval>: Add reference.
526 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
527 (GDB Scheme Data Types): Mention <gdb:command> object.
528 (Commands In Guile): New node.
529
530 2014-06-02 Doug Evans <xdje42@gmail.com>
531
532 * guile.texi (Guile API): Add entry for Progspaces In Guile.
533 (GDB Scheme Data Types): Mention <gdb:progspace> object.
534 (Progspaces In Guile): New node.
535
536 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
537
538 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
539 * python.texi (Frames In Python): Mention
540 gdb.FRAME_UNWIND_MEMORY_ERROR.
541
542 2014-05-29 Pedro Alves <palves@redhat.com>
543 Tom Tromey <tromey@redhat.com>
544
545 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
546 from example.
547 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
548 Mention that target-async is now deprecated.
549 (Maintenance Commands): Document maint set/show target-async.
550
551 2014-05-29 Pedro Alves <palves@redhat.com>
552
553 * observer.texi (sync_execution_done, command_error): New
554 subjects.
555
556 2014-05-29 Pedro Alves <palves@redhat.com>
557
558 PR gdb/13860
559 * observer.texi (signal_received, end_stepping_range)
560 (signal_exited, exited, no_history): New observer subjects.
561
562 2014-05-26 Andy Wingo <wingo@igalia.com>
563
564 * guile.texi (GDB Scheme Data Types): Remove documentation for
565 removed interfaces. Update spelling of gdb-object-kind.
566
567 2014-05-26 Andy Wingo <wingo@igalia.com>
568
569 * guile.texi (Basic Guile): Fix some typos.
570
571 2014-05-26 Andy Wingo <wingo@igalia.com>
572
573 * guile.texi (Writing a Guile Pretty-Printer)
574 (Guile Types Module): Fix excess parentheses in use-modules forms.
575
576 2014-05-24 Eli Zaretskii <eliz@gnu.org>
577
578 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
579 (Breakpoints In Guile, Guile Printing Module)
580 (Guile Exception Handling, Values From Inferior In Guile)
581 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
582 Don't use @var at the beginning of a sentence.
583
584 * gdb.texinfo (Frame Filter Management, Trace Files)
585 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
586 (PowerPC Embedded, Define, Annotations for Running)
587 (IPA Protocol Commands, Packets, General Query Packets)
588 (Tracepoint Packets, Notification Packets, Environment)
589 (Inferiors and Programs, Set Breaks, Set Catchpoints)
590 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
591 (Frames, Backtrace, Selection, Expressions, Registers)
592 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
593 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
594 (Source Annotations, Using JIT Debug Info Readers, Packets)
595 (Stop Reply Packets, Host I/O Packets)
596 (Target Description Format): Don't use @var at the beginning of a
597 sentence.
598
599 * python.texi (Basic Python, Types In Python)
600 (Commands In Python, Frames In Python, Line Tables In Python)
601 (Breakpoints In Python, gdb.printing, gdb.types)
602 (Type Printing API): Don't use @var at the beginning of a
603 sentence.
604
605 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
606
607 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
608 replay-memory-access".
609
610 2014-05-21 Pedro Alves <palves@redhat.com>
611
612 * gdb.texinfo (Starting): Document "set/show
613 auto-connect-native-target".
614 (Target Commands): Document "target native".
615
616 2014-05-20 Pedro Alves <palves@redhat.com>
617
618 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
619 not be remote specific. Add cross reference to the qCRC packet.
620 (Separate Debug Files): Update cross reference to the qCRC packet.
621 (General Query Packets) <qCRC packet>: Add anchor.
622
623 2014-05-17 Doug Evans <xdje42@gmail.com>
624
625 Copy over changes from guile.texi.
626 * python.texi (Basic Python) <gdb.execute>: Add text.
627 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
628 (Values From Inferior) <Python string>: Add text.
629 (Values From Inferior) <Value.string>: Clarify string length handling.
630 (Pretty Printing API): Add cindex.
631 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
632 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
633 @vindex.
634 (Commands In Python) <COMPLETE_*>: Similarly.
635 (Symbols In Python) <SYMBOL_*>: Similarly.
636 (Breakpoints In Python) <WP_*>: Similarly.
637 (Breakpoints In Python) <BP_*>: Similarly.
638
639 2014-05-17 David Taylor <dtaylor@emc.com>
640
641 * gdb.texinfo (General Query Packets): Add a note about thread IDs
642 mentioned in the qfThreadInfo reply.
643
644 2014-05-16 Doug Evans <dje@google.com>
645
646 * gdb.texinfo (Mode Options): Add -D.
647
648 2014-05-09 Samuel Bronson <naesten@gmail.com>
649
650 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
651 "make -C".
652
653 2014-04-29 Tom Tromey <tromey@redhat.com>
654
655 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
656 "show debug varobj".
657
658 2014-05-01 David Taylor <dtaylor@emc.com>
659
660 * gdb.texinfo (compare-sections): Document the new -r (read-only)
661 option.
662
663 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
664 Walfred Tedeschi <walfred.tedeschi@intel.com>
665
666 * gdb.texinfo (i386 Features): Add description of AVX512
667 registers.
668
669 2014-03-31 Doug Evans <dje@google.com>
670
671 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
672
673 2014-03-30 Doug Evans <dje@google.com>
674
675 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
676 (Background Execution): Ditto.
677
678 2014-03-21 Pedro Alves <palves@redhat.com>
679 Stan Shebs <stan@codesourcery.com>
680 Hui Zhu <hui@codesourcery.com>
681
682 * gdb.texinfo (Packets): Add anchor to "? packet".
683 Remove fixme and update introduction of "k packet".
684 Add anchor to "vKill packet".
685
686 2014-03-12 Stan Shebs <stan@codesourcery.com>
687
688 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
689
690 2014-02-26 Ludovic Courtès <ludo@gnu.org>
691
692 * guile.texi (Basic Guile): Document 'history-append!'.
693
694 2014-02-20 Joel Brobecker <brobecker@adacore.com>
695
696 * gdb.texinfo (Files): Document "add-shared-symbol-files"
697 and "assf" as being deprecated.
698 (Cygwin Native): Likewise for "dll-symbols".
699 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
700 as a way to force the loading of symbols from a DLL.
701
702 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
703
704 * python.texi (Values From Inferior): Add description about the
705 new feature.
706
707 2014-02-17 Doug Evans <xdje42@gmail.com>
708
709 * Makefile.in (GDB_DOC_FILES): Add python.texi.
710 * gdb.texinfo (Python): Moved to ...
711 * python.texi: ... here. New file.
712
713 2014-02-17 Ludovic Courtès <ludo@gnu.org>
714
715 * guile.texi (Writing a Guile Pretty-Printer) <example>:
716 Remove 'string-begins-with' procedure. Add 'pretty-printer'
717 parameter to 'str-lookup-function' procedure. Look for
718 the "std::string<" prefix.
719 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
720 Adjust description.
721
722 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
723
724 * guile.texi (Values From Inferior In Guile): Remove stray
725 parantheses for deffn.
726 (Disassembly In Guile): Ditto.
727
728 2014-02-10 Stan Shebs <stan@codesourcery.com>
729
730 Add Doxygen support.
731 * Makefile.in (doxy): New action, generates Doxygen files.
732 (DOXYGEN): New.
733 (doxyedit): New.
734 * Doxyfile-base.in: New file.
735 * Doxyfile-gdb-api.in: New file.
736 * Doxyfile-gdb-xref.in: New file.
737 * Doxyfile-gdbserver.in: New file.
738 * doxy-index.in: New file.
739 * filter-for-doxygen: New file.
740 * filter-params.pl: New file.
741
742 2014-02-10 Doug Evans <xdje42@gmail.com>
743
744 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
745 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
746 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
747 (Guile docs): Include guile.texi.
748 (objfile-gdbdotext file): Add objfile-gdb.scm.
749 (dotdebug_gdb_scripts section): Mention Guile scripts.
750 (Multiple Extension Languages): New node.
751 * guile.texi: New file.
752
753 2014-01-28 Joel Brobecker <brobecker@adacore.com>
754
755 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
756 ignore-descriptive-types". commands.
757
758 2014-01-22 Doug Evans <dje@google.com>
759
760 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
761 (gdbserver man): Ditto.
762
763 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
764
765 * gdb.texinfo: Document limited reverse/replay support
766 for target record-btrace.
767
768 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
769
770 * gdb.texinfo (Process Record and Replay): Update documentation.
771
772 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
773
774 * gdb.texinfo (Process Record and Replay): Document new /c
775 modifier accepted by "record function-call-history".
776 Add /i modifier to "record function-call-history" example.
777
778 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
779 Joel Brobecker <brobecker@adacore.com>
780
781 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
782 markers. Remove one that was misplaced.
783
784 2014-01-10 Pedro Alves <palves@redhat.com>
785
786 * gdb.texinfo (Your Program's Environment) <set environment>:
787 Mention the shell, and point at 'set exec-wrapper'.
788
789 2014-01-07 Joel Brobecker <brobecker@adacore.com>
790
791 * gdb.texinfo (Types In Python): Document new attribute Types.name.
792
793 2013-12-30 Joel Brobecker <brobecker@adacore.com>
794
795 * gdb.texinfo (Types In Python): Clarify the documentation
796 of attribute gdb.Field.bitpos.
797
798 2013-12-28 Joel Brobecker <brobecker@adacore.com>
799
800 * gdb.texinfo (Types In Python): Fix the documentation of
801 attribute "bitpos" in class gdb.Field for enum types. Add
802 documentation for attribute "enumval" in that same class.
803
804 2013-12-28 Joel Brobecker <brobecker@adacore.com>
805
806 * gdb.texinfo (GDB/MI Support Commands): Change @table into
807 @ftable.
808
809 2013-12-23 Doug Evans <xdje42@gmail.com>
810
811 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
812 auto-loaded objfile scripts and .debug_gdb_scripts section to their
813 corresponding section in Extending GDB.
814 (Extending GDB): Move menu up. New menu item "Auto-loading
815 extensions".
816 (Sequences): New menu item "Auto-loading sequences".
817 (Auto-loading sequences): New node.
818 (Python): Rename section from Scripting GDB to Extending GDB.
819 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
820 Move docs on ways to auto-load extensions to ...
821 (Auto-loading extensions): ... here. New node.
822
823 2013-12-23 Joel Brobecker <brobecker@adacore.com>
824
825 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
826 in menu.
827 (GDB/MI Variable Objects): Adjust reference to "-list-features"
828 command, now in a new node.
829 (GDB/MI Support Commands): New node, with its contents being
830 extracted from the "GDB/MI Miscellaneous Commands" node.
831 A small paragraph introducing the section is also added at
832 the start.
833 (GDB/MI Miscellaneous Commands): Delete the description of the
834 -info-gdb-mi-command, -list-features and -list-target-features
835 commands, now hosted in the "GDB/MI Support Commands" node.
836
837 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
838
839 PR python/16113
840 * gdb.texinfo (Values From Inferior): Add a note about using
841 gdb.Field objects as subscripts on gdb.Value objects.
842 (Types In Python): Add description about the new attribute
843 "parent_type" of gdb.Field objects.
844
845 2013-12-12 Joel Brobecker <brobecker@adacore.com>
846
847 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
848 entry for section docuumenting the -list-features GDB/MI command.
849
850 2013-12-10 Joel Brobecker <brobecker@adacore.com>
851
852 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
853 "exec-run-start-option" entry in the output of the "-list-features"
854 command.
855
856 2013-12-04 Eli Zaretskii <eliz@gnu.org>
857
858 * gdb.texinfo (i386): Fix yesterday's commit.
859
860 2013-12-03 Tom Tromey <tromey@redhat.com>
861
862 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
863 documented here.
864
865 2013-12-03 Tom Tromey <tromey@redhat.com>
866
867 * gdb.texinfo (@direntry): Add menu item for gdbserver.
868
869 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
870
871 * gdb.texinfo (i386 Features): Add MPX feature registers.
872 (x86 Specific featuresx86 Architecture-specific Issues): Adds
873 a subsubsection for MPX and describes the display of the
874 boundary registers.
875
876 2013-12-03 Joel Brobecker <brobecker@adacore.com>
877
878 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
879 documentation of the "ada-exceptions" entry.
880
881 2013-12-03 Joel Brobecker <brobecker@adacore.com>
882
883 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
884 "^error" result record concerning the error message. Document
885 the error code that may also be part of that result record.
886 (GDB/MI Miscellaneous Commands): Document the
887 "undefined-command-error-code" element in the output of
888 the "-list-features" GDB/MI command.
889
890 2013-12-03 Joel Brobecker <brobecker@adacore.com>
891
892 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
893 the new -info-gdb-mi-command GDB/MI command. Document
894 the meaning of "-info-gdb-mi-command" in the output of
895 -list-features.
896
897 2013-11-29 Pedro Alves <palves@redhat.com>
898
899 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
900 Update comment.
901
902 2013-11-24 Yao Qi <yao@codesourcery.com>
903
904 * gdb.texinfo (Caching Remote Data): Document new
905 "set/show stack-cache" option.
906
907 2013-11-24 Yao Qi <yao@codesourcery.com>
908
909 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
910 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
911 "off" respectively.
912
913 2013-11-23 Yao Qi <yao@codesourcery.com>
914
915 * gdb.texinfo (GDB/MI Variable Objects): Add the description
916 of "displayhint" to the table about child results.
917
918 2013-11-21 Yao Qi <yao@codesourcery.com>
919
920 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
921 'dynamic' for the output of command -var-list-children.
922
923 2013-11-21 Yao Qi <yao@codesourcery.com>
924
925 * gdb.texinfo (Caching Target Data): Remove "see" before
926 @pxref.
927
928 2013-11-20 Yao Qi <yao@codesourcery.com>
929
930 * gdb.texinfo (Caching Target Data): Update doc for
931 per-address-space dcache.
932
933 2013-11-20 Yao Qi <yao@codesourcery.com>
934
935 * gdb.texinfo (Data): Rename menu item.
936 (Caching Remote Data): Rename to ...
937 (Caching Target Data): ... it. Update.
938
939 2013-11-18 Joel Brobecker <brobecker@adacore.com>
940
941 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
942 "language-option" entry in the output of the "-list-features"
943 command.
944
945 2013-11-15 Tom Tromey <tromey@redhat.com>
946
947 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
948 Add example.
949
950 2013-11-14 Tom Tromey <tromey@redhat.com>
951
952 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
953
954 2013-11-14 Joel Brobecker <brobecker@adacore.com>
955
956 * gdb.texinfo (Show): Add xref anchor for "show language" command.
957 (Context management): Place current subsection text into its own
958 subsubsection. Add new subsubsection describing the "--language"
959 command option.
960
961 2013-11-13 Joel Brobecker <brobecker@adacore.com>
962
963 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
964 the documentation of "info-ada-exceptions" in the output
965 of the "-list-features" command. Add the documentation
966 of the "ada-exception" entry instead.
967
968 2013-11-12 Joel Brobecker <brobecker@adacore.com>
969
970
971 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
972 word of a couple of sentences to start with a capital letter.
973
974 2013-11-12 Joel Brobecker <brobecker@adacore.com>
975
976 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
977 (Ada Exceptions): New node.
978 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
979 Commands" node.
980 (GDB/MI Ada Exceptions Commands): New node.
981 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
982 field in the output of the "-list-features" command.
983 * NEWS: Add entry for the new "info exceptions" CLI command,
984 and for the new "-info-ada-exceptions" GDB/MI command.
985
986 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
987
988 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
989 (Line Tables In Python): New node.
990
991 2013-11-08 Doug Evans <dje@google.com>
992
993 * gdb.texinfo (Debugging Output): Update text for
994 "set debug dwarf2-read".
995
996 2013-11-08 Doug Evans <dje@google.com>
997
998 * gdb.texinfo (Debugging Output): Update text for
999 "set debug symtab-create".
1000
1001 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1002
1003 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1004 constant.
1005
1006 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1007
1008 * gdb.texinfo (Breakpoints In Python): Document temporary
1009 option in breakpoint constructor, and add documentation to the
1010 temporary attribute.
1011
1012 2013-11-07 Yao Qi <yao@codesourcery.com>
1013
1014 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1015 output of "-var-info-expression".
1016
1017 2013-11-06 Pedro Alves <palves@redhat.com>
1018
1019 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1020 non-interactive mode.
1021 (Environment) <shell startup files warning>: Mention
1022 non-interactive mode. Mention .zshenv for Z shell, and talk about
1023 BASH_ENV instead of .bashrc for BASH.
1024
1025 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1026
1027 * gdb.texinfo (Commands to Specify Files): Add description
1028 of the remove-symbol-file command.
1029 * observer.texi: New free_objfile event
1030
1031 2013-10-24 Pedro Alves <palves@redhat.com>
1032
1033 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1034
1035 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1036
1037 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1038 New subsection inside which the "-catch-load" and "-catch-unload"
1039 commands documentation is now placed.
1040 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1041 documenting the "-catch-assert" and "-catch-exception" new
1042 GDB/MI commands.
1043
1044 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1045
1046 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1047
1048 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1049
1050 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1051 serial baud".
1052 (Remote Configuration): Replace "set remotebaud" by "set serial
1053 baud". Replace "show remotebaud" by "show serial baud".
1054
1055 2013-10-07 Pedro Alves <palves@redhat.com>
1056
1057 PR breakpoints/11568
1058 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1059 when the thread is removed from the thread list.
1060
1061 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1062
1063 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1064 Update entry for $_exitcode.
1065
1066 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1067
1068 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1069 new "--start" option.
1070
1071 2013-10-02 Pedro Alves <palves@redhat.com>
1072
1073 * gdb.texinfo (Registers): Expand description of saved registers
1074 in frames. Explain <not saved>.
1075
1076 2013-09-25 Doug Evans <dje@google.com>
1077
1078 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1079
1080 2013-09-16 Stan Shebs <stan@codesourcery.com>
1081
1082 Remove the internals manual gdbint.texinfo.
1083 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1084 (PDFFILES): Remove gdbint.pdf.
1085 (HTMLFILES): Remove gdbint/index.html.
1086 (HTMLFILES_INSTALL): Remove gdbint.
1087 (GDBINT_DOC_FILES): Remove.
1088 (dvi): Remove gdbint.dvi.
1089 (ps): Remove gdbint.ps.
1090 * gdbint.texinfo: Remove file.
1091 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1092
1093 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1094
1095 * gdb.texinfo (Convenience Functions): Mention new convenience
1096 function $_isvoid.
1097
1098 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1099
1100 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1101 (Standard Target Features): Add new node to menu.
1102 (S/390 and System z Features): New node.
1103
1104 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1105
1106 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1107 -list-target-features in the example.
1108
1109 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1110
1111 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1112 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1113
1114 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1115
1116 Sync documentation with gdb.base/gnu-debugdata.exp.
1117 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1118
1119 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1120
1121 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1122
1123 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1124 Yao Qi <yao@codesourcery.com>
1125
1126 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1127 Document new --skip-unavailable option.
1128 <-stack-list-variables>: Document new --skip-unavailable option.
1129
1130 2013-08-26 Doug Evans <dje@google.com>
1131
1132 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1133 an optional regexp.
1134
1135 2013-08-13 Tom Tromey <tromey@redhat.com>
1136
1137 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1138 Document GDB_PARALLEL and GDB_INOTIFY.
1139
1140 2013-08-09 Stan Shebs <stan@codesourcery.com>
1141
1142 * LRS: Remove file, describes a long-abandoned live-range
1143 splitting extension to stabs.
1144
1145 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1146
1147 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1148
1149 2013-07-17 Doug Evans <dje@google.com>
1150
1151 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1152
1153 2013-07-02 Tom Tromey <tromey@redhat.com>
1154
1155 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1156
1157 2013-06-28 Tom Tromey <tromey@redhat.com>
1158
1159 * Makefile.in (version.subst): Use version.in, not
1160 common/version.in.
1161 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1162 Likewise.
1163
1164 2013-06-27 Pedro Alves <palves@redhat.com>
1165
1166 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1167 dynamic symbol resolution code>: New section, based on infrun.c
1168 comment.
1169
1170 2013-06-26 Tom Tromey <tromey@redhat.com>
1171
1172 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1173 Update.
1174 (Releasing GDB): Likewise.
1175
1176 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1177 Yao Qi <yao@codesourcery.com>
1178
1179 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1180 -trace-frame-collected.
1181
1182 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1183
1184 * gdb.texinfo (Traceframe Info Format): Document tvar element
1185 and its attributes.
1186
1187 2013-06-25 Yao Qi <yao@codesourcery.com>
1188
1189 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1190
1191 2013-06-24 Tom Tromey <tromey@redhat.com>
1192
1193 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1194 (GDBvn.texi): Use version.subst.
1195 (version.subst): New target.
1196 (mostlyclean): Remove version.subst.
1197
1198 2013-06-20 Pedro Alves <pedro@codesourcery.com>
1199
1200 * gdb.texinfo (GDB/MI Data Manipulation)
1201 <-data-list-register-values>: Document the --skip-unavailable
1202 option.
1203
1204 2013-06-07 Yao Qi <yao@codesourcery.com>
1205
1206 * gdb.texinfo (Symbols): Add kindex and cindex for
1207 'maint print msymbols'.
1208
1209 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
1210
1211 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1212 response field name (thread-group to inferior).
1213
1214 2013-06-04 Gary Benson <gbenson@redhat.com>
1215
1216 * gdb.texinfo (General Query Packets/qSupported): Added
1217 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1218 to the table of currently defined stub features.
1219 Added a more detailed entry for "augmented-libraries-svr4-read".
1220 (General Query Packets/qXfer:libraries-svr4:read): Documented
1221 the augmented form of this packet.
1222
1223 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1224
1225 * gdb.texinfo (System-wide Configuration Scripts): Renames
1226 "Installed System-wide Configuration Scripts". Add associated
1227 @menu block.
1228
1229 2013-05-23 Yao Qi <yao@codesourcery.com>
1230 Pedro Alves <palves@redhat.com>
1231
1232 * gdb.texinfo (Packets): Document 'vCont;r'.
1233 (Continuing and Stepping): Document target-assisted range
1234 stepping, and the 'set range-stepping' and 'show range-stepping'
1235 commands.
1236
1237 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1238
1239 * gdb.texinfo (Installed System-wide Configuration Scripts):
1240 Add subsection describing the scripts now available under
1241 the data-dir's system-gdbbinit subdirectory.
1242 * NEWS: Add entry announcing the availability of system-wide
1243 configuration scripts for ElinOS and Wind River Linux.
1244
1245 2013-05-21 Hui Zhu <hui@codesourcery.com>
1246
1247 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1248 "-dprintf-insert" command.
1249
1250 2013-05-17 Doug Evans <dje@google.com>
1251
1252 * gdb.texinfo (Maintenance Commands): Update doc for
1253 "maint check-psymtabs". Add doc for "maint check-symtabs",
1254 "maint expand-symtabs".
1255
1256 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1257
1258 * gdb.texinfo (Process Record and Replay): Document the
1259 "record goto" command and its sub-commands.
1260
1261 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1262
1263 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1264 (Python API): Add Frame Filters API, Frame Wrapper API,
1265 Writing a Frame Filter/Wrapper, Managing Management of Frame
1266 Filters chapter entries.
1267 (Frame Filters API): New Node.
1268 (Frame Wrapper API): New Node.
1269 (Writing a Frame Filter): New Node.
1270 (Managing Frame Filters): New Node.
1271 (Progspaces In Python): Add note about frame_filters attribute.
1272 (Objfiles in Python): Ditto.
1273 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1274 @anchors and --no-frame-filters option to -stack-list-variables,
1275 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1276 commands.
1277
1278 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1279
1280 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1281 Support" subsection documenting the XML format used to transfer
1282 shared library info on AIX.
1283
1284 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1285
1286 * gdb.texinfo (Debugging Output): Add documentation of
1287 "set debug aix-solib" and "show debug aix-solib" commands.
1288
1289 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1290
1291 * gdb.texinfo (Nios II): New section.
1292 (Nios II Features): New section.
1293
1294 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1295
1296 * gdbint.texinfo (Algorithms): Remove entries documenting
1297 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1298 SOLIB_CREATE_INFERIOR_HOOK.
1299
1300 2013-04-29 Tom Tromey <tromey@redhat.com>
1301
1302 PR python/14204:
1303 * gdb.texinfo (Python API): Fix menu entry.
1304 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1305 Define global and static block. Add example. Clarify
1306 block relationship for inline functions.
1307
1308 2013-04-29 Tom Tromey <tromey@redhat.com>
1309
1310 * gdb.texinfo (Python API): Mention Python help and keyword
1311 arguments. Move pagination text to Basic Python.
1312 (Basic Python): Put pagination text here. Document
1313 close-on-exec, SIGCHLD, and SIGINT.
1314
1315 2013-04-19 Pedro Alves <palves@redhat.com>
1316
1317 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1318 "signedness" instead of "signness".
1319
1320 2013-04-19 Pedro Alves <palves@redhat.com>
1321
1322 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1323 -Wno-pointer-sign text with text on -Wpointer-sign.
1324
1325 2013-04-16 Tom Tromey <tromey@redhat.com>
1326
1327 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1328 GCC that has the SDT probe points.
1329
1330 2013-04-15 Tom Tromey <tromey@redhat.com>
1331
1332 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1333 exception catchpoints.
1334
1335 2013-04-15 Tom Tromey <tromey@redhat.com>
1336
1337 * gdb.texinfo (Set Catchpoints): Document $_exception.
1338 (Convenience Vars): Mention $_exception.
1339
1340 2013-04-15 Tom Tromey <tromey@redhat.com>
1341
1342 * gdb.texinfo (Set Catchpoints): Reorganize exception
1343 catchpoints. Document "catch rethrow".
1344 (Debugging C Plus Plus): Mention "catch rethrow".
1345
1346 2013-04-15 Tom Tromey <tromey@redhat.com>
1347
1348 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1349
1350 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1351 Eli Zaretskii <eliz@gnu.org>
1352
1353 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1354 line below the sample output.
1355
1356 2013-04-12 Eli Zaretskii <eliz@gnu.org>
1357
1358 * gdb.texinfo (Mode Options): Document '-configuration'.
1359 (Help): Document "show configuration".
1360 (Bug Reporting): Add requirements to include the configuration
1361 details in bug reports.
1362
1363 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1364
1365 * Makefile.in (MAN1S): Add gcore.1.
1366 Remove "Host, target, and site specific Makefile fragments" comment.
1367 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1368 (install-man1, uninstall-man1): Conditionalize gcore.1.
1369 (gcore.1): New.
1370 * gdb.texinfo (Man Pages): Add gcore man.
1371 (gcore man): New node.
1372
1373 2013-04-10 Pedro Alves <palves@redhat.com>
1374
1375 * gdb.texinfo (Process Record and Replay): Document that "set
1376 record full insn-number-max", "set record
1377 instruction-history-size" and "set record
1378 function-call-history-size" accept "unlimited".
1379 (Backtrace): Document that "set backtrace limit" accepts
1380 "unlimited".
1381 (List): Document that "set listsize" accepts "unlimited".
1382 (Print Settings)" Document that "set print max-symbolic-offset",
1383 "set print elements" and "set print repeats" accept "unlimited".
1384 (Starting and Stopping Trace Experiments): Document that "set
1385 trace-buffer-size" accepts "unlimited".
1386 (Remote Configuration): Document that "set tcp connect-timeout"
1387 accepts "unlimited".
1388 (Command History): Document that "set history size" accepts
1389 "unlimited".
1390 (Screen Size): Document that "set height" and "set width" accepts
1391 "unlimited". Adjust "set pagination"'s description to suggest
1392 "set height unlimited" instead of "set height 0".
1393
1394 2013-04-10 Yao Qi <yao@codesourcery.com>
1395
1396 * gdb.texinfo (Trace Files): Add "target ctf".
1397
1398 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1399
1400 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1401
1402 * Makefile.in (install-man1, install-man5, uninstall-man1)
1403 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1404
1405 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1406
1407 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1408 Eli Zaretskii <eliz@gnu.org>
1409
1410 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1411 parameters order. Remove "On some targets" for --attach. Document the
1412 --multi parameter and extended-remote command. Document all the
1413 options.
1414
1415 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1416
1417 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1418 the list of supported languages.
1419
1420 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1421
1422 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1423 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1424 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1425 (diststuff): Add man.
1426 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1427 (uninstall-man5): New.
1428 (STAGESTUFF): Add *.1 and *.5.
1429 (GDBvn.texi): Add SYSTEM_GDBINIT.
1430 (gdb.1, gdbserver.1, gdbinit.5): New.
1431 (maintainer-clean realclean): Add $(MANS).
1432 (install): Add install-man.
1433 (uninstall): Add uninstall-man.
1434 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1435 (@copying): Wrap it by @c man begin COPYRIGHT.
1436 (Top): Add Man Pages.
1437 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1438
1439 2013-04-02 Pedro Alves <palves@redhat.com>
1440
1441 * gdb.texinfo (Debugging Output): Document "set/show debug
1442 aarch64", "set/show debug coff-pe-read" and "set/show debug
1443 mach-o".
1444
1445 2013-04-02 Pedro Alves <palves@redhat.com>
1446
1447 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1448 table>: Add entry for "trace-buffer-size".
1449
1450 2013-03-28 Pedro Alves <palves@redhat.com>
1451
1452 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1453 table>: Add entry for "trace-status".
1454
1455 2013-03-28 Eli Zaretskii <eliz@gnu.org>
1456
1457 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1458 @bullet", which is invalid (makeinfo 5.1 barfs).
1459
1460 2013-03-28 Pedro Alves <palves@redhat.com>
1461
1462 PR gdb/15294
1463
1464 * gdb.texinfo (List) <set listsize>: Adjust to document that
1465 listsize 0 means no limit, and remove mention of -1.
1466
1467 2013-03-22 Yao Qi <yao@codesourcery.com>
1468
1469 * gdb.texinfo (Embedded Processors): Remove menu item
1470 "OpenRISC 1000".
1471 (OpenRISC 1000): Remove.
1472
1473 2013-03-21 Doug Evans <dje@google.com>
1474
1475 * gdb.texinfo (Maintenance Commands): Add docs for
1476 "mt set per-command {space,time,symtab} {on,off}".
1477
1478 2013-03-14 Hui Zhu <hui@codesourcery.com>
1479 Yao Qi <yao@codesourcery.com>
1480
1481 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1482
1483 2013-03-13 Keith Seitz <keiths@redhat.com>
1484
1485 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1486 "maint agent" reference to Dynamic printf.
1487
1488 2013-03-11 Eli Zaretskii <eliz@gnu.org>
1489
1490 * gdb.texinfo (General Query Packets): Don't use colon in index
1491 entries visible to Info format.
1492
1493 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1494
1495 * gdb.texinfo (Process Record and Replay): Document record
1496 changes.
1497
1498 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1499
1500 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1501 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1502 qXfer:btrace:read.
1503
1504 2013-03-09 Eli Zaretskii <eliz@gnu.org>
1505
1506 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1507 use colons in @anchor and @cindex entries.
1508
1509 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
1510
1511 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1512
1513 2013-03-08 Stan Shebs <stan@codesourcery.com>
1514 Hafiz Abid Qadeer <abidh@codesourcery.com>
1515
1516 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1517 trace-buffer-size set and show commands.
1518 (Tracepoint Packets): Document QTBuffer:size.
1519 (General Query Packets): Document QTBuffer:size.
1520
1521 2013-02-21 Tom Tromey <tromey@redhat.com>
1522
1523 * gdb.texinfo: Remove bad @syncodeindex.
1524 (Values From Inferior, Types In Python, Inferiors In Python)
1525 (Events In Python, Threads In Python, Frames In Python, Blocks In
1526 Python, Symbols In Python, Symbol Tables In Python): Remove
1527 @tables.
1528 (Packets, General Query Packets, Tracepoint Packets)
1529 (Host I/O Packets): Use @w{} for empty @item.
1530
1531 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1532
1533 * gdb.texinfo (Architectures In Python): Add description about
1534 the new method gdb.Architecture.disassemble.
1535
1536 2013-02-15 Pedro Alves <pedro@codesourcery.com>
1537 Hafiz Abid Qadeer <abidh@codesourcery.com>
1538
1539 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1540 Document the "trace-file" field.
1541
1542 2013-02-07 Doug Evans <dje@google.com>
1543
1544 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1545 command.
1546
1547 2013-02-06 Yao Qi <yao@codesourcery.com>
1548
1549 * gdb.texinfo (GDB/MI Async Records): Document new MI
1550 notification "=tsv-modified". Update the document of MI
1551 notification "=tsv-created".
1552 * observer.texi (GDB Observers): New observer tsv_modified.
1553 Update observer tsv_created and tsv_delete.
1554
1555 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1556
1557 * gdb.texinfo (AArch64 Features): New section; document
1558 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1559 (Architectures): Add new AArch64 section to document AArch64
1560 architecture specific commands.
1561 (ABI): Add description of the new OS ABI "Newlib" and its influence
1562 on the longjmp handling.
1563
1564 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1565 Jan Kratochvil <jan.kratochvil@redhat.com>
1566
1567 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1568 variable in 'set/show backtrace' section.
1569
1570 2013-01-31 Tom Tromey <tromey@redhat.com>
1571
1572 * gdb.texinfo (Target Commands): Fix typo.
1573
1574 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1575
1576 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1577 describing the gdb.Architecture class.
1578 (Frames In Python): Add description about the new method
1579 gdb.Frame.architecture().
1580
1581 2013-01-23 Doug Evans <dje@google.com>
1582
1583 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
1584
1585 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1586
1587 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
1588 'thread-groups' field when printing a breakpoint in MI.
1589
1590 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1591 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
1592 to reflect that jit-reader-load now supports absolute file-names.
1593
1594 2013-01-16 Tom Tromey <tromey@redhat.com>
1595
1596 * gdb.texinfo (Set Catchpoints): Document "catch signal".
1597 (Signals): Likewise.
1598
1599 2013-01-16 Tom Tromey <tromey@redhat.com>
1600
1601 * gdb.texinfo (GDB/MI Breakpoint Information): Document
1602 "catch-type" field.
1603 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
1604
1605 2013-01-07 Tom Tromey <tromey@redhat.com>
1606
1607 * gdb.texinfo (Mode Options): Don't mention -epoch.
1608 (Data, Emacs): Remove obsolete comments.
1609
1610 2013-01-02 Tom Tromey <tromey@redhat.com>
1611
1612 * gdb.texinfo (GDB/MI Output Records): Update menu.
1613 (GDB/MI Breakpoint Information): New node.
1614 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
1615 <-break-insert>: Likewise.
1616
1617 2012-12-31 Yao Qi <yao@codesourcery.com>
1618
1619 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
1620 (Packets): Move "vStopped" packet to ...
1621 (Notification Packets): ... here. Describe the components
1622 of notification. Add a table of supported notifications.
1623 Add an example on the process of he async notification.
1624
1625 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1626
1627 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
1628 present.
1629 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
1630 fullname output always present.
1631
1632 2012-12-23 Pierre Muller <muller@sourceware.org>
1633
1634 * gdbint.texinfo (Function prototypes): Require use of "extern"
1635 modifier for function prototypes in headers.
1636
1637 2012-12-19 Joel Brobecker <brobecker@adacore.com>
1638
1639 * refcard.tex: Update copyright notice to GPL v3 or later.
1640 Update contact info.
1641
1642 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1643
1644 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
1645
1646 2012-12-15 Yao Qi <yao@codesourcery.com>
1647
1648 * gdb.texinfo (Debugging Output): Document 'set debug
1649 notification' and 'show debug notification'.
1650
1651 2012-12-15 Yao Qi <yao@codesourcery.com>
1652
1653 * gdb.texinfo (Listing Tracepoints): New item and example about
1654 'installed on target' output.
1655 Add more in the example about 'installed on target'.
1656 (GDB/MI Breakpoint Commands): Doc about 'installed field.
1657
1658 2012-12-14 Tom Tromey <tromey@redhat.com>
1659
1660 * gdb.texinfo (SVR4 Process Information): Mention core files.
1661
1662 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
1663
1664 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
1665
1666 2012-12-11 Pedro Alves <palves@redhat.com>
1667
1668 * gdb.texinfo: Remove all mentions of Unixware throughout.
1669
1670 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1671
1672 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
1673
1674 2012-11-29 Tom Tromey <tromey@redhat.com>
1675
1676 * gdb.texinfo (SVR4 Process Information): Document missing
1677 "info proc" subcommands.
1678
1679 2012-11-29 Yao Qi <yao@codesourcery.com>
1680
1681 PR gdb/1477.
1682 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
1683 to 'auto' instead of 'gnu'.
1684
1685 2012-11-26 Tom Tromey <tromey@redhat.com>
1686
1687 * gdb.texinfo (MiniDebugInfo): New node.
1688 (GDB Files): Update.
1689
1690 2012-11-16 Doug Evans <dje@google.com>
1691
1692 * gdb.texinfo (System-wide configuration): If the system-wide init
1693 file lives in the data-directory, and --data-directory is provided,
1694 look for it there.
1695
1696 2012-11-15 Tom Tromey <tromey@redhat.com>
1697
1698 * gdb.texinfo (Signaling): Fix typo.
1699
1700 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1701
1702 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
1703 parameter "count" of -data-write-memory-bytes, and add an example.
1704
1705 2012-11-12 Tom Tromey <tromey@redhat.com>
1706
1707 * gdb.texinfo (Symbols): Document "info type-printers",
1708 "enable type-printer" and "disable type-printer".
1709 (Python API): Add new node to menu.
1710 (Type Printing API): New node.
1711 (Progspaces In Python): Document type_printers field.
1712 (Objfiles In Python): Likewise.
1713 (gdb.types) <get_type_recognizers, apply_type_recognizers,
1714 register_type_printer, TypePrinter>: Document.
1715
1716 2012-11-12 Tom Tromey <tromey@redhat.com>
1717
1718 * gdb.texinfo (Symbols): Document "set print type methods",
1719 "set print type typedefs", and flags to ptype and whatis.
1720
1721 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
1722
1723 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
1724 the example -data-disassemble output. Extend the description of
1725 the -data-disassemble results to document all fields. Document
1726 the cli disassemble command as being related to -data-disassemble.
1727
1728 2012-11-09 Yao Qi <yao@codesourcery.com>
1729
1730 PR gdb/14777.
1731 * gdb.texinfo (OS Information): Remove doc on command
1732 'info udot'.
1733
1734 2012-11-08 Joel Brobecker <brobecker@adacore.com>
1735
1736 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
1737 gdb.ini warning for Windows port.
1738
1739 2012-11-08 Yao Qi <yao@codesourcery.com>
1740
1741 * gdb.texinfo (Search): Add kindex for 'fo'.
1742
1743 2012-11-05 Tom Tromey <tromey@redhat.com>
1744
1745 PR python/14802:
1746 * gdb.texinfo (Functions In Python): Add example.
1747
1748 2012-11-03 Yao Qi <yao@codesourcery.com>
1749
1750 * observer.texi (GDB Observers): Remove observer
1751 'tracepoint_modified', 'tracepoint_created' and
1752 'tracepoint_deleted'.
1753
1754 2012-10-26 Tom Tromey <tromey@redhat.com>
1755
1756 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
1757
1758 2012-10-25 Tom Tromey <tromey@redhat.com>
1759
1760 * gdb.texinfo (General Query Packets): Use @itemx.
1761
1762 2012-10-17 Yao Qi <yao@codesourcery.com>
1763
1764 * observer.texi (GDB Observers): Update observer
1765 'memory_changed'.
1766 * gdb.texinfo (GDB/MI Async Records): Document for
1767 "memory-changed" notification.
1768
1769 2012-10-15 Doug Evans <dje@google.com>
1770
1771 * gdb.texinfo (Mode Options): Document -nh.
1772 Elaborate on docs for -nx.
1773
1774 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1775
1776 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
1777
1778 2012-09-21 Yao Qi <yao@codesourcery.com>
1779 Pedro Alves <palves@redhat.com>
1780
1781 * gdb.texinfo (GDB/MI Async Records): Document notification
1782 'record-started' and 'record-stopped'.
1783 * observer.texi (GDB Observers): New observer 'record-changed'.
1784
1785 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1786
1787 * gdb.texinfo: Document the removal of SH's 'regs' command.
1788
1789 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1790
1791 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
1792
1793 2012-09-18 Yao Qi <yao@codesourcery.com>
1794
1795 * gdb.texinfo (GDB/MI Async Records): Document new MI
1796 notifications '=tsv-created' and '=tsv-deleted'.
1797 * observer.texi (GDB Observers): New observer tsv_created and
1798 tsv_deleted.
1799
1800 2012-09-18 Yao Qi <yao@codesourcery.com>
1801
1802 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
1803 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
1804 '=traceframe-changed'.
1805
1806 2012-09-17 Yao Qi <yao@codesourcery.com>
1807
1808 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
1809 'set listsize'.
1810
1811 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1812 Eli Zaretskii <eliz@gnu.org>
1813
1814 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
1815 encoding for gdbarch_breakpoint_from_pc, bp_addr for
1816 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
1817
1818 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1819
1820 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
1821
1822 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1823
1824 Document how to return from "python-interactive" to GDB.
1825 * gdb.texinfo (Python Commands): Update documentation.
1826
1827 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1828
1829 Add a new "python-interactive" command that starts a standard
1830 Python interactive prompt with "pi" as alias, and add "py" as
1831 an alias to "python".
1832 * gdb.texinfo (Python Commands): Document the new commands.
1833
1834 2012-08-22 Tom Tromey <tromey@redhat.com>
1835
1836 * gdbint.texinfo (Host Definition): Remove documentation for
1837 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
1838
1839 2012-08-17 Keith Seitz <keiths@redhat.com>
1840
1841 PR c++/13356
1842 * gdb.texinfo (Type and Range Checking): Remove warning.
1843 Remove spurious commas.
1844 Update text and examples for re-implementation of set/show
1845 check type.
1846 (C and C++ Type and Range Checks): Likewise.
1847
1848 2012-08-16 Yao Qi <yao@codesourcery.com>
1849
1850 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
1851 is deprecated.
1852
1853 2012-08-13 Doug Evans <dje@google.com>
1854
1855 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
1856 to include functions.
1857
1858 2012-08-10 Doug Evans <dje@google.com>
1859
1860 * gdb.texinfo (Convenience Funs): New node.
1861 (Types In Python): Document Type.vector.
1862
1863 2012-08-09 Yao Qi <yao@codesourcery.com>
1864
1865 * observer.texi: New observer command_param_changed.
1866 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
1867
1868 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1869
1870 * gdbint.texinfo (Debugging GDB): In section
1871 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
1872 Mention also gdb-gdb.py.
1873
1874 2012-08-07 Yao Qi <yao@codesourcery.com>
1875
1876 Revert the folloing patch:
1877 2012-08-06 Yao Qi <yao@codesourcery.com>
1878 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1879 remote hardware-watchpoint-limit' and 'set
1880 remote hardware-breakpoint-limit'.
1881
1882 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
1883
1884 * gdb.texinfo (Working Directory): Added information about new
1885 default argument for 'cd' command.
1886
1887 2012-08-06 Yao Qi <yao@codesourcery.com>
1888
1889 * gdb.texinfo (Remote Configuration): Add kindex for 'set
1890 remote hardware-watchpoint-limit' and 'set
1891 remote hardware-breakpoint-limit'.
1892
1893 2012-08-06 Yao Qi <yao@codesourcery.com>
1894
1895 Fix PR14371.
1896
1897 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
1898 '=breakpoint-deleted'.
1899
1900 2012-08-02 Yao Qi <yao@codesourcery.com>
1901
1902 * gdb.texinfo (Native): Remove node Neutrino.
1903
1904 2012-07-27 Yao Qi <yao@codesourcery.com>
1905
1906 * gdb.texinfo (IPA Protocol Commands): Document new command
1907 'close'.
1908
1909 2012-07-25 Tom Tromey <tromey@redhat.com>
1910
1911 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
1912
1913 2012-07-20 Doug Evans <dje@google.com>
1914
1915 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
1916 (Index Files): Document how to control the use of deprecated index
1917 sections.
1918 (Index Section Format): Replace --use-deprecated-index-sections with
1919 "set use-deprecated-index-sections on".
1920
1921 2012-07-12 Eli Zaretskii <eliz@gnu.org>
1922
1923 * gdbint.texinfo: Remove @syncodeindex directives that put all the
1924 indices into a single node "Index". Instead, join function and
1925 variable indices into a single index, separate from the concept
1926 index. Requested in
1927 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
1928 (Top): Update the top-level menu: instead of one "Index" there are
1929 now separate entries "Concept Index" and "Function and Variable
1930 Index".
1931 (Concept Index, Function and Variable Index): New nodes.
1932 (Index): Node deleted.
1933
1934 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
1935
1936 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
1937 and "maint agent-eval".
1938
1939 2012-07-03 Eli Zaretskii <eliz@gnu.org>
1940
1941 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
1942 avoid file-name clashes between Index.html and index.html on
1943 case-insensitive filesystems. See the discussion starting in
1944 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
1945 details of the problem.
1946 (Top): Update the master menu for the above.
1947 (Concept Index, Command and Variable Index): New nodes, instead of
1948 the old "Index" node that was deleted. All cross-references
1949 updated.
1950
1951 2012-07-02 Stan Shebs <stan@codesourcery.com>
1952
1953 * gdb.texinfo (Dynamic Printf): Mention agent style and
1954 disconnected dprintf.
1955 (Maintenance Commands): Describe maint agent-printf.
1956 (General Query Packets): Mention BreakpointCommands feature.
1957 (Packets): Document commands extension to Z0 packet.
1958 * agentexpr.texi (Bytecode Descriptions): Document printf
1959 bytecode.
1960
1961 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1962
1963 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
1964 only after gdbinit files.
1965 (Startup): Move -iex and -iex commands down after gdbinit files.
1966
1967 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1968
1969 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
1970 possibility.
1971
1972 2012-06-29 Tom Tromey <tromey@redhat.com>
1973
1974 * gdb.texinfo (Index Section Format): Update for version 7.
1975
1976 2012-06-28 Stan Shebs <stan@codesourcery.com>
1977
1978 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
1979 example, add note about title column.
1980
1981 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1982
1983 * gdb.texinfo (Symbol Tables In Python): Add description about
1984 the new 'last' attribute of gdb.Symtab_and line.
1985
1986 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1987
1988 * gdb.texinfo (Symbol Tables In Python): Correct the description
1989 of the 'pc' attribute of gdb.Symtab_and_line.
1990
1991 2012-06-26 Doug Evans <dje@google.com>
1992
1993 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
1994 and symtab-create.
1995
1996 2012-06-25 Keith Seitz <keiths@redhat.com>
1997
1998 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
1999 from example. Remove "rbreak" from list of corresponding
2000 gdb commands.
2001
2002 2012-06-23 Doug Evans <dje@google.com>
2003
2004 * gdb.texinfo (Index Section Format): Document version 7 format.
2005
2006 2012-06-22 Yao Qi <yao@codesourcery.com>
2007
2008 * gdb.texinfo: Add missing cindex for some packets.
2009
2010 2012-06-20 Keith Seitz <keiths@redhat.com>
2011
2012 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2013 for -break-insert and document -p.
2014
2015 2012-06-20 Yao Qi <yao@codesourcery.com>
2016
2017 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2018 and "gdb.write_memory" with "Inferior.read_memory" and
2019 "Inferior.write_memory".
2020
2021 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2022
2023 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2024 (Free Documentation): Add @node line.
2025 (Continuing and Stepping) <advance location>: Use @item instead of
2026 @itemx.
2027 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2028 @itemx.
2029 (Embedded Processors): Put the link to "PA" to its correct place,
2030 according to document structure.
2031 (Python API): Put the link to "Lazy Strings In Python" to its
2032 correct place.
2033 (Index): Use @@ in @tex block to get a literal @.
2034
2035 * gdbint.texinfo: Fix the @subtitle line.
2036
2037 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2038 correct place.
2039
2040 2012-06-08 Yao Qi <yao@codesourcery.com>
2041
2042 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2043 Protocol'.
2044 (In-Process Agent Protocol, IPA Protocol Objects)
2045 (IPA Protocol Commands): New nodes.
2046 (Tracepoint Packets): Add anchors.
2047
2048 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2049
2050 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2051
2052 2012-06-06 Yao Qi <yao@codesourcery.com>
2053
2054 * gdb.texinfo: Update copyright year.
2055
2056 2012-05-23 Stan Shebs <stan@codesourcery.com>
2057 Kwok Cheung Yeung <kcy@codesourcery.com>
2058
2059 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2060
2061 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2062
2063 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2064 Mention also --with-separate-debug-dir.
2065 (Auto-loading): Prepend $debugdir in the sample output.
2066 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2067 auto-load safe-path variable.
2068 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2069 Mention also $debugdir for 'set auto-load scripts-directory'.
2070
2071 2012-05-19 Eli Zaretskii <eliz@gnu.org>
2072
2073 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2074 (MIPS Embedded, MIPS, MIPS Register packet Format)
2075 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2076 appropriate.
2077
2078 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2079 Maciej W. Rozycki <macro@codesourcery.com>
2080
2081 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2082 mips compression".
2083 (MIPS Breakpoint Kinds): New subsubsection.
2084
2085 2012-05-18 Eli Zaretskii <eliz@gnu.org>
2086
2087 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2088 nodes for subsections. Add @acronym mark-ups and adjust
2089 formatting.
2090
2091 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2092
2093 Rename $ddir to $datadir.
2094 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2095 (objfile-gdb.py file): Rename $ddir to $datadir.
2096
2097 2012-05-18 Tom Tromey <tromey@redhat.com>
2098
2099 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2100
2101 2012-05-14 Stan Shebs <stan@codesourcery.com>
2102
2103 * gdb.texinfo (Dynamic Printf): New subsection.
2104
2105 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2106
2107 * gdb.texinfo (Basic Python): Add description about the function
2108 gdb.find_pc_line
2109
2110 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2111 Eli Zaretskii <eliz@gnu.org>
2112
2113 * gdb.texinfo (Separate Debug Files): Use plural form for global
2114 debugging information directory.
2115
2116 2012-05-11 Stan Shebs <stan@codesourcery.com>
2117 Kwok Cheung Yeung <kcy@codesourcery.com>
2118
2119 * gdb.texinfo (Operating System Auxiliary Information): Document new
2120 'info os' subcommands.
2121
2122 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2123
2124 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2125 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2126 (dotdebug_gdb_scripts section): Add reference
2127 to 'Auto-loading safe path'.
2128
2129 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2130
2131 Implement multi-component --with-auto-load-dir.
2132 * gdb.texinfo (Auto-loading): New references
2133 for 'set auto-load scripts-directory'
2134 and 'show auto-load scripts-directory'.
2135 (Auto-loading safe path): Describe the new default. Move $ddir
2136 substituation reference to 'objfile-gdb.py file'.
2137 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2138 script-name. Describe new 'set auto-load scripts-directory'
2139 and 'show auto-load scripts-directory'.
2140
2141 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2142
2143 Provide $ddir substitution for --with-auto-load-safe-path.
2144 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2145 (Auto-loading safe path): Likewise. Mention the default value,
2146 $ddir substitution, --with-auto-load-safe-path and
2147 --without-auto-load-safe-path.
2148 * observer.texi (gdb_datadir_changed): New.
2149
2150 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2151
2152 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2153 Twice.
2154
2155 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2156 directory separator by path separator.
2157
2158 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2159
2160 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2161 for 'set auto-load safe-path' optional. Mention if it is omitted.
2162 Change disabling security protection condition to "/", twice.
2163
2164 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2165
2166 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2167 the new methods global_block and static_block on gdb.Symtab
2168 objects.
2169
2170 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2171
2172 * gdb.texinfo (Blocks In Python): Add a note saying that future
2173 improvements to GDB and its infrastructure can move symbols
2174 across blocks within a symbol table.
2175
2176 2012-04-29 Yao Qi <yao@codesourcery.com>
2177
2178 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2179 (A29K): Remove.
2180
2181 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2182 Tom Tromey <tromey@redhat.com>
2183
2184 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2185 and generic static probe support on GDB.
2186
2187 2012-04-25 Doug Evans <dje@google.com>
2188
2189 * gdb.texinfo (Go): Fix thinko.
2190
2191 * gdb.texinfo (Supported Languages): Add Go.
2192 (Go): New node.
2193
2194 2012-04-25 Yao Qi <yao@codesourcery.com>
2195
2196 * gdbint.texinfo (Testsuite): New section `Board settings'.
2197
2198 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2199
2200 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2201 Three times.
2202
2203 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2204 Three times.
2205
2206 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2207
2208 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2209 by @table @asis. Fix formatting of one item.
2210
2211 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2212
2213 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2214
2215 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2216
2217 New option "set debug auto-load".
2218 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2219 (auto-load verbose mode): New node.
2220
2221 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2222
2223 New option "set auto-load safe-path".
2224 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2225 and "info auto-load" examples for safe-path. Put there also references
2226 for "set auto-load safe-path" and "show auto-load safe-path".
2227 New menu item for Auto-loading safe path.
2228 (Auto-loading safe path): New node.
2229 (Python Auto-loading): Update the expected output from "Missing"
2230 to "No".
2231
2232 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2233
2234 auto-load: Implementation.
2235 * gdb.texinfo (Mode Options): New anchor for -nx.
2236 (Startup): New anchors for Option -init-eval-command,
2237 Home Directory Init File
2238 and Init File in the Current Directory during Startup.
2239 Mention set auto-load local-gdbinit with a reference.
2240 Change the sample code to "set auto-load python-scripts".
2241 (Threads): New anchor set libthread-db-search-path.
2242 Provide references to libthread_db.so.1 file.
2243 (Controlling GDB): New menu item for Auto-loading.
2244 (Auto-loading, Init File in the Current Directory)
2245 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2246 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2247 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2248 reference.
2249 (Auto-loading): Rename to ...
2250 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2251 "set auto-load python-scripts", new anchor for it. Change
2252 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2253 for it. Change "info auto-load-scripts"
2254 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2255 to "Python scripts".
2256
2257 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2258
2259 PR mi/13393
2260 * gdb.texinfo (Print Settings): Extend the description for "set print
2261 object".
2262 (GDB/MI Variable Objects): Extend the description for -var-create and
2263 -var-list-children.
2264
2265 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2266
2267 * gdb.texinfo (Examining Data): Document the 'explore' command.
2268
2269 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2270
2271 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2272 to the children of a varobj and its update range when -var-update
2273 returns that the varobj's type changed.
2274
2275 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2276
2277 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2278 Create two new links fir 'objfile-gdb.py file'
2279 and 'dotdebug_gdb_scripts section'.
2280
2281 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2282
2283 * gdb.texinfo (Auto-loading): Rename node reference
2284 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2285 Twice.
2286 (.debug_gdb_scripts section): Rename the node ...
2287 (dotdebug_gdb_scripts section): ... here.
2288 (Maintenance Commands): Also rename this node reference.
2289
2290 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2291
2292 * gdb.texinfo (Python API/Values From Inferior): Add description
2293 about the new method Value.referenced_value. Add description on
2294 how Value.dereference is different (and similar) to
2295 Value.referenced_value.
2296
2297 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2298
2299 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2300 --init-eval-command=COMMAND, -iex.
2301 (Startup): Describe -iex and -ix. Simplify the example
2302 for "set auto-load-scripts off".
2303
2304 2012-03-16 Gary Benson <gbenson@redhat.com>
2305
2306 PR breakpoints/10738
2307 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2308 stating that GDB cannot set breakpoints on inlined functions.
2309 (Mode Options): Document --use-deprecated-index-sections.
2310 (Index Section Format): Document new index section version format.
2311
2312 2012-03-15 Tom Tromey <tromey@redhat.com>
2313
2314 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2315
2316 2012-03-13 Doug Evans <dje@google.com>
2317
2318 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2319 of "reload".
2320 (Symbols): Delete docs for set/show symbol-reloading.
2321 * gdbint.texinfo (Defining Other Architecture Features): Delete
2322 SYMBOL_RELOADING_DEFAULT.
2323 * refcard.tex: Delete reference to symbol-reloading.
2324
2325 2012-03-07 Pedro Alves <palves@redhat.com>
2326
2327 * gdb.texinfo (General Query Packets): Document new
2328 QProgramSignals packet.
2329 * gdb.texinfo (Remote configuration): Mention
2330 "program-signals-packet".
2331
2332 2012-03-05 Tristan Gingold <gingold@adacore.com>
2333
2334 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2335
2336 2012-03-03 Yao Qi <yao@codesourcery.com>
2337
2338 * gdb.texinfo (In-Process Agent): New node.
2339 Document new commands.
2340 (General Query Packets): Add packet `QAgent'.
2341
2342 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2343
2344 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2345
2346 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
2347
2348 * gdb.texinfo (Commands In Python): Put example python macro in
2349 COMMAND_USER category rather than COMMAND_OBSCURE.
2350 Document gdb.COMMAND_USER.
2351 (User-defined Commands): Update documentation to clarify
2352 "set/show max-user-call-depth" and "show user" don't apply to python
2353 commands. Update documentation to clarify "help user-defined" may
2354 also include python commands defined as COMMAND_USER.
2355
2356 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2357
2358 * gdb.texinfo (Startup): Add option -ex description to the option -x
2359 description.
2360
2361 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2362
2363 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2364 condition-evaluation breakpoint parameter.
2365 Mention condition-evaluation mode being shown in "info break".
2366 (Break Conditions): Add description for target-side
2367 conditional breakpoints.
2368 (Remote Configuration): Mention conditional-breakpoints-packet.
2369 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2370 cond-expr.
2371 (General Query Packets): Mention new ConditionalBreakpoint feature.
2372
2373 2012-02-22 Tom Tromey <tromey@redhat.com>
2374
2375 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2376
2377 2012-02-17 Tom Tromey <tromey@redhat.com>
2378
2379 PR python/10753:
2380 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2381 directory.
2382
2383 2012-02-14 Stan Shebs <stan@codesourcery.com>
2384
2385 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2386
2387 2012-02-13 Pedro Alves <palves@redhat.com>
2388
2389 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2390 mips-idt-ecoff.
2391
2392 2012-02-09 Yao Qi <yao@codesourcery.com>
2393
2394 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2395
2396 2012-02-07 Tom Tromey <tromey@redhat.com>
2397
2398 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2399 Symbol.value.
2400
2401 2012-02-07 Tom Tromey <tromey@redhat.com>
2402
2403 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2404
2405 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2406
2407 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2408
2409 2012-01-24 Tom Tromey <tromey@redhat.com>
2410
2411 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2412 unload".
2413 (Files): Mention new catch commands.
2414 (GDB/MI Async Records): Likewise.
2415
2416 2012-01-24 Gary Benson <gbenson@redhat.com>
2417
2418 Delete #if 0'd out code.
2419 * gdb.texinfo (Frame Info): Remove "info catch".
2420
2421 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2422
2423 * gdb.texinfo (Remote Configuration): Document
2424 "set remote hostio-readlink-packet" command.
2425 (General Query Packets): Document vFile:readlink packet.
2426
2427 2012-01-16 Tom Tromey <tromey@redhat.com>
2428
2429 * gdb.texinfo (Specify Location): Document relative file name
2430 handling.
2431
2432 2012-01-16 Tom Tromey <tromey@redhat.com>
2433
2434 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2435
2436 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2437 Eli Zaretskii <eliz@gnu.org>
2438
2439 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2440 code.
2441
2442 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2443
2444 * gdb.texinfo (Variables): Document use of :: for non-static
2445 variables.
2446
2447 2012-01-05 Joel Brobecker <brobecker@adacore.com>
2448
2449 * gdbint.texinfo (Start of New Year Procedure): Update
2450 to replace use of copyright.sh by use of copyright.py.
2451
2452 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2453
2454 Remove the gdbtui binary.
2455 * all-cfg.texi (GDBTUI): Remove.
2456 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2457 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2458 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2459
2460 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
2461
2462 Introduce gdb.FinishBreakpoint in Python.
2463 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2464 (Python API): Add menu entry for Finish Breakpoints.
2465
2466 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2467
2468 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2469 tests.
2470
2471 2011-12-16 Doug Evans <dje@google.com>
2472
2473 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2474
2475 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2476
2477 * gdb.texinfo (Python Commands): Remove "maint set/show print
2478 stack". Add documentation for "set/show python print-stack".
2479
2480 2011-12-14 Pedro Alves <pedro@codesourcery.com>
2481
2482 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2483 should transfer control to the stub in the startup code instead of
2484 in main. Mention the need to get past the initial breakpoint.
2485
2486 2011-12-06 Tom Tromey <tromey@redhat.com>
2487
2488 * gdb.texinfo (Set Breaks): Update for new behavior.
2489
2490 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2491
2492 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2493 List Format for SVR4 Targets'.
2494 (General Query Packets): New item qXfer:libraries-svr4:read.
2495 (Library List Format for SVR4 Targets): New node.
2496
2497 2011-12-01 Tom Tromey <tromey@redhat.com>
2498
2499 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2500 add.
2501
2502 2011-11-22 Tom Tromey <tromey@redhat.com>
2503
2504 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2505 reasons.
2506
2507 2011-11-20 Stan Shebs <stan@codesourcery.com>
2508
2509 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2510 note-related options and variables.
2511 (Tracepoint Packets): Document packet changes.
2512
2513 2011-11-20 Sanjoy Das <sdas@igalia.com>
2514
2515 * gdb.texinfo (JIT Interface): Add documentation on writing and
2516 usind JIT debug info readers.
2517 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2518 Debug Info Readers): New nodes.
2519
2520 2011-11-18 Yao Qi <yao@codesourcery.com>
2521
2522 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2523 tracepoint.
2524
2525 2011-11-15 Doug Evans <dje@google.com>
2526
2527 * gdb.texinfo (Files): Document basenames-may-differ.
2528
2529 2011-11-14 Doug Evans <dje@google.com>
2530
2531 * gdb.texinfo (Shell Commands): Document "!".
2532
2533 2011-11-14 Stan Shebs <stan@codesourcery.com>
2534 Kwok Cheung Yeung <kcy@codesourcery.com>
2535
2536 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2537 needed to get shorter fast tracepoints.
2538 (Tracepoint Packets): Document new qTMinFTPILen packet.
2539
2540 2011-11-14 Yao Qi <yao@codesourcery.com>
2541
2542 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2543 behavior of tracepoint.
2544 (General Query Packets): New feature InstallInTrace.
2545 (Remote Configuration): Document "set remote
2546 install-in-trace-packet".
2547
2548 2011-11-12 Matt Rice <ratmice@gmail.com>
2549
2550 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2551 Add arguments to info macro.
2552
2553 2011-11-10 Tom Tromey <tromey@redhat.com>
2554
2555 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2556 manual.
2557 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2558 (Macros): Add a footnote.
2559 (C): Remove paragraph about compiler options.
2560 (C Constants): Mention wide character and string constants.
2561 (C Plus Plus Expressions): Update compiler option advice. Mention
2562 using declarations. Mention ADL. Remove old HP compiler
2563 information.
2564
2565 2011-11-10 Tom Tromey <tromey@redhat.com>
2566
2567 PR c++/9257:
2568 * gdb.texinfo (Print Settings): Add an extra note about the need
2569 for a vtable.
2570
2571 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2572
2573 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
2574 "set mips abi" documentation.
2575
2576 2011-11-04 Doug Evans <dje@google.com>
2577
2578 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2579
2580 2011-11-03 Tom Tromey <tromey@redhat.com>
2581
2582 * gdb.texinfo (Stopping): Add menu entry.
2583 (Continuing and Stepping): Restore @node. Use @section, not
2584 @subsection.
2585
2586 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
2587
2588 * gdb.texinfo (Skipping Over Functions and Files): Remove node
2589 designation. Fix "Specify Location" cross-reference.
2590
2591 2011-11-02 Stan Shebs <stan@codesourcery.com>
2592
2593 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
2594 (General Query Packets): Describe tracenz feature.
2595 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
2596
2597 2011-10-28 Paul Koning <paul_koning@dell.com>
2598
2599 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
2600
2601 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
2602
2603 * gdb.texinfo ((Frames In Python): Document
2604 gdb.FRAME_UNWIND_FIRST_ERROR contant.
2605
2606 2011-10-26 Paul Koning <paul_koning@dell.com>
2607
2608 * gdb.texinfo (gdb.types): Document new deepitems function.
2609
2610 2011-10-25 Paul Koning <paul_koning@dell.com>
2611
2612 PR python/13327
2613
2614 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
2615 fetch_lazy method.
2616
2617 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2618
2619 PR python/12656
2620
2621 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
2622 global_block, static_block function.
2623
2624 2011-10-19 Tom Tromey <tromey@redhat.com>
2625
2626 * gdb.texinfo (Commands In Python): Add missing "@"s.
2627
2628 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
2629
2630 PR python/13285 Document named constants for frame unwind stop reasons
2631 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
2632 constants.
2633
2634 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2635
2636 Fix compatibility with texinfo versions older than 4.12.
2637 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
2638 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
2639 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
2640 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
2641 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
2642 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
2643 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
2644
2645 2011-10-09 Doug Evans <dje@google.com>
2646
2647 * gdb.texinfo (Extending GDB): Document alias command.
2648
2649 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2650
2651 Support @entry in input expressions.
2652 * gdb.texinfo (Variables): Describe @entry names suffix.
2653 (Print Settings): Add anchor for `set print entry-values'.
2654
2655 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2656 Eli Zaretskii <eliz@gnu.org>
2657
2658 Display @entry parameter values (without references).
2659 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
2660 example.
2661 (Print Settings): New description of set print entry-values and show
2662 print entry-values.
2663
2664 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2665 Eli Zaretskii <eliz@gnu.org>
2666
2667 Recognize virtual tail call frames.
2668 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
2669 (Tail Call Frames): New node.
2670 (Frames In Python): Add gdb.TAILCALL_FRAME.
2671
2672 2011-10-07 Doug Evans <dje@google.com>
2673
2674 * gdb.texinfo (gdb.printing): Document new `replace' arg to
2675 register_pretty_printer.
2676
2677 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
2678
2679 PR python/12930
2680 PR python/12802
2681
2682 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
2683 stop method.
2684
2685 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
2686
2687 * gdb.texinfo (Starting your Program): "set disable-randomization"
2688 is no longer Linux-specific.
2689 (Remote Configuration): Document "set remote
2690 disable-randomization-packet".
2691 (General Query Packets): Document "QDisableRandomization" packet
2692 and add it to "qSupported" list.
2693
2694 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
2695
2696 Allow Python notification of new object-file loadings.
2697 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
2698 event type.
2699
2700 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
2701
2702 PR python/12691: Add the inferior to Python exited event
2703 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
2704
2705 2011-10-03 Joel Brobecker <brobecker@adacore.com>
2706
2707 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
2708 rephasing.
2709
2710 2011-10-03 Joel Brobecker <brobecker@adacore.com>
2711
2712 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
2713 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
2714 as possible feature returned by the `-list-features'
2715 command.
2716
2717 2011-09-28 Paul Koning <paul_koning@dell.com>
2718
2719 * gdb.texinfo (gdb.Type): Document field access by dictionary
2720 key syntax.
2721
2722 2011-09-28 Yao Qi <yao@codesourcery.com>
2723
2724 * gdb.texinfo (Files): Update options for `add-symbol-file'.
2725 Add one space after option `-s'. Remove @r{} markup.
2726
2727 2011-09-27 Stan Shebs <stan@codesourcery.com>
2728
2729 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
2730
2731 2011-09-16 Hui Zhu <teawater@gmail.com>
2732
2733 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
2734 to *(unsigned char *)$esp@300.
2735
2736 2011-09-15 Paul Koning <paul_koning@dell.com>
2737
2738 * gdb.texinfo: Make style of Python functions and methods match
2739 the syntax of Python. Also put class and module names explicitly
2740 on function, member, and variable names, matching Python
2741 documentation conventions.
2742
2743 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2744
2745 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2746 * gdb.texinfo (Inferiors In Python): Describe new
2747 gdb.selected_inferior() function.
2748
2749 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
2750
2751 Handle multiple breakpoint hits in Python interface:
2752 * gdb.texinfo (Events In Python): New function documentation:
2753 gdb.BreakpointEvent.breakpoints. Indicate that
2754 gdb.BreakpointEvent.breakpoint is now deprecated.
2755
2756 2011-09-04 Joel Brobecker <brobecker@adacore.com>
2757
2758 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
2759
2760 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
2761
2762 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
2763
2764 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2765
2766 * gdb.texinfo (Prompt): Add set/show extended-prompt
2767 documentation
2768 (Basic Python): Add prompt_hook anchor.
2769 (Python modules): Reword module text to reflect multiple modules.
2770 (gdb.prompt): Document gdb.prompt module.
2771
2772 2011-08-14 Yao Qi <yao@codesourcery.com>
2773
2774 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
2775
2776 2011-08-14 Yao Qi <yao@codesourcery.com>
2777
2778 * gdb.texinfo (Standard Target Features): Document C6x features.
2779 (TIC6x Features): New node.
2780
2781 2011-08-12 Doug Evans <dje@google.com>
2782
2783 * gdb.texinfo (Symbols In Python): Document symbol.type.
2784
2785 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2786
2787 * gdb.texinfo (Python): Document command and function
2788 auto-loading.
2789
2790 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2791 Eli Zaretskii <eliz@gnu.org>
2792
2793 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
2794 typedefs unrolling. Extend the sample code by an inner typedef and
2795 outer typedefs unrolling.
2796
2797 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2798
2799 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
2800 size and line-size.
2801
2802 2011-07-21 Matt Rice <ratmice@gmail.com>
2803
2804 PR macros/12999
2805 * gdb.texinfo (Macros): Add info definitions and info macros commands.
2806 Update text and cindex entries for info macro command.
2807
2808 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2809
2810 * observer.texi (GDB Observers): Add before_prompt observer.
2811 * gdb.texinfo (Basic Python): Add documentation for prompt
2812 substitution.
2813
2814 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2815
2816 PR python/12438
2817 * gdb.texinfo (Python Commands): Add deprecate note to maint
2818 set/show python print-stack. Document set/show python
2819 print-backtrace.
2820
2821 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2822
2823 * gdb.texinfo: Fix typos.
2824
2825 2011-07-01 Tom Tromey <tromey@redhat.com>
2826
2827 * gdb.texinfo (Debugging Output): Document set debug
2828 check-physname.
2829
2830 2011-06-29 Tom Tromey <tromey@redhat.com>
2831
2832 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2833 breakpoint-notifications feature.
2834
2835 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
2836
2837 * gdb.texinfo (Target Description): Remove warning about
2838 possibly unstable format.
2839
2840 2011-06-03 Tom Tromey <tromey@redhat.com>
2841
2842 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
2843 (Events In Python): Note that exit_code is optional.
2844
2845 2011-05-17 Pedro Alves <pedro@codesourcery.com>
2846
2847 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
2848 required for multi-threading support.
2849 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
2850 Hc are deprecated for multi-threading debugging. Point readers at
2851 the vCont packet.
2852
2853 2011-05-15 Doug Evans <dje@google.com>
2854
2855 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
2856
2857 2011-05-13 Doug Evans <dje@google.com>
2858
2859 * gdb.texinfo (Threads): Document $sdir,$pdir.
2860 (Server): Document $pdir exception.
2861
2862 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
2863
2864 * gdb.texinfo (Threads): Clarify default value for
2865 libthread-db-search-path.
2866
2867 * gdb.texinfo (Completion): Update example.
2868 (Debugging Output): Delete `set/show debug lin-lwp-async'.
2869
2870 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
2871
2872 * gdb.texinfo: Document change in the behaviour of the enable and
2873 disable GDB commands when applied to tracepoints.
2874 Document the EnableDisableTracepoints remote stub feature.
2875 Document QTEnable and QTDisable in the list of tracepoint packets.
2876
2877 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2878
2879 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
2880 hsuser.texi.
2881 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
2882 comment to hsuser.texi. Change rluser.texi name in the comment.
2883
2884 2011-05-10 Doug Evans <dje@google.com>
2885
2886 * gdb.texinfo (Threads): If an empty path is provided for
2887 libthread-db-search-path it is reset to its default value.
2888 (Server): Ditto.
2889
2890 2011-05-09 Doug Evans <dje@google.com>
2891
2892 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
2893
2894 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2895 Thiago Jung Bauermann <bauerman@br.ibm.com>
2896
2897 Implement support for PowerPC BookE masked watchpoints.
2898 * gdb.texinfo (Set Watchpoints): Document mask parameter.
2899 (PowerPC Embedded): Mention support of masked watchpoints.
2900
2901 2011-05-03 Joel Brobecker <brobecker@adacore.com>
2902
2903 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
2904 `@value{GDBN}'.
2905
2906 2011-05-03 Joel Brobecker <brobecker@adacore.com>
2907
2908 * gdb.texinfo (titlepage): Remove dedication.
2909 (In Memoriam): New appendix.
2910
2911 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2912 Eli Zaretskii <eliz@gnu.org>
2913
2914 * gdb.texinfo (Index Section Format): Change the version to 5.
2915 Describe the different formula.
2916
2917 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2918 Eli Zaretskii <eliz@gnu.org>
2919
2920 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
2921 for disconnected tracing.
2922 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
2923 extended-remote relationship. Mention --once.
2924 (TCP port allocation lifecycle of @code{gdbserver}): New.
2925
2926 2011-04-23 Eli Zaretskii <eliz@gnu.org>
2927
2928 * gdb.texinfo (Server): Improve indexing. Index all optional
2929 switches to gdbserver.
2930
2931 2011-04-20 Tom Tromey <tromey@redhat.com>
2932
2933 * gdb.texinfo (Index Section Format): New node.
2934 (Top): Add new node to menu.
2935
2936 2011-04-20 Pedro Alves <pedro@codesourcery.com>
2937
2938 * gdb.texinfo (Maintenance Commands): Document `maint print
2939 remote-registers'.
2940
2941 2011-04-20 Tom Tromey <tromey@redhat.com>
2942
2943 * gdb.texinfo (Trace File Format): Move node later.
2944
2945 2011-04-19 Tom Tromey <tromey@redhat.com>
2946
2947 * gdbint.texinfo (Register Information Functions): Remove
2948 duplicate "the".
2949 * gdb.texinfo (Emacs): Remove duplicate "to".
2950 (GDB/MI Variable Objects): Remove duplicate "the".
2951 (General Query Packets): Likewise.
2952
2953 2011-04-02 Joel Brobecker <brobecker@adacore.com>
2954
2955 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
2956 "GDB/MI Ada Exception Information" node.
2957
2958 2011-04-01 Joel Brobecker <brobecker@adacore.com>
2959
2960 * gdb.texinfo (GDB/MI Ada Exception Information): Document
2961 the "exception-name" field in the *stopped async record.
2962
2963 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2964 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2965
2966 Implement support for PowerPC BookE ranged breakpoints.
2967 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
2968
2969 2011-03-28 Tom Tromey <tromey@redhat.com>
2970
2971 * gdb.texinfo (Set Tracepoints): Fix typo.
2972
2973 2011-03-24 Tom Tromey <tromey@redhat.com>
2974
2975 * gdb.texinfo (Specify Location): Document `function:label'
2976 linespec.
2977
2978 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2979
2980 PR python/12149
2981
2982 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
2983
2984 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
2985
2986 * gdb.texinfo (Blocks In Python): Add is_valid method description.
2987 (Inferiors In Python): Likewise.
2988 (Threads In Python): Likewise.
2989 (Symbols In Python): Likewise.
2990 (Objfiles In Python): Likewise.
2991 (Symbol Tables In Python): Likewise.
2992
2993 2011-03-15 Pedro Alves <pedro@codesourcery.com>
2994
2995 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
2996 display>: Explain that the commands accept number ranges.
2997
2998 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
2999
3000 * gdb.texinfo (Breakpoints In Python): Add description and example
3001 of Python stop function operation.
3002
3003 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3004
3005 * gdb.texinfo (Parameters In Python): Document get_set_string and
3006 get_show_string methods.
3007
3008 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3009
3010 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3011
3012 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3013 circular-trace-buffer name.
3014
3015 2011-02-28 Joel Brobecker <brobecker@adacore.com>
3016
3017 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3018 in the previous change.
3019
3020 2011-02-27 Michael Snyder <msnyder@vmware.com>
3021
3022 * gdb.texinfo (Inferiors and Programs): Update commands to show
3023 that they can accept multiple arguments.
3024
3025 2011-02-24 Joel Brobecker <brobecker@adacore.com>
3026
3027 Revert the following patch (code patch was not approved):
3028 2011-02-21 Hui Zhu <teawater@gmail.com>
3029 * agentexpr.texi (bytecode descriptions): add printf.
3030 * gdb.texinfo (tracepoint action lists): add printf.
3031
3032 2011-02-23 Doug Evans <dje@google.com>
3033
3034 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3035
3036 2011-02-23 Michael Snyder <msnyder@vmware.com>
3037
3038 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3039 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3040 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3041
3042 2011-02-22 Doug Evans <dje@google.com>
3043
3044 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3045 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3046 add description of result, fix @defun formatting.
3047
3048 2011-02-21 Hui Zhu <teawater@gmail.com>
3049
3050 * agentexpr.texi (Bytecode Descriptions): Add printf.
3051 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3052
3053 2011-02-18 Tom Tromey <tromey@redhat.com>
3054
3055 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3056
3057 2011-02-14 Michael Snyder <msnyder@vmware.com>
3058
3059 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3060 Document new command "thread find".
3061
3062 2011-02-14 Michael Snyder <msnyder@vmware.com>
3063
3064 * gdb.texinfo (Threads): Update example of new thread message.
3065
3066 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3067
3068 * gdb.texinfo (Remote Configuration): Mention set/show remote
3069 traceframe-info.
3070 (Tools/Packages Optional for Building GDB): Mention that expat is
3071 used for traceframe info.
3072 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3073 (General Query Packets) <qSupported>: Describe the
3074 qXfer:traceframe-info:read feature.
3075 (qXfer::read): Describe qXfer:traceframe-info:read.
3076 (Traceframe Info Format): New section.
3077
3078 2011-02-04 Pedro Alves <pedro@codesourcery.com>
3079
3080 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3081 for casts and unary operators.
3082
3083 2011-02-04 Tom Tromey <tromey@redhat.com>
3084
3085 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3086 is not useful.
3087
3088 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3089
3090 * gdb.texinfo: s/value optimized out/optimized out/g
3091
3092 2011-01-21 Joel Brobecker <brobecker@adacore.com>
3093
3094 * gdb.texinfo (Other Misc Settings): Rework part of the
3095 documentation of the "set interactive mode" command.
3096
3097 2011-01-19 Tom Tromey <tromey@redhat.com>
3098
3099 * gdb.texinfo (Threads): Document thread name output and `thread
3100 name' command.
3101 (Threads In Python): Document Thread.name attribute.
3102 (GDB/MI Thread Commands): Document thread attributes.
3103
3104 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3105
3106 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3107 changes in mi/mi-cmd-disas.c
3108
3109 2011-01-12 Tom Tromey <tromey@redhat.com>
3110
3111 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3112 Fix "thread apply" text.
3113
3114 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3115 Thiago Jung Bauermann <bauerman@br.ibm.com>
3116
3117 Implement support for PowerPC BookE ranged watchpoints.
3118 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3119 the "set powerpc exact-watchpoints" flag.
3120
3121 2011-01-07 Tom Tromey <tromey@redhat.com>
3122
3123 * gdb.texinfo (Python API): Add descriptions to @menu items.
3124
3125 2011-01-06 Tom Tromey <tromey@redhat.com>
3126
3127 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3128
3129 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3130
3131 * gdb.texinfo (Debugging Output): Document "set debug jit".
3132
3133 2011-01-06 Tom Tromey <tromey@redhat.com>
3134
3135 PR python/12133:
3136 * gdb.texinfo (Frames In Python): Document various frame
3137 constants.
3138
3139 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3140
3141 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3142 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3143 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3144
3145 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3146
3147 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3148 (clean): Add GDBvn.texi.
3149
3150 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3151
3152 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3153 occasional case where the debugger prints an array address
3154 instead of the array itself.
3155
3156 2010-12-23 Pedro Alves <pedro@codesourcery.com>
3157
3158 * gdb.texinfo (Packets) <read registers packet>: Document support
3159 for registers that were not collected.
3160
3161 2010-12-15 Doug Evans <dje@google.com>
3162
3163 * gdb.texinfo (Startup): Document auto-loading of scripts during
3164 startup.
3165 (Auto-loading): Delete "maint set python auto-load on|off".
3166 Add "set auto-load-scripts on|off".
3167
3168 2010-12-07 Doug Evans <dje@google.com>
3169
3170 * gdb.texinfo (Mode Options): Document -data-directory.
3171 (Data Files): Add reference to -data-directory.
3172
3173 2010-11-29 Doug Evans <dje@google.com>
3174
3175 * gdb.texinfo (Pretty-Printer Introduction): Change
3176 printer-name:subprinter-name to printer-name;subprinter-name.
3177
3178 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3179
3180 PR python/12199
3181
3182 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3183
3184 2010-11-23 Tom Tromey <tromey@redhat.com>
3185
3186 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3187 (Editing): Likewise.
3188 (Command History): Likewise.
3189 (TUI Keys): Likewise.
3190 (Bug Reporting): Conditionally include rluser.texi and
3191 inc-history.texinfo.
3192 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3193 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3194 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3195 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3196 (gdb.pdf): Likewise.
3197 (gdb.info): Likewise.
3198 (gdb/index.html): Likewise.
3199
3200 2010-11-23 Tom Tromey <tromey@redhat.com>
3201
3202 * Makefile.in (Makefile): Run ../config.status.
3203 (distclean): Update.
3204 * configure: Remove.
3205 * configure.ac: Remove.
3206
3207 2010-11-12 Tom Tromey <tromey@redhat.com>
3208
3209 * gdb.texinfo (Basic Python): Update. Add xref.
3210 (Exception Handling): Document new exception classes.
3211 (Types In Python): Update.
3212 (Frames In Python): Update.
3213
3214 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3215
3216 * gdb.texinfo (Breakpoints In Python): Document "internal"
3217 parameter, and visible attribute.
3218
3219 2010-11-05 Doug Evans <dje@google.com>
3220
3221 * gdb.texinfo (Source Path): Document "set directories".
3222
3223 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
3224
3225 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3226 (OpenCL C): New node.
3227
3228 2010-11-02 Doug Evans <dje@google.com>
3229
3230 * gdb.texinfo (Pretty Printing): Expand into three sections,
3231 introduction, example, and commands.
3232 (Python API): Delete section Disabling Pretty-Printers, merge into
3233 Selecting Pretty-Printers.
3234 (Writing a Pretty-Printer): New section. Move the pretty-printer
3235 example here, and reformat to match python coding style. Add a second
3236 example using the gdb.printing module.
3237 (Python modules): Add gdb.printing.
3238
3239 2010-10-29 Doug Evans <dje@google.com>
3240
3241 * gdb.texinfo (Python): Fix long line.
3242
3243 2010-10-20 Doug Evans <dje@google.com>
3244
3245 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3246 All references updated. Correct sections marked as subsections.
3247 (Coding Standards): New chapter. Move the coding standard related
3248 subsections here. Add section on Python coding standards.
3249
3250 2010-10-13 Doug Evans <dje@google.com>
3251
3252 * gdb.texinfo (Python): Add "Python modules".
3253 (Types in Python): Add reference to gdb.types section.
3254 (Python modules): New node.
3255
3256 2010-10-11 Doug Evans <dje@google.com>
3257
3258 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3259 Python" from gdb.Value.type description.
3260
3261 2010-09-28 Joel Brobecker <brobecker@adacore.com>
3262
3263 * gdb.texinfo (Ravenscar Profile): New node.
3264
3265 2010-09-22 Tom Tromey <tromey@redhat.com>
3266
3267 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3268
3269 2010-09-22 Eli Zaretskii <eliz@gnu.org>
3270
3271 * gdb.texinfo (Values From Inferior): Clarify that
3272 value.dynamic_type works only in C++ programs with RTTI.
3273
3274 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
3275
3276 * gdb.texinfo (Character Sets): Correctly reference host-charset
3277 in example.
3278
3279 2010-09-13 Tom Tromey <tromey@redhat.com>
3280
3281 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3282 Document "fullname" and "from".
3283
3284 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3285
3286 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3287 feature `reverse' output by -list-target-features.
3288
3289 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3290
3291 * gdb.texinfo (i386 Features): Remove an extra "@item".
3292
3293 2010-08-30 Tom Tromey <tromey@redhat.com>
3294
3295 PR python/11792:
3296 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3297
3298 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3299
3300 * gdb.texinfo (ARM Features): Document
3301 org.gnu.gdb.arm.m-profile.
3302
3303 2010-08-23 Tom Tromey <tromey@redhat.com>
3304
3305 PR python/11145:
3306 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3307 reinterpret_cast methods.
3308
3309 2010-08-23 Tom Tromey <tromey@redhat.com>
3310
3311 PR python/11915:
3312 * gdb.texinfo (Types In Python): Document array method.
3313
3314 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3315
3316 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3317
3318 2010-08-16 Tom Tromey <tromey@redhat.com>
3319
3320 * gdb.texinfo (Set Watchpoints): Document -location option.
3321
3322 2010-08-13 Doug Evans <dje@google.com>
3323
3324 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3325
3326 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3327
3328 * gdb.texinfo (GDB/MI Data Manipulation): Document
3329 -data-read-memory-raw and -data-write-memory-raw.
3330
3331 2010-08-11 Tom Tromey <tromey@redhat.com>
3332 Phil Muldoon <pmuldoon@redhat.com>
3333
3334 * gdb.texinfo (Basic Python): Describe post_event API.
3335
3336 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3337
3338 * gdb.texinfo (Basic Python): Describe solib_address and
3339 decode_line Python APIs
3340
3341 2010-08-10 Tom Tromey <tromey@redhat.com>
3342
3343 * gdb.texinfo (Pretty Printing API): Document
3344 gdb.default_visualizer.
3345
3346 2010-08-10 Tom Tromey <tromey@redhat.com>
3347
3348 Revert gdb-add-index addition:
3349 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3350
3351 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3352 Eli Zaretskii <eliz@gnu.org>
3353
3354 * gdb.texinfo (Mode Options) <-batch>
3355 (Basic Python) <gdb.execute>: Describe setting width and height.
3356
3357 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3358
3359 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3360
3361 2010-07-30 Tom Tromey <tromey@redhat.com>
3362
3363 * gdb.texinfo (Index Files): Mention gdb-add-index.
3364
3365 2010-07-30 Hui Zhu <teawater@gmail.com>
3366
3367 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3368 "detach inferior" and "kill inferior".
3369
3370 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3371
3372 * gdb.texinfo (Machine Code): Update description of two forms of
3373 arguments, and add new example to demonstrate the new form.
3374
3375 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3376
3377 * gdb.texinfo (Values From Inferior): Add value inferior function
3378 call description.
3379
3380 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3381
3382 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3383
3384 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3385 Eli Zaretskii <eliz@gnu.org>
3386
3387 Make core files the process_stratum.
3388 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3389 record_stratum example.
3390
3391 2010-07-13 Tom Tromey <tromey@redhat.com>
3392
3393 * gdb.texinfo (Index Files): New node.
3394
3395 2010-07-13 Tom Tromey <tromey@redhat.com>
3396
3397 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3398
3399 2010-07-13 Tom Tromey <tromey@redhat.com>
3400
3401 * gdb.texinfo (Specify Location): Document labels.
3402
3403 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3404
3405 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3406 entries for fast tracepoints and static tracepoints.
3407
3408 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3409
3410 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3411 qsThreadInfo>: Spell out `l' as ell.
3412
3413 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3414
3415 * gdb.texinfo (Convenience Variables): Document $_sdata.
3416 (Commands to Set Tracepoints): Describe static tracepoints. Add
3417 `Listing Static Tracepoint Markers' menu entry. Document
3418 "strace".
3419 (Tracepoint Action Lists): Document collecting $_sdata.
3420 (Listing Static Tracepoint Markers): New subsection.
3421 (Tracepoints support in gdbserver): Mention static tracepoints.
3422 (remote packets, enabling and disabling): Mention
3423 read-sdata-object.
3424 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3425 and StaticTracepoint.
3426 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3427 Document qXfer:sdata:read.
3428 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3429
3430 2010-06-29 Joel Brobecker <brobecker@adacore.com>
3431
3432 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3433
3434 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3435 Tom Tromey <tromey@redhat.com>
3436 Thiago Jung Bauermann <bauerman@br.ibm.com>
3437
3438 * gdb.texinfo (Inferiors In Python): New node.
3439 * gdb.texinfo (Threads In Python): New node.
3440
3441 2010-06-28 Joel Brobecker <brobecker@adacore.com>
3442
3443 * gdb.texinfo (Python): Document what the python directory is
3444 and what its location is.
3445 (Basic Python): Document the gdb.PYTHONDIR constant.
3446
3447 2010-06-25 Tom Tromey <tromey@redhat.com>
3448
3449 PR python/10808:
3450 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3451
3452 2010-06-24 Hui Zhu <teawater@gmail.com>
3453
3454 * gdb.texinfo: (Commands for Controlled Output): Add
3455 documentation for command "eval".
3456
3457 2010-06-21 Stan Shebs <stan@codesourcery.com>
3458
3459 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3460 * annotate.texinfo: Ditto.
3461 * gdbint.texinfo: Ditto.
3462 * stabs.texinfo: Ditto.
3463
3464 2010-06-22 Hui Zhu <teawater@gmail.com>
3465
3466 * gdb.texinfo: (Process Record and Replay): Add documentation
3467 for command "set record memory-query".
3468
3469 2010-06-21 Stan Shebs <stan@codesourcery.com>
3470
3471 * gdb.texinfo: Relicense under GFDL version 1.3.
3472 * annotate.texinfo: Relicense under GFDL version 1.3.
3473 * gdbint.texinfo: Relicense under GFDL version 1.3.
3474 * stabs.texinfo: Relicense under GFDL version 1.3.
3475 * fdl.texi: Update to version 1.3.
3476
3477 2010-06-18 Stan Shebs <stan@codesourcery.com>
3478
3479 * gdb.texinfo (Operating System Auxiliary Information): Describe
3480 "info os" when no arguments given.
3481
3482 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3483 $_thread.
3484
3485 2010-06-18 Hui Zhu <teawater@gmail.com>
3486
3487 * gdb.texinfo: (Process Record and Replay): Add documentation
3488 for commands "record save" and "record restore".
3489
3490 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3491
3492 * gdb.texinfo: Include information about the correct use
3493 of addresses in the `watch' command.
3494
3495 2010-06-11 Stan Shebs <stan@codesourcery.com>
3496
3497 * gdb.texinfo (Observer Mode): New section.
3498 (General Query Packets): Document QAllow.
3499
3500 2010-06-04 Doug Evans <dje@google.com>
3501
3502 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3503
3504 2010-06-03 Doug Evans <dje@google.com>
3505
3506 * gdbint.texinfo (Coding): Add subsection on command names.
3507
3508 2010-06-02 Tom Tromey <tromey@redhat.com>
3509
3510 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3511 always-disassemble.
3512
3513 2010-06-01 Pedro Alves <pedro@codesourcery.com>
3514
3515 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3516 gdbserver, and add cross reference.
3517 (Tracepoints support in gdbserver): New subsection.
3518
3519 2010-05-26 Pedro Alves <pedro@codesourcery.com>
3520
3521 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3522 `qRelocInsn' feature.
3523 (Relocate instruction reply packet): New subsection
3524 of `Tracepoint Packets'.
3525 (Tracepoint Packets): Mention that packets QTDP and QTStart
3526 support the qRelocInsn request, and add cross reference to new
3527 subsection.
3528
3529 2010-05-25 Doug Evans <dje@google.com>
3530
3531 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3532 (Commands In Python): Document gdb.string_to_argv.
3533
3534 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3535
3536 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3537 ATTR_NORETURN.
3538
3539 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
3540 Tom Tromey <tromey@redhat.com>
3541 Thiago Jung Bauermann <bauerman@br.ibm.com>
3542
3543 * gdb.texinfo (Parameters In Python): New Node.
3544
3545 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3546
3547 * gdb.texinfo: (Summary) Add mention about D language support.
3548 (Filenames): Add D suffixes.
3549 (D): New node.
3550
3551 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3552
3553 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3554 of macro deleted from GDB code.
3555
3556 2010-04-24 Pedro Alves <pedro@codesourcery.com>
3557
3558 * gdb.texinfo (Commands to specify files): Describe what how GDB
3559 looks up DOS-based filesystem paths on the system root. Document
3560 the new `set/show target-file-system-kind' commands.
3561
3562 2010-04-23 Doug Evans <dje@google.com>
3563
3564 * gdb.texinfo (Python): Move Auto-loading section here ...
3565 (Python API): from here.
3566 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3567 (Maintenance Commands): Add docs for "maint print section-scripts".
3568
3569 2010-04-20 Chris Moller <cmoller@redhat.com>
3570
3571 * gdb.texinfo (Setting Breakpoints): Added description of
3572 filename-qualified rbreak.
3573 * refcard.tex (Breakpoints and Watchpoints): Added brief
3574 description of filename-qualified rbreak.
3575
3576 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3577
3578 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3579 (Python API): Change the reference to Pretty Printing API.
3580 (Pretty Printing): Move the user part under the Data node. Reformat
3581 the sample output to 72 columns. Create a new reference to Pretty
3582 Printing API. Rename the API part ...
3583 (Pretty Printing API): To a new node name.
3584 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
3585 (GDB/MI Variable Objects): Change references to Pretty Printing API.
3586
3587 2010-04-21 Stan Shebs <stan@codesourcery.com>
3588
3589 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
3590 and commands.
3591 (Listing Tracepoints): Update to reflect current behavior.
3592
3593 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3594
3595 * gdb.texinfo (Examining memory): Update for change in string
3596 display with explicit size.
3597
3598 2010-04-19 Pedro Alves <pedro@codesourcery.com>
3599
3600 PR breakpoints/8554.
3601
3602 * gdb.texinfo (Save Breakpoints): New node.
3603 (save-tracepoints): Rename to ...
3604 (save tracepoints): ... this. Mention that `save-tracepoints' is
3605 a deprecated alias to `save tracepoints'.
3606
3607 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3608
3609 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
3610 (info w32 thread-information-block): Document new command.
3611 (qGetTIBAddress): Document new gdbserver query.
3612 (maint set/show show-all-tib): Document new command.
3613
3614 2010-04-15 Doug Evans <dje@google.com>
3615
3616 * gdb.texinfo (Python API): Add progspaces section.
3617 (Selecting Pretty-Printers): Progspace pretty-printers are
3618 searched too.
3619 (Progspaces In Python): New section.
3620
3621 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
3622
3623 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3624
3625 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
3626 returns None.
3627
3628 2010-04-09 Stan Shebs <stan@codesourcery.com>
3629
3630 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3631 Describe the `frames-created' field, tweak grammar.
3632
3633 2010-04-09 Pedro Alves <pedro@codesourcery.com>
3634
3635 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
3636 Describe the `circular' and `disconnected' fields.
3637
3638 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
3639
3640 * gdb.texinfo (maint print registers): Mention unavailable and
3641 invisible registers.
3642
3643 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3644 Thiago Jung Bauermann <bauerman@br.ibm.com>
3645 Tom Tromey <tromey@redhat.com>
3646
3647 * gdb.texinfo (Breakpoints In Python): New Node.
3648
3649 2010-04-08 Stan Shebs <stan@codesourcery.com>
3650
3651 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
3652 trace status fields.
3653
3654 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3655
3656 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
3657 optional. Make org.gnu.gdb.i386.avx requires
3658 org.gnu.gdb.i386.avx.
3659
3660 2010-04-08 Doug Evans <dje@google.com>
3661
3662 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
3663 search path, and document that gdb only scans the search path if
3664 the script's path doesn't specify a directory.
3665
3666 2010-04-05 Doug Evans <dje@google.com>
3667
3668 * gdb.texinfo (maint show python auto-load): Fix typo.
3669
3670 2010-04-04 Stan Shebs <stan@codesourcery.com>
3671
3672 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
3673 (Setting Watchpoints): Update description of "info watch".
3674 (Disabling Breakpoints): Only "info break" lists all.
3675
3676 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
3677 (tdump): Explain how tdump works.
3678
3679 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3680
3681 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
3682 add cross reference.
3683
3684 2010-03-31 Pedro Alves <pedro@codesourcery.com>
3685
3686 * gdb.texinfo (TUI Commands): Mention that in some cases, these
3687 commands error out.
3688
3689 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3690
3691 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
3692
3693 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
3694
3695 * gdb.texinfo (General Query Packets): Add xmlRegisters.
3696
3697 2010-03-29 Stan Shebs <stan@codesourcery.com>
3698 Nathan Sidwell <nathan@codesourcery.com>
3699
3700 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
3701 GDBN equivalent.
3702 (Set Tracepoints): Remove mention that conditional tracepoints
3703 don't exist.
3704 (Tracepoint Actions): Clarify when while-stepping collection
3705 happens, note that while-stepping does not automatically collect
3706 $pc.
3707
3708 2010-03-29 Stan Shebs <stan@codesourcery.com>
3709
3710 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
3711 (General Query Packets): Describe TracepointSource.
3712
3713 2010-03-27 Matt Rice <ratmice@gmail.com>
3714
3715 * gdb.texinfo (ARM): Document arguments to "target sim".
3716 (Set Catchpoints): Use @dots{} instead of @r{...}.
3717
3718 2010-03-26 Pedro Alves <pedro@codesourcery.com>
3719
3720 * gdb.texinfo (Tracepoint Packets): Remove mention that
3721 terror:string may be plain text, and drop mention of X prefix.
3722
3723 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
3724
3725 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
3726
3727 2010-03-24 Stan Shebs <stan@codesourcery.com>
3728
3729 * gdb.texinfo (Tracepoint Packets): Document trace error status.
3730
3731 2010-03-24 Tom Tromey <tromey@redhat.com>
3732
3733 PR breakpoints/9352:
3734 * gdb.texinfo (Break Commands): Update.
3735
3736 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
3737
3738 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
3739 commands.
3740
3741 2010-03-16 Stan Shebs <stan@codesourcery.com>
3742
3743 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
3744 circular-trace-buffer.
3745 (Tracepoint Packets): Describe QTBuffer, and details of the
3746 qTStatus reply.
3747
3748 2010-03-12 Stan Shebs <stan@codesourcery.com>
3749 Nathan Sidwell <nathan@codesourcery.com>
3750
3751 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
3752 doing instruction stepping.
3753 (Tracepoint Restrictions): New node.
3754
3755 2010-03-10 Tom Tromey <tromey@redhat.com>
3756
3757 * gdbint.texinfo (Symbol Handling): Update.
3758
3759 2010-03-08 Tom Tromey <tromey@redhat.com>
3760
3761 PR cli/9591:
3762 * gdb.texinfo (Mode Options): Mention lack of pagination and
3763 confirmation with --batch.
3764 (Screen Size): Mention --batch.
3765 (Messages/Warnings): Likewise.
3766
3767 2010-03-05 Tom Tromey <tromey@redhat.com>
3768
3769 * gdb.texinfo (Basic Python): Document target_charset and
3770 target_wide_charset.
3771
3772 2010-03-05 Tom Tromey <tromey@redhat.com>
3773
3774 * gdb.texinfo (Data): Link to pretty-printing.
3775 (Output Formats): Likewise. Correct text.
3776
3777 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
3778
3779 * gdb.texinfo (Types): Describe <struct> and <flags>.
3780
3781 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
3782
3783 * gdb.texinfo (Frames In Python): Add block parameter and
3784 description to read_var text.
3785
3786 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
3787 Tom Tromey <tromey@redhat.com>
3788
3789 * gdb.texinfo (Types In Python): Describe block argument in
3790 template_argument and gdb.lookup_type.
3791
3792 2010-02-24 Tom Tromey <tromey@redhat.com>
3793
3794 * gdb.texinfo (Cygwin Native): Fix typo.
3795
3796 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
3797
3798 * gdb.texinfo (Frames In Python): Add block, find_sal, function
3799 and select method descriptions.
3800 (Python API): Add Blocks In Python, Symbols in Python and Symbol
3801 Tables in Python to menu.
3802 (Blocks In Python): New node.
3803 (Symbols In Python): New node.
3804 (Symbol Tables in Python): New node.
3805
3806 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
3807
3808 Multiexec MI
3809
3810 gdb/
3811 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
3812
3813 gdb/doc/
3814 * gdb.texinfo (GDB/MI Command Syntax): Document notification
3815 changes.
3816 (GDB/MI Program Execution): Document current behaviour of
3817 --all and --thread-group.
3818 (GDB/MI Miscellaneous Commands): Document -add-inferior and
3819 -remove-inferior.
3820 * observer.texi (inferior_added, inferior_removed): New
3821 observers.
3822
3823 2010-02-19 Tom Tromey <tromey@redhat.com>
3824
3825 * gdbint.texinfo (Getting Started): Fix @node.
3826 (Debugging GDB): Likewise.
3827
3828 2010-02-13 Joel Brobecker <brobecker@adacore.com>
3829
3830 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
3831 documenting the gdb_test_timeout variable.
3832
3833 2010-02-12 Jakob Engblom <jakob@virtutech.com>
3834
3835 * gdb.texinfo (MI commands): Added documentation of --reverse
3836 option to a set of MI commands. Restructured documentation of MI
3837 commands --exec-continue to reflect the complexity of reverse
3838 execution.
3839
3840 2010-02-12 Pedro Alves <pedro@codesourcery.com>
3841
3842 * gdb.texinfo (Using the Collected Data): Specify that the address
3843 range of `tfind outsize' is exclusive, and that the address range
3844 of `tfind range' is inclusive.
3845 (Tracepoint Packets): Specify that the address range of
3846 `QTFrame:range' is inclusive, and that the address range of
3847 `QTFrame:outside' is exclusive
3848
3849 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
3850
3851 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
3852
3853 2010-02-10 Tom Tromey <tromey@redhat.com>
3854
3855 * gdb.texinfo (Debugging Output): Document set debug parser and
3856 show debug parser.
3857
3858 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
3859
3860 * gdb.texinfo (Predefined Target Types): Add i387_ext,
3861 i386_eflags and i386_mxcsr.
3862
3863 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
3864
3865 * gdb.texinfo: Document i386 target features.
3866
3867 2010-02-05 Doug Evans <dje@google.com>
3868
3869 * gdbint.texinfo (Testsuite): Add a new section to document the
3870 various DejaGnu variables that may be overridden.
3871 Document INTERNAL_GDBFLAGS.
3872
3873 2010-02-04 Tom Tromey <tromey@redhat.com>
3874
3875 PR cli/8830:
3876 * gdb.texinfo (Files): -readnow comes before the filename for file
3877 and symbol-file.
3878
3879 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3880
3881 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
3882 Document ARM breakpoint types.
3883 (Register Packet Format): Move into the new section.
3884 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
3885
3886 2010-01-21 Joel Brobecker <brobecker@adacore.com>
3887
3888 * gdb.texinfo (File Options): Adjust the documentation of this
3889 switch to refer to the "source" command rather than partially
3890 duplicating some of the relevant information.
3891 (Extending GDB): Introduce and document the set/show script-extension
3892 setting.
3893 (Command Files): Add note explaining that the "source" command
3894 is also used to evalute scripts written in other languages.
3895 Remove the short slightly incorrect reference to sourcing Python
3896 scripts.
3897 (Python Commands): Document how to execute a Python script from GDB.
3898
3899 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3900
3901 * gdb.texinfo (Command Files): Fix typo.
3902
3903 2010-01-18 Tom Tromey <tromey@redhat.com>
3904
3905 * gdb.texinfo (File Options): Document -x on .py files.
3906 (Command Files): Document handling of Python scripts.
3907
3908 2010-01-18 Jie Zhang <jie.zhang@analog.com>
3909
3910 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
3911
3912 2010-01-15 Stan Shebs <stan@codesourcery.com>
3913
3914 * gdb.texinfo (Trace Files): New section.
3915 (Tracepoint Packets): Document QTSave and qTBuffer.
3916 (Trace File Format): New appendix.
3917
3918 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3919
3920 * gdb.texinfo (Values From Inferior): Document lazy_string value
3921 method.
3922 (Python API): Add Lazy strings menu item.
3923 (Lazy Strings In Python): New node.
3924
3925 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3926
3927 * gdb.texinfo (GDB/MI Thread Information): New.
3928 (GDB/MI Async Records): Document the core field in *stopped.
3929 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
3930 documentation
3931 (Process list): Document that osdata document may contain
3932 threads.
3933 (Remote Serial Protocol): Document qXfer:threads.
3934
3935 2010-01-06 Stan Shebs <stan@codesourcery.com>
3936
3937 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3938 disconnected tracing.
3939 (Tracepoint Packets): Document new protocol.
3940
3941 2010-01-05 Stan Shebs <stan@codesourcery.com>
3942
3943 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
3944 tracepoints.
3945 (Tracepoint Packets): Describe remote protocol for fast
3946 tracepoints.
3947
3948 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3949
3950 Update the "Start of New Year Procedure".
3951 * gdbint.texinfo: Add the list of files that need to be updated
3952 manually. Minor reformatting.
3953
3954 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3955
3956 * refcard.tex: Update copyright year in header and text.
3957
3958 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3959
3960 * agentexpr.texi: Add 2010 to the list of copyright years.
3961 * annotate.texinfo: Likewise.
3962 * gdb.texinfo: Likewise.
3963 * gdbint.texinfo: Likewise.
3964 * observer.texi: Likewise.
3965 * stabs.texinfo: Likewise.
3966
3967 2009-12-31 Stan Shebs <stan@codesourcery.com>
3968
3969 * gdb.texinfo (Tracepoint Actions): Describe teval.
3970
3971 2009-12-29 Stan Shebs <stan@codesourcery.com>
3972
3973 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
3974
3975 2009-12-28 Stan Shebs <stan@codesourcery.com>
3976
3977 * gdb.texinfo (Trace State Variables): New section.
3978 (Tracepoint Packets): Describe trace state variable packets.
3979 * agentexpr.texi (Bytecode Descriptions): Describe trace state
3980 variable bytecodes.
3981
3982 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
3983
3984 * gdb.texinfo (Symbols): "info variables" prints definitions, not
3985 declarations.
3986
3987 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3988
3989 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
3990 -gdb-exit behaviour.
3991
3992 2009-12-20 Joel Brobecker <brobecker@adacore.com>
3993
3994 * gpl.texi: Update to version 3 of the GPL.
3995
3996 2009-12-20 Joel Brobecker <brobecker@adacore.com>
3997
3998 * Makefile.in: Update copyright header.
3999 * observer.texi: Fix the copyright header of the generated files.
4000
4001 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4002
4003 * gdb.texinfo (Types In Python): Describe range function.
4004
4005 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4006
4007 * gdb.texinfo (Types In Python): Describe "is_base_class".
4008
4009 2009-12-03 Tom Tromey <tromey@redhat.com>
4010
4011 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4012
4013 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4014
4015 * observer.texi: New memory_changed observer.
4016
4017 2009-12-01 Tom Tromey <tromey@redhat.com>
4018
4019 * gdb.texinfo (Reverse Execution): Fix typo.
4020
4021 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4022
4023 PR gdb/8704
4024
4025 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4026 are allowed after the breakpoint condition.
4027
4028 2009-11-23 Tom Tromey <tromey@redhat.com>
4029
4030 PR python/10782:
4031 * gdb.texinfo (Types In Python): Document Type.pointer.
4032
4033 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4034
4035 * gdb.texinfo (Machine Code): Adjust.
4036
4037 2009-11-11 Pedro Alves <pedro@codesourcery.com>
4038
4039 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4040 (Using Agent Expressions): Delete cross reference.
4041
4042 2009-11-07 Joel Brobecker <brobecker@adacore.com>
4043
4044 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4045 and @settitle directives up to help makeinfo find them.
4046
4047 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4048
4049 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4050 (Auto-loading): Use plural and note one can use multiple components now.
4051
4052 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4053
4054 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4055 -stack-list-arguments have the same documentation for parameter
4056 as -stack-list-locals. Add comas.
4057
4058 2009-10-27 Tom Tromey <tromey@redhat.com>
4059 Eli Zaretskii <eliz@gnu.org>
4060
4061 PR python/10781
4062
4063 * gdb.texinfo (Values From Inferior): Document cast method.
4064
4065 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4066
4067 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4068 and adjust example.
4069
4070 2009-10-22 Michael Snyder <msnyder@vmware.com>
4071
4072 * gdb.texinfo (Process Record and Replay): Document new form of
4073 info record command. Also document the new save and restore
4074 commands.
4075
4076 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4077
4078 * gdb.texinfo (Machine Code): Mention current pc marker.
4079 (Memory): Likewise.
4080
4081 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4082 Stan Shebs <stan@codesourcery.com>
4083
4084 * observer.texi (new_inferior): Rename to...
4085 (inferior_appeared): ... this.
4086
4087 * gdb.texinfo (Inferiors): Rename node to ...
4088 (Inferiors and Programs): ... this. Mention running multiple
4089 programs in the same debug session.
4090 <info inferiors>: Mention the new 'Executable' column if "info
4091 inferiors". Update examples. Document the "add-inferior",
4092 "clone-inferior", "remove-inferior" and "maint info
4093 program-spaces" commands.
4094 (Process): Rename node to...
4095 (Forks): ... this. Document "set|show follow-exec-mode".
4096
4097 2009-10-11 Michael Snyder <msnyder@vmware.com>
4098
4099 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4100 (ReverseContinue): Ditto.
4101
4102 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4103
4104 * gdb.texinfo (Server): Document libthread-db-search-path.
4105
4106 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4107
4108 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4109
4110 2009-10-06 Michael Eager <eager@eagercon.com>
4111
4112 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4113 (Embedded Processors): Add MicroBlaze.
4114 (MicroBlaze): New. Describe Xilinx MicroBlaze
4115
4116 2009-10-04 Pedro Alves <pedro@codesourcery.com>
4117
4118 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4119
4120 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4121
4122 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4123
4124 2009-09-23 Joel Brobecker <brobecker@adacore.com>
4125
4126 * observer.texi (solib_unloaded): Document explicitly the fact that
4127 this observer is called before the associated symbols are unloaded.
4128
4129 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4130
4131 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4132 -stack-list-variables.
4133
4134 2009-09-18 Tom Tromey <tromey@redhat.com>
4135
4136 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4137 is experimental.
4138
4139 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4140
4141 * gdb.texinfo (convenince variables): Mention
4142 $_siginfo could be empty.
4143
4144 2009-09-15 Tom Tromey <tromey@redhat.com>
4145
4146 * gdb.texinfo (GDB/MI Variable Objects): Document
4147 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4148 Expand -var-update documentation.
4149
4150 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4151
4152 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4153 feature.
4154
4155 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4156
4157 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4158
4159 2009-09-10 Michael Snyder <msnyder@vmware.com>
4160
4161 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4162 ReverseStep replies to the qSupported query.
4163
4164 2009-09-10 Joel Brobecker <brobecker@adacore.com>
4165
4166 Add documentation for set/show interactive-mode.
4167 * gdb.texinfo (Other Misc Settings): New node.
4168
4169 2009-09-01 Doug Evans <dje@google.com>
4170
4171 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4172 non-stop mode's affect on remote caching.
4173
4174 2009-08-31 Jacob Potter <jdpotter@google.com>
4175 Doug Evans <dje@google.com>
4176
4177 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4178 Mark `set/show remotecache' options as obsolete.
4179 Document new `set/show stack-cache' option.
4180 Update text for `info dcache'.
4181
4182 2009-08-27 Doug Evans <dje@google.com>
4183
4184 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4185 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4186
4187 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4188
4189 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4190 about autoconf.
4191
4192 2009-08-25 Pedro Alves <pedro@codesourcery.com>
4193
4194 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4195 small example, and describe its columns. Replace "inferior-id" by
4196 "infno" throughout.
4197
4198 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4199
4200 * gdbint.texinfo (Releasing GDB): Point to
4201 README-maintainer-mode file for required autoconf version.
4202 * configure.ac: Do not substitute datarootdir, htmldir,
4203 pdfdir, docdir. Do not process --with-datarootdir,
4204 --with-htmldir, --with-pdfdir, --with-docdir.
4205 * configure: Regenerate.
4206
4207 * configure: Regenerate.
4208
4209 2009-08-20 Reid Kleckner <reid@kleckner.net>
4210
4211 * gdb.texinfo: Add chapter on JIT interface.
4212
4213 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
4214
4215 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4216 confirmation request.
4217
4218 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4219
4220 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4221 CRC definitions.
4222
4223 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4224
4225 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4226 -break-commands.
4227
4228 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4229
4230 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4231 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4232
4233 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4234
4235 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4236 "set spu stop-on-load" and "show spu stop-on-load" commands.
4237
4238 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4239
4240 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4241
4242 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4243
4244 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4245 org.gnu.gdb.arm.neon.
4246
4247 2009-07-20 Pedro Alves <pedro@codesourcery.com>
4248
4249 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4250 optional element.
4251 (subsection OS ABI): New subsection.
4252
4253 2009-07-14 Stan Shebs <stan@codesourcery.com>
4254
4255 * gdb.texinfo (Tracepoint Conditions): New section.
4256 (General Query Packets): Describe ConditionalTracepoints.
4257 (Tracepoint Packets): Describe condition field.
4258 (Maintenance Commands): Describe maint agent-eval.
4259 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4260
4261 2009-07-11 Hui Zhu <teawater@gmail.com>
4262
4263 * gdb.texinfo (disassemble): Add a new modifier /r
4264 to "disassemble" command to make it print the raw instructions
4265 in hex as well as in symbolic form.
4266
4267 2009-07-09 Tom Tromey <tromey@redhat.com>
4268
4269 * gdbint.texinfo (Testsuite): Document parallel make check.
4270
4271 2009-07-09 Tom Tromey <tromey@redhat.com>
4272
4273 * gdbint.texinfo (Testsuite): Document test transcripts.
4274
4275 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4276
4277 * gdb.texinfo (Values From Inferior): Add length parameter
4278 description.
4279
4280 2009-07-04 Chris Genly <chris@genly.us>
4281
4282 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4283 in -var-list-children. Fix example according to what the code
4284 does.
4285
4286 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4287
4288 * gdb.texinfo (Debugging multiple inferiors): Document the
4289 "inferior", "detach inferior" and "kill inferior" commands.
4290 (Debugging Programs with Multiple Processes): Adjust to mention
4291 generic "inferior" commands. Delete mention of "detach fork" and
4292 "delete fork". Cross reference to "Debugging multiple inferiors"
4293 section.
4294
4295 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4296
4297 * gdbint.texinfo (Item Output Functions): Update signature
4298 for ui_out_field_core_addr.
4299
4300 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4301
4302 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
4303 Update example code extrated from breakpoint.c.
4304
4305 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
4306
4307 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4308 MI commands.
4309 (GDB/MI Symbol Query): Likewise.
4310 (GDB/MI File Commands): Likewise.
4311 (GDB/MI File Transfer Commands): Likewise.
4312 (GDB/MI Target Manipulation): Likewise.
4313 (GDB/MI Miscellaneous Commands): Likewise.
4314
4315 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4316
4317 * gdb.texinfo (Debugging Optimized Code): New chapter.
4318 (Compiling for Debugging): Reference it. Move some
4319 text to the new section.
4320
4321 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4322
4323 * doc/gdb.texinfo (Calling): Document
4324 set-unwind-on-terminating-exception usage.
4325
4326 2009-06-11 Pedro Alves <pedro@codesourcery.com>
4327
4328 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4329 command.
4330
4331 2009-06-07 Pedro Alves <pedro@codesourcery.com>
4332
4333 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4334 references.
4335
4336 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4337
4338 * gdbint.texinfo: Rename formal parameters to gdbarch function
4339 protoypes from "current_gdbarch" to "gdbarch".
4340
4341 2009-05-28 Tom Tromey <tromey@redhat.com>
4342
4343 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4344
4345 2009-05-27 Tom Tromey <tromey@redhat.com>
4346
4347 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4348 feature.
4349 (GDB/MI Variable Objects): Document -var-set-visualizer.
4350
4351 2009-04-02 Tom Tromey <tromey@redhat.com>
4352
4353 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4354 feature.
4355 (GDB/MI Variable Objects): Document -var-set-visualizer.
4356
4357 2009-05-27 Tom Tromey <tromey@redhat.com>
4358 Thiago Jung Bauermann <bauerman@br.ibm.com>
4359 Phil Muldoon <pmuldoon@redhat.com>
4360
4361 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4362 (Pretty Printing): New node.
4363 (Selecting Pretty-Printers): Likewise.
4364 (Python API): Update.
4365 (Output Formats): Document /r format.
4366
4367 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4368 Tom Tromey <tromey@redhat.com>
4369
4370 * gdb.texinfo (Types In Python): New node.
4371 (Values From Inferior): "type" is now an attribute.
4372 (Python API): Update.
4373
4374 2009-05-27 Tom Tromey <tromey@redhat.com>
4375 Thiago Jung Bauermann <bauerman@br.ibm.com>
4376 Phil Muldoon <pmuldoon@redhat.com>
4377
4378 * gdb.texinfo: Add @syncodeindex for `tp'.
4379 (Python API): Update.
4380 (Auto-loading): New node.
4381 (Objfiles In Python): New node.
4382
4383 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4384
4385 * gdb.texinfo (Threads): Document libthread-db-search-path.
4386
4387 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
4388
4389 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4390
4391 2009-05-12 Pedro Alves <pedro@codesourcery.com>
4392
4393 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4394 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4395 show show-debug-regs' docs.
4396
4397 2009-05-08 Eli Zaretskii <eliz@gnu.org>
4398
4399 * gdb.texinfo (Process Record and Replay): Add description of
4400 reverse execution.
4401
4402 2009-05-07 Joel Brobecker <brobecker@adacore.com>
4403
4404 * gdbint.texinfo (Adding support for debugging core files): New node.
4405 (Native Debugging): Remove the ``Native core file Support'' section.
4406
4407 2009-05-01 Eli Zaretskii <eliz@gnu.org>
4408
4409 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4410 Add index entries.
4411
4412 2009-04-30 Hui Zhu <teawater@gmail.com>
4413 Michael Snyder <msnyder@vmware.com>
4414
4415 * gdb.texinfo: (Process Record and Replay): Add documentation for
4416 process record and replay.
4417
4418 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4419
4420 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4421 a new part on command-line defined macros.
4422
4423 2009-04-25 Eli Zaretskii <eliz@gnu.org>
4424
4425 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4426 clarify the wording.
4427
4428 2009-04-23 Tom Tromey <tromey@redhat.com>
4429
4430 * gdb.texinfo (Data Files): New node.
4431 (GDB Files): Update menu.
4432
4433 2009-04-23 Joel Brobecker <brobecker@adacore.com>
4434
4435 * gdbint.texinfo (Defining Other Architecture Features): Remove
4436 entry for PROCESS_LINENUMBER_HOOK.
4437
4438 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4439
4440 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4441
4442 2009-04-22 Hui Zhu <teawater@gmail.com>
4443
4444 * gdb.texinfo (disassemble-next-line): Set the default of
4445 disassemble-next-line to off.
4446
4447 2009-04-21 Joseph Myers <joseph@codesourcery.com>
4448
4449 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4450 --with-htmldir): New.
4451 * configure: Regenerate.
4452 * Makefile.in (datarootdir, docdir): Define.
4453 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4454 instead of $(SET_TEXINPUTS).
4455 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4456 gdbint.info instead of $(SET_TEXINPUTS).
4457 (gdbint/index.html): Use same -I options as for building
4458 gdbint.info.
4459 (stabs.dvi, stabs.pdf): Use same -I options as for building
4460 stabs.info instead of $(SET_TEXINPUTS).
4461 (stabs/index.html): Use same -I options as for building
4462 stabs.info.
4463 (annotate.dvi, annotate.pdf): Use same -I options as for building
4464 annotate.info instead of $(SET_TEXINPUTS).
4465 (annotate/index.html): Use same -I options as for building
4466 annotate.info.
4467
4468 2009-04-21 David Daney <ddaney@caviumnetworks.com>
4469
4470 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4471
4472 2009-04-21 Joseph Myers <joseph@codesourcery.com>
4473
4474 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4475
4476 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
4477 Joseph Myers <joseph@codesourcery.com>
4478
4479 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4480 (MAKEHTMLFLAGS): Set to empty.
4481 (html__strip_dir): Define.
4482 (HTMLFILES): Define.
4483 (HTMLFILES_INSTALL): Define.
4484 (install-html): Copy new automake rule.
4485 (html): Depend on $(HTMLFILES).
4486 (gdb_toc.html): Rename to gdb/index.html.
4487 (gdbint_toc.html): Rename to gdbint/index.html.
4488 (stabs_toc.html): Rename to stabs/index.html.
4489 (annotate_toc.html): Rename to annotate/index.html.
4490
4491 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4492
4493 * Makefile.in: Set pdfdir and htmldir from configure
4494 substitutions.
4495 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4496 * configure: Regenerate.
4497
4498 2009-04-16 Joel Brobecker <brobecker@adacore.com>
4499
4500 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4501 This macro is no longer used.
4502
4503 2009-04-15 Tom Tromey <tromey@redhat.com>
4504
4505 * gdb.texinfo (Character Sets): Document default character set.
4506
4507 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4508
4509 * gdbint.texinfo: Change server name from sources.redhat.com to
4510 sourceware.org throughout.
4511
4512 2009-04-09 Joel Brobecker <brobecker@adacore.com>
4513
4514 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4515 about a missing dot or coma after @xref.
4516
4517 2009-04-02 Joel Brobecker <brobecker@adacore.com>
4518
4519 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4520 example, and add a small explanation about it.
4521 (Print Settings): Change the documentation of the "set print
4522 frame-arguments" to reflect the fact that the default is now "scalars".
4523
4524 2009-04-02 Joel Brobecker <brobecker@adacore.com>
4525
4526 * gdb.texinfo (Print Settings): Add kindex for command "set
4527 print frame-arguments".
4528
4529 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4530
4531 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4532 breakpoints.
4533 (Set Breaks): Add reference to thread-specific and task-specific
4534 breakpoints.
4535
4536 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4537
4538 * gdb.texinfo (Ada Tasks): Remove the documentation about
4539 the "Running" state, as this state has been eliminated.
4540 Now all runnable tasks are shown as "Runnable".
4541
4542 2009-03-30 Stan Shebs <stan@codesourcery.com>
4543
4544 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4545 special case of breakpoints.
4546 (Enable and Disable Tracepoints): Mention deprecation.
4547 (Listing Tracepoints): Update description and example.
4548
4549 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4550
4551 * gdb.texinfo (Frames in Python): New node.
4552 (Python API): Update.
4553
4554 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4555
4556 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4557 from a method to an attribute.
4558
4559 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4560
4561 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4562 attribute.
4563
4564 2009-03-25 Pedro Alves <pedro@codesourcery.com>
4565
4566 * observer.texi (thread_exit): Add "silent" parameter.
4567
4568 2009-03-22 Pedro Alves <pedro@codesourcery.com>
4569
4570 * observer.texi (about_to_proceed): New.
4571
4572 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4573
4574 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4575 field throughout to handle types with spaces in them. Fix typos
4576 found by aspell.
4577 (Summary, Requirements, Contributors): New first chapter,
4578 "Summary" added, old Requirements section moved there, and new
4579 section, "Contributors" added.
4580 (Initializing a New Architecture, Register Representation)
4581 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
4582 (Porting gdb): These sections extended and updated.
4583 (Compiler Characteristics): This section (empty) deleted.
4584 (Defining Other Architecture Features): This section renamed and
4585 duplicate material removed from (formerly "Target Conditionals").
4586 Use braces {} in @deftypeXX type field throughout to handle types
4587 with spaces in them. Typos found by aspell fixed.
4588
4589 * stack_frame.svg: New file, source of image for gdbint.texinfo.
4590 * stack_frame.pdf: Version of image for PDF output.
4591 * stack_frame.png: Version of image for HTML output and for Emacs.
4592 * stack_frame.txt: Version of image for Info output.
4593 * stack_frame.eps: Version of image for TeX DVI output.
4594
4595 2009-03-21 Eli Zaretskii <eliz@gnu.org>
4596
4597 * gdb.texinfo (Character Sets): Fix last change.
4598
4599 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4600
4601 * gdb.texinfo (Values From Inferior): Fix optional arguments
4602 markup.
4603 (Commands In Python): Adjust argument names of gdb.Command.__init__
4604 to what the function accepts as keywords.
4605
4606 2008-03-20 Tom Tromey <tromey@redhat.com>
4607
4608 * gdb.texinfo (Convenience Vars): Document convenience functions.
4609 (Functions In Python): New node.
4610 (Python API): Update.
4611
4612 2009-03-20 Tom Tromey <tromey@redhat.com>
4613
4614 * gdb.texinfo (Character Sets): Remove obsolete text. Document
4615 set target-wide-charset.
4616 (Requirements): Mention iconv.
4617
4618 2009-03-17 Hui Zhu <teawater@gmail.com>
4619
4620 * gdb.texinfo: Change the introduce of "disassemble-next-line".
4621
4622 2009-03-17 Hui Zhu <teawater@gmail.com>
4623
4624 * gdb.texinfo: Add documentation for disassemble-next-line.
4625
4626 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4627
4628 * gdb.texinfo (Commands In Python): Remove tindex entries.
4629
4630 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4631
4632 * gdb.texinfo (Returning): New description for missing debug info.
4633
4634 2009-03-14 Pedro Alves <pedro@codesourcery.com>
4635
4636 * gdb.texinfo (Remote Configuration): Document query-attached.
4637 (General Query Packets): Document qAttached.
4638
4639 2009-03-05 Pedro Alves <pedro@codesourcery.com>
4640
4641 * gdb.texinfo (Background Execution): Better describe the set
4642 target-async command.
4643 (Maintenance Commands): Delete description of the `maint set/show
4644 linux-async' and `maint set/show remote-async' commands.
4645
4646 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4647
4648 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
4649 between sentences.
4650
4651 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
4652
4653 * gdb.texinfo (GDB/MI Async Records): Document the
4654 =library-loaded and =library-unloaded notifications.
4655
4656 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4657
4658 * observer.texi (test_notification): New observer.
4659
4660 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4661
4662 * observer.texi: Add parameter 'print_frame' to normal_stop
4663 observer.
4664
4665 2009-02-07 Eli Zaretskii <eliz@gnu.org>
4666
4667 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
4668 (Commands In Python): Fix COMMAND_* constants in last change. Use
4669 @kbd for interactive input. Add cross-references and index
4670 entries.
4671
4672 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4673
4674 * gdb.texinfo (Signals): Document $_siginfo.
4675 (Convenience Variables): Mention $_siginfo.
4676 (Remote Configuration): Document qXfer:siginfo:read,
4677 qXfer:siginfo:write packets, and the read-siginfo-object,
4678 write-siginfo-object commands.
4679
4680 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4681
4682 * gdbint.texinfo (Values): New chapter.
4683
4684 2009-02-06 Tom Tromey <tromey@redhat.com>
4685
4686 * gdb.texinfo (Python API): Add entry for Commands In Python.
4687 (Commands In Python): New node.
4688
4689 2009-02-05 Tom Tromey <tromey@redhat.com>
4690
4691 * gdb.texinfo (Values From Inferior): Document Value.string.
4692
4693 2009-02-05 Tom Tromey <tromey@redhat.com>
4694
4695 * gdb.texinfo (Basic Python): Document execute's from_tty
4696 argument.
4697
4698 2009-02-04 Tom Tromey <tromey@redhat.com>
4699
4700 * gdb.texinfo (Basic Python): Document gdb.history.
4701
4702 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4703
4704 * gdb.texinfo (GDB/MI Thread Commands): Document the
4705 'current-thread-id' field. Remove the example with zero threads,
4706 since current GDB won't ever report that if there's inferior.
4707
4708 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4709
4710 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
4711 option to -break-insert.
4712
4713 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4714 Jerome Guitton <guitton@adacore.com>
4715
4716 * gdb.texinfo (Startup): Document --with-system-gdbinit.
4717 (System-wide configuration): New section.
4718
4719 2009-01-26 Pedro Alves <pedro@codesourcery.com>
4720
4721 PR gdb/7580:
4722 * gdb.texinfo (Maintenance Commands): Document "maint set|show
4723 internal-error|internal-warning quit|corefile ask|yes|no".
4724
4725 2009-01-26 Pedro Alves <pedro@codesourcery.com>
4726
4727 * gdb.texinfo (Using the `gdbserver' Program): Document
4728 --remote-debug.
4729
4730 2009-01-23 Doug Evans <dje@google.com>
4731
4732 * gdb.texinfo: Add nexti to list of commands that support
4733 background execution.
4734
4735 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4736
4737 * gdb.texinfo (Define, Hooks): Document prefix command support.
4738
4739 2009-01-14 Joseph Myers <joseph@codesourcery.com>
4740 Carlos O'Donell <carlos@codesourcery.com>
4741
4742 Fixes for makeinfo --html.
4743
4744 * annotate.texinfo: Use @copying and @insertcopying. Use
4745 @ifnottex in place of @ifinfo.
4746 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
4747 place of @ifinfo. Use @ifnotinfo for one index entry.
4748 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
4749 in place of @ifinfo.
4750 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
4751 in place of @ifinfo. Include contents at start unconditionally.
4752
4753 2009-01-13 Pedro Alves <pedro@codesourcery.com>
4754
4755 * gdb.texinfo (General Query Packets): Remove @var{} around the
4756 "spu" literal string.
4757
4758 2009-01-07 Pedro Alves <pedro@codesourcery.com>
4759
4760 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
4761 program may be running in another process" errors.
4762 * gdbint.texinfo (Native Conditionals): Delete
4763 ONE_PROCESS_WRITETEXT description.
4764
4765 2009-01-07 Joel Brobecker <brobecker@adacore.com>
4766
4767 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
4768 emacs local variable to be placed at the end of the ChangeLog.
4769 Add server.c and gdbreplay.c to the list of files where the
4770 copyright year needs to be updated.
4771
4772 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
4773
4774 * gdb.texinfo (Remote Configuration): Document new
4775 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
4776 commands.
4777
4778 2008-12-28 Pedro Alves <pedro@codesourcery.com>
4779
4780 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
4781 FETCH_INFERIOR_REGISTERS.
4782 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
4783 FETCH_INFERIOR_REGISTERS descriptions. Remove
4784 gdbarch_get_longjmp_target descrition, since already described in
4785 Target Conditionals. Move gdbarch_fp0_regnum description to ...
4786 (Target Conditionals): ... here.
4787
4788 2008-12-16 Joel Brobecker <brobecker@adacore.com>
4789
4790 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
4791 examples.
4792 (Additions to Ada): Likewise. Add the missing opening and closing
4793 parenthesis of the GDB prompt in one of the examples.
4794
4795 2008-12-14 Joel Brobecker <brobecker@adacore.com>
4796
4797 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
4798 about the result of 'Address not being of type System.Address.
4799 This problem has been fixed a while ago.
4800
4801 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4802
4803 MI non-stop and multiprocess docs.
4804
4805 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
4806 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
4807 Adjust documentation for *stopped, document =thread-created,
4808 =thread-exited, =thread-group-created and =thread-group-exited.
4809 (GDB/MI Thread Commands): Document the 'state' field in
4810 -thread-info output.
4811 (GDB/MI Program Execution): Mention --all and --thread-group
4812 options.
4813 (GDB/MI Variable Objects): Describe floating and fixed variable
4814 objects.
4815 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
4816
4817 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
4818
4819 * gdb.texinfo (Operating System Information): New appendix.
4820 (Operating System Auxiliary Information): Document 'info os processes'
4821 (Remote Configuration): Document 'osdata'
4822 (General Query Packets): Document qXfer:osdata:read.
4823
4824 2008-11-27 Tristan Gingold <gingold@adacore.com>
4825
4826 * gdb.texinfo (Darwin): Document Darwin specific features.
4827
4828 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4829
4830 * gdbint.texinfo (Target Conditionals): Extend the
4831 gdbarch_breakpoint_from_pc description.
4832
4833 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
4834
4835 * gdb.texinfo (M68K Features): Fix typo.
4836
4837 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4838
4839 * gdb.texinfo (Symbols): Mention printing containing
4840 image name in "info symbol".
4841 (Maint translate-address): Likewise.
4842
4843 2008-11-18 Joel Brobecker <brobecker@adacore.com>
4844
4845 * gdb.texinfo (Set Catchpoints): Remove the documentation of
4846 commands "catch load" and "catch unload".
4847
4848 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4849
4850 * gdb.texinfo (GDB/MI Async Records): Document
4851 =thread-selected.
4852
4853 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4854
4855 * observer.texi (new_inferior, inferior_exit): New observers.
4856
4857 2008-10-27 Pedro Alves <pedro@codesourcery.com>
4858
4859 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
4860 .mt files, TM_CLIBS or TM_CDEPS.
4861 (x86 Watchpoints): Don't mention TDEPFILES.
4862
4863 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
4864
4865 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
4866 (Overview): Mention notifications and non-stop mode behavior.
4867 (Packets): Update documentation of ?, vAttach, vCont, and vRun
4868 with non-stop mode behavior. Add vStopped description.
4869 (Stop Reply Packets): Update list of packets that return
4870 stop replies. Mention non-stop behavior.
4871 (General Query Packets): Document QNonStop packet and associated
4872 qSupported query response.
4873 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
4874 behavior.
4875 (Notification Packets): New section.
4876 (Remote Non-Stop): New section.
4877 (File-I/O Overview): Mention non-stop behavior.
4878
4879 2008-10-24 Hui Zhu <teawater@gmail.com>
4880 Pedro Alves <pedro@codesourcery.com>
4881
4882 * gdb.texinfo (displaced-stepping): Describe the auto mode
4883 setting, and say it's the default. This is now a mainstream
4884 setting instead of a maintenance setting.
4885
4886 2008-10-23 Pedro Alves <pedro@codesourcery.com>
4887
4888 * observer.texi (thread_stop_requested): New.
4889
4890 2008-10-22 Joel Brobecker <brobecker@adacore.com>
4891
4892 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
4893 (Patching): Replace incorrect usage of @samp by @kbd.
4894
4895 2008-10-17 Michael Snyder <msnyder@vmware.com>
4896
4897 * gdb.texinfo: Add documentation for reverse execution.
4898
4899 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4900 Eli Zaretskii <eliz@gnu.org>
4901
4902 * gdb.texinfo. (Values From Inferior): New subsubsection.
4903
4904 2008-10-06 Doug Evans <dje@google.com>
4905
4906 * gdb.texinfo (set debug dwarf2-die): Document it.
4907
4908 2008-10-01 Joel Brobecker <brobecker@adacore.com>
4909
4910 * gdb.texinfo (catch) [exception]: Document how to insert
4911 a breakpoint on user-defined exceptions when the exception
4912 name is identical to one of the language-defined ones.
4913
4914 2008-09-27 Tom Tromey <tromey@redhat.com>
4915
4916 * gdb.texinfo (Macros): Remove text about stringification,
4917 varargs, and splicing.
4918
4919 2008-09-27 Tom Tromey <tromey@redhat.com>
4920
4921 * gdbint.texinfo (Language Support): Remove text about omitting
4922 support for a language.
4923
4924 2008-09-23 Doug Evans <dje@google.com>
4925
4926 * gdb.texinfo (info dcache): Update.
4927
4928 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
4929
4930 * gdb.texinfo (Packets): Add info on thread-id syntax and
4931 multiprocess extensions.
4932 <D>: Document multiprocess form of packet.
4933 <H>: Use thread-id syntax.
4934 <T>: Likewise.
4935 <vCont>: Likewise. Note this is required for multiprocess.
4936 <vKill>: New packet.
4937 (Stop Reply Packets) <T>: Use thread-id syntax.
4938 <W>: Document multiprocess form of reply.
4939 <X>: Likewise.
4940 (General Query Packets) <qC>: Use thread-id syntax.
4941 <qfThreadInfo>: Likewise.
4942 <qGetTLSAddr>: Likewise.
4943 <qP>: Likewise.
4944 <qSupported>: Add "multiprocess" feature.
4945 <qThreadExtraInfo>: Use thread-id syntax.
4946
4947 2008-09-22 Stan Shebs <stan@codesourcery.com>
4948
4949 * gdb.texinfo (Inferiors): New section.
4950
4951 2008-09-12 Pedro Alves <pedro@codesourcery.com>
4952
4953 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
4954
4955 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
4956
4957 * gdbint.texinfo (Target Conditionals): Remove documentation
4958 for gdbarch_name_of_malloc.
4959
4960 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
4961
4962 * gdb.texinfo (Interrupts): Mention TCP interface for
4963 sending BREAK.
4964
4965 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
4966
4967 * gdb.texinfo (Commands to Specify Files): Document "remote:"
4968 argument prefix to "set sysroot".
4969
4970 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
4971
4972 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
4973 and False.
4974
4975 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
4976
4977 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
4978 for possible features of -list-features.
4979
4980 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4981
4982 * gdb.texinfo (Background execution): Adjust example
4983 (GDB/MI Miscellaneous Commands): Document -list-target-features.
4984
4985 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4986
4987 * doc/gdb.texinfo (PowerPC): Fix typo.
4988 (PowerPC features): Fix typo.
4989
4990 2008-08-18 Pedro Alves <pedro@codesourcery.com>
4991
4992 * observer.texi (thread_ptid_changed): New.
4993
4994 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
4995
4996 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
4997 (PowerPC features): Mention feature set for VSX registers.
4998
4999 2008-08-13 Joel Brobecker <brobecker@adacore.com>
5000
5001 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5002 the direct visibility of all names in user-written packages.
5003
5004 2008-08-13 Pedro Alves <pedro@codesourcery.com>
5005
5006 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5007 setting, and make it the default.
5008 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5009 non-stop script example.
5010
5011 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5012
5013 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5014 reference to the "Using Different Register and Memory Data
5015 Representation" section.
5016
5017 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5018
5019 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5020 (Remote Protocol): Add Packet Acknowledgment to menu.
5021 (Overview): Mention +/- can be disabled, and point to new section
5022 where this is discussed in detail.
5023 (General Query Packets): Document QStartNoAckMode packet, and
5024 corresponding qSupported reply.
5025 (Packet Acknowledgment): New section.
5026
5027 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5028 Pedro Alves <pedro@codesourcery.com>
5029
5030 * gdb.texinfo (Threads): Move paragraph about automatic thread
5031 selection to All-Stop Mode subsection.
5032 (Thread Stops): Reorganize existing material into subsections.
5033 Add introductory blurb and menu.
5034 (Non-Stop Mode): New subsection.
5035 (Background Execution): New subsection.
5036 (Maintenance Commands): Add cross-references from async mode
5037 commands to the new Background Execution section.
5038
5039 2008-08-06 Tom Tromey <tromey@redhat.com>
5040
5041 * gdb.texinfo (Extending GDB): New chapter.
5042 (Sequences): Demoted chapter, now a section under the new
5043 Extending GDB chapter.
5044 (Python): New section.
5045
5046 2008-07-31 Stan Shebs <stan@codesourcery.com>
5047
5048 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5049
5050 2008-07-29 Stan Shebs <stan@codesourcery.com>
5051
5052 * gdbint.texinfo: General round of cleanup and minor
5053 clarifications.
5054 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5055 (Longjmp Support): Update description to reflect how it is done
5056 for targets without using native header.
5057 (Symbol Handling): Add a little more general explanation.
5058 (COFF, ELF): Mention stabs encapsulation.
5059 (DWARF 3): New section.
5060 (Adding a New Host): Scrub out some obsolete bits.
5061 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5062 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5063 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5064 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5065 SEEK_SET, STOP_SIGNAL, USG.
5066 (Raw and Virtual Register Representations): Ditto for
5067 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5068 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5069 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5070 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5071 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5072 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5073 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5074 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5075 DEPRECATED_USE_STRUCT_CONVENTION.
5076 Describe gdbarch_deprecated_fp_regnum.
5077 Update description of gdbarch_print_insn.
5078 (Adding a New Target): Scrub out obsolete bits.
5079 (Obsolete Conditionals): Remove entire section.
5080
5081 2008-07-25 Tom Tromey <tromey@redhat.com>
5082
5083 * observer.texi (GDB Observers): Document new observers:
5084 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5085 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5086 architecture_changed.
5087
5088 2008-07-21 Stan Shebs <stan@codesourcery.com>
5089
5090 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5091 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5092
5093 2008-07-21 Tom Tromey <tromey@redhat.com>
5094
5095 * observer.texi (GDB Observers): Remove obsolete comment.
5096 <executable_changed>: Remove argument.
5097
5098 2008-07-18 Tom Tromey <tromey@redhat.com>
5099
5100 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5101
5102 2008-07-10 Doug Evans <dje@google.com>
5103
5104 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5105
5106 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5107
5108 * gdb.texinfo (Starting): Document "set disable-randomization".
5109
5110 2008-07-07 Andreas Schwab <schwab@suse.de>
5111
5112 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5113
5114 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5115
5116 * gdb.texinfo (GDB/MI Target Manipulation): Add
5117 example of -target-attach.
5118
5119 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5120
5121 * observer.texi (target_resumed): New observer.
5122 * gdb.texinfo (GDB/MI Output Records): Document *running.
5123
5124 2008-06-06 Tom Tromey <tromey@redhat.com>
5125
5126 * gdb.texinfo (Completion): Add field name example.
5127
5128 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5129
5130 * gdb.texinfo (GDB/MI Program Context): Added example
5131 to -exec-arguments
5132
5133 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
5134
5135 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5136 annotation.
5137
5138 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5139 Nathan Sidwell <nathan@codesourcery.com>
5140 Joseph Myers <joseph@codesourcery.com>
5141
5142 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5143 and ACX_BUGURL.
5144 * configure: Regenerate.
5145 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5146 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5147 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5148 mailing-list-specific text about bug reporting unless
5149 BUGURL_DEFAULT.
5150
5151 2008-06-05 Pedro Alves <pedro@codesourcery.com>
5152
5153 * gdb.texinfo (-target-select): Remove reference to target async.
5154 (Maintenance Commands): Document "maint set/show remote-async".
5155
5156 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5157
5158 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5159 in -target-file-get section.
5160
5161 2008-05-22 Pedro Alves <pedro@codesourcery.com>
5162
5163 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5164 killing the inferior when it is already debugging a process.
5165
5166 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5167
5168 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5169 abbreviation for "finish".
5170
5171 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5172
5173 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5174
5175 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5176
5177 * gdbint.texinfo (Target Conditionals): Delete entry for
5178 gdbarch_dwarf_reg_to_regnum.
5179
5180 2008-05-09 Doug Evans <dje@google.com>
5181
5182 * gdb.texinfo: Document "find" command, qSearch:memory packet.
5183
5184 2008-05-05 Doug Evans <dje@google.com>
5185
5186 * gdb.texinfo (disassemble): Document /m modifier.
5187
5188 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5189
5190 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5191 will not report the time of commands that run the target.
5192
5193 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5194
5195 * gdb.texinfo (GDB/MI Output Records): Add
5196 missing semicolon.
5197
5198 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5199
5200 * gdb.texinfo (GDB/MI Output Records):
5201 Document =thread-create and =thread-exited.
5202
5203 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5204
5205 * gdb.texinfo (GDB/MI Development and Front Ends):
5206 Remove mention of dmi-discuss.
5207
5208 2008-05-03 Pedro Alves <pedro@codesourcery.com>
5209
5210 * observer.texi (thread_exit): New.
5211
5212 2008-05-02 Pedro Alves <pedro@codesourcery.com>
5213
5214 * gdb.texinfo (Debugging Output): Document "set/show debug
5215 displaced".
5216 (Maintenance Commands): Document "maint set/show
5217 can-use-displaced-stepping".
5218
5219 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5220
5221 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5222 and set/show arm force-mode.
5223
5224 2008-05-02 Andreas Schwab <schwab@suse.de>
5225
5226 * gdbint.texinfo (Algorithms): Describe
5227 target_watchpoint_addr_within_range.
5228
5229 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5230
5231 * gdbint.texinfo (Stack Frames): New chapter.
5232 (Algorithms): Move Frames text to the new chapter.
5233 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5234 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5235
5236 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5237
5238 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5239 output does not necessary include any tokens.
5240
5241 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
5242
5243 * gdb.texinfo (Set SH Calling convention): New @item.
5244 (Show SH Calling convention): Ditto.
5245
5246 2008-04-22 Markus Deuling <deuling@de.ibm.com>
5247
5248 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5249
5250 2008-04-20 Eli Zaretskii <eliz@gnu.org>
5251
5252 * gdb.texinfo (Set Breaks): Mention that multiple location
5253 breakpoints need line number info. Add index entries.
5254
5255 2008-04-19 Craig Silverstein <csilvers@google.com>
5256
5257 * gdb.texinfo (Requirements): Add an optional requirement on
5258 zlib.
5259 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5260 Compressed DWARF 2.
5261
5262 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5263
5264 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5265 sample output for 'stopped,reason="breakpoint-hit"' message.
5266 (GDB/MI Program Execution): Likewise.
5267
5268 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5269
5270 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
5271 -var-set-format. Add -f option to -var-evaluate-expression.
5272
5273 2008-04-03 Joel Brobecker <brobecker@adacore.com>
5274
5275 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5276 new node "Ambiguous Expressions". Replace references to this
5277 node by references to "Ambiguous Expressions" throughout.
5278 (Ambiguous Expressions): New node.
5279
5280 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5281
5282 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5283
5284 2008-03-21 Pedro Alves <pedro@codesourcery.com>
5285
5286 * gdb.texinfo (Debugging Output): Document
5287 "set/show debug lin-lwp-async".
5288 (Maintenance Commands): Document "maint set/show linux-async".
5289
5290 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5291
5292 * gdb.texinfo (Expressions): Update description of malloced arrays.
5293
5294 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5295
5296 * gdb.texinfo (Thread Commands): Document
5297 -thread-info. Remove -thread-list-all-threads.
5298
5299 2008-03-14 Pedro Alves <pedro@codesourcery.com>
5300 Sandra Loosemore <sandra@codesourcery.com>
5301
5302 * gdb.texinfo (Library List Format): Update to mention the
5303 possibility to pass section addresses instead of segment
5304 addresses.
5305
5306 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5307
5308 * gdb.texinfo (Starting): Document "set exec-wrapper".
5309 (Server): Document gdbserver --wrapper.
5310
5311 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5312
5313 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5314 unreadable memory. Delete obsolete SPARClite reference.
5315
5316 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5317
5318 * gdb.texinfo (Starting): Mention always-running targets.
5319 (Target Commands): Add an anchor for load.
5320 (Connecting): Explain continue instead of run.
5321
5322 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5323
5324 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5325
5326 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
5327
5328 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5329 breakpoint table.
5330
5331 2008-02-19 Pedro Alves <pedro@codesourcery.com>
5332
5333 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5334 killing the inferior when it is already debugging a process.
5335
5336 2008-02-13 Markus Deuling <deuling@de.ibm.com>
5337
5338 * gdbint.texinfo (Build Script): New section. Mention new build script
5339 gdb_buildall.sh.
5340
5341 2008-02-01 Jim Blandy <jimb@red-bean.com>
5342
5343 * gdb.texinfo (Help): Summarize 'info args' correctly.
5344
5345 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5346
5347 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5348 available in PowerPC architecture.
5349 (Embedded Processors): Change node name of PowerPC item in menu.
5350 (PowerPC): Rename to...
5351 (PowerPC Embedded): this.
5352 (Architectures): Add new PowerPC item in menu.
5353 (PowerPC): New node.
5354
5355 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5356
5357 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5358 commands.
5359
5360 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5361
5362 * gdb.texinfo (Setting Catchpoints): Mention features
5363 supported on GNU/Linux.
5364
5365 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
5366
5367 * gdb.texinfo (GDB/MI File Commands): Describe new output
5368 field for MI command -file-list-exec-source-file.
5369
5370 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5371
5372 * gdb.texinfo (Using the `gdbserver' Program): Add security
5373 warning. Rearrange into subsections and subsubsections. Document
5374 --multi and --debug. Correct --with-sysroot typo. Update --attach
5375 usage. Make load reference clearer. Document monitor exit.
5376 (Remote Configuration): Document set remote exec-file, attach-packet,
5377 and run-packet.
5378 (Packets): Document vAttach and vRun.
5379
5380 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
5381
5382 * gdb.texinfo (Processes): Mention process command.
5383 detach-on-follow -> detach-on-fork.
5384
5385 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5386
5387 * gdbint.texinfo (Native Conditionals): Remove
5388 SHELL_COMMAND_CONCAT and SHELL_FILE.
5389
5390 2008-01-26 Eli Zaretskii <eliz@gnu.org>
5391
5392 * gdb.texinfo (Specify Location): Improve wording.
5393
5394 2008-01-23 Chris Demetriou <cgd@google.com>
5395
5396 * gdb.texinfo (Threads): Document new "set print thread-events"
5397 and "show print thread-events" commands.
5398
5399 2008-01-19 Eli Zaretskii <eliz@gnu.org>
5400
5401 * gdb.texinfo (Specify Location): New section.
5402 (Delete Breaks, Edit, Set Breaks): Remove description of
5403 locations. Instead, add a reference to "Specify Location".
5404 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5405 (Symbols): Refer to "Specify Location" for the valid forms of
5406 linespecs and locations.
5407
5408 2008-01-18 Markus Deuling <deuling@de.ibm.com>
5409
5410 * gdbint.texinfo (Target Conditionals): Replace the description of
5411 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5412
5413 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5414
5415 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5416 about &&var, which is rejected by the expression parser.
5417
5418 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
5419
5420 * gdb.texinfo (Output): Update documentation on using printf with DFP
5421 types.
5422
5423 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5424
5425 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5426 subsubsection.
5427 (Decimal Floating Point format): New subsubsection.
5428
5429 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5430
5431 * gdb.texinfo (File Options): Remove mention of the attempt to
5432 open a core file with the -p option. Don't list -c as a valid
5433 option to attach to a process.
5434
5435 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5436
5437 * gdbint.texinfo (Host Conditionals): Remove mention of
5438 ALIGN_STACK_ON_ENTRY.
5439
5440 2008-01-05 Joel Brobecker <brobecker@adacore.com>
5441
5442 * gdbint.texinfo (Start of New Year Procedure): Add item
5443 describing how to update the source and documentation copyright
5444 notices.
5445
5446 2007-12-18 Jim Blandy <jimb@codesourcery.com>
5447
5448 * gdb.texinfo (Set Watchpoints): Integrate per-thread
5449 watchpoint explanation into the main description of the watchpoint
5450 command; update synopses of 'watch', 'rwatch', and 'awatch'
5451 commands.
5452
5453 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5454
5455 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5456 Document 'pending-breakpoints' feature of
5457 -list-features.
5458
5459 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
5460
5461 * gdb.texinfo: Add new parameter's description.
5462
5463 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5464
5465 * gdb.texinfo (Overview): Clarify run-length encoding
5466 example. Remove the restriction on "+" and "-" characters.
5467
5468 2007-12-15 Eli Zaretskii <eliz@gnu.org>
5469
5470 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5471
5472 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5473
5474 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5475 the -f option for -break-insert, remove -r option,
5476 and clarify specification of location.
5477
5478 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5479
5480 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5481 formatting.
5482 (Remote Debugging): Add File Transfer section.
5483 (Remote Configuration): Document Host I/O packets.
5484 (GDB/MI): Add GDB/MI File Transfer Commands section.
5485 (Host I/O Packets): New section in "Remote Protocol".
5486 (Packets): Add vFile.
5487
5488 2007-11-17 Eli Zaretskii <eliz@gnu.org>
5489
5490 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5491 breakpoints with multiple locations.
5492 (Breakpoint Menus): Improve wording.
5493 (Output): Fix last change.
5494
5495 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5496
5497 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5498
5499 2007-11-15 Doug Evans <dje@google.com>
5500
5501 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5502
5503 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5504
5505 * gdbint.texinfo (Native Conditionals): Remove
5506 mention of CLEAR_SOLIB.
5507
5508 2007-11-11 Joel Brobecker <brobecker@adacore.com>
5509
5510 * gdb.texinfo (Print Settings): Add documentation for "set/show
5511 print frame-arguments".
5512
5513 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
5514
5515 * gdb.texinfo (Output): Update printf command's description.
5516
5517 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5518
5519 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5520 powerpc soft-float".
5521
5522 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5523
5524 * gdb.texinfo (Files): Correct formatting. Mention Expat
5525 requirement.
5526 (Requirements for Building GDB): Expand the list of Expat
5527 uses.
5528 (Library List Format, Memory Map Format): Mention Expat.
5529 (Target Descriptions): Update Expat wording.
5530
5531 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5532
5533 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5534 Document that gdbarch_convert_register_p should return zero for no-op
5535 conversions.
5536
5537 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5538
5539 * gdbint.texi (Compiler Characteristics): Move documentation
5540 of set_gdbarch_sofun_address_maybe_missing back to ...
5541 (Target Conditionals): ... here to fix build break.
5542
5543 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5544
5545 * gdbint.texi (Target Conditionals): Remove documentation of
5546 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5547 (Compiler Characteristics): ... documentation of
5548 set_gdbarch_sofun_address_maybe_missing.
5549
5550 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5551
5552 * gdbint.texinfo (Target Conditionals): Use
5553 frame_unwind_register_unsigned in examples instead of
5554 frame_unwind_unsigned_register.
5555
5556 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5557
5558 * gdb.texinfo (Predefined Target Types): Add int128
5559 and uint128.
5560 (Standard Target Features): Add PowerPC features.
5561
5562 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5563
5564 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5565
5566 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5567
5568 * gdbint.texi (Target Conditionals): Remove documentation
5569 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5570 gdbarch_extract_return_value, and gdbarch_store_return_value.
5571
5572 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5573
5574 * gdbint.texi (Target Conditionals): Remove documentation of
5575 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5576
5577 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
5578
5579 * gdb.texinfo: Mention that inaccessible-by-default is on by
5580 default.
5581
5582 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5583
5584 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
5585
5586 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5587
5588 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
5589 multi-threaded watchpoints.
5590 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
5591 checked. Describe sticky notification. Expand description
5592 of steppable and continuable watchpoints.
5593 (Watchpoints and Threads): New subsection.
5594
5595 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
5596
5597 * gdb.texinfo (Setting Breakpoints): Revise
5598 documentation for pending breakpoints. Document
5599 breakpoints with multiple locations.
5600
5601 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
5602
5603 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5604 Document -list-features.
5605
5606 2007-09-15 Eli Zaretskii <eliz@gnu.org>
5607
5608 * gdb.texinfo (Output): Spell out which features of C's printf are
5609 not supported by GDB's printf.
5610 (Separate Debug Files): More accurate wording regarding build ID
5611 and a reference to the ld manual rather than the Fedora wiki.
5612
5613 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5614 Jim Blandy <jimb@codesourcery.com>
5615
5616 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
5617 (Examining Memory): Update mentions of the 's' format.
5618 (Automatic Display): Likewise.
5619
5620 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
5621
5622 * gdb.texinfo: Update the FSF's Back-Cover Text.
5623
5624 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5625 Eli Zaretskii <eliz@gnu.org>
5626
5627 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
5628 Fixed the ``build ID'' name. New binaries build instructions for the
5629 build ID inclusion. Explain how the commands are specific to the build
5630 ID vs. debug link.
5631
5632 2007-09-01 Eli Zaretskii <eliz@gnu.org>
5633
5634 * gdb.texinfo (Separate Debug Files): Fix last change. Add
5635 indexing for ``build ID'' support.
5636
5637 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5638
5639 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
5640 Enlisted BUILD ID to the debug file searching example.
5641 Included a BUILD ID `.note.gnu.build-id' section description.
5642 Updated/added the debug files splitting instructions for OBJCOPY.
5643
5644 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
5645
5646 * gdb.texinfo (Variable Objects): Adjust docs
5647 for -var-info-expression and document
5648 -var-info-path-expression.
5649
5650 2007-08-20 Jim Blandy <jimb@codesourcery.com>
5651
5652 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
5653 (title page): Include the dedication in the printed manual, as a
5654 separate page after the copyright notice.
5655
5656 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
5657 don't break a @var across a line.
5658
5659 2007-07-25 Maciej W. Rozycki <macro@mips.com>
5660
5661 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
5662 for include files.
5663
5664 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
5665
5666 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5667 in annotate.texinfo.
5668 (Command History): Link to new node.
5669
5670 2007-07-05 Markus Deuling <deuling@de.ibm.com>
5671
5672 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
5673
5674 2007-07-05 Eli Zaretskii <eliz@gnu.org>
5675
5676 * gdbint.texinfo (Target Conditionals): Fix last change.
5677
5678 2007-07-03 Markus Deuling <deuling@de.ibm.com>
5679
5680 * gdb.texinfo: Replace following macros by their appropriate gdbarch
5681 routines:
5682 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
5683 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
5684 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
5685 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
5686 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
5687 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
5688 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
5689 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
5690 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
5691 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5692 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
5693 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
5694 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5695 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
5696 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
5697 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
5698 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
5699 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
5700 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
5701 (SOFTWARE_SINGLE_STEP_P)
5702
5703 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
5704 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
5705
5706 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
5707 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
5708 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
5709 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
5710 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
5711 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
5712 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
5713 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
5714 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
5715 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
5716
5717 (Converting an existing Target Architecture to Multi-arch): Remove
5718 section.
5719
5720 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
5721 (gdbarch_addr_bits_remove): Add code example.
5722
5723 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
5724
5725 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5726
5727 * gdb.texinfo (Remote Configuration): Document library-info-packet.
5728 Add other missing entries. Adjust the table size to fit.
5729 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
5730 stop reasons including the new "library" event.
5731 (General Query Packets): Adjust table widths for qSupported. Mention
5732 qXfer:libraries:read reply to qSupported and document the new packet.
5733 (Library List Format): New section.
5734
5735 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5736
5737 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
5738
5739 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
5740
5741 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
5742
5743 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
5744
5745 * gdbint.texinfo (Register and Memory Data): Break sections
5746 into nodes and add a menu.
5747
5748 2007-06-21 Maciej W. Rozycki <macro@mips.com>
5749
5750 * gdb.texinfo (Examining Memory): Document the new behaviour.
5751
5752 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
5753
5754 * gdb.texinfo (Standard Target Features): Document
5755 m68k features.
5756
5757 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5758
5759 * gdb.texinfo (General Query Packets): Document qOffsets changes.
5760
5761 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5762
5763 * gdb.texinfo (Target Description Format): Add version attribute
5764 for <target>.
5765
5766 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5767
5768 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
5769
5770 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5771
5772 * gdb.texinfo (MIPS Features): New subsection.
5773
5774 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5775 Markus Deuling <deuling@de.ibm.com>
5776
5777 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
5778 and qXfer:spu:write packets and mention them under qSupported.
5779
5780 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5781 Markus Deuling <deuling@de.ibm.com>
5782
5783 * gdb.texinfo (Architectures): Add new SPU section to document
5784 Cell Broadband Engine SPU architecture specific commands.
5785
5786 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
5787
5788 * gdb.texinfo (GDB/MI Variable Objects): Editorial
5789 comments.
5790
5791 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
5792
5793 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
5794
5795 2007-05-29 Jim Blandy <jimb@codesourcery.com>
5796
5797 * gdb.texinfo (Overview): Doc fix.
5798
5799 2007-05-22 Maciej W. Rozycki <macro@mips.com>
5800
5801 * gdb.texinfo (Remote Configuration): Document "set/show
5802 remoteflow".
5803
5804 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
5805
5806 * gdb.texinfo (MIPS): Remove documentation for set mips
5807 saved-gpreg-size, show mips saved-gpreg-size, and set mips
5808 stack-arg-size.
5809
5810 2007-05-14 Bob Wilson <bob.wilson@acm.org>
5811
5812 * all-cfg.texi (GDBTUI): New.
5813 * gdb.texinfo (Mode Options): Use GDBTUI variable.
5814 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
5815 (TUI Configuration): Edit to improve clarity and fix problems of
5816 both style and content.
5817
5818 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5819
5820 * observer.texi (GDB Observers): New observer "new_objfile".
5821
5822 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5823
5824 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
5825
5826 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
5827
5828 * gdb.texinfo (GDB/MI Variable Objects): Document
5829 frozen variables objects.
5830
5831 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
5832
5833 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
5834 (Character Sets, Caching Data of Remote Targets): Likewise.
5835 (Targets): Delete Remote node. Move its text...
5836 (Debugging Remote Programs): ...to here. Delete description
5837 of the "remote" command.
5838 (Remote configuration): Delete description of "set remotedevice"
5839 and "show remotedevice".
5840 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
5841
5842 2007-04-11 Bob Wilson <bob.wilson@acm.org>
5843
5844 * gdb.texinfo (Contributors, Continuing and Stepping)
5845 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
5846 (General Query Packets, File-I/O Remote Protocol Extension)
5847 (Protocol Basics, The F Reply Packet, Write)
5848 (Protocol-specific Representation of Datatypes, Memory Transfer):
5849 Fix hyphenation, punctuation and grammar problems.
5850 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
5851 'section' instead of 'subsection' in the text.
5852 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
5853 (i386): Remove period from section name.
5854 (Installing GDB, Requirements, Running Configure, Separate Objdir)
5855 (Config Names, Configure Options): Use @file{configure}.
5856
5857 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
5858
5859 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
5860 and tab expansion.
5861
5862 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
5863
5864 * gdbint.texinfo (SOM): Correct location of the SOM reader.
5865
5866 2007-04-02 Bob Wilson <bob.wilson@acm.org>
5867
5868 * gdb.texinfo: Consistently capitalize all significant words in
5869 node names, chapter titles, section titles, and headings. Update
5870 cross references to match.
5871 (Starting and Stopping Trace Experiment): Make node name plural.
5872 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5873
5874 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
5875
5876 * gdb.texinfo (WinCE): Delete obsolete subsection.
5877
5878 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5879
5880 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
5881 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
5882 references.
5883
5884 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5885
5886 * gdb.texinfo (Startup): Delete references to some alternate
5887 names for .gdbinit.
5888 (Thread): Remove LynxOS reference.
5889 (Tandem ST2000): Delete target-specific documentation.
5890 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
5891 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
5892 and GDB_OSABI_LYNXOS.
5893
5894 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
5895
5896 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
5897
5898 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
5899
5900 * gdbint.texinfo (Target Conditionals): Remove mention of
5901 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
5902 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
5903
5904 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
5905
5906 * Makefile.in: Add "pdfdir" installation
5907 directory, PDFTEX macro, support for "install-pdf" target,
5908 and rules for making a pdf version of refcard.texi.
5909 * refcard.tex: Specify paper size for PDF output.
5910
5911 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5912
5913 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5914
5915 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5916
5917 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
5918 (Source Path, Character Sets, Macros, Define)
5919 (GDB/MI Result Records, GDB/MI Simple Examples)
5920 (GDB/MI Program Execution, GDB/MI File Commands)
5921 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
5922 (Bug Reporting): Use @value{GCC}.
5923
5924 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5925
5926 * gdb.texinfo (Help): Fix formatting of examples.
5927 (Variables): Use @ifnotinfo instead of @iftex.
5928 (Non-debug DLL symbols): Use @ref instead of @pxref.
5929 (Sparclet File): Use @samp instead of quotes.
5930
5931 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5932
5933 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
5934
5935 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5936
5937 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
5938 the order of the nodes.
5939 (C Operators, C Constants, Debugging C): Remove extra menus.
5940 (Method Names in Commands): Do not specify next/prev/up nodes.
5941
5942 2007-03-26 Bob Wilson <bob.wilson@acm.org>
5943
5944 * gdb.texinfo (File Options): Add missing parenthesis.
5945 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
5946
5947 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5948
5949 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
5950
5951 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5952
5953 * gdb.texinfo (Standard Target Features): Mention
5954 case insensitivity.
5955 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
5956
5957 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
5958
5959 * gdb.texinfo (Top): Put Appendix A after numbered sections.
5960 (Files): Add section name to argument list for pxref.
5961 (Non-debug DLL symbols): Don't use `see' for pxref.
5962 (Embedded Processors): Fix typo.
5963 (GDB/MI Breakpoint Commands): Execution commands generate
5964 *stopped not ^done.
5965
5966 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
5967
5968 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
5969 values for in_scope. Mention that only root variables can be
5970 updated.
5971 (GDB/MI Development and Front Ends): Explain new values may be
5972 added to existing fields.
5973
5974 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5975
5976 * gdb.texinfo (-target-disconnect): Use @smallexample.
5977 (Requirements): Add anchor for Expat. Update description.
5978 (Target Descriptions): Mention Expat.
5979 (Target Description Format): Document new elements. Use
5980 @smallexample.
5981 (Predefined Target Types, Standard Target Features): New sections.
5982 * gdbint.texinfo (Target Descriptions): New section.
5983
5984 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5985
5986 * gdb.texinfo (Target Description Format): Add section on XInclude.
5987
5988 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
5989
5990 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
5991 command -enable-timings.
5992
5993 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
5994
5995 * gdbint.texinfo (Operation System ABI Variant Handling): Update
5996 descriptions for new/deleted elements in gdb_osabi. Add missing
5997 description for function generic_elf_osabi_sniff_abi_tag_sections.
5998
5999 2007-01-29 Joel Brobecker <brobecker@adacore.com>
6000
6001 * gdb.texinfo (Maintenance Commands): Add documentation for
6002 the new "maint print target-stack" command.
6003
6004 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6005 Eli Zaretskii <eliz@gnu.org>
6006
6007 * gdb.texinfo: Describe CHAR array vs. string identification rules.
6008
6009 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6010
6011 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6012 Use @value{NGCC} instead of @value{GCC}.
6013
6014 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6015
6016 * agentexpr.texi: Fix typos.
6017 * annotate.texinfo: Likewise.
6018 * gdb.texinfo: Likewise.
6019 * gdbint.texinfo: Likewise.
6020 * observer.texi: Likewise.
6021 * stabs.texinfo: Likewise.
6022
6023 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6024
6025 * gdbint.texinfo (Support Libraries): Remove mmalloc
6026 entry. Describe readline library.
6027
6028 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6029
6030 * gdb.texinfo (Target Descriptions): New section.
6031 (General Query Packets): Add QPassSignals anchor. Mention
6032 qXfer:features:read under qSupported. Expand mentions of
6033 qXfer:memory-map:read and QPassSignals. Document
6034 qXfer:features:read.
6035
6036 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6037
6038 * gdb.texinfo (Commands to specify files): Describe
6039 "set sysroot" and "show sysroot".
6040 (Using the `gdbserver' program): Lowercase argument
6041 to @var. Expand description of setting up GDB on the
6042 host.
6043
6044 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6045
6046 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6047 catch exception, catch exception unhandled, and catch assert
6048 commands.
6049
6050 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6051
6052 * gdb.texinfo (Debugging Output): Document "set debug xml"
6053 and "show debug xml".
6054
6055 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6056
6057 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6058
6059 2007-01-01 Joel Brobecker <brobecker@adacore.com>
6060
6061 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6062
6063 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6064
6065 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6066 note in @ignore, to be removed later if nobody complains.
6067
6068 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6069
6070 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6071 of -var-delete.
6072
6073 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
6074
6075 * gdb.texinfo (Setting breakpoints): Document
6076 automatic software/hardware breakpoint usage and
6077 the "set breakpoint auto-hw" command.
6078
6079 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6080
6081 * gdb.texinfo (Memory Access Checking): New.
6082
6083 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6084
6085 * gdb.texinfo (Remote configuration): Mention
6086 "pass-signals-packet".
6087 (General Query Packets): Document QPassSignals. Fix
6088 a typo.
6089
6090 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6091
6092 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6093
6094 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6095
6096 * gdb.texinfo (Remote configuration): Rewrite documentation for
6097 packet configuration commands.
6098 (OS Information): Adjust reference to qXfer:auxv:read.
6099 (General Query Packets): Remove references to read-aux-vector-packet
6100 and set remote get-thread-local-storage-address.
6101
6102 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6103
6104 * gdbint.texinfo (Target Architecture Definition): Add new
6105 Initializing a New Architecture section.
6106
6107 2006-10-31 David Taylor <dtaylor@emc.com>
6108
6109 * stabs.texinfo (Macro define and undefine): New node describing
6110 stabs for #define and #undef.
6111
6112 2006-10-27 Andreas Schwab <schwab@suse.de>
6113
6114 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6115
6116 2006-10-21 Eli Zaretskii <eliz@gnu.org>
6117
6118 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6119 clarify on the possible meanings of ``expression'' watched by
6120 watchpoints. Add indexing.
6121 (Prompting, Errors, Invalidation, Annotations for Running)
6122 (Source Annotations): Fix index entries by adding "annotation" to
6123 them, to discriminate from index entries that point to the more
6124 general topic descriptions.
6125
6126 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6127
6128 * gdbint.texinfo (Target Vector Definition): Move most
6129 content into Existing Targets. Add a menu.
6130 (Existing Targets): New section, moved from Target Vector
6131 Definition. Use @subsection.
6132 (Managing Execution State): New section.
6133
6134 2006-10-16 Bob Wilson <bob.wilson@acm.org>
6135
6136 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6137
6138 2006-10-15 Eli Zaretskii <eliz@gnu.org>
6139
6140 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6141 (Command Syntax, Signals, Backtrace, Connecting)
6142 (Remote configuration, Renesas Boards, Console I/O): Fix last
6143 change: use Ctrl- instead of C-, except wrt Emacs.
6144 (File-I/O Examples): Put Ctrl-c in @kbd.
6145 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6146 (Console I/O): Use @samp with Ctrl-.
6147 (Signals, Set Breaks, Set Watchpoints): Document optional
6148 arguments to `info signals' `handle', `info breakpoints', and
6149 `info watchpoints'.
6150
6151 2006-10-14 Eli Zaretskii <eliz@gnu.org>
6152
6153 * gdb.texinfo (Backtrace): Fix last change.
6154
6155 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
6156
6157 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6158
6159 2006-10-10 Bob Wilson <bob.wilson@acm.org>
6160
6161 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6162 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6163 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6164
6165 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6166 Daniel Jacobowitz <dan@codesourcery.com>
6167
6168 * gdb.texinfo (Packets): Document vFlashErase,
6169 vFlashWrite and vFlashDone packets.
6170 (General Query Packets): Document qXfer:memory-map:read.
6171 Add a new feature for qXfer:memory-map:read.
6172 (Memory map format): New section.
6173 (Target Commands): Mention that gdb can write flash.
6174
6175 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6176 Daniel Jacobowitz <dan@codesourcery.com>
6177
6178 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6179 memory regions and "mem auto".
6180
6181 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6182
6183 * gdbint.texinfo (Array Containers): New section.
6184
6185 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6186
6187 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6188 -stack-list-arguments HIGH_FRAME argument can be larger then the
6189 actual number of frames.
6190
6191 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6192
6193 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6194 -stack-list-locals HIGH_FRAME argument can be larger then the
6195 actual number of frames.
6196
6197 2006-09-02 Bob Wilson <bob.wilson@acm.org>
6198
6199 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6200 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6201
6202 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6203
6204 * gdbint.texinfo (Overall Structure): New section "Source Tree
6205 Structure".
6206
6207 2006-08-17 Jim Blandy <jimb@codesourcery.com>
6208
6209 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6210 responses.
6211
6212 2006-08-08 Joel Brobecker <brobecker@adacore.com>
6213
6214 * gdb.texinfo (Source Path): Add documentation for new
6215 substitute-path commands.
6216
6217 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6218
6219 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6220 (Running Configure): ...here.
6221 (Requirements): New node. Mention expat.
6222
6223 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6224
6225 * gdb.texinfo (Target Commands): Remove
6226 'set download-write-size' and 'show download-write-size'.
6227
6228 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6229
6230 * stabs.texinfo (Member Type Descriptor): Correct example for
6231 pointer to member types.
6232
6233 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6234
6235 * gdb.texinfo (Optional warnings and messages): Add
6236 'set/show trace-commands'.
6237 (Command files): Add '-v' to source command.
6238
6239 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6240
6241 * gdb.texinfo (OS Information): Update qPart reference to
6242 qXfer.
6243 (Remote configuration): Likewise.
6244 (Overview): Move @cindex to the start of a paragraph. Talk
6245 about binary data encoding.
6246 (Packets): Refer to the overview for the details of the X
6247 packet encoding.
6248 (General Query Packets): Remove qPart description. Add qXfer
6249 description. Add an anchor to qSupported. Correct feature
6250 table title. Add a new feature for qXfer:auxv:read.
6251 (Interrupts): Add a missing parenthesis.
6252
6253 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6254
6255 * gdb.texinfo (KOD): Remove node.
6256 (GDB/MI Kod Commands): Remove commented out node.
6257
6258 2006-07-01 Eli Zaretskii <eliz@gnu.org>
6259
6260 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6261 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6262 (GDB/MI Thread Commands, GDB/MI Program Execution)
6263 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6264 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6265 (GDB/MI File Commands, GDB/MI Target Manipulation)
6266 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6267 since the MI prompt is hard-wired into the code.
6268
6269 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
6270
6271 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6272 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6273 (GDB/MI Data Manipulation): Remove description of unimplemented
6274 display related commands as variable objects perform this function
6275 and are superior: -display-delete, -display-disable,
6276 -display-enable, -display-insert and -display-list. Move
6277 -environment-cd, -environment-directory, -environment-path
6278 and -environment-pwd to "Program Context".
6279 (GDB/MI Program Control): Rename to "Program Execution". Move
6280 -exec-arguments -exec-abort to...
6281 (GDB/MI Program Context): ...here. New node split from "Data
6282 Manipulation".
6283
6284 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6285
6286 * gdb.texinfo (Remote configuration): Document set / show
6287 remote supported-packets.
6288 (General Query Packets): Document qSupported packet.
6289
6290 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6291
6292 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6293 and font markup.
6294 (Protocol basics): Likewise.
6295 (The F request packet): Likewise.
6296 (The F reply packet): Likewise.
6297 (Memory transfer): Move this node to be a subsubsection of
6298 "Protocol specific representation of datatypes".
6299 (The Ctrl-C message): More copy editing.
6300 (Console I/O): Likewise.
6301 (The isatty call): Delete this node, and merge its content into
6302 the "isatty" node. Fixed references elsewhere.
6303 (The system call): Delete this node, and merge its content into
6304 the "system" node. Fixed references elsewhere.
6305 (open): Reformat to use @table, and add appropriate font markup.
6306 (close): Likewise.
6307 (read): Likewise.
6308 (write): Likewise.
6309 (lseek): Likewise.
6310 (rename): Likewise.
6311 (unlink): Likewise.
6312 (stat/fstat): Likewise.
6313 (gettimeofday): Likewise.
6314 (isatty): Likewise.
6315 (system): Likewise, plus minor changes to fix confusing wording.
6316 (Integral datatypes): Fix font markup.
6317 (Pointer values): Likewise.
6318 (struct stat): Fix markup to use @table, plus minor copy editing.
6319 (struct timeval): Fix font markup, plus minor copy editing.
6320 (Constants): Minor copy editing.
6321 (Errno values): Add font markup.
6322 (File-I/O Examples): Likewise.
6323
6324 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
6325
6326 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6327 (GDB/MI Simple Examples): Move node up one level. Use real
6328 examples.
6329 (GDB/MI Compatibility with CLI): Update.
6330 (GDB/MI Result Records): Add "connected" and "exit" result
6331 classes.
6332 (GDB/MI Stream Records): Clarify target output.
6333 (GDB/MI Command Description Format): Modify example description.
6334 (GDB/MI Breakpoint Table Commands): Rename to...
6335 (GDB/MI Breakpoint Commands): ...this
6336 (GDB/MI Breakpoint Commands): Add optional thread field.
6337 (GDB/MI Program Control): Add an introduction. Move "Program
6338 termination" examples into exec-run description.
6339 (GDB/MI File Commands): Mention similar CLI commands.
6340 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6341 is similar to "-gdb-version".
6342
6343 2006-06-09 Eli Zaretskii <eliz@gnu.org>
6344
6345 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6346
6347 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
6348
6349 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6350 sourceware.org for mailing lists.
6351 (GDB/MI File Commands): New node split from Program Control.
6352
6353 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
6354
6355 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
6356
6357 2006-05-22 Eli Zaretskii <eliz@gnu.org>
6358
6359 * gdb.texinfo (Cygwin Native): Fix last change.
6360
6361 2006-05-22 Christopher Faylor <cgf@timesys.com>
6362
6363 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6364
6365 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
6366
6367 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6368 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6369
6370 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6371
6372 * gdb.texinfo (General Query Packets): Recommend not starting
6373 new packets with qC and clarify.
6374
6375 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
6376
6377 * gdb.texinfo (M2 Types): New section.
6378
6379 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6380
6381 * agentexpr.texi: Add a copyright and license notice.
6382 * observer.texi: Likewise, with GPL clause for function prototypes.
6383 Remove trailing whitespace.
6384
6385 2006-05-05 Jim Blandy <jimb@codesourcery.com>
6386
6387 * gdb.texinfo (General Query Packets): Document conventions for
6388 terminating packet names, and their violations.
6389
6390 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6391
6392 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6393 * gdb.texinfo: Likewise.
6394
6395 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6396
6397 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6398 and "show remotedebug".
6399 (Debugging Output): Add additional index entries.
6400
6401 2006-04-27 Michael Snyder <msnyder@redhat.com>
6402
6403 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6404
6405 2006-04-22 Andrew Cagney <cagney@redhat.com>
6406
6407 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6408 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6409
6410 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6411
6412 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6413 and remove breakpoint prototypes.
6414 (Watchpoints): Move description of target_insert_hw_breakpoint and
6415 target_remove_hw_breakpoint ...
6416 (Breakpoints): ... to here. Document target_insert_breakpoint and
6417 target_remove_breakpoint.
6418
6419 2006-04-17 Jim Blandy <jimb@codesourcery.com>
6420
6421 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6422 and C packets are optional.
6423
6424 2006-04-14 Frederic Riss <frederic.riss@st.com>
6425
6426 * gdb.texinfo (Specifying source directories): Update the description
6427 of the source file search to reflect the fact that the source path
6428 always contains at least $cdir and $cwd.
6429
6430 2006-03-31 Michael Snyder <msnyder@redhat.com>
6431
6432 * gdb.texinfo: Update copyright dates.
6433
6434 2006-03-31 Eli Zaretskii <eliz@gnu.org>
6435
6436 * gdb.texinfo (Overview): Add an index entry to "empty response".
6437
6438 2006-03-28 Jim Blandy <jimb@codesourcery.com>
6439
6440 * gdbint.texinfo (Prologue Analysis): New section.
6441
6442 2006-03-07 Jim Blandy <jimb@red-bean.com>
6443
6444 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6445
6446 * gdb.texinfo (Target Commands): Update text describing how to
6447 specify a target. Refer to the detailed section on remote
6448 debugging, not the brief mention.
6449
6450 * gdb.texinfo (Connecting): Organize the different 'target remote'
6451 connection methods into a table. Add a 'target remote' index
6452 entry. (!!!)
6453
6454 2006-02-17 Fred Fish <fnf@specifix.com>
6455
6456 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6457 'ptype' commands to reflect the fact that the only significant
6458 difference between them is that ptype prints the complete type
6459 description instead of just the name.
6460
6461 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6462
6463 * gdbint.texinfo (Watchpoints): Delete
6464 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6465
6466 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
6467
6468 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6469 times fields where needed. Fix typos. Update general form given
6470 for output of -break-insert.
6471 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6472
6473 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6474
6475 * gdbint.texinfo (Symbol Handling): Add a section
6476 on memory management.
6477
6478 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
6479
6480 * gdb.texinfo (Breakpoint table commands): Document the fullname
6481 field in -break-list output.
6482
6483 2006-02-03 Eli Zaretskii <eliz@gnu.org>
6484
6485 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6486 debugging information produced by the various "set debug..."
6487 options.
6488
6489 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6490
6491 * gdb.texinfo (Files): Remove obsolete bits from the description
6492 of "symbol-file".
6493
6494 2006-01-25 Jim Blandy <jimb@redhat.com>
6495
6496 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6497
6498 2006-01-24 Jim Blandy <jimb@redhat.com>
6499
6500 * gdbint.texinfo (Frames): Document the basics of GDB's register
6501 unwinding model, and explain the existence of the "sentinel" frame.
6502
6503 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6504
6505 * gdb.texinfo (Choosing files): Mention that -directory is used
6506 for script files.
6507 (Specifying source directories): Likewise.
6508 (Command files): Explain how script files are found.
6509
6510 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6511
6512 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6513 the threads in a multi-threaded program.
6514 (Threads): The threadno argument of "thread apply" can be a range
6515 of numbers.
6516
6517 2006-01-18 Jim Blandy <jimb@redhat.com>
6518
6519 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6520 of warning flags.
6521
6522 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6523
6524 * gdb.texinfo (Sequences): Improve menu annotations.
6525 (Define): Add index entries for arguments of user-defined
6526 commands. Move the description of flow-control commands...
6527 (Command Files): ...to here. Document loop_break and
6528 loop_continue.
6529 (Define, Command Files): Document `end' and add index entries for
6530 it.
6531
6532 2006-01-04 Michael Snyder <msnyder@redhat.com>
6533
6534 * gdb.texinfo: Add documentation for linux-fork.
6535 * gdbint.texinfo: Add internal documentation for checkpoints.
6536
6537 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6538
6539 * gdb.texinfo (Omissions from Ada): Document that there is now
6540 limited aggregate support.
6541
6542 2005-12-28 Eli Zaretskii <eliz@gnu.org>
6543
6544 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6545 registers and the likes.
6546
6547 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6548
6549 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6550 (Symbols): Fix usage of "e.g.".
6551 (Memory Region Attributes): Fix usage of "etc."
6552
6553 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6554 (Coding): Fix usage of "e.g.".
6555
6556 2005-12-23 Eli Zaretskii <eliz@gnu.org>
6557
6558 * stabs.texinfo:
6559 * refcard.tex:
6560 * gpl.texi:
6561 * gdbint.texinfo:
6562 * gdb.texinfo:
6563 * gdb-cfg.texi:
6564 * fdl.texi:
6565 * annotate.texinfo:
6566 * all-cfg.texi:
6567 * Makefile.in: Add (C) after Copyright. Update the FSF
6568 address.
6569
6570 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6571
6572 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6573 extend GDB with commands for external monitor.
6574
6575 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6576
6577 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6578
6579 2005-11-25 Joel Brobecker <brobecker@adacore.com>
6580
6581 * gdbint.texinfo (Start of New Year Procedure): New chapter.
6582
6583 2005-11-21 Jim Blandy <jimb@redhat.com>
6584
6585 * gdb.texinfo (Tracepoint Packets): Document restrictions on
6586 placement of 'R' actions in tracepoint action packets; document
6587 dependence of 'X' and 'M' actions on a preceding 'R' action for
6588 their registers.
6589
6590 2005-11-19 Jim Blandy <jimb@redhat.com>
6591
6592 * gdb.texinfo (Tracepoint Packets): New node.
6593 (General Query Packets): Add entries for the tracepoint packets,
6594 referring to the "Tracepoint Packets" node.
6595 (Tracepoints): Add reference to "Tracepoint Packets".
6596
6597 2005-11-18 Kevin Buettner <kevinb@redhat.com>
6598
6599 * gdb.texinfo (set remotebreak): Add anchor.
6600 (X packet): Likewise.
6601 (Remote Protocol): Add new section `Interrupts' and new index
6602 entry `interrupts (remote protocol)'.
6603
6604 2005-11-18 Jim Blandy <jimb@redhat.com>
6605
6606 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
6607 entries into the General Query Packets section. Add a
6608 cross-reference to that section. Drop description of replies, as
6609 these are covered in the descriptions of each packet.
6610 (General Query Packets): Add introductory text. Explain naming
6611 conventions, and how the end of a name is recognized.
6612
6613 2005-11-17 Kevin Buettner <kevinb@redhat.com>
6614
6615 * gdb.texinfo (Remote configuration): Fix typo in description of
6616 "set remotebreak" command.
6617
6618 2005-11-16 Jim Blandy <jimb@redhat.com>
6619
6620 * gdb.texinfo (Packets, Stop Reply Packets)
6621 (General Query Packets): Various formatting cleanups.
6622 - Use @samp for packet contents.
6623 - Drop summaries from packet @item lines; the same information appears
6624 immediately below in the description.
6625 - Delete paragraph breaks after packet @item commands, so that the
6626 description appears directly to the right of the packet prototype
6627 in the printed manual, if it fits.
6628 - Place spaces in packet prototypes between @vars and non-@var
6629 letters, and explain that they're just for formatting.
6630 - Use @dots{} instead of '...'.
6631 - Fix uses of @code where @var was needed.
6632 - Replace "deprecated" markers with English text spelling out the
6633 packet's status and the preferred alternatives.
6634 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
6635 what this ever meant.
6636 - Remove "(draft)" markers on 'i' packets; nobody has commented on
6637 this for a long time.
6638 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
6639 implemented several times, and have been in use for years.
6640
6641 2005-11-15 Jim Blandy <jimb@redhat.com>
6642
6643 * gdb.texinfo (Packets): Add index entries for 'm' packet
6644 disclaimers.
6645
6646 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
6647 of stub when processing an 'm' packet.
6648
6649 * gdb.texinfo (Packets): Mention that packets beginning with
6650 letters are reserved once, at the top, instead of actually listing
6651 them all and saying "reserved".
6652
6653 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
6654
6655 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
6656 Change @var{$arg0 to @code{$arg0.
6657
6658 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
6659
6660 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
6661
6662 2005-11-12 Jim Blandy <jimb@redhat.com>
6663
6664 * gdb.texinfo (General Query Packets): Put packets in alphabetical
6665 order. Remove extraneous 'z'.
6666
6667 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
6668
6669 * gdb.texinfo (Choosing files): Add --eval-command.
6670
6671 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
6672
6673 * gdb.texinfo (Choosing modes): Add --return-child-result.
6674
6675
6676 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
6677
6678 * gdb.texinfo (Choosing modes): Add --batch-silent.
6679
6680 2005-10-28 Eli Zaretskii <eliz@gnu.org>
6681
6682 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
6683 "The -var-update Command".
6684
6685 2005-10-03 Joel Brobecker <brobecker@adacore.com>
6686
6687 * gdb.texinfo (Print Settings): Add documentation for set/show
6688 print array-indexes.
6689
6690 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6691
6692 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
6693 6.2 and 6.3.
6694
6695 2005-08-27 Eli Zaretskii <eliz@gnu.org>
6696
6697 * gdb.texinfo (File Options): Don't document --mapped, it's gone
6698 since 19-Jan-2004.
6699 (Files): Likewise.
6700 (Variables, Symbols): Document the "<incomplete type>" message and
6701 its reasons.
6702
6703 2005-08-01 Fred Fish <fnf@specifix.com>
6704
6705 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
6706
6707 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
6708
6709 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
6710 option for -var-list-children and -var-update.
6711 (GDB/MI Stack Manipulation): Simplify description of
6712 print-values option for -stack-list-locals.
6713 (GDB/MI Command Description Format): Clarify.
6714 (Mode Options): Spelling of superseded.
6715
6716 2005-07-12 Bob Rossi <bob@brasko.net>
6717
6718 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
6719 corresponding GDB command comment.
6720
6721 2005-07-06 Bob Rossi <bob@brasko.net>
6722
6723 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
6724 and -inferior-tty-show.
6725 (Input/Output): Document "set/show inferior-tty" and tty alias.
6726
6727 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
6728
6729 * gdb.texinfo (Packets): Change description of 'D' packet to note
6730 that GDB does wait for a response.
6731
6732 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
6733
6734 * gdb.texinfo (History) Rename "Command History".
6735 (Command History): Move node "Server Prefix" from section on
6736 Annotations here.
6737
6738 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
6739
6740 * gdb.texinfo (GDB/MI Stack Manipulation):
6741 Re-instate -stack-info-frame with example. Say that it gets
6742 info on selected frame, not current frame.
6743
6744 2005-06-18 Eli Zaretskii <eliz@gnu.org>
6745
6746 * gdb.texinfo (Server): Clarify that `file' should be used before
6747 connecting to the server.
6748 (Files): Add an xref to the above description.
6749 (Output Formats): More detailed description of the `c' format.
6750 (Memory): List explicitly all the formats supported by `x'.
6751 (Threads): Add an @cindex entry for "thread apply".
6752 (Files): Document the possibility of loading unlinked object
6753 files. Add more indexing for solib-absolute-prefix and
6754 --with-sysroot.
6755 (Machine Code): Document possible problems with locations in
6756 shared libraries.
6757 (Backtrace): Document that free-standing environments do not need
6758 to have a `main' function.
6759
6760 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
6761
6762 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
6763 -stack-info-frame.
6764
6765 2005-06-07 Andrew Cagney <cagney@gnu.org>
6766
6767 * gdb.texinfo (Contributors): Note the original multi-arch
6768 contributors.
6769
6770 2005-06-03 Eli Zaretskii <eliz@gnu.org>
6771
6772 * gdb.texinfo (Registers): Add index entries for the standard
6773 registers.
6774 (Frames): Add cross-reference from frame pointer description to
6775 the Registers node.
6776 (Annotations Overview): Fix the reference to GDB name.
6777
6778 2005-06-01 Eli Zaretskii <eliz@gnu.org>
6779
6780 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
6781 can-use-hw-watchpoints.
6782
6783 2005-05-28 Bob Rossi <bob@brasko.net>
6784
6785 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
6786 the possible reasons why an exec async record would be returned to FE.
6787
6788 2005-05-26 Andrew Cagney <cagney@gnu.org>
6789
6790 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
6791 Andrew Cagney implemented the original GDB/MI.
6792
6793 2005-05-23 Orjan Friberg <orjanf@axis.com>
6794
6795 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
6796 documentation. Add documentation for cris-mode.
6797
6798 2005-05-20 Eli Zaretskii <eliz@gnu.org>
6799
6800 * gdb.texinfo (Numbers): Explain the example and make the wording
6801 more acurate.
6802
6803 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6804 Dennis Brueni <dennis@slickedit.com>
6805
6806 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
6807 (GDB/MI Data Manipulation, GDB/MI Program Control)
6808 (GDB/MI Stack Manipulation): Update examples to include the fullname
6809 attribute in stack frames.
6810
6811 2005-05-12 Eli Zaretskii <eliz@gnu.org>
6812
6813 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
6814 do with other non-standard names of init files.
6815
6816 2005-05-11 Eli Zaretskii <eliz@gnu.org>
6817
6818 * gdb.texinfo (Command Files): Move the description of the startup
6819 from here...
6820 (Startup): ...to this new subsection of the Invocation chapter.
6821 Rearrange the description of init files more logically and add a
6822 cross-reference to "Command Files". Document the special gdbinit
6823 name for CISCO 68k. Expand the description of what GDB does
6824 during startup.
6825 (History): Add index entry for HISTSIZE.
6826
6827 2005-05-02 Mark Kettenis <kettenis@gnu.org>
6828
6829 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
6830
6831 2005-05-02 Eli Zaretskii <eliz@gnu.org>
6832
6833 * gdb.texinfo (SVR4 Process Information, The isatty call)
6834 (The system call): Don't use foo(N) notation for man pages and
6835 functions.
6836 (Compilation, DJGPP Native): Improve wording.
6837
6838 2005-04-27 Eli Zaretskii <eliz@gnu.org>
6839
6840 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
6841 were optimized away.
6842
6843 2005-04-22 Eli Zaretskii <eliz@gnu.org>
6844
6845 * gdb.texinfo (Remote configuration): Document "set/show
6846 get-thread-local-storage-address". Add cross-reference to the
6847 description of the qGetTLSAddr packet.
6848 (General Query Packets): Mention "set remote
6849 get-thread-local-storage-address" and add a reference to its
6850 description.
6851
6852 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
6853
6854 * gdb.texinfo (Backtrace): Describe 'bt full'.
6855
6856 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
6857
6858 * gdb.texinfo (Mode Options): Fix typo.
6859 (GDB/MI): Describe how to invoke GDB/MI.
6860
6861 2005-04-16 Eli Zaretskii <eliz@gnu.org>
6862
6863 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
6864 references changed. Add description of "info udot".
6865 (Files): Document "set/show stop-on-solib-events".
6866 (M32R/D): Document "set/show download-path", "set/show
6867 board-address", "set/show server-address", "upload", "tload".
6868 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
6869 "use_mon_code", "use_ib_break", "use_dbt_break".
6870 (Maintenance Commands): Improve indexing.
6871 (Target Commands): Document "set/show hash", "set/show debug
6872 monitor".
6873 (SVR4 Process Information): Document "info pidlist" and "info
6874 meminfo". Document "set/show procfs-tarce" and "set/show
6875 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
6876 (Symbols, The Print Command with Objective-C): Improve indexing.
6877 (Objective-C): Add references to "info classes" and "info
6878 selectors".
6879 (Debugging Output): Improve wording. Document "set/show debug
6880 solib-frv". Fix "set/show debugvarobj".
6881 (Set Breaks): Add index entry for "hardware breakpoints".
6882 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
6883 and "set/show usehardbreakpoints".
6884 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
6885 monitor-prompt", "set/show monitor-warnings", "pmon".
6886 (ARM): Document "rdilogfile", "rdilogenable", "set/show
6887 rdiromatzero", "set/show rdiheartbeat".
6888 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
6889 "sds".
6890 (Embedded Processors): Document the "sim" command.
6891 (Remote): Document the "remote" command.
6892 (DJGPP Native): Document the "info serial" command.
6893 (Threads): Document "maint info sol-threads".
6894 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
6895 (Set Breaks): Improve indexing.
6896 (Command Syntax): Add a reference to dont-repeat.
6897 (Define): Document "dont-repeat".
6898 (TUI Commands): Document "tabset".
6899 (WinCE): New subsection. Document "set/show remotedirectory",
6900 "set/show remoteupload", "set/show remoteaddhost".
6901
6902 2005-04-15 Eli Zaretskii <eliz@gnu.org>
6903
6904 * gdb.texinfo (Hurd Native): New subsection, documents
6905 Hurd-specific commands.
6906 (Maintenance Commands): Add cross-reference to "Debugging Output".
6907 (Debugging Output): Document "set/show debug lin-lwp".
6908 (MIPS): Improve documentation of heuristic-fence-post. Document
6909 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
6910 mips stack-arg-size", "set/show mips mask-address", "set/show mips
6911 remote-mips64-transfers-32bit-regs", "set/show debug mips".
6912 (ARM): Document ARM-specific commands.
6913 (AVR): New section. Document "info io_registers".
6914 (CRIS): New section. Document "set/show cris-version" and
6915 "set/show cris-dwarf2-cfi".
6916 (HPPA): New section. Document "set/show debug hppa" and "maint
6917 print unwind".
6918 (Neutrino): New subsection. Document "set/show debug nto-debug".
6919 (Super-H): New section. Document the "regs" command.
6920 (Debugging Output): Document "set/show debug aix-thread".
6921
6922 2005-04-09 Eli Zaretskii <eliz@gnu.org>
6923
6924 * gdb.texinfo (Print Settings): Document "set/show print
6925 pascal_static-members", "set print repeats", "show print
6926 null-stop". Improve indexing. Fix documentation of "set print
6927 union".
6928 (Pascal): New section.
6929 (Supported languages): Rename from "Support"; all references
6930 updated. Add a menu item for Pascal.
6931 (Numbers): Document "set radix.
6932 (Screen Size): Document "set/show pagination".
6933 (MIPS Embedded): Remove "set processor" documentation.
6934 (Remote configuration): Document "set/show X/P/Z-packet",
6935 "set/show read-aux-vector-packet", "set/show remote
6936 symbol-lookup-packet", "set/show remote verbose-resume-packet",
6937 "set/show remoteaddresssize", "set/show remotebaud", "set/show
6938 remotedebug", "set/show remotebreak", "set/show remotedevice",
6939 "set/show remotelogfile".
6940 (Auxiliary Vector): Add reference to the description of the
6941 read-aux-vector-packet setting.
6942 (Set Watchpoints): Add a cross-reference to "set remote
6943 hardware-breakpoint-limit".
6944 (General Query Packets): Add indexing of requests and
6945 cross-references to related commands in "Remote configuration".
6946 (File-I/O Overview, The system call): Fix wording and typos.
6947 (Thread Stops): Add index entries.
6948 (Continuing and Stepping): Document "show step-mode".
6949 (i386): New node. Document "set/show struct-convention".
6950 (Files): Document "show trust-readonly-sections".
6951 (Calling): Document "set/show unwindonsignal".
6952 (Messages/Warnings): Add index entries.
6953 (Maintenance Commands): Document "set/show watchdog".
6954 (Annotations Overview): Document "show annotate".
6955 (Set Watchpoints): Add index entries.
6956 (Symbols): Fix doc of case-sensitive.
6957 (ABI): Document "show coerce-float-to-double".
6958 (Convenience Vars, Help): Improve indexing.
6959 (Machine Code): Document "show disassembly-flavor".
6960 (Debugging C plus plus): Document "show overload-resolution".
6961 (Value History, Signaling): Add index entries.
6962
6963 2005-04-08 Eli Zaretskii <eliz@gnu.org>
6964
6965 * gdb.texinfo (Show): Move @kindex entries to their proper places.
6966 (Processes): Fix wording.
6967 (History, List, Logging output, Define, Symbols, Print Settings):
6968 Improve indexing.
6969
6970 2005-04-03 Eli Zaretskii <eliz@gnu.org>
6971
6972 * gdb.texinfo (Targets): Document "set/show architecture". Remove
6973 redundant index entry for "target" command.
6974 (Backtrace): Add index entries.
6975 (Symbols, Fortran): Document the "set case-sensitive" command.
6976 (DJGPP Native): Document "set com1base", "set com1irq", etc.
6977 (Print Settings): Add index entry for "set demangle-style".
6978 (Target Commands): Document "set download-write-size".
6979 (Debugging Output): Document "set exec-done-display".
6980
6981 2005-04-02 Eli Zaretskii <eliz@gnu.org>
6982
6983 * gdb.texinfo (Files): Fix the name and documentation of
6984 add-shared-symbol-files. Document its alias assf. Update the
6985 list of OSs where GDB supports shared libraries. Fix markup.
6986 (Continuing and Stepping): Add reference to @var{location} in the
6987 text.
6988 (Dump/Restore Files): Fix reference to @{filename}.
6989 (Help): Fix wording.
6990 (Attach): Ditto.
6991 (Set Watchpoints): Ditto.
6992 (Backtrace): Remove redundant index entries. Improve index
6993 entries.
6994 (Delete Breaks): Fix wording.
6995 (Memory): Document the compare-sections command.
6996 (Memory Region Attributes): Improve wording.
6997 (Disabling): Improve wording.
6998 (Fortran): New subsection. Document the "info common" command.
6999 (Help): Document aliases "info copying" and "info warranty".
7000 (Caching Remote Data): New section. Document the "set/show
7001 remotecache" and "info dcache" commands.
7002 (Show): Fix wording of the documentation of the "set
7003 extension-language" command.
7004 (Signals): Add index entry for "info handle".
7005 (Memory Region Attributes): Fix punctuation.
7006 (Symbols): Change the arg name to "location" and refer to it in
7007 the text. Fix wording of "info types" doc.
7008 (Threads): Fix usage of @enumerate @item's.
7009 (Listing Tracepoints): Add index entry for "info tp".
7010 (Set Watchpoints): Add xref to "info break" description.
7011 (Macros): Add an index entry for "macro exp1". Document the
7012 "macro list" command.
7013 (Maintenance Commands): Document "flushregs", "maint agent",
7014 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7015 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7016 "maint print architecture", "maint print objfiles", "maint print
7017 statistics", "maint print type", "maint show-debug-regs", "maint
7018 space", "maint time", and "maint translate-address".
7019 (Connecting): Document the "monitor" command.
7020 (Annotations Overview): Describe the "set annotate" command.
7021
7022 2005-04-01 Eli Zaretskii <eliz@gnu.org>
7023
7024 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7025 Rearrange index entries and improve wording about support for
7026 hardware watchpoints.
7027
7028 2005-03-10 Bob Rossi <bob@brasko.net>
7029
7030 * gdb.texinfo: Update copyright
7031
7032 2005-02-09 Theodore A. Roth <troth@openavr.org>
7033
7034 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7035 error.
7036
7037 2005-02-03 Kevin Buettner <kevinb@redhat.com>
7038
7039 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7040
7041 2005-01-17 Michael Snyder <msnyder@redhat.com>
7042
7043 * gdb.texinfo: Fix spelling, infinte -> infinite.
7044
7045 2005-01-08 Mark Kettenis <kettenis@gnu.org>
7046
7047 * observer.texi (GDB Observers): Document "solib_loaded".
7048
7049 2005-01-07 Andrew Cagney <cagney@gnu.org>
7050
7051 * configure.ac: Rename configure.in, require autoconf 2.59.
7052 * configure: Re-generate.
7053
7054 * configure.in: Replace configdirs with multiple references to
7055 AC_CONFIG_SUBDIRS.
7056 * configure: Re-generate.
7057
7058 2005-01-04 Andrew Cagney <cagney@gnu.org>
7059
7060 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7061 part of the version number.
7062
7063 2004-12-24 Mark Kettenis <kettenis@gnu.org>
7064
7065 * gdbint.texinfo (Algorithms): Remove description of
7066 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7067
7068 2004-12-07 Jim Blandy <jimb@redhat.com>
7069
7070 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7071 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7072 numbers.
7073
7074 2004-12-07 Andreas Schwab <schwab@suse.de>
7075
7076 * gdb.texinfo (Mode Options): Document -l option.
7077
7078 2004-12-04 Eli Zaretskii <eliz@gnu.org>
7079
7080 * gdbint.texinfo (Algorithms): More accurate description of
7081 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7082 is not needed unless data-read and data-access watchpoints are
7083 supported. Add a description of how GDB checks whether the
7084 inferior stopped because a watchpoint was hit.
7085
7086 2004-11-23 Eli Zaretskii <eliz@gnu.org>
7087
7088 * gdb.texinfo (Files): Add cross-reference to description of
7089 -readnow command-line switch.
7090
7091 2004-11-10 Randolph Chung <tausq@debian.org>
7092
7093 * gdb.texinfo: Document set/show backtrace past-entry commands.
7094 Rearrange index entries for set/show backtrace past-main.
7095
7096 2004-11-10 Jon Beniston <jon@beniston.com>
7097
7098 Committed by Andrew Cagney <cagney@gnu.org>.
7099 * gdb.texinfo (Remote Serial Protocol): Further describe
7100 binary transfer escaping mechanism .
7101
7102 2004-11-08 Randolph Chung <tausq@debian.org>
7103
7104 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7105 and "show debug infrun". Add index entries.
7106
7107 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7108
7109 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7110 "info proc" that are already implemented. Add index entries.
7111 (Working Directory): Add a cross-reference to "info proc" command.
7112 (Files): Add a tip for decreasing memory used for symtabs from
7113 shared libraries.
7114 (Starting): Fix whitespace; make "elaboration" stand out where it
7115 is first used, and add an index entry for the term.
7116 (Calling): Expand and elaborate text. Add "print". Add the
7117 description of problems with weak aliases.
7118 (Core File Generation): New section.
7119
7120 2004-10-12 Andrew Cagney <cagney@gnu.org>
7121
7122 * gdbint.texinfo (Versions and Branches): New chapter.
7123 (Releasing GDB): Delete "Versions and Branches" section.
7124 (Top): Add "Versions and Branches".
7125
7126 2004-10-08 Eli Zaretskii <eliz@gnu.org>
7127
7128 * gdb.texinfo (Editing, History): Add cross-references to the
7129 included Readline and History user documentation. Remove
7130 references to the symbol have-readline-appendices which is unused
7131 and undefined.
7132 (History): Fix indexing.
7133
7134 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7135
7136 * gdbint.texinfo (target_stopped_data_address): Update to
7137 new prototype.
7138 (i386_stopped_data_address): Update prototype and description.
7139 (i386_stopped_by_watchpoint): New function and description.
7140
7141 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7142
7143 * gdb.texinfo (Filenames): Add Ada suffixes.
7144 (Ada) New section.
7145
7146 2004-09-27 Andrew Cagney <cagney@gnu.org>
7147 Robert Picco <Robert.Picco@hp.com>
7148
7149 * gdb.texinfo (Packets): Document the "p" packet.
7150
7151 2004-09-21 Jason Molenda (jmolenda@apple.com)
7152
7153 * gdb.texinfo (Paths and Names of the Source Files): Document the
7154 meaning of values in the 'desc' field of a SO stab.
7155
7156 2004-09-20 Daniel Jacobowitz <dan@debian.org>
7157
7158 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7159 max-cache-age" and "maint show dwarf2 max-cache-age".
7160
7161 2004-09-16 Eli Zaretskii <eliz@gnu.org>
7162
7163 * gdb.texinfo (Set Breaks): Add index entry for setting
7164 breakpoints on overloaded C++ functions that are not members of
7165 any classes. Add an example and an index entry for setting
7166 breakpoints on all program functions.
7167 (Character Sets, Macros, Overlay Commands)
7168 (Non-debug DLL symbols, GDB/MI Output Syntax)
7169 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7170 Use "(@value{GDBP})" instead of a literal "(gdb)".
7171
7172 2004-09-12 Andrew Cagney <cagney@gnu.org>
7173
7174 * gdbint.texinfo (Native Debugging): Delete description of
7175 FILES_INFO_HOOK.
7176
7177 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7178
7179 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7180 to hex_string_custom (not historically correct, but more
7181 understandable, given the current code).
7182
7183 2004-09-03 Andrew Cagney <cagney@gnu.org>
7184
7185 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7186
7187 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7188
7189 * observer.texi (solib_unloaded): New observer.
7190
7191 2004-08-24 Andrew Cagney <cagney@gnu.org>
7192
7193 * gdbint.texinfo (Target Architecture Definition): Add missing
7194 comma.
7195
7196 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7197
7198 * (Using the Testsuite): build != host is supported,
7199 but some test scripts do not support build != host.
7200
7201 2004-08-14 Mark Kettenis <kettenis@gnu.org>
7202
7203 * gdbint.texinfo (Host Definition): Delete description of
7204 FCLOSE_PROVIDED and GETENV_PROVIDED.
7205
7206 2004-08-05 Mark Kettenis <kettenis@chello.nl>
7207
7208 * gdbint.texinfo (Host Definition): Delete description of
7209 NO_SYS_FILE.
7210 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7211 PTRACE_FP_BUG.
7212
7213 2004-08-05 Andrew Cagney <cagney@gnu.org>
7214
7215 * gdbint.texinfo (Target Architecture Definition): Delete
7216 reference to deprecated_read_fp.
7217
7218 2004-08-02 Andrew Cagney <cagney@gnu.org>
7219
7220 * gdbint.texinfo (Target Architecture Definition): Delete
7221 description of DEPRECATED_REGISTER_BYTES.
7222
7223 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7224
7225 * gdb.texinfo (Source Path): Document the new behavior of
7226 searching for the source files.
7227
7228 2004-07-17 Eli Zaretskii <eliz@gnu.org>
7229
7230 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7231 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7232 (Auto Display): Improve indexing.
7233
7234 2004-07-16 Andrew Cagney <cagney@gnu.org>
7235
7236 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7237 "-noasync".
7238
7239 2004-07-09 Eli Zaretskii <eliz@gnu.org>
7240
7241 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7242 have the same prefix have only their prefix in the index.
7243
7244 2004-07-03 Mark Kettenis <kettenis@gnu.org>
7245
7246 * gdb.texinfo (BSD libkvm Interface): New node (section)
7247 (Native): Add it to the menu.
7248
7249 2004-07-01 Mark Kettenis <kettenis@gnu.org>
7250
7251 * gdbint.texinfo (Target Architecture Definition): Remove
7252 PCC_SOL_BROKEN.
7253
7254 2004-06-24 Mark Kettenis <kettenis@gnu.org>
7255
7256 * gdbint.texinfo (Target Architecture Definition): Remove
7257 SUN_FIXED_LBRAC_BUG.
7258
7259 2004-06-26 Andrew Cagney <cagney@gnu.org>
7260
7261 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7262
7263 2004-06-20 Andrew Cagney <cagney@gnu.org>
7264
7265 * gdbint.texinfo (Target Architecture Definition): Deprecate
7266 USE_STRUCT_CONVENTION.
7267
7268 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7269
7270 gdb.texinfo (Bug Reporting): Mention session recording,
7271 with the script command or Emacs.
7272
7273 2004-06-18 Andrew Cagney <cagney@gnu.org>
7274
7275 * gdbint.texinfo (Target Architecture Definition): Deprecate
7276 FUNCTION_START_OFFSET.
7277
7278 2004-06-14 Andrew Cagney <cagney@gnu.org>
7279
7280 Based on changes from Karl Berry.
7281 * gdb.texinfo: Do not use @sc in a direntry.
7282 * stabs.texinfo: Change @dircateogry to "Software development".
7283 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7284
7285 2004-06-13 Andrew Cagney <cagney@gnu.org>
7286
7287 * gdbint.texinfo (Target Architecture Definition): Delete
7288 description of RETURN_VALUE_ON_STACK.
7289
7290 2004-06-09 Andrew Cagney <cagney@gnu.org>
7291
7292 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7293 deleted by previous patch.
7294
7295 2004-06-08 Andrew Cagney <cagney@gnu.org>
7296
7297 * gdbint.texinfo (Native Debugging): Delete documentation on
7298 ATTACH_DETACH.
7299
7300 2004-06-06 Randolph Chung <tausq@debian.org>
7301
7302 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7303
7304 2004-06-06 Randolph Chung <tausq@debian.org>
7305
7306 * gdb.texinfo (push_dummy_call): Update argument list to match
7307 the new push_dummy_call method signature. Describe the function
7308 argument.
7309
7310 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7311
7312 * gdb.texinfo (Starting): Document new start command.
7313
7314 2004-05-21 Andrew Cagney <cagney@redhat.com>
7315
7316 * observer.texi (GDB Observers): Document "inferior_created".
7317
7318 2004-05-08 Andrew Cagney <cagney@redhat.com>
7319
7320 * gdbint.texinfo (Target Architecture Definition): Delete
7321 description of DO_DEFERRED_STORES.
7322
7323 * gdbint.texinfo (Target Architecture Definition): Delete
7324 references to DEPRECATED_FIX_CALL_DUMMY.
7325
7326 * gdbint.texinfo (Target Architecture Definition): Delete
7327 description of DEPRECATED_CALL_DUMMY_WORDS,
7328 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7329
7330 * gdbint.texinfo (Target Architecture Definition): Delete
7331 description of DEPRECATED_PUSH_DUMMY_FRAME.
7332
7333 * gdbint.texinfo (Target Architecture Definition): Delete
7334 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7335
7336 2004-05-07 Andrew Cagney <cagney@redhat.com>
7337
7338 * observer.texi (GDB Observers): Add "Debugging" section. Include
7339 cross reference to "set/show debug observer".
7340 * gdb.texinfo (Debugging Output): Document "set/show debug
7341 observer".
7342
7343 2004-05-01 Andrew Cagney <cagney@redhat.com>
7344
7345 * gdbint.texinfo (Target Architecture Definition): Delete
7346 description of DEPRECATED_PC_IN_SIGTRAMP.
7347
7348 2004-04-30 Andrew Cagney <cagney@redhat.com>
7349
7350 * gdbint.texinfo (Target Architecture Definition): Delete
7351 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7352
7353 2004-04-30 Orjan Friberg <orjanf@axis.com>
7354
7355 * observer.texi (GDB Observers): Correct spelling.
7356
7357 2004-04-26 Orjan Friberg <orjanf@axis.com>
7358
7359 * observer.texi (GDB Observers): Add target_changed event.
7360
7361 2004-04-08 Andrew Cagney <cagney@redhat.com>
7362
7363 * observer.texi (GDB Observers): Rework, provide generic observer
7364 definitions and then a list of observable events.
7365
7366 2004-04-04 Andrew Cagney <cagney@redhat.com>
7367
7368 * gdbint.texinfo (Host Definition): Delete reference to
7369 NO_SIGINTERRUPT.
7370
7371 2004-04-02 Andrew Cagney <cagney@redhat.com>
7372
7373 * gdbint.texinfo (Target Architecture Definition): Delete
7374 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7375
7376 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7377
7378 * gdb.texinfo (TUI Commands): Document tui reg commands.
7379
7380 2004-03-26 Andrew Cagney <cagney@redhat.com>
7381
7382 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7383 "gdbtui".
7384 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7385 (Contributors): Mention both Text and Terminal User Interface.
7386
7387 2004-03-23 Andrew Cagney <cagney@redhat.com>
7388
7389 * gdbint.texinfo (Target Architecture Definition): Deprecate
7390 references to SIGTRAMP_START and SIGTRAMP_END.
7391
7392 2004-03-23 Andrew Cagney <cagney@redhat.com>
7393
7394 * gdbint.texinfo (Target Architecture Definition): Deprecate
7395 references to PC_IN_SIGTRAMP.
7396
7397 2004-03-19 Andrew Cagney <cagney@redhat.com>
7398
7399 * gdbint.texinfo (Target Architecture Definition): Delete
7400 reference to GDB_TARGET_IS_HPPA.
7401
7402 2004-03-18 Andrew Cagney <cagney@redhat.com>
7403
7404 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7405 describe pre_init and post_init.
7406
7407 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7408
7409 * gdb.texinfo (Debugging Output): Document values for "set debug
7410 target".
7411
7412 2004-02-28 Andrew Cagney <cagney@redhat.com>
7413
7414 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7415
7416 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7417
7418 * gdb.texinfo (breakpoints): Add information about the
7419 new "set breakpoint pending" and "show breakpoint pending"
7420 commands.
7421
7422 2004-02-26 Andrew Cagney <cagney@redhat.com>
7423
7424 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7425 in Per-architecture module data section.
7426
7427 2004-02-25 Roland McGrath <roland@redhat.com>
7428
7429 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7430
7431 2004-02-24 Andrew Cagney <cagney@redhat.com>
7432
7433 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7434 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7435 * fdl.texi: Import Version 1.2, November 2002.
7436
7437 2004-02-17 Andrew Cagney <cagney@redhat.com>
7438
7439 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7440
7441 2004-02-16 Andrew Cagney <cagney@redhat.com>
7442
7443 * gdbint.texinfo (Target Architecture Definition): Deprecate
7444 FRAMELESS_FUNCTION_INVOCATION.
7445
7446 2004-02-16 Andrew Cagney <cagney@redhat.com>
7447
7448 * gdbint.texinfo (Coding): Mention -Wunused-function.
7449
7450 2004-02-14 Andrew Cagney <cagney@redhat.com>
7451
7452 * gdbint.texinfo (Target Architecture Definition): Delete
7453 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7454
7455 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
7456
7457 * gdb.texinfo: Properly quote the name "C++".
7458 * gdbint.texinfo: Ditto.
7459 * stabs.texinfo: Ditto.
7460
7461 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
7462
7463 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7464 minimal information about libiberty.
7465
7466 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7467
7468 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7469
7470 2004-02-04 Roland McGrath <roland@redhat.com>
7471
7472 * gdb.texinfo (Auxiliary Vector): New node (section).
7473 (Data): Add it to the menu.
7474
7475 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7476
7477 * gdb.texinfo (Breakpoints): Add information about pending
7478 breakpoint support.
7479
7480 2004-01-26 Andrew Cagney <cagney@redhat.com>
7481
7482 * gdb.texinfo (Overview): Delete references to the cisco protocol
7483 including the "N" response.
7484
7485 2004-01-26 Andrew Cagney <cagney@redhat.com>
7486
7487 * gdbint.texinfo (Target Architecture Definition): Rename
7488 EXTRACT_STRUCT_VALUE_ADDRESS to
7489 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
7490
7491 2004-01-24 Eli Zaretskii <eliz@gnu.org>
7492
7493 * gdb.texinfo (KOD): Document "show os". Add index entries for
7494 "set/show os" and "info cisco" commands.
7495
7496 2004-01-21 Eli Zaretskii <eliz@gnu.org>
7497
7498 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7499
7500 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7501
7502 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7503 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7504
7505 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
7506
7507 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7508 -stack-list-locals.
7509 (GDB/MI Variable Objects): Describe extension to
7510 -var-list-children.
7511
7512 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
7513
7514 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7515
7516 2004-01-17 Andrew Cagney <cagney@redhat.com>
7517
7518 * gdbint.texinfo (Target Architecture Definition): Delete
7519 documentation on DEPRECATED_NPC_REGNUM.
7520
7521 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
7522
7523 * gdb.texinfo: Update copyright year. Mention that set
7524 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7525 "set follow-fork-mode ask".
7526
7527 2004-01-13 Andrew Cagney <cagney@redhat.com>
7528
7529 * gdbint.texinfo: Update copyright year.
7530 (Coding): Add -Wunused-label to list of -Werror warnings.
7531
7532 2004-01-08 Jason Molenda <jmolenda@apple.com>
7533 Eli Zaretskii <eliz@gnu.org>
7534
7535 * gdb.texinfo: Update copyright.
7536 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7537 around names, as appropriate. Minor syntax cleanup of
7538 _NSPrintForDebugger explanation. Two spaces after periods.
7539 GDBN used instead of lit. "gdb". Index entries added for
7540 print-object and _NSPrintForDebugger. @noindent added in one spot.
7541
7542 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
7543
7544 * stabs.texinfo: Add dircategory and direntry commands.
7545 * annotate.texinfo: Ditto.
7546
7547 2003-11-10 Andrew Cagney <cagney@redhat.com>
7548
7549 * gdbint.texinfo (Target Architecture Definition): Replace the
7550 return_value method's "inval" and "outval" parameters with
7551 "readbuf" and "writebuf".
7552
7553 2003-10-28 Jim Blandy <jimb@redhat.com>
7554
7555 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7556 from "The `F' request packet" and "The `F' reply packet", to make
7557 texi2dvi happy.
7558 (File-I/O remote protocol extension): Update menu entries, too.
7559
7560 2003-10-26 Michael Chastain <mec@shout.net>
7561
7562 * gdb.texinfo (Thread Stops): Document the issue with
7563 premature return from system calls in multi-threaded programs.
7564
7565 2003-10-24 Andrew Cagney <cagney@redhat.com>
7566
7567 * annotate.texinfo: Fix "fortunatly"[sic].
7568
7569 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7570
7571 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7572 with "Hitachi" and "Mitsubishi".
7573
7574 2003-10-20 Andrew Cagney <cagney@redhat.com>
7575
7576 * gdbint.texinfo (Target Architecture Definition): Document
7577 gdbarch_return_value. Add cross references from
7578 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7579 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7580
7581 2003-10-18 Mark Kettenis <kettenis@gnu.org>
7582
7583 * gdbint.texinfo (Target Architecture Definition): Document
7584 regset_from_core_section.
7585
7586 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
7587
7588 * gdb.texinfo (M32R/D): Mention m32rsdi target.
7589
7590 2003-10-15 Kevin Buettner <kevinb@redhat.com>
7591
7592 From Anthony Green <green@redhat.com>:
7593 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
7594
7595 2003-10-14 Kevin Buettner <kevinb@redhat.com>
7596
7597 * gdb.texinfo (Breakpoint related warnings): New node.
7598 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
7599
7600 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
7601
7602 * gdb.texinfo (Remote Protocol): Document v and vCont.
7603
7604 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7605
7606 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
7607 * gdbint.texinfo: Ditto.
7608
7609 2003-10-09 Andrew Cagney <cagney@redhat.com>
7610
7611 From 2003-09-18 David Anderson <davea@sgi.com>:
7612 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
7613 "command".
7614
7615 2003-10-03 Andrew Cagney <cagney@redhat.com>
7616
7617 * gdbint.texinfo (Target Architecture Definition): Deprecate
7618 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
7619 just target.
7620
7621 2003-10-02 Andrew Cagney <cagney@redhat.com>
7622
7623 * gdbint.texinfo (Target Architecture Definition): Rename
7624 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
7625 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
7626 * gdbint.texinfo (Target Architecture Definition): Rename
7627
7628 2003-09-30 Andrew Cagney <cagney@redhat.com>
7629
7630 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
7631 (Target Architecture Definition):
7632
7633 * gdbint.texinfo (Target Architecture Definition): Rename
7634 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
7635
7636 2003-09-29 Andrew Cagney <cagney@redhat.com>
7637
7638 * gdbint.texinfo (Target Architecture Definition): Delete
7639 documentation for NEED_TEXT_START_END.
7640
7641 * gdbint.texinfo (Target Architecture Definition): Rename
7642 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
7643 TARGET_WRITE_PC.
7644
7645 2003-09-22 Michael Chastain <mec@shout.net>
7646
7647 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
7648
7649 2003-09-21 Anthony Green <green@redhat.com>
7650
7651 * gdbint.texinfo (Target Architecture Definition): Fix typos.
7652
7653 2003-09-21 Mark Kettenis <kettenis@gnu.org>
7654
7655 * gdbint.texinfo (Target Architecture Definition): Document
7656 stabs_argument_has_addr.
7657
7658 2003-09-18 Andrew Cagney <cagney@redhat.com>
7659
7660 * gdbint.texinfo (Target Architecture Definition): Delete
7661 documentation on REGISTER_NAMES.
7662
7663 2003-09-13 Mark Kettenis <kettenis@gnu.org>
7664
7665 * gdbint.texinfo (Target Architecture Definition): Replace
7666 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
7667
7668 2003-09-11 Andrew Cagney <cagney@redhat.com>
7669
7670 * gdbint.texinfo (Target Architecture Definition): Replace
7671 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
7672
7673 2003-08-18 Andrew Cagney <cagney@redhat.com>
7674
7675 * gdbint.texinfo (Target Architecture Definition): Document
7676 "frame_red_zone_size".
7677
7678 2003-08-09 Andrew Cagney <cagney@redhat.com>
7679
7680 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
7681 with "set/show backtrace past-main" and "set/show backtrace
7682 limit".
7683
7684 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
7685
7686 * Makefile.in (install-info): Support DESTDIR.
7687 (install-html): Likewise.
7688
7689 2003-08-07 Andrew Cagney <cagney@redhat.com>
7690
7691 Patch from Nick Roberts.
7692 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
7693 bindings. Remove description of send-gdb-command.
7694
7695 2003-08-07 Andrew Cagney <cagney@redhat.com>
7696
7697 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
7698 GDB 6.0.
7699
7700 2003-08-06 Andrew Cagney <cagney@redhat.com>
7701
7702 * gdb.texinfo (Mode Options): Mention that level three is the
7703 highest available and that level 2 is deprecated.
7704 (Annotations Overview): Mention annotation levels. Cross reference
7705 to "Limitations of the Annotation Interface" in annotate.texi.
7706 (TODO, Value Annotations, Frame Annotations): Delete section.
7707 (Displays, Breakpoint Info): Delete.
7708
7709 2003-08-04 Andrew Cagney <cagney@redhat.com>
7710
7711 * agentexpr.texi: Delete @bye.
7712 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
7713 (stabs.info): Add $(srcdir) to include search path.
7714 (html): Depend on "annotate_toc.html", and not "annotate.html".
7715 * stabs.texinfo: Ditto. Include "fdl.texi".
7716 * gdbint.texinfo: Update copyright statement's list of invariant
7717 sections.
7718
7719 2003-07-28 Andrew Cagney <cagney@redhat.com>
7720
7721 * Makefile.in (INFO_DEPS): Add annotate.info.
7722 (dvi, ps, html, pdf): Add annotate.
7723 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
7724 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
7725 (ANNOTATE_DOC_FILES): New macro.
7726 (ANNOTATE_TEX_TMPS): New macro.
7727 (annotate.info, annotate_toc.html): Specify dependencies.
7728 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
7729 * annotate.texinfo: Rename annotate.texi. Get building. Add
7730 "Migrating to GDB/MI" and "Limitations of the Annotation
7731 Interface" chapters. Mention why it is not part of the user
7732 guide. Update copyright notice. Include "fdl.texi".
7733
7734 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
7735
7736 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
7737
7738 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
7739
7740 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
7741
7742 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
7743
7744 * gdb.texinfo (Server): Mention pidof.
7745
7746 2003-07-22 Andrew Cagney <cagney@redhat.com>
7747
7748 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
7749 list.
7750
7751 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
7752
7753 * gdb.texinfo (Logging output): New chapter.
7754
7755 2003-06-24 Joel Brobecker <brobecker@gnat.com>
7756
7757 * gdb.texinfo (Unsupported languages): New section.
7758 (Languages): Add link to new section.
7759
7760 2003-06-22 Andrew Cagney <cagney@redhat.com>
7761
7762 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
7763
7764 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
7765
7766 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
7767
7768 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
7769
7770 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
7771 * agentexpr.texi: Retitle section, and change it to an appendix.
7772 Comment out texinfo initialization. Factor a @var{} into two
7773 pieces to prevent makeinfo warnings.
7774 * gdb.texinfo: Add Agent Expressions appendix.
7775
7776 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
7777
7778 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
7779
7780 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
7781
7782 * gdb.texinfo (Remote Debugging): New section "Connecting to a
7783 remote target". Document the "detach" and "disconnect" commands.
7784 (Server, Netware, Debug Session): Reference "Connecting to a
7785 remote target".
7786 (GDB/MI Target Manipulation): Document "-target-disconnect".
7787
7788 2003-06-13 Andrew Cagney <cagney@redhat.com>
7789
7790 * gdbint.texinfo (Target Architecture Definition): Deprecate
7791 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
7792 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
7793
7794 2003-06-09 Jim Blandy <jimb@redhat.com>
7795
7796 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
7797
7798 2003-06-08 Andrew Cagney <cagney@redhat.com>
7799
7800 * gdbint.texinfo (Target Architecture Definition): Delete
7801 documentation on FRAME_ARGS_ADDRESS_CORRECT.
7802
7803 2003-06-08 Andrew Cagney <cagney@redhat.com>
7804
7805 * gdbint.texinfo (Target Architecture Definition): Document
7806 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
7807
7808 2003-06-07 Adam Fedor <fedor@gnu.org>
7809
7810 * gdb.texinfo: Add Objective-C documentation.
7811
7812 2003-06-01 Andrew Cagney <cagney@redhat.com>
7813
7814 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
7815 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
7816
7817 2003-05-21 Andrew Cagney <cagney@redhat.com>
7818
7819 * gdbint.texinfo (Target Architecture Definition): Delete
7820 references to "extract_address" and "store_address".
7821
7822 2003-05-16 Andrew Cagney <cagney@redhat.com>
7823
7824 * gdbint.texinfo (Target Architecture Definition): Replace
7825 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
7826 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
7827
7828 2003-05-14 Theodore A. Roth <troth@openavr.org>
7829
7830 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
7831
7832 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
7833
7834 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
7835 (gdb.dvi): Likewise.
7836 (gdb.pdf): Likewise.
7837 (links2roff): Likewise.
7838
7839 2003-05-08 Jim Blandy <jimb@redhat.com>
7840
7841 * gdb.texinfo (Dump/Restore Files): Update documentation for
7842 'dump', 'append', and 'restore': note that format argument is
7843 optional; simplify presentation of the command variants; and be
7844 more precise about the formats.
7845
7846 2003-05-07 Jim Blandy <jimb@redhat.com>
7847
7848 * gdb.texinfo (Symbols): Update documentation: 'maint list
7849 symtabs' and 'maint list psymtabs' have been renamed 'maint info
7850 symtabs' and 'maint info psymtabs'.
7851
7852 2003-05-05 Andrew Cagney <cagney@redhat.com>
7853
7854 * gdbint.texinfo (Target Architecture Definition): Make
7855 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
7856 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
7857 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
7858
7859 2003-05-04 Andrew Cagney <cagney@redhat.com>
7860
7861 * gdb.texinfo (Maintenance Commands): Document "maint print
7862 dummy-frames".
7863
7864 2003-05-04 Andrew Cagney <cagney@redhat.com>
7865
7866 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
7867
7868 2003-05-03 J. Brobecker <brobecker@gnat.com>
7869
7870 Thierry Schneider <tpschneider1@yahoo.com>
7871 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
7872 for new MI command.
7873
7874 2003-05-03 Andrew Cagney <cagney@redhat.com>
7875
7876 * gdbint.texinfo (Target Architecture Definition): Document
7877 push_dummy_code. Add cross references.
7878
7879 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
7880
7881 * gdb.texinfo (Character Sets): Update to reflect new behavior of
7882 set/show charsets commands.
7883
7884 2003-04-28 Andrew Cagney <cagney@redhat.com>
7885
7886 * gdbint.texinfo (Target Architecture Definition): Replace
7887 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
7888 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
7889
7890 2003-04-28 Andrew Cagney <cagney@redhat.com>
7891
7892 * gdbint.texinfo (Target Architecture Definition): Rename
7893 "tm_print_insn" to "deprecated_tm_print_insn".
7894
7895 2003-04-09 Jim Blandy <jimb@redhat.com>
7896
7897 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
7898 list psymtabs'.
7899
7900 2003-04-08 Andrew Cagney <cagney@redhat.com>
7901
7902 * gdbint.texinfo (Target Architecture Definition): Delete
7903 references to EXTRA_FRAME_INFO.
7904
7905 2003-04-08 Andrew Cagney <cagney@redhat.com>
7906
7907 * gdbint.texinfo (Target Architecture Definition): Delete
7908 PRINT_TYPELESS_INTEGER.
7909
7910 2003-04-02 J. Brobecker <brobecker@gnat.com>
7911
7912 * observer.texi (GDB Observers): Adjust the documentation for the
7913 normal_stop notification to better describe reality. Fix a couple
7914 of minor typos.
7915
7916 2003-04-02 Bob Rossi <bob_rossi@cox.net>
7917
7918 * gdb.texinfo (GDB/MI Program Control): Add
7919 '-file-list-exec-source-file'
7920
7921 2003-03-31 Andrew Cagney <cagney@redhat.com>
7922
7923 * gdbint.texinfo (Target Architecture Definition): Delete
7924 references to CALL_DUMMY_P.
7925
7926 2003-03-30 Andrew Cagney <cagney@redhat.com>
7927
7928 * gdbint.texinfo (Target Architecture Definition): Remove
7929 reference to TARGET_WRITE_SP.
7930
7931 2003-03-27 Andrew Cagney <cagney@redhat.com>
7932
7933 * gdbint.texinfo (Target Architecture Definition): Remove
7934 references to write_sp.
7935
7936 2003-03-27 Andrew Cagney <cagney@redhat.com>
7937
7938 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
7939 chapter body. Use @smallexample instead of @example.
7940 (Annotations): Ditto.
7941 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
7942 annotate.texi.
7943
7944 2003-03-26 Andrew Cagney <cagney@redhat.com>
7945
7946 * gdbint.texinfo (Target Architecture Definition): Replace
7947 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
7948 dummy_addr parameters.
7949
7950 2003-03-25 Andrew Cagney <cagney@redhat.com>
7951
7952 * gdbint.texinfo (Target Architecture Definition): Delete
7953 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
7954 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7955 Add reference to PUSH_ARGUMENTS.
7956
7957 2003-03-23 Andrew Cagney <cagney@redhat.com>
7958
7959 * gdbint.texinfo (Algorithms, Target Architecture Definition):
7960 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
7961
7962 2003-03-18 J. Brobecker <brobecker@gnat.com>
7963
7964 * gdbint.texinfo (Algorithms): Add new section describing the
7965 Observer paradigm.
7966 (Top): Add menu entry to new observer appendix.
7967 * observer.texi: New file.
7968 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
7969 new observer.texi file.
7970
7971 2003-03-17 Andrew Cagney <cagney@redhat.com>
7972
7973 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
7974 that GNU Press update the manual version number.
7975
7976 2003-03-12 Andrew Cagney <cagney@redhat.com>
7977
7978 * gdbint.texinfo (Target Architecture Definition): Delete
7979 references to get_saved_register. Rename GET_SAVED_REGISTER to
7980 DEPRECATED_GET_SAVED_REGISTER.
7981
7982 2003-03-13 Andrew Cagney <cagney@redhat.com>
7983
7984 * gdbint.texinfo (Target Architecture Definition): Replace
7985 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
7986
7987 2003-03-12 Andrew Cagney <cagney@redhat.com>
7988
7989 * gdbint.texinfo (Target Architecture Definition): Rename
7990 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
7991
7992 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
7993
7994 * gdb.texinfo: Add File-I/O documentation.
7995
7996 2003-03-10 Andrew Cagney <cagney@redhat.com>
7997
7998 * gdbint.texinfo (Target Architecture Definition): Cross reference
7999 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8000
8001 2003-03-07 Andrew Cagney <cagney@redhat.com>
8002
8003 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8004 frame" command.
8005
8006 2003-03-05 Andrew Cagney <cagney@redhat.com>
8007
8008 * gdbint.texinfo (Target Architecture Definition): Document
8009 unwind_dummy_id. Cross reference unwind_dummy_id and
8010 SAVE_DUMMY_FRAME_TOS.
8011
8012 2003-03-05 James Ingham <jingham@apple.com>
8013 Daniel Jacobowitz <drow@mvista.com>
8014
8015 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8016 and "show cp-abi".
8017
8018 2003-03-03 Andrew Cagney <cagney@redhat.com>
8019
8020 * gdbint.texinfo (Target Architecture Definition): Document
8021 register_type.
8022
8023 2003-03-03 Andrew Cagney <cagney@redhat.com>
8024
8025 * stabs.texinfo (Structures): Use @samp and separate @var's
8026 instead of a single @var containing a comma separated list.
8027 (Unions): Ditto.
8028
8029 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
8030
8031 * Makefile.in (distclean): Remove config.log.
8032
8033 2003-03-01 Andrew Cagney <cagney@redhat.com>
8034
8035 * gdbint.texinfo (Target Architecture Definition): Rename
8036 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8037
8038 2003-03-01 Andrew Cagney <cagney@redhat.com>
8039
8040 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8041 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8042
8043 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8044
8045 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8046 (Non-debug DLL symbols): New node, describing the minimal symbols
8047 loaded from DLLs without real debugging symbols.
8048
8049 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8050
8051 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8052 hardware-breakpoint-limit".
8053 (Set Watchpoints): Add cross reference to "set remote
8054 hardware-watchpoint-limit".
8055 (Remote configuration options): New section.
8056
8057 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8058
8059 * gdbint.texinfo (Target Architecture Definition): Delete
8060 descrption of IS_TRAPPED_INTERNALVAR.
8061
8062 From Keith Seitz <keiths@redhat.com>:
8063 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8064 option "-i"/"--interpreter" to this chapter. Include index
8065 entries.
8066
8067 2003-02-04 David Carlton <carlton@math.stanford.edu>
8068
8069 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8070 (Variables): Recommend stabs+ and DWARF 2.
8071 (C plus plus expressions): Correct info about
8072 compiler versions, debug formats.
8073 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8074 PR symtab/874.
8075
8076 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8077
8078 * gdbint.texinfo (Target Architecture Definition): Delete
8079 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8080 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8081 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8082 references to nindy and i960.
8083 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8084
8085 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8086
8087 * gdbint.texinfo (Target Architecture Definition): Delete
8088 FLOAT_INFO.
8089
8090 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8091
8092 * stabs.texinfo (Member Type Descriptor): Clarify description of
8093 `@'. Suggested by Ben Hutchings.
8094
8095 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8096
8097 * gdb.texinfo (M68K): Delete reference to es1800.
8098
8099 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8100
8101 * gdb.texinfo (Maintenance Commands): Document `maint print
8102 reggroups' and `maint print register-groups'.
8103 * gdbint.texinfo (Target Architecture Definition): Document
8104 register_reggroup_p.
8105
8106 2003-01-23 Jim Blandy <jimb@redhat.com>
8107
8108 * gdb.texinfo (Separate Debug Files): New section.
8109
8110 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
8111
8112 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8113 and "maint show profile".
8114
8115 2003-01-16 Michael Chastain <mec@shout.net>
8116
8117 * gdb.texinfo (Installing GDB): Warn against
8118 ".../gdb-VERSION/gdb/configure".
8119 (Separate Objdir): Likewise.
8120
8121 2003-01-15 Andrew Cagney <ac131313@redhat.com>
8122
8123 * gdbint.texinfo (Target Architecture Definition): Delete
8124 definition of PRINT_REGISTER_HOOK.
8125
8126 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8127
8128 (OpenRISC 1000): Fix formatting of command names.
8129
8130 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8131
8132 * gdb.texinfo (Continuing and Stepping): Add new command
8133 'advance'. Clarify behavior of 'until'.
8134
8135 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8136
8137 * gdb.texinfo (Files): Document solib-absolute-prefix and
8138 solib-search-path.
8139
8140 2003-01-09 Michael Chastain <mec@shout.net>
8141
8142 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8143 (Create a Release): Add new instructions for new @file{src-release}.
8144 Document existing instructions for @file{Makefile.in} as
8145 being for @value{GDBN} 5.3.1 or earlier.
8146
8147 2003-01-09 Andrew Cagney <ac131313@redhat.com>
8148
8149 * gdbint.texinfo (Target Architecture Definition): Mention
8150 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8151 allocate memory.
8152
8153 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8154
8155 * gdb.texinfo (Controlling GDB): Add @kindex for
8156 "show osabi".
8157 (Backtraces): Add @kindex's for backtrace-below-main.
8158
8159 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8160
8161 * gdb.texinfo (Controlling GDB): Document "set osabi".
8162
8163 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8164
8165 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8166 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8167
8168 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8169
8170 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8171 "set coerce-float-to-double".
8172 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8173
8174 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8175
8176 * stabs.texinfo: Remove obsolete text.
8177 * gdbint.texinfo: Ditto.
8178 * gdb.texinfo: Ditto.
8179
8180 2002-12-22 Mark Kettenis <kettenis@gnu.org>
8181
8182 * gdbint.texinfo (Target Architecture Definition): Update
8183 description of gdbarch_register_osabi.
8184
8185 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8186
8187 * agentexpr.texi: Fix typos.
8188 * annotate.texi: Likewise.
8189 * fdl.texi: Likewise.
8190
8191 2002-12-10 Andrew Cagney <cagney@redhat.com>
8192
8193 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8194 DEPRECATED_INIT_FRAME_PC.
8195
8196 2002-12-01 Andrew Cagney <ac131313@redhat.com>
8197
8198 * gdbint.texinfo (Target Architecture Definition): Delete
8199 PC_IN_CALL_DUMMY.
8200
8201 2002-11-28 Andrew Cagney <ac131313@redhat.com>
8202
8203 * gdbint.texinfo (Host Definition): Delete documentation on
8204 USE_GENERIC_DUMMY_FRAMES.
8205
8206 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
8207
8208 Fix PR gdb/723 and PR gdb/245.
8209 * Makefile.in (install-info): Run the install-info command as part
8210 of the post install steps only.
8211 (uninstall-info): New target.
8212 (uninstall): New target.
8213
8214 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
8215
8216 * Makefile.in (install): Make install do some real work.
8217
8218 2002-11-19 Andrew Cagney <ac131313@redhat.com>
8219
8220 Fix POSIX problem reported by Paul Eggert.
8221 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8222 Fix PR gdb/527.
8223
8224 2002-10-26 Andrew Cagney <cagney@redhat.com>
8225
8226 * gdbint.texinfo (Target Architecture Definition): Delete
8227 definition of DO_REGISTERS_INFO.
8228
8229 2002-10-18 Kevin Buettner <kevinb@redhat.com>
8230
8231 * gdbint.texinfo (Address Classes): Fix problems with insertion
8232 of ``{'' and ``}'' in example.
8233
8234 2002-10-17 Kevin Buettner <kevinb@redhat.com>
8235
8236 * gdbint.texinfo (Address Classes): New section.
8237 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8238 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8239 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8240 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8241
8242 2002-10-11 Klee Dienes <kdienes@apple.com>
8243
8244 * gdb.texinfo (Registers): Mention vector registers as well as
8245 floating registers in the documentation for 'info registers' and
8246 'info all-registers'.
8247
8248 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
8249
8250 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8251
8252 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8253
8254 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8255 interface definition.
8256
8257 2002-10-03 Marko Mlinar <markom@opencores.org>
8258
8259 * gdb.texinfo (Target Commands): Add or1k target specific
8260 commands.
8261 * gdb.texinfo (Contributors): Add myself to the contributors list.
8262
8263 2002-10-01 Andrew Cagney <ac131313@redhat.com>
8264
8265 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8266 and "mi1" instead of "mi1" and "mi0".
8267
8268 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8269
8270 * gdb.texinfo (Packets): Fix typos "alligned".
8271 Correct z3/Z3 description. Correct z4/Z4 title.
8272
8273 2002-09-27 Andrew Cagney <ac131313@redhat.com>
8274
8275 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8276
8277 2002-09-25 Kevin Buettner <kevinb@redhat.com>
8278
8279 * gdb.texinfo: Use GNU/Linux instead of Linux.
8280
8281 2002-09-25 Andrew Cagney <ac131313@redhat.com>
8282
8283 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8284
8285 2002-09-24 Andrew Cagney <ac131313@redhat.com>
8286
8287 * gdb.texinfo: Replace @example with @smallexample.
8288
8289 2002-09-20 Kevin Buettner <kevinb@redhat.com>
8290
8291 From Eli Zaretskii <eliz@gnu.org>:
8292 * gdb.texinfo (Character Sets): Use @smallexample instead of
8293 @example. Use GNU/Linux instead of Linux.
8294
8295 2002-09-20 Jim Blandy <jimb@redhat.com>
8296
8297 * gdb.texinfo: Add character set documentation.
8298
8299 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8300
8301 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8302 (Packets): Add cross reference from `b' packet to `z' packets.
8303
8304 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8305
8306 * gdb.texinfo (Maintenance Commands): Document ``maint
8307 internal-error'' and ``maint internal-warning''.
8308
8309 * gdbint.texinfo (Target Architecture Definition): Revise
8310 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8311
8312 2002-09-19 Joel Brobecker <brobecker@gnat.com>
8313
8314 * gdbint.texinfo (Target Conditionals): Document the new
8315 NAME_OF_MALLOC macro.
8316
8317 2002-09-05 Andrew Cagney <ac131313@redhat.com>
8318
8319 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8320 engineer.
8321
8322 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8323
8324 * gdb.texinfo (TUI Overview): Document status line fields.
8325
8326 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8327
8328 * gdb.texinfo (TUI Commands): Document info win command.
8329
8330 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8331
8332 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8333
8334 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8335
8336 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8337 (TUI Keys): Likewise.
8338
8339 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8340
8341 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8342 for a packet receive.
8343
8344 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8345
8346 * Makefile.in (clean): Move to end of file.
8347 (distclean, maintainer-clean, realclean): Ditto.
8348 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8349 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8350 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8351 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8352
8353 2002-08-24 Andrew Cagney <ac131313@redhat.com>
8354
8355 * Makefile.in (GDBINT_TEX_TMPS): Define.
8356 (gdbint.dvi, gdbint.pdf): Use
8357 (GDB_TEX_TMPS): Define.
8358 (gdb.dvi, gdb.pdf): Use.
8359 (STABS_TEX_TMPS): Define.
8360 (stabs.dvi, stabs.pdf): Use.
8361 (GDB_DOC_SOURCE_INCLUDES): New macros.
8362 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8363 (GDBINT_DOC_FILES_INCLUDES): New macros.
8364 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8365 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8366 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8367 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8368 (links2roff): Replace SFILES_INCLUDED with
8369 GDB_DOC_SOURCE_INCLUDES.
8370 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8371 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8372 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8373 dependencies.
8374 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8375 dependencies.
8376 (gdbmi.texinfo): Delete rule.
8377 (inc-hist.texinfo): Delete rule.
8378 (rluser.texinfo): Delete rule.
8379
8380 2002-08-23 Andrew Cagney <cagney@redhat.com>
8381
8382 * gdbint.texinfo (Target Architecture Definition): Update
8383 STORE_RETURN_VALUE, mention regcache.
8384
8385 2002-08-21 Andrew Cagney <ac131313@redhat.com>
8386
8387 * gdbint.texinfo (Target Architecture Definition): Document
8388 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8389
8390 2002-08-19 Andrew Cagney <ac131313@redhat.com>
8391
8392 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8393 Fix minor typos. Add index entries.
8394
8395 2002-08-18 Andrew Cagney <ac131313@redhat.com>
8396
8397 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8398
8399 2002-08-15 Andrew Cagney <ac131313@redhat.com>
8400
8401 * gdbint.texinfo (Target Architecture Definition): Document
8402 PRINT_VECTOR_INFO.
8403 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8404
8405 2002-08-13 Andrew Cagney <ac131313@redhat.com>
8406
8407 * gdb.texinfo (Maintenance Commands): Document "maint print
8408 registers", "maint print raw-registers" and "maint print
8409 cooked-registers".
8410
8411 2002-08-08 Grace Sainsbury <graces@redhat.com>
8412
8413 From Mark Salter:
8414 * gdb.texinfo (Protocol): Document T packet extension to
8415 allow watchpoint address reporting.
8416
8417 2002-08-03 Andrew Cagney <ac131313@redhat.com>
8418
8419 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8420
8421 2002-08-01 Andrew Cagney <cagney@redhat.com>
8422
8423 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8424 to CHILL.
8425
8426 2002-08-01 Andrew Cagney <ac131313@redhat.com>
8427
8428 * gdbint.texinfo (Coding): Revise section "Include Files".
8429
8430 2002-07-24 Andrew Cagney <cagney@redhat.com>
8431
8432 * gdbint.texinfo: Obsolete references to m88k.
8433 * gdb.texinfo: Ditto.
8434
8435 2002-07-10 Joel Brobecker <brobecker@gnat.com>
8436
8437 * gdbint.texinfo (Create a release candiate): Add the location
8438 where the proper version of autoconf can be retrieved.
8439
8440 2002-07-09 Don Howard <dhoward@redhat.com>
8441
8442 * gdb.texinfo (Command Files): Further describe the behavior of
8443 sourced command files.
8444
8445 2002-06-27 Andrew Cagney <ac131313@redhat.com>
8446
8447 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8448 (Coding): Clarify ISO C version that GDB assumes.
8449
8450 2002-06-26 Tom Tromey <tromey@redhat.com>
8451
8452 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8453 add_setshow_cmd_full.
8454
8455 2002-06-25 Don Howard <dhoward@redhat.com>
8456
8457 * gdb.texinfo (Memory Region Attributes): Document new behavior
8458 for 'mem' command.
8459
8460 2002-06-11 Jim Blandy <jimb@redhat.com>
8461
8462 * gdb.texinfo (Symbols): Update documentation for `info source'
8463 command.
8464
8465 * gdb.texinfo (Macros): Call the command `info macro', not
8466 `show macro'.
8467
8468 2002-06-09 Andrew Cagney <ac131313@redhat.com>
8469
8470 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8471 data''.
8472
8473 2002-06-09 Mark Kettenis <kettenis@gnu.org>
8474
8475 * gdbint.texinfo (Target Architecture Definition): Document
8476 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8477
8478 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8479
8480 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8481 lists.
8482
8483 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8484
8485 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8486 Branch''.
8487
8488 2002-06-01 Andrew Cagney <ac131313@redhat.com>
8489
8490 * gdbint.texinfo (Target Architecture Definition): Add section
8491 ``Converting an existing Target Architecture to Multi-arch''.
8492
8493 2002-05-30 Andrew Cagney <ac131313@redhat.com>
8494
8495 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8496 to ``Obsoleting code''. Revise.
8497
8498 2002-05-17 Jim Blandy <jimb@redhat.com>
8499
8500 * gdb.texinfo (C Preprocessor Macros): New chapter.
8501 Include it in the main menu.
8502 (Contributors): Credit Jim Blandy with macro support.
8503 (Compilation): Explain how to get macro information into the
8504 executable.
8505 (Expressions): Note that preprocessor macros are expanded.
8506
8507 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
8508
8509 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8510 options for `target remote'.
8511
8512 2002-05-13 Andrew Cagney <ac131313@redhat.com>
8513
8514 * gdbint.texinfo (Target Architecture Definition): Delete
8515 documentation on NNPC_REGNUM.
8516
8517 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8518
8519 * gdbint.texinfo (Target Architecture Definition): Document
8520 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8521 (Target Architecture Definition): Revise section `Using Different
8522 Register and Memory Data Representations'. Add section `Raw and
8523 Virtual Register Representations'.
8524
8525 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8526
8527 * gdbint.texinfo (Target Architecture Definition): Mention
8528 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8529 (Target Architecture Definition): Mention same. Add references to
8530 web pages.
8531
8532 2002-05-08 Michael Snyder <msnyder@redhat.com>
8533
8534 * stabs.texinfo (Attributes): Document new "vector" attribute.
8535
8536 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8537
8538 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8539
8540 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8541
8542 * gdb.texinfo: Delete obsolete references to a29k.
8543
8544 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8545
8546 * gdbint.texinfo (Target Architecture Definition): Replace
8547 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8548
8549 2002-04-24 David S. Miller <davem@redhat.com>
8550
8551 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8552
8553 2002-04-21 David S. Miller <davem@redhat.com>
8554
8555 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8556
8557 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8558
8559 * gdbint.texinfo (Target Architecture Definition): Delete
8560 definition of HAVE_REGISTER_WINDOWS.
8561
8562 2002-04-19 Eli Zaretskii <eliz@gnu.org>
8563
8564 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8565 "Theodore A. Roth" <troth@verinet.com>.
8566
8567 2002-04-15 Don Howard <dhoward@redhat.com>
8568
8569 From Eli Zaretskii <eliz@gnu.org>
8570 * gdb.texinfo (show max-user-call-depth): Correct formatting.
8571 Provide a better explaination of this feature.
8572
8573 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8574
8575 * gdbint.texinfo (Target Architecture Definition): Remove
8576 FRAME_CHAIN_COMBINE.
8577
8578 2002-04-12 Michael Chastain <mec@shout.net>
8579
8580 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
8581 REG_STACK_SEGMENT.
8582
8583 2002-04-09 Michael Chastain <mec@shout.net>
8584
8585 * gdbint.texinfo (Obsolete Conditionals): Remove references to
8586 PYRAMID_* macros.
8587
8588 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8589
8590 * gdb.texinfo (Bug Reporting): Document that the web is the
8591 prefered way of submitting bug reports.
8592 (Bug Reporting): Delete the s-mail address as the last resort.
8593
8594 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8595
8596 * gdbint.texinfo (Target Architecture Definition): Delete
8597 references to TARGET_WRITE_FP and write_fp.
8598
8599 2002-03-27 Michael Snyder <msnyder@redhat.com>
8600
8601 * gdb.texinfo: Document new commands dump, append, and restore.
8602
8603 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8604
8605 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
8606 Branch'.
8607
8608 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8609
8610 * gdb.texinfo: Change all examples to @smallexample.
8611 * gdbint.texinfo: Ditto.
8612
8613 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8614
8615 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
8616 Branches''.
8617
8618 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8619
8620 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
8621 Policy''.
8622
8623 2002-03-04 Fred Fish <fnf@redhat.com>
8624
8625 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
8626 expresson, suports, dependant, trhe, perhaphs, situtations,
8627 explictily, taged, oportunity, unfortunatly).
8628
8629 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8630
8631 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
8632 Remove reference to 3.12.
8633
8634 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8635
8636 * gdbint.texinfo: Include fdl.texi.
8637 (Top): Add GNU Free Documentation License.
8638 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
8639 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
8640 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
8641 (gdbint.info): Add srcdir to include path.
8642 * gdb.texinfo: Include gpl.texi.
8643 (Top): Add Copying.
8644 * gpl.texi: New file.
8645
8646 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8647
8648 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
8649
8650 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8651
8652 * gdb.texinfo: Document Cygwin native specific commands.
8653
8654 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8655
8656 * gdb.texinfo: Document gdbserver ``--attach'' command.
8657
8658 2002-02-07 Michael Snyder <msnyder@redhat.com>
8659
8660 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
8661 to @code(_ovly_debug_event).
8662
8663 2002-02-07 Andrew Cagney <ac131313@redhat.com>
8664
8665 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
8666
8667 2002-02-06 Michael Snyder <msnyder@redhat.com>
8668
8669 * gdb.texinfo (overlays): Mention new magic symbol
8670 '_ovly_debug_event', which allows GDB to keep better track
8671 of overlays.
8672
8673 2002-02-03 Eli Zaretskii <eliz@gnu.org>
8674
8675 * gdb.texinfo (Memory Region Attributes): Fix the wording.
8676 Suggested by Dmitry Sivachenko.
8677
8678 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
8679
8680 2002-02-01 Michael Snyder <msnyder@redhat.com>
8681
8682 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
8683
8684 2002-01-30 Michael Snyder <msnyder@redhat.com>
8685
8686 * gdb.texinfo: (remote protocol): Gramatical fix-up.
8687 (set trust-readonly-sections): Document.
8688
8689 2002-01-29 Andrew Cagney <ac131313@redhat.com>
8690
8691 * gdbint.texinfo (Releasing GDB): Revise and update.
8692
8693 2002-01-28 Andrew Cagney <ac131313@redhat.com>
8694
8695 * gdbint.texinfo (Target Architecture Definition): Delete
8696 description of TARGET_BYTE_ORDER_DEFAULT.
8697
8698 2002-01-27 Eli Zaretskii <eliz@gnu.org>
8699
8700 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
8701 <mitya@cavia.pp.ru>.
8702
8703 2002-01-23 Andrew Cagney <ac131313@redhat.com>
8704
8705 * libgdb.texinfo: Delete file.
8706
8707 2002-01-22 Andrew Cagney <ac131313@redhat.com>
8708
8709 * gdb.texinfo: Remove makeinfo 3.12 hacks.
8710 * gdbint.texinfo: Ditto.
8711
8712 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
8713
8714 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
8715
8716 2002-01-22 Andrew Cagney <ac131313@redhat.com>
8717
8718 * Makefile.in: Update copyright.
8719 (TEXI2DVI): Define.
8720 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
8721 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
8722 gdb-cfg.texi.
8723 (TEXINDEX, PDFTEX): Delete makefile variables.
8724
8725 2002-01-22 Andrew Cagney <ac131313@redhat.com>
8726
8727 * gdb.texinfo (Protocol): Move section to appendix.
8728
8729 2002-01-21 Andrew Cagney <ac131313@redhat.com>
8730
8731 * gdb.texinfo (Remote Debugging): Create a menu.
8732 (Top): Add ``Remote Debugging'' to menu.
8733
8734 2002-01-21 Andrew Cagney <ac131313@redhat.com>
8735
8736 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
8737 serial protocol'' from here.
8738 (Remote Debugging): To here. New chapter.
8739
8740 2002-01-20 Andrew Cagney <ac131313@redhat.com>
8741
8742 * gdbint.texinfo (Target Architecture Definition): Delete
8743 description of TARGET_BYTE_ORDER_SELECTABLE_P.
8744
8745 2002-01-20 Andrew Cagney <ac131313@redhat.com>
8746
8747 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
8748 are no longer needed.
8749 (Porting GDB): Add maintainer note about configure.host.
8750
8751 2002-01-20 Andrew Cagney <ac131313@redhat.com>
8752
8753 * gdbint.texinfo (Target Architecture Definition): Remove
8754 definition of IEEE_FLOAT.
8755
8756 2002-01-20 Eli Zaretskii <eliz@gnu.org>
8757
8758 * gdb.texinfo: Beautify copyright years; fix a typo.
8759 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
8760 <3diff@gnu.org>
8761
8762 2002-01-19 Andrew Cagney <ac131313@redhat.com>
8763
8764 * gdbint.texinfo (Host Definition): Remove references to
8765 MALLOC_INCOMPATIBLE.
8766
8767 2002-01-17 Andrew Cagney <ac131313@redhat.com>
8768
8769 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
8770 and xyz-xdep.o.
8771
8772 2002-01-17 Andrew Cagney <ac131313@redhat.com>
8773
8774 * gdb.texinfo (Maintenance Commands): Add appendix.
8775 (Set Breaks): Copy ``maint info breakpoint'' doco to
8776 ``Maintenance Commands'' appendix. Add reference.
8777
8778 2002-01-17 Andrew Cagney <ac131313@redhat.com>
8779
8780 * fdl.texi: Remove next/prev from @node.
8781
8782 2002-01-17 Eli Zaretskii <eliz@gnu.org>
8783
8784 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
8785 for monstrous @multitable (from Brian Youmans).
8786
8787 * fdl.texi: New file.
8788
8789 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
8790
8791 2002-01-15 Andrew Cagney <ac131313@redhat.com>
8792
8793 * gdbint.texinfo (Releasing GDB): New chapter.
8794
8795 2002-01-14 Andrew Cagney <ac131313@redhat.com>
8796
8797 * gdb.texinfo (Embedded Processors, Calling program functions):
8798 Obsolete references to a29k.
8799
8800 2002-01-13 Andrew Cagney <ac131313@redhat.com>
8801
8802 * gdbint.texinfo (Coding): Review Cleanups section. Examples
8803 examples. Document that a code-block should do or discard its
8804 cleanups before exit.
8805
8806 2002-01-11 Michael Snyder <msnyder@redhat.com>
8807
8808 * gdb.texinfo (Choosing files): Change @samp to @file.
8809
8810 2002-01-05 Michael Snyder <msnyder@redhat.com>
8811
8812 * gdb.texinfo (--pid): Document new command line option (attach).
8813
8814 2002-01-07 Eli Zaretskii <eliz@gnu.org>
8815
8816 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
8817 in the stub.
8818
8819 2002-01-04 Andrew Cagney <ac131313@redhat.com>
8820
8821 * gdbint.texinfo (Target Architecture Definition): Replace
8822 BIG_ENDIAN with BFD_ENDIAN_BIG.
8823
8824 2002-01-03 Andrew Cagney <ac131313@redhat.com>
8825
8826 * gdbint.texinfo (Target Architecture Definition): Replace
8827 value_ptr with struct value pointer.
8828
8829 2002-01-02 Eli Zaretskii <eliz@gnu.org>
8830
8831 * gdb.texinfo (Free Software): Fix wording.
8832
8833 2001-12-31 Eli Zaretskii <eliz@gnu.org>
8834
8835 * gdb.texinfo (Free Software): New section ``Free Software Needs
8836 Free Documentation''.
8837
8838 2001-12-30 Eli Zaretskii <eliz@gnu.org>
8839
8840 * stabs.texinfo:
8841 * gdb.texinfo:
8842 * gdbint.texinfo:
8843 * libgdb.texinfo:
8844 * annotate.texi: Fix the application of GFDL in the Copyright notice.
8845
8846 2001-12-29 Michael Snyder <msnyder@redhat.com>
8847
8848 * gdb.texinfo (maint info sections): Fix typo.
8849
8850 2001-12-26 Michael Snyder <msnyder@redhat.com>
8851
8852 * gdb.texinfo (maint info sections): Document.
8853
8854 * gdb.texinfo (info proc): Comment out documentation for
8855 'info proc' sub-options that are currently not implemented.
8856
8857 2001-12-20 Jim Blandy <jimb@redhat.com>
8858
8859 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
8860
8861 2001-12-15 Andrew Cagney <ac131313@redhat.com>
8862
8863 * gdbint.texinfo (Target Architecture Definition): Replace
8864 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
8865
8866 2001-12-01 Andrew Cagney <ac131313@redhat.com>
8867
8868 * gdbint.texinfo (Host Definition): Delete documentation on
8869 HOST_BYTE_ORDER.
8870
8871 2001-11-30 Jim Blandy <jimb@redhat.com>
8872
8873 * gdb.texinfo (Overlays): New chapter, documenting GDB's
8874 overlay support. Add to top-level menu.
8875
8876 2001-11-26 Tom Tromey <tromey@redhat.com>
8877
8878 * gdb.texinfo (Command Syntax): Document C-o binding.
8879
8880 2001-07-26 Christopher Faylor <cgf@redhat.com>
8881
8882 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
8883 use since it is described in the referenced section.
8884
8885 From Eli Zaretskii <eliz@gnu.org>
8886 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
8887 clearer when using DJGPP.
8888
8889 2001-11-24 Christopher Faylor <cgf@redhat.com>
8890
8891 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
8892 specifically refer to MS-DOS.
8893 (command files): Mention gdb.ini is only used on MS-DOS.
8894
8895 2001-11-21 Tom Tromey <tromey@redhat.com>
8896
8897 * gdb.texinfo (Invoking GDB): Document --args.
8898 (Mode Options): Likewise.
8899
8900 2001-11-21 Jim Blandy <jimb@redhat.com>
8901
8902 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
8903 Delete documentation; this macro has been removed from the
8904 sources.
8905
8906 2001-11-13 Jim Blandy <jimb@redhat.com>
8907
8908 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
8909
8910 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
8911
8912 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
8913
8914 2001-11-05 Michael Snyder <msnyder@redhat.com>
8915
8916 * gdb.texinfo (info functions): Document use of backslash to
8917 quote regexp chars in function names such as "operator*()".
8918
8919 2001-11-01 Fred Fish <fnf@redhat.com>
8920
8921 * gdbint.texinfo (SOLIB_ADD): Document additional new
8922 "readsyms" arg.
8923
8924 2001-10-30 Don Howard <dhoward@redhat.com>
8925
8926 * gdb.texinfo: (Command Files) Added documentation for the
8927 behavior of gdb with input redirected from a file.
8928
8929 2001-10-28 Fred Fish <fnf@redhat.com>
8930
8931 * gdb.texinfo (auto-solib-add): Change docs to match
8932 implementation change.
8933 (auto-solib-limit): Add docs for new variable.
8934
8935 2001-10-15 Andrew Cagney <ac131313@redhat.com>
8936
8937 * gdbint.texinfo (Target Architecture Definition): Function
8938 value_as_pointer renamed to value_as_address.
8939
8940 2001-10-15 Andrew Cagney <ac131313@redhat.com>
8941
8942 * gdbint.texinfo (Target Architecture Definition): Default
8943 POINTER_TO_ADDRESS functions assume unsigned addresses.
8944 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
8945 posting by Jim Blandy.
8946
8947 2001-10-12 Jim Blandy <jimb@redhat.com>
8948
8949 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
8950 version of texi2html (1.64) doesn't support this flag any more.
8951
8952 2001-09-08 Mark Kettenis <kettenis@gnu.org>
8953
8954 * gdbint.texinfo (Host Definition): Remove description of
8955 MEM_FNS_DECLARED.
8956
8957 * gdbint.texinfo (Host Definition): Remove description of R_OK.
8958
8959 * gdbint.texinfo (Host Definition): Remove description of
8960 HAVE_SIGSETMASK.
8961
8962 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
8963
8964 * gdbint.texinfo (Target Architecture Definition): Add
8965 explanation of TARGET_PRINT_INSN macro.
8966
8967 2001-08-30 Jim Blandy <jimb@redhat.com>
8968
8969 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
8970 Explain what it means to load relocatable files.
8971
8972 2001-08-28 Jim Blandy <jimb@redhat.com>
8973
8974 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
8975 info `top' menu.
8976
8977 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
8978
8979 * gdbint.texinfo: Add a cautionary note about macro use.
8980
8981 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
8982
8983 * gdb.texinfo: Explain omitting the hostname in the
8984 `target remote' command.
8985
8986 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
8987
8988 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
8989 and END-INFO-DIR-ENTRY.
8990
8991 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8992
8993 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
8994
8995 2001-07-25 Andrew Cagney <ac131313@redhat.com>
8996
8997 * gdbint.texinfo (libgdb): Rewrite.
8998
8999 2001-07-26 Eli Zaretskii <eliz@gnu.org>
9000
9001 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9002
9003 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9004
9005 * gdb.texinfo (TUI): New chapter, document the TUI.
9006 (Mode Options): Document the -tui option.
9007
9008 2001-07-23 Mark Kettenis <kettenis@gnu.org>
9009
9010 * gdbint.texinfo (Host Definition): Remove description of
9011 NEED_POSIX_SETPGID.
9012
9013 2001-07-23 Eli Zaretskii <eliz@gnu.org>
9014
9015 * gdb.tex (DJGPP Native): New node, with descriptions of
9016 DJGPP-specific commands.
9017
9018 2001-07-19 John R. Moore <jmoore@redhat.com>
9019
9020 * gdbint.texinfo: Three misspellings.
9021
9022 2001-07-06 Andrew Cagney <ac131313@redhat.com>
9023
9024 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9025 `test` expressions on bash. Problem reported by Colin Walters.
9026
9027 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9028
9029 * gdbint.texinfo (User Interface): Update ui-out documentation to
9030 refelect recent UI/MI updates.
9031
9032 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9033
9034 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9035 interpreters.
9036
9037 2001-06-15 Andrew Cagney <ac131313@redhat.com>
9038
9039 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9040 structure and not macros.
9041 (Host Definition): Document that much of this chapter is obsolete.
9042 (Target Architecture Definition): Update list of files that make
9043 up a target architecture.
9044 (Coding): Update.
9045
9046 2001-06-28 Andrew Cagney <ac131313@redhat.com>
9047
9048 * gdbint.texinfo (Target Architecture Definition): Update
9049 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9050 The latter has been changed to a true predicate.
9051
9052 2001-06-17 Eli Zaretskii <eliz@gnu.org>
9053
9054 * annotate.texi: Add @noindent where needed. From Dmitry
9055 Sivachenko <dima@Chg.RU>.
9056 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9057
9058 2001-06-16 Andrew Cagney <ac131313@redhat.com>
9059
9060 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9061
9062 2001-06-14 Andrew Cagney <ac131313@redhat.com>
9063
9064 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9065 returns ``OK''. Document that the ``R'' packet does not reply.
9066
9067 2001-06-13 Michael Snyder <msnyder@redhat.com>
9068
9069 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9070
9071 2001-06-13 Eli Zaretskii <eliz@gnu.org>
9072
9073 * gdb.texinfo (Signals): Clarify the default setting of signal
9074 handling.
9075
9076 2001-05-14 Andrew Cagney <ac131313@redhat.com>
9077
9078 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9079 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9080
9081 2001-05-12 Andrew Cagney <ac131313@redhat.com>
9082
9083 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9084
9085 2001-05-10 Eli Zaretskii <eliz@gnu.org>
9086
9087 * gdbint.texinfo (Clean Design and Portable Implementation):
9088 Renamed from "Clean Design".
9089 (Clean Design and Portable Implementation): Document portable
9090 methods of handling file names, and the associated macros.
9091
9092 2001-04-02 Eli Zaretskii <eliz@gnu.org>
9093
9094 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9095 command and provide a cross-reference to its description.
9096 (Symbols): Note that "info scope" is useful for trace experiments.
9097
9098 2001-04-01 Eli Zaretskii <eliz@gnu.org>
9099
9100 * gdb.texinfo (Symbols): Document "info scope".
9101 (Tracepoints): New chapter.
9102 (Contributors): Update for v5.1.
9103 <All nodes>: Change "C++" to "C@t{++}".
9104
9105 * gdbint.texinfo (User Interface): A new section about ui_out
9106 functions, based on text written by Fernando Nasser.
9107
9108 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9109
9110 2001-03-26 Eli Zaretskii <eliz@gnu.org>
9111
9112 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9113
9114 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9115
9116 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9117 Replace "GDB" with "@value{GDBN}". Fix markup.
9118
9119 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9120
9121 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9122 a cross-reference to its description.
9123 (Symbols): Document "info symbol".
9124
9125 2001-03-21 Eli Zaretskii <eliz@gnu.org>
9126
9127 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9128 subsection "x86 Watchpoints".
9129 (Target Architecture Definition): Document the macros
9130 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9131 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9132
9133 2001-03-20 Andrew Cagney <ac131313@redhat.com>
9134
9135 * gdbint.texinfo (Target Architecture Definition): Update
9136 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9137 list.
9138
9139 2001-03-06 Kevin Buettner <kevinb@redhat.com>
9140
9141 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9142 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9143
9144 2001-02-21 Eli Zaretskii <eliz@gnu.org>
9145
9146 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9147
9148 2001-02-11 Eli Zaretskii <eliz@gnu.org>
9149
9150 * gdb.texinfo (Environment): Document that `path' does not change
9151 the value of PATH in GDB's own environment (it did in the past,
9152 but that was changed on March 15, 1994). Reported by Doug Evans
9153 <dje@transmeta.com>.
9154
9155 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9156 its line. Fix markup of commands and macros. Add an Index node
9157 and index entries.
9158
9159 2001-01-23 J.T. Conklin <jtc@redback.com>
9160
9161 * gdb.texinfo (Memory region attributes): New manual section.
9162
9163 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9164
9165 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9166
9167 2000-12-25 Eli Zaretskii <eliz@gnu.org>
9168
9169 * refcard.tex: Version and copyright fixed. From Phil Edwards
9170 <pedwards@disaster.jaj.com>.
9171
9172 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9173
9174 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9175 DWARF2_REG_TO_REGNUM): Document.
9176
9177 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9178
9179 * gdbint.texinfo (Coding): Update current value of
9180 --enable-build-warnings. Mention --enable-gdb-build-warnings.
9181
9182 2000-11-19 Eli Zaretskii <eliz@gnu.org>
9183
9184 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9185 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9186
9187 2000-11-10 Christopher Faylor <cgf@cygnus.com>
9188
9189 * gdb.texinfo: Document new 'set step-mode' command.
9190
9191 2000-10-16 Eli Zaretskii <eliz@gnu.org>
9192
9193 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9194 changes from Dmitry Sivachenko <dima@Chg.RU>.
9195
9196 2000-09-26 Eli Zaretskii <eliz@gnu.org>
9197
9198 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9199 From Steven Johnson <sbjohnson@ozemail.com.au>.
9200
9201 2000-08-10 Mark Kettenis <kettenis@gnu.org>
9202
9203 * gdbint.texinfo (Overall Structure): Spelling fix.
9204
9205 2000-08-10 Eli Zaretskii <eliz@gnu.org>
9206
9207 * gdbint.texinfo (Target Architecture Definition): Document that
9208 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9209 for which REGISTER_CONVERTIBLE returns a zero value.
9210
9211 2000-07-08 Christopher Faylor <cgf@cygnus.com>
9212
9213 * Makefile.in (install-info): Find files to install in either the
9214 build or source directories (adapted from Makefile.am).
9215
9216 2000-07-07 Nicholas Duffek <nsd@redhat.com>
9217
9218 * stabs.texinfo: Fix spelling errors.
9219 (String Field): FILE-NUMBER starts from 0, not 1.
9220
9221 2000-07-05 Eli Zaretskii <eliz@gnu.org>
9222
9223 * refcard.tex: Remove \centerline from the blurb. Patch from
9224 Brian Youmans.
9225
9226 2000-06-25 Eli Zaretskii <eliz@gnu.org>
9227
9228 * Makefile.in (install-info): Support installation from outside of
9229 the source directory. Reported by Mark Harig
9230 <markh@frazier.landmark.com>.
9231
9232 2000-06-20 J.T. Conklin <jtc@redback.com>
9233
9234 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9235
9236 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9237
9238 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
9239 Generate using pdftex.
9240 (PDFTEX): Define.
9241 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
9242 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
9243 @contents at the start.
9244
9245 2000-05-24 Eli Zaretskii <eliz@gnu.org>
9246
9247 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
9248 Youmans.
9249
9250 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9251
9252 From Brian Youmans:
9253 * gdb.texinfo: Fix ``et al.''.
9254
9255 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9256
9257 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
9258 loop.
9259
9260 2000-05-19 Jimmy Guo <guo@cup.hp.com>
9261
9262 * configure: Regenerate.
9263
9264 2000-05-17 Eli Zaretskii <eliz@gnu.org>
9265
9266 * Makefile.in (install-info): Run install-info on installed Info
9267 files.
9268
9269 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9270
9271 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
9272 Andrew Cagney.
9273
9274 2000-05-09 Eli Zaretskii <eliz@gnu.org>
9275
9276 * gdb.texinfo: Proofreading changes from Brian Youmans.
9277
9278 2000-05-01 Nick Duffek <nsd@cygnus.com>
9279
9280 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9281 startup sequence, minor edits.
9282
9283 2000-05-01 Eli Zaretskii <eliz@gnu.org>
9284
9285 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9286 TeX.
9287
9288 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9289 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9290 like `n' and `s' which look weird. Convert some of the @kindex to
9291 @vindex, when they refer to variables, not commands.
9292
9293 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9294
9295 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9296
9297 2000-04-23 Eli Zaretskii <eliz@gnu.org>
9298
9299 * Makefile.in (GDBMI_DIR): New variable.
9300 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9301 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9302 (gdbmi.texinfo): New target, for texi2roff.
9303 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9304 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9305
9306 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9307 gdbmi.texinfo.
9308 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9309 comment.
9310
9311 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9312
9313 * gdb.texinfo (Files): Update description of add-symbol-file
9314 command.
9315
9316 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9317
9318 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9319 prevents the build (and is generally a Bad Idea).
9320
9321 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9322
9323 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9324 a comma inside @var.
9325 (Command Files): Index markup changes from Dmitry Sivachenko
9326 <dima@Chg.RU>.
9327
9328 2000-04-16 Eli Zaretskii <eliz@gnu.org>
9329
9330 * Makefile.in (LN_S): Define.
9331 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9332 invoke "ln -s" unless it is known to work.
9333
9334 * configure.in (AC_PROG_LN_S): Add.
9335
9336 2000-04-14 Jim Blandy <jimb@redhat.com>
9337
9338 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9339 section.
9340 (Target Conditionals): Document ADDRESS_TO_POINTER,
9341 POINTER_TO_ADDRESS.
9342
9343 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
9344
9345 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9346 gdb-cfg.texi to get the value.
9347
9348 2000-04-10 Jim Blandy <jimb@redhat.com>
9349
9350 * gdbint.texinfo (Target Architecture Definition): Fix
9351 cross-references.
9352
9353 2000-04-08 Jim Blandy <jimb@redhat.com>
9354
9355 * gdbint.texinfo (Using Different Register and Memory Data
9356 Representations): New section.
9357 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
9358 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9359 REGISTER_CONVERT_TO_RAW): Document.
9360
9361 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9362
9363 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
9364 for acknowledgments.
9365
9366 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9367
9368 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
9369 qThreadExtraInfo.
9370
9371 2000-03-28 J.T. Conklin <jtc@redback.com>
9372
9373 * gdb.texinfo: Clarify which remote debug protocol commands are
9374 required and which are optional.
9375
9376 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9377
9378 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
9379 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9380 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
9381 * annotate.texi: Update.
9382
9383 2000-03-28 Stan Shebs <shebs@apple.com>
9384
9385 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9386 expectation of additional changes before release), update
9387 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9388 node links, rephrase and/or shorten lines to fix formatting
9389 problem in both regular and @smallbook formats.
9390 * annotate.texi: Shorten lines in example, use smallexample
9391 consistently everywhere.
9392 * Makefile.in: Add comment about texinfo 4.0 html generation.
9393 (SFILES_INCLUDED): Add annotate.texi.
9394
9395 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
9396
9397 * gdb.texinfo (Debugging Output): Added new section, documenting
9398 the "set/show debug" commands.
9399
9400 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9401
9402 * annotate.texi (Annotations): When GDBN omit @chapter and @node
9403 entry.
9404
9405 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9406 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
9407 @chapter and @node entries.
9408
9409 * gdb.texinfo: Link all top-level nodes.
9410
9411 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9412
9413 * Makefile.in (install-info): Create $(infodir) before installing
9414 files.
9415
9416 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9417
9418 From David Whedon <dwhedon@gordian.com>
9419 * gdbint.texinfo : Added paragraphs about command deprecation.
9420
9421 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
9422
9423 * gdb.texinfo: Add documentation for the apropos command.
9424
9425 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9426
9427 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9428
9429 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9430
9431 * gdb.texinfo: Add white space to prevent overprinting in
9432 two places.
9433
9434 2000-03-17 Stan Shebs <shebs@apple.com>
9435
9436 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9437 <dima@Chg.RU>, also clarification of allowed content for
9438 string constants.
9439
9440 2000-03-16 Eli Zaretskii <eliz@gnu.org>
9441
9442 * gdb.texinfo (main menu): Add Annotations.
9443 (File Options): Add @cindex entries for each command-line option.
9444 Document --epoch, --annotate, --async, --interpreter, --write,
9445 --statistics, and --version.
9446
9447 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9448 of GDB.
9449
9450 2000-02-23 Jim Blandy <jimb@redhat.com>
9451
9452 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9453
9454 2000-02-22 Jim Blandy <jimb@redhat.com>
9455
9456 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9457
9458 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9459
9460 * Makefile.in (diststuff): New target.
9461
9462 2000-02-15 Kevin Buettner <kevinb@redhat.com>
9463
9464 * agentexpr.texi: Fix wording regarding Intel's IA-64
9465 architecture. [From Jim Wilson.]
9466
9467 2000-01-16 Tom Tromey <tromey@cygnus.com>
9468
9469 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9470 (Delete Breaks): Mention range arguments.
9471 (Disabling): Likewise.
9472
9473 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9474
9475 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9476
9477 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9478
9479 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
9480 valid functions.
9481
9482 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9483
9484 * gdb.texinfo: Clarify regular expressions used in rbreak.
9485
9486 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
9487
9488 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9489 MEMORY_REMOVE_BREAKPOINT): Document.
9490
9491 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9492
9493 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
9494 offset re-using the DATA offset instead.
9495
9496 1999-10-11 Jim Kingdon <kingdon@redhat.com>
9497
9498 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9499
9500 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9501
9502 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9503 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9504 typos.
9505
9506 * gdb.texinfo: Various minor wording and formatting improvements,
9507 mentions of additional command-line options.
9508
9509 1999-09-30 Fred Fish <fnf@cygnus.com>
9510
9511 * gdb.texinfo: Document additional forms of specifying section
9512 names and addresses for the add-symbol-file command.
9513
9514 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9515
9516 * gdbint.texinfo: Fix typo, add the word "have".
9517
9518 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9519
9520 * gdbint.texinfo (Target Architecture Definition): Document the
9521 SKIP_PERMANENT_BREAKPOINT macro.
9522
9523 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9524
9525 * gdb.texinfo: Fiks speling errers.
9526
9527 * gdb.texinfo: Fix uses of @multitable.
9528
9529 From Eli Zaretskii <eliz@gnu.org>:
9530 * gdb.texinfo: Include details specific to DOS host, clarify
9531 some confusing language, fix @ref/@xref/@pxref usages, add
9532 comments about using with optimization, add more indexing,
9533 fix info about disassembly-flavor.
9534
9535 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9536
9537 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9538 SKIP_SOLIB_RESOLVER): Define.
9539
9540 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9541
9542 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
9543 ``g'' packets.
9544
9545 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9546
9547 * gdb.texinfo: Create a new "Configurations" chapter with
9548 platform-specific info, inline remote.texi and move sections of it
9549 into the new chapter, move bits about info proc, heuristic search,
9550 and register stack into the new chapter.
9551 * remote.texi: Remove, now part of gdb.texinfo.
9552 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9553
9554 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9555
9556 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9557 GDB_TARGET_IS_MACH386): These kludges have gone away.
9558
9559 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9560
9561 * gdbint.texinfo (Target Architecture Definition): Mention
9562 TDEPLIBS.
9563
9564 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9565
9566 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9567 surrounding text to fit HP-UX bits into general info.
9568 (HPPA-cfg.texi): Remove, no longer useful.
9569
9570 * gdb.texinfo: Remove explicit links from @node lines, remove
9571 HP-added "Detailed Node Listing" from main menu which confuses
9572 things.
9573
9574 From Dmitry Sivachenko <dima@Chg.RU>:
9575 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
9576 in description of `set environment'.
9577
9578 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9579
9580 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
9581
9582 1999-08-12 Ben Elliston <bje@cygnus.com>
9583
9584 * gdbint.texinfo (Breakpoint Handling): Add missing words.
9585
9586 1999-08-10 Eli Zaretskii <eliz@gnu.org>
9587
9588 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
9589 watch, awatch, and rwatch. Explain why the latter two cannot be
9590 set as software watchpoints. Document that watchpoints for local
9591 variables are deleted when the debuggee terminates.
9592
9593 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
9594
9595 * remote.texi (Protocol): Further clarification of the "qRcmd"
9596 packet. Allow E.. response packet. "qRcmd" packet is no longer
9597 reserved.
9598
9599 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9600
9601 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
9602 * gdb.texinfo: Ditto.
9603
9604 1999-08-06 Tom Tromey <tromey@cygnus.com>
9605
9606 * gdb.texinfo (KOD): New node.
9607
9608 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
9609
9610 * remote.texi (Rcmd): Fix minor formatting typos.
9611
9612 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
9613
9614 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
9615 packets.
9616
9617 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
9618
9619 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
9620 fixes.
9621
9622 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
9623
9624 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
9625
9626 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
9627
9628 * remote.texi (Communication Protocol): ``v'' is in use. Fix
9629 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
9630 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
9631 packets that are not supported on all hosts. Expand examples.
9632 Spell check.
9633
9634 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
9635
9636 * Makefile.in: Recognize html, install-html. Add targets
9637 to build HTML versions of documentation via texi2html.
9638
9639 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
9640
9641 * gdbint.texinfo (Testsuite): New chapter, information about the
9642 testsuite.
9643
9644 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
9645
9646 * remote.texi (Communication Protocol): Rewrite.
9647
9648 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
9649
9650 * stabs.texinfo: Fix uses of xref.
9651
9652 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
9653
9654 * gdbint.texinfo: Add an anti-printf exhortation, and update the
9655 info about patch submission.
9656
9657 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
9658
9659 From Per Bothner <bothner@cygnus.com>:
9660 * gdb.texinfo: Document Chill support.
9661
9662 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
9663
9664 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
9665 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
9666 Document that the value should be greater-than or equal-to zero.
9667 (NO_STD_REGS): Document. Deprecate.
9668
9669 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9670
9671 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
9672 Document that these are not used.
9673
9674 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9675
9676 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
9677
9678 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
9679
9680 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
9681 numargs was dropped.
9682
9683 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
9684
9685 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
9686
9687 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
9688
9689 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
9690 Update.
9691
9692 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
9693
9694 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
9695 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
9696
9697 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
9698
9699 * gdbint.texinfo: Fix typos: $ -> @.
9700
9701 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
9702
9703 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
9704 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
9705 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
9706 BREAKPOINT_FROM_PC.
9707
9708 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
9709
9710 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
9711 CALL_DUMMY_STACK_ADJUST): Document.
9712
9713 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
9714
9715 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
9716 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
9717
9718 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
9719
9720 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
9721 longer exists.
9722
9723 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
9724
9725 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
9726 nearly all @ifset/@ifclear conditionals; nobody uses them, and
9727 they make the manual source incomprehensible.
9728 * h8-cfg.texi: Remove, hasn't been used in years.
9729
9730 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
9731
9732 * gdb.texinfo: Update the credits.
9733
9734 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
9735
9736 * gdb.texinfo: Fix mistakes noticed in printout of last
9737 draft, add Alpha to discussion of heuristic fence post.
9738
9739 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
9740
9741 * gdb.texinfo, remote.texi: Many changes; update to Seventh
9742 Edition, merge some HP changes into mainline, describe some
9743 previously undocumented features, describe more of the target
9744 commands available, eliminate obsolete section on renamed
9745 commands.
9746 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
9747
9748 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
9749
9750 * gdb.texinfo: Make many HPPA conditionals unconditional,
9751 including catchpoint description, since now on for all configs.
9752 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
9753 specializations.
9754
9755 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
9756
9757 * Makefile.in (GDBvn.texi): Fix match expression to work with
9758 current format of VERSION in gdb/Makefile.in.
9759 * gdb.texinfo: Fix node ref to match new readline.
9760
9761 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
9762
9763 * gdb.texinfo: Changes made as part of a project to merge in
9764 changes made by HP. Documentation makes extensive use of
9765 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
9766 on remote debugging. There are differences in documentation
9767 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
9768 the HP manual discusses catchpoints, hardware watchpoints, and
9769 some HPUX specific limitations for shared library support.
9770
9771 There are also a number of @node changes.
9772
9773 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
9774
9775 * gdbint.texinfo (Formatting): Disambiguate a sentence.
9776 (C Usage): Same.
9777
9778 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
9779
9780 The following changes were made by Edith Epstein
9781 <eepstein@cygnus.com> as part of a project to merge in changes
9782 made by HP.
9783
9784 * HPPA-cfg.texi: new file.
9785
9786 * all-cfg.texi: set HPPA for HP PA-RISC targets.
9787
9788 * refcard.tex: change documentation about catch.
9789 removed info catch.
9790
9791 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
9792
9793 * gdbint.texinfo: Expand on GDB's coding standards,
9794 specify the use of arg names with prototypes.
9795
9796 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
9797
9798 * gdb.texinfo: Fix tipo.
9799
9800 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
9801
9802 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
9803 TARGET_BYTE_ORDER_SELECTABLE_P.
9804
9805 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
9806
9807 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
9808
9809 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
9810
9811 * agentexpr.texi: New file.
9812
9813 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
9814
9815 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
9816
9817 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
9818
9819 * remote.texi: Changed wording that implied that the GDB remote
9820 protocol caches register values instead of GDB itself.
9821
9822 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
9823
9824 * gdbint.texinfo: Add some info about symbol readers.
9825 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
9826 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
9827 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
9828 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
9829
9830 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
9831
9832 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
9833
9834 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
9835
9836 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
9837
9838 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
9839
9840 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
9841 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
9842
9843 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
9844
9845 * gdbint.texinfo: Fix minor typos.
9846
9847 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
9848
9849 * gdbint.texinfo: Complete overhaul. Group descriptions more
9850 logically, add more info on generic algorithms, remove much
9851 obsolete and/or wrong material.
9852
9853 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
9854
9855 * stabs.texinfo (Method Type Descriptor): Expand and correct.
9856
9857 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
9858
9859 * refcard.tex: Copyright, address updates.
9860
9861 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
9862
9863 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
9864 for the edition instead of confusing GDB-version-like numbers.
9865
9866 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
9867
9868 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
9869
9870 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
9871
9872 * LRS: Reformat a bit to keep text under 80 columns.
9873
9874 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
9875
9876 * gdb.texinfo: Add some credits, mention bug monitor.
9877 * remote.texi: Mention mips monitor targets.
9878 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
9879
9880 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
9881
9882 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
9883 files, finish sorting of host vs target vs native macros, describe
9884 some more of them.
9885
9886 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
9887
9888 * gdbint.texinfo (Host Conditionals): Document change from
9889 using NO_MMALLOC to it's inverse, USE_MMALLOC.
9890
9891 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
9892
9893 * gdbint.texinfo (Host Conditionals): Document
9894 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
9895
9896 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
9897
9898 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
9899 Document LSEEK_NOT_LINEAR.
9900
9901 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
9902
9903 * stabs.texinfo (Stab Section Basics): Make it clear that only
9904 some versions of the GNU linker remove the leading N_UNDF symbol.
9905
9906 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
9907
9908 * stabs.texinfo (String Field): Document type number pairs here,
9909 instead of in the Sun specific section.
9910 (Include Files): The GNU linker supports the N_BINCL
9911 optimization. Clarify the N_BINCL value, and what it is used
9912 for.
9913 (Procedures): Document N_FUN with an empty string to mark the end
9914 of a function.
9915 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
9916 (Sun Differences): Remove this node, as the information is now
9917 elsewhere in the main document.
9918 (Stab Section Basics): Mention that the GNU linker may optimize
9919 stabs and remove the leading N_UNDF symbol.
9920
9921 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
9922
9923 * gdb.texinfo, refcard.tex: Restore author credit
9924
9925 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
9926
9927 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
9928 documentation to account for START and END macros taking
9929 one arg.
9930
9931 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
9932
9933 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
9934 * gdb.texinfo (Frames): Fix typo.
9935
9936 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
9937
9938 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
9939 a target_signal as arg type, not a pid.
9940
9941 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
9942
9943 * gdb.texinfo: Document `set assembly-language'.
9944
9945 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
9946
9947 * remote.texi: Update list of stubs in the GDB distribution.
9948
9949 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
9950
9951 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
9952 Also document that some systems can use mmalloc but must define
9953 this if their C runtime allocates memory that is later freed.
9954 (MMCHECK_FORCE): Document new macro.
9955
9956 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
9957
9958 * remote.texi: Add documentation for target Sparclet.
9959
9960 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
9961
9962 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
9963 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
9964 * configure.in: Rewritten for autoconf.
9965 * configure: New.
9966
9967 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
9968
9969 * Makefile.in (DVIPS): New define, set to dvips.
9970 (dvi): Add stabs.dvi.
9971 (ps): New target.
9972 (all-doc): Depend on info, dvi, and ps targets.
9973 (STAGESTUFF): Add *.ps and *.dvi files.
9974 (clean-info, clean-dvi): Remove.
9975 (mostlyclean): Does not depend upon clean-info or clean-dvi,
9976 rules completely rewritten.
9977 (maintainer-clean): Remove clean-info and clean-dvi
9978 dependencies and put their actions in the rules.
9979 (gdb.ps): New target
9980 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
9981 intermediate TeX files, whether they have 2 or 3 character
9982 extensions.
9983 (gdbint.ps): Add target and rules.
9984 (gdb-internals): Delete unused target.
9985 (Makefile): Depends upon config.status also.
9986
9987 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
9988
9989 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
9990 set.
9991
9992 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
9993
9994 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9995 * gdb.texinfo (Expressions): Fix erroneous array constant example.
9996
9997 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
9998
9999 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10000
10001 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10002
10003 * gdb.texinfo (Print settings): Document
10004 `set/show print static-members' commands.
10005
10006 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10007
10008 * gdbint.texinfo (Native): Document name change, coredep.c to
10009 core-aout.c.
10010
10011 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10012
10013 * stabs.texinfo (Include Files): Document the values the SunOS4
10014 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10015
10016 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10017
10018 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10019 Fix typo.
10020
10021 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10022
10023 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10024 "gdb.tar.Z".
10025
10026 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10027
10028 * Makefile.in (maintainer-clean): New target, synonym for
10029 realclean.
10030
10031 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10032
10033 * Update all FSF addresses except those in COPYING* files.
10034
10035 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10036
10037 From Richard Earnshaw (rearnsha@armltd.co.uk):
10038 * gdb.texinfo (convenience variables): Document $_exitcode.
10039 (quit): Document optional expression to use as exit code.
10040
10041 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10042
10043 * gdb.texinfo, remote.texi: Brought up to date with various
10044 GDB changes.
10045
10046 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10047
10048 * gdb.texinfo: Update dates and versions, fix comments about
10049 hardware watchpoints in future releases and about the
10050 sharedlibrary command.
10051
10052 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10053
10054 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10055 C_FUN stab. Other cleanups.
10056
10057 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10058
10059 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10060 for the sparc stub.
10061
10062 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10063
10064 * annotate.texi: Clarify which addresses have differing formats
10065 depending on the language and which do not.
10066
10067 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10068
10069 * remote.texi (NetWare): Changed example to use BOARD= instead of
10070 NODE= argument to reflect correspoding change to gdbserve.nlm.
10071
10072 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10073
10074 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10075 GDB, as well as AIX dbx, supports the size type attribute.
10076
10077 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10078
10079 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10080
10081 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10082
10083 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10084 and new 'if' and 'while' commands.
10085
10086 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10087
10088 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10089
10090 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10091
10092 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10093 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10094 NetWare targets. Mostly stolen from the Server node.
10095
10096 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10097
10098 * gdb.texinfo (Setting): Talk about the language of a source file
10099 versus the working language. The old documentation did not match
10100 what GDB did.
10101
10102 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10103
10104 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10105 of a source file.
10106
10107 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10108
10109 * gdb.texinfo (Processes): New node.
10110
10111 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10112
10113 * remote.texi: Update documentation of set/show mipsfpu.
10114
10115 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10116
10117 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10118 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10119
10120 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10121
10122 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10123 obsolete conditionals, described some others.
10124
10125 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10126
10127 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10128 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10129
10130 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10131
10132 * gdbint.texinfo: Put regex conditionals in their own table.
10133
10134 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10135
10136 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10137 described or fixed the descriptions of many others.
10138
10139 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10140
10141 * gdb.texinfo: Add some more credits.
10142 * gdbint.texinfo: Capitalize GDB consistently, describe some
10143 macros and remove some.
10144
10145 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10146
10147 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10148 obsolete conditionals, described some others.
10149
10150 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10151
10152 * gdb.texinfo (help targets): Changed to `help target', which
10153 is the correct gdb command.
10154
10155 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10156
10157 * annotate.texi (TODO): New node, for keeping track of annotations
10158 suggested but not yet implemented.
10159
10160 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10161
10162 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10163 another symbol, it is not the address itself.
10164
10165 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10166
10167 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10168 of stabs-in-coff sections.
10169
10170 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10171
10172 * annotate.texi: Change edition to 0.5 and date to May 1994.
10173 Add index.
10174 (Frames): New node, for frame annotation.
10175 (Displays): New node, for display annotation.
10176
10177 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10178 when waiting for your program to stop.
10179
10180 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10181
10182 * annotate.texi (Breakpoint Info): Document annotation of header
10183 fields and record annotation.
10184
10185 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10186
10187 * annotate.texi: New file, to document annotations.
10188
10189 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10190
10191 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10192 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10193
10194 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10195
10196 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10197 section, and say n_strx field is compilation unit relative.
10198 * stabs.texinfo: Don't use @code for a.out when it is the name of
10199 an object file format.
10200
10201 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10202
10203 * gdb.texinfo: Refer to file names, not path names, per rms
10204 convention.
10205 (Arguments): Fix typo.
10206
10207 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10208
10209 * stabs.texinfo (Global Variables): Talk about stabs in files
10210 where variables are referenced, but not defined.
10211
10212 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10213
10214 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10215 Cplusplus to new nodes Member Type Descriptor and Method Type
10216 Descriptor. Re-write stuff for #.
10217
10218 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10219
10220 * gdb.texinfo (Print Settings): Don't document "set print
10221 fast-symbolic-addr off". The bug which it worked around was fixed
10222 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10223
10224 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10225 N_ENTRY node.
10226
10227 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10228
10229 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10230
10231 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10232 references to ieee-float.c.
10233
10234 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10235
10236 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10237 match what the code actually does.
10238
10239 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10240
10241 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10242
10243 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10244
10245 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10246 i, and b.
10247
10248 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10249
10250 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10251 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10252 as "stabs in sections" rather than just saying "ELF and SOM".
10253 Also make that stuff apply to COFF.
10254
10255 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10256
10257 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10258 Ghostscript.
10259
10260 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10261
10262 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10263 versus functions without line numbers, also mention stepping into
10264 them as well as "step" when you are in them. Tell the user how to
10265 deal with the situation. Add comment about "debugging information".
10266
10267 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10268
10269 * stabs.texinfo (Enumerations): Document restriction on where
10270 enumeration types can appear and still win with GDB.
10271
10272 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10273
10274 * stabs.texinfo (Negative Type Numbers): Document format for type
10275 -16.
10276
10277 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10278
10279 * gdb.texinfo (Selection, Frame Info): Update information about
10280 arbitrary frame specficiations.
10281
10282 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10283
10284 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10285
10286 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10287
10288 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10289
10290 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10291
10292 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10293
10294 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10295
10296 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10297 Differences node to Statics node.
10298 (Statics): Discuss XCOFF use of V symbol descriptor.
10299
10300 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10301 not clean.
10302
10303 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10304
10305 * gdb.texinfo (Print Settings): Document `set print
10306 fast-symbolic-addr' and improve the doc for some other
10307 `set print's.
10308
10309 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10310
10311 * stabs.texinfo (String Field): Talk about defining several type
10312 numbers at once.
10313 Fix lint regarding changing node ELF Transformations to
10314 ELF and SOM Transformations.
10315
10316 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10317
10318 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10319
10320 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10321
10322 * stabs.texinfo (Cross-References): `::' is for nested types only
10323 within <>.
10324 (Structures): Document static members.
10325
10326 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10327
10328 * stabs.texinfo: Document S type attribute.
10329
10330 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10331
10332 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10333
10334 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10335
10336 * gdbint.texinfo: Fix a few typos.
10337
10338 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10339
10340 * gdb.texinfo, remote.texi: formatting improvements
10341
10342 * gdb.texinfo (New Features): mention threads.
10343 (Summary, C): fix xrefs in newly contributed text.
10344 (Threads): index entries, clarifications, example
10345 (passim): minor typos fixed, phrasing improvements
10346
10347 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10348 entries; (Server): explain use of gdbserver w/real-time systems,
10349 add example of conflicting TCP port; (MIPS Remote) break up
10350 running text into table, highlighting commands, and add example.
10351
10352 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10353
10354 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10355
10356 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10357
10358 * stabs.texinfo (Nested Symbols): New node.
10359 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10360
10361 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10362
10363 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10364 to picking which Bbss.bss symbol to use, and (because there seems to
10365 be no good way of doing it) re-write some of the text to make it
10366 sound like Bbss.bss isn't such a great idea after all (as currently
10367 designed).
10368
10369 * gdb.texinfo (C): In addition to saying people have to use g++ for
10370 good results, say they have to use stabs. Specifically say cfront
10371 doesn't work well.
10372 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10373 the gdb README. Add xrefs to places where the support for the various
10374 languages is described in detail.
10375
10376 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10377
10378 * stabs.texinfo: Clean up stuff about visibility and virtual
10379 characters.
10380
10381 * stabs.texinfo (N_M2C): Cite Sun doc.
10382
10383 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10384
10385 * gdb.texinfo: updates re threads.
10386 * remote.texinfo: avoid index entries starting with digits.
10387
10388 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10389
10390 * stabs.texinfo (Enumerations): Talk about large, negative and
10391 octal values. Clean up cross reference to type attributes.
10392 (String Field): Say that GDB 4.11 supports size attribute.
10393
10394 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10395
10396 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10397 is a mandatory step. Make the stuff about that more concise.
10398
10399 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10400
10401 * stabs.texinfo (Class Names): New node.
10402
10403 * gdb.texinfo (Command Files): Explain order of init file reading.
10404
10405 * remote.texi (Bootstrapping): Talk about getting the serial driver
10406 to deal with ^C sent by gdb to stop the remote system.
10407
10408 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10409
10410 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10411
10412 * libgdb.texinfo (Defining Commands): made the DOC arg
10413 to gdb_define_app_command a char * instead of char **
10414 per a suggestion from kingdon.
10415
10416 * libgdb.texinfo: total rewrite from a different starting
10417 premise.
10418
10419 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10420
10421 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10422 floats passed as doubles (to improve clarity).
10423
10424 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10425
10426 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10427
10428 * a4rc.sed: update to work with Andreas Vogel papersize params
10429
10430 * refcard.tex: use Andreas Vogel simplifications of papersize
10431 params; remove useless version info; update copyright date.
10432
10433 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10434
10435 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10436
10437 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10438
10439 * gdb.texinfo (Files): Say what address the load command loads it at.
10440
10441 * stabs.texinfo (Common Blocks): Minor cleanups.
10442
10443 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10444 that Sun has backed away from the linker kludge and thus the relevant
10445 issue is changes to the SunPRO tools, not the Solaris linker.
10446
10447 * stabs.texinfo (Traditional Integer Types): Clean up description
10448 of octal bounds a little bit. Document extra leading zeroes.
10449
10450 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10451
10452 * gdb.texinfo (Signaling): Update for symbolic symbol names
10453 and add a section explaining the difference between the GDB
10454 signal command and the shell kill utility.
10455
10456 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10457
10458 * libgdb.texinfo: added `@' to braces that were unescaped.
10459
10460 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10461
10462 * libgdb.texinfo: new file. Spec for the gdb library.
10463
10464 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10465
10466 * stabs.texinfo (Include Files): Fix typo (start -> end).
10467
10468 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10469
10470 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10471 from Melissa at FSF's editing pass.
10472
10473 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10474
10475 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10476 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10477 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10478
10479 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10480
10481 * remote.texi (Bootstrapping): Discuss 386 call gates.
10482
10483 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10484
10485 * stabs.texinfo (Based Variables): New node.
10486
10487 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10488
10489 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10490 names, sizes, and formats to suggest how not to lose.
10491
10492 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10493
10494 * stabs.texinfo (Methods): Fix typo.
10495
10496 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10497
10498 * gdb.texinfo: Fix a few typos.
10499
10500 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10501
10502 * gdb.texinfo: Clarify how well it works with Fortran.
10503
10504 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10505 More on relocating stabs in ELF files.
10506
10507 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10508
10509 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10510
10511 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10512
10513 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10514 parameters on VAX.
10515
10516 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10517
10518 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10519
10520 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10521
10522 * stabs.texinfo: Make info author notice match the TeX author notice.
10523
10524 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10525
10526 * stabs.texinfo: Initial-caps all words in node names and
10527 non-trivial words in section names.
10528
10529 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10530
10531 * stabs.texinfo: Many minor cleanups.
10532
10533 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10534
10535 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10536
10537 * stabs.texinfo: Remove full description of big example.
10538 It's not really helpful; just use pieces of it where appropriate.
10539 Add more Texinfo formatting directives (@samp, etc.).
10540 Use @deffn to define stab types.
10541 Eliminate some wordiness. Break up some nodes.
10542 Add an (alphabetized) index of symbol types.
10543 Use consistent capitalization style in node and section names.
10544
10545 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10546
10547 * gdb.texinfo: Change typo "Two two" to "The two".
10548
10549 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10550
10551 * stabs.texinfo (XCOFF-differences): Remove references to
10552 non-existent types N_DECL and N_RPSYM.
10553
10554 * stabs.texinfo (String Field): Say that type attributes bug is
10555 fixed in GDB 4.10, since it is.
10556
10557 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10558
10559 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10560
10561 * stabs.texinfo: Formatting cleanups.
10562
10563 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10564
10565 * stabs.texinfo: When explaining the n_type of a stab, standardize
10566 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10567 no tabs, use @r).
10568 (Global Variables): Clean up.
10569
10570 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10571
10572 * stabs.texinfo (Stack Variables): Re-write.
10573
10574 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10575
10576 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10577 addresses of a source file. Also revise formatting.
10578 Change "object module" or "object file" to "source file".
10579 Various: Miscellaneous cleanups.
10580
10581 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10582
10583 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
10584
10585 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
10586
10587 * gdbint.texinfo: Removed many nonsensical machine-collected
10588 host and target conditionals, described some of the remainder.
10589
10590 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10591
10592 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
10593
10594 * gdbint.texinfo (Top): Add name to @top line, and re-write the
10595 paragraph which follows.
10596
10597 * gdbint.texinfo (Host): Use @code not @samp for Makefile
10598 variables. Looks better and avoids overful hbox.
10599
10600 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10601
10602 * stabs.texinfo (Procedures): Improve stuff on nested functions.
10603
10604 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10605
10606 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
10607 retransmit-timeout
10608
10609 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10610
10611 * gdbint.texinfo: Update statement about `some ancient Unix
10612 systems, like Ultrix 4.0' to Ultrix 4.2.
10613
10614 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
10615
10616 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
10617
10618 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
10619
10620 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
10621 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
10622
10623 * remote.texi: new name for former gdbinv-s.texi
10624
10625 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
10626
10627 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
10628
10629 * gdbinv-s.texi: Documented timeout and retransmit-timeout
10630 variables for MIPS remote debugging protocol.
10631
10632 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10633
10634 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
10635
10636 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10637
10638 * Makefile.in (refcard.dvi): Use srcdir where necessary.
10639
10640 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
10641
10642 * gdb.texinfo: repair conditional bugs in text markup
10643
10644 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10645
10646 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
10647 to select Modula-2 material.
10648
10649 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10650
10651 * stabs.texinfo: Cleanups regarding statics.
10652
10653 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
10654 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
10655
10656 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10657
10658 * stabs.texinfo: N_MAIN is sometimes used for C.
10659
10660 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10661
10662 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
10663
10664 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
10665
10666 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
10667 removed from the code by Kingdon.
10668
10669 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10670
10671 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
10672 input when evaluating breakpoint conditions; the bug has been fixed.
10673
10674 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
10675 sets the ignore count to N-1, not to N.
10676
10677 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10678
10679 * refcard.tex (\hoffset): correct longstanding error to match
10680 intended offset; avoids cutting off edge on some printers
10681
10682 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10683
10684 * stabs.texinfo (Parameters): Say that order of stabs is significant.
10685
10686 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10687
10688 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
10689
10690 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10691
10692 * Makefile.in: (REFEDITS) new var to control whether PS or CM
10693 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
10694 collect sed edits if any, apply to refcard before formatting;
10695 (refcard.ps) stop implying PS fonts if PS output requested;
10696 (lrefcard.ps) delete extra target for variant PS fonts
10697
10698 * refcard.tex: parametrize papersize dependent info, collect
10699 in easily replaced spot
10700
10701 * a4rc.sed: new file, edits to refcard for A4 paper
10702
10703 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10704
10705 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
10706
10707 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10708
10709 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
10710
10711 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10712
10713 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
10714 politely rather than rudely.
10715
10716 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10717
10718 * stabs.texinfo: Document common blocks.
10719
10720 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
10721
10722 * stabs.texinfo: Add some basic info about stabs-in-elf.
10723
10724 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10725
10726 * stabs.texinfo (Top): Minor cleanup.
10727
10728 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
10729
10730 * Makefile.in (install-info): remove parentdir support
10731
10732 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10733
10734 * gdb.texinfo (Copying): delete this node and references to it;
10735 RMS says this manual need not carry GPL. (passim): Improvements
10736 from last round at FSF, largely due to Ian Taylor review, and
10737 minor formatting improvements.
10738
10739 * gdbinv-s.texi (passim): Improvements from last round at FSF,
10740 largely due to Ian Taylor review. (Debug Session): minor edits to
10741 new text.
10742
10743 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
10744
10745 * Makefile.in (realclean): Remove info and dvi files too.
10746
10747 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
10748
10749 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
10750 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
10751 * gdb.texinfo: Change accordingly.
10752
10753 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
10754 N_{L,R}BRAC,N_SLINE are relative to.
10755
10756 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
10757
10758 * Makefile.in (GDBvn.texi): Update atomically.
10759
10760 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
10761
10762 * gdbinv-s.texi (Debug Session): Document exceptionHook.
10763
10764 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
10765
10766 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
10767 addresses together. Also motivate the set print symbol-filename
10768 command and suggest other solutions.
10769
10770 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
10771
10772 * gdb.texinfo (set print elements): Note that the number of
10773 elements is set to unlimited by "set print elements 0".
10774
10775 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
10776
10777 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
10778 NF_LDOUBLE means.
10779 (Stab Types): Include Solaris stab types.
10780 (Procedures): Document Solaris extensions.
10781
10782 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10783
10784 * gdb.texinfo: Add `set print symbol-filename' doc.
10785
10786 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10787
10788 * stabs.texinfo (Arrays): Talk about type definition vs. type
10789 information.
10790
10791 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
10792 the trailing semicolon.
10793
10794 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10795
10796 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
10797 and merge in other parts of the document addressing these subjects.
10798 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
10799
10800 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
10801 at the end of a range type.
10802
10803 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
10804 AIX extensions.
10805
10806 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10807
10808 * stabs.texinfo (Stabs Format): Misc fixes.
10809
10810 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10811
10812 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
10813 (Traditional builtin types): Document convex convention for long long.
10814 (Negative builtin types): Discuss type names, and misc fixes.
10815
10816 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10817
10818 * stabs.texinfo (Builtin Type Descriptors): Document the floating
10819 point types used with @samp{R} type descriptor.
10820 (Symbol Descriptors): Describe how to handle conflict between
10821 different meanings of @samp{P} symbol descriptor.
10822
10823 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10824
10825 * stabs.texinfo: Remove node Quick Reference and put its children
10826 directly under the main menu.
10827
10828 * stabs.texinfo: Many more changes to bring it into line with
10829 AIX documentation and reality. I think it now has all the
10830 information from the AIX documentation, except that I burned
10831 out when I got to variant records (Pascal and Modula-2) and
10832 all the COBOL types. Oh well, we can add them later when we're
10833 worrying more about those languages.
10834
10835 * stabs.texinfo (Automatic variables): Talk about what it means
10836 to omit the symbol descriptor.
10837
10838 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10839
10840 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
10841 gcc2 behavior with promoted args.
10842
10843 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10844
10845 * gdb.texinfo: include readline appendices in info version of manual
10846
10847 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10848
10849 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
10850 target remote.
10851
10852 * gdb.texinfo (Machine Code): more index entries for disassemble
10853
10854 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
10855
10856 * Clarify the intended use of the gdb-testers and gdb-patches
10857 mailing lists, and shrink gzip comment.
10858
10859 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10860
10861 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
10862 DOSHOST configuration of manual.
10863
10864 * gdb.texinfo (MIPS Stack): new node.
10865
10866 * all-config.texi (MIPS) new switch.
10867
10868 * gdbinv-s.texi (Nindy Options) Remove two instances of future
10869 tense; (MIPS Remote) new node.
10870
10871 * gdb.texinfo (passim) rephrases to work around makeinfo @value
10872 bug; (Environment) less passive, other small cleanups in text about
10873 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
10874 (Remote) new MIPS Remote menu entry.
10875
10876 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
10877
10878 * stabs.texinfo: Many changes to include information from the
10879 AIX documentation.
10880
10881 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
10882
10883 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
10884
10885 * gdbint.texinfo (new node Debugging GDB, elsewhere):
10886 Move a bunch of information from ../README.
10887 (Getting Started): New node.
10888
10889 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10890
10891 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
10892
10893 * gdb.texinfo: advance manual revision dates to present
10894
10895 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
10896 stop using silly Roman numerals in @set variable names
10897
10898 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
10899
10900 * stabs.texinfo (Parameters): Keep trying to get this right.
10901
10902 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
10903
10904 * stabs.texinfo (Parameters): More on "local parameters".
10905
10906 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
10907
10908 * stabs.texinfo (Parameters): Re-do "local parameters" section.
10909
10910 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
10911
10912 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
10913 (Parameters): Rewrite.
10914 (xcoff-differences, Sun-differences): Minor changes.
10915
10916 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10917
10918 * stabs.texinfo: Minor cleanup.
10919
10920 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
10921
10922 * gdbint.texinfo: Minor xcoff stuff.
10923
10924 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
10925
10926 * gdbint.texinfo: Update for new config directory structure.
10927 Add info about internal type data structures.
10928
10929 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
10930
10931 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
10932 $(srcdir).
10933 (gdb-config.texi): Depend on file in $(srcdir).
10934
10935 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
10936
10937 * stabs.texinfo: Fixes about N_SO.
10938
10939 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10940
10941 * gdb.texinfo: include list of nonstandard init file names
10942
10943 * *-config.texi: new switch GENERIC for text that applies *only*
10944 to (usual) multiple-target version of manual
10945
10946 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
10947 h8 config
10948
10949 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
10950 in menus (rather than conditionally selected multiple alternative
10951 menus).
10952
10953 * Makefile.in: define and use DOC_CONFIG var to select
10954 configuration for GDB user manual.
10955
10956 * gdb-config.texi: delete from repository, generate from Makefile.
10957
10958 * all-config.texi: normal `generic' configuration file, formerly
10959 stored as gdb-config.texi
10960
10961 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10962
10963 * Makefile.in: add dvi target to build all .dvi files
10964
10965 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10966
10967 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
10968
10969 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
10970
10971 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
10972 host conditionals.
10973 * stabs.texinfo: More array fixes inspired by Jim's.
10974
10975 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
10976
10977 * stabs.texinfo: Fixes re arrays and continuations.
10978
10979 * gdbint.texinfo: Add XCOFF node.
10980
10981 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
10982
10983 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
10984
10985 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10986
10987 * stabs.texinfo: Fix for array types to mention lower bounds.
10988
10989 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
10990
10991 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
10992
10993 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
10994
10995 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
10996
10997 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
10998
10999 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11000 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11001
11002 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11003
11004 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11005
11006 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11007
11008 * gdb.texinfo, gdbinv-s.texi: misc updates
11009
11010 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11011
11012 * gdbint.texinfo: Brief documentation for longjmp support,
11013 from an email msg by Stu.
11014
11015 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11016
11017 * stabs.texinfo: Fix description of floating point "range"
11018 types (which really define basic types). Reported by Jim Meehan,
11019 <meehan@src.dec.com>.
11020
11021 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11022
11023 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11024
11025 * gdbint.texinfo: Slightly expand section on supporting a new
11026 object file format.
11027
11028 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11029
11030 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11031 intermediate file.
11032
11033 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11034
11035 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11036
11037 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11038
11039 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11040
11041 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11042 as well as Z8002.
11043
11044 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11045
11046 * gdbint.texinfo: Add sections on clean design and on how to send
11047 in changes.
11048
11049 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11050
11051 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11052
11053 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11054
11055 * gdb.texinfo: Fix typo, reported by Karl Berry.
11056
11057 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11058
11059 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11060
11061 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11062
11063 * gdbint.texinfo: fixed a stray email address (needs @@),
11064 added @table @code to node "Native Conditionals"
11065
11066 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11067
11068 * gdbint.texinfo: Describe coding style of GDB.
11069
11070 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11071
11072 * stabs.texinfo: Minor wording changes.
11073
11074 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11075
11076 * gdbint.texinfo: Improve release doc slightly.
11077
11078 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11079
11080 * gdbint.texinfo: Improve doc of GDB config macros.
11081
11082 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11083
11084 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11085 These will be reinserted when examined.
11086
11087 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11088
11089 * gdbint.texinfo: Make a start at documenting all the #if macros
11090 in GDB. At least list them all, and start separating them into
11091 host-specific and target-specific.
11092
11093 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11094
11095 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11096 examples (not consistent w others).
11097 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11098 for generic vn of doc
11099
11100 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11101
11102 * Makefile.in: always create installation directories.
11103
11104 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11105
11106 * gdb.texinfo: in h8 config, do not describe searching commands.
11107
11108 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11109
11110 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11111 conditionals; introduce a few generic switches that may be
11112 useful for other cross-dev or dos-hosted configs.
11113
11114 * gdb.texinfo: fix typo in "info reg" description
11115
11116 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11117
11118 * stabs.texinfo: Minor updates from running TeX over it.
11119 * Makefile.in (stabs.dvi, stabs.ps): Add.
11120
11121 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11122
11123 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11124 First pass at converting it to texinfo.
11125
11126 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11127
11128 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11129 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11130
11131 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11132
11133 * gdbint.texinfo: Add section on partial symbol tables.
11134
11135 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11136
11137 * gdb.texinfo: document `set remotedebug' and `set
11138 rstack_high_address'.
11139
11140 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11141
11142 * gdb.texinfo: slight expansion of new text on reading info files
11143 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11144 H8/300 from DOS.
11145
11146 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11147
11148 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11149
11150 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11151
11152 * gdb.texinfo: Say how to read the `info' files.
11153
11154 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11155
11156 * Makefile.in: gm4 -> m4.
11157
11158 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11159
11160 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11161 Documentation' ahead of `Installing GDB' to match README.
11162 Update shared library doc, -readnow and -mapped, and directory
11163 structure (add glob and mmalloc). Update configure doc.
11164
11165 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11166
11167 * Makefile.in: remove $(srcdir) from gdb.info rule.
11168
11169 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11170
11171 * Makefile.in: commented out gdb-all.texinfo rule. This is
11172 temporary.
11173
11174 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11175
11176 * Makefile.in, configure.in: removed traces of namesubdir,
11177 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11178 copyrights to '92, '13, changed some from Cygnus to FSF.
11179
11180 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11181
11182 * gdb.texinfo: Improve how we ask for bug reports.
11183
11184 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11185
11186 * Makefile.in: infodir belongs in datadir.
11187
11188 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11189
11190 * Makefile.in: remove spaces following hyphens, bsd make can't
11191 cope. install using INSTALL_DATA. added clean-info. added
11192 standards.text support.
11193
11194 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11195
11196 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11197 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11198 and mandir now keyed off datadir by default.
11199
11200 \f
11201 Local Variables:
11202 mode: change-log
11203 left-margin: 8
11204 fill-column: 74
11205 version-control: never
11206 End:
This page took 0.291219 seconds and 4 git commands to generate.