mi_load_progress: Restore current_uiout using a scoped_restore
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
7c96f8c1
TT
12017-09-11 Tom Tromey <tom@tromey.com>
2
3 * python.texi (Events In Python): Document new events.
4
d69cf9b2
PA
52017-09-04 Pedro Alves <palves@redhat.com>
6
7 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
8 no-debug-info variables.
9 (Symbols) <Examining the Symbol Table>: Document inspecting
10 no-debug-info types.
11 (Calling) <Calling functions with no debug info>: New subsection,
12 documenting calling no-debug-info functions.
13 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
14
0a2dde4a
SDJ
152017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
16
17 * gdb.texinfo (set environment): Add @anchor. Explain that
18 environment variables set by the user are sent to GDBserver.
19 (unset environment): Likewise, but for unsetting variables.
20 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
21 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
22 "environment-reset" and "QEnvironmentReset" to the table.
23 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
24 QEnvironmentReset>: New item, explaining the packet.
25
6e41ddec
JK
262017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
27
28 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
29 "Compiler search for the compile command" descriptions of set
30 compile-gcc and show compile-gcc.
31
58afddc6
WP
322017-08-07 Weimin Pan <weimin.pan@oracle.com>
33
34 * gdb.texinfo (Architectures): Add new Sparc64 section to document
35 ADI support.
36 * NEWS: Add "adi examine" and "adi assign" commands.
37
6d580b63
YQ
382017-08-18 Yao Qi <yao.qi@linaro.org>
39
40 * gdb.texinfo (Server): Document "--selftest".
41
a5afdb16
RK
422017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
43
44 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
45 Single-Key mode.
46
ca145713
SDJ
472017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
48
49 PR gdb/21925
50 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
51 set...").
52
0968fbae
SM
532017-08-09 Simon Marchi <simon.marchi@ericsson.com>
54
55 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
56 conditional expression.
57
791fb3d7
SM
582017-07-31 Simon Marchi <simon.marchi@ericsson.com>
59
60 * agentexpr.texi (rot): Fix symbolic description, improve
61 textual description.
62
27d41eac
YQ
632017-07-26 Yao Qi <yao.qi@linaro.org>
64
65 * gdb.texinfo (Maintenance Commands): Document command
66 "maint check xml-descriptions".
67
8e2141c6
YQ
682017-07-26 Yao Qi <yao.qi@linaro.org>
69
70 * gdb.texinfo (Maintenance Commands): Document optional
71 argument of "maint print c-tdesc".
72
c646b4e8
YQ
732017-07-18 Yao Qi <yao.qi@linaro.org>
74
75 * gdb.texinfo (Maintenance Commands): Improve the doc to
76 command "maint print c-tdesc".
77
eb83230b
SDJ
782017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
79
80 PR gdb/21606
81 * python.texi (Python representation of Symbols.): Replace
82 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
83 * guile.texi (Guile representation of Symbols.): Likewise.
84
c4dcb155
SM
852017-06-11 Simon Marchi <simon.marchi@ericsson.com>
86
87 * gdb.texinfo (Optional Messages about Internal Happenings):
88 Document {set,show} debug separate-debug-file commands.
89
aefd8b33
SDJ
902017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
91
92 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
93 (Connecting) <Remote Packet>: Add "startup-with-shell"
94 and "QStartupWithShell" to the table.
95 (Remote Protocol) <QStartupWithShell>: New item, explaining the
96 packet.
97
176efed1
AB
982017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
99
100 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
101
d050f7d7
TW
1022017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
103
104 * python.texi (Recording in Python): Factor out the documentation of
105 gdb.RecordInstruction's super class.
106
14f819c8
TW
1072017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
108
109 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
110 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
111 prev and next.
112
0ed5da75
TW
1132017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
114
115 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
116 gdb.RecordInstruction
117
913aeadd
TW
1182017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
119
120 * python.texi (Recording in Python): Add documentation for
121 gdb.RecordGap and remove documentation of special cases for
122 gdb.BtraceInstruction.
123
a3be24ad
TW
1242017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
125
126 * python.texi (Recording in Python): Remove Record.ptid defvar.
127
ebe553db
SM
1282017-04-21 Simon Marchi <simon.marchi@ericsson.com>
129
130 * gdb.texinfo (GDB/MI Thread Information): Add missing
131 fields, re-word some things.
132 (GDB/MI Thread Commands): Describe fields found in the output of
133 -thread-info, remove description of fields in the
134 thread output tuple, replace with a cross-reference to "GDB/MI
135 Thread Information".
136
9be21bb4
SM
1372017-04-21 Simon Marchi <simon.marchi@ericsson.com>
138
139 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
140 from -thread-info output.
141
fe5f7374
AK
1422017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
143
144 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
145
eea78757
AK
1462017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
147
148 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
149
79778b30
YQ
1502017-03-22 Yao Qi <yao.qi@linaro.org>
151
152 * python.texi (Inferiors In Python): Remove @code from Python.
153
cee59b3f
TW
1542017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
155
156 * python.texi (Recordings In Python): Document return type of
157 gdb.BtraceInstruction.data.
158
51457a05
MAL
1592017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
160
161 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
162 command file-list-shared-libraries
163 (GDB/MI Async Records): Update documentation of library-loaded with new
164 field.
165
f8d99587
DE
1662017-03-16 Doug Evans <dje@google.com>
167
168 * guile.texi (Lazy Strings In Guile): Mention arrays.
169 * python.texi (Lazy Strings In Python): Ditto.
170
5cf70512
JW
1712017-03-08 Jiong Wang <jiong.wang@arm.com>
172
173 * gdb.texinfo (Memory Protection Extensions): Add missing escape
174 character "@".
175
4a612d6f
WT
1762017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
177
178 * Memory Protection Extensions: Add information about inferior
179 calls.
180
216f72a1
JK
1812017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
182
183 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
184 DW_TAG_GNU_* and DW_AT_GNU_*.
185
4e746bb6
TW
1862017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
187
188 * python.texi (Recordings In Python): New section.
189
3f77c769
TT
1902017-02-14 Tom Tromey <tom@tromey.com>
191
192 PR python/13598:
193 * python.texi (Events In Python): Document events.before_prompt.
194
5cf30ebf
LM
1952017-02-13 Luis Machado <lgustavo@codesourcery.com>
196
197 * gdb.texinfo (Target Commands): Document the optional offset
198 argument for the load command.
199
18da0c51
MG
2002017-02-10 Martin Galvan <martingalvan@sourceware.org>
201
202 PR gdb/21122
203 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
204 space-separated breakpoint lists. Also add a missing @table command
205 and @cindex for breakpoint lists.
206
3f7b46f2
IR
2072017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
208
209 PR tdep/20936
210 * gdb.texinfo: (Standard Target Features): Document SPARC features.
211 (Sparc Features): New node.
212
2735833d
WT
2132017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
214
215 * gdb.texinfo (i386 Features): Add system segment registers
216 as feature.
217
373832b6
SM
2182017-01-24 Simon Marchi <simon.marchi@ericsson.com>
219
220 * python.texi (Events In Python): Fix typo.
221
78cbbba8
LM
2222017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
223 Luis Machado <lgustavo@codesourcery.com>
224
225 * gdb.texinfo (-target-flash-erase): New MI command description.
226 (flash-erase): New CLI command description.
227
387360da
JB
2282017-01-04 John Baldwin <jhb@FreeBSD.org>
229
230 * gdb.texinfo (Contributors): Add SRI International and University
231 of Cambridge for FreeBSD/mips.
232
34c41c68
DE
2332016-12-22 Doug Evans <xdje42@gmail.com>
234
235 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
236 commands.
237
df3ee9ca
PA
2382016-12-02 Pedro Alves <palves@redhat.com>
239
240 * gdb.texinfo (User-defined Commands): Limit on number of
241 arguments passed to user-defined commands removed; update.
242
01770bbd
PA
2432016-12-02 Pedro Alves <palves@redhat.com>
244
245 PR cli/20559
246 * gdb.texinfo (Define): Add example of using "eval" to process a
247 variable number of arguments.
248 (Output) <eval>: Add anchor.
249
ad02e4fe
SM
2502016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
251
252 * Makefile.in: Likewise.
253
8504e097
AA
2542016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
255
256 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
257 xref.
258
39402e6c
PA
2592016-10-29 Pedro Alves <palves@redhat.com>
260
261 * gdb.texinfo (Packets) <vCont>: Remove mention of default
262 actions.
263
ca6eff59
PA
2642016-10-26 Pedro Alves <palves@redhat.com>
265
266 * gdb.texinfo (Packets): Clarify vCont packets with multiple
267 actions that match a thread, and what happens when an action
268 matches a thread that is already running.
269
be06ba8c
SM
2702016-10-14 Simon Marchi <simon.marchi@ericsson.com>
271
272 * gdb.texinfo (Using Trace Files): Fix typo.
273 (GDB/MI Tracepoint Commands): Likewise.
274
99e61eda
SM
2752016-10-14 Simon Marchi <simon.marchi@ericsson.com>
276
277 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
278 of -trace-save.
279
9c37b5ae
TT
2802016-10-06 Tom Tromey <tom@tromey.com>
281
282 * guile.texi (Types In Guile): Remove Java mentions.
283 * python.texi (Types In Python): Remove Java mentions.
284 * gdb.texinfo (Address Locations, Supported Languages)
285 (Index Section Format): Remove Java mentions.
286
ee8da4b8
DE
2872016-08-15 Doug Evans <dje@google.com>
288
289 * gdb.texinfo (Target Description Format): Update docs on "end"
290 field spec and field default type.
291
4034d0ff
AT
2922016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2932016-10-03 Simon Marchi <simon.marchi@ericsson.com>
294
295 PR gdb/20487
296 * gdb.texinfo (Context management): Update mention of frame
297 change notifications.
298 (gdb/mi Async Records): Document frame field in
299 =thread-select event.
300 * observer.texi (GDB Observers): New user_selected_context_changed
301 observer.
302
4435e1cc
TT
3032016-09-28 Tom Tromey <tom@tromey.com>
304
305 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
306 than "memory breakpoint". Further document "kind". Move
307 protocol-details link earlier.
308 <z1>: Document the cmd_list argument. Fix typo.
309 <g>: Remove incorrect sentence.
310 (Stop Reply Packets): Document "OK" response to requests when in
311 non-stop mode.
312 <swbreak>: Use "software breakpoint" rather than "memory
313 breakpoint".
314 <create>: Document that "R" is ignored.
315 <W, X, w>: Document formatting of "AA".
316 (Notification Packets): Use "%Stop", not "%%Stop".
317
ad0a504f
AK
3182016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
319
320 * gdb.texinfo (Embedded Processors): Document ARC.
321 (Synopsys ARC): New section.
322 (Standard Target Features): Document ARC features.
323 (ARC Features): New section.
324
74172ecf
SM
3252016-09-21 Simon Marchi <simon.marchi@ericsson.com>
326
327 * .gitignore: New file.
328
0a1ddfa6
SM
3292016-08-24 Simon Marchi <simon.marchi@ericsson.com>
330
331 * gdb.texinfo (Input/Output): Mention possibility to unset
332 inferior-tty.
333
c0272db5
TW
3342016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
335
336 * gdb.texinfo: Resume btrace on reconnect.
337
e3487908
GKB
3382016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
339
340 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
341 syscall.
342
463888ab
РИ
3432016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
344
345 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
346 command.
347
dac790e1
TT
3482016-07-13 Tom Tromey <tom@tromey.com>
349
350 PR python/15620, PR python/18620:
351 * python.texi (Events In Python): Document new breakpoint events.
352
93daf339
TT
3532016-07-13 Tom Tromey <tom@tromey.com>
354
355 PR python/17698:
356 * python.texi (Breakpoints In Python): Document
357 Breakpoint.pending.
358
cda75e70
TT
3592016-07-13 Tom Tromey <tom@tromey.com>
360
361 * python.texi (Breakpoints In Python): Move table of types and
362 table of watchpoint types earlier in node.
363
e0f3fd7c
TT
3642016-07-12 Tom Tromey <tom@tromey.com>
365
366 PR python/19293:
367 * python.texi (Frames In Python): Document
368 gdb.invalidate_cached_frames.
369
86f78169
PA
3702016-06-21 Pedro Alves <palves@redhat.com>
371
372 * gdb.texinfo (Interpreters): Update intepreter-exec section,
373 document new-ui and explain use case.
374
a28d8e50
YTL
3752016-06-17 Yan-Ting Lin <currygt52@gmail.com>
376
377 * gdb.texinfo (Standard Target Features): Document NDS32 features.
378 (NDS32 Features): New Section.
379
bb556f1f
TK
3802016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
381
382 * gdb.texinfo (Examining Memory): Document negative repeat
383 count in the 'x' command.
384
38b022b4
SM
3852016-06-06 Simon Marchi <simon.marchi@ericsson.com>
386
387 * gdb.texinfo (GDB/MI Async Records): Document method and
388 format fields in =record-started.
389 * observer.texi (record_changed): Add method and format
390 parameters.
391
c185ba27
EZ
3922016-05-27 Eli Zaretskii <eliz@gnu.org>
393
394 * gdb.texinfo (General Query Packets): Move the description of the
395 response before the long list of the specific 'read' and 'write'
396 requests.
397
1957f6b8
TT
3982016-05-23 Tom Tromey <tom@tromey.com>
399
400 * python.texi (Basic Python): Document gdb.breakpoints return.
401
224f10c1
TT
4022016-05-24 Tom Tromey <tom@tromey.com>
403
404 PR gdb/19194:
405 * gdb.texinfo (gdb man): Fix typo.
406
0bdfa368
TT
4072016-05-17 Tom Tromey <tom@tromey.com>
408
409 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
410 (Rust): New node.
411
dcd1f979
TT
4122016-05-17 Tom Tromey <tom@tromey.com>
413
414 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
415
310cdbb6
YQ
4162016-04-27 Yao Qi <yao.qi@linaro.org>
417
418 * gdb.texinfo (tfind): Complete doc about tfind without
419 argument.
420
b8162e5a
AT
4212016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
422
423 * agentexpr.texi (byte): Fix zero_ext description.
424
f7c38292
PA
4252016-03-31 Pedro Alves <palves@redhat.com>
426
427 * gdb.texinfo (M32R/SDI): Delete node.
428 (MIPS Embedded): Remove references to the MIPS remote debugging
429 protocol, PMON and variants, and the associated commands.
430
81516450
DE
4312016-03-15 Doug Evans <dje@google.com>
432
433 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
434 (Target Description Format): Mention enum types. Update docs on
435 flags types.
436 (Predefined Target Types): Add "bool".
437 (Enum Target Types): New node.
438
2a60e18f
PA
4392016-03-15 Pedro Alves <palves@redhat.com>
440
441 * gdb.texinfo (Tracepoint Actions): Fix typo.
442
45fa2529
PA
4432016-03-15 Pedro Alves <palves@redhat.com>
444 Andreas Arnez <arnez@linux.vnet.ibm.com>
445 Marcin Kościelnicki <koriakin@0x04.net>
446
447 * gdb.texinfo (Tracepoint Actions): Document possible
448 unreliability of '$_ret'.
449
f2403c39
AB
4502016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
451
452 * gdb.texinfo (Symbols): Document new 'maint info line-table'
453 command.
454
f2f3ccb9
SM
4552016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
456
457 * gdb.texinfo (Convenience Functions): Document $_as_string.
458
cce0e923
DE
4592016-02-23 Doug Evans <dje@google.com>
460
461 * gdb.texinfo (Skipping Over Functions and Files): Document new
462 options to "skip" command. Update docs of output of "info skip".
463
012b3a21
WT
4642016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
465
466 * gdb.texinfo (Signals): Add bound violation display hints for
467 a SIGSEGV.
468
0748bf3e
MK
4692016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
470
471 * gdb.texinfo (Trace File Format): Add documentation for description
472 section lines.
473
e909d859
MK
4742016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
475
476 * gdb.texinfo (Trace File Format): Remove misleading information
477 about register block ordering.
478
713cdcbf
DE
4792016-02-01 Doug Evans <dje@google.com>
480
481 * gdb.texinfo (Value Sizes): Fix typo.
482
8244c20d
DE
4832016-02-01 Doug Evans <dje@google.com>
484
485 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
486
5fdf6324
AB
4872016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
488
489 * gdb.texinfo (Value Sizes): New section.
490 (Data): Add the 'Value Sizes' node to the menu.
491
67ebd9cb
JB
4922016-01-26 John Baldwin <jhb@FreeBSD.org>
493
494 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
495
6e9567fe
JB
4962016-01-19 John Baldwin <jhb@FreeBSD.org>
497
498 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
499
f303dbd6
PA
5002016-01-18 Pedro Alves <palves@redhat.com>
501
502 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
503 of the thread that hit a breakpoint or received a signal.
504
71ef29a8
PA
5052016-01-15 Pedro Alves <palves@redhat.com>
506
507 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
508
663f6d42
PA
5092016-01-13 Pedro Alves <palves@redhat.com>
510
511 * gdb.texinfo (Threads): Document the $_gthread convenience
512 variable.
513 (Convenience Vars): Likewise.
514
c84f6bbf
PA
5152016-01-13 Pedro Alves <palves@redhat.com>
516
517 * gdb.texinfo (Threads): Document "info threads -gid".
518
22a02324
PA
5192016-01-13 Pedro Alves <palves@redhat.com>
520
521 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
522 anchor.
523 (Threads In Python): Document new InferiorThread.global_num
524 attribute.
525
5d5658a1
PA
5262016-01-07 Pedro Alves <palves@redhat.com>
527
528 * gdb.texinfo (Threads): Document per-inferior thread IDs,
529 qualified thread IDs, global thread IDs and thread ID lists.
530 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
531 thread IDs.
532 (Convenience Vars): Document the $_thread convenience variable.
533 (Ada Tasks): Adjust to refer to thread IDs.
534 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
535 Commands, GDB/MI Variable Objects): Update to mention global
536 thread IDs.
537 * guile.texi (Breakpoints In Guile)
538 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
539 global thread IDs instead of thread IDs.
540 * python.texi (Threads In Python): Adjust documentation of
541 InferiorThread.num.
542 (Breakpoint.thread): Mention global thread IDs instead of thread
543 IDs.
544
84654457
PA
5452016-01-13 Pedro Alves <palves@redhat.com>
546
547 * python.texi (Threads In Python): Document
548 InferiorThread.inferior.
549
e3940304
PA
5502016-01-13 Pedro Alves <palves@redhat.com>
551
552 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
553 convenience variable.
554 (Convenience Vars): Likewise.
555
82075af2
JS
5562016-01-12 Josh Stone <jistone@redhat.com>
557 Philippe Waroquiers <philippe.waroquiers@skynet.be>
558
559 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
560 (Stop Reply Packets): List the syscall entry and return stop reasons.
561 (General Query Packets): Describe QCatchSyscalls, and add it to the
562 table and the detailed list of stub features.
563
bc504a31
PA
5642016-01-12 Pedro Alves <palves@redhat.com>
565
566 Remove use of the registered trademark symbol throughout.
567
cde67b27
YQ
5682016-01-12 Yao Qi <yao.qi@linaro.org>
569
570 * gdb.texinfo (Interrupts): Update the document on handling
571 interrupt when program is stopped.
572
19d9d4ef
DB
5732015-12-11 Don Breazeal <donb@codesourcery.com>
574
575 * gdb.texinfo (Forks): Correct Linux kernel version where
576 fork and exec events are supported, add notes about support
577 of these events in target remote mode.
578 (Connecting): Reorganize and clarify distinctions between
579 target remote, extended-remote, and multiprocess.
580 Reorganize related text from separate sections into new
581 sections.
582 (Server): Note effects of target extended-remote mode.
583 Delete section on Multi-Process Mode for gdbserver.
584 Move some text to "Connecting" node.
585
f4f4330e
PA
5862015-12-10 Pedro Alves <palves@redhat.com>
587
588 * gdb.texinfo (Threads): Replace warning with explanation
589 about single-threaded programs.
590
b1236ac3
PA
5912015-12-10 Pedro Alves <palves@redhat.com>
592
593 * gdb.texinfo (Threads): Remove mention of SGI.
594 (Forks): Remove mention of HP-UX.
595 (Breakpoints): Remove mention of HP-UX.
596 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
597 Reword in terms of architectures.
598 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
599 mention supported systems.
600 (Convenience Vars): Don't mention HP-UX.
601 (Jumping): Remove mention of HP-UX in comment.
602 (Files) <shared libraries>: Update supported shared library types
603 list. Remove mention of HP-UX.
604 (Native): Remove HP-UX subsection.
605 (SVR4 Process Information): Remove mention of HP-UX.
606
0f59c28f
PA
6072015-12-10 Pedro Alves <palves@redhat.com>
608
609 * gdb.texinfo (Stack): Reorder menu.
610
1c35a88f
LM
6112015-12-09 Luis Machado <lgustavo@codesourcery.com>
612
613 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
614 -var-set-format's new zero-hexadecimal format.
615
3685b09f
PMR
6162015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
617
618 * gdb.texinfo (Ada Mode Into): Move overloading support
619 description to its own node.
620 (Overloading support for Ada): New node.
621
f2faf941
PA
6222015-11-30 Pedro Alves <palves@redhat.com>
623
624 PR 14618
625 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
626 (Remote Configuration): Add the "set/show remote
627 no-resumed-stop-reply" to the available settings table.
628 (General Query Packets): Document the "no-resumed" qSupported
629 feature.
630
65706a29
PA
6312015-11-30 Pedro Alves <palves@redhat.com>
632
633 * gdb.texinfo (Remote Configuration): List "set/show remote
634 thread-events" command in configuration table.
635 (Stop Reply Packets): Document "T05 create" stop
636 reason and 'w' stop reply.
637 (General Query Packets): Document QThreadEvents packet. Document
638 QThreadEvents qSupported feature.
639
de979965
PA
6402015-11-30 Pedro Alves <palves@redhat.com>
641
642 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
643 anchor.
644 (Packets): Document vCtrlC.
645
79efa585
SM
6462015-11-26 Simon Marchi <simon.marchi@ericsson.com>
647
648 * gdb.texinfo (Thread List Format): Mention thread names.
649
7e0aa6aa
PA
6502015-11-24 Pedro Alves <palves@redhat.com>
651
652 PR 17539
653 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
654 program-spaces" example to ascending order listing.
655 (Threads): Adjust "info threads" example to ascending order
656 listing.
657 (Forks): Adjust "info inferiors" example to ascending order
658 listing.
659
0c532a29
MM
6602015-11-04 Markus Metzger <markus.t.metzger@intel.com>
661
662 * gdb.texinfo (Process Record and Replay): Document "record
663 instruction-history" modifiers.
664
fc58fa65
AB
6652015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
666
667 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
668 description.
669 (Frame Filter Management): Move to later in the 'Examining the
670 Stack' chapter.
671 (Selection): Add entry for 'select-frame'.
672
792005b0
DE
6732015-09-25 Doug Evans <dje@google.com>
674
675 * gdb.texinfo (Process Record and Replay): Fix syntax of
676 "record instruction-history begin, end" and
677 "record function-call-history begin, end".
678
c58b006b
SM
6792015-09-22 Simon Marchi <simon.marchi@ericsson.com>
680
681 * gdb.texinfo (Specifying Source Directories): Fix
682 substitute-path example.
683
f2665db5
MM
6842015-09-18 Markus Metzger <markus.t.metzger@intel.com>
685
686 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
687
e68fa6f0
PA
6882015-09-15 Pedro Alves <palves@redhat.com>
689
690 PR remote/18965
691 * gdb.texinfo (Stop Reply Packets): Revert previous change to
692 the vforkdone description.
693
8228463c
PA
6942015-09-15 Pedro Alves <palves@redhat.com>
695
696 PR remote/18965
697 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
698 part indicates the thread ID of the parent process.
699
750ce8d1
YQ
7002015-09-15 Yao Qi <yao.qi@linaro.org>
701
702 * gdb.texinfo (General Query Packets): Add vContSupported to
703 tables of 'gdbfeatures' and 'stub features' supported in the
704 qSupported packet, as well as to the list containing stub
705 feature details.
706
b459a59b
DB
7072015-09-11 Don Breazeal <donb@codesourcery.com>
708
709 * gdb.texinfo (Remote Configuration): Add exec event
710 feature to table of packet settings.
711 (Stop Reply Packets): Add exec events to the list of stop
712 reasons.
713 (General Query Packets): Add exec events to tables of
714 'gdbfeatures' and 'stub features' supported in the qSupported
715 packet, as well as to the list containing stub feature
716 details.
717
73b8c1fd
PA
7182015-08-24 Pedro Alves <palves@redhat.com>
719
720 * gdb.texinfo (Remote Configuration): Document the "set/show
721 remote multiprocess-extensions-packet" commands.
722
bb615428
PA
7232015-08-24 Pedro Alves <palves@redhat.com>
724
725 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
726 <M32R>: Remove references to M32R/D.
727 <M68K>: Remove references to target dbug.
728 <MIPS Embedded>: Remove references to target r3900 and target
729 array.
730 <PowerPC Embedded>: Remove references to target dink32 and target
731 ppcbug, target sds
732 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
733
2b4bf6af
AB
7342015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
735
736 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
737
566f5e3b
AB
7382015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
739
740 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
741
18989b3c
AB
7422015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
743
744 * gdb.texinfo (Maintenance Commands): Move documentation of "main
745 info bfds" to...
746 (File Caching): A New section. Outline bfd caching, and add new
747 description for "main set/show bfd-sharing".
748
6ff0ba5f
DE
7492015-08-14 Doug Evans <xdje42@gmail.com>
750
751 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
752 disassembly.
753 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
754
629500fa
KS
7552015-08-11 Keith Seitz <keiths@redhat.com>
756
757 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
758 Use "location(s)"instead of "linespec(s)".
759 (Specifying a Location): Rewrite.
760 Add subsections describing linespec, address, and explicit locations.
761 Add node/menu for each subsection.
762 (Source and Machine Code, C Preprocessor Macros)
763 (Create and Delete Trace points)
764 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
765 (Continuing at a Different Address): Remove "linespec" examples.
766 Add reference to "Specify a Location"
767 (The -break-insert Command): Rewrite. Add anchor.
768 Add reference to appropriate manual section discussing locations.
769 (The -dprintf-insert Command): Refer to -break-insert for
770 specification of 'location'.
771
fbea99ea
PA
7722015-08-07 Pedro Alves <palves@redhat.com>
773
774 * gdb.texinfo (Maintenance Commands): Document "maint set/show
775 target-non-stop".
776
da8c46d2
MM
7772015-08-07 Markus Metzger <markus.t.metzger@intel.com>
778
779 * gdb.texinfo (Process Record and Replay): Document prefixing of
780 speculatively executed instructions in the "record instruction-history"
781 command.
782
a3b5281e
DE
7832015-07-20 Doug Evans <dje@google.com>
784
785 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
786
6bcb1f97
DE
7872015-07-16 Doug Evans <dje@google.com>
788
789 * stabs.texinfo: @include gdb-cfg.texi.
790
db1ff28b
JK
7912015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
792
793 Revert the previous 2 commits:
794 gdbserver build-id attribute generator
795 Validate symbol file using build-id
796
ca5268b6
JK
7972015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
798
799 * gdb.texinfo (Files): Add 'set validate-build-id'
800 and 'show validate-build-id'.
801
700ca40f
JK
8022015-07-15 Aleksandar Ristovski <aristovski@qnx.com
803 Jan Kratochvil <jan.kratochvil@redhat.com>
804
805 gdbserver build-id attribute generator.
806 * gdb.texinfo (Library List Format for SVR4 Targets): Add
807 'build-id' in description, example, new attribute in dtd.
808
7c7f93f6
AB
8092015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
810
811 * gdb.texinfo (Selection): Update documentation for 'frame'
812 command.
813
b0627500
MM
8142015-07-02 Markus Metzger <markus.t.metzger@intel.com>
815
72f4393d 816 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
817 commands.
818
b20a6524
MM
8192015-07-02 Markus Metzger <markus.t.metzger@intel.com>
820
821 * gdb.texinfo (Process Record and Replay): Spell out that variables
822 and registers are not available during btrace replay.
823 Describe the new "record btrace pt" command.
824 Describe the new "set|show record btrace pt buffer-size" options.
825 (General Query Packets): Describe the new Qbtrace:pt and
826 Qbtrace-conf:pt:size packets.
827 Expand "bts" to "Branch Trace Store".
828 Update the branch trace DTD.
829
fc637f04
PP
8302015-06-26 Patrick Palka <patrick@parcs.ath.cx>
831
832 * gdb.texinfo (Command History): Document the new option
833 "history remove-duplicates".
834
18a94d75
DE
8352015-06-19 Doug Evans <dje@google.com>
836
837 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
838 longer supported.
839
0eacb298
PP
8402015-06-17 Patrick Palka <patrick@parcs.ath.cx>
841
842 * gdb.texinfo (Command History): Mention that setting
843 GDBHISTSIZE to the empty string disables history truncation.
844
bc460514
PP
8452015-06-17 Patrick Palka <patrick@parcs.ath.cx>
846
847 PR gdb/16999
848 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
849 behavior.
850
b58c513b
PP
8512015-06-17 Patrick Palka <patrick@parcs.ath.cx>
852
853 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
854 with GDBHISTSIZE.
855
a86c90e6
SM
8562015-06-15 Simon Marchi <simon.marchi@ericsson.com>
857
858 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
859 bytes and memory units for -data-{read,write}-memory-bytes.
860 (Packets): Same for m, M and X packets.
861 * python.texi (Inferiors In Python): Same for read_memory and
862 write_memory.
863
c74f7d1c
JT
8642015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
865
866 * gdb.texinfo (Separate Debug Files): Document that PE is also
867 supported.
868
51f0e40d
AB
8692015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
870
871 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
872 single table entry.
873
966f0aef
WT
8742015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
875
876 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
877
878
15a201c8
GB
8792015-06-10 Gary Benson <gbenson@redhat.com>
880
881 * gdb.texinfo (Remote Configuration): Document the
882 "set/show remote hostio-setfs-packet" command.
883 (Host I/O Packets): Document the vFile:setfs packet.
884
7a6a1731
GB
8852015-06-10 Gary Benson <gbenson@redhat.com>
886
887 * gdb.texinfo (Debugging Output): Document the "set/show debug
888 linux-namespaces" command.
889
7d73c23c 8902015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 891 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
892
893 * gdb.texinfo (i386): Add documentation about "show mpx bound"
894 and "set mpx bound".
895
27e0867f
DE
8962015-05-27 Doug Evans <dje@google.com>
897
898 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
899
b4f54984
DE
9002015-05-26 Doug Evans <dje@google.com>
901
902 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
903 command renamings.
904 (Maintenance Commands): Update for DWARF "set debug" command renamings.
905
55b40027
AB
9062015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
907
908 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
909
a4ea0946
AB
9102015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
911
912 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
913 (TUI Commands): Add 'tui enable' and 'tui disable' details.
914
37442ce1
DE
9152015-05-16 Doug Evans <xdje42@gmail.com>
916
917 * guile.texi (Memory Ports in Guile): Document support for unbuffered
918 memory ports.
919
36de76f9
JK
9202015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
921
922 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
923
0d71eef5
DB
9242015-05-12 Don Breazeal <donb@codesourcery.com>
925
926 * gdb.texinfo (Forks): Note that fork debugging is
927 supported in extended mode.
928 (Remote Configuration): Add fork event features to table
929 of packet settings.
930 (Stop Reply Packets): Add fork events to list of stop reasons.
931 (General Query Packets): Add fork events to tables of
932 'gdbfeatures' and 'stub features' supported in the qSupported
933 packet, as well as to the list containing stub feature
934 details.
935
835205d0
GB
9362015-05-12 Gary Benson <gbenson@redhat.com>
937
938 * gdb.texinfo (General Query Packets): Document
939 qXfer:exec-file:read with empty annex.
940
4c082a81
SC
9412015-05-09 Siva Chandra Reddy <sivachandra@google.com>
942
943 * python.texi (Values From Inferior): Add descriptions of new
944 methods gdb.Value.reference_value and gdb.Value.const_value.
945
b30a0bc3
JB
9462015-05-06 Joel Brobecker <brobecker@adacore.com>
947
948 * gdb.texinfo (Files): Add "info dll" documentation.
949 (Cygwin Native): Remove "info dll" documentation.
950
2ce1cdbf
DE
9512015-04-29 Doug Evans <dje@google.com>
952
953 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
954 Document.
955 (Writing an Xmethod): Add get_result_type to example.
956
59fb7612
SS
9572015-04-28 Sasha Smundak <asmundak@google.com>
958
959 * python.texi: New method documented.
960
cf75d6c3
AB
9612015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
962
963 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
964 format.
965
897c3d32
DE
9662015-04-24 Doug Evans <dje@google.com>
967
968 * python.texi (Xmethods In Python): Fix name of method to call the
969 xmethod.
970
1b6e6f5c
GB
9712015-04-17 Gary Benson <gbenson@redhat.com>
972
973 * gdb.texinfo (Connecting to a Remote Target): Mention that
974 GDB can access program files from remote targets that support
975 qXfer:exec-file:read and Host I/O packets.
976
c78fa86a
GB
9772015-04-17 Gary Benson <gbenson@redhat.com>
978
979 * gdb.texinfo (Remote Configuration): Document the "set/show
980 remote pid-to-exec-file-packet" command.
981 (General Query Packets): Document the qXfer:exec-file:read
982 qSupported features. Document the qXfer:exec-file:read packet.
983
a9a5a3d1
GB
9842015-04-17 Gary Benson <gbenson@redhat.com>
985
986 * gdb.texinfo (set sysroot): Document that "set sysroot" also
987 applies to executable paths if supplied to GDB as absolute.
988
4f45d445
JK
9892015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
990
991 * gdb.texinfo (Mode Options): Remove -xdb.
992
e7a8570f
JK
9932015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
994 Eli Zaretskii <eliz@gnu.org>
995
72f4393d
L
996 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
997 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
998 the compile command. New subsection Compiler search for the compile
999 command.
1000
f2983cc3
AW
10012015-04-09 Andy Wingo <wingo@igalia.com>
1002
1003 * guile.texi (Frames In Guile): Describe frame-read-register.
1004
599bd15c
GB
10052015-04-02 Gary Benson <gbenson@redhat.com>
1006
1007 * gdb.texinfo (set sysroot): Document "target:".
1008
d11916aa
SS
10092015-04-01 Sasha Smundak <asmundak@google.com>
1010
1011 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1012 section.
1013
df8411da
SDJ
10142015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1015
1016 PR corefiles/16092
1017 * gdb.texinfo (gcore): Mention new command 'set
1018 use-coredump-filter'.
1019 (set use-coredump-filter): Document new command.
1020
d33279b3
AT
10212015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1022
1023 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1024 documentation, reorder the info os entries in alphabetical order.
1025
852f8402
SM
10262015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1027
1028 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1029 -data-write-memory-bytes.
1030
856e7dd6
PA
10312015-03-24 Pedro Alves <palves@redhat.com>
1032
1033 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1034 mention that threads may sometimes run unlocked.
1035
236af5e3
YG
10362015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1037
1038 * gdb.texinfo (Remote configuration): Document "set/show
1039 serial parity" command.
1040
464b0089
GB
10412015-03-18 Gary Benson <gbenson@redhat.com>
1042
1043 * gdb.texinfo (General Query Packets): Remove documentation
1044 for now-removed vFile:fstat qSupported features.
1045
0a93529c
GB
10462015-03-11 Gary Benson <gbenson@redhat.com>
1047
1048 * gdb.texinfo (Remote Configuration): Document the
1049 "set/show remote hostio-fstat-packet" command.
1050 (General Query Packets): Document the vFile:fstat
1051 qSupported features.
1052 (Host I/O Packets): Document the vFile:fstat packet.
1053
85642ba0
AW
10542015-03-11 Andy Wingo <wingo@igalia.com>
1055
1056 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1057
f7e6eed5
PA
10582015-03-04 Pedro Alves <palves@redhat.com>
1059
1060 * gdb.texinfo (Remote Configuration): Document the "set/show
1061 remote swbreak-feature-packet" and "set/show remote
1062 hwbreak-feature-packet" commands.
1063 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1064 decription.
1065 (Stop Reply Packets): Document the swbreak and hwbreak stop
1066 reasons.
1067 (General Query Packets): Document the swbreak and hwbreak
1068 qSupported features.
1069 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1070
f873665f 10712015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
1072
1073 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1074 under *stopped.
1075
9a284c97
DE
10762015-03-02 Doug Evans <xdje42@gmail.com>
1077
1078 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1079
446899e4
AA
10802015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1081
1082 * gdb.texinfo (S/390 and System z Features): Describe new feature
1083 "org.gnu.gdb.s390.vx".
1084
7ee67ee4
SDJ
10852015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1086
1087 PR gdb/18008
1088 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1089 demangler-warning): Fix typo ("problam").
1090
53cf2ee0
DT
10912015-02-19 David Taylor <dtaylor@emc.com>
1092
1093 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1094
3133f8c1
JM
10952015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1096
1097 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1098 point, DTrace'.
1099 (Static Probe Points): Modified to cover DTrace probes in addition
1100 to SystemTap probes. Also modified to cover the `enable probe'
1101 and `disable probe' commands.
1102
9aca2ff8
JM
11032015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1104
1105 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1106 `disable probe' commands.
1107
fa3f8d5a
DT
11082015-02-12 David Taylor <dtaylor@emc.com>
1109
1110 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1111 fields of the QTDV packet.
1112
d33501a5
MM
11132015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1114
1115 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1116 (Process Record and Replay): Describe new set|show commands.
1117 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1118
f4abbc16
MM
11192015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1120
1121 * gdb.texinfo (Process Record and Replay): Describe the "record
1122 btrace bts" command.
1123 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1124 (Branch Trace Configuration Format): New.
1125
cfb069a8
GB
11262015-01-31 Gary Benson <gbenson@redhat.com>
1127 Doug Evans <dje@google.com>
1128
1129 * gdb.texinfo (Command Completion): Document new
1130 "set/show max-completions" option.
1131
f57d2163
DE
11322015-01-31 Doug Evans <xdje42@gmail.com>
1133
1134 * gdb.texinfo (Symbols): Document new commands
1135 "maint print symbol-cache", "maint print symbol-cache-statistics",
1136 "maint flush-symbol-cache". Document new option
1137 "maint set symbol-cache-size".
1138
9f050062
DE
11392015-01-31 Doug Evans <xdje42@gmail.com>
1140
1141 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1142 distinguish script files vs inlined scripts.
1143 * python.texi (Python Auto-loading): Ditto.
1144
b6577aab
DE
11452015-01-30 Doug Evans <dje@google.com>
1146
1147 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1148 string if present.
1149
3a8b707a
DE
11502015-01-27 Doug Evans <dje@google.com>
1151
1152 * python.texi (Objfiles In Python): Document Objfile.username.
1153
1b549396
DE
11542015-01-27 Doug Evans <dje@google.com>
1155
1156 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1157 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1158
253828f1
JK
11592015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1160
1161 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1162
bf555842
EZ
11632015-01-16 Eli Zaretskii <eliz@gnu.org>
1164
1165 * doc/gdb.texinfo (TUI Commands): Document the possible
1166 values of NAME argument to 'winheight' command. Explain the
1167 effect of 'tabset' setting better.
1168
439250fb
DE
11692015-01-11 Doug Evans <xdje42@gmail.com>
1170
1171 PR gdb/15830
1172 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1173 (Symbols): Ditto.
1174 (Maintenance Commands): Delete docs for "maint demangle".
1175
6bf6fd09
JB
11762014-12-31 Joel Brobecker <brobecker@adacore.com>
1177
1178 * gdb.texinfo (Files): Remove documentation of the
1179 "add-shared-symbol-files" and "assf" commands.
1180 (Cygwin Native): Remove documentation of the "dll-symbols"
1181 command.
1182
cc485e62
DE
11832014-12-17 Doug Evans <xdje42@gmail.com>
1184
1185 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1186
bb2ec1b3
TT
11872014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1188 Jan Kratochvil <jan.kratochvil@redhat.com>
1189
1190 * gdb.texinfo (Altering): Update.
1191 (Compiling and Injecting Code): New node.
1192
6dddd6a5
DE
11932014-12-12 Doug Evans <dje@google.com>
1194
1195 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1196
f5b95c01
AA
11972014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1198
1199 * gdb.texinfo: Document "maint print user-registers".
1200
a0be3e44
DE
12012014-12-08 Doug Evans <dje@google.com>
1202
1203 * python.texi (Objfiles In Python): Document Objfile.owner.
1204
86e4ed39
DE
12052014-12-04 Doug Evans <dje@google.com>
1206
1207 * python.texi (Objfiles In Python): Document
1208 Objfile.add_separate_debug_file.
1209
7c50a931
DE
12102014-12-04 Doug Evans <dje@google.com>
1211
1212 * python.texi (Objfiles In Python): Document Objfile.build_id.
1213
162078c8
NB
12142014-12-02 Nick Bull <nicholaspbull@gmail.com>
1215
1216 * python.texi (Events In Python): Document new events
1217 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1218 and RegisterChangedEvent.
1219
f10c5b19
JK
12202014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1221
1222 Add add-auto-load-scripts-directory.
1223 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1224 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1225
413b59ae
JK
12262014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1227
1228 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1229 description typo.
1230
02be9a71
DE
12312014-10-30 Doug Evans <dje@google.com>
1232
1233 * python.texi (Progspaces In Python): Document ability to add
1234 random attributes to gdb.Progspace objects.
1235 (Objfiles In Python): Document ability to add random attributes to
1236 gdb.objfile objects.
1237
e5f8a7cc
PA
12382014-10-27 Pedro Alves <palves@redhat.com>
1239
1240 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1241 info on stepping and signal handlers.
1242 (Signals): Explain stepping and signal handlers. Add context
1243 index entry, and cross references.
1244
fab3a15d
SM
12452014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1246
1247 * python.texi (Breakpoints In Python): Add parenthesis after
1248 Breakpoint.delete. Clarify Breakpoint.enabled description so
1249 that it contains "disable".
1250
4ffbba72
DE
12512014-10-17 Doug Evans <dje@google.com>
1252
1253 * python.texi (Events In Python): Document clear_objfiles event.
1254
d096d8c1
DE
12552014-10-17 Doug Evans <dje@google.com>
1256
1257 * python.texi (Objfiles In Python): Document new progspace attribute.
1258
32a8097b
PA
12592014-10-17 Pedro Alves <palves@redhat.com>
1260
1261 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1262 (SVR4 Process Information): Delete mention of OSF/1.
1263
2ddf4301
SM
12642014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1265
1266 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1267 exit-code field in -list-thread-groups output.
1268
342cc091
JBG
12692014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1270
1271 * gdb.texinfo (Set Breaks): Add missing "@end table".
1272
a25a5a45
PA
12732014-09-22 Pedro Alves <palves@redhat.com>
1274
1275 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1276 always-inserted off" is the default mode now. Delete
1277 documentation of "set breakpoint always-inserted auto".
1278
2b4fd423
DE
12792014-09-18 Doug Evans <dje@google.com>
1280
1281 * python.texi (Symbol Tables In Python): Document "producer"
1282 attribute of gdb.Symtab objects.
1283
deb8ff2b
PA
12842014-09-16 Pedro Alves <palves@redhat.com>
1285
1286 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1287 (Embedded OS): Remove VxWorks menu entry.
1288 (VxWorks): Remove node.
1289
81219e53
DE
12902014-09-13 Doug Evans <xdje42@gmail.com>
1291
1292 * gdb.texinfo (Signaling): Document new queue-signal command.
1293
faa42425
DE
12942014-09-06 Doug Evans <xdje42@gmail.com>
1295
1296 PR 15276
1297 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1298 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1299
1a6a384b
JL
13002014-09-03 Justin Lebar <jlebar@google.com>
1301
1302 * python.texi (Types In Python): Type.template_argument(n) returns a
1303 gdb.Value or a gdb.Type and throws an exception if n is out of
1304 range.
1305
5f3b99cf
SS
13062014-09-03 Sasha Smundak <asmundak@google.com>
1307
1308 * python.texi (Frames in Python): Add read_register description.
1309
3cecbbbe
TT
13102014-08-04 Tom Tromey <tromey@redhat.com>
1311
1312 * gdb.texinfo (Debugging Output): Update for change to "set debug
1313 target".
1314
90debf20
MM
13152014-08-01 Masaki Muranaka <monaka@monami-software.com>
1316
1317 Pushed by Joel Brobecker <brobecker@adacore.com>.
1318 * Makefile.in (transform): New variable.
1319 (install-man1, install-man5): Apply $(transform) to man file names.
1320
ee7333ae
DE
13212014-07-26 Doug Evans <xdje42@gmail.com>
1322
1323 PR guile/17177
1324 * guile.texi (Guile Pretty Printing API): Fix typo.
1325 Document set-pretty-printers!, pretty-printers.
1326 (Selecting Guile Pretty-Printers): Update.
1327 Mention program-space based pretty-printers.
1328
70509625
PA
13292014-07-25 Pedro Alves <palves@redhat.com>
1330 Eli Zaretskii <eliz@gnu.org>
1331
1332 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1333 with multi-threaded programs.
1334
b67a2c6f
YQ
13352014-06-27 Yao Qi <yao@codesourcery.com>
1336
1337 * gdb.texinfo (Maintenance Commands): Update the output of
1338 'maint print dummy-frames' command.
1339
f179cf97
EZ
13402014-06-24 Eli Zaretskii <eliz@gnu.org>
1341
1342 * gdb.texinfo (Screen Size): Improve indexing.
1343
992c7d70
GB
13442014-06-19 Gary Benson <gbenson@redhat.com>
1345
1346 * gdb.texinfo (Maintenance Commands): Document new
1347 "maint set/show catch-demangler-crashes" option.
1348
57fcfb1b
GB
13492014-06-19 Gary Benson <gbenson@redhat.com>
1350
1351 * gdb.texinfo (Maintenance Commands): Document new
1352 "maint demangler-warning" command and new
1353 "maint set/show demangler-warning" option.
1354
dd5d5494
SC
13552014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1356
1357 * python.texi (Xmethod API): Add space before the opening
1358 parenthesis in function descriptions.
1359
25326a28 13602014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
1361
1362 * guile.texi (Guile Configuration): Document guile-data-directory.
1363
0a770bb2 13642014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1365
1366 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1367
16f691fb
DE
13682014-06-04 Doug Evans <xdje42@gmail.com>
1369
1370 * guile.texi (Breakpoints In Guile): Update.
1371
1e47491b
JB
13722014-06-03 Joel Brobecker <brobecker@adacore.com>
1373
1374 * python.texi (Xmethod API): Fix reference to "Progspaces In
1375 Python".
1376
0c6e92a5
SC
13772014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1378
1379 * python.texi (Xmethods In Python, XMethod API)
1380 (Writing an Xmethod): New nodes.
1381 (Python API): New menu entries "Xmethods In Python",
1382 "Xmethod API", "Writing an Xmethod".
1383
06eb1586
DE
13842014-06-02 Doug Evans <xdje42@gmail.com>
1385
1386 * guile.texi (Guile API): Add entry for Parameters In Guile.
1387 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1388 (Parameters In Guile): New node.
1389
e698b8c4
DE
13902014-06-02 Doug Evans <xdje42@gmail.com>
1391
1392 * guile.texi (Guile API): Add entry for Commands In Guile.
1393 (Basic Guile) <parse-and-eval>: Add reference.
1394 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1395 (GDB Scheme Data Types): Mention <gdb:command> object.
1396 (Commands In Guile): New node.
1397
ded03782
DE
13982014-06-02 Doug Evans <xdje42@gmail.com>
1399
1400 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1401 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1402 (Progspaces In Guile): New node.
1403
53e8a631
AB
14042014-05-30 Andrew Burgess <aburgess@broadcom.com>
1405
1406 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1407 * python.texi (Frames In Python): Mention
1408 gdb.FRAME_UNWIND_MEMORY_ERROR.
1409
329ea579
PA
14102014-05-29 Pedro Alves <palves@redhat.com>
1411 Tom Tromey <tromey@redhat.com>
1412
1413 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1414 from example.
1415 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1416 Mention that target-async is now deprecated.
1417 (Maintenance Commands): Document maint set/show target-async.
1418
92bcb5f9
PA
14192014-05-29 Pedro Alves <palves@redhat.com>
1420
1421 * observer.texi (sync_execution_done, command_error): New
1422 subjects.
1423
fd664c91
PA
14242014-05-29 Pedro Alves <palves@redhat.com>
1425
1426 PR gdb/13860
1427 * observer.texi (signal_received, end_stepping_range)
1428 (signal_exited, exited, no_history): New observer subjects.
1429
b2715b27
AW
14302014-05-26 Andy Wingo <wingo@igalia.com>
1431
1432 * guile.texi (GDB Scheme Data Types): Remove documentation for
1433 removed interfaces. Update spelling of gdb-object-kind.
1434
9eaa4c1e
AW
14352014-05-26 Andy Wingo <wingo@igalia.com>
1436
1437 * guile.texi (Basic Guile): Fix some typos.
1438
0f1e8403
AW
14392014-05-26 Andy Wingo <wingo@igalia.com>
1440
1441 * guile.texi (Writing a Guile Pretty-Printer)
1442 (Guile Types Module): Fix excess parentheses in use-modules forms.
1443
697aa1b7
EZ
14442014-05-24 Eli Zaretskii <eliz@gnu.org>
1445
1446 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1447 (Breakpoints In Guile, Guile Printing Module)
1448 (Guile Exception Handling, Values From Inferior In Guile)
1449 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1450 Don't use @var at the beginning of a sentence.
1451
1452 * gdb.texinfo (Frame Filter Management, Trace Files)
1453 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1454 (PowerPC Embedded, Define, Annotations for Running)
1455 (IPA Protocol Commands, Packets, General Query Packets)
1456 (Tracepoint Packets, Notification Packets, Environment)
1457 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1458 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1459 (Frames, Backtrace, Selection, Expressions, Registers)
1460 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1461 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1462 (Source Annotations, Using JIT Debug Info Readers, Packets)
1463 (Stop Reply Packets, Host I/O Packets)
1464 (Target Description Format): Don't use @var at the beginning of a
1465 sentence.
1466
1467 * python.texi (Basic Python, Types In Python)
1468 (Commands In Python, Frames In Python, Line Tables In Python)
1469 (Breakpoints In Python, gdb.printing, gdb.types)
1470 (Type Printing API): Don't use @var at the beginning of a
1471 sentence.
1472
67b5c0c1
MM
14732014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1474
1475 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1476 replay-memory-access".
1477
6a3cb8e8
PA
14782014-05-21 Pedro Alves <palves@redhat.com>
1479
1480 * gdb.texinfo (Starting): Document "set/show
1481 auto-connect-native-target".
1482 (Target Commands): Document "target native".
1483
936d2992
PA
14842014-05-20 Pedro Alves <palves@redhat.com>
1485
1486 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1487 not be remote specific. Add cross reference to the qCRC packet.
1488 (Separate Debug Files): Update cross reference to the qCRC packet.
1489 (General Query Packets) <qCRC packet>: Add anchor.
1490
b3ce5e5f
DE
14912014-05-17 Doug Evans <xdje42@gmail.com>
1492
1493 Copy over changes from guile.texi.
1494 * python.texi (Basic Python) <gdb.execute>: Add text.
1495 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1496 (Values From Inferior) <Python string>: Add text.
1497 (Values From Inferior) <Value.string>: Clarify string length handling.
1498 (Pretty Printing API): Add cindex.
1499 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1500 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1501 @vindex.
1502 (Commands In Python) <COMPLETE_*>: Similarly.
1503 (Symbols In Python) <SYMBOL_*>: Similarly.
1504 (Breakpoints In Python) <WP_*>: Similarly.
1505 (Breakpoints In Python) <BP_*>: Similarly.
1506
8dfcab11
DT
15072014-05-17 David Taylor <dtaylor@emc.com>
1508
1509 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1510 mentioned in the qfThreadInfo reply.
1511
8d551b02
DE
15122014-05-16 Doug Evans <dje@google.com>
1513
1514 * gdb.texinfo (Mode Options): Add -D.
1515
e20bd8f4
SB
15162014-05-09 Samuel Bronson <naesten@gmail.com>
1517
1518 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1519 "make -C".
1520
f989a1c8
TT
15212014-04-29 Tom Tromey <tromey@redhat.com>
1522
1523 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1524 "show debug varobj".
1525
95cf3b38
DT
15262014-05-01 David Taylor <dtaylor@emc.com>
1527
1528 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1529 option.
1530
01f9f808
MS
15312014-04-24 Michael Sturm <michael.sturm@mintel.com>
1532 Walfred Tedeschi <walfred.tedeschi@intel.com>
1533
1534 * gdb.texinfo (i386 Features): Add description of AVX512
1535 registers.
1536
770e7fc7
DE
15372014-03-31 Doug Evans <dje@google.com>
1538
1539 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1540
97d8f0ee
DE
15412014-03-30 Doug Evans <dje@google.com>
1542
1543 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1544 (Background Execution): Ditto.
1545
36cb1214
HZ
15462014-03-21 Pedro Alves <palves@redhat.com>
1547 Stan Shebs <stan@codesourcery.com>
1548 Hui Zhu <hui@codesourcery.com>
1549
1550 * gdb.texinfo (Packets): Add anchor to "? packet".
1551 Remove fixme and update introduction of "k packet".
1552 Add anchor to "vKill packet".
1553
5e3a2c38
SS
15542014-03-12 Stan Shebs <stan@codesourcery.com>
1555
1556 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1557
7a5a839f
LC
15582014-02-26 Ludovic Courtès <ludo@gnu.org>
1559
dc6ae996 1560 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 1561
95060284
JB
15622014-02-20 Joel Brobecker <brobecker@adacore.com>
1563
1564 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1565 and "assf" as being deprecated.
1566 (Cygwin Native): Likewise for "dll-symbols".
1567 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1568 as a way to force the loading of symbols from a DLL.
1569
f7bd0f78
SC
15702014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1571
1572 * python.texi (Values From Inferior): Add description about the
1573 new feature.
1574
329baa95
DE
15752014-02-17 Doug Evans <xdje42@gmail.com>
1576
1577 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1578 * gdb.texinfo (Python): Moved to ...
1579 * python.texi: ... here. New file.
1580
687894f5
DE
15812014-02-17 Ludovic Courtès <ludo@gnu.org>
1582
d25f38ee 1583 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
1584 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1585 parameter to 'str-lookup-function' procedure. Look for
1586 the "std::string<" prefix.
1587 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1588 Adjust description.
1589
6fb526ee
DE
15902014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1591
d25f38ee 1592 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
1593 parantheses for deffn.
1594 (Disassembly In Guile): Ditto.
1595
1e0a5178
SS
15962014-02-10 Stan Shebs <stan@codesourcery.com>
1597
1598 Add Doxygen support.
1599 * Makefile.in (doxy): New action, generates Doxygen files.
1600 (DOXYGEN): New.
1601 (doxyedit): New.
1602 * Doxyfile-base.in: New file.
1603 * Doxyfile-gdb-api.in: New file.
1604 * Doxyfile-gdb-xref.in: New file.
1605 * Doxyfile-gdbserver.in: New file.
1606 * doxy-index.in: New file.
1607 * filter-for-doxygen: New file.
1608 * filter-params.pl: New file.
1609
ed3ef339
DE
16102014-02-10 Doug Evans <xdje42@gmail.com>
1611
1612 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1613 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1614 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1615 (Guile docs): Include guile.texi.
1616 (objfile-gdbdotext file): Add objfile-gdb.scm.
1617 (dotdebug_gdb_scripts section): Mention Guile scripts.
1618 (Multiple Extension Languages): New node.
1619 * guile.texi: New file.
1620
c6044dd1
JB
16212014-01-28 Joel Brobecker <brobecker@adacore.com>
1622
1623 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1624 ignore-descriptive-types". commands.
1625
87ce2a04
DE
16262014-01-22 Doug Evans <dje@google.com>
1627
1628 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1629 (gdbserver man): Ditto.
1630
52834460
MM
16312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1632
1633 * gdb.texinfo: Document limited reverse/replay support
1634 for target record-btrace.
1635
0688d04e
MM
16362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1637
1638 * gdb.texinfo (Process Record and Replay): Update documentation.
1639
8710b709
MM
16402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1641
1642 * gdb.texinfo (Process Record and Replay): Document new /c
1643 modifier accepted by "record function-call-history".
1644 Add /i modifier to "record function-call-history" example.
1645
dcf106f3
JB
16462014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1647 Joel Brobecker <brobecker@adacore.com>
1648
1649 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1650 markers. Remove one that was misplaced.
1651
41ef2965
PA
16522014-01-10 Pedro Alves <palves@redhat.com>
1653
1654 * gdb.texinfo (Your Program's Environment) <set environment>:
1655 Mention the shell, and point at 'set exec-wrapper'.
1656
c0d48811
JB
16572014-01-07 Joel Brobecker <brobecker@adacore.com>
1658
1659 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1660
5fba4c0f
JB
16612013-12-30 Joel Brobecker <brobecker@adacore.com>
1662
1663 * gdb.texinfo (Types In Python): Clarify the documentation
1664 of attribute gdb.Field.bitpos.
1665
0809504b
JB
16662013-12-28 Joel Brobecker <brobecker@adacore.com>
1667
1668 * gdb.texinfo (Types In Python): Fix the documentation of
1669 attribute "bitpos" in class gdb.Field for enum types. Add
1670 documentation for attribute "enumval" in that same class.
1671
edef6000
JB
16722013-12-28 Joel Brobecker <brobecker@adacore.com>
1673
1674 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1675 @ftable.
1676
71b8c845
DE
16772013-12-23 Doug Evans <xdje42@gmail.com>
1678
1679 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1680 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1681 corresponding section in Extending GDB.
1682 (Extending GDB): Move menu up. New menu item "Auto-loading
1683 extensions".
1684 (Sequences): New menu item "Auto-loading sequences".
1685 (Auto-loading sequences): New node.
1686 (Python): Rename section from Scripting GDB to Extending GDB.
1687 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1688 Move docs on ways to auto-load extensions to ...
1689 (Auto-loading extensions): ... here. New node.
1690
d192b373
JB
16912013-12-23 Joel Brobecker <brobecker@adacore.com>
1692
1693 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1694 in menu.
1695 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1696 command, now in a new node.
1697 (GDB/MI Support Commands): New node, with its contents being
1698 extracted from the "GDB/MI Miscellaneous Commands" node.
1699 A small paragraph introducing the section is also added at
1700 the start.
1701 (GDB/MI Miscellaneous Commands): Delete the description of the
1702 -info-gdb-mi-command, -list-features and -list-target-features
1703 commands, now hosted in the "GDB/MI Support Commands" node.
1704
a16b0e22
SC
17052013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1706
1707 PR python/16113
1708 * gdb.texinfo (Values From Inferior): Add a note about using
1709 gdb.Field objects as subscripts on gdb.Value objects.
1710 (Types In Python): Add description about the new attribute
1711 "parent_type" of gdb.Field objects.
1712
9b26f0fb
JB
17132013-12-12 Joel Brobecker <brobecker@adacore.com>
1714
1715 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1716 entry for section docuumenting the -list-features GDB/MI command.
1717
72bfa06c
JB
17182013-12-10 Joel Brobecker <brobecker@adacore.com>
1719
1720 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1721 "exec-run-start-option" entry in the output of the "-list-features"
1722 command.
1723
3ea8680f
EZ
17242013-12-04 Eli Zaretskii <eliz@gnu.org>
1725
1726 * gdb.texinfo (i386): Fix yesterday's commit.
1727
1a4f73eb
TT
17282013-12-03 Tom Tromey <tromey@redhat.com>
1729
1730 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1731 documented here.
1732
6cb999f8
TT
17332013-12-03 Tom Tromey <tromey@redhat.com>
1734
1735 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1736
ca8941bb
WT
17372013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1738
1739 * gdb.texinfo (i386 Features): Add MPX feature registers.
1740 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1741 a subsubsection for MPX and describes the display of the
1742 boundary registers.
1743
688981c9
JB
17442013-12-03 Joel Brobecker <brobecker@adacore.com>
1745
1746 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1747 documentation of the "ada-exceptions" entry.
1748
2ea126fa
JB
17492013-12-03 Joel Brobecker <brobecker@adacore.com>
1750
1751 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1752 "^error" result record concerning the error message. Document
1753 the error code that may also be part of that result record.
1754 (GDB/MI Miscellaneous Commands): Document the
1755 "undefined-command-error-code" element in the output of
1756 the "-list-features" GDB/MI command.
1757
6b7cbff1
JB
17582013-12-03 Joel Brobecker <brobecker@adacore.com>
1759
1760 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1761 the new -info-gdb-mi-command GDB/MI command. Document
1762 the meaning of "-info-gdb-mi-command" in the output of
1763 -list-features.
1764
20e1ca3b
PA
17652013-11-29 Pedro Alves <palves@redhat.com>
1766
1767 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1768 Update comment.
1769
29453a14
YQ
17702013-11-24 Yao Qi <yao@codesourcery.com>
1771
1772 * gdb.texinfo (Caching Remote Data): Document new
1773 "set/show stack-cache" option.
1774
6dd315ba
YQ
17752013-11-24 Yao Qi <yao@codesourcery.com>
1776
1777 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1778 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1779 "off" respectively.
1780
9df9dbe0
YQ
17812013-11-23 Yao Qi <yao@codesourcery.com>
1782
1783 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1784 of "displayhint" to the table about child results.
1785
c78feb39
YQ
17862013-11-21 Yao Qi <yao@codesourcery.com>
1787
1788 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1789 'dynamic' for the output of command -var-list-children.
1790
27b81af3
YQ
17912013-11-21 Yao Qi <yao@codesourcery.com>
1792
1793 * gdb.texinfo (Caching Target Data): Remove "see" before
1794 @pxref.
1795
b26dfc9a
YQ
17962013-11-20 Yao Qi <yao@codesourcery.com>
1797
1798 * gdb.texinfo (Caching Target Data): Update doc for
1799 per-address-space dcache.
1800
b12039c6
YQ
18012013-11-20 Yao Qi <yao@codesourcery.com>
1802
1803 * gdb.texinfo (Data): Rename menu item.
1804 (Caching Remote Data): Rename to ...
1805 (Caching Target Data): ... it. Update.
1806
422ad5c2
JB
18072013-11-18 Joel Brobecker <brobecker@adacore.com>
1808
1809 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1810 "language-option" entry in the output of the "-list-features"
1811 command.
1812
805e1f19
TT
18132013-11-15 Tom Tromey <tromey@redhat.com>
1814
1815 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1816 Add example.
1817
8fe1b653
TT
18182013-11-14 Tom Tromey <tromey@redhat.com>
1819
1820 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1821
403cb6b1
JB
18222013-11-14 Joel Brobecker <brobecker@adacore.com>
1823
1824 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1825 (Context management): Place current subsection text into its own
1826 subsubsection. Add new subsubsection describing the "--language"
1827 command option.
1828
93973826
JB
18292013-11-13 Joel Brobecker <brobecker@adacore.com>
1830
1831 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1832 the documentation of "info-ada-exceptions" in the output
1833 of the "-list-features" command. Add the documentation
1834 of the "ada-exception" entry instead.
1835
6adcee18
JB
18362013-11-12 Joel Brobecker <brobecker@adacore.com>
1837
93973826 1838
6adcee18
JB
1839 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1840 word of a couple of sentences to start with a capital letter.
1841
58d06528
JB
18422013-11-12 Joel Brobecker <brobecker@adacore.com>
1843
1844 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1845 (Ada Exceptions): New node.
1846 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1847 Commands" node.
1848 (GDB/MI Ada Exceptions Commands): New node.
1849 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1850 field in the output of the "-list-features" command.
1851 * NEWS: Add entry for the new "info exceptions" CLI command,
1852 and for the new "-info-ada-exceptions" GDB/MI command.
1853
bc79de95
PM
18542013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1855
1856 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1857 (Line Tables In Python): New node.
1858
73be47f5
DE
18592013-11-08 Doug Evans <dje@google.com>
1860
1861 * gdb.texinfo (Debugging Output): Update text for
1862 "set debug dwarf2-read".
1863
db0fec5c
DE
18642013-11-08 Doug Evans <dje@google.com>
1865
1866 * gdb.texinfo (Debugging Output): Update text for
1867 "set debug symtab-create".
1868
92e32e33
PM
18692013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1870
72f4393d
L
1871 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1872 constant.
92e32e33 1873
f76c27b5
PM
18742013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1875
1876 * gdb.texinfo (Breakpoints In Python): Document temporary
1877 option in breakpoint constructor, and add documentation to the
1878 temporary attribute.
1879
fa4d0c40
YQ
18802013-11-07 Yao Qi <yao@codesourcery.com>
1881
1882 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1883 output of "-var-info-expression".
1884
afa332ce
PA
18852013-11-06 Pedro Alves <palves@redhat.com>
1886
1887 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1888 non-interactive mode.
1889 (Environment) <shell startup files warning>: Mention
1890 non-interactive mode. Mention .zshenv for Z shell, and talk about
1891 BASH_ENV instead of .bashrc for BASH.
1892
9ac69859
NB
18932013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1894
1895 * gdb.texinfo (Commands to Specify Files): Add description
1896 of the remove-symbol-file command.
1897 * observer.texi: New free_objfile event
1898
98882a26
PA
18992013-10-24 Pedro Alves <palves@redhat.com>
1900
1901 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1902
ce13fade
JB
19032013-10-11 Joel Brobecker <brobecker@adacore.com>
1904
1905 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1906 New subsection inside which the "-catch-load" and "-catch-unload"
1907 commands documentation is now placed.
1908 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1909 documenting the "-catch-assert" and "-catch-exception" new
1910 GDB/MI commands.
1911
2446f5ea
JB
19122013-10-10 Joel Brobecker <brobecker@adacore.com>
1913
1914 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1915
0d12017b
JB
19162013-10-10 Joel Brobecker <brobecker@adacore.com>
1917
bd80dc1a
JB
1918 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1919 serial baud".
1920 (Remote Configuration): Replace "set remotebaud" by "set serial
1921 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 1922
f4fb82a1
PA
19232013-10-07 Pedro Alves <palves@redhat.com>
1924
1925 PR breakpoints/11568
1926 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1927 when the thread is removed from the thread list.
1928
0c557179
SDJ
19292013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1930
1931 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1932 Update entry for $_exitcode.
1933
5713b9b5
JB
19342013-10-04 Joel Brobecker <brobecker@adacore.com>
1935
1936 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1937 new "--start" option.
1938
901461f8
PA
19392013-10-02 Pedro Alves <palves@redhat.com>
1940
1941 * gdb.texinfo (Registers): Expand description of saved registers
1942 in frames. Explain <not saved>.
1943
8fb8eb5c
DE
19442013-09-25 Doug Evans <dje@google.com>
1945
1946 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1947
0a7cfe2c
SS
19482013-09-16 Stan Shebs <stan@codesourcery.com>
1949
1950 Remove the internals manual gdbint.texinfo.
1951 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1952 (PDFFILES): Remove gdbint.pdf.
1953 (HTMLFILES): Remove gdbint/index.html.
1954 (HTMLFILES_INSTALL): Remove gdbint.
1955 (GDBINT_DOC_FILES): Remove.
1956 (dvi): Remove gdbint.dvi.
1957 (ps): Remove gdbint.ps.
1958 * gdbint.texinfo: Remove file.
1959 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1960
a280dbd1
SDJ
19612013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1962
1963 * gdb.texinfo (Convenience Functions): Mention new convenience
1964 function $_isvoid.
1965
4ac33720
UW
19662013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1967
1968 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1969 (Standard Target Features): Add new node to menu.
1970 (S/390 and System z Features): New node.
1971
b3d3b4bd
SA
19722013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1973
1974 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1975 -list-target-features in the example.
1976
edf9f00c
JK
19772013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1978
1979 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1980 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1981
1d236d23
JK
19822013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1983
1984 Sync documentation with gdb.base/gnu-debugdata.exp.
1985 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1986
5423b017
JK
19872013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1988
1989 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1990
6211c335
YQ
19912013-08-27 Pedro Alves <pedro@codesourcery.com>
1992 Yao Qi <yao@codesourcery.com>
1993
1994 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1995 Document new --skip-unavailable option.
1996 <-stack-list-variables>: Document new --skip-unavailable option.
1997
52e260a3
DE
19982013-08-26 Doug Evans <dje@google.com>
1999
2000 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2001 an optional regexp.
2002
5e92f71a
TT
20032013-08-13 Tom Tromey <tromey@redhat.com>
2004
2005 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2006 Document GDB_PARALLEL and GDB_INOTIFY.
2007
c5d7073b
SS
20082013-08-09 Stan Shebs <stan@codesourcery.com>
2009
2010 * LRS: Remove file, describes a long-abandoned live-range
2011 splitting extension to stabs.
2012
6fbe845e
AB
20132013-07-25 Andrew Burgess <aburgess@broadcom.com>
2014
2015 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2016
e7045703
DE
20172013-07-17 Doug Evans <dje@google.com>
2018
2019 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2020
3105ebf9
TT
20212013-07-02 Tom Tromey <tromey@redhat.com>
2022
2023 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2024
d6c2da54
TT
20252013-06-28 Tom Tromey <tromey@redhat.com>
2026
2027 * Makefile.in (version.subst): Use version.in, not
2028 common/version.in.
2029 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2030 Likewise.
2031
e5823f1c
PA
20322013-06-27 Pedro Alves <palves@redhat.com>
2033
2034 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2035 dynamic symbol resolution code>: New section, based on infrun.c
2036 comment.
2037
92dcb9ff
TT
20382013-06-26 Tom Tromey <tromey@redhat.com>
2039
2040 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2041 Update.
2042 (Releasing GDB): Likewise.
2043
dc673c81
YQ
20442013-06-26 Pedro Alves <pedro@codesourcery.com>
2045 Yao Qi <yao@codesourcery.com>
2046
2047 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2048 -trace-frame-collected.
2049
28a93511
YQ
20502013-06-26 Pedro Alves <pedro@codesourcery.com>
2051
2052 * gdb.texinfo (Traceframe Info Format): Document tvar element
2053 and its attributes.
2054
a0743c90
YQ
20552013-06-25 Yao Qi <yao@codesourcery.com>
2056
2057 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2058
01208463
TT
20592013-06-24 Tom Tromey <tromey@redhat.com>
2060
2061 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2062 (GDBvn.texi): Use version.subst.
2063 (version.subst): New target.
2064 (mostlyclean): Remove version.subst.
2065
c898adb7
YQ
20662013-06-20 Pedro Alves <pedro@codesourcery.com>
2067
2068 * gdb.texinfo (GDB/MI Data Manipulation)
2069 <-data-list-register-values>: Document the --skip-unavailable
2070 option.
2071
7c57fa1e
YQ
20722013-06-07 Yao Qi <yao@codesourcery.com>
2073
2074 * gdb.texinfo (Symbols): Add kindex and cindex for
2075 'maint print msymbols'.
2076
0059c61a 20772013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
2078
2079 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2080 response field name (thread-group to inferior).
2081
85dc5a12
GB
20822013-06-04 Gary Benson <gbenson@redhat.com>
2083
2084 * gdb.texinfo (General Query Packets/qSupported): Added
2085 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2086 to the table of currently defined stub features.
2087 Added a more detailed entry for "augmented-libraries-svr4-read".
2088 (General Query Packets/qXfer:libraries-svr4:read): Documented
2089 the augmented form of this packet.
2090
5901af59
JB
20912013-05-23 Joel Brobecker <brobecker@adacore.com>
2092
2093 * gdb.texinfo (System-wide Configuration Scripts): Renames
2094 "Installed System-wide Configuration Scripts". Add associated
2095 @menu block.
2096
c1e36e3e
PA
20972013-05-23 Yao Qi <yao@codesourcery.com>
2098 Pedro Alves <palves@redhat.com>
2099
2100 * gdb.texinfo (Packets): Document 'vCont;r'.
2101 (Continuing and Stepping): Document target-assisted range
2102 stepping, and the 'set range-stepping' and 'show range-stepping'
2103 commands.
2104
0201faac
JB
21052013-05-23 Joel Brobecker <brobecker@adacore.com>
2106
2107 * gdb.texinfo (Installed System-wide Configuration Scripts):
2108 Add subsection describing the scripts now available under
2109 the data-dir's system-gdbbinit subdirectory.
2110 * NEWS: Add entry announcing the availability of system-wide
2111 configuration scripts for ElinOS and Wind River Linux.
2112
c5867ab6
HZ
21132013-05-21 Hui Zhu <hui@codesourcery.com>
2114
2115 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2116 "-dprintf-insert" command.
2117
7d0c9981
DE
21182013-05-17 Doug Evans <dje@google.com>
2119
2120 * gdb.texinfo (Maintenance Commands): Update doc for
2121 "maint check-psymtabs". Add doc for "maint check-symtabs",
2122 "maint expand-symtabs".
2123
742ce053
MM
21242013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2125
2126 * gdb.texinfo (Process Record and Replay): Document the
2127 "record goto" command and its sub-commands.
2128
1e611234
PM
21292013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2130
2131 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2132 (Python API): Add Frame Filters API, Frame Wrapper API,
2133 Writing a Frame Filter/Wrapper, Managing Management of Frame
2134 Filters chapter entries.
2135 (Frame Filters API): New Node.
2136 (Frame Wrapper API): New Node.
2137 (Writing a Frame Filter): New Node.
2138 (Managing Frame Filters): New Node.
2139 (Progspaces In Python): Add note about frame_filters attribute.
2140 (Objfiles in Python): Ditto.
2141 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2142 @anchors and --no-frame-filters option to -stack-list-variables,
2143 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2144 commands.
2145
2874cb83
JB
21462013-05-08 Joel Brobecker <brobecker@adacore.com>
2147
2148 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2149 Support" subsection documenting the XML format used to transfer
2150 shared library info on AIX.
2151
9a005eb9
JB
21522013-05-08 Joel Brobecker <brobecker@adacore.com>
2153
2154 * gdb.texinfo (Debugging Output): Add documentation of
2155 "set debug aix-solib" and "show debug aix-solib" commands.
2156
a1217d97
SL
21572013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2158
2159 * gdb.texinfo (Nios II): New section.
2160 (Nios II Features): New section.
2161
4d1eb6b4
JB
21622013-05-06 Joel Brobecker <brobecker@adacore.com>
2163
2164 * gdbint.texinfo (Algorithms): Remove entries documenting
2165 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2166 SOLIB_CREATE_INFERIOR_HOOK.
2167
3f84184e
TT
21682013-04-29 Tom Tromey <tromey@redhat.com>
2169
2170 PR python/14204:
2171 * gdb.texinfo (Python API): Fix menu entry.
2172 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2173 Define global and static block. Add example. Clarify
2174 block relationship for inline functions.
2175
60155234
TT
21762013-04-29 Tom Tromey <tromey@redhat.com>
2177
2178 * gdb.texinfo (Python API): Mention Python help and keyword
2179 arguments. Move pagination text to Basic Python.
2180 (Basic Python): Put pagination text here. Document
2181 close-on-exec, SIGCHLD, and SIGINT.
2182
5360976e
PA
21832013-04-19 Pedro Alves <palves@redhat.com>
2184
2185 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2186 "signedness" instead of "signness".
2187
bd3f3b55
PA
21882013-04-19 Pedro Alves <palves@redhat.com>
2189
2190 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2191 -Wno-pointer-sign text with text on -Wpointer-sign.
2192
dee368d3
TT
21932013-04-16 Tom Tromey <tromey@redhat.com>
2194
2195 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2196 GCC that has the SDT probe points.
2197
cc16e6c9
TT
21982013-04-15 Tom Tromey <tromey@redhat.com>
2199
2200 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2201 exception catchpoints.
2202
72f1fe8a
TT
22032013-04-15 Tom Tromey <tromey@redhat.com>
2204
2205 * gdb.texinfo (Set Catchpoints): Document $_exception.
2206 (Convenience Vars): Mention $_exception.
2207
591f19e8
TT
22082013-04-15 Tom Tromey <tromey@redhat.com>
2209
2210 * gdb.texinfo (Set Catchpoints): Reorganize exception
2211 catchpoints. Document "catch rethrow".
2212 (Debugging C Plus Plus): Mention "catch rethrow".
2213
02ae6bad
TT
22142013-04-15 Tom Tromey <tromey@redhat.com>
2215
2216 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2217
2c91021c
JK
22182013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2219 Eli Zaretskii <eliz@gnu.org>
2220
2221 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2222 line below the sample output.
2223
6eaaf48b
EZ
22242013-04-12 Eli Zaretskii <eliz@gnu.org>
2225
2226 * gdb.texinfo (Mode Options): Document '-configuration'.
2227 (Help): Document "show configuration".
2228 (Bug Reporting): Add requirements to include the configuration
2229 details in bug reports.
2230
b292c783
JK
22312013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2232
2233 * Makefile.in (MAN1S): Add gcore.1.
2234 Remove "Host, target, and site specific Makefile fragments" comment.
2235 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2236 (install-man1, uninstall-man1): Conditionalize gcore.1.
2237 (gcore.1): New.
2238 * gdb.texinfo (Man Pages): Add gcore man.
2239 (gcore man): New node.
2240
f81d1120
PA
22412013-04-10 Pedro Alves <palves@redhat.com>
2242
2243 * gdb.texinfo (Process Record and Replay): Document that "set
2244 record full insn-number-max", "set record
2245 instruction-history-size" and "set record
2246 function-call-history-size" accept "unlimited".
2247 (Backtrace): Document that "set backtrace limit" accepts
2248 "unlimited".
2249 (List): Document that "set listsize" accepts "unlimited".
2250 (Print Settings)" Document that "set print max-symbolic-offset",
2251 "set print elements" and "set print repeats" accept "unlimited".
2252 (Starting and Stopping Trace Experiments): Document that "set
2253 trace-buffer-size" accepts "unlimited".
2254 (Remote Configuration): Document that "set tcp connect-timeout"
2255 accepts "unlimited".
2256 (Command History): Document that "set history size" accepts
2257 "unlimited".
2258 (Screen Size): Document that "set height" and "set width" accepts
2259 "unlimited". Adjust "set pagination"'s description to suggest
2260 "set height unlimited" instead of "set height 0".
2261
393fd4c3
YQ
22622013-04-10 Yao Qi <yao@codesourcery.com>
2263
2264 * gdb.texinfo (Trace Files): Add "target ctf".
2265
cba5a7bf
JK
22662013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2267
2268 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2269
0ed630cb
JK
2270 * Makefile.in (install-man1, install-man5, uninstall-man1)
2271 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2272
afe1492b
JK
2273 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2274
5b8b6385
JK
22752013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2276 Eli Zaretskii <eliz@gnu.org>
2277
2278 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2279 parameters order. Remove "On some targets" for --attach. Document the
2280 --multi parameter and extended-remote command. Document all the
2281 options.
2282
906ccdf0
JK
22832013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2284
2285 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2286 the list of supported languages.
2287
43662968
JK
22882013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2289
2290 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2291 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2292 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2293 (diststuff): Add man.
2294 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2295 (uninstall-man5): New.
2296 (STAGESTUFF): Add *.1 and *.5.
2297 (GDBvn.texi): Add SYSTEM_GDBINIT.
2298 (gdb.1, gdbserver.1, gdbinit.5): New.
2299 (maintainer-clean realclean): Add $(MANS).
2300 (install): Add install-man.
2301 (uninstall): Add uninstall-man.
2302 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2303 (@copying): Wrap it by @c man begin COPYRIGHT.
2304 (Top): Add Man Pages.
2305 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2306
be9a8770
PA
23072013-04-02 Pedro Alves <palves@redhat.com>
2308
2309 * gdb.texinfo (Debugging Output): Document "set/show debug
2310 aarch64", "set/show debug coff-pe-read" and "set/show debug
2311 mach-o".
2312
a46c1e42
PA
23132013-04-02 Pedro Alves <palves@redhat.com>
2314
2315 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2316 table>: Add entry for "trace-buffer-size".
2317
bd3eecc3
PA
23182013-03-28 Pedro Alves <palves@redhat.com>
2319
2320 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2321 table>: Add entry for "trace-status".
2322
215b9f98
EZ
23232013-03-28 Eli Zaretskii <eliz@gnu.org>
2324
2325 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2326 @bullet", which is invalid (makeinfo 5.1 barfs).
2327
7f7cc265
PA
23282013-03-28 Pedro Alves <palves@redhat.com>
2329
2330 PR gdb/15294
2331
2332 * gdb.texinfo (List) <set listsize>: Adjust to document that
2333 listsize 0 means no limit, and remove mention of -1.
2334
9c0be723
YQ
23352013-03-22 Yao Qi <yao@codesourcery.com>
2336
2337 * gdb.texinfo (Embedded Processors): Remove menu item
2338 "OpenRISC 1000".
2339 (OpenRISC 1000): Remove.
2340
bd712aed
DE
23412013-03-21 Doug Evans <dje@google.com>
2342
2343 * gdb.texinfo (Maintenance Commands): Add docs for
2344 "mt set per-command {space,time,symtab} {on,off}".
2345
d0353e76
YQ
23462013-03-14 Hui Zhu <hui@codesourcery.com>
2347 Yao Qi <yao@codesourcery.com>
2348
2349 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2350
6dd24dfa
KS
23512013-03-13 Keith Seitz <keiths@redhat.com>
2352
2353 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2354 "maint agent" reference to Dynamic printf.
2355
5c4808ca
EZ
23562013-03-11 Eli Zaretskii <eliz@gnu.org>
2357
2358 * gdb.texinfo (General Query Packets): Don't use colon in index
2359 entries visible to Info format.
2360
59ea5688
MM
23612013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2362
2363 * gdb.texinfo (Process Record and Replay): Document record
2364 changes.
2365
2ae8c8e7
MM
23662013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2367
2368 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2369 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2370 qXfer:btrace:read.
2371
28abe188
EZ
23722013-03-09 Eli Zaretskii <eliz@gnu.org>
2373
2374 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2375 use colons in @anchor and @cindex entries.
2376
be9a119c 23772013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
2378
2379 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2380
be9a119c 23812013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2382 Hafiz Abid Qadeer <abidh@codesourcery.com>
2383
2384 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2385 trace-buffer-size set and show commands.
2386 (Tracepoint Packets): Document QTBuffer:size.
2387 (General Query Packets): Document QTBuffer:size.
2388
d57350ea
TT
23892013-02-21 Tom Tromey <tromey@redhat.com>
2390
2391 * gdb.texinfo: Remove bad @syncodeindex.
2392 (Values From Inferior, Types In Python, Inferiors In Python)
2393 (Events In Python, Threads In Python, Frames In Python, Blocks In
2394 Python, Symbols In Python, Symbol Tables In Python): Remove
2395 @tables.
2396 (Packets, General Query Packets, Tracepoint Packets)
2397 (Host I/O Packets): Use @w{} for empty @item.
2398
9f44fbc0
SCR
23992013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2400
2401 * gdb.texinfo (Architectures In Python): Add description about
2402 the new method gdb.Architecture.disassemble.
2403
f5911ea1
HAQ
24042013-02-15 Pedro Alves <pedro@codesourcery.com>
2405 Hafiz Abid Qadeer <abidh@codesourcery.com>
2406
2407 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2408 Document the "trace-file" field.
2409
7e1e0340
DE
24102013-02-07 Doug Evans <dje@google.com>
2411
2412 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2413 command.
2414
134a2066
YQ
24152013-02-06 Yao Qi <yao@codesourcery.com>
2416
2417 * gdb.texinfo (GDB/MI Async Records): Document new MI
2418 notification "=tsv-modified". Update the document of MI
2419 notification "=tsv-created".
2420 * observer.texi (GDB Observers): New observer tsv_modified.
2421 Update observer tsv_created and tsv_delete.
2422
430ed3f0
MS
24232013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2424
2425 * gdb.texinfo (AArch64 Features): New section; document
2426 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2427 (Architectures): Add new AArch64 section to document AArch64
2428 architecture specific commands.
2429 (ABI): Add description of the new OS ABI "Newlib" and its influence
2430 on the longjmp handling.
2431
1b56eb55
JK
24322013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2433 Jan Kratochvil <jan.kratochvil@redhat.com>
2434
2435 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2436 variable in 'set/show backtrace' section.
2437
c4957902
TT
24382013-01-31 Tom Tromey <tromey@redhat.com>
2439
2440 * gdb.texinfo (Target Commands): Fix typo.
2441
bea883fd
SCR
24422013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2443
2444 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2445 describing the gdb.Architecture class.
2446 (Frames In Python): Add description about the new method
2447 gdb.Frame.architecture().
2448
796a7ff8
DE
24492013-01-23 Doug Evans <dje@google.com>
2450
2451 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2452
998580f1
MK
24532013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2454
2455 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2456 'thread-groups' field when printing a breakpoint in MI.
2457
c9fb1240
SD
24582012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2459 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2460 to reflect that jit-reader-load now supports absolute file-names.
2461
ab04a2af
TT
24622013-01-16 Tom Tromey <tromey@redhat.com>
2463
2464 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2465 (Signals): Likewise.
2466
8ac3646f
TT
24672013-01-16 Tom Tromey <tromey@redhat.com>
2468
2469 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2470 "catch-type" field.
2471 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2472
e93a8774
TT
24732013-01-07 Tom Tromey <tromey@redhat.com>
2474
2475 * gdb.texinfo (Mode Options): Don't mention -epoch.
2476 (Data, Emacs): Remove obsolete comments.
2477
54516a0b
TT
24782013-01-02 Tom Tromey <tromey@redhat.com>
2479
2480 * gdb.texinfo (GDB/MI Output Records): Update menu.
2481 (GDB/MI Breakpoint Information): New node.
2482 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2483 <-break-insert>: Likewise.
2484
8dbe8ece
YQ
24852012-12-31 Yao Qi <yao@codesourcery.com>
2486
2487 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2488 (Packets): Move "vStopped" packet to ...
2489 (Notification Packets): ... here. Describe the components
2490 of notification. Add a table of supported notifications.
2491 Add an example on the process of he async notification.
2492
f35a17b5
JK
24932012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2494
2495 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2496 present.
2497 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2498 fullname output always present.
2499
0dfd2fad
PM
25002012-12-23 Pierre Muller <muller@sourceware.org>
2501
72f4393d
L
2502 * gdbint.texinfo (Function prototypes): Require use of "extern"
2503 modifier for function prototypes in headers.
0dfd2fad 2504
7785b880
JB
25052012-12-19 Joel Brobecker <brobecker@adacore.com>
2506
2507 * refcard.tex: Update copyright notice to GPL v3 or later.
2508 Update contact info.
2509
3d745be3
JK
25102012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2511
2512 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2513
c9b6281a
YQ
25142012-12-15 Yao Qi <yao@codesourcery.com>
2515
2516 * gdb.texinfo (Debugging Output): Document 'set debug
2517 notification' and 'show debug notification'.
2518
f2a8bc8a
YQ
25192012-12-15 Yao Qi <yao@codesourcery.com>
2520
2521 * gdb.texinfo (Listing Tracepoints): New item and example about
2522 'installed on target' output.
2523 Add more in the example about 'installed on target'.
2524 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2525
451b7c33
TT
25262012-12-14 Tom Tromey <tromey@redhat.com>
2527
72f4393d 2528 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 2529
3fa7bf06 25302012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 2531
3fa7bf06
MG
2532 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2533
05b4bd79
PA
25342012-12-11 Pedro Alves <palves@redhat.com>
2535
2536 * gdb.texinfo: Remove all mentions of Unixware throughout.
2537
74a0d9f6
JK
25382012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2539
2540 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2541
0c631110
TT
25422012-11-29 Tom Tromey <tromey@redhat.com>
2543
2544 * gdb.texinfo (SVR4 Process Information): Document missing
2545 "info proc" subcommands.
2546
891df0ea
YQ
25472012-11-29 Yao Qi <yao@codesourcery.com>
2548
2549 PR gdb/1477.
2550 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2551 to 'auto' instead of 'gnu'.
2552
608e2dbb
TT
25532012-11-26 Tom Tromey <tromey@redhat.com>
2554
2555 * gdb.texinfo (MiniDebugInfo): New node.
2556 (GDB Files): Update.
2557
e64e0392
DE
25582012-11-16 Doug Evans <dje@google.com>
2559
2560 * gdb.texinfo (System-wide configuration): If the system-wide init
2561 file lives in the data-directory, and --data-directory is provided,
2562 look for it there.
2563
ae606bee
TT
25642012-11-15 Tom Tromey <tromey@redhat.com>
2565
2566 * gdb.texinfo (Signaling): Fix typo.
2567
62747a60
TT
25682012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2569
2570 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2571 parameter "count" of -data-write-memory-bytes, and add an example.
2572
18a9fc12
TT
25732012-11-12 Tom Tromey <tromey@redhat.com>
2574
2575 * gdb.texinfo (Symbols): Document "info type-printers",
2576 "enable type-printer" and "disable type-printer".
2577 (Python API): Add new node to menu.
2578 (Type Printing API): New node.
2579 (Progspaces In Python): Document type_printers field.
2580 (Objfiles In Python): Likewise.
2581 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2582 register_type_printer, TypePrinter>: Document.
2583
53342f27
TT
25842012-11-12 Tom Tromey <tromey@redhat.com>
2585
2586 * gdb.texinfo (Symbols): Document "set print type methods",
2587 "set print type typedefs", and flags to ptype and whatis.
2588
ed8a1c2d
AB
25892012-11-09 Andrew Burgess <aburgess@broadcom.com>
2590
2591 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2592 the example -data-disassemble output. Extend the description of
2593 the -data-disassemble results to document all fields. Document
2594 the cli disassemble command as being related to -data-disassemble.
2595
8506d139
YQ
25962012-11-09 Yao Qi <yao@codesourcery.com>
2597
2598 PR gdb/14777.
2599 * gdb.texinfo (OS Information): Remove doc on command
2600 'info udot'.
2601
4d3f93a2
JB
26022012-11-08 Joel Brobecker <brobecker@adacore.com>
2603
2604 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2605 gdb.ini warning for Windows port.
2606
1e96de83
YQ
26072012-11-08 Yao Qi <yao@codesourcery.com>
2608
2609 * gdb.texinfo (Search): Add kindex for 'fo'.
2610
dc939229
TT
26112012-11-05 Tom Tromey <tromey@redhat.com>
2612
2613 PR python/14802:
2614 * gdb.texinfo (Functions In Python): Add example.
2615
6f6484cd
YQ
26162012-11-03 Yao Qi <yao@codesourcery.com>
2617
2618 * observer.texi (GDB Observers): Remove observer
2619 'tracepoint_modified', 'tracepoint_created' and
2620 'tracepoint_deleted'.
2621
af4238e5
TT
26222012-10-26 Tom Tromey <tromey@redhat.com>
2623
2624 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2625
687e43a4
TT
26262012-10-25 Tom Tromey <tromey@redhat.com>
2627
2628 * gdb.texinfo (General Query Packets): Use @itemx.
2629
8de0566d
YQ
26302012-10-17 Yao Qi <yao@codesourcery.com>
2631
2632 * observer.texi (GDB Observers): Update observer
2633 'memory_changed'.
2634 * gdb.texinfo (GDB/MI Async Records): Document for
2635 "memory-changed" notification.
2636
07540c15
DE
26372012-10-15 Doug Evans <dje@google.com>
2638
2639 * gdb.texinfo (Mode Options): Document -nh.
2640 Elaborate on docs for -nx.
2641
d7019589
SP
26422012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2643
2644 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2645
82a90ccf 26462012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 2647 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
2648
2649 * gdb.texinfo (GDB/MI Async Records): Document notification
2650 'record-started' and 'record-stopped'.
2651 * observer.texi (GDB Observers): New observer 'record-changed'.
2652
aa9259cc
TS
26532012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2654
2655 * gdb.texinfo: Document the removal of SH's 'regs' command.
2656
c1d780c2
SDJ
26572012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2658
2659 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2660
bb25a15c
YQ
26612012-09-18 Yao Qi <yao@codesourcery.com>
2662
2663 * gdb.texinfo (GDB/MI Async Records): Document new MI
2664 notifications '=tsv-created' and '=tsv-deleted'.
2665 * observer.texi (GDB Observers): New observer tsv_created and
2666 tsv_deleted.
2667
201b4506
YQ
26682012-09-18 Yao Qi <yao@codesourcery.com>
2669
2670 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2671 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2672 '=traceframe-changed'.
2673
6fc1c773
YQ
26742012-09-17 Yao Qi <yao@codesourcery.com>
2675
2676 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2677 'set listsize'.
2678
121c73f3
JK
26792012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2680 Eli Zaretskii <eliz@gnu.org>
2681
2682 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2683 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2684 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2685
e9687799
JK
26862012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2687
2688 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2689
3b5e4d35
YPK
26902012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2691
2692 Document how to return from "python-interactive" to GDB.
2693 * gdb.texinfo (Python Commands): Update documentation.
2694
26952012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2696
2697 Add a new "python-interactive" command that starts a standard
2698 Python interactive prompt with "pi" as alias, and add "py" as
2699 an alias to "python".
2700 * gdb.texinfo (Python Commands): Document the new commands.
2701
b583003e
TT
27022012-08-22 Tom Tromey <tromey@redhat.com>
2703
2704 * gdbint.texinfo (Host Definition): Remove documentation for
2705 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2706
a451cb65
KS
27072012-08-17 Keith Seitz <keiths@redhat.com>
2708
2709 PR c++/13356
2710 * gdb.texinfo (Type and Range Checking): Remove warning.
2711 Remove spurious commas.
2712 Update text and examples for re-implementation of set/show
2713 check type.
2714 (C and C++ Type and Range Checks): Likewise.
2715
6b1755ce
YQ
27162012-08-16 Yao Qi <yao@codesourcery.com>
2717
2718 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2719 is deprecated.
2720
f47f77df
DE
27212012-08-13 Doug Evans <dje@google.com>
2722
2723 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2724 to include functions.
2725
a72c3253
DE
27262012-08-10 Doug Evans <dje@google.com>
2727
2728 * gdb.texinfo (Convenience Funs): New node.
2729 (Types In Python): Document Type.vector.
2730
5b9afe8a
YQ
27312012-08-09 Yao Qi <yao@codesourcery.com>
2732
2733 * observer.texi: New observer command_param_changed.
2734 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2735
dc1039df
JK
27362012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2737
2738 * gdbint.texinfo (Debugging GDB): In section
2739 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2740 Mention also gdb-gdb.py.
2741
4abf930d
YQ
27422012-08-07 Yao Qi <yao@codesourcery.com>
2743
2744 Revert the folloing patch:
2745 2012-08-06 Yao Qi <yao@codesourcery.com>
2746 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2747 remote hardware-watchpoint-limit' and 'set
2748 remote hardware-breakpoint-limit'.
2749
f3c8a52a
JK
27502012-08-06 Nathaniel Flath <flat0103@gmail.com>
2751
2752 * gdb.texinfo (Working Directory): Added information about new
2753 default argument for 'cd' command.
2754
77a91025
YQ
27552012-08-06 Yao Qi <yao@codesourcery.com>
2756
2757 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2758 remote hardware-watchpoint-limit' and 'set
2759 remote hardware-breakpoint-limit'.
2760
d9f08f52
YQ
27612012-08-06 Yao Qi <yao@codesourcery.com>
2762
2763 Fix PR14371.
2764
2765 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2766 '=breakpoint-deleted'.
2767
95b07c96
YQ
27682012-08-02 Yao Qi <yao@codesourcery.com>
2769
2770 * gdb.texinfo (Native): Remove node Neutrino.
2771
7255706c
YQ
27722012-07-27 Yao Qi <yao@codesourcery.com>
2773
2774 * gdb.texinfo (IPA Protocol Commands): Document new command
2775 'close'.
2776
d6b28940
TT
27772012-07-25 Tom Tromey <tromey@redhat.com>
2778
2779 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2780
e615022a
DE
27812012-07-20 Doug Evans <dje@google.com>
2782
2783 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2784 (Index Files): Document how to control the use of deprecated index
2785 sections.
2786 (Index Section Format): Replace --use-deprecated-index-sections with
2787 "set use-deprecated-index-sections on".
2788
055855a4
EZ
27892012-07-12 Eli Zaretskii <eliz@gnu.org>
2790
2791 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2792 indices into a single node "Index". Instead, join function and
2793 variable indices into a single index, separate from the concept
2794 index. Requested in
2795 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2796 (Top): Update the top-level menu: instead of one "Index" there are
2797 now separate entries "Concept Index" and "Function and Variable
2798 Index".
2799 (Concept Index, Function and Variable Index): New nodes.
2800 (Index): Node deleted.
2801
f77cc5f0
HZ
28022012-07-05 Hui Zhu <hui_zhu@mentor.com>
2803
2804 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2805 and "maint agent-eval".
2806
00595b5e
EZ
28072012-07-03 Eli Zaretskii <eliz@gnu.org>
2808
2809 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2810 avoid file-name clashes between Index.html and index.html on
2811 case-insensitive filesystems. See the discussion starting in
2812 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2813 details of the problem.
2814 (Top): Update the master menu for the above.
2815 (Concept Index, Command and Variable Index): New nodes, instead of
2816 the old "Index" node that was deleted. All cross-references
2817 updated.
2818
d3ce09f5
SS
28192012-07-02 Stan Shebs <stan@codesourcery.com>
2820
2821 * gdb.texinfo (Dynamic Printf): Mention agent style and
2822 disconnected dprintf.
2823 (Maintenance Commands): Describe maint agent-printf.
2824 (General Query Packets): Mention BreakpointCommands feature.
2825 (Packets): Document commands extension to Z0 packet.
2826 * agentexpr.texi (Bytecode Descriptions): Document printf
2827 bytecode.
2828
2d7b58e8
JK
28292012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2830
2831 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2832 only after gdbinit files.
2833 (Startup): Move -iex and -iex commands down after gdbinit files.
2834
202cbf1c
JK
28352012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2836
2837 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2838 possibility.
2839
b6ba681c
TT
28402012-06-29 Tom Tromey <tromey@redhat.com>
2841
2842 * gdb.texinfo (Index Section Format): Update for version 7.
2843
71caed83
SS
28442012-06-28 Stan Shebs <stan@codesourcery.com>
2845
2846 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2847 example, add note about title column.
2848
ee0bf529
SCR
28492012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2850
2851 * gdb.texinfo (Symbol Tables In Python): Add description about
2852 the new 'last' attribute of gdb.Symtab_and line.
2853
3c15d565
SCR
28542012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2855
2856 * gdb.texinfo (Symbol Tables In Python): Correct the description
2857 of the 'pc' attribute of gdb.Symtab_and_line.
2858
45cfd468
DE
28592012-06-26 Doug Evans <dje@google.com>
2860
2861 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2862 and symtab-create.
2863
496ee73e
KS
28642012-06-25 Keith Seitz <keiths@redhat.com>
2865
2866 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2867 from example. Remove "rbreak" from list of corresponding
2868 gdb commands.
2869
156942c7
DE
28702012-06-23 Doug Evans <dje@google.com>
2871
2872 * gdb.texinfo (Index Section Format): Document version 7 format.
2873
c614397c
YQ
28742012-06-22 Yao Qi <yao@codesourcery.com>
2875
2876 * gdb.texinfo: Add missing cindex for some packets.
2877
472a2379
KS
28782012-06-20 Keith Seitz <keiths@redhat.com>
2879
2880 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2881 for -break-insert and document -p.
2882
2678e2af
YQ
28832012-06-20 Yao Qi <yao@codesourcery.com>
2884
2885 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2886 and "gdb.write_memory" with "Inferior.read_memory" and
2887 "Inferior.write_memory".
2888
984359d2
EZ
28892012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2890
2891 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2892 (Free Documentation): Add @node line.
2893 (Continuing and Stepping) <advance location>: Use @item instead of
2894 @itemx.
2895 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2896 @itemx.
2897 (Embedded Processors): Put the link to "PA" to its correct place,
2898 according to document structure.
2899 (Python API): Put the link to "Lazy Strings In Python" to its
2900 correct place.
2901 (Index): Use @@ in @tex block to get a literal @.
2902
2903 * gdbint.texinfo: Fix the @subtitle line.
2904
2905 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2906 correct place.
2907
16bdd41f
YQ
29082012-06-08 Yao Qi <yao@codesourcery.com>
2909
2910 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2911 Protocol'.
2912 (In-Process Agent Protocol, IPA Protocol Objects)
2913 (IPA Protocol Commands): New nodes.
2914 (Tracepoint Packets): Add anchors.
2915
2d4c29c5
TS
29162012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2917
2918 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2919
6bd110c5
YQ
29202012-06-06 Yao Qi <yao@codesourcery.com>
2921
2922 * gdb.texinfo: Update copyright year.
2923
f3e0e960
SS
29242012-05-23 Stan Shebs <stan@codesourcery.com>
2925 Kwok Cheung Yeung <kcy@codesourcery.com>
2926
2927 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2928
1564a261
JK
29292012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2930
2931 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2932 Mention also --with-separate-debug-dir.
2933 (Auto-loading): Prepend $debugdir in the sample output.
2934 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2935 auto-load safe-path variable.
2936 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2937 Mention also $debugdir for 'set auto-load scripts-directory'.
2938
eb17f351
EZ
29392012-05-19 Eli Zaretskii <eliz@gnu.org>
2940
2941 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2942 (MIPS Embedded, MIPS, MIPS Register packet Format)
2943 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2944 appropriate.
2945
4cc0665f 29462012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 2947 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
2948
2949 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2950 mips compression".
2951 (MIPS Breakpoint Kinds): New subsubsection.
2952
7af8dcf8 29532012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
2954
2955 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2956 nodes for subsections. Add @acronym mark-ups and adjust
2957 formatting.
2958
aff139ff
JK
29592012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2960
2961 Rename $ddir to $datadir.
2962 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2963 (objfile-gdb.py file): Rename $ddir to $datadir.
2964
9cb709b6
TT
29652012-05-18 Tom Tromey <tromey@redhat.com>
2966
2967 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2968
e7e0cddf
SS
29692012-05-14 Stan Shebs <stan@codesourcery.com>
2970
2971 * gdb.texinfo (Dynamic Printf): New subsection.
2972
7efc75aa
SCR
29732012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2974
2975 * gdb.texinfo (Basic Python): Add description about the function
2976 gdb.find_pc_line
2977
f307c045
JK
29782012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2979 Eli Zaretskii <eliz@gnu.org>
2980
2981 * gdb.texinfo (Separate Debug Files): Use plural form for global
2982 debugging information directory.
2983
85d4a676
SS
29842012-05-11 Stan Shebs <stan@codesourcery.com>
2985 Kwok Cheung Yeung <kcy@codesourcery.com>
2986
2987 * gdb.texinfo (Operating System Auxiliary Information): Document new
2988 'info os' subcommands.
2989
c1668e4e
JK
29902012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2991
2992 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2993 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2994 (dotdebug_gdb_scripts section): Add reference
2995 to 'Auto-loading safe path'.
2996
7349ff92
JK
29972012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2998
2999 Implement multi-component --with-auto-load-dir.
3000 * gdb.texinfo (Auto-loading): New references
3001 for 'set auto-load scripts-directory'
3002 and 'show auto-load scripts-directory'.
3003 (Auto-loading safe path): Describe the new default. Move $ddir
3004 substituation reference to 'objfile-gdb.py file'.
3005 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3006 script-name. Describe new 'set auto-load scripts-directory'
3007 and 'show auto-load scripts-directory'.
3008
6dea1fbd
JK
30092012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3010
3011 Provide $ddir substitution for --with-auto-load-safe-path.
3012 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3013 (Auto-loading safe path): Likewise. Mention the default value,
3014 $ddir substitution, --with-auto-load-safe-path and
3015 --without-auto-load-safe-path.
3016 * observer.texi (gdb_datadir_changed): New.
3017
1ccacbcd
JK
30182012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3019
3020 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3021 Twice.
3022
d9242c17
JK
3023 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3024 directory separator by path separator.
3025
af2c1515
JK
30262012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3027
3028 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3029 for 'set auto-load safe-path' optional. Mention if it is omitted.
3030 Change disabling security protection condition to "/", twice.
3031
a20ee7a4
SCR
30322012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3033
3034 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3035 the new methods global_block and static_block on gdb.Symtab
3036 objects.
3037
56af09aa
SCR
30382012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3039
3040 * gdb.texinfo (Blocks In Python): Add a note saying that future
3041 improvements to GDB and its infrastructure can move symbols
3042 across blocks within a symbol table.
3043
2746b0ef
YQ
30442012-04-29 Yao Qi <yao@codesourcery.com>
3045
3046 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3047 (A29K): Remove.
3048
62e5f89c
SDJ
30492012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3050 Tom Tromey <tromey@redhat.com>
3051
3052 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3053 and generic static probe support on GDB.
3054
a766d390
DE
30552012-04-25 Doug Evans <dje@google.com>
3056
50f042b9
DE
3057 * gdb.texinfo (Go): Fix thinko.
3058
a766d390
DE
3059 * gdb.texinfo (Supported Languages): Add Go.
3060 (Go): New node.
3061
f02e2b19
YQ
30622012-04-25 Yao Qi <yao@codesourcery.com>
3063
3064 * gdbint.texinfo (Testsuite): New section `Board settings'.
3065
68d41a48
JK
30662012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3067
3068 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3069 Three times.
3070
174bb630
JK
3071 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3072 Three times.
3073
0511cc75
JK
30742012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3075
3076 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3077 by @table @asis. Fix formatting of one item.
3078
0070f25a
JK
30792012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3080
3081 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3082
4dc84fd1
JK
30832012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3084
3085 New option "set debug auto-load".
3086 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3087 (auto-load verbose mode): New node.
3088
bccbefd2
JK
30892012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3090
3091 New option "set auto-load safe-path".
3092 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3093 and "info auto-load" examples for safe-path. Put there also references
3094 for "set auto-load safe-path" and "show auto-load safe-path".
3095 New menu item for Auto-loading safe path.
3096 (Auto-loading safe path): New node.
3097 (Python Auto-loading): Update the expected output from "Missing"
3098 to "No".
3099
bf88dd68
JK
31002012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3101
3102 auto-load: Implementation.
3103 * gdb.texinfo (Mode Options): New anchor for -nx.
3104 (Startup): New anchors for Option -init-eval-command,
3105 Home Directory Init File
3106 and Init File in the Current Directory during Startup.
3107 Mention set auto-load local-gdbinit with a reference.
3108 Change the sample code to "set auto-load python-scripts".
3109 (Threads): New anchor set libthread-db-search-path.
3110 Provide references to libthread_db.so.1 file.
3111 (Controlling GDB): New menu item for Auto-loading.
3112 (Auto-loading, Init File in the Current Directory)
3113 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3114 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3115 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3116 reference.
3117 (Auto-loading): Rename to ...
3118 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3119 "set auto-load python-scripts", new anchor for it. Change
3120 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3121 for it. Change "info auto-load-scripts"
3122 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3123 to "Python scripts".
3124
8264ba82
AG
31252012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3126
3127 PR mi/13393
3128 * gdb.texinfo (Print Settings): Extend the description for "set print
3129 object".
3130 (GDB/MI Variable Objects): Extend the description for -var-create and
3131 -var-list-children.
3132
06fc020f
SCR
31332012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3134
3135 * gdb.texinfo (Examining Data): Document the 'explore' command.
3136
7191c139
JB
31372012-03-28 Joel Brobecker <brobecker@adacore.com>
3138
3139 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3140 to the children of a varobj and its update range when -var-update
3141 returns that the varobj's type changed.
3142
3708f05e
JK
31432012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3144
3145 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3146 Create two new links fir 'objfile-gdb.py file'
3147 and 'dotdebug_gdb_scripts section'.
3148
8e0583c8
JK
31492012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3150
3151 * gdb.texinfo (Auto-loading): Rename node reference
3152 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3153 Twice.
3154 (.debug_gdb_scripts section): Rename the node ...
3155 (dotdebug_gdb_scripts section): ... here.
3156 (Maintenance Commands): Also rename this node reference.
3157
7b282c5a
SCR
31582012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3159
3160 * gdb.texinfo (Python API/Values From Inferior): Add description
3161 about the new method Value.referenced_value. Add description on
3162 how Value.dereference is different (and similar) to
3163 Value.referenced_value.
3164
8320cc4f
JK
31652012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3166
3167 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3168 --init-eval-command=COMMAND, -iex.
3169 (Startup): Describe -iex and -ix. Simplify the example
3170 for "set auto-load-scripts off".
3171
481860b3
GB
31722012-03-16 Gary Benson <gbenson@redhat.com>
3173
3174 PR breakpoints/10738
3175 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3176 stating that GDB cannot set breakpoints on inlined functions.
3177 (Mode Options): Document --use-deprecated-index-sections.
3178 (Index Section Format): Document new index section version format.
3179
c4aeac85
TT
31802012-03-15 Tom Tromey <tromey@redhat.com>
3181
3182 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3183
16899756
DE
31842012-03-13 Doug Evans <dje@google.com>
3185
3186 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3187 of "reload".
3188 (Symbols): Delete docs for set/show symbol-reloading.
3189 * gdbint.texinfo (Defining Other Architecture Features): Delete
3190 SYMBOL_RELOADING_DEFAULT.
3191 * refcard.tex: Delete reference to symbol-reloading.
3192
9b224c5e
PA
31932012-03-07 Pedro Alves <palves@redhat.com>
3194
3195 * gdb.texinfo (General Query Packets): Document new
3196 QProgramSignals packet.
3197 * gdb.texinfo (Remote configuration): Mention
3198 "program-signals-packet".
3199
169081d0
TG
32002012-03-05 Tristan Gingold <gingold@adacore.com>
3201
3202 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3203
d1feda86
YQ
32042012-03-03 Yao Qi <yao@codesourcery.com>
3205
3206 * gdb.texinfo (In-Process Agent): New node.
3207 Document new commands.
3208 (General Query Packets): Add packet `QAgent'.
3209
1faeff08
MR
32102012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3211
3212 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3213
7d74f244
DE
32142012-03-01 Scott J. Goldman <scottjg@vmware.com>
3215
3216 * gdb.texinfo (Commands In Python): Put example python macro in
3217 COMMAND_USER category rather than COMMAND_OBSCURE.
3218 Document gdb.COMMAND_USER.
3219 (User-defined Commands): Update documentation to clarify
3220 "set/show max-user-call-depth" and "show user" don't apply to python
3221 commands. Update documentation to clarify "help user-defined" may
3222 also include python commands defined as COMMAND_USER.
3223
6fe37d23
JK
32242012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3225
3226 * gdb.texinfo (Startup): Add option -ex description to the option -x
3227 description.
3228
83364271
LM
32292012-02-24 Luis Machado <lgustavo@codesourcery.com>
3230
3231 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3232 condition-evaluation breakpoint parameter.
3233 Mention condition-evaluation mode being shown in "info break".
3234 (Break Conditions): Add description for target-side
3235 conditional breakpoints.
72f4393d 3236 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
3237 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3238 cond-expr.
3239 (General Query Packets): Mention new ConditionalBreakpoint feature.
3240
bdb1994d
TT
32412012-02-22 Tom Tromey <tromey@redhat.com>
3242
3243 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3244
4d241c86
TT
32452012-02-17 Tom Tromey <tromey@redhat.com>
3246
3247 PR python/10753:
3248 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3249 directory.
3250
816338b5
SS
32512012-02-14 Stan Shebs <stan@codesourcery.com>
3252
3253 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3254
cc30c4bd
PA
32552012-02-13 Pedro Alves <palves@redhat.com>
3256
3257 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3258 mips-idt-ecoff.
3259
035d1e5b
YQ
32602012-02-09 Yao Qi <yao@codesourcery.com>
3261
3262 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3263
f0823d2c
TT
32642012-02-07 Tom Tromey <tromey@redhat.com>
3265
3266 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3267 Symbol.value.
3268
64e7d9dd
TT
32692012-02-07 Tom Tromey <tromey@redhat.com>
3270
3271 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3272
4220b2f8
TS
32732012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3274
3275 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3276
edcc5120
TT
32772012-01-24 Tom Tromey <tromey@redhat.com>
3278
3279 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3280 unload".
3281 (Files): Mention new catch commands.
3282 (GDB/MI Async Records): Likewise.
3283
53fe1783
GB
32842012-01-24 Gary Benson <gbenson@redhat.com>
3285
3286 Delete #if 0'd out code.
3287 * gdb.texinfo (Frame Info): Remove "info catch".
3288
b9e7b9c3
UW
32892012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3290
3291 * gdb.texinfo (Remote Configuration): Document
3292 "set remote hostio-readlink-packet" command.
3293 (General Query Packets): Document vFile:readlink packet.
3294
4aac40c8
TT
32952012-01-16 Tom Tromey <tromey@redhat.com>
3296
3297 * gdb.texinfo (Specify Location): Document relative file name
3298 handling.
3299
cafec441
TT
33002012-01-16 Tom Tromey <tromey@redhat.com>
3301
3302 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3303
0ee339bc
JK
33042012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3305 Eli Zaretskii <eliz@gnu.org>
3306
3307 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3308 code.
3309
72384ba3
PH
33102012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3311
3312 * gdb.texinfo (Variables): Document use of :: for non-static
3313 variables.
3314
ce1b17c4
JB
33152012-01-05 Joel Brobecker <brobecker@adacore.com>
3316
3317 * gdbint.texinfo (Start of New Year Procedure): Update
3318 to replace use of copyright.sh by use of copyright.py.
3319
217bff3e
JK
33202012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3321
3322 Remove the gdbtui binary.
3323 * all-cfg.texi (GDBTUI): Remove.
3324 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3325 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3326 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3327
cc72b2a2
KP
33282011-12-23 Kevin Pouget <kevin.pouget@st.com>
3329
3330 Introduce gdb.FinishBreakpoint in Python.
3331 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3332 (Python API): Add menu entry for Finish Breakpoints.
3333
13ac8d2c
JK
33342011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3335
3336 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3337 tests.
3338
e0f9f062
DE
33392011-12-16 Doug Evans <dje@google.com>
3340
3341 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3342
80b6e756
PM
33432011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3344
1c3ad6ab 3345 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
3346 stack". Add documentation for "set/show python print-stack".
3347
2fb860fc
PA
33482011-12-14 Pedro Alves <pedro@codesourcery.com>
3349
3350 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3351 should transfer control to the stub in the startup code instead of
3352 in main. Mention the need to get past the initial breakpoint.
3353
f8eba3c6
TT
33542011-12-06 Tom Tromey <tromey@redhat.com>
3355
3356 * gdb.texinfo (Set Breaks): Update for new behavior.
3357
2268b414
JK
33582011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3359
3360 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3361 List Format for SVR4 Targets'.
3362 (General Query Packets): New item qXfer:libraries-svr4:read.
3363 (Library List Format for SVR4 Targets): New node.
3364
ae6f0d5b
TT
33652011-12-01 Tom Tromey <tromey@redhat.com>
3366
3367 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3368 add.
3369
36dfb11c
TT
33702011-11-22 Tom Tromey <tromey@redhat.com>
3371
3372 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3373 reasons.
3374
f196051f
SS
33752011-11-20 Stan Shebs <stan@codesourcery.com>
3376
3377 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3378 note-related options and variables.
3379 (Tracepoint Packets): Document packet changes.
3380
f85b53f8
SD
33812011-11-20 Sanjoy Das <sdas@igalia.com>
3382
3383 * gdb.texinfo (JIT Interface): Add documentation on writing and
3384 usind JIT debug info readers.
3385 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3386 Debug Info Readers): New nodes.
3387
bfccc43c
YQ
33882011-11-18 Yao Qi <yao@codesourcery.com>
3389
3390 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3391 tracepoint.
3392
c011a4f4
DE
33932011-11-15 Doug Evans <dje@google.com>
3394
3395 * gdb.texinfo (Files): Document basenames-may-differ.
3396
ed59ded5
DE
33972011-11-14 Doug Evans <dje@google.com>
3398
3399 * gdb.texinfo (Shell Commands): Document "!".
3400
405f8e94
SS
34012011-11-14 Stan Shebs <stan@codesourcery.com>
3402 Kwok Cheung Yeung <kcy@codesourcery.com>
3403
3404 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3405 needed to get shorter fast tracepoints.
3406 (Tracepoint Packets): Document new qTMinFTPILen packet.
3407
1e4d1764
YQ
34082011-11-14 Yao Qi <yao@codesourcery.com>
3409
3410 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3411 behavior of tracepoint.
3412 (General Query Packets): New feature InstallInTrace.
3413 (Remote Configuration): Document "set remote
3414 install-in-trace-packet".
3415
71eba9c2 34162011-11-12 Matt Rice <ratmice@gmail.com>
3417
3418 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3419 Add arguments to info macro.
3420
e0f8f636
TT
34212011-11-10 Tom Tromey <tromey@redhat.com>
3422
3423 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3424 manual.
3425 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3426 (Macros): Add a footnote.
3427 (C): Remove paragraph about compiler options.
3428 (C Constants): Mention wide character and string constants.
3429 (C Plus Plus Expressions): Update compiler option advice. Mention
3430 using declarations. Mention ADL. Remove old HP compiler
3431 information.
3432
625c0d47
TT
34332011-11-10 Tom Tromey <tromey@redhat.com>
3434
3435 PR c++/9257:
3436 * gdb.texinfo (Print Settings): Add an extra note about the need
3437 for a vtable.
3438
4be2aacc
MR
34392011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3440
3441 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3442 "set mips abi" documentation.
3443
0a1c4d10
DE
34442011-11-04 Doug Evans <dje@google.com>
3445
3446 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3447
aad1c02c
TT
34482011-11-03 Tom Tromey <tromey@redhat.com>
3449
3450 * gdb.texinfo (Stopping): Add menu entry.
3451 (Continuing and Stepping): Restore @node. Use @section, not
3452 @subsection.
3453
983fb131
MR
34542011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3455
3456 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3457 designation. Fix "Specify Location" cross-reference.
3458
3065dfb6
SS
34592011-11-02 Stan Shebs <stan@codesourcery.com>
3460
3461 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3462 (General Query Packets): Describe tracenz feature.
3463 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3464
0aaaf063
PK
34652011-10-28 Paul Koning <paul_koning@dell.com>
3466
3467 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3468
2231f1fb
KP
34692011-10-27 Kevin Pouget <kevin.pouget@st.com>
3470
72f4393d 3471 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
3472 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3473
5110b5df
PK
34742011-10-26 Paul Koning <paul_koning@dell.com>
3475
3476 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 3477
22dbab46
PK
34782011-10-25 Paul Koning <paul_koning@dell.com>
3479
3480 PR python/13327
72f4393d 3481
22dbab46
PK
3482 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3483 fetch_lazy method.
3484
9df2fbc4
PM
34852011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3486
3487 PR python/12656
3488
3489 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3490 global_block, static_block function.
3491
f05e2e1d
TT
34922011-10-19 Tom Tromey <tromey@redhat.com>
3493
3494 * gdb.texinfo (Commands In Python): Add missing "@"s.
3495
a7fc3f37
KP
34962011-10-13 Kevin Pouget <kevin.pouget@st.com>
3497
3498 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 3499 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
3500 constants.
3501
5048e516
JK
35022011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3503
3504 Fix compatibility with texinfo versions older than 4.12.
3505 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3506 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3507 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3508 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3509 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3510 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3511 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3512
5a56e9c5
DE
35132011-10-09 Doug Evans <dje@google.com>
3514
3515 * gdb.texinfo (Extending GDB): Document alias command.
3516
36b11add
JK
35172011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3518
3519 Support @entry in input expressions.
3520 * gdb.texinfo (Variables): Describe @entry names suffix.
3521 (Print Settings): Add anchor for `set print entry-values'.
3522
e18b2753
JK
35232011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3524 Eli Zaretskii <eliz@gnu.org>
3525
3526 Display @entry parameter values (without references).
3527 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3528 example.
3529 (Print Settings): New description of set print entry-values and show
3530 print entry-values.
3531
111c6489
JK
35322011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3533 Eli Zaretskii <eliz@gnu.org>
3534
3535 Recognize virtual tail call frames.
3536 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3537 (Tail Call Frames): New node.
3538 (Frames In Python): Add gdb.TAILCALL_FRAME.
3539
9c15afc4
DE
35402011-10-07 Doug Evans <dje@google.com>
3541
3542 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3543 register_pretty_printer.
3544
99f5279d
PM
35452011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3546
3547 PR python/12930
3548 PR python/12802
3549
3550 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3551 stop method.
3552
03583c20
UW
35532011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3554
3555 * gdb.texinfo (Starting your Program): "set disable-randomization"
3556 is no longer Linux-specific.
3557 (Remote Configuration): Document "set remote
3558 disable-randomization-packet".
3559 (General Query Packets): Document "QDisableRandomization" packet
3560 and add it to "qSupported" list.
3561
bd054e06
KP
35622011-10-07 Kevin Pouget <kevin.pouget@st.com>
3563
3564 Allow Python notification of new object-file loadings.
3565 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3566 event type.
3567
cb6be26b
KP
35682011-10-04 Kevin Pouget <kevin.pouget@st.com>
3569
3570 PR python/12691: Add the inferior to Python exited event
3571 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3572
a05336a1
JB
35732011-10-03 Joel Brobecker <brobecker@adacore.com>
3574
3575 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3576 rephasing.
3577
5d77fe44
JB
35782011-10-03 Joel Brobecker <brobecker@adacore.com>
3579
3580 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3581 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3582 as possible feature returned by the `-list-features'
3583 command.
3584
699df94d
PK
35852011-09-28 Paul Koning <paul_koning@dell.com>
3586
3587 * gdb.texinfo (gdb.Type): Document field access by dictionary
3588 key syntax.
3589
24bdad53
YQ
35902011-09-28 Yao Qi <yao@codesourcery.com>
3591
3592 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3593 Add one space after option `-s'. Remove @r{} markup.
3594
6710bf39
SS
35952011-09-27 Stan Shebs <stan@codesourcery.com>
3596
3597 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3598
d99f7e48
HZ
35992011-09-16 Hui Zhu <teawater@gmail.com>
3600
3601 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3602 to *(unsigned char *)$esp@300.
3603
d812018b
PK
36042011-09-15 Paul Koning <paul_koning@dell.com>
3605
3606 * gdb.texinfo: Make style of Python functions and methods match
3607 the syntax of Python. Also put class and module names explicitly
3608 on function, member, and variable names, matching Python
3609 documentation conventions.
72f4393d 3610
2aa48337
KP
36112011-09-15 Kevin Pouget <kevin.pouget@st.com>
3612
3613 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3614 * gdb.texinfo (Inferiors In Python): Describe new
3615 gdb.selected_inferior() function.
3616
6839b47f
KP
36172011-09-15 Kevin Pouget <kevin.pouget@st.com>
3618
3619 Handle multiple breakpoint hits in Python interface:
3620 * gdb.texinfo (Events In Python): New function documentation:
3621 gdb.BreakpointEvent.breakpoints. Indicate that
3622 gdb.BreakpointEvent.breakpoint is now deprecated.
3623
26829f2b
JB
36242011-09-04 Joel Brobecker <brobecker@adacore.com>
3625
3626 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3627
a9f54f60
TT
36282011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3629
3630 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3631
fa3a4f15
PM
36322011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3633
72f4393d
L
3634 * gdb.texinfo (Prompt): Add set/show extended-prompt
3635 documentation
3636 (Basic Python): Add prompt_hook anchor.
3637 (Python modules): Reword module text to reflect multiple modules.
3638 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 3639
224bbe49
YQ
36402011-08-14 Yao Qi <yao@codesourcery.com>
3641
78d85199
YQ
3642 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3643
36442011-08-14 Yao Qi <yao@codesourcery.com>
3645
3646 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
3647 (TIC6x Features): New node.
3648
457e09f0
DE
36492011-08-12 Doug Evans <dje@google.com>
3650
3651 * gdb.texinfo (Symbols In Python): Document symbol.type.
3652
5e239b84
PM
36532011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3654
3655 * gdb.texinfo (Python): Document command and function
3656 auto-loading.
3657
177bc839
JK
36582011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3659 Eli Zaretskii <eliz@gnu.org>
3660
3661 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3662 typedefs unrolling. Extend the sample code by an inner typedef and
3663 outer typedefs unrolling.
3664
1a532630
PP
36652011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3666
3667 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3668 size and line-size.
3669
9b158ba0 36702011-07-21 Matt Rice <ratmice@gmail.com>
3671
3672 PR macros/12999
3673 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3674 Update text and cindex entries for info macro command.
3675
d17b6f81
PM
36762011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3677
3678 * observer.texi (GDB Observers): Add before_prompt observer.
3679 * gdb.texinfo (Basic Python): Add documentation for prompt
3680 substitution.
3681
713389e0
PM
36822011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3683
72f4393d 3684 PR python/12438
713389e0 3685 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
3686 set/show python print-stack. Document set/show python
3687 print-backtrace.
713389e0 3688
177b42fe
TJB
36892011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3690
3691 * gdb.texinfo: Fix typos.
3692
900e11f9
JK
36932011-07-01 Tom Tromey <tromey@redhat.com>
3694
3695 * gdb.texinfo (Debugging Output): Document set debug
3696 check-physname.
3697
39c4d40a
TT
36982011-06-29 Tom Tromey <tromey@redhat.com>
3699
3700 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3701 breakpoint-notifications feature.
3702
6f5def7d
UW
37032011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3704
3705 * gdb.texinfo (Target Description): Remove warning about
3706 possibly unstable format.
3707
8cf64490
TT
37082011-06-03 Tom Tromey <tromey@redhat.com>
3709
3710 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3711 (Events In Python): Note that exit_code is optional.
3712
393eab54
PA
37132011-05-17 Pedro Alves <pedro@codesourcery.com>
3714
3715 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3716 required for multi-threading support.
3717 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3718 Hc are deprecated for multi-threading debugging. Point readers at
3719 the vCont packet.
3720
75fc9810
DE
37212011-05-15 Doug Evans <dje@google.com>
3722
3723 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3724
01124a23
DE
37252011-05-13 Doug Evans <dje@google.com>
3726
98a5dd13
DE
3727 * gdb.texinfo (Threads): Document $sdir,$pdir.
3728 (Server): Document $pdir exception.
3729
dbaefcf7
DE
3730 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3731
cc63ef9b
DE
3732 * gdb.texinfo (Threads): Clarify default value for
3733 libthread-db-search-path.
7e0396aa 3734
01124a23
DE
3735 * gdb.texinfo (Completion): Update example.
3736 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3737
d248b706
KY
37382011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3739
3740 * gdb.texinfo: Document change in the behaviour of the enable and
3741 disable GDB commands when applied to tracepoints.
3742 Document the EnableDisableTracepoints remote stub feature.
3743 Document QTEnable and QTDisable in the list of tracepoint packets.
3744
cc88a640
JK
37452011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3746
3747 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3748 hsuser.texi.
3749 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3750 comment to hsuser.texi. Change rluser.texi name in the comment.
3751
84e578fb
DE
37522011-05-10 Doug Evans <dje@google.com>
3753
3754 * gdb.texinfo (Threads): If an empty path is provided for
3755 libthread-db-search-path it is reset to its default value.
3756 (Server): Ditto.
3757
478aac75
DE
37582011-05-09 Doug Evans <dje@google.com>
3759
3760 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3761
9c06b0b4
TJB
37622011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3763 Thiago Jung Bauermann <bauerman@br.ibm.com>
3764
3765 Implement support for PowerPC BookE masked watchpoints.
3766 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3767 (PowerPC Embedded): Mention support of masked watchpoints.
3768
9ed350ad
JB
37692011-05-03 Joel Brobecker <brobecker@adacore.com>
3770
3771 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3772 `@value{GDBN}'.
3773
4ceed123
JB
37742011-05-03 Joel Brobecker <brobecker@adacore.com>
3775
3776 * gdb.texinfo (titlepage): Remove dedication.
3777 (In Memoriam): New appendix.
3778
559a7a62
JK
37792011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3780 Eli Zaretskii <eliz@gnu.org>
3781
3782 * gdb.texinfo (Index Section Format): Change the version to 5.
3783 Describe the different formula.
3784
03f2bd59
JK
37852011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3786 Eli Zaretskii <eliz@gnu.org>
3787
3788 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3789 for disconnected tracing.
3790 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3791 extended-remote relationship. Mention --once.
3792 (TCP port allocation lifecycle of @code{gdbserver}): New.
3793
d9b1a651
EZ
37942011-04-23 Eli Zaretskii <eliz@gnu.org>
3795
3796 * gdb.texinfo (Server): Improve indexing. Index all optional
3797 switches to gdbserver.
3798
90476074
TT
37992011-04-20 Tom Tromey <tromey@redhat.com>
3800
3801 * gdb.texinfo (Index Section Format): New node.
3802 (Top): Add new node to menu.
3803
c21236dc
PA
38042011-04-20 Pedro Alves <pedro@codesourcery.com>
3805
3806 * gdb.texinfo (Maintenance Commands): Document `maint print
3807 remote-registers'.
3808
05c8c3f5
TT
38092011-04-20 Tom Tromey <tromey@redhat.com>
3810
3811 * gdb.texinfo (Trace File Format): Move node later.
3812
7a9dd1b2
TT
38132011-04-19 Tom Tromey <tromey@redhat.com>
3814
3815 * gdbint.texinfo (Register Information Functions): Remove
3816 duplicate "the".
3817 * gdb.texinfo (Emacs): Remove duplicate "to".
3818 (GDB/MI Variable Objects): Remove duplicate "the".
3819 (General Query Packets): Likewise.
3820
4368ebeb
JB
38212011-04-02 Joel Brobecker <brobecker@adacore.com>
3822
3823 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3824 "GDB/MI Ada Exception Information" node.
3825
956a9fb9
JB
38262011-04-01 Joel Brobecker <brobecker@adacore.com>
3827
3828 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3829 the "exception-name" field in the *stopped async record.
3830
f1310107
TJB
38312011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3832 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3833
3834 Implement support for PowerPC BookE ranged breakpoints.
3835 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3836
8786b2bd
TT
38372011-03-28 Tom Tromey <tromey@redhat.com>
3838
3839 * gdb.texinfo (Set Tracepoints): Fix typo.
3840
9ef07c8c
TT
38412011-03-24 Tom Tromey <tromey@redhat.com>
3842
3843 * gdb.texinfo (Specify Location): Document `function:label'
3844 linespec.
3845
99c3dc11
PM
38462011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3847
f1310107 3848 PR python/12149
99c3dc11
PM
3849
3850 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3851
29703da4
PM
38522011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3853
3854 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3855 (Inferiors In Python): Likewise.
3856 (Threads In Python): Likewise.
3857 (Symbols In Python): Likewise.
3858 (Objfiles In Python): Likewise.
3859 (Symbol Tables In Python): Likewise.
3860
c9174737
PA
38612011-03-15 Pedro Alves <pedro@codesourcery.com>
3862
3863 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3864 display>: Explain that the commands accept number ranges.
3865
7371cf6d
PM
38662011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3867
3868 * gdb.texinfo (Breakpoints In Python): Add description and example
3869 of Python stop function operation.
3870
ecec24e6
PM
38712011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3872
3873 * gdb.texinfo (Parameters In Python): Document get_set_string and
3874 get_show_string methods.
3875
6dcd5565
JK
38762011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3877
3878 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3879
81896e36
JK
3880 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3881 circular-trace-buffer name.
3882
5e30da2c
JB
38832011-02-28 Joel Brobecker <brobecker@adacore.com>
3884
3885 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3886 in the previous change.
3887
3bd0f5ef 38882011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 3889
72f4393d 3890 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
3891 that they can accept multiple arguments.
3892
4ec7539c
JB
38932011-02-24 Joel Brobecker <brobecker@adacore.com>
3894
3895 Revert the following patch (code patch was not approved):
3896 2011-02-21 Hui Zhu <teawater@gmail.com>
3897 * agentexpr.texi (bytecode descriptions): add printf.
3898 * gdb.texinfo (tracepoint action lists): add printf.
3899
82809774
DE
39002011-02-23 Doug Evans <dje@google.com>
3901
3902 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3903
e5a67952
MS
39042011-02-23 Michael Snyder <msnyder@vmware.com>
3905
3906 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3907 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3908 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3909
6e6fbe60
DE
39102011-02-22 Doug Evans <dje@google.com>
3911
3912 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3913 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3914 add description of result, fix @defun formatting.
3915
f994e27a
HZ
39162011-02-21 Hui Zhu <teawater@gmail.com>
3917
3918 * agentexpr.texi (Bytecode Descriptions): Add printf.
3919 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3920
c7f96d2b
TT
39212011-02-18 Tom Tromey <tromey@redhat.com>
3922
3923 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3924
60f98dde
MS
39252011-02-14 Michael Snyder <msnyder@vmware.com>
3926
3927 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3928 Document new command "thread find".
3929
08e796bc
MS
39302011-02-14 Michael Snyder <msnyder@vmware.com>
3931
3932 * gdb.texinfo (Threads): Update example of new thread message.
3933
b3b9301e
PA
39342011-02-14 Pedro Alves <pedro@codesourcery.com>
3935
3936 * gdb.texinfo (Remote Configuration): Mention set/show remote
3937 traceframe-info.
3938 (Tools/Packages Optional for Building GDB): Mention that expat is
3939 used for traceframe info.
3940 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3941 (General Query Packets) <qSupported>: Describe the
3942 qXfer:traceframe-info:read feature.
3943 (qXfer::read): Describe qXfer:traceframe-info:read.
3944 (Traceframe Info Format): New section.
3945
cef35b0f
PA
39462011-02-04 Pedro Alves <pedro@codesourcery.com>
3947
3948 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3949 for casts and unary operators.
3950
f1cbe1d3
TT
39512011-02-04 Tom Tromey <tromey@redhat.com>
3952
3953 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3954 is not useful.
3955
585fdaa1
PA
39562011-01-25 Pedro Alves <pedro@codesourcery.com>
3957
3958 * gdb.texinfo: s/value optimized out/optimized out/g
3959
7bfc9434
JB
39602011-01-21 Joel Brobecker <brobecker@adacore.com>
3961
3962 * gdb.texinfo (Other Misc Settings): Rework part of the
3963 documentation of the "set interactive mode" command.
3964
4694da01
TT
39652011-01-19 Tom Tromey <tromey@redhat.com>
3966
3967 * gdb.texinfo (Threads): Document thread name output and `thread
3968 name' command.
3969 (Threads In Python): Document Thread.name attribute.
3970 (GDB/MI Thread Commands): Document thread attributes.
3971
b716877b
AB
39722011-01-12 Andrew Burgess <aburgess@broadcom.com>
3973
3974 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3975 changes in mi/mi-cmd-disas.c
3976
13fd8b81
TT
39772011-01-12 Tom Tromey <tromey@redhat.com>
3978
3979 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3980 Fix "thread apply" text.
3981
e09342b5
TJB
39822011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3983 Thiago Jung Bauermann <bauerman@br.ibm.com>
3984
3985 Implement support for PowerPC BookE ranged watchpoints.
3986 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3987 the "set powerpc exact-watchpoints" flag.
3988
06e65f44
TT
39892011-01-07 Tom Tromey <tromey@redhat.com>
3990
3991 * gdb.texinfo (Python API): Add descriptions to @menu items.
3992
d8e22779
TT
39932011-01-06 Tom Tromey <tromey@redhat.com>
3994
3995 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3996
a255712f
PP
39972010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3998
e09342b5 3999 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 4000
ccfc3d6e
TT
40012011-01-06 Tom Tromey <tromey@redhat.com>
4002
4003 PR python/12133:
4004 * gdb.texinfo (Frames In Python): Document various frame
4005 constants.
4006
44944448
JB
40072011-01-05 Joel Brobecker <brobecker@adacore.com>
4008
4009 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4010 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4011 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4012
42ea3d7a
JK
40132011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4014
4015 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4016 (clean): Add GDBvn.texi.
4017
720d1a40
JB
40182010-12-29 Joel Brobecker <brobecker@adacore.com>
4019
4020 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4021 occasional case where the debugger prints an array address
4022 instead of the array itself.
4023
ad196637
PA
40242010-12-23 Pedro Alves <pedro@codesourcery.com>
4025
4026 * gdb.texinfo (Packets) <read registers packet>: Document support
4027 for registers that were not collected.
4028
a86caf66
DE
40292010-12-15 Doug Evans <dje@google.com>
4030
4031 * gdb.texinfo (Startup): Document auto-loading of scripts during
4032 startup.
4033 (Auto-loading): Delete "maint set python auto-load on|off".
4034 Add "set auto-load-scripts on|off".
4035
aae1c79a
DE
40362010-12-07 Doug Evans <dje@google.com>
4037
4038 * gdb.texinfo (Mode Options): Document -data-directory.
4039 (Data Files): Add reference to -data-directory.
4040
4e04c971
DE
40412010-11-29 Doug Evans <dje@google.com>
4042
4043 * gdb.texinfo (Pretty-Printer Introduction): Change
4044 printer-name:subprinter-name to printer-name;subprinter-name.
4045
94b6973e
PM
40462010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4047
72f4393d 4048 PR python/12199
94b6973e
PM
4049
4050 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4051
39037522
TT
40522010-11-23 Tom Tromey <tromey@redhat.com>
4053
4054 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4055 (Editing): Likewise.
4056 (Command History): Likewise.
4057 (TUI Keys): Likewise.
4058 (Bug Reporting): Conditionally include rluser.texi and
4059 inc-history.texinfo.
4060 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4061 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4062 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4063 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4064 (gdb.pdf): Likewise.
4065 (gdb.info): Likewise.
4066 (gdb/index.html): Likewise.
4067
5ae98d25
TT
40682010-11-23 Tom Tromey <tromey@redhat.com>
4069
4070 * Makefile.in (Makefile): Run ../config.status.
4071 (distclean): Update.
4072 * configure: Remove.
4073 * configure.ac: Remove.
4074
621c8364
TT
40752010-11-12 Tom Tromey <tromey@redhat.com>
4076
4077 * gdb.texinfo (Basic Python): Update. Add xref.
4078 (Exception Handling): Document new exception classes.
4079 (Types In Python): Update.
4080 (Frames In Python): Update.
4081
84f4c1fe
PM
40822010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4083
4084 * gdb.texinfo (Breakpoints In Python): Document "internal"
4085 parameter, and visible attribute.
4086
99e7ae30
DE
40872010-11-05 Doug Evans <dje@google.com>
4088
4089 * gdb.texinfo (Source Path): Document "set directories".
4090
f4b8a18d
KW
40912010-11-05 Ken Werner <ken.werner@de.ibm.com>
4092
4093 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4094 (OpenCL C): New node.
4095
7b51bc51
DE
40962010-11-02 Doug Evans <dje@google.com>
4097
4098 * gdb.texinfo (Pretty Printing): Expand into three sections,
4099 introduction, example, and commands.
4100 (Python API): Delete section Disabling Pretty-Printers, merge into
4101 Selecting Pretty-Printers.
4102 (Writing a Pretty-Printer): New section. Move the pretty-printer
4103 example here, and reformat to match python coding style. Add a second
4104 example using the gdb.printing module.
4105 (Python modules): Add gdb.printing.
4106
9eeee977
DE
41072010-10-29 Doug Evans <dje@google.com>
4108
4109 * gdb.texinfo (Python): Fix long line.
4110
a0e0ffdf
DE
41112010-10-20 Doug Evans <dje@google.com>
4112
4113 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4114 All references updated. Correct sections marked as subsections.
4115 (Coding Standards): New chapter. Move the coding standard related
4116 subsections here. Add section on Python coding standards.
4117
0e3509db
DE
41182010-10-13 Doug Evans <dje@google.com>
4119
4120 * gdb.texinfo (Python): Add "Python modules".
4121 (Types in Python): Add reference to gdb.types section.
4122 (Python modules): New node.
4123
44592cc4
DE
41242010-10-11 Doug Evans <dje@google.com>
4125
4126 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4127 Python" from gdb.Value.type description.
4128
6e1bb179
JB
41292010-09-28 Joel Brobecker <brobecker@adacore.com>
4130
4131 * gdb.texinfo (Ravenscar Profile): New node.
4132
e8467610
TT
41332010-09-22 Tom Tromey <tromey@redhat.com>
4134
4135 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4136
fccd1d1e
EZ
41372010-09-22 Eli Zaretskii <eliz@gnu.org>
4138
4139 * gdb.texinfo (Values From Inferior): Clarify that
4140 value.dynamic_type works only in C++ programs with RTTI.
4141
c1b6b909
TT
41422010-09-15 Paul Bolle <pebolle@tiscali.nl>
4143
4144 * gdb.texinfo (Character Sets): Correctly reference host-charset
4145 in example.
4146
7d288aaa
TT
41472010-09-13 Tom Tromey <tromey@redhat.com>
4148
4149 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4150 Document "fullname" and "from".
4151
f75d858b
MK
41522010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4153
4154 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4155 feature `reverse' output by -list-target-features.
4156
83b9503b
L
41572010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4158
4159 * gdb.texinfo (i386 Features): Remove an extra "@item".
4160
03f17ccf
TT
41612010-08-30 Tom Tromey <tromey@redhat.com>
4162
4163 PR python/11792:
4164 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4165
9779414d
DJ
41662010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4167
4168 * gdb.texinfo (ARM Features): Document
4169 org.gnu.gdb.arm.m-profile.
4170
f9ffd4bb
TT
41712010-08-23 Tom Tromey <tromey@redhat.com>
4172
4173 PR python/11145:
4174 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4175 reinterpret_cast methods.
4176
702c2711
TT
41772010-08-23 Tom Tromey <tromey@redhat.com>
4178
4179 PR python/11915:
4180 * gdb.texinfo (Types In Python): Document array method.
4181
66b73624
TJB
41822010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4183
4184 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4185
06a64a0b
TT
41862010-08-16 Tom Tromey <tromey@redhat.com>
4187
4188 * gdb.texinfo (Set Watchpoints): Document -location option.
4189
a3a7127e
DE
41902010-08-13 Doug Evans <dje@google.com>
4191
4192 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4193
8dedea02
VP
41942010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4195
4196 * gdb.texinfo (GDB/MI Data Manipulation): Document
4197 -data-read-memory-raw and -data-write-memory-raw.
4198
ca5c20b6 41992010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 4200 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
4201
4202 * gdb.texinfo (Basic Python): Describe post_event API.
4203
cb2e07a6
PM
42042010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4205
4206 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 4207 decode_line Python APIs
cb2e07a6 4208
464b3efb
TT
42092010-08-10 Tom Tromey <tromey@redhat.com>
4210
4211 * gdb.texinfo (Pretty Printing API): Document
4212 gdb.default_visualizer.
4213
c29c521f
TT
42142010-08-10 Tom Tromey <tromey@redhat.com>
4215
4216 Revert gdb-add-index addition:
4217 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4218
5da1313b
JK
42192010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4220 Eli Zaretskii <eliz@gnu.org>
4221
4222 * gdb.texinfo (Mode Options) <-batch>
4223 (Basic Python) <gdb.execute>: Describe setting width and height.
4224
02d868e8
PP
42252010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4226
4227 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4228
c2bbed2a
TT
42292010-07-30 Tom Tromey <tromey@redhat.com>
4230
4231 * gdb.texinfo (Index Files): Mention gdb-add-index.
4232
6c13bbe1
HZ
42332010-07-30 Hui Zhu <teawater@gmail.com>
4234
4235 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4236 "detach inferior" and "kill inferior".
4237
53a71c06
CR
42382010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4239
4240 * gdb.texinfo (Machine Code): Update description of two forms of
4241 arguments, and add new example to demonstrate the new form.
4242
5374244e
PM
42432010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4244
4245 * gdb.texinfo (Values From Inferior): Add value inferior function
4246 call description.
4247
8ea5bce5
JK
42482010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4249
4250 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4251
c0edd9ed
JK
42522010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4253 Eli Zaretskii <eliz@gnu.org>
4254
4255 Make core files the process_stratum.
4256 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4257 record_stratum example.
4258
9291a0cd
TT
42592010-07-13 Tom Tromey <tromey@redhat.com>
4260
4261 * gdb.texinfo (Index Files): New node.
4262
f5011d11
TT
42632010-07-13 Tom Tromey <tromey@redhat.com>
4264
4265 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4266
0f5238ed
TT
42672010-07-13 Tom Tromey <tromey@redhat.com>
4268
4269 * gdb.texinfo (Specify Location): Document labels.
4270
74c761c1
PA
42712010-07-01 Pedro Alves <pedro@codesourcery.com>
4272
4273 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4274 entries for fast tracepoints and static tracepoints.
4275
501994c0
PA
42762010-07-01 Pedro Alves <pedro@codesourcery.com>
4277
4278 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4279 qsThreadInfo>: Spell out `l' as ell.
4280
0fb4aa4b
PA
42812010-07-01 Pedro Alves <pedro@codesourcery.com>
4282
4283 * gdb.texinfo (Convenience Variables): Document $_sdata.
4284 (Commands to Set Tracepoints): Describe static tracepoints. Add
4285 `Listing Static Tracepoint Markers' menu entry. Document
4286 "strace".
4287 (Tracepoint Action Lists): Document collecting $_sdata.
4288 (Listing Static Tracepoint Markers): New subsection.
4289 (Tracepoints support in gdbserver): Mention static tracepoints.
4290 (remote packets, enabling and disabling): Mention
4291 read-sdata-object.
4292 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4293 and StaticTracepoint.
4294 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4295 Document qXfer:sdata:read.
4296 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4297
dc3b15be
JB
42982010-06-29 Joel Brobecker <brobecker@adacore.com>
4299
4300 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4301
595939de
PM
43022010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4303 Tom Tromey <tromey@redhat.com>
4304 Thiago Jung Bauermann <bauerman@br.ibm.com>
4305
4306 * gdb.texinfo (Inferiors In Python): New node.
4307 * gdb.texinfo (Threads In Python): New node.
4308
9279c692
JB
43092010-06-28 Joel Brobecker <brobecker@adacore.com>
4310
4311 * gdb.texinfo (Python): Document what the python directory is
4312 and what its location is.
4313 (Basic Python): Document the gdb.PYTHONDIR constant.
4314
bc9f0842
TT
43152010-06-25 Tom Tromey <tromey@redhat.com>
4316
4317 PR python/10808:
4318 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4319
f1421989
HZ
43202010-06-24 Hui Zhu <teawater@gmail.com>
4321
4322 * gdb.texinfo: (Commands for Controlled Output): Add
4323 documentation for command "eval".
4324
e4c0cfae
SS
43252010-06-21 Stan Shebs <stan@codesourcery.com>
4326
4327 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4328 * annotate.texinfo: Ditto.
4329 * gdbint.texinfo: Ditto.
4330 * stabs.texinfo: Ditto.
4331
bb08c432
HZ
43322010-06-22 Hui Zhu <teawater@gmail.com>
4333
4334 * gdb.texinfo: (Process Record and Replay): Add documentation
4335 for command "set record memory-query".
4336
4f5d9f07
SS
43372010-06-21 Stan Shebs <stan@codesourcery.com>
4338
4339 * gdb.texinfo: Relicense under GFDL version 1.3.
4340 * annotate.texinfo: Relicense under GFDL version 1.3.
4341 * gdbint.texinfo: Relicense under GFDL version 1.3.
4342 * stabs.texinfo: Relicense under GFDL version 1.3.
4343 * fdl.texi: Update to version 1.3.
4344
6aed2dbc
SS
43452010-06-18 Stan Shebs <stan@codesourcery.com>
4346
a61408f8
SS
4347 * gdb.texinfo (Operating System Auxiliary Information): Describe
4348 "info os" when no arguments given.
4349
6aed2dbc
SS
4350 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4351 $_thread.
4352
24e933df
HZ
43532010-06-18 Hui Zhu <teawater@gmail.com>
4354
4355 * gdb.texinfo: (Process Record and Replay): Add documentation
4356 for commands "record save" and "record restore".
4357
65d79d4b
SDJ
43582010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4359
4360 * gdb.texinfo: Include information about the correct use
4361 of addresses in the `watch' command.
4362
d914c394
SS
43632010-06-11 Stan Shebs <stan@codesourcery.com>
4364
4365 * gdb.texinfo (Observer Mode): New section.
4366 (General Query Packets): Document QAllow.
889bf7c5 4367
967cf477
DE
43682010-06-04 Doug Evans <dje@google.com>
4369
4370 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4371
aaf4119b
DE
43722010-06-03 Doug Evans <dje@google.com>
4373
4374 * gdbint.texinfo (Coding): Add subsection on command names.
4375
9eae7c52
TT
43762010-06-02 Tom Tromey <tromey@redhat.com>
4377
4378 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4379 always-disassemble.
4380
fa593d66
PA
43812010-06-01 Pedro Alves <pedro@codesourcery.com>
4382
4383 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4384 gdbserver, and add cross reference.
4385 (Tracepoints support in gdbserver): New subsection.
4386
dde08ee1
PA
43872010-05-26 Pedro Alves <pedro@codesourcery.com>
4388
4389 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4390 `qRelocInsn' feature.
4391 (Relocate instruction reply packet): New subsection
4392 of `Tracepoint Packets'.
4393 (Tracepoint Packets): Mention that packets QTDP and QTStart
4394 support the qRelocInsn request, and add cross reference to new
4395 subsection.
4396
07ca107c
DE
43972010-05-25 Doug Evans <dje@google.com>
4398
4399 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4400 (Commands In Python): Document gdb.string_to_argv.
4401
c25c4a8b
JK
44022010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4403
4404 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4405 ATTR_NORETURN.
4406
d7b32ed3 44072010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
4408 Tom Tromey <tromey@redhat.com>
4409 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 4410
c25c4a8b 4411 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 4412
6aecb9c2
JB
44132010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4414
4415 * gdb.texinfo: (Summary) Add mention about D language support.
4416 (Filenames): Add D suffixes.
4417 (D): New node.
4418
b7da9e9f
PM
44192010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4420
4421 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4422 of macro deleted from GDB code.
4423
ab38a727
PA
44242010-04-24 Pedro Alves <pedro@codesourcery.com>
4425
4426 * gdb.texinfo (Commands to specify files): Describe what how GDB
4427 looks up DOS-based filesystem paths on the system root. Document
4428 the new `set/show target-file-system-kind' commands.
4429
66d09542
DE
44302010-04-23 Doug Evans <dje@google.com>
4431
4432 * gdb.texinfo (Python): Move Auto-loading section here ...
4433 (Python API): from here.
4434 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4435 (Maintenance Commands): Add docs for "maint print section-scripts".
4436
8bd10a10
CM
44372010-04-20 Chris Moller <cmoller@redhat.com>
4438
4439 * gdb.texinfo (Setting Breakpoints): Added description of
4440 filename-qualified rbreak.
4441 * refcard.tex (Breakpoints and Watchpoints): Added brief
4442 description of filename-qualified rbreak.
4443
4c374409
JK
44442010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4445
4446 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4447 (Python API): Change the reference to Pretty Printing API.
4448 (Pretty Printing): Move the user part under the Data node. Reformat
4449 the sample output to 72 columns. Create a new reference to Pretty
4450 Printing API. Rename the API part ...
4451 (Pretty Printing API): To a new node name.
4452 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4453 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4454
5a9351ae
SS
44552010-04-21 Stan Shebs <stan@codesourcery.com>
4456
4457 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 4458 and commands.
5a9351ae 4459 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 4460
9a22f0d0
PM
44612010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4462
4463 * gdb.texinfo (Examining memory): Update for change in string
4464 display with explicit size.
4465
6149aea9
PA
44662010-04-19 Pedro Alves <pedro@codesourcery.com>
4467
4468 PR breakpoints/8554.
4469
4470 * gdb.texinfo (Save Breakpoints): New node.
4471 (save-tracepoints): Rename to ...
4472 (save tracepoints): ... this. Mention that `save-tracepoints' is
4473 a deprecated alias to `save tracepoints'.
4474
711e434b
PM
44752010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4476
645797a8 4477 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
4478 (info w32 thread-information-block): Document new command.
4479 (qGetTIBAddress): Document new gdbserver query.
4480 (maint set/show show-all-tib): Document new command.
4481
3f7b2faa
DE
44822010-04-15 Doug Evans <dje@google.com>
4483
fa33c3cd
DE
4484 * gdb.texinfo (Python API): Add progspaces section.
4485 (Selecting Pretty-Printers): Progspace pretty-printers are
4486 searched too.
4487 (Progspaces In Python): New section.
4488
3f7b2faa
DE
4489 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4490
79f283fe
PM
44912010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4492
4493 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4494 returns None.
4495
87290684
SS
44962010-04-09 Stan Shebs <stan@codesourcery.com>
4497
4498 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4499 Describe the `frames-created' field, tweak grammar.
4500
a97153c7
PA
45012010-04-09 Pedro Alves <pedro@codesourcery.com>
4502
4503 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4504 Describe the `circular' and `disconnected' fields.
4505
5c5dcc1b
L
45062010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4507
4508 * gdb.texinfo (maint print registers): Mention unavailable and
4509 invisible registers.
4510
adc36818
PM
45112010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4512 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 4513 Tom Tromey <tromey@redhat.com>
adc36818
PM
4514
4515 * gdb.texinfo (Breakpoints In Python): New Node.
4516
33da3f1c
SS
45172010-04-08 Stan Shebs <stan@codesourcery.com>
4518
4519 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4520 trace status fields.
4521
3a13a53b
L
45222010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4523
4524 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4525 optional. Make org.gnu.gdb.i386.avx requires
4526 org.gnu.gdb.i386.avx.
4527
08001717
DE
45282010-04-08 Doug Evans <dje@google.com>
4529
4530 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4531 search path, and document that gdb only scans the search path if
4532 the script's path doesn't specify a directory.
4533
c375651d
DE
45342010-04-05 Doug Evans <dje@google.com>
4535
4536 * gdb.texinfo (maint show python auto-load): Fix typo.
4537
af54718e
SS
45382010-04-04 Stan Shebs <stan@codesourcery.com>
4539
d77f58be
SS
4540 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4541 (Setting Watchpoints): Update description of "info watch".
4542 (Disabling Breakpoints): Only "info break" lists all.
4543
af54718e
SS
4544 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4545 (tdump): Explain how tdump works.
4546
86b17b60
PA
45472010-04-01 Pedro Alves <pedro@codesourcery.com>
4548
4549 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4550 add cross reference.
4551
ff12863f
PA
45522010-03-31 Pedro Alves <pedro@codesourcery.com>
4553
4554 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4555 commands error out.
4556
f68eb612
L
45572010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4558
4559 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4560
c8d5aac9
L
45612010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4562
4563 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4564
7d13fe92
SS
45652010-03-29 Stan Shebs <stan@codesourcery.com>
4566 Nathan Sidwell <nathan@codesourcery.com>
4567
4568 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4569 GDBN equivalent.
4570 (Set Tracepoints): Remove mention that conditional tracepoints
4571 don't exist.
4572 (Tracepoint Actions): Clarify when while-stepping collection
4573 happens, note that while-stepping does not automatically collect
4574 $pc.
4575
409873ef 45762010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 4577
409873ef
SS
4578 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4579 (General Query Packets): Describe TracepointSource.
4580
ee8e71d4
EZ
45812010-03-27 Matt Rice <ratmice@gmail.com>
4582
c8d5aac9
L
4583 * gdb.texinfo (ARM): Document arguments to "target sim".
4584 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 4585
99b5e152
PA
45862010-03-26 Pedro Alves <pedro@codesourcery.com>
4587
4588 * gdb.texinfo (Tracepoint Packets): Remove mention that
4589 terror:string may be plain text, and drop mention of X prefix.
4590
cd64ee31
VP
45912010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4592
4593 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4594
6c28cbf2
SS
45952010-03-24 Stan Shebs <stan@codesourcery.com>
4596
4597 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4598
95a42b64
TT
45992010-03-24 Tom Tromey <tromey@redhat.com>
4600
4601 PR breakpoints/9352:
4602 * gdb.texinfo (Break Commands): Update.
4603
18148017
VP
46042010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4605
4606 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4607 commands.
4608
4daf5ac0
SS
46092010-03-16 Stan Shebs <stan@codesourcery.com>
4610
4611 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4612 circular-trace-buffer.
4613 (Tracepoint Packets): Describe QTBuffer, and details of the
4614 qTStatus reply.
4615
c9429232
SS
46162010-03-12 Stan Shebs <stan@codesourcery.com>
4617 Nathan Sidwell <nathan@codesourcery.com>
4618
4619 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4620 doing instruction stepping.
4621 (Tracepoint Restrictions): New node.
4622
ccefe4c4
TT
46232010-03-10 Tom Tromey <tromey@redhat.com>
4624
4625 * gdbint.texinfo (Symbol Handling): Update.
4626
7c953934
TT
46272010-03-08 Tom Tromey <tromey@redhat.com>
4628
4629 PR cli/9591:
4630 * gdb.texinfo (Mode Options): Mention lack of pagination and
4631 confirmation with --batch.
4632 (Screen Size): Mention --batch.
4633 (Messages/Warnings): Likewise.
4634
f870a310
TT
46352010-03-05 Tom Tromey <tromey@redhat.com>
4636
4637 * gdb.texinfo (Basic Python): Document target_charset and
4638 target_wide_charset.
4639
78e2826b
TT
46402010-03-05 Tom Tromey <tromey@redhat.com>
4641
4642 * gdb.texinfo (Data): Link to pretty-printing.
4643 (Output Formats): Likewise. Correct text.
4644
f5dff777
DJ
46452010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4646
4647 * gdb.texinfo (Types): Describe <struct> and <flags>.
4648
dc00d89f
PM
46492010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4650
4651 * gdb.texinfo (Frames In Python): Add block parameter and
4652 description to read_var text.
4653
5107b149 46542010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 4655 Tom Tromey <tromey@redhat.com>
5107b149
PM
4656
4657 * gdb.texinfo (Types In Python): Describe block argument in
4658 template_argument and gdb.lookup_type.
4659
e03e5e7b
TT
46602010-02-24 Tom Tromey <tromey@redhat.com>
4661
4662 * gdb.texinfo (Cygwin Native): Fix typo.
4663
f3e9a817
PM
46642010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4665
4666 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4667 and select method descriptions.
4668 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4669 Tables in Python to menu.
4670 (Blocks In Python): New node.
4671 (Symbols In Python): New node.
4672 (Symbol Tables in Python): New node.
4673
a79b8f6e
VP
46742010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4675
4676 Multiexec MI
4677
4678 gdb/
4679 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4680
4681 gdb/doc/
4682 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4683 changes.
4684 (GDB/MI Program Execution): Document current behaviour of
4685 --all and --thread-group.
4686 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4687 -remove-inferior.
4688 * observer.texi (inferior_added, inferior_removed): New
4689 observers.
4690
629d6a47
TT
46912010-02-19 Tom Tromey <tromey@redhat.com>
4692
4693 * gdbint.texinfo (Getting Started): Fix @node.
4694 (Debugging GDB): Likewise.
4695
c09529e5
JB
46962010-02-13 Joel Brobecker <brobecker@adacore.com>
4697
4698 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4699 documenting the gdb_test_timeout variable.
4700
540aa8e7
MS
47012010-02-12 Jakob Engblom <jakob@virtutech.com>
4702
4703 * gdb.texinfo (MI commands): Added documentation of --reverse
4704 option to a set of MI commands. Restructured documentation of MI
4705 commands --exec-continue to reflect the complexity of reverse
4706 execution.
4707
081dfbf7
PA
47082010-02-12 Pedro Alves <pedro@codesourcery.com>
4709
4710 * gdb.texinfo (Using the Collected Data): Specify that the address
4711 range of `tfind outsize' is exclusive, and that the address range
4712 of `tfind range' is inclusive.
4713 (Tracepoint Packets): Specify that the address range of
4714 `QTFrame:range' is inclusive, and that the address range of
4715 `QTFrame:outside' is exclusive
4716
8e9c5e02
VP
47172010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4718
4719 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4720
92981e24
TT
47212010-02-10 Tom Tromey <tromey@redhat.com>
4722
4723 * gdb.texinfo (Debugging Output): Document set debug parser and
4724 show debug parser.
4725
075b51b7
L
47262010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4727
4728 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4729 i386_eflags and i386_mxcsr.
4730
3bb8d5c3
L
47312010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4732
4733 * gdb.texinfo: Document i386 target features.
4734
c5f80513
DE
47352010-02-05 Doug Evans <dje@google.com>
4736
4737 * gdbint.texinfo (Testsuite): Add a new section to document the
4738 various DejaGnu variables that may be overridden.
1be00882 4739 Document INTERNAL_GDBFLAGS.
c5f80513 4740
6ac33a4e
TT
47412010-02-04 Tom Tromey <tromey@redhat.com>
4742
4743 PR cli/8830:
4744 * gdb.texinfo (Files): -readnow comes before the filename for file
4745 and symbol-file.
4746
a1dcb23a
DJ
47472010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4748
4749 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4750 Document ARM breakpoint types.
4751 (Register Packet Format): Move into the new section.
4752 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4753
95433b34
JB
47542010-01-21 Joel Brobecker <brobecker@adacore.com>
4755
4756 * gdb.texinfo (File Options): Adjust the documentation of this
4757 switch to refer to the "source" command rather than partially
4758 duplicating some of the relevant information.
4759 (Extending GDB): Introduce and document the set/show script-extension
4760 setting.
4761 (Command Files): Add note explaining that the "source" command
4762 is also used to evalute scripts written in other languages.
4763 Remove the short slightly incorrect reference to sourcing Python
4764 scripts.
4765 (Python Commands): Document how to execute a Python script from GDB.
4766
8d576872
JB
47672010-01-19 Joel Brobecker <brobecker@adacore.com>
4768
4769 * gdb.texinfo (Command Files): Fix typo.
4770
8150ff9c
JB
47712010-01-18 Tom Tromey <tromey@redhat.com>
4772
4773 * gdb.texinfo (File Options): Document -x on .py files.
4774 (Command Files): Document handling of Python scripts.
4775
23db03a6
JZ
47762010-01-18 Jie Zhang <jie.zhang@analog.com>
4777
4778 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4779
00bf0b85
SS
47802010-01-15 Stan Shebs <stan@codesourcery.com>
4781
4782 * gdb.texinfo (Trace Files): New section.
4783 (Tracepoint Packets): Document QTSave and qTBuffer.
4784 (Trace File Format): New appendix.
4785
be759fcf
PM
47862010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4787
4788 * gdb.texinfo (Values From Inferior): Document lazy_string value
4789 method.
4790 (Python API): Add Lazy strings menu item.
4791 (Lazy Strings In Python): New node.
4792
dc146f7c
VP
47932010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4794
4795 * gdb.texinfo (GDB/MI Thread Information): New.
4796 (GDB/MI Async Records): Document the core field in *stopped.
4797 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4798 documentation
4799 (Process list): Document that osdata document may contain
4800 threads.
4801 (Remote Serial Protocol): Document qXfer:threads.
4802
d5551862
SS
48032010-01-06 Stan Shebs <stan@codesourcery.com>
4804
4805 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4806 disconnected tracing.
4807 (Tracepoint Packets): Document new protocol.
4808
7a697b8d
SS
48092010-01-05 Stan Shebs <stan@codesourcery.com>
4810
4811 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4812 tracepoints.
4813 (Tracepoint Packets): Describe remote protocol for fast
4814 tracepoints.
4815
e6f3ec50
JB
48162010-01-01 Joel Brobecker <brobecker@adacore.com>
4817
4818 Update the "Start of New Year Procedure".
4819 * gdbint.texinfo: Add the list of files that need to be updated
4820 manually. Minor reformatting.
4821
ddc4e9c1
JB
48222010-01-01 Joel Brobecker <brobecker@adacore.com>
4823
4824 * refcard.tex: Update copyright year in header and text.
4825
9d2897ad
JB
48262010-01-01 Joel Brobecker <brobecker@adacore.com>
4827
4828 * agentexpr.texi: Add 2010 to the list of copyright years.
4829 * annotate.texinfo: Likewise.
4830 * gdb.texinfo: Likewise.
4831 * gdbint.texinfo: Likewise.
4832 * observer.texi: Likewise.
4833 * stabs.texinfo: Likewise.
4834
6da95a67
SS
48352009-12-31 Stan Shebs <stan@codesourcery.com>
4836
4837 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 4838
236f1d4d
SS
48392009-12-29 Stan Shebs <stan@codesourcery.com>
4840
4841 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 4842
f61e138d
SS
48432009-12-28 Stan Shebs <stan@codesourcery.com>
4844
4845 * gdb.texinfo (Trace State Variables): New section.
4846 (Tracepoint Packets): Describe trace state variable packets.
4847 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4848 variable bytecodes.
4849
0fe7935b
DJ
48502009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4851
4852 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4853 declarations.
4854
a6b29f87
VP
48552009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4856
4857 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4858 -gdb-exit behaviour.
4859
5e4bde96
JB
48602009-12-20 Joel Brobecker <brobecker@adacore.com>
4861
4862 * gpl.texi: Update to version 3 of the GPL.
4863
a1715244
JB
48642009-12-20 Joel Brobecker <brobecker@adacore.com>
4865
4866 * Makefile.in: Update copyright header.
4867 * observer.texi: Fix the copyright header of the generated files.
4868
361ae042
PM
48692009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4870
4871 * gdb.texinfo (Types In Python): Describe range function.
4872
bfd31e71
PM
48732009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4874
4875 * gdb.texinfo (Types In Python): Describe "is_base_class".
4876
57a1d736
TT
48772009-12-03 Tom Tromey <tromey@redhat.com>
4878
4879 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4880
8cebebb9
PP
48812009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4882
4883 * observer.texi: New memory_changed observer.
4884
16af530a
TT
48852009-12-01 Tom Tromey <tromey@redhat.com>
4886
4887 * gdb.texinfo (Reverse Execution): Fix typo.
4888
b6199126
DJ
48892009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4890
4891 PR gdb/8704
4892
4893 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4894 are allowed after the breakpoint condition.
4895
7a6973ad
TT
48962009-11-23 Tom Tromey <tromey@redhat.com>
4897
4898 PR python/10782:
4899 * gdb.texinfo (Types In Python): Document Type.pointer.
4900
21a0512e
PP
49012009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4902
4903 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 4904
a5832c8f
PA
49052009-11-11 Pedro Alves <pedro@codesourcery.com>
4906
4907 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4908 (Using Agent Expressions): Delete cross reference.
4909
1eb7cd77
JB
49102009-11-07 Joel Brobecker <brobecker@adacore.com>
4911
4912 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4913 and @settitle directives up to help makeinfo find them.
4914
24ddea62
JK
49152009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4916
4917 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4918 (Auto-loading): Use plural and note one can use multiple components now.
4919
3afae151
VP
49202009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4921
4922 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4923 -stack-list-arguments have the same documentation for parameter
4924 as -stack-list-locals. Add comas.
4925
14ff2235
PM
49262009-10-27 Tom Tromey <tromey@redhat.com>
4927 Eli Zaretskii <eliz@gnu.org>
4928
c8d5aac9 4929 PR python/10781
14ff2235
PM
4930
4931 * gdb.texinfo (Values From Inferior): Document cast method.
4932
9c419145
PP
49332009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4934
4935 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4936 and adjust example.
889bf7c5 4937
29153c24
MS
49382009-10-22 Michael Snyder <msnyder@vmware.com>
4939
4940 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 4941 info record command. Also document the new save and restore
29153c24
MS
4942 commands.
4943
2b28d209
PP
49442009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4945
4946 * gdb.texinfo (Machine Code): Mention current pc marker.
4947 (Memory): Likewise.
4948
6c95b8df
PA
49492009-10-19 Pedro Alves <pedro@codesourcery.com>
4950 Stan Shebs <stan@codesourcery.com>
4951
4952 * observer.texi (new_inferior): Rename to...
4953 (inferior_appeared): ... this.
4954
4955 * gdb.texinfo (Inferiors): Rename node to ...
4956 (Inferiors and Programs): ... this. Mention running multiple
4957 programs in the same debug session.
4958 <info inferiors>: Mention the new 'Executable' column if "info
4959 inferiors". Update examples. Document the "add-inferior",
4960 "clone-inferior", "remove-inferior" and "maint info
4961 program-spaces" commands.
4962 (Process): Rename node to...
4963 (Forks): ... this. Document "set|show follow-exec-mode".
4964
2f8132f3
MS
49652009-10-11 Michael Snyder <msnyder@vmware.com>
4966
4967 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4968 (ReverseContinue): Ditto.
4969
cba4b2d3
PP
49702009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4971
4972 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 4973
da082f17
JK
49742009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4975
4976 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4977
08be9d71
ME
49782009-10-06 Michael Eager <eager@eagercon.com>
4979
4980 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4981 (Embedded Processors): Add MicroBlaze.
4982 (MicroBlaze): New. Describe Xilinx MicroBlaze
4983
08a0efd0
PA
49842009-10-04 Pedro Alves <pedro@codesourcery.com>
4985
4986 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4987
cbb8f428
EZ
49882009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4989
4990 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4991
30a4a70c
JB
49922009-09-23 Joel Brobecker <brobecker@adacore.com>
4993
4994 * observer.texi (solib_unloaded): Document explicitly the fact that
4995 this observer is called before the associated symbols are unloaded.
4996
b3372f91
VP
49972009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4998
4999 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5000 -stack-list-variables.
5001
f43030c4
TT
50022009-09-18 Tom Tromey <tromey@redhat.com>
5003
5004 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5005 is experimental.
5006
ec7e75e7
PP
50072009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5008
5009 * gdb.texinfo (convenince variables): Mention
5010 $_siginfo could be empty.
f43030c4 5011
0cc7d26f
TT
50122009-09-15 Tom Tromey <tromey@redhat.com>
5013
5014 * gdb.texinfo (GDB/MI Variable Objects): Document
5015 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5016 Expand -var-update documentation.
5017
a96d9b2e
SDJ
50182009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5019
5020 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5021 feature.
5022
005ca36a
JB
50232009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5024
5025 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5026
0d772ac9
MS
50272009-09-10 Michael Snyder <msnyder@vmware.com>
5028
5029 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5030 ReverseStep replies to the qSupported query.
5031
14fb1bac
JB
50322009-09-10 Joel Brobecker <brobecker@adacore.com>
5033
5034 Add documentation for set/show interactive-mode.
5035 * gdb.texinfo (Other Misc Settings): New node.
5036
29b090c0
DE
50372009-09-01 Doug Evans <dje@google.com>
5038
5039 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5040 non-stop mode's affect on remote caching.
5041
4e5d721f
DE
50422009-08-31 Jacob Potter <jdpotter@google.com>
5043 Doug Evans <dje@google.com>
5044
5045 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5046 Mark `set/show remotecache' options as obsolete.
5047 Document new `set/show stack-cache' option.
5048 Update text for `info dcache'.
5049
55333a84
DE
50502009-08-27 Doug Evans <dje@google.com>
5051
5052 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5053 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5054
bc3a0b4d
RW
50552009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5056
5057 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5058 about autoconf.
5059
3a1ff0b6
PA
50602009-08-25 Pedro Alves <pedro@codesourcery.com>
5061
5062 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5063 small example, and describe its columns. Replace "inferior-id" by
5064 "infno" throughout.
5065
81ecdfbb
RW
50662009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5067
af542c2e
RW
5068 * gdbint.texinfo (Releasing GDB): Point to
5069 README-maintainer-mode file for required autoconf version.
5070 * configure.ac: Do not substitute datarootdir, htmldir,
5071 pdfdir, docdir. Do not process --with-datarootdir,
5072 --with-htmldir, --with-pdfdir, --with-docdir.
5073 * configure: Regenerate.
5074
81ecdfbb
RW
5075 * configure: Regenerate.
5076
4efc6507
DE
50772009-08-20 Reid Kleckner <reid@kleckner.net>
5078
5079 * gdb.texinfo: Add chapter on JIT interface.
5080
43089a6e
NR
50812009-08-07 Nick Roberts <nickrob@snap.net.nz>
5082
5083 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 5084 confirmation request.
43089a6e 5085
99e008fe
EZ
50862009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5087
c8d5aac9
L
5088 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5089 CRC definitions.
99e008fe 5090
48cb2d85
VP
50912009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5092
5093 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 5094 -break-commands.
48cb2d85 5095
ff1a52c6
UW
50962009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5097
5098 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5099 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5100
3285f3fe
UW
51012009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5102
5103 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5104 "set spu stop-on-load" and "show spu stop-on-load" commands.
5105
e35359c5
UW
51062009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5107
5108 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5109
58d6951d
DJ
51102009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5111
5112 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5113 org.gnu.gdb.arm.neon.
5114
08d16641
PA
51152009-07-20 Pedro Alves <pedro@codesourcery.com>
5116
5117 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5118 optional element.
5119 (subsection OS ABI): New subsection.
5120
782b2b07
SS
51212009-07-14 Stan Shebs <stan@codesourcery.com>
5122
5123 * gdb.texinfo (Tracepoint Conditions): New section.
5124 (General Query Packets): Describe ConditionalTracepoints.
5125 (Tracepoint Packets): Describe condition field.
5126 (Maintenance Commands): Describe maint agent-eval.
5127 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5128
9b117ef3
HZ
51292009-07-11 Hui Zhu <teawater@gmail.com>
5130
5131 * gdb.texinfo (disassemble): Add a new modifier /r
5132 to "disassemble" command to make it print the raw instructions
5133 in hex as well as in symbolic form.
5134
f5a33284
TT
51352009-07-09 Tom Tromey <tromey@redhat.com>
5136
5137 * gdbint.texinfo (Testsuite): Document parallel make check.
5138
812f7342
TT
51392009-07-09 Tom Tromey <tromey@redhat.com>
5140
5141 * gdbint.texinfo (Testsuite): Document test transcripts.
5142
fbb8f299
PM
51432009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5144
5145 * gdb.texinfo (Values From Inferior): Add length parameter
5146 description.
5147
dd8f35ac
EZ
51482009-07-04 Chris Genly <chris@genly.us>
5149
5150 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5151 in -var-list-children. Fix example according to what the code
5152 does.
5153
2277426b
PA
51542009-07-02 Pedro Alves <pedro@codesourcery.com>
5155
5156 * gdb.texinfo (Debugging multiple inferiors): Document the
5157 "inferior", "detach inferior" and "kill inferior" commands.
5158 (Debugging Programs with Multiple Processes): Adjust to mention
5159 generic "inferior" commands. Delete mention of "detach fork" and
5160 "delete fork". Cross reference to "Debugging multiple inferiors"
5161 section.
5162
a6d9a66e
UW
51632009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5164
5af949e3
UW
5165 * gdbint.texinfo (Item Output Functions): Update signature
5166 for ui_out_field_core_addr.
5167
51682009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5169
5170 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
5171 Update example code extrated from breakpoint.c.
5172
9901a55b 51732009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 5174
9901a55b
PP
5175 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5176 MI commands.
5177 (GDB/MI Symbol Query): Likewise.
5178 (GDB/MI File Commands): Likewise.
5179 (GDB/MI File Transfer Commands): Likewise.
5180 (GDB/MI Target Manipulation): Likewise.
5181 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 5182
edb3359d
DJ
51832009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5184
5185 * gdb.texinfo (Debugging Optimized Code): New chapter.
5186 (Compiling for Debugging): Reference it. Move some
5187 text to the new section.
5188
7cd1089b
PM
51892009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5190
5191 * doc/gdb.texinfo (Calling): Document
5192 set-unwind-on-terminating-exception usage.
5193
d4db2f36
PA
51942009-06-11 Pedro Alves <pedro@codesourcery.com>
5195
5196 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5197 command.
5198
d1a7880c
PA
51992009-06-07 Pedro Alves <pedro@codesourcery.com>
5200
5201 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5202 references.
5203
473f94e6
UW
52042009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5205
5206 * gdbint.texinfo: Rename formal parameters to gdbarch function
5207 protoypes from "current_gdbarch" to "gdbarch".
5208
8f500870
TT
52092009-05-28 Tom Tromey <tromey@redhat.com>
5210
5211 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5212
b6313243
TT
52132009-05-27 Tom Tromey <tromey@redhat.com>
5214
5215 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5216 feature.
5217 (GDB/MI Variable Objects): Document -var-set-visualizer.
5218
52192009-04-02 Tom Tromey <tromey@redhat.com>
5220
5221 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5222 feature.
5223 (GDB/MI Variable Objects): Document -var-set-visualizer.
5224
a6bac58e
TT
52252009-05-27 Tom Tromey <tromey@redhat.com>
5226 Thiago Jung Bauermann <bauerman@br.ibm.com>
5227 Phil Muldoon <pmuldoon@redhat.com>
5228
5229 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5230 (Pretty Printing): New node.
5231 (Selecting Pretty-Printers): Likewise.
5232 (Python API): Update.
5233 (Output Formats): Document /r format.
5234
2c74e833
TT
52352009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5236 Tom Tromey <tromey@redhat.com>
5237
5238 * gdb.texinfo (Types In Python): New node.
5239 (Values From Inferior): "type" is now an attribute.
5240 (Python API): Update.
5241
89c73ade
TT
52422009-05-27 Tom Tromey <tromey@redhat.com>
5243 Thiago Jung Bauermann <bauerman@br.ibm.com>
5244 Phil Muldoon <pmuldoon@redhat.com>
5245
5246 * gdb.texinfo: Add @syncodeindex for `tp'.
5247 (Python API): Update.
5248 (Auto-loading): New node.
5249 (Objfiles In Python): New node.
5250
17a37d48
PP
52512009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5252
5253 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 5254
6718376f
NR
52552009-05-15 Nick Roberts <nickrob@snap.net.nz>
5256
5257 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5258
cbe54154
PA
52592009-05-12 Pedro Alves <pedro@codesourcery.com>
5260
5261 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5262 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5263 show show-debug-regs' docs.
5264
8e05493c
EZ
52652009-05-08 Eli Zaretskii <eliz@gnu.org>
5266
5267 * gdb.texinfo (Process Record and Replay): Add description of
5268 reverse execution.
5269
b39f4988
JB
52702009-05-07 Joel Brobecker <brobecker@adacore.com>
5271
5272 * gdbint.texinfo (Adding support for debugging core files): New node.
5273 (Native Debugging): Remove the ``Native core file Support'' section.
5274
a2311334
EZ
52752009-05-01 Eli Zaretskii <eliz@gnu.org>
5276
5277 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5278 Add index entries.
5279
53cc454a 52802009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 5281 Michael Snyder <msnyder@vmware.com>
53cc454a 5282
a2311334
EZ
5283 * gdb.texinfo: (Process Record and Replay): Add documentation for
5284 process record and replay.
53cc454a 5285
484086b7
JK
52862009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5287
5288 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5289 a new part on command-line defined macros.
5290
32ae1842
EZ
52912009-04-25 Eli Zaretskii <eliz@gnu.org>
5292
5293 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5294 clarify the wording.
5295
b14b1491
TT
52962009-04-23 Tom Tromey <tromey@redhat.com>
5297
5298 * gdb.texinfo (Data Files): New node.
5299 (GDB Files): Update menu.
5300
5c1e86e1
JB
53012009-04-23 Joel Brobecker <brobecker@adacore.com>
5302
5303 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 5304 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 5305
83eba9b7
VP
53062009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5307
5308 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5309
e31198c4
HZ
53102009-04-22 Hui Zhu <teawater@gmail.com>
5311
5312 * gdb.texinfo (disassemble-next-line): Set the default of
5313 disassemble-next-line to off.
5314
26e251b6
JM
53152009-04-21 Joseph Myers <joseph@codesourcery.com>
5316
5317 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5318 --with-htmldir): New.
5319 * configure: Regenerate.
5320 * Makefile.in (datarootdir, docdir): Define.
5321 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5322 instead of $(SET_TEXINPUTS).
5323 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5324 gdbint.info instead of $(SET_TEXINPUTS).
5325 (gdbint/index.html): Use same -I options as for building
5326 gdbint.info.
5327 (stabs.dvi, stabs.pdf): Use same -I options as for building
5328 stabs.info instead of $(SET_TEXINPUTS).
5329 (stabs/index.html): Use same -I options as for building
5330 stabs.info.
5331 (annotate.dvi, annotate.pdf): Use same -I options as for building
5332 annotate.info instead of $(SET_TEXINPUTS).
5333 (annotate/index.html): Use same -I options as for building
5334 annotate.info.
5335
eac35c4e
DD
53362009-04-21 David Daney <ddaney@caviumnetworks.com>
5337
5338 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5339
29b0e8a2
JM
53402009-04-21 Joseph Myers <joseph@codesourcery.com>
5341
5342 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5343
2b831889 53442009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 5345 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
5346
5347 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5348 (MAKEHTMLFLAGS): Set to empty.
5349 (html__strip_dir): Define.
5350 (HTMLFILES): Define.
5351 (HTMLFILES_INSTALL): Define.
5352 (install-html): Copy new automake rule.
5353 (html): Depend on $(HTMLFILES).
5354 (gdb_toc.html): Rename to gdb/index.html.
5355 (gdbint_toc.html): Rename to gdbint/index.html.
5356 (stabs_toc.html): Rename to stabs/index.html.
5357 (annotate_toc.html): Rename to annotate/index.html.
5358
89a34d1b
JM
53592009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5360
5361 * Makefile.in: Set pdfdir and htmldir from configure
5362 substitutions.
5363 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5364 * configure: Regenerate.
5365
a2d5da46
JB
53662009-04-16 Joel Brobecker <brobecker@adacore.com>
5367
5368 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5369 This macro is no longer used.
5370
732f6a93
TT
53712009-04-15 Tom Tromey <tromey@redhat.com>
5372
5373 * gdb.texinfo (Character Sets): Document default character set.
5374
87f9adc1
PM
53752009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5376
5377 * gdbint.texinfo: Change server name from sources.redhat.com to
5378 sourceware.org throughout.
5379
2c88c651
JB
53802009-04-09 Joel Brobecker <brobecker@adacore.com>
5381
5382 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5383 about a missing dot or coma after @xref.
5384
4f5376b2
JB
53852009-04-02 Joel Brobecker <brobecker@adacore.com>
5386
5387 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5388 example, and add a small explanation about it.
5389 (Print Settings): Change the documentation of the "set print
5390 frame-arguments" to reflect the fact that the default is now "scalars".
5391
a0381d3a
JB
53922009-04-02 Joel Brobecker <brobecker@adacore.com>
5393
5394 * gdb.texinfo (Print Settings): Add kindex for command "set
5395 print frame-arguments".
5396
45ac276d
JB
53972009-03-31 Joel Brobecker <brobecker@adacore.com>
5398
5399 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5400 breakpoints.
5401 (Set Breaks): Add reference to thread-specific and task-specific
5402 breakpoints.
5403
32cd1edc
JB
54042009-03-31 Joel Brobecker <brobecker@adacore.com>
5405
5406 * gdb.texinfo (Ada Tasks): Remove the documentation about
5407 the "Running" state, as this state has been eliminated.
5408 Now all runnable tasks are shown as "Runnable".
5409
1042e4c0
SS
54102009-03-30 Stan Shebs <stan@codesourcery.com>
5411
5412 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5413 special case of breakpoints.
5414 (Enable and Disable Tracepoints): Mention deprecation.
5415 (Listing Tracepoints): Update description and example.
5416
f8f6f20b
TJB
54172009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5418
5419 * gdb.texinfo (Frames in Python): New node.
5420 (Python API): Update.
5421
c0c6f777
TJB
54222009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5423
5424 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5425 from a method to an attribute.
5426
def2b000
TJB
54272009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5428
5429 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5430 attribute.
5431
a07daef3
PA
54322009-03-25 Pedro Alves <pedro@codesourcery.com>
5433
5434 * observer.texi (thread_exit): Add "silent" parameter.
5435
f3b1572e
PA
54362009-03-22 Pedro Alves <pedro@codesourcery.com>
5437
5438 * observer.texi (about_to_proceed): New.
5439
587afa38
EZ
54402009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5441
5442 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5443 field throughout to handle types with spaces in them. Fix typos
5444 found by aspell.
5445 (Summary, Requirements, Contributors): New first chapter,
5446 "Summary" added, old Requirements section moved there, and new
5447 section, "Contributors" added.
5448 (Initializing a New Architecture, Register Representation)
5449 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5450 (Porting gdb): These sections extended and updated.
5451 (Compiler Characteristics): This section (empty) deleted.
5452 (Defining Other Architecture Features): This section renamed and
5453 duplicate material removed from (formerly "Target Conditionals").
5454 Use braces {} in @deftypeXX type field throughout to handle types
5455 with spaces in them. Typos found by aspell fixed.
5456
5457 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5458 * stack_frame.pdf: Version of image for PDF output.
5459 * stack_frame.png: Version of image for HTML output and for Emacs.
5460 * stack_frame.txt: Version of image for Info output.
1db61298 5461 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 5462
10af6951
EZ
54632009-03-21 Eli Zaretskii <eliz@gnu.org>
5464
5465 * gdb.texinfo (Character Sets): Fix last change.
5466
cc924cad
TJB
54672009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5468
5469 * gdb.texinfo (Values From Inferior): Fix optional arguments
5470 markup.
5471 (Commands In Python): Adjust argument names of gdb.Command.__init__
5472 to what the function accepts as keywords.
5473
bc3b79fd
TJB
54742008-03-20 Tom Tromey <tromey@redhat.com>
5475
5476 * gdb.texinfo (Convenience Vars): Document convenience functions.
5477 (Functions In Python): New node.
5478 (Python API): Update.
5479
6c7a06a3
TT
54802009-03-20 Tom Tromey <tromey@redhat.com>
5481
5482 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5483 set target-wide-charset.
5484 (Requirements): Mention iconv.
5485
b646ddd4
HZ
54862009-03-17 Hui Zhu <teawater@gmail.com>
5487
5488 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5489
91440f57
HZ
54902009-03-17 Hui Zhu <teawater@gmail.com>
5491
5492 * gdb.texinfo: Add documentation for disassemble-next-line.
5493
8fd41227
TJB
54942009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5495
5496 * gdb.texinfo (Commands In Python): Remove tindex entries.
5497
61ff14c6
JK
54982009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5499
5500 * gdb.texinfo (Returning): New description for missing debug info.
5501
0b16c5cf
PA
55022009-03-14 Pedro Alves <pedro@codesourcery.com>
5503
5504 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 5505 (General Query Packets): Document qAttached.
0b16c5cf 5506
32fc0df9
PA
55072009-03-05 Pedro Alves <pedro@codesourcery.com>
5508
5509 * gdb.texinfo (Background Execution): Better describe the set
5510 target-async command.
5511 (Maintenance Commands): Delete description of the `maint set/show
5512 linux-async' and `maint set/show remote-async' commands.
5513
134eb42c
VP
55142009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5515
5516 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5517 between sentences.
5518
c86cf029
VP
55192009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5520
5521 * gdb.texinfo (GDB/MI Async Records): Document the
5522 =library-loaded and =library-unloaded notifications.
5523
3ea85240
VP
55242009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5525
5526 * observer.texi (test_notification): New observer.
5527
1d33d6ba
VP
55282009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5529
61ff14c6
JK
5530 * observer.texi: Add parameter 'print_frame' to normal_stop
5531 observer.
1d33d6ba 5532
d721c933
EZ
55332009-02-07 Eli Zaretskii <eliz@gnu.org>
5534
5535 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5536 (Commands In Python): Fix COMMAND_* constants in last change. Use
5537 @kbd for interactive input. Add cross-references and index
5538 entries.
5539
4aa995e1
PA
55402009-02-06 Pedro Alves <pedro@codesourcery.com>
5541
5542 * gdb.texinfo (Signals): Document $_siginfo.
5543 (Convenience Variables): Mention $_siginfo.
5544 (Remote Configuration): Document qXfer:siginfo:read,
5545 qXfer:siginfo:write packets, and the read-siginfo-object,
5546 write-siginfo-object commands.
5547
5f5233d4
PA
55482009-02-06 Pedro Alves <pedro@codesourcery.com>
5549
5550 * gdbint.texinfo (Values): New chapter.
5551
d8906c6f
TJB
55522009-02-06 Tom Tromey <tromey@redhat.com>
5553
5554 * gdb.texinfo (Python API): Add entry for Commands In Python.
5555 (Commands In Python): New node.
5556
b6cb8e7d
TJB
55572009-02-05 Tom Tromey <tromey@redhat.com>
5558
5559 * gdb.texinfo (Values From Inferior): Document Value.string.
5560
12453b93
TJB
55612009-02-05 Tom Tromey <tromey@redhat.com>
5562
5563 * gdb.texinfo (Basic Python): Document execute's from_tty
5564 argument.
5565
08c637de
TJB
55662009-02-04 Tom Tromey <tromey@redhat.com>
5567
5568 * gdb.texinfo (Basic Python): Document gdb.history.
5569
592375cd
VP
55702009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5571
5572 * gdb.texinfo (GDB/MI Thread Commands): Document the
5573 'current-thread-id' field. Remove the example with zero threads,
5574 since current GDB won't ever report that if there's inferior.
5575
41447f92
VP
55762009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5577
5578 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5579 option to -break-insert.
5580
098b41a6
JG
55812009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5582 Jerome Guitton <guitton@adacore.com>
5583
5584 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5585 (System-wide configuration): New section.
5586
3c16cced
PA
55872009-01-26 Pedro Alves <pedro@codesourcery.com>
5588
5589 PR gdb/7580:
5590 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5591 internal-error|internal-warning quit|corefile ask|yes|no".
5592
62709adf
PA
55932009-01-26 Pedro Alves <pedro@codesourcery.com>
5594
5595 * gdb.texinfo (Using the `gdbserver' Program): Document
5596 --remote-debug.
5597
7ce58dd2
DE
55982009-01-23 Doug Evans <dje@google.com>
5599
5600 * gdb.texinfo: Add nexti to list of commands that support
5601 background execution.
5602
adb483fe
DJ
56032009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5604
5605 * gdb.texinfo (Define, Hooks): Document prefix command support.
5606
a67ec3f4 56072009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 5608 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
5609
5610 Fixes for makeinfo --html.
5611
5612 * annotate.texinfo: Use @copying and @insertcopying. Use
5613 @ifnottex in place of @ifinfo.
5614 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5615 place of @ifinfo. Use @ifnotinfo for one index entry.
5616 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5617 in place of @ifinfo.
5618 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5619 in place of @ifinfo. Include contents at start unconditionally.
5620
84fcdf95
PA
56212009-01-13 Pedro Alves <pedro@codesourcery.com>
5622
5623 * gdb.texinfo (General Query Packets): Remove @var{} around the
5624 "spu" literal string.
5625
fa3a767f
PA
56262009-01-07 Pedro Alves <pedro@codesourcery.com>
5627
5628 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5629 program may be running in another process" errors.
5630 * gdbint.texinfo (Native Conditionals): Delete
5631 ONE_PROCESS_WRITETEXT description.
5632
9cb011d3
JB
56332009-01-07 Joel Brobecker <brobecker@adacore.com>
5634
5635 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5636 emacs local variable to be placed at the end of the ChangeLog.
5637 Add server.c and gdbreplay.c to the list of files where the
5638 copyright year needs to be updated.
5639
84603566
SL
56402009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5641
5642 * gdb.texinfo (Remote Configuration): Document new
5643 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5644 commands.
5645
a53f55d8
PA
56462008-12-28 Pedro Alves <pedro@codesourcery.com>
5647
5648 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5649 FETCH_INFERIOR_REGISTERS.
5650 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5651 FETCH_INFERIOR_REGISTERS descriptions. Remove
5652 gdbarch_get_longjmp_target descrition, since already described in
5653 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5654 (Target Conditionals): ... here.
5655
077e0a52
JB
56562008-12-16 Joel Brobecker <brobecker@adacore.com>
5657
5658 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5659 examples.
5660 (Additions to Ada): Likewise. Add the missing opening and closing
5661 parenthesis of the GDB prompt in one of the examples.
5662
023eb17c
JB
56632008-12-14 Joel Brobecker <brobecker@adacore.com>
5664
5665 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5666 about the result of 'Address not being of type System.Address.
5667 This problem has been fixed a while ago.
5668
c3b108f7
VP
56692008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5670
5671 MI non-stop and multiprocess docs.
5672
c8d5aac9
L
5673 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5674 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5675 Adjust documentation for *stopped, document =thread-created,
5676 =thread-exited, =thread-group-created and =thread-group-exited.
5677 (GDB/MI Thread Commands): Document the 'state' field in
5678 -thread-info output.
5679 (GDB/MI Program Execution): Mention --all and --thread-group
5680 options.
5681 (GDB/MI Variable Objects): Describe floating and fixed variable
5682 objects.
5683 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 5684
07e059b5
VP
56852008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5686
c8d5aac9
L
5687 * gdb.texinfo (Operating System Information): New appendix.
5688 (Operating System Auxiliary Information): Document 'info os processes'
5689 (Remote Configuration): Document 'osdata'
5690 (General Query Packets): Document qXfer:osdata:read.
07e059b5 5691
a80b95ba
TG
56922008-11-27 Tristan Gingold <gingold@adacore.com>
5693
5694 * gdb.texinfo (Darwin): Document Darwin specific features.
5695
a655d424
JK
56962008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5697
5698 * gdbint.texinfo (Target Conditionals): Extend the
5699 gdbarch_breakpoint_from_pc description.
5700
249e1128
VP
57012008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5702
5703 * gdb.texinfo (M68K Features): Fix typo.
5704
c14c28ba
PP
57052008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5706
5707 * gdb.texinfo (Symbols): Mention printing containing
5708 image name in "info symbol".
5709 (Maint translate-address): Likewise.
889bf7c5 5710
394a6666
JB
57112008-11-18 Joel Brobecker <brobecker@adacore.com>
5712
5713 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5714 commands "catch load" and "catch unload".
5715
66bb093b
VP
57162008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5717
5718 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 5719 =thread-selected.
889bf7c5 5720
4a92f99b
VP
57212008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5722
c8d5aac9 5723 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 5724
f0323ca0
PA
57252008-10-27 Pedro Alves <pedro@codesourcery.com>
5726
5727 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5728 .mt files, TM_CLIBS or TM_CDEPS.
5729 (x86 Watchpoints): Don't mention TDEPFILES.
5730
8b23ecc4
SL
57312008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5732
5733 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5734 (Overview): Mention notifications and non-stop mode behavior.
5735 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5736 with non-stop mode behavior. Add vStopped description.
5737 (Stop Reply Packets): Update list of packets that return
5738 stop replies. Mention non-stop behavior.
5739 (General Query Packets): Document QNonStop packet and associated
5740 qSupported query response.
5741 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5742 behavior.
5743 (Notification Packets): New section.
5744 (Remote Non-Stop): New section.
5745 (File-I/O Overview): Mention non-stop behavior.
5746
fff08868
HZ
57472008-10-24 Hui Zhu <teawater@gmail.com>
5748 Pedro Alves <pedro@codesourcery.com>
5749
5750 * gdb.texinfo (displaced-stepping): Describe the auto mode
5751 setting, and say it's the default. This is now a mainstream
5752 setting instead of a maintenance setting.
5753
252fbfc8
PA
57542008-10-23 Pedro Alves <pedro@codesourcery.com>
5755
5756 * observer.texi (thread_stop_requested): New.
5757
20924a55
JB
57582008-10-22 Joel Brobecker <brobecker@adacore.com>
5759
5760 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5761 (Patching): Replace incorrect usage of @samp by @kbd.
5762
bacec72f
MS
57632008-10-17 Michael Snyder <msnyder@vmware.com>
5764
5765 * gdb.texinfo: Add documentation for reverse execution.
5766
a08702d6 57672008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 5768 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
5769
5770 * gdb.texinfo. (Values From Inferior): New subsubsection.
5771
d97bc12b
DE
57722008-10-06 Doug Evans <dje@google.com>
5773
5774 * gdb.texinfo (set debug dwarf2-die): Document it.
5775
87f67dba
JB
57762008-10-01 Joel Brobecker <brobecker@adacore.com>
5777
5778 * gdb.texinfo (catch) [exception]: Document how to insert
5779 a breakpoint on user-defined exceptions when the exception
5780 name is identical to one of the language-defined ones.
5781
2fae03e8
TT
57822008-09-27 Tom Tromey <tromey@redhat.com>
5783
5784 * gdb.texinfo (Macros): Remove text about stringification,
5785 varargs, and splicing.
5786
5c6ce71d
TT
57872008-09-27 Tom Tromey <tromey@redhat.com>
5788
5789 * gdbint.texinfo (Language Support): Remove text about omitting
5790 support for a language.
5791
07128da0
DE
57922008-09-23 Doug Evans <dje@google.com>
5793
5794 * gdb.texinfo (info dcache): Update.
5795
b90a069a
SL
57962008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5797
5798 * gdb.texinfo (Packets): Add info on thread-id syntax and
5799 multiprocess extensions.
5800 <D>: Document multiprocess form of packet.
5801 <H>: Use thread-id syntax.
5802 <T>: Likewise.
5803 <vCont>: Likewise. Note this is required for multiprocess.
5804 <vKill>: New packet.
5805 (Stop Reply Packets) <T>: Use thread-id syntax.
5806 <W>: Document multiprocess form of reply.
5807 <X>: Likewise.
5808 (General Query Packets) <qC>: Use thread-id syntax.
5809 <qfThreadInfo>: Likewise.
5810 <qGetTLSAddr>: Likewise.
5811 <qP>: Likewise.
5812 <qSupported>: Add "multiprocess" feature.
5813 <qThreadExtraInfo>: Use thread-id syntax.
5814
b77209e0
PA
58152008-09-22 Stan Shebs <stan@codesourcery.com>
5816
5817 * gdb.texinfo (Inferiors): New section.
5818
3d0bb823
PA
58192008-09-12 Pedro Alves <pedro@codesourcery.com>
5820
5821 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5822
f8dcfc0a
UW
58232008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5824
5825 * gdbint.texinfo (Target Conditionals): Remove documentation
5826 for gdbarch_name_of_malloc.
5827
8775bb90
MS
58282008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5829
5830 * gdb.texinfo (Interrupts): Mention TCP interface for
5831 sending BREAK.
5832
f1838a98
UW
58332008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5834
5835 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5836 argument prefix to "set sysroot".
5837
158c7665
PH
58382008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5839
5840 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5841 and False.
5842
30e026bb
VP
58432008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5844
c8d5aac9
L
5845 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5846 for possible features of -list-features.
30e026bb 5847
c6ebd6cf
VP
58482008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5849
c8d5aac9 5850 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
5851 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5852
aeac0ff9
VP
58532008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5854
5855 * doc/gdb.texinfo (PowerPC): Fix typo.
5856 (PowerPC features): Fix typo.
5857
5231c1fd
PA
58582008-08-18 Pedro Alves <pedro@codesourcery.com>
5859
5860 * observer.texi (thread_ptid_changed): New.
5861
677c5bb1
LM
58622008-08-18 Luis Machado <luisgpm@br.ibm.com>
5863
5864 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5865 (PowerPC features): Mention feature set for VSX registers.
5866
f3a2dd1a
JB
58672008-08-13 Joel Brobecker <brobecker@adacore.com>
5868
5869 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5870 the direct visibility of all names in user-written packages.
5871
33e5cbd6
PA
58722008-08-13 Pedro Alves <pedro@codesourcery.com>
5873
5874 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5875 setting, and make it the default.
5876 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5877 non-stop script example.
5878
d0384fc4
TJB
58792008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5880
5881 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5882 reference to the "Using Different Register and Memory Data
5883 Representation" section.
5884
a6f3e723
SL
58852008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5886
5887 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5888 (Remote Protocol): Add Packet Acknowledgment to menu.
5889 (Overview): Mention +/- can be disabled, and point to new section
5890 where this is discussed in detail.
5891 (General Query Packets): Document QStartNoAckMode packet, and
5892 corresponding qSupported reply.
5893 (Packet Acknowledgment): New section.
5894
0606b73b
SL
58952008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5896 Pedro Alves <pedro@codesourcery.com>
5897
5898 * gdb.texinfo (Threads): Move paragraph about automatic thread
5899 selection to All-Stop Mode subsection.
5900 (Thread Stops): Reorganize existing material into subsections.
5901 Add introductory blurb and menu.
5902 (Non-Stop Mode): New subsection.
5903 (Background Execution): New subsection.
5904 (Maintenance Commands): Add cross-references from async mode
5905 commands to the new Background Execution section.
5906
d57a3c85
TJB
59072008-08-06 Tom Tromey <tromey@redhat.com>
5908
5909 * gdb.texinfo (Extending GDB): New chapter.
5910 (Sequences): Demoted chapter, now a section under the new
5911 Extending GDB chapter.
5912 (Python): New section.
5913
6d76a53d
SS
59142008-07-31 Stan Shebs <stan@codesourcery.com>
5915
5916 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5917
1f70da6a
SS
59182008-07-29 Stan Shebs <stan@codesourcery.com>
5919
5920 * gdbint.texinfo: General round of cleanup and minor
5921 clarifications.
5922 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5923 (Longjmp Support): Update description to reflect how it is done
5924 for targets without using native header.
5925 (Symbol Handling): Add a little more general explanation.
5926 (COFF, ELF): Mention stabs encapsulation.
5927 (DWARF 3): New section.
5928 (Adding a New Host): Scrub out some obsolete bits.
5929 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5930 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5931 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5932 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5933 SEEK_SET, STOP_SIGNAL, USG.
5934 (Raw and Virtual Register Representations): Ditto for
5935 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5936 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5937 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5938 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5939 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5940 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5941 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5942 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5943 DEPRECATED_USE_STRUCT_CONVENTION.
5944 Describe gdbarch_deprecated_fp_regnum.
5945 Update description of gdbarch_print_insn.
5946 (Adding a New Target): Scrub out obsolete bits.
5947 (Obsolete Conditionals): Remove entire section.
5948
383f836e
TT
59492008-07-25 Tom Tromey <tromey@redhat.com>
5950
5951 * observer.texi (GDB Observers): Document new observers:
5952 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5953 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5954 architecture_changed.
5955
cfd8ab24
SS
59562008-07-21 Stan Shebs <stan@codesourcery.com>
5957
5958 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5959 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5960
781b42b0
TT
59612008-07-21 Tom Tromey <tromey@redhat.com>
5962
5963 * observer.texi (GDB Observers): Remove obsolete comment.
5964 <executable_changed>: Remove argument.
5965
d7d9f01e
TT
59662008-07-18 Tom Tromey <tromey@redhat.com>
5967
5968 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5969
bf250677
DE
59702008-07-10 Doug Evans <dje@google.com>
5971
5972 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5973
10568435
JK
59742008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5975
5976 * gdb.texinfo (Starting): Document "set disable-randomization".
5977
5ae4183a
AS
59782008-07-07 Andreas Schwab <schwab@suse.de>
5979
5980 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5981
b56e7235
VP
59822008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5983
5984 * gdb.texinfo (GDB/MI Target Manipulation): Add
5985 example of -target-attach.
5986
e1ac3328
VP
59872008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5988
5989 * observer.texi (target_resumed): New observer.
5ae4183a 5990 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 5991
65d12d83
TT
59922008-06-06 Tom Tromey <tromey@redhat.com>
5993
5994 * gdb.texinfo (Completion): Add field name example.
5995
fbc5282e
MK
59962008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5997
5998 * gdb.texinfo (GDB/MI Program Context): Added example
5999 to -exec-arguments
5ae4183a 6000
fbc5282e 60012008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
6002
6003 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6004 annotation.
6005
c16158bc 60062008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
6007 Nathan Sidwell <nathan@codesourcery.com>
6008 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
6009
6010 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6011 and ACX_BUGURL.
6012 * configure: Regenerate.
6013 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6014 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6015 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6016 mailing-list-specific text about bug reporting unless
6017 BUGURL_DEFAULT.
6018
75c99385
PA
60192008-06-05 Pedro Alves <pedro@codesourcery.com>
6020
6021 * gdb.texinfo (-target-select): Remove reference to target async.
6022 (Maintenance Commands): Document "maint set/show remote-async".
6023
1763a388
MK
60242008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6025
6026 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6027 in -target-file-get section.
5ae4183a 6028
d0d064df
PA
60292008-05-22 Pedro Alves <pedro@codesourcery.com>
6030
9b562ab8
PA
6031 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6032 killing the inferior when it is already debugging a process.
d0d064df 6033
8dfa32fc
JB
60342008-05-21 Joel Brobecker <brobecker@adacore.com>
6035
6036 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6037 abbreviation for "finish".
6038
55f996a7
NR
60392008-05-21 Nick Roberts <nickrob@snap.net.nz>
6040
6041 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6042
ba2b1c56
DJ
60432008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6044
6045 * gdbint.texinfo (Target Conditionals): Delete entry for
6046 gdbarch_dwarf_reg_to_regnum.
6047
08388c79
DE
60482008-05-09 Doug Evans <dje@google.com>
6049
a3c83fae 6050 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 6051
d14508fe
DE
60522008-05-05 Doug Evans <dje@google.com>
6053
6054 * gdb.texinfo (disassemble): Document /m modifier.
6055
e2b7ddea
VP
60562008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6057
5ae4183a
AS
6058 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6059 will not report the time of commands that run the target.
e2b7ddea 6060
8eb41542
VP
60612008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6062
6063 * gdb.texinfo (GDB/MI Output Records): Add
6064 missing semicolon.
6065
82f68b1c
VP
60662008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6067
6068 * gdb.texinfo (GDB/MI Output Records):
6069 Document =thread-create and =thread-exited.
6070
fa0f268d
VP
60712008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6072
6073 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 6074 Remove mention of dmi-discuss.
fa0f268d 6075
063bfe2e
VP
60762008-05-03 Pedro Alves <pedro@codesourcery.com>
6077
6078 * observer.texi (thread_exit): New.
6079
237fc4c9
PA
60802008-05-02 Pedro Alves <pedro@codesourcery.com>
6081
6082 * gdb.texinfo (Debugging Output): Document "set/show debug
6083 displaced".
6084 (Maintenance Commands): Document "maint set/show
6085 can-use-displaced-stepping".
6086
0428b8f5
DJ
60872008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6088
6089 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6090 and set/show arm force-mode.
6091
5009afc5
AS
60922008-05-02 Andreas Schwab <schwab@suse.de>
6093
6094 * gdbint.texinfo (Algorithms): Describe
6095 target_watchpoint_addr_within_range.
6096
669fac23
DJ
60972008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6098
6099 * gdbint.texinfo (Stack Frames): New chapter.
6100 (Algorithms): Move Frames text to the new chapter.
6101 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6102 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6103
721c02de
VP
61042008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6105
5ae4183a
AS
6106 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6107 output does not necessary include any tokens.
721c02de 6108
c055b101
CV
61092008-04-22 Corinna Vinschen <vinschen@redhat.com>
6110
6111 * gdb.texinfo (Set SH Calling convention): New @item.
6112 (Show SH Calling convention): Ditto.
6113
68837c9d
MD
61142008-04-22 Markus Deuling <deuling@de.ibm.com>
6115
6116 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6117
2e9132cc
EZ
61182008-04-20 Eli Zaretskii <eliz@gnu.org>
6119
6120 * gdb.texinfo (Set Breaks): Mention that multiple location
6121 breakpoints need line number info. Add index entries.
6122
31fffb02
CS
61232008-04-19 Craig Silverstein <csilvers@google.com>
6124
6125 * gdb.texinfo (Requirements): Add an optional requirement on
6126 zlib.
6127 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6128 Compressed DWARF 2.
6129
a47ec5fe
AR
61302008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6131
6132 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6133 sample output for 'stopped,reason="breakpoint-hit"' message.
6134 (GDB/MI Program Execution): Likewise.
6135
de051565
MK
61362008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6137
5ae4183a 6138 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
6139 -var-set-format. Add -f option to -var-evaluate-expression.
6140
6ba66d6a
JB
61412008-04-03 Joel Brobecker <brobecker@adacore.com>
6142
6143 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6144 new node "Ambiguous Expressions". Replace references to this
6145 node by references to "Ambiguous Expressions" throughout.
6146 (Ambiguous Expressions): New node.
6147
1e26b4f8
DJ
61482008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6149
6150 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6151
b84876c2
PA
61522008-03-21 Pedro Alves <pedro@codesourcery.com>
6153
6154 * gdb.texinfo (Debugging Output): Document
6155 "set/show debug lin-lwp-async".
6156 (Maintenance Commands): Document "maint set/show linux-async".
6157
63092375
DJ
61582008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6159
6160 * gdb.texinfo (Expressions): Update description of malloced arrays.
6161
8e8901c5
VP
61622008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6163
6164 * gdb.texinfo (Thread Commands): Document
6165 -thread-info. Remove -thread-list-all-threads.
6166
1fddbabb
PA
61672008-03-14 Pedro Alves <pedro@codesourcery.com>
6168 Sandra Loosemore <sandra@codesourcery.com>
6169
6170 * gdb.texinfo (Library List Format): Update to mention the
6171 possibility to pass section addresses instead of segment
6172 addresses.
6173
ccd213ac
DJ
61742008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6175
6176 * gdb.texinfo (Starting): Document "set exec-wrapper".
6177 (Server): Document gdbserver --wrapper.
6178
fa4727a6
DJ
61792008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6180
6181 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6182 unreadable memory. Delete obsolete SPARClite reference.
6183
8edfe269
DJ
61842008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6185
6186 * gdb.texinfo (Starting): Mention always-running targets.
6187 (Target Commands): Add an anchor for load.
6188 (Connecting): Explain continue instead of run.
6189
1843f87b
DJ
61902008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6191
6192 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6193
f9082629
NR
61942008-02-26 Nick Roberts <nickrob@snap.net.nz>
6195
6196 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6197 breakpoint table.
6198
fd96d250
PA
61992008-02-19 Pedro Alves <pedro@codesourcery.com>
6200
6201 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6202 killing the inferior when it is already debugging a process.
6203
36af4ef6
MD
62042008-02-13 Markus Deuling <deuling@de.ibm.com>
6205
6206 * gdbint.texinfo (Build Script): New section. Mention new build script
6207 gdb_buildall.sh.
6208
cda4ce5a
JB
62092008-02-01 Jim Blandy <jimb@red-bean.com>
6210
6211 * gdb.texinfo (Help): Summarize 'info args' correctly.
6212
4acd40f3
TJB
62132008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6214
6215 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6216 available in PowerPC architecture.
6217 (Embedded Processors): Change node name of PowerPC item in menu.
6218 (PowerPC): Rename to...
6219 (PowerPC Embedded): this.
6220 (Architectures): Add new PowerPC item in menu.
6221 (PowerPC): New node.
6222
6e6c6f50
DJ
62232008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6224
6225 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6226 commands.
6227
5ee187d7
DJ
62282008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6229
6230 * gdb.texinfo (Setting Catchpoints): Mention features
6231 supported on GNU/Linux.
6232
e275c0d9
NR
62332008-01-30 Nick Roberts <nickrob@snap.net.nz>
6234
6235 * gdb.texinfo (GDB/MI File Commands): Describe new output
6236 field for MI command -file-list-exec-source-file.
6237
2d717e4f
DJ
62382008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6239
6240 * gdb.texinfo (Using the `gdbserver' Program): Add security
6241 warning. Rearrange into subsections and subsubsections. Document
6242 --multi and --debug. Correct --with-sysroot typo. Update --attach
6243 usage. Make load reference clearer. Document monitor exit.
6244 (Remote Configuration): Document set remote exec-file, attach-packet,
6245 and run-packet.
6246 (Packets): Document vAttach and vRun.
6247
d35a4257 62482008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
6249
6250 * gdb.texinfo (Processes): Mention process command.
889bf7c5 6251 detach-on-follow -> detach-on-fork.
f663676d 6252
c78d192c
DJ
62532008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6254
6255 * gdbint.texinfo (Native Conditionals): Remove
6256 SHELL_COMMAND_CONCAT and SHELL_FILE.
6257
d35a4257
EZ
62582008-01-26 Eli Zaretskii <eliz@gnu.org>
6259
6260 * gdb.texinfo (Specify Location): Improve wording.
6261
93815fbf
VP
62622008-01-23 Chris Demetriou <cgd@google.com>
6263
6264 * gdb.texinfo (Threads): Document new "set print thread-events"
6265 and "show print thread-events" commands.
6266
2a25a5ba
EZ
62672008-01-19 Eli Zaretskii <eliz@gnu.org>
6268
6269 * gdb.texinfo (Specify Location): New section.
6270 (Delete Breaks, Edit, Set Breaks): Remove description of
6271 locations. Instead, add a reference to "Specify Location".
6272 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6273 (Symbols): Refer to "Specify Location" for the valid forms of
6274 linespecs and locations.
6275
32c9a795
MD
62762008-01-18 Markus Deuling <deuling@de.ibm.com>
6277
6278 * gdbint.texinfo (Target Conditionals): Replace the description of
6279 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6280
b17828ca
JB
62812008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6282
6283 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6284 about &&var, which is rejected by the expression parser.
6285
0aea4bf3
LM
62862008-01-09 Luis Machado <luisgpm@br.ibm.com>
6287
6288 * gdb.texinfo (Output): Update documentation on using printf with DFP
6289 types.
6290
febe4383
TJB
62912008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6292
6293 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6294 subsubsection.
6295 (Decimal Floating Point format): New subsubsection.
6296
7a404eba
PA
62972008-01-05 Pedro Alves <pedro@codesourcery.com>
6298
6299 * gdb.texinfo (File Options): Remove mention of the attempt to
6300 open a core file with the -p option. Don't list -c as a valid
6301 option to attach to a process.
6302
a4d9b460
PA
63032008-01-05 Pedro Alves <pedro@codesourcery.com>
6304
6305 * gdbint.texinfo (Host Conditionals): Remove mention of
6306 ALIGN_STACK_ON_ENTRY.
6307
6ec2edbe
JB
63082008-01-05 Joel Brobecker <brobecker@adacore.com>
6309
6310 * gdbint.texinfo (Start of New Year Procedure): Add item
6311 describing how to update the source and documentation copyright
6312 notices.
6313
d8b2a693
JB
63142007-12-18 Jim Blandy <jimb@codesourcery.com>
6315
ab209b3a 6316 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
6317 watchpoint explanation into the main description of the watchpoint
6318 command; update synopses of 'watch', 'rwatch', and 'awatch'
6319 commands.
6320
8b4ed427
VP
63212007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6322
6323 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6324 Document 'pending-breakpoints' feature of
6325 -list-features.
6326
37e4754d
LM
63272007-12-17 Luis Machado <luisgpm@br.ibm.com>
6328
669fac23 6329 * gdb.texinfo: Add new parameter's description.
37e4754d 6330
1d3811f6
DJ
63312007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6332
6333 * gdb.texinfo (Overview): Clarify run-length encoding
6334 example. Remove the restriction on "+" and "-" characters.
6335
c1c25a1a
EZ
63362007-12-15 Eli Zaretskii <eliz@gnu.org>
6337
6338 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6339
afe8ab22 63402007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6341
afe8ab22
VP
6342 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6343 the -f option for -break-insert, remove -r option,
6344 and clarify specification of location.
6345
a6b151f1
DJ
63462007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6347
6348 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6349 formatting.
6350 (Remote Debugging): Add File Transfer section.
6351 (Remote Configuration): Document Host I/O packets.
6352 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 6353 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
6354 (Packets): Add vFile.
6355
3b784c4f
EZ
63562007-11-17 Eli Zaretskii <eliz@gnu.org>
6357
6358 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6359 breakpoints with multiple locations.
6360 (Breakpoint Menus): Improve wording.
6361 (Output): Fix last change.
6362
a4ce5b0d
UW
63632007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6364
6365 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6366
1b39d5c0
DE
63672007-11-15 Doug Evans <dje@google.com>
6368
6369 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6370
7a72d44c
VP
63712007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6372
6373 * gdbint.texinfo (Native Conditionals): Remove
6374 mention of CLEAR_SOLIB.
5ae4183a 6375
6d1829bf 63762007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
6377
6378 * gdb.texinfo (Print Settings): Add documentation for "set/show
6379 print frame-arguments".
6380
1a619819
LM
63812007-11-05 Luis Machado <luisgpm@br.ibm.com>
6382
3b784c4f 6383 * gdb.texinfo (Output): Update printf command's description.
1a619819 6384
55eddb0f
DJ
63852007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6386
6387 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6388 powerpc soft-float".
6389
9cceb671
DJ
63902007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6391
6392 * gdb.texinfo (Files): Correct formatting. Mention Expat
6393 requirement.
6394 (Requirements for Building GDB): Expand the list of Expat
6395 uses.
6396 (Library List Format, Memory Map Format): Mention Expat.
6397 (Target Descriptions): Update Expat wording.
6398
83acabca
DJ
63992007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6400
6401 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6402 Document that gdbarch_convert_register_p should return zero for no-op
6403 conversions.
6404
e35879db
UW
64052007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6406
83acabca 6407 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
6408 of set_gdbarch_sofun_address_maybe_missing back to ...
6409 (Target Conditionals): ... here to fix build break.
6410
203c3895
UW
64112007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6412
83acabca 6413 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
6414 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6415 (Compiler Characteristics): ... documentation of
6416 set_gdbarch_sofun_address_maybe_missing.
6417
11411de3
DJ
64182007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6419
6420 * gdbint.texinfo (Target Conditionals): Use
6421 frame_unwind_register_unsigned in examples instead of
6422 frame_unwind_unsigned_register.
6423
7cc46491
DJ
64242007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6425
6426 * gdb.texinfo (Predefined Target Types): Add int128
6427 and uint128.
6428 (Standard Target Features): Add PowerPC features.
6429
81adfced
DJ
64302007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6431
6432 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6433
c1874924
UW
64342007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6435
6436 * gdbint.texi (Target Conditionals): Remove documentation
6437 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6438 gdbarch_extract_return_value, and gdbarch_store_return_value.
6439
f6e56ab3
UW
64402007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6441
6442 * gdbint.texi (Target Conditionals): Remove documentation of
6443 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6444
56cf5405
KH
64452007-10-11 Kazu Hirata <kazu@codesourcery.com>
6446
6447 * gdb.texinfo: Mention that inaccessible-by-default is on by
6448 default.
6449
35156bae
DJ
64502007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6451
6452 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6453
d983da9c
DJ
64542007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6455
6456 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6457 multi-threaded watchpoints.
6458 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6459 checked. Describe sticky notification. Expand description
6460 of steppable and continuable watchpoints.
6461 (Watchpoints and Threads): New subsection.
6462
fe6fbf8b
VP
64632007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6464
6465 * gdb.texinfo (Setting Breakpoints): Revise
6466 documentation for pending breakpoints. Document
6467 breakpoints with multiple locations.
5ae4183a 6468
084344da
VP
64692007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6470
6471 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6472 Document -list-features.
5ae4183a 6473
82160952
EZ
64742007-09-15 Eli Zaretskii <eliz@gnu.org>
6475
6476 * gdb.texinfo (Output): Spell out which features of C's printf are
6477 not supported by GDB's printf.
7e27a47a
EZ
6478 (Separate Debug Files): More accurate wording regarding build ID
6479 and a reference to the ld manual rather than the Fedora wiki.
82160952 6480
ea37ba09
DJ
64812007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6482 Jim Blandy <jimb@codesourcery.com>
6483
6484 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6485 (Examining Memory): Update mentions of the 's' format.
6486 (Automatic Display): Likewise.
6487
b8533aec
DJ
64882007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6489
6490 * gdb.texinfo: Update the FSF's Back-Cover Text.
6491
83f83d7f
JK
64922007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6493 Eli Zaretskii <eliz@gnu.org>
6494
6495 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6496 Fixed the ``build ID'' name. New binaries build instructions for the
6497 build ID inclusion. Explain how the commands are specific to the build
6498 ID vs. debug link.
6499
c7e83d54
EZ
65002007-09-01 Eli Zaretskii <eliz@gnu.org>
6501
6502 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6503 indexing for ``build ID'' support.
6504
d3750b24
JK
65052007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6506
6507 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6508 Enlisted BUILD ID to the debug file searching example.
6509 Included a BUILD ID `.note.gnu.build-id' section description.
6510 Updated/added the debug files splitting instructions for OBJCOPY.
6511
02142340
VP
65122007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6513
6514 * gdb.texinfo (Variable Objects): Adjust docs
6515 for -var-info-expression and document
6516 -var-info-path-expression.
6517
d3bdde98
JB
65182007-08-20 Jim Blandy <jimb@codesourcery.com>
6519
3fb6a982
JB
6520 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6521 (title page): Include the dedication in the printed manual, as a
6522 separate page after the copyright notice.
5ae4183a 6523
d3bdde98
JB
6524 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6525 don't break a @var across a line.
6526
c80a96a8
MR
65272007-07-25 Maciej W. Rozycki <macro@mips.com>
6528
6529 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6530 for include files.
6531
5824a901
NR
65322007-07-12 Nick Roberts <nickrob@snap.net.nz>
6533
6534 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
6535 in annotate.texinfo.
6536 (Command History): Link to new node.
5824a901 6537
d52e7ea3
UW
65382007-07-05 Markus Deuling <deuling@de.ibm.com>
6539
6540 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6541
5fc14d0a
EZ
65422007-07-05 Eli Zaretskii <eliz@gnu.org>
6543
6544 * gdbint.texinfo (Target Conditionals): Fix last change.
6545
4a9bb1df
UW
65462007-07-03 Markus Deuling <deuling@de.ibm.com>
6547
6548 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6549 routines:
6550 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6551 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6552 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6553 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6554 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6555 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6556 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6557 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6558 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6559 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6560 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6561 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6562 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6563 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6564 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6565 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6566 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6567 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6568 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6569 (SOFTWARE_SINGLE_STEP_P)
6570
6571 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6572 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6573
6574 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6575 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6576 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6577 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6578 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6579 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6580 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6581 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6582 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6583 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6584
6585 (Converting an existing Target Architecture to Multi-arch): Remove
6586 section.
6587
6588 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6589 (gdbarch_addr_bits_remove): Add code example.
6590
6591 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6592
cfa9d6d9
DJ
65932007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6594
6595 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6596 Add other missing entries. Adjust the table size to fit.
6597 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6598 stop reasons including the new "library" event.
6599 (General Query Packets): Adjust table widths for qSupported. Mention
6600 qXfer:libraries:read reply to qSupported and document the new packet.
6601 (Library List Format): New section.
6602
159fcc13
JK
66032007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6604
6605 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6606
f66d1690
MS
66072007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6608
6609 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6610
67102876
NR
66112007-06-25 Nick Roberts <nickrob@snap.net.nz>
6612
6613 * gdbint.texinfo (Register and Memory Data): Break sections
6614 into nodes and add a menu.
6615
a4642986
MR
66162007-06-21 Maciej W. Rozycki <macro@mips.com>
6617
6618 * gdb.texinfo (Examining Memory): Document the new behaviour.
6619
e9c17194
VP
66202007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6621
6622 * gdb.texinfo (Standard Target Features): Document
6623 m68k features.
6624
31d99776
DJ
66252007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6626
6627 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6628
1780a0ed
DJ
66292007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6630
6631 * gdb.texinfo (Target Description Format): Add version attribute
6632 for <target>.
6633
822b6570
DJ
66342007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6635
6636 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6637
f8b73d13
DJ
66382007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6639
6640 * gdb.texinfo (MIPS Features): New subsection.
6641
0e7f50da
UW
66422007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6643 Markus Deuling <deuling@de.ibm.com>
6644
6645 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6646 and qXfer:spu:write packets and mention them under qSupported.
6647
23d964e7
UW
66482007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6649 Markus Deuling <deuling@de.ibm.com>
6650
6651 * gdb.texinfo (Architectures): Add new SPU section to document
6652 Cell Broadband Engine SPU architecture specific commands.
6653
9f708cb2
VP
66542007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6655
6656 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6657 comments.
6658
7579b5f8
NR
66592007-06-07 Nick Roberts <nickrob@snap.net.nz>
6660
6661 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6662
bf06d120
JB
66632007-05-29 Jim Blandy <jimb@codesourcery.com>
6664
6665 * gdb.texinfo (Overview): Doc fix.
6666
23776285
MR
66672007-05-22 Maciej W. Rozycki <macro@mips.com>
6668
6669 * gdb.texinfo (Remote Configuration): Document "set/show
6670 remoteflow".
6671
1a69e1e4
DJ
66722007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6673
bf06d120
JB
6674 * gdb.texinfo (MIPS): Remove documentation for set mips
6675 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6676 stack-arg-size.
1a69e1e4 6677
46ba6afa 66782007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6679
46ba6afa
BW
6680 * all-cfg.texi (GDBTUI): New.
6681 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6682 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6683 (TUI Configuration): Edit to improve clarity and fix problems of
6684 both style and content.
5ae4183a 6685
06d3b283
UW
66862007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6687
6688 * observer.texi (GDB Observers): New observer "new_objfile".
6689
179101d6
UW
66902007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6691
6692 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6693
25d5ea92
VP
66942007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6695
6696 * gdb.texinfo (GDB/MI Variable Objects): Document
6697 frozen variables objects.
5ae4183a 6698
ea35711c
DJ
66992007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6700
6701 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6702 (Character Sets, Caching Data of Remote Targets): Likewise.
6703 (Targets): Delete Remote node. Move its text...
6704 (Debugging Remote Programs): ...to here. Delete description
6705 of the "remote" command.
6706 (Remote configuration): Delete description of "set remotedevice"
6707 and "show remotedevice".
6708 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6709
db2e3e2e
BW
67102007-04-11 Bob Wilson <bob.wilson@acm.org>
6711
5ae4183a
AS
6712 * gdb.texinfo (Contributors, Continuing and Stepping)
6713 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6714 (General Query Packets, File-I/O Remote Protocol Extension)
6715 (Protocol Basics, The F Reply Packet, Write)
6716 (Protocol-specific Representation of Datatypes, Memory Transfer):
6717 Fix hyphenation, punctuation and grammar problems.
6718 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6719 'section' instead of 'subsection' in the text.
6720 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6721 (i386): Remove period from section name.
db2e3e2e
BW
6722 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6723 (Config Names, Configure Options): Use @file{configure}.
6724
8a3dae3e
DJ
67252007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6726
6727 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6728 and tab expansion.
6729
1a92f856
DJ
67302007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6731
6732 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6733
79a6e687 67342007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6735
79a6e687
BW
6736 * gdb.texinfo: Consistently capitalize all significant words in
6737 node names, chapter titles, section titles, and headings. Update
6738 cross references to match.
6739 (Starting and Stopping Trace Experiment): Make node name plural.
6740 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 6741
ad527d2e
PA
67422007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6743
6744 * gdb.texinfo (WinCE): Delete obsolete subsection.
6745
7ce59000
DJ
67462007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6747
6748 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6749 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6750 references.
6751
8807d78b
DJ
67522007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6753
6754 * gdb.texinfo (Startup): Delete references to some alternate
6755 names for .gdbinit.
6756 (Thread): Remove LynxOS reference.
6757 (Tandem ST2000): Delete target-specific documentation.
6758 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6759 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6760 and GDB_OSABI_LYNXOS.
6761
5f402660
UW
67622007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6763
6764 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6765
bac718a6
UW
67662007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6767
6768 * gdbint.texinfo (Target Conditionals): Remove mention of
6769 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6770 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6771
9453113a
DJ
67722007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6773
6774 * Makefile.in: Add "pdfdir" installation
6775 directory, PDFTEX macro, support for "install-pdf" target,
6776 and rules for making a pdf version of refcard.texi.
6777 * refcard.tex: Specify paper size for PDF output.
6778
ae21e955 67792007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6780
ae21e955 6781 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 6782
3f94c067 67832007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6784
3f94c067
BW
6785 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6786 (Source Path, Character Sets, Macros, Define)
6787 (GDB/MI Result Records, GDB/MI Simple Examples)
6788 (GDB/MI Program Execution, GDB/MI File Commands)
6789 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6790 (Bug Reporting): Use @value{GCC}.
5ae4183a 6791
12c27660 67922007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6793
12c27660
BW
6794 * gdb.texinfo (Help): Fix formatting of examples.
6795 (Variables): Use @ifnotinfo instead of @iftex.
6796 (Non-debug DLL symbols): Use @ref instead of @pxref.
6797 (Sparclet File): Use @samp instead of quotes.
5ae4183a 6798
ce9341a1
BW
67992007-03-26 Bob Wilson <bob.wilson@acm.org>
6800
6801 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6802
c8f4133a
BW
68032007-03-26 Bob Wilson <bob.wilson@acm.org>
6804
6805 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6806 the order of the nodes.
6807 (C Operators, C Constants, Debugging C): Remove extra menus.
6808 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 6809
c8f4133a 68102007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
6811
6812 * gdb.texinfo (File Options): Add missing parenthesis.
6813 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6814
c74d0ad8
DJ
68152007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6816
6817 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6818
ff6f572f
DJ
68192007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6820
669fac23 6821 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
6822 case insensitivity.
6823 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6824
994337c3
NR
68252007-02-18 Nick Roberts <nickrob@snap.net.nz>
6826
6827 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6828 (Files): Add section name to argument list for pxref.
6829 (Non-debug DLL symbols): Don't use `see' for pxref.
6830 (Embedded Processors): Fix typo.
6831 (GDB/MI Breakpoint Commands): Execution commands generate
6832 *stopped not ^done.
6833
eb819d70
NR
68342007-02-13 Nick Roberts <nickrob@snap.net.nz>
6835
6836 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6837 values for in_scope. Mention that only root variables can be
6838 updated.
6839 (GDB/MI Development and Front Ends): Explain new values may be
6840 added to existing fields.
6841
123dc839
DJ
68422007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6843
6844 * gdb.texinfo (-target-disconnect): Use @smallexample.
6845 (Requirements): Add anchor for Expat. Update description.
6846 (Target Descriptions): Mention Expat.
6847 (Target Description Format): Document new elements. Use
6848 @smallexample.
6849 (Predefined Target Types, Standard Target Features): New sections.
669fac23 6850 * gdbint.texinfo (Target Descriptions): New section.
123dc839 6851
108546a0
DJ
68522007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6853
6854 * gdb.texinfo (Target Description Format): Add section on XInclude.
6855
95a98c01
NR
68562006-02-03 Nick Roberts <nickrob@snap.net.nz>
6857
6858 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6859 command -enable-timings.
6860
f4b3909f
EZ
68612007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6862
5ae4183a 6863 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
6864 descriptions for new/deleted elements in gdb_osabi. Add missing
6865 description for function generic_elf_osabi_sniff_abi_tag_sections.
6866
c7ba131e
JB
68672007-01-29 Joel Brobecker <brobecker@adacore.com>
6868
6869 * gdb.texinfo (Maintenance Commands): Add documentation for
6870 the new "maint print target-stack" command.
6871
3a60f64e
JK
68722007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6873 Eli Zaretskii <eliz@gnu.org>
6874
f4b3909f 6875 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 6876
c582f8b6
EZ
68772007-01-26 Eli Zaretskii <eliz@gnu.org>
6878
6879 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6880 Use @value{NGCC} instead of @value{GCC}.
6881
d3e8051b
EZ
68822007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6883
6884 * agentexpr.texi: Fix typos.
6885 * annotate.texinfo: Likewise.
6886 * gdb.texinfo: Likewise.
6887 * gdbint.texinfo: Likewise.
6888 * observer.texi: Likewise.
6889 * stabs.texinfo: Likewise.
6890
86f04699
EZ
68912007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6892
6893 * gdbint.texinfo (Support Libraries): Remove mmalloc
6894 entry. Describe readline library.
6895
23181151
DJ
68962007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6897
6898 * gdb.texinfo (Target Descriptions): New section.
6899 (General Query Packets): Add QPassSignals anchor. Mention
6900 qXfer:features:read under qSupported. Expand mentions of
6901 qXfer:memory-map:read and QPassSignals. Document
6902 qXfer:features:read.
6903
f822c95b
DJ
69042007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6905
6906 * gdb.texinfo (Commands to specify files): Describe
6907 "set sysroot" and "show sysroot".
6908 (Using the `gdbserver' program): Lowercase argument
6909 to @var. Expand description of setting up GDB on the
6910 host.
6911
8936fcda
JB
69122007-01-05 Joel Brobecker <brobecker@adacore.com>
6913
6914 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6915 catch exception, catch exception unhandled, and catch assert
6916 commands.
6917
e776119f
DJ
69182007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6919
6920 * gdb.texinfo (Debugging Output): Document "set debug xml"
6921 and "show debug xml".
6922
aa79a185
DJ
69232007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6924
6925 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6926
7f893741
JB
69272007-01-01 Joel Brobecker <brobecker@adacore.com>
6928
6929 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6930
a1b5960f
VP
69312006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6932
6933 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6934 note in @ignore, to be removed later if nobody complains.
6935
9f470e6e
NR
69362006-12-04 Nick Roberts <nickrob@snap.net.nz>
6937
6938 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6939 of -var-delete.
6940
765dc015 69412006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6942
765dc015 6943 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
6944 automatic software/hardware breakpoint usage and
6945 the "set breakpoint auto-hw" command.
765dc015 6946
4b5752d0
VP
69472006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6948
6949 * gdb.texinfo (Memory Access Checking): New.
6950
89be2091
DJ
69512006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6952
6953 * gdb.texinfo (Remote configuration): Mention
6954 "pass-signals-packet".
6955 (General Query Packets): Document QPassSignals. Fix
6956 a typo.
6957
ca3bf3bd
DJ
69582006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6959
6960 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6961
427c3a89
DJ
69622006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6963
6964 * gdb.texinfo (Remote configuration): Rewrite documentation for
6965 packet configuration commands.
6966 (OS Information): Adjust reference to qXfer:auxv:read.
6967 (General Query Packets): Remove references to read-aux-vector-packet
6968 and set remote get-thread-local-storage-address.
6969
7a107747
DJ
69702006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6971
6972 * gdbint.texinfo (Target Architecture Definition): Add new
6973 Initializing a New Architecture section.
6974
1c56eb0e
EZ
69752006-10-31 David Taylor <dtaylor@emc.com>
6976
6977 * stabs.texinfo (Macro define and undefine): New node describing
6978 stabs for #define and #undef.
6979
f73adfeb
AS
69802006-10-27 Andreas Schwab <schwab@suse.de>
6981
6982 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6983
fd60e0df
EZ
69842006-10-21 Eli Zaretskii <eliz@gnu.org>
6985
6986 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6987 clarify on the possible meanings of ``expression'' watched by
6988 watchpoints. Add indexing.
e5ac9b53
EZ
6989 (Prompting, Errors, Invalidation, Annotations for Running)
6990 (Source Annotations): Fix index entries by adding "annotation" to
6991 them, to discriminate from index entries that point to the more
6992 general topic descriptions.
fd60e0df 6993
52bb452f
DJ
69942006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6995
6996 * gdbint.texinfo (Target Vector Definition): Move most
6997 content into Existing Targets. Add a menu.
6998 (Existing Targets): New section, moved from Target Vector
6999 Definition. Use @subsection.
7000 (Managing Execution State): New section.
7001
58955e58
BW
70022006-10-16 Bob Wilson <bob.wilson@acm.org>
7003
7004 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7005
c8aa23ab
EZ
70062006-10-15 Eli Zaretskii <eliz@gnu.org>
7007
7008 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7009 (Command Syntax, Signals, Backtrace, Connecting)
7010 (Remote configuration, Renesas Boards, Console I/O): Fix last
7011 change: use Ctrl- instead of C-, except wrt Emacs.
7012 (File-I/O Examples): Put Ctrl-c in @kbd.
7013 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7014 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
7015 (Signals, Set Breaks, Set Watchpoints): Document optional
7016 arguments to `info signals' `handle', `info breakpoints', and
7017 `info watchpoints'.
c8aa23ab 7018
e7109c7e
EZ
70192006-10-14 Eli Zaretskii <eliz@gnu.org>
7020
7021 * gdb.texinfo (Backtrace): Fix last change.
7022
de3aea7b
NR
70232006-10-14 Nick Roberts <nickrob@snap.net.nz>
7024
7025 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7026
7f9087cb
BW
70272006-10-10 Bob Wilson <bob.wilson@acm.org>
7028
c8aa23ab
EZ
7029 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7030 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7031 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 7032
68437a39
DJ
70332006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7034 Daniel Jacobowitz <dan@codesourcery.com>
7035
7036 * gdb.texinfo (Packets): Document vFlashErase,
7037 vFlashWrite and vFlashDone packets.
7038 (General Query Packets): Document qXfer:memory-map:read.
7039 Add a new feature for qXfer:memory-map:read.
7040 (Memory map format): New section.
7041 (Target Commands): Mention that gdb can write flash.
7042
fd79ecee
DJ
70432006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7044 Daniel Jacobowitz <dan@codesourcery.com>
7045
7046 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7047 memory regions and "mem auto".
7048
350da6ee
DJ
70492006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7050
7051 * gdbint.texinfo (Array Containers): New section.
7052
2f1acb09
VP
70532006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7054
7055 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7056 -stack-list-arguments HIGH_FRAME argument can be larger then the
7057 actual number of frames.
7058
2ab1eb7a
VP
70592006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7060
7061 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
7062 -stack-list-locals HIGH_FRAME argument can be larger then the
7063 actual number of frames.
2ab1eb7a 7064
599b237a
BW
70652006-09-02 Bob Wilson <bob.wilson@acm.org>
7066
7067 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7068 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7069
25ab7e6d
EZ
70702006-09-02 Eli Zaretskii <eliz@gnu.org>
7071
7072 * gdbint.texinfo (Overall Structure): New section "Source Tree
7073 Structure".
7074
940178d3
JB
70752006-08-17 Jim Blandy <jimb@codesourcery.com>
7076
7077 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7078 responses.
7079
30daae6c
JB
70802006-08-08 Joel Brobecker <brobecker@adacore.com>
7081
7082 * gdb.texinfo (Source Path): Add documentation for new
7083 substitute-path commands.
7084
7fa2210b
DJ
70852006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7086
7087 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7088 (Running Configure): ...here.
7089 (Requirements): New node. Mention expat.
7090
3d00d119
DJ
70912006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7092
5ae4183a 7093 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
7094 'set download-write-size' and 'show download-write-size'.
7095
0cbfa4ee
DJ
70962006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7097
7098 * stabs.texinfo (Member Type Descriptor): Correct example for
7099 pointer to member types.
7100
16026cd7
AS
71012006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7102
7103 * gdb.texinfo (Optional warnings and messages): Add
7104 'set/show trace-commands'.
7105 (Command files): Add '-v' to source command.
7106
0876f84a
DJ
71072006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7108
7109 * gdb.texinfo (OS Information): Update qPart reference to
7110 qXfer.
7111 (Remote configuration): Likewise.
7112 (Overview): Move @cindex to the start of a paragraph. Talk
7113 about binary data encoding.
7114 (Packets): Refer to the overview for the details of the X
7115 packet encoding.
7116 (General Query Packets): Remove qPart description. Add qXfer
7117 description. Add an anchor to qSupported. Correct feature
7118 table title. Add a new feature for qXfer:auxv:read.
7119 (Interrupts): Add a missing parenthesis.
7120
2ec3381a
DJ
71212006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7122
669fac23 7123 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
7124 (GDB/MI Kod Commands): Remove commented out node.
7125
594fe323
EZ
71262006-07-01 Eli Zaretskii <eliz@gnu.org>
7127
7128 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7129 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7130 (GDB/MI Thread Commands, GDB/MI Program Execution)
7131 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7132 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7133 (GDB/MI File Commands, GDB/MI Target Manipulation)
7134 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7135 since the MI prompt is hard-wired into the code.
7136
7e3fb70c
NR
71372006-07-01 Nick Roberts <nickrob@snap.net.nz>
7138
7139 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7140 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7141 (GDB/MI Data Manipulation): Remove description of unimplemented
7142 display related commands as variable objects perform this function
7143 and are superior: -display-delete, -display-disable,
7144 -display-enable, -display-insert and -display-list. Move
7145 -environment-cd, -environment-directory, -environment-path
7146 and -environment-pwd to "Program Context".
7147 (GDB/MI Program Control): Rename to "Program Execution". Move
7148 -exec-arguments -exec-abort to...
7149 (GDB/MI Program Context): ...here. New node split from "Data
7150 Manipulation".
7151
be2a5f71
DJ
71522006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7153
7154 * gdb.texinfo (Remote configuration): Document set / show
7155 remote supported-packets.
7156 (General Query Packets): Document qSupported packet.
7157
fc320d37
SL
71582006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7159
7160 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7161 and font markup.
7162 (Protocol basics): Likewise.
7163 (The F request packet): Likewise.
7164 (The F reply packet): Likewise.
7165 (Memory transfer): Move this node to be a subsubsection of
7166 "Protocol specific representation of datatypes".
7167 (The Ctrl-C message): More copy editing.
7168 (Console I/O): Likewise.
7169 (The isatty call): Delete this node, and merge its content into
7170 the "isatty" node. Fixed references elsewhere.
7171 (The system call): Delete this node, and merge its content into
7172 the "system" node. Fixed references elsewhere.
7173 (open): Reformat to use @table, and add appropriate font markup.
7174 (close): Likewise.
7175 (read): Likewise.
7176 (write): Likewise.
7177 (lseek): Likewise.
7178 (rename): Likewise.
7179 (unlink): Likewise.
7180 (stat/fstat): Likewise.
7181 (gettimeofday): Likewise.
7182 (isatty): Likewise.
7183 (system): Likewise, plus minor changes to fix confusing wording.
7184 (Integral datatypes): Fix font markup.
7185 (Pointer values): Likewise.
7186 (struct stat): Fix markup to use @table, plus minor copy editing.
7187 (struct timeval): Fix font markup, plus minor copy editing.
7188 (Constants): Minor copy editing.
7189 (Errno values): Add font markup.
7190 (File-I/O Examples): Likewise.
7191
158fdf5c
NR
71922006-06-10 Nick Roberts <nickrob@snap.net.nz>
7193
7194 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7195 (GDB/MI Simple Examples): Move node up one level. Use real
7196 examples.
7197 (GDB/MI Compatibility with CLI): Update.
7198 (GDB/MI Result Records): Add "connected" and "exit" result
7199 classes.
7200 (GDB/MI Stream Records): Clarify target output.
7201 (GDB/MI Command Description Format): Modify example description.
7202 (GDB/MI Breakpoint Table Commands): Rename to...
7203 (GDB/MI Breakpoint Commands): ...this
7204 (GDB/MI Breakpoint Commands): Add optional thread field.
7205 (GDB/MI Program Control): Add an introduction. Move "Program
7206 termination" examples into exec-run description.
7207 (GDB/MI File Commands): Mention similar CLI commands.
7208 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7209 is similar to "-gdb-version".
7210
ddb50cd7
EZ
72112006-06-09 Eli Zaretskii <eliz@gnu.org>
7212
7213 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7214
2aef0d6b
NR
72152006-06-02 Nick Roberts <nickrob@snap.net.nz>
7216
7217 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7218 sourceware.org for mailing lists.
d5e40d59 7219 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 7220
383a5c52
NR
72212006-06-01 Nick Roberts <nickrob@snap.net.nz>
7222
d5e40d59 7223 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 7224
e16b02ee
EZ
72252006-05-22 Eli Zaretskii <eliz@gnu.org>
7226
7227 * gdb.texinfo (Cygwin Native): Fix last change.
7228
be90c084
CF
72292006-05-22 Christopher Faylor <cgf@timesys.com>
7230
7231 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7232
347ceba5
NR
72332006-05-15 Nick Roberts <nickrob@snap.net.nz>
7234
7235 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7236 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7237
369af7bd
DJ
72382006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7239
7240 * gdb.texinfo (General Query Packets): Recommend not starting
7241 new packets with qC and clarify.
7242
2ffdbde8 72432006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
7244
7245 * gdb.texinfo (M2 Types): New section.
72019c9c 7246
16d1a084
DJ
72472006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7248
7249 * agentexpr.texi: Add a copyright and license notice.
7250 * observer.texi: Likewise, with GPL clause for function prototypes.
7251 Remove trailing whitespace.
7252
aa56d27a
JB
72532006-05-05 Jim Blandy <jimb@codesourcery.com>
7254
7255 * gdb.texinfo (General Query Packets): Document conventions for
7256 terminating packet names, and their violations.
7257
5bdf8622
DJ
72582006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7259
7260 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7261 * gdb.texinfo: Likewise.
7262
605a56cb
DJ
72632006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7264
7265 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7266 and "show remotedebug".
7267 (Debugging Output): Add additional index entries.
7268
b8db102d
MS
72692006-04-27 Michael Snyder <msnyder@redhat.com>
7270
7271 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7272
c5e30d01
AC
72732006-04-22 Andrew Cagney <cagney@redhat.com>
7274
7275 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7276 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7277
8181d85f
DJ
72782006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7279
7280 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7281 and remove breakpoint prototypes.
7282 (Watchpoints): Move description of target_insert_hw_breakpoint and
7283 target_remove_hw_breakpoint ...
7284 (Breakpoints): ... to here. Document target_insert_breakpoint and
7285 target_remove_breakpoint.
7286
4f553f88
JB
72872006-04-17 Jim Blandy <jimb@codesourcery.com>
7288
7289 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7290 and C packets are optional.
7291
cd852561
FR
72922006-04-14 Frederic Riss <frederic.riss@st.com>
7293
7294 * gdb.texinfo (Specifying source directories): Update the description
7295 of the source file search to reflect the fact that the source path
7296 always contains at least $cdir and $cwd.
7297
b620eb07
MS
72982006-03-31 Michael Snyder <msnyder@redhat.com>
7299
7300 * gdb.texinfo: Update copyright dates.
7301
3156cdaf
EZ
73022006-03-31 Eli Zaretskii <eliz@gnu.org>
7303
7304 * gdb.texinfo (Overview): Add an index entry to "empty response".
7305
7d30c22d
JB
73062006-03-28 Jim Blandy <jimb@codesourcery.com>
7307
7308 * gdbint.texinfo (Prologue Analysis): New section.
7309
86941c27
JB
73102006-03-07 Jim Blandy <jimb@red-bean.com>
7311
66b8c7f6
JB
7312 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7313
1a10341b
JB
7314 * gdb.texinfo (Target Commands): Update text describing how to
7315 specify a target. Refer to the detailed section on remote
7316 debugging, not the brief mention.
7317
86941c27
JB
7318 * gdb.texinfo (Connecting): Organize the different 'target remote'
7319 connection methods into a table. Add a 'target remote' index
7320 entry. (!!!)
7321
62f3a2ba
FF
73222006-02-17 Fred Fish <fnf@specifix.com>
7323
7324 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7325 'ptype' commands to reflect the fact that the only significant
7326 difference between them is that ptype prints the complete type
7327 description instead of just the name.
7328
8b9a88ea
WZ
73292006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7330
7331 * gdbint.texinfo (Watchpoints): Delete
7332 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7333
7e8dc855
NR
73342006-02-10 Nick Roberts <nickrob@snap.net.nz>
7335
7336 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7337 times fields where needed. Fix typos. Update general form given
7338 for output of -break-insert.
7339 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7340
c91d38aa
DJ
73412006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7342
7343 * gdbint.texinfo (Symbol Handling): Add a section
7344 on memory management.
7345
38fcd64c
DJ
73462006-02-06 Vladimir Prus <ghost@cs.msu.su>
7347
7348 * gdb.texinfo (Breakpoint table commands): Document the fullname
7349 field in -break-list output.
7350
219eec71
EZ
73512006-02-03 Eli Zaretskii <eliz@gnu.org>
7352
7353 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7354 debugging information produced by the various "set debug..."
7355 options.
7356
ae5a43e0
DJ
73572006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7358
7359 * gdb.texinfo (Files): Remove obsolete bits from the description
7360 of "symbol-file".
7361
a9f158ec
JB
73622006-01-25 Jim Blandy <jimb@redhat.com>
7363
7364 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7365
410dd08e
JB
73662006-01-24 Jim Blandy <jimb@redhat.com>
7367
7368 * gdbint.texinfo (Frames): Document the basics of GDB's register
7369 unwinding model, and explain the existence of the "sentinel" frame.
7370
4b505b12
AS
73712006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7372
7373 * gdb.texinfo (Choosing files): Mention that -directory is used
7374 for script files.
7375 (Specifying source directories): Likewise.
7376 (Command files): Explain how script files are found.
7377
839c27b7
EZ
73782006-01-21 Eli Zaretskii <eliz@gnu.org>
7379
7380 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7381 the threads in a multi-threaded program.
7382 (Threads): The threadno argument of "thread apply" can be a range
7383 of numbers.
7384
7be93b9e
JB
73852006-01-18 Jim Blandy <jimb@redhat.com>
7386
7387 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7388 of warning flags.
7389
fcc73fe3
EZ
73902006-01-13 Eli Zaretskii <eliz@gnu.org>
7391
7392 * gdb.texinfo (Sequences): Improve menu annotations.
7393 (Define): Add index entries for arguments of user-defined
7394 commands. Move the description of flow-control commands...
7395 (Command Files): ...to here. Document loop_break and
7396 loop_continue.
ca91424e
EZ
7397 (Define, Command Files): Document `end' and add index entries for
7398 it.
fcc73fe3 7399
5c95884b
MS
74002006-01-04 Michael Snyder <msnyder@redhat.com>
7401
7402 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 7403 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 7404
860701dc
PH
74052006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7406
7407 * gdb.texinfo (Omissions from Ada): Document that there is now
7408 limited aggregate support.
7409
36b80e65
EZ
74102005-12-28 Eli Zaretskii <eliz@gnu.org>
7411
7412 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7413 registers and the likes.
7414
c1468174
EZ
74152005-12-24 Eli Zaretskii <eliz@gnu.org>
7416
7417 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7418 (Symbols): Fix usage of "e.g.".
359df76b 7419 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
7420
7421 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7422 (Coding): Fix usage of "e.g.".
7423
c02a867d
EZ
74242005-12-23 Eli Zaretskii <eliz@gnu.org>
7425
5ae4183a
AS
7426 * stabs.texinfo:
7427 * refcard.tex:
c02a867d 7428 * gpl.texi:
5ae4183a
AS
7429 * gdbint.texinfo:
7430 * gdb.texinfo:
7431 * gdb-cfg.texi:
c02a867d 7432 * fdl.texi:
5ae4183a
AS
7433 * annotate.texinfo:
7434 * all-cfg.texi:
c02a867d
EZ
7435 * Makefile.in: Add (C) after Copyright. Update the FSF
7436 address.
7437
fad38dfa
EZ
74382005-12-03 Eli Zaretskii <eliz@gnu.org>
7439
7440 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7441 extend GDB with commands for external monitor.
7442
53e5f3cf
AS
74432005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7444
7445 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7446
55f6ca0f
JB
74472005-11-25 Joel Brobecker <brobecker@adacore.com>
7448
7449 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7450
c1947b85
JB
74512005-11-21 Jim Blandy <jimb@redhat.com>
7452
7453 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7454 placement of 'R' actions in tracepoint action packets; document
7455 dependence of 'X' and 'M' actions on a preceding 'R' action for
7456 their registers.
7457
9d29849a
JB
74582005-11-19 Jim Blandy <jimb@redhat.com>
7459
7460 * gdb.texinfo (Tracepoint Packets): New node.
7461 (General Query Packets): Add entries for the tracepoint packets,
7462 referring to the "Tracepoint Packets" node.
7463 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 7464
9a6253be
KB
74652005-11-18 Kevin Buettner <kevinb@redhat.com>
7466
7467 * gdb.texinfo (set remotebreak): Add anchor.
7468 (X packet): Likewise.
7469 (Remote Protocol): Add new section `Interrupts' and new index
7470 entry `interrupts (remote protocol)'.
7471
5f3bebba
JB
74722005-11-18 Jim Blandy <jimb@redhat.com>
7473
7474 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7475 entries into the General Query Packets section. Add a
7476 cross-reference to that section. Drop description of replies, as
7477 these are covered in the descriptions of each packet.
7478 (General Query Packets): Add introductory text. Explain naming
7479 conventions, and how the end of a name is recognized.
7480
9a7a1b36
KB
74812005-11-17 Kevin Buettner <kevinb@redhat.com>
7482
0564b6cf 7483 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
7484 "set remotebreak" command.
7485
b8ff78ce
JB
74862005-11-16 Jim Blandy <jimb@redhat.com>
7487
7488 * gdb.texinfo (Packets, Stop Reply Packets)
7489 (General Query Packets): Various formatting cleanups.
7490 - Use @samp for packet contents.
7491 - Drop summaries from packet @item lines; the same information appears
7492 immediately below in the description.
7493 - Delete paragraph breaks after packet @item commands, so that the
7494 description appears directly to the right of the packet prototype
7495 in the printed manual, if it fits.
7496 - Place spaces in packet prototypes between @vars and non-@var
7497 letters, and explain that they're just for formatting.
7498 - Use @dots{} instead of '...'.
7499 - Fix uses of @code where @var was needed.
7500 - Replace "deprecated" markers with English text spelling out the
7501 packet's status and the preferred alternatives.
7502 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7503 what this ever meant.
7504 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7505 this for a long time.
7506 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7507 implemented several times, and have been in use for years.
7508
8ffe2530
JB
75092005-11-15 Jim Blandy <jimb@redhat.com>
7510
c43c5473
JB
7511 * gdb.texinfo (Packets): Add index entries for 'm' packet
7512 disclaimers.
5ae4183a 7513
fb031cdf
JB
7514 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7515 of stub when processing an 'm' packet.
7516
8ffe2530
JB
7517 * gdb.texinfo (Packets): Mention that packets beginning with
7518 letters are reserved once, at the top, instead of actually listing
7519 them all and saying "reserved".
7520
c03c782f
AS
75212005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7522
7523 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7524 Change @var{$arg0 to @code{$arg0.
7525
814e32d7
WZ
75262005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7527
7528 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7529
fa93a9d8
JB
75302005-11-12 Jim Blandy <jimb@redhat.com>
7531
7532 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7533 order. Remove extraneous 'z'.
7534
8a5a3c82
AS
75352005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7536
7537 * gdb.texinfo (Choosing files): Add --eval-command.
7538
4b0ad762
AS
75392005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7540
7541 * gdb.texinfo (Choosing modes): Add --return-child-result.
7542
7543
1a088d06
AS
75442005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7545
7546 * gdb.texinfo (Choosing modes): Add --batch-silent.
7547
656d5e12
EZ
75482005-10-28 Eli Zaretskii <eliz@gnu.org>
7549
7550 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7551 "The -var-update Command".
7552
3c9c013a
JB
75532005-10-03 Joel Brobecker <brobecker@adacore.com>
7554
7555 * gdb.texinfo (Print Settings): Add documentation for set/show
7556 print array-indexes.
7557
7ba3cf9c
DJ
75582005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7559
7560 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7561 6.2 and 6.3.
7562
a94ab193
EZ
75632005-08-27 Eli Zaretskii <eliz@gnu.org>
7564
7565 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7566 since 19-Jan-2004.
7567 (Files): Likewise.
ab1adacd
EZ
7568 (Variables, Symbols): Document the "<incomplete type>" message and
7569 its reasons.
a94ab193 7570
ca06016a
FF
75712005-08-01 Fred Fish <fnf@specifix.com>
7572
7573 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7574
cf58170d
NR
75752005-07-15 Nick Roberts <nickrob@snap.net.nz>
7576
7577 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7578 option for -var-list-children and -var-update.
7579 (GDB/MI Stack Manipulation): Simplify description of
7580 print-values option for -stack-list-locals.
7581 (GDB/MI Command Description Format): Clarify.
7582 (Mode Options): Spelling of superseded.
7583
38f1196a
BR
75842005-07-12 Bob Rossi <bob@brasko.net>
7585
7586 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7587 corresponding GDB command comment.
7588
3cb3b8df
BR
75892005-07-06 Bob Rossi <bob@brasko.net>
7590
7591 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7592 and -inferior-tty-show.
7593 (Input/Output): Document "set/show inferior-tty" and tty alias.
7594
10fac096
NW
75952005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7596
7597 * gdb.texinfo (Packets): Change description of 'D' packet to note
7598 that GDB does wait for a response.
7599
d1b6db76
NR
76002005-06-22 Nick Roberts <nickrob@snap.net.nz>
7601
7602 * gdb.texinfo (History) Rename "Command History".
7603 (Command History): Move node "Server Prefix" from section on
7604 Annotations here.
7605
29629dcf
NR
76062005-06-19 Nick Roberts <nickrob@snap.net.nz>
7607
7608 * gdb.texinfo (GDB/MI Stack Manipulation):
7609 Re-instate -stack-info-frame with example. Say that it gets
7610 info on selected frame, not current frame.
7611
397ca115
EZ
76122005-06-18 Eli Zaretskii <eliz@gnu.org>
7613
7614 * gdb.texinfo (Server): Clarify that `file' should be used before
7615 connecting to the server.
7616 (Files): Add an xref to the above description.
51274035
EZ
7617 (Output Formats): More detailed description of the `c' format.
7618 (Memory): List explicitly all the formats supported by `x'.
638ac427 7619 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 7620 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
7621 files. Add more indexing for solib-absolute-prefix and
7622 --with-sysroot.
76d17f34
EZ
7623 (Machine Code): Document possible problems with locations in
7624 shared libraries.
d416eeec
EZ
7625 (Backtrace): Document that free-standing environments do not need
7626 to have a `main' function.
397ca115 7627
74f6deaa
NR
76282005-06-18 Nick Roberts <nickrob@snap.net.nz>
7629
7630 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7631 -stack-info-frame.
7632
a9967aef
AC
76332005-06-07 Andrew Cagney <cagney@gnu.org>
7634
7635 * gdb.texinfo (Contributors): Note the original multi-arch
7636 contributors.
7637
e09f16f9
EZ
76382005-06-03 Eli Zaretskii <eliz@gnu.org>
7639
7640 * gdb.texinfo (Registers): Add index entries for the standard
7641 registers.
7642 (Frames): Add cross-reference from frame pointer description to
7643 the Registers node.
7644 (Annotations Overview): Fix the reference to GDB name.
7645
d87ba7ee
EZ
76462005-06-01 Eli Zaretskii <eliz@gnu.org>
7647
7648 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7649 can-use-hw-watchpoints.
7650
034dad6f
BR
76512005-05-28 Bob Rossi <bob@brasko.net>
7652
7653 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7654 the possible reasons why an exec async record would be returned to FE.
7655
ffed4509
AC
76562005-05-26 Andrew Cagney <cagney@gnu.org>
7657
7658 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7659 Andrew Cagney implemented the original GDB/MI.
7660
e22e55c9
OF
76612005-05-23 Orjan Friberg <orjanf@axis.com>
7662
7663 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7664 documentation. Add documentation for cris-mode.
7665
a78e13ce
EZ
76662005-05-20 Eli Zaretskii <eliz@gnu.org>
7667
7668 * gdb.texinfo (Numbers): Explain the example and make the wording
7669 more acurate.
7670
76ff342d
DJ
76712005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7672 Dennis Brueni <dennis@slickedit.com>
7673
7674 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7675 (GDB/MI Data Manipulation, GDB/MI Program Control)
7676 (GDB/MI Stack Manipulation): Update examples to include the fullname
7677 attribute in stack frames.
7678
119b882a
EZ
76792005-05-12 Eli Zaretskii <eliz@gnu.org>
7680
7681 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7682 do with other non-standard names of init files.
7683
6fc08d32
EZ
76842005-05-11 Eli Zaretskii <eliz@gnu.org>
7685
7686 * gdb.texinfo (Command Files): Move the description of the startup
7687 from here...
7688 (Startup): ...to this new subsection of the Invocation chapter.
7689 Rearrange the description of init files more logically and add a
7690 cross-reference to "Command Files". Document the special gdbinit
7691 name for CISCO 68k. Expand the description of what GDB does
7692 during startup.
7693 (History): Add index entry for HISTSIZE.
7694
a561754a
MK
76952005-05-02 Mark Kettenis <kettenis@gnu.org>
7696
7697 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7698
2eecc4ab
EZ
76992005-05-02 Eli Zaretskii <eliz@gnu.org>
7700
7701 * gdb.texinfo (SVR4 Process Information, The isatty call)
7702 (The system call): Don't use foo(N) notation for man pages and
7703 functions.
514c4d71 7704 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 7705
18999be5
EZ
77062005-04-27 Eli Zaretskii <eliz@gnu.org>
7707
7708 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7709 were optimized away.
7710
0abb7bc7
EZ
77112005-04-22 Eli Zaretskii <eliz@gnu.org>
7712
7713 * gdb.texinfo (Remote configuration): Document "set/show
7714 get-thread-local-storage-address". Add cross-reference to the
7715 description of the qGetTLSAddr packet.
7716 (General Query Packets): Mention "set remote
7717 get-thread-local-storage-address" and add a reference to its
7718 description.
7719
6f61acb1
NR
77202005-04-19 Nick Roberts <nickrob@snap.net.nz>
7721
7722 * gdb.texinfo (Backtrace): Describe 'bt full'.
7723
9d59903a
NR
77242005-04-17 Nick Roberts <nickrob@snap.net.nz>
7725
7726 * gdb.texinfo (Mode Options): Fix typo.
7727 (GDB/MI): Describe how to invoke GDB/MI.
7728
721c2651
EZ
77292005-04-16 Eli Zaretskii <eliz@gnu.org>
7730
7731 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 7732 references changed. Add description of "info udot".
721c2651
EZ
7733 (Files): Document "set/show stop-on-solib-events".
7734 (M32R/D): Document "set/show download-path", "set/show
7735 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
7736 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7737 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
7738 (Maintenance Commands): Improve indexing.
7739 (Target Commands): Document "set/show hash", "set/show debug
7740 monitor".
7741 (SVR4 Process Information): Document "info pidlist" and "info
7742 meminfo". Document "set/show procfs-tarce" and "set/show
7743 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7744 (Symbols, The Print Command with Objective-C): Improve indexing.
7745 (Objective-C): Add references to "info classes" and "info
7746 selectors".
c45da7e6
EZ
7747 (Debugging Output): Improve wording. Document "set/show debug
7748 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
7749 (Set Breaks): Add index entry for "hardware breakpoints".
7750 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7751 and "set/show usehardbreakpoints".
7752 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7753 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
7754 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7755 rdiromatzero", "set/show rdiheartbeat".
7756 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7757 "sds".
7758 (Embedded Processors): Document the "sim" command.
7759 (Remote): Document the "remote" command.
7760 (DJGPP Native): Document the "info serial" command.
7761 (Threads): Document "maint info sol-threads".
7762 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7763 (Set Breaks): Improve indexing.
7764 (Command Syntax): Add a reference to dont-repeat.
7765 (Define): Document "dont-repeat".
7766 (TUI Commands): Document "tabset".
7767 (WinCE): New subsection. Document "set/show remotedirectory",
7768 "set/show remoteupload", "set/show remoteaddhost".
721c2651 7769
14d6dd68
EZ
77702005-04-15 Eli Zaretskii <eliz@gnu.org>
7771
7772 * gdb.texinfo (Hurd Native): New subsection, documents
7773 Hurd-specific commands.
a64548ea 7774 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 7775 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
7776 (MIPS): Improve documentation of heuristic-fence-post. Document
7777 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7778 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7779 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 7780 (ARM): Document ARM-specific commands.
a64548ea
EZ
7781 (AVR): New section. Document "info io_registers".
7782 (CRIS): New section. Document "set/show cris-version" and
7783 "set/show cris-dwarf2-cfi".
7784 (HPPA): New section. Document "set/show debug hppa" and "maint
7785 print unwind".
a5adf40f 7786 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 7787 (Super-H): New section. Document the "regs" command.
721c2651 7788 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 7789
9c16f35a
EZ
77902005-04-09 Eli Zaretskii <eliz@gnu.org>
7791
7792 * gdb.texinfo (Print Settings): Document "set/show print
7793 pascal_static-members", "set print repeats", "show print
7794 null-stop". Improve indexing. Fix documentation of "set print
7795 union".
7796 (Pascal): New section.
7797 (Supported languages): Rename from "Support"; all references
7798 updated. Add a menu item for Pascal.
7799 (Numbers): Document "set radix.
7800 (Screen Size): Document "set/show pagination".
7801 (MIPS Embedded): Remove "set processor" documentation.
7802 (Remote configuration): Document "set/show X/P/Z-packet",
7803 "set/show read-aux-vector-packet", "set/show remote
7804 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7805 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7806 remotedebug", "set/show remotebreak", "set/show remotedevice",
7807 "set/show remotelogfile".
7808 (Auxiliary Vector): Add reference to the description of the
7809 read-aux-vector-packet setting.
7810 (Set Watchpoints): Add a cross-reference to "set remote
7811 hardware-breakpoint-limit".
7812 (General Query Packets): Add indexing of requests and
7813 cross-references to related commands in "Remote configuration".
7814 (File-I/O Overview, The system call): Fix wording and typos.
7815 (Thread Stops): Add index entries.
7816 (Continuing and Stepping): Document "show step-mode".
7817 (i386): New node. Document "set/show struct-convention".
7818 (Files): Document "show trust-readonly-sections".
7819 (Calling): Document "set/show unwindonsignal".
7820 (Messages/Warnings): Add index entries.
7821 (Maintenance Commands): Document "set/show watchdog".
7822 (Annotations Overview): Document "show annotate".
7823 (Set Watchpoints): Add index entries.
7824 (Symbols): Fix doc of case-sensitive.
7825 (ABI): Document "show coerce-float-to-double".
7826 (Convenience Vars, Help): Improve indexing.
7827 (Machine Code): Document "show disassembly-flavor".
7828 (Debugging C plus plus): Document "show overload-resolution".
7829 (Value History, Signaling): Add index entries.
7830
78312005-04-08 Eli Zaretskii <eliz@gnu.org>
7832
7833 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7834 (Processes): Fix wording.
7835 (History, List, Logging output, Define, Symbols, Print Settings):
7836 Improve indexing.
7837
a8f24a35
EZ
78382005-04-03 Eli Zaretskii <eliz@gnu.org>
7839
7840 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7841 redundant index entry for "target" command.
7842 (Backtrace): Add index entries.
7843 (Symbols, Fortran): Document the "set case-sensitive" command.
7844 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7845 (Print Settings): Add index entry for "set demangle-style".
7846 (Target Commands): Document "set download-write-size".
7847 (Debugging Output): Document "set exec-done-display".
7848
09d4efe1
EZ
78492005-04-02 Eli Zaretskii <eliz@gnu.org>
7850
7851 * gdb.texinfo (Files): Fix the name and documentation of
7852 add-shared-symbol-files. Document its alias assf. Update the
7853 list of OSs where GDB supports shared libraries. Fix markup.
7854 (Continuing and Stepping): Add reference to @var{location} in the
7855 text.
7856 (Dump/Restore Files): Fix reference to @{filename}.
7857 (Help): Fix wording.
7858 (Attach): Ditto.
7859 (Set Watchpoints): Ditto.
7860 (Backtrace): Remove redundant index entries. Improve index
7861 entries.
7862 (Delete Breaks): Fix wording.
7863 (Memory): Document the compare-sections command.
7864 (Memory Region Attributes): Improve wording.
7865 (Disabling): Improve wording.
7866 (Fortran): New subsection. Document the "info common" command.
7867 (Help): Document aliases "info copying" and "info warranty".
7868 (Caching Remote Data): New section. Document the "set/show
7869 remotecache" and "info dcache" commands.
7870 (Show): Fix wording of the documentation of the "set
7871 extension-language" command.
7872 (Signals): Add index entry for "info handle".
7873 (Memory Region Attributes): Fix punctuation.
7874 (Symbols): Change the arg name to "location" and refer to it in
7875 the text. Fix wording of "info types" doc.
7876 (Threads): Fix usage of @enumerate @item's.
7877 (Listing Tracepoints): Add index entry for "info tp".
7878 (Set Watchpoints): Add xref to "info break" description.
7879 (Macros): Add an index entry for "macro exp1". Document the
7880 "macro list" command.
7881 (Maintenance Commands): Document "flushregs", "maint agent",
7882 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7883 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7884 "maint print architecture", "maint print objfiles", "maint print
7885 statistics", "maint print type", "maint show-debug-regs", "maint
7886 space", "maint time", and "maint translate-address".
7887 (Connecting): Document the "monitor" command.
7888 (Annotations Overview): Describe the "set annotate" command.
7889
82f2d802
EZ
78902005-04-01 Eli Zaretskii <eliz@gnu.org>
7891
7892 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7893 Rearrange index entries and improve wording about support for
7894 hardware watchpoints.
7895
7d51c7de
BR
78962005-03-10 Bob Rossi <bob@brasko.net>
7897
7898 * gdb.texinfo: Update copyright
7899
68c71a2e
TR
79002005-02-09 Theodore A. Roth <troth@openavr.org>
7901
7902 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7903 error.
7904
83761cbd
KB
79052005-02-03 Kevin Buettner <kevinb@redhat.com>
7906
7907 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7908
9f1c6395
MS
79092005-01-17 Michael Snyder <msnyder@redhat.com>
7910
7911 * gdb.texinfo: Fix spelling, infinte -> infinite.
7912
fbd1b305
MK
79132005-01-08 Mark Kettenis <kettenis@gnu.org>
7914
7915 * observer.texi (GDB Observers): Document "solib_loaded".
7916
3ace7edb
AC
79172005-01-07 Andrew Cagney <cagney@gnu.org>
7918
bec39cab
AC
7919 * configure.ac: Rename configure.in, require autoconf 2.59.
7920 * configure: Re-generate.
7921
3ace7edb
AC
7922 * configure.in: Replace configdirs with multiple references to
7923 AC_CONFIG_SUBDIRS.
7924 * configure: Re-generate.
5ae4183a 7925
53531fc1
AC
79262005-01-04 Andrew Cagney <cagney@gnu.org>
7927
7928 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7929 part of the version number.
7930
536ffdb7
MK
79312004-12-24 Mark Kettenis <kettenis@gnu.org>
7932
7933 * gdbint.texinfo (Algorithms): Remove description of
7934 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7935
e1aac25b
JB
79362004-12-07 Jim Blandy <jimb@redhat.com>
7937
7938 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7939 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7940 numbers.
7941
f47b1503
AS
79422004-12-07 Andreas Schwab <schwab@suse.de>
7943
7944 * gdb.texinfo (Mode Options): Document -l option.
7945
b6b8ece6
EZ
79462004-12-04 Eli Zaretskii <eliz@gnu.org>
7947
7948 * gdbint.texinfo (Algorithms): More accurate description of
7949 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7950 is not needed unless data-read and data-access watchpoints are
7951 supported. Add a description of how GDB checks whether the
7952 inferior stopped because a watchpoint was hit.
7953
01371747
EZ
79542004-11-23 Eli Zaretskii <eliz@gnu.org>
7955
7956 * gdb.texinfo (Files): Add cross-reference to description of
7957 -readnow command-line switch.
7958
2315ffec
RC
79592004-11-10 Randolph Chung <tausq@debian.org>
7960
7961 * gdb.texinfo: Document set/show backtrace past-entry commands.
7962 Rearrange index entries for set/show backtrace past-main.
7963
69065f5d
AC
79642004-11-10 Jon Beniston <jon@beniston.com>
7965
7966 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
7967 * gdb.texinfo (Remote Serial Protocol): Further describe
7968 binary transfer escaping mechanism .
69065f5d 7969
30e91e0b
RC
79702004-11-08 Randolph Chung <tausq@debian.org>
7971
7972 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7973 and "show debug infrun". Add index entries.
7974
60bf7e09
EZ
79752004-10-23 Eli Zaretskii <eliz@gnu.org>
7976
7977 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7978 "info proc" that are already implemented. Add index entries.
7979 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
7980 (Files): Add a tip for decreasing memory used for symtabs from
7981 shared libraries.
f018e82f
EZ
7982 (Starting): Fix whitespace; make "elaboration" stand out where it
7983 is first used, and add an index entry for the term.
f8568604
EZ
7984 (Calling): Expand and elaborate text. Add "print". Add the
7985 description of problems with weak aliases.
384ee23f 7986 (Core File Generation): New section.
60bf7e09 7987
d52fe014
AC
79882004-10-12 Andrew Cagney <cagney@gnu.org>
7989
7990 * gdbint.texinfo (Versions and Branches): New chapter.
7991 (Releasing GDB): Delete "Versions and Branches" section.
7992 (Top): Add "Versions and Branches".
7993
703663ab
EZ
79942004-10-08 Eli Zaretskii <eliz@gnu.org>
7995
7996 * gdb.texinfo (Editing, History): Add cross-references to the
7997 included Readline and History user documentation. Remove
7998 references to the symbol have-readline-appendices which is unused
7999 and undefined.
8000 (History): Fix indexing.
8001
ac77d04f
JJ
80022004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8003
8004 * gdbint.texinfo (target_stopped_data_address): Update to
8005 new prototype.
8006 (i386_stopped_data_address): Update prototype and description.
8007 (i386_stopped_by_watchpoint): New function and description.
8008
e07c999f
PH
80092004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8010
8011 * gdb.texinfo (Filenames): Add Ada suffixes.
8012 (Ada) New section.
8013
2e868123
AC
80142004-09-27 Andrew Cagney <cagney@gnu.org>
8015 Robert Picco <Robert.Picco@hp.com>
8016
8017 * gdb.texinfo (Packets): Document the "p" packet.
8018
02a57714
JM
80192004-09-21 Jason Molenda (jmolenda@apple.com)
8020
8021 * gdb.texinfo (Paths and Names of the Source Files): Document the
8022 meaning of values in the 'desc' field of a SO stab.
8023
ae038cb0
DJ
80242004-09-20 Daniel Jacobowitz <dan@debian.org>
8025
8026 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8027 max-cache-age" and "maint show dwarf2 max-cache-age".
8028
f7dc1244
EZ
80292004-09-16 Eli Zaretskii <eliz@gnu.org>
8030
8031 * gdb.texinfo (Set Breaks): Add index entry for setting
8032 breakpoints on overloaded C++ functions that are not members of
8033 any classes. Add an example and an index entry for setting
8034 breakpoints on all program functions.
8035 (Character Sets, Macros, Overlay Commands)
8036 (Non-debug DLL symbols, GDB/MI Output Syntax)
8037 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8038 Use "(@value{GDBP})" instead of a literal "(gdb)".
8039
f810308b
AC
80402004-09-12 Andrew Cagney <cagney@gnu.org>
8041
8042 * gdbint.texinfo (Native Debugging): Delete description of
8043 FILES_INFO_HOOK.
8044
15a661f3
PH
80452004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8046
5ae4183a
AS
8047 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8048 to hex_string_custom (not historically correct, but more
15a661f3
PH
8049 understandable, given the current code).
8050
f3219c75
AC
80512004-09-03 Andrew Cagney <cagney@gnu.org>
8052
8053 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8054
f3bb6704
JJ
80552004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8056
8057 * observer.texi (solib_unloaded): New observer.
8058
8d2c00cb
AC
80592004-08-24 Andrew Cagney <cagney@gnu.org>
8060
8061 * gdbint.texinfo (Target Architecture Definition): Add missing
8062 comma.
8063
e7dc800a
MC
80642004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8065
8066 * (Using the Testsuite): build != host is supported,
8067 but some test scripts do not support build != host.
8068
73b03683
MK
80692004-08-14 Mark Kettenis <kettenis@gnu.org>
8070
8071 * gdbint.texinfo (Host Definition): Delete description of
8072 FCLOSE_PROVIDED and GETENV_PROVIDED.
8073
c0ccb908
MK
80742004-08-05 Mark Kettenis <kettenis@chello.nl>
8075
8076 * gdbint.texinfo (Host Definition): Delete description of
8077 NO_SYS_FILE.
8078 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8079 PTRACE_FP_BUG.
8080
9c8dbfa9
AC
80812004-08-05 Andrew Cagney <cagney@gnu.org>
8082
8083 * gdbint.texinfo (Target Architecture Definition): Delete
8084 reference to deprecated_read_fp.
8085
f42accbe
AC
80862004-08-02 Andrew Cagney <cagney@gnu.org>
8087
8088 * gdbint.texinfo (Target Architecture Definition): Delete
8089 description of DEPRECATED_REGISTER_BYTES.
8090
0b66e38c
EZ
80912004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8092
8093 * gdb.texinfo (Source Path): Document the new behavior of
8094 searching for the source files.
8095
15387254
EZ
80962004-07-17 Eli Zaretskii <eliz@gnu.org>
8097
8098 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8099 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8100 (Auto Display): Improve indexing.
8101
2c07db7a
AC
81022004-07-16 Andrew Cagney <cagney@gnu.org>
8103
8104 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8105 "-noasync".
8106
4644b6e3
EZ
81072004-07-09 Eli Zaretskii <eliz@gnu.org>
8108
8109 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8110 have the same prefix have only their prefix in the index.
8111
7561d450
MK
81122004-07-03 Mark Kettenis <kettenis@gnu.org>
8113
8114 * gdb.texinfo (BSD libkvm Interface): New node (section)
8115 (Native): Add it to the menu.
8116
67bebe79
MK
81172004-07-01 Mark Kettenis <kettenis@gnu.org>
8118
8119 * gdbint.texinfo (Target Architecture Definition): Remove
8120 PCC_SOL_BROKEN.
8121
1a6923e0
MK
81222004-06-24 Mark Kettenis <kettenis@gnu.org>
8123
8124 * gdbint.texinfo (Target Architecture Definition): Remove
8125 SUN_FIXED_LBRAC_BUG.
8126
b435e160
AC
81272004-06-26 Andrew Cagney <cagney@gnu.org>
8128
8129 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8130
b5622e8d
AC
81312004-06-20 Andrew Cagney <cagney@gnu.org>
8132
8133 * gdbint.texinfo (Target Architecture Definition): Deprecate
8134 USE_STRUCT_CONVENTION.
8135
e0c07bf0
MC
81362004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8137
8138 gdb.texinfo (Bug Reporting): Mention session recording,
8139 with the script command or Emacs.
8140
782263ab
AC
81412004-06-18 Andrew Cagney <cagney@gnu.org>
8142
8143 * gdbint.texinfo (Target Architecture Definition): Deprecate
8144 FUNCTION_START_OFFSET.
8145
03727ca6
AC
81462004-06-14 Andrew Cagney <cagney@gnu.org>
8147
8148 Based on changes from Karl Berry.
8149 * gdb.texinfo: Do not use @sc in a direntry.
8150 * stabs.texinfo: Change @dircateogry to "Software development".
8151 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8152
97092415
AC
81532004-06-13 Andrew Cagney <cagney@gnu.org>
8154
8155 * gdbint.texinfo (Target Architecture Definition): Delete
8156 description of RETURN_VALUE_ON_STACK.
8157
1f6d4158
AC
81582004-06-09 Andrew Cagney <cagney@gnu.org>
8159
8160 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8161 deleted by previous patch.
8162
d966f0cb
AC
81632004-06-08 Andrew Cagney <cagney@gnu.org>
8164
8165 * gdbint.texinfo (Native Debugging): Delete documentation on
8166 ATTACH_DETACH.
8167
86fe4aaa
RC
81682004-06-06 Randolph Chung <tausq@debian.org>
8169
8170 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8171
d4b6d575
RC
81722004-06-06 Randolph Chung <tausq@debian.org>
8173
5ae4183a 8174 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
8175 the new push_dummy_call method signature. Describe the function
8176 argument.
8177
4e8b0763
JB
81782004-05-24 Joel Brobecker <brobecker@gnat.com>
8179
8180 * gdb.texinfo (Starting): Document new start command.
8181
59caf092
AC
81822004-05-21 Andrew Cagney <cagney@redhat.com>
8183
8184 * observer.texi (GDB Observers): Document "inferior_created".
8185
e4a2df64
AC
81862004-05-08 Andrew Cagney <cagney@redhat.com>
8187
e6b55ae2
AC
8188 * gdbint.texinfo (Target Architecture Definition): Delete
8189 description of DO_DEFERRED_STORES.
8190
28954179
AC
8191 * gdbint.texinfo (Target Architecture Definition): Delete
8192 references to DEPRECATED_FIX_CALL_DUMMY.
8193
434b87dd
AC
8194 * gdbint.texinfo (Target Architecture Definition): Delete
8195 description of DEPRECATED_CALL_DUMMY_WORDS,
8196 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8197
58d28df8
AC
8198 * gdbint.texinfo (Target Architecture Definition): Delete
8199 description of DEPRECATED_PUSH_DUMMY_FRAME.
8200
e4a2df64
AC
8201 * gdbint.texinfo (Target Architecture Definition): Delete
8202 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8203
2b4855ab
AC
82042004-05-07 Andrew Cagney <cagney@redhat.com>
8205
8206 * observer.texi (GDB Observers): Add "Debugging" section. Include
8207 cross reference to "set/show debug observer".
8208 * gdb.texinfo (Debugging Output): Document "set/show debug
8209 observer".
8210
fcf70625
AC
82112004-05-01 Andrew Cagney <cagney@redhat.com>
8212
8213 * gdbint.texinfo (Target Architecture Definition): Delete
8214 description of DEPRECATED_PC_IN_SIGTRAMP.
8215
8ee56bcf
AC
82162004-04-30 Andrew Cagney <cagney@redhat.com>
8217
8218 * gdbint.texinfo (Target Architecture Definition): Delete
8219 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8220
67ab9a76
OF
82212004-04-30 Orjan Friberg <orjanf@axis.com>
8222
8223 * observer.texi (GDB Observers): Correct spelling.
8224
79346bcb
OF
82252004-04-26 Orjan Friberg <orjanf@axis.com>
8226
8227 * observer.texi (GDB Observers): Add target_changed event.
8228
7a464420
AC
82292004-04-08 Andrew Cagney <cagney@redhat.com>
8230
8231 * observer.texi (GDB Observers): Rework, provide generic observer
8232 definitions and then a list of observable events.
8233
6cdf9d98
AC
82342004-04-04 Andrew Cagney <cagney@redhat.com>
8235
8236 * gdbint.texinfo (Host Definition): Delete reference to
8237 NO_SIGINTERRUPT.
8238
ddc135a4
AC
82392004-04-02 Andrew Cagney <cagney@redhat.com>
8240
8241 * gdbint.texinfo (Target Architecture Definition): Delete
8242 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8243
6a1b180d
SC
82442004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8245
8246 * gdb.texinfo (TUI Commands): Document tui reg commands.
8247
d0d5df6f
AC
82482004-03-26 Andrew Cagney <cagney@redhat.com>
8249
8250 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8251 "gdbtui".
8252 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8253 (Contributors): Mention both Text and Terminal User Interface.
8254
aa2a3f87
AC
82552004-03-23 Andrew Cagney <cagney@redhat.com>
8256
8257 * gdbint.texinfo (Target Architecture Definition): Deprecate
8258 references to SIGTRAMP_START and SIGTRAMP_END.
8259
f561f026
AC
82602004-03-23 Andrew Cagney <cagney@redhat.com>
8261
8262 * gdbint.texinfo (Target Architecture Definition): Deprecate
8263 references to PC_IN_SIGTRAMP.
8264
33cb8b0f
AC
82652004-03-19 Andrew Cagney <cagney@redhat.com>
8266
8267 * gdbint.texinfo (Target Architecture Definition): Delete
8268 reference to GDB_TARGET_IS_HPPA.
8269
fc989b7a
AC
82702004-03-18 Andrew Cagney <cagney@redhat.com>
8271
8272 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8273 describe pre_init and post_init.
8274
701b08bb
DJ
82752004-03-09 Daniel Jacobowitz <drow@mvista.com>
8276
8277 * gdb.texinfo (Debugging Output): Document values for "set debug
8278 target".
8279
faae5abe
AC
82802004-02-28 Andrew Cagney <cagney@redhat.com>
8281
8282 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8283
dd79a6cf
JJ
82842004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8285
8286 * gdb.texinfo (breakpoints): Add information about the
8287 new "set breakpoint pending" and "show breakpoint pending"
8288 commands.
8289
e7f16015
AC
82902004-02-26 Andrew Cagney <cagney@redhat.com>
8291
8292 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8293 in Per-architecture module data section.
8294
7161a3a6
RM
82952004-02-25 Roland McGrath <roland@redhat.com>
8296
8297 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8298
2154891a
AC
82992004-02-24 Andrew Cagney <cagney@redhat.com>
8300
8301 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8302 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8303 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 8304
6c74ac8b
AC
83052004-02-17 Andrew Cagney <cagney@redhat.com>
8306
8307 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8308
19772a2c
AC
83092004-02-16 Andrew Cagney <cagney@redhat.com>
8310
8311 * gdbint.texinfo (Target Architecture Definition): Deprecate
8312 FRAMELESS_FUNCTION_INVOCATION.
8313
c9830293
AC
83142004-02-16 Andrew Cagney <cagney@redhat.com>
8315
8316 * gdbint.texinfo (Coding): Mention -Wunused-function.
8317
b9d26eb9
AC
83182004-02-14 Andrew Cagney <cagney@redhat.com>
8319
8320 * gdbint.texinfo (Target Architecture Definition): Delete
8321 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8322
49efadf5
EZ
83232004-02-12 Elena Zannoni <ezannoni@redhat.com>
8324
8325 * gdb.texinfo: Properly quote the name "C++".
8326 * gdbint.texinfo: Ditto.
8327 * stabs.texinfo: Ditto.
8328
1eb288ea
EZ
83292004-02-11 Elena Zannoni <ezannoni@redhat.com>
8330
8331 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8332 minimal information about libiberty.
8333
e4937fc1
MC
83342004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8335
8336 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8337
a9331b3f
RM
83382004-02-04 Roland McGrath <roland@redhat.com>
8339
8340 * gdb.texinfo (Auxiliary Vector): New node (section).
8341 (Data): Add it to the menu.
8342
2650777c
JJ
83432004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8344
8345 * gdb.texinfo (Breakpoints): Add information about pending
8346 breakpoint support.
8347
b4501125
AC
83482004-01-26 Andrew Cagney <cagney@redhat.com>
8349
8350 * gdb.texinfo (Overview): Delete references to the cisco protocol
8351 including the "N" response.
8352
74055713
AC
83532004-01-26 Andrew Cagney <cagney@redhat.com>
8354
8355 * gdbint.texinfo (Target Architecture Definition): Rename
8356 EXTRACT_STRUCT_VALUE_ADDRESS to
8357 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 8358
3bbe9696
EZ
83592004-01-24 Eli Zaretskii <eliz@gnu.org>
8360
8361 * gdb.texinfo (KOD): Document "show os". Add index entries for
8362 "set/show os" and "info cisco" commands.
8363
5843504f
EZ
83642004-01-21 Eli Zaretskii <eliz@gnu.org>
8365
8366 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8367
9175c9a3
MC
83682004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8369
8370 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8371 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8372
8e94b928
NR
83732004-01-19 Nick Roberts <nick@nick.uklinux.net>
8374
8375 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8376 -stack-list-locals.
8377 (GDB/MI Variable Objects): Describe extension to
8378 -var-list-children.
8379
a20cf136
DJ
83802004-01-17 Daniel Jacobowitz <drow@mvista.com>
8381
8382 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8383
afb18d0f
AC
83842004-01-17 Andrew Cagney <cagney@redhat.com>
8385
8386 * gdbint.texinfo (Target Architecture Definition): Delete
8387 documentation on DEPRECATED_NPC_REGNUM.
8388
b51970ac
DJ
83892004-01-13 Daniel Jacobowitz <drow@mvista.com>
8390
8391 * gdb.texinfo: Update copyright year. Mention that set
8392 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8393 "set follow-fork-mode ask".
8394
0f0cffd2
AC
83952004-01-13 Andrew Cagney <cagney@redhat.com>
8396
8397 * gdbint.texinfo: Update copyright year.
8398 (Coding): Add -Wunused-label to list of -Werror warnings.
8399
c552b3bb 84002004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 8401 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
8402
8403 * gdb.texinfo: Update copyright.
8404 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8405 around names, as appropriate. Minor syntax cleanup of
8406 _NSPrintForDebugger explanation. Two spaces after periods.
8407 GDBN used instead of lit. "gdb". Index entries added for
8408 print-object and _NSPrintForDebugger. @noindent added in one spot.
8409
afe157ca
EZ
84102003-11-11 Elena Zannoni <ezannoni@redhat.com>
8411
8412 * stabs.texinfo: Add dircategory and direntry commands.
8413 * annotate.texinfo: Ditto.
8414
963e2bb7
AC
84152003-11-10 Andrew Cagney <cagney@redhat.com>
8416
8417 * gdbint.texinfo (Target Architecture Definition): Replace the
8418 return_value method's "inval" and "outval" parameters with
8419 "readbuf" and "writebuf".
8420
1d8b2f28
JB
84212003-10-28 Jim Blandy <jimb@redhat.com>
8422
8423 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8424 from "The `F' request packet" and "The `F' reply packet", to make
8425 texi2dvi happy.
8426 (File-I/O remote protocol extension): Update menu entries, too.
8427
36d86913
MC
84282003-10-26 Michael Chastain <mec@shout.net>
8429
8430 * gdb.texinfo (Thread Stops): Document the issue with
8431 premature return from system calls in multi-threaded programs.
8432
ce2826aa
AC
84332003-10-24 Andrew Cagney <cagney@redhat.com>
8434
8435 * annotate.texinfo: Fix "fortunatly"[sic].
8436
f24c5e49
KI
84372003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8438
8439 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8440 with "Hitachi" and "Mitsubishi".
8441
92ad9cd9
AC
84422003-10-20 Andrew Cagney <cagney@redhat.com>
8443
8444 * gdbint.texinfo (Target Architecture Definition): Document
8445 gdbarch_return_value. Add cross references from
8446 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8447 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8448
0ab4b752
MK
84492003-10-18 Mark Kettenis <kettenis@gnu.org>
8450
8451 * gdbint.texinfo (Target Architecture Definition): Document
8452 regset_from_core_section.
fb3e19c0
KI
8453
84542003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8455
8456 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8457
a9331b3f 84582003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
8459
8460 From Anthony Green <green@redhat.com>:
5ae4183a 8461 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 8462
1485d690
KB
84632003-10-14 Kevin Buettner <kevinb@redhat.com>
8464
889bf7c5
PA
8465 * gdb.texinfo (Breakpoint related warnings): New node.
8466 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 8467
86d30acc
DJ
84682003-10-13 Daniel Jacobowitz <drow@mvista.com>
8469
8470 * gdb.texinfo (Remote Protocol): Document v and vCont.
8471
172c2a43
KI
84722003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8473
8474 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8475 * gdbint.texinfo: Ditto.
8476
71952f4c
AC
84772003-10-09 Andrew Cagney <cagney@redhat.com>
8478
8479 From 2003-09-18 David Anderson <davea@sgi.com>:
8480 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8481 "command".
8482
268e2188
AC
84832003-10-03 Andrew Cagney <cagney@redhat.com>
8484
8485 * gdbint.texinfo (Target Architecture Definition): Deprecate
8486 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8487 just target.
8488
12c266ea 84892003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 8490
f30992d4 8491 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
8492 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8493 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8494 * gdbint.texinfo (Target Architecture Definition): Rename
8495
84962003-09-30 Andrew Cagney <cagney@redhat.com>
8497
f30992d4 8498 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 8499 (Target Architecture Definition):
f30992d4 8500
2e092625
AC
8501 * gdbint.texinfo (Target Architecture Definition): Rename
8502 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8503
0717ae8a
AC
85042003-09-29 Andrew Cagney <cagney@redhat.com>
8505
dad809b7
AC
8506 * gdbint.texinfo (Target Architecture Definition): Delete
8507 documentation for NEED_TEXT_START_END.
8508
0717ae8a
AC
8509 * gdbint.texinfo (Target Architecture Definition): Rename
8510 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8511 TARGET_WRITE_PC.
a9331b3f 8512
af6cf26d
MC
85132003-09-22 Michael Chastain <mec@shout.net>
8514
8515 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8516
ee206350
AG
85172003-09-21 Anthony Green <green@redhat.com>
8518
8519 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8520
a38c9fe6
MK
85212003-09-21 Mark Kettenis <kettenis@gnu.org>
8522
8523 * gdbint.texinfo (Target Architecture Definition): Document
8524 stabs_argument_has_addr.
8525
77949794
AC
85262003-09-18 Andrew Cagney <cagney@redhat.com>
8527
8528 * gdbint.texinfo (Target Architecture Definition): Delete
8529 documentation on REGISTER_NAMES.
8530
8e823e25
MK
85312003-09-13 Mark Kettenis <kettenis@gnu.org>
8532
8533 * gdbint.texinfo (Target Architecture Definition): Replace
8534 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8535
f27dd7fd
AC
85362003-09-11 Andrew Cagney <cagney@redhat.com>
8537
8538 * gdbint.texinfo (Target Architecture Definition): Replace
8539 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8540
8b148df9
AC
85412003-08-18 Andrew Cagney <cagney@redhat.com>
8542
8543 * gdbint.texinfo (Target Architecture Definition): Document
8544 "frame_red_zone_size".
8545
25d29d70
AC
85462003-08-09 Andrew Cagney <cagney@redhat.com>
8547
8548 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8549 with "set/show backtrace past-main" and "set/show backtrace
8550 limit".
8551
c938e9b0
L
85522003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8553
8554 * Makefile.in (install-info): Support DESTDIR.
8555 (install-html): Likewise.
8556
64fabec2
AC
85572003-08-07 Andrew Cagney <cagney@redhat.com>
8558
8559 Patch from Nick Roberts.
8560 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8561 bindings. Remove description of send-gdb-command.
8562
2fcf52f0
AC
85632003-08-07 Andrew Cagney <cagney@redhat.com>
8564
8565 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8566 GDB 6.0.
8567
086432e2
AC
85682003-08-06 Andrew Cagney <cagney@redhat.com>
8569
8570 * gdb.texinfo (Mode Options): Mention that level three is the
8571 highest available and that level 2 is deprecated.
8572 (Annotations Overview): Mention annotation levels. Cross reference
8573 to "Limitations of the Annotation Interface" in annotate.texi.
8574 (TODO, Value Annotations, Frame Annotations): Delete section.
8575 (Displays, Breakpoint Info): Delete.
8576
e5249f67
AC
85772003-08-04 Andrew Cagney <cagney@redhat.com>
8578
8579 * agentexpr.texi: Delete @bye.
8580 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8581 (stabs.info): Add $(srcdir) to include search path.
8582 (html): Depend on "annotate_toc.html", and not "annotate.html".
8583 * stabs.texinfo: Ditto. Include "fdl.texi".
8584 * gdbint.texinfo: Update copyright statement's list of invariant
8585 sections.
8586
e6f672d2
AC
85872003-07-28 Andrew Cagney <cagney@redhat.com>
8588
8589 * Makefile.in (INFO_DEPS): Add annotate.info.
8590 (dvi, ps, html, pdf): Add annotate.
8591 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8592 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8593 (ANNOTATE_DOC_FILES): New macro.
8594 (ANNOTATE_TEX_TMPS): New macro.
8595 (annotate.info, annotate_toc.html): Specify dependencies.
8596 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8597 * annotate.texinfo: Rename annotate.texi. Get building. Add
8598 "Migrating to GDB/MI" and "Limitations of the Annotation
8599 Interface" chapters. Mention why it is not part of the user
8600 guide. Update copyright notice. Include "fdl.texi".
8601
72ffddc9
SC
86022003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8603
8604 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8605
a9f12a31
DJ
86062003-07-24 Daniel Jacobowitz <drow@mvista.com>
8607
8608 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8609
b1fe9455
DJ
86102003-07-24 Daniel Jacobowitz <drow@mvista.com>
8611
8612 * gdb.texinfo (Server): Mention pidof.
8613
153721e6
AC
86142003-07-22 Andrew Cagney <cagney@redhat.com>
8615
8616 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8617 list.
8618
0fac0b41
DJ
86192003-06-28 Daniel Jacobowitz <drow@mvista.com>
8620
8621 * gdb.texinfo (Logging output): New chapter.
8622
4e562065
JB
86232003-06-24 Joel Brobecker <brobecker@gnat.com>
8624
8625 * gdb.texinfo (Unsupported languages): New section.
8626 (Languages): Add link to new section.
8627
f2c06f52
AC
86282003-06-22 Andrew Cagney <cagney@redhat.com>
8629
8630 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8631
b4177fca
DJ
86322003-06-22 Daniel Jacobowitz <drow@mvista.com>
8633
8634 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8635
f418dd93
DJ
86362003-06-22 Daniel Jacobowitz <drow@mvista.com>
8637
8638 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8639 * agentexpr.texi: Retitle section, and change it to an appendix.
8640 Comment out texinfo initialization. Factor a @var{} into two
8641 pieces to prevent makeinfo warnings.
8642 * gdb.texinfo: Add Agent Expressions appendix.
8643
4ca61388
DJ
86442003-06-19 Daniel Jacobowitz <drow@mvista.com>
8645
8646 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8647
07f31aa6
DJ
86482003-06-18 Daniel Jacobowitz <drow@mvista.com>
8649
5ae4183a 8650 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
8651 remote target". Document the "detach" and "disconnect" commands.
8652 (Server, Netware, Debug Session): Reference "Connecting to a
8653 remote target".
8654 (GDB/MI Target Manipulation): Document "-target-disconnect".
8655
2dd0da42
AC
86562003-06-13 Andrew Cagney <cagney@redhat.com>
8657
8658 * gdbint.texinfo (Target Architecture Definition): Deprecate
8659 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8660 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8661
e7a3abfc
JB
86622003-06-09 Jim Blandy <jimb@redhat.com>
8663
8664 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8665
25e3a86b
AC
86662003-06-08 Andrew Cagney <cagney@redhat.com>
8667
8668 * gdbint.texinfo (Target Architecture Definition): Delete
8669 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8670
a9e5fdc2
AC
86712003-06-08 Andrew Cagney <cagney@redhat.com>
8672
8673 * gdbint.texinfo (Target Architecture Definition): Document
8674 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8675
b37303ee
AF
86762003-06-07 Adam Fedor <fedor@gnu.org>
8677
8678 * gdb.texinfo: Add Objective-C documentation.
8679
39fe6e80
AC
86802003-06-01 Andrew Cagney <cagney@redhat.com>
8681
8682 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8683 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8684
125309b2
AC
86852003-05-21 Andrew Cagney <cagney@redhat.com>
8686
8687 * gdbint.texinfo (Target Architecture Definition): Delete
8688 references to "extract_address" and "store_address".
8689
b8b527c5
AC
86902003-05-16 Andrew Cagney <cagney@redhat.com>
8691
8692 * gdbint.texinfo (Target Architecture Definition): Replace
8693 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8694 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8695
50e3ee83
TR
86962003-05-14 Theodore A. Roth <troth@openavr.org>
8697
8698 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8699
44e2be90
L
87002003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8701
8702 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8703 (gdb.dvi): Likewise.
8704 (gdb.pdf): Likewise.
8705 (links2roff): Likewise.
8706
df5215a6
JB
87072003-05-08 Jim Blandy <jimb@redhat.com>
8708
8709 * gdb.texinfo (Dump/Restore Files): Update documentation for
8710 'dump', 'append', and 'restore': note that format argument is
8711 optional; simplify presentation of the command variants; and be
8712 more precise about the formats.
8713
5e7b2f39
JB
87142003-05-07 Jim Blandy <jimb@redhat.com>
8715
8716 * gdb.texinfo (Symbols): Update documentation: 'maint list
8717 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8718 symtabs' and 'maint info psymtabs'.
8719
b1e29e33
AC
87202003-05-05 Andrew Cagney <cagney@redhat.com>
8721
8722 * gdbint.texinfo (Target Architecture Definition): Make
8723 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8724 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8725 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8726
00905d52
AC
87272003-05-04 Andrew Cagney <cagney@redhat.com>
8728
8729 * gdb.texinfo (Maintenance Commands): Document "maint print
8730 dummy-frames".
8731
54ff5908
AC
87322003-05-04 Andrew Cagney <cagney@redhat.com>
8733
8734 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8735
32e7087d
JB
87362003-05-03 J. Brobecker <brobecker@gnat.com>
8737
8738 Thierry Schneider <tpschneider1@yahoo.com>
8739 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8740 for new MI command.
8741
7043d8dc
AC
87422003-05-03 Andrew Cagney <cagney@redhat.com>
8743
8744 * gdbint.texinfo (Target Architecture Definition): Document
8745 push_dummy_code. Add cross references.
8746
e33d66ec
EZ
87472003-05-02 Elena Zannoni <ezannoni@redhat.com>
8748
8749 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8750 set/show charsets commands.
8751
0ba6dca9
AC
87522003-04-28 Andrew Cagney <cagney@redhat.com>
8753
8754 * gdbint.texinfo (Target Architecture Definition): Replace
8755 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8756 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8757
d7a27068
AC
87582003-04-28 Andrew Cagney <cagney@redhat.com>
8759
8760 * gdbint.texinfo (Target Architecture Definition): Rename
8761 "tm_print_insn" to "deprecated_tm_print_insn".
8762
44ea7b70
JB
87632003-04-09 Jim Blandy <jimb@redhat.com>
8764
8765 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8766 list psymtabs'.
8767
fb8f8949
AC
87682003-04-08 Andrew Cagney <cagney@redhat.com>
8769
8770 * gdbint.texinfo (Target Architecture Definition): Delete
8771 references to EXTRA_FRAME_INFO.
8772
32fb0f22
AC
87732003-04-08 Andrew Cagney <cagney@redhat.com>
8774
8775 * gdbint.texinfo (Target Architecture Definition): Delete
8776 PRINT_TYPELESS_INTEGER.
8777
6be67e67
JB
87782003-04-02 J. Brobecker <brobecker@gnat.com>
8779
8780 * observer.texi (GDB Observers): Adjust the documentation for the
8781 normal_stop notification to better describe reality. Fix a couple
8782 of minor typos.
8783
4e35d5f0
BR
87842003-04-02 Bob Rossi <bob_rossi@cox.net>
8785
a9331b3f 8786 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
8787 '-file-list-exec-source-file'
8788
e8a8712a
AC
87892003-03-31 Andrew Cagney <cagney@redhat.com>
8790
8791 * gdbint.texinfo (Target Architecture Definition): Delete
8792 references to CALL_DUMMY_P.
8793
6c0e89ed
AC
87942003-03-30 Andrew Cagney <cagney@redhat.com>
8795
8796 * gdbint.texinfo (Target Architecture Definition): Remove
8797 reference to TARGET_WRITE_SP.
a9331b3f 8798
378bfd1b
AC
87992003-03-27 Andrew Cagney <cagney@redhat.com>
8800
8801 * gdbint.texinfo (Target Architecture Definition): Remove
8802 references to write_sp.
6c0e89ed 8803
922fbb7b
AC
88042003-03-27 Andrew Cagney <cagney@redhat.com>
8805
8806 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8807 chapter body. Use @smallexample instead of @example.
8808 (Annotations): Ditto.
8809 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8810 annotate.texi.
8811
b81774d8
AC
88122003-03-26 Andrew Cagney <cagney@redhat.com>
8813
8814 * gdbint.texinfo (Target Architecture Definition): Replace
8815 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8816 dummy_addr parameters.
8817
1bf6d5cc
AC
88182003-03-25 Andrew Cagney <cagney@redhat.com>
8819
8820 * gdbint.texinfo (Target Architecture Definition): Delete
8821 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8822 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8823 Add reference to PUSH_ARGUMENTS.
8824
618ce49f
AC
88252003-03-23 Andrew Cagney <cagney@redhat.com>
8826
8827 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8828 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8829
bcd7e15f
JB
88302003-03-18 J. Brobecker <brobecker@gnat.com>
8831
8832 * gdbint.texinfo (Algorithms): Add new section describing the
8833 Observer paradigm.
8834 (Top): Add menu entry to new observer appendix.
8835 * observer.texi: New file.
8836 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8837 new observer.texi file.
8838
9fe8321b
AC
88392003-03-17 Andrew Cagney <cagney@redhat.com>
8840
8841 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8842 that GNU Press update the manual version number.
8843
ac2adee5
AC
88442003-03-12 Andrew Cagney <cagney@redhat.com>
8845
8846 * gdbint.texinfo (Target Architecture Definition): Delete
8847 references to get_saved_register. Rename GET_SAVED_REGISTER to
8848 DEPRECATED_GET_SAVED_REGISTER.
8849
749b82f6
AC
88502003-03-13 Andrew Cagney <cagney@redhat.com>
8851
8852 * gdbint.texinfo (Target Architecture Definition): Replace
8853 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8854
8bedc050
AC
88552003-03-12 Andrew Cagney <cagney@redhat.com>
8856
8857 * gdbint.texinfo (Target Architecture Definition): Rename
8858 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 8859
0ce1b118
CV
88602003-03-10 Corinna Vinschen <vinschen@redhat.com>
8861
8862 * gdb.texinfo: Add File-I/O documentation.
8863
12cc2063
AC
88642003-03-10 Andrew Cagney <cagney@redhat.com>
8865
8866 * gdbint.texinfo (Target Architecture Definition): Cross reference
8867 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8868
7453dc06
AC
88692003-03-07 Andrew Cagney <cagney@redhat.com>
8870
8871 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8872 frame" command.
8873
6314f104
AC
88742003-03-05 Andrew Cagney <cagney@redhat.com>
8875
8876 * gdbint.texinfo (Target Architecture Definition): Document
8877 unwind_dummy_id. Cross reference unwind_dummy_id and
8878 SAVE_DUMMY_FRAME_TOS.
8879
f1212245
DJ
88802003-03-05 James Ingham <jingham@apple.com>
8881 Daniel Jacobowitz <drow@mvista.com>
8882
8883 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8884 and "show cp-abi".
8885
77e7e267
AC
88862003-03-03 Andrew Cagney <cagney@redhat.com>
8887
8888 * gdbint.texinfo (Target Architecture Definition): Document
8889 register_type.
8890
838a8221
AC
88912003-03-03 Andrew Cagney <cagney@redhat.com>
8892
8893 * stabs.texinfo (Structures): Use @samp and separate @var's
8894 instead of a single @var containing a comma separated list.
8895 (Unions): Ditto.
8896
d7f4a264
DJ
88972003-03-02 Daniel Jacobowitz <drow@mvista.com>
8898
8899 * Makefile.in (distclean): Remove config.log.
8900
f30ee0bc
AC
89012003-03-01 Andrew Cagney <cagney@redhat.com>
8902
8903 * gdbint.texinfo (Target Architecture Definition): Rename
8904 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8905
89062003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
8907
8908 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8909 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8910
be448670
CF
89112003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8912
8913 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8914 (Non-debug DLL symbols): New node, describing the minimal symbols
8915 loaded from DLLs without real debugging symbols.
8916
501eef12
AC
89172003-02-20 Andrew Cagney <ac131313@redhat.com>
8918
8919 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8920 hardware-breakpoint-limit".
8921 (Set Watchpoints): Add cross reference to "set remote
8922 hardware-watchpoint-limit".
8923 (Remote configuration options): New section.
8924
21c294e6
AC
89252003-02-04 Andrew Cagney <ac131313@redhat.com>
8926
e9be73e4
AC
8927 * gdbint.texinfo (Target Architecture Definition): Delete
8928 descrption of IS_TRAPPED_INTERNALVAR.
8929
21c294e6
AC
8930 From Keith Seitz <keiths@redhat.com>:
8931 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8932 option "-i"/"--interpreter" to this chapter. Include index
8933 entries.
8934
0179ffac
DC
89352003-02-04 David Carlton <carlton@math.stanford.edu>
8936
8937 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8938 (Variables): Recommend stabs+ and DWARF 2.
8939 (C plus plus expressions): Correct info about
8940 compiler versions, debug formats.
8941 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8942 PR symtab/874.
8943
7ca9f392
AC
89442003-02-01 Andrew Cagney <ac131313@redhat.com>
8945
8946 * gdbint.texinfo (Target Architecture Definition): Delete
8947 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8948 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8949 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8950 references to nindy and i960.
8951 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8952
31a85ea2
AC
89532003-02-01 Andrew Cagney <ac131313@redhat.com>
8954
8955 * gdbint.texinfo (Target Architecture Definition): Delete
8956 FLOAT_INFO.
8957
6b894e49
AC
89582003-01-30 Andrew Cagney <ac131313@redhat.com>
8959
8960 * stabs.texinfo (Member Type Descriptor): Clarify description of
8961 `@'. Suggested by Ben Hutchings.
8962
c48861fb
AC
89632003-01-29 Andrew Cagney <ac131313@redhat.com>
8964
8965 * gdb.texinfo (M68K): Delete reference to es1800.
8966
617073a9
AC
89672003-01-29 Andrew Cagney <ac131313@redhat.com>
8968
8969 * gdb.texinfo (Maintenance Commands): Document `maint print
8970 reggroups' and `maint print register-groups'.
8971 * gdbint.texinfo (Target Architecture Definition): Document
8972 register_reggroup_p.
8973
5b5d99cf
JB
89742003-01-23 Jim Blandy <jimb@redhat.com>
8975
8976 * gdb.texinfo (Separate Debug Files): New section.
8977
e7ba9c65
DJ
89782003-01-22 Daniel Jacobowitz <drow@mvista.com>
8979
8980 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8981 and "maint show profile".
8982
94e91d6d
MC
89832003-01-16 Michael Chastain <mec@shout.net>
8984
8985 * gdb.texinfo (Installing GDB): Warn against
8986 ".../gdb-VERSION/gdb/configure".
8987 (Separate Objdir): Likewise.
8988
867f3898
AC
89892003-01-15 Andrew Cagney <ac131313@redhat.com>
8990
8991 * gdbint.texinfo (Target Architecture Definition): Delete
8992 definition of PRINT_REGISTER_HOOK.
8993
f153cc92
EZ
89942003-01-15 Elena Zannoni <ezannoni@redhat.com>
8995
8996 (OpenRISC 1000): Fix formatting of command names.
8997
c60eb6f1
EZ
89982003-01-15 Elena Zannoni <ezannoni@redhat.com>
8999
9000 * gdb.texinfo (Continuing and Stepping): Add new command
9001 'advance'. Clarify behavior of 'until'.
9002
f5ebfba0
DJ
90032003-01-13 Daniel Jacobowitz <drow@mvista.com>
9004
9005 * gdb.texinfo (Files): Document solib-absolute-prefix and
9006 solib-search-path.
9007
4ce8657e
MC
90082003-01-09 Michael Chastain <mec@shout.net>
9009
9010 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9011 (Create a Release): Add new instructions for new @file{src-release}.
9012 Document existing instructions for @file{Makefile.in} as
9013 being for @value{GDBN} 5.3.1 or earlier.
9014
372613e3
AC
90152003-01-09 Andrew Cagney <ac131313@redhat.com>
9016
9017 * gdbint.texinfo (Target Architecture Definition): Mention
9018 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9019 allocate memory.
9020
b4e9345d
DJ
90212003-01-04 Daniel Jacobowitz <drow@mvista.com>
9022
9023 * gdb.texinfo (Controlling GDB): Add @kindex for
9024 "show osabi".
9025 (Backtraces): Add @kindex's for backtrace-below-main.
9026
98b45e30
DJ
90272003-01-04 Daniel Jacobowitz <drow@mvista.com>
9028
9029 * gdb.texinfo (Controlling GDB): Document "set osabi".
9030
95f90d25
DJ
90312003-01-04 Daniel Jacobowitz <drow@mvista.com>
9032
9033 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9034 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9035
1e698235
DJ
90362003-01-04 Daniel Jacobowitz <drow@mvista.com>
9037
9038 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9039 "set coerce-float-to-double".
9040 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9041
e632838e
AC
90422003-01-02 Andrew Cagney <ac131313@redhat.com>
9043
9044 * stabs.texinfo: Remove obsolete text.
9045 * gdbint.texinfo: Ditto.
9046 * gdb.texinfo: Ditto.
9047
c133ab7a
MK
90482002-12-22 Mark Kettenis <kettenis@gnu.org>
9049
9050 * gdbint.texinfo (Target Architecture Definition): Update
9051 description of gdbarch_register_osabi.
9052
f821f325
KH
90532002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9054
9055 * agentexpr.texi: Fix typos.
9056 * annotate.texi: Likewise.
9057 * fdl.texi: Likewise.
9058
85a6d8d3 90592002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
9060
9061 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9062 DEPRECATED_INIT_FRAME_PC.
9063
ae45cd16
AC
90642002-12-01 Andrew Cagney <ac131313@redhat.com>
9065
9066 * gdbint.texinfo (Target Architecture Definition): Delete
9067 PC_IN_CALL_DUMMY.
9068
07555a72
AC
90692002-11-28 Andrew Cagney <ac131313@redhat.com>
9070
9071 * gdbint.texinfo (Host Definition): Delete documentation on
9072 USE_GENERIC_DUMMY_FRAMES.
9073
c166cdc7
EZ
90742002-11-26 Elena Zannoni <ezannoni@redhat.com>
9075
5ae4183a 9076 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
9077 * Makefile.in (install-info): Run the install-info command as part
9078 of the post install steps only.
9079 (uninstall-info): New target.
9080 (uninstall): New target.
9081
35db0260
EZ
90822002-11-22 Elena Zannoni <ezannoni@redhat.com>
9083
9084 * Makefile.in (install): Make install do some real work.
9085
9ba8d803
AC
90862002-11-19 Andrew Cagney <ac131313@redhat.com>
9087
9088 Fix POSIX problem reported by Paul Eggert.
9089 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9090 Fix PR gdb/527.
9091
903ad3a6
AC
90922002-10-26 Andrew Cagney <cagney@redhat.com>
9093
9094 * gdbint.texinfo (Target Architecture Definition): Delete
9095 definition of DO_REGISTERS_INFO.
9096
f2abfe65
KB
90972002-10-18 Kevin Buettner <kevinb@redhat.com>
9098
9099 * gdbint.texinfo (Address Classes): Fix problems with insertion
9100 of ``{'' and ``}'' in example.
9101
b5b0480a
KB
91022002-10-17 Kevin Buettner <kevinb@redhat.com>
9103
9104 * gdbint.texinfo (Address Classes): New section.
9105 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9106 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9107 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9108 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9109
c85508ee
KD
91102002-10-11 Klee Dienes <kdienes@apple.com>
9111
9112 * gdb.texinfo (Registers): Mention vector registers as well as
9113 floating registers in the documentation for 'info registers' and
9114 'info all-registers'.
9115
6d12fc3d
DJ
91162002-10-11 Daniel Jacobowitz <drow@mvista.com>
9117
9118 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9119
8d19fbd2
JJ
91202002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9121
9122 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9123 interface definition.
9124
a37295f9
MM
91252002-10-03 Marko Mlinar <markom@opencores.org>
9126
9127 * gdb.texinfo (Target Commands): Add or1k target specific
9128 commands.
9129 * gdb.texinfo (Contributors): Add myself to the contributors list.
9130
da0f9dcd
AC
91312002-10-01 Andrew Cagney <ac131313@redhat.com>
9132
9133 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9134 and "mi1" instead of "mi1" and "mi0".
9135
2e834e49
HPN
91362002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9137
9138 * gdb.texinfo (Packets): Fix typos "alligned".
9139 Correct z3/Z3 description. Correct z4/Z4 title.
9140
050be0dc
AC
91412002-09-27 Andrew Cagney <ac131313@redhat.com>
9142
9143 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9144
1104b9e7
KB
91452002-09-25 Kevin Buettner <kevinb@redhat.com>
9146
9147 * gdb.texinfo: Use GNU/Linux instead of Linux.
9148
512217c7
AC
91492002-09-25 Andrew Cagney <ac131313@redhat.com>
9150
9151 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9152
10998722
AC
91532002-09-24 Andrew Cagney <ac131313@redhat.com>
9154
512217c7 9155 * gdb.texinfo: Replace @example with @smallexample.
10998722 9156
a0eb71c5
KB
91572002-09-20 Kevin Buettner <kevinb@redhat.com>
9158
f7dc1244 9159 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
9160 * gdb.texinfo (Character Sets): Use @smallexample instead of
9161 @example. Use GNU/Linux instead of Linux.
9162
91632002-09-20 Jim Blandy <jimb@redhat.com>
9164
9165 * gdb.texinfo: Add character set documentation.
9166
2f870471
AC
91672002-09-19 Andrew Cagney <ac131313@redhat.com>
9168
9169 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9170 (Packets): Add cross reference from `b' packet to `z' packets.
9171
790eb8f5
AC
91722002-09-19 Andrew Cagney <ac131313@redhat.com>
9173
8d30a00d
AC
9174 * gdb.texinfo (Maintenance Commands): Document ``maint
9175 internal-error'' and ``maint internal-warning''.
9176
790eb8f5
AC
9177 * gdbint.texinfo (Target Architecture Definition): Revise
9178 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9179
a23a7bf1
JB
91802002-09-19 Joel Brobecker <brobecker@gnat.com>
9181
9182 * gdbint.texinfo (Target Conditionals): Document the new
9183 NAME_OF_MALLOC macro.
9184
299ffc64
AC
91852002-09-05 Andrew Cagney <ac131313@redhat.com>
9186
9187 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9188 engineer.
9189
b7bb15bc
SC
91902002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9191
9192 * gdb.texinfo (TUI Overview): Document status line fields.
9193
3d757584
SC
91942002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9195
9196 * gdb.texinfo (TUI Commands): Document info win command.
9197
269c21fe
SC
91982002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9199
9200 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9201
7cf36c78
SC
92022002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9203
9204 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9205 (TUI Keys): Likewise.
9206
d2c6833e
AC
92072002-08-25 Andrew Cagney <ac131313@redhat.com>
9208
9209 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9210 for a packet receive.
9211
46d8b1c3
AC
92122002-08-25 Andrew Cagney <ac131313@redhat.com>
9213
9214 * Makefile.in (clean): Move to end of file.
9215 (distclean, maintainer-clean, realclean): Ditto.
9216 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9217 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9218 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9219 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9220
b0787093
AC
92212002-08-24 Andrew Cagney <ac131313@redhat.com>
9222
9223 * Makefile.in (GDBINT_TEX_TMPS): Define.
9224 (gdbint.dvi, gdbint.pdf): Use
9225 (GDB_TEX_TMPS): Define.
9226 (gdb.dvi, gdb.pdf): Use.
9227 (STABS_TEX_TMPS): Define.
9228 (stabs.dvi, stabs.pdf): Use.
9229 (GDB_DOC_SOURCE_INCLUDES): New macros.
9230 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9231 (GDBINT_DOC_FILES_INCLUDES): New macros.
9232 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9233 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9234 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9235 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9236 (links2roff): Replace SFILES_INCLUDED with
9237 GDB_DOC_SOURCE_INCLUDES.
9238 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9239 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9240 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9241 dependencies.
9242 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9243 dependencies.
9244 (gdbmi.texinfo): Delete rule.
9245 (inc-hist.texinfo): Delete rule.
9246 (rluser.texinfo): Delete rule.
9247
ebba8386
AC
92482002-08-23 Andrew Cagney <cagney@redhat.com>
9249
9250 * gdbint.texinfo (Target Architecture Definition): Update
9251 STORE_RETURN_VALUE, mention regcache.
9252
0ab7a791
AC
92532002-08-21 Andrew Cagney <ac131313@redhat.com>
9254
9255 * gdbint.texinfo (Target Architecture Definition): Document
9256 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9257
ee2d5c50
AC
92582002-08-19 Andrew Cagney <ac131313@redhat.com>
9259
9260 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9261 Fix minor typos. Add index entries.
9262
53c69bd7
AC
92632002-08-18 Andrew Cagney <ac131313@redhat.com>
9264
9265 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9266
e76f1f2e
AC
92672002-08-15 Andrew Cagney <ac131313@redhat.com>
9268
9269 * gdbint.texinfo (Target Architecture Definition): Document
9270 PRINT_VECTOR_INFO.
9271 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9272
0680b120
AC
92732002-08-13 Andrew Cagney <ac131313@redhat.com>
9274
9275 * gdb.texinfo (Maintenance Commands): Document "maint print
9276 registers", "maint print raw-registers" and "maint print
9277 cooked-registers".
9278
3c3bea1c
GS
92792002-08-08 Grace Sainsbury <graces@redhat.com>
9280
a9331b3f 9281 From Mark Salter:
3c3bea1c
GS
9282 * gdb.texinfo (Protocol): Document T packet extension to
9283 allow watchpoint address reporting.
9284
42f9b0a5
AC
92852002-08-03 Andrew Cagney <ac131313@redhat.com>
9286
9287 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9288
db034ac5
AC
92892002-08-01 Andrew Cagney <cagney@redhat.com>
9290
9291 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9292 to CHILL.
9293
e2b28d04
AC
92942002-08-01 Andrew Cagney <ac131313@redhat.com>
9295
9296 * gdbint.texinfo (Coding): Revise section "Include Files".
9297
7fb623f7
AC
92982002-07-24 Andrew Cagney <cagney@redhat.com>
9299
9300 * gdbint.texinfo: Obsolete references to m88k.
9301 * gdb.texinfo: Ditto.
9302
4a2b4636
JB
93032002-07-10 Joel Brobecker <brobecker@gnat.com>
9304
7fb623f7 9305 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
9306 where the proper version of autoconf can be retrieved.
9307
a71ec265
DH
93082002-07-09 Don Howard <dhoward@redhat.com>
9309
9310 * gdb.texinfo (Command Files): Further describe the behavior of
9311 sourced command files.
9312
b9aa90c9
AC
93132002-06-27 Andrew Cagney <ac131313@redhat.com>
9314
9315 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9316 (Coding): Clarify ISO C version that GDB assumes.
9317
40dd2248
TT
93182002-06-26 Tom Tromey <tromey@redhat.com>
9319
9320 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9321 add_setshow_cmd_full.
9322
bfac230e
DH
93232002-06-25 Don Howard <dhoward@redhat.com>
9324
9325 * gdb.texinfo (Memory Region Attributes): Document new behavior
9326 for 'mem' command.
9327
475b0867
JB
93282002-06-11 Jim Blandy <jimb@redhat.com>
9329
919d772c
JB
9330 * gdb.texinfo (Symbols): Update documentation for `info source'
9331 command.
9332
475b0867
JB
9333 * gdb.texinfo (Macros): Call the command `info macro', not
9334 `show macro'.
9335
ba8c9337
AC
93362002-06-09 Andrew Cagney <ac131313@redhat.com>
9337
9338 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9339 data''.
9340
1029b7fa
MK
93412002-06-09 Mark Kettenis <kettenis@gnu.org>
9342
9343 * gdbint.texinfo (Target Architecture Definition): Document
9344 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9345
16737d73
AC
93462002-06-08 Andrew Cagney <ac131313@redhat.com>
9347
9348 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9349 lists.
9350
30107679
AC
93512002-06-08 Andrew Cagney <ac131313@redhat.com>
9352
9353 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9354 Branch''.
9355
3352e23e
AC
93562002-06-01 Andrew Cagney <ac131313@redhat.com>
9357
9358 * gdbint.texinfo (Target Architecture Definition): Add section
9359 ``Converting an existing Target Architecture to Multi-arch''.
9360
cbb09e6a
AC
93612002-05-30 Andrew Cagney <ac131313@redhat.com>
9362
9363 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9364 to ``Obsoleting code''. Revise.
9365
e2e0bcd1
JB
93662002-05-17 Jim Blandy <jimb@redhat.com>
9367
9368 * gdb.texinfo (C Preprocessor Macros): New chapter.
9369 Include it in the main menu.
9370 (Contributors): Credit Jim Blandy with macro support.
9371 (Compilation): Explain how to get macro information into the
9372 executable.
9373 (Expressions): Note that preprocessor macros are expanded.
9374
9db8d71f
DJ
93752002-05-14 Daniel Jacobowitz <drow@mvista.com>
9376
9377 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9378 options for `target remote'.
9379
6d531722
AC
93802002-05-13 Andrew Cagney <ac131313@redhat.com>
9381
9382 * gdbint.texinfo (Target Architecture Definition): Delete
9383 documentation on NNPC_REGNUM.
9384
13d01224
AC
93852002-05-11 Andrew Cagney <ac131313@redhat.com>
9386
9387 * gdbint.texinfo (Target Architecture Definition): Document
9388 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9389 (Target Architecture Definition): Revise section `Using Different
9390 Register and Memory Data Representations'. Add section `Raw and
9391 Virtual Register Representations'.
9392
b2e75d78
AC
93932002-05-11 Andrew Cagney <ac131313@redhat.com>
9394
9395 * gdbint.texinfo (Target Architecture Definition): Mention
9396 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9397 (Target Architecture Definition): Mention same. Add references to
9398 web pages.
9399
2c8682ee
MS
94002002-05-08 Michael Snyder <msnyder@redhat.com>
9401
9402 * stabs.texinfo (Attributes): Document new "vector" attribute.
9403
0816590b
AC
94042002-05-04 Andrew Cagney <ac131313@redhat.com>
9405
9406 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9407
2653173e
AC
94082002-05-04 Andrew Cagney <ac131313@redhat.com>
9409
9410 * gdb.texinfo: Delete obsolete references to a29k.
9411
d7bd68ca
AC
94122002-04-24 Andrew Cagney <ac131313@redhat.com>
9413
9414 * gdbint.texinfo (Target Architecture Definition): Replace
9415 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9416
21d83aa5
DM
94172002-04-24 David S. Miller <davem@redhat.com>
9418
9419 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9420
7673a6cc
DM
94212002-04-21 David S. Miller <davem@redhat.com>
9422
9423 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9424
d49d1e0a
AC
94252002-04-21 Andrew Cagney <ac131313@redhat.com>
9426
9427 * gdbint.texinfo (Target Architecture Definition): Delete
9428 definition of HAVE_REGISTER_WINDOWS.
9429
f7dc1244 94302002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
9431
9432 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9433 "Theodore A. Roth" <troth@verinet.com>.
9434
5ca0cb28
DH
94352002-04-15 Don Howard <dhoward@redhat.com>
9436
f7dc1244 9437 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 9438 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 9439 Provide a better explaination of this feature.
5ca0cb28 9440
f208ba17
AC
94412002-04-14 Andrew Cagney <ac131313@redhat.com>
9442
9443 * gdbint.texinfo (Target Architecture Definition): Remove
9444 FRAME_CHAIN_COMBINE.
9445
d5ba91de
MC
94462002-04-12 Michael Chastain <mec@shout.net>
9447
9448 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9449 REG_STACK_SEGMENT.
9450
26818220
MC
94512002-04-09 Michael Chastain <mec@shout.net>
9452
9453 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9454 PYRAMID_* macros.
9455
129188f6
AC
94562002-04-07 Andrew Cagney <ac131313@redhat.com>
9457
9458 * gdb.texinfo (Bug Reporting): Document that the web is the
9459 prefered way of submitting bug reports.
9460 (Bug Reporting): Delete the s-mail address as the last resort.
9461
8227c0ff
AC
94622002-04-05 Andrew Cagney <ac131313@redhat.com>
9463
9464 * gdbint.texinfo (Target Architecture Definition): Delete
9465 references to TARGET_WRITE_FP and write_fp.
9466
16d9dec6
MS
94672002-03-27 Michael Snyder <msnyder@redhat.com>
9468
9469 * gdb.texinfo: Document new commands dump, append, and restore.
9470
9ae8b82c
AC
94712002-03-27 Andrew Cagney <ac131313@redhat.com>
9472
9473 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9474 Branch'.
9475
474c8240
AC
94762002-03-18 Andrew Cagney <ac131313@redhat.com>
9477
9478 * gdb.texinfo: Change all examples to @smallexample.
9479 * gdbint.texinfo: Ditto.
a9331b3f 9480
fb0ff88f
AC
94812002-03-18 Andrew Cagney <ac131313@redhat.com>
9482
9483 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9484 Branches''.
9485
9bb0a4d8
AC
94862002-03-18 Andrew Cagney <ac131313@redhat.com>
9487
9488 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9489 Policy''.
9490
937f164b
FF
94912002-03-04 Fred Fish <fnf@redhat.com>
9492
9493 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9494 expresson, suports, dependant, trhe, perhaphs, situtations,
9495 explictily, taged, oportunity, unfortunatly).
9496
a7b40f07
AC
94972002-02-24 Andrew Cagney <ac131313@redhat.com>
9498
9499 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9500 Remove reference to 3.12.
9501
aab4e0ec
AC
95022002-02-23 Andrew Cagney <ac131313@redhat.com>
9503
9504 * gdbint.texinfo: Include fdl.texi.
9505 (Top): Add GNU Free Documentation License.
9506 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9507 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9508 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9509 (gdbint.info): Add srcdir to include path.
9510 * gdb.texinfo: Include gpl.texi.
9511 (Top): Add Copying.
9512 * gpl.texi: New file.
9513
47b95330
AC
95142002-02-23 Andrew Cagney <ac131313@redhat.com>
9515
9516 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9517
78c47bea
PM
95182002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9519
9520 * gdb.texinfo: Document Cygwin native specific commands.
9521
56460a61
DJ
95222002-02-15 Daniel Jacobowitz <drow@mvista.com>
9523
9524 * gdb.texinfo: Document gdbserver ``--attach'' command.
9525
def71bfa
MS
95262002-02-07 Michael Snyder <msnyder@redhat.com>
9527
9528 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9529 to @code(_ovly_debug_event).
9530
c928edc0
AC
95312002-02-07 Andrew Cagney <ac131313@redhat.com>
9532
9533 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9534
81d46470
MS
95352002-02-06 Michael Snyder <msnyder@redhat.com>
9536
9537 * gdb.texinfo (overlays): Mention new magic symbol
9538 '_ovly_debug_event', which allows GDB to keep better track
9539 of overlays.
9540
f7dc1244 95412002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
9542
9543 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9544 Suggested by Dmitry Sivachenko.
9545
9546 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9547
15110bc3
MS
95482002-02-01 Michael Snyder <msnyder@redhat.com>
9549
9550 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9551
6763aef9
MS
95522002-01-30 Michael Snyder <msnyder@redhat.com>
9553
ac282366
MS
9554 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9555 (set trust-readonly-sections): Document.
6763aef9 9556
8642bc8f
AC
95572002-01-29 Andrew Cagney <ac131313@redhat.com>
9558
9559 * gdbint.texinfo (Releasing GDB): Revise and update.
9560
afe64c1a
AC
95612002-01-28 Andrew Cagney <ac131313@redhat.com>
9562
9563 * gdbint.texinfo (Target Architecture Definition): Delete
9564 description of TARGET_BYTE_ORDER_DEFAULT.
9565
f7dc1244 95662002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
9567
9568 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9569 <mitya@cavia.pp.ru>.
9570
3d6e1b5a
AC
95712002-01-23 Andrew Cagney <ac131313@redhat.com>
9572
9573 * libgdb.texinfo: Delete file.
9574
6c0e9fb3
AC
95752002-01-22 Andrew Cagney <ac131313@redhat.com>
9576
9577 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9578 * gdbint.texinfo: Ditto.
9579
e0ce93ac
AC
9580Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9581
9582 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9583
be298bcc
AC
95842002-01-22 Andrew Cagney <ac131313@redhat.com>
9585
9586 * Makefile.in: Update copyright.
9587 (TEXI2DVI): Define.
9588 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9589 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9590 gdb-cfg.texi.
9591 (TEXINDEX, PDFTEX): Delete makefile variables.
9592
8e04817f
AC
95932002-01-22 Andrew Cagney <ac131313@redhat.com>
9594
9595 * gdb.texinfo (Protocol): Move section to appendix.
9596
6b2f586d
AC
95972002-01-21 Andrew Cagney <ac131313@redhat.com>
9598
9599 * gdb.texinfo (Remote Debugging): Create a menu.
9600 (Top): Add ``Remote Debugging'' to menu.
9601
6f05cf9f
AC
96022002-01-21 Andrew Cagney <ac131313@redhat.com>
9603
9604 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9605 serial protocol'' from here.
9606 (Remote Debugging): To here. New chapter.
9607
3fd3d7d2
AC
96082002-01-20 Andrew Cagney <ac131313@redhat.com>
9609
9610 * gdbint.texinfo (Target Architecture Definition): Delete
9611 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9612
7fd60527
AC
96132002-01-20 Andrew Cagney <ac131313@redhat.com>
9614
9615 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9616 are no longer needed.
9617 (Porting GDB): Add maintainer note about configure.host.
9618
c2f05ac9
AC
96192002-01-20 Andrew Cagney <ac131313@redhat.com>
9620
9621 * gdbint.texinfo (Target Architecture Definition): Remove
9622 definition of IEEE_FLOAT.
9623
f7dc1244 96242002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
9625
9626 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
9627 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9628 <3diff@gnu.org>
231b2aad 9629
82600034
AC
96302002-01-19 Andrew Cagney <ac131313@redhat.com>
9631
9632 * gdbint.texinfo (Host Definition): Remove references to
9633 MALLOC_INCOMPATIBLE.
9634
7708fa01
AC
96352002-01-17 Andrew Cagney <ac131313@redhat.com>
9636
9637 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9638 and xyz-xdep.o.
9639
eb12ee30
AC
96402002-01-17 Andrew Cagney <ac131313@redhat.com>
9641
889bf7c5 9642 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
9643 (Set Breaks): Copy ``maint info breakpoint'' doco to
9644 ``Maintenance Commands'' appendix. Add reference.
9645
c9ccaa92
AC
96462002-01-17 Andrew Cagney <ac131313@redhat.com>
9647
9648 * fdl.texi: Remove next/prev from @node.
9649
f7dc1244 96502002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
9651
9652 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9653 for monstrous @multitable (from Brian Youmans).
9654
9655 * fdl.texi: New file.
9656
9657 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9658
8973da3a
AC
96592002-01-15 Andrew Cagney <ac131313@redhat.com>
9660
9661 * gdbint.texinfo (Releasing GDB): New chapter.
9662
7d86b5d5
AC
96632002-01-14 Andrew Cagney <ac131313@redhat.com>
9664
9665 * gdb.texinfo (Embedded Processors, Calling program functions):
9666 Obsolete references to a29k.
9667
cc1cb004
AC
96682002-01-13 Andrew Cagney <ac131313@redhat.com>
9669
9670 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9671 examples. Document that a code-block should do or discard its
9672 cleanups before exit.
9673
79f12247
MS
96742002-01-11 Michael Snyder <msnyder@redhat.com>
9675
9676 * gdb.texinfo (Choosing files): Change @samp to @file.
9677
19837790
MS
96782002-01-05 Michael Snyder <msnyder@redhat.com>
9679
9680 * gdb.texinfo (--pid): Document new command line option (attach).
9681
f7dc1244 96822002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
9683
9684 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9685 in the stub.
9686
d7449b42
AC
96872002-01-04 Andrew Cagney <ac131313@redhat.com>
9688
9689 * gdbint.texinfo (Target Architecture Definition): Replace
9690 BIG_ENDIAN with BFD_ENDIAN_BIG.
9691
f23631e4
AC
96922002-01-03 Andrew Cagney <ac131313@redhat.com>
9693
9694 * gdbint.texinfo (Target Architecture Definition): Replace
9695 value_ptr with struct value pointer.
9696
72c9928d
EZ
96972002-01-02 Eli Zaretskii <eliz@gnu.org>
9698
9699 * gdb.texinfo (Free Software): Fix wording.
9700
959acfd1
EZ
97012001-12-31 Eli Zaretskii <eliz@gnu.org>
9702
9703 * gdb.texinfo (Free Software): New section ``Free Software Needs
9704 Free Documentation''.
9705
f7dc1244 97062001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
9707
9708 * stabs.texinfo:
9709 * gdb.texinfo:
9710 * gdbint.texinfo:
9711 * libgdb.texinfo:
9712 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9713
6600abed
MS
97142001-12-29 Michael Snyder <msnyder@redhat.com>
9715
9716 * gdb.texinfo (maint info sections): Fix typo.
9717
f6680716
MS
97182001-12-26 Michael Snyder <msnyder@redhat.com>
9719
fe95c787
MS
9720 * gdb.texinfo (maint info sections): Document.
9721
a9331b3f 9722 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
9723 'info proc' sub-options that are currently not implemented.
9724
c3d3ce5b
JB
97252001-12-20 Jim Blandy <jimb@redhat.com>
9726
9727 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9728
778eb05e
AC
97292001-12-15 Andrew Cagney <ac131313@redhat.com>
9730
9731 * gdbint.texinfo (Target Architecture Definition): Replace
9732 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9733
2607059c
AC
97342001-12-01 Andrew Cagney <ac131313@redhat.com>
9735
9736 * gdbint.texinfo (Host Definition): Delete documentation on
9737 HOST_BYTE_ORDER.
9738
df0cd8c5
JB
97392001-11-30 Jim Blandy <jimb@redhat.com>
9740
9741 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 9742 overlay support. Add to top-level menu.
df0cd8c5 9743
88118b3a
TT
97442001-11-26 Tom Tromey <tromey@redhat.com>
9745
9746 * gdb.texinfo (Command Syntax): Document C-o binding.
9747
96565e91
CF
97482001-07-26 Christopher Faylor <cgf@redhat.com>
9749
9750 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9751 use since it is described in the referenced section.
9752
f7dc1244 9753 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
9754 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9755 clearer when using DJGPP.
9756
2a3d5645
CF
97572001-11-24 Christopher Faylor <cgf@redhat.com>
9758
9759 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9760 specifically refer to MS-DOS.
9761 (command files): Mention gdb.ini is only used on MS-DOS.
9762
aa26fa3a
TT
97632001-11-21 Tom Tromey <tromey@redhat.com>
9764
9765 * gdb.texinfo (Invoking GDB): Document --args.
9766 (Mode Options): Likewise.
9767
4f8ada06
JB
97682001-11-21 Jim Blandy <jimb@redhat.com>
9769
9770 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
9771 Delete documentation; this macro has been removed from the
9772 sources.
4f8ada06 9773
3fe0dc10
JB
97742001-11-13 Jim Blandy <jimb@redhat.com>
9775
9776 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9777
9e5abb06
CV
97782001-11-06 Corinna Vinschen <vinschen@redhat.com>
9779
9780 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9781
1c5dfdad
MS
97822001-11-05 Michael Snyder <msnyder@redhat.com>
9783
a9331b3f 9784 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
9785 quote regexp chars in function names such as "operator*()".
9786
990f9fe3
FF
97872001-11-01 Fred Fish <fnf@redhat.com>
9788
9789 * gdbint.texinfo (SOLIB_ADD): Document additional new
9790 "readsyms" arg.
9791
b433d00b
DH
97922001-10-30 Don Howard <dhoward@redhat.com>
9793
070b1dd3
DH
9794 * gdb.texinfo: (Command Files) Added documentation for the
9795 behavior of gdb with input redirected from a file.
b433d00b 9796
b7209cb4
FF
97972001-10-28 Fred Fish <fnf@redhat.com>
9798
9799 * gdb.texinfo (auto-solib-add): Change docs to match
9800 implementation change.
9801 (auto-solib-limit): Add docs for new variable.
9802
1aa20aa8
AC
98032001-10-15 Andrew Cagney <ac131313@redhat.com>
9804
9805 * gdbint.texinfo (Target Architecture Definition): Function
9806 value_as_pointer renamed to value_as_address.
9807
fc0c74b1
AC
98082001-10-15 Andrew Cagney <ac131313@redhat.com>
9809
9810 * gdbint.texinfo (Target Architecture Definition): Default
9811 POINTER_TO_ADDRESS functions assume unsigned addresses.
9812 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9813 posting by Jim Blandy.
9814
f4846649
JB
98152001-10-12 Jim Blandy <jimb@redhat.com>
9816
9817 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9818 version of texi2html (1.64) doesn't support this flag any more.
9819
f277788b
MK
98202001-09-08 Mark Kettenis <kettenis@gnu.org>
9821
a9dc4918
MK
9822 * gdbint.texinfo (Host Definition): Remove description of
9823 MEM_FNS_DECLARED.
9824
d28379df
MK
9825 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9826
f277788b
MK
9827 * gdbint.texinfo (Host Definition): Remove description of
9828 HAVE_SIGSETMASK.
9829
7ccaa899
EZ
98302001-09-04 Elena Zannoni <ezannoni@redhat.com>
9831
9832 * gdbint.texinfo (Target Architecture Definition): Add
9833 explanation of TARGET_PRINT_INSN macro.
9834
17d9d558
JB
98352001-08-30 Jim Blandy <jimb@redhat.com>
9836
9837 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9838 Explain what it means to load relocatable files.
9839
72cde065
JB
98402001-08-28 Jim Blandy <jimb@redhat.com>
9841
9842 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9843 info `top' menu.
9844
9e678452
CF
9845Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9846
9847 * gdbint.texinfo: Add a cautionary note about macro use.
9848
a2bea4c3 98492001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 9850
a2bea4c3
CV
9851 * gdb.texinfo: Explain omitting the hostname in the
9852 `target remote' command.
9853
1129bf27
DJ
98542001-07-30 Daniel Jacobowitz <drow@mvista.com>
9855
9856 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9857 and END-INFO-DIR-ENTRY.
9858
732b3002
SC
98592001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9860
9861 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9862
89437448
AC
98632001-07-25 Andrew Cagney <ac131313@redhat.com>
9864
9865 * gdbint.texinfo (libgdb): Rewrite.
9866
f7dc1244 98672001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
9868
9869 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9870
c4555f82
SC
98712001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9872
9873 * gdb.texinfo (TUI): New chapter, document the TUI.
9874 (Mode Options): Document the -tui option.
9875
2f45a6e0
MK
98762001-07-23 Mark Kettenis <kettenis@gnu.org>
9877
9878 * gdbint.texinfo (Host Definition): Remove description of
9879 NEED_POSIX_SETPGID.
9880
f7dc1244 98812001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
9882
9883 * gdb.tex (DJGPP Native): New node, with descriptions of
9884 DJGPP-specific commands.
9885
be9c6c35
JM
98862001-07-19 John R. Moore <jmoore@redhat.com>
9887
9888 * gdbint.texinfo: Three misspellings.
9889
dfa249fb
AC
98902001-07-06 Andrew Cagney <ac131313@redhat.com>
9891
9892 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9893 `test` expressions on bash. Problem reported by Colin Walters.
9894
c72e7388
AC
98952001-07-04 Andrew Cagney <ac131313@redhat.com>
9896
9897 * gdbint.texinfo (User Interface): Update ui-out documentation to
9898 refelect recent UI/MI updates.
9899
94bbb2c0
AC
99002001-07-04 Andrew Cagney <ac131313@redhat.com>
9901
9902 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9903 interpreters.
9904
af6c57ea
AC
99052001-06-15 Andrew Cagney <ac131313@redhat.com>
9906
9907 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9908 structure and not macros.
9909 (Host Definition): Document that much of this chapter is obsolete.
9910 (Target Architecture Definition): Update list of files that make
9911 up a target architecture.
9912 (Coding): Update.
9913
83aa8bc6
AC
99142001-06-28 Andrew Cagney <ac131313@redhat.com>
9915
9916 * gdbint.texinfo (Target Architecture Definition): Update
9917 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9918 The latter has been changed to a true predicate.
9919
f7dc1244 99202001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
9921
9922 * annotate.texi: Add @noindent where needed. From Dmitry
9923 Sivachenko <dima@Chg.RU>.
9924 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9925
656db9b0
AC
99262001-06-16 Andrew Cagney <ac131313@redhat.com>
9927
9928 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9929
df2396a1
AC
99302001-06-14 Andrew Cagney <ac131313@redhat.com>
9931
9932 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9933 returns ``OK''. Document that the ``R'' packet does not reply.
9934
0f1f2b0a
MS
99352001-06-13 Michael Snyder <msnyder@redhat.com>
9936
9937 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9938
f7dc1244 99392001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
9940
9941 * gdb.texinfo (Signals): Clarify the default setting of signal
9942 handling.
9943
a5d7c491
AC
99442001-05-14 Andrew Cagney <ac131313@redhat.com>
9945
9946 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9947 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9948
05a54c4f
AC
99492001-05-12 Andrew Cagney <ac131313@redhat.com>
9950
9951 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9952
f7dc1244 99532001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
9954
9955 * gdbint.texinfo (Clean Design and Portable Implementation):
9956 Renamed from "Clean Design".
9957 (Clean Design and Portable Implementation): Document portable
9958 methods of handling file names, and the associated macros.
9959
f7dc1244 99602001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
9961
9962 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9963 command and provide a cross-reference to its description.
9964 (Symbols): Note that "info scope" is useful for trace experiments.
9965
f7dc1244 99662001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 9967
b37052ae
EZ
9968 * gdb.texinfo (Symbols): Document "info scope".
9969 (Tracepoints): New chapter.
9970 (Contributors): Update for v5.1.
9971 <All nodes>: Change "C++" to "C@t{++}".
9972
0ee54786
EZ
9973 * gdbint.texinfo (User Interface): A new section about ui_out
9974 functions, based on text written by Fernando Nasser.
9975
c534679c
EZ
9976 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9977
f7dc1244 99782001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 9979
e9c75b65
EZ
9980 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9981
9982 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9983
9984 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9985 Replace "GDB" with "@value{GDBN}". Fix markup.
9986
9987 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9988
3d67e040
EZ
9989 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9990 a cross-reference to its description.
9991 (Symbols): Document "info symbol".
9992
f7dc1244 99932001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
9994
9995 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9996 subsection "x86 Watchpoints".
9997 (Target Architecture Definition): Document the macros
9998 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9999 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10000
b0ed3589
AC
100012001-03-20 Andrew Cagney <ac131313@redhat.com>
10002
10003 * gdbint.texinfo (Target Architecture Definition): Update
10004 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10005 list.
10006
b6ba6518
KB
100072001-03-06 Kevin Buettner <kevinb@redhat.com>
10008
10009 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10010 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10011
f7dc1244 100122001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
10013
10014 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10015
f7dc1244 100162001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 10017
17cc6a06
EZ
10018 * gdb.texinfo (Environment): Document that `path' does not change
10019 the value of PATH in GDB's own environment (it did in the past,
10020 but that was changed on March 15, 1994). Reported by Doug Evans
10021 <dje@transmeta.com>.
10022
56caf160
EZ
10023 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10024 its line. Fix markup of commands and macros. Add an Index node
10025 and index entries.
10026
29e57380
C
100272001-01-23 J.T. Conklin <jtc@redback.com>
10028
10029 * gdb.texinfo (Memory region attributes): New manual section.
10030
1c6147de
ND
100312001-01-04 Nicholas Duffek <nsd@redhat.com>
10032
10033 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10034
f7dc1244 100352000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
10036
10037 * refcard.tex: Version and copyright fixed. From Phil Edwards
10038 <pedwards@disaster.jaj.com>.
10039
0dcedd82
AC
10040Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10041
10042 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 10043 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 10044
3b851bce
AC
10045Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10046
10047 * gdbint.texinfo (Coding): Update current value of
889bf7c5 10048 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 10049
f7dc1244 100502000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
10051
10052 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10053 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10054
b90a5f51
CF
100552000-11-10 Christopher Faylor <cgf@cygnus.com>
10056
10057 * gdb.texinfo: Document new 'set step-mode' command.
10058
f7dc1244 100592000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
10060
10061 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10062 changes from Dmitry Sivachenko <dima@Chg.RU>.
10063
f7dc1244 100642000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
10065
10066 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10067 From Steven Johnson <sbjohnson@ozemail.com.au>.
10068
2e685b93
MK
100692000-08-10 Mark Kettenis <kettenis@gnu.org>
10070
10071 * gdbint.texinfo (Overall Structure): Spelling fix.
10072
f7dc1244 100732000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
10074
10075 * gdbint.texinfo (Target Architecture Definition): Document that
10076 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10077 for which REGISTER_CONVERTIBLE returns a zero value.
10078
63ac3005
EZ
100792000-07-08 Christopher Faylor <cgf@cygnus.com>
10080
10081 * Makefile.in (install-info): Find files to install in either the
10082 build or source directories (adapted from Makefile.am).
10083
bd79f757
ND
100842000-07-07 Nicholas Duffek <nsd@redhat.com>
10085
10086 * stabs.texinfo: Fix spelling errors.
10087 (String Field): FILE-NUMBER starts from 0, not 1.
10088
f7dc1244 100892000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
10090
10091 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 10092 Brian Youmans.
5f208f6d 10093
f7dc1244 100942000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
10095
10096 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
10097 the source directory. Reported by Mark Harig
10098 <markh@frazier.landmark.com>.
cc542d3b 10099
f3b28801
C
101002000-06-20 J.T. Conklin <jtc@redback.com>
10101
10102 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10103
449f3b6c
AC
10104Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10105
10106 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 10107 Generate using pdftex.
449f3b6c 10108 (PDFTEX): Define.
889bf7c5 10109 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 10110 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 10111 @contents at the start.
449f3b6c 10112
f7dc1244 101132000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
10114
10115 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 10116 Youmans.
48e934c6 10117
9e9c5ae7
AC
10118Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10119
10120 From Brian Youmans:
10121 * gdb.texinfo: Fix ``et al.''.
10122
c741b251
AC
10123Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10124
10125 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 10126 loop.
c741b251 10127
4ab64e14
JG
101282000-05-19 Jimmy Guo <guo@cup.hp.com>
10129
10130 * configure: Regenerate.
10131
f7dc1244 101322000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
10133
10134 * Makefile.in (install-info): Run install-info on installed Info
10135 files.
10136
8c70017b
AC
10137Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10138
a7cb598a 10139 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 10140 Andrew Cagney.
8c70017b 10141
f7dc1244 101422000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
10143
10144 * gdb.texinfo: Proofreading changes from Brian Youmans.
10145
bf0184be
ND
101462000-05-01 Nick Duffek <nsd@cygnus.com>
10147
10148 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10149 startup sequence, minor edits.
10150
f7dc1244 101512000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
10152
10153 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10154 TeX.
10155
10156 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10157 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10158 like `n' and `s' which look weird. Convert some of the @kindex to
10159 @vindex, when they refer to variables, not commands.
10160
33e16fad
AC
10161Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10162
10163 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10164
f7dc1244 101652000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
10166
10167 * Makefile.in (GDBMI_DIR): New variable.
10168 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10169 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10170 (gdbmi.texinfo): New target, for texi2roff.
10171 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10172 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10173
10174 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10175 gdbmi.texinfo.
10176 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10177 comment.
10178
d167840f
EZ
101792000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10180
10181 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 10182 command.
d167840f 10183
f7dc1244 101842000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
10185
10186 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10187 prevents the build (and is generally a Bad Idea).
10188
f7dc1244 101892000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
10190
10191 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10192 a comma inside @var.
10193 (Command Files): Index markup changes from Dmitry Sivachenko
10194 <dima@Chg.RU>.
10195
f7dc1244 101962000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
10197
10198 * Makefile.in (LN_S): Define.
10199 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10200 invoke "ln -s" unless it is known to work.
10201
10202 * configure.in (AC_PROG_LN_S): Add.
10203
8dc7983f
JB
102042000-04-14 Jim Blandy <jimb@redhat.com>
10205
10206 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10207 section.
10208 (Target Conditionals): Document ADDRESS_TO_POINTER,
10209 POINTER_TO_ADDRESS.
10210
1a8237e8
DB
102112000-04-11 Daniel Berlin <dan@cgsoftware.com>
10212
10213 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10214 gdb-cfg.texi to get the value.
10215
ca526f1a
JB
102162000-04-10 Jim Blandy <jimb@redhat.com>
10217
10218 * gdbint.texinfo (Target Architecture Definition): Fix
10219 cross-references.
10220
faaafcb4
JB
102212000-04-08 Jim Blandy <jimb@redhat.com>
10222
10223 * gdbint.texinfo (Using Different Register and Memory Data
10224 Representations): New section.
10225 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
10226 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10227 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 10228
1b27397f
AC
10229Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10230
10231 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 10232 for acknowledgments.
1b27397f 10233
480ff1fb
AC
10234Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10235
10236 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 10237 qThreadExtraInfo.
480ff1fb 10238
a9331b3f 102392000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 10240
a9331b3f
RM
10241 * gdb.texinfo: Clarify which remote debug protocol commands are
10242 required and which are optional.
f1251bdd 10243
dbeb8dbd
AC
10244Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10245
10246 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
10247 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10248 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
10249 * annotate.texi: Update.
10250
6d2ebf8b
SS
102512000-03-28 Stan Shebs <shebs@apple.com>
10252
10253 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10254 expectation of additional changes before release), update
10255 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10256 node links, rephrase and/or shorten lines to fix formatting
10257 problem in both regular and @smallbook formats.
10258 * annotate.texi: Shorten lines in example, use smallexample
10259 consistently everywhere.
10260 * Makefile.in: Add comment about texinfo 4.0 html generation.
10261 (SFILES_INCLUDED): Add annotate.texi.
10262
5d161b24
DB
102632000-03-27 Daniel Berlin <dan@cgsoftware.com>
10264
5ae4183a
AS
10265 * gdb.texinfo (Debugging Output): Added new section, documenting
10266 the "set/show debug" commands.
5d161b24 10267
b9deaee7
AC
10268Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10269
10270 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 10271 entry.
b9deaee7
AC
10272
10273 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10274 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 10275 @chapter and @node entries.
a9331b3f 10276
b9deaee7 10277 * gdb.texinfo: Link all top-level nodes.
a9331b3f 10278
9ef47d30
AC
10279Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10280
10281 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 10282 files.
9ef47d30 10283
cfeada60
FN
102842000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10285
10286 From David Whedon <dwhedon@gordian.com>
5ae4183a 10287 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 10288
6837a0a2
DB
102892000-03-22 Daniel Berlin <dan@cgsoftware.com>
10290
10291 * gdb.texinfo: Add documentation for the apropos command.
10292
bba2971c
MS
102932000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10294
10295 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10296
2b628194
MS
102972000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10298
a9331b3f 10299 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
10300 two places.
10301
96a2c332
SS
103022000-03-17 Stan Shebs <shebs@apple.com>
10303
10304 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10305 <dima@Chg.RU>, also clarification of allowed content for
10306 string constants.
10307
f7dc1244 103082000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
10309
10310 * gdb.texinfo (main menu): Add Annotations.
10311 (File Options): Add @cindex entries for each command-line option.
10312 Document --epoch, --annotate, --async, --interpreter, --write,
10313 --statistics, and --version.
10314
10315 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10316 of GDB.
10317
9d233477
JB
103182000-02-23 Jim Blandy <jimb@redhat.com>
10319
10320 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10321
14e0eb3b
JB
103222000-02-22 Jim Blandy <jimb@redhat.com>
10323
10324 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10325
3555de01
JM
103262000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10327
10328 * Makefile.in (diststuff): New target.
10329
5e35df8e
KB
103302000-02-15 Kevin Buettner <kevinb@redhat.com>
10331
10332 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 10333 architecture. [From Jim Wilson.]
5e35df8e 10334
c5394b80
JM
103352000-01-16 Tom Tromey <tromey@cygnus.com>
10336
10337 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10338 (Delete Breaks): Mention range arguments.
10339 (Disabling): Likewise.
10340
c3f6f71d
JM
103412000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10342
10343 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10344
c4093a6a
JM
10345Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10346
10347 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 10348 valid functions.
c4093a6a 10349
11cf8741
JM
103501999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10351
10352 * gdb.texinfo: Clarify regular expressions used in rbreak.
10353
917317f4
JM
103541999-10-15 Kevin Buettner <kevinb@cygnus.com>
10355
10356 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10357 MEMORY_REMOVE_BREAKPOINT): Document.
10358
10359Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10360
10361 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 10362 offset re-using the DATA offset instead.
917317f4 10363
2df3850c
JM
103641999-10-11 Jim Kingdon <kingdon@redhat.com>
10365
10366 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10367
103681999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10369
10370 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10371 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10372 typos.
10373
10374 * gdb.texinfo: Various minor wording and formatting improvements,
10375 mentions of additional command-line options.
10376
2acceee2
JM
103771999-09-30 Fred Fish <fnf@cygnus.com>
10378
10379 * gdb.texinfo: Document additional forms of specifying section
10380 names and addresses for the add-symbol-file command.
10381
c2c6d25f
JM
103821999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10383
10384 * gdbint.texinfo: Fix typo, add the word "have".
10385
103861999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10387
10388 * gdbint.texinfo (Target Architecture Definition): Document the
10389 SKIP_PERMANENT_BREAKPOINT macro.
10390
d4f3574e
SS
103911999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10392
10393 * gdb.texinfo: Fiks speling errers.
10394
10395 * gdb.texinfo: Fix uses of @multitable.
10396
f7dc1244 10397 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 10398 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 10399 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
10400 comments about using with optimization, add more indexing,
10401 fix info about disassembly-flavor.
10402
10403Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10404
10405 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10406 SKIP_SOLIB_RESOLVER): Define.
10407
10408Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10409
10410 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 10411 ``g'' packets.
d4f3574e 10412
104c1213
JM
104131999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10414
10415 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
10416 platform-specific info, inline remote.texi and move sections of it
10417 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
10418 and register stack into the new chapter.
10419 * remote.texi: Remove, now part of gdb.texinfo.
10420 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10421
104221999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10423
10424 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10425 GDB_TARGET_IS_MACH386): These kludges have gone away.
10426
10427Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10428
10429 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 10430 TDEPLIBS.
104c1213 10431
53a5351d
JM
104321999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10433
10434 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10435 surrounding text to fit HP-UX bits into general info.
10436 (HPPA-cfg.texi): Remove, no longer useful.
10437
10438 * gdb.texinfo: Remove explicit links from @node lines, remove
10439 HP-added "Detailed Node Listing" from main menu which confuses
10440 things.
10441
10442 From Dmitry Sivachenko <dima@Chg.RU>:
10443 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 10444 in description of `set environment'.
53a5351d
JM
10445
104461999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10447
10448 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10449
7be570e7
JM
104501999-08-12 Ben Elliston <bje@cygnus.com>
10451
10452 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10453
f7dc1244 104541999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
10455
10456 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
10457 watch, awatch, and rwatch. Explain why the latter two cannot be
10458 set as software watchpoints. Document that watchpoints for local
10459 variables are deleted when the debuggee terminates.
7be570e7
JM
10460
10461Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10462
10463 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
10464 packet. Allow E.. response packet. "qRcmd" packet is no longer
10465 reserved.
7be570e7
JM
10466
104671999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10468
a9331b3f
RM
10469 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10470 * gdb.texinfo: Ditto.
7be570e7 10471
96baa820
JM
104721999-08-06 Tom Tromey <tromey@cygnus.com>
10473
10474 * gdb.texinfo (KOD): New node.
10475
10476Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10477
10478 * remote.texi (Rcmd): Fix minor formatting typos.
10479
10480Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10481
10482 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 10483 packets.
96baa820 10484
adf40b2e
JM
104851999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10486
10487 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10488 fixes.
10489
43ff13b4
JM
10490Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10491
10492 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10493
085dd6e6
JM
10494Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10495
10496 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
10497 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10498 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10499 packets that are not supported on all hosts. Expand examples.
10500 Spell check.
085dd6e6
JM
10501
105021999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10503
10504 * Makefile.in: Recognize html, install-html. Add targets
10505 to build HTML versions of documentation via texi2html.
10506
10507Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10508
10509 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 10510 testsuite.
085dd6e6
JM
10511
10512Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10513
10514 * remote.texi (Communication Protocol): Rewrite.
10515
10516Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10517
10518 * stabs.texinfo: Fix uses of xref.
10519
9e0b60a8
JM
10520Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10521
10522 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10523 info about patch submission.
10524
cce74817
JM
10525Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10526
10527 From Per Bothner <bothner@cygnus.com>:
10528 * gdb.texinfo: Document Chill support.
10529
10530Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10531
10532 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
10533 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10534 Document that the value should be greater-than or equal-to zero.
10535 (NO_STD_REGS): Document. Deprecate.
cce74817 10536
ac9a91a7
JM
10537Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10538
10539 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 10540 Document that these are not used.
ac9a91a7
JM
10541
10542Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10543
10544 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10545
392a587b
JM
10546Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10547
10548 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 10549 numargs was dropped.
392a587b
JM
10550
10551Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10552
10553 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10554
b83266a0
SS
10555Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10556
10557 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 10558 Update.
b83266a0 10559
7a292a7a
SS
10560Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10561
10562 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10563 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10564
10565Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10566
10567 * gdbint.texinfo: Fix typos: $ -> @.
10568
10569Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10570
10571 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
10572 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10573 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10574 BREAKPOINT_FROM_PC.
a9331b3f 10575
7a292a7a
SS
10576Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10577
10578 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 10579 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
10580
10581Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10582
10583 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 10584 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
10585
105861999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10587
10588 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10589 longer exists.
10590
10591Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10592
10593 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
10594 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10595 they make the manual source incomprehensible.
7a292a7a
SS
10596 * h8-cfg.texi: Remove, hasn't been used in years.
10597
c906108c
SS
10598Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10599
10600 * gdb.texinfo: Update the credits.
10601
10602Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10603
10604 * gdb.texinfo: Fix mistakes noticed in printout of last
10605 draft, add Alpha to discussion of heuristic fence post.
10606
10607Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10608
10609 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
10610 Edition, merge some HP changes into mainline, describe some
10611 previously undocumented features, describe more of the target
10612 commands available, eliminate obsolete section on renamed
10613 commands.
c906108c
SS
10614 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10615
10616Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10617
10618 * gdb.texinfo: Make many HPPA conditionals unconditional,
10619 including catchpoint description, since now on for all configs.
10620 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10621 specializations.
10622
10623Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10624
10625 * Makefile.in (GDBvn.texi): Fix match expression to work with
10626 current format of VERSION in gdb/Makefile.in.
10627 * gdb.texinfo: Fix node ref to match new readline.
10628
10629Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10630
a9331b3f
RM
10631 * gdb.texinfo: Changes made as part of a project to merge in
10632 changes made by HP. Documentation makes extensive use of
c906108c
SS
10633 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10634 on remote debugging. There are differences in documentation
889bf7c5 10635 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
10636 the HP manual discusses catchpoints, hardware watchpoints, and
10637 some HPUX specific limitations for shared library support.
a9331b3f 10638
c906108c
SS
10639 There are also a number of @node changes.
10640
106411999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10642
10643 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10644 (C Usage): Same.
10645
10646Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10647
10648 The following changes were made by Edith Epstein
889bf7c5
PA
10649 <eepstein@cygnus.com> as part of a project to merge in changes
10650 made by HP.
a9331b3f 10651
c906108c
SS
10652 * HPPA-cfg.texi: new file.
10653
10654 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10655
10656 * refcard.tex: change documentation about catch.
10657 removed info catch.
10658
10659Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10660
10661 * gdbint.texinfo: Expand on GDB's coding standards,
10662 specify the use of arg names with prototypes.
10663
106641998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10665
10666 * gdb.texinfo: Fix tipo.
10667
10668Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10669
10670 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 10671 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
10672
10673Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10674
10675 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10676
106771998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10678
10679 * agentexpr.texi: New file.
10680
10681Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10682
10683 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10684
106851998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10686
10687 * remote.texi: Changed wording that implied that the GDB remote
10688 protocol caches register values instead of GDB itself.
10689
10690Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10691
10692 * gdbint.texinfo: Add some info about symbol readers.
10693 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10694 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10695 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10696 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10697
10698Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10699
a9331b3f 10700 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
10701
10702Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10703
10704 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10705
10706Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10707
10708 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 10709 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
10710
10711Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10712
10713 * gdbint.texinfo: Fix minor typos.
10714
10715Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10716
10717 * gdbint.texinfo: Complete overhaul. Group descriptions more
10718 logically, add more info on generic algorithms, remove much
10719 obsolete and/or wrong material.
10720
10721Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10722
10723 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10724
10725Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10726
10727 * refcard.tex: Copyright, address updates.
10728
10729Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10730
10731 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10732 for the edition instead of confusing GDB-version-like numbers.
10733
10734Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10735
10736 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10737
10738Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10739
5ae4183a 10740 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
10741
10742Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10743
10744 * gdb.texinfo: Add some credits, mention bug monitor.
10745 * remote.texi: Mention mips monitor targets.
10746 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 10747
c906108c
SS
10748Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10749
10750 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
10751 files, finish sorting of host vs target vs native macros, describe
10752 some more of them.
c906108c
SS
10753
10754Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10755
10756 * gdbint.texinfo (Host Conditionals): Document change from
10757 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10758
10759Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10760
10761 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 10762 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
10763
10764Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10765
10766 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10767 Document LSEEK_NOT_LINEAR.
10768
10769Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10770
10771 * stabs.texinfo (Stab Section Basics): Make it clear that only
10772 some versions of the GNU linker remove the leading N_UNDF symbol.
10773
10774Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10775
10776 * stabs.texinfo (String Field): Document type number pairs here,
10777 instead of in the Sun specific section.
10778 (Include Files): The GNU linker supports the N_BINCL
10779 optimization. Clarify the N_BINCL value, and what it is used
10780 for.
10781 (Procedures): Document N_FUN with an empty string to mark the end
10782 of a function.
10783 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10784 (Sun Differences): Remove this node, as the information is now
10785 elsewhere in the main document.
10786 (Stab Section Basics): Mention that the GNU linker may optimize
10787 stabs and remove the leading N_UNDF symbol.
10788
10789Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10790
10791 * gdb.texinfo, refcard.tex: Restore author credit
10792
10793Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10794
10795 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10796 documentation to account for START and END macros taking
10797 one arg.
10798
10799Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10800
10801 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10802 * gdb.texinfo (Frames): Fix typo.
10803
10804Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10805
10806 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10807 a target_signal as arg type, not a pid.
10808
10809Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10810
10811 * gdb.texinfo: Document `set assembly-language'.
10812
10813Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10814
10815 * remote.texi: Update list of stubs in the GDB distribution.
10816
10817Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10818
10819 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
10820 Also document that some systems can use mmalloc but must define
10821 this if their C runtime allocates memory that is later freed.
c906108c 10822 (MMCHECK_FORCE): Document new macro.
a9331b3f 10823
c906108c
SS
10824Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10825
10826 * remote.texi: Add documentation for target Sparclet.
10827
10828Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10829
a9331b3f 10830 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
10831 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10832 * configure.in: Rewritten for autoconf.
10833 * configure: New.
10834
10835Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10836
10837 * Makefile.in (DVIPS): New define, set to dvips.
10838 (dvi): Add stabs.dvi.
10839 (ps): New target.
10840 (all-doc): Depend on info, dvi, and ps targets.
10841 (STAGESTUFF): Add *.ps and *.dvi files.
10842 (clean-info, clean-dvi): Remove.
10843 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10844 rules completely rewritten.
10845 (maintainer-clean): Remove clean-info and clean-dvi
10846 dependencies and put their actions in the rules.
10847 (gdb.ps): New target
a9331b3f 10848 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
10849 intermediate TeX files, whether they have 2 or 3 character
10850 extensions.
10851 (gdbint.ps): Add target and rules.
10852 (gdb-internals): Delete unused target.
10853 (Makefile): Depends upon config.status also.
10854
10855Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10856
10857 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10858 set.
10859
10860Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10861
10862 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10863 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10864
10865Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10866
10867 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10868
10869Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10870
10871 * gdb.texinfo (Print settings): Document
10872 `set/show print static-members' commands.
10873
10874Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10875
10876 * gdbint.texinfo (Native): Document name change, coredep.c to
10877 core-aout.c.
10878
10879Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10880
10881 * stabs.texinfo (Include Files): Document the values the SunOS4
10882 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10883
10884Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10885
10886 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10887 Fix typo.
10888
10889Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10890
10891 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10892 "gdb.tar.Z".
10893
10894Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10895
10896 * Makefile.in (maintainer-clean): New target, synonym for
10897 realclean.
10898
10899Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10900
10901 * Update all FSF addresses except those in COPYING* files.
10902
10903Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10904
10905 From Richard Earnshaw (rearnsha@armltd.co.uk):
10906 * gdb.texinfo (convenience variables): Document $_exitcode.
10907 (quit): Document optional expression to use as exit code.
10908
10909Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10910
10911 * gdb.texinfo, remote.texi: Brought up to date with various
10912 GDB changes.
10913
10914Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10915
10916 * gdb.texinfo: Update dates and versions, fix comments about
10917 hardware watchpoints in future releases and about the
10918 sharedlibrary command.
10919
10920Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10921
10922 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10923 C_FUN stab. Other cleanups.
10924
10925Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10926
10927 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10928 for the sparc stub.
10929
10930Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10931
10932 * annotate.texi: Clarify which addresses have differing formats
10933 depending on the language and which do not.
10934
10935Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10936
10937 * remote.texi (NetWare): Changed example to use BOARD= instead of
10938 NODE= argument to reflect correspoding change to gdbserve.nlm.
10939
10940Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10941
10942 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10943 GDB, as well as AIX dbx, supports the size type attribute.
10944
10945Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10946
10947 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10948
10949Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10950
10951 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10952 and new 'if' and 'while' commands.
10953
10954Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10955
10956 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10957
10958Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10959
10960 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10961 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10962 NetWare targets. Mostly stolen from the Server node.
10963
10964Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10965
10966 * gdb.texinfo (Setting): Talk about the language of a source file
10967 versus the working language. The old documentation did not match
10968 what GDB did.
10969
10970Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10971
10972 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10973 of a source file.
10974
10975Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10976
10977 * gdb.texinfo (Processes): New node.
10978
10979Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10980
10981 * remote.texi: Update documentation of set/show mipsfpu.
10982
3fc11d3e
JM
10983Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10984
10985 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10986 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
10987
10988Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10989
10990 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10991 obsolete conditionals, described some others.
10992
10993Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10994
10995 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10996 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10997
10998Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10999
11000 * gdbint.texinfo: Put regex conditionals in their own table.
11001
11002Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11003
11004 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11005 described or fixed the descriptions of many others.
11006
11007Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11008
11009 * gdb.texinfo: Add some more credits.
11010 * gdbint.texinfo: Capitalize GDB consistently, describe some
11011 macros and remove some.
11012
11013Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11014
11015 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11016 obsolete conditionals, described some others.
11017
11018Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11019
11020 * gdb.texinfo (help targets): Changed to `help target', which
11021 is the correct gdb command.
11022
11023Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11024
11025 * annotate.texi (TODO): New node, for keeping track of annotations
11026 suggested but not yet implemented.
11027
11028Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11029
11030 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11031 another symbol, it is not the address itself.
11032
11033Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11034
11035 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11036 of stabs-in-coff sections.
11037
11038Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11039
11040 * annotate.texi: Change edition to 0.5 and date to May 1994.
11041 Add index.
11042 (Frames): New node, for frame annotation.
11043 (Displays): New node, for display annotation.
11044
11045 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11046 when waiting for your program to stop.
11047
11048Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11049
11050 * annotate.texi (Breakpoint Info): Document annotation of header
11051 fields and record annotation.
11052
11053Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11054
11055 * annotate.texi: New file, to document annotations.
11056
11057Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11058
11059 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11060 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11061
11062Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11063
11064 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11065 section, and say n_strx field is compilation unit relative.
11066 * stabs.texinfo: Don't use @code for a.out when it is the name of
11067 an object file format.
11068
11069Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11070
11071 * gdb.texinfo: Refer to file names, not path names, per rms
11072 convention.
11073 (Arguments): Fix typo.
11074
11075Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11076
11077 * stabs.texinfo (Global Variables): Talk about stabs in files
11078 where variables are referenced, but not defined.
11079
11080Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11081
11082 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11083 Cplusplus to new nodes Member Type Descriptor and Method Type
11084 Descriptor. Re-write stuff for #.
11085
11086Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11087
11088 * gdb.texinfo (Print Settings): Don't document "set print
11089 fast-symbolic-addr off". The bug which it worked around was fixed
11090 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11091
11092 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11093 N_ENTRY node.
11094
11095 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11096
11097Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11098
11099 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11100 references to ieee-float.c.
11101
11102Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11103
11104 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11105 match what the code actually does.
11106
11107Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11108
11109 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11110
11111Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11112
11113 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11114 i, and b.
11115
11116Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11117
11118 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11119 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11120 as "stabs in sections" rather than just saying "ELF and SOM".
11121 Also make that stuff apply to COFF.
11122
11123Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11124
11125 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11126 Ghostscript.
11127
11128Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11129
11130 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11131 versus functions without line numbers, also mention stepping into
11132 them as well as "step" when you are in them. Tell the user how to
11133 deal with the situation. Add comment about "debugging information".
11134
11135Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11136
11137 * stabs.texinfo (Enumerations): Document restriction on where
11138 enumeration types can appear and still win with GDB.
11139
11140Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11141
11142 * stabs.texinfo (Negative Type Numbers): Document format for type
11143 -16.
11144
11145Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11146
11147 * gdb.texinfo (Selection, Frame Info): Update information about
11148 arbitrary frame specficiations.
11149
11150Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11151
11152 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11153
11154Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11155
11156 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11157
11158Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11159
11160 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11161
11162Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11163
11164 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11165 Differences node to Statics node.
11166 (Statics): Discuss XCOFF use of V symbol descriptor.
11167
11168 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11169 not clean.
11170
11171Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11172
11173 * gdb.texinfo (Print Settings): Document `set print
11174 fast-symbolic-addr' and improve the doc for some other
11175 `set print's.
11176
11177Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11178
11179 * stabs.texinfo (String Field): Talk about defining several type
11180 numbers at once.
11181 Fix lint regarding changing node ELF Transformations to
11182 ELF and SOM Transformations.
11183
11184Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11185
11186 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11187
11188Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11189
11190 * stabs.texinfo (Cross-References): `::' is for nested types only
11191 within <>.
11192 (Structures): Document static members.
11193
11194Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11195
11196 * stabs.texinfo: Document S type attribute.
11197
11198Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11199
11200 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11201
11202Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11203
11204 * gdbint.texinfo: Fix a few typos.
11205
11206Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11207
11208 * gdb.texinfo, remote.texi: formatting improvements
11209
11210 * gdb.texinfo (New Features): mention threads.
11211 (Summary, C): fix xrefs in newly contributed text.
11212 (Threads): index entries, clarifications, example
11213 (passim): minor typos fixed, phrasing improvements
11214
11215 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11216 entries; (Server): explain use of gdbserver w/real-time systems,
11217 add example of conflicting TCP port; (MIPS Remote) break up
11218 running text into table, highlighting commands, and add example.
a9331b3f 11219
c906108c
SS
11220Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11221
11222 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11223
11224Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11225
11226 * stabs.texinfo (Nested Symbols): New node.
11227 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11228
11229Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11230
11231 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11232 to picking which Bbss.bss symbol to use, and (because there seems to
11233 be no good way of doing it) re-write some of the text to make it
11234 sound like Bbss.bss isn't such a great idea after all (as currently
11235 designed).
11236
11237 * gdb.texinfo (C): In addition to saying people have to use g++ for
11238 good results, say they have to use stabs. Specifically say cfront
11239 doesn't work well.
11240 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11241 the gdb README. Add xrefs to places where the support for the various
11242 languages is described in detail.
11243
11244Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11245
11246 * stabs.texinfo: Clean up stuff about visibility and virtual
11247 characters.
11248
11249 * stabs.texinfo (N_M2C): Cite Sun doc.
11250
11251Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11252
11253 * gdb.texinfo: updates re threads.
11254 * remote.texinfo: avoid index entries starting with digits.
11255
11256Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11257
11258 * stabs.texinfo (Enumerations): Talk about large, negative and
11259 octal values. Clean up cross reference to type attributes.
11260 (String Field): Say that GDB 4.11 supports size attribute.
11261
11262Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11263
11264 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11265 is a mandatory step. Make the stuff about that more concise.
11266
11267Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11268
11269 * stabs.texinfo (Class Names): New node.
11270
11271 * gdb.texinfo (Command Files): Explain order of init file reading.
11272
11273 * remote.texi (Bootstrapping): Talk about getting the serial driver
11274 to deal with ^C sent by gdb to stop the remote system.
11275
11276Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11277
11278 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11279
11280 * libgdb.texinfo (Defining Commands): made the DOC arg
11281 to gdb_define_app_command a char * instead of char **
11282 per a suggestion from kingdon.
11283
11284 * libgdb.texinfo: total rewrite from a different starting
11285 premise.
11286
11287Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11288
11289 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11290 floats passed as doubles (to improve clarity).
11291
11292Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11293
11294 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11295
11296 * a4rc.sed: update to work with Andreas Vogel papersize params
11297
11298 * refcard.tex: use Andreas Vogel simplifications of papersize
11299 params; remove useless version info; update copyright date.
11300
11301Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11302
11303 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11304
11305Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11306
11307 * gdb.texinfo (Files): Say what address the load command loads it at.
11308
11309 * stabs.texinfo (Common Blocks): Minor cleanups.
11310
11311 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11312 that Sun has backed away from the linker kludge and thus the relevant
11313 issue is changes to the SunPRO tools, not the Solaris linker.
11314
11315 * stabs.texinfo (Traditional Integer Types): Clean up description
11316 of octal bounds a little bit. Document extra leading zeroes.
11317
11318Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11319
11320 * gdb.texinfo (Signaling): Update for symbolic symbol names
11321 and add a section explaining the difference between the GDB
11322 signal command and the shell kill utility.
11323
11324Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11325
11326 * libgdb.texinfo: added `@' to braces that were unescaped.
11327
11328Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11329
11330 * libgdb.texinfo: new file. Spec for the gdb library.
11331
11332Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11333
11334 * stabs.texinfo (Include Files): Fix typo (start -> end).
11335
11336Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11337
11338 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11339 from Melissa at FSF's editing pass.
11340
11341Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11342
11343 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11344 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11345 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11346
11347Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11348
11349 * remote.texi (Bootstrapping): Discuss 386 call gates.
11350
11351Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11352
11353 * stabs.texinfo (Based Variables): New node.
11354
11355Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11356
11357 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11358 names, sizes, and formats to suggest how not to lose.
11359
11360Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11361
11362 * stabs.texinfo (Methods): Fix typo.
11363
11364Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11365
11366 * gdb.texinfo: Fix a few typos.
11367
11368Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11369
11370 * gdb.texinfo: Clarify how well it works with Fortran.
11371
11372 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11373 More on relocating stabs in ELF files.
11374
11375Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11376
11377 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11378
11379Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11380
11381 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11382 parameters on VAX.
11383
11384Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11385
11386 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11387
11388Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11389
11390 * stabs.texinfo: Make info author notice match the TeX author notice.
11391
11392Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11393
11394 * stabs.texinfo: Initial-caps all words in node names and
11395 non-trivial words in section names.
11396
11397Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11398
11399 * stabs.texinfo: Many minor cleanups.
11400
11401 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11402
11403Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11404
11405 * stabs.texinfo: Remove full description of big example.
11406 It's not really helpful; just use pieces of it where appropriate.
11407 Add more Texinfo formatting directives (@samp, etc.).
11408 Use @deffn to define stab types.
11409 Eliminate some wordiness. Break up some nodes.
11410 Add an (alphabetized) index of symbol types.
11411 Use consistent capitalization style in node and section names.
11412
11413Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11414
11415 * gdb.texinfo: Change typo "Two two" to "The two".
11416
11417Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11418
11419 * stabs.texinfo (XCOFF-differences): Remove references to
11420 non-existent types N_DECL and N_RPSYM.
11421
11422 * stabs.texinfo (String Field): Say that type attributes bug is
11423 fixed in GDB 4.10, since it is.
11424
11425 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11426
11427Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11428
11429 * stabs.texinfo: Formatting cleanups.
11430
11431Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11432
11433 * stabs.texinfo: When explaining the n_type of a stab, standardize
11434 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11435 no tabs, use @r).
11436 (Global Variables): Clean up.
11437
11438Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11439
11440 * stabs.texinfo (Stack Variables): Re-write.
11441
11442Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11443
11444 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11445 addresses of a source file. Also revise formatting.
11446 Change "object module" or "object file" to "source file".
11447 Various: Miscellaneous cleanups.
11448
11449Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11450
11451 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11452
11453Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11454
11455 * gdbint.texinfo: Removed many nonsensical machine-collected
11456 host and target conditionals, described some of the remainder.
11457
11458Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11459
11460 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11461
11462 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11463 paragraph which follows.
11464
11465 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11466 variables. Looks better and avoids overful hbox.
11467
11468Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11469
11470 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11471
11472Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11473
11474 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11475 retransmit-timeout
11476
11477Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11478
11479 * gdbint.texinfo: Update statement about `some ancient Unix
11480 systems, like Ultrix 4.0' to Ultrix 4.2.
11481
11482Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11483
11484 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11485
11486 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11487
11488 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11489 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11490
11491 * remote.texi: new name for former gdbinv-s.texi
11492
11493 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11494
11495Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11496
11497 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11498 variables for MIPS remote debugging protocol.
11499
11500Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11501
11502 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11503
11504Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11505
11506 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11507
11508Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11509
11510 * gdb.texinfo: repair conditional bugs in text markup
11511
11512Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11513
11514 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11515 to select Modula-2 material.
11516
11517Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11518
11519 * stabs.texinfo: Cleanups regarding statics.
11520
11521 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11522 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11523
11524Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11525
11526 * stabs.texinfo: N_MAIN is sometimes used for C.
11527
11528Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11529
11530 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11531
11532Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11533
11534 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 11535 removed from the code by Kingdon.
c906108c
SS
11536
11537Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11538
11539 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11540 input when evaluating breakpoint conditions; the bug has been fixed.
11541
11542 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11543 sets the ignore count to N-1, not to N.
11544
11545Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11546
11547 * refcard.tex (\hoffset): correct longstanding error to match
11548 intended offset; avoids cutting off edge on some printers
11549
11550Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11551
11552 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11553
11554Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11555
11556 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11557
11558Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11559
11560 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11561 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11562 collect sed edits if any, apply to refcard before formatting;
11563 (refcard.ps) stop implying PS fonts if PS output requested;
11564 (lrefcard.ps) delete extra target for variant PS fonts
11565
11566 * refcard.tex: parametrize papersize dependent info, collect
11567 in easily replaced spot
11568
11569 * a4rc.sed: new file, edits to refcard for A4 paper
11570
11571Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11572
11573 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11574
11575Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11576
11577 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11578
11579Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11580
11581 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11582 politely rather than rudely.
11583
11584Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11585
11586 * stabs.texinfo: Document common blocks.
11587
11588Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11589
11590 * stabs.texinfo: Add some basic info about stabs-in-elf.
11591
11592Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11593
11594 * stabs.texinfo (Top): Minor cleanup.
11595
11596Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11597
11598 * Makefile.in (install-info): remove parentdir support
11599
11600Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11601
11602 * gdb.texinfo (Copying): delete this node and references to it;
11603 RMS says this manual need not carry GPL. (passim): Improvements
11604 from last round at FSF, largely due to Ian Taylor review, and
11605 minor formatting improvements.
11606
11607 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11608 largely due to Ian Taylor review. (Debug Session): minor edits to
11609 new text.
11610
11611Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11612
11613 * Makefile.in (realclean): Remove info and dvi files too.
11614
11615Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11616
11617 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11618 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11619 * gdb.texinfo: Change accordingly.
11620
11621 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11622 N_{L,R}BRAC,N_SLINE are relative to.
11623
11624Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11625
11626 * Makefile.in (GDBvn.texi): Update atomically.
11627
11628Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11629
11630 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11631
11632Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11633
11634 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11635 addresses together. Also motivate the set print symbol-filename
11636 command and suggest other solutions.
11637
11638Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11639
11640 * gdb.texinfo (set print elements): Note that the number of
11641 elements is set to unlimited by "set print elements 0".
11642
11643Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11644
11645 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11646 NF_LDOUBLE means.
11647 (Stab Types): Include Solaris stab types.
11648 (Procedures): Document Solaris extensions.
11649
11650Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11651
11652 * gdb.texinfo: Add `set print symbol-filename' doc.
11653
11654Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11655
11656 * stabs.texinfo (Arrays): Talk about type definition vs. type
11657 information.
11658
11659 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11660 the trailing semicolon.
11661
11662Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11663
11664 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11665 and merge in other parts of the document addressing these subjects.
11666 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11667
11668 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11669 at the end of a range type.
11670
11671 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11672 AIX extensions.
11673
11674Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11675
11676 * stabs.texinfo (Stabs Format): Misc fixes.
11677
11678Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11679
11680 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11681 (Traditional builtin types): Document convex convention for long long.
11682 (Negative builtin types): Discuss type names, and misc fixes.
11683
11684Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11685
11686 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11687 point types used with @samp{R} type descriptor.
11688 (Symbol Descriptors): Describe how to handle conflict between
11689 different meanings of @samp{P} symbol descriptor.
11690
11691Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11692
11693 * stabs.texinfo: Remove node Quick Reference and put its children
11694 directly under the main menu.
11695
11696 * stabs.texinfo: Many more changes to bring it into line with
11697 AIX documentation and reality. I think it now has all the
11698 information from the AIX documentation, except that I burned
11699 out when I got to variant records (Pascal and Modula-2) and
11700 all the COBOL types. Oh well, we can add them later when we're
11701 worrying more about those languages.
11702
11703 * stabs.texinfo (Automatic variables): Talk about what it means
11704 to omit the symbol descriptor.
11705
11706Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11707
11708 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11709 gcc2 behavior with promoted args.
11710
11711Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11712
11713 * gdb.texinfo: include readline appendices in info version of manual
11714
11715Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11716
11717 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11718 target remote.
11719
11720 * gdb.texinfo (Machine Code): more index entries for disassemble
11721
11722Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11723
11724 * Clarify the intended use of the gdb-testers and gdb-patches
11725 mailing lists, and shrink gzip comment.
11726
11727Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11728
11729 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11730 DOSHOST configuration of manual.
11731
11732 * gdb.texinfo (MIPS Stack): new node.
11733
11734 * all-config.texi (MIPS) new switch.
11735
11736 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11737 tense; (MIPS Remote) new node.
11738
11739 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11740 bug; (Environment) less passive, other small cleanups in text about
11741 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11742 (Remote) new MIPS Remote menu entry.
11743
11744Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11745
11746 * stabs.texinfo: Many changes to include information from the
11747 AIX documentation.
11748
11749 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11750
11751Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11752
11753 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11754 Move a bunch of information from ../README.
11755 (Getting Started): New node.
11756
11757Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11758
11759 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11760
11761 * gdb.texinfo: advance manual revision dates to present
11762
11763 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11764 stop using silly Roman numerals in @set variable names
11765
11766Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11767
11768 * stabs.texinfo (Parameters): Keep trying to get this right.
11769
11770Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11771
11772 * stabs.texinfo (Parameters): More on "local parameters".
11773
11774Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11775
11776 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11777
11778Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11779
11780 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11781 (Parameters): Rewrite.
11782 (xcoff-differences, Sun-differences): Minor changes.
11783
11784Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11785
11786 * stabs.texinfo: Minor cleanup.
11787
11788Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11789
11790 * gdbint.texinfo: Minor xcoff stuff.
11791
11792Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11793
11794 * gdbint.texinfo: Update for new config directory structure.
11795 Add info about internal type data structures.
11796
11797Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11798
11799 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11800 $(srcdir).
11801 (gdb-config.texi): Depend on file in $(srcdir).
11802
11803Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11804
11805 * stabs.texinfo: Fixes about N_SO.
11806
11807Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11808
11809 * gdb.texinfo: include list of nonstandard init file names
11810
11811 * *-config.texi: new switch GENERIC for text that applies *only*
11812 to (usual) multiple-target version of manual
11813
11814 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11815 h8 config
11816
11817 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11818 in menus (rather than conditionally selected multiple alternative
11819 menus).
11820
11821 * Makefile.in: define and use DOC_CONFIG var to select
11822 configuration for GDB user manual.
11823
11824 * gdb-config.texi: delete from repository, generate from Makefile.
11825
11826 * all-config.texi: normal `generic' configuration file, formerly
11827 stored as gdb-config.texi
11828
11829Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11830
11831 * Makefile.in: add dvi target to build all .dvi files
11832
11833Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11834
11835 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11836
11837Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11838
11839 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11840 host conditionals.
11841 * stabs.texinfo: More array fixes inspired by Jim's.
11842
11843Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11844
11845 * stabs.texinfo: Fixes re arrays and continuations.
11846
11847 * gdbint.texinfo: Add XCOFF node.
11848
11849Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11850
11851 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11852
11853Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11854
11855 * stabs.texinfo: Fix for array types to mention lower bounds.
11856
11857Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11858
11859 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11860
11861Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11862
11863 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11864
11865Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11866
11867 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11868 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11869
11870Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11871
11872 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11873
11874Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11875
11876 * gdb.texinfo, gdbinv-s.texi: misc updates
11877
11878Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11879
11880 * gdbint.texinfo: Brief documentation for longjmp support,
11881 from an email msg by Stu.
11882
11883Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11884
11885 * stabs.texinfo: Fix description of floating point "range"
11886 types (which really define basic types). Reported by Jim Meehan,
11887 <meehan@src.dec.com>.
11888
11889 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11890
11891Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11892
11893 * gdbint.texinfo: Slightly expand section on supporting a new
11894 object file format.
11895
11896Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11897
11898 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11899 intermediate file.
11900
11901Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11902
11903 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11904
11905Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11906
11907 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11908
11909 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11910 as well as Z8002.
11911
11912Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11913
11914 * gdbint.texinfo: Add sections on clean design and on how to send
11915 in changes.
11916
11917Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11918
11919 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11920
11921Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11922
11923 * gdb.texinfo: Fix typo, reported by Karl Berry.
11924
11925Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11926
11927 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11928
11929Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11930
11931 * gdbint.texinfo: fixed a stray email address (needs @@),
11932 added @table @code to node "Native Conditionals"
11933
11934Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11935
11936 * gdbint.texinfo: Describe coding style of GDB.
11937
11938Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11939
11940 * stabs.texinfo: Minor wording changes.
11941
11942Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11943
11944 * gdbint.texinfo: Improve release doc slightly.
11945
11946Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11947
11948 * gdbint.texinfo: Improve doc of GDB config macros.
11949
11950Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11951
11952 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11953 These will be reinserted when examined.
11954
11955Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11956
11957 * gdbint.texinfo: Make a start at documenting all the #if macros
11958 in GDB. At least list them all, and start separating them into
11959 host-specific and target-specific.
11960
11961Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11962
11963 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 11964 examples (not consistent w others).
c906108c
SS
11965 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11966 for generic vn of doc
11967
11968Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11969
11970 * Makefile.in: always create installation directories.
11971
11972Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11973
11974 * gdb.texinfo: in h8 config, do not describe searching commands.
11975
11976Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11977
11978 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11979 conditionals; introduce a few generic switches that may be
11980 useful for other cross-dev or dos-hosted configs.
11981
11982 * gdb.texinfo: fix typo in "info reg" description
11983
11984Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11985
11986 * stabs.texinfo: Minor updates from running TeX over it.
11987 * Makefile.in (stabs.dvi, stabs.ps): Add.
11988
11989Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11990
11991 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11992 First pass at converting it to texinfo.
11993
11994Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11995
11996 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11997 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11998
11999Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12000
12001 * gdbint.texinfo: Add section on partial symbol tables.
12002
12003Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12004
12005 * gdb.texinfo: document `set remotedebug' and `set
12006 rstack_high_address'.
12007
12008Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12009
12010 * gdb.texinfo: slight expansion of new text on reading info files
12011 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12012 H8/300 from DOS.
12013
12014Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12015
12016 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12017
12018Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12019
12020 * gdb.texinfo: Say how to read the `info' files.
12021
12022Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12023
12024 * Makefile.in: gm4 -> m4.
12025
12026Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12027
12028 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12029 Documentation' ahead of `Installing GDB' to match README.
12030 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 12031 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
12032
12033Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12034
12035 * Makefile.in: remove $(srcdir) from gdb.info rule.
12036
12037Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12038
12039 * Makefile.in: commented out gdb-all.texinfo rule. This is
12040 temporary.
12041
12042Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12043
12044 * Makefile.in, configure.in: removed traces of namesubdir,
12045 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 12046 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
12047
12048Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12049
12050 * gdb.texinfo: Improve how we ask for bug reports.
12051
12052Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12053
12054 * Makefile.in: infodir belongs in datadir.
12055
12056Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12057
12058 * Makefile.in: remove spaces following hyphens, bsd make can't
12059 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 12060 standards.text support.
c906108c
SS
12061
12062Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12063
12064 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12065 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12066 and mandir now keyed off datadir by default.
12067
12068\f
12069Local Variables:
9e9c5ae7 12070mode: change-log
c906108c
SS
12071left-margin: 8
12072fill-column: 74
12073version-control: never
463888ab 12074coding: utf-8
c906108c 12075End:
This page took 2.272696 seconds and 4 git commands to generate.