doc: Fix copy-pasto in Z0 packet documentation
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
0968fbae
SM
12017-08-09 Simon Marchi <simon.marchi@ericsson.com>
2
3 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
4 conditional expression.
5
791fb3d7
SM
62017-07-31 Simon Marchi <simon.marchi@ericsson.com>
7
8 * agentexpr.texi (rot): Fix symbolic description, improve
9 textual description.
10
27d41eac
YQ
112017-07-26 Yao Qi <yao.qi@linaro.org>
12
13 * gdb.texinfo (Maintenance Commands): Document command
14 "maint check xml-descriptions".
15
8e2141c6
YQ
162017-07-26 Yao Qi <yao.qi@linaro.org>
17
18 * gdb.texinfo (Maintenance Commands): Document optional
19 argument of "maint print c-tdesc".
20
c646b4e8
YQ
212017-07-18 Yao Qi <yao.qi@linaro.org>
22
23 * gdb.texinfo (Maintenance Commands): Improve the doc to
24 command "maint print c-tdesc".
25
eb83230b
SDJ
262017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
27
28 PR gdb/21606
29 * python.texi (Python representation of Symbols.): Replace
30 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
31 * guile.texi (Guile representation of Symbols.): Likewise.
32
c4dcb155
SM
332017-06-11 Simon Marchi <simon.marchi@ericsson.com>
34
35 * gdb.texinfo (Optional Messages about Internal Happenings):
36 Document {set,show} debug separate-debug-file commands.
37
aefd8b33
SDJ
382017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
39
40 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
41 (Connecting) <Remote Packet>: Add "startup-with-shell"
42 and "QStartupWithShell" to the table.
43 (Remote Protocol) <QStartupWithShell>: New item, explaining the
44 packet.
45
176efed1
AB
462017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
49
d050f7d7
TW
502017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
51
52 * python.texi (Recording in Python): Factor out the documentation of
53 gdb.RecordInstruction's super class.
54
14f819c8
TW
552017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
56
57 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
58 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
59 prev and next.
60
0ed5da75
TW
612017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
62
63 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
64 gdb.RecordInstruction
65
913aeadd
TW
662017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
67
68 * python.texi (Recording in Python): Add documentation for
69 gdb.RecordGap and remove documentation of special cases for
70 gdb.BtraceInstruction.
71
a3be24ad
TW
722017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
73
74 * python.texi (Recording in Python): Remove Record.ptid defvar.
75
ebe553db
SM
762017-04-21 Simon Marchi <simon.marchi@ericsson.com>
77
78 * gdb.texinfo (GDB/MI Thread Information): Add missing
79 fields, re-word some things.
80 (GDB/MI Thread Commands): Describe fields found in the output of
81 -thread-info, remove description of fields in the
82 thread output tuple, replace with a cross-reference to "GDB/MI
83 Thread Information".
84
9be21bb4
SM
852017-04-21 Simon Marchi <simon.marchi@ericsson.com>
86
87 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
88 from -thread-info output.
89
fe5f7374
AK
902017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
91
92 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
93
eea78757
AK
942017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
95
96 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
97
79778b30
YQ
982017-03-22 Yao Qi <yao.qi@linaro.org>
99
100 * python.texi (Inferiors In Python): Remove @code from Python.
101
cee59b3f
TW
1022017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
103
104 * python.texi (Recordings In Python): Document return type of
105 gdb.BtraceInstruction.data.
106
51457a05
MAL
1072017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
108
109 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
110 command file-list-shared-libraries
111 (GDB/MI Async Records): Update documentation of library-loaded with new
112 field.
113
f8d99587
DE
1142017-03-16 Doug Evans <dje@google.com>
115
116 * guile.texi (Lazy Strings In Guile): Mention arrays.
117 * python.texi (Lazy Strings In Python): Ditto.
118
5cf70512
JW
1192017-03-08 Jiong Wang <jiong.wang@arm.com>
120
121 * gdb.texinfo (Memory Protection Extensions): Add missing escape
122 character "@".
123
4a612d6f
WT
1242017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
125
126 * Memory Protection Extensions: Add information about inferior
127 calls.
128
216f72a1
JK
1292017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
130
131 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
132 DW_TAG_GNU_* and DW_AT_GNU_*.
133
4e746bb6
TW
1342017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
135
136 * python.texi (Recordings In Python): New section.
137
3f77c769
TT
1382017-02-14 Tom Tromey <tom@tromey.com>
139
140 PR python/13598:
141 * python.texi (Events In Python): Document events.before_prompt.
142
5cf30ebf
LM
1432017-02-13 Luis Machado <lgustavo@codesourcery.com>
144
145 * gdb.texinfo (Target Commands): Document the optional offset
146 argument for the load command.
147
18da0c51
MG
1482017-02-10 Martin Galvan <martingalvan@sourceware.org>
149
150 PR gdb/21122
151 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
152 space-separated breakpoint lists. Also add a missing @table command
153 and @cindex for breakpoint lists.
154
3f7b46f2
IR
1552017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
156
157 PR tdep/20936
158 * gdb.texinfo: (Standard Target Features): Document SPARC features.
159 (Sparc Features): New node.
160
2735833d
WT
1612017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
162
163 * gdb.texinfo (i386 Features): Add system segment registers
164 as feature.
165
373832b6
SM
1662017-01-24 Simon Marchi <simon.marchi@ericsson.com>
167
168 * python.texi (Events In Python): Fix typo.
169
78cbbba8
LM
1702017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
171 Luis Machado <lgustavo@codesourcery.com>
172
173 * gdb.texinfo (-target-flash-erase): New MI command description.
174 (flash-erase): New CLI command description.
175
387360da
JB
1762017-01-04 John Baldwin <jhb@FreeBSD.org>
177
178 * gdb.texinfo (Contributors): Add SRI International and University
179 of Cambridge for FreeBSD/mips.
180
34c41c68
DE
1812016-12-22 Doug Evans <xdje42@gmail.com>
182
183 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
184 commands.
185
df3ee9ca
PA
1862016-12-02 Pedro Alves <palves@redhat.com>
187
188 * gdb.texinfo (User-defined Commands): Limit on number of
189 arguments passed to user-defined commands removed; update.
190
01770bbd
PA
1912016-12-02 Pedro Alves <palves@redhat.com>
192
193 PR cli/20559
194 * gdb.texinfo (Define): Add example of using "eval" to process a
195 variable number of arguments.
196 (Output) <eval>: Add anchor.
197
ad02e4fe
SM
1982016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
199
200 * Makefile.in: Likewise.
201
8504e097
AA
2022016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
203
204 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
205 xref.
206
39402e6c
PA
2072016-10-29 Pedro Alves <palves@redhat.com>
208
209 * gdb.texinfo (Packets) <vCont>: Remove mention of default
210 actions.
211
ca6eff59
PA
2122016-10-26 Pedro Alves <palves@redhat.com>
213
214 * gdb.texinfo (Packets): Clarify vCont packets with multiple
215 actions that match a thread, and what happens when an action
216 matches a thread that is already running.
217
be06ba8c
SM
2182016-10-14 Simon Marchi <simon.marchi@ericsson.com>
219
220 * gdb.texinfo (Using Trace Files): Fix typo.
221 (GDB/MI Tracepoint Commands): Likewise.
222
99e61eda
SM
2232016-10-14 Simon Marchi <simon.marchi@ericsson.com>
224
225 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
226 of -trace-save.
227
9c37b5ae
TT
2282016-10-06 Tom Tromey <tom@tromey.com>
229
230 * guile.texi (Types In Guile): Remove Java mentions.
231 * python.texi (Types In Python): Remove Java mentions.
232 * gdb.texinfo (Address Locations, Supported Languages)
233 (Index Section Format): Remove Java mentions.
234
ee8da4b8
DE
2352016-08-15 Doug Evans <dje@google.com>
236
237 * gdb.texinfo (Target Description Format): Update docs on "end"
238 field spec and field default type.
239
4034d0ff
AT
2402016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2412016-10-03 Simon Marchi <simon.marchi@ericsson.com>
242
243 PR gdb/20487
244 * gdb.texinfo (Context management): Update mention of frame
245 change notifications.
246 (gdb/mi Async Records): Document frame field in
247 =thread-select event.
248 * observer.texi (GDB Observers): New user_selected_context_changed
249 observer.
250
4435e1cc
TT
2512016-09-28 Tom Tromey <tom@tromey.com>
252
253 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
254 than "memory breakpoint". Further document "kind". Move
255 protocol-details link earlier.
256 <z1>: Document the cmd_list argument. Fix typo.
257 <g>: Remove incorrect sentence.
258 (Stop Reply Packets): Document "OK" response to requests when in
259 non-stop mode.
260 <swbreak>: Use "software breakpoint" rather than "memory
261 breakpoint".
262 <create>: Document that "R" is ignored.
263 <W, X, w>: Document formatting of "AA".
264 (Notification Packets): Use "%Stop", not "%%Stop".
265
ad0a504f
AK
2662016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
267
268 * gdb.texinfo (Embedded Processors): Document ARC.
269 (Synopsys ARC): New section.
270 (Standard Target Features): Document ARC features.
271 (ARC Features): New section.
272
74172ecf
SM
2732016-09-21 Simon Marchi <simon.marchi@ericsson.com>
274
275 * .gitignore: New file.
276
0a1ddfa6
SM
2772016-08-24 Simon Marchi <simon.marchi@ericsson.com>
278
279 * gdb.texinfo (Input/Output): Mention possibility to unset
280 inferior-tty.
281
c0272db5
TW
2822016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
283
284 * gdb.texinfo: Resume btrace on reconnect.
285
e3487908
GKB
2862016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
287
288 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
289 syscall.
290
463888ab
РИ
2912016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
292
293 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
294 command.
295
dac790e1
TT
2962016-07-13 Tom Tromey <tom@tromey.com>
297
298 PR python/15620, PR python/18620:
299 * python.texi (Events In Python): Document new breakpoint events.
300
93daf339
TT
3012016-07-13 Tom Tromey <tom@tromey.com>
302
303 PR python/17698:
304 * python.texi (Breakpoints In Python): Document
305 Breakpoint.pending.
306
cda75e70
TT
3072016-07-13 Tom Tromey <tom@tromey.com>
308
309 * python.texi (Breakpoints In Python): Move table of types and
310 table of watchpoint types earlier in node.
311
e0f3fd7c
TT
3122016-07-12 Tom Tromey <tom@tromey.com>
313
314 PR python/19293:
315 * python.texi (Frames In Python): Document
316 gdb.invalidate_cached_frames.
317
86f78169
PA
3182016-06-21 Pedro Alves <palves@redhat.com>
319
320 * gdb.texinfo (Interpreters): Update intepreter-exec section,
321 document new-ui and explain use case.
322
a28d8e50
YTL
3232016-06-17 Yan-Ting Lin <currygt52@gmail.com>
324
325 * gdb.texinfo (Standard Target Features): Document NDS32 features.
326 (NDS32 Features): New Section.
327
bb556f1f
TK
3282016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
329
330 * gdb.texinfo (Examining Memory): Document negative repeat
331 count in the 'x' command.
332
38b022b4
SM
3332016-06-06 Simon Marchi <simon.marchi@ericsson.com>
334
335 * gdb.texinfo (GDB/MI Async Records): Document method and
336 format fields in =record-started.
337 * observer.texi (record_changed): Add method and format
338 parameters.
339
c185ba27
EZ
3402016-05-27 Eli Zaretskii <eliz@gnu.org>
341
342 * gdb.texinfo (General Query Packets): Move the description of the
343 response before the long list of the specific 'read' and 'write'
344 requests.
345
1957f6b8
TT
3462016-05-23 Tom Tromey <tom@tromey.com>
347
348 * python.texi (Basic Python): Document gdb.breakpoints return.
349
224f10c1
TT
3502016-05-24 Tom Tromey <tom@tromey.com>
351
352 PR gdb/19194:
353 * gdb.texinfo (gdb man): Fix typo.
354
0bdfa368
TT
3552016-05-17 Tom Tromey <tom@tromey.com>
356
357 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
358 (Rust): New node.
359
dcd1f979
TT
3602016-05-17 Tom Tromey <tom@tromey.com>
361
362 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
363
310cdbb6
YQ
3642016-04-27 Yao Qi <yao.qi@linaro.org>
365
366 * gdb.texinfo (tfind): Complete doc about tfind without
367 argument.
368
b8162e5a
AT
3692016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
370
371 * agentexpr.texi (byte): Fix zero_ext description.
372
f7c38292
PA
3732016-03-31 Pedro Alves <palves@redhat.com>
374
375 * gdb.texinfo (M32R/SDI): Delete node.
376 (MIPS Embedded): Remove references to the MIPS remote debugging
377 protocol, PMON and variants, and the associated commands.
378
81516450
DE
3792016-03-15 Doug Evans <dje@google.com>
380
381 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
382 (Target Description Format): Mention enum types. Update docs on
383 flags types.
384 (Predefined Target Types): Add "bool".
385 (Enum Target Types): New node.
386
2a60e18f
PA
3872016-03-15 Pedro Alves <palves@redhat.com>
388
389 * gdb.texinfo (Tracepoint Actions): Fix typo.
390
45fa2529
PA
3912016-03-15 Pedro Alves <palves@redhat.com>
392 Andreas Arnez <arnez@linux.vnet.ibm.com>
393 Marcin Kościelnicki <koriakin@0x04.net>
394
395 * gdb.texinfo (Tracepoint Actions): Document possible
396 unreliability of '$_ret'.
397
f2403c39
AB
3982016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
399
400 * gdb.texinfo (Symbols): Document new 'maint info line-table'
401 command.
402
f2f3ccb9
SM
4032016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
404
405 * gdb.texinfo (Convenience Functions): Document $_as_string.
406
cce0e923
DE
4072016-02-23 Doug Evans <dje@google.com>
408
409 * gdb.texinfo (Skipping Over Functions and Files): Document new
410 options to "skip" command. Update docs of output of "info skip".
411
012b3a21
WT
4122016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
413
414 * gdb.texinfo (Signals): Add bound violation display hints for
415 a SIGSEGV.
416
0748bf3e
MK
4172016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
418
419 * gdb.texinfo (Trace File Format): Add documentation for description
420 section lines.
421
e909d859
MK
4222016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
423
424 * gdb.texinfo (Trace File Format): Remove misleading information
425 about register block ordering.
426
713cdcbf
DE
4272016-02-01 Doug Evans <dje@google.com>
428
429 * gdb.texinfo (Value Sizes): Fix typo.
430
8244c20d
DE
4312016-02-01 Doug Evans <dje@google.com>
432
433 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
434
5fdf6324
AB
4352016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
436
437 * gdb.texinfo (Value Sizes): New section.
438 (Data): Add the 'Value Sizes' node to the menu.
439
67ebd9cb
JB
4402016-01-26 John Baldwin <jhb@FreeBSD.org>
441
442 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
443
6e9567fe
JB
4442016-01-19 John Baldwin <jhb@FreeBSD.org>
445
446 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
447
f303dbd6
PA
4482016-01-18 Pedro Alves <palves@redhat.com>
449
450 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
451 of the thread that hit a breakpoint or received a signal.
452
71ef29a8
PA
4532016-01-15 Pedro Alves <palves@redhat.com>
454
455 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
456
663f6d42
PA
4572016-01-13 Pedro Alves <palves@redhat.com>
458
459 * gdb.texinfo (Threads): Document the $_gthread convenience
460 variable.
461 (Convenience Vars): Likewise.
462
c84f6bbf
PA
4632016-01-13 Pedro Alves <palves@redhat.com>
464
465 * gdb.texinfo (Threads): Document "info threads -gid".
466
22a02324
PA
4672016-01-13 Pedro Alves <palves@redhat.com>
468
469 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
470 anchor.
471 (Threads In Python): Document new InferiorThread.global_num
472 attribute.
473
5d5658a1
PA
4742016-01-07 Pedro Alves <palves@redhat.com>
475
476 * gdb.texinfo (Threads): Document per-inferior thread IDs,
477 qualified thread IDs, global thread IDs and thread ID lists.
478 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
479 thread IDs.
480 (Convenience Vars): Document the $_thread convenience variable.
481 (Ada Tasks): Adjust to refer to thread IDs.
482 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
483 Commands, GDB/MI Variable Objects): Update to mention global
484 thread IDs.
485 * guile.texi (Breakpoints In Guile)
486 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
487 global thread IDs instead of thread IDs.
488 * python.texi (Threads In Python): Adjust documentation of
489 InferiorThread.num.
490 (Breakpoint.thread): Mention global thread IDs instead of thread
491 IDs.
492
84654457
PA
4932016-01-13 Pedro Alves <palves@redhat.com>
494
495 * python.texi (Threads In Python): Document
496 InferiorThread.inferior.
497
e3940304
PA
4982016-01-13 Pedro Alves <palves@redhat.com>
499
500 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
501 convenience variable.
502 (Convenience Vars): Likewise.
503
82075af2
JS
5042016-01-12 Josh Stone <jistone@redhat.com>
505 Philippe Waroquiers <philippe.waroquiers@skynet.be>
506
507 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
508 (Stop Reply Packets): List the syscall entry and return stop reasons.
509 (General Query Packets): Describe QCatchSyscalls, and add it to the
510 table and the detailed list of stub features.
511
bc504a31
PA
5122016-01-12 Pedro Alves <palves@redhat.com>
513
514 Remove use of the registered trademark symbol throughout.
515
cde67b27
YQ
5162016-01-12 Yao Qi <yao.qi@linaro.org>
517
518 * gdb.texinfo (Interrupts): Update the document on handling
519 interrupt when program is stopped.
520
19d9d4ef
DB
5212015-12-11 Don Breazeal <donb@codesourcery.com>
522
523 * gdb.texinfo (Forks): Correct Linux kernel version where
524 fork and exec events are supported, add notes about support
525 of these events in target remote mode.
526 (Connecting): Reorganize and clarify distinctions between
527 target remote, extended-remote, and multiprocess.
528 Reorganize related text from separate sections into new
529 sections.
530 (Server): Note effects of target extended-remote mode.
531 Delete section on Multi-Process Mode for gdbserver.
532 Move some text to "Connecting" node.
533
f4f4330e
PA
5342015-12-10 Pedro Alves <palves@redhat.com>
535
536 * gdb.texinfo (Threads): Replace warning with explanation
537 about single-threaded programs.
538
b1236ac3
PA
5392015-12-10 Pedro Alves <palves@redhat.com>
540
541 * gdb.texinfo (Threads): Remove mention of SGI.
542 (Forks): Remove mention of HP-UX.
543 (Breakpoints): Remove mention of HP-UX.
544 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
545 Reword in terms of architectures.
546 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
547 mention supported systems.
548 (Convenience Vars): Don't mention HP-UX.
549 (Jumping): Remove mention of HP-UX in comment.
550 (Files) <shared libraries>: Update supported shared library types
551 list. Remove mention of HP-UX.
552 (Native): Remove HP-UX subsection.
553 (SVR4 Process Information): Remove mention of HP-UX.
554
0f59c28f
PA
5552015-12-10 Pedro Alves <palves@redhat.com>
556
557 * gdb.texinfo (Stack): Reorder menu.
558
1c35a88f
LM
5592015-12-09 Luis Machado <lgustavo@codesourcery.com>
560
561 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
562 -var-set-format's new zero-hexadecimal format.
563
3685b09f
PMR
5642015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
565
566 * gdb.texinfo (Ada Mode Into): Move overloading support
567 description to its own node.
568 (Overloading support for Ada): New node.
569
f2faf941
PA
5702015-11-30 Pedro Alves <palves@redhat.com>
571
572 PR 14618
573 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
574 (Remote Configuration): Add the "set/show remote
575 no-resumed-stop-reply" to the available settings table.
576 (General Query Packets): Document the "no-resumed" qSupported
577 feature.
578
65706a29
PA
5792015-11-30 Pedro Alves <palves@redhat.com>
580
581 * gdb.texinfo (Remote Configuration): List "set/show remote
582 thread-events" command in configuration table.
583 (Stop Reply Packets): Document "T05 create" stop
584 reason and 'w' stop reply.
585 (General Query Packets): Document QThreadEvents packet. Document
586 QThreadEvents qSupported feature.
587
de979965
PA
5882015-11-30 Pedro Alves <palves@redhat.com>
589
590 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
591 anchor.
592 (Packets): Document vCtrlC.
593
79efa585
SM
5942015-11-26 Simon Marchi <simon.marchi@ericsson.com>
595
596 * gdb.texinfo (Thread List Format): Mention thread names.
597
7e0aa6aa
PA
5982015-11-24 Pedro Alves <palves@redhat.com>
599
600 PR 17539
601 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
602 program-spaces" example to ascending order listing.
603 (Threads): Adjust "info threads" example to ascending order
604 listing.
605 (Forks): Adjust "info inferiors" example to ascending order
606 listing.
607
0c532a29
MM
6082015-11-04 Markus Metzger <markus.t.metzger@intel.com>
609
610 * gdb.texinfo (Process Record and Replay): Document "record
611 instruction-history" modifiers.
612
fc58fa65
AB
6132015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
614
615 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
616 description.
617 (Frame Filter Management): Move to later in the 'Examining the
618 Stack' chapter.
619 (Selection): Add entry for 'select-frame'.
620
792005b0
DE
6212015-09-25 Doug Evans <dje@google.com>
622
623 * gdb.texinfo (Process Record and Replay): Fix syntax of
624 "record instruction-history begin, end" and
625 "record function-call-history begin, end".
626
c58b006b
SM
6272015-09-22 Simon Marchi <simon.marchi@ericsson.com>
628
629 * gdb.texinfo (Specifying Source Directories): Fix
630 substitute-path example.
631
f2665db5
MM
6322015-09-18 Markus Metzger <markus.t.metzger@intel.com>
633
634 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
635
e68fa6f0
PA
6362015-09-15 Pedro Alves <palves@redhat.com>
637
638 PR remote/18965
639 * gdb.texinfo (Stop Reply Packets): Revert previous change to
640 the vforkdone description.
641
8228463c
PA
6422015-09-15 Pedro Alves <palves@redhat.com>
643
644 PR remote/18965
645 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
646 part indicates the thread ID of the parent process.
647
750ce8d1
YQ
6482015-09-15 Yao Qi <yao.qi@linaro.org>
649
650 * gdb.texinfo (General Query Packets): Add vContSupported to
651 tables of 'gdbfeatures' and 'stub features' supported in the
652 qSupported packet, as well as to the list containing stub
653 feature details.
654
b459a59b
DB
6552015-09-11 Don Breazeal <donb@codesourcery.com>
656
657 * gdb.texinfo (Remote Configuration): Add exec event
658 feature to table of packet settings.
659 (Stop Reply Packets): Add exec events to the list of stop
660 reasons.
661 (General Query Packets): Add exec events to tables of
662 'gdbfeatures' and 'stub features' supported in the qSupported
663 packet, as well as to the list containing stub feature
664 details.
665
73b8c1fd
PA
6662015-08-24 Pedro Alves <palves@redhat.com>
667
668 * gdb.texinfo (Remote Configuration): Document the "set/show
669 remote multiprocess-extensions-packet" commands.
670
bb615428
PA
6712015-08-24 Pedro Alves <palves@redhat.com>
672
673 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
674 <M32R>: Remove references to M32R/D.
675 <M68K>: Remove references to target dbug.
676 <MIPS Embedded>: Remove references to target r3900 and target
677 array.
678 <PowerPC Embedded>: Remove references to target dink32 and target
679 ppcbug, target sds
680 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
681
2b4bf6af
AB
6822015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
683
684 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
685
566f5e3b
AB
6862015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
687
688 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
689
18989b3c
AB
6902015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
691
692 * gdb.texinfo (Maintenance Commands): Move documentation of "main
693 info bfds" to...
694 (File Caching): A New section. Outline bfd caching, and add new
695 description for "main set/show bfd-sharing".
696
6ff0ba5f
DE
6972015-08-14 Doug Evans <xdje42@gmail.com>
698
699 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
700 disassembly.
701 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
702
629500fa
KS
7032015-08-11 Keith Seitz <keiths@redhat.com>
704
705 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
706 Use "location(s)"instead of "linespec(s)".
707 (Specifying a Location): Rewrite.
708 Add subsections describing linespec, address, and explicit locations.
709 Add node/menu for each subsection.
710 (Source and Machine Code, C Preprocessor Macros)
711 (Create and Delete Trace points)
712 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
713 (Continuing at a Different Address): Remove "linespec" examples.
714 Add reference to "Specify a Location"
715 (The -break-insert Command): Rewrite. Add anchor.
716 Add reference to appropriate manual section discussing locations.
717 (The -dprintf-insert Command): Refer to -break-insert for
718 specification of 'location'.
719
fbea99ea
PA
7202015-08-07 Pedro Alves <palves@redhat.com>
721
722 * gdb.texinfo (Maintenance Commands): Document "maint set/show
723 target-non-stop".
724
da8c46d2
MM
7252015-08-07 Markus Metzger <markus.t.metzger@intel.com>
726
727 * gdb.texinfo (Process Record and Replay): Document prefixing of
728 speculatively executed instructions in the "record instruction-history"
729 command.
730
a3b5281e
DE
7312015-07-20 Doug Evans <dje@google.com>
732
733 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
734
6bcb1f97
DE
7352015-07-16 Doug Evans <dje@google.com>
736
737 * stabs.texinfo: @include gdb-cfg.texi.
738
db1ff28b
JK
7392015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
740
741 Revert the previous 2 commits:
742 gdbserver build-id attribute generator
743 Validate symbol file using build-id
744
ca5268b6
JK
7452015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
746
747 * gdb.texinfo (Files): Add 'set validate-build-id'
748 and 'show validate-build-id'.
749
700ca40f
JK
7502015-07-15 Aleksandar Ristovski <aristovski@qnx.com
751 Jan Kratochvil <jan.kratochvil@redhat.com>
752
753 gdbserver build-id attribute generator.
754 * gdb.texinfo (Library List Format for SVR4 Targets): Add
755 'build-id' in description, example, new attribute in dtd.
756
7c7f93f6
AB
7572015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
758
759 * gdb.texinfo (Selection): Update documentation for 'frame'
760 command.
761
b0627500
MM
7622015-07-02 Markus Metzger <markus.t.metzger@intel.com>
763
72f4393d 764 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
765 commands.
766
b20a6524
MM
7672015-07-02 Markus Metzger <markus.t.metzger@intel.com>
768
769 * gdb.texinfo (Process Record and Replay): Spell out that variables
770 and registers are not available during btrace replay.
771 Describe the new "record btrace pt" command.
772 Describe the new "set|show record btrace pt buffer-size" options.
773 (General Query Packets): Describe the new Qbtrace:pt and
774 Qbtrace-conf:pt:size packets.
775 Expand "bts" to "Branch Trace Store".
776 Update the branch trace DTD.
777
fc637f04
PP
7782015-06-26 Patrick Palka <patrick@parcs.ath.cx>
779
780 * gdb.texinfo (Command History): Document the new option
781 "history remove-duplicates".
782
18a94d75
DE
7832015-06-19 Doug Evans <dje@google.com>
784
785 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
786 longer supported.
787
0eacb298
PP
7882015-06-17 Patrick Palka <patrick@parcs.ath.cx>
789
790 * gdb.texinfo (Command History): Mention that setting
791 GDBHISTSIZE to the empty string disables history truncation.
792
bc460514
PP
7932015-06-17 Patrick Palka <patrick@parcs.ath.cx>
794
795 PR gdb/16999
796 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
797 behavior.
798
b58c513b
PP
7992015-06-17 Patrick Palka <patrick@parcs.ath.cx>
800
801 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
802 with GDBHISTSIZE.
803
a86c90e6
SM
8042015-06-15 Simon Marchi <simon.marchi@ericsson.com>
805
806 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
807 bytes and memory units for -data-{read,write}-memory-bytes.
808 (Packets): Same for m, M and X packets.
809 * python.texi (Inferiors In Python): Same for read_memory and
810 write_memory.
811
c74f7d1c
JT
8122015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
813
814 * gdb.texinfo (Separate Debug Files): Document that PE is also
815 supported.
816
51f0e40d
AB
8172015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
818
819 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
820 single table entry.
821
966f0aef
WT
8222015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
823
824 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
825
826
15a201c8
GB
8272015-06-10 Gary Benson <gbenson@redhat.com>
828
829 * gdb.texinfo (Remote Configuration): Document the
830 "set/show remote hostio-setfs-packet" command.
831 (Host I/O Packets): Document the vFile:setfs packet.
832
7a6a1731
GB
8332015-06-10 Gary Benson <gbenson@redhat.com>
834
835 * gdb.texinfo (Debugging Output): Document the "set/show debug
836 linux-namespaces" command.
837
7d73c23c 8382015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 839 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
840
841 * gdb.texinfo (i386): Add documentation about "show mpx bound"
842 and "set mpx bound".
843
27e0867f
DE
8442015-05-27 Doug Evans <dje@google.com>
845
846 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
847
b4f54984
DE
8482015-05-26 Doug Evans <dje@google.com>
849
850 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
851 command renamings.
852 (Maintenance Commands): Update for DWARF "set debug" command renamings.
853
55b40027
AB
8542015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
855
856 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
857
a4ea0946
AB
8582015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
859
860 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
861 (TUI Commands): Add 'tui enable' and 'tui disable' details.
862
37442ce1
DE
8632015-05-16 Doug Evans <xdje42@gmail.com>
864
865 * guile.texi (Memory Ports in Guile): Document support for unbuffered
866 memory ports.
867
36de76f9
JK
8682015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
869
870 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
871
0d71eef5
DB
8722015-05-12 Don Breazeal <donb@codesourcery.com>
873
874 * gdb.texinfo (Forks): Note that fork debugging is
875 supported in extended mode.
876 (Remote Configuration): Add fork event features to table
877 of packet settings.
878 (Stop Reply Packets): Add fork events to list of stop reasons.
879 (General Query Packets): Add fork events to tables of
880 'gdbfeatures' and 'stub features' supported in the qSupported
881 packet, as well as to the list containing stub feature
882 details.
883
835205d0
GB
8842015-05-12 Gary Benson <gbenson@redhat.com>
885
886 * gdb.texinfo (General Query Packets): Document
887 qXfer:exec-file:read with empty annex.
888
4c082a81
SC
8892015-05-09 Siva Chandra Reddy <sivachandra@google.com>
890
891 * python.texi (Values From Inferior): Add descriptions of new
892 methods gdb.Value.reference_value and gdb.Value.const_value.
893
b30a0bc3
JB
8942015-05-06 Joel Brobecker <brobecker@adacore.com>
895
896 * gdb.texinfo (Files): Add "info dll" documentation.
897 (Cygwin Native): Remove "info dll" documentation.
898
2ce1cdbf
DE
8992015-04-29 Doug Evans <dje@google.com>
900
901 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
902 Document.
903 (Writing an Xmethod): Add get_result_type to example.
904
59fb7612
SS
9052015-04-28 Sasha Smundak <asmundak@google.com>
906
907 * python.texi: New method documented.
908
cf75d6c3
AB
9092015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
910
911 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
912 format.
913
897c3d32
DE
9142015-04-24 Doug Evans <dje@google.com>
915
916 * python.texi (Xmethods In Python): Fix name of method to call the
917 xmethod.
918
1b6e6f5c
GB
9192015-04-17 Gary Benson <gbenson@redhat.com>
920
921 * gdb.texinfo (Connecting to a Remote Target): Mention that
922 GDB can access program files from remote targets that support
923 qXfer:exec-file:read and Host I/O packets.
924
c78fa86a
GB
9252015-04-17 Gary Benson <gbenson@redhat.com>
926
927 * gdb.texinfo (Remote Configuration): Document the "set/show
928 remote pid-to-exec-file-packet" command.
929 (General Query Packets): Document the qXfer:exec-file:read
930 qSupported features. Document the qXfer:exec-file:read packet.
931
a9a5a3d1
GB
9322015-04-17 Gary Benson <gbenson@redhat.com>
933
934 * gdb.texinfo (set sysroot): Document that "set sysroot" also
935 applies to executable paths if supplied to GDB as absolute.
936
4f45d445
JK
9372015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
938
939 * gdb.texinfo (Mode Options): Remove -xdb.
940
e7a8570f
JK
9412015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
942 Eli Zaretskii <eliz@gnu.org>
943
72f4393d
L
944 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
945 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
946 the compile command. New subsection Compiler search for the compile
947 command.
948
f2983cc3
AW
9492015-04-09 Andy Wingo <wingo@igalia.com>
950
951 * guile.texi (Frames In Guile): Describe frame-read-register.
952
599bd15c
GB
9532015-04-02 Gary Benson <gbenson@redhat.com>
954
955 * gdb.texinfo (set sysroot): Document "target:".
956
d11916aa
SS
9572015-04-01 Sasha Smundak <asmundak@google.com>
958
959 * doc/python.texi (Writing a Frame Unwinder in Python): Add
960 section.
961
df8411da
SDJ
9622015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
963
964 PR corefiles/16092
965 * gdb.texinfo (gcore): Mention new command 'set
966 use-coredump-filter'.
967 (set use-coredump-filter): Document new command.
968
d33279b3
AT
9692015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
970
971 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
972 documentation, reorder the info os entries in alphabetical order.
973
852f8402
SM
9742015-03-26 Simon Marchi <simon.marchi@ericsson.com>
975
976 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
977 -data-write-memory-bytes.
978
856e7dd6
PA
9792015-03-24 Pedro Alves <palves@redhat.com>
980
981 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
982 mention that threads may sometimes run unlocked.
983
236af5e3
YG
9842015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
985
986 * gdb.texinfo (Remote configuration): Document "set/show
987 serial parity" command.
988
464b0089
GB
9892015-03-18 Gary Benson <gbenson@redhat.com>
990
991 * gdb.texinfo (General Query Packets): Remove documentation
992 for now-removed vFile:fstat qSupported features.
993
0a93529c
GB
9942015-03-11 Gary Benson <gbenson@redhat.com>
995
996 * gdb.texinfo (Remote Configuration): Document the
997 "set/show remote hostio-fstat-packet" command.
998 (General Query Packets): Document the vFile:fstat
999 qSupported features.
1000 (Host I/O Packets): Document the vFile:fstat packet.
1001
85642ba0
AW
10022015-03-11 Andy Wingo <wingo@igalia.com>
1003
1004 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1005
f7e6eed5
PA
10062015-03-04 Pedro Alves <palves@redhat.com>
1007
1008 * gdb.texinfo (Remote Configuration): Document the "set/show
1009 remote swbreak-feature-packet" and "set/show remote
1010 hwbreak-feature-packet" commands.
1011 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1012 decription.
1013 (Stop Reply Packets): Document the swbreak and hwbreak stop
1014 reasons.
1015 (General Query Packets): Document the swbreak and hwbreak
1016 qSupported features.
1017 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1018
f873665f 10192015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
1020
1021 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1022 under *stopped.
1023
9a284c97
DE
10242015-03-02 Doug Evans <xdje42@gmail.com>
1025
1026 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1027
446899e4
AA
10282015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1029
1030 * gdb.texinfo (S/390 and System z Features): Describe new feature
1031 "org.gnu.gdb.s390.vx".
1032
7ee67ee4
SDJ
10332015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1034
1035 PR gdb/18008
1036 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1037 demangler-warning): Fix typo ("problam").
1038
53cf2ee0
DT
10392015-02-19 David Taylor <dtaylor@emc.com>
1040
1041 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1042
3133f8c1
JM
10432015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1044
1045 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1046 point, DTrace'.
1047 (Static Probe Points): Modified to cover DTrace probes in addition
1048 to SystemTap probes. Also modified to cover the `enable probe'
1049 and `disable probe' commands.
1050
9aca2ff8
JM
10512015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1052
1053 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1054 `disable probe' commands.
1055
fa3f8d5a
DT
10562015-02-12 David Taylor <dtaylor@emc.com>
1057
1058 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1059 fields of the QTDV packet.
1060
d33501a5
MM
10612015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1062
1063 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1064 (Process Record and Replay): Describe new set|show commands.
1065 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1066
f4abbc16
MM
10672015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1068
1069 * gdb.texinfo (Process Record and Replay): Describe the "record
1070 btrace bts" command.
1071 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1072 (Branch Trace Configuration Format): New.
1073
cfb069a8
GB
10742015-01-31 Gary Benson <gbenson@redhat.com>
1075 Doug Evans <dje@google.com>
1076
1077 * gdb.texinfo (Command Completion): Document new
1078 "set/show max-completions" option.
1079
f57d2163
DE
10802015-01-31 Doug Evans <xdje42@gmail.com>
1081
1082 * gdb.texinfo (Symbols): Document new commands
1083 "maint print symbol-cache", "maint print symbol-cache-statistics",
1084 "maint flush-symbol-cache". Document new option
1085 "maint set symbol-cache-size".
1086
9f050062
DE
10872015-01-31 Doug Evans <xdje42@gmail.com>
1088
1089 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1090 distinguish script files vs inlined scripts.
1091 * python.texi (Python Auto-loading): Ditto.
1092
b6577aab
DE
10932015-01-30 Doug Evans <dje@google.com>
1094
1095 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1096 string if present.
1097
3a8b707a
DE
10982015-01-27 Doug Evans <dje@google.com>
1099
1100 * python.texi (Objfiles In Python): Document Objfile.username.
1101
1b549396
DE
11022015-01-27 Doug Evans <dje@google.com>
1103
1104 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1105 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1106
253828f1
JK
11072015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1108
1109 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1110
bf555842
EZ
11112015-01-16 Eli Zaretskii <eliz@gnu.org>
1112
1113 * doc/gdb.texinfo (TUI Commands): Document the possible
1114 values of NAME argument to 'winheight' command. Explain the
1115 effect of 'tabset' setting better.
1116
439250fb
DE
11172015-01-11 Doug Evans <xdje42@gmail.com>
1118
1119 PR gdb/15830
1120 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1121 (Symbols): Ditto.
1122 (Maintenance Commands): Delete docs for "maint demangle".
1123
6bf6fd09
JB
11242014-12-31 Joel Brobecker <brobecker@adacore.com>
1125
1126 * gdb.texinfo (Files): Remove documentation of the
1127 "add-shared-symbol-files" and "assf" commands.
1128 (Cygwin Native): Remove documentation of the "dll-symbols"
1129 command.
1130
cc485e62
DE
11312014-12-17 Doug Evans <xdje42@gmail.com>
1132
1133 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1134
bb2ec1b3
TT
11352014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1136 Jan Kratochvil <jan.kratochvil@redhat.com>
1137
1138 * gdb.texinfo (Altering): Update.
1139 (Compiling and Injecting Code): New node.
1140
6dddd6a5
DE
11412014-12-12 Doug Evans <dje@google.com>
1142
1143 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1144
f5b95c01
AA
11452014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1146
1147 * gdb.texinfo: Document "maint print user-registers".
1148
a0be3e44
DE
11492014-12-08 Doug Evans <dje@google.com>
1150
1151 * python.texi (Objfiles In Python): Document Objfile.owner.
1152
86e4ed39
DE
11532014-12-04 Doug Evans <dje@google.com>
1154
1155 * python.texi (Objfiles In Python): Document
1156 Objfile.add_separate_debug_file.
1157
7c50a931
DE
11582014-12-04 Doug Evans <dje@google.com>
1159
1160 * python.texi (Objfiles In Python): Document Objfile.build_id.
1161
162078c8
NB
11622014-12-02 Nick Bull <nicholaspbull@gmail.com>
1163
1164 * python.texi (Events In Python): Document new events
1165 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1166 and RegisterChangedEvent.
1167
f10c5b19
JK
11682014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1169
1170 Add add-auto-load-scripts-directory.
1171 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1172 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1173
413b59ae
JK
11742014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1175
1176 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1177 description typo.
1178
02be9a71
DE
11792014-10-30 Doug Evans <dje@google.com>
1180
1181 * python.texi (Progspaces In Python): Document ability to add
1182 random attributes to gdb.Progspace objects.
1183 (Objfiles In Python): Document ability to add random attributes to
1184 gdb.objfile objects.
1185
e5f8a7cc
PA
11862014-10-27 Pedro Alves <palves@redhat.com>
1187
1188 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1189 info on stepping and signal handlers.
1190 (Signals): Explain stepping and signal handlers. Add context
1191 index entry, and cross references.
1192
fab3a15d
SM
11932014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1194
1195 * python.texi (Breakpoints In Python): Add parenthesis after
1196 Breakpoint.delete. Clarify Breakpoint.enabled description so
1197 that it contains "disable".
1198
4ffbba72
DE
11992014-10-17 Doug Evans <dje@google.com>
1200
1201 * python.texi (Events In Python): Document clear_objfiles event.
1202
d096d8c1
DE
12032014-10-17 Doug Evans <dje@google.com>
1204
1205 * python.texi (Objfiles In Python): Document new progspace attribute.
1206
32a8097b
PA
12072014-10-17 Pedro Alves <palves@redhat.com>
1208
1209 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1210 (SVR4 Process Information): Delete mention of OSF/1.
1211
2ddf4301
SM
12122014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1213
1214 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1215 exit-code field in -list-thread-groups output.
1216
342cc091
JBG
12172014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1218
1219 * gdb.texinfo (Set Breaks): Add missing "@end table".
1220
a25a5a45
PA
12212014-09-22 Pedro Alves <palves@redhat.com>
1222
1223 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1224 always-inserted off" is the default mode now. Delete
1225 documentation of "set breakpoint always-inserted auto".
1226
2b4fd423
DE
12272014-09-18 Doug Evans <dje@google.com>
1228
1229 * python.texi (Symbol Tables In Python): Document "producer"
1230 attribute of gdb.Symtab objects.
1231
deb8ff2b
PA
12322014-09-16 Pedro Alves <palves@redhat.com>
1233
1234 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1235 (Embedded OS): Remove VxWorks menu entry.
1236 (VxWorks): Remove node.
1237
81219e53
DE
12382014-09-13 Doug Evans <xdje42@gmail.com>
1239
1240 * gdb.texinfo (Signaling): Document new queue-signal command.
1241
faa42425
DE
12422014-09-06 Doug Evans <xdje42@gmail.com>
1243
1244 PR 15276
1245 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1246 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1247
1a6a384b
JL
12482014-09-03 Justin Lebar <jlebar@google.com>
1249
1250 * python.texi (Types In Python): Type.template_argument(n) returns a
1251 gdb.Value or a gdb.Type and throws an exception if n is out of
1252 range.
1253
5f3b99cf
SS
12542014-09-03 Sasha Smundak <asmundak@google.com>
1255
1256 * python.texi (Frames in Python): Add read_register description.
1257
3cecbbbe
TT
12582014-08-04 Tom Tromey <tromey@redhat.com>
1259
1260 * gdb.texinfo (Debugging Output): Update for change to "set debug
1261 target".
1262
90debf20
MM
12632014-08-01 Masaki Muranaka <monaka@monami-software.com>
1264
1265 Pushed by Joel Brobecker <brobecker@adacore.com>.
1266 * Makefile.in (transform): New variable.
1267 (install-man1, install-man5): Apply $(transform) to man file names.
1268
ee7333ae
DE
12692014-07-26 Doug Evans <xdje42@gmail.com>
1270
1271 PR guile/17177
1272 * guile.texi (Guile Pretty Printing API): Fix typo.
1273 Document set-pretty-printers!, pretty-printers.
1274 (Selecting Guile Pretty-Printers): Update.
1275 Mention program-space based pretty-printers.
1276
70509625
PA
12772014-07-25 Pedro Alves <palves@redhat.com>
1278 Eli Zaretskii <eliz@gnu.org>
1279
1280 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1281 with multi-threaded programs.
1282
b67a2c6f
YQ
12832014-06-27 Yao Qi <yao@codesourcery.com>
1284
1285 * gdb.texinfo (Maintenance Commands): Update the output of
1286 'maint print dummy-frames' command.
1287
f179cf97
EZ
12882014-06-24 Eli Zaretskii <eliz@gnu.org>
1289
1290 * gdb.texinfo (Screen Size): Improve indexing.
1291
992c7d70
GB
12922014-06-19 Gary Benson <gbenson@redhat.com>
1293
1294 * gdb.texinfo (Maintenance Commands): Document new
1295 "maint set/show catch-demangler-crashes" option.
1296
57fcfb1b
GB
12972014-06-19 Gary Benson <gbenson@redhat.com>
1298
1299 * gdb.texinfo (Maintenance Commands): Document new
1300 "maint demangler-warning" command and new
1301 "maint set/show demangler-warning" option.
1302
dd5d5494
SC
13032014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1304
1305 * python.texi (Xmethod API): Add space before the opening
1306 parenthesis in function descriptions.
1307
25326a28 13082014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
1309
1310 * guile.texi (Guile Configuration): Document guile-data-directory.
1311
0a770bb2 13122014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1313
1314 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1315
16f691fb
DE
13162014-06-04 Doug Evans <xdje42@gmail.com>
1317
1318 * guile.texi (Breakpoints In Guile): Update.
1319
1e47491b
JB
13202014-06-03 Joel Brobecker <brobecker@adacore.com>
1321
1322 * python.texi (Xmethod API): Fix reference to "Progspaces In
1323 Python".
1324
0c6e92a5
SC
13252014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1326
1327 * python.texi (Xmethods In Python, XMethod API)
1328 (Writing an Xmethod): New nodes.
1329 (Python API): New menu entries "Xmethods In Python",
1330 "Xmethod API", "Writing an Xmethod".
1331
06eb1586
DE
13322014-06-02 Doug Evans <xdje42@gmail.com>
1333
1334 * guile.texi (Guile API): Add entry for Parameters In Guile.
1335 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1336 (Parameters In Guile): New node.
1337
e698b8c4
DE
13382014-06-02 Doug Evans <xdje42@gmail.com>
1339
1340 * guile.texi (Guile API): Add entry for Commands In Guile.
1341 (Basic Guile) <parse-and-eval>: Add reference.
1342 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1343 (GDB Scheme Data Types): Mention <gdb:command> object.
1344 (Commands In Guile): New node.
1345
ded03782
DE
13462014-06-02 Doug Evans <xdje42@gmail.com>
1347
1348 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1349 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1350 (Progspaces In Guile): New node.
1351
53e8a631
AB
13522014-05-30 Andrew Burgess <aburgess@broadcom.com>
1353
1354 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1355 * python.texi (Frames In Python): Mention
1356 gdb.FRAME_UNWIND_MEMORY_ERROR.
1357
329ea579
PA
13582014-05-29 Pedro Alves <palves@redhat.com>
1359 Tom Tromey <tromey@redhat.com>
1360
1361 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1362 from example.
1363 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1364 Mention that target-async is now deprecated.
1365 (Maintenance Commands): Document maint set/show target-async.
1366
92bcb5f9
PA
13672014-05-29 Pedro Alves <palves@redhat.com>
1368
1369 * observer.texi (sync_execution_done, command_error): New
1370 subjects.
1371
fd664c91
PA
13722014-05-29 Pedro Alves <palves@redhat.com>
1373
1374 PR gdb/13860
1375 * observer.texi (signal_received, end_stepping_range)
1376 (signal_exited, exited, no_history): New observer subjects.
1377
b2715b27
AW
13782014-05-26 Andy Wingo <wingo@igalia.com>
1379
1380 * guile.texi (GDB Scheme Data Types): Remove documentation for
1381 removed interfaces. Update spelling of gdb-object-kind.
1382
9eaa4c1e
AW
13832014-05-26 Andy Wingo <wingo@igalia.com>
1384
1385 * guile.texi (Basic Guile): Fix some typos.
1386
0f1e8403
AW
13872014-05-26 Andy Wingo <wingo@igalia.com>
1388
1389 * guile.texi (Writing a Guile Pretty-Printer)
1390 (Guile Types Module): Fix excess parentheses in use-modules forms.
1391
697aa1b7
EZ
13922014-05-24 Eli Zaretskii <eliz@gnu.org>
1393
1394 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1395 (Breakpoints In Guile, Guile Printing Module)
1396 (Guile Exception Handling, Values From Inferior In Guile)
1397 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1398 Don't use @var at the beginning of a sentence.
1399
1400 * gdb.texinfo (Frame Filter Management, Trace Files)
1401 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1402 (PowerPC Embedded, Define, Annotations for Running)
1403 (IPA Protocol Commands, Packets, General Query Packets)
1404 (Tracepoint Packets, Notification Packets, Environment)
1405 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1406 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1407 (Frames, Backtrace, Selection, Expressions, Registers)
1408 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1409 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1410 (Source Annotations, Using JIT Debug Info Readers, Packets)
1411 (Stop Reply Packets, Host I/O Packets)
1412 (Target Description Format): Don't use @var at the beginning of a
1413 sentence.
1414
1415 * python.texi (Basic Python, Types In Python)
1416 (Commands In Python, Frames In Python, Line Tables In Python)
1417 (Breakpoints In Python, gdb.printing, gdb.types)
1418 (Type Printing API): Don't use @var at the beginning of a
1419 sentence.
1420
67b5c0c1
MM
14212014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1422
1423 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1424 replay-memory-access".
1425
6a3cb8e8
PA
14262014-05-21 Pedro Alves <palves@redhat.com>
1427
1428 * gdb.texinfo (Starting): Document "set/show
1429 auto-connect-native-target".
1430 (Target Commands): Document "target native".
1431
936d2992
PA
14322014-05-20 Pedro Alves <palves@redhat.com>
1433
1434 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1435 not be remote specific. Add cross reference to the qCRC packet.
1436 (Separate Debug Files): Update cross reference to the qCRC packet.
1437 (General Query Packets) <qCRC packet>: Add anchor.
1438
b3ce5e5f
DE
14392014-05-17 Doug Evans <xdje42@gmail.com>
1440
1441 Copy over changes from guile.texi.
1442 * python.texi (Basic Python) <gdb.execute>: Add text.
1443 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1444 (Values From Inferior) <Python string>: Add text.
1445 (Values From Inferior) <Value.string>: Clarify string length handling.
1446 (Pretty Printing API): Add cindex.
1447 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1448 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1449 @vindex.
1450 (Commands In Python) <COMPLETE_*>: Similarly.
1451 (Symbols In Python) <SYMBOL_*>: Similarly.
1452 (Breakpoints In Python) <WP_*>: Similarly.
1453 (Breakpoints In Python) <BP_*>: Similarly.
1454
8dfcab11
DT
14552014-05-17 David Taylor <dtaylor@emc.com>
1456
1457 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1458 mentioned in the qfThreadInfo reply.
1459
8d551b02
DE
14602014-05-16 Doug Evans <dje@google.com>
1461
1462 * gdb.texinfo (Mode Options): Add -D.
1463
e20bd8f4
SB
14642014-05-09 Samuel Bronson <naesten@gmail.com>
1465
1466 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1467 "make -C".
1468
f989a1c8
TT
14692014-04-29 Tom Tromey <tromey@redhat.com>
1470
1471 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1472 "show debug varobj".
1473
95cf3b38
DT
14742014-05-01 David Taylor <dtaylor@emc.com>
1475
1476 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1477 option.
1478
01f9f808
MS
14792014-04-24 Michael Sturm <michael.sturm@mintel.com>
1480 Walfred Tedeschi <walfred.tedeschi@intel.com>
1481
1482 * gdb.texinfo (i386 Features): Add description of AVX512
1483 registers.
1484
770e7fc7
DE
14852014-03-31 Doug Evans <dje@google.com>
1486
1487 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1488
97d8f0ee
DE
14892014-03-30 Doug Evans <dje@google.com>
1490
1491 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1492 (Background Execution): Ditto.
1493
36cb1214
HZ
14942014-03-21 Pedro Alves <palves@redhat.com>
1495 Stan Shebs <stan@codesourcery.com>
1496 Hui Zhu <hui@codesourcery.com>
1497
1498 * gdb.texinfo (Packets): Add anchor to "? packet".
1499 Remove fixme and update introduction of "k packet".
1500 Add anchor to "vKill packet".
1501
5e3a2c38
SS
15022014-03-12 Stan Shebs <stan@codesourcery.com>
1503
1504 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1505
7a5a839f
LC
15062014-02-26 Ludovic Courtès <ludo@gnu.org>
1507
dc6ae996 1508 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 1509
95060284
JB
15102014-02-20 Joel Brobecker <brobecker@adacore.com>
1511
1512 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1513 and "assf" as being deprecated.
1514 (Cygwin Native): Likewise for "dll-symbols".
1515 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1516 as a way to force the loading of symbols from a DLL.
1517
f7bd0f78
SC
15182014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1519
1520 * python.texi (Values From Inferior): Add description about the
1521 new feature.
1522
329baa95
DE
15232014-02-17 Doug Evans <xdje42@gmail.com>
1524
1525 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1526 * gdb.texinfo (Python): Moved to ...
1527 * python.texi: ... here. New file.
1528
687894f5
DE
15292014-02-17 Ludovic Courtès <ludo@gnu.org>
1530
d25f38ee 1531 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
1532 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1533 parameter to 'str-lookup-function' procedure. Look for
1534 the "std::string<" prefix.
1535 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1536 Adjust description.
1537
6fb526ee
DE
15382014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1539
d25f38ee 1540 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
1541 parantheses for deffn.
1542 (Disassembly In Guile): Ditto.
1543
1e0a5178
SS
15442014-02-10 Stan Shebs <stan@codesourcery.com>
1545
1546 Add Doxygen support.
1547 * Makefile.in (doxy): New action, generates Doxygen files.
1548 (DOXYGEN): New.
1549 (doxyedit): New.
1550 * Doxyfile-base.in: New file.
1551 * Doxyfile-gdb-api.in: New file.
1552 * Doxyfile-gdb-xref.in: New file.
1553 * Doxyfile-gdbserver.in: New file.
1554 * doxy-index.in: New file.
1555 * filter-for-doxygen: New file.
1556 * filter-params.pl: New file.
1557
ed3ef339
DE
15582014-02-10 Doug Evans <xdje42@gmail.com>
1559
1560 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1561 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1562 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1563 (Guile docs): Include guile.texi.
1564 (objfile-gdbdotext file): Add objfile-gdb.scm.
1565 (dotdebug_gdb_scripts section): Mention Guile scripts.
1566 (Multiple Extension Languages): New node.
1567 * guile.texi: New file.
1568
c6044dd1
JB
15692014-01-28 Joel Brobecker <brobecker@adacore.com>
1570
1571 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1572 ignore-descriptive-types". commands.
1573
87ce2a04
DE
15742014-01-22 Doug Evans <dje@google.com>
1575
1576 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1577 (gdbserver man): Ditto.
1578
52834460
MM
15792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1580
1581 * gdb.texinfo: Document limited reverse/replay support
1582 for target record-btrace.
1583
0688d04e
MM
15842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1585
1586 * gdb.texinfo (Process Record and Replay): Update documentation.
1587
8710b709
MM
15882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1589
1590 * gdb.texinfo (Process Record and Replay): Document new /c
1591 modifier accepted by "record function-call-history".
1592 Add /i modifier to "record function-call-history" example.
1593
dcf106f3
JB
15942014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1595 Joel Brobecker <brobecker@adacore.com>
1596
1597 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1598 markers. Remove one that was misplaced.
1599
41ef2965
PA
16002014-01-10 Pedro Alves <palves@redhat.com>
1601
1602 * gdb.texinfo (Your Program's Environment) <set environment>:
1603 Mention the shell, and point at 'set exec-wrapper'.
1604
c0d48811
JB
16052014-01-07 Joel Brobecker <brobecker@adacore.com>
1606
1607 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1608
5fba4c0f
JB
16092013-12-30 Joel Brobecker <brobecker@adacore.com>
1610
1611 * gdb.texinfo (Types In Python): Clarify the documentation
1612 of attribute gdb.Field.bitpos.
1613
0809504b
JB
16142013-12-28 Joel Brobecker <brobecker@adacore.com>
1615
1616 * gdb.texinfo (Types In Python): Fix the documentation of
1617 attribute "bitpos" in class gdb.Field for enum types. Add
1618 documentation for attribute "enumval" in that same class.
1619
edef6000
JB
16202013-12-28 Joel Brobecker <brobecker@adacore.com>
1621
1622 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1623 @ftable.
1624
71b8c845
DE
16252013-12-23 Doug Evans <xdje42@gmail.com>
1626
1627 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1628 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1629 corresponding section in Extending GDB.
1630 (Extending GDB): Move menu up. New menu item "Auto-loading
1631 extensions".
1632 (Sequences): New menu item "Auto-loading sequences".
1633 (Auto-loading sequences): New node.
1634 (Python): Rename section from Scripting GDB to Extending GDB.
1635 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1636 Move docs on ways to auto-load extensions to ...
1637 (Auto-loading extensions): ... here. New node.
1638
d192b373
JB
16392013-12-23 Joel Brobecker <brobecker@adacore.com>
1640
1641 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1642 in menu.
1643 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1644 command, now in a new node.
1645 (GDB/MI Support Commands): New node, with its contents being
1646 extracted from the "GDB/MI Miscellaneous Commands" node.
1647 A small paragraph introducing the section is also added at
1648 the start.
1649 (GDB/MI Miscellaneous Commands): Delete the description of the
1650 -info-gdb-mi-command, -list-features and -list-target-features
1651 commands, now hosted in the "GDB/MI Support Commands" node.
1652
a16b0e22
SC
16532013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1654
1655 PR python/16113
1656 * gdb.texinfo (Values From Inferior): Add a note about using
1657 gdb.Field objects as subscripts on gdb.Value objects.
1658 (Types In Python): Add description about the new attribute
1659 "parent_type" of gdb.Field objects.
1660
9b26f0fb
JB
16612013-12-12 Joel Brobecker <brobecker@adacore.com>
1662
1663 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1664 entry for section docuumenting the -list-features GDB/MI command.
1665
72bfa06c
JB
16662013-12-10 Joel Brobecker <brobecker@adacore.com>
1667
1668 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1669 "exec-run-start-option" entry in the output of the "-list-features"
1670 command.
1671
3ea8680f
EZ
16722013-12-04 Eli Zaretskii <eliz@gnu.org>
1673
1674 * gdb.texinfo (i386): Fix yesterday's commit.
1675
1a4f73eb
TT
16762013-12-03 Tom Tromey <tromey@redhat.com>
1677
1678 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1679 documented here.
1680
6cb999f8
TT
16812013-12-03 Tom Tromey <tromey@redhat.com>
1682
1683 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1684
ca8941bb
WT
16852013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1686
1687 * gdb.texinfo (i386 Features): Add MPX feature registers.
1688 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1689 a subsubsection for MPX and describes the display of the
1690 boundary registers.
1691
688981c9
JB
16922013-12-03 Joel Brobecker <brobecker@adacore.com>
1693
1694 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1695 documentation of the "ada-exceptions" entry.
1696
2ea126fa
JB
16972013-12-03 Joel Brobecker <brobecker@adacore.com>
1698
1699 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1700 "^error" result record concerning the error message. Document
1701 the error code that may also be part of that result record.
1702 (GDB/MI Miscellaneous Commands): Document the
1703 "undefined-command-error-code" element in the output of
1704 the "-list-features" GDB/MI command.
1705
6b7cbff1
JB
17062013-12-03 Joel Brobecker <brobecker@adacore.com>
1707
1708 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1709 the new -info-gdb-mi-command GDB/MI command. Document
1710 the meaning of "-info-gdb-mi-command" in the output of
1711 -list-features.
1712
20e1ca3b
PA
17132013-11-29 Pedro Alves <palves@redhat.com>
1714
1715 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1716 Update comment.
1717
29453a14
YQ
17182013-11-24 Yao Qi <yao@codesourcery.com>
1719
1720 * gdb.texinfo (Caching Remote Data): Document new
1721 "set/show stack-cache" option.
1722
6dd315ba
YQ
17232013-11-24 Yao Qi <yao@codesourcery.com>
1724
1725 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1726 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1727 "off" respectively.
1728
9df9dbe0
YQ
17292013-11-23 Yao Qi <yao@codesourcery.com>
1730
1731 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1732 of "displayhint" to the table about child results.
1733
c78feb39
YQ
17342013-11-21 Yao Qi <yao@codesourcery.com>
1735
1736 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1737 'dynamic' for the output of command -var-list-children.
1738
27b81af3
YQ
17392013-11-21 Yao Qi <yao@codesourcery.com>
1740
1741 * gdb.texinfo (Caching Target Data): Remove "see" before
1742 @pxref.
1743
b26dfc9a
YQ
17442013-11-20 Yao Qi <yao@codesourcery.com>
1745
1746 * gdb.texinfo (Caching Target Data): Update doc for
1747 per-address-space dcache.
1748
b12039c6
YQ
17492013-11-20 Yao Qi <yao@codesourcery.com>
1750
1751 * gdb.texinfo (Data): Rename menu item.
1752 (Caching Remote Data): Rename to ...
1753 (Caching Target Data): ... it. Update.
1754
422ad5c2
JB
17552013-11-18 Joel Brobecker <brobecker@adacore.com>
1756
1757 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1758 "language-option" entry in the output of the "-list-features"
1759 command.
1760
805e1f19
TT
17612013-11-15 Tom Tromey <tromey@redhat.com>
1762
1763 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1764 Add example.
1765
8fe1b653
TT
17662013-11-14 Tom Tromey <tromey@redhat.com>
1767
1768 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1769
403cb6b1
JB
17702013-11-14 Joel Brobecker <brobecker@adacore.com>
1771
1772 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1773 (Context management): Place current subsection text into its own
1774 subsubsection. Add new subsubsection describing the "--language"
1775 command option.
1776
93973826
JB
17772013-11-13 Joel Brobecker <brobecker@adacore.com>
1778
1779 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1780 the documentation of "info-ada-exceptions" in the output
1781 of the "-list-features" command. Add the documentation
1782 of the "ada-exception" entry instead.
1783
6adcee18
JB
17842013-11-12 Joel Brobecker <brobecker@adacore.com>
1785
93973826 1786
6adcee18
JB
1787 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1788 word of a couple of sentences to start with a capital letter.
1789
58d06528
JB
17902013-11-12 Joel Brobecker <brobecker@adacore.com>
1791
1792 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1793 (Ada Exceptions): New node.
1794 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1795 Commands" node.
1796 (GDB/MI Ada Exceptions Commands): New node.
1797 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1798 field in the output of the "-list-features" command.
1799 * NEWS: Add entry for the new "info exceptions" CLI command,
1800 and for the new "-info-ada-exceptions" GDB/MI command.
1801
bc79de95
PM
18022013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1803
1804 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1805 (Line Tables In Python): New node.
1806
73be47f5
DE
18072013-11-08 Doug Evans <dje@google.com>
1808
1809 * gdb.texinfo (Debugging Output): Update text for
1810 "set debug dwarf2-read".
1811
db0fec5c
DE
18122013-11-08 Doug Evans <dje@google.com>
1813
1814 * gdb.texinfo (Debugging Output): Update text for
1815 "set debug symtab-create".
1816
92e32e33
PM
18172013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1818
72f4393d
L
1819 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1820 constant.
92e32e33 1821
f76c27b5
PM
18222013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1823
1824 * gdb.texinfo (Breakpoints In Python): Document temporary
1825 option in breakpoint constructor, and add documentation to the
1826 temporary attribute.
1827
fa4d0c40
YQ
18282013-11-07 Yao Qi <yao@codesourcery.com>
1829
1830 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1831 output of "-var-info-expression".
1832
afa332ce
PA
18332013-11-06 Pedro Alves <palves@redhat.com>
1834
1835 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1836 non-interactive mode.
1837 (Environment) <shell startup files warning>: Mention
1838 non-interactive mode. Mention .zshenv for Z shell, and talk about
1839 BASH_ENV instead of .bashrc for BASH.
1840
9ac69859
NB
18412013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1842
1843 * gdb.texinfo (Commands to Specify Files): Add description
1844 of the remove-symbol-file command.
1845 * observer.texi: New free_objfile event
1846
98882a26
PA
18472013-10-24 Pedro Alves <palves@redhat.com>
1848
1849 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1850
ce13fade
JB
18512013-10-11 Joel Brobecker <brobecker@adacore.com>
1852
1853 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1854 New subsection inside which the "-catch-load" and "-catch-unload"
1855 commands documentation is now placed.
1856 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1857 documenting the "-catch-assert" and "-catch-exception" new
1858 GDB/MI commands.
1859
2446f5ea
JB
18602013-10-10 Joel Brobecker <brobecker@adacore.com>
1861
1862 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1863
0d12017b
JB
18642013-10-10 Joel Brobecker <brobecker@adacore.com>
1865
bd80dc1a
JB
1866 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1867 serial baud".
1868 (Remote Configuration): Replace "set remotebaud" by "set serial
1869 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 1870
f4fb82a1
PA
18712013-10-07 Pedro Alves <palves@redhat.com>
1872
1873 PR breakpoints/11568
1874 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1875 when the thread is removed from the thread list.
1876
0c557179
SDJ
18772013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1878
1879 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1880 Update entry for $_exitcode.
1881
5713b9b5
JB
18822013-10-04 Joel Brobecker <brobecker@adacore.com>
1883
1884 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1885 new "--start" option.
1886
901461f8
PA
18872013-10-02 Pedro Alves <palves@redhat.com>
1888
1889 * gdb.texinfo (Registers): Expand description of saved registers
1890 in frames. Explain <not saved>.
1891
8fb8eb5c
DE
18922013-09-25 Doug Evans <dje@google.com>
1893
1894 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1895
0a7cfe2c
SS
18962013-09-16 Stan Shebs <stan@codesourcery.com>
1897
1898 Remove the internals manual gdbint.texinfo.
1899 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1900 (PDFFILES): Remove gdbint.pdf.
1901 (HTMLFILES): Remove gdbint/index.html.
1902 (HTMLFILES_INSTALL): Remove gdbint.
1903 (GDBINT_DOC_FILES): Remove.
1904 (dvi): Remove gdbint.dvi.
1905 (ps): Remove gdbint.ps.
1906 * gdbint.texinfo: Remove file.
1907 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1908
a280dbd1
SDJ
19092013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1910
1911 * gdb.texinfo (Convenience Functions): Mention new convenience
1912 function $_isvoid.
1913
4ac33720
UW
19142013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1915
1916 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1917 (Standard Target Features): Add new node to menu.
1918 (S/390 and System z Features): New node.
1919
b3d3b4bd
SA
19202013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1921
1922 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1923 -list-target-features in the example.
1924
edf9f00c
JK
19252013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1926
1927 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1928 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1929
1d236d23
JK
19302013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1931
1932 Sync documentation with gdb.base/gnu-debugdata.exp.
1933 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1934
5423b017
JK
19352013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1936
1937 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1938
6211c335
YQ
19392013-08-27 Pedro Alves <pedro@codesourcery.com>
1940 Yao Qi <yao@codesourcery.com>
1941
1942 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1943 Document new --skip-unavailable option.
1944 <-stack-list-variables>: Document new --skip-unavailable option.
1945
52e260a3
DE
19462013-08-26 Doug Evans <dje@google.com>
1947
1948 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1949 an optional regexp.
1950
5e92f71a
TT
19512013-08-13 Tom Tromey <tromey@redhat.com>
1952
1953 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1954 Document GDB_PARALLEL and GDB_INOTIFY.
1955
c5d7073b
SS
19562013-08-09 Stan Shebs <stan@codesourcery.com>
1957
1958 * LRS: Remove file, describes a long-abandoned live-range
1959 splitting extension to stabs.
1960
6fbe845e
AB
19612013-07-25 Andrew Burgess <aburgess@broadcom.com>
1962
1963 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1964
e7045703
DE
19652013-07-17 Doug Evans <dje@google.com>
1966
1967 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1968
3105ebf9
TT
19692013-07-02 Tom Tromey <tromey@redhat.com>
1970
1971 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1972
d6c2da54
TT
19732013-06-28 Tom Tromey <tromey@redhat.com>
1974
1975 * Makefile.in (version.subst): Use version.in, not
1976 common/version.in.
1977 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1978 Likewise.
1979
e5823f1c
PA
19802013-06-27 Pedro Alves <palves@redhat.com>
1981
1982 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1983 dynamic symbol resolution code>: New section, based on infrun.c
1984 comment.
1985
92dcb9ff
TT
19862013-06-26 Tom Tromey <tromey@redhat.com>
1987
1988 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1989 Update.
1990 (Releasing GDB): Likewise.
1991
dc673c81
YQ
19922013-06-26 Pedro Alves <pedro@codesourcery.com>
1993 Yao Qi <yao@codesourcery.com>
1994
1995 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1996 -trace-frame-collected.
1997
28a93511
YQ
19982013-06-26 Pedro Alves <pedro@codesourcery.com>
1999
2000 * gdb.texinfo (Traceframe Info Format): Document tvar element
2001 and its attributes.
2002
a0743c90
YQ
20032013-06-25 Yao Qi <yao@codesourcery.com>
2004
2005 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2006
01208463
TT
20072013-06-24 Tom Tromey <tromey@redhat.com>
2008
2009 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2010 (GDBvn.texi): Use version.subst.
2011 (version.subst): New target.
2012 (mostlyclean): Remove version.subst.
2013
c898adb7
YQ
20142013-06-20 Pedro Alves <pedro@codesourcery.com>
2015
2016 * gdb.texinfo (GDB/MI Data Manipulation)
2017 <-data-list-register-values>: Document the --skip-unavailable
2018 option.
2019
7c57fa1e
YQ
20202013-06-07 Yao Qi <yao@codesourcery.com>
2021
2022 * gdb.texinfo (Symbols): Add kindex and cindex for
2023 'maint print msymbols'.
2024
0059c61a 20252013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
2026
2027 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2028 response field name (thread-group to inferior).
2029
85dc5a12
GB
20302013-06-04 Gary Benson <gbenson@redhat.com>
2031
2032 * gdb.texinfo (General Query Packets/qSupported): Added
2033 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2034 to the table of currently defined stub features.
2035 Added a more detailed entry for "augmented-libraries-svr4-read".
2036 (General Query Packets/qXfer:libraries-svr4:read): Documented
2037 the augmented form of this packet.
2038
5901af59
JB
20392013-05-23 Joel Brobecker <brobecker@adacore.com>
2040
2041 * gdb.texinfo (System-wide Configuration Scripts): Renames
2042 "Installed System-wide Configuration Scripts". Add associated
2043 @menu block.
2044
c1e36e3e
PA
20452013-05-23 Yao Qi <yao@codesourcery.com>
2046 Pedro Alves <palves@redhat.com>
2047
2048 * gdb.texinfo (Packets): Document 'vCont;r'.
2049 (Continuing and Stepping): Document target-assisted range
2050 stepping, and the 'set range-stepping' and 'show range-stepping'
2051 commands.
2052
0201faac
JB
20532013-05-23 Joel Brobecker <brobecker@adacore.com>
2054
2055 * gdb.texinfo (Installed System-wide Configuration Scripts):
2056 Add subsection describing the scripts now available under
2057 the data-dir's system-gdbbinit subdirectory.
2058 * NEWS: Add entry announcing the availability of system-wide
2059 configuration scripts for ElinOS and Wind River Linux.
2060
c5867ab6
HZ
20612013-05-21 Hui Zhu <hui@codesourcery.com>
2062
2063 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2064 "-dprintf-insert" command.
2065
7d0c9981
DE
20662013-05-17 Doug Evans <dje@google.com>
2067
2068 * gdb.texinfo (Maintenance Commands): Update doc for
2069 "maint check-psymtabs". Add doc for "maint check-symtabs",
2070 "maint expand-symtabs".
2071
742ce053
MM
20722013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2073
2074 * gdb.texinfo (Process Record and Replay): Document the
2075 "record goto" command and its sub-commands.
2076
1e611234
PM
20772013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2078
2079 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2080 (Python API): Add Frame Filters API, Frame Wrapper API,
2081 Writing a Frame Filter/Wrapper, Managing Management of Frame
2082 Filters chapter entries.
2083 (Frame Filters API): New Node.
2084 (Frame Wrapper API): New Node.
2085 (Writing a Frame Filter): New Node.
2086 (Managing Frame Filters): New Node.
2087 (Progspaces In Python): Add note about frame_filters attribute.
2088 (Objfiles in Python): Ditto.
2089 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2090 @anchors and --no-frame-filters option to -stack-list-variables,
2091 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2092 commands.
2093
2874cb83
JB
20942013-05-08 Joel Brobecker <brobecker@adacore.com>
2095
2096 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2097 Support" subsection documenting the XML format used to transfer
2098 shared library info on AIX.
2099
9a005eb9
JB
21002013-05-08 Joel Brobecker <brobecker@adacore.com>
2101
2102 * gdb.texinfo (Debugging Output): Add documentation of
2103 "set debug aix-solib" and "show debug aix-solib" commands.
2104
a1217d97
SL
21052013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2106
2107 * gdb.texinfo (Nios II): New section.
2108 (Nios II Features): New section.
2109
4d1eb6b4
JB
21102013-05-06 Joel Brobecker <brobecker@adacore.com>
2111
2112 * gdbint.texinfo (Algorithms): Remove entries documenting
2113 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2114 SOLIB_CREATE_INFERIOR_HOOK.
2115
3f84184e
TT
21162013-04-29 Tom Tromey <tromey@redhat.com>
2117
2118 PR python/14204:
2119 * gdb.texinfo (Python API): Fix menu entry.
2120 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2121 Define global and static block. Add example. Clarify
2122 block relationship for inline functions.
2123
60155234
TT
21242013-04-29 Tom Tromey <tromey@redhat.com>
2125
2126 * gdb.texinfo (Python API): Mention Python help and keyword
2127 arguments. Move pagination text to Basic Python.
2128 (Basic Python): Put pagination text here. Document
2129 close-on-exec, SIGCHLD, and SIGINT.
2130
5360976e
PA
21312013-04-19 Pedro Alves <palves@redhat.com>
2132
2133 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2134 "signedness" instead of "signness".
2135
bd3f3b55
PA
21362013-04-19 Pedro Alves <palves@redhat.com>
2137
2138 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2139 -Wno-pointer-sign text with text on -Wpointer-sign.
2140
dee368d3
TT
21412013-04-16 Tom Tromey <tromey@redhat.com>
2142
2143 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2144 GCC that has the SDT probe points.
2145
cc16e6c9
TT
21462013-04-15 Tom Tromey <tromey@redhat.com>
2147
2148 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2149 exception catchpoints.
2150
72f1fe8a
TT
21512013-04-15 Tom Tromey <tromey@redhat.com>
2152
2153 * gdb.texinfo (Set Catchpoints): Document $_exception.
2154 (Convenience Vars): Mention $_exception.
2155
591f19e8
TT
21562013-04-15 Tom Tromey <tromey@redhat.com>
2157
2158 * gdb.texinfo (Set Catchpoints): Reorganize exception
2159 catchpoints. Document "catch rethrow".
2160 (Debugging C Plus Plus): Mention "catch rethrow".
2161
02ae6bad
TT
21622013-04-15 Tom Tromey <tromey@redhat.com>
2163
2164 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2165
2c91021c
JK
21662013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2167 Eli Zaretskii <eliz@gnu.org>
2168
2169 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2170 line below the sample output.
2171
6eaaf48b
EZ
21722013-04-12 Eli Zaretskii <eliz@gnu.org>
2173
2174 * gdb.texinfo (Mode Options): Document '-configuration'.
2175 (Help): Document "show configuration".
2176 (Bug Reporting): Add requirements to include the configuration
2177 details in bug reports.
2178
b292c783
JK
21792013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2180
2181 * Makefile.in (MAN1S): Add gcore.1.
2182 Remove "Host, target, and site specific Makefile fragments" comment.
2183 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2184 (install-man1, uninstall-man1): Conditionalize gcore.1.
2185 (gcore.1): New.
2186 * gdb.texinfo (Man Pages): Add gcore man.
2187 (gcore man): New node.
2188
f81d1120
PA
21892013-04-10 Pedro Alves <palves@redhat.com>
2190
2191 * gdb.texinfo (Process Record and Replay): Document that "set
2192 record full insn-number-max", "set record
2193 instruction-history-size" and "set record
2194 function-call-history-size" accept "unlimited".
2195 (Backtrace): Document that "set backtrace limit" accepts
2196 "unlimited".
2197 (List): Document that "set listsize" accepts "unlimited".
2198 (Print Settings)" Document that "set print max-symbolic-offset",
2199 "set print elements" and "set print repeats" accept "unlimited".
2200 (Starting and Stopping Trace Experiments): Document that "set
2201 trace-buffer-size" accepts "unlimited".
2202 (Remote Configuration): Document that "set tcp connect-timeout"
2203 accepts "unlimited".
2204 (Command History): Document that "set history size" accepts
2205 "unlimited".
2206 (Screen Size): Document that "set height" and "set width" accepts
2207 "unlimited". Adjust "set pagination"'s description to suggest
2208 "set height unlimited" instead of "set height 0".
2209
393fd4c3
YQ
22102013-04-10 Yao Qi <yao@codesourcery.com>
2211
2212 * gdb.texinfo (Trace Files): Add "target ctf".
2213
cba5a7bf
JK
22142013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2215
2216 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2217
0ed630cb
JK
2218 * Makefile.in (install-man1, install-man5, uninstall-man1)
2219 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2220
afe1492b
JK
2221 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2222
5b8b6385
JK
22232013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2224 Eli Zaretskii <eliz@gnu.org>
2225
2226 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2227 parameters order. Remove "On some targets" for --attach. Document the
2228 --multi parameter and extended-remote command. Document all the
2229 options.
2230
906ccdf0
JK
22312013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2232
2233 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2234 the list of supported languages.
2235
43662968
JK
22362013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2237
2238 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2239 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2240 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2241 (diststuff): Add man.
2242 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2243 (uninstall-man5): New.
2244 (STAGESTUFF): Add *.1 and *.5.
2245 (GDBvn.texi): Add SYSTEM_GDBINIT.
2246 (gdb.1, gdbserver.1, gdbinit.5): New.
2247 (maintainer-clean realclean): Add $(MANS).
2248 (install): Add install-man.
2249 (uninstall): Add uninstall-man.
2250 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2251 (@copying): Wrap it by @c man begin COPYRIGHT.
2252 (Top): Add Man Pages.
2253 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2254
be9a8770
PA
22552013-04-02 Pedro Alves <palves@redhat.com>
2256
2257 * gdb.texinfo (Debugging Output): Document "set/show debug
2258 aarch64", "set/show debug coff-pe-read" and "set/show debug
2259 mach-o".
2260
a46c1e42
PA
22612013-04-02 Pedro Alves <palves@redhat.com>
2262
2263 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2264 table>: Add entry for "trace-buffer-size".
2265
bd3eecc3
PA
22662013-03-28 Pedro Alves <palves@redhat.com>
2267
2268 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2269 table>: Add entry for "trace-status".
2270
215b9f98
EZ
22712013-03-28 Eli Zaretskii <eliz@gnu.org>
2272
2273 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2274 @bullet", which is invalid (makeinfo 5.1 barfs).
2275
7f7cc265
PA
22762013-03-28 Pedro Alves <palves@redhat.com>
2277
2278 PR gdb/15294
2279
2280 * gdb.texinfo (List) <set listsize>: Adjust to document that
2281 listsize 0 means no limit, and remove mention of -1.
2282
9c0be723
YQ
22832013-03-22 Yao Qi <yao@codesourcery.com>
2284
2285 * gdb.texinfo (Embedded Processors): Remove menu item
2286 "OpenRISC 1000".
2287 (OpenRISC 1000): Remove.
2288
bd712aed
DE
22892013-03-21 Doug Evans <dje@google.com>
2290
2291 * gdb.texinfo (Maintenance Commands): Add docs for
2292 "mt set per-command {space,time,symtab} {on,off}".
2293
d0353e76
YQ
22942013-03-14 Hui Zhu <hui@codesourcery.com>
2295 Yao Qi <yao@codesourcery.com>
2296
2297 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2298
6dd24dfa
KS
22992013-03-13 Keith Seitz <keiths@redhat.com>
2300
2301 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2302 "maint agent" reference to Dynamic printf.
2303
5c4808ca
EZ
23042013-03-11 Eli Zaretskii <eliz@gnu.org>
2305
2306 * gdb.texinfo (General Query Packets): Don't use colon in index
2307 entries visible to Info format.
2308
59ea5688
MM
23092013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2310
2311 * gdb.texinfo (Process Record and Replay): Document record
2312 changes.
2313
2ae8c8e7
MM
23142013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2315
2316 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2317 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2318 qXfer:btrace:read.
2319
28abe188
EZ
23202013-03-09 Eli Zaretskii <eliz@gnu.org>
2321
2322 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2323 use colons in @anchor and @cindex entries.
2324
be9a119c 23252013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
2326
2327 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2328
be9a119c 23292013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2330 Hafiz Abid Qadeer <abidh@codesourcery.com>
2331
2332 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2333 trace-buffer-size set and show commands.
2334 (Tracepoint Packets): Document QTBuffer:size.
2335 (General Query Packets): Document QTBuffer:size.
2336
d57350ea
TT
23372013-02-21 Tom Tromey <tromey@redhat.com>
2338
2339 * gdb.texinfo: Remove bad @syncodeindex.
2340 (Values From Inferior, Types In Python, Inferiors In Python)
2341 (Events In Python, Threads In Python, Frames In Python, Blocks In
2342 Python, Symbols In Python, Symbol Tables In Python): Remove
2343 @tables.
2344 (Packets, General Query Packets, Tracepoint Packets)
2345 (Host I/O Packets): Use @w{} for empty @item.
2346
9f44fbc0
SCR
23472013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2348
2349 * gdb.texinfo (Architectures In Python): Add description about
2350 the new method gdb.Architecture.disassemble.
2351
f5911ea1
HAQ
23522013-02-15 Pedro Alves <pedro@codesourcery.com>
2353 Hafiz Abid Qadeer <abidh@codesourcery.com>
2354
2355 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2356 Document the "trace-file" field.
2357
7e1e0340
DE
23582013-02-07 Doug Evans <dje@google.com>
2359
2360 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2361 command.
2362
134a2066
YQ
23632013-02-06 Yao Qi <yao@codesourcery.com>
2364
2365 * gdb.texinfo (GDB/MI Async Records): Document new MI
2366 notification "=tsv-modified". Update the document of MI
2367 notification "=tsv-created".
2368 * observer.texi (GDB Observers): New observer tsv_modified.
2369 Update observer tsv_created and tsv_delete.
2370
430ed3f0
MS
23712013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2372
2373 * gdb.texinfo (AArch64 Features): New section; document
2374 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2375 (Architectures): Add new AArch64 section to document AArch64
2376 architecture specific commands.
2377 (ABI): Add description of the new OS ABI "Newlib" and its influence
2378 on the longjmp handling.
2379
1b56eb55
JK
23802013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2381 Jan Kratochvil <jan.kratochvil@redhat.com>
2382
2383 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2384 variable in 'set/show backtrace' section.
2385
c4957902
TT
23862013-01-31 Tom Tromey <tromey@redhat.com>
2387
2388 * gdb.texinfo (Target Commands): Fix typo.
2389
bea883fd
SCR
23902013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2391
2392 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2393 describing the gdb.Architecture class.
2394 (Frames In Python): Add description about the new method
2395 gdb.Frame.architecture().
2396
796a7ff8
DE
23972013-01-23 Doug Evans <dje@google.com>
2398
2399 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2400
998580f1
MK
24012013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2402
2403 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2404 'thread-groups' field when printing a breakpoint in MI.
2405
c9fb1240
SD
24062012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2407 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2408 to reflect that jit-reader-load now supports absolute file-names.
2409
ab04a2af
TT
24102013-01-16 Tom Tromey <tromey@redhat.com>
2411
2412 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2413 (Signals): Likewise.
2414
8ac3646f
TT
24152013-01-16 Tom Tromey <tromey@redhat.com>
2416
2417 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2418 "catch-type" field.
2419 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2420
e93a8774
TT
24212013-01-07 Tom Tromey <tromey@redhat.com>
2422
2423 * gdb.texinfo (Mode Options): Don't mention -epoch.
2424 (Data, Emacs): Remove obsolete comments.
2425
54516a0b
TT
24262013-01-02 Tom Tromey <tromey@redhat.com>
2427
2428 * gdb.texinfo (GDB/MI Output Records): Update menu.
2429 (GDB/MI Breakpoint Information): New node.
2430 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2431 <-break-insert>: Likewise.
2432
8dbe8ece
YQ
24332012-12-31 Yao Qi <yao@codesourcery.com>
2434
2435 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2436 (Packets): Move "vStopped" packet to ...
2437 (Notification Packets): ... here. Describe the components
2438 of notification. Add a table of supported notifications.
2439 Add an example on the process of he async notification.
2440
f35a17b5
JK
24412012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2442
2443 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2444 present.
2445 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2446 fullname output always present.
2447
0dfd2fad
PM
24482012-12-23 Pierre Muller <muller@sourceware.org>
2449
72f4393d
L
2450 * gdbint.texinfo (Function prototypes): Require use of "extern"
2451 modifier for function prototypes in headers.
0dfd2fad 2452
7785b880
JB
24532012-12-19 Joel Brobecker <brobecker@adacore.com>
2454
2455 * refcard.tex: Update copyright notice to GPL v3 or later.
2456 Update contact info.
2457
3d745be3
JK
24582012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2459
2460 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2461
c9b6281a
YQ
24622012-12-15 Yao Qi <yao@codesourcery.com>
2463
2464 * gdb.texinfo (Debugging Output): Document 'set debug
2465 notification' and 'show debug notification'.
2466
f2a8bc8a
YQ
24672012-12-15 Yao Qi <yao@codesourcery.com>
2468
2469 * gdb.texinfo (Listing Tracepoints): New item and example about
2470 'installed on target' output.
2471 Add more in the example about 'installed on target'.
2472 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2473
451b7c33
TT
24742012-12-14 Tom Tromey <tromey@redhat.com>
2475
72f4393d 2476 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 2477
3fa7bf06 24782012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 2479
3fa7bf06
MG
2480 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2481
05b4bd79
PA
24822012-12-11 Pedro Alves <palves@redhat.com>
2483
2484 * gdb.texinfo: Remove all mentions of Unixware throughout.
2485
74a0d9f6
JK
24862012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2487
2488 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2489
0c631110
TT
24902012-11-29 Tom Tromey <tromey@redhat.com>
2491
2492 * gdb.texinfo (SVR4 Process Information): Document missing
2493 "info proc" subcommands.
2494
891df0ea
YQ
24952012-11-29 Yao Qi <yao@codesourcery.com>
2496
2497 PR gdb/1477.
2498 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2499 to 'auto' instead of 'gnu'.
2500
608e2dbb
TT
25012012-11-26 Tom Tromey <tromey@redhat.com>
2502
2503 * gdb.texinfo (MiniDebugInfo): New node.
2504 (GDB Files): Update.
2505
e64e0392
DE
25062012-11-16 Doug Evans <dje@google.com>
2507
2508 * gdb.texinfo (System-wide configuration): If the system-wide init
2509 file lives in the data-directory, and --data-directory is provided,
2510 look for it there.
2511
ae606bee
TT
25122012-11-15 Tom Tromey <tromey@redhat.com>
2513
2514 * gdb.texinfo (Signaling): Fix typo.
2515
62747a60
TT
25162012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2517
2518 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2519 parameter "count" of -data-write-memory-bytes, and add an example.
2520
18a9fc12
TT
25212012-11-12 Tom Tromey <tromey@redhat.com>
2522
2523 * gdb.texinfo (Symbols): Document "info type-printers",
2524 "enable type-printer" and "disable type-printer".
2525 (Python API): Add new node to menu.
2526 (Type Printing API): New node.
2527 (Progspaces In Python): Document type_printers field.
2528 (Objfiles In Python): Likewise.
2529 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2530 register_type_printer, TypePrinter>: Document.
2531
53342f27
TT
25322012-11-12 Tom Tromey <tromey@redhat.com>
2533
2534 * gdb.texinfo (Symbols): Document "set print type methods",
2535 "set print type typedefs", and flags to ptype and whatis.
2536
ed8a1c2d
AB
25372012-11-09 Andrew Burgess <aburgess@broadcom.com>
2538
2539 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2540 the example -data-disassemble output. Extend the description of
2541 the -data-disassemble results to document all fields. Document
2542 the cli disassemble command as being related to -data-disassemble.
2543
8506d139
YQ
25442012-11-09 Yao Qi <yao@codesourcery.com>
2545
2546 PR gdb/14777.
2547 * gdb.texinfo (OS Information): Remove doc on command
2548 'info udot'.
2549
4d3f93a2
JB
25502012-11-08 Joel Brobecker <brobecker@adacore.com>
2551
2552 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2553 gdb.ini warning for Windows port.
2554
1e96de83
YQ
25552012-11-08 Yao Qi <yao@codesourcery.com>
2556
2557 * gdb.texinfo (Search): Add kindex for 'fo'.
2558
dc939229
TT
25592012-11-05 Tom Tromey <tromey@redhat.com>
2560
2561 PR python/14802:
2562 * gdb.texinfo (Functions In Python): Add example.
2563
6f6484cd
YQ
25642012-11-03 Yao Qi <yao@codesourcery.com>
2565
2566 * observer.texi (GDB Observers): Remove observer
2567 'tracepoint_modified', 'tracepoint_created' and
2568 'tracepoint_deleted'.
2569
af4238e5
TT
25702012-10-26 Tom Tromey <tromey@redhat.com>
2571
2572 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2573
687e43a4
TT
25742012-10-25 Tom Tromey <tromey@redhat.com>
2575
2576 * gdb.texinfo (General Query Packets): Use @itemx.
2577
8de0566d
YQ
25782012-10-17 Yao Qi <yao@codesourcery.com>
2579
2580 * observer.texi (GDB Observers): Update observer
2581 'memory_changed'.
2582 * gdb.texinfo (GDB/MI Async Records): Document for
2583 "memory-changed" notification.
2584
07540c15
DE
25852012-10-15 Doug Evans <dje@google.com>
2586
2587 * gdb.texinfo (Mode Options): Document -nh.
2588 Elaborate on docs for -nx.
2589
d7019589
SP
25902012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2591
2592 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2593
82a90ccf 25942012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 2595 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
2596
2597 * gdb.texinfo (GDB/MI Async Records): Document notification
2598 'record-started' and 'record-stopped'.
2599 * observer.texi (GDB Observers): New observer 'record-changed'.
2600
aa9259cc
TS
26012012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2602
2603 * gdb.texinfo: Document the removal of SH's 'regs' command.
2604
c1d780c2
SDJ
26052012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2606
2607 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2608
bb25a15c
YQ
26092012-09-18 Yao Qi <yao@codesourcery.com>
2610
2611 * gdb.texinfo (GDB/MI Async Records): Document new MI
2612 notifications '=tsv-created' and '=tsv-deleted'.
2613 * observer.texi (GDB Observers): New observer tsv_created and
2614 tsv_deleted.
2615
201b4506
YQ
26162012-09-18 Yao Qi <yao@codesourcery.com>
2617
2618 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2619 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2620 '=traceframe-changed'.
2621
6fc1c773
YQ
26222012-09-17 Yao Qi <yao@codesourcery.com>
2623
2624 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2625 'set listsize'.
2626
121c73f3
JK
26272012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2628 Eli Zaretskii <eliz@gnu.org>
2629
2630 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2631 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2632 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2633
e9687799
JK
26342012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2635
2636 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2637
3b5e4d35
YPK
26382012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2639
2640 Document how to return from "python-interactive" to GDB.
2641 * gdb.texinfo (Python Commands): Update documentation.
2642
26432012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2644
2645 Add a new "python-interactive" command that starts a standard
2646 Python interactive prompt with "pi" as alias, and add "py" as
2647 an alias to "python".
2648 * gdb.texinfo (Python Commands): Document the new commands.
2649
b583003e
TT
26502012-08-22 Tom Tromey <tromey@redhat.com>
2651
2652 * gdbint.texinfo (Host Definition): Remove documentation for
2653 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2654
a451cb65
KS
26552012-08-17 Keith Seitz <keiths@redhat.com>
2656
2657 PR c++/13356
2658 * gdb.texinfo (Type and Range Checking): Remove warning.
2659 Remove spurious commas.
2660 Update text and examples for re-implementation of set/show
2661 check type.
2662 (C and C++ Type and Range Checks): Likewise.
2663
6b1755ce
YQ
26642012-08-16 Yao Qi <yao@codesourcery.com>
2665
2666 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2667 is deprecated.
2668
f47f77df
DE
26692012-08-13 Doug Evans <dje@google.com>
2670
2671 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2672 to include functions.
2673
a72c3253
DE
26742012-08-10 Doug Evans <dje@google.com>
2675
2676 * gdb.texinfo (Convenience Funs): New node.
2677 (Types In Python): Document Type.vector.
2678
5b9afe8a
YQ
26792012-08-09 Yao Qi <yao@codesourcery.com>
2680
2681 * observer.texi: New observer command_param_changed.
2682 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2683
dc1039df
JK
26842012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2685
2686 * gdbint.texinfo (Debugging GDB): In section
2687 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2688 Mention also gdb-gdb.py.
2689
4abf930d
YQ
26902012-08-07 Yao Qi <yao@codesourcery.com>
2691
2692 Revert the folloing patch:
2693 2012-08-06 Yao Qi <yao@codesourcery.com>
2694 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2695 remote hardware-watchpoint-limit' and 'set
2696 remote hardware-breakpoint-limit'.
2697
f3c8a52a
JK
26982012-08-06 Nathaniel Flath <flat0103@gmail.com>
2699
2700 * gdb.texinfo (Working Directory): Added information about new
2701 default argument for 'cd' command.
2702
77a91025
YQ
27032012-08-06 Yao Qi <yao@codesourcery.com>
2704
2705 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2706 remote hardware-watchpoint-limit' and 'set
2707 remote hardware-breakpoint-limit'.
2708
d9f08f52
YQ
27092012-08-06 Yao Qi <yao@codesourcery.com>
2710
2711 Fix PR14371.
2712
2713 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2714 '=breakpoint-deleted'.
2715
95b07c96
YQ
27162012-08-02 Yao Qi <yao@codesourcery.com>
2717
2718 * gdb.texinfo (Native): Remove node Neutrino.
2719
7255706c
YQ
27202012-07-27 Yao Qi <yao@codesourcery.com>
2721
2722 * gdb.texinfo (IPA Protocol Commands): Document new command
2723 'close'.
2724
d6b28940
TT
27252012-07-25 Tom Tromey <tromey@redhat.com>
2726
2727 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2728
e615022a
DE
27292012-07-20 Doug Evans <dje@google.com>
2730
2731 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2732 (Index Files): Document how to control the use of deprecated index
2733 sections.
2734 (Index Section Format): Replace --use-deprecated-index-sections with
2735 "set use-deprecated-index-sections on".
2736
055855a4
EZ
27372012-07-12 Eli Zaretskii <eliz@gnu.org>
2738
2739 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2740 indices into a single node "Index". Instead, join function and
2741 variable indices into a single index, separate from the concept
2742 index. Requested in
2743 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2744 (Top): Update the top-level menu: instead of one "Index" there are
2745 now separate entries "Concept Index" and "Function and Variable
2746 Index".
2747 (Concept Index, Function and Variable Index): New nodes.
2748 (Index): Node deleted.
2749
f77cc5f0
HZ
27502012-07-05 Hui Zhu <hui_zhu@mentor.com>
2751
2752 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2753 and "maint agent-eval".
2754
00595b5e
EZ
27552012-07-03 Eli Zaretskii <eliz@gnu.org>
2756
2757 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2758 avoid file-name clashes between Index.html and index.html on
2759 case-insensitive filesystems. See the discussion starting in
2760 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2761 details of the problem.
2762 (Top): Update the master menu for the above.
2763 (Concept Index, Command and Variable Index): New nodes, instead of
2764 the old "Index" node that was deleted. All cross-references
2765 updated.
2766
d3ce09f5
SS
27672012-07-02 Stan Shebs <stan@codesourcery.com>
2768
2769 * gdb.texinfo (Dynamic Printf): Mention agent style and
2770 disconnected dprintf.
2771 (Maintenance Commands): Describe maint agent-printf.
2772 (General Query Packets): Mention BreakpointCommands feature.
2773 (Packets): Document commands extension to Z0 packet.
2774 * agentexpr.texi (Bytecode Descriptions): Document printf
2775 bytecode.
2776
2d7b58e8
JK
27772012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2778
2779 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2780 only after gdbinit files.
2781 (Startup): Move -iex and -iex commands down after gdbinit files.
2782
202cbf1c
JK
27832012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2784
2785 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2786 possibility.
2787
b6ba681c
TT
27882012-06-29 Tom Tromey <tromey@redhat.com>
2789
2790 * gdb.texinfo (Index Section Format): Update for version 7.
2791
71caed83
SS
27922012-06-28 Stan Shebs <stan@codesourcery.com>
2793
2794 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2795 example, add note about title column.
2796
ee0bf529
SCR
27972012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2798
2799 * gdb.texinfo (Symbol Tables In Python): Add description about
2800 the new 'last' attribute of gdb.Symtab_and line.
2801
3c15d565
SCR
28022012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2803
2804 * gdb.texinfo (Symbol Tables In Python): Correct the description
2805 of the 'pc' attribute of gdb.Symtab_and_line.
2806
45cfd468
DE
28072012-06-26 Doug Evans <dje@google.com>
2808
2809 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2810 and symtab-create.
2811
496ee73e
KS
28122012-06-25 Keith Seitz <keiths@redhat.com>
2813
2814 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2815 from example. Remove "rbreak" from list of corresponding
2816 gdb commands.
2817
156942c7
DE
28182012-06-23 Doug Evans <dje@google.com>
2819
2820 * gdb.texinfo (Index Section Format): Document version 7 format.
2821
c614397c
YQ
28222012-06-22 Yao Qi <yao@codesourcery.com>
2823
2824 * gdb.texinfo: Add missing cindex for some packets.
2825
472a2379
KS
28262012-06-20 Keith Seitz <keiths@redhat.com>
2827
2828 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2829 for -break-insert and document -p.
2830
2678e2af
YQ
28312012-06-20 Yao Qi <yao@codesourcery.com>
2832
2833 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2834 and "gdb.write_memory" with "Inferior.read_memory" and
2835 "Inferior.write_memory".
2836
984359d2
EZ
28372012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2838
2839 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2840 (Free Documentation): Add @node line.
2841 (Continuing and Stepping) <advance location>: Use @item instead of
2842 @itemx.
2843 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2844 @itemx.
2845 (Embedded Processors): Put the link to "PA" to its correct place,
2846 according to document structure.
2847 (Python API): Put the link to "Lazy Strings In Python" to its
2848 correct place.
2849 (Index): Use @@ in @tex block to get a literal @.
2850
2851 * gdbint.texinfo: Fix the @subtitle line.
2852
2853 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2854 correct place.
2855
16bdd41f
YQ
28562012-06-08 Yao Qi <yao@codesourcery.com>
2857
2858 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2859 Protocol'.
2860 (In-Process Agent Protocol, IPA Protocol Objects)
2861 (IPA Protocol Commands): New nodes.
2862 (Tracepoint Packets): Add anchors.
2863
2d4c29c5
TS
28642012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2865
2866 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2867
6bd110c5
YQ
28682012-06-06 Yao Qi <yao@codesourcery.com>
2869
2870 * gdb.texinfo: Update copyright year.
2871
f3e0e960
SS
28722012-05-23 Stan Shebs <stan@codesourcery.com>
2873 Kwok Cheung Yeung <kcy@codesourcery.com>
2874
2875 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2876
1564a261
JK
28772012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2878
2879 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2880 Mention also --with-separate-debug-dir.
2881 (Auto-loading): Prepend $debugdir in the sample output.
2882 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2883 auto-load safe-path variable.
2884 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2885 Mention also $debugdir for 'set auto-load scripts-directory'.
2886
eb17f351
EZ
28872012-05-19 Eli Zaretskii <eliz@gnu.org>
2888
2889 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2890 (MIPS Embedded, MIPS, MIPS Register packet Format)
2891 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2892 appropriate.
2893
4cc0665f 28942012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 2895 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
2896
2897 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2898 mips compression".
2899 (MIPS Breakpoint Kinds): New subsubsection.
2900
7af8dcf8 29012012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
2902
2903 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2904 nodes for subsections. Add @acronym mark-ups and adjust
2905 formatting.
2906
aff139ff
JK
29072012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2908
2909 Rename $ddir to $datadir.
2910 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2911 (objfile-gdb.py file): Rename $ddir to $datadir.
2912
9cb709b6
TT
29132012-05-18 Tom Tromey <tromey@redhat.com>
2914
2915 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2916
e7e0cddf
SS
29172012-05-14 Stan Shebs <stan@codesourcery.com>
2918
2919 * gdb.texinfo (Dynamic Printf): New subsection.
2920
7efc75aa
SCR
29212012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2922
2923 * gdb.texinfo (Basic Python): Add description about the function
2924 gdb.find_pc_line
2925
f307c045
JK
29262012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2927 Eli Zaretskii <eliz@gnu.org>
2928
2929 * gdb.texinfo (Separate Debug Files): Use plural form for global
2930 debugging information directory.
2931
85d4a676
SS
29322012-05-11 Stan Shebs <stan@codesourcery.com>
2933 Kwok Cheung Yeung <kcy@codesourcery.com>
2934
2935 * gdb.texinfo (Operating System Auxiliary Information): Document new
2936 'info os' subcommands.
2937
c1668e4e
JK
29382012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2939
2940 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2941 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2942 (dotdebug_gdb_scripts section): Add reference
2943 to 'Auto-loading safe path'.
2944
7349ff92
JK
29452012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2946
2947 Implement multi-component --with-auto-load-dir.
2948 * gdb.texinfo (Auto-loading): New references
2949 for 'set auto-load scripts-directory'
2950 and 'show auto-load scripts-directory'.
2951 (Auto-loading safe path): Describe the new default. Move $ddir
2952 substituation reference to 'objfile-gdb.py file'.
2953 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2954 script-name. Describe new 'set auto-load scripts-directory'
2955 and 'show auto-load scripts-directory'.
2956
6dea1fbd
JK
29572012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2958
2959 Provide $ddir substitution for --with-auto-load-safe-path.
2960 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2961 (Auto-loading safe path): Likewise. Mention the default value,
2962 $ddir substitution, --with-auto-load-safe-path and
2963 --without-auto-load-safe-path.
2964 * observer.texi (gdb_datadir_changed): New.
2965
1ccacbcd
JK
29662012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2967
2968 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2969 Twice.
2970
d9242c17
JK
2971 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2972 directory separator by path separator.
2973
af2c1515
JK
29742012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2975
2976 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2977 for 'set auto-load safe-path' optional. Mention if it is omitted.
2978 Change disabling security protection condition to "/", twice.
2979
a20ee7a4
SCR
29802012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2981
2982 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2983 the new methods global_block and static_block on gdb.Symtab
2984 objects.
2985
56af09aa
SCR
29862012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2987
2988 * gdb.texinfo (Blocks In Python): Add a note saying that future
2989 improvements to GDB and its infrastructure can move symbols
2990 across blocks within a symbol table.
2991
2746b0ef
YQ
29922012-04-29 Yao Qi <yao@codesourcery.com>
2993
2994 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2995 (A29K): Remove.
2996
62e5f89c
SDJ
29972012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2998 Tom Tromey <tromey@redhat.com>
2999
3000 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3001 and generic static probe support on GDB.
3002
a766d390
DE
30032012-04-25 Doug Evans <dje@google.com>
3004
50f042b9
DE
3005 * gdb.texinfo (Go): Fix thinko.
3006
a766d390
DE
3007 * gdb.texinfo (Supported Languages): Add Go.
3008 (Go): New node.
3009
f02e2b19
YQ
30102012-04-25 Yao Qi <yao@codesourcery.com>
3011
3012 * gdbint.texinfo (Testsuite): New section `Board settings'.
3013
68d41a48
JK
30142012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3015
3016 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3017 Three times.
3018
174bb630
JK
3019 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3020 Three times.
3021
0511cc75
JK
30222012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3023
3024 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3025 by @table @asis. Fix formatting of one item.
3026
0070f25a
JK
30272012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3028
3029 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3030
4dc84fd1
JK
30312012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3032
3033 New option "set debug auto-load".
3034 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3035 (auto-load verbose mode): New node.
3036
bccbefd2
JK
30372012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3038
3039 New option "set auto-load safe-path".
3040 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3041 and "info auto-load" examples for safe-path. Put there also references
3042 for "set auto-load safe-path" and "show auto-load safe-path".
3043 New menu item for Auto-loading safe path.
3044 (Auto-loading safe path): New node.
3045 (Python Auto-loading): Update the expected output from "Missing"
3046 to "No".
3047
bf88dd68
JK
30482012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3049
3050 auto-load: Implementation.
3051 * gdb.texinfo (Mode Options): New anchor for -nx.
3052 (Startup): New anchors for Option -init-eval-command,
3053 Home Directory Init File
3054 and Init File in the Current Directory during Startup.
3055 Mention set auto-load local-gdbinit with a reference.
3056 Change the sample code to "set auto-load python-scripts".
3057 (Threads): New anchor set libthread-db-search-path.
3058 Provide references to libthread_db.so.1 file.
3059 (Controlling GDB): New menu item for Auto-loading.
3060 (Auto-loading, Init File in the Current Directory)
3061 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3062 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3063 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3064 reference.
3065 (Auto-loading): Rename to ...
3066 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3067 "set auto-load python-scripts", new anchor for it. Change
3068 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3069 for it. Change "info auto-load-scripts"
3070 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3071 to "Python scripts".
3072
8264ba82
AG
30732012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3074
3075 PR mi/13393
3076 * gdb.texinfo (Print Settings): Extend the description for "set print
3077 object".
3078 (GDB/MI Variable Objects): Extend the description for -var-create and
3079 -var-list-children.
3080
06fc020f
SCR
30812012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3082
3083 * gdb.texinfo (Examining Data): Document the 'explore' command.
3084
7191c139
JB
30852012-03-28 Joel Brobecker <brobecker@adacore.com>
3086
3087 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3088 to the children of a varobj and its update range when -var-update
3089 returns that the varobj's type changed.
3090
3708f05e
JK
30912012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3092
3093 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3094 Create two new links fir 'objfile-gdb.py file'
3095 and 'dotdebug_gdb_scripts section'.
3096
8e0583c8
JK
30972012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3098
3099 * gdb.texinfo (Auto-loading): Rename node reference
3100 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3101 Twice.
3102 (.debug_gdb_scripts section): Rename the node ...
3103 (dotdebug_gdb_scripts section): ... here.
3104 (Maintenance Commands): Also rename this node reference.
3105
7b282c5a
SCR
31062012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3107
3108 * gdb.texinfo (Python API/Values From Inferior): Add description
3109 about the new method Value.referenced_value. Add description on
3110 how Value.dereference is different (and similar) to
3111 Value.referenced_value.
3112
8320cc4f
JK
31132012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3114
3115 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3116 --init-eval-command=COMMAND, -iex.
3117 (Startup): Describe -iex and -ix. Simplify the example
3118 for "set auto-load-scripts off".
3119
481860b3
GB
31202012-03-16 Gary Benson <gbenson@redhat.com>
3121
3122 PR breakpoints/10738
3123 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3124 stating that GDB cannot set breakpoints on inlined functions.
3125 (Mode Options): Document --use-deprecated-index-sections.
3126 (Index Section Format): Document new index section version format.
3127
c4aeac85
TT
31282012-03-15 Tom Tromey <tromey@redhat.com>
3129
3130 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3131
16899756
DE
31322012-03-13 Doug Evans <dje@google.com>
3133
3134 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3135 of "reload".
3136 (Symbols): Delete docs for set/show symbol-reloading.
3137 * gdbint.texinfo (Defining Other Architecture Features): Delete
3138 SYMBOL_RELOADING_DEFAULT.
3139 * refcard.tex: Delete reference to symbol-reloading.
3140
9b224c5e
PA
31412012-03-07 Pedro Alves <palves@redhat.com>
3142
3143 * gdb.texinfo (General Query Packets): Document new
3144 QProgramSignals packet.
3145 * gdb.texinfo (Remote configuration): Mention
3146 "program-signals-packet".
3147
169081d0
TG
31482012-03-05 Tristan Gingold <gingold@adacore.com>
3149
3150 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3151
d1feda86
YQ
31522012-03-03 Yao Qi <yao@codesourcery.com>
3153
3154 * gdb.texinfo (In-Process Agent): New node.
3155 Document new commands.
3156 (General Query Packets): Add packet `QAgent'.
3157
1faeff08
MR
31582012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3159
3160 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3161
7d74f244
DE
31622012-03-01 Scott J. Goldman <scottjg@vmware.com>
3163
3164 * gdb.texinfo (Commands In Python): Put example python macro in
3165 COMMAND_USER category rather than COMMAND_OBSCURE.
3166 Document gdb.COMMAND_USER.
3167 (User-defined Commands): Update documentation to clarify
3168 "set/show max-user-call-depth" and "show user" don't apply to python
3169 commands. Update documentation to clarify "help user-defined" may
3170 also include python commands defined as COMMAND_USER.
3171
6fe37d23
JK
31722012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3173
3174 * gdb.texinfo (Startup): Add option -ex description to the option -x
3175 description.
3176
83364271
LM
31772012-02-24 Luis Machado <lgustavo@codesourcery.com>
3178
3179 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3180 condition-evaluation breakpoint parameter.
3181 Mention condition-evaluation mode being shown in "info break".
3182 (Break Conditions): Add description for target-side
3183 conditional breakpoints.
72f4393d 3184 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
3185 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3186 cond-expr.
3187 (General Query Packets): Mention new ConditionalBreakpoint feature.
3188
bdb1994d
TT
31892012-02-22 Tom Tromey <tromey@redhat.com>
3190
3191 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3192
4d241c86
TT
31932012-02-17 Tom Tromey <tromey@redhat.com>
3194
3195 PR python/10753:
3196 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3197 directory.
3198
816338b5
SS
31992012-02-14 Stan Shebs <stan@codesourcery.com>
3200
3201 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3202
cc30c4bd
PA
32032012-02-13 Pedro Alves <palves@redhat.com>
3204
3205 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3206 mips-idt-ecoff.
3207
035d1e5b
YQ
32082012-02-09 Yao Qi <yao@codesourcery.com>
3209
3210 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3211
f0823d2c
TT
32122012-02-07 Tom Tromey <tromey@redhat.com>
3213
3214 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3215 Symbol.value.
3216
64e7d9dd
TT
32172012-02-07 Tom Tromey <tromey@redhat.com>
3218
3219 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3220
4220b2f8
TS
32212012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3222
3223 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3224
edcc5120
TT
32252012-01-24 Tom Tromey <tromey@redhat.com>
3226
3227 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3228 unload".
3229 (Files): Mention new catch commands.
3230 (GDB/MI Async Records): Likewise.
3231
53fe1783
GB
32322012-01-24 Gary Benson <gbenson@redhat.com>
3233
3234 Delete #if 0'd out code.
3235 * gdb.texinfo (Frame Info): Remove "info catch".
3236
b9e7b9c3
UW
32372012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3238
3239 * gdb.texinfo (Remote Configuration): Document
3240 "set remote hostio-readlink-packet" command.
3241 (General Query Packets): Document vFile:readlink packet.
3242
4aac40c8
TT
32432012-01-16 Tom Tromey <tromey@redhat.com>
3244
3245 * gdb.texinfo (Specify Location): Document relative file name
3246 handling.
3247
cafec441
TT
32482012-01-16 Tom Tromey <tromey@redhat.com>
3249
3250 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3251
0ee339bc
JK
32522012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3253 Eli Zaretskii <eliz@gnu.org>
3254
3255 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3256 code.
3257
72384ba3
PH
32582012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3259
3260 * gdb.texinfo (Variables): Document use of :: for non-static
3261 variables.
3262
ce1b17c4
JB
32632012-01-05 Joel Brobecker <brobecker@adacore.com>
3264
3265 * gdbint.texinfo (Start of New Year Procedure): Update
3266 to replace use of copyright.sh by use of copyright.py.
3267
217bff3e
JK
32682012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3269
3270 Remove the gdbtui binary.
3271 * all-cfg.texi (GDBTUI): Remove.
3272 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3273 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3274 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3275
cc72b2a2
KP
32762011-12-23 Kevin Pouget <kevin.pouget@st.com>
3277
3278 Introduce gdb.FinishBreakpoint in Python.
3279 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3280 (Python API): Add menu entry for Finish Breakpoints.
3281
13ac8d2c
JK
32822011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3283
3284 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3285 tests.
3286
e0f9f062
DE
32872011-12-16 Doug Evans <dje@google.com>
3288
3289 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3290
80b6e756
PM
32912011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3292
1c3ad6ab 3293 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
3294 stack". Add documentation for "set/show python print-stack".
3295
2fb860fc
PA
32962011-12-14 Pedro Alves <pedro@codesourcery.com>
3297
3298 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3299 should transfer control to the stub in the startup code instead of
3300 in main. Mention the need to get past the initial breakpoint.
3301
f8eba3c6
TT
33022011-12-06 Tom Tromey <tromey@redhat.com>
3303
3304 * gdb.texinfo (Set Breaks): Update for new behavior.
3305
2268b414
JK
33062011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3307
3308 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3309 List Format for SVR4 Targets'.
3310 (General Query Packets): New item qXfer:libraries-svr4:read.
3311 (Library List Format for SVR4 Targets): New node.
3312
ae6f0d5b
TT
33132011-12-01 Tom Tromey <tromey@redhat.com>
3314
3315 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3316 add.
3317
36dfb11c
TT
33182011-11-22 Tom Tromey <tromey@redhat.com>
3319
3320 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3321 reasons.
3322
f196051f
SS
33232011-11-20 Stan Shebs <stan@codesourcery.com>
3324
3325 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3326 note-related options and variables.
3327 (Tracepoint Packets): Document packet changes.
3328
f85b53f8
SD
33292011-11-20 Sanjoy Das <sdas@igalia.com>
3330
3331 * gdb.texinfo (JIT Interface): Add documentation on writing and
3332 usind JIT debug info readers.
3333 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3334 Debug Info Readers): New nodes.
3335
bfccc43c
YQ
33362011-11-18 Yao Qi <yao@codesourcery.com>
3337
3338 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3339 tracepoint.
3340
c011a4f4
DE
33412011-11-15 Doug Evans <dje@google.com>
3342
3343 * gdb.texinfo (Files): Document basenames-may-differ.
3344
ed59ded5
DE
33452011-11-14 Doug Evans <dje@google.com>
3346
3347 * gdb.texinfo (Shell Commands): Document "!".
3348
405f8e94
SS
33492011-11-14 Stan Shebs <stan@codesourcery.com>
3350 Kwok Cheung Yeung <kcy@codesourcery.com>
3351
3352 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3353 needed to get shorter fast tracepoints.
3354 (Tracepoint Packets): Document new qTMinFTPILen packet.
3355
1e4d1764
YQ
33562011-11-14 Yao Qi <yao@codesourcery.com>
3357
3358 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3359 behavior of tracepoint.
3360 (General Query Packets): New feature InstallInTrace.
3361 (Remote Configuration): Document "set remote
3362 install-in-trace-packet".
3363
71eba9c2 33642011-11-12 Matt Rice <ratmice@gmail.com>
3365
3366 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3367 Add arguments to info macro.
3368
e0f8f636
TT
33692011-11-10 Tom Tromey <tromey@redhat.com>
3370
3371 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3372 manual.
3373 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3374 (Macros): Add a footnote.
3375 (C): Remove paragraph about compiler options.
3376 (C Constants): Mention wide character and string constants.
3377 (C Plus Plus Expressions): Update compiler option advice. Mention
3378 using declarations. Mention ADL. Remove old HP compiler
3379 information.
3380
625c0d47
TT
33812011-11-10 Tom Tromey <tromey@redhat.com>
3382
3383 PR c++/9257:
3384 * gdb.texinfo (Print Settings): Add an extra note about the need
3385 for a vtable.
3386
4be2aacc
MR
33872011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3388
3389 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3390 "set mips abi" documentation.
3391
0a1c4d10
DE
33922011-11-04 Doug Evans <dje@google.com>
3393
3394 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3395
aad1c02c
TT
33962011-11-03 Tom Tromey <tromey@redhat.com>
3397
3398 * gdb.texinfo (Stopping): Add menu entry.
3399 (Continuing and Stepping): Restore @node. Use @section, not
3400 @subsection.
3401
983fb131
MR
34022011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3403
3404 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3405 designation. Fix "Specify Location" cross-reference.
3406
3065dfb6
SS
34072011-11-02 Stan Shebs <stan@codesourcery.com>
3408
3409 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3410 (General Query Packets): Describe tracenz feature.
3411 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3412
0aaaf063
PK
34132011-10-28 Paul Koning <paul_koning@dell.com>
3414
3415 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3416
2231f1fb
KP
34172011-10-27 Kevin Pouget <kevin.pouget@st.com>
3418
72f4393d 3419 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
3420 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3421
5110b5df
PK
34222011-10-26 Paul Koning <paul_koning@dell.com>
3423
3424 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 3425
22dbab46
PK
34262011-10-25 Paul Koning <paul_koning@dell.com>
3427
3428 PR python/13327
72f4393d 3429
22dbab46
PK
3430 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3431 fetch_lazy method.
3432
9df2fbc4
PM
34332011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3434
3435 PR python/12656
3436
3437 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3438 global_block, static_block function.
3439
f05e2e1d
TT
34402011-10-19 Tom Tromey <tromey@redhat.com>
3441
3442 * gdb.texinfo (Commands In Python): Add missing "@"s.
3443
a7fc3f37
KP
34442011-10-13 Kevin Pouget <kevin.pouget@st.com>
3445
3446 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 3447 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
3448 constants.
3449
5048e516
JK
34502011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3451
3452 Fix compatibility with texinfo versions older than 4.12.
3453 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3454 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3455 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3456 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3457 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3458 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3459 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3460
5a56e9c5
DE
34612011-10-09 Doug Evans <dje@google.com>
3462
3463 * gdb.texinfo (Extending GDB): Document alias command.
3464
36b11add
JK
34652011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3466
3467 Support @entry in input expressions.
3468 * gdb.texinfo (Variables): Describe @entry names suffix.
3469 (Print Settings): Add anchor for `set print entry-values'.
3470
e18b2753
JK
34712011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3472 Eli Zaretskii <eliz@gnu.org>
3473
3474 Display @entry parameter values (without references).
3475 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3476 example.
3477 (Print Settings): New description of set print entry-values and show
3478 print entry-values.
3479
111c6489
JK
34802011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3481 Eli Zaretskii <eliz@gnu.org>
3482
3483 Recognize virtual tail call frames.
3484 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3485 (Tail Call Frames): New node.
3486 (Frames In Python): Add gdb.TAILCALL_FRAME.
3487
9c15afc4
DE
34882011-10-07 Doug Evans <dje@google.com>
3489
3490 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3491 register_pretty_printer.
3492
99f5279d
PM
34932011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3494
3495 PR python/12930
3496 PR python/12802
3497
3498 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3499 stop method.
3500
03583c20
UW
35012011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3502
3503 * gdb.texinfo (Starting your Program): "set disable-randomization"
3504 is no longer Linux-specific.
3505 (Remote Configuration): Document "set remote
3506 disable-randomization-packet".
3507 (General Query Packets): Document "QDisableRandomization" packet
3508 and add it to "qSupported" list.
3509
bd054e06
KP
35102011-10-07 Kevin Pouget <kevin.pouget@st.com>
3511
3512 Allow Python notification of new object-file loadings.
3513 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3514 event type.
3515
cb6be26b
KP
35162011-10-04 Kevin Pouget <kevin.pouget@st.com>
3517
3518 PR python/12691: Add the inferior to Python exited event
3519 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3520
a05336a1
JB
35212011-10-03 Joel Brobecker <brobecker@adacore.com>
3522
3523 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3524 rephasing.
3525
5d77fe44
JB
35262011-10-03 Joel Brobecker <brobecker@adacore.com>
3527
3528 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3529 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3530 as possible feature returned by the `-list-features'
3531 command.
3532
699df94d
PK
35332011-09-28 Paul Koning <paul_koning@dell.com>
3534
3535 * gdb.texinfo (gdb.Type): Document field access by dictionary
3536 key syntax.
3537
24bdad53
YQ
35382011-09-28 Yao Qi <yao@codesourcery.com>
3539
3540 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3541 Add one space after option `-s'. Remove @r{} markup.
3542
6710bf39
SS
35432011-09-27 Stan Shebs <stan@codesourcery.com>
3544
3545 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3546
d99f7e48
HZ
35472011-09-16 Hui Zhu <teawater@gmail.com>
3548
3549 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3550 to *(unsigned char *)$esp@300.
3551
d812018b
PK
35522011-09-15 Paul Koning <paul_koning@dell.com>
3553
3554 * gdb.texinfo: Make style of Python functions and methods match
3555 the syntax of Python. Also put class and module names explicitly
3556 on function, member, and variable names, matching Python
3557 documentation conventions.
72f4393d 3558
2aa48337
KP
35592011-09-15 Kevin Pouget <kevin.pouget@st.com>
3560
3561 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3562 * gdb.texinfo (Inferiors In Python): Describe new
3563 gdb.selected_inferior() function.
3564
6839b47f
KP
35652011-09-15 Kevin Pouget <kevin.pouget@st.com>
3566
3567 Handle multiple breakpoint hits in Python interface:
3568 * gdb.texinfo (Events In Python): New function documentation:
3569 gdb.BreakpointEvent.breakpoints. Indicate that
3570 gdb.BreakpointEvent.breakpoint is now deprecated.
3571
26829f2b
JB
35722011-09-04 Joel Brobecker <brobecker@adacore.com>
3573
3574 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3575
a9f54f60
TT
35762011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3577
3578 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3579
fa3a4f15
PM
35802011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3581
72f4393d
L
3582 * gdb.texinfo (Prompt): Add set/show extended-prompt
3583 documentation
3584 (Basic Python): Add prompt_hook anchor.
3585 (Python modules): Reword module text to reflect multiple modules.
3586 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 3587
224bbe49
YQ
35882011-08-14 Yao Qi <yao@codesourcery.com>
3589
78d85199
YQ
3590 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3591
35922011-08-14 Yao Qi <yao@codesourcery.com>
3593
3594 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
3595 (TIC6x Features): New node.
3596
457e09f0
DE
35972011-08-12 Doug Evans <dje@google.com>
3598
3599 * gdb.texinfo (Symbols In Python): Document symbol.type.
3600
5e239b84
PM
36012011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3602
3603 * gdb.texinfo (Python): Document command and function
3604 auto-loading.
3605
177bc839
JK
36062011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3607 Eli Zaretskii <eliz@gnu.org>
3608
3609 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3610 typedefs unrolling. Extend the sample code by an inner typedef and
3611 outer typedefs unrolling.
3612
1a532630
PP
36132011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3614
3615 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3616 size and line-size.
3617
9b158ba0 36182011-07-21 Matt Rice <ratmice@gmail.com>
3619
3620 PR macros/12999
3621 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3622 Update text and cindex entries for info macro command.
3623
d17b6f81
PM
36242011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3625
3626 * observer.texi (GDB Observers): Add before_prompt observer.
3627 * gdb.texinfo (Basic Python): Add documentation for prompt
3628 substitution.
3629
713389e0
PM
36302011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3631
72f4393d 3632 PR python/12438
713389e0 3633 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
3634 set/show python print-stack. Document set/show python
3635 print-backtrace.
713389e0 3636
177b42fe
TJB
36372011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3638
3639 * gdb.texinfo: Fix typos.
3640
900e11f9
JK
36412011-07-01 Tom Tromey <tromey@redhat.com>
3642
3643 * gdb.texinfo (Debugging Output): Document set debug
3644 check-physname.
3645
39c4d40a
TT
36462011-06-29 Tom Tromey <tromey@redhat.com>
3647
3648 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3649 breakpoint-notifications feature.
3650
6f5def7d
UW
36512011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3652
3653 * gdb.texinfo (Target Description): Remove warning about
3654 possibly unstable format.
3655
8cf64490
TT
36562011-06-03 Tom Tromey <tromey@redhat.com>
3657
3658 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3659 (Events In Python): Note that exit_code is optional.
3660
393eab54
PA
36612011-05-17 Pedro Alves <pedro@codesourcery.com>
3662
3663 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3664 required for multi-threading support.
3665 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3666 Hc are deprecated for multi-threading debugging. Point readers at
3667 the vCont packet.
3668
75fc9810
DE
36692011-05-15 Doug Evans <dje@google.com>
3670
3671 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3672
01124a23
DE
36732011-05-13 Doug Evans <dje@google.com>
3674
98a5dd13
DE
3675 * gdb.texinfo (Threads): Document $sdir,$pdir.
3676 (Server): Document $pdir exception.
3677
dbaefcf7
DE
3678 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3679
cc63ef9b
DE
3680 * gdb.texinfo (Threads): Clarify default value for
3681 libthread-db-search-path.
7e0396aa 3682
01124a23
DE
3683 * gdb.texinfo (Completion): Update example.
3684 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3685
d248b706
KY
36862011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3687
3688 * gdb.texinfo: Document change in the behaviour of the enable and
3689 disable GDB commands when applied to tracepoints.
3690 Document the EnableDisableTracepoints remote stub feature.
3691 Document QTEnable and QTDisable in the list of tracepoint packets.
3692
cc88a640
JK
36932011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3694
3695 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3696 hsuser.texi.
3697 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3698 comment to hsuser.texi. Change rluser.texi name in the comment.
3699
84e578fb
DE
37002011-05-10 Doug Evans <dje@google.com>
3701
3702 * gdb.texinfo (Threads): If an empty path is provided for
3703 libthread-db-search-path it is reset to its default value.
3704 (Server): Ditto.
3705
478aac75
DE
37062011-05-09 Doug Evans <dje@google.com>
3707
3708 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3709
9c06b0b4
TJB
37102011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3711 Thiago Jung Bauermann <bauerman@br.ibm.com>
3712
3713 Implement support for PowerPC BookE masked watchpoints.
3714 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3715 (PowerPC Embedded): Mention support of masked watchpoints.
3716
9ed350ad
JB
37172011-05-03 Joel Brobecker <brobecker@adacore.com>
3718
3719 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3720 `@value{GDBN}'.
3721
4ceed123
JB
37222011-05-03 Joel Brobecker <brobecker@adacore.com>
3723
3724 * gdb.texinfo (titlepage): Remove dedication.
3725 (In Memoriam): New appendix.
3726
559a7a62
JK
37272011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3728 Eli Zaretskii <eliz@gnu.org>
3729
3730 * gdb.texinfo (Index Section Format): Change the version to 5.
3731 Describe the different formula.
3732
03f2bd59
JK
37332011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3734 Eli Zaretskii <eliz@gnu.org>
3735
3736 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3737 for disconnected tracing.
3738 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3739 extended-remote relationship. Mention --once.
3740 (TCP port allocation lifecycle of @code{gdbserver}): New.
3741
d9b1a651
EZ
37422011-04-23 Eli Zaretskii <eliz@gnu.org>
3743
3744 * gdb.texinfo (Server): Improve indexing. Index all optional
3745 switches to gdbserver.
3746
90476074
TT
37472011-04-20 Tom Tromey <tromey@redhat.com>
3748
3749 * gdb.texinfo (Index Section Format): New node.
3750 (Top): Add new node to menu.
3751
c21236dc
PA
37522011-04-20 Pedro Alves <pedro@codesourcery.com>
3753
3754 * gdb.texinfo (Maintenance Commands): Document `maint print
3755 remote-registers'.
3756
05c8c3f5
TT
37572011-04-20 Tom Tromey <tromey@redhat.com>
3758
3759 * gdb.texinfo (Trace File Format): Move node later.
3760
7a9dd1b2
TT
37612011-04-19 Tom Tromey <tromey@redhat.com>
3762
3763 * gdbint.texinfo (Register Information Functions): Remove
3764 duplicate "the".
3765 * gdb.texinfo (Emacs): Remove duplicate "to".
3766 (GDB/MI Variable Objects): Remove duplicate "the".
3767 (General Query Packets): Likewise.
3768
4368ebeb
JB
37692011-04-02 Joel Brobecker <brobecker@adacore.com>
3770
3771 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3772 "GDB/MI Ada Exception Information" node.
3773
956a9fb9
JB
37742011-04-01 Joel Brobecker <brobecker@adacore.com>
3775
3776 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3777 the "exception-name" field in the *stopped async record.
3778
f1310107
TJB
37792011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3780 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3781
3782 Implement support for PowerPC BookE ranged breakpoints.
3783 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3784
8786b2bd
TT
37852011-03-28 Tom Tromey <tromey@redhat.com>
3786
3787 * gdb.texinfo (Set Tracepoints): Fix typo.
3788
9ef07c8c
TT
37892011-03-24 Tom Tromey <tromey@redhat.com>
3790
3791 * gdb.texinfo (Specify Location): Document `function:label'
3792 linespec.
3793
99c3dc11
PM
37942011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3795
f1310107 3796 PR python/12149
99c3dc11
PM
3797
3798 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3799
29703da4
PM
38002011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3801
3802 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3803 (Inferiors In Python): Likewise.
3804 (Threads In Python): Likewise.
3805 (Symbols In Python): Likewise.
3806 (Objfiles In Python): Likewise.
3807 (Symbol Tables In Python): Likewise.
3808
c9174737
PA
38092011-03-15 Pedro Alves <pedro@codesourcery.com>
3810
3811 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3812 display>: Explain that the commands accept number ranges.
3813
7371cf6d
PM
38142011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3815
3816 * gdb.texinfo (Breakpoints In Python): Add description and example
3817 of Python stop function operation.
3818
ecec24e6
PM
38192011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3820
3821 * gdb.texinfo (Parameters In Python): Document get_set_string and
3822 get_show_string methods.
3823
6dcd5565
JK
38242011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3825
3826 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3827
81896e36
JK
3828 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3829 circular-trace-buffer name.
3830
5e30da2c
JB
38312011-02-28 Joel Brobecker <brobecker@adacore.com>
3832
3833 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3834 in the previous change.
3835
3bd0f5ef 38362011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 3837
72f4393d 3838 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
3839 that they can accept multiple arguments.
3840
4ec7539c
JB
38412011-02-24 Joel Brobecker <brobecker@adacore.com>
3842
3843 Revert the following patch (code patch was not approved):
3844 2011-02-21 Hui Zhu <teawater@gmail.com>
3845 * agentexpr.texi (bytecode descriptions): add printf.
3846 * gdb.texinfo (tracepoint action lists): add printf.
3847
82809774
DE
38482011-02-23 Doug Evans <dje@google.com>
3849
3850 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3851
e5a67952
MS
38522011-02-23 Michael Snyder <msnyder@vmware.com>
3853
3854 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3855 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3856 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3857
6e6fbe60
DE
38582011-02-22 Doug Evans <dje@google.com>
3859
3860 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3861 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3862 add description of result, fix @defun formatting.
3863
f994e27a
HZ
38642011-02-21 Hui Zhu <teawater@gmail.com>
3865
3866 * agentexpr.texi (Bytecode Descriptions): Add printf.
3867 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3868
c7f96d2b
TT
38692011-02-18 Tom Tromey <tromey@redhat.com>
3870
3871 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3872
60f98dde
MS
38732011-02-14 Michael Snyder <msnyder@vmware.com>
3874
3875 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3876 Document new command "thread find".
3877
08e796bc
MS
38782011-02-14 Michael Snyder <msnyder@vmware.com>
3879
3880 * gdb.texinfo (Threads): Update example of new thread message.
3881
b3b9301e
PA
38822011-02-14 Pedro Alves <pedro@codesourcery.com>
3883
3884 * gdb.texinfo (Remote Configuration): Mention set/show remote
3885 traceframe-info.
3886 (Tools/Packages Optional for Building GDB): Mention that expat is
3887 used for traceframe info.
3888 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3889 (General Query Packets) <qSupported>: Describe the
3890 qXfer:traceframe-info:read feature.
3891 (qXfer::read): Describe qXfer:traceframe-info:read.
3892 (Traceframe Info Format): New section.
3893
cef35b0f
PA
38942011-02-04 Pedro Alves <pedro@codesourcery.com>
3895
3896 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3897 for casts and unary operators.
3898
f1cbe1d3
TT
38992011-02-04 Tom Tromey <tromey@redhat.com>
3900
3901 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3902 is not useful.
3903
585fdaa1
PA
39042011-01-25 Pedro Alves <pedro@codesourcery.com>
3905
3906 * gdb.texinfo: s/value optimized out/optimized out/g
3907
7bfc9434
JB
39082011-01-21 Joel Brobecker <brobecker@adacore.com>
3909
3910 * gdb.texinfo (Other Misc Settings): Rework part of the
3911 documentation of the "set interactive mode" command.
3912
4694da01
TT
39132011-01-19 Tom Tromey <tromey@redhat.com>
3914
3915 * gdb.texinfo (Threads): Document thread name output and `thread
3916 name' command.
3917 (Threads In Python): Document Thread.name attribute.
3918 (GDB/MI Thread Commands): Document thread attributes.
3919
b716877b
AB
39202011-01-12 Andrew Burgess <aburgess@broadcom.com>
3921
3922 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3923 changes in mi/mi-cmd-disas.c
3924
13fd8b81
TT
39252011-01-12 Tom Tromey <tromey@redhat.com>
3926
3927 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3928 Fix "thread apply" text.
3929
e09342b5
TJB
39302011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3931 Thiago Jung Bauermann <bauerman@br.ibm.com>
3932
3933 Implement support for PowerPC BookE ranged watchpoints.
3934 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3935 the "set powerpc exact-watchpoints" flag.
3936
06e65f44
TT
39372011-01-07 Tom Tromey <tromey@redhat.com>
3938
3939 * gdb.texinfo (Python API): Add descriptions to @menu items.
3940
d8e22779
TT
39412011-01-06 Tom Tromey <tromey@redhat.com>
3942
3943 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3944
a255712f
PP
39452010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3946
e09342b5 3947 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 3948
ccfc3d6e
TT
39492011-01-06 Tom Tromey <tromey@redhat.com>
3950
3951 PR python/12133:
3952 * gdb.texinfo (Frames In Python): Document various frame
3953 constants.
3954
44944448
JB
39552011-01-05 Joel Brobecker <brobecker@adacore.com>
3956
3957 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3958 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3959 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3960
42ea3d7a
JK
39612011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3962
3963 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3964 (clean): Add GDBvn.texi.
3965
720d1a40
JB
39662010-12-29 Joel Brobecker <brobecker@adacore.com>
3967
3968 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3969 occasional case where the debugger prints an array address
3970 instead of the array itself.
3971
ad196637
PA
39722010-12-23 Pedro Alves <pedro@codesourcery.com>
3973
3974 * gdb.texinfo (Packets) <read registers packet>: Document support
3975 for registers that were not collected.
3976
a86caf66
DE
39772010-12-15 Doug Evans <dje@google.com>
3978
3979 * gdb.texinfo (Startup): Document auto-loading of scripts during
3980 startup.
3981 (Auto-loading): Delete "maint set python auto-load on|off".
3982 Add "set auto-load-scripts on|off".
3983
aae1c79a
DE
39842010-12-07 Doug Evans <dje@google.com>
3985
3986 * gdb.texinfo (Mode Options): Document -data-directory.
3987 (Data Files): Add reference to -data-directory.
3988
4e04c971
DE
39892010-11-29 Doug Evans <dje@google.com>
3990
3991 * gdb.texinfo (Pretty-Printer Introduction): Change
3992 printer-name:subprinter-name to printer-name;subprinter-name.
3993
94b6973e
PM
39942010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3995
72f4393d 3996 PR python/12199
94b6973e
PM
3997
3998 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3999
39037522
TT
40002010-11-23 Tom Tromey <tromey@redhat.com>
4001
4002 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4003 (Editing): Likewise.
4004 (Command History): Likewise.
4005 (TUI Keys): Likewise.
4006 (Bug Reporting): Conditionally include rluser.texi and
4007 inc-history.texinfo.
4008 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4009 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4010 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4011 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4012 (gdb.pdf): Likewise.
4013 (gdb.info): Likewise.
4014 (gdb/index.html): Likewise.
4015
5ae98d25
TT
40162010-11-23 Tom Tromey <tromey@redhat.com>
4017
4018 * Makefile.in (Makefile): Run ../config.status.
4019 (distclean): Update.
4020 * configure: Remove.
4021 * configure.ac: Remove.
4022
621c8364
TT
40232010-11-12 Tom Tromey <tromey@redhat.com>
4024
4025 * gdb.texinfo (Basic Python): Update. Add xref.
4026 (Exception Handling): Document new exception classes.
4027 (Types In Python): Update.
4028 (Frames In Python): Update.
4029
84f4c1fe
PM
40302010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4031
4032 * gdb.texinfo (Breakpoints In Python): Document "internal"
4033 parameter, and visible attribute.
4034
99e7ae30
DE
40352010-11-05 Doug Evans <dje@google.com>
4036
4037 * gdb.texinfo (Source Path): Document "set directories".
4038
f4b8a18d
KW
40392010-11-05 Ken Werner <ken.werner@de.ibm.com>
4040
4041 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4042 (OpenCL C): New node.
4043
7b51bc51
DE
40442010-11-02 Doug Evans <dje@google.com>
4045
4046 * gdb.texinfo (Pretty Printing): Expand into three sections,
4047 introduction, example, and commands.
4048 (Python API): Delete section Disabling Pretty-Printers, merge into
4049 Selecting Pretty-Printers.
4050 (Writing a Pretty-Printer): New section. Move the pretty-printer
4051 example here, and reformat to match python coding style. Add a second
4052 example using the gdb.printing module.
4053 (Python modules): Add gdb.printing.
4054
9eeee977
DE
40552010-10-29 Doug Evans <dje@google.com>
4056
4057 * gdb.texinfo (Python): Fix long line.
4058
a0e0ffdf
DE
40592010-10-20 Doug Evans <dje@google.com>
4060
4061 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4062 All references updated. Correct sections marked as subsections.
4063 (Coding Standards): New chapter. Move the coding standard related
4064 subsections here. Add section on Python coding standards.
4065
0e3509db
DE
40662010-10-13 Doug Evans <dje@google.com>
4067
4068 * gdb.texinfo (Python): Add "Python modules".
4069 (Types in Python): Add reference to gdb.types section.
4070 (Python modules): New node.
4071
44592cc4
DE
40722010-10-11 Doug Evans <dje@google.com>
4073
4074 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4075 Python" from gdb.Value.type description.
4076
6e1bb179
JB
40772010-09-28 Joel Brobecker <brobecker@adacore.com>
4078
4079 * gdb.texinfo (Ravenscar Profile): New node.
4080
e8467610
TT
40812010-09-22 Tom Tromey <tromey@redhat.com>
4082
4083 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4084
fccd1d1e
EZ
40852010-09-22 Eli Zaretskii <eliz@gnu.org>
4086
4087 * gdb.texinfo (Values From Inferior): Clarify that
4088 value.dynamic_type works only in C++ programs with RTTI.
4089
c1b6b909
TT
40902010-09-15 Paul Bolle <pebolle@tiscali.nl>
4091
4092 * gdb.texinfo (Character Sets): Correctly reference host-charset
4093 in example.
4094
7d288aaa
TT
40952010-09-13 Tom Tromey <tromey@redhat.com>
4096
4097 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4098 Document "fullname" and "from".
4099
f75d858b
MK
41002010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4101
4102 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4103 feature `reverse' output by -list-target-features.
4104
83b9503b
L
41052010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4106
4107 * gdb.texinfo (i386 Features): Remove an extra "@item".
4108
03f17ccf
TT
41092010-08-30 Tom Tromey <tromey@redhat.com>
4110
4111 PR python/11792:
4112 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4113
9779414d
DJ
41142010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4115
4116 * gdb.texinfo (ARM Features): Document
4117 org.gnu.gdb.arm.m-profile.
4118
f9ffd4bb
TT
41192010-08-23 Tom Tromey <tromey@redhat.com>
4120
4121 PR python/11145:
4122 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4123 reinterpret_cast methods.
4124
702c2711
TT
41252010-08-23 Tom Tromey <tromey@redhat.com>
4126
4127 PR python/11915:
4128 * gdb.texinfo (Types In Python): Document array method.
4129
66b73624
TJB
41302010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4131
4132 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4133
06a64a0b
TT
41342010-08-16 Tom Tromey <tromey@redhat.com>
4135
4136 * gdb.texinfo (Set Watchpoints): Document -location option.
4137
a3a7127e
DE
41382010-08-13 Doug Evans <dje@google.com>
4139
4140 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4141
8dedea02
VP
41422010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4143
4144 * gdb.texinfo (GDB/MI Data Manipulation): Document
4145 -data-read-memory-raw and -data-write-memory-raw.
4146
ca5c20b6 41472010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 4148 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
4149
4150 * gdb.texinfo (Basic Python): Describe post_event API.
4151
cb2e07a6
PM
41522010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4153
4154 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 4155 decode_line Python APIs
cb2e07a6 4156
464b3efb
TT
41572010-08-10 Tom Tromey <tromey@redhat.com>
4158
4159 * gdb.texinfo (Pretty Printing API): Document
4160 gdb.default_visualizer.
4161
c29c521f
TT
41622010-08-10 Tom Tromey <tromey@redhat.com>
4163
4164 Revert gdb-add-index addition:
4165 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4166
5da1313b
JK
41672010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4168 Eli Zaretskii <eliz@gnu.org>
4169
4170 * gdb.texinfo (Mode Options) <-batch>
4171 (Basic Python) <gdb.execute>: Describe setting width and height.
4172
02d868e8
PP
41732010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4174
4175 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4176
c2bbed2a
TT
41772010-07-30 Tom Tromey <tromey@redhat.com>
4178
4179 * gdb.texinfo (Index Files): Mention gdb-add-index.
4180
6c13bbe1
HZ
41812010-07-30 Hui Zhu <teawater@gmail.com>
4182
4183 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4184 "detach inferior" and "kill inferior".
4185
53a71c06
CR
41862010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4187
4188 * gdb.texinfo (Machine Code): Update description of two forms of
4189 arguments, and add new example to demonstrate the new form.
4190
5374244e
PM
41912010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4192
4193 * gdb.texinfo (Values From Inferior): Add value inferior function
4194 call description.
4195
8ea5bce5
JK
41962010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4197
4198 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4199
c0edd9ed
JK
42002010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4201 Eli Zaretskii <eliz@gnu.org>
4202
4203 Make core files the process_stratum.
4204 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4205 record_stratum example.
4206
9291a0cd
TT
42072010-07-13 Tom Tromey <tromey@redhat.com>
4208
4209 * gdb.texinfo (Index Files): New node.
4210
f5011d11
TT
42112010-07-13 Tom Tromey <tromey@redhat.com>
4212
4213 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4214
0f5238ed
TT
42152010-07-13 Tom Tromey <tromey@redhat.com>
4216
4217 * gdb.texinfo (Specify Location): Document labels.
4218
74c761c1
PA
42192010-07-01 Pedro Alves <pedro@codesourcery.com>
4220
4221 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4222 entries for fast tracepoints and static tracepoints.
4223
501994c0
PA
42242010-07-01 Pedro Alves <pedro@codesourcery.com>
4225
4226 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4227 qsThreadInfo>: Spell out `l' as ell.
4228
0fb4aa4b
PA
42292010-07-01 Pedro Alves <pedro@codesourcery.com>
4230
4231 * gdb.texinfo (Convenience Variables): Document $_sdata.
4232 (Commands to Set Tracepoints): Describe static tracepoints. Add
4233 `Listing Static Tracepoint Markers' menu entry. Document
4234 "strace".
4235 (Tracepoint Action Lists): Document collecting $_sdata.
4236 (Listing Static Tracepoint Markers): New subsection.
4237 (Tracepoints support in gdbserver): Mention static tracepoints.
4238 (remote packets, enabling and disabling): Mention
4239 read-sdata-object.
4240 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4241 and StaticTracepoint.
4242 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4243 Document qXfer:sdata:read.
4244 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4245
dc3b15be
JB
42462010-06-29 Joel Brobecker <brobecker@adacore.com>
4247
4248 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4249
595939de
PM
42502010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4251 Tom Tromey <tromey@redhat.com>
4252 Thiago Jung Bauermann <bauerman@br.ibm.com>
4253
4254 * gdb.texinfo (Inferiors In Python): New node.
4255 * gdb.texinfo (Threads In Python): New node.
4256
9279c692
JB
42572010-06-28 Joel Brobecker <brobecker@adacore.com>
4258
4259 * gdb.texinfo (Python): Document what the python directory is
4260 and what its location is.
4261 (Basic Python): Document the gdb.PYTHONDIR constant.
4262
bc9f0842
TT
42632010-06-25 Tom Tromey <tromey@redhat.com>
4264
4265 PR python/10808:
4266 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4267
f1421989
HZ
42682010-06-24 Hui Zhu <teawater@gmail.com>
4269
4270 * gdb.texinfo: (Commands for Controlled Output): Add
4271 documentation for command "eval".
4272
e4c0cfae
SS
42732010-06-21 Stan Shebs <stan@codesourcery.com>
4274
4275 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4276 * annotate.texinfo: Ditto.
4277 * gdbint.texinfo: Ditto.
4278 * stabs.texinfo: Ditto.
4279
bb08c432
HZ
42802010-06-22 Hui Zhu <teawater@gmail.com>
4281
4282 * gdb.texinfo: (Process Record and Replay): Add documentation
4283 for command "set record memory-query".
4284
4f5d9f07
SS
42852010-06-21 Stan Shebs <stan@codesourcery.com>
4286
4287 * gdb.texinfo: Relicense under GFDL version 1.3.
4288 * annotate.texinfo: Relicense under GFDL version 1.3.
4289 * gdbint.texinfo: Relicense under GFDL version 1.3.
4290 * stabs.texinfo: Relicense under GFDL version 1.3.
4291 * fdl.texi: Update to version 1.3.
4292
6aed2dbc
SS
42932010-06-18 Stan Shebs <stan@codesourcery.com>
4294
a61408f8
SS
4295 * gdb.texinfo (Operating System Auxiliary Information): Describe
4296 "info os" when no arguments given.
4297
6aed2dbc
SS
4298 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4299 $_thread.
4300
24e933df
HZ
43012010-06-18 Hui Zhu <teawater@gmail.com>
4302
4303 * gdb.texinfo: (Process Record and Replay): Add documentation
4304 for commands "record save" and "record restore".
4305
65d79d4b
SDJ
43062010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4307
4308 * gdb.texinfo: Include information about the correct use
4309 of addresses in the `watch' command.
4310
d914c394
SS
43112010-06-11 Stan Shebs <stan@codesourcery.com>
4312
4313 * gdb.texinfo (Observer Mode): New section.
4314 (General Query Packets): Document QAllow.
889bf7c5 4315
967cf477
DE
43162010-06-04 Doug Evans <dje@google.com>
4317
4318 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4319
aaf4119b
DE
43202010-06-03 Doug Evans <dje@google.com>
4321
4322 * gdbint.texinfo (Coding): Add subsection on command names.
4323
9eae7c52
TT
43242010-06-02 Tom Tromey <tromey@redhat.com>
4325
4326 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4327 always-disassemble.
4328
fa593d66
PA
43292010-06-01 Pedro Alves <pedro@codesourcery.com>
4330
4331 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4332 gdbserver, and add cross reference.
4333 (Tracepoints support in gdbserver): New subsection.
4334
dde08ee1
PA
43352010-05-26 Pedro Alves <pedro@codesourcery.com>
4336
4337 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4338 `qRelocInsn' feature.
4339 (Relocate instruction reply packet): New subsection
4340 of `Tracepoint Packets'.
4341 (Tracepoint Packets): Mention that packets QTDP and QTStart
4342 support the qRelocInsn request, and add cross reference to new
4343 subsection.
4344
07ca107c
DE
43452010-05-25 Doug Evans <dje@google.com>
4346
4347 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4348 (Commands In Python): Document gdb.string_to_argv.
4349
c25c4a8b
JK
43502010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4351
4352 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4353 ATTR_NORETURN.
4354
d7b32ed3 43552010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
4356 Tom Tromey <tromey@redhat.com>
4357 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 4358
c25c4a8b 4359 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 4360
6aecb9c2
JB
43612010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4362
4363 * gdb.texinfo: (Summary) Add mention about D language support.
4364 (Filenames): Add D suffixes.
4365 (D): New node.
4366
b7da9e9f
PM
43672010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4368
4369 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4370 of macro deleted from GDB code.
4371
ab38a727
PA
43722010-04-24 Pedro Alves <pedro@codesourcery.com>
4373
4374 * gdb.texinfo (Commands to specify files): Describe what how GDB
4375 looks up DOS-based filesystem paths on the system root. Document
4376 the new `set/show target-file-system-kind' commands.
4377
66d09542
DE
43782010-04-23 Doug Evans <dje@google.com>
4379
4380 * gdb.texinfo (Python): Move Auto-loading section here ...
4381 (Python API): from here.
4382 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4383 (Maintenance Commands): Add docs for "maint print section-scripts".
4384
8bd10a10
CM
43852010-04-20 Chris Moller <cmoller@redhat.com>
4386
4387 * gdb.texinfo (Setting Breakpoints): Added description of
4388 filename-qualified rbreak.
4389 * refcard.tex (Breakpoints and Watchpoints): Added brief
4390 description of filename-qualified rbreak.
4391
4c374409
JK
43922010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4393
4394 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4395 (Python API): Change the reference to Pretty Printing API.
4396 (Pretty Printing): Move the user part under the Data node. Reformat
4397 the sample output to 72 columns. Create a new reference to Pretty
4398 Printing API. Rename the API part ...
4399 (Pretty Printing API): To a new node name.
4400 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4401 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4402
5a9351ae
SS
44032010-04-21 Stan Shebs <stan@codesourcery.com>
4404
4405 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 4406 and commands.
5a9351ae 4407 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 4408
9a22f0d0
PM
44092010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4410
4411 * gdb.texinfo (Examining memory): Update for change in string
4412 display with explicit size.
4413
6149aea9
PA
44142010-04-19 Pedro Alves <pedro@codesourcery.com>
4415
4416 PR breakpoints/8554.
4417
4418 * gdb.texinfo (Save Breakpoints): New node.
4419 (save-tracepoints): Rename to ...
4420 (save tracepoints): ... this. Mention that `save-tracepoints' is
4421 a deprecated alias to `save tracepoints'.
4422
711e434b
PM
44232010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4424
645797a8 4425 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
4426 (info w32 thread-information-block): Document new command.
4427 (qGetTIBAddress): Document new gdbserver query.
4428 (maint set/show show-all-tib): Document new command.
4429
3f7b2faa
DE
44302010-04-15 Doug Evans <dje@google.com>
4431
fa33c3cd
DE
4432 * gdb.texinfo (Python API): Add progspaces section.
4433 (Selecting Pretty-Printers): Progspace pretty-printers are
4434 searched too.
4435 (Progspaces In Python): New section.
4436
3f7b2faa
DE
4437 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4438
79f283fe
PM
44392010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4440
4441 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4442 returns None.
4443
87290684
SS
44442010-04-09 Stan Shebs <stan@codesourcery.com>
4445
4446 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4447 Describe the `frames-created' field, tweak grammar.
4448
a97153c7
PA
44492010-04-09 Pedro Alves <pedro@codesourcery.com>
4450
4451 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4452 Describe the `circular' and `disconnected' fields.
4453
5c5dcc1b
L
44542010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4455
4456 * gdb.texinfo (maint print registers): Mention unavailable and
4457 invisible registers.
4458
adc36818
PM
44592010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4460 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 4461 Tom Tromey <tromey@redhat.com>
adc36818
PM
4462
4463 * gdb.texinfo (Breakpoints In Python): New Node.
4464
33da3f1c
SS
44652010-04-08 Stan Shebs <stan@codesourcery.com>
4466
4467 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4468 trace status fields.
4469
3a13a53b
L
44702010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4471
4472 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4473 optional. Make org.gnu.gdb.i386.avx requires
4474 org.gnu.gdb.i386.avx.
4475
08001717
DE
44762010-04-08 Doug Evans <dje@google.com>
4477
4478 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4479 search path, and document that gdb only scans the search path if
4480 the script's path doesn't specify a directory.
4481
c375651d
DE
44822010-04-05 Doug Evans <dje@google.com>
4483
4484 * gdb.texinfo (maint show python auto-load): Fix typo.
4485
af54718e
SS
44862010-04-04 Stan Shebs <stan@codesourcery.com>
4487
d77f58be
SS
4488 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4489 (Setting Watchpoints): Update description of "info watch".
4490 (Disabling Breakpoints): Only "info break" lists all.
4491
af54718e
SS
4492 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4493 (tdump): Explain how tdump works.
4494
86b17b60
PA
44952010-04-01 Pedro Alves <pedro@codesourcery.com>
4496
4497 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4498 add cross reference.
4499
ff12863f
PA
45002010-03-31 Pedro Alves <pedro@codesourcery.com>
4501
4502 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4503 commands error out.
4504
f68eb612
L
45052010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4506
4507 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4508
c8d5aac9
L
45092010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4510
4511 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4512
7d13fe92
SS
45132010-03-29 Stan Shebs <stan@codesourcery.com>
4514 Nathan Sidwell <nathan@codesourcery.com>
4515
4516 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4517 GDBN equivalent.
4518 (Set Tracepoints): Remove mention that conditional tracepoints
4519 don't exist.
4520 (Tracepoint Actions): Clarify when while-stepping collection
4521 happens, note that while-stepping does not automatically collect
4522 $pc.
4523
409873ef 45242010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 4525
409873ef
SS
4526 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4527 (General Query Packets): Describe TracepointSource.
4528
ee8e71d4
EZ
45292010-03-27 Matt Rice <ratmice@gmail.com>
4530
c8d5aac9
L
4531 * gdb.texinfo (ARM): Document arguments to "target sim".
4532 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 4533
99b5e152
PA
45342010-03-26 Pedro Alves <pedro@codesourcery.com>
4535
4536 * gdb.texinfo (Tracepoint Packets): Remove mention that
4537 terror:string may be plain text, and drop mention of X prefix.
4538
cd64ee31
VP
45392010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4540
4541 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4542
6c28cbf2
SS
45432010-03-24 Stan Shebs <stan@codesourcery.com>
4544
4545 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4546
95a42b64
TT
45472010-03-24 Tom Tromey <tromey@redhat.com>
4548
4549 PR breakpoints/9352:
4550 * gdb.texinfo (Break Commands): Update.
4551
18148017
VP
45522010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4553
4554 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4555 commands.
4556
4daf5ac0
SS
45572010-03-16 Stan Shebs <stan@codesourcery.com>
4558
4559 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4560 circular-trace-buffer.
4561 (Tracepoint Packets): Describe QTBuffer, and details of the
4562 qTStatus reply.
4563
c9429232
SS
45642010-03-12 Stan Shebs <stan@codesourcery.com>
4565 Nathan Sidwell <nathan@codesourcery.com>
4566
4567 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4568 doing instruction stepping.
4569 (Tracepoint Restrictions): New node.
4570
ccefe4c4
TT
45712010-03-10 Tom Tromey <tromey@redhat.com>
4572
4573 * gdbint.texinfo (Symbol Handling): Update.
4574
7c953934
TT
45752010-03-08 Tom Tromey <tromey@redhat.com>
4576
4577 PR cli/9591:
4578 * gdb.texinfo (Mode Options): Mention lack of pagination and
4579 confirmation with --batch.
4580 (Screen Size): Mention --batch.
4581 (Messages/Warnings): Likewise.
4582
f870a310
TT
45832010-03-05 Tom Tromey <tromey@redhat.com>
4584
4585 * gdb.texinfo (Basic Python): Document target_charset and
4586 target_wide_charset.
4587
78e2826b
TT
45882010-03-05 Tom Tromey <tromey@redhat.com>
4589
4590 * gdb.texinfo (Data): Link to pretty-printing.
4591 (Output Formats): Likewise. Correct text.
4592
f5dff777
DJ
45932010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4594
4595 * gdb.texinfo (Types): Describe <struct> and <flags>.
4596
dc00d89f
PM
45972010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4598
4599 * gdb.texinfo (Frames In Python): Add block parameter and
4600 description to read_var text.
4601
5107b149 46022010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 4603 Tom Tromey <tromey@redhat.com>
5107b149
PM
4604
4605 * gdb.texinfo (Types In Python): Describe block argument in
4606 template_argument and gdb.lookup_type.
4607
e03e5e7b
TT
46082010-02-24 Tom Tromey <tromey@redhat.com>
4609
4610 * gdb.texinfo (Cygwin Native): Fix typo.
4611
f3e9a817
PM
46122010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4613
4614 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4615 and select method descriptions.
4616 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4617 Tables in Python to menu.
4618 (Blocks In Python): New node.
4619 (Symbols In Python): New node.
4620 (Symbol Tables in Python): New node.
4621
a79b8f6e
VP
46222010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4623
4624 Multiexec MI
4625
4626 gdb/
4627 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4628
4629 gdb/doc/
4630 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4631 changes.
4632 (GDB/MI Program Execution): Document current behaviour of
4633 --all and --thread-group.
4634 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4635 -remove-inferior.
4636 * observer.texi (inferior_added, inferior_removed): New
4637 observers.
4638
629d6a47
TT
46392010-02-19 Tom Tromey <tromey@redhat.com>
4640
4641 * gdbint.texinfo (Getting Started): Fix @node.
4642 (Debugging GDB): Likewise.
4643
c09529e5
JB
46442010-02-13 Joel Brobecker <brobecker@adacore.com>
4645
4646 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4647 documenting the gdb_test_timeout variable.
4648
540aa8e7
MS
46492010-02-12 Jakob Engblom <jakob@virtutech.com>
4650
4651 * gdb.texinfo (MI commands): Added documentation of --reverse
4652 option to a set of MI commands. Restructured documentation of MI
4653 commands --exec-continue to reflect the complexity of reverse
4654 execution.
4655
081dfbf7
PA
46562010-02-12 Pedro Alves <pedro@codesourcery.com>
4657
4658 * gdb.texinfo (Using the Collected Data): Specify that the address
4659 range of `tfind outsize' is exclusive, and that the address range
4660 of `tfind range' is inclusive.
4661 (Tracepoint Packets): Specify that the address range of
4662 `QTFrame:range' is inclusive, and that the address range of
4663 `QTFrame:outside' is exclusive
4664
8e9c5e02
VP
46652010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4666
4667 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4668
92981e24
TT
46692010-02-10 Tom Tromey <tromey@redhat.com>
4670
4671 * gdb.texinfo (Debugging Output): Document set debug parser and
4672 show debug parser.
4673
075b51b7
L
46742010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4675
4676 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4677 i386_eflags and i386_mxcsr.
4678
3bb8d5c3
L
46792010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4680
4681 * gdb.texinfo: Document i386 target features.
4682
c5f80513
DE
46832010-02-05 Doug Evans <dje@google.com>
4684
4685 * gdbint.texinfo (Testsuite): Add a new section to document the
4686 various DejaGnu variables that may be overridden.
1be00882 4687 Document INTERNAL_GDBFLAGS.
c5f80513 4688
6ac33a4e
TT
46892010-02-04 Tom Tromey <tromey@redhat.com>
4690
4691 PR cli/8830:
4692 * gdb.texinfo (Files): -readnow comes before the filename for file
4693 and symbol-file.
4694
a1dcb23a
DJ
46952010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4696
4697 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4698 Document ARM breakpoint types.
4699 (Register Packet Format): Move into the new section.
4700 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4701
95433b34
JB
47022010-01-21 Joel Brobecker <brobecker@adacore.com>
4703
4704 * gdb.texinfo (File Options): Adjust the documentation of this
4705 switch to refer to the "source" command rather than partially
4706 duplicating some of the relevant information.
4707 (Extending GDB): Introduce and document the set/show script-extension
4708 setting.
4709 (Command Files): Add note explaining that the "source" command
4710 is also used to evalute scripts written in other languages.
4711 Remove the short slightly incorrect reference to sourcing Python
4712 scripts.
4713 (Python Commands): Document how to execute a Python script from GDB.
4714
8d576872
JB
47152010-01-19 Joel Brobecker <brobecker@adacore.com>
4716
4717 * gdb.texinfo (Command Files): Fix typo.
4718
8150ff9c
JB
47192010-01-18 Tom Tromey <tromey@redhat.com>
4720
4721 * gdb.texinfo (File Options): Document -x on .py files.
4722 (Command Files): Document handling of Python scripts.
4723
23db03a6
JZ
47242010-01-18 Jie Zhang <jie.zhang@analog.com>
4725
4726 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4727
00bf0b85
SS
47282010-01-15 Stan Shebs <stan@codesourcery.com>
4729
4730 * gdb.texinfo (Trace Files): New section.
4731 (Tracepoint Packets): Document QTSave and qTBuffer.
4732 (Trace File Format): New appendix.
4733
be759fcf
PM
47342010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4735
4736 * gdb.texinfo (Values From Inferior): Document lazy_string value
4737 method.
4738 (Python API): Add Lazy strings menu item.
4739 (Lazy Strings In Python): New node.
4740
dc146f7c
VP
47412010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4742
4743 * gdb.texinfo (GDB/MI Thread Information): New.
4744 (GDB/MI Async Records): Document the core field in *stopped.
4745 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4746 documentation
4747 (Process list): Document that osdata document may contain
4748 threads.
4749 (Remote Serial Protocol): Document qXfer:threads.
4750
d5551862
SS
47512010-01-06 Stan Shebs <stan@codesourcery.com>
4752
4753 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4754 disconnected tracing.
4755 (Tracepoint Packets): Document new protocol.
4756
7a697b8d
SS
47572010-01-05 Stan Shebs <stan@codesourcery.com>
4758
4759 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4760 tracepoints.
4761 (Tracepoint Packets): Describe remote protocol for fast
4762 tracepoints.
4763
e6f3ec50
JB
47642010-01-01 Joel Brobecker <brobecker@adacore.com>
4765
4766 Update the "Start of New Year Procedure".
4767 * gdbint.texinfo: Add the list of files that need to be updated
4768 manually. Minor reformatting.
4769
ddc4e9c1
JB
47702010-01-01 Joel Brobecker <brobecker@adacore.com>
4771
4772 * refcard.tex: Update copyright year in header and text.
4773
9d2897ad
JB
47742010-01-01 Joel Brobecker <brobecker@adacore.com>
4775
4776 * agentexpr.texi: Add 2010 to the list of copyright years.
4777 * annotate.texinfo: Likewise.
4778 * gdb.texinfo: Likewise.
4779 * gdbint.texinfo: Likewise.
4780 * observer.texi: Likewise.
4781 * stabs.texinfo: Likewise.
4782
6da95a67
SS
47832009-12-31 Stan Shebs <stan@codesourcery.com>
4784
4785 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 4786
236f1d4d
SS
47872009-12-29 Stan Shebs <stan@codesourcery.com>
4788
4789 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 4790
f61e138d
SS
47912009-12-28 Stan Shebs <stan@codesourcery.com>
4792
4793 * gdb.texinfo (Trace State Variables): New section.
4794 (Tracepoint Packets): Describe trace state variable packets.
4795 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4796 variable bytecodes.
4797
0fe7935b
DJ
47982009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4799
4800 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4801 declarations.
4802
a6b29f87
VP
48032009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4804
4805 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4806 -gdb-exit behaviour.
4807
5e4bde96
JB
48082009-12-20 Joel Brobecker <brobecker@adacore.com>
4809
4810 * gpl.texi: Update to version 3 of the GPL.
4811
a1715244
JB
48122009-12-20 Joel Brobecker <brobecker@adacore.com>
4813
4814 * Makefile.in: Update copyright header.
4815 * observer.texi: Fix the copyright header of the generated files.
4816
361ae042
PM
48172009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4818
4819 * gdb.texinfo (Types In Python): Describe range function.
4820
bfd31e71
PM
48212009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4822
4823 * gdb.texinfo (Types In Python): Describe "is_base_class".
4824
57a1d736
TT
48252009-12-03 Tom Tromey <tromey@redhat.com>
4826
4827 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4828
8cebebb9
PP
48292009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4830
4831 * observer.texi: New memory_changed observer.
4832
16af530a
TT
48332009-12-01 Tom Tromey <tromey@redhat.com>
4834
4835 * gdb.texinfo (Reverse Execution): Fix typo.
4836
b6199126
DJ
48372009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4838
4839 PR gdb/8704
4840
4841 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4842 are allowed after the breakpoint condition.
4843
7a6973ad
TT
48442009-11-23 Tom Tromey <tromey@redhat.com>
4845
4846 PR python/10782:
4847 * gdb.texinfo (Types In Python): Document Type.pointer.
4848
21a0512e
PP
48492009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4850
4851 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 4852
a5832c8f
PA
48532009-11-11 Pedro Alves <pedro@codesourcery.com>
4854
4855 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4856 (Using Agent Expressions): Delete cross reference.
4857
1eb7cd77
JB
48582009-11-07 Joel Brobecker <brobecker@adacore.com>
4859
4860 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4861 and @settitle directives up to help makeinfo find them.
4862
24ddea62
JK
48632009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4864
4865 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4866 (Auto-loading): Use plural and note one can use multiple components now.
4867
3afae151
VP
48682009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4869
4870 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4871 -stack-list-arguments have the same documentation for parameter
4872 as -stack-list-locals. Add comas.
4873
14ff2235
PM
48742009-10-27 Tom Tromey <tromey@redhat.com>
4875 Eli Zaretskii <eliz@gnu.org>
4876
c8d5aac9 4877 PR python/10781
14ff2235
PM
4878
4879 * gdb.texinfo (Values From Inferior): Document cast method.
4880
9c419145
PP
48812009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4882
4883 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4884 and adjust example.
889bf7c5 4885
29153c24
MS
48862009-10-22 Michael Snyder <msnyder@vmware.com>
4887
4888 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 4889 info record command. Also document the new save and restore
29153c24
MS
4890 commands.
4891
2b28d209
PP
48922009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4893
4894 * gdb.texinfo (Machine Code): Mention current pc marker.
4895 (Memory): Likewise.
4896
6c95b8df
PA
48972009-10-19 Pedro Alves <pedro@codesourcery.com>
4898 Stan Shebs <stan@codesourcery.com>
4899
4900 * observer.texi (new_inferior): Rename to...
4901 (inferior_appeared): ... this.
4902
4903 * gdb.texinfo (Inferiors): Rename node to ...
4904 (Inferiors and Programs): ... this. Mention running multiple
4905 programs in the same debug session.
4906 <info inferiors>: Mention the new 'Executable' column if "info
4907 inferiors". Update examples. Document the "add-inferior",
4908 "clone-inferior", "remove-inferior" and "maint info
4909 program-spaces" commands.
4910 (Process): Rename node to...
4911 (Forks): ... this. Document "set|show follow-exec-mode".
4912
2f8132f3
MS
49132009-10-11 Michael Snyder <msnyder@vmware.com>
4914
4915 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4916 (ReverseContinue): Ditto.
4917
cba4b2d3
PP
49182009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4919
4920 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 4921
da082f17
JK
49222009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4923
4924 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4925
08be9d71
ME
49262009-10-06 Michael Eager <eager@eagercon.com>
4927
4928 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4929 (Embedded Processors): Add MicroBlaze.
4930 (MicroBlaze): New. Describe Xilinx MicroBlaze
4931
08a0efd0
PA
49322009-10-04 Pedro Alves <pedro@codesourcery.com>
4933
4934 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4935
cbb8f428
EZ
49362009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4937
4938 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4939
30a4a70c
JB
49402009-09-23 Joel Brobecker <brobecker@adacore.com>
4941
4942 * observer.texi (solib_unloaded): Document explicitly the fact that
4943 this observer is called before the associated symbols are unloaded.
4944
b3372f91
VP
49452009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4946
4947 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4948 -stack-list-variables.
4949
f43030c4
TT
49502009-09-18 Tom Tromey <tromey@redhat.com>
4951
4952 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4953 is experimental.
4954
ec7e75e7
PP
49552009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4956
4957 * gdb.texinfo (convenince variables): Mention
4958 $_siginfo could be empty.
f43030c4 4959
0cc7d26f
TT
49602009-09-15 Tom Tromey <tromey@redhat.com>
4961
4962 * gdb.texinfo (GDB/MI Variable Objects): Document
4963 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4964 Expand -var-update documentation.
4965
a96d9b2e
SDJ
49662009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4967
4968 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4969 feature.
4970
005ca36a
JB
49712009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4972
4973 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4974
0d772ac9
MS
49752009-09-10 Michael Snyder <msnyder@vmware.com>
4976
4977 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4978 ReverseStep replies to the qSupported query.
4979
14fb1bac
JB
49802009-09-10 Joel Brobecker <brobecker@adacore.com>
4981
4982 Add documentation for set/show interactive-mode.
4983 * gdb.texinfo (Other Misc Settings): New node.
4984
29b090c0
DE
49852009-09-01 Doug Evans <dje@google.com>
4986
4987 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4988 non-stop mode's affect on remote caching.
4989
4e5d721f
DE
49902009-08-31 Jacob Potter <jdpotter@google.com>
4991 Doug Evans <dje@google.com>
4992
4993 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4994 Mark `set/show remotecache' options as obsolete.
4995 Document new `set/show stack-cache' option.
4996 Update text for `info dcache'.
4997
55333a84
DE
49982009-08-27 Doug Evans <dje@google.com>
4999
5000 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5001 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5002
bc3a0b4d
RW
50032009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5004
5005 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5006 about autoconf.
5007
3a1ff0b6
PA
50082009-08-25 Pedro Alves <pedro@codesourcery.com>
5009
5010 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5011 small example, and describe its columns. Replace "inferior-id" by
5012 "infno" throughout.
5013
81ecdfbb
RW
50142009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5015
af542c2e
RW
5016 * gdbint.texinfo (Releasing GDB): Point to
5017 README-maintainer-mode file for required autoconf version.
5018 * configure.ac: Do not substitute datarootdir, htmldir,
5019 pdfdir, docdir. Do not process --with-datarootdir,
5020 --with-htmldir, --with-pdfdir, --with-docdir.
5021 * configure: Regenerate.
5022
81ecdfbb
RW
5023 * configure: Regenerate.
5024
4efc6507
DE
50252009-08-20 Reid Kleckner <reid@kleckner.net>
5026
5027 * gdb.texinfo: Add chapter on JIT interface.
5028
43089a6e
NR
50292009-08-07 Nick Roberts <nickrob@snap.net.nz>
5030
5031 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 5032 confirmation request.
43089a6e 5033
99e008fe
EZ
50342009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5035
c8d5aac9
L
5036 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5037 CRC definitions.
99e008fe 5038
48cb2d85
VP
50392009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5040
5041 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 5042 -break-commands.
48cb2d85 5043
ff1a52c6
UW
50442009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5045
5046 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5047 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5048
3285f3fe
UW
50492009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5050
5051 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5052 "set spu stop-on-load" and "show spu stop-on-load" commands.
5053
e35359c5
UW
50542009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5055
5056 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5057
58d6951d
DJ
50582009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5059
5060 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5061 org.gnu.gdb.arm.neon.
5062
08d16641
PA
50632009-07-20 Pedro Alves <pedro@codesourcery.com>
5064
5065 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5066 optional element.
5067 (subsection OS ABI): New subsection.
5068
782b2b07
SS
50692009-07-14 Stan Shebs <stan@codesourcery.com>
5070
5071 * gdb.texinfo (Tracepoint Conditions): New section.
5072 (General Query Packets): Describe ConditionalTracepoints.
5073 (Tracepoint Packets): Describe condition field.
5074 (Maintenance Commands): Describe maint agent-eval.
5075 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5076
9b117ef3
HZ
50772009-07-11 Hui Zhu <teawater@gmail.com>
5078
5079 * gdb.texinfo (disassemble): Add a new modifier /r
5080 to "disassemble" command to make it print the raw instructions
5081 in hex as well as in symbolic form.
5082
f5a33284
TT
50832009-07-09 Tom Tromey <tromey@redhat.com>
5084
5085 * gdbint.texinfo (Testsuite): Document parallel make check.
5086
812f7342
TT
50872009-07-09 Tom Tromey <tromey@redhat.com>
5088
5089 * gdbint.texinfo (Testsuite): Document test transcripts.
5090
fbb8f299
PM
50912009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5092
5093 * gdb.texinfo (Values From Inferior): Add length parameter
5094 description.
5095
dd8f35ac
EZ
50962009-07-04 Chris Genly <chris@genly.us>
5097
5098 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5099 in -var-list-children. Fix example according to what the code
5100 does.
5101
2277426b
PA
51022009-07-02 Pedro Alves <pedro@codesourcery.com>
5103
5104 * gdb.texinfo (Debugging multiple inferiors): Document the
5105 "inferior", "detach inferior" and "kill inferior" commands.
5106 (Debugging Programs with Multiple Processes): Adjust to mention
5107 generic "inferior" commands. Delete mention of "detach fork" and
5108 "delete fork". Cross reference to "Debugging multiple inferiors"
5109 section.
5110
a6d9a66e
UW
51112009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5112
5af949e3
UW
5113 * gdbint.texinfo (Item Output Functions): Update signature
5114 for ui_out_field_core_addr.
5115
51162009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5117
5118 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
5119 Update example code extrated from breakpoint.c.
5120
9901a55b 51212009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 5122
9901a55b
PP
5123 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5124 MI commands.
5125 (GDB/MI Symbol Query): Likewise.
5126 (GDB/MI File Commands): Likewise.
5127 (GDB/MI File Transfer Commands): Likewise.
5128 (GDB/MI Target Manipulation): Likewise.
5129 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 5130
edb3359d
DJ
51312009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5132
5133 * gdb.texinfo (Debugging Optimized Code): New chapter.
5134 (Compiling for Debugging): Reference it. Move some
5135 text to the new section.
5136
7cd1089b
PM
51372009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5138
5139 * doc/gdb.texinfo (Calling): Document
5140 set-unwind-on-terminating-exception usage.
5141
d4db2f36
PA
51422009-06-11 Pedro Alves <pedro@codesourcery.com>
5143
5144 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5145 command.
5146
d1a7880c
PA
51472009-06-07 Pedro Alves <pedro@codesourcery.com>
5148
5149 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5150 references.
5151
473f94e6
UW
51522009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5153
5154 * gdbint.texinfo: Rename formal parameters to gdbarch function
5155 protoypes from "current_gdbarch" to "gdbarch".
5156
8f500870
TT
51572009-05-28 Tom Tromey <tromey@redhat.com>
5158
5159 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5160
b6313243
TT
51612009-05-27 Tom Tromey <tromey@redhat.com>
5162
5163 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5164 feature.
5165 (GDB/MI Variable Objects): Document -var-set-visualizer.
5166
51672009-04-02 Tom Tromey <tromey@redhat.com>
5168
5169 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5170 feature.
5171 (GDB/MI Variable Objects): Document -var-set-visualizer.
5172
a6bac58e
TT
51732009-05-27 Tom Tromey <tromey@redhat.com>
5174 Thiago Jung Bauermann <bauerman@br.ibm.com>
5175 Phil Muldoon <pmuldoon@redhat.com>
5176
5177 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5178 (Pretty Printing): New node.
5179 (Selecting Pretty-Printers): Likewise.
5180 (Python API): Update.
5181 (Output Formats): Document /r format.
5182
2c74e833
TT
51832009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5184 Tom Tromey <tromey@redhat.com>
5185
5186 * gdb.texinfo (Types In Python): New node.
5187 (Values From Inferior): "type" is now an attribute.
5188 (Python API): Update.
5189
89c73ade
TT
51902009-05-27 Tom Tromey <tromey@redhat.com>
5191 Thiago Jung Bauermann <bauerman@br.ibm.com>
5192 Phil Muldoon <pmuldoon@redhat.com>
5193
5194 * gdb.texinfo: Add @syncodeindex for `tp'.
5195 (Python API): Update.
5196 (Auto-loading): New node.
5197 (Objfiles In Python): New node.
5198
17a37d48
PP
51992009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5200
5201 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 5202
6718376f
NR
52032009-05-15 Nick Roberts <nickrob@snap.net.nz>
5204
5205 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5206
cbe54154
PA
52072009-05-12 Pedro Alves <pedro@codesourcery.com>
5208
5209 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5210 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5211 show show-debug-regs' docs.
5212
8e05493c
EZ
52132009-05-08 Eli Zaretskii <eliz@gnu.org>
5214
5215 * gdb.texinfo (Process Record and Replay): Add description of
5216 reverse execution.
5217
b39f4988
JB
52182009-05-07 Joel Brobecker <brobecker@adacore.com>
5219
5220 * gdbint.texinfo (Adding support for debugging core files): New node.
5221 (Native Debugging): Remove the ``Native core file Support'' section.
5222
a2311334
EZ
52232009-05-01 Eli Zaretskii <eliz@gnu.org>
5224
5225 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5226 Add index entries.
5227
53cc454a 52282009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 5229 Michael Snyder <msnyder@vmware.com>
53cc454a 5230
a2311334
EZ
5231 * gdb.texinfo: (Process Record and Replay): Add documentation for
5232 process record and replay.
53cc454a 5233
484086b7
JK
52342009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5235
5236 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5237 a new part on command-line defined macros.
5238
32ae1842
EZ
52392009-04-25 Eli Zaretskii <eliz@gnu.org>
5240
5241 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5242 clarify the wording.
5243
b14b1491
TT
52442009-04-23 Tom Tromey <tromey@redhat.com>
5245
5246 * gdb.texinfo (Data Files): New node.
5247 (GDB Files): Update menu.
5248
5c1e86e1
JB
52492009-04-23 Joel Brobecker <brobecker@adacore.com>
5250
5251 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 5252 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 5253
83eba9b7
VP
52542009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5255
5256 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5257
e31198c4
HZ
52582009-04-22 Hui Zhu <teawater@gmail.com>
5259
5260 * gdb.texinfo (disassemble-next-line): Set the default of
5261 disassemble-next-line to off.
5262
26e251b6
JM
52632009-04-21 Joseph Myers <joseph@codesourcery.com>
5264
5265 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5266 --with-htmldir): New.
5267 * configure: Regenerate.
5268 * Makefile.in (datarootdir, docdir): Define.
5269 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5270 instead of $(SET_TEXINPUTS).
5271 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5272 gdbint.info instead of $(SET_TEXINPUTS).
5273 (gdbint/index.html): Use same -I options as for building
5274 gdbint.info.
5275 (stabs.dvi, stabs.pdf): Use same -I options as for building
5276 stabs.info instead of $(SET_TEXINPUTS).
5277 (stabs/index.html): Use same -I options as for building
5278 stabs.info.
5279 (annotate.dvi, annotate.pdf): Use same -I options as for building
5280 annotate.info instead of $(SET_TEXINPUTS).
5281 (annotate/index.html): Use same -I options as for building
5282 annotate.info.
5283
eac35c4e
DD
52842009-04-21 David Daney <ddaney@caviumnetworks.com>
5285
5286 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5287
29b0e8a2
JM
52882009-04-21 Joseph Myers <joseph@codesourcery.com>
5289
5290 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5291
2b831889 52922009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 5293 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
5294
5295 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5296 (MAKEHTMLFLAGS): Set to empty.
5297 (html__strip_dir): Define.
5298 (HTMLFILES): Define.
5299 (HTMLFILES_INSTALL): Define.
5300 (install-html): Copy new automake rule.
5301 (html): Depend on $(HTMLFILES).
5302 (gdb_toc.html): Rename to gdb/index.html.
5303 (gdbint_toc.html): Rename to gdbint/index.html.
5304 (stabs_toc.html): Rename to stabs/index.html.
5305 (annotate_toc.html): Rename to annotate/index.html.
5306
89a34d1b
JM
53072009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5308
5309 * Makefile.in: Set pdfdir and htmldir from configure
5310 substitutions.
5311 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5312 * configure: Regenerate.
5313
a2d5da46
JB
53142009-04-16 Joel Brobecker <brobecker@adacore.com>
5315
5316 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5317 This macro is no longer used.
5318
732f6a93
TT
53192009-04-15 Tom Tromey <tromey@redhat.com>
5320
5321 * gdb.texinfo (Character Sets): Document default character set.
5322
87f9adc1
PM
53232009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5324
5325 * gdbint.texinfo: Change server name from sources.redhat.com to
5326 sourceware.org throughout.
5327
2c88c651
JB
53282009-04-09 Joel Brobecker <brobecker@adacore.com>
5329
5330 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5331 about a missing dot or coma after @xref.
5332
4f5376b2
JB
53332009-04-02 Joel Brobecker <brobecker@adacore.com>
5334
5335 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5336 example, and add a small explanation about it.
5337 (Print Settings): Change the documentation of the "set print
5338 frame-arguments" to reflect the fact that the default is now "scalars".
5339
a0381d3a
JB
53402009-04-02 Joel Brobecker <brobecker@adacore.com>
5341
5342 * gdb.texinfo (Print Settings): Add kindex for command "set
5343 print frame-arguments".
5344
45ac276d
JB
53452009-03-31 Joel Brobecker <brobecker@adacore.com>
5346
5347 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5348 breakpoints.
5349 (Set Breaks): Add reference to thread-specific and task-specific
5350 breakpoints.
5351
32cd1edc
JB
53522009-03-31 Joel Brobecker <brobecker@adacore.com>
5353
5354 * gdb.texinfo (Ada Tasks): Remove the documentation about
5355 the "Running" state, as this state has been eliminated.
5356 Now all runnable tasks are shown as "Runnable".
5357
1042e4c0
SS
53582009-03-30 Stan Shebs <stan@codesourcery.com>
5359
5360 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5361 special case of breakpoints.
5362 (Enable and Disable Tracepoints): Mention deprecation.
5363 (Listing Tracepoints): Update description and example.
5364
f8f6f20b
TJB
53652009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5366
5367 * gdb.texinfo (Frames in Python): New node.
5368 (Python API): Update.
5369
c0c6f777
TJB
53702009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5371
5372 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5373 from a method to an attribute.
5374
def2b000
TJB
53752009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5376
5377 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5378 attribute.
5379
a07daef3
PA
53802009-03-25 Pedro Alves <pedro@codesourcery.com>
5381
5382 * observer.texi (thread_exit): Add "silent" parameter.
5383
f3b1572e
PA
53842009-03-22 Pedro Alves <pedro@codesourcery.com>
5385
5386 * observer.texi (about_to_proceed): New.
5387
587afa38
EZ
53882009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5389
5390 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5391 field throughout to handle types with spaces in them. Fix typos
5392 found by aspell.
5393 (Summary, Requirements, Contributors): New first chapter,
5394 "Summary" added, old Requirements section moved there, and new
5395 section, "Contributors" added.
5396 (Initializing a New Architecture, Register Representation)
5397 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5398 (Porting gdb): These sections extended and updated.
5399 (Compiler Characteristics): This section (empty) deleted.
5400 (Defining Other Architecture Features): This section renamed and
5401 duplicate material removed from (formerly "Target Conditionals").
5402 Use braces {} in @deftypeXX type field throughout to handle types
5403 with spaces in them. Typos found by aspell fixed.
5404
5405 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5406 * stack_frame.pdf: Version of image for PDF output.
5407 * stack_frame.png: Version of image for HTML output and for Emacs.
5408 * stack_frame.txt: Version of image for Info output.
1db61298 5409 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 5410
10af6951
EZ
54112009-03-21 Eli Zaretskii <eliz@gnu.org>
5412
5413 * gdb.texinfo (Character Sets): Fix last change.
5414
cc924cad
TJB
54152009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5416
5417 * gdb.texinfo (Values From Inferior): Fix optional arguments
5418 markup.
5419 (Commands In Python): Adjust argument names of gdb.Command.__init__
5420 to what the function accepts as keywords.
5421
bc3b79fd
TJB
54222008-03-20 Tom Tromey <tromey@redhat.com>
5423
5424 * gdb.texinfo (Convenience Vars): Document convenience functions.
5425 (Functions In Python): New node.
5426 (Python API): Update.
5427
6c7a06a3
TT
54282009-03-20 Tom Tromey <tromey@redhat.com>
5429
5430 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5431 set target-wide-charset.
5432 (Requirements): Mention iconv.
5433
b646ddd4
HZ
54342009-03-17 Hui Zhu <teawater@gmail.com>
5435
5436 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5437
91440f57
HZ
54382009-03-17 Hui Zhu <teawater@gmail.com>
5439
5440 * gdb.texinfo: Add documentation for disassemble-next-line.
5441
8fd41227
TJB
54422009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5443
5444 * gdb.texinfo (Commands In Python): Remove tindex entries.
5445
61ff14c6
JK
54462009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5447
5448 * gdb.texinfo (Returning): New description for missing debug info.
5449
0b16c5cf
PA
54502009-03-14 Pedro Alves <pedro@codesourcery.com>
5451
5452 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 5453 (General Query Packets): Document qAttached.
0b16c5cf 5454
32fc0df9
PA
54552009-03-05 Pedro Alves <pedro@codesourcery.com>
5456
5457 * gdb.texinfo (Background Execution): Better describe the set
5458 target-async command.
5459 (Maintenance Commands): Delete description of the `maint set/show
5460 linux-async' and `maint set/show remote-async' commands.
5461
134eb42c
VP
54622009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5463
5464 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5465 between sentences.
5466
c86cf029
VP
54672009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5468
5469 * gdb.texinfo (GDB/MI Async Records): Document the
5470 =library-loaded and =library-unloaded notifications.
5471
3ea85240
VP
54722009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5473
5474 * observer.texi (test_notification): New observer.
5475
1d33d6ba
VP
54762009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5477
61ff14c6
JK
5478 * observer.texi: Add parameter 'print_frame' to normal_stop
5479 observer.
1d33d6ba 5480
d721c933
EZ
54812009-02-07 Eli Zaretskii <eliz@gnu.org>
5482
5483 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5484 (Commands In Python): Fix COMMAND_* constants in last change. Use
5485 @kbd for interactive input. Add cross-references and index
5486 entries.
5487
4aa995e1
PA
54882009-02-06 Pedro Alves <pedro@codesourcery.com>
5489
5490 * gdb.texinfo (Signals): Document $_siginfo.
5491 (Convenience Variables): Mention $_siginfo.
5492 (Remote Configuration): Document qXfer:siginfo:read,
5493 qXfer:siginfo:write packets, and the read-siginfo-object,
5494 write-siginfo-object commands.
5495
5f5233d4
PA
54962009-02-06 Pedro Alves <pedro@codesourcery.com>
5497
5498 * gdbint.texinfo (Values): New chapter.
5499
d8906c6f
TJB
55002009-02-06 Tom Tromey <tromey@redhat.com>
5501
5502 * gdb.texinfo (Python API): Add entry for Commands In Python.
5503 (Commands In Python): New node.
5504
b6cb8e7d
TJB
55052009-02-05 Tom Tromey <tromey@redhat.com>
5506
5507 * gdb.texinfo (Values From Inferior): Document Value.string.
5508
12453b93
TJB
55092009-02-05 Tom Tromey <tromey@redhat.com>
5510
5511 * gdb.texinfo (Basic Python): Document execute's from_tty
5512 argument.
5513
08c637de
TJB
55142009-02-04 Tom Tromey <tromey@redhat.com>
5515
5516 * gdb.texinfo (Basic Python): Document gdb.history.
5517
592375cd
VP
55182009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5519
5520 * gdb.texinfo (GDB/MI Thread Commands): Document the
5521 'current-thread-id' field. Remove the example with zero threads,
5522 since current GDB won't ever report that if there's inferior.
5523
41447f92
VP
55242009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5525
5526 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5527 option to -break-insert.
5528
098b41a6
JG
55292009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5530 Jerome Guitton <guitton@adacore.com>
5531
5532 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5533 (System-wide configuration): New section.
5534
3c16cced
PA
55352009-01-26 Pedro Alves <pedro@codesourcery.com>
5536
5537 PR gdb/7580:
5538 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5539 internal-error|internal-warning quit|corefile ask|yes|no".
5540
62709adf
PA
55412009-01-26 Pedro Alves <pedro@codesourcery.com>
5542
5543 * gdb.texinfo (Using the `gdbserver' Program): Document
5544 --remote-debug.
5545
7ce58dd2
DE
55462009-01-23 Doug Evans <dje@google.com>
5547
5548 * gdb.texinfo: Add nexti to list of commands that support
5549 background execution.
5550
adb483fe
DJ
55512009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5552
5553 * gdb.texinfo (Define, Hooks): Document prefix command support.
5554
a67ec3f4 55552009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 5556 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
5557
5558 Fixes for makeinfo --html.
5559
5560 * annotate.texinfo: Use @copying and @insertcopying. Use
5561 @ifnottex in place of @ifinfo.
5562 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5563 place of @ifinfo. Use @ifnotinfo for one index entry.
5564 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5565 in place of @ifinfo.
5566 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5567 in place of @ifinfo. Include contents at start unconditionally.
5568
84fcdf95
PA
55692009-01-13 Pedro Alves <pedro@codesourcery.com>
5570
5571 * gdb.texinfo (General Query Packets): Remove @var{} around the
5572 "spu" literal string.
5573
fa3a767f
PA
55742009-01-07 Pedro Alves <pedro@codesourcery.com>
5575
5576 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5577 program may be running in another process" errors.
5578 * gdbint.texinfo (Native Conditionals): Delete
5579 ONE_PROCESS_WRITETEXT description.
5580
9cb011d3
JB
55812009-01-07 Joel Brobecker <brobecker@adacore.com>
5582
5583 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5584 emacs local variable to be placed at the end of the ChangeLog.
5585 Add server.c and gdbreplay.c to the list of files where the
5586 copyright year needs to be updated.
5587
84603566
SL
55882009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5589
5590 * gdb.texinfo (Remote Configuration): Document new
5591 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5592 commands.
5593
a53f55d8
PA
55942008-12-28 Pedro Alves <pedro@codesourcery.com>
5595
5596 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5597 FETCH_INFERIOR_REGISTERS.
5598 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5599 FETCH_INFERIOR_REGISTERS descriptions. Remove
5600 gdbarch_get_longjmp_target descrition, since already described in
5601 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5602 (Target Conditionals): ... here.
5603
077e0a52
JB
56042008-12-16 Joel Brobecker <brobecker@adacore.com>
5605
5606 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5607 examples.
5608 (Additions to Ada): Likewise. Add the missing opening and closing
5609 parenthesis of the GDB prompt in one of the examples.
5610
023eb17c
JB
56112008-12-14 Joel Brobecker <brobecker@adacore.com>
5612
5613 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5614 about the result of 'Address not being of type System.Address.
5615 This problem has been fixed a while ago.
5616
c3b108f7
VP
56172008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5618
5619 MI non-stop and multiprocess docs.
5620
c8d5aac9
L
5621 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5622 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5623 Adjust documentation for *stopped, document =thread-created,
5624 =thread-exited, =thread-group-created and =thread-group-exited.
5625 (GDB/MI Thread Commands): Document the 'state' field in
5626 -thread-info output.
5627 (GDB/MI Program Execution): Mention --all and --thread-group
5628 options.
5629 (GDB/MI Variable Objects): Describe floating and fixed variable
5630 objects.
5631 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 5632
07e059b5
VP
56332008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5634
c8d5aac9
L
5635 * gdb.texinfo (Operating System Information): New appendix.
5636 (Operating System Auxiliary Information): Document 'info os processes'
5637 (Remote Configuration): Document 'osdata'
5638 (General Query Packets): Document qXfer:osdata:read.
07e059b5 5639
a80b95ba
TG
56402008-11-27 Tristan Gingold <gingold@adacore.com>
5641
5642 * gdb.texinfo (Darwin): Document Darwin specific features.
5643
a655d424
JK
56442008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5645
5646 * gdbint.texinfo (Target Conditionals): Extend the
5647 gdbarch_breakpoint_from_pc description.
5648
249e1128
VP
56492008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5650
5651 * gdb.texinfo (M68K Features): Fix typo.
5652
c14c28ba
PP
56532008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5654
5655 * gdb.texinfo (Symbols): Mention printing containing
5656 image name in "info symbol".
5657 (Maint translate-address): Likewise.
889bf7c5 5658
394a6666
JB
56592008-11-18 Joel Brobecker <brobecker@adacore.com>
5660
5661 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5662 commands "catch load" and "catch unload".
5663
66bb093b
VP
56642008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5665
5666 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 5667 =thread-selected.
889bf7c5 5668
4a92f99b
VP
56692008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5670
c8d5aac9 5671 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 5672
f0323ca0
PA
56732008-10-27 Pedro Alves <pedro@codesourcery.com>
5674
5675 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5676 .mt files, TM_CLIBS or TM_CDEPS.
5677 (x86 Watchpoints): Don't mention TDEPFILES.
5678
8b23ecc4
SL
56792008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5680
5681 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5682 (Overview): Mention notifications and non-stop mode behavior.
5683 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5684 with non-stop mode behavior. Add vStopped description.
5685 (Stop Reply Packets): Update list of packets that return
5686 stop replies. Mention non-stop behavior.
5687 (General Query Packets): Document QNonStop packet and associated
5688 qSupported query response.
5689 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5690 behavior.
5691 (Notification Packets): New section.
5692 (Remote Non-Stop): New section.
5693 (File-I/O Overview): Mention non-stop behavior.
5694
fff08868
HZ
56952008-10-24 Hui Zhu <teawater@gmail.com>
5696 Pedro Alves <pedro@codesourcery.com>
5697
5698 * gdb.texinfo (displaced-stepping): Describe the auto mode
5699 setting, and say it's the default. This is now a mainstream
5700 setting instead of a maintenance setting.
5701
252fbfc8
PA
57022008-10-23 Pedro Alves <pedro@codesourcery.com>
5703
5704 * observer.texi (thread_stop_requested): New.
5705
20924a55
JB
57062008-10-22 Joel Brobecker <brobecker@adacore.com>
5707
5708 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5709 (Patching): Replace incorrect usage of @samp by @kbd.
5710
bacec72f
MS
57112008-10-17 Michael Snyder <msnyder@vmware.com>
5712
5713 * gdb.texinfo: Add documentation for reverse execution.
5714
a08702d6 57152008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 5716 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
5717
5718 * gdb.texinfo. (Values From Inferior): New subsubsection.
5719
d97bc12b
DE
57202008-10-06 Doug Evans <dje@google.com>
5721
5722 * gdb.texinfo (set debug dwarf2-die): Document it.
5723
87f67dba
JB
57242008-10-01 Joel Brobecker <brobecker@adacore.com>
5725
5726 * gdb.texinfo (catch) [exception]: Document how to insert
5727 a breakpoint on user-defined exceptions when the exception
5728 name is identical to one of the language-defined ones.
5729
2fae03e8
TT
57302008-09-27 Tom Tromey <tromey@redhat.com>
5731
5732 * gdb.texinfo (Macros): Remove text about stringification,
5733 varargs, and splicing.
5734
5c6ce71d
TT
57352008-09-27 Tom Tromey <tromey@redhat.com>
5736
5737 * gdbint.texinfo (Language Support): Remove text about omitting
5738 support for a language.
5739
07128da0
DE
57402008-09-23 Doug Evans <dje@google.com>
5741
5742 * gdb.texinfo (info dcache): Update.
5743
b90a069a
SL
57442008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5745
5746 * gdb.texinfo (Packets): Add info on thread-id syntax and
5747 multiprocess extensions.
5748 <D>: Document multiprocess form of packet.
5749 <H>: Use thread-id syntax.
5750 <T>: Likewise.
5751 <vCont>: Likewise. Note this is required for multiprocess.
5752 <vKill>: New packet.
5753 (Stop Reply Packets) <T>: Use thread-id syntax.
5754 <W>: Document multiprocess form of reply.
5755 <X>: Likewise.
5756 (General Query Packets) <qC>: Use thread-id syntax.
5757 <qfThreadInfo>: Likewise.
5758 <qGetTLSAddr>: Likewise.
5759 <qP>: Likewise.
5760 <qSupported>: Add "multiprocess" feature.
5761 <qThreadExtraInfo>: Use thread-id syntax.
5762
b77209e0
PA
57632008-09-22 Stan Shebs <stan@codesourcery.com>
5764
5765 * gdb.texinfo (Inferiors): New section.
5766
3d0bb823
PA
57672008-09-12 Pedro Alves <pedro@codesourcery.com>
5768
5769 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5770
f8dcfc0a
UW
57712008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5772
5773 * gdbint.texinfo (Target Conditionals): Remove documentation
5774 for gdbarch_name_of_malloc.
5775
8775bb90
MS
57762008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5777
5778 * gdb.texinfo (Interrupts): Mention TCP interface for
5779 sending BREAK.
5780
f1838a98
UW
57812008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5782
5783 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5784 argument prefix to "set sysroot".
5785
158c7665
PH
57862008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5787
5788 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5789 and False.
5790
30e026bb
VP
57912008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5792
c8d5aac9
L
5793 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5794 for possible features of -list-features.
30e026bb 5795
c6ebd6cf
VP
57962008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5797
c8d5aac9 5798 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
5799 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5800
aeac0ff9
VP
58012008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5802
5803 * doc/gdb.texinfo (PowerPC): Fix typo.
5804 (PowerPC features): Fix typo.
5805
5231c1fd
PA
58062008-08-18 Pedro Alves <pedro@codesourcery.com>
5807
5808 * observer.texi (thread_ptid_changed): New.
5809
677c5bb1
LM
58102008-08-18 Luis Machado <luisgpm@br.ibm.com>
5811
5812 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5813 (PowerPC features): Mention feature set for VSX registers.
5814
f3a2dd1a
JB
58152008-08-13 Joel Brobecker <brobecker@adacore.com>
5816
5817 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5818 the direct visibility of all names in user-written packages.
5819
33e5cbd6
PA
58202008-08-13 Pedro Alves <pedro@codesourcery.com>
5821
5822 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5823 setting, and make it the default.
5824 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5825 non-stop script example.
5826
d0384fc4
TJB
58272008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5828
5829 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5830 reference to the "Using Different Register and Memory Data
5831 Representation" section.
5832
a6f3e723
SL
58332008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5834
5835 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5836 (Remote Protocol): Add Packet Acknowledgment to menu.
5837 (Overview): Mention +/- can be disabled, and point to new section
5838 where this is discussed in detail.
5839 (General Query Packets): Document QStartNoAckMode packet, and
5840 corresponding qSupported reply.
5841 (Packet Acknowledgment): New section.
5842
0606b73b
SL
58432008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5844 Pedro Alves <pedro@codesourcery.com>
5845
5846 * gdb.texinfo (Threads): Move paragraph about automatic thread
5847 selection to All-Stop Mode subsection.
5848 (Thread Stops): Reorganize existing material into subsections.
5849 Add introductory blurb and menu.
5850 (Non-Stop Mode): New subsection.
5851 (Background Execution): New subsection.
5852 (Maintenance Commands): Add cross-references from async mode
5853 commands to the new Background Execution section.
5854
d57a3c85
TJB
58552008-08-06 Tom Tromey <tromey@redhat.com>
5856
5857 * gdb.texinfo (Extending GDB): New chapter.
5858 (Sequences): Demoted chapter, now a section under the new
5859 Extending GDB chapter.
5860 (Python): New section.
5861
6d76a53d
SS
58622008-07-31 Stan Shebs <stan@codesourcery.com>
5863
5864 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5865
1f70da6a
SS
58662008-07-29 Stan Shebs <stan@codesourcery.com>
5867
5868 * gdbint.texinfo: General round of cleanup and minor
5869 clarifications.
5870 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5871 (Longjmp Support): Update description to reflect how it is done
5872 for targets without using native header.
5873 (Symbol Handling): Add a little more general explanation.
5874 (COFF, ELF): Mention stabs encapsulation.
5875 (DWARF 3): New section.
5876 (Adding a New Host): Scrub out some obsolete bits.
5877 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5878 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5879 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5880 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5881 SEEK_SET, STOP_SIGNAL, USG.
5882 (Raw and Virtual Register Representations): Ditto for
5883 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5884 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5885 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5886 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5887 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5888 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5889 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5890 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5891 DEPRECATED_USE_STRUCT_CONVENTION.
5892 Describe gdbarch_deprecated_fp_regnum.
5893 Update description of gdbarch_print_insn.
5894 (Adding a New Target): Scrub out obsolete bits.
5895 (Obsolete Conditionals): Remove entire section.
5896
383f836e
TT
58972008-07-25 Tom Tromey <tromey@redhat.com>
5898
5899 * observer.texi (GDB Observers): Document new observers:
5900 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5901 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5902 architecture_changed.
5903
cfd8ab24
SS
59042008-07-21 Stan Shebs <stan@codesourcery.com>
5905
5906 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5907 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5908
781b42b0
TT
59092008-07-21 Tom Tromey <tromey@redhat.com>
5910
5911 * observer.texi (GDB Observers): Remove obsolete comment.
5912 <executable_changed>: Remove argument.
5913
d7d9f01e
TT
59142008-07-18 Tom Tromey <tromey@redhat.com>
5915
5916 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5917
bf250677
DE
59182008-07-10 Doug Evans <dje@google.com>
5919
5920 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5921
10568435
JK
59222008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5923
5924 * gdb.texinfo (Starting): Document "set disable-randomization".
5925
5ae4183a
AS
59262008-07-07 Andreas Schwab <schwab@suse.de>
5927
5928 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5929
b56e7235
VP
59302008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5931
5932 * gdb.texinfo (GDB/MI Target Manipulation): Add
5933 example of -target-attach.
5934
e1ac3328
VP
59352008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5936
5937 * observer.texi (target_resumed): New observer.
5ae4183a 5938 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 5939
65d12d83
TT
59402008-06-06 Tom Tromey <tromey@redhat.com>
5941
5942 * gdb.texinfo (Completion): Add field name example.
5943
fbc5282e
MK
59442008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5945
5946 * gdb.texinfo (GDB/MI Program Context): Added example
5947 to -exec-arguments
5ae4183a 5948
fbc5282e 59492008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
5950
5951 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5952 annotation.
5953
c16158bc 59542008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
5955 Nathan Sidwell <nathan@codesourcery.com>
5956 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
5957
5958 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5959 and ACX_BUGURL.
5960 * configure: Regenerate.
5961 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5962 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5963 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5964 mailing-list-specific text about bug reporting unless
5965 BUGURL_DEFAULT.
5966
75c99385
PA
59672008-06-05 Pedro Alves <pedro@codesourcery.com>
5968
5969 * gdb.texinfo (-target-select): Remove reference to target async.
5970 (Maintenance Commands): Document "maint set/show remote-async".
5971
1763a388
MK
59722008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5973
5974 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5975 in -target-file-get section.
5ae4183a 5976
d0d064df
PA
59772008-05-22 Pedro Alves <pedro@codesourcery.com>
5978
9b562ab8
PA
5979 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5980 killing the inferior when it is already debugging a process.
d0d064df 5981
8dfa32fc
JB
59822008-05-21 Joel Brobecker <brobecker@adacore.com>
5983
5984 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5985 abbreviation for "finish".
5986
55f996a7
NR
59872008-05-21 Nick Roberts <nickrob@snap.net.nz>
5988
5989 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5990
ba2b1c56
DJ
59912008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5992
5993 * gdbint.texinfo (Target Conditionals): Delete entry for
5994 gdbarch_dwarf_reg_to_regnum.
5995
08388c79
DE
59962008-05-09 Doug Evans <dje@google.com>
5997
a3c83fae 5998 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 5999
d14508fe
DE
60002008-05-05 Doug Evans <dje@google.com>
6001
6002 * gdb.texinfo (disassemble): Document /m modifier.
6003
e2b7ddea
VP
60042008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6005
5ae4183a
AS
6006 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6007 will not report the time of commands that run the target.
e2b7ddea 6008
8eb41542
VP
60092008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6010
6011 * gdb.texinfo (GDB/MI Output Records): Add
6012 missing semicolon.
6013
82f68b1c
VP
60142008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6015
6016 * gdb.texinfo (GDB/MI Output Records):
6017 Document =thread-create and =thread-exited.
6018
fa0f268d
VP
60192008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6020
6021 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 6022 Remove mention of dmi-discuss.
fa0f268d 6023
063bfe2e
VP
60242008-05-03 Pedro Alves <pedro@codesourcery.com>
6025
6026 * observer.texi (thread_exit): New.
6027
237fc4c9
PA
60282008-05-02 Pedro Alves <pedro@codesourcery.com>
6029
6030 * gdb.texinfo (Debugging Output): Document "set/show debug
6031 displaced".
6032 (Maintenance Commands): Document "maint set/show
6033 can-use-displaced-stepping".
6034
0428b8f5
DJ
60352008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6036
6037 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6038 and set/show arm force-mode.
6039
5009afc5
AS
60402008-05-02 Andreas Schwab <schwab@suse.de>
6041
6042 * gdbint.texinfo (Algorithms): Describe
6043 target_watchpoint_addr_within_range.
6044
669fac23
DJ
60452008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6046
6047 * gdbint.texinfo (Stack Frames): New chapter.
6048 (Algorithms): Move Frames text to the new chapter.
6049 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6050 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6051
721c02de
VP
60522008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6053
5ae4183a
AS
6054 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6055 output does not necessary include any tokens.
721c02de 6056
c055b101
CV
60572008-04-22 Corinna Vinschen <vinschen@redhat.com>
6058
6059 * gdb.texinfo (Set SH Calling convention): New @item.
6060 (Show SH Calling convention): Ditto.
6061
68837c9d
MD
60622008-04-22 Markus Deuling <deuling@de.ibm.com>
6063
6064 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6065
2e9132cc
EZ
60662008-04-20 Eli Zaretskii <eliz@gnu.org>
6067
6068 * gdb.texinfo (Set Breaks): Mention that multiple location
6069 breakpoints need line number info. Add index entries.
6070
31fffb02
CS
60712008-04-19 Craig Silverstein <csilvers@google.com>
6072
6073 * gdb.texinfo (Requirements): Add an optional requirement on
6074 zlib.
6075 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6076 Compressed DWARF 2.
6077
a47ec5fe
AR
60782008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6079
6080 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6081 sample output for 'stopped,reason="breakpoint-hit"' message.
6082 (GDB/MI Program Execution): Likewise.
6083
de051565
MK
60842008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6085
5ae4183a 6086 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
6087 -var-set-format. Add -f option to -var-evaluate-expression.
6088
6ba66d6a
JB
60892008-04-03 Joel Brobecker <brobecker@adacore.com>
6090
6091 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6092 new node "Ambiguous Expressions". Replace references to this
6093 node by references to "Ambiguous Expressions" throughout.
6094 (Ambiguous Expressions): New node.
6095
1e26b4f8
DJ
60962008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6097
6098 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6099
b84876c2
PA
61002008-03-21 Pedro Alves <pedro@codesourcery.com>
6101
6102 * gdb.texinfo (Debugging Output): Document
6103 "set/show debug lin-lwp-async".
6104 (Maintenance Commands): Document "maint set/show linux-async".
6105
63092375
DJ
61062008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6107
6108 * gdb.texinfo (Expressions): Update description of malloced arrays.
6109
8e8901c5
VP
61102008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6111
6112 * gdb.texinfo (Thread Commands): Document
6113 -thread-info. Remove -thread-list-all-threads.
6114
1fddbabb
PA
61152008-03-14 Pedro Alves <pedro@codesourcery.com>
6116 Sandra Loosemore <sandra@codesourcery.com>
6117
6118 * gdb.texinfo (Library List Format): Update to mention the
6119 possibility to pass section addresses instead of segment
6120 addresses.
6121
ccd213ac
DJ
61222008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6123
6124 * gdb.texinfo (Starting): Document "set exec-wrapper".
6125 (Server): Document gdbserver --wrapper.
6126
fa4727a6
DJ
61272008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6128
6129 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6130 unreadable memory. Delete obsolete SPARClite reference.
6131
8edfe269
DJ
61322008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6133
6134 * gdb.texinfo (Starting): Mention always-running targets.
6135 (Target Commands): Add an anchor for load.
6136 (Connecting): Explain continue instead of run.
6137
1843f87b
DJ
61382008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6139
6140 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6141
f9082629
NR
61422008-02-26 Nick Roberts <nickrob@snap.net.nz>
6143
6144 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6145 breakpoint table.
6146
fd96d250
PA
61472008-02-19 Pedro Alves <pedro@codesourcery.com>
6148
6149 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6150 killing the inferior when it is already debugging a process.
6151
36af4ef6
MD
61522008-02-13 Markus Deuling <deuling@de.ibm.com>
6153
6154 * gdbint.texinfo (Build Script): New section. Mention new build script
6155 gdb_buildall.sh.
6156
cda4ce5a
JB
61572008-02-01 Jim Blandy <jimb@red-bean.com>
6158
6159 * gdb.texinfo (Help): Summarize 'info args' correctly.
6160
4acd40f3
TJB
61612008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6162
6163 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6164 available in PowerPC architecture.
6165 (Embedded Processors): Change node name of PowerPC item in menu.
6166 (PowerPC): Rename to...
6167 (PowerPC Embedded): this.
6168 (Architectures): Add new PowerPC item in menu.
6169 (PowerPC): New node.
6170
6e6c6f50
DJ
61712008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6172
6173 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6174 commands.
6175
5ee187d7
DJ
61762008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6177
6178 * gdb.texinfo (Setting Catchpoints): Mention features
6179 supported on GNU/Linux.
6180
e275c0d9
NR
61812008-01-30 Nick Roberts <nickrob@snap.net.nz>
6182
6183 * gdb.texinfo (GDB/MI File Commands): Describe new output
6184 field for MI command -file-list-exec-source-file.
6185
2d717e4f
DJ
61862008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6187
6188 * gdb.texinfo (Using the `gdbserver' Program): Add security
6189 warning. Rearrange into subsections and subsubsections. Document
6190 --multi and --debug. Correct --with-sysroot typo. Update --attach
6191 usage. Make load reference clearer. Document monitor exit.
6192 (Remote Configuration): Document set remote exec-file, attach-packet,
6193 and run-packet.
6194 (Packets): Document vAttach and vRun.
6195
d35a4257 61962008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
6197
6198 * gdb.texinfo (Processes): Mention process command.
889bf7c5 6199 detach-on-follow -> detach-on-fork.
f663676d 6200
c78d192c
DJ
62012008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6202
6203 * gdbint.texinfo (Native Conditionals): Remove
6204 SHELL_COMMAND_CONCAT and SHELL_FILE.
6205
d35a4257
EZ
62062008-01-26 Eli Zaretskii <eliz@gnu.org>
6207
6208 * gdb.texinfo (Specify Location): Improve wording.
6209
93815fbf
VP
62102008-01-23 Chris Demetriou <cgd@google.com>
6211
6212 * gdb.texinfo (Threads): Document new "set print thread-events"
6213 and "show print thread-events" commands.
6214
2a25a5ba
EZ
62152008-01-19 Eli Zaretskii <eliz@gnu.org>
6216
6217 * gdb.texinfo (Specify Location): New section.
6218 (Delete Breaks, Edit, Set Breaks): Remove description of
6219 locations. Instead, add a reference to "Specify Location".
6220 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6221 (Symbols): Refer to "Specify Location" for the valid forms of
6222 linespecs and locations.
6223
32c9a795
MD
62242008-01-18 Markus Deuling <deuling@de.ibm.com>
6225
6226 * gdbint.texinfo (Target Conditionals): Replace the description of
6227 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6228
b17828ca
JB
62292008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6230
6231 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6232 about &&var, which is rejected by the expression parser.
6233
0aea4bf3
LM
62342008-01-09 Luis Machado <luisgpm@br.ibm.com>
6235
6236 * gdb.texinfo (Output): Update documentation on using printf with DFP
6237 types.
6238
febe4383
TJB
62392008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6240
6241 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6242 subsubsection.
6243 (Decimal Floating Point format): New subsubsection.
6244
7a404eba
PA
62452008-01-05 Pedro Alves <pedro@codesourcery.com>
6246
6247 * gdb.texinfo (File Options): Remove mention of the attempt to
6248 open a core file with the -p option. Don't list -c as a valid
6249 option to attach to a process.
6250
a4d9b460
PA
62512008-01-05 Pedro Alves <pedro@codesourcery.com>
6252
6253 * gdbint.texinfo (Host Conditionals): Remove mention of
6254 ALIGN_STACK_ON_ENTRY.
6255
6ec2edbe
JB
62562008-01-05 Joel Brobecker <brobecker@adacore.com>
6257
6258 * gdbint.texinfo (Start of New Year Procedure): Add item
6259 describing how to update the source and documentation copyright
6260 notices.
6261
d8b2a693
JB
62622007-12-18 Jim Blandy <jimb@codesourcery.com>
6263
ab209b3a 6264 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
6265 watchpoint explanation into the main description of the watchpoint
6266 command; update synopses of 'watch', 'rwatch', and 'awatch'
6267 commands.
6268
8b4ed427
VP
62692007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6270
6271 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6272 Document 'pending-breakpoints' feature of
6273 -list-features.
6274
37e4754d
LM
62752007-12-17 Luis Machado <luisgpm@br.ibm.com>
6276
669fac23 6277 * gdb.texinfo: Add new parameter's description.
37e4754d 6278
1d3811f6
DJ
62792007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6280
6281 * gdb.texinfo (Overview): Clarify run-length encoding
6282 example. Remove the restriction on "+" and "-" characters.
6283
c1c25a1a
EZ
62842007-12-15 Eli Zaretskii <eliz@gnu.org>
6285
6286 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6287
afe8ab22 62882007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6289
afe8ab22
VP
6290 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6291 the -f option for -break-insert, remove -r option,
6292 and clarify specification of location.
6293
a6b151f1
DJ
62942007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6295
6296 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6297 formatting.
6298 (Remote Debugging): Add File Transfer section.
6299 (Remote Configuration): Document Host I/O packets.
6300 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 6301 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
6302 (Packets): Add vFile.
6303
3b784c4f
EZ
63042007-11-17 Eli Zaretskii <eliz@gnu.org>
6305
6306 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6307 breakpoints with multiple locations.
6308 (Breakpoint Menus): Improve wording.
6309 (Output): Fix last change.
6310
a4ce5b0d
UW
63112007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6312
6313 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6314
1b39d5c0
DE
63152007-11-15 Doug Evans <dje@google.com>
6316
6317 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6318
7a72d44c
VP
63192007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6320
6321 * gdbint.texinfo (Native Conditionals): Remove
6322 mention of CLEAR_SOLIB.
5ae4183a 6323
6d1829bf 63242007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
6325
6326 * gdb.texinfo (Print Settings): Add documentation for "set/show
6327 print frame-arguments".
6328
1a619819
LM
63292007-11-05 Luis Machado <luisgpm@br.ibm.com>
6330
3b784c4f 6331 * gdb.texinfo (Output): Update printf command's description.
1a619819 6332
55eddb0f
DJ
63332007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6334
6335 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6336 powerpc soft-float".
6337
9cceb671
DJ
63382007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6339
6340 * gdb.texinfo (Files): Correct formatting. Mention Expat
6341 requirement.
6342 (Requirements for Building GDB): Expand the list of Expat
6343 uses.
6344 (Library List Format, Memory Map Format): Mention Expat.
6345 (Target Descriptions): Update Expat wording.
6346
83acabca
DJ
63472007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6348
6349 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6350 Document that gdbarch_convert_register_p should return zero for no-op
6351 conversions.
6352
e35879db
UW
63532007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6354
83acabca 6355 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
6356 of set_gdbarch_sofun_address_maybe_missing back to ...
6357 (Target Conditionals): ... here to fix build break.
6358
203c3895
UW
63592007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6360
83acabca 6361 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
6362 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6363 (Compiler Characteristics): ... documentation of
6364 set_gdbarch_sofun_address_maybe_missing.
6365
11411de3
DJ
63662007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6367
6368 * gdbint.texinfo (Target Conditionals): Use
6369 frame_unwind_register_unsigned in examples instead of
6370 frame_unwind_unsigned_register.
6371
7cc46491
DJ
63722007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6373
6374 * gdb.texinfo (Predefined Target Types): Add int128
6375 and uint128.
6376 (Standard Target Features): Add PowerPC features.
6377
81adfced
DJ
63782007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6379
6380 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6381
c1874924
UW
63822007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6383
6384 * gdbint.texi (Target Conditionals): Remove documentation
6385 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6386 gdbarch_extract_return_value, and gdbarch_store_return_value.
6387
f6e56ab3
UW
63882007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6389
6390 * gdbint.texi (Target Conditionals): Remove documentation of
6391 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6392
56cf5405
KH
63932007-10-11 Kazu Hirata <kazu@codesourcery.com>
6394
6395 * gdb.texinfo: Mention that inaccessible-by-default is on by
6396 default.
6397
35156bae
DJ
63982007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6399
6400 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6401
d983da9c
DJ
64022007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6403
6404 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6405 multi-threaded watchpoints.
6406 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6407 checked. Describe sticky notification. Expand description
6408 of steppable and continuable watchpoints.
6409 (Watchpoints and Threads): New subsection.
6410
fe6fbf8b
VP
64112007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6412
6413 * gdb.texinfo (Setting Breakpoints): Revise
6414 documentation for pending breakpoints. Document
6415 breakpoints with multiple locations.
5ae4183a 6416
084344da
VP
64172007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6418
6419 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6420 Document -list-features.
5ae4183a 6421
82160952
EZ
64222007-09-15 Eli Zaretskii <eliz@gnu.org>
6423
6424 * gdb.texinfo (Output): Spell out which features of C's printf are
6425 not supported by GDB's printf.
7e27a47a
EZ
6426 (Separate Debug Files): More accurate wording regarding build ID
6427 and a reference to the ld manual rather than the Fedora wiki.
82160952 6428
ea37ba09
DJ
64292007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6430 Jim Blandy <jimb@codesourcery.com>
6431
6432 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6433 (Examining Memory): Update mentions of the 's' format.
6434 (Automatic Display): Likewise.
6435
b8533aec
DJ
64362007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6437
6438 * gdb.texinfo: Update the FSF's Back-Cover Text.
6439
83f83d7f
JK
64402007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6441 Eli Zaretskii <eliz@gnu.org>
6442
6443 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6444 Fixed the ``build ID'' name. New binaries build instructions for the
6445 build ID inclusion. Explain how the commands are specific to the build
6446 ID vs. debug link.
6447
c7e83d54
EZ
64482007-09-01 Eli Zaretskii <eliz@gnu.org>
6449
6450 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6451 indexing for ``build ID'' support.
6452
d3750b24
JK
64532007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6454
6455 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6456 Enlisted BUILD ID to the debug file searching example.
6457 Included a BUILD ID `.note.gnu.build-id' section description.
6458 Updated/added the debug files splitting instructions for OBJCOPY.
6459
02142340
VP
64602007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6461
6462 * gdb.texinfo (Variable Objects): Adjust docs
6463 for -var-info-expression and document
6464 -var-info-path-expression.
6465
d3bdde98
JB
64662007-08-20 Jim Blandy <jimb@codesourcery.com>
6467
3fb6a982
JB
6468 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6469 (title page): Include the dedication in the printed manual, as a
6470 separate page after the copyright notice.
5ae4183a 6471
d3bdde98
JB
6472 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6473 don't break a @var across a line.
6474
c80a96a8
MR
64752007-07-25 Maciej W. Rozycki <macro@mips.com>
6476
6477 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6478 for include files.
6479
5824a901
NR
64802007-07-12 Nick Roberts <nickrob@snap.net.nz>
6481
6482 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
6483 in annotate.texinfo.
6484 (Command History): Link to new node.
5824a901 6485
d52e7ea3
UW
64862007-07-05 Markus Deuling <deuling@de.ibm.com>
6487
6488 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6489
5fc14d0a
EZ
64902007-07-05 Eli Zaretskii <eliz@gnu.org>
6491
6492 * gdbint.texinfo (Target Conditionals): Fix last change.
6493
4a9bb1df
UW
64942007-07-03 Markus Deuling <deuling@de.ibm.com>
6495
6496 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6497 routines:
6498 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6499 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6500 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6501 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6502 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6503 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6504 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6505 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6506 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6507 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6508 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6509 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6510 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6511 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6512 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6513 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6514 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6515 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6516 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6517 (SOFTWARE_SINGLE_STEP_P)
6518
6519 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6520 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6521
6522 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6523 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6524 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6525 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6526 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6527 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6528 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6529 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6530 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6531 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6532
6533 (Converting an existing Target Architecture to Multi-arch): Remove
6534 section.
6535
6536 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6537 (gdbarch_addr_bits_remove): Add code example.
6538
6539 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6540
cfa9d6d9
DJ
65412007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6542
6543 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6544 Add other missing entries. Adjust the table size to fit.
6545 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6546 stop reasons including the new "library" event.
6547 (General Query Packets): Adjust table widths for qSupported. Mention
6548 qXfer:libraries:read reply to qSupported and document the new packet.
6549 (Library List Format): New section.
6550
159fcc13
JK
65512007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6552
6553 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6554
f66d1690
MS
65552007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6556
6557 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6558
67102876
NR
65592007-06-25 Nick Roberts <nickrob@snap.net.nz>
6560
6561 * gdbint.texinfo (Register and Memory Data): Break sections
6562 into nodes and add a menu.
6563
a4642986
MR
65642007-06-21 Maciej W. Rozycki <macro@mips.com>
6565
6566 * gdb.texinfo (Examining Memory): Document the new behaviour.
6567
e9c17194
VP
65682007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6569
6570 * gdb.texinfo (Standard Target Features): Document
6571 m68k features.
6572
31d99776
DJ
65732007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6574
6575 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6576
1780a0ed
DJ
65772007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6578
6579 * gdb.texinfo (Target Description Format): Add version attribute
6580 for <target>.
6581
822b6570
DJ
65822007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6583
6584 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6585
f8b73d13
DJ
65862007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6587
6588 * gdb.texinfo (MIPS Features): New subsection.
6589
0e7f50da
UW
65902007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6591 Markus Deuling <deuling@de.ibm.com>
6592
6593 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6594 and qXfer:spu:write packets and mention them under qSupported.
6595
23d964e7
UW
65962007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6597 Markus Deuling <deuling@de.ibm.com>
6598
6599 * gdb.texinfo (Architectures): Add new SPU section to document
6600 Cell Broadband Engine SPU architecture specific commands.
6601
9f708cb2
VP
66022007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6603
6604 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6605 comments.
6606
7579b5f8
NR
66072007-06-07 Nick Roberts <nickrob@snap.net.nz>
6608
6609 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6610
bf06d120
JB
66112007-05-29 Jim Blandy <jimb@codesourcery.com>
6612
6613 * gdb.texinfo (Overview): Doc fix.
6614
23776285
MR
66152007-05-22 Maciej W. Rozycki <macro@mips.com>
6616
6617 * gdb.texinfo (Remote Configuration): Document "set/show
6618 remoteflow".
6619
1a69e1e4
DJ
66202007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6621
bf06d120
JB
6622 * gdb.texinfo (MIPS): Remove documentation for set mips
6623 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6624 stack-arg-size.
1a69e1e4 6625
46ba6afa 66262007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6627
46ba6afa
BW
6628 * all-cfg.texi (GDBTUI): New.
6629 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6630 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6631 (TUI Configuration): Edit to improve clarity and fix problems of
6632 both style and content.
5ae4183a 6633
06d3b283
UW
66342007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6635
6636 * observer.texi (GDB Observers): New observer "new_objfile".
6637
179101d6
UW
66382007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6639
6640 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6641
25d5ea92
VP
66422007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6643
6644 * gdb.texinfo (GDB/MI Variable Objects): Document
6645 frozen variables objects.
5ae4183a 6646
ea35711c
DJ
66472007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6648
6649 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6650 (Character Sets, Caching Data of Remote Targets): Likewise.
6651 (Targets): Delete Remote node. Move its text...
6652 (Debugging Remote Programs): ...to here. Delete description
6653 of the "remote" command.
6654 (Remote configuration): Delete description of "set remotedevice"
6655 and "show remotedevice".
6656 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6657
db2e3e2e
BW
66582007-04-11 Bob Wilson <bob.wilson@acm.org>
6659
5ae4183a
AS
6660 * gdb.texinfo (Contributors, Continuing and Stepping)
6661 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6662 (General Query Packets, File-I/O Remote Protocol Extension)
6663 (Protocol Basics, The F Reply Packet, Write)
6664 (Protocol-specific Representation of Datatypes, Memory Transfer):
6665 Fix hyphenation, punctuation and grammar problems.
6666 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6667 'section' instead of 'subsection' in the text.
6668 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6669 (i386): Remove period from section name.
db2e3e2e
BW
6670 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6671 (Config Names, Configure Options): Use @file{configure}.
6672
8a3dae3e
DJ
66732007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6674
6675 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6676 and tab expansion.
6677
1a92f856
DJ
66782007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6679
6680 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6681
79a6e687 66822007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6683
79a6e687
BW
6684 * gdb.texinfo: Consistently capitalize all significant words in
6685 node names, chapter titles, section titles, and headings. Update
6686 cross references to match.
6687 (Starting and Stopping Trace Experiment): Make node name plural.
6688 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 6689
ad527d2e
PA
66902007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6691
6692 * gdb.texinfo (WinCE): Delete obsolete subsection.
6693
7ce59000
DJ
66942007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6695
6696 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6697 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6698 references.
6699
8807d78b
DJ
67002007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6701
6702 * gdb.texinfo (Startup): Delete references to some alternate
6703 names for .gdbinit.
6704 (Thread): Remove LynxOS reference.
6705 (Tandem ST2000): Delete target-specific documentation.
6706 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6707 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6708 and GDB_OSABI_LYNXOS.
6709
5f402660
UW
67102007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6711
6712 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6713
bac718a6
UW
67142007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6715
6716 * gdbint.texinfo (Target Conditionals): Remove mention of
6717 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6718 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6719
9453113a
DJ
67202007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6721
6722 * Makefile.in: Add "pdfdir" installation
6723 directory, PDFTEX macro, support for "install-pdf" target,
6724 and rules for making a pdf version of refcard.texi.
6725 * refcard.tex: Specify paper size for PDF output.
6726
ae21e955 67272007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6728
ae21e955 6729 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 6730
3f94c067 67312007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6732
3f94c067
BW
6733 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6734 (Source Path, Character Sets, Macros, Define)
6735 (GDB/MI Result Records, GDB/MI Simple Examples)
6736 (GDB/MI Program Execution, GDB/MI File Commands)
6737 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6738 (Bug Reporting): Use @value{GCC}.
5ae4183a 6739
12c27660 67402007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6741
12c27660
BW
6742 * gdb.texinfo (Help): Fix formatting of examples.
6743 (Variables): Use @ifnotinfo instead of @iftex.
6744 (Non-debug DLL symbols): Use @ref instead of @pxref.
6745 (Sparclet File): Use @samp instead of quotes.
5ae4183a 6746
ce9341a1
BW
67472007-03-26 Bob Wilson <bob.wilson@acm.org>
6748
6749 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6750
c8f4133a
BW
67512007-03-26 Bob Wilson <bob.wilson@acm.org>
6752
6753 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6754 the order of the nodes.
6755 (C Operators, C Constants, Debugging C): Remove extra menus.
6756 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 6757
c8f4133a 67582007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
6759
6760 * gdb.texinfo (File Options): Add missing parenthesis.
6761 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6762
c74d0ad8
DJ
67632007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6764
6765 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6766
ff6f572f
DJ
67672007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6768
669fac23 6769 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
6770 case insensitivity.
6771 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6772
994337c3
NR
67732007-02-18 Nick Roberts <nickrob@snap.net.nz>
6774
6775 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6776 (Files): Add section name to argument list for pxref.
6777 (Non-debug DLL symbols): Don't use `see' for pxref.
6778 (Embedded Processors): Fix typo.
6779 (GDB/MI Breakpoint Commands): Execution commands generate
6780 *stopped not ^done.
6781
eb819d70
NR
67822007-02-13 Nick Roberts <nickrob@snap.net.nz>
6783
6784 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6785 values for in_scope. Mention that only root variables can be
6786 updated.
6787 (GDB/MI Development and Front Ends): Explain new values may be
6788 added to existing fields.
6789
123dc839
DJ
67902007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6791
6792 * gdb.texinfo (-target-disconnect): Use @smallexample.
6793 (Requirements): Add anchor for Expat. Update description.
6794 (Target Descriptions): Mention Expat.
6795 (Target Description Format): Document new elements. Use
6796 @smallexample.
6797 (Predefined Target Types, Standard Target Features): New sections.
669fac23 6798 * gdbint.texinfo (Target Descriptions): New section.
123dc839 6799
108546a0
DJ
68002007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6801
6802 * gdb.texinfo (Target Description Format): Add section on XInclude.
6803
95a98c01
NR
68042006-02-03 Nick Roberts <nickrob@snap.net.nz>
6805
6806 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6807 command -enable-timings.
6808
f4b3909f
EZ
68092007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6810
5ae4183a 6811 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
6812 descriptions for new/deleted elements in gdb_osabi. Add missing
6813 description for function generic_elf_osabi_sniff_abi_tag_sections.
6814
c7ba131e
JB
68152007-01-29 Joel Brobecker <brobecker@adacore.com>
6816
6817 * gdb.texinfo (Maintenance Commands): Add documentation for
6818 the new "maint print target-stack" command.
6819
3a60f64e
JK
68202007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6821 Eli Zaretskii <eliz@gnu.org>
6822
f4b3909f 6823 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 6824
c582f8b6
EZ
68252007-01-26 Eli Zaretskii <eliz@gnu.org>
6826
6827 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6828 Use @value{NGCC} instead of @value{GCC}.
6829
d3e8051b
EZ
68302007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6831
6832 * agentexpr.texi: Fix typos.
6833 * annotate.texinfo: Likewise.
6834 * gdb.texinfo: Likewise.
6835 * gdbint.texinfo: Likewise.
6836 * observer.texi: Likewise.
6837 * stabs.texinfo: Likewise.
6838
86f04699
EZ
68392007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6840
6841 * gdbint.texinfo (Support Libraries): Remove mmalloc
6842 entry. Describe readline library.
6843
23181151
DJ
68442007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6845
6846 * gdb.texinfo (Target Descriptions): New section.
6847 (General Query Packets): Add QPassSignals anchor. Mention
6848 qXfer:features:read under qSupported. Expand mentions of
6849 qXfer:memory-map:read and QPassSignals. Document
6850 qXfer:features:read.
6851
f822c95b
DJ
68522007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6853
6854 * gdb.texinfo (Commands to specify files): Describe
6855 "set sysroot" and "show sysroot".
6856 (Using the `gdbserver' program): Lowercase argument
6857 to @var. Expand description of setting up GDB on the
6858 host.
6859
8936fcda
JB
68602007-01-05 Joel Brobecker <brobecker@adacore.com>
6861
6862 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6863 catch exception, catch exception unhandled, and catch assert
6864 commands.
6865
e776119f
DJ
68662007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6867
6868 * gdb.texinfo (Debugging Output): Document "set debug xml"
6869 and "show debug xml".
6870
aa79a185
DJ
68712007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6872
6873 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6874
7f893741
JB
68752007-01-01 Joel Brobecker <brobecker@adacore.com>
6876
6877 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6878
a1b5960f
VP
68792006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6880
6881 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6882 note in @ignore, to be removed later if nobody complains.
6883
9f470e6e
NR
68842006-12-04 Nick Roberts <nickrob@snap.net.nz>
6885
6886 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6887 of -var-delete.
6888
765dc015 68892006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6890
765dc015 6891 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
6892 automatic software/hardware breakpoint usage and
6893 the "set breakpoint auto-hw" command.
765dc015 6894
4b5752d0
VP
68952006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6896
6897 * gdb.texinfo (Memory Access Checking): New.
6898
89be2091
DJ
68992006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6900
6901 * gdb.texinfo (Remote configuration): Mention
6902 "pass-signals-packet".
6903 (General Query Packets): Document QPassSignals. Fix
6904 a typo.
6905
ca3bf3bd
DJ
69062006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6907
6908 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6909
427c3a89
DJ
69102006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6911
6912 * gdb.texinfo (Remote configuration): Rewrite documentation for
6913 packet configuration commands.
6914 (OS Information): Adjust reference to qXfer:auxv:read.
6915 (General Query Packets): Remove references to read-aux-vector-packet
6916 and set remote get-thread-local-storage-address.
6917
7a107747
DJ
69182006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6919
6920 * gdbint.texinfo (Target Architecture Definition): Add new
6921 Initializing a New Architecture section.
6922
1c56eb0e
EZ
69232006-10-31 David Taylor <dtaylor@emc.com>
6924
6925 * stabs.texinfo (Macro define and undefine): New node describing
6926 stabs for #define and #undef.
6927
f73adfeb
AS
69282006-10-27 Andreas Schwab <schwab@suse.de>
6929
6930 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6931
fd60e0df
EZ
69322006-10-21 Eli Zaretskii <eliz@gnu.org>
6933
6934 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6935 clarify on the possible meanings of ``expression'' watched by
6936 watchpoints. Add indexing.
e5ac9b53
EZ
6937 (Prompting, Errors, Invalidation, Annotations for Running)
6938 (Source Annotations): Fix index entries by adding "annotation" to
6939 them, to discriminate from index entries that point to the more
6940 general topic descriptions.
fd60e0df 6941
52bb452f
DJ
69422006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6943
6944 * gdbint.texinfo (Target Vector Definition): Move most
6945 content into Existing Targets. Add a menu.
6946 (Existing Targets): New section, moved from Target Vector
6947 Definition. Use @subsection.
6948 (Managing Execution State): New section.
6949
58955e58
BW
69502006-10-16 Bob Wilson <bob.wilson@acm.org>
6951
6952 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6953
c8aa23ab
EZ
69542006-10-15 Eli Zaretskii <eliz@gnu.org>
6955
6956 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6957 (Command Syntax, Signals, Backtrace, Connecting)
6958 (Remote configuration, Renesas Boards, Console I/O): Fix last
6959 change: use Ctrl- instead of C-, except wrt Emacs.
6960 (File-I/O Examples): Put Ctrl-c in @kbd.
6961 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6962 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
6963 (Signals, Set Breaks, Set Watchpoints): Document optional
6964 arguments to `info signals' `handle', `info breakpoints', and
6965 `info watchpoints'.
c8aa23ab 6966
e7109c7e
EZ
69672006-10-14 Eli Zaretskii <eliz@gnu.org>
6968
6969 * gdb.texinfo (Backtrace): Fix last change.
6970
de3aea7b
NR
69712006-10-14 Nick Roberts <nickrob@snap.net.nz>
6972
6973 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6974
7f9087cb
BW
69752006-10-10 Bob Wilson <bob.wilson@acm.org>
6976
c8aa23ab
EZ
6977 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6978 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6979 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 6980
68437a39
DJ
69812006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6982 Daniel Jacobowitz <dan@codesourcery.com>
6983
6984 * gdb.texinfo (Packets): Document vFlashErase,
6985 vFlashWrite and vFlashDone packets.
6986 (General Query Packets): Document qXfer:memory-map:read.
6987 Add a new feature for qXfer:memory-map:read.
6988 (Memory map format): New section.
6989 (Target Commands): Mention that gdb can write flash.
6990
fd79ecee
DJ
69912006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6992 Daniel Jacobowitz <dan@codesourcery.com>
6993
6994 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6995 memory regions and "mem auto".
6996
350da6ee
DJ
69972006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6998
6999 * gdbint.texinfo (Array Containers): New section.
7000
2f1acb09
VP
70012006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7002
7003 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7004 -stack-list-arguments HIGH_FRAME argument can be larger then the
7005 actual number of frames.
7006
2ab1eb7a
VP
70072006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7008
7009 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
7010 -stack-list-locals HIGH_FRAME argument can be larger then the
7011 actual number of frames.
2ab1eb7a 7012
599b237a
BW
70132006-09-02 Bob Wilson <bob.wilson@acm.org>
7014
7015 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7016 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7017
25ab7e6d
EZ
70182006-09-02 Eli Zaretskii <eliz@gnu.org>
7019
7020 * gdbint.texinfo (Overall Structure): New section "Source Tree
7021 Structure".
7022
940178d3
JB
70232006-08-17 Jim Blandy <jimb@codesourcery.com>
7024
7025 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7026 responses.
7027
30daae6c
JB
70282006-08-08 Joel Brobecker <brobecker@adacore.com>
7029
7030 * gdb.texinfo (Source Path): Add documentation for new
7031 substitute-path commands.
7032
7fa2210b
DJ
70332006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7034
7035 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7036 (Running Configure): ...here.
7037 (Requirements): New node. Mention expat.
7038
3d00d119
DJ
70392006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7040
5ae4183a 7041 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
7042 'set download-write-size' and 'show download-write-size'.
7043
0cbfa4ee
DJ
70442006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7045
7046 * stabs.texinfo (Member Type Descriptor): Correct example for
7047 pointer to member types.
7048
16026cd7
AS
70492006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7050
7051 * gdb.texinfo (Optional warnings and messages): Add
7052 'set/show trace-commands'.
7053 (Command files): Add '-v' to source command.
7054
0876f84a
DJ
70552006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7056
7057 * gdb.texinfo (OS Information): Update qPart reference to
7058 qXfer.
7059 (Remote configuration): Likewise.
7060 (Overview): Move @cindex to the start of a paragraph. Talk
7061 about binary data encoding.
7062 (Packets): Refer to the overview for the details of the X
7063 packet encoding.
7064 (General Query Packets): Remove qPart description. Add qXfer
7065 description. Add an anchor to qSupported. Correct feature
7066 table title. Add a new feature for qXfer:auxv:read.
7067 (Interrupts): Add a missing parenthesis.
7068
2ec3381a
DJ
70692006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7070
669fac23 7071 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
7072 (GDB/MI Kod Commands): Remove commented out node.
7073
594fe323
EZ
70742006-07-01 Eli Zaretskii <eliz@gnu.org>
7075
7076 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7077 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7078 (GDB/MI Thread Commands, GDB/MI Program Execution)
7079 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7080 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7081 (GDB/MI File Commands, GDB/MI Target Manipulation)
7082 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7083 since the MI prompt is hard-wired into the code.
7084
7e3fb70c
NR
70852006-07-01 Nick Roberts <nickrob@snap.net.nz>
7086
7087 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7088 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7089 (GDB/MI Data Manipulation): Remove description of unimplemented
7090 display related commands as variable objects perform this function
7091 and are superior: -display-delete, -display-disable,
7092 -display-enable, -display-insert and -display-list. Move
7093 -environment-cd, -environment-directory, -environment-path
7094 and -environment-pwd to "Program Context".
7095 (GDB/MI Program Control): Rename to "Program Execution". Move
7096 -exec-arguments -exec-abort to...
7097 (GDB/MI Program Context): ...here. New node split from "Data
7098 Manipulation".
7099
be2a5f71
DJ
71002006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7101
7102 * gdb.texinfo (Remote configuration): Document set / show
7103 remote supported-packets.
7104 (General Query Packets): Document qSupported packet.
7105
fc320d37
SL
71062006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7107
7108 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7109 and font markup.
7110 (Protocol basics): Likewise.
7111 (The F request packet): Likewise.
7112 (The F reply packet): Likewise.
7113 (Memory transfer): Move this node to be a subsubsection of
7114 "Protocol specific representation of datatypes".
7115 (The Ctrl-C message): More copy editing.
7116 (Console I/O): Likewise.
7117 (The isatty call): Delete this node, and merge its content into
7118 the "isatty" node. Fixed references elsewhere.
7119 (The system call): Delete this node, and merge its content into
7120 the "system" node. Fixed references elsewhere.
7121 (open): Reformat to use @table, and add appropriate font markup.
7122 (close): Likewise.
7123 (read): Likewise.
7124 (write): Likewise.
7125 (lseek): Likewise.
7126 (rename): Likewise.
7127 (unlink): Likewise.
7128 (stat/fstat): Likewise.
7129 (gettimeofday): Likewise.
7130 (isatty): Likewise.
7131 (system): Likewise, plus minor changes to fix confusing wording.
7132 (Integral datatypes): Fix font markup.
7133 (Pointer values): Likewise.
7134 (struct stat): Fix markup to use @table, plus minor copy editing.
7135 (struct timeval): Fix font markup, plus minor copy editing.
7136 (Constants): Minor copy editing.
7137 (Errno values): Add font markup.
7138 (File-I/O Examples): Likewise.
7139
158fdf5c
NR
71402006-06-10 Nick Roberts <nickrob@snap.net.nz>
7141
7142 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7143 (GDB/MI Simple Examples): Move node up one level. Use real
7144 examples.
7145 (GDB/MI Compatibility with CLI): Update.
7146 (GDB/MI Result Records): Add "connected" and "exit" result
7147 classes.
7148 (GDB/MI Stream Records): Clarify target output.
7149 (GDB/MI Command Description Format): Modify example description.
7150 (GDB/MI Breakpoint Table Commands): Rename to...
7151 (GDB/MI Breakpoint Commands): ...this
7152 (GDB/MI Breakpoint Commands): Add optional thread field.
7153 (GDB/MI Program Control): Add an introduction. Move "Program
7154 termination" examples into exec-run description.
7155 (GDB/MI File Commands): Mention similar CLI commands.
7156 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7157 is similar to "-gdb-version".
7158
ddb50cd7
EZ
71592006-06-09 Eli Zaretskii <eliz@gnu.org>
7160
7161 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7162
2aef0d6b
NR
71632006-06-02 Nick Roberts <nickrob@snap.net.nz>
7164
7165 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7166 sourceware.org for mailing lists.
d5e40d59 7167 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 7168
383a5c52
NR
71692006-06-01 Nick Roberts <nickrob@snap.net.nz>
7170
d5e40d59 7171 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 7172
e16b02ee
EZ
71732006-05-22 Eli Zaretskii <eliz@gnu.org>
7174
7175 * gdb.texinfo (Cygwin Native): Fix last change.
7176
be90c084
CF
71772006-05-22 Christopher Faylor <cgf@timesys.com>
7178
7179 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7180
347ceba5
NR
71812006-05-15 Nick Roberts <nickrob@snap.net.nz>
7182
7183 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7184 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7185
369af7bd
DJ
71862006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7187
7188 * gdb.texinfo (General Query Packets): Recommend not starting
7189 new packets with qC and clarify.
7190
2ffdbde8 71912006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
7192
7193 * gdb.texinfo (M2 Types): New section.
72019c9c 7194
16d1a084
DJ
71952006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7196
7197 * agentexpr.texi: Add a copyright and license notice.
7198 * observer.texi: Likewise, with GPL clause for function prototypes.
7199 Remove trailing whitespace.
7200
aa56d27a
JB
72012006-05-05 Jim Blandy <jimb@codesourcery.com>
7202
7203 * gdb.texinfo (General Query Packets): Document conventions for
7204 terminating packet names, and their violations.
7205
5bdf8622
DJ
72062006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7207
7208 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7209 * gdb.texinfo: Likewise.
7210
605a56cb
DJ
72112006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7212
7213 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7214 and "show remotedebug".
7215 (Debugging Output): Add additional index entries.
7216
b8db102d
MS
72172006-04-27 Michael Snyder <msnyder@redhat.com>
7218
7219 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7220
c5e30d01
AC
72212006-04-22 Andrew Cagney <cagney@redhat.com>
7222
7223 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7224 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7225
8181d85f
DJ
72262006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7227
7228 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7229 and remove breakpoint prototypes.
7230 (Watchpoints): Move description of target_insert_hw_breakpoint and
7231 target_remove_hw_breakpoint ...
7232 (Breakpoints): ... to here. Document target_insert_breakpoint and
7233 target_remove_breakpoint.
7234
4f553f88
JB
72352006-04-17 Jim Blandy <jimb@codesourcery.com>
7236
7237 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7238 and C packets are optional.
7239
cd852561
FR
72402006-04-14 Frederic Riss <frederic.riss@st.com>
7241
7242 * gdb.texinfo (Specifying source directories): Update the description
7243 of the source file search to reflect the fact that the source path
7244 always contains at least $cdir and $cwd.
7245
b620eb07
MS
72462006-03-31 Michael Snyder <msnyder@redhat.com>
7247
7248 * gdb.texinfo: Update copyright dates.
7249
3156cdaf
EZ
72502006-03-31 Eli Zaretskii <eliz@gnu.org>
7251
7252 * gdb.texinfo (Overview): Add an index entry to "empty response".
7253
7d30c22d
JB
72542006-03-28 Jim Blandy <jimb@codesourcery.com>
7255
7256 * gdbint.texinfo (Prologue Analysis): New section.
7257
86941c27
JB
72582006-03-07 Jim Blandy <jimb@red-bean.com>
7259
66b8c7f6
JB
7260 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7261
1a10341b
JB
7262 * gdb.texinfo (Target Commands): Update text describing how to
7263 specify a target. Refer to the detailed section on remote
7264 debugging, not the brief mention.
7265
86941c27
JB
7266 * gdb.texinfo (Connecting): Organize the different 'target remote'
7267 connection methods into a table. Add a 'target remote' index
7268 entry. (!!!)
7269
62f3a2ba
FF
72702006-02-17 Fred Fish <fnf@specifix.com>
7271
7272 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7273 'ptype' commands to reflect the fact that the only significant
7274 difference between them is that ptype prints the complete type
7275 description instead of just the name.
7276
8b9a88ea
WZ
72772006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7278
7279 * gdbint.texinfo (Watchpoints): Delete
7280 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7281
7e8dc855
NR
72822006-02-10 Nick Roberts <nickrob@snap.net.nz>
7283
7284 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7285 times fields where needed. Fix typos. Update general form given
7286 for output of -break-insert.
7287 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7288
c91d38aa
DJ
72892006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7290
7291 * gdbint.texinfo (Symbol Handling): Add a section
7292 on memory management.
7293
38fcd64c
DJ
72942006-02-06 Vladimir Prus <ghost@cs.msu.su>
7295
7296 * gdb.texinfo (Breakpoint table commands): Document the fullname
7297 field in -break-list output.
7298
219eec71
EZ
72992006-02-03 Eli Zaretskii <eliz@gnu.org>
7300
7301 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7302 debugging information produced by the various "set debug..."
7303 options.
7304
ae5a43e0
DJ
73052006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7306
7307 * gdb.texinfo (Files): Remove obsolete bits from the description
7308 of "symbol-file".
7309
a9f158ec
JB
73102006-01-25 Jim Blandy <jimb@redhat.com>
7311
7312 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7313
410dd08e
JB
73142006-01-24 Jim Blandy <jimb@redhat.com>
7315
7316 * gdbint.texinfo (Frames): Document the basics of GDB's register
7317 unwinding model, and explain the existence of the "sentinel" frame.
7318
4b505b12
AS
73192006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7320
7321 * gdb.texinfo (Choosing files): Mention that -directory is used
7322 for script files.
7323 (Specifying source directories): Likewise.
7324 (Command files): Explain how script files are found.
7325
839c27b7
EZ
73262006-01-21 Eli Zaretskii <eliz@gnu.org>
7327
7328 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7329 the threads in a multi-threaded program.
7330 (Threads): The threadno argument of "thread apply" can be a range
7331 of numbers.
7332
7be93b9e
JB
73332006-01-18 Jim Blandy <jimb@redhat.com>
7334
7335 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7336 of warning flags.
7337
fcc73fe3
EZ
73382006-01-13 Eli Zaretskii <eliz@gnu.org>
7339
7340 * gdb.texinfo (Sequences): Improve menu annotations.
7341 (Define): Add index entries for arguments of user-defined
7342 commands. Move the description of flow-control commands...
7343 (Command Files): ...to here. Document loop_break and
7344 loop_continue.
ca91424e
EZ
7345 (Define, Command Files): Document `end' and add index entries for
7346 it.
fcc73fe3 7347
5c95884b
MS
73482006-01-04 Michael Snyder <msnyder@redhat.com>
7349
7350 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 7351 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 7352
860701dc
PH
73532006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7354
7355 * gdb.texinfo (Omissions from Ada): Document that there is now
7356 limited aggregate support.
7357
36b80e65
EZ
73582005-12-28 Eli Zaretskii <eliz@gnu.org>
7359
7360 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7361 registers and the likes.
7362
c1468174
EZ
73632005-12-24 Eli Zaretskii <eliz@gnu.org>
7364
7365 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7366 (Symbols): Fix usage of "e.g.".
359df76b 7367 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
7368
7369 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7370 (Coding): Fix usage of "e.g.".
7371
c02a867d
EZ
73722005-12-23 Eli Zaretskii <eliz@gnu.org>
7373
5ae4183a
AS
7374 * stabs.texinfo:
7375 * refcard.tex:
c02a867d 7376 * gpl.texi:
5ae4183a
AS
7377 * gdbint.texinfo:
7378 * gdb.texinfo:
7379 * gdb-cfg.texi:
c02a867d 7380 * fdl.texi:
5ae4183a
AS
7381 * annotate.texinfo:
7382 * all-cfg.texi:
c02a867d
EZ
7383 * Makefile.in: Add (C) after Copyright. Update the FSF
7384 address.
7385
fad38dfa
EZ
73862005-12-03 Eli Zaretskii <eliz@gnu.org>
7387
7388 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7389 extend GDB with commands for external monitor.
7390
53e5f3cf
AS
73912005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7392
7393 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7394
55f6ca0f
JB
73952005-11-25 Joel Brobecker <brobecker@adacore.com>
7396
7397 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7398
c1947b85
JB
73992005-11-21 Jim Blandy <jimb@redhat.com>
7400
7401 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7402 placement of 'R' actions in tracepoint action packets; document
7403 dependence of 'X' and 'M' actions on a preceding 'R' action for
7404 their registers.
7405
9d29849a
JB
74062005-11-19 Jim Blandy <jimb@redhat.com>
7407
7408 * gdb.texinfo (Tracepoint Packets): New node.
7409 (General Query Packets): Add entries for the tracepoint packets,
7410 referring to the "Tracepoint Packets" node.
7411 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 7412
9a6253be
KB
74132005-11-18 Kevin Buettner <kevinb@redhat.com>
7414
7415 * gdb.texinfo (set remotebreak): Add anchor.
7416 (X packet): Likewise.
7417 (Remote Protocol): Add new section `Interrupts' and new index
7418 entry `interrupts (remote protocol)'.
7419
5f3bebba
JB
74202005-11-18 Jim Blandy <jimb@redhat.com>
7421
7422 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7423 entries into the General Query Packets section. Add a
7424 cross-reference to that section. Drop description of replies, as
7425 these are covered in the descriptions of each packet.
7426 (General Query Packets): Add introductory text. Explain naming
7427 conventions, and how the end of a name is recognized.
7428
9a7a1b36
KB
74292005-11-17 Kevin Buettner <kevinb@redhat.com>
7430
0564b6cf 7431 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
7432 "set remotebreak" command.
7433
b8ff78ce
JB
74342005-11-16 Jim Blandy <jimb@redhat.com>
7435
7436 * gdb.texinfo (Packets, Stop Reply Packets)
7437 (General Query Packets): Various formatting cleanups.
7438 - Use @samp for packet contents.
7439 - Drop summaries from packet @item lines; the same information appears
7440 immediately below in the description.
7441 - Delete paragraph breaks after packet @item commands, so that the
7442 description appears directly to the right of the packet prototype
7443 in the printed manual, if it fits.
7444 - Place spaces in packet prototypes between @vars and non-@var
7445 letters, and explain that they're just for formatting.
7446 - Use @dots{} instead of '...'.
7447 - Fix uses of @code where @var was needed.
7448 - Replace "deprecated" markers with English text spelling out the
7449 packet's status and the preferred alternatives.
7450 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7451 what this ever meant.
7452 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7453 this for a long time.
7454 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7455 implemented several times, and have been in use for years.
7456
8ffe2530
JB
74572005-11-15 Jim Blandy <jimb@redhat.com>
7458
c43c5473
JB
7459 * gdb.texinfo (Packets): Add index entries for 'm' packet
7460 disclaimers.
5ae4183a 7461
fb031cdf
JB
7462 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7463 of stub when processing an 'm' packet.
7464
8ffe2530
JB
7465 * gdb.texinfo (Packets): Mention that packets beginning with
7466 letters are reserved once, at the top, instead of actually listing
7467 them all and saying "reserved".
7468
c03c782f
AS
74692005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7470
7471 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7472 Change @var{$arg0 to @code{$arg0.
7473
814e32d7
WZ
74742005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7475
7476 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7477
fa93a9d8
JB
74782005-11-12 Jim Blandy <jimb@redhat.com>
7479
7480 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7481 order. Remove extraneous 'z'.
7482
8a5a3c82
AS
74832005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7484
7485 * gdb.texinfo (Choosing files): Add --eval-command.
7486
4b0ad762
AS
74872005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7488
7489 * gdb.texinfo (Choosing modes): Add --return-child-result.
7490
7491
1a088d06
AS
74922005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7493
7494 * gdb.texinfo (Choosing modes): Add --batch-silent.
7495
656d5e12
EZ
74962005-10-28 Eli Zaretskii <eliz@gnu.org>
7497
7498 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7499 "The -var-update Command".
7500
3c9c013a
JB
75012005-10-03 Joel Brobecker <brobecker@adacore.com>
7502
7503 * gdb.texinfo (Print Settings): Add documentation for set/show
7504 print array-indexes.
7505
7ba3cf9c
DJ
75062005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7507
7508 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7509 6.2 and 6.3.
7510
a94ab193
EZ
75112005-08-27 Eli Zaretskii <eliz@gnu.org>
7512
7513 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7514 since 19-Jan-2004.
7515 (Files): Likewise.
ab1adacd
EZ
7516 (Variables, Symbols): Document the "<incomplete type>" message and
7517 its reasons.
a94ab193 7518
ca06016a
FF
75192005-08-01 Fred Fish <fnf@specifix.com>
7520
7521 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7522
cf58170d
NR
75232005-07-15 Nick Roberts <nickrob@snap.net.nz>
7524
7525 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7526 option for -var-list-children and -var-update.
7527 (GDB/MI Stack Manipulation): Simplify description of
7528 print-values option for -stack-list-locals.
7529 (GDB/MI Command Description Format): Clarify.
7530 (Mode Options): Spelling of superseded.
7531
38f1196a
BR
75322005-07-12 Bob Rossi <bob@brasko.net>
7533
7534 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7535 corresponding GDB command comment.
7536
3cb3b8df
BR
75372005-07-06 Bob Rossi <bob@brasko.net>
7538
7539 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7540 and -inferior-tty-show.
7541 (Input/Output): Document "set/show inferior-tty" and tty alias.
7542
10fac096
NW
75432005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7544
7545 * gdb.texinfo (Packets): Change description of 'D' packet to note
7546 that GDB does wait for a response.
7547
d1b6db76
NR
75482005-06-22 Nick Roberts <nickrob@snap.net.nz>
7549
7550 * gdb.texinfo (History) Rename "Command History".
7551 (Command History): Move node "Server Prefix" from section on
7552 Annotations here.
7553
29629dcf
NR
75542005-06-19 Nick Roberts <nickrob@snap.net.nz>
7555
7556 * gdb.texinfo (GDB/MI Stack Manipulation):
7557 Re-instate -stack-info-frame with example. Say that it gets
7558 info on selected frame, not current frame.
7559
397ca115
EZ
75602005-06-18 Eli Zaretskii <eliz@gnu.org>
7561
7562 * gdb.texinfo (Server): Clarify that `file' should be used before
7563 connecting to the server.
7564 (Files): Add an xref to the above description.
51274035
EZ
7565 (Output Formats): More detailed description of the `c' format.
7566 (Memory): List explicitly all the formats supported by `x'.
638ac427 7567 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 7568 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
7569 files. Add more indexing for solib-absolute-prefix and
7570 --with-sysroot.
76d17f34
EZ
7571 (Machine Code): Document possible problems with locations in
7572 shared libraries.
d416eeec
EZ
7573 (Backtrace): Document that free-standing environments do not need
7574 to have a `main' function.
397ca115 7575
74f6deaa
NR
75762005-06-18 Nick Roberts <nickrob@snap.net.nz>
7577
7578 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7579 -stack-info-frame.
7580
a9967aef
AC
75812005-06-07 Andrew Cagney <cagney@gnu.org>
7582
7583 * gdb.texinfo (Contributors): Note the original multi-arch
7584 contributors.
7585
e09f16f9
EZ
75862005-06-03 Eli Zaretskii <eliz@gnu.org>
7587
7588 * gdb.texinfo (Registers): Add index entries for the standard
7589 registers.
7590 (Frames): Add cross-reference from frame pointer description to
7591 the Registers node.
7592 (Annotations Overview): Fix the reference to GDB name.
7593
d87ba7ee
EZ
75942005-06-01 Eli Zaretskii <eliz@gnu.org>
7595
7596 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7597 can-use-hw-watchpoints.
7598
034dad6f
BR
75992005-05-28 Bob Rossi <bob@brasko.net>
7600
7601 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7602 the possible reasons why an exec async record would be returned to FE.
7603
ffed4509
AC
76042005-05-26 Andrew Cagney <cagney@gnu.org>
7605
7606 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7607 Andrew Cagney implemented the original GDB/MI.
7608
e22e55c9
OF
76092005-05-23 Orjan Friberg <orjanf@axis.com>
7610
7611 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7612 documentation. Add documentation for cris-mode.
7613
a78e13ce
EZ
76142005-05-20 Eli Zaretskii <eliz@gnu.org>
7615
7616 * gdb.texinfo (Numbers): Explain the example and make the wording
7617 more acurate.
7618
76ff342d
DJ
76192005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7620 Dennis Brueni <dennis@slickedit.com>
7621
7622 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7623 (GDB/MI Data Manipulation, GDB/MI Program Control)
7624 (GDB/MI Stack Manipulation): Update examples to include the fullname
7625 attribute in stack frames.
7626
119b882a
EZ
76272005-05-12 Eli Zaretskii <eliz@gnu.org>
7628
7629 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7630 do with other non-standard names of init files.
7631
6fc08d32
EZ
76322005-05-11 Eli Zaretskii <eliz@gnu.org>
7633
7634 * gdb.texinfo (Command Files): Move the description of the startup
7635 from here...
7636 (Startup): ...to this new subsection of the Invocation chapter.
7637 Rearrange the description of init files more logically and add a
7638 cross-reference to "Command Files". Document the special gdbinit
7639 name for CISCO 68k. Expand the description of what GDB does
7640 during startup.
7641 (History): Add index entry for HISTSIZE.
7642
a561754a
MK
76432005-05-02 Mark Kettenis <kettenis@gnu.org>
7644
7645 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7646
2eecc4ab
EZ
76472005-05-02 Eli Zaretskii <eliz@gnu.org>
7648
7649 * gdb.texinfo (SVR4 Process Information, The isatty call)
7650 (The system call): Don't use foo(N) notation for man pages and
7651 functions.
514c4d71 7652 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 7653
18999be5
EZ
76542005-04-27 Eli Zaretskii <eliz@gnu.org>
7655
7656 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7657 were optimized away.
7658
0abb7bc7
EZ
76592005-04-22 Eli Zaretskii <eliz@gnu.org>
7660
7661 * gdb.texinfo (Remote configuration): Document "set/show
7662 get-thread-local-storage-address". Add cross-reference to the
7663 description of the qGetTLSAddr packet.
7664 (General Query Packets): Mention "set remote
7665 get-thread-local-storage-address" and add a reference to its
7666 description.
7667
6f61acb1
NR
76682005-04-19 Nick Roberts <nickrob@snap.net.nz>
7669
7670 * gdb.texinfo (Backtrace): Describe 'bt full'.
7671
9d59903a
NR
76722005-04-17 Nick Roberts <nickrob@snap.net.nz>
7673
7674 * gdb.texinfo (Mode Options): Fix typo.
7675 (GDB/MI): Describe how to invoke GDB/MI.
7676
721c2651
EZ
76772005-04-16 Eli Zaretskii <eliz@gnu.org>
7678
7679 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 7680 references changed. Add description of "info udot".
721c2651
EZ
7681 (Files): Document "set/show stop-on-solib-events".
7682 (M32R/D): Document "set/show download-path", "set/show
7683 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
7684 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7685 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
7686 (Maintenance Commands): Improve indexing.
7687 (Target Commands): Document "set/show hash", "set/show debug
7688 monitor".
7689 (SVR4 Process Information): Document "info pidlist" and "info
7690 meminfo". Document "set/show procfs-tarce" and "set/show
7691 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7692 (Symbols, The Print Command with Objective-C): Improve indexing.
7693 (Objective-C): Add references to "info classes" and "info
7694 selectors".
c45da7e6
EZ
7695 (Debugging Output): Improve wording. Document "set/show debug
7696 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
7697 (Set Breaks): Add index entry for "hardware breakpoints".
7698 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7699 and "set/show usehardbreakpoints".
7700 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7701 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
7702 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7703 rdiromatzero", "set/show rdiheartbeat".
7704 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7705 "sds".
7706 (Embedded Processors): Document the "sim" command.
7707 (Remote): Document the "remote" command.
7708 (DJGPP Native): Document the "info serial" command.
7709 (Threads): Document "maint info sol-threads".
7710 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7711 (Set Breaks): Improve indexing.
7712 (Command Syntax): Add a reference to dont-repeat.
7713 (Define): Document "dont-repeat".
7714 (TUI Commands): Document "tabset".
7715 (WinCE): New subsection. Document "set/show remotedirectory",
7716 "set/show remoteupload", "set/show remoteaddhost".
721c2651 7717
14d6dd68
EZ
77182005-04-15 Eli Zaretskii <eliz@gnu.org>
7719
7720 * gdb.texinfo (Hurd Native): New subsection, documents
7721 Hurd-specific commands.
a64548ea 7722 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 7723 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
7724 (MIPS): Improve documentation of heuristic-fence-post. Document
7725 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7726 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7727 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 7728 (ARM): Document ARM-specific commands.
a64548ea
EZ
7729 (AVR): New section. Document "info io_registers".
7730 (CRIS): New section. Document "set/show cris-version" and
7731 "set/show cris-dwarf2-cfi".
7732 (HPPA): New section. Document "set/show debug hppa" and "maint
7733 print unwind".
a5adf40f 7734 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 7735 (Super-H): New section. Document the "regs" command.
721c2651 7736 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 7737
9c16f35a
EZ
77382005-04-09 Eli Zaretskii <eliz@gnu.org>
7739
7740 * gdb.texinfo (Print Settings): Document "set/show print
7741 pascal_static-members", "set print repeats", "show print
7742 null-stop". Improve indexing. Fix documentation of "set print
7743 union".
7744 (Pascal): New section.
7745 (Supported languages): Rename from "Support"; all references
7746 updated. Add a menu item for Pascal.
7747 (Numbers): Document "set radix.
7748 (Screen Size): Document "set/show pagination".
7749 (MIPS Embedded): Remove "set processor" documentation.
7750 (Remote configuration): Document "set/show X/P/Z-packet",
7751 "set/show read-aux-vector-packet", "set/show remote
7752 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7753 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7754 remotedebug", "set/show remotebreak", "set/show remotedevice",
7755 "set/show remotelogfile".
7756 (Auxiliary Vector): Add reference to the description of the
7757 read-aux-vector-packet setting.
7758 (Set Watchpoints): Add a cross-reference to "set remote
7759 hardware-breakpoint-limit".
7760 (General Query Packets): Add indexing of requests and
7761 cross-references to related commands in "Remote configuration".
7762 (File-I/O Overview, The system call): Fix wording and typos.
7763 (Thread Stops): Add index entries.
7764 (Continuing and Stepping): Document "show step-mode".
7765 (i386): New node. Document "set/show struct-convention".
7766 (Files): Document "show trust-readonly-sections".
7767 (Calling): Document "set/show unwindonsignal".
7768 (Messages/Warnings): Add index entries.
7769 (Maintenance Commands): Document "set/show watchdog".
7770 (Annotations Overview): Document "show annotate".
7771 (Set Watchpoints): Add index entries.
7772 (Symbols): Fix doc of case-sensitive.
7773 (ABI): Document "show coerce-float-to-double".
7774 (Convenience Vars, Help): Improve indexing.
7775 (Machine Code): Document "show disassembly-flavor".
7776 (Debugging C plus plus): Document "show overload-resolution".
7777 (Value History, Signaling): Add index entries.
7778
77792005-04-08 Eli Zaretskii <eliz@gnu.org>
7780
7781 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7782 (Processes): Fix wording.
7783 (History, List, Logging output, Define, Symbols, Print Settings):
7784 Improve indexing.
7785
a8f24a35
EZ
77862005-04-03 Eli Zaretskii <eliz@gnu.org>
7787
7788 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7789 redundant index entry for "target" command.
7790 (Backtrace): Add index entries.
7791 (Symbols, Fortran): Document the "set case-sensitive" command.
7792 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7793 (Print Settings): Add index entry for "set demangle-style".
7794 (Target Commands): Document "set download-write-size".
7795 (Debugging Output): Document "set exec-done-display".
7796
09d4efe1
EZ
77972005-04-02 Eli Zaretskii <eliz@gnu.org>
7798
7799 * gdb.texinfo (Files): Fix the name and documentation of
7800 add-shared-symbol-files. Document its alias assf. Update the
7801 list of OSs where GDB supports shared libraries. Fix markup.
7802 (Continuing and Stepping): Add reference to @var{location} in the
7803 text.
7804 (Dump/Restore Files): Fix reference to @{filename}.
7805 (Help): Fix wording.
7806 (Attach): Ditto.
7807 (Set Watchpoints): Ditto.
7808 (Backtrace): Remove redundant index entries. Improve index
7809 entries.
7810 (Delete Breaks): Fix wording.
7811 (Memory): Document the compare-sections command.
7812 (Memory Region Attributes): Improve wording.
7813 (Disabling): Improve wording.
7814 (Fortran): New subsection. Document the "info common" command.
7815 (Help): Document aliases "info copying" and "info warranty".
7816 (Caching Remote Data): New section. Document the "set/show
7817 remotecache" and "info dcache" commands.
7818 (Show): Fix wording of the documentation of the "set
7819 extension-language" command.
7820 (Signals): Add index entry for "info handle".
7821 (Memory Region Attributes): Fix punctuation.
7822 (Symbols): Change the arg name to "location" and refer to it in
7823 the text. Fix wording of "info types" doc.
7824 (Threads): Fix usage of @enumerate @item's.
7825 (Listing Tracepoints): Add index entry for "info tp".
7826 (Set Watchpoints): Add xref to "info break" description.
7827 (Macros): Add an index entry for "macro exp1". Document the
7828 "macro list" command.
7829 (Maintenance Commands): Document "flushregs", "maint agent",
7830 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7831 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7832 "maint print architecture", "maint print objfiles", "maint print
7833 statistics", "maint print type", "maint show-debug-regs", "maint
7834 space", "maint time", and "maint translate-address".
7835 (Connecting): Document the "monitor" command.
7836 (Annotations Overview): Describe the "set annotate" command.
7837
82f2d802
EZ
78382005-04-01 Eli Zaretskii <eliz@gnu.org>
7839
7840 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7841 Rearrange index entries and improve wording about support for
7842 hardware watchpoints.
7843
7d51c7de
BR
78442005-03-10 Bob Rossi <bob@brasko.net>
7845
7846 * gdb.texinfo: Update copyright
7847
68c71a2e
TR
78482005-02-09 Theodore A. Roth <troth@openavr.org>
7849
7850 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7851 error.
7852
83761cbd
KB
78532005-02-03 Kevin Buettner <kevinb@redhat.com>
7854
7855 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7856
9f1c6395
MS
78572005-01-17 Michael Snyder <msnyder@redhat.com>
7858
7859 * gdb.texinfo: Fix spelling, infinte -> infinite.
7860
fbd1b305
MK
78612005-01-08 Mark Kettenis <kettenis@gnu.org>
7862
7863 * observer.texi (GDB Observers): Document "solib_loaded".
7864
3ace7edb
AC
78652005-01-07 Andrew Cagney <cagney@gnu.org>
7866
bec39cab
AC
7867 * configure.ac: Rename configure.in, require autoconf 2.59.
7868 * configure: Re-generate.
7869
3ace7edb
AC
7870 * configure.in: Replace configdirs with multiple references to
7871 AC_CONFIG_SUBDIRS.
7872 * configure: Re-generate.
5ae4183a 7873
53531fc1
AC
78742005-01-04 Andrew Cagney <cagney@gnu.org>
7875
7876 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7877 part of the version number.
7878
536ffdb7
MK
78792004-12-24 Mark Kettenis <kettenis@gnu.org>
7880
7881 * gdbint.texinfo (Algorithms): Remove description of
7882 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7883
e1aac25b
JB
78842004-12-07 Jim Blandy <jimb@redhat.com>
7885
7886 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7887 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7888 numbers.
7889
f47b1503
AS
78902004-12-07 Andreas Schwab <schwab@suse.de>
7891
7892 * gdb.texinfo (Mode Options): Document -l option.
7893
b6b8ece6
EZ
78942004-12-04 Eli Zaretskii <eliz@gnu.org>
7895
7896 * gdbint.texinfo (Algorithms): More accurate description of
7897 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7898 is not needed unless data-read and data-access watchpoints are
7899 supported. Add a description of how GDB checks whether the
7900 inferior stopped because a watchpoint was hit.
7901
01371747
EZ
79022004-11-23 Eli Zaretskii <eliz@gnu.org>
7903
7904 * gdb.texinfo (Files): Add cross-reference to description of
7905 -readnow command-line switch.
7906
2315ffec
RC
79072004-11-10 Randolph Chung <tausq@debian.org>
7908
7909 * gdb.texinfo: Document set/show backtrace past-entry commands.
7910 Rearrange index entries for set/show backtrace past-main.
7911
69065f5d
AC
79122004-11-10 Jon Beniston <jon@beniston.com>
7913
7914 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
7915 * gdb.texinfo (Remote Serial Protocol): Further describe
7916 binary transfer escaping mechanism .
69065f5d 7917
30e91e0b
RC
79182004-11-08 Randolph Chung <tausq@debian.org>
7919
7920 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7921 and "show debug infrun". Add index entries.
7922
60bf7e09
EZ
79232004-10-23 Eli Zaretskii <eliz@gnu.org>
7924
7925 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7926 "info proc" that are already implemented. Add index entries.
7927 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
7928 (Files): Add a tip for decreasing memory used for symtabs from
7929 shared libraries.
f018e82f
EZ
7930 (Starting): Fix whitespace; make "elaboration" stand out where it
7931 is first used, and add an index entry for the term.
f8568604
EZ
7932 (Calling): Expand and elaborate text. Add "print". Add the
7933 description of problems with weak aliases.
384ee23f 7934 (Core File Generation): New section.
60bf7e09 7935
d52fe014
AC
79362004-10-12 Andrew Cagney <cagney@gnu.org>
7937
7938 * gdbint.texinfo (Versions and Branches): New chapter.
7939 (Releasing GDB): Delete "Versions and Branches" section.
7940 (Top): Add "Versions and Branches".
7941
703663ab
EZ
79422004-10-08 Eli Zaretskii <eliz@gnu.org>
7943
7944 * gdb.texinfo (Editing, History): Add cross-references to the
7945 included Readline and History user documentation. Remove
7946 references to the symbol have-readline-appendices which is unused
7947 and undefined.
7948 (History): Fix indexing.
7949
ac77d04f
JJ
79502004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7951
7952 * gdbint.texinfo (target_stopped_data_address): Update to
7953 new prototype.
7954 (i386_stopped_data_address): Update prototype and description.
7955 (i386_stopped_by_watchpoint): New function and description.
7956
e07c999f
PH
79572004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7958
7959 * gdb.texinfo (Filenames): Add Ada suffixes.
7960 (Ada) New section.
7961
2e868123
AC
79622004-09-27 Andrew Cagney <cagney@gnu.org>
7963 Robert Picco <Robert.Picco@hp.com>
7964
7965 * gdb.texinfo (Packets): Document the "p" packet.
7966
02a57714
JM
79672004-09-21 Jason Molenda (jmolenda@apple.com)
7968
7969 * gdb.texinfo (Paths and Names of the Source Files): Document the
7970 meaning of values in the 'desc' field of a SO stab.
7971
ae038cb0
DJ
79722004-09-20 Daniel Jacobowitz <dan@debian.org>
7973
7974 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7975 max-cache-age" and "maint show dwarf2 max-cache-age".
7976
f7dc1244
EZ
79772004-09-16 Eli Zaretskii <eliz@gnu.org>
7978
7979 * gdb.texinfo (Set Breaks): Add index entry for setting
7980 breakpoints on overloaded C++ functions that are not members of
7981 any classes. Add an example and an index entry for setting
7982 breakpoints on all program functions.
7983 (Character Sets, Macros, Overlay Commands)
7984 (Non-debug DLL symbols, GDB/MI Output Syntax)
7985 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7986 Use "(@value{GDBP})" instead of a literal "(gdb)".
7987
f810308b
AC
79882004-09-12 Andrew Cagney <cagney@gnu.org>
7989
7990 * gdbint.texinfo (Native Debugging): Delete description of
7991 FILES_INFO_HOOK.
7992
15a661f3
PH
79932004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7994
5ae4183a
AS
7995 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7996 to hex_string_custom (not historically correct, but more
15a661f3
PH
7997 understandable, given the current code).
7998
f3219c75
AC
79992004-09-03 Andrew Cagney <cagney@gnu.org>
8000
8001 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8002
f3bb6704
JJ
80032004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8004
8005 * observer.texi (solib_unloaded): New observer.
8006
8d2c00cb
AC
80072004-08-24 Andrew Cagney <cagney@gnu.org>
8008
8009 * gdbint.texinfo (Target Architecture Definition): Add missing
8010 comma.
8011
e7dc800a
MC
80122004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8013
8014 * (Using the Testsuite): build != host is supported,
8015 but some test scripts do not support build != host.
8016
73b03683
MK
80172004-08-14 Mark Kettenis <kettenis@gnu.org>
8018
8019 * gdbint.texinfo (Host Definition): Delete description of
8020 FCLOSE_PROVIDED and GETENV_PROVIDED.
8021
c0ccb908
MK
80222004-08-05 Mark Kettenis <kettenis@chello.nl>
8023
8024 * gdbint.texinfo (Host Definition): Delete description of
8025 NO_SYS_FILE.
8026 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8027 PTRACE_FP_BUG.
8028
9c8dbfa9
AC
80292004-08-05 Andrew Cagney <cagney@gnu.org>
8030
8031 * gdbint.texinfo (Target Architecture Definition): Delete
8032 reference to deprecated_read_fp.
8033
f42accbe
AC
80342004-08-02 Andrew Cagney <cagney@gnu.org>
8035
8036 * gdbint.texinfo (Target Architecture Definition): Delete
8037 description of DEPRECATED_REGISTER_BYTES.
8038
0b66e38c
EZ
80392004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8040
8041 * gdb.texinfo (Source Path): Document the new behavior of
8042 searching for the source files.
8043
15387254
EZ
80442004-07-17 Eli Zaretskii <eliz@gnu.org>
8045
8046 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8047 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8048 (Auto Display): Improve indexing.
8049
2c07db7a
AC
80502004-07-16 Andrew Cagney <cagney@gnu.org>
8051
8052 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8053 "-noasync".
8054
4644b6e3
EZ
80552004-07-09 Eli Zaretskii <eliz@gnu.org>
8056
8057 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8058 have the same prefix have only their prefix in the index.
8059
7561d450
MK
80602004-07-03 Mark Kettenis <kettenis@gnu.org>
8061
8062 * gdb.texinfo (BSD libkvm Interface): New node (section)
8063 (Native): Add it to the menu.
8064
67bebe79
MK
80652004-07-01 Mark Kettenis <kettenis@gnu.org>
8066
8067 * gdbint.texinfo (Target Architecture Definition): Remove
8068 PCC_SOL_BROKEN.
8069
1a6923e0
MK
80702004-06-24 Mark Kettenis <kettenis@gnu.org>
8071
8072 * gdbint.texinfo (Target Architecture Definition): Remove
8073 SUN_FIXED_LBRAC_BUG.
8074
b435e160
AC
80752004-06-26 Andrew Cagney <cagney@gnu.org>
8076
8077 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8078
b5622e8d
AC
80792004-06-20 Andrew Cagney <cagney@gnu.org>
8080
8081 * gdbint.texinfo (Target Architecture Definition): Deprecate
8082 USE_STRUCT_CONVENTION.
8083
e0c07bf0
MC
80842004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8085
8086 gdb.texinfo (Bug Reporting): Mention session recording,
8087 with the script command or Emacs.
8088
782263ab
AC
80892004-06-18 Andrew Cagney <cagney@gnu.org>
8090
8091 * gdbint.texinfo (Target Architecture Definition): Deprecate
8092 FUNCTION_START_OFFSET.
8093
03727ca6
AC
80942004-06-14 Andrew Cagney <cagney@gnu.org>
8095
8096 Based on changes from Karl Berry.
8097 * gdb.texinfo: Do not use @sc in a direntry.
8098 * stabs.texinfo: Change @dircateogry to "Software development".
8099 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8100
97092415
AC
81012004-06-13 Andrew Cagney <cagney@gnu.org>
8102
8103 * gdbint.texinfo (Target Architecture Definition): Delete
8104 description of RETURN_VALUE_ON_STACK.
8105
1f6d4158
AC
81062004-06-09 Andrew Cagney <cagney@gnu.org>
8107
8108 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8109 deleted by previous patch.
8110
d966f0cb
AC
81112004-06-08 Andrew Cagney <cagney@gnu.org>
8112
8113 * gdbint.texinfo (Native Debugging): Delete documentation on
8114 ATTACH_DETACH.
8115
86fe4aaa
RC
81162004-06-06 Randolph Chung <tausq@debian.org>
8117
8118 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8119
d4b6d575
RC
81202004-06-06 Randolph Chung <tausq@debian.org>
8121
5ae4183a 8122 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
8123 the new push_dummy_call method signature. Describe the function
8124 argument.
8125
4e8b0763
JB
81262004-05-24 Joel Brobecker <brobecker@gnat.com>
8127
8128 * gdb.texinfo (Starting): Document new start command.
8129
59caf092
AC
81302004-05-21 Andrew Cagney <cagney@redhat.com>
8131
8132 * observer.texi (GDB Observers): Document "inferior_created".
8133
e4a2df64
AC
81342004-05-08 Andrew Cagney <cagney@redhat.com>
8135
e6b55ae2
AC
8136 * gdbint.texinfo (Target Architecture Definition): Delete
8137 description of DO_DEFERRED_STORES.
8138
28954179
AC
8139 * gdbint.texinfo (Target Architecture Definition): Delete
8140 references to DEPRECATED_FIX_CALL_DUMMY.
8141
434b87dd
AC
8142 * gdbint.texinfo (Target Architecture Definition): Delete
8143 description of DEPRECATED_CALL_DUMMY_WORDS,
8144 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8145
58d28df8
AC
8146 * gdbint.texinfo (Target Architecture Definition): Delete
8147 description of DEPRECATED_PUSH_DUMMY_FRAME.
8148
e4a2df64
AC
8149 * gdbint.texinfo (Target Architecture Definition): Delete
8150 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8151
2b4855ab
AC
81522004-05-07 Andrew Cagney <cagney@redhat.com>
8153
8154 * observer.texi (GDB Observers): Add "Debugging" section. Include
8155 cross reference to "set/show debug observer".
8156 * gdb.texinfo (Debugging Output): Document "set/show debug
8157 observer".
8158
fcf70625
AC
81592004-05-01 Andrew Cagney <cagney@redhat.com>
8160
8161 * gdbint.texinfo (Target Architecture Definition): Delete
8162 description of DEPRECATED_PC_IN_SIGTRAMP.
8163
8ee56bcf
AC
81642004-04-30 Andrew Cagney <cagney@redhat.com>
8165
8166 * gdbint.texinfo (Target Architecture Definition): Delete
8167 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8168
67ab9a76
OF
81692004-04-30 Orjan Friberg <orjanf@axis.com>
8170
8171 * observer.texi (GDB Observers): Correct spelling.
8172
79346bcb
OF
81732004-04-26 Orjan Friberg <orjanf@axis.com>
8174
8175 * observer.texi (GDB Observers): Add target_changed event.
8176
7a464420
AC
81772004-04-08 Andrew Cagney <cagney@redhat.com>
8178
8179 * observer.texi (GDB Observers): Rework, provide generic observer
8180 definitions and then a list of observable events.
8181
6cdf9d98
AC
81822004-04-04 Andrew Cagney <cagney@redhat.com>
8183
8184 * gdbint.texinfo (Host Definition): Delete reference to
8185 NO_SIGINTERRUPT.
8186
ddc135a4
AC
81872004-04-02 Andrew Cagney <cagney@redhat.com>
8188
8189 * gdbint.texinfo (Target Architecture Definition): Delete
8190 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8191
6a1b180d
SC
81922004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8193
8194 * gdb.texinfo (TUI Commands): Document tui reg commands.
8195
d0d5df6f
AC
81962004-03-26 Andrew Cagney <cagney@redhat.com>
8197
8198 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8199 "gdbtui".
8200 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8201 (Contributors): Mention both Text and Terminal User Interface.
8202
aa2a3f87
AC
82032004-03-23 Andrew Cagney <cagney@redhat.com>
8204
8205 * gdbint.texinfo (Target Architecture Definition): Deprecate
8206 references to SIGTRAMP_START and SIGTRAMP_END.
8207
f561f026
AC
82082004-03-23 Andrew Cagney <cagney@redhat.com>
8209
8210 * gdbint.texinfo (Target Architecture Definition): Deprecate
8211 references to PC_IN_SIGTRAMP.
8212
33cb8b0f
AC
82132004-03-19 Andrew Cagney <cagney@redhat.com>
8214
8215 * gdbint.texinfo (Target Architecture Definition): Delete
8216 reference to GDB_TARGET_IS_HPPA.
8217
fc989b7a
AC
82182004-03-18 Andrew Cagney <cagney@redhat.com>
8219
8220 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8221 describe pre_init and post_init.
8222
701b08bb
DJ
82232004-03-09 Daniel Jacobowitz <drow@mvista.com>
8224
8225 * gdb.texinfo (Debugging Output): Document values for "set debug
8226 target".
8227
faae5abe
AC
82282004-02-28 Andrew Cagney <cagney@redhat.com>
8229
8230 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8231
dd79a6cf
JJ
82322004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8233
8234 * gdb.texinfo (breakpoints): Add information about the
8235 new "set breakpoint pending" and "show breakpoint pending"
8236 commands.
8237
e7f16015
AC
82382004-02-26 Andrew Cagney <cagney@redhat.com>
8239
8240 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8241 in Per-architecture module data section.
8242
7161a3a6
RM
82432004-02-25 Roland McGrath <roland@redhat.com>
8244
8245 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8246
2154891a
AC
82472004-02-24 Andrew Cagney <cagney@redhat.com>
8248
8249 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8250 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8251 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 8252
6c74ac8b
AC
82532004-02-17 Andrew Cagney <cagney@redhat.com>
8254
8255 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8256
19772a2c
AC
82572004-02-16 Andrew Cagney <cagney@redhat.com>
8258
8259 * gdbint.texinfo (Target Architecture Definition): Deprecate
8260 FRAMELESS_FUNCTION_INVOCATION.
8261
c9830293
AC
82622004-02-16 Andrew Cagney <cagney@redhat.com>
8263
8264 * gdbint.texinfo (Coding): Mention -Wunused-function.
8265
b9d26eb9
AC
82662004-02-14 Andrew Cagney <cagney@redhat.com>
8267
8268 * gdbint.texinfo (Target Architecture Definition): Delete
8269 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8270
49efadf5
EZ
82712004-02-12 Elena Zannoni <ezannoni@redhat.com>
8272
8273 * gdb.texinfo: Properly quote the name "C++".
8274 * gdbint.texinfo: Ditto.
8275 * stabs.texinfo: Ditto.
8276
1eb288ea
EZ
82772004-02-11 Elena Zannoni <ezannoni@redhat.com>
8278
8279 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8280 minimal information about libiberty.
8281
e4937fc1
MC
82822004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8283
8284 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8285
a9331b3f
RM
82862004-02-04 Roland McGrath <roland@redhat.com>
8287
8288 * gdb.texinfo (Auxiliary Vector): New node (section).
8289 (Data): Add it to the menu.
8290
2650777c
JJ
82912004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8292
8293 * gdb.texinfo (Breakpoints): Add information about pending
8294 breakpoint support.
8295
b4501125
AC
82962004-01-26 Andrew Cagney <cagney@redhat.com>
8297
8298 * gdb.texinfo (Overview): Delete references to the cisco protocol
8299 including the "N" response.
8300
74055713
AC
83012004-01-26 Andrew Cagney <cagney@redhat.com>
8302
8303 * gdbint.texinfo (Target Architecture Definition): Rename
8304 EXTRACT_STRUCT_VALUE_ADDRESS to
8305 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 8306
3bbe9696
EZ
83072004-01-24 Eli Zaretskii <eliz@gnu.org>
8308
8309 * gdb.texinfo (KOD): Document "show os". Add index entries for
8310 "set/show os" and "info cisco" commands.
8311
5843504f
EZ
83122004-01-21 Eli Zaretskii <eliz@gnu.org>
8313
8314 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8315
9175c9a3
MC
83162004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8317
8318 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8319 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8320
8e94b928
NR
83212004-01-19 Nick Roberts <nick@nick.uklinux.net>
8322
8323 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8324 -stack-list-locals.
8325 (GDB/MI Variable Objects): Describe extension to
8326 -var-list-children.
8327
a20cf136
DJ
83282004-01-17 Daniel Jacobowitz <drow@mvista.com>
8329
8330 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8331
afb18d0f
AC
83322004-01-17 Andrew Cagney <cagney@redhat.com>
8333
8334 * gdbint.texinfo (Target Architecture Definition): Delete
8335 documentation on DEPRECATED_NPC_REGNUM.
8336
b51970ac
DJ
83372004-01-13 Daniel Jacobowitz <drow@mvista.com>
8338
8339 * gdb.texinfo: Update copyright year. Mention that set
8340 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8341 "set follow-fork-mode ask".
8342
0f0cffd2
AC
83432004-01-13 Andrew Cagney <cagney@redhat.com>
8344
8345 * gdbint.texinfo: Update copyright year.
8346 (Coding): Add -Wunused-label to list of -Werror warnings.
8347
c552b3bb 83482004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 8349 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
8350
8351 * gdb.texinfo: Update copyright.
8352 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8353 around names, as appropriate. Minor syntax cleanup of
8354 _NSPrintForDebugger explanation. Two spaces after periods.
8355 GDBN used instead of lit. "gdb". Index entries added for
8356 print-object and _NSPrintForDebugger. @noindent added in one spot.
8357
afe157ca
EZ
83582003-11-11 Elena Zannoni <ezannoni@redhat.com>
8359
8360 * stabs.texinfo: Add dircategory and direntry commands.
8361 * annotate.texinfo: Ditto.
8362
963e2bb7
AC
83632003-11-10 Andrew Cagney <cagney@redhat.com>
8364
8365 * gdbint.texinfo (Target Architecture Definition): Replace the
8366 return_value method's "inval" and "outval" parameters with
8367 "readbuf" and "writebuf".
8368
1d8b2f28
JB
83692003-10-28 Jim Blandy <jimb@redhat.com>
8370
8371 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8372 from "The `F' request packet" and "The `F' reply packet", to make
8373 texi2dvi happy.
8374 (File-I/O remote protocol extension): Update menu entries, too.
8375
36d86913
MC
83762003-10-26 Michael Chastain <mec@shout.net>
8377
8378 * gdb.texinfo (Thread Stops): Document the issue with
8379 premature return from system calls in multi-threaded programs.
8380
ce2826aa
AC
83812003-10-24 Andrew Cagney <cagney@redhat.com>
8382
8383 * annotate.texinfo: Fix "fortunatly"[sic].
8384
f24c5e49
KI
83852003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8386
8387 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8388 with "Hitachi" and "Mitsubishi".
8389
92ad9cd9
AC
83902003-10-20 Andrew Cagney <cagney@redhat.com>
8391
8392 * gdbint.texinfo (Target Architecture Definition): Document
8393 gdbarch_return_value. Add cross references from
8394 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8395 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8396
0ab4b752
MK
83972003-10-18 Mark Kettenis <kettenis@gnu.org>
8398
8399 * gdbint.texinfo (Target Architecture Definition): Document
8400 regset_from_core_section.
fb3e19c0
KI
8401
84022003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8403
8404 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8405
a9331b3f 84062003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
8407
8408 From Anthony Green <green@redhat.com>:
5ae4183a 8409 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 8410
1485d690
KB
84112003-10-14 Kevin Buettner <kevinb@redhat.com>
8412
889bf7c5
PA
8413 * gdb.texinfo (Breakpoint related warnings): New node.
8414 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 8415
86d30acc
DJ
84162003-10-13 Daniel Jacobowitz <drow@mvista.com>
8417
8418 * gdb.texinfo (Remote Protocol): Document v and vCont.
8419
172c2a43
KI
84202003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8421
8422 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8423 * gdbint.texinfo: Ditto.
8424
71952f4c
AC
84252003-10-09 Andrew Cagney <cagney@redhat.com>
8426
8427 From 2003-09-18 David Anderson <davea@sgi.com>:
8428 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8429 "command".
8430
268e2188
AC
84312003-10-03 Andrew Cagney <cagney@redhat.com>
8432
8433 * gdbint.texinfo (Target Architecture Definition): Deprecate
8434 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8435 just target.
8436
12c266ea 84372003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 8438
f30992d4 8439 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
8440 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8441 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8442 * gdbint.texinfo (Target Architecture Definition): Rename
8443
84442003-09-30 Andrew Cagney <cagney@redhat.com>
8445
f30992d4 8446 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 8447 (Target Architecture Definition):
f30992d4 8448
2e092625
AC
8449 * gdbint.texinfo (Target Architecture Definition): Rename
8450 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8451
0717ae8a
AC
84522003-09-29 Andrew Cagney <cagney@redhat.com>
8453
dad809b7
AC
8454 * gdbint.texinfo (Target Architecture Definition): Delete
8455 documentation for NEED_TEXT_START_END.
8456
0717ae8a
AC
8457 * gdbint.texinfo (Target Architecture Definition): Rename
8458 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8459 TARGET_WRITE_PC.
a9331b3f 8460
af6cf26d
MC
84612003-09-22 Michael Chastain <mec@shout.net>
8462
8463 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8464
ee206350
AG
84652003-09-21 Anthony Green <green@redhat.com>
8466
8467 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8468
a38c9fe6
MK
84692003-09-21 Mark Kettenis <kettenis@gnu.org>
8470
8471 * gdbint.texinfo (Target Architecture Definition): Document
8472 stabs_argument_has_addr.
8473
77949794
AC
84742003-09-18 Andrew Cagney <cagney@redhat.com>
8475
8476 * gdbint.texinfo (Target Architecture Definition): Delete
8477 documentation on REGISTER_NAMES.
8478
8e823e25
MK
84792003-09-13 Mark Kettenis <kettenis@gnu.org>
8480
8481 * gdbint.texinfo (Target Architecture Definition): Replace
8482 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8483
f27dd7fd
AC
84842003-09-11 Andrew Cagney <cagney@redhat.com>
8485
8486 * gdbint.texinfo (Target Architecture Definition): Replace
8487 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8488
8b148df9
AC
84892003-08-18 Andrew Cagney <cagney@redhat.com>
8490
8491 * gdbint.texinfo (Target Architecture Definition): Document
8492 "frame_red_zone_size".
8493
25d29d70
AC
84942003-08-09 Andrew Cagney <cagney@redhat.com>
8495
8496 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8497 with "set/show backtrace past-main" and "set/show backtrace
8498 limit".
8499
c938e9b0
L
85002003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8501
8502 * Makefile.in (install-info): Support DESTDIR.
8503 (install-html): Likewise.
8504
64fabec2
AC
85052003-08-07 Andrew Cagney <cagney@redhat.com>
8506
8507 Patch from Nick Roberts.
8508 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8509 bindings. Remove description of send-gdb-command.
8510
2fcf52f0
AC
85112003-08-07 Andrew Cagney <cagney@redhat.com>
8512
8513 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8514 GDB 6.0.
8515
086432e2
AC
85162003-08-06 Andrew Cagney <cagney@redhat.com>
8517
8518 * gdb.texinfo (Mode Options): Mention that level three is the
8519 highest available and that level 2 is deprecated.
8520 (Annotations Overview): Mention annotation levels. Cross reference
8521 to "Limitations of the Annotation Interface" in annotate.texi.
8522 (TODO, Value Annotations, Frame Annotations): Delete section.
8523 (Displays, Breakpoint Info): Delete.
8524
e5249f67
AC
85252003-08-04 Andrew Cagney <cagney@redhat.com>
8526
8527 * agentexpr.texi: Delete @bye.
8528 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8529 (stabs.info): Add $(srcdir) to include search path.
8530 (html): Depend on "annotate_toc.html", and not "annotate.html".
8531 * stabs.texinfo: Ditto. Include "fdl.texi".
8532 * gdbint.texinfo: Update copyright statement's list of invariant
8533 sections.
8534
e6f672d2
AC
85352003-07-28 Andrew Cagney <cagney@redhat.com>
8536
8537 * Makefile.in (INFO_DEPS): Add annotate.info.
8538 (dvi, ps, html, pdf): Add annotate.
8539 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8540 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8541 (ANNOTATE_DOC_FILES): New macro.
8542 (ANNOTATE_TEX_TMPS): New macro.
8543 (annotate.info, annotate_toc.html): Specify dependencies.
8544 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8545 * annotate.texinfo: Rename annotate.texi. Get building. Add
8546 "Migrating to GDB/MI" and "Limitations of the Annotation
8547 Interface" chapters. Mention why it is not part of the user
8548 guide. Update copyright notice. Include "fdl.texi".
8549
72ffddc9
SC
85502003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8551
8552 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8553
a9f12a31
DJ
85542003-07-24 Daniel Jacobowitz <drow@mvista.com>
8555
8556 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8557
b1fe9455
DJ
85582003-07-24 Daniel Jacobowitz <drow@mvista.com>
8559
8560 * gdb.texinfo (Server): Mention pidof.
8561
153721e6
AC
85622003-07-22 Andrew Cagney <cagney@redhat.com>
8563
8564 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8565 list.
8566
0fac0b41
DJ
85672003-06-28 Daniel Jacobowitz <drow@mvista.com>
8568
8569 * gdb.texinfo (Logging output): New chapter.
8570
4e562065
JB
85712003-06-24 Joel Brobecker <brobecker@gnat.com>
8572
8573 * gdb.texinfo (Unsupported languages): New section.
8574 (Languages): Add link to new section.
8575
f2c06f52
AC
85762003-06-22 Andrew Cagney <cagney@redhat.com>
8577
8578 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8579
b4177fca
DJ
85802003-06-22 Daniel Jacobowitz <drow@mvista.com>
8581
8582 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8583
f418dd93
DJ
85842003-06-22 Daniel Jacobowitz <drow@mvista.com>
8585
8586 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8587 * agentexpr.texi: Retitle section, and change it to an appendix.
8588 Comment out texinfo initialization. Factor a @var{} into two
8589 pieces to prevent makeinfo warnings.
8590 * gdb.texinfo: Add Agent Expressions appendix.
8591
4ca61388
DJ
85922003-06-19 Daniel Jacobowitz <drow@mvista.com>
8593
8594 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8595
07f31aa6
DJ
85962003-06-18 Daniel Jacobowitz <drow@mvista.com>
8597
5ae4183a 8598 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
8599 remote target". Document the "detach" and "disconnect" commands.
8600 (Server, Netware, Debug Session): Reference "Connecting to a
8601 remote target".
8602 (GDB/MI Target Manipulation): Document "-target-disconnect".
8603
2dd0da42
AC
86042003-06-13 Andrew Cagney <cagney@redhat.com>
8605
8606 * gdbint.texinfo (Target Architecture Definition): Deprecate
8607 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8608 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8609
e7a3abfc
JB
86102003-06-09 Jim Blandy <jimb@redhat.com>
8611
8612 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8613
25e3a86b
AC
86142003-06-08 Andrew Cagney <cagney@redhat.com>
8615
8616 * gdbint.texinfo (Target Architecture Definition): Delete
8617 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8618
a9e5fdc2
AC
86192003-06-08 Andrew Cagney <cagney@redhat.com>
8620
8621 * gdbint.texinfo (Target Architecture Definition): Document
8622 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8623
b37303ee
AF
86242003-06-07 Adam Fedor <fedor@gnu.org>
8625
8626 * gdb.texinfo: Add Objective-C documentation.
8627
39fe6e80
AC
86282003-06-01 Andrew Cagney <cagney@redhat.com>
8629
8630 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8631 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8632
125309b2
AC
86332003-05-21 Andrew Cagney <cagney@redhat.com>
8634
8635 * gdbint.texinfo (Target Architecture Definition): Delete
8636 references to "extract_address" and "store_address".
8637
b8b527c5
AC
86382003-05-16 Andrew Cagney <cagney@redhat.com>
8639
8640 * gdbint.texinfo (Target Architecture Definition): Replace
8641 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8642 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8643
50e3ee83
TR
86442003-05-14 Theodore A. Roth <troth@openavr.org>
8645
8646 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8647
44e2be90
L
86482003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8649
8650 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8651 (gdb.dvi): Likewise.
8652 (gdb.pdf): Likewise.
8653 (links2roff): Likewise.
8654
df5215a6
JB
86552003-05-08 Jim Blandy <jimb@redhat.com>
8656
8657 * gdb.texinfo (Dump/Restore Files): Update documentation for
8658 'dump', 'append', and 'restore': note that format argument is
8659 optional; simplify presentation of the command variants; and be
8660 more precise about the formats.
8661
5e7b2f39
JB
86622003-05-07 Jim Blandy <jimb@redhat.com>
8663
8664 * gdb.texinfo (Symbols): Update documentation: 'maint list
8665 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8666 symtabs' and 'maint info psymtabs'.
8667
b1e29e33
AC
86682003-05-05 Andrew Cagney <cagney@redhat.com>
8669
8670 * gdbint.texinfo (Target Architecture Definition): Make
8671 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8672 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8673 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8674
00905d52
AC
86752003-05-04 Andrew Cagney <cagney@redhat.com>
8676
8677 * gdb.texinfo (Maintenance Commands): Document "maint print
8678 dummy-frames".
8679
54ff5908
AC
86802003-05-04 Andrew Cagney <cagney@redhat.com>
8681
8682 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8683
32e7087d
JB
86842003-05-03 J. Brobecker <brobecker@gnat.com>
8685
8686 Thierry Schneider <tpschneider1@yahoo.com>
8687 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8688 for new MI command.
8689
7043d8dc
AC
86902003-05-03 Andrew Cagney <cagney@redhat.com>
8691
8692 * gdbint.texinfo (Target Architecture Definition): Document
8693 push_dummy_code. Add cross references.
8694
e33d66ec
EZ
86952003-05-02 Elena Zannoni <ezannoni@redhat.com>
8696
8697 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8698 set/show charsets commands.
8699
0ba6dca9
AC
87002003-04-28 Andrew Cagney <cagney@redhat.com>
8701
8702 * gdbint.texinfo (Target Architecture Definition): Replace
8703 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8704 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8705
d7a27068
AC
87062003-04-28 Andrew Cagney <cagney@redhat.com>
8707
8708 * gdbint.texinfo (Target Architecture Definition): Rename
8709 "tm_print_insn" to "deprecated_tm_print_insn".
8710
44ea7b70
JB
87112003-04-09 Jim Blandy <jimb@redhat.com>
8712
8713 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8714 list psymtabs'.
8715
fb8f8949
AC
87162003-04-08 Andrew Cagney <cagney@redhat.com>
8717
8718 * gdbint.texinfo (Target Architecture Definition): Delete
8719 references to EXTRA_FRAME_INFO.
8720
32fb0f22
AC
87212003-04-08 Andrew Cagney <cagney@redhat.com>
8722
8723 * gdbint.texinfo (Target Architecture Definition): Delete
8724 PRINT_TYPELESS_INTEGER.
8725
6be67e67
JB
87262003-04-02 J. Brobecker <brobecker@gnat.com>
8727
8728 * observer.texi (GDB Observers): Adjust the documentation for the
8729 normal_stop notification to better describe reality. Fix a couple
8730 of minor typos.
8731
4e35d5f0
BR
87322003-04-02 Bob Rossi <bob_rossi@cox.net>
8733
a9331b3f 8734 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
8735 '-file-list-exec-source-file'
8736
e8a8712a
AC
87372003-03-31 Andrew Cagney <cagney@redhat.com>
8738
8739 * gdbint.texinfo (Target Architecture Definition): Delete
8740 references to CALL_DUMMY_P.
8741
6c0e89ed
AC
87422003-03-30 Andrew Cagney <cagney@redhat.com>
8743
8744 * gdbint.texinfo (Target Architecture Definition): Remove
8745 reference to TARGET_WRITE_SP.
a9331b3f 8746
378bfd1b
AC
87472003-03-27 Andrew Cagney <cagney@redhat.com>
8748
8749 * gdbint.texinfo (Target Architecture Definition): Remove
8750 references to write_sp.
6c0e89ed 8751
922fbb7b
AC
87522003-03-27 Andrew Cagney <cagney@redhat.com>
8753
8754 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8755 chapter body. Use @smallexample instead of @example.
8756 (Annotations): Ditto.
8757 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8758 annotate.texi.
8759
b81774d8
AC
87602003-03-26 Andrew Cagney <cagney@redhat.com>
8761
8762 * gdbint.texinfo (Target Architecture Definition): Replace
8763 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8764 dummy_addr parameters.
8765
1bf6d5cc
AC
87662003-03-25 Andrew Cagney <cagney@redhat.com>
8767
8768 * gdbint.texinfo (Target Architecture Definition): Delete
8769 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8770 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8771 Add reference to PUSH_ARGUMENTS.
8772
618ce49f
AC
87732003-03-23 Andrew Cagney <cagney@redhat.com>
8774
8775 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8776 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8777
bcd7e15f
JB
87782003-03-18 J. Brobecker <brobecker@gnat.com>
8779
8780 * gdbint.texinfo (Algorithms): Add new section describing the
8781 Observer paradigm.
8782 (Top): Add menu entry to new observer appendix.
8783 * observer.texi: New file.
8784 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8785 new observer.texi file.
8786
9fe8321b
AC
87872003-03-17 Andrew Cagney <cagney@redhat.com>
8788
8789 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8790 that GNU Press update the manual version number.
8791
ac2adee5
AC
87922003-03-12 Andrew Cagney <cagney@redhat.com>
8793
8794 * gdbint.texinfo (Target Architecture Definition): Delete
8795 references to get_saved_register. Rename GET_SAVED_REGISTER to
8796 DEPRECATED_GET_SAVED_REGISTER.
8797
749b82f6
AC
87982003-03-13 Andrew Cagney <cagney@redhat.com>
8799
8800 * gdbint.texinfo (Target Architecture Definition): Replace
8801 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8802
8bedc050
AC
88032003-03-12 Andrew Cagney <cagney@redhat.com>
8804
8805 * gdbint.texinfo (Target Architecture Definition): Rename
8806 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 8807
0ce1b118
CV
88082003-03-10 Corinna Vinschen <vinschen@redhat.com>
8809
8810 * gdb.texinfo: Add File-I/O documentation.
8811
12cc2063
AC
88122003-03-10 Andrew Cagney <cagney@redhat.com>
8813
8814 * gdbint.texinfo (Target Architecture Definition): Cross reference
8815 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8816
7453dc06
AC
88172003-03-07 Andrew Cagney <cagney@redhat.com>
8818
8819 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8820 frame" command.
8821
6314f104
AC
88222003-03-05 Andrew Cagney <cagney@redhat.com>
8823
8824 * gdbint.texinfo (Target Architecture Definition): Document
8825 unwind_dummy_id. Cross reference unwind_dummy_id and
8826 SAVE_DUMMY_FRAME_TOS.
8827
f1212245
DJ
88282003-03-05 James Ingham <jingham@apple.com>
8829 Daniel Jacobowitz <drow@mvista.com>
8830
8831 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8832 and "show cp-abi".
8833
77e7e267
AC
88342003-03-03 Andrew Cagney <cagney@redhat.com>
8835
8836 * gdbint.texinfo (Target Architecture Definition): Document
8837 register_type.
8838
838a8221
AC
88392003-03-03 Andrew Cagney <cagney@redhat.com>
8840
8841 * stabs.texinfo (Structures): Use @samp and separate @var's
8842 instead of a single @var containing a comma separated list.
8843 (Unions): Ditto.
8844
d7f4a264
DJ
88452003-03-02 Daniel Jacobowitz <drow@mvista.com>
8846
8847 * Makefile.in (distclean): Remove config.log.
8848
f30ee0bc
AC
88492003-03-01 Andrew Cagney <cagney@redhat.com>
8850
8851 * gdbint.texinfo (Target Architecture Definition): Rename
8852 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8853
88542003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
8855
8856 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8857 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8858
be448670
CF
88592003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8860
8861 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8862 (Non-debug DLL symbols): New node, describing the minimal symbols
8863 loaded from DLLs without real debugging symbols.
8864
501eef12
AC
88652003-02-20 Andrew Cagney <ac131313@redhat.com>
8866
8867 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8868 hardware-breakpoint-limit".
8869 (Set Watchpoints): Add cross reference to "set remote
8870 hardware-watchpoint-limit".
8871 (Remote configuration options): New section.
8872
21c294e6
AC
88732003-02-04 Andrew Cagney <ac131313@redhat.com>
8874
e9be73e4
AC
8875 * gdbint.texinfo (Target Architecture Definition): Delete
8876 descrption of IS_TRAPPED_INTERNALVAR.
8877
21c294e6
AC
8878 From Keith Seitz <keiths@redhat.com>:
8879 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8880 option "-i"/"--interpreter" to this chapter. Include index
8881 entries.
8882
0179ffac
DC
88832003-02-04 David Carlton <carlton@math.stanford.edu>
8884
8885 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8886 (Variables): Recommend stabs+ and DWARF 2.
8887 (C plus plus expressions): Correct info about
8888 compiler versions, debug formats.
8889 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8890 PR symtab/874.
8891
7ca9f392
AC
88922003-02-01 Andrew Cagney <ac131313@redhat.com>
8893
8894 * gdbint.texinfo (Target Architecture Definition): Delete
8895 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8896 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8897 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8898 references to nindy and i960.
8899 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8900
31a85ea2
AC
89012003-02-01 Andrew Cagney <ac131313@redhat.com>
8902
8903 * gdbint.texinfo (Target Architecture Definition): Delete
8904 FLOAT_INFO.
8905
6b894e49
AC
89062003-01-30 Andrew Cagney <ac131313@redhat.com>
8907
8908 * stabs.texinfo (Member Type Descriptor): Clarify description of
8909 `@'. Suggested by Ben Hutchings.
8910
c48861fb
AC
89112003-01-29 Andrew Cagney <ac131313@redhat.com>
8912
8913 * gdb.texinfo (M68K): Delete reference to es1800.
8914
617073a9
AC
89152003-01-29 Andrew Cagney <ac131313@redhat.com>
8916
8917 * gdb.texinfo (Maintenance Commands): Document `maint print
8918 reggroups' and `maint print register-groups'.
8919 * gdbint.texinfo (Target Architecture Definition): Document
8920 register_reggroup_p.
8921
5b5d99cf
JB
89222003-01-23 Jim Blandy <jimb@redhat.com>
8923
8924 * gdb.texinfo (Separate Debug Files): New section.
8925
e7ba9c65
DJ
89262003-01-22 Daniel Jacobowitz <drow@mvista.com>
8927
8928 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8929 and "maint show profile".
8930
94e91d6d
MC
89312003-01-16 Michael Chastain <mec@shout.net>
8932
8933 * gdb.texinfo (Installing GDB): Warn against
8934 ".../gdb-VERSION/gdb/configure".
8935 (Separate Objdir): Likewise.
8936
867f3898
AC
89372003-01-15 Andrew Cagney <ac131313@redhat.com>
8938
8939 * gdbint.texinfo (Target Architecture Definition): Delete
8940 definition of PRINT_REGISTER_HOOK.
8941
f153cc92
EZ
89422003-01-15 Elena Zannoni <ezannoni@redhat.com>
8943
8944 (OpenRISC 1000): Fix formatting of command names.
8945
c60eb6f1
EZ
89462003-01-15 Elena Zannoni <ezannoni@redhat.com>
8947
8948 * gdb.texinfo (Continuing and Stepping): Add new command
8949 'advance'. Clarify behavior of 'until'.
8950
f5ebfba0
DJ
89512003-01-13 Daniel Jacobowitz <drow@mvista.com>
8952
8953 * gdb.texinfo (Files): Document solib-absolute-prefix and
8954 solib-search-path.
8955
4ce8657e
MC
89562003-01-09 Michael Chastain <mec@shout.net>
8957
8958 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8959 (Create a Release): Add new instructions for new @file{src-release}.
8960 Document existing instructions for @file{Makefile.in} as
8961 being for @value{GDBN} 5.3.1 or earlier.
8962
372613e3
AC
89632003-01-09 Andrew Cagney <ac131313@redhat.com>
8964
8965 * gdbint.texinfo (Target Architecture Definition): Mention
8966 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8967 allocate memory.
8968
b4e9345d
DJ
89692003-01-04 Daniel Jacobowitz <drow@mvista.com>
8970
8971 * gdb.texinfo (Controlling GDB): Add @kindex for
8972 "show osabi".
8973 (Backtraces): Add @kindex's for backtrace-below-main.
8974
98b45e30
DJ
89752003-01-04 Daniel Jacobowitz <drow@mvista.com>
8976
8977 * gdb.texinfo (Controlling GDB): Document "set osabi".
8978
95f90d25
DJ
89792003-01-04 Daniel Jacobowitz <drow@mvista.com>
8980
8981 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8982 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8983
1e698235
DJ
89842003-01-04 Daniel Jacobowitz <drow@mvista.com>
8985
8986 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8987 "set coerce-float-to-double".
8988 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8989
e632838e
AC
89902003-01-02 Andrew Cagney <ac131313@redhat.com>
8991
8992 * stabs.texinfo: Remove obsolete text.
8993 * gdbint.texinfo: Ditto.
8994 * gdb.texinfo: Ditto.
8995
c133ab7a
MK
89962002-12-22 Mark Kettenis <kettenis@gnu.org>
8997
8998 * gdbint.texinfo (Target Architecture Definition): Update
8999 description of gdbarch_register_osabi.
9000
f821f325
KH
90012002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9002
9003 * agentexpr.texi: Fix typos.
9004 * annotate.texi: Likewise.
9005 * fdl.texi: Likewise.
9006
85a6d8d3 90072002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
9008
9009 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9010 DEPRECATED_INIT_FRAME_PC.
9011
ae45cd16
AC
90122002-12-01 Andrew Cagney <ac131313@redhat.com>
9013
9014 * gdbint.texinfo (Target Architecture Definition): Delete
9015 PC_IN_CALL_DUMMY.
9016
07555a72
AC
90172002-11-28 Andrew Cagney <ac131313@redhat.com>
9018
9019 * gdbint.texinfo (Host Definition): Delete documentation on
9020 USE_GENERIC_DUMMY_FRAMES.
9021
c166cdc7
EZ
90222002-11-26 Elena Zannoni <ezannoni@redhat.com>
9023
5ae4183a 9024 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
9025 * Makefile.in (install-info): Run the install-info command as part
9026 of the post install steps only.
9027 (uninstall-info): New target.
9028 (uninstall): New target.
9029
35db0260
EZ
90302002-11-22 Elena Zannoni <ezannoni@redhat.com>
9031
9032 * Makefile.in (install): Make install do some real work.
9033
9ba8d803
AC
90342002-11-19 Andrew Cagney <ac131313@redhat.com>
9035
9036 Fix POSIX problem reported by Paul Eggert.
9037 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9038 Fix PR gdb/527.
9039
903ad3a6
AC
90402002-10-26 Andrew Cagney <cagney@redhat.com>
9041
9042 * gdbint.texinfo (Target Architecture Definition): Delete
9043 definition of DO_REGISTERS_INFO.
9044
f2abfe65
KB
90452002-10-18 Kevin Buettner <kevinb@redhat.com>
9046
9047 * gdbint.texinfo (Address Classes): Fix problems with insertion
9048 of ``{'' and ``}'' in example.
9049
b5b0480a
KB
90502002-10-17 Kevin Buettner <kevinb@redhat.com>
9051
9052 * gdbint.texinfo (Address Classes): New section.
9053 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9054 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9055 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9056 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9057
c85508ee
KD
90582002-10-11 Klee Dienes <kdienes@apple.com>
9059
9060 * gdb.texinfo (Registers): Mention vector registers as well as
9061 floating registers in the documentation for 'info registers' and
9062 'info all-registers'.
9063
6d12fc3d
DJ
90642002-10-11 Daniel Jacobowitz <drow@mvista.com>
9065
9066 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9067
8d19fbd2
JJ
90682002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9069
9070 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9071 interface definition.
9072
a37295f9
MM
90732002-10-03 Marko Mlinar <markom@opencores.org>
9074
9075 * gdb.texinfo (Target Commands): Add or1k target specific
9076 commands.
9077 * gdb.texinfo (Contributors): Add myself to the contributors list.
9078
da0f9dcd
AC
90792002-10-01 Andrew Cagney <ac131313@redhat.com>
9080
9081 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9082 and "mi1" instead of "mi1" and "mi0".
9083
2e834e49
HPN
90842002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9085
9086 * gdb.texinfo (Packets): Fix typos "alligned".
9087 Correct z3/Z3 description. Correct z4/Z4 title.
9088
050be0dc
AC
90892002-09-27 Andrew Cagney <ac131313@redhat.com>
9090
9091 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9092
1104b9e7
KB
90932002-09-25 Kevin Buettner <kevinb@redhat.com>
9094
9095 * gdb.texinfo: Use GNU/Linux instead of Linux.
9096
512217c7
AC
90972002-09-25 Andrew Cagney <ac131313@redhat.com>
9098
9099 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9100
10998722
AC
91012002-09-24 Andrew Cagney <ac131313@redhat.com>
9102
512217c7 9103 * gdb.texinfo: Replace @example with @smallexample.
10998722 9104
a0eb71c5
KB
91052002-09-20 Kevin Buettner <kevinb@redhat.com>
9106
f7dc1244 9107 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
9108 * gdb.texinfo (Character Sets): Use @smallexample instead of
9109 @example. Use GNU/Linux instead of Linux.
9110
91112002-09-20 Jim Blandy <jimb@redhat.com>
9112
9113 * gdb.texinfo: Add character set documentation.
9114
2f870471
AC
91152002-09-19 Andrew Cagney <ac131313@redhat.com>
9116
9117 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9118 (Packets): Add cross reference from `b' packet to `z' packets.
9119
790eb8f5
AC
91202002-09-19 Andrew Cagney <ac131313@redhat.com>
9121
8d30a00d
AC
9122 * gdb.texinfo (Maintenance Commands): Document ``maint
9123 internal-error'' and ``maint internal-warning''.
9124
790eb8f5
AC
9125 * gdbint.texinfo (Target Architecture Definition): Revise
9126 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9127
a23a7bf1
JB
91282002-09-19 Joel Brobecker <brobecker@gnat.com>
9129
9130 * gdbint.texinfo (Target Conditionals): Document the new
9131 NAME_OF_MALLOC macro.
9132
299ffc64
AC
91332002-09-05 Andrew Cagney <ac131313@redhat.com>
9134
9135 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9136 engineer.
9137
b7bb15bc
SC
91382002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9139
9140 * gdb.texinfo (TUI Overview): Document status line fields.
9141
3d757584
SC
91422002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9143
9144 * gdb.texinfo (TUI Commands): Document info win command.
9145
269c21fe
SC
91462002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9147
9148 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9149
7cf36c78
SC
91502002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9151
9152 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9153 (TUI Keys): Likewise.
9154
d2c6833e
AC
91552002-08-25 Andrew Cagney <ac131313@redhat.com>
9156
9157 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9158 for a packet receive.
9159
46d8b1c3
AC
91602002-08-25 Andrew Cagney <ac131313@redhat.com>
9161
9162 * Makefile.in (clean): Move to end of file.
9163 (distclean, maintainer-clean, realclean): Ditto.
9164 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9165 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9166 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9167 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9168
b0787093
AC
91692002-08-24 Andrew Cagney <ac131313@redhat.com>
9170
9171 * Makefile.in (GDBINT_TEX_TMPS): Define.
9172 (gdbint.dvi, gdbint.pdf): Use
9173 (GDB_TEX_TMPS): Define.
9174 (gdb.dvi, gdb.pdf): Use.
9175 (STABS_TEX_TMPS): Define.
9176 (stabs.dvi, stabs.pdf): Use.
9177 (GDB_DOC_SOURCE_INCLUDES): New macros.
9178 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9179 (GDBINT_DOC_FILES_INCLUDES): New macros.
9180 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9181 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9182 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9183 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9184 (links2roff): Replace SFILES_INCLUDED with
9185 GDB_DOC_SOURCE_INCLUDES.
9186 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9187 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9188 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9189 dependencies.
9190 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9191 dependencies.
9192 (gdbmi.texinfo): Delete rule.
9193 (inc-hist.texinfo): Delete rule.
9194 (rluser.texinfo): Delete rule.
9195
ebba8386
AC
91962002-08-23 Andrew Cagney <cagney@redhat.com>
9197
9198 * gdbint.texinfo (Target Architecture Definition): Update
9199 STORE_RETURN_VALUE, mention regcache.
9200
0ab7a791
AC
92012002-08-21 Andrew Cagney <ac131313@redhat.com>
9202
9203 * gdbint.texinfo (Target Architecture Definition): Document
9204 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9205
ee2d5c50
AC
92062002-08-19 Andrew Cagney <ac131313@redhat.com>
9207
9208 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9209 Fix minor typos. Add index entries.
9210
53c69bd7
AC
92112002-08-18 Andrew Cagney <ac131313@redhat.com>
9212
9213 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9214
e76f1f2e
AC
92152002-08-15 Andrew Cagney <ac131313@redhat.com>
9216
9217 * gdbint.texinfo (Target Architecture Definition): Document
9218 PRINT_VECTOR_INFO.
9219 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9220
0680b120
AC
92212002-08-13 Andrew Cagney <ac131313@redhat.com>
9222
9223 * gdb.texinfo (Maintenance Commands): Document "maint print
9224 registers", "maint print raw-registers" and "maint print
9225 cooked-registers".
9226
3c3bea1c
GS
92272002-08-08 Grace Sainsbury <graces@redhat.com>
9228
a9331b3f 9229 From Mark Salter:
3c3bea1c
GS
9230 * gdb.texinfo (Protocol): Document T packet extension to
9231 allow watchpoint address reporting.
9232
42f9b0a5
AC
92332002-08-03 Andrew Cagney <ac131313@redhat.com>
9234
9235 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9236
db034ac5
AC
92372002-08-01 Andrew Cagney <cagney@redhat.com>
9238
9239 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9240 to CHILL.
9241
e2b28d04
AC
92422002-08-01 Andrew Cagney <ac131313@redhat.com>
9243
9244 * gdbint.texinfo (Coding): Revise section "Include Files".
9245
7fb623f7
AC
92462002-07-24 Andrew Cagney <cagney@redhat.com>
9247
9248 * gdbint.texinfo: Obsolete references to m88k.
9249 * gdb.texinfo: Ditto.
9250
4a2b4636
JB
92512002-07-10 Joel Brobecker <brobecker@gnat.com>
9252
7fb623f7 9253 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
9254 where the proper version of autoconf can be retrieved.
9255
a71ec265
DH
92562002-07-09 Don Howard <dhoward@redhat.com>
9257
9258 * gdb.texinfo (Command Files): Further describe the behavior of
9259 sourced command files.
9260
b9aa90c9
AC
92612002-06-27 Andrew Cagney <ac131313@redhat.com>
9262
9263 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9264 (Coding): Clarify ISO C version that GDB assumes.
9265
40dd2248
TT
92662002-06-26 Tom Tromey <tromey@redhat.com>
9267
9268 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9269 add_setshow_cmd_full.
9270
bfac230e
DH
92712002-06-25 Don Howard <dhoward@redhat.com>
9272
9273 * gdb.texinfo (Memory Region Attributes): Document new behavior
9274 for 'mem' command.
9275
475b0867
JB
92762002-06-11 Jim Blandy <jimb@redhat.com>
9277
919d772c
JB
9278 * gdb.texinfo (Symbols): Update documentation for `info source'
9279 command.
9280
475b0867
JB
9281 * gdb.texinfo (Macros): Call the command `info macro', not
9282 `show macro'.
9283
ba8c9337
AC
92842002-06-09 Andrew Cagney <ac131313@redhat.com>
9285
9286 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9287 data''.
9288
1029b7fa
MK
92892002-06-09 Mark Kettenis <kettenis@gnu.org>
9290
9291 * gdbint.texinfo (Target Architecture Definition): Document
9292 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9293
16737d73
AC
92942002-06-08 Andrew Cagney <ac131313@redhat.com>
9295
9296 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9297 lists.
9298
30107679
AC
92992002-06-08 Andrew Cagney <ac131313@redhat.com>
9300
9301 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9302 Branch''.
9303
3352e23e
AC
93042002-06-01 Andrew Cagney <ac131313@redhat.com>
9305
9306 * gdbint.texinfo (Target Architecture Definition): Add section
9307 ``Converting an existing Target Architecture to Multi-arch''.
9308
cbb09e6a
AC
93092002-05-30 Andrew Cagney <ac131313@redhat.com>
9310
9311 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9312 to ``Obsoleting code''. Revise.
9313
e2e0bcd1
JB
93142002-05-17 Jim Blandy <jimb@redhat.com>
9315
9316 * gdb.texinfo (C Preprocessor Macros): New chapter.
9317 Include it in the main menu.
9318 (Contributors): Credit Jim Blandy with macro support.
9319 (Compilation): Explain how to get macro information into the
9320 executable.
9321 (Expressions): Note that preprocessor macros are expanded.
9322
9db8d71f
DJ
93232002-05-14 Daniel Jacobowitz <drow@mvista.com>
9324
9325 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9326 options for `target remote'.
9327
6d531722
AC
93282002-05-13 Andrew Cagney <ac131313@redhat.com>
9329
9330 * gdbint.texinfo (Target Architecture Definition): Delete
9331 documentation on NNPC_REGNUM.
9332
13d01224
AC
93332002-05-11 Andrew Cagney <ac131313@redhat.com>
9334
9335 * gdbint.texinfo (Target Architecture Definition): Document
9336 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9337 (Target Architecture Definition): Revise section `Using Different
9338 Register and Memory Data Representations'. Add section `Raw and
9339 Virtual Register Representations'.
9340
b2e75d78
AC
93412002-05-11 Andrew Cagney <ac131313@redhat.com>
9342
9343 * gdbint.texinfo (Target Architecture Definition): Mention
9344 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9345 (Target Architecture Definition): Mention same. Add references to
9346 web pages.
9347
2c8682ee
MS
93482002-05-08 Michael Snyder <msnyder@redhat.com>
9349
9350 * stabs.texinfo (Attributes): Document new "vector" attribute.
9351
0816590b
AC
93522002-05-04 Andrew Cagney <ac131313@redhat.com>
9353
9354 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9355
2653173e
AC
93562002-05-04 Andrew Cagney <ac131313@redhat.com>
9357
9358 * gdb.texinfo: Delete obsolete references to a29k.
9359
d7bd68ca
AC
93602002-04-24 Andrew Cagney <ac131313@redhat.com>
9361
9362 * gdbint.texinfo (Target Architecture Definition): Replace
9363 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9364
21d83aa5
DM
93652002-04-24 David S. Miller <davem@redhat.com>
9366
9367 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9368
7673a6cc
DM
93692002-04-21 David S. Miller <davem@redhat.com>
9370
9371 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9372
d49d1e0a
AC
93732002-04-21 Andrew Cagney <ac131313@redhat.com>
9374
9375 * gdbint.texinfo (Target Architecture Definition): Delete
9376 definition of HAVE_REGISTER_WINDOWS.
9377
f7dc1244 93782002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
9379
9380 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9381 "Theodore A. Roth" <troth@verinet.com>.
9382
5ca0cb28
DH
93832002-04-15 Don Howard <dhoward@redhat.com>
9384
f7dc1244 9385 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 9386 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 9387 Provide a better explaination of this feature.
5ca0cb28 9388
f208ba17
AC
93892002-04-14 Andrew Cagney <ac131313@redhat.com>
9390
9391 * gdbint.texinfo (Target Architecture Definition): Remove
9392 FRAME_CHAIN_COMBINE.
9393
d5ba91de
MC
93942002-04-12 Michael Chastain <mec@shout.net>
9395
9396 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9397 REG_STACK_SEGMENT.
9398
26818220
MC
93992002-04-09 Michael Chastain <mec@shout.net>
9400
9401 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9402 PYRAMID_* macros.
9403
129188f6
AC
94042002-04-07 Andrew Cagney <ac131313@redhat.com>
9405
9406 * gdb.texinfo (Bug Reporting): Document that the web is the
9407 prefered way of submitting bug reports.
9408 (Bug Reporting): Delete the s-mail address as the last resort.
9409
8227c0ff
AC
94102002-04-05 Andrew Cagney <ac131313@redhat.com>
9411
9412 * gdbint.texinfo (Target Architecture Definition): Delete
9413 references to TARGET_WRITE_FP and write_fp.
9414
16d9dec6
MS
94152002-03-27 Michael Snyder <msnyder@redhat.com>
9416
9417 * gdb.texinfo: Document new commands dump, append, and restore.
9418
9ae8b82c
AC
94192002-03-27 Andrew Cagney <ac131313@redhat.com>
9420
9421 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9422 Branch'.
9423
474c8240
AC
94242002-03-18 Andrew Cagney <ac131313@redhat.com>
9425
9426 * gdb.texinfo: Change all examples to @smallexample.
9427 * gdbint.texinfo: Ditto.
a9331b3f 9428
fb0ff88f
AC
94292002-03-18 Andrew Cagney <ac131313@redhat.com>
9430
9431 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9432 Branches''.
9433
9bb0a4d8
AC
94342002-03-18 Andrew Cagney <ac131313@redhat.com>
9435
9436 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9437 Policy''.
9438
937f164b
FF
94392002-03-04 Fred Fish <fnf@redhat.com>
9440
9441 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9442 expresson, suports, dependant, trhe, perhaphs, situtations,
9443 explictily, taged, oportunity, unfortunatly).
9444
a7b40f07
AC
94452002-02-24 Andrew Cagney <ac131313@redhat.com>
9446
9447 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9448 Remove reference to 3.12.
9449
aab4e0ec
AC
94502002-02-23 Andrew Cagney <ac131313@redhat.com>
9451
9452 * gdbint.texinfo: Include fdl.texi.
9453 (Top): Add GNU Free Documentation License.
9454 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9455 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9456 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9457 (gdbint.info): Add srcdir to include path.
9458 * gdb.texinfo: Include gpl.texi.
9459 (Top): Add Copying.
9460 * gpl.texi: New file.
9461
47b95330
AC
94622002-02-23 Andrew Cagney <ac131313@redhat.com>
9463
9464 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9465
78c47bea
PM
94662002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9467
9468 * gdb.texinfo: Document Cygwin native specific commands.
9469
56460a61
DJ
94702002-02-15 Daniel Jacobowitz <drow@mvista.com>
9471
9472 * gdb.texinfo: Document gdbserver ``--attach'' command.
9473
def71bfa
MS
94742002-02-07 Michael Snyder <msnyder@redhat.com>
9475
9476 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9477 to @code(_ovly_debug_event).
9478
c928edc0
AC
94792002-02-07 Andrew Cagney <ac131313@redhat.com>
9480
9481 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9482
81d46470
MS
94832002-02-06 Michael Snyder <msnyder@redhat.com>
9484
9485 * gdb.texinfo (overlays): Mention new magic symbol
9486 '_ovly_debug_event', which allows GDB to keep better track
9487 of overlays.
9488
f7dc1244 94892002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
9490
9491 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9492 Suggested by Dmitry Sivachenko.
9493
9494 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9495
15110bc3
MS
94962002-02-01 Michael Snyder <msnyder@redhat.com>
9497
9498 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9499
6763aef9
MS
95002002-01-30 Michael Snyder <msnyder@redhat.com>
9501
ac282366
MS
9502 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9503 (set trust-readonly-sections): Document.
6763aef9 9504
8642bc8f
AC
95052002-01-29 Andrew Cagney <ac131313@redhat.com>
9506
9507 * gdbint.texinfo (Releasing GDB): Revise and update.
9508
afe64c1a
AC
95092002-01-28 Andrew Cagney <ac131313@redhat.com>
9510
9511 * gdbint.texinfo (Target Architecture Definition): Delete
9512 description of TARGET_BYTE_ORDER_DEFAULT.
9513
f7dc1244 95142002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
9515
9516 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9517 <mitya@cavia.pp.ru>.
9518
3d6e1b5a
AC
95192002-01-23 Andrew Cagney <ac131313@redhat.com>
9520
9521 * libgdb.texinfo: Delete file.
9522
6c0e9fb3
AC
95232002-01-22 Andrew Cagney <ac131313@redhat.com>
9524
9525 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9526 * gdbint.texinfo: Ditto.
9527
e0ce93ac
AC
9528Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9529
9530 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9531
be298bcc
AC
95322002-01-22 Andrew Cagney <ac131313@redhat.com>
9533
9534 * Makefile.in: Update copyright.
9535 (TEXI2DVI): Define.
9536 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9537 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9538 gdb-cfg.texi.
9539 (TEXINDEX, PDFTEX): Delete makefile variables.
9540
8e04817f
AC
95412002-01-22 Andrew Cagney <ac131313@redhat.com>
9542
9543 * gdb.texinfo (Protocol): Move section to appendix.
9544
6b2f586d
AC
95452002-01-21 Andrew Cagney <ac131313@redhat.com>
9546
9547 * gdb.texinfo (Remote Debugging): Create a menu.
9548 (Top): Add ``Remote Debugging'' to menu.
9549
6f05cf9f
AC
95502002-01-21 Andrew Cagney <ac131313@redhat.com>
9551
9552 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9553 serial protocol'' from here.
9554 (Remote Debugging): To here. New chapter.
9555
3fd3d7d2
AC
95562002-01-20 Andrew Cagney <ac131313@redhat.com>
9557
9558 * gdbint.texinfo (Target Architecture Definition): Delete
9559 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9560
7fd60527
AC
95612002-01-20 Andrew Cagney <ac131313@redhat.com>
9562
9563 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9564 are no longer needed.
9565 (Porting GDB): Add maintainer note about configure.host.
9566
c2f05ac9
AC
95672002-01-20 Andrew Cagney <ac131313@redhat.com>
9568
9569 * gdbint.texinfo (Target Architecture Definition): Remove
9570 definition of IEEE_FLOAT.
9571
f7dc1244 95722002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
9573
9574 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
9575 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9576 <3diff@gnu.org>
231b2aad 9577
82600034
AC
95782002-01-19 Andrew Cagney <ac131313@redhat.com>
9579
9580 * gdbint.texinfo (Host Definition): Remove references to
9581 MALLOC_INCOMPATIBLE.
9582
7708fa01
AC
95832002-01-17 Andrew Cagney <ac131313@redhat.com>
9584
9585 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9586 and xyz-xdep.o.
9587
eb12ee30
AC
95882002-01-17 Andrew Cagney <ac131313@redhat.com>
9589
889bf7c5 9590 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
9591 (Set Breaks): Copy ``maint info breakpoint'' doco to
9592 ``Maintenance Commands'' appendix. Add reference.
9593
c9ccaa92
AC
95942002-01-17 Andrew Cagney <ac131313@redhat.com>
9595
9596 * fdl.texi: Remove next/prev from @node.
9597
f7dc1244 95982002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
9599
9600 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9601 for monstrous @multitable (from Brian Youmans).
9602
9603 * fdl.texi: New file.
9604
9605 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9606
8973da3a
AC
96072002-01-15 Andrew Cagney <ac131313@redhat.com>
9608
9609 * gdbint.texinfo (Releasing GDB): New chapter.
9610
7d86b5d5
AC
96112002-01-14 Andrew Cagney <ac131313@redhat.com>
9612
9613 * gdb.texinfo (Embedded Processors, Calling program functions):
9614 Obsolete references to a29k.
9615
cc1cb004
AC
96162002-01-13 Andrew Cagney <ac131313@redhat.com>
9617
9618 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9619 examples. Document that a code-block should do or discard its
9620 cleanups before exit.
9621
79f12247
MS
96222002-01-11 Michael Snyder <msnyder@redhat.com>
9623
9624 * gdb.texinfo (Choosing files): Change @samp to @file.
9625
19837790
MS
96262002-01-05 Michael Snyder <msnyder@redhat.com>
9627
9628 * gdb.texinfo (--pid): Document new command line option (attach).
9629
f7dc1244 96302002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
9631
9632 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9633 in the stub.
9634
d7449b42
AC
96352002-01-04 Andrew Cagney <ac131313@redhat.com>
9636
9637 * gdbint.texinfo (Target Architecture Definition): Replace
9638 BIG_ENDIAN with BFD_ENDIAN_BIG.
9639
f23631e4
AC
96402002-01-03 Andrew Cagney <ac131313@redhat.com>
9641
9642 * gdbint.texinfo (Target Architecture Definition): Replace
9643 value_ptr with struct value pointer.
9644
72c9928d
EZ
96452002-01-02 Eli Zaretskii <eliz@gnu.org>
9646
9647 * gdb.texinfo (Free Software): Fix wording.
9648
959acfd1
EZ
96492001-12-31 Eli Zaretskii <eliz@gnu.org>
9650
9651 * gdb.texinfo (Free Software): New section ``Free Software Needs
9652 Free Documentation''.
9653
f7dc1244 96542001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
9655
9656 * stabs.texinfo:
9657 * gdb.texinfo:
9658 * gdbint.texinfo:
9659 * libgdb.texinfo:
9660 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9661
6600abed
MS
96622001-12-29 Michael Snyder <msnyder@redhat.com>
9663
9664 * gdb.texinfo (maint info sections): Fix typo.
9665
f6680716
MS
96662001-12-26 Michael Snyder <msnyder@redhat.com>
9667
fe95c787
MS
9668 * gdb.texinfo (maint info sections): Document.
9669
a9331b3f 9670 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
9671 'info proc' sub-options that are currently not implemented.
9672
c3d3ce5b
JB
96732001-12-20 Jim Blandy <jimb@redhat.com>
9674
9675 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9676
778eb05e
AC
96772001-12-15 Andrew Cagney <ac131313@redhat.com>
9678
9679 * gdbint.texinfo (Target Architecture Definition): Replace
9680 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9681
2607059c
AC
96822001-12-01 Andrew Cagney <ac131313@redhat.com>
9683
9684 * gdbint.texinfo (Host Definition): Delete documentation on
9685 HOST_BYTE_ORDER.
9686
df0cd8c5
JB
96872001-11-30 Jim Blandy <jimb@redhat.com>
9688
9689 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 9690 overlay support. Add to top-level menu.
df0cd8c5 9691
88118b3a
TT
96922001-11-26 Tom Tromey <tromey@redhat.com>
9693
9694 * gdb.texinfo (Command Syntax): Document C-o binding.
9695
96565e91
CF
96962001-07-26 Christopher Faylor <cgf@redhat.com>
9697
9698 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9699 use since it is described in the referenced section.
9700
f7dc1244 9701 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
9702 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9703 clearer when using DJGPP.
9704
2a3d5645
CF
97052001-11-24 Christopher Faylor <cgf@redhat.com>
9706
9707 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9708 specifically refer to MS-DOS.
9709 (command files): Mention gdb.ini is only used on MS-DOS.
9710
aa26fa3a
TT
97112001-11-21 Tom Tromey <tromey@redhat.com>
9712
9713 * gdb.texinfo (Invoking GDB): Document --args.
9714 (Mode Options): Likewise.
9715
4f8ada06
JB
97162001-11-21 Jim Blandy <jimb@redhat.com>
9717
9718 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
9719 Delete documentation; this macro has been removed from the
9720 sources.
4f8ada06 9721
3fe0dc10
JB
97222001-11-13 Jim Blandy <jimb@redhat.com>
9723
9724 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9725
9e5abb06
CV
97262001-11-06 Corinna Vinschen <vinschen@redhat.com>
9727
9728 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9729
1c5dfdad
MS
97302001-11-05 Michael Snyder <msnyder@redhat.com>
9731
a9331b3f 9732 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
9733 quote regexp chars in function names such as "operator*()".
9734
990f9fe3
FF
97352001-11-01 Fred Fish <fnf@redhat.com>
9736
9737 * gdbint.texinfo (SOLIB_ADD): Document additional new
9738 "readsyms" arg.
9739
b433d00b
DH
97402001-10-30 Don Howard <dhoward@redhat.com>
9741
070b1dd3
DH
9742 * gdb.texinfo: (Command Files) Added documentation for the
9743 behavior of gdb with input redirected from a file.
b433d00b 9744
b7209cb4
FF
97452001-10-28 Fred Fish <fnf@redhat.com>
9746
9747 * gdb.texinfo (auto-solib-add): Change docs to match
9748 implementation change.
9749 (auto-solib-limit): Add docs for new variable.
9750
1aa20aa8
AC
97512001-10-15 Andrew Cagney <ac131313@redhat.com>
9752
9753 * gdbint.texinfo (Target Architecture Definition): Function
9754 value_as_pointer renamed to value_as_address.
9755
fc0c74b1
AC
97562001-10-15 Andrew Cagney <ac131313@redhat.com>
9757
9758 * gdbint.texinfo (Target Architecture Definition): Default
9759 POINTER_TO_ADDRESS functions assume unsigned addresses.
9760 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9761 posting by Jim Blandy.
9762
f4846649
JB
97632001-10-12 Jim Blandy <jimb@redhat.com>
9764
9765 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9766 version of texi2html (1.64) doesn't support this flag any more.
9767
f277788b
MK
97682001-09-08 Mark Kettenis <kettenis@gnu.org>
9769
a9dc4918
MK
9770 * gdbint.texinfo (Host Definition): Remove description of
9771 MEM_FNS_DECLARED.
9772
d28379df
MK
9773 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9774
f277788b
MK
9775 * gdbint.texinfo (Host Definition): Remove description of
9776 HAVE_SIGSETMASK.
9777
7ccaa899
EZ
97782001-09-04 Elena Zannoni <ezannoni@redhat.com>
9779
9780 * gdbint.texinfo (Target Architecture Definition): Add
9781 explanation of TARGET_PRINT_INSN macro.
9782
17d9d558
JB
97832001-08-30 Jim Blandy <jimb@redhat.com>
9784
9785 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9786 Explain what it means to load relocatable files.
9787
72cde065
JB
97882001-08-28 Jim Blandy <jimb@redhat.com>
9789
9790 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9791 info `top' menu.
9792
9e678452
CF
9793Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9794
9795 * gdbint.texinfo: Add a cautionary note about macro use.
9796
a2bea4c3 97972001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 9798
a2bea4c3
CV
9799 * gdb.texinfo: Explain omitting the hostname in the
9800 `target remote' command.
9801
1129bf27
DJ
98022001-07-30 Daniel Jacobowitz <drow@mvista.com>
9803
9804 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9805 and END-INFO-DIR-ENTRY.
9806
732b3002
SC
98072001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9808
9809 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9810
89437448
AC
98112001-07-25 Andrew Cagney <ac131313@redhat.com>
9812
9813 * gdbint.texinfo (libgdb): Rewrite.
9814
f7dc1244 98152001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
9816
9817 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9818
c4555f82
SC
98192001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9820
9821 * gdb.texinfo (TUI): New chapter, document the TUI.
9822 (Mode Options): Document the -tui option.
9823
2f45a6e0
MK
98242001-07-23 Mark Kettenis <kettenis@gnu.org>
9825
9826 * gdbint.texinfo (Host Definition): Remove description of
9827 NEED_POSIX_SETPGID.
9828
f7dc1244 98292001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
9830
9831 * gdb.tex (DJGPP Native): New node, with descriptions of
9832 DJGPP-specific commands.
9833
be9c6c35
JM
98342001-07-19 John R. Moore <jmoore@redhat.com>
9835
9836 * gdbint.texinfo: Three misspellings.
9837
dfa249fb
AC
98382001-07-06 Andrew Cagney <ac131313@redhat.com>
9839
9840 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9841 `test` expressions on bash. Problem reported by Colin Walters.
9842
c72e7388
AC
98432001-07-04 Andrew Cagney <ac131313@redhat.com>
9844
9845 * gdbint.texinfo (User Interface): Update ui-out documentation to
9846 refelect recent UI/MI updates.
9847
94bbb2c0
AC
98482001-07-04 Andrew Cagney <ac131313@redhat.com>
9849
9850 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9851 interpreters.
9852
af6c57ea
AC
98532001-06-15 Andrew Cagney <ac131313@redhat.com>
9854
9855 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9856 structure and not macros.
9857 (Host Definition): Document that much of this chapter is obsolete.
9858 (Target Architecture Definition): Update list of files that make
9859 up a target architecture.
9860 (Coding): Update.
9861
83aa8bc6
AC
98622001-06-28 Andrew Cagney <ac131313@redhat.com>
9863
9864 * gdbint.texinfo (Target Architecture Definition): Update
9865 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9866 The latter has been changed to a true predicate.
9867
f7dc1244 98682001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
9869
9870 * annotate.texi: Add @noindent where needed. From Dmitry
9871 Sivachenko <dima@Chg.RU>.
9872 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9873
656db9b0
AC
98742001-06-16 Andrew Cagney <ac131313@redhat.com>
9875
9876 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9877
df2396a1
AC
98782001-06-14 Andrew Cagney <ac131313@redhat.com>
9879
9880 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9881 returns ``OK''. Document that the ``R'' packet does not reply.
9882
0f1f2b0a
MS
98832001-06-13 Michael Snyder <msnyder@redhat.com>
9884
9885 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9886
f7dc1244 98872001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
9888
9889 * gdb.texinfo (Signals): Clarify the default setting of signal
9890 handling.
9891
a5d7c491
AC
98922001-05-14 Andrew Cagney <ac131313@redhat.com>
9893
9894 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9895 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9896
05a54c4f
AC
98972001-05-12 Andrew Cagney <ac131313@redhat.com>
9898
9899 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9900
f7dc1244 99012001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
9902
9903 * gdbint.texinfo (Clean Design and Portable Implementation):
9904 Renamed from "Clean Design".
9905 (Clean Design and Portable Implementation): Document portable
9906 methods of handling file names, and the associated macros.
9907
f7dc1244 99082001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
9909
9910 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9911 command and provide a cross-reference to its description.
9912 (Symbols): Note that "info scope" is useful for trace experiments.
9913
f7dc1244 99142001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 9915
b37052ae
EZ
9916 * gdb.texinfo (Symbols): Document "info scope".
9917 (Tracepoints): New chapter.
9918 (Contributors): Update for v5.1.
9919 <All nodes>: Change "C++" to "C@t{++}".
9920
0ee54786
EZ
9921 * gdbint.texinfo (User Interface): A new section about ui_out
9922 functions, based on text written by Fernando Nasser.
9923
c534679c
EZ
9924 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9925
f7dc1244 99262001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 9927
e9c75b65
EZ
9928 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9929
9930 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9931
9932 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9933 Replace "GDB" with "@value{GDBN}". Fix markup.
9934
9935 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9936
3d67e040
EZ
9937 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9938 a cross-reference to its description.
9939 (Symbols): Document "info symbol".
9940
f7dc1244 99412001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
9942
9943 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9944 subsection "x86 Watchpoints".
9945 (Target Architecture Definition): Document the macros
9946 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9947 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9948
b0ed3589
AC
99492001-03-20 Andrew Cagney <ac131313@redhat.com>
9950
9951 * gdbint.texinfo (Target Architecture Definition): Update
9952 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9953 list.
9954
b6ba6518
KB
99552001-03-06 Kevin Buettner <kevinb@redhat.com>
9956
9957 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9958 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9959
f7dc1244 99602001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
9961
9962 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9963
f7dc1244 99642001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 9965
17cc6a06
EZ
9966 * gdb.texinfo (Environment): Document that `path' does not change
9967 the value of PATH in GDB's own environment (it did in the past,
9968 but that was changed on March 15, 1994). Reported by Doug Evans
9969 <dje@transmeta.com>.
9970
56caf160
EZ
9971 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9972 its line. Fix markup of commands and macros. Add an Index node
9973 and index entries.
9974
29e57380
C
99752001-01-23 J.T. Conklin <jtc@redback.com>
9976
9977 * gdb.texinfo (Memory region attributes): New manual section.
9978
1c6147de
ND
99792001-01-04 Nicholas Duffek <nsd@redhat.com>
9980
9981 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9982
f7dc1244 99832000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
9984
9985 * refcard.tex: Version and copyright fixed. From Phil Edwards
9986 <pedwards@disaster.jaj.com>.
9987
0dcedd82
AC
9988Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9989
9990 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 9991 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 9992
3b851bce
AC
9993Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9994
9995 * gdbint.texinfo (Coding): Update current value of
889bf7c5 9996 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 9997
f7dc1244 99982000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
9999
10000 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10001 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10002
b90a5f51
CF
100032000-11-10 Christopher Faylor <cgf@cygnus.com>
10004
10005 * gdb.texinfo: Document new 'set step-mode' command.
10006
f7dc1244 100072000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
10008
10009 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10010 changes from Dmitry Sivachenko <dima@Chg.RU>.
10011
f7dc1244 100122000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
10013
10014 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10015 From Steven Johnson <sbjohnson@ozemail.com.au>.
10016
2e685b93
MK
100172000-08-10 Mark Kettenis <kettenis@gnu.org>
10018
10019 * gdbint.texinfo (Overall Structure): Spelling fix.
10020
f7dc1244 100212000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
10022
10023 * gdbint.texinfo (Target Architecture Definition): Document that
10024 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10025 for which REGISTER_CONVERTIBLE returns a zero value.
10026
63ac3005
EZ
100272000-07-08 Christopher Faylor <cgf@cygnus.com>
10028
10029 * Makefile.in (install-info): Find files to install in either the
10030 build or source directories (adapted from Makefile.am).
10031
bd79f757
ND
100322000-07-07 Nicholas Duffek <nsd@redhat.com>
10033
10034 * stabs.texinfo: Fix spelling errors.
10035 (String Field): FILE-NUMBER starts from 0, not 1.
10036
f7dc1244 100372000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
10038
10039 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 10040 Brian Youmans.
5f208f6d 10041
f7dc1244 100422000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
10043
10044 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
10045 the source directory. Reported by Mark Harig
10046 <markh@frazier.landmark.com>.
cc542d3b 10047
f3b28801
C
100482000-06-20 J.T. Conklin <jtc@redback.com>
10049
10050 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10051
449f3b6c
AC
10052Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10053
10054 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 10055 Generate using pdftex.
449f3b6c 10056 (PDFTEX): Define.
889bf7c5 10057 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 10058 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 10059 @contents at the start.
449f3b6c 10060
f7dc1244 100612000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
10062
10063 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 10064 Youmans.
48e934c6 10065
9e9c5ae7
AC
10066Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10067
10068 From Brian Youmans:
10069 * gdb.texinfo: Fix ``et al.''.
10070
c741b251
AC
10071Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10072
10073 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 10074 loop.
c741b251 10075
4ab64e14
JG
100762000-05-19 Jimmy Guo <guo@cup.hp.com>
10077
10078 * configure: Regenerate.
10079
f7dc1244 100802000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
10081
10082 * Makefile.in (install-info): Run install-info on installed Info
10083 files.
10084
8c70017b
AC
10085Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10086
a7cb598a 10087 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 10088 Andrew Cagney.
8c70017b 10089
f7dc1244 100902000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
10091
10092 * gdb.texinfo: Proofreading changes from Brian Youmans.
10093
bf0184be
ND
100942000-05-01 Nick Duffek <nsd@cygnus.com>
10095
10096 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10097 startup sequence, minor edits.
10098
f7dc1244 100992000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
10100
10101 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10102 TeX.
10103
10104 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10105 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10106 like `n' and `s' which look weird. Convert some of the @kindex to
10107 @vindex, when they refer to variables, not commands.
10108
33e16fad
AC
10109Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10110
10111 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10112
f7dc1244 101132000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
10114
10115 * Makefile.in (GDBMI_DIR): New variable.
10116 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10117 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10118 (gdbmi.texinfo): New target, for texi2roff.
10119 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10120 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10121
10122 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10123 gdbmi.texinfo.
10124 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10125 comment.
10126
d167840f
EZ
101272000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10128
10129 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 10130 command.
d167840f 10131
f7dc1244 101322000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
10133
10134 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10135 prevents the build (and is generally a Bad Idea).
10136
f7dc1244 101372000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
10138
10139 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10140 a comma inside @var.
10141 (Command Files): Index markup changes from Dmitry Sivachenko
10142 <dima@Chg.RU>.
10143
f7dc1244 101442000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
10145
10146 * Makefile.in (LN_S): Define.
10147 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10148 invoke "ln -s" unless it is known to work.
10149
10150 * configure.in (AC_PROG_LN_S): Add.
10151
8dc7983f
JB
101522000-04-14 Jim Blandy <jimb@redhat.com>
10153
10154 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10155 section.
10156 (Target Conditionals): Document ADDRESS_TO_POINTER,
10157 POINTER_TO_ADDRESS.
10158
1a8237e8
DB
101592000-04-11 Daniel Berlin <dan@cgsoftware.com>
10160
10161 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10162 gdb-cfg.texi to get the value.
10163
ca526f1a
JB
101642000-04-10 Jim Blandy <jimb@redhat.com>
10165
10166 * gdbint.texinfo (Target Architecture Definition): Fix
10167 cross-references.
10168
faaafcb4
JB
101692000-04-08 Jim Blandy <jimb@redhat.com>
10170
10171 * gdbint.texinfo (Using Different Register and Memory Data
10172 Representations): New section.
10173 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
10174 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10175 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 10176
1b27397f
AC
10177Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10178
10179 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 10180 for acknowledgments.
1b27397f 10181
480ff1fb
AC
10182Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10183
10184 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 10185 qThreadExtraInfo.
480ff1fb 10186
a9331b3f 101872000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 10188
a9331b3f
RM
10189 * gdb.texinfo: Clarify which remote debug protocol commands are
10190 required and which are optional.
f1251bdd 10191
dbeb8dbd
AC
10192Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10193
10194 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
10195 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10196 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
10197 * annotate.texi: Update.
10198
6d2ebf8b
SS
101992000-03-28 Stan Shebs <shebs@apple.com>
10200
10201 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10202 expectation of additional changes before release), update
10203 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10204 node links, rephrase and/or shorten lines to fix formatting
10205 problem in both regular and @smallbook formats.
10206 * annotate.texi: Shorten lines in example, use smallexample
10207 consistently everywhere.
10208 * Makefile.in: Add comment about texinfo 4.0 html generation.
10209 (SFILES_INCLUDED): Add annotate.texi.
10210
5d161b24
DB
102112000-03-27 Daniel Berlin <dan@cgsoftware.com>
10212
5ae4183a
AS
10213 * gdb.texinfo (Debugging Output): Added new section, documenting
10214 the "set/show debug" commands.
5d161b24 10215
b9deaee7
AC
10216Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10217
10218 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 10219 entry.
b9deaee7
AC
10220
10221 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10222 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 10223 @chapter and @node entries.
a9331b3f 10224
b9deaee7 10225 * gdb.texinfo: Link all top-level nodes.
a9331b3f 10226
9ef47d30
AC
10227Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10228
10229 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 10230 files.
9ef47d30 10231
cfeada60
FN
102322000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10233
10234 From David Whedon <dwhedon@gordian.com>
5ae4183a 10235 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 10236
6837a0a2
DB
102372000-03-22 Daniel Berlin <dan@cgsoftware.com>
10238
10239 * gdb.texinfo: Add documentation for the apropos command.
10240
bba2971c
MS
102412000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10242
10243 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10244
2b628194
MS
102452000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10246
a9331b3f 10247 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
10248 two places.
10249
96a2c332
SS
102502000-03-17 Stan Shebs <shebs@apple.com>
10251
10252 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10253 <dima@Chg.RU>, also clarification of allowed content for
10254 string constants.
10255
f7dc1244 102562000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
10257
10258 * gdb.texinfo (main menu): Add Annotations.
10259 (File Options): Add @cindex entries for each command-line option.
10260 Document --epoch, --annotate, --async, --interpreter, --write,
10261 --statistics, and --version.
10262
10263 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10264 of GDB.
10265
9d233477
JB
102662000-02-23 Jim Blandy <jimb@redhat.com>
10267
10268 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10269
14e0eb3b
JB
102702000-02-22 Jim Blandy <jimb@redhat.com>
10271
10272 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10273
3555de01
JM
102742000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10275
10276 * Makefile.in (diststuff): New target.
10277
5e35df8e
KB
102782000-02-15 Kevin Buettner <kevinb@redhat.com>
10279
10280 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 10281 architecture. [From Jim Wilson.]
5e35df8e 10282
c5394b80
JM
102832000-01-16 Tom Tromey <tromey@cygnus.com>
10284
10285 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10286 (Delete Breaks): Mention range arguments.
10287 (Disabling): Likewise.
10288
c3f6f71d
JM
102892000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10290
10291 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10292
c4093a6a
JM
10293Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10294
10295 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 10296 valid functions.
c4093a6a 10297
11cf8741
JM
102981999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10299
10300 * gdb.texinfo: Clarify regular expressions used in rbreak.
10301
917317f4
JM
103021999-10-15 Kevin Buettner <kevinb@cygnus.com>
10303
10304 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10305 MEMORY_REMOVE_BREAKPOINT): Document.
10306
10307Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10308
10309 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 10310 offset re-using the DATA offset instead.
917317f4 10311
2df3850c
JM
103121999-10-11 Jim Kingdon <kingdon@redhat.com>
10313
10314 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10315
103161999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10317
10318 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10319 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10320 typos.
10321
10322 * gdb.texinfo: Various minor wording and formatting improvements,
10323 mentions of additional command-line options.
10324
2acceee2
JM
103251999-09-30 Fred Fish <fnf@cygnus.com>
10326
10327 * gdb.texinfo: Document additional forms of specifying section
10328 names and addresses for the add-symbol-file command.
10329
c2c6d25f
JM
103301999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10331
10332 * gdbint.texinfo: Fix typo, add the word "have".
10333
103341999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10335
10336 * gdbint.texinfo (Target Architecture Definition): Document the
10337 SKIP_PERMANENT_BREAKPOINT macro.
10338
d4f3574e
SS
103391999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10340
10341 * gdb.texinfo: Fiks speling errers.
10342
10343 * gdb.texinfo: Fix uses of @multitable.
10344
f7dc1244 10345 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 10346 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 10347 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
10348 comments about using with optimization, add more indexing,
10349 fix info about disassembly-flavor.
10350
10351Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10352
10353 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10354 SKIP_SOLIB_RESOLVER): Define.
10355
10356Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10357
10358 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 10359 ``g'' packets.
d4f3574e 10360
104c1213
JM
103611999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10362
10363 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
10364 platform-specific info, inline remote.texi and move sections of it
10365 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
10366 and register stack into the new chapter.
10367 * remote.texi: Remove, now part of gdb.texinfo.
10368 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10369
103701999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10371
10372 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10373 GDB_TARGET_IS_MACH386): These kludges have gone away.
10374
10375Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10376
10377 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 10378 TDEPLIBS.
104c1213 10379
53a5351d
JM
103801999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10381
10382 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10383 surrounding text to fit HP-UX bits into general info.
10384 (HPPA-cfg.texi): Remove, no longer useful.
10385
10386 * gdb.texinfo: Remove explicit links from @node lines, remove
10387 HP-added "Detailed Node Listing" from main menu which confuses
10388 things.
10389
10390 From Dmitry Sivachenko <dima@Chg.RU>:
10391 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 10392 in description of `set environment'.
53a5351d
JM
10393
103941999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10395
10396 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10397
7be570e7
JM
103981999-08-12 Ben Elliston <bje@cygnus.com>
10399
10400 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10401
f7dc1244 104021999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
10403
10404 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
10405 watch, awatch, and rwatch. Explain why the latter two cannot be
10406 set as software watchpoints. Document that watchpoints for local
10407 variables are deleted when the debuggee terminates.
7be570e7
JM
10408
10409Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10410
10411 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
10412 packet. Allow E.. response packet. "qRcmd" packet is no longer
10413 reserved.
7be570e7
JM
10414
104151999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10416
a9331b3f
RM
10417 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10418 * gdb.texinfo: Ditto.
7be570e7 10419
96baa820
JM
104201999-08-06 Tom Tromey <tromey@cygnus.com>
10421
10422 * gdb.texinfo (KOD): New node.
10423
10424Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10425
10426 * remote.texi (Rcmd): Fix minor formatting typos.
10427
10428Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10429
10430 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 10431 packets.
96baa820 10432
adf40b2e
JM
104331999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10434
10435 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10436 fixes.
10437
43ff13b4
JM
10438Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10439
10440 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10441
085dd6e6
JM
10442Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10443
10444 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
10445 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10446 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10447 packets that are not supported on all hosts. Expand examples.
10448 Spell check.
085dd6e6
JM
10449
104501999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10451
10452 * Makefile.in: Recognize html, install-html. Add targets
10453 to build HTML versions of documentation via texi2html.
10454
10455Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10456
10457 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 10458 testsuite.
085dd6e6
JM
10459
10460Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10461
10462 * remote.texi (Communication Protocol): Rewrite.
10463
10464Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10465
10466 * stabs.texinfo: Fix uses of xref.
10467
9e0b60a8
JM
10468Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10469
10470 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10471 info about patch submission.
10472
cce74817
JM
10473Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10474
10475 From Per Bothner <bothner@cygnus.com>:
10476 * gdb.texinfo: Document Chill support.
10477
10478Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10479
10480 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
10481 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10482 Document that the value should be greater-than or equal-to zero.
10483 (NO_STD_REGS): Document. Deprecate.
cce74817 10484
ac9a91a7
JM
10485Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10486
10487 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 10488 Document that these are not used.
ac9a91a7
JM
10489
10490Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10491
10492 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10493
392a587b
JM
10494Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10495
10496 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 10497 numargs was dropped.
392a587b
JM
10498
10499Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10500
10501 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10502
b83266a0
SS
10503Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10504
10505 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 10506 Update.
b83266a0 10507
7a292a7a
SS
10508Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10509
10510 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10511 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10512
10513Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10514
10515 * gdbint.texinfo: Fix typos: $ -> @.
10516
10517Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10518
10519 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
10520 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10521 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10522 BREAKPOINT_FROM_PC.
a9331b3f 10523
7a292a7a
SS
10524Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10525
10526 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 10527 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
10528
10529Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10530
10531 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 10532 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
10533
105341999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10535
10536 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10537 longer exists.
10538
10539Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10540
10541 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
10542 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10543 they make the manual source incomprehensible.
7a292a7a
SS
10544 * h8-cfg.texi: Remove, hasn't been used in years.
10545
c906108c
SS
10546Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10547
10548 * gdb.texinfo: Update the credits.
10549
10550Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10551
10552 * gdb.texinfo: Fix mistakes noticed in printout of last
10553 draft, add Alpha to discussion of heuristic fence post.
10554
10555Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10556
10557 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
10558 Edition, merge some HP changes into mainline, describe some
10559 previously undocumented features, describe more of the target
10560 commands available, eliminate obsolete section on renamed
10561 commands.
c906108c
SS
10562 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10563
10564Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10565
10566 * gdb.texinfo: Make many HPPA conditionals unconditional,
10567 including catchpoint description, since now on for all configs.
10568 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10569 specializations.
10570
10571Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10572
10573 * Makefile.in (GDBvn.texi): Fix match expression to work with
10574 current format of VERSION in gdb/Makefile.in.
10575 * gdb.texinfo: Fix node ref to match new readline.
10576
10577Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10578
a9331b3f
RM
10579 * gdb.texinfo: Changes made as part of a project to merge in
10580 changes made by HP. Documentation makes extensive use of
c906108c
SS
10581 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10582 on remote debugging. There are differences in documentation
889bf7c5 10583 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
10584 the HP manual discusses catchpoints, hardware watchpoints, and
10585 some HPUX specific limitations for shared library support.
a9331b3f 10586
c906108c
SS
10587 There are also a number of @node changes.
10588
105891999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10590
10591 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10592 (C Usage): Same.
10593
10594Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10595
10596 The following changes were made by Edith Epstein
889bf7c5
PA
10597 <eepstein@cygnus.com> as part of a project to merge in changes
10598 made by HP.
a9331b3f 10599
c906108c
SS
10600 * HPPA-cfg.texi: new file.
10601
10602 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10603
10604 * refcard.tex: change documentation about catch.
10605 removed info catch.
10606
10607Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10608
10609 * gdbint.texinfo: Expand on GDB's coding standards,
10610 specify the use of arg names with prototypes.
10611
106121998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10613
10614 * gdb.texinfo: Fix tipo.
10615
10616Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10617
10618 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 10619 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
10620
10621Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10622
10623 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10624
106251998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10626
10627 * agentexpr.texi: New file.
10628
10629Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10630
10631 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10632
106331998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10634
10635 * remote.texi: Changed wording that implied that the GDB remote
10636 protocol caches register values instead of GDB itself.
10637
10638Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10639
10640 * gdbint.texinfo: Add some info about symbol readers.
10641 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10642 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10643 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10644 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10645
10646Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10647
a9331b3f 10648 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
10649
10650Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10651
10652 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10653
10654Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10655
10656 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 10657 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
10658
10659Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10660
10661 * gdbint.texinfo: Fix minor typos.
10662
10663Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10664
10665 * gdbint.texinfo: Complete overhaul. Group descriptions more
10666 logically, add more info on generic algorithms, remove much
10667 obsolete and/or wrong material.
10668
10669Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10670
10671 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10672
10673Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10674
10675 * refcard.tex: Copyright, address updates.
10676
10677Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10678
10679 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10680 for the edition instead of confusing GDB-version-like numbers.
10681
10682Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10683
10684 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10685
10686Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10687
5ae4183a 10688 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
10689
10690Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10691
10692 * gdb.texinfo: Add some credits, mention bug monitor.
10693 * remote.texi: Mention mips monitor targets.
10694 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 10695
c906108c
SS
10696Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10697
10698 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
10699 files, finish sorting of host vs target vs native macros, describe
10700 some more of them.
c906108c
SS
10701
10702Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10703
10704 * gdbint.texinfo (Host Conditionals): Document change from
10705 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10706
10707Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10708
10709 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 10710 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
10711
10712Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10713
10714 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10715 Document LSEEK_NOT_LINEAR.
10716
10717Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10718
10719 * stabs.texinfo (Stab Section Basics): Make it clear that only
10720 some versions of the GNU linker remove the leading N_UNDF symbol.
10721
10722Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10723
10724 * stabs.texinfo (String Field): Document type number pairs here,
10725 instead of in the Sun specific section.
10726 (Include Files): The GNU linker supports the N_BINCL
10727 optimization. Clarify the N_BINCL value, and what it is used
10728 for.
10729 (Procedures): Document N_FUN with an empty string to mark the end
10730 of a function.
10731 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10732 (Sun Differences): Remove this node, as the information is now
10733 elsewhere in the main document.
10734 (Stab Section Basics): Mention that the GNU linker may optimize
10735 stabs and remove the leading N_UNDF symbol.
10736
10737Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10738
10739 * gdb.texinfo, refcard.tex: Restore author credit
10740
10741Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10742
10743 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10744 documentation to account for START and END macros taking
10745 one arg.
10746
10747Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10748
10749 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10750 * gdb.texinfo (Frames): Fix typo.
10751
10752Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10753
10754 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10755 a target_signal as arg type, not a pid.
10756
10757Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10758
10759 * gdb.texinfo: Document `set assembly-language'.
10760
10761Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10762
10763 * remote.texi: Update list of stubs in the GDB distribution.
10764
10765Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10766
10767 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
10768 Also document that some systems can use mmalloc but must define
10769 this if their C runtime allocates memory that is later freed.
c906108c 10770 (MMCHECK_FORCE): Document new macro.
a9331b3f 10771
c906108c
SS
10772Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10773
10774 * remote.texi: Add documentation for target Sparclet.
10775
10776Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10777
a9331b3f 10778 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
10779 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10780 * configure.in: Rewritten for autoconf.
10781 * configure: New.
10782
10783Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10784
10785 * Makefile.in (DVIPS): New define, set to dvips.
10786 (dvi): Add stabs.dvi.
10787 (ps): New target.
10788 (all-doc): Depend on info, dvi, and ps targets.
10789 (STAGESTUFF): Add *.ps and *.dvi files.
10790 (clean-info, clean-dvi): Remove.
10791 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10792 rules completely rewritten.
10793 (maintainer-clean): Remove clean-info and clean-dvi
10794 dependencies and put their actions in the rules.
10795 (gdb.ps): New target
a9331b3f 10796 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
10797 intermediate TeX files, whether they have 2 or 3 character
10798 extensions.
10799 (gdbint.ps): Add target and rules.
10800 (gdb-internals): Delete unused target.
10801 (Makefile): Depends upon config.status also.
10802
10803Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10804
10805 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10806 set.
10807
10808Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10809
10810 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10811 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10812
10813Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10814
10815 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10816
10817Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10818
10819 * gdb.texinfo (Print settings): Document
10820 `set/show print static-members' commands.
10821
10822Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10823
10824 * gdbint.texinfo (Native): Document name change, coredep.c to
10825 core-aout.c.
10826
10827Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10828
10829 * stabs.texinfo (Include Files): Document the values the SunOS4
10830 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10831
10832Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10833
10834 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10835 Fix typo.
10836
10837Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10838
10839 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10840 "gdb.tar.Z".
10841
10842Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10843
10844 * Makefile.in (maintainer-clean): New target, synonym for
10845 realclean.
10846
10847Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10848
10849 * Update all FSF addresses except those in COPYING* files.
10850
10851Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10852
10853 From Richard Earnshaw (rearnsha@armltd.co.uk):
10854 * gdb.texinfo (convenience variables): Document $_exitcode.
10855 (quit): Document optional expression to use as exit code.
10856
10857Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10858
10859 * gdb.texinfo, remote.texi: Brought up to date with various
10860 GDB changes.
10861
10862Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10863
10864 * gdb.texinfo: Update dates and versions, fix comments about
10865 hardware watchpoints in future releases and about the
10866 sharedlibrary command.
10867
10868Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10869
10870 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10871 C_FUN stab. Other cleanups.
10872
10873Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10874
10875 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10876 for the sparc stub.
10877
10878Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10879
10880 * annotate.texi: Clarify which addresses have differing formats
10881 depending on the language and which do not.
10882
10883Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10884
10885 * remote.texi (NetWare): Changed example to use BOARD= instead of
10886 NODE= argument to reflect correspoding change to gdbserve.nlm.
10887
10888Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10889
10890 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10891 GDB, as well as AIX dbx, supports the size type attribute.
10892
10893Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10894
10895 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10896
10897Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10898
10899 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10900 and new 'if' and 'while' commands.
10901
10902Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10903
10904 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10905
10906Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10907
10908 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10909 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10910 NetWare targets. Mostly stolen from the Server node.
10911
10912Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10913
10914 * gdb.texinfo (Setting): Talk about the language of a source file
10915 versus the working language. The old documentation did not match
10916 what GDB did.
10917
10918Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10919
10920 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10921 of a source file.
10922
10923Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10924
10925 * gdb.texinfo (Processes): New node.
10926
10927Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10928
10929 * remote.texi: Update documentation of set/show mipsfpu.
10930
3fc11d3e
JM
10931Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10932
10933 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10934 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
10935
10936Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10937
10938 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10939 obsolete conditionals, described some others.
10940
10941Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10942
10943 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10944 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10945
10946Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10947
10948 * gdbint.texinfo: Put regex conditionals in their own table.
10949
10950Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10951
10952 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10953 described or fixed the descriptions of many others.
10954
10955Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10956
10957 * gdb.texinfo: Add some more credits.
10958 * gdbint.texinfo: Capitalize GDB consistently, describe some
10959 macros and remove some.
10960
10961Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10962
10963 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10964 obsolete conditionals, described some others.
10965
10966Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10967
10968 * gdb.texinfo (help targets): Changed to `help target', which
10969 is the correct gdb command.
10970
10971Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10972
10973 * annotate.texi (TODO): New node, for keeping track of annotations
10974 suggested but not yet implemented.
10975
10976Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10977
10978 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10979 another symbol, it is not the address itself.
10980
10981Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10982
10983 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10984 of stabs-in-coff sections.
10985
10986Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10987
10988 * annotate.texi: Change edition to 0.5 and date to May 1994.
10989 Add index.
10990 (Frames): New node, for frame annotation.
10991 (Displays): New node, for display annotation.
10992
10993 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10994 when waiting for your program to stop.
10995
10996Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10997
10998 * annotate.texi (Breakpoint Info): Document annotation of header
10999 fields and record annotation.
11000
11001Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11002
11003 * annotate.texi: New file, to document annotations.
11004
11005Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11006
11007 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11008 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11009
11010Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11011
11012 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11013 section, and say n_strx field is compilation unit relative.
11014 * stabs.texinfo: Don't use @code for a.out when it is the name of
11015 an object file format.
11016
11017Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11018
11019 * gdb.texinfo: Refer to file names, not path names, per rms
11020 convention.
11021 (Arguments): Fix typo.
11022
11023Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11024
11025 * stabs.texinfo (Global Variables): Talk about stabs in files
11026 where variables are referenced, but not defined.
11027
11028Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11029
11030 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11031 Cplusplus to new nodes Member Type Descriptor and Method Type
11032 Descriptor. Re-write stuff for #.
11033
11034Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11035
11036 * gdb.texinfo (Print Settings): Don't document "set print
11037 fast-symbolic-addr off". The bug which it worked around was fixed
11038 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11039
11040 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11041 N_ENTRY node.
11042
11043 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11044
11045Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11046
11047 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11048 references to ieee-float.c.
11049
11050Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11051
11052 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11053 match what the code actually does.
11054
11055Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11056
11057 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11058
11059Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11060
11061 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11062 i, and b.
11063
11064Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11065
11066 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11067 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11068 as "stabs in sections" rather than just saying "ELF and SOM".
11069 Also make that stuff apply to COFF.
11070
11071Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11072
11073 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11074 Ghostscript.
11075
11076Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11077
11078 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11079 versus functions without line numbers, also mention stepping into
11080 them as well as "step" when you are in them. Tell the user how to
11081 deal with the situation. Add comment about "debugging information".
11082
11083Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11084
11085 * stabs.texinfo (Enumerations): Document restriction on where
11086 enumeration types can appear and still win with GDB.
11087
11088Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11089
11090 * stabs.texinfo (Negative Type Numbers): Document format for type
11091 -16.
11092
11093Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11094
11095 * gdb.texinfo (Selection, Frame Info): Update information about
11096 arbitrary frame specficiations.
11097
11098Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11099
11100 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11101
11102Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11103
11104 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11105
11106Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11107
11108 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11109
11110Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11111
11112 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11113 Differences node to Statics node.
11114 (Statics): Discuss XCOFF use of V symbol descriptor.
11115
11116 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11117 not clean.
11118
11119Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11120
11121 * gdb.texinfo (Print Settings): Document `set print
11122 fast-symbolic-addr' and improve the doc for some other
11123 `set print's.
11124
11125Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11126
11127 * stabs.texinfo (String Field): Talk about defining several type
11128 numbers at once.
11129 Fix lint regarding changing node ELF Transformations to
11130 ELF and SOM Transformations.
11131
11132Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11133
11134 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11135
11136Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11137
11138 * stabs.texinfo (Cross-References): `::' is for nested types only
11139 within <>.
11140 (Structures): Document static members.
11141
11142Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11143
11144 * stabs.texinfo: Document S type attribute.
11145
11146Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11147
11148 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11149
11150Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11151
11152 * gdbint.texinfo: Fix a few typos.
11153
11154Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11155
11156 * gdb.texinfo, remote.texi: formatting improvements
11157
11158 * gdb.texinfo (New Features): mention threads.
11159 (Summary, C): fix xrefs in newly contributed text.
11160 (Threads): index entries, clarifications, example
11161 (passim): minor typos fixed, phrasing improvements
11162
11163 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11164 entries; (Server): explain use of gdbserver w/real-time systems,
11165 add example of conflicting TCP port; (MIPS Remote) break up
11166 running text into table, highlighting commands, and add example.
a9331b3f 11167
c906108c
SS
11168Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11169
11170 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11171
11172Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11173
11174 * stabs.texinfo (Nested Symbols): New node.
11175 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11176
11177Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11178
11179 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11180 to picking which Bbss.bss symbol to use, and (because there seems to
11181 be no good way of doing it) re-write some of the text to make it
11182 sound like Bbss.bss isn't such a great idea after all (as currently
11183 designed).
11184
11185 * gdb.texinfo (C): In addition to saying people have to use g++ for
11186 good results, say they have to use stabs. Specifically say cfront
11187 doesn't work well.
11188 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11189 the gdb README. Add xrefs to places where the support for the various
11190 languages is described in detail.
11191
11192Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11193
11194 * stabs.texinfo: Clean up stuff about visibility and virtual
11195 characters.
11196
11197 * stabs.texinfo (N_M2C): Cite Sun doc.
11198
11199Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11200
11201 * gdb.texinfo: updates re threads.
11202 * remote.texinfo: avoid index entries starting with digits.
11203
11204Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11205
11206 * stabs.texinfo (Enumerations): Talk about large, negative and
11207 octal values. Clean up cross reference to type attributes.
11208 (String Field): Say that GDB 4.11 supports size attribute.
11209
11210Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11211
11212 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11213 is a mandatory step. Make the stuff about that more concise.
11214
11215Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11216
11217 * stabs.texinfo (Class Names): New node.
11218
11219 * gdb.texinfo (Command Files): Explain order of init file reading.
11220
11221 * remote.texi (Bootstrapping): Talk about getting the serial driver
11222 to deal with ^C sent by gdb to stop the remote system.
11223
11224Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11225
11226 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11227
11228 * libgdb.texinfo (Defining Commands): made the DOC arg
11229 to gdb_define_app_command a char * instead of char **
11230 per a suggestion from kingdon.
11231
11232 * libgdb.texinfo: total rewrite from a different starting
11233 premise.
11234
11235Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11236
11237 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11238 floats passed as doubles (to improve clarity).
11239
11240Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11241
11242 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11243
11244 * a4rc.sed: update to work with Andreas Vogel papersize params
11245
11246 * refcard.tex: use Andreas Vogel simplifications of papersize
11247 params; remove useless version info; update copyright date.
11248
11249Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11250
11251 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11252
11253Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11254
11255 * gdb.texinfo (Files): Say what address the load command loads it at.
11256
11257 * stabs.texinfo (Common Blocks): Minor cleanups.
11258
11259 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11260 that Sun has backed away from the linker kludge and thus the relevant
11261 issue is changes to the SunPRO tools, not the Solaris linker.
11262
11263 * stabs.texinfo (Traditional Integer Types): Clean up description
11264 of octal bounds a little bit. Document extra leading zeroes.
11265
11266Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11267
11268 * gdb.texinfo (Signaling): Update for symbolic symbol names
11269 and add a section explaining the difference between the GDB
11270 signal command and the shell kill utility.
11271
11272Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11273
11274 * libgdb.texinfo: added `@' to braces that were unescaped.
11275
11276Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11277
11278 * libgdb.texinfo: new file. Spec for the gdb library.
11279
11280Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11281
11282 * stabs.texinfo (Include Files): Fix typo (start -> end).
11283
11284Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11285
11286 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11287 from Melissa at FSF's editing pass.
11288
11289Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11290
11291 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11292 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11293 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11294
11295Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11296
11297 * remote.texi (Bootstrapping): Discuss 386 call gates.
11298
11299Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11300
11301 * stabs.texinfo (Based Variables): New node.
11302
11303Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11304
11305 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11306 names, sizes, and formats to suggest how not to lose.
11307
11308Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11309
11310 * stabs.texinfo (Methods): Fix typo.
11311
11312Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11313
11314 * gdb.texinfo: Fix a few typos.
11315
11316Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11317
11318 * gdb.texinfo: Clarify how well it works with Fortran.
11319
11320 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11321 More on relocating stabs in ELF files.
11322
11323Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11324
11325 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11326
11327Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11328
11329 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11330 parameters on VAX.
11331
11332Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11333
11334 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11335
11336Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11337
11338 * stabs.texinfo: Make info author notice match the TeX author notice.
11339
11340Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11341
11342 * stabs.texinfo: Initial-caps all words in node names and
11343 non-trivial words in section names.
11344
11345Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11346
11347 * stabs.texinfo: Many minor cleanups.
11348
11349 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11350
11351Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11352
11353 * stabs.texinfo: Remove full description of big example.
11354 It's not really helpful; just use pieces of it where appropriate.
11355 Add more Texinfo formatting directives (@samp, etc.).
11356 Use @deffn to define stab types.
11357 Eliminate some wordiness. Break up some nodes.
11358 Add an (alphabetized) index of symbol types.
11359 Use consistent capitalization style in node and section names.
11360
11361Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11362
11363 * gdb.texinfo: Change typo "Two two" to "The two".
11364
11365Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11366
11367 * stabs.texinfo (XCOFF-differences): Remove references to
11368 non-existent types N_DECL and N_RPSYM.
11369
11370 * stabs.texinfo (String Field): Say that type attributes bug is
11371 fixed in GDB 4.10, since it is.
11372
11373 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11374
11375Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11376
11377 * stabs.texinfo: Formatting cleanups.
11378
11379Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11380
11381 * stabs.texinfo: When explaining the n_type of a stab, standardize
11382 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11383 no tabs, use @r).
11384 (Global Variables): Clean up.
11385
11386Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11387
11388 * stabs.texinfo (Stack Variables): Re-write.
11389
11390Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11391
11392 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11393 addresses of a source file. Also revise formatting.
11394 Change "object module" or "object file" to "source file".
11395 Various: Miscellaneous cleanups.
11396
11397Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11398
11399 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11400
11401Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11402
11403 * gdbint.texinfo: Removed many nonsensical machine-collected
11404 host and target conditionals, described some of the remainder.
11405
11406Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11407
11408 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11409
11410 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11411 paragraph which follows.
11412
11413 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11414 variables. Looks better and avoids overful hbox.
11415
11416Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11417
11418 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11419
11420Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11421
11422 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11423 retransmit-timeout
11424
11425Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11426
11427 * gdbint.texinfo: Update statement about `some ancient Unix
11428 systems, like Ultrix 4.0' to Ultrix 4.2.
11429
11430Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11431
11432 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11433
11434 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11435
11436 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11437 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11438
11439 * remote.texi: new name for former gdbinv-s.texi
11440
11441 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11442
11443Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11444
11445 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11446 variables for MIPS remote debugging protocol.
11447
11448Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11449
11450 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11451
11452Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11453
11454 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11455
11456Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11457
11458 * gdb.texinfo: repair conditional bugs in text markup
11459
11460Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11461
11462 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11463 to select Modula-2 material.
11464
11465Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11466
11467 * stabs.texinfo: Cleanups regarding statics.
11468
11469 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11470 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11471
11472Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11473
11474 * stabs.texinfo: N_MAIN is sometimes used for C.
11475
11476Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11477
11478 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11479
11480Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11481
11482 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 11483 removed from the code by Kingdon.
c906108c
SS
11484
11485Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11486
11487 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11488 input when evaluating breakpoint conditions; the bug has been fixed.
11489
11490 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11491 sets the ignore count to N-1, not to N.
11492
11493Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11494
11495 * refcard.tex (\hoffset): correct longstanding error to match
11496 intended offset; avoids cutting off edge on some printers
11497
11498Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11499
11500 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11501
11502Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11503
11504 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11505
11506Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11507
11508 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11509 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11510 collect sed edits if any, apply to refcard before formatting;
11511 (refcard.ps) stop implying PS fonts if PS output requested;
11512 (lrefcard.ps) delete extra target for variant PS fonts
11513
11514 * refcard.tex: parametrize papersize dependent info, collect
11515 in easily replaced spot
11516
11517 * a4rc.sed: new file, edits to refcard for A4 paper
11518
11519Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11520
11521 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11522
11523Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11524
11525 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11526
11527Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11528
11529 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11530 politely rather than rudely.
11531
11532Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11533
11534 * stabs.texinfo: Document common blocks.
11535
11536Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11537
11538 * stabs.texinfo: Add some basic info about stabs-in-elf.
11539
11540Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11541
11542 * stabs.texinfo (Top): Minor cleanup.
11543
11544Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11545
11546 * Makefile.in (install-info): remove parentdir support
11547
11548Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11549
11550 * gdb.texinfo (Copying): delete this node and references to it;
11551 RMS says this manual need not carry GPL. (passim): Improvements
11552 from last round at FSF, largely due to Ian Taylor review, and
11553 minor formatting improvements.
11554
11555 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11556 largely due to Ian Taylor review. (Debug Session): minor edits to
11557 new text.
11558
11559Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11560
11561 * Makefile.in (realclean): Remove info and dvi files too.
11562
11563Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11564
11565 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11566 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11567 * gdb.texinfo: Change accordingly.
11568
11569 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11570 N_{L,R}BRAC,N_SLINE are relative to.
11571
11572Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11573
11574 * Makefile.in (GDBvn.texi): Update atomically.
11575
11576Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11577
11578 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11579
11580Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11581
11582 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11583 addresses together. Also motivate the set print symbol-filename
11584 command and suggest other solutions.
11585
11586Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11587
11588 * gdb.texinfo (set print elements): Note that the number of
11589 elements is set to unlimited by "set print elements 0".
11590
11591Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11592
11593 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11594 NF_LDOUBLE means.
11595 (Stab Types): Include Solaris stab types.
11596 (Procedures): Document Solaris extensions.
11597
11598Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11599
11600 * gdb.texinfo: Add `set print symbol-filename' doc.
11601
11602Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11603
11604 * stabs.texinfo (Arrays): Talk about type definition vs. type
11605 information.
11606
11607 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11608 the trailing semicolon.
11609
11610Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11611
11612 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11613 and merge in other parts of the document addressing these subjects.
11614 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11615
11616 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11617 at the end of a range type.
11618
11619 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11620 AIX extensions.
11621
11622Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11623
11624 * stabs.texinfo (Stabs Format): Misc fixes.
11625
11626Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11627
11628 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11629 (Traditional builtin types): Document convex convention for long long.
11630 (Negative builtin types): Discuss type names, and misc fixes.
11631
11632Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11633
11634 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11635 point types used with @samp{R} type descriptor.
11636 (Symbol Descriptors): Describe how to handle conflict between
11637 different meanings of @samp{P} symbol descriptor.
11638
11639Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11640
11641 * stabs.texinfo: Remove node Quick Reference and put its children
11642 directly under the main menu.
11643
11644 * stabs.texinfo: Many more changes to bring it into line with
11645 AIX documentation and reality. I think it now has all the
11646 information from the AIX documentation, except that I burned
11647 out when I got to variant records (Pascal and Modula-2) and
11648 all the COBOL types. Oh well, we can add them later when we're
11649 worrying more about those languages.
11650
11651 * stabs.texinfo (Automatic variables): Talk about what it means
11652 to omit the symbol descriptor.
11653
11654Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11655
11656 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11657 gcc2 behavior with promoted args.
11658
11659Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11660
11661 * gdb.texinfo: include readline appendices in info version of manual
11662
11663Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11664
11665 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11666 target remote.
11667
11668 * gdb.texinfo (Machine Code): more index entries for disassemble
11669
11670Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11671
11672 * Clarify the intended use of the gdb-testers and gdb-patches
11673 mailing lists, and shrink gzip comment.
11674
11675Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11676
11677 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11678 DOSHOST configuration of manual.
11679
11680 * gdb.texinfo (MIPS Stack): new node.
11681
11682 * all-config.texi (MIPS) new switch.
11683
11684 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11685 tense; (MIPS Remote) new node.
11686
11687 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11688 bug; (Environment) less passive, other small cleanups in text about
11689 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11690 (Remote) new MIPS Remote menu entry.
11691
11692Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11693
11694 * stabs.texinfo: Many changes to include information from the
11695 AIX documentation.
11696
11697 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11698
11699Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11700
11701 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11702 Move a bunch of information from ../README.
11703 (Getting Started): New node.
11704
11705Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11706
11707 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11708
11709 * gdb.texinfo: advance manual revision dates to present
11710
11711 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11712 stop using silly Roman numerals in @set variable names
11713
11714Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11715
11716 * stabs.texinfo (Parameters): Keep trying to get this right.
11717
11718Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11719
11720 * stabs.texinfo (Parameters): More on "local parameters".
11721
11722Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11723
11724 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11725
11726Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11727
11728 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11729 (Parameters): Rewrite.
11730 (xcoff-differences, Sun-differences): Minor changes.
11731
11732Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11733
11734 * stabs.texinfo: Minor cleanup.
11735
11736Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11737
11738 * gdbint.texinfo: Minor xcoff stuff.
11739
11740Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11741
11742 * gdbint.texinfo: Update for new config directory structure.
11743 Add info about internal type data structures.
11744
11745Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11746
11747 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11748 $(srcdir).
11749 (gdb-config.texi): Depend on file in $(srcdir).
11750
11751Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11752
11753 * stabs.texinfo: Fixes about N_SO.
11754
11755Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11756
11757 * gdb.texinfo: include list of nonstandard init file names
11758
11759 * *-config.texi: new switch GENERIC for text that applies *only*
11760 to (usual) multiple-target version of manual
11761
11762 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11763 h8 config
11764
11765 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11766 in menus (rather than conditionally selected multiple alternative
11767 menus).
11768
11769 * Makefile.in: define and use DOC_CONFIG var to select
11770 configuration for GDB user manual.
11771
11772 * gdb-config.texi: delete from repository, generate from Makefile.
11773
11774 * all-config.texi: normal `generic' configuration file, formerly
11775 stored as gdb-config.texi
11776
11777Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11778
11779 * Makefile.in: add dvi target to build all .dvi files
11780
11781Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11782
11783 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11784
11785Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11786
11787 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11788 host conditionals.
11789 * stabs.texinfo: More array fixes inspired by Jim's.
11790
11791Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11792
11793 * stabs.texinfo: Fixes re arrays and continuations.
11794
11795 * gdbint.texinfo: Add XCOFF node.
11796
11797Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11798
11799 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11800
11801Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11802
11803 * stabs.texinfo: Fix for array types to mention lower bounds.
11804
11805Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11806
11807 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11808
11809Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11810
11811 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11812
11813Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11814
11815 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11816 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11817
11818Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11819
11820 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11821
11822Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11823
11824 * gdb.texinfo, gdbinv-s.texi: misc updates
11825
11826Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11827
11828 * gdbint.texinfo: Brief documentation for longjmp support,
11829 from an email msg by Stu.
11830
11831Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11832
11833 * stabs.texinfo: Fix description of floating point "range"
11834 types (which really define basic types). Reported by Jim Meehan,
11835 <meehan@src.dec.com>.
11836
11837 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11838
11839Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11840
11841 * gdbint.texinfo: Slightly expand section on supporting a new
11842 object file format.
11843
11844Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11845
11846 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11847 intermediate file.
11848
11849Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11850
11851 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11852
11853Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11854
11855 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11856
11857 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11858 as well as Z8002.
11859
11860Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11861
11862 * gdbint.texinfo: Add sections on clean design and on how to send
11863 in changes.
11864
11865Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11866
11867 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11868
11869Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11870
11871 * gdb.texinfo: Fix typo, reported by Karl Berry.
11872
11873Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11874
11875 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11876
11877Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11878
11879 * gdbint.texinfo: fixed a stray email address (needs @@),
11880 added @table @code to node "Native Conditionals"
11881
11882Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11883
11884 * gdbint.texinfo: Describe coding style of GDB.
11885
11886Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11887
11888 * stabs.texinfo: Minor wording changes.
11889
11890Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11891
11892 * gdbint.texinfo: Improve release doc slightly.
11893
11894Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11895
11896 * gdbint.texinfo: Improve doc of GDB config macros.
11897
11898Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11899
11900 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11901 These will be reinserted when examined.
11902
11903Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11904
11905 * gdbint.texinfo: Make a start at documenting all the #if macros
11906 in GDB. At least list them all, and start separating them into
11907 host-specific and target-specific.
11908
11909Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11910
11911 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 11912 examples (not consistent w others).
c906108c
SS
11913 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11914 for generic vn of doc
11915
11916Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11917
11918 * Makefile.in: always create installation directories.
11919
11920Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11921
11922 * gdb.texinfo: in h8 config, do not describe searching commands.
11923
11924Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11925
11926 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11927 conditionals; introduce a few generic switches that may be
11928 useful for other cross-dev or dos-hosted configs.
11929
11930 * gdb.texinfo: fix typo in "info reg" description
11931
11932Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11933
11934 * stabs.texinfo: Minor updates from running TeX over it.
11935 * Makefile.in (stabs.dvi, stabs.ps): Add.
11936
11937Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11938
11939 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11940 First pass at converting it to texinfo.
11941
11942Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11943
11944 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11945 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11946
11947Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11948
11949 * gdbint.texinfo: Add section on partial symbol tables.
11950
11951Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11952
11953 * gdb.texinfo: document `set remotedebug' and `set
11954 rstack_high_address'.
11955
11956Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11957
11958 * gdb.texinfo: slight expansion of new text on reading info files
11959 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11960 H8/300 from DOS.
11961
11962Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11963
11964 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11965
11966Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11967
11968 * gdb.texinfo: Say how to read the `info' files.
11969
11970Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11971
11972 * Makefile.in: gm4 -> m4.
11973
11974Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11975
11976 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11977 Documentation' ahead of `Installing GDB' to match README.
11978 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 11979 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
11980
11981Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11982
11983 * Makefile.in: remove $(srcdir) from gdb.info rule.
11984
11985Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11986
11987 * Makefile.in: commented out gdb-all.texinfo rule. This is
11988 temporary.
11989
11990Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11991
11992 * Makefile.in, configure.in: removed traces of namesubdir,
11993 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 11994 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
11995
11996Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11997
11998 * gdb.texinfo: Improve how we ask for bug reports.
11999
12000Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12001
12002 * Makefile.in: infodir belongs in datadir.
12003
12004Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12005
12006 * Makefile.in: remove spaces following hyphens, bsd make can't
12007 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 12008 standards.text support.
c906108c
SS
12009
12010Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12011
12012 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12013 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12014 and mandir now keyed off datadir by default.
12015
12016\f
12017Local Variables:
9e9c5ae7 12018mode: change-log
c906108c
SS
12019left-margin: 8
12020fill-column: 74
12021version-control: never
463888ab 12022coding: utf-8
c906108c 12023End:
This page took 2.079057 seconds and 4 git commands to generate.