Implement "set cwd" command on GDB
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
d092c5a2
SDJ
12017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 * gdb.texinfo (Starting your Program) <The working directory.>:
4 Mention new "set cwd" command.
5 (Working Directory) <Your Program's Working Directory>:
6 Rephrase to explain that "set cwd" exists and is the default
7 way to change the inferior's cwd.
8
289e23aa
AA
92017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
10
11 * gdb.texinfo (S/390 and System z Features): Document the new
12 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
13
f2ff95c5
KB
142017-09-21 Kevin Buettner <kevinb@redhat.com>
15
16 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
17 attribute.
18
da2c323b
KB
192017-09-21 Kevin Buettner <kevinb@redhat.com>
20
21 * python.texi (Inferiors In Python): Add description for method
22 Inferior.thread_from_thread_handle.
23
4e5a4f58
JB
242017-09-19 John Baldwin <jhb@FreeBSD.org>
25
26 * gdb.texinfo (Starting your Program): Add description of
27 starti command. Mention starti command as an alternative for
28 debugging the elaboration phase.
29
1526853e
SM
302017-09-16 Simon Marchi <simon.marchi@ericsson.com>
31
32 * gdb.texinfo (Maintenance Commands): Document filter parameter
33 of "maint selftest". Document "maint info selftests" command.
34
7c96f8c1
TT
352017-09-11 Tom Tromey <tom@tromey.com>
36
37 * python.texi (Events In Python): Document new events.
38
d69cf9b2
PA
392017-09-04 Pedro Alves <palves@redhat.com>
40
41 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
42 no-debug-info variables.
43 (Symbols) <Examining the Symbol Table>: Document inspecting
44 no-debug-info types.
45 (Calling) <Calling functions with no debug info>: New subsection,
46 documenting calling no-debug-info functions.
47 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
48
0a2dde4a
SDJ
492017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
50
51 * gdb.texinfo (set environment): Add @anchor. Explain that
52 environment variables set by the user are sent to GDBserver.
53 (unset environment): Likewise, but for unsetting variables.
54 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
55 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
56 "environment-reset" and "QEnvironmentReset" to the table.
57 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
58 QEnvironmentReset>: New item, explaining the packet.
59
6e41ddec
JK
602017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
61
62 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
63 "Compiler search for the compile command" descriptions of set
64 compile-gcc and show compile-gcc.
65
58afddc6
WP
662017-08-07 Weimin Pan <weimin.pan@oracle.com>
67
68 * gdb.texinfo (Architectures): Add new Sparc64 section to document
69 ADI support.
70 * NEWS: Add "adi examine" and "adi assign" commands.
71
6d580b63
YQ
722017-08-18 Yao Qi <yao.qi@linaro.org>
73
74 * gdb.texinfo (Server): Document "--selftest".
75
a5afdb16
RK
762017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
77
78 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
79 Single-Key mode.
80
ca145713
SDJ
812017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
82
83 PR gdb/21925
84 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
85 set...").
86
0968fbae
SM
872017-08-09 Simon Marchi <simon.marchi@ericsson.com>
88
89 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
90 conditional expression.
91
791fb3d7
SM
922017-07-31 Simon Marchi <simon.marchi@ericsson.com>
93
94 * agentexpr.texi (rot): Fix symbolic description, improve
95 textual description.
96
27d41eac
YQ
972017-07-26 Yao Qi <yao.qi@linaro.org>
98
99 * gdb.texinfo (Maintenance Commands): Document command
100 "maint check xml-descriptions".
101
8e2141c6
YQ
1022017-07-26 Yao Qi <yao.qi@linaro.org>
103
104 * gdb.texinfo (Maintenance Commands): Document optional
105 argument of "maint print c-tdesc".
106
c646b4e8
YQ
1072017-07-18 Yao Qi <yao.qi@linaro.org>
108
109 * gdb.texinfo (Maintenance Commands): Improve the doc to
110 command "maint print c-tdesc".
111
eb83230b
SDJ
1122017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
113
114 PR gdb/21606
115 * python.texi (Python representation of Symbols.): Replace
116 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
117 * guile.texi (Guile representation of Symbols.): Likewise.
118
c4dcb155
SM
1192017-06-11 Simon Marchi <simon.marchi@ericsson.com>
120
121 * gdb.texinfo (Optional Messages about Internal Happenings):
122 Document {set,show} debug separate-debug-file commands.
123
aefd8b33
SDJ
1242017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
125
126 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
127 (Connecting) <Remote Packet>: Add "startup-with-shell"
128 and "QStartupWithShell" to the table.
129 (Remote Protocol) <QStartupWithShell>: New item, explaining the
130 packet.
131
176efed1
AB
1322017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
133
134 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
135
d050f7d7
TW
1362017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
137
138 * python.texi (Recording in Python): Factor out the documentation of
139 gdb.RecordInstruction's super class.
140
14f819c8
TW
1412017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
142
143 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
144 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
145 prev and next.
146
0ed5da75
TW
1472017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
148
149 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
150 gdb.RecordInstruction
151
913aeadd
TW
1522017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
153
154 * python.texi (Recording in Python): Add documentation for
155 gdb.RecordGap and remove documentation of special cases for
156 gdb.BtraceInstruction.
157
a3be24ad
TW
1582017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
159
160 * python.texi (Recording in Python): Remove Record.ptid defvar.
161
ebe553db
SM
1622017-04-21 Simon Marchi <simon.marchi@ericsson.com>
163
164 * gdb.texinfo (GDB/MI Thread Information): Add missing
165 fields, re-word some things.
166 (GDB/MI Thread Commands): Describe fields found in the output of
167 -thread-info, remove description of fields in the
168 thread output tuple, replace with a cross-reference to "GDB/MI
169 Thread Information".
170
9be21bb4
SM
1712017-04-21 Simon Marchi <simon.marchi@ericsson.com>
172
173 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
174 from -thread-info output.
175
fe5f7374
AK
1762017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
177
178 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
179
eea78757
AK
1802017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
181
182 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
183
79778b30
YQ
1842017-03-22 Yao Qi <yao.qi@linaro.org>
185
186 * python.texi (Inferiors In Python): Remove @code from Python.
187
cee59b3f
TW
1882017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
189
190 * python.texi (Recordings In Python): Document return type of
191 gdb.BtraceInstruction.data.
192
51457a05
MAL
1932017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
194
195 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
196 command file-list-shared-libraries
197 (GDB/MI Async Records): Update documentation of library-loaded with new
198 field.
199
f8d99587
DE
2002017-03-16 Doug Evans <dje@google.com>
201
202 * guile.texi (Lazy Strings In Guile): Mention arrays.
203 * python.texi (Lazy Strings In Python): Ditto.
204
5cf70512
JW
2052017-03-08 Jiong Wang <jiong.wang@arm.com>
206
207 * gdb.texinfo (Memory Protection Extensions): Add missing escape
208 character "@".
209
4a612d6f
WT
2102017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
211
212 * Memory Protection Extensions: Add information about inferior
213 calls.
214
216f72a1
JK
2152017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
216
217 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
218 DW_TAG_GNU_* and DW_AT_GNU_*.
219
4e746bb6
TW
2202017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
221
222 * python.texi (Recordings In Python): New section.
223
3f77c769
TT
2242017-02-14 Tom Tromey <tom@tromey.com>
225
226 PR python/13598:
227 * python.texi (Events In Python): Document events.before_prompt.
228
5cf30ebf
LM
2292017-02-13 Luis Machado <lgustavo@codesourcery.com>
230
231 * gdb.texinfo (Target Commands): Document the optional offset
232 argument for the load command.
233
18da0c51
MG
2342017-02-10 Martin Galvan <martingalvan@sourceware.org>
235
236 PR gdb/21122
237 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
238 space-separated breakpoint lists. Also add a missing @table command
239 and @cindex for breakpoint lists.
240
3f7b46f2
IR
2412017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
242
243 PR tdep/20936
244 * gdb.texinfo: (Standard Target Features): Document SPARC features.
245 (Sparc Features): New node.
246
2735833d
WT
2472017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
248
249 * gdb.texinfo (i386 Features): Add system segment registers
250 as feature.
251
373832b6
SM
2522017-01-24 Simon Marchi <simon.marchi@ericsson.com>
253
254 * python.texi (Events In Python): Fix typo.
255
78cbbba8
LM
2562017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
257 Luis Machado <lgustavo@codesourcery.com>
258
259 * gdb.texinfo (-target-flash-erase): New MI command description.
260 (flash-erase): New CLI command description.
261
387360da
JB
2622017-01-04 John Baldwin <jhb@FreeBSD.org>
263
264 * gdb.texinfo (Contributors): Add SRI International and University
265 of Cambridge for FreeBSD/mips.
266
34c41c68
DE
2672016-12-22 Doug Evans <xdje42@gmail.com>
268
269 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
270 commands.
271
df3ee9ca
PA
2722016-12-02 Pedro Alves <palves@redhat.com>
273
274 * gdb.texinfo (User-defined Commands): Limit on number of
275 arguments passed to user-defined commands removed; update.
276
01770bbd
PA
2772016-12-02 Pedro Alves <palves@redhat.com>
278
279 PR cli/20559
280 * gdb.texinfo (Define): Add example of using "eval" to process a
281 variable number of arguments.
282 (Output) <eval>: Add anchor.
283
ad02e4fe
SM
2842016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
285
286 * Makefile.in: Likewise.
287
8504e097
AA
2882016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
289
290 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
291 xref.
292
39402e6c
PA
2932016-10-29 Pedro Alves <palves@redhat.com>
294
295 * gdb.texinfo (Packets) <vCont>: Remove mention of default
296 actions.
297
ca6eff59
PA
2982016-10-26 Pedro Alves <palves@redhat.com>
299
300 * gdb.texinfo (Packets): Clarify vCont packets with multiple
301 actions that match a thread, and what happens when an action
302 matches a thread that is already running.
303
be06ba8c
SM
3042016-10-14 Simon Marchi <simon.marchi@ericsson.com>
305
306 * gdb.texinfo (Using Trace Files): Fix typo.
307 (GDB/MI Tracepoint Commands): Likewise.
308
99e61eda
SM
3092016-10-14 Simon Marchi <simon.marchi@ericsson.com>
310
311 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
312 of -trace-save.
313
9c37b5ae
TT
3142016-10-06 Tom Tromey <tom@tromey.com>
315
316 * guile.texi (Types In Guile): Remove Java mentions.
317 * python.texi (Types In Python): Remove Java mentions.
318 * gdb.texinfo (Address Locations, Supported Languages)
319 (Index Section Format): Remove Java mentions.
320
ee8da4b8
DE
3212016-08-15 Doug Evans <dje@google.com>
322
323 * gdb.texinfo (Target Description Format): Update docs on "end"
324 field spec and field default type.
325
4034d0ff
AT
3262016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
3272016-10-03 Simon Marchi <simon.marchi@ericsson.com>
328
329 PR gdb/20487
330 * gdb.texinfo (Context management): Update mention of frame
331 change notifications.
332 (gdb/mi Async Records): Document frame field in
333 =thread-select event.
334 * observer.texi (GDB Observers): New user_selected_context_changed
335 observer.
336
4435e1cc
TT
3372016-09-28 Tom Tromey <tom@tromey.com>
338
339 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
340 than "memory breakpoint". Further document "kind". Move
341 protocol-details link earlier.
342 <z1>: Document the cmd_list argument. Fix typo.
343 <g>: Remove incorrect sentence.
344 (Stop Reply Packets): Document "OK" response to requests when in
345 non-stop mode.
346 <swbreak>: Use "software breakpoint" rather than "memory
347 breakpoint".
348 <create>: Document that "R" is ignored.
349 <W, X, w>: Document formatting of "AA".
350 (Notification Packets): Use "%Stop", not "%%Stop".
351
ad0a504f
AK
3522016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
353
354 * gdb.texinfo (Embedded Processors): Document ARC.
355 (Synopsys ARC): New section.
356 (Standard Target Features): Document ARC features.
357 (ARC Features): New section.
358
74172ecf
SM
3592016-09-21 Simon Marchi <simon.marchi@ericsson.com>
360
361 * .gitignore: New file.
362
0a1ddfa6
SM
3632016-08-24 Simon Marchi <simon.marchi@ericsson.com>
364
365 * gdb.texinfo (Input/Output): Mention possibility to unset
366 inferior-tty.
367
c0272db5
TW
3682016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
369
370 * gdb.texinfo: Resume btrace on reconnect.
371
e3487908
GKB
3722016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
373
374 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
375 syscall.
376
463888ab
РИ
3772016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
378
379 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
380 command.
381
dac790e1
TT
3822016-07-13 Tom Tromey <tom@tromey.com>
383
384 PR python/15620, PR python/18620:
385 * python.texi (Events In Python): Document new breakpoint events.
386
93daf339
TT
3872016-07-13 Tom Tromey <tom@tromey.com>
388
389 PR python/17698:
390 * python.texi (Breakpoints In Python): Document
391 Breakpoint.pending.
392
cda75e70
TT
3932016-07-13 Tom Tromey <tom@tromey.com>
394
395 * python.texi (Breakpoints In Python): Move table of types and
396 table of watchpoint types earlier in node.
397
e0f3fd7c
TT
3982016-07-12 Tom Tromey <tom@tromey.com>
399
400 PR python/19293:
401 * python.texi (Frames In Python): Document
402 gdb.invalidate_cached_frames.
403
86f78169
PA
4042016-06-21 Pedro Alves <palves@redhat.com>
405
406 * gdb.texinfo (Interpreters): Update intepreter-exec section,
407 document new-ui and explain use case.
408
a28d8e50
YTL
4092016-06-17 Yan-Ting Lin <currygt52@gmail.com>
410
411 * gdb.texinfo (Standard Target Features): Document NDS32 features.
412 (NDS32 Features): New Section.
413
bb556f1f
TK
4142016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
415
416 * gdb.texinfo (Examining Memory): Document negative repeat
417 count in the 'x' command.
418
38b022b4
SM
4192016-06-06 Simon Marchi <simon.marchi@ericsson.com>
420
421 * gdb.texinfo (GDB/MI Async Records): Document method and
422 format fields in =record-started.
423 * observer.texi (record_changed): Add method and format
424 parameters.
425
c185ba27
EZ
4262016-05-27 Eli Zaretskii <eliz@gnu.org>
427
428 * gdb.texinfo (General Query Packets): Move the description of the
429 response before the long list of the specific 'read' and 'write'
430 requests.
431
1957f6b8
TT
4322016-05-23 Tom Tromey <tom@tromey.com>
433
434 * python.texi (Basic Python): Document gdb.breakpoints return.
435
224f10c1
TT
4362016-05-24 Tom Tromey <tom@tromey.com>
437
438 PR gdb/19194:
439 * gdb.texinfo (gdb man): Fix typo.
440
0bdfa368
TT
4412016-05-17 Tom Tromey <tom@tromey.com>
442
443 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
444 (Rust): New node.
445
dcd1f979
TT
4462016-05-17 Tom Tromey <tom@tromey.com>
447
448 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
449
310cdbb6
YQ
4502016-04-27 Yao Qi <yao.qi@linaro.org>
451
452 * gdb.texinfo (tfind): Complete doc about tfind without
453 argument.
454
b8162e5a
AT
4552016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
456
457 * agentexpr.texi (byte): Fix zero_ext description.
458
f7c38292
PA
4592016-03-31 Pedro Alves <palves@redhat.com>
460
461 * gdb.texinfo (M32R/SDI): Delete node.
462 (MIPS Embedded): Remove references to the MIPS remote debugging
463 protocol, PMON and variants, and the associated commands.
464
81516450
DE
4652016-03-15 Doug Evans <dje@google.com>
466
467 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
468 (Target Description Format): Mention enum types. Update docs on
469 flags types.
470 (Predefined Target Types): Add "bool".
471 (Enum Target Types): New node.
472
2a60e18f
PA
4732016-03-15 Pedro Alves <palves@redhat.com>
474
475 * gdb.texinfo (Tracepoint Actions): Fix typo.
476
45fa2529
PA
4772016-03-15 Pedro Alves <palves@redhat.com>
478 Andreas Arnez <arnez@linux.vnet.ibm.com>
479 Marcin Kościelnicki <koriakin@0x04.net>
480
481 * gdb.texinfo (Tracepoint Actions): Document possible
482 unreliability of '$_ret'.
483
f2403c39
AB
4842016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
485
486 * gdb.texinfo (Symbols): Document new 'maint info line-table'
487 command.
488
f2f3ccb9
SM
4892016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
490
491 * gdb.texinfo (Convenience Functions): Document $_as_string.
492
cce0e923
DE
4932016-02-23 Doug Evans <dje@google.com>
494
495 * gdb.texinfo (Skipping Over Functions and Files): Document new
496 options to "skip" command. Update docs of output of "info skip".
497
012b3a21
WT
4982016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
499
500 * gdb.texinfo (Signals): Add bound violation display hints for
501 a SIGSEGV.
502
0748bf3e
MK
5032016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
504
505 * gdb.texinfo (Trace File Format): Add documentation for description
506 section lines.
507
e909d859
MK
5082016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
509
510 * gdb.texinfo (Trace File Format): Remove misleading information
511 about register block ordering.
512
713cdcbf
DE
5132016-02-01 Doug Evans <dje@google.com>
514
515 * gdb.texinfo (Value Sizes): Fix typo.
516
8244c20d
DE
5172016-02-01 Doug Evans <dje@google.com>
518
519 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
520
5fdf6324
AB
5212016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
522
523 * gdb.texinfo (Value Sizes): New section.
524 (Data): Add the 'Value Sizes' node to the menu.
525
67ebd9cb
JB
5262016-01-26 John Baldwin <jhb@FreeBSD.org>
527
528 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
529
6e9567fe
JB
5302016-01-19 John Baldwin <jhb@FreeBSD.org>
531
532 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
533
f303dbd6
PA
5342016-01-18 Pedro Alves <palves@redhat.com>
535
536 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
537 of the thread that hit a breakpoint or received a signal.
538
71ef29a8
PA
5392016-01-15 Pedro Alves <palves@redhat.com>
540
541 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
542
663f6d42
PA
5432016-01-13 Pedro Alves <palves@redhat.com>
544
545 * gdb.texinfo (Threads): Document the $_gthread convenience
546 variable.
547 (Convenience Vars): Likewise.
548
c84f6bbf
PA
5492016-01-13 Pedro Alves <palves@redhat.com>
550
551 * gdb.texinfo (Threads): Document "info threads -gid".
552
22a02324
PA
5532016-01-13 Pedro Alves <palves@redhat.com>
554
555 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
556 anchor.
557 (Threads In Python): Document new InferiorThread.global_num
558 attribute.
559
5d5658a1
PA
5602016-01-07 Pedro Alves <palves@redhat.com>
561
562 * gdb.texinfo (Threads): Document per-inferior thread IDs,
563 qualified thread IDs, global thread IDs and thread ID lists.
564 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
565 thread IDs.
566 (Convenience Vars): Document the $_thread convenience variable.
567 (Ada Tasks): Adjust to refer to thread IDs.
568 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
569 Commands, GDB/MI Variable Objects): Update to mention global
570 thread IDs.
571 * guile.texi (Breakpoints In Guile)
572 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
573 global thread IDs instead of thread IDs.
574 * python.texi (Threads In Python): Adjust documentation of
575 InferiorThread.num.
576 (Breakpoint.thread): Mention global thread IDs instead of thread
577 IDs.
578
84654457
PA
5792016-01-13 Pedro Alves <palves@redhat.com>
580
581 * python.texi (Threads In Python): Document
582 InferiorThread.inferior.
583
e3940304
PA
5842016-01-13 Pedro Alves <palves@redhat.com>
585
586 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
587 convenience variable.
588 (Convenience Vars): Likewise.
589
82075af2
JS
5902016-01-12 Josh Stone <jistone@redhat.com>
591 Philippe Waroquiers <philippe.waroquiers@skynet.be>
592
593 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
594 (Stop Reply Packets): List the syscall entry and return stop reasons.
595 (General Query Packets): Describe QCatchSyscalls, and add it to the
596 table and the detailed list of stub features.
597
bc504a31
PA
5982016-01-12 Pedro Alves <palves@redhat.com>
599
600 Remove use of the registered trademark symbol throughout.
601
cde67b27
YQ
6022016-01-12 Yao Qi <yao.qi@linaro.org>
603
604 * gdb.texinfo (Interrupts): Update the document on handling
605 interrupt when program is stopped.
606
19d9d4ef
DB
6072015-12-11 Don Breazeal <donb@codesourcery.com>
608
609 * gdb.texinfo (Forks): Correct Linux kernel version where
610 fork and exec events are supported, add notes about support
611 of these events in target remote mode.
612 (Connecting): Reorganize and clarify distinctions between
613 target remote, extended-remote, and multiprocess.
614 Reorganize related text from separate sections into new
615 sections.
616 (Server): Note effects of target extended-remote mode.
617 Delete section on Multi-Process Mode for gdbserver.
618 Move some text to "Connecting" node.
619
f4f4330e
PA
6202015-12-10 Pedro Alves <palves@redhat.com>
621
622 * gdb.texinfo (Threads): Replace warning with explanation
623 about single-threaded programs.
624
b1236ac3
PA
6252015-12-10 Pedro Alves <palves@redhat.com>
626
627 * gdb.texinfo (Threads): Remove mention of SGI.
628 (Forks): Remove mention of HP-UX.
629 (Breakpoints): Remove mention of HP-UX.
630 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
631 Reword in terms of architectures.
632 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
633 mention supported systems.
634 (Convenience Vars): Don't mention HP-UX.
635 (Jumping): Remove mention of HP-UX in comment.
636 (Files) <shared libraries>: Update supported shared library types
637 list. Remove mention of HP-UX.
638 (Native): Remove HP-UX subsection.
639 (SVR4 Process Information): Remove mention of HP-UX.
640
0f59c28f
PA
6412015-12-10 Pedro Alves <palves@redhat.com>
642
643 * gdb.texinfo (Stack): Reorder menu.
644
1c35a88f
LM
6452015-12-09 Luis Machado <lgustavo@codesourcery.com>
646
647 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
648 -var-set-format's new zero-hexadecimal format.
649
3685b09f
PMR
6502015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
651
652 * gdb.texinfo (Ada Mode Into): Move overloading support
653 description to its own node.
654 (Overloading support for Ada): New node.
655
f2faf941
PA
6562015-11-30 Pedro Alves <palves@redhat.com>
657
658 PR 14618
659 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
660 (Remote Configuration): Add the "set/show remote
661 no-resumed-stop-reply" to the available settings table.
662 (General Query Packets): Document the "no-resumed" qSupported
663 feature.
664
65706a29
PA
6652015-11-30 Pedro Alves <palves@redhat.com>
666
667 * gdb.texinfo (Remote Configuration): List "set/show remote
668 thread-events" command in configuration table.
669 (Stop Reply Packets): Document "T05 create" stop
670 reason and 'w' stop reply.
671 (General Query Packets): Document QThreadEvents packet. Document
672 QThreadEvents qSupported feature.
673
de979965
PA
6742015-11-30 Pedro Alves <palves@redhat.com>
675
676 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
677 anchor.
678 (Packets): Document vCtrlC.
679
79efa585
SM
6802015-11-26 Simon Marchi <simon.marchi@ericsson.com>
681
682 * gdb.texinfo (Thread List Format): Mention thread names.
683
7e0aa6aa
PA
6842015-11-24 Pedro Alves <palves@redhat.com>
685
686 PR 17539
687 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
688 program-spaces" example to ascending order listing.
689 (Threads): Adjust "info threads" example to ascending order
690 listing.
691 (Forks): Adjust "info inferiors" example to ascending order
692 listing.
693
0c532a29
MM
6942015-11-04 Markus Metzger <markus.t.metzger@intel.com>
695
696 * gdb.texinfo (Process Record and Replay): Document "record
697 instruction-history" modifiers.
698
fc58fa65
AB
6992015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
700
701 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
702 description.
703 (Frame Filter Management): Move to later in the 'Examining the
704 Stack' chapter.
705 (Selection): Add entry for 'select-frame'.
706
792005b0
DE
7072015-09-25 Doug Evans <dje@google.com>
708
709 * gdb.texinfo (Process Record and Replay): Fix syntax of
710 "record instruction-history begin, end" and
711 "record function-call-history begin, end".
712
c58b006b
SM
7132015-09-22 Simon Marchi <simon.marchi@ericsson.com>
714
715 * gdb.texinfo (Specifying Source Directories): Fix
716 substitute-path example.
717
f2665db5
MM
7182015-09-18 Markus Metzger <markus.t.metzger@intel.com>
719
720 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
721
e68fa6f0
PA
7222015-09-15 Pedro Alves <palves@redhat.com>
723
724 PR remote/18965
725 * gdb.texinfo (Stop Reply Packets): Revert previous change to
726 the vforkdone description.
727
8228463c
PA
7282015-09-15 Pedro Alves <palves@redhat.com>
729
730 PR remote/18965
731 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
732 part indicates the thread ID of the parent process.
733
750ce8d1
YQ
7342015-09-15 Yao Qi <yao.qi@linaro.org>
735
736 * gdb.texinfo (General Query Packets): Add vContSupported to
737 tables of 'gdbfeatures' and 'stub features' supported in the
738 qSupported packet, as well as to the list containing stub
739 feature details.
740
b459a59b
DB
7412015-09-11 Don Breazeal <donb@codesourcery.com>
742
743 * gdb.texinfo (Remote Configuration): Add exec event
744 feature to table of packet settings.
745 (Stop Reply Packets): Add exec events to the list of stop
746 reasons.
747 (General Query Packets): Add exec events to tables of
748 'gdbfeatures' and 'stub features' supported in the qSupported
749 packet, as well as to the list containing stub feature
750 details.
751
73b8c1fd
PA
7522015-08-24 Pedro Alves <palves@redhat.com>
753
754 * gdb.texinfo (Remote Configuration): Document the "set/show
755 remote multiprocess-extensions-packet" commands.
756
bb615428
PA
7572015-08-24 Pedro Alves <palves@redhat.com>
758
759 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
760 <M32R>: Remove references to M32R/D.
761 <M68K>: Remove references to target dbug.
762 <MIPS Embedded>: Remove references to target r3900 and target
763 array.
764 <PowerPC Embedded>: Remove references to target dink32 and target
765 ppcbug, target sds
766 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
767
2b4bf6af
AB
7682015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
769
770 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
771
566f5e3b
AB
7722015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
773
774 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
775
18989b3c
AB
7762015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
777
778 * gdb.texinfo (Maintenance Commands): Move documentation of "main
779 info bfds" to...
780 (File Caching): A New section. Outline bfd caching, and add new
781 description for "main set/show bfd-sharing".
782
6ff0ba5f
DE
7832015-08-14 Doug Evans <xdje42@gmail.com>
784
785 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
786 disassembly.
787 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
788
629500fa
KS
7892015-08-11 Keith Seitz <keiths@redhat.com>
790
791 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
792 Use "location(s)"instead of "linespec(s)".
793 (Specifying a Location): Rewrite.
794 Add subsections describing linespec, address, and explicit locations.
795 Add node/menu for each subsection.
796 (Source and Machine Code, C Preprocessor Macros)
797 (Create and Delete Trace points)
798 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
799 (Continuing at a Different Address): Remove "linespec" examples.
800 Add reference to "Specify a Location"
801 (The -break-insert Command): Rewrite. Add anchor.
802 Add reference to appropriate manual section discussing locations.
803 (The -dprintf-insert Command): Refer to -break-insert for
804 specification of 'location'.
805
fbea99ea
PA
8062015-08-07 Pedro Alves <palves@redhat.com>
807
808 * gdb.texinfo (Maintenance Commands): Document "maint set/show
809 target-non-stop".
810
da8c46d2
MM
8112015-08-07 Markus Metzger <markus.t.metzger@intel.com>
812
813 * gdb.texinfo (Process Record and Replay): Document prefixing of
814 speculatively executed instructions in the "record instruction-history"
815 command.
816
a3b5281e
DE
8172015-07-20 Doug Evans <dje@google.com>
818
819 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
820
6bcb1f97
DE
8212015-07-16 Doug Evans <dje@google.com>
822
823 * stabs.texinfo: @include gdb-cfg.texi.
824
db1ff28b
JK
8252015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
826
827 Revert the previous 2 commits:
828 gdbserver build-id attribute generator
829 Validate symbol file using build-id
830
ca5268b6
JK
8312015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
832
833 * gdb.texinfo (Files): Add 'set validate-build-id'
834 and 'show validate-build-id'.
835
700ca40f
JK
8362015-07-15 Aleksandar Ristovski <aristovski@qnx.com
837 Jan Kratochvil <jan.kratochvil@redhat.com>
838
839 gdbserver build-id attribute generator.
840 * gdb.texinfo (Library List Format for SVR4 Targets): Add
841 'build-id' in description, example, new attribute in dtd.
842
7c7f93f6
AB
8432015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
844
845 * gdb.texinfo (Selection): Update documentation for 'frame'
846 command.
847
b0627500
MM
8482015-07-02 Markus Metzger <markus.t.metzger@intel.com>
849
72f4393d 850 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
851 commands.
852
b20a6524
MM
8532015-07-02 Markus Metzger <markus.t.metzger@intel.com>
854
855 * gdb.texinfo (Process Record and Replay): Spell out that variables
856 and registers are not available during btrace replay.
857 Describe the new "record btrace pt" command.
858 Describe the new "set|show record btrace pt buffer-size" options.
859 (General Query Packets): Describe the new Qbtrace:pt and
860 Qbtrace-conf:pt:size packets.
861 Expand "bts" to "Branch Trace Store".
862 Update the branch trace DTD.
863
fc637f04
PP
8642015-06-26 Patrick Palka <patrick@parcs.ath.cx>
865
866 * gdb.texinfo (Command History): Document the new option
867 "history remove-duplicates".
868
18a94d75
DE
8692015-06-19 Doug Evans <dje@google.com>
870
871 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
872 longer supported.
873
0eacb298
PP
8742015-06-17 Patrick Palka <patrick@parcs.ath.cx>
875
876 * gdb.texinfo (Command History): Mention that setting
877 GDBHISTSIZE to the empty string disables history truncation.
878
bc460514
PP
8792015-06-17 Patrick Palka <patrick@parcs.ath.cx>
880
881 PR gdb/16999
882 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
883 behavior.
884
b58c513b
PP
8852015-06-17 Patrick Palka <patrick@parcs.ath.cx>
886
887 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
888 with GDBHISTSIZE.
889
a86c90e6
SM
8902015-06-15 Simon Marchi <simon.marchi@ericsson.com>
891
892 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
893 bytes and memory units for -data-{read,write}-memory-bytes.
894 (Packets): Same for m, M and X packets.
895 * python.texi (Inferiors In Python): Same for read_memory and
896 write_memory.
897
c74f7d1c
JT
8982015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
899
900 * gdb.texinfo (Separate Debug Files): Document that PE is also
901 supported.
902
51f0e40d
AB
9032015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
904
905 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
906 single table entry.
907
966f0aef
WT
9082015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
909
910 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
911
912
15a201c8
GB
9132015-06-10 Gary Benson <gbenson@redhat.com>
914
915 * gdb.texinfo (Remote Configuration): Document the
916 "set/show remote hostio-setfs-packet" command.
917 (Host I/O Packets): Document the vFile:setfs packet.
918
7a6a1731
GB
9192015-06-10 Gary Benson <gbenson@redhat.com>
920
921 * gdb.texinfo (Debugging Output): Document the "set/show debug
922 linux-namespaces" command.
923
7d73c23c 9242015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 925 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
926
927 * gdb.texinfo (i386): Add documentation about "show mpx bound"
928 and "set mpx bound".
929
27e0867f
DE
9302015-05-27 Doug Evans <dje@google.com>
931
932 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
933
b4f54984
DE
9342015-05-26 Doug Evans <dje@google.com>
935
936 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
937 command renamings.
938 (Maintenance Commands): Update for DWARF "set debug" command renamings.
939
55b40027
AB
9402015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
941
942 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
943
a4ea0946
AB
9442015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
945
946 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
947 (TUI Commands): Add 'tui enable' and 'tui disable' details.
948
37442ce1
DE
9492015-05-16 Doug Evans <xdje42@gmail.com>
950
951 * guile.texi (Memory Ports in Guile): Document support for unbuffered
952 memory ports.
953
36de76f9
JK
9542015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
955
956 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
957
0d71eef5
DB
9582015-05-12 Don Breazeal <donb@codesourcery.com>
959
960 * gdb.texinfo (Forks): Note that fork debugging is
961 supported in extended mode.
962 (Remote Configuration): Add fork event features to table
963 of packet settings.
964 (Stop Reply Packets): Add fork events to list of stop reasons.
965 (General Query Packets): Add fork events to tables of
966 'gdbfeatures' and 'stub features' supported in the qSupported
967 packet, as well as to the list containing stub feature
968 details.
969
835205d0
GB
9702015-05-12 Gary Benson <gbenson@redhat.com>
971
972 * gdb.texinfo (General Query Packets): Document
973 qXfer:exec-file:read with empty annex.
974
4c082a81
SC
9752015-05-09 Siva Chandra Reddy <sivachandra@google.com>
976
977 * python.texi (Values From Inferior): Add descriptions of new
978 methods gdb.Value.reference_value and gdb.Value.const_value.
979
b30a0bc3
JB
9802015-05-06 Joel Brobecker <brobecker@adacore.com>
981
982 * gdb.texinfo (Files): Add "info dll" documentation.
983 (Cygwin Native): Remove "info dll" documentation.
984
2ce1cdbf
DE
9852015-04-29 Doug Evans <dje@google.com>
986
987 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
988 Document.
989 (Writing an Xmethod): Add get_result_type to example.
990
59fb7612
SS
9912015-04-28 Sasha Smundak <asmundak@google.com>
992
993 * python.texi: New method documented.
994
cf75d6c3
AB
9952015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
996
997 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
998 format.
999
897c3d32
DE
10002015-04-24 Doug Evans <dje@google.com>
1001
1002 * python.texi (Xmethods In Python): Fix name of method to call the
1003 xmethod.
1004
1b6e6f5c
GB
10052015-04-17 Gary Benson <gbenson@redhat.com>
1006
1007 * gdb.texinfo (Connecting to a Remote Target): Mention that
1008 GDB can access program files from remote targets that support
1009 qXfer:exec-file:read and Host I/O packets.
1010
c78fa86a
GB
10112015-04-17 Gary Benson <gbenson@redhat.com>
1012
1013 * gdb.texinfo (Remote Configuration): Document the "set/show
1014 remote pid-to-exec-file-packet" command.
1015 (General Query Packets): Document the qXfer:exec-file:read
1016 qSupported features. Document the qXfer:exec-file:read packet.
1017
a9a5a3d1
GB
10182015-04-17 Gary Benson <gbenson@redhat.com>
1019
1020 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1021 applies to executable paths if supplied to GDB as absolute.
1022
4f45d445
JK
10232015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1024
1025 * gdb.texinfo (Mode Options): Remove -xdb.
1026
e7a8570f
JK
10272015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1028 Eli Zaretskii <eliz@gnu.org>
1029
72f4393d
L
1030 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1031 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
1032 the compile command. New subsection Compiler search for the compile
1033 command.
1034
f2983cc3
AW
10352015-04-09 Andy Wingo <wingo@igalia.com>
1036
1037 * guile.texi (Frames In Guile): Describe frame-read-register.
1038
599bd15c
GB
10392015-04-02 Gary Benson <gbenson@redhat.com>
1040
1041 * gdb.texinfo (set sysroot): Document "target:".
1042
d11916aa
SS
10432015-04-01 Sasha Smundak <asmundak@google.com>
1044
1045 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1046 section.
1047
df8411da
SDJ
10482015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1049
1050 PR corefiles/16092
1051 * gdb.texinfo (gcore): Mention new command 'set
1052 use-coredump-filter'.
1053 (set use-coredump-filter): Document new command.
1054
d33279b3
AT
10552015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1056
1057 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1058 documentation, reorder the info os entries in alphabetical order.
1059
852f8402
SM
10602015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1061
1062 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1063 -data-write-memory-bytes.
1064
856e7dd6
PA
10652015-03-24 Pedro Alves <palves@redhat.com>
1066
1067 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1068 mention that threads may sometimes run unlocked.
1069
236af5e3
YG
10702015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1071
1072 * gdb.texinfo (Remote configuration): Document "set/show
1073 serial parity" command.
1074
464b0089
GB
10752015-03-18 Gary Benson <gbenson@redhat.com>
1076
1077 * gdb.texinfo (General Query Packets): Remove documentation
1078 for now-removed vFile:fstat qSupported features.
1079
0a93529c
GB
10802015-03-11 Gary Benson <gbenson@redhat.com>
1081
1082 * gdb.texinfo (Remote Configuration): Document the
1083 "set/show remote hostio-fstat-packet" command.
1084 (General Query Packets): Document the vFile:fstat
1085 qSupported features.
1086 (Host I/O Packets): Document the vFile:fstat packet.
1087
85642ba0
AW
10882015-03-11 Andy Wingo <wingo@igalia.com>
1089
1090 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1091
f7e6eed5
PA
10922015-03-04 Pedro Alves <palves@redhat.com>
1093
1094 * gdb.texinfo (Remote Configuration): Document the "set/show
1095 remote swbreak-feature-packet" and "set/show remote
1096 hwbreak-feature-packet" commands.
1097 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1098 decription.
1099 (Stop Reply Packets): Document the swbreak and hwbreak stop
1100 reasons.
1101 (General Query Packets): Document the swbreak and hwbreak
1102 qSupported features.
1103 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1104
f873665f 11052015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
1106
1107 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1108 under *stopped.
1109
9a284c97
DE
11102015-03-02 Doug Evans <xdje42@gmail.com>
1111
1112 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1113
446899e4
AA
11142015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1115
1116 * gdb.texinfo (S/390 and System z Features): Describe new feature
1117 "org.gnu.gdb.s390.vx".
1118
7ee67ee4
SDJ
11192015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1120
1121 PR gdb/18008
1122 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1123 demangler-warning): Fix typo ("problam").
1124
53cf2ee0
DT
11252015-02-19 David Taylor <dtaylor@emc.com>
1126
1127 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1128
3133f8c1
JM
11292015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1130
1131 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1132 point, DTrace'.
1133 (Static Probe Points): Modified to cover DTrace probes in addition
1134 to SystemTap probes. Also modified to cover the `enable probe'
1135 and `disable probe' commands.
1136
9aca2ff8
JM
11372015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1138
1139 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1140 `disable probe' commands.
1141
fa3f8d5a
DT
11422015-02-12 David Taylor <dtaylor@emc.com>
1143
1144 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1145 fields of the QTDV packet.
1146
d33501a5
MM
11472015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1148
1149 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1150 (Process Record and Replay): Describe new set|show commands.
1151 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1152
f4abbc16
MM
11532015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1154
1155 * gdb.texinfo (Process Record and Replay): Describe the "record
1156 btrace bts" command.
1157 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1158 (Branch Trace Configuration Format): New.
1159
cfb069a8
GB
11602015-01-31 Gary Benson <gbenson@redhat.com>
1161 Doug Evans <dje@google.com>
1162
1163 * gdb.texinfo (Command Completion): Document new
1164 "set/show max-completions" option.
1165
f57d2163
DE
11662015-01-31 Doug Evans <xdje42@gmail.com>
1167
1168 * gdb.texinfo (Symbols): Document new commands
1169 "maint print symbol-cache", "maint print symbol-cache-statistics",
1170 "maint flush-symbol-cache". Document new option
1171 "maint set symbol-cache-size".
1172
9f050062
DE
11732015-01-31 Doug Evans <xdje42@gmail.com>
1174
1175 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1176 distinguish script files vs inlined scripts.
1177 * python.texi (Python Auto-loading): Ditto.
1178
b6577aab
DE
11792015-01-30 Doug Evans <dje@google.com>
1180
1181 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1182 string if present.
1183
3a8b707a
DE
11842015-01-27 Doug Evans <dje@google.com>
1185
1186 * python.texi (Objfiles In Python): Document Objfile.username.
1187
1b549396
DE
11882015-01-27 Doug Evans <dje@google.com>
1189
1190 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1191 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1192
253828f1
JK
11932015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1194
1195 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1196
bf555842
EZ
11972015-01-16 Eli Zaretskii <eliz@gnu.org>
1198
1199 * doc/gdb.texinfo (TUI Commands): Document the possible
1200 values of NAME argument to 'winheight' command. Explain the
1201 effect of 'tabset' setting better.
1202
439250fb
DE
12032015-01-11 Doug Evans <xdje42@gmail.com>
1204
1205 PR gdb/15830
1206 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1207 (Symbols): Ditto.
1208 (Maintenance Commands): Delete docs for "maint demangle".
1209
6bf6fd09
JB
12102014-12-31 Joel Brobecker <brobecker@adacore.com>
1211
1212 * gdb.texinfo (Files): Remove documentation of the
1213 "add-shared-symbol-files" and "assf" commands.
1214 (Cygwin Native): Remove documentation of the "dll-symbols"
1215 command.
1216
cc485e62
DE
12172014-12-17 Doug Evans <xdje42@gmail.com>
1218
1219 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1220
bb2ec1b3
TT
12212014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1222 Jan Kratochvil <jan.kratochvil@redhat.com>
1223
1224 * gdb.texinfo (Altering): Update.
1225 (Compiling and Injecting Code): New node.
1226
6dddd6a5
DE
12272014-12-12 Doug Evans <dje@google.com>
1228
1229 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1230
f5b95c01
AA
12312014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1232
1233 * gdb.texinfo: Document "maint print user-registers".
1234
a0be3e44
DE
12352014-12-08 Doug Evans <dje@google.com>
1236
1237 * python.texi (Objfiles In Python): Document Objfile.owner.
1238
86e4ed39
DE
12392014-12-04 Doug Evans <dje@google.com>
1240
1241 * python.texi (Objfiles In Python): Document
1242 Objfile.add_separate_debug_file.
1243
7c50a931
DE
12442014-12-04 Doug Evans <dje@google.com>
1245
1246 * python.texi (Objfiles In Python): Document Objfile.build_id.
1247
162078c8
NB
12482014-12-02 Nick Bull <nicholaspbull@gmail.com>
1249
1250 * python.texi (Events In Python): Document new events
1251 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1252 and RegisterChangedEvent.
1253
f10c5b19
JK
12542014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1255
1256 Add add-auto-load-scripts-directory.
1257 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1258 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1259
413b59ae
JK
12602014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1261
1262 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1263 description typo.
1264
02be9a71
DE
12652014-10-30 Doug Evans <dje@google.com>
1266
1267 * python.texi (Progspaces In Python): Document ability to add
1268 random attributes to gdb.Progspace objects.
1269 (Objfiles In Python): Document ability to add random attributes to
1270 gdb.objfile objects.
1271
e5f8a7cc
PA
12722014-10-27 Pedro Alves <palves@redhat.com>
1273
1274 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1275 info on stepping and signal handlers.
1276 (Signals): Explain stepping and signal handlers. Add context
1277 index entry, and cross references.
1278
fab3a15d
SM
12792014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1280
1281 * python.texi (Breakpoints In Python): Add parenthesis after
1282 Breakpoint.delete. Clarify Breakpoint.enabled description so
1283 that it contains "disable".
1284
4ffbba72
DE
12852014-10-17 Doug Evans <dje@google.com>
1286
1287 * python.texi (Events In Python): Document clear_objfiles event.
1288
d096d8c1
DE
12892014-10-17 Doug Evans <dje@google.com>
1290
1291 * python.texi (Objfiles In Python): Document new progspace attribute.
1292
32a8097b
PA
12932014-10-17 Pedro Alves <palves@redhat.com>
1294
1295 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1296 (SVR4 Process Information): Delete mention of OSF/1.
1297
2ddf4301
SM
12982014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1299
1300 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1301 exit-code field in -list-thread-groups output.
1302
342cc091
JBG
13032014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1304
1305 * gdb.texinfo (Set Breaks): Add missing "@end table".
1306
a25a5a45
PA
13072014-09-22 Pedro Alves <palves@redhat.com>
1308
1309 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1310 always-inserted off" is the default mode now. Delete
1311 documentation of "set breakpoint always-inserted auto".
1312
2b4fd423
DE
13132014-09-18 Doug Evans <dje@google.com>
1314
1315 * python.texi (Symbol Tables In Python): Document "producer"
1316 attribute of gdb.Symtab objects.
1317
deb8ff2b
PA
13182014-09-16 Pedro Alves <palves@redhat.com>
1319
1320 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1321 (Embedded OS): Remove VxWorks menu entry.
1322 (VxWorks): Remove node.
1323
81219e53
DE
13242014-09-13 Doug Evans <xdje42@gmail.com>
1325
1326 * gdb.texinfo (Signaling): Document new queue-signal command.
1327
faa42425
DE
13282014-09-06 Doug Evans <xdje42@gmail.com>
1329
1330 PR 15276
1331 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1332 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1333
1a6a384b
JL
13342014-09-03 Justin Lebar <jlebar@google.com>
1335
1336 * python.texi (Types In Python): Type.template_argument(n) returns a
1337 gdb.Value or a gdb.Type and throws an exception if n is out of
1338 range.
1339
5f3b99cf
SS
13402014-09-03 Sasha Smundak <asmundak@google.com>
1341
1342 * python.texi (Frames in Python): Add read_register description.
1343
3cecbbbe
TT
13442014-08-04 Tom Tromey <tromey@redhat.com>
1345
1346 * gdb.texinfo (Debugging Output): Update for change to "set debug
1347 target".
1348
90debf20
MM
13492014-08-01 Masaki Muranaka <monaka@monami-software.com>
1350
1351 Pushed by Joel Brobecker <brobecker@adacore.com>.
1352 * Makefile.in (transform): New variable.
1353 (install-man1, install-man5): Apply $(transform) to man file names.
1354
ee7333ae
DE
13552014-07-26 Doug Evans <xdje42@gmail.com>
1356
1357 PR guile/17177
1358 * guile.texi (Guile Pretty Printing API): Fix typo.
1359 Document set-pretty-printers!, pretty-printers.
1360 (Selecting Guile Pretty-Printers): Update.
1361 Mention program-space based pretty-printers.
1362
70509625
PA
13632014-07-25 Pedro Alves <palves@redhat.com>
1364 Eli Zaretskii <eliz@gnu.org>
1365
1366 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1367 with multi-threaded programs.
1368
b67a2c6f
YQ
13692014-06-27 Yao Qi <yao@codesourcery.com>
1370
1371 * gdb.texinfo (Maintenance Commands): Update the output of
1372 'maint print dummy-frames' command.
1373
f179cf97
EZ
13742014-06-24 Eli Zaretskii <eliz@gnu.org>
1375
1376 * gdb.texinfo (Screen Size): Improve indexing.
1377
992c7d70
GB
13782014-06-19 Gary Benson <gbenson@redhat.com>
1379
1380 * gdb.texinfo (Maintenance Commands): Document new
1381 "maint set/show catch-demangler-crashes" option.
1382
57fcfb1b
GB
13832014-06-19 Gary Benson <gbenson@redhat.com>
1384
1385 * gdb.texinfo (Maintenance Commands): Document new
1386 "maint demangler-warning" command and new
1387 "maint set/show demangler-warning" option.
1388
dd5d5494
SC
13892014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1390
1391 * python.texi (Xmethod API): Add space before the opening
1392 parenthesis in function descriptions.
1393
25326a28 13942014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
1395
1396 * guile.texi (Guile Configuration): Document guile-data-directory.
1397
0a770bb2 13982014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1399
1400 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1401
16f691fb
DE
14022014-06-04 Doug Evans <xdje42@gmail.com>
1403
1404 * guile.texi (Breakpoints In Guile): Update.
1405
1e47491b
JB
14062014-06-03 Joel Brobecker <brobecker@adacore.com>
1407
1408 * python.texi (Xmethod API): Fix reference to "Progspaces In
1409 Python".
1410
0c6e92a5
SC
14112014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1412
1413 * python.texi (Xmethods In Python, XMethod API)
1414 (Writing an Xmethod): New nodes.
1415 (Python API): New menu entries "Xmethods In Python",
1416 "Xmethod API", "Writing an Xmethod".
1417
06eb1586
DE
14182014-06-02 Doug Evans <xdje42@gmail.com>
1419
1420 * guile.texi (Guile API): Add entry for Parameters In Guile.
1421 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1422 (Parameters In Guile): New node.
1423
e698b8c4
DE
14242014-06-02 Doug Evans <xdje42@gmail.com>
1425
1426 * guile.texi (Guile API): Add entry for Commands In Guile.
1427 (Basic Guile) <parse-and-eval>: Add reference.
1428 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1429 (GDB Scheme Data Types): Mention <gdb:command> object.
1430 (Commands In Guile): New node.
1431
ded03782
DE
14322014-06-02 Doug Evans <xdje42@gmail.com>
1433
1434 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1435 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1436 (Progspaces In Guile): New node.
1437
53e8a631
AB
14382014-05-30 Andrew Burgess <aburgess@broadcom.com>
1439
1440 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1441 * python.texi (Frames In Python): Mention
1442 gdb.FRAME_UNWIND_MEMORY_ERROR.
1443
329ea579
PA
14442014-05-29 Pedro Alves <palves@redhat.com>
1445 Tom Tromey <tromey@redhat.com>
1446
1447 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1448 from example.
1449 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1450 Mention that target-async is now deprecated.
1451 (Maintenance Commands): Document maint set/show target-async.
1452
92bcb5f9
PA
14532014-05-29 Pedro Alves <palves@redhat.com>
1454
1455 * observer.texi (sync_execution_done, command_error): New
1456 subjects.
1457
fd664c91
PA
14582014-05-29 Pedro Alves <palves@redhat.com>
1459
1460 PR gdb/13860
1461 * observer.texi (signal_received, end_stepping_range)
1462 (signal_exited, exited, no_history): New observer subjects.
1463
b2715b27
AW
14642014-05-26 Andy Wingo <wingo@igalia.com>
1465
1466 * guile.texi (GDB Scheme Data Types): Remove documentation for
1467 removed interfaces. Update spelling of gdb-object-kind.
1468
9eaa4c1e
AW
14692014-05-26 Andy Wingo <wingo@igalia.com>
1470
1471 * guile.texi (Basic Guile): Fix some typos.
1472
0f1e8403
AW
14732014-05-26 Andy Wingo <wingo@igalia.com>
1474
1475 * guile.texi (Writing a Guile Pretty-Printer)
1476 (Guile Types Module): Fix excess parentheses in use-modules forms.
1477
697aa1b7
EZ
14782014-05-24 Eli Zaretskii <eliz@gnu.org>
1479
1480 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1481 (Breakpoints In Guile, Guile Printing Module)
1482 (Guile Exception Handling, Values From Inferior In Guile)
1483 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1484 Don't use @var at the beginning of a sentence.
1485
1486 * gdb.texinfo (Frame Filter Management, Trace Files)
1487 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1488 (PowerPC Embedded, Define, Annotations for Running)
1489 (IPA Protocol Commands, Packets, General Query Packets)
1490 (Tracepoint Packets, Notification Packets, Environment)
1491 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1492 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1493 (Frames, Backtrace, Selection, Expressions, Registers)
1494 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1495 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1496 (Source Annotations, Using JIT Debug Info Readers, Packets)
1497 (Stop Reply Packets, Host I/O Packets)
1498 (Target Description Format): Don't use @var at the beginning of a
1499 sentence.
1500
1501 * python.texi (Basic Python, Types In Python)
1502 (Commands In Python, Frames In Python, Line Tables In Python)
1503 (Breakpoints In Python, gdb.printing, gdb.types)
1504 (Type Printing API): Don't use @var at the beginning of a
1505 sentence.
1506
67b5c0c1
MM
15072014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1508
1509 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1510 replay-memory-access".
1511
6a3cb8e8
PA
15122014-05-21 Pedro Alves <palves@redhat.com>
1513
1514 * gdb.texinfo (Starting): Document "set/show
1515 auto-connect-native-target".
1516 (Target Commands): Document "target native".
1517
936d2992
PA
15182014-05-20 Pedro Alves <palves@redhat.com>
1519
1520 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1521 not be remote specific. Add cross reference to the qCRC packet.
1522 (Separate Debug Files): Update cross reference to the qCRC packet.
1523 (General Query Packets) <qCRC packet>: Add anchor.
1524
b3ce5e5f
DE
15252014-05-17 Doug Evans <xdje42@gmail.com>
1526
1527 Copy over changes from guile.texi.
1528 * python.texi (Basic Python) <gdb.execute>: Add text.
1529 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1530 (Values From Inferior) <Python string>: Add text.
1531 (Values From Inferior) <Value.string>: Clarify string length handling.
1532 (Pretty Printing API): Add cindex.
1533 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1534 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1535 @vindex.
1536 (Commands In Python) <COMPLETE_*>: Similarly.
1537 (Symbols In Python) <SYMBOL_*>: Similarly.
1538 (Breakpoints In Python) <WP_*>: Similarly.
1539 (Breakpoints In Python) <BP_*>: Similarly.
1540
8dfcab11
DT
15412014-05-17 David Taylor <dtaylor@emc.com>
1542
1543 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1544 mentioned in the qfThreadInfo reply.
1545
8d551b02
DE
15462014-05-16 Doug Evans <dje@google.com>
1547
1548 * gdb.texinfo (Mode Options): Add -D.
1549
e20bd8f4
SB
15502014-05-09 Samuel Bronson <naesten@gmail.com>
1551
1552 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1553 "make -C".
1554
f989a1c8
TT
15552014-04-29 Tom Tromey <tromey@redhat.com>
1556
1557 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1558 "show debug varobj".
1559
95cf3b38
DT
15602014-05-01 David Taylor <dtaylor@emc.com>
1561
1562 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1563 option.
1564
01f9f808
MS
15652014-04-24 Michael Sturm <michael.sturm@mintel.com>
1566 Walfred Tedeschi <walfred.tedeschi@intel.com>
1567
1568 * gdb.texinfo (i386 Features): Add description of AVX512
1569 registers.
1570
770e7fc7
DE
15712014-03-31 Doug Evans <dje@google.com>
1572
1573 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1574
97d8f0ee
DE
15752014-03-30 Doug Evans <dje@google.com>
1576
1577 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1578 (Background Execution): Ditto.
1579
36cb1214
HZ
15802014-03-21 Pedro Alves <palves@redhat.com>
1581 Stan Shebs <stan@codesourcery.com>
1582 Hui Zhu <hui@codesourcery.com>
1583
1584 * gdb.texinfo (Packets): Add anchor to "? packet".
1585 Remove fixme and update introduction of "k packet".
1586 Add anchor to "vKill packet".
1587
5e3a2c38
SS
15882014-03-12 Stan Shebs <stan@codesourcery.com>
1589
1590 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1591
7a5a839f
LC
15922014-02-26 Ludovic Courtès <ludo@gnu.org>
1593
dc6ae996 1594 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 1595
95060284
JB
15962014-02-20 Joel Brobecker <brobecker@adacore.com>
1597
1598 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1599 and "assf" as being deprecated.
1600 (Cygwin Native): Likewise for "dll-symbols".
1601 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1602 as a way to force the loading of symbols from a DLL.
1603
f7bd0f78
SC
16042014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1605
1606 * python.texi (Values From Inferior): Add description about the
1607 new feature.
1608
329baa95
DE
16092014-02-17 Doug Evans <xdje42@gmail.com>
1610
1611 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1612 * gdb.texinfo (Python): Moved to ...
1613 * python.texi: ... here. New file.
1614
687894f5
DE
16152014-02-17 Ludovic Courtès <ludo@gnu.org>
1616
d25f38ee 1617 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
1618 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1619 parameter to 'str-lookup-function' procedure. Look for
1620 the "std::string<" prefix.
1621 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1622 Adjust description.
1623
6fb526ee
DE
16242014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1625
d25f38ee 1626 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
1627 parantheses for deffn.
1628 (Disassembly In Guile): Ditto.
1629
1e0a5178
SS
16302014-02-10 Stan Shebs <stan@codesourcery.com>
1631
1632 Add Doxygen support.
1633 * Makefile.in (doxy): New action, generates Doxygen files.
1634 (DOXYGEN): New.
1635 (doxyedit): New.
1636 * Doxyfile-base.in: New file.
1637 * Doxyfile-gdb-api.in: New file.
1638 * Doxyfile-gdb-xref.in: New file.
1639 * Doxyfile-gdbserver.in: New file.
1640 * doxy-index.in: New file.
1641 * filter-for-doxygen: New file.
1642 * filter-params.pl: New file.
1643
ed3ef339
DE
16442014-02-10 Doug Evans <xdje42@gmail.com>
1645
1646 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1647 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1648 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1649 (Guile docs): Include guile.texi.
1650 (objfile-gdbdotext file): Add objfile-gdb.scm.
1651 (dotdebug_gdb_scripts section): Mention Guile scripts.
1652 (Multiple Extension Languages): New node.
1653 * guile.texi: New file.
1654
c6044dd1
JB
16552014-01-28 Joel Brobecker <brobecker@adacore.com>
1656
1657 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1658 ignore-descriptive-types". commands.
1659
87ce2a04
DE
16602014-01-22 Doug Evans <dje@google.com>
1661
1662 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1663 (gdbserver man): Ditto.
1664
52834460
MM
16652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1666
1667 * gdb.texinfo: Document limited reverse/replay support
1668 for target record-btrace.
1669
0688d04e
MM
16702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1671
1672 * gdb.texinfo (Process Record and Replay): Update documentation.
1673
8710b709
MM
16742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1675
1676 * gdb.texinfo (Process Record and Replay): Document new /c
1677 modifier accepted by "record function-call-history".
1678 Add /i modifier to "record function-call-history" example.
1679
dcf106f3
JB
16802014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1681 Joel Brobecker <brobecker@adacore.com>
1682
1683 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1684 markers. Remove one that was misplaced.
1685
41ef2965
PA
16862014-01-10 Pedro Alves <palves@redhat.com>
1687
1688 * gdb.texinfo (Your Program's Environment) <set environment>:
1689 Mention the shell, and point at 'set exec-wrapper'.
1690
c0d48811
JB
16912014-01-07 Joel Brobecker <brobecker@adacore.com>
1692
1693 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1694
5fba4c0f
JB
16952013-12-30 Joel Brobecker <brobecker@adacore.com>
1696
1697 * gdb.texinfo (Types In Python): Clarify the documentation
1698 of attribute gdb.Field.bitpos.
1699
0809504b
JB
17002013-12-28 Joel Brobecker <brobecker@adacore.com>
1701
1702 * gdb.texinfo (Types In Python): Fix the documentation of
1703 attribute "bitpos" in class gdb.Field for enum types. Add
1704 documentation for attribute "enumval" in that same class.
1705
edef6000
JB
17062013-12-28 Joel Brobecker <brobecker@adacore.com>
1707
1708 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1709 @ftable.
1710
71b8c845
DE
17112013-12-23 Doug Evans <xdje42@gmail.com>
1712
1713 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1714 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1715 corresponding section in Extending GDB.
1716 (Extending GDB): Move menu up. New menu item "Auto-loading
1717 extensions".
1718 (Sequences): New menu item "Auto-loading sequences".
1719 (Auto-loading sequences): New node.
1720 (Python): Rename section from Scripting GDB to Extending GDB.
1721 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1722 Move docs on ways to auto-load extensions to ...
1723 (Auto-loading extensions): ... here. New node.
1724
d192b373
JB
17252013-12-23 Joel Brobecker <brobecker@adacore.com>
1726
1727 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1728 in menu.
1729 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1730 command, now in a new node.
1731 (GDB/MI Support Commands): New node, with its contents being
1732 extracted from the "GDB/MI Miscellaneous Commands" node.
1733 A small paragraph introducing the section is also added at
1734 the start.
1735 (GDB/MI Miscellaneous Commands): Delete the description of the
1736 -info-gdb-mi-command, -list-features and -list-target-features
1737 commands, now hosted in the "GDB/MI Support Commands" node.
1738
a16b0e22
SC
17392013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1740
1741 PR python/16113
1742 * gdb.texinfo (Values From Inferior): Add a note about using
1743 gdb.Field objects as subscripts on gdb.Value objects.
1744 (Types In Python): Add description about the new attribute
1745 "parent_type" of gdb.Field objects.
1746
9b26f0fb
JB
17472013-12-12 Joel Brobecker <brobecker@adacore.com>
1748
1749 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1750 entry for section docuumenting the -list-features GDB/MI command.
1751
72bfa06c
JB
17522013-12-10 Joel Brobecker <brobecker@adacore.com>
1753
1754 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1755 "exec-run-start-option" entry in the output of the "-list-features"
1756 command.
1757
3ea8680f
EZ
17582013-12-04 Eli Zaretskii <eliz@gnu.org>
1759
1760 * gdb.texinfo (i386): Fix yesterday's commit.
1761
1a4f73eb
TT
17622013-12-03 Tom Tromey <tromey@redhat.com>
1763
1764 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1765 documented here.
1766
6cb999f8
TT
17672013-12-03 Tom Tromey <tromey@redhat.com>
1768
1769 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1770
ca8941bb
WT
17712013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1772
1773 * gdb.texinfo (i386 Features): Add MPX feature registers.
1774 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1775 a subsubsection for MPX and describes the display of the
1776 boundary registers.
1777
688981c9
JB
17782013-12-03 Joel Brobecker <brobecker@adacore.com>
1779
1780 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1781 documentation of the "ada-exceptions" entry.
1782
2ea126fa
JB
17832013-12-03 Joel Brobecker <brobecker@adacore.com>
1784
1785 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1786 "^error" result record concerning the error message. Document
1787 the error code that may also be part of that result record.
1788 (GDB/MI Miscellaneous Commands): Document the
1789 "undefined-command-error-code" element in the output of
1790 the "-list-features" GDB/MI command.
1791
6b7cbff1
JB
17922013-12-03 Joel Brobecker <brobecker@adacore.com>
1793
1794 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1795 the new -info-gdb-mi-command GDB/MI command. Document
1796 the meaning of "-info-gdb-mi-command" in the output of
1797 -list-features.
1798
20e1ca3b
PA
17992013-11-29 Pedro Alves <palves@redhat.com>
1800
1801 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1802 Update comment.
1803
29453a14
YQ
18042013-11-24 Yao Qi <yao@codesourcery.com>
1805
1806 * gdb.texinfo (Caching Remote Data): Document new
1807 "set/show stack-cache" option.
1808
6dd315ba
YQ
18092013-11-24 Yao Qi <yao@codesourcery.com>
1810
1811 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1812 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1813 "off" respectively.
1814
9df9dbe0
YQ
18152013-11-23 Yao Qi <yao@codesourcery.com>
1816
1817 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1818 of "displayhint" to the table about child results.
1819
c78feb39
YQ
18202013-11-21 Yao Qi <yao@codesourcery.com>
1821
1822 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1823 'dynamic' for the output of command -var-list-children.
1824
27b81af3
YQ
18252013-11-21 Yao Qi <yao@codesourcery.com>
1826
1827 * gdb.texinfo (Caching Target Data): Remove "see" before
1828 @pxref.
1829
b26dfc9a
YQ
18302013-11-20 Yao Qi <yao@codesourcery.com>
1831
1832 * gdb.texinfo (Caching Target Data): Update doc for
1833 per-address-space dcache.
1834
b12039c6
YQ
18352013-11-20 Yao Qi <yao@codesourcery.com>
1836
1837 * gdb.texinfo (Data): Rename menu item.
1838 (Caching Remote Data): Rename to ...
1839 (Caching Target Data): ... it. Update.
1840
422ad5c2
JB
18412013-11-18 Joel Brobecker <brobecker@adacore.com>
1842
1843 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1844 "language-option" entry in the output of the "-list-features"
1845 command.
1846
805e1f19
TT
18472013-11-15 Tom Tromey <tromey@redhat.com>
1848
1849 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1850 Add example.
1851
8fe1b653
TT
18522013-11-14 Tom Tromey <tromey@redhat.com>
1853
1854 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1855
403cb6b1
JB
18562013-11-14 Joel Brobecker <brobecker@adacore.com>
1857
1858 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1859 (Context management): Place current subsection text into its own
1860 subsubsection. Add new subsubsection describing the "--language"
1861 command option.
1862
93973826
JB
18632013-11-13 Joel Brobecker <brobecker@adacore.com>
1864
1865 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1866 the documentation of "info-ada-exceptions" in the output
1867 of the "-list-features" command. Add the documentation
1868 of the "ada-exception" entry instead.
1869
6adcee18
JB
18702013-11-12 Joel Brobecker <brobecker@adacore.com>
1871
93973826 1872
6adcee18
JB
1873 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1874 word of a couple of sentences to start with a capital letter.
1875
58d06528
JB
18762013-11-12 Joel Brobecker <brobecker@adacore.com>
1877
1878 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1879 (Ada Exceptions): New node.
1880 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1881 Commands" node.
1882 (GDB/MI Ada Exceptions Commands): New node.
1883 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1884 field in the output of the "-list-features" command.
1885 * NEWS: Add entry for the new "info exceptions" CLI command,
1886 and for the new "-info-ada-exceptions" GDB/MI command.
1887
bc79de95
PM
18882013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1889
1890 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1891 (Line Tables In Python): New node.
1892
73be47f5
DE
18932013-11-08 Doug Evans <dje@google.com>
1894
1895 * gdb.texinfo (Debugging Output): Update text for
1896 "set debug dwarf2-read".
1897
db0fec5c
DE
18982013-11-08 Doug Evans <dje@google.com>
1899
1900 * gdb.texinfo (Debugging Output): Update text for
1901 "set debug symtab-create".
1902
92e32e33
PM
19032013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1904
72f4393d
L
1905 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1906 constant.
92e32e33 1907
f76c27b5
PM
19082013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1909
1910 * gdb.texinfo (Breakpoints In Python): Document temporary
1911 option in breakpoint constructor, and add documentation to the
1912 temporary attribute.
1913
fa4d0c40
YQ
19142013-11-07 Yao Qi <yao@codesourcery.com>
1915
1916 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1917 output of "-var-info-expression".
1918
afa332ce
PA
19192013-11-06 Pedro Alves <palves@redhat.com>
1920
1921 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1922 non-interactive mode.
1923 (Environment) <shell startup files warning>: Mention
1924 non-interactive mode. Mention .zshenv for Z shell, and talk about
1925 BASH_ENV instead of .bashrc for BASH.
1926
9ac69859
NB
19272013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1928
1929 * gdb.texinfo (Commands to Specify Files): Add description
1930 of the remove-symbol-file command.
1931 * observer.texi: New free_objfile event
1932
98882a26
PA
19332013-10-24 Pedro Alves <palves@redhat.com>
1934
1935 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1936
ce13fade
JB
19372013-10-11 Joel Brobecker <brobecker@adacore.com>
1938
1939 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1940 New subsection inside which the "-catch-load" and "-catch-unload"
1941 commands documentation is now placed.
1942 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1943 documenting the "-catch-assert" and "-catch-exception" new
1944 GDB/MI commands.
1945
2446f5ea
JB
19462013-10-10 Joel Brobecker <brobecker@adacore.com>
1947
1948 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1949
0d12017b
JB
19502013-10-10 Joel Brobecker <brobecker@adacore.com>
1951
bd80dc1a
JB
1952 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1953 serial baud".
1954 (Remote Configuration): Replace "set remotebaud" by "set serial
1955 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 1956
f4fb82a1
PA
19572013-10-07 Pedro Alves <palves@redhat.com>
1958
1959 PR breakpoints/11568
1960 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1961 when the thread is removed from the thread list.
1962
0c557179
SDJ
19632013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1964
1965 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1966 Update entry for $_exitcode.
1967
5713b9b5
JB
19682013-10-04 Joel Brobecker <brobecker@adacore.com>
1969
1970 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1971 new "--start" option.
1972
901461f8
PA
19732013-10-02 Pedro Alves <palves@redhat.com>
1974
1975 * gdb.texinfo (Registers): Expand description of saved registers
1976 in frames. Explain <not saved>.
1977
8fb8eb5c
DE
19782013-09-25 Doug Evans <dje@google.com>
1979
1980 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1981
0a7cfe2c
SS
19822013-09-16 Stan Shebs <stan@codesourcery.com>
1983
1984 Remove the internals manual gdbint.texinfo.
1985 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1986 (PDFFILES): Remove gdbint.pdf.
1987 (HTMLFILES): Remove gdbint/index.html.
1988 (HTMLFILES_INSTALL): Remove gdbint.
1989 (GDBINT_DOC_FILES): Remove.
1990 (dvi): Remove gdbint.dvi.
1991 (ps): Remove gdbint.ps.
1992 * gdbint.texinfo: Remove file.
1993 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1994
a280dbd1
SDJ
19952013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1996
1997 * gdb.texinfo (Convenience Functions): Mention new convenience
1998 function $_isvoid.
1999
4ac33720
UW
20002013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2001
2002 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2003 (Standard Target Features): Add new node to menu.
2004 (S/390 and System z Features): New node.
2005
b3d3b4bd
SA
20062013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2007
2008 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2009 -list-target-features in the example.
2010
edf9f00c
JK
20112013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2012
2013 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2014 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2015
1d236d23
JK
20162013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2017
2018 Sync documentation with gdb.base/gnu-debugdata.exp.
2019 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2020
5423b017
JK
20212013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2022
2023 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2024
6211c335
YQ
20252013-08-27 Pedro Alves <pedro@codesourcery.com>
2026 Yao Qi <yao@codesourcery.com>
2027
2028 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2029 Document new --skip-unavailable option.
2030 <-stack-list-variables>: Document new --skip-unavailable option.
2031
52e260a3
DE
20322013-08-26 Doug Evans <dje@google.com>
2033
2034 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2035 an optional regexp.
2036
5e92f71a
TT
20372013-08-13 Tom Tromey <tromey@redhat.com>
2038
2039 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2040 Document GDB_PARALLEL and GDB_INOTIFY.
2041
c5d7073b
SS
20422013-08-09 Stan Shebs <stan@codesourcery.com>
2043
2044 * LRS: Remove file, describes a long-abandoned live-range
2045 splitting extension to stabs.
2046
6fbe845e
AB
20472013-07-25 Andrew Burgess <aburgess@broadcom.com>
2048
2049 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2050
e7045703
DE
20512013-07-17 Doug Evans <dje@google.com>
2052
2053 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2054
3105ebf9
TT
20552013-07-02 Tom Tromey <tromey@redhat.com>
2056
2057 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2058
d6c2da54
TT
20592013-06-28 Tom Tromey <tromey@redhat.com>
2060
2061 * Makefile.in (version.subst): Use version.in, not
2062 common/version.in.
2063 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2064 Likewise.
2065
e5823f1c
PA
20662013-06-27 Pedro Alves <palves@redhat.com>
2067
2068 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2069 dynamic symbol resolution code>: New section, based on infrun.c
2070 comment.
2071
92dcb9ff
TT
20722013-06-26 Tom Tromey <tromey@redhat.com>
2073
2074 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2075 Update.
2076 (Releasing GDB): Likewise.
2077
dc673c81
YQ
20782013-06-26 Pedro Alves <pedro@codesourcery.com>
2079 Yao Qi <yao@codesourcery.com>
2080
2081 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2082 -trace-frame-collected.
2083
28a93511
YQ
20842013-06-26 Pedro Alves <pedro@codesourcery.com>
2085
2086 * gdb.texinfo (Traceframe Info Format): Document tvar element
2087 and its attributes.
2088
a0743c90
YQ
20892013-06-25 Yao Qi <yao@codesourcery.com>
2090
2091 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2092
01208463
TT
20932013-06-24 Tom Tromey <tromey@redhat.com>
2094
2095 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2096 (GDBvn.texi): Use version.subst.
2097 (version.subst): New target.
2098 (mostlyclean): Remove version.subst.
2099
c898adb7
YQ
21002013-06-20 Pedro Alves <pedro@codesourcery.com>
2101
2102 * gdb.texinfo (GDB/MI Data Manipulation)
2103 <-data-list-register-values>: Document the --skip-unavailable
2104 option.
2105
7c57fa1e
YQ
21062013-06-07 Yao Qi <yao@codesourcery.com>
2107
2108 * gdb.texinfo (Symbols): Add kindex and cindex for
2109 'maint print msymbols'.
2110
0059c61a 21112013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
2112
2113 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2114 response field name (thread-group to inferior).
2115
85dc5a12
GB
21162013-06-04 Gary Benson <gbenson@redhat.com>
2117
2118 * gdb.texinfo (General Query Packets/qSupported): Added
2119 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2120 to the table of currently defined stub features.
2121 Added a more detailed entry for "augmented-libraries-svr4-read".
2122 (General Query Packets/qXfer:libraries-svr4:read): Documented
2123 the augmented form of this packet.
2124
5901af59
JB
21252013-05-23 Joel Brobecker <brobecker@adacore.com>
2126
2127 * gdb.texinfo (System-wide Configuration Scripts): Renames
2128 "Installed System-wide Configuration Scripts". Add associated
2129 @menu block.
2130
c1e36e3e
PA
21312013-05-23 Yao Qi <yao@codesourcery.com>
2132 Pedro Alves <palves@redhat.com>
2133
2134 * gdb.texinfo (Packets): Document 'vCont;r'.
2135 (Continuing and Stepping): Document target-assisted range
2136 stepping, and the 'set range-stepping' and 'show range-stepping'
2137 commands.
2138
0201faac
JB
21392013-05-23 Joel Brobecker <brobecker@adacore.com>
2140
2141 * gdb.texinfo (Installed System-wide Configuration Scripts):
2142 Add subsection describing the scripts now available under
2143 the data-dir's system-gdbbinit subdirectory.
2144 * NEWS: Add entry announcing the availability of system-wide
2145 configuration scripts for ElinOS and Wind River Linux.
2146
c5867ab6
HZ
21472013-05-21 Hui Zhu <hui@codesourcery.com>
2148
2149 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2150 "-dprintf-insert" command.
2151
7d0c9981
DE
21522013-05-17 Doug Evans <dje@google.com>
2153
2154 * gdb.texinfo (Maintenance Commands): Update doc for
2155 "maint check-psymtabs". Add doc for "maint check-symtabs",
2156 "maint expand-symtabs".
2157
742ce053
MM
21582013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2159
2160 * gdb.texinfo (Process Record and Replay): Document the
2161 "record goto" command and its sub-commands.
2162
1e611234
PM
21632013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2164
2165 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2166 (Python API): Add Frame Filters API, Frame Wrapper API,
2167 Writing a Frame Filter/Wrapper, Managing Management of Frame
2168 Filters chapter entries.
2169 (Frame Filters API): New Node.
2170 (Frame Wrapper API): New Node.
2171 (Writing a Frame Filter): New Node.
2172 (Managing Frame Filters): New Node.
2173 (Progspaces In Python): Add note about frame_filters attribute.
2174 (Objfiles in Python): Ditto.
2175 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2176 @anchors and --no-frame-filters option to -stack-list-variables,
2177 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2178 commands.
2179
2874cb83
JB
21802013-05-08 Joel Brobecker <brobecker@adacore.com>
2181
2182 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2183 Support" subsection documenting the XML format used to transfer
2184 shared library info on AIX.
2185
9a005eb9
JB
21862013-05-08 Joel Brobecker <brobecker@adacore.com>
2187
2188 * gdb.texinfo (Debugging Output): Add documentation of
2189 "set debug aix-solib" and "show debug aix-solib" commands.
2190
a1217d97
SL
21912013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2192
2193 * gdb.texinfo (Nios II): New section.
2194 (Nios II Features): New section.
2195
4d1eb6b4
JB
21962013-05-06 Joel Brobecker <brobecker@adacore.com>
2197
2198 * gdbint.texinfo (Algorithms): Remove entries documenting
2199 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2200 SOLIB_CREATE_INFERIOR_HOOK.
2201
3f84184e
TT
22022013-04-29 Tom Tromey <tromey@redhat.com>
2203
2204 PR python/14204:
2205 * gdb.texinfo (Python API): Fix menu entry.
2206 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2207 Define global and static block. Add example. Clarify
2208 block relationship for inline functions.
2209
60155234
TT
22102013-04-29 Tom Tromey <tromey@redhat.com>
2211
2212 * gdb.texinfo (Python API): Mention Python help and keyword
2213 arguments. Move pagination text to Basic Python.
2214 (Basic Python): Put pagination text here. Document
2215 close-on-exec, SIGCHLD, and SIGINT.
2216
5360976e
PA
22172013-04-19 Pedro Alves <palves@redhat.com>
2218
2219 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2220 "signedness" instead of "signness".
2221
bd3f3b55
PA
22222013-04-19 Pedro Alves <palves@redhat.com>
2223
2224 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2225 -Wno-pointer-sign text with text on -Wpointer-sign.
2226
dee368d3
TT
22272013-04-16 Tom Tromey <tromey@redhat.com>
2228
2229 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2230 GCC that has the SDT probe points.
2231
cc16e6c9
TT
22322013-04-15 Tom Tromey <tromey@redhat.com>
2233
2234 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2235 exception catchpoints.
2236
72f1fe8a
TT
22372013-04-15 Tom Tromey <tromey@redhat.com>
2238
2239 * gdb.texinfo (Set Catchpoints): Document $_exception.
2240 (Convenience Vars): Mention $_exception.
2241
591f19e8
TT
22422013-04-15 Tom Tromey <tromey@redhat.com>
2243
2244 * gdb.texinfo (Set Catchpoints): Reorganize exception
2245 catchpoints. Document "catch rethrow".
2246 (Debugging C Plus Plus): Mention "catch rethrow".
2247
02ae6bad
TT
22482013-04-15 Tom Tromey <tromey@redhat.com>
2249
2250 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2251
2c91021c
JK
22522013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2253 Eli Zaretskii <eliz@gnu.org>
2254
2255 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2256 line below the sample output.
2257
6eaaf48b
EZ
22582013-04-12 Eli Zaretskii <eliz@gnu.org>
2259
2260 * gdb.texinfo (Mode Options): Document '-configuration'.
2261 (Help): Document "show configuration".
2262 (Bug Reporting): Add requirements to include the configuration
2263 details in bug reports.
2264
b292c783
JK
22652013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2266
2267 * Makefile.in (MAN1S): Add gcore.1.
2268 Remove "Host, target, and site specific Makefile fragments" comment.
2269 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2270 (install-man1, uninstall-man1): Conditionalize gcore.1.
2271 (gcore.1): New.
2272 * gdb.texinfo (Man Pages): Add gcore man.
2273 (gcore man): New node.
2274
f81d1120
PA
22752013-04-10 Pedro Alves <palves@redhat.com>
2276
2277 * gdb.texinfo (Process Record and Replay): Document that "set
2278 record full insn-number-max", "set record
2279 instruction-history-size" and "set record
2280 function-call-history-size" accept "unlimited".
2281 (Backtrace): Document that "set backtrace limit" accepts
2282 "unlimited".
2283 (List): Document that "set listsize" accepts "unlimited".
2284 (Print Settings)" Document that "set print max-symbolic-offset",
2285 "set print elements" and "set print repeats" accept "unlimited".
2286 (Starting and Stopping Trace Experiments): Document that "set
2287 trace-buffer-size" accepts "unlimited".
2288 (Remote Configuration): Document that "set tcp connect-timeout"
2289 accepts "unlimited".
2290 (Command History): Document that "set history size" accepts
2291 "unlimited".
2292 (Screen Size): Document that "set height" and "set width" accepts
2293 "unlimited". Adjust "set pagination"'s description to suggest
2294 "set height unlimited" instead of "set height 0".
2295
393fd4c3
YQ
22962013-04-10 Yao Qi <yao@codesourcery.com>
2297
2298 * gdb.texinfo (Trace Files): Add "target ctf".
2299
cba5a7bf
JK
23002013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2301
2302 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2303
0ed630cb
JK
2304 * Makefile.in (install-man1, install-man5, uninstall-man1)
2305 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2306
afe1492b
JK
2307 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2308
5b8b6385
JK
23092013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2310 Eli Zaretskii <eliz@gnu.org>
2311
2312 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2313 parameters order. Remove "On some targets" for --attach. Document the
2314 --multi parameter and extended-remote command. Document all the
2315 options.
2316
906ccdf0
JK
23172013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2318
2319 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2320 the list of supported languages.
2321
43662968
JK
23222013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2323
2324 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2325 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2326 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2327 (diststuff): Add man.
2328 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2329 (uninstall-man5): New.
2330 (STAGESTUFF): Add *.1 and *.5.
2331 (GDBvn.texi): Add SYSTEM_GDBINIT.
2332 (gdb.1, gdbserver.1, gdbinit.5): New.
2333 (maintainer-clean realclean): Add $(MANS).
2334 (install): Add install-man.
2335 (uninstall): Add uninstall-man.
2336 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2337 (@copying): Wrap it by @c man begin COPYRIGHT.
2338 (Top): Add Man Pages.
2339 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2340
be9a8770
PA
23412013-04-02 Pedro Alves <palves@redhat.com>
2342
2343 * gdb.texinfo (Debugging Output): Document "set/show debug
2344 aarch64", "set/show debug coff-pe-read" and "set/show debug
2345 mach-o".
2346
a46c1e42
PA
23472013-04-02 Pedro Alves <palves@redhat.com>
2348
2349 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2350 table>: Add entry for "trace-buffer-size".
2351
bd3eecc3
PA
23522013-03-28 Pedro Alves <palves@redhat.com>
2353
2354 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2355 table>: Add entry for "trace-status".
2356
215b9f98
EZ
23572013-03-28 Eli Zaretskii <eliz@gnu.org>
2358
2359 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2360 @bullet", which is invalid (makeinfo 5.1 barfs).
2361
7f7cc265
PA
23622013-03-28 Pedro Alves <palves@redhat.com>
2363
2364 PR gdb/15294
2365
2366 * gdb.texinfo (List) <set listsize>: Adjust to document that
2367 listsize 0 means no limit, and remove mention of -1.
2368
9c0be723
YQ
23692013-03-22 Yao Qi <yao@codesourcery.com>
2370
2371 * gdb.texinfo (Embedded Processors): Remove menu item
2372 "OpenRISC 1000".
2373 (OpenRISC 1000): Remove.
2374
bd712aed
DE
23752013-03-21 Doug Evans <dje@google.com>
2376
2377 * gdb.texinfo (Maintenance Commands): Add docs for
2378 "mt set per-command {space,time,symtab} {on,off}".
2379
d0353e76
YQ
23802013-03-14 Hui Zhu <hui@codesourcery.com>
2381 Yao Qi <yao@codesourcery.com>
2382
2383 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2384
6dd24dfa
KS
23852013-03-13 Keith Seitz <keiths@redhat.com>
2386
2387 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2388 "maint agent" reference to Dynamic printf.
2389
5c4808ca
EZ
23902013-03-11 Eli Zaretskii <eliz@gnu.org>
2391
2392 * gdb.texinfo (General Query Packets): Don't use colon in index
2393 entries visible to Info format.
2394
59ea5688
MM
23952013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2396
2397 * gdb.texinfo (Process Record and Replay): Document record
2398 changes.
2399
2ae8c8e7
MM
24002013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2401
2402 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2403 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2404 qXfer:btrace:read.
2405
28abe188
EZ
24062013-03-09 Eli Zaretskii <eliz@gnu.org>
2407
2408 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2409 use colons in @anchor and @cindex entries.
2410
be9a119c 24112013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
2412
2413 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2414
be9a119c 24152013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2416 Hafiz Abid Qadeer <abidh@codesourcery.com>
2417
2418 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2419 trace-buffer-size set and show commands.
2420 (Tracepoint Packets): Document QTBuffer:size.
2421 (General Query Packets): Document QTBuffer:size.
2422
d57350ea
TT
24232013-02-21 Tom Tromey <tromey@redhat.com>
2424
2425 * gdb.texinfo: Remove bad @syncodeindex.
2426 (Values From Inferior, Types In Python, Inferiors In Python)
2427 (Events In Python, Threads In Python, Frames In Python, Blocks In
2428 Python, Symbols In Python, Symbol Tables In Python): Remove
2429 @tables.
2430 (Packets, General Query Packets, Tracepoint Packets)
2431 (Host I/O Packets): Use @w{} for empty @item.
2432
9f44fbc0
SCR
24332013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2434
2435 * gdb.texinfo (Architectures In Python): Add description about
2436 the new method gdb.Architecture.disassemble.
2437
f5911ea1
HAQ
24382013-02-15 Pedro Alves <pedro@codesourcery.com>
2439 Hafiz Abid Qadeer <abidh@codesourcery.com>
2440
2441 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2442 Document the "trace-file" field.
2443
7e1e0340
DE
24442013-02-07 Doug Evans <dje@google.com>
2445
2446 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2447 command.
2448
134a2066
YQ
24492013-02-06 Yao Qi <yao@codesourcery.com>
2450
2451 * gdb.texinfo (GDB/MI Async Records): Document new MI
2452 notification "=tsv-modified". Update the document of MI
2453 notification "=tsv-created".
2454 * observer.texi (GDB Observers): New observer tsv_modified.
2455 Update observer tsv_created and tsv_delete.
2456
430ed3f0
MS
24572013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2458
2459 * gdb.texinfo (AArch64 Features): New section; document
2460 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2461 (Architectures): Add new AArch64 section to document AArch64
2462 architecture specific commands.
2463 (ABI): Add description of the new OS ABI "Newlib" and its influence
2464 on the longjmp handling.
2465
1b56eb55
JK
24662013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2467 Jan Kratochvil <jan.kratochvil@redhat.com>
2468
2469 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2470 variable in 'set/show backtrace' section.
2471
c4957902
TT
24722013-01-31 Tom Tromey <tromey@redhat.com>
2473
2474 * gdb.texinfo (Target Commands): Fix typo.
2475
bea883fd
SCR
24762013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2477
2478 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2479 describing the gdb.Architecture class.
2480 (Frames In Python): Add description about the new method
2481 gdb.Frame.architecture().
2482
796a7ff8
DE
24832013-01-23 Doug Evans <dje@google.com>
2484
2485 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2486
998580f1
MK
24872013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2488
2489 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2490 'thread-groups' field when printing a breakpoint in MI.
2491
c9fb1240
SD
24922012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2493 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2494 to reflect that jit-reader-load now supports absolute file-names.
2495
ab04a2af
TT
24962013-01-16 Tom Tromey <tromey@redhat.com>
2497
2498 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2499 (Signals): Likewise.
2500
8ac3646f
TT
25012013-01-16 Tom Tromey <tromey@redhat.com>
2502
2503 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2504 "catch-type" field.
2505 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2506
e93a8774
TT
25072013-01-07 Tom Tromey <tromey@redhat.com>
2508
2509 * gdb.texinfo (Mode Options): Don't mention -epoch.
2510 (Data, Emacs): Remove obsolete comments.
2511
54516a0b
TT
25122013-01-02 Tom Tromey <tromey@redhat.com>
2513
2514 * gdb.texinfo (GDB/MI Output Records): Update menu.
2515 (GDB/MI Breakpoint Information): New node.
2516 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2517 <-break-insert>: Likewise.
2518
8dbe8ece
YQ
25192012-12-31 Yao Qi <yao@codesourcery.com>
2520
2521 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2522 (Packets): Move "vStopped" packet to ...
2523 (Notification Packets): ... here. Describe the components
2524 of notification. Add a table of supported notifications.
2525 Add an example on the process of he async notification.
2526
f35a17b5
JK
25272012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2528
2529 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2530 present.
2531 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2532 fullname output always present.
2533
0dfd2fad
PM
25342012-12-23 Pierre Muller <muller@sourceware.org>
2535
72f4393d
L
2536 * gdbint.texinfo (Function prototypes): Require use of "extern"
2537 modifier for function prototypes in headers.
0dfd2fad 2538
7785b880
JB
25392012-12-19 Joel Brobecker <brobecker@adacore.com>
2540
2541 * refcard.tex: Update copyright notice to GPL v3 or later.
2542 Update contact info.
2543
3d745be3
JK
25442012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2545
2546 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2547
c9b6281a
YQ
25482012-12-15 Yao Qi <yao@codesourcery.com>
2549
2550 * gdb.texinfo (Debugging Output): Document 'set debug
2551 notification' and 'show debug notification'.
2552
f2a8bc8a
YQ
25532012-12-15 Yao Qi <yao@codesourcery.com>
2554
2555 * gdb.texinfo (Listing Tracepoints): New item and example about
2556 'installed on target' output.
2557 Add more in the example about 'installed on target'.
2558 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2559
451b7c33
TT
25602012-12-14 Tom Tromey <tromey@redhat.com>
2561
72f4393d 2562 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 2563
3fa7bf06 25642012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 2565
3fa7bf06
MG
2566 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2567
05b4bd79
PA
25682012-12-11 Pedro Alves <palves@redhat.com>
2569
2570 * gdb.texinfo: Remove all mentions of Unixware throughout.
2571
74a0d9f6
JK
25722012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2573
2574 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2575
0c631110
TT
25762012-11-29 Tom Tromey <tromey@redhat.com>
2577
2578 * gdb.texinfo (SVR4 Process Information): Document missing
2579 "info proc" subcommands.
2580
891df0ea
YQ
25812012-11-29 Yao Qi <yao@codesourcery.com>
2582
2583 PR gdb/1477.
2584 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2585 to 'auto' instead of 'gnu'.
2586
608e2dbb
TT
25872012-11-26 Tom Tromey <tromey@redhat.com>
2588
2589 * gdb.texinfo (MiniDebugInfo): New node.
2590 (GDB Files): Update.
2591
e64e0392
DE
25922012-11-16 Doug Evans <dje@google.com>
2593
2594 * gdb.texinfo (System-wide configuration): If the system-wide init
2595 file lives in the data-directory, and --data-directory is provided,
2596 look for it there.
2597
ae606bee
TT
25982012-11-15 Tom Tromey <tromey@redhat.com>
2599
2600 * gdb.texinfo (Signaling): Fix typo.
2601
62747a60
TT
26022012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2603
2604 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2605 parameter "count" of -data-write-memory-bytes, and add an example.
2606
18a9fc12
TT
26072012-11-12 Tom Tromey <tromey@redhat.com>
2608
2609 * gdb.texinfo (Symbols): Document "info type-printers",
2610 "enable type-printer" and "disable type-printer".
2611 (Python API): Add new node to menu.
2612 (Type Printing API): New node.
2613 (Progspaces In Python): Document type_printers field.
2614 (Objfiles In Python): Likewise.
2615 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2616 register_type_printer, TypePrinter>: Document.
2617
53342f27
TT
26182012-11-12 Tom Tromey <tromey@redhat.com>
2619
2620 * gdb.texinfo (Symbols): Document "set print type methods",
2621 "set print type typedefs", and flags to ptype and whatis.
2622
ed8a1c2d
AB
26232012-11-09 Andrew Burgess <aburgess@broadcom.com>
2624
2625 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2626 the example -data-disassemble output. Extend the description of
2627 the -data-disassemble results to document all fields. Document
2628 the cli disassemble command as being related to -data-disassemble.
2629
8506d139
YQ
26302012-11-09 Yao Qi <yao@codesourcery.com>
2631
2632 PR gdb/14777.
2633 * gdb.texinfo (OS Information): Remove doc on command
2634 'info udot'.
2635
4d3f93a2
JB
26362012-11-08 Joel Brobecker <brobecker@adacore.com>
2637
2638 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2639 gdb.ini warning for Windows port.
2640
1e96de83
YQ
26412012-11-08 Yao Qi <yao@codesourcery.com>
2642
2643 * gdb.texinfo (Search): Add kindex for 'fo'.
2644
dc939229
TT
26452012-11-05 Tom Tromey <tromey@redhat.com>
2646
2647 PR python/14802:
2648 * gdb.texinfo (Functions In Python): Add example.
2649
6f6484cd
YQ
26502012-11-03 Yao Qi <yao@codesourcery.com>
2651
2652 * observer.texi (GDB Observers): Remove observer
2653 'tracepoint_modified', 'tracepoint_created' and
2654 'tracepoint_deleted'.
2655
af4238e5
TT
26562012-10-26 Tom Tromey <tromey@redhat.com>
2657
2658 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2659
687e43a4
TT
26602012-10-25 Tom Tromey <tromey@redhat.com>
2661
2662 * gdb.texinfo (General Query Packets): Use @itemx.
2663
8de0566d
YQ
26642012-10-17 Yao Qi <yao@codesourcery.com>
2665
2666 * observer.texi (GDB Observers): Update observer
2667 'memory_changed'.
2668 * gdb.texinfo (GDB/MI Async Records): Document for
2669 "memory-changed" notification.
2670
07540c15
DE
26712012-10-15 Doug Evans <dje@google.com>
2672
2673 * gdb.texinfo (Mode Options): Document -nh.
2674 Elaborate on docs for -nx.
2675
d7019589
SP
26762012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2677
2678 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2679
82a90ccf 26802012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 2681 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
2682
2683 * gdb.texinfo (GDB/MI Async Records): Document notification
2684 'record-started' and 'record-stopped'.
2685 * observer.texi (GDB Observers): New observer 'record-changed'.
2686
aa9259cc
TS
26872012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2688
2689 * gdb.texinfo: Document the removal of SH's 'regs' command.
2690
c1d780c2
SDJ
26912012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2692
2693 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2694
bb25a15c
YQ
26952012-09-18 Yao Qi <yao@codesourcery.com>
2696
2697 * gdb.texinfo (GDB/MI Async Records): Document new MI
2698 notifications '=tsv-created' and '=tsv-deleted'.
2699 * observer.texi (GDB Observers): New observer tsv_created and
2700 tsv_deleted.
2701
201b4506
YQ
27022012-09-18 Yao Qi <yao@codesourcery.com>
2703
2704 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2705 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2706 '=traceframe-changed'.
2707
6fc1c773
YQ
27082012-09-17 Yao Qi <yao@codesourcery.com>
2709
2710 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2711 'set listsize'.
2712
121c73f3
JK
27132012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2714 Eli Zaretskii <eliz@gnu.org>
2715
2716 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2717 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2718 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2719
e9687799
JK
27202012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2721
2722 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2723
3b5e4d35
YPK
27242012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2725
2726 Document how to return from "python-interactive" to GDB.
2727 * gdb.texinfo (Python Commands): Update documentation.
2728
27292012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2730
2731 Add a new "python-interactive" command that starts a standard
2732 Python interactive prompt with "pi" as alias, and add "py" as
2733 an alias to "python".
2734 * gdb.texinfo (Python Commands): Document the new commands.
2735
b583003e
TT
27362012-08-22 Tom Tromey <tromey@redhat.com>
2737
2738 * gdbint.texinfo (Host Definition): Remove documentation for
2739 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2740
a451cb65
KS
27412012-08-17 Keith Seitz <keiths@redhat.com>
2742
2743 PR c++/13356
2744 * gdb.texinfo (Type and Range Checking): Remove warning.
2745 Remove spurious commas.
2746 Update text and examples for re-implementation of set/show
2747 check type.
2748 (C and C++ Type and Range Checks): Likewise.
2749
6b1755ce
YQ
27502012-08-16 Yao Qi <yao@codesourcery.com>
2751
2752 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2753 is deprecated.
2754
f47f77df
DE
27552012-08-13 Doug Evans <dje@google.com>
2756
2757 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2758 to include functions.
2759
a72c3253
DE
27602012-08-10 Doug Evans <dje@google.com>
2761
2762 * gdb.texinfo (Convenience Funs): New node.
2763 (Types In Python): Document Type.vector.
2764
5b9afe8a
YQ
27652012-08-09 Yao Qi <yao@codesourcery.com>
2766
2767 * observer.texi: New observer command_param_changed.
2768 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2769
dc1039df
JK
27702012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2771
2772 * gdbint.texinfo (Debugging GDB): In section
2773 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2774 Mention also gdb-gdb.py.
2775
4abf930d
YQ
27762012-08-07 Yao Qi <yao@codesourcery.com>
2777
2778 Revert the folloing patch:
2779 2012-08-06 Yao Qi <yao@codesourcery.com>
2780 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2781 remote hardware-watchpoint-limit' and 'set
2782 remote hardware-breakpoint-limit'.
2783
f3c8a52a
JK
27842012-08-06 Nathaniel Flath <flat0103@gmail.com>
2785
2786 * gdb.texinfo (Working Directory): Added information about new
2787 default argument for 'cd' command.
2788
77a91025
YQ
27892012-08-06 Yao Qi <yao@codesourcery.com>
2790
2791 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2792 remote hardware-watchpoint-limit' and 'set
2793 remote hardware-breakpoint-limit'.
2794
d9f08f52
YQ
27952012-08-06 Yao Qi <yao@codesourcery.com>
2796
2797 Fix PR14371.
2798
2799 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2800 '=breakpoint-deleted'.
2801
95b07c96
YQ
28022012-08-02 Yao Qi <yao@codesourcery.com>
2803
2804 * gdb.texinfo (Native): Remove node Neutrino.
2805
7255706c
YQ
28062012-07-27 Yao Qi <yao@codesourcery.com>
2807
2808 * gdb.texinfo (IPA Protocol Commands): Document new command
2809 'close'.
2810
d6b28940
TT
28112012-07-25 Tom Tromey <tromey@redhat.com>
2812
2813 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2814
e615022a
DE
28152012-07-20 Doug Evans <dje@google.com>
2816
2817 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2818 (Index Files): Document how to control the use of deprecated index
2819 sections.
2820 (Index Section Format): Replace --use-deprecated-index-sections with
2821 "set use-deprecated-index-sections on".
2822
055855a4
EZ
28232012-07-12 Eli Zaretskii <eliz@gnu.org>
2824
2825 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2826 indices into a single node "Index". Instead, join function and
2827 variable indices into a single index, separate from the concept
2828 index. Requested in
2829 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2830 (Top): Update the top-level menu: instead of one "Index" there are
2831 now separate entries "Concept Index" and "Function and Variable
2832 Index".
2833 (Concept Index, Function and Variable Index): New nodes.
2834 (Index): Node deleted.
2835
f77cc5f0
HZ
28362012-07-05 Hui Zhu <hui_zhu@mentor.com>
2837
2838 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2839 and "maint agent-eval".
2840
00595b5e
EZ
28412012-07-03 Eli Zaretskii <eliz@gnu.org>
2842
2843 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2844 avoid file-name clashes between Index.html and index.html on
2845 case-insensitive filesystems. See the discussion starting in
2846 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2847 details of the problem.
2848 (Top): Update the master menu for the above.
2849 (Concept Index, Command and Variable Index): New nodes, instead of
2850 the old "Index" node that was deleted. All cross-references
2851 updated.
2852
d3ce09f5
SS
28532012-07-02 Stan Shebs <stan@codesourcery.com>
2854
2855 * gdb.texinfo (Dynamic Printf): Mention agent style and
2856 disconnected dprintf.
2857 (Maintenance Commands): Describe maint agent-printf.
2858 (General Query Packets): Mention BreakpointCommands feature.
2859 (Packets): Document commands extension to Z0 packet.
2860 * agentexpr.texi (Bytecode Descriptions): Document printf
2861 bytecode.
2862
2d7b58e8
JK
28632012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2864
2865 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2866 only after gdbinit files.
2867 (Startup): Move -iex and -iex commands down after gdbinit files.
2868
202cbf1c
JK
28692012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2870
2871 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2872 possibility.
2873
b6ba681c
TT
28742012-06-29 Tom Tromey <tromey@redhat.com>
2875
2876 * gdb.texinfo (Index Section Format): Update for version 7.
2877
71caed83
SS
28782012-06-28 Stan Shebs <stan@codesourcery.com>
2879
2880 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2881 example, add note about title column.
2882
ee0bf529
SCR
28832012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2884
2885 * gdb.texinfo (Symbol Tables In Python): Add description about
2886 the new 'last' attribute of gdb.Symtab_and line.
2887
3c15d565
SCR
28882012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2889
2890 * gdb.texinfo (Symbol Tables In Python): Correct the description
2891 of the 'pc' attribute of gdb.Symtab_and_line.
2892
45cfd468
DE
28932012-06-26 Doug Evans <dje@google.com>
2894
2895 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2896 and symtab-create.
2897
496ee73e
KS
28982012-06-25 Keith Seitz <keiths@redhat.com>
2899
2900 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2901 from example. Remove "rbreak" from list of corresponding
2902 gdb commands.
2903
156942c7
DE
29042012-06-23 Doug Evans <dje@google.com>
2905
2906 * gdb.texinfo (Index Section Format): Document version 7 format.
2907
c614397c
YQ
29082012-06-22 Yao Qi <yao@codesourcery.com>
2909
2910 * gdb.texinfo: Add missing cindex for some packets.
2911
472a2379
KS
29122012-06-20 Keith Seitz <keiths@redhat.com>
2913
2914 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2915 for -break-insert and document -p.
2916
2678e2af
YQ
29172012-06-20 Yao Qi <yao@codesourcery.com>
2918
2919 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2920 and "gdb.write_memory" with "Inferior.read_memory" and
2921 "Inferior.write_memory".
2922
984359d2
EZ
29232012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2924
2925 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2926 (Free Documentation): Add @node line.
2927 (Continuing and Stepping) <advance location>: Use @item instead of
2928 @itemx.
2929 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2930 @itemx.
2931 (Embedded Processors): Put the link to "PA" to its correct place,
2932 according to document structure.
2933 (Python API): Put the link to "Lazy Strings In Python" to its
2934 correct place.
2935 (Index): Use @@ in @tex block to get a literal @.
2936
2937 * gdbint.texinfo: Fix the @subtitle line.
2938
2939 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2940 correct place.
2941
16bdd41f
YQ
29422012-06-08 Yao Qi <yao@codesourcery.com>
2943
2944 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2945 Protocol'.
2946 (In-Process Agent Protocol, IPA Protocol Objects)
2947 (IPA Protocol Commands): New nodes.
2948 (Tracepoint Packets): Add anchors.
2949
2d4c29c5
TS
29502012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2951
2952 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2953
6bd110c5
YQ
29542012-06-06 Yao Qi <yao@codesourcery.com>
2955
2956 * gdb.texinfo: Update copyright year.
2957
f3e0e960
SS
29582012-05-23 Stan Shebs <stan@codesourcery.com>
2959 Kwok Cheung Yeung <kcy@codesourcery.com>
2960
2961 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2962
1564a261
JK
29632012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2964
2965 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2966 Mention also --with-separate-debug-dir.
2967 (Auto-loading): Prepend $debugdir in the sample output.
2968 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2969 auto-load safe-path variable.
2970 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2971 Mention also $debugdir for 'set auto-load scripts-directory'.
2972
eb17f351
EZ
29732012-05-19 Eli Zaretskii <eliz@gnu.org>
2974
2975 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2976 (MIPS Embedded, MIPS, MIPS Register packet Format)
2977 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2978 appropriate.
2979
4cc0665f 29802012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 2981 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
2982
2983 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2984 mips compression".
2985 (MIPS Breakpoint Kinds): New subsubsection.
2986
7af8dcf8 29872012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
2988
2989 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2990 nodes for subsections. Add @acronym mark-ups and adjust
2991 formatting.
2992
aff139ff
JK
29932012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2994
2995 Rename $ddir to $datadir.
2996 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2997 (objfile-gdb.py file): Rename $ddir to $datadir.
2998
9cb709b6
TT
29992012-05-18 Tom Tromey <tromey@redhat.com>
3000
3001 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3002
e7e0cddf
SS
30032012-05-14 Stan Shebs <stan@codesourcery.com>
3004
3005 * gdb.texinfo (Dynamic Printf): New subsection.
3006
7efc75aa
SCR
30072012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3008
3009 * gdb.texinfo (Basic Python): Add description about the function
3010 gdb.find_pc_line
3011
f307c045
JK
30122012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3013 Eli Zaretskii <eliz@gnu.org>
3014
3015 * gdb.texinfo (Separate Debug Files): Use plural form for global
3016 debugging information directory.
3017
85d4a676
SS
30182012-05-11 Stan Shebs <stan@codesourcery.com>
3019 Kwok Cheung Yeung <kcy@codesourcery.com>
3020
3021 * gdb.texinfo (Operating System Auxiliary Information): Document new
3022 'info os' subcommands.
3023
c1668e4e
JK
30242012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3025
3026 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3027 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3028 (dotdebug_gdb_scripts section): Add reference
3029 to 'Auto-loading safe path'.
3030
7349ff92
JK
30312012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3032
3033 Implement multi-component --with-auto-load-dir.
3034 * gdb.texinfo (Auto-loading): New references
3035 for 'set auto-load scripts-directory'
3036 and 'show auto-load scripts-directory'.
3037 (Auto-loading safe path): Describe the new default. Move $ddir
3038 substituation reference to 'objfile-gdb.py file'.
3039 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3040 script-name. Describe new 'set auto-load scripts-directory'
3041 and 'show auto-load scripts-directory'.
3042
6dea1fbd
JK
30432012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3044
3045 Provide $ddir substitution for --with-auto-load-safe-path.
3046 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3047 (Auto-loading safe path): Likewise. Mention the default value,
3048 $ddir substitution, --with-auto-load-safe-path and
3049 --without-auto-load-safe-path.
3050 * observer.texi (gdb_datadir_changed): New.
3051
1ccacbcd
JK
30522012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3053
3054 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3055 Twice.
3056
d9242c17
JK
3057 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3058 directory separator by path separator.
3059
af2c1515
JK
30602012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3061
3062 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3063 for 'set auto-load safe-path' optional. Mention if it is omitted.
3064 Change disabling security protection condition to "/", twice.
3065
a20ee7a4
SCR
30662012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3067
3068 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3069 the new methods global_block and static_block on gdb.Symtab
3070 objects.
3071
56af09aa
SCR
30722012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3073
3074 * gdb.texinfo (Blocks In Python): Add a note saying that future
3075 improvements to GDB and its infrastructure can move symbols
3076 across blocks within a symbol table.
3077
2746b0ef
YQ
30782012-04-29 Yao Qi <yao@codesourcery.com>
3079
3080 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3081 (A29K): Remove.
3082
62e5f89c
SDJ
30832012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3084 Tom Tromey <tromey@redhat.com>
3085
3086 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3087 and generic static probe support on GDB.
3088
a766d390
DE
30892012-04-25 Doug Evans <dje@google.com>
3090
50f042b9
DE
3091 * gdb.texinfo (Go): Fix thinko.
3092
a766d390
DE
3093 * gdb.texinfo (Supported Languages): Add Go.
3094 (Go): New node.
3095
f02e2b19
YQ
30962012-04-25 Yao Qi <yao@codesourcery.com>
3097
3098 * gdbint.texinfo (Testsuite): New section `Board settings'.
3099
68d41a48
JK
31002012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3101
3102 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3103 Three times.
3104
174bb630
JK
3105 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3106 Three times.
3107
0511cc75
JK
31082012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3109
3110 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3111 by @table @asis. Fix formatting of one item.
3112
0070f25a
JK
31132012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3114
3115 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3116
4dc84fd1
JK
31172012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3118
3119 New option "set debug auto-load".
3120 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3121 (auto-load verbose mode): New node.
3122
bccbefd2
JK
31232012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3124
3125 New option "set auto-load safe-path".
3126 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3127 and "info auto-load" examples for safe-path. Put there also references
3128 for "set auto-load safe-path" and "show auto-load safe-path".
3129 New menu item for Auto-loading safe path.
3130 (Auto-loading safe path): New node.
3131 (Python Auto-loading): Update the expected output from "Missing"
3132 to "No".
3133
bf88dd68
JK
31342012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3135
3136 auto-load: Implementation.
3137 * gdb.texinfo (Mode Options): New anchor for -nx.
3138 (Startup): New anchors for Option -init-eval-command,
3139 Home Directory Init File
3140 and Init File in the Current Directory during Startup.
3141 Mention set auto-load local-gdbinit with a reference.
3142 Change the sample code to "set auto-load python-scripts".
3143 (Threads): New anchor set libthread-db-search-path.
3144 Provide references to libthread_db.so.1 file.
3145 (Controlling GDB): New menu item for Auto-loading.
3146 (Auto-loading, Init File in the Current Directory)
3147 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3148 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3149 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3150 reference.
3151 (Auto-loading): Rename to ...
3152 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3153 "set auto-load python-scripts", new anchor for it. Change
3154 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3155 for it. Change "info auto-load-scripts"
3156 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3157 to "Python scripts".
3158
8264ba82
AG
31592012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3160
3161 PR mi/13393
3162 * gdb.texinfo (Print Settings): Extend the description for "set print
3163 object".
3164 (GDB/MI Variable Objects): Extend the description for -var-create and
3165 -var-list-children.
3166
06fc020f
SCR
31672012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3168
3169 * gdb.texinfo (Examining Data): Document the 'explore' command.
3170
7191c139
JB
31712012-03-28 Joel Brobecker <brobecker@adacore.com>
3172
3173 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3174 to the children of a varobj and its update range when -var-update
3175 returns that the varobj's type changed.
3176
3708f05e
JK
31772012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3178
3179 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3180 Create two new links fir 'objfile-gdb.py file'
3181 and 'dotdebug_gdb_scripts section'.
3182
8e0583c8
JK
31832012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3184
3185 * gdb.texinfo (Auto-loading): Rename node reference
3186 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3187 Twice.
3188 (.debug_gdb_scripts section): Rename the node ...
3189 (dotdebug_gdb_scripts section): ... here.
3190 (Maintenance Commands): Also rename this node reference.
3191
7b282c5a
SCR
31922012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3193
3194 * gdb.texinfo (Python API/Values From Inferior): Add description
3195 about the new method Value.referenced_value. Add description on
3196 how Value.dereference is different (and similar) to
3197 Value.referenced_value.
3198
8320cc4f
JK
31992012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3200
3201 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3202 --init-eval-command=COMMAND, -iex.
3203 (Startup): Describe -iex and -ix. Simplify the example
3204 for "set auto-load-scripts off".
3205
481860b3
GB
32062012-03-16 Gary Benson <gbenson@redhat.com>
3207
3208 PR breakpoints/10738
3209 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3210 stating that GDB cannot set breakpoints on inlined functions.
3211 (Mode Options): Document --use-deprecated-index-sections.
3212 (Index Section Format): Document new index section version format.
3213
c4aeac85
TT
32142012-03-15 Tom Tromey <tromey@redhat.com>
3215
3216 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3217
16899756
DE
32182012-03-13 Doug Evans <dje@google.com>
3219
3220 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3221 of "reload".
3222 (Symbols): Delete docs for set/show symbol-reloading.
3223 * gdbint.texinfo (Defining Other Architecture Features): Delete
3224 SYMBOL_RELOADING_DEFAULT.
3225 * refcard.tex: Delete reference to symbol-reloading.
3226
9b224c5e
PA
32272012-03-07 Pedro Alves <palves@redhat.com>
3228
3229 * gdb.texinfo (General Query Packets): Document new
3230 QProgramSignals packet.
3231 * gdb.texinfo (Remote configuration): Mention
3232 "program-signals-packet".
3233
169081d0
TG
32342012-03-05 Tristan Gingold <gingold@adacore.com>
3235
3236 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3237
d1feda86
YQ
32382012-03-03 Yao Qi <yao@codesourcery.com>
3239
3240 * gdb.texinfo (In-Process Agent): New node.
3241 Document new commands.
3242 (General Query Packets): Add packet `QAgent'.
3243
1faeff08
MR
32442012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3245
3246 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3247
7d74f244
DE
32482012-03-01 Scott J. Goldman <scottjg@vmware.com>
3249
3250 * gdb.texinfo (Commands In Python): Put example python macro in
3251 COMMAND_USER category rather than COMMAND_OBSCURE.
3252 Document gdb.COMMAND_USER.
3253 (User-defined Commands): Update documentation to clarify
3254 "set/show max-user-call-depth" and "show user" don't apply to python
3255 commands. Update documentation to clarify "help user-defined" may
3256 also include python commands defined as COMMAND_USER.
3257
6fe37d23
JK
32582012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3259
3260 * gdb.texinfo (Startup): Add option -ex description to the option -x
3261 description.
3262
83364271
LM
32632012-02-24 Luis Machado <lgustavo@codesourcery.com>
3264
3265 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3266 condition-evaluation breakpoint parameter.
3267 Mention condition-evaluation mode being shown in "info break".
3268 (Break Conditions): Add description for target-side
3269 conditional breakpoints.
72f4393d 3270 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
3271 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3272 cond-expr.
3273 (General Query Packets): Mention new ConditionalBreakpoint feature.
3274
bdb1994d
TT
32752012-02-22 Tom Tromey <tromey@redhat.com>
3276
3277 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3278
4d241c86
TT
32792012-02-17 Tom Tromey <tromey@redhat.com>
3280
3281 PR python/10753:
3282 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3283 directory.
3284
816338b5
SS
32852012-02-14 Stan Shebs <stan@codesourcery.com>
3286
3287 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3288
cc30c4bd
PA
32892012-02-13 Pedro Alves <palves@redhat.com>
3290
3291 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3292 mips-idt-ecoff.
3293
035d1e5b
YQ
32942012-02-09 Yao Qi <yao@codesourcery.com>
3295
3296 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3297
f0823d2c
TT
32982012-02-07 Tom Tromey <tromey@redhat.com>
3299
3300 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3301 Symbol.value.
3302
64e7d9dd
TT
33032012-02-07 Tom Tromey <tromey@redhat.com>
3304
3305 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3306
4220b2f8
TS
33072012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3308
3309 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3310
edcc5120
TT
33112012-01-24 Tom Tromey <tromey@redhat.com>
3312
3313 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3314 unload".
3315 (Files): Mention new catch commands.
3316 (GDB/MI Async Records): Likewise.
3317
53fe1783
GB
33182012-01-24 Gary Benson <gbenson@redhat.com>
3319
3320 Delete #if 0'd out code.
3321 * gdb.texinfo (Frame Info): Remove "info catch".
3322
b9e7b9c3
UW
33232012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3324
3325 * gdb.texinfo (Remote Configuration): Document
3326 "set remote hostio-readlink-packet" command.
3327 (General Query Packets): Document vFile:readlink packet.
3328
4aac40c8
TT
33292012-01-16 Tom Tromey <tromey@redhat.com>
3330
3331 * gdb.texinfo (Specify Location): Document relative file name
3332 handling.
3333
cafec441
TT
33342012-01-16 Tom Tromey <tromey@redhat.com>
3335
3336 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3337
0ee339bc
JK
33382012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3339 Eli Zaretskii <eliz@gnu.org>
3340
3341 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3342 code.
3343
72384ba3
PH
33442012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3345
3346 * gdb.texinfo (Variables): Document use of :: for non-static
3347 variables.
3348
ce1b17c4
JB
33492012-01-05 Joel Brobecker <brobecker@adacore.com>
3350
3351 * gdbint.texinfo (Start of New Year Procedure): Update
3352 to replace use of copyright.sh by use of copyright.py.
3353
217bff3e
JK
33542012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3355
3356 Remove the gdbtui binary.
3357 * all-cfg.texi (GDBTUI): Remove.
3358 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3359 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3360 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3361
cc72b2a2
KP
33622011-12-23 Kevin Pouget <kevin.pouget@st.com>
3363
3364 Introduce gdb.FinishBreakpoint in Python.
3365 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3366 (Python API): Add menu entry for Finish Breakpoints.
3367
13ac8d2c
JK
33682011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3369
3370 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3371 tests.
3372
e0f9f062
DE
33732011-12-16 Doug Evans <dje@google.com>
3374
3375 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3376
80b6e756
PM
33772011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3378
1c3ad6ab 3379 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
3380 stack". Add documentation for "set/show python print-stack".
3381
2fb860fc
PA
33822011-12-14 Pedro Alves <pedro@codesourcery.com>
3383
3384 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3385 should transfer control to the stub in the startup code instead of
3386 in main. Mention the need to get past the initial breakpoint.
3387
f8eba3c6
TT
33882011-12-06 Tom Tromey <tromey@redhat.com>
3389
3390 * gdb.texinfo (Set Breaks): Update for new behavior.
3391
2268b414
JK
33922011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3393
3394 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3395 List Format for SVR4 Targets'.
3396 (General Query Packets): New item qXfer:libraries-svr4:read.
3397 (Library List Format for SVR4 Targets): New node.
3398
ae6f0d5b
TT
33992011-12-01 Tom Tromey <tromey@redhat.com>
3400
3401 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3402 add.
3403
36dfb11c
TT
34042011-11-22 Tom Tromey <tromey@redhat.com>
3405
3406 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3407 reasons.
3408
f196051f
SS
34092011-11-20 Stan Shebs <stan@codesourcery.com>
3410
3411 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3412 note-related options and variables.
3413 (Tracepoint Packets): Document packet changes.
3414
f85b53f8
SD
34152011-11-20 Sanjoy Das <sdas@igalia.com>
3416
3417 * gdb.texinfo (JIT Interface): Add documentation on writing and
3418 usind JIT debug info readers.
3419 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3420 Debug Info Readers): New nodes.
3421
bfccc43c
YQ
34222011-11-18 Yao Qi <yao@codesourcery.com>
3423
3424 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3425 tracepoint.
3426
c011a4f4
DE
34272011-11-15 Doug Evans <dje@google.com>
3428
3429 * gdb.texinfo (Files): Document basenames-may-differ.
3430
ed59ded5
DE
34312011-11-14 Doug Evans <dje@google.com>
3432
3433 * gdb.texinfo (Shell Commands): Document "!".
3434
405f8e94
SS
34352011-11-14 Stan Shebs <stan@codesourcery.com>
3436 Kwok Cheung Yeung <kcy@codesourcery.com>
3437
3438 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3439 needed to get shorter fast tracepoints.
3440 (Tracepoint Packets): Document new qTMinFTPILen packet.
3441
1e4d1764
YQ
34422011-11-14 Yao Qi <yao@codesourcery.com>
3443
3444 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3445 behavior of tracepoint.
3446 (General Query Packets): New feature InstallInTrace.
3447 (Remote Configuration): Document "set remote
3448 install-in-trace-packet".
3449
71eba9c2 34502011-11-12 Matt Rice <ratmice@gmail.com>
3451
3452 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3453 Add arguments to info macro.
3454
e0f8f636
TT
34552011-11-10 Tom Tromey <tromey@redhat.com>
3456
3457 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3458 manual.
3459 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3460 (Macros): Add a footnote.
3461 (C): Remove paragraph about compiler options.
3462 (C Constants): Mention wide character and string constants.
3463 (C Plus Plus Expressions): Update compiler option advice. Mention
3464 using declarations. Mention ADL. Remove old HP compiler
3465 information.
3466
625c0d47
TT
34672011-11-10 Tom Tromey <tromey@redhat.com>
3468
3469 PR c++/9257:
3470 * gdb.texinfo (Print Settings): Add an extra note about the need
3471 for a vtable.
3472
4be2aacc
MR
34732011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3474
3475 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3476 "set mips abi" documentation.
3477
0a1c4d10
DE
34782011-11-04 Doug Evans <dje@google.com>
3479
3480 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3481
aad1c02c
TT
34822011-11-03 Tom Tromey <tromey@redhat.com>
3483
3484 * gdb.texinfo (Stopping): Add menu entry.
3485 (Continuing and Stepping): Restore @node. Use @section, not
3486 @subsection.
3487
983fb131
MR
34882011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3489
3490 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3491 designation. Fix "Specify Location" cross-reference.
3492
3065dfb6
SS
34932011-11-02 Stan Shebs <stan@codesourcery.com>
3494
3495 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3496 (General Query Packets): Describe tracenz feature.
3497 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3498
0aaaf063
PK
34992011-10-28 Paul Koning <paul_koning@dell.com>
3500
3501 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3502
2231f1fb
KP
35032011-10-27 Kevin Pouget <kevin.pouget@st.com>
3504
72f4393d 3505 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
3506 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3507
5110b5df
PK
35082011-10-26 Paul Koning <paul_koning@dell.com>
3509
3510 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 3511
22dbab46
PK
35122011-10-25 Paul Koning <paul_koning@dell.com>
3513
3514 PR python/13327
72f4393d 3515
22dbab46
PK
3516 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3517 fetch_lazy method.
3518
9df2fbc4
PM
35192011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3520
3521 PR python/12656
3522
3523 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3524 global_block, static_block function.
3525
f05e2e1d
TT
35262011-10-19 Tom Tromey <tromey@redhat.com>
3527
3528 * gdb.texinfo (Commands In Python): Add missing "@"s.
3529
a7fc3f37
KP
35302011-10-13 Kevin Pouget <kevin.pouget@st.com>
3531
3532 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 3533 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
3534 constants.
3535
5048e516
JK
35362011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3537
3538 Fix compatibility with texinfo versions older than 4.12.
3539 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3540 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3541 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3542 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3543 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3544 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3545 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3546
5a56e9c5
DE
35472011-10-09 Doug Evans <dje@google.com>
3548
3549 * gdb.texinfo (Extending GDB): Document alias command.
3550
36b11add
JK
35512011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3552
3553 Support @entry in input expressions.
3554 * gdb.texinfo (Variables): Describe @entry names suffix.
3555 (Print Settings): Add anchor for `set print entry-values'.
3556
e18b2753
JK
35572011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3558 Eli Zaretskii <eliz@gnu.org>
3559
3560 Display @entry parameter values (without references).
3561 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3562 example.
3563 (Print Settings): New description of set print entry-values and show
3564 print entry-values.
3565
111c6489
JK
35662011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3567 Eli Zaretskii <eliz@gnu.org>
3568
3569 Recognize virtual tail call frames.
3570 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3571 (Tail Call Frames): New node.
3572 (Frames In Python): Add gdb.TAILCALL_FRAME.
3573
9c15afc4
DE
35742011-10-07 Doug Evans <dje@google.com>
3575
3576 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3577 register_pretty_printer.
3578
99f5279d
PM
35792011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3580
3581 PR python/12930
3582 PR python/12802
3583
3584 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3585 stop method.
3586
03583c20
UW
35872011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3588
3589 * gdb.texinfo (Starting your Program): "set disable-randomization"
3590 is no longer Linux-specific.
3591 (Remote Configuration): Document "set remote
3592 disable-randomization-packet".
3593 (General Query Packets): Document "QDisableRandomization" packet
3594 and add it to "qSupported" list.
3595
bd054e06
KP
35962011-10-07 Kevin Pouget <kevin.pouget@st.com>
3597
3598 Allow Python notification of new object-file loadings.
3599 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3600 event type.
3601
cb6be26b
KP
36022011-10-04 Kevin Pouget <kevin.pouget@st.com>
3603
3604 PR python/12691: Add the inferior to Python exited event
3605 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3606
a05336a1
JB
36072011-10-03 Joel Brobecker <brobecker@adacore.com>
3608
3609 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3610 rephasing.
3611
5d77fe44
JB
36122011-10-03 Joel Brobecker <brobecker@adacore.com>
3613
3614 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3615 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3616 as possible feature returned by the `-list-features'
3617 command.
3618
699df94d
PK
36192011-09-28 Paul Koning <paul_koning@dell.com>
3620
3621 * gdb.texinfo (gdb.Type): Document field access by dictionary
3622 key syntax.
3623
24bdad53
YQ
36242011-09-28 Yao Qi <yao@codesourcery.com>
3625
3626 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3627 Add one space after option `-s'. Remove @r{} markup.
3628
6710bf39
SS
36292011-09-27 Stan Shebs <stan@codesourcery.com>
3630
3631 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3632
d99f7e48
HZ
36332011-09-16 Hui Zhu <teawater@gmail.com>
3634
3635 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3636 to *(unsigned char *)$esp@300.
3637
d812018b
PK
36382011-09-15 Paul Koning <paul_koning@dell.com>
3639
3640 * gdb.texinfo: Make style of Python functions and methods match
3641 the syntax of Python. Also put class and module names explicitly
3642 on function, member, and variable names, matching Python
3643 documentation conventions.
72f4393d 3644
2aa48337
KP
36452011-09-15 Kevin Pouget <kevin.pouget@st.com>
3646
3647 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3648 * gdb.texinfo (Inferiors In Python): Describe new
3649 gdb.selected_inferior() function.
3650
6839b47f
KP
36512011-09-15 Kevin Pouget <kevin.pouget@st.com>
3652
3653 Handle multiple breakpoint hits in Python interface:
3654 * gdb.texinfo (Events In Python): New function documentation:
3655 gdb.BreakpointEvent.breakpoints. Indicate that
3656 gdb.BreakpointEvent.breakpoint is now deprecated.
3657
26829f2b
JB
36582011-09-04 Joel Brobecker <brobecker@adacore.com>
3659
3660 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3661
a9f54f60
TT
36622011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3663
3664 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3665
fa3a4f15
PM
36662011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3667
72f4393d
L
3668 * gdb.texinfo (Prompt): Add set/show extended-prompt
3669 documentation
3670 (Basic Python): Add prompt_hook anchor.
3671 (Python modules): Reword module text to reflect multiple modules.
3672 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 3673
224bbe49
YQ
36742011-08-14 Yao Qi <yao@codesourcery.com>
3675
78d85199
YQ
3676 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3677
36782011-08-14 Yao Qi <yao@codesourcery.com>
3679
3680 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
3681 (TIC6x Features): New node.
3682
457e09f0
DE
36832011-08-12 Doug Evans <dje@google.com>
3684
3685 * gdb.texinfo (Symbols In Python): Document symbol.type.
3686
5e239b84
PM
36872011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3688
3689 * gdb.texinfo (Python): Document command and function
3690 auto-loading.
3691
177bc839
JK
36922011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3693 Eli Zaretskii <eliz@gnu.org>
3694
3695 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3696 typedefs unrolling. Extend the sample code by an inner typedef and
3697 outer typedefs unrolling.
3698
1a532630
PP
36992011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3700
3701 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3702 size and line-size.
3703
9b158ba0 37042011-07-21 Matt Rice <ratmice@gmail.com>
3705
3706 PR macros/12999
3707 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3708 Update text and cindex entries for info macro command.
3709
d17b6f81
PM
37102011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3711
3712 * observer.texi (GDB Observers): Add before_prompt observer.
3713 * gdb.texinfo (Basic Python): Add documentation for prompt
3714 substitution.
3715
713389e0
PM
37162011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3717
72f4393d 3718 PR python/12438
713389e0 3719 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
3720 set/show python print-stack. Document set/show python
3721 print-backtrace.
713389e0 3722
177b42fe
TJB
37232011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3724
3725 * gdb.texinfo: Fix typos.
3726
900e11f9
JK
37272011-07-01 Tom Tromey <tromey@redhat.com>
3728
3729 * gdb.texinfo (Debugging Output): Document set debug
3730 check-physname.
3731
39c4d40a
TT
37322011-06-29 Tom Tromey <tromey@redhat.com>
3733
3734 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3735 breakpoint-notifications feature.
3736
6f5def7d
UW
37372011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3738
3739 * gdb.texinfo (Target Description): Remove warning about
3740 possibly unstable format.
3741
8cf64490
TT
37422011-06-03 Tom Tromey <tromey@redhat.com>
3743
3744 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3745 (Events In Python): Note that exit_code is optional.
3746
393eab54
PA
37472011-05-17 Pedro Alves <pedro@codesourcery.com>
3748
3749 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3750 required for multi-threading support.
3751 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3752 Hc are deprecated for multi-threading debugging. Point readers at
3753 the vCont packet.
3754
75fc9810
DE
37552011-05-15 Doug Evans <dje@google.com>
3756
3757 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3758
01124a23
DE
37592011-05-13 Doug Evans <dje@google.com>
3760
98a5dd13
DE
3761 * gdb.texinfo (Threads): Document $sdir,$pdir.
3762 (Server): Document $pdir exception.
3763
dbaefcf7
DE
3764 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3765
cc63ef9b
DE
3766 * gdb.texinfo (Threads): Clarify default value for
3767 libthread-db-search-path.
7e0396aa 3768
01124a23
DE
3769 * gdb.texinfo (Completion): Update example.
3770 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3771
d248b706
KY
37722011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3773
3774 * gdb.texinfo: Document change in the behaviour of the enable and
3775 disable GDB commands when applied to tracepoints.
3776 Document the EnableDisableTracepoints remote stub feature.
3777 Document QTEnable and QTDisable in the list of tracepoint packets.
3778
cc88a640
JK
37792011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3780
3781 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3782 hsuser.texi.
3783 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3784 comment to hsuser.texi. Change rluser.texi name in the comment.
3785
84e578fb
DE
37862011-05-10 Doug Evans <dje@google.com>
3787
3788 * gdb.texinfo (Threads): If an empty path is provided for
3789 libthread-db-search-path it is reset to its default value.
3790 (Server): Ditto.
3791
478aac75
DE
37922011-05-09 Doug Evans <dje@google.com>
3793
3794 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3795
9c06b0b4
TJB
37962011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3797 Thiago Jung Bauermann <bauerman@br.ibm.com>
3798
3799 Implement support for PowerPC BookE masked watchpoints.
3800 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3801 (PowerPC Embedded): Mention support of masked watchpoints.
3802
9ed350ad
JB
38032011-05-03 Joel Brobecker <brobecker@adacore.com>
3804
3805 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3806 `@value{GDBN}'.
3807
4ceed123
JB
38082011-05-03 Joel Brobecker <brobecker@adacore.com>
3809
3810 * gdb.texinfo (titlepage): Remove dedication.
3811 (In Memoriam): New appendix.
3812
559a7a62
JK
38132011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3814 Eli Zaretskii <eliz@gnu.org>
3815
3816 * gdb.texinfo (Index Section Format): Change the version to 5.
3817 Describe the different formula.
3818
03f2bd59
JK
38192011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3820 Eli Zaretskii <eliz@gnu.org>
3821
3822 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3823 for disconnected tracing.
3824 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3825 extended-remote relationship. Mention --once.
3826 (TCP port allocation lifecycle of @code{gdbserver}): New.
3827
d9b1a651
EZ
38282011-04-23 Eli Zaretskii <eliz@gnu.org>
3829
3830 * gdb.texinfo (Server): Improve indexing. Index all optional
3831 switches to gdbserver.
3832
90476074
TT
38332011-04-20 Tom Tromey <tromey@redhat.com>
3834
3835 * gdb.texinfo (Index Section Format): New node.
3836 (Top): Add new node to menu.
3837
c21236dc
PA
38382011-04-20 Pedro Alves <pedro@codesourcery.com>
3839
3840 * gdb.texinfo (Maintenance Commands): Document `maint print
3841 remote-registers'.
3842
05c8c3f5
TT
38432011-04-20 Tom Tromey <tromey@redhat.com>
3844
3845 * gdb.texinfo (Trace File Format): Move node later.
3846
7a9dd1b2
TT
38472011-04-19 Tom Tromey <tromey@redhat.com>
3848
3849 * gdbint.texinfo (Register Information Functions): Remove
3850 duplicate "the".
3851 * gdb.texinfo (Emacs): Remove duplicate "to".
3852 (GDB/MI Variable Objects): Remove duplicate "the".
3853 (General Query Packets): Likewise.
3854
4368ebeb
JB
38552011-04-02 Joel Brobecker <brobecker@adacore.com>
3856
3857 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3858 "GDB/MI Ada Exception Information" node.
3859
956a9fb9
JB
38602011-04-01 Joel Brobecker <brobecker@adacore.com>
3861
3862 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3863 the "exception-name" field in the *stopped async record.
3864
f1310107
TJB
38652011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3866 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3867
3868 Implement support for PowerPC BookE ranged breakpoints.
3869 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3870
8786b2bd
TT
38712011-03-28 Tom Tromey <tromey@redhat.com>
3872
3873 * gdb.texinfo (Set Tracepoints): Fix typo.
3874
9ef07c8c
TT
38752011-03-24 Tom Tromey <tromey@redhat.com>
3876
3877 * gdb.texinfo (Specify Location): Document `function:label'
3878 linespec.
3879
99c3dc11
PM
38802011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3881
f1310107 3882 PR python/12149
99c3dc11
PM
3883
3884 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3885
29703da4
PM
38862011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3887
3888 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3889 (Inferiors In Python): Likewise.
3890 (Threads In Python): Likewise.
3891 (Symbols In Python): Likewise.
3892 (Objfiles In Python): Likewise.
3893 (Symbol Tables In Python): Likewise.
3894
c9174737
PA
38952011-03-15 Pedro Alves <pedro@codesourcery.com>
3896
3897 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3898 display>: Explain that the commands accept number ranges.
3899
7371cf6d
PM
39002011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3901
3902 * gdb.texinfo (Breakpoints In Python): Add description and example
3903 of Python stop function operation.
3904
ecec24e6
PM
39052011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3906
3907 * gdb.texinfo (Parameters In Python): Document get_set_string and
3908 get_show_string methods.
3909
6dcd5565
JK
39102011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3911
3912 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3913
81896e36
JK
3914 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3915 circular-trace-buffer name.
3916
5e30da2c
JB
39172011-02-28 Joel Brobecker <brobecker@adacore.com>
3918
3919 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3920 in the previous change.
3921
3bd0f5ef 39222011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 3923
72f4393d 3924 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
3925 that they can accept multiple arguments.
3926
4ec7539c
JB
39272011-02-24 Joel Brobecker <brobecker@adacore.com>
3928
3929 Revert the following patch (code patch was not approved):
3930 2011-02-21 Hui Zhu <teawater@gmail.com>
3931 * agentexpr.texi (bytecode descriptions): add printf.
3932 * gdb.texinfo (tracepoint action lists): add printf.
3933
82809774
DE
39342011-02-23 Doug Evans <dje@google.com>
3935
3936 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3937
e5a67952
MS
39382011-02-23 Michael Snyder <msnyder@vmware.com>
3939
3940 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3941 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3942 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3943
6e6fbe60
DE
39442011-02-22 Doug Evans <dje@google.com>
3945
3946 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3947 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3948 add description of result, fix @defun formatting.
3949
f994e27a
HZ
39502011-02-21 Hui Zhu <teawater@gmail.com>
3951
3952 * agentexpr.texi (Bytecode Descriptions): Add printf.
3953 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3954
c7f96d2b
TT
39552011-02-18 Tom Tromey <tromey@redhat.com>
3956
3957 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3958
60f98dde
MS
39592011-02-14 Michael Snyder <msnyder@vmware.com>
3960
3961 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3962 Document new command "thread find".
3963
08e796bc
MS
39642011-02-14 Michael Snyder <msnyder@vmware.com>
3965
3966 * gdb.texinfo (Threads): Update example of new thread message.
3967
b3b9301e
PA
39682011-02-14 Pedro Alves <pedro@codesourcery.com>
3969
3970 * gdb.texinfo (Remote Configuration): Mention set/show remote
3971 traceframe-info.
3972 (Tools/Packages Optional for Building GDB): Mention that expat is
3973 used for traceframe info.
3974 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3975 (General Query Packets) <qSupported>: Describe the
3976 qXfer:traceframe-info:read feature.
3977 (qXfer::read): Describe qXfer:traceframe-info:read.
3978 (Traceframe Info Format): New section.
3979
cef35b0f
PA
39802011-02-04 Pedro Alves <pedro@codesourcery.com>
3981
3982 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3983 for casts and unary operators.
3984
f1cbe1d3
TT
39852011-02-04 Tom Tromey <tromey@redhat.com>
3986
3987 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3988 is not useful.
3989
585fdaa1
PA
39902011-01-25 Pedro Alves <pedro@codesourcery.com>
3991
3992 * gdb.texinfo: s/value optimized out/optimized out/g
3993
7bfc9434
JB
39942011-01-21 Joel Brobecker <brobecker@adacore.com>
3995
3996 * gdb.texinfo (Other Misc Settings): Rework part of the
3997 documentation of the "set interactive mode" command.
3998
4694da01
TT
39992011-01-19 Tom Tromey <tromey@redhat.com>
4000
4001 * gdb.texinfo (Threads): Document thread name output and `thread
4002 name' command.
4003 (Threads In Python): Document Thread.name attribute.
4004 (GDB/MI Thread Commands): Document thread attributes.
4005
b716877b
AB
40062011-01-12 Andrew Burgess <aburgess@broadcom.com>
4007
4008 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4009 changes in mi/mi-cmd-disas.c
4010
13fd8b81
TT
40112011-01-12 Tom Tromey <tromey@redhat.com>
4012
4013 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4014 Fix "thread apply" text.
4015
e09342b5
TJB
40162011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4017 Thiago Jung Bauermann <bauerman@br.ibm.com>
4018
4019 Implement support for PowerPC BookE ranged watchpoints.
4020 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4021 the "set powerpc exact-watchpoints" flag.
4022
06e65f44
TT
40232011-01-07 Tom Tromey <tromey@redhat.com>
4024
4025 * gdb.texinfo (Python API): Add descriptions to @menu items.
4026
d8e22779
TT
40272011-01-06 Tom Tromey <tromey@redhat.com>
4028
4029 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4030
a255712f
PP
40312010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4032
e09342b5 4033 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 4034
ccfc3d6e
TT
40352011-01-06 Tom Tromey <tromey@redhat.com>
4036
4037 PR python/12133:
4038 * gdb.texinfo (Frames In Python): Document various frame
4039 constants.
4040
44944448
JB
40412011-01-05 Joel Brobecker <brobecker@adacore.com>
4042
4043 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4044 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4045 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4046
42ea3d7a
JK
40472011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4048
4049 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4050 (clean): Add GDBvn.texi.
4051
720d1a40
JB
40522010-12-29 Joel Brobecker <brobecker@adacore.com>
4053
4054 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4055 occasional case where the debugger prints an array address
4056 instead of the array itself.
4057
ad196637
PA
40582010-12-23 Pedro Alves <pedro@codesourcery.com>
4059
4060 * gdb.texinfo (Packets) <read registers packet>: Document support
4061 for registers that were not collected.
4062
a86caf66
DE
40632010-12-15 Doug Evans <dje@google.com>
4064
4065 * gdb.texinfo (Startup): Document auto-loading of scripts during
4066 startup.
4067 (Auto-loading): Delete "maint set python auto-load on|off".
4068 Add "set auto-load-scripts on|off".
4069
aae1c79a
DE
40702010-12-07 Doug Evans <dje@google.com>
4071
4072 * gdb.texinfo (Mode Options): Document -data-directory.
4073 (Data Files): Add reference to -data-directory.
4074
4e04c971
DE
40752010-11-29 Doug Evans <dje@google.com>
4076
4077 * gdb.texinfo (Pretty-Printer Introduction): Change
4078 printer-name:subprinter-name to printer-name;subprinter-name.
4079
94b6973e
PM
40802010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4081
72f4393d 4082 PR python/12199
94b6973e
PM
4083
4084 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4085
39037522
TT
40862010-11-23 Tom Tromey <tromey@redhat.com>
4087
4088 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4089 (Editing): Likewise.
4090 (Command History): Likewise.
4091 (TUI Keys): Likewise.
4092 (Bug Reporting): Conditionally include rluser.texi and
4093 inc-history.texinfo.
4094 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4095 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4096 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4097 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4098 (gdb.pdf): Likewise.
4099 (gdb.info): Likewise.
4100 (gdb/index.html): Likewise.
4101
5ae98d25
TT
41022010-11-23 Tom Tromey <tromey@redhat.com>
4103
4104 * Makefile.in (Makefile): Run ../config.status.
4105 (distclean): Update.
4106 * configure: Remove.
4107 * configure.ac: Remove.
4108
621c8364
TT
41092010-11-12 Tom Tromey <tromey@redhat.com>
4110
4111 * gdb.texinfo (Basic Python): Update. Add xref.
4112 (Exception Handling): Document new exception classes.
4113 (Types In Python): Update.
4114 (Frames In Python): Update.
4115
84f4c1fe
PM
41162010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4117
4118 * gdb.texinfo (Breakpoints In Python): Document "internal"
4119 parameter, and visible attribute.
4120
99e7ae30
DE
41212010-11-05 Doug Evans <dje@google.com>
4122
4123 * gdb.texinfo (Source Path): Document "set directories".
4124
f4b8a18d
KW
41252010-11-05 Ken Werner <ken.werner@de.ibm.com>
4126
4127 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4128 (OpenCL C): New node.
4129
7b51bc51
DE
41302010-11-02 Doug Evans <dje@google.com>
4131
4132 * gdb.texinfo (Pretty Printing): Expand into three sections,
4133 introduction, example, and commands.
4134 (Python API): Delete section Disabling Pretty-Printers, merge into
4135 Selecting Pretty-Printers.
4136 (Writing a Pretty-Printer): New section. Move the pretty-printer
4137 example here, and reformat to match python coding style. Add a second
4138 example using the gdb.printing module.
4139 (Python modules): Add gdb.printing.
4140
9eeee977
DE
41412010-10-29 Doug Evans <dje@google.com>
4142
4143 * gdb.texinfo (Python): Fix long line.
4144
a0e0ffdf
DE
41452010-10-20 Doug Evans <dje@google.com>
4146
4147 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4148 All references updated. Correct sections marked as subsections.
4149 (Coding Standards): New chapter. Move the coding standard related
4150 subsections here. Add section on Python coding standards.
4151
0e3509db
DE
41522010-10-13 Doug Evans <dje@google.com>
4153
4154 * gdb.texinfo (Python): Add "Python modules".
4155 (Types in Python): Add reference to gdb.types section.
4156 (Python modules): New node.
4157
44592cc4
DE
41582010-10-11 Doug Evans <dje@google.com>
4159
4160 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4161 Python" from gdb.Value.type description.
4162
6e1bb179
JB
41632010-09-28 Joel Brobecker <brobecker@adacore.com>
4164
4165 * gdb.texinfo (Ravenscar Profile): New node.
4166
e8467610
TT
41672010-09-22 Tom Tromey <tromey@redhat.com>
4168
4169 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4170
fccd1d1e
EZ
41712010-09-22 Eli Zaretskii <eliz@gnu.org>
4172
4173 * gdb.texinfo (Values From Inferior): Clarify that
4174 value.dynamic_type works only in C++ programs with RTTI.
4175
c1b6b909
TT
41762010-09-15 Paul Bolle <pebolle@tiscali.nl>
4177
4178 * gdb.texinfo (Character Sets): Correctly reference host-charset
4179 in example.
4180
7d288aaa
TT
41812010-09-13 Tom Tromey <tromey@redhat.com>
4182
4183 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4184 Document "fullname" and "from".
4185
f75d858b
MK
41862010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4187
4188 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4189 feature `reverse' output by -list-target-features.
4190
83b9503b
L
41912010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4192
4193 * gdb.texinfo (i386 Features): Remove an extra "@item".
4194
03f17ccf
TT
41952010-08-30 Tom Tromey <tromey@redhat.com>
4196
4197 PR python/11792:
4198 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4199
9779414d
DJ
42002010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4201
4202 * gdb.texinfo (ARM Features): Document
4203 org.gnu.gdb.arm.m-profile.
4204
f9ffd4bb
TT
42052010-08-23 Tom Tromey <tromey@redhat.com>
4206
4207 PR python/11145:
4208 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4209 reinterpret_cast methods.
4210
702c2711
TT
42112010-08-23 Tom Tromey <tromey@redhat.com>
4212
4213 PR python/11915:
4214 * gdb.texinfo (Types In Python): Document array method.
4215
66b73624
TJB
42162010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4217
4218 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4219
06a64a0b
TT
42202010-08-16 Tom Tromey <tromey@redhat.com>
4221
4222 * gdb.texinfo (Set Watchpoints): Document -location option.
4223
a3a7127e
DE
42242010-08-13 Doug Evans <dje@google.com>
4225
4226 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4227
8dedea02
VP
42282010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4229
4230 * gdb.texinfo (GDB/MI Data Manipulation): Document
4231 -data-read-memory-raw and -data-write-memory-raw.
4232
ca5c20b6 42332010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 4234 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
4235
4236 * gdb.texinfo (Basic Python): Describe post_event API.
4237
cb2e07a6
PM
42382010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4239
4240 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 4241 decode_line Python APIs
cb2e07a6 4242
464b3efb
TT
42432010-08-10 Tom Tromey <tromey@redhat.com>
4244
4245 * gdb.texinfo (Pretty Printing API): Document
4246 gdb.default_visualizer.
4247
c29c521f
TT
42482010-08-10 Tom Tromey <tromey@redhat.com>
4249
4250 Revert gdb-add-index addition:
4251 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4252
5da1313b
JK
42532010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4254 Eli Zaretskii <eliz@gnu.org>
4255
4256 * gdb.texinfo (Mode Options) <-batch>
4257 (Basic Python) <gdb.execute>: Describe setting width and height.
4258
02d868e8
PP
42592010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4260
4261 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4262
c2bbed2a
TT
42632010-07-30 Tom Tromey <tromey@redhat.com>
4264
4265 * gdb.texinfo (Index Files): Mention gdb-add-index.
4266
6c13bbe1
HZ
42672010-07-30 Hui Zhu <teawater@gmail.com>
4268
4269 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4270 "detach inferior" and "kill inferior".
4271
53a71c06
CR
42722010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4273
4274 * gdb.texinfo (Machine Code): Update description of two forms of
4275 arguments, and add new example to demonstrate the new form.
4276
5374244e
PM
42772010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4278
4279 * gdb.texinfo (Values From Inferior): Add value inferior function
4280 call description.
4281
8ea5bce5
JK
42822010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4283
4284 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4285
c0edd9ed
JK
42862010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4287 Eli Zaretskii <eliz@gnu.org>
4288
4289 Make core files the process_stratum.
4290 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4291 record_stratum example.
4292
9291a0cd
TT
42932010-07-13 Tom Tromey <tromey@redhat.com>
4294
4295 * gdb.texinfo (Index Files): New node.
4296
f5011d11
TT
42972010-07-13 Tom Tromey <tromey@redhat.com>
4298
4299 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4300
0f5238ed
TT
43012010-07-13 Tom Tromey <tromey@redhat.com>
4302
4303 * gdb.texinfo (Specify Location): Document labels.
4304
74c761c1
PA
43052010-07-01 Pedro Alves <pedro@codesourcery.com>
4306
4307 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4308 entries for fast tracepoints and static tracepoints.
4309
501994c0
PA
43102010-07-01 Pedro Alves <pedro@codesourcery.com>
4311
4312 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4313 qsThreadInfo>: Spell out `l' as ell.
4314
0fb4aa4b
PA
43152010-07-01 Pedro Alves <pedro@codesourcery.com>
4316
4317 * gdb.texinfo (Convenience Variables): Document $_sdata.
4318 (Commands to Set Tracepoints): Describe static tracepoints. Add
4319 `Listing Static Tracepoint Markers' menu entry. Document
4320 "strace".
4321 (Tracepoint Action Lists): Document collecting $_sdata.
4322 (Listing Static Tracepoint Markers): New subsection.
4323 (Tracepoints support in gdbserver): Mention static tracepoints.
4324 (remote packets, enabling and disabling): Mention
4325 read-sdata-object.
4326 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4327 and StaticTracepoint.
4328 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4329 Document qXfer:sdata:read.
4330 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4331
dc3b15be
JB
43322010-06-29 Joel Brobecker <brobecker@adacore.com>
4333
4334 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4335
595939de
PM
43362010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4337 Tom Tromey <tromey@redhat.com>
4338 Thiago Jung Bauermann <bauerman@br.ibm.com>
4339
4340 * gdb.texinfo (Inferiors In Python): New node.
4341 * gdb.texinfo (Threads In Python): New node.
4342
9279c692
JB
43432010-06-28 Joel Brobecker <brobecker@adacore.com>
4344
4345 * gdb.texinfo (Python): Document what the python directory is
4346 and what its location is.
4347 (Basic Python): Document the gdb.PYTHONDIR constant.
4348
bc9f0842
TT
43492010-06-25 Tom Tromey <tromey@redhat.com>
4350
4351 PR python/10808:
4352 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4353
f1421989
HZ
43542010-06-24 Hui Zhu <teawater@gmail.com>
4355
4356 * gdb.texinfo: (Commands for Controlled Output): Add
4357 documentation for command "eval".
4358
e4c0cfae
SS
43592010-06-21 Stan Shebs <stan@codesourcery.com>
4360
4361 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4362 * annotate.texinfo: Ditto.
4363 * gdbint.texinfo: Ditto.
4364 * stabs.texinfo: Ditto.
4365
bb08c432
HZ
43662010-06-22 Hui Zhu <teawater@gmail.com>
4367
4368 * gdb.texinfo: (Process Record and Replay): Add documentation
4369 for command "set record memory-query".
4370
4f5d9f07
SS
43712010-06-21 Stan Shebs <stan@codesourcery.com>
4372
4373 * gdb.texinfo: Relicense under GFDL version 1.3.
4374 * annotate.texinfo: Relicense under GFDL version 1.3.
4375 * gdbint.texinfo: Relicense under GFDL version 1.3.
4376 * stabs.texinfo: Relicense under GFDL version 1.3.
4377 * fdl.texi: Update to version 1.3.
4378
6aed2dbc
SS
43792010-06-18 Stan Shebs <stan@codesourcery.com>
4380
a61408f8
SS
4381 * gdb.texinfo (Operating System Auxiliary Information): Describe
4382 "info os" when no arguments given.
4383
6aed2dbc
SS
4384 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4385 $_thread.
4386
24e933df
HZ
43872010-06-18 Hui Zhu <teawater@gmail.com>
4388
4389 * gdb.texinfo: (Process Record and Replay): Add documentation
4390 for commands "record save" and "record restore".
4391
65d79d4b
SDJ
43922010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4393
4394 * gdb.texinfo: Include information about the correct use
4395 of addresses in the `watch' command.
4396
d914c394
SS
43972010-06-11 Stan Shebs <stan@codesourcery.com>
4398
4399 * gdb.texinfo (Observer Mode): New section.
4400 (General Query Packets): Document QAllow.
889bf7c5 4401
967cf477
DE
44022010-06-04 Doug Evans <dje@google.com>
4403
4404 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4405
aaf4119b
DE
44062010-06-03 Doug Evans <dje@google.com>
4407
4408 * gdbint.texinfo (Coding): Add subsection on command names.
4409
9eae7c52
TT
44102010-06-02 Tom Tromey <tromey@redhat.com>
4411
4412 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4413 always-disassemble.
4414
fa593d66
PA
44152010-06-01 Pedro Alves <pedro@codesourcery.com>
4416
4417 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4418 gdbserver, and add cross reference.
4419 (Tracepoints support in gdbserver): New subsection.
4420
dde08ee1
PA
44212010-05-26 Pedro Alves <pedro@codesourcery.com>
4422
4423 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4424 `qRelocInsn' feature.
4425 (Relocate instruction reply packet): New subsection
4426 of `Tracepoint Packets'.
4427 (Tracepoint Packets): Mention that packets QTDP and QTStart
4428 support the qRelocInsn request, and add cross reference to new
4429 subsection.
4430
07ca107c
DE
44312010-05-25 Doug Evans <dje@google.com>
4432
4433 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4434 (Commands In Python): Document gdb.string_to_argv.
4435
c25c4a8b
JK
44362010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4437
4438 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4439 ATTR_NORETURN.
4440
d7b32ed3 44412010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
4442 Tom Tromey <tromey@redhat.com>
4443 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 4444
c25c4a8b 4445 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 4446
6aecb9c2
JB
44472010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4448
4449 * gdb.texinfo: (Summary) Add mention about D language support.
4450 (Filenames): Add D suffixes.
4451 (D): New node.
4452
b7da9e9f
PM
44532010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4454
4455 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4456 of macro deleted from GDB code.
4457
ab38a727
PA
44582010-04-24 Pedro Alves <pedro@codesourcery.com>
4459
4460 * gdb.texinfo (Commands to specify files): Describe what how GDB
4461 looks up DOS-based filesystem paths on the system root. Document
4462 the new `set/show target-file-system-kind' commands.
4463
66d09542
DE
44642010-04-23 Doug Evans <dje@google.com>
4465
4466 * gdb.texinfo (Python): Move Auto-loading section here ...
4467 (Python API): from here.
4468 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4469 (Maintenance Commands): Add docs for "maint print section-scripts".
4470
8bd10a10
CM
44712010-04-20 Chris Moller <cmoller@redhat.com>
4472
4473 * gdb.texinfo (Setting Breakpoints): Added description of
4474 filename-qualified rbreak.
4475 * refcard.tex (Breakpoints and Watchpoints): Added brief
4476 description of filename-qualified rbreak.
4477
4c374409
JK
44782010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4479
4480 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4481 (Python API): Change the reference to Pretty Printing API.
4482 (Pretty Printing): Move the user part under the Data node. Reformat
4483 the sample output to 72 columns. Create a new reference to Pretty
4484 Printing API. Rename the API part ...
4485 (Pretty Printing API): To a new node name.
4486 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4487 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4488
5a9351ae
SS
44892010-04-21 Stan Shebs <stan@codesourcery.com>
4490
4491 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 4492 and commands.
5a9351ae 4493 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 4494
9a22f0d0
PM
44952010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4496
4497 * gdb.texinfo (Examining memory): Update for change in string
4498 display with explicit size.
4499
6149aea9
PA
45002010-04-19 Pedro Alves <pedro@codesourcery.com>
4501
4502 PR breakpoints/8554.
4503
4504 * gdb.texinfo (Save Breakpoints): New node.
4505 (save-tracepoints): Rename to ...
4506 (save tracepoints): ... this. Mention that `save-tracepoints' is
4507 a deprecated alias to `save tracepoints'.
4508
711e434b
PM
45092010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4510
645797a8 4511 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
4512 (info w32 thread-information-block): Document new command.
4513 (qGetTIBAddress): Document new gdbserver query.
4514 (maint set/show show-all-tib): Document new command.
4515
3f7b2faa
DE
45162010-04-15 Doug Evans <dje@google.com>
4517
fa33c3cd
DE
4518 * gdb.texinfo (Python API): Add progspaces section.
4519 (Selecting Pretty-Printers): Progspace pretty-printers are
4520 searched too.
4521 (Progspaces In Python): New section.
4522
3f7b2faa
DE
4523 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4524
79f283fe
PM
45252010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4526
4527 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4528 returns None.
4529
87290684
SS
45302010-04-09 Stan Shebs <stan@codesourcery.com>
4531
4532 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4533 Describe the `frames-created' field, tweak grammar.
4534
a97153c7
PA
45352010-04-09 Pedro Alves <pedro@codesourcery.com>
4536
4537 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4538 Describe the `circular' and `disconnected' fields.
4539
5c5dcc1b
L
45402010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4541
4542 * gdb.texinfo (maint print registers): Mention unavailable and
4543 invisible registers.
4544
adc36818
PM
45452010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4546 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 4547 Tom Tromey <tromey@redhat.com>
adc36818
PM
4548
4549 * gdb.texinfo (Breakpoints In Python): New Node.
4550
33da3f1c
SS
45512010-04-08 Stan Shebs <stan@codesourcery.com>
4552
4553 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4554 trace status fields.
4555
3a13a53b
L
45562010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4557
4558 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4559 optional. Make org.gnu.gdb.i386.avx requires
4560 org.gnu.gdb.i386.avx.
4561
08001717
DE
45622010-04-08 Doug Evans <dje@google.com>
4563
4564 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4565 search path, and document that gdb only scans the search path if
4566 the script's path doesn't specify a directory.
4567
c375651d
DE
45682010-04-05 Doug Evans <dje@google.com>
4569
4570 * gdb.texinfo (maint show python auto-load): Fix typo.
4571
af54718e
SS
45722010-04-04 Stan Shebs <stan@codesourcery.com>
4573
d77f58be
SS
4574 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4575 (Setting Watchpoints): Update description of "info watch".
4576 (Disabling Breakpoints): Only "info break" lists all.
4577
af54718e
SS
4578 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4579 (tdump): Explain how tdump works.
4580
86b17b60
PA
45812010-04-01 Pedro Alves <pedro@codesourcery.com>
4582
4583 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4584 add cross reference.
4585
ff12863f
PA
45862010-03-31 Pedro Alves <pedro@codesourcery.com>
4587
4588 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4589 commands error out.
4590
f68eb612
L
45912010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4592
4593 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4594
c8d5aac9
L
45952010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4596
4597 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4598
7d13fe92
SS
45992010-03-29 Stan Shebs <stan@codesourcery.com>
4600 Nathan Sidwell <nathan@codesourcery.com>
4601
4602 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4603 GDBN equivalent.
4604 (Set Tracepoints): Remove mention that conditional tracepoints
4605 don't exist.
4606 (Tracepoint Actions): Clarify when while-stepping collection
4607 happens, note that while-stepping does not automatically collect
4608 $pc.
4609
409873ef 46102010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 4611
409873ef
SS
4612 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4613 (General Query Packets): Describe TracepointSource.
4614
ee8e71d4
EZ
46152010-03-27 Matt Rice <ratmice@gmail.com>
4616
c8d5aac9
L
4617 * gdb.texinfo (ARM): Document arguments to "target sim".
4618 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 4619
99b5e152
PA
46202010-03-26 Pedro Alves <pedro@codesourcery.com>
4621
4622 * gdb.texinfo (Tracepoint Packets): Remove mention that
4623 terror:string may be plain text, and drop mention of X prefix.
4624
cd64ee31
VP
46252010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4626
4627 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4628
6c28cbf2
SS
46292010-03-24 Stan Shebs <stan@codesourcery.com>
4630
4631 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4632
95a42b64
TT
46332010-03-24 Tom Tromey <tromey@redhat.com>
4634
4635 PR breakpoints/9352:
4636 * gdb.texinfo (Break Commands): Update.
4637
18148017
VP
46382010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4639
4640 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4641 commands.
4642
4daf5ac0
SS
46432010-03-16 Stan Shebs <stan@codesourcery.com>
4644
4645 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4646 circular-trace-buffer.
4647 (Tracepoint Packets): Describe QTBuffer, and details of the
4648 qTStatus reply.
4649
c9429232
SS
46502010-03-12 Stan Shebs <stan@codesourcery.com>
4651 Nathan Sidwell <nathan@codesourcery.com>
4652
4653 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4654 doing instruction stepping.
4655 (Tracepoint Restrictions): New node.
4656
ccefe4c4
TT
46572010-03-10 Tom Tromey <tromey@redhat.com>
4658
4659 * gdbint.texinfo (Symbol Handling): Update.
4660
7c953934
TT
46612010-03-08 Tom Tromey <tromey@redhat.com>
4662
4663 PR cli/9591:
4664 * gdb.texinfo (Mode Options): Mention lack of pagination and
4665 confirmation with --batch.
4666 (Screen Size): Mention --batch.
4667 (Messages/Warnings): Likewise.
4668
f870a310
TT
46692010-03-05 Tom Tromey <tromey@redhat.com>
4670
4671 * gdb.texinfo (Basic Python): Document target_charset and
4672 target_wide_charset.
4673
78e2826b
TT
46742010-03-05 Tom Tromey <tromey@redhat.com>
4675
4676 * gdb.texinfo (Data): Link to pretty-printing.
4677 (Output Formats): Likewise. Correct text.
4678
f5dff777
DJ
46792010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4680
4681 * gdb.texinfo (Types): Describe <struct> and <flags>.
4682
dc00d89f
PM
46832010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4684
4685 * gdb.texinfo (Frames In Python): Add block parameter and
4686 description to read_var text.
4687
5107b149 46882010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 4689 Tom Tromey <tromey@redhat.com>
5107b149
PM
4690
4691 * gdb.texinfo (Types In Python): Describe block argument in
4692 template_argument and gdb.lookup_type.
4693
e03e5e7b
TT
46942010-02-24 Tom Tromey <tromey@redhat.com>
4695
4696 * gdb.texinfo (Cygwin Native): Fix typo.
4697
f3e9a817
PM
46982010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4699
4700 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4701 and select method descriptions.
4702 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4703 Tables in Python to menu.
4704 (Blocks In Python): New node.
4705 (Symbols In Python): New node.
4706 (Symbol Tables in Python): New node.
4707
a79b8f6e
VP
47082010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4709
4710 Multiexec MI
4711
4712 gdb/
4713 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4714
4715 gdb/doc/
4716 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4717 changes.
4718 (GDB/MI Program Execution): Document current behaviour of
4719 --all and --thread-group.
4720 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4721 -remove-inferior.
4722 * observer.texi (inferior_added, inferior_removed): New
4723 observers.
4724
629d6a47
TT
47252010-02-19 Tom Tromey <tromey@redhat.com>
4726
4727 * gdbint.texinfo (Getting Started): Fix @node.
4728 (Debugging GDB): Likewise.
4729
c09529e5
JB
47302010-02-13 Joel Brobecker <brobecker@adacore.com>
4731
4732 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4733 documenting the gdb_test_timeout variable.
4734
540aa8e7
MS
47352010-02-12 Jakob Engblom <jakob@virtutech.com>
4736
4737 * gdb.texinfo (MI commands): Added documentation of --reverse
4738 option to a set of MI commands. Restructured documentation of MI
4739 commands --exec-continue to reflect the complexity of reverse
4740 execution.
4741
081dfbf7
PA
47422010-02-12 Pedro Alves <pedro@codesourcery.com>
4743
4744 * gdb.texinfo (Using the Collected Data): Specify that the address
4745 range of `tfind outsize' is exclusive, and that the address range
4746 of `tfind range' is inclusive.
4747 (Tracepoint Packets): Specify that the address range of
4748 `QTFrame:range' is inclusive, and that the address range of
4749 `QTFrame:outside' is exclusive
4750
8e9c5e02
VP
47512010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4752
4753 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4754
92981e24
TT
47552010-02-10 Tom Tromey <tromey@redhat.com>
4756
4757 * gdb.texinfo (Debugging Output): Document set debug parser and
4758 show debug parser.
4759
075b51b7
L
47602010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4761
4762 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4763 i386_eflags and i386_mxcsr.
4764
3bb8d5c3
L
47652010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4766
4767 * gdb.texinfo: Document i386 target features.
4768
c5f80513
DE
47692010-02-05 Doug Evans <dje@google.com>
4770
4771 * gdbint.texinfo (Testsuite): Add a new section to document the
4772 various DejaGnu variables that may be overridden.
1be00882 4773 Document INTERNAL_GDBFLAGS.
c5f80513 4774
6ac33a4e
TT
47752010-02-04 Tom Tromey <tromey@redhat.com>
4776
4777 PR cli/8830:
4778 * gdb.texinfo (Files): -readnow comes before the filename for file
4779 and symbol-file.
4780
a1dcb23a
DJ
47812010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4782
4783 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4784 Document ARM breakpoint types.
4785 (Register Packet Format): Move into the new section.
4786 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4787
95433b34
JB
47882010-01-21 Joel Brobecker <brobecker@adacore.com>
4789
4790 * gdb.texinfo (File Options): Adjust the documentation of this
4791 switch to refer to the "source" command rather than partially
4792 duplicating some of the relevant information.
4793 (Extending GDB): Introduce and document the set/show script-extension
4794 setting.
4795 (Command Files): Add note explaining that the "source" command
4796 is also used to evalute scripts written in other languages.
4797 Remove the short slightly incorrect reference to sourcing Python
4798 scripts.
4799 (Python Commands): Document how to execute a Python script from GDB.
4800
8d576872
JB
48012010-01-19 Joel Brobecker <brobecker@adacore.com>
4802
4803 * gdb.texinfo (Command Files): Fix typo.
4804
8150ff9c
JB
48052010-01-18 Tom Tromey <tromey@redhat.com>
4806
4807 * gdb.texinfo (File Options): Document -x on .py files.
4808 (Command Files): Document handling of Python scripts.
4809
23db03a6
JZ
48102010-01-18 Jie Zhang <jie.zhang@analog.com>
4811
4812 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4813
00bf0b85
SS
48142010-01-15 Stan Shebs <stan@codesourcery.com>
4815
4816 * gdb.texinfo (Trace Files): New section.
4817 (Tracepoint Packets): Document QTSave and qTBuffer.
4818 (Trace File Format): New appendix.
4819
be759fcf
PM
48202010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4821
4822 * gdb.texinfo (Values From Inferior): Document lazy_string value
4823 method.
4824 (Python API): Add Lazy strings menu item.
4825 (Lazy Strings In Python): New node.
4826
dc146f7c
VP
48272010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4828
4829 * gdb.texinfo (GDB/MI Thread Information): New.
4830 (GDB/MI Async Records): Document the core field in *stopped.
4831 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4832 documentation
4833 (Process list): Document that osdata document may contain
4834 threads.
4835 (Remote Serial Protocol): Document qXfer:threads.
4836
d5551862
SS
48372010-01-06 Stan Shebs <stan@codesourcery.com>
4838
4839 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4840 disconnected tracing.
4841 (Tracepoint Packets): Document new protocol.
4842
7a697b8d
SS
48432010-01-05 Stan Shebs <stan@codesourcery.com>
4844
4845 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4846 tracepoints.
4847 (Tracepoint Packets): Describe remote protocol for fast
4848 tracepoints.
4849
e6f3ec50
JB
48502010-01-01 Joel Brobecker <brobecker@adacore.com>
4851
4852 Update the "Start of New Year Procedure".
4853 * gdbint.texinfo: Add the list of files that need to be updated
4854 manually. Minor reformatting.
4855
ddc4e9c1
JB
48562010-01-01 Joel Brobecker <brobecker@adacore.com>
4857
4858 * refcard.tex: Update copyright year in header and text.
4859
9d2897ad
JB
48602010-01-01 Joel Brobecker <brobecker@adacore.com>
4861
4862 * agentexpr.texi: Add 2010 to the list of copyright years.
4863 * annotate.texinfo: Likewise.
4864 * gdb.texinfo: Likewise.
4865 * gdbint.texinfo: Likewise.
4866 * observer.texi: Likewise.
4867 * stabs.texinfo: Likewise.
4868
6da95a67
SS
48692009-12-31 Stan Shebs <stan@codesourcery.com>
4870
4871 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 4872
236f1d4d
SS
48732009-12-29 Stan Shebs <stan@codesourcery.com>
4874
4875 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 4876
f61e138d
SS
48772009-12-28 Stan Shebs <stan@codesourcery.com>
4878
4879 * gdb.texinfo (Trace State Variables): New section.
4880 (Tracepoint Packets): Describe trace state variable packets.
4881 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4882 variable bytecodes.
4883
0fe7935b
DJ
48842009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4885
4886 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4887 declarations.
4888
a6b29f87
VP
48892009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4890
4891 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4892 -gdb-exit behaviour.
4893
5e4bde96
JB
48942009-12-20 Joel Brobecker <brobecker@adacore.com>
4895
4896 * gpl.texi: Update to version 3 of the GPL.
4897
a1715244
JB
48982009-12-20 Joel Brobecker <brobecker@adacore.com>
4899
4900 * Makefile.in: Update copyright header.
4901 * observer.texi: Fix the copyright header of the generated files.
4902
361ae042
PM
49032009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4904
4905 * gdb.texinfo (Types In Python): Describe range function.
4906
bfd31e71
PM
49072009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4908
4909 * gdb.texinfo (Types In Python): Describe "is_base_class".
4910
57a1d736
TT
49112009-12-03 Tom Tromey <tromey@redhat.com>
4912
4913 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4914
8cebebb9
PP
49152009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4916
4917 * observer.texi: New memory_changed observer.
4918
16af530a
TT
49192009-12-01 Tom Tromey <tromey@redhat.com>
4920
4921 * gdb.texinfo (Reverse Execution): Fix typo.
4922
b6199126
DJ
49232009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4924
4925 PR gdb/8704
4926
4927 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4928 are allowed after the breakpoint condition.
4929
7a6973ad
TT
49302009-11-23 Tom Tromey <tromey@redhat.com>
4931
4932 PR python/10782:
4933 * gdb.texinfo (Types In Python): Document Type.pointer.
4934
21a0512e
PP
49352009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4936
4937 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 4938
a5832c8f
PA
49392009-11-11 Pedro Alves <pedro@codesourcery.com>
4940
4941 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4942 (Using Agent Expressions): Delete cross reference.
4943
1eb7cd77
JB
49442009-11-07 Joel Brobecker <brobecker@adacore.com>
4945
4946 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4947 and @settitle directives up to help makeinfo find them.
4948
24ddea62
JK
49492009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4950
4951 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4952 (Auto-loading): Use plural and note one can use multiple components now.
4953
3afae151
VP
49542009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4955
4956 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4957 -stack-list-arguments have the same documentation for parameter
4958 as -stack-list-locals. Add comas.
4959
14ff2235
PM
49602009-10-27 Tom Tromey <tromey@redhat.com>
4961 Eli Zaretskii <eliz@gnu.org>
4962
c8d5aac9 4963 PR python/10781
14ff2235
PM
4964
4965 * gdb.texinfo (Values From Inferior): Document cast method.
4966
9c419145
PP
49672009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4968
4969 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4970 and adjust example.
889bf7c5 4971
29153c24
MS
49722009-10-22 Michael Snyder <msnyder@vmware.com>
4973
4974 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 4975 info record command. Also document the new save and restore
29153c24
MS
4976 commands.
4977
2b28d209
PP
49782009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4979
4980 * gdb.texinfo (Machine Code): Mention current pc marker.
4981 (Memory): Likewise.
4982
6c95b8df
PA
49832009-10-19 Pedro Alves <pedro@codesourcery.com>
4984 Stan Shebs <stan@codesourcery.com>
4985
4986 * observer.texi (new_inferior): Rename to...
4987 (inferior_appeared): ... this.
4988
4989 * gdb.texinfo (Inferiors): Rename node to ...
4990 (Inferiors and Programs): ... this. Mention running multiple
4991 programs in the same debug session.
4992 <info inferiors>: Mention the new 'Executable' column if "info
4993 inferiors". Update examples. Document the "add-inferior",
4994 "clone-inferior", "remove-inferior" and "maint info
4995 program-spaces" commands.
4996 (Process): Rename node to...
4997 (Forks): ... this. Document "set|show follow-exec-mode".
4998
2f8132f3
MS
49992009-10-11 Michael Snyder <msnyder@vmware.com>
5000
5001 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5002 (ReverseContinue): Ditto.
5003
cba4b2d3
PP
50042009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5005
5006 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 5007
da082f17
JK
50082009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5009
5010 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5011
08be9d71
ME
50122009-10-06 Michael Eager <eager@eagercon.com>
5013
5014 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5015 (Embedded Processors): Add MicroBlaze.
5016 (MicroBlaze): New. Describe Xilinx MicroBlaze
5017
08a0efd0
PA
50182009-10-04 Pedro Alves <pedro@codesourcery.com>
5019
5020 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5021
cbb8f428
EZ
50222009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5023
5024 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5025
30a4a70c
JB
50262009-09-23 Joel Brobecker <brobecker@adacore.com>
5027
5028 * observer.texi (solib_unloaded): Document explicitly the fact that
5029 this observer is called before the associated symbols are unloaded.
5030
b3372f91
VP
50312009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5032
5033 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5034 -stack-list-variables.
5035
f43030c4
TT
50362009-09-18 Tom Tromey <tromey@redhat.com>
5037
5038 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5039 is experimental.
5040
ec7e75e7
PP
50412009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5042
5043 * gdb.texinfo (convenince variables): Mention
5044 $_siginfo could be empty.
f43030c4 5045
0cc7d26f
TT
50462009-09-15 Tom Tromey <tromey@redhat.com>
5047
5048 * gdb.texinfo (GDB/MI Variable Objects): Document
5049 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5050 Expand -var-update documentation.
5051
a96d9b2e
SDJ
50522009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5053
5054 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5055 feature.
5056
005ca36a
JB
50572009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5058
5059 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5060
0d772ac9
MS
50612009-09-10 Michael Snyder <msnyder@vmware.com>
5062
5063 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5064 ReverseStep replies to the qSupported query.
5065
14fb1bac
JB
50662009-09-10 Joel Brobecker <brobecker@adacore.com>
5067
5068 Add documentation for set/show interactive-mode.
5069 * gdb.texinfo (Other Misc Settings): New node.
5070
29b090c0
DE
50712009-09-01 Doug Evans <dje@google.com>
5072
5073 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5074 non-stop mode's affect on remote caching.
5075
4e5d721f
DE
50762009-08-31 Jacob Potter <jdpotter@google.com>
5077 Doug Evans <dje@google.com>
5078
5079 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5080 Mark `set/show remotecache' options as obsolete.
5081 Document new `set/show stack-cache' option.
5082 Update text for `info dcache'.
5083
55333a84
DE
50842009-08-27 Doug Evans <dje@google.com>
5085
5086 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5087 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5088
bc3a0b4d
RW
50892009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5090
5091 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5092 about autoconf.
5093
3a1ff0b6
PA
50942009-08-25 Pedro Alves <pedro@codesourcery.com>
5095
5096 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5097 small example, and describe its columns. Replace "inferior-id" by
5098 "infno" throughout.
5099
81ecdfbb
RW
51002009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5101
af542c2e
RW
5102 * gdbint.texinfo (Releasing GDB): Point to
5103 README-maintainer-mode file for required autoconf version.
5104 * configure.ac: Do not substitute datarootdir, htmldir,
5105 pdfdir, docdir. Do not process --with-datarootdir,
5106 --with-htmldir, --with-pdfdir, --with-docdir.
5107 * configure: Regenerate.
5108
81ecdfbb
RW
5109 * configure: Regenerate.
5110
4efc6507
DE
51112009-08-20 Reid Kleckner <reid@kleckner.net>
5112
5113 * gdb.texinfo: Add chapter on JIT interface.
5114
43089a6e
NR
51152009-08-07 Nick Roberts <nickrob@snap.net.nz>
5116
5117 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 5118 confirmation request.
43089a6e 5119
99e008fe
EZ
51202009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5121
c8d5aac9
L
5122 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5123 CRC definitions.
99e008fe 5124
48cb2d85
VP
51252009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5126
5127 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 5128 -break-commands.
48cb2d85 5129
ff1a52c6
UW
51302009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5131
5132 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5133 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5134
3285f3fe
UW
51352009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5136
5137 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5138 "set spu stop-on-load" and "show spu stop-on-load" commands.
5139
e35359c5
UW
51402009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5141
5142 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5143
58d6951d
DJ
51442009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5145
5146 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5147 org.gnu.gdb.arm.neon.
5148
08d16641
PA
51492009-07-20 Pedro Alves <pedro@codesourcery.com>
5150
5151 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5152 optional element.
5153 (subsection OS ABI): New subsection.
5154
782b2b07
SS
51552009-07-14 Stan Shebs <stan@codesourcery.com>
5156
5157 * gdb.texinfo (Tracepoint Conditions): New section.
5158 (General Query Packets): Describe ConditionalTracepoints.
5159 (Tracepoint Packets): Describe condition field.
5160 (Maintenance Commands): Describe maint agent-eval.
5161 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5162
9b117ef3
HZ
51632009-07-11 Hui Zhu <teawater@gmail.com>
5164
5165 * gdb.texinfo (disassemble): Add a new modifier /r
5166 to "disassemble" command to make it print the raw instructions
5167 in hex as well as in symbolic form.
5168
f5a33284
TT
51692009-07-09 Tom Tromey <tromey@redhat.com>
5170
5171 * gdbint.texinfo (Testsuite): Document parallel make check.
5172
812f7342
TT
51732009-07-09 Tom Tromey <tromey@redhat.com>
5174
5175 * gdbint.texinfo (Testsuite): Document test transcripts.
5176
fbb8f299
PM
51772009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5178
5179 * gdb.texinfo (Values From Inferior): Add length parameter
5180 description.
5181
dd8f35ac
EZ
51822009-07-04 Chris Genly <chris@genly.us>
5183
5184 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5185 in -var-list-children. Fix example according to what the code
5186 does.
5187
2277426b
PA
51882009-07-02 Pedro Alves <pedro@codesourcery.com>
5189
5190 * gdb.texinfo (Debugging multiple inferiors): Document the
5191 "inferior", "detach inferior" and "kill inferior" commands.
5192 (Debugging Programs with Multiple Processes): Adjust to mention
5193 generic "inferior" commands. Delete mention of "detach fork" and
5194 "delete fork". Cross reference to "Debugging multiple inferiors"
5195 section.
5196
a6d9a66e
UW
51972009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5198
5af949e3
UW
5199 * gdbint.texinfo (Item Output Functions): Update signature
5200 for ui_out_field_core_addr.
5201
52022009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5203
5204 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
5205 Update example code extrated from breakpoint.c.
5206
9901a55b 52072009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 5208
9901a55b
PP
5209 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5210 MI commands.
5211 (GDB/MI Symbol Query): Likewise.
5212 (GDB/MI File Commands): Likewise.
5213 (GDB/MI File Transfer Commands): Likewise.
5214 (GDB/MI Target Manipulation): Likewise.
5215 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 5216
edb3359d
DJ
52172009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5218
5219 * gdb.texinfo (Debugging Optimized Code): New chapter.
5220 (Compiling for Debugging): Reference it. Move some
5221 text to the new section.
5222
7cd1089b
PM
52232009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5224
5225 * doc/gdb.texinfo (Calling): Document
5226 set-unwind-on-terminating-exception usage.
5227
d4db2f36
PA
52282009-06-11 Pedro Alves <pedro@codesourcery.com>
5229
5230 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5231 command.
5232
d1a7880c
PA
52332009-06-07 Pedro Alves <pedro@codesourcery.com>
5234
5235 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5236 references.
5237
473f94e6
UW
52382009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5239
5240 * gdbint.texinfo: Rename formal parameters to gdbarch function
5241 protoypes from "current_gdbarch" to "gdbarch".
5242
8f500870
TT
52432009-05-28 Tom Tromey <tromey@redhat.com>
5244
5245 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5246
b6313243
TT
52472009-05-27 Tom Tromey <tromey@redhat.com>
5248
5249 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5250 feature.
5251 (GDB/MI Variable Objects): Document -var-set-visualizer.
5252
52532009-04-02 Tom Tromey <tromey@redhat.com>
5254
5255 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5256 feature.
5257 (GDB/MI Variable Objects): Document -var-set-visualizer.
5258
a6bac58e
TT
52592009-05-27 Tom Tromey <tromey@redhat.com>
5260 Thiago Jung Bauermann <bauerman@br.ibm.com>
5261 Phil Muldoon <pmuldoon@redhat.com>
5262
5263 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5264 (Pretty Printing): New node.
5265 (Selecting Pretty-Printers): Likewise.
5266 (Python API): Update.
5267 (Output Formats): Document /r format.
5268
2c74e833
TT
52692009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5270 Tom Tromey <tromey@redhat.com>
5271
5272 * gdb.texinfo (Types In Python): New node.
5273 (Values From Inferior): "type" is now an attribute.
5274 (Python API): Update.
5275
89c73ade
TT
52762009-05-27 Tom Tromey <tromey@redhat.com>
5277 Thiago Jung Bauermann <bauerman@br.ibm.com>
5278 Phil Muldoon <pmuldoon@redhat.com>
5279
5280 * gdb.texinfo: Add @syncodeindex for `tp'.
5281 (Python API): Update.
5282 (Auto-loading): New node.
5283 (Objfiles In Python): New node.
5284
17a37d48
PP
52852009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5286
5287 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 5288
6718376f
NR
52892009-05-15 Nick Roberts <nickrob@snap.net.nz>
5290
5291 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5292
cbe54154
PA
52932009-05-12 Pedro Alves <pedro@codesourcery.com>
5294
5295 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5296 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5297 show show-debug-regs' docs.
5298
8e05493c
EZ
52992009-05-08 Eli Zaretskii <eliz@gnu.org>
5300
5301 * gdb.texinfo (Process Record and Replay): Add description of
5302 reverse execution.
5303
b39f4988
JB
53042009-05-07 Joel Brobecker <brobecker@adacore.com>
5305
5306 * gdbint.texinfo (Adding support for debugging core files): New node.
5307 (Native Debugging): Remove the ``Native core file Support'' section.
5308
a2311334
EZ
53092009-05-01 Eli Zaretskii <eliz@gnu.org>
5310
5311 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5312 Add index entries.
5313
53cc454a 53142009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 5315 Michael Snyder <msnyder@vmware.com>
53cc454a 5316
a2311334
EZ
5317 * gdb.texinfo: (Process Record and Replay): Add documentation for
5318 process record and replay.
53cc454a 5319
484086b7
JK
53202009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5321
5322 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5323 a new part on command-line defined macros.
5324
32ae1842
EZ
53252009-04-25 Eli Zaretskii <eliz@gnu.org>
5326
5327 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5328 clarify the wording.
5329
b14b1491
TT
53302009-04-23 Tom Tromey <tromey@redhat.com>
5331
5332 * gdb.texinfo (Data Files): New node.
5333 (GDB Files): Update menu.
5334
5c1e86e1
JB
53352009-04-23 Joel Brobecker <brobecker@adacore.com>
5336
5337 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 5338 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 5339
83eba9b7
VP
53402009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5341
5342 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5343
e31198c4
HZ
53442009-04-22 Hui Zhu <teawater@gmail.com>
5345
5346 * gdb.texinfo (disassemble-next-line): Set the default of
5347 disassemble-next-line to off.
5348
26e251b6
JM
53492009-04-21 Joseph Myers <joseph@codesourcery.com>
5350
5351 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5352 --with-htmldir): New.
5353 * configure: Regenerate.
5354 * Makefile.in (datarootdir, docdir): Define.
5355 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5356 instead of $(SET_TEXINPUTS).
5357 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5358 gdbint.info instead of $(SET_TEXINPUTS).
5359 (gdbint/index.html): Use same -I options as for building
5360 gdbint.info.
5361 (stabs.dvi, stabs.pdf): Use same -I options as for building
5362 stabs.info instead of $(SET_TEXINPUTS).
5363 (stabs/index.html): Use same -I options as for building
5364 stabs.info.
5365 (annotate.dvi, annotate.pdf): Use same -I options as for building
5366 annotate.info instead of $(SET_TEXINPUTS).
5367 (annotate/index.html): Use same -I options as for building
5368 annotate.info.
5369
eac35c4e
DD
53702009-04-21 David Daney <ddaney@caviumnetworks.com>
5371
5372 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5373
29b0e8a2
JM
53742009-04-21 Joseph Myers <joseph@codesourcery.com>
5375
5376 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5377
2b831889 53782009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 5379 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
5380
5381 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5382 (MAKEHTMLFLAGS): Set to empty.
5383 (html__strip_dir): Define.
5384 (HTMLFILES): Define.
5385 (HTMLFILES_INSTALL): Define.
5386 (install-html): Copy new automake rule.
5387 (html): Depend on $(HTMLFILES).
5388 (gdb_toc.html): Rename to gdb/index.html.
5389 (gdbint_toc.html): Rename to gdbint/index.html.
5390 (stabs_toc.html): Rename to stabs/index.html.
5391 (annotate_toc.html): Rename to annotate/index.html.
5392
89a34d1b
JM
53932009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5394
5395 * Makefile.in: Set pdfdir and htmldir from configure
5396 substitutions.
5397 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5398 * configure: Regenerate.
5399
a2d5da46
JB
54002009-04-16 Joel Brobecker <brobecker@adacore.com>
5401
5402 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5403 This macro is no longer used.
5404
732f6a93
TT
54052009-04-15 Tom Tromey <tromey@redhat.com>
5406
5407 * gdb.texinfo (Character Sets): Document default character set.
5408
87f9adc1
PM
54092009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5410
5411 * gdbint.texinfo: Change server name from sources.redhat.com to
5412 sourceware.org throughout.
5413
2c88c651
JB
54142009-04-09 Joel Brobecker <brobecker@adacore.com>
5415
5416 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5417 about a missing dot or coma after @xref.
5418
4f5376b2
JB
54192009-04-02 Joel Brobecker <brobecker@adacore.com>
5420
5421 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5422 example, and add a small explanation about it.
5423 (Print Settings): Change the documentation of the "set print
5424 frame-arguments" to reflect the fact that the default is now "scalars".
5425
a0381d3a
JB
54262009-04-02 Joel Brobecker <brobecker@adacore.com>
5427
5428 * gdb.texinfo (Print Settings): Add kindex for command "set
5429 print frame-arguments".
5430
45ac276d
JB
54312009-03-31 Joel Brobecker <brobecker@adacore.com>
5432
5433 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5434 breakpoints.
5435 (Set Breaks): Add reference to thread-specific and task-specific
5436 breakpoints.
5437
32cd1edc
JB
54382009-03-31 Joel Brobecker <brobecker@adacore.com>
5439
5440 * gdb.texinfo (Ada Tasks): Remove the documentation about
5441 the "Running" state, as this state has been eliminated.
5442 Now all runnable tasks are shown as "Runnable".
5443
1042e4c0
SS
54442009-03-30 Stan Shebs <stan@codesourcery.com>
5445
5446 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5447 special case of breakpoints.
5448 (Enable and Disable Tracepoints): Mention deprecation.
5449 (Listing Tracepoints): Update description and example.
5450
f8f6f20b
TJB
54512009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5452
5453 * gdb.texinfo (Frames in Python): New node.
5454 (Python API): Update.
5455
c0c6f777
TJB
54562009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5457
5458 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5459 from a method to an attribute.
5460
def2b000
TJB
54612009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5462
5463 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5464 attribute.
5465
a07daef3
PA
54662009-03-25 Pedro Alves <pedro@codesourcery.com>
5467
5468 * observer.texi (thread_exit): Add "silent" parameter.
5469
f3b1572e
PA
54702009-03-22 Pedro Alves <pedro@codesourcery.com>
5471
5472 * observer.texi (about_to_proceed): New.
5473
587afa38
EZ
54742009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5475
5476 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5477 field throughout to handle types with spaces in them. Fix typos
5478 found by aspell.
5479 (Summary, Requirements, Contributors): New first chapter,
5480 "Summary" added, old Requirements section moved there, and new
5481 section, "Contributors" added.
5482 (Initializing a New Architecture, Register Representation)
5483 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5484 (Porting gdb): These sections extended and updated.
5485 (Compiler Characteristics): This section (empty) deleted.
5486 (Defining Other Architecture Features): This section renamed and
5487 duplicate material removed from (formerly "Target Conditionals").
5488 Use braces {} in @deftypeXX type field throughout to handle types
5489 with spaces in them. Typos found by aspell fixed.
5490
5491 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5492 * stack_frame.pdf: Version of image for PDF output.
5493 * stack_frame.png: Version of image for HTML output and for Emacs.
5494 * stack_frame.txt: Version of image for Info output.
1db61298 5495 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 5496
10af6951
EZ
54972009-03-21 Eli Zaretskii <eliz@gnu.org>
5498
5499 * gdb.texinfo (Character Sets): Fix last change.
5500
cc924cad
TJB
55012009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5502
5503 * gdb.texinfo (Values From Inferior): Fix optional arguments
5504 markup.
5505 (Commands In Python): Adjust argument names of gdb.Command.__init__
5506 to what the function accepts as keywords.
5507
bc3b79fd
TJB
55082008-03-20 Tom Tromey <tromey@redhat.com>
5509
5510 * gdb.texinfo (Convenience Vars): Document convenience functions.
5511 (Functions In Python): New node.
5512 (Python API): Update.
5513
6c7a06a3
TT
55142009-03-20 Tom Tromey <tromey@redhat.com>
5515
5516 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5517 set target-wide-charset.
5518 (Requirements): Mention iconv.
5519
b646ddd4
HZ
55202009-03-17 Hui Zhu <teawater@gmail.com>
5521
5522 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5523
91440f57
HZ
55242009-03-17 Hui Zhu <teawater@gmail.com>
5525
5526 * gdb.texinfo: Add documentation for disassemble-next-line.
5527
8fd41227
TJB
55282009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5529
5530 * gdb.texinfo (Commands In Python): Remove tindex entries.
5531
61ff14c6
JK
55322009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5533
5534 * gdb.texinfo (Returning): New description for missing debug info.
5535
0b16c5cf
PA
55362009-03-14 Pedro Alves <pedro@codesourcery.com>
5537
5538 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 5539 (General Query Packets): Document qAttached.
0b16c5cf 5540
32fc0df9
PA
55412009-03-05 Pedro Alves <pedro@codesourcery.com>
5542
5543 * gdb.texinfo (Background Execution): Better describe the set
5544 target-async command.
5545 (Maintenance Commands): Delete description of the `maint set/show
5546 linux-async' and `maint set/show remote-async' commands.
5547
134eb42c
VP
55482009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5549
5550 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5551 between sentences.
5552
c86cf029
VP
55532009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5554
5555 * gdb.texinfo (GDB/MI Async Records): Document the
5556 =library-loaded and =library-unloaded notifications.
5557
3ea85240
VP
55582009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5559
5560 * observer.texi (test_notification): New observer.
5561
1d33d6ba
VP
55622009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5563
61ff14c6
JK
5564 * observer.texi: Add parameter 'print_frame' to normal_stop
5565 observer.
1d33d6ba 5566
d721c933
EZ
55672009-02-07 Eli Zaretskii <eliz@gnu.org>
5568
5569 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5570 (Commands In Python): Fix COMMAND_* constants in last change. Use
5571 @kbd for interactive input. Add cross-references and index
5572 entries.
5573
4aa995e1
PA
55742009-02-06 Pedro Alves <pedro@codesourcery.com>
5575
5576 * gdb.texinfo (Signals): Document $_siginfo.
5577 (Convenience Variables): Mention $_siginfo.
5578 (Remote Configuration): Document qXfer:siginfo:read,
5579 qXfer:siginfo:write packets, and the read-siginfo-object,
5580 write-siginfo-object commands.
5581
5f5233d4
PA
55822009-02-06 Pedro Alves <pedro@codesourcery.com>
5583
5584 * gdbint.texinfo (Values): New chapter.
5585
d8906c6f
TJB
55862009-02-06 Tom Tromey <tromey@redhat.com>
5587
5588 * gdb.texinfo (Python API): Add entry for Commands In Python.
5589 (Commands In Python): New node.
5590
b6cb8e7d
TJB
55912009-02-05 Tom Tromey <tromey@redhat.com>
5592
5593 * gdb.texinfo (Values From Inferior): Document Value.string.
5594
12453b93
TJB
55952009-02-05 Tom Tromey <tromey@redhat.com>
5596
5597 * gdb.texinfo (Basic Python): Document execute's from_tty
5598 argument.
5599
08c637de
TJB
56002009-02-04 Tom Tromey <tromey@redhat.com>
5601
5602 * gdb.texinfo (Basic Python): Document gdb.history.
5603
592375cd
VP
56042009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5605
5606 * gdb.texinfo (GDB/MI Thread Commands): Document the
5607 'current-thread-id' field. Remove the example with zero threads,
5608 since current GDB won't ever report that if there's inferior.
5609
41447f92
VP
56102009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5611
5612 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5613 option to -break-insert.
5614
098b41a6
JG
56152009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5616 Jerome Guitton <guitton@adacore.com>
5617
5618 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5619 (System-wide configuration): New section.
5620
3c16cced
PA
56212009-01-26 Pedro Alves <pedro@codesourcery.com>
5622
5623 PR gdb/7580:
5624 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5625 internal-error|internal-warning quit|corefile ask|yes|no".
5626
62709adf
PA
56272009-01-26 Pedro Alves <pedro@codesourcery.com>
5628
5629 * gdb.texinfo (Using the `gdbserver' Program): Document
5630 --remote-debug.
5631
7ce58dd2
DE
56322009-01-23 Doug Evans <dje@google.com>
5633
5634 * gdb.texinfo: Add nexti to list of commands that support
5635 background execution.
5636
adb483fe
DJ
56372009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5638
5639 * gdb.texinfo (Define, Hooks): Document prefix command support.
5640
a67ec3f4 56412009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 5642 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
5643
5644 Fixes for makeinfo --html.
5645
5646 * annotate.texinfo: Use @copying and @insertcopying. Use
5647 @ifnottex in place of @ifinfo.
5648 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5649 place of @ifinfo. Use @ifnotinfo for one index entry.
5650 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5651 in place of @ifinfo.
5652 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5653 in place of @ifinfo. Include contents at start unconditionally.
5654
84fcdf95
PA
56552009-01-13 Pedro Alves <pedro@codesourcery.com>
5656
5657 * gdb.texinfo (General Query Packets): Remove @var{} around the
5658 "spu" literal string.
5659
fa3a767f
PA
56602009-01-07 Pedro Alves <pedro@codesourcery.com>
5661
5662 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5663 program may be running in another process" errors.
5664 * gdbint.texinfo (Native Conditionals): Delete
5665 ONE_PROCESS_WRITETEXT description.
5666
9cb011d3
JB
56672009-01-07 Joel Brobecker <brobecker@adacore.com>
5668
5669 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5670 emacs local variable to be placed at the end of the ChangeLog.
5671 Add server.c and gdbreplay.c to the list of files where the
5672 copyright year needs to be updated.
5673
84603566
SL
56742009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5675
5676 * gdb.texinfo (Remote Configuration): Document new
5677 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5678 commands.
5679
a53f55d8
PA
56802008-12-28 Pedro Alves <pedro@codesourcery.com>
5681
5682 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5683 FETCH_INFERIOR_REGISTERS.
5684 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5685 FETCH_INFERIOR_REGISTERS descriptions. Remove
5686 gdbarch_get_longjmp_target descrition, since already described in
5687 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5688 (Target Conditionals): ... here.
5689
077e0a52
JB
56902008-12-16 Joel Brobecker <brobecker@adacore.com>
5691
5692 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5693 examples.
5694 (Additions to Ada): Likewise. Add the missing opening and closing
5695 parenthesis of the GDB prompt in one of the examples.
5696
023eb17c
JB
56972008-12-14 Joel Brobecker <brobecker@adacore.com>
5698
5699 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5700 about the result of 'Address not being of type System.Address.
5701 This problem has been fixed a while ago.
5702
c3b108f7
VP
57032008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5704
5705 MI non-stop and multiprocess docs.
5706
c8d5aac9
L
5707 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5708 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5709 Adjust documentation for *stopped, document =thread-created,
5710 =thread-exited, =thread-group-created and =thread-group-exited.
5711 (GDB/MI Thread Commands): Document the 'state' field in
5712 -thread-info output.
5713 (GDB/MI Program Execution): Mention --all and --thread-group
5714 options.
5715 (GDB/MI Variable Objects): Describe floating and fixed variable
5716 objects.
5717 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 5718
07e059b5
VP
57192008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5720
c8d5aac9
L
5721 * gdb.texinfo (Operating System Information): New appendix.
5722 (Operating System Auxiliary Information): Document 'info os processes'
5723 (Remote Configuration): Document 'osdata'
5724 (General Query Packets): Document qXfer:osdata:read.
07e059b5 5725
a80b95ba
TG
57262008-11-27 Tristan Gingold <gingold@adacore.com>
5727
5728 * gdb.texinfo (Darwin): Document Darwin specific features.
5729
a655d424
JK
57302008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5731
5732 * gdbint.texinfo (Target Conditionals): Extend the
5733 gdbarch_breakpoint_from_pc description.
5734
249e1128
VP
57352008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5736
5737 * gdb.texinfo (M68K Features): Fix typo.
5738
c14c28ba
PP
57392008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5740
5741 * gdb.texinfo (Symbols): Mention printing containing
5742 image name in "info symbol".
5743 (Maint translate-address): Likewise.
889bf7c5 5744
394a6666
JB
57452008-11-18 Joel Brobecker <brobecker@adacore.com>
5746
5747 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5748 commands "catch load" and "catch unload".
5749
66bb093b
VP
57502008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5751
5752 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 5753 =thread-selected.
889bf7c5 5754
4a92f99b
VP
57552008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5756
c8d5aac9 5757 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 5758
f0323ca0
PA
57592008-10-27 Pedro Alves <pedro@codesourcery.com>
5760
5761 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5762 .mt files, TM_CLIBS or TM_CDEPS.
5763 (x86 Watchpoints): Don't mention TDEPFILES.
5764
8b23ecc4
SL
57652008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5766
5767 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5768 (Overview): Mention notifications and non-stop mode behavior.
5769 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5770 with non-stop mode behavior. Add vStopped description.
5771 (Stop Reply Packets): Update list of packets that return
5772 stop replies. Mention non-stop behavior.
5773 (General Query Packets): Document QNonStop packet and associated
5774 qSupported query response.
5775 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5776 behavior.
5777 (Notification Packets): New section.
5778 (Remote Non-Stop): New section.
5779 (File-I/O Overview): Mention non-stop behavior.
5780
fff08868
HZ
57812008-10-24 Hui Zhu <teawater@gmail.com>
5782 Pedro Alves <pedro@codesourcery.com>
5783
5784 * gdb.texinfo (displaced-stepping): Describe the auto mode
5785 setting, and say it's the default. This is now a mainstream
5786 setting instead of a maintenance setting.
5787
252fbfc8
PA
57882008-10-23 Pedro Alves <pedro@codesourcery.com>
5789
5790 * observer.texi (thread_stop_requested): New.
5791
20924a55
JB
57922008-10-22 Joel Brobecker <brobecker@adacore.com>
5793
5794 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5795 (Patching): Replace incorrect usage of @samp by @kbd.
5796
bacec72f
MS
57972008-10-17 Michael Snyder <msnyder@vmware.com>
5798
5799 * gdb.texinfo: Add documentation for reverse execution.
5800
a08702d6 58012008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 5802 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
5803
5804 * gdb.texinfo. (Values From Inferior): New subsubsection.
5805
d97bc12b
DE
58062008-10-06 Doug Evans <dje@google.com>
5807
5808 * gdb.texinfo (set debug dwarf2-die): Document it.
5809
87f67dba
JB
58102008-10-01 Joel Brobecker <brobecker@adacore.com>
5811
5812 * gdb.texinfo (catch) [exception]: Document how to insert
5813 a breakpoint on user-defined exceptions when the exception
5814 name is identical to one of the language-defined ones.
5815
2fae03e8
TT
58162008-09-27 Tom Tromey <tromey@redhat.com>
5817
5818 * gdb.texinfo (Macros): Remove text about stringification,
5819 varargs, and splicing.
5820
5c6ce71d
TT
58212008-09-27 Tom Tromey <tromey@redhat.com>
5822
5823 * gdbint.texinfo (Language Support): Remove text about omitting
5824 support for a language.
5825
07128da0
DE
58262008-09-23 Doug Evans <dje@google.com>
5827
5828 * gdb.texinfo (info dcache): Update.
5829
b90a069a
SL
58302008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5831
5832 * gdb.texinfo (Packets): Add info on thread-id syntax and
5833 multiprocess extensions.
5834 <D>: Document multiprocess form of packet.
5835 <H>: Use thread-id syntax.
5836 <T>: Likewise.
5837 <vCont>: Likewise. Note this is required for multiprocess.
5838 <vKill>: New packet.
5839 (Stop Reply Packets) <T>: Use thread-id syntax.
5840 <W>: Document multiprocess form of reply.
5841 <X>: Likewise.
5842 (General Query Packets) <qC>: Use thread-id syntax.
5843 <qfThreadInfo>: Likewise.
5844 <qGetTLSAddr>: Likewise.
5845 <qP>: Likewise.
5846 <qSupported>: Add "multiprocess" feature.
5847 <qThreadExtraInfo>: Use thread-id syntax.
5848
b77209e0
PA
58492008-09-22 Stan Shebs <stan@codesourcery.com>
5850
5851 * gdb.texinfo (Inferiors): New section.
5852
3d0bb823
PA
58532008-09-12 Pedro Alves <pedro@codesourcery.com>
5854
5855 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5856
f8dcfc0a
UW
58572008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5858
5859 * gdbint.texinfo (Target Conditionals): Remove documentation
5860 for gdbarch_name_of_malloc.
5861
8775bb90
MS
58622008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5863
5864 * gdb.texinfo (Interrupts): Mention TCP interface for
5865 sending BREAK.
5866
f1838a98
UW
58672008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5868
5869 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5870 argument prefix to "set sysroot".
5871
158c7665
PH
58722008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5873
5874 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5875 and False.
5876
30e026bb
VP
58772008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5878
c8d5aac9
L
5879 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5880 for possible features of -list-features.
30e026bb 5881
c6ebd6cf
VP
58822008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5883
c8d5aac9 5884 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
5885 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5886
aeac0ff9
VP
58872008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5888
5889 * doc/gdb.texinfo (PowerPC): Fix typo.
5890 (PowerPC features): Fix typo.
5891
5231c1fd
PA
58922008-08-18 Pedro Alves <pedro@codesourcery.com>
5893
5894 * observer.texi (thread_ptid_changed): New.
5895
677c5bb1
LM
58962008-08-18 Luis Machado <luisgpm@br.ibm.com>
5897
5898 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5899 (PowerPC features): Mention feature set for VSX registers.
5900
f3a2dd1a
JB
59012008-08-13 Joel Brobecker <brobecker@adacore.com>
5902
5903 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5904 the direct visibility of all names in user-written packages.
5905
33e5cbd6
PA
59062008-08-13 Pedro Alves <pedro@codesourcery.com>
5907
5908 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5909 setting, and make it the default.
5910 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5911 non-stop script example.
5912
d0384fc4
TJB
59132008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5914
5915 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5916 reference to the "Using Different Register and Memory Data
5917 Representation" section.
5918
a6f3e723
SL
59192008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5920
5921 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5922 (Remote Protocol): Add Packet Acknowledgment to menu.
5923 (Overview): Mention +/- can be disabled, and point to new section
5924 where this is discussed in detail.
5925 (General Query Packets): Document QStartNoAckMode packet, and
5926 corresponding qSupported reply.
5927 (Packet Acknowledgment): New section.
5928
0606b73b
SL
59292008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5930 Pedro Alves <pedro@codesourcery.com>
5931
5932 * gdb.texinfo (Threads): Move paragraph about automatic thread
5933 selection to All-Stop Mode subsection.
5934 (Thread Stops): Reorganize existing material into subsections.
5935 Add introductory blurb and menu.
5936 (Non-Stop Mode): New subsection.
5937 (Background Execution): New subsection.
5938 (Maintenance Commands): Add cross-references from async mode
5939 commands to the new Background Execution section.
5940
d57a3c85
TJB
59412008-08-06 Tom Tromey <tromey@redhat.com>
5942
5943 * gdb.texinfo (Extending GDB): New chapter.
5944 (Sequences): Demoted chapter, now a section under the new
5945 Extending GDB chapter.
5946 (Python): New section.
5947
6d76a53d
SS
59482008-07-31 Stan Shebs <stan@codesourcery.com>
5949
5950 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5951
1f70da6a
SS
59522008-07-29 Stan Shebs <stan@codesourcery.com>
5953
5954 * gdbint.texinfo: General round of cleanup and minor
5955 clarifications.
5956 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5957 (Longjmp Support): Update description to reflect how it is done
5958 for targets without using native header.
5959 (Symbol Handling): Add a little more general explanation.
5960 (COFF, ELF): Mention stabs encapsulation.
5961 (DWARF 3): New section.
5962 (Adding a New Host): Scrub out some obsolete bits.
5963 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5964 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5965 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5966 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5967 SEEK_SET, STOP_SIGNAL, USG.
5968 (Raw and Virtual Register Representations): Ditto for
5969 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5970 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5971 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5972 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5973 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5974 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5975 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5976 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5977 DEPRECATED_USE_STRUCT_CONVENTION.
5978 Describe gdbarch_deprecated_fp_regnum.
5979 Update description of gdbarch_print_insn.
5980 (Adding a New Target): Scrub out obsolete bits.
5981 (Obsolete Conditionals): Remove entire section.
5982
383f836e
TT
59832008-07-25 Tom Tromey <tromey@redhat.com>
5984
5985 * observer.texi (GDB Observers): Document new observers:
5986 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5987 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5988 architecture_changed.
5989
cfd8ab24
SS
59902008-07-21 Stan Shebs <stan@codesourcery.com>
5991
5992 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5993 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5994
781b42b0
TT
59952008-07-21 Tom Tromey <tromey@redhat.com>
5996
5997 * observer.texi (GDB Observers): Remove obsolete comment.
5998 <executable_changed>: Remove argument.
5999
d7d9f01e
TT
60002008-07-18 Tom Tromey <tromey@redhat.com>
6001
6002 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6003
bf250677
DE
60042008-07-10 Doug Evans <dje@google.com>
6005
6006 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6007
10568435
JK
60082008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6009
6010 * gdb.texinfo (Starting): Document "set disable-randomization".
6011
5ae4183a
AS
60122008-07-07 Andreas Schwab <schwab@suse.de>
6013
6014 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6015
b56e7235
VP
60162008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6017
6018 * gdb.texinfo (GDB/MI Target Manipulation): Add
6019 example of -target-attach.
6020
e1ac3328
VP
60212008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6022
6023 * observer.texi (target_resumed): New observer.
5ae4183a 6024 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 6025
65d12d83
TT
60262008-06-06 Tom Tromey <tromey@redhat.com>
6027
6028 * gdb.texinfo (Completion): Add field name example.
6029
fbc5282e
MK
60302008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6031
6032 * gdb.texinfo (GDB/MI Program Context): Added example
6033 to -exec-arguments
5ae4183a 6034
fbc5282e 60352008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
6036
6037 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6038 annotation.
6039
c16158bc 60402008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
6041 Nathan Sidwell <nathan@codesourcery.com>
6042 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
6043
6044 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6045 and ACX_BUGURL.
6046 * configure: Regenerate.
6047 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6048 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6049 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6050 mailing-list-specific text about bug reporting unless
6051 BUGURL_DEFAULT.
6052
75c99385
PA
60532008-06-05 Pedro Alves <pedro@codesourcery.com>
6054
6055 * gdb.texinfo (-target-select): Remove reference to target async.
6056 (Maintenance Commands): Document "maint set/show remote-async".
6057
1763a388
MK
60582008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6059
6060 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6061 in -target-file-get section.
5ae4183a 6062
d0d064df
PA
60632008-05-22 Pedro Alves <pedro@codesourcery.com>
6064
9b562ab8
PA
6065 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6066 killing the inferior when it is already debugging a process.
d0d064df 6067
8dfa32fc
JB
60682008-05-21 Joel Brobecker <brobecker@adacore.com>
6069
6070 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6071 abbreviation for "finish".
6072
55f996a7
NR
60732008-05-21 Nick Roberts <nickrob@snap.net.nz>
6074
6075 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6076
ba2b1c56
DJ
60772008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6078
6079 * gdbint.texinfo (Target Conditionals): Delete entry for
6080 gdbarch_dwarf_reg_to_regnum.
6081
08388c79
DE
60822008-05-09 Doug Evans <dje@google.com>
6083
a3c83fae 6084 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 6085
d14508fe
DE
60862008-05-05 Doug Evans <dje@google.com>
6087
6088 * gdb.texinfo (disassemble): Document /m modifier.
6089
e2b7ddea
VP
60902008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6091
5ae4183a
AS
6092 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6093 will not report the time of commands that run the target.
e2b7ddea 6094
8eb41542
VP
60952008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6096
6097 * gdb.texinfo (GDB/MI Output Records): Add
6098 missing semicolon.
6099
82f68b1c
VP
61002008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6101
6102 * gdb.texinfo (GDB/MI Output Records):
6103 Document =thread-create and =thread-exited.
6104
fa0f268d
VP
61052008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6106
6107 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 6108 Remove mention of dmi-discuss.
fa0f268d 6109
063bfe2e
VP
61102008-05-03 Pedro Alves <pedro@codesourcery.com>
6111
6112 * observer.texi (thread_exit): New.
6113
237fc4c9
PA
61142008-05-02 Pedro Alves <pedro@codesourcery.com>
6115
6116 * gdb.texinfo (Debugging Output): Document "set/show debug
6117 displaced".
6118 (Maintenance Commands): Document "maint set/show
6119 can-use-displaced-stepping".
6120
0428b8f5
DJ
61212008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6122
6123 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6124 and set/show arm force-mode.
6125
5009afc5
AS
61262008-05-02 Andreas Schwab <schwab@suse.de>
6127
6128 * gdbint.texinfo (Algorithms): Describe
6129 target_watchpoint_addr_within_range.
6130
669fac23
DJ
61312008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6132
6133 * gdbint.texinfo (Stack Frames): New chapter.
6134 (Algorithms): Move Frames text to the new chapter.
6135 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6136 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6137
721c02de
VP
61382008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6139
5ae4183a
AS
6140 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6141 output does not necessary include any tokens.
721c02de 6142
c055b101
CV
61432008-04-22 Corinna Vinschen <vinschen@redhat.com>
6144
6145 * gdb.texinfo (Set SH Calling convention): New @item.
6146 (Show SH Calling convention): Ditto.
6147
68837c9d
MD
61482008-04-22 Markus Deuling <deuling@de.ibm.com>
6149
6150 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6151
2e9132cc
EZ
61522008-04-20 Eli Zaretskii <eliz@gnu.org>
6153
6154 * gdb.texinfo (Set Breaks): Mention that multiple location
6155 breakpoints need line number info. Add index entries.
6156
31fffb02
CS
61572008-04-19 Craig Silverstein <csilvers@google.com>
6158
6159 * gdb.texinfo (Requirements): Add an optional requirement on
6160 zlib.
6161 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6162 Compressed DWARF 2.
6163
a47ec5fe
AR
61642008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6165
6166 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6167 sample output for 'stopped,reason="breakpoint-hit"' message.
6168 (GDB/MI Program Execution): Likewise.
6169
de051565
MK
61702008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6171
5ae4183a 6172 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
6173 -var-set-format. Add -f option to -var-evaluate-expression.
6174
6ba66d6a
JB
61752008-04-03 Joel Brobecker <brobecker@adacore.com>
6176
6177 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6178 new node "Ambiguous Expressions". Replace references to this
6179 node by references to "Ambiguous Expressions" throughout.
6180 (Ambiguous Expressions): New node.
6181
1e26b4f8
DJ
61822008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6183
6184 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6185
b84876c2
PA
61862008-03-21 Pedro Alves <pedro@codesourcery.com>
6187
6188 * gdb.texinfo (Debugging Output): Document
6189 "set/show debug lin-lwp-async".
6190 (Maintenance Commands): Document "maint set/show linux-async".
6191
63092375
DJ
61922008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6193
6194 * gdb.texinfo (Expressions): Update description of malloced arrays.
6195
8e8901c5
VP
61962008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6197
6198 * gdb.texinfo (Thread Commands): Document
6199 -thread-info. Remove -thread-list-all-threads.
6200
1fddbabb
PA
62012008-03-14 Pedro Alves <pedro@codesourcery.com>
6202 Sandra Loosemore <sandra@codesourcery.com>
6203
6204 * gdb.texinfo (Library List Format): Update to mention the
6205 possibility to pass section addresses instead of segment
6206 addresses.
6207
ccd213ac
DJ
62082008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6209
6210 * gdb.texinfo (Starting): Document "set exec-wrapper".
6211 (Server): Document gdbserver --wrapper.
6212
fa4727a6
DJ
62132008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6214
6215 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6216 unreadable memory. Delete obsolete SPARClite reference.
6217
8edfe269
DJ
62182008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6219
6220 * gdb.texinfo (Starting): Mention always-running targets.
6221 (Target Commands): Add an anchor for load.
6222 (Connecting): Explain continue instead of run.
6223
1843f87b
DJ
62242008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6225
6226 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6227
f9082629
NR
62282008-02-26 Nick Roberts <nickrob@snap.net.nz>
6229
6230 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6231 breakpoint table.
6232
fd96d250
PA
62332008-02-19 Pedro Alves <pedro@codesourcery.com>
6234
6235 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6236 killing the inferior when it is already debugging a process.
6237
36af4ef6
MD
62382008-02-13 Markus Deuling <deuling@de.ibm.com>
6239
6240 * gdbint.texinfo (Build Script): New section. Mention new build script
6241 gdb_buildall.sh.
6242
cda4ce5a
JB
62432008-02-01 Jim Blandy <jimb@red-bean.com>
6244
6245 * gdb.texinfo (Help): Summarize 'info args' correctly.
6246
4acd40f3
TJB
62472008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6248
6249 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6250 available in PowerPC architecture.
6251 (Embedded Processors): Change node name of PowerPC item in menu.
6252 (PowerPC): Rename to...
6253 (PowerPC Embedded): this.
6254 (Architectures): Add new PowerPC item in menu.
6255 (PowerPC): New node.
6256
6e6c6f50
DJ
62572008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6258
6259 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6260 commands.
6261
5ee187d7
DJ
62622008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6263
6264 * gdb.texinfo (Setting Catchpoints): Mention features
6265 supported on GNU/Linux.
6266
e275c0d9
NR
62672008-01-30 Nick Roberts <nickrob@snap.net.nz>
6268
6269 * gdb.texinfo (GDB/MI File Commands): Describe new output
6270 field for MI command -file-list-exec-source-file.
6271
2d717e4f
DJ
62722008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6273
6274 * gdb.texinfo (Using the `gdbserver' Program): Add security
6275 warning. Rearrange into subsections and subsubsections. Document
6276 --multi and --debug. Correct --with-sysroot typo. Update --attach
6277 usage. Make load reference clearer. Document monitor exit.
6278 (Remote Configuration): Document set remote exec-file, attach-packet,
6279 and run-packet.
6280 (Packets): Document vAttach and vRun.
6281
d35a4257 62822008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
6283
6284 * gdb.texinfo (Processes): Mention process command.
889bf7c5 6285 detach-on-follow -> detach-on-fork.
f663676d 6286
c78d192c
DJ
62872008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6288
6289 * gdbint.texinfo (Native Conditionals): Remove
6290 SHELL_COMMAND_CONCAT and SHELL_FILE.
6291
d35a4257
EZ
62922008-01-26 Eli Zaretskii <eliz@gnu.org>
6293
6294 * gdb.texinfo (Specify Location): Improve wording.
6295
93815fbf
VP
62962008-01-23 Chris Demetriou <cgd@google.com>
6297
6298 * gdb.texinfo (Threads): Document new "set print thread-events"
6299 and "show print thread-events" commands.
6300
2a25a5ba
EZ
63012008-01-19 Eli Zaretskii <eliz@gnu.org>
6302
6303 * gdb.texinfo (Specify Location): New section.
6304 (Delete Breaks, Edit, Set Breaks): Remove description of
6305 locations. Instead, add a reference to "Specify Location".
6306 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6307 (Symbols): Refer to "Specify Location" for the valid forms of
6308 linespecs and locations.
6309
32c9a795
MD
63102008-01-18 Markus Deuling <deuling@de.ibm.com>
6311
6312 * gdbint.texinfo (Target Conditionals): Replace the description of
6313 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6314
b17828ca
JB
63152008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6316
6317 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6318 about &&var, which is rejected by the expression parser.
6319
0aea4bf3
LM
63202008-01-09 Luis Machado <luisgpm@br.ibm.com>
6321
6322 * gdb.texinfo (Output): Update documentation on using printf with DFP
6323 types.
6324
febe4383
TJB
63252008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6326
6327 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6328 subsubsection.
6329 (Decimal Floating Point format): New subsubsection.
6330
7a404eba
PA
63312008-01-05 Pedro Alves <pedro@codesourcery.com>
6332
6333 * gdb.texinfo (File Options): Remove mention of the attempt to
6334 open a core file with the -p option. Don't list -c as a valid
6335 option to attach to a process.
6336
a4d9b460
PA
63372008-01-05 Pedro Alves <pedro@codesourcery.com>
6338
6339 * gdbint.texinfo (Host Conditionals): Remove mention of
6340 ALIGN_STACK_ON_ENTRY.
6341
6ec2edbe
JB
63422008-01-05 Joel Brobecker <brobecker@adacore.com>
6343
6344 * gdbint.texinfo (Start of New Year Procedure): Add item
6345 describing how to update the source and documentation copyright
6346 notices.
6347
d8b2a693
JB
63482007-12-18 Jim Blandy <jimb@codesourcery.com>
6349
ab209b3a 6350 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
6351 watchpoint explanation into the main description of the watchpoint
6352 command; update synopses of 'watch', 'rwatch', and 'awatch'
6353 commands.
6354
8b4ed427
VP
63552007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6356
6357 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6358 Document 'pending-breakpoints' feature of
6359 -list-features.
6360
37e4754d
LM
63612007-12-17 Luis Machado <luisgpm@br.ibm.com>
6362
669fac23 6363 * gdb.texinfo: Add new parameter's description.
37e4754d 6364
1d3811f6
DJ
63652007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6366
6367 * gdb.texinfo (Overview): Clarify run-length encoding
6368 example. Remove the restriction on "+" and "-" characters.
6369
c1c25a1a
EZ
63702007-12-15 Eli Zaretskii <eliz@gnu.org>
6371
6372 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6373
afe8ab22 63742007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6375
afe8ab22
VP
6376 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6377 the -f option for -break-insert, remove -r option,
6378 and clarify specification of location.
6379
a6b151f1
DJ
63802007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6381
6382 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6383 formatting.
6384 (Remote Debugging): Add File Transfer section.
6385 (Remote Configuration): Document Host I/O packets.
6386 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 6387 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
6388 (Packets): Add vFile.
6389
3b784c4f
EZ
63902007-11-17 Eli Zaretskii <eliz@gnu.org>
6391
6392 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6393 breakpoints with multiple locations.
6394 (Breakpoint Menus): Improve wording.
6395 (Output): Fix last change.
6396
a4ce5b0d
UW
63972007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6398
6399 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6400
1b39d5c0
DE
64012007-11-15 Doug Evans <dje@google.com>
6402
6403 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6404
7a72d44c
VP
64052007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6406
6407 * gdbint.texinfo (Native Conditionals): Remove
6408 mention of CLEAR_SOLIB.
5ae4183a 6409
6d1829bf 64102007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
6411
6412 * gdb.texinfo (Print Settings): Add documentation for "set/show
6413 print frame-arguments".
6414
1a619819
LM
64152007-11-05 Luis Machado <luisgpm@br.ibm.com>
6416
3b784c4f 6417 * gdb.texinfo (Output): Update printf command's description.
1a619819 6418
55eddb0f
DJ
64192007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6420
6421 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6422 powerpc soft-float".
6423
9cceb671
DJ
64242007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6425
6426 * gdb.texinfo (Files): Correct formatting. Mention Expat
6427 requirement.
6428 (Requirements for Building GDB): Expand the list of Expat
6429 uses.
6430 (Library List Format, Memory Map Format): Mention Expat.
6431 (Target Descriptions): Update Expat wording.
6432
83acabca
DJ
64332007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6434
6435 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6436 Document that gdbarch_convert_register_p should return zero for no-op
6437 conversions.
6438
e35879db
UW
64392007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6440
83acabca 6441 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
6442 of set_gdbarch_sofun_address_maybe_missing back to ...
6443 (Target Conditionals): ... here to fix build break.
6444
203c3895
UW
64452007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6446
83acabca 6447 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
6448 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6449 (Compiler Characteristics): ... documentation of
6450 set_gdbarch_sofun_address_maybe_missing.
6451
11411de3
DJ
64522007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6453
6454 * gdbint.texinfo (Target Conditionals): Use
6455 frame_unwind_register_unsigned in examples instead of
6456 frame_unwind_unsigned_register.
6457
7cc46491
DJ
64582007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6459
6460 * gdb.texinfo (Predefined Target Types): Add int128
6461 and uint128.
6462 (Standard Target Features): Add PowerPC features.
6463
81adfced
DJ
64642007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6465
6466 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6467
c1874924
UW
64682007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6469
6470 * gdbint.texi (Target Conditionals): Remove documentation
6471 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6472 gdbarch_extract_return_value, and gdbarch_store_return_value.
6473
f6e56ab3
UW
64742007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6475
6476 * gdbint.texi (Target Conditionals): Remove documentation of
6477 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6478
56cf5405
KH
64792007-10-11 Kazu Hirata <kazu@codesourcery.com>
6480
6481 * gdb.texinfo: Mention that inaccessible-by-default is on by
6482 default.
6483
35156bae
DJ
64842007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6485
6486 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6487
d983da9c
DJ
64882007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6489
6490 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6491 multi-threaded watchpoints.
6492 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6493 checked. Describe sticky notification. Expand description
6494 of steppable and continuable watchpoints.
6495 (Watchpoints and Threads): New subsection.
6496
fe6fbf8b
VP
64972007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6498
6499 * gdb.texinfo (Setting Breakpoints): Revise
6500 documentation for pending breakpoints. Document
6501 breakpoints with multiple locations.
5ae4183a 6502
084344da
VP
65032007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6504
6505 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6506 Document -list-features.
5ae4183a 6507
82160952
EZ
65082007-09-15 Eli Zaretskii <eliz@gnu.org>
6509
6510 * gdb.texinfo (Output): Spell out which features of C's printf are
6511 not supported by GDB's printf.
7e27a47a
EZ
6512 (Separate Debug Files): More accurate wording regarding build ID
6513 and a reference to the ld manual rather than the Fedora wiki.
82160952 6514
ea37ba09
DJ
65152007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6516 Jim Blandy <jimb@codesourcery.com>
6517
6518 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6519 (Examining Memory): Update mentions of the 's' format.
6520 (Automatic Display): Likewise.
6521
b8533aec
DJ
65222007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6523
6524 * gdb.texinfo: Update the FSF's Back-Cover Text.
6525
83f83d7f
JK
65262007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6527 Eli Zaretskii <eliz@gnu.org>
6528
6529 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6530 Fixed the ``build ID'' name. New binaries build instructions for the
6531 build ID inclusion. Explain how the commands are specific to the build
6532 ID vs. debug link.
6533
c7e83d54
EZ
65342007-09-01 Eli Zaretskii <eliz@gnu.org>
6535
6536 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6537 indexing for ``build ID'' support.
6538
d3750b24
JK
65392007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6540
6541 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6542 Enlisted BUILD ID to the debug file searching example.
6543 Included a BUILD ID `.note.gnu.build-id' section description.
6544 Updated/added the debug files splitting instructions for OBJCOPY.
6545
02142340
VP
65462007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6547
6548 * gdb.texinfo (Variable Objects): Adjust docs
6549 for -var-info-expression and document
6550 -var-info-path-expression.
6551
d3bdde98
JB
65522007-08-20 Jim Blandy <jimb@codesourcery.com>
6553
3fb6a982
JB
6554 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6555 (title page): Include the dedication in the printed manual, as a
6556 separate page after the copyright notice.
5ae4183a 6557
d3bdde98
JB
6558 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6559 don't break a @var across a line.
6560
c80a96a8
MR
65612007-07-25 Maciej W. Rozycki <macro@mips.com>
6562
6563 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6564 for include files.
6565
5824a901
NR
65662007-07-12 Nick Roberts <nickrob@snap.net.nz>
6567
6568 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
6569 in annotate.texinfo.
6570 (Command History): Link to new node.
5824a901 6571
d52e7ea3
UW
65722007-07-05 Markus Deuling <deuling@de.ibm.com>
6573
6574 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6575
5fc14d0a
EZ
65762007-07-05 Eli Zaretskii <eliz@gnu.org>
6577
6578 * gdbint.texinfo (Target Conditionals): Fix last change.
6579
4a9bb1df
UW
65802007-07-03 Markus Deuling <deuling@de.ibm.com>
6581
6582 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6583 routines:
6584 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6585 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6586 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6587 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6588 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6589 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6590 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6591 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6592 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6593 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6594 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6595 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6596 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6597 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6598 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6599 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6600 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6601 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6602 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6603 (SOFTWARE_SINGLE_STEP_P)
6604
6605 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6606 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6607
6608 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6609 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6610 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6611 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6612 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6613 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6614 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6615 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6616 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6617 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6618
6619 (Converting an existing Target Architecture to Multi-arch): Remove
6620 section.
6621
6622 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6623 (gdbarch_addr_bits_remove): Add code example.
6624
6625 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6626
cfa9d6d9
DJ
66272007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6628
6629 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6630 Add other missing entries. Adjust the table size to fit.
6631 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6632 stop reasons including the new "library" event.
6633 (General Query Packets): Adjust table widths for qSupported. Mention
6634 qXfer:libraries:read reply to qSupported and document the new packet.
6635 (Library List Format): New section.
6636
159fcc13
JK
66372007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6638
6639 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6640
f66d1690
MS
66412007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6642
6643 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6644
67102876
NR
66452007-06-25 Nick Roberts <nickrob@snap.net.nz>
6646
6647 * gdbint.texinfo (Register and Memory Data): Break sections
6648 into nodes and add a menu.
6649
a4642986
MR
66502007-06-21 Maciej W. Rozycki <macro@mips.com>
6651
6652 * gdb.texinfo (Examining Memory): Document the new behaviour.
6653
e9c17194
VP
66542007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6655
6656 * gdb.texinfo (Standard Target Features): Document
6657 m68k features.
6658
31d99776
DJ
66592007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6660
6661 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6662
1780a0ed
DJ
66632007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6664
6665 * gdb.texinfo (Target Description Format): Add version attribute
6666 for <target>.
6667
822b6570
DJ
66682007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6669
6670 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6671
f8b73d13
DJ
66722007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6673
6674 * gdb.texinfo (MIPS Features): New subsection.
6675
0e7f50da
UW
66762007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6677 Markus Deuling <deuling@de.ibm.com>
6678
6679 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6680 and qXfer:spu:write packets and mention them under qSupported.
6681
23d964e7
UW
66822007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6683 Markus Deuling <deuling@de.ibm.com>
6684
6685 * gdb.texinfo (Architectures): Add new SPU section to document
6686 Cell Broadband Engine SPU architecture specific commands.
6687
9f708cb2
VP
66882007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6689
6690 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6691 comments.
6692
7579b5f8
NR
66932007-06-07 Nick Roberts <nickrob@snap.net.nz>
6694
6695 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6696
bf06d120
JB
66972007-05-29 Jim Blandy <jimb@codesourcery.com>
6698
6699 * gdb.texinfo (Overview): Doc fix.
6700
23776285
MR
67012007-05-22 Maciej W. Rozycki <macro@mips.com>
6702
6703 * gdb.texinfo (Remote Configuration): Document "set/show
6704 remoteflow".
6705
1a69e1e4
DJ
67062007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6707
bf06d120
JB
6708 * gdb.texinfo (MIPS): Remove documentation for set mips
6709 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6710 stack-arg-size.
1a69e1e4 6711
46ba6afa 67122007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6713
46ba6afa
BW
6714 * all-cfg.texi (GDBTUI): New.
6715 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6716 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6717 (TUI Configuration): Edit to improve clarity and fix problems of
6718 both style and content.
5ae4183a 6719
06d3b283
UW
67202007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6721
6722 * observer.texi (GDB Observers): New observer "new_objfile".
6723
179101d6
UW
67242007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6725
6726 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6727
25d5ea92
VP
67282007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6729
6730 * gdb.texinfo (GDB/MI Variable Objects): Document
6731 frozen variables objects.
5ae4183a 6732
ea35711c
DJ
67332007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6734
6735 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6736 (Character Sets, Caching Data of Remote Targets): Likewise.
6737 (Targets): Delete Remote node. Move its text...
6738 (Debugging Remote Programs): ...to here. Delete description
6739 of the "remote" command.
6740 (Remote configuration): Delete description of "set remotedevice"
6741 and "show remotedevice".
6742 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6743
db2e3e2e
BW
67442007-04-11 Bob Wilson <bob.wilson@acm.org>
6745
5ae4183a
AS
6746 * gdb.texinfo (Contributors, Continuing and Stepping)
6747 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6748 (General Query Packets, File-I/O Remote Protocol Extension)
6749 (Protocol Basics, The F Reply Packet, Write)
6750 (Protocol-specific Representation of Datatypes, Memory Transfer):
6751 Fix hyphenation, punctuation and grammar problems.
6752 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6753 'section' instead of 'subsection' in the text.
6754 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6755 (i386): Remove period from section name.
db2e3e2e
BW
6756 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6757 (Config Names, Configure Options): Use @file{configure}.
6758
8a3dae3e
DJ
67592007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6760
6761 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6762 and tab expansion.
6763
1a92f856
DJ
67642007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6765
6766 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6767
79a6e687 67682007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6769
79a6e687
BW
6770 * gdb.texinfo: Consistently capitalize all significant words in
6771 node names, chapter titles, section titles, and headings. Update
6772 cross references to match.
6773 (Starting and Stopping Trace Experiment): Make node name plural.
6774 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 6775
ad527d2e
PA
67762007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6777
6778 * gdb.texinfo (WinCE): Delete obsolete subsection.
6779
7ce59000
DJ
67802007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6781
6782 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6783 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6784 references.
6785
8807d78b
DJ
67862007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6787
6788 * gdb.texinfo (Startup): Delete references to some alternate
6789 names for .gdbinit.
6790 (Thread): Remove LynxOS reference.
6791 (Tandem ST2000): Delete target-specific documentation.
6792 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6793 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6794 and GDB_OSABI_LYNXOS.
6795
5f402660
UW
67962007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6797
6798 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6799
bac718a6
UW
68002007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6801
6802 * gdbint.texinfo (Target Conditionals): Remove mention of
6803 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6804 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6805
9453113a
DJ
68062007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6807
6808 * Makefile.in: Add "pdfdir" installation
6809 directory, PDFTEX macro, support for "install-pdf" target,
6810 and rules for making a pdf version of refcard.texi.
6811 * refcard.tex: Specify paper size for PDF output.
6812
ae21e955 68132007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6814
ae21e955 6815 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 6816
3f94c067 68172007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6818
3f94c067
BW
6819 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6820 (Source Path, Character Sets, Macros, Define)
6821 (GDB/MI Result Records, GDB/MI Simple Examples)
6822 (GDB/MI Program Execution, GDB/MI File Commands)
6823 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6824 (Bug Reporting): Use @value{GCC}.
5ae4183a 6825
12c27660 68262007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6827
12c27660
BW
6828 * gdb.texinfo (Help): Fix formatting of examples.
6829 (Variables): Use @ifnotinfo instead of @iftex.
6830 (Non-debug DLL symbols): Use @ref instead of @pxref.
6831 (Sparclet File): Use @samp instead of quotes.
5ae4183a 6832
ce9341a1
BW
68332007-03-26 Bob Wilson <bob.wilson@acm.org>
6834
6835 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6836
c8f4133a
BW
68372007-03-26 Bob Wilson <bob.wilson@acm.org>
6838
6839 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6840 the order of the nodes.
6841 (C Operators, C Constants, Debugging C): Remove extra menus.
6842 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 6843
c8f4133a 68442007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
6845
6846 * gdb.texinfo (File Options): Add missing parenthesis.
6847 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6848
c74d0ad8
DJ
68492007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6850
6851 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6852
ff6f572f
DJ
68532007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6854
669fac23 6855 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
6856 case insensitivity.
6857 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6858
994337c3
NR
68592007-02-18 Nick Roberts <nickrob@snap.net.nz>
6860
6861 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6862 (Files): Add section name to argument list for pxref.
6863 (Non-debug DLL symbols): Don't use `see' for pxref.
6864 (Embedded Processors): Fix typo.
6865 (GDB/MI Breakpoint Commands): Execution commands generate
6866 *stopped not ^done.
6867
eb819d70
NR
68682007-02-13 Nick Roberts <nickrob@snap.net.nz>
6869
6870 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6871 values for in_scope. Mention that only root variables can be
6872 updated.
6873 (GDB/MI Development and Front Ends): Explain new values may be
6874 added to existing fields.
6875
123dc839
DJ
68762007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6877
6878 * gdb.texinfo (-target-disconnect): Use @smallexample.
6879 (Requirements): Add anchor for Expat. Update description.
6880 (Target Descriptions): Mention Expat.
6881 (Target Description Format): Document new elements. Use
6882 @smallexample.
6883 (Predefined Target Types, Standard Target Features): New sections.
669fac23 6884 * gdbint.texinfo (Target Descriptions): New section.
123dc839 6885
108546a0
DJ
68862007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6887
6888 * gdb.texinfo (Target Description Format): Add section on XInclude.
6889
95a98c01
NR
68902006-02-03 Nick Roberts <nickrob@snap.net.nz>
6891
6892 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6893 command -enable-timings.
6894
f4b3909f
EZ
68952007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6896
5ae4183a 6897 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
6898 descriptions for new/deleted elements in gdb_osabi. Add missing
6899 description for function generic_elf_osabi_sniff_abi_tag_sections.
6900
c7ba131e
JB
69012007-01-29 Joel Brobecker <brobecker@adacore.com>
6902
6903 * gdb.texinfo (Maintenance Commands): Add documentation for
6904 the new "maint print target-stack" command.
6905
3a60f64e
JK
69062007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6907 Eli Zaretskii <eliz@gnu.org>
6908
f4b3909f 6909 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 6910
c582f8b6
EZ
69112007-01-26 Eli Zaretskii <eliz@gnu.org>
6912
6913 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6914 Use @value{NGCC} instead of @value{GCC}.
6915
d3e8051b
EZ
69162007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6917
6918 * agentexpr.texi: Fix typos.
6919 * annotate.texinfo: Likewise.
6920 * gdb.texinfo: Likewise.
6921 * gdbint.texinfo: Likewise.
6922 * observer.texi: Likewise.
6923 * stabs.texinfo: Likewise.
6924
86f04699
EZ
69252007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6926
6927 * gdbint.texinfo (Support Libraries): Remove mmalloc
6928 entry. Describe readline library.
6929
23181151
DJ
69302007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6931
6932 * gdb.texinfo (Target Descriptions): New section.
6933 (General Query Packets): Add QPassSignals anchor. Mention
6934 qXfer:features:read under qSupported. Expand mentions of
6935 qXfer:memory-map:read and QPassSignals. Document
6936 qXfer:features:read.
6937
f822c95b
DJ
69382007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6939
6940 * gdb.texinfo (Commands to specify files): Describe
6941 "set sysroot" and "show sysroot".
6942 (Using the `gdbserver' program): Lowercase argument
6943 to @var. Expand description of setting up GDB on the
6944 host.
6945
8936fcda
JB
69462007-01-05 Joel Brobecker <brobecker@adacore.com>
6947
6948 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6949 catch exception, catch exception unhandled, and catch assert
6950 commands.
6951
e776119f
DJ
69522007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6953
6954 * gdb.texinfo (Debugging Output): Document "set debug xml"
6955 and "show debug xml".
6956
aa79a185
DJ
69572007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6958
6959 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6960
7f893741
JB
69612007-01-01 Joel Brobecker <brobecker@adacore.com>
6962
6963 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6964
a1b5960f
VP
69652006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6966
6967 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6968 note in @ignore, to be removed later if nobody complains.
6969
9f470e6e
NR
69702006-12-04 Nick Roberts <nickrob@snap.net.nz>
6971
6972 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6973 of -var-delete.
6974
765dc015 69752006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6976
765dc015 6977 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
6978 automatic software/hardware breakpoint usage and
6979 the "set breakpoint auto-hw" command.
765dc015 6980
4b5752d0
VP
69812006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6982
6983 * gdb.texinfo (Memory Access Checking): New.
6984
89be2091
DJ
69852006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6986
6987 * gdb.texinfo (Remote configuration): Mention
6988 "pass-signals-packet".
6989 (General Query Packets): Document QPassSignals. Fix
6990 a typo.
6991
ca3bf3bd
DJ
69922006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6993
6994 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6995
427c3a89
DJ
69962006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6997
6998 * gdb.texinfo (Remote configuration): Rewrite documentation for
6999 packet configuration commands.
7000 (OS Information): Adjust reference to qXfer:auxv:read.
7001 (General Query Packets): Remove references to read-aux-vector-packet
7002 and set remote get-thread-local-storage-address.
7003
7a107747
DJ
70042006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7005
7006 * gdbint.texinfo (Target Architecture Definition): Add new
7007 Initializing a New Architecture section.
7008
1c56eb0e
EZ
70092006-10-31 David Taylor <dtaylor@emc.com>
7010
7011 * stabs.texinfo (Macro define and undefine): New node describing
7012 stabs for #define and #undef.
7013
f73adfeb
AS
70142006-10-27 Andreas Schwab <schwab@suse.de>
7015
7016 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7017
fd60e0df
EZ
70182006-10-21 Eli Zaretskii <eliz@gnu.org>
7019
7020 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7021 clarify on the possible meanings of ``expression'' watched by
7022 watchpoints. Add indexing.
e5ac9b53
EZ
7023 (Prompting, Errors, Invalidation, Annotations for Running)
7024 (Source Annotations): Fix index entries by adding "annotation" to
7025 them, to discriminate from index entries that point to the more
7026 general topic descriptions.
fd60e0df 7027
52bb452f
DJ
70282006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7029
7030 * gdbint.texinfo (Target Vector Definition): Move most
7031 content into Existing Targets. Add a menu.
7032 (Existing Targets): New section, moved from Target Vector
7033 Definition. Use @subsection.
7034 (Managing Execution State): New section.
7035
58955e58
BW
70362006-10-16 Bob Wilson <bob.wilson@acm.org>
7037
7038 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7039
c8aa23ab
EZ
70402006-10-15 Eli Zaretskii <eliz@gnu.org>
7041
7042 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7043 (Command Syntax, Signals, Backtrace, Connecting)
7044 (Remote configuration, Renesas Boards, Console I/O): Fix last
7045 change: use Ctrl- instead of C-, except wrt Emacs.
7046 (File-I/O Examples): Put Ctrl-c in @kbd.
7047 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7048 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
7049 (Signals, Set Breaks, Set Watchpoints): Document optional
7050 arguments to `info signals' `handle', `info breakpoints', and
7051 `info watchpoints'.
c8aa23ab 7052
e7109c7e
EZ
70532006-10-14 Eli Zaretskii <eliz@gnu.org>
7054
7055 * gdb.texinfo (Backtrace): Fix last change.
7056
de3aea7b
NR
70572006-10-14 Nick Roberts <nickrob@snap.net.nz>
7058
7059 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7060
7f9087cb
BW
70612006-10-10 Bob Wilson <bob.wilson@acm.org>
7062
c8aa23ab
EZ
7063 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7064 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7065 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 7066
68437a39
DJ
70672006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7068 Daniel Jacobowitz <dan@codesourcery.com>
7069
7070 * gdb.texinfo (Packets): Document vFlashErase,
7071 vFlashWrite and vFlashDone packets.
7072 (General Query Packets): Document qXfer:memory-map:read.
7073 Add a new feature for qXfer:memory-map:read.
7074 (Memory map format): New section.
7075 (Target Commands): Mention that gdb can write flash.
7076
fd79ecee
DJ
70772006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7078 Daniel Jacobowitz <dan@codesourcery.com>
7079
7080 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7081 memory regions and "mem auto".
7082
350da6ee
DJ
70832006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7084
7085 * gdbint.texinfo (Array Containers): New section.
7086
2f1acb09
VP
70872006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7088
7089 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7090 -stack-list-arguments HIGH_FRAME argument can be larger then the
7091 actual number of frames.
7092
2ab1eb7a
VP
70932006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7094
7095 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
7096 -stack-list-locals HIGH_FRAME argument can be larger then the
7097 actual number of frames.
2ab1eb7a 7098
599b237a
BW
70992006-09-02 Bob Wilson <bob.wilson@acm.org>
7100
7101 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7102 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7103
25ab7e6d
EZ
71042006-09-02 Eli Zaretskii <eliz@gnu.org>
7105
7106 * gdbint.texinfo (Overall Structure): New section "Source Tree
7107 Structure".
7108
940178d3
JB
71092006-08-17 Jim Blandy <jimb@codesourcery.com>
7110
7111 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7112 responses.
7113
30daae6c
JB
71142006-08-08 Joel Brobecker <brobecker@adacore.com>
7115
7116 * gdb.texinfo (Source Path): Add documentation for new
7117 substitute-path commands.
7118
7fa2210b
DJ
71192006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7120
7121 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7122 (Running Configure): ...here.
7123 (Requirements): New node. Mention expat.
7124
3d00d119
DJ
71252006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7126
5ae4183a 7127 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
7128 'set download-write-size' and 'show download-write-size'.
7129
0cbfa4ee
DJ
71302006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7131
7132 * stabs.texinfo (Member Type Descriptor): Correct example for
7133 pointer to member types.
7134
16026cd7
AS
71352006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7136
7137 * gdb.texinfo (Optional warnings and messages): Add
7138 'set/show trace-commands'.
7139 (Command files): Add '-v' to source command.
7140
0876f84a
DJ
71412006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7142
7143 * gdb.texinfo (OS Information): Update qPart reference to
7144 qXfer.
7145 (Remote configuration): Likewise.
7146 (Overview): Move @cindex to the start of a paragraph. Talk
7147 about binary data encoding.
7148 (Packets): Refer to the overview for the details of the X
7149 packet encoding.
7150 (General Query Packets): Remove qPart description. Add qXfer
7151 description. Add an anchor to qSupported. Correct feature
7152 table title. Add a new feature for qXfer:auxv:read.
7153 (Interrupts): Add a missing parenthesis.
7154
2ec3381a
DJ
71552006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7156
669fac23 7157 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
7158 (GDB/MI Kod Commands): Remove commented out node.
7159
594fe323
EZ
71602006-07-01 Eli Zaretskii <eliz@gnu.org>
7161
7162 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7163 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7164 (GDB/MI Thread Commands, GDB/MI Program Execution)
7165 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7166 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7167 (GDB/MI File Commands, GDB/MI Target Manipulation)
7168 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7169 since the MI prompt is hard-wired into the code.
7170
7e3fb70c
NR
71712006-07-01 Nick Roberts <nickrob@snap.net.nz>
7172
7173 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7174 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7175 (GDB/MI Data Manipulation): Remove description of unimplemented
7176 display related commands as variable objects perform this function
7177 and are superior: -display-delete, -display-disable,
7178 -display-enable, -display-insert and -display-list. Move
7179 -environment-cd, -environment-directory, -environment-path
7180 and -environment-pwd to "Program Context".
7181 (GDB/MI Program Control): Rename to "Program Execution". Move
7182 -exec-arguments -exec-abort to...
7183 (GDB/MI Program Context): ...here. New node split from "Data
7184 Manipulation".
7185
be2a5f71
DJ
71862006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7187
7188 * gdb.texinfo (Remote configuration): Document set / show
7189 remote supported-packets.
7190 (General Query Packets): Document qSupported packet.
7191
fc320d37
SL
71922006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7193
7194 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7195 and font markup.
7196 (Protocol basics): Likewise.
7197 (The F request packet): Likewise.
7198 (The F reply packet): Likewise.
7199 (Memory transfer): Move this node to be a subsubsection of
7200 "Protocol specific representation of datatypes".
7201 (The Ctrl-C message): More copy editing.
7202 (Console I/O): Likewise.
7203 (The isatty call): Delete this node, and merge its content into
7204 the "isatty" node. Fixed references elsewhere.
7205 (The system call): Delete this node, and merge its content into
7206 the "system" node. Fixed references elsewhere.
7207 (open): Reformat to use @table, and add appropriate font markup.
7208 (close): Likewise.
7209 (read): Likewise.
7210 (write): Likewise.
7211 (lseek): Likewise.
7212 (rename): Likewise.
7213 (unlink): Likewise.
7214 (stat/fstat): Likewise.
7215 (gettimeofday): Likewise.
7216 (isatty): Likewise.
7217 (system): Likewise, plus minor changes to fix confusing wording.
7218 (Integral datatypes): Fix font markup.
7219 (Pointer values): Likewise.
7220 (struct stat): Fix markup to use @table, plus minor copy editing.
7221 (struct timeval): Fix font markup, plus minor copy editing.
7222 (Constants): Minor copy editing.
7223 (Errno values): Add font markup.
7224 (File-I/O Examples): Likewise.
7225
158fdf5c
NR
72262006-06-10 Nick Roberts <nickrob@snap.net.nz>
7227
7228 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7229 (GDB/MI Simple Examples): Move node up one level. Use real
7230 examples.
7231 (GDB/MI Compatibility with CLI): Update.
7232 (GDB/MI Result Records): Add "connected" and "exit" result
7233 classes.
7234 (GDB/MI Stream Records): Clarify target output.
7235 (GDB/MI Command Description Format): Modify example description.
7236 (GDB/MI Breakpoint Table Commands): Rename to...
7237 (GDB/MI Breakpoint Commands): ...this
7238 (GDB/MI Breakpoint Commands): Add optional thread field.
7239 (GDB/MI Program Control): Add an introduction. Move "Program
7240 termination" examples into exec-run description.
7241 (GDB/MI File Commands): Mention similar CLI commands.
7242 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7243 is similar to "-gdb-version".
7244
ddb50cd7
EZ
72452006-06-09 Eli Zaretskii <eliz@gnu.org>
7246
7247 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7248
2aef0d6b
NR
72492006-06-02 Nick Roberts <nickrob@snap.net.nz>
7250
7251 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7252 sourceware.org for mailing lists.
d5e40d59 7253 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 7254
383a5c52
NR
72552006-06-01 Nick Roberts <nickrob@snap.net.nz>
7256
d5e40d59 7257 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 7258
e16b02ee
EZ
72592006-05-22 Eli Zaretskii <eliz@gnu.org>
7260
7261 * gdb.texinfo (Cygwin Native): Fix last change.
7262
be90c084
CF
72632006-05-22 Christopher Faylor <cgf@timesys.com>
7264
7265 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7266
347ceba5
NR
72672006-05-15 Nick Roberts <nickrob@snap.net.nz>
7268
7269 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7270 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7271
369af7bd
DJ
72722006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7273
7274 * gdb.texinfo (General Query Packets): Recommend not starting
7275 new packets with qC and clarify.
7276
2ffdbde8 72772006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
7278
7279 * gdb.texinfo (M2 Types): New section.
72019c9c 7280
16d1a084
DJ
72812006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7282
7283 * agentexpr.texi: Add a copyright and license notice.
7284 * observer.texi: Likewise, with GPL clause for function prototypes.
7285 Remove trailing whitespace.
7286
aa56d27a
JB
72872006-05-05 Jim Blandy <jimb@codesourcery.com>
7288
7289 * gdb.texinfo (General Query Packets): Document conventions for
7290 terminating packet names, and their violations.
7291
5bdf8622
DJ
72922006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7293
7294 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7295 * gdb.texinfo: Likewise.
7296
605a56cb
DJ
72972006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7298
7299 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7300 and "show remotedebug".
7301 (Debugging Output): Add additional index entries.
7302
b8db102d
MS
73032006-04-27 Michael Snyder <msnyder@redhat.com>
7304
7305 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7306
c5e30d01
AC
73072006-04-22 Andrew Cagney <cagney@redhat.com>
7308
7309 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7310 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7311
8181d85f
DJ
73122006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7313
7314 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7315 and remove breakpoint prototypes.
7316 (Watchpoints): Move description of target_insert_hw_breakpoint and
7317 target_remove_hw_breakpoint ...
7318 (Breakpoints): ... to here. Document target_insert_breakpoint and
7319 target_remove_breakpoint.
7320
4f553f88
JB
73212006-04-17 Jim Blandy <jimb@codesourcery.com>
7322
7323 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7324 and C packets are optional.
7325
cd852561
FR
73262006-04-14 Frederic Riss <frederic.riss@st.com>
7327
7328 * gdb.texinfo (Specifying source directories): Update the description
7329 of the source file search to reflect the fact that the source path
7330 always contains at least $cdir and $cwd.
7331
b620eb07
MS
73322006-03-31 Michael Snyder <msnyder@redhat.com>
7333
7334 * gdb.texinfo: Update copyright dates.
7335
3156cdaf
EZ
73362006-03-31 Eli Zaretskii <eliz@gnu.org>
7337
7338 * gdb.texinfo (Overview): Add an index entry to "empty response".
7339
7d30c22d
JB
73402006-03-28 Jim Blandy <jimb@codesourcery.com>
7341
7342 * gdbint.texinfo (Prologue Analysis): New section.
7343
86941c27
JB
73442006-03-07 Jim Blandy <jimb@red-bean.com>
7345
66b8c7f6
JB
7346 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7347
1a10341b
JB
7348 * gdb.texinfo (Target Commands): Update text describing how to
7349 specify a target. Refer to the detailed section on remote
7350 debugging, not the brief mention.
7351
86941c27
JB
7352 * gdb.texinfo (Connecting): Organize the different 'target remote'
7353 connection methods into a table. Add a 'target remote' index
7354 entry. (!!!)
7355
62f3a2ba
FF
73562006-02-17 Fred Fish <fnf@specifix.com>
7357
7358 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7359 'ptype' commands to reflect the fact that the only significant
7360 difference between them is that ptype prints the complete type
7361 description instead of just the name.
7362
8b9a88ea
WZ
73632006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7364
7365 * gdbint.texinfo (Watchpoints): Delete
7366 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7367
7e8dc855
NR
73682006-02-10 Nick Roberts <nickrob@snap.net.nz>
7369
7370 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7371 times fields where needed. Fix typos. Update general form given
7372 for output of -break-insert.
7373 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7374
c91d38aa
DJ
73752006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7376
7377 * gdbint.texinfo (Symbol Handling): Add a section
7378 on memory management.
7379
38fcd64c
DJ
73802006-02-06 Vladimir Prus <ghost@cs.msu.su>
7381
7382 * gdb.texinfo (Breakpoint table commands): Document the fullname
7383 field in -break-list output.
7384
219eec71
EZ
73852006-02-03 Eli Zaretskii <eliz@gnu.org>
7386
7387 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7388 debugging information produced by the various "set debug..."
7389 options.
7390
ae5a43e0
DJ
73912006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7392
7393 * gdb.texinfo (Files): Remove obsolete bits from the description
7394 of "symbol-file".
7395
a9f158ec
JB
73962006-01-25 Jim Blandy <jimb@redhat.com>
7397
7398 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7399
410dd08e
JB
74002006-01-24 Jim Blandy <jimb@redhat.com>
7401
7402 * gdbint.texinfo (Frames): Document the basics of GDB's register
7403 unwinding model, and explain the existence of the "sentinel" frame.
7404
4b505b12
AS
74052006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7406
7407 * gdb.texinfo (Choosing files): Mention that -directory is used
7408 for script files.
7409 (Specifying source directories): Likewise.
7410 (Command files): Explain how script files are found.
7411
839c27b7
EZ
74122006-01-21 Eli Zaretskii <eliz@gnu.org>
7413
7414 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7415 the threads in a multi-threaded program.
7416 (Threads): The threadno argument of "thread apply" can be a range
7417 of numbers.
7418
7be93b9e
JB
74192006-01-18 Jim Blandy <jimb@redhat.com>
7420
7421 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7422 of warning flags.
7423
fcc73fe3
EZ
74242006-01-13 Eli Zaretskii <eliz@gnu.org>
7425
7426 * gdb.texinfo (Sequences): Improve menu annotations.
7427 (Define): Add index entries for arguments of user-defined
7428 commands. Move the description of flow-control commands...
7429 (Command Files): ...to here. Document loop_break and
7430 loop_continue.
ca91424e
EZ
7431 (Define, Command Files): Document `end' and add index entries for
7432 it.
fcc73fe3 7433
5c95884b
MS
74342006-01-04 Michael Snyder <msnyder@redhat.com>
7435
7436 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 7437 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 7438
860701dc
PH
74392006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7440
7441 * gdb.texinfo (Omissions from Ada): Document that there is now
7442 limited aggregate support.
7443
36b80e65
EZ
74442005-12-28 Eli Zaretskii <eliz@gnu.org>
7445
7446 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7447 registers and the likes.
7448
c1468174
EZ
74492005-12-24 Eli Zaretskii <eliz@gnu.org>
7450
7451 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7452 (Symbols): Fix usage of "e.g.".
359df76b 7453 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
7454
7455 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7456 (Coding): Fix usage of "e.g.".
7457
c02a867d
EZ
74582005-12-23 Eli Zaretskii <eliz@gnu.org>
7459
5ae4183a
AS
7460 * stabs.texinfo:
7461 * refcard.tex:
c02a867d 7462 * gpl.texi:
5ae4183a
AS
7463 * gdbint.texinfo:
7464 * gdb.texinfo:
7465 * gdb-cfg.texi:
c02a867d 7466 * fdl.texi:
5ae4183a
AS
7467 * annotate.texinfo:
7468 * all-cfg.texi:
c02a867d
EZ
7469 * Makefile.in: Add (C) after Copyright. Update the FSF
7470 address.
7471
fad38dfa
EZ
74722005-12-03 Eli Zaretskii <eliz@gnu.org>
7473
7474 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7475 extend GDB with commands for external monitor.
7476
53e5f3cf
AS
74772005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7478
7479 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7480
55f6ca0f
JB
74812005-11-25 Joel Brobecker <brobecker@adacore.com>
7482
7483 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7484
c1947b85
JB
74852005-11-21 Jim Blandy <jimb@redhat.com>
7486
7487 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7488 placement of 'R' actions in tracepoint action packets; document
7489 dependence of 'X' and 'M' actions on a preceding 'R' action for
7490 their registers.
7491
9d29849a
JB
74922005-11-19 Jim Blandy <jimb@redhat.com>
7493
7494 * gdb.texinfo (Tracepoint Packets): New node.
7495 (General Query Packets): Add entries for the tracepoint packets,
7496 referring to the "Tracepoint Packets" node.
7497 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 7498
9a6253be
KB
74992005-11-18 Kevin Buettner <kevinb@redhat.com>
7500
7501 * gdb.texinfo (set remotebreak): Add anchor.
7502 (X packet): Likewise.
7503 (Remote Protocol): Add new section `Interrupts' and new index
7504 entry `interrupts (remote protocol)'.
7505
5f3bebba
JB
75062005-11-18 Jim Blandy <jimb@redhat.com>
7507
7508 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7509 entries into the General Query Packets section. Add a
7510 cross-reference to that section. Drop description of replies, as
7511 these are covered in the descriptions of each packet.
7512 (General Query Packets): Add introductory text. Explain naming
7513 conventions, and how the end of a name is recognized.
7514
9a7a1b36
KB
75152005-11-17 Kevin Buettner <kevinb@redhat.com>
7516
0564b6cf 7517 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
7518 "set remotebreak" command.
7519
b8ff78ce
JB
75202005-11-16 Jim Blandy <jimb@redhat.com>
7521
7522 * gdb.texinfo (Packets, Stop Reply Packets)
7523 (General Query Packets): Various formatting cleanups.
7524 - Use @samp for packet contents.
7525 - Drop summaries from packet @item lines; the same information appears
7526 immediately below in the description.
7527 - Delete paragraph breaks after packet @item commands, so that the
7528 description appears directly to the right of the packet prototype
7529 in the printed manual, if it fits.
7530 - Place spaces in packet prototypes between @vars and non-@var
7531 letters, and explain that they're just for formatting.
7532 - Use @dots{} instead of '...'.
7533 - Fix uses of @code where @var was needed.
7534 - Replace "deprecated" markers with English text spelling out the
7535 packet's status and the preferred alternatives.
7536 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7537 what this ever meant.
7538 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7539 this for a long time.
7540 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7541 implemented several times, and have been in use for years.
7542
8ffe2530
JB
75432005-11-15 Jim Blandy <jimb@redhat.com>
7544
c43c5473
JB
7545 * gdb.texinfo (Packets): Add index entries for 'm' packet
7546 disclaimers.
5ae4183a 7547
fb031cdf
JB
7548 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7549 of stub when processing an 'm' packet.
7550
8ffe2530
JB
7551 * gdb.texinfo (Packets): Mention that packets beginning with
7552 letters are reserved once, at the top, instead of actually listing
7553 them all and saying "reserved".
7554
c03c782f
AS
75552005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7556
7557 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7558 Change @var{$arg0 to @code{$arg0.
7559
814e32d7
WZ
75602005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7561
7562 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7563
fa93a9d8
JB
75642005-11-12 Jim Blandy <jimb@redhat.com>
7565
7566 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7567 order. Remove extraneous 'z'.
7568
8a5a3c82
AS
75692005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7570
7571 * gdb.texinfo (Choosing files): Add --eval-command.
7572
4b0ad762
AS
75732005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7574
7575 * gdb.texinfo (Choosing modes): Add --return-child-result.
7576
7577
1a088d06
AS
75782005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7579
7580 * gdb.texinfo (Choosing modes): Add --batch-silent.
7581
656d5e12
EZ
75822005-10-28 Eli Zaretskii <eliz@gnu.org>
7583
7584 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7585 "The -var-update Command".
7586
3c9c013a
JB
75872005-10-03 Joel Brobecker <brobecker@adacore.com>
7588
7589 * gdb.texinfo (Print Settings): Add documentation for set/show
7590 print array-indexes.
7591
7ba3cf9c
DJ
75922005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7593
7594 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7595 6.2 and 6.3.
7596
a94ab193
EZ
75972005-08-27 Eli Zaretskii <eliz@gnu.org>
7598
7599 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7600 since 19-Jan-2004.
7601 (Files): Likewise.
ab1adacd
EZ
7602 (Variables, Symbols): Document the "<incomplete type>" message and
7603 its reasons.
a94ab193 7604
ca06016a
FF
76052005-08-01 Fred Fish <fnf@specifix.com>
7606
7607 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7608
cf58170d
NR
76092005-07-15 Nick Roberts <nickrob@snap.net.nz>
7610
7611 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7612 option for -var-list-children and -var-update.
7613 (GDB/MI Stack Manipulation): Simplify description of
7614 print-values option for -stack-list-locals.
7615 (GDB/MI Command Description Format): Clarify.
7616 (Mode Options): Spelling of superseded.
7617
38f1196a
BR
76182005-07-12 Bob Rossi <bob@brasko.net>
7619
7620 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7621 corresponding GDB command comment.
7622
3cb3b8df
BR
76232005-07-06 Bob Rossi <bob@brasko.net>
7624
7625 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7626 and -inferior-tty-show.
7627 (Input/Output): Document "set/show inferior-tty" and tty alias.
7628
10fac096
NW
76292005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7630
7631 * gdb.texinfo (Packets): Change description of 'D' packet to note
7632 that GDB does wait for a response.
7633
d1b6db76
NR
76342005-06-22 Nick Roberts <nickrob@snap.net.nz>
7635
7636 * gdb.texinfo (History) Rename "Command History".
7637 (Command History): Move node "Server Prefix" from section on
7638 Annotations here.
7639
29629dcf
NR
76402005-06-19 Nick Roberts <nickrob@snap.net.nz>
7641
7642 * gdb.texinfo (GDB/MI Stack Manipulation):
7643 Re-instate -stack-info-frame with example. Say that it gets
7644 info on selected frame, not current frame.
7645
397ca115
EZ
76462005-06-18 Eli Zaretskii <eliz@gnu.org>
7647
7648 * gdb.texinfo (Server): Clarify that `file' should be used before
7649 connecting to the server.
7650 (Files): Add an xref to the above description.
51274035
EZ
7651 (Output Formats): More detailed description of the `c' format.
7652 (Memory): List explicitly all the formats supported by `x'.
638ac427 7653 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 7654 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
7655 files. Add more indexing for solib-absolute-prefix and
7656 --with-sysroot.
76d17f34
EZ
7657 (Machine Code): Document possible problems with locations in
7658 shared libraries.
d416eeec
EZ
7659 (Backtrace): Document that free-standing environments do not need
7660 to have a `main' function.
397ca115 7661
74f6deaa
NR
76622005-06-18 Nick Roberts <nickrob@snap.net.nz>
7663
7664 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7665 -stack-info-frame.
7666
a9967aef
AC
76672005-06-07 Andrew Cagney <cagney@gnu.org>
7668
7669 * gdb.texinfo (Contributors): Note the original multi-arch
7670 contributors.
7671
e09f16f9
EZ
76722005-06-03 Eli Zaretskii <eliz@gnu.org>
7673
7674 * gdb.texinfo (Registers): Add index entries for the standard
7675 registers.
7676 (Frames): Add cross-reference from frame pointer description to
7677 the Registers node.
7678 (Annotations Overview): Fix the reference to GDB name.
7679
d87ba7ee
EZ
76802005-06-01 Eli Zaretskii <eliz@gnu.org>
7681
7682 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7683 can-use-hw-watchpoints.
7684
034dad6f
BR
76852005-05-28 Bob Rossi <bob@brasko.net>
7686
7687 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7688 the possible reasons why an exec async record would be returned to FE.
7689
ffed4509
AC
76902005-05-26 Andrew Cagney <cagney@gnu.org>
7691
7692 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7693 Andrew Cagney implemented the original GDB/MI.
7694
e22e55c9
OF
76952005-05-23 Orjan Friberg <orjanf@axis.com>
7696
7697 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7698 documentation. Add documentation for cris-mode.
7699
a78e13ce
EZ
77002005-05-20 Eli Zaretskii <eliz@gnu.org>
7701
7702 * gdb.texinfo (Numbers): Explain the example and make the wording
7703 more acurate.
7704
76ff342d
DJ
77052005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7706 Dennis Brueni <dennis@slickedit.com>
7707
7708 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7709 (GDB/MI Data Manipulation, GDB/MI Program Control)
7710 (GDB/MI Stack Manipulation): Update examples to include the fullname
7711 attribute in stack frames.
7712
119b882a
EZ
77132005-05-12 Eli Zaretskii <eliz@gnu.org>
7714
7715 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7716 do with other non-standard names of init files.
7717
6fc08d32
EZ
77182005-05-11 Eli Zaretskii <eliz@gnu.org>
7719
7720 * gdb.texinfo (Command Files): Move the description of the startup
7721 from here...
7722 (Startup): ...to this new subsection of the Invocation chapter.
7723 Rearrange the description of init files more logically and add a
7724 cross-reference to "Command Files". Document the special gdbinit
7725 name for CISCO 68k. Expand the description of what GDB does
7726 during startup.
7727 (History): Add index entry for HISTSIZE.
7728
a561754a
MK
77292005-05-02 Mark Kettenis <kettenis@gnu.org>
7730
7731 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7732
2eecc4ab
EZ
77332005-05-02 Eli Zaretskii <eliz@gnu.org>
7734
7735 * gdb.texinfo (SVR4 Process Information, The isatty call)
7736 (The system call): Don't use foo(N) notation for man pages and
7737 functions.
514c4d71 7738 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 7739
18999be5
EZ
77402005-04-27 Eli Zaretskii <eliz@gnu.org>
7741
7742 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7743 were optimized away.
7744
0abb7bc7
EZ
77452005-04-22 Eli Zaretskii <eliz@gnu.org>
7746
7747 * gdb.texinfo (Remote configuration): Document "set/show
7748 get-thread-local-storage-address". Add cross-reference to the
7749 description of the qGetTLSAddr packet.
7750 (General Query Packets): Mention "set remote
7751 get-thread-local-storage-address" and add a reference to its
7752 description.
7753
6f61acb1
NR
77542005-04-19 Nick Roberts <nickrob@snap.net.nz>
7755
7756 * gdb.texinfo (Backtrace): Describe 'bt full'.
7757
9d59903a
NR
77582005-04-17 Nick Roberts <nickrob@snap.net.nz>
7759
7760 * gdb.texinfo (Mode Options): Fix typo.
7761 (GDB/MI): Describe how to invoke GDB/MI.
7762
721c2651
EZ
77632005-04-16 Eli Zaretskii <eliz@gnu.org>
7764
7765 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 7766 references changed. Add description of "info udot".
721c2651
EZ
7767 (Files): Document "set/show stop-on-solib-events".
7768 (M32R/D): Document "set/show download-path", "set/show
7769 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
7770 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7771 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
7772 (Maintenance Commands): Improve indexing.
7773 (Target Commands): Document "set/show hash", "set/show debug
7774 monitor".
7775 (SVR4 Process Information): Document "info pidlist" and "info
7776 meminfo". Document "set/show procfs-tarce" and "set/show
7777 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7778 (Symbols, The Print Command with Objective-C): Improve indexing.
7779 (Objective-C): Add references to "info classes" and "info
7780 selectors".
c45da7e6
EZ
7781 (Debugging Output): Improve wording. Document "set/show debug
7782 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
7783 (Set Breaks): Add index entry for "hardware breakpoints".
7784 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7785 and "set/show usehardbreakpoints".
7786 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7787 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
7788 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7789 rdiromatzero", "set/show rdiheartbeat".
7790 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7791 "sds".
7792 (Embedded Processors): Document the "sim" command.
7793 (Remote): Document the "remote" command.
7794 (DJGPP Native): Document the "info serial" command.
7795 (Threads): Document "maint info sol-threads".
7796 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7797 (Set Breaks): Improve indexing.
7798 (Command Syntax): Add a reference to dont-repeat.
7799 (Define): Document "dont-repeat".
7800 (TUI Commands): Document "tabset".
7801 (WinCE): New subsection. Document "set/show remotedirectory",
7802 "set/show remoteupload", "set/show remoteaddhost".
721c2651 7803
14d6dd68
EZ
78042005-04-15 Eli Zaretskii <eliz@gnu.org>
7805
7806 * gdb.texinfo (Hurd Native): New subsection, documents
7807 Hurd-specific commands.
a64548ea 7808 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 7809 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
7810 (MIPS): Improve documentation of heuristic-fence-post. Document
7811 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7812 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7813 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 7814 (ARM): Document ARM-specific commands.
a64548ea
EZ
7815 (AVR): New section. Document "info io_registers".
7816 (CRIS): New section. Document "set/show cris-version" and
7817 "set/show cris-dwarf2-cfi".
7818 (HPPA): New section. Document "set/show debug hppa" and "maint
7819 print unwind".
a5adf40f 7820 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 7821 (Super-H): New section. Document the "regs" command.
721c2651 7822 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 7823
9c16f35a
EZ
78242005-04-09 Eli Zaretskii <eliz@gnu.org>
7825
7826 * gdb.texinfo (Print Settings): Document "set/show print
7827 pascal_static-members", "set print repeats", "show print
7828 null-stop". Improve indexing. Fix documentation of "set print
7829 union".
7830 (Pascal): New section.
7831 (Supported languages): Rename from "Support"; all references
7832 updated. Add a menu item for Pascal.
7833 (Numbers): Document "set radix.
7834 (Screen Size): Document "set/show pagination".
7835 (MIPS Embedded): Remove "set processor" documentation.
7836 (Remote configuration): Document "set/show X/P/Z-packet",
7837 "set/show read-aux-vector-packet", "set/show remote
7838 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7839 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7840 remotedebug", "set/show remotebreak", "set/show remotedevice",
7841 "set/show remotelogfile".
7842 (Auxiliary Vector): Add reference to the description of the
7843 read-aux-vector-packet setting.
7844 (Set Watchpoints): Add a cross-reference to "set remote
7845 hardware-breakpoint-limit".
7846 (General Query Packets): Add indexing of requests and
7847 cross-references to related commands in "Remote configuration".
7848 (File-I/O Overview, The system call): Fix wording and typos.
7849 (Thread Stops): Add index entries.
7850 (Continuing and Stepping): Document "show step-mode".
7851 (i386): New node. Document "set/show struct-convention".
7852 (Files): Document "show trust-readonly-sections".
7853 (Calling): Document "set/show unwindonsignal".
7854 (Messages/Warnings): Add index entries.
7855 (Maintenance Commands): Document "set/show watchdog".
7856 (Annotations Overview): Document "show annotate".
7857 (Set Watchpoints): Add index entries.
7858 (Symbols): Fix doc of case-sensitive.
7859 (ABI): Document "show coerce-float-to-double".
7860 (Convenience Vars, Help): Improve indexing.
7861 (Machine Code): Document "show disassembly-flavor".
7862 (Debugging C plus plus): Document "show overload-resolution".
7863 (Value History, Signaling): Add index entries.
7864
78652005-04-08 Eli Zaretskii <eliz@gnu.org>
7866
7867 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7868 (Processes): Fix wording.
7869 (History, List, Logging output, Define, Symbols, Print Settings):
7870 Improve indexing.
7871
a8f24a35
EZ
78722005-04-03 Eli Zaretskii <eliz@gnu.org>
7873
7874 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7875 redundant index entry for "target" command.
7876 (Backtrace): Add index entries.
7877 (Symbols, Fortran): Document the "set case-sensitive" command.
7878 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7879 (Print Settings): Add index entry for "set demangle-style".
7880 (Target Commands): Document "set download-write-size".
7881 (Debugging Output): Document "set exec-done-display".
7882
09d4efe1
EZ
78832005-04-02 Eli Zaretskii <eliz@gnu.org>
7884
7885 * gdb.texinfo (Files): Fix the name and documentation of
7886 add-shared-symbol-files. Document its alias assf. Update the
7887 list of OSs where GDB supports shared libraries. Fix markup.
7888 (Continuing and Stepping): Add reference to @var{location} in the
7889 text.
7890 (Dump/Restore Files): Fix reference to @{filename}.
7891 (Help): Fix wording.
7892 (Attach): Ditto.
7893 (Set Watchpoints): Ditto.
7894 (Backtrace): Remove redundant index entries. Improve index
7895 entries.
7896 (Delete Breaks): Fix wording.
7897 (Memory): Document the compare-sections command.
7898 (Memory Region Attributes): Improve wording.
7899 (Disabling): Improve wording.
7900 (Fortran): New subsection. Document the "info common" command.
7901 (Help): Document aliases "info copying" and "info warranty".
7902 (Caching Remote Data): New section. Document the "set/show
7903 remotecache" and "info dcache" commands.
7904 (Show): Fix wording of the documentation of the "set
7905 extension-language" command.
7906 (Signals): Add index entry for "info handle".
7907 (Memory Region Attributes): Fix punctuation.
7908 (Symbols): Change the arg name to "location" and refer to it in
7909 the text. Fix wording of "info types" doc.
7910 (Threads): Fix usage of @enumerate @item's.
7911 (Listing Tracepoints): Add index entry for "info tp".
7912 (Set Watchpoints): Add xref to "info break" description.
7913 (Macros): Add an index entry for "macro exp1". Document the
7914 "macro list" command.
7915 (Maintenance Commands): Document "flushregs", "maint agent",
7916 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7917 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7918 "maint print architecture", "maint print objfiles", "maint print
7919 statistics", "maint print type", "maint show-debug-regs", "maint
7920 space", "maint time", and "maint translate-address".
7921 (Connecting): Document the "monitor" command.
7922 (Annotations Overview): Describe the "set annotate" command.
7923
82f2d802
EZ
79242005-04-01 Eli Zaretskii <eliz@gnu.org>
7925
7926 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7927 Rearrange index entries and improve wording about support for
7928 hardware watchpoints.
7929
7d51c7de
BR
79302005-03-10 Bob Rossi <bob@brasko.net>
7931
7932 * gdb.texinfo: Update copyright
7933
68c71a2e
TR
79342005-02-09 Theodore A. Roth <troth@openavr.org>
7935
7936 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7937 error.
7938
83761cbd
KB
79392005-02-03 Kevin Buettner <kevinb@redhat.com>
7940
7941 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7942
9f1c6395
MS
79432005-01-17 Michael Snyder <msnyder@redhat.com>
7944
7945 * gdb.texinfo: Fix spelling, infinte -> infinite.
7946
fbd1b305
MK
79472005-01-08 Mark Kettenis <kettenis@gnu.org>
7948
7949 * observer.texi (GDB Observers): Document "solib_loaded".
7950
3ace7edb
AC
79512005-01-07 Andrew Cagney <cagney@gnu.org>
7952
bec39cab
AC
7953 * configure.ac: Rename configure.in, require autoconf 2.59.
7954 * configure: Re-generate.
7955
3ace7edb
AC
7956 * configure.in: Replace configdirs with multiple references to
7957 AC_CONFIG_SUBDIRS.
7958 * configure: Re-generate.
5ae4183a 7959
53531fc1
AC
79602005-01-04 Andrew Cagney <cagney@gnu.org>
7961
7962 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7963 part of the version number.
7964
536ffdb7
MK
79652004-12-24 Mark Kettenis <kettenis@gnu.org>
7966
7967 * gdbint.texinfo (Algorithms): Remove description of
7968 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7969
e1aac25b
JB
79702004-12-07 Jim Blandy <jimb@redhat.com>
7971
7972 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7973 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7974 numbers.
7975
f47b1503
AS
79762004-12-07 Andreas Schwab <schwab@suse.de>
7977
7978 * gdb.texinfo (Mode Options): Document -l option.
7979
b6b8ece6
EZ
79802004-12-04 Eli Zaretskii <eliz@gnu.org>
7981
7982 * gdbint.texinfo (Algorithms): More accurate description of
7983 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7984 is not needed unless data-read and data-access watchpoints are
7985 supported. Add a description of how GDB checks whether the
7986 inferior stopped because a watchpoint was hit.
7987
01371747
EZ
79882004-11-23 Eli Zaretskii <eliz@gnu.org>
7989
7990 * gdb.texinfo (Files): Add cross-reference to description of
7991 -readnow command-line switch.
7992
2315ffec
RC
79932004-11-10 Randolph Chung <tausq@debian.org>
7994
7995 * gdb.texinfo: Document set/show backtrace past-entry commands.
7996 Rearrange index entries for set/show backtrace past-main.
7997
69065f5d
AC
79982004-11-10 Jon Beniston <jon@beniston.com>
7999
8000 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
8001 * gdb.texinfo (Remote Serial Protocol): Further describe
8002 binary transfer escaping mechanism .
69065f5d 8003
30e91e0b
RC
80042004-11-08 Randolph Chung <tausq@debian.org>
8005
8006 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8007 and "show debug infrun". Add index entries.
8008
60bf7e09
EZ
80092004-10-23 Eli Zaretskii <eliz@gnu.org>
8010
8011 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8012 "info proc" that are already implemented. Add index entries.
8013 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
8014 (Files): Add a tip for decreasing memory used for symtabs from
8015 shared libraries.
f018e82f
EZ
8016 (Starting): Fix whitespace; make "elaboration" stand out where it
8017 is first used, and add an index entry for the term.
f8568604
EZ
8018 (Calling): Expand and elaborate text. Add "print". Add the
8019 description of problems with weak aliases.
384ee23f 8020 (Core File Generation): New section.
60bf7e09 8021
d52fe014
AC
80222004-10-12 Andrew Cagney <cagney@gnu.org>
8023
8024 * gdbint.texinfo (Versions and Branches): New chapter.
8025 (Releasing GDB): Delete "Versions and Branches" section.
8026 (Top): Add "Versions and Branches".
8027
703663ab
EZ
80282004-10-08 Eli Zaretskii <eliz@gnu.org>
8029
8030 * gdb.texinfo (Editing, History): Add cross-references to the
8031 included Readline and History user documentation. Remove
8032 references to the symbol have-readline-appendices which is unused
8033 and undefined.
8034 (History): Fix indexing.
8035
ac77d04f
JJ
80362004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8037
8038 * gdbint.texinfo (target_stopped_data_address): Update to
8039 new prototype.
8040 (i386_stopped_data_address): Update prototype and description.
8041 (i386_stopped_by_watchpoint): New function and description.
8042
e07c999f
PH
80432004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8044
8045 * gdb.texinfo (Filenames): Add Ada suffixes.
8046 (Ada) New section.
8047
2e868123
AC
80482004-09-27 Andrew Cagney <cagney@gnu.org>
8049 Robert Picco <Robert.Picco@hp.com>
8050
8051 * gdb.texinfo (Packets): Document the "p" packet.
8052
02a57714
JM
80532004-09-21 Jason Molenda (jmolenda@apple.com)
8054
8055 * gdb.texinfo (Paths and Names of the Source Files): Document the
8056 meaning of values in the 'desc' field of a SO stab.
8057
ae038cb0
DJ
80582004-09-20 Daniel Jacobowitz <dan@debian.org>
8059
8060 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8061 max-cache-age" and "maint show dwarf2 max-cache-age".
8062
f7dc1244
EZ
80632004-09-16 Eli Zaretskii <eliz@gnu.org>
8064
8065 * gdb.texinfo (Set Breaks): Add index entry for setting
8066 breakpoints on overloaded C++ functions that are not members of
8067 any classes. Add an example and an index entry for setting
8068 breakpoints on all program functions.
8069 (Character Sets, Macros, Overlay Commands)
8070 (Non-debug DLL symbols, GDB/MI Output Syntax)
8071 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8072 Use "(@value{GDBP})" instead of a literal "(gdb)".
8073
f810308b
AC
80742004-09-12 Andrew Cagney <cagney@gnu.org>
8075
8076 * gdbint.texinfo (Native Debugging): Delete description of
8077 FILES_INFO_HOOK.
8078
15a661f3
PH
80792004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8080
5ae4183a
AS
8081 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8082 to hex_string_custom (not historically correct, but more
15a661f3
PH
8083 understandable, given the current code).
8084
f3219c75
AC
80852004-09-03 Andrew Cagney <cagney@gnu.org>
8086
8087 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8088
f3bb6704
JJ
80892004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8090
8091 * observer.texi (solib_unloaded): New observer.
8092
8d2c00cb
AC
80932004-08-24 Andrew Cagney <cagney@gnu.org>
8094
8095 * gdbint.texinfo (Target Architecture Definition): Add missing
8096 comma.
8097
e7dc800a
MC
80982004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8099
8100 * (Using the Testsuite): build != host is supported,
8101 but some test scripts do not support build != host.
8102
73b03683
MK
81032004-08-14 Mark Kettenis <kettenis@gnu.org>
8104
8105 * gdbint.texinfo (Host Definition): Delete description of
8106 FCLOSE_PROVIDED and GETENV_PROVIDED.
8107
c0ccb908
MK
81082004-08-05 Mark Kettenis <kettenis@chello.nl>
8109
8110 * gdbint.texinfo (Host Definition): Delete description of
8111 NO_SYS_FILE.
8112 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8113 PTRACE_FP_BUG.
8114
9c8dbfa9
AC
81152004-08-05 Andrew Cagney <cagney@gnu.org>
8116
8117 * gdbint.texinfo (Target Architecture Definition): Delete
8118 reference to deprecated_read_fp.
8119
f42accbe
AC
81202004-08-02 Andrew Cagney <cagney@gnu.org>
8121
8122 * gdbint.texinfo (Target Architecture Definition): Delete
8123 description of DEPRECATED_REGISTER_BYTES.
8124
0b66e38c
EZ
81252004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8126
8127 * gdb.texinfo (Source Path): Document the new behavior of
8128 searching for the source files.
8129
15387254
EZ
81302004-07-17 Eli Zaretskii <eliz@gnu.org>
8131
8132 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8133 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8134 (Auto Display): Improve indexing.
8135
2c07db7a
AC
81362004-07-16 Andrew Cagney <cagney@gnu.org>
8137
8138 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8139 "-noasync".
8140
4644b6e3
EZ
81412004-07-09 Eli Zaretskii <eliz@gnu.org>
8142
8143 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8144 have the same prefix have only their prefix in the index.
8145
7561d450
MK
81462004-07-03 Mark Kettenis <kettenis@gnu.org>
8147
8148 * gdb.texinfo (BSD libkvm Interface): New node (section)
8149 (Native): Add it to the menu.
8150
67bebe79
MK
81512004-07-01 Mark Kettenis <kettenis@gnu.org>
8152
8153 * gdbint.texinfo (Target Architecture Definition): Remove
8154 PCC_SOL_BROKEN.
8155
1a6923e0
MK
81562004-06-24 Mark Kettenis <kettenis@gnu.org>
8157
8158 * gdbint.texinfo (Target Architecture Definition): Remove
8159 SUN_FIXED_LBRAC_BUG.
8160
b435e160
AC
81612004-06-26 Andrew Cagney <cagney@gnu.org>
8162
8163 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8164
b5622e8d
AC
81652004-06-20 Andrew Cagney <cagney@gnu.org>
8166
8167 * gdbint.texinfo (Target Architecture Definition): Deprecate
8168 USE_STRUCT_CONVENTION.
8169
e0c07bf0
MC
81702004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8171
8172 gdb.texinfo (Bug Reporting): Mention session recording,
8173 with the script command or Emacs.
8174
782263ab
AC
81752004-06-18 Andrew Cagney <cagney@gnu.org>
8176
8177 * gdbint.texinfo (Target Architecture Definition): Deprecate
8178 FUNCTION_START_OFFSET.
8179
03727ca6
AC
81802004-06-14 Andrew Cagney <cagney@gnu.org>
8181
8182 Based on changes from Karl Berry.
8183 * gdb.texinfo: Do not use @sc in a direntry.
8184 * stabs.texinfo: Change @dircateogry to "Software development".
8185 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8186
97092415
AC
81872004-06-13 Andrew Cagney <cagney@gnu.org>
8188
8189 * gdbint.texinfo (Target Architecture Definition): Delete
8190 description of RETURN_VALUE_ON_STACK.
8191
1f6d4158
AC
81922004-06-09 Andrew Cagney <cagney@gnu.org>
8193
8194 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8195 deleted by previous patch.
8196
d966f0cb
AC
81972004-06-08 Andrew Cagney <cagney@gnu.org>
8198
8199 * gdbint.texinfo (Native Debugging): Delete documentation on
8200 ATTACH_DETACH.
8201
86fe4aaa
RC
82022004-06-06 Randolph Chung <tausq@debian.org>
8203
8204 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8205
d4b6d575
RC
82062004-06-06 Randolph Chung <tausq@debian.org>
8207
5ae4183a 8208 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
8209 the new push_dummy_call method signature. Describe the function
8210 argument.
8211
4e8b0763
JB
82122004-05-24 Joel Brobecker <brobecker@gnat.com>
8213
8214 * gdb.texinfo (Starting): Document new start command.
8215
59caf092
AC
82162004-05-21 Andrew Cagney <cagney@redhat.com>
8217
8218 * observer.texi (GDB Observers): Document "inferior_created".
8219
e4a2df64
AC
82202004-05-08 Andrew Cagney <cagney@redhat.com>
8221
e6b55ae2
AC
8222 * gdbint.texinfo (Target Architecture Definition): Delete
8223 description of DO_DEFERRED_STORES.
8224
28954179
AC
8225 * gdbint.texinfo (Target Architecture Definition): Delete
8226 references to DEPRECATED_FIX_CALL_DUMMY.
8227
434b87dd
AC
8228 * gdbint.texinfo (Target Architecture Definition): Delete
8229 description of DEPRECATED_CALL_DUMMY_WORDS,
8230 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8231
58d28df8
AC
8232 * gdbint.texinfo (Target Architecture Definition): Delete
8233 description of DEPRECATED_PUSH_DUMMY_FRAME.
8234
e4a2df64
AC
8235 * gdbint.texinfo (Target Architecture Definition): Delete
8236 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8237
2b4855ab
AC
82382004-05-07 Andrew Cagney <cagney@redhat.com>
8239
8240 * observer.texi (GDB Observers): Add "Debugging" section. Include
8241 cross reference to "set/show debug observer".
8242 * gdb.texinfo (Debugging Output): Document "set/show debug
8243 observer".
8244
fcf70625
AC
82452004-05-01 Andrew Cagney <cagney@redhat.com>
8246
8247 * gdbint.texinfo (Target Architecture Definition): Delete
8248 description of DEPRECATED_PC_IN_SIGTRAMP.
8249
8ee56bcf
AC
82502004-04-30 Andrew Cagney <cagney@redhat.com>
8251
8252 * gdbint.texinfo (Target Architecture Definition): Delete
8253 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8254
67ab9a76
OF
82552004-04-30 Orjan Friberg <orjanf@axis.com>
8256
8257 * observer.texi (GDB Observers): Correct spelling.
8258
79346bcb
OF
82592004-04-26 Orjan Friberg <orjanf@axis.com>
8260
8261 * observer.texi (GDB Observers): Add target_changed event.
8262
7a464420
AC
82632004-04-08 Andrew Cagney <cagney@redhat.com>
8264
8265 * observer.texi (GDB Observers): Rework, provide generic observer
8266 definitions and then a list of observable events.
8267
6cdf9d98
AC
82682004-04-04 Andrew Cagney <cagney@redhat.com>
8269
8270 * gdbint.texinfo (Host Definition): Delete reference to
8271 NO_SIGINTERRUPT.
8272
ddc135a4
AC
82732004-04-02 Andrew Cagney <cagney@redhat.com>
8274
8275 * gdbint.texinfo (Target Architecture Definition): Delete
8276 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8277
6a1b180d
SC
82782004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8279
8280 * gdb.texinfo (TUI Commands): Document tui reg commands.
8281
d0d5df6f
AC
82822004-03-26 Andrew Cagney <cagney@redhat.com>
8283
8284 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8285 "gdbtui".
8286 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8287 (Contributors): Mention both Text and Terminal User Interface.
8288
aa2a3f87
AC
82892004-03-23 Andrew Cagney <cagney@redhat.com>
8290
8291 * gdbint.texinfo (Target Architecture Definition): Deprecate
8292 references to SIGTRAMP_START and SIGTRAMP_END.
8293
f561f026
AC
82942004-03-23 Andrew Cagney <cagney@redhat.com>
8295
8296 * gdbint.texinfo (Target Architecture Definition): Deprecate
8297 references to PC_IN_SIGTRAMP.
8298
33cb8b0f
AC
82992004-03-19 Andrew Cagney <cagney@redhat.com>
8300
8301 * gdbint.texinfo (Target Architecture Definition): Delete
8302 reference to GDB_TARGET_IS_HPPA.
8303
fc989b7a
AC
83042004-03-18 Andrew Cagney <cagney@redhat.com>
8305
8306 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8307 describe pre_init and post_init.
8308
701b08bb
DJ
83092004-03-09 Daniel Jacobowitz <drow@mvista.com>
8310
8311 * gdb.texinfo (Debugging Output): Document values for "set debug
8312 target".
8313
faae5abe
AC
83142004-02-28 Andrew Cagney <cagney@redhat.com>
8315
8316 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8317
dd79a6cf
JJ
83182004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8319
8320 * gdb.texinfo (breakpoints): Add information about the
8321 new "set breakpoint pending" and "show breakpoint pending"
8322 commands.
8323
e7f16015
AC
83242004-02-26 Andrew Cagney <cagney@redhat.com>
8325
8326 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8327 in Per-architecture module data section.
8328
7161a3a6
RM
83292004-02-25 Roland McGrath <roland@redhat.com>
8330
8331 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8332
2154891a
AC
83332004-02-24 Andrew Cagney <cagney@redhat.com>
8334
8335 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8336 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8337 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 8338
6c74ac8b
AC
83392004-02-17 Andrew Cagney <cagney@redhat.com>
8340
8341 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8342
19772a2c
AC
83432004-02-16 Andrew Cagney <cagney@redhat.com>
8344
8345 * gdbint.texinfo (Target Architecture Definition): Deprecate
8346 FRAMELESS_FUNCTION_INVOCATION.
8347
c9830293
AC
83482004-02-16 Andrew Cagney <cagney@redhat.com>
8349
8350 * gdbint.texinfo (Coding): Mention -Wunused-function.
8351
b9d26eb9
AC
83522004-02-14 Andrew Cagney <cagney@redhat.com>
8353
8354 * gdbint.texinfo (Target Architecture Definition): Delete
8355 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8356
49efadf5
EZ
83572004-02-12 Elena Zannoni <ezannoni@redhat.com>
8358
8359 * gdb.texinfo: Properly quote the name "C++".
8360 * gdbint.texinfo: Ditto.
8361 * stabs.texinfo: Ditto.
8362
1eb288ea
EZ
83632004-02-11 Elena Zannoni <ezannoni@redhat.com>
8364
8365 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8366 minimal information about libiberty.
8367
e4937fc1
MC
83682004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8369
8370 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8371
a9331b3f
RM
83722004-02-04 Roland McGrath <roland@redhat.com>
8373
8374 * gdb.texinfo (Auxiliary Vector): New node (section).
8375 (Data): Add it to the menu.
8376
2650777c
JJ
83772004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8378
8379 * gdb.texinfo (Breakpoints): Add information about pending
8380 breakpoint support.
8381
b4501125
AC
83822004-01-26 Andrew Cagney <cagney@redhat.com>
8383
8384 * gdb.texinfo (Overview): Delete references to the cisco protocol
8385 including the "N" response.
8386
74055713
AC
83872004-01-26 Andrew Cagney <cagney@redhat.com>
8388
8389 * gdbint.texinfo (Target Architecture Definition): Rename
8390 EXTRACT_STRUCT_VALUE_ADDRESS to
8391 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 8392
3bbe9696
EZ
83932004-01-24 Eli Zaretskii <eliz@gnu.org>
8394
8395 * gdb.texinfo (KOD): Document "show os". Add index entries for
8396 "set/show os" and "info cisco" commands.
8397
5843504f
EZ
83982004-01-21 Eli Zaretskii <eliz@gnu.org>
8399
8400 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8401
9175c9a3
MC
84022004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8403
8404 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8405 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8406
8e94b928
NR
84072004-01-19 Nick Roberts <nick@nick.uklinux.net>
8408
8409 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8410 -stack-list-locals.
8411 (GDB/MI Variable Objects): Describe extension to
8412 -var-list-children.
8413
a20cf136
DJ
84142004-01-17 Daniel Jacobowitz <drow@mvista.com>
8415
8416 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8417
afb18d0f
AC
84182004-01-17 Andrew Cagney <cagney@redhat.com>
8419
8420 * gdbint.texinfo (Target Architecture Definition): Delete
8421 documentation on DEPRECATED_NPC_REGNUM.
8422
b51970ac
DJ
84232004-01-13 Daniel Jacobowitz <drow@mvista.com>
8424
8425 * gdb.texinfo: Update copyright year. Mention that set
8426 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8427 "set follow-fork-mode ask".
8428
0f0cffd2
AC
84292004-01-13 Andrew Cagney <cagney@redhat.com>
8430
8431 * gdbint.texinfo: Update copyright year.
8432 (Coding): Add -Wunused-label to list of -Werror warnings.
8433
c552b3bb 84342004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 8435 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
8436
8437 * gdb.texinfo: Update copyright.
8438 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8439 around names, as appropriate. Minor syntax cleanup of
8440 _NSPrintForDebugger explanation. Two spaces after periods.
8441 GDBN used instead of lit. "gdb". Index entries added for
8442 print-object and _NSPrintForDebugger. @noindent added in one spot.
8443
afe157ca
EZ
84442003-11-11 Elena Zannoni <ezannoni@redhat.com>
8445
8446 * stabs.texinfo: Add dircategory and direntry commands.
8447 * annotate.texinfo: Ditto.
8448
963e2bb7
AC
84492003-11-10 Andrew Cagney <cagney@redhat.com>
8450
8451 * gdbint.texinfo (Target Architecture Definition): Replace the
8452 return_value method's "inval" and "outval" parameters with
8453 "readbuf" and "writebuf".
8454
1d8b2f28
JB
84552003-10-28 Jim Blandy <jimb@redhat.com>
8456
8457 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8458 from "The `F' request packet" and "The `F' reply packet", to make
8459 texi2dvi happy.
8460 (File-I/O remote protocol extension): Update menu entries, too.
8461
36d86913
MC
84622003-10-26 Michael Chastain <mec@shout.net>
8463
8464 * gdb.texinfo (Thread Stops): Document the issue with
8465 premature return from system calls in multi-threaded programs.
8466
ce2826aa
AC
84672003-10-24 Andrew Cagney <cagney@redhat.com>
8468
8469 * annotate.texinfo: Fix "fortunatly"[sic].
8470
f24c5e49
KI
84712003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8472
8473 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8474 with "Hitachi" and "Mitsubishi".
8475
92ad9cd9
AC
84762003-10-20 Andrew Cagney <cagney@redhat.com>
8477
8478 * gdbint.texinfo (Target Architecture Definition): Document
8479 gdbarch_return_value. Add cross references from
8480 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8481 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8482
0ab4b752
MK
84832003-10-18 Mark Kettenis <kettenis@gnu.org>
8484
8485 * gdbint.texinfo (Target Architecture Definition): Document
8486 regset_from_core_section.
fb3e19c0
KI
8487
84882003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8489
8490 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8491
a9331b3f 84922003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
8493
8494 From Anthony Green <green@redhat.com>:
5ae4183a 8495 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 8496
1485d690
KB
84972003-10-14 Kevin Buettner <kevinb@redhat.com>
8498
889bf7c5
PA
8499 * gdb.texinfo (Breakpoint related warnings): New node.
8500 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 8501
86d30acc
DJ
85022003-10-13 Daniel Jacobowitz <drow@mvista.com>
8503
8504 * gdb.texinfo (Remote Protocol): Document v and vCont.
8505
172c2a43
KI
85062003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8507
8508 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8509 * gdbint.texinfo: Ditto.
8510
71952f4c
AC
85112003-10-09 Andrew Cagney <cagney@redhat.com>
8512
8513 From 2003-09-18 David Anderson <davea@sgi.com>:
8514 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8515 "command".
8516
268e2188
AC
85172003-10-03 Andrew Cagney <cagney@redhat.com>
8518
8519 * gdbint.texinfo (Target Architecture Definition): Deprecate
8520 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8521 just target.
8522
12c266ea 85232003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 8524
f30992d4 8525 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
8526 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8527 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8528 * gdbint.texinfo (Target Architecture Definition): Rename
8529
85302003-09-30 Andrew Cagney <cagney@redhat.com>
8531
f30992d4 8532 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 8533 (Target Architecture Definition):
f30992d4 8534
2e092625
AC
8535 * gdbint.texinfo (Target Architecture Definition): Rename
8536 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8537
0717ae8a
AC
85382003-09-29 Andrew Cagney <cagney@redhat.com>
8539
dad809b7
AC
8540 * gdbint.texinfo (Target Architecture Definition): Delete
8541 documentation for NEED_TEXT_START_END.
8542
0717ae8a
AC
8543 * gdbint.texinfo (Target Architecture Definition): Rename
8544 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8545 TARGET_WRITE_PC.
a9331b3f 8546
af6cf26d
MC
85472003-09-22 Michael Chastain <mec@shout.net>
8548
8549 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8550
ee206350
AG
85512003-09-21 Anthony Green <green@redhat.com>
8552
8553 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8554
a38c9fe6
MK
85552003-09-21 Mark Kettenis <kettenis@gnu.org>
8556
8557 * gdbint.texinfo (Target Architecture Definition): Document
8558 stabs_argument_has_addr.
8559
77949794
AC
85602003-09-18 Andrew Cagney <cagney@redhat.com>
8561
8562 * gdbint.texinfo (Target Architecture Definition): Delete
8563 documentation on REGISTER_NAMES.
8564
8e823e25
MK
85652003-09-13 Mark Kettenis <kettenis@gnu.org>
8566
8567 * gdbint.texinfo (Target Architecture Definition): Replace
8568 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8569
f27dd7fd
AC
85702003-09-11 Andrew Cagney <cagney@redhat.com>
8571
8572 * gdbint.texinfo (Target Architecture Definition): Replace
8573 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8574
8b148df9
AC
85752003-08-18 Andrew Cagney <cagney@redhat.com>
8576
8577 * gdbint.texinfo (Target Architecture Definition): Document
8578 "frame_red_zone_size".
8579
25d29d70
AC
85802003-08-09 Andrew Cagney <cagney@redhat.com>
8581
8582 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8583 with "set/show backtrace past-main" and "set/show backtrace
8584 limit".
8585
c938e9b0
L
85862003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8587
8588 * Makefile.in (install-info): Support DESTDIR.
8589 (install-html): Likewise.
8590
64fabec2
AC
85912003-08-07 Andrew Cagney <cagney@redhat.com>
8592
8593 Patch from Nick Roberts.
8594 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8595 bindings. Remove description of send-gdb-command.
8596
2fcf52f0
AC
85972003-08-07 Andrew Cagney <cagney@redhat.com>
8598
8599 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8600 GDB 6.0.
8601
086432e2
AC
86022003-08-06 Andrew Cagney <cagney@redhat.com>
8603
8604 * gdb.texinfo (Mode Options): Mention that level three is the
8605 highest available and that level 2 is deprecated.
8606 (Annotations Overview): Mention annotation levels. Cross reference
8607 to "Limitations of the Annotation Interface" in annotate.texi.
8608 (TODO, Value Annotations, Frame Annotations): Delete section.
8609 (Displays, Breakpoint Info): Delete.
8610
e5249f67
AC
86112003-08-04 Andrew Cagney <cagney@redhat.com>
8612
8613 * agentexpr.texi: Delete @bye.
8614 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8615 (stabs.info): Add $(srcdir) to include search path.
8616 (html): Depend on "annotate_toc.html", and not "annotate.html".
8617 * stabs.texinfo: Ditto. Include "fdl.texi".
8618 * gdbint.texinfo: Update copyright statement's list of invariant
8619 sections.
8620
e6f672d2
AC
86212003-07-28 Andrew Cagney <cagney@redhat.com>
8622
8623 * Makefile.in (INFO_DEPS): Add annotate.info.
8624 (dvi, ps, html, pdf): Add annotate.
8625 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8626 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8627 (ANNOTATE_DOC_FILES): New macro.
8628 (ANNOTATE_TEX_TMPS): New macro.
8629 (annotate.info, annotate_toc.html): Specify dependencies.
8630 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8631 * annotate.texinfo: Rename annotate.texi. Get building. Add
8632 "Migrating to GDB/MI" and "Limitations of the Annotation
8633 Interface" chapters. Mention why it is not part of the user
8634 guide. Update copyright notice. Include "fdl.texi".
8635
72ffddc9
SC
86362003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8637
8638 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8639
a9f12a31
DJ
86402003-07-24 Daniel Jacobowitz <drow@mvista.com>
8641
8642 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8643
b1fe9455
DJ
86442003-07-24 Daniel Jacobowitz <drow@mvista.com>
8645
8646 * gdb.texinfo (Server): Mention pidof.
8647
153721e6
AC
86482003-07-22 Andrew Cagney <cagney@redhat.com>
8649
8650 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8651 list.
8652
0fac0b41
DJ
86532003-06-28 Daniel Jacobowitz <drow@mvista.com>
8654
8655 * gdb.texinfo (Logging output): New chapter.
8656
4e562065
JB
86572003-06-24 Joel Brobecker <brobecker@gnat.com>
8658
8659 * gdb.texinfo (Unsupported languages): New section.
8660 (Languages): Add link to new section.
8661
f2c06f52
AC
86622003-06-22 Andrew Cagney <cagney@redhat.com>
8663
8664 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8665
b4177fca
DJ
86662003-06-22 Daniel Jacobowitz <drow@mvista.com>
8667
8668 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8669
f418dd93
DJ
86702003-06-22 Daniel Jacobowitz <drow@mvista.com>
8671
8672 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8673 * agentexpr.texi: Retitle section, and change it to an appendix.
8674 Comment out texinfo initialization. Factor a @var{} into two
8675 pieces to prevent makeinfo warnings.
8676 * gdb.texinfo: Add Agent Expressions appendix.
8677
4ca61388
DJ
86782003-06-19 Daniel Jacobowitz <drow@mvista.com>
8679
8680 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8681
07f31aa6
DJ
86822003-06-18 Daniel Jacobowitz <drow@mvista.com>
8683
5ae4183a 8684 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
8685 remote target". Document the "detach" and "disconnect" commands.
8686 (Server, Netware, Debug Session): Reference "Connecting to a
8687 remote target".
8688 (GDB/MI Target Manipulation): Document "-target-disconnect".
8689
2dd0da42
AC
86902003-06-13 Andrew Cagney <cagney@redhat.com>
8691
8692 * gdbint.texinfo (Target Architecture Definition): Deprecate
8693 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8694 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8695
e7a3abfc
JB
86962003-06-09 Jim Blandy <jimb@redhat.com>
8697
8698 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8699
25e3a86b
AC
87002003-06-08 Andrew Cagney <cagney@redhat.com>
8701
8702 * gdbint.texinfo (Target Architecture Definition): Delete
8703 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8704
a9e5fdc2
AC
87052003-06-08 Andrew Cagney <cagney@redhat.com>
8706
8707 * gdbint.texinfo (Target Architecture Definition): Document
8708 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8709
b37303ee
AF
87102003-06-07 Adam Fedor <fedor@gnu.org>
8711
8712 * gdb.texinfo: Add Objective-C documentation.
8713
39fe6e80
AC
87142003-06-01 Andrew Cagney <cagney@redhat.com>
8715
8716 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8717 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8718
125309b2
AC
87192003-05-21 Andrew Cagney <cagney@redhat.com>
8720
8721 * gdbint.texinfo (Target Architecture Definition): Delete
8722 references to "extract_address" and "store_address".
8723
b8b527c5
AC
87242003-05-16 Andrew Cagney <cagney@redhat.com>
8725
8726 * gdbint.texinfo (Target Architecture Definition): Replace
8727 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8728 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8729
50e3ee83
TR
87302003-05-14 Theodore A. Roth <troth@openavr.org>
8731
8732 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8733
44e2be90
L
87342003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8735
8736 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8737 (gdb.dvi): Likewise.
8738 (gdb.pdf): Likewise.
8739 (links2roff): Likewise.
8740
df5215a6
JB
87412003-05-08 Jim Blandy <jimb@redhat.com>
8742
8743 * gdb.texinfo (Dump/Restore Files): Update documentation for
8744 'dump', 'append', and 'restore': note that format argument is
8745 optional; simplify presentation of the command variants; and be
8746 more precise about the formats.
8747
5e7b2f39
JB
87482003-05-07 Jim Blandy <jimb@redhat.com>
8749
8750 * gdb.texinfo (Symbols): Update documentation: 'maint list
8751 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8752 symtabs' and 'maint info psymtabs'.
8753
b1e29e33
AC
87542003-05-05 Andrew Cagney <cagney@redhat.com>
8755
8756 * gdbint.texinfo (Target Architecture Definition): Make
8757 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8758 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8759 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8760
00905d52
AC
87612003-05-04 Andrew Cagney <cagney@redhat.com>
8762
8763 * gdb.texinfo (Maintenance Commands): Document "maint print
8764 dummy-frames".
8765
54ff5908
AC
87662003-05-04 Andrew Cagney <cagney@redhat.com>
8767
8768 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8769
32e7087d
JB
87702003-05-03 J. Brobecker <brobecker@gnat.com>
8771
8772 Thierry Schneider <tpschneider1@yahoo.com>
8773 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8774 for new MI command.
8775
7043d8dc
AC
87762003-05-03 Andrew Cagney <cagney@redhat.com>
8777
8778 * gdbint.texinfo (Target Architecture Definition): Document
8779 push_dummy_code. Add cross references.
8780
e33d66ec
EZ
87812003-05-02 Elena Zannoni <ezannoni@redhat.com>
8782
8783 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8784 set/show charsets commands.
8785
0ba6dca9
AC
87862003-04-28 Andrew Cagney <cagney@redhat.com>
8787
8788 * gdbint.texinfo (Target Architecture Definition): Replace
8789 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8790 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8791
d7a27068
AC
87922003-04-28 Andrew Cagney <cagney@redhat.com>
8793
8794 * gdbint.texinfo (Target Architecture Definition): Rename
8795 "tm_print_insn" to "deprecated_tm_print_insn".
8796
44ea7b70
JB
87972003-04-09 Jim Blandy <jimb@redhat.com>
8798
8799 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8800 list psymtabs'.
8801
fb8f8949
AC
88022003-04-08 Andrew Cagney <cagney@redhat.com>
8803
8804 * gdbint.texinfo (Target Architecture Definition): Delete
8805 references to EXTRA_FRAME_INFO.
8806
32fb0f22
AC
88072003-04-08 Andrew Cagney <cagney@redhat.com>
8808
8809 * gdbint.texinfo (Target Architecture Definition): Delete
8810 PRINT_TYPELESS_INTEGER.
8811
6be67e67
JB
88122003-04-02 J. Brobecker <brobecker@gnat.com>
8813
8814 * observer.texi (GDB Observers): Adjust the documentation for the
8815 normal_stop notification to better describe reality. Fix a couple
8816 of minor typos.
8817
4e35d5f0
BR
88182003-04-02 Bob Rossi <bob_rossi@cox.net>
8819
a9331b3f 8820 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
8821 '-file-list-exec-source-file'
8822
e8a8712a
AC
88232003-03-31 Andrew Cagney <cagney@redhat.com>
8824
8825 * gdbint.texinfo (Target Architecture Definition): Delete
8826 references to CALL_DUMMY_P.
8827
6c0e89ed
AC
88282003-03-30 Andrew Cagney <cagney@redhat.com>
8829
8830 * gdbint.texinfo (Target Architecture Definition): Remove
8831 reference to TARGET_WRITE_SP.
a9331b3f 8832
378bfd1b
AC
88332003-03-27 Andrew Cagney <cagney@redhat.com>
8834
8835 * gdbint.texinfo (Target Architecture Definition): Remove
8836 references to write_sp.
6c0e89ed 8837
922fbb7b
AC
88382003-03-27 Andrew Cagney <cagney@redhat.com>
8839
8840 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8841 chapter body. Use @smallexample instead of @example.
8842 (Annotations): Ditto.
8843 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8844 annotate.texi.
8845
b81774d8
AC
88462003-03-26 Andrew Cagney <cagney@redhat.com>
8847
8848 * gdbint.texinfo (Target Architecture Definition): Replace
8849 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8850 dummy_addr parameters.
8851
1bf6d5cc
AC
88522003-03-25 Andrew Cagney <cagney@redhat.com>
8853
8854 * gdbint.texinfo (Target Architecture Definition): Delete
8855 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8856 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8857 Add reference to PUSH_ARGUMENTS.
8858
618ce49f
AC
88592003-03-23 Andrew Cagney <cagney@redhat.com>
8860
8861 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8862 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8863
bcd7e15f
JB
88642003-03-18 J. Brobecker <brobecker@gnat.com>
8865
8866 * gdbint.texinfo (Algorithms): Add new section describing the
8867 Observer paradigm.
8868 (Top): Add menu entry to new observer appendix.
8869 * observer.texi: New file.
8870 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8871 new observer.texi file.
8872
9fe8321b
AC
88732003-03-17 Andrew Cagney <cagney@redhat.com>
8874
8875 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8876 that GNU Press update the manual version number.
8877
ac2adee5
AC
88782003-03-12 Andrew Cagney <cagney@redhat.com>
8879
8880 * gdbint.texinfo (Target Architecture Definition): Delete
8881 references to get_saved_register. Rename GET_SAVED_REGISTER to
8882 DEPRECATED_GET_SAVED_REGISTER.
8883
749b82f6
AC
88842003-03-13 Andrew Cagney <cagney@redhat.com>
8885
8886 * gdbint.texinfo (Target Architecture Definition): Replace
8887 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8888
8bedc050
AC
88892003-03-12 Andrew Cagney <cagney@redhat.com>
8890
8891 * gdbint.texinfo (Target Architecture Definition): Rename
8892 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 8893
0ce1b118
CV
88942003-03-10 Corinna Vinschen <vinschen@redhat.com>
8895
8896 * gdb.texinfo: Add File-I/O documentation.
8897
12cc2063
AC
88982003-03-10 Andrew Cagney <cagney@redhat.com>
8899
8900 * gdbint.texinfo (Target Architecture Definition): Cross reference
8901 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8902
7453dc06
AC
89032003-03-07 Andrew Cagney <cagney@redhat.com>
8904
8905 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8906 frame" command.
8907
6314f104
AC
89082003-03-05 Andrew Cagney <cagney@redhat.com>
8909
8910 * gdbint.texinfo (Target Architecture Definition): Document
8911 unwind_dummy_id. Cross reference unwind_dummy_id and
8912 SAVE_DUMMY_FRAME_TOS.
8913
f1212245
DJ
89142003-03-05 James Ingham <jingham@apple.com>
8915 Daniel Jacobowitz <drow@mvista.com>
8916
8917 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8918 and "show cp-abi".
8919
77e7e267
AC
89202003-03-03 Andrew Cagney <cagney@redhat.com>
8921
8922 * gdbint.texinfo (Target Architecture Definition): Document
8923 register_type.
8924
838a8221
AC
89252003-03-03 Andrew Cagney <cagney@redhat.com>
8926
8927 * stabs.texinfo (Structures): Use @samp and separate @var's
8928 instead of a single @var containing a comma separated list.
8929 (Unions): Ditto.
8930
d7f4a264
DJ
89312003-03-02 Daniel Jacobowitz <drow@mvista.com>
8932
8933 * Makefile.in (distclean): Remove config.log.
8934
f30ee0bc
AC
89352003-03-01 Andrew Cagney <cagney@redhat.com>
8936
8937 * gdbint.texinfo (Target Architecture Definition): Rename
8938 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8939
89402003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
8941
8942 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8943 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8944
be448670
CF
89452003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8946
8947 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8948 (Non-debug DLL symbols): New node, describing the minimal symbols
8949 loaded from DLLs without real debugging symbols.
8950
501eef12
AC
89512003-02-20 Andrew Cagney <ac131313@redhat.com>
8952
8953 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8954 hardware-breakpoint-limit".
8955 (Set Watchpoints): Add cross reference to "set remote
8956 hardware-watchpoint-limit".
8957 (Remote configuration options): New section.
8958
21c294e6
AC
89592003-02-04 Andrew Cagney <ac131313@redhat.com>
8960
e9be73e4
AC
8961 * gdbint.texinfo (Target Architecture Definition): Delete
8962 descrption of IS_TRAPPED_INTERNALVAR.
8963
21c294e6
AC
8964 From Keith Seitz <keiths@redhat.com>:
8965 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8966 option "-i"/"--interpreter" to this chapter. Include index
8967 entries.
8968
0179ffac
DC
89692003-02-04 David Carlton <carlton@math.stanford.edu>
8970
8971 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8972 (Variables): Recommend stabs+ and DWARF 2.
8973 (C plus plus expressions): Correct info about
8974 compiler versions, debug formats.
8975 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8976 PR symtab/874.
8977
7ca9f392
AC
89782003-02-01 Andrew Cagney <ac131313@redhat.com>
8979
8980 * gdbint.texinfo (Target Architecture Definition): Delete
8981 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8982 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8983 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8984 references to nindy and i960.
8985 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8986
31a85ea2
AC
89872003-02-01 Andrew Cagney <ac131313@redhat.com>
8988
8989 * gdbint.texinfo (Target Architecture Definition): Delete
8990 FLOAT_INFO.
8991
6b894e49
AC
89922003-01-30 Andrew Cagney <ac131313@redhat.com>
8993
8994 * stabs.texinfo (Member Type Descriptor): Clarify description of
8995 `@'. Suggested by Ben Hutchings.
8996
c48861fb
AC
89972003-01-29 Andrew Cagney <ac131313@redhat.com>
8998
8999 * gdb.texinfo (M68K): Delete reference to es1800.
9000
617073a9
AC
90012003-01-29 Andrew Cagney <ac131313@redhat.com>
9002
9003 * gdb.texinfo (Maintenance Commands): Document `maint print
9004 reggroups' and `maint print register-groups'.
9005 * gdbint.texinfo (Target Architecture Definition): Document
9006 register_reggroup_p.
9007
5b5d99cf
JB
90082003-01-23 Jim Blandy <jimb@redhat.com>
9009
9010 * gdb.texinfo (Separate Debug Files): New section.
9011
e7ba9c65
DJ
90122003-01-22 Daniel Jacobowitz <drow@mvista.com>
9013
9014 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9015 and "maint show profile".
9016
94e91d6d
MC
90172003-01-16 Michael Chastain <mec@shout.net>
9018
9019 * gdb.texinfo (Installing GDB): Warn against
9020 ".../gdb-VERSION/gdb/configure".
9021 (Separate Objdir): Likewise.
9022
867f3898
AC
90232003-01-15 Andrew Cagney <ac131313@redhat.com>
9024
9025 * gdbint.texinfo (Target Architecture Definition): Delete
9026 definition of PRINT_REGISTER_HOOK.
9027
f153cc92
EZ
90282003-01-15 Elena Zannoni <ezannoni@redhat.com>
9029
9030 (OpenRISC 1000): Fix formatting of command names.
9031
c60eb6f1
EZ
90322003-01-15 Elena Zannoni <ezannoni@redhat.com>
9033
9034 * gdb.texinfo (Continuing and Stepping): Add new command
9035 'advance'. Clarify behavior of 'until'.
9036
f5ebfba0
DJ
90372003-01-13 Daniel Jacobowitz <drow@mvista.com>
9038
9039 * gdb.texinfo (Files): Document solib-absolute-prefix and
9040 solib-search-path.
9041
4ce8657e
MC
90422003-01-09 Michael Chastain <mec@shout.net>
9043
9044 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9045 (Create a Release): Add new instructions for new @file{src-release}.
9046 Document existing instructions for @file{Makefile.in} as
9047 being for @value{GDBN} 5.3.1 or earlier.
9048
372613e3
AC
90492003-01-09 Andrew Cagney <ac131313@redhat.com>
9050
9051 * gdbint.texinfo (Target Architecture Definition): Mention
9052 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9053 allocate memory.
9054
b4e9345d
DJ
90552003-01-04 Daniel Jacobowitz <drow@mvista.com>
9056
9057 * gdb.texinfo (Controlling GDB): Add @kindex for
9058 "show osabi".
9059 (Backtraces): Add @kindex's for backtrace-below-main.
9060
98b45e30
DJ
90612003-01-04 Daniel Jacobowitz <drow@mvista.com>
9062
9063 * gdb.texinfo (Controlling GDB): Document "set osabi".
9064
95f90d25
DJ
90652003-01-04 Daniel Jacobowitz <drow@mvista.com>
9066
9067 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9068 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9069
1e698235
DJ
90702003-01-04 Daniel Jacobowitz <drow@mvista.com>
9071
9072 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9073 "set coerce-float-to-double".
9074 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9075
e632838e
AC
90762003-01-02 Andrew Cagney <ac131313@redhat.com>
9077
9078 * stabs.texinfo: Remove obsolete text.
9079 * gdbint.texinfo: Ditto.
9080 * gdb.texinfo: Ditto.
9081
c133ab7a
MK
90822002-12-22 Mark Kettenis <kettenis@gnu.org>
9083
9084 * gdbint.texinfo (Target Architecture Definition): Update
9085 description of gdbarch_register_osabi.
9086
f821f325
KH
90872002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9088
9089 * agentexpr.texi: Fix typos.
9090 * annotate.texi: Likewise.
9091 * fdl.texi: Likewise.
9092
85a6d8d3 90932002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
9094
9095 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9096 DEPRECATED_INIT_FRAME_PC.
9097
ae45cd16
AC
90982002-12-01 Andrew Cagney <ac131313@redhat.com>
9099
9100 * gdbint.texinfo (Target Architecture Definition): Delete
9101 PC_IN_CALL_DUMMY.
9102
07555a72
AC
91032002-11-28 Andrew Cagney <ac131313@redhat.com>
9104
9105 * gdbint.texinfo (Host Definition): Delete documentation on
9106 USE_GENERIC_DUMMY_FRAMES.
9107
c166cdc7
EZ
91082002-11-26 Elena Zannoni <ezannoni@redhat.com>
9109
5ae4183a 9110 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
9111 * Makefile.in (install-info): Run the install-info command as part
9112 of the post install steps only.
9113 (uninstall-info): New target.
9114 (uninstall): New target.
9115
35db0260
EZ
91162002-11-22 Elena Zannoni <ezannoni@redhat.com>
9117
9118 * Makefile.in (install): Make install do some real work.
9119
9ba8d803
AC
91202002-11-19 Andrew Cagney <ac131313@redhat.com>
9121
9122 Fix POSIX problem reported by Paul Eggert.
9123 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9124 Fix PR gdb/527.
9125
903ad3a6
AC
91262002-10-26 Andrew Cagney <cagney@redhat.com>
9127
9128 * gdbint.texinfo (Target Architecture Definition): Delete
9129 definition of DO_REGISTERS_INFO.
9130
f2abfe65
KB
91312002-10-18 Kevin Buettner <kevinb@redhat.com>
9132
9133 * gdbint.texinfo (Address Classes): Fix problems with insertion
9134 of ``{'' and ``}'' in example.
9135
b5b0480a
KB
91362002-10-17 Kevin Buettner <kevinb@redhat.com>
9137
9138 * gdbint.texinfo (Address Classes): New section.
9139 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9140 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9141 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9142 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9143
c85508ee
KD
91442002-10-11 Klee Dienes <kdienes@apple.com>
9145
9146 * gdb.texinfo (Registers): Mention vector registers as well as
9147 floating registers in the documentation for 'info registers' and
9148 'info all-registers'.
9149
6d12fc3d
DJ
91502002-10-11 Daniel Jacobowitz <drow@mvista.com>
9151
9152 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9153
8d19fbd2
JJ
91542002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9155
9156 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9157 interface definition.
9158
a37295f9
MM
91592002-10-03 Marko Mlinar <markom@opencores.org>
9160
9161 * gdb.texinfo (Target Commands): Add or1k target specific
9162 commands.
9163 * gdb.texinfo (Contributors): Add myself to the contributors list.
9164
da0f9dcd
AC
91652002-10-01 Andrew Cagney <ac131313@redhat.com>
9166
9167 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9168 and "mi1" instead of "mi1" and "mi0".
9169
2e834e49
HPN
91702002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9171
9172 * gdb.texinfo (Packets): Fix typos "alligned".
9173 Correct z3/Z3 description. Correct z4/Z4 title.
9174
050be0dc
AC
91752002-09-27 Andrew Cagney <ac131313@redhat.com>
9176
9177 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9178
1104b9e7
KB
91792002-09-25 Kevin Buettner <kevinb@redhat.com>
9180
9181 * gdb.texinfo: Use GNU/Linux instead of Linux.
9182
512217c7
AC
91832002-09-25 Andrew Cagney <ac131313@redhat.com>
9184
9185 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9186
10998722
AC
91872002-09-24 Andrew Cagney <ac131313@redhat.com>
9188
512217c7 9189 * gdb.texinfo: Replace @example with @smallexample.
10998722 9190
a0eb71c5
KB
91912002-09-20 Kevin Buettner <kevinb@redhat.com>
9192
f7dc1244 9193 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
9194 * gdb.texinfo (Character Sets): Use @smallexample instead of
9195 @example. Use GNU/Linux instead of Linux.
9196
91972002-09-20 Jim Blandy <jimb@redhat.com>
9198
9199 * gdb.texinfo: Add character set documentation.
9200
2f870471
AC
92012002-09-19 Andrew Cagney <ac131313@redhat.com>
9202
9203 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9204 (Packets): Add cross reference from `b' packet to `z' packets.
9205
790eb8f5
AC
92062002-09-19 Andrew Cagney <ac131313@redhat.com>
9207
8d30a00d
AC
9208 * gdb.texinfo (Maintenance Commands): Document ``maint
9209 internal-error'' and ``maint internal-warning''.
9210
790eb8f5
AC
9211 * gdbint.texinfo (Target Architecture Definition): Revise
9212 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9213
a23a7bf1
JB
92142002-09-19 Joel Brobecker <brobecker@gnat.com>
9215
9216 * gdbint.texinfo (Target Conditionals): Document the new
9217 NAME_OF_MALLOC macro.
9218
299ffc64
AC
92192002-09-05 Andrew Cagney <ac131313@redhat.com>
9220
9221 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9222 engineer.
9223
b7bb15bc
SC
92242002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9225
9226 * gdb.texinfo (TUI Overview): Document status line fields.
9227
3d757584
SC
92282002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9229
9230 * gdb.texinfo (TUI Commands): Document info win command.
9231
269c21fe
SC
92322002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9233
9234 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9235
7cf36c78
SC
92362002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9237
9238 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9239 (TUI Keys): Likewise.
9240
d2c6833e
AC
92412002-08-25 Andrew Cagney <ac131313@redhat.com>
9242
9243 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9244 for a packet receive.
9245
46d8b1c3
AC
92462002-08-25 Andrew Cagney <ac131313@redhat.com>
9247
9248 * Makefile.in (clean): Move to end of file.
9249 (distclean, maintainer-clean, realclean): Ditto.
9250 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9251 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9252 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9253 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9254
b0787093
AC
92552002-08-24 Andrew Cagney <ac131313@redhat.com>
9256
9257 * Makefile.in (GDBINT_TEX_TMPS): Define.
9258 (gdbint.dvi, gdbint.pdf): Use
9259 (GDB_TEX_TMPS): Define.
9260 (gdb.dvi, gdb.pdf): Use.
9261 (STABS_TEX_TMPS): Define.
9262 (stabs.dvi, stabs.pdf): Use.
9263 (GDB_DOC_SOURCE_INCLUDES): New macros.
9264 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9265 (GDBINT_DOC_FILES_INCLUDES): New macros.
9266 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9267 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9268 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9269 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9270 (links2roff): Replace SFILES_INCLUDED with
9271 GDB_DOC_SOURCE_INCLUDES.
9272 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9273 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9274 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9275 dependencies.
9276 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9277 dependencies.
9278 (gdbmi.texinfo): Delete rule.
9279 (inc-hist.texinfo): Delete rule.
9280 (rluser.texinfo): Delete rule.
9281
ebba8386
AC
92822002-08-23 Andrew Cagney <cagney@redhat.com>
9283
9284 * gdbint.texinfo (Target Architecture Definition): Update
9285 STORE_RETURN_VALUE, mention regcache.
9286
0ab7a791
AC
92872002-08-21 Andrew Cagney <ac131313@redhat.com>
9288
9289 * gdbint.texinfo (Target Architecture Definition): Document
9290 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9291
ee2d5c50
AC
92922002-08-19 Andrew Cagney <ac131313@redhat.com>
9293
9294 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9295 Fix minor typos. Add index entries.
9296
53c69bd7
AC
92972002-08-18 Andrew Cagney <ac131313@redhat.com>
9298
9299 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9300
e76f1f2e
AC
93012002-08-15 Andrew Cagney <ac131313@redhat.com>
9302
9303 * gdbint.texinfo (Target Architecture Definition): Document
9304 PRINT_VECTOR_INFO.
9305 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9306
0680b120
AC
93072002-08-13 Andrew Cagney <ac131313@redhat.com>
9308
9309 * gdb.texinfo (Maintenance Commands): Document "maint print
9310 registers", "maint print raw-registers" and "maint print
9311 cooked-registers".
9312
3c3bea1c
GS
93132002-08-08 Grace Sainsbury <graces@redhat.com>
9314
a9331b3f 9315 From Mark Salter:
3c3bea1c
GS
9316 * gdb.texinfo (Protocol): Document T packet extension to
9317 allow watchpoint address reporting.
9318
42f9b0a5
AC
93192002-08-03 Andrew Cagney <ac131313@redhat.com>
9320
9321 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9322
db034ac5
AC
93232002-08-01 Andrew Cagney <cagney@redhat.com>
9324
9325 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9326 to CHILL.
9327
e2b28d04
AC
93282002-08-01 Andrew Cagney <ac131313@redhat.com>
9329
9330 * gdbint.texinfo (Coding): Revise section "Include Files".
9331
7fb623f7
AC
93322002-07-24 Andrew Cagney <cagney@redhat.com>
9333
9334 * gdbint.texinfo: Obsolete references to m88k.
9335 * gdb.texinfo: Ditto.
9336
4a2b4636
JB
93372002-07-10 Joel Brobecker <brobecker@gnat.com>
9338
7fb623f7 9339 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
9340 where the proper version of autoconf can be retrieved.
9341
a71ec265
DH
93422002-07-09 Don Howard <dhoward@redhat.com>
9343
9344 * gdb.texinfo (Command Files): Further describe the behavior of
9345 sourced command files.
9346
b9aa90c9
AC
93472002-06-27 Andrew Cagney <ac131313@redhat.com>
9348
9349 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9350 (Coding): Clarify ISO C version that GDB assumes.
9351
40dd2248
TT
93522002-06-26 Tom Tromey <tromey@redhat.com>
9353
9354 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9355 add_setshow_cmd_full.
9356
bfac230e
DH
93572002-06-25 Don Howard <dhoward@redhat.com>
9358
9359 * gdb.texinfo (Memory Region Attributes): Document new behavior
9360 for 'mem' command.
9361
475b0867
JB
93622002-06-11 Jim Blandy <jimb@redhat.com>
9363
919d772c
JB
9364 * gdb.texinfo (Symbols): Update documentation for `info source'
9365 command.
9366
475b0867
JB
9367 * gdb.texinfo (Macros): Call the command `info macro', not
9368 `show macro'.
9369
ba8c9337
AC
93702002-06-09 Andrew Cagney <ac131313@redhat.com>
9371
9372 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9373 data''.
9374
1029b7fa
MK
93752002-06-09 Mark Kettenis <kettenis@gnu.org>
9376
9377 * gdbint.texinfo (Target Architecture Definition): Document
9378 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9379
16737d73
AC
93802002-06-08 Andrew Cagney <ac131313@redhat.com>
9381
9382 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9383 lists.
9384
30107679
AC
93852002-06-08 Andrew Cagney <ac131313@redhat.com>
9386
9387 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9388 Branch''.
9389
3352e23e
AC
93902002-06-01 Andrew Cagney <ac131313@redhat.com>
9391
9392 * gdbint.texinfo (Target Architecture Definition): Add section
9393 ``Converting an existing Target Architecture to Multi-arch''.
9394
cbb09e6a
AC
93952002-05-30 Andrew Cagney <ac131313@redhat.com>
9396
9397 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9398 to ``Obsoleting code''. Revise.
9399
e2e0bcd1
JB
94002002-05-17 Jim Blandy <jimb@redhat.com>
9401
9402 * gdb.texinfo (C Preprocessor Macros): New chapter.
9403 Include it in the main menu.
9404 (Contributors): Credit Jim Blandy with macro support.
9405 (Compilation): Explain how to get macro information into the
9406 executable.
9407 (Expressions): Note that preprocessor macros are expanded.
9408
9db8d71f
DJ
94092002-05-14 Daniel Jacobowitz <drow@mvista.com>
9410
9411 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9412 options for `target remote'.
9413
6d531722
AC
94142002-05-13 Andrew Cagney <ac131313@redhat.com>
9415
9416 * gdbint.texinfo (Target Architecture Definition): Delete
9417 documentation on NNPC_REGNUM.
9418
13d01224
AC
94192002-05-11 Andrew Cagney <ac131313@redhat.com>
9420
9421 * gdbint.texinfo (Target Architecture Definition): Document
9422 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9423 (Target Architecture Definition): Revise section `Using Different
9424 Register and Memory Data Representations'. Add section `Raw and
9425 Virtual Register Representations'.
9426
b2e75d78
AC
94272002-05-11 Andrew Cagney <ac131313@redhat.com>
9428
9429 * gdbint.texinfo (Target Architecture Definition): Mention
9430 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9431 (Target Architecture Definition): Mention same. Add references to
9432 web pages.
9433
2c8682ee
MS
94342002-05-08 Michael Snyder <msnyder@redhat.com>
9435
9436 * stabs.texinfo (Attributes): Document new "vector" attribute.
9437
0816590b
AC
94382002-05-04 Andrew Cagney <ac131313@redhat.com>
9439
9440 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9441
2653173e
AC
94422002-05-04 Andrew Cagney <ac131313@redhat.com>
9443
9444 * gdb.texinfo: Delete obsolete references to a29k.
9445
d7bd68ca
AC
94462002-04-24 Andrew Cagney <ac131313@redhat.com>
9447
9448 * gdbint.texinfo (Target Architecture Definition): Replace
9449 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9450
21d83aa5
DM
94512002-04-24 David S. Miller <davem@redhat.com>
9452
9453 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9454
7673a6cc
DM
94552002-04-21 David S. Miller <davem@redhat.com>
9456
9457 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9458
d49d1e0a
AC
94592002-04-21 Andrew Cagney <ac131313@redhat.com>
9460
9461 * gdbint.texinfo (Target Architecture Definition): Delete
9462 definition of HAVE_REGISTER_WINDOWS.
9463
f7dc1244 94642002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
9465
9466 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9467 "Theodore A. Roth" <troth@verinet.com>.
9468
5ca0cb28
DH
94692002-04-15 Don Howard <dhoward@redhat.com>
9470
f7dc1244 9471 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 9472 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 9473 Provide a better explaination of this feature.
5ca0cb28 9474
f208ba17
AC
94752002-04-14 Andrew Cagney <ac131313@redhat.com>
9476
9477 * gdbint.texinfo (Target Architecture Definition): Remove
9478 FRAME_CHAIN_COMBINE.
9479
d5ba91de
MC
94802002-04-12 Michael Chastain <mec@shout.net>
9481
9482 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9483 REG_STACK_SEGMENT.
9484
26818220
MC
94852002-04-09 Michael Chastain <mec@shout.net>
9486
9487 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9488 PYRAMID_* macros.
9489
129188f6
AC
94902002-04-07 Andrew Cagney <ac131313@redhat.com>
9491
9492 * gdb.texinfo (Bug Reporting): Document that the web is the
9493 prefered way of submitting bug reports.
9494 (Bug Reporting): Delete the s-mail address as the last resort.
9495
8227c0ff
AC
94962002-04-05 Andrew Cagney <ac131313@redhat.com>
9497
9498 * gdbint.texinfo (Target Architecture Definition): Delete
9499 references to TARGET_WRITE_FP and write_fp.
9500
16d9dec6
MS
95012002-03-27 Michael Snyder <msnyder@redhat.com>
9502
9503 * gdb.texinfo: Document new commands dump, append, and restore.
9504
9ae8b82c
AC
95052002-03-27 Andrew Cagney <ac131313@redhat.com>
9506
9507 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9508 Branch'.
9509
474c8240
AC
95102002-03-18 Andrew Cagney <ac131313@redhat.com>
9511
9512 * gdb.texinfo: Change all examples to @smallexample.
9513 * gdbint.texinfo: Ditto.
a9331b3f 9514
fb0ff88f
AC
95152002-03-18 Andrew Cagney <ac131313@redhat.com>
9516
9517 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9518 Branches''.
9519
9bb0a4d8
AC
95202002-03-18 Andrew Cagney <ac131313@redhat.com>
9521
9522 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9523 Policy''.
9524
937f164b
FF
95252002-03-04 Fred Fish <fnf@redhat.com>
9526
9527 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9528 expresson, suports, dependant, trhe, perhaphs, situtations,
9529 explictily, taged, oportunity, unfortunatly).
9530
a7b40f07
AC
95312002-02-24 Andrew Cagney <ac131313@redhat.com>
9532
9533 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9534 Remove reference to 3.12.
9535
aab4e0ec
AC
95362002-02-23 Andrew Cagney <ac131313@redhat.com>
9537
9538 * gdbint.texinfo: Include fdl.texi.
9539 (Top): Add GNU Free Documentation License.
9540 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9541 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9542 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9543 (gdbint.info): Add srcdir to include path.
9544 * gdb.texinfo: Include gpl.texi.
9545 (Top): Add Copying.
9546 * gpl.texi: New file.
9547
47b95330
AC
95482002-02-23 Andrew Cagney <ac131313@redhat.com>
9549
9550 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9551
78c47bea
PM
95522002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9553
9554 * gdb.texinfo: Document Cygwin native specific commands.
9555
56460a61
DJ
95562002-02-15 Daniel Jacobowitz <drow@mvista.com>
9557
9558 * gdb.texinfo: Document gdbserver ``--attach'' command.
9559
def71bfa
MS
95602002-02-07 Michael Snyder <msnyder@redhat.com>
9561
9562 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9563 to @code(_ovly_debug_event).
9564
c928edc0
AC
95652002-02-07 Andrew Cagney <ac131313@redhat.com>
9566
9567 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9568
81d46470
MS
95692002-02-06 Michael Snyder <msnyder@redhat.com>
9570
9571 * gdb.texinfo (overlays): Mention new magic symbol
9572 '_ovly_debug_event', which allows GDB to keep better track
9573 of overlays.
9574
f7dc1244 95752002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
9576
9577 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9578 Suggested by Dmitry Sivachenko.
9579
9580 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9581
15110bc3
MS
95822002-02-01 Michael Snyder <msnyder@redhat.com>
9583
9584 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9585
6763aef9
MS
95862002-01-30 Michael Snyder <msnyder@redhat.com>
9587
ac282366
MS
9588 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9589 (set trust-readonly-sections): Document.
6763aef9 9590
8642bc8f
AC
95912002-01-29 Andrew Cagney <ac131313@redhat.com>
9592
9593 * gdbint.texinfo (Releasing GDB): Revise and update.
9594
afe64c1a
AC
95952002-01-28 Andrew Cagney <ac131313@redhat.com>
9596
9597 * gdbint.texinfo (Target Architecture Definition): Delete
9598 description of TARGET_BYTE_ORDER_DEFAULT.
9599
f7dc1244 96002002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
9601
9602 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9603 <mitya@cavia.pp.ru>.
9604
3d6e1b5a
AC
96052002-01-23 Andrew Cagney <ac131313@redhat.com>
9606
9607 * libgdb.texinfo: Delete file.
9608
6c0e9fb3
AC
96092002-01-22 Andrew Cagney <ac131313@redhat.com>
9610
9611 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9612 * gdbint.texinfo: Ditto.
9613
e0ce93ac
AC
9614Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9615
9616 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9617
be298bcc
AC
96182002-01-22 Andrew Cagney <ac131313@redhat.com>
9619
9620 * Makefile.in: Update copyright.
9621 (TEXI2DVI): Define.
9622 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9623 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9624 gdb-cfg.texi.
9625 (TEXINDEX, PDFTEX): Delete makefile variables.
9626
8e04817f
AC
96272002-01-22 Andrew Cagney <ac131313@redhat.com>
9628
9629 * gdb.texinfo (Protocol): Move section to appendix.
9630
6b2f586d
AC
96312002-01-21 Andrew Cagney <ac131313@redhat.com>
9632
9633 * gdb.texinfo (Remote Debugging): Create a menu.
9634 (Top): Add ``Remote Debugging'' to menu.
9635
6f05cf9f
AC
96362002-01-21 Andrew Cagney <ac131313@redhat.com>
9637
9638 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9639 serial protocol'' from here.
9640 (Remote Debugging): To here. New chapter.
9641
3fd3d7d2
AC
96422002-01-20 Andrew Cagney <ac131313@redhat.com>
9643
9644 * gdbint.texinfo (Target Architecture Definition): Delete
9645 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9646
7fd60527
AC
96472002-01-20 Andrew Cagney <ac131313@redhat.com>
9648
9649 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9650 are no longer needed.
9651 (Porting GDB): Add maintainer note about configure.host.
9652
c2f05ac9
AC
96532002-01-20 Andrew Cagney <ac131313@redhat.com>
9654
9655 * gdbint.texinfo (Target Architecture Definition): Remove
9656 definition of IEEE_FLOAT.
9657
f7dc1244 96582002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
9659
9660 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
9661 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9662 <3diff@gnu.org>
231b2aad 9663
82600034
AC
96642002-01-19 Andrew Cagney <ac131313@redhat.com>
9665
9666 * gdbint.texinfo (Host Definition): Remove references to
9667 MALLOC_INCOMPATIBLE.
9668
7708fa01
AC
96692002-01-17 Andrew Cagney <ac131313@redhat.com>
9670
9671 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9672 and xyz-xdep.o.
9673
eb12ee30
AC
96742002-01-17 Andrew Cagney <ac131313@redhat.com>
9675
889bf7c5 9676 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
9677 (Set Breaks): Copy ``maint info breakpoint'' doco to
9678 ``Maintenance Commands'' appendix. Add reference.
9679
c9ccaa92
AC
96802002-01-17 Andrew Cagney <ac131313@redhat.com>
9681
9682 * fdl.texi: Remove next/prev from @node.
9683
f7dc1244 96842002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
9685
9686 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9687 for monstrous @multitable (from Brian Youmans).
9688
9689 * fdl.texi: New file.
9690
9691 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9692
8973da3a
AC
96932002-01-15 Andrew Cagney <ac131313@redhat.com>
9694
9695 * gdbint.texinfo (Releasing GDB): New chapter.
9696
7d86b5d5
AC
96972002-01-14 Andrew Cagney <ac131313@redhat.com>
9698
9699 * gdb.texinfo (Embedded Processors, Calling program functions):
9700 Obsolete references to a29k.
9701
cc1cb004
AC
97022002-01-13 Andrew Cagney <ac131313@redhat.com>
9703
9704 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9705 examples. Document that a code-block should do or discard its
9706 cleanups before exit.
9707
79f12247
MS
97082002-01-11 Michael Snyder <msnyder@redhat.com>
9709
9710 * gdb.texinfo (Choosing files): Change @samp to @file.
9711
19837790
MS
97122002-01-05 Michael Snyder <msnyder@redhat.com>
9713
9714 * gdb.texinfo (--pid): Document new command line option (attach).
9715
f7dc1244 97162002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
9717
9718 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9719 in the stub.
9720
d7449b42
AC
97212002-01-04 Andrew Cagney <ac131313@redhat.com>
9722
9723 * gdbint.texinfo (Target Architecture Definition): Replace
9724 BIG_ENDIAN with BFD_ENDIAN_BIG.
9725
f23631e4
AC
97262002-01-03 Andrew Cagney <ac131313@redhat.com>
9727
9728 * gdbint.texinfo (Target Architecture Definition): Replace
9729 value_ptr with struct value pointer.
9730
72c9928d
EZ
97312002-01-02 Eli Zaretskii <eliz@gnu.org>
9732
9733 * gdb.texinfo (Free Software): Fix wording.
9734
959acfd1
EZ
97352001-12-31 Eli Zaretskii <eliz@gnu.org>
9736
9737 * gdb.texinfo (Free Software): New section ``Free Software Needs
9738 Free Documentation''.
9739
f7dc1244 97402001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
9741
9742 * stabs.texinfo:
9743 * gdb.texinfo:
9744 * gdbint.texinfo:
9745 * libgdb.texinfo:
9746 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9747
6600abed
MS
97482001-12-29 Michael Snyder <msnyder@redhat.com>
9749
9750 * gdb.texinfo (maint info sections): Fix typo.
9751
f6680716
MS
97522001-12-26 Michael Snyder <msnyder@redhat.com>
9753
fe95c787
MS
9754 * gdb.texinfo (maint info sections): Document.
9755
a9331b3f 9756 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
9757 'info proc' sub-options that are currently not implemented.
9758
c3d3ce5b
JB
97592001-12-20 Jim Blandy <jimb@redhat.com>
9760
9761 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9762
778eb05e
AC
97632001-12-15 Andrew Cagney <ac131313@redhat.com>
9764
9765 * gdbint.texinfo (Target Architecture Definition): Replace
9766 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9767
2607059c
AC
97682001-12-01 Andrew Cagney <ac131313@redhat.com>
9769
9770 * gdbint.texinfo (Host Definition): Delete documentation on
9771 HOST_BYTE_ORDER.
9772
df0cd8c5
JB
97732001-11-30 Jim Blandy <jimb@redhat.com>
9774
9775 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 9776 overlay support. Add to top-level menu.
df0cd8c5 9777
88118b3a
TT
97782001-11-26 Tom Tromey <tromey@redhat.com>
9779
9780 * gdb.texinfo (Command Syntax): Document C-o binding.
9781
96565e91
CF
97822001-07-26 Christopher Faylor <cgf@redhat.com>
9783
9784 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9785 use since it is described in the referenced section.
9786
f7dc1244 9787 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
9788 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9789 clearer when using DJGPP.
9790
2a3d5645
CF
97912001-11-24 Christopher Faylor <cgf@redhat.com>
9792
9793 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9794 specifically refer to MS-DOS.
9795 (command files): Mention gdb.ini is only used on MS-DOS.
9796
aa26fa3a
TT
97972001-11-21 Tom Tromey <tromey@redhat.com>
9798
9799 * gdb.texinfo (Invoking GDB): Document --args.
9800 (Mode Options): Likewise.
9801
4f8ada06
JB
98022001-11-21 Jim Blandy <jimb@redhat.com>
9803
9804 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
9805 Delete documentation; this macro has been removed from the
9806 sources.
4f8ada06 9807
3fe0dc10
JB
98082001-11-13 Jim Blandy <jimb@redhat.com>
9809
9810 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9811
9e5abb06
CV
98122001-11-06 Corinna Vinschen <vinschen@redhat.com>
9813
9814 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9815
1c5dfdad
MS
98162001-11-05 Michael Snyder <msnyder@redhat.com>
9817
a9331b3f 9818 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
9819 quote regexp chars in function names such as "operator*()".
9820
990f9fe3
FF
98212001-11-01 Fred Fish <fnf@redhat.com>
9822
9823 * gdbint.texinfo (SOLIB_ADD): Document additional new
9824 "readsyms" arg.
9825
b433d00b
DH
98262001-10-30 Don Howard <dhoward@redhat.com>
9827
070b1dd3
DH
9828 * gdb.texinfo: (Command Files) Added documentation for the
9829 behavior of gdb with input redirected from a file.
b433d00b 9830
b7209cb4
FF
98312001-10-28 Fred Fish <fnf@redhat.com>
9832
9833 * gdb.texinfo (auto-solib-add): Change docs to match
9834 implementation change.
9835 (auto-solib-limit): Add docs for new variable.
9836
1aa20aa8
AC
98372001-10-15 Andrew Cagney <ac131313@redhat.com>
9838
9839 * gdbint.texinfo (Target Architecture Definition): Function
9840 value_as_pointer renamed to value_as_address.
9841
fc0c74b1
AC
98422001-10-15 Andrew Cagney <ac131313@redhat.com>
9843
9844 * gdbint.texinfo (Target Architecture Definition): Default
9845 POINTER_TO_ADDRESS functions assume unsigned addresses.
9846 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9847 posting by Jim Blandy.
9848
f4846649
JB
98492001-10-12 Jim Blandy <jimb@redhat.com>
9850
9851 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9852 version of texi2html (1.64) doesn't support this flag any more.
9853
f277788b
MK
98542001-09-08 Mark Kettenis <kettenis@gnu.org>
9855
a9dc4918
MK
9856 * gdbint.texinfo (Host Definition): Remove description of
9857 MEM_FNS_DECLARED.
9858
d28379df
MK
9859 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9860
f277788b
MK
9861 * gdbint.texinfo (Host Definition): Remove description of
9862 HAVE_SIGSETMASK.
9863
7ccaa899
EZ
98642001-09-04 Elena Zannoni <ezannoni@redhat.com>
9865
9866 * gdbint.texinfo (Target Architecture Definition): Add
9867 explanation of TARGET_PRINT_INSN macro.
9868
17d9d558
JB
98692001-08-30 Jim Blandy <jimb@redhat.com>
9870
9871 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9872 Explain what it means to load relocatable files.
9873
72cde065
JB
98742001-08-28 Jim Blandy <jimb@redhat.com>
9875
9876 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9877 info `top' menu.
9878
9e678452
CF
9879Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9880
9881 * gdbint.texinfo: Add a cautionary note about macro use.
9882
a2bea4c3 98832001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 9884
a2bea4c3
CV
9885 * gdb.texinfo: Explain omitting the hostname in the
9886 `target remote' command.
9887
1129bf27
DJ
98882001-07-30 Daniel Jacobowitz <drow@mvista.com>
9889
9890 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9891 and END-INFO-DIR-ENTRY.
9892
732b3002
SC
98932001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9894
9895 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9896
89437448
AC
98972001-07-25 Andrew Cagney <ac131313@redhat.com>
9898
9899 * gdbint.texinfo (libgdb): Rewrite.
9900
f7dc1244 99012001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
9902
9903 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9904
c4555f82
SC
99052001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9906
9907 * gdb.texinfo (TUI): New chapter, document the TUI.
9908 (Mode Options): Document the -tui option.
9909
2f45a6e0
MK
99102001-07-23 Mark Kettenis <kettenis@gnu.org>
9911
9912 * gdbint.texinfo (Host Definition): Remove description of
9913 NEED_POSIX_SETPGID.
9914
f7dc1244 99152001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
9916
9917 * gdb.tex (DJGPP Native): New node, with descriptions of
9918 DJGPP-specific commands.
9919
be9c6c35
JM
99202001-07-19 John R. Moore <jmoore@redhat.com>
9921
9922 * gdbint.texinfo: Three misspellings.
9923
dfa249fb
AC
99242001-07-06 Andrew Cagney <ac131313@redhat.com>
9925
9926 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9927 `test` expressions on bash. Problem reported by Colin Walters.
9928
c72e7388
AC
99292001-07-04 Andrew Cagney <ac131313@redhat.com>
9930
9931 * gdbint.texinfo (User Interface): Update ui-out documentation to
9932 refelect recent UI/MI updates.
9933
94bbb2c0
AC
99342001-07-04 Andrew Cagney <ac131313@redhat.com>
9935
9936 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9937 interpreters.
9938
af6c57ea
AC
99392001-06-15 Andrew Cagney <ac131313@redhat.com>
9940
9941 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9942 structure and not macros.
9943 (Host Definition): Document that much of this chapter is obsolete.
9944 (Target Architecture Definition): Update list of files that make
9945 up a target architecture.
9946 (Coding): Update.
9947
83aa8bc6
AC
99482001-06-28 Andrew Cagney <ac131313@redhat.com>
9949
9950 * gdbint.texinfo (Target Architecture Definition): Update
9951 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9952 The latter has been changed to a true predicate.
9953
f7dc1244 99542001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
9955
9956 * annotate.texi: Add @noindent where needed. From Dmitry
9957 Sivachenko <dima@Chg.RU>.
9958 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9959
656db9b0
AC
99602001-06-16 Andrew Cagney <ac131313@redhat.com>
9961
9962 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9963
df2396a1
AC
99642001-06-14 Andrew Cagney <ac131313@redhat.com>
9965
9966 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9967 returns ``OK''. Document that the ``R'' packet does not reply.
9968
0f1f2b0a
MS
99692001-06-13 Michael Snyder <msnyder@redhat.com>
9970
9971 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9972
f7dc1244 99732001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
9974
9975 * gdb.texinfo (Signals): Clarify the default setting of signal
9976 handling.
9977
a5d7c491
AC
99782001-05-14 Andrew Cagney <ac131313@redhat.com>
9979
9980 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9981 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9982
05a54c4f
AC
99832001-05-12 Andrew Cagney <ac131313@redhat.com>
9984
9985 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9986
f7dc1244 99872001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
9988
9989 * gdbint.texinfo (Clean Design and Portable Implementation):
9990 Renamed from "Clean Design".
9991 (Clean Design and Portable Implementation): Document portable
9992 methods of handling file names, and the associated macros.
9993
f7dc1244 99942001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
9995
9996 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9997 command and provide a cross-reference to its description.
9998 (Symbols): Note that "info scope" is useful for trace experiments.
9999
f7dc1244 100002001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 10001
b37052ae
EZ
10002 * gdb.texinfo (Symbols): Document "info scope".
10003 (Tracepoints): New chapter.
10004 (Contributors): Update for v5.1.
10005 <All nodes>: Change "C++" to "C@t{++}".
10006
0ee54786
EZ
10007 * gdbint.texinfo (User Interface): A new section about ui_out
10008 functions, based on text written by Fernando Nasser.
10009
c534679c
EZ
10010 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10011
f7dc1244 100122001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 10013
e9c75b65
EZ
10014 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10015
10016 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10017
10018 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10019 Replace "GDB" with "@value{GDBN}". Fix markup.
10020
10021 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10022
3d67e040
EZ
10023 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10024 a cross-reference to its description.
10025 (Symbols): Document "info symbol".
10026
f7dc1244 100272001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
10028
10029 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10030 subsection "x86 Watchpoints".
10031 (Target Architecture Definition): Document the macros
10032 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10033 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10034
b0ed3589
AC
100352001-03-20 Andrew Cagney <ac131313@redhat.com>
10036
10037 * gdbint.texinfo (Target Architecture Definition): Update
10038 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10039 list.
10040
b6ba6518
KB
100412001-03-06 Kevin Buettner <kevinb@redhat.com>
10042
10043 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10044 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10045
f7dc1244 100462001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
10047
10048 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10049
f7dc1244 100502001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 10051
17cc6a06
EZ
10052 * gdb.texinfo (Environment): Document that `path' does not change
10053 the value of PATH in GDB's own environment (it did in the past,
10054 but that was changed on March 15, 1994). Reported by Doug Evans
10055 <dje@transmeta.com>.
10056
56caf160
EZ
10057 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10058 its line. Fix markup of commands and macros. Add an Index node
10059 and index entries.
10060
29e57380
C
100612001-01-23 J.T. Conklin <jtc@redback.com>
10062
10063 * gdb.texinfo (Memory region attributes): New manual section.
10064
1c6147de
ND
100652001-01-04 Nicholas Duffek <nsd@redhat.com>
10066
10067 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10068
f7dc1244 100692000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
10070
10071 * refcard.tex: Version and copyright fixed. From Phil Edwards
10072 <pedwards@disaster.jaj.com>.
10073
0dcedd82
AC
10074Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10075
10076 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 10077 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 10078
3b851bce
AC
10079Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10080
10081 * gdbint.texinfo (Coding): Update current value of
889bf7c5 10082 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 10083
f7dc1244 100842000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
10085
10086 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10087 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10088
b90a5f51
CF
100892000-11-10 Christopher Faylor <cgf@cygnus.com>
10090
10091 * gdb.texinfo: Document new 'set step-mode' command.
10092
f7dc1244 100932000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
10094
10095 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10096 changes from Dmitry Sivachenko <dima@Chg.RU>.
10097
f7dc1244 100982000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
10099
10100 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10101 From Steven Johnson <sbjohnson@ozemail.com.au>.
10102
2e685b93
MK
101032000-08-10 Mark Kettenis <kettenis@gnu.org>
10104
10105 * gdbint.texinfo (Overall Structure): Spelling fix.
10106
f7dc1244 101072000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
10108
10109 * gdbint.texinfo (Target Architecture Definition): Document that
10110 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10111 for which REGISTER_CONVERTIBLE returns a zero value.
10112
63ac3005
EZ
101132000-07-08 Christopher Faylor <cgf@cygnus.com>
10114
10115 * Makefile.in (install-info): Find files to install in either the
10116 build or source directories (adapted from Makefile.am).
10117
bd79f757
ND
101182000-07-07 Nicholas Duffek <nsd@redhat.com>
10119
10120 * stabs.texinfo: Fix spelling errors.
10121 (String Field): FILE-NUMBER starts from 0, not 1.
10122
f7dc1244 101232000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
10124
10125 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 10126 Brian Youmans.
5f208f6d 10127
f7dc1244 101282000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
10129
10130 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
10131 the source directory. Reported by Mark Harig
10132 <markh@frazier.landmark.com>.
cc542d3b 10133
f3b28801
C
101342000-06-20 J.T. Conklin <jtc@redback.com>
10135
10136 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10137
449f3b6c
AC
10138Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10139
10140 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 10141 Generate using pdftex.
449f3b6c 10142 (PDFTEX): Define.
889bf7c5 10143 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 10144 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 10145 @contents at the start.
449f3b6c 10146
f7dc1244 101472000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
10148
10149 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 10150 Youmans.
48e934c6 10151
9e9c5ae7
AC
10152Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10153
10154 From Brian Youmans:
10155 * gdb.texinfo: Fix ``et al.''.
10156
c741b251
AC
10157Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10158
10159 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 10160 loop.
c741b251 10161
4ab64e14
JG
101622000-05-19 Jimmy Guo <guo@cup.hp.com>
10163
10164 * configure: Regenerate.
10165
f7dc1244 101662000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
10167
10168 * Makefile.in (install-info): Run install-info on installed Info
10169 files.
10170
8c70017b
AC
10171Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10172
a7cb598a 10173 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 10174 Andrew Cagney.
8c70017b 10175
f7dc1244 101762000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
10177
10178 * gdb.texinfo: Proofreading changes from Brian Youmans.
10179
bf0184be
ND
101802000-05-01 Nick Duffek <nsd@cygnus.com>
10181
10182 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10183 startup sequence, minor edits.
10184
f7dc1244 101852000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
10186
10187 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10188 TeX.
10189
10190 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10191 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10192 like `n' and `s' which look weird. Convert some of the @kindex to
10193 @vindex, when they refer to variables, not commands.
10194
33e16fad
AC
10195Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10196
10197 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10198
f7dc1244 101992000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
10200
10201 * Makefile.in (GDBMI_DIR): New variable.
10202 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10203 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10204 (gdbmi.texinfo): New target, for texi2roff.
10205 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10206 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10207
10208 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10209 gdbmi.texinfo.
10210 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10211 comment.
10212
d167840f
EZ
102132000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10214
10215 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 10216 command.
d167840f 10217
f7dc1244 102182000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
10219
10220 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10221 prevents the build (and is generally a Bad Idea).
10222
f7dc1244 102232000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
10224
10225 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10226 a comma inside @var.
10227 (Command Files): Index markup changes from Dmitry Sivachenko
10228 <dima@Chg.RU>.
10229
f7dc1244 102302000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
10231
10232 * Makefile.in (LN_S): Define.
10233 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10234 invoke "ln -s" unless it is known to work.
10235
10236 * configure.in (AC_PROG_LN_S): Add.
10237
8dc7983f
JB
102382000-04-14 Jim Blandy <jimb@redhat.com>
10239
10240 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10241 section.
10242 (Target Conditionals): Document ADDRESS_TO_POINTER,
10243 POINTER_TO_ADDRESS.
10244
1a8237e8
DB
102452000-04-11 Daniel Berlin <dan@cgsoftware.com>
10246
10247 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10248 gdb-cfg.texi to get the value.
10249
ca526f1a
JB
102502000-04-10 Jim Blandy <jimb@redhat.com>
10251
10252 * gdbint.texinfo (Target Architecture Definition): Fix
10253 cross-references.
10254
faaafcb4
JB
102552000-04-08 Jim Blandy <jimb@redhat.com>
10256
10257 * gdbint.texinfo (Using Different Register and Memory Data
10258 Representations): New section.
10259 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
10260 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10261 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 10262
1b27397f
AC
10263Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10264
10265 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 10266 for acknowledgments.
1b27397f 10267
480ff1fb
AC
10268Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10269
10270 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 10271 qThreadExtraInfo.
480ff1fb 10272
a9331b3f 102732000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 10274
a9331b3f
RM
10275 * gdb.texinfo: Clarify which remote debug protocol commands are
10276 required and which are optional.
f1251bdd 10277
dbeb8dbd
AC
10278Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10279
10280 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
10281 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10282 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
10283 * annotate.texi: Update.
10284
6d2ebf8b
SS
102852000-03-28 Stan Shebs <shebs@apple.com>
10286
10287 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10288 expectation of additional changes before release), update
10289 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10290 node links, rephrase and/or shorten lines to fix formatting
10291 problem in both regular and @smallbook formats.
10292 * annotate.texi: Shorten lines in example, use smallexample
10293 consistently everywhere.
10294 * Makefile.in: Add comment about texinfo 4.0 html generation.
10295 (SFILES_INCLUDED): Add annotate.texi.
10296
5d161b24
DB
102972000-03-27 Daniel Berlin <dan@cgsoftware.com>
10298
5ae4183a
AS
10299 * gdb.texinfo (Debugging Output): Added new section, documenting
10300 the "set/show debug" commands.
5d161b24 10301
b9deaee7
AC
10302Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10303
10304 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 10305 entry.
b9deaee7
AC
10306
10307 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10308 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 10309 @chapter and @node entries.
a9331b3f 10310
b9deaee7 10311 * gdb.texinfo: Link all top-level nodes.
a9331b3f 10312
9ef47d30
AC
10313Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10314
10315 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 10316 files.
9ef47d30 10317
cfeada60
FN
103182000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10319
10320 From David Whedon <dwhedon@gordian.com>
5ae4183a 10321 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 10322
6837a0a2
DB
103232000-03-22 Daniel Berlin <dan@cgsoftware.com>
10324
10325 * gdb.texinfo: Add documentation for the apropos command.
10326
bba2971c
MS
103272000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10328
10329 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10330
2b628194
MS
103312000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10332
a9331b3f 10333 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
10334 two places.
10335
96a2c332
SS
103362000-03-17 Stan Shebs <shebs@apple.com>
10337
10338 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10339 <dima@Chg.RU>, also clarification of allowed content for
10340 string constants.
10341
f7dc1244 103422000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
10343
10344 * gdb.texinfo (main menu): Add Annotations.
10345 (File Options): Add @cindex entries for each command-line option.
10346 Document --epoch, --annotate, --async, --interpreter, --write,
10347 --statistics, and --version.
10348
10349 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10350 of GDB.
10351
9d233477
JB
103522000-02-23 Jim Blandy <jimb@redhat.com>
10353
10354 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10355
14e0eb3b
JB
103562000-02-22 Jim Blandy <jimb@redhat.com>
10357
10358 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10359
3555de01
JM
103602000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10361
10362 * Makefile.in (diststuff): New target.
10363
5e35df8e
KB
103642000-02-15 Kevin Buettner <kevinb@redhat.com>
10365
10366 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 10367 architecture. [From Jim Wilson.]
5e35df8e 10368
c5394b80
JM
103692000-01-16 Tom Tromey <tromey@cygnus.com>
10370
10371 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10372 (Delete Breaks): Mention range arguments.
10373 (Disabling): Likewise.
10374
c3f6f71d
JM
103752000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10376
10377 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10378
c4093a6a
JM
10379Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10380
10381 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 10382 valid functions.
c4093a6a 10383
11cf8741
JM
103841999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10385
10386 * gdb.texinfo: Clarify regular expressions used in rbreak.
10387
917317f4
JM
103881999-10-15 Kevin Buettner <kevinb@cygnus.com>
10389
10390 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10391 MEMORY_REMOVE_BREAKPOINT): Document.
10392
10393Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10394
10395 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 10396 offset re-using the DATA offset instead.
917317f4 10397
2df3850c
JM
103981999-10-11 Jim Kingdon <kingdon@redhat.com>
10399
10400 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10401
104021999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10403
10404 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10405 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10406 typos.
10407
10408 * gdb.texinfo: Various minor wording and formatting improvements,
10409 mentions of additional command-line options.
10410
2acceee2
JM
104111999-09-30 Fred Fish <fnf@cygnus.com>
10412
10413 * gdb.texinfo: Document additional forms of specifying section
10414 names and addresses for the add-symbol-file command.
10415
c2c6d25f
JM
104161999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10417
10418 * gdbint.texinfo: Fix typo, add the word "have".
10419
104201999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10421
10422 * gdbint.texinfo (Target Architecture Definition): Document the
10423 SKIP_PERMANENT_BREAKPOINT macro.
10424
d4f3574e
SS
104251999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10426
10427 * gdb.texinfo: Fiks speling errers.
10428
10429 * gdb.texinfo: Fix uses of @multitable.
10430
f7dc1244 10431 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 10432 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 10433 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
10434 comments about using with optimization, add more indexing,
10435 fix info about disassembly-flavor.
10436
10437Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10438
10439 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10440 SKIP_SOLIB_RESOLVER): Define.
10441
10442Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10443
10444 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 10445 ``g'' packets.
d4f3574e 10446
104c1213
JM
104471999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10448
10449 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
10450 platform-specific info, inline remote.texi and move sections of it
10451 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
10452 and register stack into the new chapter.
10453 * remote.texi: Remove, now part of gdb.texinfo.
10454 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10455
104561999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10457
10458 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10459 GDB_TARGET_IS_MACH386): These kludges have gone away.
10460
10461Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10462
10463 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 10464 TDEPLIBS.
104c1213 10465
53a5351d
JM
104661999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10467
10468 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10469 surrounding text to fit HP-UX bits into general info.
10470 (HPPA-cfg.texi): Remove, no longer useful.
10471
10472 * gdb.texinfo: Remove explicit links from @node lines, remove
10473 HP-added "Detailed Node Listing" from main menu which confuses
10474 things.
10475
10476 From Dmitry Sivachenko <dima@Chg.RU>:
10477 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 10478 in description of `set environment'.
53a5351d
JM
10479
104801999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10481
10482 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10483
7be570e7
JM
104841999-08-12 Ben Elliston <bje@cygnus.com>
10485
10486 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10487
f7dc1244 104881999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
10489
10490 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
10491 watch, awatch, and rwatch. Explain why the latter two cannot be
10492 set as software watchpoints. Document that watchpoints for local
10493 variables are deleted when the debuggee terminates.
7be570e7
JM
10494
10495Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10496
10497 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
10498 packet. Allow E.. response packet. "qRcmd" packet is no longer
10499 reserved.
7be570e7
JM
10500
105011999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10502
a9331b3f
RM
10503 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10504 * gdb.texinfo: Ditto.
7be570e7 10505
96baa820
JM
105061999-08-06 Tom Tromey <tromey@cygnus.com>
10507
10508 * gdb.texinfo (KOD): New node.
10509
10510Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10511
10512 * remote.texi (Rcmd): Fix minor formatting typos.
10513
10514Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10515
10516 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 10517 packets.
96baa820 10518
adf40b2e
JM
105191999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10520
10521 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10522 fixes.
10523
43ff13b4
JM
10524Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10525
10526 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10527
085dd6e6
JM
10528Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10529
10530 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
10531 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10532 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10533 packets that are not supported on all hosts. Expand examples.
10534 Spell check.
085dd6e6
JM
10535
105361999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10537
10538 * Makefile.in: Recognize html, install-html. Add targets
10539 to build HTML versions of documentation via texi2html.
10540
10541Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10542
10543 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 10544 testsuite.
085dd6e6
JM
10545
10546Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10547
10548 * remote.texi (Communication Protocol): Rewrite.
10549
10550Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10551
10552 * stabs.texinfo: Fix uses of xref.
10553
9e0b60a8
JM
10554Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10555
10556 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10557 info about patch submission.
10558
cce74817
JM
10559Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10560
10561 From Per Bothner <bothner@cygnus.com>:
10562 * gdb.texinfo: Document Chill support.
10563
10564Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10565
10566 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
10567 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10568 Document that the value should be greater-than or equal-to zero.
10569 (NO_STD_REGS): Document. Deprecate.
cce74817 10570
ac9a91a7
JM
10571Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10572
10573 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 10574 Document that these are not used.
ac9a91a7
JM
10575
10576Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10577
10578 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10579
392a587b
JM
10580Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10581
10582 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 10583 numargs was dropped.
392a587b
JM
10584
10585Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10586
10587 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10588
b83266a0
SS
10589Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10590
10591 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 10592 Update.
b83266a0 10593
7a292a7a
SS
10594Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10595
10596 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10597 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10598
10599Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10600
10601 * gdbint.texinfo: Fix typos: $ -> @.
10602
10603Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10604
10605 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
10606 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10607 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10608 BREAKPOINT_FROM_PC.
a9331b3f 10609
7a292a7a
SS
10610Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10611
10612 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 10613 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
10614
10615Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10616
10617 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 10618 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
10619
106201999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10621
10622 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10623 longer exists.
10624
10625Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10626
10627 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
10628 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10629 they make the manual source incomprehensible.
7a292a7a
SS
10630 * h8-cfg.texi: Remove, hasn't been used in years.
10631
c906108c
SS
10632Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10633
10634 * gdb.texinfo: Update the credits.
10635
10636Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10637
10638 * gdb.texinfo: Fix mistakes noticed in printout of last
10639 draft, add Alpha to discussion of heuristic fence post.
10640
10641Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10642
10643 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
10644 Edition, merge some HP changes into mainline, describe some
10645 previously undocumented features, describe more of the target
10646 commands available, eliminate obsolete section on renamed
10647 commands.
c906108c
SS
10648 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10649
10650Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10651
10652 * gdb.texinfo: Make many HPPA conditionals unconditional,
10653 including catchpoint description, since now on for all configs.
10654 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10655 specializations.
10656
10657Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10658
10659 * Makefile.in (GDBvn.texi): Fix match expression to work with
10660 current format of VERSION in gdb/Makefile.in.
10661 * gdb.texinfo: Fix node ref to match new readline.
10662
10663Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10664
a9331b3f
RM
10665 * gdb.texinfo: Changes made as part of a project to merge in
10666 changes made by HP. Documentation makes extensive use of
c906108c
SS
10667 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10668 on remote debugging. There are differences in documentation
889bf7c5 10669 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
10670 the HP manual discusses catchpoints, hardware watchpoints, and
10671 some HPUX specific limitations for shared library support.
a9331b3f 10672
c906108c
SS
10673 There are also a number of @node changes.
10674
106751999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10676
10677 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10678 (C Usage): Same.
10679
10680Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10681
10682 The following changes were made by Edith Epstein
889bf7c5
PA
10683 <eepstein@cygnus.com> as part of a project to merge in changes
10684 made by HP.
a9331b3f 10685
c906108c
SS
10686 * HPPA-cfg.texi: new file.
10687
10688 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10689
10690 * refcard.tex: change documentation about catch.
10691 removed info catch.
10692
10693Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10694
10695 * gdbint.texinfo: Expand on GDB's coding standards,
10696 specify the use of arg names with prototypes.
10697
106981998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10699
10700 * gdb.texinfo: Fix tipo.
10701
10702Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10703
10704 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 10705 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
10706
10707Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10708
10709 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10710
107111998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10712
10713 * agentexpr.texi: New file.
10714
10715Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10716
10717 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10718
107191998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10720
10721 * remote.texi: Changed wording that implied that the GDB remote
10722 protocol caches register values instead of GDB itself.
10723
10724Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10725
10726 * gdbint.texinfo: Add some info about symbol readers.
10727 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10728 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10729 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10730 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10731
10732Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10733
a9331b3f 10734 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
10735
10736Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10737
10738 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10739
10740Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10741
10742 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 10743 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
10744
10745Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10746
10747 * gdbint.texinfo: Fix minor typos.
10748
10749Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10750
10751 * gdbint.texinfo: Complete overhaul. Group descriptions more
10752 logically, add more info on generic algorithms, remove much
10753 obsolete and/or wrong material.
10754
10755Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10756
10757 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10758
10759Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10760
10761 * refcard.tex: Copyright, address updates.
10762
10763Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10764
10765 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10766 for the edition instead of confusing GDB-version-like numbers.
10767
10768Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10769
10770 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10771
10772Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10773
5ae4183a 10774 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
10775
10776Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10777
10778 * gdb.texinfo: Add some credits, mention bug monitor.
10779 * remote.texi: Mention mips monitor targets.
10780 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 10781
c906108c
SS
10782Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10783
10784 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
10785 files, finish sorting of host vs target vs native macros, describe
10786 some more of them.
c906108c
SS
10787
10788Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10789
10790 * gdbint.texinfo (Host Conditionals): Document change from
10791 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10792
10793Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10794
10795 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 10796 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
10797
10798Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10799
10800 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10801 Document LSEEK_NOT_LINEAR.
10802
10803Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10804
10805 * stabs.texinfo (Stab Section Basics): Make it clear that only
10806 some versions of the GNU linker remove the leading N_UNDF symbol.
10807
10808Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10809
10810 * stabs.texinfo (String Field): Document type number pairs here,
10811 instead of in the Sun specific section.
10812 (Include Files): The GNU linker supports the N_BINCL
10813 optimization. Clarify the N_BINCL value, and what it is used
10814 for.
10815 (Procedures): Document N_FUN with an empty string to mark the end
10816 of a function.
10817 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10818 (Sun Differences): Remove this node, as the information is now
10819 elsewhere in the main document.
10820 (Stab Section Basics): Mention that the GNU linker may optimize
10821 stabs and remove the leading N_UNDF symbol.
10822
10823Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10824
10825 * gdb.texinfo, refcard.tex: Restore author credit
10826
10827Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10828
10829 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10830 documentation to account for START and END macros taking
10831 one arg.
10832
10833Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10834
10835 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10836 * gdb.texinfo (Frames): Fix typo.
10837
10838Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10839
10840 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10841 a target_signal as arg type, not a pid.
10842
10843Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10844
10845 * gdb.texinfo: Document `set assembly-language'.
10846
10847Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10848
10849 * remote.texi: Update list of stubs in the GDB distribution.
10850
10851Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10852
10853 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
10854 Also document that some systems can use mmalloc but must define
10855 this if their C runtime allocates memory that is later freed.
c906108c 10856 (MMCHECK_FORCE): Document new macro.
a9331b3f 10857
c906108c
SS
10858Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10859
10860 * remote.texi: Add documentation for target Sparclet.
10861
10862Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10863
a9331b3f 10864 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
10865 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10866 * configure.in: Rewritten for autoconf.
10867 * configure: New.
10868
10869Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10870
10871 * Makefile.in (DVIPS): New define, set to dvips.
10872 (dvi): Add stabs.dvi.
10873 (ps): New target.
10874 (all-doc): Depend on info, dvi, and ps targets.
10875 (STAGESTUFF): Add *.ps and *.dvi files.
10876 (clean-info, clean-dvi): Remove.
10877 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10878 rules completely rewritten.
10879 (maintainer-clean): Remove clean-info and clean-dvi
10880 dependencies and put their actions in the rules.
10881 (gdb.ps): New target
a9331b3f 10882 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
10883 intermediate TeX files, whether they have 2 or 3 character
10884 extensions.
10885 (gdbint.ps): Add target and rules.
10886 (gdb-internals): Delete unused target.
10887 (Makefile): Depends upon config.status also.
10888
10889Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10890
10891 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10892 set.
10893
10894Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10895
10896 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10897 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10898
10899Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10900
10901 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10902
10903Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10904
10905 * gdb.texinfo (Print settings): Document
10906 `set/show print static-members' commands.
10907
10908Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10909
10910 * gdbint.texinfo (Native): Document name change, coredep.c to
10911 core-aout.c.
10912
10913Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10914
10915 * stabs.texinfo (Include Files): Document the values the SunOS4
10916 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10917
10918Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10919
10920 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10921 Fix typo.
10922
10923Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10924
10925 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10926 "gdb.tar.Z".
10927
10928Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10929
10930 * Makefile.in (maintainer-clean): New target, synonym for
10931 realclean.
10932
10933Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10934
10935 * Update all FSF addresses except those in COPYING* files.
10936
10937Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10938
10939 From Richard Earnshaw (rearnsha@armltd.co.uk):
10940 * gdb.texinfo (convenience variables): Document $_exitcode.
10941 (quit): Document optional expression to use as exit code.
10942
10943Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10944
10945 * gdb.texinfo, remote.texi: Brought up to date with various
10946 GDB changes.
10947
10948Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10949
10950 * gdb.texinfo: Update dates and versions, fix comments about
10951 hardware watchpoints in future releases and about the
10952 sharedlibrary command.
10953
10954Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10955
10956 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10957 C_FUN stab. Other cleanups.
10958
10959Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10960
10961 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10962 for the sparc stub.
10963
10964Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10965
10966 * annotate.texi: Clarify which addresses have differing formats
10967 depending on the language and which do not.
10968
10969Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10970
10971 * remote.texi (NetWare): Changed example to use BOARD= instead of
10972 NODE= argument to reflect correspoding change to gdbserve.nlm.
10973
10974Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10975
10976 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10977 GDB, as well as AIX dbx, supports the size type attribute.
10978
10979Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10980
10981 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10982
10983Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10984
10985 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10986 and new 'if' and 'while' commands.
10987
10988Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10989
10990 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10991
10992Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10993
10994 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10995 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10996 NetWare targets. Mostly stolen from the Server node.
10997
10998Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10999
11000 * gdb.texinfo (Setting): Talk about the language of a source file
11001 versus the working language. The old documentation did not match
11002 what GDB did.
11003
11004Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11005
11006 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11007 of a source file.
11008
11009Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11010
11011 * gdb.texinfo (Processes): New node.
11012
11013Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11014
11015 * remote.texi: Update documentation of set/show mipsfpu.
11016
3fc11d3e
JM
11017Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11018
11019 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11020 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
11021
11022Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11023
11024 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11025 obsolete conditionals, described some others.
11026
11027Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11028
11029 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11030 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11031
11032Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11033
11034 * gdbint.texinfo: Put regex conditionals in their own table.
11035
11036Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11037
11038 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11039 described or fixed the descriptions of many others.
11040
11041Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11042
11043 * gdb.texinfo: Add some more credits.
11044 * gdbint.texinfo: Capitalize GDB consistently, describe some
11045 macros and remove some.
11046
11047Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11048
11049 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11050 obsolete conditionals, described some others.
11051
11052Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11053
11054 * gdb.texinfo (help targets): Changed to `help target', which
11055 is the correct gdb command.
11056
11057Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11058
11059 * annotate.texi (TODO): New node, for keeping track of annotations
11060 suggested but not yet implemented.
11061
11062Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11063
11064 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11065 another symbol, it is not the address itself.
11066
11067Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11068
11069 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11070 of stabs-in-coff sections.
11071
11072Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11073
11074 * annotate.texi: Change edition to 0.5 and date to May 1994.
11075 Add index.
11076 (Frames): New node, for frame annotation.
11077 (Displays): New node, for display annotation.
11078
11079 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11080 when waiting for your program to stop.
11081
11082Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11083
11084 * annotate.texi (Breakpoint Info): Document annotation of header
11085 fields and record annotation.
11086
11087Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11088
11089 * annotate.texi: New file, to document annotations.
11090
11091Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11092
11093 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11094 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11095
11096Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11097
11098 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11099 section, and say n_strx field is compilation unit relative.
11100 * stabs.texinfo: Don't use @code for a.out when it is the name of
11101 an object file format.
11102
11103Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11104
11105 * gdb.texinfo: Refer to file names, not path names, per rms
11106 convention.
11107 (Arguments): Fix typo.
11108
11109Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11110
11111 * stabs.texinfo (Global Variables): Talk about stabs in files
11112 where variables are referenced, but not defined.
11113
11114Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11115
11116 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11117 Cplusplus to new nodes Member Type Descriptor and Method Type
11118 Descriptor. Re-write stuff for #.
11119
11120Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11121
11122 * gdb.texinfo (Print Settings): Don't document "set print
11123 fast-symbolic-addr off". The bug which it worked around was fixed
11124 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11125
11126 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11127 N_ENTRY node.
11128
11129 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11130
11131Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11132
11133 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11134 references to ieee-float.c.
11135
11136Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11137
11138 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11139 match what the code actually does.
11140
11141Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11142
11143 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11144
11145Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11146
11147 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11148 i, and b.
11149
11150Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11151
11152 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11153 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11154 as "stabs in sections" rather than just saying "ELF and SOM".
11155 Also make that stuff apply to COFF.
11156
11157Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11158
11159 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11160 Ghostscript.
11161
11162Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11163
11164 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11165 versus functions without line numbers, also mention stepping into
11166 them as well as "step" when you are in them. Tell the user how to
11167 deal with the situation. Add comment about "debugging information".
11168
11169Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11170
11171 * stabs.texinfo (Enumerations): Document restriction on where
11172 enumeration types can appear and still win with GDB.
11173
11174Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11175
11176 * stabs.texinfo (Negative Type Numbers): Document format for type
11177 -16.
11178
11179Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11180
11181 * gdb.texinfo (Selection, Frame Info): Update information about
11182 arbitrary frame specficiations.
11183
11184Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11185
11186 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11187
11188Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11189
11190 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11191
11192Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11193
11194 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11195
11196Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11197
11198 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11199 Differences node to Statics node.
11200 (Statics): Discuss XCOFF use of V symbol descriptor.
11201
11202 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11203 not clean.
11204
11205Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11206
11207 * gdb.texinfo (Print Settings): Document `set print
11208 fast-symbolic-addr' and improve the doc for some other
11209 `set print's.
11210
11211Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11212
11213 * stabs.texinfo (String Field): Talk about defining several type
11214 numbers at once.
11215 Fix lint regarding changing node ELF Transformations to
11216 ELF and SOM Transformations.
11217
11218Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11219
11220 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11221
11222Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11223
11224 * stabs.texinfo (Cross-References): `::' is for nested types only
11225 within <>.
11226 (Structures): Document static members.
11227
11228Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11229
11230 * stabs.texinfo: Document S type attribute.
11231
11232Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11233
11234 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11235
11236Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11237
11238 * gdbint.texinfo: Fix a few typos.
11239
11240Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11241
11242 * gdb.texinfo, remote.texi: formatting improvements
11243
11244 * gdb.texinfo (New Features): mention threads.
11245 (Summary, C): fix xrefs in newly contributed text.
11246 (Threads): index entries, clarifications, example
11247 (passim): minor typos fixed, phrasing improvements
11248
11249 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11250 entries; (Server): explain use of gdbserver w/real-time systems,
11251 add example of conflicting TCP port; (MIPS Remote) break up
11252 running text into table, highlighting commands, and add example.
a9331b3f 11253
c906108c
SS
11254Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11255
11256 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11257
11258Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11259
11260 * stabs.texinfo (Nested Symbols): New node.
11261 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11262
11263Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11264
11265 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11266 to picking which Bbss.bss symbol to use, and (because there seems to
11267 be no good way of doing it) re-write some of the text to make it
11268 sound like Bbss.bss isn't such a great idea after all (as currently
11269 designed).
11270
11271 * gdb.texinfo (C): In addition to saying people have to use g++ for
11272 good results, say they have to use stabs. Specifically say cfront
11273 doesn't work well.
11274 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11275 the gdb README. Add xrefs to places where the support for the various
11276 languages is described in detail.
11277
11278Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11279
11280 * stabs.texinfo: Clean up stuff about visibility and virtual
11281 characters.
11282
11283 * stabs.texinfo (N_M2C): Cite Sun doc.
11284
11285Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11286
11287 * gdb.texinfo: updates re threads.
11288 * remote.texinfo: avoid index entries starting with digits.
11289
11290Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11291
11292 * stabs.texinfo (Enumerations): Talk about large, negative and
11293 octal values. Clean up cross reference to type attributes.
11294 (String Field): Say that GDB 4.11 supports size attribute.
11295
11296Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11297
11298 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11299 is a mandatory step. Make the stuff about that more concise.
11300
11301Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11302
11303 * stabs.texinfo (Class Names): New node.
11304
11305 * gdb.texinfo (Command Files): Explain order of init file reading.
11306
11307 * remote.texi (Bootstrapping): Talk about getting the serial driver
11308 to deal with ^C sent by gdb to stop the remote system.
11309
11310Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11311
11312 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11313
11314 * libgdb.texinfo (Defining Commands): made the DOC arg
11315 to gdb_define_app_command a char * instead of char **
11316 per a suggestion from kingdon.
11317
11318 * libgdb.texinfo: total rewrite from a different starting
11319 premise.
11320
11321Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11322
11323 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11324 floats passed as doubles (to improve clarity).
11325
11326Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11327
11328 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11329
11330 * a4rc.sed: update to work with Andreas Vogel papersize params
11331
11332 * refcard.tex: use Andreas Vogel simplifications of papersize
11333 params; remove useless version info; update copyright date.
11334
11335Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11336
11337 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11338
11339Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11340
11341 * gdb.texinfo (Files): Say what address the load command loads it at.
11342
11343 * stabs.texinfo (Common Blocks): Minor cleanups.
11344
11345 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11346 that Sun has backed away from the linker kludge and thus the relevant
11347 issue is changes to the SunPRO tools, not the Solaris linker.
11348
11349 * stabs.texinfo (Traditional Integer Types): Clean up description
11350 of octal bounds a little bit. Document extra leading zeroes.
11351
11352Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11353
11354 * gdb.texinfo (Signaling): Update for symbolic symbol names
11355 and add a section explaining the difference between the GDB
11356 signal command and the shell kill utility.
11357
11358Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11359
11360 * libgdb.texinfo: added `@' to braces that were unescaped.
11361
11362Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11363
11364 * libgdb.texinfo: new file. Spec for the gdb library.
11365
11366Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11367
11368 * stabs.texinfo (Include Files): Fix typo (start -> end).
11369
11370Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11371
11372 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11373 from Melissa at FSF's editing pass.
11374
11375Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11376
11377 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11378 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11379 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11380
11381Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11382
11383 * remote.texi (Bootstrapping): Discuss 386 call gates.
11384
11385Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11386
11387 * stabs.texinfo (Based Variables): New node.
11388
11389Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11390
11391 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11392 names, sizes, and formats to suggest how not to lose.
11393
11394Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11395
11396 * stabs.texinfo (Methods): Fix typo.
11397
11398Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11399
11400 * gdb.texinfo: Fix a few typos.
11401
11402Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11403
11404 * gdb.texinfo: Clarify how well it works with Fortran.
11405
11406 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11407 More on relocating stabs in ELF files.
11408
11409Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11410
11411 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11412
11413Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11414
11415 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11416 parameters on VAX.
11417
11418Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11419
11420 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11421
11422Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11423
11424 * stabs.texinfo: Make info author notice match the TeX author notice.
11425
11426Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11427
11428 * stabs.texinfo: Initial-caps all words in node names and
11429 non-trivial words in section names.
11430
11431Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11432
11433 * stabs.texinfo: Many minor cleanups.
11434
11435 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11436
11437Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11438
11439 * stabs.texinfo: Remove full description of big example.
11440 It's not really helpful; just use pieces of it where appropriate.
11441 Add more Texinfo formatting directives (@samp, etc.).
11442 Use @deffn to define stab types.
11443 Eliminate some wordiness. Break up some nodes.
11444 Add an (alphabetized) index of symbol types.
11445 Use consistent capitalization style in node and section names.
11446
11447Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11448
11449 * gdb.texinfo: Change typo "Two two" to "The two".
11450
11451Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11452
11453 * stabs.texinfo (XCOFF-differences): Remove references to
11454 non-existent types N_DECL and N_RPSYM.
11455
11456 * stabs.texinfo (String Field): Say that type attributes bug is
11457 fixed in GDB 4.10, since it is.
11458
11459 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11460
11461Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11462
11463 * stabs.texinfo: Formatting cleanups.
11464
11465Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11466
11467 * stabs.texinfo: When explaining the n_type of a stab, standardize
11468 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11469 no tabs, use @r).
11470 (Global Variables): Clean up.
11471
11472Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11473
11474 * stabs.texinfo (Stack Variables): Re-write.
11475
11476Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11477
11478 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11479 addresses of a source file. Also revise formatting.
11480 Change "object module" or "object file" to "source file".
11481 Various: Miscellaneous cleanups.
11482
11483Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11484
11485 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11486
11487Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11488
11489 * gdbint.texinfo: Removed many nonsensical machine-collected
11490 host and target conditionals, described some of the remainder.
11491
11492Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11493
11494 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11495
11496 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11497 paragraph which follows.
11498
11499 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11500 variables. Looks better and avoids overful hbox.
11501
11502Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11503
11504 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11505
11506Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11507
11508 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11509 retransmit-timeout
11510
11511Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11512
11513 * gdbint.texinfo: Update statement about `some ancient Unix
11514 systems, like Ultrix 4.0' to Ultrix 4.2.
11515
11516Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11517
11518 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11519
11520 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11521
11522 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11523 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11524
11525 * remote.texi: new name for former gdbinv-s.texi
11526
11527 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11528
11529Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11530
11531 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11532 variables for MIPS remote debugging protocol.
11533
11534Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11535
11536 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11537
11538Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11539
11540 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11541
11542Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11543
11544 * gdb.texinfo: repair conditional bugs in text markup
11545
11546Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11547
11548 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11549 to select Modula-2 material.
11550
11551Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11552
11553 * stabs.texinfo: Cleanups regarding statics.
11554
11555 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11556 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11557
11558Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11559
11560 * stabs.texinfo: N_MAIN is sometimes used for C.
11561
11562Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11563
11564 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11565
11566Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11567
11568 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 11569 removed from the code by Kingdon.
c906108c
SS
11570
11571Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11572
11573 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11574 input when evaluating breakpoint conditions; the bug has been fixed.
11575
11576 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11577 sets the ignore count to N-1, not to N.
11578
11579Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11580
11581 * refcard.tex (\hoffset): correct longstanding error to match
11582 intended offset; avoids cutting off edge on some printers
11583
11584Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11585
11586 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11587
11588Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11589
11590 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11591
11592Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11593
11594 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11595 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11596 collect sed edits if any, apply to refcard before formatting;
11597 (refcard.ps) stop implying PS fonts if PS output requested;
11598 (lrefcard.ps) delete extra target for variant PS fonts
11599
11600 * refcard.tex: parametrize papersize dependent info, collect
11601 in easily replaced spot
11602
11603 * a4rc.sed: new file, edits to refcard for A4 paper
11604
11605Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11606
11607 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11608
11609Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11610
11611 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11612
11613Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11614
11615 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11616 politely rather than rudely.
11617
11618Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11619
11620 * stabs.texinfo: Document common blocks.
11621
11622Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11623
11624 * stabs.texinfo: Add some basic info about stabs-in-elf.
11625
11626Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11627
11628 * stabs.texinfo (Top): Minor cleanup.
11629
11630Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11631
11632 * Makefile.in (install-info): remove parentdir support
11633
11634Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11635
11636 * gdb.texinfo (Copying): delete this node and references to it;
11637 RMS says this manual need not carry GPL. (passim): Improvements
11638 from last round at FSF, largely due to Ian Taylor review, and
11639 minor formatting improvements.
11640
11641 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11642 largely due to Ian Taylor review. (Debug Session): minor edits to
11643 new text.
11644
11645Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11646
11647 * Makefile.in (realclean): Remove info and dvi files too.
11648
11649Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11650
11651 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11652 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11653 * gdb.texinfo: Change accordingly.
11654
11655 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11656 N_{L,R}BRAC,N_SLINE are relative to.
11657
11658Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11659
11660 * Makefile.in (GDBvn.texi): Update atomically.
11661
11662Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11663
11664 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11665
11666Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11667
11668 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11669 addresses together. Also motivate the set print symbol-filename
11670 command and suggest other solutions.
11671
11672Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11673
11674 * gdb.texinfo (set print elements): Note that the number of
11675 elements is set to unlimited by "set print elements 0".
11676
11677Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11678
11679 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11680 NF_LDOUBLE means.
11681 (Stab Types): Include Solaris stab types.
11682 (Procedures): Document Solaris extensions.
11683
11684Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11685
11686 * gdb.texinfo: Add `set print symbol-filename' doc.
11687
11688Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11689
11690 * stabs.texinfo (Arrays): Talk about type definition vs. type
11691 information.
11692
11693 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11694 the trailing semicolon.
11695
11696Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11697
11698 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11699 and merge in other parts of the document addressing these subjects.
11700 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11701
11702 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11703 at the end of a range type.
11704
11705 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11706 AIX extensions.
11707
11708Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11709
11710 * stabs.texinfo (Stabs Format): Misc fixes.
11711
11712Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11713
11714 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11715 (Traditional builtin types): Document convex convention for long long.
11716 (Negative builtin types): Discuss type names, and misc fixes.
11717
11718Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11719
11720 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11721 point types used with @samp{R} type descriptor.
11722 (Symbol Descriptors): Describe how to handle conflict between
11723 different meanings of @samp{P} symbol descriptor.
11724
11725Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11726
11727 * stabs.texinfo: Remove node Quick Reference and put its children
11728 directly under the main menu.
11729
11730 * stabs.texinfo: Many more changes to bring it into line with
11731 AIX documentation and reality. I think it now has all the
11732 information from the AIX documentation, except that I burned
11733 out when I got to variant records (Pascal and Modula-2) and
11734 all the COBOL types. Oh well, we can add them later when we're
11735 worrying more about those languages.
11736
11737 * stabs.texinfo (Automatic variables): Talk about what it means
11738 to omit the symbol descriptor.
11739
11740Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11741
11742 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11743 gcc2 behavior with promoted args.
11744
11745Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11746
11747 * gdb.texinfo: include readline appendices in info version of manual
11748
11749Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11750
11751 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11752 target remote.
11753
11754 * gdb.texinfo (Machine Code): more index entries for disassemble
11755
11756Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11757
11758 * Clarify the intended use of the gdb-testers and gdb-patches
11759 mailing lists, and shrink gzip comment.
11760
11761Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11762
11763 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11764 DOSHOST configuration of manual.
11765
11766 * gdb.texinfo (MIPS Stack): new node.
11767
11768 * all-config.texi (MIPS) new switch.
11769
11770 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11771 tense; (MIPS Remote) new node.
11772
11773 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11774 bug; (Environment) less passive, other small cleanups in text about
11775 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11776 (Remote) new MIPS Remote menu entry.
11777
11778Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11779
11780 * stabs.texinfo: Many changes to include information from the
11781 AIX documentation.
11782
11783 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11784
11785Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11786
11787 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11788 Move a bunch of information from ../README.
11789 (Getting Started): New node.
11790
11791Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11792
11793 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11794
11795 * gdb.texinfo: advance manual revision dates to present
11796
11797 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11798 stop using silly Roman numerals in @set variable names
11799
11800Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11801
11802 * stabs.texinfo (Parameters): Keep trying to get this right.
11803
11804Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11805
11806 * stabs.texinfo (Parameters): More on "local parameters".
11807
11808Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11809
11810 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11811
11812Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11813
11814 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11815 (Parameters): Rewrite.
11816 (xcoff-differences, Sun-differences): Minor changes.
11817
11818Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11819
11820 * stabs.texinfo: Minor cleanup.
11821
11822Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11823
11824 * gdbint.texinfo: Minor xcoff stuff.
11825
11826Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11827
11828 * gdbint.texinfo: Update for new config directory structure.
11829 Add info about internal type data structures.
11830
11831Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11832
11833 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11834 $(srcdir).
11835 (gdb-config.texi): Depend on file in $(srcdir).
11836
11837Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11838
11839 * stabs.texinfo: Fixes about N_SO.
11840
11841Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11842
11843 * gdb.texinfo: include list of nonstandard init file names
11844
11845 * *-config.texi: new switch GENERIC for text that applies *only*
11846 to (usual) multiple-target version of manual
11847
11848 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11849 h8 config
11850
11851 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11852 in menus (rather than conditionally selected multiple alternative
11853 menus).
11854
11855 * Makefile.in: define and use DOC_CONFIG var to select
11856 configuration for GDB user manual.
11857
11858 * gdb-config.texi: delete from repository, generate from Makefile.
11859
11860 * all-config.texi: normal `generic' configuration file, formerly
11861 stored as gdb-config.texi
11862
11863Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11864
11865 * Makefile.in: add dvi target to build all .dvi files
11866
11867Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11868
11869 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11870
11871Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11872
11873 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11874 host conditionals.
11875 * stabs.texinfo: More array fixes inspired by Jim's.
11876
11877Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11878
11879 * stabs.texinfo: Fixes re arrays and continuations.
11880
11881 * gdbint.texinfo: Add XCOFF node.
11882
11883Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11884
11885 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11886
11887Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11888
11889 * stabs.texinfo: Fix for array types to mention lower bounds.
11890
11891Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11892
11893 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11894
11895Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11896
11897 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11898
11899Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11900
11901 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11902 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11903
11904Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11905
11906 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11907
11908Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11909
11910 * gdb.texinfo, gdbinv-s.texi: misc updates
11911
11912Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11913
11914 * gdbint.texinfo: Brief documentation for longjmp support,
11915 from an email msg by Stu.
11916
11917Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11918
11919 * stabs.texinfo: Fix description of floating point "range"
11920 types (which really define basic types). Reported by Jim Meehan,
11921 <meehan@src.dec.com>.
11922
11923 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11924
11925Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11926
11927 * gdbint.texinfo: Slightly expand section on supporting a new
11928 object file format.
11929
11930Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11931
11932 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11933 intermediate file.
11934
11935Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11936
11937 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11938
11939Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11940
11941 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11942
11943 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11944 as well as Z8002.
11945
11946Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11947
11948 * gdbint.texinfo: Add sections on clean design and on how to send
11949 in changes.
11950
11951Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11952
11953 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11954
11955Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11956
11957 * gdb.texinfo: Fix typo, reported by Karl Berry.
11958
11959Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11960
11961 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11962
11963Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11964
11965 * gdbint.texinfo: fixed a stray email address (needs @@),
11966 added @table @code to node "Native Conditionals"
11967
11968Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11969
11970 * gdbint.texinfo: Describe coding style of GDB.
11971
11972Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11973
11974 * stabs.texinfo: Minor wording changes.
11975
11976Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11977
11978 * gdbint.texinfo: Improve release doc slightly.
11979
11980Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11981
11982 * gdbint.texinfo: Improve doc of GDB config macros.
11983
11984Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11985
11986 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11987 These will be reinserted when examined.
11988
11989Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11990
11991 * gdbint.texinfo: Make a start at documenting all the #if macros
11992 in GDB. At least list them all, and start separating them into
11993 host-specific and target-specific.
11994
11995Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11996
11997 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 11998 examples (not consistent w others).
c906108c
SS
11999 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12000 for generic vn of doc
12001
12002Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12003
12004 * Makefile.in: always create installation directories.
12005
12006Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12007
12008 * gdb.texinfo: in h8 config, do not describe searching commands.
12009
12010Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12011
12012 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12013 conditionals; introduce a few generic switches that may be
12014 useful for other cross-dev or dos-hosted configs.
12015
12016 * gdb.texinfo: fix typo in "info reg" description
12017
12018Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12019
12020 * stabs.texinfo: Minor updates from running TeX over it.
12021 * Makefile.in (stabs.dvi, stabs.ps): Add.
12022
12023Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12024
12025 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12026 First pass at converting it to texinfo.
12027
12028Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12029
12030 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12031 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12032
12033Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12034
12035 * gdbint.texinfo: Add section on partial symbol tables.
12036
12037Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12038
12039 * gdb.texinfo: document `set remotedebug' and `set
12040 rstack_high_address'.
12041
12042Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12043
12044 * gdb.texinfo: slight expansion of new text on reading info files
12045 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12046 H8/300 from DOS.
12047
12048Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12049
12050 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12051
12052Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12053
12054 * gdb.texinfo: Say how to read the `info' files.
12055
12056Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12057
12058 * Makefile.in: gm4 -> m4.
12059
12060Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12061
12062 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12063 Documentation' ahead of `Installing GDB' to match README.
12064 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 12065 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
12066
12067Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12068
12069 * Makefile.in: remove $(srcdir) from gdb.info rule.
12070
12071Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12072
12073 * Makefile.in: commented out gdb-all.texinfo rule. This is
12074 temporary.
12075
12076Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12077
12078 * Makefile.in, configure.in: removed traces of namesubdir,
12079 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 12080 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
12081
12082Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12083
12084 * gdb.texinfo: Improve how we ask for bug reports.
12085
12086Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12087
12088 * Makefile.in: infodir belongs in datadir.
12089
12090Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12091
12092 * Makefile.in: remove spaces following hyphens, bsd make can't
12093 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 12094 standards.text support.
c906108c
SS
12095
12096Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12097
12098 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12099 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12100 and mandir now keyed off datadir by default.
12101
12102\f
12103Local Variables:
9e9c5ae7 12104mode: change-log
c906108c
SS
12105left-margin: 8
12106fill-column: 74
12107version-control: never
463888ab 12108coding: utf-8
c906108c 12109End:
This page took 3.251485 seconds and 4 git commands to generate.