Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
ca145713
SDJ
12017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 PR gdb/21925
4 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
5 set...").
6
0968fbae
SM
72017-08-09 Simon Marchi <simon.marchi@ericsson.com>
8
9 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
10 conditional expression.
11
791fb3d7
SM
122017-07-31 Simon Marchi <simon.marchi@ericsson.com>
13
14 * agentexpr.texi (rot): Fix symbolic description, improve
15 textual description.
16
27d41eac
YQ
172017-07-26 Yao Qi <yao.qi@linaro.org>
18
19 * gdb.texinfo (Maintenance Commands): Document command
20 "maint check xml-descriptions".
21
8e2141c6
YQ
222017-07-26 Yao Qi <yao.qi@linaro.org>
23
24 * gdb.texinfo (Maintenance Commands): Document optional
25 argument of "maint print c-tdesc".
26
c646b4e8
YQ
272017-07-18 Yao Qi <yao.qi@linaro.org>
28
29 * gdb.texinfo (Maintenance Commands): Improve the doc to
30 command "maint print c-tdesc".
31
eb83230b
SDJ
322017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
33
34 PR gdb/21606
35 * python.texi (Python representation of Symbols.): Replace
36 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
37 * guile.texi (Guile representation of Symbols.): Likewise.
38
c4dcb155
SM
392017-06-11 Simon Marchi <simon.marchi@ericsson.com>
40
41 * gdb.texinfo (Optional Messages about Internal Happenings):
42 Document {set,show} debug separate-debug-file commands.
43
aefd8b33
SDJ
442017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
45
46 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
47 (Connecting) <Remote Packet>: Add "startup-with-shell"
48 and "QStartupWithShell" to the table.
49 (Remote Protocol) <QStartupWithShell>: New item, explaining the
50 packet.
51
176efed1
AB
522017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
53
54 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
55
d050f7d7
TW
562017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
57
58 * python.texi (Recording in Python): Factor out the documentation of
59 gdb.RecordInstruction's super class.
60
14f819c8
TW
612017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
62
63 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
64 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
65 prev and next.
66
0ed5da75
TW
672017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
68
69 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
70 gdb.RecordInstruction
71
913aeadd
TW
722017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
73
74 * python.texi (Recording in Python): Add documentation for
75 gdb.RecordGap and remove documentation of special cases for
76 gdb.BtraceInstruction.
77
a3be24ad
TW
782017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
79
80 * python.texi (Recording in Python): Remove Record.ptid defvar.
81
ebe553db
SM
822017-04-21 Simon Marchi <simon.marchi@ericsson.com>
83
84 * gdb.texinfo (GDB/MI Thread Information): Add missing
85 fields, re-word some things.
86 (GDB/MI Thread Commands): Describe fields found in the output of
87 -thread-info, remove description of fields in the
88 thread output tuple, replace with a cross-reference to "GDB/MI
89 Thread Information".
90
9be21bb4
SM
912017-04-21 Simon Marchi <simon.marchi@ericsson.com>
92
93 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
94 from -thread-info output.
95
fe5f7374
AK
962017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
97
98 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
99
eea78757
AK
1002017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
101
102 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
103
79778b30
YQ
1042017-03-22 Yao Qi <yao.qi@linaro.org>
105
106 * python.texi (Inferiors In Python): Remove @code from Python.
107
cee59b3f
TW
1082017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
109
110 * python.texi (Recordings In Python): Document return type of
111 gdb.BtraceInstruction.data.
112
51457a05
MAL
1132017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
114
115 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
116 command file-list-shared-libraries
117 (GDB/MI Async Records): Update documentation of library-loaded with new
118 field.
119
f8d99587
DE
1202017-03-16 Doug Evans <dje@google.com>
121
122 * guile.texi (Lazy Strings In Guile): Mention arrays.
123 * python.texi (Lazy Strings In Python): Ditto.
124
5cf70512
JW
1252017-03-08 Jiong Wang <jiong.wang@arm.com>
126
127 * gdb.texinfo (Memory Protection Extensions): Add missing escape
128 character "@".
129
4a612d6f
WT
1302017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
131
132 * Memory Protection Extensions: Add information about inferior
133 calls.
134
216f72a1
JK
1352017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
136
137 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
138 DW_TAG_GNU_* and DW_AT_GNU_*.
139
4e746bb6
TW
1402017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
141
142 * python.texi (Recordings In Python): New section.
143
3f77c769
TT
1442017-02-14 Tom Tromey <tom@tromey.com>
145
146 PR python/13598:
147 * python.texi (Events In Python): Document events.before_prompt.
148
5cf30ebf
LM
1492017-02-13 Luis Machado <lgustavo@codesourcery.com>
150
151 * gdb.texinfo (Target Commands): Document the optional offset
152 argument for the load command.
153
18da0c51
MG
1542017-02-10 Martin Galvan <martingalvan@sourceware.org>
155
156 PR gdb/21122
157 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
158 space-separated breakpoint lists. Also add a missing @table command
159 and @cindex for breakpoint lists.
160
3f7b46f2
IR
1612017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
162
163 PR tdep/20936
164 * gdb.texinfo: (Standard Target Features): Document SPARC features.
165 (Sparc Features): New node.
166
2735833d
WT
1672017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
168
169 * gdb.texinfo (i386 Features): Add system segment registers
170 as feature.
171
373832b6
SM
1722017-01-24 Simon Marchi <simon.marchi@ericsson.com>
173
174 * python.texi (Events In Python): Fix typo.
175
78cbbba8
LM
1762017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
177 Luis Machado <lgustavo@codesourcery.com>
178
179 * gdb.texinfo (-target-flash-erase): New MI command description.
180 (flash-erase): New CLI command description.
181
387360da
JB
1822017-01-04 John Baldwin <jhb@FreeBSD.org>
183
184 * gdb.texinfo (Contributors): Add SRI International and University
185 of Cambridge for FreeBSD/mips.
186
34c41c68
DE
1872016-12-22 Doug Evans <xdje42@gmail.com>
188
189 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
190 commands.
191
df3ee9ca
PA
1922016-12-02 Pedro Alves <palves@redhat.com>
193
194 * gdb.texinfo (User-defined Commands): Limit on number of
195 arguments passed to user-defined commands removed; update.
196
01770bbd
PA
1972016-12-02 Pedro Alves <palves@redhat.com>
198
199 PR cli/20559
200 * gdb.texinfo (Define): Add example of using "eval" to process a
201 variable number of arguments.
202 (Output) <eval>: Add anchor.
203
ad02e4fe
SM
2042016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
205
206 * Makefile.in: Likewise.
207
8504e097
AA
2082016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
209
210 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
211 xref.
212
39402e6c
PA
2132016-10-29 Pedro Alves <palves@redhat.com>
214
215 * gdb.texinfo (Packets) <vCont>: Remove mention of default
216 actions.
217
ca6eff59
PA
2182016-10-26 Pedro Alves <palves@redhat.com>
219
220 * gdb.texinfo (Packets): Clarify vCont packets with multiple
221 actions that match a thread, and what happens when an action
222 matches a thread that is already running.
223
be06ba8c
SM
2242016-10-14 Simon Marchi <simon.marchi@ericsson.com>
225
226 * gdb.texinfo (Using Trace Files): Fix typo.
227 (GDB/MI Tracepoint Commands): Likewise.
228
99e61eda
SM
2292016-10-14 Simon Marchi <simon.marchi@ericsson.com>
230
231 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
232 of -trace-save.
233
9c37b5ae
TT
2342016-10-06 Tom Tromey <tom@tromey.com>
235
236 * guile.texi (Types In Guile): Remove Java mentions.
237 * python.texi (Types In Python): Remove Java mentions.
238 * gdb.texinfo (Address Locations, Supported Languages)
239 (Index Section Format): Remove Java mentions.
240
ee8da4b8
DE
2412016-08-15 Doug Evans <dje@google.com>
242
243 * gdb.texinfo (Target Description Format): Update docs on "end"
244 field spec and field default type.
245
4034d0ff
AT
2462016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2472016-10-03 Simon Marchi <simon.marchi@ericsson.com>
248
249 PR gdb/20487
250 * gdb.texinfo (Context management): Update mention of frame
251 change notifications.
252 (gdb/mi Async Records): Document frame field in
253 =thread-select event.
254 * observer.texi (GDB Observers): New user_selected_context_changed
255 observer.
256
4435e1cc
TT
2572016-09-28 Tom Tromey <tom@tromey.com>
258
259 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
260 than "memory breakpoint". Further document "kind". Move
261 protocol-details link earlier.
262 <z1>: Document the cmd_list argument. Fix typo.
263 <g>: Remove incorrect sentence.
264 (Stop Reply Packets): Document "OK" response to requests when in
265 non-stop mode.
266 <swbreak>: Use "software breakpoint" rather than "memory
267 breakpoint".
268 <create>: Document that "R" is ignored.
269 <W, X, w>: Document formatting of "AA".
270 (Notification Packets): Use "%Stop", not "%%Stop".
271
ad0a504f
AK
2722016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
273
274 * gdb.texinfo (Embedded Processors): Document ARC.
275 (Synopsys ARC): New section.
276 (Standard Target Features): Document ARC features.
277 (ARC Features): New section.
278
74172ecf
SM
2792016-09-21 Simon Marchi <simon.marchi@ericsson.com>
280
281 * .gitignore: New file.
282
0a1ddfa6
SM
2832016-08-24 Simon Marchi <simon.marchi@ericsson.com>
284
285 * gdb.texinfo (Input/Output): Mention possibility to unset
286 inferior-tty.
287
c0272db5
TW
2882016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
289
290 * gdb.texinfo: Resume btrace on reconnect.
291
e3487908
GKB
2922016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
293
294 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
295 syscall.
296
463888ab
РИ
2972016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
298
299 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
300 command.
301
dac790e1
TT
3022016-07-13 Tom Tromey <tom@tromey.com>
303
304 PR python/15620, PR python/18620:
305 * python.texi (Events In Python): Document new breakpoint events.
306
93daf339
TT
3072016-07-13 Tom Tromey <tom@tromey.com>
308
309 PR python/17698:
310 * python.texi (Breakpoints In Python): Document
311 Breakpoint.pending.
312
cda75e70
TT
3132016-07-13 Tom Tromey <tom@tromey.com>
314
315 * python.texi (Breakpoints In Python): Move table of types and
316 table of watchpoint types earlier in node.
317
e0f3fd7c
TT
3182016-07-12 Tom Tromey <tom@tromey.com>
319
320 PR python/19293:
321 * python.texi (Frames In Python): Document
322 gdb.invalidate_cached_frames.
323
86f78169
PA
3242016-06-21 Pedro Alves <palves@redhat.com>
325
326 * gdb.texinfo (Interpreters): Update intepreter-exec section,
327 document new-ui and explain use case.
328
a28d8e50
YTL
3292016-06-17 Yan-Ting Lin <currygt52@gmail.com>
330
331 * gdb.texinfo (Standard Target Features): Document NDS32 features.
332 (NDS32 Features): New Section.
333
bb556f1f
TK
3342016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
335
336 * gdb.texinfo (Examining Memory): Document negative repeat
337 count in the 'x' command.
338
38b022b4
SM
3392016-06-06 Simon Marchi <simon.marchi@ericsson.com>
340
341 * gdb.texinfo (GDB/MI Async Records): Document method and
342 format fields in =record-started.
343 * observer.texi (record_changed): Add method and format
344 parameters.
345
c185ba27
EZ
3462016-05-27 Eli Zaretskii <eliz@gnu.org>
347
348 * gdb.texinfo (General Query Packets): Move the description of the
349 response before the long list of the specific 'read' and 'write'
350 requests.
351
1957f6b8
TT
3522016-05-23 Tom Tromey <tom@tromey.com>
353
354 * python.texi (Basic Python): Document gdb.breakpoints return.
355
224f10c1
TT
3562016-05-24 Tom Tromey <tom@tromey.com>
357
358 PR gdb/19194:
359 * gdb.texinfo (gdb man): Fix typo.
360
0bdfa368
TT
3612016-05-17 Tom Tromey <tom@tromey.com>
362
363 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
364 (Rust): New node.
365
dcd1f979
TT
3662016-05-17 Tom Tromey <tom@tromey.com>
367
368 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
369
310cdbb6
YQ
3702016-04-27 Yao Qi <yao.qi@linaro.org>
371
372 * gdb.texinfo (tfind): Complete doc about tfind without
373 argument.
374
b8162e5a
AT
3752016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
376
377 * agentexpr.texi (byte): Fix zero_ext description.
378
f7c38292
PA
3792016-03-31 Pedro Alves <palves@redhat.com>
380
381 * gdb.texinfo (M32R/SDI): Delete node.
382 (MIPS Embedded): Remove references to the MIPS remote debugging
383 protocol, PMON and variants, and the associated commands.
384
81516450
DE
3852016-03-15 Doug Evans <dje@google.com>
386
387 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
388 (Target Description Format): Mention enum types. Update docs on
389 flags types.
390 (Predefined Target Types): Add "bool".
391 (Enum Target Types): New node.
392
2a60e18f
PA
3932016-03-15 Pedro Alves <palves@redhat.com>
394
395 * gdb.texinfo (Tracepoint Actions): Fix typo.
396
45fa2529
PA
3972016-03-15 Pedro Alves <palves@redhat.com>
398 Andreas Arnez <arnez@linux.vnet.ibm.com>
399 Marcin Kościelnicki <koriakin@0x04.net>
400
401 * gdb.texinfo (Tracepoint Actions): Document possible
402 unreliability of '$_ret'.
403
f2403c39
AB
4042016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
405
406 * gdb.texinfo (Symbols): Document new 'maint info line-table'
407 command.
408
f2f3ccb9
SM
4092016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
410
411 * gdb.texinfo (Convenience Functions): Document $_as_string.
412
cce0e923
DE
4132016-02-23 Doug Evans <dje@google.com>
414
415 * gdb.texinfo (Skipping Over Functions and Files): Document new
416 options to "skip" command. Update docs of output of "info skip".
417
012b3a21
WT
4182016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
419
420 * gdb.texinfo (Signals): Add bound violation display hints for
421 a SIGSEGV.
422
0748bf3e
MK
4232016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
424
425 * gdb.texinfo (Trace File Format): Add documentation for description
426 section lines.
427
e909d859
MK
4282016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
429
430 * gdb.texinfo (Trace File Format): Remove misleading information
431 about register block ordering.
432
713cdcbf
DE
4332016-02-01 Doug Evans <dje@google.com>
434
435 * gdb.texinfo (Value Sizes): Fix typo.
436
8244c20d
DE
4372016-02-01 Doug Evans <dje@google.com>
438
439 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
440
5fdf6324
AB
4412016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
442
443 * gdb.texinfo (Value Sizes): New section.
444 (Data): Add the 'Value Sizes' node to the menu.
445
67ebd9cb
JB
4462016-01-26 John Baldwin <jhb@FreeBSD.org>
447
448 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
449
6e9567fe
JB
4502016-01-19 John Baldwin <jhb@FreeBSD.org>
451
452 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
453
f303dbd6
PA
4542016-01-18 Pedro Alves <palves@redhat.com>
455
456 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
457 of the thread that hit a breakpoint or received a signal.
458
71ef29a8
PA
4592016-01-15 Pedro Alves <palves@redhat.com>
460
461 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
462
663f6d42
PA
4632016-01-13 Pedro Alves <palves@redhat.com>
464
465 * gdb.texinfo (Threads): Document the $_gthread convenience
466 variable.
467 (Convenience Vars): Likewise.
468
c84f6bbf
PA
4692016-01-13 Pedro Alves <palves@redhat.com>
470
471 * gdb.texinfo (Threads): Document "info threads -gid".
472
22a02324
PA
4732016-01-13 Pedro Alves <palves@redhat.com>
474
475 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
476 anchor.
477 (Threads In Python): Document new InferiorThread.global_num
478 attribute.
479
5d5658a1
PA
4802016-01-07 Pedro Alves <palves@redhat.com>
481
482 * gdb.texinfo (Threads): Document per-inferior thread IDs,
483 qualified thread IDs, global thread IDs and thread ID lists.
484 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
485 thread IDs.
486 (Convenience Vars): Document the $_thread convenience variable.
487 (Ada Tasks): Adjust to refer to thread IDs.
488 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
489 Commands, GDB/MI Variable Objects): Update to mention global
490 thread IDs.
491 * guile.texi (Breakpoints In Guile)
492 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
493 global thread IDs instead of thread IDs.
494 * python.texi (Threads In Python): Adjust documentation of
495 InferiorThread.num.
496 (Breakpoint.thread): Mention global thread IDs instead of thread
497 IDs.
498
84654457
PA
4992016-01-13 Pedro Alves <palves@redhat.com>
500
501 * python.texi (Threads In Python): Document
502 InferiorThread.inferior.
503
e3940304
PA
5042016-01-13 Pedro Alves <palves@redhat.com>
505
506 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
507 convenience variable.
508 (Convenience Vars): Likewise.
509
82075af2
JS
5102016-01-12 Josh Stone <jistone@redhat.com>
511 Philippe Waroquiers <philippe.waroquiers@skynet.be>
512
513 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
514 (Stop Reply Packets): List the syscall entry and return stop reasons.
515 (General Query Packets): Describe QCatchSyscalls, and add it to the
516 table and the detailed list of stub features.
517
bc504a31
PA
5182016-01-12 Pedro Alves <palves@redhat.com>
519
520 Remove use of the registered trademark symbol throughout.
521
cde67b27
YQ
5222016-01-12 Yao Qi <yao.qi@linaro.org>
523
524 * gdb.texinfo (Interrupts): Update the document on handling
525 interrupt when program is stopped.
526
19d9d4ef
DB
5272015-12-11 Don Breazeal <donb@codesourcery.com>
528
529 * gdb.texinfo (Forks): Correct Linux kernel version where
530 fork and exec events are supported, add notes about support
531 of these events in target remote mode.
532 (Connecting): Reorganize and clarify distinctions between
533 target remote, extended-remote, and multiprocess.
534 Reorganize related text from separate sections into new
535 sections.
536 (Server): Note effects of target extended-remote mode.
537 Delete section on Multi-Process Mode for gdbserver.
538 Move some text to "Connecting" node.
539
f4f4330e
PA
5402015-12-10 Pedro Alves <palves@redhat.com>
541
542 * gdb.texinfo (Threads): Replace warning with explanation
543 about single-threaded programs.
544
b1236ac3
PA
5452015-12-10 Pedro Alves <palves@redhat.com>
546
547 * gdb.texinfo (Threads): Remove mention of SGI.
548 (Forks): Remove mention of HP-UX.
549 (Breakpoints): Remove mention of HP-UX.
550 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
551 Reword in terms of architectures.
552 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
553 mention supported systems.
554 (Convenience Vars): Don't mention HP-UX.
555 (Jumping): Remove mention of HP-UX in comment.
556 (Files) <shared libraries>: Update supported shared library types
557 list. Remove mention of HP-UX.
558 (Native): Remove HP-UX subsection.
559 (SVR4 Process Information): Remove mention of HP-UX.
560
0f59c28f
PA
5612015-12-10 Pedro Alves <palves@redhat.com>
562
563 * gdb.texinfo (Stack): Reorder menu.
564
1c35a88f
LM
5652015-12-09 Luis Machado <lgustavo@codesourcery.com>
566
567 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
568 -var-set-format's new zero-hexadecimal format.
569
3685b09f
PMR
5702015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
571
572 * gdb.texinfo (Ada Mode Into): Move overloading support
573 description to its own node.
574 (Overloading support for Ada): New node.
575
f2faf941
PA
5762015-11-30 Pedro Alves <palves@redhat.com>
577
578 PR 14618
579 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
580 (Remote Configuration): Add the "set/show remote
581 no-resumed-stop-reply" to the available settings table.
582 (General Query Packets): Document the "no-resumed" qSupported
583 feature.
584
65706a29
PA
5852015-11-30 Pedro Alves <palves@redhat.com>
586
587 * gdb.texinfo (Remote Configuration): List "set/show remote
588 thread-events" command in configuration table.
589 (Stop Reply Packets): Document "T05 create" stop
590 reason and 'w' stop reply.
591 (General Query Packets): Document QThreadEvents packet. Document
592 QThreadEvents qSupported feature.
593
de979965
PA
5942015-11-30 Pedro Alves <palves@redhat.com>
595
596 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
597 anchor.
598 (Packets): Document vCtrlC.
599
79efa585
SM
6002015-11-26 Simon Marchi <simon.marchi@ericsson.com>
601
602 * gdb.texinfo (Thread List Format): Mention thread names.
603
7e0aa6aa
PA
6042015-11-24 Pedro Alves <palves@redhat.com>
605
606 PR 17539
607 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
608 program-spaces" example to ascending order listing.
609 (Threads): Adjust "info threads" example to ascending order
610 listing.
611 (Forks): Adjust "info inferiors" example to ascending order
612 listing.
613
0c532a29
MM
6142015-11-04 Markus Metzger <markus.t.metzger@intel.com>
615
616 * gdb.texinfo (Process Record and Replay): Document "record
617 instruction-history" modifiers.
618
fc58fa65
AB
6192015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
620
621 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
622 description.
623 (Frame Filter Management): Move to later in the 'Examining the
624 Stack' chapter.
625 (Selection): Add entry for 'select-frame'.
626
792005b0
DE
6272015-09-25 Doug Evans <dje@google.com>
628
629 * gdb.texinfo (Process Record and Replay): Fix syntax of
630 "record instruction-history begin, end" and
631 "record function-call-history begin, end".
632
c58b006b
SM
6332015-09-22 Simon Marchi <simon.marchi@ericsson.com>
634
635 * gdb.texinfo (Specifying Source Directories): Fix
636 substitute-path example.
637
f2665db5
MM
6382015-09-18 Markus Metzger <markus.t.metzger@intel.com>
639
640 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
641
e68fa6f0
PA
6422015-09-15 Pedro Alves <palves@redhat.com>
643
644 PR remote/18965
645 * gdb.texinfo (Stop Reply Packets): Revert previous change to
646 the vforkdone description.
647
8228463c
PA
6482015-09-15 Pedro Alves <palves@redhat.com>
649
650 PR remote/18965
651 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
652 part indicates the thread ID of the parent process.
653
750ce8d1
YQ
6542015-09-15 Yao Qi <yao.qi@linaro.org>
655
656 * gdb.texinfo (General Query Packets): Add vContSupported to
657 tables of 'gdbfeatures' and 'stub features' supported in the
658 qSupported packet, as well as to the list containing stub
659 feature details.
660
b459a59b
DB
6612015-09-11 Don Breazeal <donb@codesourcery.com>
662
663 * gdb.texinfo (Remote Configuration): Add exec event
664 feature to table of packet settings.
665 (Stop Reply Packets): Add exec events to the list of stop
666 reasons.
667 (General Query Packets): Add exec events to tables of
668 'gdbfeatures' and 'stub features' supported in the qSupported
669 packet, as well as to the list containing stub feature
670 details.
671
73b8c1fd
PA
6722015-08-24 Pedro Alves <palves@redhat.com>
673
674 * gdb.texinfo (Remote Configuration): Document the "set/show
675 remote multiprocess-extensions-packet" commands.
676
bb615428
PA
6772015-08-24 Pedro Alves <palves@redhat.com>
678
679 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
680 <M32R>: Remove references to M32R/D.
681 <M68K>: Remove references to target dbug.
682 <MIPS Embedded>: Remove references to target r3900 and target
683 array.
684 <PowerPC Embedded>: Remove references to target dink32 and target
685 ppcbug, target sds
686 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
687
2b4bf6af
AB
6882015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
691
566f5e3b
AB
6922015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
693
694 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
695
18989b3c
AB
6962015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
697
698 * gdb.texinfo (Maintenance Commands): Move documentation of "main
699 info bfds" to...
700 (File Caching): A New section. Outline bfd caching, and add new
701 description for "main set/show bfd-sharing".
702
6ff0ba5f
DE
7032015-08-14 Doug Evans <xdje42@gmail.com>
704
705 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
706 disassembly.
707 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
708
629500fa
KS
7092015-08-11 Keith Seitz <keiths@redhat.com>
710
711 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
712 Use "location(s)"instead of "linespec(s)".
713 (Specifying a Location): Rewrite.
714 Add subsections describing linespec, address, and explicit locations.
715 Add node/menu for each subsection.
716 (Source and Machine Code, C Preprocessor Macros)
717 (Create and Delete Trace points)
718 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
719 (Continuing at a Different Address): Remove "linespec" examples.
720 Add reference to "Specify a Location"
721 (The -break-insert Command): Rewrite. Add anchor.
722 Add reference to appropriate manual section discussing locations.
723 (The -dprintf-insert Command): Refer to -break-insert for
724 specification of 'location'.
725
fbea99ea
PA
7262015-08-07 Pedro Alves <palves@redhat.com>
727
728 * gdb.texinfo (Maintenance Commands): Document "maint set/show
729 target-non-stop".
730
da8c46d2
MM
7312015-08-07 Markus Metzger <markus.t.metzger@intel.com>
732
733 * gdb.texinfo (Process Record and Replay): Document prefixing of
734 speculatively executed instructions in the "record instruction-history"
735 command.
736
a3b5281e
DE
7372015-07-20 Doug Evans <dje@google.com>
738
739 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
740
6bcb1f97
DE
7412015-07-16 Doug Evans <dje@google.com>
742
743 * stabs.texinfo: @include gdb-cfg.texi.
744
db1ff28b
JK
7452015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
746
747 Revert the previous 2 commits:
748 gdbserver build-id attribute generator
749 Validate symbol file using build-id
750
ca5268b6
JK
7512015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
752
753 * gdb.texinfo (Files): Add 'set validate-build-id'
754 and 'show validate-build-id'.
755
700ca40f
JK
7562015-07-15 Aleksandar Ristovski <aristovski@qnx.com
757 Jan Kratochvil <jan.kratochvil@redhat.com>
758
759 gdbserver build-id attribute generator.
760 * gdb.texinfo (Library List Format for SVR4 Targets): Add
761 'build-id' in description, example, new attribute in dtd.
762
7c7f93f6
AB
7632015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
764
765 * gdb.texinfo (Selection): Update documentation for 'frame'
766 command.
767
b0627500
MM
7682015-07-02 Markus Metzger <markus.t.metzger@intel.com>
769
72f4393d 770 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
771 commands.
772
b20a6524
MM
7732015-07-02 Markus Metzger <markus.t.metzger@intel.com>
774
775 * gdb.texinfo (Process Record and Replay): Spell out that variables
776 and registers are not available during btrace replay.
777 Describe the new "record btrace pt" command.
778 Describe the new "set|show record btrace pt buffer-size" options.
779 (General Query Packets): Describe the new Qbtrace:pt and
780 Qbtrace-conf:pt:size packets.
781 Expand "bts" to "Branch Trace Store".
782 Update the branch trace DTD.
783
fc637f04
PP
7842015-06-26 Patrick Palka <patrick@parcs.ath.cx>
785
786 * gdb.texinfo (Command History): Document the new option
787 "history remove-duplicates".
788
18a94d75
DE
7892015-06-19 Doug Evans <dje@google.com>
790
791 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
792 longer supported.
793
0eacb298
PP
7942015-06-17 Patrick Palka <patrick@parcs.ath.cx>
795
796 * gdb.texinfo (Command History): Mention that setting
797 GDBHISTSIZE to the empty string disables history truncation.
798
bc460514
PP
7992015-06-17 Patrick Palka <patrick@parcs.ath.cx>
800
801 PR gdb/16999
802 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
803 behavior.
804
b58c513b
PP
8052015-06-17 Patrick Palka <patrick@parcs.ath.cx>
806
807 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
808 with GDBHISTSIZE.
809
a86c90e6
SM
8102015-06-15 Simon Marchi <simon.marchi@ericsson.com>
811
812 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
813 bytes and memory units for -data-{read,write}-memory-bytes.
814 (Packets): Same for m, M and X packets.
815 * python.texi (Inferiors In Python): Same for read_memory and
816 write_memory.
817
c74f7d1c
JT
8182015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
819
820 * gdb.texinfo (Separate Debug Files): Document that PE is also
821 supported.
822
51f0e40d
AB
8232015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
824
825 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
826 single table entry.
827
966f0aef
WT
8282015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
829
830 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
831
832
15a201c8
GB
8332015-06-10 Gary Benson <gbenson@redhat.com>
834
835 * gdb.texinfo (Remote Configuration): Document the
836 "set/show remote hostio-setfs-packet" command.
837 (Host I/O Packets): Document the vFile:setfs packet.
838
7a6a1731
GB
8392015-06-10 Gary Benson <gbenson@redhat.com>
840
841 * gdb.texinfo (Debugging Output): Document the "set/show debug
842 linux-namespaces" command.
843
7d73c23c 8442015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 845 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
846
847 * gdb.texinfo (i386): Add documentation about "show mpx bound"
848 and "set mpx bound".
849
27e0867f
DE
8502015-05-27 Doug Evans <dje@google.com>
851
852 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
853
b4f54984
DE
8542015-05-26 Doug Evans <dje@google.com>
855
856 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
857 command renamings.
858 (Maintenance Commands): Update for DWARF "set debug" command renamings.
859
55b40027
AB
8602015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
861
862 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
863
a4ea0946
AB
8642015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
865
866 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
867 (TUI Commands): Add 'tui enable' and 'tui disable' details.
868
37442ce1
DE
8692015-05-16 Doug Evans <xdje42@gmail.com>
870
871 * guile.texi (Memory Ports in Guile): Document support for unbuffered
872 memory ports.
873
36de76f9
JK
8742015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
875
876 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
877
0d71eef5
DB
8782015-05-12 Don Breazeal <donb@codesourcery.com>
879
880 * gdb.texinfo (Forks): Note that fork debugging is
881 supported in extended mode.
882 (Remote Configuration): Add fork event features to table
883 of packet settings.
884 (Stop Reply Packets): Add fork events to list of stop reasons.
885 (General Query Packets): Add fork events to tables of
886 'gdbfeatures' and 'stub features' supported in the qSupported
887 packet, as well as to the list containing stub feature
888 details.
889
835205d0
GB
8902015-05-12 Gary Benson <gbenson@redhat.com>
891
892 * gdb.texinfo (General Query Packets): Document
893 qXfer:exec-file:read with empty annex.
894
4c082a81
SC
8952015-05-09 Siva Chandra Reddy <sivachandra@google.com>
896
897 * python.texi (Values From Inferior): Add descriptions of new
898 methods gdb.Value.reference_value and gdb.Value.const_value.
899
b30a0bc3
JB
9002015-05-06 Joel Brobecker <brobecker@adacore.com>
901
902 * gdb.texinfo (Files): Add "info dll" documentation.
903 (Cygwin Native): Remove "info dll" documentation.
904
2ce1cdbf
DE
9052015-04-29 Doug Evans <dje@google.com>
906
907 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
908 Document.
909 (Writing an Xmethod): Add get_result_type to example.
910
59fb7612
SS
9112015-04-28 Sasha Smundak <asmundak@google.com>
912
913 * python.texi: New method documented.
914
cf75d6c3
AB
9152015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
916
917 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
918 format.
919
897c3d32
DE
9202015-04-24 Doug Evans <dje@google.com>
921
922 * python.texi (Xmethods In Python): Fix name of method to call the
923 xmethod.
924
1b6e6f5c
GB
9252015-04-17 Gary Benson <gbenson@redhat.com>
926
927 * gdb.texinfo (Connecting to a Remote Target): Mention that
928 GDB can access program files from remote targets that support
929 qXfer:exec-file:read and Host I/O packets.
930
c78fa86a
GB
9312015-04-17 Gary Benson <gbenson@redhat.com>
932
933 * gdb.texinfo (Remote Configuration): Document the "set/show
934 remote pid-to-exec-file-packet" command.
935 (General Query Packets): Document the qXfer:exec-file:read
936 qSupported features. Document the qXfer:exec-file:read packet.
937
a9a5a3d1
GB
9382015-04-17 Gary Benson <gbenson@redhat.com>
939
940 * gdb.texinfo (set sysroot): Document that "set sysroot" also
941 applies to executable paths if supplied to GDB as absolute.
942
4f45d445
JK
9432015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
944
945 * gdb.texinfo (Mode Options): Remove -xdb.
946
e7a8570f
JK
9472015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
948 Eli Zaretskii <eliz@gnu.org>
949
72f4393d
L
950 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
951 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
952 the compile command. New subsection Compiler search for the compile
953 command.
954
f2983cc3
AW
9552015-04-09 Andy Wingo <wingo@igalia.com>
956
957 * guile.texi (Frames In Guile): Describe frame-read-register.
958
599bd15c
GB
9592015-04-02 Gary Benson <gbenson@redhat.com>
960
961 * gdb.texinfo (set sysroot): Document "target:".
962
d11916aa
SS
9632015-04-01 Sasha Smundak <asmundak@google.com>
964
965 * doc/python.texi (Writing a Frame Unwinder in Python): Add
966 section.
967
df8411da
SDJ
9682015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
969
970 PR corefiles/16092
971 * gdb.texinfo (gcore): Mention new command 'set
972 use-coredump-filter'.
973 (set use-coredump-filter): Document new command.
974
d33279b3
AT
9752015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
976
977 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
978 documentation, reorder the info os entries in alphabetical order.
979
852f8402
SM
9802015-03-26 Simon Marchi <simon.marchi@ericsson.com>
981
982 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
983 -data-write-memory-bytes.
984
856e7dd6
PA
9852015-03-24 Pedro Alves <palves@redhat.com>
986
987 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
988 mention that threads may sometimes run unlocked.
989
236af5e3
YG
9902015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
991
992 * gdb.texinfo (Remote configuration): Document "set/show
993 serial parity" command.
994
464b0089
GB
9952015-03-18 Gary Benson <gbenson@redhat.com>
996
997 * gdb.texinfo (General Query Packets): Remove documentation
998 for now-removed vFile:fstat qSupported features.
999
0a93529c
GB
10002015-03-11 Gary Benson <gbenson@redhat.com>
1001
1002 * gdb.texinfo (Remote Configuration): Document the
1003 "set/show remote hostio-fstat-packet" command.
1004 (General Query Packets): Document the vFile:fstat
1005 qSupported features.
1006 (Host I/O Packets): Document the vFile:fstat packet.
1007
85642ba0
AW
10082015-03-11 Andy Wingo <wingo@igalia.com>
1009
1010 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1011
f7e6eed5
PA
10122015-03-04 Pedro Alves <palves@redhat.com>
1013
1014 * gdb.texinfo (Remote Configuration): Document the "set/show
1015 remote swbreak-feature-packet" and "set/show remote
1016 hwbreak-feature-packet" commands.
1017 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1018 decription.
1019 (Stop Reply Packets): Document the swbreak and hwbreak stop
1020 reasons.
1021 (General Query Packets): Document the swbreak and hwbreak
1022 qSupported features.
1023 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1024
f873665f 10252015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
1026
1027 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1028 under *stopped.
1029
9a284c97
DE
10302015-03-02 Doug Evans <xdje42@gmail.com>
1031
1032 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1033
446899e4
AA
10342015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1035
1036 * gdb.texinfo (S/390 and System z Features): Describe new feature
1037 "org.gnu.gdb.s390.vx".
1038
7ee67ee4
SDJ
10392015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1040
1041 PR gdb/18008
1042 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1043 demangler-warning): Fix typo ("problam").
1044
53cf2ee0
DT
10452015-02-19 David Taylor <dtaylor@emc.com>
1046
1047 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1048
3133f8c1
JM
10492015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1050
1051 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1052 point, DTrace'.
1053 (Static Probe Points): Modified to cover DTrace probes in addition
1054 to SystemTap probes. Also modified to cover the `enable probe'
1055 and `disable probe' commands.
1056
9aca2ff8
JM
10572015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1058
1059 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1060 `disable probe' commands.
1061
fa3f8d5a
DT
10622015-02-12 David Taylor <dtaylor@emc.com>
1063
1064 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1065 fields of the QTDV packet.
1066
d33501a5
MM
10672015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1068
1069 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1070 (Process Record and Replay): Describe new set|show commands.
1071 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1072
f4abbc16
MM
10732015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1074
1075 * gdb.texinfo (Process Record and Replay): Describe the "record
1076 btrace bts" command.
1077 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1078 (Branch Trace Configuration Format): New.
1079
cfb069a8
GB
10802015-01-31 Gary Benson <gbenson@redhat.com>
1081 Doug Evans <dje@google.com>
1082
1083 * gdb.texinfo (Command Completion): Document new
1084 "set/show max-completions" option.
1085
f57d2163
DE
10862015-01-31 Doug Evans <xdje42@gmail.com>
1087
1088 * gdb.texinfo (Symbols): Document new commands
1089 "maint print symbol-cache", "maint print symbol-cache-statistics",
1090 "maint flush-symbol-cache". Document new option
1091 "maint set symbol-cache-size".
1092
9f050062
DE
10932015-01-31 Doug Evans <xdje42@gmail.com>
1094
1095 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1096 distinguish script files vs inlined scripts.
1097 * python.texi (Python Auto-loading): Ditto.
1098
b6577aab
DE
10992015-01-30 Doug Evans <dje@google.com>
1100
1101 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1102 string if present.
1103
3a8b707a
DE
11042015-01-27 Doug Evans <dje@google.com>
1105
1106 * python.texi (Objfiles In Python): Document Objfile.username.
1107
1b549396
DE
11082015-01-27 Doug Evans <dje@google.com>
1109
1110 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1111 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1112
253828f1
JK
11132015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1114
1115 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1116
bf555842
EZ
11172015-01-16 Eli Zaretskii <eliz@gnu.org>
1118
1119 * doc/gdb.texinfo (TUI Commands): Document the possible
1120 values of NAME argument to 'winheight' command. Explain the
1121 effect of 'tabset' setting better.
1122
439250fb
DE
11232015-01-11 Doug Evans <xdje42@gmail.com>
1124
1125 PR gdb/15830
1126 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1127 (Symbols): Ditto.
1128 (Maintenance Commands): Delete docs for "maint demangle".
1129
6bf6fd09
JB
11302014-12-31 Joel Brobecker <brobecker@adacore.com>
1131
1132 * gdb.texinfo (Files): Remove documentation of the
1133 "add-shared-symbol-files" and "assf" commands.
1134 (Cygwin Native): Remove documentation of the "dll-symbols"
1135 command.
1136
cc485e62
DE
11372014-12-17 Doug Evans <xdje42@gmail.com>
1138
1139 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1140
bb2ec1b3
TT
11412014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1142 Jan Kratochvil <jan.kratochvil@redhat.com>
1143
1144 * gdb.texinfo (Altering): Update.
1145 (Compiling and Injecting Code): New node.
1146
6dddd6a5
DE
11472014-12-12 Doug Evans <dje@google.com>
1148
1149 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1150
f5b95c01
AA
11512014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1152
1153 * gdb.texinfo: Document "maint print user-registers".
1154
a0be3e44
DE
11552014-12-08 Doug Evans <dje@google.com>
1156
1157 * python.texi (Objfiles In Python): Document Objfile.owner.
1158
86e4ed39
DE
11592014-12-04 Doug Evans <dje@google.com>
1160
1161 * python.texi (Objfiles In Python): Document
1162 Objfile.add_separate_debug_file.
1163
7c50a931
DE
11642014-12-04 Doug Evans <dje@google.com>
1165
1166 * python.texi (Objfiles In Python): Document Objfile.build_id.
1167
162078c8
NB
11682014-12-02 Nick Bull <nicholaspbull@gmail.com>
1169
1170 * python.texi (Events In Python): Document new events
1171 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1172 and RegisterChangedEvent.
1173
f10c5b19
JK
11742014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1175
1176 Add add-auto-load-scripts-directory.
1177 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1178 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1179
413b59ae
JK
11802014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1181
1182 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1183 description typo.
1184
02be9a71
DE
11852014-10-30 Doug Evans <dje@google.com>
1186
1187 * python.texi (Progspaces In Python): Document ability to add
1188 random attributes to gdb.Progspace objects.
1189 (Objfiles In Python): Document ability to add random attributes to
1190 gdb.objfile objects.
1191
e5f8a7cc
PA
11922014-10-27 Pedro Alves <palves@redhat.com>
1193
1194 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1195 info on stepping and signal handlers.
1196 (Signals): Explain stepping and signal handlers. Add context
1197 index entry, and cross references.
1198
fab3a15d
SM
11992014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1200
1201 * python.texi (Breakpoints In Python): Add parenthesis after
1202 Breakpoint.delete. Clarify Breakpoint.enabled description so
1203 that it contains "disable".
1204
4ffbba72
DE
12052014-10-17 Doug Evans <dje@google.com>
1206
1207 * python.texi (Events In Python): Document clear_objfiles event.
1208
d096d8c1
DE
12092014-10-17 Doug Evans <dje@google.com>
1210
1211 * python.texi (Objfiles In Python): Document new progspace attribute.
1212
32a8097b
PA
12132014-10-17 Pedro Alves <palves@redhat.com>
1214
1215 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1216 (SVR4 Process Information): Delete mention of OSF/1.
1217
2ddf4301
SM
12182014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1219
1220 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1221 exit-code field in -list-thread-groups output.
1222
342cc091
JBG
12232014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1224
1225 * gdb.texinfo (Set Breaks): Add missing "@end table".
1226
a25a5a45
PA
12272014-09-22 Pedro Alves <palves@redhat.com>
1228
1229 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1230 always-inserted off" is the default mode now. Delete
1231 documentation of "set breakpoint always-inserted auto".
1232
2b4fd423
DE
12332014-09-18 Doug Evans <dje@google.com>
1234
1235 * python.texi (Symbol Tables In Python): Document "producer"
1236 attribute of gdb.Symtab objects.
1237
deb8ff2b
PA
12382014-09-16 Pedro Alves <palves@redhat.com>
1239
1240 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1241 (Embedded OS): Remove VxWorks menu entry.
1242 (VxWorks): Remove node.
1243
81219e53
DE
12442014-09-13 Doug Evans <xdje42@gmail.com>
1245
1246 * gdb.texinfo (Signaling): Document new queue-signal command.
1247
faa42425
DE
12482014-09-06 Doug Evans <xdje42@gmail.com>
1249
1250 PR 15276
1251 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1252 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1253
1a6a384b
JL
12542014-09-03 Justin Lebar <jlebar@google.com>
1255
1256 * python.texi (Types In Python): Type.template_argument(n) returns a
1257 gdb.Value or a gdb.Type and throws an exception if n is out of
1258 range.
1259
5f3b99cf
SS
12602014-09-03 Sasha Smundak <asmundak@google.com>
1261
1262 * python.texi (Frames in Python): Add read_register description.
1263
3cecbbbe
TT
12642014-08-04 Tom Tromey <tromey@redhat.com>
1265
1266 * gdb.texinfo (Debugging Output): Update for change to "set debug
1267 target".
1268
90debf20
MM
12692014-08-01 Masaki Muranaka <monaka@monami-software.com>
1270
1271 Pushed by Joel Brobecker <brobecker@adacore.com>.
1272 * Makefile.in (transform): New variable.
1273 (install-man1, install-man5): Apply $(transform) to man file names.
1274
ee7333ae
DE
12752014-07-26 Doug Evans <xdje42@gmail.com>
1276
1277 PR guile/17177
1278 * guile.texi (Guile Pretty Printing API): Fix typo.
1279 Document set-pretty-printers!, pretty-printers.
1280 (Selecting Guile Pretty-Printers): Update.
1281 Mention program-space based pretty-printers.
1282
70509625
PA
12832014-07-25 Pedro Alves <palves@redhat.com>
1284 Eli Zaretskii <eliz@gnu.org>
1285
1286 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1287 with multi-threaded programs.
1288
b67a2c6f
YQ
12892014-06-27 Yao Qi <yao@codesourcery.com>
1290
1291 * gdb.texinfo (Maintenance Commands): Update the output of
1292 'maint print dummy-frames' command.
1293
f179cf97
EZ
12942014-06-24 Eli Zaretskii <eliz@gnu.org>
1295
1296 * gdb.texinfo (Screen Size): Improve indexing.
1297
992c7d70
GB
12982014-06-19 Gary Benson <gbenson@redhat.com>
1299
1300 * gdb.texinfo (Maintenance Commands): Document new
1301 "maint set/show catch-demangler-crashes" option.
1302
57fcfb1b
GB
13032014-06-19 Gary Benson <gbenson@redhat.com>
1304
1305 * gdb.texinfo (Maintenance Commands): Document new
1306 "maint demangler-warning" command and new
1307 "maint set/show demangler-warning" option.
1308
dd5d5494
SC
13092014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1310
1311 * python.texi (Xmethod API): Add space before the opening
1312 parenthesis in function descriptions.
1313
25326a28 13142014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
1315
1316 * guile.texi (Guile Configuration): Document guile-data-directory.
1317
0a770bb2 13182014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1319
1320 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1321
16f691fb
DE
13222014-06-04 Doug Evans <xdje42@gmail.com>
1323
1324 * guile.texi (Breakpoints In Guile): Update.
1325
1e47491b
JB
13262014-06-03 Joel Brobecker <brobecker@adacore.com>
1327
1328 * python.texi (Xmethod API): Fix reference to "Progspaces In
1329 Python".
1330
0c6e92a5
SC
13312014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1332
1333 * python.texi (Xmethods In Python, XMethod API)
1334 (Writing an Xmethod): New nodes.
1335 (Python API): New menu entries "Xmethods In Python",
1336 "Xmethod API", "Writing an Xmethod".
1337
06eb1586
DE
13382014-06-02 Doug Evans <xdje42@gmail.com>
1339
1340 * guile.texi (Guile API): Add entry for Parameters In Guile.
1341 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1342 (Parameters In Guile): New node.
1343
e698b8c4
DE
13442014-06-02 Doug Evans <xdje42@gmail.com>
1345
1346 * guile.texi (Guile API): Add entry for Commands In Guile.
1347 (Basic Guile) <parse-and-eval>: Add reference.
1348 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1349 (GDB Scheme Data Types): Mention <gdb:command> object.
1350 (Commands In Guile): New node.
1351
ded03782
DE
13522014-06-02 Doug Evans <xdje42@gmail.com>
1353
1354 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1355 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1356 (Progspaces In Guile): New node.
1357
53e8a631
AB
13582014-05-30 Andrew Burgess <aburgess@broadcom.com>
1359
1360 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1361 * python.texi (Frames In Python): Mention
1362 gdb.FRAME_UNWIND_MEMORY_ERROR.
1363
329ea579
PA
13642014-05-29 Pedro Alves <palves@redhat.com>
1365 Tom Tromey <tromey@redhat.com>
1366
1367 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1368 from example.
1369 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1370 Mention that target-async is now deprecated.
1371 (Maintenance Commands): Document maint set/show target-async.
1372
92bcb5f9
PA
13732014-05-29 Pedro Alves <palves@redhat.com>
1374
1375 * observer.texi (sync_execution_done, command_error): New
1376 subjects.
1377
fd664c91
PA
13782014-05-29 Pedro Alves <palves@redhat.com>
1379
1380 PR gdb/13860
1381 * observer.texi (signal_received, end_stepping_range)
1382 (signal_exited, exited, no_history): New observer subjects.
1383
b2715b27
AW
13842014-05-26 Andy Wingo <wingo@igalia.com>
1385
1386 * guile.texi (GDB Scheme Data Types): Remove documentation for
1387 removed interfaces. Update spelling of gdb-object-kind.
1388
9eaa4c1e
AW
13892014-05-26 Andy Wingo <wingo@igalia.com>
1390
1391 * guile.texi (Basic Guile): Fix some typos.
1392
0f1e8403
AW
13932014-05-26 Andy Wingo <wingo@igalia.com>
1394
1395 * guile.texi (Writing a Guile Pretty-Printer)
1396 (Guile Types Module): Fix excess parentheses in use-modules forms.
1397
697aa1b7
EZ
13982014-05-24 Eli Zaretskii <eliz@gnu.org>
1399
1400 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1401 (Breakpoints In Guile, Guile Printing Module)
1402 (Guile Exception Handling, Values From Inferior In Guile)
1403 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1404 Don't use @var at the beginning of a sentence.
1405
1406 * gdb.texinfo (Frame Filter Management, Trace Files)
1407 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1408 (PowerPC Embedded, Define, Annotations for Running)
1409 (IPA Protocol Commands, Packets, General Query Packets)
1410 (Tracepoint Packets, Notification Packets, Environment)
1411 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1412 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1413 (Frames, Backtrace, Selection, Expressions, Registers)
1414 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1415 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1416 (Source Annotations, Using JIT Debug Info Readers, Packets)
1417 (Stop Reply Packets, Host I/O Packets)
1418 (Target Description Format): Don't use @var at the beginning of a
1419 sentence.
1420
1421 * python.texi (Basic Python, Types In Python)
1422 (Commands In Python, Frames In Python, Line Tables In Python)
1423 (Breakpoints In Python, gdb.printing, gdb.types)
1424 (Type Printing API): Don't use @var at the beginning of a
1425 sentence.
1426
67b5c0c1
MM
14272014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1428
1429 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1430 replay-memory-access".
1431
6a3cb8e8
PA
14322014-05-21 Pedro Alves <palves@redhat.com>
1433
1434 * gdb.texinfo (Starting): Document "set/show
1435 auto-connect-native-target".
1436 (Target Commands): Document "target native".
1437
936d2992
PA
14382014-05-20 Pedro Alves <palves@redhat.com>
1439
1440 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1441 not be remote specific. Add cross reference to the qCRC packet.
1442 (Separate Debug Files): Update cross reference to the qCRC packet.
1443 (General Query Packets) <qCRC packet>: Add anchor.
1444
b3ce5e5f
DE
14452014-05-17 Doug Evans <xdje42@gmail.com>
1446
1447 Copy over changes from guile.texi.
1448 * python.texi (Basic Python) <gdb.execute>: Add text.
1449 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1450 (Values From Inferior) <Python string>: Add text.
1451 (Values From Inferior) <Value.string>: Clarify string length handling.
1452 (Pretty Printing API): Add cindex.
1453 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1454 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1455 @vindex.
1456 (Commands In Python) <COMPLETE_*>: Similarly.
1457 (Symbols In Python) <SYMBOL_*>: Similarly.
1458 (Breakpoints In Python) <WP_*>: Similarly.
1459 (Breakpoints In Python) <BP_*>: Similarly.
1460
8dfcab11
DT
14612014-05-17 David Taylor <dtaylor@emc.com>
1462
1463 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1464 mentioned in the qfThreadInfo reply.
1465
8d551b02
DE
14662014-05-16 Doug Evans <dje@google.com>
1467
1468 * gdb.texinfo (Mode Options): Add -D.
1469
e20bd8f4
SB
14702014-05-09 Samuel Bronson <naesten@gmail.com>
1471
1472 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1473 "make -C".
1474
f989a1c8
TT
14752014-04-29 Tom Tromey <tromey@redhat.com>
1476
1477 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1478 "show debug varobj".
1479
95cf3b38
DT
14802014-05-01 David Taylor <dtaylor@emc.com>
1481
1482 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1483 option.
1484
01f9f808
MS
14852014-04-24 Michael Sturm <michael.sturm@mintel.com>
1486 Walfred Tedeschi <walfred.tedeschi@intel.com>
1487
1488 * gdb.texinfo (i386 Features): Add description of AVX512
1489 registers.
1490
770e7fc7
DE
14912014-03-31 Doug Evans <dje@google.com>
1492
1493 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1494
97d8f0ee
DE
14952014-03-30 Doug Evans <dje@google.com>
1496
1497 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1498 (Background Execution): Ditto.
1499
36cb1214
HZ
15002014-03-21 Pedro Alves <palves@redhat.com>
1501 Stan Shebs <stan@codesourcery.com>
1502 Hui Zhu <hui@codesourcery.com>
1503
1504 * gdb.texinfo (Packets): Add anchor to "? packet".
1505 Remove fixme and update introduction of "k packet".
1506 Add anchor to "vKill packet".
1507
5e3a2c38
SS
15082014-03-12 Stan Shebs <stan@codesourcery.com>
1509
1510 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1511
7a5a839f
LC
15122014-02-26 Ludovic Courtès <ludo@gnu.org>
1513
dc6ae996 1514 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 1515
95060284
JB
15162014-02-20 Joel Brobecker <brobecker@adacore.com>
1517
1518 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1519 and "assf" as being deprecated.
1520 (Cygwin Native): Likewise for "dll-symbols".
1521 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1522 as a way to force the loading of symbols from a DLL.
1523
f7bd0f78
SC
15242014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1525
1526 * python.texi (Values From Inferior): Add description about the
1527 new feature.
1528
329baa95
DE
15292014-02-17 Doug Evans <xdje42@gmail.com>
1530
1531 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1532 * gdb.texinfo (Python): Moved to ...
1533 * python.texi: ... here. New file.
1534
687894f5
DE
15352014-02-17 Ludovic Courtès <ludo@gnu.org>
1536
d25f38ee 1537 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
1538 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1539 parameter to 'str-lookup-function' procedure. Look for
1540 the "std::string<" prefix.
1541 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1542 Adjust description.
1543
6fb526ee
DE
15442014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1545
d25f38ee 1546 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
1547 parantheses for deffn.
1548 (Disassembly In Guile): Ditto.
1549
1e0a5178
SS
15502014-02-10 Stan Shebs <stan@codesourcery.com>
1551
1552 Add Doxygen support.
1553 * Makefile.in (doxy): New action, generates Doxygen files.
1554 (DOXYGEN): New.
1555 (doxyedit): New.
1556 * Doxyfile-base.in: New file.
1557 * Doxyfile-gdb-api.in: New file.
1558 * Doxyfile-gdb-xref.in: New file.
1559 * Doxyfile-gdbserver.in: New file.
1560 * doxy-index.in: New file.
1561 * filter-for-doxygen: New file.
1562 * filter-params.pl: New file.
1563
ed3ef339
DE
15642014-02-10 Doug Evans <xdje42@gmail.com>
1565
1566 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1567 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1568 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1569 (Guile docs): Include guile.texi.
1570 (objfile-gdbdotext file): Add objfile-gdb.scm.
1571 (dotdebug_gdb_scripts section): Mention Guile scripts.
1572 (Multiple Extension Languages): New node.
1573 * guile.texi: New file.
1574
c6044dd1
JB
15752014-01-28 Joel Brobecker <brobecker@adacore.com>
1576
1577 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1578 ignore-descriptive-types". commands.
1579
87ce2a04
DE
15802014-01-22 Doug Evans <dje@google.com>
1581
1582 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1583 (gdbserver man): Ditto.
1584
52834460
MM
15852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1586
1587 * gdb.texinfo: Document limited reverse/replay support
1588 for target record-btrace.
1589
0688d04e
MM
15902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1591
1592 * gdb.texinfo (Process Record and Replay): Update documentation.
1593
8710b709
MM
15942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1595
1596 * gdb.texinfo (Process Record and Replay): Document new /c
1597 modifier accepted by "record function-call-history".
1598 Add /i modifier to "record function-call-history" example.
1599
dcf106f3
JB
16002014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1601 Joel Brobecker <brobecker@adacore.com>
1602
1603 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1604 markers. Remove one that was misplaced.
1605
41ef2965
PA
16062014-01-10 Pedro Alves <palves@redhat.com>
1607
1608 * gdb.texinfo (Your Program's Environment) <set environment>:
1609 Mention the shell, and point at 'set exec-wrapper'.
1610
c0d48811
JB
16112014-01-07 Joel Brobecker <brobecker@adacore.com>
1612
1613 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1614
5fba4c0f
JB
16152013-12-30 Joel Brobecker <brobecker@adacore.com>
1616
1617 * gdb.texinfo (Types In Python): Clarify the documentation
1618 of attribute gdb.Field.bitpos.
1619
0809504b
JB
16202013-12-28 Joel Brobecker <brobecker@adacore.com>
1621
1622 * gdb.texinfo (Types In Python): Fix the documentation of
1623 attribute "bitpos" in class gdb.Field for enum types. Add
1624 documentation for attribute "enumval" in that same class.
1625
edef6000
JB
16262013-12-28 Joel Brobecker <brobecker@adacore.com>
1627
1628 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1629 @ftable.
1630
71b8c845
DE
16312013-12-23 Doug Evans <xdje42@gmail.com>
1632
1633 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1634 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1635 corresponding section in Extending GDB.
1636 (Extending GDB): Move menu up. New menu item "Auto-loading
1637 extensions".
1638 (Sequences): New menu item "Auto-loading sequences".
1639 (Auto-loading sequences): New node.
1640 (Python): Rename section from Scripting GDB to Extending GDB.
1641 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1642 Move docs on ways to auto-load extensions to ...
1643 (Auto-loading extensions): ... here. New node.
1644
d192b373
JB
16452013-12-23 Joel Brobecker <brobecker@adacore.com>
1646
1647 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1648 in menu.
1649 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1650 command, now in a new node.
1651 (GDB/MI Support Commands): New node, with its contents being
1652 extracted from the "GDB/MI Miscellaneous Commands" node.
1653 A small paragraph introducing the section is also added at
1654 the start.
1655 (GDB/MI Miscellaneous Commands): Delete the description of the
1656 -info-gdb-mi-command, -list-features and -list-target-features
1657 commands, now hosted in the "GDB/MI Support Commands" node.
1658
a16b0e22
SC
16592013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1660
1661 PR python/16113
1662 * gdb.texinfo (Values From Inferior): Add a note about using
1663 gdb.Field objects as subscripts on gdb.Value objects.
1664 (Types In Python): Add description about the new attribute
1665 "parent_type" of gdb.Field objects.
1666
9b26f0fb
JB
16672013-12-12 Joel Brobecker <brobecker@adacore.com>
1668
1669 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1670 entry for section docuumenting the -list-features GDB/MI command.
1671
72bfa06c
JB
16722013-12-10 Joel Brobecker <brobecker@adacore.com>
1673
1674 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1675 "exec-run-start-option" entry in the output of the "-list-features"
1676 command.
1677
3ea8680f
EZ
16782013-12-04 Eli Zaretskii <eliz@gnu.org>
1679
1680 * gdb.texinfo (i386): Fix yesterday's commit.
1681
1a4f73eb
TT
16822013-12-03 Tom Tromey <tromey@redhat.com>
1683
1684 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1685 documented here.
1686
6cb999f8
TT
16872013-12-03 Tom Tromey <tromey@redhat.com>
1688
1689 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1690
ca8941bb
WT
16912013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1692
1693 * gdb.texinfo (i386 Features): Add MPX feature registers.
1694 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1695 a subsubsection for MPX and describes the display of the
1696 boundary registers.
1697
688981c9
JB
16982013-12-03 Joel Brobecker <brobecker@adacore.com>
1699
1700 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1701 documentation of the "ada-exceptions" entry.
1702
2ea126fa
JB
17032013-12-03 Joel Brobecker <brobecker@adacore.com>
1704
1705 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1706 "^error" result record concerning the error message. Document
1707 the error code that may also be part of that result record.
1708 (GDB/MI Miscellaneous Commands): Document the
1709 "undefined-command-error-code" element in the output of
1710 the "-list-features" GDB/MI command.
1711
6b7cbff1
JB
17122013-12-03 Joel Brobecker <brobecker@adacore.com>
1713
1714 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1715 the new -info-gdb-mi-command GDB/MI command. Document
1716 the meaning of "-info-gdb-mi-command" in the output of
1717 -list-features.
1718
20e1ca3b
PA
17192013-11-29 Pedro Alves <palves@redhat.com>
1720
1721 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1722 Update comment.
1723
29453a14
YQ
17242013-11-24 Yao Qi <yao@codesourcery.com>
1725
1726 * gdb.texinfo (Caching Remote Data): Document new
1727 "set/show stack-cache" option.
1728
6dd315ba
YQ
17292013-11-24 Yao Qi <yao@codesourcery.com>
1730
1731 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1732 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1733 "off" respectively.
1734
9df9dbe0
YQ
17352013-11-23 Yao Qi <yao@codesourcery.com>
1736
1737 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1738 of "displayhint" to the table about child results.
1739
c78feb39
YQ
17402013-11-21 Yao Qi <yao@codesourcery.com>
1741
1742 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1743 'dynamic' for the output of command -var-list-children.
1744
27b81af3
YQ
17452013-11-21 Yao Qi <yao@codesourcery.com>
1746
1747 * gdb.texinfo (Caching Target Data): Remove "see" before
1748 @pxref.
1749
b26dfc9a
YQ
17502013-11-20 Yao Qi <yao@codesourcery.com>
1751
1752 * gdb.texinfo (Caching Target Data): Update doc for
1753 per-address-space dcache.
1754
b12039c6
YQ
17552013-11-20 Yao Qi <yao@codesourcery.com>
1756
1757 * gdb.texinfo (Data): Rename menu item.
1758 (Caching Remote Data): Rename to ...
1759 (Caching Target Data): ... it. Update.
1760
422ad5c2
JB
17612013-11-18 Joel Brobecker <brobecker@adacore.com>
1762
1763 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1764 "language-option" entry in the output of the "-list-features"
1765 command.
1766
805e1f19
TT
17672013-11-15 Tom Tromey <tromey@redhat.com>
1768
1769 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1770 Add example.
1771
8fe1b653
TT
17722013-11-14 Tom Tromey <tromey@redhat.com>
1773
1774 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1775
403cb6b1
JB
17762013-11-14 Joel Brobecker <brobecker@adacore.com>
1777
1778 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1779 (Context management): Place current subsection text into its own
1780 subsubsection. Add new subsubsection describing the "--language"
1781 command option.
1782
93973826
JB
17832013-11-13 Joel Brobecker <brobecker@adacore.com>
1784
1785 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1786 the documentation of "info-ada-exceptions" in the output
1787 of the "-list-features" command. Add the documentation
1788 of the "ada-exception" entry instead.
1789
6adcee18
JB
17902013-11-12 Joel Brobecker <brobecker@adacore.com>
1791
93973826 1792
6adcee18
JB
1793 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1794 word of a couple of sentences to start with a capital letter.
1795
58d06528
JB
17962013-11-12 Joel Brobecker <brobecker@adacore.com>
1797
1798 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1799 (Ada Exceptions): New node.
1800 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1801 Commands" node.
1802 (GDB/MI Ada Exceptions Commands): New node.
1803 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1804 field in the output of the "-list-features" command.
1805 * NEWS: Add entry for the new "info exceptions" CLI command,
1806 and for the new "-info-ada-exceptions" GDB/MI command.
1807
bc79de95
PM
18082013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1809
1810 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1811 (Line Tables In Python): New node.
1812
73be47f5
DE
18132013-11-08 Doug Evans <dje@google.com>
1814
1815 * gdb.texinfo (Debugging Output): Update text for
1816 "set debug dwarf2-read".
1817
db0fec5c
DE
18182013-11-08 Doug Evans <dje@google.com>
1819
1820 * gdb.texinfo (Debugging Output): Update text for
1821 "set debug symtab-create".
1822
92e32e33
PM
18232013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1824
72f4393d
L
1825 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1826 constant.
92e32e33 1827
f76c27b5
PM
18282013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1829
1830 * gdb.texinfo (Breakpoints In Python): Document temporary
1831 option in breakpoint constructor, and add documentation to the
1832 temporary attribute.
1833
fa4d0c40
YQ
18342013-11-07 Yao Qi <yao@codesourcery.com>
1835
1836 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1837 output of "-var-info-expression".
1838
afa332ce
PA
18392013-11-06 Pedro Alves <palves@redhat.com>
1840
1841 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1842 non-interactive mode.
1843 (Environment) <shell startup files warning>: Mention
1844 non-interactive mode. Mention .zshenv for Z shell, and talk about
1845 BASH_ENV instead of .bashrc for BASH.
1846
9ac69859
NB
18472013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1848
1849 * gdb.texinfo (Commands to Specify Files): Add description
1850 of the remove-symbol-file command.
1851 * observer.texi: New free_objfile event
1852
98882a26
PA
18532013-10-24 Pedro Alves <palves@redhat.com>
1854
1855 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1856
ce13fade
JB
18572013-10-11 Joel Brobecker <brobecker@adacore.com>
1858
1859 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1860 New subsection inside which the "-catch-load" and "-catch-unload"
1861 commands documentation is now placed.
1862 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1863 documenting the "-catch-assert" and "-catch-exception" new
1864 GDB/MI commands.
1865
2446f5ea
JB
18662013-10-10 Joel Brobecker <brobecker@adacore.com>
1867
1868 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1869
0d12017b
JB
18702013-10-10 Joel Brobecker <brobecker@adacore.com>
1871
bd80dc1a
JB
1872 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1873 serial baud".
1874 (Remote Configuration): Replace "set remotebaud" by "set serial
1875 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 1876
f4fb82a1
PA
18772013-10-07 Pedro Alves <palves@redhat.com>
1878
1879 PR breakpoints/11568
1880 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1881 when the thread is removed from the thread list.
1882
0c557179
SDJ
18832013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1884
1885 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1886 Update entry for $_exitcode.
1887
5713b9b5
JB
18882013-10-04 Joel Brobecker <brobecker@adacore.com>
1889
1890 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1891 new "--start" option.
1892
901461f8
PA
18932013-10-02 Pedro Alves <palves@redhat.com>
1894
1895 * gdb.texinfo (Registers): Expand description of saved registers
1896 in frames. Explain <not saved>.
1897
8fb8eb5c
DE
18982013-09-25 Doug Evans <dje@google.com>
1899
1900 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1901
0a7cfe2c
SS
19022013-09-16 Stan Shebs <stan@codesourcery.com>
1903
1904 Remove the internals manual gdbint.texinfo.
1905 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1906 (PDFFILES): Remove gdbint.pdf.
1907 (HTMLFILES): Remove gdbint/index.html.
1908 (HTMLFILES_INSTALL): Remove gdbint.
1909 (GDBINT_DOC_FILES): Remove.
1910 (dvi): Remove gdbint.dvi.
1911 (ps): Remove gdbint.ps.
1912 * gdbint.texinfo: Remove file.
1913 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1914
a280dbd1
SDJ
19152013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1916
1917 * gdb.texinfo (Convenience Functions): Mention new convenience
1918 function $_isvoid.
1919
4ac33720
UW
19202013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1921
1922 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1923 (Standard Target Features): Add new node to menu.
1924 (S/390 and System z Features): New node.
1925
b3d3b4bd
SA
19262013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1927
1928 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1929 -list-target-features in the example.
1930
edf9f00c
JK
19312013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1932
1933 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1934 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1935
1d236d23
JK
19362013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1937
1938 Sync documentation with gdb.base/gnu-debugdata.exp.
1939 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1940
5423b017
JK
19412013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1942
1943 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1944
6211c335
YQ
19452013-08-27 Pedro Alves <pedro@codesourcery.com>
1946 Yao Qi <yao@codesourcery.com>
1947
1948 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1949 Document new --skip-unavailable option.
1950 <-stack-list-variables>: Document new --skip-unavailable option.
1951
52e260a3
DE
19522013-08-26 Doug Evans <dje@google.com>
1953
1954 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1955 an optional regexp.
1956
5e92f71a
TT
19572013-08-13 Tom Tromey <tromey@redhat.com>
1958
1959 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1960 Document GDB_PARALLEL and GDB_INOTIFY.
1961
c5d7073b
SS
19622013-08-09 Stan Shebs <stan@codesourcery.com>
1963
1964 * LRS: Remove file, describes a long-abandoned live-range
1965 splitting extension to stabs.
1966
6fbe845e
AB
19672013-07-25 Andrew Burgess <aburgess@broadcom.com>
1968
1969 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1970
e7045703
DE
19712013-07-17 Doug Evans <dje@google.com>
1972
1973 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1974
3105ebf9
TT
19752013-07-02 Tom Tromey <tromey@redhat.com>
1976
1977 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1978
d6c2da54
TT
19792013-06-28 Tom Tromey <tromey@redhat.com>
1980
1981 * Makefile.in (version.subst): Use version.in, not
1982 common/version.in.
1983 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1984 Likewise.
1985
e5823f1c
PA
19862013-06-27 Pedro Alves <palves@redhat.com>
1987
1988 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1989 dynamic symbol resolution code>: New section, based on infrun.c
1990 comment.
1991
92dcb9ff
TT
19922013-06-26 Tom Tromey <tromey@redhat.com>
1993
1994 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1995 Update.
1996 (Releasing GDB): Likewise.
1997
dc673c81
YQ
19982013-06-26 Pedro Alves <pedro@codesourcery.com>
1999 Yao Qi <yao@codesourcery.com>
2000
2001 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2002 -trace-frame-collected.
2003
28a93511
YQ
20042013-06-26 Pedro Alves <pedro@codesourcery.com>
2005
2006 * gdb.texinfo (Traceframe Info Format): Document tvar element
2007 and its attributes.
2008
a0743c90
YQ
20092013-06-25 Yao Qi <yao@codesourcery.com>
2010
2011 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2012
01208463
TT
20132013-06-24 Tom Tromey <tromey@redhat.com>
2014
2015 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2016 (GDBvn.texi): Use version.subst.
2017 (version.subst): New target.
2018 (mostlyclean): Remove version.subst.
2019
c898adb7
YQ
20202013-06-20 Pedro Alves <pedro@codesourcery.com>
2021
2022 * gdb.texinfo (GDB/MI Data Manipulation)
2023 <-data-list-register-values>: Document the --skip-unavailable
2024 option.
2025
7c57fa1e
YQ
20262013-06-07 Yao Qi <yao@codesourcery.com>
2027
2028 * gdb.texinfo (Symbols): Add kindex and cindex for
2029 'maint print msymbols'.
2030
0059c61a 20312013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
2032
2033 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2034 response field name (thread-group to inferior).
2035
85dc5a12
GB
20362013-06-04 Gary Benson <gbenson@redhat.com>
2037
2038 * gdb.texinfo (General Query Packets/qSupported): Added
2039 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2040 to the table of currently defined stub features.
2041 Added a more detailed entry for "augmented-libraries-svr4-read".
2042 (General Query Packets/qXfer:libraries-svr4:read): Documented
2043 the augmented form of this packet.
2044
5901af59
JB
20452013-05-23 Joel Brobecker <brobecker@adacore.com>
2046
2047 * gdb.texinfo (System-wide Configuration Scripts): Renames
2048 "Installed System-wide Configuration Scripts". Add associated
2049 @menu block.
2050
c1e36e3e
PA
20512013-05-23 Yao Qi <yao@codesourcery.com>
2052 Pedro Alves <palves@redhat.com>
2053
2054 * gdb.texinfo (Packets): Document 'vCont;r'.
2055 (Continuing and Stepping): Document target-assisted range
2056 stepping, and the 'set range-stepping' and 'show range-stepping'
2057 commands.
2058
0201faac
JB
20592013-05-23 Joel Brobecker <brobecker@adacore.com>
2060
2061 * gdb.texinfo (Installed System-wide Configuration Scripts):
2062 Add subsection describing the scripts now available under
2063 the data-dir's system-gdbbinit subdirectory.
2064 * NEWS: Add entry announcing the availability of system-wide
2065 configuration scripts for ElinOS and Wind River Linux.
2066
c5867ab6
HZ
20672013-05-21 Hui Zhu <hui@codesourcery.com>
2068
2069 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2070 "-dprintf-insert" command.
2071
7d0c9981
DE
20722013-05-17 Doug Evans <dje@google.com>
2073
2074 * gdb.texinfo (Maintenance Commands): Update doc for
2075 "maint check-psymtabs". Add doc for "maint check-symtabs",
2076 "maint expand-symtabs".
2077
742ce053
MM
20782013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2079
2080 * gdb.texinfo (Process Record and Replay): Document the
2081 "record goto" command and its sub-commands.
2082
1e611234
PM
20832013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2084
2085 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2086 (Python API): Add Frame Filters API, Frame Wrapper API,
2087 Writing a Frame Filter/Wrapper, Managing Management of Frame
2088 Filters chapter entries.
2089 (Frame Filters API): New Node.
2090 (Frame Wrapper API): New Node.
2091 (Writing a Frame Filter): New Node.
2092 (Managing Frame Filters): New Node.
2093 (Progspaces In Python): Add note about frame_filters attribute.
2094 (Objfiles in Python): Ditto.
2095 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2096 @anchors and --no-frame-filters option to -stack-list-variables,
2097 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2098 commands.
2099
2874cb83
JB
21002013-05-08 Joel Brobecker <brobecker@adacore.com>
2101
2102 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2103 Support" subsection documenting the XML format used to transfer
2104 shared library info on AIX.
2105
9a005eb9
JB
21062013-05-08 Joel Brobecker <brobecker@adacore.com>
2107
2108 * gdb.texinfo (Debugging Output): Add documentation of
2109 "set debug aix-solib" and "show debug aix-solib" commands.
2110
a1217d97
SL
21112013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2112
2113 * gdb.texinfo (Nios II): New section.
2114 (Nios II Features): New section.
2115
4d1eb6b4
JB
21162013-05-06 Joel Brobecker <brobecker@adacore.com>
2117
2118 * gdbint.texinfo (Algorithms): Remove entries documenting
2119 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2120 SOLIB_CREATE_INFERIOR_HOOK.
2121
3f84184e
TT
21222013-04-29 Tom Tromey <tromey@redhat.com>
2123
2124 PR python/14204:
2125 * gdb.texinfo (Python API): Fix menu entry.
2126 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2127 Define global and static block. Add example. Clarify
2128 block relationship for inline functions.
2129
60155234
TT
21302013-04-29 Tom Tromey <tromey@redhat.com>
2131
2132 * gdb.texinfo (Python API): Mention Python help and keyword
2133 arguments. Move pagination text to Basic Python.
2134 (Basic Python): Put pagination text here. Document
2135 close-on-exec, SIGCHLD, and SIGINT.
2136
5360976e
PA
21372013-04-19 Pedro Alves <palves@redhat.com>
2138
2139 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2140 "signedness" instead of "signness".
2141
bd3f3b55
PA
21422013-04-19 Pedro Alves <palves@redhat.com>
2143
2144 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2145 -Wno-pointer-sign text with text on -Wpointer-sign.
2146
dee368d3
TT
21472013-04-16 Tom Tromey <tromey@redhat.com>
2148
2149 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2150 GCC that has the SDT probe points.
2151
cc16e6c9
TT
21522013-04-15 Tom Tromey <tromey@redhat.com>
2153
2154 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2155 exception catchpoints.
2156
72f1fe8a
TT
21572013-04-15 Tom Tromey <tromey@redhat.com>
2158
2159 * gdb.texinfo (Set Catchpoints): Document $_exception.
2160 (Convenience Vars): Mention $_exception.
2161
591f19e8
TT
21622013-04-15 Tom Tromey <tromey@redhat.com>
2163
2164 * gdb.texinfo (Set Catchpoints): Reorganize exception
2165 catchpoints. Document "catch rethrow".
2166 (Debugging C Plus Plus): Mention "catch rethrow".
2167
02ae6bad
TT
21682013-04-15 Tom Tromey <tromey@redhat.com>
2169
2170 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2171
2c91021c
JK
21722013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2173 Eli Zaretskii <eliz@gnu.org>
2174
2175 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2176 line below the sample output.
2177
6eaaf48b
EZ
21782013-04-12 Eli Zaretskii <eliz@gnu.org>
2179
2180 * gdb.texinfo (Mode Options): Document '-configuration'.
2181 (Help): Document "show configuration".
2182 (Bug Reporting): Add requirements to include the configuration
2183 details in bug reports.
2184
b292c783
JK
21852013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2186
2187 * Makefile.in (MAN1S): Add gcore.1.
2188 Remove "Host, target, and site specific Makefile fragments" comment.
2189 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2190 (install-man1, uninstall-man1): Conditionalize gcore.1.
2191 (gcore.1): New.
2192 * gdb.texinfo (Man Pages): Add gcore man.
2193 (gcore man): New node.
2194
f81d1120
PA
21952013-04-10 Pedro Alves <palves@redhat.com>
2196
2197 * gdb.texinfo (Process Record and Replay): Document that "set
2198 record full insn-number-max", "set record
2199 instruction-history-size" and "set record
2200 function-call-history-size" accept "unlimited".
2201 (Backtrace): Document that "set backtrace limit" accepts
2202 "unlimited".
2203 (List): Document that "set listsize" accepts "unlimited".
2204 (Print Settings)" Document that "set print max-symbolic-offset",
2205 "set print elements" and "set print repeats" accept "unlimited".
2206 (Starting and Stopping Trace Experiments): Document that "set
2207 trace-buffer-size" accepts "unlimited".
2208 (Remote Configuration): Document that "set tcp connect-timeout"
2209 accepts "unlimited".
2210 (Command History): Document that "set history size" accepts
2211 "unlimited".
2212 (Screen Size): Document that "set height" and "set width" accepts
2213 "unlimited". Adjust "set pagination"'s description to suggest
2214 "set height unlimited" instead of "set height 0".
2215
393fd4c3
YQ
22162013-04-10 Yao Qi <yao@codesourcery.com>
2217
2218 * gdb.texinfo (Trace Files): Add "target ctf".
2219
cba5a7bf
JK
22202013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2221
2222 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2223
0ed630cb
JK
2224 * Makefile.in (install-man1, install-man5, uninstall-man1)
2225 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2226
afe1492b
JK
2227 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2228
5b8b6385
JK
22292013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2230 Eli Zaretskii <eliz@gnu.org>
2231
2232 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2233 parameters order. Remove "On some targets" for --attach. Document the
2234 --multi parameter and extended-remote command. Document all the
2235 options.
2236
906ccdf0
JK
22372013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2238
2239 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2240 the list of supported languages.
2241
43662968
JK
22422013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2243
2244 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2245 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2246 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2247 (diststuff): Add man.
2248 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2249 (uninstall-man5): New.
2250 (STAGESTUFF): Add *.1 and *.5.
2251 (GDBvn.texi): Add SYSTEM_GDBINIT.
2252 (gdb.1, gdbserver.1, gdbinit.5): New.
2253 (maintainer-clean realclean): Add $(MANS).
2254 (install): Add install-man.
2255 (uninstall): Add uninstall-man.
2256 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2257 (@copying): Wrap it by @c man begin COPYRIGHT.
2258 (Top): Add Man Pages.
2259 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2260
be9a8770
PA
22612013-04-02 Pedro Alves <palves@redhat.com>
2262
2263 * gdb.texinfo (Debugging Output): Document "set/show debug
2264 aarch64", "set/show debug coff-pe-read" and "set/show debug
2265 mach-o".
2266
a46c1e42
PA
22672013-04-02 Pedro Alves <palves@redhat.com>
2268
2269 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2270 table>: Add entry for "trace-buffer-size".
2271
bd3eecc3
PA
22722013-03-28 Pedro Alves <palves@redhat.com>
2273
2274 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2275 table>: Add entry for "trace-status".
2276
215b9f98
EZ
22772013-03-28 Eli Zaretskii <eliz@gnu.org>
2278
2279 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2280 @bullet", which is invalid (makeinfo 5.1 barfs).
2281
7f7cc265
PA
22822013-03-28 Pedro Alves <palves@redhat.com>
2283
2284 PR gdb/15294
2285
2286 * gdb.texinfo (List) <set listsize>: Adjust to document that
2287 listsize 0 means no limit, and remove mention of -1.
2288
9c0be723
YQ
22892013-03-22 Yao Qi <yao@codesourcery.com>
2290
2291 * gdb.texinfo (Embedded Processors): Remove menu item
2292 "OpenRISC 1000".
2293 (OpenRISC 1000): Remove.
2294
bd712aed
DE
22952013-03-21 Doug Evans <dje@google.com>
2296
2297 * gdb.texinfo (Maintenance Commands): Add docs for
2298 "mt set per-command {space,time,symtab} {on,off}".
2299
d0353e76
YQ
23002013-03-14 Hui Zhu <hui@codesourcery.com>
2301 Yao Qi <yao@codesourcery.com>
2302
2303 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2304
6dd24dfa
KS
23052013-03-13 Keith Seitz <keiths@redhat.com>
2306
2307 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2308 "maint agent" reference to Dynamic printf.
2309
5c4808ca
EZ
23102013-03-11 Eli Zaretskii <eliz@gnu.org>
2311
2312 * gdb.texinfo (General Query Packets): Don't use colon in index
2313 entries visible to Info format.
2314
59ea5688
MM
23152013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2316
2317 * gdb.texinfo (Process Record and Replay): Document record
2318 changes.
2319
2ae8c8e7
MM
23202013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2321
2322 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2323 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2324 qXfer:btrace:read.
2325
28abe188
EZ
23262013-03-09 Eli Zaretskii <eliz@gnu.org>
2327
2328 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2329 use colons in @anchor and @cindex entries.
2330
be9a119c 23312013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
2332
2333 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2334
be9a119c 23352013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2336 Hafiz Abid Qadeer <abidh@codesourcery.com>
2337
2338 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2339 trace-buffer-size set and show commands.
2340 (Tracepoint Packets): Document QTBuffer:size.
2341 (General Query Packets): Document QTBuffer:size.
2342
d57350ea
TT
23432013-02-21 Tom Tromey <tromey@redhat.com>
2344
2345 * gdb.texinfo: Remove bad @syncodeindex.
2346 (Values From Inferior, Types In Python, Inferiors In Python)
2347 (Events In Python, Threads In Python, Frames In Python, Blocks In
2348 Python, Symbols In Python, Symbol Tables In Python): Remove
2349 @tables.
2350 (Packets, General Query Packets, Tracepoint Packets)
2351 (Host I/O Packets): Use @w{} for empty @item.
2352
9f44fbc0
SCR
23532013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2354
2355 * gdb.texinfo (Architectures In Python): Add description about
2356 the new method gdb.Architecture.disassemble.
2357
f5911ea1
HAQ
23582013-02-15 Pedro Alves <pedro@codesourcery.com>
2359 Hafiz Abid Qadeer <abidh@codesourcery.com>
2360
2361 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2362 Document the "trace-file" field.
2363
7e1e0340
DE
23642013-02-07 Doug Evans <dje@google.com>
2365
2366 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2367 command.
2368
134a2066
YQ
23692013-02-06 Yao Qi <yao@codesourcery.com>
2370
2371 * gdb.texinfo (GDB/MI Async Records): Document new MI
2372 notification "=tsv-modified". Update the document of MI
2373 notification "=tsv-created".
2374 * observer.texi (GDB Observers): New observer tsv_modified.
2375 Update observer tsv_created and tsv_delete.
2376
430ed3f0
MS
23772013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2378
2379 * gdb.texinfo (AArch64 Features): New section; document
2380 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2381 (Architectures): Add new AArch64 section to document AArch64
2382 architecture specific commands.
2383 (ABI): Add description of the new OS ABI "Newlib" and its influence
2384 on the longjmp handling.
2385
1b56eb55
JK
23862013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2387 Jan Kratochvil <jan.kratochvil@redhat.com>
2388
2389 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2390 variable in 'set/show backtrace' section.
2391
c4957902
TT
23922013-01-31 Tom Tromey <tromey@redhat.com>
2393
2394 * gdb.texinfo (Target Commands): Fix typo.
2395
bea883fd
SCR
23962013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2397
2398 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2399 describing the gdb.Architecture class.
2400 (Frames In Python): Add description about the new method
2401 gdb.Frame.architecture().
2402
796a7ff8
DE
24032013-01-23 Doug Evans <dje@google.com>
2404
2405 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2406
998580f1
MK
24072013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2408
2409 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2410 'thread-groups' field when printing a breakpoint in MI.
2411
c9fb1240
SD
24122012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2413 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2414 to reflect that jit-reader-load now supports absolute file-names.
2415
ab04a2af
TT
24162013-01-16 Tom Tromey <tromey@redhat.com>
2417
2418 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2419 (Signals): Likewise.
2420
8ac3646f
TT
24212013-01-16 Tom Tromey <tromey@redhat.com>
2422
2423 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2424 "catch-type" field.
2425 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2426
e93a8774
TT
24272013-01-07 Tom Tromey <tromey@redhat.com>
2428
2429 * gdb.texinfo (Mode Options): Don't mention -epoch.
2430 (Data, Emacs): Remove obsolete comments.
2431
54516a0b
TT
24322013-01-02 Tom Tromey <tromey@redhat.com>
2433
2434 * gdb.texinfo (GDB/MI Output Records): Update menu.
2435 (GDB/MI Breakpoint Information): New node.
2436 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2437 <-break-insert>: Likewise.
2438
8dbe8ece
YQ
24392012-12-31 Yao Qi <yao@codesourcery.com>
2440
2441 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2442 (Packets): Move "vStopped" packet to ...
2443 (Notification Packets): ... here. Describe the components
2444 of notification. Add a table of supported notifications.
2445 Add an example on the process of he async notification.
2446
f35a17b5
JK
24472012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2448
2449 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2450 present.
2451 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2452 fullname output always present.
2453
0dfd2fad
PM
24542012-12-23 Pierre Muller <muller@sourceware.org>
2455
72f4393d
L
2456 * gdbint.texinfo (Function prototypes): Require use of "extern"
2457 modifier for function prototypes in headers.
0dfd2fad 2458
7785b880
JB
24592012-12-19 Joel Brobecker <brobecker@adacore.com>
2460
2461 * refcard.tex: Update copyright notice to GPL v3 or later.
2462 Update contact info.
2463
3d745be3
JK
24642012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2465
2466 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2467
c9b6281a
YQ
24682012-12-15 Yao Qi <yao@codesourcery.com>
2469
2470 * gdb.texinfo (Debugging Output): Document 'set debug
2471 notification' and 'show debug notification'.
2472
f2a8bc8a
YQ
24732012-12-15 Yao Qi <yao@codesourcery.com>
2474
2475 * gdb.texinfo (Listing Tracepoints): New item and example about
2476 'installed on target' output.
2477 Add more in the example about 'installed on target'.
2478 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2479
451b7c33
TT
24802012-12-14 Tom Tromey <tromey@redhat.com>
2481
72f4393d 2482 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 2483
3fa7bf06 24842012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 2485
3fa7bf06
MG
2486 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2487
05b4bd79
PA
24882012-12-11 Pedro Alves <palves@redhat.com>
2489
2490 * gdb.texinfo: Remove all mentions of Unixware throughout.
2491
74a0d9f6
JK
24922012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2493
2494 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2495
0c631110
TT
24962012-11-29 Tom Tromey <tromey@redhat.com>
2497
2498 * gdb.texinfo (SVR4 Process Information): Document missing
2499 "info proc" subcommands.
2500
891df0ea
YQ
25012012-11-29 Yao Qi <yao@codesourcery.com>
2502
2503 PR gdb/1477.
2504 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2505 to 'auto' instead of 'gnu'.
2506
608e2dbb
TT
25072012-11-26 Tom Tromey <tromey@redhat.com>
2508
2509 * gdb.texinfo (MiniDebugInfo): New node.
2510 (GDB Files): Update.
2511
e64e0392
DE
25122012-11-16 Doug Evans <dje@google.com>
2513
2514 * gdb.texinfo (System-wide configuration): If the system-wide init
2515 file lives in the data-directory, and --data-directory is provided,
2516 look for it there.
2517
ae606bee
TT
25182012-11-15 Tom Tromey <tromey@redhat.com>
2519
2520 * gdb.texinfo (Signaling): Fix typo.
2521
62747a60
TT
25222012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2523
2524 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2525 parameter "count" of -data-write-memory-bytes, and add an example.
2526
18a9fc12
TT
25272012-11-12 Tom Tromey <tromey@redhat.com>
2528
2529 * gdb.texinfo (Symbols): Document "info type-printers",
2530 "enable type-printer" and "disable type-printer".
2531 (Python API): Add new node to menu.
2532 (Type Printing API): New node.
2533 (Progspaces In Python): Document type_printers field.
2534 (Objfiles In Python): Likewise.
2535 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2536 register_type_printer, TypePrinter>: Document.
2537
53342f27
TT
25382012-11-12 Tom Tromey <tromey@redhat.com>
2539
2540 * gdb.texinfo (Symbols): Document "set print type methods",
2541 "set print type typedefs", and flags to ptype and whatis.
2542
ed8a1c2d
AB
25432012-11-09 Andrew Burgess <aburgess@broadcom.com>
2544
2545 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2546 the example -data-disassemble output. Extend the description of
2547 the -data-disassemble results to document all fields. Document
2548 the cli disassemble command as being related to -data-disassemble.
2549
8506d139
YQ
25502012-11-09 Yao Qi <yao@codesourcery.com>
2551
2552 PR gdb/14777.
2553 * gdb.texinfo (OS Information): Remove doc on command
2554 'info udot'.
2555
4d3f93a2
JB
25562012-11-08 Joel Brobecker <brobecker@adacore.com>
2557
2558 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2559 gdb.ini warning for Windows port.
2560
1e96de83
YQ
25612012-11-08 Yao Qi <yao@codesourcery.com>
2562
2563 * gdb.texinfo (Search): Add kindex for 'fo'.
2564
dc939229
TT
25652012-11-05 Tom Tromey <tromey@redhat.com>
2566
2567 PR python/14802:
2568 * gdb.texinfo (Functions In Python): Add example.
2569
6f6484cd
YQ
25702012-11-03 Yao Qi <yao@codesourcery.com>
2571
2572 * observer.texi (GDB Observers): Remove observer
2573 'tracepoint_modified', 'tracepoint_created' and
2574 'tracepoint_deleted'.
2575
af4238e5
TT
25762012-10-26 Tom Tromey <tromey@redhat.com>
2577
2578 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2579
687e43a4
TT
25802012-10-25 Tom Tromey <tromey@redhat.com>
2581
2582 * gdb.texinfo (General Query Packets): Use @itemx.
2583
8de0566d
YQ
25842012-10-17 Yao Qi <yao@codesourcery.com>
2585
2586 * observer.texi (GDB Observers): Update observer
2587 'memory_changed'.
2588 * gdb.texinfo (GDB/MI Async Records): Document for
2589 "memory-changed" notification.
2590
07540c15
DE
25912012-10-15 Doug Evans <dje@google.com>
2592
2593 * gdb.texinfo (Mode Options): Document -nh.
2594 Elaborate on docs for -nx.
2595
d7019589
SP
25962012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2597
2598 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2599
82a90ccf 26002012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 2601 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
2602
2603 * gdb.texinfo (GDB/MI Async Records): Document notification
2604 'record-started' and 'record-stopped'.
2605 * observer.texi (GDB Observers): New observer 'record-changed'.
2606
aa9259cc
TS
26072012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2608
2609 * gdb.texinfo: Document the removal of SH's 'regs' command.
2610
c1d780c2
SDJ
26112012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2612
2613 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2614
bb25a15c
YQ
26152012-09-18 Yao Qi <yao@codesourcery.com>
2616
2617 * gdb.texinfo (GDB/MI Async Records): Document new MI
2618 notifications '=tsv-created' and '=tsv-deleted'.
2619 * observer.texi (GDB Observers): New observer tsv_created and
2620 tsv_deleted.
2621
201b4506
YQ
26222012-09-18 Yao Qi <yao@codesourcery.com>
2623
2624 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2625 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2626 '=traceframe-changed'.
2627
6fc1c773
YQ
26282012-09-17 Yao Qi <yao@codesourcery.com>
2629
2630 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2631 'set listsize'.
2632
121c73f3
JK
26332012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2634 Eli Zaretskii <eliz@gnu.org>
2635
2636 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2637 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2638 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2639
e9687799
JK
26402012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2641
2642 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2643
3b5e4d35
YPK
26442012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2645
2646 Document how to return from "python-interactive" to GDB.
2647 * gdb.texinfo (Python Commands): Update documentation.
2648
26492012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2650
2651 Add a new "python-interactive" command that starts a standard
2652 Python interactive prompt with "pi" as alias, and add "py" as
2653 an alias to "python".
2654 * gdb.texinfo (Python Commands): Document the new commands.
2655
b583003e
TT
26562012-08-22 Tom Tromey <tromey@redhat.com>
2657
2658 * gdbint.texinfo (Host Definition): Remove documentation for
2659 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2660
a451cb65
KS
26612012-08-17 Keith Seitz <keiths@redhat.com>
2662
2663 PR c++/13356
2664 * gdb.texinfo (Type and Range Checking): Remove warning.
2665 Remove spurious commas.
2666 Update text and examples for re-implementation of set/show
2667 check type.
2668 (C and C++ Type and Range Checks): Likewise.
2669
6b1755ce
YQ
26702012-08-16 Yao Qi <yao@codesourcery.com>
2671
2672 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2673 is deprecated.
2674
f47f77df
DE
26752012-08-13 Doug Evans <dje@google.com>
2676
2677 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2678 to include functions.
2679
a72c3253
DE
26802012-08-10 Doug Evans <dje@google.com>
2681
2682 * gdb.texinfo (Convenience Funs): New node.
2683 (Types In Python): Document Type.vector.
2684
5b9afe8a
YQ
26852012-08-09 Yao Qi <yao@codesourcery.com>
2686
2687 * observer.texi: New observer command_param_changed.
2688 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2689
dc1039df
JK
26902012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2691
2692 * gdbint.texinfo (Debugging GDB): In section
2693 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2694 Mention also gdb-gdb.py.
2695
4abf930d
YQ
26962012-08-07 Yao Qi <yao@codesourcery.com>
2697
2698 Revert the folloing patch:
2699 2012-08-06 Yao Qi <yao@codesourcery.com>
2700 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2701 remote hardware-watchpoint-limit' and 'set
2702 remote hardware-breakpoint-limit'.
2703
f3c8a52a
JK
27042012-08-06 Nathaniel Flath <flat0103@gmail.com>
2705
2706 * gdb.texinfo (Working Directory): Added information about new
2707 default argument for 'cd' command.
2708
77a91025
YQ
27092012-08-06 Yao Qi <yao@codesourcery.com>
2710
2711 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2712 remote hardware-watchpoint-limit' and 'set
2713 remote hardware-breakpoint-limit'.
2714
d9f08f52
YQ
27152012-08-06 Yao Qi <yao@codesourcery.com>
2716
2717 Fix PR14371.
2718
2719 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2720 '=breakpoint-deleted'.
2721
95b07c96
YQ
27222012-08-02 Yao Qi <yao@codesourcery.com>
2723
2724 * gdb.texinfo (Native): Remove node Neutrino.
2725
7255706c
YQ
27262012-07-27 Yao Qi <yao@codesourcery.com>
2727
2728 * gdb.texinfo (IPA Protocol Commands): Document new command
2729 'close'.
2730
d6b28940
TT
27312012-07-25 Tom Tromey <tromey@redhat.com>
2732
2733 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2734
e615022a
DE
27352012-07-20 Doug Evans <dje@google.com>
2736
2737 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2738 (Index Files): Document how to control the use of deprecated index
2739 sections.
2740 (Index Section Format): Replace --use-deprecated-index-sections with
2741 "set use-deprecated-index-sections on".
2742
055855a4
EZ
27432012-07-12 Eli Zaretskii <eliz@gnu.org>
2744
2745 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2746 indices into a single node "Index". Instead, join function and
2747 variable indices into a single index, separate from the concept
2748 index. Requested in
2749 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2750 (Top): Update the top-level menu: instead of one "Index" there are
2751 now separate entries "Concept Index" and "Function and Variable
2752 Index".
2753 (Concept Index, Function and Variable Index): New nodes.
2754 (Index): Node deleted.
2755
f77cc5f0
HZ
27562012-07-05 Hui Zhu <hui_zhu@mentor.com>
2757
2758 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2759 and "maint agent-eval".
2760
00595b5e
EZ
27612012-07-03 Eli Zaretskii <eliz@gnu.org>
2762
2763 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2764 avoid file-name clashes between Index.html and index.html on
2765 case-insensitive filesystems. See the discussion starting in
2766 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2767 details of the problem.
2768 (Top): Update the master menu for the above.
2769 (Concept Index, Command and Variable Index): New nodes, instead of
2770 the old "Index" node that was deleted. All cross-references
2771 updated.
2772
d3ce09f5
SS
27732012-07-02 Stan Shebs <stan@codesourcery.com>
2774
2775 * gdb.texinfo (Dynamic Printf): Mention agent style and
2776 disconnected dprintf.
2777 (Maintenance Commands): Describe maint agent-printf.
2778 (General Query Packets): Mention BreakpointCommands feature.
2779 (Packets): Document commands extension to Z0 packet.
2780 * agentexpr.texi (Bytecode Descriptions): Document printf
2781 bytecode.
2782
2d7b58e8
JK
27832012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2784
2785 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2786 only after gdbinit files.
2787 (Startup): Move -iex and -iex commands down after gdbinit files.
2788
202cbf1c
JK
27892012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2790
2791 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2792 possibility.
2793
b6ba681c
TT
27942012-06-29 Tom Tromey <tromey@redhat.com>
2795
2796 * gdb.texinfo (Index Section Format): Update for version 7.
2797
71caed83
SS
27982012-06-28 Stan Shebs <stan@codesourcery.com>
2799
2800 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2801 example, add note about title column.
2802
ee0bf529
SCR
28032012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2804
2805 * gdb.texinfo (Symbol Tables In Python): Add description about
2806 the new 'last' attribute of gdb.Symtab_and line.
2807
3c15d565
SCR
28082012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2809
2810 * gdb.texinfo (Symbol Tables In Python): Correct the description
2811 of the 'pc' attribute of gdb.Symtab_and_line.
2812
45cfd468
DE
28132012-06-26 Doug Evans <dje@google.com>
2814
2815 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2816 and symtab-create.
2817
496ee73e
KS
28182012-06-25 Keith Seitz <keiths@redhat.com>
2819
2820 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2821 from example. Remove "rbreak" from list of corresponding
2822 gdb commands.
2823
156942c7
DE
28242012-06-23 Doug Evans <dje@google.com>
2825
2826 * gdb.texinfo (Index Section Format): Document version 7 format.
2827
c614397c
YQ
28282012-06-22 Yao Qi <yao@codesourcery.com>
2829
2830 * gdb.texinfo: Add missing cindex for some packets.
2831
472a2379
KS
28322012-06-20 Keith Seitz <keiths@redhat.com>
2833
2834 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2835 for -break-insert and document -p.
2836
2678e2af
YQ
28372012-06-20 Yao Qi <yao@codesourcery.com>
2838
2839 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2840 and "gdb.write_memory" with "Inferior.read_memory" and
2841 "Inferior.write_memory".
2842
984359d2
EZ
28432012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2844
2845 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2846 (Free Documentation): Add @node line.
2847 (Continuing and Stepping) <advance location>: Use @item instead of
2848 @itemx.
2849 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2850 @itemx.
2851 (Embedded Processors): Put the link to "PA" to its correct place,
2852 according to document structure.
2853 (Python API): Put the link to "Lazy Strings In Python" to its
2854 correct place.
2855 (Index): Use @@ in @tex block to get a literal @.
2856
2857 * gdbint.texinfo: Fix the @subtitle line.
2858
2859 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2860 correct place.
2861
16bdd41f
YQ
28622012-06-08 Yao Qi <yao@codesourcery.com>
2863
2864 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2865 Protocol'.
2866 (In-Process Agent Protocol, IPA Protocol Objects)
2867 (IPA Protocol Commands): New nodes.
2868 (Tracepoint Packets): Add anchors.
2869
2d4c29c5
TS
28702012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2871
2872 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2873
6bd110c5
YQ
28742012-06-06 Yao Qi <yao@codesourcery.com>
2875
2876 * gdb.texinfo: Update copyright year.
2877
f3e0e960
SS
28782012-05-23 Stan Shebs <stan@codesourcery.com>
2879 Kwok Cheung Yeung <kcy@codesourcery.com>
2880
2881 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2882
1564a261
JK
28832012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2884
2885 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2886 Mention also --with-separate-debug-dir.
2887 (Auto-loading): Prepend $debugdir in the sample output.
2888 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2889 auto-load safe-path variable.
2890 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2891 Mention also $debugdir for 'set auto-load scripts-directory'.
2892
eb17f351
EZ
28932012-05-19 Eli Zaretskii <eliz@gnu.org>
2894
2895 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2896 (MIPS Embedded, MIPS, MIPS Register packet Format)
2897 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2898 appropriate.
2899
4cc0665f 29002012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 2901 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
2902
2903 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2904 mips compression".
2905 (MIPS Breakpoint Kinds): New subsubsection.
2906
7af8dcf8 29072012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
2908
2909 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2910 nodes for subsections. Add @acronym mark-ups and adjust
2911 formatting.
2912
aff139ff
JK
29132012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2914
2915 Rename $ddir to $datadir.
2916 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2917 (objfile-gdb.py file): Rename $ddir to $datadir.
2918
9cb709b6
TT
29192012-05-18 Tom Tromey <tromey@redhat.com>
2920
2921 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2922
e7e0cddf
SS
29232012-05-14 Stan Shebs <stan@codesourcery.com>
2924
2925 * gdb.texinfo (Dynamic Printf): New subsection.
2926
7efc75aa
SCR
29272012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2928
2929 * gdb.texinfo (Basic Python): Add description about the function
2930 gdb.find_pc_line
2931
f307c045
JK
29322012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2933 Eli Zaretskii <eliz@gnu.org>
2934
2935 * gdb.texinfo (Separate Debug Files): Use plural form for global
2936 debugging information directory.
2937
85d4a676
SS
29382012-05-11 Stan Shebs <stan@codesourcery.com>
2939 Kwok Cheung Yeung <kcy@codesourcery.com>
2940
2941 * gdb.texinfo (Operating System Auxiliary Information): Document new
2942 'info os' subcommands.
2943
c1668e4e
JK
29442012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2945
2946 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2947 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2948 (dotdebug_gdb_scripts section): Add reference
2949 to 'Auto-loading safe path'.
2950
7349ff92
JK
29512012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2952
2953 Implement multi-component --with-auto-load-dir.
2954 * gdb.texinfo (Auto-loading): New references
2955 for 'set auto-load scripts-directory'
2956 and 'show auto-load scripts-directory'.
2957 (Auto-loading safe path): Describe the new default. Move $ddir
2958 substituation reference to 'objfile-gdb.py file'.
2959 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2960 script-name. Describe new 'set auto-load scripts-directory'
2961 and 'show auto-load scripts-directory'.
2962
6dea1fbd
JK
29632012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2964
2965 Provide $ddir substitution for --with-auto-load-safe-path.
2966 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2967 (Auto-loading safe path): Likewise. Mention the default value,
2968 $ddir substitution, --with-auto-load-safe-path and
2969 --without-auto-load-safe-path.
2970 * observer.texi (gdb_datadir_changed): New.
2971
1ccacbcd
JK
29722012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2973
2974 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2975 Twice.
2976
d9242c17
JK
2977 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2978 directory separator by path separator.
2979
af2c1515
JK
29802012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2981
2982 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2983 for 'set auto-load safe-path' optional. Mention if it is omitted.
2984 Change disabling security protection condition to "/", twice.
2985
a20ee7a4
SCR
29862012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2987
2988 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2989 the new methods global_block and static_block on gdb.Symtab
2990 objects.
2991
56af09aa
SCR
29922012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2993
2994 * gdb.texinfo (Blocks In Python): Add a note saying that future
2995 improvements to GDB and its infrastructure can move symbols
2996 across blocks within a symbol table.
2997
2746b0ef
YQ
29982012-04-29 Yao Qi <yao@codesourcery.com>
2999
3000 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3001 (A29K): Remove.
3002
62e5f89c
SDJ
30032012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3004 Tom Tromey <tromey@redhat.com>
3005
3006 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3007 and generic static probe support on GDB.
3008
a766d390
DE
30092012-04-25 Doug Evans <dje@google.com>
3010
50f042b9
DE
3011 * gdb.texinfo (Go): Fix thinko.
3012
a766d390
DE
3013 * gdb.texinfo (Supported Languages): Add Go.
3014 (Go): New node.
3015
f02e2b19
YQ
30162012-04-25 Yao Qi <yao@codesourcery.com>
3017
3018 * gdbint.texinfo (Testsuite): New section `Board settings'.
3019
68d41a48
JK
30202012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3021
3022 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3023 Three times.
3024
174bb630
JK
3025 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3026 Three times.
3027
0511cc75
JK
30282012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3029
3030 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3031 by @table @asis. Fix formatting of one item.
3032
0070f25a
JK
30332012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3034
3035 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3036
4dc84fd1
JK
30372012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3038
3039 New option "set debug auto-load".
3040 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3041 (auto-load verbose mode): New node.
3042
bccbefd2
JK
30432012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3044
3045 New option "set auto-load safe-path".
3046 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3047 and "info auto-load" examples for safe-path. Put there also references
3048 for "set auto-load safe-path" and "show auto-load safe-path".
3049 New menu item for Auto-loading safe path.
3050 (Auto-loading safe path): New node.
3051 (Python Auto-loading): Update the expected output from "Missing"
3052 to "No".
3053
bf88dd68
JK
30542012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3055
3056 auto-load: Implementation.
3057 * gdb.texinfo (Mode Options): New anchor for -nx.
3058 (Startup): New anchors for Option -init-eval-command,
3059 Home Directory Init File
3060 and Init File in the Current Directory during Startup.
3061 Mention set auto-load local-gdbinit with a reference.
3062 Change the sample code to "set auto-load python-scripts".
3063 (Threads): New anchor set libthread-db-search-path.
3064 Provide references to libthread_db.so.1 file.
3065 (Controlling GDB): New menu item for Auto-loading.
3066 (Auto-loading, Init File in the Current Directory)
3067 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3068 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3069 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3070 reference.
3071 (Auto-loading): Rename to ...
3072 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3073 "set auto-load python-scripts", new anchor for it. Change
3074 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3075 for it. Change "info auto-load-scripts"
3076 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3077 to "Python scripts".
3078
8264ba82
AG
30792012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3080
3081 PR mi/13393
3082 * gdb.texinfo (Print Settings): Extend the description for "set print
3083 object".
3084 (GDB/MI Variable Objects): Extend the description for -var-create and
3085 -var-list-children.
3086
06fc020f
SCR
30872012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3088
3089 * gdb.texinfo (Examining Data): Document the 'explore' command.
3090
7191c139
JB
30912012-03-28 Joel Brobecker <brobecker@adacore.com>
3092
3093 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3094 to the children of a varobj and its update range when -var-update
3095 returns that the varobj's type changed.
3096
3708f05e
JK
30972012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3098
3099 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3100 Create two new links fir 'objfile-gdb.py file'
3101 and 'dotdebug_gdb_scripts section'.
3102
8e0583c8
JK
31032012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3104
3105 * gdb.texinfo (Auto-loading): Rename node reference
3106 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3107 Twice.
3108 (.debug_gdb_scripts section): Rename the node ...
3109 (dotdebug_gdb_scripts section): ... here.
3110 (Maintenance Commands): Also rename this node reference.
3111
7b282c5a
SCR
31122012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3113
3114 * gdb.texinfo (Python API/Values From Inferior): Add description
3115 about the new method Value.referenced_value. Add description on
3116 how Value.dereference is different (and similar) to
3117 Value.referenced_value.
3118
8320cc4f
JK
31192012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3120
3121 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3122 --init-eval-command=COMMAND, -iex.
3123 (Startup): Describe -iex and -ix. Simplify the example
3124 for "set auto-load-scripts off".
3125
481860b3
GB
31262012-03-16 Gary Benson <gbenson@redhat.com>
3127
3128 PR breakpoints/10738
3129 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3130 stating that GDB cannot set breakpoints on inlined functions.
3131 (Mode Options): Document --use-deprecated-index-sections.
3132 (Index Section Format): Document new index section version format.
3133
c4aeac85
TT
31342012-03-15 Tom Tromey <tromey@redhat.com>
3135
3136 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3137
16899756
DE
31382012-03-13 Doug Evans <dje@google.com>
3139
3140 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3141 of "reload".
3142 (Symbols): Delete docs for set/show symbol-reloading.
3143 * gdbint.texinfo (Defining Other Architecture Features): Delete
3144 SYMBOL_RELOADING_DEFAULT.
3145 * refcard.tex: Delete reference to symbol-reloading.
3146
9b224c5e
PA
31472012-03-07 Pedro Alves <palves@redhat.com>
3148
3149 * gdb.texinfo (General Query Packets): Document new
3150 QProgramSignals packet.
3151 * gdb.texinfo (Remote configuration): Mention
3152 "program-signals-packet".
3153
169081d0
TG
31542012-03-05 Tristan Gingold <gingold@adacore.com>
3155
3156 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3157
d1feda86
YQ
31582012-03-03 Yao Qi <yao@codesourcery.com>
3159
3160 * gdb.texinfo (In-Process Agent): New node.
3161 Document new commands.
3162 (General Query Packets): Add packet `QAgent'.
3163
1faeff08
MR
31642012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3165
3166 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3167
7d74f244
DE
31682012-03-01 Scott J. Goldman <scottjg@vmware.com>
3169
3170 * gdb.texinfo (Commands In Python): Put example python macro in
3171 COMMAND_USER category rather than COMMAND_OBSCURE.
3172 Document gdb.COMMAND_USER.
3173 (User-defined Commands): Update documentation to clarify
3174 "set/show max-user-call-depth" and "show user" don't apply to python
3175 commands. Update documentation to clarify "help user-defined" may
3176 also include python commands defined as COMMAND_USER.
3177
6fe37d23
JK
31782012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3179
3180 * gdb.texinfo (Startup): Add option -ex description to the option -x
3181 description.
3182
83364271
LM
31832012-02-24 Luis Machado <lgustavo@codesourcery.com>
3184
3185 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3186 condition-evaluation breakpoint parameter.
3187 Mention condition-evaluation mode being shown in "info break".
3188 (Break Conditions): Add description for target-side
3189 conditional breakpoints.
72f4393d 3190 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
3191 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3192 cond-expr.
3193 (General Query Packets): Mention new ConditionalBreakpoint feature.
3194
bdb1994d
TT
31952012-02-22 Tom Tromey <tromey@redhat.com>
3196
3197 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3198
4d241c86
TT
31992012-02-17 Tom Tromey <tromey@redhat.com>
3200
3201 PR python/10753:
3202 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3203 directory.
3204
816338b5
SS
32052012-02-14 Stan Shebs <stan@codesourcery.com>
3206
3207 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3208
cc30c4bd
PA
32092012-02-13 Pedro Alves <palves@redhat.com>
3210
3211 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3212 mips-idt-ecoff.
3213
035d1e5b
YQ
32142012-02-09 Yao Qi <yao@codesourcery.com>
3215
3216 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3217
f0823d2c
TT
32182012-02-07 Tom Tromey <tromey@redhat.com>
3219
3220 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3221 Symbol.value.
3222
64e7d9dd
TT
32232012-02-07 Tom Tromey <tromey@redhat.com>
3224
3225 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3226
4220b2f8
TS
32272012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3228
3229 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3230
edcc5120
TT
32312012-01-24 Tom Tromey <tromey@redhat.com>
3232
3233 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3234 unload".
3235 (Files): Mention new catch commands.
3236 (GDB/MI Async Records): Likewise.
3237
53fe1783
GB
32382012-01-24 Gary Benson <gbenson@redhat.com>
3239
3240 Delete #if 0'd out code.
3241 * gdb.texinfo (Frame Info): Remove "info catch".
3242
b9e7b9c3
UW
32432012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3244
3245 * gdb.texinfo (Remote Configuration): Document
3246 "set remote hostio-readlink-packet" command.
3247 (General Query Packets): Document vFile:readlink packet.
3248
4aac40c8
TT
32492012-01-16 Tom Tromey <tromey@redhat.com>
3250
3251 * gdb.texinfo (Specify Location): Document relative file name
3252 handling.
3253
cafec441
TT
32542012-01-16 Tom Tromey <tromey@redhat.com>
3255
3256 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3257
0ee339bc
JK
32582012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3259 Eli Zaretskii <eliz@gnu.org>
3260
3261 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3262 code.
3263
72384ba3
PH
32642012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3265
3266 * gdb.texinfo (Variables): Document use of :: for non-static
3267 variables.
3268
ce1b17c4
JB
32692012-01-05 Joel Brobecker <brobecker@adacore.com>
3270
3271 * gdbint.texinfo (Start of New Year Procedure): Update
3272 to replace use of copyright.sh by use of copyright.py.
3273
217bff3e
JK
32742012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3275
3276 Remove the gdbtui binary.
3277 * all-cfg.texi (GDBTUI): Remove.
3278 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3279 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3280 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3281
cc72b2a2
KP
32822011-12-23 Kevin Pouget <kevin.pouget@st.com>
3283
3284 Introduce gdb.FinishBreakpoint in Python.
3285 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3286 (Python API): Add menu entry for Finish Breakpoints.
3287
13ac8d2c
JK
32882011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3289
3290 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3291 tests.
3292
e0f9f062
DE
32932011-12-16 Doug Evans <dje@google.com>
3294
3295 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3296
80b6e756
PM
32972011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3298
1c3ad6ab 3299 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
3300 stack". Add documentation for "set/show python print-stack".
3301
2fb860fc
PA
33022011-12-14 Pedro Alves <pedro@codesourcery.com>
3303
3304 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3305 should transfer control to the stub in the startup code instead of
3306 in main. Mention the need to get past the initial breakpoint.
3307
f8eba3c6
TT
33082011-12-06 Tom Tromey <tromey@redhat.com>
3309
3310 * gdb.texinfo (Set Breaks): Update for new behavior.
3311
2268b414
JK
33122011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3313
3314 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3315 List Format for SVR4 Targets'.
3316 (General Query Packets): New item qXfer:libraries-svr4:read.
3317 (Library List Format for SVR4 Targets): New node.
3318
ae6f0d5b
TT
33192011-12-01 Tom Tromey <tromey@redhat.com>
3320
3321 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3322 add.
3323
36dfb11c
TT
33242011-11-22 Tom Tromey <tromey@redhat.com>
3325
3326 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3327 reasons.
3328
f196051f
SS
33292011-11-20 Stan Shebs <stan@codesourcery.com>
3330
3331 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3332 note-related options and variables.
3333 (Tracepoint Packets): Document packet changes.
3334
f85b53f8
SD
33352011-11-20 Sanjoy Das <sdas@igalia.com>
3336
3337 * gdb.texinfo (JIT Interface): Add documentation on writing and
3338 usind JIT debug info readers.
3339 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3340 Debug Info Readers): New nodes.
3341
bfccc43c
YQ
33422011-11-18 Yao Qi <yao@codesourcery.com>
3343
3344 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3345 tracepoint.
3346
c011a4f4
DE
33472011-11-15 Doug Evans <dje@google.com>
3348
3349 * gdb.texinfo (Files): Document basenames-may-differ.
3350
ed59ded5
DE
33512011-11-14 Doug Evans <dje@google.com>
3352
3353 * gdb.texinfo (Shell Commands): Document "!".
3354
405f8e94
SS
33552011-11-14 Stan Shebs <stan@codesourcery.com>
3356 Kwok Cheung Yeung <kcy@codesourcery.com>
3357
3358 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3359 needed to get shorter fast tracepoints.
3360 (Tracepoint Packets): Document new qTMinFTPILen packet.
3361
1e4d1764
YQ
33622011-11-14 Yao Qi <yao@codesourcery.com>
3363
3364 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3365 behavior of tracepoint.
3366 (General Query Packets): New feature InstallInTrace.
3367 (Remote Configuration): Document "set remote
3368 install-in-trace-packet".
3369
71eba9c2 33702011-11-12 Matt Rice <ratmice@gmail.com>
3371
3372 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3373 Add arguments to info macro.
3374
e0f8f636
TT
33752011-11-10 Tom Tromey <tromey@redhat.com>
3376
3377 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3378 manual.
3379 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3380 (Macros): Add a footnote.
3381 (C): Remove paragraph about compiler options.
3382 (C Constants): Mention wide character and string constants.
3383 (C Plus Plus Expressions): Update compiler option advice. Mention
3384 using declarations. Mention ADL. Remove old HP compiler
3385 information.
3386
625c0d47
TT
33872011-11-10 Tom Tromey <tromey@redhat.com>
3388
3389 PR c++/9257:
3390 * gdb.texinfo (Print Settings): Add an extra note about the need
3391 for a vtable.
3392
4be2aacc
MR
33932011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3394
3395 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3396 "set mips abi" documentation.
3397
0a1c4d10
DE
33982011-11-04 Doug Evans <dje@google.com>
3399
3400 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3401
aad1c02c
TT
34022011-11-03 Tom Tromey <tromey@redhat.com>
3403
3404 * gdb.texinfo (Stopping): Add menu entry.
3405 (Continuing and Stepping): Restore @node. Use @section, not
3406 @subsection.
3407
983fb131
MR
34082011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3409
3410 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3411 designation. Fix "Specify Location" cross-reference.
3412
3065dfb6
SS
34132011-11-02 Stan Shebs <stan@codesourcery.com>
3414
3415 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3416 (General Query Packets): Describe tracenz feature.
3417 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3418
0aaaf063
PK
34192011-10-28 Paul Koning <paul_koning@dell.com>
3420
3421 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3422
2231f1fb
KP
34232011-10-27 Kevin Pouget <kevin.pouget@st.com>
3424
72f4393d 3425 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
3426 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3427
5110b5df
PK
34282011-10-26 Paul Koning <paul_koning@dell.com>
3429
3430 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 3431
22dbab46
PK
34322011-10-25 Paul Koning <paul_koning@dell.com>
3433
3434 PR python/13327
72f4393d 3435
22dbab46
PK
3436 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3437 fetch_lazy method.
3438
9df2fbc4
PM
34392011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3440
3441 PR python/12656
3442
3443 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3444 global_block, static_block function.
3445
f05e2e1d
TT
34462011-10-19 Tom Tromey <tromey@redhat.com>
3447
3448 * gdb.texinfo (Commands In Python): Add missing "@"s.
3449
a7fc3f37
KP
34502011-10-13 Kevin Pouget <kevin.pouget@st.com>
3451
3452 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 3453 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
3454 constants.
3455
5048e516
JK
34562011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3457
3458 Fix compatibility with texinfo versions older than 4.12.
3459 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3460 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3461 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3462 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3463 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3464 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3465 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3466
5a56e9c5
DE
34672011-10-09 Doug Evans <dje@google.com>
3468
3469 * gdb.texinfo (Extending GDB): Document alias command.
3470
36b11add
JK
34712011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3472
3473 Support @entry in input expressions.
3474 * gdb.texinfo (Variables): Describe @entry names suffix.
3475 (Print Settings): Add anchor for `set print entry-values'.
3476
e18b2753
JK
34772011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3478 Eli Zaretskii <eliz@gnu.org>
3479
3480 Display @entry parameter values (without references).
3481 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3482 example.
3483 (Print Settings): New description of set print entry-values and show
3484 print entry-values.
3485
111c6489
JK
34862011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3487 Eli Zaretskii <eliz@gnu.org>
3488
3489 Recognize virtual tail call frames.
3490 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3491 (Tail Call Frames): New node.
3492 (Frames In Python): Add gdb.TAILCALL_FRAME.
3493
9c15afc4
DE
34942011-10-07 Doug Evans <dje@google.com>
3495
3496 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3497 register_pretty_printer.
3498
99f5279d
PM
34992011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3500
3501 PR python/12930
3502 PR python/12802
3503
3504 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3505 stop method.
3506
03583c20
UW
35072011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3508
3509 * gdb.texinfo (Starting your Program): "set disable-randomization"
3510 is no longer Linux-specific.
3511 (Remote Configuration): Document "set remote
3512 disable-randomization-packet".
3513 (General Query Packets): Document "QDisableRandomization" packet
3514 and add it to "qSupported" list.
3515
bd054e06
KP
35162011-10-07 Kevin Pouget <kevin.pouget@st.com>
3517
3518 Allow Python notification of new object-file loadings.
3519 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3520 event type.
3521
cb6be26b
KP
35222011-10-04 Kevin Pouget <kevin.pouget@st.com>
3523
3524 PR python/12691: Add the inferior to Python exited event
3525 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3526
a05336a1
JB
35272011-10-03 Joel Brobecker <brobecker@adacore.com>
3528
3529 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3530 rephasing.
3531
5d77fe44
JB
35322011-10-03 Joel Brobecker <brobecker@adacore.com>
3533
3534 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3535 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3536 as possible feature returned by the `-list-features'
3537 command.
3538
699df94d
PK
35392011-09-28 Paul Koning <paul_koning@dell.com>
3540
3541 * gdb.texinfo (gdb.Type): Document field access by dictionary
3542 key syntax.
3543
24bdad53
YQ
35442011-09-28 Yao Qi <yao@codesourcery.com>
3545
3546 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3547 Add one space after option `-s'. Remove @r{} markup.
3548
6710bf39
SS
35492011-09-27 Stan Shebs <stan@codesourcery.com>
3550
3551 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3552
d99f7e48
HZ
35532011-09-16 Hui Zhu <teawater@gmail.com>
3554
3555 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3556 to *(unsigned char *)$esp@300.
3557
d812018b
PK
35582011-09-15 Paul Koning <paul_koning@dell.com>
3559
3560 * gdb.texinfo: Make style of Python functions and methods match
3561 the syntax of Python. Also put class and module names explicitly
3562 on function, member, and variable names, matching Python
3563 documentation conventions.
72f4393d 3564
2aa48337
KP
35652011-09-15 Kevin Pouget <kevin.pouget@st.com>
3566
3567 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3568 * gdb.texinfo (Inferiors In Python): Describe new
3569 gdb.selected_inferior() function.
3570
6839b47f
KP
35712011-09-15 Kevin Pouget <kevin.pouget@st.com>
3572
3573 Handle multiple breakpoint hits in Python interface:
3574 * gdb.texinfo (Events In Python): New function documentation:
3575 gdb.BreakpointEvent.breakpoints. Indicate that
3576 gdb.BreakpointEvent.breakpoint is now deprecated.
3577
26829f2b
JB
35782011-09-04 Joel Brobecker <brobecker@adacore.com>
3579
3580 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3581
a9f54f60
TT
35822011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3583
3584 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3585
fa3a4f15
PM
35862011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3587
72f4393d
L
3588 * gdb.texinfo (Prompt): Add set/show extended-prompt
3589 documentation
3590 (Basic Python): Add prompt_hook anchor.
3591 (Python modules): Reword module text to reflect multiple modules.
3592 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 3593
224bbe49
YQ
35942011-08-14 Yao Qi <yao@codesourcery.com>
3595
78d85199
YQ
3596 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3597
35982011-08-14 Yao Qi <yao@codesourcery.com>
3599
3600 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
3601 (TIC6x Features): New node.
3602
457e09f0
DE
36032011-08-12 Doug Evans <dje@google.com>
3604
3605 * gdb.texinfo (Symbols In Python): Document symbol.type.
3606
5e239b84
PM
36072011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3608
3609 * gdb.texinfo (Python): Document command and function
3610 auto-loading.
3611
177bc839
JK
36122011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3613 Eli Zaretskii <eliz@gnu.org>
3614
3615 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3616 typedefs unrolling. Extend the sample code by an inner typedef and
3617 outer typedefs unrolling.
3618
1a532630
PP
36192011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3620
3621 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3622 size and line-size.
3623
9b158ba0 36242011-07-21 Matt Rice <ratmice@gmail.com>
3625
3626 PR macros/12999
3627 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3628 Update text and cindex entries for info macro command.
3629
d17b6f81
PM
36302011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3631
3632 * observer.texi (GDB Observers): Add before_prompt observer.
3633 * gdb.texinfo (Basic Python): Add documentation for prompt
3634 substitution.
3635
713389e0
PM
36362011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3637
72f4393d 3638 PR python/12438
713389e0 3639 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
3640 set/show python print-stack. Document set/show python
3641 print-backtrace.
713389e0 3642
177b42fe
TJB
36432011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3644
3645 * gdb.texinfo: Fix typos.
3646
900e11f9
JK
36472011-07-01 Tom Tromey <tromey@redhat.com>
3648
3649 * gdb.texinfo (Debugging Output): Document set debug
3650 check-physname.
3651
39c4d40a
TT
36522011-06-29 Tom Tromey <tromey@redhat.com>
3653
3654 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3655 breakpoint-notifications feature.
3656
6f5def7d
UW
36572011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3658
3659 * gdb.texinfo (Target Description): Remove warning about
3660 possibly unstable format.
3661
8cf64490
TT
36622011-06-03 Tom Tromey <tromey@redhat.com>
3663
3664 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3665 (Events In Python): Note that exit_code is optional.
3666
393eab54
PA
36672011-05-17 Pedro Alves <pedro@codesourcery.com>
3668
3669 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3670 required for multi-threading support.
3671 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3672 Hc are deprecated for multi-threading debugging. Point readers at
3673 the vCont packet.
3674
75fc9810
DE
36752011-05-15 Doug Evans <dje@google.com>
3676
3677 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3678
01124a23
DE
36792011-05-13 Doug Evans <dje@google.com>
3680
98a5dd13
DE
3681 * gdb.texinfo (Threads): Document $sdir,$pdir.
3682 (Server): Document $pdir exception.
3683
dbaefcf7
DE
3684 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3685
cc63ef9b
DE
3686 * gdb.texinfo (Threads): Clarify default value for
3687 libthread-db-search-path.
7e0396aa 3688
01124a23
DE
3689 * gdb.texinfo (Completion): Update example.
3690 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3691
d248b706
KY
36922011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3693
3694 * gdb.texinfo: Document change in the behaviour of the enable and
3695 disable GDB commands when applied to tracepoints.
3696 Document the EnableDisableTracepoints remote stub feature.
3697 Document QTEnable and QTDisable in the list of tracepoint packets.
3698
cc88a640
JK
36992011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3700
3701 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3702 hsuser.texi.
3703 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3704 comment to hsuser.texi. Change rluser.texi name in the comment.
3705
84e578fb
DE
37062011-05-10 Doug Evans <dje@google.com>
3707
3708 * gdb.texinfo (Threads): If an empty path is provided for
3709 libthread-db-search-path it is reset to its default value.
3710 (Server): Ditto.
3711
478aac75
DE
37122011-05-09 Doug Evans <dje@google.com>
3713
3714 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3715
9c06b0b4
TJB
37162011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3717 Thiago Jung Bauermann <bauerman@br.ibm.com>
3718
3719 Implement support for PowerPC BookE masked watchpoints.
3720 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3721 (PowerPC Embedded): Mention support of masked watchpoints.
3722
9ed350ad
JB
37232011-05-03 Joel Brobecker <brobecker@adacore.com>
3724
3725 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3726 `@value{GDBN}'.
3727
4ceed123
JB
37282011-05-03 Joel Brobecker <brobecker@adacore.com>
3729
3730 * gdb.texinfo (titlepage): Remove dedication.
3731 (In Memoriam): New appendix.
3732
559a7a62
JK
37332011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3734 Eli Zaretskii <eliz@gnu.org>
3735
3736 * gdb.texinfo (Index Section Format): Change the version to 5.
3737 Describe the different formula.
3738
03f2bd59
JK
37392011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3740 Eli Zaretskii <eliz@gnu.org>
3741
3742 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3743 for disconnected tracing.
3744 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3745 extended-remote relationship. Mention --once.
3746 (TCP port allocation lifecycle of @code{gdbserver}): New.
3747
d9b1a651
EZ
37482011-04-23 Eli Zaretskii <eliz@gnu.org>
3749
3750 * gdb.texinfo (Server): Improve indexing. Index all optional
3751 switches to gdbserver.
3752
90476074
TT
37532011-04-20 Tom Tromey <tromey@redhat.com>
3754
3755 * gdb.texinfo (Index Section Format): New node.
3756 (Top): Add new node to menu.
3757
c21236dc
PA
37582011-04-20 Pedro Alves <pedro@codesourcery.com>
3759
3760 * gdb.texinfo (Maintenance Commands): Document `maint print
3761 remote-registers'.
3762
05c8c3f5
TT
37632011-04-20 Tom Tromey <tromey@redhat.com>
3764
3765 * gdb.texinfo (Trace File Format): Move node later.
3766
7a9dd1b2
TT
37672011-04-19 Tom Tromey <tromey@redhat.com>
3768
3769 * gdbint.texinfo (Register Information Functions): Remove
3770 duplicate "the".
3771 * gdb.texinfo (Emacs): Remove duplicate "to".
3772 (GDB/MI Variable Objects): Remove duplicate "the".
3773 (General Query Packets): Likewise.
3774
4368ebeb
JB
37752011-04-02 Joel Brobecker <brobecker@adacore.com>
3776
3777 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3778 "GDB/MI Ada Exception Information" node.
3779
956a9fb9
JB
37802011-04-01 Joel Brobecker <brobecker@adacore.com>
3781
3782 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3783 the "exception-name" field in the *stopped async record.
3784
f1310107
TJB
37852011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3786 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3787
3788 Implement support for PowerPC BookE ranged breakpoints.
3789 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3790
8786b2bd
TT
37912011-03-28 Tom Tromey <tromey@redhat.com>
3792
3793 * gdb.texinfo (Set Tracepoints): Fix typo.
3794
9ef07c8c
TT
37952011-03-24 Tom Tromey <tromey@redhat.com>
3796
3797 * gdb.texinfo (Specify Location): Document `function:label'
3798 linespec.
3799
99c3dc11
PM
38002011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3801
f1310107 3802 PR python/12149
99c3dc11
PM
3803
3804 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3805
29703da4
PM
38062011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3807
3808 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3809 (Inferiors In Python): Likewise.
3810 (Threads In Python): Likewise.
3811 (Symbols In Python): Likewise.
3812 (Objfiles In Python): Likewise.
3813 (Symbol Tables In Python): Likewise.
3814
c9174737
PA
38152011-03-15 Pedro Alves <pedro@codesourcery.com>
3816
3817 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3818 display>: Explain that the commands accept number ranges.
3819
7371cf6d
PM
38202011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3821
3822 * gdb.texinfo (Breakpoints In Python): Add description and example
3823 of Python stop function operation.
3824
ecec24e6
PM
38252011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3826
3827 * gdb.texinfo (Parameters In Python): Document get_set_string and
3828 get_show_string methods.
3829
6dcd5565
JK
38302011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3831
3832 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3833
81896e36
JK
3834 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3835 circular-trace-buffer name.
3836
5e30da2c
JB
38372011-02-28 Joel Brobecker <brobecker@adacore.com>
3838
3839 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3840 in the previous change.
3841
3bd0f5ef 38422011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 3843
72f4393d 3844 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
3845 that they can accept multiple arguments.
3846
4ec7539c
JB
38472011-02-24 Joel Brobecker <brobecker@adacore.com>
3848
3849 Revert the following patch (code patch was not approved):
3850 2011-02-21 Hui Zhu <teawater@gmail.com>
3851 * agentexpr.texi (bytecode descriptions): add printf.
3852 * gdb.texinfo (tracepoint action lists): add printf.
3853
82809774
DE
38542011-02-23 Doug Evans <dje@google.com>
3855
3856 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3857
e5a67952
MS
38582011-02-23 Michael Snyder <msnyder@vmware.com>
3859
3860 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3861 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3862 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3863
6e6fbe60
DE
38642011-02-22 Doug Evans <dje@google.com>
3865
3866 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3867 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3868 add description of result, fix @defun formatting.
3869
f994e27a
HZ
38702011-02-21 Hui Zhu <teawater@gmail.com>
3871
3872 * agentexpr.texi (Bytecode Descriptions): Add printf.
3873 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3874
c7f96d2b
TT
38752011-02-18 Tom Tromey <tromey@redhat.com>
3876
3877 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3878
60f98dde
MS
38792011-02-14 Michael Snyder <msnyder@vmware.com>
3880
3881 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3882 Document new command "thread find".
3883
08e796bc
MS
38842011-02-14 Michael Snyder <msnyder@vmware.com>
3885
3886 * gdb.texinfo (Threads): Update example of new thread message.
3887
b3b9301e
PA
38882011-02-14 Pedro Alves <pedro@codesourcery.com>
3889
3890 * gdb.texinfo (Remote Configuration): Mention set/show remote
3891 traceframe-info.
3892 (Tools/Packages Optional for Building GDB): Mention that expat is
3893 used for traceframe info.
3894 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3895 (General Query Packets) <qSupported>: Describe the
3896 qXfer:traceframe-info:read feature.
3897 (qXfer::read): Describe qXfer:traceframe-info:read.
3898 (Traceframe Info Format): New section.
3899
cef35b0f
PA
39002011-02-04 Pedro Alves <pedro@codesourcery.com>
3901
3902 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3903 for casts and unary operators.
3904
f1cbe1d3
TT
39052011-02-04 Tom Tromey <tromey@redhat.com>
3906
3907 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3908 is not useful.
3909
585fdaa1
PA
39102011-01-25 Pedro Alves <pedro@codesourcery.com>
3911
3912 * gdb.texinfo: s/value optimized out/optimized out/g
3913
7bfc9434
JB
39142011-01-21 Joel Brobecker <brobecker@adacore.com>
3915
3916 * gdb.texinfo (Other Misc Settings): Rework part of the
3917 documentation of the "set interactive mode" command.
3918
4694da01
TT
39192011-01-19 Tom Tromey <tromey@redhat.com>
3920
3921 * gdb.texinfo (Threads): Document thread name output and `thread
3922 name' command.
3923 (Threads In Python): Document Thread.name attribute.
3924 (GDB/MI Thread Commands): Document thread attributes.
3925
b716877b
AB
39262011-01-12 Andrew Burgess <aburgess@broadcom.com>
3927
3928 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3929 changes in mi/mi-cmd-disas.c
3930
13fd8b81
TT
39312011-01-12 Tom Tromey <tromey@redhat.com>
3932
3933 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3934 Fix "thread apply" text.
3935
e09342b5
TJB
39362011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3937 Thiago Jung Bauermann <bauerman@br.ibm.com>
3938
3939 Implement support for PowerPC BookE ranged watchpoints.
3940 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3941 the "set powerpc exact-watchpoints" flag.
3942
06e65f44
TT
39432011-01-07 Tom Tromey <tromey@redhat.com>
3944
3945 * gdb.texinfo (Python API): Add descriptions to @menu items.
3946
d8e22779
TT
39472011-01-06 Tom Tromey <tromey@redhat.com>
3948
3949 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3950
a255712f
PP
39512010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3952
e09342b5 3953 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 3954
ccfc3d6e
TT
39552011-01-06 Tom Tromey <tromey@redhat.com>
3956
3957 PR python/12133:
3958 * gdb.texinfo (Frames In Python): Document various frame
3959 constants.
3960
44944448
JB
39612011-01-05 Joel Brobecker <brobecker@adacore.com>
3962
3963 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3964 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3965 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3966
42ea3d7a
JK
39672011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3968
3969 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3970 (clean): Add GDBvn.texi.
3971
720d1a40
JB
39722010-12-29 Joel Brobecker <brobecker@adacore.com>
3973
3974 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3975 occasional case where the debugger prints an array address
3976 instead of the array itself.
3977
ad196637
PA
39782010-12-23 Pedro Alves <pedro@codesourcery.com>
3979
3980 * gdb.texinfo (Packets) <read registers packet>: Document support
3981 for registers that were not collected.
3982
a86caf66
DE
39832010-12-15 Doug Evans <dje@google.com>
3984
3985 * gdb.texinfo (Startup): Document auto-loading of scripts during
3986 startup.
3987 (Auto-loading): Delete "maint set python auto-load on|off".
3988 Add "set auto-load-scripts on|off".
3989
aae1c79a
DE
39902010-12-07 Doug Evans <dje@google.com>
3991
3992 * gdb.texinfo (Mode Options): Document -data-directory.
3993 (Data Files): Add reference to -data-directory.
3994
4e04c971
DE
39952010-11-29 Doug Evans <dje@google.com>
3996
3997 * gdb.texinfo (Pretty-Printer Introduction): Change
3998 printer-name:subprinter-name to printer-name;subprinter-name.
3999
94b6973e
PM
40002010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4001
72f4393d 4002 PR python/12199
94b6973e
PM
4003
4004 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4005
39037522
TT
40062010-11-23 Tom Tromey <tromey@redhat.com>
4007
4008 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4009 (Editing): Likewise.
4010 (Command History): Likewise.
4011 (TUI Keys): Likewise.
4012 (Bug Reporting): Conditionally include rluser.texi and
4013 inc-history.texinfo.
4014 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4015 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4016 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4017 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4018 (gdb.pdf): Likewise.
4019 (gdb.info): Likewise.
4020 (gdb/index.html): Likewise.
4021
5ae98d25
TT
40222010-11-23 Tom Tromey <tromey@redhat.com>
4023
4024 * Makefile.in (Makefile): Run ../config.status.
4025 (distclean): Update.
4026 * configure: Remove.
4027 * configure.ac: Remove.
4028
621c8364
TT
40292010-11-12 Tom Tromey <tromey@redhat.com>
4030
4031 * gdb.texinfo (Basic Python): Update. Add xref.
4032 (Exception Handling): Document new exception classes.
4033 (Types In Python): Update.
4034 (Frames In Python): Update.
4035
84f4c1fe
PM
40362010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4037
4038 * gdb.texinfo (Breakpoints In Python): Document "internal"
4039 parameter, and visible attribute.
4040
99e7ae30
DE
40412010-11-05 Doug Evans <dje@google.com>
4042
4043 * gdb.texinfo (Source Path): Document "set directories".
4044
f4b8a18d
KW
40452010-11-05 Ken Werner <ken.werner@de.ibm.com>
4046
4047 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4048 (OpenCL C): New node.
4049
7b51bc51
DE
40502010-11-02 Doug Evans <dje@google.com>
4051
4052 * gdb.texinfo (Pretty Printing): Expand into three sections,
4053 introduction, example, and commands.
4054 (Python API): Delete section Disabling Pretty-Printers, merge into
4055 Selecting Pretty-Printers.
4056 (Writing a Pretty-Printer): New section. Move the pretty-printer
4057 example here, and reformat to match python coding style. Add a second
4058 example using the gdb.printing module.
4059 (Python modules): Add gdb.printing.
4060
9eeee977
DE
40612010-10-29 Doug Evans <dje@google.com>
4062
4063 * gdb.texinfo (Python): Fix long line.
4064
a0e0ffdf
DE
40652010-10-20 Doug Evans <dje@google.com>
4066
4067 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4068 All references updated. Correct sections marked as subsections.
4069 (Coding Standards): New chapter. Move the coding standard related
4070 subsections here. Add section on Python coding standards.
4071
0e3509db
DE
40722010-10-13 Doug Evans <dje@google.com>
4073
4074 * gdb.texinfo (Python): Add "Python modules".
4075 (Types in Python): Add reference to gdb.types section.
4076 (Python modules): New node.
4077
44592cc4
DE
40782010-10-11 Doug Evans <dje@google.com>
4079
4080 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4081 Python" from gdb.Value.type description.
4082
6e1bb179
JB
40832010-09-28 Joel Brobecker <brobecker@adacore.com>
4084
4085 * gdb.texinfo (Ravenscar Profile): New node.
4086
e8467610
TT
40872010-09-22 Tom Tromey <tromey@redhat.com>
4088
4089 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4090
fccd1d1e
EZ
40912010-09-22 Eli Zaretskii <eliz@gnu.org>
4092
4093 * gdb.texinfo (Values From Inferior): Clarify that
4094 value.dynamic_type works only in C++ programs with RTTI.
4095
c1b6b909
TT
40962010-09-15 Paul Bolle <pebolle@tiscali.nl>
4097
4098 * gdb.texinfo (Character Sets): Correctly reference host-charset
4099 in example.
4100
7d288aaa
TT
41012010-09-13 Tom Tromey <tromey@redhat.com>
4102
4103 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4104 Document "fullname" and "from".
4105
f75d858b
MK
41062010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4107
4108 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4109 feature `reverse' output by -list-target-features.
4110
83b9503b
L
41112010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4112
4113 * gdb.texinfo (i386 Features): Remove an extra "@item".
4114
03f17ccf
TT
41152010-08-30 Tom Tromey <tromey@redhat.com>
4116
4117 PR python/11792:
4118 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4119
9779414d
DJ
41202010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4121
4122 * gdb.texinfo (ARM Features): Document
4123 org.gnu.gdb.arm.m-profile.
4124
f9ffd4bb
TT
41252010-08-23 Tom Tromey <tromey@redhat.com>
4126
4127 PR python/11145:
4128 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4129 reinterpret_cast methods.
4130
702c2711
TT
41312010-08-23 Tom Tromey <tromey@redhat.com>
4132
4133 PR python/11915:
4134 * gdb.texinfo (Types In Python): Document array method.
4135
66b73624
TJB
41362010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4137
4138 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4139
06a64a0b
TT
41402010-08-16 Tom Tromey <tromey@redhat.com>
4141
4142 * gdb.texinfo (Set Watchpoints): Document -location option.
4143
a3a7127e
DE
41442010-08-13 Doug Evans <dje@google.com>
4145
4146 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4147
8dedea02
VP
41482010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4149
4150 * gdb.texinfo (GDB/MI Data Manipulation): Document
4151 -data-read-memory-raw and -data-write-memory-raw.
4152
ca5c20b6 41532010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 4154 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
4155
4156 * gdb.texinfo (Basic Python): Describe post_event API.
4157
cb2e07a6
PM
41582010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4159
4160 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 4161 decode_line Python APIs
cb2e07a6 4162
464b3efb
TT
41632010-08-10 Tom Tromey <tromey@redhat.com>
4164
4165 * gdb.texinfo (Pretty Printing API): Document
4166 gdb.default_visualizer.
4167
c29c521f
TT
41682010-08-10 Tom Tromey <tromey@redhat.com>
4169
4170 Revert gdb-add-index addition:
4171 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4172
5da1313b
JK
41732010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4174 Eli Zaretskii <eliz@gnu.org>
4175
4176 * gdb.texinfo (Mode Options) <-batch>
4177 (Basic Python) <gdb.execute>: Describe setting width and height.
4178
02d868e8
PP
41792010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4180
4181 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4182
c2bbed2a
TT
41832010-07-30 Tom Tromey <tromey@redhat.com>
4184
4185 * gdb.texinfo (Index Files): Mention gdb-add-index.
4186
6c13bbe1
HZ
41872010-07-30 Hui Zhu <teawater@gmail.com>
4188
4189 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4190 "detach inferior" and "kill inferior".
4191
53a71c06
CR
41922010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4193
4194 * gdb.texinfo (Machine Code): Update description of two forms of
4195 arguments, and add new example to demonstrate the new form.
4196
5374244e
PM
41972010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4198
4199 * gdb.texinfo (Values From Inferior): Add value inferior function
4200 call description.
4201
8ea5bce5
JK
42022010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4203
4204 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4205
c0edd9ed
JK
42062010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4207 Eli Zaretskii <eliz@gnu.org>
4208
4209 Make core files the process_stratum.
4210 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4211 record_stratum example.
4212
9291a0cd
TT
42132010-07-13 Tom Tromey <tromey@redhat.com>
4214
4215 * gdb.texinfo (Index Files): New node.
4216
f5011d11
TT
42172010-07-13 Tom Tromey <tromey@redhat.com>
4218
4219 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4220
0f5238ed
TT
42212010-07-13 Tom Tromey <tromey@redhat.com>
4222
4223 * gdb.texinfo (Specify Location): Document labels.
4224
74c761c1
PA
42252010-07-01 Pedro Alves <pedro@codesourcery.com>
4226
4227 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4228 entries for fast tracepoints and static tracepoints.
4229
501994c0
PA
42302010-07-01 Pedro Alves <pedro@codesourcery.com>
4231
4232 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4233 qsThreadInfo>: Spell out `l' as ell.
4234
0fb4aa4b
PA
42352010-07-01 Pedro Alves <pedro@codesourcery.com>
4236
4237 * gdb.texinfo (Convenience Variables): Document $_sdata.
4238 (Commands to Set Tracepoints): Describe static tracepoints. Add
4239 `Listing Static Tracepoint Markers' menu entry. Document
4240 "strace".
4241 (Tracepoint Action Lists): Document collecting $_sdata.
4242 (Listing Static Tracepoint Markers): New subsection.
4243 (Tracepoints support in gdbserver): Mention static tracepoints.
4244 (remote packets, enabling and disabling): Mention
4245 read-sdata-object.
4246 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4247 and StaticTracepoint.
4248 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4249 Document qXfer:sdata:read.
4250 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4251
dc3b15be
JB
42522010-06-29 Joel Brobecker <brobecker@adacore.com>
4253
4254 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4255
595939de
PM
42562010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4257 Tom Tromey <tromey@redhat.com>
4258 Thiago Jung Bauermann <bauerman@br.ibm.com>
4259
4260 * gdb.texinfo (Inferiors In Python): New node.
4261 * gdb.texinfo (Threads In Python): New node.
4262
9279c692
JB
42632010-06-28 Joel Brobecker <brobecker@adacore.com>
4264
4265 * gdb.texinfo (Python): Document what the python directory is
4266 and what its location is.
4267 (Basic Python): Document the gdb.PYTHONDIR constant.
4268
bc9f0842
TT
42692010-06-25 Tom Tromey <tromey@redhat.com>
4270
4271 PR python/10808:
4272 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4273
f1421989
HZ
42742010-06-24 Hui Zhu <teawater@gmail.com>
4275
4276 * gdb.texinfo: (Commands for Controlled Output): Add
4277 documentation for command "eval".
4278
e4c0cfae
SS
42792010-06-21 Stan Shebs <stan@codesourcery.com>
4280
4281 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4282 * annotate.texinfo: Ditto.
4283 * gdbint.texinfo: Ditto.
4284 * stabs.texinfo: Ditto.
4285
bb08c432
HZ
42862010-06-22 Hui Zhu <teawater@gmail.com>
4287
4288 * gdb.texinfo: (Process Record and Replay): Add documentation
4289 for command "set record memory-query".
4290
4f5d9f07
SS
42912010-06-21 Stan Shebs <stan@codesourcery.com>
4292
4293 * gdb.texinfo: Relicense under GFDL version 1.3.
4294 * annotate.texinfo: Relicense under GFDL version 1.3.
4295 * gdbint.texinfo: Relicense under GFDL version 1.3.
4296 * stabs.texinfo: Relicense under GFDL version 1.3.
4297 * fdl.texi: Update to version 1.3.
4298
6aed2dbc
SS
42992010-06-18 Stan Shebs <stan@codesourcery.com>
4300
a61408f8
SS
4301 * gdb.texinfo (Operating System Auxiliary Information): Describe
4302 "info os" when no arguments given.
4303
6aed2dbc
SS
4304 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4305 $_thread.
4306
24e933df
HZ
43072010-06-18 Hui Zhu <teawater@gmail.com>
4308
4309 * gdb.texinfo: (Process Record and Replay): Add documentation
4310 for commands "record save" and "record restore".
4311
65d79d4b
SDJ
43122010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4313
4314 * gdb.texinfo: Include information about the correct use
4315 of addresses in the `watch' command.
4316
d914c394
SS
43172010-06-11 Stan Shebs <stan@codesourcery.com>
4318
4319 * gdb.texinfo (Observer Mode): New section.
4320 (General Query Packets): Document QAllow.
889bf7c5 4321
967cf477
DE
43222010-06-04 Doug Evans <dje@google.com>
4323
4324 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4325
aaf4119b
DE
43262010-06-03 Doug Evans <dje@google.com>
4327
4328 * gdbint.texinfo (Coding): Add subsection on command names.
4329
9eae7c52
TT
43302010-06-02 Tom Tromey <tromey@redhat.com>
4331
4332 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4333 always-disassemble.
4334
fa593d66
PA
43352010-06-01 Pedro Alves <pedro@codesourcery.com>
4336
4337 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4338 gdbserver, and add cross reference.
4339 (Tracepoints support in gdbserver): New subsection.
4340
dde08ee1
PA
43412010-05-26 Pedro Alves <pedro@codesourcery.com>
4342
4343 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4344 `qRelocInsn' feature.
4345 (Relocate instruction reply packet): New subsection
4346 of `Tracepoint Packets'.
4347 (Tracepoint Packets): Mention that packets QTDP and QTStart
4348 support the qRelocInsn request, and add cross reference to new
4349 subsection.
4350
07ca107c
DE
43512010-05-25 Doug Evans <dje@google.com>
4352
4353 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4354 (Commands In Python): Document gdb.string_to_argv.
4355
c25c4a8b
JK
43562010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4357
4358 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4359 ATTR_NORETURN.
4360
d7b32ed3 43612010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
4362 Tom Tromey <tromey@redhat.com>
4363 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 4364
c25c4a8b 4365 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 4366
6aecb9c2
JB
43672010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4368
4369 * gdb.texinfo: (Summary) Add mention about D language support.
4370 (Filenames): Add D suffixes.
4371 (D): New node.
4372
b7da9e9f
PM
43732010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4374
4375 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4376 of macro deleted from GDB code.
4377
ab38a727
PA
43782010-04-24 Pedro Alves <pedro@codesourcery.com>
4379
4380 * gdb.texinfo (Commands to specify files): Describe what how GDB
4381 looks up DOS-based filesystem paths on the system root. Document
4382 the new `set/show target-file-system-kind' commands.
4383
66d09542
DE
43842010-04-23 Doug Evans <dje@google.com>
4385
4386 * gdb.texinfo (Python): Move Auto-loading section here ...
4387 (Python API): from here.
4388 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4389 (Maintenance Commands): Add docs for "maint print section-scripts".
4390
8bd10a10
CM
43912010-04-20 Chris Moller <cmoller@redhat.com>
4392
4393 * gdb.texinfo (Setting Breakpoints): Added description of
4394 filename-qualified rbreak.
4395 * refcard.tex (Breakpoints and Watchpoints): Added brief
4396 description of filename-qualified rbreak.
4397
4c374409
JK
43982010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4399
4400 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4401 (Python API): Change the reference to Pretty Printing API.
4402 (Pretty Printing): Move the user part under the Data node. Reformat
4403 the sample output to 72 columns. Create a new reference to Pretty
4404 Printing API. Rename the API part ...
4405 (Pretty Printing API): To a new node name.
4406 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4407 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4408
5a9351ae
SS
44092010-04-21 Stan Shebs <stan@codesourcery.com>
4410
4411 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 4412 and commands.
5a9351ae 4413 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 4414
9a22f0d0
PM
44152010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4416
4417 * gdb.texinfo (Examining memory): Update for change in string
4418 display with explicit size.
4419
6149aea9
PA
44202010-04-19 Pedro Alves <pedro@codesourcery.com>
4421
4422 PR breakpoints/8554.
4423
4424 * gdb.texinfo (Save Breakpoints): New node.
4425 (save-tracepoints): Rename to ...
4426 (save tracepoints): ... this. Mention that `save-tracepoints' is
4427 a deprecated alias to `save tracepoints'.
4428
711e434b
PM
44292010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4430
645797a8 4431 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
4432 (info w32 thread-information-block): Document new command.
4433 (qGetTIBAddress): Document new gdbserver query.
4434 (maint set/show show-all-tib): Document new command.
4435
3f7b2faa
DE
44362010-04-15 Doug Evans <dje@google.com>
4437
fa33c3cd
DE
4438 * gdb.texinfo (Python API): Add progspaces section.
4439 (Selecting Pretty-Printers): Progspace pretty-printers are
4440 searched too.
4441 (Progspaces In Python): New section.
4442
3f7b2faa
DE
4443 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4444
79f283fe
PM
44452010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4446
4447 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4448 returns None.
4449
87290684
SS
44502010-04-09 Stan Shebs <stan@codesourcery.com>
4451
4452 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4453 Describe the `frames-created' field, tweak grammar.
4454
a97153c7
PA
44552010-04-09 Pedro Alves <pedro@codesourcery.com>
4456
4457 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4458 Describe the `circular' and `disconnected' fields.
4459
5c5dcc1b
L
44602010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4461
4462 * gdb.texinfo (maint print registers): Mention unavailable and
4463 invisible registers.
4464
adc36818
PM
44652010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4466 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 4467 Tom Tromey <tromey@redhat.com>
adc36818
PM
4468
4469 * gdb.texinfo (Breakpoints In Python): New Node.
4470
33da3f1c
SS
44712010-04-08 Stan Shebs <stan@codesourcery.com>
4472
4473 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4474 trace status fields.
4475
3a13a53b
L
44762010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4477
4478 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4479 optional. Make org.gnu.gdb.i386.avx requires
4480 org.gnu.gdb.i386.avx.
4481
08001717
DE
44822010-04-08 Doug Evans <dje@google.com>
4483
4484 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4485 search path, and document that gdb only scans the search path if
4486 the script's path doesn't specify a directory.
4487
c375651d
DE
44882010-04-05 Doug Evans <dje@google.com>
4489
4490 * gdb.texinfo (maint show python auto-load): Fix typo.
4491
af54718e
SS
44922010-04-04 Stan Shebs <stan@codesourcery.com>
4493
d77f58be
SS
4494 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4495 (Setting Watchpoints): Update description of "info watch".
4496 (Disabling Breakpoints): Only "info break" lists all.
4497
af54718e
SS
4498 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4499 (tdump): Explain how tdump works.
4500
86b17b60
PA
45012010-04-01 Pedro Alves <pedro@codesourcery.com>
4502
4503 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4504 add cross reference.
4505
ff12863f
PA
45062010-03-31 Pedro Alves <pedro@codesourcery.com>
4507
4508 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4509 commands error out.
4510
f68eb612
L
45112010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4512
4513 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4514
c8d5aac9
L
45152010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4516
4517 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4518
7d13fe92
SS
45192010-03-29 Stan Shebs <stan@codesourcery.com>
4520 Nathan Sidwell <nathan@codesourcery.com>
4521
4522 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4523 GDBN equivalent.
4524 (Set Tracepoints): Remove mention that conditional tracepoints
4525 don't exist.
4526 (Tracepoint Actions): Clarify when while-stepping collection
4527 happens, note that while-stepping does not automatically collect
4528 $pc.
4529
409873ef 45302010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 4531
409873ef
SS
4532 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4533 (General Query Packets): Describe TracepointSource.
4534
ee8e71d4
EZ
45352010-03-27 Matt Rice <ratmice@gmail.com>
4536
c8d5aac9
L
4537 * gdb.texinfo (ARM): Document arguments to "target sim".
4538 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 4539
99b5e152
PA
45402010-03-26 Pedro Alves <pedro@codesourcery.com>
4541
4542 * gdb.texinfo (Tracepoint Packets): Remove mention that
4543 terror:string may be plain text, and drop mention of X prefix.
4544
cd64ee31
VP
45452010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4546
4547 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4548
6c28cbf2
SS
45492010-03-24 Stan Shebs <stan@codesourcery.com>
4550
4551 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4552
95a42b64
TT
45532010-03-24 Tom Tromey <tromey@redhat.com>
4554
4555 PR breakpoints/9352:
4556 * gdb.texinfo (Break Commands): Update.
4557
18148017
VP
45582010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4559
4560 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4561 commands.
4562
4daf5ac0
SS
45632010-03-16 Stan Shebs <stan@codesourcery.com>
4564
4565 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4566 circular-trace-buffer.
4567 (Tracepoint Packets): Describe QTBuffer, and details of the
4568 qTStatus reply.
4569
c9429232
SS
45702010-03-12 Stan Shebs <stan@codesourcery.com>
4571 Nathan Sidwell <nathan@codesourcery.com>
4572
4573 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4574 doing instruction stepping.
4575 (Tracepoint Restrictions): New node.
4576
ccefe4c4
TT
45772010-03-10 Tom Tromey <tromey@redhat.com>
4578
4579 * gdbint.texinfo (Symbol Handling): Update.
4580
7c953934
TT
45812010-03-08 Tom Tromey <tromey@redhat.com>
4582
4583 PR cli/9591:
4584 * gdb.texinfo (Mode Options): Mention lack of pagination and
4585 confirmation with --batch.
4586 (Screen Size): Mention --batch.
4587 (Messages/Warnings): Likewise.
4588
f870a310
TT
45892010-03-05 Tom Tromey <tromey@redhat.com>
4590
4591 * gdb.texinfo (Basic Python): Document target_charset and
4592 target_wide_charset.
4593
78e2826b
TT
45942010-03-05 Tom Tromey <tromey@redhat.com>
4595
4596 * gdb.texinfo (Data): Link to pretty-printing.
4597 (Output Formats): Likewise. Correct text.
4598
f5dff777
DJ
45992010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4600
4601 * gdb.texinfo (Types): Describe <struct> and <flags>.
4602
dc00d89f
PM
46032010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4604
4605 * gdb.texinfo (Frames In Python): Add block parameter and
4606 description to read_var text.
4607
5107b149 46082010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 4609 Tom Tromey <tromey@redhat.com>
5107b149
PM
4610
4611 * gdb.texinfo (Types In Python): Describe block argument in
4612 template_argument and gdb.lookup_type.
4613
e03e5e7b
TT
46142010-02-24 Tom Tromey <tromey@redhat.com>
4615
4616 * gdb.texinfo (Cygwin Native): Fix typo.
4617
f3e9a817
PM
46182010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4619
4620 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4621 and select method descriptions.
4622 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4623 Tables in Python to menu.
4624 (Blocks In Python): New node.
4625 (Symbols In Python): New node.
4626 (Symbol Tables in Python): New node.
4627
a79b8f6e
VP
46282010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4629
4630 Multiexec MI
4631
4632 gdb/
4633 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4634
4635 gdb/doc/
4636 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4637 changes.
4638 (GDB/MI Program Execution): Document current behaviour of
4639 --all and --thread-group.
4640 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4641 -remove-inferior.
4642 * observer.texi (inferior_added, inferior_removed): New
4643 observers.
4644
629d6a47
TT
46452010-02-19 Tom Tromey <tromey@redhat.com>
4646
4647 * gdbint.texinfo (Getting Started): Fix @node.
4648 (Debugging GDB): Likewise.
4649
c09529e5
JB
46502010-02-13 Joel Brobecker <brobecker@adacore.com>
4651
4652 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4653 documenting the gdb_test_timeout variable.
4654
540aa8e7
MS
46552010-02-12 Jakob Engblom <jakob@virtutech.com>
4656
4657 * gdb.texinfo (MI commands): Added documentation of --reverse
4658 option to a set of MI commands. Restructured documentation of MI
4659 commands --exec-continue to reflect the complexity of reverse
4660 execution.
4661
081dfbf7
PA
46622010-02-12 Pedro Alves <pedro@codesourcery.com>
4663
4664 * gdb.texinfo (Using the Collected Data): Specify that the address
4665 range of `tfind outsize' is exclusive, and that the address range
4666 of `tfind range' is inclusive.
4667 (Tracepoint Packets): Specify that the address range of
4668 `QTFrame:range' is inclusive, and that the address range of
4669 `QTFrame:outside' is exclusive
4670
8e9c5e02
VP
46712010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4672
4673 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4674
92981e24
TT
46752010-02-10 Tom Tromey <tromey@redhat.com>
4676
4677 * gdb.texinfo (Debugging Output): Document set debug parser and
4678 show debug parser.
4679
075b51b7
L
46802010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4681
4682 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4683 i386_eflags and i386_mxcsr.
4684
3bb8d5c3
L
46852010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4686
4687 * gdb.texinfo: Document i386 target features.
4688
c5f80513
DE
46892010-02-05 Doug Evans <dje@google.com>
4690
4691 * gdbint.texinfo (Testsuite): Add a new section to document the
4692 various DejaGnu variables that may be overridden.
1be00882 4693 Document INTERNAL_GDBFLAGS.
c5f80513 4694
6ac33a4e
TT
46952010-02-04 Tom Tromey <tromey@redhat.com>
4696
4697 PR cli/8830:
4698 * gdb.texinfo (Files): -readnow comes before the filename for file
4699 and symbol-file.
4700
a1dcb23a
DJ
47012010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4702
4703 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4704 Document ARM breakpoint types.
4705 (Register Packet Format): Move into the new section.
4706 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4707
95433b34
JB
47082010-01-21 Joel Brobecker <brobecker@adacore.com>
4709
4710 * gdb.texinfo (File Options): Adjust the documentation of this
4711 switch to refer to the "source" command rather than partially
4712 duplicating some of the relevant information.
4713 (Extending GDB): Introduce and document the set/show script-extension
4714 setting.
4715 (Command Files): Add note explaining that the "source" command
4716 is also used to evalute scripts written in other languages.
4717 Remove the short slightly incorrect reference to sourcing Python
4718 scripts.
4719 (Python Commands): Document how to execute a Python script from GDB.
4720
8d576872
JB
47212010-01-19 Joel Brobecker <brobecker@adacore.com>
4722
4723 * gdb.texinfo (Command Files): Fix typo.
4724
8150ff9c
JB
47252010-01-18 Tom Tromey <tromey@redhat.com>
4726
4727 * gdb.texinfo (File Options): Document -x on .py files.
4728 (Command Files): Document handling of Python scripts.
4729
23db03a6
JZ
47302010-01-18 Jie Zhang <jie.zhang@analog.com>
4731
4732 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4733
00bf0b85
SS
47342010-01-15 Stan Shebs <stan@codesourcery.com>
4735
4736 * gdb.texinfo (Trace Files): New section.
4737 (Tracepoint Packets): Document QTSave and qTBuffer.
4738 (Trace File Format): New appendix.
4739
be759fcf
PM
47402010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4741
4742 * gdb.texinfo (Values From Inferior): Document lazy_string value
4743 method.
4744 (Python API): Add Lazy strings menu item.
4745 (Lazy Strings In Python): New node.
4746
dc146f7c
VP
47472010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4748
4749 * gdb.texinfo (GDB/MI Thread Information): New.
4750 (GDB/MI Async Records): Document the core field in *stopped.
4751 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4752 documentation
4753 (Process list): Document that osdata document may contain
4754 threads.
4755 (Remote Serial Protocol): Document qXfer:threads.
4756
d5551862
SS
47572010-01-06 Stan Shebs <stan@codesourcery.com>
4758
4759 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4760 disconnected tracing.
4761 (Tracepoint Packets): Document new protocol.
4762
7a697b8d
SS
47632010-01-05 Stan Shebs <stan@codesourcery.com>
4764
4765 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4766 tracepoints.
4767 (Tracepoint Packets): Describe remote protocol for fast
4768 tracepoints.
4769
e6f3ec50
JB
47702010-01-01 Joel Brobecker <brobecker@adacore.com>
4771
4772 Update the "Start of New Year Procedure".
4773 * gdbint.texinfo: Add the list of files that need to be updated
4774 manually. Minor reformatting.
4775
ddc4e9c1
JB
47762010-01-01 Joel Brobecker <brobecker@adacore.com>
4777
4778 * refcard.tex: Update copyright year in header and text.
4779
9d2897ad
JB
47802010-01-01 Joel Brobecker <brobecker@adacore.com>
4781
4782 * agentexpr.texi: Add 2010 to the list of copyright years.
4783 * annotate.texinfo: Likewise.
4784 * gdb.texinfo: Likewise.
4785 * gdbint.texinfo: Likewise.
4786 * observer.texi: Likewise.
4787 * stabs.texinfo: Likewise.
4788
6da95a67
SS
47892009-12-31 Stan Shebs <stan@codesourcery.com>
4790
4791 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 4792
236f1d4d
SS
47932009-12-29 Stan Shebs <stan@codesourcery.com>
4794
4795 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 4796
f61e138d
SS
47972009-12-28 Stan Shebs <stan@codesourcery.com>
4798
4799 * gdb.texinfo (Trace State Variables): New section.
4800 (Tracepoint Packets): Describe trace state variable packets.
4801 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4802 variable bytecodes.
4803
0fe7935b
DJ
48042009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4805
4806 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4807 declarations.
4808
a6b29f87
VP
48092009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4810
4811 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4812 -gdb-exit behaviour.
4813
5e4bde96
JB
48142009-12-20 Joel Brobecker <brobecker@adacore.com>
4815
4816 * gpl.texi: Update to version 3 of the GPL.
4817
a1715244
JB
48182009-12-20 Joel Brobecker <brobecker@adacore.com>
4819
4820 * Makefile.in: Update copyright header.
4821 * observer.texi: Fix the copyright header of the generated files.
4822
361ae042
PM
48232009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4824
4825 * gdb.texinfo (Types In Python): Describe range function.
4826
bfd31e71
PM
48272009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4828
4829 * gdb.texinfo (Types In Python): Describe "is_base_class".
4830
57a1d736
TT
48312009-12-03 Tom Tromey <tromey@redhat.com>
4832
4833 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4834
8cebebb9
PP
48352009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4836
4837 * observer.texi: New memory_changed observer.
4838
16af530a
TT
48392009-12-01 Tom Tromey <tromey@redhat.com>
4840
4841 * gdb.texinfo (Reverse Execution): Fix typo.
4842
b6199126
DJ
48432009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4844
4845 PR gdb/8704
4846
4847 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4848 are allowed after the breakpoint condition.
4849
7a6973ad
TT
48502009-11-23 Tom Tromey <tromey@redhat.com>
4851
4852 PR python/10782:
4853 * gdb.texinfo (Types In Python): Document Type.pointer.
4854
21a0512e
PP
48552009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4856
4857 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 4858
a5832c8f
PA
48592009-11-11 Pedro Alves <pedro@codesourcery.com>
4860
4861 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4862 (Using Agent Expressions): Delete cross reference.
4863
1eb7cd77
JB
48642009-11-07 Joel Brobecker <brobecker@adacore.com>
4865
4866 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4867 and @settitle directives up to help makeinfo find them.
4868
24ddea62
JK
48692009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4870
4871 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4872 (Auto-loading): Use plural and note one can use multiple components now.
4873
3afae151
VP
48742009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4875
4876 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4877 -stack-list-arguments have the same documentation for parameter
4878 as -stack-list-locals. Add comas.
4879
14ff2235
PM
48802009-10-27 Tom Tromey <tromey@redhat.com>
4881 Eli Zaretskii <eliz@gnu.org>
4882
c8d5aac9 4883 PR python/10781
14ff2235
PM
4884
4885 * gdb.texinfo (Values From Inferior): Document cast method.
4886
9c419145
PP
48872009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4888
4889 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4890 and adjust example.
889bf7c5 4891
29153c24
MS
48922009-10-22 Michael Snyder <msnyder@vmware.com>
4893
4894 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 4895 info record command. Also document the new save and restore
29153c24
MS
4896 commands.
4897
2b28d209
PP
48982009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4899
4900 * gdb.texinfo (Machine Code): Mention current pc marker.
4901 (Memory): Likewise.
4902
6c95b8df
PA
49032009-10-19 Pedro Alves <pedro@codesourcery.com>
4904 Stan Shebs <stan@codesourcery.com>
4905
4906 * observer.texi (new_inferior): Rename to...
4907 (inferior_appeared): ... this.
4908
4909 * gdb.texinfo (Inferiors): Rename node to ...
4910 (Inferiors and Programs): ... this. Mention running multiple
4911 programs in the same debug session.
4912 <info inferiors>: Mention the new 'Executable' column if "info
4913 inferiors". Update examples. Document the "add-inferior",
4914 "clone-inferior", "remove-inferior" and "maint info
4915 program-spaces" commands.
4916 (Process): Rename node to...
4917 (Forks): ... this. Document "set|show follow-exec-mode".
4918
2f8132f3
MS
49192009-10-11 Michael Snyder <msnyder@vmware.com>
4920
4921 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4922 (ReverseContinue): Ditto.
4923
cba4b2d3
PP
49242009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4925
4926 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 4927
da082f17
JK
49282009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4929
4930 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4931
08be9d71
ME
49322009-10-06 Michael Eager <eager@eagercon.com>
4933
4934 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4935 (Embedded Processors): Add MicroBlaze.
4936 (MicroBlaze): New. Describe Xilinx MicroBlaze
4937
08a0efd0
PA
49382009-10-04 Pedro Alves <pedro@codesourcery.com>
4939
4940 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4941
cbb8f428
EZ
49422009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4943
4944 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4945
30a4a70c
JB
49462009-09-23 Joel Brobecker <brobecker@adacore.com>
4947
4948 * observer.texi (solib_unloaded): Document explicitly the fact that
4949 this observer is called before the associated symbols are unloaded.
4950
b3372f91
VP
49512009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4952
4953 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4954 -stack-list-variables.
4955
f43030c4
TT
49562009-09-18 Tom Tromey <tromey@redhat.com>
4957
4958 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4959 is experimental.
4960
ec7e75e7
PP
49612009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4962
4963 * gdb.texinfo (convenince variables): Mention
4964 $_siginfo could be empty.
f43030c4 4965
0cc7d26f
TT
49662009-09-15 Tom Tromey <tromey@redhat.com>
4967
4968 * gdb.texinfo (GDB/MI Variable Objects): Document
4969 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4970 Expand -var-update documentation.
4971
a96d9b2e
SDJ
49722009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4973
4974 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4975 feature.
4976
005ca36a
JB
49772009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4978
4979 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4980
0d772ac9
MS
49812009-09-10 Michael Snyder <msnyder@vmware.com>
4982
4983 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4984 ReverseStep replies to the qSupported query.
4985
14fb1bac
JB
49862009-09-10 Joel Brobecker <brobecker@adacore.com>
4987
4988 Add documentation for set/show interactive-mode.
4989 * gdb.texinfo (Other Misc Settings): New node.
4990
29b090c0
DE
49912009-09-01 Doug Evans <dje@google.com>
4992
4993 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4994 non-stop mode's affect on remote caching.
4995
4e5d721f
DE
49962009-08-31 Jacob Potter <jdpotter@google.com>
4997 Doug Evans <dje@google.com>
4998
4999 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5000 Mark `set/show remotecache' options as obsolete.
5001 Document new `set/show stack-cache' option.
5002 Update text for `info dcache'.
5003
55333a84
DE
50042009-08-27 Doug Evans <dje@google.com>
5005
5006 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5007 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5008
bc3a0b4d
RW
50092009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5010
5011 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5012 about autoconf.
5013
3a1ff0b6
PA
50142009-08-25 Pedro Alves <pedro@codesourcery.com>
5015
5016 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5017 small example, and describe its columns. Replace "inferior-id" by
5018 "infno" throughout.
5019
81ecdfbb
RW
50202009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5021
af542c2e
RW
5022 * gdbint.texinfo (Releasing GDB): Point to
5023 README-maintainer-mode file for required autoconf version.
5024 * configure.ac: Do not substitute datarootdir, htmldir,
5025 pdfdir, docdir. Do not process --with-datarootdir,
5026 --with-htmldir, --with-pdfdir, --with-docdir.
5027 * configure: Regenerate.
5028
81ecdfbb
RW
5029 * configure: Regenerate.
5030
4efc6507
DE
50312009-08-20 Reid Kleckner <reid@kleckner.net>
5032
5033 * gdb.texinfo: Add chapter on JIT interface.
5034
43089a6e
NR
50352009-08-07 Nick Roberts <nickrob@snap.net.nz>
5036
5037 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 5038 confirmation request.
43089a6e 5039
99e008fe
EZ
50402009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5041
c8d5aac9
L
5042 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5043 CRC definitions.
99e008fe 5044
48cb2d85
VP
50452009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5046
5047 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 5048 -break-commands.
48cb2d85 5049
ff1a52c6
UW
50502009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5051
5052 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5053 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5054
3285f3fe
UW
50552009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5056
5057 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5058 "set spu stop-on-load" and "show spu stop-on-load" commands.
5059
e35359c5
UW
50602009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5061
5062 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5063
58d6951d
DJ
50642009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5065
5066 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5067 org.gnu.gdb.arm.neon.
5068
08d16641
PA
50692009-07-20 Pedro Alves <pedro@codesourcery.com>
5070
5071 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5072 optional element.
5073 (subsection OS ABI): New subsection.
5074
782b2b07
SS
50752009-07-14 Stan Shebs <stan@codesourcery.com>
5076
5077 * gdb.texinfo (Tracepoint Conditions): New section.
5078 (General Query Packets): Describe ConditionalTracepoints.
5079 (Tracepoint Packets): Describe condition field.
5080 (Maintenance Commands): Describe maint agent-eval.
5081 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5082
9b117ef3
HZ
50832009-07-11 Hui Zhu <teawater@gmail.com>
5084
5085 * gdb.texinfo (disassemble): Add a new modifier /r
5086 to "disassemble" command to make it print the raw instructions
5087 in hex as well as in symbolic form.
5088
f5a33284
TT
50892009-07-09 Tom Tromey <tromey@redhat.com>
5090
5091 * gdbint.texinfo (Testsuite): Document parallel make check.
5092
812f7342
TT
50932009-07-09 Tom Tromey <tromey@redhat.com>
5094
5095 * gdbint.texinfo (Testsuite): Document test transcripts.
5096
fbb8f299
PM
50972009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5098
5099 * gdb.texinfo (Values From Inferior): Add length parameter
5100 description.
5101
dd8f35ac
EZ
51022009-07-04 Chris Genly <chris@genly.us>
5103
5104 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5105 in -var-list-children. Fix example according to what the code
5106 does.
5107
2277426b
PA
51082009-07-02 Pedro Alves <pedro@codesourcery.com>
5109
5110 * gdb.texinfo (Debugging multiple inferiors): Document the
5111 "inferior", "detach inferior" and "kill inferior" commands.
5112 (Debugging Programs with Multiple Processes): Adjust to mention
5113 generic "inferior" commands. Delete mention of "detach fork" and
5114 "delete fork". Cross reference to "Debugging multiple inferiors"
5115 section.
5116
a6d9a66e
UW
51172009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5118
5af949e3
UW
5119 * gdbint.texinfo (Item Output Functions): Update signature
5120 for ui_out_field_core_addr.
5121
51222009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5123
5124 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
5125 Update example code extrated from breakpoint.c.
5126
9901a55b 51272009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 5128
9901a55b
PP
5129 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5130 MI commands.
5131 (GDB/MI Symbol Query): Likewise.
5132 (GDB/MI File Commands): Likewise.
5133 (GDB/MI File Transfer Commands): Likewise.
5134 (GDB/MI Target Manipulation): Likewise.
5135 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 5136
edb3359d
DJ
51372009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5138
5139 * gdb.texinfo (Debugging Optimized Code): New chapter.
5140 (Compiling for Debugging): Reference it. Move some
5141 text to the new section.
5142
7cd1089b
PM
51432009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5144
5145 * doc/gdb.texinfo (Calling): Document
5146 set-unwind-on-terminating-exception usage.
5147
d4db2f36
PA
51482009-06-11 Pedro Alves <pedro@codesourcery.com>
5149
5150 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5151 command.
5152
d1a7880c
PA
51532009-06-07 Pedro Alves <pedro@codesourcery.com>
5154
5155 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5156 references.
5157
473f94e6
UW
51582009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5159
5160 * gdbint.texinfo: Rename formal parameters to gdbarch function
5161 protoypes from "current_gdbarch" to "gdbarch".
5162
8f500870
TT
51632009-05-28 Tom Tromey <tromey@redhat.com>
5164
5165 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5166
b6313243
TT
51672009-05-27 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
51732009-04-02 Tom Tromey <tromey@redhat.com>
5174
5175 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5176 feature.
5177 (GDB/MI Variable Objects): Document -var-set-visualizer.
5178
a6bac58e
TT
51792009-05-27 Tom Tromey <tromey@redhat.com>
5180 Thiago Jung Bauermann <bauerman@br.ibm.com>
5181 Phil Muldoon <pmuldoon@redhat.com>
5182
5183 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5184 (Pretty Printing): New node.
5185 (Selecting Pretty-Printers): Likewise.
5186 (Python API): Update.
5187 (Output Formats): Document /r format.
5188
2c74e833
TT
51892009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5190 Tom Tromey <tromey@redhat.com>
5191
5192 * gdb.texinfo (Types In Python): New node.
5193 (Values From Inferior): "type" is now an attribute.
5194 (Python API): Update.
5195
89c73ade
TT
51962009-05-27 Tom Tromey <tromey@redhat.com>
5197 Thiago Jung Bauermann <bauerman@br.ibm.com>
5198 Phil Muldoon <pmuldoon@redhat.com>
5199
5200 * gdb.texinfo: Add @syncodeindex for `tp'.
5201 (Python API): Update.
5202 (Auto-loading): New node.
5203 (Objfiles In Python): New node.
5204
17a37d48
PP
52052009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5206
5207 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 5208
6718376f
NR
52092009-05-15 Nick Roberts <nickrob@snap.net.nz>
5210
5211 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5212
cbe54154
PA
52132009-05-12 Pedro Alves <pedro@codesourcery.com>
5214
5215 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5216 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5217 show show-debug-regs' docs.
5218
8e05493c
EZ
52192009-05-08 Eli Zaretskii <eliz@gnu.org>
5220
5221 * gdb.texinfo (Process Record and Replay): Add description of
5222 reverse execution.
5223
b39f4988
JB
52242009-05-07 Joel Brobecker <brobecker@adacore.com>
5225
5226 * gdbint.texinfo (Adding support for debugging core files): New node.
5227 (Native Debugging): Remove the ``Native core file Support'' section.
5228
a2311334
EZ
52292009-05-01 Eli Zaretskii <eliz@gnu.org>
5230
5231 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5232 Add index entries.
5233
53cc454a 52342009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 5235 Michael Snyder <msnyder@vmware.com>
53cc454a 5236
a2311334
EZ
5237 * gdb.texinfo: (Process Record and Replay): Add documentation for
5238 process record and replay.
53cc454a 5239
484086b7
JK
52402009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5241
5242 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5243 a new part on command-line defined macros.
5244
32ae1842
EZ
52452009-04-25 Eli Zaretskii <eliz@gnu.org>
5246
5247 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5248 clarify the wording.
5249
b14b1491
TT
52502009-04-23 Tom Tromey <tromey@redhat.com>
5251
5252 * gdb.texinfo (Data Files): New node.
5253 (GDB Files): Update menu.
5254
5c1e86e1
JB
52552009-04-23 Joel Brobecker <brobecker@adacore.com>
5256
5257 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 5258 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 5259
83eba9b7
VP
52602009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5261
5262 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5263
e31198c4
HZ
52642009-04-22 Hui Zhu <teawater@gmail.com>
5265
5266 * gdb.texinfo (disassemble-next-line): Set the default of
5267 disassemble-next-line to off.
5268
26e251b6
JM
52692009-04-21 Joseph Myers <joseph@codesourcery.com>
5270
5271 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5272 --with-htmldir): New.
5273 * configure: Regenerate.
5274 * Makefile.in (datarootdir, docdir): Define.
5275 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5276 instead of $(SET_TEXINPUTS).
5277 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5278 gdbint.info instead of $(SET_TEXINPUTS).
5279 (gdbint/index.html): Use same -I options as for building
5280 gdbint.info.
5281 (stabs.dvi, stabs.pdf): Use same -I options as for building
5282 stabs.info instead of $(SET_TEXINPUTS).
5283 (stabs/index.html): Use same -I options as for building
5284 stabs.info.
5285 (annotate.dvi, annotate.pdf): Use same -I options as for building
5286 annotate.info instead of $(SET_TEXINPUTS).
5287 (annotate/index.html): Use same -I options as for building
5288 annotate.info.
5289
eac35c4e
DD
52902009-04-21 David Daney <ddaney@caviumnetworks.com>
5291
5292 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5293
29b0e8a2
JM
52942009-04-21 Joseph Myers <joseph@codesourcery.com>
5295
5296 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5297
2b831889 52982009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 5299 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
5300
5301 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5302 (MAKEHTMLFLAGS): Set to empty.
5303 (html__strip_dir): Define.
5304 (HTMLFILES): Define.
5305 (HTMLFILES_INSTALL): Define.
5306 (install-html): Copy new automake rule.
5307 (html): Depend on $(HTMLFILES).
5308 (gdb_toc.html): Rename to gdb/index.html.
5309 (gdbint_toc.html): Rename to gdbint/index.html.
5310 (stabs_toc.html): Rename to stabs/index.html.
5311 (annotate_toc.html): Rename to annotate/index.html.
5312
89a34d1b
JM
53132009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5314
5315 * Makefile.in: Set pdfdir and htmldir from configure
5316 substitutions.
5317 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5318 * configure: Regenerate.
5319
a2d5da46
JB
53202009-04-16 Joel Brobecker <brobecker@adacore.com>
5321
5322 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5323 This macro is no longer used.
5324
732f6a93
TT
53252009-04-15 Tom Tromey <tromey@redhat.com>
5326
5327 * gdb.texinfo (Character Sets): Document default character set.
5328
87f9adc1
PM
53292009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5330
5331 * gdbint.texinfo: Change server name from sources.redhat.com to
5332 sourceware.org throughout.
5333
2c88c651
JB
53342009-04-09 Joel Brobecker <brobecker@adacore.com>
5335
5336 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5337 about a missing dot or coma after @xref.
5338
4f5376b2
JB
53392009-04-02 Joel Brobecker <brobecker@adacore.com>
5340
5341 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5342 example, and add a small explanation about it.
5343 (Print Settings): Change the documentation of the "set print
5344 frame-arguments" to reflect the fact that the default is now "scalars".
5345
a0381d3a
JB
53462009-04-02 Joel Brobecker <brobecker@adacore.com>
5347
5348 * gdb.texinfo (Print Settings): Add kindex for command "set
5349 print frame-arguments".
5350
45ac276d
JB
53512009-03-31 Joel Brobecker <brobecker@adacore.com>
5352
5353 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5354 breakpoints.
5355 (Set Breaks): Add reference to thread-specific and task-specific
5356 breakpoints.
5357
32cd1edc
JB
53582009-03-31 Joel Brobecker <brobecker@adacore.com>
5359
5360 * gdb.texinfo (Ada Tasks): Remove the documentation about
5361 the "Running" state, as this state has been eliminated.
5362 Now all runnable tasks are shown as "Runnable".
5363
1042e4c0
SS
53642009-03-30 Stan Shebs <stan@codesourcery.com>
5365
5366 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5367 special case of breakpoints.
5368 (Enable and Disable Tracepoints): Mention deprecation.
5369 (Listing Tracepoints): Update description and example.
5370
f8f6f20b
TJB
53712009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5372
5373 * gdb.texinfo (Frames in Python): New node.
5374 (Python API): Update.
5375
c0c6f777
TJB
53762009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5377
5378 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5379 from a method to an attribute.
5380
def2b000
TJB
53812009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5382
5383 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5384 attribute.
5385
a07daef3
PA
53862009-03-25 Pedro Alves <pedro@codesourcery.com>
5387
5388 * observer.texi (thread_exit): Add "silent" parameter.
5389
f3b1572e
PA
53902009-03-22 Pedro Alves <pedro@codesourcery.com>
5391
5392 * observer.texi (about_to_proceed): New.
5393
587afa38
EZ
53942009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5395
5396 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5397 field throughout to handle types with spaces in them. Fix typos
5398 found by aspell.
5399 (Summary, Requirements, Contributors): New first chapter,
5400 "Summary" added, old Requirements section moved there, and new
5401 section, "Contributors" added.
5402 (Initializing a New Architecture, Register Representation)
5403 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5404 (Porting gdb): These sections extended and updated.
5405 (Compiler Characteristics): This section (empty) deleted.
5406 (Defining Other Architecture Features): This section renamed and
5407 duplicate material removed from (formerly "Target Conditionals").
5408 Use braces {} in @deftypeXX type field throughout to handle types
5409 with spaces in them. Typos found by aspell fixed.
5410
5411 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5412 * stack_frame.pdf: Version of image for PDF output.
5413 * stack_frame.png: Version of image for HTML output and for Emacs.
5414 * stack_frame.txt: Version of image for Info output.
1db61298 5415 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 5416
10af6951
EZ
54172009-03-21 Eli Zaretskii <eliz@gnu.org>
5418
5419 * gdb.texinfo (Character Sets): Fix last change.
5420
cc924cad
TJB
54212009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5422
5423 * gdb.texinfo (Values From Inferior): Fix optional arguments
5424 markup.
5425 (Commands In Python): Adjust argument names of gdb.Command.__init__
5426 to what the function accepts as keywords.
5427
bc3b79fd
TJB
54282008-03-20 Tom Tromey <tromey@redhat.com>
5429
5430 * gdb.texinfo (Convenience Vars): Document convenience functions.
5431 (Functions In Python): New node.
5432 (Python API): Update.
5433
6c7a06a3
TT
54342009-03-20 Tom Tromey <tromey@redhat.com>
5435
5436 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5437 set target-wide-charset.
5438 (Requirements): Mention iconv.
5439
b646ddd4
HZ
54402009-03-17 Hui Zhu <teawater@gmail.com>
5441
5442 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5443
91440f57
HZ
54442009-03-17 Hui Zhu <teawater@gmail.com>
5445
5446 * gdb.texinfo: Add documentation for disassemble-next-line.
5447
8fd41227
TJB
54482009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5449
5450 * gdb.texinfo (Commands In Python): Remove tindex entries.
5451
61ff14c6
JK
54522009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5453
5454 * gdb.texinfo (Returning): New description for missing debug info.
5455
0b16c5cf
PA
54562009-03-14 Pedro Alves <pedro@codesourcery.com>
5457
5458 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 5459 (General Query Packets): Document qAttached.
0b16c5cf 5460
32fc0df9
PA
54612009-03-05 Pedro Alves <pedro@codesourcery.com>
5462
5463 * gdb.texinfo (Background Execution): Better describe the set
5464 target-async command.
5465 (Maintenance Commands): Delete description of the `maint set/show
5466 linux-async' and `maint set/show remote-async' commands.
5467
134eb42c
VP
54682009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5469
5470 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5471 between sentences.
5472
c86cf029
VP
54732009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5474
5475 * gdb.texinfo (GDB/MI Async Records): Document the
5476 =library-loaded and =library-unloaded notifications.
5477
3ea85240
VP
54782009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5479
5480 * observer.texi (test_notification): New observer.
5481
1d33d6ba
VP
54822009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5483
61ff14c6
JK
5484 * observer.texi: Add parameter 'print_frame' to normal_stop
5485 observer.
1d33d6ba 5486
d721c933
EZ
54872009-02-07 Eli Zaretskii <eliz@gnu.org>
5488
5489 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5490 (Commands In Python): Fix COMMAND_* constants in last change. Use
5491 @kbd for interactive input. Add cross-references and index
5492 entries.
5493
4aa995e1
PA
54942009-02-06 Pedro Alves <pedro@codesourcery.com>
5495
5496 * gdb.texinfo (Signals): Document $_siginfo.
5497 (Convenience Variables): Mention $_siginfo.
5498 (Remote Configuration): Document qXfer:siginfo:read,
5499 qXfer:siginfo:write packets, and the read-siginfo-object,
5500 write-siginfo-object commands.
5501
5f5233d4
PA
55022009-02-06 Pedro Alves <pedro@codesourcery.com>
5503
5504 * gdbint.texinfo (Values): New chapter.
5505
d8906c6f
TJB
55062009-02-06 Tom Tromey <tromey@redhat.com>
5507
5508 * gdb.texinfo (Python API): Add entry for Commands In Python.
5509 (Commands In Python): New node.
5510
b6cb8e7d
TJB
55112009-02-05 Tom Tromey <tromey@redhat.com>
5512
5513 * gdb.texinfo (Values From Inferior): Document Value.string.
5514
12453b93
TJB
55152009-02-05 Tom Tromey <tromey@redhat.com>
5516
5517 * gdb.texinfo (Basic Python): Document execute's from_tty
5518 argument.
5519
08c637de
TJB
55202009-02-04 Tom Tromey <tromey@redhat.com>
5521
5522 * gdb.texinfo (Basic Python): Document gdb.history.
5523
592375cd
VP
55242009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5525
5526 * gdb.texinfo (GDB/MI Thread Commands): Document the
5527 'current-thread-id' field. Remove the example with zero threads,
5528 since current GDB won't ever report that if there's inferior.
5529
41447f92
VP
55302009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5531
5532 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5533 option to -break-insert.
5534
098b41a6
JG
55352009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5536 Jerome Guitton <guitton@adacore.com>
5537
5538 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5539 (System-wide configuration): New section.
5540
3c16cced
PA
55412009-01-26 Pedro Alves <pedro@codesourcery.com>
5542
5543 PR gdb/7580:
5544 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5545 internal-error|internal-warning quit|corefile ask|yes|no".
5546
62709adf
PA
55472009-01-26 Pedro Alves <pedro@codesourcery.com>
5548
5549 * gdb.texinfo (Using the `gdbserver' Program): Document
5550 --remote-debug.
5551
7ce58dd2
DE
55522009-01-23 Doug Evans <dje@google.com>
5553
5554 * gdb.texinfo: Add nexti to list of commands that support
5555 background execution.
5556
adb483fe
DJ
55572009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5558
5559 * gdb.texinfo (Define, Hooks): Document prefix command support.
5560
a67ec3f4 55612009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 5562 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
5563
5564 Fixes for makeinfo --html.
5565
5566 * annotate.texinfo: Use @copying and @insertcopying. Use
5567 @ifnottex in place of @ifinfo.
5568 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5569 place of @ifinfo. Use @ifnotinfo for one index entry.
5570 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5571 in place of @ifinfo.
5572 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5573 in place of @ifinfo. Include contents at start unconditionally.
5574
84fcdf95
PA
55752009-01-13 Pedro Alves <pedro@codesourcery.com>
5576
5577 * gdb.texinfo (General Query Packets): Remove @var{} around the
5578 "spu" literal string.
5579
fa3a767f
PA
55802009-01-07 Pedro Alves <pedro@codesourcery.com>
5581
5582 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5583 program may be running in another process" errors.
5584 * gdbint.texinfo (Native Conditionals): Delete
5585 ONE_PROCESS_WRITETEXT description.
5586
9cb011d3
JB
55872009-01-07 Joel Brobecker <brobecker@adacore.com>
5588
5589 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5590 emacs local variable to be placed at the end of the ChangeLog.
5591 Add server.c and gdbreplay.c to the list of files where the
5592 copyright year needs to be updated.
5593
84603566
SL
55942009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5595
5596 * gdb.texinfo (Remote Configuration): Document new
5597 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5598 commands.
5599
a53f55d8
PA
56002008-12-28 Pedro Alves <pedro@codesourcery.com>
5601
5602 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5603 FETCH_INFERIOR_REGISTERS.
5604 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5605 FETCH_INFERIOR_REGISTERS descriptions. Remove
5606 gdbarch_get_longjmp_target descrition, since already described in
5607 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5608 (Target Conditionals): ... here.
5609
077e0a52
JB
56102008-12-16 Joel Brobecker <brobecker@adacore.com>
5611
5612 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5613 examples.
5614 (Additions to Ada): Likewise. Add the missing opening and closing
5615 parenthesis of the GDB prompt in one of the examples.
5616
023eb17c
JB
56172008-12-14 Joel Brobecker <brobecker@adacore.com>
5618
5619 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5620 about the result of 'Address not being of type System.Address.
5621 This problem has been fixed a while ago.
5622
c3b108f7
VP
56232008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5624
5625 MI non-stop and multiprocess docs.
5626
c8d5aac9
L
5627 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5628 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5629 Adjust documentation for *stopped, document =thread-created,
5630 =thread-exited, =thread-group-created and =thread-group-exited.
5631 (GDB/MI Thread Commands): Document the 'state' field in
5632 -thread-info output.
5633 (GDB/MI Program Execution): Mention --all and --thread-group
5634 options.
5635 (GDB/MI Variable Objects): Describe floating and fixed variable
5636 objects.
5637 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 5638
07e059b5
VP
56392008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5640
c8d5aac9
L
5641 * gdb.texinfo (Operating System Information): New appendix.
5642 (Operating System Auxiliary Information): Document 'info os processes'
5643 (Remote Configuration): Document 'osdata'
5644 (General Query Packets): Document qXfer:osdata:read.
07e059b5 5645
a80b95ba
TG
56462008-11-27 Tristan Gingold <gingold@adacore.com>
5647
5648 * gdb.texinfo (Darwin): Document Darwin specific features.
5649
a655d424
JK
56502008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5651
5652 * gdbint.texinfo (Target Conditionals): Extend the
5653 gdbarch_breakpoint_from_pc description.
5654
249e1128
VP
56552008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5656
5657 * gdb.texinfo (M68K Features): Fix typo.
5658
c14c28ba
PP
56592008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5660
5661 * gdb.texinfo (Symbols): Mention printing containing
5662 image name in "info symbol".
5663 (Maint translate-address): Likewise.
889bf7c5 5664
394a6666
JB
56652008-11-18 Joel Brobecker <brobecker@adacore.com>
5666
5667 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5668 commands "catch load" and "catch unload".
5669
66bb093b
VP
56702008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5671
5672 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 5673 =thread-selected.
889bf7c5 5674
4a92f99b
VP
56752008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5676
c8d5aac9 5677 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 5678
f0323ca0
PA
56792008-10-27 Pedro Alves <pedro@codesourcery.com>
5680
5681 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5682 .mt files, TM_CLIBS or TM_CDEPS.
5683 (x86 Watchpoints): Don't mention TDEPFILES.
5684
8b23ecc4
SL
56852008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5686
5687 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5688 (Overview): Mention notifications and non-stop mode behavior.
5689 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5690 with non-stop mode behavior. Add vStopped description.
5691 (Stop Reply Packets): Update list of packets that return
5692 stop replies. Mention non-stop behavior.
5693 (General Query Packets): Document QNonStop packet and associated
5694 qSupported query response.
5695 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5696 behavior.
5697 (Notification Packets): New section.
5698 (Remote Non-Stop): New section.
5699 (File-I/O Overview): Mention non-stop behavior.
5700
fff08868
HZ
57012008-10-24 Hui Zhu <teawater@gmail.com>
5702 Pedro Alves <pedro@codesourcery.com>
5703
5704 * gdb.texinfo (displaced-stepping): Describe the auto mode
5705 setting, and say it's the default. This is now a mainstream
5706 setting instead of a maintenance setting.
5707
252fbfc8
PA
57082008-10-23 Pedro Alves <pedro@codesourcery.com>
5709
5710 * observer.texi (thread_stop_requested): New.
5711
20924a55
JB
57122008-10-22 Joel Brobecker <brobecker@adacore.com>
5713
5714 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5715 (Patching): Replace incorrect usage of @samp by @kbd.
5716
bacec72f
MS
57172008-10-17 Michael Snyder <msnyder@vmware.com>
5718
5719 * gdb.texinfo: Add documentation for reverse execution.
5720
a08702d6 57212008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 5722 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
5723
5724 * gdb.texinfo. (Values From Inferior): New subsubsection.
5725
d97bc12b
DE
57262008-10-06 Doug Evans <dje@google.com>
5727
5728 * gdb.texinfo (set debug dwarf2-die): Document it.
5729
87f67dba
JB
57302008-10-01 Joel Brobecker <brobecker@adacore.com>
5731
5732 * gdb.texinfo (catch) [exception]: Document how to insert
5733 a breakpoint on user-defined exceptions when the exception
5734 name is identical to one of the language-defined ones.
5735
2fae03e8
TT
57362008-09-27 Tom Tromey <tromey@redhat.com>
5737
5738 * gdb.texinfo (Macros): Remove text about stringification,
5739 varargs, and splicing.
5740
5c6ce71d
TT
57412008-09-27 Tom Tromey <tromey@redhat.com>
5742
5743 * gdbint.texinfo (Language Support): Remove text about omitting
5744 support for a language.
5745
07128da0
DE
57462008-09-23 Doug Evans <dje@google.com>
5747
5748 * gdb.texinfo (info dcache): Update.
5749
b90a069a
SL
57502008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5751
5752 * gdb.texinfo (Packets): Add info on thread-id syntax and
5753 multiprocess extensions.
5754 <D>: Document multiprocess form of packet.
5755 <H>: Use thread-id syntax.
5756 <T>: Likewise.
5757 <vCont>: Likewise. Note this is required for multiprocess.
5758 <vKill>: New packet.
5759 (Stop Reply Packets) <T>: Use thread-id syntax.
5760 <W>: Document multiprocess form of reply.
5761 <X>: Likewise.
5762 (General Query Packets) <qC>: Use thread-id syntax.
5763 <qfThreadInfo>: Likewise.
5764 <qGetTLSAddr>: Likewise.
5765 <qP>: Likewise.
5766 <qSupported>: Add "multiprocess" feature.
5767 <qThreadExtraInfo>: Use thread-id syntax.
5768
b77209e0
PA
57692008-09-22 Stan Shebs <stan@codesourcery.com>
5770
5771 * gdb.texinfo (Inferiors): New section.
5772
3d0bb823
PA
57732008-09-12 Pedro Alves <pedro@codesourcery.com>
5774
5775 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5776
f8dcfc0a
UW
57772008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5778
5779 * gdbint.texinfo (Target Conditionals): Remove documentation
5780 for gdbarch_name_of_malloc.
5781
8775bb90
MS
57822008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5783
5784 * gdb.texinfo (Interrupts): Mention TCP interface for
5785 sending BREAK.
5786
f1838a98
UW
57872008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5788
5789 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5790 argument prefix to "set sysroot".
5791
158c7665
PH
57922008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5793
5794 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5795 and False.
5796
30e026bb
VP
57972008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5798
c8d5aac9
L
5799 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5800 for possible features of -list-features.
30e026bb 5801
c6ebd6cf
VP
58022008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5803
c8d5aac9 5804 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
5805 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5806
aeac0ff9
VP
58072008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5808
5809 * doc/gdb.texinfo (PowerPC): Fix typo.
5810 (PowerPC features): Fix typo.
5811
5231c1fd
PA
58122008-08-18 Pedro Alves <pedro@codesourcery.com>
5813
5814 * observer.texi (thread_ptid_changed): New.
5815
677c5bb1
LM
58162008-08-18 Luis Machado <luisgpm@br.ibm.com>
5817
5818 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5819 (PowerPC features): Mention feature set for VSX registers.
5820
f3a2dd1a
JB
58212008-08-13 Joel Brobecker <brobecker@adacore.com>
5822
5823 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5824 the direct visibility of all names in user-written packages.
5825
33e5cbd6
PA
58262008-08-13 Pedro Alves <pedro@codesourcery.com>
5827
5828 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5829 setting, and make it the default.
5830 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5831 non-stop script example.
5832
d0384fc4
TJB
58332008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5834
5835 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5836 reference to the "Using Different Register and Memory Data
5837 Representation" section.
5838
a6f3e723
SL
58392008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5840
5841 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5842 (Remote Protocol): Add Packet Acknowledgment to menu.
5843 (Overview): Mention +/- can be disabled, and point to new section
5844 where this is discussed in detail.
5845 (General Query Packets): Document QStartNoAckMode packet, and
5846 corresponding qSupported reply.
5847 (Packet Acknowledgment): New section.
5848
0606b73b
SL
58492008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5850 Pedro Alves <pedro@codesourcery.com>
5851
5852 * gdb.texinfo (Threads): Move paragraph about automatic thread
5853 selection to All-Stop Mode subsection.
5854 (Thread Stops): Reorganize existing material into subsections.
5855 Add introductory blurb and menu.
5856 (Non-Stop Mode): New subsection.
5857 (Background Execution): New subsection.
5858 (Maintenance Commands): Add cross-references from async mode
5859 commands to the new Background Execution section.
5860
d57a3c85
TJB
58612008-08-06 Tom Tromey <tromey@redhat.com>
5862
5863 * gdb.texinfo (Extending GDB): New chapter.
5864 (Sequences): Demoted chapter, now a section under the new
5865 Extending GDB chapter.
5866 (Python): New section.
5867
6d76a53d
SS
58682008-07-31 Stan Shebs <stan@codesourcery.com>
5869
5870 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5871
1f70da6a
SS
58722008-07-29 Stan Shebs <stan@codesourcery.com>
5873
5874 * gdbint.texinfo: General round of cleanup and minor
5875 clarifications.
5876 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5877 (Longjmp Support): Update description to reflect how it is done
5878 for targets without using native header.
5879 (Symbol Handling): Add a little more general explanation.
5880 (COFF, ELF): Mention stabs encapsulation.
5881 (DWARF 3): New section.
5882 (Adding a New Host): Scrub out some obsolete bits.
5883 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5884 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5885 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5886 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5887 SEEK_SET, STOP_SIGNAL, USG.
5888 (Raw and Virtual Register Representations): Ditto for
5889 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5890 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5891 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5892 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5893 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5894 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5895 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5896 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5897 DEPRECATED_USE_STRUCT_CONVENTION.
5898 Describe gdbarch_deprecated_fp_regnum.
5899 Update description of gdbarch_print_insn.
5900 (Adding a New Target): Scrub out obsolete bits.
5901 (Obsolete Conditionals): Remove entire section.
5902
383f836e
TT
59032008-07-25 Tom Tromey <tromey@redhat.com>
5904
5905 * observer.texi (GDB Observers): Document new observers:
5906 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5907 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5908 architecture_changed.
5909
cfd8ab24
SS
59102008-07-21 Stan Shebs <stan@codesourcery.com>
5911
5912 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5913 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5914
781b42b0
TT
59152008-07-21 Tom Tromey <tromey@redhat.com>
5916
5917 * observer.texi (GDB Observers): Remove obsolete comment.
5918 <executable_changed>: Remove argument.
5919
d7d9f01e
TT
59202008-07-18 Tom Tromey <tromey@redhat.com>
5921
5922 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5923
bf250677
DE
59242008-07-10 Doug Evans <dje@google.com>
5925
5926 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5927
10568435
JK
59282008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5929
5930 * gdb.texinfo (Starting): Document "set disable-randomization".
5931
5ae4183a
AS
59322008-07-07 Andreas Schwab <schwab@suse.de>
5933
5934 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5935
b56e7235
VP
59362008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5937
5938 * gdb.texinfo (GDB/MI Target Manipulation): Add
5939 example of -target-attach.
5940
e1ac3328
VP
59412008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5942
5943 * observer.texi (target_resumed): New observer.
5ae4183a 5944 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 5945
65d12d83
TT
59462008-06-06 Tom Tromey <tromey@redhat.com>
5947
5948 * gdb.texinfo (Completion): Add field name example.
5949
fbc5282e
MK
59502008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5951
5952 * gdb.texinfo (GDB/MI Program Context): Added example
5953 to -exec-arguments
5ae4183a 5954
fbc5282e 59552008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
5956
5957 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5958 annotation.
5959
c16158bc 59602008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
5961 Nathan Sidwell <nathan@codesourcery.com>
5962 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
5963
5964 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5965 and ACX_BUGURL.
5966 * configure: Regenerate.
5967 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5968 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5969 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5970 mailing-list-specific text about bug reporting unless
5971 BUGURL_DEFAULT.
5972
75c99385
PA
59732008-06-05 Pedro Alves <pedro@codesourcery.com>
5974
5975 * gdb.texinfo (-target-select): Remove reference to target async.
5976 (Maintenance Commands): Document "maint set/show remote-async".
5977
1763a388
MK
59782008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5979
5980 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5981 in -target-file-get section.
5ae4183a 5982
d0d064df
PA
59832008-05-22 Pedro Alves <pedro@codesourcery.com>
5984
9b562ab8
PA
5985 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5986 killing the inferior when it is already debugging a process.
d0d064df 5987
8dfa32fc
JB
59882008-05-21 Joel Brobecker <brobecker@adacore.com>
5989
5990 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5991 abbreviation for "finish".
5992
55f996a7
NR
59932008-05-21 Nick Roberts <nickrob@snap.net.nz>
5994
5995 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5996
ba2b1c56
DJ
59972008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5998
5999 * gdbint.texinfo (Target Conditionals): Delete entry for
6000 gdbarch_dwarf_reg_to_regnum.
6001
08388c79
DE
60022008-05-09 Doug Evans <dje@google.com>
6003
a3c83fae 6004 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 6005
d14508fe
DE
60062008-05-05 Doug Evans <dje@google.com>
6007
6008 * gdb.texinfo (disassemble): Document /m modifier.
6009
e2b7ddea
VP
60102008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6011
5ae4183a
AS
6012 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6013 will not report the time of commands that run the target.
e2b7ddea 6014
8eb41542
VP
60152008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6016
6017 * gdb.texinfo (GDB/MI Output Records): Add
6018 missing semicolon.
6019
82f68b1c
VP
60202008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6021
6022 * gdb.texinfo (GDB/MI Output Records):
6023 Document =thread-create and =thread-exited.
6024
fa0f268d
VP
60252008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6026
6027 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 6028 Remove mention of dmi-discuss.
fa0f268d 6029
063bfe2e
VP
60302008-05-03 Pedro Alves <pedro@codesourcery.com>
6031
6032 * observer.texi (thread_exit): New.
6033
237fc4c9
PA
60342008-05-02 Pedro Alves <pedro@codesourcery.com>
6035
6036 * gdb.texinfo (Debugging Output): Document "set/show debug
6037 displaced".
6038 (Maintenance Commands): Document "maint set/show
6039 can-use-displaced-stepping".
6040
0428b8f5
DJ
60412008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6042
6043 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6044 and set/show arm force-mode.
6045
5009afc5
AS
60462008-05-02 Andreas Schwab <schwab@suse.de>
6047
6048 * gdbint.texinfo (Algorithms): Describe
6049 target_watchpoint_addr_within_range.
6050
669fac23
DJ
60512008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6052
6053 * gdbint.texinfo (Stack Frames): New chapter.
6054 (Algorithms): Move Frames text to the new chapter.
6055 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6056 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6057
721c02de
VP
60582008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6059
5ae4183a
AS
6060 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6061 output does not necessary include any tokens.
721c02de 6062
c055b101
CV
60632008-04-22 Corinna Vinschen <vinschen@redhat.com>
6064
6065 * gdb.texinfo (Set SH Calling convention): New @item.
6066 (Show SH Calling convention): Ditto.
6067
68837c9d
MD
60682008-04-22 Markus Deuling <deuling@de.ibm.com>
6069
6070 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6071
2e9132cc
EZ
60722008-04-20 Eli Zaretskii <eliz@gnu.org>
6073
6074 * gdb.texinfo (Set Breaks): Mention that multiple location
6075 breakpoints need line number info. Add index entries.
6076
31fffb02
CS
60772008-04-19 Craig Silverstein <csilvers@google.com>
6078
6079 * gdb.texinfo (Requirements): Add an optional requirement on
6080 zlib.
6081 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6082 Compressed DWARF 2.
6083
a47ec5fe
AR
60842008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6085
6086 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6087 sample output for 'stopped,reason="breakpoint-hit"' message.
6088 (GDB/MI Program Execution): Likewise.
6089
de051565
MK
60902008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6091
5ae4183a 6092 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
6093 -var-set-format. Add -f option to -var-evaluate-expression.
6094
6ba66d6a
JB
60952008-04-03 Joel Brobecker <brobecker@adacore.com>
6096
6097 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6098 new node "Ambiguous Expressions". Replace references to this
6099 node by references to "Ambiguous Expressions" throughout.
6100 (Ambiguous Expressions): New node.
6101
1e26b4f8
DJ
61022008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6103
6104 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6105
b84876c2
PA
61062008-03-21 Pedro Alves <pedro@codesourcery.com>
6107
6108 * gdb.texinfo (Debugging Output): Document
6109 "set/show debug lin-lwp-async".
6110 (Maintenance Commands): Document "maint set/show linux-async".
6111
63092375
DJ
61122008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6113
6114 * gdb.texinfo (Expressions): Update description of malloced arrays.
6115
8e8901c5
VP
61162008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6117
6118 * gdb.texinfo (Thread Commands): Document
6119 -thread-info. Remove -thread-list-all-threads.
6120
1fddbabb
PA
61212008-03-14 Pedro Alves <pedro@codesourcery.com>
6122 Sandra Loosemore <sandra@codesourcery.com>
6123
6124 * gdb.texinfo (Library List Format): Update to mention the
6125 possibility to pass section addresses instead of segment
6126 addresses.
6127
ccd213ac
DJ
61282008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6129
6130 * gdb.texinfo (Starting): Document "set exec-wrapper".
6131 (Server): Document gdbserver --wrapper.
6132
fa4727a6
DJ
61332008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6134
6135 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6136 unreadable memory. Delete obsolete SPARClite reference.
6137
8edfe269
DJ
61382008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6139
6140 * gdb.texinfo (Starting): Mention always-running targets.
6141 (Target Commands): Add an anchor for load.
6142 (Connecting): Explain continue instead of run.
6143
1843f87b
DJ
61442008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6145
6146 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6147
f9082629
NR
61482008-02-26 Nick Roberts <nickrob@snap.net.nz>
6149
6150 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6151 breakpoint table.
6152
fd96d250
PA
61532008-02-19 Pedro Alves <pedro@codesourcery.com>
6154
6155 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6156 killing the inferior when it is already debugging a process.
6157
36af4ef6
MD
61582008-02-13 Markus Deuling <deuling@de.ibm.com>
6159
6160 * gdbint.texinfo (Build Script): New section. Mention new build script
6161 gdb_buildall.sh.
6162
cda4ce5a
JB
61632008-02-01 Jim Blandy <jimb@red-bean.com>
6164
6165 * gdb.texinfo (Help): Summarize 'info args' correctly.
6166
4acd40f3
TJB
61672008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6168
6169 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6170 available in PowerPC architecture.
6171 (Embedded Processors): Change node name of PowerPC item in menu.
6172 (PowerPC): Rename to...
6173 (PowerPC Embedded): this.
6174 (Architectures): Add new PowerPC item in menu.
6175 (PowerPC): New node.
6176
6e6c6f50
DJ
61772008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6178
6179 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6180 commands.
6181
5ee187d7
DJ
61822008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6183
6184 * gdb.texinfo (Setting Catchpoints): Mention features
6185 supported on GNU/Linux.
6186
e275c0d9
NR
61872008-01-30 Nick Roberts <nickrob@snap.net.nz>
6188
6189 * gdb.texinfo (GDB/MI File Commands): Describe new output
6190 field for MI command -file-list-exec-source-file.
6191
2d717e4f
DJ
61922008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6193
6194 * gdb.texinfo (Using the `gdbserver' Program): Add security
6195 warning. Rearrange into subsections and subsubsections. Document
6196 --multi and --debug. Correct --with-sysroot typo. Update --attach
6197 usage. Make load reference clearer. Document monitor exit.
6198 (Remote Configuration): Document set remote exec-file, attach-packet,
6199 and run-packet.
6200 (Packets): Document vAttach and vRun.
6201
d35a4257 62022008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
6203
6204 * gdb.texinfo (Processes): Mention process command.
889bf7c5 6205 detach-on-follow -> detach-on-fork.
f663676d 6206
c78d192c
DJ
62072008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6208
6209 * gdbint.texinfo (Native Conditionals): Remove
6210 SHELL_COMMAND_CONCAT and SHELL_FILE.
6211
d35a4257
EZ
62122008-01-26 Eli Zaretskii <eliz@gnu.org>
6213
6214 * gdb.texinfo (Specify Location): Improve wording.
6215
93815fbf
VP
62162008-01-23 Chris Demetriou <cgd@google.com>
6217
6218 * gdb.texinfo (Threads): Document new "set print thread-events"
6219 and "show print thread-events" commands.
6220
2a25a5ba
EZ
62212008-01-19 Eli Zaretskii <eliz@gnu.org>
6222
6223 * gdb.texinfo (Specify Location): New section.
6224 (Delete Breaks, Edit, Set Breaks): Remove description of
6225 locations. Instead, add a reference to "Specify Location".
6226 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6227 (Symbols): Refer to "Specify Location" for the valid forms of
6228 linespecs and locations.
6229
32c9a795
MD
62302008-01-18 Markus Deuling <deuling@de.ibm.com>
6231
6232 * gdbint.texinfo (Target Conditionals): Replace the description of
6233 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6234
b17828ca
JB
62352008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6236
6237 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6238 about &&var, which is rejected by the expression parser.
6239
0aea4bf3
LM
62402008-01-09 Luis Machado <luisgpm@br.ibm.com>
6241
6242 * gdb.texinfo (Output): Update documentation on using printf with DFP
6243 types.
6244
febe4383
TJB
62452008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6246
6247 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6248 subsubsection.
6249 (Decimal Floating Point format): New subsubsection.
6250
7a404eba
PA
62512008-01-05 Pedro Alves <pedro@codesourcery.com>
6252
6253 * gdb.texinfo (File Options): Remove mention of the attempt to
6254 open a core file with the -p option. Don't list -c as a valid
6255 option to attach to a process.
6256
a4d9b460
PA
62572008-01-05 Pedro Alves <pedro@codesourcery.com>
6258
6259 * gdbint.texinfo (Host Conditionals): Remove mention of
6260 ALIGN_STACK_ON_ENTRY.
6261
6ec2edbe
JB
62622008-01-05 Joel Brobecker <brobecker@adacore.com>
6263
6264 * gdbint.texinfo (Start of New Year Procedure): Add item
6265 describing how to update the source and documentation copyright
6266 notices.
6267
d8b2a693
JB
62682007-12-18 Jim Blandy <jimb@codesourcery.com>
6269
ab209b3a 6270 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
6271 watchpoint explanation into the main description of the watchpoint
6272 command; update synopses of 'watch', 'rwatch', and 'awatch'
6273 commands.
6274
8b4ed427
VP
62752007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6276
6277 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6278 Document 'pending-breakpoints' feature of
6279 -list-features.
6280
37e4754d
LM
62812007-12-17 Luis Machado <luisgpm@br.ibm.com>
6282
669fac23 6283 * gdb.texinfo: Add new parameter's description.
37e4754d 6284
1d3811f6
DJ
62852007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6286
6287 * gdb.texinfo (Overview): Clarify run-length encoding
6288 example. Remove the restriction on "+" and "-" characters.
6289
c1c25a1a
EZ
62902007-12-15 Eli Zaretskii <eliz@gnu.org>
6291
6292 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6293
afe8ab22 62942007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6295
afe8ab22
VP
6296 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6297 the -f option for -break-insert, remove -r option,
6298 and clarify specification of location.
6299
a6b151f1
DJ
63002007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6301
6302 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6303 formatting.
6304 (Remote Debugging): Add File Transfer section.
6305 (Remote Configuration): Document Host I/O packets.
6306 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 6307 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
6308 (Packets): Add vFile.
6309
3b784c4f
EZ
63102007-11-17 Eli Zaretskii <eliz@gnu.org>
6311
6312 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6313 breakpoints with multiple locations.
6314 (Breakpoint Menus): Improve wording.
6315 (Output): Fix last change.
6316
a4ce5b0d
UW
63172007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6318
6319 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6320
1b39d5c0
DE
63212007-11-15 Doug Evans <dje@google.com>
6322
6323 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6324
7a72d44c
VP
63252007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6326
6327 * gdbint.texinfo (Native Conditionals): Remove
6328 mention of CLEAR_SOLIB.
5ae4183a 6329
6d1829bf 63302007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
6331
6332 * gdb.texinfo (Print Settings): Add documentation for "set/show
6333 print frame-arguments".
6334
1a619819
LM
63352007-11-05 Luis Machado <luisgpm@br.ibm.com>
6336
3b784c4f 6337 * gdb.texinfo (Output): Update printf command's description.
1a619819 6338
55eddb0f
DJ
63392007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6340
6341 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6342 powerpc soft-float".
6343
9cceb671
DJ
63442007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6345
6346 * gdb.texinfo (Files): Correct formatting. Mention Expat
6347 requirement.
6348 (Requirements for Building GDB): Expand the list of Expat
6349 uses.
6350 (Library List Format, Memory Map Format): Mention Expat.
6351 (Target Descriptions): Update Expat wording.
6352
83acabca
DJ
63532007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6354
6355 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6356 Document that gdbarch_convert_register_p should return zero for no-op
6357 conversions.
6358
e35879db
UW
63592007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6360
83acabca 6361 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
6362 of set_gdbarch_sofun_address_maybe_missing back to ...
6363 (Target Conditionals): ... here to fix build break.
6364
203c3895
UW
63652007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6366
83acabca 6367 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
6368 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6369 (Compiler Characteristics): ... documentation of
6370 set_gdbarch_sofun_address_maybe_missing.
6371
11411de3
DJ
63722007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6373
6374 * gdbint.texinfo (Target Conditionals): Use
6375 frame_unwind_register_unsigned in examples instead of
6376 frame_unwind_unsigned_register.
6377
7cc46491
DJ
63782007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6379
6380 * gdb.texinfo (Predefined Target Types): Add int128
6381 and uint128.
6382 (Standard Target Features): Add PowerPC features.
6383
81adfced
DJ
63842007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6385
6386 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6387
c1874924
UW
63882007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6389
6390 * gdbint.texi (Target Conditionals): Remove documentation
6391 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6392 gdbarch_extract_return_value, and gdbarch_store_return_value.
6393
f6e56ab3
UW
63942007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6395
6396 * gdbint.texi (Target Conditionals): Remove documentation of
6397 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6398
56cf5405
KH
63992007-10-11 Kazu Hirata <kazu@codesourcery.com>
6400
6401 * gdb.texinfo: Mention that inaccessible-by-default is on by
6402 default.
6403
35156bae
DJ
64042007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6405
6406 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6407
d983da9c
DJ
64082007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6409
6410 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6411 multi-threaded watchpoints.
6412 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6413 checked. Describe sticky notification. Expand description
6414 of steppable and continuable watchpoints.
6415 (Watchpoints and Threads): New subsection.
6416
fe6fbf8b
VP
64172007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6418
6419 * gdb.texinfo (Setting Breakpoints): Revise
6420 documentation for pending breakpoints. Document
6421 breakpoints with multiple locations.
5ae4183a 6422
084344da
VP
64232007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6424
6425 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6426 Document -list-features.
5ae4183a 6427
82160952
EZ
64282007-09-15 Eli Zaretskii <eliz@gnu.org>
6429
6430 * gdb.texinfo (Output): Spell out which features of C's printf are
6431 not supported by GDB's printf.
7e27a47a
EZ
6432 (Separate Debug Files): More accurate wording regarding build ID
6433 and a reference to the ld manual rather than the Fedora wiki.
82160952 6434
ea37ba09
DJ
64352007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6436 Jim Blandy <jimb@codesourcery.com>
6437
6438 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6439 (Examining Memory): Update mentions of the 's' format.
6440 (Automatic Display): Likewise.
6441
b8533aec
DJ
64422007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6443
6444 * gdb.texinfo: Update the FSF's Back-Cover Text.
6445
83f83d7f
JK
64462007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6447 Eli Zaretskii <eliz@gnu.org>
6448
6449 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6450 Fixed the ``build ID'' name. New binaries build instructions for the
6451 build ID inclusion. Explain how the commands are specific to the build
6452 ID vs. debug link.
6453
c7e83d54
EZ
64542007-09-01 Eli Zaretskii <eliz@gnu.org>
6455
6456 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6457 indexing for ``build ID'' support.
6458
d3750b24
JK
64592007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6460
6461 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6462 Enlisted BUILD ID to the debug file searching example.
6463 Included a BUILD ID `.note.gnu.build-id' section description.
6464 Updated/added the debug files splitting instructions for OBJCOPY.
6465
02142340
VP
64662007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6467
6468 * gdb.texinfo (Variable Objects): Adjust docs
6469 for -var-info-expression and document
6470 -var-info-path-expression.
6471
d3bdde98
JB
64722007-08-20 Jim Blandy <jimb@codesourcery.com>
6473
3fb6a982
JB
6474 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6475 (title page): Include the dedication in the printed manual, as a
6476 separate page after the copyright notice.
5ae4183a 6477
d3bdde98
JB
6478 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6479 don't break a @var across a line.
6480
c80a96a8
MR
64812007-07-25 Maciej W. Rozycki <macro@mips.com>
6482
6483 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6484 for include files.
6485
5824a901
NR
64862007-07-12 Nick Roberts <nickrob@snap.net.nz>
6487
6488 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
6489 in annotate.texinfo.
6490 (Command History): Link to new node.
5824a901 6491
d52e7ea3
UW
64922007-07-05 Markus Deuling <deuling@de.ibm.com>
6493
6494 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6495
5fc14d0a
EZ
64962007-07-05 Eli Zaretskii <eliz@gnu.org>
6497
6498 * gdbint.texinfo (Target Conditionals): Fix last change.
6499
4a9bb1df
UW
65002007-07-03 Markus Deuling <deuling@de.ibm.com>
6501
6502 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6503 routines:
6504 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6505 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6506 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6507 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6508 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6509 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6510 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6511 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6512 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6513 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6514 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6515 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6516 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6517 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6518 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6519 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6520 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6521 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6522 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6523 (SOFTWARE_SINGLE_STEP_P)
6524
6525 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6526 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6527
6528 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6529 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6530 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6531 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6532 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6533 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6534 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6535 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6536 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6537 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6538
6539 (Converting an existing Target Architecture to Multi-arch): Remove
6540 section.
6541
6542 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6543 (gdbarch_addr_bits_remove): Add code example.
6544
6545 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6546
cfa9d6d9
DJ
65472007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6548
6549 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6550 Add other missing entries. Adjust the table size to fit.
6551 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6552 stop reasons including the new "library" event.
6553 (General Query Packets): Adjust table widths for qSupported. Mention
6554 qXfer:libraries:read reply to qSupported and document the new packet.
6555 (Library List Format): New section.
6556
159fcc13
JK
65572007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6558
6559 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6560
f66d1690
MS
65612007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6562
6563 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6564
67102876
NR
65652007-06-25 Nick Roberts <nickrob@snap.net.nz>
6566
6567 * gdbint.texinfo (Register and Memory Data): Break sections
6568 into nodes and add a menu.
6569
a4642986
MR
65702007-06-21 Maciej W. Rozycki <macro@mips.com>
6571
6572 * gdb.texinfo (Examining Memory): Document the new behaviour.
6573
e9c17194
VP
65742007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6575
6576 * gdb.texinfo (Standard Target Features): Document
6577 m68k features.
6578
31d99776
DJ
65792007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6580
6581 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6582
1780a0ed
DJ
65832007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6584
6585 * gdb.texinfo (Target Description Format): Add version attribute
6586 for <target>.
6587
822b6570
DJ
65882007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6589
6590 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6591
f8b73d13
DJ
65922007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6593
6594 * gdb.texinfo (MIPS Features): New subsection.
6595
0e7f50da
UW
65962007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6597 Markus Deuling <deuling@de.ibm.com>
6598
6599 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6600 and qXfer:spu:write packets and mention them under qSupported.
6601
23d964e7
UW
66022007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6603 Markus Deuling <deuling@de.ibm.com>
6604
6605 * gdb.texinfo (Architectures): Add new SPU section to document
6606 Cell Broadband Engine SPU architecture specific commands.
6607
9f708cb2
VP
66082007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6609
6610 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6611 comments.
6612
7579b5f8
NR
66132007-06-07 Nick Roberts <nickrob@snap.net.nz>
6614
6615 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6616
bf06d120
JB
66172007-05-29 Jim Blandy <jimb@codesourcery.com>
6618
6619 * gdb.texinfo (Overview): Doc fix.
6620
23776285
MR
66212007-05-22 Maciej W. Rozycki <macro@mips.com>
6622
6623 * gdb.texinfo (Remote Configuration): Document "set/show
6624 remoteflow".
6625
1a69e1e4
DJ
66262007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6627
bf06d120
JB
6628 * gdb.texinfo (MIPS): Remove documentation for set mips
6629 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6630 stack-arg-size.
1a69e1e4 6631
46ba6afa 66322007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6633
46ba6afa
BW
6634 * all-cfg.texi (GDBTUI): New.
6635 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6636 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6637 (TUI Configuration): Edit to improve clarity and fix problems of
6638 both style and content.
5ae4183a 6639
06d3b283
UW
66402007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6641
6642 * observer.texi (GDB Observers): New observer "new_objfile".
6643
179101d6
UW
66442007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6645
6646 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6647
25d5ea92
VP
66482007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6649
6650 * gdb.texinfo (GDB/MI Variable Objects): Document
6651 frozen variables objects.
5ae4183a 6652
ea35711c
DJ
66532007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6654
6655 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6656 (Character Sets, Caching Data of Remote Targets): Likewise.
6657 (Targets): Delete Remote node. Move its text...
6658 (Debugging Remote Programs): ...to here. Delete description
6659 of the "remote" command.
6660 (Remote configuration): Delete description of "set remotedevice"
6661 and "show remotedevice".
6662 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6663
db2e3e2e
BW
66642007-04-11 Bob Wilson <bob.wilson@acm.org>
6665
5ae4183a
AS
6666 * gdb.texinfo (Contributors, Continuing and Stepping)
6667 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6668 (General Query Packets, File-I/O Remote Protocol Extension)
6669 (Protocol Basics, The F Reply Packet, Write)
6670 (Protocol-specific Representation of Datatypes, Memory Transfer):
6671 Fix hyphenation, punctuation and grammar problems.
6672 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6673 'section' instead of 'subsection' in the text.
6674 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6675 (i386): Remove period from section name.
db2e3e2e
BW
6676 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6677 (Config Names, Configure Options): Use @file{configure}.
6678
8a3dae3e
DJ
66792007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6680
6681 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6682 and tab expansion.
6683
1a92f856
DJ
66842007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6685
6686 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6687
79a6e687 66882007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6689
79a6e687
BW
6690 * gdb.texinfo: Consistently capitalize all significant words in
6691 node names, chapter titles, section titles, and headings. Update
6692 cross references to match.
6693 (Starting and Stopping Trace Experiment): Make node name plural.
6694 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 6695
ad527d2e
PA
66962007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6697
6698 * gdb.texinfo (WinCE): Delete obsolete subsection.
6699
7ce59000
DJ
67002007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6701
6702 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6703 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6704 references.
6705
8807d78b
DJ
67062007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6707
6708 * gdb.texinfo (Startup): Delete references to some alternate
6709 names for .gdbinit.
6710 (Thread): Remove LynxOS reference.
6711 (Tandem ST2000): Delete target-specific documentation.
6712 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6713 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6714 and GDB_OSABI_LYNXOS.
6715
5f402660
UW
67162007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6717
6718 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6719
bac718a6
UW
67202007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6721
6722 * gdbint.texinfo (Target Conditionals): Remove mention of
6723 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6724 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6725
9453113a
DJ
67262007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6727
6728 * Makefile.in: Add "pdfdir" installation
6729 directory, PDFTEX macro, support for "install-pdf" target,
6730 and rules for making a pdf version of refcard.texi.
6731 * refcard.tex: Specify paper size for PDF output.
6732
ae21e955 67332007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6734
ae21e955 6735 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 6736
3f94c067 67372007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6738
3f94c067
BW
6739 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6740 (Source Path, Character Sets, Macros, Define)
6741 (GDB/MI Result Records, GDB/MI Simple Examples)
6742 (GDB/MI Program Execution, GDB/MI File Commands)
6743 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6744 (Bug Reporting): Use @value{GCC}.
5ae4183a 6745
12c27660 67462007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6747
12c27660
BW
6748 * gdb.texinfo (Help): Fix formatting of examples.
6749 (Variables): Use @ifnotinfo instead of @iftex.
6750 (Non-debug DLL symbols): Use @ref instead of @pxref.
6751 (Sparclet File): Use @samp instead of quotes.
5ae4183a 6752
ce9341a1
BW
67532007-03-26 Bob Wilson <bob.wilson@acm.org>
6754
6755 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6756
c8f4133a
BW
67572007-03-26 Bob Wilson <bob.wilson@acm.org>
6758
6759 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6760 the order of the nodes.
6761 (C Operators, C Constants, Debugging C): Remove extra menus.
6762 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 6763
c8f4133a 67642007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
6765
6766 * gdb.texinfo (File Options): Add missing parenthesis.
6767 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6768
c74d0ad8
DJ
67692007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6770
6771 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6772
ff6f572f
DJ
67732007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6774
669fac23 6775 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
6776 case insensitivity.
6777 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6778
994337c3
NR
67792007-02-18 Nick Roberts <nickrob@snap.net.nz>
6780
6781 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6782 (Files): Add section name to argument list for pxref.
6783 (Non-debug DLL symbols): Don't use `see' for pxref.
6784 (Embedded Processors): Fix typo.
6785 (GDB/MI Breakpoint Commands): Execution commands generate
6786 *stopped not ^done.
6787
eb819d70
NR
67882007-02-13 Nick Roberts <nickrob@snap.net.nz>
6789
6790 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6791 values for in_scope. Mention that only root variables can be
6792 updated.
6793 (GDB/MI Development and Front Ends): Explain new values may be
6794 added to existing fields.
6795
123dc839
DJ
67962007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6797
6798 * gdb.texinfo (-target-disconnect): Use @smallexample.
6799 (Requirements): Add anchor for Expat. Update description.
6800 (Target Descriptions): Mention Expat.
6801 (Target Description Format): Document new elements. Use
6802 @smallexample.
6803 (Predefined Target Types, Standard Target Features): New sections.
669fac23 6804 * gdbint.texinfo (Target Descriptions): New section.
123dc839 6805
108546a0
DJ
68062007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6807
6808 * gdb.texinfo (Target Description Format): Add section on XInclude.
6809
95a98c01
NR
68102006-02-03 Nick Roberts <nickrob@snap.net.nz>
6811
6812 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6813 command -enable-timings.
6814
f4b3909f
EZ
68152007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6816
5ae4183a 6817 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
6818 descriptions for new/deleted elements in gdb_osabi. Add missing
6819 description for function generic_elf_osabi_sniff_abi_tag_sections.
6820
c7ba131e
JB
68212007-01-29 Joel Brobecker <brobecker@adacore.com>
6822
6823 * gdb.texinfo (Maintenance Commands): Add documentation for
6824 the new "maint print target-stack" command.
6825
3a60f64e
JK
68262007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6827 Eli Zaretskii <eliz@gnu.org>
6828
f4b3909f 6829 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 6830
c582f8b6
EZ
68312007-01-26 Eli Zaretskii <eliz@gnu.org>
6832
6833 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6834 Use @value{NGCC} instead of @value{GCC}.
6835
d3e8051b
EZ
68362007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6837
6838 * agentexpr.texi: Fix typos.
6839 * annotate.texinfo: Likewise.
6840 * gdb.texinfo: Likewise.
6841 * gdbint.texinfo: Likewise.
6842 * observer.texi: Likewise.
6843 * stabs.texinfo: Likewise.
6844
86f04699
EZ
68452007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6846
6847 * gdbint.texinfo (Support Libraries): Remove mmalloc
6848 entry. Describe readline library.
6849
23181151
DJ
68502007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6851
6852 * gdb.texinfo (Target Descriptions): New section.
6853 (General Query Packets): Add QPassSignals anchor. Mention
6854 qXfer:features:read under qSupported. Expand mentions of
6855 qXfer:memory-map:read and QPassSignals. Document
6856 qXfer:features:read.
6857
f822c95b
DJ
68582007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6859
6860 * gdb.texinfo (Commands to specify files): Describe
6861 "set sysroot" and "show sysroot".
6862 (Using the `gdbserver' program): Lowercase argument
6863 to @var. Expand description of setting up GDB on the
6864 host.
6865
8936fcda
JB
68662007-01-05 Joel Brobecker <brobecker@adacore.com>
6867
6868 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6869 catch exception, catch exception unhandled, and catch assert
6870 commands.
6871
e776119f
DJ
68722007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6873
6874 * gdb.texinfo (Debugging Output): Document "set debug xml"
6875 and "show debug xml".
6876
aa79a185
DJ
68772007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6878
6879 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6880
7f893741
JB
68812007-01-01 Joel Brobecker <brobecker@adacore.com>
6882
6883 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6884
a1b5960f
VP
68852006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6886
6887 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6888 note in @ignore, to be removed later if nobody complains.
6889
9f470e6e
NR
68902006-12-04 Nick Roberts <nickrob@snap.net.nz>
6891
6892 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6893 of -var-delete.
6894
765dc015 68952006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6896
765dc015 6897 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
6898 automatic software/hardware breakpoint usage and
6899 the "set breakpoint auto-hw" command.
765dc015 6900
4b5752d0
VP
69012006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6902
6903 * gdb.texinfo (Memory Access Checking): New.
6904
89be2091
DJ
69052006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6906
6907 * gdb.texinfo (Remote configuration): Mention
6908 "pass-signals-packet".
6909 (General Query Packets): Document QPassSignals. Fix
6910 a typo.
6911
ca3bf3bd
DJ
69122006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6913
6914 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6915
427c3a89
DJ
69162006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6917
6918 * gdb.texinfo (Remote configuration): Rewrite documentation for
6919 packet configuration commands.
6920 (OS Information): Adjust reference to qXfer:auxv:read.
6921 (General Query Packets): Remove references to read-aux-vector-packet
6922 and set remote get-thread-local-storage-address.
6923
7a107747
DJ
69242006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6925
6926 * gdbint.texinfo (Target Architecture Definition): Add new
6927 Initializing a New Architecture section.
6928
1c56eb0e
EZ
69292006-10-31 David Taylor <dtaylor@emc.com>
6930
6931 * stabs.texinfo (Macro define and undefine): New node describing
6932 stabs for #define and #undef.
6933
f73adfeb
AS
69342006-10-27 Andreas Schwab <schwab@suse.de>
6935
6936 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6937
fd60e0df
EZ
69382006-10-21 Eli Zaretskii <eliz@gnu.org>
6939
6940 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6941 clarify on the possible meanings of ``expression'' watched by
6942 watchpoints. Add indexing.
e5ac9b53
EZ
6943 (Prompting, Errors, Invalidation, Annotations for Running)
6944 (Source Annotations): Fix index entries by adding "annotation" to
6945 them, to discriminate from index entries that point to the more
6946 general topic descriptions.
fd60e0df 6947
52bb452f
DJ
69482006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6949
6950 * gdbint.texinfo (Target Vector Definition): Move most
6951 content into Existing Targets. Add a menu.
6952 (Existing Targets): New section, moved from Target Vector
6953 Definition. Use @subsection.
6954 (Managing Execution State): New section.
6955
58955e58
BW
69562006-10-16 Bob Wilson <bob.wilson@acm.org>
6957
6958 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6959
c8aa23ab
EZ
69602006-10-15 Eli Zaretskii <eliz@gnu.org>
6961
6962 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6963 (Command Syntax, Signals, Backtrace, Connecting)
6964 (Remote configuration, Renesas Boards, Console I/O): Fix last
6965 change: use Ctrl- instead of C-, except wrt Emacs.
6966 (File-I/O Examples): Put Ctrl-c in @kbd.
6967 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6968 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
6969 (Signals, Set Breaks, Set Watchpoints): Document optional
6970 arguments to `info signals' `handle', `info breakpoints', and
6971 `info watchpoints'.
c8aa23ab 6972
e7109c7e
EZ
69732006-10-14 Eli Zaretskii <eliz@gnu.org>
6974
6975 * gdb.texinfo (Backtrace): Fix last change.
6976
de3aea7b
NR
69772006-10-14 Nick Roberts <nickrob@snap.net.nz>
6978
6979 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6980
7f9087cb
BW
69812006-10-10 Bob Wilson <bob.wilson@acm.org>
6982
c8aa23ab
EZ
6983 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6984 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6985 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 6986
68437a39
DJ
69872006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6988 Daniel Jacobowitz <dan@codesourcery.com>
6989
6990 * gdb.texinfo (Packets): Document vFlashErase,
6991 vFlashWrite and vFlashDone packets.
6992 (General Query Packets): Document qXfer:memory-map:read.
6993 Add a new feature for qXfer:memory-map:read.
6994 (Memory map format): New section.
6995 (Target Commands): Mention that gdb can write flash.
6996
fd79ecee
DJ
69972006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6998 Daniel Jacobowitz <dan@codesourcery.com>
6999
7000 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7001 memory regions and "mem auto".
7002
350da6ee
DJ
70032006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7004
7005 * gdbint.texinfo (Array Containers): New section.
7006
2f1acb09
VP
70072006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7008
7009 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7010 -stack-list-arguments HIGH_FRAME argument can be larger then the
7011 actual number of frames.
7012
2ab1eb7a
VP
70132006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7014
7015 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
7016 -stack-list-locals HIGH_FRAME argument can be larger then the
7017 actual number of frames.
2ab1eb7a 7018
599b237a
BW
70192006-09-02 Bob Wilson <bob.wilson@acm.org>
7020
7021 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7022 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7023
25ab7e6d
EZ
70242006-09-02 Eli Zaretskii <eliz@gnu.org>
7025
7026 * gdbint.texinfo (Overall Structure): New section "Source Tree
7027 Structure".
7028
940178d3
JB
70292006-08-17 Jim Blandy <jimb@codesourcery.com>
7030
7031 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7032 responses.
7033
30daae6c
JB
70342006-08-08 Joel Brobecker <brobecker@adacore.com>
7035
7036 * gdb.texinfo (Source Path): Add documentation for new
7037 substitute-path commands.
7038
7fa2210b
DJ
70392006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7040
7041 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7042 (Running Configure): ...here.
7043 (Requirements): New node. Mention expat.
7044
3d00d119
DJ
70452006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7046
5ae4183a 7047 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
7048 'set download-write-size' and 'show download-write-size'.
7049
0cbfa4ee
DJ
70502006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7051
7052 * stabs.texinfo (Member Type Descriptor): Correct example for
7053 pointer to member types.
7054
16026cd7
AS
70552006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7056
7057 * gdb.texinfo (Optional warnings and messages): Add
7058 'set/show trace-commands'.
7059 (Command files): Add '-v' to source command.
7060
0876f84a
DJ
70612006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7062
7063 * gdb.texinfo (OS Information): Update qPart reference to
7064 qXfer.
7065 (Remote configuration): Likewise.
7066 (Overview): Move @cindex to the start of a paragraph. Talk
7067 about binary data encoding.
7068 (Packets): Refer to the overview for the details of the X
7069 packet encoding.
7070 (General Query Packets): Remove qPart description. Add qXfer
7071 description. Add an anchor to qSupported. Correct feature
7072 table title. Add a new feature for qXfer:auxv:read.
7073 (Interrupts): Add a missing parenthesis.
7074
2ec3381a
DJ
70752006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7076
669fac23 7077 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
7078 (GDB/MI Kod Commands): Remove commented out node.
7079
594fe323
EZ
70802006-07-01 Eli Zaretskii <eliz@gnu.org>
7081
7082 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7083 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7084 (GDB/MI Thread Commands, GDB/MI Program Execution)
7085 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7086 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7087 (GDB/MI File Commands, GDB/MI Target Manipulation)
7088 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7089 since the MI prompt is hard-wired into the code.
7090
7e3fb70c
NR
70912006-07-01 Nick Roberts <nickrob@snap.net.nz>
7092
7093 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7094 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7095 (GDB/MI Data Manipulation): Remove description of unimplemented
7096 display related commands as variable objects perform this function
7097 and are superior: -display-delete, -display-disable,
7098 -display-enable, -display-insert and -display-list. Move
7099 -environment-cd, -environment-directory, -environment-path
7100 and -environment-pwd to "Program Context".
7101 (GDB/MI Program Control): Rename to "Program Execution". Move
7102 -exec-arguments -exec-abort to...
7103 (GDB/MI Program Context): ...here. New node split from "Data
7104 Manipulation".
7105
be2a5f71
DJ
71062006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7107
7108 * gdb.texinfo (Remote configuration): Document set / show
7109 remote supported-packets.
7110 (General Query Packets): Document qSupported packet.
7111
fc320d37
SL
71122006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7113
7114 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7115 and font markup.
7116 (Protocol basics): Likewise.
7117 (The F request packet): Likewise.
7118 (The F reply packet): Likewise.
7119 (Memory transfer): Move this node to be a subsubsection of
7120 "Protocol specific representation of datatypes".
7121 (The Ctrl-C message): More copy editing.
7122 (Console I/O): Likewise.
7123 (The isatty call): Delete this node, and merge its content into
7124 the "isatty" node. Fixed references elsewhere.
7125 (The system call): Delete this node, and merge its content into
7126 the "system" node. Fixed references elsewhere.
7127 (open): Reformat to use @table, and add appropriate font markup.
7128 (close): Likewise.
7129 (read): Likewise.
7130 (write): Likewise.
7131 (lseek): Likewise.
7132 (rename): Likewise.
7133 (unlink): Likewise.
7134 (stat/fstat): Likewise.
7135 (gettimeofday): Likewise.
7136 (isatty): Likewise.
7137 (system): Likewise, plus minor changes to fix confusing wording.
7138 (Integral datatypes): Fix font markup.
7139 (Pointer values): Likewise.
7140 (struct stat): Fix markup to use @table, plus minor copy editing.
7141 (struct timeval): Fix font markup, plus minor copy editing.
7142 (Constants): Minor copy editing.
7143 (Errno values): Add font markup.
7144 (File-I/O Examples): Likewise.
7145
158fdf5c
NR
71462006-06-10 Nick Roberts <nickrob@snap.net.nz>
7147
7148 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7149 (GDB/MI Simple Examples): Move node up one level. Use real
7150 examples.
7151 (GDB/MI Compatibility with CLI): Update.
7152 (GDB/MI Result Records): Add "connected" and "exit" result
7153 classes.
7154 (GDB/MI Stream Records): Clarify target output.
7155 (GDB/MI Command Description Format): Modify example description.
7156 (GDB/MI Breakpoint Table Commands): Rename to...
7157 (GDB/MI Breakpoint Commands): ...this
7158 (GDB/MI Breakpoint Commands): Add optional thread field.
7159 (GDB/MI Program Control): Add an introduction. Move "Program
7160 termination" examples into exec-run description.
7161 (GDB/MI File Commands): Mention similar CLI commands.
7162 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7163 is similar to "-gdb-version".
7164
ddb50cd7
EZ
71652006-06-09 Eli Zaretskii <eliz@gnu.org>
7166
7167 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7168
2aef0d6b
NR
71692006-06-02 Nick Roberts <nickrob@snap.net.nz>
7170
7171 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7172 sourceware.org for mailing lists.
d5e40d59 7173 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 7174
383a5c52
NR
71752006-06-01 Nick Roberts <nickrob@snap.net.nz>
7176
d5e40d59 7177 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 7178
e16b02ee
EZ
71792006-05-22 Eli Zaretskii <eliz@gnu.org>
7180
7181 * gdb.texinfo (Cygwin Native): Fix last change.
7182
be90c084
CF
71832006-05-22 Christopher Faylor <cgf@timesys.com>
7184
7185 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7186
347ceba5
NR
71872006-05-15 Nick Roberts <nickrob@snap.net.nz>
7188
7189 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7190 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7191
369af7bd
DJ
71922006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7193
7194 * gdb.texinfo (General Query Packets): Recommend not starting
7195 new packets with qC and clarify.
7196
2ffdbde8 71972006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
7198
7199 * gdb.texinfo (M2 Types): New section.
72019c9c 7200
16d1a084
DJ
72012006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7202
7203 * agentexpr.texi: Add a copyright and license notice.
7204 * observer.texi: Likewise, with GPL clause for function prototypes.
7205 Remove trailing whitespace.
7206
aa56d27a
JB
72072006-05-05 Jim Blandy <jimb@codesourcery.com>
7208
7209 * gdb.texinfo (General Query Packets): Document conventions for
7210 terminating packet names, and their violations.
7211
5bdf8622
DJ
72122006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7213
7214 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7215 * gdb.texinfo: Likewise.
7216
605a56cb
DJ
72172006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7218
7219 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7220 and "show remotedebug".
7221 (Debugging Output): Add additional index entries.
7222
b8db102d
MS
72232006-04-27 Michael Snyder <msnyder@redhat.com>
7224
7225 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7226
c5e30d01
AC
72272006-04-22 Andrew Cagney <cagney@redhat.com>
7228
7229 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7230 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7231
8181d85f
DJ
72322006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7233
7234 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7235 and remove breakpoint prototypes.
7236 (Watchpoints): Move description of target_insert_hw_breakpoint and
7237 target_remove_hw_breakpoint ...
7238 (Breakpoints): ... to here. Document target_insert_breakpoint and
7239 target_remove_breakpoint.
7240
4f553f88
JB
72412006-04-17 Jim Blandy <jimb@codesourcery.com>
7242
7243 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7244 and C packets are optional.
7245
cd852561
FR
72462006-04-14 Frederic Riss <frederic.riss@st.com>
7247
7248 * gdb.texinfo (Specifying source directories): Update the description
7249 of the source file search to reflect the fact that the source path
7250 always contains at least $cdir and $cwd.
7251
b620eb07
MS
72522006-03-31 Michael Snyder <msnyder@redhat.com>
7253
7254 * gdb.texinfo: Update copyright dates.
7255
3156cdaf
EZ
72562006-03-31 Eli Zaretskii <eliz@gnu.org>
7257
7258 * gdb.texinfo (Overview): Add an index entry to "empty response".
7259
7d30c22d
JB
72602006-03-28 Jim Blandy <jimb@codesourcery.com>
7261
7262 * gdbint.texinfo (Prologue Analysis): New section.
7263
86941c27
JB
72642006-03-07 Jim Blandy <jimb@red-bean.com>
7265
66b8c7f6
JB
7266 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7267
1a10341b
JB
7268 * gdb.texinfo (Target Commands): Update text describing how to
7269 specify a target. Refer to the detailed section on remote
7270 debugging, not the brief mention.
7271
86941c27
JB
7272 * gdb.texinfo (Connecting): Organize the different 'target remote'
7273 connection methods into a table. Add a 'target remote' index
7274 entry. (!!!)
7275
62f3a2ba
FF
72762006-02-17 Fred Fish <fnf@specifix.com>
7277
7278 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7279 'ptype' commands to reflect the fact that the only significant
7280 difference between them is that ptype prints the complete type
7281 description instead of just the name.
7282
8b9a88ea
WZ
72832006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7284
7285 * gdbint.texinfo (Watchpoints): Delete
7286 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7287
7e8dc855
NR
72882006-02-10 Nick Roberts <nickrob@snap.net.nz>
7289
7290 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7291 times fields where needed. Fix typos. Update general form given
7292 for output of -break-insert.
7293 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7294
c91d38aa
DJ
72952006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7296
7297 * gdbint.texinfo (Symbol Handling): Add a section
7298 on memory management.
7299
38fcd64c
DJ
73002006-02-06 Vladimir Prus <ghost@cs.msu.su>
7301
7302 * gdb.texinfo (Breakpoint table commands): Document the fullname
7303 field in -break-list output.
7304
219eec71
EZ
73052006-02-03 Eli Zaretskii <eliz@gnu.org>
7306
7307 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7308 debugging information produced by the various "set debug..."
7309 options.
7310
ae5a43e0
DJ
73112006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7312
7313 * gdb.texinfo (Files): Remove obsolete bits from the description
7314 of "symbol-file".
7315
a9f158ec
JB
73162006-01-25 Jim Blandy <jimb@redhat.com>
7317
7318 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7319
410dd08e
JB
73202006-01-24 Jim Blandy <jimb@redhat.com>
7321
7322 * gdbint.texinfo (Frames): Document the basics of GDB's register
7323 unwinding model, and explain the existence of the "sentinel" frame.
7324
4b505b12
AS
73252006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7326
7327 * gdb.texinfo (Choosing files): Mention that -directory is used
7328 for script files.
7329 (Specifying source directories): Likewise.
7330 (Command files): Explain how script files are found.
7331
839c27b7
EZ
73322006-01-21 Eli Zaretskii <eliz@gnu.org>
7333
7334 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7335 the threads in a multi-threaded program.
7336 (Threads): The threadno argument of "thread apply" can be a range
7337 of numbers.
7338
7be93b9e
JB
73392006-01-18 Jim Blandy <jimb@redhat.com>
7340
7341 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7342 of warning flags.
7343
fcc73fe3
EZ
73442006-01-13 Eli Zaretskii <eliz@gnu.org>
7345
7346 * gdb.texinfo (Sequences): Improve menu annotations.
7347 (Define): Add index entries for arguments of user-defined
7348 commands. Move the description of flow-control commands...
7349 (Command Files): ...to here. Document loop_break and
7350 loop_continue.
ca91424e
EZ
7351 (Define, Command Files): Document `end' and add index entries for
7352 it.
fcc73fe3 7353
5c95884b
MS
73542006-01-04 Michael Snyder <msnyder@redhat.com>
7355
7356 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 7357 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 7358
860701dc
PH
73592006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7360
7361 * gdb.texinfo (Omissions from Ada): Document that there is now
7362 limited aggregate support.
7363
36b80e65
EZ
73642005-12-28 Eli Zaretskii <eliz@gnu.org>
7365
7366 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7367 registers and the likes.
7368
c1468174
EZ
73692005-12-24 Eli Zaretskii <eliz@gnu.org>
7370
7371 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7372 (Symbols): Fix usage of "e.g.".
359df76b 7373 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
7374
7375 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7376 (Coding): Fix usage of "e.g.".
7377
c02a867d
EZ
73782005-12-23 Eli Zaretskii <eliz@gnu.org>
7379
5ae4183a
AS
7380 * stabs.texinfo:
7381 * refcard.tex:
c02a867d 7382 * gpl.texi:
5ae4183a
AS
7383 * gdbint.texinfo:
7384 * gdb.texinfo:
7385 * gdb-cfg.texi:
c02a867d 7386 * fdl.texi:
5ae4183a
AS
7387 * annotate.texinfo:
7388 * all-cfg.texi:
c02a867d
EZ
7389 * Makefile.in: Add (C) after Copyright. Update the FSF
7390 address.
7391
fad38dfa
EZ
73922005-12-03 Eli Zaretskii <eliz@gnu.org>
7393
7394 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7395 extend GDB with commands for external monitor.
7396
53e5f3cf
AS
73972005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7398
7399 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7400
55f6ca0f
JB
74012005-11-25 Joel Brobecker <brobecker@adacore.com>
7402
7403 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7404
c1947b85
JB
74052005-11-21 Jim Blandy <jimb@redhat.com>
7406
7407 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7408 placement of 'R' actions in tracepoint action packets; document
7409 dependence of 'X' and 'M' actions on a preceding 'R' action for
7410 their registers.
7411
9d29849a
JB
74122005-11-19 Jim Blandy <jimb@redhat.com>
7413
7414 * gdb.texinfo (Tracepoint Packets): New node.
7415 (General Query Packets): Add entries for the tracepoint packets,
7416 referring to the "Tracepoint Packets" node.
7417 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 7418
9a6253be
KB
74192005-11-18 Kevin Buettner <kevinb@redhat.com>
7420
7421 * gdb.texinfo (set remotebreak): Add anchor.
7422 (X packet): Likewise.
7423 (Remote Protocol): Add new section `Interrupts' and new index
7424 entry `interrupts (remote protocol)'.
7425
5f3bebba
JB
74262005-11-18 Jim Blandy <jimb@redhat.com>
7427
7428 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7429 entries into the General Query Packets section. Add a
7430 cross-reference to that section. Drop description of replies, as
7431 these are covered in the descriptions of each packet.
7432 (General Query Packets): Add introductory text. Explain naming
7433 conventions, and how the end of a name is recognized.
7434
9a7a1b36
KB
74352005-11-17 Kevin Buettner <kevinb@redhat.com>
7436
0564b6cf 7437 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
7438 "set remotebreak" command.
7439
b8ff78ce
JB
74402005-11-16 Jim Blandy <jimb@redhat.com>
7441
7442 * gdb.texinfo (Packets, Stop Reply Packets)
7443 (General Query Packets): Various formatting cleanups.
7444 - Use @samp for packet contents.
7445 - Drop summaries from packet @item lines; the same information appears
7446 immediately below in the description.
7447 - Delete paragraph breaks after packet @item commands, so that the
7448 description appears directly to the right of the packet prototype
7449 in the printed manual, if it fits.
7450 - Place spaces in packet prototypes between @vars and non-@var
7451 letters, and explain that they're just for formatting.
7452 - Use @dots{} instead of '...'.
7453 - Fix uses of @code where @var was needed.
7454 - Replace "deprecated" markers with English text spelling out the
7455 packet's status and the preferred alternatives.
7456 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7457 what this ever meant.
7458 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7459 this for a long time.
7460 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7461 implemented several times, and have been in use for years.
7462
8ffe2530
JB
74632005-11-15 Jim Blandy <jimb@redhat.com>
7464
c43c5473
JB
7465 * gdb.texinfo (Packets): Add index entries for 'm' packet
7466 disclaimers.
5ae4183a 7467
fb031cdf
JB
7468 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7469 of stub when processing an 'm' packet.
7470
8ffe2530
JB
7471 * gdb.texinfo (Packets): Mention that packets beginning with
7472 letters are reserved once, at the top, instead of actually listing
7473 them all and saying "reserved".
7474
c03c782f
AS
74752005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7476
7477 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7478 Change @var{$arg0 to @code{$arg0.
7479
814e32d7
WZ
74802005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7481
7482 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7483
fa93a9d8
JB
74842005-11-12 Jim Blandy <jimb@redhat.com>
7485
7486 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7487 order. Remove extraneous 'z'.
7488
8a5a3c82
AS
74892005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7490
7491 * gdb.texinfo (Choosing files): Add --eval-command.
7492
4b0ad762
AS
74932005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7494
7495 * gdb.texinfo (Choosing modes): Add --return-child-result.
7496
7497
1a088d06
AS
74982005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7499
7500 * gdb.texinfo (Choosing modes): Add --batch-silent.
7501
656d5e12
EZ
75022005-10-28 Eli Zaretskii <eliz@gnu.org>
7503
7504 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7505 "The -var-update Command".
7506
3c9c013a
JB
75072005-10-03 Joel Brobecker <brobecker@adacore.com>
7508
7509 * gdb.texinfo (Print Settings): Add documentation for set/show
7510 print array-indexes.
7511
7ba3cf9c
DJ
75122005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7513
7514 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7515 6.2 and 6.3.
7516
a94ab193
EZ
75172005-08-27 Eli Zaretskii <eliz@gnu.org>
7518
7519 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7520 since 19-Jan-2004.
7521 (Files): Likewise.
ab1adacd
EZ
7522 (Variables, Symbols): Document the "<incomplete type>" message and
7523 its reasons.
a94ab193 7524
ca06016a
FF
75252005-08-01 Fred Fish <fnf@specifix.com>
7526
7527 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7528
cf58170d
NR
75292005-07-15 Nick Roberts <nickrob@snap.net.nz>
7530
7531 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7532 option for -var-list-children and -var-update.
7533 (GDB/MI Stack Manipulation): Simplify description of
7534 print-values option for -stack-list-locals.
7535 (GDB/MI Command Description Format): Clarify.
7536 (Mode Options): Spelling of superseded.
7537
38f1196a
BR
75382005-07-12 Bob Rossi <bob@brasko.net>
7539
7540 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7541 corresponding GDB command comment.
7542
3cb3b8df
BR
75432005-07-06 Bob Rossi <bob@brasko.net>
7544
7545 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7546 and -inferior-tty-show.
7547 (Input/Output): Document "set/show inferior-tty" and tty alias.
7548
10fac096
NW
75492005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7550
7551 * gdb.texinfo (Packets): Change description of 'D' packet to note
7552 that GDB does wait for a response.
7553
d1b6db76
NR
75542005-06-22 Nick Roberts <nickrob@snap.net.nz>
7555
7556 * gdb.texinfo (History) Rename "Command History".
7557 (Command History): Move node "Server Prefix" from section on
7558 Annotations here.
7559
29629dcf
NR
75602005-06-19 Nick Roberts <nickrob@snap.net.nz>
7561
7562 * gdb.texinfo (GDB/MI Stack Manipulation):
7563 Re-instate -stack-info-frame with example. Say that it gets
7564 info on selected frame, not current frame.
7565
397ca115
EZ
75662005-06-18 Eli Zaretskii <eliz@gnu.org>
7567
7568 * gdb.texinfo (Server): Clarify that `file' should be used before
7569 connecting to the server.
7570 (Files): Add an xref to the above description.
51274035
EZ
7571 (Output Formats): More detailed description of the `c' format.
7572 (Memory): List explicitly all the formats supported by `x'.
638ac427 7573 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 7574 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
7575 files. Add more indexing for solib-absolute-prefix and
7576 --with-sysroot.
76d17f34
EZ
7577 (Machine Code): Document possible problems with locations in
7578 shared libraries.
d416eeec
EZ
7579 (Backtrace): Document that free-standing environments do not need
7580 to have a `main' function.
397ca115 7581
74f6deaa
NR
75822005-06-18 Nick Roberts <nickrob@snap.net.nz>
7583
7584 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7585 -stack-info-frame.
7586
a9967aef
AC
75872005-06-07 Andrew Cagney <cagney@gnu.org>
7588
7589 * gdb.texinfo (Contributors): Note the original multi-arch
7590 contributors.
7591
e09f16f9
EZ
75922005-06-03 Eli Zaretskii <eliz@gnu.org>
7593
7594 * gdb.texinfo (Registers): Add index entries for the standard
7595 registers.
7596 (Frames): Add cross-reference from frame pointer description to
7597 the Registers node.
7598 (Annotations Overview): Fix the reference to GDB name.
7599
d87ba7ee
EZ
76002005-06-01 Eli Zaretskii <eliz@gnu.org>
7601
7602 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7603 can-use-hw-watchpoints.
7604
034dad6f
BR
76052005-05-28 Bob Rossi <bob@brasko.net>
7606
7607 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7608 the possible reasons why an exec async record would be returned to FE.
7609
ffed4509
AC
76102005-05-26 Andrew Cagney <cagney@gnu.org>
7611
7612 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7613 Andrew Cagney implemented the original GDB/MI.
7614
e22e55c9
OF
76152005-05-23 Orjan Friberg <orjanf@axis.com>
7616
7617 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7618 documentation. Add documentation for cris-mode.
7619
a78e13ce
EZ
76202005-05-20 Eli Zaretskii <eliz@gnu.org>
7621
7622 * gdb.texinfo (Numbers): Explain the example and make the wording
7623 more acurate.
7624
76ff342d
DJ
76252005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7626 Dennis Brueni <dennis@slickedit.com>
7627
7628 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7629 (GDB/MI Data Manipulation, GDB/MI Program Control)
7630 (GDB/MI Stack Manipulation): Update examples to include the fullname
7631 attribute in stack frames.
7632
119b882a
EZ
76332005-05-12 Eli Zaretskii <eliz@gnu.org>
7634
7635 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7636 do with other non-standard names of init files.
7637
6fc08d32
EZ
76382005-05-11 Eli Zaretskii <eliz@gnu.org>
7639
7640 * gdb.texinfo (Command Files): Move the description of the startup
7641 from here...
7642 (Startup): ...to this new subsection of the Invocation chapter.
7643 Rearrange the description of init files more logically and add a
7644 cross-reference to "Command Files". Document the special gdbinit
7645 name for CISCO 68k. Expand the description of what GDB does
7646 during startup.
7647 (History): Add index entry for HISTSIZE.
7648
a561754a
MK
76492005-05-02 Mark Kettenis <kettenis@gnu.org>
7650
7651 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7652
2eecc4ab
EZ
76532005-05-02 Eli Zaretskii <eliz@gnu.org>
7654
7655 * gdb.texinfo (SVR4 Process Information, The isatty call)
7656 (The system call): Don't use foo(N) notation for man pages and
7657 functions.
514c4d71 7658 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 7659
18999be5
EZ
76602005-04-27 Eli Zaretskii <eliz@gnu.org>
7661
7662 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7663 were optimized away.
7664
0abb7bc7
EZ
76652005-04-22 Eli Zaretskii <eliz@gnu.org>
7666
7667 * gdb.texinfo (Remote configuration): Document "set/show
7668 get-thread-local-storage-address". Add cross-reference to the
7669 description of the qGetTLSAddr packet.
7670 (General Query Packets): Mention "set remote
7671 get-thread-local-storage-address" and add a reference to its
7672 description.
7673
6f61acb1
NR
76742005-04-19 Nick Roberts <nickrob@snap.net.nz>
7675
7676 * gdb.texinfo (Backtrace): Describe 'bt full'.
7677
9d59903a
NR
76782005-04-17 Nick Roberts <nickrob@snap.net.nz>
7679
7680 * gdb.texinfo (Mode Options): Fix typo.
7681 (GDB/MI): Describe how to invoke GDB/MI.
7682
721c2651
EZ
76832005-04-16 Eli Zaretskii <eliz@gnu.org>
7684
7685 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 7686 references changed. Add description of "info udot".
721c2651
EZ
7687 (Files): Document "set/show stop-on-solib-events".
7688 (M32R/D): Document "set/show download-path", "set/show
7689 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
7690 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7691 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
7692 (Maintenance Commands): Improve indexing.
7693 (Target Commands): Document "set/show hash", "set/show debug
7694 monitor".
7695 (SVR4 Process Information): Document "info pidlist" and "info
7696 meminfo". Document "set/show procfs-tarce" and "set/show
7697 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7698 (Symbols, The Print Command with Objective-C): Improve indexing.
7699 (Objective-C): Add references to "info classes" and "info
7700 selectors".
c45da7e6
EZ
7701 (Debugging Output): Improve wording. Document "set/show debug
7702 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
7703 (Set Breaks): Add index entry for "hardware breakpoints".
7704 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7705 and "set/show usehardbreakpoints".
7706 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7707 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
7708 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7709 rdiromatzero", "set/show rdiheartbeat".
7710 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7711 "sds".
7712 (Embedded Processors): Document the "sim" command.
7713 (Remote): Document the "remote" command.
7714 (DJGPP Native): Document the "info serial" command.
7715 (Threads): Document "maint info sol-threads".
7716 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7717 (Set Breaks): Improve indexing.
7718 (Command Syntax): Add a reference to dont-repeat.
7719 (Define): Document "dont-repeat".
7720 (TUI Commands): Document "tabset".
7721 (WinCE): New subsection. Document "set/show remotedirectory",
7722 "set/show remoteupload", "set/show remoteaddhost".
721c2651 7723
14d6dd68
EZ
77242005-04-15 Eli Zaretskii <eliz@gnu.org>
7725
7726 * gdb.texinfo (Hurd Native): New subsection, documents
7727 Hurd-specific commands.
a64548ea 7728 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 7729 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
7730 (MIPS): Improve documentation of heuristic-fence-post. Document
7731 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7732 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7733 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 7734 (ARM): Document ARM-specific commands.
a64548ea
EZ
7735 (AVR): New section. Document "info io_registers".
7736 (CRIS): New section. Document "set/show cris-version" and
7737 "set/show cris-dwarf2-cfi".
7738 (HPPA): New section. Document "set/show debug hppa" and "maint
7739 print unwind".
a5adf40f 7740 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 7741 (Super-H): New section. Document the "regs" command.
721c2651 7742 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 7743
9c16f35a
EZ
77442005-04-09 Eli Zaretskii <eliz@gnu.org>
7745
7746 * gdb.texinfo (Print Settings): Document "set/show print
7747 pascal_static-members", "set print repeats", "show print
7748 null-stop". Improve indexing. Fix documentation of "set print
7749 union".
7750 (Pascal): New section.
7751 (Supported languages): Rename from "Support"; all references
7752 updated. Add a menu item for Pascal.
7753 (Numbers): Document "set radix.
7754 (Screen Size): Document "set/show pagination".
7755 (MIPS Embedded): Remove "set processor" documentation.
7756 (Remote configuration): Document "set/show X/P/Z-packet",
7757 "set/show read-aux-vector-packet", "set/show remote
7758 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7759 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7760 remotedebug", "set/show remotebreak", "set/show remotedevice",
7761 "set/show remotelogfile".
7762 (Auxiliary Vector): Add reference to the description of the
7763 read-aux-vector-packet setting.
7764 (Set Watchpoints): Add a cross-reference to "set remote
7765 hardware-breakpoint-limit".
7766 (General Query Packets): Add indexing of requests and
7767 cross-references to related commands in "Remote configuration".
7768 (File-I/O Overview, The system call): Fix wording and typos.
7769 (Thread Stops): Add index entries.
7770 (Continuing and Stepping): Document "show step-mode".
7771 (i386): New node. Document "set/show struct-convention".
7772 (Files): Document "show trust-readonly-sections".
7773 (Calling): Document "set/show unwindonsignal".
7774 (Messages/Warnings): Add index entries.
7775 (Maintenance Commands): Document "set/show watchdog".
7776 (Annotations Overview): Document "show annotate".
7777 (Set Watchpoints): Add index entries.
7778 (Symbols): Fix doc of case-sensitive.
7779 (ABI): Document "show coerce-float-to-double".
7780 (Convenience Vars, Help): Improve indexing.
7781 (Machine Code): Document "show disassembly-flavor".
7782 (Debugging C plus plus): Document "show overload-resolution".
7783 (Value History, Signaling): Add index entries.
7784
77852005-04-08 Eli Zaretskii <eliz@gnu.org>
7786
7787 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7788 (Processes): Fix wording.
7789 (History, List, Logging output, Define, Symbols, Print Settings):
7790 Improve indexing.
7791
a8f24a35
EZ
77922005-04-03 Eli Zaretskii <eliz@gnu.org>
7793
7794 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7795 redundant index entry for "target" command.
7796 (Backtrace): Add index entries.
7797 (Symbols, Fortran): Document the "set case-sensitive" command.
7798 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7799 (Print Settings): Add index entry for "set demangle-style".
7800 (Target Commands): Document "set download-write-size".
7801 (Debugging Output): Document "set exec-done-display".
7802
09d4efe1
EZ
78032005-04-02 Eli Zaretskii <eliz@gnu.org>
7804
7805 * gdb.texinfo (Files): Fix the name and documentation of
7806 add-shared-symbol-files. Document its alias assf. Update the
7807 list of OSs where GDB supports shared libraries. Fix markup.
7808 (Continuing and Stepping): Add reference to @var{location} in the
7809 text.
7810 (Dump/Restore Files): Fix reference to @{filename}.
7811 (Help): Fix wording.
7812 (Attach): Ditto.
7813 (Set Watchpoints): Ditto.
7814 (Backtrace): Remove redundant index entries. Improve index
7815 entries.
7816 (Delete Breaks): Fix wording.
7817 (Memory): Document the compare-sections command.
7818 (Memory Region Attributes): Improve wording.
7819 (Disabling): Improve wording.
7820 (Fortran): New subsection. Document the "info common" command.
7821 (Help): Document aliases "info copying" and "info warranty".
7822 (Caching Remote Data): New section. Document the "set/show
7823 remotecache" and "info dcache" commands.
7824 (Show): Fix wording of the documentation of the "set
7825 extension-language" command.
7826 (Signals): Add index entry for "info handle".
7827 (Memory Region Attributes): Fix punctuation.
7828 (Symbols): Change the arg name to "location" and refer to it in
7829 the text. Fix wording of "info types" doc.
7830 (Threads): Fix usage of @enumerate @item's.
7831 (Listing Tracepoints): Add index entry for "info tp".
7832 (Set Watchpoints): Add xref to "info break" description.
7833 (Macros): Add an index entry for "macro exp1". Document the
7834 "macro list" command.
7835 (Maintenance Commands): Document "flushregs", "maint agent",
7836 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7837 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7838 "maint print architecture", "maint print objfiles", "maint print
7839 statistics", "maint print type", "maint show-debug-regs", "maint
7840 space", "maint time", and "maint translate-address".
7841 (Connecting): Document the "monitor" command.
7842 (Annotations Overview): Describe the "set annotate" command.
7843
82f2d802
EZ
78442005-04-01 Eli Zaretskii <eliz@gnu.org>
7845
7846 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7847 Rearrange index entries and improve wording about support for
7848 hardware watchpoints.
7849
7d51c7de
BR
78502005-03-10 Bob Rossi <bob@brasko.net>
7851
7852 * gdb.texinfo: Update copyright
7853
68c71a2e
TR
78542005-02-09 Theodore A. Roth <troth@openavr.org>
7855
7856 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7857 error.
7858
83761cbd
KB
78592005-02-03 Kevin Buettner <kevinb@redhat.com>
7860
7861 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7862
9f1c6395
MS
78632005-01-17 Michael Snyder <msnyder@redhat.com>
7864
7865 * gdb.texinfo: Fix spelling, infinte -> infinite.
7866
fbd1b305
MK
78672005-01-08 Mark Kettenis <kettenis@gnu.org>
7868
7869 * observer.texi (GDB Observers): Document "solib_loaded".
7870
3ace7edb
AC
78712005-01-07 Andrew Cagney <cagney@gnu.org>
7872
bec39cab
AC
7873 * configure.ac: Rename configure.in, require autoconf 2.59.
7874 * configure: Re-generate.
7875
3ace7edb
AC
7876 * configure.in: Replace configdirs with multiple references to
7877 AC_CONFIG_SUBDIRS.
7878 * configure: Re-generate.
5ae4183a 7879
53531fc1
AC
78802005-01-04 Andrew Cagney <cagney@gnu.org>
7881
7882 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7883 part of the version number.
7884
536ffdb7
MK
78852004-12-24 Mark Kettenis <kettenis@gnu.org>
7886
7887 * gdbint.texinfo (Algorithms): Remove description of
7888 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7889
e1aac25b
JB
78902004-12-07 Jim Blandy <jimb@redhat.com>
7891
7892 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7893 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7894 numbers.
7895
f47b1503
AS
78962004-12-07 Andreas Schwab <schwab@suse.de>
7897
7898 * gdb.texinfo (Mode Options): Document -l option.
7899
b6b8ece6
EZ
79002004-12-04 Eli Zaretskii <eliz@gnu.org>
7901
7902 * gdbint.texinfo (Algorithms): More accurate description of
7903 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7904 is not needed unless data-read and data-access watchpoints are
7905 supported. Add a description of how GDB checks whether the
7906 inferior stopped because a watchpoint was hit.
7907
01371747
EZ
79082004-11-23 Eli Zaretskii <eliz@gnu.org>
7909
7910 * gdb.texinfo (Files): Add cross-reference to description of
7911 -readnow command-line switch.
7912
2315ffec
RC
79132004-11-10 Randolph Chung <tausq@debian.org>
7914
7915 * gdb.texinfo: Document set/show backtrace past-entry commands.
7916 Rearrange index entries for set/show backtrace past-main.
7917
69065f5d
AC
79182004-11-10 Jon Beniston <jon@beniston.com>
7919
7920 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
7921 * gdb.texinfo (Remote Serial Protocol): Further describe
7922 binary transfer escaping mechanism .
69065f5d 7923
30e91e0b
RC
79242004-11-08 Randolph Chung <tausq@debian.org>
7925
7926 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7927 and "show debug infrun". Add index entries.
7928
60bf7e09
EZ
79292004-10-23 Eli Zaretskii <eliz@gnu.org>
7930
7931 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7932 "info proc" that are already implemented. Add index entries.
7933 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
7934 (Files): Add a tip for decreasing memory used for symtabs from
7935 shared libraries.
f018e82f
EZ
7936 (Starting): Fix whitespace; make "elaboration" stand out where it
7937 is first used, and add an index entry for the term.
f8568604
EZ
7938 (Calling): Expand and elaborate text. Add "print". Add the
7939 description of problems with weak aliases.
384ee23f 7940 (Core File Generation): New section.
60bf7e09 7941
d52fe014
AC
79422004-10-12 Andrew Cagney <cagney@gnu.org>
7943
7944 * gdbint.texinfo (Versions and Branches): New chapter.
7945 (Releasing GDB): Delete "Versions and Branches" section.
7946 (Top): Add "Versions and Branches".
7947
703663ab
EZ
79482004-10-08 Eli Zaretskii <eliz@gnu.org>
7949
7950 * gdb.texinfo (Editing, History): Add cross-references to the
7951 included Readline and History user documentation. Remove
7952 references to the symbol have-readline-appendices which is unused
7953 and undefined.
7954 (History): Fix indexing.
7955
ac77d04f
JJ
79562004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7957
7958 * gdbint.texinfo (target_stopped_data_address): Update to
7959 new prototype.
7960 (i386_stopped_data_address): Update prototype and description.
7961 (i386_stopped_by_watchpoint): New function and description.
7962
e07c999f
PH
79632004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7964
7965 * gdb.texinfo (Filenames): Add Ada suffixes.
7966 (Ada) New section.
7967
2e868123
AC
79682004-09-27 Andrew Cagney <cagney@gnu.org>
7969 Robert Picco <Robert.Picco@hp.com>
7970
7971 * gdb.texinfo (Packets): Document the "p" packet.
7972
02a57714
JM
79732004-09-21 Jason Molenda (jmolenda@apple.com)
7974
7975 * gdb.texinfo (Paths and Names of the Source Files): Document the
7976 meaning of values in the 'desc' field of a SO stab.
7977
ae038cb0
DJ
79782004-09-20 Daniel Jacobowitz <dan@debian.org>
7979
7980 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7981 max-cache-age" and "maint show dwarf2 max-cache-age".
7982
f7dc1244
EZ
79832004-09-16 Eli Zaretskii <eliz@gnu.org>
7984
7985 * gdb.texinfo (Set Breaks): Add index entry for setting
7986 breakpoints on overloaded C++ functions that are not members of
7987 any classes. Add an example and an index entry for setting
7988 breakpoints on all program functions.
7989 (Character Sets, Macros, Overlay Commands)
7990 (Non-debug DLL symbols, GDB/MI Output Syntax)
7991 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7992 Use "(@value{GDBP})" instead of a literal "(gdb)".
7993
f810308b
AC
79942004-09-12 Andrew Cagney <cagney@gnu.org>
7995
7996 * gdbint.texinfo (Native Debugging): Delete description of
7997 FILES_INFO_HOOK.
7998
15a661f3
PH
79992004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8000
5ae4183a
AS
8001 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8002 to hex_string_custom (not historically correct, but more
15a661f3
PH
8003 understandable, given the current code).
8004
f3219c75
AC
80052004-09-03 Andrew Cagney <cagney@gnu.org>
8006
8007 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8008
f3bb6704
JJ
80092004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8010
8011 * observer.texi (solib_unloaded): New observer.
8012
8d2c00cb
AC
80132004-08-24 Andrew Cagney <cagney@gnu.org>
8014
8015 * gdbint.texinfo (Target Architecture Definition): Add missing
8016 comma.
8017
e7dc800a
MC
80182004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8019
8020 * (Using the Testsuite): build != host is supported,
8021 but some test scripts do not support build != host.
8022
73b03683
MK
80232004-08-14 Mark Kettenis <kettenis@gnu.org>
8024
8025 * gdbint.texinfo (Host Definition): Delete description of
8026 FCLOSE_PROVIDED and GETENV_PROVIDED.
8027
c0ccb908
MK
80282004-08-05 Mark Kettenis <kettenis@chello.nl>
8029
8030 * gdbint.texinfo (Host Definition): Delete description of
8031 NO_SYS_FILE.
8032 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8033 PTRACE_FP_BUG.
8034
9c8dbfa9
AC
80352004-08-05 Andrew Cagney <cagney@gnu.org>
8036
8037 * gdbint.texinfo (Target Architecture Definition): Delete
8038 reference to deprecated_read_fp.
8039
f42accbe
AC
80402004-08-02 Andrew Cagney <cagney@gnu.org>
8041
8042 * gdbint.texinfo (Target Architecture Definition): Delete
8043 description of DEPRECATED_REGISTER_BYTES.
8044
0b66e38c
EZ
80452004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8046
8047 * gdb.texinfo (Source Path): Document the new behavior of
8048 searching for the source files.
8049
15387254
EZ
80502004-07-17 Eli Zaretskii <eliz@gnu.org>
8051
8052 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8053 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8054 (Auto Display): Improve indexing.
8055
2c07db7a
AC
80562004-07-16 Andrew Cagney <cagney@gnu.org>
8057
8058 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8059 "-noasync".
8060
4644b6e3
EZ
80612004-07-09 Eli Zaretskii <eliz@gnu.org>
8062
8063 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8064 have the same prefix have only their prefix in the index.
8065
7561d450
MK
80662004-07-03 Mark Kettenis <kettenis@gnu.org>
8067
8068 * gdb.texinfo (BSD libkvm Interface): New node (section)
8069 (Native): Add it to the menu.
8070
67bebe79
MK
80712004-07-01 Mark Kettenis <kettenis@gnu.org>
8072
8073 * gdbint.texinfo (Target Architecture Definition): Remove
8074 PCC_SOL_BROKEN.
8075
1a6923e0
MK
80762004-06-24 Mark Kettenis <kettenis@gnu.org>
8077
8078 * gdbint.texinfo (Target Architecture Definition): Remove
8079 SUN_FIXED_LBRAC_BUG.
8080
b435e160
AC
80812004-06-26 Andrew Cagney <cagney@gnu.org>
8082
8083 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8084
b5622e8d
AC
80852004-06-20 Andrew Cagney <cagney@gnu.org>
8086
8087 * gdbint.texinfo (Target Architecture Definition): Deprecate
8088 USE_STRUCT_CONVENTION.
8089
e0c07bf0
MC
80902004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8091
8092 gdb.texinfo (Bug Reporting): Mention session recording,
8093 with the script command or Emacs.
8094
782263ab
AC
80952004-06-18 Andrew Cagney <cagney@gnu.org>
8096
8097 * gdbint.texinfo (Target Architecture Definition): Deprecate
8098 FUNCTION_START_OFFSET.
8099
03727ca6
AC
81002004-06-14 Andrew Cagney <cagney@gnu.org>
8101
8102 Based on changes from Karl Berry.
8103 * gdb.texinfo: Do not use @sc in a direntry.
8104 * stabs.texinfo: Change @dircateogry to "Software development".
8105 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8106
97092415
AC
81072004-06-13 Andrew Cagney <cagney@gnu.org>
8108
8109 * gdbint.texinfo (Target Architecture Definition): Delete
8110 description of RETURN_VALUE_ON_STACK.
8111
1f6d4158
AC
81122004-06-09 Andrew Cagney <cagney@gnu.org>
8113
8114 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8115 deleted by previous patch.
8116
d966f0cb
AC
81172004-06-08 Andrew Cagney <cagney@gnu.org>
8118
8119 * gdbint.texinfo (Native Debugging): Delete documentation on
8120 ATTACH_DETACH.
8121
86fe4aaa
RC
81222004-06-06 Randolph Chung <tausq@debian.org>
8123
8124 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8125
d4b6d575
RC
81262004-06-06 Randolph Chung <tausq@debian.org>
8127
5ae4183a 8128 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
8129 the new push_dummy_call method signature. Describe the function
8130 argument.
8131
4e8b0763
JB
81322004-05-24 Joel Brobecker <brobecker@gnat.com>
8133
8134 * gdb.texinfo (Starting): Document new start command.
8135
59caf092
AC
81362004-05-21 Andrew Cagney <cagney@redhat.com>
8137
8138 * observer.texi (GDB Observers): Document "inferior_created".
8139
e4a2df64
AC
81402004-05-08 Andrew Cagney <cagney@redhat.com>
8141
e6b55ae2
AC
8142 * gdbint.texinfo (Target Architecture Definition): Delete
8143 description of DO_DEFERRED_STORES.
8144
28954179
AC
8145 * gdbint.texinfo (Target Architecture Definition): Delete
8146 references to DEPRECATED_FIX_CALL_DUMMY.
8147
434b87dd
AC
8148 * gdbint.texinfo (Target Architecture Definition): Delete
8149 description of DEPRECATED_CALL_DUMMY_WORDS,
8150 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8151
58d28df8
AC
8152 * gdbint.texinfo (Target Architecture Definition): Delete
8153 description of DEPRECATED_PUSH_DUMMY_FRAME.
8154
e4a2df64
AC
8155 * gdbint.texinfo (Target Architecture Definition): Delete
8156 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8157
2b4855ab
AC
81582004-05-07 Andrew Cagney <cagney@redhat.com>
8159
8160 * observer.texi (GDB Observers): Add "Debugging" section. Include
8161 cross reference to "set/show debug observer".
8162 * gdb.texinfo (Debugging Output): Document "set/show debug
8163 observer".
8164
fcf70625
AC
81652004-05-01 Andrew Cagney <cagney@redhat.com>
8166
8167 * gdbint.texinfo (Target Architecture Definition): Delete
8168 description of DEPRECATED_PC_IN_SIGTRAMP.
8169
8ee56bcf
AC
81702004-04-30 Andrew Cagney <cagney@redhat.com>
8171
8172 * gdbint.texinfo (Target Architecture Definition): Delete
8173 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8174
67ab9a76
OF
81752004-04-30 Orjan Friberg <orjanf@axis.com>
8176
8177 * observer.texi (GDB Observers): Correct spelling.
8178
79346bcb
OF
81792004-04-26 Orjan Friberg <orjanf@axis.com>
8180
8181 * observer.texi (GDB Observers): Add target_changed event.
8182
7a464420
AC
81832004-04-08 Andrew Cagney <cagney@redhat.com>
8184
8185 * observer.texi (GDB Observers): Rework, provide generic observer
8186 definitions and then a list of observable events.
8187
6cdf9d98
AC
81882004-04-04 Andrew Cagney <cagney@redhat.com>
8189
8190 * gdbint.texinfo (Host Definition): Delete reference to
8191 NO_SIGINTERRUPT.
8192
ddc135a4
AC
81932004-04-02 Andrew Cagney <cagney@redhat.com>
8194
8195 * gdbint.texinfo (Target Architecture Definition): Delete
8196 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8197
6a1b180d
SC
81982004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8199
8200 * gdb.texinfo (TUI Commands): Document tui reg commands.
8201
d0d5df6f
AC
82022004-03-26 Andrew Cagney <cagney@redhat.com>
8203
8204 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8205 "gdbtui".
8206 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8207 (Contributors): Mention both Text and Terminal User Interface.
8208
aa2a3f87
AC
82092004-03-23 Andrew Cagney <cagney@redhat.com>
8210
8211 * gdbint.texinfo (Target Architecture Definition): Deprecate
8212 references to SIGTRAMP_START and SIGTRAMP_END.
8213
f561f026
AC
82142004-03-23 Andrew Cagney <cagney@redhat.com>
8215
8216 * gdbint.texinfo (Target Architecture Definition): Deprecate
8217 references to PC_IN_SIGTRAMP.
8218
33cb8b0f
AC
82192004-03-19 Andrew Cagney <cagney@redhat.com>
8220
8221 * gdbint.texinfo (Target Architecture Definition): Delete
8222 reference to GDB_TARGET_IS_HPPA.
8223
fc989b7a
AC
82242004-03-18 Andrew Cagney <cagney@redhat.com>
8225
8226 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8227 describe pre_init and post_init.
8228
701b08bb
DJ
82292004-03-09 Daniel Jacobowitz <drow@mvista.com>
8230
8231 * gdb.texinfo (Debugging Output): Document values for "set debug
8232 target".
8233
faae5abe
AC
82342004-02-28 Andrew Cagney <cagney@redhat.com>
8235
8236 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8237
dd79a6cf
JJ
82382004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8239
8240 * gdb.texinfo (breakpoints): Add information about the
8241 new "set breakpoint pending" and "show breakpoint pending"
8242 commands.
8243
e7f16015
AC
82442004-02-26 Andrew Cagney <cagney@redhat.com>
8245
8246 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8247 in Per-architecture module data section.
8248
7161a3a6
RM
82492004-02-25 Roland McGrath <roland@redhat.com>
8250
8251 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8252
2154891a
AC
82532004-02-24 Andrew Cagney <cagney@redhat.com>
8254
8255 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8256 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8257 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 8258
6c74ac8b
AC
82592004-02-17 Andrew Cagney <cagney@redhat.com>
8260
8261 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8262
19772a2c
AC
82632004-02-16 Andrew Cagney <cagney@redhat.com>
8264
8265 * gdbint.texinfo (Target Architecture Definition): Deprecate
8266 FRAMELESS_FUNCTION_INVOCATION.
8267
c9830293
AC
82682004-02-16 Andrew Cagney <cagney@redhat.com>
8269
8270 * gdbint.texinfo (Coding): Mention -Wunused-function.
8271
b9d26eb9
AC
82722004-02-14 Andrew Cagney <cagney@redhat.com>
8273
8274 * gdbint.texinfo (Target Architecture Definition): Delete
8275 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8276
49efadf5
EZ
82772004-02-12 Elena Zannoni <ezannoni@redhat.com>
8278
8279 * gdb.texinfo: Properly quote the name "C++".
8280 * gdbint.texinfo: Ditto.
8281 * stabs.texinfo: Ditto.
8282
1eb288ea
EZ
82832004-02-11 Elena Zannoni <ezannoni@redhat.com>
8284
8285 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8286 minimal information about libiberty.
8287
e4937fc1
MC
82882004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8289
8290 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8291
a9331b3f
RM
82922004-02-04 Roland McGrath <roland@redhat.com>
8293
8294 * gdb.texinfo (Auxiliary Vector): New node (section).
8295 (Data): Add it to the menu.
8296
2650777c
JJ
82972004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8298
8299 * gdb.texinfo (Breakpoints): Add information about pending
8300 breakpoint support.
8301
b4501125
AC
83022004-01-26 Andrew Cagney <cagney@redhat.com>
8303
8304 * gdb.texinfo (Overview): Delete references to the cisco protocol
8305 including the "N" response.
8306
74055713
AC
83072004-01-26 Andrew Cagney <cagney@redhat.com>
8308
8309 * gdbint.texinfo (Target Architecture Definition): Rename
8310 EXTRACT_STRUCT_VALUE_ADDRESS to
8311 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 8312
3bbe9696
EZ
83132004-01-24 Eli Zaretskii <eliz@gnu.org>
8314
8315 * gdb.texinfo (KOD): Document "show os". Add index entries for
8316 "set/show os" and "info cisco" commands.
8317
5843504f
EZ
83182004-01-21 Eli Zaretskii <eliz@gnu.org>
8319
8320 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8321
9175c9a3
MC
83222004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8323
8324 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8325 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8326
8e94b928
NR
83272004-01-19 Nick Roberts <nick@nick.uklinux.net>
8328
8329 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8330 -stack-list-locals.
8331 (GDB/MI Variable Objects): Describe extension to
8332 -var-list-children.
8333
a20cf136
DJ
83342004-01-17 Daniel Jacobowitz <drow@mvista.com>
8335
8336 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8337
afb18d0f
AC
83382004-01-17 Andrew Cagney <cagney@redhat.com>
8339
8340 * gdbint.texinfo (Target Architecture Definition): Delete
8341 documentation on DEPRECATED_NPC_REGNUM.
8342
b51970ac
DJ
83432004-01-13 Daniel Jacobowitz <drow@mvista.com>
8344
8345 * gdb.texinfo: Update copyright year. Mention that set
8346 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8347 "set follow-fork-mode ask".
8348
0f0cffd2
AC
83492004-01-13 Andrew Cagney <cagney@redhat.com>
8350
8351 * gdbint.texinfo: Update copyright year.
8352 (Coding): Add -Wunused-label to list of -Werror warnings.
8353
c552b3bb 83542004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 8355 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
8356
8357 * gdb.texinfo: Update copyright.
8358 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8359 around names, as appropriate. Minor syntax cleanup of
8360 _NSPrintForDebugger explanation. Two spaces after periods.
8361 GDBN used instead of lit. "gdb". Index entries added for
8362 print-object and _NSPrintForDebugger. @noindent added in one spot.
8363
afe157ca
EZ
83642003-11-11 Elena Zannoni <ezannoni@redhat.com>
8365
8366 * stabs.texinfo: Add dircategory and direntry commands.
8367 * annotate.texinfo: Ditto.
8368
963e2bb7
AC
83692003-11-10 Andrew Cagney <cagney@redhat.com>
8370
8371 * gdbint.texinfo (Target Architecture Definition): Replace the
8372 return_value method's "inval" and "outval" parameters with
8373 "readbuf" and "writebuf".
8374
1d8b2f28
JB
83752003-10-28 Jim Blandy <jimb@redhat.com>
8376
8377 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8378 from "The `F' request packet" and "The `F' reply packet", to make
8379 texi2dvi happy.
8380 (File-I/O remote protocol extension): Update menu entries, too.
8381
36d86913
MC
83822003-10-26 Michael Chastain <mec@shout.net>
8383
8384 * gdb.texinfo (Thread Stops): Document the issue with
8385 premature return from system calls in multi-threaded programs.
8386
ce2826aa
AC
83872003-10-24 Andrew Cagney <cagney@redhat.com>
8388
8389 * annotate.texinfo: Fix "fortunatly"[sic].
8390
f24c5e49
KI
83912003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8392
8393 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8394 with "Hitachi" and "Mitsubishi".
8395
92ad9cd9
AC
83962003-10-20 Andrew Cagney <cagney@redhat.com>
8397
8398 * gdbint.texinfo (Target Architecture Definition): Document
8399 gdbarch_return_value. Add cross references from
8400 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8401 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8402
0ab4b752
MK
84032003-10-18 Mark Kettenis <kettenis@gnu.org>
8404
8405 * gdbint.texinfo (Target Architecture Definition): Document
8406 regset_from_core_section.
fb3e19c0
KI
8407
84082003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8409
8410 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8411
a9331b3f 84122003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
8413
8414 From Anthony Green <green@redhat.com>:
5ae4183a 8415 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 8416
1485d690
KB
84172003-10-14 Kevin Buettner <kevinb@redhat.com>
8418
889bf7c5
PA
8419 * gdb.texinfo (Breakpoint related warnings): New node.
8420 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 8421
86d30acc
DJ
84222003-10-13 Daniel Jacobowitz <drow@mvista.com>
8423
8424 * gdb.texinfo (Remote Protocol): Document v and vCont.
8425
172c2a43
KI
84262003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8427
8428 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8429 * gdbint.texinfo: Ditto.
8430
71952f4c
AC
84312003-10-09 Andrew Cagney <cagney@redhat.com>
8432
8433 From 2003-09-18 David Anderson <davea@sgi.com>:
8434 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8435 "command".
8436
268e2188
AC
84372003-10-03 Andrew Cagney <cagney@redhat.com>
8438
8439 * gdbint.texinfo (Target Architecture Definition): Deprecate
8440 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8441 just target.
8442
12c266ea 84432003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 8444
f30992d4 8445 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
8446 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8447 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8448 * gdbint.texinfo (Target Architecture Definition): Rename
8449
84502003-09-30 Andrew Cagney <cagney@redhat.com>
8451
f30992d4 8452 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 8453 (Target Architecture Definition):
f30992d4 8454
2e092625
AC
8455 * gdbint.texinfo (Target Architecture Definition): Rename
8456 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8457
0717ae8a
AC
84582003-09-29 Andrew Cagney <cagney@redhat.com>
8459
dad809b7
AC
8460 * gdbint.texinfo (Target Architecture Definition): Delete
8461 documentation for NEED_TEXT_START_END.
8462
0717ae8a
AC
8463 * gdbint.texinfo (Target Architecture Definition): Rename
8464 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8465 TARGET_WRITE_PC.
a9331b3f 8466
af6cf26d
MC
84672003-09-22 Michael Chastain <mec@shout.net>
8468
8469 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8470
ee206350
AG
84712003-09-21 Anthony Green <green@redhat.com>
8472
8473 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8474
a38c9fe6
MK
84752003-09-21 Mark Kettenis <kettenis@gnu.org>
8476
8477 * gdbint.texinfo (Target Architecture Definition): Document
8478 stabs_argument_has_addr.
8479
77949794
AC
84802003-09-18 Andrew Cagney <cagney@redhat.com>
8481
8482 * gdbint.texinfo (Target Architecture Definition): Delete
8483 documentation on REGISTER_NAMES.
8484
8e823e25
MK
84852003-09-13 Mark Kettenis <kettenis@gnu.org>
8486
8487 * gdbint.texinfo (Target Architecture Definition): Replace
8488 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8489
f27dd7fd
AC
84902003-09-11 Andrew Cagney <cagney@redhat.com>
8491
8492 * gdbint.texinfo (Target Architecture Definition): Replace
8493 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8494
8b148df9
AC
84952003-08-18 Andrew Cagney <cagney@redhat.com>
8496
8497 * gdbint.texinfo (Target Architecture Definition): Document
8498 "frame_red_zone_size".
8499
25d29d70
AC
85002003-08-09 Andrew Cagney <cagney@redhat.com>
8501
8502 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8503 with "set/show backtrace past-main" and "set/show backtrace
8504 limit".
8505
c938e9b0
L
85062003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8507
8508 * Makefile.in (install-info): Support DESTDIR.
8509 (install-html): Likewise.
8510
64fabec2
AC
85112003-08-07 Andrew Cagney <cagney@redhat.com>
8512
8513 Patch from Nick Roberts.
8514 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8515 bindings. Remove description of send-gdb-command.
8516
2fcf52f0
AC
85172003-08-07 Andrew Cagney <cagney@redhat.com>
8518
8519 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8520 GDB 6.0.
8521
086432e2
AC
85222003-08-06 Andrew Cagney <cagney@redhat.com>
8523
8524 * gdb.texinfo (Mode Options): Mention that level three is the
8525 highest available and that level 2 is deprecated.
8526 (Annotations Overview): Mention annotation levels. Cross reference
8527 to "Limitations of the Annotation Interface" in annotate.texi.
8528 (TODO, Value Annotations, Frame Annotations): Delete section.
8529 (Displays, Breakpoint Info): Delete.
8530
e5249f67
AC
85312003-08-04 Andrew Cagney <cagney@redhat.com>
8532
8533 * agentexpr.texi: Delete @bye.
8534 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8535 (stabs.info): Add $(srcdir) to include search path.
8536 (html): Depend on "annotate_toc.html", and not "annotate.html".
8537 * stabs.texinfo: Ditto. Include "fdl.texi".
8538 * gdbint.texinfo: Update copyright statement's list of invariant
8539 sections.
8540
e6f672d2
AC
85412003-07-28 Andrew Cagney <cagney@redhat.com>
8542
8543 * Makefile.in (INFO_DEPS): Add annotate.info.
8544 (dvi, ps, html, pdf): Add annotate.
8545 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8546 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8547 (ANNOTATE_DOC_FILES): New macro.
8548 (ANNOTATE_TEX_TMPS): New macro.
8549 (annotate.info, annotate_toc.html): Specify dependencies.
8550 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8551 * annotate.texinfo: Rename annotate.texi. Get building. Add
8552 "Migrating to GDB/MI" and "Limitations of the Annotation
8553 Interface" chapters. Mention why it is not part of the user
8554 guide. Update copyright notice. Include "fdl.texi".
8555
72ffddc9
SC
85562003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8557
8558 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8559
a9f12a31
DJ
85602003-07-24 Daniel Jacobowitz <drow@mvista.com>
8561
8562 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8563
b1fe9455
DJ
85642003-07-24 Daniel Jacobowitz <drow@mvista.com>
8565
8566 * gdb.texinfo (Server): Mention pidof.
8567
153721e6
AC
85682003-07-22 Andrew Cagney <cagney@redhat.com>
8569
8570 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8571 list.
8572
0fac0b41
DJ
85732003-06-28 Daniel Jacobowitz <drow@mvista.com>
8574
8575 * gdb.texinfo (Logging output): New chapter.
8576
4e562065
JB
85772003-06-24 Joel Brobecker <brobecker@gnat.com>
8578
8579 * gdb.texinfo (Unsupported languages): New section.
8580 (Languages): Add link to new section.
8581
f2c06f52
AC
85822003-06-22 Andrew Cagney <cagney@redhat.com>
8583
8584 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8585
b4177fca
DJ
85862003-06-22 Daniel Jacobowitz <drow@mvista.com>
8587
8588 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8589
f418dd93
DJ
85902003-06-22 Daniel Jacobowitz <drow@mvista.com>
8591
8592 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8593 * agentexpr.texi: Retitle section, and change it to an appendix.
8594 Comment out texinfo initialization. Factor a @var{} into two
8595 pieces to prevent makeinfo warnings.
8596 * gdb.texinfo: Add Agent Expressions appendix.
8597
4ca61388
DJ
85982003-06-19 Daniel Jacobowitz <drow@mvista.com>
8599
8600 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8601
07f31aa6
DJ
86022003-06-18 Daniel Jacobowitz <drow@mvista.com>
8603
5ae4183a 8604 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
8605 remote target". Document the "detach" and "disconnect" commands.
8606 (Server, Netware, Debug Session): Reference "Connecting to a
8607 remote target".
8608 (GDB/MI Target Manipulation): Document "-target-disconnect".
8609
2dd0da42
AC
86102003-06-13 Andrew Cagney <cagney@redhat.com>
8611
8612 * gdbint.texinfo (Target Architecture Definition): Deprecate
8613 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8614 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8615
e7a3abfc
JB
86162003-06-09 Jim Blandy <jimb@redhat.com>
8617
8618 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8619
25e3a86b
AC
86202003-06-08 Andrew Cagney <cagney@redhat.com>
8621
8622 * gdbint.texinfo (Target Architecture Definition): Delete
8623 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8624
a9e5fdc2
AC
86252003-06-08 Andrew Cagney <cagney@redhat.com>
8626
8627 * gdbint.texinfo (Target Architecture Definition): Document
8628 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8629
b37303ee
AF
86302003-06-07 Adam Fedor <fedor@gnu.org>
8631
8632 * gdb.texinfo: Add Objective-C documentation.
8633
39fe6e80
AC
86342003-06-01 Andrew Cagney <cagney@redhat.com>
8635
8636 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8637 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8638
125309b2
AC
86392003-05-21 Andrew Cagney <cagney@redhat.com>
8640
8641 * gdbint.texinfo (Target Architecture Definition): Delete
8642 references to "extract_address" and "store_address".
8643
b8b527c5
AC
86442003-05-16 Andrew Cagney <cagney@redhat.com>
8645
8646 * gdbint.texinfo (Target Architecture Definition): Replace
8647 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8648 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8649
50e3ee83
TR
86502003-05-14 Theodore A. Roth <troth@openavr.org>
8651
8652 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8653
44e2be90
L
86542003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8655
8656 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8657 (gdb.dvi): Likewise.
8658 (gdb.pdf): Likewise.
8659 (links2roff): Likewise.
8660
df5215a6
JB
86612003-05-08 Jim Blandy <jimb@redhat.com>
8662
8663 * gdb.texinfo (Dump/Restore Files): Update documentation for
8664 'dump', 'append', and 'restore': note that format argument is
8665 optional; simplify presentation of the command variants; and be
8666 more precise about the formats.
8667
5e7b2f39
JB
86682003-05-07 Jim Blandy <jimb@redhat.com>
8669
8670 * gdb.texinfo (Symbols): Update documentation: 'maint list
8671 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8672 symtabs' and 'maint info psymtabs'.
8673
b1e29e33
AC
86742003-05-05 Andrew Cagney <cagney@redhat.com>
8675
8676 * gdbint.texinfo (Target Architecture Definition): Make
8677 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8678 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8679 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8680
00905d52
AC
86812003-05-04 Andrew Cagney <cagney@redhat.com>
8682
8683 * gdb.texinfo (Maintenance Commands): Document "maint print
8684 dummy-frames".
8685
54ff5908
AC
86862003-05-04 Andrew Cagney <cagney@redhat.com>
8687
8688 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8689
32e7087d
JB
86902003-05-03 J. Brobecker <brobecker@gnat.com>
8691
8692 Thierry Schneider <tpschneider1@yahoo.com>
8693 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8694 for new MI command.
8695
7043d8dc
AC
86962003-05-03 Andrew Cagney <cagney@redhat.com>
8697
8698 * gdbint.texinfo (Target Architecture Definition): Document
8699 push_dummy_code. Add cross references.
8700
e33d66ec
EZ
87012003-05-02 Elena Zannoni <ezannoni@redhat.com>
8702
8703 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8704 set/show charsets commands.
8705
0ba6dca9
AC
87062003-04-28 Andrew Cagney <cagney@redhat.com>
8707
8708 * gdbint.texinfo (Target Architecture Definition): Replace
8709 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8710 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8711
d7a27068
AC
87122003-04-28 Andrew Cagney <cagney@redhat.com>
8713
8714 * gdbint.texinfo (Target Architecture Definition): Rename
8715 "tm_print_insn" to "deprecated_tm_print_insn".
8716
44ea7b70
JB
87172003-04-09 Jim Blandy <jimb@redhat.com>
8718
8719 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8720 list psymtabs'.
8721
fb8f8949
AC
87222003-04-08 Andrew Cagney <cagney@redhat.com>
8723
8724 * gdbint.texinfo (Target Architecture Definition): Delete
8725 references to EXTRA_FRAME_INFO.
8726
32fb0f22
AC
87272003-04-08 Andrew Cagney <cagney@redhat.com>
8728
8729 * gdbint.texinfo (Target Architecture Definition): Delete
8730 PRINT_TYPELESS_INTEGER.
8731
6be67e67
JB
87322003-04-02 J. Brobecker <brobecker@gnat.com>
8733
8734 * observer.texi (GDB Observers): Adjust the documentation for the
8735 normal_stop notification to better describe reality. Fix a couple
8736 of minor typos.
8737
4e35d5f0
BR
87382003-04-02 Bob Rossi <bob_rossi@cox.net>
8739
a9331b3f 8740 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
8741 '-file-list-exec-source-file'
8742
e8a8712a
AC
87432003-03-31 Andrew Cagney <cagney@redhat.com>
8744
8745 * gdbint.texinfo (Target Architecture Definition): Delete
8746 references to CALL_DUMMY_P.
8747
6c0e89ed
AC
87482003-03-30 Andrew Cagney <cagney@redhat.com>
8749
8750 * gdbint.texinfo (Target Architecture Definition): Remove
8751 reference to TARGET_WRITE_SP.
a9331b3f 8752
378bfd1b
AC
87532003-03-27 Andrew Cagney <cagney@redhat.com>
8754
8755 * gdbint.texinfo (Target Architecture Definition): Remove
8756 references to write_sp.
6c0e89ed 8757
922fbb7b
AC
87582003-03-27 Andrew Cagney <cagney@redhat.com>
8759
8760 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8761 chapter body. Use @smallexample instead of @example.
8762 (Annotations): Ditto.
8763 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8764 annotate.texi.
8765
b81774d8
AC
87662003-03-26 Andrew Cagney <cagney@redhat.com>
8767
8768 * gdbint.texinfo (Target Architecture Definition): Replace
8769 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8770 dummy_addr parameters.
8771
1bf6d5cc
AC
87722003-03-25 Andrew Cagney <cagney@redhat.com>
8773
8774 * gdbint.texinfo (Target Architecture Definition): Delete
8775 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8776 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8777 Add reference to PUSH_ARGUMENTS.
8778
618ce49f
AC
87792003-03-23 Andrew Cagney <cagney@redhat.com>
8780
8781 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8782 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8783
bcd7e15f
JB
87842003-03-18 J. Brobecker <brobecker@gnat.com>
8785
8786 * gdbint.texinfo (Algorithms): Add new section describing the
8787 Observer paradigm.
8788 (Top): Add menu entry to new observer appendix.
8789 * observer.texi: New file.
8790 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8791 new observer.texi file.
8792
9fe8321b
AC
87932003-03-17 Andrew Cagney <cagney@redhat.com>
8794
8795 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8796 that GNU Press update the manual version number.
8797
ac2adee5
AC
87982003-03-12 Andrew Cagney <cagney@redhat.com>
8799
8800 * gdbint.texinfo (Target Architecture Definition): Delete
8801 references to get_saved_register. Rename GET_SAVED_REGISTER to
8802 DEPRECATED_GET_SAVED_REGISTER.
8803
749b82f6
AC
88042003-03-13 Andrew Cagney <cagney@redhat.com>
8805
8806 * gdbint.texinfo (Target Architecture Definition): Replace
8807 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8808
8bedc050
AC
88092003-03-12 Andrew Cagney <cagney@redhat.com>
8810
8811 * gdbint.texinfo (Target Architecture Definition): Rename
8812 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 8813
0ce1b118
CV
88142003-03-10 Corinna Vinschen <vinschen@redhat.com>
8815
8816 * gdb.texinfo: Add File-I/O documentation.
8817
12cc2063
AC
88182003-03-10 Andrew Cagney <cagney@redhat.com>
8819
8820 * gdbint.texinfo (Target Architecture Definition): Cross reference
8821 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8822
7453dc06
AC
88232003-03-07 Andrew Cagney <cagney@redhat.com>
8824
8825 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8826 frame" command.
8827
6314f104
AC
88282003-03-05 Andrew Cagney <cagney@redhat.com>
8829
8830 * gdbint.texinfo (Target Architecture Definition): Document
8831 unwind_dummy_id. Cross reference unwind_dummy_id and
8832 SAVE_DUMMY_FRAME_TOS.
8833
f1212245
DJ
88342003-03-05 James Ingham <jingham@apple.com>
8835 Daniel Jacobowitz <drow@mvista.com>
8836
8837 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8838 and "show cp-abi".
8839
77e7e267
AC
88402003-03-03 Andrew Cagney <cagney@redhat.com>
8841
8842 * gdbint.texinfo (Target Architecture Definition): Document
8843 register_type.
8844
838a8221
AC
88452003-03-03 Andrew Cagney <cagney@redhat.com>
8846
8847 * stabs.texinfo (Structures): Use @samp and separate @var's
8848 instead of a single @var containing a comma separated list.
8849 (Unions): Ditto.
8850
d7f4a264
DJ
88512003-03-02 Daniel Jacobowitz <drow@mvista.com>
8852
8853 * Makefile.in (distclean): Remove config.log.
8854
f30ee0bc
AC
88552003-03-01 Andrew Cagney <cagney@redhat.com>
8856
8857 * gdbint.texinfo (Target Architecture Definition): Rename
8858 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8859
88602003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
8861
8862 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8863 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8864
be448670
CF
88652003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8866
8867 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8868 (Non-debug DLL symbols): New node, describing the minimal symbols
8869 loaded from DLLs without real debugging symbols.
8870
501eef12
AC
88712003-02-20 Andrew Cagney <ac131313@redhat.com>
8872
8873 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8874 hardware-breakpoint-limit".
8875 (Set Watchpoints): Add cross reference to "set remote
8876 hardware-watchpoint-limit".
8877 (Remote configuration options): New section.
8878
21c294e6
AC
88792003-02-04 Andrew Cagney <ac131313@redhat.com>
8880
e9be73e4
AC
8881 * gdbint.texinfo (Target Architecture Definition): Delete
8882 descrption of IS_TRAPPED_INTERNALVAR.
8883
21c294e6
AC
8884 From Keith Seitz <keiths@redhat.com>:
8885 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8886 option "-i"/"--interpreter" to this chapter. Include index
8887 entries.
8888
0179ffac
DC
88892003-02-04 David Carlton <carlton@math.stanford.edu>
8890
8891 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8892 (Variables): Recommend stabs+ and DWARF 2.
8893 (C plus plus expressions): Correct info about
8894 compiler versions, debug formats.
8895 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8896 PR symtab/874.
8897
7ca9f392
AC
88982003-02-01 Andrew Cagney <ac131313@redhat.com>
8899
8900 * gdbint.texinfo (Target Architecture Definition): Delete
8901 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8902 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8903 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8904 references to nindy and i960.
8905 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8906
31a85ea2
AC
89072003-02-01 Andrew Cagney <ac131313@redhat.com>
8908
8909 * gdbint.texinfo (Target Architecture Definition): Delete
8910 FLOAT_INFO.
8911
6b894e49
AC
89122003-01-30 Andrew Cagney <ac131313@redhat.com>
8913
8914 * stabs.texinfo (Member Type Descriptor): Clarify description of
8915 `@'. Suggested by Ben Hutchings.
8916
c48861fb
AC
89172003-01-29 Andrew Cagney <ac131313@redhat.com>
8918
8919 * gdb.texinfo (M68K): Delete reference to es1800.
8920
617073a9
AC
89212003-01-29 Andrew Cagney <ac131313@redhat.com>
8922
8923 * gdb.texinfo (Maintenance Commands): Document `maint print
8924 reggroups' and `maint print register-groups'.
8925 * gdbint.texinfo (Target Architecture Definition): Document
8926 register_reggroup_p.
8927
5b5d99cf
JB
89282003-01-23 Jim Blandy <jimb@redhat.com>
8929
8930 * gdb.texinfo (Separate Debug Files): New section.
8931
e7ba9c65
DJ
89322003-01-22 Daniel Jacobowitz <drow@mvista.com>
8933
8934 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8935 and "maint show profile".
8936
94e91d6d
MC
89372003-01-16 Michael Chastain <mec@shout.net>
8938
8939 * gdb.texinfo (Installing GDB): Warn against
8940 ".../gdb-VERSION/gdb/configure".
8941 (Separate Objdir): Likewise.
8942
867f3898
AC
89432003-01-15 Andrew Cagney <ac131313@redhat.com>
8944
8945 * gdbint.texinfo (Target Architecture Definition): Delete
8946 definition of PRINT_REGISTER_HOOK.
8947
f153cc92
EZ
89482003-01-15 Elena Zannoni <ezannoni@redhat.com>
8949
8950 (OpenRISC 1000): Fix formatting of command names.
8951
c60eb6f1
EZ
89522003-01-15 Elena Zannoni <ezannoni@redhat.com>
8953
8954 * gdb.texinfo (Continuing and Stepping): Add new command
8955 'advance'. Clarify behavior of 'until'.
8956
f5ebfba0
DJ
89572003-01-13 Daniel Jacobowitz <drow@mvista.com>
8958
8959 * gdb.texinfo (Files): Document solib-absolute-prefix and
8960 solib-search-path.
8961
4ce8657e
MC
89622003-01-09 Michael Chastain <mec@shout.net>
8963
8964 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8965 (Create a Release): Add new instructions for new @file{src-release}.
8966 Document existing instructions for @file{Makefile.in} as
8967 being for @value{GDBN} 5.3.1 or earlier.
8968
372613e3
AC
89692003-01-09 Andrew Cagney <ac131313@redhat.com>
8970
8971 * gdbint.texinfo (Target Architecture Definition): Mention
8972 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8973 allocate memory.
8974
b4e9345d
DJ
89752003-01-04 Daniel Jacobowitz <drow@mvista.com>
8976
8977 * gdb.texinfo (Controlling GDB): Add @kindex for
8978 "show osabi".
8979 (Backtraces): Add @kindex's for backtrace-below-main.
8980
98b45e30
DJ
89812003-01-04 Daniel Jacobowitz <drow@mvista.com>
8982
8983 * gdb.texinfo (Controlling GDB): Document "set osabi".
8984
95f90d25
DJ
89852003-01-04 Daniel Jacobowitz <drow@mvista.com>
8986
8987 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8988 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8989
1e698235
DJ
89902003-01-04 Daniel Jacobowitz <drow@mvista.com>
8991
8992 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8993 "set coerce-float-to-double".
8994 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8995
e632838e
AC
89962003-01-02 Andrew Cagney <ac131313@redhat.com>
8997
8998 * stabs.texinfo: Remove obsolete text.
8999 * gdbint.texinfo: Ditto.
9000 * gdb.texinfo: Ditto.
9001
c133ab7a
MK
90022002-12-22 Mark Kettenis <kettenis@gnu.org>
9003
9004 * gdbint.texinfo (Target Architecture Definition): Update
9005 description of gdbarch_register_osabi.
9006
f821f325
KH
90072002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9008
9009 * agentexpr.texi: Fix typos.
9010 * annotate.texi: Likewise.
9011 * fdl.texi: Likewise.
9012
85a6d8d3 90132002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
9014
9015 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9016 DEPRECATED_INIT_FRAME_PC.
9017
ae45cd16
AC
90182002-12-01 Andrew Cagney <ac131313@redhat.com>
9019
9020 * gdbint.texinfo (Target Architecture Definition): Delete
9021 PC_IN_CALL_DUMMY.
9022
07555a72
AC
90232002-11-28 Andrew Cagney <ac131313@redhat.com>
9024
9025 * gdbint.texinfo (Host Definition): Delete documentation on
9026 USE_GENERIC_DUMMY_FRAMES.
9027
c166cdc7
EZ
90282002-11-26 Elena Zannoni <ezannoni@redhat.com>
9029
5ae4183a 9030 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
9031 * Makefile.in (install-info): Run the install-info command as part
9032 of the post install steps only.
9033 (uninstall-info): New target.
9034 (uninstall): New target.
9035
35db0260
EZ
90362002-11-22 Elena Zannoni <ezannoni@redhat.com>
9037
9038 * Makefile.in (install): Make install do some real work.
9039
9ba8d803
AC
90402002-11-19 Andrew Cagney <ac131313@redhat.com>
9041
9042 Fix POSIX problem reported by Paul Eggert.
9043 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9044 Fix PR gdb/527.
9045
903ad3a6
AC
90462002-10-26 Andrew Cagney <cagney@redhat.com>
9047
9048 * gdbint.texinfo (Target Architecture Definition): Delete
9049 definition of DO_REGISTERS_INFO.
9050
f2abfe65
KB
90512002-10-18 Kevin Buettner <kevinb@redhat.com>
9052
9053 * gdbint.texinfo (Address Classes): Fix problems with insertion
9054 of ``{'' and ``}'' in example.
9055
b5b0480a
KB
90562002-10-17 Kevin Buettner <kevinb@redhat.com>
9057
9058 * gdbint.texinfo (Address Classes): New section.
9059 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9060 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9061 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9062 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9063
c85508ee
KD
90642002-10-11 Klee Dienes <kdienes@apple.com>
9065
9066 * gdb.texinfo (Registers): Mention vector registers as well as
9067 floating registers in the documentation for 'info registers' and
9068 'info all-registers'.
9069
6d12fc3d
DJ
90702002-10-11 Daniel Jacobowitz <drow@mvista.com>
9071
9072 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9073
8d19fbd2
JJ
90742002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9075
9076 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9077 interface definition.
9078
a37295f9
MM
90792002-10-03 Marko Mlinar <markom@opencores.org>
9080
9081 * gdb.texinfo (Target Commands): Add or1k target specific
9082 commands.
9083 * gdb.texinfo (Contributors): Add myself to the contributors list.
9084
da0f9dcd
AC
90852002-10-01 Andrew Cagney <ac131313@redhat.com>
9086
9087 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9088 and "mi1" instead of "mi1" and "mi0".
9089
2e834e49
HPN
90902002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9091
9092 * gdb.texinfo (Packets): Fix typos "alligned".
9093 Correct z3/Z3 description. Correct z4/Z4 title.
9094
050be0dc
AC
90952002-09-27 Andrew Cagney <ac131313@redhat.com>
9096
9097 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9098
1104b9e7
KB
90992002-09-25 Kevin Buettner <kevinb@redhat.com>
9100
9101 * gdb.texinfo: Use GNU/Linux instead of Linux.
9102
512217c7
AC
91032002-09-25 Andrew Cagney <ac131313@redhat.com>
9104
9105 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9106
10998722
AC
91072002-09-24 Andrew Cagney <ac131313@redhat.com>
9108
512217c7 9109 * gdb.texinfo: Replace @example with @smallexample.
10998722 9110
a0eb71c5
KB
91112002-09-20 Kevin Buettner <kevinb@redhat.com>
9112
f7dc1244 9113 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
9114 * gdb.texinfo (Character Sets): Use @smallexample instead of
9115 @example. Use GNU/Linux instead of Linux.
9116
91172002-09-20 Jim Blandy <jimb@redhat.com>
9118
9119 * gdb.texinfo: Add character set documentation.
9120
2f870471
AC
91212002-09-19 Andrew Cagney <ac131313@redhat.com>
9122
9123 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9124 (Packets): Add cross reference from `b' packet to `z' packets.
9125
790eb8f5
AC
91262002-09-19 Andrew Cagney <ac131313@redhat.com>
9127
8d30a00d
AC
9128 * gdb.texinfo (Maintenance Commands): Document ``maint
9129 internal-error'' and ``maint internal-warning''.
9130
790eb8f5
AC
9131 * gdbint.texinfo (Target Architecture Definition): Revise
9132 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9133
a23a7bf1
JB
91342002-09-19 Joel Brobecker <brobecker@gnat.com>
9135
9136 * gdbint.texinfo (Target Conditionals): Document the new
9137 NAME_OF_MALLOC macro.
9138
299ffc64
AC
91392002-09-05 Andrew Cagney <ac131313@redhat.com>
9140
9141 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9142 engineer.
9143
b7bb15bc
SC
91442002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9145
9146 * gdb.texinfo (TUI Overview): Document status line fields.
9147
3d757584
SC
91482002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9149
9150 * gdb.texinfo (TUI Commands): Document info win command.
9151
269c21fe
SC
91522002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9153
9154 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9155
7cf36c78
SC
91562002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9157
9158 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9159 (TUI Keys): Likewise.
9160
d2c6833e
AC
91612002-08-25 Andrew Cagney <ac131313@redhat.com>
9162
9163 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9164 for a packet receive.
9165
46d8b1c3
AC
91662002-08-25 Andrew Cagney <ac131313@redhat.com>
9167
9168 * Makefile.in (clean): Move to end of file.
9169 (distclean, maintainer-clean, realclean): Ditto.
9170 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9171 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9172 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9173 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9174
b0787093
AC
91752002-08-24 Andrew Cagney <ac131313@redhat.com>
9176
9177 * Makefile.in (GDBINT_TEX_TMPS): Define.
9178 (gdbint.dvi, gdbint.pdf): Use
9179 (GDB_TEX_TMPS): Define.
9180 (gdb.dvi, gdb.pdf): Use.
9181 (STABS_TEX_TMPS): Define.
9182 (stabs.dvi, stabs.pdf): Use.
9183 (GDB_DOC_SOURCE_INCLUDES): New macros.
9184 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9185 (GDBINT_DOC_FILES_INCLUDES): New macros.
9186 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9187 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9188 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9189 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9190 (links2roff): Replace SFILES_INCLUDED with
9191 GDB_DOC_SOURCE_INCLUDES.
9192 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9193 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9194 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9195 dependencies.
9196 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9197 dependencies.
9198 (gdbmi.texinfo): Delete rule.
9199 (inc-hist.texinfo): Delete rule.
9200 (rluser.texinfo): Delete rule.
9201
ebba8386
AC
92022002-08-23 Andrew Cagney <cagney@redhat.com>
9203
9204 * gdbint.texinfo (Target Architecture Definition): Update
9205 STORE_RETURN_VALUE, mention regcache.
9206
0ab7a791
AC
92072002-08-21 Andrew Cagney <ac131313@redhat.com>
9208
9209 * gdbint.texinfo (Target Architecture Definition): Document
9210 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9211
ee2d5c50
AC
92122002-08-19 Andrew Cagney <ac131313@redhat.com>
9213
9214 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9215 Fix minor typos. Add index entries.
9216
53c69bd7
AC
92172002-08-18 Andrew Cagney <ac131313@redhat.com>
9218
9219 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9220
e76f1f2e
AC
92212002-08-15 Andrew Cagney <ac131313@redhat.com>
9222
9223 * gdbint.texinfo (Target Architecture Definition): Document
9224 PRINT_VECTOR_INFO.
9225 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9226
0680b120
AC
92272002-08-13 Andrew Cagney <ac131313@redhat.com>
9228
9229 * gdb.texinfo (Maintenance Commands): Document "maint print
9230 registers", "maint print raw-registers" and "maint print
9231 cooked-registers".
9232
3c3bea1c
GS
92332002-08-08 Grace Sainsbury <graces@redhat.com>
9234
a9331b3f 9235 From Mark Salter:
3c3bea1c
GS
9236 * gdb.texinfo (Protocol): Document T packet extension to
9237 allow watchpoint address reporting.
9238
42f9b0a5
AC
92392002-08-03 Andrew Cagney <ac131313@redhat.com>
9240
9241 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9242
db034ac5
AC
92432002-08-01 Andrew Cagney <cagney@redhat.com>
9244
9245 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9246 to CHILL.
9247
e2b28d04
AC
92482002-08-01 Andrew Cagney <ac131313@redhat.com>
9249
9250 * gdbint.texinfo (Coding): Revise section "Include Files".
9251
7fb623f7
AC
92522002-07-24 Andrew Cagney <cagney@redhat.com>
9253
9254 * gdbint.texinfo: Obsolete references to m88k.
9255 * gdb.texinfo: Ditto.
9256
4a2b4636
JB
92572002-07-10 Joel Brobecker <brobecker@gnat.com>
9258
7fb623f7 9259 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
9260 where the proper version of autoconf can be retrieved.
9261
a71ec265
DH
92622002-07-09 Don Howard <dhoward@redhat.com>
9263
9264 * gdb.texinfo (Command Files): Further describe the behavior of
9265 sourced command files.
9266
b9aa90c9
AC
92672002-06-27 Andrew Cagney <ac131313@redhat.com>
9268
9269 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9270 (Coding): Clarify ISO C version that GDB assumes.
9271
40dd2248
TT
92722002-06-26 Tom Tromey <tromey@redhat.com>
9273
9274 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9275 add_setshow_cmd_full.
9276
bfac230e
DH
92772002-06-25 Don Howard <dhoward@redhat.com>
9278
9279 * gdb.texinfo (Memory Region Attributes): Document new behavior
9280 for 'mem' command.
9281
475b0867
JB
92822002-06-11 Jim Blandy <jimb@redhat.com>
9283
919d772c
JB
9284 * gdb.texinfo (Symbols): Update documentation for `info source'
9285 command.
9286
475b0867
JB
9287 * gdb.texinfo (Macros): Call the command `info macro', not
9288 `show macro'.
9289
ba8c9337
AC
92902002-06-09 Andrew Cagney <ac131313@redhat.com>
9291
9292 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9293 data''.
9294
1029b7fa
MK
92952002-06-09 Mark Kettenis <kettenis@gnu.org>
9296
9297 * gdbint.texinfo (Target Architecture Definition): Document
9298 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9299
16737d73
AC
93002002-06-08 Andrew Cagney <ac131313@redhat.com>
9301
9302 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9303 lists.
9304
30107679
AC
93052002-06-08 Andrew Cagney <ac131313@redhat.com>
9306
9307 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9308 Branch''.
9309
3352e23e
AC
93102002-06-01 Andrew Cagney <ac131313@redhat.com>
9311
9312 * gdbint.texinfo (Target Architecture Definition): Add section
9313 ``Converting an existing Target Architecture to Multi-arch''.
9314
cbb09e6a
AC
93152002-05-30 Andrew Cagney <ac131313@redhat.com>
9316
9317 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9318 to ``Obsoleting code''. Revise.
9319
e2e0bcd1
JB
93202002-05-17 Jim Blandy <jimb@redhat.com>
9321
9322 * gdb.texinfo (C Preprocessor Macros): New chapter.
9323 Include it in the main menu.
9324 (Contributors): Credit Jim Blandy with macro support.
9325 (Compilation): Explain how to get macro information into the
9326 executable.
9327 (Expressions): Note that preprocessor macros are expanded.
9328
9db8d71f
DJ
93292002-05-14 Daniel Jacobowitz <drow@mvista.com>
9330
9331 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9332 options for `target remote'.
9333
6d531722
AC
93342002-05-13 Andrew Cagney <ac131313@redhat.com>
9335
9336 * gdbint.texinfo (Target Architecture Definition): Delete
9337 documentation on NNPC_REGNUM.
9338
13d01224
AC
93392002-05-11 Andrew Cagney <ac131313@redhat.com>
9340
9341 * gdbint.texinfo (Target Architecture Definition): Document
9342 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9343 (Target Architecture Definition): Revise section `Using Different
9344 Register and Memory Data Representations'. Add section `Raw and
9345 Virtual Register Representations'.
9346
b2e75d78
AC
93472002-05-11 Andrew Cagney <ac131313@redhat.com>
9348
9349 * gdbint.texinfo (Target Architecture Definition): Mention
9350 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9351 (Target Architecture Definition): Mention same. Add references to
9352 web pages.
9353
2c8682ee
MS
93542002-05-08 Michael Snyder <msnyder@redhat.com>
9355
9356 * stabs.texinfo (Attributes): Document new "vector" attribute.
9357
0816590b
AC
93582002-05-04 Andrew Cagney <ac131313@redhat.com>
9359
9360 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9361
2653173e
AC
93622002-05-04 Andrew Cagney <ac131313@redhat.com>
9363
9364 * gdb.texinfo: Delete obsolete references to a29k.
9365
d7bd68ca
AC
93662002-04-24 Andrew Cagney <ac131313@redhat.com>
9367
9368 * gdbint.texinfo (Target Architecture Definition): Replace
9369 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9370
21d83aa5
DM
93712002-04-24 David S. Miller <davem@redhat.com>
9372
9373 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9374
7673a6cc
DM
93752002-04-21 David S. Miller <davem@redhat.com>
9376
9377 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9378
d49d1e0a
AC
93792002-04-21 Andrew Cagney <ac131313@redhat.com>
9380
9381 * gdbint.texinfo (Target Architecture Definition): Delete
9382 definition of HAVE_REGISTER_WINDOWS.
9383
f7dc1244 93842002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
9385
9386 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9387 "Theodore A. Roth" <troth@verinet.com>.
9388
5ca0cb28
DH
93892002-04-15 Don Howard <dhoward@redhat.com>
9390
f7dc1244 9391 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 9392 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 9393 Provide a better explaination of this feature.
5ca0cb28 9394
f208ba17
AC
93952002-04-14 Andrew Cagney <ac131313@redhat.com>
9396
9397 * gdbint.texinfo (Target Architecture Definition): Remove
9398 FRAME_CHAIN_COMBINE.
9399
d5ba91de
MC
94002002-04-12 Michael Chastain <mec@shout.net>
9401
9402 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9403 REG_STACK_SEGMENT.
9404
26818220
MC
94052002-04-09 Michael Chastain <mec@shout.net>
9406
9407 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9408 PYRAMID_* macros.
9409
129188f6
AC
94102002-04-07 Andrew Cagney <ac131313@redhat.com>
9411
9412 * gdb.texinfo (Bug Reporting): Document that the web is the
9413 prefered way of submitting bug reports.
9414 (Bug Reporting): Delete the s-mail address as the last resort.
9415
8227c0ff
AC
94162002-04-05 Andrew Cagney <ac131313@redhat.com>
9417
9418 * gdbint.texinfo (Target Architecture Definition): Delete
9419 references to TARGET_WRITE_FP and write_fp.
9420
16d9dec6
MS
94212002-03-27 Michael Snyder <msnyder@redhat.com>
9422
9423 * gdb.texinfo: Document new commands dump, append, and restore.
9424
9ae8b82c
AC
94252002-03-27 Andrew Cagney <ac131313@redhat.com>
9426
9427 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9428 Branch'.
9429
474c8240
AC
94302002-03-18 Andrew Cagney <ac131313@redhat.com>
9431
9432 * gdb.texinfo: Change all examples to @smallexample.
9433 * gdbint.texinfo: Ditto.
a9331b3f 9434
fb0ff88f
AC
94352002-03-18 Andrew Cagney <ac131313@redhat.com>
9436
9437 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9438 Branches''.
9439
9bb0a4d8
AC
94402002-03-18 Andrew Cagney <ac131313@redhat.com>
9441
9442 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9443 Policy''.
9444
937f164b
FF
94452002-03-04 Fred Fish <fnf@redhat.com>
9446
9447 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9448 expresson, suports, dependant, trhe, perhaphs, situtations,
9449 explictily, taged, oportunity, unfortunatly).
9450
a7b40f07
AC
94512002-02-24 Andrew Cagney <ac131313@redhat.com>
9452
9453 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9454 Remove reference to 3.12.
9455
aab4e0ec
AC
94562002-02-23 Andrew Cagney <ac131313@redhat.com>
9457
9458 * gdbint.texinfo: Include fdl.texi.
9459 (Top): Add GNU Free Documentation License.
9460 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9461 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9462 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9463 (gdbint.info): Add srcdir to include path.
9464 * gdb.texinfo: Include gpl.texi.
9465 (Top): Add Copying.
9466 * gpl.texi: New file.
9467
47b95330
AC
94682002-02-23 Andrew Cagney <ac131313@redhat.com>
9469
9470 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9471
78c47bea
PM
94722002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9473
9474 * gdb.texinfo: Document Cygwin native specific commands.
9475
56460a61
DJ
94762002-02-15 Daniel Jacobowitz <drow@mvista.com>
9477
9478 * gdb.texinfo: Document gdbserver ``--attach'' command.
9479
def71bfa
MS
94802002-02-07 Michael Snyder <msnyder@redhat.com>
9481
9482 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9483 to @code(_ovly_debug_event).
9484
c928edc0
AC
94852002-02-07 Andrew Cagney <ac131313@redhat.com>
9486
9487 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9488
81d46470
MS
94892002-02-06 Michael Snyder <msnyder@redhat.com>
9490
9491 * gdb.texinfo (overlays): Mention new magic symbol
9492 '_ovly_debug_event', which allows GDB to keep better track
9493 of overlays.
9494
f7dc1244 94952002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
9496
9497 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9498 Suggested by Dmitry Sivachenko.
9499
9500 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9501
15110bc3
MS
95022002-02-01 Michael Snyder <msnyder@redhat.com>
9503
9504 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9505
6763aef9
MS
95062002-01-30 Michael Snyder <msnyder@redhat.com>
9507
ac282366
MS
9508 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9509 (set trust-readonly-sections): Document.
6763aef9 9510
8642bc8f
AC
95112002-01-29 Andrew Cagney <ac131313@redhat.com>
9512
9513 * gdbint.texinfo (Releasing GDB): Revise and update.
9514
afe64c1a
AC
95152002-01-28 Andrew Cagney <ac131313@redhat.com>
9516
9517 * gdbint.texinfo (Target Architecture Definition): Delete
9518 description of TARGET_BYTE_ORDER_DEFAULT.
9519
f7dc1244 95202002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
9521
9522 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9523 <mitya@cavia.pp.ru>.
9524
3d6e1b5a
AC
95252002-01-23 Andrew Cagney <ac131313@redhat.com>
9526
9527 * libgdb.texinfo: Delete file.
9528
6c0e9fb3
AC
95292002-01-22 Andrew Cagney <ac131313@redhat.com>
9530
9531 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9532 * gdbint.texinfo: Ditto.
9533
e0ce93ac
AC
9534Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9535
9536 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9537
be298bcc
AC
95382002-01-22 Andrew Cagney <ac131313@redhat.com>
9539
9540 * Makefile.in: Update copyright.
9541 (TEXI2DVI): Define.
9542 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9543 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9544 gdb-cfg.texi.
9545 (TEXINDEX, PDFTEX): Delete makefile variables.
9546
8e04817f
AC
95472002-01-22 Andrew Cagney <ac131313@redhat.com>
9548
9549 * gdb.texinfo (Protocol): Move section to appendix.
9550
6b2f586d
AC
95512002-01-21 Andrew Cagney <ac131313@redhat.com>
9552
9553 * gdb.texinfo (Remote Debugging): Create a menu.
9554 (Top): Add ``Remote Debugging'' to menu.
9555
6f05cf9f
AC
95562002-01-21 Andrew Cagney <ac131313@redhat.com>
9557
9558 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9559 serial protocol'' from here.
9560 (Remote Debugging): To here. New chapter.
9561
3fd3d7d2
AC
95622002-01-20 Andrew Cagney <ac131313@redhat.com>
9563
9564 * gdbint.texinfo (Target Architecture Definition): Delete
9565 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9566
7fd60527
AC
95672002-01-20 Andrew Cagney <ac131313@redhat.com>
9568
9569 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9570 are no longer needed.
9571 (Porting GDB): Add maintainer note about configure.host.
9572
c2f05ac9
AC
95732002-01-20 Andrew Cagney <ac131313@redhat.com>
9574
9575 * gdbint.texinfo (Target Architecture Definition): Remove
9576 definition of IEEE_FLOAT.
9577
f7dc1244 95782002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
9579
9580 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
9581 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9582 <3diff@gnu.org>
231b2aad 9583
82600034
AC
95842002-01-19 Andrew Cagney <ac131313@redhat.com>
9585
9586 * gdbint.texinfo (Host Definition): Remove references to
9587 MALLOC_INCOMPATIBLE.
9588
7708fa01
AC
95892002-01-17 Andrew Cagney <ac131313@redhat.com>
9590
9591 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9592 and xyz-xdep.o.
9593
eb12ee30
AC
95942002-01-17 Andrew Cagney <ac131313@redhat.com>
9595
889bf7c5 9596 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
9597 (Set Breaks): Copy ``maint info breakpoint'' doco to
9598 ``Maintenance Commands'' appendix. Add reference.
9599
c9ccaa92
AC
96002002-01-17 Andrew Cagney <ac131313@redhat.com>
9601
9602 * fdl.texi: Remove next/prev from @node.
9603
f7dc1244 96042002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
9605
9606 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9607 for monstrous @multitable (from Brian Youmans).
9608
9609 * fdl.texi: New file.
9610
9611 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9612
8973da3a
AC
96132002-01-15 Andrew Cagney <ac131313@redhat.com>
9614
9615 * gdbint.texinfo (Releasing GDB): New chapter.
9616
7d86b5d5
AC
96172002-01-14 Andrew Cagney <ac131313@redhat.com>
9618
9619 * gdb.texinfo (Embedded Processors, Calling program functions):
9620 Obsolete references to a29k.
9621
cc1cb004
AC
96222002-01-13 Andrew Cagney <ac131313@redhat.com>
9623
9624 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9625 examples. Document that a code-block should do or discard its
9626 cleanups before exit.
9627
79f12247
MS
96282002-01-11 Michael Snyder <msnyder@redhat.com>
9629
9630 * gdb.texinfo (Choosing files): Change @samp to @file.
9631
19837790
MS
96322002-01-05 Michael Snyder <msnyder@redhat.com>
9633
9634 * gdb.texinfo (--pid): Document new command line option (attach).
9635
f7dc1244 96362002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
9637
9638 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9639 in the stub.
9640
d7449b42
AC
96412002-01-04 Andrew Cagney <ac131313@redhat.com>
9642
9643 * gdbint.texinfo (Target Architecture Definition): Replace
9644 BIG_ENDIAN with BFD_ENDIAN_BIG.
9645
f23631e4
AC
96462002-01-03 Andrew Cagney <ac131313@redhat.com>
9647
9648 * gdbint.texinfo (Target Architecture Definition): Replace
9649 value_ptr with struct value pointer.
9650
72c9928d
EZ
96512002-01-02 Eli Zaretskii <eliz@gnu.org>
9652
9653 * gdb.texinfo (Free Software): Fix wording.
9654
959acfd1
EZ
96552001-12-31 Eli Zaretskii <eliz@gnu.org>
9656
9657 * gdb.texinfo (Free Software): New section ``Free Software Needs
9658 Free Documentation''.
9659
f7dc1244 96602001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
9661
9662 * stabs.texinfo:
9663 * gdb.texinfo:
9664 * gdbint.texinfo:
9665 * libgdb.texinfo:
9666 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9667
6600abed
MS
96682001-12-29 Michael Snyder <msnyder@redhat.com>
9669
9670 * gdb.texinfo (maint info sections): Fix typo.
9671
f6680716
MS
96722001-12-26 Michael Snyder <msnyder@redhat.com>
9673
fe95c787
MS
9674 * gdb.texinfo (maint info sections): Document.
9675
a9331b3f 9676 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
9677 'info proc' sub-options that are currently not implemented.
9678
c3d3ce5b
JB
96792001-12-20 Jim Blandy <jimb@redhat.com>
9680
9681 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9682
778eb05e
AC
96832001-12-15 Andrew Cagney <ac131313@redhat.com>
9684
9685 * gdbint.texinfo (Target Architecture Definition): Replace
9686 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9687
2607059c
AC
96882001-12-01 Andrew Cagney <ac131313@redhat.com>
9689
9690 * gdbint.texinfo (Host Definition): Delete documentation on
9691 HOST_BYTE_ORDER.
9692
df0cd8c5
JB
96932001-11-30 Jim Blandy <jimb@redhat.com>
9694
9695 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 9696 overlay support. Add to top-level menu.
df0cd8c5 9697
88118b3a
TT
96982001-11-26 Tom Tromey <tromey@redhat.com>
9699
9700 * gdb.texinfo (Command Syntax): Document C-o binding.
9701
96565e91
CF
97022001-07-26 Christopher Faylor <cgf@redhat.com>
9703
9704 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9705 use since it is described in the referenced section.
9706
f7dc1244 9707 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
9708 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9709 clearer when using DJGPP.
9710
2a3d5645
CF
97112001-11-24 Christopher Faylor <cgf@redhat.com>
9712
9713 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9714 specifically refer to MS-DOS.
9715 (command files): Mention gdb.ini is only used on MS-DOS.
9716
aa26fa3a
TT
97172001-11-21 Tom Tromey <tromey@redhat.com>
9718
9719 * gdb.texinfo (Invoking GDB): Document --args.
9720 (Mode Options): Likewise.
9721
4f8ada06
JB
97222001-11-21 Jim Blandy <jimb@redhat.com>
9723
9724 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
9725 Delete documentation; this macro has been removed from the
9726 sources.
4f8ada06 9727
3fe0dc10
JB
97282001-11-13 Jim Blandy <jimb@redhat.com>
9729
9730 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9731
9e5abb06
CV
97322001-11-06 Corinna Vinschen <vinschen@redhat.com>
9733
9734 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9735
1c5dfdad
MS
97362001-11-05 Michael Snyder <msnyder@redhat.com>
9737
a9331b3f 9738 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
9739 quote regexp chars in function names such as "operator*()".
9740
990f9fe3
FF
97412001-11-01 Fred Fish <fnf@redhat.com>
9742
9743 * gdbint.texinfo (SOLIB_ADD): Document additional new
9744 "readsyms" arg.
9745
b433d00b
DH
97462001-10-30 Don Howard <dhoward@redhat.com>
9747
070b1dd3
DH
9748 * gdb.texinfo: (Command Files) Added documentation for the
9749 behavior of gdb with input redirected from a file.
b433d00b 9750
b7209cb4
FF
97512001-10-28 Fred Fish <fnf@redhat.com>
9752
9753 * gdb.texinfo (auto-solib-add): Change docs to match
9754 implementation change.
9755 (auto-solib-limit): Add docs for new variable.
9756
1aa20aa8
AC
97572001-10-15 Andrew Cagney <ac131313@redhat.com>
9758
9759 * gdbint.texinfo (Target Architecture Definition): Function
9760 value_as_pointer renamed to value_as_address.
9761
fc0c74b1
AC
97622001-10-15 Andrew Cagney <ac131313@redhat.com>
9763
9764 * gdbint.texinfo (Target Architecture Definition): Default
9765 POINTER_TO_ADDRESS functions assume unsigned addresses.
9766 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9767 posting by Jim Blandy.
9768
f4846649
JB
97692001-10-12 Jim Blandy <jimb@redhat.com>
9770
9771 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9772 version of texi2html (1.64) doesn't support this flag any more.
9773
f277788b
MK
97742001-09-08 Mark Kettenis <kettenis@gnu.org>
9775
a9dc4918
MK
9776 * gdbint.texinfo (Host Definition): Remove description of
9777 MEM_FNS_DECLARED.
9778
d28379df
MK
9779 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9780
f277788b
MK
9781 * gdbint.texinfo (Host Definition): Remove description of
9782 HAVE_SIGSETMASK.
9783
7ccaa899
EZ
97842001-09-04 Elena Zannoni <ezannoni@redhat.com>
9785
9786 * gdbint.texinfo (Target Architecture Definition): Add
9787 explanation of TARGET_PRINT_INSN macro.
9788
17d9d558
JB
97892001-08-30 Jim Blandy <jimb@redhat.com>
9790
9791 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9792 Explain what it means to load relocatable files.
9793
72cde065
JB
97942001-08-28 Jim Blandy <jimb@redhat.com>
9795
9796 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9797 info `top' menu.
9798
9e678452
CF
9799Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9800
9801 * gdbint.texinfo: Add a cautionary note about macro use.
9802
a2bea4c3 98032001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 9804
a2bea4c3
CV
9805 * gdb.texinfo: Explain omitting the hostname in the
9806 `target remote' command.
9807
1129bf27
DJ
98082001-07-30 Daniel Jacobowitz <drow@mvista.com>
9809
9810 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9811 and END-INFO-DIR-ENTRY.
9812
732b3002
SC
98132001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9814
9815 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9816
89437448
AC
98172001-07-25 Andrew Cagney <ac131313@redhat.com>
9818
9819 * gdbint.texinfo (libgdb): Rewrite.
9820
f7dc1244 98212001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
9822
9823 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9824
c4555f82
SC
98252001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9826
9827 * gdb.texinfo (TUI): New chapter, document the TUI.
9828 (Mode Options): Document the -tui option.
9829
2f45a6e0
MK
98302001-07-23 Mark Kettenis <kettenis@gnu.org>
9831
9832 * gdbint.texinfo (Host Definition): Remove description of
9833 NEED_POSIX_SETPGID.
9834
f7dc1244 98352001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
9836
9837 * gdb.tex (DJGPP Native): New node, with descriptions of
9838 DJGPP-specific commands.
9839
be9c6c35
JM
98402001-07-19 John R. Moore <jmoore@redhat.com>
9841
9842 * gdbint.texinfo: Three misspellings.
9843
dfa249fb
AC
98442001-07-06 Andrew Cagney <ac131313@redhat.com>
9845
9846 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9847 `test` expressions on bash. Problem reported by Colin Walters.
9848
c72e7388
AC
98492001-07-04 Andrew Cagney <ac131313@redhat.com>
9850
9851 * gdbint.texinfo (User Interface): Update ui-out documentation to
9852 refelect recent UI/MI updates.
9853
94bbb2c0
AC
98542001-07-04 Andrew Cagney <ac131313@redhat.com>
9855
9856 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9857 interpreters.
9858
af6c57ea
AC
98592001-06-15 Andrew Cagney <ac131313@redhat.com>
9860
9861 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9862 structure and not macros.
9863 (Host Definition): Document that much of this chapter is obsolete.
9864 (Target Architecture Definition): Update list of files that make
9865 up a target architecture.
9866 (Coding): Update.
9867
83aa8bc6
AC
98682001-06-28 Andrew Cagney <ac131313@redhat.com>
9869
9870 * gdbint.texinfo (Target Architecture Definition): Update
9871 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9872 The latter has been changed to a true predicate.
9873
f7dc1244 98742001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
9875
9876 * annotate.texi: Add @noindent where needed. From Dmitry
9877 Sivachenko <dima@Chg.RU>.
9878 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9879
656db9b0
AC
98802001-06-16 Andrew Cagney <ac131313@redhat.com>
9881
9882 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9883
df2396a1
AC
98842001-06-14 Andrew Cagney <ac131313@redhat.com>
9885
9886 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9887 returns ``OK''. Document that the ``R'' packet does not reply.
9888
0f1f2b0a
MS
98892001-06-13 Michael Snyder <msnyder@redhat.com>
9890
9891 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9892
f7dc1244 98932001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
9894
9895 * gdb.texinfo (Signals): Clarify the default setting of signal
9896 handling.
9897
a5d7c491
AC
98982001-05-14 Andrew Cagney <ac131313@redhat.com>
9899
9900 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9901 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9902
05a54c4f
AC
99032001-05-12 Andrew Cagney <ac131313@redhat.com>
9904
9905 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9906
f7dc1244 99072001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
9908
9909 * gdbint.texinfo (Clean Design and Portable Implementation):
9910 Renamed from "Clean Design".
9911 (Clean Design and Portable Implementation): Document portable
9912 methods of handling file names, and the associated macros.
9913
f7dc1244 99142001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
9915
9916 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9917 command and provide a cross-reference to its description.
9918 (Symbols): Note that "info scope" is useful for trace experiments.
9919
f7dc1244 99202001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 9921
b37052ae
EZ
9922 * gdb.texinfo (Symbols): Document "info scope".
9923 (Tracepoints): New chapter.
9924 (Contributors): Update for v5.1.
9925 <All nodes>: Change "C++" to "C@t{++}".
9926
0ee54786
EZ
9927 * gdbint.texinfo (User Interface): A new section about ui_out
9928 functions, based on text written by Fernando Nasser.
9929
c534679c
EZ
9930 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9931
f7dc1244 99322001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 9933
e9c75b65
EZ
9934 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9935
9936 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9937
9938 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9939 Replace "GDB" with "@value{GDBN}". Fix markup.
9940
9941 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9942
3d67e040
EZ
9943 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9944 a cross-reference to its description.
9945 (Symbols): Document "info symbol".
9946
f7dc1244 99472001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
9948
9949 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9950 subsection "x86 Watchpoints".
9951 (Target Architecture Definition): Document the macros
9952 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9953 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9954
b0ed3589
AC
99552001-03-20 Andrew Cagney <ac131313@redhat.com>
9956
9957 * gdbint.texinfo (Target Architecture Definition): Update
9958 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9959 list.
9960
b6ba6518
KB
99612001-03-06 Kevin Buettner <kevinb@redhat.com>
9962
9963 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9964 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9965
f7dc1244 99662001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
9967
9968 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9969
f7dc1244 99702001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 9971
17cc6a06
EZ
9972 * gdb.texinfo (Environment): Document that `path' does not change
9973 the value of PATH in GDB's own environment (it did in the past,
9974 but that was changed on March 15, 1994). Reported by Doug Evans
9975 <dje@transmeta.com>.
9976
56caf160
EZ
9977 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9978 its line. Fix markup of commands and macros. Add an Index node
9979 and index entries.
9980
29e57380
C
99812001-01-23 J.T. Conklin <jtc@redback.com>
9982
9983 * gdb.texinfo (Memory region attributes): New manual section.
9984
1c6147de
ND
99852001-01-04 Nicholas Duffek <nsd@redhat.com>
9986
9987 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9988
f7dc1244 99892000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
9990
9991 * refcard.tex: Version and copyright fixed. From Phil Edwards
9992 <pedwards@disaster.jaj.com>.
9993
0dcedd82
AC
9994Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9995
9996 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 9997 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 9998
3b851bce
AC
9999Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10000
10001 * gdbint.texinfo (Coding): Update current value of
889bf7c5 10002 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 10003
f7dc1244 100042000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
10005
10006 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10007 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10008
b90a5f51
CF
100092000-11-10 Christopher Faylor <cgf@cygnus.com>
10010
10011 * gdb.texinfo: Document new 'set step-mode' command.
10012
f7dc1244 100132000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
10014
10015 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10016 changes from Dmitry Sivachenko <dima@Chg.RU>.
10017
f7dc1244 100182000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
10019
10020 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10021 From Steven Johnson <sbjohnson@ozemail.com.au>.
10022
2e685b93
MK
100232000-08-10 Mark Kettenis <kettenis@gnu.org>
10024
10025 * gdbint.texinfo (Overall Structure): Spelling fix.
10026
f7dc1244 100272000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
10028
10029 * gdbint.texinfo (Target Architecture Definition): Document that
10030 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10031 for which REGISTER_CONVERTIBLE returns a zero value.
10032
63ac3005
EZ
100332000-07-08 Christopher Faylor <cgf@cygnus.com>
10034
10035 * Makefile.in (install-info): Find files to install in either the
10036 build or source directories (adapted from Makefile.am).
10037
bd79f757
ND
100382000-07-07 Nicholas Duffek <nsd@redhat.com>
10039
10040 * stabs.texinfo: Fix spelling errors.
10041 (String Field): FILE-NUMBER starts from 0, not 1.
10042
f7dc1244 100432000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
10044
10045 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 10046 Brian Youmans.
5f208f6d 10047
f7dc1244 100482000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
10049
10050 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
10051 the source directory. Reported by Mark Harig
10052 <markh@frazier.landmark.com>.
cc542d3b 10053
f3b28801
C
100542000-06-20 J.T. Conklin <jtc@redback.com>
10055
10056 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10057
449f3b6c
AC
10058Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10059
10060 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 10061 Generate using pdftex.
449f3b6c 10062 (PDFTEX): Define.
889bf7c5 10063 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 10064 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 10065 @contents at the start.
449f3b6c 10066
f7dc1244 100672000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
10068
10069 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 10070 Youmans.
48e934c6 10071
9e9c5ae7
AC
10072Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10073
10074 From Brian Youmans:
10075 * gdb.texinfo: Fix ``et al.''.
10076
c741b251
AC
10077Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10078
10079 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 10080 loop.
c741b251 10081
4ab64e14
JG
100822000-05-19 Jimmy Guo <guo@cup.hp.com>
10083
10084 * configure: Regenerate.
10085
f7dc1244 100862000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
10087
10088 * Makefile.in (install-info): Run install-info on installed Info
10089 files.
10090
8c70017b
AC
10091Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10092
a7cb598a 10093 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 10094 Andrew Cagney.
8c70017b 10095
f7dc1244 100962000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
10097
10098 * gdb.texinfo: Proofreading changes from Brian Youmans.
10099
bf0184be
ND
101002000-05-01 Nick Duffek <nsd@cygnus.com>
10101
10102 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10103 startup sequence, minor edits.
10104
f7dc1244 101052000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
10106
10107 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10108 TeX.
10109
10110 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10111 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10112 like `n' and `s' which look weird. Convert some of the @kindex to
10113 @vindex, when they refer to variables, not commands.
10114
33e16fad
AC
10115Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10116
10117 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10118
f7dc1244 101192000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
10120
10121 * Makefile.in (GDBMI_DIR): New variable.
10122 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10123 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10124 (gdbmi.texinfo): New target, for texi2roff.
10125 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10126 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10127
10128 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10129 gdbmi.texinfo.
10130 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10131 comment.
10132
d167840f
EZ
101332000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10134
10135 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 10136 command.
d167840f 10137
f7dc1244 101382000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
10139
10140 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10141 prevents the build (and is generally a Bad Idea).
10142
f7dc1244 101432000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
10144
10145 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10146 a comma inside @var.
10147 (Command Files): Index markup changes from Dmitry Sivachenko
10148 <dima@Chg.RU>.
10149
f7dc1244 101502000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
10151
10152 * Makefile.in (LN_S): Define.
10153 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10154 invoke "ln -s" unless it is known to work.
10155
10156 * configure.in (AC_PROG_LN_S): Add.
10157
8dc7983f
JB
101582000-04-14 Jim Blandy <jimb@redhat.com>
10159
10160 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10161 section.
10162 (Target Conditionals): Document ADDRESS_TO_POINTER,
10163 POINTER_TO_ADDRESS.
10164
1a8237e8
DB
101652000-04-11 Daniel Berlin <dan@cgsoftware.com>
10166
10167 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10168 gdb-cfg.texi to get the value.
10169
ca526f1a
JB
101702000-04-10 Jim Blandy <jimb@redhat.com>
10171
10172 * gdbint.texinfo (Target Architecture Definition): Fix
10173 cross-references.
10174
faaafcb4
JB
101752000-04-08 Jim Blandy <jimb@redhat.com>
10176
10177 * gdbint.texinfo (Using Different Register and Memory Data
10178 Representations): New section.
10179 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
10180 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10181 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 10182
1b27397f
AC
10183Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10184
10185 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 10186 for acknowledgments.
1b27397f 10187
480ff1fb
AC
10188Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10189
10190 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 10191 qThreadExtraInfo.
480ff1fb 10192
a9331b3f 101932000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 10194
a9331b3f
RM
10195 * gdb.texinfo: Clarify which remote debug protocol commands are
10196 required and which are optional.
f1251bdd 10197
dbeb8dbd
AC
10198Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10199
10200 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
10201 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10202 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
10203 * annotate.texi: Update.
10204
6d2ebf8b
SS
102052000-03-28 Stan Shebs <shebs@apple.com>
10206
10207 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10208 expectation of additional changes before release), update
10209 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10210 node links, rephrase and/or shorten lines to fix formatting
10211 problem in both regular and @smallbook formats.
10212 * annotate.texi: Shorten lines in example, use smallexample
10213 consistently everywhere.
10214 * Makefile.in: Add comment about texinfo 4.0 html generation.
10215 (SFILES_INCLUDED): Add annotate.texi.
10216
5d161b24
DB
102172000-03-27 Daniel Berlin <dan@cgsoftware.com>
10218
5ae4183a
AS
10219 * gdb.texinfo (Debugging Output): Added new section, documenting
10220 the "set/show debug" commands.
5d161b24 10221
b9deaee7
AC
10222Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10223
10224 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 10225 entry.
b9deaee7
AC
10226
10227 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10228 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 10229 @chapter and @node entries.
a9331b3f 10230
b9deaee7 10231 * gdb.texinfo: Link all top-level nodes.
a9331b3f 10232
9ef47d30
AC
10233Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10234
10235 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 10236 files.
9ef47d30 10237
cfeada60
FN
102382000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10239
10240 From David Whedon <dwhedon@gordian.com>
5ae4183a 10241 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 10242
6837a0a2
DB
102432000-03-22 Daniel Berlin <dan@cgsoftware.com>
10244
10245 * gdb.texinfo: Add documentation for the apropos command.
10246
bba2971c
MS
102472000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10248
10249 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10250
2b628194
MS
102512000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10252
a9331b3f 10253 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
10254 two places.
10255
96a2c332
SS
102562000-03-17 Stan Shebs <shebs@apple.com>
10257
10258 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10259 <dima@Chg.RU>, also clarification of allowed content for
10260 string constants.
10261
f7dc1244 102622000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
10263
10264 * gdb.texinfo (main menu): Add Annotations.
10265 (File Options): Add @cindex entries for each command-line option.
10266 Document --epoch, --annotate, --async, --interpreter, --write,
10267 --statistics, and --version.
10268
10269 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10270 of GDB.
10271
9d233477
JB
102722000-02-23 Jim Blandy <jimb@redhat.com>
10273
10274 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10275
14e0eb3b
JB
102762000-02-22 Jim Blandy <jimb@redhat.com>
10277
10278 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10279
3555de01
JM
102802000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10281
10282 * Makefile.in (diststuff): New target.
10283
5e35df8e
KB
102842000-02-15 Kevin Buettner <kevinb@redhat.com>
10285
10286 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 10287 architecture. [From Jim Wilson.]
5e35df8e 10288
c5394b80
JM
102892000-01-16 Tom Tromey <tromey@cygnus.com>
10290
10291 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10292 (Delete Breaks): Mention range arguments.
10293 (Disabling): Likewise.
10294
c3f6f71d
JM
102952000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10296
10297 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10298
c4093a6a
JM
10299Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10300
10301 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 10302 valid functions.
c4093a6a 10303
11cf8741
JM
103041999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10305
10306 * gdb.texinfo: Clarify regular expressions used in rbreak.
10307
917317f4
JM
103081999-10-15 Kevin Buettner <kevinb@cygnus.com>
10309
10310 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10311 MEMORY_REMOVE_BREAKPOINT): Document.
10312
10313Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10314
10315 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 10316 offset re-using the DATA offset instead.
917317f4 10317
2df3850c
JM
103181999-10-11 Jim Kingdon <kingdon@redhat.com>
10319
10320 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10321
103221999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10323
10324 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10325 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10326 typos.
10327
10328 * gdb.texinfo: Various minor wording and formatting improvements,
10329 mentions of additional command-line options.
10330
2acceee2
JM
103311999-09-30 Fred Fish <fnf@cygnus.com>
10332
10333 * gdb.texinfo: Document additional forms of specifying section
10334 names and addresses for the add-symbol-file command.
10335
c2c6d25f
JM
103361999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10337
10338 * gdbint.texinfo: Fix typo, add the word "have".
10339
103401999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10341
10342 * gdbint.texinfo (Target Architecture Definition): Document the
10343 SKIP_PERMANENT_BREAKPOINT macro.
10344
d4f3574e
SS
103451999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10346
10347 * gdb.texinfo: Fiks speling errers.
10348
10349 * gdb.texinfo: Fix uses of @multitable.
10350
f7dc1244 10351 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 10352 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 10353 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
10354 comments about using with optimization, add more indexing,
10355 fix info about disassembly-flavor.
10356
10357Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10358
10359 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10360 SKIP_SOLIB_RESOLVER): Define.
10361
10362Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10363
10364 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 10365 ``g'' packets.
d4f3574e 10366
104c1213
JM
103671999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10368
10369 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
10370 platform-specific info, inline remote.texi and move sections of it
10371 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
10372 and register stack into the new chapter.
10373 * remote.texi: Remove, now part of gdb.texinfo.
10374 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10375
103761999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10377
10378 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10379 GDB_TARGET_IS_MACH386): These kludges have gone away.
10380
10381Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10382
10383 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 10384 TDEPLIBS.
104c1213 10385
53a5351d
JM
103861999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10387
10388 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10389 surrounding text to fit HP-UX bits into general info.
10390 (HPPA-cfg.texi): Remove, no longer useful.
10391
10392 * gdb.texinfo: Remove explicit links from @node lines, remove
10393 HP-added "Detailed Node Listing" from main menu which confuses
10394 things.
10395
10396 From Dmitry Sivachenko <dima@Chg.RU>:
10397 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 10398 in description of `set environment'.
53a5351d
JM
10399
104001999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10401
10402 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10403
7be570e7
JM
104041999-08-12 Ben Elliston <bje@cygnus.com>
10405
10406 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10407
f7dc1244 104081999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
10409
10410 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
10411 watch, awatch, and rwatch. Explain why the latter two cannot be
10412 set as software watchpoints. Document that watchpoints for local
10413 variables are deleted when the debuggee terminates.
7be570e7
JM
10414
10415Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10416
10417 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
10418 packet. Allow E.. response packet. "qRcmd" packet is no longer
10419 reserved.
7be570e7
JM
10420
104211999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10422
a9331b3f
RM
10423 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10424 * gdb.texinfo: Ditto.
7be570e7 10425
96baa820
JM
104261999-08-06 Tom Tromey <tromey@cygnus.com>
10427
10428 * gdb.texinfo (KOD): New node.
10429
10430Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10431
10432 * remote.texi (Rcmd): Fix minor formatting typos.
10433
10434Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10435
10436 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 10437 packets.
96baa820 10438
adf40b2e
JM
104391999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10440
10441 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10442 fixes.
10443
43ff13b4
JM
10444Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10445
10446 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10447
085dd6e6
JM
10448Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10449
10450 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
10451 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10452 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10453 packets that are not supported on all hosts. Expand examples.
10454 Spell check.
085dd6e6
JM
10455
104561999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10457
10458 * Makefile.in: Recognize html, install-html. Add targets
10459 to build HTML versions of documentation via texi2html.
10460
10461Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10462
10463 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 10464 testsuite.
085dd6e6
JM
10465
10466Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10467
10468 * remote.texi (Communication Protocol): Rewrite.
10469
10470Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10471
10472 * stabs.texinfo: Fix uses of xref.
10473
9e0b60a8
JM
10474Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10475
10476 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10477 info about patch submission.
10478
cce74817
JM
10479Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10480
10481 From Per Bothner <bothner@cygnus.com>:
10482 * gdb.texinfo: Document Chill support.
10483
10484Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10485
10486 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
10487 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10488 Document that the value should be greater-than or equal-to zero.
10489 (NO_STD_REGS): Document. Deprecate.
cce74817 10490
ac9a91a7
JM
10491Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10492
10493 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 10494 Document that these are not used.
ac9a91a7
JM
10495
10496Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10497
10498 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10499
392a587b
JM
10500Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10501
10502 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 10503 numargs was dropped.
392a587b
JM
10504
10505Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10506
10507 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10508
b83266a0
SS
10509Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10510
10511 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 10512 Update.
b83266a0 10513
7a292a7a
SS
10514Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10515
10516 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10517 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10518
10519Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10520
10521 * gdbint.texinfo: Fix typos: $ -> @.
10522
10523Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10524
10525 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
10526 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10527 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10528 BREAKPOINT_FROM_PC.
a9331b3f 10529
7a292a7a
SS
10530Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10531
10532 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 10533 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
10534
10535Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10536
10537 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 10538 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
10539
105401999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10541
10542 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10543 longer exists.
10544
10545Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10546
10547 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
10548 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10549 they make the manual source incomprehensible.
7a292a7a
SS
10550 * h8-cfg.texi: Remove, hasn't been used in years.
10551
c906108c
SS
10552Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10553
10554 * gdb.texinfo: Update the credits.
10555
10556Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10557
10558 * gdb.texinfo: Fix mistakes noticed in printout of last
10559 draft, add Alpha to discussion of heuristic fence post.
10560
10561Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10562
10563 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
10564 Edition, merge some HP changes into mainline, describe some
10565 previously undocumented features, describe more of the target
10566 commands available, eliminate obsolete section on renamed
10567 commands.
c906108c
SS
10568 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10569
10570Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10571
10572 * gdb.texinfo: Make many HPPA conditionals unconditional,
10573 including catchpoint description, since now on for all configs.
10574 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10575 specializations.
10576
10577Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10578
10579 * Makefile.in (GDBvn.texi): Fix match expression to work with
10580 current format of VERSION in gdb/Makefile.in.
10581 * gdb.texinfo: Fix node ref to match new readline.
10582
10583Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10584
a9331b3f
RM
10585 * gdb.texinfo: Changes made as part of a project to merge in
10586 changes made by HP. Documentation makes extensive use of
c906108c
SS
10587 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10588 on remote debugging. There are differences in documentation
889bf7c5 10589 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
10590 the HP manual discusses catchpoints, hardware watchpoints, and
10591 some HPUX specific limitations for shared library support.
a9331b3f 10592
c906108c
SS
10593 There are also a number of @node changes.
10594
105951999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10596
10597 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10598 (C Usage): Same.
10599
10600Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10601
10602 The following changes were made by Edith Epstein
889bf7c5
PA
10603 <eepstein@cygnus.com> as part of a project to merge in changes
10604 made by HP.
a9331b3f 10605
c906108c
SS
10606 * HPPA-cfg.texi: new file.
10607
10608 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10609
10610 * refcard.tex: change documentation about catch.
10611 removed info catch.
10612
10613Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10614
10615 * gdbint.texinfo: Expand on GDB's coding standards,
10616 specify the use of arg names with prototypes.
10617
106181998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10619
10620 * gdb.texinfo: Fix tipo.
10621
10622Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10623
10624 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 10625 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
10626
10627Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10628
10629 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10630
106311998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10632
10633 * agentexpr.texi: New file.
10634
10635Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10636
10637 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10638
106391998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10640
10641 * remote.texi: Changed wording that implied that the GDB remote
10642 protocol caches register values instead of GDB itself.
10643
10644Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10645
10646 * gdbint.texinfo: Add some info about symbol readers.
10647 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10648 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10649 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10650 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10651
10652Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10653
a9331b3f 10654 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
10655
10656Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10657
10658 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10659
10660Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10661
10662 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 10663 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
10664
10665Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10666
10667 * gdbint.texinfo: Fix minor typos.
10668
10669Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10670
10671 * gdbint.texinfo: Complete overhaul. Group descriptions more
10672 logically, add more info on generic algorithms, remove much
10673 obsolete and/or wrong material.
10674
10675Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10676
10677 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10678
10679Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10680
10681 * refcard.tex: Copyright, address updates.
10682
10683Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10684
10685 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10686 for the edition instead of confusing GDB-version-like numbers.
10687
10688Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10689
10690 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10691
10692Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10693
5ae4183a 10694 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
10695
10696Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10697
10698 * gdb.texinfo: Add some credits, mention bug monitor.
10699 * remote.texi: Mention mips monitor targets.
10700 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 10701
c906108c
SS
10702Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10703
10704 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
10705 files, finish sorting of host vs target vs native macros, describe
10706 some more of them.
c906108c
SS
10707
10708Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10709
10710 * gdbint.texinfo (Host Conditionals): Document change from
10711 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10712
10713Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10714
10715 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 10716 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
10717
10718Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10719
10720 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10721 Document LSEEK_NOT_LINEAR.
10722
10723Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10724
10725 * stabs.texinfo (Stab Section Basics): Make it clear that only
10726 some versions of the GNU linker remove the leading N_UNDF symbol.
10727
10728Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10729
10730 * stabs.texinfo (String Field): Document type number pairs here,
10731 instead of in the Sun specific section.
10732 (Include Files): The GNU linker supports the N_BINCL
10733 optimization. Clarify the N_BINCL value, and what it is used
10734 for.
10735 (Procedures): Document N_FUN with an empty string to mark the end
10736 of a function.
10737 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10738 (Sun Differences): Remove this node, as the information is now
10739 elsewhere in the main document.
10740 (Stab Section Basics): Mention that the GNU linker may optimize
10741 stabs and remove the leading N_UNDF symbol.
10742
10743Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10744
10745 * gdb.texinfo, refcard.tex: Restore author credit
10746
10747Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10748
10749 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10750 documentation to account for START and END macros taking
10751 one arg.
10752
10753Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10754
10755 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10756 * gdb.texinfo (Frames): Fix typo.
10757
10758Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10759
10760 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10761 a target_signal as arg type, not a pid.
10762
10763Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10764
10765 * gdb.texinfo: Document `set assembly-language'.
10766
10767Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10768
10769 * remote.texi: Update list of stubs in the GDB distribution.
10770
10771Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10772
10773 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
10774 Also document that some systems can use mmalloc but must define
10775 this if their C runtime allocates memory that is later freed.
c906108c 10776 (MMCHECK_FORCE): Document new macro.
a9331b3f 10777
c906108c
SS
10778Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10779
10780 * remote.texi: Add documentation for target Sparclet.
10781
10782Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10783
a9331b3f 10784 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
10785 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10786 * configure.in: Rewritten for autoconf.
10787 * configure: New.
10788
10789Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10790
10791 * Makefile.in (DVIPS): New define, set to dvips.
10792 (dvi): Add stabs.dvi.
10793 (ps): New target.
10794 (all-doc): Depend on info, dvi, and ps targets.
10795 (STAGESTUFF): Add *.ps and *.dvi files.
10796 (clean-info, clean-dvi): Remove.
10797 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10798 rules completely rewritten.
10799 (maintainer-clean): Remove clean-info and clean-dvi
10800 dependencies and put their actions in the rules.
10801 (gdb.ps): New target
a9331b3f 10802 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
10803 intermediate TeX files, whether they have 2 or 3 character
10804 extensions.
10805 (gdbint.ps): Add target and rules.
10806 (gdb-internals): Delete unused target.
10807 (Makefile): Depends upon config.status also.
10808
10809Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10810
10811 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10812 set.
10813
10814Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10815
10816 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10817 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10818
10819Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10820
10821 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10822
10823Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10824
10825 * gdb.texinfo (Print settings): Document
10826 `set/show print static-members' commands.
10827
10828Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10829
10830 * gdbint.texinfo (Native): Document name change, coredep.c to
10831 core-aout.c.
10832
10833Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10834
10835 * stabs.texinfo (Include Files): Document the values the SunOS4
10836 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10837
10838Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10839
10840 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10841 Fix typo.
10842
10843Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10844
10845 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10846 "gdb.tar.Z".
10847
10848Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10849
10850 * Makefile.in (maintainer-clean): New target, synonym for
10851 realclean.
10852
10853Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10854
10855 * Update all FSF addresses except those in COPYING* files.
10856
10857Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10858
10859 From Richard Earnshaw (rearnsha@armltd.co.uk):
10860 * gdb.texinfo (convenience variables): Document $_exitcode.
10861 (quit): Document optional expression to use as exit code.
10862
10863Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10864
10865 * gdb.texinfo, remote.texi: Brought up to date with various
10866 GDB changes.
10867
10868Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10869
10870 * gdb.texinfo: Update dates and versions, fix comments about
10871 hardware watchpoints in future releases and about the
10872 sharedlibrary command.
10873
10874Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10875
10876 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10877 C_FUN stab. Other cleanups.
10878
10879Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10880
10881 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10882 for the sparc stub.
10883
10884Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10885
10886 * annotate.texi: Clarify which addresses have differing formats
10887 depending on the language and which do not.
10888
10889Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10890
10891 * remote.texi (NetWare): Changed example to use BOARD= instead of
10892 NODE= argument to reflect correspoding change to gdbserve.nlm.
10893
10894Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10895
10896 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10897 GDB, as well as AIX dbx, supports the size type attribute.
10898
10899Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10900
10901 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10902
10903Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10904
10905 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10906 and new 'if' and 'while' commands.
10907
10908Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10909
10910 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10911
10912Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10913
10914 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10915 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10916 NetWare targets. Mostly stolen from the Server node.
10917
10918Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10919
10920 * gdb.texinfo (Setting): Talk about the language of a source file
10921 versus the working language. The old documentation did not match
10922 what GDB did.
10923
10924Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10925
10926 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10927 of a source file.
10928
10929Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10930
10931 * gdb.texinfo (Processes): New node.
10932
10933Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10934
10935 * remote.texi: Update documentation of set/show mipsfpu.
10936
3fc11d3e
JM
10937Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10938
10939 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10940 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
10941
10942Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10943
10944 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10945 obsolete conditionals, described some others.
10946
10947Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10948
10949 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10950 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10951
10952Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10953
10954 * gdbint.texinfo: Put regex conditionals in their own table.
10955
10956Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10957
10958 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10959 described or fixed the descriptions of many others.
10960
10961Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10962
10963 * gdb.texinfo: Add some more credits.
10964 * gdbint.texinfo: Capitalize GDB consistently, describe some
10965 macros and remove some.
10966
10967Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10968
10969 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10970 obsolete conditionals, described some others.
10971
10972Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10973
10974 * gdb.texinfo (help targets): Changed to `help target', which
10975 is the correct gdb command.
10976
10977Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10978
10979 * annotate.texi (TODO): New node, for keeping track of annotations
10980 suggested but not yet implemented.
10981
10982Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10983
10984 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10985 another symbol, it is not the address itself.
10986
10987Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10988
10989 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10990 of stabs-in-coff sections.
10991
10992Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10993
10994 * annotate.texi: Change edition to 0.5 and date to May 1994.
10995 Add index.
10996 (Frames): New node, for frame annotation.
10997 (Displays): New node, for display annotation.
10998
10999 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11000 when waiting for your program to stop.
11001
11002Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11003
11004 * annotate.texi (Breakpoint Info): Document annotation of header
11005 fields and record annotation.
11006
11007Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11008
11009 * annotate.texi: New file, to document annotations.
11010
11011Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11012
11013 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11014 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11015
11016Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11017
11018 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11019 section, and say n_strx field is compilation unit relative.
11020 * stabs.texinfo: Don't use @code for a.out when it is the name of
11021 an object file format.
11022
11023Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11024
11025 * gdb.texinfo: Refer to file names, not path names, per rms
11026 convention.
11027 (Arguments): Fix typo.
11028
11029Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11030
11031 * stabs.texinfo (Global Variables): Talk about stabs in files
11032 where variables are referenced, but not defined.
11033
11034Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11035
11036 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11037 Cplusplus to new nodes Member Type Descriptor and Method Type
11038 Descriptor. Re-write stuff for #.
11039
11040Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11041
11042 * gdb.texinfo (Print Settings): Don't document "set print
11043 fast-symbolic-addr off". The bug which it worked around was fixed
11044 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11045
11046 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11047 N_ENTRY node.
11048
11049 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11050
11051Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11052
11053 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11054 references to ieee-float.c.
11055
11056Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11057
11058 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11059 match what the code actually does.
11060
11061Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11062
11063 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11064
11065Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11066
11067 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11068 i, and b.
11069
11070Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11071
11072 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11073 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11074 as "stabs in sections" rather than just saying "ELF and SOM".
11075 Also make that stuff apply to COFF.
11076
11077Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11078
11079 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11080 Ghostscript.
11081
11082Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11083
11084 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11085 versus functions without line numbers, also mention stepping into
11086 them as well as "step" when you are in them. Tell the user how to
11087 deal with the situation. Add comment about "debugging information".
11088
11089Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11090
11091 * stabs.texinfo (Enumerations): Document restriction on where
11092 enumeration types can appear and still win with GDB.
11093
11094Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11095
11096 * stabs.texinfo (Negative Type Numbers): Document format for type
11097 -16.
11098
11099Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11100
11101 * gdb.texinfo (Selection, Frame Info): Update information about
11102 arbitrary frame specficiations.
11103
11104Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11105
11106 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11107
11108Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11109
11110 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11111
11112Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11113
11114 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11115
11116Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11117
11118 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11119 Differences node to Statics node.
11120 (Statics): Discuss XCOFF use of V symbol descriptor.
11121
11122 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11123 not clean.
11124
11125Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11126
11127 * gdb.texinfo (Print Settings): Document `set print
11128 fast-symbolic-addr' and improve the doc for some other
11129 `set print's.
11130
11131Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11132
11133 * stabs.texinfo (String Field): Talk about defining several type
11134 numbers at once.
11135 Fix lint regarding changing node ELF Transformations to
11136 ELF and SOM Transformations.
11137
11138Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11139
11140 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11141
11142Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11143
11144 * stabs.texinfo (Cross-References): `::' is for nested types only
11145 within <>.
11146 (Structures): Document static members.
11147
11148Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11149
11150 * stabs.texinfo: Document S type attribute.
11151
11152Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11153
11154 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11155
11156Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11157
11158 * gdbint.texinfo: Fix a few typos.
11159
11160Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11161
11162 * gdb.texinfo, remote.texi: formatting improvements
11163
11164 * gdb.texinfo (New Features): mention threads.
11165 (Summary, C): fix xrefs in newly contributed text.
11166 (Threads): index entries, clarifications, example
11167 (passim): minor typos fixed, phrasing improvements
11168
11169 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11170 entries; (Server): explain use of gdbserver w/real-time systems,
11171 add example of conflicting TCP port; (MIPS Remote) break up
11172 running text into table, highlighting commands, and add example.
a9331b3f 11173
c906108c
SS
11174Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11175
11176 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11177
11178Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11179
11180 * stabs.texinfo (Nested Symbols): New node.
11181 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11182
11183Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11184
11185 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11186 to picking which Bbss.bss symbol to use, and (because there seems to
11187 be no good way of doing it) re-write some of the text to make it
11188 sound like Bbss.bss isn't such a great idea after all (as currently
11189 designed).
11190
11191 * gdb.texinfo (C): In addition to saying people have to use g++ for
11192 good results, say they have to use stabs. Specifically say cfront
11193 doesn't work well.
11194 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11195 the gdb README. Add xrefs to places where the support for the various
11196 languages is described in detail.
11197
11198Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11199
11200 * stabs.texinfo: Clean up stuff about visibility and virtual
11201 characters.
11202
11203 * stabs.texinfo (N_M2C): Cite Sun doc.
11204
11205Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11206
11207 * gdb.texinfo: updates re threads.
11208 * remote.texinfo: avoid index entries starting with digits.
11209
11210Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11211
11212 * stabs.texinfo (Enumerations): Talk about large, negative and
11213 octal values. Clean up cross reference to type attributes.
11214 (String Field): Say that GDB 4.11 supports size attribute.
11215
11216Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11217
11218 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11219 is a mandatory step. Make the stuff about that more concise.
11220
11221Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11222
11223 * stabs.texinfo (Class Names): New node.
11224
11225 * gdb.texinfo (Command Files): Explain order of init file reading.
11226
11227 * remote.texi (Bootstrapping): Talk about getting the serial driver
11228 to deal with ^C sent by gdb to stop the remote system.
11229
11230Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11231
11232 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11233
11234 * libgdb.texinfo (Defining Commands): made the DOC arg
11235 to gdb_define_app_command a char * instead of char **
11236 per a suggestion from kingdon.
11237
11238 * libgdb.texinfo: total rewrite from a different starting
11239 premise.
11240
11241Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11242
11243 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11244 floats passed as doubles (to improve clarity).
11245
11246Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11247
11248 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11249
11250 * a4rc.sed: update to work with Andreas Vogel papersize params
11251
11252 * refcard.tex: use Andreas Vogel simplifications of papersize
11253 params; remove useless version info; update copyright date.
11254
11255Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11256
11257 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11258
11259Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11260
11261 * gdb.texinfo (Files): Say what address the load command loads it at.
11262
11263 * stabs.texinfo (Common Blocks): Minor cleanups.
11264
11265 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11266 that Sun has backed away from the linker kludge and thus the relevant
11267 issue is changes to the SunPRO tools, not the Solaris linker.
11268
11269 * stabs.texinfo (Traditional Integer Types): Clean up description
11270 of octal bounds a little bit. Document extra leading zeroes.
11271
11272Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11273
11274 * gdb.texinfo (Signaling): Update for symbolic symbol names
11275 and add a section explaining the difference between the GDB
11276 signal command and the shell kill utility.
11277
11278Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11279
11280 * libgdb.texinfo: added `@' to braces that were unescaped.
11281
11282Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11283
11284 * libgdb.texinfo: new file. Spec for the gdb library.
11285
11286Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11287
11288 * stabs.texinfo (Include Files): Fix typo (start -> end).
11289
11290Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11291
11292 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11293 from Melissa at FSF's editing pass.
11294
11295Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11296
11297 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11298 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11299 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11300
11301Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11302
11303 * remote.texi (Bootstrapping): Discuss 386 call gates.
11304
11305Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11306
11307 * stabs.texinfo (Based Variables): New node.
11308
11309Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11310
11311 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11312 names, sizes, and formats to suggest how not to lose.
11313
11314Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11315
11316 * stabs.texinfo (Methods): Fix typo.
11317
11318Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11319
11320 * gdb.texinfo: Fix a few typos.
11321
11322Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11323
11324 * gdb.texinfo: Clarify how well it works with Fortran.
11325
11326 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11327 More on relocating stabs in ELF files.
11328
11329Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11330
11331 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11332
11333Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11334
11335 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11336 parameters on VAX.
11337
11338Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11339
11340 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11341
11342Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11343
11344 * stabs.texinfo: Make info author notice match the TeX author notice.
11345
11346Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11347
11348 * stabs.texinfo: Initial-caps all words in node names and
11349 non-trivial words in section names.
11350
11351Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11352
11353 * stabs.texinfo: Many minor cleanups.
11354
11355 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11356
11357Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11358
11359 * stabs.texinfo: Remove full description of big example.
11360 It's not really helpful; just use pieces of it where appropriate.
11361 Add more Texinfo formatting directives (@samp, etc.).
11362 Use @deffn to define stab types.
11363 Eliminate some wordiness. Break up some nodes.
11364 Add an (alphabetized) index of symbol types.
11365 Use consistent capitalization style in node and section names.
11366
11367Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11368
11369 * gdb.texinfo: Change typo "Two two" to "The two".
11370
11371Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11372
11373 * stabs.texinfo (XCOFF-differences): Remove references to
11374 non-existent types N_DECL and N_RPSYM.
11375
11376 * stabs.texinfo (String Field): Say that type attributes bug is
11377 fixed in GDB 4.10, since it is.
11378
11379 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11380
11381Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11382
11383 * stabs.texinfo: Formatting cleanups.
11384
11385Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11386
11387 * stabs.texinfo: When explaining the n_type of a stab, standardize
11388 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11389 no tabs, use @r).
11390 (Global Variables): Clean up.
11391
11392Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11393
11394 * stabs.texinfo (Stack Variables): Re-write.
11395
11396Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11397
11398 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11399 addresses of a source file. Also revise formatting.
11400 Change "object module" or "object file" to "source file".
11401 Various: Miscellaneous cleanups.
11402
11403Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11404
11405 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11406
11407Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11408
11409 * gdbint.texinfo: Removed many nonsensical machine-collected
11410 host and target conditionals, described some of the remainder.
11411
11412Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11413
11414 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11415
11416 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11417 paragraph which follows.
11418
11419 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11420 variables. Looks better and avoids overful hbox.
11421
11422Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11423
11424 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11425
11426Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11427
11428 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11429 retransmit-timeout
11430
11431Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11432
11433 * gdbint.texinfo: Update statement about `some ancient Unix
11434 systems, like Ultrix 4.0' to Ultrix 4.2.
11435
11436Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11437
11438 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11439
11440 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11441
11442 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11443 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11444
11445 * remote.texi: new name for former gdbinv-s.texi
11446
11447 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11448
11449Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11450
11451 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11452 variables for MIPS remote debugging protocol.
11453
11454Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11455
11456 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11457
11458Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11459
11460 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11461
11462Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11463
11464 * gdb.texinfo: repair conditional bugs in text markup
11465
11466Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11467
11468 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11469 to select Modula-2 material.
11470
11471Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11472
11473 * stabs.texinfo: Cleanups regarding statics.
11474
11475 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11476 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11477
11478Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11479
11480 * stabs.texinfo: N_MAIN is sometimes used for C.
11481
11482Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11483
11484 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11485
11486Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11487
11488 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 11489 removed from the code by Kingdon.
c906108c
SS
11490
11491Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11492
11493 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11494 input when evaluating breakpoint conditions; the bug has been fixed.
11495
11496 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11497 sets the ignore count to N-1, not to N.
11498
11499Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11500
11501 * refcard.tex (\hoffset): correct longstanding error to match
11502 intended offset; avoids cutting off edge on some printers
11503
11504Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11505
11506 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11507
11508Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11509
11510 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11511
11512Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11513
11514 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11515 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11516 collect sed edits if any, apply to refcard before formatting;
11517 (refcard.ps) stop implying PS fonts if PS output requested;
11518 (lrefcard.ps) delete extra target for variant PS fonts
11519
11520 * refcard.tex: parametrize papersize dependent info, collect
11521 in easily replaced spot
11522
11523 * a4rc.sed: new file, edits to refcard for A4 paper
11524
11525Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11526
11527 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11528
11529Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11530
11531 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11532
11533Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11534
11535 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11536 politely rather than rudely.
11537
11538Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11539
11540 * stabs.texinfo: Document common blocks.
11541
11542Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11543
11544 * stabs.texinfo: Add some basic info about stabs-in-elf.
11545
11546Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11547
11548 * stabs.texinfo (Top): Minor cleanup.
11549
11550Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11551
11552 * Makefile.in (install-info): remove parentdir support
11553
11554Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11555
11556 * gdb.texinfo (Copying): delete this node and references to it;
11557 RMS says this manual need not carry GPL. (passim): Improvements
11558 from last round at FSF, largely due to Ian Taylor review, and
11559 minor formatting improvements.
11560
11561 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11562 largely due to Ian Taylor review. (Debug Session): minor edits to
11563 new text.
11564
11565Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11566
11567 * Makefile.in (realclean): Remove info and dvi files too.
11568
11569Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11570
11571 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11572 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11573 * gdb.texinfo: Change accordingly.
11574
11575 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11576 N_{L,R}BRAC,N_SLINE are relative to.
11577
11578Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11579
11580 * Makefile.in (GDBvn.texi): Update atomically.
11581
11582Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11583
11584 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11585
11586Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11587
11588 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11589 addresses together. Also motivate the set print symbol-filename
11590 command and suggest other solutions.
11591
11592Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11593
11594 * gdb.texinfo (set print elements): Note that the number of
11595 elements is set to unlimited by "set print elements 0".
11596
11597Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11598
11599 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11600 NF_LDOUBLE means.
11601 (Stab Types): Include Solaris stab types.
11602 (Procedures): Document Solaris extensions.
11603
11604Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11605
11606 * gdb.texinfo: Add `set print symbol-filename' doc.
11607
11608Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11609
11610 * stabs.texinfo (Arrays): Talk about type definition vs. type
11611 information.
11612
11613 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11614 the trailing semicolon.
11615
11616Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11617
11618 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11619 and merge in other parts of the document addressing these subjects.
11620 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11621
11622 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11623 at the end of a range type.
11624
11625 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11626 AIX extensions.
11627
11628Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11629
11630 * stabs.texinfo (Stabs Format): Misc fixes.
11631
11632Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11633
11634 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11635 (Traditional builtin types): Document convex convention for long long.
11636 (Negative builtin types): Discuss type names, and misc fixes.
11637
11638Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11639
11640 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11641 point types used with @samp{R} type descriptor.
11642 (Symbol Descriptors): Describe how to handle conflict between
11643 different meanings of @samp{P} symbol descriptor.
11644
11645Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11646
11647 * stabs.texinfo: Remove node Quick Reference and put its children
11648 directly under the main menu.
11649
11650 * stabs.texinfo: Many more changes to bring it into line with
11651 AIX documentation and reality. I think it now has all the
11652 information from the AIX documentation, except that I burned
11653 out when I got to variant records (Pascal and Modula-2) and
11654 all the COBOL types. Oh well, we can add them later when we're
11655 worrying more about those languages.
11656
11657 * stabs.texinfo (Automatic variables): Talk about what it means
11658 to omit the symbol descriptor.
11659
11660Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11661
11662 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11663 gcc2 behavior with promoted args.
11664
11665Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11666
11667 * gdb.texinfo: include readline appendices in info version of manual
11668
11669Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11670
11671 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11672 target remote.
11673
11674 * gdb.texinfo (Machine Code): more index entries for disassemble
11675
11676Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11677
11678 * Clarify the intended use of the gdb-testers and gdb-patches
11679 mailing lists, and shrink gzip comment.
11680
11681Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11682
11683 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11684 DOSHOST configuration of manual.
11685
11686 * gdb.texinfo (MIPS Stack): new node.
11687
11688 * all-config.texi (MIPS) new switch.
11689
11690 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11691 tense; (MIPS Remote) new node.
11692
11693 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11694 bug; (Environment) less passive, other small cleanups in text about
11695 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11696 (Remote) new MIPS Remote menu entry.
11697
11698Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11699
11700 * stabs.texinfo: Many changes to include information from the
11701 AIX documentation.
11702
11703 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11704
11705Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11706
11707 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11708 Move a bunch of information from ../README.
11709 (Getting Started): New node.
11710
11711Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11712
11713 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11714
11715 * gdb.texinfo: advance manual revision dates to present
11716
11717 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11718 stop using silly Roman numerals in @set variable names
11719
11720Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11721
11722 * stabs.texinfo (Parameters): Keep trying to get this right.
11723
11724Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11725
11726 * stabs.texinfo (Parameters): More on "local parameters".
11727
11728Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11729
11730 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11731
11732Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11733
11734 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11735 (Parameters): Rewrite.
11736 (xcoff-differences, Sun-differences): Minor changes.
11737
11738Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11739
11740 * stabs.texinfo: Minor cleanup.
11741
11742Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11743
11744 * gdbint.texinfo: Minor xcoff stuff.
11745
11746Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11747
11748 * gdbint.texinfo: Update for new config directory structure.
11749 Add info about internal type data structures.
11750
11751Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11752
11753 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11754 $(srcdir).
11755 (gdb-config.texi): Depend on file in $(srcdir).
11756
11757Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11758
11759 * stabs.texinfo: Fixes about N_SO.
11760
11761Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11762
11763 * gdb.texinfo: include list of nonstandard init file names
11764
11765 * *-config.texi: new switch GENERIC for text that applies *only*
11766 to (usual) multiple-target version of manual
11767
11768 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11769 h8 config
11770
11771 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11772 in menus (rather than conditionally selected multiple alternative
11773 menus).
11774
11775 * Makefile.in: define and use DOC_CONFIG var to select
11776 configuration for GDB user manual.
11777
11778 * gdb-config.texi: delete from repository, generate from Makefile.
11779
11780 * all-config.texi: normal `generic' configuration file, formerly
11781 stored as gdb-config.texi
11782
11783Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11784
11785 * Makefile.in: add dvi target to build all .dvi files
11786
11787Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11788
11789 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11790
11791Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11792
11793 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11794 host conditionals.
11795 * stabs.texinfo: More array fixes inspired by Jim's.
11796
11797Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11798
11799 * stabs.texinfo: Fixes re arrays and continuations.
11800
11801 * gdbint.texinfo: Add XCOFF node.
11802
11803Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11804
11805 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11806
11807Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11808
11809 * stabs.texinfo: Fix for array types to mention lower bounds.
11810
11811Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11812
11813 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11814
11815Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11816
11817 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11818
11819Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11820
11821 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11822 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11823
11824Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11825
11826 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11827
11828Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11829
11830 * gdb.texinfo, gdbinv-s.texi: misc updates
11831
11832Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11833
11834 * gdbint.texinfo: Brief documentation for longjmp support,
11835 from an email msg by Stu.
11836
11837Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11838
11839 * stabs.texinfo: Fix description of floating point "range"
11840 types (which really define basic types). Reported by Jim Meehan,
11841 <meehan@src.dec.com>.
11842
11843 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11844
11845Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11846
11847 * gdbint.texinfo: Slightly expand section on supporting a new
11848 object file format.
11849
11850Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11851
11852 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11853 intermediate file.
11854
11855Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11856
11857 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11858
11859Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11860
11861 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11862
11863 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11864 as well as Z8002.
11865
11866Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11867
11868 * gdbint.texinfo: Add sections on clean design and on how to send
11869 in changes.
11870
11871Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11872
11873 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11874
11875Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11876
11877 * gdb.texinfo: Fix typo, reported by Karl Berry.
11878
11879Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11880
11881 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11882
11883Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11884
11885 * gdbint.texinfo: fixed a stray email address (needs @@),
11886 added @table @code to node "Native Conditionals"
11887
11888Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11889
11890 * gdbint.texinfo: Describe coding style of GDB.
11891
11892Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11893
11894 * stabs.texinfo: Minor wording changes.
11895
11896Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11897
11898 * gdbint.texinfo: Improve release doc slightly.
11899
11900Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11901
11902 * gdbint.texinfo: Improve doc of GDB config macros.
11903
11904Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11905
11906 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11907 These will be reinserted when examined.
11908
11909Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11910
11911 * gdbint.texinfo: Make a start at documenting all the #if macros
11912 in GDB. At least list them all, and start separating them into
11913 host-specific and target-specific.
11914
11915Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11916
11917 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 11918 examples (not consistent w others).
c906108c
SS
11919 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11920 for generic vn of doc
11921
11922Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11923
11924 * Makefile.in: always create installation directories.
11925
11926Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11927
11928 * gdb.texinfo: in h8 config, do not describe searching commands.
11929
11930Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11931
11932 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11933 conditionals; introduce a few generic switches that may be
11934 useful for other cross-dev or dos-hosted configs.
11935
11936 * gdb.texinfo: fix typo in "info reg" description
11937
11938Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11939
11940 * stabs.texinfo: Minor updates from running TeX over it.
11941 * Makefile.in (stabs.dvi, stabs.ps): Add.
11942
11943Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11944
11945 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11946 First pass at converting it to texinfo.
11947
11948Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11949
11950 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11951 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11952
11953Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11954
11955 * gdbint.texinfo: Add section on partial symbol tables.
11956
11957Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11958
11959 * gdb.texinfo: document `set remotedebug' and `set
11960 rstack_high_address'.
11961
11962Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11963
11964 * gdb.texinfo: slight expansion of new text on reading info files
11965 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11966 H8/300 from DOS.
11967
11968Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11969
11970 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11971
11972Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11973
11974 * gdb.texinfo: Say how to read the `info' files.
11975
11976Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11977
11978 * Makefile.in: gm4 -> m4.
11979
11980Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11981
11982 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11983 Documentation' ahead of `Installing GDB' to match README.
11984 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 11985 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
11986
11987Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11988
11989 * Makefile.in: remove $(srcdir) from gdb.info rule.
11990
11991Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11992
11993 * Makefile.in: commented out gdb-all.texinfo rule. This is
11994 temporary.
11995
11996Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11997
11998 * Makefile.in, configure.in: removed traces of namesubdir,
11999 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 12000 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
12001
12002Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12003
12004 * gdb.texinfo: Improve how we ask for bug reports.
12005
12006Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12007
12008 * Makefile.in: infodir belongs in datadir.
12009
12010Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12011
12012 * Makefile.in: remove spaces following hyphens, bsd make can't
12013 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 12014 standards.text support.
c906108c
SS
12015
12016Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12017
12018 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12019 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12020 and mandir now keyed off datadir by default.
12021
12022\f
12023Local Variables:
9e9c5ae7 12024mode: change-log
c906108c
SS
12025left-margin: 8
12026fill-column: 74
12027version-control: never
463888ab 12028coding: utf-8
c906108c 12029End:
This page took 2.157041 seconds and 4 git commands to generate.