[spu] Fix spu-linux gdbserver build
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
d044bac8
PA
12017-11-24 Pedro Alves <palves@redhat.com>
2
3 * gdb.texinfo (Completion): Update need-quoting examples. Remove
4 false claim that GDB inserts quoting automatically.
5 (Symbols): Add anchor.
6
2400729e
UW
72017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8
9 * gdb.texinfo (Requirements): Document use of GNU MPFR.
10
11
d8ae99a7
PM
122017-11-16 Phil Muldoon <pmuldoon@redhat.com>
13
14 * python.texi (Basic Python): Add rbreak documentation.
15
d0fe4701
XR
162017-11-07 Xavier Roirand <roirand@adacore.com>
17 Pedro Alves <palves@redhat.com>
18
19 * gdb.texinfo (Set Breaks): Document support for breakpoint
20 location ranges in the enable/disable commands.
21
bc3b087d
SDJ
222017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
23
24 * gdb.texinfo (Starting your Program) <The working directory.>:
25 Mention remote debugging.
26 (Working Directory) <Your Program's Working Directory>:
27 Likewise.
28 (Connecting) <Remote Packet>: Add "set-working-dir"
29 and "QSetWorkingDir" to the table.
30 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
31 packet.
32
d092c5a2
SDJ
332017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
34
35 * gdb.texinfo (Starting your Program) <The working directory.>:
36 Mention new "set cwd" command.
37 (Working Directory) <Your Program's Working Directory>:
38 Rephrase to explain that "set cwd" exists and is the default
39 way to change the inferior's cwd.
40
289e23aa
AA
412017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
42
43 * gdb.texinfo (S/390 and System z Features): Document the new
44 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
45
f2ff95c5
KB
462017-09-21 Kevin Buettner <kevinb@redhat.com>
47
48 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
49 attribute.
50
da2c323b
KB
512017-09-21 Kevin Buettner <kevinb@redhat.com>
52
53 * python.texi (Inferiors In Python): Add description for method
54 Inferior.thread_from_thread_handle.
55
4e5a4f58
JB
562017-09-19 John Baldwin <jhb@FreeBSD.org>
57
58 * gdb.texinfo (Starting your Program): Add description of
59 starti command. Mention starti command as an alternative for
60 debugging the elaboration phase.
61
1526853e
SM
622017-09-16 Simon Marchi <simon.marchi@ericsson.com>
63
64 * gdb.texinfo (Maintenance Commands): Document filter parameter
65 of "maint selftest". Document "maint info selftests" command.
66
7c96f8c1
TT
672017-09-11 Tom Tromey <tom@tromey.com>
68
69 * python.texi (Events In Python): Document new events.
70
d69cf9b2
PA
712017-09-04 Pedro Alves <palves@redhat.com>
72
73 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
74 no-debug-info variables.
75 (Symbols) <Examining the Symbol Table>: Document inspecting
76 no-debug-info types.
77 (Calling) <Calling functions with no debug info>: New subsection,
78 documenting calling no-debug-info functions.
79 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
80
0a2dde4a
SDJ
812017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
82
83 * gdb.texinfo (set environment): Add @anchor. Explain that
84 environment variables set by the user are sent to GDBserver.
85 (unset environment): Likewise, but for unsetting variables.
86 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
87 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
88 "environment-reset" and "QEnvironmentReset" to the table.
89 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
90 QEnvironmentReset>: New item, explaining the packet.
91
6e41ddec
JK
922017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
93
94 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
95 "Compiler search for the compile command" descriptions of set
96 compile-gcc and show compile-gcc.
97
58afddc6
WP
982017-08-07 Weimin Pan <weimin.pan@oracle.com>
99
100 * gdb.texinfo (Architectures): Add new Sparc64 section to document
101 ADI support.
102 * NEWS: Add "adi examine" and "adi assign" commands.
103
6d580b63
YQ
1042017-08-18 Yao Qi <yao.qi@linaro.org>
105
106 * gdb.texinfo (Server): Document "--selftest".
107
a5afdb16
RK
1082017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
109
110 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
111 Single-Key mode.
112
ca145713
SDJ
1132017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
114
115 PR gdb/21925
116 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
117 set...").
118
0968fbae
SM
1192017-08-09 Simon Marchi <simon.marchi@ericsson.com>
120
121 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
122 conditional expression.
123
791fb3d7
SM
1242017-07-31 Simon Marchi <simon.marchi@ericsson.com>
125
126 * agentexpr.texi (rot): Fix symbolic description, improve
127 textual description.
128
27d41eac
YQ
1292017-07-26 Yao Qi <yao.qi@linaro.org>
130
131 * gdb.texinfo (Maintenance Commands): Document command
132 "maint check xml-descriptions".
133
8e2141c6
YQ
1342017-07-26 Yao Qi <yao.qi@linaro.org>
135
136 * gdb.texinfo (Maintenance Commands): Document optional
137 argument of "maint print c-tdesc".
138
c646b4e8
YQ
1392017-07-18 Yao Qi <yao.qi@linaro.org>
140
141 * gdb.texinfo (Maintenance Commands): Improve the doc to
142 command "maint print c-tdesc".
143
eb83230b
SDJ
1442017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
145
146 PR gdb/21606
147 * python.texi (Python representation of Symbols.): Replace
148 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
149 * guile.texi (Guile representation of Symbols.): Likewise.
150
c4dcb155
SM
1512017-06-11 Simon Marchi <simon.marchi@ericsson.com>
152
153 * gdb.texinfo (Optional Messages about Internal Happenings):
154 Document {set,show} debug separate-debug-file commands.
155
aefd8b33
SDJ
1562017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
157
158 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
159 (Connecting) <Remote Packet>: Add "startup-with-shell"
160 and "QStartupWithShell" to the table.
161 (Remote Protocol) <QStartupWithShell>: New item, explaining the
162 packet.
163
176efed1
AB
1642017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
165
166 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
167
d050f7d7
TW
1682017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
169
170 * python.texi (Recording in Python): Factor out the documentation of
171 gdb.RecordInstruction's super class.
172
14f819c8
TW
1732017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
174
175 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
176 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
177 prev and next.
178
0ed5da75
TW
1792017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
180
181 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
182 gdb.RecordInstruction
183
913aeadd
TW
1842017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
185
186 * python.texi (Recording in Python): Add documentation for
187 gdb.RecordGap and remove documentation of special cases for
188 gdb.BtraceInstruction.
189
a3be24ad
TW
1902017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
191
192 * python.texi (Recording in Python): Remove Record.ptid defvar.
193
ebe553db
SM
1942017-04-21 Simon Marchi <simon.marchi@ericsson.com>
195
196 * gdb.texinfo (GDB/MI Thread Information): Add missing
197 fields, re-word some things.
198 (GDB/MI Thread Commands): Describe fields found in the output of
199 -thread-info, remove description of fields in the
200 thread output tuple, replace with a cross-reference to "GDB/MI
201 Thread Information".
202
9be21bb4
SM
2032017-04-21 Simon Marchi <simon.marchi@ericsson.com>
204
205 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
206 from -thread-info output.
207
fe5f7374
AK
2082017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
209
210 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
211
eea78757
AK
2122017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
213
214 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
215
79778b30
YQ
2162017-03-22 Yao Qi <yao.qi@linaro.org>
217
218 * python.texi (Inferiors In Python): Remove @code from Python.
219
cee59b3f
TW
2202017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
221
222 * python.texi (Recordings In Python): Document return type of
223 gdb.BtraceInstruction.data.
224
51457a05
MAL
2252017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
226
227 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
228 command file-list-shared-libraries
229 (GDB/MI Async Records): Update documentation of library-loaded with new
230 field.
231
f8d99587
DE
2322017-03-16 Doug Evans <dje@google.com>
233
234 * guile.texi (Lazy Strings In Guile): Mention arrays.
235 * python.texi (Lazy Strings In Python): Ditto.
236
5cf70512
JW
2372017-03-08 Jiong Wang <jiong.wang@arm.com>
238
239 * gdb.texinfo (Memory Protection Extensions): Add missing escape
240 character "@".
241
4a612d6f
WT
2422017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
243
244 * Memory Protection Extensions: Add information about inferior
245 calls.
246
216f72a1
JK
2472017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
248
249 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
250 DW_TAG_GNU_* and DW_AT_GNU_*.
251
4e746bb6
TW
2522017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
253
254 * python.texi (Recordings In Python): New section.
255
3f77c769
TT
2562017-02-14 Tom Tromey <tom@tromey.com>
257
258 PR python/13598:
259 * python.texi (Events In Python): Document events.before_prompt.
260
5cf30ebf
LM
2612017-02-13 Luis Machado <lgustavo@codesourcery.com>
262
263 * gdb.texinfo (Target Commands): Document the optional offset
264 argument for the load command.
265
18da0c51
MG
2662017-02-10 Martin Galvan <martingalvan@sourceware.org>
267
268 PR gdb/21122
269 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
270 space-separated breakpoint lists. Also add a missing @table command
271 and @cindex for breakpoint lists.
272
3f7b46f2
IR
2732017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
274
275 PR tdep/20936
276 * gdb.texinfo: (Standard Target Features): Document SPARC features.
277 (Sparc Features): New node.
278
2735833d
WT
2792017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
280
281 * gdb.texinfo (i386 Features): Add system segment registers
282 as feature.
283
373832b6
SM
2842017-01-24 Simon Marchi <simon.marchi@ericsson.com>
285
286 * python.texi (Events In Python): Fix typo.
287
78cbbba8
LM
2882017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
289 Luis Machado <lgustavo@codesourcery.com>
290
291 * gdb.texinfo (-target-flash-erase): New MI command description.
292 (flash-erase): New CLI command description.
293
387360da
JB
2942017-01-04 John Baldwin <jhb@FreeBSD.org>
295
296 * gdb.texinfo (Contributors): Add SRI International and University
297 of Cambridge for FreeBSD/mips.
298
34c41c68
DE
2992016-12-22 Doug Evans <xdje42@gmail.com>
300
301 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
302 commands.
303
df3ee9ca
PA
3042016-12-02 Pedro Alves <palves@redhat.com>
305
306 * gdb.texinfo (User-defined Commands): Limit on number of
307 arguments passed to user-defined commands removed; update.
308
01770bbd
PA
3092016-12-02 Pedro Alves <palves@redhat.com>
310
311 PR cli/20559
312 * gdb.texinfo (Define): Add example of using "eval" to process a
313 variable number of arguments.
314 (Output) <eval>: Add anchor.
315
ad02e4fe
SM
3162016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
317
318 * Makefile.in: Likewise.
319
8504e097
AA
3202016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
321
322 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
323 xref.
324
39402e6c
PA
3252016-10-29 Pedro Alves <palves@redhat.com>
326
327 * gdb.texinfo (Packets) <vCont>: Remove mention of default
328 actions.
329
ca6eff59
PA
3302016-10-26 Pedro Alves <palves@redhat.com>
331
332 * gdb.texinfo (Packets): Clarify vCont packets with multiple
333 actions that match a thread, and what happens when an action
334 matches a thread that is already running.
335
be06ba8c
SM
3362016-10-14 Simon Marchi <simon.marchi@ericsson.com>
337
338 * gdb.texinfo (Using Trace Files): Fix typo.
339 (GDB/MI Tracepoint Commands): Likewise.
340
99e61eda
SM
3412016-10-14 Simon Marchi <simon.marchi@ericsson.com>
342
343 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
344 of -trace-save.
345
9c37b5ae
TT
3462016-10-06 Tom Tromey <tom@tromey.com>
347
348 * guile.texi (Types In Guile): Remove Java mentions.
349 * python.texi (Types In Python): Remove Java mentions.
350 * gdb.texinfo (Address Locations, Supported Languages)
351 (Index Section Format): Remove Java mentions.
352
ee8da4b8
DE
3532016-08-15 Doug Evans <dje@google.com>
354
355 * gdb.texinfo (Target Description Format): Update docs on "end"
356 field spec and field default type.
357
4034d0ff
AT
3582016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
3592016-10-03 Simon Marchi <simon.marchi@ericsson.com>
360
361 PR gdb/20487
362 * gdb.texinfo (Context management): Update mention of frame
363 change notifications.
364 (gdb/mi Async Records): Document frame field in
365 =thread-select event.
366 * observer.texi (GDB Observers): New user_selected_context_changed
367 observer.
368
4435e1cc
TT
3692016-09-28 Tom Tromey <tom@tromey.com>
370
371 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
372 than "memory breakpoint". Further document "kind". Move
373 protocol-details link earlier.
374 <z1>: Document the cmd_list argument. Fix typo.
375 <g>: Remove incorrect sentence.
376 (Stop Reply Packets): Document "OK" response to requests when in
377 non-stop mode.
378 <swbreak>: Use "software breakpoint" rather than "memory
379 breakpoint".
380 <create>: Document that "R" is ignored.
381 <W, X, w>: Document formatting of "AA".
382 (Notification Packets): Use "%Stop", not "%%Stop".
383
ad0a504f
AK
3842016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
385
386 * gdb.texinfo (Embedded Processors): Document ARC.
387 (Synopsys ARC): New section.
388 (Standard Target Features): Document ARC features.
389 (ARC Features): New section.
390
74172ecf
SM
3912016-09-21 Simon Marchi <simon.marchi@ericsson.com>
392
393 * .gitignore: New file.
394
0a1ddfa6
SM
3952016-08-24 Simon Marchi <simon.marchi@ericsson.com>
396
397 * gdb.texinfo (Input/Output): Mention possibility to unset
398 inferior-tty.
399
c0272db5
TW
4002016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
401
402 * gdb.texinfo: Resume btrace on reconnect.
403
e3487908
GKB
4042016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
405
406 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
407 syscall.
408
463888ab
РИ
4092016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
410
411 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
412 command.
413
dac790e1
TT
4142016-07-13 Tom Tromey <tom@tromey.com>
415
416 PR python/15620, PR python/18620:
417 * python.texi (Events In Python): Document new breakpoint events.
418
93daf339
TT
4192016-07-13 Tom Tromey <tom@tromey.com>
420
421 PR python/17698:
422 * python.texi (Breakpoints In Python): Document
423 Breakpoint.pending.
424
cda75e70
TT
4252016-07-13 Tom Tromey <tom@tromey.com>
426
427 * python.texi (Breakpoints In Python): Move table of types and
428 table of watchpoint types earlier in node.
429
e0f3fd7c
TT
4302016-07-12 Tom Tromey <tom@tromey.com>
431
432 PR python/19293:
433 * python.texi (Frames In Python): Document
434 gdb.invalidate_cached_frames.
435
86f78169
PA
4362016-06-21 Pedro Alves <palves@redhat.com>
437
438 * gdb.texinfo (Interpreters): Update intepreter-exec section,
439 document new-ui and explain use case.
440
a28d8e50
YTL
4412016-06-17 Yan-Ting Lin <currygt52@gmail.com>
442
443 * gdb.texinfo (Standard Target Features): Document NDS32 features.
444 (NDS32 Features): New Section.
445
bb556f1f
TK
4462016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
447
448 * gdb.texinfo (Examining Memory): Document negative repeat
449 count in the 'x' command.
450
38b022b4
SM
4512016-06-06 Simon Marchi <simon.marchi@ericsson.com>
452
453 * gdb.texinfo (GDB/MI Async Records): Document method and
454 format fields in =record-started.
455 * observer.texi (record_changed): Add method and format
456 parameters.
457
c185ba27
EZ
4582016-05-27 Eli Zaretskii <eliz@gnu.org>
459
460 * gdb.texinfo (General Query Packets): Move the description of the
461 response before the long list of the specific 'read' and 'write'
462 requests.
463
1957f6b8
TT
4642016-05-23 Tom Tromey <tom@tromey.com>
465
466 * python.texi (Basic Python): Document gdb.breakpoints return.
467
224f10c1
TT
4682016-05-24 Tom Tromey <tom@tromey.com>
469
470 PR gdb/19194:
471 * gdb.texinfo (gdb man): Fix typo.
472
0bdfa368
TT
4732016-05-17 Tom Tromey <tom@tromey.com>
474
475 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
476 (Rust): New node.
477
dcd1f979
TT
4782016-05-17 Tom Tromey <tom@tromey.com>
479
480 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
481
310cdbb6
YQ
4822016-04-27 Yao Qi <yao.qi@linaro.org>
483
484 * gdb.texinfo (tfind): Complete doc about tfind without
485 argument.
486
b8162e5a
AT
4872016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
488
489 * agentexpr.texi (byte): Fix zero_ext description.
490
f7c38292
PA
4912016-03-31 Pedro Alves <palves@redhat.com>
492
493 * gdb.texinfo (M32R/SDI): Delete node.
494 (MIPS Embedded): Remove references to the MIPS remote debugging
495 protocol, PMON and variants, and the associated commands.
496
81516450
DE
4972016-03-15 Doug Evans <dje@google.com>
498
499 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
500 (Target Description Format): Mention enum types. Update docs on
501 flags types.
502 (Predefined Target Types): Add "bool".
503 (Enum Target Types): New node.
504
2a60e18f
PA
5052016-03-15 Pedro Alves <palves@redhat.com>
506
507 * gdb.texinfo (Tracepoint Actions): Fix typo.
508
45fa2529
PA
5092016-03-15 Pedro Alves <palves@redhat.com>
510 Andreas Arnez <arnez@linux.vnet.ibm.com>
511 Marcin Kościelnicki <koriakin@0x04.net>
512
513 * gdb.texinfo (Tracepoint Actions): Document possible
514 unreliability of '$_ret'.
515
f2403c39
AB
5162016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
517
518 * gdb.texinfo (Symbols): Document new 'maint info line-table'
519 command.
520
f2f3ccb9
SM
5212016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
522
523 * gdb.texinfo (Convenience Functions): Document $_as_string.
524
cce0e923
DE
5252016-02-23 Doug Evans <dje@google.com>
526
527 * gdb.texinfo (Skipping Over Functions and Files): Document new
528 options to "skip" command. Update docs of output of "info skip".
529
012b3a21
WT
5302016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
531
532 * gdb.texinfo (Signals): Add bound violation display hints for
533 a SIGSEGV.
534
0748bf3e
MK
5352016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
536
537 * gdb.texinfo (Trace File Format): Add documentation for description
538 section lines.
539
e909d859
MK
5402016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
541
542 * gdb.texinfo (Trace File Format): Remove misleading information
543 about register block ordering.
544
713cdcbf
DE
5452016-02-01 Doug Evans <dje@google.com>
546
547 * gdb.texinfo (Value Sizes): Fix typo.
548
8244c20d
DE
5492016-02-01 Doug Evans <dje@google.com>
550
551 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
552
5fdf6324
AB
5532016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
554
555 * gdb.texinfo (Value Sizes): New section.
556 (Data): Add the 'Value Sizes' node to the menu.
557
67ebd9cb
JB
5582016-01-26 John Baldwin <jhb@FreeBSD.org>
559
560 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
561
6e9567fe
JB
5622016-01-19 John Baldwin <jhb@FreeBSD.org>
563
564 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
565
f303dbd6
PA
5662016-01-18 Pedro Alves <palves@redhat.com>
567
568 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
569 of the thread that hit a breakpoint or received a signal.
570
71ef29a8
PA
5712016-01-15 Pedro Alves <palves@redhat.com>
572
573 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
574
663f6d42
PA
5752016-01-13 Pedro Alves <palves@redhat.com>
576
577 * gdb.texinfo (Threads): Document the $_gthread convenience
578 variable.
579 (Convenience Vars): Likewise.
580
c84f6bbf
PA
5812016-01-13 Pedro Alves <palves@redhat.com>
582
583 * gdb.texinfo (Threads): Document "info threads -gid".
584
22a02324
PA
5852016-01-13 Pedro Alves <palves@redhat.com>
586
587 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
588 anchor.
589 (Threads In Python): Document new InferiorThread.global_num
590 attribute.
591
5d5658a1
PA
5922016-01-07 Pedro Alves <palves@redhat.com>
593
594 * gdb.texinfo (Threads): Document per-inferior thread IDs,
595 qualified thread IDs, global thread IDs and thread ID lists.
596 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
597 thread IDs.
598 (Convenience Vars): Document the $_thread convenience variable.
599 (Ada Tasks): Adjust to refer to thread IDs.
600 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
601 Commands, GDB/MI Variable Objects): Update to mention global
602 thread IDs.
603 * guile.texi (Breakpoints In Guile)
604 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
605 global thread IDs instead of thread IDs.
606 * python.texi (Threads In Python): Adjust documentation of
607 InferiorThread.num.
608 (Breakpoint.thread): Mention global thread IDs instead of thread
609 IDs.
610
84654457
PA
6112016-01-13 Pedro Alves <palves@redhat.com>
612
613 * python.texi (Threads In Python): Document
614 InferiorThread.inferior.
615
e3940304
PA
6162016-01-13 Pedro Alves <palves@redhat.com>
617
618 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
619 convenience variable.
620 (Convenience Vars): Likewise.
621
82075af2
JS
6222016-01-12 Josh Stone <jistone@redhat.com>
623 Philippe Waroquiers <philippe.waroquiers@skynet.be>
624
625 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
626 (Stop Reply Packets): List the syscall entry and return stop reasons.
627 (General Query Packets): Describe QCatchSyscalls, and add it to the
628 table and the detailed list of stub features.
629
bc504a31
PA
6302016-01-12 Pedro Alves <palves@redhat.com>
631
632 Remove use of the registered trademark symbol throughout.
633
cde67b27
YQ
6342016-01-12 Yao Qi <yao.qi@linaro.org>
635
636 * gdb.texinfo (Interrupts): Update the document on handling
637 interrupt when program is stopped.
638
19d9d4ef
DB
6392015-12-11 Don Breazeal <donb@codesourcery.com>
640
641 * gdb.texinfo (Forks): Correct Linux kernel version where
642 fork and exec events are supported, add notes about support
643 of these events in target remote mode.
644 (Connecting): Reorganize and clarify distinctions between
645 target remote, extended-remote, and multiprocess.
646 Reorganize related text from separate sections into new
647 sections.
648 (Server): Note effects of target extended-remote mode.
649 Delete section on Multi-Process Mode for gdbserver.
650 Move some text to "Connecting" node.
651
f4f4330e
PA
6522015-12-10 Pedro Alves <palves@redhat.com>
653
654 * gdb.texinfo (Threads): Replace warning with explanation
655 about single-threaded programs.
656
b1236ac3
PA
6572015-12-10 Pedro Alves <palves@redhat.com>
658
659 * gdb.texinfo (Threads): Remove mention of SGI.
660 (Forks): Remove mention of HP-UX.
661 (Breakpoints): Remove mention of HP-UX.
662 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
663 Reword in terms of architectures.
664 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
665 mention supported systems.
666 (Convenience Vars): Don't mention HP-UX.
667 (Jumping): Remove mention of HP-UX in comment.
668 (Files) <shared libraries>: Update supported shared library types
669 list. Remove mention of HP-UX.
670 (Native): Remove HP-UX subsection.
671 (SVR4 Process Information): Remove mention of HP-UX.
672
0f59c28f
PA
6732015-12-10 Pedro Alves <palves@redhat.com>
674
675 * gdb.texinfo (Stack): Reorder menu.
676
1c35a88f
LM
6772015-12-09 Luis Machado <lgustavo@codesourcery.com>
678
679 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
680 -var-set-format's new zero-hexadecimal format.
681
3685b09f
PMR
6822015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
683
684 * gdb.texinfo (Ada Mode Into): Move overloading support
685 description to its own node.
686 (Overloading support for Ada): New node.
687
f2faf941
PA
6882015-11-30 Pedro Alves <palves@redhat.com>
689
690 PR 14618
691 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
692 (Remote Configuration): Add the "set/show remote
693 no-resumed-stop-reply" to the available settings table.
694 (General Query Packets): Document the "no-resumed" qSupported
695 feature.
696
65706a29
PA
6972015-11-30 Pedro Alves <palves@redhat.com>
698
699 * gdb.texinfo (Remote Configuration): List "set/show remote
700 thread-events" command in configuration table.
701 (Stop Reply Packets): Document "T05 create" stop
702 reason and 'w' stop reply.
703 (General Query Packets): Document QThreadEvents packet. Document
704 QThreadEvents qSupported feature.
705
de979965
PA
7062015-11-30 Pedro Alves <palves@redhat.com>
707
708 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
709 anchor.
710 (Packets): Document vCtrlC.
711
79efa585
SM
7122015-11-26 Simon Marchi <simon.marchi@ericsson.com>
713
714 * gdb.texinfo (Thread List Format): Mention thread names.
715
7e0aa6aa
PA
7162015-11-24 Pedro Alves <palves@redhat.com>
717
718 PR 17539
719 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
720 program-spaces" example to ascending order listing.
721 (Threads): Adjust "info threads" example to ascending order
722 listing.
723 (Forks): Adjust "info inferiors" example to ascending order
724 listing.
725
0c532a29
MM
7262015-11-04 Markus Metzger <markus.t.metzger@intel.com>
727
728 * gdb.texinfo (Process Record and Replay): Document "record
729 instruction-history" modifiers.
730
fc58fa65
AB
7312015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
732
733 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
734 description.
735 (Frame Filter Management): Move to later in the 'Examining the
736 Stack' chapter.
737 (Selection): Add entry for 'select-frame'.
738
792005b0
DE
7392015-09-25 Doug Evans <dje@google.com>
740
741 * gdb.texinfo (Process Record and Replay): Fix syntax of
742 "record instruction-history begin, end" and
743 "record function-call-history begin, end".
744
c58b006b
SM
7452015-09-22 Simon Marchi <simon.marchi@ericsson.com>
746
747 * gdb.texinfo (Specifying Source Directories): Fix
748 substitute-path example.
749
f2665db5
MM
7502015-09-18 Markus Metzger <markus.t.metzger@intel.com>
751
752 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
753
e68fa6f0
PA
7542015-09-15 Pedro Alves <palves@redhat.com>
755
756 PR remote/18965
757 * gdb.texinfo (Stop Reply Packets): Revert previous change to
758 the vforkdone description.
759
8228463c
PA
7602015-09-15 Pedro Alves <palves@redhat.com>
761
762 PR remote/18965
763 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
764 part indicates the thread ID of the parent process.
765
750ce8d1
YQ
7662015-09-15 Yao Qi <yao.qi@linaro.org>
767
768 * gdb.texinfo (General Query Packets): Add vContSupported to
769 tables of 'gdbfeatures' and 'stub features' supported in the
770 qSupported packet, as well as to the list containing stub
771 feature details.
772
b459a59b
DB
7732015-09-11 Don Breazeal <donb@codesourcery.com>
774
775 * gdb.texinfo (Remote Configuration): Add exec event
776 feature to table of packet settings.
777 (Stop Reply Packets): Add exec events to the list of stop
778 reasons.
779 (General Query Packets): Add exec events to tables of
780 'gdbfeatures' and 'stub features' supported in the qSupported
781 packet, as well as to the list containing stub feature
782 details.
783
73b8c1fd
PA
7842015-08-24 Pedro Alves <palves@redhat.com>
785
786 * gdb.texinfo (Remote Configuration): Document the "set/show
787 remote multiprocess-extensions-packet" commands.
788
bb615428
PA
7892015-08-24 Pedro Alves <palves@redhat.com>
790
791 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
792 <M32R>: Remove references to M32R/D.
793 <M68K>: Remove references to target dbug.
794 <MIPS Embedded>: Remove references to target r3900 and target
795 array.
796 <PowerPC Embedded>: Remove references to target dink32 and target
797 ppcbug, target sds
798 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
799
2b4bf6af
AB
8002015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
801
802 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
803
566f5e3b
AB
8042015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
805
806 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
807
18989b3c
AB
8082015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
809
810 * gdb.texinfo (Maintenance Commands): Move documentation of "main
811 info bfds" to...
812 (File Caching): A New section. Outline bfd caching, and add new
813 description for "main set/show bfd-sharing".
814
6ff0ba5f
DE
8152015-08-14 Doug Evans <xdje42@gmail.com>
816
817 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
818 disassembly.
819 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
820
629500fa
KS
8212015-08-11 Keith Seitz <keiths@redhat.com>
822
823 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
824 Use "location(s)"instead of "linespec(s)".
825 (Specifying a Location): Rewrite.
826 Add subsections describing linespec, address, and explicit locations.
827 Add node/menu for each subsection.
828 (Source and Machine Code, C Preprocessor Macros)
829 (Create and Delete Trace points)
830 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
831 (Continuing at a Different Address): Remove "linespec" examples.
832 Add reference to "Specify a Location"
833 (The -break-insert Command): Rewrite. Add anchor.
834 Add reference to appropriate manual section discussing locations.
835 (The -dprintf-insert Command): Refer to -break-insert for
836 specification of 'location'.
837
fbea99ea
PA
8382015-08-07 Pedro Alves <palves@redhat.com>
839
840 * gdb.texinfo (Maintenance Commands): Document "maint set/show
841 target-non-stop".
842
da8c46d2
MM
8432015-08-07 Markus Metzger <markus.t.metzger@intel.com>
844
845 * gdb.texinfo (Process Record and Replay): Document prefixing of
846 speculatively executed instructions in the "record instruction-history"
847 command.
848
a3b5281e
DE
8492015-07-20 Doug Evans <dje@google.com>
850
851 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
852
6bcb1f97
DE
8532015-07-16 Doug Evans <dje@google.com>
854
855 * stabs.texinfo: @include gdb-cfg.texi.
856
db1ff28b
JK
8572015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
858
859 Revert the previous 2 commits:
860 gdbserver build-id attribute generator
861 Validate symbol file using build-id
862
ca5268b6
JK
8632015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
864
865 * gdb.texinfo (Files): Add 'set validate-build-id'
866 and 'show validate-build-id'.
867
700ca40f
JK
8682015-07-15 Aleksandar Ristovski <aristovski@qnx.com
869 Jan Kratochvil <jan.kratochvil@redhat.com>
870
871 gdbserver build-id attribute generator.
872 * gdb.texinfo (Library List Format for SVR4 Targets): Add
873 'build-id' in description, example, new attribute in dtd.
874
7c7f93f6
AB
8752015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
876
877 * gdb.texinfo (Selection): Update documentation for 'frame'
878 command.
879
b0627500
MM
8802015-07-02 Markus Metzger <markus.t.metzger@intel.com>
881
72f4393d 882 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
b0627500
MM
883 commands.
884
b20a6524
MM
8852015-07-02 Markus Metzger <markus.t.metzger@intel.com>
886
887 * gdb.texinfo (Process Record and Replay): Spell out that variables
888 and registers are not available during btrace replay.
889 Describe the new "record btrace pt" command.
890 Describe the new "set|show record btrace pt buffer-size" options.
891 (General Query Packets): Describe the new Qbtrace:pt and
892 Qbtrace-conf:pt:size packets.
893 Expand "bts" to "Branch Trace Store".
894 Update the branch trace DTD.
895
fc637f04
PP
8962015-06-26 Patrick Palka <patrick@parcs.ath.cx>
897
898 * gdb.texinfo (Command History): Document the new option
899 "history remove-duplicates".
900
18a94d75
DE
9012015-06-19 Doug Evans <dje@google.com>
902
903 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
904 longer supported.
905
0eacb298
PP
9062015-06-17 Patrick Palka <patrick@parcs.ath.cx>
907
908 * gdb.texinfo (Command History): Mention that setting
909 GDBHISTSIZE to the empty string disables history truncation.
910
bc460514
PP
9112015-06-17 Patrick Palka <patrick@parcs.ath.cx>
912
913 PR gdb/16999
914 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
915 behavior.
916
b58c513b
PP
9172015-06-17 Patrick Palka <patrick@parcs.ath.cx>
918
919 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
920 with GDBHISTSIZE.
921
a86c90e6
SM
9222015-06-15 Simon Marchi <simon.marchi@ericsson.com>
923
924 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
925 bytes and memory units for -data-{read,write}-memory-bytes.
926 (Packets): Same for m, M and X packets.
927 * python.texi (Inferiors In Python): Same for read_memory and
928 write_memory.
929
c74f7d1c
JT
9302015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
931
932 * gdb.texinfo (Separate Debug Files): Document that PE is also
933 supported.
934
51f0e40d
AB
9352015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
936
937 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
938 single table entry.
939
966f0aef
WT
9402015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
941
942 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
943
944
15a201c8
GB
9452015-06-10 Gary Benson <gbenson@redhat.com>
946
947 * gdb.texinfo (Remote Configuration): Document the
948 "set/show remote hostio-setfs-packet" command.
949 (Host I/O Packets): Document the vFile:setfs packet.
950
7a6a1731
GB
9512015-06-10 Gary Benson <gbenson@redhat.com>
952
953 * gdb.texinfo (Debugging Output): Document the "set/show debug
954 linux-namespaces" command.
955
7d73c23c 9562015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 957 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
958
959 * gdb.texinfo (i386): Add documentation about "show mpx bound"
960 and "set mpx bound".
961
27e0867f
DE
9622015-05-27 Doug Evans <dje@google.com>
963
964 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
965
b4f54984
DE
9662015-05-26 Doug Evans <dje@google.com>
967
968 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
969 command renamings.
970 (Maintenance Commands): Update for DWARF "set debug" command renamings.
971
55b40027
AB
9722015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
973
974 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
975
a4ea0946
AB
9762015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
977
978 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
979 (TUI Commands): Add 'tui enable' and 'tui disable' details.
980
37442ce1
DE
9812015-05-16 Doug Evans <xdje42@gmail.com>
982
983 * guile.texi (Memory Ports in Guile): Document support for unbuffered
984 memory ports.
985
36de76f9
JK
9862015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
987
988 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
989
0d71eef5
DB
9902015-05-12 Don Breazeal <donb@codesourcery.com>
991
992 * gdb.texinfo (Forks): Note that fork debugging is
993 supported in extended mode.
994 (Remote Configuration): Add fork event features to table
995 of packet settings.
996 (Stop Reply Packets): Add fork events to list of stop reasons.
997 (General Query Packets): Add fork events to tables of
998 'gdbfeatures' and 'stub features' supported in the qSupported
999 packet, as well as to the list containing stub feature
1000 details.
1001
835205d0
GB
10022015-05-12 Gary Benson <gbenson@redhat.com>
1003
1004 * gdb.texinfo (General Query Packets): Document
1005 qXfer:exec-file:read with empty annex.
1006
4c082a81
SC
10072015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1008
1009 * python.texi (Values From Inferior): Add descriptions of new
1010 methods gdb.Value.reference_value and gdb.Value.const_value.
1011
b30a0bc3
JB
10122015-05-06 Joel Brobecker <brobecker@adacore.com>
1013
1014 * gdb.texinfo (Files): Add "info dll" documentation.
1015 (Cygwin Native): Remove "info dll" documentation.
1016
2ce1cdbf
DE
10172015-04-29 Doug Evans <dje@google.com>
1018
1019 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1020 Document.
1021 (Writing an Xmethod): Add get_result_type to example.
1022
59fb7612
SS
10232015-04-28 Sasha Smundak <asmundak@google.com>
1024
1025 * python.texi: New method documented.
1026
cf75d6c3
AB
10272015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1028
1029 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1030 format.
1031
897c3d32
DE
10322015-04-24 Doug Evans <dje@google.com>
1033
1034 * python.texi (Xmethods In Python): Fix name of method to call the
1035 xmethod.
1036
1b6e6f5c
GB
10372015-04-17 Gary Benson <gbenson@redhat.com>
1038
1039 * gdb.texinfo (Connecting to a Remote Target): Mention that
1040 GDB can access program files from remote targets that support
1041 qXfer:exec-file:read and Host I/O packets.
1042
c78fa86a
GB
10432015-04-17 Gary Benson <gbenson@redhat.com>
1044
1045 * gdb.texinfo (Remote Configuration): Document the "set/show
1046 remote pid-to-exec-file-packet" command.
1047 (General Query Packets): Document the qXfer:exec-file:read
1048 qSupported features. Document the qXfer:exec-file:read packet.
1049
a9a5a3d1
GB
10502015-04-17 Gary Benson <gbenson@redhat.com>
1051
1052 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1053 applies to executable paths if supplied to GDB as absolute.
1054
4f45d445
JK
10552015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1056
1057 * gdb.texinfo (Mode Options): Remove -xdb.
1058
e7a8570f
JK
10592015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1060 Eli Zaretskii <eliz@gnu.org>
1061
72f4393d
L
1062 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1063 compile, show debug compile. New subsection Compilation options for
e7a8570f
JK
1064 the compile command. New subsection Compiler search for the compile
1065 command.
1066
f2983cc3
AW
10672015-04-09 Andy Wingo <wingo@igalia.com>
1068
1069 * guile.texi (Frames In Guile): Describe frame-read-register.
1070
599bd15c
GB
10712015-04-02 Gary Benson <gbenson@redhat.com>
1072
1073 * gdb.texinfo (set sysroot): Document "target:".
1074
d11916aa
SS
10752015-04-01 Sasha Smundak <asmundak@google.com>
1076
1077 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1078 section.
1079
df8411da
SDJ
10802015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1081
1082 PR corefiles/16092
1083 * gdb.texinfo (gcore): Mention new command 'set
1084 use-coredump-filter'.
1085 (set use-coredump-filter): Document new command.
1086
d33279b3
AT
10872015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1088
1089 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1090 documentation, reorder the info os entries in alphabetical order.
1091
852f8402
SM
10922015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1093
1094 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1095 -data-write-memory-bytes.
1096
856e7dd6
PA
10972015-03-24 Pedro Alves <palves@redhat.com>
1098
1099 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1100 mention that threads may sometimes run unlocked.
1101
236af5e3
YG
11022015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1103
1104 * gdb.texinfo (Remote configuration): Document "set/show
1105 serial parity" command.
1106
464b0089
GB
11072015-03-18 Gary Benson <gbenson@redhat.com>
1108
1109 * gdb.texinfo (General Query Packets): Remove documentation
1110 for now-removed vFile:fstat qSupported features.
1111
0a93529c
GB
11122015-03-11 Gary Benson <gbenson@redhat.com>
1113
1114 * gdb.texinfo (Remote Configuration): Document the
1115 "set/show remote hostio-fstat-packet" command.
1116 (General Query Packets): Document the vFile:fstat
1117 qSupported features.
1118 (Host I/O Packets): Document the vFile:fstat packet.
1119
85642ba0
AW
11202015-03-11 Andy Wingo <wingo@igalia.com>
1121
1122 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1123
f7e6eed5
PA
11242015-03-04 Pedro Alves <palves@redhat.com>
1125
1126 * gdb.texinfo (Remote Configuration): Document the "set/show
1127 remote swbreak-feature-packet" and "set/show remote
1128 hwbreak-feature-packet" commands.
1129 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1130 decription.
1131 (Stop Reply Packets): Document the swbreak and hwbreak stop
1132 reasons.
1133 (General Query Packets): Document the swbreak and hwbreak
1134 qSupported features.
1135 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1136
f873665f 11372015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
a64c9f7b
PP
1138
1139 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1140 under *stopped.
1141
9a284c97
DE
11422015-03-02 Doug Evans <xdje42@gmail.com>
1143
1144 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1145
446899e4
AA
11462015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1147
1148 * gdb.texinfo (S/390 and System z Features): Describe new feature
1149 "org.gnu.gdb.s390.vx".
1150
7ee67ee4
SDJ
11512015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1152
1153 PR gdb/18008
1154 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1155 demangler-warning): Fix typo ("problam").
1156
53cf2ee0
DT
11572015-02-19 David Taylor <dtaylor@emc.com>
1158
1159 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1160
3133f8c1
JM
11612015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1162
1163 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1164 point, DTrace'.
1165 (Static Probe Points): Modified to cover DTrace probes in addition
1166 to SystemTap probes. Also modified to cover the `enable probe'
1167 and `disable probe' commands.
1168
9aca2ff8
JM
11692015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1170
1171 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1172 `disable probe' commands.
1173
fa3f8d5a
DT
11742015-02-12 David Taylor <dtaylor@emc.com>
1175
1176 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1177 fields of the QTDV packet.
1178
d33501a5
MM
11792015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1180
1181 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1182 (Process Record and Replay): Describe new set|show commands.
1183 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1184
f4abbc16
MM
11852015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1186
1187 * gdb.texinfo (Process Record and Replay): Describe the "record
1188 btrace bts" command.
1189 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1190 (Branch Trace Configuration Format): New.
1191
cfb069a8
GB
11922015-01-31 Gary Benson <gbenson@redhat.com>
1193 Doug Evans <dje@google.com>
1194
1195 * gdb.texinfo (Command Completion): Document new
1196 "set/show max-completions" option.
1197
f57d2163
DE
11982015-01-31 Doug Evans <xdje42@gmail.com>
1199
1200 * gdb.texinfo (Symbols): Document new commands
1201 "maint print symbol-cache", "maint print symbol-cache-statistics",
1202 "maint flush-symbol-cache". Document new option
1203 "maint set symbol-cache-size".
1204
9f050062
DE
12052015-01-31 Doug Evans <xdje42@gmail.com>
1206
1207 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1208 distinguish script files vs inlined scripts.
1209 * python.texi (Python Auto-loading): Ditto.
1210
b6577aab
DE
12112015-01-30 Doug Evans <dje@google.com>
1212
1213 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1214 string if present.
1215
3a8b707a
DE
12162015-01-27 Doug Evans <dje@google.com>
1217
1218 * python.texi (Objfiles In Python): Document Objfile.username.
1219
1b549396
DE
12202015-01-27 Doug Evans <dje@google.com>
1221
1222 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1223 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1224
253828f1
JK
12252015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1226
1227 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1228
bf555842
EZ
12292015-01-16 Eli Zaretskii <eliz@gnu.org>
1230
1231 * doc/gdb.texinfo (TUI Commands): Document the possible
1232 values of NAME argument to 'winheight' command. Explain the
1233 effect of 'tabset' setting better.
1234
439250fb
DE
12352015-01-11 Doug Evans <xdje42@gmail.com>
1236
1237 PR gdb/15830
1238 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1239 (Symbols): Ditto.
1240 (Maintenance Commands): Delete docs for "maint demangle".
1241
6bf6fd09
JB
12422014-12-31 Joel Brobecker <brobecker@adacore.com>
1243
1244 * gdb.texinfo (Files): Remove documentation of the
1245 "add-shared-symbol-files" and "assf" commands.
1246 (Cygwin Native): Remove documentation of the "dll-symbols"
1247 command.
1248
cc485e62
DE
12492014-12-17 Doug Evans <xdje42@gmail.com>
1250
1251 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1252
bb2ec1b3
TT
12532014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1254 Jan Kratochvil <jan.kratochvil@redhat.com>
1255
1256 * gdb.texinfo (Altering): Update.
1257 (Compiling and Injecting Code): New node.
1258
6dddd6a5
DE
12592014-12-12 Doug Evans <dje@google.com>
1260
1261 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1262
f5b95c01
AA
12632014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1264
1265 * gdb.texinfo: Document "maint print user-registers".
1266
a0be3e44
DE
12672014-12-08 Doug Evans <dje@google.com>
1268
1269 * python.texi (Objfiles In Python): Document Objfile.owner.
1270
86e4ed39
DE
12712014-12-04 Doug Evans <dje@google.com>
1272
1273 * python.texi (Objfiles In Python): Document
1274 Objfile.add_separate_debug_file.
1275
7c50a931
DE
12762014-12-04 Doug Evans <dje@google.com>
1277
1278 * python.texi (Objfiles In Python): Document Objfile.build_id.
1279
162078c8
NB
12802014-12-02 Nick Bull <nicholaspbull@gmail.com>
1281
1282 * python.texi (Events In Python): Document new events
1283 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1284 and RegisterChangedEvent.
1285
f10c5b19
JK
12862014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1287
1288 Add add-auto-load-scripts-directory.
1289 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1290 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1291
413b59ae
JK
12922014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1293
1294 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1295 description typo.
1296
02be9a71
DE
12972014-10-30 Doug Evans <dje@google.com>
1298
1299 * python.texi (Progspaces In Python): Document ability to add
1300 random attributes to gdb.Progspace objects.
1301 (Objfiles In Python): Document ability to add random attributes to
1302 gdb.objfile objects.
1303
e5f8a7cc
PA
13042014-10-27 Pedro Alves <palves@redhat.com>
1305
1306 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1307 info on stepping and signal handlers.
1308 (Signals): Explain stepping and signal handlers. Add context
1309 index entry, and cross references.
1310
fab3a15d
SM
13112014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1312
1313 * python.texi (Breakpoints In Python): Add parenthesis after
1314 Breakpoint.delete. Clarify Breakpoint.enabled description so
1315 that it contains "disable".
1316
4ffbba72
DE
13172014-10-17 Doug Evans <dje@google.com>
1318
1319 * python.texi (Events In Python): Document clear_objfiles event.
1320
d096d8c1
DE
13212014-10-17 Doug Evans <dje@google.com>
1322
1323 * python.texi (Objfiles In Python): Document new progspace attribute.
1324
32a8097b
PA
13252014-10-17 Pedro Alves <palves@redhat.com>
1326
1327 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1328 (SVR4 Process Information): Delete mention of OSF/1.
1329
2ddf4301
SM
13302014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1331
1332 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1333 exit-code field in -list-thread-groups output.
1334
342cc091
JBG
13352014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1336
1337 * gdb.texinfo (Set Breaks): Add missing "@end table".
1338
a25a5a45
PA
13392014-09-22 Pedro Alves <palves@redhat.com>
1340
1341 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1342 always-inserted off" is the default mode now. Delete
1343 documentation of "set breakpoint always-inserted auto".
1344
2b4fd423
DE
13452014-09-18 Doug Evans <dje@google.com>
1346
1347 * python.texi (Symbol Tables In Python): Document "producer"
1348 attribute of gdb.Symtab objects.
1349
deb8ff2b
PA
13502014-09-16 Pedro Alves <palves@redhat.com>
1351
1352 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1353 (Embedded OS): Remove VxWorks menu entry.
1354 (VxWorks): Remove node.
1355
81219e53
DE
13562014-09-13 Doug Evans <xdje42@gmail.com>
1357
1358 * gdb.texinfo (Signaling): Document new queue-signal command.
1359
faa42425
DE
13602014-09-06 Doug Evans <xdje42@gmail.com>
1361
1362 PR 15276
1363 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1364 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1365
1a6a384b
JL
13662014-09-03 Justin Lebar <jlebar@google.com>
1367
1368 * python.texi (Types In Python): Type.template_argument(n) returns a
1369 gdb.Value or a gdb.Type and throws an exception if n is out of
1370 range.
1371
5f3b99cf
SS
13722014-09-03 Sasha Smundak <asmundak@google.com>
1373
1374 * python.texi (Frames in Python): Add read_register description.
1375
3cecbbbe
TT
13762014-08-04 Tom Tromey <tromey@redhat.com>
1377
1378 * gdb.texinfo (Debugging Output): Update for change to "set debug
1379 target".
1380
90debf20
MM
13812014-08-01 Masaki Muranaka <monaka@monami-software.com>
1382
1383 Pushed by Joel Brobecker <brobecker@adacore.com>.
1384 * Makefile.in (transform): New variable.
1385 (install-man1, install-man5): Apply $(transform) to man file names.
1386
ee7333ae
DE
13872014-07-26 Doug Evans <xdje42@gmail.com>
1388
1389 PR guile/17177
1390 * guile.texi (Guile Pretty Printing API): Fix typo.
1391 Document set-pretty-printers!, pretty-printers.
1392 (Selecting Guile Pretty-Printers): Update.
1393 Mention program-space based pretty-printers.
1394
70509625
PA
13952014-07-25 Pedro Alves <palves@redhat.com>
1396 Eli Zaretskii <eliz@gnu.org>
1397
1398 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1399 with multi-threaded programs.
1400
b67a2c6f
YQ
14012014-06-27 Yao Qi <yao@codesourcery.com>
1402
1403 * gdb.texinfo (Maintenance Commands): Update the output of
1404 'maint print dummy-frames' command.
1405
f179cf97
EZ
14062014-06-24 Eli Zaretskii <eliz@gnu.org>
1407
1408 * gdb.texinfo (Screen Size): Improve indexing.
1409
992c7d70
GB
14102014-06-19 Gary Benson <gbenson@redhat.com>
1411
1412 * gdb.texinfo (Maintenance Commands): Document new
1413 "maint set/show catch-demangler-crashes" option.
1414
57fcfb1b
GB
14152014-06-19 Gary Benson <gbenson@redhat.com>
1416
1417 * gdb.texinfo (Maintenance Commands): Document new
1418 "maint demangler-warning" command and new
1419 "maint set/show demangler-warning" option.
1420
dd5d5494
SC
14212014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1422
1423 * python.texi (Xmethod API): Add space before the opening
1424 parenthesis in function descriptions.
1425
25326a28 14262014-06-06 Doug Evans <xdje42@gmail.com>
d2929fdc
DE
1427
1428 * guile.texi (Guile Configuration): Document guile-data-directory.
1429
0a770bb2 14302014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1431
1432 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1433
16f691fb
DE
14342014-06-04 Doug Evans <xdje42@gmail.com>
1435
1436 * guile.texi (Breakpoints In Guile): Update.
1437
1e47491b
JB
14382014-06-03 Joel Brobecker <brobecker@adacore.com>
1439
1440 * python.texi (Xmethod API): Fix reference to "Progspaces In
1441 Python".
1442
0c6e92a5
SC
14432014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1444
1445 * python.texi (Xmethods In Python, XMethod API)
1446 (Writing an Xmethod): New nodes.
1447 (Python API): New menu entries "Xmethods In Python",
1448 "Xmethod API", "Writing an Xmethod".
1449
06eb1586
DE
14502014-06-02 Doug Evans <xdje42@gmail.com>
1451
1452 * guile.texi (Guile API): Add entry for Parameters In Guile.
1453 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1454 (Parameters In Guile): New node.
1455
e698b8c4
DE
14562014-06-02 Doug Evans <xdje42@gmail.com>
1457
1458 * guile.texi (Guile API): Add entry for Commands In Guile.
1459 (Basic Guile) <parse-and-eval>: Add reference.
1460 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1461 (GDB Scheme Data Types): Mention <gdb:command> object.
1462 (Commands In Guile): New node.
1463
ded03782
DE
14642014-06-02 Doug Evans <xdje42@gmail.com>
1465
1466 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1467 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1468 (Progspaces In Guile): New node.
1469
53e8a631
AB
14702014-05-30 Andrew Burgess <aburgess@broadcom.com>
1471
1472 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1473 * python.texi (Frames In Python): Mention
1474 gdb.FRAME_UNWIND_MEMORY_ERROR.
1475
329ea579
PA
14762014-05-29 Pedro Alves <palves@redhat.com>
1477 Tom Tromey <tromey@redhat.com>
1478
1479 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1480 from example.
1481 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1482 Mention that target-async is now deprecated.
1483 (Maintenance Commands): Document maint set/show target-async.
1484
92bcb5f9
PA
14852014-05-29 Pedro Alves <palves@redhat.com>
1486
1487 * observer.texi (sync_execution_done, command_error): New
1488 subjects.
1489
fd664c91
PA
14902014-05-29 Pedro Alves <palves@redhat.com>
1491
1492 PR gdb/13860
1493 * observer.texi (signal_received, end_stepping_range)
1494 (signal_exited, exited, no_history): New observer subjects.
1495
b2715b27
AW
14962014-05-26 Andy Wingo <wingo@igalia.com>
1497
1498 * guile.texi (GDB Scheme Data Types): Remove documentation for
1499 removed interfaces. Update spelling of gdb-object-kind.
1500
9eaa4c1e
AW
15012014-05-26 Andy Wingo <wingo@igalia.com>
1502
1503 * guile.texi (Basic Guile): Fix some typos.
1504
0f1e8403
AW
15052014-05-26 Andy Wingo <wingo@igalia.com>
1506
1507 * guile.texi (Writing a Guile Pretty-Printer)
1508 (Guile Types Module): Fix excess parentheses in use-modules forms.
1509
697aa1b7
EZ
15102014-05-24 Eli Zaretskii <eliz@gnu.org>
1511
1512 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1513 (Breakpoints In Guile, Guile Printing Module)
1514 (Guile Exception Handling, Values From Inferior In Guile)
1515 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1516 Don't use @var at the beginning of a sentence.
1517
1518 * gdb.texinfo (Frame Filter Management, Trace Files)
1519 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1520 (PowerPC Embedded, Define, Annotations for Running)
1521 (IPA Protocol Commands, Packets, General Query Packets)
1522 (Tracepoint Packets, Notification Packets, Environment)
1523 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1524 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1525 (Frames, Backtrace, Selection, Expressions, Registers)
1526 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1527 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1528 (Source Annotations, Using JIT Debug Info Readers, Packets)
1529 (Stop Reply Packets, Host I/O Packets)
1530 (Target Description Format): Don't use @var at the beginning of a
1531 sentence.
1532
1533 * python.texi (Basic Python, Types In Python)
1534 (Commands In Python, Frames In Python, Line Tables In Python)
1535 (Breakpoints In Python, gdb.printing, gdb.types)
1536 (Type Printing API): Don't use @var at the beginning of a
1537 sentence.
1538
67b5c0c1
MM
15392014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1540
1541 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1542 replay-memory-access".
1543
6a3cb8e8
PA
15442014-05-21 Pedro Alves <palves@redhat.com>
1545
1546 * gdb.texinfo (Starting): Document "set/show
1547 auto-connect-native-target".
1548 (Target Commands): Document "target native".
1549
936d2992
PA
15502014-05-20 Pedro Alves <palves@redhat.com>
1551
1552 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1553 not be remote specific. Add cross reference to the qCRC packet.
1554 (Separate Debug Files): Update cross reference to the qCRC packet.
1555 (General Query Packets) <qCRC packet>: Add anchor.
1556
b3ce5e5f
DE
15572014-05-17 Doug Evans <xdje42@gmail.com>
1558
1559 Copy over changes from guile.texi.
1560 * python.texi (Basic Python) <gdb.execute>: Add text.
1561 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1562 (Values From Inferior) <Python string>: Add text.
1563 (Values From Inferior) <Value.string>: Clarify string length handling.
1564 (Pretty Printing API): Add cindex.
1565 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1566 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1567 @vindex.
1568 (Commands In Python) <COMPLETE_*>: Similarly.
1569 (Symbols In Python) <SYMBOL_*>: Similarly.
1570 (Breakpoints In Python) <WP_*>: Similarly.
1571 (Breakpoints In Python) <BP_*>: Similarly.
1572
8dfcab11
DT
15732014-05-17 David Taylor <dtaylor@emc.com>
1574
1575 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1576 mentioned in the qfThreadInfo reply.
1577
8d551b02
DE
15782014-05-16 Doug Evans <dje@google.com>
1579
1580 * gdb.texinfo (Mode Options): Add -D.
1581
e20bd8f4
SB
15822014-05-09 Samuel Bronson <naesten@gmail.com>
1583
1584 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1585 "make -C".
1586
f989a1c8
TT
15872014-04-29 Tom Tromey <tromey@redhat.com>
1588
1589 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1590 "show debug varobj".
1591
95cf3b38
DT
15922014-05-01 David Taylor <dtaylor@emc.com>
1593
1594 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1595 option.
1596
01f9f808
MS
15972014-04-24 Michael Sturm <michael.sturm@mintel.com>
1598 Walfred Tedeschi <walfred.tedeschi@intel.com>
1599
1600 * gdb.texinfo (i386 Features): Add description of AVX512
1601 registers.
1602
770e7fc7
DE
16032014-03-31 Doug Evans <dje@google.com>
1604
1605 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1606
97d8f0ee
DE
16072014-03-30 Doug Evans <dje@google.com>
1608
1609 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1610 (Background Execution): Ditto.
1611
36cb1214
HZ
16122014-03-21 Pedro Alves <palves@redhat.com>
1613 Stan Shebs <stan@codesourcery.com>
1614 Hui Zhu <hui@codesourcery.com>
1615
1616 * gdb.texinfo (Packets): Add anchor to "? packet".
1617 Remove fixme and update introduction of "k packet".
1618 Add anchor to "vKill packet".
1619
5e3a2c38
SS
16202014-03-12 Stan Shebs <stan@codesourcery.com>
1621
1622 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1623
7a5a839f
LC
16242014-02-26 Ludovic Courtès <ludo@gnu.org>
1625
dc6ae996 1626 * guile.texi (Basic Guile): Document 'history-append!'.
7a5a839f 1627
95060284
JB
16282014-02-20 Joel Brobecker <brobecker@adacore.com>
1629
1630 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1631 and "assf" as being deprecated.
1632 (Cygwin Native): Likewise for "dll-symbols".
1633 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1634 as a way to force the loading of symbols from a DLL.
1635
f7bd0f78
SC
16362014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1637
1638 * python.texi (Values From Inferior): Add description about the
1639 new feature.
1640
329baa95
DE
16412014-02-17 Doug Evans <xdje42@gmail.com>
1642
1643 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1644 * gdb.texinfo (Python): Moved to ...
1645 * python.texi: ... here. New file.
1646
687894f5
DE
16472014-02-17 Ludovic Courtès <ludo@gnu.org>
1648
d25f38ee 1649 * guile.texi (Writing a Guile Pretty-Printer) <example>:
687894f5
DE
1650 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1651 parameter to 'str-lookup-function' procedure. Look for
1652 the "std::string<" prefix.
1653 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1654 Adjust description.
1655
6fb526ee
DE
16562014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1657
d25f38ee 1658 * guile.texi (Values From Inferior In Guile): Remove stray
6fb526ee
DE
1659 parantheses for deffn.
1660 (Disassembly In Guile): Ditto.
1661
1e0a5178
SS
16622014-02-10 Stan Shebs <stan@codesourcery.com>
1663
1664 Add Doxygen support.
1665 * Makefile.in (doxy): New action, generates Doxygen files.
1666 (DOXYGEN): New.
1667 (doxyedit): New.
1668 * Doxyfile-base.in: New file.
1669 * Doxyfile-gdb-api.in: New file.
1670 * Doxyfile-gdb-xref.in: New file.
1671 * Doxyfile-gdbserver.in: New file.
1672 * doxy-index.in: New file.
1673 * filter-for-doxygen: New file.
1674 * filter-params.pl: New file.
1675
ed3ef339
DE
16762014-02-10 Doug Evans <xdje42@gmail.com>
1677
1678 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1679 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1680 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1681 (Guile docs): Include guile.texi.
1682 (objfile-gdbdotext file): Add objfile-gdb.scm.
1683 (dotdebug_gdb_scripts section): Mention Guile scripts.
1684 (Multiple Extension Languages): New node.
1685 * guile.texi: New file.
1686
c6044dd1
JB
16872014-01-28 Joel Brobecker <brobecker@adacore.com>
1688
1689 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1690 ignore-descriptive-types". commands.
1691
87ce2a04
DE
16922014-01-22 Doug Evans <dje@google.com>
1693
1694 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1695 (gdbserver man): Ditto.
1696
52834460
MM
16972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1698
1699 * gdb.texinfo: Document limited reverse/replay support
1700 for target record-btrace.
1701
0688d04e
MM
17022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1703
1704 * gdb.texinfo (Process Record and Replay): Update documentation.
1705
8710b709
MM
17062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1707
1708 * gdb.texinfo (Process Record and Replay): Document new /c
1709 modifier accepted by "record function-call-history".
1710 Add /i modifier to "record function-call-history" example.
1711
dcf106f3
JB
17122014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1713 Joel Brobecker <brobecker@adacore.com>
1714
1715 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1716 markers. Remove one that was misplaced.
1717
41ef2965
PA
17182014-01-10 Pedro Alves <palves@redhat.com>
1719
1720 * gdb.texinfo (Your Program's Environment) <set environment>:
1721 Mention the shell, and point at 'set exec-wrapper'.
1722
c0d48811
JB
17232014-01-07 Joel Brobecker <brobecker@adacore.com>
1724
1725 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1726
5fba4c0f
JB
17272013-12-30 Joel Brobecker <brobecker@adacore.com>
1728
1729 * gdb.texinfo (Types In Python): Clarify the documentation
1730 of attribute gdb.Field.bitpos.
1731
0809504b
JB
17322013-12-28 Joel Brobecker <brobecker@adacore.com>
1733
1734 * gdb.texinfo (Types In Python): Fix the documentation of
1735 attribute "bitpos" in class gdb.Field for enum types. Add
1736 documentation for attribute "enumval" in that same class.
1737
edef6000
JB
17382013-12-28 Joel Brobecker <brobecker@adacore.com>
1739
1740 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1741 @ftable.
1742
71b8c845
DE
17432013-12-23 Doug Evans <xdje42@gmail.com>
1744
1745 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1746 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1747 corresponding section in Extending GDB.
1748 (Extending GDB): Move menu up. New menu item "Auto-loading
1749 extensions".
1750 (Sequences): New menu item "Auto-loading sequences".
1751 (Auto-loading sequences): New node.
1752 (Python): Rename section from Scripting GDB to Extending GDB.
1753 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1754 Move docs on ways to auto-load extensions to ...
1755 (Auto-loading extensions): ... here. New node.
1756
d192b373
JB
17572013-12-23 Joel Brobecker <brobecker@adacore.com>
1758
1759 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1760 in menu.
1761 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1762 command, now in a new node.
1763 (GDB/MI Support Commands): New node, with its contents being
1764 extracted from the "GDB/MI Miscellaneous Commands" node.
1765 A small paragraph introducing the section is also added at
1766 the start.
1767 (GDB/MI Miscellaneous Commands): Delete the description of the
1768 -info-gdb-mi-command, -list-features and -list-target-features
1769 commands, now hosted in the "GDB/MI Support Commands" node.
1770
a16b0e22
SC
17712013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1772
1773 PR python/16113
1774 * gdb.texinfo (Values From Inferior): Add a note about using
1775 gdb.Field objects as subscripts on gdb.Value objects.
1776 (Types In Python): Add description about the new attribute
1777 "parent_type" of gdb.Field objects.
1778
9b26f0fb
JB
17792013-12-12 Joel Brobecker <brobecker@adacore.com>
1780
1781 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1782 entry for section docuumenting the -list-features GDB/MI command.
1783
72bfa06c
JB
17842013-12-10 Joel Brobecker <brobecker@adacore.com>
1785
1786 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1787 "exec-run-start-option" entry in the output of the "-list-features"
1788 command.
1789
3ea8680f
EZ
17902013-12-04 Eli Zaretskii <eliz@gnu.org>
1791
1792 * gdb.texinfo (i386): Fix yesterday's commit.
1793
1a4f73eb
TT
17942013-12-03 Tom Tromey <tromey@redhat.com>
1795
1796 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1797 documented here.
1798
6cb999f8
TT
17992013-12-03 Tom Tromey <tromey@redhat.com>
1800
1801 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1802
ca8941bb
WT
18032013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1804
1805 * gdb.texinfo (i386 Features): Add MPX feature registers.
1806 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1807 a subsubsection for MPX and describes the display of the
1808 boundary registers.
1809
688981c9
JB
18102013-12-03 Joel Brobecker <brobecker@adacore.com>
1811
1812 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1813 documentation of the "ada-exceptions" entry.
1814
2ea126fa
JB
18152013-12-03 Joel Brobecker <brobecker@adacore.com>
1816
1817 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1818 "^error" result record concerning the error message. Document
1819 the error code that may also be part of that result record.
1820 (GDB/MI Miscellaneous Commands): Document the
1821 "undefined-command-error-code" element in the output of
1822 the "-list-features" GDB/MI command.
1823
6b7cbff1
JB
18242013-12-03 Joel Brobecker <brobecker@adacore.com>
1825
1826 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1827 the new -info-gdb-mi-command GDB/MI command. Document
1828 the meaning of "-info-gdb-mi-command" in the output of
1829 -list-features.
1830
20e1ca3b
PA
18312013-11-29 Pedro Alves <palves@redhat.com>
1832
1833 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1834 Update comment.
1835
29453a14
YQ
18362013-11-24 Yao Qi <yao@codesourcery.com>
1837
1838 * gdb.texinfo (Caching Remote Data): Document new
1839 "set/show stack-cache" option.
1840
6dd315ba
YQ
18412013-11-24 Yao Qi <yao@codesourcery.com>
1842
1843 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1844 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1845 "off" respectively.
1846
9df9dbe0
YQ
18472013-11-23 Yao Qi <yao@codesourcery.com>
1848
1849 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1850 of "displayhint" to the table about child results.
1851
c78feb39
YQ
18522013-11-21 Yao Qi <yao@codesourcery.com>
1853
1854 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1855 'dynamic' for the output of command -var-list-children.
1856
27b81af3
YQ
18572013-11-21 Yao Qi <yao@codesourcery.com>
1858
1859 * gdb.texinfo (Caching Target Data): Remove "see" before
1860 @pxref.
1861
b26dfc9a
YQ
18622013-11-20 Yao Qi <yao@codesourcery.com>
1863
1864 * gdb.texinfo (Caching Target Data): Update doc for
1865 per-address-space dcache.
1866
b12039c6
YQ
18672013-11-20 Yao Qi <yao@codesourcery.com>
1868
1869 * gdb.texinfo (Data): Rename menu item.
1870 (Caching Remote Data): Rename to ...
1871 (Caching Target Data): ... it. Update.
1872
422ad5c2
JB
18732013-11-18 Joel Brobecker <brobecker@adacore.com>
1874
1875 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1876 "language-option" entry in the output of the "-list-features"
1877 command.
1878
805e1f19
TT
18792013-11-15 Tom Tromey <tromey@redhat.com>
1880
1881 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1882 Add example.
1883
8fe1b653
TT
18842013-11-14 Tom Tromey <tromey@redhat.com>
1885
1886 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1887
403cb6b1
JB
18882013-11-14 Joel Brobecker <brobecker@adacore.com>
1889
1890 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1891 (Context management): Place current subsection text into its own
1892 subsubsection. Add new subsubsection describing the "--language"
1893 command option.
1894
93973826
JB
18952013-11-13 Joel Brobecker <brobecker@adacore.com>
1896
1897 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1898 the documentation of "info-ada-exceptions" in the output
1899 of the "-list-features" command. Add the documentation
1900 of the "ada-exception" entry instead.
1901
6adcee18
JB
19022013-11-12 Joel Brobecker <brobecker@adacore.com>
1903
93973826 1904
6adcee18
JB
1905 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1906 word of a couple of sentences to start with a capital letter.
1907
58d06528
JB
19082013-11-12 Joel Brobecker <brobecker@adacore.com>
1909
1910 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1911 (Ada Exceptions): New node.
1912 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1913 Commands" node.
1914 (GDB/MI Ada Exceptions Commands): New node.
1915 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1916 field in the output of the "-list-features" command.
1917 * NEWS: Add entry for the new "info exceptions" CLI command,
1918 and for the new "-info-ada-exceptions" GDB/MI command.
1919
bc79de95
PM
19202013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1921
1922 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1923 (Line Tables In Python): New node.
1924
73be47f5
DE
19252013-11-08 Doug Evans <dje@google.com>
1926
1927 * gdb.texinfo (Debugging Output): Update text for
1928 "set debug dwarf2-read".
1929
db0fec5c
DE
19302013-11-08 Doug Evans <dje@google.com>
1931
1932 * gdb.texinfo (Debugging Output): Update text for
1933 "set debug symtab-create".
1934
92e32e33
PM
19352013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1936
72f4393d
L
1937 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1938 constant.
92e32e33 1939
f76c27b5
PM
19402013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1941
1942 * gdb.texinfo (Breakpoints In Python): Document temporary
1943 option in breakpoint constructor, and add documentation to the
1944 temporary attribute.
1945
fa4d0c40
YQ
19462013-11-07 Yao Qi <yao@codesourcery.com>
1947
1948 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1949 output of "-var-info-expression".
1950
afa332ce
PA
19512013-11-06 Pedro Alves <palves@redhat.com>
1952
1953 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1954 non-interactive mode.
1955 (Environment) <shell startup files warning>: Mention
1956 non-interactive mode. Mention .zshenv for Z shell, and talk about
1957 BASH_ENV instead of .bashrc for BASH.
1958
9ac69859
NB
19592013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1960
1961 * gdb.texinfo (Commands to Specify Files): Add description
1962 of the remove-symbol-file command.
1963 * observer.texi: New free_objfile event
1964
98882a26
PA
19652013-10-24 Pedro Alves <palves@redhat.com>
1966
1967 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1968
ce13fade
JB
19692013-10-11 Joel Brobecker <brobecker@adacore.com>
1970
1971 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1972 New subsection inside which the "-catch-load" and "-catch-unload"
1973 commands documentation is now placed.
1974 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1975 documenting the "-catch-assert" and "-catch-exception" new
1976 GDB/MI commands.
1977
2446f5ea
JB
19782013-10-10 Joel Brobecker <brobecker@adacore.com>
1979
1980 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1981
0d12017b
JB
19822013-10-10 Joel Brobecker <brobecker@adacore.com>
1983
bd80dc1a
JB
1984 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1985 serial baud".
1986 (Remote Configuration): Replace "set remotebaud" by "set serial
1987 baud". Replace "show remotebaud" by "show serial baud".
0d12017b 1988
f4fb82a1
PA
19892013-10-07 Pedro Alves <palves@redhat.com>
1990
1991 PR breakpoints/11568
1992 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1993 when the thread is removed from the thread list.
1994
0c557179
SDJ
19952013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1996
1997 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1998 Update entry for $_exitcode.
1999
5713b9b5
JB
20002013-10-04 Joel Brobecker <brobecker@adacore.com>
2001
2002 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2003 new "--start" option.
2004
901461f8
PA
20052013-10-02 Pedro Alves <palves@redhat.com>
2006
2007 * gdb.texinfo (Registers): Expand description of saved registers
2008 in frames. Explain <not saved>.
2009
8fb8eb5c
DE
20102013-09-25 Doug Evans <dje@google.com>
2011
2012 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2013
0a7cfe2c
SS
20142013-09-16 Stan Shebs <stan@codesourcery.com>
2015
2016 Remove the internals manual gdbint.texinfo.
2017 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2018 (PDFFILES): Remove gdbint.pdf.
2019 (HTMLFILES): Remove gdbint/index.html.
2020 (HTMLFILES_INSTALL): Remove gdbint.
2021 (GDBINT_DOC_FILES): Remove.
2022 (dvi): Remove gdbint.dvi.
2023 (ps): Remove gdbint.ps.
2024 * gdbint.texinfo: Remove file.
2025 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2026
a280dbd1
SDJ
20272013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2028
2029 * gdb.texinfo (Convenience Functions): Mention new convenience
2030 function $_isvoid.
2031
4ac33720
UW
20322013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2033
2034 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2035 (Standard Target Features): Add new node to menu.
2036 (S/390 and System z Features): New node.
2037
b3d3b4bd
SA
20382013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2039
2040 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2041 -list-target-features in the example.
2042
edf9f00c
JK
20432013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2044
2045 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2046 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2047
1d236d23
JK
20482013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2049
2050 Sync documentation with gdb.base/gnu-debugdata.exp.
2051 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2052
5423b017
JK
20532013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2054
2055 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2056
6211c335
YQ
20572013-08-27 Pedro Alves <pedro@codesourcery.com>
2058 Yao Qi <yao@codesourcery.com>
2059
2060 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2061 Document new --skip-unavailable option.
2062 <-stack-list-variables>: Document new --skip-unavailable option.
2063
52e260a3
DE
20642013-08-26 Doug Evans <dje@google.com>
2065
2066 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2067 an optional regexp.
2068
5e92f71a
TT
20692013-08-13 Tom Tromey <tromey@redhat.com>
2070
2071 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2072 Document GDB_PARALLEL and GDB_INOTIFY.
2073
c5d7073b
SS
20742013-08-09 Stan Shebs <stan@codesourcery.com>
2075
2076 * LRS: Remove file, describes a long-abandoned live-range
2077 splitting extension to stabs.
2078
6fbe845e
AB
20792013-07-25 Andrew Burgess <aburgess@broadcom.com>
2080
2081 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2082
e7045703
DE
20832013-07-17 Doug Evans <dje@google.com>
2084
2085 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2086
3105ebf9
TT
20872013-07-02 Tom Tromey <tromey@redhat.com>
2088
2089 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2090
d6c2da54
TT
20912013-06-28 Tom Tromey <tromey@redhat.com>
2092
2093 * Makefile.in (version.subst): Use version.in, not
2094 common/version.in.
2095 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2096 Likewise.
2097
e5823f1c
PA
20982013-06-27 Pedro Alves <palves@redhat.com>
2099
2100 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2101 dynamic symbol resolution code>: New section, based on infrun.c
2102 comment.
2103
92dcb9ff
TT
21042013-06-26 Tom Tromey <tromey@redhat.com>
2105
2106 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2107 Update.
2108 (Releasing GDB): Likewise.
2109
dc673c81
YQ
21102013-06-26 Pedro Alves <pedro@codesourcery.com>
2111 Yao Qi <yao@codesourcery.com>
2112
2113 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2114 -trace-frame-collected.
2115
28a93511
YQ
21162013-06-26 Pedro Alves <pedro@codesourcery.com>
2117
2118 * gdb.texinfo (Traceframe Info Format): Document tvar element
2119 and its attributes.
2120
a0743c90
YQ
21212013-06-25 Yao Qi <yao@codesourcery.com>
2122
2123 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2124
01208463
TT
21252013-06-24 Tom Tromey <tromey@redhat.com>
2126
2127 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2128 (GDBvn.texi): Use version.subst.
2129 (version.subst): New target.
2130 (mostlyclean): Remove version.subst.
2131
c898adb7
YQ
21322013-06-20 Pedro Alves <pedro@codesourcery.com>
2133
2134 * gdb.texinfo (GDB/MI Data Manipulation)
2135 <-data-list-register-values>: Document the --skip-unavailable
2136 option.
2137
7c57fa1e
YQ
21382013-06-07 Yao Qi <yao@codesourcery.com>
2139
2140 * gdb.texinfo (Symbols): Add kindex and cindex for
2141 'maint print msymbols'.
2142
0059c61a 21432013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
b7742092
MK
2144
2145 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2146 response field name (thread-group to inferior).
2147
85dc5a12
GB
21482013-06-04 Gary Benson <gbenson@redhat.com>
2149
2150 * gdb.texinfo (General Query Packets/qSupported): Added
2151 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2152 to the table of currently defined stub features.
2153 Added a more detailed entry for "augmented-libraries-svr4-read".
2154 (General Query Packets/qXfer:libraries-svr4:read): Documented
2155 the augmented form of this packet.
2156
5901af59
JB
21572013-05-23 Joel Brobecker <brobecker@adacore.com>
2158
2159 * gdb.texinfo (System-wide Configuration Scripts): Renames
2160 "Installed System-wide Configuration Scripts". Add associated
2161 @menu block.
2162
c1e36e3e
PA
21632013-05-23 Yao Qi <yao@codesourcery.com>
2164 Pedro Alves <palves@redhat.com>
2165
2166 * gdb.texinfo (Packets): Document 'vCont;r'.
2167 (Continuing and Stepping): Document target-assisted range
2168 stepping, and the 'set range-stepping' and 'show range-stepping'
2169 commands.
2170
0201faac
JB
21712013-05-23 Joel Brobecker <brobecker@adacore.com>
2172
2173 * gdb.texinfo (Installed System-wide Configuration Scripts):
2174 Add subsection describing the scripts now available under
2175 the data-dir's system-gdbbinit subdirectory.
2176 * NEWS: Add entry announcing the availability of system-wide
2177 configuration scripts for ElinOS and Wind River Linux.
2178
c5867ab6
HZ
21792013-05-21 Hui Zhu <hui@codesourcery.com>
2180
2181 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2182 "-dprintf-insert" command.
2183
7d0c9981
DE
21842013-05-17 Doug Evans <dje@google.com>
2185
2186 * gdb.texinfo (Maintenance Commands): Update doc for
2187 "maint check-psymtabs". Add doc for "maint check-symtabs",
2188 "maint expand-symtabs".
2189
742ce053
MM
21902013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2191
2192 * gdb.texinfo (Process Record and Replay): Document the
2193 "record goto" command and its sub-commands.
2194
1e611234
PM
21952013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2196
2197 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2198 (Python API): Add Frame Filters API, Frame Wrapper API,
2199 Writing a Frame Filter/Wrapper, Managing Management of Frame
2200 Filters chapter entries.
2201 (Frame Filters API): New Node.
2202 (Frame Wrapper API): New Node.
2203 (Writing a Frame Filter): New Node.
2204 (Managing Frame Filters): New Node.
2205 (Progspaces In Python): Add note about frame_filters attribute.
2206 (Objfiles in Python): Ditto.
2207 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2208 @anchors and --no-frame-filters option to -stack-list-variables,
2209 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2210 commands.
2211
2874cb83
JB
22122013-05-08 Joel Brobecker <brobecker@adacore.com>
2213
2214 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2215 Support" subsection documenting the XML format used to transfer
2216 shared library info on AIX.
2217
9a005eb9
JB
22182013-05-08 Joel Brobecker <brobecker@adacore.com>
2219
2220 * gdb.texinfo (Debugging Output): Add documentation of
2221 "set debug aix-solib" and "show debug aix-solib" commands.
2222
a1217d97
SL
22232013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2224
2225 * gdb.texinfo (Nios II): New section.
2226 (Nios II Features): New section.
2227
4d1eb6b4
JB
22282013-05-06 Joel Brobecker <brobecker@adacore.com>
2229
2230 * gdbint.texinfo (Algorithms): Remove entries documenting
2231 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2232 SOLIB_CREATE_INFERIOR_HOOK.
2233
3f84184e
TT
22342013-04-29 Tom Tromey <tromey@redhat.com>
2235
2236 PR python/14204:
2237 * gdb.texinfo (Python API): Fix menu entry.
2238 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2239 Define global and static block. Add example. Clarify
2240 block relationship for inline functions.
2241
60155234
TT
22422013-04-29 Tom Tromey <tromey@redhat.com>
2243
2244 * gdb.texinfo (Python API): Mention Python help and keyword
2245 arguments. Move pagination text to Basic Python.
2246 (Basic Python): Put pagination text here. Document
2247 close-on-exec, SIGCHLD, and SIGINT.
2248
5360976e
PA
22492013-04-19 Pedro Alves <palves@redhat.com>
2250
2251 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2252 "signedness" instead of "signness".
2253
bd3f3b55
PA
22542013-04-19 Pedro Alves <palves@redhat.com>
2255
2256 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2257 -Wno-pointer-sign text with text on -Wpointer-sign.
2258
dee368d3
TT
22592013-04-16 Tom Tromey <tromey@redhat.com>
2260
2261 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2262 GCC that has the SDT probe points.
2263
cc16e6c9
TT
22642013-04-15 Tom Tromey <tromey@redhat.com>
2265
2266 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2267 exception catchpoints.
2268
72f1fe8a
TT
22692013-04-15 Tom Tromey <tromey@redhat.com>
2270
2271 * gdb.texinfo (Set Catchpoints): Document $_exception.
2272 (Convenience Vars): Mention $_exception.
2273
591f19e8
TT
22742013-04-15 Tom Tromey <tromey@redhat.com>
2275
2276 * gdb.texinfo (Set Catchpoints): Reorganize exception
2277 catchpoints. Document "catch rethrow".
2278 (Debugging C Plus Plus): Mention "catch rethrow".
2279
02ae6bad
TT
22802013-04-15 Tom Tromey <tromey@redhat.com>
2281
2282 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2283
2c91021c
JK
22842013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2285 Eli Zaretskii <eliz@gnu.org>
2286
2287 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2288 line below the sample output.
2289
6eaaf48b
EZ
22902013-04-12 Eli Zaretskii <eliz@gnu.org>
2291
2292 * gdb.texinfo (Mode Options): Document '-configuration'.
2293 (Help): Document "show configuration".
2294 (Bug Reporting): Add requirements to include the configuration
2295 details in bug reports.
2296
b292c783
JK
22972013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2298
2299 * Makefile.in (MAN1S): Add gcore.1.
2300 Remove "Host, target, and site specific Makefile fragments" comment.
2301 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2302 (install-man1, uninstall-man1): Conditionalize gcore.1.
2303 (gcore.1): New.
2304 * gdb.texinfo (Man Pages): Add gcore man.
2305 (gcore man): New node.
2306
f81d1120
PA
23072013-04-10 Pedro Alves <palves@redhat.com>
2308
2309 * gdb.texinfo (Process Record and Replay): Document that "set
2310 record full insn-number-max", "set record
2311 instruction-history-size" and "set record
2312 function-call-history-size" accept "unlimited".
2313 (Backtrace): Document that "set backtrace limit" accepts
2314 "unlimited".
2315 (List): Document that "set listsize" accepts "unlimited".
2316 (Print Settings)" Document that "set print max-symbolic-offset",
2317 "set print elements" and "set print repeats" accept "unlimited".
2318 (Starting and Stopping Trace Experiments): Document that "set
2319 trace-buffer-size" accepts "unlimited".
2320 (Remote Configuration): Document that "set tcp connect-timeout"
2321 accepts "unlimited".
2322 (Command History): Document that "set history size" accepts
2323 "unlimited".
2324 (Screen Size): Document that "set height" and "set width" accepts
2325 "unlimited". Adjust "set pagination"'s description to suggest
2326 "set height unlimited" instead of "set height 0".
2327
393fd4c3
YQ
23282013-04-10 Yao Qi <yao@codesourcery.com>
2329
2330 * gdb.texinfo (Trace Files): Add "target ctf".
2331
cba5a7bf
JK
23322013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2333
2334 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2335
0ed630cb
JK
2336 * Makefile.in (install-man1, install-man5, uninstall-man1)
2337 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2338
afe1492b
JK
2339 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2340
5b8b6385
JK
23412013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2342 Eli Zaretskii <eliz@gnu.org>
2343
2344 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2345 parameters order. Remove "On some targets" for --attach. Document the
2346 --multi parameter and extended-remote command. Document all the
2347 options.
2348
906ccdf0
JK
23492013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2350
2351 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2352 the list of supported languages.
2353
43662968
JK
23542013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2355
2356 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2357 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2358 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2359 (diststuff): Add man.
2360 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2361 (uninstall-man5): New.
2362 (STAGESTUFF): Add *.1 and *.5.
2363 (GDBvn.texi): Add SYSTEM_GDBINIT.
2364 (gdb.1, gdbserver.1, gdbinit.5): New.
2365 (maintainer-clean realclean): Add $(MANS).
2366 (install): Add install-man.
2367 (uninstall): Add uninstall-man.
2368 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2369 (@copying): Wrap it by @c man begin COPYRIGHT.
2370 (Top): Add Man Pages.
2371 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2372
be9a8770
PA
23732013-04-02 Pedro Alves <palves@redhat.com>
2374
2375 * gdb.texinfo (Debugging Output): Document "set/show debug
2376 aarch64", "set/show debug coff-pe-read" and "set/show debug
2377 mach-o".
2378
a46c1e42
PA
23792013-04-02 Pedro Alves <palves@redhat.com>
2380
2381 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2382 table>: Add entry for "trace-buffer-size".
2383
bd3eecc3
PA
23842013-03-28 Pedro Alves <palves@redhat.com>
2385
2386 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2387 table>: Add entry for "trace-status".
2388
215b9f98
EZ
23892013-03-28 Eli Zaretskii <eliz@gnu.org>
2390
2391 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2392 @bullet", which is invalid (makeinfo 5.1 barfs).
2393
7f7cc265
PA
23942013-03-28 Pedro Alves <palves@redhat.com>
2395
2396 PR gdb/15294
2397
2398 * gdb.texinfo (List) <set listsize>: Adjust to document that
2399 listsize 0 means no limit, and remove mention of -1.
2400
9c0be723
YQ
24012013-03-22 Yao Qi <yao@codesourcery.com>
2402
2403 * gdb.texinfo (Embedded Processors): Remove menu item
2404 "OpenRISC 1000".
2405 (OpenRISC 1000): Remove.
2406
bd712aed
DE
24072013-03-21 Doug Evans <dje@google.com>
2408
2409 * gdb.texinfo (Maintenance Commands): Add docs for
2410 "mt set per-command {space,time,symtab} {on,off}".
2411
d0353e76
YQ
24122013-03-14 Hui Zhu <hui@codesourcery.com>
2413 Yao Qi <yao@codesourcery.com>
2414
2415 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2416
6dd24dfa
KS
24172013-03-13 Keith Seitz <keiths@redhat.com>
2418
2419 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2420 "maint agent" reference to Dynamic printf.
2421
5c4808ca
EZ
24222013-03-11 Eli Zaretskii <eliz@gnu.org>
2423
2424 * gdb.texinfo (General Query Packets): Don't use colon in index
2425 entries visible to Info format.
2426
59ea5688
MM
24272013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2428
2429 * gdb.texinfo (Process Record and Replay): Document record
2430 changes.
2431
2ae8c8e7
MM
24322013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2433
2434 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2435 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2436 qXfer:btrace:read.
2437
28abe188
EZ
24382013-03-09 Eli Zaretskii <eliz@gnu.org>
2439
2440 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2441 use colons in @anchor and @cindex entries.
2442
be9a119c 24432013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
6790eb9f
HAQ
2444
2445 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2446
be9a119c 24472013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2448 Hafiz Abid Qadeer <abidh@codesourcery.com>
2449
2450 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2451 trace-buffer-size set and show commands.
2452 (Tracepoint Packets): Document QTBuffer:size.
2453 (General Query Packets): Document QTBuffer:size.
2454
d57350ea
TT
24552013-02-21 Tom Tromey <tromey@redhat.com>
2456
2457 * gdb.texinfo: Remove bad @syncodeindex.
2458 (Values From Inferior, Types In Python, Inferiors In Python)
2459 (Events In Python, Threads In Python, Frames In Python, Blocks In
2460 Python, Symbols In Python, Symbol Tables In Python): Remove
2461 @tables.
2462 (Packets, General Query Packets, Tracepoint Packets)
2463 (Host I/O Packets): Use @w{} for empty @item.
2464
9f44fbc0
SCR
24652013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2466
2467 * gdb.texinfo (Architectures In Python): Add description about
2468 the new method gdb.Architecture.disassemble.
2469
f5911ea1
HAQ
24702013-02-15 Pedro Alves <pedro@codesourcery.com>
2471 Hafiz Abid Qadeer <abidh@codesourcery.com>
2472
2473 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2474 Document the "trace-file" field.
2475
7e1e0340
DE
24762013-02-07 Doug Evans <dje@google.com>
2477
2478 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2479 command.
2480
134a2066
YQ
24812013-02-06 Yao Qi <yao@codesourcery.com>
2482
2483 * gdb.texinfo (GDB/MI Async Records): Document new MI
2484 notification "=tsv-modified". Update the document of MI
2485 notification "=tsv-created".
2486 * observer.texi (GDB Observers): New observer tsv_modified.
2487 Update observer tsv_created and tsv_delete.
2488
430ed3f0
MS
24892013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2490
2491 * gdb.texinfo (AArch64 Features): New section; document
2492 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2493 (Architectures): Add new AArch64 section to document AArch64
2494 architecture specific commands.
2495 (ABI): Add description of the new OS ABI "Newlib" and its influence
2496 on the longjmp handling.
2497
1b56eb55
JK
24982013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2499 Jan Kratochvil <jan.kratochvil@redhat.com>
2500
2501 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2502 variable in 'set/show backtrace' section.
2503
c4957902
TT
25042013-01-31 Tom Tromey <tromey@redhat.com>
2505
2506 * gdb.texinfo (Target Commands): Fix typo.
2507
bea883fd
SCR
25082013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2509
2510 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2511 describing the gdb.Architecture class.
2512 (Frames In Python): Add description about the new method
2513 gdb.Frame.architecture().
2514
796a7ff8
DE
25152013-01-23 Doug Evans <dje@google.com>
2516
2517 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2518
998580f1
MK
25192013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2520
2521 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2522 'thread-groups' field when printing a breakpoint in MI.
2523
c9fb1240
SD
25242012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2525 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2526 to reflect that jit-reader-load now supports absolute file-names.
2527
ab04a2af
TT
25282013-01-16 Tom Tromey <tromey@redhat.com>
2529
2530 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2531 (Signals): Likewise.
2532
8ac3646f
TT
25332013-01-16 Tom Tromey <tromey@redhat.com>
2534
2535 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2536 "catch-type" field.
2537 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2538
e93a8774
TT
25392013-01-07 Tom Tromey <tromey@redhat.com>
2540
2541 * gdb.texinfo (Mode Options): Don't mention -epoch.
2542 (Data, Emacs): Remove obsolete comments.
2543
54516a0b
TT
25442013-01-02 Tom Tromey <tromey@redhat.com>
2545
2546 * gdb.texinfo (GDB/MI Output Records): Update menu.
2547 (GDB/MI Breakpoint Information): New node.
2548 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2549 <-break-insert>: Likewise.
2550
8dbe8ece
YQ
25512012-12-31 Yao Qi <yao@codesourcery.com>
2552
2553 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2554 (Packets): Move "vStopped" packet to ...
2555 (Notification Packets): ... here. Describe the components
2556 of notification. Add a table of supported notifications.
2557 Add an example on the process of he async notification.
2558
f35a17b5
JK
25592012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2560
2561 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2562 present.
2563 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2564 fullname output always present.
2565
0dfd2fad
PM
25662012-12-23 Pierre Muller <muller@sourceware.org>
2567
72f4393d
L
2568 * gdbint.texinfo (Function prototypes): Require use of "extern"
2569 modifier for function prototypes in headers.
0dfd2fad 2570
7785b880
JB
25712012-12-19 Joel Brobecker <brobecker@adacore.com>
2572
2573 * refcard.tex: Update copyright notice to GPL v3 or later.
2574 Update contact info.
2575
3d745be3
JK
25762012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2577
2578 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2579
c9b6281a
YQ
25802012-12-15 Yao Qi <yao@codesourcery.com>
2581
2582 * gdb.texinfo (Debugging Output): Document 'set debug
2583 notification' and 'show debug notification'.
2584
f2a8bc8a
YQ
25852012-12-15 Yao Qi <yao@codesourcery.com>
2586
2587 * gdb.texinfo (Listing Tracepoints): New item and example about
2588 'installed on target' output.
2589 Add more in the example about 'installed on target'.
2590 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2591
451b7c33
TT
25922012-12-14 Tom Tromey <tromey@redhat.com>
2593
72f4393d 2594 * gdb.texinfo (SVR4 Process Information): Mention core files.
451b7c33 2595
3fa7bf06 25962012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
72f4393d 2597
3fa7bf06
MG
2598 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2599
05b4bd79
PA
26002012-12-11 Pedro Alves <palves@redhat.com>
2601
2602 * gdb.texinfo: Remove all mentions of Unixware throughout.
2603
74a0d9f6
JK
26042012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2605
2606 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2607
0c631110
TT
26082012-11-29 Tom Tromey <tromey@redhat.com>
2609
2610 * gdb.texinfo (SVR4 Process Information): Document missing
2611 "info proc" subcommands.
2612
891df0ea
YQ
26132012-11-29 Yao Qi <yao@codesourcery.com>
2614
2615 PR gdb/1477.
2616 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2617 to 'auto' instead of 'gnu'.
2618
608e2dbb
TT
26192012-11-26 Tom Tromey <tromey@redhat.com>
2620
2621 * gdb.texinfo (MiniDebugInfo): New node.
2622 (GDB Files): Update.
2623
e64e0392
DE
26242012-11-16 Doug Evans <dje@google.com>
2625
2626 * gdb.texinfo (System-wide configuration): If the system-wide init
2627 file lives in the data-directory, and --data-directory is provided,
2628 look for it there.
2629
ae606bee
TT
26302012-11-15 Tom Tromey <tromey@redhat.com>
2631
2632 * gdb.texinfo (Signaling): Fix typo.
2633
62747a60
TT
26342012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2635
2636 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2637 parameter "count" of -data-write-memory-bytes, and add an example.
2638
18a9fc12
TT
26392012-11-12 Tom Tromey <tromey@redhat.com>
2640
2641 * gdb.texinfo (Symbols): Document "info type-printers",
2642 "enable type-printer" and "disable type-printer".
2643 (Python API): Add new node to menu.
2644 (Type Printing API): New node.
2645 (Progspaces In Python): Document type_printers field.
2646 (Objfiles In Python): Likewise.
2647 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2648 register_type_printer, TypePrinter>: Document.
2649
53342f27
TT
26502012-11-12 Tom Tromey <tromey@redhat.com>
2651
2652 * gdb.texinfo (Symbols): Document "set print type methods",
2653 "set print type typedefs", and flags to ptype and whatis.
2654
ed8a1c2d
AB
26552012-11-09 Andrew Burgess <aburgess@broadcom.com>
2656
2657 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2658 the example -data-disassemble output. Extend the description of
2659 the -data-disassemble results to document all fields. Document
2660 the cli disassemble command as being related to -data-disassemble.
2661
8506d139
YQ
26622012-11-09 Yao Qi <yao@codesourcery.com>
2663
2664 PR gdb/14777.
2665 * gdb.texinfo (OS Information): Remove doc on command
2666 'info udot'.
2667
4d3f93a2
JB
26682012-11-08 Joel Brobecker <brobecker@adacore.com>
2669
2670 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2671 gdb.ini warning for Windows port.
2672
1e96de83
YQ
26732012-11-08 Yao Qi <yao@codesourcery.com>
2674
2675 * gdb.texinfo (Search): Add kindex for 'fo'.
2676
dc939229
TT
26772012-11-05 Tom Tromey <tromey@redhat.com>
2678
2679 PR python/14802:
2680 * gdb.texinfo (Functions In Python): Add example.
2681
6f6484cd
YQ
26822012-11-03 Yao Qi <yao@codesourcery.com>
2683
2684 * observer.texi (GDB Observers): Remove observer
2685 'tracepoint_modified', 'tracepoint_created' and
2686 'tracepoint_deleted'.
2687
af4238e5
TT
26882012-10-26 Tom Tromey <tromey@redhat.com>
2689
2690 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2691
687e43a4
TT
26922012-10-25 Tom Tromey <tromey@redhat.com>
2693
2694 * gdb.texinfo (General Query Packets): Use @itemx.
2695
8de0566d
YQ
26962012-10-17 Yao Qi <yao@codesourcery.com>
2697
2698 * observer.texi (GDB Observers): Update observer
2699 'memory_changed'.
2700 * gdb.texinfo (GDB/MI Async Records): Document for
2701 "memory-changed" notification.
2702
07540c15
DE
27032012-10-15 Doug Evans <dje@google.com>
2704
2705 * gdb.texinfo (Mode Options): Document -nh.
2706 Elaborate on docs for -nx.
2707
d7019589
SP
27082012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2709
2710 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2711
82a90ccf 27122012-09-21 Yao Qi <yao@codesourcery.com>
72f4393d 2713 Pedro Alves <palves@redhat.com>
82a90ccf
YQ
2714
2715 * gdb.texinfo (GDB/MI Async Records): Document notification
2716 'record-started' and 'record-stopped'.
2717 * observer.texi (GDB Observers): New observer 'record-changed'.
2718
aa9259cc
TS
27192012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2720
2721 * gdb.texinfo: Document the removal of SH's 'regs' command.
2722
c1d780c2
SDJ
27232012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2724
2725 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2726
bb25a15c
YQ
27272012-09-18 Yao Qi <yao@codesourcery.com>
2728
2729 * gdb.texinfo (GDB/MI Async Records): Document new MI
2730 notifications '=tsv-created' and '=tsv-deleted'.
2731 * observer.texi (GDB Observers): New observer tsv_created and
2732 tsv_deleted.
2733
201b4506
YQ
27342012-09-18 Yao Qi <yao@codesourcery.com>
2735
2736 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2737 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2738 '=traceframe-changed'.
2739
6fc1c773
YQ
27402012-09-17 Yao Qi <yao@codesourcery.com>
2741
2742 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2743 'set listsize'.
2744
121c73f3
JK
27452012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2746 Eli Zaretskii <eliz@gnu.org>
2747
2748 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2749 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2750 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2751
e9687799
JK
27522012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2753
2754 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2755
3b5e4d35
YPK
27562012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2757
2758 Document how to return from "python-interactive" to GDB.
2759 * gdb.texinfo (Python Commands): Update documentation.
2760
27612012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2762
2763 Add a new "python-interactive" command that starts a standard
2764 Python interactive prompt with "pi" as alias, and add "py" as
2765 an alias to "python".
2766 * gdb.texinfo (Python Commands): Document the new commands.
2767
b583003e
TT
27682012-08-22 Tom Tromey <tromey@redhat.com>
2769
2770 * gdbint.texinfo (Host Definition): Remove documentation for
2771 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2772
a451cb65
KS
27732012-08-17 Keith Seitz <keiths@redhat.com>
2774
2775 PR c++/13356
2776 * gdb.texinfo (Type and Range Checking): Remove warning.
2777 Remove spurious commas.
2778 Update text and examples for re-implementation of set/show
2779 check type.
2780 (C and C++ Type and Range Checks): Likewise.
2781
6b1755ce
YQ
27822012-08-16 Yao Qi <yao@codesourcery.com>
2783
2784 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2785 is deprecated.
2786
f47f77df
DE
27872012-08-13 Doug Evans <dje@google.com>
2788
2789 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2790 to include functions.
2791
a72c3253
DE
27922012-08-10 Doug Evans <dje@google.com>
2793
2794 * gdb.texinfo (Convenience Funs): New node.
2795 (Types In Python): Document Type.vector.
2796
5b9afe8a
YQ
27972012-08-09 Yao Qi <yao@codesourcery.com>
2798
2799 * observer.texi: New observer command_param_changed.
2800 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2801
dc1039df
JK
28022012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2803
2804 * gdbint.texinfo (Debugging GDB): In section
2805 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2806 Mention also gdb-gdb.py.
2807
4abf930d
YQ
28082012-08-07 Yao Qi <yao@codesourcery.com>
2809
2810 Revert the folloing patch:
2811 2012-08-06 Yao Qi <yao@codesourcery.com>
2812 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2813 remote hardware-watchpoint-limit' and 'set
2814 remote hardware-breakpoint-limit'.
2815
f3c8a52a
JK
28162012-08-06 Nathaniel Flath <flat0103@gmail.com>
2817
2818 * gdb.texinfo (Working Directory): Added information about new
2819 default argument for 'cd' command.
2820
77a91025
YQ
28212012-08-06 Yao Qi <yao@codesourcery.com>
2822
2823 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2824 remote hardware-watchpoint-limit' and 'set
2825 remote hardware-breakpoint-limit'.
2826
d9f08f52
YQ
28272012-08-06 Yao Qi <yao@codesourcery.com>
2828
2829 Fix PR14371.
2830
2831 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2832 '=breakpoint-deleted'.
2833
95b07c96
YQ
28342012-08-02 Yao Qi <yao@codesourcery.com>
2835
2836 * gdb.texinfo (Native): Remove node Neutrino.
2837
7255706c
YQ
28382012-07-27 Yao Qi <yao@codesourcery.com>
2839
2840 * gdb.texinfo (IPA Protocol Commands): Document new command
2841 'close'.
2842
d6b28940
TT
28432012-07-25 Tom Tromey <tromey@redhat.com>
2844
2845 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2846
e615022a
DE
28472012-07-20 Doug Evans <dje@google.com>
2848
2849 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2850 (Index Files): Document how to control the use of deprecated index
2851 sections.
2852 (Index Section Format): Replace --use-deprecated-index-sections with
2853 "set use-deprecated-index-sections on".
2854
055855a4
EZ
28552012-07-12 Eli Zaretskii <eliz@gnu.org>
2856
2857 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2858 indices into a single node "Index". Instead, join function and
2859 variable indices into a single index, separate from the concept
2860 index. Requested in
2861 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2862 (Top): Update the top-level menu: instead of one "Index" there are
2863 now separate entries "Concept Index" and "Function and Variable
2864 Index".
2865 (Concept Index, Function and Variable Index): New nodes.
2866 (Index): Node deleted.
2867
f77cc5f0
HZ
28682012-07-05 Hui Zhu <hui_zhu@mentor.com>
2869
2870 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2871 and "maint agent-eval".
2872
00595b5e
EZ
28732012-07-03 Eli Zaretskii <eliz@gnu.org>
2874
2875 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2876 avoid file-name clashes between Index.html and index.html on
2877 case-insensitive filesystems. See the discussion starting in
2878 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2879 details of the problem.
2880 (Top): Update the master menu for the above.
2881 (Concept Index, Command and Variable Index): New nodes, instead of
2882 the old "Index" node that was deleted. All cross-references
2883 updated.
2884
d3ce09f5
SS
28852012-07-02 Stan Shebs <stan@codesourcery.com>
2886
2887 * gdb.texinfo (Dynamic Printf): Mention agent style and
2888 disconnected dprintf.
2889 (Maintenance Commands): Describe maint agent-printf.
2890 (General Query Packets): Mention BreakpointCommands feature.
2891 (Packets): Document commands extension to Z0 packet.
2892 * agentexpr.texi (Bytecode Descriptions): Document printf
2893 bytecode.
2894
2d7b58e8
JK
28952012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2896
2897 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2898 only after gdbinit files.
2899 (Startup): Move -iex and -iex commands down after gdbinit files.
2900
202cbf1c
JK
29012012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2902
2903 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2904 possibility.
2905
b6ba681c
TT
29062012-06-29 Tom Tromey <tromey@redhat.com>
2907
2908 * gdb.texinfo (Index Section Format): Update for version 7.
2909
71caed83
SS
29102012-06-28 Stan Shebs <stan@codesourcery.com>
2911
2912 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2913 example, add note about title column.
2914
ee0bf529
SCR
29152012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2916
2917 * gdb.texinfo (Symbol Tables In Python): Add description about
2918 the new 'last' attribute of gdb.Symtab_and line.
2919
3c15d565
SCR
29202012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2921
2922 * gdb.texinfo (Symbol Tables In Python): Correct the description
2923 of the 'pc' attribute of gdb.Symtab_and_line.
2924
45cfd468
DE
29252012-06-26 Doug Evans <dje@google.com>
2926
2927 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2928 and symtab-create.
2929
496ee73e
KS
29302012-06-25 Keith Seitz <keiths@redhat.com>
2931
2932 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2933 from example. Remove "rbreak" from list of corresponding
2934 gdb commands.
2935
156942c7
DE
29362012-06-23 Doug Evans <dje@google.com>
2937
2938 * gdb.texinfo (Index Section Format): Document version 7 format.
2939
c614397c
YQ
29402012-06-22 Yao Qi <yao@codesourcery.com>
2941
2942 * gdb.texinfo: Add missing cindex for some packets.
2943
472a2379
KS
29442012-06-20 Keith Seitz <keiths@redhat.com>
2945
2946 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2947 for -break-insert and document -p.
2948
2678e2af
YQ
29492012-06-20 Yao Qi <yao@codesourcery.com>
2950
2951 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2952 and "gdb.write_memory" with "Inferior.read_memory" and
2953 "Inferior.write_memory".
2954
984359d2
EZ
29552012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2956
2957 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2958 (Free Documentation): Add @node line.
2959 (Continuing and Stepping) <advance location>: Use @item instead of
2960 @itemx.
2961 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2962 @itemx.
2963 (Embedded Processors): Put the link to "PA" to its correct place,
2964 according to document structure.
2965 (Python API): Put the link to "Lazy Strings In Python" to its
2966 correct place.
2967 (Index): Use @@ in @tex block to get a literal @.
2968
2969 * gdbint.texinfo: Fix the @subtitle line.
2970
2971 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2972 correct place.
2973
16bdd41f
YQ
29742012-06-08 Yao Qi <yao@codesourcery.com>
2975
2976 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2977 Protocol'.
2978 (In-Process Agent Protocol, IPA Protocol Objects)
2979 (IPA Protocol Commands): New nodes.
2980 (Tracepoint Packets): Add anchors.
2981
2d4c29c5
TS
29822012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2983
2984 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2985
6bd110c5
YQ
29862012-06-06 Yao Qi <yao@codesourcery.com>
2987
2988 * gdb.texinfo: Update copyright year.
2989
f3e0e960
SS
29902012-05-23 Stan Shebs <stan@codesourcery.com>
2991 Kwok Cheung Yeung <kcy@codesourcery.com>
2992
2993 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2994
1564a261
JK
29952012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2996
2997 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2998 Mention also --with-separate-debug-dir.
2999 (Auto-loading): Prepend $debugdir in the sample output.
3000 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3001 auto-load safe-path variable.
3002 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3003 Mention also $debugdir for 'set auto-load scripts-directory'.
3004
eb17f351
EZ
30052012-05-19 Eli Zaretskii <eliz@gnu.org>
3006
3007 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3008 (MIPS Embedded, MIPS, MIPS Register packet Format)
3009 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3010 appropriate.
3011
4cc0665f 30122012-05-18 Sandra Loosemore <sandra@codesourcery.com>
72f4393d 3013 Maciej W. Rozycki <macro@codesourcery.com>
4cc0665f
MR
3014
3015 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3016 mips compression".
3017 (MIPS Breakpoint Kinds): New subsubsection.
3018
7af8dcf8 30192012-05-18 Eli Zaretskii <eliz@gnu.org>
02b67415
MR
3020
3021 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3022 nodes for subsections. Add @acronym mark-ups and adjust
3023 formatting.
3024
aff139ff
JK
30252012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3026
3027 Rename $ddir to $datadir.
3028 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3029 (objfile-gdb.py file): Rename $ddir to $datadir.
3030
9cb709b6
TT
30312012-05-18 Tom Tromey <tromey@redhat.com>
3032
3033 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3034
e7e0cddf
SS
30352012-05-14 Stan Shebs <stan@codesourcery.com>
3036
3037 * gdb.texinfo (Dynamic Printf): New subsection.
3038
7efc75aa
SCR
30392012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3040
3041 * gdb.texinfo (Basic Python): Add description about the function
3042 gdb.find_pc_line
3043
f307c045
JK
30442012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3045 Eli Zaretskii <eliz@gnu.org>
3046
3047 * gdb.texinfo (Separate Debug Files): Use plural form for global
3048 debugging information directory.
3049
85d4a676
SS
30502012-05-11 Stan Shebs <stan@codesourcery.com>
3051 Kwok Cheung Yeung <kcy@codesourcery.com>
3052
3053 * gdb.texinfo (Operating System Auxiliary Information): Document new
3054 'info os' subcommands.
3055
c1668e4e
JK
30562012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3057
3058 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3059 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3060 (dotdebug_gdb_scripts section): Add reference
3061 to 'Auto-loading safe path'.
3062
7349ff92
JK
30632012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3064
3065 Implement multi-component --with-auto-load-dir.
3066 * gdb.texinfo (Auto-loading): New references
3067 for 'set auto-load scripts-directory'
3068 and 'show auto-load scripts-directory'.
3069 (Auto-loading safe path): Describe the new default. Move $ddir
3070 substituation reference to 'objfile-gdb.py file'.
3071 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3072 script-name. Describe new 'set auto-load scripts-directory'
3073 and 'show auto-load scripts-directory'.
3074
6dea1fbd
JK
30752012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3076
3077 Provide $ddir substitution for --with-auto-load-safe-path.
3078 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3079 (Auto-loading safe path): Likewise. Mention the default value,
3080 $ddir substitution, --with-auto-load-safe-path and
3081 --without-auto-load-safe-path.
3082 * observer.texi (gdb_datadir_changed): New.
3083
1ccacbcd
JK
30842012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3085
3086 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3087 Twice.
3088
d9242c17
JK
3089 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3090 directory separator by path separator.
3091
af2c1515
JK
30922012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3093
3094 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3095 for 'set auto-load safe-path' optional. Mention if it is omitted.
3096 Change disabling security protection condition to "/", twice.
3097
a20ee7a4
SCR
30982012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3099
3100 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3101 the new methods global_block and static_block on gdb.Symtab
3102 objects.
3103
56af09aa
SCR
31042012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3105
3106 * gdb.texinfo (Blocks In Python): Add a note saying that future
3107 improvements to GDB and its infrastructure can move symbols
3108 across blocks within a symbol table.
3109
2746b0ef
YQ
31102012-04-29 Yao Qi <yao@codesourcery.com>
3111
3112 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3113 (A29K): Remove.
3114
62e5f89c
SDJ
31152012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3116 Tom Tromey <tromey@redhat.com>
3117
3118 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3119 and generic static probe support on GDB.
3120
a766d390
DE
31212012-04-25 Doug Evans <dje@google.com>
3122
50f042b9
DE
3123 * gdb.texinfo (Go): Fix thinko.
3124
a766d390
DE
3125 * gdb.texinfo (Supported Languages): Add Go.
3126 (Go): New node.
3127
f02e2b19
YQ
31282012-04-25 Yao Qi <yao@codesourcery.com>
3129
3130 * gdbint.texinfo (Testsuite): New section `Board settings'.
3131
68d41a48
JK
31322012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3133
3134 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3135 Three times.
3136
174bb630
JK
3137 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3138 Three times.
3139
0511cc75
JK
31402012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3141
3142 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3143 by @table @asis. Fix formatting of one item.
3144
0070f25a
JK
31452012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3146
3147 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3148
4dc84fd1
JK
31492012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3150
3151 New option "set debug auto-load".
3152 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3153 (auto-load verbose mode): New node.
3154
bccbefd2
JK
31552012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3156
3157 New option "set auto-load safe-path".
3158 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3159 and "info auto-load" examples for safe-path. Put there also references
3160 for "set auto-load safe-path" and "show auto-load safe-path".
3161 New menu item for Auto-loading safe path.
3162 (Auto-loading safe path): New node.
3163 (Python Auto-loading): Update the expected output from "Missing"
3164 to "No".
3165
bf88dd68
JK
31662012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3167
3168 auto-load: Implementation.
3169 * gdb.texinfo (Mode Options): New anchor for -nx.
3170 (Startup): New anchors for Option -init-eval-command,
3171 Home Directory Init File
3172 and Init File in the Current Directory during Startup.
3173 Mention set auto-load local-gdbinit with a reference.
3174 Change the sample code to "set auto-load python-scripts".
3175 (Threads): New anchor set libthread-db-search-path.
3176 Provide references to libthread_db.so.1 file.
3177 (Controlling GDB): New menu item for Auto-loading.
3178 (Auto-loading, Init File in the Current Directory)
3179 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3180 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3181 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3182 reference.
3183 (Auto-loading): Rename to ...
3184 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3185 "set auto-load python-scripts", new anchor for it. Change
3186 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3187 for it. Change "info auto-load-scripts"
3188 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3189 to "Python scripts".
3190
8264ba82
AG
31912012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3192
3193 PR mi/13393
3194 * gdb.texinfo (Print Settings): Extend the description for "set print
3195 object".
3196 (GDB/MI Variable Objects): Extend the description for -var-create and
3197 -var-list-children.
3198
06fc020f
SCR
31992012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3200
3201 * gdb.texinfo (Examining Data): Document the 'explore' command.
3202
7191c139
JB
32032012-03-28 Joel Brobecker <brobecker@adacore.com>
3204
3205 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3206 to the children of a varobj and its update range when -var-update
3207 returns that the varobj's type changed.
3208
3708f05e
JK
32092012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3210
3211 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3212 Create two new links fir 'objfile-gdb.py file'
3213 and 'dotdebug_gdb_scripts section'.
3214
8e0583c8
JK
32152012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3216
3217 * gdb.texinfo (Auto-loading): Rename node reference
3218 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3219 Twice.
3220 (.debug_gdb_scripts section): Rename the node ...
3221 (dotdebug_gdb_scripts section): ... here.
3222 (Maintenance Commands): Also rename this node reference.
3223
7b282c5a
SCR
32242012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3225
3226 * gdb.texinfo (Python API/Values From Inferior): Add description
3227 about the new method Value.referenced_value. Add description on
3228 how Value.dereference is different (and similar) to
3229 Value.referenced_value.
3230
8320cc4f
JK
32312012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3232
3233 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3234 --init-eval-command=COMMAND, -iex.
3235 (Startup): Describe -iex and -ix. Simplify the example
3236 for "set auto-load-scripts off".
3237
481860b3
GB
32382012-03-16 Gary Benson <gbenson@redhat.com>
3239
3240 PR breakpoints/10738
3241 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3242 stating that GDB cannot set breakpoints on inlined functions.
3243 (Mode Options): Document --use-deprecated-index-sections.
3244 (Index Section Format): Document new index section version format.
3245
c4aeac85
TT
32462012-03-15 Tom Tromey <tromey@redhat.com>
3247
3248 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3249
16899756
DE
32502012-03-13 Doug Evans <dje@google.com>
3251
3252 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3253 of "reload".
3254 (Symbols): Delete docs for set/show symbol-reloading.
3255 * gdbint.texinfo (Defining Other Architecture Features): Delete
3256 SYMBOL_RELOADING_DEFAULT.
3257 * refcard.tex: Delete reference to symbol-reloading.
3258
9b224c5e
PA
32592012-03-07 Pedro Alves <palves@redhat.com>
3260
3261 * gdb.texinfo (General Query Packets): Document new
3262 QProgramSignals packet.
3263 * gdb.texinfo (Remote configuration): Mention
3264 "program-signals-packet".
3265
169081d0
TG
32662012-03-05 Tristan Gingold <gingold@adacore.com>
3267
3268 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3269
d1feda86
YQ
32702012-03-03 Yao Qi <yao@codesourcery.com>
3271
3272 * gdb.texinfo (In-Process Agent): New node.
3273 Document new commands.
3274 (General Query Packets): Add packet `QAgent'.
3275
1faeff08
MR
32762012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3277
3278 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3279
7d74f244
DE
32802012-03-01 Scott J. Goldman <scottjg@vmware.com>
3281
3282 * gdb.texinfo (Commands In Python): Put example python macro in
3283 COMMAND_USER category rather than COMMAND_OBSCURE.
3284 Document gdb.COMMAND_USER.
3285 (User-defined Commands): Update documentation to clarify
3286 "set/show max-user-call-depth" and "show user" don't apply to python
3287 commands. Update documentation to clarify "help user-defined" may
3288 also include python commands defined as COMMAND_USER.
3289
6fe37d23
JK
32902012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3291
3292 * gdb.texinfo (Startup): Add option -ex description to the option -x
3293 description.
3294
83364271
LM
32952012-02-24 Luis Machado <lgustavo@codesourcery.com>
3296
3297 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3298 condition-evaluation breakpoint parameter.
3299 Mention condition-evaluation mode being shown in "info break".
3300 (Break Conditions): Add description for target-side
3301 conditional breakpoints.
72f4393d 3302 (Remote Configuration): Mention conditional-breakpoints-packet.
83364271
LM
3303 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3304 cond-expr.
3305 (General Query Packets): Mention new ConditionalBreakpoint feature.
3306
bdb1994d
TT
33072012-02-22 Tom Tromey <tromey@redhat.com>
3308
3309 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3310
4d241c86
TT
33112012-02-17 Tom Tromey <tromey@redhat.com>
3312
3313 PR python/10753:
3314 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3315 directory.
3316
816338b5
SS
33172012-02-14 Stan Shebs <stan@codesourcery.com>
3318
3319 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3320
cc30c4bd
PA
33212012-02-13 Pedro Alves <palves@redhat.com>
3322
3323 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3324 mips-idt-ecoff.
3325
035d1e5b
YQ
33262012-02-09 Yao Qi <yao@codesourcery.com>
3327
3328 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3329
f0823d2c
TT
33302012-02-07 Tom Tromey <tromey@redhat.com>
3331
3332 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3333 Symbol.value.
3334
64e7d9dd
TT
33352012-02-07 Tom Tromey <tromey@redhat.com>
3336
3337 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3338
4220b2f8
TS
33392012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3340
3341 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3342
edcc5120
TT
33432012-01-24 Tom Tromey <tromey@redhat.com>
3344
3345 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3346 unload".
3347 (Files): Mention new catch commands.
3348 (GDB/MI Async Records): Likewise.
3349
53fe1783
GB
33502012-01-24 Gary Benson <gbenson@redhat.com>
3351
3352 Delete #if 0'd out code.
3353 * gdb.texinfo (Frame Info): Remove "info catch".
3354
b9e7b9c3
UW
33552012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3356
3357 * gdb.texinfo (Remote Configuration): Document
3358 "set remote hostio-readlink-packet" command.
3359 (General Query Packets): Document vFile:readlink packet.
3360
4aac40c8
TT
33612012-01-16 Tom Tromey <tromey@redhat.com>
3362
3363 * gdb.texinfo (Specify Location): Document relative file name
3364 handling.
3365
cafec441
TT
33662012-01-16 Tom Tromey <tromey@redhat.com>
3367
3368 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3369
0ee339bc
JK
33702012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3371 Eli Zaretskii <eliz@gnu.org>
3372
3373 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3374 code.
3375
72384ba3
PH
33762012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3377
3378 * gdb.texinfo (Variables): Document use of :: for non-static
3379 variables.
3380
ce1b17c4
JB
33812012-01-05 Joel Brobecker <brobecker@adacore.com>
3382
3383 * gdbint.texinfo (Start of New Year Procedure): Update
3384 to replace use of copyright.sh by use of copyright.py.
3385
217bff3e
JK
33862012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3387
3388 Remove the gdbtui binary.
3389 * all-cfg.texi (GDBTUI): Remove.
3390 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3391 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3392 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3393
cc72b2a2
KP
33942011-12-23 Kevin Pouget <kevin.pouget@st.com>
3395
3396 Introduce gdb.FinishBreakpoint in Python.
3397 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3398 (Python API): Add menu entry for Finish Breakpoints.
3399
13ac8d2c
JK
34002011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3401
3402 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3403 tests.
3404
e0f9f062
DE
34052011-12-16 Doug Evans <dje@google.com>
3406
3407 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3408
80b6e756
PM
34092011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3410
1c3ad6ab 3411 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
3412 stack". Add documentation for "set/show python print-stack".
3413
2fb860fc
PA
34142011-12-14 Pedro Alves <pedro@codesourcery.com>
3415
3416 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3417 should transfer control to the stub in the startup code instead of
3418 in main. Mention the need to get past the initial breakpoint.
3419
f8eba3c6
TT
34202011-12-06 Tom Tromey <tromey@redhat.com>
3421
3422 * gdb.texinfo (Set Breaks): Update for new behavior.
3423
2268b414
JK
34242011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3425
3426 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3427 List Format for SVR4 Targets'.
3428 (General Query Packets): New item qXfer:libraries-svr4:read.
3429 (Library List Format for SVR4 Targets): New node.
3430
ae6f0d5b
TT
34312011-12-01 Tom Tromey <tromey@redhat.com>
3432
3433 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3434 add.
3435
36dfb11c
TT
34362011-11-22 Tom Tromey <tromey@redhat.com>
3437
3438 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3439 reasons.
3440
f196051f
SS
34412011-11-20 Stan Shebs <stan@codesourcery.com>
3442
3443 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3444 note-related options and variables.
3445 (Tracepoint Packets): Document packet changes.
3446
f85b53f8
SD
34472011-11-20 Sanjoy Das <sdas@igalia.com>
3448
3449 * gdb.texinfo (JIT Interface): Add documentation on writing and
3450 usind JIT debug info readers.
3451 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3452 Debug Info Readers): New nodes.
3453
bfccc43c
YQ
34542011-11-18 Yao Qi <yao@codesourcery.com>
3455
3456 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3457 tracepoint.
3458
c011a4f4
DE
34592011-11-15 Doug Evans <dje@google.com>
3460
3461 * gdb.texinfo (Files): Document basenames-may-differ.
3462
ed59ded5
DE
34632011-11-14 Doug Evans <dje@google.com>
3464
3465 * gdb.texinfo (Shell Commands): Document "!".
3466
405f8e94
SS
34672011-11-14 Stan Shebs <stan@codesourcery.com>
3468 Kwok Cheung Yeung <kcy@codesourcery.com>
3469
3470 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3471 needed to get shorter fast tracepoints.
3472 (Tracepoint Packets): Document new qTMinFTPILen packet.
3473
1e4d1764
YQ
34742011-11-14 Yao Qi <yao@codesourcery.com>
3475
3476 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3477 behavior of tracepoint.
3478 (General Query Packets): New feature InstallInTrace.
3479 (Remote Configuration): Document "set remote
3480 install-in-trace-packet".
3481
71eba9c2 34822011-11-12 Matt Rice <ratmice@gmail.com>
3483
3484 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3485 Add arguments to info macro.
3486
e0f8f636
TT
34872011-11-10 Tom Tromey <tromey@redhat.com>
3488
3489 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3490 manual.
3491 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3492 (Macros): Add a footnote.
3493 (C): Remove paragraph about compiler options.
3494 (C Constants): Mention wide character and string constants.
3495 (C Plus Plus Expressions): Update compiler option advice. Mention
3496 using declarations. Mention ADL. Remove old HP compiler
3497 information.
3498
625c0d47
TT
34992011-11-10 Tom Tromey <tromey@redhat.com>
3500
3501 PR c++/9257:
3502 * gdb.texinfo (Print Settings): Add an extra note about the need
3503 for a vtable.
3504
4be2aacc
MR
35052011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3506
3507 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3508 "set mips abi" documentation.
3509
0a1c4d10
DE
35102011-11-04 Doug Evans <dje@google.com>
3511
3512 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3513
aad1c02c
TT
35142011-11-03 Tom Tromey <tromey@redhat.com>
3515
3516 * gdb.texinfo (Stopping): Add menu entry.
3517 (Continuing and Stepping): Restore @node. Use @section, not
3518 @subsection.
3519
983fb131
MR
35202011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3521
3522 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3523 designation. Fix "Specify Location" cross-reference.
3524
3065dfb6
SS
35252011-11-02 Stan Shebs <stan@codesourcery.com>
3526
3527 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3528 (General Query Packets): Describe tracenz feature.
3529 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3530
0aaaf063
PK
35312011-10-28 Paul Koning <paul_koning@dell.com>
3532
3533 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3534
2231f1fb
KP
35352011-10-27 Kevin Pouget <kevin.pouget@st.com>
3536
72f4393d 3537 * gdb.texinfo ((Frames In Python): Document
2231f1fb
KP
3538 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3539
5110b5df
PK
35402011-10-26 Paul Koning <paul_koning@dell.com>
3541
3542 * gdb.texinfo (gdb.types): Document new deepitems function.
72f4393d 3543
22dbab46
PK
35442011-10-25 Paul Koning <paul_koning@dell.com>
3545
3546 PR python/13327
72f4393d 3547
22dbab46
PK
3548 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3549 fetch_lazy method.
3550
9df2fbc4
PM
35512011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3552
3553 PR python/12656
3554
3555 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3556 global_block, static_block function.
3557
f05e2e1d
TT
35582011-10-19 Tom Tromey <tromey@redhat.com>
3559
3560 * gdb.texinfo (Commands In Python): Add missing "@"s.
3561
a7fc3f37
KP
35622011-10-13 Kevin Pouget <kevin.pouget@st.com>
3563
3564 PR python/13285 Document named constants for frame unwind stop reasons
72f4393d 3565 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
a7fc3f37
KP
3566 constants.
3567
5048e516
JK
35682011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3569
3570 Fix compatibility with texinfo versions older than 4.12.
3571 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3572 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3573 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3574 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3575 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3576 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3577 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3578
5a56e9c5
DE
35792011-10-09 Doug Evans <dje@google.com>
3580
3581 * gdb.texinfo (Extending GDB): Document alias command.
3582
36b11add
JK
35832011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3584
3585 Support @entry in input expressions.
3586 * gdb.texinfo (Variables): Describe @entry names suffix.
3587 (Print Settings): Add anchor for `set print entry-values'.
3588
e18b2753
JK
35892011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3590 Eli Zaretskii <eliz@gnu.org>
3591
3592 Display @entry parameter values (without references).
3593 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3594 example.
3595 (Print Settings): New description of set print entry-values and show
3596 print entry-values.
3597
111c6489
JK
35982011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3599 Eli Zaretskii <eliz@gnu.org>
3600
3601 Recognize virtual tail call frames.
3602 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3603 (Tail Call Frames): New node.
3604 (Frames In Python): Add gdb.TAILCALL_FRAME.
3605
9c15afc4
DE
36062011-10-07 Doug Evans <dje@google.com>
3607
3608 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3609 register_pretty_printer.
3610
99f5279d
PM
36112011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3612
3613 PR python/12930
3614 PR python/12802
3615
3616 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3617 stop method.
3618
03583c20
UW
36192011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3620
3621 * gdb.texinfo (Starting your Program): "set disable-randomization"
3622 is no longer Linux-specific.
3623 (Remote Configuration): Document "set remote
3624 disable-randomization-packet".
3625 (General Query Packets): Document "QDisableRandomization" packet
3626 and add it to "qSupported" list.
3627
bd054e06
KP
36282011-10-07 Kevin Pouget <kevin.pouget@st.com>
3629
3630 Allow Python notification of new object-file loadings.
3631 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3632 event type.
3633
cb6be26b
KP
36342011-10-04 Kevin Pouget <kevin.pouget@st.com>
3635
3636 PR python/12691: Add the inferior to Python exited event
3637 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3638
a05336a1
JB
36392011-10-03 Joel Brobecker <brobecker@adacore.com>
3640
3641 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3642 rephasing.
3643
5d77fe44
JB
36442011-10-03 Joel Brobecker <brobecker@adacore.com>
3645
3646 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3647 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3648 as possible feature returned by the `-list-features'
3649 command.
3650
699df94d
PK
36512011-09-28 Paul Koning <paul_koning@dell.com>
3652
3653 * gdb.texinfo (gdb.Type): Document field access by dictionary
3654 key syntax.
3655
24bdad53
YQ
36562011-09-28 Yao Qi <yao@codesourcery.com>
3657
3658 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3659 Add one space after option `-s'. Remove @r{} markup.
3660
6710bf39
SS
36612011-09-27 Stan Shebs <stan@codesourcery.com>
3662
3663 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3664
d99f7e48
HZ
36652011-09-16 Hui Zhu <teawater@gmail.com>
3666
3667 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3668 to *(unsigned char *)$esp@300.
3669
d812018b
PK
36702011-09-15 Paul Koning <paul_koning@dell.com>
3671
3672 * gdb.texinfo: Make style of Python functions and methods match
3673 the syntax of Python. Also put class and module names explicitly
3674 on function, member, and variable names, matching Python
3675 documentation conventions.
72f4393d 3676
2aa48337
KP
36772011-09-15 Kevin Pouget <kevin.pouget@st.com>
3678
3679 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3680 * gdb.texinfo (Inferiors In Python): Describe new
3681 gdb.selected_inferior() function.
3682
6839b47f
KP
36832011-09-15 Kevin Pouget <kevin.pouget@st.com>
3684
3685 Handle multiple breakpoint hits in Python interface:
3686 * gdb.texinfo (Events In Python): New function documentation:
3687 gdb.BreakpointEvent.breakpoints. Indicate that
3688 gdb.BreakpointEvent.breakpoint is now deprecated.
3689
26829f2b
JB
36902011-09-04 Joel Brobecker <brobecker@adacore.com>
3691
3692 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3693
a9f54f60
TT
36942011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3695
3696 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3697
fa3a4f15
PM
36982011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3699
72f4393d
L
3700 * gdb.texinfo (Prompt): Add set/show extended-prompt
3701 documentation
3702 (Basic Python): Add prompt_hook anchor.
3703 (Python modules): Reword module text to reflect multiple modules.
3704 (gdb.prompt): Document gdb.prompt module.
fa3a4f15 3705
224bbe49
YQ
37062011-08-14 Yao Qi <yao@codesourcery.com>
3707
78d85199
YQ
3708 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3709
37102011-08-14 Yao Qi <yao@codesourcery.com>
3711
3712 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
3713 (TIC6x Features): New node.
3714
457e09f0
DE
37152011-08-12 Doug Evans <dje@google.com>
3716
3717 * gdb.texinfo (Symbols In Python): Document symbol.type.
3718
5e239b84
PM
37192011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3720
3721 * gdb.texinfo (Python): Document command and function
3722 auto-loading.
3723
177bc839
JK
37242011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3725 Eli Zaretskii <eliz@gnu.org>
3726
3727 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3728 typedefs unrolling. Extend the sample code by an inner typedef and
3729 outer typedefs unrolling.
3730
1a532630
PP
37312011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3732
3733 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3734 size and line-size.
3735
9b158ba0 37362011-07-21 Matt Rice <ratmice@gmail.com>
3737
3738 PR macros/12999
3739 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3740 Update text and cindex entries for info macro command.
3741
d17b6f81
PM
37422011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3743
3744 * observer.texi (GDB Observers): Add before_prompt observer.
3745 * gdb.texinfo (Basic Python): Add documentation for prompt
3746 substitution.
3747
713389e0
PM
37482011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3749
72f4393d 3750 PR python/12438
713389e0 3751 * gdb.texinfo (Python Commands): Add deprecate note to maint
72f4393d
L
3752 set/show python print-stack. Document set/show python
3753 print-backtrace.
713389e0 3754
177b42fe
TJB
37552011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3756
3757 * gdb.texinfo: Fix typos.
3758
900e11f9
JK
37592011-07-01 Tom Tromey <tromey@redhat.com>
3760
3761 * gdb.texinfo (Debugging Output): Document set debug
3762 check-physname.
3763
39c4d40a
TT
37642011-06-29 Tom Tromey <tromey@redhat.com>
3765
3766 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3767 breakpoint-notifications feature.
3768
6f5def7d
UW
37692011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3770
3771 * gdb.texinfo (Target Description): Remove warning about
3772 possibly unstable format.
3773
8cf64490
TT
37742011-06-03 Tom Tromey <tromey@redhat.com>
3775
3776 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3777 (Events In Python): Note that exit_code is optional.
3778
393eab54
PA
37792011-05-17 Pedro Alves <pedro@codesourcery.com>
3780
3781 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3782 required for multi-threading support.
3783 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3784 Hc are deprecated for multi-threading debugging. Point readers at
3785 the vCont packet.
3786
75fc9810
DE
37872011-05-15 Doug Evans <dje@google.com>
3788
3789 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3790
01124a23
DE
37912011-05-13 Doug Evans <dje@google.com>
3792
98a5dd13
DE
3793 * gdb.texinfo (Threads): Document $sdir,$pdir.
3794 (Server): Document $pdir exception.
3795
dbaefcf7
DE
3796 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3797
cc63ef9b
DE
3798 * gdb.texinfo (Threads): Clarify default value for
3799 libthread-db-search-path.
7e0396aa 3800
01124a23
DE
3801 * gdb.texinfo (Completion): Update example.
3802 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3803
d248b706
KY
38042011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3805
3806 * gdb.texinfo: Document change in the behaviour of the enable and
3807 disable GDB commands when applied to tracepoints.
3808 Document the EnableDisableTracepoints remote stub feature.
3809 Document QTEnable and QTDisable in the list of tracepoint packets.
3810
cc88a640
JK
38112011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3812
3813 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3814 hsuser.texi.
3815 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3816 comment to hsuser.texi. Change rluser.texi name in the comment.
3817
84e578fb
DE
38182011-05-10 Doug Evans <dje@google.com>
3819
3820 * gdb.texinfo (Threads): If an empty path is provided for
3821 libthread-db-search-path it is reset to its default value.
3822 (Server): Ditto.
3823
478aac75
DE
38242011-05-09 Doug Evans <dje@google.com>
3825
3826 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3827
9c06b0b4
TJB
38282011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3829 Thiago Jung Bauermann <bauerman@br.ibm.com>
3830
3831 Implement support for PowerPC BookE masked watchpoints.
3832 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3833 (PowerPC Embedded): Mention support of masked watchpoints.
3834
9ed350ad
JB
38352011-05-03 Joel Brobecker <brobecker@adacore.com>
3836
3837 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3838 `@value{GDBN}'.
3839
4ceed123
JB
38402011-05-03 Joel Brobecker <brobecker@adacore.com>
3841
3842 * gdb.texinfo (titlepage): Remove dedication.
3843 (In Memoriam): New appendix.
3844
559a7a62
JK
38452011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3846 Eli Zaretskii <eliz@gnu.org>
3847
3848 * gdb.texinfo (Index Section Format): Change the version to 5.
3849 Describe the different formula.
3850
03f2bd59
JK
38512011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3852 Eli Zaretskii <eliz@gnu.org>
3853
3854 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3855 for disconnected tracing.
3856 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3857 extended-remote relationship. Mention --once.
3858 (TCP port allocation lifecycle of @code{gdbserver}): New.
3859
d9b1a651
EZ
38602011-04-23 Eli Zaretskii <eliz@gnu.org>
3861
3862 * gdb.texinfo (Server): Improve indexing. Index all optional
3863 switches to gdbserver.
3864
90476074
TT
38652011-04-20 Tom Tromey <tromey@redhat.com>
3866
3867 * gdb.texinfo (Index Section Format): New node.
3868 (Top): Add new node to menu.
3869
c21236dc
PA
38702011-04-20 Pedro Alves <pedro@codesourcery.com>
3871
3872 * gdb.texinfo (Maintenance Commands): Document `maint print
3873 remote-registers'.
3874
05c8c3f5
TT
38752011-04-20 Tom Tromey <tromey@redhat.com>
3876
3877 * gdb.texinfo (Trace File Format): Move node later.
3878
7a9dd1b2
TT
38792011-04-19 Tom Tromey <tromey@redhat.com>
3880
3881 * gdbint.texinfo (Register Information Functions): Remove
3882 duplicate "the".
3883 * gdb.texinfo (Emacs): Remove duplicate "to".
3884 (GDB/MI Variable Objects): Remove duplicate "the".
3885 (General Query Packets): Likewise.
3886
4368ebeb
JB
38872011-04-02 Joel Brobecker <brobecker@adacore.com>
3888
3889 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3890 "GDB/MI Ada Exception Information" node.
3891
956a9fb9
JB
38922011-04-01 Joel Brobecker <brobecker@adacore.com>
3893
3894 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3895 the "exception-name" field in the *stopped async record.
3896
f1310107
TJB
38972011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3898 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3899
3900 Implement support for PowerPC BookE ranged breakpoints.
3901 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3902
8786b2bd
TT
39032011-03-28 Tom Tromey <tromey@redhat.com>
3904
3905 * gdb.texinfo (Set Tracepoints): Fix typo.
3906
9ef07c8c
TT
39072011-03-24 Tom Tromey <tromey@redhat.com>
3908
3909 * gdb.texinfo (Specify Location): Document `function:label'
3910 linespec.
3911
99c3dc11
PM
39122011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3913
f1310107 3914 PR python/12149
99c3dc11
PM
3915
3916 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3917
29703da4
PM
39182011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3919
3920 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3921 (Inferiors In Python): Likewise.
3922 (Threads In Python): Likewise.
3923 (Symbols In Python): Likewise.
3924 (Objfiles In Python): Likewise.
3925 (Symbol Tables In Python): Likewise.
3926
c9174737
PA
39272011-03-15 Pedro Alves <pedro@codesourcery.com>
3928
3929 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3930 display>: Explain that the commands accept number ranges.
3931
7371cf6d
PM
39322011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3933
3934 * gdb.texinfo (Breakpoints In Python): Add description and example
3935 of Python stop function operation.
3936
ecec24e6
PM
39372011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3938
3939 * gdb.texinfo (Parameters In Python): Document get_set_string and
3940 get_show_string methods.
3941
6dcd5565
JK
39422011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3943
3944 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3945
81896e36
JK
3946 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3947 circular-trace-buffer name.
3948
5e30da2c
JB
39492011-02-28 Joel Brobecker <brobecker@adacore.com>
3950
3951 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3952 in the previous change.
3953
3bd0f5ef 39542011-02-27 Michael Snyder <msnyder@vmware.com>
af624141 3955
72f4393d 3956 * gdb.texinfo (Inferiors and Programs): Update commands to show
af624141
MS
3957 that they can accept multiple arguments.
3958
4ec7539c
JB
39592011-02-24 Joel Brobecker <brobecker@adacore.com>
3960
3961 Revert the following patch (code patch was not approved):
3962 2011-02-21 Hui Zhu <teawater@gmail.com>
3963 * agentexpr.texi (bytecode descriptions): add printf.
3964 * gdb.texinfo (tracepoint action lists): add printf.
3965
82809774
DE
39662011-02-23 Doug Evans <dje@google.com>
3967
3968 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3969
e5a67952
MS
39702011-02-23 Michael Snyder <msnyder@vmware.com>
3971
3972 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3973 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3974 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3975
6e6fbe60
DE
39762011-02-22 Doug Evans <dje@google.com>
3977
3978 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3979 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3980 add description of result, fix @defun formatting.
3981
f994e27a
HZ
39822011-02-21 Hui Zhu <teawater@gmail.com>
3983
3984 * agentexpr.texi (Bytecode Descriptions): Add printf.
3985 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3986
c7f96d2b
TT
39872011-02-18 Tom Tromey <tromey@redhat.com>
3988
3989 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3990
60f98dde
MS
39912011-02-14 Michael Snyder <msnyder@vmware.com>
3992
3993 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3994 Document new command "thread find".
3995
08e796bc
MS
39962011-02-14 Michael Snyder <msnyder@vmware.com>
3997
3998 * gdb.texinfo (Threads): Update example of new thread message.
3999
b3b9301e
PA
40002011-02-14 Pedro Alves <pedro@codesourcery.com>
4001
4002 * gdb.texinfo (Remote Configuration): Mention set/show remote
4003 traceframe-info.
4004 (Tools/Packages Optional for Building GDB): Mention that expat is
4005 used for traceframe info.
4006 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4007 (General Query Packets) <qSupported>: Describe the
4008 qXfer:traceframe-info:read feature.
4009 (qXfer::read): Describe qXfer:traceframe-info:read.
4010 (Traceframe Info Format): New section.
4011
cef35b0f
PA
40122011-02-04 Pedro Alves <pedro@codesourcery.com>
4013
4014 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4015 for casts and unary operators.
4016
f1cbe1d3
TT
40172011-02-04 Tom Tromey <tromey@redhat.com>
4018
4019 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4020 is not useful.
4021
585fdaa1
PA
40222011-01-25 Pedro Alves <pedro@codesourcery.com>
4023
4024 * gdb.texinfo: s/value optimized out/optimized out/g
4025
7bfc9434
JB
40262011-01-21 Joel Brobecker <brobecker@adacore.com>
4027
4028 * gdb.texinfo (Other Misc Settings): Rework part of the
4029 documentation of the "set interactive mode" command.
4030
4694da01
TT
40312011-01-19 Tom Tromey <tromey@redhat.com>
4032
4033 * gdb.texinfo (Threads): Document thread name output and `thread
4034 name' command.
4035 (Threads In Python): Document Thread.name attribute.
4036 (GDB/MI Thread Commands): Document thread attributes.
4037
b716877b
AB
40382011-01-12 Andrew Burgess <aburgess@broadcom.com>
4039
4040 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4041 changes in mi/mi-cmd-disas.c
4042
13fd8b81
TT
40432011-01-12 Tom Tromey <tromey@redhat.com>
4044
4045 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4046 Fix "thread apply" text.
4047
e09342b5
TJB
40482011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4049 Thiago Jung Bauermann <bauerman@br.ibm.com>
4050
4051 Implement support for PowerPC BookE ranged watchpoints.
4052 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4053 the "set powerpc exact-watchpoints" flag.
4054
06e65f44
TT
40552011-01-07 Tom Tromey <tromey@redhat.com>
4056
4057 * gdb.texinfo (Python API): Add descriptions to @menu items.
4058
d8e22779
TT
40592011-01-06 Tom Tromey <tromey@redhat.com>
4060
4061 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4062
a255712f
PP
40632010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4064
e09342b5 4065 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 4066
ccfc3d6e
TT
40672011-01-06 Tom Tromey <tromey@redhat.com>
4068
4069 PR python/12133:
4070 * gdb.texinfo (Frames In Python): Document various frame
4071 constants.
4072
44944448
JB
40732011-01-05 Joel Brobecker <brobecker@adacore.com>
4074
4075 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4076 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4077 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4078
42ea3d7a
JK
40792011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4080
4081 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4082 (clean): Add GDBvn.texi.
4083
720d1a40
JB
40842010-12-29 Joel Brobecker <brobecker@adacore.com>
4085
4086 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4087 occasional case where the debugger prints an array address
4088 instead of the array itself.
4089
ad196637
PA
40902010-12-23 Pedro Alves <pedro@codesourcery.com>
4091
4092 * gdb.texinfo (Packets) <read registers packet>: Document support
4093 for registers that were not collected.
4094
a86caf66
DE
40952010-12-15 Doug Evans <dje@google.com>
4096
4097 * gdb.texinfo (Startup): Document auto-loading of scripts during
4098 startup.
4099 (Auto-loading): Delete "maint set python auto-load on|off".
4100 Add "set auto-load-scripts on|off".
4101
aae1c79a
DE
41022010-12-07 Doug Evans <dje@google.com>
4103
4104 * gdb.texinfo (Mode Options): Document -data-directory.
4105 (Data Files): Add reference to -data-directory.
4106
4e04c971
DE
41072010-11-29 Doug Evans <dje@google.com>
4108
4109 * gdb.texinfo (Pretty-Printer Introduction): Change
4110 printer-name:subprinter-name to printer-name;subprinter-name.
4111
94b6973e
PM
41122010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4113
72f4393d 4114 PR python/12199
94b6973e
PM
4115
4116 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4117
39037522
TT
41182010-11-23 Tom Tromey <tromey@redhat.com>
4119
4120 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4121 (Editing): Likewise.
4122 (Command History): Likewise.
4123 (TUI Keys): Likewise.
4124 (Bug Reporting): Conditionally include rluser.texi and
4125 inc-history.texinfo.
4126 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4127 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4128 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4129 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4130 (gdb.pdf): Likewise.
4131 (gdb.info): Likewise.
4132 (gdb/index.html): Likewise.
4133
5ae98d25
TT
41342010-11-23 Tom Tromey <tromey@redhat.com>
4135
4136 * Makefile.in (Makefile): Run ../config.status.
4137 (distclean): Update.
4138 * configure: Remove.
4139 * configure.ac: Remove.
4140
621c8364
TT
41412010-11-12 Tom Tromey <tromey@redhat.com>
4142
4143 * gdb.texinfo (Basic Python): Update. Add xref.
4144 (Exception Handling): Document new exception classes.
4145 (Types In Python): Update.
4146 (Frames In Python): Update.
4147
84f4c1fe
PM
41482010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4149
4150 * gdb.texinfo (Breakpoints In Python): Document "internal"
4151 parameter, and visible attribute.
4152
99e7ae30
DE
41532010-11-05 Doug Evans <dje@google.com>
4154
4155 * gdb.texinfo (Source Path): Document "set directories".
4156
f4b8a18d
KW
41572010-11-05 Ken Werner <ken.werner@de.ibm.com>
4158
4159 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4160 (OpenCL C): New node.
4161
7b51bc51
DE
41622010-11-02 Doug Evans <dje@google.com>
4163
4164 * gdb.texinfo (Pretty Printing): Expand into three sections,
4165 introduction, example, and commands.
4166 (Python API): Delete section Disabling Pretty-Printers, merge into
4167 Selecting Pretty-Printers.
4168 (Writing a Pretty-Printer): New section. Move the pretty-printer
4169 example here, and reformat to match python coding style. Add a second
4170 example using the gdb.printing module.
4171 (Python modules): Add gdb.printing.
4172
9eeee977
DE
41732010-10-29 Doug Evans <dje@google.com>
4174
4175 * gdb.texinfo (Python): Fix long line.
4176
a0e0ffdf
DE
41772010-10-20 Doug Evans <dje@google.com>
4178
4179 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4180 All references updated. Correct sections marked as subsections.
4181 (Coding Standards): New chapter. Move the coding standard related
4182 subsections here. Add section on Python coding standards.
4183
0e3509db
DE
41842010-10-13 Doug Evans <dje@google.com>
4185
4186 * gdb.texinfo (Python): Add "Python modules".
4187 (Types in Python): Add reference to gdb.types section.
4188 (Python modules): New node.
4189
44592cc4
DE
41902010-10-11 Doug Evans <dje@google.com>
4191
4192 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4193 Python" from gdb.Value.type description.
4194
6e1bb179
JB
41952010-09-28 Joel Brobecker <brobecker@adacore.com>
4196
4197 * gdb.texinfo (Ravenscar Profile): New node.
4198
e8467610
TT
41992010-09-22 Tom Tromey <tromey@redhat.com>
4200
4201 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4202
fccd1d1e
EZ
42032010-09-22 Eli Zaretskii <eliz@gnu.org>
4204
4205 * gdb.texinfo (Values From Inferior): Clarify that
4206 value.dynamic_type works only in C++ programs with RTTI.
4207
c1b6b909
TT
42082010-09-15 Paul Bolle <pebolle@tiscali.nl>
4209
4210 * gdb.texinfo (Character Sets): Correctly reference host-charset
4211 in example.
4212
7d288aaa
TT
42132010-09-13 Tom Tromey <tromey@redhat.com>
4214
4215 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4216 Document "fullname" and "from".
4217
f75d858b
MK
42182010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4219
4220 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4221 feature `reverse' output by -list-target-features.
4222
83b9503b
L
42232010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4224
4225 * gdb.texinfo (i386 Features): Remove an extra "@item".
4226
03f17ccf
TT
42272010-08-30 Tom Tromey <tromey@redhat.com>
4228
4229 PR python/11792:
4230 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4231
9779414d
DJ
42322010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4233
4234 * gdb.texinfo (ARM Features): Document
4235 org.gnu.gdb.arm.m-profile.
4236
f9ffd4bb
TT
42372010-08-23 Tom Tromey <tromey@redhat.com>
4238
4239 PR python/11145:
4240 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4241 reinterpret_cast methods.
4242
702c2711
TT
42432010-08-23 Tom Tromey <tromey@redhat.com>
4244
4245 PR python/11915:
4246 * gdb.texinfo (Types In Python): Document array method.
4247
66b73624
TJB
42482010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4249
4250 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4251
06a64a0b
TT
42522010-08-16 Tom Tromey <tromey@redhat.com>
4253
4254 * gdb.texinfo (Set Watchpoints): Document -location option.
4255
a3a7127e
DE
42562010-08-13 Doug Evans <dje@google.com>
4257
4258 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4259
8dedea02
VP
42602010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4261
4262 * gdb.texinfo (GDB/MI Data Manipulation): Document
4263 -data-read-memory-raw and -data-write-memory-raw.
4264
ca5c20b6 42652010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 4266 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
4267
4268 * gdb.texinfo (Basic Python): Describe post_event API.
4269
cb2e07a6
PM
42702010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4271
4272 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 4273 decode_line Python APIs
cb2e07a6 4274
464b3efb
TT
42752010-08-10 Tom Tromey <tromey@redhat.com>
4276
4277 * gdb.texinfo (Pretty Printing API): Document
4278 gdb.default_visualizer.
4279
c29c521f
TT
42802010-08-10 Tom Tromey <tromey@redhat.com>
4281
4282 Revert gdb-add-index addition:
4283 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4284
5da1313b
JK
42852010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4286 Eli Zaretskii <eliz@gnu.org>
4287
4288 * gdb.texinfo (Mode Options) <-batch>
4289 (Basic Python) <gdb.execute>: Describe setting width and height.
4290
02d868e8
PP
42912010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4292
4293 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4294
c2bbed2a
TT
42952010-07-30 Tom Tromey <tromey@redhat.com>
4296
4297 * gdb.texinfo (Index Files): Mention gdb-add-index.
4298
6c13bbe1
HZ
42992010-07-30 Hui Zhu <teawater@gmail.com>
4300
4301 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4302 "detach inferior" and "kill inferior".
4303
53a71c06
CR
43042010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4305
4306 * gdb.texinfo (Machine Code): Update description of two forms of
4307 arguments, and add new example to demonstrate the new form.
4308
5374244e
PM
43092010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4310
4311 * gdb.texinfo (Values From Inferior): Add value inferior function
4312 call description.
4313
8ea5bce5
JK
43142010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4315
4316 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4317
c0edd9ed
JK
43182010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4319 Eli Zaretskii <eliz@gnu.org>
4320
4321 Make core files the process_stratum.
4322 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4323 record_stratum example.
4324
9291a0cd
TT
43252010-07-13 Tom Tromey <tromey@redhat.com>
4326
4327 * gdb.texinfo (Index Files): New node.
4328
f5011d11
TT
43292010-07-13 Tom Tromey <tromey@redhat.com>
4330
4331 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4332
0f5238ed
TT
43332010-07-13 Tom Tromey <tromey@redhat.com>
4334
4335 * gdb.texinfo (Specify Location): Document labels.
4336
74c761c1
PA
43372010-07-01 Pedro Alves <pedro@codesourcery.com>
4338
4339 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4340 entries for fast tracepoints and static tracepoints.
4341
501994c0
PA
43422010-07-01 Pedro Alves <pedro@codesourcery.com>
4343
4344 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4345 qsThreadInfo>: Spell out `l' as ell.
4346
0fb4aa4b
PA
43472010-07-01 Pedro Alves <pedro@codesourcery.com>
4348
4349 * gdb.texinfo (Convenience Variables): Document $_sdata.
4350 (Commands to Set Tracepoints): Describe static tracepoints. Add
4351 `Listing Static Tracepoint Markers' menu entry. Document
4352 "strace".
4353 (Tracepoint Action Lists): Document collecting $_sdata.
4354 (Listing Static Tracepoint Markers): New subsection.
4355 (Tracepoints support in gdbserver): Mention static tracepoints.
4356 (remote packets, enabling and disabling): Mention
4357 read-sdata-object.
4358 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4359 and StaticTracepoint.
4360 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4361 Document qXfer:sdata:read.
4362 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4363
dc3b15be
JB
43642010-06-29 Joel Brobecker <brobecker@adacore.com>
4365
4366 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4367
595939de
PM
43682010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4369 Tom Tromey <tromey@redhat.com>
4370 Thiago Jung Bauermann <bauerman@br.ibm.com>
4371
4372 * gdb.texinfo (Inferiors In Python): New node.
4373 * gdb.texinfo (Threads In Python): New node.
4374
9279c692
JB
43752010-06-28 Joel Brobecker <brobecker@adacore.com>
4376
4377 * gdb.texinfo (Python): Document what the python directory is
4378 and what its location is.
4379 (Basic Python): Document the gdb.PYTHONDIR constant.
4380
bc9f0842
TT
43812010-06-25 Tom Tromey <tromey@redhat.com>
4382
4383 PR python/10808:
4384 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4385
f1421989
HZ
43862010-06-24 Hui Zhu <teawater@gmail.com>
4387
4388 * gdb.texinfo: (Commands for Controlled Output): Add
4389 documentation for command "eval".
4390
e4c0cfae
SS
43912010-06-21 Stan Shebs <stan@codesourcery.com>
4392
4393 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4394 * annotate.texinfo: Ditto.
4395 * gdbint.texinfo: Ditto.
4396 * stabs.texinfo: Ditto.
4397
bb08c432
HZ
43982010-06-22 Hui Zhu <teawater@gmail.com>
4399
4400 * gdb.texinfo: (Process Record and Replay): Add documentation
4401 for command "set record memory-query".
4402
4f5d9f07
SS
44032010-06-21 Stan Shebs <stan@codesourcery.com>
4404
4405 * gdb.texinfo: Relicense under GFDL version 1.3.
4406 * annotate.texinfo: Relicense under GFDL version 1.3.
4407 * gdbint.texinfo: Relicense under GFDL version 1.3.
4408 * stabs.texinfo: Relicense under GFDL version 1.3.
4409 * fdl.texi: Update to version 1.3.
4410
6aed2dbc
SS
44112010-06-18 Stan Shebs <stan@codesourcery.com>
4412
a61408f8
SS
4413 * gdb.texinfo (Operating System Auxiliary Information): Describe
4414 "info os" when no arguments given.
4415
6aed2dbc
SS
4416 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4417 $_thread.
4418
24e933df
HZ
44192010-06-18 Hui Zhu <teawater@gmail.com>
4420
4421 * gdb.texinfo: (Process Record and Replay): Add documentation
4422 for commands "record save" and "record restore".
4423
65d79d4b
SDJ
44242010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4425
4426 * gdb.texinfo: Include information about the correct use
4427 of addresses in the `watch' command.
4428
d914c394
SS
44292010-06-11 Stan Shebs <stan@codesourcery.com>
4430
4431 * gdb.texinfo (Observer Mode): New section.
4432 (General Query Packets): Document QAllow.
889bf7c5 4433
967cf477
DE
44342010-06-04 Doug Evans <dje@google.com>
4435
4436 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4437
aaf4119b
DE
44382010-06-03 Doug Evans <dje@google.com>
4439
4440 * gdbint.texinfo (Coding): Add subsection on command names.
4441
9eae7c52
TT
44422010-06-02 Tom Tromey <tromey@redhat.com>
4443
4444 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4445 always-disassemble.
4446
fa593d66
PA
44472010-06-01 Pedro Alves <pedro@codesourcery.com>
4448
4449 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4450 gdbserver, and add cross reference.
4451 (Tracepoints support in gdbserver): New subsection.
4452
dde08ee1
PA
44532010-05-26 Pedro Alves <pedro@codesourcery.com>
4454
4455 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4456 `qRelocInsn' feature.
4457 (Relocate instruction reply packet): New subsection
4458 of `Tracepoint Packets'.
4459 (Tracepoint Packets): Mention that packets QTDP and QTStart
4460 support the qRelocInsn request, and add cross reference to new
4461 subsection.
4462
07ca107c
DE
44632010-05-25 Doug Evans <dje@google.com>
4464
4465 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4466 (Commands In Python): Document gdb.string_to_argv.
4467
c25c4a8b
JK
44682010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4469
4470 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4471 ATTR_NORETURN.
4472
d7b32ed3 44732010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
4474 Tom Tromey <tromey@redhat.com>
4475 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 4476
c25c4a8b 4477 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 4478
6aecb9c2
JB
44792010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4480
4481 * gdb.texinfo: (Summary) Add mention about D language support.
4482 (Filenames): Add D suffixes.
4483 (D): New node.
4484
b7da9e9f
PM
44852010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4486
4487 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4488 of macro deleted from GDB code.
4489
ab38a727
PA
44902010-04-24 Pedro Alves <pedro@codesourcery.com>
4491
4492 * gdb.texinfo (Commands to specify files): Describe what how GDB
4493 looks up DOS-based filesystem paths on the system root. Document
4494 the new `set/show target-file-system-kind' commands.
4495
66d09542
DE
44962010-04-23 Doug Evans <dje@google.com>
4497
4498 * gdb.texinfo (Python): Move Auto-loading section here ...
4499 (Python API): from here.
4500 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4501 (Maintenance Commands): Add docs for "maint print section-scripts".
4502
8bd10a10
CM
45032010-04-20 Chris Moller <cmoller@redhat.com>
4504
4505 * gdb.texinfo (Setting Breakpoints): Added description of
4506 filename-qualified rbreak.
4507 * refcard.tex (Breakpoints and Watchpoints): Added brief
4508 description of filename-qualified rbreak.
4509
4c374409
JK
45102010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4511
4512 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4513 (Python API): Change the reference to Pretty Printing API.
4514 (Pretty Printing): Move the user part under the Data node. Reformat
4515 the sample output to 72 columns. Create a new reference to Pretty
4516 Printing API. Rename the API part ...
4517 (Pretty Printing API): To a new node name.
4518 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4519 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4520
5a9351ae
SS
45212010-04-21 Stan Shebs <stan@codesourcery.com>
4522
4523 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 4524 and commands.
5a9351ae 4525 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 4526
9a22f0d0
PM
45272010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4528
4529 * gdb.texinfo (Examining memory): Update for change in string
4530 display with explicit size.
4531
6149aea9
PA
45322010-04-19 Pedro Alves <pedro@codesourcery.com>
4533
4534 PR breakpoints/8554.
4535
4536 * gdb.texinfo (Save Breakpoints): New node.
4537 (save-tracepoints): Rename to ...
4538 (save tracepoints): ... this. Mention that `save-tracepoints' is
4539 a deprecated alias to `save tracepoints'.
4540
711e434b
PM
45412010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4542
645797a8 4543 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
4544 (info w32 thread-information-block): Document new command.
4545 (qGetTIBAddress): Document new gdbserver query.
4546 (maint set/show show-all-tib): Document new command.
4547
3f7b2faa
DE
45482010-04-15 Doug Evans <dje@google.com>
4549
fa33c3cd
DE
4550 * gdb.texinfo (Python API): Add progspaces section.
4551 (Selecting Pretty-Printers): Progspace pretty-printers are
4552 searched too.
4553 (Progspaces In Python): New section.
4554
3f7b2faa
DE
4555 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4556
79f283fe
PM
45572010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4558
4559 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4560 returns None.
4561
87290684
SS
45622010-04-09 Stan Shebs <stan@codesourcery.com>
4563
4564 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4565 Describe the `frames-created' field, tweak grammar.
4566
a97153c7
PA
45672010-04-09 Pedro Alves <pedro@codesourcery.com>
4568
4569 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4570 Describe the `circular' and `disconnected' fields.
4571
5c5dcc1b
L
45722010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4573
4574 * gdb.texinfo (maint print registers): Mention unavailable and
4575 invisible registers.
4576
adc36818
PM
45772010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4578 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 4579 Tom Tromey <tromey@redhat.com>
adc36818
PM
4580
4581 * gdb.texinfo (Breakpoints In Python): New Node.
4582
33da3f1c
SS
45832010-04-08 Stan Shebs <stan@codesourcery.com>
4584
4585 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4586 trace status fields.
4587
3a13a53b
L
45882010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4589
4590 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4591 optional. Make org.gnu.gdb.i386.avx requires
4592 org.gnu.gdb.i386.avx.
4593
08001717
DE
45942010-04-08 Doug Evans <dje@google.com>
4595
4596 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4597 search path, and document that gdb only scans the search path if
4598 the script's path doesn't specify a directory.
4599
c375651d
DE
46002010-04-05 Doug Evans <dje@google.com>
4601
4602 * gdb.texinfo (maint show python auto-load): Fix typo.
4603
af54718e
SS
46042010-04-04 Stan Shebs <stan@codesourcery.com>
4605
d77f58be
SS
4606 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4607 (Setting Watchpoints): Update description of "info watch".
4608 (Disabling Breakpoints): Only "info break" lists all.
4609
af54718e
SS
4610 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4611 (tdump): Explain how tdump works.
4612
86b17b60
PA
46132010-04-01 Pedro Alves <pedro@codesourcery.com>
4614
4615 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4616 add cross reference.
4617
ff12863f
PA
46182010-03-31 Pedro Alves <pedro@codesourcery.com>
4619
4620 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4621 commands error out.
4622
f68eb612
L
46232010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4624
4625 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4626
c8d5aac9
L
46272010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4628
4629 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4630
7d13fe92
SS
46312010-03-29 Stan Shebs <stan@codesourcery.com>
4632 Nathan Sidwell <nathan@codesourcery.com>
4633
4634 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4635 GDBN equivalent.
4636 (Set Tracepoints): Remove mention that conditional tracepoints
4637 don't exist.
4638 (Tracepoint Actions): Clarify when while-stepping collection
4639 happens, note that while-stepping does not automatically collect
4640 $pc.
4641
409873ef 46422010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 4643
409873ef
SS
4644 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4645 (General Query Packets): Describe TracepointSource.
4646
ee8e71d4
EZ
46472010-03-27 Matt Rice <ratmice@gmail.com>
4648
c8d5aac9
L
4649 * gdb.texinfo (ARM): Document arguments to "target sim".
4650 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 4651
99b5e152
PA
46522010-03-26 Pedro Alves <pedro@codesourcery.com>
4653
4654 * gdb.texinfo (Tracepoint Packets): Remove mention that
4655 terror:string may be plain text, and drop mention of X prefix.
4656
cd64ee31
VP
46572010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4658
4659 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4660
6c28cbf2
SS
46612010-03-24 Stan Shebs <stan@codesourcery.com>
4662
4663 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4664
95a42b64
TT
46652010-03-24 Tom Tromey <tromey@redhat.com>
4666
4667 PR breakpoints/9352:
4668 * gdb.texinfo (Break Commands): Update.
4669
18148017
VP
46702010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4671
4672 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4673 commands.
4674
4daf5ac0
SS
46752010-03-16 Stan Shebs <stan@codesourcery.com>
4676
4677 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4678 circular-trace-buffer.
4679 (Tracepoint Packets): Describe QTBuffer, and details of the
4680 qTStatus reply.
4681
c9429232
SS
46822010-03-12 Stan Shebs <stan@codesourcery.com>
4683 Nathan Sidwell <nathan@codesourcery.com>
4684
4685 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4686 doing instruction stepping.
4687 (Tracepoint Restrictions): New node.
4688
ccefe4c4
TT
46892010-03-10 Tom Tromey <tromey@redhat.com>
4690
4691 * gdbint.texinfo (Symbol Handling): Update.
4692
7c953934
TT
46932010-03-08 Tom Tromey <tromey@redhat.com>
4694
4695 PR cli/9591:
4696 * gdb.texinfo (Mode Options): Mention lack of pagination and
4697 confirmation with --batch.
4698 (Screen Size): Mention --batch.
4699 (Messages/Warnings): Likewise.
4700
f870a310
TT
47012010-03-05 Tom Tromey <tromey@redhat.com>
4702
4703 * gdb.texinfo (Basic Python): Document target_charset and
4704 target_wide_charset.
4705
78e2826b
TT
47062010-03-05 Tom Tromey <tromey@redhat.com>
4707
4708 * gdb.texinfo (Data): Link to pretty-printing.
4709 (Output Formats): Likewise. Correct text.
4710
f5dff777
DJ
47112010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4712
4713 * gdb.texinfo (Types): Describe <struct> and <flags>.
4714
dc00d89f
PM
47152010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4716
4717 * gdb.texinfo (Frames In Python): Add block parameter and
4718 description to read_var text.
4719
5107b149 47202010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 4721 Tom Tromey <tromey@redhat.com>
5107b149
PM
4722
4723 * gdb.texinfo (Types In Python): Describe block argument in
4724 template_argument and gdb.lookup_type.
4725
e03e5e7b
TT
47262010-02-24 Tom Tromey <tromey@redhat.com>
4727
4728 * gdb.texinfo (Cygwin Native): Fix typo.
4729
f3e9a817
PM
47302010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4731
4732 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4733 and select method descriptions.
4734 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4735 Tables in Python to menu.
4736 (Blocks In Python): New node.
4737 (Symbols In Python): New node.
4738 (Symbol Tables in Python): New node.
4739
a79b8f6e
VP
47402010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4741
4742 Multiexec MI
4743
4744 gdb/
4745 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4746
4747 gdb/doc/
4748 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4749 changes.
4750 (GDB/MI Program Execution): Document current behaviour of
4751 --all and --thread-group.
4752 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4753 -remove-inferior.
4754 * observer.texi (inferior_added, inferior_removed): New
4755 observers.
4756
629d6a47
TT
47572010-02-19 Tom Tromey <tromey@redhat.com>
4758
4759 * gdbint.texinfo (Getting Started): Fix @node.
4760 (Debugging GDB): Likewise.
4761
c09529e5
JB
47622010-02-13 Joel Brobecker <brobecker@adacore.com>
4763
4764 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4765 documenting the gdb_test_timeout variable.
4766
540aa8e7
MS
47672010-02-12 Jakob Engblom <jakob@virtutech.com>
4768
4769 * gdb.texinfo (MI commands): Added documentation of --reverse
4770 option to a set of MI commands. Restructured documentation of MI
4771 commands --exec-continue to reflect the complexity of reverse
4772 execution.
4773
081dfbf7
PA
47742010-02-12 Pedro Alves <pedro@codesourcery.com>
4775
4776 * gdb.texinfo (Using the Collected Data): Specify that the address
4777 range of `tfind outsize' is exclusive, and that the address range
4778 of `tfind range' is inclusive.
4779 (Tracepoint Packets): Specify that the address range of
4780 `QTFrame:range' is inclusive, and that the address range of
4781 `QTFrame:outside' is exclusive
4782
8e9c5e02
VP
47832010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4784
4785 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4786
92981e24
TT
47872010-02-10 Tom Tromey <tromey@redhat.com>
4788
4789 * gdb.texinfo (Debugging Output): Document set debug parser and
4790 show debug parser.
4791
075b51b7
L
47922010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4793
4794 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4795 i386_eflags and i386_mxcsr.
4796
3bb8d5c3
L
47972010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4798
4799 * gdb.texinfo: Document i386 target features.
4800
c5f80513
DE
48012010-02-05 Doug Evans <dje@google.com>
4802
4803 * gdbint.texinfo (Testsuite): Add a new section to document the
4804 various DejaGnu variables that may be overridden.
1be00882 4805 Document INTERNAL_GDBFLAGS.
c5f80513 4806
6ac33a4e
TT
48072010-02-04 Tom Tromey <tromey@redhat.com>
4808
4809 PR cli/8830:
4810 * gdb.texinfo (Files): -readnow comes before the filename for file
4811 and symbol-file.
4812
a1dcb23a
DJ
48132010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4814
4815 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4816 Document ARM breakpoint types.
4817 (Register Packet Format): Move into the new section.
4818 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4819
95433b34
JB
48202010-01-21 Joel Brobecker <brobecker@adacore.com>
4821
4822 * gdb.texinfo (File Options): Adjust the documentation of this
4823 switch to refer to the "source" command rather than partially
4824 duplicating some of the relevant information.
4825 (Extending GDB): Introduce and document the set/show script-extension
4826 setting.
4827 (Command Files): Add note explaining that the "source" command
4828 is also used to evalute scripts written in other languages.
4829 Remove the short slightly incorrect reference to sourcing Python
4830 scripts.
4831 (Python Commands): Document how to execute a Python script from GDB.
4832
8d576872
JB
48332010-01-19 Joel Brobecker <brobecker@adacore.com>
4834
4835 * gdb.texinfo (Command Files): Fix typo.
4836
8150ff9c
JB
48372010-01-18 Tom Tromey <tromey@redhat.com>
4838
4839 * gdb.texinfo (File Options): Document -x on .py files.
4840 (Command Files): Document handling of Python scripts.
4841
23db03a6
JZ
48422010-01-18 Jie Zhang <jie.zhang@analog.com>
4843
4844 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4845
00bf0b85
SS
48462010-01-15 Stan Shebs <stan@codesourcery.com>
4847
4848 * gdb.texinfo (Trace Files): New section.
4849 (Tracepoint Packets): Document QTSave and qTBuffer.
4850 (Trace File Format): New appendix.
4851
be759fcf
PM
48522010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4853
4854 * gdb.texinfo (Values From Inferior): Document lazy_string value
4855 method.
4856 (Python API): Add Lazy strings menu item.
4857 (Lazy Strings In Python): New node.
4858
dc146f7c
VP
48592010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4860
4861 * gdb.texinfo (GDB/MI Thread Information): New.
4862 (GDB/MI Async Records): Document the core field in *stopped.
4863 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4864 documentation
4865 (Process list): Document that osdata document may contain
4866 threads.
4867 (Remote Serial Protocol): Document qXfer:threads.
4868
d5551862
SS
48692010-01-06 Stan Shebs <stan@codesourcery.com>
4870
4871 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4872 disconnected tracing.
4873 (Tracepoint Packets): Document new protocol.
4874
7a697b8d
SS
48752010-01-05 Stan Shebs <stan@codesourcery.com>
4876
4877 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4878 tracepoints.
4879 (Tracepoint Packets): Describe remote protocol for fast
4880 tracepoints.
4881
e6f3ec50
JB
48822010-01-01 Joel Brobecker <brobecker@adacore.com>
4883
4884 Update the "Start of New Year Procedure".
4885 * gdbint.texinfo: Add the list of files that need to be updated
4886 manually. Minor reformatting.
4887
ddc4e9c1
JB
48882010-01-01 Joel Brobecker <brobecker@adacore.com>
4889
4890 * refcard.tex: Update copyright year in header and text.
4891
9d2897ad
JB
48922010-01-01 Joel Brobecker <brobecker@adacore.com>
4893
4894 * agentexpr.texi: Add 2010 to the list of copyright years.
4895 * annotate.texinfo: Likewise.
4896 * gdb.texinfo: Likewise.
4897 * gdbint.texinfo: Likewise.
4898 * observer.texi: Likewise.
4899 * stabs.texinfo: Likewise.
4900
6da95a67
SS
49012009-12-31 Stan Shebs <stan@codesourcery.com>
4902
4903 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 4904
236f1d4d
SS
49052009-12-29 Stan Shebs <stan@codesourcery.com>
4906
4907 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 4908
f61e138d
SS
49092009-12-28 Stan Shebs <stan@codesourcery.com>
4910
4911 * gdb.texinfo (Trace State Variables): New section.
4912 (Tracepoint Packets): Describe trace state variable packets.
4913 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4914 variable bytecodes.
4915
0fe7935b
DJ
49162009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4917
4918 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4919 declarations.
4920
a6b29f87
VP
49212009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4922
4923 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4924 -gdb-exit behaviour.
4925
5e4bde96
JB
49262009-12-20 Joel Brobecker <brobecker@adacore.com>
4927
4928 * gpl.texi: Update to version 3 of the GPL.
4929
a1715244
JB
49302009-12-20 Joel Brobecker <brobecker@adacore.com>
4931
4932 * Makefile.in: Update copyright header.
4933 * observer.texi: Fix the copyright header of the generated files.
4934
361ae042
PM
49352009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4936
4937 * gdb.texinfo (Types In Python): Describe range function.
4938
bfd31e71
PM
49392009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4940
4941 * gdb.texinfo (Types In Python): Describe "is_base_class".
4942
57a1d736
TT
49432009-12-03 Tom Tromey <tromey@redhat.com>
4944
4945 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4946
8cebebb9
PP
49472009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4948
4949 * observer.texi: New memory_changed observer.
4950
16af530a
TT
49512009-12-01 Tom Tromey <tromey@redhat.com>
4952
4953 * gdb.texinfo (Reverse Execution): Fix typo.
4954
b6199126
DJ
49552009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4956
4957 PR gdb/8704
4958
4959 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4960 are allowed after the breakpoint condition.
4961
7a6973ad
TT
49622009-11-23 Tom Tromey <tromey@redhat.com>
4963
4964 PR python/10782:
4965 * gdb.texinfo (Types In Python): Document Type.pointer.
4966
21a0512e
PP
49672009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4968
4969 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 4970
a5832c8f
PA
49712009-11-11 Pedro Alves <pedro@codesourcery.com>
4972
4973 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4974 (Using Agent Expressions): Delete cross reference.
4975
1eb7cd77
JB
49762009-11-07 Joel Brobecker <brobecker@adacore.com>
4977
4978 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4979 and @settitle directives up to help makeinfo find them.
4980
24ddea62
JK
49812009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4982
4983 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4984 (Auto-loading): Use plural and note one can use multiple components now.
4985
3afae151
VP
49862009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4987
4988 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4989 -stack-list-arguments have the same documentation for parameter
4990 as -stack-list-locals. Add comas.
4991
14ff2235
PM
49922009-10-27 Tom Tromey <tromey@redhat.com>
4993 Eli Zaretskii <eliz@gnu.org>
4994
c8d5aac9 4995 PR python/10781
14ff2235
PM
4996
4997 * gdb.texinfo (Values From Inferior): Document cast method.
4998
9c419145
PP
49992009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5000
5001 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5002 and adjust example.
889bf7c5 5003
29153c24
MS
50042009-10-22 Michael Snyder <msnyder@vmware.com>
5005
5006 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 5007 info record command. Also document the new save and restore
29153c24
MS
5008 commands.
5009
2b28d209
PP
50102009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5011
5012 * gdb.texinfo (Machine Code): Mention current pc marker.
5013 (Memory): Likewise.
5014
6c95b8df
PA
50152009-10-19 Pedro Alves <pedro@codesourcery.com>
5016 Stan Shebs <stan@codesourcery.com>
5017
5018 * observer.texi (new_inferior): Rename to...
5019 (inferior_appeared): ... this.
5020
5021 * gdb.texinfo (Inferiors): Rename node to ...
5022 (Inferiors and Programs): ... this. Mention running multiple
5023 programs in the same debug session.
5024 <info inferiors>: Mention the new 'Executable' column if "info
5025 inferiors". Update examples. Document the "add-inferior",
5026 "clone-inferior", "remove-inferior" and "maint info
5027 program-spaces" commands.
5028 (Process): Rename node to...
5029 (Forks): ... this. Document "set|show follow-exec-mode".
5030
2f8132f3
MS
50312009-10-11 Michael Snyder <msnyder@vmware.com>
5032
5033 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5034 (ReverseContinue): Ditto.
5035
cba4b2d3
PP
50362009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5037
5038 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 5039
da082f17
JK
50402009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5041
5042 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5043
08be9d71
ME
50442009-10-06 Michael Eager <eager@eagercon.com>
5045
5046 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5047 (Embedded Processors): Add MicroBlaze.
5048 (MicroBlaze): New. Describe Xilinx MicroBlaze
5049
08a0efd0
PA
50502009-10-04 Pedro Alves <pedro@codesourcery.com>
5051
5052 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5053
cbb8f428
EZ
50542009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5055
5056 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5057
30a4a70c
JB
50582009-09-23 Joel Brobecker <brobecker@adacore.com>
5059
5060 * observer.texi (solib_unloaded): Document explicitly the fact that
5061 this observer is called before the associated symbols are unloaded.
5062
b3372f91
VP
50632009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5064
5065 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5066 -stack-list-variables.
5067
f43030c4
TT
50682009-09-18 Tom Tromey <tromey@redhat.com>
5069
5070 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5071 is experimental.
5072
ec7e75e7
PP
50732009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5074
5075 * gdb.texinfo (convenince variables): Mention
5076 $_siginfo could be empty.
f43030c4 5077
0cc7d26f
TT
50782009-09-15 Tom Tromey <tromey@redhat.com>
5079
5080 * gdb.texinfo (GDB/MI Variable Objects): Document
5081 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5082 Expand -var-update documentation.
5083
a96d9b2e
SDJ
50842009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5085
5086 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5087 feature.
5088
005ca36a
JB
50892009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5090
5091 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5092
0d772ac9
MS
50932009-09-10 Michael Snyder <msnyder@vmware.com>
5094
5095 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5096 ReverseStep replies to the qSupported query.
5097
14fb1bac
JB
50982009-09-10 Joel Brobecker <brobecker@adacore.com>
5099
5100 Add documentation for set/show interactive-mode.
5101 * gdb.texinfo (Other Misc Settings): New node.
5102
29b090c0
DE
51032009-09-01 Doug Evans <dje@google.com>
5104
5105 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5106 non-stop mode's affect on remote caching.
5107
4e5d721f
DE
51082009-08-31 Jacob Potter <jdpotter@google.com>
5109 Doug Evans <dje@google.com>
5110
5111 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5112 Mark `set/show remotecache' options as obsolete.
5113 Document new `set/show stack-cache' option.
5114 Update text for `info dcache'.
5115
55333a84
DE
51162009-08-27 Doug Evans <dje@google.com>
5117
5118 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5119 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5120
bc3a0b4d
RW
51212009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5122
5123 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5124 about autoconf.
5125
3a1ff0b6
PA
51262009-08-25 Pedro Alves <pedro@codesourcery.com>
5127
5128 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5129 small example, and describe its columns. Replace "inferior-id" by
5130 "infno" throughout.
5131
81ecdfbb
RW
51322009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5133
af542c2e
RW
5134 * gdbint.texinfo (Releasing GDB): Point to
5135 README-maintainer-mode file for required autoconf version.
5136 * configure.ac: Do not substitute datarootdir, htmldir,
5137 pdfdir, docdir. Do not process --with-datarootdir,
5138 --with-htmldir, --with-pdfdir, --with-docdir.
5139 * configure: Regenerate.
5140
81ecdfbb
RW
5141 * configure: Regenerate.
5142
4efc6507
DE
51432009-08-20 Reid Kleckner <reid@kleckner.net>
5144
5145 * gdb.texinfo: Add chapter on JIT interface.
5146
43089a6e
NR
51472009-08-07 Nick Roberts <nickrob@snap.net.nz>
5148
5149 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 5150 confirmation request.
43089a6e 5151
99e008fe
EZ
51522009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5153
c8d5aac9
L
5154 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5155 CRC definitions.
99e008fe 5156
48cb2d85
VP
51572009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5158
5159 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 5160 -break-commands.
48cb2d85 5161
ff1a52c6
UW
51622009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5163
5164 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5165 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5166
3285f3fe
UW
51672009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5168
5169 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5170 "set spu stop-on-load" and "show spu stop-on-load" commands.
5171
e35359c5
UW
51722009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5173
5174 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5175
58d6951d
DJ
51762009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5177
5178 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5179 org.gnu.gdb.arm.neon.
5180
08d16641
PA
51812009-07-20 Pedro Alves <pedro@codesourcery.com>
5182
5183 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5184 optional element.
5185 (subsection OS ABI): New subsection.
5186
782b2b07
SS
51872009-07-14 Stan Shebs <stan@codesourcery.com>
5188
5189 * gdb.texinfo (Tracepoint Conditions): New section.
5190 (General Query Packets): Describe ConditionalTracepoints.
5191 (Tracepoint Packets): Describe condition field.
5192 (Maintenance Commands): Describe maint agent-eval.
5193 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5194
9b117ef3
HZ
51952009-07-11 Hui Zhu <teawater@gmail.com>
5196
5197 * gdb.texinfo (disassemble): Add a new modifier /r
5198 to "disassemble" command to make it print the raw instructions
5199 in hex as well as in symbolic form.
5200
f5a33284
TT
52012009-07-09 Tom Tromey <tromey@redhat.com>
5202
5203 * gdbint.texinfo (Testsuite): Document parallel make check.
5204
812f7342
TT
52052009-07-09 Tom Tromey <tromey@redhat.com>
5206
5207 * gdbint.texinfo (Testsuite): Document test transcripts.
5208
fbb8f299
PM
52092009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5210
5211 * gdb.texinfo (Values From Inferior): Add length parameter
5212 description.
5213
dd8f35ac
EZ
52142009-07-04 Chris Genly <chris@genly.us>
5215
5216 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5217 in -var-list-children. Fix example according to what the code
5218 does.
5219
2277426b
PA
52202009-07-02 Pedro Alves <pedro@codesourcery.com>
5221
5222 * gdb.texinfo (Debugging multiple inferiors): Document the
5223 "inferior", "detach inferior" and "kill inferior" commands.
5224 (Debugging Programs with Multiple Processes): Adjust to mention
5225 generic "inferior" commands. Delete mention of "detach fork" and
5226 "delete fork". Cross reference to "Debugging multiple inferiors"
5227 section.
5228
a6d9a66e
UW
52292009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5230
5af949e3
UW
5231 * gdbint.texinfo (Item Output Functions): Update signature
5232 for ui_out_field_core_addr.
5233
52342009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5235
5236 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
5237 Update example code extrated from breakpoint.c.
5238
9901a55b 52392009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 5240
9901a55b
PP
5241 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5242 MI commands.
5243 (GDB/MI Symbol Query): Likewise.
5244 (GDB/MI File Commands): Likewise.
5245 (GDB/MI File Transfer Commands): Likewise.
5246 (GDB/MI Target Manipulation): Likewise.
5247 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 5248
edb3359d
DJ
52492009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5250
5251 * gdb.texinfo (Debugging Optimized Code): New chapter.
5252 (Compiling for Debugging): Reference it. Move some
5253 text to the new section.
5254
7cd1089b
PM
52552009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5256
5257 * doc/gdb.texinfo (Calling): Document
5258 set-unwind-on-terminating-exception usage.
5259
d4db2f36
PA
52602009-06-11 Pedro Alves <pedro@codesourcery.com>
5261
5262 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5263 command.
5264
d1a7880c
PA
52652009-06-07 Pedro Alves <pedro@codesourcery.com>
5266
5267 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5268 references.
5269
473f94e6
UW
52702009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5271
5272 * gdbint.texinfo: Rename formal parameters to gdbarch function
5273 protoypes from "current_gdbarch" to "gdbarch".
5274
8f500870
TT
52752009-05-28 Tom Tromey <tromey@redhat.com>
5276
5277 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5278
b6313243
TT
52792009-05-27 Tom Tromey <tromey@redhat.com>
5280
5281 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5282 feature.
5283 (GDB/MI Variable Objects): Document -var-set-visualizer.
5284
52852009-04-02 Tom Tromey <tromey@redhat.com>
5286
5287 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5288 feature.
5289 (GDB/MI Variable Objects): Document -var-set-visualizer.
5290
a6bac58e
TT
52912009-05-27 Tom Tromey <tromey@redhat.com>
5292 Thiago Jung Bauermann <bauerman@br.ibm.com>
5293 Phil Muldoon <pmuldoon@redhat.com>
5294
5295 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5296 (Pretty Printing): New node.
5297 (Selecting Pretty-Printers): Likewise.
5298 (Python API): Update.
5299 (Output Formats): Document /r format.
5300
2c74e833
TT
53012009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5302 Tom Tromey <tromey@redhat.com>
5303
5304 * gdb.texinfo (Types In Python): New node.
5305 (Values From Inferior): "type" is now an attribute.
5306 (Python API): Update.
5307
89c73ade
TT
53082009-05-27 Tom Tromey <tromey@redhat.com>
5309 Thiago Jung Bauermann <bauerman@br.ibm.com>
5310 Phil Muldoon <pmuldoon@redhat.com>
5311
5312 * gdb.texinfo: Add @syncodeindex for `tp'.
5313 (Python API): Update.
5314 (Auto-loading): New node.
5315 (Objfiles In Python): New node.
5316
17a37d48
PP
53172009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5318
5319 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 5320
6718376f
NR
53212009-05-15 Nick Roberts <nickrob@snap.net.nz>
5322
5323 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5324
cbe54154
PA
53252009-05-12 Pedro Alves <pedro@codesourcery.com>
5326
5327 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5328 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5329 show show-debug-regs' docs.
5330
8e05493c
EZ
53312009-05-08 Eli Zaretskii <eliz@gnu.org>
5332
5333 * gdb.texinfo (Process Record and Replay): Add description of
5334 reverse execution.
5335
b39f4988
JB
53362009-05-07 Joel Brobecker <brobecker@adacore.com>
5337
5338 * gdbint.texinfo (Adding support for debugging core files): New node.
5339 (Native Debugging): Remove the ``Native core file Support'' section.
5340
a2311334
EZ
53412009-05-01 Eli Zaretskii <eliz@gnu.org>
5342
5343 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5344 Add index entries.
5345
53cc454a 53462009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 5347 Michael Snyder <msnyder@vmware.com>
53cc454a 5348
a2311334
EZ
5349 * gdb.texinfo: (Process Record and Replay): Add documentation for
5350 process record and replay.
53cc454a 5351
484086b7
JK
53522009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5353
5354 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5355 a new part on command-line defined macros.
5356
32ae1842
EZ
53572009-04-25 Eli Zaretskii <eliz@gnu.org>
5358
5359 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5360 clarify the wording.
5361
b14b1491
TT
53622009-04-23 Tom Tromey <tromey@redhat.com>
5363
5364 * gdb.texinfo (Data Files): New node.
5365 (GDB Files): Update menu.
5366
5c1e86e1
JB
53672009-04-23 Joel Brobecker <brobecker@adacore.com>
5368
5369 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 5370 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 5371
83eba9b7
VP
53722009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5373
5374 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5375
e31198c4
HZ
53762009-04-22 Hui Zhu <teawater@gmail.com>
5377
5378 * gdb.texinfo (disassemble-next-line): Set the default of
5379 disassemble-next-line to off.
5380
26e251b6
JM
53812009-04-21 Joseph Myers <joseph@codesourcery.com>
5382
5383 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5384 --with-htmldir): New.
5385 * configure: Regenerate.
5386 * Makefile.in (datarootdir, docdir): Define.
5387 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5388 instead of $(SET_TEXINPUTS).
5389 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5390 gdbint.info instead of $(SET_TEXINPUTS).
5391 (gdbint/index.html): Use same -I options as for building
5392 gdbint.info.
5393 (stabs.dvi, stabs.pdf): Use same -I options as for building
5394 stabs.info instead of $(SET_TEXINPUTS).
5395 (stabs/index.html): Use same -I options as for building
5396 stabs.info.
5397 (annotate.dvi, annotate.pdf): Use same -I options as for building
5398 annotate.info instead of $(SET_TEXINPUTS).
5399 (annotate/index.html): Use same -I options as for building
5400 annotate.info.
5401
eac35c4e
DD
54022009-04-21 David Daney <ddaney@caviumnetworks.com>
5403
5404 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5405
29b0e8a2
JM
54062009-04-21 Joseph Myers <joseph@codesourcery.com>
5407
5408 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5409
2b831889 54102009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 5411 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
5412
5413 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5414 (MAKEHTMLFLAGS): Set to empty.
5415 (html__strip_dir): Define.
5416 (HTMLFILES): Define.
5417 (HTMLFILES_INSTALL): Define.
5418 (install-html): Copy new automake rule.
5419 (html): Depend on $(HTMLFILES).
5420 (gdb_toc.html): Rename to gdb/index.html.
5421 (gdbint_toc.html): Rename to gdbint/index.html.
5422 (stabs_toc.html): Rename to stabs/index.html.
5423 (annotate_toc.html): Rename to annotate/index.html.
5424
89a34d1b
JM
54252009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5426
5427 * Makefile.in: Set pdfdir and htmldir from configure
5428 substitutions.
5429 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5430 * configure: Regenerate.
5431
a2d5da46
JB
54322009-04-16 Joel Brobecker <brobecker@adacore.com>
5433
5434 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5435 This macro is no longer used.
5436
732f6a93
TT
54372009-04-15 Tom Tromey <tromey@redhat.com>
5438
5439 * gdb.texinfo (Character Sets): Document default character set.
5440
87f9adc1
PM
54412009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5442
5443 * gdbint.texinfo: Change server name from sources.redhat.com to
5444 sourceware.org throughout.
5445
2c88c651
JB
54462009-04-09 Joel Brobecker <brobecker@adacore.com>
5447
5448 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5449 about a missing dot or coma after @xref.
5450
4f5376b2
JB
54512009-04-02 Joel Brobecker <brobecker@adacore.com>
5452
5453 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5454 example, and add a small explanation about it.
5455 (Print Settings): Change the documentation of the "set print
5456 frame-arguments" to reflect the fact that the default is now "scalars".
5457
a0381d3a
JB
54582009-04-02 Joel Brobecker <brobecker@adacore.com>
5459
5460 * gdb.texinfo (Print Settings): Add kindex for command "set
5461 print frame-arguments".
5462
45ac276d
JB
54632009-03-31 Joel Brobecker <brobecker@adacore.com>
5464
5465 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5466 breakpoints.
5467 (Set Breaks): Add reference to thread-specific and task-specific
5468 breakpoints.
5469
32cd1edc
JB
54702009-03-31 Joel Brobecker <brobecker@adacore.com>
5471
5472 * gdb.texinfo (Ada Tasks): Remove the documentation about
5473 the "Running" state, as this state has been eliminated.
5474 Now all runnable tasks are shown as "Runnable".
5475
1042e4c0
SS
54762009-03-30 Stan Shebs <stan@codesourcery.com>
5477
5478 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5479 special case of breakpoints.
5480 (Enable and Disable Tracepoints): Mention deprecation.
5481 (Listing Tracepoints): Update description and example.
5482
f8f6f20b
TJB
54832009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5484
5485 * gdb.texinfo (Frames in Python): New node.
5486 (Python API): Update.
5487
c0c6f777
TJB
54882009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5489
5490 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5491 from a method to an attribute.
5492
def2b000
TJB
54932009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5494
5495 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5496 attribute.
5497
a07daef3
PA
54982009-03-25 Pedro Alves <pedro@codesourcery.com>
5499
5500 * observer.texi (thread_exit): Add "silent" parameter.
5501
f3b1572e
PA
55022009-03-22 Pedro Alves <pedro@codesourcery.com>
5503
5504 * observer.texi (about_to_proceed): New.
5505
587afa38
EZ
55062009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5507
5508 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5509 field throughout to handle types with spaces in them. Fix typos
5510 found by aspell.
5511 (Summary, Requirements, Contributors): New first chapter,
5512 "Summary" added, old Requirements section moved there, and new
5513 section, "Contributors" added.
5514 (Initializing a New Architecture, Register Representation)
5515 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5516 (Porting gdb): These sections extended and updated.
5517 (Compiler Characteristics): This section (empty) deleted.
5518 (Defining Other Architecture Features): This section renamed and
5519 duplicate material removed from (formerly "Target Conditionals").
5520 Use braces {} in @deftypeXX type field throughout to handle types
5521 with spaces in them. Typos found by aspell fixed.
5522
5523 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5524 * stack_frame.pdf: Version of image for PDF output.
5525 * stack_frame.png: Version of image for HTML output and for Emacs.
5526 * stack_frame.txt: Version of image for Info output.
1db61298 5527 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 5528
10af6951
EZ
55292009-03-21 Eli Zaretskii <eliz@gnu.org>
5530
5531 * gdb.texinfo (Character Sets): Fix last change.
5532
cc924cad
TJB
55332009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5534
5535 * gdb.texinfo (Values From Inferior): Fix optional arguments
5536 markup.
5537 (Commands In Python): Adjust argument names of gdb.Command.__init__
5538 to what the function accepts as keywords.
5539
bc3b79fd
TJB
55402008-03-20 Tom Tromey <tromey@redhat.com>
5541
5542 * gdb.texinfo (Convenience Vars): Document convenience functions.
5543 (Functions In Python): New node.
5544 (Python API): Update.
5545
6c7a06a3
TT
55462009-03-20 Tom Tromey <tromey@redhat.com>
5547
5548 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5549 set target-wide-charset.
5550 (Requirements): Mention iconv.
5551
b646ddd4
HZ
55522009-03-17 Hui Zhu <teawater@gmail.com>
5553
5554 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5555
91440f57
HZ
55562009-03-17 Hui Zhu <teawater@gmail.com>
5557
5558 * gdb.texinfo: Add documentation for disassemble-next-line.
5559
8fd41227
TJB
55602009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5561
5562 * gdb.texinfo (Commands In Python): Remove tindex entries.
5563
61ff14c6
JK
55642009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5565
5566 * gdb.texinfo (Returning): New description for missing debug info.
5567
0b16c5cf
PA
55682009-03-14 Pedro Alves <pedro@codesourcery.com>
5569
5570 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 5571 (General Query Packets): Document qAttached.
0b16c5cf 5572
32fc0df9
PA
55732009-03-05 Pedro Alves <pedro@codesourcery.com>
5574
5575 * gdb.texinfo (Background Execution): Better describe the set
5576 target-async command.
5577 (Maintenance Commands): Delete description of the `maint set/show
5578 linux-async' and `maint set/show remote-async' commands.
5579
134eb42c
VP
55802009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5581
5582 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5583 between sentences.
5584
c86cf029
VP
55852009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5586
5587 * gdb.texinfo (GDB/MI Async Records): Document the
5588 =library-loaded and =library-unloaded notifications.
5589
3ea85240
VP
55902009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5591
5592 * observer.texi (test_notification): New observer.
5593
1d33d6ba
VP
55942009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5595
61ff14c6
JK
5596 * observer.texi: Add parameter 'print_frame' to normal_stop
5597 observer.
1d33d6ba 5598
d721c933
EZ
55992009-02-07 Eli Zaretskii <eliz@gnu.org>
5600
5601 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5602 (Commands In Python): Fix COMMAND_* constants in last change. Use
5603 @kbd for interactive input. Add cross-references and index
5604 entries.
5605
4aa995e1
PA
56062009-02-06 Pedro Alves <pedro@codesourcery.com>
5607
5608 * gdb.texinfo (Signals): Document $_siginfo.
5609 (Convenience Variables): Mention $_siginfo.
5610 (Remote Configuration): Document qXfer:siginfo:read,
5611 qXfer:siginfo:write packets, and the read-siginfo-object,
5612 write-siginfo-object commands.
5613
5f5233d4
PA
56142009-02-06 Pedro Alves <pedro@codesourcery.com>
5615
5616 * gdbint.texinfo (Values): New chapter.
5617
d8906c6f
TJB
56182009-02-06 Tom Tromey <tromey@redhat.com>
5619
5620 * gdb.texinfo (Python API): Add entry for Commands In Python.
5621 (Commands In Python): New node.
5622
b6cb8e7d
TJB
56232009-02-05 Tom Tromey <tromey@redhat.com>
5624
5625 * gdb.texinfo (Values From Inferior): Document Value.string.
5626
12453b93
TJB
56272009-02-05 Tom Tromey <tromey@redhat.com>
5628
5629 * gdb.texinfo (Basic Python): Document execute's from_tty
5630 argument.
5631
08c637de
TJB
56322009-02-04 Tom Tromey <tromey@redhat.com>
5633
5634 * gdb.texinfo (Basic Python): Document gdb.history.
5635
592375cd
VP
56362009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5637
5638 * gdb.texinfo (GDB/MI Thread Commands): Document the
5639 'current-thread-id' field. Remove the example with zero threads,
5640 since current GDB won't ever report that if there's inferior.
5641
41447f92
VP
56422009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5643
5644 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5645 option to -break-insert.
5646
098b41a6
JG
56472009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5648 Jerome Guitton <guitton@adacore.com>
5649
5650 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5651 (System-wide configuration): New section.
5652
3c16cced
PA
56532009-01-26 Pedro Alves <pedro@codesourcery.com>
5654
5655 PR gdb/7580:
5656 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5657 internal-error|internal-warning quit|corefile ask|yes|no".
5658
62709adf
PA
56592009-01-26 Pedro Alves <pedro@codesourcery.com>
5660
5661 * gdb.texinfo (Using the `gdbserver' Program): Document
5662 --remote-debug.
5663
7ce58dd2
DE
56642009-01-23 Doug Evans <dje@google.com>
5665
5666 * gdb.texinfo: Add nexti to list of commands that support
5667 background execution.
5668
adb483fe
DJ
56692009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5670
5671 * gdb.texinfo (Define, Hooks): Document prefix command support.
5672
a67ec3f4 56732009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 5674 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
5675
5676 Fixes for makeinfo --html.
5677
5678 * annotate.texinfo: Use @copying and @insertcopying. Use
5679 @ifnottex in place of @ifinfo.
5680 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5681 place of @ifinfo. Use @ifnotinfo for one index entry.
5682 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5683 in place of @ifinfo.
5684 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5685 in place of @ifinfo. Include contents at start unconditionally.
5686
84fcdf95
PA
56872009-01-13 Pedro Alves <pedro@codesourcery.com>
5688
5689 * gdb.texinfo (General Query Packets): Remove @var{} around the
5690 "spu" literal string.
5691
fa3a767f
PA
56922009-01-07 Pedro Alves <pedro@codesourcery.com>
5693
5694 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5695 program may be running in another process" errors.
5696 * gdbint.texinfo (Native Conditionals): Delete
5697 ONE_PROCESS_WRITETEXT description.
5698
9cb011d3
JB
56992009-01-07 Joel Brobecker <brobecker@adacore.com>
5700
5701 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5702 emacs local variable to be placed at the end of the ChangeLog.
5703 Add server.c and gdbreplay.c to the list of files where the
5704 copyright year needs to be updated.
5705
84603566
SL
57062009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5707
5708 * gdb.texinfo (Remote Configuration): Document new
5709 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5710 commands.
5711
a53f55d8
PA
57122008-12-28 Pedro Alves <pedro@codesourcery.com>
5713
5714 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5715 FETCH_INFERIOR_REGISTERS.
5716 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5717 FETCH_INFERIOR_REGISTERS descriptions. Remove
5718 gdbarch_get_longjmp_target descrition, since already described in
5719 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5720 (Target Conditionals): ... here.
5721
077e0a52
JB
57222008-12-16 Joel Brobecker <brobecker@adacore.com>
5723
5724 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5725 examples.
5726 (Additions to Ada): Likewise. Add the missing opening and closing
5727 parenthesis of the GDB prompt in one of the examples.
5728
023eb17c
JB
57292008-12-14 Joel Brobecker <brobecker@adacore.com>
5730
5731 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5732 about the result of 'Address not being of type System.Address.
5733 This problem has been fixed a while ago.
5734
c3b108f7
VP
57352008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5736
5737 MI non-stop and multiprocess docs.
5738
c8d5aac9
L
5739 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5740 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5741 Adjust documentation for *stopped, document =thread-created,
5742 =thread-exited, =thread-group-created and =thread-group-exited.
5743 (GDB/MI Thread Commands): Document the 'state' field in
5744 -thread-info output.
5745 (GDB/MI Program Execution): Mention --all and --thread-group
5746 options.
5747 (GDB/MI Variable Objects): Describe floating and fixed variable
5748 objects.
5749 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 5750
07e059b5
VP
57512008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5752
c8d5aac9
L
5753 * gdb.texinfo (Operating System Information): New appendix.
5754 (Operating System Auxiliary Information): Document 'info os processes'
5755 (Remote Configuration): Document 'osdata'
5756 (General Query Packets): Document qXfer:osdata:read.
07e059b5 5757
a80b95ba
TG
57582008-11-27 Tristan Gingold <gingold@adacore.com>
5759
5760 * gdb.texinfo (Darwin): Document Darwin specific features.
5761
a655d424
JK
57622008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5763
5764 * gdbint.texinfo (Target Conditionals): Extend the
5765 gdbarch_breakpoint_from_pc description.
5766
249e1128
VP
57672008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5768
5769 * gdb.texinfo (M68K Features): Fix typo.
5770
c14c28ba
PP
57712008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5772
5773 * gdb.texinfo (Symbols): Mention printing containing
5774 image name in "info symbol".
5775 (Maint translate-address): Likewise.
889bf7c5 5776
394a6666
JB
57772008-11-18 Joel Brobecker <brobecker@adacore.com>
5778
5779 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5780 commands "catch load" and "catch unload".
5781
66bb093b
VP
57822008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5783
5784 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 5785 =thread-selected.
889bf7c5 5786
4a92f99b
VP
57872008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5788
c8d5aac9 5789 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 5790
f0323ca0
PA
57912008-10-27 Pedro Alves <pedro@codesourcery.com>
5792
5793 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5794 .mt files, TM_CLIBS or TM_CDEPS.
5795 (x86 Watchpoints): Don't mention TDEPFILES.
5796
8b23ecc4
SL
57972008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5798
5799 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5800 (Overview): Mention notifications and non-stop mode behavior.
5801 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5802 with non-stop mode behavior. Add vStopped description.
5803 (Stop Reply Packets): Update list of packets that return
5804 stop replies. Mention non-stop behavior.
5805 (General Query Packets): Document QNonStop packet and associated
5806 qSupported query response.
5807 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5808 behavior.
5809 (Notification Packets): New section.
5810 (Remote Non-Stop): New section.
5811 (File-I/O Overview): Mention non-stop behavior.
5812
fff08868
HZ
58132008-10-24 Hui Zhu <teawater@gmail.com>
5814 Pedro Alves <pedro@codesourcery.com>
5815
5816 * gdb.texinfo (displaced-stepping): Describe the auto mode
5817 setting, and say it's the default. This is now a mainstream
5818 setting instead of a maintenance setting.
5819
252fbfc8
PA
58202008-10-23 Pedro Alves <pedro@codesourcery.com>
5821
5822 * observer.texi (thread_stop_requested): New.
5823
20924a55
JB
58242008-10-22 Joel Brobecker <brobecker@adacore.com>
5825
5826 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5827 (Patching): Replace incorrect usage of @samp by @kbd.
5828
bacec72f
MS
58292008-10-17 Michael Snyder <msnyder@vmware.com>
5830
5831 * gdb.texinfo: Add documentation for reverse execution.
5832
a08702d6 58332008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 5834 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
5835
5836 * gdb.texinfo. (Values From Inferior): New subsubsection.
5837
d97bc12b
DE
58382008-10-06 Doug Evans <dje@google.com>
5839
5840 * gdb.texinfo (set debug dwarf2-die): Document it.
5841
87f67dba
JB
58422008-10-01 Joel Brobecker <brobecker@adacore.com>
5843
5844 * gdb.texinfo (catch) [exception]: Document how to insert
5845 a breakpoint on user-defined exceptions when the exception
5846 name is identical to one of the language-defined ones.
5847
2fae03e8
TT
58482008-09-27 Tom Tromey <tromey@redhat.com>
5849
5850 * gdb.texinfo (Macros): Remove text about stringification,
5851 varargs, and splicing.
5852
5c6ce71d
TT
58532008-09-27 Tom Tromey <tromey@redhat.com>
5854
5855 * gdbint.texinfo (Language Support): Remove text about omitting
5856 support for a language.
5857
07128da0
DE
58582008-09-23 Doug Evans <dje@google.com>
5859
5860 * gdb.texinfo (info dcache): Update.
5861
b90a069a
SL
58622008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5863
5864 * gdb.texinfo (Packets): Add info on thread-id syntax and
5865 multiprocess extensions.
5866 <D>: Document multiprocess form of packet.
5867 <H>: Use thread-id syntax.
5868 <T>: Likewise.
5869 <vCont>: Likewise. Note this is required for multiprocess.
5870 <vKill>: New packet.
5871 (Stop Reply Packets) <T>: Use thread-id syntax.
5872 <W>: Document multiprocess form of reply.
5873 <X>: Likewise.
5874 (General Query Packets) <qC>: Use thread-id syntax.
5875 <qfThreadInfo>: Likewise.
5876 <qGetTLSAddr>: Likewise.
5877 <qP>: Likewise.
5878 <qSupported>: Add "multiprocess" feature.
5879 <qThreadExtraInfo>: Use thread-id syntax.
5880
b77209e0
PA
58812008-09-22 Stan Shebs <stan@codesourcery.com>
5882
5883 * gdb.texinfo (Inferiors): New section.
5884
3d0bb823
PA
58852008-09-12 Pedro Alves <pedro@codesourcery.com>
5886
5887 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5888
f8dcfc0a
UW
58892008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5890
5891 * gdbint.texinfo (Target Conditionals): Remove documentation
5892 for gdbarch_name_of_malloc.
5893
8775bb90
MS
58942008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5895
5896 * gdb.texinfo (Interrupts): Mention TCP interface for
5897 sending BREAK.
5898
f1838a98
UW
58992008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5900
5901 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5902 argument prefix to "set sysroot".
5903
158c7665
PH
59042008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5905
5906 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5907 and False.
5908
30e026bb
VP
59092008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5910
c8d5aac9
L
5911 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5912 for possible features of -list-features.
30e026bb 5913
c6ebd6cf
VP
59142008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5915
c8d5aac9 5916 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
5917 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5918
aeac0ff9
VP
59192008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5920
5921 * doc/gdb.texinfo (PowerPC): Fix typo.
5922 (PowerPC features): Fix typo.
5923
5231c1fd
PA
59242008-08-18 Pedro Alves <pedro@codesourcery.com>
5925
5926 * observer.texi (thread_ptid_changed): New.
5927
677c5bb1
LM
59282008-08-18 Luis Machado <luisgpm@br.ibm.com>
5929
5930 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5931 (PowerPC features): Mention feature set for VSX registers.
5932
f3a2dd1a
JB
59332008-08-13 Joel Brobecker <brobecker@adacore.com>
5934
5935 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5936 the direct visibility of all names in user-written packages.
5937
33e5cbd6
PA
59382008-08-13 Pedro Alves <pedro@codesourcery.com>
5939
5940 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5941 setting, and make it the default.
5942 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5943 non-stop script example.
5944
d0384fc4
TJB
59452008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5946
5947 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5948 reference to the "Using Different Register and Memory Data
5949 Representation" section.
5950
a6f3e723
SL
59512008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5952
5953 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5954 (Remote Protocol): Add Packet Acknowledgment to menu.
5955 (Overview): Mention +/- can be disabled, and point to new section
5956 where this is discussed in detail.
5957 (General Query Packets): Document QStartNoAckMode packet, and
5958 corresponding qSupported reply.
5959 (Packet Acknowledgment): New section.
5960
0606b73b
SL
59612008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5962 Pedro Alves <pedro@codesourcery.com>
5963
5964 * gdb.texinfo (Threads): Move paragraph about automatic thread
5965 selection to All-Stop Mode subsection.
5966 (Thread Stops): Reorganize existing material into subsections.
5967 Add introductory blurb and menu.
5968 (Non-Stop Mode): New subsection.
5969 (Background Execution): New subsection.
5970 (Maintenance Commands): Add cross-references from async mode
5971 commands to the new Background Execution section.
5972
d57a3c85
TJB
59732008-08-06 Tom Tromey <tromey@redhat.com>
5974
5975 * gdb.texinfo (Extending GDB): New chapter.
5976 (Sequences): Demoted chapter, now a section under the new
5977 Extending GDB chapter.
5978 (Python): New section.
5979
6d76a53d
SS
59802008-07-31 Stan Shebs <stan@codesourcery.com>
5981
5982 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5983
1f70da6a
SS
59842008-07-29 Stan Shebs <stan@codesourcery.com>
5985
5986 * gdbint.texinfo: General round of cleanup and minor
5987 clarifications.
5988 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5989 (Longjmp Support): Update description to reflect how it is done
5990 for targets without using native header.
5991 (Symbol Handling): Add a little more general explanation.
5992 (COFF, ELF): Mention stabs encapsulation.
5993 (DWARF 3): New section.
5994 (Adding a New Host): Scrub out some obsolete bits.
5995 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5996 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5997 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5998 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5999 SEEK_SET, STOP_SIGNAL, USG.
6000 (Raw and Virtual Register Representations): Ditto for
6001 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6002 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6003 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6004 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6005 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6006 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6007 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6008 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6009 DEPRECATED_USE_STRUCT_CONVENTION.
6010 Describe gdbarch_deprecated_fp_regnum.
6011 Update description of gdbarch_print_insn.
6012 (Adding a New Target): Scrub out obsolete bits.
6013 (Obsolete Conditionals): Remove entire section.
6014
383f836e
TT
60152008-07-25 Tom Tromey <tromey@redhat.com>
6016
6017 * observer.texi (GDB Observers): Document new observers:
6018 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6019 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6020 architecture_changed.
6021
cfd8ab24
SS
60222008-07-21 Stan Shebs <stan@codesourcery.com>
6023
6024 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6025 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6026
781b42b0
TT
60272008-07-21 Tom Tromey <tromey@redhat.com>
6028
6029 * observer.texi (GDB Observers): Remove obsolete comment.
6030 <executable_changed>: Remove argument.
6031
d7d9f01e
TT
60322008-07-18 Tom Tromey <tromey@redhat.com>
6033
6034 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6035
bf250677
DE
60362008-07-10 Doug Evans <dje@google.com>
6037
6038 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6039
10568435
JK
60402008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6041
6042 * gdb.texinfo (Starting): Document "set disable-randomization".
6043
5ae4183a
AS
60442008-07-07 Andreas Schwab <schwab@suse.de>
6045
6046 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6047
b56e7235
VP
60482008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6049
6050 * gdb.texinfo (GDB/MI Target Manipulation): Add
6051 example of -target-attach.
6052
e1ac3328
VP
60532008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6054
6055 * observer.texi (target_resumed): New observer.
5ae4183a 6056 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 6057
65d12d83
TT
60582008-06-06 Tom Tromey <tromey@redhat.com>
6059
6060 * gdb.texinfo (Completion): Add field name example.
6061
fbc5282e
MK
60622008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6063
6064 * gdb.texinfo (GDB/MI Program Context): Added example
6065 to -exec-arguments
5ae4183a 6066
fbc5282e 60672008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
6068
6069 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6070 annotation.
6071
c16158bc 60722008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
6073 Nathan Sidwell <nathan@codesourcery.com>
6074 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
6075
6076 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6077 and ACX_BUGURL.
6078 * configure: Regenerate.
6079 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6080 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6081 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6082 mailing-list-specific text about bug reporting unless
6083 BUGURL_DEFAULT.
6084
75c99385
PA
60852008-06-05 Pedro Alves <pedro@codesourcery.com>
6086
6087 * gdb.texinfo (-target-select): Remove reference to target async.
6088 (Maintenance Commands): Document "maint set/show remote-async".
6089
1763a388
MK
60902008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6091
6092 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6093 in -target-file-get section.
5ae4183a 6094
d0d064df
PA
60952008-05-22 Pedro Alves <pedro@codesourcery.com>
6096
9b562ab8
PA
6097 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6098 killing the inferior when it is already debugging a process.
d0d064df 6099
8dfa32fc
JB
61002008-05-21 Joel Brobecker <brobecker@adacore.com>
6101
6102 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6103 abbreviation for "finish".
6104
55f996a7
NR
61052008-05-21 Nick Roberts <nickrob@snap.net.nz>
6106
6107 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6108
ba2b1c56
DJ
61092008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6110
6111 * gdbint.texinfo (Target Conditionals): Delete entry for
6112 gdbarch_dwarf_reg_to_regnum.
6113
08388c79
DE
61142008-05-09 Doug Evans <dje@google.com>
6115
a3c83fae 6116 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 6117
d14508fe
DE
61182008-05-05 Doug Evans <dje@google.com>
6119
6120 * gdb.texinfo (disassemble): Document /m modifier.
6121
e2b7ddea
VP
61222008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6123
5ae4183a
AS
6124 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6125 will not report the time of commands that run the target.
e2b7ddea 6126
8eb41542
VP
61272008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6128
6129 * gdb.texinfo (GDB/MI Output Records): Add
6130 missing semicolon.
6131
82f68b1c
VP
61322008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6133
6134 * gdb.texinfo (GDB/MI Output Records):
6135 Document =thread-create and =thread-exited.
6136
fa0f268d
VP
61372008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6138
6139 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 6140 Remove mention of dmi-discuss.
fa0f268d 6141
063bfe2e
VP
61422008-05-03 Pedro Alves <pedro@codesourcery.com>
6143
6144 * observer.texi (thread_exit): New.
6145
237fc4c9
PA
61462008-05-02 Pedro Alves <pedro@codesourcery.com>
6147
6148 * gdb.texinfo (Debugging Output): Document "set/show debug
6149 displaced".
6150 (Maintenance Commands): Document "maint set/show
6151 can-use-displaced-stepping".
6152
0428b8f5
DJ
61532008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6154
6155 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6156 and set/show arm force-mode.
6157
5009afc5
AS
61582008-05-02 Andreas Schwab <schwab@suse.de>
6159
6160 * gdbint.texinfo (Algorithms): Describe
6161 target_watchpoint_addr_within_range.
6162
669fac23
DJ
61632008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6164
6165 * gdbint.texinfo (Stack Frames): New chapter.
6166 (Algorithms): Move Frames text to the new chapter.
6167 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6168 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6169
721c02de
VP
61702008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6171
5ae4183a
AS
6172 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6173 output does not necessary include any tokens.
721c02de 6174
c055b101
CV
61752008-04-22 Corinna Vinschen <vinschen@redhat.com>
6176
6177 * gdb.texinfo (Set SH Calling convention): New @item.
6178 (Show SH Calling convention): Ditto.
6179
68837c9d
MD
61802008-04-22 Markus Deuling <deuling@de.ibm.com>
6181
6182 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6183
2e9132cc
EZ
61842008-04-20 Eli Zaretskii <eliz@gnu.org>
6185
6186 * gdb.texinfo (Set Breaks): Mention that multiple location
6187 breakpoints need line number info. Add index entries.
6188
31fffb02
CS
61892008-04-19 Craig Silverstein <csilvers@google.com>
6190
6191 * gdb.texinfo (Requirements): Add an optional requirement on
6192 zlib.
6193 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6194 Compressed DWARF 2.
6195
a47ec5fe
AR
61962008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6197
6198 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6199 sample output for 'stopped,reason="breakpoint-hit"' message.
6200 (GDB/MI Program Execution): Likewise.
6201
de051565
MK
62022008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6203
5ae4183a 6204 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
6205 -var-set-format. Add -f option to -var-evaluate-expression.
6206
6ba66d6a
JB
62072008-04-03 Joel Brobecker <brobecker@adacore.com>
6208
6209 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6210 new node "Ambiguous Expressions". Replace references to this
6211 node by references to "Ambiguous Expressions" throughout.
6212 (Ambiguous Expressions): New node.
6213
1e26b4f8
DJ
62142008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6215
6216 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6217
b84876c2
PA
62182008-03-21 Pedro Alves <pedro@codesourcery.com>
6219
6220 * gdb.texinfo (Debugging Output): Document
6221 "set/show debug lin-lwp-async".
6222 (Maintenance Commands): Document "maint set/show linux-async".
6223
63092375
DJ
62242008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6225
6226 * gdb.texinfo (Expressions): Update description of malloced arrays.
6227
8e8901c5
VP
62282008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6229
6230 * gdb.texinfo (Thread Commands): Document
6231 -thread-info. Remove -thread-list-all-threads.
6232
1fddbabb
PA
62332008-03-14 Pedro Alves <pedro@codesourcery.com>
6234 Sandra Loosemore <sandra@codesourcery.com>
6235
6236 * gdb.texinfo (Library List Format): Update to mention the
6237 possibility to pass section addresses instead of segment
6238 addresses.
6239
ccd213ac
DJ
62402008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6241
6242 * gdb.texinfo (Starting): Document "set exec-wrapper".
6243 (Server): Document gdbserver --wrapper.
6244
fa4727a6
DJ
62452008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6246
6247 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6248 unreadable memory. Delete obsolete SPARClite reference.
6249
8edfe269
DJ
62502008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6251
6252 * gdb.texinfo (Starting): Mention always-running targets.
6253 (Target Commands): Add an anchor for load.
6254 (Connecting): Explain continue instead of run.
6255
1843f87b
DJ
62562008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6257
6258 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6259
f9082629
NR
62602008-02-26 Nick Roberts <nickrob@snap.net.nz>
6261
6262 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6263 breakpoint table.
6264
fd96d250
PA
62652008-02-19 Pedro Alves <pedro@codesourcery.com>
6266
6267 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6268 killing the inferior when it is already debugging a process.
6269
36af4ef6
MD
62702008-02-13 Markus Deuling <deuling@de.ibm.com>
6271
6272 * gdbint.texinfo (Build Script): New section. Mention new build script
6273 gdb_buildall.sh.
6274
cda4ce5a
JB
62752008-02-01 Jim Blandy <jimb@red-bean.com>
6276
6277 * gdb.texinfo (Help): Summarize 'info args' correctly.
6278
4acd40f3
TJB
62792008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6280
6281 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6282 available in PowerPC architecture.
6283 (Embedded Processors): Change node name of PowerPC item in menu.
6284 (PowerPC): Rename to...
6285 (PowerPC Embedded): this.
6286 (Architectures): Add new PowerPC item in menu.
6287 (PowerPC): New node.
6288
6e6c6f50
DJ
62892008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6290
6291 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6292 commands.
6293
5ee187d7
DJ
62942008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6295
6296 * gdb.texinfo (Setting Catchpoints): Mention features
6297 supported on GNU/Linux.
6298
e275c0d9
NR
62992008-01-30 Nick Roberts <nickrob@snap.net.nz>
6300
6301 * gdb.texinfo (GDB/MI File Commands): Describe new output
6302 field for MI command -file-list-exec-source-file.
6303
2d717e4f
DJ
63042008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6305
6306 * gdb.texinfo (Using the `gdbserver' Program): Add security
6307 warning. Rearrange into subsections and subsubsections. Document
6308 --multi and --debug. Correct --with-sysroot typo. Update --attach
6309 usage. Make load reference clearer. Document monitor exit.
6310 (Remote Configuration): Document set remote exec-file, attach-packet,
6311 and run-packet.
6312 (Packets): Document vAttach and vRun.
6313
d35a4257 63142008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
6315
6316 * gdb.texinfo (Processes): Mention process command.
889bf7c5 6317 detach-on-follow -> detach-on-fork.
f663676d 6318
c78d192c
DJ
63192008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6320
6321 * gdbint.texinfo (Native Conditionals): Remove
6322 SHELL_COMMAND_CONCAT and SHELL_FILE.
6323
d35a4257
EZ
63242008-01-26 Eli Zaretskii <eliz@gnu.org>
6325
6326 * gdb.texinfo (Specify Location): Improve wording.
6327
93815fbf
VP
63282008-01-23 Chris Demetriou <cgd@google.com>
6329
6330 * gdb.texinfo (Threads): Document new "set print thread-events"
6331 and "show print thread-events" commands.
6332
2a25a5ba
EZ
63332008-01-19 Eli Zaretskii <eliz@gnu.org>
6334
6335 * gdb.texinfo (Specify Location): New section.
6336 (Delete Breaks, Edit, Set Breaks): Remove description of
6337 locations. Instead, add a reference to "Specify Location".
6338 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6339 (Symbols): Refer to "Specify Location" for the valid forms of
6340 linespecs and locations.
6341
32c9a795
MD
63422008-01-18 Markus Deuling <deuling@de.ibm.com>
6343
6344 * gdbint.texinfo (Target Conditionals): Replace the description of
6345 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6346
b17828ca
JB
63472008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6348
6349 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6350 about &&var, which is rejected by the expression parser.
6351
0aea4bf3
LM
63522008-01-09 Luis Machado <luisgpm@br.ibm.com>
6353
6354 * gdb.texinfo (Output): Update documentation on using printf with DFP
6355 types.
6356
febe4383
TJB
63572008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6358
6359 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6360 subsubsection.
6361 (Decimal Floating Point format): New subsubsection.
6362
7a404eba
PA
63632008-01-05 Pedro Alves <pedro@codesourcery.com>
6364
6365 * gdb.texinfo (File Options): Remove mention of the attempt to
6366 open a core file with the -p option. Don't list -c as a valid
6367 option to attach to a process.
6368
a4d9b460
PA
63692008-01-05 Pedro Alves <pedro@codesourcery.com>
6370
6371 * gdbint.texinfo (Host Conditionals): Remove mention of
6372 ALIGN_STACK_ON_ENTRY.
6373
6ec2edbe
JB
63742008-01-05 Joel Brobecker <brobecker@adacore.com>
6375
6376 * gdbint.texinfo (Start of New Year Procedure): Add item
6377 describing how to update the source and documentation copyright
6378 notices.
6379
d8b2a693
JB
63802007-12-18 Jim Blandy <jimb@codesourcery.com>
6381
ab209b3a 6382 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
6383 watchpoint explanation into the main description of the watchpoint
6384 command; update synopses of 'watch', 'rwatch', and 'awatch'
6385 commands.
6386
8b4ed427
VP
63872007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6388
6389 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6390 Document 'pending-breakpoints' feature of
6391 -list-features.
6392
37e4754d
LM
63932007-12-17 Luis Machado <luisgpm@br.ibm.com>
6394
669fac23 6395 * gdb.texinfo: Add new parameter's description.
37e4754d 6396
1d3811f6
DJ
63972007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6398
6399 * gdb.texinfo (Overview): Clarify run-length encoding
6400 example. Remove the restriction on "+" and "-" characters.
6401
c1c25a1a
EZ
64022007-12-15 Eli Zaretskii <eliz@gnu.org>
6403
6404 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6405
afe8ab22 64062007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 6407
afe8ab22
VP
6408 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6409 the -f option for -break-insert, remove -r option,
6410 and clarify specification of location.
6411
a6b151f1
DJ
64122007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6413
6414 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6415 formatting.
6416 (Remote Debugging): Add File Transfer section.
6417 (Remote Configuration): Document Host I/O packets.
6418 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 6419 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
6420 (Packets): Add vFile.
6421
3b784c4f
EZ
64222007-11-17 Eli Zaretskii <eliz@gnu.org>
6423
6424 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6425 breakpoints with multiple locations.
6426 (Breakpoint Menus): Improve wording.
6427 (Output): Fix last change.
6428
a4ce5b0d
UW
64292007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6430
6431 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6432
1b39d5c0
DE
64332007-11-15 Doug Evans <dje@google.com>
6434
6435 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6436
7a72d44c
VP
64372007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6438
6439 * gdbint.texinfo (Native Conditionals): Remove
6440 mention of CLEAR_SOLIB.
5ae4183a 6441
6d1829bf 64422007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
6443
6444 * gdb.texinfo (Print Settings): Add documentation for "set/show
6445 print frame-arguments".
6446
1a619819
LM
64472007-11-05 Luis Machado <luisgpm@br.ibm.com>
6448
3b784c4f 6449 * gdb.texinfo (Output): Update printf command's description.
1a619819 6450
55eddb0f
DJ
64512007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6452
6453 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6454 powerpc soft-float".
6455
9cceb671
DJ
64562007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6457
6458 * gdb.texinfo (Files): Correct formatting. Mention Expat
6459 requirement.
6460 (Requirements for Building GDB): Expand the list of Expat
6461 uses.
6462 (Library List Format, Memory Map Format): Mention Expat.
6463 (Target Descriptions): Update Expat wording.
6464
83acabca
DJ
64652007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6466
6467 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6468 Document that gdbarch_convert_register_p should return zero for no-op
6469 conversions.
6470
e35879db
UW
64712007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6472
83acabca 6473 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
6474 of set_gdbarch_sofun_address_maybe_missing back to ...
6475 (Target Conditionals): ... here to fix build break.
6476
203c3895
UW
64772007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6478
83acabca 6479 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
6480 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6481 (Compiler Characteristics): ... documentation of
6482 set_gdbarch_sofun_address_maybe_missing.
6483
11411de3
DJ
64842007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6485
6486 * gdbint.texinfo (Target Conditionals): Use
6487 frame_unwind_register_unsigned in examples instead of
6488 frame_unwind_unsigned_register.
6489
7cc46491
DJ
64902007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6491
6492 * gdb.texinfo (Predefined Target Types): Add int128
6493 and uint128.
6494 (Standard Target Features): Add PowerPC features.
6495
81adfced
DJ
64962007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6497
6498 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6499
c1874924
UW
65002007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6501
6502 * gdbint.texi (Target Conditionals): Remove documentation
6503 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6504 gdbarch_extract_return_value, and gdbarch_store_return_value.
6505
f6e56ab3
UW
65062007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6507
6508 * gdbint.texi (Target Conditionals): Remove documentation of
6509 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6510
56cf5405
KH
65112007-10-11 Kazu Hirata <kazu@codesourcery.com>
6512
6513 * gdb.texinfo: Mention that inaccessible-by-default is on by
6514 default.
6515
35156bae
DJ
65162007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6517
6518 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6519
d983da9c
DJ
65202007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6521
6522 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6523 multi-threaded watchpoints.
6524 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6525 checked. Describe sticky notification. Expand description
6526 of steppable and continuable watchpoints.
6527 (Watchpoints and Threads): New subsection.
6528
fe6fbf8b
VP
65292007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6530
6531 * gdb.texinfo (Setting Breakpoints): Revise
6532 documentation for pending breakpoints. Document
6533 breakpoints with multiple locations.
5ae4183a 6534
084344da
VP
65352007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6536
6537 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6538 Document -list-features.
5ae4183a 6539
82160952
EZ
65402007-09-15 Eli Zaretskii <eliz@gnu.org>
6541
6542 * gdb.texinfo (Output): Spell out which features of C's printf are
6543 not supported by GDB's printf.
7e27a47a
EZ
6544 (Separate Debug Files): More accurate wording regarding build ID
6545 and a reference to the ld manual rather than the Fedora wiki.
82160952 6546
ea37ba09
DJ
65472007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6548 Jim Blandy <jimb@codesourcery.com>
6549
6550 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6551 (Examining Memory): Update mentions of the 's' format.
6552 (Automatic Display): Likewise.
6553
b8533aec
DJ
65542007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6555
6556 * gdb.texinfo: Update the FSF's Back-Cover Text.
6557
83f83d7f
JK
65582007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6559 Eli Zaretskii <eliz@gnu.org>
6560
6561 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6562 Fixed the ``build ID'' name. New binaries build instructions for the
6563 build ID inclusion. Explain how the commands are specific to the build
6564 ID vs. debug link.
6565
c7e83d54
EZ
65662007-09-01 Eli Zaretskii <eliz@gnu.org>
6567
6568 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6569 indexing for ``build ID'' support.
6570
d3750b24
JK
65712007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6572
6573 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6574 Enlisted BUILD ID to the debug file searching example.
6575 Included a BUILD ID `.note.gnu.build-id' section description.
6576 Updated/added the debug files splitting instructions for OBJCOPY.
6577
02142340
VP
65782007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6579
6580 * gdb.texinfo (Variable Objects): Adjust docs
6581 for -var-info-expression and document
6582 -var-info-path-expression.
6583
d3bdde98
JB
65842007-08-20 Jim Blandy <jimb@codesourcery.com>
6585
3fb6a982
JB
6586 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6587 (title page): Include the dedication in the printed manual, as a
6588 separate page after the copyright notice.
5ae4183a 6589
d3bdde98
JB
6590 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6591 don't break a @var across a line.
6592
c80a96a8
MR
65932007-07-25 Maciej W. Rozycki <macro@mips.com>
6594
6595 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6596 for include files.
6597
5824a901
NR
65982007-07-12 Nick Roberts <nickrob@snap.net.nz>
6599
6600 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
6601 in annotate.texinfo.
6602 (Command History): Link to new node.
5824a901 6603
d52e7ea3
UW
66042007-07-05 Markus Deuling <deuling@de.ibm.com>
6605
6606 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6607
5fc14d0a
EZ
66082007-07-05 Eli Zaretskii <eliz@gnu.org>
6609
6610 * gdbint.texinfo (Target Conditionals): Fix last change.
6611
4a9bb1df
UW
66122007-07-03 Markus Deuling <deuling@de.ibm.com>
6613
6614 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6615 routines:
6616 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6617 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6618 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6619 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6620 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6621 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6622 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6623 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6624 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6625 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6626 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6627 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6628 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6629 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6630 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6631 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6632 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6633 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6634 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6635 (SOFTWARE_SINGLE_STEP_P)
6636
6637 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6638 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6639
6640 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6641 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6642 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6643 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6644 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6645 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6646 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6647 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6648 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6649 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6650
6651 (Converting an existing Target Architecture to Multi-arch): Remove
6652 section.
6653
6654 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6655 (gdbarch_addr_bits_remove): Add code example.
6656
6657 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6658
cfa9d6d9
DJ
66592007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6660
6661 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6662 Add other missing entries. Adjust the table size to fit.
6663 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6664 stop reasons including the new "library" event.
6665 (General Query Packets): Adjust table widths for qSupported. Mention
6666 qXfer:libraries:read reply to qSupported and document the new packet.
6667 (Library List Format): New section.
6668
159fcc13
JK
66692007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6670
6671 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6672
f66d1690
MS
66732007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6674
6675 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6676
67102876
NR
66772007-06-25 Nick Roberts <nickrob@snap.net.nz>
6678
6679 * gdbint.texinfo (Register and Memory Data): Break sections
6680 into nodes and add a menu.
6681
a4642986
MR
66822007-06-21 Maciej W. Rozycki <macro@mips.com>
6683
6684 * gdb.texinfo (Examining Memory): Document the new behaviour.
6685
e9c17194
VP
66862007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6687
6688 * gdb.texinfo (Standard Target Features): Document
6689 m68k features.
6690
31d99776
DJ
66912007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6692
6693 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6694
1780a0ed
DJ
66952007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6696
6697 * gdb.texinfo (Target Description Format): Add version attribute
6698 for <target>.
6699
822b6570
DJ
67002007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6701
6702 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6703
f8b73d13
DJ
67042007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6705
6706 * gdb.texinfo (MIPS Features): New subsection.
6707
0e7f50da
UW
67082007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6709 Markus Deuling <deuling@de.ibm.com>
6710
6711 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6712 and qXfer:spu:write packets and mention them under qSupported.
6713
23d964e7
UW
67142007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6715 Markus Deuling <deuling@de.ibm.com>
6716
6717 * gdb.texinfo (Architectures): Add new SPU section to document
6718 Cell Broadband Engine SPU architecture specific commands.
6719
9f708cb2
VP
67202007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6721
6722 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6723 comments.
6724
7579b5f8
NR
67252007-06-07 Nick Roberts <nickrob@snap.net.nz>
6726
6727 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6728
bf06d120
JB
67292007-05-29 Jim Blandy <jimb@codesourcery.com>
6730
6731 * gdb.texinfo (Overview): Doc fix.
6732
23776285
MR
67332007-05-22 Maciej W. Rozycki <macro@mips.com>
6734
6735 * gdb.texinfo (Remote Configuration): Document "set/show
6736 remoteflow".
6737
1a69e1e4
DJ
67382007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6739
bf06d120
JB
6740 * gdb.texinfo (MIPS): Remove documentation for set mips
6741 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6742 stack-arg-size.
1a69e1e4 6743
46ba6afa 67442007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6745
46ba6afa
BW
6746 * all-cfg.texi (GDBTUI): New.
6747 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6748 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6749 (TUI Configuration): Edit to improve clarity and fix problems of
6750 both style and content.
5ae4183a 6751
06d3b283
UW
67522007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6753
6754 * observer.texi (GDB Observers): New observer "new_objfile".
6755
179101d6
UW
67562007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6757
6758 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6759
25d5ea92
VP
67602007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6761
6762 * gdb.texinfo (GDB/MI Variable Objects): Document
6763 frozen variables objects.
5ae4183a 6764
ea35711c
DJ
67652007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6766
6767 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6768 (Character Sets, Caching Data of Remote Targets): Likewise.
6769 (Targets): Delete Remote node. Move its text...
6770 (Debugging Remote Programs): ...to here. Delete description
6771 of the "remote" command.
6772 (Remote configuration): Delete description of "set remotedevice"
6773 and "show remotedevice".
6774 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6775
db2e3e2e
BW
67762007-04-11 Bob Wilson <bob.wilson@acm.org>
6777
5ae4183a
AS
6778 * gdb.texinfo (Contributors, Continuing and Stepping)
6779 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6780 (General Query Packets, File-I/O Remote Protocol Extension)
6781 (Protocol Basics, The F Reply Packet, Write)
6782 (Protocol-specific Representation of Datatypes, Memory Transfer):
6783 Fix hyphenation, punctuation and grammar problems.
6784 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6785 'section' instead of 'subsection' in the text.
6786 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6787 (i386): Remove period from section name.
db2e3e2e
BW
6788 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6789 (Config Names, Configure Options): Use @file{configure}.
6790
8a3dae3e
DJ
67912007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6792
6793 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6794 and tab expansion.
6795
1a92f856
DJ
67962007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6797
6798 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6799
79a6e687 68002007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6801
79a6e687
BW
6802 * gdb.texinfo: Consistently capitalize all significant words in
6803 node names, chapter titles, section titles, and headings. Update
6804 cross references to match.
6805 (Starting and Stopping Trace Experiment): Make node name plural.
6806 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 6807
ad527d2e
PA
68082007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6809
6810 * gdb.texinfo (WinCE): Delete obsolete subsection.
6811
7ce59000
DJ
68122007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6813
6814 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6815 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6816 references.
6817
8807d78b
DJ
68182007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6819
6820 * gdb.texinfo (Startup): Delete references to some alternate
6821 names for .gdbinit.
6822 (Thread): Remove LynxOS reference.
6823 (Tandem ST2000): Delete target-specific documentation.
6824 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6825 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6826 and GDB_OSABI_LYNXOS.
6827
5f402660
UW
68282007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6829
6830 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6831
bac718a6
UW
68322007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6833
6834 * gdbint.texinfo (Target Conditionals): Remove mention of
6835 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6836 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6837
9453113a
DJ
68382007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6839
6840 * Makefile.in: Add "pdfdir" installation
6841 directory, PDFTEX macro, support for "install-pdf" target,
6842 and rules for making a pdf version of refcard.texi.
6843 * refcard.tex: Specify paper size for PDF output.
6844
ae21e955 68452007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6846
ae21e955 6847 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 6848
3f94c067 68492007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6850
3f94c067
BW
6851 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6852 (Source Path, Character Sets, Macros, Define)
6853 (GDB/MI Result Records, GDB/MI Simple Examples)
6854 (GDB/MI Program Execution, GDB/MI File Commands)
6855 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6856 (Bug Reporting): Use @value{GCC}.
5ae4183a 6857
12c27660 68582007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 6859
12c27660
BW
6860 * gdb.texinfo (Help): Fix formatting of examples.
6861 (Variables): Use @ifnotinfo instead of @iftex.
6862 (Non-debug DLL symbols): Use @ref instead of @pxref.
6863 (Sparclet File): Use @samp instead of quotes.
5ae4183a 6864
ce9341a1
BW
68652007-03-26 Bob Wilson <bob.wilson@acm.org>
6866
6867 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6868
c8f4133a
BW
68692007-03-26 Bob Wilson <bob.wilson@acm.org>
6870
6871 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6872 the order of the nodes.
6873 (C Operators, C Constants, Debugging C): Remove extra menus.
6874 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 6875
c8f4133a 68762007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
6877
6878 * gdb.texinfo (File Options): Add missing parenthesis.
6879 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6880
c74d0ad8
DJ
68812007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6882
6883 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6884
ff6f572f
DJ
68852007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6886
669fac23 6887 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
6888 case insensitivity.
6889 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6890
994337c3
NR
68912007-02-18 Nick Roberts <nickrob@snap.net.nz>
6892
6893 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6894 (Files): Add section name to argument list for pxref.
6895 (Non-debug DLL symbols): Don't use `see' for pxref.
6896 (Embedded Processors): Fix typo.
6897 (GDB/MI Breakpoint Commands): Execution commands generate
6898 *stopped not ^done.
6899
eb819d70
NR
69002007-02-13 Nick Roberts <nickrob@snap.net.nz>
6901
6902 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6903 values for in_scope. Mention that only root variables can be
6904 updated.
6905 (GDB/MI Development and Front Ends): Explain new values may be
6906 added to existing fields.
6907
123dc839
DJ
69082007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6909
6910 * gdb.texinfo (-target-disconnect): Use @smallexample.
6911 (Requirements): Add anchor for Expat. Update description.
6912 (Target Descriptions): Mention Expat.
6913 (Target Description Format): Document new elements. Use
6914 @smallexample.
6915 (Predefined Target Types, Standard Target Features): New sections.
669fac23 6916 * gdbint.texinfo (Target Descriptions): New section.
123dc839 6917
108546a0
DJ
69182007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6919
6920 * gdb.texinfo (Target Description Format): Add section on XInclude.
6921
95a98c01
NR
69222006-02-03 Nick Roberts <nickrob@snap.net.nz>
6923
6924 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6925 command -enable-timings.
6926
f4b3909f
EZ
69272007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6928
5ae4183a 6929 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
6930 descriptions for new/deleted elements in gdb_osabi. Add missing
6931 description for function generic_elf_osabi_sniff_abi_tag_sections.
6932
c7ba131e
JB
69332007-01-29 Joel Brobecker <brobecker@adacore.com>
6934
6935 * gdb.texinfo (Maintenance Commands): Add documentation for
6936 the new "maint print target-stack" command.
6937
3a60f64e
JK
69382007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6939 Eli Zaretskii <eliz@gnu.org>
6940
f4b3909f 6941 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 6942
c582f8b6
EZ
69432007-01-26 Eli Zaretskii <eliz@gnu.org>
6944
6945 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6946 Use @value{NGCC} instead of @value{GCC}.
6947
d3e8051b
EZ
69482007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6949
6950 * agentexpr.texi: Fix typos.
6951 * annotate.texinfo: Likewise.
6952 * gdb.texinfo: Likewise.
6953 * gdbint.texinfo: Likewise.
6954 * observer.texi: Likewise.
6955 * stabs.texinfo: Likewise.
6956
86f04699
EZ
69572007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6958
6959 * gdbint.texinfo (Support Libraries): Remove mmalloc
6960 entry. Describe readline library.
6961
23181151
DJ
69622007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6963
6964 * gdb.texinfo (Target Descriptions): New section.
6965 (General Query Packets): Add QPassSignals anchor. Mention
6966 qXfer:features:read under qSupported. Expand mentions of
6967 qXfer:memory-map:read and QPassSignals. Document
6968 qXfer:features:read.
6969
f822c95b
DJ
69702007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6971
6972 * gdb.texinfo (Commands to specify files): Describe
6973 "set sysroot" and "show sysroot".
6974 (Using the `gdbserver' program): Lowercase argument
6975 to @var. Expand description of setting up GDB on the
6976 host.
6977
8936fcda
JB
69782007-01-05 Joel Brobecker <brobecker@adacore.com>
6979
6980 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6981 catch exception, catch exception unhandled, and catch assert
6982 commands.
6983
e776119f
DJ
69842007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6985
6986 * gdb.texinfo (Debugging Output): Document "set debug xml"
6987 and "show debug xml".
6988
aa79a185
DJ
69892007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6990
6991 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6992
7f893741
JB
69932007-01-01 Joel Brobecker <brobecker@adacore.com>
6994
6995 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6996
a1b5960f
VP
69972006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6998
6999 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7000 note in @ignore, to be removed later if nobody complains.
7001
9f470e6e
NR
70022006-12-04 Nick Roberts <nickrob@snap.net.nz>
7003
7004 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7005 of -var-delete.
7006
765dc015 70072006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 7008
765dc015 7009 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
7010 automatic software/hardware breakpoint usage and
7011 the "set breakpoint auto-hw" command.
765dc015 7012
4b5752d0
VP
70132006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7014
7015 * gdb.texinfo (Memory Access Checking): New.
7016
89be2091
DJ
70172006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7018
7019 * gdb.texinfo (Remote configuration): Mention
7020 "pass-signals-packet".
7021 (General Query Packets): Document QPassSignals. Fix
7022 a typo.
7023
ca3bf3bd
DJ
70242006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7025
7026 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7027
427c3a89
DJ
70282006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7029
7030 * gdb.texinfo (Remote configuration): Rewrite documentation for
7031 packet configuration commands.
7032 (OS Information): Adjust reference to qXfer:auxv:read.
7033 (General Query Packets): Remove references to read-aux-vector-packet
7034 and set remote get-thread-local-storage-address.
7035
7a107747
DJ
70362006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7037
7038 * gdbint.texinfo (Target Architecture Definition): Add new
7039 Initializing a New Architecture section.
7040
1c56eb0e
EZ
70412006-10-31 David Taylor <dtaylor@emc.com>
7042
7043 * stabs.texinfo (Macro define and undefine): New node describing
7044 stabs for #define and #undef.
7045
f73adfeb
AS
70462006-10-27 Andreas Schwab <schwab@suse.de>
7047
7048 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7049
fd60e0df
EZ
70502006-10-21 Eli Zaretskii <eliz@gnu.org>
7051
7052 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7053 clarify on the possible meanings of ``expression'' watched by
7054 watchpoints. Add indexing.
e5ac9b53
EZ
7055 (Prompting, Errors, Invalidation, Annotations for Running)
7056 (Source Annotations): Fix index entries by adding "annotation" to
7057 them, to discriminate from index entries that point to the more
7058 general topic descriptions.
fd60e0df 7059
52bb452f
DJ
70602006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7061
7062 * gdbint.texinfo (Target Vector Definition): Move most
7063 content into Existing Targets. Add a menu.
7064 (Existing Targets): New section, moved from Target Vector
7065 Definition. Use @subsection.
7066 (Managing Execution State): New section.
7067
58955e58
BW
70682006-10-16 Bob Wilson <bob.wilson@acm.org>
7069
7070 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7071
c8aa23ab
EZ
70722006-10-15 Eli Zaretskii <eliz@gnu.org>
7073
7074 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7075 (Command Syntax, Signals, Backtrace, Connecting)
7076 (Remote configuration, Renesas Boards, Console I/O): Fix last
7077 change: use Ctrl- instead of C-, except wrt Emacs.
7078 (File-I/O Examples): Put Ctrl-c in @kbd.
7079 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7080 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
7081 (Signals, Set Breaks, Set Watchpoints): Document optional
7082 arguments to `info signals' `handle', `info breakpoints', and
7083 `info watchpoints'.
c8aa23ab 7084
e7109c7e
EZ
70852006-10-14 Eli Zaretskii <eliz@gnu.org>
7086
7087 * gdb.texinfo (Backtrace): Fix last change.
7088
de3aea7b
NR
70892006-10-14 Nick Roberts <nickrob@snap.net.nz>
7090
7091 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7092
7f9087cb
BW
70932006-10-10 Bob Wilson <bob.wilson@acm.org>
7094
c8aa23ab
EZ
7095 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7096 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7097 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 7098
68437a39
DJ
70992006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7100 Daniel Jacobowitz <dan@codesourcery.com>
7101
7102 * gdb.texinfo (Packets): Document vFlashErase,
7103 vFlashWrite and vFlashDone packets.
7104 (General Query Packets): Document qXfer:memory-map:read.
7105 Add a new feature for qXfer:memory-map:read.
7106 (Memory map format): New section.
7107 (Target Commands): Mention that gdb can write flash.
7108
fd79ecee
DJ
71092006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7110 Daniel Jacobowitz <dan@codesourcery.com>
7111
7112 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7113 memory regions and "mem auto".
7114
350da6ee
DJ
71152006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7116
7117 * gdbint.texinfo (Array Containers): New section.
7118
2f1acb09
VP
71192006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7120
7121 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7122 -stack-list-arguments HIGH_FRAME argument can be larger then the
7123 actual number of frames.
7124
2ab1eb7a
VP
71252006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7126
7127 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
7128 -stack-list-locals HIGH_FRAME argument can be larger then the
7129 actual number of frames.
2ab1eb7a 7130
599b237a
BW
71312006-09-02 Bob Wilson <bob.wilson@acm.org>
7132
7133 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7134 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7135
25ab7e6d
EZ
71362006-09-02 Eli Zaretskii <eliz@gnu.org>
7137
7138 * gdbint.texinfo (Overall Structure): New section "Source Tree
7139 Structure".
7140
940178d3
JB
71412006-08-17 Jim Blandy <jimb@codesourcery.com>
7142
7143 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7144 responses.
7145
30daae6c
JB
71462006-08-08 Joel Brobecker <brobecker@adacore.com>
7147
7148 * gdb.texinfo (Source Path): Add documentation for new
7149 substitute-path commands.
7150
7fa2210b
DJ
71512006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7152
7153 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7154 (Running Configure): ...here.
7155 (Requirements): New node. Mention expat.
7156
3d00d119
DJ
71572006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7158
5ae4183a 7159 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
7160 'set download-write-size' and 'show download-write-size'.
7161
0cbfa4ee
DJ
71622006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7163
7164 * stabs.texinfo (Member Type Descriptor): Correct example for
7165 pointer to member types.
7166
16026cd7
AS
71672006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7168
7169 * gdb.texinfo (Optional warnings and messages): Add
7170 'set/show trace-commands'.
7171 (Command files): Add '-v' to source command.
7172
0876f84a
DJ
71732006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7174
7175 * gdb.texinfo (OS Information): Update qPart reference to
7176 qXfer.
7177 (Remote configuration): Likewise.
7178 (Overview): Move @cindex to the start of a paragraph. Talk
7179 about binary data encoding.
7180 (Packets): Refer to the overview for the details of the X
7181 packet encoding.
7182 (General Query Packets): Remove qPart description. Add qXfer
7183 description. Add an anchor to qSupported. Correct feature
7184 table title. Add a new feature for qXfer:auxv:read.
7185 (Interrupts): Add a missing parenthesis.
7186
2ec3381a
DJ
71872006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7188
669fac23 7189 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
7190 (GDB/MI Kod Commands): Remove commented out node.
7191
594fe323
EZ
71922006-07-01 Eli Zaretskii <eliz@gnu.org>
7193
7194 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7195 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7196 (GDB/MI Thread Commands, GDB/MI Program Execution)
7197 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7198 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7199 (GDB/MI File Commands, GDB/MI Target Manipulation)
7200 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7201 since the MI prompt is hard-wired into the code.
7202
7e3fb70c
NR
72032006-07-01 Nick Roberts <nickrob@snap.net.nz>
7204
7205 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7206 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7207 (GDB/MI Data Manipulation): Remove description of unimplemented
7208 display related commands as variable objects perform this function
7209 and are superior: -display-delete, -display-disable,
7210 -display-enable, -display-insert and -display-list. Move
7211 -environment-cd, -environment-directory, -environment-path
7212 and -environment-pwd to "Program Context".
7213 (GDB/MI Program Control): Rename to "Program Execution". Move
7214 -exec-arguments -exec-abort to...
7215 (GDB/MI Program Context): ...here. New node split from "Data
7216 Manipulation".
7217
be2a5f71
DJ
72182006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7219
7220 * gdb.texinfo (Remote configuration): Document set / show
7221 remote supported-packets.
7222 (General Query Packets): Document qSupported packet.
7223
fc320d37
SL
72242006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7225
7226 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7227 and font markup.
7228 (Protocol basics): Likewise.
7229 (The F request packet): Likewise.
7230 (The F reply packet): Likewise.
7231 (Memory transfer): Move this node to be a subsubsection of
7232 "Protocol specific representation of datatypes".
7233 (The Ctrl-C message): More copy editing.
7234 (Console I/O): Likewise.
7235 (The isatty call): Delete this node, and merge its content into
7236 the "isatty" node. Fixed references elsewhere.
7237 (The system call): Delete this node, and merge its content into
7238 the "system" node. Fixed references elsewhere.
7239 (open): Reformat to use @table, and add appropriate font markup.
7240 (close): Likewise.
7241 (read): Likewise.
7242 (write): Likewise.
7243 (lseek): Likewise.
7244 (rename): Likewise.
7245 (unlink): Likewise.
7246 (stat/fstat): Likewise.
7247 (gettimeofday): Likewise.
7248 (isatty): Likewise.
7249 (system): Likewise, plus minor changes to fix confusing wording.
7250 (Integral datatypes): Fix font markup.
7251 (Pointer values): Likewise.
7252 (struct stat): Fix markup to use @table, plus minor copy editing.
7253 (struct timeval): Fix font markup, plus minor copy editing.
7254 (Constants): Minor copy editing.
7255 (Errno values): Add font markup.
7256 (File-I/O Examples): Likewise.
7257
158fdf5c
NR
72582006-06-10 Nick Roberts <nickrob@snap.net.nz>
7259
7260 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7261 (GDB/MI Simple Examples): Move node up one level. Use real
7262 examples.
7263 (GDB/MI Compatibility with CLI): Update.
7264 (GDB/MI Result Records): Add "connected" and "exit" result
7265 classes.
7266 (GDB/MI Stream Records): Clarify target output.
7267 (GDB/MI Command Description Format): Modify example description.
7268 (GDB/MI Breakpoint Table Commands): Rename to...
7269 (GDB/MI Breakpoint Commands): ...this
7270 (GDB/MI Breakpoint Commands): Add optional thread field.
7271 (GDB/MI Program Control): Add an introduction. Move "Program
7272 termination" examples into exec-run description.
7273 (GDB/MI File Commands): Mention similar CLI commands.
7274 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7275 is similar to "-gdb-version".
7276
ddb50cd7
EZ
72772006-06-09 Eli Zaretskii <eliz@gnu.org>
7278
7279 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7280
2aef0d6b
NR
72812006-06-02 Nick Roberts <nickrob@snap.net.nz>
7282
7283 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7284 sourceware.org for mailing lists.
d5e40d59 7285 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 7286
383a5c52
NR
72872006-06-01 Nick Roberts <nickrob@snap.net.nz>
7288
d5e40d59 7289 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 7290
e16b02ee
EZ
72912006-05-22 Eli Zaretskii <eliz@gnu.org>
7292
7293 * gdb.texinfo (Cygwin Native): Fix last change.
7294
be90c084
CF
72952006-05-22 Christopher Faylor <cgf@timesys.com>
7296
7297 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7298
347ceba5
NR
72992006-05-15 Nick Roberts <nickrob@snap.net.nz>
7300
7301 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7302 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7303
369af7bd
DJ
73042006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7305
7306 * gdb.texinfo (General Query Packets): Recommend not starting
7307 new packets with qC and clarify.
7308
2ffdbde8 73092006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
7310
7311 * gdb.texinfo (M2 Types): New section.
72019c9c 7312
16d1a084
DJ
73132006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7314
7315 * agentexpr.texi: Add a copyright and license notice.
7316 * observer.texi: Likewise, with GPL clause for function prototypes.
7317 Remove trailing whitespace.
7318
aa56d27a
JB
73192006-05-05 Jim Blandy <jimb@codesourcery.com>
7320
7321 * gdb.texinfo (General Query Packets): Document conventions for
7322 terminating packet names, and their violations.
7323
5bdf8622
DJ
73242006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7325
7326 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7327 * gdb.texinfo: Likewise.
7328
605a56cb
DJ
73292006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7330
7331 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7332 and "show remotedebug".
7333 (Debugging Output): Add additional index entries.
7334
b8db102d
MS
73352006-04-27 Michael Snyder <msnyder@redhat.com>
7336
7337 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7338
c5e30d01
AC
73392006-04-22 Andrew Cagney <cagney@redhat.com>
7340
7341 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7342 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7343
8181d85f
DJ
73442006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7345
7346 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7347 and remove breakpoint prototypes.
7348 (Watchpoints): Move description of target_insert_hw_breakpoint and
7349 target_remove_hw_breakpoint ...
7350 (Breakpoints): ... to here. Document target_insert_breakpoint and
7351 target_remove_breakpoint.
7352
4f553f88
JB
73532006-04-17 Jim Blandy <jimb@codesourcery.com>
7354
7355 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7356 and C packets are optional.
7357
cd852561
FR
73582006-04-14 Frederic Riss <frederic.riss@st.com>
7359
7360 * gdb.texinfo (Specifying source directories): Update the description
7361 of the source file search to reflect the fact that the source path
7362 always contains at least $cdir and $cwd.
7363
b620eb07
MS
73642006-03-31 Michael Snyder <msnyder@redhat.com>
7365
7366 * gdb.texinfo: Update copyright dates.
7367
3156cdaf
EZ
73682006-03-31 Eli Zaretskii <eliz@gnu.org>
7369
7370 * gdb.texinfo (Overview): Add an index entry to "empty response".
7371
7d30c22d
JB
73722006-03-28 Jim Blandy <jimb@codesourcery.com>
7373
7374 * gdbint.texinfo (Prologue Analysis): New section.
7375
86941c27
JB
73762006-03-07 Jim Blandy <jimb@red-bean.com>
7377
66b8c7f6
JB
7378 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7379
1a10341b
JB
7380 * gdb.texinfo (Target Commands): Update text describing how to
7381 specify a target. Refer to the detailed section on remote
7382 debugging, not the brief mention.
7383
86941c27
JB
7384 * gdb.texinfo (Connecting): Organize the different 'target remote'
7385 connection methods into a table. Add a 'target remote' index
7386 entry. (!!!)
7387
62f3a2ba
FF
73882006-02-17 Fred Fish <fnf@specifix.com>
7389
7390 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7391 'ptype' commands to reflect the fact that the only significant
7392 difference between them is that ptype prints the complete type
7393 description instead of just the name.
7394
8b9a88ea
WZ
73952006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7396
7397 * gdbint.texinfo (Watchpoints): Delete
7398 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7399
7e8dc855
NR
74002006-02-10 Nick Roberts <nickrob@snap.net.nz>
7401
7402 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7403 times fields where needed. Fix typos. Update general form given
7404 for output of -break-insert.
7405 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7406
c91d38aa
DJ
74072006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7408
7409 * gdbint.texinfo (Symbol Handling): Add a section
7410 on memory management.
7411
38fcd64c
DJ
74122006-02-06 Vladimir Prus <ghost@cs.msu.su>
7413
7414 * gdb.texinfo (Breakpoint table commands): Document the fullname
7415 field in -break-list output.
7416
219eec71
EZ
74172006-02-03 Eli Zaretskii <eliz@gnu.org>
7418
7419 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7420 debugging information produced by the various "set debug..."
7421 options.
7422
ae5a43e0
DJ
74232006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7424
7425 * gdb.texinfo (Files): Remove obsolete bits from the description
7426 of "symbol-file".
7427
a9f158ec
JB
74282006-01-25 Jim Blandy <jimb@redhat.com>
7429
7430 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7431
410dd08e
JB
74322006-01-24 Jim Blandy <jimb@redhat.com>
7433
7434 * gdbint.texinfo (Frames): Document the basics of GDB's register
7435 unwinding model, and explain the existence of the "sentinel" frame.
7436
4b505b12
AS
74372006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7438
7439 * gdb.texinfo (Choosing files): Mention that -directory is used
7440 for script files.
7441 (Specifying source directories): Likewise.
7442 (Command files): Explain how script files are found.
7443
839c27b7
EZ
74442006-01-21 Eli Zaretskii <eliz@gnu.org>
7445
7446 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7447 the threads in a multi-threaded program.
7448 (Threads): The threadno argument of "thread apply" can be a range
7449 of numbers.
7450
7be93b9e
JB
74512006-01-18 Jim Blandy <jimb@redhat.com>
7452
7453 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7454 of warning flags.
7455
fcc73fe3
EZ
74562006-01-13 Eli Zaretskii <eliz@gnu.org>
7457
7458 * gdb.texinfo (Sequences): Improve menu annotations.
7459 (Define): Add index entries for arguments of user-defined
7460 commands. Move the description of flow-control commands...
7461 (Command Files): ...to here. Document loop_break and
7462 loop_continue.
ca91424e
EZ
7463 (Define, Command Files): Document `end' and add index entries for
7464 it.
fcc73fe3 7465
5c95884b
MS
74662006-01-04 Michael Snyder <msnyder@redhat.com>
7467
7468 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 7469 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 7470
860701dc
PH
74712006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7472
7473 * gdb.texinfo (Omissions from Ada): Document that there is now
7474 limited aggregate support.
7475
36b80e65
EZ
74762005-12-28 Eli Zaretskii <eliz@gnu.org>
7477
7478 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7479 registers and the likes.
7480
c1468174
EZ
74812005-12-24 Eli Zaretskii <eliz@gnu.org>
7482
7483 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7484 (Symbols): Fix usage of "e.g.".
359df76b 7485 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
7486
7487 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7488 (Coding): Fix usage of "e.g.".
7489
c02a867d
EZ
74902005-12-23 Eli Zaretskii <eliz@gnu.org>
7491
5ae4183a
AS
7492 * stabs.texinfo:
7493 * refcard.tex:
c02a867d 7494 * gpl.texi:
5ae4183a
AS
7495 * gdbint.texinfo:
7496 * gdb.texinfo:
7497 * gdb-cfg.texi:
c02a867d 7498 * fdl.texi:
5ae4183a
AS
7499 * annotate.texinfo:
7500 * all-cfg.texi:
c02a867d
EZ
7501 * Makefile.in: Add (C) after Copyright. Update the FSF
7502 address.
7503
fad38dfa
EZ
75042005-12-03 Eli Zaretskii <eliz@gnu.org>
7505
7506 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7507 extend GDB with commands for external monitor.
7508
53e5f3cf
AS
75092005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7510
7511 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7512
55f6ca0f
JB
75132005-11-25 Joel Brobecker <brobecker@adacore.com>
7514
7515 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7516
c1947b85
JB
75172005-11-21 Jim Blandy <jimb@redhat.com>
7518
7519 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7520 placement of 'R' actions in tracepoint action packets; document
7521 dependence of 'X' and 'M' actions on a preceding 'R' action for
7522 their registers.
7523
9d29849a
JB
75242005-11-19 Jim Blandy <jimb@redhat.com>
7525
7526 * gdb.texinfo (Tracepoint Packets): New node.
7527 (General Query Packets): Add entries for the tracepoint packets,
7528 referring to the "Tracepoint Packets" node.
7529 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 7530
9a6253be
KB
75312005-11-18 Kevin Buettner <kevinb@redhat.com>
7532
7533 * gdb.texinfo (set remotebreak): Add anchor.
7534 (X packet): Likewise.
7535 (Remote Protocol): Add new section `Interrupts' and new index
7536 entry `interrupts (remote protocol)'.
7537
5f3bebba
JB
75382005-11-18 Jim Blandy <jimb@redhat.com>
7539
7540 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7541 entries into the General Query Packets section. Add a
7542 cross-reference to that section. Drop description of replies, as
7543 these are covered in the descriptions of each packet.
7544 (General Query Packets): Add introductory text. Explain naming
7545 conventions, and how the end of a name is recognized.
7546
9a7a1b36
KB
75472005-11-17 Kevin Buettner <kevinb@redhat.com>
7548
0564b6cf 7549 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
7550 "set remotebreak" command.
7551
b8ff78ce
JB
75522005-11-16 Jim Blandy <jimb@redhat.com>
7553
7554 * gdb.texinfo (Packets, Stop Reply Packets)
7555 (General Query Packets): Various formatting cleanups.
7556 - Use @samp for packet contents.
7557 - Drop summaries from packet @item lines; the same information appears
7558 immediately below in the description.
7559 - Delete paragraph breaks after packet @item commands, so that the
7560 description appears directly to the right of the packet prototype
7561 in the printed manual, if it fits.
7562 - Place spaces in packet prototypes between @vars and non-@var
7563 letters, and explain that they're just for formatting.
7564 - Use @dots{} instead of '...'.
7565 - Fix uses of @code where @var was needed.
7566 - Replace "deprecated" markers with English text spelling out the
7567 packet's status and the preferred alternatives.
7568 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7569 what this ever meant.
7570 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7571 this for a long time.
7572 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7573 implemented several times, and have been in use for years.
7574
8ffe2530
JB
75752005-11-15 Jim Blandy <jimb@redhat.com>
7576
c43c5473
JB
7577 * gdb.texinfo (Packets): Add index entries for 'm' packet
7578 disclaimers.
5ae4183a 7579
fb031cdf
JB
7580 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7581 of stub when processing an 'm' packet.
7582
8ffe2530
JB
7583 * gdb.texinfo (Packets): Mention that packets beginning with
7584 letters are reserved once, at the top, instead of actually listing
7585 them all and saying "reserved".
7586
c03c782f
AS
75872005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7588
7589 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7590 Change @var{$arg0 to @code{$arg0.
7591
814e32d7
WZ
75922005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7593
7594 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7595
fa93a9d8
JB
75962005-11-12 Jim Blandy <jimb@redhat.com>
7597
7598 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7599 order. Remove extraneous 'z'.
7600
8a5a3c82
AS
76012005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7602
7603 * gdb.texinfo (Choosing files): Add --eval-command.
7604
4b0ad762
AS
76052005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7606
7607 * gdb.texinfo (Choosing modes): Add --return-child-result.
7608
7609
1a088d06
AS
76102005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7611
7612 * gdb.texinfo (Choosing modes): Add --batch-silent.
7613
656d5e12
EZ
76142005-10-28 Eli Zaretskii <eliz@gnu.org>
7615
7616 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7617 "The -var-update Command".
7618
3c9c013a
JB
76192005-10-03 Joel Brobecker <brobecker@adacore.com>
7620
7621 * gdb.texinfo (Print Settings): Add documentation for set/show
7622 print array-indexes.
7623
7ba3cf9c
DJ
76242005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7625
7626 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7627 6.2 and 6.3.
7628
a94ab193
EZ
76292005-08-27 Eli Zaretskii <eliz@gnu.org>
7630
7631 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7632 since 19-Jan-2004.
7633 (Files): Likewise.
ab1adacd
EZ
7634 (Variables, Symbols): Document the "<incomplete type>" message and
7635 its reasons.
a94ab193 7636
ca06016a
FF
76372005-08-01 Fred Fish <fnf@specifix.com>
7638
7639 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7640
cf58170d
NR
76412005-07-15 Nick Roberts <nickrob@snap.net.nz>
7642
7643 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7644 option for -var-list-children and -var-update.
7645 (GDB/MI Stack Manipulation): Simplify description of
7646 print-values option for -stack-list-locals.
7647 (GDB/MI Command Description Format): Clarify.
7648 (Mode Options): Spelling of superseded.
7649
38f1196a
BR
76502005-07-12 Bob Rossi <bob@brasko.net>
7651
7652 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7653 corresponding GDB command comment.
7654
3cb3b8df
BR
76552005-07-06 Bob Rossi <bob@brasko.net>
7656
7657 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7658 and -inferior-tty-show.
7659 (Input/Output): Document "set/show inferior-tty" and tty alias.
7660
10fac096
NW
76612005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7662
7663 * gdb.texinfo (Packets): Change description of 'D' packet to note
7664 that GDB does wait for a response.
7665
d1b6db76
NR
76662005-06-22 Nick Roberts <nickrob@snap.net.nz>
7667
7668 * gdb.texinfo (History) Rename "Command History".
7669 (Command History): Move node "Server Prefix" from section on
7670 Annotations here.
7671
29629dcf
NR
76722005-06-19 Nick Roberts <nickrob@snap.net.nz>
7673
7674 * gdb.texinfo (GDB/MI Stack Manipulation):
7675 Re-instate -stack-info-frame with example. Say that it gets
7676 info on selected frame, not current frame.
7677
397ca115
EZ
76782005-06-18 Eli Zaretskii <eliz@gnu.org>
7679
7680 * gdb.texinfo (Server): Clarify that `file' should be used before
7681 connecting to the server.
7682 (Files): Add an xref to the above description.
51274035
EZ
7683 (Output Formats): More detailed description of the `c' format.
7684 (Memory): List explicitly all the formats supported by `x'.
638ac427 7685 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 7686 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
7687 files. Add more indexing for solib-absolute-prefix and
7688 --with-sysroot.
76d17f34
EZ
7689 (Machine Code): Document possible problems with locations in
7690 shared libraries.
d416eeec
EZ
7691 (Backtrace): Document that free-standing environments do not need
7692 to have a `main' function.
397ca115 7693
74f6deaa
NR
76942005-06-18 Nick Roberts <nickrob@snap.net.nz>
7695
7696 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7697 -stack-info-frame.
7698
a9967aef
AC
76992005-06-07 Andrew Cagney <cagney@gnu.org>
7700
7701 * gdb.texinfo (Contributors): Note the original multi-arch
7702 contributors.
7703
e09f16f9
EZ
77042005-06-03 Eli Zaretskii <eliz@gnu.org>
7705
7706 * gdb.texinfo (Registers): Add index entries for the standard
7707 registers.
7708 (Frames): Add cross-reference from frame pointer description to
7709 the Registers node.
7710 (Annotations Overview): Fix the reference to GDB name.
7711
d87ba7ee
EZ
77122005-06-01 Eli Zaretskii <eliz@gnu.org>
7713
7714 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7715 can-use-hw-watchpoints.
7716
034dad6f
BR
77172005-05-28 Bob Rossi <bob@brasko.net>
7718
7719 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7720 the possible reasons why an exec async record would be returned to FE.
7721
ffed4509
AC
77222005-05-26 Andrew Cagney <cagney@gnu.org>
7723
7724 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7725 Andrew Cagney implemented the original GDB/MI.
7726
e22e55c9
OF
77272005-05-23 Orjan Friberg <orjanf@axis.com>
7728
7729 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7730 documentation. Add documentation for cris-mode.
7731
a78e13ce
EZ
77322005-05-20 Eli Zaretskii <eliz@gnu.org>
7733
7734 * gdb.texinfo (Numbers): Explain the example and make the wording
7735 more acurate.
7736
76ff342d
DJ
77372005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7738 Dennis Brueni <dennis@slickedit.com>
7739
7740 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7741 (GDB/MI Data Manipulation, GDB/MI Program Control)
7742 (GDB/MI Stack Manipulation): Update examples to include the fullname
7743 attribute in stack frames.
7744
119b882a
EZ
77452005-05-12 Eli Zaretskii <eliz@gnu.org>
7746
7747 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7748 do with other non-standard names of init files.
7749
6fc08d32
EZ
77502005-05-11 Eli Zaretskii <eliz@gnu.org>
7751
7752 * gdb.texinfo (Command Files): Move the description of the startup
7753 from here...
7754 (Startup): ...to this new subsection of the Invocation chapter.
7755 Rearrange the description of init files more logically and add a
7756 cross-reference to "Command Files". Document the special gdbinit
7757 name for CISCO 68k. Expand the description of what GDB does
7758 during startup.
7759 (History): Add index entry for HISTSIZE.
7760
a561754a
MK
77612005-05-02 Mark Kettenis <kettenis@gnu.org>
7762
7763 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7764
2eecc4ab
EZ
77652005-05-02 Eli Zaretskii <eliz@gnu.org>
7766
7767 * gdb.texinfo (SVR4 Process Information, The isatty call)
7768 (The system call): Don't use foo(N) notation for man pages and
7769 functions.
514c4d71 7770 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 7771
18999be5
EZ
77722005-04-27 Eli Zaretskii <eliz@gnu.org>
7773
7774 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7775 were optimized away.
7776
0abb7bc7
EZ
77772005-04-22 Eli Zaretskii <eliz@gnu.org>
7778
7779 * gdb.texinfo (Remote configuration): Document "set/show
7780 get-thread-local-storage-address". Add cross-reference to the
7781 description of the qGetTLSAddr packet.
7782 (General Query Packets): Mention "set remote
7783 get-thread-local-storage-address" and add a reference to its
7784 description.
7785
6f61acb1
NR
77862005-04-19 Nick Roberts <nickrob@snap.net.nz>
7787
7788 * gdb.texinfo (Backtrace): Describe 'bt full'.
7789
9d59903a
NR
77902005-04-17 Nick Roberts <nickrob@snap.net.nz>
7791
7792 * gdb.texinfo (Mode Options): Fix typo.
7793 (GDB/MI): Describe how to invoke GDB/MI.
7794
721c2651
EZ
77952005-04-16 Eli Zaretskii <eliz@gnu.org>
7796
7797 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 7798 references changed. Add description of "info udot".
721c2651
EZ
7799 (Files): Document "set/show stop-on-solib-events".
7800 (M32R/D): Document "set/show download-path", "set/show
7801 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
7802 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7803 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
7804 (Maintenance Commands): Improve indexing.
7805 (Target Commands): Document "set/show hash", "set/show debug
7806 monitor".
7807 (SVR4 Process Information): Document "info pidlist" and "info
7808 meminfo". Document "set/show procfs-tarce" and "set/show
7809 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7810 (Symbols, The Print Command with Objective-C): Improve indexing.
7811 (Objective-C): Add references to "info classes" and "info
7812 selectors".
c45da7e6
EZ
7813 (Debugging Output): Improve wording. Document "set/show debug
7814 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
7815 (Set Breaks): Add index entry for "hardware breakpoints".
7816 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7817 and "set/show usehardbreakpoints".
7818 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7819 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
7820 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7821 rdiromatzero", "set/show rdiheartbeat".
7822 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7823 "sds".
7824 (Embedded Processors): Document the "sim" command.
7825 (Remote): Document the "remote" command.
7826 (DJGPP Native): Document the "info serial" command.
7827 (Threads): Document "maint info sol-threads".
7828 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7829 (Set Breaks): Improve indexing.
7830 (Command Syntax): Add a reference to dont-repeat.
7831 (Define): Document "dont-repeat".
7832 (TUI Commands): Document "tabset".
7833 (WinCE): New subsection. Document "set/show remotedirectory",
7834 "set/show remoteupload", "set/show remoteaddhost".
721c2651 7835
14d6dd68
EZ
78362005-04-15 Eli Zaretskii <eliz@gnu.org>
7837
7838 * gdb.texinfo (Hurd Native): New subsection, documents
7839 Hurd-specific commands.
a64548ea 7840 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 7841 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
7842 (MIPS): Improve documentation of heuristic-fence-post. Document
7843 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7844 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7845 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 7846 (ARM): Document ARM-specific commands.
a64548ea
EZ
7847 (AVR): New section. Document "info io_registers".
7848 (CRIS): New section. Document "set/show cris-version" and
7849 "set/show cris-dwarf2-cfi".
7850 (HPPA): New section. Document "set/show debug hppa" and "maint
7851 print unwind".
a5adf40f 7852 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 7853 (Super-H): New section. Document the "regs" command.
721c2651 7854 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 7855
9c16f35a
EZ
78562005-04-09 Eli Zaretskii <eliz@gnu.org>
7857
7858 * gdb.texinfo (Print Settings): Document "set/show print
7859 pascal_static-members", "set print repeats", "show print
7860 null-stop". Improve indexing. Fix documentation of "set print
7861 union".
7862 (Pascal): New section.
7863 (Supported languages): Rename from "Support"; all references
7864 updated. Add a menu item for Pascal.
7865 (Numbers): Document "set radix.
7866 (Screen Size): Document "set/show pagination".
7867 (MIPS Embedded): Remove "set processor" documentation.
7868 (Remote configuration): Document "set/show X/P/Z-packet",
7869 "set/show read-aux-vector-packet", "set/show remote
7870 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7871 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7872 remotedebug", "set/show remotebreak", "set/show remotedevice",
7873 "set/show remotelogfile".
7874 (Auxiliary Vector): Add reference to the description of the
7875 read-aux-vector-packet setting.
7876 (Set Watchpoints): Add a cross-reference to "set remote
7877 hardware-breakpoint-limit".
7878 (General Query Packets): Add indexing of requests and
7879 cross-references to related commands in "Remote configuration".
7880 (File-I/O Overview, The system call): Fix wording and typos.
7881 (Thread Stops): Add index entries.
7882 (Continuing and Stepping): Document "show step-mode".
7883 (i386): New node. Document "set/show struct-convention".
7884 (Files): Document "show trust-readonly-sections".
7885 (Calling): Document "set/show unwindonsignal".
7886 (Messages/Warnings): Add index entries.
7887 (Maintenance Commands): Document "set/show watchdog".
7888 (Annotations Overview): Document "show annotate".
7889 (Set Watchpoints): Add index entries.
7890 (Symbols): Fix doc of case-sensitive.
7891 (ABI): Document "show coerce-float-to-double".
7892 (Convenience Vars, Help): Improve indexing.
7893 (Machine Code): Document "show disassembly-flavor".
7894 (Debugging C plus plus): Document "show overload-resolution".
7895 (Value History, Signaling): Add index entries.
7896
78972005-04-08 Eli Zaretskii <eliz@gnu.org>
7898
7899 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7900 (Processes): Fix wording.
7901 (History, List, Logging output, Define, Symbols, Print Settings):
7902 Improve indexing.
7903
a8f24a35
EZ
79042005-04-03 Eli Zaretskii <eliz@gnu.org>
7905
7906 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7907 redundant index entry for "target" command.
7908 (Backtrace): Add index entries.
7909 (Symbols, Fortran): Document the "set case-sensitive" command.
7910 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7911 (Print Settings): Add index entry for "set demangle-style".
7912 (Target Commands): Document "set download-write-size".
7913 (Debugging Output): Document "set exec-done-display".
7914
09d4efe1
EZ
79152005-04-02 Eli Zaretskii <eliz@gnu.org>
7916
7917 * gdb.texinfo (Files): Fix the name and documentation of
7918 add-shared-symbol-files. Document its alias assf. Update the
7919 list of OSs where GDB supports shared libraries. Fix markup.
7920 (Continuing and Stepping): Add reference to @var{location} in the
7921 text.
7922 (Dump/Restore Files): Fix reference to @{filename}.
7923 (Help): Fix wording.
7924 (Attach): Ditto.
7925 (Set Watchpoints): Ditto.
7926 (Backtrace): Remove redundant index entries. Improve index
7927 entries.
7928 (Delete Breaks): Fix wording.
7929 (Memory): Document the compare-sections command.
7930 (Memory Region Attributes): Improve wording.
7931 (Disabling): Improve wording.
7932 (Fortran): New subsection. Document the "info common" command.
7933 (Help): Document aliases "info copying" and "info warranty".
7934 (Caching Remote Data): New section. Document the "set/show
7935 remotecache" and "info dcache" commands.
7936 (Show): Fix wording of the documentation of the "set
7937 extension-language" command.
7938 (Signals): Add index entry for "info handle".
7939 (Memory Region Attributes): Fix punctuation.
7940 (Symbols): Change the arg name to "location" and refer to it in
7941 the text. Fix wording of "info types" doc.
7942 (Threads): Fix usage of @enumerate @item's.
7943 (Listing Tracepoints): Add index entry for "info tp".
7944 (Set Watchpoints): Add xref to "info break" description.
7945 (Macros): Add an index entry for "macro exp1". Document the
7946 "macro list" command.
7947 (Maintenance Commands): Document "flushregs", "maint agent",
7948 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7949 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7950 "maint print architecture", "maint print objfiles", "maint print
7951 statistics", "maint print type", "maint show-debug-regs", "maint
7952 space", "maint time", and "maint translate-address".
7953 (Connecting): Document the "monitor" command.
7954 (Annotations Overview): Describe the "set annotate" command.
7955
82f2d802
EZ
79562005-04-01 Eli Zaretskii <eliz@gnu.org>
7957
7958 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7959 Rearrange index entries and improve wording about support for
7960 hardware watchpoints.
7961
7d51c7de
BR
79622005-03-10 Bob Rossi <bob@brasko.net>
7963
7964 * gdb.texinfo: Update copyright
7965
68c71a2e
TR
79662005-02-09 Theodore A. Roth <troth@openavr.org>
7967
7968 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7969 error.
7970
83761cbd
KB
79712005-02-03 Kevin Buettner <kevinb@redhat.com>
7972
7973 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7974
9f1c6395
MS
79752005-01-17 Michael Snyder <msnyder@redhat.com>
7976
7977 * gdb.texinfo: Fix spelling, infinte -> infinite.
7978
fbd1b305
MK
79792005-01-08 Mark Kettenis <kettenis@gnu.org>
7980
7981 * observer.texi (GDB Observers): Document "solib_loaded".
7982
3ace7edb
AC
79832005-01-07 Andrew Cagney <cagney@gnu.org>
7984
bec39cab
AC
7985 * configure.ac: Rename configure.in, require autoconf 2.59.
7986 * configure: Re-generate.
7987
3ace7edb
AC
7988 * configure.in: Replace configdirs with multiple references to
7989 AC_CONFIG_SUBDIRS.
7990 * configure: Re-generate.
5ae4183a 7991
53531fc1
AC
79922005-01-04 Andrew Cagney <cagney@gnu.org>
7993
7994 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7995 part of the version number.
7996
536ffdb7
MK
79972004-12-24 Mark Kettenis <kettenis@gnu.org>
7998
7999 * gdbint.texinfo (Algorithms): Remove description of
8000 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8001
e1aac25b
JB
80022004-12-07 Jim Blandy <jimb@redhat.com>
8003
8004 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8005 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8006 numbers.
8007
f47b1503
AS
80082004-12-07 Andreas Schwab <schwab@suse.de>
8009
8010 * gdb.texinfo (Mode Options): Document -l option.
8011
b6b8ece6
EZ
80122004-12-04 Eli Zaretskii <eliz@gnu.org>
8013
8014 * gdbint.texinfo (Algorithms): More accurate description of
8015 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8016 is not needed unless data-read and data-access watchpoints are
8017 supported. Add a description of how GDB checks whether the
8018 inferior stopped because a watchpoint was hit.
8019
01371747
EZ
80202004-11-23 Eli Zaretskii <eliz@gnu.org>
8021
8022 * gdb.texinfo (Files): Add cross-reference to description of
8023 -readnow command-line switch.
8024
2315ffec
RC
80252004-11-10 Randolph Chung <tausq@debian.org>
8026
8027 * gdb.texinfo: Document set/show backtrace past-entry commands.
8028 Rearrange index entries for set/show backtrace past-main.
8029
69065f5d
AC
80302004-11-10 Jon Beniston <jon@beniston.com>
8031
8032 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
8033 * gdb.texinfo (Remote Serial Protocol): Further describe
8034 binary transfer escaping mechanism .
69065f5d 8035
30e91e0b
RC
80362004-11-08 Randolph Chung <tausq@debian.org>
8037
8038 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8039 and "show debug infrun". Add index entries.
8040
60bf7e09
EZ
80412004-10-23 Eli Zaretskii <eliz@gnu.org>
8042
8043 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8044 "info proc" that are already implemented. Add index entries.
8045 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
8046 (Files): Add a tip for decreasing memory used for symtabs from
8047 shared libraries.
f018e82f
EZ
8048 (Starting): Fix whitespace; make "elaboration" stand out where it
8049 is first used, and add an index entry for the term.
f8568604
EZ
8050 (Calling): Expand and elaborate text. Add "print". Add the
8051 description of problems with weak aliases.
384ee23f 8052 (Core File Generation): New section.
60bf7e09 8053
d52fe014
AC
80542004-10-12 Andrew Cagney <cagney@gnu.org>
8055
8056 * gdbint.texinfo (Versions and Branches): New chapter.
8057 (Releasing GDB): Delete "Versions and Branches" section.
8058 (Top): Add "Versions and Branches".
8059
703663ab
EZ
80602004-10-08 Eli Zaretskii <eliz@gnu.org>
8061
8062 * gdb.texinfo (Editing, History): Add cross-references to the
8063 included Readline and History user documentation. Remove
8064 references to the symbol have-readline-appendices which is unused
8065 and undefined.
8066 (History): Fix indexing.
8067
ac77d04f
JJ
80682004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8069
8070 * gdbint.texinfo (target_stopped_data_address): Update to
8071 new prototype.
8072 (i386_stopped_data_address): Update prototype and description.
8073 (i386_stopped_by_watchpoint): New function and description.
8074
e07c999f
PH
80752004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8076
8077 * gdb.texinfo (Filenames): Add Ada suffixes.
8078 (Ada) New section.
8079
2e868123
AC
80802004-09-27 Andrew Cagney <cagney@gnu.org>
8081 Robert Picco <Robert.Picco@hp.com>
8082
8083 * gdb.texinfo (Packets): Document the "p" packet.
8084
02a57714
JM
80852004-09-21 Jason Molenda (jmolenda@apple.com)
8086
8087 * gdb.texinfo (Paths and Names of the Source Files): Document the
8088 meaning of values in the 'desc' field of a SO stab.
8089
ae038cb0
DJ
80902004-09-20 Daniel Jacobowitz <dan@debian.org>
8091
8092 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8093 max-cache-age" and "maint show dwarf2 max-cache-age".
8094
f7dc1244
EZ
80952004-09-16 Eli Zaretskii <eliz@gnu.org>
8096
8097 * gdb.texinfo (Set Breaks): Add index entry for setting
8098 breakpoints on overloaded C++ functions that are not members of
8099 any classes. Add an example and an index entry for setting
8100 breakpoints on all program functions.
8101 (Character Sets, Macros, Overlay Commands)
8102 (Non-debug DLL symbols, GDB/MI Output Syntax)
8103 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8104 Use "(@value{GDBP})" instead of a literal "(gdb)".
8105
f810308b
AC
81062004-09-12 Andrew Cagney <cagney@gnu.org>
8107
8108 * gdbint.texinfo (Native Debugging): Delete description of
8109 FILES_INFO_HOOK.
8110
15a661f3
PH
81112004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8112
5ae4183a
AS
8113 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8114 to hex_string_custom (not historically correct, but more
15a661f3
PH
8115 understandable, given the current code).
8116
f3219c75
AC
81172004-09-03 Andrew Cagney <cagney@gnu.org>
8118
8119 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8120
f3bb6704
JJ
81212004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8122
8123 * observer.texi (solib_unloaded): New observer.
8124
8d2c00cb
AC
81252004-08-24 Andrew Cagney <cagney@gnu.org>
8126
8127 * gdbint.texinfo (Target Architecture Definition): Add missing
8128 comma.
8129
e7dc800a
MC
81302004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8131
8132 * (Using the Testsuite): build != host is supported,
8133 but some test scripts do not support build != host.
8134
73b03683
MK
81352004-08-14 Mark Kettenis <kettenis@gnu.org>
8136
8137 * gdbint.texinfo (Host Definition): Delete description of
8138 FCLOSE_PROVIDED and GETENV_PROVIDED.
8139
c0ccb908
MK
81402004-08-05 Mark Kettenis <kettenis@chello.nl>
8141
8142 * gdbint.texinfo (Host Definition): Delete description of
8143 NO_SYS_FILE.
8144 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8145 PTRACE_FP_BUG.
8146
9c8dbfa9
AC
81472004-08-05 Andrew Cagney <cagney@gnu.org>
8148
8149 * gdbint.texinfo (Target Architecture Definition): Delete
8150 reference to deprecated_read_fp.
8151
f42accbe
AC
81522004-08-02 Andrew Cagney <cagney@gnu.org>
8153
8154 * gdbint.texinfo (Target Architecture Definition): Delete
8155 description of DEPRECATED_REGISTER_BYTES.
8156
0b66e38c
EZ
81572004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8158
8159 * gdb.texinfo (Source Path): Document the new behavior of
8160 searching for the source files.
8161
15387254
EZ
81622004-07-17 Eli Zaretskii <eliz@gnu.org>
8163
8164 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8165 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8166 (Auto Display): Improve indexing.
8167
2c07db7a
AC
81682004-07-16 Andrew Cagney <cagney@gnu.org>
8169
8170 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8171 "-noasync".
8172
4644b6e3
EZ
81732004-07-09 Eli Zaretskii <eliz@gnu.org>
8174
8175 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8176 have the same prefix have only their prefix in the index.
8177
7561d450
MK
81782004-07-03 Mark Kettenis <kettenis@gnu.org>
8179
8180 * gdb.texinfo (BSD libkvm Interface): New node (section)
8181 (Native): Add it to the menu.
8182
67bebe79
MK
81832004-07-01 Mark Kettenis <kettenis@gnu.org>
8184
8185 * gdbint.texinfo (Target Architecture Definition): Remove
8186 PCC_SOL_BROKEN.
8187
1a6923e0
MK
81882004-06-24 Mark Kettenis <kettenis@gnu.org>
8189
8190 * gdbint.texinfo (Target Architecture Definition): Remove
8191 SUN_FIXED_LBRAC_BUG.
8192
b435e160
AC
81932004-06-26 Andrew Cagney <cagney@gnu.org>
8194
8195 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8196
b5622e8d
AC
81972004-06-20 Andrew Cagney <cagney@gnu.org>
8198
8199 * gdbint.texinfo (Target Architecture Definition): Deprecate
8200 USE_STRUCT_CONVENTION.
8201
e0c07bf0
MC
82022004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8203
8204 gdb.texinfo (Bug Reporting): Mention session recording,
8205 with the script command or Emacs.
8206
782263ab
AC
82072004-06-18 Andrew Cagney <cagney@gnu.org>
8208
8209 * gdbint.texinfo (Target Architecture Definition): Deprecate
8210 FUNCTION_START_OFFSET.
8211
03727ca6
AC
82122004-06-14 Andrew Cagney <cagney@gnu.org>
8213
8214 Based on changes from Karl Berry.
8215 * gdb.texinfo: Do not use @sc in a direntry.
8216 * stabs.texinfo: Change @dircateogry to "Software development".
8217 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8218
97092415
AC
82192004-06-13 Andrew Cagney <cagney@gnu.org>
8220
8221 * gdbint.texinfo (Target Architecture Definition): Delete
8222 description of RETURN_VALUE_ON_STACK.
8223
1f6d4158
AC
82242004-06-09 Andrew Cagney <cagney@gnu.org>
8225
8226 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8227 deleted by previous patch.
8228
d966f0cb
AC
82292004-06-08 Andrew Cagney <cagney@gnu.org>
8230
8231 * gdbint.texinfo (Native Debugging): Delete documentation on
8232 ATTACH_DETACH.
8233
86fe4aaa
RC
82342004-06-06 Randolph Chung <tausq@debian.org>
8235
8236 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8237
d4b6d575
RC
82382004-06-06 Randolph Chung <tausq@debian.org>
8239
5ae4183a 8240 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
8241 the new push_dummy_call method signature. Describe the function
8242 argument.
8243
4e8b0763
JB
82442004-05-24 Joel Brobecker <brobecker@gnat.com>
8245
8246 * gdb.texinfo (Starting): Document new start command.
8247
59caf092
AC
82482004-05-21 Andrew Cagney <cagney@redhat.com>
8249
8250 * observer.texi (GDB Observers): Document "inferior_created".
8251
e4a2df64
AC
82522004-05-08 Andrew Cagney <cagney@redhat.com>
8253
e6b55ae2
AC
8254 * gdbint.texinfo (Target Architecture Definition): Delete
8255 description of DO_DEFERRED_STORES.
8256
28954179
AC
8257 * gdbint.texinfo (Target Architecture Definition): Delete
8258 references to DEPRECATED_FIX_CALL_DUMMY.
8259
434b87dd
AC
8260 * gdbint.texinfo (Target Architecture Definition): Delete
8261 description of DEPRECATED_CALL_DUMMY_WORDS,
8262 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8263
58d28df8
AC
8264 * gdbint.texinfo (Target Architecture Definition): Delete
8265 description of DEPRECATED_PUSH_DUMMY_FRAME.
8266
e4a2df64
AC
8267 * gdbint.texinfo (Target Architecture Definition): Delete
8268 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8269
2b4855ab
AC
82702004-05-07 Andrew Cagney <cagney@redhat.com>
8271
8272 * observer.texi (GDB Observers): Add "Debugging" section. Include
8273 cross reference to "set/show debug observer".
8274 * gdb.texinfo (Debugging Output): Document "set/show debug
8275 observer".
8276
fcf70625
AC
82772004-05-01 Andrew Cagney <cagney@redhat.com>
8278
8279 * gdbint.texinfo (Target Architecture Definition): Delete
8280 description of DEPRECATED_PC_IN_SIGTRAMP.
8281
8ee56bcf
AC
82822004-04-30 Andrew Cagney <cagney@redhat.com>
8283
8284 * gdbint.texinfo (Target Architecture Definition): Delete
8285 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8286
67ab9a76
OF
82872004-04-30 Orjan Friberg <orjanf@axis.com>
8288
8289 * observer.texi (GDB Observers): Correct spelling.
8290
79346bcb
OF
82912004-04-26 Orjan Friberg <orjanf@axis.com>
8292
8293 * observer.texi (GDB Observers): Add target_changed event.
8294
7a464420
AC
82952004-04-08 Andrew Cagney <cagney@redhat.com>
8296
8297 * observer.texi (GDB Observers): Rework, provide generic observer
8298 definitions and then a list of observable events.
8299
6cdf9d98
AC
83002004-04-04 Andrew Cagney <cagney@redhat.com>
8301
8302 * gdbint.texinfo (Host Definition): Delete reference to
8303 NO_SIGINTERRUPT.
8304
ddc135a4
AC
83052004-04-02 Andrew Cagney <cagney@redhat.com>
8306
8307 * gdbint.texinfo (Target Architecture Definition): Delete
8308 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8309
6a1b180d
SC
83102004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8311
8312 * gdb.texinfo (TUI Commands): Document tui reg commands.
8313
d0d5df6f
AC
83142004-03-26 Andrew Cagney <cagney@redhat.com>
8315
8316 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8317 "gdbtui".
8318 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8319 (Contributors): Mention both Text and Terminal User Interface.
8320
aa2a3f87
AC
83212004-03-23 Andrew Cagney <cagney@redhat.com>
8322
8323 * gdbint.texinfo (Target Architecture Definition): Deprecate
8324 references to SIGTRAMP_START and SIGTRAMP_END.
8325
f561f026
AC
83262004-03-23 Andrew Cagney <cagney@redhat.com>
8327
8328 * gdbint.texinfo (Target Architecture Definition): Deprecate
8329 references to PC_IN_SIGTRAMP.
8330
33cb8b0f
AC
83312004-03-19 Andrew Cagney <cagney@redhat.com>
8332
8333 * gdbint.texinfo (Target Architecture Definition): Delete
8334 reference to GDB_TARGET_IS_HPPA.
8335
fc989b7a
AC
83362004-03-18 Andrew Cagney <cagney@redhat.com>
8337
8338 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8339 describe pre_init and post_init.
8340
701b08bb
DJ
83412004-03-09 Daniel Jacobowitz <drow@mvista.com>
8342
8343 * gdb.texinfo (Debugging Output): Document values for "set debug
8344 target".
8345
faae5abe
AC
83462004-02-28 Andrew Cagney <cagney@redhat.com>
8347
8348 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8349
dd79a6cf
JJ
83502004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8351
8352 * gdb.texinfo (breakpoints): Add information about the
8353 new "set breakpoint pending" and "show breakpoint pending"
8354 commands.
8355
e7f16015
AC
83562004-02-26 Andrew Cagney <cagney@redhat.com>
8357
8358 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8359 in Per-architecture module data section.
8360
7161a3a6
RM
83612004-02-25 Roland McGrath <roland@redhat.com>
8362
8363 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8364
2154891a
AC
83652004-02-24 Andrew Cagney <cagney@redhat.com>
8366
8367 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8368 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8369 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 8370
6c74ac8b
AC
83712004-02-17 Andrew Cagney <cagney@redhat.com>
8372
8373 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8374
19772a2c
AC
83752004-02-16 Andrew Cagney <cagney@redhat.com>
8376
8377 * gdbint.texinfo (Target Architecture Definition): Deprecate
8378 FRAMELESS_FUNCTION_INVOCATION.
8379
c9830293
AC
83802004-02-16 Andrew Cagney <cagney@redhat.com>
8381
8382 * gdbint.texinfo (Coding): Mention -Wunused-function.
8383
b9d26eb9
AC
83842004-02-14 Andrew Cagney <cagney@redhat.com>
8385
8386 * gdbint.texinfo (Target Architecture Definition): Delete
8387 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8388
49efadf5
EZ
83892004-02-12 Elena Zannoni <ezannoni@redhat.com>
8390
8391 * gdb.texinfo: Properly quote the name "C++".
8392 * gdbint.texinfo: Ditto.
8393 * stabs.texinfo: Ditto.
8394
1eb288ea
EZ
83952004-02-11 Elena Zannoni <ezannoni@redhat.com>
8396
8397 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8398 minimal information about libiberty.
8399
e4937fc1
MC
84002004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8401
8402 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8403
a9331b3f
RM
84042004-02-04 Roland McGrath <roland@redhat.com>
8405
8406 * gdb.texinfo (Auxiliary Vector): New node (section).
8407 (Data): Add it to the menu.
8408
2650777c
JJ
84092004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8410
8411 * gdb.texinfo (Breakpoints): Add information about pending
8412 breakpoint support.
8413
b4501125
AC
84142004-01-26 Andrew Cagney <cagney@redhat.com>
8415
8416 * gdb.texinfo (Overview): Delete references to the cisco protocol
8417 including the "N" response.
8418
74055713
AC
84192004-01-26 Andrew Cagney <cagney@redhat.com>
8420
8421 * gdbint.texinfo (Target Architecture Definition): Rename
8422 EXTRACT_STRUCT_VALUE_ADDRESS to
8423 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 8424
3bbe9696
EZ
84252004-01-24 Eli Zaretskii <eliz@gnu.org>
8426
8427 * gdb.texinfo (KOD): Document "show os". Add index entries for
8428 "set/show os" and "info cisco" commands.
8429
5843504f
EZ
84302004-01-21 Eli Zaretskii <eliz@gnu.org>
8431
8432 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8433
9175c9a3
MC
84342004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8435
8436 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8437 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8438
8e94b928
NR
84392004-01-19 Nick Roberts <nick@nick.uklinux.net>
8440
8441 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8442 -stack-list-locals.
8443 (GDB/MI Variable Objects): Describe extension to
8444 -var-list-children.
8445
a20cf136
DJ
84462004-01-17 Daniel Jacobowitz <drow@mvista.com>
8447
8448 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8449
afb18d0f
AC
84502004-01-17 Andrew Cagney <cagney@redhat.com>
8451
8452 * gdbint.texinfo (Target Architecture Definition): Delete
8453 documentation on DEPRECATED_NPC_REGNUM.
8454
b51970ac
DJ
84552004-01-13 Daniel Jacobowitz <drow@mvista.com>
8456
8457 * gdb.texinfo: Update copyright year. Mention that set
8458 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8459 "set follow-fork-mode ask".
8460
0f0cffd2
AC
84612004-01-13 Andrew Cagney <cagney@redhat.com>
8462
8463 * gdbint.texinfo: Update copyright year.
8464 (Coding): Add -Wunused-label to list of -Werror warnings.
8465
c552b3bb 84662004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 8467 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
8468
8469 * gdb.texinfo: Update copyright.
8470 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8471 around names, as appropriate. Minor syntax cleanup of
8472 _NSPrintForDebugger explanation. Two spaces after periods.
8473 GDBN used instead of lit. "gdb". Index entries added for
8474 print-object and _NSPrintForDebugger. @noindent added in one spot.
8475
afe157ca
EZ
84762003-11-11 Elena Zannoni <ezannoni@redhat.com>
8477
8478 * stabs.texinfo: Add dircategory and direntry commands.
8479 * annotate.texinfo: Ditto.
8480
963e2bb7
AC
84812003-11-10 Andrew Cagney <cagney@redhat.com>
8482
8483 * gdbint.texinfo (Target Architecture Definition): Replace the
8484 return_value method's "inval" and "outval" parameters with
8485 "readbuf" and "writebuf".
8486
1d8b2f28
JB
84872003-10-28 Jim Blandy <jimb@redhat.com>
8488
8489 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8490 from "The `F' request packet" and "The `F' reply packet", to make
8491 texi2dvi happy.
8492 (File-I/O remote protocol extension): Update menu entries, too.
8493
36d86913
MC
84942003-10-26 Michael Chastain <mec@shout.net>
8495
8496 * gdb.texinfo (Thread Stops): Document the issue with
8497 premature return from system calls in multi-threaded programs.
8498
ce2826aa
AC
84992003-10-24 Andrew Cagney <cagney@redhat.com>
8500
8501 * annotate.texinfo: Fix "fortunatly"[sic].
8502
f24c5e49
KI
85032003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8504
8505 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8506 with "Hitachi" and "Mitsubishi".
8507
92ad9cd9
AC
85082003-10-20 Andrew Cagney <cagney@redhat.com>
8509
8510 * gdbint.texinfo (Target Architecture Definition): Document
8511 gdbarch_return_value. Add cross references from
8512 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8513 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8514
0ab4b752
MK
85152003-10-18 Mark Kettenis <kettenis@gnu.org>
8516
8517 * gdbint.texinfo (Target Architecture Definition): Document
8518 regset_from_core_section.
fb3e19c0
KI
8519
85202003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8521
8522 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8523
a9331b3f 85242003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
8525
8526 From Anthony Green <green@redhat.com>:
5ae4183a 8527 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 8528
1485d690
KB
85292003-10-14 Kevin Buettner <kevinb@redhat.com>
8530
889bf7c5
PA
8531 * gdb.texinfo (Breakpoint related warnings): New node.
8532 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 8533
86d30acc
DJ
85342003-10-13 Daniel Jacobowitz <drow@mvista.com>
8535
8536 * gdb.texinfo (Remote Protocol): Document v and vCont.
8537
172c2a43
KI
85382003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8539
8540 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8541 * gdbint.texinfo: Ditto.
8542
71952f4c
AC
85432003-10-09 Andrew Cagney <cagney@redhat.com>
8544
8545 From 2003-09-18 David Anderson <davea@sgi.com>:
8546 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8547 "command".
8548
268e2188
AC
85492003-10-03 Andrew Cagney <cagney@redhat.com>
8550
8551 * gdbint.texinfo (Target Architecture Definition): Deprecate
8552 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8553 just target.
8554
12c266ea 85552003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 8556
f30992d4 8557 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
8558 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8559 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8560 * gdbint.texinfo (Target Architecture Definition): Rename
8561
85622003-09-30 Andrew Cagney <cagney@redhat.com>
8563
f30992d4 8564 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 8565 (Target Architecture Definition):
f30992d4 8566
2e092625
AC
8567 * gdbint.texinfo (Target Architecture Definition): Rename
8568 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8569
0717ae8a
AC
85702003-09-29 Andrew Cagney <cagney@redhat.com>
8571
dad809b7
AC
8572 * gdbint.texinfo (Target Architecture Definition): Delete
8573 documentation for NEED_TEXT_START_END.
8574
0717ae8a
AC
8575 * gdbint.texinfo (Target Architecture Definition): Rename
8576 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8577 TARGET_WRITE_PC.
a9331b3f 8578
af6cf26d
MC
85792003-09-22 Michael Chastain <mec@shout.net>
8580
8581 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8582
ee206350
AG
85832003-09-21 Anthony Green <green@redhat.com>
8584
8585 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8586
a38c9fe6
MK
85872003-09-21 Mark Kettenis <kettenis@gnu.org>
8588
8589 * gdbint.texinfo (Target Architecture Definition): Document
8590 stabs_argument_has_addr.
8591
77949794
AC
85922003-09-18 Andrew Cagney <cagney@redhat.com>
8593
8594 * gdbint.texinfo (Target Architecture Definition): Delete
8595 documentation on REGISTER_NAMES.
8596
8e823e25
MK
85972003-09-13 Mark Kettenis <kettenis@gnu.org>
8598
8599 * gdbint.texinfo (Target Architecture Definition): Replace
8600 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8601
f27dd7fd
AC
86022003-09-11 Andrew Cagney <cagney@redhat.com>
8603
8604 * gdbint.texinfo (Target Architecture Definition): Replace
8605 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8606
8b148df9
AC
86072003-08-18 Andrew Cagney <cagney@redhat.com>
8608
8609 * gdbint.texinfo (Target Architecture Definition): Document
8610 "frame_red_zone_size".
8611
25d29d70
AC
86122003-08-09 Andrew Cagney <cagney@redhat.com>
8613
8614 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8615 with "set/show backtrace past-main" and "set/show backtrace
8616 limit".
8617
c938e9b0
L
86182003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8619
8620 * Makefile.in (install-info): Support DESTDIR.
8621 (install-html): Likewise.
8622
64fabec2
AC
86232003-08-07 Andrew Cagney <cagney@redhat.com>
8624
8625 Patch from Nick Roberts.
8626 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8627 bindings. Remove description of send-gdb-command.
8628
2fcf52f0
AC
86292003-08-07 Andrew Cagney <cagney@redhat.com>
8630
8631 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8632 GDB 6.0.
8633
086432e2
AC
86342003-08-06 Andrew Cagney <cagney@redhat.com>
8635
8636 * gdb.texinfo (Mode Options): Mention that level three is the
8637 highest available and that level 2 is deprecated.
8638 (Annotations Overview): Mention annotation levels. Cross reference
8639 to "Limitations of the Annotation Interface" in annotate.texi.
8640 (TODO, Value Annotations, Frame Annotations): Delete section.
8641 (Displays, Breakpoint Info): Delete.
8642
e5249f67
AC
86432003-08-04 Andrew Cagney <cagney@redhat.com>
8644
8645 * agentexpr.texi: Delete @bye.
8646 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8647 (stabs.info): Add $(srcdir) to include search path.
8648 (html): Depend on "annotate_toc.html", and not "annotate.html".
8649 * stabs.texinfo: Ditto. Include "fdl.texi".
8650 * gdbint.texinfo: Update copyright statement's list of invariant
8651 sections.
8652
e6f672d2
AC
86532003-07-28 Andrew Cagney <cagney@redhat.com>
8654
8655 * Makefile.in (INFO_DEPS): Add annotate.info.
8656 (dvi, ps, html, pdf): Add annotate.
8657 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8658 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8659 (ANNOTATE_DOC_FILES): New macro.
8660 (ANNOTATE_TEX_TMPS): New macro.
8661 (annotate.info, annotate_toc.html): Specify dependencies.
8662 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8663 * annotate.texinfo: Rename annotate.texi. Get building. Add
8664 "Migrating to GDB/MI" and "Limitations of the Annotation
8665 Interface" chapters. Mention why it is not part of the user
8666 guide. Update copyright notice. Include "fdl.texi".
8667
72ffddc9
SC
86682003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8669
8670 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8671
a9f12a31
DJ
86722003-07-24 Daniel Jacobowitz <drow@mvista.com>
8673
8674 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8675
b1fe9455
DJ
86762003-07-24 Daniel Jacobowitz <drow@mvista.com>
8677
8678 * gdb.texinfo (Server): Mention pidof.
8679
153721e6
AC
86802003-07-22 Andrew Cagney <cagney@redhat.com>
8681
8682 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8683 list.
8684
0fac0b41
DJ
86852003-06-28 Daniel Jacobowitz <drow@mvista.com>
8686
8687 * gdb.texinfo (Logging output): New chapter.
8688
4e562065
JB
86892003-06-24 Joel Brobecker <brobecker@gnat.com>
8690
8691 * gdb.texinfo (Unsupported languages): New section.
8692 (Languages): Add link to new section.
8693
f2c06f52
AC
86942003-06-22 Andrew Cagney <cagney@redhat.com>
8695
8696 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8697
b4177fca
DJ
86982003-06-22 Daniel Jacobowitz <drow@mvista.com>
8699
8700 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8701
f418dd93
DJ
87022003-06-22 Daniel Jacobowitz <drow@mvista.com>
8703
8704 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8705 * agentexpr.texi: Retitle section, and change it to an appendix.
8706 Comment out texinfo initialization. Factor a @var{} into two
8707 pieces to prevent makeinfo warnings.
8708 * gdb.texinfo: Add Agent Expressions appendix.
8709
4ca61388
DJ
87102003-06-19 Daniel Jacobowitz <drow@mvista.com>
8711
8712 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8713
07f31aa6
DJ
87142003-06-18 Daniel Jacobowitz <drow@mvista.com>
8715
5ae4183a 8716 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
8717 remote target". Document the "detach" and "disconnect" commands.
8718 (Server, Netware, Debug Session): Reference "Connecting to a
8719 remote target".
8720 (GDB/MI Target Manipulation): Document "-target-disconnect".
8721
2dd0da42
AC
87222003-06-13 Andrew Cagney <cagney@redhat.com>
8723
8724 * gdbint.texinfo (Target Architecture Definition): Deprecate
8725 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8726 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8727
e7a3abfc
JB
87282003-06-09 Jim Blandy <jimb@redhat.com>
8729
8730 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8731
25e3a86b
AC
87322003-06-08 Andrew Cagney <cagney@redhat.com>
8733
8734 * gdbint.texinfo (Target Architecture Definition): Delete
8735 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8736
a9e5fdc2
AC
87372003-06-08 Andrew Cagney <cagney@redhat.com>
8738
8739 * gdbint.texinfo (Target Architecture Definition): Document
8740 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8741
b37303ee
AF
87422003-06-07 Adam Fedor <fedor@gnu.org>
8743
8744 * gdb.texinfo: Add Objective-C documentation.
8745
39fe6e80
AC
87462003-06-01 Andrew Cagney <cagney@redhat.com>
8747
8748 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8749 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8750
125309b2
AC
87512003-05-21 Andrew Cagney <cagney@redhat.com>
8752
8753 * gdbint.texinfo (Target Architecture Definition): Delete
8754 references to "extract_address" and "store_address".
8755
b8b527c5
AC
87562003-05-16 Andrew Cagney <cagney@redhat.com>
8757
8758 * gdbint.texinfo (Target Architecture Definition): Replace
8759 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8760 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8761
50e3ee83
TR
87622003-05-14 Theodore A. Roth <troth@openavr.org>
8763
8764 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8765
44e2be90
L
87662003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8767
8768 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8769 (gdb.dvi): Likewise.
8770 (gdb.pdf): Likewise.
8771 (links2roff): Likewise.
8772
df5215a6
JB
87732003-05-08 Jim Blandy <jimb@redhat.com>
8774
8775 * gdb.texinfo (Dump/Restore Files): Update documentation for
8776 'dump', 'append', and 'restore': note that format argument is
8777 optional; simplify presentation of the command variants; and be
8778 more precise about the formats.
8779
5e7b2f39
JB
87802003-05-07 Jim Blandy <jimb@redhat.com>
8781
8782 * gdb.texinfo (Symbols): Update documentation: 'maint list
8783 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8784 symtabs' and 'maint info psymtabs'.
8785
b1e29e33
AC
87862003-05-05 Andrew Cagney <cagney@redhat.com>
8787
8788 * gdbint.texinfo (Target Architecture Definition): Make
8789 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8790 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8791 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8792
00905d52
AC
87932003-05-04 Andrew Cagney <cagney@redhat.com>
8794
8795 * gdb.texinfo (Maintenance Commands): Document "maint print
8796 dummy-frames".
8797
54ff5908
AC
87982003-05-04 Andrew Cagney <cagney@redhat.com>
8799
8800 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8801
32e7087d
JB
88022003-05-03 J. Brobecker <brobecker@gnat.com>
8803
8804 Thierry Schneider <tpschneider1@yahoo.com>
8805 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8806 for new MI command.
8807
7043d8dc
AC
88082003-05-03 Andrew Cagney <cagney@redhat.com>
8809
8810 * gdbint.texinfo (Target Architecture Definition): Document
8811 push_dummy_code. Add cross references.
8812
e33d66ec
EZ
88132003-05-02 Elena Zannoni <ezannoni@redhat.com>
8814
8815 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8816 set/show charsets commands.
8817
0ba6dca9
AC
88182003-04-28 Andrew Cagney <cagney@redhat.com>
8819
8820 * gdbint.texinfo (Target Architecture Definition): Replace
8821 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8822 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8823
d7a27068
AC
88242003-04-28 Andrew Cagney <cagney@redhat.com>
8825
8826 * gdbint.texinfo (Target Architecture Definition): Rename
8827 "tm_print_insn" to "deprecated_tm_print_insn".
8828
44ea7b70
JB
88292003-04-09 Jim Blandy <jimb@redhat.com>
8830
8831 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8832 list psymtabs'.
8833
fb8f8949
AC
88342003-04-08 Andrew Cagney <cagney@redhat.com>
8835
8836 * gdbint.texinfo (Target Architecture Definition): Delete
8837 references to EXTRA_FRAME_INFO.
8838
32fb0f22
AC
88392003-04-08 Andrew Cagney <cagney@redhat.com>
8840
8841 * gdbint.texinfo (Target Architecture Definition): Delete
8842 PRINT_TYPELESS_INTEGER.
8843
6be67e67
JB
88442003-04-02 J. Brobecker <brobecker@gnat.com>
8845
8846 * observer.texi (GDB Observers): Adjust the documentation for the
8847 normal_stop notification to better describe reality. Fix a couple
8848 of minor typos.
8849
4e35d5f0
BR
88502003-04-02 Bob Rossi <bob_rossi@cox.net>
8851
a9331b3f 8852 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
8853 '-file-list-exec-source-file'
8854
e8a8712a
AC
88552003-03-31 Andrew Cagney <cagney@redhat.com>
8856
8857 * gdbint.texinfo (Target Architecture Definition): Delete
8858 references to CALL_DUMMY_P.
8859
6c0e89ed
AC
88602003-03-30 Andrew Cagney <cagney@redhat.com>
8861
8862 * gdbint.texinfo (Target Architecture Definition): Remove
8863 reference to TARGET_WRITE_SP.
a9331b3f 8864
378bfd1b
AC
88652003-03-27 Andrew Cagney <cagney@redhat.com>
8866
8867 * gdbint.texinfo (Target Architecture Definition): Remove
8868 references to write_sp.
6c0e89ed 8869
922fbb7b
AC
88702003-03-27 Andrew Cagney <cagney@redhat.com>
8871
8872 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8873 chapter body. Use @smallexample instead of @example.
8874 (Annotations): Ditto.
8875 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8876 annotate.texi.
8877
b81774d8
AC
88782003-03-26 Andrew Cagney <cagney@redhat.com>
8879
8880 * gdbint.texinfo (Target Architecture Definition): Replace
8881 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8882 dummy_addr parameters.
8883
1bf6d5cc
AC
88842003-03-25 Andrew Cagney <cagney@redhat.com>
8885
8886 * gdbint.texinfo (Target Architecture Definition): Delete
8887 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8888 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8889 Add reference to PUSH_ARGUMENTS.
8890
618ce49f
AC
88912003-03-23 Andrew Cagney <cagney@redhat.com>
8892
8893 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8894 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8895
bcd7e15f
JB
88962003-03-18 J. Brobecker <brobecker@gnat.com>
8897
8898 * gdbint.texinfo (Algorithms): Add new section describing the
8899 Observer paradigm.
8900 (Top): Add menu entry to new observer appendix.
8901 * observer.texi: New file.
8902 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8903 new observer.texi file.
8904
9fe8321b
AC
89052003-03-17 Andrew Cagney <cagney@redhat.com>
8906
8907 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8908 that GNU Press update the manual version number.
8909
ac2adee5
AC
89102003-03-12 Andrew Cagney <cagney@redhat.com>
8911
8912 * gdbint.texinfo (Target Architecture Definition): Delete
8913 references to get_saved_register. Rename GET_SAVED_REGISTER to
8914 DEPRECATED_GET_SAVED_REGISTER.
8915
749b82f6
AC
89162003-03-13 Andrew Cagney <cagney@redhat.com>
8917
8918 * gdbint.texinfo (Target Architecture Definition): Replace
8919 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8920
8bedc050
AC
89212003-03-12 Andrew Cagney <cagney@redhat.com>
8922
8923 * gdbint.texinfo (Target Architecture Definition): Rename
8924 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 8925
0ce1b118
CV
89262003-03-10 Corinna Vinschen <vinschen@redhat.com>
8927
8928 * gdb.texinfo: Add File-I/O documentation.
8929
12cc2063
AC
89302003-03-10 Andrew Cagney <cagney@redhat.com>
8931
8932 * gdbint.texinfo (Target Architecture Definition): Cross reference
8933 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8934
7453dc06
AC
89352003-03-07 Andrew Cagney <cagney@redhat.com>
8936
8937 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8938 frame" command.
8939
6314f104
AC
89402003-03-05 Andrew Cagney <cagney@redhat.com>
8941
8942 * gdbint.texinfo (Target Architecture Definition): Document
8943 unwind_dummy_id. Cross reference unwind_dummy_id and
8944 SAVE_DUMMY_FRAME_TOS.
8945
f1212245
DJ
89462003-03-05 James Ingham <jingham@apple.com>
8947 Daniel Jacobowitz <drow@mvista.com>
8948
8949 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8950 and "show cp-abi".
8951
77e7e267
AC
89522003-03-03 Andrew Cagney <cagney@redhat.com>
8953
8954 * gdbint.texinfo (Target Architecture Definition): Document
8955 register_type.
8956
838a8221
AC
89572003-03-03 Andrew Cagney <cagney@redhat.com>
8958
8959 * stabs.texinfo (Structures): Use @samp and separate @var's
8960 instead of a single @var containing a comma separated list.
8961 (Unions): Ditto.
8962
d7f4a264
DJ
89632003-03-02 Daniel Jacobowitz <drow@mvista.com>
8964
8965 * Makefile.in (distclean): Remove config.log.
8966
f30ee0bc
AC
89672003-03-01 Andrew Cagney <cagney@redhat.com>
8968
8969 * gdbint.texinfo (Target Architecture Definition): Rename
8970 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8971
89722003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
8973
8974 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8975 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8976
be448670
CF
89772003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8978
8979 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8980 (Non-debug DLL symbols): New node, describing the minimal symbols
8981 loaded from DLLs without real debugging symbols.
8982
501eef12
AC
89832003-02-20 Andrew Cagney <ac131313@redhat.com>
8984
8985 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8986 hardware-breakpoint-limit".
8987 (Set Watchpoints): Add cross reference to "set remote
8988 hardware-watchpoint-limit".
8989 (Remote configuration options): New section.
8990
21c294e6
AC
89912003-02-04 Andrew Cagney <ac131313@redhat.com>
8992
e9be73e4
AC
8993 * gdbint.texinfo (Target Architecture Definition): Delete
8994 descrption of IS_TRAPPED_INTERNALVAR.
8995
21c294e6
AC
8996 From Keith Seitz <keiths@redhat.com>:
8997 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8998 option "-i"/"--interpreter" to this chapter. Include index
8999 entries.
9000
0179ffac
DC
90012003-02-04 David Carlton <carlton@math.stanford.edu>
9002
9003 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9004 (Variables): Recommend stabs+ and DWARF 2.
9005 (C plus plus expressions): Correct info about
9006 compiler versions, debug formats.
9007 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9008 PR symtab/874.
9009
7ca9f392
AC
90102003-02-01 Andrew Cagney <ac131313@redhat.com>
9011
9012 * gdbint.texinfo (Target Architecture Definition): Delete
9013 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9014 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9015 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9016 references to nindy and i960.
9017 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9018
31a85ea2
AC
90192003-02-01 Andrew Cagney <ac131313@redhat.com>
9020
9021 * gdbint.texinfo (Target Architecture Definition): Delete
9022 FLOAT_INFO.
9023
6b894e49
AC
90242003-01-30 Andrew Cagney <ac131313@redhat.com>
9025
9026 * stabs.texinfo (Member Type Descriptor): Clarify description of
9027 `@'. Suggested by Ben Hutchings.
9028
c48861fb
AC
90292003-01-29 Andrew Cagney <ac131313@redhat.com>
9030
9031 * gdb.texinfo (M68K): Delete reference to es1800.
9032
617073a9
AC
90332003-01-29 Andrew Cagney <ac131313@redhat.com>
9034
9035 * gdb.texinfo (Maintenance Commands): Document `maint print
9036 reggroups' and `maint print register-groups'.
9037 * gdbint.texinfo (Target Architecture Definition): Document
9038 register_reggroup_p.
9039
5b5d99cf
JB
90402003-01-23 Jim Blandy <jimb@redhat.com>
9041
9042 * gdb.texinfo (Separate Debug Files): New section.
9043
e7ba9c65
DJ
90442003-01-22 Daniel Jacobowitz <drow@mvista.com>
9045
9046 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9047 and "maint show profile".
9048
94e91d6d
MC
90492003-01-16 Michael Chastain <mec@shout.net>
9050
9051 * gdb.texinfo (Installing GDB): Warn against
9052 ".../gdb-VERSION/gdb/configure".
9053 (Separate Objdir): Likewise.
9054
867f3898
AC
90552003-01-15 Andrew Cagney <ac131313@redhat.com>
9056
9057 * gdbint.texinfo (Target Architecture Definition): Delete
9058 definition of PRINT_REGISTER_HOOK.
9059
f153cc92
EZ
90602003-01-15 Elena Zannoni <ezannoni@redhat.com>
9061
9062 (OpenRISC 1000): Fix formatting of command names.
9063
c60eb6f1
EZ
90642003-01-15 Elena Zannoni <ezannoni@redhat.com>
9065
9066 * gdb.texinfo (Continuing and Stepping): Add new command
9067 'advance'. Clarify behavior of 'until'.
9068
f5ebfba0
DJ
90692003-01-13 Daniel Jacobowitz <drow@mvista.com>
9070
9071 * gdb.texinfo (Files): Document solib-absolute-prefix and
9072 solib-search-path.
9073
4ce8657e
MC
90742003-01-09 Michael Chastain <mec@shout.net>
9075
9076 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9077 (Create a Release): Add new instructions for new @file{src-release}.
9078 Document existing instructions for @file{Makefile.in} as
9079 being for @value{GDBN} 5.3.1 or earlier.
9080
372613e3
AC
90812003-01-09 Andrew Cagney <ac131313@redhat.com>
9082
9083 * gdbint.texinfo (Target Architecture Definition): Mention
9084 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9085 allocate memory.
9086
b4e9345d
DJ
90872003-01-04 Daniel Jacobowitz <drow@mvista.com>
9088
9089 * gdb.texinfo (Controlling GDB): Add @kindex for
9090 "show osabi".
9091 (Backtraces): Add @kindex's for backtrace-below-main.
9092
98b45e30
DJ
90932003-01-04 Daniel Jacobowitz <drow@mvista.com>
9094
9095 * gdb.texinfo (Controlling GDB): Document "set osabi".
9096
95f90d25
DJ
90972003-01-04 Daniel Jacobowitz <drow@mvista.com>
9098
9099 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9100 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9101
1e698235
DJ
91022003-01-04 Daniel Jacobowitz <drow@mvista.com>
9103
9104 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9105 "set coerce-float-to-double".
9106 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9107
e632838e
AC
91082003-01-02 Andrew Cagney <ac131313@redhat.com>
9109
9110 * stabs.texinfo: Remove obsolete text.
9111 * gdbint.texinfo: Ditto.
9112 * gdb.texinfo: Ditto.
9113
c133ab7a
MK
91142002-12-22 Mark Kettenis <kettenis@gnu.org>
9115
9116 * gdbint.texinfo (Target Architecture Definition): Update
9117 description of gdbarch_register_osabi.
9118
f821f325
KH
91192002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9120
9121 * agentexpr.texi: Fix typos.
9122 * annotate.texi: Likewise.
9123 * fdl.texi: Likewise.
9124
85a6d8d3 91252002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
9126
9127 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9128 DEPRECATED_INIT_FRAME_PC.
9129
ae45cd16
AC
91302002-12-01 Andrew Cagney <ac131313@redhat.com>
9131
9132 * gdbint.texinfo (Target Architecture Definition): Delete
9133 PC_IN_CALL_DUMMY.
9134
07555a72
AC
91352002-11-28 Andrew Cagney <ac131313@redhat.com>
9136
9137 * gdbint.texinfo (Host Definition): Delete documentation on
9138 USE_GENERIC_DUMMY_FRAMES.
9139
c166cdc7
EZ
91402002-11-26 Elena Zannoni <ezannoni@redhat.com>
9141
5ae4183a 9142 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
9143 * Makefile.in (install-info): Run the install-info command as part
9144 of the post install steps only.
9145 (uninstall-info): New target.
9146 (uninstall): New target.
9147
35db0260
EZ
91482002-11-22 Elena Zannoni <ezannoni@redhat.com>
9149
9150 * Makefile.in (install): Make install do some real work.
9151
9ba8d803
AC
91522002-11-19 Andrew Cagney <ac131313@redhat.com>
9153
9154 Fix POSIX problem reported by Paul Eggert.
9155 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9156 Fix PR gdb/527.
9157
903ad3a6
AC
91582002-10-26 Andrew Cagney <cagney@redhat.com>
9159
9160 * gdbint.texinfo (Target Architecture Definition): Delete
9161 definition of DO_REGISTERS_INFO.
9162
f2abfe65
KB
91632002-10-18 Kevin Buettner <kevinb@redhat.com>
9164
9165 * gdbint.texinfo (Address Classes): Fix problems with insertion
9166 of ``{'' and ``}'' in example.
9167
b5b0480a
KB
91682002-10-17 Kevin Buettner <kevinb@redhat.com>
9169
9170 * gdbint.texinfo (Address Classes): New section.
9171 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9172 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9173 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9174 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9175
c85508ee
KD
91762002-10-11 Klee Dienes <kdienes@apple.com>
9177
9178 * gdb.texinfo (Registers): Mention vector registers as well as
9179 floating registers in the documentation for 'info registers' and
9180 'info all-registers'.
9181
6d12fc3d
DJ
91822002-10-11 Daniel Jacobowitz <drow@mvista.com>
9183
9184 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9185
8d19fbd2
JJ
91862002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9187
9188 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9189 interface definition.
9190
a37295f9
MM
91912002-10-03 Marko Mlinar <markom@opencores.org>
9192
9193 * gdb.texinfo (Target Commands): Add or1k target specific
9194 commands.
9195 * gdb.texinfo (Contributors): Add myself to the contributors list.
9196
da0f9dcd
AC
91972002-10-01 Andrew Cagney <ac131313@redhat.com>
9198
9199 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9200 and "mi1" instead of "mi1" and "mi0".
9201
2e834e49
HPN
92022002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9203
9204 * gdb.texinfo (Packets): Fix typos "alligned".
9205 Correct z3/Z3 description. Correct z4/Z4 title.
9206
050be0dc
AC
92072002-09-27 Andrew Cagney <ac131313@redhat.com>
9208
9209 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9210
1104b9e7
KB
92112002-09-25 Kevin Buettner <kevinb@redhat.com>
9212
9213 * gdb.texinfo: Use GNU/Linux instead of Linux.
9214
512217c7
AC
92152002-09-25 Andrew Cagney <ac131313@redhat.com>
9216
9217 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9218
10998722
AC
92192002-09-24 Andrew Cagney <ac131313@redhat.com>
9220
512217c7 9221 * gdb.texinfo: Replace @example with @smallexample.
10998722 9222
a0eb71c5
KB
92232002-09-20 Kevin Buettner <kevinb@redhat.com>
9224
f7dc1244 9225 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
9226 * gdb.texinfo (Character Sets): Use @smallexample instead of
9227 @example. Use GNU/Linux instead of Linux.
9228
92292002-09-20 Jim Blandy <jimb@redhat.com>
9230
9231 * gdb.texinfo: Add character set documentation.
9232
2f870471
AC
92332002-09-19 Andrew Cagney <ac131313@redhat.com>
9234
9235 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9236 (Packets): Add cross reference from `b' packet to `z' packets.
9237
790eb8f5
AC
92382002-09-19 Andrew Cagney <ac131313@redhat.com>
9239
8d30a00d
AC
9240 * gdb.texinfo (Maintenance Commands): Document ``maint
9241 internal-error'' and ``maint internal-warning''.
9242
790eb8f5
AC
9243 * gdbint.texinfo (Target Architecture Definition): Revise
9244 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9245
a23a7bf1
JB
92462002-09-19 Joel Brobecker <brobecker@gnat.com>
9247
9248 * gdbint.texinfo (Target Conditionals): Document the new
9249 NAME_OF_MALLOC macro.
9250
299ffc64
AC
92512002-09-05 Andrew Cagney <ac131313@redhat.com>
9252
9253 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9254 engineer.
9255
b7bb15bc
SC
92562002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9257
9258 * gdb.texinfo (TUI Overview): Document status line fields.
9259
3d757584
SC
92602002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9261
9262 * gdb.texinfo (TUI Commands): Document info win command.
9263
269c21fe
SC
92642002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9265
9266 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9267
7cf36c78
SC
92682002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9269
9270 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9271 (TUI Keys): Likewise.
9272
d2c6833e
AC
92732002-08-25 Andrew Cagney <ac131313@redhat.com>
9274
9275 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9276 for a packet receive.
9277
46d8b1c3
AC
92782002-08-25 Andrew Cagney <ac131313@redhat.com>
9279
9280 * Makefile.in (clean): Move to end of file.
9281 (distclean, maintainer-clean, realclean): Ditto.
9282 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9283 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9284 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9285 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9286
b0787093
AC
92872002-08-24 Andrew Cagney <ac131313@redhat.com>
9288
9289 * Makefile.in (GDBINT_TEX_TMPS): Define.
9290 (gdbint.dvi, gdbint.pdf): Use
9291 (GDB_TEX_TMPS): Define.
9292 (gdb.dvi, gdb.pdf): Use.
9293 (STABS_TEX_TMPS): Define.
9294 (stabs.dvi, stabs.pdf): Use.
9295 (GDB_DOC_SOURCE_INCLUDES): New macros.
9296 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9297 (GDBINT_DOC_FILES_INCLUDES): New macros.
9298 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9299 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9300 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9301 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9302 (links2roff): Replace SFILES_INCLUDED with
9303 GDB_DOC_SOURCE_INCLUDES.
9304 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9305 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9306 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9307 dependencies.
9308 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9309 dependencies.
9310 (gdbmi.texinfo): Delete rule.
9311 (inc-hist.texinfo): Delete rule.
9312 (rluser.texinfo): Delete rule.
9313
ebba8386
AC
93142002-08-23 Andrew Cagney <cagney@redhat.com>
9315
9316 * gdbint.texinfo (Target Architecture Definition): Update
9317 STORE_RETURN_VALUE, mention regcache.
9318
0ab7a791
AC
93192002-08-21 Andrew Cagney <ac131313@redhat.com>
9320
9321 * gdbint.texinfo (Target Architecture Definition): Document
9322 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9323
ee2d5c50
AC
93242002-08-19 Andrew Cagney <ac131313@redhat.com>
9325
9326 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9327 Fix minor typos. Add index entries.
9328
53c69bd7
AC
93292002-08-18 Andrew Cagney <ac131313@redhat.com>
9330
9331 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9332
e76f1f2e
AC
93332002-08-15 Andrew Cagney <ac131313@redhat.com>
9334
9335 * gdbint.texinfo (Target Architecture Definition): Document
9336 PRINT_VECTOR_INFO.
9337 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9338
0680b120
AC
93392002-08-13 Andrew Cagney <ac131313@redhat.com>
9340
9341 * gdb.texinfo (Maintenance Commands): Document "maint print
9342 registers", "maint print raw-registers" and "maint print
9343 cooked-registers".
9344
3c3bea1c
GS
93452002-08-08 Grace Sainsbury <graces@redhat.com>
9346
a9331b3f 9347 From Mark Salter:
3c3bea1c
GS
9348 * gdb.texinfo (Protocol): Document T packet extension to
9349 allow watchpoint address reporting.
9350
42f9b0a5
AC
93512002-08-03 Andrew Cagney <ac131313@redhat.com>
9352
9353 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9354
db034ac5
AC
93552002-08-01 Andrew Cagney <cagney@redhat.com>
9356
9357 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9358 to CHILL.
9359
e2b28d04
AC
93602002-08-01 Andrew Cagney <ac131313@redhat.com>
9361
9362 * gdbint.texinfo (Coding): Revise section "Include Files".
9363
7fb623f7
AC
93642002-07-24 Andrew Cagney <cagney@redhat.com>
9365
9366 * gdbint.texinfo: Obsolete references to m88k.
9367 * gdb.texinfo: Ditto.
9368
4a2b4636
JB
93692002-07-10 Joel Brobecker <brobecker@gnat.com>
9370
7fb623f7 9371 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
9372 where the proper version of autoconf can be retrieved.
9373
a71ec265
DH
93742002-07-09 Don Howard <dhoward@redhat.com>
9375
9376 * gdb.texinfo (Command Files): Further describe the behavior of
9377 sourced command files.
9378
b9aa90c9
AC
93792002-06-27 Andrew Cagney <ac131313@redhat.com>
9380
9381 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9382 (Coding): Clarify ISO C version that GDB assumes.
9383
40dd2248
TT
93842002-06-26 Tom Tromey <tromey@redhat.com>
9385
9386 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9387 add_setshow_cmd_full.
9388
bfac230e
DH
93892002-06-25 Don Howard <dhoward@redhat.com>
9390
9391 * gdb.texinfo (Memory Region Attributes): Document new behavior
9392 for 'mem' command.
9393
475b0867
JB
93942002-06-11 Jim Blandy <jimb@redhat.com>
9395
919d772c
JB
9396 * gdb.texinfo (Symbols): Update documentation for `info source'
9397 command.
9398
475b0867
JB
9399 * gdb.texinfo (Macros): Call the command `info macro', not
9400 `show macro'.
9401
ba8c9337
AC
94022002-06-09 Andrew Cagney <ac131313@redhat.com>
9403
9404 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9405 data''.
9406
1029b7fa
MK
94072002-06-09 Mark Kettenis <kettenis@gnu.org>
9408
9409 * gdbint.texinfo (Target Architecture Definition): Document
9410 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9411
16737d73
AC
94122002-06-08 Andrew Cagney <ac131313@redhat.com>
9413
9414 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9415 lists.
9416
30107679
AC
94172002-06-08 Andrew Cagney <ac131313@redhat.com>
9418
9419 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9420 Branch''.
9421
3352e23e
AC
94222002-06-01 Andrew Cagney <ac131313@redhat.com>
9423
9424 * gdbint.texinfo (Target Architecture Definition): Add section
9425 ``Converting an existing Target Architecture to Multi-arch''.
9426
cbb09e6a
AC
94272002-05-30 Andrew Cagney <ac131313@redhat.com>
9428
9429 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9430 to ``Obsoleting code''. Revise.
9431
e2e0bcd1
JB
94322002-05-17 Jim Blandy <jimb@redhat.com>
9433
9434 * gdb.texinfo (C Preprocessor Macros): New chapter.
9435 Include it in the main menu.
9436 (Contributors): Credit Jim Blandy with macro support.
9437 (Compilation): Explain how to get macro information into the
9438 executable.
9439 (Expressions): Note that preprocessor macros are expanded.
9440
9db8d71f
DJ
94412002-05-14 Daniel Jacobowitz <drow@mvista.com>
9442
9443 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9444 options for `target remote'.
9445
6d531722
AC
94462002-05-13 Andrew Cagney <ac131313@redhat.com>
9447
9448 * gdbint.texinfo (Target Architecture Definition): Delete
9449 documentation on NNPC_REGNUM.
9450
13d01224
AC
94512002-05-11 Andrew Cagney <ac131313@redhat.com>
9452
9453 * gdbint.texinfo (Target Architecture Definition): Document
9454 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9455 (Target Architecture Definition): Revise section `Using Different
9456 Register and Memory Data Representations'. Add section `Raw and
9457 Virtual Register Representations'.
9458
b2e75d78
AC
94592002-05-11 Andrew Cagney <ac131313@redhat.com>
9460
9461 * gdbint.texinfo (Target Architecture Definition): Mention
9462 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9463 (Target Architecture Definition): Mention same. Add references to
9464 web pages.
9465
2c8682ee
MS
94662002-05-08 Michael Snyder <msnyder@redhat.com>
9467
9468 * stabs.texinfo (Attributes): Document new "vector" attribute.
9469
0816590b
AC
94702002-05-04 Andrew Cagney <ac131313@redhat.com>
9471
9472 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9473
2653173e
AC
94742002-05-04 Andrew Cagney <ac131313@redhat.com>
9475
9476 * gdb.texinfo: Delete obsolete references to a29k.
9477
d7bd68ca
AC
94782002-04-24 Andrew Cagney <ac131313@redhat.com>
9479
9480 * gdbint.texinfo (Target Architecture Definition): Replace
9481 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9482
21d83aa5
DM
94832002-04-24 David S. Miller <davem@redhat.com>
9484
9485 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9486
7673a6cc
DM
94872002-04-21 David S. Miller <davem@redhat.com>
9488
9489 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9490
d49d1e0a
AC
94912002-04-21 Andrew Cagney <ac131313@redhat.com>
9492
9493 * gdbint.texinfo (Target Architecture Definition): Delete
9494 definition of HAVE_REGISTER_WINDOWS.
9495
f7dc1244 94962002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
9497
9498 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9499 "Theodore A. Roth" <troth@verinet.com>.
9500
5ca0cb28
DH
95012002-04-15 Don Howard <dhoward@redhat.com>
9502
f7dc1244 9503 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 9504 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 9505 Provide a better explaination of this feature.
5ca0cb28 9506
f208ba17
AC
95072002-04-14 Andrew Cagney <ac131313@redhat.com>
9508
9509 * gdbint.texinfo (Target Architecture Definition): Remove
9510 FRAME_CHAIN_COMBINE.
9511
d5ba91de
MC
95122002-04-12 Michael Chastain <mec@shout.net>
9513
9514 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9515 REG_STACK_SEGMENT.
9516
26818220
MC
95172002-04-09 Michael Chastain <mec@shout.net>
9518
9519 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9520 PYRAMID_* macros.
9521
129188f6
AC
95222002-04-07 Andrew Cagney <ac131313@redhat.com>
9523
9524 * gdb.texinfo (Bug Reporting): Document that the web is the
9525 prefered way of submitting bug reports.
9526 (Bug Reporting): Delete the s-mail address as the last resort.
9527
8227c0ff
AC
95282002-04-05 Andrew Cagney <ac131313@redhat.com>
9529
9530 * gdbint.texinfo (Target Architecture Definition): Delete
9531 references to TARGET_WRITE_FP and write_fp.
9532
16d9dec6
MS
95332002-03-27 Michael Snyder <msnyder@redhat.com>
9534
9535 * gdb.texinfo: Document new commands dump, append, and restore.
9536
9ae8b82c
AC
95372002-03-27 Andrew Cagney <ac131313@redhat.com>
9538
9539 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9540 Branch'.
9541
474c8240
AC
95422002-03-18 Andrew Cagney <ac131313@redhat.com>
9543
9544 * gdb.texinfo: Change all examples to @smallexample.
9545 * gdbint.texinfo: Ditto.
a9331b3f 9546
fb0ff88f
AC
95472002-03-18 Andrew Cagney <ac131313@redhat.com>
9548
9549 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9550 Branches''.
9551
9bb0a4d8
AC
95522002-03-18 Andrew Cagney <ac131313@redhat.com>
9553
9554 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9555 Policy''.
9556
937f164b
FF
95572002-03-04 Fred Fish <fnf@redhat.com>
9558
9559 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9560 expresson, suports, dependant, trhe, perhaphs, situtations,
9561 explictily, taged, oportunity, unfortunatly).
9562
a7b40f07
AC
95632002-02-24 Andrew Cagney <ac131313@redhat.com>
9564
9565 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9566 Remove reference to 3.12.
9567
aab4e0ec
AC
95682002-02-23 Andrew Cagney <ac131313@redhat.com>
9569
9570 * gdbint.texinfo: Include fdl.texi.
9571 (Top): Add GNU Free Documentation License.
9572 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9573 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9574 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9575 (gdbint.info): Add srcdir to include path.
9576 * gdb.texinfo: Include gpl.texi.
9577 (Top): Add Copying.
9578 * gpl.texi: New file.
9579
47b95330
AC
95802002-02-23 Andrew Cagney <ac131313@redhat.com>
9581
9582 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9583
78c47bea
PM
95842002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9585
9586 * gdb.texinfo: Document Cygwin native specific commands.
9587
56460a61
DJ
95882002-02-15 Daniel Jacobowitz <drow@mvista.com>
9589
9590 * gdb.texinfo: Document gdbserver ``--attach'' command.
9591
def71bfa
MS
95922002-02-07 Michael Snyder <msnyder@redhat.com>
9593
9594 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9595 to @code(_ovly_debug_event).
9596
c928edc0
AC
95972002-02-07 Andrew Cagney <ac131313@redhat.com>
9598
9599 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9600
81d46470
MS
96012002-02-06 Michael Snyder <msnyder@redhat.com>
9602
9603 * gdb.texinfo (overlays): Mention new magic symbol
9604 '_ovly_debug_event', which allows GDB to keep better track
9605 of overlays.
9606
f7dc1244 96072002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
9608
9609 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9610 Suggested by Dmitry Sivachenko.
9611
9612 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9613
15110bc3
MS
96142002-02-01 Michael Snyder <msnyder@redhat.com>
9615
9616 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9617
6763aef9
MS
96182002-01-30 Michael Snyder <msnyder@redhat.com>
9619
ac282366
MS
9620 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9621 (set trust-readonly-sections): Document.
6763aef9 9622
8642bc8f
AC
96232002-01-29 Andrew Cagney <ac131313@redhat.com>
9624
9625 * gdbint.texinfo (Releasing GDB): Revise and update.
9626
afe64c1a
AC
96272002-01-28 Andrew Cagney <ac131313@redhat.com>
9628
9629 * gdbint.texinfo (Target Architecture Definition): Delete
9630 description of TARGET_BYTE_ORDER_DEFAULT.
9631
f7dc1244 96322002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
9633
9634 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9635 <mitya@cavia.pp.ru>.
9636
3d6e1b5a
AC
96372002-01-23 Andrew Cagney <ac131313@redhat.com>
9638
9639 * libgdb.texinfo: Delete file.
9640
6c0e9fb3
AC
96412002-01-22 Andrew Cagney <ac131313@redhat.com>
9642
9643 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9644 * gdbint.texinfo: Ditto.
9645
e0ce93ac
AC
9646Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9647
9648 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9649
be298bcc
AC
96502002-01-22 Andrew Cagney <ac131313@redhat.com>
9651
9652 * Makefile.in: Update copyright.
9653 (TEXI2DVI): Define.
9654 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9655 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9656 gdb-cfg.texi.
9657 (TEXINDEX, PDFTEX): Delete makefile variables.
9658
8e04817f
AC
96592002-01-22 Andrew Cagney <ac131313@redhat.com>
9660
9661 * gdb.texinfo (Protocol): Move section to appendix.
9662
6b2f586d
AC
96632002-01-21 Andrew Cagney <ac131313@redhat.com>
9664
9665 * gdb.texinfo (Remote Debugging): Create a menu.
9666 (Top): Add ``Remote Debugging'' to menu.
9667
6f05cf9f
AC
96682002-01-21 Andrew Cagney <ac131313@redhat.com>
9669
9670 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9671 serial protocol'' from here.
9672 (Remote Debugging): To here. New chapter.
9673
3fd3d7d2
AC
96742002-01-20 Andrew Cagney <ac131313@redhat.com>
9675
9676 * gdbint.texinfo (Target Architecture Definition): Delete
9677 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9678
7fd60527
AC
96792002-01-20 Andrew Cagney <ac131313@redhat.com>
9680
9681 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9682 are no longer needed.
9683 (Porting GDB): Add maintainer note about configure.host.
9684
c2f05ac9
AC
96852002-01-20 Andrew Cagney <ac131313@redhat.com>
9686
9687 * gdbint.texinfo (Target Architecture Definition): Remove
9688 definition of IEEE_FLOAT.
9689
f7dc1244 96902002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
9691
9692 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
9693 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9694 <3diff@gnu.org>
231b2aad 9695
82600034
AC
96962002-01-19 Andrew Cagney <ac131313@redhat.com>
9697
9698 * gdbint.texinfo (Host Definition): Remove references to
9699 MALLOC_INCOMPATIBLE.
9700
7708fa01
AC
97012002-01-17 Andrew Cagney <ac131313@redhat.com>
9702
9703 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9704 and xyz-xdep.o.
9705
eb12ee30
AC
97062002-01-17 Andrew Cagney <ac131313@redhat.com>
9707
889bf7c5 9708 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
9709 (Set Breaks): Copy ``maint info breakpoint'' doco to
9710 ``Maintenance Commands'' appendix. Add reference.
9711
c9ccaa92
AC
97122002-01-17 Andrew Cagney <ac131313@redhat.com>
9713
9714 * fdl.texi: Remove next/prev from @node.
9715
f7dc1244 97162002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
9717
9718 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9719 for monstrous @multitable (from Brian Youmans).
9720
9721 * fdl.texi: New file.
9722
9723 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9724
8973da3a
AC
97252002-01-15 Andrew Cagney <ac131313@redhat.com>
9726
9727 * gdbint.texinfo (Releasing GDB): New chapter.
9728
7d86b5d5
AC
97292002-01-14 Andrew Cagney <ac131313@redhat.com>
9730
9731 * gdb.texinfo (Embedded Processors, Calling program functions):
9732 Obsolete references to a29k.
9733
cc1cb004
AC
97342002-01-13 Andrew Cagney <ac131313@redhat.com>
9735
9736 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9737 examples. Document that a code-block should do or discard its
9738 cleanups before exit.
9739
79f12247
MS
97402002-01-11 Michael Snyder <msnyder@redhat.com>
9741
9742 * gdb.texinfo (Choosing files): Change @samp to @file.
9743
19837790
MS
97442002-01-05 Michael Snyder <msnyder@redhat.com>
9745
9746 * gdb.texinfo (--pid): Document new command line option (attach).
9747
f7dc1244 97482002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
9749
9750 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9751 in the stub.
9752
d7449b42
AC
97532002-01-04 Andrew Cagney <ac131313@redhat.com>
9754
9755 * gdbint.texinfo (Target Architecture Definition): Replace
9756 BIG_ENDIAN with BFD_ENDIAN_BIG.
9757
f23631e4
AC
97582002-01-03 Andrew Cagney <ac131313@redhat.com>
9759
9760 * gdbint.texinfo (Target Architecture Definition): Replace
9761 value_ptr with struct value pointer.
9762
72c9928d
EZ
97632002-01-02 Eli Zaretskii <eliz@gnu.org>
9764
9765 * gdb.texinfo (Free Software): Fix wording.
9766
959acfd1
EZ
97672001-12-31 Eli Zaretskii <eliz@gnu.org>
9768
9769 * gdb.texinfo (Free Software): New section ``Free Software Needs
9770 Free Documentation''.
9771
f7dc1244 97722001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
9773
9774 * stabs.texinfo:
9775 * gdb.texinfo:
9776 * gdbint.texinfo:
9777 * libgdb.texinfo:
9778 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9779
6600abed
MS
97802001-12-29 Michael Snyder <msnyder@redhat.com>
9781
9782 * gdb.texinfo (maint info sections): Fix typo.
9783
f6680716
MS
97842001-12-26 Michael Snyder <msnyder@redhat.com>
9785
fe95c787
MS
9786 * gdb.texinfo (maint info sections): Document.
9787
a9331b3f 9788 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
9789 'info proc' sub-options that are currently not implemented.
9790
c3d3ce5b
JB
97912001-12-20 Jim Blandy <jimb@redhat.com>
9792
9793 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9794
778eb05e
AC
97952001-12-15 Andrew Cagney <ac131313@redhat.com>
9796
9797 * gdbint.texinfo (Target Architecture Definition): Replace
9798 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9799
2607059c
AC
98002001-12-01 Andrew Cagney <ac131313@redhat.com>
9801
9802 * gdbint.texinfo (Host Definition): Delete documentation on
9803 HOST_BYTE_ORDER.
9804
df0cd8c5
JB
98052001-11-30 Jim Blandy <jimb@redhat.com>
9806
9807 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 9808 overlay support. Add to top-level menu.
df0cd8c5 9809
88118b3a
TT
98102001-11-26 Tom Tromey <tromey@redhat.com>
9811
9812 * gdb.texinfo (Command Syntax): Document C-o binding.
9813
96565e91
CF
98142001-07-26 Christopher Faylor <cgf@redhat.com>
9815
9816 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9817 use since it is described in the referenced section.
9818
f7dc1244 9819 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
9820 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9821 clearer when using DJGPP.
9822
2a3d5645
CF
98232001-11-24 Christopher Faylor <cgf@redhat.com>
9824
9825 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9826 specifically refer to MS-DOS.
9827 (command files): Mention gdb.ini is only used on MS-DOS.
9828
aa26fa3a
TT
98292001-11-21 Tom Tromey <tromey@redhat.com>
9830
9831 * gdb.texinfo (Invoking GDB): Document --args.
9832 (Mode Options): Likewise.
9833
4f8ada06
JB
98342001-11-21 Jim Blandy <jimb@redhat.com>
9835
9836 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
9837 Delete documentation; this macro has been removed from the
9838 sources.
4f8ada06 9839
3fe0dc10
JB
98402001-11-13 Jim Blandy <jimb@redhat.com>
9841
9842 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9843
9e5abb06
CV
98442001-11-06 Corinna Vinschen <vinschen@redhat.com>
9845
9846 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9847
1c5dfdad
MS
98482001-11-05 Michael Snyder <msnyder@redhat.com>
9849
a9331b3f 9850 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
9851 quote regexp chars in function names such as "operator*()".
9852
990f9fe3
FF
98532001-11-01 Fred Fish <fnf@redhat.com>
9854
9855 * gdbint.texinfo (SOLIB_ADD): Document additional new
9856 "readsyms" arg.
9857
b433d00b
DH
98582001-10-30 Don Howard <dhoward@redhat.com>
9859
070b1dd3
DH
9860 * gdb.texinfo: (Command Files) Added documentation for the
9861 behavior of gdb with input redirected from a file.
b433d00b 9862
b7209cb4
FF
98632001-10-28 Fred Fish <fnf@redhat.com>
9864
9865 * gdb.texinfo (auto-solib-add): Change docs to match
9866 implementation change.
9867 (auto-solib-limit): Add docs for new variable.
9868
1aa20aa8
AC
98692001-10-15 Andrew Cagney <ac131313@redhat.com>
9870
9871 * gdbint.texinfo (Target Architecture Definition): Function
9872 value_as_pointer renamed to value_as_address.
9873
fc0c74b1
AC
98742001-10-15 Andrew Cagney <ac131313@redhat.com>
9875
9876 * gdbint.texinfo (Target Architecture Definition): Default
9877 POINTER_TO_ADDRESS functions assume unsigned addresses.
9878 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9879 posting by Jim Blandy.
9880
f4846649
JB
98812001-10-12 Jim Blandy <jimb@redhat.com>
9882
9883 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9884 version of texi2html (1.64) doesn't support this flag any more.
9885
f277788b
MK
98862001-09-08 Mark Kettenis <kettenis@gnu.org>
9887
a9dc4918
MK
9888 * gdbint.texinfo (Host Definition): Remove description of
9889 MEM_FNS_DECLARED.
9890
d28379df
MK
9891 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9892
f277788b
MK
9893 * gdbint.texinfo (Host Definition): Remove description of
9894 HAVE_SIGSETMASK.
9895
7ccaa899
EZ
98962001-09-04 Elena Zannoni <ezannoni@redhat.com>
9897
9898 * gdbint.texinfo (Target Architecture Definition): Add
9899 explanation of TARGET_PRINT_INSN macro.
9900
17d9d558
JB
99012001-08-30 Jim Blandy <jimb@redhat.com>
9902
9903 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9904 Explain what it means to load relocatable files.
9905
72cde065
JB
99062001-08-28 Jim Blandy <jimb@redhat.com>
9907
9908 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9909 info `top' menu.
9910
9e678452
CF
9911Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9912
9913 * gdbint.texinfo: Add a cautionary note about macro use.
9914
a2bea4c3 99152001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 9916
a2bea4c3
CV
9917 * gdb.texinfo: Explain omitting the hostname in the
9918 `target remote' command.
9919
1129bf27
DJ
99202001-07-30 Daniel Jacobowitz <drow@mvista.com>
9921
9922 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9923 and END-INFO-DIR-ENTRY.
9924
732b3002
SC
99252001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9926
9927 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9928
89437448
AC
99292001-07-25 Andrew Cagney <ac131313@redhat.com>
9930
9931 * gdbint.texinfo (libgdb): Rewrite.
9932
f7dc1244 99332001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
9934
9935 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9936
c4555f82
SC
99372001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9938
9939 * gdb.texinfo (TUI): New chapter, document the TUI.
9940 (Mode Options): Document the -tui option.
9941
2f45a6e0
MK
99422001-07-23 Mark Kettenis <kettenis@gnu.org>
9943
9944 * gdbint.texinfo (Host Definition): Remove description of
9945 NEED_POSIX_SETPGID.
9946
f7dc1244 99472001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
9948
9949 * gdb.tex (DJGPP Native): New node, with descriptions of
9950 DJGPP-specific commands.
9951
be9c6c35
JM
99522001-07-19 John R. Moore <jmoore@redhat.com>
9953
9954 * gdbint.texinfo: Three misspellings.
9955
dfa249fb
AC
99562001-07-06 Andrew Cagney <ac131313@redhat.com>
9957
9958 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9959 `test` expressions on bash. Problem reported by Colin Walters.
9960
c72e7388
AC
99612001-07-04 Andrew Cagney <ac131313@redhat.com>
9962
9963 * gdbint.texinfo (User Interface): Update ui-out documentation to
9964 refelect recent UI/MI updates.
9965
94bbb2c0
AC
99662001-07-04 Andrew Cagney <ac131313@redhat.com>
9967
9968 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9969 interpreters.
9970
af6c57ea
AC
99712001-06-15 Andrew Cagney <ac131313@redhat.com>
9972
9973 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9974 structure and not macros.
9975 (Host Definition): Document that much of this chapter is obsolete.
9976 (Target Architecture Definition): Update list of files that make
9977 up a target architecture.
9978 (Coding): Update.
9979
83aa8bc6
AC
99802001-06-28 Andrew Cagney <ac131313@redhat.com>
9981
9982 * gdbint.texinfo (Target Architecture Definition): Update
9983 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9984 The latter has been changed to a true predicate.
9985
f7dc1244 99862001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
9987
9988 * annotate.texi: Add @noindent where needed. From Dmitry
9989 Sivachenko <dima@Chg.RU>.
9990 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9991
656db9b0
AC
99922001-06-16 Andrew Cagney <ac131313@redhat.com>
9993
9994 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9995
df2396a1
AC
99962001-06-14 Andrew Cagney <ac131313@redhat.com>
9997
9998 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9999 returns ``OK''. Document that the ``R'' packet does not reply.
10000
0f1f2b0a
MS
100012001-06-13 Michael Snyder <msnyder@redhat.com>
10002
10003 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10004
f7dc1244 100052001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
10006
10007 * gdb.texinfo (Signals): Clarify the default setting of signal
10008 handling.
10009
a5d7c491
AC
100102001-05-14 Andrew Cagney <ac131313@redhat.com>
10011
10012 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10013 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10014
05a54c4f
AC
100152001-05-12 Andrew Cagney <ac131313@redhat.com>
10016
10017 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10018
f7dc1244 100192001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
10020
10021 * gdbint.texinfo (Clean Design and Portable Implementation):
10022 Renamed from "Clean Design".
10023 (Clean Design and Portable Implementation): Document portable
10024 methods of handling file names, and the associated macros.
10025
f7dc1244 100262001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
10027
10028 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10029 command and provide a cross-reference to its description.
10030 (Symbols): Note that "info scope" is useful for trace experiments.
10031
f7dc1244 100322001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 10033
b37052ae
EZ
10034 * gdb.texinfo (Symbols): Document "info scope".
10035 (Tracepoints): New chapter.
10036 (Contributors): Update for v5.1.
10037 <All nodes>: Change "C++" to "C@t{++}".
10038
0ee54786
EZ
10039 * gdbint.texinfo (User Interface): A new section about ui_out
10040 functions, based on text written by Fernando Nasser.
10041
c534679c
EZ
10042 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10043
f7dc1244 100442001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 10045
e9c75b65
EZ
10046 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10047
10048 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10049
10050 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10051 Replace "GDB" with "@value{GDBN}". Fix markup.
10052
10053 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10054
3d67e040
EZ
10055 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10056 a cross-reference to its description.
10057 (Symbols): Document "info symbol".
10058
f7dc1244 100592001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
10060
10061 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10062 subsection "x86 Watchpoints".
10063 (Target Architecture Definition): Document the macros
10064 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10065 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10066
b0ed3589
AC
100672001-03-20 Andrew Cagney <ac131313@redhat.com>
10068
10069 * gdbint.texinfo (Target Architecture Definition): Update
10070 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10071 list.
10072
b6ba6518
KB
100732001-03-06 Kevin Buettner <kevinb@redhat.com>
10074
10075 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10076 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10077
f7dc1244 100782001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
10079
10080 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10081
f7dc1244 100822001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 10083
17cc6a06
EZ
10084 * gdb.texinfo (Environment): Document that `path' does not change
10085 the value of PATH in GDB's own environment (it did in the past,
10086 but that was changed on March 15, 1994). Reported by Doug Evans
10087 <dje@transmeta.com>.
10088
56caf160
EZ
10089 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10090 its line. Fix markup of commands and macros. Add an Index node
10091 and index entries.
10092
29e57380
C
100932001-01-23 J.T. Conklin <jtc@redback.com>
10094
10095 * gdb.texinfo (Memory region attributes): New manual section.
10096
1c6147de
ND
100972001-01-04 Nicholas Duffek <nsd@redhat.com>
10098
10099 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10100
f7dc1244 101012000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
10102
10103 * refcard.tex: Version and copyright fixed. From Phil Edwards
10104 <pedwards@disaster.jaj.com>.
10105
0dcedd82
AC
10106Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10107
10108 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 10109 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 10110
3b851bce
AC
10111Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10112
10113 * gdbint.texinfo (Coding): Update current value of
889bf7c5 10114 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 10115
f7dc1244 101162000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
10117
10118 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10119 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10120
b90a5f51
CF
101212000-11-10 Christopher Faylor <cgf@cygnus.com>
10122
10123 * gdb.texinfo: Document new 'set step-mode' command.
10124
f7dc1244 101252000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
10126
10127 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10128 changes from Dmitry Sivachenko <dima@Chg.RU>.
10129
f7dc1244 101302000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
10131
10132 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10133 From Steven Johnson <sbjohnson@ozemail.com.au>.
10134
2e685b93
MK
101352000-08-10 Mark Kettenis <kettenis@gnu.org>
10136
10137 * gdbint.texinfo (Overall Structure): Spelling fix.
10138
f7dc1244 101392000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
10140
10141 * gdbint.texinfo (Target Architecture Definition): Document that
10142 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10143 for which REGISTER_CONVERTIBLE returns a zero value.
10144
63ac3005
EZ
101452000-07-08 Christopher Faylor <cgf@cygnus.com>
10146
10147 * Makefile.in (install-info): Find files to install in either the
10148 build or source directories (adapted from Makefile.am).
10149
bd79f757
ND
101502000-07-07 Nicholas Duffek <nsd@redhat.com>
10151
10152 * stabs.texinfo: Fix spelling errors.
10153 (String Field): FILE-NUMBER starts from 0, not 1.
10154
f7dc1244 101552000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
10156
10157 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 10158 Brian Youmans.
5f208f6d 10159
f7dc1244 101602000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
10161
10162 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
10163 the source directory. Reported by Mark Harig
10164 <markh@frazier.landmark.com>.
cc542d3b 10165
f3b28801
C
101662000-06-20 J.T. Conklin <jtc@redback.com>
10167
10168 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10169
449f3b6c
AC
10170Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10171
10172 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 10173 Generate using pdftex.
449f3b6c 10174 (PDFTEX): Define.
889bf7c5 10175 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 10176 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 10177 @contents at the start.
449f3b6c 10178
f7dc1244 101792000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
10180
10181 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 10182 Youmans.
48e934c6 10183
9e9c5ae7
AC
10184Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10185
10186 From Brian Youmans:
10187 * gdb.texinfo: Fix ``et al.''.
10188
c741b251
AC
10189Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10190
10191 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 10192 loop.
c741b251 10193
4ab64e14
JG
101942000-05-19 Jimmy Guo <guo@cup.hp.com>
10195
10196 * configure: Regenerate.
10197
f7dc1244 101982000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
10199
10200 * Makefile.in (install-info): Run install-info on installed Info
10201 files.
10202
8c70017b
AC
10203Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10204
a7cb598a 10205 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 10206 Andrew Cagney.
8c70017b 10207
f7dc1244 102082000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
10209
10210 * gdb.texinfo: Proofreading changes from Brian Youmans.
10211
bf0184be
ND
102122000-05-01 Nick Duffek <nsd@cygnus.com>
10213
10214 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10215 startup sequence, minor edits.
10216
f7dc1244 102172000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
10218
10219 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10220 TeX.
10221
10222 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10223 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10224 like `n' and `s' which look weird. Convert some of the @kindex to
10225 @vindex, when they refer to variables, not commands.
10226
33e16fad
AC
10227Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10228
10229 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10230
f7dc1244 102312000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
10232
10233 * Makefile.in (GDBMI_DIR): New variable.
10234 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10235 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10236 (gdbmi.texinfo): New target, for texi2roff.
10237 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10238 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10239
10240 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10241 gdbmi.texinfo.
10242 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10243 comment.
10244
d167840f
EZ
102452000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10246
10247 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 10248 command.
d167840f 10249
f7dc1244 102502000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
10251
10252 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10253 prevents the build (and is generally a Bad Idea).
10254
f7dc1244 102552000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
10256
10257 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10258 a comma inside @var.
10259 (Command Files): Index markup changes from Dmitry Sivachenko
10260 <dima@Chg.RU>.
10261
f7dc1244 102622000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
10263
10264 * Makefile.in (LN_S): Define.
10265 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10266 invoke "ln -s" unless it is known to work.
10267
10268 * configure.in (AC_PROG_LN_S): Add.
10269
8dc7983f
JB
102702000-04-14 Jim Blandy <jimb@redhat.com>
10271
10272 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10273 section.
10274 (Target Conditionals): Document ADDRESS_TO_POINTER,
10275 POINTER_TO_ADDRESS.
10276
1a8237e8
DB
102772000-04-11 Daniel Berlin <dan@cgsoftware.com>
10278
10279 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10280 gdb-cfg.texi to get the value.
10281
ca526f1a
JB
102822000-04-10 Jim Blandy <jimb@redhat.com>
10283
10284 * gdbint.texinfo (Target Architecture Definition): Fix
10285 cross-references.
10286
faaafcb4
JB
102872000-04-08 Jim Blandy <jimb@redhat.com>
10288
10289 * gdbint.texinfo (Using Different Register and Memory Data
10290 Representations): New section.
10291 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
10292 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10293 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 10294
1b27397f
AC
10295Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10296
10297 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 10298 for acknowledgments.
1b27397f 10299
480ff1fb
AC
10300Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10301
10302 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 10303 qThreadExtraInfo.
480ff1fb 10304
a9331b3f 103052000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 10306
a9331b3f
RM
10307 * gdb.texinfo: Clarify which remote debug protocol commands are
10308 required and which are optional.
f1251bdd 10309
dbeb8dbd
AC
10310Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10311
10312 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
10313 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10314 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
10315 * annotate.texi: Update.
10316
6d2ebf8b
SS
103172000-03-28 Stan Shebs <shebs@apple.com>
10318
10319 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10320 expectation of additional changes before release), update
10321 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10322 node links, rephrase and/or shorten lines to fix formatting
10323 problem in both regular and @smallbook formats.
10324 * annotate.texi: Shorten lines in example, use smallexample
10325 consistently everywhere.
10326 * Makefile.in: Add comment about texinfo 4.0 html generation.
10327 (SFILES_INCLUDED): Add annotate.texi.
10328
5d161b24
DB
103292000-03-27 Daniel Berlin <dan@cgsoftware.com>
10330
5ae4183a
AS
10331 * gdb.texinfo (Debugging Output): Added new section, documenting
10332 the "set/show debug" commands.
5d161b24 10333
b9deaee7
AC
10334Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10335
10336 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 10337 entry.
b9deaee7
AC
10338
10339 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10340 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 10341 @chapter and @node entries.
a9331b3f 10342
b9deaee7 10343 * gdb.texinfo: Link all top-level nodes.
a9331b3f 10344
9ef47d30
AC
10345Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10346
10347 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 10348 files.
9ef47d30 10349
cfeada60
FN
103502000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10351
10352 From David Whedon <dwhedon@gordian.com>
5ae4183a 10353 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 10354
6837a0a2
DB
103552000-03-22 Daniel Berlin <dan@cgsoftware.com>
10356
10357 * gdb.texinfo: Add documentation for the apropos command.
10358
bba2971c
MS
103592000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10360
10361 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10362
2b628194
MS
103632000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10364
a9331b3f 10365 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
10366 two places.
10367
96a2c332
SS
103682000-03-17 Stan Shebs <shebs@apple.com>
10369
10370 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10371 <dima@Chg.RU>, also clarification of allowed content for
10372 string constants.
10373
f7dc1244 103742000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
10375
10376 * gdb.texinfo (main menu): Add Annotations.
10377 (File Options): Add @cindex entries for each command-line option.
10378 Document --epoch, --annotate, --async, --interpreter, --write,
10379 --statistics, and --version.
10380
10381 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10382 of GDB.
10383
9d233477
JB
103842000-02-23 Jim Blandy <jimb@redhat.com>
10385
10386 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10387
14e0eb3b
JB
103882000-02-22 Jim Blandy <jimb@redhat.com>
10389
10390 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10391
3555de01
JM
103922000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10393
10394 * Makefile.in (diststuff): New target.
10395
5e35df8e
KB
103962000-02-15 Kevin Buettner <kevinb@redhat.com>
10397
10398 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 10399 architecture. [From Jim Wilson.]
5e35df8e 10400
c5394b80
JM
104012000-01-16 Tom Tromey <tromey@cygnus.com>
10402
10403 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10404 (Delete Breaks): Mention range arguments.
10405 (Disabling): Likewise.
10406
c3f6f71d
JM
104072000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10408
10409 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10410
c4093a6a
JM
10411Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10412
10413 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 10414 valid functions.
c4093a6a 10415
11cf8741
JM
104161999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10417
10418 * gdb.texinfo: Clarify regular expressions used in rbreak.
10419
917317f4
JM
104201999-10-15 Kevin Buettner <kevinb@cygnus.com>
10421
10422 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10423 MEMORY_REMOVE_BREAKPOINT): Document.
10424
10425Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10426
10427 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 10428 offset re-using the DATA offset instead.
917317f4 10429
2df3850c
JM
104301999-10-11 Jim Kingdon <kingdon@redhat.com>
10431
10432 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10433
104341999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10435
10436 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10437 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10438 typos.
10439
10440 * gdb.texinfo: Various minor wording and formatting improvements,
10441 mentions of additional command-line options.
10442
2acceee2
JM
104431999-09-30 Fred Fish <fnf@cygnus.com>
10444
10445 * gdb.texinfo: Document additional forms of specifying section
10446 names and addresses for the add-symbol-file command.
10447
c2c6d25f
JM
104481999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10449
10450 * gdbint.texinfo: Fix typo, add the word "have".
10451
104521999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10453
10454 * gdbint.texinfo (Target Architecture Definition): Document the
10455 SKIP_PERMANENT_BREAKPOINT macro.
10456
d4f3574e
SS
104571999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10458
10459 * gdb.texinfo: Fiks speling errers.
10460
10461 * gdb.texinfo: Fix uses of @multitable.
10462
f7dc1244 10463 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 10464 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 10465 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
10466 comments about using with optimization, add more indexing,
10467 fix info about disassembly-flavor.
10468
10469Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10470
10471 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10472 SKIP_SOLIB_RESOLVER): Define.
10473
10474Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10475
10476 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 10477 ``g'' packets.
d4f3574e 10478
104c1213
JM
104791999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10480
10481 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
10482 platform-specific info, inline remote.texi and move sections of it
10483 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
10484 and register stack into the new chapter.
10485 * remote.texi: Remove, now part of gdb.texinfo.
10486 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10487
104881999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10489
10490 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10491 GDB_TARGET_IS_MACH386): These kludges have gone away.
10492
10493Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10494
10495 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 10496 TDEPLIBS.
104c1213 10497
53a5351d
JM
104981999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10499
10500 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10501 surrounding text to fit HP-UX bits into general info.
10502 (HPPA-cfg.texi): Remove, no longer useful.
10503
10504 * gdb.texinfo: Remove explicit links from @node lines, remove
10505 HP-added "Detailed Node Listing" from main menu which confuses
10506 things.
10507
10508 From Dmitry Sivachenko <dima@Chg.RU>:
10509 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 10510 in description of `set environment'.
53a5351d
JM
10511
105121999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10513
10514 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10515
7be570e7
JM
105161999-08-12 Ben Elliston <bje@cygnus.com>
10517
10518 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10519
f7dc1244 105201999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
10521
10522 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
10523 watch, awatch, and rwatch. Explain why the latter two cannot be
10524 set as software watchpoints. Document that watchpoints for local
10525 variables are deleted when the debuggee terminates.
7be570e7
JM
10526
10527Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10528
10529 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
10530 packet. Allow E.. response packet. "qRcmd" packet is no longer
10531 reserved.
7be570e7
JM
10532
105331999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10534
a9331b3f
RM
10535 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10536 * gdb.texinfo: Ditto.
7be570e7 10537
96baa820
JM
105381999-08-06 Tom Tromey <tromey@cygnus.com>
10539
10540 * gdb.texinfo (KOD): New node.
10541
10542Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10543
10544 * remote.texi (Rcmd): Fix minor formatting typos.
10545
10546Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10547
10548 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 10549 packets.
96baa820 10550
adf40b2e
JM
105511999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10552
10553 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10554 fixes.
10555
43ff13b4
JM
10556Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10557
10558 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10559
085dd6e6
JM
10560Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10561
10562 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
10563 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10564 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10565 packets that are not supported on all hosts. Expand examples.
10566 Spell check.
085dd6e6
JM
10567
105681999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10569
10570 * Makefile.in: Recognize html, install-html. Add targets
10571 to build HTML versions of documentation via texi2html.
10572
10573Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10574
10575 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 10576 testsuite.
085dd6e6
JM
10577
10578Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10579
10580 * remote.texi (Communication Protocol): Rewrite.
10581
10582Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10583
10584 * stabs.texinfo: Fix uses of xref.
10585
9e0b60a8
JM
10586Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10587
10588 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10589 info about patch submission.
10590
cce74817
JM
10591Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10592
10593 From Per Bothner <bothner@cygnus.com>:
10594 * gdb.texinfo: Document Chill support.
10595
10596Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10597
10598 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
10599 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10600 Document that the value should be greater-than or equal-to zero.
10601 (NO_STD_REGS): Document. Deprecate.
cce74817 10602
ac9a91a7
JM
10603Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10604
10605 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 10606 Document that these are not used.
ac9a91a7
JM
10607
10608Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10609
10610 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10611
392a587b
JM
10612Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10613
10614 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 10615 numargs was dropped.
392a587b
JM
10616
10617Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10618
10619 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10620
b83266a0
SS
10621Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10622
10623 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 10624 Update.
b83266a0 10625
7a292a7a
SS
10626Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10627
10628 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10629 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10630
10631Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10632
10633 * gdbint.texinfo: Fix typos: $ -> @.
10634
10635Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10636
10637 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
10638 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10639 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10640 BREAKPOINT_FROM_PC.
a9331b3f 10641
7a292a7a
SS
10642Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10643
10644 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 10645 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
10646
10647Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10648
10649 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 10650 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
10651
106521999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10653
10654 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10655 longer exists.
10656
10657Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10658
10659 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
10660 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10661 they make the manual source incomprehensible.
7a292a7a
SS
10662 * h8-cfg.texi: Remove, hasn't been used in years.
10663
c906108c
SS
10664Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10665
10666 * gdb.texinfo: Update the credits.
10667
10668Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10669
10670 * gdb.texinfo: Fix mistakes noticed in printout of last
10671 draft, add Alpha to discussion of heuristic fence post.
10672
10673Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10674
10675 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
10676 Edition, merge some HP changes into mainline, describe some
10677 previously undocumented features, describe more of the target
10678 commands available, eliminate obsolete section on renamed
10679 commands.
c906108c
SS
10680 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10681
10682Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10683
10684 * gdb.texinfo: Make many HPPA conditionals unconditional,
10685 including catchpoint description, since now on for all configs.
10686 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10687 specializations.
10688
10689Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10690
10691 * Makefile.in (GDBvn.texi): Fix match expression to work with
10692 current format of VERSION in gdb/Makefile.in.
10693 * gdb.texinfo: Fix node ref to match new readline.
10694
10695Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10696
a9331b3f
RM
10697 * gdb.texinfo: Changes made as part of a project to merge in
10698 changes made by HP. Documentation makes extensive use of
c906108c
SS
10699 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10700 on remote debugging. There are differences in documentation
889bf7c5 10701 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
10702 the HP manual discusses catchpoints, hardware watchpoints, and
10703 some HPUX specific limitations for shared library support.
a9331b3f 10704
c906108c
SS
10705 There are also a number of @node changes.
10706
107071999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10708
10709 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10710 (C Usage): Same.
10711
10712Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10713
10714 The following changes were made by Edith Epstein
889bf7c5
PA
10715 <eepstein@cygnus.com> as part of a project to merge in changes
10716 made by HP.
a9331b3f 10717
c906108c
SS
10718 * HPPA-cfg.texi: new file.
10719
10720 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10721
10722 * refcard.tex: change documentation about catch.
10723 removed info catch.
10724
10725Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10726
10727 * gdbint.texinfo: Expand on GDB's coding standards,
10728 specify the use of arg names with prototypes.
10729
107301998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10731
10732 * gdb.texinfo: Fix tipo.
10733
10734Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10735
10736 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 10737 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
10738
10739Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10740
10741 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10742
107431998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10744
10745 * agentexpr.texi: New file.
10746
10747Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10748
10749 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10750
107511998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10752
10753 * remote.texi: Changed wording that implied that the GDB remote
10754 protocol caches register values instead of GDB itself.
10755
10756Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10757
10758 * gdbint.texinfo: Add some info about symbol readers.
10759 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10760 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10761 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10762 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10763
10764Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10765
a9331b3f 10766 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
10767
10768Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10769
10770 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10771
10772Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10773
10774 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 10775 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
10776
10777Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10778
10779 * gdbint.texinfo: Fix minor typos.
10780
10781Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10782
10783 * gdbint.texinfo: Complete overhaul. Group descriptions more
10784 logically, add more info on generic algorithms, remove much
10785 obsolete and/or wrong material.
10786
10787Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10788
10789 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10790
10791Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10792
10793 * refcard.tex: Copyright, address updates.
10794
10795Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10796
10797 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10798 for the edition instead of confusing GDB-version-like numbers.
10799
10800Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10801
10802 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10803
10804Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10805
5ae4183a 10806 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
10807
10808Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10809
10810 * gdb.texinfo: Add some credits, mention bug monitor.
10811 * remote.texi: Mention mips monitor targets.
10812 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 10813
c906108c
SS
10814Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10815
10816 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
10817 files, finish sorting of host vs target vs native macros, describe
10818 some more of them.
c906108c
SS
10819
10820Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10821
10822 * gdbint.texinfo (Host Conditionals): Document change from
10823 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10824
10825Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10826
10827 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 10828 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
10829
10830Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10831
10832 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10833 Document LSEEK_NOT_LINEAR.
10834
10835Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10836
10837 * stabs.texinfo (Stab Section Basics): Make it clear that only
10838 some versions of the GNU linker remove the leading N_UNDF symbol.
10839
10840Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10841
10842 * stabs.texinfo (String Field): Document type number pairs here,
10843 instead of in the Sun specific section.
10844 (Include Files): The GNU linker supports the N_BINCL
10845 optimization. Clarify the N_BINCL value, and what it is used
10846 for.
10847 (Procedures): Document N_FUN with an empty string to mark the end
10848 of a function.
10849 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10850 (Sun Differences): Remove this node, as the information is now
10851 elsewhere in the main document.
10852 (Stab Section Basics): Mention that the GNU linker may optimize
10853 stabs and remove the leading N_UNDF symbol.
10854
10855Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10856
10857 * gdb.texinfo, refcard.tex: Restore author credit
10858
10859Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10860
10861 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10862 documentation to account for START and END macros taking
10863 one arg.
10864
10865Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10866
10867 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10868 * gdb.texinfo (Frames): Fix typo.
10869
10870Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10871
10872 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10873 a target_signal as arg type, not a pid.
10874
10875Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10876
10877 * gdb.texinfo: Document `set assembly-language'.
10878
10879Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10880
10881 * remote.texi: Update list of stubs in the GDB distribution.
10882
10883Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10884
10885 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
10886 Also document that some systems can use mmalloc but must define
10887 this if their C runtime allocates memory that is later freed.
c906108c 10888 (MMCHECK_FORCE): Document new macro.
a9331b3f 10889
c906108c
SS
10890Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10891
10892 * remote.texi: Add documentation for target Sparclet.
10893
10894Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10895
a9331b3f 10896 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
10897 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10898 * configure.in: Rewritten for autoconf.
10899 * configure: New.
10900
10901Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10902
10903 * Makefile.in (DVIPS): New define, set to dvips.
10904 (dvi): Add stabs.dvi.
10905 (ps): New target.
10906 (all-doc): Depend on info, dvi, and ps targets.
10907 (STAGESTUFF): Add *.ps and *.dvi files.
10908 (clean-info, clean-dvi): Remove.
10909 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10910 rules completely rewritten.
10911 (maintainer-clean): Remove clean-info and clean-dvi
10912 dependencies and put their actions in the rules.
10913 (gdb.ps): New target
a9331b3f 10914 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
10915 intermediate TeX files, whether they have 2 or 3 character
10916 extensions.
10917 (gdbint.ps): Add target and rules.
10918 (gdb-internals): Delete unused target.
10919 (Makefile): Depends upon config.status also.
10920
10921Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10922
10923 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10924 set.
10925
10926Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10927
10928 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10929 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10930
10931Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10932
10933 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10934
10935Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10936
10937 * gdb.texinfo (Print settings): Document
10938 `set/show print static-members' commands.
10939
10940Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10941
10942 * gdbint.texinfo (Native): Document name change, coredep.c to
10943 core-aout.c.
10944
10945Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10946
10947 * stabs.texinfo (Include Files): Document the values the SunOS4
10948 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10949
10950Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10951
10952 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10953 Fix typo.
10954
10955Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10956
10957 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10958 "gdb.tar.Z".
10959
10960Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10961
10962 * Makefile.in (maintainer-clean): New target, synonym for
10963 realclean.
10964
10965Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10966
10967 * Update all FSF addresses except those in COPYING* files.
10968
10969Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10970
10971 From Richard Earnshaw (rearnsha@armltd.co.uk):
10972 * gdb.texinfo (convenience variables): Document $_exitcode.
10973 (quit): Document optional expression to use as exit code.
10974
10975Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10976
10977 * gdb.texinfo, remote.texi: Brought up to date with various
10978 GDB changes.
10979
10980Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10981
10982 * gdb.texinfo: Update dates and versions, fix comments about
10983 hardware watchpoints in future releases and about the
10984 sharedlibrary command.
10985
10986Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10987
10988 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10989 C_FUN stab. Other cleanups.
10990
10991Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10992
10993 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10994 for the sparc stub.
10995
10996Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10997
10998 * annotate.texi: Clarify which addresses have differing formats
10999 depending on the language and which do not.
11000
11001Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11002
11003 * remote.texi (NetWare): Changed example to use BOARD= instead of
11004 NODE= argument to reflect correspoding change to gdbserve.nlm.
11005
11006Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11007
11008 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11009 GDB, as well as AIX dbx, supports the size type attribute.
11010
11011Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11012
11013 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11014
11015Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11016
11017 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11018 and new 'if' and 'while' commands.
11019
11020Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11021
11022 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11023
11024Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11025
11026 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11027 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11028 NetWare targets. Mostly stolen from the Server node.
11029
11030Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11031
11032 * gdb.texinfo (Setting): Talk about the language of a source file
11033 versus the working language. The old documentation did not match
11034 what GDB did.
11035
11036Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11037
11038 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11039 of a source file.
11040
11041Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11042
11043 * gdb.texinfo (Processes): New node.
11044
11045Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11046
11047 * remote.texi: Update documentation of set/show mipsfpu.
11048
3fc11d3e
JM
11049Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11050
11051 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11052 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
11053
11054Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11055
11056 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11057 obsolete conditionals, described some others.
11058
11059Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11060
11061 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11062 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11063
11064Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11065
11066 * gdbint.texinfo: Put regex conditionals in their own table.
11067
11068Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11069
11070 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11071 described or fixed the descriptions of many others.
11072
11073Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11074
11075 * gdb.texinfo: Add some more credits.
11076 * gdbint.texinfo: Capitalize GDB consistently, describe some
11077 macros and remove some.
11078
11079Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11080
11081 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11082 obsolete conditionals, described some others.
11083
11084Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11085
11086 * gdb.texinfo (help targets): Changed to `help target', which
11087 is the correct gdb command.
11088
11089Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11090
11091 * annotate.texi (TODO): New node, for keeping track of annotations
11092 suggested but not yet implemented.
11093
11094Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11095
11096 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11097 another symbol, it is not the address itself.
11098
11099Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11100
11101 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11102 of stabs-in-coff sections.
11103
11104Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11105
11106 * annotate.texi: Change edition to 0.5 and date to May 1994.
11107 Add index.
11108 (Frames): New node, for frame annotation.
11109 (Displays): New node, for display annotation.
11110
11111 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11112 when waiting for your program to stop.
11113
11114Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11115
11116 * annotate.texi (Breakpoint Info): Document annotation of header
11117 fields and record annotation.
11118
11119Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11120
11121 * annotate.texi: New file, to document annotations.
11122
11123Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11124
11125 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11126 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11127
11128Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11129
11130 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11131 section, and say n_strx field is compilation unit relative.
11132 * stabs.texinfo: Don't use @code for a.out when it is the name of
11133 an object file format.
11134
11135Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11136
11137 * gdb.texinfo: Refer to file names, not path names, per rms
11138 convention.
11139 (Arguments): Fix typo.
11140
11141Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11142
11143 * stabs.texinfo (Global Variables): Talk about stabs in files
11144 where variables are referenced, but not defined.
11145
11146Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11147
11148 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11149 Cplusplus to new nodes Member Type Descriptor and Method Type
11150 Descriptor. Re-write stuff for #.
11151
11152Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11153
11154 * gdb.texinfo (Print Settings): Don't document "set print
11155 fast-symbolic-addr off". The bug which it worked around was fixed
11156 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11157
11158 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11159 N_ENTRY node.
11160
11161 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11162
11163Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11164
11165 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11166 references to ieee-float.c.
11167
11168Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11169
11170 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11171 match what the code actually does.
11172
11173Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11174
11175 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11176
11177Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11178
11179 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11180 i, and b.
11181
11182Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11183
11184 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11185 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11186 as "stabs in sections" rather than just saying "ELF and SOM".
11187 Also make that stuff apply to COFF.
11188
11189Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11190
11191 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11192 Ghostscript.
11193
11194Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11195
11196 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11197 versus functions without line numbers, also mention stepping into
11198 them as well as "step" when you are in them. Tell the user how to
11199 deal with the situation. Add comment about "debugging information".
11200
11201Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11202
11203 * stabs.texinfo (Enumerations): Document restriction on where
11204 enumeration types can appear and still win with GDB.
11205
11206Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11207
11208 * stabs.texinfo (Negative Type Numbers): Document format for type
11209 -16.
11210
11211Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11212
11213 * gdb.texinfo (Selection, Frame Info): Update information about
11214 arbitrary frame specficiations.
11215
11216Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11217
11218 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11219
11220Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11221
11222 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11223
11224Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11225
11226 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11227
11228Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11229
11230 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11231 Differences node to Statics node.
11232 (Statics): Discuss XCOFF use of V symbol descriptor.
11233
11234 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11235 not clean.
11236
11237Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11238
11239 * gdb.texinfo (Print Settings): Document `set print
11240 fast-symbolic-addr' and improve the doc for some other
11241 `set print's.
11242
11243Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11244
11245 * stabs.texinfo (String Field): Talk about defining several type
11246 numbers at once.
11247 Fix lint regarding changing node ELF Transformations to
11248 ELF and SOM Transformations.
11249
11250Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11251
11252 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11253
11254Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11255
11256 * stabs.texinfo (Cross-References): `::' is for nested types only
11257 within <>.
11258 (Structures): Document static members.
11259
11260Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11261
11262 * stabs.texinfo: Document S type attribute.
11263
11264Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11265
11266 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11267
11268Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11269
11270 * gdbint.texinfo: Fix a few typos.
11271
11272Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11273
11274 * gdb.texinfo, remote.texi: formatting improvements
11275
11276 * gdb.texinfo (New Features): mention threads.
11277 (Summary, C): fix xrefs in newly contributed text.
11278 (Threads): index entries, clarifications, example
11279 (passim): minor typos fixed, phrasing improvements
11280
11281 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11282 entries; (Server): explain use of gdbserver w/real-time systems,
11283 add example of conflicting TCP port; (MIPS Remote) break up
11284 running text into table, highlighting commands, and add example.
a9331b3f 11285
c906108c
SS
11286Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11287
11288 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11289
11290Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11291
11292 * stabs.texinfo (Nested Symbols): New node.
11293 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11294
11295Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11296
11297 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11298 to picking which Bbss.bss symbol to use, and (because there seems to
11299 be no good way of doing it) re-write some of the text to make it
11300 sound like Bbss.bss isn't such a great idea after all (as currently
11301 designed).
11302
11303 * gdb.texinfo (C): In addition to saying people have to use g++ for
11304 good results, say they have to use stabs. Specifically say cfront
11305 doesn't work well.
11306 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11307 the gdb README. Add xrefs to places where the support for the various
11308 languages is described in detail.
11309
11310Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11311
11312 * stabs.texinfo: Clean up stuff about visibility and virtual
11313 characters.
11314
11315 * stabs.texinfo (N_M2C): Cite Sun doc.
11316
11317Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11318
11319 * gdb.texinfo: updates re threads.
11320 * remote.texinfo: avoid index entries starting with digits.
11321
11322Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11323
11324 * stabs.texinfo (Enumerations): Talk about large, negative and
11325 octal values. Clean up cross reference to type attributes.
11326 (String Field): Say that GDB 4.11 supports size attribute.
11327
11328Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11329
11330 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11331 is a mandatory step. Make the stuff about that more concise.
11332
11333Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11334
11335 * stabs.texinfo (Class Names): New node.
11336
11337 * gdb.texinfo (Command Files): Explain order of init file reading.
11338
11339 * remote.texi (Bootstrapping): Talk about getting the serial driver
11340 to deal with ^C sent by gdb to stop the remote system.
11341
11342Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11343
11344 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11345
11346 * libgdb.texinfo (Defining Commands): made the DOC arg
11347 to gdb_define_app_command a char * instead of char **
11348 per a suggestion from kingdon.
11349
11350 * libgdb.texinfo: total rewrite from a different starting
11351 premise.
11352
11353Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11354
11355 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11356 floats passed as doubles (to improve clarity).
11357
11358Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11359
11360 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11361
11362 * a4rc.sed: update to work with Andreas Vogel papersize params
11363
11364 * refcard.tex: use Andreas Vogel simplifications of papersize
11365 params; remove useless version info; update copyright date.
11366
11367Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11368
11369 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11370
11371Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11372
11373 * gdb.texinfo (Files): Say what address the load command loads it at.
11374
11375 * stabs.texinfo (Common Blocks): Minor cleanups.
11376
11377 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11378 that Sun has backed away from the linker kludge and thus the relevant
11379 issue is changes to the SunPRO tools, not the Solaris linker.
11380
11381 * stabs.texinfo (Traditional Integer Types): Clean up description
11382 of octal bounds a little bit. Document extra leading zeroes.
11383
11384Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11385
11386 * gdb.texinfo (Signaling): Update for symbolic symbol names
11387 and add a section explaining the difference between the GDB
11388 signal command and the shell kill utility.
11389
11390Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11391
11392 * libgdb.texinfo: added `@' to braces that were unescaped.
11393
11394Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11395
11396 * libgdb.texinfo: new file. Spec for the gdb library.
11397
11398Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11399
11400 * stabs.texinfo (Include Files): Fix typo (start -> end).
11401
11402Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11403
11404 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11405 from Melissa at FSF's editing pass.
11406
11407Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11408
11409 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11410 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11411 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11412
11413Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11414
11415 * remote.texi (Bootstrapping): Discuss 386 call gates.
11416
11417Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11418
11419 * stabs.texinfo (Based Variables): New node.
11420
11421Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11422
11423 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11424 names, sizes, and formats to suggest how not to lose.
11425
11426Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11427
11428 * stabs.texinfo (Methods): Fix typo.
11429
11430Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11431
11432 * gdb.texinfo: Fix a few typos.
11433
11434Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11435
11436 * gdb.texinfo: Clarify how well it works with Fortran.
11437
11438 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11439 More on relocating stabs in ELF files.
11440
11441Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11442
11443 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11444
11445Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11446
11447 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11448 parameters on VAX.
11449
11450Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11451
11452 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11453
11454Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11455
11456 * stabs.texinfo: Make info author notice match the TeX author notice.
11457
11458Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11459
11460 * stabs.texinfo: Initial-caps all words in node names and
11461 non-trivial words in section names.
11462
11463Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11464
11465 * stabs.texinfo: Many minor cleanups.
11466
11467 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11468
11469Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11470
11471 * stabs.texinfo: Remove full description of big example.
11472 It's not really helpful; just use pieces of it where appropriate.
11473 Add more Texinfo formatting directives (@samp, etc.).
11474 Use @deffn to define stab types.
11475 Eliminate some wordiness. Break up some nodes.
11476 Add an (alphabetized) index of symbol types.
11477 Use consistent capitalization style in node and section names.
11478
11479Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11480
11481 * gdb.texinfo: Change typo "Two two" to "The two".
11482
11483Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11484
11485 * stabs.texinfo (XCOFF-differences): Remove references to
11486 non-existent types N_DECL and N_RPSYM.
11487
11488 * stabs.texinfo (String Field): Say that type attributes bug is
11489 fixed in GDB 4.10, since it is.
11490
11491 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11492
11493Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11494
11495 * stabs.texinfo: Formatting cleanups.
11496
11497Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11498
11499 * stabs.texinfo: When explaining the n_type of a stab, standardize
11500 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11501 no tabs, use @r).
11502 (Global Variables): Clean up.
11503
11504Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11505
11506 * stabs.texinfo (Stack Variables): Re-write.
11507
11508Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11509
11510 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11511 addresses of a source file. Also revise formatting.
11512 Change "object module" or "object file" to "source file".
11513 Various: Miscellaneous cleanups.
11514
11515Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11516
11517 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11518
11519Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11520
11521 * gdbint.texinfo: Removed many nonsensical machine-collected
11522 host and target conditionals, described some of the remainder.
11523
11524Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11525
11526 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11527
11528 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11529 paragraph which follows.
11530
11531 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11532 variables. Looks better and avoids overful hbox.
11533
11534Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11535
11536 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11537
11538Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11539
11540 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11541 retransmit-timeout
11542
11543Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11544
11545 * gdbint.texinfo: Update statement about `some ancient Unix
11546 systems, like Ultrix 4.0' to Ultrix 4.2.
11547
11548Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11549
11550 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11551
11552 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11553
11554 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11555 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11556
11557 * remote.texi: new name for former gdbinv-s.texi
11558
11559 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11560
11561Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11562
11563 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11564 variables for MIPS remote debugging protocol.
11565
11566Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11567
11568 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11569
11570Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11571
11572 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11573
11574Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11575
11576 * gdb.texinfo: repair conditional bugs in text markup
11577
11578Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11579
11580 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11581 to select Modula-2 material.
11582
11583Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11584
11585 * stabs.texinfo: Cleanups regarding statics.
11586
11587 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11588 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11589
11590Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11591
11592 * stabs.texinfo: N_MAIN is sometimes used for C.
11593
11594Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11595
11596 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11597
11598Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11599
11600 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 11601 removed from the code by Kingdon.
c906108c
SS
11602
11603Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11604
11605 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11606 input when evaluating breakpoint conditions; the bug has been fixed.
11607
11608 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11609 sets the ignore count to N-1, not to N.
11610
11611Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11612
11613 * refcard.tex (\hoffset): correct longstanding error to match
11614 intended offset; avoids cutting off edge on some printers
11615
11616Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11617
11618 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11619
11620Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11621
11622 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11623
11624Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11625
11626 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11627 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11628 collect sed edits if any, apply to refcard before formatting;
11629 (refcard.ps) stop implying PS fonts if PS output requested;
11630 (lrefcard.ps) delete extra target for variant PS fonts
11631
11632 * refcard.tex: parametrize papersize dependent info, collect
11633 in easily replaced spot
11634
11635 * a4rc.sed: new file, edits to refcard for A4 paper
11636
11637Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11638
11639 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11640
11641Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11642
11643 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11644
11645Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11646
11647 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11648 politely rather than rudely.
11649
11650Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11651
11652 * stabs.texinfo: Document common blocks.
11653
11654Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11655
11656 * stabs.texinfo: Add some basic info about stabs-in-elf.
11657
11658Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11659
11660 * stabs.texinfo (Top): Minor cleanup.
11661
11662Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11663
11664 * Makefile.in (install-info): remove parentdir support
11665
11666Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11667
11668 * gdb.texinfo (Copying): delete this node and references to it;
11669 RMS says this manual need not carry GPL. (passim): Improvements
11670 from last round at FSF, largely due to Ian Taylor review, and
11671 minor formatting improvements.
11672
11673 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11674 largely due to Ian Taylor review. (Debug Session): minor edits to
11675 new text.
11676
11677Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11678
11679 * Makefile.in (realclean): Remove info and dvi files too.
11680
11681Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11682
11683 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11684 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11685 * gdb.texinfo: Change accordingly.
11686
11687 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11688 N_{L,R}BRAC,N_SLINE are relative to.
11689
11690Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11691
11692 * Makefile.in (GDBvn.texi): Update atomically.
11693
11694Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11695
11696 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11697
11698Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11699
11700 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11701 addresses together. Also motivate the set print symbol-filename
11702 command and suggest other solutions.
11703
11704Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11705
11706 * gdb.texinfo (set print elements): Note that the number of
11707 elements is set to unlimited by "set print elements 0".
11708
11709Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11710
11711 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11712 NF_LDOUBLE means.
11713 (Stab Types): Include Solaris stab types.
11714 (Procedures): Document Solaris extensions.
11715
11716Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11717
11718 * gdb.texinfo: Add `set print symbol-filename' doc.
11719
11720Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11721
11722 * stabs.texinfo (Arrays): Talk about type definition vs. type
11723 information.
11724
11725 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11726 the trailing semicolon.
11727
11728Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11729
11730 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11731 and merge in other parts of the document addressing these subjects.
11732 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11733
11734 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11735 at the end of a range type.
11736
11737 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11738 AIX extensions.
11739
11740Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11741
11742 * stabs.texinfo (Stabs Format): Misc fixes.
11743
11744Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11745
11746 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11747 (Traditional builtin types): Document convex convention for long long.
11748 (Negative builtin types): Discuss type names, and misc fixes.
11749
11750Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11751
11752 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11753 point types used with @samp{R} type descriptor.
11754 (Symbol Descriptors): Describe how to handle conflict between
11755 different meanings of @samp{P} symbol descriptor.
11756
11757Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11758
11759 * stabs.texinfo: Remove node Quick Reference and put its children
11760 directly under the main menu.
11761
11762 * stabs.texinfo: Many more changes to bring it into line with
11763 AIX documentation and reality. I think it now has all the
11764 information from the AIX documentation, except that I burned
11765 out when I got to variant records (Pascal and Modula-2) and
11766 all the COBOL types. Oh well, we can add them later when we're
11767 worrying more about those languages.
11768
11769 * stabs.texinfo (Automatic variables): Talk about what it means
11770 to omit the symbol descriptor.
11771
11772Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11773
11774 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11775 gcc2 behavior with promoted args.
11776
11777Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11778
11779 * gdb.texinfo: include readline appendices in info version of manual
11780
11781Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11782
11783 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11784 target remote.
11785
11786 * gdb.texinfo (Machine Code): more index entries for disassemble
11787
11788Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11789
11790 * Clarify the intended use of the gdb-testers and gdb-patches
11791 mailing lists, and shrink gzip comment.
11792
11793Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11794
11795 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11796 DOSHOST configuration of manual.
11797
11798 * gdb.texinfo (MIPS Stack): new node.
11799
11800 * all-config.texi (MIPS) new switch.
11801
11802 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11803 tense; (MIPS Remote) new node.
11804
11805 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11806 bug; (Environment) less passive, other small cleanups in text about
11807 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11808 (Remote) new MIPS Remote menu entry.
11809
11810Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11811
11812 * stabs.texinfo: Many changes to include information from the
11813 AIX documentation.
11814
11815 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11816
11817Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11818
11819 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11820 Move a bunch of information from ../README.
11821 (Getting Started): New node.
11822
11823Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11824
11825 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11826
11827 * gdb.texinfo: advance manual revision dates to present
11828
11829 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11830 stop using silly Roman numerals in @set variable names
11831
11832Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11833
11834 * stabs.texinfo (Parameters): Keep trying to get this right.
11835
11836Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11837
11838 * stabs.texinfo (Parameters): More on "local parameters".
11839
11840Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11841
11842 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11843
11844Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11845
11846 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11847 (Parameters): Rewrite.
11848 (xcoff-differences, Sun-differences): Minor changes.
11849
11850Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11851
11852 * stabs.texinfo: Minor cleanup.
11853
11854Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11855
11856 * gdbint.texinfo: Minor xcoff stuff.
11857
11858Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11859
11860 * gdbint.texinfo: Update for new config directory structure.
11861 Add info about internal type data structures.
11862
11863Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11864
11865 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11866 $(srcdir).
11867 (gdb-config.texi): Depend on file in $(srcdir).
11868
11869Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11870
11871 * stabs.texinfo: Fixes about N_SO.
11872
11873Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11874
11875 * gdb.texinfo: include list of nonstandard init file names
11876
11877 * *-config.texi: new switch GENERIC for text that applies *only*
11878 to (usual) multiple-target version of manual
11879
11880 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11881 h8 config
11882
11883 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11884 in menus (rather than conditionally selected multiple alternative
11885 menus).
11886
11887 * Makefile.in: define and use DOC_CONFIG var to select
11888 configuration for GDB user manual.
11889
11890 * gdb-config.texi: delete from repository, generate from Makefile.
11891
11892 * all-config.texi: normal `generic' configuration file, formerly
11893 stored as gdb-config.texi
11894
11895Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11896
11897 * Makefile.in: add dvi target to build all .dvi files
11898
11899Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11900
11901 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11902
11903Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11904
11905 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11906 host conditionals.
11907 * stabs.texinfo: More array fixes inspired by Jim's.
11908
11909Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11910
11911 * stabs.texinfo: Fixes re arrays and continuations.
11912
11913 * gdbint.texinfo: Add XCOFF node.
11914
11915Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11916
11917 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11918
11919Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11920
11921 * stabs.texinfo: Fix for array types to mention lower bounds.
11922
11923Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11924
11925 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11926
11927Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11928
11929 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11930
11931Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11932
11933 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11934 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11935
11936Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11937
11938 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11939
11940Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11941
11942 * gdb.texinfo, gdbinv-s.texi: misc updates
11943
11944Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11945
11946 * gdbint.texinfo: Brief documentation for longjmp support,
11947 from an email msg by Stu.
11948
11949Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11950
11951 * stabs.texinfo: Fix description of floating point "range"
11952 types (which really define basic types). Reported by Jim Meehan,
11953 <meehan@src.dec.com>.
11954
11955 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11956
11957Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11958
11959 * gdbint.texinfo: Slightly expand section on supporting a new
11960 object file format.
11961
11962Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11963
11964 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11965 intermediate file.
11966
11967Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11968
11969 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11970
11971Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11972
11973 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11974
11975 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11976 as well as Z8002.
11977
11978Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11979
11980 * gdbint.texinfo: Add sections on clean design and on how to send
11981 in changes.
11982
11983Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11984
11985 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11986
11987Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11988
11989 * gdb.texinfo: Fix typo, reported by Karl Berry.
11990
11991Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11992
11993 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11994
11995Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11996
11997 * gdbint.texinfo: fixed a stray email address (needs @@),
11998 added @table @code to node "Native Conditionals"
11999
12000Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12001
12002 * gdbint.texinfo: Describe coding style of GDB.
12003
12004Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12005
12006 * stabs.texinfo: Minor wording changes.
12007
12008Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12009
12010 * gdbint.texinfo: Improve release doc slightly.
12011
12012Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12013
12014 * gdbint.texinfo: Improve doc of GDB config macros.
12015
12016Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12017
12018 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12019 These will be reinserted when examined.
12020
12021Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12022
12023 * gdbint.texinfo: Make a start at documenting all the #if macros
12024 in GDB. At least list them all, and start separating them into
12025 host-specific and target-specific.
12026
12027Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12028
12029 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 12030 examples (not consistent w others).
c906108c
SS
12031 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12032 for generic vn of doc
12033
12034Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12035
12036 * Makefile.in: always create installation directories.
12037
12038Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12039
12040 * gdb.texinfo: in h8 config, do not describe searching commands.
12041
12042Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12043
12044 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12045 conditionals; introduce a few generic switches that may be
12046 useful for other cross-dev or dos-hosted configs.
12047
12048 * gdb.texinfo: fix typo in "info reg" description
12049
12050Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12051
12052 * stabs.texinfo: Minor updates from running TeX over it.
12053 * Makefile.in (stabs.dvi, stabs.ps): Add.
12054
12055Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12056
12057 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12058 First pass at converting it to texinfo.
12059
12060Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12061
12062 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12063 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12064
12065Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12066
12067 * gdbint.texinfo: Add section on partial symbol tables.
12068
12069Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12070
12071 * gdb.texinfo: document `set remotedebug' and `set
12072 rstack_high_address'.
12073
12074Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12075
12076 * gdb.texinfo: slight expansion of new text on reading info files
12077 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12078 H8/300 from DOS.
12079
12080Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12081
12082 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12083
12084Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12085
12086 * gdb.texinfo: Say how to read the `info' files.
12087
12088Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12089
12090 * Makefile.in: gm4 -> m4.
12091
12092Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12093
12094 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12095 Documentation' ahead of `Installing GDB' to match README.
12096 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 12097 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
12098
12099Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12100
12101 * Makefile.in: remove $(srcdir) from gdb.info rule.
12102
12103Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12104
12105 * Makefile.in: commented out gdb-all.texinfo rule. This is
12106 temporary.
12107
12108Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12109
12110 * Makefile.in, configure.in: removed traces of namesubdir,
12111 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
dee368d3 12112 copyrights to '92, '13, changed some from Cygnus to FSF.
c906108c
SS
12113
12114Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12115
12116 * gdb.texinfo: Improve how we ask for bug reports.
12117
12118Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12119
12120 * Makefile.in: infodir belongs in datadir.
12121
12122Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12123
12124 * Makefile.in: remove spaces following hyphens, bsd make can't
12125 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 12126 standards.text support.
c906108c
SS
12127
12128Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12129
12130 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12131 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12132 and mandir now keyed off datadir by default.
12133
12134\f
12135Local Variables:
9e9c5ae7 12136mode: change-log
c906108c
SS
12137left-margin: 8
12138fill-column: 74
12139version-control: never
463888ab 12140coding: utf-8
c906108c 12141End:
This page took 2.546368 seconds and 4 git commands to generate.