fix >80 cols in earlier entry
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
01124a23
DE
12011-05-13 Doug Evans <dje@google.com>
2
cc63ef9b
DE
3 * gdb.texinfo (Threads): Clarify default value for
4 libthread-db-search-path.
7e0396aa 5
01124a23
DE
6 * gdb.texinfo (Completion): Update example.
7 (Debugging Output): Delete `set/show debug lin-lwp-async'.
8
d248b706
KY
92011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
10
11 * gdb.texinfo: Document change in the behaviour of the enable and
12 disable GDB commands when applied to tracepoints.
13 Document the EnableDisableTracepoints remote stub feature.
14 Document QTEnable and QTDisable in the list of tracepoint packets.
15
cc88a640
JK
162011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17
18 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
19 hsuser.texi.
20 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
21 comment to hsuser.texi. Change rluser.texi name in the comment.
22
84e578fb
DE
232011-05-10 Doug Evans <dje@google.com>
24
25 * gdb.texinfo (Threads): If an empty path is provided for
26 libthread-db-search-path it is reset to its default value.
27 (Server): Ditto.
28
478aac75
DE
292011-05-09 Doug Evans <dje@google.com>
30
31 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
32
9c06b0b4
TJB
332011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
34 Thiago Jung Bauermann <bauerman@br.ibm.com>
35
36 Implement support for PowerPC BookE masked watchpoints.
37 * gdb.texinfo (Set Watchpoints): Document mask parameter.
38 (PowerPC Embedded): Mention support of masked watchpoints.
39
9ed350ad
JB
402011-05-03 Joel Brobecker <brobecker@adacore.com>
41
42 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
43 `@value{GDBN}'.
44
4ceed123
JB
452011-05-03 Joel Brobecker <brobecker@adacore.com>
46
47 * gdb.texinfo (titlepage): Remove dedication.
48 (In Memoriam): New appendix.
49
559a7a62
JK
502011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
51 Eli Zaretskii <eliz@gnu.org>
52
53 * gdb.texinfo (Index Section Format): Change the version to 5.
54 Describe the different formula.
55
03f2bd59
JK
562011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
57 Eli Zaretskii <eliz@gnu.org>
58
59 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
60 for disconnected tracing.
61 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
62 extended-remote relationship. Mention --once.
63 (TCP port allocation lifecycle of @code{gdbserver}): New.
64
d9b1a651
EZ
652011-04-23 Eli Zaretskii <eliz@gnu.org>
66
67 * gdb.texinfo (Server): Improve indexing. Index all optional
68 switches to gdbserver.
69
90476074
TT
702011-04-20 Tom Tromey <tromey@redhat.com>
71
72 * gdb.texinfo (Index Section Format): New node.
73 (Top): Add new node to menu.
74
c21236dc
PA
752011-04-20 Pedro Alves <pedro@codesourcery.com>
76
77 * gdb.texinfo (Maintenance Commands): Document `maint print
78 remote-registers'.
79
05c8c3f5
TT
802011-04-20 Tom Tromey <tromey@redhat.com>
81
82 * gdb.texinfo (Trace File Format): Move node later.
83
7a9dd1b2
TT
842011-04-19 Tom Tromey <tromey@redhat.com>
85
86 * gdbint.texinfo (Register Information Functions): Remove
87 duplicate "the".
88 * gdb.texinfo (Emacs): Remove duplicate "to".
89 (GDB/MI Variable Objects): Remove duplicate "the".
90 (General Query Packets): Likewise.
91
4368ebeb
JB
922011-04-02 Joel Brobecker <brobecker@adacore.com>
93
94 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
95 "GDB/MI Ada Exception Information" node.
96
956a9fb9
JB
972011-04-01 Joel Brobecker <brobecker@adacore.com>
98
99 * gdb.texinfo (GDB/MI Ada Exception Information): Document
100 the "exception-name" field in the *stopped async record.
101
f1310107
TJB
1022011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
103 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
104
105 Implement support for PowerPC BookE ranged breakpoints.
106 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
107
8786b2bd
TT
1082011-03-28 Tom Tromey <tromey@redhat.com>
109
110 * gdb.texinfo (Set Tracepoints): Fix typo.
111
9ef07c8c
TT
1122011-03-24 Tom Tromey <tromey@redhat.com>
113
114 * gdb.texinfo (Specify Location): Document `function:label'
115 linespec.
116
99c3dc11
PM
1172011-03-18 Phil Muldoon <pmuldoon@redhat.com>
118
f1310107 119 PR python/12149
99c3dc11
PM
120
121 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
122
29703da4
PM
1232011-03-17 Phil Muldoon <pmuldoon@redhat.com>
124
125 * gdb.texinfo (Blocks In Python): Add is_valid method description.
126 (Inferiors In Python): Likewise.
127 (Threads In Python): Likewise.
128 (Symbols In Python): Likewise.
129 (Objfiles In Python): Likewise.
130 (Symbol Tables In Python): Likewise.
131
c9174737
PA
1322011-03-15 Pedro Alves <pedro@codesourcery.com>
133
134 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
135 display>: Explain that the commands accept number ranges.
136
7371cf6d
PM
1372011-03-14 Phil Muldoon <pmuldoon@redhat.com>
138
139 * gdb.texinfo (Breakpoints In Python): Add description and example
140 of Python stop function operation.
141
ecec24e6
PM
1422011-03-10 Phil Muldoon <pmuldoon@redhat.com>
143
144 * gdb.texinfo (Parameters In Python): Document get_set_string and
145 get_show_string methods.
146
6dcd5565
JK
1472011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
148
149 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
150
81896e36
JK
151 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
152 circular-trace-buffer name.
153
5e30da2c
JB
1542011-02-28 Joel Brobecker <brobecker@adacore.com>
155
156 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
157 in the previous change.
158
3bd0f5ef 1592011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
160
161 * gdb.texinfo (Inferiors and Programs): Update commands to show
162 that they can accept multiple arguments.
163
4ec7539c
JB
1642011-02-24 Joel Brobecker <brobecker@adacore.com>
165
166 Revert the following patch (code patch was not approved):
167 2011-02-21 Hui Zhu <teawater@gmail.com>
168 * agentexpr.texi (bytecode descriptions): add printf.
169 * gdb.texinfo (tracepoint action lists): add printf.
170
82809774
DE
1712011-02-23 Doug Evans <dje@google.com>
172
173 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
174
e5a67952
MS
1752011-02-23 Michael Snyder <msnyder@vmware.com>
176
177 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
178 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
179 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
180
6e6fbe60
DE
1812011-02-22 Doug Evans <dje@google.com>
182
183 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
184 Clarify behaviour of lookup_symbol when `block' argument is omitted,
185 add description of result, fix @defun formatting.
186
f994e27a
HZ
1872011-02-21 Hui Zhu <teawater@gmail.com>
188
189 * agentexpr.texi (Bytecode Descriptions): Add printf.
190 * gdb.texinfo (Tracepoint Action Lists): Add printf.
191
c7f96d2b
TT
1922011-02-18 Tom Tromey <tromey@redhat.com>
193
194 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
195
60f98dde
MS
1962011-02-14 Michael Snyder <msnyder@vmware.com>
197
198 * gdb.texinfo (threads): Document argument for "info threads" cmd.
199 Document new command "thread find".
200
08e796bc
MS
2012011-02-14 Michael Snyder <msnyder@vmware.com>
202
203 * gdb.texinfo (Threads): Update example of new thread message.
204
b3b9301e
PA
2052011-02-14 Pedro Alves <pedro@codesourcery.com>
206
207 * gdb.texinfo (Remote Configuration): Mention set/show remote
208 traceframe-info.
209 (Tools/Packages Optional for Building GDB): Mention that expat is
210 used for traceframe info.
211 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
212 (General Query Packets) <qSupported>: Describe the
213 qXfer:traceframe-info:read feature.
214 (qXfer::read): Describe qXfer:traceframe-info:read.
215 (Traceframe Info Format): New section.
216
cef35b0f
PA
2172011-02-04 Pedro Alves <pedro@codesourcery.com>
218
219 * gdbint.texinfo (Formatting): Mention some formatting guidelines
220 for casts and unary operators.
221
f1cbe1d3
TT
2222011-02-04 Tom Tromey <tromey@redhat.com>
223
224 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
225 is not useful.
226
585fdaa1
PA
2272011-01-25 Pedro Alves <pedro@codesourcery.com>
228
229 * gdb.texinfo: s/value optimized out/optimized out/g
230
7bfc9434
JB
2312011-01-21 Joel Brobecker <brobecker@adacore.com>
232
233 * gdb.texinfo (Other Misc Settings): Rework part of the
234 documentation of the "set interactive mode" command.
235
4694da01
TT
2362011-01-19 Tom Tromey <tromey@redhat.com>
237
238 * gdb.texinfo (Threads): Document thread name output and `thread
239 name' command.
240 (Threads In Python): Document Thread.name attribute.
241 (GDB/MI Thread Commands): Document thread attributes.
242
b716877b
AB
2432011-01-12 Andrew Burgess <aburgess@broadcom.com>
244
245 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
246 changes in mi/mi-cmd-disas.c
247
13fd8b81
TT
2482011-01-12 Tom Tromey <tromey@redhat.com>
249
250 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
251 Fix "thread apply" text.
252
e09342b5
TJB
2532011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
254 Thiago Jung Bauermann <bauerman@br.ibm.com>
255
256 Implement support for PowerPC BookE ranged watchpoints.
257 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
258 the "set powerpc exact-watchpoints" flag.
259
06e65f44
TT
2602011-01-07 Tom Tromey <tromey@redhat.com>
261
262 * gdb.texinfo (Python API): Add descriptions to @menu items.
263
d8e22779
TT
2642011-01-06 Tom Tromey <tromey@redhat.com>
265
266 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
267
a255712f
PP
2682010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
269
e09342b5 270 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 271
ccfc3d6e
TT
2722011-01-06 Tom Tromey <tromey@redhat.com>
273
274 PR python/12133:
275 * gdb.texinfo (Frames In Python): Document various frame
276 constants.
277
44944448
JB
2782011-01-05 Joel Brobecker <brobecker@adacore.com>
279
280 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
281 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
282 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
283
42ea3d7a
JK
2842011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
285
286 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
287 (clean): Add GDBvn.texi.
288
720d1a40
JB
2892010-12-29 Joel Brobecker <brobecker@adacore.com>
290
291 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
292 occasional case where the debugger prints an array address
293 instead of the array itself.
294
ad196637
PA
2952010-12-23 Pedro Alves <pedro@codesourcery.com>
296
297 * gdb.texinfo (Packets) <read registers packet>: Document support
298 for registers that were not collected.
299
a86caf66
DE
3002010-12-15 Doug Evans <dje@google.com>
301
302 * gdb.texinfo (Startup): Document auto-loading of scripts during
303 startup.
304 (Auto-loading): Delete "maint set python auto-load on|off".
305 Add "set auto-load-scripts on|off".
306
aae1c79a
DE
3072010-12-07 Doug Evans <dje@google.com>
308
309 * gdb.texinfo (Mode Options): Document -data-directory.
310 (Data Files): Add reference to -data-directory.
311
4e04c971
DE
3122010-11-29 Doug Evans <dje@google.com>
313
314 * gdb.texinfo (Pretty-Printer Introduction): Change
315 printer-name:subprinter-name to printer-name;subprinter-name.
316
94b6973e
PM
3172010-11-29 Phil Muldoon <pmuldoon@redhat.com>
318
319 PR python/12199
320
321 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
322
39037522
TT
3232010-11-23 Tom Tromey <tromey@redhat.com>
324
325 * gdb.texinfo (Top): Check SYSTEM_READLINE.
326 (Editing): Likewise.
327 (Command History): Likewise.
328 (TUI Keys): Likewise.
329 (Bug Reporting): Conditionally include rluser.texi and
330 inc-history.texinfo.
331 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
332 (GDB_DOC_SOURCE_INCLUDES): Add comment.
333 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
334 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
335 (gdb.pdf): Likewise.
336 (gdb.info): Likewise.
337 (gdb/index.html): Likewise.
338
5ae98d25
TT
3392010-11-23 Tom Tromey <tromey@redhat.com>
340
341 * Makefile.in (Makefile): Run ../config.status.
342 (distclean): Update.
343 * configure: Remove.
344 * configure.ac: Remove.
345
621c8364
TT
3462010-11-12 Tom Tromey <tromey@redhat.com>
347
348 * gdb.texinfo (Basic Python): Update. Add xref.
349 (Exception Handling): Document new exception classes.
350 (Types In Python): Update.
351 (Frames In Python): Update.
352
84f4c1fe
PM
3532010-11-11 Phil Muldoon <pmuldoon@redhat.com>
354
355 * gdb.texinfo (Breakpoints In Python): Document "internal"
356 parameter, and visible attribute.
357
99e7ae30
DE
3582010-11-05 Doug Evans <dje@google.com>
359
360 * gdb.texinfo (Source Path): Document "set directories".
361
f4b8a18d
KW
3622010-11-05 Ken Werner <ken.werner@de.ibm.com>
363
364 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
365 (OpenCL C): New node.
366
7b51bc51
DE
3672010-11-02 Doug Evans <dje@google.com>
368
369 * gdb.texinfo (Pretty Printing): Expand into three sections,
370 introduction, example, and commands.
371 (Python API): Delete section Disabling Pretty-Printers, merge into
372 Selecting Pretty-Printers.
373 (Writing a Pretty-Printer): New section. Move the pretty-printer
374 example here, and reformat to match python coding style. Add a second
375 example using the gdb.printing module.
376 (Python modules): Add gdb.printing.
377
9eeee977
DE
3782010-10-29 Doug Evans <dje@google.com>
379
380 * gdb.texinfo (Python): Fix long line.
381
a0e0ffdf
DE
3822010-10-20 Doug Evans <dje@google.com>
383
384 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
385 All references updated. Correct sections marked as subsections.
386 (Coding Standards): New chapter. Move the coding standard related
387 subsections here. Add section on Python coding standards.
388
0e3509db
DE
3892010-10-13 Doug Evans <dje@google.com>
390
391 * gdb.texinfo (Python): Add "Python modules".
392 (Types in Python): Add reference to gdb.types section.
393 (Python modules): New node.
394
44592cc4
DE
3952010-10-11 Doug Evans <dje@google.com>
396
397 * gdb.texinfo (Values From Inferior): Add reference to "Types in
398 Python" from gdb.Value.type description.
399
6e1bb179
JB
4002010-09-28 Joel Brobecker <brobecker@adacore.com>
401
402 * gdb.texinfo (Ravenscar Profile): New node.
403
e8467610
TT
4042010-09-22 Tom Tromey <tromey@redhat.com>
405
406 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
407
fccd1d1e
EZ
4082010-09-22 Eli Zaretskii <eliz@gnu.org>
409
410 * gdb.texinfo (Values From Inferior): Clarify that
411 value.dynamic_type works only in C++ programs with RTTI.
412
c1b6b909
TT
4132010-09-15 Paul Bolle <pebolle@tiscali.nl>
414
415 * gdb.texinfo (Character Sets): Correctly reference host-charset
416 in example.
417
7d288aaa
TT
4182010-09-13 Tom Tromey <tromey@redhat.com>
419
420 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
421 Document "fullname" and "from".
422
f75d858b
MK
4232010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
424
425 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
426 feature `reverse' output by -list-target-features.
427
83b9503b
L
4282010-08-31 H.J. Lu <hongjiu.lu@intel.com>
429
430 * gdb.texinfo (i386 Features): Remove an extra "@item".
431
03f17ccf
TT
4322010-08-30 Tom Tromey <tromey@redhat.com>
433
434 PR python/11792:
435 * gdb.texinfo (Values From Inferior): Document dynamic_type.
436
9779414d
DJ
4372010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
438
439 * gdb.texinfo (ARM Features): Document
440 org.gnu.gdb.arm.m-profile.
441
f9ffd4bb
TT
4422010-08-23 Tom Tromey <tromey@redhat.com>
443
444 PR python/11145:
445 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
446 reinterpret_cast methods.
447
702c2711
TT
4482010-08-23 Tom Tromey <tromey@redhat.com>
449
450 PR python/11915:
451 * gdb.texinfo (Types In Python): Document array method.
452
66b73624
TJB
4532010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
454
455 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
456
06a64a0b
TT
4572010-08-16 Tom Tromey <tromey@redhat.com>
458
459 * gdb.texinfo (Set Watchpoints): Document -location option.
460
a3a7127e
DE
4612010-08-13 Doug Evans <dje@google.com>
462
463 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
464
8dedea02
VP
4652010-08-13 Vladimir Prus <vladimir@codesourcery.com>
466
467 * gdb.texinfo (GDB/MI Data Manipulation): Document
468 -data-read-memory-raw and -data-write-memory-raw.
469
ca5c20b6 4702010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 471 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
472
473 * gdb.texinfo (Basic Python): Describe post_event API.
474
cb2e07a6
PM
4752010-08-11 Phil Muldoon <pmuldoon@redhat.com>
476
477 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 478 decode_line Python APIs
cb2e07a6 479
464b3efb
TT
4802010-08-10 Tom Tromey <tromey@redhat.com>
481
482 * gdb.texinfo (Pretty Printing API): Document
483 gdb.default_visualizer.
484
c29c521f
TT
4852010-08-10 Tom Tromey <tromey@redhat.com>
486
487 Revert gdb-add-index addition:
488 * gdb.texinfo (Index Files): Don't document gdb-add-index.
489
5da1313b
JK
4902010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
491 Eli Zaretskii <eliz@gnu.org>
492
493 * gdb.texinfo (Mode Options) <-batch>
494 (Basic Python) <gdb.execute>: Describe setting width and height.
495
02d868e8
PP
4962010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
497
498 * gdb.texinfo (Threads): Document 'debug libthread-db'.
499
c2bbed2a
TT
5002010-07-30 Tom Tromey <tromey@redhat.com>
501
502 * gdb.texinfo (Index Files): Mention gdb-add-index.
503
6c13bbe1
HZ
5042010-07-30 Hui Zhu <teawater@gmail.com>
505
506 * gdb.texinfo (Inferiors and Programs): Update the introduce of
507 "detach inferior" and "kill inferior".
508
53a71c06
CR
5092010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
510
511 * gdb.texinfo (Machine Code): Update description of two forms of
512 arguments, and add new example to demonstrate the new form.
513
5374244e
PM
5142010-07-27 Phil Muldoon <pmuldoon@redhat.com>
515
516 * gdb.texinfo (Values From Inferior): Add value inferior function
517 call description.
518
8ea5bce5
JK
5192010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
520
521 * gdb.texinfo (Active Targets): Fix wrong comma placement.
522
c0edd9ed
JK
5232010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
524 Eli Zaretskii <eliz@gnu.org>
525
526 Make core files the process_stratum.
527 * gdb.texinfo (Active Targets): Remove core_stratum. Include
528 record_stratum example.
529
9291a0cd
TT
5302010-07-13 Tom Tromey <tromey@redhat.com>
531
532 * gdb.texinfo (Index Files): New node.
533
f5011d11
TT
5342010-07-13 Tom Tromey <tromey@redhat.com>
535
536 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
537
0f5238ed
TT
5382010-07-13 Tom Tromey <tromey@redhat.com>
539
540 * gdb.texinfo (Specify Location): Document labels.
541
74c761c1
PA
5422010-07-01 Pedro Alves <pedro@codesourcery.com>
543
544 * gdb.texinfo (Create and Delete Tracepoints): Add more index
545 entries for fast tracepoints and static tracepoints.
546
501994c0
PA
5472010-07-01 Pedro Alves <pedro@codesourcery.com>
548
549 * gdb.texinfo (General Query Packets) <qfThreadInfo,
550 qsThreadInfo>: Spell out `l' as ell.
551
0fb4aa4b
PA
5522010-07-01 Pedro Alves <pedro@codesourcery.com>
553
554 * gdb.texinfo (Convenience Variables): Document $_sdata.
555 (Commands to Set Tracepoints): Describe static tracepoints. Add
556 `Listing Static Tracepoint Markers' menu entry. Document
557 "strace".
558 (Tracepoint Action Lists): Document collecting $_sdata.
559 (Listing Static Tracepoint Markers): New subsection.
560 (Tracepoints support in gdbserver): Mention static tracepoints.
561 (remote packets, enabling and disabling): Mention
562 read-sdata-object.
563 (General Query Packets) <qSupported>: Document qXfer:sdata:read
564 and StaticTracepoint.
565 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
566 Document qXfer:sdata:read.
567 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
568
dc3b15be
JB
5692010-06-29 Joel Brobecker <brobecker@adacore.com>
570
571 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
572
595939de
PM
5732010-06-28 Phil Muldoon <pmuldoon@redhat.com>
574 Tom Tromey <tromey@redhat.com>
575 Thiago Jung Bauermann <bauerman@br.ibm.com>
576
577 * gdb.texinfo (Inferiors In Python): New node.
578 * gdb.texinfo (Threads In Python): New node.
579
9279c692
JB
5802010-06-28 Joel Brobecker <brobecker@adacore.com>
581
582 * gdb.texinfo (Python): Document what the python directory is
583 and what its location is.
584 (Basic Python): Document the gdb.PYTHONDIR constant.
585
bc9f0842
TT
5862010-06-25 Tom Tromey <tromey@redhat.com>
587
588 PR python/10808:
589 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
590
f1421989
HZ
5912010-06-24 Hui Zhu <teawater@gmail.com>
592
593 * gdb.texinfo: (Commands for Controlled Output): Add
594 documentation for command "eval".
595
e4c0cfae
SS
5962010-06-21 Stan Shebs <stan@codesourcery.com>
597
598 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
599 * annotate.texinfo: Ditto.
600 * gdbint.texinfo: Ditto.
601 * stabs.texinfo: Ditto.
602
bb08c432
HZ
6032010-06-22 Hui Zhu <teawater@gmail.com>
604
605 * gdb.texinfo: (Process Record and Replay): Add documentation
606 for command "set record memory-query".
607
4f5d9f07
SS
6082010-06-21 Stan Shebs <stan@codesourcery.com>
609
610 * gdb.texinfo: Relicense under GFDL version 1.3.
611 * annotate.texinfo: Relicense under GFDL version 1.3.
612 * gdbint.texinfo: Relicense under GFDL version 1.3.
613 * stabs.texinfo: Relicense under GFDL version 1.3.
614 * fdl.texi: Update to version 1.3.
615
6aed2dbc
SS
6162010-06-18 Stan Shebs <stan@codesourcery.com>
617
a61408f8
SS
618 * gdb.texinfo (Operating System Auxiliary Information): Describe
619 "info os" when no arguments given.
620
6aed2dbc
SS
621 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
622 $_thread.
623
24e933df
HZ
6242010-06-18 Hui Zhu <teawater@gmail.com>
625
626 * gdb.texinfo: (Process Record and Replay): Add documentation
627 for commands "record save" and "record restore".
628
65d79d4b
SDJ
6292010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
630
631 * gdb.texinfo: Include information about the correct use
632 of addresses in the `watch' command.
633
d914c394
SS
6342010-06-11 Stan Shebs <stan@codesourcery.com>
635
636 * gdb.texinfo (Observer Mode): New section.
637 (General Query Packets): Document QAllow.
889bf7c5 638
967cf477
DE
6392010-06-04 Doug Evans <dje@google.com>
640
641 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
642
aaf4119b
DE
6432010-06-03 Doug Evans <dje@google.com>
644
645 * gdbint.texinfo (Coding): Add subsection on command names.
646
9eae7c52
TT
6472010-06-02 Tom Tromey <tromey@redhat.com>
648
649 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
650 always-disassemble.
651
fa593d66
PA
6522010-06-01 Pedro Alves <pedro@codesourcery.com>
653
654 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
655 gdbserver, and add cross reference.
656 (Tracepoints support in gdbserver): New subsection.
657
dde08ee1
PA
6582010-05-26 Pedro Alves <pedro@codesourcery.com>
659
660 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
661 `qRelocInsn' feature.
662 (Relocate instruction reply packet): New subsection
663 of `Tracepoint Packets'.
664 (Tracepoint Packets): Mention that packets QTDP and QTStart
665 support the qRelocInsn request, and add cross reference to new
666 subsection.
667
07ca107c
DE
6682010-05-25 Doug Evans <dje@google.com>
669
670 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
671 (Commands In Python): Document gdb.string_to_argv.
672
c25c4a8b
JK
6732010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
674
675 * gdbint.texinfo (Host Definition): Remove items NORETURN and
676 ATTR_NORETURN.
677
d7b32ed3 6782010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
679 Tom Tromey <tromey@redhat.com>
680 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 681
c25c4a8b 682 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 683
6aecb9c2
JB
6842010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
685
686 * gdb.texinfo: (Summary) Add mention about D language support.
687 (Filenames): Add D suffixes.
688 (D): New node.
689
b7da9e9f
PM
6902010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
691
692 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
693 of macro deleted from GDB code.
694
ab38a727
PA
6952010-04-24 Pedro Alves <pedro@codesourcery.com>
696
697 * gdb.texinfo (Commands to specify files): Describe what how GDB
698 looks up DOS-based filesystem paths on the system root. Document
699 the new `set/show target-file-system-kind' commands.
700
66d09542
DE
7012010-04-23 Doug Evans <dje@google.com>
702
703 * gdb.texinfo (Python): Move Auto-loading section here ...
704 (Python API): from here.
705 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
706 (Maintenance Commands): Add docs for "maint print section-scripts".
707
8bd10a10
CM
7082010-04-20 Chris Moller <cmoller@redhat.com>
709
710 * gdb.texinfo (Setting Breakpoints): Added description of
711 filename-qualified rbreak.
712 * refcard.tex (Breakpoints and Watchpoints): Added brief
713 description of filename-qualified rbreak.
714
4c374409
JK
7152010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
716
717 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
718 (Python API): Change the reference to Pretty Printing API.
719 (Pretty Printing): Move the user part under the Data node. Reformat
720 the sample output to 72 columns. Create a new reference to Pretty
721 Printing API. Rename the API part ...
722 (Pretty Printing API): To a new node name.
723 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
724 (GDB/MI Variable Objects): Change references to Pretty Printing API.
725
5a9351ae
SS
7262010-04-21 Stan Shebs <stan@codesourcery.com>
727
728 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 729 and commands.
5a9351ae 730 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 731
9a22f0d0
PM
7322010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
733
734 * gdb.texinfo (Examining memory): Update for change in string
735 display with explicit size.
736
6149aea9
PA
7372010-04-19 Pedro Alves <pedro@codesourcery.com>
738
739 PR breakpoints/8554.
740
741 * gdb.texinfo (Save Breakpoints): New node.
742 (save-tracepoints): Rename to ...
743 (save tracepoints): ... this. Mention that `save-tracepoints' is
744 a deprecated alias to `save tracepoints'.
745
711e434b
PM
7462010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
747
645797a8 748 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
749 (info w32 thread-information-block): Document new command.
750 (qGetTIBAddress): Document new gdbserver query.
751 (maint set/show show-all-tib): Document new command.
752
3f7b2faa
DE
7532010-04-15 Doug Evans <dje@google.com>
754
fa33c3cd
DE
755 * gdb.texinfo (Python API): Add progspaces section.
756 (Selecting Pretty-Printers): Progspace pretty-printers are
757 searched too.
758 (Progspaces In Python): New section.
759
3f7b2faa
DE
760 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
761
79f283fe
PM
7622010-04-14 Phil Muldoon <pmuldoon@redhat.com>
763
764 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
765 returns None.
766
87290684
SS
7672010-04-09 Stan Shebs <stan@codesourcery.com>
768
769 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
770 Describe the `frames-created' field, tweak grammar.
771
a97153c7
PA
7722010-04-09 Pedro Alves <pedro@codesourcery.com>
773
774 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
775 Describe the `circular' and `disconnected' fields.
776
5c5dcc1b
L
7772010-04-09 H.J. Lu <hongjiu.lu@intel.com>
778
779 * gdb.texinfo (maint print registers): Mention unavailable and
780 invisible registers.
781
adc36818
PM
7822010-04-09 Phil Muldoon <pmuldoon@redhat.com>
783 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 784 Tom Tromey <tromey@redhat.com>
adc36818
PM
785
786 * gdb.texinfo (Breakpoints In Python): New Node.
787
33da3f1c
SS
7882010-04-08 Stan Shebs <stan@codesourcery.com>
789
790 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
791 trace status fields.
792
3a13a53b
L
7932010-04-08 H.J. Lu <hongjiu.lu@intel.com>
794
795 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
796 optional. Make org.gnu.gdb.i386.avx requires
797 org.gnu.gdb.i386.avx.
798
08001717
DE
7992010-04-08 Doug Evans <dje@google.com>
800
801 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
802 search path, and document that gdb only scans the search path if
803 the script's path doesn't specify a directory.
804
c375651d
DE
8052010-04-05 Doug Evans <dje@google.com>
806
807 * gdb.texinfo (maint show python auto-load): Fix typo.
808
af54718e
SS
8092010-04-04 Stan Shebs <stan@codesourcery.com>
810
d77f58be
SS
811 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
812 (Setting Watchpoints): Update description of "info watch".
813 (Disabling Breakpoints): Only "info break" lists all.
814
af54718e
SS
815 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
816 (tdump): Explain how tdump works.
817
86b17b60
PA
8182010-04-01 Pedro Alves <pedro@codesourcery.com>
819
820 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
821 add cross reference.
822
ff12863f
PA
8232010-03-31 Pedro Alves <pedro@codesourcery.com>
824
825 * gdb.texinfo (TUI Commands): Mention that in some cases, these
826 commands error out.
827
f68eb612
L
8282010-03-30 H.J. Lu <hongjiu.lu@intel.com>
829
830 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
831
c8d5aac9
L
8322010-03-30 H.J. Lu <hongjiu.lu@intel.com>
833
834 * gdb.texinfo (General Query Packets): Add xmlRegisters.
835
7d13fe92
SS
8362010-03-29 Stan Shebs <stan@codesourcery.com>
837 Nathan Sidwell <nathan@codesourcery.com>
838
839 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
840 GDBN equivalent.
841 (Set Tracepoints): Remove mention that conditional tracepoints
842 don't exist.
843 (Tracepoint Actions): Clarify when while-stepping collection
844 happens, note that while-stepping does not automatically collect
845 $pc.
846
409873ef 8472010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 848
409873ef
SS
849 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
850 (General Query Packets): Describe TracepointSource.
851
ee8e71d4
EZ
8522010-03-27 Matt Rice <ratmice@gmail.com>
853
c8d5aac9
L
854 * gdb.texinfo (ARM): Document arguments to "target sim".
855 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 856
99b5e152
PA
8572010-03-26 Pedro Alves <pedro@codesourcery.com>
858
859 * gdb.texinfo (Tracepoint Packets): Remove mention that
860 terror:string may be plain text, and drop mention of X prefix.
861
cd64ee31
VP
8622010-03-26 Vladimir Prus <vladimir@codesourcery.com>
863
864 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
865
6c28cbf2
SS
8662010-03-24 Stan Shebs <stan@codesourcery.com>
867
868 * gdb.texinfo (Tracepoint Packets): Document trace error status.
869
95a42b64
TT
8702010-03-24 Tom Tromey <tromey@redhat.com>
871
872 PR breakpoints/9352:
873 * gdb.texinfo (Break Commands): Update.
874
18148017
VP
8752010-03-24 Vladimir Prus <vladimir@codesourcery.com>
876
877 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
878 commands.
879
4daf5ac0
SS
8802010-03-16 Stan Shebs <stan@codesourcery.com>
881
882 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
883 circular-trace-buffer.
884 (Tracepoint Packets): Describe QTBuffer, and details of the
885 qTStatus reply.
886
c9429232
SS
8872010-03-12 Stan Shebs <stan@codesourcery.com>
888 Nathan Sidwell <nathan@codesourcery.com>
889
890 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
891 doing instruction stepping.
892 (Tracepoint Restrictions): New node.
893
ccefe4c4
TT
8942010-03-10 Tom Tromey <tromey@redhat.com>
895
896 * gdbint.texinfo (Symbol Handling): Update.
897
7c953934
TT
8982010-03-08 Tom Tromey <tromey@redhat.com>
899
900 PR cli/9591:
901 * gdb.texinfo (Mode Options): Mention lack of pagination and
902 confirmation with --batch.
903 (Screen Size): Mention --batch.
904 (Messages/Warnings): Likewise.
905
f870a310
TT
9062010-03-05 Tom Tromey <tromey@redhat.com>
907
908 * gdb.texinfo (Basic Python): Document target_charset and
909 target_wide_charset.
910
78e2826b
TT
9112010-03-05 Tom Tromey <tromey@redhat.com>
912
913 * gdb.texinfo (Data): Link to pretty-printing.
914 (Output Formats): Likewise. Correct text.
915
f5dff777
DJ
9162010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
917
918 * gdb.texinfo (Types): Describe <struct> and <flags>.
919
dc00d89f
PM
9202010-02-28 Phil Muldoon <pmuldoon@redhat.com>
921
922 * gdb.texinfo (Frames In Python): Add block parameter and
923 description to read_var text.
924
5107b149 9252010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 926 Tom Tromey <tromey@redhat.com>
5107b149
PM
927
928 * gdb.texinfo (Types In Python): Describe block argument in
929 template_argument and gdb.lookup_type.
930
e03e5e7b
TT
9312010-02-24 Tom Tromey <tromey@redhat.com>
932
933 * gdb.texinfo (Cygwin Native): Fix typo.
934
f3e9a817
PM
9352010-02-24 Phil Muldoon <pmuldoon@redhat.com>
936
937 * gdb.texinfo (Frames In Python): Add block, find_sal, function
938 and select method descriptions.
939 (Python API): Add Blocks In Python, Symbols in Python and Symbol
940 Tables in Python to menu.
941 (Blocks In Python): New node.
942 (Symbols In Python): New node.
943 (Symbol Tables in Python): New node.
944
a79b8f6e
VP
9452010-02-24 Vladimir Prus <vladimir@codesourcery.com>
946
947 Multiexec MI
948
949 gdb/
950 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
951
952 gdb/doc/
953 * gdb.texinfo (GDB/MI Command Syntax): Document notification
954 changes.
955 (GDB/MI Program Execution): Document current behaviour of
956 --all and --thread-group.
957 (GDB/MI Miscellaneous Commands): Document -add-inferior and
958 -remove-inferior.
959 * observer.texi (inferior_added, inferior_removed): New
960 observers.
961
629d6a47
TT
9622010-02-19 Tom Tromey <tromey@redhat.com>
963
964 * gdbint.texinfo (Getting Started): Fix @node.
965 (Debugging GDB): Likewise.
966
c09529e5
JB
9672010-02-13 Joel Brobecker <brobecker@adacore.com>
968
969 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
970 documenting the gdb_test_timeout variable.
971
540aa8e7
MS
9722010-02-12 Jakob Engblom <jakob@virtutech.com>
973
974 * gdb.texinfo (MI commands): Added documentation of --reverse
975 option to a set of MI commands. Restructured documentation of MI
976 commands --exec-continue to reflect the complexity of reverse
977 execution.
978
081dfbf7
PA
9792010-02-12 Pedro Alves <pedro@codesourcery.com>
980
981 * gdb.texinfo (Using the Collected Data): Specify that the address
982 range of `tfind outsize' is exclusive, and that the address range
983 of `tfind range' is inclusive.
984 (Tracepoint Packets): Specify that the address range of
985 `QTFrame:range' is inclusive, and that the address range of
986 `QTFrame:outside' is exclusive
987
8e9c5e02
VP
9882010-02-12 Vladimir Prus <vladimir@codesourcery.com>
989
990 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
991
92981e24
TT
9922010-02-10 Tom Tromey <tromey@redhat.com>
993
994 * gdb.texinfo (Debugging Output): Document set debug parser and
995 show debug parser.
996
075b51b7
L
9972010-02-09 H.J. Lu <hongjiu.lu@intel.com>
998
999 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1000 i386_eflags and i386_mxcsr.
1001
3bb8d5c3
L
10022010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1003
1004 * gdb.texinfo: Document i386 target features.
1005
c5f80513
DE
10062010-02-05 Doug Evans <dje@google.com>
1007
1008 * gdbint.texinfo (Testsuite): Add a new section to document the
1009 various DejaGnu variables that may be overridden.
1be00882 1010 Document INTERNAL_GDBFLAGS.
c5f80513 1011
6ac33a4e
TT
10122010-02-04 Tom Tromey <tromey@redhat.com>
1013
1014 PR cli/8830:
1015 * gdb.texinfo (Files): -readnow comes before the filename for file
1016 and symbol-file.
1017
a1dcb23a
DJ
10182010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1019
1020 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1021 Document ARM breakpoint types.
1022 (Register Packet Format): Move into the new section.
1023 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1024
95433b34
JB
10252010-01-21 Joel Brobecker <brobecker@adacore.com>
1026
1027 * gdb.texinfo (File Options): Adjust the documentation of this
1028 switch to refer to the "source" command rather than partially
1029 duplicating some of the relevant information.
1030 (Extending GDB): Introduce and document the set/show script-extension
1031 setting.
1032 (Command Files): Add note explaining that the "source" command
1033 is also used to evalute scripts written in other languages.
1034 Remove the short slightly incorrect reference to sourcing Python
1035 scripts.
1036 (Python Commands): Document how to execute a Python script from GDB.
1037
8d576872
JB
10382010-01-19 Joel Brobecker <brobecker@adacore.com>
1039
1040 * gdb.texinfo (Command Files): Fix typo.
1041
8150ff9c
JB
10422010-01-18 Tom Tromey <tromey@redhat.com>
1043
1044 * gdb.texinfo (File Options): Document -x on .py files.
1045 (Command Files): Document handling of Python scripts.
1046
23db03a6
JZ
10472010-01-18 Jie Zhang <jie.zhang@analog.com>
1048
1049 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1050
00bf0b85
SS
10512010-01-15 Stan Shebs <stan@codesourcery.com>
1052
1053 * gdb.texinfo (Trace Files): New section.
1054 (Tracepoint Packets): Document QTSave and qTBuffer.
1055 (Trace File Format): New appendix.
1056
be759fcf
PM
10572010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1058
1059 * gdb.texinfo (Values From Inferior): Document lazy_string value
1060 method.
1061 (Python API): Add Lazy strings menu item.
1062 (Lazy Strings In Python): New node.
1063
dc146f7c
VP
10642010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1065
1066 * gdb.texinfo (GDB/MI Thread Information): New.
1067 (GDB/MI Async Records): Document the core field in *stopped.
1068 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1069 documentation
1070 (Process list): Document that osdata document may contain
1071 threads.
1072 (Remote Serial Protocol): Document qXfer:threads.
1073
d5551862
SS
10742010-01-06 Stan Shebs <stan@codesourcery.com>
1075
1076 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1077 disconnected tracing.
1078 (Tracepoint Packets): Document new protocol.
1079
7a697b8d
SS
10802010-01-05 Stan Shebs <stan@codesourcery.com>
1081
1082 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1083 tracepoints.
1084 (Tracepoint Packets): Describe remote protocol for fast
1085 tracepoints.
1086
e6f3ec50
JB
10872010-01-01 Joel Brobecker <brobecker@adacore.com>
1088
1089 Update the "Start of New Year Procedure".
1090 * gdbint.texinfo: Add the list of files that need to be updated
1091 manually. Minor reformatting.
1092
ddc4e9c1
JB
10932010-01-01 Joel Brobecker <brobecker@adacore.com>
1094
1095 * refcard.tex: Update copyright year in header and text.
1096
9d2897ad
JB
10972010-01-01 Joel Brobecker <brobecker@adacore.com>
1098
1099 * agentexpr.texi: Add 2010 to the list of copyright years.
1100 * annotate.texinfo: Likewise.
1101 * gdb.texinfo: Likewise.
1102 * gdbint.texinfo: Likewise.
1103 * observer.texi: Likewise.
1104 * stabs.texinfo: Likewise.
1105
6da95a67
SS
11062009-12-31 Stan Shebs <stan@codesourcery.com>
1107
1108 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1109
236f1d4d
SS
11102009-12-29 Stan Shebs <stan@codesourcery.com>
1111
1112 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1113
f61e138d
SS
11142009-12-28 Stan Shebs <stan@codesourcery.com>
1115
1116 * gdb.texinfo (Trace State Variables): New section.
1117 (Tracepoint Packets): Describe trace state variable packets.
1118 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1119 variable bytecodes.
1120
0fe7935b
DJ
11212009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1122
1123 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1124 declarations.
1125
a6b29f87
VP
11262009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1127
1128 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1129 -gdb-exit behaviour.
1130
5e4bde96
JB
11312009-12-20 Joel Brobecker <brobecker@adacore.com>
1132
1133 * gpl.texi: Update to version 3 of the GPL.
1134
a1715244
JB
11352009-12-20 Joel Brobecker <brobecker@adacore.com>
1136
1137 * Makefile.in: Update copyright header.
1138 * observer.texi: Fix the copyright header of the generated files.
1139
361ae042
PM
11402009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1141
1142 * gdb.texinfo (Types In Python): Describe range function.
1143
bfd31e71
PM
11442009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1145
1146 * gdb.texinfo (Types In Python): Describe "is_base_class".
1147
57a1d736
TT
11482009-12-03 Tom Tromey <tromey@redhat.com>
1149
1150 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1151
8cebebb9
PP
11522009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1153
1154 * observer.texi: New memory_changed observer.
1155
16af530a
TT
11562009-12-01 Tom Tromey <tromey@redhat.com>
1157
1158 * gdb.texinfo (Reverse Execution): Fix typo.
1159
b6199126
DJ
11602009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1161
1162 PR gdb/8704
1163
1164 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1165 are allowed after the breakpoint condition.
1166
7a6973ad
TT
11672009-11-23 Tom Tromey <tromey@redhat.com>
1168
1169 PR python/10782:
1170 * gdb.texinfo (Types In Python): Document Type.pointer.
1171
21a0512e
PP
11722009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1173
1174 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1175
a5832c8f
PA
11762009-11-11 Pedro Alves <pedro@codesourcery.com>
1177
1178 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1179 (Using Agent Expressions): Delete cross reference.
1180
1eb7cd77
JB
11812009-11-07 Joel Brobecker <brobecker@adacore.com>
1182
1183 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1184 and @settitle directives up to help makeinfo find them.
1185
24ddea62
JK
11862009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1187
1188 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1189 (Auto-loading): Use plural and note one can use multiple components now.
1190
3afae151
VP
11912009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1192
1193 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1194 -stack-list-arguments have the same documentation for parameter
1195 as -stack-list-locals. Add comas.
1196
14ff2235
PM
11972009-10-27 Tom Tromey <tromey@redhat.com>
1198 Eli Zaretskii <eliz@gnu.org>
1199
c8d5aac9 1200 PR python/10781
14ff2235
PM
1201
1202 * gdb.texinfo (Values From Inferior): Document cast method.
1203
9c419145
PP
12042009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1205
1206 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1207 and adjust example.
889bf7c5 1208
29153c24
MS
12092009-10-22 Michael Snyder <msnyder@vmware.com>
1210
1211 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1212 info record command. Also document the new save and restore
29153c24
MS
1213 commands.
1214
2b28d209
PP
12152009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1216
1217 * gdb.texinfo (Machine Code): Mention current pc marker.
1218 (Memory): Likewise.
1219
6c95b8df
PA
12202009-10-19 Pedro Alves <pedro@codesourcery.com>
1221 Stan Shebs <stan@codesourcery.com>
1222
1223 * observer.texi (new_inferior): Rename to...
1224 (inferior_appeared): ... this.
1225
1226 * gdb.texinfo (Inferiors): Rename node to ...
1227 (Inferiors and Programs): ... this. Mention running multiple
1228 programs in the same debug session.
1229 <info inferiors>: Mention the new 'Executable' column if "info
1230 inferiors". Update examples. Document the "add-inferior",
1231 "clone-inferior", "remove-inferior" and "maint info
1232 program-spaces" commands.
1233 (Process): Rename node to...
1234 (Forks): ... this. Document "set|show follow-exec-mode".
1235
2f8132f3
MS
12362009-10-11 Michael Snyder <msnyder@vmware.com>
1237
1238 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1239 (ReverseContinue): Ditto.
1240
cba4b2d3
PP
12412009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1242
1243 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1244
da082f17
JK
12452009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1246
1247 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1248
08be9d71
ME
12492009-10-06 Michael Eager <eager@eagercon.com>
1250
1251 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1252 (Embedded Processors): Add MicroBlaze.
1253 (MicroBlaze): New. Describe Xilinx MicroBlaze
1254
08a0efd0
PA
12552009-10-04 Pedro Alves <pedro@codesourcery.com>
1256
1257 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1258
cbb8f428
EZ
12592009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1260
1261 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1262
30a4a70c
JB
12632009-09-23 Joel Brobecker <brobecker@adacore.com>
1264
1265 * observer.texi (solib_unloaded): Document explicitly the fact that
1266 this observer is called before the associated symbols are unloaded.
1267
b3372f91
VP
12682009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1269
1270 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1271 -stack-list-variables.
1272
f43030c4
TT
12732009-09-18 Tom Tromey <tromey@redhat.com>
1274
1275 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1276 is experimental.
1277
ec7e75e7
PP
12782009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1279
1280 * gdb.texinfo (convenince variables): Mention
1281 $_siginfo could be empty.
f43030c4 1282
0cc7d26f
TT
12832009-09-15 Tom Tromey <tromey@redhat.com>
1284
1285 * gdb.texinfo (GDB/MI Variable Objects): Document
1286 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1287 Expand -var-update documentation.
1288
a96d9b2e
SDJ
12892009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1290
1291 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1292 feature.
1293
005ca36a
JB
12942009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1295
1296 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1297
0d772ac9
MS
12982009-09-10 Michael Snyder <msnyder@vmware.com>
1299
1300 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1301 ReverseStep replies to the qSupported query.
1302
14fb1bac
JB
13032009-09-10 Joel Brobecker <brobecker@adacore.com>
1304
1305 Add documentation for set/show interactive-mode.
1306 * gdb.texinfo (Other Misc Settings): New node.
1307
29b090c0
DE
13082009-09-01 Doug Evans <dje@google.com>
1309
1310 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1311 non-stop mode's affect on remote caching.
1312
4e5d721f
DE
13132009-08-31 Jacob Potter <jdpotter@google.com>
1314 Doug Evans <dje@google.com>
1315
1316 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1317 Mark `set/show remotecache' options as obsolete.
1318 Document new `set/show stack-cache' option.
1319 Update text for `info dcache'.
1320
55333a84
DE
13212009-08-27 Doug Evans <dje@google.com>
1322
1323 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1324 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1325
bc3a0b4d
RW
13262009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1327
1328 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1329 about autoconf.
1330
3a1ff0b6
PA
13312009-08-25 Pedro Alves <pedro@codesourcery.com>
1332
1333 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1334 small example, and describe its columns. Replace "inferior-id" by
1335 "infno" throughout.
1336
81ecdfbb
RW
13372009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1338
af542c2e
RW
1339 * gdbint.texinfo (Releasing GDB): Point to
1340 README-maintainer-mode file for required autoconf version.
1341 * configure.ac: Do not substitute datarootdir, htmldir,
1342 pdfdir, docdir. Do not process --with-datarootdir,
1343 --with-htmldir, --with-pdfdir, --with-docdir.
1344 * configure: Regenerate.
1345
81ecdfbb
RW
1346 * configure: Regenerate.
1347
4efc6507
DE
13482009-08-20 Reid Kleckner <reid@kleckner.net>
1349
1350 * gdb.texinfo: Add chapter on JIT interface.
1351
43089a6e
NR
13522009-08-07 Nick Roberts <nickrob@snap.net.nz>
1353
1354 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 1355 confirmation request.
43089a6e 1356
99e008fe
EZ
13572009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1358
c8d5aac9
L
1359 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1360 CRC definitions.
99e008fe 1361
48cb2d85
VP
13622009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1363
1364 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 1365 -break-commands.
48cb2d85 1366
ff1a52c6
UW
13672009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1368
1369 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1370 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1371
3285f3fe
UW
13722009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1373
1374 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1375 "set spu stop-on-load" and "show spu stop-on-load" commands.
1376
e35359c5
UW
13772009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1378
1379 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1380
58d6951d
DJ
13812009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1382
1383 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1384 org.gnu.gdb.arm.neon.
1385
08d16641
PA
13862009-07-20 Pedro Alves <pedro@codesourcery.com>
1387
1388 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1389 optional element.
1390 (subsection OS ABI): New subsection.
1391
782b2b07
SS
13922009-07-14 Stan Shebs <stan@codesourcery.com>
1393
1394 * gdb.texinfo (Tracepoint Conditions): New section.
1395 (General Query Packets): Describe ConditionalTracepoints.
1396 (Tracepoint Packets): Describe condition field.
1397 (Maintenance Commands): Describe maint agent-eval.
1398 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1399
9b117ef3
HZ
14002009-07-11 Hui Zhu <teawater@gmail.com>
1401
1402 * gdb.texinfo (disassemble): Add a new modifier /r
1403 to "disassemble" command to make it print the raw instructions
1404 in hex as well as in symbolic form.
1405
f5a33284
TT
14062009-07-09 Tom Tromey <tromey@redhat.com>
1407
1408 * gdbint.texinfo (Testsuite): Document parallel make check.
1409
812f7342
TT
14102009-07-09 Tom Tromey <tromey@redhat.com>
1411
1412 * gdbint.texinfo (Testsuite): Document test transcripts.
1413
fbb8f299
PM
14142009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1415
1416 * gdb.texinfo (Values From Inferior): Add length parameter
1417 description.
1418
dd8f35ac
EZ
14192009-07-04 Chris Genly <chris@genly.us>
1420
1421 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1422 in -var-list-children. Fix example according to what the code
1423 does.
1424
2277426b
PA
14252009-07-02 Pedro Alves <pedro@codesourcery.com>
1426
1427 * gdb.texinfo (Debugging multiple inferiors): Document the
1428 "inferior", "detach inferior" and "kill inferior" commands.
1429 (Debugging Programs with Multiple Processes): Adjust to mention
1430 generic "inferior" commands. Delete mention of "detach fork" and
1431 "delete fork". Cross reference to "Debugging multiple inferiors"
1432 section.
1433
a6d9a66e
UW
14342009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1435
5af949e3
UW
1436 * gdbint.texinfo (Item Output Functions): Update signature
1437 for ui_out_field_core_addr.
1438
14392009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1440
1441 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
1442 Update example code extrated from breakpoint.c.
1443
9901a55b 14442009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 1445
9901a55b
PP
1446 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1447 MI commands.
1448 (GDB/MI Symbol Query): Likewise.
1449 (GDB/MI File Commands): Likewise.
1450 (GDB/MI File Transfer Commands): Likewise.
1451 (GDB/MI Target Manipulation): Likewise.
1452 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 1453
edb3359d
DJ
14542009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1455
1456 * gdb.texinfo (Debugging Optimized Code): New chapter.
1457 (Compiling for Debugging): Reference it. Move some
1458 text to the new section.
1459
7cd1089b
PM
14602009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1461
1462 * doc/gdb.texinfo (Calling): Document
1463 set-unwind-on-terminating-exception usage.
1464
d4db2f36
PA
14652009-06-11 Pedro Alves <pedro@codesourcery.com>
1466
1467 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1468 command.
1469
d1a7880c
PA
14702009-06-07 Pedro Alves <pedro@codesourcery.com>
1471
1472 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1473 references.
1474
473f94e6
UW
14752009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
1476
1477 * gdbint.texinfo: Rename formal parameters to gdbarch function
1478 protoypes from "current_gdbarch" to "gdbarch".
1479
8f500870
TT
14802009-05-28 Tom Tromey <tromey@redhat.com>
1481
1482 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1483
b6313243
TT
14842009-05-27 Tom Tromey <tromey@redhat.com>
1485
1486 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1487 feature.
1488 (GDB/MI Variable Objects): Document -var-set-visualizer.
1489
14902009-04-02 Tom Tromey <tromey@redhat.com>
1491
1492 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1493 feature.
1494 (GDB/MI Variable Objects): Document -var-set-visualizer.
1495
a6bac58e
TT
14962009-05-27 Tom Tromey <tromey@redhat.com>
1497 Thiago Jung Bauermann <bauerman@br.ibm.com>
1498 Phil Muldoon <pmuldoon@redhat.com>
1499
1500 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1501 (Pretty Printing): New node.
1502 (Selecting Pretty-Printers): Likewise.
1503 (Python API): Update.
1504 (Output Formats): Document /r format.
1505
2c74e833
TT
15062009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1507 Tom Tromey <tromey@redhat.com>
1508
1509 * gdb.texinfo (Types In Python): New node.
1510 (Values From Inferior): "type" is now an attribute.
1511 (Python API): Update.
1512
89c73ade
TT
15132009-05-27 Tom Tromey <tromey@redhat.com>
1514 Thiago Jung Bauermann <bauerman@br.ibm.com>
1515 Phil Muldoon <pmuldoon@redhat.com>
1516
1517 * gdb.texinfo: Add @syncodeindex for `tp'.
1518 (Python API): Update.
1519 (Auto-loading): New node.
1520 (Objfiles In Python): New node.
1521
17a37d48
PP
15222009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1523
1524 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 1525
6718376f
NR
15262009-05-15 Nick Roberts <nickrob@snap.net.nz>
1527
1528 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1529
cbe54154
PA
15302009-05-12 Pedro Alves <pedro@codesourcery.com>
1531
1532 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1533 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1534 show show-debug-regs' docs.
1535
8e05493c
EZ
15362009-05-08 Eli Zaretskii <eliz@gnu.org>
1537
1538 * gdb.texinfo (Process Record and Replay): Add description of
1539 reverse execution.
1540
b39f4988
JB
15412009-05-07 Joel Brobecker <brobecker@adacore.com>
1542
1543 * gdbint.texinfo (Adding support for debugging core files): New node.
1544 (Native Debugging): Remove the ``Native core file Support'' section.
1545
a2311334
EZ
15462009-05-01 Eli Zaretskii <eliz@gnu.org>
1547
1548 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1549 Add index entries.
1550
53cc454a 15512009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 1552 Michael Snyder <msnyder@vmware.com>
53cc454a 1553
a2311334
EZ
1554 * gdb.texinfo: (Process Record and Replay): Add documentation for
1555 process record and replay.
53cc454a 1556
484086b7
JK
15572009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1558
1559 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1560 a new part on command-line defined macros.
1561
32ae1842
EZ
15622009-04-25 Eli Zaretskii <eliz@gnu.org>
1563
1564 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1565 clarify the wording.
1566
b14b1491
TT
15672009-04-23 Tom Tromey <tromey@redhat.com>
1568
1569 * gdb.texinfo (Data Files): New node.
1570 (GDB Files): Update menu.
1571
5c1e86e1
JB
15722009-04-23 Joel Brobecker <brobecker@adacore.com>
1573
1574 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 1575 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 1576
83eba9b7
VP
15772009-04-22 Vladimir Prus <vladimir@codesourcery.com>
1578
1579 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1580
e31198c4
HZ
15812009-04-22 Hui Zhu <teawater@gmail.com>
1582
1583 * gdb.texinfo (disassemble-next-line): Set the default of
1584 disassemble-next-line to off.
1585
26e251b6
JM
15862009-04-21 Joseph Myers <joseph@codesourcery.com>
1587
1588 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1589 --with-htmldir): New.
1590 * configure: Regenerate.
1591 * Makefile.in (datarootdir, docdir): Define.
1592 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1593 instead of $(SET_TEXINPUTS).
1594 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1595 gdbint.info instead of $(SET_TEXINPUTS).
1596 (gdbint/index.html): Use same -I options as for building
1597 gdbint.info.
1598 (stabs.dvi, stabs.pdf): Use same -I options as for building
1599 stabs.info instead of $(SET_TEXINPUTS).
1600 (stabs/index.html): Use same -I options as for building
1601 stabs.info.
1602 (annotate.dvi, annotate.pdf): Use same -I options as for building
1603 annotate.info instead of $(SET_TEXINPUTS).
1604 (annotate/index.html): Use same -I options as for building
1605 annotate.info.
1606
eac35c4e
DD
16072009-04-21 David Daney <ddaney@caviumnetworks.com>
1608
1609 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
1610
29b0e8a2
JM
16112009-04-21 Joseph Myers <joseph@codesourcery.com>
1612
1613 * gdb.texinfo (Source Path): Document --with-relocated-sources.
1614
2b831889 16152009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 1616 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
1617
1618 * Makefile.in (MAKEHTML): Set to makeinfo --html.
1619 (MAKEHTMLFLAGS): Set to empty.
1620 (html__strip_dir): Define.
1621 (HTMLFILES): Define.
1622 (HTMLFILES_INSTALL): Define.
1623 (install-html): Copy new automake rule.
1624 (html): Depend on $(HTMLFILES).
1625 (gdb_toc.html): Rename to gdb/index.html.
1626 (gdbint_toc.html): Rename to gdbint/index.html.
1627 (stabs_toc.html): Rename to stabs/index.html.
1628 (annotate_toc.html): Rename to annotate/index.html.
1629
89a34d1b
JM
16302009-04-17 Carlos O'Donell <carlos@codesourcery.com>
1631
1632 * Makefile.in: Set pdfdir and htmldir from configure
1633 substitutions.
1634 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
1635 * configure: Regenerate.
1636
a2d5da46
JB
16372009-04-16 Joel Brobecker <brobecker@adacore.com>
1638
1639 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
1640 This macro is no longer used.
1641
732f6a93
TT
16422009-04-15 Tom Tromey <tromey@redhat.com>
1643
1644 * gdb.texinfo (Character Sets): Document default character set.
1645
87f9adc1
PM
16462009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
1647
1648 * gdbint.texinfo: Change server name from sources.redhat.com to
1649 sourceware.org throughout.
1650
2c88c651
JB
16512009-04-09 Joel Brobecker <brobecker@adacore.com>
1652
1653 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
1654 about a missing dot or coma after @xref.
1655
4f5376b2
JB
16562009-04-02 Joel Brobecker <brobecker@adacore.com>
1657
1658 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
1659 example, and add a small explanation about it.
1660 (Print Settings): Change the documentation of the "set print
1661 frame-arguments" to reflect the fact that the default is now "scalars".
1662
a0381d3a
JB
16632009-04-02 Joel Brobecker <brobecker@adacore.com>
1664
1665 * gdb.texinfo (Print Settings): Add kindex for command "set
1666 print frame-arguments".
1667
45ac276d
JB
16682009-03-31 Joel Brobecker <brobecker@adacore.com>
1669
1670 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
1671 breakpoints.
1672 (Set Breaks): Add reference to thread-specific and task-specific
1673 breakpoints.
1674
32cd1edc
JB
16752009-03-31 Joel Brobecker <brobecker@adacore.com>
1676
1677 * gdb.texinfo (Ada Tasks): Remove the documentation about
1678 the "Running" state, as this state has been eliminated.
1679 Now all runnable tasks are shown as "Runnable".
1680
1042e4c0
SS
16812009-03-30 Stan Shebs <stan@codesourcery.com>
1682
1683 * gdb.texinfo (Tracepoints): Describe tracepoints as a
1684 special case of breakpoints.
1685 (Enable and Disable Tracepoints): Mention deprecation.
1686 (Listing Tracepoints): Update description and example.
1687
f8f6f20b
TJB
16882009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1689
1690 * gdb.texinfo (Frames in Python): New node.
1691 (Python API): Update.
1692
c0c6f777
TJB
16932009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1694
1695 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
1696 from a method to an attribute.
1697
def2b000
TJB
16982009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1699
1700 * gdb.texinfo (Values From Inferior): Document is_optimized_out
1701 attribute.
1702
a07daef3
PA
17032009-03-25 Pedro Alves <pedro@codesourcery.com>
1704
1705 * observer.texi (thread_exit): Add "silent" parameter.
1706
f3b1572e
PA
17072009-03-22 Pedro Alves <pedro@codesourcery.com>
1708
1709 * observer.texi (about_to_proceed): New.
1710
587afa38
EZ
17112009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
1712
1713 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
1714 field throughout to handle types with spaces in them. Fix typos
1715 found by aspell.
1716 (Summary, Requirements, Contributors): New first chapter,
1717 "Summary" added, old Requirements section moved there, and new
1718 section, "Contributors" added.
1719 (Initializing a New Architecture, Register Representation)
1720 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
1721 (Porting gdb): These sections extended and updated.
1722 (Compiler Characteristics): This section (empty) deleted.
1723 (Defining Other Architecture Features): This section renamed and
1724 duplicate material removed from (formerly "Target Conditionals").
1725 Use braces {} in @deftypeXX type field throughout to handle types
1726 with spaces in them. Typos found by aspell fixed.
1727
1728 * stack_frame.svg: New file, source of image for gdbint.texinfo.
1729 * stack_frame.pdf: Version of image for PDF output.
1730 * stack_frame.png: Version of image for HTML output and for Emacs.
1731 * stack_frame.txt: Version of image for Info output.
1db61298 1732 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 1733
10af6951
EZ
17342009-03-21 Eli Zaretskii <eliz@gnu.org>
1735
1736 * gdb.texinfo (Character Sets): Fix last change.
1737
cc924cad
TJB
17382009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
1739
1740 * gdb.texinfo (Values From Inferior): Fix optional arguments
1741 markup.
1742 (Commands In Python): Adjust argument names of gdb.Command.__init__
1743 to what the function accepts as keywords.
1744
bc3b79fd
TJB
17452008-03-20 Tom Tromey <tromey@redhat.com>
1746
1747 * gdb.texinfo (Convenience Vars): Document convenience functions.
1748 (Functions In Python): New node.
1749 (Python API): Update.
1750
6c7a06a3
TT
17512009-03-20 Tom Tromey <tromey@redhat.com>
1752
1753 * gdb.texinfo (Character Sets): Remove obsolete text. Document
1754 set target-wide-charset.
1755 (Requirements): Mention iconv.
1756
b646ddd4
HZ
17572009-03-17 Hui Zhu <teawater@gmail.com>
1758
1759 * gdb.texinfo: Change the introduce of "disassemble-next-line".
1760
91440f57
HZ
17612009-03-17 Hui Zhu <teawater@gmail.com>
1762
1763 * gdb.texinfo: Add documentation for disassemble-next-line.
1764
8fd41227
TJB
17652009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
1766
1767 * gdb.texinfo (Commands In Python): Remove tindex entries.
1768
61ff14c6
JK
17692009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1770
1771 * gdb.texinfo (Returning): New description for missing debug info.
1772
0b16c5cf
PA
17732009-03-14 Pedro Alves <pedro@codesourcery.com>
1774
1775 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 1776 (General Query Packets): Document qAttached.
0b16c5cf 1777
32fc0df9
PA
17782009-03-05 Pedro Alves <pedro@codesourcery.com>
1779
1780 * gdb.texinfo (Background Execution): Better describe the set
1781 target-async command.
1782 (Maintenance Commands): Delete description of the `maint set/show
1783 linux-async' and `maint set/show remote-async' commands.
1784
134eb42c
VP
17852009-02-18 Vladimir Prus <vladimir@codesourcery.com>
1786
1787 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
1788 between sentences.
1789
c86cf029
VP
17902009-02-18 Vladimir Prus <vladimir@codesourcery.com>
1791
1792 * gdb.texinfo (GDB/MI Async Records): Document the
1793 =library-loaded and =library-unloaded notifications.
1794
3ea85240
VP
17952009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1796
1797 * observer.texi (test_notification): New observer.
1798
1d33d6ba
VP
17992009-02-14 Vladimir Prus <vladimir@codesourcery.com>
1800
61ff14c6
JK
1801 * observer.texi: Add parameter 'print_frame' to normal_stop
1802 observer.
1d33d6ba 1803
d721c933
EZ
18042009-02-07 Eli Zaretskii <eliz@gnu.org>
1805
1806 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
1807 (Commands In Python): Fix COMMAND_* constants in last change. Use
1808 @kbd for interactive input. Add cross-references and index
1809 entries.
1810
4aa995e1
PA
18112009-02-06 Pedro Alves <pedro@codesourcery.com>
1812
1813 * gdb.texinfo (Signals): Document $_siginfo.
1814 (Convenience Variables): Mention $_siginfo.
1815 (Remote Configuration): Document qXfer:siginfo:read,
1816 qXfer:siginfo:write packets, and the read-siginfo-object,
1817 write-siginfo-object commands.
1818
5f5233d4
PA
18192009-02-06 Pedro Alves <pedro@codesourcery.com>
1820
1821 * gdbint.texinfo (Values): New chapter.
1822
d8906c6f
TJB
18232009-02-06 Tom Tromey <tromey@redhat.com>
1824
1825 * gdb.texinfo (Python API): Add entry for Commands In Python.
1826 (Commands In Python): New node.
1827
b6cb8e7d
TJB
18282009-02-05 Tom Tromey <tromey@redhat.com>
1829
1830 * gdb.texinfo (Values From Inferior): Document Value.string.
1831
12453b93
TJB
18322009-02-05 Tom Tromey <tromey@redhat.com>
1833
1834 * gdb.texinfo (Basic Python): Document execute's from_tty
1835 argument.
1836
08c637de
TJB
18372009-02-04 Tom Tromey <tromey@redhat.com>
1838
1839 * gdb.texinfo (Basic Python): Document gdb.history.
1840
592375cd
VP
18412009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1842
1843 * gdb.texinfo (GDB/MI Thread Commands): Document the
1844 'current-thread-id' field. Remove the example with zero threads,
1845 since current GDB won't ever report that if there's inferior.
1846
41447f92
VP
18472009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1848
1849 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
1850 option to -break-insert.
1851
098b41a6
JG
18522009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1853 Jerome Guitton <guitton@adacore.com>
1854
1855 * gdb.texinfo (Startup): Document --with-system-gdbinit.
1856 (System-wide configuration): New section.
1857
3c16cced
PA
18582009-01-26 Pedro Alves <pedro@codesourcery.com>
1859
1860 PR gdb/7580:
1861 * gdb.texinfo (Maintenance Commands): Document "maint set|show
1862 internal-error|internal-warning quit|corefile ask|yes|no".
1863
62709adf
PA
18642009-01-26 Pedro Alves <pedro@codesourcery.com>
1865
1866 * gdb.texinfo (Using the `gdbserver' Program): Document
1867 --remote-debug.
1868
7ce58dd2
DE
18692009-01-23 Doug Evans <dje@google.com>
1870
1871 * gdb.texinfo: Add nexti to list of commands that support
1872 background execution.
1873
adb483fe
DJ
18742009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
1875
1876 * gdb.texinfo (Define, Hooks): Document prefix command support.
1877
a67ec3f4 18782009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 1879 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
1880
1881 Fixes for makeinfo --html.
1882
1883 * annotate.texinfo: Use @copying and @insertcopying. Use
1884 @ifnottex in place of @ifinfo.
1885 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
1886 place of @ifinfo. Use @ifnotinfo for one index entry.
1887 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
1888 in place of @ifinfo.
1889 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
1890 in place of @ifinfo. Include contents at start unconditionally.
1891
84fcdf95
PA
18922009-01-13 Pedro Alves <pedro@codesourcery.com>
1893
1894 * gdb.texinfo (General Query Packets): Remove @var{} around the
1895 "spu" literal string.
1896
fa3a767f
PA
18972009-01-07 Pedro Alves <pedro@codesourcery.com>
1898
1899 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
1900 program may be running in another process" errors.
1901 * gdbint.texinfo (Native Conditionals): Delete
1902 ONE_PROCESS_WRITETEXT description.
1903
9cb011d3
JB
19042009-01-07 Joel Brobecker <brobecker@adacore.com>
1905
1906 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
1907 emacs local variable to be placed at the end of the ChangeLog.
1908 Add server.c and gdbreplay.c to the list of files where the
1909 copyright year needs to be updated.
1910
84603566
SL
19112009-01-06 Sandra Loosemore <sandra@codesourcery.com>
1912
1913 * gdb.texinfo (Remote Configuration): Document new
1914 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
1915 commands.
1916
a53f55d8
PA
19172008-12-28 Pedro Alves <pedro@codesourcery.com>
1918
1919 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
1920 FETCH_INFERIOR_REGISTERS.
1921 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
1922 FETCH_INFERIOR_REGISTERS descriptions. Remove
1923 gdbarch_get_longjmp_target descrition, since already described in
1924 Target Conditionals. Move gdbarch_fp0_regnum description to ...
1925 (Target Conditionals): ... here.
1926
077e0a52
JB
19272008-12-16 Joel Brobecker <brobecker@adacore.com>
1928
1929 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
1930 examples.
1931 (Additions to Ada): Likewise. Add the missing opening and closing
1932 parenthesis of the GDB prompt in one of the examples.
1933
023eb17c
JB
19342008-12-14 Joel Brobecker <brobecker@adacore.com>
1935
1936 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
1937 about the result of 'Address not being of type System.Address.
1938 This problem has been fixed a while ago.
1939
c3b108f7
VP
19402008-12-02 Vladimir Prus <vladimir@codesourcery.com>
1941
1942 MI non-stop and multiprocess docs.
1943
c8d5aac9
L
1944 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
1945 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
1946 Adjust documentation for *stopped, document =thread-created,
1947 =thread-exited, =thread-group-created and =thread-group-exited.
1948 (GDB/MI Thread Commands): Document the 'state' field in
1949 -thread-info output.
1950 (GDB/MI Program Execution): Mention --all and --thread-group
1951 options.
1952 (GDB/MI Variable Objects): Describe floating and fixed variable
1953 objects.
1954 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 1955
07e059b5
VP
19562008-12-02 Vladimir Prus <vladimir@codesourcery.com>
1957
c8d5aac9
L
1958 * gdb.texinfo (Operating System Information): New appendix.
1959 (Operating System Auxiliary Information): Document 'info os processes'
1960 (Remote Configuration): Document 'osdata'
1961 (General Query Packets): Document qXfer:osdata:read.
07e059b5 1962
a80b95ba
TG
19632008-11-27 Tristan Gingold <gingold@adacore.com>
1964
1965 * gdb.texinfo (Darwin): Document Darwin specific features.
1966
a655d424
JK
19672008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1968
1969 * gdbint.texinfo (Target Conditionals): Extend the
1970 gdbarch_breakpoint_from_pc description.
1971
249e1128
VP
19722008-11-22 Vladimir Prus <vladimir@codesourcery.com>
1973
1974 * gdb.texinfo (M68K Features): Fix typo.
1975
c14c28ba
PP
19762008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1977
1978 * gdb.texinfo (Symbols): Mention printing containing
1979 image name in "info symbol".
1980 (Maint translate-address): Likewise.
889bf7c5 1981
394a6666
JB
19822008-11-18 Joel Brobecker <brobecker@adacore.com>
1983
1984 * gdb.texinfo (Set Catchpoints): Remove the documentation of
1985 commands "catch load" and "catch unload".
1986
66bb093b
VP
19872008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1988
1989 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 1990 =thread-selected.
889bf7c5 1991
4a92f99b
VP
19922008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1993
c8d5aac9 1994 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 1995
f0323ca0
PA
19962008-10-27 Pedro Alves <pedro@codesourcery.com>
1997
1998 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
1999 .mt files, TM_CLIBS or TM_CDEPS.
2000 (x86 Watchpoints): Don't mention TDEPFILES.
2001
8b23ecc4
SL
20022008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2003
2004 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2005 (Overview): Mention notifications and non-stop mode behavior.
2006 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2007 with non-stop mode behavior. Add vStopped description.
2008 (Stop Reply Packets): Update list of packets that return
2009 stop replies. Mention non-stop behavior.
2010 (General Query Packets): Document QNonStop packet and associated
2011 qSupported query response.
2012 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2013 behavior.
2014 (Notification Packets): New section.
2015 (Remote Non-Stop): New section.
2016 (File-I/O Overview): Mention non-stop behavior.
2017
fff08868
HZ
20182008-10-24 Hui Zhu <teawater@gmail.com>
2019 Pedro Alves <pedro@codesourcery.com>
2020
2021 * gdb.texinfo (displaced-stepping): Describe the auto mode
2022 setting, and say it's the default. This is now a mainstream
2023 setting instead of a maintenance setting.
2024
252fbfc8
PA
20252008-10-23 Pedro Alves <pedro@codesourcery.com>
2026
2027 * observer.texi (thread_stop_requested): New.
2028
20924a55
JB
20292008-10-22 Joel Brobecker <brobecker@adacore.com>
2030
2031 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2032 (Patching): Replace incorrect usage of @samp by @kbd.
2033
bacec72f
MS
20342008-10-17 Michael Snyder <msnyder@vmware.com>
2035
2036 * gdb.texinfo: Add documentation for reverse execution.
2037
a08702d6 20382008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2039 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2040
2041 * gdb.texinfo. (Values From Inferior): New subsubsection.
2042
d97bc12b
DE
20432008-10-06 Doug Evans <dje@google.com>
2044
2045 * gdb.texinfo (set debug dwarf2-die): Document it.
2046
87f67dba
JB
20472008-10-01 Joel Brobecker <brobecker@adacore.com>
2048
2049 * gdb.texinfo (catch) [exception]: Document how to insert
2050 a breakpoint on user-defined exceptions when the exception
2051 name is identical to one of the language-defined ones.
2052
2fae03e8
TT
20532008-09-27 Tom Tromey <tromey@redhat.com>
2054
2055 * gdb.texinfo (Macros): Remove text about stringification,
2056 varargs, and splicing.
2057
5c6ce71d
TT
20582008-09-27 Tom Tromey <tromey@redhat.com>
2059
2060 * gdbint.texinfo (Language Support): Remove text about omitting
2061 support for a language.
2062
07128da0
DE
20632008-09-23 Doug Evans <dje@google.com>
2064
2065 * gdb.texinfo (info dcache): Update.
2066
b90a069a
SL
20672008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2068
2069 * gdb.texinfo (Packets): Add info on thread-id syntax and
2070 multiprocess extensions.
2071 <D>: Document multiprocess form of packet.
2072 <H>: Use thread-id syntax.
2073 <T>: Likewise.
2074 <vCont>: Likewise. Note this is required for multiprocess.
2075 <vKill>: New packet.
2076 (Stop Reply Packets) <T>: Use thread-id syntax.
2077 <W>: Document multiprocess form of reply.
2078 <X>: Likewise.
2079 (General Query Packets) <qC>: Use thread-id syntax.
2080 <qfThreadInfo>: Likewise.
2081 <qGetTLSAddr>: Likewise.
2082 <qP>: Likewise.
2083 <qSupported>: Add "multiprocess" feature.
2084 <qThreadExtraInfo>: Use thread-id syntax.
2085
b77209e0
PA
20862008-09-22 Stan Shebs <stan@codesourcery.com>
2087
2088 * gdb.texinfo (Inferiors): New section.
2089
3d0bb823
PA
20902008-09-12 Pedro Alves <pedro@codesourcery.com>
2091
2092 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2093
f8dcfc0a
UW
20942008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2095
2096 * gdbint.texinfo (Target Conditionals): Remove documentation
2097 for gdbarch_name_of_malloc.
2098
8775bb90
MS
20992008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2100
2101 * gdb.texinfo (Interrupts): Mention TCP interface for
2102 sending BREAK.
2103
f1838a98
UW
21042008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2105
2106 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2107 argument prefix to "set sysroot".
2108
158c7665
PH
21092008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2110
2111 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2112 and False.
2113
30e026bb
VP
21142008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2115
c8d5aac9
L
2116 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2117 for possible features of -list-features.
30e026bb 2118
c6ebd6cf
VP
21192008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2120
c8d5aac9 2121 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2122 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2123
aeac0ff9
VP
21242008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2125
2126 * doc/gdb.texinfo (PowerPC): Fix typo.
2127 (PowerPC features): Fix typo.
2128
5231c1fd
PA
21292008-08-18 Pedro Alves <pedro@codesourcery.com>
2130
2131 * observer.texi (thread_ptid_changed): New.
2132
677c5bb1
LM
21332008-08-18 Luis Machado <luisgpm@br.ibm.com>
2134
2135 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2136 (PowerPC features): Mention feature set for VSX registers.
2137
f3a2dd1a
JB
21382008-08-13 Joel Brobecker <brobecker@adacore.com>
2139
2140 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2141 the direct visibility of all names in user-written packages.
2142
33e5cbd6
PA
21432008-08-13 Pedro Alves <pedro@codesourcery.com>
2144
2145 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2146 setting, and make it the default.
2147 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2148 non-stop script example.
2149
d0384fc4
TJB
21502008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2151
2152 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2153 reference to the "Using Different Register and Memory Data
2154 Representation" section.
2155
a6f3e723
SL
21562008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2157
2158 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2159 (Remote Protocol): Add Packet Acknowledgment to menu.
2160 (Overview): Mention +/- can be disabled, and point to new section
2161 where this is discussed in detail.
2162 (General Query Packets): Document QStartNoAckMode packet, and
2163 corresponding qSupported reply.
2164 (Packet Acknowledgment): New section.
2165
0606b73b
SL
21662008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2167 Pedro Alves <pedro@codesourcery.com>
2168
2169 * gdb.texinfo (Threads): Move paragraph about automatic thread
2170 selection to All-Stop Mode subsection.
2171 (Thread Stops): Reorganize existing material into subsections.
2172 Add introductory blurb and menu.
2173 (Non-Stop Mode): New subsection.
2174 (Background Execution): New subsection.
2175 (Maintenance Commands): Add cross-references from async mode
2176 commands to the new Background Execution section.
2177
d57a3c85
TJB
21782008-08-06 Tom Tromey <tromey@redhat.com>
2179
2180 * gdb.texinfo (Extending GDB): New chapter.
2181 (Sequences): Demoted chapter, now a section under the new
2182 Extending GDB chapter.
2183 (Python): New section.
2184
6d76a53d
SS
21852008-07-31 Stan Shebs <stan@codesourcery.com>
2186
2187 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2188
1f70da6a
SS
21892008-07-29 Stan Shebs <stan@codesourcery.com>
2190
2191 * gdbint.texinfo: General round of cleanup and minor
2192 clarifications.
2193 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2194 (Longjmp Support): Update description to reflect how it is done
2195 for targets without using native header.
2196 (Symbol Handling): Add a little more general explanation.
2197 (COFF, ELF): Mention stabs encapsulation.
2198 (DWARF 3): New section.
2199 (Adding a New Host): Scrub out some obsolete bits.
2200 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2201 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2202 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2203 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2204 SEEK_SET, STOP_SIGNAL, USG.
2205 (Raw and Virtual Register Representations): Ditto for
2206 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2207 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2208 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2209 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2210 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2211 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2212 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2213 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2214 DEPRECATED_USE_STRUCT_CONVENTION.
2215 Describe gdbarch_deprecated_fp_regnum.
2216 Update description of gdbarch_print_insn.
2217 (Adding a New Target): Scrub out obsolete bits.
2218 (Obsolete Conditionals): Remove entire section.
2219
383f836e
TT
22202008-07-25 Tom Tromey <tromey@redhat.com>
2221
2222 * observer.texi (GDB Observers): Document new observers:
2223 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2224 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2225 architecture_changed.
2226
cfd8ab24
SS
22272008-07-21 Stan Shebs <stan@codesourcery.com>
2228
2229 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2230 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2231
781b42b0
TT
22322008-07-21 Tom Tromey <tromey@redhat.com>
2233
2234 * observer.texi (GDB Observers): Remove obsolete comment.
2235 <executable_changed>: Remove argument.
2236
d7d9f01e
TT
22372008-07-18 Tom Tromey <tromey@redhat.com>
2238
2239 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2240
bf250677
DE
22412008-07-10 Doug Evans <dje@google.com>
2242
2243 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2244
10568435
JK
22452008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2246
2247 * gdb.texinfo (Starting): Document "set disable-randomization".
2248
5ae4183a
AS
22492008-07-07 Andreas Schwab <schwab@suse.de>
2250
2251 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2252
b56e7235
VP
22532008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2254
2255 * gdb.texinfo (GDB/MI Target Manipulation): Add
2256 example of -target-attach.
2257
e1ac3328
VP
22582008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2259
2260 * observer.texi (target_resumed): New observer.
5ae4183a 2261 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2262
65d12d83
TT
22632008-06-06 Tom Tromey <tromey@redhat.com>
2264
2265 * gdb.texinfo (Completion): Add field name example.
2266
fbc5282e
MK
22672008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2268
2269 * gdb.texinfo (GDB/MI Program Context): Added example
2270 to -exec-arguments
5ae4183a 2271
fbc5282e 22722008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2273
2274 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2275 annotation.
2276
c16158bc 22772008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2278 Nathan Sidwell <nathan@codesourcery.com>
2279 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2280
2281 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2282 and ACX_BUGURL.
2283 * configure: Regenerate.
2284 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2285 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2286 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2287 mailing-list-specific text about bug reporting unless
2288 BUGURL_DEFAULT.
2289
75c99385
PA
22902008-06-05 Pedro Alves <pedro@codesourcery.com>
2291
2292 * gdb.texinfo (-target-select): Remove reference to target async.
2293 (Maintenance Commands): Document "maint set/show remote-async".
2294
1763a388
MK
22952008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2296
2297 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2298 in -target-file-get section.
5ae4183a 2299
d0d064df
PA
23002008-05-22 Pedro Alves <pedro@codesourcery.com>
2301
9b562ab8
PA
2302 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2303 killing the inferior when it is already debugging a process.
d0d064df 2304
8dfa32fc
JB
23052008-05-21 Joel Brobecker <brobecker@adacore.com>
2306
2307 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2308 abbreviation for "finish".
2309
55f996a7
NR
23102008-05-21 Nick Roberts <nickrob@snap.net.nz>
2311
2312 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2313
ba2b1c56
DJ
23142008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2315
2316 * gdbint.texinfo (Target Conditionals): Delete entry for
2317 gdbarch_dwarf_reg_to_regnum.
2318
08388c79
DE
23192008-05-09 Doug Evans <dje@google.com>
2320
a3c83fae 2321 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2322
d14508fe
DE
23232008-05-05 Doug Evans <dje@google.com>
2324
2325 * gdb.texinfo (disassemble): Document /m modifier.
2326
e2b7ddea
VP
23272008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2328
5ae4183a
AS
2329 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2330 will not report the time of commands that run the target.
e2b7ddea 2331
8eb41542
VP
23322008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2333
2334 * gdb.texinfo (GDB/MI Output Records): Add
2335 missing semicolon.
2336
82f68b1c
VP
23372008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2338
2339 * gdb.texinfo (GDB/MI Output Records):
2340 Document =thread-create and =thread-exited.
2341
fa0f268d
VP
23422008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2343
2344 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2345 Remove mention of dmi-discuss.
fa0f268d 2346
063bfe2e
VP
23472008-05-03 Pedro Alves <pedro@codesourcery.com>
2348
2349 * observer.texi (thread_exit): New.
2350
237fc4c9
PA
23512008-05-02 Pedro Alves <pedro@codesourcery.com>
2352
2353 * gdb.texinfo (Debugging Output): Document "set/show debug
2354 displaced".
2355 (Maintenance Commands): Document "maint set/show
2356 can-use-displaced-stepping".
2357
0428b8f5
DJ
23582008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2359
2360 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2361 and set/show arm force-mode.
2362
5009afc5
AS
23632008-05-02 Andreas Schwab <schwab@suse.de>
2364
2365 * gdbint.texinfo (Algorithms): Describe
2366 target_watchpoint_addr_within_range.
2367
669fac23
DJ
23682008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2369
2370 * gdbint.texinfo (Stack Frames): New chapter.
2371 (Algorithms): Move Frames text to the new chapter.
2372 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2373 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2374
721c02de
VP
23752008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2376
5ae4183a
AS
2377 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2378 output does not necessary include any tokens.
721c02de 2379
c055b101
CV
23802008-04-22 Corinna Vinschen <vinschen@redhat.com>
2381
2382 * gdb.texinfo (Set SH Calling convention): New @item.
2383 (Show SH Calling convention): Ditto.
2384
68837c9d
MD
23852008-04-22 Markus Deuling <deuling@de.ibm.com>
2386
2387 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2388
2e9132cc
EZ
23892008-04-20 Eli Zaretskii <eliz@gnu.org>
2390
2391 * gdb.texinfo (Set Breaks): Mention that multiple location
2392 breakpoints need line number info. Add index entries.
2393
31fffb02
CS
23942008-04-19 Craig Silverstein <csilvers@google.com>
2395
2396 * gdb.texinfo (Requirements): Add an optional requirement on
2397 zlib.
2398 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2399 Compressed DWARF 2.
2400
a47ec5fe
AR
24012008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2402
2403 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2404 sample output for 'stopped,reason="breakpoint-hit"' message.
2405 (GDB/MI Program Execution): Likewise.
2406
de051565
MK
24072008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2408
5ae4183a 2409 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
2410 -var-set-format. Add -f option to -var-evaluate-expression.
2411
6ba66d6a
JB
24122008-04-03 Joel Brobecker <brobecker@adacore.com>
2413
2414 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2415 new node "Ambiguous Expressions". Replace references to this
2416 node by references to "Ambiguous Expressions" throughout.
2417 (Ambiguous Expressions): New node.
2418
1e26b4f8
DJ
24192008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2420
2421 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2422
b84876c2
PA
24232008-03-21 Pedro Alves <pedro@codesourcery.com>
2424
2425 * gdb.texinfo (Debugging Output): Document
2426 "set/show debug lin-lwp-async".
2427 (Maintenance Commands): Document "maint set/show linux-async".
2428
63092375
DJ
24292008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2430
2431 * gdb.texinfo (Expressions): Update description of malloced arrays.
2432
8e8901c5
VP
24332008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2434
2435 * gdb.texinfo (Thread Commands): Document
2436 -thread-info. Remove -thread-list-all-threads.
2437
1fddbabb
PA
24382008-03-14 Pedro Alves <pedro@codesourcery.com>
2439 Sandra Loosemore <sandra@codesourcery.com>
2440
2441 * gdb.texinfo (Library List Format): Update to mention the
2442 possibility to pass section addresses instead of segment
2443 addresses.
2444
ccd213ac
DJ
24452008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2446
2447 * gdb.texinfo (Starting): Document "set exec-wrapper".
2448 (Server): Document gdbserver --wrapper.
2449
fa4727a6
DJ
24502008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2451
2452 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2453 unreadable memory. Delete obsolete SPARClite reference.
2454
8edfe269
DJ
24552008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2456
2457 * gdb.texinfo (Starting): Mention always-running targets.
2458 (Target Commands): Add an anchor for load.
2459 (Connecting): Explain continue instead of run.
2460
1843f87b
DJ
24612008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2462
2463 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2464
f9082629
NR
24652008-02-26 Nick Roberts <nickrob@snap.net.nz>
2466
2467 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2468 breakpoint table.
2469
fd96d250
PA
24702008-02-19 Pedro Alves <pedro@codesourcery.com>
2471
2472 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2473 killing the inferior when it is already debugging a process.
2474
36af4ef6
MD
24752008-02-13 Markus Deuling <deuling@de.ibm.com>
2476
2477 * gdbint.texinfo (Build Script): New section. Mention new build script
2478 gdb_buildall.sh.
2479
cda4ce5a
JB
24802008-02-01 Jim Blandy <jimb@red-bean.com>
2481
2482 * gdb.texinfo (Help): Summarize 'info args' correctly.
2483
4acd40f3
TJB
24842008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2485
2486 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2487 available in PowerPC architecture.
2488 (Embedded Processors): Change node name of PowerPC item in menu.
2489 (PowerPC): Rename to...
2490 (PowerPC Embedded): this.
2491 (Architectures): Add new PowerPC item in menu.
2492 (PowerPC): New node.
2493
6e6c6f50
DJ
24942008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2495
2496 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2497 commands.
2498
5ee187d7
DJ
24992008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2500
2501 * gdb.texinfo (Setting Catchpoints): Mention features
2502 supported on GNU/Linux.
2503
e275c0d9
NR
25042008-01-30 Nick Roberts <nickrob@snap.net.nz>
2505
2506 * gdb.texinfo (GDB/MI File Commands): Describe new output
2507 field for MI command -file-list-exec-source-file.
2508
2d717e4f
DJ
25092008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2510
2511 * gdb.texinfo (Using the `gdbserver' Program): Add security
2512 warning. Rearrange into subsections and subsubsections. Document
2513 --multi and --debug. Correct --with-sysroot typo. Update --attach
2514 usage. Make load reference clearer. Document monitor exit.
2515 (Remote Configuration): Document set remote exec-file, attach-packet,
2516 and run-packet.
2517 (Packets): Document vAttach and vRun.
2518
d35a4257 25192008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
2520
2521 * gdb.texinfo (Processes): Mention process command.
889bf7c5 2522 detach-on-follow -> detach-on-fork.
f663676d 2523
c78d192c
DJ
25242008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2525
2526 * gdbint.texinfo (Native Conditionals): Remove
2527 SHELL_COMMAND_CONCAT and SHELL_FILE.
2528
d35a4257
EZ
25292008-01-26 Eli Zaretskii <eliz@gnu.org>
2530
2531 * gdb.texinfo (Specify Location): Improve wording.
2532
93815fbf
VP
25332008-01-23 Chris Demetriou <cgd@google.com>
2534
2535 * gdb.texinfo (Threads): Document new "set print thread-events"
2536 and "show print thread-events" commands.
2537
2a25a5ba
EZ
25382008-01-19 Eli Zaretskii <eliz@gnu.org>
2539
2540 * gdb.texinfo (Specify Location): New section.
2541 (Delete Breaks, Edit, Set Breaks): Remove description of
2542 locations. Instead, add a reference to "Specify Location".
2543 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2544 (Symbols): Refer to "Specify Location" for the valid forms of
2545 linespecs and locations.
2546
32c9a795
MD
25472008-01-18 Markus Deuling <deuling@de.ibm.com>
2548
2549 * gdbint.texinfo (Target Conditionals): Replace the description of
2550 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2551
b17828ca
JB
25522008-01-12 Paul Hilfinger <hilfinger@adacore.com>
2553
2554 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2555 about &&var, which is rejected by the expression parser.
2556
0aea4bf3
LM
25572008-01-09 Luis Machado <luisgpm@br.ibm.com>
2558
2559 * gdb.texinfo (Output): Update documentation on using printf with DFP
2560 types.
2561
febe4383
TJB
25622008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2563
2564 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2565 subsubsection.
2566 (Decimal Floating Point format): New subsubsection.
2567
7a404eba
PA
25682008-01-05 Pedro Alves <pedro@codesourcery.com>
2569
2570 * gdb.texinfo (File Options): Remove mention of the attempt to
2571 open a core file with the -p option. Don't list -c as a valid
2572 option to attach to a process.
2573
a4d9b460
PA
25742008-01-05 Pedro Alves <pedro@codesourcery.com>
2575
2576 * gdbint.texinfo (Host Conditionals): Remove mention of
2577 ALIGN_STACK_ON_ENTRY.
2578
6ec2edbe
JB
25792008-01-05 Joel Brobecker <brobecker@adacore.com>
2580
2581 * gdbint.texinfo (Start of New Year Procedure): Add item
2582 describing how to update the source and documentation copyright
2583 notices.
2584
d8b2a693
JB
25852007-12-18 Jim Blandy <jimb@codesourcery.com>
2586
ab209b3a 2587 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
2588 watchpoint explanation into the main description of the watchpoint
2589 command; update synopses of 'watch', 'rwatch', and 'awatch'
2590 commands.
2591
8b4ed427
VP
25922007-12-18 Vladimir Prus <vladimir@codesourcery.com>
2593
2594 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2595 Document 'pending-breakpoints' feature of
2596 -list-features.
2597
37e4754d
LM
25982007-12-17 Luis Machado <luisgpm@br.ibm.com>
2599
669fac23 2600 * gdb.texinfo: Add new parameter's description.
37e4754d 2601
1d3811f6
DJ
26022007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
2603
2604 * gdb.texinfo (Overview): Clarify run-length encoding
2605 example. Remove the restriction on "+" and "-" characters.
2606
c1c25a1a
EZ
26072007-12-15 Eli Zaretskii <eliz@gnu.org>
2608
2609 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
2610
afe8ab22 26112007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 2612
afe8ab22
VP
2613 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2614 the -f option for -break-insert, remove -r option,
2615 and clarify specification of location.
2616
a6b151f1
DJ
26172007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
2618
2619 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
2620 formatting.
2621 (Remote Debugging): Add File Transfer section.
2622 (Remote Configuration): Document Host I/O packets.
2623 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 2624 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
2625 (Packets): Add vFile.
2626
3b784c4f
EZ
26272007-11-17 Eli Zaretskii <eliz@gnu.org>
2628
2629 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
2630 breakpoints with multiple locations.
2631 (Breakpoint Menus): Improve wording.
2632 (Output): Fix last change.
2633
a4ce5b0d
UW
26342007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
2635
2636 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
2637
1b39d5c0
DE
26382007-11-15 Doug Evans <dje@google.com>
2639
2640 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
2641
7a72d44c
VP
26422007-11-15 Vladimir Prus <vladimir@codesourcery.com>
2643
2644 * gdbint.texinfo (Native Conditionals): Remove
2645 mention of CLEAR_SOLIB.
5ae4183a 2646
6d1829bf 26472007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
2648
2649 * gdb.texinfo (Print Settings): Add documentation for "set/show
2650 print frame-arguments".
2651
1a619819
LM
26522007-11-05 Luis Machado <luisgpm@br.ibm.com>
2653
3b784c4f 2654 * gdb.texinfo (Output): Update printf command's description.
1a619819 2655
55eddb0f
DJ
26562007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
2657
2658 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
2659 powerpc soft-float".
2660
9cceb671
DJ
26612007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2662
2663 * gdb.texinfo (Files): Correct formatting. Mention Expat
2664 requirement.
2665 (Requirements for Building GDB): Expand the list of Expat
2666 uses.
2667 (Library List Format, Memory Map Format): Mention Expat.
2668 (Target Descriptions): Update Expat wording.
2669
83acabca
DJ
26702007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2671
2672 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
2673 Document that gdbarch_convert_register_p should return zero for no-op
2674 conversions.
2675
e35879db
UW
26762007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
2677
83acabca 2678 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
2679 of set_gdbarch_sofun_address_maybe_missing back to ...
2680 (Target Conditionals): ... here to fix build break.
2681
203c3895
UW
26822007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2683
83acabca 2684 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
2685 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
2686 (Compiler Characteristics): ... documentation of
2687 set_gdbarch_sofun_address_maybe_missing.
2688
11411de3
DJ
26892007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2690
2691 * gdbint.texinfo (Target Conditionals): Use
2692 frame_unwind_register_unsigned in examples instead of
2693 frame_unwind_unsigned_register.
2694
7cc46491
DJ
26952007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2696
2697 * gdb.texinfo (Predefined Target Types): Add int128
2698 and uint128.
2699 (Standard Target Features): Add PowerPC features.
2700
81adfced
DJ
27012007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2702
2703 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
2704
c1874924
UW
27052007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2706
2707 * gdbint.texi (Target Conditionals): Remove documentation
2708 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
2709 gdbarch_extract_return_value, and gdbarch_store_return_value.
2710
f6e56ab3
UW
27112007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2712
2713 * gdbint.texi (Target Conditionals): Remove documentation of
2714 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
2715
56cf5405
KH
27162007-10-11 Kazu Hirata <kazu@codesourcery.com>
2717
2718 * gdb.texinfo: Mention that inaccessible-by-default is on by
2719 default.
2720
35156bae
DJ
27212007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2722
2723 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
2724
d983da9c
DJ
27252007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
2726
2727 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
2728 multi-threaded watchpoints.
2729 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
2730 checked. Describe sticky notification. Expand description
2731 of steppable and continuable watchpoints.
2732 (Watchpoints and Threads): New subsection.
2733
fe6fbf8b
VP
27342007-09-28 Vladimir Prus <vladimir@codesourcery.com>
2735
2736 * gdb.texinfo (Setting Breakpoints): Revise
2737 documentation for pending breakpoints. Document
2738 breakpoints with multiple locations.
5ae4183a 2739
084344da
VP
27402007-09-19 Vladimir Prus <vladimir@codesourcery.com>
2741
2742 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2743 Document -list-features.
5ae4183a 2744
82160952
EZ
27452007-09-15 Eli Zaretskii <eliz@gnu.org>
2746
2747 * gdb.texinfo (Output): Spell out which features of C's printf are
2748 not supported by GDB's printf.
7e27a47a
EZ
2749 (Separate Debug Files): More accurate wording regarding build ID
2750 and a reference to the ld manual rather than the Fedora wiki.
82160952 2751
ea37ba09
DJ
27522007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2753 Jim Blandy <jimb@codesourcery.com>
2754
2755 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
2756 (Examining Memory): Update mentions of the 's' format.
2757 (Automatic Display): Likewise.
2758
b8533aec
DJ
27592007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
2760
2761 * gdb.texinfo: Update the FSF's Back-Cover Text.
2762
83f83d7f
JK
27632007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2764 Eli Zaretskii <eliz@gnu.org>
2765
2766 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
2767 Fixed the ``build ID'' name. New binaries build instructions for the
2768 build ID inclusion. Explain how the commands are specific to the build
2769 ID vs. debug link.
2770
c7e83d54
EZ
27712007-09-01 Eli Zaretskii <eliz@gnu.org>
2772
2773 * gdb.texinfo (Separate Debug Files): Fix last change. Add
2774 indexing for ``build ID'' support.
2775
d3750b24
JK
27762007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2777
2778 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
2779 Enlisted BUILD ID to the debug file searching example.
2780 Included a BUILD ID `.note.gnu.build-id' section description.
2781 Updated/added the debug files splitting instructions for OBJCOPY.
2782
02142340
VP
27832007-08-31 Vladimir Prus <vladimir@codesourcery.com>
2784
2785 * gdb.texinfo (Variable Objects): Adjust docs
2786 for -var-info-expression and document
2787 -var-info-path-expression.
2788
d3bdde98
JB
27892007-08-20 Jim Blandy <jimb@codesourcery.com>
2790
3fb6a982
JB
2791 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
2792 (title page): Include the dedication in the printed manual, as a
2793 separate page after the copyright notice.
5ae4183a 2794
d3bdde98
JB
2795 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
2796 don't break a @var across a line.
2797
c80a96a8
MR
27982007-07-25 Maciej W. Rozycki <macro@mips.com>
2799
2800 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
2801 for include files.
2802
5824a901
NR
28032007-07-12 Nick Roberts <nickrob@snap.net.nz>
2804
2805 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
2806 in annotate.texinfo.
2807 (Command History): Link to new node.
5824a901 2808
d52e7ea3
UW
28092007-07-05 Markus Deuling <deuling@de.ibm.com>
2810
2811 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
2812
5fc14d0a
EZ
28132007-07-05 Eli Zaretskii <eliz@gnu.org>
2814
2815 * gdbint.texinfo (Target Conditionals): Fix last change.
2816
4a9bb1df
UW
28172007-07-03 Markus Deuling <deuling@de.ibm.com>
2818
2819 * gdb.texinfo: Replace following macros by their appropriate gdbarch
2820 routines:
2821 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
2822 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
2823 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
2824 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
2825 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
2826 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
2827 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
2828 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
2829 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
2830 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2831 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
2832 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
2833 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2834 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
2835 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
2836 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
2837 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
2838 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
2839 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
2840 (SOFTWARE_SINGLE_STEP_P)
2841
2842 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
2843 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
2844
2845 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
2846 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
2847 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
2848 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
2849 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
2850 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
2851 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
2852 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
2853 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
2854 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
2855
2856 (Converting an existing Target Architecture to Multi-arch): Remove
2857 section.
2858
2859 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
2860 (gdbarch_addr_bits_remove): Add code example.
2861
2862 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
2863
cfa9d6d9
DJ
28642007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
2865
2866 * gdb.texinfo (Remote Configuration): Document library-info-packet.
2867 Add other missing entries. Adjust the table size to fit.
2868 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
2869 stop reasons including the new "library" event.
2870 (General Query Packets): Adjust table widths for qSupported. Mention
2871 qXfer:libraries:read reply to qSupported and document the new packet.
2872 (Library List Format): New section.
2873
159fcc13
JK
28742007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2875
2876 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
2877
f66d1690
MS
28782007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
2879
2880 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
2881
67102876
NR
28822007-06-25 Nick Roberts <nickrob@snap.net.nz>
2883
2884 * gdbint.texinfo (Register and Memory Data): Break sections
2885 into nodes and add a menu.
2886
a4642986
MR
28872007-06-21 Maciej W. Rozycki <macro@mips.com>
2888
2889 * gdb.texinfo (Examining Memory): Document the new behaviour.
2890
e9c17194
VP
28912007-06-21 Vladimir Prus <vladimir@codesourcery.com>
2892
2893 * gdb.texinfo (Standard Target Features): Document
2894 m68k features.
2895
31d99776
DJ
28962007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2897
2898 * gdb.texinfo (General Query Packets): Document qOffsets changes.
2899
1780a0ed
DJ
29002007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2901
2902 * gdb.texinfo (Target Description Format): Add version attribute
2903 for <target>.
2904
822b6570
DJ
29052007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2906
2907 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
2908
f8b73d13
DJ
29092007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2910
2911 * gdb.texinfo (MIPS Features): New subsection.
2912
0e7f50da
UW
29132007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2914 Markus Deuling <deuling@de.ibm.com>
2915
2916 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
2917 and qXfer:spu:write packets and mention them under qSupported.
2918
23d964e7
UW
29192007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2920 Markus Deuling <deuling@de.ibm.com>
2921
2922 * gdb.texinfo (Architectures): Add new SPU section to document
2923 Cell Broadband Engine SPU architecture specific commands.
2924
9f708cb2
VP
29252007-06-09 Vladimir Prus <vladimir@codesourcery.com>
2926
2927 * gdb.texinfo (GDB/MI Variable Objects): Editorial
2928 comments.
2929
7579b5f8
NR
29302007-06-07 Nick Roberts <nickrob@snap.net.nz>
2931
2932 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
2933
bf06d120
JB
29342007-05-29 Jim Blandy <jimb@codesourcery.com>
2935
2936 * gdb.texinfo (Overview): Doc fix.
2937
23776285
MR
29382007-05-22 Maciej W. Rozycki <macro@mips.com>
2939
2940 * gdb.texinfo (Remote Configuration): Document "set/show
2941 remoteflow".
2942
1a69e1e4
DJ
29432007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2944
bf06d120
JB
2945 * gdb.texinfo (MIPS): Remove documentation for set mips
2946 saved-gpreg-size, show mips saved-gpreg-size, and set mips
2947 stack-arg-size.
1a69e1e4 2948
46ba6afa 29492007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2950
46ba6afa
BW
2951 * all-cfg.texi (GDBTUI): New.
2952 * gdb.texinfo (Mode Options): Use GDBTUI variable.
2953 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
2954 (TUI Configuration): Edit to improve clarity and fix problems of
2955 both style and content.
5ae4183a 2956
06d3b283
UW
29572007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2958
2959 * observer.texi (GDB Observers): New observer "new_objfile".
2960
179101d6
UW
29612007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
2962
2963 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
2964
25d5ea92
VP
29652007-04-14 Vladimir Prus <vladimir@codesourcery.com>
2966
2967 * gdb.texinfo (GDB/MI Variable Objects): Document
2968 frozen variables objects.
5ae4183a 2969
ea35711c
DJ
29702007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
2971
2972 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
2973 (Character Sets, Caching Data of Remote Targets): Likewise.
2974 (Targets): Delete Remote node. Move its text...
2975 (Debugging Remote Programs): ...to here. Delete description
2976 of the "remote" command.
2977 (Remote configuration): Delete description of "set remotedevice"
2978 and "show remotedevice".
2979 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
2980
db2e3e2e
BW
29812007-04-11 Bob Wilson <bob.wilson@acm.org>
2982
5ae4183a
AS
2983 * gdb.texinfo (Contributors, Continuing and Stepping)
2984 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
2985 (General Query Packets, File-I/O Remote Protocol Extension)
2986 (Protocol Basics, The F Reply Packet, Write)
2987 (Protocol-specific Representation of Datatypes, Memory Transfer):
2988 Fix hyphenation, punctuation and grammar problems.
2989 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
2990 'section' instead of 'subsection' in the text.
2991 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
2992 (i386): Remove period from section name.
db2e3e2e
BW
2993 (Installing GDB, Requirements, Running Configure, Separate Objdir)
2994 (Config Names, Configure Options): Use @file{configure}.
2995
8a3dae3e
DJ
29962007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
2997
2998 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
2999 and tab expansion.
3000
1a92f856
DJ
30012007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3002
3003 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3004
79a6e687 30052007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3006
79a6e687
BW
3007 * gdb.texinfo: Consistently capitalize all significant words in
3008 node names, chapter titles, section titles, and headings. Update
3009 cross references to match.
3010 (Starting and Stopping Trace Experiment): Make node name plural.
3011 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3012
ad527d2e
PA
30132007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3014
3015 * gdb.texinfo (WinCE): Delete obsolete subsection.
3016
7ce59000
DJ
30172007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3018
3019 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3020 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3021 references.
3022
8807d78b
DJ
30232007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3024
3025 * gdb.texinfo (Startup): Delete references to some alternate
3026 names for .gdbinit.
3027 (Thread): Remove LynxOS reference.
3028 (Tandem ST2000): Delete target-specific documentation.
3029 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3030 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3031 and GDB_OSABI_LYNXOS.
3032
5f402660
UW
30332007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3034
3035 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3036
bac718a6
UW
30372007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3038
3039 * gdbint.texinfo (Target Conditionals): Remove mention of
3040 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3041 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3042
9453113a
DJ
30432007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3044
3045 * Makefile.in: Add "pdfdir" installation
3046 directory, PDFTEX macro, support for "install-pdf" target,
3047 and rules for making a pdf version of refcard.texi.
3048 * refcard.tex: Specify paper size for PDF output.
3049
ae21e955 30502007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3051
ae21e955 3052 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3053
3f94c067 30542007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3055
3f94c067
BW
3056 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3057 (Source Path, Character Sets, Macros, Define)
3058 (GDB/MI Result Records, GDB/MI Simple Examples)
3059 (GDB/MI Program Execution, GDB/MI File Commands)
3060 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3061 (Bug Reporting): Use @value{GCC}.
5ae4183a 3062
12c27660 30632007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3064
12c27660
BW
3065 * gdb.texinfo (Help): Fix formatting of examples.
3066 (Variables): Use @ifnotinfo instead of @iftex.
3067 (Non-debug DLL symbols): Use @ref instead of @pxref.
3068 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3069
ce9341a1
BW
30702007-03-26 Bob Wilson <bob.wilson@acm.org>
3071
3072 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3073
c8f4133a
BW
30742007-03-26 Bob Wilson <bob.wilson@acm.org>
3075
3076 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3077 the order of the nodes.
3078 (C Operators, C Constants, Debugging C): Remove extra menus.
3079 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3080
c8f4133a 30812007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3082
3083 * gdb.texinfo (File Options): Add missing parenthesis.
3084 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3085
c74d0ad8
DJ
30862007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3087
3088 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3089
ff6f572f
DJ
30902007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3091
669fac23 3092 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3093 case insensitivity.
3094 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3095
994337c3
NR
30962007-02-18 Nick Roberts <nickrob@snap.net.nz>
3097
3098 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3099 (Files): Add section name to argument list for pxref.
3100 (Non-debug DLL symbols): Don't use `see' for pxref.
3101 (Embedded Processors): Fix typo.
3102 (GDB/MI Breakpoint Commands): Execution commands generate
3103 *stopped not ^done.
3104
eb819d70
NR
31052007-02-13 Nick Roberts <nickrob@snap.net.nz>
3106
3107 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3108 values for in_scope. Mention that only root variables can be
3109 updated.
3110 (GDB/MI Development and Front Ends): Explain new values may be
3111 added to existing fields.
3112
123dc839
DJ
31132007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3114
3115 * gdb.texinfo (-target-disconnect): Use @smallexample.
3116 (Requirements): Add anchor for Expat. Update description.
3117 (Target Descriptions): Mention Expat.
3118 (Target Description Format): Document new elements. Use
3119 @smallexample.
3120 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3121 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3122
108546a0
DJ
31232007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3124
3125 * gdb.texinfo (Target Description Format): Add section on XInclude.
3126
95a98c01
NR
31272006-02-03 Nick Roberts <nickrob@snap.net.nz>
3128
3129 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3130 command -enable-timings.
3131
f4b3909f
EZ
31322007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3133
5ae4183a 3134 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3135 descriptions for new/deleted elements in gdb_osabi. Add missing
3136 description for function generic_elf_osabi_sniff_abi_tag_sections.
3137
c7ba131e
JB
31382007-01-29 Joel Brobecker <brobecker@adacore.com>
3139
3140 * gdb.texinfo (Maintenance Commands): Add documentation for
3141 the new "maint print target-stack" command.
3142
3a60f64e
JK
31432007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3144 Eli Zaretskii <eliz@gnu.org>
3145
f4b3909f 3146 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3147
c582f8b6
EZ
31482007-01-26 Eli Zaretskii <eliz@gnu.org>
3149
3150 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3151 Use @value{NGCC} instead of @value{GCC}.
3152
d3e8051b
EZ
31532007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3154
3155 * agentexpr.texi: Fix typos.
3156 * annotate.texinfo: Likewise.
3157 * gdb.texinfo: Likewise.
3158 * gdbint.texinfo: Likewise.
3159 * observer.texi: Likewise.
3160 * stabs.texinfo: Likewise.
3161
86f04699
EZ
31622007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3163
3164 * gdbint.texinfo (Support Libraries): Remove mmalloc
3165 entry. Describe readline library.
3166
23181151
DJ
31672007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3168
3169 * gdb.texinfo (Target Descriptions): New section.
3170 (General Query Packets): Add QPassSignals anchor. Mention
3171 qXfer:features:read under qSupported. Expand mentions of
3172 qXfer:memory-map:read and QPassSignals. Document
3173 qXfer:features:read.
3174
f822c95b
DJ
31752007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3176
3177 * gdb.texinfo (Commands to specify files): Describe
3178 "set sysroot" and "show sysroot".
3179 (Using the `gdbserver' program): Lowercase argument
3180 to @var. Expand description of setting up GDB on the
3181 host.
3182
8936fcda
JB
31832007-01-05 Joel Brobecker <brobecker@adacore.com>
3184
3185 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3186 catch exception, catch exception unhandled, and catch assert
3187 commands.
3188
e776119f
DJ
31892007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3190
3191 * gdb.texinfo (Debugging Output): Document "set debug xml"
3192 and "show debug xml".
3193
aa79a185
DJ
31942007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3195
3196 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3197
7f893741
JB
31982007-01-01 Joel Brobecker <brobecker@adacore.com>
3199
3200 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3201
a1b5960f
VP
32022006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3203
3204 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3205 note in @ignore, to be removed later if nobody complains.
3206
9f470e6e
NR
32072006-12-04 Nick Roberts <nickrob@snap.net.nz>
3208
3209 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3210 of -var-delete.
3211
765dc015 32122006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3213
765dc015 3214 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3215 automatic software/hardware breakpoint usage and
3216 the "set breakpoint auto-hw" command.
765dc015 3217
4b5752d0
VP
32182006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3219
3220 * gdb.texinfo (Memory Access Checking): New.
3221
89be2091
DJ
32222006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3223
3224 * gdb.texinfo (Remote configuration): Mention
3225 "pass-signals-packet".
3226 (General Query Packets): Document QPassSignals. Fix
3227 a typo.
3228
ca3bf3bd
DJ
32292006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3230
3231 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3232
427c3a89
DJ
32332006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3234
3235 * gdb.texinfo (Remote configuration): Rewrite documentation for
3236 packet configuration commands.
3237 (OS Information): Adjust reference to qXfer:auxv:read.
3238 (General Query Packets): Remove references to read-aux-vector-packet
3239 and set remote get-thread-local-storage-address.
3240
7a107747
DJ
32412006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3242
3243 * gdbint.texinfo (Target Architecture Definition): Add new
3244 Initializing a New Architecture section.
3245
1c56eb0e
EZ
32462006-10-31 David Taylor <dtaylor@emc.com>
3247
3248 * stabs.texinfo (Macro define and undefine): New node describing
3249 stabs for #define and #undef.
3250
f73adfeb
AS
32512006-10-27 Andreas Schwab <schwab@suse.de>
3252
3253 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3254
fd60e0df
EZ
32552006-10-21 Eli Zaretskii <eliz@gnu.org>
3256
3257 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3258 clarify on the possible meanings of ``expression'' watched by
3259 watchpoints. Add indexing.
e5ac9b53
EZ
3260 (Prompting, Errors, Invalidation, Annotations for Running)
3261 (Source Annotations): Fix index entries by adding "annotation" to
3262 them, to discriminate from index entries that point to the more
3263 general topic descriptions.
fd60e0df 3264
52bb452f
DJ
32652006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3266
3267 * gdbint.texinfo (Target Vector Definition): Move most
3268 content into Existing Targets. Add a menu.
3269 (Existing Targets): New section, moved from Target Vector
3270 Definition. Use @subsection.
3271 (Managing Execution State): New section.
3272
58955e58
BW
32732006-10-16 Bob Wilson <bob.wilson@acm.org>
3274
3275 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3276
c8aa23ab
EZ
32772006-10-15 Eli Zaretskii <eliz@gnu.org>
3278
3279 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3280 (Command Syntax, Signals, Backtrace, Connecting)
3281 (Remote configuration, Renesas Boards, Console I/O): Fix last
3282 change: use Ctrl- instead of C-, except wrt Emacs.
3283 (File-I/O Examples): Put Ctrl-c in @kbd.
3284 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3285 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3286 (Signals, Set Breaks, Set Watchpoints): Document optional
3287 arguments to `info signals' `handle', `info breakpoints', and
3288 `info watchpoints'.
c8aa23ab 3289
e7109c7e
EZ
32902006-10-14 Eli Zaretskii <eliz@gnu.org>
3291
3292 * gdb.texinfo (Backtrace): Fix last change.
3293
de3aea7b
NR
32942006-10-14 Nick Roberts <nickrob@snap.net.nz>
3295
3296 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3297
7f9087cb
BW
32982006-10-10 Bob Wilson <bob.wilson@acm.org>
3299
c8aa23ab
EZ
3300 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3301 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3302 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3303
68437a39
DJ
33042006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3305 Daniel Jacobowitz <dan@codesourcery.com>
3306
3307 * gdb.texinfo (Packets): Document vFlashErase,
3308 vFlashWrite and vFlashDone packets.
3309 (General Query Packets): Document qXfer:memory-map:read.
3310 Add a new feature for qXfer:memory-map:read.
3311 (Memory map format): New section.
3312 (Target Commands): Mention that gdb can write flash.
3313
fd79ecee
DJ
33142006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3315 Daniel Jacobowitz <dan@codesourcery.com>
3316
3317 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3318 memory regions and "mem auto".
3319
350da6ee
DJ
33202006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3321
3322 * gdbint.texinfo (Array Containers): New section.
3323
2f1acb09
VP
33242006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3325
3326 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3327 -stack-list-arguments HIGH_FRAME argument can be larger then the
3328 actual number of frames.
3329
2ab1eb7a
VP
33302006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3331
3332 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3333 -stack-list-locals HIGH_FRAME argument can be larger then the
3334 actual number of frames.
2ab1eb7a 3335
599b237a
BW
33362006-09-02 Bob Wilson <bob.wilson@acm.org>
3337
3338 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3339 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3340
25ab7e6d
EZ
33412006-09-02 Eli Zaretskii <eliz@gnu.org>
3342
3343 * gdbint.texinfo (Overall Structure): New section "Source Tree
3344 Structure".
3345
940178d3
JB
33462006-08-17 Jim Blandy <jimb@codesourcery.com>
3347
3348 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3349 responses.
3350
30daae6c
JB
33512006-08-08 Joel Brobecker <brobecker@adacore.com>
3352
3353 * gdb.texinfo (Source Path): Add documentation for new
3354 substitute-path commands.
3355
7fa2210b
DJ
33562006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3357
3358 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3359 (Running Configure): ...here.
3360 (Requirements): New node. Mention expat.
3361
3d00d119
DJ
33622006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3363
5ae4183a 3364 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
3365 'set download-write-size' and 'show download-write-size'.
3366
0cbfa4ee
DJ
33672006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3368
3369 * stabs.texinfo (Member Type Descriptor): Correct example for
3370 pointer to member types.
3371
16026cd7
AS
33722006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3373
3374 * gdb.texinfo (Optional warnings and messages): Add
3375 'set/show trace-commands'.
3376 (Command files): Add '-v' to source command.
3377
0876f84a
DJ
33782006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3379
3380 * gdb.texinfo (OS Information): Update qPart reference to
3381 qXfer.
3382 (Remote configuration): Likewise.
3383 (Overview): Move @cindex to the start of a paragraph. Talk
3384 about binary data encoding.
3385 (Packets): Refer to the overview for the details of the X
3386 packet encoding.
3387 (General Query Packets): Remove qPart description. Add qXfer
3388 description. Add an anchor to qSupported. Correct feature
3389 table title. Add a new feature for qXfer:auxv:read.
3390 (Interrupts): Add a missing parenthesis.
3391
2ec3381a
DJ
33922006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3393
669fac23 3394 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
3395 (GDB/MI Kod Commands): Remove commented out node.
3396
594fe323
EZ
33972006-07-01 Eli Zaretskii <eliz@gnu.org>
3398
3399 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3400 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3401 (GDB/MI Thread Commands, GDB/MI Program Execution)
3402 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3403 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3404 (GDB/MI File Commands, GDB/MI Target Manipulation)
3405 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3406 since the MI prompt is hard-wired into the code.
3407
7e3fb70c
NR
34082006-07-01 Nick Roberts <nickrob@snap.net.nz>
3409
3410 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3411 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3412 (GDB/MI Data Manipulation): Remove description of unimplemented
3413 display related commands as variable objects perform this function
3414 and are superior: -display-delete, -display-disable,
3415 -display-enable, -display-insert and -display-list. Move
3416 -environment-cd, -environment-directory, -environment-path
3417 and -environment-pwd to "Program Context".
3418 (GDB/MI Program Control): Rename to "Program Execution". Move
3419 -exec-arguments -exec-abort to...
3420 (GDB/MI Program Context): ...here. New node split from "Data
3421 Manipulation".
3422
be2a5f71
DJ
34232006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
3424
3425 * gdb.texinfo (Remote configuration): Document set / show
3426 remote supported-packets.
3427 (General Query Packets): Document qSupported packet.
3428
fc320d37
SL
34292006-06-10 Sandra Loosemore <sandra@codesourcery.com>
3430
3431 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3432 and font markup.
3433 (Protocol basics): Likewise.
3434 (The F request packet): Likewise.
3435 (The F reply packet): Likewise.
3436 (Memory transfer): Move this node to be a subsubsection of
3437 "Protocol specific representation of datatypes".
3438 (The Ctrl-C message): More copy editing.
3439 (Console I/O): Likewise.
3440 (The isatty call): Delete this node, and merge its content into
3441 the "isatty" node. Fixed references elsewhere.
3442 (The system call): Delete this node, and merge its content into
3443 the "system" node. Fixed references elsewhere.
3444 (open): Reformat to use @table, and add appropriate font markup.
3445 (close): Likewise.
3446 (read): Likewise.
3447 (write): Likewise.
3448 (lseek): Likewise.
3449 (rename): Likewise.
3450 (unlink): Likewise.
3451 (stat/fstat): Likewise.
3452 (gettimeofday): Likewise.
3453 (isatty): Likewise.
3454 (system): Likewise, plus minor changes to fix confusing wording.
3455 (Integral datatypes): Fix font markup.
3456 (Pointer values): Likewise.
3457 (struct stat): Fix markup to use @table, plus minor copy editing.
3458 (struct timeval): Fix font markup, plus minor copy editing.
3459 (Constants): Minor copy editing.
3460 (Errno values): Add font markup.
3461 (File-I/O Examples): Likewise.
3462
158fdf5c
NR
34632006-06-10 Nick Roberts <nickrob@snap.net.nz>
3464
3465 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3466 (GDB/MI Simple Examples): Move node up one level. Use real
3467 examples.
3468 (GDB/MI Compatibility with CLI): Update.
3469 (GDB/MI Result Records): Add "connected" and "exit" result
3470 classes.
3471 (GDB/MI Stream Records): Clarify target output.
3472 (GDB/MI Command Description Format): Modify example description.
3473 (GDB/MI Breakpoint Table Commands): Rename to...
3474 (GDB/MI Breakpoint Commands): ...this
3475 (GDB/MI Breakpoint Commands): Add optional thread field.
3476 (GDB/MI Program Control): Add an introduction. Move "Program
3477 termination" examples into exec-run description.
3478 (GDB/MI File Commands): Mention similar CLI commands.
3479 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3480 is similar to "-gdb-version".
3481
ddb50cd7
EZ
34822006-06-09 Eli Zaretskii <eliz@gnu.org>
3483
3484 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3485
2aef0d6b
NR
34862006-06-02 Nick Roberts <nickrob@snap.net.nz>
3487
3488 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3489 sourceware.org for mailing lists.
d5e40d59 3490 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 3491
383a5c52
NR
34922006-06-01 Nick Roberts <nickrob@snap.net.nz>
3493
d5e40d59 3494 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 3495
e16b02ee
EZ
34962006-05-22 Eli Zaretskii <eliz@gnu.org>
3497
3498 * gdb.texinfo (Cygwin Native): Fix last change.
3499
be90c084
CF
35002006-05-22 Christopher Faylor <cgf@timesys.com>
3501
3502 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3503
347ceba5
NR
35042006-05-15 Nick Roberts <nickrob@snap.net.nz>
3505
3506 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3507 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3508
369af7bd
DJ
35092006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3510
3511 * gdb.texinfo (General Query Packets): Recommend not starting
3512 new packets with qC and clarify.
3513
2ffdbde8 35142006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
3515
3516 * gdb.texinfo (M2 Types): New section.
72019c9c 3517
16d1a084
DJ
35182006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
3519
3520 * agentexpr.texi: Add a copyright and license notice.
3521 * observer.texi: Likewise, with GPL clause for function prototypes.
3522 Remove trailing whitespace.
3523
aa56d27a
JB
35242006-05-05 Jim Blandy <jimb@codesourcery.com>
3525
3526 * gdb.texinfo (General Query Packets): Document conventions for
3527 terminating packet names, and their violations.
3528
5bdf8622
DJ
35292006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3530
3531 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3532 * gdb.texinfo: Likewise.
3533
605a56cb
DJ
35342006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3535
3536 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3537 and "show remotedebug".
3538 (Debugging Output): Add additional index entries.
3539
b8db102d
MS
35402006-04-27 Michael Snyder <msnyder@redhat.com>
3541
3542 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3543
c5e30d01
AC
35442006-04-22 Andrew Cagney <cagney@redhat.com>
3545
3546 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3547 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3548
8181d85f
DJ
35492006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
3550
3551 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3552 and remove breakpoint prototypes.
3553 (Watchpoints): Move description of target_insert_hw_breakpoint and
3554 target_remove_hw_breakpoint ...
3555 (Breakpoints): ... to here. Document target_insert_breakpoint and
3556 target_remove_breakpoint.
3557
4f553f88
JB
35582006-04-17 Jim Blandy <jimb@codesourcery.com>
3559
3560 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3561 and C packets are optional.
3562
cd852561
FR
35632006-04-14 Frederic Riss <frederic.riss@st.com>
3564
3565 * gdb.texinfo (Specifying source directories): Update the description
3566 of the source file search to reflect the fact that the source path
3567 always contains at least $cdir and $cwd.
3568
b620eb07
MS
35692006-03-31 Michael Snyder <msnyder@redhat.com>
3570
3571 * gdb.texinfo: Update copyright dates.
3572
3156cdaf
EZ
35732006-03-31 Eli Zaretskii <eliz@gnu.org>
3574
3575 * gdb.texinfo (Overview): Add an index entry to "empty response".
3576
7d30c22d
JB
35772006-03-28 Jim Blandy <jimb@codesourcery.com>
3578
3579 * gdbint.texinfo (Prologue Analysis): New section.
3580
86941c27
JB
35812006-03-07 Jim Blandy <jimb@red-bean.com>
3582
66b8c7f6
JB
3583 * gdb.texinfo (Connecting): Document 'target remote pipe'.
3584
1a10341b
JB
3585 * gdb.texinfo (Target Commands): Update text describing how to
3586 specify a target. Refer to the detailed section on remote
3587 debugging, not the brief mention.
3588
86941c27
JB
3589 * gdb.texinfo (Connecting): Organize the different 'target remote'
3590 connection methods into a table. Add a 'target remote' index
3591 entry. (!!!)
3592
62f3a2ba
FF
35932006-02-17 Fred Fish <fnf@specifix.com>
3594
3595 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3596 'ptype' commands to reflect the fact that the only significant
3597 difference between them is that ptype prints the complete type
3598 description instead of just the name.
3599
8b9a88ea
WZ
36002006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
3601
3602 * gdbint.texinfo (Watchpoints): Delete
3603 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3604
7e8dc855
NR
36052006-02-10 Nick Roberts <nickrob@snap.net.nz>
3606
3607 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3608 times fields where needed. Fix typos. Update general form given
3609 for output of -break-insert.
3610 (GDB/MI): Abbreviate some unnecessarily long fullnames.
3611
c91d38aa
DJ
36122006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
3613
3614 * gdbint.texinfo (Symbol Handling): Add a section
3615 on memory management.
3616
38fcd64c
DJ
36172006-02-06 Vladimir Prus <ghost@cs.msu.su>
3618
3619 * gdb.texinfo (Breakpoint table commands): Document the fullname
3620 field in -break-list output.
3621
219eec71
EZ
36222006-02-03 Eli Zaretskii <eliz@gnu.org>
3623
3624 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
3625 debugging information produced by the various "set debug..."
3626 options.
3627
ae5a43e0
DJ
36282006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3629
3630 * gdb.texinfo (Files): Remove obsolete bits from the description
3631 of "symbol-file".
3632
a9f158ec
JB
36332006-01-25 Jim Blandy <jimb@redhat.com>
3634
3635 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
3636
410dd08e
JB
36372006-01-24 Jim Blandy <jimb@redhat.com>
3638
3639 * gdbint.texinfo (Frames): Document the basics of GDB's register
3640 unwinding model, and explain the existence of the "sentinel" frame.
3641
4b505b12
AS
36422006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
3643
3644 * gdb.texinfo (Choosing files): Mention that -directory is used
3645 for script files.
3646 (Specifying source directories): Likewise.
3647 (Command files): Explain how script files are found.
3648
839c27b7
EZ
36492006-01-21 Eli Zaretskii <eliz@gnu.org>
3650
3651 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
3652 the threads in a multi-threaded program.
3653 (Threads): The threadno argument of "thread apply" can be a range
3654 of numbers.
3655
7be93b9e
JB
36562006-01-18 Jim Blandy <jimb@redhat.com>
3657
3658 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
3659 of warning flags.
3660
fcc73fe3
EZ
36612006-01-13 Eli Zaretskii <eliz@gnu.org>
3662
3663 * gdb.texinfo (Sequences): Improve menu annotations.
3664 (Define): Add index entries for arguments of user-defined
3665 commands. Move the description of flow-control commands...
3666 (Command Files): ...to here. Document loop_break and
3667 loop_continue.
ca91424e
EZ
3668 (Define, Command Files): Document `end' and add index entries for
3669 it.
fcc73fe3 3670
5c95884b
MS
36712006-01-04 Michael Snyder <msnyder@redhat.com>
3672
3673 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 3674 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 3675
860701dc
PH
36762006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
3677
3678 * gdb.texinfo (Omissions from Ada): Document that there is now
3679 limited aggregate support.
3680
36b80e65
EZ
36812005-12-28 Eli Zaretskii <eliz@gnu.org>
3682
3683 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
3684 registers and the likes.
3685
c1468174
EZ
36862005-12-24 Eli Zaretskii <eliz@gnu.org>
3687
3688 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
3689 (Symbols): Fix usage of "e.g.".
359df76b 3690 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
3691
3692 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
3693 (Coding): Fix usage of "e.g.".
3694
c02a867d
EZ
36952005-12-23 Eli Zaretskii <eliz@gnu.org>
3696
5ae4183a
AS
3697 * stabs.texinfo:
3698 * refcard.tex:
c02a867d 3699 * gpl.texi:
5ae4183a
AS
3700 * gdbint.texinfo:
3701 * gdb.texinfo:
3702 * gdb-cfg.texi:
c02a867d 3703 * fdl.texi:
5ae4183a
AS
3704 * annotate.texinfo:
3705 * all-cfg.texi:
c02a867d
EZ
3706 * Makefile.in: Add (C) after Copyright. Update the FSF
3707 address.
3708
fad38dfa
EZ
37092005-12-03 Eli Zaretskii <eliz@gnu.org>
3710
3711 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
3712 extend GDB with commands for external monitor.
3713
53e5f3cf
AS
37142005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
3715
3716 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
3717
55f6ca0f
JB
37182005-11-25 Joel Brobecker <brobecker@adacore.com>
3719
3720 * gdbint.texinfo (Start of New Year Procedure): New chapter.
3721
c1947b85
JB
37222005-11-21 Jim Blandy <jimb@redhat.com>
3723
3724 * gdb.texinfo (Tracepoint Packets): Document restrictions on
3725 placement of 'R' actions in tracepoint action packets; document
3726 dependence of 'X' and 'M' actions on a preceding 'R' action for
3727 their registers.
3728
9d29849a
JB
37292005-11-19 Jim Blandy <jimb@redhat.com>
3730
3731 * gdb.texinfo (Tracepoint Packets): New node.
3732 (General Query Packets): Add entries for the tracepoint packets,
3733 referring to the "Tracepoint Packets" node.
3734 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 3735
9a6253be
KB
37362005-11-18 Kevin Buettner <kevinb@redhat.com>
3737
3738 * gdb.texinfo (set remotebreak): Add anchor.
3739 (X packet): Likewise.
3740 (Remote Protocol): Add new section `Interrupts' and new index
3741 entry `interrupts (remote protocol)'.
3742
5f3bebba
JB
37432005-11-18 Jim Blandy <jimb@redhat.com>
3744
3745 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
3746 entries into the General Query Packets section. Add a
3747 cross-reference to that section. Drop description of replies, as
3748 these are covered in the descriptions of each packet.
3749 (General Query Packets): Add introductory text. Explain naming
3750 conventions, and how the end of a name is recognized.
3751
9a7a1b36
KB
37522005-11-17 Kevin Buettner <kevinb@redhat.com>
3753
0564b6cf 3754 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
3755 "set remotebreak" command.
3756
b8ff78ce
JB
37572005-11-16 Jim Blandy <jimb@redhat.com>
3758
3759 * gdb.texinfo (Packets, Stop Reply Packets)
3760 (General Query Packets): Various formatting cleanups.
3761 - Use @samp for packet contents.
3762 - Drop summaries from packet @item lines; the same information appears
3763 immediately below in the description.
3764 - Delete paragraph breaks after packet @item commands, so that the
3765 description appears directly to the right of the packet prototype
3766 in the printed manual, if it fits.
3767 - Place spaces in packet prototypes between @vars and non-@var
3768 letters, and explain that they're just for formatting.
3769 - Use @dots{} instead of '...'.
3770 - Fix uses of @code where @var was needed.
3771 - Replace "deprecated" markers with English text spelling out the
3772 packet's status and the preferred alternatives.
3773 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
3774 what this ever meant.
3775 - Remove "(draft)" markers on 'i' packets; nobody has commented on
3776 this for a long time.
3777 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
3778 implemented several times, and have been in use for years.
3779
8ffe2530
JB
37802005-11-15 Jim Blandy <jimb@redhat.com>
3781
c43c5473
JB
3782 * gdb.texinfo (Packets): Add index entries for 'm' packet
3783 disclaimers.
5ae4183a 3784
fb031cdf
JB
3785 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
3786 of stub when processing an 'm' packet.
3787
8ffe2530
JB
3788 * gdb.texinfo (Packets): Mention that packets beginning with
3789 letters are reserved once, at the top, instead of actually listing
3790 them all and saying "reserved".
3791
c03c782f
AS
37922005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
3793
3794 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
3795 Change @var{$arg0 to @code{$arg0.
3796
814e32d7
WZ
37972005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
3798
3799 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
3800
fa93a9d8
JB
38012005-11-12 Jim Blandy <jimb@redhat.com>
3802
3803 * gdb.texinfo (General Query Packets): Put packets in alphabetical
3804 order. Remove extraneous 'z'.
3805
8a5a3c82
AS
38062005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
3807
3808 * gdb.texinfo (Choosing files): Add --eval-command.
3809
4b0ad762
AS
38102005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
3811
3812 * gdb.texinfo (Choosing modes): Add --return-child-result.
3813
3814
1a088d06
AS
38152005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
3816
3817 * gdb.texinfo (Choosing modes): Add --batch-silent.
3818
656d5e12
EZ
38192005-10-28 Eli Zaretskii <eliz@gnu.org>
3820
3821 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
3822 "The -var-update Command".
3823
3c9c013a
JB
38242005-10-03 Joel Brobecker <brobecker@adacore.com>
3825
3826 * gdb.texinfo (Print Settings): Add documentation for set/show
3827 print array-indexes.
3828
7ba3cf9c
DJ
38292005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
3830
3831 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
3832 6.2 and 6.3.
3833
a94ab193
EZ
38342005-08-27 Eli Zaretskii <eliz@gnu.org>
3835
3836 * gdb.texinfo (File Options): Don't document --mapped, it's gone
3837 since 19-Jan-2004.
3838 (Files): Likewise.
ab1adacd
EZ
3839 (Variables, Symbols): Document the "<incomplete type>" message and
3840 its reasons.
a94ab193 3841
ca06016a
FF
38422005-08-01 Fred Fish <fnf@specifix.com>
3843
3844 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
3845
cf58170d
NR
38462005-07-15 Nick Roberts <nickrob@snap.net.nz>
3847
3848 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
3849 option for -var-list-children and -var-update.
3850 (GDB/MI Stack Manipulation): Simplify description of
3851 print-values option for -stack-list-locals.
3852 (GDB/MI Command Description Format): Clarify.
3853 (Mode Options): Spelling of superseded.
3854
38f1196a
BR
38552005-07-12 Bob Rossi <bob@brasko.net>
3856
3857 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
3858 corresponding GDB command comment.
3859
3cb3b8df
BR
38602005-07-06 Bob Rossi <bob@brasko.net>
3861
3862 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
3863 and -inferior-tty-show.
3864 (Input/Output): Document "set/show inferior-tty" and tty alias.
3865
10fac096
NW
38662005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
3867
3868 * gdb.texinfo (Packets): Change description of 'D' packet to note
3869 that GDB does wait for a response.
3870
d1b6db76
NR
38712005-06-22 Nick Roberts <nickrob@snap.net.nz>
3872
3873 * gdb.texinfo (History) Rename "Command History".
3874 (Command History): Move node "Server Prefix" from section on
3875 Annotations here.
3876
29629dcf
NR
38772005-06-19 Nick Roberts <nickrob@snap.net.nz>
3878
3879 * gdb.texinfo (GDB/MI Stack Manipulation):
3880 Re-instate -stack-info-frame with example. Say that it gets
3881 info on selected frame, not current frame.
3882
397ca115
EZ
38832005-06-18 Eli Zaretskii <eliz@gnu.org>
3884
3885 * gdb.texinfo (Server): Clarify that `file' should be used before
3886 connecting to the server.
3887 (Files): Add an xref to the above description.
51274035
EZ
3888 (Output Formats): More detailed description of the `c' format.
3889 (Memory): List explicitly all the formats supported by `x'.
638ac427 3890 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 3891 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
3892 files. Add more indexing for solib-absolute-prefix and
3893 --with-sysroot.
76d17f34
EZ
3894 (Machine Code): Document possible problems with locations in
3895 shared libraries.
d416eeec
EZ
3896 (Backtrace): Document that free-standing environments do not need
3897 to have a `main' function.
397ca115 3898
74f6deaa
NR
38992005-06-18 Nick Roberts <nickrob@snap.net.nz>
3900
3901 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
3902 -stack-info-frame.
3903
a9967aef
AC
39042005-06-07 Andrew Cagney <cagney@gnu.org>
3905
3906 * gdb.texinfo (Contributors): Note the original multi-arch
3907 contributors.
3908
e09f16f9
EZ
39092005-06-03 Eli Zaretskii <eliz@gnu.org>
3910
3911 * gdb.texinfo (Registers): Add index entries for the standard
3912 registers.
3913 (Frames): Add cross-reference from frame pointer description to
3914 the Registers node.
3915 (Annotations Overview): Fix the reference to GDB name.
3916
d87ba7ee
EZ
39172005-06-01 Eli Zaretskii <eliz@gnu.org>
3918
3919 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
3920 can-use-hw-watchpoints.
3921
034dad6f
BR
39222005-05-28 Bob Rossi <bob@brasko.net>
3923
3924 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
3925 the possible reasons why an exec async record would be returned to FE.
3926
ffed4509
AC
39272005-05-26 Andrew Cagney <cagney@gnu.org>
3928
3929 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
3930 Andrew Cagney implemented the original GDB/MI.
3931
e22e55c9
OF
39322005-05-23 Orjan Friberg <orjanf@axis.com>
3933
3934 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
3935 documentation. Add documentation for cris-mode.
3936
a78e13ce
EZ
39372005-05-20 Eli Zaretskii <eliz@gnu.org>
3938
3939 * gdb.texinfo (Numbers): Explain the example and make the wording
3940 more acurate.
3941
76ff342d
DJ
39422005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3943 Dennis Brueni <dennis@slickedit.com>
3944
3945 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
3946 (GDB/MI Data Manipulation, GDB/MI Program Control)
3947 (GDB/MI Stack Manipulation): Update examples to include the fullname
3948 attribute in stack frames.
3949
119b882a
EZ
39502005-05-12 Eli Zaretskii <eliz@gnu.org>
3951
3952 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
3953 do with other non-standard names of init files.
3954
6fc08d32
EZ
39552005-05-11 Eli Zaretskii <eliz@gnu.org>
3956
3957 * gdb.texinfo (Command Files): Move the description of the startup
3958 from here...
3959 (Startup): ...to this new subsection of the Invocation chapter.
3960 Rearrange the description of init files more logically and add a
3961 cross-reference to "Command Files". Document the special gdbinit
3962 name for CISCO 68k. Expand the description of what GDB does
3963 during startup.
3964 (History): Add index entry for HISTSIZE.
3965
a561754a
MK
39662005-05-02 Mark Kettenis <kettenis@gnu.org>
3967
3968 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
3969
2eecc4ab
EZ
39702005-05-02 Eli Zaretskii <eliz@gnu.org>
3971
3972 * gdb.texinfo (SVR4 Process Information, The isatty call)
3973 (The system call): Don't use foo(N) notation for man pages and
3974 functions.
514c4d71 3975 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 3976
18999be5
EZ
39772005-04-27 Eli Zaretskii <eliz@gnu.org>
3978
3979 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
3980 were optimized away.
3981
0abb7bc7
EZ
39822005-04-22 Eli Zaretskii <eliz@gnu.org>
3983
3984 * gdb.texinfo (Remote configuration): Document "set/show
3985 get-thread-local-storage-address". Add cross-reference to the
3986 description of the qGetTLSAddr packet.
3987 (General Query Packets): Mention "set remote
3988 get-thread-local-storage-address" and add a reference to its
3989 description.
3990
6f61acb1
NR
39912005-04-19 Nick Roberts <nickrob@snap.net.nz>
3992
3993 * gdb.texinfo (Backtrace): Describe 'bt full'.
3994
9d59903a
NR
39952005-04-17 Nick Roberts <nickrob@snap.net.nz>
3996
3997 * gdb.texinfo (Mode Options): Fix typo.
3998 (GDB/MI): Describe how to invoke GDB/MI.
3999
721c2651
EZ
40002005-04-16 Eli Zaretskii <eliz@gnu.org>
4001
4002 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4003 references changed. Add description of "info udot".
721c2651
EZ
4004 (Files): Document "set/show stop-on-solib-events".
4005 (M32R/D): Document "set/show download-path", "set/show
4006 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4007 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4008 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4009 (Maintenance Commands): Improve indexing.
4010 (Target Commands): Document "set/show hash", "set/show debug
4011 monitor".
4012 (SVR4 Process Information): Document "info pidlist" and "info
4013 meminfo". Document "set/show procfs-tarce" and "set/show
4014 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4015 (Symbols, The Print Command with Objective-C): Improve indexing.
4016 (Objective-C): Add references to "info classes" and "info
4017 selectors".
c45da7e6
EZ
4018 (Debugging Output): Improve wording. Document "set/show debug
4019 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4020 (Set Breaks): Add index entry for "hardware breakpoints".
4021 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4022 and "set/show usehardbreakpoints".
4023 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4024 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4025 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4026 rdiromatzero", "set/show rdiheartbeat".
4027 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4028 "sds".
4029 (Embedded Processors): Document the "sim" command.
4030 (Remote): Document the "remote" command.
4031 (DJGPP Native): Document the "info serial" command.
4032 (Threads): Document "maint info sol-threads".
4033 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4034 (Set Breaks): Improve indexing.
4035 (Command Syntax): Add a reference to dont-repeat.
4036 (Define): Document "dont-repeat".
4037 (TUI Commands): Document "tabset".
4038 (WinCE): New subsection. Document "set/show remotedirectory",
4039 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4040
14d6dd68
EZ
40412005-04-15 Eli Zaretskii <eliz@gnu.org>
4042
4043 * gdb.texinfo (Hurd Native): New subsection, documents
4044 Hurd-specific commands.
a64548ea 4045 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4046 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4047 (MIPS): Improve documentation of heuristic-fence-post. Document
4048 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4049 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4050 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4051 (ARM): Document ARM-specific commands.
a64548ea
EZ
4052 (AVR): New section. Document "info io_registers".
4053 (CRIS): New section. Document "set/show cris-version" and
4054 "set/show cris-dwarf2-cfi".
4055 (HPPA): New section. Document "set/show debug hppa" and "maint
4056 print unwind".
a5adf40f 4057 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4058 (Super-H): New section. Document the "regs" command.
721c2651 4059 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4060
9c16f35a
EZ
40612005-04-09 Eli Zaretskii <eliz@gnu.org>
4062
4063 * gdb.texinfo (Print Settings): Document "set/show print
4064 pascal_static-members", "set print repeats", "show print
4065 null-stop". Improve indexing. Fix documentation of "set print
4066 union".
4067 (Pascal): New section.
4068 (Supported languages): Rename from "Support"; all references
4069 updated. Add a menu item for Pascal.
4070 (Numbers): Document "set radix.
4071 (Screen Size): Document "set/show pagination".
4072 (MIPS Embedded): Remove "set processor" documentation.
4073 (Remote configuration): Document "set/show X/P/Z-packet",
4074 "set/show read-aux-vector-packet", "set/show remote
4075 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4076 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4077 remotedebug", "set/show remotebreak", "set/show remotedevice",
4078 "set/show remotelogfile".
4079 (Auxiliary Vector): Add reference to the description of the
4080 read-aux-vector-packet setting.
4081 (Set Watchpoints): Add a cross-reference to "set remote
4082 hardware-breakpoint-limit".
4083 (General Query Packets): Add indexing of requests and
4084 cross-references to related commands in "Remote configuration".
4085 (File-I/O Overview, The system call): Fix wording and typos.
4086 (Thread Stops): Add index entries.
4087 (Continuing and Stepping): Document "show step-mode".
4088 (i386): New node. Document "set/show struct-convention".
4089 (Files): Document "show trust-readonly-sections".
4090 (Calling): Document "set/show unwindonsignal".
4091 (Messages/Warnings): Add index entries.
4092 (Maintenance Commands): Document "set/show watchdog".
4093 (Annotations Overview): Document "show annotate".
4094 (Set Watchpoints): Add index entries.
4095 (Symbols): Fix doc of case-sensitive.
4096 (ABI): Document "show coerce-float-to-double".
4097 (Convenience Vars, Help): Improve indexing.
4098 (Machine Code): Document "show disassembly-flavor".
4099 (Debugging C plus plus): Document "show overload-resolution".
4100 (Value History, Signaling): Add index entries.
4101
41022005-04-08 Eli Zaretskii <eliz@gnu.org>
4103
4104 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4105 (Processes): Fix wording.
4106 (History, List, Logging output, Define, Symbols, Print Settings):
4107 Improve indexing.
4108
a8f24a35
EZ
41092005-04-03 Eli Zaretskii <eliz@gnu.org>
4110
4111 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4112 redundant index entry for "target" command.
4113 (Backtrace): Add index entries.
4114 (Symbols, Fortran): Document the "set case-sensitive" command.
4115 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4116 (Print Settings): Add index entry for "set demangle-style".
4117 (Target Commands): Document "set download-write-size".
4118 (Debugging Output): Document "set exec-done-display".
4119
09d4efe1
EZ
41202005-04-02 Eli Zaretskii <eliz@gnu.org>
4121
4122 * gdb.texinfo (Files): Fix the name and documentation of
4123 add-shared-symbol-files. Document its alias assf. Update the
4124 list of OSs where GDB supports shared libraries. Fix markup.
4125 (Continuing and Stepping): Add reference to @var{location} in the
4126 text.
4127 (Dump/Restore Files): Fix reference to @{filename}.
4128 (Help): Fix wording.
4129 (Attach): Ditto.
4130 (Set Watchpoints): Ditto.
4131 (Backtrace): Remove redundant index entries. Improve index
4132 entries.
4133 (Delete Breaks): Fix wording.
4134 (Memory): Document the compare-sections command.
4135 (Memory Region Attributes): Improve wording.
4136 (Disabling): Improve wording.
4137 (Fortran): New subsection. Document the "info common" command.
4138 (Help): Document aliases "info copying" and "info warranty".
4139 (Caching Remote Data): New section. Document the "set/show
4140 remotecache" and "info dcache" commands.
4141 (Show): Fix wording of the documentation of the "set
4142 extension-language" command.
4143 (Signals): Add index entry for "info handle".
4144 (Memory Region Attributes): Fix punctuation.
4145 (Symbols): Change the arg name to "location" and refer to it in
4146 the text. Fix wording of "info types" doc.
4147 (Threads): Fix usage of @enumerate @item's.
4148 (Listing Tracepoints): Add index entry for "info tp".
4149 (Set Watchpoints): Add xref to "info break" description.
4150 (Macros): Add an index entry for "macro exp1". Document the
4151 "macro list" command.
4152 (Maintenance Commands): Document "flushregs", "maint agent",
4153 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4154 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4155 "maint print architecture", "maint print objfiles", "maint print
4156 statistics", "maint print type", "maint show-debug-regs", "maint
4157 space", "maint time", and "maint translate-address".
4158 (Connecting): Document the "monitor" command.
4159 (Annotations Overview): Describe the "set annotate" command.
4160
82f2d802
EZ
41612005-04-01 Eli Zaretskii <eliz@gnu.org>
4162
4163 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4164 Rearrange index entries and improve wording about support for
4165 hardware watchpoints.
4166
7d51c7de
BR
41672005-03-10 Bob Rossi <bob@brasko.net>
4168
4169 * gdb.texinfo: Update copyright
4170
68c71a2e
TR
41712005-02-09 Theodore A. Roth <troth@openavr.org>
4172
4173 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4174 error.
4175
83761cbd
KB
41762005-02-03 Kevin Buettner <kevinb@redhat.com>
4177
4178 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4179
9f1c6395
MS
41802005-01-17 Michael Snyder <msnyder@redhat.com>
4181
4182 * gdb.texinfo: Fix spelling, infinte -> infinite.
4183
fbd1b305
MK
41842005-01-08 Mark Kettenis <kettenis@gnu.org>
4185
4186 * observer.texi (GDB Observers): Document "solib_loaded".
4187
3ace7edb
AC
41882005-01-07 Andrew Cagney <cagney@gnu.org>
4189
bec39cab
AC
4190 * configure.ac: Rename configure.in, require autoconf 2.59.
4191 * configure: Re-generate.
4192
3ace7edb
AC
4193 * configure.in: Replace configdirs with multiple references to
4194 AC_CONFIG_SUBDIRS.
4195 * configure: Re-generate.
5ae4183a 4196
53531fc1
AC
41972005-01-04 Andrew Cagney <cagney@gnu.org>
4198
4199 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4200 part of the version number.
4201
536ffdb7
MK
42022004-12-24 Mark Kettenis <kettenis@gnu.org>
4203
4204 * gdbint.texinfo (Algorithms): Remove description of
4205 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4206
e1aac25b
JB
42072004-12-07 Jim Blandy <jimb@redhat.com>
4208
4209 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4210 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4211 numbers.
4212
f47b1503
AS
42132004-12-07 Andreas Schwab <schwab@suse.de>
4214
4215 * gdb.texinfo (Mode Options): Document -l option.
4216
b6b8ece6
EZ
42172004-12-04 Eli Zaretskii <eliz@gnu.org>
4218
4219 * gdbint.texinfo (Algorithms): More accurate description of
4220 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4221 is not needed unless data-read and data-access watchpoints are
4222 supported. Add a description of how GDB checks whether the
4223 inferior stopped because a watchpoint was hit.
4224
01371747
EZ
42252004-11-23 Eli Zaretskii <eliz@gnu.org>
4226
4227 * gdb.texinfo (Files): Add cross-reference to description of
4228 -readnow command-line switch.
4229
2315ffec
RC
42302004-11-10 Randolph Chung <tausq@debian.org>
4231
4232 * gdb.texinfo: Document set/show backtrace past-entry commands.
4233 Rearrange index entries for set/show backtrace past-main.
4234
69065f5d
AC
42352004-11-10 Jon Beniston <jon@beniston.com>
4236
4237 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4238 * gdb.texinfo (Remote Serial Protocol): Further describe
4239 binary transfer escaping mechanism .
69065f5d 4240
30e91e0b
RC
42412004-11-08 Randolph Chung <tausq@debian.org>
4242
4243 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4244 and "show debug infrun". Add index entries.
4245
60bf7e09
EZ
42462004-10-23 Eli Zaretskii <eliz@gnu.org>
4247
4248 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4249 "info proc" that are already implemented. Add index entries.
4250 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4251 (Files): Add a tip for decreasing memory used for symtabs from
4252 shared libraries.
f018e82f
EZ
4253 (Starting): Fix whitespace; make "elaboration" stand out where it
4254 is first used, and add an index entry for the term.
f8568604
EZ
4255 (Calling): Expand and elaborate text. Add "print". Add the
4256 description of problems with weak aliases.
384ee23f 4257 (Core File Generation): New section.
60bf7e09 4258
d52fe014
AC
42592004-10-12 Andrew Cagney <cagney@gnu.org>
4260
4261 * gdbint.texinfo (Versions and Branches): New chapter.
4262 (Releasing GDB): Delete "Versions and Branches" section.
4263 (Top): Add "Versions and Branches".
4264
703663ab
EZ
42652004-10-08 Eli Zaretskii <eliz@gnu.org>
4266
4267 * gdb.texinfo (Editing, History): Add cross-references to the
4268 included Readline and History user documentation. Remove
4269 references to the symbol have-readline-appendices which is unused
4270 and undefined.
4271 (History): Fix indexing.
4272
ac77d04f
JJ
42732004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4274
4275 * gdbint.texinfo (target_stopped_data_address): Update to
4276 new prototype.
4277 (i386_stopped_data_address): Update prototype and description.
4278 (i386_stopped_by_watchpoint): New function and description.
4279
e07c999f
PH
42802004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4281
4282 * gdb.texinfo (Filenames): Add Ada suffixes.
4283 (Ada) New section.
4284
2e868123
AC
42852004-09-27 Andrew Cagney <cagney@gnu.org>
4286 Robert Picco <Robert.Picco@hp.com>
4287
4288 * gdb.texinfo (Packets): Document the "p" packet.
4289
02a57714
JM
42902004-09-21 Jason Molenda (jmolenda@apple.com)
4291
4292 * gdb.texinfo (Paths and Names of the Source Files): Document the
4293 meaning of values in the 'desc' field of a SO stab.
4294
ae038cb0
DJ
42952004-09-20 Daniel Jacobowitz <dan@debian.org>
4296
4297 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4298 max-cache-age" and "maint show dwarf2 max-cache-age".
4299
f7dc1244
EZ
43002004-09-16 Eli Zaretskii <eliz@gnu.org>
4301
4302 * gdb.texinfo (Set Breaks): Add index entry for setting
4303 breakpoints on overloaded C++ functions that are not members of
4304 any classes. Add an example and an index entry for setting
4305 breakpoints on all program functions.
4306 (Character Sets, Macros, Overlay Commands)
4307 (Non-debug DLL symbols, GDB/MI Output Syntax)
4308 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4309 Use "(@value{GDBP})" instead of a literal "(gdb)".
4310
f810308b
AC
43112004-09-12 Andrew Cagney <cagney@gnu.org>
4312
4313 * gdbint.texinfo (Native Debugging): Delete description of
4314 FILES_INFO_HOOK.
4315
15a661f3
PH
43162004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4317
5ae4183a
AS
4318 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4319 to hex_string_custom (not historically correct, but more
15a661f3
PH
4320 understandable, given the current code).
4321
f3219c75
AC
43222004-09-03 Andrew Cagney <cagney@gnu.org>
4323
4324 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4325
f3bb6704
JJ
43262004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4327
4328 * observer.texi (solib_unloaded): New observer.
4329
8d2c00cb
AC
43302004-08-24 Andrew Cagney <cagney@gnu.org>
4331
4332 * gdbint.texinfo (Target Architecture Definition): Add missing
4333 comma.
4334
e7dc800a
MC
43352004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4336
4337 * (Using the Testsuite): build != host is supported,
4338 but some test scripts do not support build != host.
4339
73b03683
MK
43402004-08-14 Mark Kettenis <kettenis@gnu.org>
4341
4342 * gdbint.texinfo (Host Definition): Delete description of
4343 FCLOSE_PROVIDED and GETENV_PROVIDED.
4344
c0ccb908
MK
43452004-08-05 Mark Kettenis <kettenis@chello.nl>
4346
4347 * gdbint.texinfo (Host Definition): Delete description of
4348 NO_SYS_FILE.
4349 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4350 PTRACE_FP_BUG.
4351
9c8dbfa9
AC
43522004-08-05 Andrew Cagney <cagney@gnu.org>
4353
4354 * gdbint.texinfo (Target Architecture Definition): Delete
4355 reference to deprecated_read_fp.
4356
f42accbe
AC
43572004-08-02 Andrew Cagney <cagney@gnu.org>
4358
4359 * gdbint.texinfo (Target Architecture Definition): Delete
4360 description of DEPRECATED_REGISTER_BYTES.
4361
0b66e38c
EZ
43622004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4363
4364 * gdb.texinfo (Source Path): Document the new behavior of
4365 searching for the source files.
4366
15387254
EZ
43672004-07-17 Eli Zaretskii <eliz@gnu.org>
4368
4369 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4370 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4371 (Auto Display): Improve indexing.
4372
2c07db7a
AC
43732004-07-16 Andrew Cagney <cagney@gnu.org>
4374
4375 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4376 "-noasync".
4377
4644b6e3
EZ
43782004-07-09 Eli Zaretskii <eliz@gnu.org>
4379
4380 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4381 have the same prefix have only their prefix in the index.
4382
7561d450
MK
43832004-07-03 Mark Kettenis <kettenis@gnu.org>
4384
4385 * gdb.texinfo (BSD libkvm Interface): New node (section)
4386 (Native): Add it to the menu.
4387
67bebe79
MK
43882004-07-01 Mark Kettenis <kettenis@gnu.org>
4389
4390 * gdbint.texinfo (Target Architecture Definition): Remove
4391 PCC_SOL_BROKEN.
4392
1a6923e0
MK
43932004-06-24 Mark Kettenis <kettenis@gnu.org>
4394
4395 * gdbint.texinfo (Target Architecture Definition): Remove
4396 SUN_FIXED_LBRAC_BUG.
4397
b435e160
AC
43982004-06-26 Andrew Cagney <cagney@gnu.org>
4399
4400 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4401
b5622e8d
AC
44022004-06-20 Andrew Cagney <cagney@gnu.org>
4403
4404 * gdbint.texinfo (Target Architecture Definition): Deprecate
4405 USE_STRUCT_CONVENTION.
4406
e0c07bf0
MC
44072004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4408
4409 gdb.texinfo (Bug Reporting): Mention session recording,
4410 with the script command or Emacs.
4411
782263ab
AC
44122004-06-18 Andrew Cagney <cagney@gnu.org>
4413
4414 * gdbint.texinfo (Target Architecture Definition): Deprecate
4415 FUNCTION_START_OFFSET.
4416
03727ca6
AC
44172004-06-14 Andrew Cagney <cagney@gnu.org>
4418
4419 Based on changes from Karl Berry.
4420 * gdb.texinfo: Do not use @sc in a direntry.
4421 * stabs.texinfo: Change @dircateogry to "Software development".
4422 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4423
97092415
AC
44242004-06-13 Andrew Cagney <cagney@gnu.org>
4425
4426 * gdbint.texinfo (Target Architecture Definition): Delete
4427 description of RETURN_VALUE_ON_STACK.
4428
1f6d4158
AC
44292004-06-09 Andrew Cagney <cagney@gnu.org>
4430
4431 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4432 deleted by previous patch.
4433
d966f0cb
AC
44342004-06-08 Andrew Cagney <cagney@gnu.org>
4435
4436 * gdbint.texinfo (Native Debugging): Delete documentation on
4437 ATTACH_DETACH.
4438
86fe4aaa
RC
44392004-06-06 Randolph Chung <tausq@debian.org>
4440
4441 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4442
d4b6d575
RC
44432004-06-06 Randolph Chung <tausq@debian.org>
4444
5ae4183a 4445 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
4446 the new push_dummy_call method signature. Describe the function
4447 argument.
4448
4e8b0763
JB
44492004-05-24 Joel Brobecker <brobecker@gnat.com>
4450
4451 * gdb.texinfo (Starting): Document new start command.
4452
59caf092
AC
44532004-05-21 Andrew Cagney <cagney@redhat.com>
4454
4455 * observer.texi (GDB Observers): Document "inferior_created".
4456
e4a2df64
AC
44572004-05-08 Andrew Cagney <cagney@redhat.com>
4458
e6b55ae2
AC
4459 * gdbint.texinfo (Target Architecture Definition): Delete
4460 description of DO_DEFERRED_STORES.
4461
28954179
AC
4462 * gdbint.texinfo (Target Architecture Definition): Delete
4463 references to DEPRECATED_FIX_CALL_DUMMY.
4464
434b87dd
AC
4465 * gdbint.texinfo (Target Architecture Definition): Delete
4466 description of DEPRECATED_CALL_DUMMY_WORDS,
4467 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4468
58d28df8
AC
4469 * gdbint.texinfo (Target Architecture Definition): Delete
4470 description of DEPRECATED_PUSH_DUMMY_FRAME.
4471
e4a2df64
AC
4472 * gdbint.texinfo (Target Architecture Definition): Delete
4473 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4474
2b4855ab
AC
44752004-05-07 Andrew Cagney <cagney@redhat.com>
4476
4477 * observer.texi (GDB Observers): Add "Debugging" section. Include
4478 cross reference to "set/show debug observer".
4479 * gdb.texinfo (Debugging Output): Document "set/show debug
4480 observer".
4481
fcf70625
AC
44822004-05-01 Andrew Cagney <cagney@redhat.com>
4483
4484 * gdbint.texinfo (Target Architecture Definition): Delete
4485 description of DEPRECATED_PC_IN_SIGTRAMP.
4486
8ee56bcf
AC
44872004-04-30 Andrew Cagney <cagney@redhat.com>
4488
4489 * gdbint.texinfo (Target Architecture Definition): Delete
4490 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4491
67ab9a76
OF
44922004-04-30 Orjan Friberg <orjanf@axis.com>
4493
4494 * observer.texi (GDB Observers): Correct spelling.
4495
79346bcb
OF
44962004-04-26 Orjan Friberg <orjanf@axis.com>
4497
4498 * observer.texi (GDB Observers): Add target_changed event.
4499
7a464420
AC
45002004-04-08 Andrew Cagney <cagney@redhat.com>
4501
4502 * observer.texi (GDB Observers): Rework, provide generic observer
4503 definitions and then a list of observable events.
4504
6cdf9d98
AC
45052004-04-04 Andrew Cagney <cagney@redhat.com>
4506
4507 * gdbint.texinfo (Host Definition): Delete reference to
4508 NO_SIGINTERRUPT.
4509
ddc135a4
AC
45102004-04-02 Andrew Cagney <cagney@redhat.com>
4511
4512 * gdbint.texinfo (Target Architecture Definition): Delete
4513 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4514
6a1b180d
SC
45152004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4516
4517 * gdb.texinfo (TUI Commands): Document tui reg commands.
4518
d0d5df6f
AC
45192004-03-26 Andrew Cagney <cagney@redhat.com>
4520
4521 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4522 "gdbtui".
4523 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4524 (Contributors): Mention both Text and Terminal User Interface.
4525
aa2a3f87
AC
45262004-03-23 Andrew Cagney <cagney@redhat.com>
4527
4528 * gdbint.texinfo (Target Architecture Definition): Deprecate
4529 references to SIGTRAMP_START and SIGTRAMP_END.
4530
f561f026
AC
45312004-03-23 Andrew Cagney <cagney@redhat.com>
4532
4533 * gdbint.texinfo (Target Architecture Definition): Deprecate
4534 references to PC_IN_SIGTRAMP.
4535
33cb8b0f
AC
45362004-03-19 Andrew Cagney <cagney@redhat.com>
4537
4538 * gdbint.texinfo (Target Architecture Definition): Delete
4539 reference to GDB_TARGET_IS_HPPA.
4540
fc989b7a
AC
45412004-03-18 Andrew Cagney <cagney@redhat.com>
4542
4543 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4544 describe pre_init and post_init.
4545
701b08bb
DJ
45462004-03-09 Daniel Jacobowitz <drow@mvista.com>
4547
4548 * gdb.texinfo (Debugging Output): Document values for "set debug
4549 target".
4550
faae5abe
AC
45512004-02-28 Andrew Cagney <cagney@redhat.com>
4552
4553 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4554
dd79a6cf
JJ
45552004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4556
4557 * gdb.texinfo (breakpoints): Add information about the
4558 new "set breakpoint pending" and "show breakpoint pending"
4559 commands.
4560
e7f16015
AC
45612004-02-26 Andrew Cagney <cagney@redhat.com>
4562
4563 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4564 in Per-architecture module data section.
4565
7161a3a6
RM
45662004-02-25 Roland McGrath <roland@redhat.com>
4567
4568 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4569
2154891a
AC
45702004-02-24 Andrew Cagney <cagney@redhat.com>
4571
4572 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4573 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4574 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 4575
6c74ac8b
AC
45762004-02-17 Andrew Cagney <cagney@redhat.com>
4577
4578 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4579
19772a2c
AC
45802004-02-16 Andrew Cagney <cagney@redhat.com>
4581
4582 * gdbint.texinfo (Target Architecture Definition): Deprecate
4583 FRAMELESS_FUNCTION_INVOCATION.
4584
c9830293
AC
45852004-02-16 Andrew Cagney <cagney@redhat.com>
4586
4587 * gdbint.texinfo (Coding): Mention -Wunused-function.
4588
b9d26eb9
AC
45892004-02-14 Andrew Cagney <cagney@redhat.com>
4590
4591 * gdbint.texinfo (Target Architecture Definition): Delete
4592 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4593
49efadf5
EZ
45942004-02-12 Elena Zannoni <ezannoni@redhat.com>
4595
4596 * gdb.texinfo: Properly quote the name "C++".
4597 * gdbint.texinfo: Ditto.
4598 * stabs.texinfo: Ditto.
4599
1eb288ea
EZ
46002004-02-11 Elena Zannoni <ezannoni@redhat.com>
4601
4602 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4603 minimal information about libiberty.
4604
e4937fc1
MC
46052004-02-06 Michael Chastain <mec.gnu@mindspring.com>
4606
4607 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4608
a9331b3f
RM
46092004-02-04 Roland McGrath <roland@redhat.com>
4610
4611 * gdb.texinfo (Auxiliary Vector): New node (section).
4612 (Data): Add it to the menu.
4613
2650777c
JJ
46142004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4615
4616 * gdb.texinfo (Breakpoints): Add information about pending
4617 breakpoint support.
4618
b4501125
AC
46192004-01-26 Andrew Cagney <cagney@redhat.com>
4620
4621 * gdb.texinfo (Overview): Delete references to the cisco protocol
4622 including the "N" response.
4623
74055713
AC
46242004-01-26 Andrew Cagney <cagney@redhat.com>
4625
4626 * gdbint.texinfo (Target Architecture Definition): Rename
4627 EXTRACT_STRUCT_VALUE_ADDRESS to
4628 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 4629
3bbe9696
EZ
46302004-01-24 Eli Zaretskii <eliz@gnu.org>
4631
4632 * gdb.texinfo (KOD): Document "show os". Add index entries for
4633 "set/show os" and "info cisco" commands.
4634
5843504f
EZ
46352004-01-21 Eli Zaretskii <eliz@gnu.org>
4636
4637 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
4638
9175c9a3
MC
46392004-01-19 Michael Chastain <mec.gnu@mindspring.com>
4640
4641 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
4642 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
4643
8e94b928
NR
46442004-01-19 Nick Roberts <nick@nick.uklinux.net>
4645
4646 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
4647 -stack-list-locals.
4648 (GDB/MI Variable Objects): Describe extension to
4649 -var-list-children.
4650
a20cf136
DJ
46512004-01-17 Daniel Jacobowitz <drow@mvista.com>
4652
4653 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
4654
afb18d0f
AC
46552004-01-17 Andrew Cagney <cagney@redhat.com>
4656
4657 * gdbint.texinfo (Target Architecture Definition): Delete
4658 documentation on DEPRECATED_NPC_REGNUM.
4659
b51970ac
DJ
46602004-01-13 Daniel Jacobowitz <drow@mvista.com>
4661
4662 * gdb.texinfo: Update copyright year. Mention that set
4663 follow-fork-mode is supported on GNU/Linux. Remove documentation of
4664 "set follow-fork-mode ask".
4665
0f0cffd2
AC
46662004-01-13 Andrew Cagney <cagney@redhat.com>
4667
4668 * gdbint.texinfo: Update copyright year.
4669 (Coding): Add -Wunused-label to list of -Werror warnings.
4670
c552b3bb 46712004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 4672 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
4673
4674 * gdb.texinfo: Update copyright.
4675 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
4676 around names, as appropriate. Minor syntax cleanup of
4677 _NSPrintForDebugger explanation. Two spaces after periods.
4678 GDBN used instead of lit. "gdb". Index entries added for
4679 print-object and _NSPrintForDebugger. @noindent added in one spot.
4680
afe157ca
EZ
46812003-11-11 Elena Zannoni <ezannoni@redhat.com>
4682
4683 * stabs.texinfo: Add dircategory and direntry commands.
4684 * annotate.texinfo: Ditto.
4685
963e2bb7
AC
46862003-11-10 Andrew Cagney <cagney@redhat.com>
4687
4688 * gdbint.texinfo (Target Architecture Definition): Replace the
4689 return_value method's "inval" and "outval" parameters with
4690 "readbuf" and "writebuf".
4691
1d8b2f28
JB
46922003-10-28 Jim Blandy <jimb@redhat.com>
4693
4694 * gdb.texinfo (The F request packet, The F reply packet): Renamed
4695 from "The `F' request packet" and "The `F' reply packet", to make
4696 texi2dvi happy.
4697 (File-I/O remote protocol extension): Update menu entries, too.
4698
36d86913
MC
46992003-10-26 Michael Chastain <mec@shout.net>
4700
4701 * gdb.texinfo (Thread Stops): Document the issue with
4702 premature return from system calls in multi-threaded programs.
4703
ce2826aa
AC
47042003-10-24 Andrew Cagney <cagney@redhat.com>
4705
4706 * annotate.texinfo: Fix "fortunatly"[sic].
4707
f24c5e49
KI
47082003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
4709
4710 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
4711 with "Hitachi" and "Mitsubishi".
4712
92ad9cd9
AC
47132003-10-20 Andrew Cagney <cagney@redhat.com>
4714
4715 * gdbint.texinfo (Target Architecture Definition): Document
4716 gdbarch_return_value. Add cross references from
4717 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
4718 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
4719
0ab4b752
MK
47202003-10-18 Mark Kettenis <kettenis@gnu.org>
4721
4722 * gdbint.texinfo (Target Architecture Definition): Document
4723 regset_from_core_section.
fb3e19c0
KI
4724
47252003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
4726
4727 * gdb.texinfo (M32R/D): Mention m32rsdi target.
4728
a9331b3f 47292003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
4730
4731 From Anthony Green <green@redhat.com>:
5ae4183a 4732 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 4733
1485d690
KB
47342003-10-14 Kevin Buettner <kevinb@redhat.com>
4735
889bf7c5
PA
4736 * gdb.texinfo (Breakpoint related warnings): New node.
4737 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 4738
86d30acc
DJ
47392003-10-13 Daniel Jacobowitz <drow@mvista.com>
4740
4741 * gdb.texinfo (Remote Protocol): Document v and vCont.
4742
172c2a43
KI
47432003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
4744
4745 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
4746 * gdbint.texinfo: Ditto.
4747
71952f4c
AC
47482003-10-09 Andrew Cagney <cagney@redhat.com>
4749
4750 From 2003-09-18 David Anderson <davea@sgi.com>:
4751 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
4752 "command".
4753
268e2188
AC
47542003-10-03 Andrew Cagney <cagney@redhat.com>
4755
4756 * gdbint.texinfo (Target Architecture Definition): Deprecate
4757 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
4758 just target.
4759
12c266ea 47602003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 4761
f30992d4 4762 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
4763 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
4764 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
4765 * gdbint.texinfo (Target Architecture Definition): Rename
4766
47672003-09-30 Andrew Cagney <cagney@redhat.com>
4768
f30992d4 4769 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 4770 (Target Architecture Definition):
f30992d4 4771
2e092625
AC
4772 * gdbint.texinfo (Target Architecture Definition): Rename
4773 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
4774
0717ae8a
AC
47752003-09-29 Andrew Cagney <cagney@redhat.com>
4776
dad809b7
AC
4777 * gdbint.texinfo (Target Architecture Definition): Delete
4778 documentation for NEED_TEXT_START_END.
4779
0717ae8a
AC
4780 * gdbint.texinfo (Target Architecture Definition): Rename
4781 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
4782 TARGET_WRITE_PC.
a9331b3f 4783
af6cf26d
MC
47842003-09-22 Michael Chastain <mec@shout.net>
4785
4786 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
4787
ee206350
AG
47882003-09-21 Anthony Green <green@redhat.com>
4789
4790 * gdbint.texinfo (Target Architecture Definition): Fix typos.
4791
a38c9fe6
MK
47922003-09-21 Mark Kettenis <kettenis@gnu.org>
4793
4794 * gdbint.texinfo (Target Architecture Definition): Document
4795 stabs_argument_has_addr.
4796
77949794
AC
47972003-09-18 Andrew Cagney <cagney@redhat.com>
4798
4799 * gdbint.texinfo (Target Architecture Definition): Delete
4800 documentation on REGISTER_NAMES.
4801
8e823e25
MK
48022003-09-13 Mark Kettenis <kettenis@gnu.org>
4803
4804 * gdbint.texinfo (Target Architecture Definition): Replace
4805 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
4806
f27dd7fd
AC
48072003-09-11 Andrew Cagney <cagney@redhat.com>
4808
4809 * gdbint.texinfo (Target Architecture Definition): Replace
4810 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
4811
8b148df9
AC
48122003-08-18 Andrew Cagney <cagney@redhat.com>
4813
4814 * gdbint.texinfo (Target Architecture Definition): Document
4815 "frame_red_zone_size".
4816
25d29d70
AC
48172003-08-09 Andrew Cagney <cagney@redhat.com>
4818
4819 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
4820 with "set/show backtrace past-main" and "set/show backtrace
4821 limit".
4822
c938e9b0
L
48232003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4824
4825 * Makefile.in (install-info): Support DESTDIR.
4826 (install-html): Likewise.
4827
64fabec2
AC
48282003-08-07 Andrew Cagney <cagney@redhat.com>
4829
4830 Patch from Nick Roberts.
4831 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
4832 bindings. Remove description of send-gdb-command.
4833
2fcf52f0
AC
48342003-08-07 Andrew Cagney <cagney@redhat.com>
4835
4836 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
4837 GDB 6.0.
4838
086432e2
AC
48392003-08-06 Andrew Cagney <cagney@redhat.com>
4840
4841 * gdb.texinfo (Mode Options): Mention that level three is the
4842 highest available and that level 2 is deprecated.
4843 (Annotations Overview): Mention annotation levels. Cross reference
4844 to "Limitations of the Annotation Interface" in annotate.texi.
4845 (TODO, Value Annotations, Frame Annotations): Delete section.
4846 (Displays, Breakpoint Info): Delete.
4847
e5249f67
AC
48482003-08-04 Andrew Cagney <cagney@redhat.com>
4849
4850 * agentexpr.texi: Delete @bye.
4851 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
4852 (stabs.info): Add $(srcdir) to include search path.
4853 (html): Depend on "annotate_toc.html", and not "annotate.html".
4854 * stabs.texinfo: Ditto. Include "fdl.texi".
4855 * gdbint.texinfo: Update copyright statement's list of invariant
4856 sections.
4857
e6f672d2
AC
48582003-07-28 Andrew Cagney <cagney@redhat.com>
4859
4860 * Makefile.in (INFO_DEPS): Add annotate.info.
4861 (dvi, ps, html, pdf): Add annotate.
4862 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
4863 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
4864 (ANNOTATE_DOC_FILES): New macro.
4865 (ANNOTATE_TEX_TMPS): New macro.
4866 (annotate.info, annotate_toc.html): Specify dependencies.
4867 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
4868 * annotate.texinfo: Rename annotate.texi. Get building. Add
4869 "Migrating to GDB/MI" and "Limitations of the Annotation
4870 Interface" chapters. Mention why it is not part of the user
4871 guide. Update copyright notice. Include "fdl.texi".
4872
72ffddc9
SC
48732003-07-26 Stephane Carrez <stcarrez@nerim.fr>
4874
4875 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
4876
a9f12a31
DJ
48772003-07-24 Daniel Jacobowitz <drow@mvista.com>
4878
4879 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
4880
b1fe9455
DJ
48812003-07-24 Daniel Jacobowitz <drow@mvista.com>
4882
4883 * gdb.texinfo (Server): Mention pidof.
4884
153721e6
AC
48852003-07-22 Andrew Cagney <cagney@redhat.com>
4886
4887 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
4888 list.
4889
0fac0b41
DJ
48902003-06-28 Daniel Jacobowitz <drow@mvista.com>
4891
4892 * gdb.texinfo (Logging output): New chapter.
4893
4e562065
JB
48942003-06-24 Joel Brobecker <brobecker@gnat.com>
4895
4896 * gdb.texinfo (Unsupported languages): New section.
4897 (Languages): Add link to new section.
4898
f2c06f52
AC
48992003-06-22 Andrew Cagney <cagney@redhat.com>
4900
4901 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
4902
b4177fca
DJ
49032003-06-22 Daniel Jacobowitz <drow@mvista.com>
4904
4905 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
4906
f418dd93
DJ
49072003-06-22 Daniel Jacobowitz <drow@mvista.com>
4908
4909 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
4910 * agentexpr.texi: Retitle section, and change it to an appendix.
4911 Comment out texinfo initialization. Factor a @var{} into two
4912 pieces to prevent makeinfo warnings.
4913 * gdb.texinfo: Add Agent Expressions appendix.
4914
4ca61388
DJ
49152003-06-19 Daniel Jacobowitz <drow@mvista.com>
4916
4917 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
4918
07f31aa6
DJ
49192003-06-18 Daniel Jacobowitz <drow@mvista.com>
4920
5ae4183a 4921 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
4922 remote target". Document the "detach" and "disconnect" commands.
4923 (Server, Netware, Debug Session): Reference "Connecting to a
4924 remote target".
4925 (GDB/MI Target Manipulation): Document "-target-disconnect".
4926
2dd0da42
AC
49272003-06-13 Andrew Cagney <cagney@redhat.com>
4928
4929 * gdbint.texinfo (Target Architecture Definition): Deprecate
4930 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
4931 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
4932
e7a3abfc
JB
49332003-06-09 Jim Blandy <jimb@redhat.com>
4934
4935 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
4936
25e3a86b
AC
49372003-06-08 Andrew Cagney <cagney@redhat.com>
4938
4939 * gdbint.texinfo (Target Architecture Definition): Delete
4940 documentation on FRAME_ARGS_ADDRESS_CORRECT.
4941
a9e5fdc2
AC
49422003-06-08 Andrew Cagney <cagney@redhat.com>
4943
4944 * gdbint.texinfo (Target Architecture Definition): Document
4945 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
4946
b37303ee
AF
49472003-06-07 Adam Fedor <fedor@gnu.org>
4948
4949 * gdb.texinfo: Add Objective-C documentation.
4950
39fe6e80
AC
49512003-06-01 Andrew Cagney <cagney@redhat.com>
4952
4953 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
4954 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
4955
125309b2
AC
49562003-05-21 Andrew Cagney <cagney@redhat.com>
4957
4958 * gdbint.texinfo (Target Architecture Definition): Delete
4959 references to "extract_address" and "store_address".
4960
b8b527c5
AC
49612003-05-16 Andrew Cagney <cagney@redhat.com>
4962
4963 * gdbint.texinfo (Target Architecture Definition): Replace
4964 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
4965 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
4966
50e3ee83
TR
49672003-05-14 Theodore A. Roth <troth@openavr.org>
4968
4969 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
4970
44e2be90
L
49712003-05-10 H.J. Lu <hongjiu.lu@intel.com>
4972
4973 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
4974 (gdb.dvi): Likewise.
4975 (gdb.pdf): Likewise.
4976 (links2roff): Likewise.
4977
df5215a6
JB
49782003-05-08 Jim Blandy <jimb@redhat.com>
4979
4980 * gdb.texinfo (Dump/Restore Files): Update documentation for
4981 'dump', 'append', and 'restore': note that format argument is
4982 optional; simplify presentation of the command variants; and be
4983 more precise about the formats.
4984
5e7b2f39
JB
49852003-05-07 Jim Blandy <jimb@redhat.com>
4986
4987 * gdb.texinfo (Symbols): Update documentation: 'maint list
4988 symtabs' and 'maint list psymtabs' have been renamed 'maint info
4989 symtabs' and 'maint info psymtabs'.
4990
b1e29e33
AC
49912003-05-05 Andrew Cagney <cagney@redhat.com>
4992
4993 * gdbint.texinfo (Target Architecture Definition): Make
4994 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
4995 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
4996 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
4997
00905d52
AC
49982003-05-04 Andrew Cagney <cagney@redhat.com>
4999
5000 * gdb.texinfo (Maintenance Commands): Document "maint print
5001 dummy-frames".
5002
54ff5908
AC
50032003-05-04 Andrew Cagney <cagney@redhat.com>
5004
5005 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5006
32e7087d
JB
50072003-05-03 J. Brobecker <brobecker@gnat.com>
5008
5009 Thierry Schneider <tpschneider1@yahoo.com>
5010 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5011 for new MI command.
5012
7043d8dc
AC
50132003-05-03 Andrew Cagney <cagney@redhat.com>
5014
5015 * gdbint.texinfo (Target Architecture Definition): Document
5016 push_dummy_code. Add cross references.
5017
e33d66ec
EZ
50182003-05-02 Elena Zannoni <ezannoni@redhat.com>
5019
5020 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5021 set/show charsets commands.
5022
0ba6dca9
AC
50232003-04-28 Andrew Cagney <cagney@redhat.com>
5024
5025 * gdbint.texinfo (Target Architecture Definition): Replace
5026 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5027 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5028
d7a27068
AC
50292003-04-28 Andrew Cagney <cagney@redhat.com>
5030
5031 * gdbint.texinfo (Target Architecture Definition): Rename
5032 "tm_print_insn" to "deprecated_tm_print_insn".
5033
44ea7b70
JB
50342003-04-09 Jim Blandy <jimb@redhat.com>
5035
5036 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5037 list psymtabs'.
5038
fb8f8949
AC
50392003-04-08 Andrew Cagney <cagney@redhat.com>
5040
5041 * gdbint.texinfo (Target Architecture Definition): Delete
5042 references to EXTRA_FRAME_INFO.
5043
32fb0f22
AC
50442003-04-08 Andrew Cagney <cagney@redhat.com>
5045
5046 * gdbint.texinfo (Target Architecture Definition): Delete
5047 PRINT_TYPELESS_INTEGER.
5048
6be67e67
JB
50492003-04-02 J. Brobecker <brobecker@gnat.com>
5050
5051 * observer.texi (GDB Observers): Adjust the documentation for the
5052 normal_stop notification to better describe reality. Fix a couple
5053 of minor typos.
5054
4e35d5f0
BR
50552003-04-02 Bob Rossi <bob_rossi@cox.net>
5056
a9331b3f 5057 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5058 '-file-list-exec-source-file'
5059
e8a8712a
AC
50602003-03-31 Andrew Cagney <cagney@redhat.com>
5061
5062 * gdbint.texinfo (Target Architecture Definition): Delete
5063 references to CALL_DUMMY_P.
5064
6c0e89ed
AC
50652003-03-30 Andrew Cagney <cagney@redhat.com>
5066
5067 * gdbint.texinfo (Target Architecture Definition): Remove
5068 reference to TARGET_WRITE_SP.
a9331b3f 5069
378bfd1b
AC
50702003-03-27 Andrew Cagney <cagney@redhat.com>
5071
5072 * gdbint.texinfo (Target Architecture Definition): Remove
5073 references to write_sp.
6c0e89ed 5074
922fbb7b
AC
50752003-03-27 Andrew Cagney <cagney@redhat.com>
5076
5077 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5078 chapter body. Use @smallexample instead of @example.
5079 (Annotations): Ditto.
5080 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5081 annotate.texi.
5082
b81774d8
AC
50832003-03-26 Andrew Cagney <cagney@redhat.com>
5084
5085 * gdbint.texinfo (Target Architecture Definition): Replace
5086 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5087 dummy_addr parameters.
5088
1bf6d5cc
AC
50892003-03-25 Andrew Cagney <cagney@redhat.com>
5090
5091 * gdbint.texinfo (Target Architecture Definition): Delete
5092 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5093 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5094 Add reference to PUSH_ARGUMENTS.
5095
618ce49f
AC
50962003-03-23 Andrew Cagney <cagney@redhat.com>
5097
5098 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5099 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5100
bcd7e15f
JB
51012003-03-18 J. Brobecker <brobecker@gnat.com>
5102
5103 * gdbint.texinfo (Algorithms): Add new section describing the
5104 Observer paradigm.
5105 (Top): Add menu entry to new observer appendix.
5106 * observer.texi: New file.
5107 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5108 new observer.texi file.
5109
9fe8321b
AC
51102003-03-17 Andrew Cagney <cagney@redhat.com>
5111
5112 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5113 that GNU Press update the manual version number.
5114
ac2adee5
AC
51152003-03-12 Andrew Cagney <cagney@redhat.com>
5116
5117 * gdbint.texinfo (Target Architecture Definition): Delete
5118 references to get_saved_register. Rename GET_SAVED_REGISTER to
5119 DEPRECATED_GET_SAVED_REGISTER.
5120
749b82f6
AC
51212003-03-13 Andrew Cagney <cagney@redhat.com>
5122
5123 * gdbint.texinfo (Target Architecture Definition): Replace
5124 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5125
8bedc050
AC
51262003-03-12 Andrew Cagney <cagney@redhat.com>
5127
5128 * gdbint.texinfo (Target Architecture Definition): Rename
5129 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5130
0ce1b118
CV
51312003-03-10 Corinna Vinschen <vinschen@redhat.com>
5132
5133 * gdb.texinfo: Add File-I/O documentation.
5134
12cc2063
AC
51352003-03-10 Andrew Cagney <cagney@redhat.com>
5136
5137 * gdbint.texinfo (Target Architecture Definition): Cross reference
5138 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5139
7453dc06
AC
51402003-03-07 Andrew Cagney <cagney@redhat.com>
5141
5142 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5143 frame" command.
5144
6314f104
AC
51452003-03-05 Andrew Cagney <cagney@redhat.com>
5146
5147 * gdbint.texinfo (Target Architecture Definition): Document
5148 unwind_dummy_id. Cross reference unwind_dummy_id and
5149 SAVE_DUMMY_FRAME_TOS.
5150
f1212245
DJ
51512003-03-05 James Ingham <jingham@apple.com>
5152 Daniel Jacobowitz <drow@mvista.com>
5153
5154 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5155 and "show cp-abi".
5156
77e7e267
AC
51572003-03-03 Andrew Cagney <cagney@redhat.com>
5158
5159 * gdbint.texinfo (Target Architecture Definition): Document
5160 register_type.
5161
838a8221
AC
51622003-03-03 Andrew Cagney <cagney@redhat.com>
5163
5164 * stabs.texinfo (Structures): Use @samp and separate @var's
5165 instead of a single @var containing a comma separated list.
5166 (Unions): Ditto.
5167
d7f4a264
DJ
51682003-03-02 Daniel Jacobowitz <drow@mvista.com>
5169
5170 * Makefile.in (distclean): Remove config.log.
5171
f30ee0bc
AC
51722003-03-01 Andrew Cagney <cagney@redhat.com>
5173
5174 * gdbint.texinfo (Target Architecture Definition): Rename
5175 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5176
51772003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5178
5179 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5180 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5181
be448670
CF
51822003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5183
5184 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5185 (Non-debug DLL symbols): New node, describing the minimal symbols
5186 loaded from DLLs without real debugging symbols.
5187
501eef12
AC
51882003-02-20 Andrew Cagney <ac131313@redhat.com>
5189
5190 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5191 hardware-breakpoint-limit".
5192 (Set Watchpoints): Add cross reference to "set remote
5193 hardware-watchpoint-limit".
5194 (Remote configuration options): New section.
5195
21c294e6
AC
51962003-02-04 Andrew Cagney <ac131313@redhat.com>
5197
e9be73e4
AC
5198 * gdbint.texinfo (Target Architecture Definition): Delete
5199 descrption of IS_TRAPPED_INTERNALVAR.
5200
21c294e6
AC
5201 From Keith Seitz <keiths@redhat.com>:
5202 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5203 option "-i"/"--interpreter" to this chapter. Include index
5204 entries.
5205
0179ffac
DC
52062003-02-04 David Carlton <carlton@math.stanford.edu>
5207
5208 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5209 (Variables): Recommend stabs+ and DWARF 2.
5210 (C plus plus expressions): Correct info about
5211 compiler versions, debug formats.
5212 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5213 PR symtab/874.
5214
7ca9f392
AC
52152003-02-01 Andrew Cagney <ac131313@redhat.com>
5216
5217 * gdbint.texinfo (Target Architecture Definition): Delete
5218 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5219 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5220 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5221 references to nindy and i960.
5222 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5223
31a85ea2
AC
52242003-02-01 Andrew Cagney <ac131313@redhat.com>
5225
5226 * gdbint.texinfo (Target Architecture Definition): Delete
5227 FLOAT_INFO.
5228
6b894e49
AC
52292003-01-30 Andrew Cagney <ac131313@redhat.com>
5230
5231 * stabs.texinfo (Member Type Descriptor): Clarify description of
5232 `@'. Suggested by Ben Hutchings.
5233
c48861fb
AC
52342003-01-29 Andrew Cagney <ac131313@redhat.com>
5235
5236 * gdb.texinfo (M68K): Delete reference to es1800.
5237
617073a9
AC
52382003-01-29 Andrew Cagney <ac131313@redhat.com>
5239
5240 * gdb.texinfo (Maintenance Commands): Document `maint print
5241 reggroups' and `maint print register-groups'.
5242 * gdbint.texinfo (Target Architecture Definition): Document
5243 register_reggroup_p.
5244
5b5d99cf
JB
52452003-01-23 Jim Blandy <jimb@redhat.com>
5246
5247 * gdb.texinfo (Separate Debug Files): New section.
5248
e7ba9c65
DJ
52492003-01-22 Daniel Jacobowitz <drow@mvista.com>
5250
5251 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5252 and "maint show profile".
5253
94e91d6d
MC
52542003-01-16 Michael Chastain <mec@shout.net>
5255
5256 * gdb.texinfo (Installing GDB): Warn against
5257 ".../gdb-VERSION/gdb/configure".
5258 (Separate Objdir): Likewise.
5259
867f3898
AC
52602003-01-15 Andrew Cagney <ac131313@redhat.com>
5261
5262 * gdbint.texinfo (Target Architecture Definition): Delete
5263 definition of PRINT_REGISTER_HOOK.
5264
f153cc92
EZ
52652003-01-15 Elena Zannoni <ezannoni@redhat.com>
5266
5267 (OpenRISC 1000): Fix formatting of command names.
5268
c60eb6f1
EZ
52692003-01-15 Elena Zannoni <ezannoni@redhat.com>
5270
5271 * gdb.texinfo (Continuing and Stepping): Add new command
5272 'advance'. Clarify behavior of 'until'.
5273
f5ebfba0
DJ
52742003-01-13 Daniel Jacobowitz <drow@mvista.com>
5275
5276 * gdb.texinfo (Files): Document solib-absolute-prefix and
5277 solib-search-path.
5278
4ce8657e
MC
52792003-01-09 Michael Chastain <mec@shout.net>
5280
5281 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5282 (Create a Release): Add new instructions for new @file{src-release}.
5283 Document existing instructions for @file{Makefile.in} as
5284 being for @value{GDBN} 5.3.1 or earlier.
5285
372613e3
AC
52862003-01-09 Andrew Cagney <ac131313@redhat.com>
5287
5288 * gdbint.texinfo (Target Architecture Definition): Mention
5289 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5290 allocate memory.
5291
b4e9345d
DJ
52922003-01-04 Daniel Jacobowitz <drow@mvista.com>
5293
5294 * gdb.texinfo (Controlling GDB): Add @kindex for
5295 "show osabi".
5296 (Backtraces): Add @kindex's for backtrace-below-main.
5297
98b45e30
DJ
52982003-01-04 Daniel Jacobowitz <drow@mvista.com>
5299
5300 * gdb.texinfo (Controlling GDB): Document "set osabi".
5301
95f90d25
DJ
53022003-01-04 Daniel Jacobowitz <drow@mvista.com>
5303
5304 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5305 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5306
1e698235
DJ
53072003-01-04 Daniel Jacobowitz <drow@mvista.com>
5308
5309 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5310 "set coerce-float-to-double".
5311 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5312
e632838e
AC
53132003-01-02 Andrew Cagney <ac131313@redhat.com>
5314
5315 * stabs.texinfo: Remove obsolete text.
5316 * gdbint.texinfo: Ditto.
5317 * gdb.texinfo: Ditto.
5318
c133ab7a
MK
53192002-12-22 Mark Kettenis <kettenis@gnu.org>
5320
5321 * gdbint.texinfo (Target Architecture Definition): Update
5322 description of gdbarch_register_osabi.
5323
f821f325
KH
53242002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5325
5326 * agentexpr.texi: Fix typos.
5327 * annotate.texi: Likewise.
5328 * fdl.texi: Likewise.
5329
85a6d8d3 53302002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5331
5332 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5333 DEPRECATED_INIT_FRAME_PC.
5334
ae45cd16
AC
53352002-12-01 Andrew Cagney <ac131313@redhat.com>
5336
5337 * gdbint.texinfo (Target Architecture Definition): Delete
5338 PC_IN_CALL_DUMMY.
5339
07555a72
AC
53402002-11-28 Andrew Cagney <ac131313@redhat.com>
5341
5342 * gdbint.texinfo (Host Definition): Delete documentation on
5343 USE_GENERIC_DUMMY_FRAMES.
5344
c166cdc7
EZ
53452002-11-26 Elena Zannoni <ezannoni@redhat.com>
5346
5ae4183a 5347 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5348 * Makefile.in (install-info): Run the install-info command as part
5349 of the post install steps only.
5350 (uninstall-info): New target.
5351 (uninstall): New target.
5352
35db0260
EZ
53532002-11-22 Elena Zannoni <ezannoni@redhat.com>
5354
5355 * Makefile.in (install): Make install do some real work.
5356
9ba8d803
AC
53572002-11-19 Andrew Cagney <ac131313@redhat.com>
5358
5359 Fix POSIX problem reported by Paul Eggert.
5360 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5361 Fix PR gdb/527.
5362
903ad3a6
AC
53632002-10-26 Andrew Cagney <cagney@redhat.com>
5364
5365 * gdbint.texinfo (Target Architecture Definition): Delete
5366 definition of DO_REGISTERS_INFO.
5367
f2abfe65
KB
53682002-10-18 Kevin Buettner <kevinb@redhat.com>
5369
5370 * gdbint.texinfo (Address Classes): Fix problems with insertion
5371 of ``{'' and ``}'' in example.
5372
b5b0480a
KB
53732002-10-17 Kevin Buettner <kevinb@redhat.com>
5374
5375 * gdbint.texinfo (Address Classes): New section.
5376 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5377 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5378 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5379 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5380
c85508ee
KD
53812002-10-11 Klee Dienes <kdienes@apple.com>
5382
5383 * gdb.texinfo (Registers): Mention vector registers as well as
5384 floating registers in the documentation for 'info registers' and
5385 'info all-registers'.
5386
6d12fc3d
DJ
53872002-10-11 Daniel Jacobowitz <drow@mvista.com>
5388
5389 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5390
8d19fbd2
JJ
53912002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5392
5393 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5394 interface definition.
5395
a37295f9
MM
53962002-10-03 Marko Mlinar <markom@opencores.org>
5397
5398 * gdb.texinfo (Target Commands): Add or1k target specific
5399 commands.
5400 * gdb.texinfo (Contributors): Add myself to the contributors list.
5401
da0f9dcd
AC
54022002-10-01 Andrew Cagney <ac131313@redhat.com>
5403
5404 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5405 and "mi1" instead of "mi1" and "mi0".
5406
2e834e49
HPN
54072002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5408
5409 * gdb.texinfo (Packets): Fix typos "alligned".
5410 Correct z3/Z3 description. Correct z4/Z4 title.
5411
050be0dc
AC
54122002-09-27 Andrew Cagney <ac131313@redhat.com>
5413
5414 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5415
1104b9e7
KB
54162002-09-25 Kevin Buettner <kevinb@redhat.com>
5417
5418 * gdb.texinfo: Use GNU/Linux instead of Linux.
5419
512217c7
AC
54202002-09-25 Andrew Cagney <ac131313@redhat.com>
5421
5422 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5423
10998722
AC
54242002-09-24 Andrew Cagney <ac131313@redhat.com>
5425
512217c7 5426 * gdb.texinfo: Replace @example with @smallexample.
10998722 5427
a0eb71c5
KB
54282002-09-20 Kevin Buettner <kevinb@redhat.com>
5429
f7dc1244 5430 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
5431 * gdb.texinfo (Character Sets): Use @smallexample instead of
5432 @example. Use GNU/Linux instead of Linux.
5433
54342002-09-20 Jim Blandy <jimb@redhat.com>
5435
5436 * gdb.texinfo: Add character set documentation.
5437
2f870471
AC
54382002-09-19 Andrew Cagney <ac131313@redhat.com>
5439
5440 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5441 (Packets): Add cross reference from `b' packet to `z' packets.
5442
790eb8f5
AC
54432002-09-19 Andrew Cagney <ac131313@redhat.com>
5444
8d30a00d
AC
5445 * gdb.texinfo (Maintenance Commands): Document ``maint
5446 internal-error'' and ``maint internal-warning''.
5447
790eb8f5
AC
5448 * gdbint.texinfo (Target Architecture Definition): Revise
5449 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5450
a23a7bf1
JB
54512002-09-19 Joel Brobecker <brobecker@gnat.com>
5452
5453 * gdbint.texinfo (Target Conditionals): Document the new
5454 NAME_OF_MALLOC macro.
5455
299ffc64
AC
54562002-09-05 Andrew Cagney <ac131313@redhat.com>
5457
5458 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5459 engineer.
5460
b7bb15bc
SC
54612002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5462
5463 * gdb.texinfo (TUI Overview): Document status line fields.
5464
3d757584
SC
54652002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5466
5467 * gdb.texinfo (TUI Commands): Document info win command.
5468
269c21fe
SC
54692002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5470
5471 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5472
7cf36c78
SC
54732002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5474
5475 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5476 (TUI Keys): Likewise.
5477
d2c6833e
AC
54782002-08-25 Andrew Cagney <ac131313@redhat.com>
5479
5480 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5481 for a packet receive.
5482
46d8b1c3
AC
54832002-08-25 Andrew Cagney <ac131313@redhat.com>
5484
5485 * Makefile.in (clean): Move to end of file.
5486 (distclean, maintainer-clean, realclean): Ditto.
5487 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5488 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5489 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5490 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5491
b0787093
AC
54922002-08-24 Andrew Cagney <ac131313@redhat.com>
5493
5494 * Makefile.in (GDBINT_TEX_TMPS): Define.
5495 (gdbint.dvi, gdbint.pdf): Use
5496 (GDB_TEX_TMPS): Define.
5497 (gdb.dvi, gdb.pdf): Use.
5498 (STABS_TEX_TMPS): Define.
5499 (stabs.dvi, stabs.pdf): Use.
5500 (GDB_DOC_SOURCE_INCLUDES): New macros.
5501 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5502 (GDBINT_DOC_FILES_INCLUDES): New macros.
5503 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5504 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5505 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5506 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5507 (links2roff): Replace SFILES_INCLUDED with
5508 GDB_DOC_SOURCE_INCLUDES.
5509 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5510 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5511 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5512 dependencies.
5513 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5514 dependencies.
5515 (gdbmi.texinfo): Delete rule.
5516 (inc-hist.texinfo): Delete rule.
5517 (rluser.texinfo): Delete rule.
5518
ebba8386
AC
55192002-08-23 Andrew Cagney <cagney@redhat.com>
5520
5521 * gdbint.texinfo (Target Architecture Definition): Update
5522 STORE_RETURN_VALUE, mention regcache.
5523
0ab7a791
AC
55242002-08-21 Andrew Cagney <ac131313@redhat.com>
5525
5526 * gdbint.texinfo (Target Architecture Definition): Document
5527 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5528
ee2d5c50
AC
55292002-08-19 Andrew Cagney <ac131313@redhat.com>
5530
5531 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5532 Fix minor typos. Add index entries.
5533
53c69bd7
AC
55342002-08-18 Andrew Cagney <ac131313@redhat.com>
5535
5536 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5537
e76f1f2e
AC
55382002-08-15 Andrew Cagney <ac131313@redhat.com>
5539
5540 * gdbint.texinfo (Target Architecture Definition): Document
5541 PRINT_VECTOR_INFO.
5542 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5543
0680b120
AC
55442002-08-13 Andrew Cagney <ac131313@redhat.com>
5545
5546 * gdb.texinfo (Maintenance Commands): Document "maint print
5547 registers", "maint print raw-registers" and "maint print
5548 cooked-registers".
5549
3c3bea1c
GS
55502002-08-08 Grace Sainsbury <graces@redhat.com>
5551
a9331b3f 5552 From Mark Salter:
3c3bea1c
GS
5553 * gdb.texinfo (Protocol): Document T packet extension to
5554 allow watchpoint address reporting.
5555
42f9b0a5
AC
55562002-08-03 Andrew Cagney <ac131313@redhat.com>
5557
5558 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5559
db034ac5
AC
55602002-08-01 Andrew Cagney <cagney@redhat.com>
5561
5562 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5563 to CHILL.
5564
e2b28d04
AC
55652002-08-01 Andrew Cagney <ac131313@redhat.com>
5566
5567 * gdbint.texinfo (Coding): Revise section "Include Files".
5568
7fb623f7
AC
55692002-07-24 Andrew Cagney <cagney@redhat.com>
5570
5571 * gdbint.texinfo: Obsolete references to m88k.
5572 * gdb.texinfo: Ditto.
5573
4a2b4636
JB
55742002-07-10 Joel Brobecker <brobecker@gnat.com>
5575
7fb623f7 5576 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
5577 where the proper version of autoconf can be retrieved.
5578
a71ec265
DH
55792002-07-09 Don Howard <dhoward@redhat.com>
5580
5581 * gdb.texinfo (Command Files): Further describe the behavior of
5582 sourced command files.
5583
b9aa90c9
AC
55842002-06-27 Andrew Cagney <ac131313@redhat.com>
5585
5586 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5587 (Coding): Clarify ISO C version that GDB assumes.
5588
40dd2248
TT
55892002-06-26 Tom Tromey <tromey@redhat.com>
5590
5591 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5592 add_setshow_cmd_full.
5593
bfac230e
DH
55942002-06-25 Don Howard <dhoward@redhat.com>
5595
5596 * gdb.texinfo (Memory Region Attributes): Document new behavior
5597 for 'mem' command.
5598
475b0867
JB
55992002-06-11 Jim Blandy <jimb@redhat.com>
5600
919d772c
JB
5601 * gdb.texinfo (Symbols): Update documentation for `info source'
5602 command.
5603
475b0867
JB
5604 * gdb.texinfo (Macros): Call the command `info macro', not
5605 `show macro'.
5606
ba8c9337
AC
56072002-06-09 Andrew Cagney <ac131313@redhat.com>
5608
5609 * gdbint.texinfo (Coding): Add section ``Per-architecture module
5610 data''.
5611
1029b7fa
MK
56122002-06-09 Mark Kettenis <kettenis@gnu.org>
5613
5614 * gdbint.texinfo (Target Architecture Definition): Document
5615 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5616
16737d73
AC
56172002-06-08 Andrew Cagney <ac131313@redhat.com>
5618
5619 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
5620 lists.
5621
30107679
AC
56222002-06-08 Andrew Cagney <ac131313@redhat.com>
5623
5624 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
5625 Branch''.
5626
3352e23e
AC
56272002-06-01 Andrew Cagney <ac131313@redhat.com>
5628
5629 * gdbint.texinfo (Target Architecture Definition): Add section
5630 ``Converting an existing Target Architecture to Multi-arch''.
5631
cbb09e6a
AC
56322002-05-30 Andrew Cagney <ac131313@redhat.com>
5633
5634 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
5635 to ``Obsoleting code''. Revise.
5636
e2e0bcd1
JB
56372002-05-17 Jim Blandy <jimb@redhat.com>
5638
5639 * gdb.texinfo (C Preprocessor Macros): New chapter.
5640 Include it in the main menu.
5641 (Contributors): Credit Jim Blandy with macro support.
5642 (Compilation): Explain how to get macro information into the
5643 executable.
5644 (Expressions): Note that preprocessor macros are expanded.
5645
9db8d71f
DJ
56462002-05-14 Daniel Jacobowitz <drow@mvista.com>
5647
5648 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
5649 options for `target remote'.
5650
6d531722
AC
56512002-05-13 Andrew Cagney <ac131313@redhat.com>
5652
5653 * gdbint.texinfo (Target Architecture Definition): Delete
5654 documentation on NNPC_REGNUM.
5655
13d01224
AC
56562002-05-11 Andrew Cagney <ac131313@redhat.com>
5657
5658 * gdbint.texinfo (Target Architecture Definition): Document
5659 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
5660 (Target Architecture Definition): Revise section `Using Different
5661 Register and Memory Data Representations'. Add section `Raw and
5662 Virtual Register Representations'.
5663
b2e75d78
AC
56642002-05-11 Andrew Cagney <ac131313@redhat.com>
5665
5666 * gdbint.texinfo (Target Architecture Definition): Mention
5667 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
5668 (Target Architecture Definition): Mention same. Add references to
5669 web pages.
5670
2c8682ee
MS
56712002-05-08 Michael Snyder <msnyder@redhat.com>
5672
5673 * stabs.texinfo (Attributes): Document new "vector" attribute.
5674
0816590b
AC
56752002-05-04 Andrew Cagney <ac131313@redhat.com>
5676
5677 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
5678
2653173e
AC
56792002-05-04 Andrew Cagney <ac131313@redhat.com>
5680
5681 * gdb.texinfo: Delete obsolete references to a29k.
5682
d7bd68ca
AC
56832002-04-24 Andrew Cagney <ac131313@redhat.com>
5684
5685 * gdbint.texinfo (Target Architecture Definition): Replace
5686 IN_SIGTRAMP with PC_IN_SIGTRAMP.
5687
21d83aa5
DM
56882002-04-24 David S. Miller <davem@redhat.com>
5689
5690 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
5691
7673a6cc
DM
56922002-04-21 David S. Miller <davem@redhat.com>
5693
5694 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
5695
d49d1e0a
AC
56962002-04-21 Andrew Cagney <ac131313@redhat.com>
5697
5698 * gdbint.texinfo (Target Architecture Definition): Delete
5699 definition of HAVE_REGISTER_WINDOWS.
5700
f7dc1244 57012002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
5702
5703 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
5704 "Theodore A. Roth" <troth@verinet.com>.
5705
5ca0cb28
DH
57062002-04-15 Don Howard <dhoward@redhat.com>
5707
f7dc1244 5708 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 5709 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 5710 Provide a better explaination of this feature.
5ca0cb28 5711
f208ba17
AC
57122002-04-14 Andrew Cagney <ac131313@redhat.com>
5713
5714 * gdbint.texinfo (Target Architecture Definition): Remove
5715 FRAME_CHAIN_COMBINE.
5716
d5ba91de
MC
57172002-04-12 Michael Chastain <mec@shout.net>
5718
5719 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
5720 REG_STACK_SEGMENT.
5721
26818220
MC
57222002-04-09 Michael Chastain <mec@shout.net>
5723
5724 * gdbint.texinfo (Obsolete Conditionals): Remove references to
5725 PYRAMID_* macros.
5726
129188f6
AC
57272002-04-07 Andrew Cagney <ac131313@redhat.com>
5728
5729 * gdb.texinfo (Bug Reporting): Document that the web is the
5730 prefered way of submitting bug reports.
5731 (Bug Reporting): Delete the s-mail address as the last resort.
5732
8227c0ff
AC
57332002-04-05 Andrew Cagney <ac131313@redhat.com>
5734
5735 * gdbint.texinfo (Target Architecture Definition): Delete
5736 references to TARGET_WRITE_FP and write_fp.
5737
16d9dec6
MS
57382002-03-27 Michael Snyder <msnyder@redhat.com>
5739
5740 * gdb.texinfo: Document new commands dump, append, and restore.
5741
9ae8b82c
AC
57422002-03-27 Andrew Cagney <ac131313@redhat.com>
5743
5744 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
5745 Branch'.
5746
474c8240
AC
57472002-03-18 Andrew Cagney <ac131313@redhat.com>
5748
5749 * gdb.texinfo: Change all examples to @smallexample.
5750 * gdbint.texinfo: Ditto.
a9331b3f 5751
fb0ff88f
AC
57522002-03-18 Andrew Cagney <ac131313@redhat.com>
5753
5754 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
5755 Branches''.
5756
9bb0a4d8
AC
57572002-03-18 Andrew Cagney <ac131313@redhat.com>
5758
5759 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
5760 Policy''.
5761
937f164b
FF
57622002-03-04 Fred Fish <fnf@redhat.com>
5763
5764 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
5765 expresson, suports, dependant, trhe, perhaphs, situtations,
5766 explictily, taged, oportunity, unfortunatly).
5767
a7b40f07
AC
57682002-02-24 Andrew Cagney <ac131313@redhat.com>
5769
5770 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
5771 Remove reference to 3.12.
5772
aab4e0ec
AC
57732002-02-23 Andrew Cagney <ac131313@redhat.com>
5774
5775 * gdbint.texinfo: Include fdl.texi.
5776 (Top): Add GNU Free Documentation License.
5777 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
5778 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
5779 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
5780 (gdbint.info): Add srcdir to include path.
5781 * gdb.texinfo: Include gpl.texi.
5782 (Top): Add Copying.
5783 * gpl.texi: New file.
5784
47b95330
AC
57852002-02-23 Andrew Cagney <ac131313@redhat.com>
5786
5787 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
5788
78c47bea
PM
57892002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
5790
5791 * gdb.texinfo: Document Cygwin native specific commands.
5792
56460a61
DJ
57932002-02-15 Daniel Jacobowitz <drow@mvista.com>
5794
5795 * gdb.texinfo: Document gdbserver ``--attach'' command.
5796
def71bfa
MS
57972002-02-07 Michael Snyder <msnyder@redhat.com>
5798
5799 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
5800 to @code(_ovly_debug_event).
5801
c928edc0
AC
58022002-02-07 Andrew Cagney <ac131313@redhat.com>
5803
5804 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
5805
81d46470
MS
58062002-02-06 Michael Snyder <msnyder@redhat.com>
5807
5808 * gdb.texinfo (overlays): Mention new magic symbol
5809 '_ovly_debug_event', which allows GDB to keep better track
5810 of overlays.
5811
f7dc1244 58122002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
5813
5814 * gdb.texinfo (Memory Region Attributes): Fix the wording.
5815 Suggested by Dmitry Sivachenko.
5816
5817 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
5818
15110bc3
MS
58192002-02-01 Michael Snyder <msnyder@redhat.com>
5820
5821 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
5822
6763aef9
MS
58232002-01-30 Michael Snyder <msnyder@redhat.com>
5824
ac282366
MS
5825 * gdb.texinfo: (remote protocol): Gramatical fix-up.
5826 (set trust-readonly-sections): Document.
6763aef9 5827
8642bc8f
AC
58282002-01-29 Andrew Cagney <ac131313@redhat.com>
5829
5830 * gdbint.texinfo (Releasing GDB): Revise and update.
5831
afe64c1a
AC
58322002-01-28 Andrew Cagney <ac131313@redhat.com>
5833
5834 * gdbint.texinfo (Target Architecture Definition): Delete
5835 description of TARGET_BYTE_ORDER_DEFAULT.
5836
f7dc1244 58372002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
5838
5839 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
5840 <mitya@cavia.pp.ru>.
5841
3d6e1b5a
AC
58422002-01-23 Andrew Cagney <ac131313@redhat.com>
5843
5844 * libgdb.texinfo: Delete file.
5845
6c0e9fb3
AC
58462002-01-22 Andrew Cagney <ac131313@redhat.com>
5847
5848 * gdb.texinfo: Remove makeinfo 3.12 hacks.
5849 * gdbint.texinfo: Ditto.
5850
e0ce93ac
AC
5851Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
5852
5853 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
5854
be298bcc
AC
58552002-01-22 Andrew Cagney <ac131313@redhat.com>
5856
5857 * Makefile.in: Update copyright.
5858 (TEXI2DVI): Define.
5859 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
5860 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
5861 gdb-cfg.texi.
5862 (TEXINDEX, PDFTEX): Delete makefile variables.
5863
8e04817f
AC
58642002-01-22 Andrew Cagney <ac131313@redhat.com>
5865
5866 * gdb.texinfo (Protocol): Move section to appendix.
5867
6b2f586d
AC
58682002-01-21 Andrew Cagney <ac131313@redhat.com>
5869
5870 * gdb.texinfo (Remote Debugging): Create a menu.
5871 (Top): Add ``Remote Debugging'' to menu.
5872
6f05cf9f
AC
58732002-01-21 Andrew Cagney <ac131313@redhat.com>
5874
5875 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
5876 serial protocol'' from here.
5877 (Remote Debugging): To here. New chapter.
5878
3fd3d7d2
AC
58792002-01-20 Andrew Cagney <ac131313@redhat.com>
5880
5881 * gdbint.texinfo (Target Architecture Definition): Delete
5882 description of TARGET_BYTE_ORDER_SELECTABLE_P.
5883
7fd60527
AC
58842002-01-20 Andrew Cagney <ac131313@redhat.com>
5885
5886 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
5887 are no longer needed.
5888 (Porting GDB): Add maintainer note about configure.host.
5889
c2f05ac9
AC
58902002-01-20 Andrew Cagney <ac131313@redhat.com>
5891
5892 * gdbint.texinfo (Target Architecture Definition): Remove
5893 definition of IEEE_FLOAT.
5894
f7dc1244 58952002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
5896
5897 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
5898 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
5899 <3diff@gnu.org>
231b2aad 5900
82600034
AC
59012002-01-19 Andrew Cagney <ac131313@redhat.com>
5902
5903 * gdbint.texinfo (Host Definition): Remove references to
5904 MALLOC_INCOMPATIBLE.
5905
7708fa01
AC
59062002-01-17 Andrew Cagney <ac131313@redhat.com>
5907
5908 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
5909 and xyz-xdep.o.
5910
eb12ee30
AC
59112002-01-17 Andrew Cagney <ac131313@redhat.com>
5912
889bf7c5 5913 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
5914 (Set Breaks): Copy ``maint info breakpoint'' doco to
5915 ``Maintenance Commands'' appendix. Add reference.
5916
c9ccaa92
AC
59172002-01-17 Andrew Cagney <ac131313@redhat.com>
5918
5919 * fdl.texi: Remove next/prev from @node.
5920
f7dc1244 59212002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
5922
5923 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
5924 for monstrous @multitable (from Brian Youmans).
5925
5926 * fdl.texi: New file.
5927
5928 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
5929
8973da3a
AC
59302002-01-15 Andrew Cagney <ac131313@redhat.com>
5931
5932 * gdbint.texinfo (Releasing GDB): New chapter.
5933
7d86b5d5
AC
59342002-01-14 Andrew Cagney <ac131313@redhat.com>
5935
5936 * gdb.texinfo (Embedded Processors, Calling program functions):
5937 Obsolete references to a29k.
5938
cc1cb004
AC
59392002-01-13 Andrew Cagney <ac131313@redhat.com>
5940
5941 * gdbint.texinfo (Coding): Review Cleanups section. Examples
5942 examples. Document that a code-block should do or discard its
5943 cleanups before exit.
5944
79f12247
MS
59452002-01-11 Michael Snyder <msnyder@redhat.com>
5946
5947 * gdb.texinfo (Choosing files): Change @samp to @file.
5948
19837790
MS
59492002-01-05 Michael Snyder <msnyder@redhat.com>
5950
5951 * gdb.texinfo (--pid): Document new command line option (attach).
5952
f7dc1244 59532002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
5954
5955 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
5956 in the stub.
5957
d7449b42
AC
59582002-01-04 Andrew Cagney <ac131313@redhat.com>
5959
5960 * gdbint.texinfo (Target Architecture Definition): Replace
5961 BIG_ENDIAN with BFD_ENDIAN_BIG.
5962
f23631e4
AC
59632002-01-03 Andrew Cagney <ac131313@redhat.com>
5964
5965 * gdbint.texinfo (Target Architecture Definition): Replace
5966 value_ptr with struct value pointer.
5967
72c9928d
EZ
59682002-01-02 Eli Zaretskii <eliz@gnu.org>
5969
5970 * gdb.texinfo (Free Software): Fix wording.
5971
959acfd1
EZ
59722001-12-31 Eli Zaretskii <eliz@gnu.org>
5973
5974 * gdb.texinfo (Free Software): New section ``Free Software Needs
5975 Free Documentation''.
5976
f7dc1244 59772001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
5978
5979 * stabs.texinfo:
5980 * gdb.texinfo:
5981 * gdbint.texinfo:
5982 * libgdb.texinfo:
5983 * annotate.texi: Fix the application of GFDL in the Copyright notice.
5984
6600abed
MS
59852001-12-29 Michael Snyder <msnyder@redhat.com>
5986
5987 * gdb.texinfo (maint info sections): Fix typo.
5988
f6680716
MS
59892001-12-26 Michael Snyder <msnyder@redhat.com>
5990
fe95c787
MS
5991 * gdb.texinfo (maint info sections): Document.
5992
a9331b3f 5993 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
5994 'info proc' sub-options that are currently not implemented.
5995
c3d3ce5b
JB
59962001-12-20 Jim Blandy <jimb@redhat.com>
5997
5998 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
5999
778eb05e
AC
60002001-12-15 Andrew Cagney <ac131313@redhat.com>
6001
6002 * gdbint.texinfo (Target Architecture Definition): Replace
6003 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6004
2607059c
AC
60052001-12-01 Andrew Cagney <ac131313@redhat.com>
6006
6007 * gdbint.texinfo (Host Definition): Delete documentation on
6008 HOST_BYTE_ORDER.
6009
df0cd8c5
JB
60102001-11-30 Jim Blandy <jimb@redhat.com>
6011
6012 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6013 overlay support. Add to top-level menu.
df0cd8c5 6014
88118b3a
TT
60152001-11-26 Tom Tromey <tromey@redhat.com>
6016
6017 * gdb.texinfo (Command Syntax): Document C-o binding.
6018
96565e91
CF
60192001-07-26 Christopher Faylor <cgf@redhat.com>
6020
6021 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6022 use since it is described in the referenced section.
6023
f7dc1244 6024 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6025 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6026 clearer when using DJGPP.
6027
2a3d5645
CF
60282001-11-24 Christopher Faylor <cgf@redhat.com>
6029
6030 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6031 specifically refer to MS-DOS.
6032 (command files): Mention gdb.ini is only used on MS-DOS.
6033
aa26fa3a
TT
60342001-11-21 Tom Tromey <tromey@redhat.com>
6035
6036 * gdb.texinfo (Invoking GDB): Document --args.
6037 (Mode Options): Likewise.
6038
4f8ada06
JB
60392001-11-21 Jim Blandy <jimb@redhat.com>
6040
6041 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6042 Delete documentation; this macro has been removed from the
6043 sources.
4f8ada06 6044
3fe0dc10
JB
60452001-11-13 Jim Blandy <jimb@redhat.com>
6046
6047 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6048
9e5abb06
CV
60492001-11-06 Corinna Vinschen <vinschen@redhat.com>
6050
6051 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6052
1c5dfdad
MS
60532001-11-05 Michael Snyder <msnyder@redhat.com>
6054
a9331b3f 6055 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6056 quote regexp chars in function names such as "operator*()".
6057
990f9fe3
FF
60582001-11-01 Fred Fish <fnf@redhat.com>
6059
6060 * gdbint.texinfo (SOLIB_ADD): Document additional new
6061 "readsyms" arg.
6062
b433d00b
DH
60632001-10-30 Don Howard <dhoward@redhat.com>
6064
070b1dd3
DH
6065 * gdb.texinfo: (Command Files) Added documentation for the
6066 behavior of gdb with input redirected from a file.
b433d00b 6067
b7209cb4
FF
60682001-10-28 Fred Fish <fnf@redhat.com>
6069
6070 * gdb.texinfo (auto-solib-add): Change docs to match
6071 implementation change.
6072 (auto-solib-limit): Add docs for new variable.
6073
1aa20aa8
AC
60742001-10-15 Andrew Cagney <ac131313@redhat.com>
6075
6076 * gdbint.texinfo (Target Architecture Definition): Function
6077 value_as_pointer renamed to value_as_address.
6078
fc0c74b1
AC
60792001-10-15 Andrew Cagney <ac131313@redhat.com>
6080
6081 * gdbint.texinfo (Target Architecture Definition): Default
6082 POINTER_TO_ADDRESS functions assume unsigned addresses.
6083 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6084 posting by Jim Blandy.
6085
f4846649
JB
60862001-10-12 Jim Blandy <jimb@redhat.com>
6087
6088 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6089 version of texi2html (1.64) doesn't support this flag any more.
6090
f277788b
MK
60912001-09-08 Mark Kettenis <kettenis@gnu.org>
6092
a9dc4918
MK
6093 * gdbint.texinfo (Host Definition): Remove description of
6094 MEM_FNS_DECLARED.
6095
d28379df
MK
6096 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6097
f277788b
MK
6098 * gdbint.texinfo (Host Definition): Remove description of
6099 HAVE_SIGSETMASK.
6100
7ccaa899
EZ
61012001-09-04 Elena Zannoni <ezannoni@redhat.com>
6102
6103 * gdbint.texinfo (Target Architecture Definition): Add
6104 explanation of TARGET_PRINT_INSN macro.
6105
17d9d558
JB
61062001-08-30 Jim Blandy <jimb@redhat.com>
6107
6108 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6109 Explain what it means to load relocatable files.
6110
72cde065
JB
61112001-08-28 Jim Blandy <jimb@redhat.com>
6112
6113 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6114 info `top' menu.
6115
9e678452
CF
6116Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6117
6118 * gdbint.texinfo: Add a cautionary note about macro use.
6119
a2bea4c3 61202001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6121
a2bea4c3
CV
6122 * gdb.texinfo: Explain omitting the hostname in the
6123 `target remote' command.
6124
1129bf27
DJ
61252001-07-30 Daniel Jacobowitz <drow@mvista.com>
6126
6127 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6128 and END-INFO-DIR-ENTRY.
6129
732b3002
SC
61302001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6131
6132 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6133
89437448
AC
61342001-07-25 Andrew Cagney <ac131313@redhat.com>
6135
6136 * gdbint.texinfo (libgdb): Rewrite.
6137
f7dc1244 61382001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6139
6140 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6141
c4555f82
SC
61422001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6143
6144 * gdb.texinfo (TUI): New chapter, document the TUI.
6145 (Mode Options): Document the -tui option.
6146
2f45a6e0
MK
61472001-07-23 Mark Kettenis <kettenis@gnu.org>
6148
6149 * gdbint.texinfo (Host Definition): Remove description of
6150 NEED_POSIX_SETPGID.
6151
f7dc1244 61522001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6153
6154 * gdb.tex (DJGPP Native): New node, with descriptions of
6155 DJGPP-specific commands.
6156
be9c6c35
JM
61572001-07-19 John R. Moore <jmoore@redhat.com>
6158
6159 * gdbint.texinfo: Three misspellings.
6160
dfa249fb
AC
61612001-07-06 Andrew Cagney <ac131313@redhat.com>
6162
6163 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6164 `test` expressions on bash. Problem reported by Colin Walters.
6165
c72e7388
AC
61662001-07-04 Andrew Cagney <ac131313@redhat.com>
6167
6168 * gdbint.texinfo (User Interface): Update ui-out documentation to
6169 refelect recent UI/MI updates.
6170
94bbb2c0
AC
61712001-07-04 Andrew Cagney <ac131313@redhat.com>
6172
6173 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6174 interpreters.
6175
af6c57ea
AC
61762001-06-15 Andrew Cagney <ac131313@redhat.com>
6177
6178 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6179 structure and not macros.
6180 (Host Definition): Document that much of this chapter is obsolete.
6181 (Target Architecture Definition): Update list of files that make
6182 up a target architecture.
6183 (Coding): Update.
6184
83aa8bc6
AC
61852001-06-28 Andrew Cagney <ac131313@redhat.com>
6186
6187 * gdbint.texinfo (Target Architecture Definition): Update
6188 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6189 The latter has been changed to a true predicate.
6190
f7dc1244 61912001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6192
6193 * annotate.texi: Add @noindent where needed. From Dmitry
6194 Sivachenko <dima@Chg.RU>.
6195 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6196
656db9b0
AC
61972001-06-16 Andrew Cagney <ac131313@redhat.com>
6198
6199 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6200
df2396a1
AC
62012001-06-14 Andrew Cagney <ac131313@redhat.com>
6202
6203 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6204 returns ``OK''. Document that the ``R'' packet does not reply.
6205
0f1f2b0a
MS
62062001-06-13 Michael Snyder <msnyder@redhat.com>
6207
6208 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6209
f7dc1244 62102001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6211
6212 * gdb.texinfo (Signals): Clarify the default setting of signal
6213 handling.
6214
a5d7c491
AC
62152001-05-14 Andrew Cagney <ac131313@redhat.com>
6216
6217 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6218 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6219
05a54c4f
AC
62202001-05-12 Andrew Cagney <ac131313@redhat.com>
6221
6222 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6223
f7dc1244 62242001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6225
6226 * gdbint.texinfo (Clean Design and Portable Implementation):
6227 Renamed from "Clean Design".
6228 (Clean Design and Portable Implementation): Document portable
6229 methods of handling file names, and the associated macros.
6230
f7dc1244 62312001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6232
6233 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6234 command and provide a cross-reference to its description.
6235 (Symbols): Note that "info scope" is useful for trace experiments.
6236
f7dc1244 62372001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6238
b37052ae
EZ
6239 * gdb.texinfo (Symbols): Document "info scope".
6240 (Tracepoints): New chapter.
6241 (Contributors): Update for v5.1.
6242 <All nodes>: Change "C++" to "C@t{++}".
6243
0ee54786
EZ
6244 * gdbint.texinfo (User Interface): A new section about ui_out
6245 functions, based on text written by Fernando Nasser.
6246
c534679c
EZ
6247 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6248
f7dc1244 62492001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6250
e9c75b65
EZ
6251 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6252
6253 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6254
6255 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6256 Replace "GDB" with "@value{GDBN}". Fix markup.
6257
6258 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6259
3d67e040
EZ
6260 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6261 a cross-reference to its description.
6262 (Symbols): Document "info symbol".
6263
f7dc1244 62642001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6265
6266 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6267 subsection "x86 Watchpoints".
6268 (Target Architecture Definition): Document the macros
6269 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6270 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6271
b0ed3589
AC
62722001-03-20 Andrew Cagney <ac131313@redhat.com>
6273
6274 * gdbint.texinfo (Target Architecture Definition): Update
6275 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6276 list.
6277
b6ba6518
KB
62782001-03-06 Kevin Buettner <kevinb@redhat.com>
6279
6280 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6281 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6282
f7dc1244 62832001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6284
6285 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6286
f7dc1244 62872001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6288
17cc6a06
EZ
6289 * gdb.texinfo (Environment): Document that `path' does not change
6290 the value of PATH in GDB's own environment (it did in the past,
6291 but that was changed on March 15, 1994). Reported by Doug Evans
6292 <dje@transmeta.com>.
6293
56caf160
EZ
6294 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6295 its line. Fix markup of commands and macros. Add an Index node
6296 and index entries.
6297
29e57380
C
62982001-01-23 J.T. Conklin <jtc@redback.com>
6299
6300 * gdb.texinfo (Memory region attributes): New manual section.
6301
1c6147de
ND
63022001-01-04 Nicholas Duffek <nsd@redhat.com>
6303
6304 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6305
f7dc1244 63062000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6307
6308 * refcard.tex: Version and copyright fixed. From Phil Edwards
6309 <pedwards@disaster.jaj.com>.
6310
0dcedd82
AC
6311Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6312
6313 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6314 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6315
3b851bce
AC
6316Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6317
6318 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6319 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6320
f7dc1244 63212000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6322
6323 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6324 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6325
b90a5f51
CF
63262000-11-10 Christopher Faylor <cgf@cygnus.com>
6327
6328 * gdb.texinfo: Document new 'set step-mode' command.
6329
f7dc1244 63302000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6331
6332 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6333 changes from Dmitry Sivachenko <dima@Chg.RU>.
6334
f7dc1244 63352000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6336
6337 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6338 From Steven Johnson <sbjohnson@ozemail.com.au>.
6339
2e685b93
MK
63402000-08-10 Mark Kettenis <kettenis@gnu.org>
6341
6342 * gdbint.texinfo (Overall Structure): Spelling fix.
6343
f7dc1244 63442000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6345
6346 * gdbint.texinfo (Target Architecture Definition): Document that
6347 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6348 for which REGISTER_CONVERTIBLE returns a zero value.
6349
63ac3005
EZ
63502000-07-08 Christopher Faylor <cgf@cygnus.com>
6351
6352 * Makefile.in (install-info): Find files to install in either the
6353 build or source directories (adapted from Makefile.am).
6354
bd79f757
ND
63552000-07-07 Nicholas Duffek <nsd@redhat.com>
6356
6357 * stabs.texinfo: Fix spelling errors.
6358 (String Field): FILE-NUMBER starts from 0, not 1.
6359
f7dc1244 63602000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
6361
6362 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 6363 Brian Youmans.
5f208f6d 6364
f7dc1244 63652000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
6366
6367 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
6368 the source directory. Reported by Mark Harig
6369 <markh@frazier.landmark.com>.
cc542d3b 6370
f3b28801
C
63712000-06-20 J.T. Conklin <jtc@redback.com>
6372
6373 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6374
449f3b6c
AC
6375Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6376
6377 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 6378 Generate using pdftex.
449f3b6c 6379 (PDFTEX): Define.
889bf7c5 6380 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 6381 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 6382 @contents at the start.
449f3b6c 6383
f7dc1244 63842000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
6385
6386 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 6387 Youmans.
48e934c6 6388
9e9c5ae7
AC
6389Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6390
6391 From Brian Youmans:
6392 * gdb.texinfo: Fix ``et al.''.
6393
c741b251
AC
6394Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6395
6396 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 6397 loop.
c741b251 6398
4ab64e14
JG
63992000-05-19 Jimmy Guo <guo@cup.hp.com>
6400
6401 * configure: Regenerate.
6402
f7dc1244 64032000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
6404
6405 * Makefile.in (install-info): Run install-info on installed Info
6406 files.
6407
8c70017b
AC
6408Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6409
a7cb598a 6410 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 6411 Andrew Cagney.
8c70017b 6412
f7dc1244 64132000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
6414
6415 * gdb.texinfo: Proofreading changes from Brian Youmans.
6416
bf0184be
ND
64172000-05-01 Nick Duffek <nsd@cygnus.com>
6418
6419 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6420 startup sequence, minor edits.
6421
f7dc1244 64222000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
6423
6424 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6425 TeX.
6426
6427 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6428 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6429 like `n' and `s' which look weird. Convert some of the @kindex to
6430 @vindex, when they refer to variables, not commands.
6431
33e16fad
AC
6432Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6433
6434 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6435
f7dc1244 64362000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
6437
6438 * Makefile.in (GDBMI_DIR): New variable.
6439 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6440 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6441 (gdbmi.texinfo): New target, for texi2roff.
6442 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6443 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6444
6445 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6446 gdbmi.texinfo.
6447 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6448 comment.
6449
d167840f
EZ
64502000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6451
6452 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 6453 command.
d167840f 6454
f7dc1244 64552000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
6456
6457 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6458 prevents the build (and is generally a Bad Idea).
6459
f7dc1244 64602000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
6461
6462 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6463 a comma inside @var.
6464 (Command Files): Index markup changes from Dmitry Sivachenko
6465 <dima@Chg.RU>.
6466
f7dc1244 64672000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
6468
6469 * Makefile.in (LN_S): Define.
6470 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6471 invoke "ln -s" unless it is known to work.
6472
6473 * configure.in (AC_PROG_LN_S): Add.
6474
8dc7983f
JB
64752000-04-14 Jim Blandy <jimb@redhat.com>
6476
6477 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6478 section.
6479 (Target Conditionals): Document ADDRESS_TO_POINTER,
6480 POINTER_TO_ADDRESS.
6481
1a8237e8
DB
64822000-04-11 Daniel Berlin <dan@cgsoftware.com>
6483
6484 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6485 gdb-cfg.texi to get the value.
6486
ca526f1a
JB
64872000-04-10 Jim Blandy <jimb@redhat.com>
6488
6489 * gdbint.texinfo (Target Architecture Definition): Fix
6490 cross-references.
6491
faaafcb4
JB
64922000-04-08 Jim Blandy <jimb@redhat.com>
6493
6494 * gdbint.texinfo (Using Different Register and Memory Data
6495 Representations): New section.
6496 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
6497 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6498 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 6499
1b27397f
AC
6500Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
6501
6502 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 6503 for acknowledgments.
1b27397f 6504
480ff1fb
AC
6505Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
6506
6507 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 6508 qThreadExtraInfo.
480ff1fb 6509
a9331b3f 65102000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 6511
a9331b3f
RM
6512 * gdb.texinfo: Clarify which remote debug protocol commands are
6513 required and which are optional.
f1251bdd 6514
dbeb8dbd
AC
6515Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
6516
6517 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
6518 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
6519 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
6520 * annotate.texi: Update.
6521
6d2ebf8b
SS
65222000-03-28 Stan Shebs <shebs@apple.com>
6523
6524 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6525 expectation of additional changes before release), update
6526 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6527 node links, rephrase and/or shorten lines to fix formatting
6528 problem in both regular and @smallbook formats.
6529 * annotate.texi: Shorten lines in example, use smallexample
6530 consistently everywhere.
6531 * Makefile.in: Add comment about texinfo 4.0 html generation.
6532 (SFILES_INCLUDED): Add annotate.texi.
6533
5d161b24
DB
65342000-03-27 Daniel Berlin <dan@cgsoftware.com>
6535
5ae4183a
AS
6536 * gdb.texinfo (Debugging Output): Added new section, documenting
6537 the "set/show debug" commands.
5d161b24 6538
b9deaee7
AC
6539Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
6540
6541 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 6542 entry.
b9deaee7
AC
6543
6544 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6545 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 6546 @chapter and @node entries.
a9331b3f 6547
b9deaee7 6548 * gdb.texinfo: Link all top-level nodes.
a9331b3f 6549
9ef47d30
AC
6550Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6551
6552 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 6553 files.
9ef47d30 6554
cfeada60
FN
65552000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6556
6557 From David Whedon <dwhedon@gordian.com>
5ae4183a 6558 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 6559
6837a0a2
DB
65602000-03-22 Daniel Berlin <dan@cgsoftware.com>
6561
6562 * gdb.texinfo: Add documentation for the apropos command.
6563
bba2971c
MS
65642000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6565
6566 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6567
2b628194
MS
65682000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6569
a9331b3f 6570 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
6571 two places.
6572
96a2c332
SS
65732000-03-17 Stan Shebs <shebs@apple.com>
6574
6575 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6576 <dima@Chg.RU>, also clarification of allowed content for
6577 string constants.
6578
f7dc1244 65792000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
6580
6581 * gdb.texinfo (main menu): Add Annotations.
6582 (File Options): Add @cindex entries for each command-line option.
6583 Document --epoch, --annotate, --async, --interpreter, --write,
6584 --statistics, and --version.
6585
6586 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
6587 of GDB.
6588
9d233477
JB
65892000-02-23 Jim Blandy <jimb@redhat.com>
6590
6591 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6592
14e0eb3b
JB
65932000-02-22 Jim Blandy <jimb@redhat.com>
6594
6595 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6596
3555de01
JM
65972000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
6598
6599 * Makefile.in (diststuff): New target.
6600
5e35df8e
KB
66012000-02-15 Kevin Buettner <kevinb@redhat.com>
6602
6603 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 6604 architecture. [From Jim Wilson.]
5e35df8e 6605
c5394b80
JM
66062000-01-16 Tom Tromey <tromey@cygnus.com>
6607
6608 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
6609 (Delete Breaks): Mention range arguments.
6610 (Disabling): Likewise.
6611
c3f6f71d
JM
66122000-01-05 Dmitry Sivachenko <dima@Chg.RU>
6613
6614 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
6615
c4093a6a
JM
6616Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
6617
6618 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 6619 valid functions.
c4093a6a 6620
11cf8741
JM
66211999-11-05 Stan Shebs <shebs@andros.cygnus.com>
6622
6623 * gdb.texinfo: Clarify regular expressions used in rbreak.
6624
917317f4
JM
66251999-10-15 Kevin Buettner <kevinb@cygnus.com>
6626
6627 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
6628 MEMORY_REMOVE_BREAKPOINT): Document.
6629
6630Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
6631
6632 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 6633 offset re-using the DATA offset instead.
917317f4 6634
2df3850c
JM
66351999-10-11 Jim Kingdon <kingdon@redhat.com>
6636
6637 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
6638
66391999-10-05 Stan Shebs <shebs@andros.cygnus.com>
6640
6641 From Dmitry Sivachenko <demon@gpad.ac.ru>:
6642 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
6643 typos.
6644
6645 * gdb.texinfo: Various minor wording and formatting improvements,
6646 mentions of additional command-line options.
6647
2acceee2
JM
66481999-09-30 Fred Fish <fnf@cygnus.com>
6649
6650 * gdb.texinfo: Document additional forms of specifying section
6651 names and addresses for the add-symbol-file command.
6652
c2c6d25f
JM
66531999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
6654
6655 * gdbint.texinfo: Fix typo, add the word "have".
6656
66571999-09-14 Jim Blandy <jimb@cris.red-bean.com>
6658
6659 * gdbint.texinfo (Target Architecture Definition): Document the
6660 SKIP_PERMANENT_BREAKPOINT macro.
6661
d4f3574e
SS
66621999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6663
6664 * gdb.texinfo: Fiks speling errers.
6665
6666 * gdb.texinfo: Fix uses of @multitable.
6667
f7dc1244 6668 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 6669 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 6670 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
6671 comments about using with optimization, add more indexing,
6672 fix info about disassembly-flavor.
6673
6674Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
6675
6676 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
6677 SKIP_SOLIB_RESOLVER): Define.
6678
6679Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
6680
6681 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 6682 ``g'' packets.
d4f3574e 6683
104c1213
JM
66841999-08-30 Stan Shebs <shebs@andros.cygnus.com>
6685
6686 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
6687 platform-specific info, inline remote.texi and move sections of it
6688 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
6689 and register stack into the new chapter.
6690 * remote.texi: Remove, now part of gdb.texinfo.
6691 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
6692
66931999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
6694
6695 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
6696 GDB_TARGET_IS_MACH386): These kludges have gone away.
6697
6698Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
6699
6700 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 6701 TDEPLIBS.
104c1213 6702
53a5351d
JM
67031999-08-20 Stan Shebs <shebs@andros.cygnus.com>
6704
6705 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
6706 surrounding text to fit HP-UX bits into general info.
6707 (HPPA-cfg.texi): Remove, no longer useful.
6708
6709 * gdb.texinfo: Remove explicit links from @node lines, remove
6710 HP-added "Detailed Node Listing" from main menu which confuses
6711 things.
6712
6713 From Dmitry Sivachenko <dima@Chg.RU>:
6714 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 6715 in description of `set environment'.
53a5351d
JM
6716
67171999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6718
6719 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
6720
7be570e7
JM
67211999-08-12 Ben Elliston <bje@cygnus.com>
6722
6723 * gdbint.texinfo (Breakpoint Handling): Add missing words.
6724
f7dc1244 67251999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
6726
6727 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
6728 watch, awatch, and rwatch. Explain why the latter two cannot be
6729 set as software watchpoints. Document that watchpoints for local
6730 variables are deleted when the debuggee terminates.
7be570e7
JM
6731
6732Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
6733
6734 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
6735 packet. Allow E.. response packet. "qRcmd" packet is no longer
6736 reserved.
7be570e7
JM
6737
67381999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6739
a9331b3f
RM
6740 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
6741 * gdb.texinfo: Ditto.
7be570e7 6742
96baa820
JM
67431999-08-06 Tom Tromey <tromey@cygnus.com>
6744
6745 * gdb.texinfo (KOD): New node.
6746
6747Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
6748
6749 * remote.texi (Rcmd): Fix minor formatting typos.
6750
6751Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
6752
6753 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 6754 packets.
96baa820 6755
adf40b2e
JM
67561999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
6757
6758 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
6759 fixes.
6760
43ff13b4
JM
6761Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
6762
6763 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
6764
085dd6e6
JM
6765Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
6766
6767 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
6768 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
6769 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
6770 packets that are not supported on all hosts. Expand examples.
6771 Spell check.
085dd6e6
JM
6772
67731999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
6774
6775 * Makefile.in: Recognize html, install-html. Add targets
6776 to build HTML versions of documentation via texi2html.
6777
6778Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
6779
6780 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 6781 testsuite.
085dd6e6
JM
6782
6783Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
6784
6785 * remote.texi (Communication Protocol): Rewrite.
6786
6787Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
6788
6789 * stabs.texinfo: Fix uses of xref.
6790
9e0b60a8
JM
6791Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
6792
6793 * gdbint.texinfo: Add an anti-printf exhortation, and update the
6794 info about patch submission.
6795
cce74817
JM
6796Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
6797
6798 From Per Bothner <bothner@cygnus.com>:
6799 * gdb.texinfo: Document Chill support.
6800
6801Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
6802
6803 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
6804 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
6805 Document that the value should be greater-than or equal-to zero.
6806 (NO_STD_REGS): Document. Deprecate.
cce74817 6807
ac9a91a7
JM
6808Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6809
6810 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 6811 Document that these are not used.
ac9a91a7
JM
6812
6813Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6814
6815 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
6816
392a587b
JM
6817Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
6818
6819 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 6820 numargs was dropped.
392a587b
JM
6821
6822Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
6823
6824 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
6825
b83266a0
SS
6826Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
6827
6828 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 6829 Update.
b83266a0 6830
7a292a7a
SS
6831Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
6832
6833 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
6834 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
6835
6836Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
6837
6838 * gdbint.texinfo: Fix typos: $ -> @.
6839
6840Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
6841
6842 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
6843 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
6844 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
6845 BREAKPOINT_FROM_PC.
a9331b3f 6846
7a292a7a
SS
6847Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
6848
6849 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 6850 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
6851
6852Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6853
6854 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 6855 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
6856
68571999-04-02 Stan Shebs <shebs@andros.cygnus.com>
6858
6859 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
6860 longer exists.
6861
6862Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
6863
6864 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
6865 nearly all @ifset/@ifclear conditionals; nobody uses them, and
6866 they make the manual source incomprehensible.
7a292a7a
SS
6867 * h8-cfg.texi: Remove, hasn't been used in years.
6868
c906108c
SS
6869Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
6870
6871 * gdb.texinfo: Update the credits.
6872
6873Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
6874
6875 * gdb.texinfo: Fix mistakes noticed in printout of last
6876 draft, add Alpha to discussion of heuristic fence post.
6877
6878Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
6879
6880 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
6881 Edition, merge some HP changes into mainline, describe some
6882 previously undocumented features, describe more of the target
6883 commands available, eliminate obsolete section on renamed
6884 commands.
c906108c
SS
6885 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
6886
6887Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
6888
6889 * gdb.texinfo: Make many HPPA conditionals unconditional,
6890 including catchpoint description, since now on for all configs.
6891 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
6892 specializations.
6893
6894Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
6895
6896 * Makefile.in (GDBvn.texi): Fix match expression to work with
6897 current format of VERSION in gdb/Makefile.in.
6898 * gdb.texinfo: Fix node ref to match new readline.
6899
6900Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
6901
a9331b3f
RM
6902 * gdb.texinfo: Changes made as part of a project to merge in
6903 changes made by HP. Documentation makes extensive use of
c906108c
SS
6904 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
6905 on remote debugging. There are differences in documentation
889bf7c5 6906 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
6907 the HP manual discusses catchpoints, hardware watchpoints, and
6908 some HPUX specific limitations for shared library support.
a9331b3f 6909
c906108c
SS
6910 There are also a number of @node changes.
6911
69121999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
6913
6914 * gdbint.texinfo (Formatting): Disambiguate a sentence.
6915 (C Usage): Same.
6916
6917Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
6918
6919 The following changes were made by Edith Epstein
889bf7c5
PA
6920 <eepstein@cygnus.com> as part of a project to merge in changes
6921 made by HP.
a9331b3f 6922
c906108c
SS
6923 * HPPA-cfg.texi: new file.
6924
6925 * all-cfg.texi: set HPPA for HP PA-RISC targets.
6926
6927 * refcard.tex: change documentation about catch.
6928 removed info catch.
6929
6930Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
6931
6932 * gdbint.texinfo: Expand on GDB's coding standards,
6933 specify the use of arg names with prototypes.
6934
69351998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
6936
6937 * gdb.texinfo: Fix tipo.
6938
6939Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
6940
6941 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 6942 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
6943
6944Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
6945
6946 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
6947
69481998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
6949
6950 * agentexpr.texi: New file.
6951
6952Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
6953
6954 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
6955
69561998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
6957
6958 * remote.texi: Changed wording that implied that the GDB remote
6959 protocol caches register values instead of GDB itself.
6960
6961Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
6962
6963 * gdbint.texinfo: Add some info about symbol readers.
6964 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
6965 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
6966 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
6967 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
6968
6969Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
6970
a9331b3f 6971 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
6972
6973Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
6974
6975 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
6976
6977Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
6978
6979 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 6980 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
6981
6982Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
6983
6984 * gdbint.texinfo: Fix minor typos.
6985
6986Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
6987
6988 * gdbint.texinfo: Complete overhaul. Group descriptions more
6989 logically, add more info on generic algorithms, remove much
6990 obsolete and/or wrong material.
6991
6992Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
6993
6994 * stabs.texinfo (Method Type Descriptor): Expand and correct.
6995
6996Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
6997
6998 * refcard.tex: Copyright, address updates.
6999
7000Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7001
7002 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7003 for the edition instead of confusing GDB-version-like numbers.
7004
7005Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7006
7007 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7008
7009Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7010
5ae4183a 7011 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7012
7013Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7014
7015 * gdb.texinfo: Add some credits, mention bug monitor.
7016 * remote.texi: Mention mips monitor targets.
7017 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7018
c906108c
SS
7019Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7020
7021 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7022 files, finish sorting of host vs target vs native macros, describe
7023 some more of them.
c906108c
SS
7024
7025Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7026
7027 * gdbint.texinfo (Host Conditionals): Document change from
7028 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7029
7030Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7031
7032 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7033 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7034
7035Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7036
7037 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7038 Document LSEEK_NOT_LINEAR.
7039
7040Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7041
7042 * stabs.texinfo (Stab Section Basics): Make it clear that only
7043 some versions of the GNU linker remove the leading N_UNDF symbol.
7044
7045Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7046
7047 * stabs.texinfo (String Field): Document type number pairs here,
7048 instead of in the Sun specific section.
7049 (Include Files): The GNU linker supports the N_BINCL
7050 optimization. Clarify the N_BINCL value, and what it is used
7051 for.
7052 (Procedures): Document N_FUN with an empty string to mark the end
7053 of a function.
7054 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7055 (Sun Differences): Remove this node, as the information is now
7056 elsewhere in the main document.
7057 (Stab Section Basics): Mention that the GNU linker may optimize
7058 stabs and remove the leading N_UNDF symbol.
7059
7060Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7061
7062 * gdb.texinfo, refcard.tex: Restore author credit
7063
7064Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7065
7066 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7067 documentation to account for START and END macros taking
7068 one arg.
7069
7070Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7071
7072 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7073 * gdb.texinfo (Frames): Fix typo.
7074
7075Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7076
7077 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7078 a target_signal as arg type, not a pid.
7079
7080Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7081
7082 * gdb.texinfo: Document `set assembly-language'.
7083
7084Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7085
7086 * remote.texi: Update list of stubs in the GDB distribution.
7087
7088Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7089
7090 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7091 Also document that some systems can use mmalloc but must define
7092 this if their C runtime allocates memory that is later freed.
c906108c 7093 (MMCHECK_FORCE): Document new macro.
a9331b3f 7094
c906108c
SS
7095Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7096
7097 * remote.texi: Add documentation for target Sparclet.
7098
7099Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7100
a9331b3f 7101 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7102 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7103 * configure.in: Rewritten for autoconf.
7104 * configure: New.
7105
7106Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7107
7108 * Makefile.in (DVIPS): New define, set to dvips.
7109 (dvi): Add stabs.dvi.
7110 (ps): New target.
7111 (all-doc): Depend on info, dvi, and ps targets.
7112 (STAGESTUFF): Add *.ps and *.dvi files.
7113 (clean-info, clean-dvi): Remove.
7114 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7115 rules completely rewritten.
7116 (maintainer-clean): Remove clean-info and clean-dvi
7117 dependencies and put their actions in the rules.
7118 (gdb.ps): New target
a9331b3f 7119 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7120 intermediate TeX files, whether they have 2 or 3 character
7121 extensions.
7122 (gdbint.ps): Add target and rules.
7123 (gdb-internals): Delete unused target.
7124 (Makefile): Depends upon config.status also.
7125
7126Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7127
7128 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7129 set.
7130
7131Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7132
7133 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7134 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7135
7136Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7137
7138 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7139
7140Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7141
7142 * gdb.texinfo (Print settings): Document
7143 `set/show print static-members' commands.
7144
7145Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7146
7147 * gdbint.texinfo (Native): Document name change, coredep.c to
7148 core-aout.c.
7149
7150Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7151
7152 * stabs.texinfo (Include Files): Document the values the SunOS4
7153 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7154
7155Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7156
7157 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7158 Fix typo.
7159
7160Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7161
7162 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7163 "gdb.tar.Z".
7164
7165Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7166
7167 * Makefile.in (maintainer-clean): New target, synonym for
7168 realclean.
7169
7170Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7171
7172 * Update all FSF addresses except those in COPYING* files.
7173
7174Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7175
7176 From Richard Earnshaw (rearnsha@armltd.co.uk):
7177 * gdb.texinfo (convenience variables): Document $_exitcode.
7178 (quit): Document optional expression to use as exit code.
7179
7180Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7181
7182 * gdb.texinfo, remote.texi: Brought up to date with various
7183 GDB changes.
7184
7185Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7186
7187 * gdb.texinfo: Update dates and versions, fix comments about
7188 hardware watchpoints in future releases and about the
7189 sharedlibrary command.
7190
7191Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7192
7193 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7194 C_FUN stab. Other cleanups.
7195
7196Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7197
7198 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7199 for the sparc stub.
7200
7201Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7202
7203 * annotate.texi: Clarify which addresses have differing formats
7204 depending on the language and which do not.
7205
7206Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7207
7208 * remote.texi (NetWare): Changed example to use BOARD= instead of
7209 NODE= argument to reflect correspoding change to gdbserve.nlm.
7210
7211Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7212
7213 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7214 GDB, as well as AIX dbx, supports the size type attribute.
7215
7216Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7217
7218 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7219
7220Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7221
7222 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7223 and new 'if' and 'while' commands.
7224
7225Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7226
7227 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7228
7229Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7230
7231 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7232 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7233 NetWare targets. Mostly stolen from the Server node.
7234
7235Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7236
7237 * gdb.texinfo (Setting): Talk about the language of a source file
7238 versus the working language. The old documentation did not match
7239 what GDB did.
7240
7241Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7242
7243 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7244 of a source file.
7245
7246Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7247
7248 * gdb.texinfo (Processes): New node.
7249
7250Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7251
7252 * remote.texi: Update documentation of set/show mipsfpu.
7253
3fc11d3e
JM
7254Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7255
7256 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7257 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7258
7259Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7260
7261 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7262 obsolete conditionals, described some others.
7263
7264Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7265
7266 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7267 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7268
7269Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7270
7271 * gdbint.texinfo: Put regex conditionals in their own table.
7272
7273Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7274
7275 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7276 described or fixed the descriptions of many others.
7277
7278Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7279
7280 * gdb.texinfo: Add some more credits.
7281 * gdbint.texinfo: Capitalize GDB consistently, describe some
7282 macros and remove some.
7283
7284Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7285
7286 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7287 obsolete conditionals, described some others.
7288
7289Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7290
7291 * gdb.texinfo (help targets): Changed to `help target', which
7292 is the correct gdb command.
7293
7294Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7295
7296 * annotate.texi (TODO): New node, for keeping track of annotations
7297 suggested but not yet implemented.
7298
7299Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7300
7301 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7302 another symbol, it is not the address itself.
7303
7304Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7305
7306 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7307 of stabs-in-coff sections.
7308
7309Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7310
7311 * annotate.texi: Change edition to 0.5 and date to May 1994.
7312 Add index.
7313 (Frames): New node, for frame annotation.
7314 (Displays): New node, for display annotation.
7315
7316 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7317 when waiting for your program to stop.
7318
7319Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7320
7321 * annotate.texi (Breakpoint Info): Document annotation of header
7322 fields and record annotation.
7323
7324Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7325
7326 * annotate.texi: New file, to document annotations.
7327
7328Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7329
7330 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7331 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7332
7333Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7334
7335 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7336 section, and say n_strx field is compilation unit relative.
7337 * stabs.texinfo: Don't use @code for a.out when it is the name of
7338 an object file format.
7339
7340Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7341
7342 * gdb.texinfo: Refer to file names, not path names, per rms
7343 convention.
7344 (Arguments): Fix typo.
7345
7346Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7347
7348 * stabs.texinfo (Global Variables): Talk about stabs in files
7349 where variables are referenced, but not defined.
7350
7351Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7352
7353 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7354 Cplusplus to new nodes Member Type Descriptor and Method Type
7355 Descriptor. Re-write stuff for #.
7356
7357Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7358
7359 * gdb.texinfo (Print Settings): Don't document "set print
7360 fast-symbolic-addr off". The bug which it worked around was fixed
7361 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7362
7363 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7364 N_ENTRY node.
7365
7366 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7367
7368Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7369
7370 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7371 references to ieee-float.c.
7372
7373Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7374
7375 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7376 match what the code actually does.
7377
7378Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7379
7380 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7381
7382Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7383
7384 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7385 i, and b.
7386
7387Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7388
7389 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7390 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7391 as "stabs in sections" rather than just saying "ELF and SOM".
7392 Also make that stuff apply to COFF.
7393
7394Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7395
7396 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7397 Ghostscript.
7398
7399Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7400
7401 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7402 versus functions without line numbers, also mention stepping into
7403 them as well as "step" when you are in them. Tell the user how to
7404 deal with the situation. Add comment about "debugging information".
7405
7406Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7407
7408 * stabs.texinfo (Enumerations): Document restriction on where
7409 enumeration types can appear and still win with GDB.
7410
7411Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7412
7413 * stabs.texinfo (Negative Type Numbers): Document format for type
7414 -16.
7415
7416Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7417
7418 * gdb.texinfo (Selection, Frame Info): Update information about
7419 arbitrary frame specficiations.
7420
7421Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
7422
7423 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7424
7425Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7426
7427 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7428
7429Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7430
7431 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7432
7433Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7434
7435 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7436 Differences node to Statics node.
7437 (Statics): Discuss XCOFF use of V symbol descriptor.
7438
7439 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7440 not clean.
7441
7442Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7443
7444 * gdb.texinfo (Print Settings): Document `set print
7445 fast-symbolic-addr' and improve the doc for some other
7446 `set print's.
7447
7448Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7449
7450 * stabs.texinfo (String Field): Talk about defining several type
7451 numbers at once.
7452 Fix lint regarding changing node ELF Transformations to
7453 ELF and SOM Transformations.
7454
7455Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7456
7457 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7458
7459Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7460
7461 * stabs.texinfo (Cross-References): `::' is for nested types only
7462 within <>.
7463 (Structures): Document static members.
7464
7465Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7466
7467 * stabs.texinfo: Document S type attribute.
7468
7469Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7470
7471 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7472
7473Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
7474
7475 * gdbint.texinfo: Fix a few typos.
7476
7477Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7478
7479 * gdb.texinfo, remote.texi: formatting improvements
7480
7481 * gdb.texinfo (New Features): mention threads.
7482 (Summary, C): fix xrefs in newly contributed text.
7483 (Threads): index entries, clarifications, example
7484 (passim): minor typos fixed, phrasing improvements
7485
7486 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7487 entries; (Server): explain use of gdbserver w/real-time systems,
7488 add example of conflicting TCP port; (MIPS Remote) break up
7489 running text into table, highlighting commands, and add example.
a9331b3f 7490
c906108c
SS
7491Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7492
7493 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7494
7495Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7496
7497 * stabs.texinfo (Nested Symbols): New node.
7498 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7499
7500Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7501
7502 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7503 to picking which Bbss.bss symbol to use, and (because there seems to
7504 be no good way of doing it) re-write some of the text to make it
7505 sound like Bbss.bss isn't such a great idea after all (as currently
7506 designed).
7507
7508 * gdb.texinfo (C): In addition to saying people have to use g++ for
7509 good results, say they have to use stabs. Specifically say cfront
7510 doesn't work well.
7511 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7512 the gdb README. Add xrefs to places where the support for the various
7513 languages is described in detail.
7514
7515Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7516
7517 * stabs.texinfo: Clean up stuff about visibility and virtual
7518 characters.
7519
7520 * stabs.texinfo (N_M2C): Cite Sun doc.
7521
7522Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7523
7524 * gdb.texinfo: updates re threads.
7525 * remote.texinfo: avoid index entries starting with digits.
7526
7527Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7528
7529 * stabs.texinfo (Enumerations): Talk about large, negative and
7530 octal values. Clean up cross reference to type attributes.
7531 (String Field): Say that GDB 4.11 supports size attribute.
7532
7533Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7534
7535 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7536 is a mandatory step. Make the stuff about that more concise.
7537
7538Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7539
7540 * stabs.texinfo (Class Names): New node.
7541
7542 * gdb.texinfo (Command Files): Explain order of init file reading.
7543
7544 * remote.texi (Bootstrapping): Talk about getting the serial driver
7545 to deal with ^C sent by gdb to stop the remote system.
7546
7547Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
7548
7549 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7550
7551 * libgdb.texinfo (Defining Commands): made the DOC arg
7552 to gdb_define_app_command a char * instead of char **
7553 per a suggestion from kingdon.
7554
7555 * libgdb.texinfo: total rewrite from a different starting
7556 premise.
7557
7558Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7559
7560 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7561 floats passed as doubles (to improve clarity).
7562
7563Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7564
7565 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7566
7567 * a4rc.sed: update to work with Andreas Vogel papersize params
7568
7569 * refcard.tex: use Andreas Vogel simplifications of papersize
7570 params; remove useless version info; update copyright date.
7571
7572Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7573
7574 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7575
7576Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7577
7578 * gdb.texinfo (Files): Say what address the load command loads it at.
7579
7580 * stabs.texinfo (Common Blocks): Minor cleanups.
7581
7582 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7583 that Sun has backed away from the linker kludge and thus the relevant
7584 issue is changes to the SunPRO tools, not the Solaris linker.
7585
7586 * stabs.texinfo (Traditional Integer Types): Clean up description
7587 of octal bounds a little bit. Document extra leading zeroes.
7588
7589Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7590
7591 * gdb.texinfo (Signaling): Update for symbolic symbol names
7592 and add a section explaining the difference between the GDB
7593 signal command and the shell kill utility.
7594
7595Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
7596
7597 * libgdb.texinfo: added `@' to braces that were unescaped.
7598
7599Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
7600
7601 * libgdb.texinfo: new file. Spec for the gdb library.
7602
7603Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7604
7605 * stabs.texinfo (Include Files): Fix typo (start -> end).
7606
7607Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7608
7609 * gdb.texinfo, remote.texi: assorted small improvements, mostly
7610 from Melissa at FSF's editing pass.
7611
7612Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7613
7614 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
7615 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
7616 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
7617
7618Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7619
7620 * remote.texi (Bootstrapping): Discuss 386 call gates.
7621
7622Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7623
7624 * stabs.texinfo (Based Variables): New node.
7625
7626Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
7627
7628 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
7629 names, sizes, and formats to suggest how not to lose.
7630
7631Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7632
7633 * stabs.texinfo (Methods): Fix typo.
7634
7635Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7636
7637 * gdb.texinfo: Fix a few typos.
7638
7639Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7640
7641 * gdb.texinfo: Clarify how well it works with Fortran.
7642
7643 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
7644 More on relocating stabs in ELF files.
7645
7646Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7647
7648 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
7649
7650Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7651
7652 * stabs.texinfo (Local Variable Parameters): Talk about nameless
7653 parameters on VAX.
7654
7655Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7656
7657 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
7658
7659Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7660
7661 * stabs.texinfo: Make info author notice match the TeX author notice.
7662
7663Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7664
7665 * stabs.texinfo: Initial-caps all words in node names and
7666 non-trivial words in section names.
7667
7668Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7669
7670 * stabs.texinfo: Many minor cleanups.
7671
7672 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
7673
7674Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
7675
7676 * stabs.texinfo: Remove full description of big example.
7677 It's not really helpful; just use pieces of it where appropriate.
7678 Add more Texinfo formatting directives (@samp, etc.).
7679 Use @deffn to define stab types.
7680 Eliminate some wordiness. Break up some nodes.
7681 Add an (alphabetized) index of symbol types.
7682 Use consistent capitalization style in node and section names.
7683
7684Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
7685
7686 * gdb.texinfo: Change typo "Two two" to "The two".
7687
7688Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7689
7690 * stabs.texinfo (XCOFF-differences): Remove references to
7691 non-existent types N_DECL and N_RPSYM.
7692
7693 * stabs.texinfo (String Field): Say that type attributes bug is
7694 fixed in GDB 4.10, since it is.
7695
7696 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
7697
7698Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
7699
7700 * stabs.texinfo: Formatting cleanups.
7701
7702Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7703
7704 * stabs.texinfo: When explaining the n_type of a stab, standardize
7705 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
7706 no tabs, use @r).
7707 (Global Variables): Clean up.
7708
7709Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7710
7711 * stabs.texinfo (Stack Variables): Re-write.
7712
7713Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7714
7715 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
7716 addresses of a source file. Also revise formatting.
7717 Change "object module" or "object file" to "source file".
7718 Various: Miscellaneous cleanups.
7719
7720Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7721
7722 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
7723
7724Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
7725
7726 * gdbint.texinfo: Removed many nonsensical machine-collected
7727 host and target conditionals, described some of the remainder.
7728
7729Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7730
7731 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
7732
7733 * gdbint.texinfo (Top): Add name to @top line, and re-write the
7734 paragraph which follows.
7735
7736 * gdbint.texinfo (Host): Use @code not @samp for Makefile
7737 variables. Looks better and avoids overful hbox.
7738
7739Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7740
7741 * stabs.texinfo (Procedures): Improve stuff on nested functions.
7742
7743Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7744
7745 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
7746 retransmit-timeout
7747
7748Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7749
7750 * gdbint.texinfo: Update statement about `some ancient Unix
7751 systems, like Ultrix 4.0' to Ultrix 4.2.
7752
7753Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
7754
7755 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
7756
7757 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
7758
7759 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
7760 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
7761
7762 * remote.texi: new name for former gdbinv-s.texi
7763
7764 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
7765
7766Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
7767
7768 * gdbinv-s.texi: Documented timeout and retransmit-timeout
7769 variables for MIPS remote debugging protocol.
7770
7771Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7772
7773 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
7774
7775Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
7776
7777 * Makefile.in (refcard.dvi): Use srcdir where necessary.
7778
7779Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
7780
7781 * gdb.texinfo: repair conditional bugs in text markup
7782
7783Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7784
7785 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
7786 to select Modula-2 material.
7787
7788Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7789
7790 * stabs.texinfo: Cleanups regarding statics.
7791
7792 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
7793 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
7794
7795Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7796
7797 * stabs.texinfo: N_MAIN is sometimes used for C.
7798
7799Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7800
7801 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
7802
7803Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
7804
7805 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 7806 removed from the code by Kingdon.
c906108c
SS
7807
7808Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7809
7810 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
7811 input when evaluating breakpoint conditions; the bug has been fixed.
7812
7813 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
7814 sets the ignore count to N-1, not to N.
7815
7816Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7817
7818 * refcard.tex (\hoffset): correct longstanding error to match
7819 intended offset; avoids cutting off edge on some printers
7820
7821Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7822
7823 * stabs.texinfo (Parameters): Say that order of stabs is significant.
7824
7825Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7826
7827 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
7828
7829Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7830
7831 * Makefile.in: (REFEDITS) new var to control whether PS or CM
7832 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
7833 collect sed edits if any, apply to refcard before formatting;
7834 (refcard.ps) stop implying PS fonts if PS output requested;
7835 (lrefcard.ps) delete extra target for variant PS fonts
7836
7837 * refcard.tex: parametrize papersize dependent info, collect
7838 in easily replaced spot
7839
7840 * a4rc.sed: new file, edits to refcard for A4 paper
7841
7842Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7843
7844 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
7845
7846Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7847
7848 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
7849
7850Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7851
7852 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
7853 politely rather than rudely.
7854
7855Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7856
7857 * stabs.texinfo: Document common blocks.
7858
7859Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
7860
7861 * stabs.texinfo: Add some basic info about stabs-in-elf.
7862
7863Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7864
7865 * stabs.texinfo (Top): Minor cleanup.
7866
7867Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
7868
7869 * Makefile.in (install-info): remove parentdir support
7870
7871Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7872
7873 * gdb.texinfo (Copying): delete this node and references to it;
7874 RMS says this manual need not carry GPL. (passim): Improvements
7875 from last round at FSF, largely due to Ian Taylor review, and
7876 minor formatting improvements.
7877
7878 * gdbinv-s.texi (passim): Improvements from last round at FSF,
7879 largely due to Ian Taylor review. (Debug Session): minor edits to
7880 new text.
7881
7882Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
7883
7884 * Makefile.in (realclean): Remove info and dvi files too.
7885
7886Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
7887
7888 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
7889 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
7890 * gdb.texinfo: Change accordingly.
7891
7892 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
7893 N_{L,R}BRAC,N_SLINE are relative to.
7894
7895Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
7896
7897 * Makefile.in (GDBvn.texi): Update atomically.
7898
7899Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
7900
7901 * gdbinv-s.texi (Debug Session): Document exceptionHook.
7902
7903Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
7904
7905 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
7906 addresses together. Also motivate the set print symbol-filename
7907 command and suggest other solutions.
7908
7909Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
7910
7911 * gdb.texinfo (set print elements): Note that the number of
7912 elements is set to unlimited by "set print elements 0".
7913
7914Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
7915
7916 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
7917 NF_LDOUBLE means.
7918 (Stab Types): Include Solaris stab types.
7919 (Procedures): Document Solaris extensions.
7920
7921Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7922
7923 * gdb.texinfo: Add `set print symbol-filename' doc.
7924
7925Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7926
7927 * stabs.texinfo (Arrays): Talk about type definition vs. type
7928 information.
7929
7930 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
7931 the trailing semicolon.
7932
7933Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7934
7935 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
7936 and merge in other parts of the document addressing these subjects.
7937 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
7938
7939 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
7940 at the end of a range type.
7941
7942 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
7943 AIX extensions.
7944
7945Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7946
7947 * stabs.texinfo (Stabs Format): Misc fixes.
7948
7949Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7950
7951 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
7952 (Traditional builtin types): Document convex convention for long long.
7953 (Negative builtin types): Discuss type names, and misc fixes.
7954
7955Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7956
7957 * stabs.texinfo (Builtin Type Descriptors): Document the floating
7958 point types used with @samp{R} type descriptor.
7959 (Symbol Descriptors): Describe how to handle conflict between
7960 different meanings of @samp{P} symbol descriptor.
7961
7962Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7963
7964 * stabs.texinfo: Remove node Quick Reference and put its children
7965 directly under the main menu.
7966
7967 * stabs.texinfo: Many more changes to bring it into line with
7968 AIX documentation and reality. I think it now has all the
7969 information from the AIX documentation, except that I burned
7970 out when I got to variant records (Pascal and Modula-2) and
7971 all the COBOL types. Oh well, we can add them later when we're
7972 worrying more about those languages.
7973
7974 * stabs.texinfo (Automatic variables): Talk about what it means
7975 to omit the symbol descriptor.
7976
7977Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7978
7979 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
7980 gcc2 behavior with promoted args.
7981
7982Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7983
7984 * gdb.texinfo: include readline appendices in info version of manual
7985
7986Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7987
7988 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
7989 target remote.
7990
7991 * gdb.texinfo (Machine Code): more index entries for disassemble
7992
7993Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
7994
7995 * Clarify the intended use of the gdb-testers and gdb-patches
7996 mailing lists, and shrink gzip comment.
7997
7998Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7999
8000 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8001 DOSHOST configuration of manual.
8002
8003 * gdb.texinfo (MIPS Stack): new node.
8004
8005 * all-config.texi (MIPS) new switch.
8006
8007 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8008 tense; (MIPS Remote) new node.
8009
8010 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8011 bug; (Environment) less passive, other small cleanups in text about
8012 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8013 (Remote) new MIPS Remote menu entry.
8014
8015Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8016
8017 * stabs.texinfo: Many changes to include information from the
8018 AIX documentation.
8019
8020 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8021
8022Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8023
8024 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8025 Move a bunch of information from ../README.
8026 (Getting Started): New node.
8027
8028Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8029
8030 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8031
8032 * gdb.texinfo: advance manual revision dates to present
8033
8034 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8035 stop using silly Roman numerals in @set variable names
8036
8037Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8038
8039 * stabs.texinfo (Parameters): Keep trying to get this right.
8040
8041Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8042
8043 * stabs.texinfo (Parameters): More on "local parameters".
8044
8045Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8046
8047 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8048
8049Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8050
8051 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8052 (Parameters): Rewrite.
8053 (xcoff-differences, Sun-differences): Minor changes.
8054
8055Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8056
8057 * stabs.texinfo: Minor cleanup.
8058
8059Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8060
8061 * gdbint.texinfo: Minor xcoff stuff.
8062
8063Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8064
8065 * gdbint.texinfo: Update for new config directory structure.
8066 Add info about internal type data structures.
8067
8068Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8069
8070 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8071 $(srcdir).
8072 (gdb-config.texi): Depend on file in $(srcdir).
8073
8074Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8075
8076 * stabs.texinfo: Fixes about N_SO.
8077
8078Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8079
8080 * gdb.texinfo: include list of nonstandard init file names
8081
8082 * *-config.texi: new switch GENERIC for text that applies *only*
8083 to (usual) multiple-target version of manual
8084
8085 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8086 h8 config
8087
8088 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8089 in menus (rather than conditionally selected multiple alternative
8090 menus).
8091
8092 * Makefile.in: define and use DOC_CONFIG var to select
8093 configuration for GDB user manual.
8094
8095 * gdb-config.texi: delete from repository, generate from Makefile.
8096
8097 * all-config.texi: normal `generic' configuration file, formerly
8098 stored as gdb-config.texi
8099
8100Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8101
8102 * Makefile.in: add dvi target to build all .dvi files
8103
8104Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8105
8106 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8107
8108Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8109
8110 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8111 host conditionals.
8112 * stabs.texinfo: More array fixes inspired by Jim's.
8113
8114Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8115
8116 * stabs.texinfo: Fixes re arrays and continuations.
8117
8118 * gdbint.texinfo: Add XCOFF node.
8119
8120Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8121
8122 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8123
8124Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8125
8126 * stabs.texinfo: Fix for array types to mention lower bounds.
8127
8128Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8129
8130 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8131
8132Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8133
8134 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8135
8136Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8137
8138 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8139 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8140
8141Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8142
8143 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8144
8145Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8146
8147 * gdb.texinfo, gdbinv-s.texi: misc updates
8148
8149Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8150
8151 * gdbint.texinfo: Brief documentation for longjmp support,
8152 from an email msg by Stu.
8153
8154Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8155
8156 * stabs.texinfo: Fix description of floating point "range"
8157 types (which really define basic types). Reported by Jim Meehan,
8158 <meehan@src.dec.com>.
8159
8160 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8161
8162Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8163
8164 * gdbint.texinfo: Slightly expand section on supporting a new
8165 object file format.
8166
8167Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8168
8169 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8170 intermediate file.
8171
8172Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8173
8174 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8175
8176Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8177
8178 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8179
8180 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8181 as well as Z8002.
8182
8183Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8184
8185 * gdbint.texinfo: Add sections on clean design and on how to send
8186 in changes.
8187
8188Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8189
8190 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8191
8192Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8193
8194 * gdb.texinfo: Fix typo, reported by Karl Berry.
8195
8196Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8197
8198 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8199
8200Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8201
8202 * gdbint.texinfo: fixed a stray email address (needs @@),
8203 added @table @code to node "Native Conditionals"
8204
8205Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8206
8207 * gdbint.texinfo: Describe coding style of GDB.
8208
8209Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8210
8211 * stabs.texinfo: Minor wording changes.
8212
8213Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8214
8215 * gdbint.texinfo: Improve release doc slightly.
8216
8217Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8218
8219 * gdbint.texinfo: Improve doc of GDB config macros.
8220
8221Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8222
8223 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8224 These will be reinserted when examined.
8225
8226Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8227
8228 * gdbint.texinfo: Make a start at documenting all the #if macros
8229 in GDB. At least list them all, and start separating them into
8230 host-specific and target-specific.
8231
8232Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8233
8234 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8235 examples (not consistent w others).
c906108c
SS
8236 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8237 for generic vn of doc
8238
8239Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8240
8241 * Makefile.in: always create installation directories.
8242
8243Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8244
8245 * gdb.texinfo: in h8 config, do not describe searching commands.
8246
8247Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8248
8249 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8250 conditionals; introduce a few generic switches that may be
8251 useful for other cross-dev or dos-hosted configs.
8252
8253 * gdb.texinfo: fix typo in "info reg" description
8254
8255Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8256
8257 * stabs.texinfo: Minor updates from running TeX over it.
8258 * Makefile.in (stabs.dvi, stabs.ps): Add.
8259
8260Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8261
8262 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8263 First pass at converting it to texinfo.
8264
8265Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8266
8267 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8268 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8269
8270Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8271
8272 * gdbint.texinfo: Add section on partial symbol tables.
8273
8274Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8275
8276 * gdb.texinfo: document `set remotedebug' and `set
8277 rstack_high_address'.
8278
8279Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8280
8281 * gdb.texinfo: slight expansion of new text on reading info files
8282 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8283 H8/300 from DOS.
8284
8285Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8286
8287 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8288
8289Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8290
8291 * gdb.texinfo: Say how to read the `info' files.
8292
8293Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8294
8295 * Makefile.in: gm4 -> m4.
8296
8297Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8298
8299 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8300 Documentation' ahead of `Installing GDB' to match README.
8301 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8302 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8303
8304Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8305
8306 * Makefile.in: remove $(srcdir) from gdb.info rule.
8307
8308Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8309
8310 * Makefile.in: commented out gdb-all.texinfo rule. This is
8311 temporary.
8312
8313Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8314
8315 * Makefile.in, configure.in: removed traces of namesubdir,
8316 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8317 copyrights to '92, changed some from Cygnus to FSF.
8318
8319Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8320
8321 * gdb.texinfo: Improve how we ask for bug reports.
8322
8323Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8324
8325 * Makefile.in: infodir belongs in datadir.
8326
8327Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8328
8329 * Makefile.in: remove spaces following hyphens, bsd make can't
8330 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8331 standards.text support.
c906108c
SS
8332
8333Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8334
8335 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8336 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8337 and mandir now keyed off datadir by default.
8338
8339\f
8340Local Variables:
9e9c5ae7 8341mode: change-log
c906108c
SS
8342left-margin: 8
8343fill-column: 74
8344version-control: never
8345End:
This page took 1.627174 seconds and 4 git commands to generate.