gdb/doc/
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
559a7a62
JK
12011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2 Eli Zaretskii <eliz@gnu.org>
3
4 * gdb.texinfo (Index Section Format): Change the version to 5.
5 Describe the different formula.
6
03f2bd59
JK
72011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8 Eli Zaretskii <eliz@gnu.org>
9
10 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
11 for disconnected tracing.
12 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
13 extended-remote relationship. Mention --once.
14 (TCP port allocation lifecycle of @code{gdbserver}): New.
15
d9b1a651
EZ
162011-04-23 Eli Zaretskii <eliz@gnu.org>
17
18 * gdb.texinfo (Server): Improve indexing. Index all optional
19 switches to gdbserver.
20
90476074
TT
212011-04-20 Tom Tromey <tromey@redhat.com>
22
23 * gdb.texinfo (Index Section Format): New node.
24 (Top): Add new node to menu.
25
c21236dc
PA
262011-04-20 Pedro Alves <pedro@codesourcery.com>
27
28 * gdb.texinfo (Maintenance Commands): Document `maint print
29 remote-registers'.
30
05c8c3f5
TT
312011-04-20 Tom Tromey <tromey@redhat.com>
32
33 * gdb.texinfo (Trace File Format): Move node later.
34
7a9dd1b2
TT
352011-04-19 Tom Tromey <tromey@redhat.com>
36
37 * gdbint.texinfo (Register Information Functions): Remove
38 duplicate "the".
39 * gdb.texinfo (Emacs): Remove duplicate "to".
40 (GDB/MI Variable Objects): Remove duplicate "the".
41 (General Query Packets): Likewise.
42
4368ebeb
JB
432011-04-02 Joel Brobecker <brobecker@adacore.com>
44
45 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
46 "GDB/MI Ada Exception Information" node.
47
956a9fb9
JB
482011-04-01 Joel Brobecker <brobecker@adacore.com>
49
50 * gdb.texinfo (GDB/MI Ada Exception Information): Document
51 the "exception-name" field in the *stopped async record.
52
f1310107
TJB
532011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
54 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
55
56 Implement support for PowerPC BookE ranged breakpoints.
57 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
58
8786b2bd
TT
592011-03-28 Tom Tromey <tromey@redhat.com>
60
61 * gdb.texinfo (Set Tracepoints): Fix typo.
62
9ef07c8c
TT
632011-03-24 Tom Tromey <tromey@redhat.com>
64
65 * gdb.texinfo (Specify Location): Document `function:label'
66 linespec.
67
99c3dc11
PM
682011-03-18 Phil Muldoon <pmuldoon@redhat.com>
69
f1310107 70 PR python/12149
99c3dc11
PM
71
72 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
73
29703da4
PM
742011-03-17 Phil Muldoon <pmuldoon@redhat.com>
75
76 * gdb.texinfo (Blocks In Python): Add is_valid method description.
77 (Inferiors In Python): Likewise.
78 (Threads In Python): Likewise.
79 (Symbols In Python): Likewise.
80 (Objfiles In Python): Likewise.
81 (Symbol Tables In Python): Likewise.
82
c9174737
PA
832011-03-15 Pedro Alves <pedro@codesourcery.com>
84
85 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
86 display>: Explain that the commands accept number ranges.
87
7371cf6d
PM
882011-03-14 Phil Muldoon <pmuldoon@redhat.com>
89
90 * gdb.texinfo (Breakpoints In Python): Add description and example
91 of Python stop function operation.
92
ecec24e6
PM
932011-03-10 Phil Muldoon <pmuldoon@redhat.com>
94
95 * gdb.texinfo (Parameters In Python): Document get_set_string and
96 get_show_string methods.
97
6dcd5565
JK
982011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
99
100 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
101
81896e36
JK
102 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
103 circular-trace-buffer name.
104
5e30da2c
JB
1052011-02-28 Joel Brobecker <brobecker@adacore.com>
106
107 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
108 in the previous change.
109
3bd0f5ef 1102011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
111
112 * gdb.texinfo (Inferiors and Programs): Update commands to show
113 that they can accept multiple arguments.
114
4ec7539c
JB
1152011-02-24 Joel Brobecker <brobecker@adacore.com>
116
117 Revert the following patch (code patch was not approved):
118 2011-02-21 Hui Zhu <teawater@gmail.com>
119 * agentexpr.texi (bytecode descriptions): add printf.
120 * gdb.texinfo (tracepoint action lists): add printf.
121
82809774
DE
1222011-02-23 Doug Evans <dje@google.com>
123
124 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
125
e5a67952
MS
1262011-02-23 Michael Snyder <msnyder@vmware.com>
127
128 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
129 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
130 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
131
6e6fbe60
DE
1322011-02-22 Doug Evans <dje@google.com>
133
134 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
135 Clarify behaviour of lookup_symbol when `block' argument is omitted,
136 add description of result, fix @defun formatting.
137
f994e27a
HZ
1382011-02-21 Hui Zhu <teawater@gmail.com>
139
140 * agentexpr.texi (Bytecode Descriptions): Add printf.
141 * gdb.texinfo (Tracepoint Action Lists): Add printf.
142
c7f96d2b
TT
1432011-02-18 Tom Tromey <tromey@redhat.com>
144
145 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
146
60f98dde
MS
1472011-02-14 Michael Snyder <msnyder@vmware.com>
148
149 * gdb.texinfo (threads): Document argument for "info threads" cmd.
150 Document new command "thread find".
151
08e796bc
MS
1522011-02-14 Michael Snyder <msnyder@vmware.com>
153
154 * gdb.texinfo (Threads): Update example of new thread message.
155
b3b9301e
PA
1562011-02-14 Pedro Alves <pedro@codesourcery.com>
157
158 * gdb.texinfo (Remote Configuration): Mention set/show remote
159 traceframe-info.
160 (Tools/Packages Optional for Building GDB): Mention that expat is
161 used for traceframe info.
162 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
163 (General Query Packets) <qSupported>: Describe the
164 qXfer:traceframe-info:read feature.
165 (qXfer::read): Describe qXfer:traceframe-info:read.
166 (Traceframe Info Format): New section.
167
cef35b0f
PA
1682011-02-04 Pedro Alves <pedro@codesourcery.com>
169
170 * gdbint.texinfo (Formatting): Mention some formatting guidelines
171 for casts and unary operators.
172
f1cbe1d3
TT
1732011-02-04 Tom Tromey <tromey@redhat.com>
174
175 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
176 is not useful.
177
585fdaa1
PA
1782011-01-25 Pedro Alves <pedro@codesourcery.com>
179
180 * gdb.texinfo: s/value optimized out/optimized out/g
181
7bfc9434
JB
1822011-01-21 Joel Brobecker <brobecker@adacore.com>
183
184 * gdb.texinfo (Other Misc Settings): Rework part of the
185 documentation of the "set interactive mode" command.
186
4694da01
TT
1872011-01-19 Tom Tromey <tromey@redhat.com>
188
189 * gdb.texinfo (Threads): Document thread name output and `thread
190 name' command.
191 (Threads In Python): Document Thread.name attribute.
192 (GDB/MI Thread Commands): Document thread attributes.
193
b716877b
AB
1942011-01-12 Andrew Burgess <aburgess@broadcom.com>
195
196 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
197 changes in mi/mi-cmd-disas.c
198
13fd8b81
TT
1992011-01-12 Tom Tromey <tromey@redhat.com>
200
201 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
202 Fix "thread apply" text.
203
e09342b5
TJB
2042011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
205 Thiago Jung Bauermann <bauerman@br.ibm.com>
206
207 Implement support for PowerPC BookE ranged watchpoints.
208 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
209 the "set powerpc exact-watchpoints" flag.
210
06e65f44
TT
2112011-01-07 Tom Tromey <tromey@redhat.com>
212
213 * gdb.texinfo (Python API): Add descriptions to @menu items.
214
d8e22779
TT
2152011-01-06 Tom Tromey <tromey@redhat.com>
216
217 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
218
a255712f
PP
2192010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
220
e09342b5 221 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 222
ccfc3d6e
TT
2232011-01-06 Tom Tromey <tromey@redhat.com>
224
225 PR python/12133:
226 * gdb.texinfo (Frames In Python): Document various frame
227 constants.
228
44944448
JB
2292011-01-05 Joel Brobecker <brobecker@adacore.com>
230
231 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
232 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
233 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
234
42ea3d7a
JK
2352011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
236
237 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
238 (clean): Add GDBvn.texi.
239
720d1a40
JB
2402010-12-29 Joel Brobecker <brobecker@adacore.com>
241
242 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
243 occasional case where the debugger prints an array address
244 instead of the array itself.
245
ad196637
PA
2462010-12-23 Pedro Alves <pedro@codesourcery.com>
247
248 * gdb.texinfo (Packets) <read registers packet>: Document support
249 for registers that were not collected.
250
a86caf66
DE
2512010-12-15 Doug Evans <dje@google.com>
252
253 * gdb.texinfo (Startup): Document auto-loading of scripts during
254 startup.
255 (Auto-loading): Delete "maint set python auto-load on|off".
256 Add "set auto-load-scripts on|off".
257
aae1c79a
DE
2582010-12-07 Doug Evans <dje@google.com>
259
260 * gdb.texinfo (Mode Options): Document -data-directory.
261 (Data Files): Add reference to -data-directory.
262
4e04c971
DE
2632010-11-29 Doug Evans <dje@google.com>
264
265 * gdb.texinfo (Pretty-Printer Introduction): Change
266 printer-name:subprinter-name to printer-name;subprinter-name.
267
94b6973e
PM
2682010-11-29 Phil Muldoon <pmuldoon@redhat.com>
269
270 PR python/12199
271
272 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
273
39037522
TT
2742010-11-23 Tom Tromey <tromey@redhat.com>
275
276 * gdb.texinfo (Top): Check SYSTEM_READLINE.
277 (Editing): Likewise.
278 (Command History): Likewise.
279 (TUI Keys): Likewise.
280 (Bug Reporting): Conditionally include rluser.texi and
281 inc-history.texinfo.
282 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
283 (GDB_DOC_SOURCE_INCLUDES): Add comment.
284 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
285 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
286 (gdb.pdf): Likewise.
287 (gdb.info): Likewise.
288 (gdb/index.html): Likewise.
289
5ae98d25
TT
2902010-11-23 Tom Tromey <tromey@redhat.com>
291
292 * Makefile.in (Makefile): Run ../config.status.
293 (distclean): Update.
294 * configure: Remove.
295 * configure.ac: Remove.
296
621c8364
TT
2972010-11-12 Tom Tromey <tromey@redhat.com>
298
299 * gdb.texinfo (Basic Python): Update. Add xref.
300 (Exception Handling): Document new exception classes.
301 (Types In Python): Update.
302 (Frames In Python): Update.
303
84f4c1fe
PM
3042010-11-11 Phil Muldoon <pmuldoon@redhat.com>
305
306 * gdb.texinfo (Breakpoints In Python): Document "internal"
307 parameter, and visible attribute.
308
99e7ae30
DE
3092010-11-05 Doug Evans <dje@google.com>
310
311 * gdb.texinfo (Source Path): Document "set directories".
312
f4b8a18d
KW
3132010-11-05 Ken Werner <ken.werner@de.ibm.com>
314
315 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
316 (OpenCL C): New node.
317
7b51bc51
DE
3182010-11-02 Doug Evans <dje@google.com>
319
320 * gdb.texinfo (Pretty Printing): Expand into three sections,
321 introduction, example, and commands.
322 (Python API): Delete section Disabling Pretty-Printers, merge into
323 Selecting Pretty-Printers.
324 (Writing a Pretty-Printer): New section. Move the pretty-printer
325 example here, and reformat to match python coding style. Add a second
326 example using the gdb.printing module.
327 (Python modules): Add gdb.printing.
328
9eeee977
DE
3292010-10-29 Doug Evans <dje@google.com>
330
331 * gdb.texinfo (Python): Fix long line.
332
a0e0ffdf
DE
3332010-10-20 Doug Evans <dje@google.com>
334
335 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
336 All references updated. Correct sections marked as subsections.
337 (Coding Standards): New chapter. Move the coding standard related
338 subsections here. Add section on Python coding standards.
339
0e3509db
DE
3402010-10-13 Doug Evans <dje@google.com>
341
342 * gdb.texinfo (Python): Add "Python modules".
343 (Types in Python): Add reference to gdb.types section.
344 (Python modules): New node.
345
44592cc4
DE
3462010-10-11 Doug Evans <dje@google.com>
347
348 * gdb.texinfo (Values From Inferior): Add reference to "Types in
349 Python" from gdb.Value.type description.
350
6e1bb179
JB
3512010-09-28 Joel Brobecker <brobecker@adacore.com>
352
353 * gdb.texinfo (Ravenscar Profile): New node.
354
e8467610
TT
3552010-09-22 Tom Tromey <tromey@redhat.com>
356
357 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
358
fccd1d1e
EZ
3592010-09-22 Eli Zaretskii <eliz@gnu.org>
360
361 * gdb.texinfo (Values From Inferior): Clarify that
362 value.dynamic_type works only in C++ programs with RTTI.
363
c1b6b909
TT
3642010-09-15 Paul Bolle <pebolle@tiscali.nl>
365
366 * gdb.texinfo (Character Sets): Correctly reference host-charset
367 in example.
368
7d288aaa
TT
3692010-09-13 Tom Tromey <tromey@redhat.com>
370
371 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
372 Document "fullname" and "from".
373
f75d858b
MK
3742010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
375
376 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
377 feature `reverse' output by -list-target-features.
378
83b9503b
L
3792010-08-31 H.J. Lu <hongjiu.lu@intel.com>
380
381 * gdb.texinfo (i386 Features): Remove an extra "@item".
382
03f17ccf
TT
3832010-08-30 Tom Tromey <tromey@redhat.com>
384
385 PR python/11792:
386 * gdb.texinfo (Values From Inferior): Document dynamic_type.
387
9779414d
DJ
3882010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
389
390 * gdb.texinfo (ARM Features): Document
391 org.gnu.gdb.arm.m-profile.
392
f9ffd4bb
TT
3932010-08-23 Tom Tromey <tromey@redhat.com>
394
395 PR python/11145:
396 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
397 reinterpret_cast methods.
398
702c2711
TT
3992010-08-23 Tom Tromey <tromey@redhat.com>
400
401 PR python/11915:
402 * gdb.texinfo (Types In Python): Document array method.
403
66b73624
TJB
4042010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
405
406 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
407
06a64a0b
TT
4082010-08-16 Tom Tromey <tromey@redhat.com>
409
410 * gdb.texinfo (Set Watchpoints): Document -location option.
411
a3a7127e
DE
4122010-08-13 Doug Evans <dje@google.com>
413
414 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
415
8dedea02
VP
4162010-08-13 Vladimir Prus <vladimir@codesourcery.com>
417
418 * gdb.texinfo (GDB/MI Data Manipulation): Document
419 -data-read-memory-raw and -data-write-memory-raw.
420
ca5c20b6 4212010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 422 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
423
424 * gdb.texinfo (Basic Python): Describe post_event API.
425
cb2e07a6
PM
4262010-08-11 Phil Muldoon <pmuldoon@redhat.com>
427
428 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 429 decode_line Python APIs
cb2e07a6 430
464b3efb
TT
4312010-08-10 Tom Tromey <tromey@redhat.com>
432
433 * gdb.texinfo (Pretty Printing API): Document
434 gdb.default_visualizer.
435
c29c521f
TT
4362010-08-10 Tom Tromey <tromey@redhat.com>
437
438 Revert gdb-add-index addition:
439 * gdb.texinfo (Index Files): Don't document gdb-add-index.
440
5da1313b
JK
4412010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
442 Eli Zaretskii <eliz@gnu.org>
443
444 * gdb.texinfo (Mode Options) <-batch>
445 (Basic Python) <gdb.execute>: Describe setting width and height.
446
02d868e8
PP
4472010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
448
449 * gdb.texinfo (Threads): Document 'debug libthread-db'.
450
c2bbed2a
TT
4512010-07-30 Tom Tromey <tromey@redhat.com>
452
453 * gdb.texinfo (Index Files): Mention gdb-add-index.
454
6c13bbe1
HZ
4552010-07-30 Hui Zhu <teawater@gmail.com>
456
457 * gdb.texinfo (Inferiors and Programs): Update the introduce of
458 "detach inferior" and "kill inferior".
459
53a71c06
CR
4602010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
461
462 * gdb.texinfo (Machine Code): Update description of two forms of
463 arguments, and add new example to demonstrate the new form.
464
5374244e
PM
4652010-07-27 Phil Muldoon <pmuldoon@redhat.com>
466
467 * gdb.texinfo (Values From Inferior): Add value inferior function
468 call description.
469
8ea5bce5
JK
4702010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
471
472 * gdb.texinfo (Active Targets): Fix wrong comma placement.
473
c0edd9ed
JK
4742010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
475 Eli Zaretskii <eliz@gnu.org>
476
477 Make core files the process_stratum.
478 * gdb.texinfo (Active Targets): Remove core_stratum. Include
479 record_stratum example.
480
9291a0cd
TT
4812010-07-13 Tom Tromey <tromey@redhat.com>
482
483 * gdb.texinfo (Index Files): New node.
484
f5011d11
TT
4852010-07-13 Tom Tromey <tromey@redhat.com>
486
487 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
488
0f5238ed
TT
4892010-07-13 Tom Tromey <tromey@redhat.com>
490
491 * gdb.texinfo (Specify Location): Document labels.
492
74c761c1
PA
4932010-07-01 Pedro Alves <pedro@codesourcery.com>
494
495 * gdb.texinfo (Create and Delete Tracepoints): Add more index
496 entries for fast tracepoints and static tracepoints.
497
501994c0
PA
4982010-07-01 Pedro Alves <pedro@codesourcery.com>
499
500 * gdb.texinfo (General Query Packets) <qfThreadInfo,
501 qsThreadInfo>: Spell out `l' as ell.
502
0fb4aa4b
PA
5032010-07-01 Pedro Alves <pedro@codesourcery.com>
504
505 * gdb.texinfo (Convenience Variables): Document $_sdata.
506 (Commands to Set Tracepoints): Describe static tracepoints. Add
507 `Listing Static Tracepoint Markers' menu entry. Document
508 "strace".
509 (Tracepoint Action Lists): Document collecting $_sdata.
510 (Listing Static Tracepoint Markers): New subsection.
511 (Tracepoints support in gdbserver): Mention static tracepoints.
512 (remote packets, enabling and disabling): Mention
513 read-sdata-object.
514 (General Query Packets) <qSupported>: Document qXfer:sdata:read
515 and StaticTracepoint.
516 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
517 Document qXfer:sdata:read.
518 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
519
dc3b15be
JB
5202010-06-29 Joel Brobecker <brobecker@adacore.com>
521
522 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
523
595939de
PM
5242010-06-28 Phil Muldoon <pmuldoon@redhat.com>
525 Tom Tromey <tromey@redhat.com>
526 Thiago Jung Bauermann <bauerman@br.ibm.com>
527
528 * gdb.texinfo (Inferiors In Python): New node.
529 * gdb.texinfo (Threads In Python): New node.
530
9279c692
JB
5312010-06-28 Joel Brobecker <brobecker@adacore.com>
532
533 * gdb.texinfo (Python): Document what the python directory is
534 and what its location is.
535 (Basic Python): Document the gdb.PYTHONDIR constant.
536
bc9f0842
TT
5372010-06-25 Tom Tromey <tromey@redhat.com>
538
539 PR python/10808:
540 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
541
f1421989
HZ
5422010-06-24 Hui Zhu <teawater@gmail.com>
543
544 * gdb.texinfo: (Commands for Controlled Output): Add
545 documentation for command "eval".
546
e4c0cfae
SS
5472010-06-21 Stan Shebs <stan@codesourcery.com>
548
549 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
550 * annotate.texinfo: Ditto.
551 * gdbint.texinfo: Ditto.
552 * stabs.texinfo: Ditto.
553
bb08c432
HZ
5542010-06-22 Hui Zhu <teawater@gmail.com>
555
556 * gdb.texinfo: (Process Record and Replay): Add documentation
557 for command "set record memory-query".
558
4f5d9f07
SS
5592010-06-21 Stan Shebs <stan@codesourcery.com>
560
561 * gdb.texinfo: Relicense under GFDL version 1.3.
562 * annotate.texinfo: Relicense under GFDL version 1.3.
563 * gdbint.texinfo: Relicense under GFDL version 1.3.
564 * stabs.texinfo: Relicense under GFDL version 1.3.
565 * fdl.texi: Update to version 1.3.
566
6aed2dbc
SS
5672010-06-18 Stan Shebs <stan@codesourcery.com>
568
a61408f8
SS
569 * gdb.texinfo (Operating System Auxiliary Information): Describe
570 "info os" when no arguments given.
571
6aed2dbc
SS
572 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
573 $_thread.
574
24e933df
HZ
5752010-06-18 Hui Zhu <teawater@gmail.com>
576
577 * gdb.texinfo: (Process Record and Replay): Add documentation
578 for commands "record save" and "record restore".
579
65d79d4b
SDJ
5802010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
581
582 * gdb.texinfo: Include information about the correct use
583 of addresses in the `watch' command.
584
d914c394
SS
5852010-06-11 Stan Shebs <stan@codesourcery.com>
586
587 * gdb.texinfo (Observer Mode): New section.
588 (General Query Packets): Document QAllow.
889bf7c5 589
967cf477
DE
5902010-06-04 Doug Evans <dje@google.com>
591
592 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
593
aaf4119b
DE
5942010-06-03 Doug Evans <dje@google.com>
595
596 * gdbint.texinfo (Coding): Add subsection on command names.
597
9eae7c52
TT
5982010-06-02 Tom Tromey <tromey@redhat.com>
599
600 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
601 always-disassemble.
602
fa593d66
PA
6032010-06-01 Pedro Alves <pedro@codesourcery.com>
604
605 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
606 gdbserver, and add cross reference.
607 (Tracepoints support in gdbserver): New subsection.
608
dde08ee1
PA
6092010-05-26 Pedro Alves <pedro@codesourcery.com>
610
611 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
612 `qRelocInsn' feature.
613 (Relocate instruction reply packet): New subsection
614 of `Tracepoint Packets'.
615 (Tracepoint Packets): Mention that packets QTDP and QTStart
616 support the qRelocInsn request, and add cross reference to new
617 subsection.
618
07ca107c
DE
6192010-05-25 Doug Evans <dje@google.com>
620
621 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
622 (Commands In Python): Document gdb.string_to_argv.
623
c25c4a8b
JK
6242010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
625
626 * gdbint.texinfo (Host Definition): Remove items NORETURN and
627 ATTR_NORETURN.
628
d7b32ed3 6292010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
630 Tom Tromey <tromey@redhat.com>
631 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 632
c25c4a8b 633 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 634
6aecb9c2
JB
6352010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
636
637 * gdb.texinfo: (Summary) Add mention about D language support.
638 (Filenames): Add D suffixes.
639 (D): New node.
640
b7da9e9f
PM
6412010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
642
643 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
644 of macro deleted from GDB code.
645
ab38a727
PA
6462010-04-24 Pedro Alves <pedro@codesourcery.com>
647
648 * gdb.texinfo (Commands to specify files): Describe what how GDB
649 looks up DOS-based filesystem paths on the system root. Document
650 the new `set/show target-file-system-kind' commands.
651
66d09542
DE
6522010-04-23 Doug Evans <dje@google.com>
653
654 * gdb.texinfo (Python): Move Auto-loading section here ...
655 (Python API): from here.
656 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
657 (Maintenance Commands): Add docs for "maint print section-scripts".
658
8bd10a10
CM
6592010-04-20 Chris Moller <cmoller@redhat.com>
660
661 * gdb.texinfo (Setting Breakpoints): Added description of
662 filename-qualified rbreak.
663 * refcard.tex (Breakpoints and Watchpoints): Added brief
664 description of filename-qualified rbreak.
665
4c374409
JK
6662010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
667
668 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
669 (Python API): Change the reference to Pretty Printing API.
670 (Pretty Printing): Move the user part under the Data node. Reformat
671 the sample output to 72 columns. Create a new reference to Pretty
672 Printing API. Rename the API part ...
673 (Pretty Printing API): To a new node name.
674 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
675 (GDB/MI Variable Objects): Change references to Pretty Printing API.
676
5a9351ae
SS
6772010-04-21 Stan Shebs <stan@codesourcery.com>
678
679 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 680 and commands.
5a9351ae 681 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 682
9a22f0d0
PM
6832010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
684
685 * gdb.texinfo (Examining memory): Update for change in string
686 display with explicit size.
687
6149aea9
PA
6882010-04-19 Pedro Alves <pedro@codesourcery.com>
689
690 PR breakpoints/8554.
691
692 * gdb.texinfo (Save Breakpoints): New node.
693 (save-tracepoints): Rename to ...
694 (save tracepoints): ... this. Mention that `save-tracepoints' is
695 a deprecated alias to `save tracepoints'.
696
711e434b
PM
6972010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
698
645797a8 699 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
700 (info w32 thread-information-block): Document new command.
701 (qGetTIBAddress): Document new gdbserver query.
702 (maint set/show show-all-tib): Document new command.
703
3f7b2faa
DE
7042010-04-15 Doug Evans <dje@google.com>
705
fa33c3cd
DE
706 * gdb.texinfo (Python API): Add progspaces section.
707 (Selecting Pretty-Printers): Progspace pretty-printers are
708 searched too.
709 (Progspaces In Python): New section.
710
3f7b2faa
DE
711 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
712
79f283fe
PM
7132010-04-14 Phil Muldoon <pmuldoon@redhat.com>
714
715 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
716 returns None.
717
87290684
SS
7182010-04-09 Stan Shebs <stan@codesourcery.com>
719
720 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
721 Describe the `frames-created' field, tweak grammar.
722
a97153c7
PA
7232010-04-09 Pedro Alves <pedro@codesourcery.com>
724
725 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
726 Describe the `circular' and `disconnected' fields.
727
5c5dcc1b
L
7282010-04-09 H.J. Lu <hongjiu.lu@intel.com>
729
730 * gdb.texinfo (maint print registers): Mention unavailable and
731 invisible registers.
732
adc36818
PM
7332010-04-09 Phil Muldoon <pmuldoon@redhat.com>
734 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 735 Tom Tromey <tromey@redhat.com>
adc36818
PM
736
737 * gdb.texinfo (Breakpoints In Python): New Node.
738
33da3f1c
SS
7392010-04-08 Stan Shebs <stan@codesourcery.com>
740
741 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
742 trace status fields.
743
3a13a53b
L
7442010-04-08 H.J. Lu <hongjiu.lu@intel.com>
745
746 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
747 optional. Make org.gnu.gdb.i386.avx requires
748 org.gnu.gdb.i386.avx.
749
08001717
DE
7502010-04-08 Doug Evans <dje@google.com>
751
752 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
753 search path, and document that gdb only scans the search path if
754 the script's path doesn't specify a directory.
755
c375651d
DE
7562010-04-05 Doug Evans <dje@google.com>
757
758 * gdb.texinfo (maint show python auto-load): Fix typo.
759
af54718e
SS
7602010-04-04 Stan Shebs <stan@codesourcery.com>
761
d77f58be
SS
762 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
763 (Setting Watchpoints): Update description of "info watch".
764 (Disabling Breakpoints): Only "info break" lists all.
765
af54718e
SS
766 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
767 (tdump): Explain how tdump works.
768
86b17b60
PA
7692010-04-01 Pedro Alves <pedro@codesourcery.com>
770
771 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
772 add cross reference.
773
ff12863f
PA
7742010-03-31 Pedro Alves <pedro@codesourcery.com>
775
776 * gdb.texinfo (TUI Commands): Mention that in some cases, these
777 commands error out.
778
f68eb612
L
7792010-03-30 H.J. Lu <hongjiu.lu@intel.com>
780
781 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
782
c8d5aac9
L
7832010-03-30 H.J. Lu <hongjiu.lu@intel.com>
784
785 * gdb.texinfo (General Query Packets): Add xmlRegisters.
786
7d13fe92
SS
7872010-03-29 Stan Shebs <stan@codesourcery.com>
788 Nathan Sidwell <nathan@codesourcery.com>
789
790 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
791 GDBN equivalent.
792 (Set Tracepoints): Remove mention that conditional tracepoints
793 don't exist.
794 (Tracepoint Actions): Clarify when while-stepping collection
795 happens, note that while-stepping does not automatically collect
796 $pc.
797
409873ef 7982010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 799
409873ef
SS
800 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
801 (General Query Packets): Describe TracepointSource.
802
ee8e71d4
EZ
8032010-03-27 Matt Rice <ratmice@gmail.com>
804
c8d5aac9
L
805 * gdb.texinfo (ARM): Document arguments to "target sim".
806 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 807
99b5e152
PA
8082010-03-26 Pedro Alves <pedro@codesourcery.com>
809
810 * gdb.texinfo (Tracepoint Packets): Remove mention that
811 terror:string may be plain text, and drop mention of X prefix.
812
cd64ee31
VP
8132010-03-26 Vladimir Prus <vladimir@codesourcery.com>
814
815 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
816
6c28cbf2
SS
8172010-03-24 Stan Shebs <stan@codesourcery.com>
818
819 * gdb.texinfo (Tracepoint Packets): Document trace error status.
820
95a42b64
TT
8212010-03-24 Tom Tromey <tromey@redhat.com>
822
823 PR breakpoints/9352:
824 * gdb.texinfo (Break Commands): Update.
825
18148017
VP
8262010-03-24 Vladimir Prus <vladimir@codesourcery.com>
827
828 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
829 commands.
830
4daf5ac0
SS
8312010-03-16 Stan Shebs <stan@codesourcery.com>
832
833 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
834 circular-trace-buffer.
835 (Tracepoint Packets): Describe QTBuffer, and details of the
836 qTStatus reply.
837
c9429232
SS
8382010-03-12 Stan Shebs <stan@codesourcery.com>
839 Nathan Sidwell <nathan@codesourcery.com>
840
841 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
842 doing instruction stepping.
843 (Tracepoint Restrictions): New node.
844
ccefe4c4
TT
8452010-03-10 Tom Tromey <tromey@redhat.com>
846
847 * gdbint.texinfo (Symbol Handling): Update.
848
7c953934
TT
8492010-03-08 Tom Tromey <tromey@redhat.com>
850
851 PR cli/9591:
852 * gdb.texinfo (Mode Options): Mention lack of pagination and
853 confirmation with --batch.
854 (Screen Size): Mention --batch.
855 (Messages/Warnings): Likewise.
856
f870a310
TT
8572010-03-05 Tom Tromey <tromey@redhat.com>
858
859 * gdb.texinfo (Basic Python): Document target_charset and
860 target_wide_charset.
861
78e2826b
TT
8622010-03-05 Tom Tromey <tromey@redhat.com>
863
864 * gdb.texinfo (Data): Link to pretty-printing.
865 (Output Formats): Likewise. Correct text.
866
f5dff777
DJ
8672010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
868
869 * gdb.texinfo (Types): Describe <struct> and <flags>.
870
dc00d89f
PM
8712010-02-28 Phil Muldoon <pmuldoon@redhat.com>
872
873 * gdb.texinfo (Frames In Python): Add block parameter and
874 description to read_var text.
875
5107b149 8762010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 877 Tom Tromey <tromey@redhat.com>
5107b149
PM
878
879 * gdb.texinfo (Types In Python): Describe block argument in
880 template_argument and gdb.lookup_type.
881
e03e5e7b
TT
8822010-02-24 Tom Tromey <tromey@redhat.com>
883
884 * gdb.texinfo (Cygwin Native): Fix typo.
885
f3e9a817
PM
8862010-02-24 Phil Muldoon <pmuldoon@redhat.com>
887
888 * gdb.texinfo (Frames In Python): Add block, find_sal, function
889 and select method descriptions.
890 (Python API): Add Blocks In Python, Symbols in Python and Symbol
891 Tables in Python to menu.
892 (Blocks In Python): New node.
893 (Symbols In Python): New node.
894 (Symbol Tables in Python): New node.
895
a79b8f6e
VP
8962010-02-24 Vladimir Prus <vladimir@codesourcery.com>
897
898 Multiexec MI
899
900 gdb/
901 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
902
903 gdb/doc/
904 * gdb.texinfo (GDB/MI Command Syntax): Document notification
905 changes.
906 (GDB/MI Program Execution): Document current behaviour of
907 --all and --thread-group.
908 (GDB/MI Miscellaneous Commands): Document -add-inferior and
909 -remove-inferior.
910 * observer.texi (inferior_added, inferior_removed): New
911 observers.
912
629d6a47
TT
9132010-02-19 Tom Tromey <tromey@redhat.com>
914
915 * gdbint.texinfo (Getting Started): Fix @node.
916 (Debugging GDB): Likewise.
917
c09529e5
JB
9182010-02-13 Joel Brobecker <brobecker@adacore.com>
919
920 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
921 documenting the gdb_test_timeout variable.
922
540aa8e7
MS
9232010-02-12 Jakob Engblom <jakob@virtutech.com>
924
925 * gdb.texinfo (MI commands): Added documentation of --reverse
926 option to a set of MI commands. Restructured documentation of MI
927 commands --exec-continue to reflect the complexity of reverse
928 execution.
929
081dfbf7
PA
9302010-02-12 Pedro Alves <pedro@codesourcery.com>
931
932 * gdb.texinfo (Using the Collected Data): Specify that the address
933 range of `tfind outsize' is exclusive, and that the address range
934 of `tfind range' is inclusive.
935 (Tracepoint Packets): Specify that the address range of
936 `QTFrame:range' is inclusive, and that the address range of
937 `QTFrame:outside' is exclusive
938
8e9c5e02
VP
9392010-02-12 Vladimir Prus <vladimir@codesourcery.com>
940
941 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
942
92981e24
TT
9432010-02-10 Tom Tromey <tromey@redhat.com>
944
945 * gdb.texinfo (Debugging Output): Document set debug parser and
946 show debug parser.
947
075b51b7
L
9482010-02-09 H.J. Lu <hongjiu.lu@intel.com>
949
950 * gdb.texinfo (Predefined Target Types): Add i387_ext,
951 i386_eflags and i386_mxcsr.
952
3bb8d5c3
L
9532010-02-08 H.J. Lu <hongjiu.lu@intel.com>
954
955 * gdb.texinfo: Document i386 target features.
956
c5f80513
DE
9572010-02-05 Doug Evans <dje@google.com>
958
959 * gdbint.texinfo (Testsuite): Add a new section to document the
960 various DejaGnu variables that may be overridden.
1be00882 961 Document INTERNAL_GDBFLAGS.
c5f80513 962
6ac33a4e
TT
9632010-02-04 Tom Tromey <tromey@redhat.com>
964
965 PR cli/8830:
966 * gdb.texinfo (Files): -readnow comes before the filename for file
967 and symbol-file.
968
a1dcb23a
DJ
9692010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
970
971 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
972 Document ARM breakpoint types.
973 (Register Packet Format): Move into the new section.
974 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
975
95433b34
JB
9762010-01-21 Joel Brobecker <brobecker@adacore.com>
977
978 * gdb.texinfo (File Options): Adjust the documentation of this
979 switch to refer to the "source" command rather than partially
980 duplicating some of the relevant information.
981 (Extending GDB): Introduce and document the set/show script-extension
982 setting.
983 (Command Files): Add note explaining that the "source" command
984 is also used to evalute scripts written in other languages.
985 Remove the short slightly incorrect reference to sourcing Python
986 scripts.
987 (Python Commands): Document how to execute a Python script from GDB.
988
8d576872
JB
9892010-01-19 Joel Brobecker <brobecker@adacore.com>
990
991 * gdb.texinfo (Command Files): Fix typo.
992
8150ff9c
JB
9932010-01-18 Tom Tromey <tromey@redhat.com>
994
995 * gdb.texinfo (File Options): Document -x on .py files.
996 (Command Files): Document handling of Python scripts.
997
23db03a6
JZ
9982010-01-18 Jie Zhang <jie.zhang@analog.com>
999
1000 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1001
00bf0b85
SS
10022010-01-15 Stan Shebs <stan@codesourcery.com>
1003
1004 * gdb.texinfo (Trace Files): New section.
1005 (Tracepoint Packets): Document QTSave and qTBuffer.
1006 (Trace File Format): New appendix.
1007
be759fcf
PM
10082010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1009
1010 * gdb.texinfo (Values From Inferior): Document lazy_string value
1011 method.
1012 (Python API): Add Lazy strings menu item.
1013 (Lazy Strings In Python): New node.
1014
dc146f7c
VP
10152010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1016
1017 * gdb.texinfo (GDB/MI Thread Information): New.
1018 (GDB/MI Async Records): Document the core field in *stopped.
1019 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1020 documentation
1021 (Process list): Document that osdata document may contain
1022 threads.
1023 (Remote Serial Protocol): Document qXfer:threads.
1024
d5551862
SS
10252010-01-06 Stan Shebs <stan@codesourcery.com>
1026
1027 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1028 disconnected tracing.
1029 (Tracepoint Packets): Document new protocol.
1030
7a697b8d
SS
10312010-01-05 Stan Shebs <stan@codesourcery.com>
1032
1033 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1034 tracepoints.
1035 (Tracepoint Packets): Describe remote protocol for fast
1036 tracepoints.
1037
e6f3ec50
JB
10382010-01-01 Joel Brobecker <brobecker@adacore.com>
1039
1040 Update the "Start of New Year Procedure".
1041 * gdbint.texinfo: Add the list of files that need to be updated
1042 manually. Minor reformatting.
1043
ddc4e9c1
JB
10442010-01-01 Joel Brobecker <brobecker@adacore.com>
1045
1046 * refcard.tex: Update copyright year in header and text.
1047
9d2897ad
JB
10482010-01-01 Joel Brobecker <brobecker@adacore.com>
1049
1050 * agentexpr.texi: Add 2010 to the list of copyright years.
1051 * annotate.texinfo: Likewise.
1052 * gdb.texinfo: Likewise.
1053 * gdbint.texinfo: Likewise.
1054 * observer.texi: Likewise.
1055 * stabs.texinfo: Likewise.
1056
6da95a67
SS
10572009-12-31 Stan Shebs <stan@codesourcery.com>
1058
1059 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1060
236f1d4d
SS
10612009-12-29 Stan Shebs <stan@codesourcery.com>
1062
1063 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1064
f61e138d
SS
10652009-12-28 Stan Shebs <stan@codesourcery.com>
1066
1067 * gdb.texinfo (Trace State Variables): New section.
1068 (Tracepoint Packets): Describe trace state variable packets.
1069 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1070 variable bytecodes.
1071
0fe7935b
DJ
10722009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1073
1074 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1075 declarations.
1076
a6b29f87
VP
10772009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1078
1079 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1080 -gdb-exit behaviour.
1081
5e4bde96
JB
10822009-12-20 Joel Brobecker <brobecker@adacore.com>
1083
1084 * gpl.texi: Update to version 3 of the GPL.
1085
a1715244
JB
10862009-12-20 Joel Brobecker <brobecker@adacore.com>
1087
1088 * Makefile.in: Update copyright header.
1089 * observer.texi: Fix the copyright header of the generated files.
1090
361ae042
PM
10912009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1092
1093 * gdb.texinfo (Types In Python): Describe range function.
1094
bfd31e71
PM
10952009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1096
1097 * gdb.texinfo (Types In Python): Describe "is_base_class".
1098
57a1d736
TT
10992009-12-03 Tom Tromey <tromey@redhat.com>
1100
1101 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1102
8cebebb9
PP
11032009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1104
1105 * observer.texi: New memory_changed observer.
1106
16af530a
TT
11072009-12-01 Tom Tromey <tromey@redhat.com>
1108
1109 * gdb.texinfo (Reverse Execution): Fix typo.
1110
b6199126
DJ
11112009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1112
1113 PR gdb/8704
1114
1115 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1116 are allowed after the breakpoint condition.
1117
7a6973ad
TT
11182009-11-23 Tom Tromey <tromey@redhat.com>
1119
1120 PR python/10782:
1121 * gdb.texinfo (Types In Python): Document Type.pointer.
1122
21a0512e
PP
11232009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1124
1125 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1126
a5832c8f
PA
11272009-11-11 Pedro Alves <pedro@codesourcery.com>
1128
1129 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1130 (Using Agent Expressions): Delete cross reference.
1131
1eb7cd77
JB
11322009-11-07 Joel Brobecker <brobecker@adacore.com>
1133
1134 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1135 and @settitle directives up to help makeinfo find them.
1136
24ddea62
JK
11372009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1138
1139 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1140 (Auto-loading): Use plural and note one can use multiple components now.
1141
3afae151
VP
11422009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1143
1144 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1145 -stack-list-arguments have the same documentation for parameter
1146 as -stack-list-locals. Add comas.
1147
14ff2235
PM
11482009-10-27 Tom Tromey <tromey@redhat.com>
1149 Eli Zaretskii <eliz@gnu.org>
1150
c8d5aac9 1151 PR python/10781
14ff2235
PM
1152
1153 * gdb.texinfo (Values From Inferior): Document cast method.
1154
9c419145
PP
11552009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1156
1157 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1158 and adjust example.
889bf7c5 1159
29153c24
MS
11602009-10-22 Michael Snyder <msnyder@vmware.com>
1161
1162 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1163 info record command. Also document the new save and restore
29153c24
MS
1164 commands.
1165
2b28d209
PP
11662009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1167
1168 * gdb.texinfo (Machine Code): Mention current pc marker.
1169 (Memory): Likewise.
1170
6c95b8df
PA
11712009-10-19 Pedro Alves <pedro@codesourcery.com>
1172 Stan Shebs <stan@codesourcery.com>
1173
1174 * observer.texi (new_inferior): Rename to...
1175 (inferior_appeared): ... this.
1176
1177 * gdb.texinfo (Inferiors): Rename node to ...
1178 (Inferiors and Programs): ... this. Mention running multiple
1179 programs in the same debug session.
1180 <info inferiors>: Mention the new 'Executable' column if "info
1181 inferiors". Update examples. Document the "add-inferior",
1182 "clone-inferior", "remove-inferior" and "maint info
1183 program-spaces" commands.
1184 (Process): Rename node to...
1185 (Forks): ... this. Document "set|show follow-exec-mode".
1186
2f8132f3
MS
11872009-10-11 Michael Snyder <msnyder@vmware.com>
1188
1189 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1190 (ReverseContinue): Ditto.
1191
cba4b2d3
PP
11922009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1193
1194 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1195
da082f17
JK
11962009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1197
1198 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1199
08be9d71
ME
12002009-10-06 Michael Eager <eager@eagercon.com>
1201
1202 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1203 (Embedded Processors): Add MicroBlaze.
1204 (MicroBlaze): New. Describe Xilinx MicroBlaze
1205
08a0efd0
PA
12062009-10-04 Pedro Alves <pedro@codesourcery.com>
1207
1208 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1209
cbb8f428
EZ
12102009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1211
1212 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1213
30a4a70c
JB
12142009-09-23 Joel Brobecker <brobecker@adacore.com>
1215
1216 * observer.texi (solib_unloaded): Document explicitly the fact that
1217 this observer is called before the associated symbols are unloaded.
1218
b3372f91
VP
12192009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1220
1221 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1222 -stack-list-variables.
1223
f43030c4
TT
12242009-09-18 Tom Tromey <tromey@redhat.com>
1225
1226 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1227 is experimental.
1228
ec7e75e7
PP
12292009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1230
1231 * gdb.texinfo (convenince variables): Mention
1232 $_siginfo could be empty.
f43030c4 1233
0cc7d26f
TT
12342009-09-15 Tom Tromey <tromey@redhat.com>
1235
1236 * gdb.texinfo (GDB/MI Variable Objects): Document
1237 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1238 Expand -var-update documentation.
1239
a96d9b2e
SDJ
12402009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1241
1242 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1243 feature.
1244
005ca36a
JB
12452009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1246
1247 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1248
0d772ac9
MS
12492009-09-10 Michael Snyder <msnyder@vmware.com>
1250
1251 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1252 ReverseStep replies to the qSupported query.
1253
14fb1bac
JB
12542009-09-10 Joel Brobecker <brobecker@adacore.com>
1255
1256 Add documentation for set/show interactive-mode.
1257 * gdb.texinfo (Other Misc Settings): New node.
1258
29b090c0
DE
12592009-09-01 Doug Evans <dje@google.com>
1260
1261 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1262 non-stop mode's affect on remote caching.
1263
4e5d721f
DE
12642009-08-31 Jacob Potter <jdpotter@google.com>
1265 Doug Evans <dje@google.com>
1266
1267 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1268 Mark `set/show remotecache' options as obsolete.
1269 Document new `set/show stack-cache' option.
1270 Update text for `info dcache'.
1271
55333a84
DE
12722009-08-27 Doug Evans <dje@google.com>
1273
1274 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1275 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1276
bc3a0b4d
RW
12772009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1278
1279 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1280 about autoconf.
1281
3a1ff0b6
PA
12822009-08-25 Pedro Alves <pedro@codesourcery.com>
1283
1284 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1285 small example, and describe its columns. Replace "inferior-id" by
1286 "infno" throughout.
1287
81ecdfbb
RW
12882009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1289
af542c2e
RW
1290 * gdbint.texinfo (Releasing GDB): Point to
1291 README-maintainer-mode file for required autoconf version.
1292 * configure.ac: Do not substitute datarootdir, htmldir,
1293 pdfdir, docdir. Do not process --with-datarootdir,
1294 --with-htmldir, --with-pdfdir, --with-docdir.
1295 * configure: Regenerate.
1296
81ecdfbb
RW
1297 * configure: Regenerate.
1298
4efc6507
DE
12992009-08-20 Reid Kleckner <reid@kleckner.net>
1300
1301 * gdb.texinfo: Add chapter on JIT interface.
1302
43089a6e
NR
13032009-08-07 Nick Roberts <nickrob@snap.net.nz>
1304
1305 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 1306 confirmation request.
43089a6e 1307
99e008fe
EZ
13082009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1309
c8d5aac9
L
1310 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1311 CRC definitions.
99e008fe 1312
48cb2d85
VP
13132009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1314
1315 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 1316 -break-commands.
48cb2d85 1317
ff1a52c6
UW
13182009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1319
1320 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1321 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1322
3285f3fe
UW
13232009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1324
1325 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1326 "set spu stop-on-load" and "show spu stop-on-load" commands.
1327
e35359c5
UW
13282009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1329
1330 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1331
58d6951d
DJ
13322009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1333
1334 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1335 org.gnu.gdb.arm.neon.
1336
08d16641
PA
13372009-07-20 Pedro Alves <pedro@codesourcery.com>
1338
1339 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1340 optional element.
1341 (subsection OS ABI): New subsection.
1342
782b2b07
SS
13432009-07-14 Stan Shebs <stan@codesourcery.com>
1344
1345 * gdb.texinfo (Tracepoint Conditions): New section.
1346 (General Query Packets): Describe ConditionalTracepoints.
1347 (Tracepoint Packets): Describe condition field.
1348 (Maintenance Commands): Describe maint agent-eval.
1349 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1350
9b117ef3
HZ
13512009-07-11 Hui Zhu <teawater@gmail.com>
1352
1353 * gdb.texinfo (disassemble): Add a new modifier /r
1354 to "disassemble" command to make it print the raw instructions
1355 in hex as well as in symbolic form.
1356
f5a33284
TT
13572009-07-09 Tom Tromey <tromey@redhat.com>
1358
1359 * gdbint.texinfo (Testsuite): Document parallel make check.
1360
812f7342
TT
13612009-07-09 Tom Tromey <tromey@redhat.com>
1362
1363 * gdbint.texinfo (Testsuite): Document test transcripts.
1364
fbb8f299
PM
13652009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1366
1367 * gdb.texinfo (Values From Inferior): Add length parameter
1368 description.
1369
dd8f35ac
EZ
13702009-07-04 Chris Genly <chris@genly.us>
1371
1372 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1373 in -var-list-children. Fix example according to what the code
1374 does.
1375
2277426b
PA
13762009-07-02 Pedro Alves <pedro@codesourcery.com>
1377
1378 * gdb.texinfo (Debugging multiple inferiors): Document the
1379 "inferior", "detach inferior" and "kill inferior" commands.
1380 (Debugging Programs with Multiple Processes): Adjust to mention
1381 generic "inferior" commands. Delete mention of "detach fork" and
1382 "delete fork". Cross reference to "Debugging multiple inferiors"
1383 section.
1384
a6d9a66e
UW
13852009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1386
5af949e3
UW
1387 * gdbint.texinfo (Item Output Functions): Update signature
1388 for ui_out_field_core_addr.
1389
13902009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1391
1392 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
1393 Update example code extrated from breakpoint.c.
1394
9901a55b 13952009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 1396
9901a55b
PP
1397 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1398 MI commands.
1399 (GDB/MI Symbol Query): Likewise.
1400 (GDB/MI File Commands): Likewise.
1401 (GDB/MI File Transfer Commands): Likewise.
1402 (GDB/MI Target Manipulation): Likewise.
1403 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 1404
edb3359d
DJ
14052009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1406
1407 * gdb.texinfo (Debugging Optimized Code): New chapter.
1408 (Compiling for Debugging): Reference it. Move some
1409 text to the new section.
1410
7cd1089b
PM
14112009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1412
1413 * doc/gdb.texinfo (Calling): Document
1414 set-unwind-on-terminating-exception usage.
1415
d4db2f36
PA
14162009-06-11 Pedro Alves <pedro@codesourcery.com>
1417
1418 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1419 command.
1420
d1a7880c
PA
14212009-06-07 Pedro Alves <pedro@codesourcery.com>
1422
1423 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1424 references.
1425
473f94e6
UW
14262009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
1427
1428 * gdbint.texinfo: Rename formal parameters to gdbarch function
1429 protoypes from "current_gdbarch" to "gdbarch".
1430
8f500870
TT
14312009-05-28 Tom Tromey <tromey@redhat.com>
1432
1433 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1434
b6313243
TT
14352009-05-27 Tom Tromey <tromey@redhat.com>
1436
1437 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1438 feature.
1439 (GDB/MI Variable Objects): Document -var-set-visualizer.
1440
14412009-04-02 Tom Tromey <tromey@redhat.com>
1442
1443 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1444 feature.
1445 (GDB/MI Variable Objects): Document -var-set-visualizer.
1446
a6bac58e
TT
14472009-05-27 Tom Tromey <tromey@redhat.com>
1448 Thiago Jung Bauermann <bauerman@br.ibm.com>
1449 Phil Muldoon <pmuldoon@redhat.com>
1450
1451 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1452 (Pretty Printing): New node.
1453 (Selecting Pretty-Printers): Likewise.
1454 (Python API): Update.
1455 (Output Formats): Document /r format.
1456
2c74e833
TT
14572009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1458 Tom Tromey <tromey@redhat.com>
1459
1460 * gdb.texinfo (Types In Python): New node.
1461 (Values From Inferior): "type" is now an attribute.
1462 (Python API): Update.
1463
89c73ade
TT
14642009-05-27 Tom Tromey <tromey@redhat.com>
1465 Thiago Jung Bauermann <bauerman@br.ibm.com>
1466 Phil Muldoon <pmuldoon@redhat.com>
1467
1468 * gdb.texinfo: Add @syncodeindex for `tp'.
1469 (Python API): Update.
1470 (Auto-loading): New node.
1471 (Objfiles In Python): New node.
1472
17a37d48
PP
14732009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1474
1475 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 1476
6718376f
NR
14772009-05-15 Nick Roberts <nickrob@snap.net.nz>
1478
1479 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1480
cbe54154
PA
14812009-05-12 Pedro Alves <pedro@codesourcery.com>
1482
1483 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1484 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1485 show show-debug-regs' docs.
1486
8e05493c
EZ
14872009-05-08 Eli Zaretskii <eliz@gnu.org>
1488
1489 * gdb.texinfo (Process Record and Replay): Add description of
1490 reverse execution.
1491
b39f4988
JB
14922009-05-07 Joel Brobecker <brobecker@adacore.com>
1493
1494 * gdbint.texinfo (Adding support for debugging core files): New node.
1495 (Native Debugging): Remove the ``Native core file Support'' section.
1496
a2311334
EZ
14972009-05-01 Eli Zaretskii <eliz@gnu.org>
1498
1499 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1500 Add index entries.
1501
53cc454a 15022009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 1503 Michael Snyder <msnyder@vmware.com>
53cc454a 1504
a2311334
EZ
1505 * gdb.texinfo: (Process Record and Replay): Add documentation for
1506 process record and replay.
53cc454a 1507
484086b7
JK
15082009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1509
1510 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1511 a new part on command-line defined macros.
1512
32ae1842
EZ
15132009-04-25 Eli Zaretskii <eliz@gnu.org>
1514
1515 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1516 clarify the wording.
1517
b14b1491
TT
15182009-04-23 Tom Tromey <tromey@redhat.com>
1519
1520 * gdb.texinfo (Data Files): New node.
1521 (GDB Files): Update menu.
1522
5c1e86e1
JB
15232009-04-23 Joel Brobecker <brobecker@adacore.com>
1524
1525 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 1526 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 1527
83eba9b7
VP
15282009-04-22 Vladimir Prus <vladimir@codesourcery.com>
1529
1530 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1531
e31198c4
HZ
15322009-04-22 Hui Zhu <teawater@gmail.com>
1533
1534 * gdb.texinfo (disassemble-next-line): Set the default of
1535 disassemble-next-line to off.
1536
26e251b6
JM
15372009-04-21 Joseph Myers <joseph@codesourcery.com>
1538
1539 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1540 --with-htmldir): New.
1541 * configure: Regenerate.
1542 * Makefile.in (datarootdir, docdir): Define.
1543 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1544 instead of $(SET_TEXINPUTS).
1545 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1546 gdbint.info instead of $(SET_TEXINPUTS).
1547 (gdbint/index.html): Use same -I options as for building
1548 gdbint.info.
1549 (stabs.dvi, stabs.pdf): Use same -I options as for building
1550 stabs.info instead of $(SET_TEXINPUTS).
1551 (stabs/index.html): Use same -I options as for building
1552 stabs.info.
1553 (annotate.dvi, annotate.pdf): Use same -I options as for building
1554 annotate.info instead of $(SET_TEXINPUTS).
1555 (annotate/index.html): Use same -I options as for building
1556 annotate.info.
1557
eac35c4e
DD
15582009-04-21 David Daney <ddaney@caviumnetworks.com>
1559
1560 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
1561
29b0e8a2
JM
15622009-04-21 Joseph Myers <joseph@codesourcery.com>
1563
1564 * gdb.texinfo (Source Path): Document --with-relocated-sources.
1565
2b831889 15662009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 1567 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
1568
1569 * Makefile.in (MAKEHTML): Set to makeinfo --html.
1570 (MAKEHTMLFLAGS): Set to empty.
1571 (html__strip_dir): Define.
1572 (HTMLFILES): Define.
1573 (HTMLFILES_INSTALL): Define.
1574 (install-html): Copy new automake rule.
1575 (html): Depend on $(HTMLFILES).
1576 (gdb_toc.html): Rename to gdb/index.html.
1577 (gdbint_toc.html): Rename to gdbint/index.html.
1578 (stabs_toc.html): Rename to stabs/index.html.
1579 (annotate_toc.html): Rename to annotate/index.html.
1580
89a34d1b
JM
15812009-04-17 Carlos O'Donell <carlos@codesourcery.com>
1582
1583 * Makefile.in: Set pdfdir and htmldir from configure
1584 substitutions.
1585 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
1586 * configure: Regenerate.
1587
a2d5da46
JB
15882009-04-16 Joel Brobecker <brobecker@adacore.com>
1589
1590 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
1591 This macro is no longer used.
1592
732f6a93
TT
15932009-04-15 Tom Tromey <tromey@redhat.com>
1594
1595 * gdb.texinfo (Character Sets): Document default character set.
1596
87f9adc1
PM
15972009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
1598
1599 * gdbint.texinfo: Change server name from sources.redhat.com to
1600 sourceware.org throughout.
1601
2c88c651
JB
16022009-04-09 Joel Brobecker <brobecker@adacore.com>
1603
1604 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
1605 about a missing dot or coma after @xref.
1606
4f5376b2
JB
16072009-04-02 Joel Brobecker <brobecker@adacore.com>
1608
1609 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
1610 example, and add a small explanation about it.
1611 (Print Settings): Change the documentation of the "set print
1612 frame-arguments" to reflect the fact that the default is now "scalars".
1613
a0381d3a
JB
16142009-04-02 Joel Brobecker <brobecker@adacore.com>
1615
1616 * gdb.texinfo (Print Settings): Add kindex for command "set
1617 print frame-arguments".
1618
45ac276d
JB
16192009-03-31 Joel Brobecker <brobecker@adacore.com>
1620
1621 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
1622 breakpoints.
1623 (Set Breaks): Add reference to thread-specific and task-specific
1624 breakpoints.
1625
32cd1edc
JB
16262009-03-31 Joel Brobecker <brobecker@adacore.com>
1627
1628 * gdb.texinfo (Ada Tasks): Remove the documentation about
1629 the "Running" state, as this state has been eliminated.
1630 Now all runnable tasks are shown as "Runnable".
1631
1042e4c0
SS
16322009-03-30 Stan Shebs <stan@codesourcery.com>
1633
1634 * gdb.texinfo (Tracepoints): Describe tracepoints as a
1635 special case of breakpoints.
1636 (Enable and Disable Tracepoints): Mention deprecation.
1637 (Listing Tracepoints): Update description and example.
1638
f8f6f20b
TJB
16392009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1640
1641 * gdb.texinfo (Frames in Python): New node.
1642 (Python API): Update.
1643
c0c6f777
TJB
16442009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1645
1646 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
1647 from a method to an attribute.
1648
def2b000
TJB
16492009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1650
1651 * gdb.texinfo (Values From Inferior): Document is_optimized_out
1652 attribute.
1653
a07daef3
PA
16542009-03-25 Pedro Alves <pedro@codesourcery.com>
1655
1656 * observer.texi (thread_exit): Add "silent" parameter.
1657
f3b1572e
PA
16582009-03-22 Pedro Alves <pedro@codesourcery.com>
1659
1660 * observer.texi (about_to_proceed): New.
1661
587afa38
EZ
16622009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
1663
1664 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
1665 field throughout to handle types with spaces in them. Fix typos
1666 found by aspell.
1667 (Summary, Requirements, Contributors): New first chapter,
1668 "Summary" added, old Requirements section moved there, and new
1669 section, "Contributors" added.
1670 (Initializing a New Architecture, Register Representation)
1671 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
1672 (Porting gdb): These sections extended and updated.
1673 (Compiler Characteristics): This section (empty) deleted.
1674 (Defining Other Architecture Features): This section renamed and
1675 duplicate material removed from (formerly "Target Conditionals").
1676 Use braces {} in @deftypeXX type field throughout to handle types
1677 with spaces in them. Typos found by aspell fixed.
1678
1679 * stack_frame.svg: New file, source of image for gdbint.texinfo.
1680 * stack_frame.pdf: Version of image for PDF output.
1681 * stack_frame.png: Version of image for HTML output and for Emacs.
1682 * stack_frame.txt: Version of image for Info output.
1db61298 1683 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 1684
10af6951
EZ
16852009-03-21 Eli Zaretskii <eliz@gnu.org>
1686
1687 * gdb.texinfo (Character Sets): Fix last change.
1688
cc924cad
TJB
16892009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
1690
1691 * gdb.texinfo (Values From Inferior): Fix optional arguments
1692 markup.
1693 (Commands In Python): Adjust argument names of gdb.Command.__init__
1694 to what the function accepts as keywords.
1695
bc3b79fd
TJB
16962008-03-20 Tom Tromey <tromey@redhat.com>
1697
1698 * gdb.texinfo (Convenience Vars): Document convenience functions.
1699 (Functions In Python): New node.
1700 (Python API): Update.
1701
6c7a06a3
TT
17022009-03-20 Tom Tromey <tromey@redhat.com>
1703
1704 * gdb.texinfo (Character Sets): Remove obsolete text. Document
1705 set target-wide-charset.
1706 (Requirements): Mention iconv.
1707
b646ddd4
HZ
17082009-03-17 Hui Zhu <teawater@gmail.com>
1709
1710 * gdb.texinfo: Change the introduce of "disassemble-next-line".
1711
91440f57
HZ
17122009-03-17 Hui Zhu <teawater@gmail.com>
1713
1714 * gdb.texinfo: Add documentation for disassemble-next-line.
1715
8fd41227
TJB
17162009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
1717
1718 * gdb.texinfo (Commands In Python): Remove tindex entries.
1719
61ff14c6
JK
17202009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1721
1722 * gdb.texinfo (Returning): New description for missing debug info.
1723
0b16c5cf
PA
17242009-03-14 Pedro Alves <pedro@codesourcery.com>
1725
1726 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 1727 (General Query Packets): Document qAttached.
0b16c5cf 1728
32fc0df9
PA
17292009-03-05 Pedro Alves <pedro@codesourcery.com>
1730
1731 * gdb.texinfo (Background Execution): Better describe the set
1732 target-async command.
1733 (Maintenance Commands): Delete description of the `maint set/show
1734 linux-async' and `maint set/show remote-async' commands.
1735
134eb42c
VP
17362009-02-18 Vladimir Prus <vladimir@codesourcery.com>
1737
1738 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
1739 between sentences.
1740
c86cf029
VP
17412009-02-18 Vladimir Prus <vladimir@codesourcery.com>
1742
1743 * gdb.texinfo (GDB/MI Async Records): Document the
1744 =library-loaded and =library-unloaded notifications.
1745
3ea85240
VP
17462009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1747
1748 * observer.texi (test_notification): New observer.
1749
1d33d6ba
VP
17502009-02-14 Vladimir Prus <vladimir@codesourcery.com>
1751
61ff14c6
JK
1752 * observer.texi: Add parameter 'print_frame' to normal_stop
1753 observer.
1d33d6ba 1754
d721c933
EZ
17552009-02-07 Eli Zaretskii <eliz@gnu.org>
1756
1757 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
1758 (Commands In Python): Fix COMMAND_* constants in last change. Use
1759 @kbd for interactive input. Add cross-references and index
1760 entries.
1761
4aa995e1
PA
17622009-02-06 Pedro Alves <pedro@codesourcery.com>
1763
1764 * gdb.texinfo (Signals): Document $_siginfo.
1765 (Convenience Variables): Mention $_siginfo.
1766 (Remote Configuration): Document qXfer:siginfo:read,
1767 qXfer:siginfo:write packets, and the read-siginfo-object,
1768 write-siginfo-object commands.
1769
5f5233d4
PA
17702009-02-06 Pedro Alves <pedro@codesourcery.com>
1771
1772 * gdbint.texinfo (Values): New chapter.
1773
d8906c6f
TJB
17742009-02-06 Tom Tromey <tromey@redhat.com>
1775
1776 * gdb.texinfo (Python API): Add entry for Commands In Python.
1777 (Commands In Python): New node.
1778
b6cb8e7d
TJB
17792009-02-05 Tom Tromey <tromey@redhat.com>
1780
1781 * gdb.texinfo (Values From Inferior): Document Value.string.
1782
12453b93
TJB
17832009-02-05 Tom Tromey <tromey@redhat.com>
1784
1785 * gdb.texinfo (Basic Python): Document execute's from_tty
1786 argument.
1787
08c637de
TJB
17882009-02-04 Tom Tromey <tromey@redhat.com>
1789
1790 * gdb.texinfo (Basic Python): Document gdb.history.
1791
592375cd
VP
17922009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1793
1794 * gdb.texinfo (GDB/MI Thread Commands): Document the
1795 'current-thread-id' field. Remove the example with zero threads,
1796 since current GDB won't ever report that if there's inferior.
1797
41447f92
VP
17982009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1799
1800 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
1801 option to -break-insert.
1802
098b41a6
JG
18032009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1804 Jerome Guitton <guitton@adacore.com>
1805
1806 * gdb.texinfo (Startup): Document --with-system-gdbinit.
1807 (System-wide configuration): New section.
1808
3c16cced
PA
18092009-01-26 Pedro Alves <pedro@codesourcery.com>
1810
1811 PR gdb/7580:
1812 * gdb.texinfo (Maintenance Commands): Document "maint set|show
1813 internal-error|internal-warning quit|corefile ask|yes|no".
1814
62709adf
PA
18152009-01-26 Pedro Alves <pedro@codesourcery.com>
1816
1817 * gdb.texinfo (Using the `gdbserver' Program): Document
1818 --remote-debug.
1819
7ce58dd2
DE
18202009-01-23 Doug Evans <dje@google.com>
1821
1822 * gdb.texinfo: Add nexti to list of commands that support
1823 background execution.
1824
adb483fe
DJ
18252009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
1826
1827 * gdb.texinfo (Define, Hooks): Document prefix command support.
1828
a67ec3f4 18292009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 1830 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
1831
1832 Fixes for makeinfo --html.
1833
1834 * annotate.texinfo: Use @copying and @insertcopying. Use
1835 @ifnottex in place of @ifinfo.
1836 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
1837 place of @ifinfo. Use @ifnotinfo for one index entry.
1838 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
1839 in place of @ifinfo.
1840 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
1841 in place of @ifinfo. Include contents at start unconditionally.
1842
84fcdf95
PA
18432009-01-13 Pedro Alves <pedro@codesourcery.com>
1844
1845 * gdb.texinfo (General Query Packets): Remove @var{} around the
1846 "spu" literal string.
1847
fa3a767f
PA
18482009-01-07 Pedro Alves <pedro@codesourcery.com>
1849
1850 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
1851 program may be running in another process" errors.
1852 * gdbint.texinfo (Native Conditionals): Delete
1853 ONE_PROCESS_WRITETEXT description.
1854
9cb011d3
JB
18552009-01-07 Joel Brobecker <brobecker@adacore.com>
1856
1857 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
1858 emacs local variable to be placed at the end of the ChangeLog.
1859 Add server.c and gdbreplay.c to the list of files where the
1860 copyright year needs to be updated.
1861
84603566
SL
18622009-01-06 Sandra Loosemore <sandra@codesourcery.com>
1863
1864 * gdb.texinfo (Remote Configuration): Document new
1865 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
1866 commands.
1867
a53f55d8
PA
18682008-12-28 Pedro Alves <pedro@codesourcery.com>
1869
1870 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
1871 FETCH_INFERIOR_REGISTERS.
1872 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
1873 FETCH_INFERIOR_REGISTERS descriptions. Remove
1874 gdbarch_get_longjmp_target descrition, since already described in
1875 Target Conditionals. Move gdbarch_fp0_regnum description to ...
1876 (Target Conditionals): ... here.
1877
077e0a52
JB
18782008-12-16 Joel Brobecker <brobecker@adacore.com>
1879
1880 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
1881 examples.
1882 (Additions to Ada): Likewise. Add the missing opening and closing
1883 parenthesis of the GDB prompt in one of the examples.
1884
023eb17c
JB
18852008-12-14 Joel Brobecker <brobecker@adacore.com>
1886
1887 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
1888 about the result of 'Address not being of type System.Address.
1889 This problem has been fixed a while ago.
1890
c3b108f7
VP
18912008-12-02 Vladimir Prus <vladimir@codesourcery.com>
1892
1893 MI non-stop and multiprocess docs.
1894
c8d5aac9
L
1895 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
1896 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
1897 Adjust documentation for *stopped, document =thread-created,
1898 =thread-exited, =thread-group-created and =thread-group-exited.
1899 (GDB/MI Thread Commands): Document the 'state' field in
1900 -thread-info output.
1901 (GDB/MI Program Execution): Mention --all and --thread-group
1902 options.
1903 (GDB/MI Variable Objects): Describe floating and fixed variable
1904 objects.
1905 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 1906
07e059b5
VP
19072008-12-02 Vladimir Prus <vladimir@codesourcery.com>
1908
c8d5aac9
L
1909 * gdb.texinfo (Operating System Information): New appendix.
1910 (Operating System Auxiliary Information): Document 'info os processes'
1911 (Remote Configuration): Document 'osdata'
1912 (General Query Packets): Document qXfer:osdata:read.
07e059b5 1913
a80b95ba
TG
19142008-11-27 Tristan Gingold <gingold@adacore.com>
1915
1916 * gdb.texinfo (Darwin): Document Darwin specific features.
1917
a655d424
JK
19182008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1919
1920 * gdbint.texinfo (Target Conditionals): Extend the
1921 gdbarch_breakpoint_from_pc description.
1922
249e1128
VP
19232008-11-22 Vladimir Prus <vladimir@codesourcery.com>
1924
1925 * gdb.texinfo (M68K Features): Fix typo.
1926
c14c28ba
PP
19272008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1928
1929 * gdb.texinfo (Symbols): Mention printing containing
1930 image name in "info symbol".
1931 (Maint translate-address): Likewise.
889bf7c5 1932
394a6666
JB
19332008-11-18 Joel Brobecker <brobecker@adacore.com>
1934
1935 * gdb.texinfo (Set Catchpoints): Remove the documentation of
1936 commands "catch load" and "catch unload".
1937
66bb093b
VP
19382008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1939
1940 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 1941 =thread-selected.
889bf7c5 1942
4a92f99b
VP
19432008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1944
c8d5aac9 1945 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 1946
f0323ca0
PA
19472008-10-27 Pedro Alves <pedro@codesourcery.com>
1948
1949 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
1950 .mt files, TM_CLIBS or TM_CDEPS.
1951 (x86 Watchpoints): Don't mention TDEPFILES.
1952
8b23ecc4
SL
19532008-10-24 Sandra Loosemore <sandra@codesourcery.com>
1954
1955 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
1956 (Overview): Mention notifications and non-stop mode behavior.
1957 (Packets): Update documentation of ?, vAttach, vCont, and vRun
1958 with non-stop mode behavior. Add vStopped description.
1959 (Stop Reply Packets): Update list of packets that return
1960 stop replies. Mention non-stop behavior.
1961 (General Query Packets): Document QNonStop packet and associated
1962 qSupported query response.
1963 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
1964 behavior.
1965 (Notification Packets): New section.
1966 (Remote Non-Stop): New section.
1967 (File-I/O Overview): Mention non-stop behavior.
1968
fff08868
HZ
19692008-10-24 Hui Zhu <teawater@gmail.com>
1970 Pedro Alves <pedro@codesourcery.com>
1971
1972 * gdb.texinfo (displaced-stepping): Describe the auto mode
1973 setting, and say it's the default. This is now a mainstream
1974 setting instead of a maintenance setting.
1975
252fbfc8
PA
19762008-10-23 Pedro Alves <pedro@codesourcery.com>
1977
1978 * observer.texi (thread_stop_requested): New.
1979
20924a55
JB
19802008-10-22 Joel Brobecker <brobecker@adacore.com>
1981
1982 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
1983 (Patching): Replace incorrect usage of @samp by @kbd.
1984
bacec72f
MS
19852008-10-17 Michael Snyder <msnyder@vmware.com>
1986
1987 * gdb.texinfo: Add documentation for reverse execution.
1988
a08702d6 19892008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 1990 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
1991
1992 * gdb.texinfo. (Values From Inferior): New subsubsection.
1993
d97bc12b
DE
19942008-10-06 Doug Evans <dje@google.com>
1995
1996 * gdb.texinfo (set debug dwarf2-die): Document it.
1997
87f67dba
JB
19982008-10-01 Joel Brobecker <brobecker@adacore.com>
1999
2000 * gdb.texinfo (catch) [exception]: Document how to insert
2001 a breakpoint on user-defined exceptions when the exception
2002 name is identical to one of the language-defined ones.
2003
2fae03e8
TT
20042008-09-27 Tom Tromey <tromey@redhat.com>
2005
2006 * gdb.texinfo (Macros): Remove text about stringification,
2007 varargs, and splicing.
2008
5c6ce71d
TT
20092008-09-27 Tom Tromey <tromey@redhat.com>
2010
2011 * gdbint.texinfo (Language Support): Remove text about omitting
2012 support for a language.
2013
07128da0
DE
20142008-09-23 Doug Evans <dje@google.com>
2015
2016 * gdb.texinfo (info dcache): Update.
2017
b90a069a
SL
20182008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2019
2020 * gdb.texinfo (Packets): Add info on thread-id syntax and
2021 multiprocess extensions.
2022 <D>: Document multiprocess form of packet.
2023 <H>: Use thread-id syntax.
2024 <T>: Likewise.
2025 <vCont>: Likewise. Note this is required for multiprocess.
2026 <vKill>: New packet.
2027 (Stop Reply Packets) <T>: Use thread-id syntax.
2028 <W>: Document multiprocess form of reply.
2029 <X>: Likewise.
2030 (General Query Packets) <qC>: Use thread-id syntax.
2031 <qfThreadInfo>: Likewise.
2032 <qGetTLSAddr>: Likewise.
2033 <qP>: Likewise.
2034 <qSupported>: Add "multiprocess" feature.
2035 <qThreadExtraInfo>: Use thread-id syntax.
2036
b77209e0
PA
20372008-09-22 Stan Shebs <stan@codesourcery.com>
2038
2039 * gdb.texinfo (Inferiors): New section.
2040
3d0bb823
PA
20412008-09-12 Pedro Alves <pedro@codesourcery.com>
2042
2043 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2044
f8dcfc0a
UW
20452008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2046
2047 * gdbint.texinfo (Target Conditionals): Remove documentation
2048 for gdbarch_name_of_malloc.
2049
8775bb90
MS
20502008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2051
2052 * gdb.texinfo (Interrupts): Mention TCP interface for
2053 sending BREAK.
2054
f1838a98
UW
20552008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2056
2057 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2058 argument prefix to "set sysroot".
2059
158c7665
PH
20602008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2061
2062 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2063 and False.
2064
30e026bb
VP
20652008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2066
c8d5aac9
L
2067 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2068 for possible features of -list-features.
30e026bb 2069
c6ebd6cf
VP
20702008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2071
c8d5aac9 2072 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2073 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2074
aeac0ff9
VP
20752008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2076
2077 * doc/gdb.texinfo (PowerPC): Fix typo.
2078 (PowerPC features): Fix typo.
2079
5231c1fd
PA
20802008-08-18 Pedro Alves <pedro@codesourcery.com>
2081
2082 * observer.texi (thread_ptid_changed): New.
2083
677c5bb1
LM
20842008-08-18 Luis Machado <luisgpm@br.ibm.com>
2085
2086 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2087 (PowerPC features): Mention feature set for VSX registers.
2088
f3a2dd1a
JB
20892008-08-13 Joel Brobecker <brobecker@adacore.com>
2090
2091 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2092 the direct visibility of all names in user-written packages.
2093
33e5cbd6
PA
20942008-08-13 Pedro Alves <pedro@codesourcery.com>
2095
2096 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2097 setting, and make it the default.
2098 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2099 non-stop script example.
2100
d0384fc4
TJB
21012008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2102
2103 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2104 reference to the "Using Different Register and Memory Data
2105 Representation" section.
2106
a6f3e723
SL
21072008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2108
2109 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2110 (Remote Protocol): Add Packet Acknowledgment to menu.
2111 (Overview): Mention +/- can be disabled, and point to new section
2112 where this is discussed in detail.
2113 (General Query Packets): Document QStartNoAckMode packet, and
2114 corresponding qSupported reply.
2115 (Packet Acknowledgment): New section.
2116
0606b73b
SL
21172008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2118 Pedro Alves <pedro@codesourcery.com>
2119
2120 * gdb.texinfo (Threads): Move paragraph about automatic thread
2121 selection to All-Stop Mode subsection.
2122 (Thread Stops): Reorganize existing material into subsections.
2123 Add introductory blurb and menu.
2124 (Non-Stop Mode): New subsection.
2125 (Background Execution): New subsection.
2126 (Maintenance Commands): Add cross-references from async mode
2127 commands to the new Background Execution section.
2128
d57a3c85
TJB
21292008-08-06 Tom Tromey <tromey@redhat.com>
2130
2131 * gdb.texinfo (Extending GDB): New chapter.
2132 (Sequences): Demoted chapter, now a section under the new
2133 Extending GDB chapter.
2134 (Python): New section.
2135
6d76a53d
SS
21362008-07-31 Stan Shebs <stan@codesourcery.com>
2137
2138 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2139
1f70da6a
SS
21402008-07-29 Stan Shebs <stan@codesourcery.com>
2141
2142 * gdbint.texinfo: General round of cleanup and minor
2143 clarifications.
2144 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2145 (Longjmp Support): Update description to reflect how it is done
2146 for targets without using native header.
2147 (Symbol Handling): Add a little more general explanation.
2148 (COFF, ELF): Mention stabs encapsulation.
2149 (DWARF 3): New section.
2150 (Adding a New Host): Scrub out some obsolete bits.
2151 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2152 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2153 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2154 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2155 SEEK_SET, STOP_SIGNAL, USG.
2156 (Raw and Virtual Register Representations): Ditto for
2157 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2158 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2159 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2160 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2161 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2162 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2163 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2164 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2165 DEPRECATED_USE_STRUCT_CONVENTION.
2166 Describe gdbarch_deprecated_fp_regnum.
2167 Update description of gdbarch_print_insn.
2168 (Adding a New Target): Scrub out obsolete bits.
2169 (Obsolete Conditionals): Remove entire section.
2170
383f836e
TT
21712008-07-25 Tom Tromey <tromey@redhat.com>
2172
2173 * observer.texi (GDB Observers): Document new observers:
2174 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2175 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2176 architecture_changed.
2177
cfd8ab24
SS
21782008-07-21 Stan Shebs <stan@codesourcery.com>
2179
2180 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2181 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2182
781b42b0
TT
21832008-07-21 Tom Tromey <tromey@redhat.com>
2184
2185 * observer.texi (GDB Observers): Remove obsolete comment.
2186 <executable_changed>: Remove argument.
2187
d7d9f01e
TT
21882008-07-18 Tom Tromey <tromey@redhat.com>
2189
2190 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2191
bf250677
DE
21922008-07-10 Doug Evans <dje@google.com>
2193
2194 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2195
10568435
JK
21962008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2197
2198 * gdb.texinfo (Starting): Document "set disable-randomization".
2199
5ae4183a
AS
22002008-07-07 Andreas Schwab <schwab@suse.de>
2201
2202 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2203
b56e7235
VP
22042008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2205
2206 * gdb.texinfo (GDB/MI Target Manipulation): Add
2207 example of -target-attach.
2208
e1ac3328
VP
22092008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2210
2211 * observer.texi (target_resumed): New observer.
5ae4183a 2212 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2213
65d12d83
TT
22142008-06-06 Tom Tromey <tromey@redhat.com>
2215
2216 * gdb.texinfo (Completion): Add field name example.
2217
fbc5282e
MK
22182008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2219
2220 * gdb.texinfo (GDB/MI Program Context): Added example
2221 to -exec-arguments
5ae4183a 2222
fbc5282e 22232008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2224
2225 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2226 annotation.
2227
c16158bc 22282008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2229 Nathan Sidwell <nathan@codesourcery.com>
2230 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2231
2232 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2233 and ACX_BUGURL.
2234 * configure: Regenerate.
2235 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2236 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2237 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2238 mailing-list-specific text about bug reporting unless
2239 BUGURL_DEFAULT.
2240
75c99385
PA
22412008-06-05 Pedro Alves <pedro@codesourcery.com>
2242
2243 * gdb.texinfo (-target-select): Remove reference to target async.
2244 (Maintenance Commands): Document "maint set/show remote-async".
2245
1763a388
MK
22462008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2247
2248 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2249 in -target-file-get section.
5ae4183a 2250
d0d064df
PA
22512008-05-22 Pedro Alves <pedro@codesourcery.com>
2252
9b562ab8
PA
2253 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2254 killing the inferior when it is already debugging a process.
d0d064df 2255
8dfa32fc
JB
22562008-05-21 Joel Brobecker <brobecker@adacore.com>
2257
2258 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2259 abbreviation for "finish".
2260
55f996a7
NR
22612008-05-21 Nick Roberts <nickrob@snap.net.nz>
2262
2263 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2264
ba2b1c56
DJ
22652008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2266
2267 * gdbint.texinfo (Target Conditionals): Delete entry for
2268 gdbarch_dwarf_reg_to_regnum.
2269
08388c79
DE
22702008-05-09 Doug Evans <dje@google.com>
2271
a3c83fae 2272 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2273
d14508fe
DE
22742008-05-05 Doug Evans <dje@google.com>
2275
2276 * gdb.texinfo (disassemble): Document /m modifier.
2277
e2b7ddea
VP
22782008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2279
5ae4183a
AS
2280 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2281 will not report the time of commands that run the target.
e2b7ddea 2282
8eb41542
VP
22832008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2284
2285 * gdb.texinfo (GDB/MI Output Records): Add
2286 missing semicolon.
2287
82f68b1c
VP
22882008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2289
2290 * gdb.texinfo (GDB/MI Output Records):
2291 Document =thread-create and =thread-exited.
2292
fa0f268d
VP
22932008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2294
2295 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2296 Remove mention of dmi-discuss.
fa0f268d 2297
063bfe2e
VP
22982008-05-03 Pedro Alves <pedro@codesourcery.com>
2299
2300 * observer.texi (thread_exit): New.
2301
237fc4c9
PA
23022008-05-02 Pedro Alves <pedro@codesourcery.com>
2303
2304 * gdb.texinfo (Debugging Output): Document "set/show debug
2305 displaced".
2306 (Maintenance Commands): Document "maint set/show
2307 can-use-displaced-stepping".
2308
0428b8f5
DJ
23092008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2310
2311 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2312 and set/show arm force-mode.
2313
5009afc5
AS
23142008-05-02 Andreas Schwab <schwab@suse.de>
2315
2316 * gdbint.texinfo (Algorithms): Describe
2317 target_watchpoint_addr_within_range.
2318
669fac23
DJ
23192008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2320
2321 * gdbint.texinfo (Stack Frames): New chapter.
2322 (Algorithms): Move Frames text to the new chapter.
2323 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2324 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2325
721c02de
VP
23262008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2327
5ae4183a
AS
2328 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2329 output does not necessary include any tokens.
721c02de 2330
c055b101
CV
23312008-04-22 Corinna Vinschen <vinschen@redhat.com>
2332
2333 * gdb.texinfo (Set SH Calling convention): New @item.
2334 (Show SH Calling convention): Ditto.
2335
68837c9d
MD
23362008-04-22 Markus Deuling <deuling@de.ibm.com>
2337
2338 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2339
2e9132cc
EZ
23402008-04-20 Eli Zaretskii <eliz@gnu.org>
2341
2342 * gdb.texinfo (Set Breaks): Mention that multiple location
2343 breakpoints need line number info. Add index entries.
2344
31fffb02
CS
23452008-04-19 Craig Silverstein <csilvers@google.com>
2346
2347 * gdb.texinfo (Requirements): Add an optional requirement on
2348 zlib.
2349 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2350 Compressed DWARF 2.
2351
a47ec5fe
AR
23522008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2353
2354 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2355 sample output for 'stopped,reason="breakpoint-hit"' message.
2356 (GDB/MI Program Execution): Likewise.
2357
de051565
MK
23582008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2359
5ae4183a 2360 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
2361 -var-set-format. Add -f option to -var-evaluate-expression.
2362
6ba66d6a
JB
23632008-04-03 Joel Brobecker <brobecker@adacore.com>
2364
2365 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2366 new node "Ambiguous Expressions". Replace references to this
2367 node by references to "Ambiguous Expressions" throughout.
2368 (Ambiguous Expressions): New node.
2369
1e26b4f8
DJ
23702008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2371
2372 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2373
b84876c2
PA
23742008-03-21 Pedro Alves <pedro@codesourcery.com>
2375
2376 * gdb.texinfo (Debugging Output): Document
2377 "set/show debug lin-lwp-async".
2378 (Maintenance Commands): Document "maint set/show linux-async".
2379
63092375
DJ
23802008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2381
2382 * gdb.texinfo (Expressions): Update description of malloced arrays.
2383
8e8901c5
VP
23842008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2385
2386 * gdb.texinfo (Thread Commands): Document
2387 -thread-info. Remove -thread-list-all-threads.
2388
1fddbabb
PA
23892008-03-14 Pedro Alves <pedro@codesourcery.com>
2390 Sandra Loosemore <sandra@codesourcery.com>
2391
2392 * gdb.texinfo (Library List Format): Update to mention the
2393 possibility to pass section addresses instead of segment
2394 addresses.
2395
ccd213ac
DJ
23962008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2397
2398 * gdb.texinfo (Starting): Document "set exec-wrapper".
2399 (Server): Document gdbserver --wrapper.
2400
fa4727a6
DJ
24012008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2402
2403 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2404 unreadable memory. Delete obsolete SPARClite reference.
2405
8edfe269
DJ
24062008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2407
2408 * gdb.texinfo (Starting): Mention always-running targets.
2409 (Target Commands): Add an anchor for load.
2410 (Connecting): Explain continue instead of run.
2411
1843f87b
DJ
24122008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2413
2414 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2415
f9082629
NR
24162008-02-26 Nick Roberts <nickrob@snap.net.nz>
2417
2418 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2419 breakpoint table.
2420
fd96d250
PA
24212008-02-19 Pedro Alves <pedro@codesourcery.com>
2422
2423 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2424 killing the inferior when it is already debugging a process.
2425
36af4ef6
MD
24262008-02-13 Markus Deuling <deuling@de.ibm.com>
2427
2428 * gdbint.texinfo (Build Script): New section. Mention new build script
2429 gdb_buildall.sh.
2430
cda4ce5a
JB
24312008-02-01 Jim Blandy <jimb@red-bean.com>
2432
2433 * gdb.texinfo (Help): Summarize 'info args' correctly.
2434
4acd40f3
TJB
24352008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2436
2437 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2438 available in PowerPC architecture.
2439 (Embedded Processors): Change node name of PowerPC item in menu.
2440 (PowerPC): Rename to...
2441 (PowerPC Embedded): this.
2442 (Architectures): Add new PowerPC item in menu.
2443 (PowerPC): New node.
2444
6e6c6f50
DJ
24452008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2446
2447 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2448 commands.
2449
5ee187d7
DJ
24502008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2451
2452 * gdb.texinfo (Setting Catchpoints): Mention features
2453 supported on GNU/Linux.
2454
e275c0d9
NR
24552008-01-30 Nick Roberts <nickrob@snap.net.nz>
2456
2457 * gdb.texinfo (GDB/MI File Commands): Describe new output
2458 field for MI command -file-list-exec-source-file.
2459
2d717e4f
DJ
24602008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2461
2462 * gdb.texinfo (Using the `gdbserver' Program): Add security
2463 warning. Rearrange into subsections and subsubsections. Document
2464 --multi and --debug. Correct --with-sysroot typo. Update --attach
2465 usage. Make load reference clearer. Document monitor exit.
2466 (Remote Configuration): Document set remote exec-file, attach-packet,
2467 and run-packet.
2468 (Packets): Document vAttach and vRun.
2469
d35a4257 24702008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
2471
2472 * gdb.texinfo (Processes): Mention process command.
889bf7c5 2473 detach-on-follow -> detach-on-fork.
f663676d 2474
c78d192c
DJ
24752008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2476
2477 * gdbint.texinfo (Native Conditionals): Remove
2478 SHELL_COMMAND_CONCAT and SHELL_FILE.
2479
d35a4257
EZ
24802008-01-26 Eli Zaretskii <eliz@gnu.org>
2481
2482 * gdb.texinfo (Specify Location): Improve wording.
2483
93815fbf
VP
24842008-01-23 Chris Demetriou <cgd@google.com>
2485
2486 * gdb.texinfo (Threads): Document new "set print thread-events"
2487 and "show print thread-events" commands.
2488
2a25a5ba
EZ
24892008-01-19 Eli Zaretskii <eliz@gnu.org>
2490
2491 * gdb.texinfo (Specify Location): New section.
2492 (Delete Breaks, Edit, Set Breaks): Remove description of
2493 locations. Instead, add a reference to "Specify Location".
2494 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2495 (Symbols): Refer to "Specify Location" for the valid forms of
2496 linespecs and locations.
2497
32c9a795
MD
24982008-01-18 Markus Deuling <deuling@de.ibm.com>
2499
2500 * gdbint.texinfo (Target Conditionals): Replace the description of
2501 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2502
b17828ca
JB
25032008-01-12 Paul Hilfinger <hilfinger@adacore.com>
2504
2505 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2506 about &&var, which is rejected by the expression parser.
2507
0aea4bf3
LM
25082008-01-09 Luis Machado <luisgpm@br.ibm.com>
2509
2510 * gdb.texinfo (Output): Update documentation on using printf with DFP
2511 types.
2512
febe4383
TJB
25132008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2514
2515 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2516 subsubsection.
2517 (Decimal Floating Point format): New subsubsection.
2518
7a404eba
PA
25192008-01-05 Pedro Alves <pedro@codesourcery.com>
2520
2521 * gdb.texinfo (File Options): Remove mention of the attempt to
2522 open a core file with the -p option. Don't list -c as a valid
2523 option to attach to a process.
2524
a4d9b460
PA
25252008-01-05 Pedro Alves <pedro@codesourcery.com>
2526
2527 * gdbint.texinfo (Host Conditionals): Remove mention of
2528 ALIGN_STACK_ON_ENTRY.
2529
6ec2edbe
JB
25302008-01-05 Joel Brobecker <brobecker@adacore.com>
2531
2532 * gdbint.texinfo (Start of New Year Procedure): Add item
2533 describing how to update the source and documentation copyright
2534 notices.
2535
d8b2a693
JB
25362007-12-18 Jim Blandy <jimb@codesourcery.com>
2537
ab209b3a 2538 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
2539 watchpoint explanation into the main description of the watchpoint
2540 command; update synopses of 'watch', 'rwatch', and 'awatch'
2541 commands.
2542
8b4ed427
VP
25432007-12-18 Vladimir Prus <vladimir@codesourcery.com>
2544
2545 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2546 Document 'pending-breakpoints' feature of
2547 -list-features.
2548
37e4754d
LM
25492007-12-17 Luis Machado <luisgpm@br.ibm.com>
2550
669fac23 2551 * gdb.texinfo: Add new parameter's description.
37e4754d 2552
1d3811f6
DJ
25532007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
2554
2555 * gdb.texinfo (Overview): Clarify run-length encoding
2556 example. Remove the restriction on "+" and "-" characters.
2557
c1c25a1a
EZ
25582007-12-15 Eli Zaretskii <eliz@gnu.org>
2559
2560 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
2561
afe8ab22 25622007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 2563
afe8ab22
VP
2564 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2565 the -f option for -break-insert, remove -r option,
2566 and clarify specification of location.
2567
a6b151f1
DJ
25682007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
2569
2570 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
2571 formatting.
2572 (Remote Debugging): Add File Transfer section.
2573 (Remote Configuration): Document Host I/O packets.
2574 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 2575 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
2576 (Packets): Add vFile.
2577
3b784c4f
EZ
25782007-11-17 Eli Zaretskii <eliz@gnu.org>
2579
2580 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
2581 breakpoints with multiple locations.
2582 (Breakpoint Menus): Improve wording.
2583 (Output): Fix last change.
2584
a4ce5b0d
UW
25852007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
2586
2587 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
2588
1b39d5c0
DE
25892007-11-15 Doug Evans <dje@google.com>
2590
2591 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
2592
7a72d44c
VP
25932007-11-15 Vladimir Prus <vladimir@codesourcery.com>
2594
2595 * gdbint.texinfo (Native Conditionals): Remove
2596 mention of CLEAR_SOLIB.
5ae4183a 2597
6d1829bf 25982007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
2599
2600 * gdb.texinfo (Print Settings): Add documentation for "set/show
2601 print frame-arguments".
2602
1a619819
LM
26032007-11-05 Luis Machado <luisgpm@br.ibm.com>
2604
3b784c4f 2605 * gdb.texinfo (Output): Update printf command's description.
1a619819 2606
55eddb0f
DJ
26072007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
2608
2609 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
2610 powerpc soft-float".
2611
9cceb671
DJ
26122007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2613
2614 * gdb.texinfo (Files): Correct formatting. Mention Expat
2615 requirement.
2616 (Requirements for Building GDB): Expand the list of Expat
2617 uses.
2618 (Library List Format, Memory Map Format): Mention Expat.
2619 (Target Descriptions): Update Expat wording.
2620
83acabca
DJ
26212007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2622
2623 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
2624 Document that gdbarch_convert_register_p should return zero for no-op
2625 conversions.
2626
e35879db
UW
26272007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
2628
83acabca 2629 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
2630 of set_gdbarch_sofun_address_maybe_missing back to ...
2631 (Target Conditionals): ... here to fix build break.
2632
203c3895
UW
26332007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2634
83acabca 2635 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
2636 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
2637 (Compiler Characteristics): ... documentation of
2638 set_gdbarch_sofun_address_maybe_missing.
2639
11411de3
DJ
26402007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2641
2642 * gdbint.texinfo (Target Conditionals): Use
2643 frame_unwind_register_unsigned in examples instead of
2644 frame_unwind_unsigned_register.
2645
7cc46491
DJ
26462007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2647
2648 * gdb.texinfo (Predefined Target Types): Add int128
2649 and uint128.
2650 (Standard Target Features): Add PowerPC features.
2651
81adfced
DJ
26522007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2653
2654 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
2655
c1874924
UW
26562007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2657
2658 * gdbint.texi (Target Conditionals): Remove documentation
2659 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
2660 gdbarch_extract_return_value, and gdbarch_store_return_value.
2661
f6e56ab3
UW
26622007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2663
2664 * gdbint.texi (Target Conditionals): Remove documentation of
2665 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
2666
56cf5405
KH
26672007-10-11 Kazu Hirata <kazu@codesourcery.com>
2668
2669 * gdb.texinfo: Mention that inaccessible-by-default is on by
2670 default.
2671
35156bae
DJ
26722007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2673
2674 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
2675
d983da9c
DJ
26762007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
2677
2678 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
2679 multi-threaded watchpoints.
2680 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
2681 checked. Describe sticky notification. Expand description
2682 of steppable and continuable watchpoints.
2683 (Watchpoints and Threads): New subsection.
2684
fe6fbf8b
VP
26852007-09-28 Vladimir Prus <vladimir@codesourcery.com>
2686
2687 * gdb.texinfo (Setting Breakpoints): Revise
2688 documentation for pending breakpoints. Document
2689 breakpoints with multiple locations.
5ae4183a 2690
084344da
VP
26912007-09-19 Vladimir Prus <vladimir@codesourcery.com>
2692
2693 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2694 Document -list-features.
5ae4183a 2695
82160952
EZ
26962007-09-15 Eli Zaretskii <eliz@gnu.org>
2697
2698 * gdb.texinfo (Output): Spell out which features of C's printf are
2699 not supported by GDB's printf.
7e27a47a
EZ
2700 (Separate Debug Files): More accurate wording regarding build ID
2701 and a reference to the ld manual rather than the Fedora wiki.
82160952 2702
ea37ba09
DJ
27032007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2704 Jim Blandy <jimb@codesourcery.com>
2705
2706 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
2707 (Examining Memory): Update mentions of the 's' format.
2708 (Automatic Display): Likewise.
2709
b8533aec
DJ
27102007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
2711
2712 * gdb.texinfo: Update the FSF's Back-Cover Text.
2713
83f83d7f
JK
27142007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2715 Eli Zaretskii <eliz@gnu.org>
2716
2717 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
2718 Fixed the ``build ID'' name. New binaries build instructions for the
2719 build ID inclusion. Explain how the commands are specific to the build
2720 ID vs. debug link.
2721
c7e83d54
EZ
27222007-09-01 Eli Zaretskii <eliz@gnu.org>
2723
2724 * gdb.texinfo (Separate Debug Files): Fix last change. Add
2725 indexing for ``build ID'' support.
2726
d3750b24
JK
27272007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2728
2729 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
2730 Enlisted BUILD ID to the debug file searching example.
2731 Included a BUILD ID `.note.gnu.build-id' section description.
2732 Updated/added the debug files splitting instructions for OBJCOPY.
2733
02142340
VP
27342007-08-31 Vladimir Prus <vladimir@codesourcery.com>
2735
2736 * gdb.texinfo (Variable Objects): Adjust docs
2737 for -var-info-expression and document
2738 -var-info-path-expression.
2739
d3bdde98
JB
27402007-08-20 Jim Blandy <jimb@codesourcery.com>
2741
3fb6a982
JB
2742 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
2743 (title page): Include the dedication in the printed manual, as a
2744 separate page after the copyright notice.
5ae4183a 2745
d3bdde98
JB
2746 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
2747 don't break a @var across a line.
2748
c80a96a8
MR
27492007-07-25 Maciej W. Rozycki <macro@mips.com>
2750
2751 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
2752 for include files.
2753
5824a901
NR
27542007-07-12 Nick Roberts <nickrob@snap.net.nz>
2755
2756 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
2757 in annotate.texinfo.
2758 (Command History): Link to new node.
5824a901 2759
d52e7ea3
UW
27602007-07-05 Markus Deuling <deuling@de.ibm.com>
2761
2762 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
2763
5fc14d0a
EZ
27642007-07-05 Eli Zaretskii <eliz@gnu.org>
2765
2766 * gdbint.texinfo (Target Conditionals): Fix last change.
2767
4a9bb1df
UW
27682007-07-03 Markus Deuling <deuling@de.ibm.com>
2769
2770 * gdb.texinfo: Replace following macros by their appropriate gdbarch
2771 routines:
2772 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
2773 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
2774 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
2775 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
2776 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
2777 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
2778 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
2779 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
2780 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
2781 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2782 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
2783 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
2784 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2785 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
2786 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
2787 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
2788 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
2789 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
2790 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
2791 (SOFTWARE_SINGLE_STEP_P)
2792
2793 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
2794 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
2795
2796 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
2797 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
2798 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
2799 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
2800 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
2801 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
2802 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
2803 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
2804 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
2805 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
2806
2807 (Converting an existing Target Architecture to Multi-arch): Remove
2808 section.
2809
2810 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
2811 (gdbarch_addr_bits_remove): Add code example.
2812
2813 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
2814
cfa9d6d9
DJ
28152007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
2816
2817 * gdb.texinfo (Remote Configuration): Document library-info-packet.
2818 Add other missing entries. Adjust the table size to fit.
2819 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
2820 stop reasons including the new "library" event.
2821 (General Query Packets): Adjust table widths for qSupported. Mention
2822 qXfer:libraries:read reply to qSupported and document the new packet.
2823 (Library List Format): New section.
2824
159fcc13
JK
28252007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2826
2827 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
2828
f66d1690
MS
28292007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
2830
2831 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
2832
67102876
NR
28332007-06-25 Nick Roberts <nickrob@snap.net.nz>
2834
2835 * gdbint.texinfo (Register and Memory Data): Break sections
2836 into nodes and add a menu.
2837
a4642986
MR
28382007-06-21 Maciej W. Rozycki <macro@mips.com>
2839
2840 * gdb.texinfo (Examining Memory): Document the new behaviour.
2841
e9c17194
VP
28422007-06-21 Vladimir Prus <vladimir@codesourcery.com>
2843
2844 * gdb.texinfo (Standard Target Features): Document
2845 m68k features.
2846
31d99776
DJ
28472007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2848
2849 * gdb.texinfo (General Query Packets): Document qOffsets changes.
2850
1780a0ed
DJ
28512007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2852
2853 * gdb.texinfo (Target Description Format): Add version attribute
2854 for <target>.
2855
822b6570
DJ
28562007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2857
2858 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
2859
f8b73d13
DJ
28602007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2861
2862 * gdb.texinfo (MIPS Features): New subsection.
2863
0e7f50da
UW
28642007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2865 Markus Deuling <deuling@de.ibm.com>
2866
2867 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
2868 and qXfer:spu:write packets and mention them under qSupported.
2869
23d964e7
UW
28702007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2871 Markus Deuling <deuling@de.ibm.com>
2872
2873 * gdb.texinfo (Architectures): Add new SPU section to document
2874 Cell Broadband Engine SPU architecture specific commands.
2875
9f708cb2
VP
28762007-06-09 Vladimir Prus <vladimir@codesourcery.com>
2877
2878 * gdb.texinfo (GDB/MI Variable Objects): Editorial
2879 comments.
2880
7579b5f8
NR
28812007-06-07 Nick Roberts <nickrob@snap.net.nz>
2882
2883 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
2884
bf06d120
JB
28852007-05-29 Jim Blandy <jimb@codesourcery.com>
2886
2887 * gdb.texinfo (Overview): Doc fix.
2888
23776285
MR
28892007-05-22 Maciej W. Rozycki <macro@mips.com>
2890
2891 * gdb.texinfo (Remote Configuration): Document "set/show
2892 remoteflow".
2893
1a69e1e4
DJ
28942007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2895
bf06d120
JB
2896 * gdb.texinfo (MIPS): Remove documentation for set mips
2897 saved-gpreg-size, show mips saved-gpreg-size, and set mips
2898 stack-arg-size.
1a69e1e4 2899
46ba6afa 29002007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2901
46ba6afa
BW
2902 * all-cfg.texi (GDBTUI): New.
2903 * gdb.texinfo (Mode Options): Use GDBTUI variable.
2904 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
2905 (TUI Configuration): Edit to improve clarity and fix problems of
2906 both style and content.
5ae4183a 2907
06d3b283
UW
29082007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2909
2910 * observer.texi (GDB Observers): New observer "new_objfile".
2911
179101d6
UW
29122007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
2913
2914 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
2915
25d5ea92
VP
29162007-04-14 Vladimir Prus <vladimir@codesourcery.com>
2917
2918 * gdb.texinfo (GDB/MI Variable Objects): Document
2919 frozen variables objects.
5ae4183a 2920
ea35711c
DJ
29212007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
2922
2923 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
2924 (Character Sets, Caching Data of Remote Targets): Likewise.
2925 (Targets): Delete Remote node. Move its text...
2926 (Debugging Remote Programs): ...to here. Delete description
2927 of the "remote" command.
2928 (Remote configuration): Delete description of "set remotedevice"
2929 and "show remotedevice".
2930 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
2931
db2e3e2e
BW
29322007-04-11 Bob Wilson <bob.wilson@acm.org>
2933
5ae4183a
AS
2934 * gdb.texinfo (Contributors, Continuing and Stepping)
2935 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
2936 (General Query Packets, File-I/O Remote Protocol Extension)
2937 (Protocol Basics, The F Reply Packet, Write)
2938 (Protocol-specific Representation of Datatypes, Memory Transfer):
2939 Fix hyphenation, punctuation and grammar problems.
2940 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
2941 'section' instead of 'subsection' in the text.
2942 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
2943 (i386): Remove period from section name.
db2e3e2e
BW
2944 (Installing GDB, Requirements, Running Configure, Separate Objdir)
2945 (Config Names, Configure Options): Use @file{configure}.
2946
8a3dae3e
DJ
29472007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
2948
2949 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
2950 and tab expansion.
2951
1a92f856
DJ
29522007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
2953
2954 * gdbint.texinfo (SOM): Correct location of the SOM reader.
2955
79a6e687 29562007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2957
79a6e687
BW
2958 * gdb.texinfo: Consistently capitalize all significant words in
2959 node names, chapter titles, section titles, and headings. Update
2960 cross references to match.
2961 (Starting and Stopping Trace Experiment): Make node name plural.
2962 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 2963
ad527d2e
PA
29642007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
2965
2966 * gdb.texinfo (WinCE): Delete obsolete subsection.
2967
7ce59000
DJ
29682007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
2969
2970 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
2971 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
2972 references.
2973
8807d78b
DJ
29742007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
2975
2976 * gdb.texinfo (Startup): Delete references to some alternate
2977 names for .gdbinit.
2978 (Thread): Remove LynxOS reference.
2979 (Tandem ST2000): Delete target-specific documentation.
2980 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
2981 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
2982 and GDB_OSABI_LYNXOS.
2983
5f402660
UW
29842007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
2985
2986 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
2987
bac718a6
UW
29882007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
2989
2990 * gdbint.texinfo (Target Conditionals): Remove mention of
2991 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
2992 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
2993
9453113a
DJ
29942007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
2995
2996 * Makefile.in: Add "pdfdir" installation
2997 directory, PDFTEX macro, support for "install-pdf" target,
2998 and rules for making a pdf version of refcard.texi.
2999 * refcard.tex: Specify paper size for PDF output.
3000
ae21e955 30012007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3002
ae21e955 3003 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3004
3f94c067 30052007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3006
3f94c067
BW
3007 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3008 (Source Path, Character Sets, Macros, Define)
3009 (GDB/MI Result Records, GDB/MI Simple Examples)
3010 (GDB/MI Program Execution, GDB/MI File Commands)
3011 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3012 (Bug Reporting): Use @value{GCC}.
5ae4183a 3013
12c27660 30142007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3015
12c27660
BW
3016 * gdb.texinfo (Help): Fix formatting of examples.
3017 (Variables): Use @ifnotinfo instead of @iftex.
3018 (Non-debug DLL symbols): Use @ref instead of @pxref.
3019 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3020
ce9341a1
BW
30212007-03-26 Bob Wilson <bob.wilson@acm.org>
3022
3023 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3024
c8f4133a
BW
30252007-03-26 Bob Wilson <bob.wilson@acm.org>
3026
3027 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3028 the order of the nodes.
3029 (C Operators, C Constants, Debugging C): Remove extra menus.
3030 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3031
c8f4133a 30322007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3033
3034 * gdb.texinfo (File Options): Add missing parenthesis.
3035 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3036
c74d0ad8
DJ
30372007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3038
3039 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3040
ff6f572f
DJ
30412007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3042
669fac23 3043 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3044 case insensitivity.
3045 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3046
994337c3
NR
30472007-02-18 Nick Roberts <nickrob@snap.net.nz>
3048
3049 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3050 (Files): Add section name to argument list for pxref.
3051 (Non-debug DLL symbols): Don't use `see' for pxref.
3052 (Embedded Processors): Fix typo.
3053 (GDB/MI Breakpoint Commands): Execution commands generate
3054 *stopped not ^done.
3055
eb819d70
NR
30562007-02-13 Nick Roberts <nickrob@snap.net.nz>
3057
3058 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3059 values for in_scope. Mention that only root variables can be
3060 updated.
3061 (GDB/MI Development and Front Ends): Explain new values may be
3062 added to existing fields.
3063
123dc839
DJ
30642007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3065
3066 * gdb.texinfo (-target-disconnect): Use @smallexample.
3067 (Requirements): Add anchor for Expat. Update description.
3068 (Target Descriptions): Mention Expat.
3069 (Target Description Format): Document new elements. Use
3070 @smallexample.
3071 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3072 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3073
108546a0
DJ
30742007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3075
3076 * gdb.texinfo (Target Description Format): Add section on XInclude.
3077
95a98c01
NR
30782006-02-03 Nick Roberts <nickrob@snap.net.nz>
3079
3080 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3081 command -enable-timings.
3082
f4b3909f
EZ
30832007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3084
5ae4183a 3085 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3086 descriptions for new/deleted elements in gdb_osabi. Add missing
3087 description for function generic_elf_osabi_sniff_abi_tag_sections.
3088
c7ba131e
JB
30892007-01-29 Joel Brobecker <brobecker@adacore.com>
3090
3091 * gdb.texinfo (Maintenance Commands): Add documentation for
3092 the new "maint print target-stack" command.
3093
3a60f64e
JK
30942007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3095 Eli Zaretskii <eliz@gnu.org>
3096
f4b3909f 3097 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3098
c582f8b6
EZ
30992007-01-26 Eli Zaretskii <eliz@gnu.org>
3100
3101 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3102 Use @value{NGCC} instead of @value{GCC}.
3103
d3e8051b
EZ
31042007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3105
3106 * agentexpr.texi: Fix typos.
3107 * annotate.texinfo: Likewise.
3108 * gdb.texinfo: Likewise.
3109 * gdbint.texinfo: Likewise.
3110 * observer.texi: Likewise.
3111 * stabs.texinfo: Likewise.
3112
86f04699
EZ
31132007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3114
3115 * gdbint.texinfo (Support Libraries): Remove mmalloc
3116 entry. Describe readline library.
3117
23181151
DJ
31182007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3119
3120 * gdb.texinfo (Target Descriptions): New section.
3121 (General Query Packets): Add QPassSignals anchor. Mention
3122 qXfer:features:read under qSupported. Expand mentions of
3123 qXfer:memory-map:read and QPassSignals. Document
3124 qXfer:features:read.
3125
f822c95b
DJ
31262007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3127
3128 * gdb.texinfo (Commands to specify files): Describe
3129 "set sysroot" and "show sysroot".
3130 (Using the `gdbserver' program): Lowercase argument
3131 to @var. Expand description of setting up GDB on the
3132 host.
3133
8936fcda
JB
31342007-01-05 Joel Brobecker <brobecker@adacore.com>
3135
3136 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3137 catch exception, catch exception unhandled, and catch assert
3138 commands.
3139
e776119f
DJ
31402007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3141
3142 * gdb.texinfo (Debugging Output): Document "set debug xml"
3143 and "show debug xml".
3144
aa79a185
DJ
31452007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3146
3147 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3148
7f893741
JB
31492007-01-01 Joel Brobecker <brobecker@adacore.com>
3150
3151 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3152
a1b5960f
VP
31532006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3154
3155 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3156 note in @ignore, to be removed later if nobody complains.
3157
9f470e6e
NR
31582006-12-04 Nick Roberts <nickrob@snap.net.nz>
3159
3160 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3161 of -var-delete.
3162
765dc015 31632006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3164
765dc015 3165 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3166 automatic software/hardware breakpoint usage and
3167 the "set breakpoint auto-hw" command.
765dc015 3168
4b5752d0
VP
31692006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3170
3171 * gdb.texinfo (Memory Access Checking): New.
3172
89be2091
DJ
31732006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3174
3175 * gdb.texinfo (Remote configuration): Mention
3176 "pass-signals-packet".
3177 (General Query Packets): Document QPassSignals. Fix
3178 a typo.
3179
ca3bf3bd
DJ
31802006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3181
3182 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3183
427c3a89
DJ
31842006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3185
3186 * gdb.texinfo (Remote configuration): Rewrite documentation for
3187 packet configuration commands.
3188 (OS Information): Adjust reference to qXfer:auxv:read.
3189 (General Query Packets): Remove references to read-aux-vector-packet
3190 and set remote get-thread-local-storage-address.
3191
7a107747
DJ
31922006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3193
3194 * gdbint.texinfo (Target Architecture Definition): Add new
3195 Initializing a New Architecture section.
3196
1c56eb0e
EZ
31972006-10-31 David Taylor <dtaylor@emc.com>
3198
3199 * stabs.texinfo (Macro define and undefine): New node describing
3200 stabs for #define and #undef.
3201
f73adfeb
AS
32022006-10-27 Andreas Schwab <schwab@suse.de>
3203
3204 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3205
fd60e0df
EZ
32062006-10-21 Eli Zaretskii <eliz@gnu.org>
3207
3208 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3209 clarify on the possible meanings of ``expression'' watched by
3210 watchpoints. Add indexing.
e5ac9b53
EZ
3211 (Prompting, Errors, Invalidation, Annotations for Running)
3212 (Source Annotations): Fix index entries by adding "annotation" to
3213 them, to discriminate from index entries that point to the more
3214 general topic descriptions.
fd60e0df 3215
52bb452f
DJ
32162006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3217
3218 * gdbint.texinfo (Target Vector Definition): Move most
3219 content into Existing Targets. Add a menu.
3220 (Existing Targets): New section, moved from Target Vector
3221 Definition. Use @subsection.
3222 (Managing Execution State): New section.
3223
58955e58
BW
32242006-10-16 Bob Wilson <bob.wilson@acm.org>
3225
3226 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3227
c8aa23ab
EZ
32282006-10-15 Eli Zaretskii <eliz@gnu.org>
3229
3230 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3231 (Command Syntax, Signals, Backtrace, Connecting)
3232 (Remote configuration, Renesas Boards, Console I/O): Fix last
3233 change: use Ctrl- instead of C-, except wrt Emacs.
3234 (File-I/O Examples): Put Ctrl-c in @kbd.
3235 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3236 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3237 (Signals, Set Breaks, Set Watchpoints): Document optional
3238 arguments to `info signals' `handle', `info breakpoints', and
3239 `info watchpoints'.
c8aa23ab 3240
e7109c7e
EZ
32412006-10-14 Eli Zaretskii <eliz@gnu.org>
3242
3243 * gdb.texinfo (Backtrace): Fix last change.
3244
de3aea7b
NR
32452006-10-14 Nick Roberts <nickrob@snap.net.nz>
3246
3247 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3248
7f9087cb
BW
32492006-10-10 Bob Wilson <bob.wilson@acm.org>
3250
c8aa23ab
EZ
3251 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3252 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3253 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3254
68437a39
DJ
32552006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3256 Daniel Jacobowitz <dan@codesourcery.com>
3257
3258 * gdb.texinfo (Packets): Document vFlashErase,
3259 vFlashWrite and vFlashDone packets.
3260 (General Query Packets): Document qXfer:memory-map:read.
3261 Add a new feature for qXfer:memory-map:read.
3262 (Memory map format): New section.
3263 (Target Commands): Mention that gdb can write flash.
3264
fd79ecee
DJ
32652006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3266 Daniel Jacobowitz <dan@codesourcery.com>
3267
3268 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3269 memory regions and "mem auto".
3270
350da6ee
DJ
32712006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3272
3273 * gdbint.texinfo (Array Containers): New section.
3274
2f1acb09
VP
32752006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3276
3277 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3278 -stack-list-arguments HIGH_FRAME argument can be larger then the
3279 actual number of frames.
3280
2ab1eb7a
VP
32812006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3282
3283 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3284 -stack-list-locals HIGH_FRAME argument can be larger then the
3285 actual number of frames.
2ab1eb7a 3286
599b237a
BW
32872006-09-02 Bob Wilson <bob.wilson@acm.org>
3288
3289 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3290 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3291
25ab7e6d
EZ
32922006-09-02 Eli Zaretskii <eliz@gnu.org>
3293
3294 * gdbint.texinfo (Overall Structure): New section "Source Tree
3295 Structure".
3296
940178d3
JB
32972006-08-17 Jim Blandy <jimb@codesourcery.com>
3298
3299 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3300 responses.
3301
30daae6c
JB
33022006-08-08 Joel Brobecker <brobecker@adacore.com>
3303
3304 * gdb.texinfo (Source Path): Add documentation for new
3305 substitute-path commands.
3306
7fa2210b
DJ
33072006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3308
3309 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3310 (Running Configure): ...here.
3311 (Requirements): New node. Mention expat.
3312
3d00d119
DJ
33132006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3314
5ae4183a 3315 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
3316 'set download-write-size' and 'show download-write-size'.
3317
0cbfa4ee
DJ
33182006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3319
3320 * stabs.texinfo (Member Type Descriptor): Correct example for
3321 pointer to member types.
3322
16026cd7
AS
33232006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3324
3325 * gdb.texinfo (Optional warnings and messages): Add
3326 'set/show trace-commands'.
3327 (Command files): Add '-v' to source command.
3328
0876f84a
DJ
33292006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3330
3331 * gdb.texinfo (OS Information): Update qPart reference to
3332 qXfer.
3333 (Remote configuration): Likewise.
3334 (Overview): Move @cindex to the start of a paragraph. Talk
3335 about binary data encoding.
3336 (Packets): Refer to the overview for the details of the X
3337 packet encoding.
3338 (General Query Packets): Remove qPart description. Add qXfer
3339 description. Add an anchor to qSupported. Correct feature
3340 table title. Add a new feature for qXfer:auxv:read.
3341 (Interrupts): Add a missing parenthesis.
3342
2ec3381a
DJ
33432006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3344
669fac23 3345 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
3346 (GDB/MI Kod Commands): Remove commented out node.
3347
594fe323
EZ
33482006-07-01 Eli Zaretskii <eliz@gnu.org>
3349
3350 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3351 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3352 (GDB/MI Thread Commands, GDB/MI Program Execution)
3353 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3354 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3355 (GDB/MI File Commands, GDB/MI Target Manipulation)
3356 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3357 since the MI prompt is hard-wired into the code.
3358
7e3fb70c
NR
33592006-07-01 Nick Roberts <nickrob@snap.net.nz>
3360
3361 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3362 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3363 (GDB/MI Data Manipulation): Remove description of unimplemented
3364 display related commands as variable objects perform this function
3365 and are superior: -display-delete, -display-disable,
3366 -display-enable, -display-insert and -display-list. Move
3367 -environment-cd, -environment-directory, -environment-path
3368 and -environment-pwd to "Program Context".
3369 (GDB/MI Program Control): Rename to "Program Execution". Move
3370 -exec-arguments -exec-abort to...
3371 (GDB/MI Program Context): ...here. New node split from "Data
3372 Manipulation".
3373
be2a5f71
DJ
33742006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
3375
3376 * gdb.texinfo (Remote configuration): Document set / show
3377 remote supported-packets.
3378 (General Query Packets): Document qSupported packet.
3379
fc320d37
SL
33802006-06-10 Sandra Loosemore <sandra@codesourcery.com>
3381
3382 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3383 and font markup.
3384 (Protocol basics): Likewise.
3385 (The F request packet): Likewise.
3386 (The F reply packet): Likewise.
3387 (Memory transfer): Move this node to be a subsubsection of
3388 "Protocol specific representation of datatypes".
3389 (The Ctrl-C message): More copy editing.
3390 (Console I/O): Likewise.
3391 (The isatty call): Delete this node, and merge its content into
3392 the "isatty" node. Fixed references elsewhere.
3393 (The system call): Delete this node, and merge its content into
3394 the "system" node. Fixed references elsewhere.
3395 (open): Reformat to use @table, and add appropriate font markup.
3396 (close): Likewise.
3397 (read): Likewise.
3398 (write): Likewise.
3399 (lseek): Likewise.
3400 (rename): Likewise.
3401 (unlink): Likewise.
3402 (stat/fstat): Likewise.
3403 (gettimeofday): Likewise.
3404 (isatty): Likewise.
3405 (system): Likewise, plus minor changes to fix confusing wording.
3406 (Integral datatypes): Fix font markup.
3407 (Pointer values): Likewise.
3408 (struct stat): Fix markup to use @table, plus minor copy editing.
3409 (struct timeval): Fix font markup, plus minor copy editing.
3410 (Constants): Minor copy editing.
3411 (Errno values): Add font markup.
3412 (File-I/O Examples): Likewise.
3413
158fdf5c
NR
34142006-06-10 Nick Roberts <nickrob@snap.net.nz>
3415
3416 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3417 (GDB/MI Simple Examples): Move node up one level. Use real
3418 examples.
3419 (GDB/MI Compatibility with CLI): Update.
3420 (GDB/MI Result Records): Add "connected" and "exit" result
3421 classes.
3422 (GDB/MI Stream Records): Clarify target output.
3423 (GDB/MI Command Description Format): Modify example description.
3424 (GDB/MI Breakpoint Table Commands): Rename to...
3425 (GDB/MI Breakpoint Commands): ...this
3426 (GDB/MI Breakpoint Commands): Add optional thread field.
3427 (GDB/MI Program Control): Add an introduction. Move "Program
3428 termination" examples into exec-run description.
3429 (GDB/MI File Commands): Mention similar CLI commands.
3430 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3431 is similar to "-gdb-version".
3432
ddb50cd7
EZ
34332006-06-09 Eli Zaretskii <eliz@gnu.org>
3434
3435 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3436
2aef0d6b
NR
34372006-06-02 Nick Roberts <nickrob@snap.net.nz>
3438
3439 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3440 sourceware.org for mailing lists.
d5e40d59 3441 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 3442
383a5c52
NR
34432006-06-01 Nick Roberts <nickrob@snap.net.nz>
3444
d5e40d59 3445 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 3446
e16b02ee
EZ
34472006-05-22 Eli Zaretskii <eliz@gnu.org>
3448
3449 * gdb.texinfo (Cygwin Native): Fix last change.
3450
be90c084
CF
34512006-05-22 Christopher Faylor <cgf@timesys.com>
3452
3453 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3454
347ceba5
NR
34552006-05-15 Nick Roberts <nickrob@snap.net.nz>
3456
3457 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3458 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3459
369af7bd
DJ
34602006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3461
3462 * gdb.texinfo (General Query Packets): Recommend not starting
3463 new packets with qC and clarify.
3464
2ffdbde8 34652006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
3466
3467 * gdb.texinfo (M2 Types): New section.
72019c9c 3468
16d1a084
DJ
34692006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
3470
3471 * agentexpr.texi: Add a copyright and license notice.
3472 * observer.texi: Likewise, with GPL clause for function prototypes.
3473 Remove trailing whitespace.
3474
aa56d27a
JB
34752006-05-05 Jim Blandy <jimb@codesourcery.com>
3476
3477 * gdb.texinfo (General Query Packets): Document conventions for
3478 terminating packet names, and their violations.
3479
5bdf8622
DJ
34802006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3481
3482 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3483 * gdb.texinfo: Likewise.
3484
605a56cb
DJ
34852006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3486
3487 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3488 and "show remotedebug".
3489 (Debugging Output): Add additional index entries.
3490
b8db102d
MS
34912006-04-27 Michael Snyder <msnyder@redhat.com>
3492
3493 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3494
c5e30d01
AC
34952006-04-22 Andrew Cagney <cagney@redhat.com>
3496
3497 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3498 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3499
8181d85f
DJ
35002006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
3501
3502 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3503 and remove breakpoint prototypes.
3504 (Watchpoints): Move description of target_insert_hw_breakpoint and
3505 target_remove_hw_breakpoint ...
3506 (Breakpoints): ... to here. Document target_insert_breakpoint and
3507 target_remove_breakpoint.
3508
4f553f88
JB
35092006-04-17 Jim Blandy <jimb@codesourcery.com>
3510
3511 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3512 and C packets are optional.
3513
cd852561
FR
35142006-04-14 Frederic Riss <frederic.riss@st.com>
3515
3516 * gdb.texinfo (Specifying source directories): Update the description
3517 of the source file search to reflect the fact that the source path
3518 always contains at least $cdir and $cwd.
3519
b620eb07
MS
35202006-03-31 Michael Snyder <msnyder@redhat.com>
3521
3522 * gdb.texinfo: Update copyright dates.
3523
3156cdaf
EZ
35242006-03-31 Eli Zaretskii <eliz@gnu.org>
3525
3526 * gdb.texinfo (Overview): Add an index entry to "empty response".
3527
7d30c22d
JB
35282006-03-28 Jim Blandy <jimb@codesourcery.com>
3529
3530 * gdbint.texinfo (Prologue Analysis): New section.
3531
86941c27
JB
35322006-03-07 Jim Blandy <jimb@red-bean.com>
3533
66b8c7f6
JB
3534 * gdb.texinfo (Connecting): Document 'target remote pipe'.
3535
1a10341b
JB
3536 * gdb.texinfo (Target Commands): Update text describing how to
3537 specify a target. Refer to the detailed section on remote
3538 debugging, not the brief mention.
3539
86941c27
JB
3540 * gdb.texinfo (Connecting): Organize the different 'target remote'
3541 connection methods into a table. Add a 'target remote' index
3542 entry. (!!!)
3543
62f3a2ba
FF
35442006-02-17 Fred Fish <fnf@specifix.com>
3545
3546 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3547 'ptype' commands to reflect the fact that the only significant
3548 difference between them is that ptype prints the complete type
3549 description instead of just the name.
3550
8b9a88ea
WZ
35512006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
3552
3553 * gdbint.texinfo (Watchpoints): Delete
3554 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3555
7e8dc855
NR
35562006-02-10 Nick Roberts <nickrob@snap.net.nz>
3557
3558 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3559 times fields where needed. Fix typos. Update general form given
3560 for output of -break-insert.
3561 (GDB/MI): Abbreviate some unnecessarily long fullnames.
3562
c91d38aa
DJ
35632006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
3564
3565 * gdbint.texinfo (Symbol Handling): Add a section
3566 on memory management.
3567
38fcd64c
DJ
35682006-02-06 Vladimir Prus <ghost@cs.msu.su>
3569
3570 * gdb.texinfo (Breakpoint table commands): Document the fullname
3571 field in -break-list output.
3572
219eec71
EZ
35732006-02-03 Eli Zaretskii <eliz@gnu.org>
3574
3575 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
3576 debugging information produced by the various "set debug..."
3577 options.
3578
ae5a43e0
DJ
35792006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3580
3581 * gdb.texinfo (Files): Remove obsolete bits from the description
3582 of "symbol-file".
3583
a9f158ec
JB
35842006-01-25 Jim Blandy <jimb@redhat.com>
3585
3586 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
3587
410dd08e
JB
35882006-01-24 Jim Blandy <jimb@redhat.com>
3589
3590 * gdbint.texinfo (Frames): Document the basics of GDB's register
3591 unwinding model, and explain the existence of the "sentinel" frame.
3592
4b505b12
AS
35932006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
3594
3595 * gdb.texinfo (Choosing files): Mention that -directory is used
3596 for script files.
3597 (Specifying source directories): Likewise.
3598 (Command files): Explain how script files are found.
3599
839c27b7
EZ
36002006-01-21 Eli Zaretskii <eliz@gnu.org>
3601
3602 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
3603 the threads in a multi-threaded program.
3604 (Threads): The threadno argument of "thread apply" can be a range
3605 of numbers.
3606
7be93b9e
JB
36072006-01-18 Jim Blandy <jimb@redhat.com>
3608
3609 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
3610 of warning flags.
3611
fcc73fe3
EZ
36122006-01-13 Eli Zaretskii <eliz@gnu.org>
3613
3614 * gdb.texinfo (Sequences): Improve menu annotations.
3615 (Define): Add index entries for arguments of user-defined
3616 commands. Move the description of flow-control commands...
3617 (Command Files): ...to here. Document loop_break and
3618 loop_continue.
ca91424e
EZ
3619 (Define, Command Files): Document `end' and add index entries for
3620 it.
fcc73fe3 3621
5c95884b
MS
36222006-01-04 Michael Snyder <msnyder@redhat.com>
3623
3624 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 3625 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 3626
860701dc
PH
36272006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
3628
3629 * gdb.texinfo (Omissions from Ada): Document that there is now
3630 limited aggregate support.
3631
36b80e65
EZ
36322005-12-28 Eli Zaretskii <eliz@gnu.org>
3633
3634 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
3635 registers and the likes.
3636
c1468174
EZ
36372005-12-24 Eli Zaretskii <eliz@gnu.org>
3638
3639 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
3640 (Symbols): Fix usage of "e.g.".
359df76b 3641 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
3642
3643 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
3644 (Coding): Fix usage of "e.g.".
3645
c02a867d
EZ
36462005-12-23 Eli Zaretskii <eliz@gnu.org>
3647
5ae4183a
AS
3648 * stabs.texinfo:
3649 * refcard.tex:
c02a867d 3650 * gpl.texi:
5ae4183a
AS
3651 * gdbint.texinfo:
3652 * gdb.texinfo:
3653 * gdb-cfg.texi:
c02a867d 3654 * fdl.texi:
5ae4183a
AS
3655 * annotate.texinfo:
3656 * all-cfg.texi:
c02a867d
EZ
3657 * Makefile.in: Add (C) after Copyright. Update the FSF
3658 address.
3659
fad38dfa
EZ
36602005-12-03 Eli Zaretskii <eliz@gnu.org>
3661
3662 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
3663 extend GDB with commands for external monitor.
3664
53e5f3cf
AS
36652005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
3666
3667 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
3668
55f6ca0f
JB
36692005-11-25 Joel Brobecker <brobecker@adacore.com>
3670
3671 * gdbint.texinfo (Start of New Year Procedure): New chapter.
3672
c1947b85
JB
36732005-11-21 Jim Blandy <jimb@redhat.com>
3674
3675 * gdb.texinfo (Tracepoint Packets): Document restrictions on
3676 placement of 'R' actions in tracepoint action packets; document
3677 dependence of 'X' and 'M' actions on a preceding 'R' action for
3678 their registers.
3679
9d29849a
JB
36802005-11-19 Jim Blandy <jimb@redhat.com>
3681
3682 * gdb.texinfo (Tracepoint Packets): New node.
3683 (General Query Packets): Add entries for the tracepoint packets,
3684 referring to the "Tracepoint Packets" node.
3685 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 3686
9a6253be
KB
36872005-11-18 Kevin Buettner <kevinb@redhat.com>
3688
3689 * gdb.texinfo (set remotebreak): Add anchor.
3690 (X packet): Likewise.
3691 (Remote Protocol): Add new section `Interrupts' and new index
3692 entry `interrupts (remote protocol)'.
3693
5f3bebba
JB
36942005-11-18 Jim Blandy <jimb@redhat.com>
3695
3696 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
3697 entries into the General Query Packets section. Add a
3698 cross-reference to that section. Drop description of replies, as
3699 these are covered in the descriptions of each packet.
3700 (General Query Packets): Add introductory text. Explain naming
3701 conventions, and how the end of a name is recognized.
3702
9a7a1b36
KB
37032005-11-17 Kevin Buettner <kevinb@redhat.com>
3704
0564b6cf 3705 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
3706 "set remotebreak" command.
3707
b8ff78ce
JB
37082005-11-16 Jim Blandy <jimb@redhat.com>
3709
3710 * gdb.texinfo (Packets, Stop Reply Packets)
3711 (General Query Packets): Various formatting cleanups.
3712 - Use @samp for packet contents.
3713 - Drop summaries from packet @item lines; the same information appears
3714 immediately below in the description.
3715 - Delete paragraph breaks after packet @item commands, so that the
3716 description appears directly to the right of the packet prototype
3717 in the printed manual, if it fits.
3718 - Place spaces in packet prototypes between @vars and non-@var
3719 letters, and explain that they're just for formatting.
3720 - Use @dots{} instead of '...'.
3721 - Fix uses of @code where @var was needed.
3722 - Replace "deprecated" markers with English text spelling out the
3723 packet's status and the preferred alternatives.
3724 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
3725 what this ever meant.
3726 - Remove "(draft)" markers on 'i' packets; nobody has commented on
3727 this for a long time.
3728 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
3729 implemented several times, and have been in use for years.
3730
8ffe2530
JB
37312005-11-15 Jim Blandy <jimb@redhat.com>
3732
c43c5473
JB
3733 * gdb.texinfo (Packets): Add index entries for 'm' packet
3734 disclaimers.
5ae4183a 3735
fb031cdf
JB
3736 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
3737 of stub when processing an 'm' packet.
3738
8ffe2530
JB
3739 * gdb.texinfo (Packets): Mention that packets beginning with
3740 letters are reserved once, at the top, instead of actually listing
3741 them all and saying "reserved".
3742
c03c782f
AS
37432005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
3744
3745 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
3746 Change @var{$arg0 to @code{$arg0.
3747
814e32d7
WZ
37482005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
3749
3750 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
3751
fa93a9d8
JB
37522005-11-12 Jim Blandy <jimb@redhat.com>
3753
3754 * gdb.texinfo (General Query Packets): Put packets in alphabetical
3755 order. Remove extraneous 'z'.
3756
8a5a3c82
AS
37572005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
3758
3759 * gdb.texinfo (Choosing files): Add --eval-command.
3760
4b0ad762
AS
37612005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
3762
3763 * gdb.texinfo (Choosing modes): Add --return-child-result.
3764
3765
1a088d06
AS
37662005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
3767
3768 * gdb.texinfo (Choosing modes): Add --batch-silent.
3769
656d5e12
EZ
37702005-10-28 Eli Zaretskii <eliz@gnu.org>
3771
3772 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
3773 "The -var-update Command".
3774
3c9c013a
JB
37752005-10-03 Joel Brobecker <brobecker@adacore.com>
3776
3777 * gdb.texinfo (Print Settings): Add documentation for set/show
3778 print array-indexes.
3779
7ba3cf9c
DJ
37802005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
3781
3782 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
3783 6.2 and 6.3.
3784
a94ab193
EZ
37852005-08-27 Eli Zaretskii <eliz@gnu.org>
3786
3787 * gdb.texinfo (File Options): Don't document --mapped, it's gone
3788 since 19-Jan-2004.
3789 (Files): Likewise.
ab1adacd
EZ
3790 (Variables, Symbols): Document the "<incomplete type>" message and
3791 its reasons.
a94ab193 3792
ca06016a
FF
37932005-08-01 Fred Fish <fnf@specifix.com>
3794
3795 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
3796
cf58170d
NR
37972005-07-15 Nick Roberts <nickrob@snap.net.nz>
3798
3799 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
3800 option for -var-list-children and -var-update.
3801 (GDB/MI Stack Manipulation): Simplify description of
3802 print-values option for -stack-list-locals.
3803 (GDB/MI Command Description Format): Clarify.
3804 (Mode Options): Spelling of superseded.
3805
38f1196a
BR
38062005-07-12 Bob Rossi <bob@brasko.net>
3807
3808 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
3809 corresponding GDB command comment.
3810
3cb3b8df
BR
38112005-07-06 Bob Rossi <bob@brasko.net>
3812
3813 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
3814 and -inferior-tty-show.
3815 (Input/Output): Document "set/show inferior-tty" and tty alias.
3816
10fac096
NW
38172005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
3818
3819 * gdb.texinfo (Packets): Change description of 'D' packet to note
3820 that GDB does wait for a response.
3821
d1b6db76
NR
38222005-06-22 Nick Roberts <nickrob@snap.net.nz>
3823
3824 * gdb.texinfo (History) Rename "Command History".
3825 (Command History): Move node "Server Prefix" from section on
3826 Annotations here.
3827
29629dcf
NR
38282005-06-19 Nick Roberts <nickrob@snap.net.nz>
3829
3830 * gdb.texinfo (GDB/MI Stack Manipulation):
3831 Re-instate -stack-info-frame with example. Say that it gets
3832 info on selected frame, not current frame.
3833
397ca115
EZ
38342005-06-18 Eli Zaretskii <eliz@gnu.org>
3835
3836 * gdb.texinfo (Server): Clarify that `file' should be used before
3837 connecting to the server.
3838 (Files): Add an xref to the above description.
51274035
EZ
3839 (Output Formats): More detailed description of the `c' format.
3840 (Memory): List explicitly all the formats supported by `x'.
638ac427 3841 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 3842 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
3843 files. Add more indexing for solib-absolute-prefix and
3844 --with-sysroot.
76d17f34
EZ
3845 (Machine Code): Document possible problems with locations in
3846 shared libraries.
d416eeec
EZ
3847 (Backtrace): Document that free-standing environments do not need
3848 to have a `main' function.
397ca115 3849
74f6deaa
NR
38502005-06-18 Nick Roberts <nickrob@snap.net.nz>
3851
3852 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
3853 -stack-info-frame.
3854
a9967aef
AC
38552005-06-07 Andrew Cagney <cagney@gnu.org>
3856
3857 * gdb.texinfo (Contributors): Note the original multi-arch
3858 contributors.
3859
e09f16f9
EZ
38602005-06-03 Eli Zaretskii <eliz@gnu.org>
3861
3862 * gdb.texinfo (Registers): Add index entries for the standard
3863 registers.
3864 (Frames): Add cross-reference from frame pointer description to
3865 the Registers node.
3866 (Annotations Overview): Fix the reference to GDB name.
3867
d87ba7ee
EZ
38682005-06-01 Eli Zaretskii <eliz@gnu.org>
3869
3870 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
3871 can-use-hw-watchpoints.
3872
034dad6f
BR
38732005-05-28 Bob Rossi <bob@brasko.net>
3874
3875 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
3876 the possible reasons why an exec async record would be returned to FE.
3877
ffed4509
AC
38782005-05-26 Andrew Cagney <cagney@gnu.org>
3879
3880 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
3881 Andrew Cagney implemented the original GDB/MI.
3882
e22e55c9
OF
38832005-05-23 Orjan Friberg <orjanf@axis.com>
3884
3885 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
3886 documentation. Add documentation for cris-mode.
3887
a78e13ce
EZ
38882005-05-20 Eli Zaretskii <eliz@gnu.org>
3889
3890 * gdb.texinfo (Numbers): Explain the example and make the wording
3891 more acurate.
3892
76ff342d
DJ
38932005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3894 Dennis Brueni <dennis@slickedit.com>
3895
3896 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
3897 (GDB/MI Data Manipulation, GDB/MI Program Control)
3898 (GDB/MI Stack Manipulation): Update examples to include the fullname
3899 attribute in stack frames.
3900
119b882a
EZ
39012005-05-12 Eli Zaretskii <eliz@gnu.org>
3902
3903 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
3904 do with other non-standard names of init files.
3905
6fc08d32
EZ
39062005-05-11 Eli Zaretskii <eliz@gnu.org>
3907
3908 * gdb.texinfo (Command Files): Move the description of the startup
3909 from here...
3910 (Startup): ...to this new subsection of the Invocation chapter.
3911 Rearrange the description of init files more logically and add a
3912 cross-reference to "Command Files". Document the special gdbinit
3913 name for CISCO 68k. Expand the description of what GDB does
3914 during startup.
3915 (History): Add index entry for HISTSIZE.
3916
a561754a
MK
39172005-05-02 Mark Kettenis <kettenis@gnu.org>
3918
3919 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
3920
2eecc4ab
EZ
39212005-05-02 Eli Zaretskii <eliz@gnu.org>
3922
3923 * gdb.texinfo (SVR4 Process Information, The isatty call)
3924 (The system call): Don't use foo(N) notation for man pages and
3925 functions.
514c4d71 3926 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 3927
18999be5
EZ
39282005-04-27 Eli Zaretskii <eliz@gnu.org>
3929
3930 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
3931 were optimized away.
3932
0abb7bc7
EZ
39332005-04-22 Eli Zaretskii <eliz@gnu.org>
3934
3935 * gdb.texinfo (Remote configuration): Document "set/show
3936 get-thread-local-storage-address". Add cross-reference to the
3937 description of the qGetTLSAddr packet.
3938 (General Query Packets): Mention "set remote
3939 get-thread-local-storage-address" and add a reference to its
3940 description.
3941
6f61acb1
NR
39422005-04-19 Nick Roberts <nickrob@snap.net.nz>
3943
3944 * gdb.texinfo (Backtrace): Describe 'bt full'.
3945
9d59903a
NR
39462005-04-17 Nick Roberts <nickrob@snap.net.nz>
3947
3948 * gdb.texinfo (Mode Options): Fix typo.
3949 (GDB/MI): Describe how to invoke GDB/MI.
3950
721c2651
EZ
39512005-04-16 Eli Zaretskii <eliz@gnu.org>
3952
3953 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 3954 references changed. Add description of "info udot".
721c2651
EZ
3955 (Files): Document "set/show stop-on-solib-events".
3956 (M32R/D): Document "set/show download-path", "set/show
3957 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
3958 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
3959 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
3960 (Maintenance Commands): Improve indexing.
3961 (Target Commands): Document "set/show hash", "set/show debug
3962 monitor".
3963 (SVR4 Process Information): Document "info pidlist" and "info
3964 meminfo". Document "set/show procfs-tarce" and "set/show
3965 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
3966 (Symbols, The Print Command with Objective-C): Improve indexing.
3967 (Objective-C): Add references to "info classes" and "info
3968 selectors".
c45da7e6
EZ
3969 (Debugging Output): Improve wording. Document "set/show debug
3970 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
3971 (Set Breaks): Add index entry for "hardware breakpoints".
3972 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
3973 and "set/show usehardbreakpoints".
3974 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
3975 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
3976 (ARM): Document "rdilogfile", "rdilogenable", "set/show
3977 rdiromatzero", "set/show rdiheartbeat".
3978 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
3979 "sds".
3980 (Embedded Processors): Document the "sim" command.
3981 (Remote): Document the "remote" command.
3982 (DJGPP Native): Document the "info serial" command.
3983 (Threads): Document "maint info sol-threads".
3984 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
3985 (Set Breaks): Improve indexing.
3986 (Command Syntax): Add a reference to dont-repeat.
3987 (Define): Document "dont-repeat".
3988 (TUI Commands): Document "tabset".
3989 (WinCE): New subsection. Document "set/show remotedirectory",
3990 "set/show remoteupload", "set/show remoteaddhost".
721c2651 3991
14d6dd68
EZ
39922005-04-15 Eli Zaretskii <eliz@gnu.org>
3993
3994 * gdb.texinfo (Hurd Native): New subsection, documents
3995 Hurd-specific commands.
a64548ea 3996 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 3997 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
3998 (MIPS): Improve documentation of heuristic-fence-post. Document
3999 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4000 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4001 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4002 (ARM): Document ARM-specific commands.
a64548ea
EZ
4003 (AVR): New section. Document "info io_registers".
4004 (CRIS): New section. Document "set/show cris-version" and
4005 "set/show cris-dwarf2-cfi".
4006 (HPPA): New section. Document "set/show debug hppa" and "maint
4007 print unwind".
a5adf40f 4008 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4009 (Super-H): New section. Document the "regs" command.
721c2651 4010 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4011
9c16f35a
EZ
40122005-04-09 Eli Zaretskii <eliz@gnu.org>
4013
4014 * gdb.texinfo (Print Settings): Document "set/show print
4015 pascal_static-members", "set print repeats", "show print
4016 null-stop". Improve indexing. Fix documentation of "set print
4017 union".
4018 (Pascal): New section.
4019 (Supported languages): Rename from "Support"; all references
4020 updated. Add a menu item for Pascal.
4021 (Numbers): Document "set radix.
4022 (Screen Size): Document "set/show pagination".
4023 (MIPS Embedded): Remove "set processor" documentation.
4024 (Remote configuration): Document "set/show X/P/Z-packet",
4025 "set/show read-aux-vector-packet", "set/show remote
4026 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4027 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4028 remotedebug", "set/show remotebreak", "set/show remotedevice",
4029 "set/show remotelogfile".
4030 (Auxiliary Vector): Add reference to the description of the
4031 read-aux-vector-packet setting.
4032 (Set Watchpoints): Add a cross-reference to "set remote
4033 hardware-breakpoint-limit".
4034 (General Query Packets): Add indexing of requests and
4035 cross-references to related commands in "Remote configuration".
4036 (File-I/O Overview, The system call): Fix wording and typos.
4037 (Thread Stops): Add index entries.
4038 (Continuing and Stepping): Document "show step-mode".
4039 (i386): New node. Document "set/show struct-convention".
4040 (Files): Document "show trust-readonly-sections".
4041 (Calling): Document "set/show unwindonsignal".
4042 (Messages/Warnings): Add index entries.
4043 (Maintenance Commands): Document "set/show watchdog".
4044 (Annotations Overview): Document "show annotate".
4045 (Set Watchpoints): Add index entries.
4046 (Symbols): Fix doc of case-sensitive.
4047 (ABI): Document "show coerce-float-to-double".
4048 (Convenience Vars, Help): Improve indexing.
4049 (Machine Code): Document "show disassembly-flavor".
4050 (Debugging C plus plus): Document "show overload-resolution".
4051 (Value History, Signaling): Add index entries.
4052
40532005-04-08 Eli Zaretskii <eliz@gnu.org>
4054
4055 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4056 (Processes): Fix wording.
4057 (History, List, Logging output, Define, Symbols, Print Settings):
4058 Improve indexing.
4059
a8f24a35
EZ
40602005-04-03 Eli Zaretskii <eliz@gnu.org>
4061
4062 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4063 redundant index entry for "target" command.
4064 (Backtrace): Add index entries.
4065 (Symbols, Fortran): Document the "set case-sensitive" command.
4066 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4067 (Print Settings): Add index entry for "set demangle-style".
4068 (Target Commands): Document "set download-write-size".
4069 (Debugging Output): Document "set exec-done-display".
4070
09d4efe1
EZ
40712005-04-02 Eli Zaretskii <eliz@gnu.org>
4072
4073 * gdb.texinfo (Files): Fix the name and documentation of
4074 add-shared-symbol-files. Document its alias assf. Update the
4075 list of OSs where GDB supports shared libraries. Fix markup.
4076 (Continuing and Stepping): Add reference to @var{location} in the
4077 text.
4078 (Dump/Restore Files): Fix reference to @{filename}.
4079 (Help): Fix wording.
4080 (Attach): Ditto.
4081 (Set Watchpoints): Ditto.
4082 (Backtrace): Remove redundant index entries. Improve index
4083 entries.
4084 (Delete Breaks): Fix wording.
4085 (Memory): Document the compare-sections command.
4086 (Memory Region Attributes): Improve wording.
4087 (Disabling): Improve wording.
4088 (Fortran): New subsection. Document the "info common" command.
4089 (Help): Document aliases "info copying" and "info warranty".
4090 (Caching Remote Data): New section. Document the "set/show
4091 remotecache" and "info dcache" commands.
4092 (Show): Fix wording of the documentation of the "set
4093 extension-language" command.
4094 (Signals): Add index entry for "info handle".
4095 (Memory Region Attributes): Fix punctuation.
4096 (Symbols): Change the arg name to "location" and refer to it in
4097 the text. Fix wording of "info types" doc.
4098 (Threads): Fix usage of @enumerate @item's.
4099 (Listing Tracepoints): Add index entry for "info tp".
4100 (Set Watchpoints): Add xref to "info break" description.
4101 (Macros): Add an index entry for "macro exp1". Document the
4102 "macro list" command.
4103 (Maintenance Commands): Document "flushregs", "maint agent",
4104 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4105 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4106 "maint print architecture", "maint print objfiles", "maint print
4107 statistics", "maint print type", "maint show-debug-regs", "maint
4108 space", "maint time", and "maint translate-address".
4109 (Connecting): Document the "monitor" command.
4110 (Annotations Overview): Describe the "set annotate" command.
4111
82f2d802
EZ
41122005-04-01 Eli Zaretskii <eliz@gnu.org>
4113
4114 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4115 Rearrange index entries and improve wording about support for
4116 hardware watchpoints.
4117
7d51c7de
BR
41182005-03-10 Bob Rossi <bob@brasko.net>
4119
4120 * gdb.texinfo: Update copyright
4121
68c71a2e
TR
41222005-02-09 Theodore A. Roth <troth@openavr.org>
4123
4124 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4125 error.
4126
83761cbd
KB
41272005-02-03 Kevin Buettner <kevinb@redhat.com>
4128
4129 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4130
9f1c6395
MS
41312005-01-17 Michael Snyder <msnyder@redhat.com>
4132
4133 * gdb.texinfo: Fix spelling, infinte -> infinite.
4134
fbd1b305
MK
41352005-01-08 Mark Kettenis <kettenis@gnu.org>
4136
4137 * observer.texi (GDB Observers): Document "solib_loaded".
4138
3ace7edb
AC
41392005-01-07 Andrew Cagney <cagney@gnu.org>
4140
bec39cab
AC
4141 * configure.ac: Rename configure.in, require autoconf 2.59.
4142 * configure: Re-generate.
4143
3ace7edb
AC
4144 * configure.in: Replace configdirs with multiple references to
4145 AC_CONFIG_SUBDIRS.
4146 * configure: Re-generate.
5ae4183a 4147
53531fc1
AC
41482005-01-04 Andrew Cagney <cagney@gnu.org>
4149
4150 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4151 part of the version number.
4152
536ffdb7
MK
41532004-12-24 Mark Kettenis <kettenis@gnu.org>
4154
4155 * gdbint.texinfo (Algorithms): Remove description of
4156 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4157
e1aac25b
JB
41582004-12-07 Jim Blandy <jimb@redhat.com>
4159
4160 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4161 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4162 numbers.
4163
f47b1503
AS
41642004-12-07 Andreas Schwab <schwab@suse.de>
4165
4166 * gdb.texinfo (Mode Options): Document -l option.
4167
b6b8ece6
EZ
41682004-12-04 Eli Zaretskii <eliz@gnu.org>
4169
4170 * gdbint.texinfo (Algorithms): More accurate description of
4171 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4172 is not needed unless data-read and data-access watchpoints are
4173 supported. Add a description of how GDB checks whether the
4174 inferior stopped because a watchpoint was hit.
4175
01371747
EZ
41762004-11-23 Eli Zaretskii <eliz@gnu.org>
4177
4178 * gdb.texinfo (Files): Add cross-reference to description of
4179 -readnow command-line switch.
4180
2315ffec
RC
41812004-11-10 Randolph Chung <tausq@debian.org>
4182
4183 * gdb.texinfo: Document set/show backtrace past-entry commands.
4184 Rearrange index entries for set/show backtrace past-main.
4185
69065f5d
AC
41862004-11-10 Jon Beniston <jon@beniston.com>
4187
4188 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4189 * gdb.texinfo (Remote Serial Protocol): Further describe
4190 binary transfer escaping mechanism .
69065f5d 4191
30e91e0b
RC
41922004-11-08 Randolph Chung <tausq@debian.org>
4193
4194 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4195 and "show debug infrun". Add index entries.
4196
60bf7e09
EZ
41972004-10-23 Eli Zaretskii <eliz@gnu.org>
4198
4199 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4200 "info proc" that are already implemented. Add index entries.
4201 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4202 (Files): Add a tip for decreasing memory used for symtabs from
4203 shared libraries.
f018e82f
EZ
4204 (Starting): Fix whitespace; make "elaboration" stand out where it
4205 is first used, and add an index entry for the term.
f8568604
EZ
4206 (Calling): Expand and elaborate text. Add "print". Add the
4207 description of problems with weak aliases.
384ee23f 4208 (Core File Generation): New section.
60bf7e09 4209
d52fe014
AC
42102004-10-12 Andrew Cagney <cagney@gnu.org>
4211
4212 * gdbint.texinfo (Versions and Branches): New chapter.
4213 (Releasing GDB): Delete "Versions and Branches" section.
4214 (Top): Add "Versions and Branches".
4215
703663ab
EZ
42162004-10-08 Eli Zaretskii <eliz@gnu.org>
4217
4218 * gdb.texinfo (Editing, History): Add cross-references to the
4219 included Readline and History user documentation. Remove
4220 references to the symbol have-readline-appendices which is unused
4221 and undefined.
4222 (History): Fix indexing.
4223
ac77d04f
JJ
42242004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4225
4226 * gdbint.texinfo (target_stopped_data_address): Update to
4227 new prototype.
4228 (i386_stopped_data_address): Update prototype and description.
4229 (i386_stopped_by_watchpoint): New function and description.
4230
e07c999f
PH
42312004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4232
4233 * gdb.texinfo (Filenames): Add Ada suffixes.
4234 (Ada) New section.
4235
2e868123
AC
42362004-09-27 Andrew Cagney <cagney@gnu.org>
4237 Robert Picco <Robert.Picco@hp.com>
4238
4239 * gdb.texinfo (Packets): Document the "p" packet.
4240
02a57714
JM
42412004-09-21 Jason Molenda (jmolenda@apple.com)
4242
4243 * gdb.texinfo (Paths and Names of the Source Files): Document the
4244 meaning of values in the 'desc' field of a SO stab.
4245
ae038cb0
DJ
42462004-09-20 Daniel Jacobowitz <dan@debian.org>
4247
4248 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4249 max-cache-age" and "maint show dwarf2 max-cache-age".
4250
f7dc1244
EZ
42512004-09-16 Eli Zaretskii <eliz@gnu.org>
4252
4253 * gdb.texinfo (Set Breaks): Add index entry for setting
4254 breakpoints on overloaded C++ functions that are not members of
4255 any classes. Add an example and an index entry for setting
4256 breakpoints on all program functions.
4257 (Character Sets, Macros, Overlay Commands)
4258 (Non-debug DLL symbols, GDB/MI Output Syntax)
4259 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4260 Use "(@value{GDBP})" instead of a literal "(gdb)".
4261
f810308b
AC
42622004-09-12 Andrew Cagney <cagney@gnu.org>
4263
4264 * gdbint.texinfo (Native Debugging): Delete description of
4265 FILES_INFO_HOOK.
4266
15a661f3
PH
42672004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4268
5ae4183a
AS
4269 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4270 to hex_string_custom (not historically correct, but more
15a661f3
PH
4271 understandable, given the current code).
4272
f3219c75
AC
42732004-09-03 Andrew Cagney <cagney@gnu.org>
4274
4275 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4276
f3bb6704
JJ
42772004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4278
4279 * observer.texi (solib_unloaded): New observer.
4280
8d2c00cb
AC
42812004-08-24 Andrew Cagney <cagney@gnu.org>
4282
4283 * gdbint.texinfo (Target Architecture Definition): Add missing
4284 comma.
4285
e7dc800a
MC
42862004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4287
4288 * (Using the Testsuite): build != host is supported,
4289 but some test scripts do not support build != host.
4290
73b03683
MK
42912004-08-14 Mark Kettenis <kettenis@gnu.org>
4292
4293 * gdbint.texinfo (Host Definition): Delete description of
4294 FCLOSE_PROVIDED and GETENV_PROVIDED.
4295
c0ccb908
MK
42962004-08-05 Mark Kettenis <kettenis@chello.nl>
4297
4298 * gdbint.texinfo (Host Definition): Delete description of
4299 NO_SYS_FILE.
4300 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4301 PTRACE_FP_BUG.
4302
9c8dbfa9
AC
43032004-08-05 Andrew Cagney <cagney@gnu.org>
4304
4305 * gdbint.texinfo (Target Architecture Definition): Delete
4306 reference to deprecated_read_fp.
4307
f42accbe
AC
43082004-08-02 Andrew Cagney <cagney@gnu.org>
4309
4310 * gdbint.texinfo (Target Architecture Definition): Delete
4311 description of DEPRECATED_REGISTER_BYTES.
4312
0b66e38c
EZ
43132004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4314
4315 * gdb.texinfo (Source Path): Document the new behavior of
4316 searching for the source files.
4317
15387254
EZ
43182004-07-17 Eli Zaretskii <eliz@gnu.org>
4319
4320 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4321 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4322 (Auto Display): Improve indexing.
4323
2c07db7a
AC
43242004-07-16 Andrew Cagney <cagney@gnu.org>
4325
4326 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4327 "-noasync".
4328
4644b6e3
EZ
43292004-07-09 Eli Zaretskii <eliz@gnu.org>
4330
4331 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4332 have the same prefix have only their prefix in the index.
4333
7561d450
MK
43342004-07-03 Mark Kettenis <kettenis@gnu.org>
4335
4336 * gdb.texinfo (BSD libkvm Interface): New node (section)
4337 (Native): Add it to the menu.
4338
67bebe79
MK
43392004-07-01 Mark Kettenis <kettenis@gnu.org>
4340
4341 * gdbint.texinfo (Target Architecture Definition): Remove
4342 PCC_SOL_BROKEN.
4343
1a6923e0
MK
43442004-06-24 Mark Kettenis <kettenis@gnu.org>
4345
4346 * gdbint.texinfo (Target Architecture Definition): Remove
4347 SUN_FIXED_LBRAC_BUG.
4348
b435e160
AC
43492004-06-26 Andrew Cagney <cagney@gnu.org>
4350
4351 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4352
b5622e8d
AC
43532004-06-20 Andrew Cagney <cagney@gnu.org>
4354
4355 * gdbint.texinfo (Target Architecture Definition): Deprecate
4356 USE_STRUCT_CONVENTION.
4357
e0c07bf0
MC
43582004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4359
4360 gdb.texinfo (Bug Reporting): Mention session recording,
4361 with the script command or Emacs.
4362
782263ab
AC
43632004-06-18 Andrew Cagney <cagney@gnu.org>
4364
4365 * gdbint.texinfo (Target Architecture Definition): Deprecate
4366 FUNCTION_START_OFFSET.
4367
03727ca6
AC
43682004-06-14 Andrew Cagney <cagney@gnu.org>
4369
4370 Based on changes from Karl Berry.
4371 * gdb.texinfo: Do not use @sc in a direntry.
4372 * stabs.texinfo: Change @dircateogry to "Software development".
4373 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4374
97092415
AC
43752004-06-13 Andrew Cagney <cagney@gnu.org>
4376
4377 * gdbint.texinfo (Target Architecture Definition): Delete
4378 description of RETURN_VALUE_ON_STACK.
4379
1f6d4158
AC
43802004-06-09 Andrew Cagney <cagney@gnu.org>
4381
4382 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4383 deleted by previous patch.
4384
d966f0cb
AC
43852004-06-08 Andrew Cagney <cagney@gnu.org>
4386
4387 * gdbint.texinfo (Native Debugging): Delete documentation on
4388 ATTACH_DETACH.
4389
86fe4aaa
RC
43902004-06-06 Randolph Chung <tausq@debian.org>
4391
4392 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4393
d4b6d575
RC
43942004-06-06 Randolph Chung <tausq@debian.org>
4395
5ae4183a 4396 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
4397 the new push_dummy_call method signature. Describe the function
4398 argument.
4399
4e8b0763
JB
44002004-05-24 Joel Brobecker <brobecker@gnat.com>
4401
4402 * gdb.texinfo (Starting): Document new start command.
4403
59caf092
AC
44042004-05-21 Andrew Cagney <cagney@redhat.com>
4405
4406 * observer.texi (GDB Observers): Document "inferior_created".
4407
e4a2df64
AC
44082004-05-08 Andrew Cagney <cagney@redhat.com>
4409
e6b55ae2
AC
4410 * gdbint.texinfo (Target Architecture Definition): Delete
4411 description of DO_DEFERRED_STORES.
4412
28954179
AC
4413 * gdbint.texinfo (Target Architecture Definition): Delete
4414 references to DEPRECATED_FIX_CALL_DUMMY.
4415
434b87dd
AC
4416 * gdbint.texinfo (Target Architecture Definition): Delete
4417 description of DEPRECATED_CALL_DUMMY_WORDS,
4418 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4419
58d28df8
AC
4420 * gdbint.texinfo (Target Architecture Definition): Delete
4421 description of DEPRECATED_PUSH_DUMMY_FRAME.
4422
e4a2df64
AC
4423 * gdbint.texinfo (Target Architecture Definition): Delete
4424 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4425
2b4855ab
AC
44262004-05-07 Andrew Cagney <cagney@redhat.com>
4427
4428 * observer.texi (GDB Observers): Add "Debugging" section. Include
4429 cross reference to "set/show debug observer".
4430 * gdb.texinfo (Debugging Output): Document "set/show debug
4431 observer".
4432
fcf70625
AC
44332004-05-01 Andrew Cagney <cagney@redhat.com>
4434
4435 * gdbint.texinfo (Target Architecture Definition): Delete
4436 description of DEPRECATED_PC_IN_SIGTRAMP.
4437
8ee56bcf
AC
44382004-04-30 Andrew Cagney <cagney@redhat.com>
4439
4440 * gdbint.texinfo (Target Architecture Definition): Delete
4441 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4442
67ab9a76
OF
44432004-04-30 Orjan Friberg <orjanf@axis.com>
4444
4445 * observer.texi (GDB Observers): Correct spelling.
4446
79346bcb
OF
44472004-04-26 Orjan Friberg <orjanf@axis.com>
4448
4449 * observer.texi (GDB Observers): Add target_changed event.
4450
7a464420
AC
44512004-04-08 Andrew Cagney <cagney@redhat.com>
4452
4453 * observer.texi (GDB Observers): Rework, provide generic observer
4454 definitions and then a list of observable events.
4455
6cdf9d98
AC
44562004-04-04 Andrew Cagney <cagney@redhat.com>
4457
4458 * gdbint.texinfo (Host Definition): Delete reference to
4459 NO_SIGINTERRUPT.
4460
ddc135a4
AC
44612004-04-02 Andrew Cagney <cagney@redhat.com>
4462
4463 * gdbint.texinfo (Target Architecture Definition): Delete
4464 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4465
6a1b180d
SC
44662004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4467
4468 * gdb.texinfo (TUI Commands): Document tui reg commands.
4469
d0d5df6f
AC
44702004-03-26 Andrew Cagney <cagney@redhat.com>
4471
4472 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4473 "gdbtui".
4474 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4475 (Contributors): Mention both Text and Terminal User Interface.
4476
aa2a3f87
AC
44772004-03-23 Andrew Cagney <cagney@redhat.com>
4478
4479 * gdbint.texinfo (Target Architecture Definition): Deprecate
4480 references to SIGTRAMP_START and SIGTRAMP_END.
4481
f561f026
AC
44822004-03-23 Andrew Cagney <cagney@redhat.com>
4483
4484 * gdbint.texinfo (Target Architecture Definition): Deprecate
4485 references to PC_IN_SIGTRAMP.
4486
33cb8b0f
AC
44872004-03-19 Andrew Cagney <cagney@redhat.com>
4488
4489 * gdbint.texinfo (Target Architecture Definition): Delete
4490 reference to GDB_TARGET_IS_HPPA.
4491
fc989b7a
AC
44922004-03-18 Andrew Cagney <cagney@redhat.com>
4493
4494 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4495 describe pre_init and post_init.
4496
701b08bb
DJ
44972004-03-09 Daniel Jacobowitz <drow@mvista.com>
4498
4499 * gdb.texinfo (Debugging Output): Document values for "set debug
4500 target".
4501
faae5abe
AC
45022004-02-28 Andrew Cagney <cagney@redhat.com>
4503
4504 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4505
dd79a6cf
JJ
45062004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4507
4508 * gdb.texinfo (breakpoints): Add information about the
4509 new "set breakpoint pending" and "show breakpoint pending"
4510 commands.
4511
e7f16015
AC
45122004-02-26 Andrew Cagney <cagney@redhat.com>
4513
4514 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4515 in Per-architecture module data section.
4516
7161a3a6
RM
45172004-02-25 Roland McGrath <roland@redhat.com>
4518
4519 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4520
2154891a
AC
45212004-02-24 Andrew Cagney <cagney@redhat.com>
4522
4523 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4524 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4525 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 4526
6c74ac8b
AC
45272004-02-17 Andrew Cagney <cagney@redhat.com>
4528
4529 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4530
19772a2c
AC
45312004-02-16 Andrew Cagney <cagney@redhat.com>
4532
4533 * gdbint.texinfo (Target Architecture Definition): Deprecate
4534 FRAMELESS_FUNCTION_INVOCATION.
4535
c9830293
AC
45362004-02-16 Andrew Cagney <cagney@redhat.com>
4537
4538 * gdbint.texinfo (Coding): Mention -Wunused-function.
4539
b9d26eb9
AC
45402004-02-14 Andrew Cagney <cagney@redhat.com>
4541
4542 * gdbint.texinfo (Target Architecture Definition): Delete
4543 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4544
49efadf5
EZ
45452004-02-12 Elena Zannoni <ezannoni@redhat.com>
4546
4547 * gdb.texinfo: Properly quote the name "C++".
4548 * gdbint.texinfo: Ditto.
4549 * stabs.texinfo: Ditto.
4550
1eb288ea
EZ
45512004-02-11 Elena Zannoni <ezannoni@redhat.com>
4552
4553 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4554 minimal information about libiberty.
4555
e4937fc1
MC
45562004-02-06 Michael Chastain <mec.gnu@mindspring.com>
4557
4558 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4559
a9331b3f
RM
45602004-02-04 Roland McGrath <roland@redhat.com>
4561
4562 * gdb.texinfo (Auxiliary Vector): New node (section).
4563 (Data): Add it to the menu.
4564
2650777c
JJ
45652004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4566
4567 * gdb.texinfo (Breakpoints): Add information about pending
4568 breakpoint support.
4569
b4501125
AC
45702004-01-26 Andrew Cagney <cagney@redhat.com>
4571
4572 * gdb.texinfo (Overview): Delete references to the cisco protocol
4573 including the "N" response.
4574
74055713
AC
45752004-01-26 Andrew Cagney <cagney@redhat.com>
4576
4577 * gdbint.texinfo (Target Architecture Definition): Rename
4578 EXTRACT_STRUCT_VALUE_ADDRESS to
4579 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 4580
3bbe9696
EZ
45812004-01-24 Eli Zaretskii <eliz@gnu.org>
4582
4583 * gdb.texinfo (KOD): Document "show os". Add index entries for
4584 "set/show os" and "info cisco" commands.
4585
5843504f
EZ
45862004-01-21 Eli Zaretskii <eliz@gnu.org>
4587
4588 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
4589
9175c9a3
MC
45902004-01-19 Michael Chastain <mec.gnu@mindspring.com>
4591
4592 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
4593 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
4594
8e94b928
NR
45952004-01-19 Nick Roberts <nick@nick.uklinux.net>
4596
4597 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
4598 -stack-list-locals.
4599 (GDB/MI Variable Objects): Describe extension to
4600 -var-list-children.
4601
a20cf136
DJ
46022004-01-17 Daniel Jacobowitz <drow@mvista.com>
4603
4604 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
4605
afb18d0f
AC
46062004-01-17 Andrew Cagney <cagney@redhat.com>
4607
4608 * gdbint.texinfo (Target Architecture Definition): Delete
4609 documentation on DEPRECATED_NPC_REGNUM.
4610
b51970ac
DJ
46112004-01-13 Daniel Jacobowitz <drow@mvista.com>
4612
4613 * gdb.texinfo: Update copyright year. Mention that set
4614 follow-fork-mode is supported on GNU/Linux. Remove documentation of
4615 "set follow-fork-mode ask".
4616
0f0cffd2
AC
46172004-01-13 Andrew Cagney <cagney@redhat.com>
4618
4619 * gdbint.texinfo: Update copyright year.
4620 (Coding): Add -Wunused-label to list of -Werror warnings.
4621
c552b3bb 46222004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 4623 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
4624
4625 * gdb.texinfo: Update copyright.
4626 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
4627 around names, as appropriate. Minor syntax cleanup of
4628 _NSPrintForDebugger explanation. Two spaces after periods.
4629 GDBN used instead of lit. "gdb". Index entries added for
4630 print-object and _NSPrintForDebugger. @noindent added in one spot.
4631
afe157ca
EZ
46322003-11-11 Elena Zannoni <ezannoni@redhat.com>
4633
4634 * stabs.texinfo: Add dircategory and direntry commands.
4635 * annotate.texinfo: Ditto.
4636
963e2bb7
AC
46372003-11-10 Andrew Cagney <cagney@redhat.com>
4638
4639 * gdbint.texinfo (Target Architecture Definition): Replace the
4640 return_value method's "inval" and "outval" parameters with
4641 "readbuf" and "writebuf".
4642
1d8b2f28
JB
46432003-10-28 Jim Blandy <jimb@redhat.com>
4644
4645 * gdb.texinfo (The F request packet, The F reply packet): Renamed
4646 from "The `F' request packet" and "The `F' reply packet", to make
4647 texi2dvi happy.
4648 (File-I/O remote protocol extension): Update menu entries, too.
4649
36d86913
MC
46502003-10-26 Michael Chastain <mec@shout.net>
4651
4652 * gdb.texinfo (Thread Stops): Document the issue with
4653 premature return from system calls in multi-threaded programs.
4654
ce2826aa
AC
46552003-10-24 Andrew Cagney <cagney@redhat.com>
4656
4657 * annotate.texinfo: Fix "fortunatly"[sic].
4658
f24c5e49
KI
46592003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
4660
4661 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
4662 with "Hitachi" and "Mitsubishi".
4663
92ad9cd9
AC
46642003-10-20 Andrew Cagney <cagney@redhat.com>
4665
4666 * gdbint.texinfo (Target Architecture Definition): Document
4667 gdbarch_return_value. Add cross references from
4668 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
4669 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
4670
0ab4b752
MK
46712003-10-18 Mark Kettenis <kettenis@gnu.org>
4672
4673 * gdbint.texinfo (Target Architecture Definition): Document
4674 regset_from_core_section.
fb3e19c0
KI
4675
46762003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
4677
4678 * gdb.texinfo (M32R/D): Mention m32rsdi target.
4679
a9331b3f 46802003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
4681
4682 From Anthony Green <green@redhat.com>:
5ae4183a 4683 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 4684
1485d690
KB
46852003-10-14 Kevin Buettner <kevinb@redhat.com>
4686
889bf7c5
PA
4687 * gdb.texinfo (Breakpoint related warnings): New node.
4688 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 4689
86d30acc
DJ
46902003-10-13 Daniel Jacobowitz <drow@mvista.com>
4691
4692 * gdb.texinfo (Remote Protocol): Document v and vCont.
4693
172c2a43
KI
46942003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
4695
4696 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
4697 * gdbint.texinfo: Ditto.
4698
71952f4c
AC
46992003-10-09 Andrew Cagney <cagney@redhat.com>
4700
4701 From 2003-09-18 David Anderson <davea@sgi.com>:
4702 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
4703 "command".
4704
268e2188
AC
47052003-10-03 Andrew Cagney <cagney@redhat.com>
4706
4707 * gdbint.texinfo (Target Architecture Definition): Deprecate
4708 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
4709 just target.
4710
12c266ea 47112003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 4712
f30992d4 4713 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
4714 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
4715 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
4716 * gdbint.texinfo (Target Architecture Definition): Rename
4717
47182003-09-30 Andrew Cagney <cagney@redhat.com>
4719
f30992d4 4720 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 4721 (Target Architecture Definition):
f30992d4 4722
2e092625
AC
4723 * gdbint.texinfo (Target Architecture Definition): Rename
4724 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
4725
0717ae8a
AC
47262003-09-29 Andrew Cagney <cagney@redhat.com>
4727
dad809b7
AC
4728 * gdbint.texinfo (Target Architecture Definition): Delete
4729 documentation for NEED_TEXT_START_END.
4730
0717ae8a
AC
4731 * gdbint.texinfo (Target Architecture Definition): Rename
4732 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
4733 TARGET_WRITE_PC.
a9331b3f 4734
af6cf26d
MC
47352003-09-22 Michael Chastain <mec@shout.net>
4736
4737 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
4738
ee206350
AG
47392003-09-21 Anthony Green <green@redhat.com>
4740
4741 * gdbint.texinfo (Target Architecture Definition): Fix typos.
4742
a38c9fe6
MK
47432003-09-21 Mark Kettenis <kettenis@gnu.org>
4744
4745 * gdbint.texinfo (Target Architecture Definition): Document
4746 stabs_argument_has_addr.
4747
77949794
AC
47482003-09-18 Andrew Cagney <cagney@redhat.com>
4749
4750 * gdbint.texinfo (Target Architecture Definition): Delete
4751 documentation on REGISTER_NAMES.
4752
8e823e25
MK
47532003-09-13 Mark Kettenis <kettenis@gnu.org>
4754
4755 * gdbint.texinfo (Target Architecture Definition): Replace
4756 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
4757
f27dd7fd
AC
47582003-09-11 Andrew Cagney <cagney@redhat.com>
4759
4760 * gdbint.texinfo (Target Architecture Definition): Replace
4761 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
4762
8b148df9
AC
47632003-08-18 Andrew Cagney <cagney@redhat.com>
4764
4765 * gdbint.texinfo (Target Architecture Definition): Document
4766 "frame_red_zone_size".
4767
25d29d70
AC
47682003-08-09 Andrew Cagney <cagney@redhat.com>
4769
4770 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
4771 with "set/show backtrace past-main" and "set/show backtrace
4772 limit".
4773
c938e9b0
L
47742003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4775
4776 * Makefile.in (install-info): Support DESTDIR.
4777 (install-html): Likewise.
4778
64fabec2
AC
47792003-08-07 Andrew Cagney <cagney@redhat.com>
4780
4781 Patch from Nick Roberts.
4782 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
4783 bindings. Remove description of send-gdb-command.
4784
2fcf52f0
AC
47852003-08-07 Andrew Cagney <cagney@redhat.com>
4786
4787 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
4788 GDB 6.0.
4789
086432e2
AC
47902003-08-06 Andrew Cagney <cagney@redhat.com>
4791
4792 * gdb.texinfo (Mode Options): Mention that level three is the
4793 highest available and that level 2 is deprecated.
4794 (Annotations Overview): Mention annotation levels. Cross reference
4795 to "Limitations of the Annotation Interface" in annotate.texi.
4796 (TODO, Value Annotations, Frame Annotations): Delete section.
4797 (Displays, Breakpoint Info): Delete.
4798
e5249f67
AC
47992003-08-04 Andrew Cagney <cagney@redhat.com>
4800
4801 * agentexpr.texi: Delete @bye.
4802 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
4803 (stabs.info): Add $(srcdir) to include search path.
4804 (html): Depend on "annotate_toc.html", and not "annotate.html".
4805 * stabs.texinfo: Ditto. Include "fdl.texi".
4806 * gdbint.texinfo: Update copyright statement's list of invariant
4807 sections.
4808
e6f672d2
AC
48092003-07-28 Andrew Cagney <cagney@redhat.com>
4810
4811 * Makefile.in (INFO_DEPS): Add annotate.info.
4812 (dvi, ps, html, pdf): Add annotate.
4813 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
4814 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
4815 (ANNOTATE_DOC_FILES): New macro.
4816 (ANNOTATE_TEX_TMPS): New macro.
4817 (annotate.info, annotate_toc.html): Specify dependencies.
4818 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
4819 * annotate.texinfo: Rename annotate.texi. Get building. Add
4820 "Migrating to GDB/MI" and "Limitations of the Annotation
4821 Interface" chapters. Mention why it is not part of the user
4822 guide. Update copyright notice. Include "fdl.texi".
4823
72ffddc9
SC
48242003-07-26 Stephane Carrez <stcarrez@nerim.fr>
4825
4826 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
4827
a9f12a31
DJ
48282003-07-24 Daniel Jacobowitz <drow@mvista.com>
4829
4830 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
4831
b1fe9455
DJ
48322003-07-24 Daniel Jacobowitz <drow@mvista.com>
4833
4834 * gdb.texinfo (Server): Mention pidof.
4835
153721e6
AC
48362003-07-22 Andrew Cagney <cagney@redhat.com>
4837
4838 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
4839 list.
4840
0fac0b41
DJ
48412003-06-28 Daniel Jacobowitz <drow@mvista.com>
4842
4843 * gdb.texinfo (Logging output): New chapter.
4844
4e562065
JB
48452003-06-24 Joel Brobecker <brobecker@gnat.com>
4846
4847 * gdb.texinfo (Unsupported languages): New section.
4848 (Languages): Add link to new section.
4849
f2c06f52
AC
48502003-06-22 Andrew Cagney <cagney@redhat.com>
4851
4852 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
4853
b4177fca
DJ
48542003-06-22 Daniel Jacobowitz <drow@mvista.com>
4855
4856 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
4857
f418dd93
DJ
48582003-06-22 Daniel Jacobowitz <drow@mvista.com>
4859
4860 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
4861 * agentexpr.texi: Retitle section, and change it to an appendix.
4862 Comment out texinfo initialization. Factor a @var{} into two
4863 pieces to prevent makeinfo warnings.
4864 * gdb.texinfo: Add Agent Expressions appendix.
4865
4ca61388
DJ
48662003-06-19 Daniel Jacobowitz <drow@mvista.com>
4867
4868 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
4869
07f31aa6
DJ
48702003-06-18 Daniel Jacobowitz <drow@mvista.com>
4871
5ae4183a 4872 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
4873 remote target". Document the "detach" and "disconnect" commands.
4874 (Server, Netware, Debug Session): Reference "Connecting to a
4875 remote target".
4876 (GDB/MI Target Manipulation): Document "-target-disconnect".
4877
2dd0da42
AC
48782003-06-13 Andrew Cagney <cagney@redhat.com>
4879
4880 * gdbint.texinfo (Target Architecture Definition): Deprecate
4881 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
4882 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
4883
e7a3abfc
JB
48842003-06-09 Jim Blandy <jimb@redhat.com>
4885
4886 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
4887
25e3a86b
AC
48882003-06-08 Andrew Cagney <cagney@redhat.com>
4889
4890 * gdbint.texinfo (Target Architecture Definition): Delete
4891 documentation on FRAME_ARGS_ADDRESS_CORRECT.
4892
a9e5fdc2
AC
48932003-06-08 Andrew Cagney <cagney@redhat.com>
4894
4895 * gdbint.texinfo (Target Architecture Definition): Document
4896 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
4897
b37303ee
AF
48982003-06-07 Adam Fedor <fedor@gnu.org>
4899
4900 * gdb.texinfo: Add Objective-C documentation.
4901
39fe6e80
AC
49022003-06-01 Andrew Cagney <cagney@redhat.com>
4903
4904 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
4905 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
4906
125309b2
AC
49072003-05-21 Andrew Cagney <cagney@redhat.com>
4908
4909 * gdbint.texinfo (Target Architecture Definition): Delete
4910 references to "extract_address" and "store_address".
4911
b8b527c5
AC
49122003-05-16 Andrew Cagney <cagney@redhat.com>
4913
4914 * gdbint.texinfo (Target Architecture Definition): Replace
4915 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
4916 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
4917
50e3ee83
TR
49182003-05-14 Theodore A. Roth <troth@openavr.org>
4919
4920 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
4921
44e2be90
L
49222003-05-10 H.J. Lu <hongjiu.lu@intel.com>
4923
4924 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
4925 (gdb.dvi): Likewise.
4926 (gdb.pdf): Likewise.
4927 (links2roff): Likewise.
4928
df5215a6
JB
49292003-05-08 Jim Blandy <jimb@redhat.com>
4930
4931 * gdb.texinfo (Dump/Restore Files): Update documentation for
4932 'dump', 'append', and 'restore': note that format argument is
4933 optional; simplify presentation of the command variants; and be
4934 more precise about the formats.
4935
5e7b2f39
JB
49362003-05-07 Jim Blandy <jimb@redhat.com>
4937
4938 * gdb.texinfo (Symbols): Update documentation: 'maint list
4939 symtabs' and 'maint list psymtabs' have been renamed 'maint info
4940 symtabs' and 'maint info psymtabs'.
4941
b1e29e33
AC
49422003-05-05 Andrew Cagney <cagney@redhat.com>
4943
4944 * gdbint.texinfo (Target Architecture Definition): Make
4945 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
4946 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
4947 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
4948
00905d52
AC
49492003-05-04 Andrew Cagney <cagney@redhat.com>
4950
4951 * gdb.texinfo (Maintenance Commands): Document "maint print
4952 dummy-frames".
4953
54ff5908
AC
49542003-05-04 Andrew Cagney <cagney@redhat.com>
4955
4956 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
4957
32e7087d
JB
49582003-05-03 J. Brobecker <brobecker@gnat.com>
4959
4960 Thierry Schneider <tpschneider1@yahoo.com>
4961 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
4962 for new MI command.
4963
7043d8dc
AC
49642003-05-03 Andrew Cagney <cagney@redhat.com>
4965
4966 * gdbint.texinfo (Target Architecture Definition): Document
4967 push_dummy_code. Add cross references.
4968
e33d66ec
EZ
49692003-05-02 Elena Zannoni <ezannoni@redhat.com>
4970
4971 * gdb.texinfo (Character Sets): Update to reflect new behavior of
4972 set/show charsets commands.
4973
0ba6dca9
AC
49742003-04-28 Andrew Cagney <cagney@redhat.com>
4975
4976 * gdbint.texinfo (Target Architecture Definition): Replace
4977 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
4978 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
4979
d7a27068
AC
49802003-04-28 Andrew Cagney <cagney@redhat.com>
4981
4982 * gdbint.texinfo (Target Architecture Definition): Rename
4983 "tm_print_insn" to "deprecated_tm_print_insn".
4984
44ea7b70
JB
49852003-04-09 Jim Blandy <jimb@redhat.com>
4986
4987 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
4988 list psymtabs'.
4989
fb8f8949
AC
49902003-04-08 Andrew Cagney <cagney@redhat.com>
4991
4992 * gdbint.texinfo (Target Architecture Definition): Delete
4993 references to EXTRA_FRAME_INFO.
4994
32fb0f22
AC
49952003-04-08 Andrew Cagney <cagney@redhat.com>
4996
4997 * gdbint.texinfo (Target Architecture Definition): Delete
4998 PRINT_TYPELESS_INTEGER.
4999
6be67e67
JB
50002003-04-02 J. Brobecker <brobecker@gnat.com>
5001
5002 * observer.texi (GDB Observers): Adjust the documentation for the
5003 normal_stop notification to better describe reality. Fix a couple
5004 of minor typos.
5005
4e35d5f0
BR
50062003-04-02 Bob Rossi <bob_rossi@cox.net>
5007
a9331b3f 5008 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5009 '-file-list-exec-source-file'
5010
e8a8712a
AC
50112003-03-31 Andrew Cagney <cagney@redhat.com>
5012
5013 * gdbint.texinfo (Target Architecture Definition): Delete
5014 references to CALL_DUMMY_P.
5015
6c0e89ed
AC
50162003-03-30 Andrew Cagney <cagney@redhat.com>
5017
5018 * gdbint.texinfo (Target Architecture Definition): Remove
5019 reference to TARGET_WRITE_SP.
a9331b3f 5020
378bfd1b
AC
50212003-03-27 Andrew Cagney <cagney@redhat.com>
5022
5023 * gdbint.texinfo (Target Architecture Definition): Remove
5024 references to write_sp.
6c0e89ed 5025
922fbb7b
AC
50262003-03-27 Andrew Cagney <cagney@redhat.com>
5027
5028 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5029 chapter body. Use @smallexample instead of @example.
5030 (Annotations): Ditto.
5031 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5032 annotate.texi.
5033
b81774d8
AC
50342003-03-26 Andrew Cagney <cagney@redhat.com>
5035
5036 * gdbint.texinfo (Target Architecture Definition): Replace
5037 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5038 dummy_addr parameters.
5039
1bf6d5cc
AC
50402003-03-25 Andrew Cagney <cagney@redhat.com>
5041
5042 * gdbint.texinfo (Target Architecture Definition): Delete
5043 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5044 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5045 Add reference to PUSH_ARGUMENTS.
5046
618ce49f
AC
50472003-03-23 Andrew Cagney <cagney@redhat.com>
5048
5049 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5050 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5051
bcd7e15f
JB
50522003-03-18 J. Brobecker <brobecker@gnat.com>
5053
5054 * gdbint.texinfo (Algorithms): Add new section describing the
5055 Observer paradigm.
5056 (Top): Add menu entry to new observer appendix.
5057 * observer.texi: New file.
5058 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5059 new observer.texi file.
5060
9fe8321b
AC
50612003-03-17 Andrew Cagney <cagney@redhat.com>
5062
5063 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5064 that GNU Press update the manual version number.
5065
ac2adee5
AC
50662003-03-12 Andrew Cagney <cagney@redhat.com>
5067
5068 * gdbint.texinfo (Target Architecture Definition): Delete
5069 references to get_saved_register. Rename GET_SAVED_REGISTER to
5070 DEPRECATED_GET_SAVED_REGISTER.
5071
749b82f6
AC
50722003-03-13 Andrew Cagney <cagney@redhat.com>
5073
5074 * gdbint.texinfo (Target Architecture Definition): Replace
5075 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5076
8bedc050
AC
50772003-03-12 Andrew Cagney <cagney@redhat.com>
5078
5079 * gdbint.texinfo (Target Architecture Definition): Rename
5080 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5081
0ce1b118
CV
50822003-03-10 Corinna Vinschen <vinschen@redhat.com>
5083
5084 * gdb.texinfo: Add File-I/O documentation.
5085
12cc2063
AC
50862003-03-10 Andrew Cagney <cagney@redhat.com>
5087
5088 * gdbint.texinfo (Target Architecture Definition): Cross reference
5089 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5090
7453dc06
AC
50912003-03-07 Andrew Cagney <cagney@redhat.com>
5092
5093 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5094 frame" command.
5095
6314f104
AC
50962003-03-05 Andrew Cagney <cagney@redhat.com>
5097
5098 * gdbint.texinfo (Target Architecture Definition): Document
5099 unwind_dummy_id. Cross reference unwind_dummy_id and
5100 SAVE_DUMMY_FRAME_TOS.
5101
f1212245
DJ
51022003-03-05 James Ingham <jingham@apple.com>
5103 Daniel Jacobowitz <drow@mvista.com>
5104
5105 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5106 and "show cp-abi".
5107
77e7e267
AC
51082003-03-03 Andrew Cagney <cagney@redhat.com>
5109
5110 * gdbint.texinfo (Target Architecture Definition): Document
5111 register_type.
5112
838a8221
AC
51132003-03-03 Andrew Cagney <cagney@redhat.com>
5114
5115 * stabs.texinfo (Structures): Use @samp and separate @var's
5116 instead of a single @var containing a comma separated list.
5117 (Unions): Ditto.
5118
d7f4a264
DJ
51192003-03-02 Daniel Jacobowitz <drow@mvista.com>
5120
5121 * Makefile.in (distclean): Remove config.log.
5122
f30ee0bc
AC
51232003-03-01 Andrew Cagney <cagney@redhat.com>
5124
5125 * gdbint.texinfo (Target Architecture Definition): Rename
5126 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5127
51282003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5129
5130 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5131 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5132
be448670
CF
51332003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5134
5135 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5136 (Non-debug DLL symbols): New node, describing the minimal symbols
5137 loaded from DLLs without real debugging symbols.
5138
501eef12
AC
51392003-02-20 Andrew Cagney <ac131313@redhat.com>
5140
5141 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5142 hardware-breakpoint-limit".
5143 (Set Watchpoints): Add cross reference to "set remote
5144 hardware-watchpoint-limit".
5145 (Remote configuration options): New section.
5146
21c294e6
AC
51472003-02-04 Andrew Cagney <ac131313@redhat.com>
5148
e9be73e4
AC
5149 * gdbint.texinfo (Target Architecture Definition): Delete
5150 descrption of IS_TRAPPED_INTERNALVAR.
5151
21c294e6
AC
5152 From Keith Seitz <keiths@redhat.com>:
5153 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5154 option "-i"/"--interpreter" to this chapter. Include index
5155 entries.
5156
0179ffac
DC
51572003-02-04 David Carlton <carlton@math.stanford.edu>
5158
5159 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5160 (Variables): Recommend stabs+ and DWARF 2.
5161 (C plus plus expressions): Correct info about
5162 compiler versions, debug formats.
5163 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5164 PR symtab/874.
5165
7ca9f392
AC
51662003-02-01 Andrew Cagney <ac131313@redhat.com>
5167
5168 * gdbint.texinfo (Target Architecture Definition): Delete
5169 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5170 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5171 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5172 references to nindy and i960.
5173 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5174
31a85ea2
AC
51752003-02-01 Andrew Cagney <ac131313@redhat.com>
5176
5177 * gdbint.texinfo (Target Architecture Definition): Delete
5178 FLOAT_INFO.
5179
6b894e49
AC
51802003-01-30 Andrew Cagney <ac131313@redhat.com>
5181
5182 * stabs.texinfo (Member Type Descriptor): Clarify description of
5183 `@'. Suggested by Ben Hutchings.
5184
c48861fb
AC
51852003-01-29 Andrew Cagney <ac131313@redhat.com>
5186
5187 * gdb.texinfo (M68K): Delete reference to es1800.
5188
617073a9
AC
51892003-01-29 Andrew Cagney <ac131313@redhat.com>
5190
5191 * gdb.texinfo (Maintenance Commands): Document `maint print
5192 reggroups' and `maint print register-groups'.
5193 * gdbint.texinfo (Target Architecture Definition): Document
5194 register_reggroup_p.
5195
5b5d99cf
JB
51962003-01-23 Jim Blandy <jimb@redhat.com>
5197
5198 * gdb.texinfo (Separate Debug Files): New section.
5199
e7ba9c65
DJ
52002003-01-22 Daniel Jacobowitz <drow@mvista.com>
5201
5202 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5203 and "maint show profile".
5204
94e91d6d
MC
52052003-01-16 Michael Chastain <mec@shout.net>
5206
5207 * gdb.texinfo (Installing GDB): Warn against
5208 ".../gdb-VERSION/gdb/configure".
5209 (Separate Objdir): Likewise.
5210
867f3898
AC
52112003-01-15 Andrew Cagney <ac131313@redhat.com>
5212
5213 * gdbint.texinfo (Target Architecture Definition): Delete
5214 definition of PRINT_REGISTER_HOOK.
5215
f153cc92
EZ
52162003-01-15 Elena Zannoni <ezannoni@redhat.com>
5217
5218 (OpenRISC 1000): Fix formatting of command names.
5219
c60eb6f1
EZ
52202003-01-15 Elena Zannoni <ezannoni@redhat.com>
5221
5222 * gdb.texinfo (Continuing and Stepping): Add new command
5223 'advance'. Clarify behavior of 'until'.
5224
f5ebfba0
DJ
52252003-01-13 Daniel Jacobowitz <drow@mvista.com>
5226
5227 * gdb.texinfo (Files): Document solib-absolute-prefix and
5228 solib-search-path.
5229
4ce8657e
MC
52302003-01-09 Michael Chastain <mec@shout.net>
5231
5232 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5233 (Create a Release): Add new instructions for new @file{src-release}.
5234 Document existing instructions for @file{Makefile.in} as
5235 being for @value{GDBN} 5.3.1 or earlier.
5236
372613e3
AC
52372003-01-09 Andrew Cagney <ac131313@redhat.com>
5238
5239 * gdbint.texinfo (Target Architecture Definition): Mention
5240 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5241 allocate memory.
5242
b4e9345d
DJ
52432003-01-04 Daniel Jacobowitz <drow@mvista.com>
5244
5245 * gdb.texinfo (Controlling GDB): Add @kindex for
5246 "show osabi".
5247 (Backtraces): Add @kindex's for backtrace-below-main.
5248
98b45e30
DJ
52492003-01-04 Daniel Jacobowitz <drow@mvista.com>
5250
5251 * gdb.texinfo (Controlling GDB): Document "set osabi".
5252
95f90d25
DJ
52532003-01-04 Daniel Jacobowitz <drow@mvista.com>
5254
5255 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5256 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5257
1e698235
DJ
52582003-01-04 Daniel Jacobowitz <drow@mvista.com>
5259
5260 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5261 "set coerce-float-to-double".
5262 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5263
e632838e
AC
52642003-01-02 Andrew Cagney <ac131313@redhat.com>
5265
5266 * stabs.texinfo: Remove obsolete text.
5267 * gdbint.texinfo: Ditto.
5268 * gdb.texinfo: Ditto.
5269
c133ab7a
MK
52702002-12-22 Mark Kettenis <kettenis@gnu.org>
5271
5272 * gdbint.texinfo (Target Architecture Definition): Update
5273 description of gdbarch_register_osabi.
5274
f821f325
KH
52752002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5276
5277 * agentexpr.texi: Fix typos.
5278 * annotate.texi: Likewise.
5279 * fdl.texi: Likewise.
5280
85a6d8d3 52812002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5282
5283 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5284 DEPRECATED_INIT_FRAME_PC.
5285
ae45cd16
AC
52862002-12-01 Andrew Cagney <ac131313@redhat.com>
5287
5288 * gdbint.texinfo (Target Architecture Definition): Delete
5289 PC_IN_CALL_DUMMY.
5290
07555a72
AC
52912002-11-28 Andrew Cagney <ac131313@redhat.com>
5292
5293 * gdbint.texinfo (Host Definition): Delete documentation on
5294 USE_GENERIC_DUMMY_FRAMES.
5295
c166cdc7
EZ
52962002-11-26 Elena Zannoni <ezannoni@redhat.com>
5297
5ae4183a 5298 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5299 * Makefile.in (install-info): Run the install-info command as part
5300 of the post install steps only.
5301 (uninstall-info): New target.
5302 (uninstall): New target.
5303
35db0260
EZ
53042002-11-22 Elena Zannoni <ezannoni@redhat.com>
5305
5306 * Makefile.in (install): Make install do some real work.
5307
9ba8d803
AC
53082002-11-19 Andrew Cagney <ac131313@redhat.com>
5309
5310 Fix POSIX problem reported by Paul Eggert.
5311 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5312 Fix PR gdb/527.
5313
903ad3a6
AC
53142002-10-26 Andrew Cagney <cagney@redhat.com>
5315
5316 * gdbint.texinfo (Target Architecture Definition): Delete
5317 definition of DO_REGISTERS_INFO.
5318
f2abfe65
KB
53192002-10-18 Kevin Buettner <kevinb@redhat.com>
5320
5321 * gdbint.texinfo (Address Classes): Fix problems with insertion
5322 of ``{'' and ``}'' in example.
5323
b5b0480a
KB
53242002-10-17 Kevin Buettner <kevinb@redhat.com>
5325
5326 * gdbint.texinfo (Address Classes): New section.
5327 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5328 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5329 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5330 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5331
c85508ee
KD
53322002-10-11 Klee Dienes <kdienes@apple.com>
5333
5334 * gdb.texinfo (Registers): Mention vector registers as well as
5335 floating registers in the documentation for 'info registers' and
5336 'info all-registers'.
5337
6d12fc3d
DJ
53382002-10-11 Daniel Jacobowitz <drow@mvista.com>
5339
5340 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5341
8d19fbd2
JJ
53422002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5343
5344 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5345 interface definition.
5346
a37295f9
MM
53472002-10-03 Marko Mlinar <markom@opencores.org>
5348
5349 * gdb.texinfo (Target Commands): Add or1k target specific
5350 commands.
5351 * gdb.texinfo (Contributors): Add myself to the contributors list.
5352
da0f9dcd
AC
53532002-10-01 Andrew Cagney <ac131313@redhat.com>
5354
5355 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5356 and "mi1" instead of "mi1" and "mi0".
5357
2e834e49
HPN
53582002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5359
5360 * gdb.texinfo (Packets): Fix typos "alligned".
5361 Correct z3/Z3 description. Correct z4/Z4 title.
5362
050be0dc
AC
53632002-09-27 Andrew Cagney <ac131313@redhat.com>
5364
5365 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5366
1104b9e7
KB
53672002-09-25 Kevin Buettner <kevinb@redhat.com>
5368
5369 * gdb.texinfo: Use GNU/Linux instead of Linux.
5370
512217c7
AC
53712002-09-25 Andrew Cagney <ac131313@redhat.com>
5372
5373 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5374
10998722
AC
53752002-09-24 Andrew Cagney <ac131313@redhat.com>
5376
512217c7 5377 * gdb.texinfo: Replace @example with @smallexample.
10998722 5378
a0eb71c5
KB
53792002-09-20 Kevin Buettner <kevinb@redhat.com>
5380
f7dc1244 5381 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
5382 * gdb.texinfo (Character Sets): Use @smallexample instead of
5383 @example. Use GNU/Linux instead of Linux.
5384
53852002-09-20 Jim Blandy <jimb@redhat.com>
5386
5387 * gdb.texinfo: Add character set documentation.
5388
2f870471
AC
53892002-09-19 Andrew Cagney <ac131313@redhat.com>
5390
5391 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5392 (Packets): Add cross reference from `b' packet to `z' packets.
5393
790eb8f5
AC
53942002-09-19 Andrew Cagney <ac131313@redhat.com>
5395
8d30a00d
AC
5396 * gdb.texinfo (Maintenance Commands): Document ``maint
5397 internal-error'' and ``maint internal-warning''.
5398
790eb8f5
AC
5399 * gdbint.texinfo (Target Architecture Definition): Revise
5400 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5401
a23a7bf1
JB
54022002-09-19 Joel Brobecker <brobecker@gnat.com>
5403
5404 * gdbint.texinfo (Target Conditionals): Document the new
5405 NAME_OF_MALLOC macro.
5406
299ffc64
AC
54072002-09-05 Andrew Cagney <ac131313@redhat.com>
5408
5409 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5410 engineer.
5411
b7bb15bc
SC
54122002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5413
5414 * gdb.texinfo (TUI Overview): Document status line fields.
5415
3d757584
SC
54162002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5417
5418 * gdb.texinfo (TUI Commands): Document info win command.
5419
269c21fe
SC
54202002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5421
5422 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5423
7cf36c78
SC
54242002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5425
5426 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5427 (TUI Keys): Likewise.
5428
d2c6833e
AC
54292002-08-25 Andrew Cagney <ac131313@redhat.com>
5430
5431 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5432 for a packet receive.
5433
46d8b1c3
AC
54342002-08-25 Andrew Cagney <ac131313@redhat.com>
5435
5436 * Makefile.in (clean): Move to end of file.
5437 (distclean, maintainer-clean, realclean): Ditto.
5438 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5439 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5440 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5441 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5442
b0787093
AC
54432002-08-24 Andrew Cagney <ac131313@redhat.com>
5444
5445 * Makefile.in (GDBINT_TEX_TMPS): Define.
5446 (gdbint.dvi, gdbint.pdf): Use
5447 (GDB_TEX_TMPS): Define.
5448 (gdb.dvi, gdb.pdf): Use.
5449 (STABS_TEX_TMPS): Define.
5450 (stabs.dvi, stabs.pdf): Use.
5451 (GDB_DOC_SOURCE_INCLUDES): New macros.
5452 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5453 (GDBINT_DOC_FILES_INCLUDES): New macros.
5454 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5455 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5456 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5457 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5458 (links2roff): Replace SFILES_INCLUDED with
5459 GDB_DOC_SOURCE_INCLUDES.
5460 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5461 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5462 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5463 dependencies.
5464 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5465 dependencies.
5466 (gdbmi.texinfo): Delete rule.
5467 (inc-hist.texinfo): Delete rule.
5468 (rluser.texinfo): Delete rule.
5469
ebba8386
AC
54702002-08-23 Andrew Cagney <cagney@redhat.com>
5471
5472 * gdbint.texinfo (Target Architecture Definition): Update
5473 STORE_RETURN_VALUE, mention regcache.
5474
0ab7a791
AC
54752002-08-21 Andrew Cagney <ac131313@redhat.com>
5476
5477 * gdbint.texinfo (Target Architecture Definition): Document
5478 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5479
ee2d5c50
AC
54802002-08-19 Andrew Cagney <ac131313@redhat.com>
5481
5482 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5483 Fix minor typos. Add index entries.
5484
53c69bd7
AC
54852002-08-18 Andrew Cagney <ac131313@redhat.com>
5486
5487 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5488
e76f1f2e
AC
54892002-08-15 Andrew Cagney <ac131313@redhat.com>
5490
5491 * gdbint.texinfo (Target Architecture Definition): Document
5492 PRINT_VECTOR_INFO.
5493 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5494
0680b120
AC
54952002-08-13 Andrew Cagney <ac131313@redhat.com>
5496
5497 * gdb.texinfo (Maintenance Commands): Document "maint print
5498 registers", "maint print raw-registers" and "maint print
5499 cooked-registers".
5500
3c3bea1c
GS
55012002-08-08 Grace Sainsbury <graces@redhat.com>
5502
a9331b3f 5503 From Mark Salter:
3c3bea1c
GS
5504 * gdb.texinfo (Protocol): Document T packet extension to
5505 allow watchpoint address reporting.
5506
42f9b0a5
AC
55072002-08-03 Andrew Cagney <ac131313@redhat.com>
5508
5509 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5510
db034ac5
AC
55112002-08-01 Andrew Cagney <cagney@redhat.com>
5512
5513 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5514 to CHILL.
5515
e2b28d04
AC
55162002-08-01 Andrew Cagney <ac131313@redhat.com>
5517
5518 * gdbint.texinfo (Coding): Revise section "Include Files".
5519
7fb623f7
AC
55202002-07-24 Andrew Cagney <cagney@redhat.com>
5521
5522 * gdbint.texinfo: Obsolete references to m88k.
5523 * gdb.texinfo: Ditto.
5524
4a2b4636
JB
55252002-07-10 Joel Brobecker <brobecker@gnat.com>
5526
7fb623f7 5527 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
5528 where the proper version of autoconf can be retrieved.
5529
a71ec265
DH
55302002-07-09 Don Howard <dhoward@redhat.com>
5531
5532 * gdb.texinfo (Command Files): Further describe the behavior of
5533 sourced command files.
5534
b9aa90c9
AC
55352002-06-27 Andrew Cagney <ac131313@redhat.com>
5536
5537 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5538 (Coding): Clarify ISO C version that GDB assumes.
5539
40dd2248
TT
55402002-06-26 Tom Tromey <tromey@redhat.com>
5541
5542 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5543 add_setshow_cmd_full.
5544
bfac230e
DH
55452002-06-25 Don Howard <dhoward@redhat.com>
5546
5547 * gdb.texinfo (Memory Region Attributes): Document new behavior
5548 for 'mem' command.
5549
475b0867
JB
55502002-06-11 Jim Blandy <jimb@redhat.com>
5551
919d772c
JB
5552 * gdb.texinfo (Symbols): Update documentation for `info source'
5553 command.
5554
475b0867
JB
5555 * gdb.texinfo (Macros): Call the command `info macro', not
5556 `show macro'.
5557
ba8c9337
AC
55582002-06-09 Andrew Cagney <ac131313@redhat.com>
5559
5560 * gdbint.texinfo (Coding): Add section ``Per-architecture module
5561 data''.
5562
1029b7fa
MK
55632002-06-09 Mark Kettenis <kettenis@gnu.org>
5564
5565 * gdbint.texinfo (Target Architecture Definition): Document
5566 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5567
16737d73
AC
55682002-06-08 Andrew Cagney <ac131313@redhat.com>
5569
5570 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
5571 lists.
5572
30107679
AC
55732002-06-08 Andrew Cagney <ac131313@redhat.com>
5574
5575 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
5576 Branch''.
5577
3352e23e
AC
55782002-06-01 Andrew Cagney <ac131313@redhat.com>
5579
5580 * gdbint.texinfo (Target Architecture Definition): Add section
5581 ``Converting an existing Target Architecture to Multi-arch''.
5582
cbb09e6a
AC
55832002-05-30 Andrew Cagney <ac131313@redhat.com>
5584
5585 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
5586 to ``Obsoleting code''. Revise.
5587
e2e0bcd1
JB
55882002-05-17 Jim Blandy <jimb@redhat.com>
5589
5590 * gdb.texinfo (C Preprocessor Macros): New chapter.
5591 Include it in the main menu.
5592 (Contributors): Credit Jim Blandy with macro support.
5593 (Compilation): Explain how to get macro information into the
5594 executable.
5595 (Expressions): Note that preprocessor macros are expanded.
5596
9db8d71f
DJ
55972002-05-14 Daniel Jacobowitz <drow@mvista.com>
5598
5599 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
5600 options for `target remote'.
5601
6d531722
AC
56022002-05-13 Andrew Cagney <ac131313@redhat.com>
5603
5604 * gdbint.texinfo (Target Architecture Definition): Delete
5605 documentation on NNPC_REGNUM.
5606
13d01224
AC
56072002-05-11 Andrew Cagney <ac131313@redhat.com>
5608
5609 * gdbint.texinfo (Target Architecture Definition): Document
5610 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
5611 (Target Architecture Definition): Revise section `Using Different
5612 Register and Memory Data Representations'. Add section `Raw and
5613 Virtual Register Representations'.
5614
b2e75d78
AC
56152002-05-11 Andrew Cagney <ac131313@redhat.com>
5616
5617 * gdbint.texinfo (Target Architecture Definition): Mention
5618 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
5619 (Target Architecture Definition): Mention same. Add references to
5620 web pages.
5621
2c8682ee
MS
56222002-05-08 Michael Snyder <msnyder@redhat.com>
5623
5624 * stabs.texinfo (Attributes): Document new "vector" attribute.
5625
0816590b
AC
56262002-05-04 Andrew Cagney <ac131313@redhat.com>
5627
5628 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
5629
2653173e
AC
56302002-05-04 Andrew Cagney <ac131313@redhat.com>
5631
5632 * gdb.texinfo: Delete obsolete references to a29k.
5633
d7bd68ca
AC
56342002-04-24 Andrew Cagney <ac131313@redhat.com>
5635
5636 * gdbint.texinfo (Target Architecture Definition): Replace
5637 IN_SIGTRAMP with PC_IN_SIGTRAMP.
5638
21d83aa5
DM
56392002-04-24 David S. Miller <davem@redhat.com>
5640
5641 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
5642
7673a6cc
DM
56432002-04-21 David S. Miller <davem@redhat.com>
5644
5645 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
5646
d49d1e0a
AC
56472002-04-21 Andrew Cagney <ac131313@redhat.com>
5648
5649 * gdbint.texinfo (Target Architecture Definition): Delete
5650 definition of HAVE_REGISTER_WINDOWS.
5651
f7dc1244 56522002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
5653
5654 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
5655 "Theodore A. Roth" <troth@verinet.com>.
5656
5ca0cb28
DH
56572002-04-15 Don Howard <dhoward@redhat.com>
5658
f7dc1244 5659 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 5660 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 5661 Provide a better explaination of this feature.
5ca0cb28 5662
f208ba17
AC
56632002-04-14 Andrew Cagney <ac131313@redhat.com>
5664
5665 * gdbint.texinfo (Target Architecture Definition): Remove
5666 FRAME_CHAIN_COMBINE.
5667
d5ba91de
MC
56682002-04-12 Michael Chastain <mec@shout.net>
5669
5670 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
5671 REG_STACK_SEGMENT.
5672
26818220
MC
56732002-04-09 Michael Chastain <mec@shout.net>
5674
5675 * gdbint.texinfo (Obsolete Conditionals): Remove references to
5676 PYRAMID_* macros.
5677
129188f6
AC
56782002-04-07 Andrew Cagney <ac131313@redhat.com>
5679
5680 * gdb.texinfo (Bug Reporting): Document that the web is the
5681 prefered way of submitting bug reports.
5682 (Bug Reporting): Delete the s-mail address as the last resort.
5683
8227c0ff
AC
56842002-04-05 Andrew Cagney <ac131313@redhat.com>
5685
5686 * gdbint.texinfo (Target Architecture Definition): Delete
5687 references to TARGET_WRITE_FP and write_fp.
5688
16d9dec6
MS
56892002-03-27 Michael Snyder <msnyder@redhat.com>
5690
5691 * gdb.texinfo: Document new commands dump, append, and restore.
5692
9ae8b82c
AC
56932002-03-27 Andrew Cagney <ac131313@redhat.com>
5694
5695 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
5696 Branch'.
5697
474c8240
AC
56982002-03-18 Andrew Cagney <ac131313@redhat.com>
5699
5700 * gdb.texinfo: Change all examples to @smallexample.
5701 * gdbint.texinfo: Ditto.
a9331b3f 5702
fb0ff88f
AC
57032002-03-18 Andrew Cagney <ac131313@redhat.com>
5704
5705 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
5706 Branches''.
5707
9bb0a4d8
AC
57082002-03-18 Andrew Cagney <ac131313@redhat.com>
5709
5710 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
5711 Policy''.
5712
937f164b
FF
57132002-03-04 Fred Fish <fnf@redhat.com>
5714
5715 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
5716 expresson, suports, dependant, trhe, perhaphs, situtations,
5717 explictily, taged, oportunity, unfortunatly).
5718
a7b40f07
AC
57192002-02-24 Andrew Cagney <ac131313@redhat.com>
5720
5721 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
5722 Remove reference to 3.12.
5723
aab4e0ec
AC
57242002-02-23 Andrew Cagney <ac131313@redhat.com>
5725
5726 * gdbint.texinfo: Include fdl.texi.
5727 (Top): Add GNU Free Documentation License.
5728 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
5729 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
5730 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
5731 (gdbint.info): Add srcdir to include path.
5732 * gdb.texinfo: Include gpl.texi.
5733 (Top): Add Copying.
5734 * gpl.texi: New file.
5735
47b95330
AC
57362002-02-23 Andrew Cagney <ac131313@redhat.com>
5737
5738 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
5739
78c47bea
PM
57402002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
5741
5742 * gdb.texinfo: Document Cygwin native specific commands.
5743
56460a61
DJ
57442002-02-15 Daniel Jacobowitz <drow@mvista.com>
5745
5746 * gdb.texinfo: Document gdbserver ``--attach'' command.
5747
def71bfa
MS
57482002-02-07 Michael Snyder <msnyder@redhat.com>
5749
5750 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
5751 to @code(_ovly_debug_event).
5752
c928edc0
AC
57532002-02-07 Andrew Cagney <ac131313@redhat.com>
5754
5755 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
5756
81d46470
MS
57572002-02-06 Michael Snyder <msnyder@redhat.com>
5758
5759 * gdb.texinfo (overlays): Mention new magic symbol
5760 '_ovly_debug_event', which allows GDB to keep better track
5761 of overlays.
5762
f7dc1244 57632002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
5764
5765 * gdb.texinfo (Memory Region Attributes): Fix the wording.
5766 Suggested by Dmitry Sivachenko.
5767
5768 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
5769
15110bc3
MS
57702002-02-01 Michael Snyder <msnyder@redhat.com>
5771
5772 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
5773
6763aef9
MS
57742002-01-30 Michael Snyder <msnyder@redhat.com>
5775
ac282366
MS
5776 * gdb.texinfo: (remote protocol): Gramatical fix-up.
5777 (set trust-readonly-sections): Document.
6763aef9 5778
8642bc8f
AC
57792002-01-29 Andrew Cagney <ac131313@redhat.com>
5780
5781 * gdbint.texinfo (Releasing GDB): Revise and update.
5782
afe64c1a
AC
57832002-01-28 Andrew Cagney <ac131313@redhat.com>
5784
5785 * gdbint.texinfo (Target Architecture Definition): Delete
5786 description of TARGET_BYTE_ORDER_DEFAULT.
5787
f7dc1244 57882002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
5789
5790 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
5791 <mitya@cavia.pp.ru>.
5792
3d6e1b5a
AC
57932002-01-23 Andrew Cagney <ac131313@redhat.com>
5794
5795 * libgdb.texinfo: Delete file.
5796
6c0e9fb3
AC
57972002-01-22 Andrew Cagney <ac131313@redhat.com>
5798
5799 * gdb.texinfo: Remove makeinfo 3.12 hacks.
5800 * gdbint.texinfo: Ditto.
5801
e0ce93ac
AC
5802Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
5803
5804 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
5805
be298bcc
AC
58062002-01-22 Andrew Cagney <ac131313@redhat.com>
5807
5808 * Makefile.in: Update copyright.
5809 (TEXI2DVI): Define.
5810 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
5811 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
5812 gdb-cfg.texi.
5813 (TEXINDEX, PDFTEX): Delete makefile variables.
5814
8e04817f
AC
58152002-01-22 Andrew Cagney <ac131313@redhat.com>
5816
5817 * gdb.texinfo (Protocol): Move section to appendix.
5818
6b2f586d
AC
58192002-01-21 Andrew Cagney <ac131313@redhat.com>
5820
5821 * gdb.texinfo (Remote Debugging): Create a menu.
5822 (Top): Add ``Remote Debugging'' to menu.
5823
6f05cf9f
AC
58242002-01-21 Andrew Cagney <ac131313@redhat.com>
5825
5826 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
5827 serial protocol'' from here.
5828 (Remote Debugging): To here. New chapter.
5829
3fd3d7d2
AC
58302002-01-20 Andrew Cagney <ac131313@redhat.com>
5831
5832 * gdbint.texinfo (Target Architecture Definition): Delete
5833 description of TARGET_BYTE_ORDER_SELECTABLE_P.
5834
7fd60527
AC
58352002-01-20 Andrew Cagney <ac131313@redhat.com>
5836
5837 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
5838 are no longer needed.
5839 (Porting GDB): Add maintainer note about configure.host.
5840
c2f05ac9
AC
58412002-01-20 Andrew Cagney <ac131313@redhat.com>
5842
5843 * gdbint.texinfo (Target Architecture Definition): Remove
5844 definition of IEEE_FLOAT.
5845
f7dc1244 58462002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
5847
5848 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
5849 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
5850 <3diff@gnu.org>
231b2aad 5851
82600034
AC
58522002-01-19 Andrew Cagney <ac131313@redhat.com>
5853
5854 * gdbint.texinfo (Host Definition): Remove references to
5855 MALLOC_INCOMPATIBLE.
5856
7708fa01
AC
58572002-01-17 Andrew Cagney <ac131313@redhat.com>
5858
5859 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
5860 and xyz-xdep.o.
5861
eb12ee30
AC
58622002-01-17 Andrew Cagney <ac131313@redhat.com>
5863
889bf7c5 5864 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
5865 (Set Breaks): Copy ``maint info breakpoint'' doco to
5866 ``Maintenance Commands'' appendix. Add reference.
5867
c9ccaa92
AC
58682002-01-17 Andrew Cagney <ac131313@redhat.com>
5869
5870 * fdl.texi: Remove next/prev from @node.
5871
f7dc1244 58722002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
5873
5874 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
5875 for monstrous @multitable (from Brian Youmans).
5876
5877 * fdl.texi: New file.
5878
5879 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
5880
8973da3a
AC
58812002-01-15 Andrew Cagney <ac131313@redhat.com>
5882
5883 * gdbint.texinfo (Releasing GDB): New chapter.
5884
7d86b5d5
AC
58852002-01-14 Andrew Cagney <ac131313@redhat.com>
5886
5887 * gdb.texinfo (Embedded Processors, Calling program functions):
5888 Obsolete references to a29k.
5889
cc1cb004
AC
58902002-01-13 Andrew Cagney <ac131313@redhat.com>
5891
5892 * gdbint.texinfo (Coding): Review Cleanups section. Examples
5893 examples. Document that a code-block should do or discard its
5894 cleanups before exit.
5895
79f12247
MS
58962002-01-11 Michael Snyder <msnyder@redhat.com>
5897
5898 * gdb.texinfo (Choosing files): Change @samp to @file.
5899
19837790
MS
59002002-01-05 Michael Snyder <msnyder@redhat.com>
5901
5902 * gdb.texinfo (--pid): Document new command line option (attach).
5903
f7dc1244 59042002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
5905
5906 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
5907 in the stub.
5908
d7449b42
AC
59092002-01-04 Andrew Cagney <ac131313@redhat.com>
5910
5911 * gdbint.texinfo (Target Architecture Definition): Replace
5912 BIG_ENDIAN with BFD_ENDIAN_BIG.
5913
f23631e4
AC
59142002-01-03 Andrew Cagney <ac131313@redhat.com>
5915
5916 * gdbint.texinfo (Target Architecture Definition): Replace
5917 value_ptr with struct value pointer.
5918
72c9928d
EZ
59192002-01-02 Eli Zaretskii <eliz@gnu.org>
5920
5921 * gdb.texinfo (Free Software): Fix wording.
5922
959acfd1
EZ
59232001-12-31 Eli Zaretskii <eliz@gnu.org>
5924
5925 * gdb.texinfo (Free Software): New section ``Free Software Needs
5926 Free Documentation''.
5927
f7dc1244 59282001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
5929
5930 * stabs.texinfo:
5931 * gdb.texinfo:
5932 * gdbint.texinfo:
5933 * libgdb.texinfo:
5934 * annotate.texi: Fix the application of GFDL in the Copyright notice.
5935
6600abed
MS
59362001-12-29 Michael Snyder <msnyder@redhat.com>
5937
5938 * gdb.texinfo (maint info sections): Fix typo.
5939
f6680716
MS
59402001-12-26 Michael Snyder <msnyder@redhat.com>
5941
fe95c787
MS
5942 * gdb.texinfo (maint info sections): Document.
5943
a9331b3f 5944 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
5945 'info proc' sub-options that are currently not implemented.
5946
c3d3ce5b
JB
59472001-12-20 Jim Blandy <jimb@redhat.com>
5948
5949 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
5950
778eb05e
AC
59512001-12-15 Andrew Cagney <ac131313@redhat.com>
5952
5953 * gdbint.texinfo (Target Architecture Definition): Replace
5954 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
5955
2607059c
AC
59562001-12-01 Andrew Cagney <ac131313@redhat.com>
5957
5958 * gdbint.texinfo (Host Definition): Delete documentation on
5959 HOST_BYTE_ORDER.
5960
df0cd8c5
JB
59612001-11-30 Jim Blandy <jimb@redhat.com>
5962
5963 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 5964 overlay support. Add to top-level menu.
df0cd8c5 5965
88118b3a
TT
59662001-11-26 Tom Tromey <tromey@redhat.com>
5967
5968 * gdb.texinfo (Command Syntax): Document C-o binding.
5969
96565e91
CF
59702001-07-26 Christopher Faylor <cgf@redhat.com>
5971
5972 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
5973 use since it is described in the referenced section.
5974
f7dc1244 5975 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
5976 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
5977 clearer when using DJGPP.
5978
2a3d5645
CF
59792001-11-24 Christopher Faylor <cgf@redhat.com>
5980
5981 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
5982 specifically refer to MS-DOS.
5983 (command files): Mention gdb.ini is only used on MS-DOS.
5984
aa26fa3a
TT
59852001-11-21 Tom Tromey <tromey@redhat.com>
5986
5987 * gdb.texinfo (Invoking GDB): Document --args.
5988 (Mode Options): Likewise.
5989
4f8ada06
JB
59902001-11-21 Jim Blandy <jimb@redhat.com>
5991
5992 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
5993 Delete documentation; this macro has been removed from the
5994 sources.
4f8ada06 5995
3fe0dc10
JB
59962001-11-13 Jim Blandy <jimb@redhat.com>
5997
5998 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
5999
9e5abb06
CV
60002001-11-06 Corinna Vinschen <vinschen@redhat.com>
6001
6002 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6003
1c5dfdad
MS
60042001-11-05 Michael Snyder <msnyder@redhat.com>
6005
a9331b3f 6006 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6007 quote regexp chars in function names such as "operator*()".
6008
990f9fe3
FF
60092001-11-01 Fred Fish <fnf@redhat.com>
6010
6011 * gdbint.texinfo (SOLIB_ADD): Document additional new
6012 "readsyms" arg.
6013
b433d00b
DH
60142001-10-30 Don Howard <dhoward@redhat.com>
6015
070b1dd3
DH
6016 * gdb.texinfo: (Command Files) Added documentation for the
6017 behavior of gdb with input redirected from a file.
b433d00b 6018
b7209cb4
FF
60192001-10-28 Fred Fish <fnf@redhat.com>
6020
6021 * gdb.texinfo (auto-solib-add): Change docs to match
6022 implementation change.
6023 (auto-solib-limit): Add docs for new variable.
6024
1aa20aa8
AC
60252001-10-15 Andrew Cagney <ac131313@redhat.com>
6026
6027 * gdbint.texinfo (Target Architecture Definition): Function
6028 value_as_pointer renamed to value_as_address.
6029
fc0c74b1
AC
60302001-10-15 Andrew Cagney <ac131313@redhat.com>
6031
6032 * gdbint.texinfo (Target Architecture Definition): Default
6033 POINTER_TO_ADDRESS functions assume unsigned addresses.
6034 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6035 posting by Jim Blandy.
6036
f4846649
JB
60372001-10-12 Jim Blandy <jimb@redhat.com>
6038
6039 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6040 version of texi2html (1.64) doesn't support this flag any more.
6041
f277788b
MK
60422001-09-08 Mark Kettenis <kettenis@gnu.org>
6043
a9dc4918
MK
6044 * gdbint.texinfo (Host Definition): Remove description of
6045 MEM_FNS_DECLARED.
6046
d28379df
MK
6047 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6048
f277788b
MK
6049 * gdbint.texinfo (Host Definition): Remove description of
6050 HAVE_SIGSETMASK.
6051
7ccaa899
EZ
60522001-09-04 Elena Zannoni <ezannoni@redhat.com>
6053
6054 * gdbint.texinfo (Target Architecture Definition): Add
6055 explanation of TARGET_PRINT_INSN macro.
6056
17d9d558
JB
60572001-08-30 Jim Blandy <jimb@redhat.com>
6058
6059 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6060 Explain what it means to load relocatable files.
6061
72cde065
JB
60622001-08-28 Jim Blandy <jimb@redhat.com>
6063
6064 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6065 info `top' menu.
6066
9e678452
CF
6067Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6068
6069 * gdbint.texinfo: Add a cautionary note about macro use.
6070
a2bea4c3 60712001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6072
a2bea4c3
CV
6073 * gdb.texinfo: Explain omitting the hostname in the
6074 `target remote' command.
6075
1129bf27
DJ
60762001-07-30 Daniel Jacobowitz <drow@mvista.com>
6077
6078 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6079 and END-INFO-DIR-ENTRY.
6080
732b3002
SC
60812001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6082
6083 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6084
89437448
AC
60852001-07-25 Andrew Cagney <ac131313@redhat.com>
6086
6087 * gdbint.texinfo (libgdb): Rewrite.
6088
f7dc1244 60892001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6090
6091 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6092
c4555f82
SC
60932001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6094
6095 * gdb.texinfo (TUI): New chapter, document the TUI.
6096 (Mode Options): Document the -tui option.
6097
2f45a6e0
MK
60982001-07-23 Mark Kettenis <kettenis@gnu.org>
6099
6100 * gdbint.texinfo (Host Definition): Remove description of
6101 NEED_POSIX_SETPGID.
6102
f7dc1244 61032001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6104
6105 * gdb.tex (DJGPP Native): New node, with descriptions of
6106 DJGPP-specific commands.
6107
be9c6c35
JM
61082001-07-19 John R. Moore <jmoore@redhat.com>
6109
6110 * gdbint.texinfo: Three misspellings.
6111
dfa249fb
AC
61122001-07-06 Andrew Cagney <ac131313@redhat.com>
6113
6114 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6115 `test` expressions on bash. Problem reported by Colin Walters.
6116
c72e7388
AC
61172001-07-04 Andrew Cagney <ac131313@redhat.com>
6118
6119 * gdbint.texinfo (User Interface): Update ui-out documentation to
6120 refelect recent UI/MI updates.
6121
94bbb2c0
AC
61222001-07-04 Andrew Cagney <ac131313@redhat.com>
6123
6124 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6125 interpreters.
6126
af6c57ea
AC
61272001-06-15 Andrew Cagney <ac131313@redhat.com>
6128
6129 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6130 structure and not macros.
6131 (Host Definition): Document that much of this chapter is obsolete.
6132 (Target Architecture Definition): Update list of files that make
6133 up a target architecture.
6134 (Coding): Update.
6135
83aa8bc6
AC
61362001-06-28 Andrew Cagney <ac131313@redhat.com>
6137
6138 * gdbint.texinfo (Target Architecture Definition): Update
6139 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6140 The latter has been changed to a true predicate.
6141
f7dc1244 61422001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6143
6144 * annotate.texi: Add @noindent where needed. From Dmitry
6145 Sivachenko <dima@Chg.RU>.
6146 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6147
656db9b0
AC
61482001-06-16 Andrew Cagney <ac131313@redhat.com>
6149
6150 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6151
df2396a1
AC
61522001-06-14 Andrew Cagney <ac131313@redhat.com>
6153
6154 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6155 returns ``OK''. Document that the ``R'' packet does not reply.
6156
0f1f2b0a
MS
61572001-06-13 Michael Snyder <msnyder@redhat.com>
6158
6159 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6160
f7dc1244 61612001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6162
6163 * gdb.texinfo (Signals): Clarify the default setting of signal
6164 handling.
6165
a5d7c491
AC
61662001-05-14 Andrew Cagney <ac131313@redhat.com>
6167
6168 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6169 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6170
05a54c4f
AC
61712001-05-12 Andrew Cagney <ac131313@redhat.com>
6172
6173 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6174
f7dc1244 61752001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6176
6177 * gdbint.texinfo (Clean Design and Portable Implementation):
6178 Renamed from "Clean Design".
6179 (Clean Design and Portable Implementation): Document portable
6180 methods of handling file names, and the associated macros.
6181
f7dc1244 61822001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6183
6184 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6185 command and provide a cross-reference to its description.
6186 (Symbols): Note that "info scope" is useful for trace experiments.
6187
f7dc1244 61882001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6189
b37052ae
EZ
6190 * gdb.texinfo (Symbols): Document "info scope".
6191 (Tracepoints): New chapter.
6192 (Contributors): Update for v5.1.
6193 <All nodes>: Change "C++" to "C@t{++}".
6194
0ee54786
EZ
6195 * gdbint.texinfo (User Interface): A new section about ui_out
6196 functions, based on text written by Fernando Nasser.
6197
c534679c
EZ
6198 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6199
f7dc1244 62002001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6201
e9c75b65
EZ
6202 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6203
6204 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6205
6206 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6207 Replace "GDB" with "@value{GDBN}". Fix markup.
6208
6209 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6210
3d67e040
EZ
6211 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6212 a cross-reference to its description.
6213 (Symbols): Document "info symbol".
6214
f7dc1244 62152001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6216
6217 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6218 subsection "x86 Watchpoints".
6219 (Target Architecture Definition): Document the macros
6220 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6221 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6222
b0ed3589
AC
62232001-03-20 Andrew Cagney <ac131313@redhat.com>
6224
6225 * gdbint.texinfo (Target Architecture Definition): Update
6226 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6227 list.
6228
b6ba6518
KB
62292001-03-06 Kevin Buettner <kevinb@redhat.com>
6230
6231 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6232 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6233
f7dc1244 62342001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6235
6236 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6237
f7dc1244 62382001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6239
17cc6a06
EZ
6240 * gdb.texinfo (Environment): Document that `path' does not change
6241 the value of PATH in GDB's own environment (it did in the past,
6242 but that was changed on March 15, 1994). Reported by Doug Evans
6243 <dje@transmeta.com>.
6244
56caf160
EZ
6245 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6246 its line. Fix markup of commands and macros. Add an Index node
6247 and index entries.
6248
29e57380
C
62492001-01-23 J.T. Conklin <jtc@redback.com>
6250
6251 * gdb.texinfo (Memory region attributes): New manual section.
6252
1c6147de
ND
62532001-01-04 Nicholas Duffek <nsd@redhat.com>
6254
6255 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6256
f7dc1244 62572000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6258
6259 * refcard.tex: Version and copyright fixed. From Phil Edwards
6260 <pedwards@disaster.jaj.com>.
6261
0dcedd82
AC
6262Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6263
6264 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6265 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6266
3b851bce
AC
6267Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6268
6269 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6270 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6271
f7dc1244 62722000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6273
6274 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6275 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6276
b90a5f51
CF
62772000-11-10 Christopher Faylor <cgf@cygnus.com>
6278
6279 * gdb.texinfo: Document new 'set step-mode' command.
6280
f7dc1244 62812000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6282
6283 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6284 changes from Dmitry Sivachenko <dima@Chg.RU>.
6285
f7dc1244 62862000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6287
6288 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6289 From Steven Johnson <sbjohnson@ozemail.com.au>.
6290
2e685b93
MK
62912000-08-10 Mark Kettenis <kettenis@gnu.org>
6292
6293 * gdbint.texinfo (Overall Structure): Spelling fix.
6294
f7dc1244 62952000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6296
6297 * gdbint.texinfo (Target Architecture Definition): Document that
6298 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6299 for which REGISTER_CONVERTIBLE returns a zero value.
6300
63ac3005
EZ
63012000-07-08 Christopher Faylor <cgf@cygnus.com>
6302
6303 * Makefile.in (install-info): Find files to install in either the
6304 build or source directories (adapted from Makefile.am).
6305
bd79f757
ND
63062000-07-07 Nicholas Duffek <nsd@redhat.com>
6307
6308 * stabs.texinfo: Fix spelling errors.
6309 (String Field): FILE-NUMBER starts from 0, not 1.
6310
f7dc1244 63112000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
6312
6313 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 6314 Brian Youmans.
5f208f6d 6315
f7dc1244 63162000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
6317
6318 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
6319 the source directory. Reported by Mark Harig
6320 <markh@frazier.landmark.com>.
cc542d3b 6321
f3b28801
C
63222000-06-20 J.T. Conklin <jtc@redback.com>
6323
6324 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6325
449f3b6c
AC
6326Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6327
6328 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 6329 Generate using pdftex.
449f3b6c 6330 (PDFTEX): Define.
889bf7c5 6331 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 6332 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 6333 @contents at the start.
449f3b6c 6334
f7dc1244 63352000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
6336
6337 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 6338 Youmans.
48e934c6 6339
9e9c5ae7
AC
6340Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6341
6342 From Brian Youmans:
6343 * gdb.texinfo: Fix ``et al.''.
6344
c741b251
AC
6345Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6346
6347 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 6348 loop.
c741b251 6349
4ab64e14
JG
63502000-05-19 Jimmy Guo <guo@cup.hp.com>
6351
6352 * configure: Regenerate.
6353
f7dc1244 63542000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
6355
6356 * Makefile.in (install-info): Run install-info on installed Info
6357 files.
6358
8c70017b
AC
6359Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6360
a7cb598a 6361 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 6362 Andrew Cagney.
8c70017b 6363
f7dc1244 63642000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
6365
6366 * gdb.texinfo: Proofreading changes from Brian Youmans.
6367
bf0184be
ND
63682000-05-01 Nick Duffek <nsd@cygnus.com>
6369
6370 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6371 startup sequence, minor edits.
6372
f7dc1244 63732000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
6374
6375 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6376 TeX.
6377
6378 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6379 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6380 like `n' and `s' which look weird. Convert some of the @kindex to
6381 @vindex, when they refer to variables, not commands.
6382
33e16fad
AC
6383Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6384
6385 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6386
f7dc1244 63872000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
6388
6389 * Makefile.in (GDBMI_DIR): New variable.
6390 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6391 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6392 (gdbmi.texinfo): New target, for texi2roff.
6393 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6394 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6395
6396 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6397 gdbmi.texinfo.
6398 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6399 comment.
6400
d167840f
EZ
64012000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6402
6403 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 6404 command.
d167840f 6405
f7dc1244 64062000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
6407
6408 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6409 prevents the build (and is generally a Bad Idea).
6410
f7dc1244 64112000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
6412
6413 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6414 a comma inside @var.
6415 (Command Files): Index markup changes from Dmitry Sivachenko
6416 <dima@Chg.RU>.
6417
f7dc1244 64182000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
6419
6420 * Makefile.in (LN_S): Define.
6421 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6422 invoke "ln -s" unless it is known to work.
6423
6424 * configure.in (AC_PROG_LN_S): Add.
6425
8dc7983f
JB
64262000-04-14 Jim Blandy <jimb@redhat.com>
6427
6428 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6429 section.
6430 (Target Conditionals): Document ADDRESS_TO_POINTER,
6431 POINTER_TO_ADDRESS.
6432
1a8237e8
DB
64332000-04-11 Daniel Berlin <dan@cgsoftware.com>
6434
6435 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6436 gdb-cfg.texi to get the value.
6437
ca526f1a
JB
64382000-04-10 Jim Blandy <jimb@redhat.com>
6439
6440 * gdbint.texinfo (Target Architecture Definition): Fix
6441 cross-references.
6442
faaafcb4
JB
64432000-04-08 Jim Blandy <jimb@redhat.com>
6444
6445 * gdbint.texinfo (Using Different Register and Memory Data
6446 Representations): New section.
6447 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
6448 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6449 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 6450
1b27397f
AC
6451Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
6452
6453 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 6454 for acknowledgments.
1b27397f 6455
480ff1fb
AC
6456Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
6457
6458 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 6459 qThreadExtraInfo.
480ff1fb 6460
a9331b3f 64612000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 6462
a9331b3f
RM
6463 * gdb.texinfo: Clarify which remote debug protocol commands are
6464 required and which are optional.
f1251bdd 6465
dbeb8dbd
AC
6466Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
6467
6468 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
6469 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
6470 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
6471 * annotate.texi: Update.
6472
6d2ebf8b
SS
64732000-03-28 Stan Shebs <shebs@apple.com>
6474
6475 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6476 expectation of additional changes before release), update
6477 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6478 node links, rephrase and/or shorten lines to fix formatting
6479 problem in both regular and @smallbook formats.
6480 * annotate.texi: Shorten lines in example, use smallexample
6481 consistently everywhere.
6482 * Makefile.in: Add comment about texinfo 4.0 html generation.
6483 (SFILES_INCLUDED): Add annotate.texi.
6484
5d161b24
DB
64852000-03-27 Daniel Berlin <dan@cgsoftware.com>
6486
5ae4183a
AS
6487 * gdb.texinfo (Debugging Output): Added new section, documenting
6488 the "set/show debug" commands.
5d161b24 6489
b9deaee7
AC
6490Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
6491
6492 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 6493 entry.
b9deaee7
AC
6494
6495 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6496 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 6497 @chapter and @node entries.
a9331b3f 6498
b9deaee7 6499 * gdb.texinfo: Link all top-level nodes.
a9331b3f 6500
9ef47d30
AC
6501Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6502
6503 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 6504 files.
9ef47d30 6505
cfeada60
FN
65062000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6507
6508 From David Whedon <dwhedon@gordian.com>
5ae4183a 6509 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 6510
6837a0a2
DB
65112000-03-22 Daniel Berlin <dan@cgsoftware.com>
6512
6513 * gdb.texinfo: Add documentation for the apropos command.
6514
bba2971c
MS
65152000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6516
6517 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6518
2b628194
MS
65192000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6520
a9331b3f 6521 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
6522 two places.
6523
96a2c332
SS
65242000-03-17 Stan Shebs <shebs@apple.com>
6525
6526 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6527 <dima@Chg.RU>, also clarification of allowed content for
6528 string constants.
6529
f7dc1244 65302000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
6531
6532 * gdb.texinfo (main menu): Add Annotations.
6533 (File Options): Add @cindex entries for each command-line option.
6534 Document --epoch, --annotate, --async, --interpreter, --write,
6535 --statistics, and --version.
6536
6537 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
6538 of GDB.
6539
9d233477
JB
65402000-02-23 Jim Blandy <jimb@redhat.com>
6541
6542 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6543
14e0eb3b
JB
65442000-02-22 Jim Blandy <jimb@redhat.com>
6545
6546 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6547
3555de01
JM
65482000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
6549
6550 * Makefile.in (diststuff): New target.
6551
5e35df8e
KB
65522000-02-15 Kevin Buettner <kevinb@redhat.com>
6553
6554 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 6555 architecture. [From Jim Wilson.]
5e35df8e 6556
c5394b80
JM
65572000-01-16 Tom Tromey <tromey@cygnus.com>
6558
6559 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
6560 (Delete Breaks): Mention range arguments.
6561 (Disabling): Likewise.
6562
c3f6f71d
JM
65632000-01-05 Dmitry Sivachenko <dima@Chg.RU>
6564
6565 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
6566
c4093a6a
JM
6567Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
6568
6569 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 6570 valid functions.
c4093a6a 6571
11cf8741
JM
65721999-11-05 Stan Shebs <shebs@andros.cygnus.com>
6573
6574 * gdb.texinfo: Clarify regular expressions used in rbreak.
6575
917317f4
JM
65761999-10-15 Kevin Buettner <kevinb@cygnus.com>
6577
6578 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
6579 MEMORY_REMOVE_BREAKPOINT): Document.
6580
6581Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
6582
6583 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 6584 offset re-using the DATA offset instead.
917317f4 6585
2df3850c
JM
65861999-10-11 Jim Kingdon <kingdon@redhat.com>
6587
6588 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
6589
65901999-10-05 Stan Shebs <shebs@andros.cygnus.com>
6591
6592 From Dmitry Sivachenko <demon@gpad.ac.ru>:
6593 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
6594 typos.
6595
6596 * gdb.texinfo: Various minor wording and formatting improvements,
6597 mentions of additional command-line options.
6598
2acceee2
JM
65991999-09-30 Fred Fish <fnf@cygnus.com>
6600
6601 * gdb.texinfo: Document additional forms of specifying section
6602 names and addresses for the add-symbol-file command.
6603
c2c6d25f
JM
66041999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
6605
6606 * gdbint.texinfo: Fix typo, add the word "have".
6607
66081999-09-14 Jim Blandy <jimb@cris.red-bean.com>
6609
6610 * gdbint.texinfo (Target Architecture Definition): Document the
6611 SKIP_PERMANENT_BREAKPOINT macro.
6612
d4f3574e
SS
66131999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6614
6615 * gdb.texinfo: Fiks speling errers.
6616
6617 * gdb.texinfo: Fix uses of @multitable.
6618
f7dc1244 6619 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 6620 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 6621 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
6622 comments about using with optimization, add more indexing,
6623 fix info about disassembly-flavor.
6624
6625Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
6626
6627 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
6628 SKIP_SOLIB_RESOLVER): Define.
6629
6630Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
6631
6632 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 6633 ``g'' packets.
d4f3574e 6634
104c1213
JM
66351999-08-30 Stan Shebs <shebs@andros.cygnus.com>
6636
6637 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
6638 platform-specific info, inline remote.texi and move sections of it
6639 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
6640 and register stack into the new chapter.
6641 * remote.texi: Remove, now part of gdb.texinfo.
6642 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
6643
66441999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
6645
6646 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
6647 GDB_TARGET_IS_MACH386): These kludges have gone away.
6648
6649Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
6650
6651 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 6652 TDEPLIBS.
104c1213 6653
53a5351d
JM
66541999-08-20 Stan Shebs <shebs@andros.cygnus.com>
6655
6656 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
6657 surrounding text to fit HP-UX bits into general info.
6658 (HPPA-cfg.texi): Remove, no longer useful.
6659
6660 * gdb.texinfo: Remove explicit links from @node lines, remove
6661 HP-added "Detailed Node Listing" from main menu which confuses
6662 things.
6663
6664 From Dmitry Sivachenko <dima@Chg.RU>:
6665 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 6666 in description of `set environment'.
53a5351d
JM
6667
66681999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6669
6670 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
6671
7be570e7
JM
66721999-08-12 Ben Elliston <bje@cygnus.com>
6673
6674 * gdbint.texinfo (Breakpoint Handling): Add missing words.
6675
f7dc1244 66761999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
6677
6678 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
6679 watch, awatch, and rwatch. Explain why the latter two cannot be
6680 set as software watchpoints. Document that watchpoints for local
6681 variables are deleted when the debuggee terminates.
7be570e7
JM
6682
6683Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
6684
6685 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
6686 packet. Allow E.. response packet. "qRcmd" packet is no longer
6687 reserved.
7be570e7
JM
6688
66891999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6690
a9331b3f
RM
6691 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
6692 * gdb.texinfo: Ditto.
7be570e7 6693
96baa820
JM
66941999-08-06 Tom Tromey <tromey@cygnus.com>
6695
6696 * gdb.texinfo (KOD): New node.
6697
6698Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
6699
6700 * remote.texi (Rcmd): Fix minor formatting typos.
6701
6702Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
6703
6704 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 6705 packets.
96baa820 6706
adf40b2e
JM
67071999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
6708
6709 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
6710 fixes.
6711
43ff13b4
JM
6712Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
6713
6714 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
6715
085dd6e6
JM
6716Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
6717
6718 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
6719 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
6720 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
6721 packets that are not supported on all hosts. Expand examples.
6722 Spell check.
085dd6e6
JM
6723
67241999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
6725
6726 * Makefile.in: Recognize html, install-html. Add targets
6727 to build HTML versions of documentation via texi2html.
6728
6729Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
6730
6731 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 6732 testsuite.
085dd6e6
JM
6733
6734Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
6735
6736 * remote.texi (Communication Protocol): Rewrite.
6737
6738Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
6739
6740 * stabs.texinfo: Fix uses of xref.
6741
9e0b60a8
JM
6742Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
6743
6744 * gdbint.texinfo: Add an anti-printf exhortation, and update the
6745 info about patch submission.
6746
cce74817
JM
6747Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
6748
6749 From Per Bothner <bothner@cygnus.com>:
6750 * gdb.texinfo: Document Chill support.
6751
6752Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
6753
6754 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
6755 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
6756 Document that the value should be greater-than or equal-to zero.
6757 (NO_STD_REGS): Document. Deprecate.
cce74817 6758
ac9a91a7
JM
6759Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6760
6761 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 6762 Document that these are not used.
ac9a91a7
JM
6763
6764Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6765
6766 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
6767
392a587b
JM
6768Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
6769
6770 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 6771 numargs was dropped.
392a587b
JM
6772
6773Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
6774
6775 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
6776
b83266a0
SS
6777Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
6778
6779 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 6780 Update.
b83266a0 6781
7a292a7a
SS
6782Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
6783
6784 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
6785 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
6786
6787Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
6788
6789 * gdbint.texinfo: Fix typos: $ -> @.
6790
6791Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
6792
6793 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
6794 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
6795 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
6796 BREAKPOINT_FROM_PC.
a9331b3f 6797
7a292a7a
SS
6798Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
6799
6800 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 6801 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
6802
6803Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6804
6805 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 6806 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
6807
68081999-04-02 Stan Shebs <shebs@andros.cygnus.com>
6809
6810 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
6811 longer exists.
6812
6813Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
6814
6815 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
6816 nearly all @ifset/@ifclear conditionals; nobody uses them, and
6817 they make the manual source incomprehensible.
7a292a7a
SS
6818 * h8-cfg.texi: Remove, hasn't been used in years.
6819
c906108c
SS
6820Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
6821
6822 * gdb.texinfo: Update the credits.
6823
6824Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
6825
6826 * gdb.texinfo: Fix mistakes noticed in printout of last
6827 draft, add Alpha to discussion of heuristic fence post.
6828
6829Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
6830
6831 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
6832 Edition, merge some HP changes into mainline, describe some
6833 previously undocumented features, describe more of the target
6834 commands available, eliminate obsolete section on renamed
6835 commands.
c906108c
SS
6836 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
6837
6838Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
6839
6840 * gdb.texinfo: Make many HPPA conditionals unconditional,
6841 including catchpoint description, since now on for all configs.
6842 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
6843 specializations.
6844
6845Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
6846
6847 * Makefile.in (GDBvn.texi): Fix match expression to work with
6848 current format of VERSION in gdb/Makefile.in.
6849 * gdb.texinfo: Fix node ref to match new readline.
6850
6851Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
6852
a9331b3f
RM
6853 * gdb.texinfo: Changes made as part of a project to merge in
6854 changes made by HP. Documentation makes extensive use of
c906108c
SS
6855 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
6856 on remote debugging. There are differences in documentation
889bf7c5 6857 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
6858 the HP manual discusses catchpoints, hardware watchpoints, and
6859 some HPUX specific limitations for shared library support.
a9331b3f 6860
c906108c
SS
6861 There are also a number of @node changes.
6862
68631999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
6864
6865 * gdbint.texinfo (Formatting): Disambiguate a sentence.
6866 (C Usage): Same.
6867
6868Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
6869
6870 The following changes were made by Edith Epstein
889bf7c5
PA
6871 <eepstein@cygnus.com> as part of a project to merge in changes
6872 made by HP.
a9331b3f 6873
c906108c
SS
6874 * HPPA-cfg.texi: new file.
6875
6876 * all-cfg.texi: set HPPA for HP PA-RISC targets.
6877
6878 * refcard.tex: change documentation about catch.
6879 removed info catch.
6880
6881Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
6882
6883 * gdbint.texinfo: Expand on GDB's coding standards,
6884 specify the use of arg names with prototypes.
6885
68861998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
6887
6888 * gdb.texinfo: Fix tipo.
6889
6890Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
6891
6892 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 6893 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
6894
6895Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
6896
6897 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
6898
68991998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
6900
6901 * agentexpr.texi: New file.
6902
6903Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
6904
6905 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
6906
69071998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
6908
6909 * remote.texi: Changed wording that implied that the GDB remote
6910 protocol caches register values instead of GDB itself.
6911
6912Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
6913
6914 * gdbint.texinfo: Add some info about symbol readers.
6915 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
6916 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
6917 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
6918 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
6919
6920Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
6921
a9331b3f 6922 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
6923
6924Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
6925
6926 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
6927
6928Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
6929
6930 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 6931 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
6932
6933Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
6934
6935 * gdbint.texinfo: Fix minor typos.
6936
6937Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
6938
6939 * gdbint.texinfo: Complete overhaul. Group descriptions more
6940 logically, add more info on generic algorithms, remove much
6941 obsolete and/or wrong material.
6942
6943Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
6944
6945 * stabs.texinfo (Method Type Descriptor): Expand and correct.
6946
6947Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
6948
6949 * refcard.tex: Copyright, address updates.
6950
6951Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
6952
6953 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
6954 for the edition instead of confusing GDB-version-like numbers.
6955
6956Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
6957
6958 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
6959
6960Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
6961
5ae4183a 6962 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
6963
6964Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
6965
6966 * gdb.texinfo: Add some credits, mention bug monitor.
6967 * remote.texi: Mention mips monitor targets.
6968 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 6969
c906108c
SS
6970Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
6971
6972 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
6973 files, finish sorting of host vs target vs native macros, describe
6974 some more of them.
c906108c
SS
6975
6976Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
6977
6978 * gdbint.texinfo (Host Conditionals): Document change from
6979 using NO_MMALLOC to it's inverse, USE_MMALLOC.
6980
6981Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
6982
6983 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 6984 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
6985
6986Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
6987
6988 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
6989 Document LSEEK_NOT_LINEAR.
6990
6991Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
6992
6993 * stabs.texinfo (Stab Section Basics): Make it clear that only
6994 some versions of the GNU linker remove the leading N_UNDF symbol.
6995
6996Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
6997
6998 * stabs.texinfo (String Field): Document type number pairs here,
6999 instead of in the Sun specific section.
7000 (Include Files): The GNU linker supports the N_BINCL
7001 optimization. Clarify the N_BINCL value, and what it is used
7002 for.
7003 (Procedures): Document N_FUN with an empty string to mark the end
7004 of a function.
7005 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7006 (Sun Differences): Remove this node, as the information is now
7007 elsewhere in the main document.
7008 (Stab Section Basics): Mention that the GNU linker may optimize
7009 stabs and remove the leading N_UNDF symbol.
7010
7011Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7012
7013 * gdb.texinfo, refcard.tex: Restore author credit
7014
7015Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7016
7017 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7018 documentation to account for START and END macros taking
7019 one arg.
7020
7021Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7022
7023 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7024 * gdb.texinfo (Frames): Fix typo.
7025
7026Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7027
7028 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7029 a target_signal as arg type, not a pid.
7030
7031Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7032
7033 * gdb.texinfo: Document `set assembly-language'.
7034
7035Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7036
7037 * remote.texi: Update list of stubs in the GDB distribution.
7038
7039Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7040
7041 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7042 Also document that some systems can use mmalloc but must define
7043 this if their C runtime allocates memory that is later freed.
c906108c 7044 (MMCHECK_FORCE): Document new macro.
a9331b3f 7045
c906108c
SS
7046Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7047
7048 * remote.texi: Add documentation for target Sparclet.
7049
7050Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7051
a9331b3f 7052 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7053 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7054 * configure.in: Rewritten for autoconf.
7055 * configure: New.
7056
7057Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7058
7059 * Makefile.in (DVIPS): New define, set to dvips.
7060 (dvi): Add stabs.dvi.
7061 (ps): New target.
7062 (all-doc): Depend on info, dvi, and ps targets.
7063 (STAGESTUFF): Add *.ps and *.dvi files.
7064 (clean-info, clean-dvi): Remove.
7065 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7066 rules completely rewritten.
7067 (maintainer-clean): Remove clean-info and clean-dvi
7068 dependencies and put their actions in the rules.
7069 (gdb.ps): New target
a9331b3f 7070 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7071 intermediate TeX files, whether they have 2 or 3 character
7072 extensions.
7073 (gdbint.ps): Add target and rules.
7074 (gdb-internals): Delete unused target.
7075 (Makefile): Depends upon config.status also.
7076
7077Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7078
7079 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7080 set.
7081
7082Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7083
7084 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7085 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7086
7087Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7088
7089 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7090
7091Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7092
7093 * gdb.texinfo (Print settings): Document
7094 `set/show print static-members' commands.
7095
7096Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7097
7098 * gdbint.texinfo (Native): Document name change, coredep.c to
7099 core-aout.c.
7100
7101Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7102
7103 * stabs.texinfo (Include Files): Document the values the SunOS4
7104 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7105
7106Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7107
7108 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7109 Fix typo.
7110
7111Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7112
7113 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7114 "gdb.tar.Z".
7115
7116Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7117
7118 * Makefile.in (maintainer-clean): New target, synonym for
7119 realclean.
7120
7121Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7122
7123 * Update all FSF addresses except those in COPYING* files.
7124
7125Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7126
7127 From Richard Earnshaw (rearnsha@armltd.co.uk):
7128 * gdb.texinfo (convenience variables): Document $_exitcode.
7129 (quit): Document optional expression to use as exit code.
7130
7131Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7132
7133 * gdb.texinfo, remote.texi: Brought up to date with various
7134 GDB changes.
7135
7136Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7137
7138 * gdb.texinfo: Update dates and versions, fix comments about
7139 hardware watchpoints in future releases and about the
7140 sharedlibrary command.
7141
7142Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7143
7144 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7145 C_FUN stab. Other cleanups.
7146
7147Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7148
7149 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7150 for the sparc stub.
7151
7152Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7153
7154 * annotate.texi: Clarify which addresses have differing formats
7155 depending on the language and which do not.
7156
7157Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7158
7159 * remote.texi (NetWare): Changed example to use BOARD= instead of
7160 NODE= argument to reflect correspoding change to gdbserve.nlm.
7161
7162Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7163
7164 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7165 GDB, as well as AIX dbx, supports the size type attribute.
7166
7167Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7168
7169 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7170
7171Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7172
7173 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7174 and new 'if' and 'while' commands.
7175
7176Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7177
7178 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7179
7180Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7181
7182 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7183 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7184 NetWare targets. Mostly stolen from the Server node.
7185
7186Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7187
7188 * gdb.texinfo (Setting): Talk about the language of a source file
7189 versus the working language. The old documentation did not match
7190 what GDB did.
7191
7192Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7193
7194 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7195 of a source file.
7196
7197Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7198
7199 * gdb.texinfo (Processes): New node.
7200
7201Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7202
7203 * remote.texi: Update documentation of set/show mipsfpu.
7204
3fc11d3e
JM
7205Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7206
7207 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7208 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7209
7210Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7211
7212 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7213 obsolete conditionals, described some others.
7214
7215Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7216
7217 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7218 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7219
7220Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7221
7222 * gdbint.texinfo: Put regex conditionals in their own table.
7223
7224Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7225
7226 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7227 described or fixed the descriptions of many others.
7228
7229Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7230
7231 * gdb.texinfo: Add some more credits.
7232 * gdbint.texinfo: Capitalize GDB consistently, describe some
7233 macros and remove some.
7234
7235Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7236
7237 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7238 obsolete conditionals, described some others.
7239
7240Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7241
7242 * gdb.texinfo (help targets): Changed to `help target', which
7243 is the correct gdb command.
7244
7245Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7246
7247 * annotate.texi (TODO): New node, for keeping track of annotations
7248 suggested but not yet implemented.
7249
7250Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7251
7252 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7253 another symbol, it is not the address itself.
7254
7255Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7256
7257 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7258 of stabs-in-coff sections.
7259
7260Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7261
7262 * annotate.texi: Change edition to 0.5 and date to May 1994.
7263 Add index.
7264 (Frames): New node, for frame annotation.
7265 (Displays): New node, for display annotation.
7266
7267 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7268 when waiting for your program to stop.
7269
7270Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7271
7272 * annotate.texi (Breakpoint Info): Document annotation of header
7273 fields and record annotation.
7274
7275Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7276
7277 * annotate.texi: New file, to document annotations.
7278
7279Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7280
7281 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7282 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7283
7284Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7285
7286 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7287 section, and say n_strx field is compilation unit relative.
7288 * stabs.texinfo: Don't use @code for a.out when it is the name of
7289 an object file format.
7290
7291Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7292
7293 * gdb.texinfo: Refer to file names, not path names, per rms
7294 convention.
7295 (Arguments): Fix typo.
7296
7297Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7298
7299 * stabs.texinfo (Global Variables): Talk about stabs in files
7300 where variables are referenced, but not defined.
7301
7302Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7303
7304 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7305 Cplusplus to new nodes Member Type Descriptor and Method Type
7306 Descriptor. Re-write stuff for #.
7307
7308Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7309
7310 * gdb.texinfo (Print Settings): Don't document "set print
7311 fast-symbolic-addr off". The bug which it worked around was fixed
7312 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7313
7314 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7315 N_ENTRY node.
7316
7317 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7318
7319Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7320
7321 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7322 references to ieee-float.c.
7323
7324Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7325
7326 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7327 match what the code actually does.
7328
7329Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7330
7331 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7332
7333Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7334
7335 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7336 i, and b.
7337
7338Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7339
7340 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7341 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7342 as "stabs in sections" rather than just saying "ELF and SOM".
7343 Also make that stuff apply to COFF.
7344
7345Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7346
7347 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7348 Ghostscript.
7349
7350Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7351
7352 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7353 versus functions without line numbers, also mention stepping into
7354 them as well as "step" when you are in them. Tell the user how to
7355 deal with the situation. Add comment about "debugging information".
7356
7357Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7358
7359 * stabs.texinfo (Enumerations): Document restriction on where
7360 enumeration types can appear and still win with GDB.
7361
7362Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7363
7364 * stabs.texinfo (Negative Type Numbers): Document format for type
7365 -16.
7366
7367Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7368
7369 * gdb.texinfo (Selection, Frame Info): Update information about
7370 arbitrary frame specficiations.
7371
7372Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
7373
7374 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7375
7376Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7377
7378 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7379
7380Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7381
7382 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7383
7384Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7385
7386 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7387 Differences node to Statics node.
7388 (Statics): Discuss XCOFF use of V symbol descriptor.
7389
7390 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7391 not clean.
7392
7393Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7394
7395 * gdb.texinfo (Print Settings): Document `set print
7396 fast-symbolic-addr' and improve the doc for some other
7397 `set print's.
7398
7399Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7400
7401 * stabs.texinfo (String Field): Talk about defining several type
7402 numbers at once.
7403 Fix lint regarding changing node ELF Transformations to
7404 ELF and SOM Transformations.
7405
7406Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7407
7408 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7409
7410Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7411
7412 * stabs.texinfo (Cross-References): `::' is for nested types only
7413 within <>.
7414 (Structures): Document static members.
7415
7416Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7417
7418 * stabs.texinfo: Document S type attribute.
7419
7420Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7421
7422 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7423
7424Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
7425
7426 * gdbint.texinfo: Fix a few typos.
7427
7428Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7429
7430 * gdb.texinfo, remote.texi: formatting improvements
7431
7432 * gdb.texinfo (New Features): mention threads.
7433 (Summary, C): fix xrefs in newly contributed text.
7434 (Threads): index entries, clarifications, example
7435 (passim): minor typos fixed, phrasing improvements
7436
7437 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7438 entries; (Server): explain use of gdbserver w/real-time systems,
7439 add example of conflicting TCP port; (MIPS Remote) break up
7440 running text into table, highlighting commands, and add example.
a9331b3f 7441
c906108c
SS
7442Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7443
7444 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7445
7446Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7447
7448 * stabs.texinfo (Nested Symbols): New node.
7449 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7450
7451Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7452
7453 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7454 to picking which Bbss.bss symbol to use, and (because there seems to
7455 be no good way of doing it) re-write some of the text to make it
7456 sound like Bbss.bss isn't such a great idea after all (as currently
7457 designed).
7458
7459 * gdb.texinfo (C): In addition to saying people have to use g++ for
7460 good results, say they have to use stabs. Specifically say cfront
7461 doesn't work well.
7462 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7463 the gdb README. Add xrefs to places where the support for the various
7464 languages is described in detail.
7465
7466Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7467
7468 * stabs.texinfo: Clean up stuff about visibility and virtual
7469 characters.
7470
7471 * stabs.texinfo (N_M2C): Cite Sun doc.
7472
7473Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7474
7475 * gdb.texinfo: updates re threads.
7476 * remote.texinfo: avoid index entries starting with digits.
7477
7478Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7479
7480 * stabs.texinfo (Enumerations): Talk about large, negative and
7481 octal values. Clean up cross reference to type attributes.
7482 (String Field): Say that GDB 4.11 supports size attribute.
7483
7484Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7485
7486 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7487 is a mandatory step. Make the stuff about that more concise.
7488
7489Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7490
7491 * stabs.texinfo (Class Names): New node.
7492
7493 * gdb.texinfo (Command Files): Explain order of init file reading.
7494
7495 * remote.texi (Bootstrapping): Talk about getting the serial driver
7496 to deal with ^C sent by gdb to stop the remote system.
7497
7498Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
7499
7500 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7501
7502 * libgdb.texinfo (Defining Commands): made the DOC arg
7503 to gdb_define_app_command a char * instead of char **
7504 per a suggestion from kingdon.
7505
7506 * libgdb.texinfo: total rewrite from a different starting
7507 premise.
7508
7509Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7510
7511 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7512 floats passed as doubles (to improve clarity).
7513
7514Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7515
7516 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7517
7518 * a4rc.sed: update to work with Andreas Vogel papersize params
7519
7520 * refcard.tex: use Andreas Vogel simplifications of papersize
7521 params; remove useless version info; update copyright date.
7522
7523Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7524
7525 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7526
7527Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7528
7529 * gdb.texinfo (Files): Say what address the load command loads it at.
7530
7531 * stabs.texinfo (Common Blocks): Minor cleanups.
7532
7533 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7534 that Sun has backed away from the linker kludge and thus the relevant
7535 issue is changes to the SunPRO tools, not the Solaris linker.
7536
7537 * stabs.texinfo (Traditional Integer Types): Clean up description
7538 of octal bounds a little bit. Document extra leading zeroes.
7539
7540Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7541
7542 * gdb.texinfo (Signaling): Update for symbolic symbol names
7543 and add a section explaining the difference between the GDB
7544 signal command and the shell kill utility.
7545
7546Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
7547
7548 * libgdb.texinfo: added `@' to braces that were unescaped.
7549
7550Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
7551
7552 * libgdb.texinfo: new file. Spec for the gdb library.
7553
7554Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7555
7556 * stabs.texinfo (Include Files): Fix typo (start -> end).
7557
7558Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7559
7560 * gdb.texinfo, remote.texi: assorted small improvements, mostly
7561 from Melissa at FSF's editing pass.
7562
7563Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7564
7565 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
7566 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
7567 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
7568
7569Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7570
7571 * remote.texi (Bootstrapping): Discuss 386 call gates.
7572
7573Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7574
7575 * stabs.texinfo (Based Variables): New node.
7576
7577Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
7578
7579 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
7580 names, sizes, and formats to suggest how not to lose.
7581
7582Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7583
7584 * stabs.texinfo (Methods): Fix typo.
7585
7586Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7587
7588 * gdb.texinfo: Fix a few typos.
7589
7590Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7591
7592 * gdb.texinfo: Clarify how well it works with Fortran.
7593
7594 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
7595 More on relocating stabs in ELF files.
7596
7597Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7598
7599 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
7600
7601Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7602
7603 * stabs.texinfo (Local Variable Parameters): Talk about nameless
7604 parameters on VAX.
7605
7606Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7607
7608 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
7609
7610Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7611
7612 * stabs.texinfo: Make info author notice match the TeX author notice.
7613
7614Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7615
7616 * stabs.texinfo: Initial-caps all words in node names and
7617 non-trivial words in section names.
7618
7619Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7620
7621 * stabs.texinfo: Many minor cleanups.
7622
7623 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
7624
7625Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
7626
7627 * stabs.texinfo: Remove full description of big example.
7628 It's not really helpful; just use pieces of it where appropriate.
7629 Add more Texinfo formatting directives (@samp, etc.).
7630 Use @deffn to define stab types.
7631 Eliminate some wordiness. Break up some nodes.
7632 Add an (alphabetized) index of symbol types.
7633 Use consistent capitalization style in node and section names.
7634
7635Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
7636
7637 * gdb.texinfo: Change typo "Two two" to "The two".
7638
7639Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7640
7641 * stabs.texinfo (XCOFF-differences): Remove references to
7642 non-existent types N_DECL and N_RPSYM.
7643
7644 * stabs.texinfo (String Field): Say that type attributes bug is
7645 fixed in GDB 4.10, since it is.
7646
7647 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
7648
7649Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
7650
7651 * stabs.texinfo: Formatting cleanups.
7652
7653Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7654
7655 * stabs.texinfo: When explaining the n_type of a stab, standardize
7656 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
7657 no tabs, use @r).
7658 (Global Variables): Clean up.
7659
7660Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7661
7662 * stabs.texinfo (Stack Variables): Re-write.
7663
7664Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7665
7666 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
7667 addresses of a source file. Also revise formatting.
7668 Change "object module" or "object file" to "source file".
7669 Various: Miscellaneous cleanups.
7670
7671Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7672
7673 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
7674
7675Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
7676
7677 * gdbint.texinfo: Removed many nonsensical machine-collected
7678 host and target conditionals, described some of the remainder.
7679
7680Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7681
7682 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
7683
7684 * gdbint.texinfo (Top): Add name to @top line, and re-write the
7685 paragraph which follows.
7686
7687 * gdbint.texinfo (Host): Use @code not @samp for Makefile
7688 variables. Looks better and avoids overful hbox.
7689
7690Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7691
7692 * stabs.texinfo (Procedures): Improve stuff on nested functions.
7693
7694Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7695
7696 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
7697 retransmit-timeout
7698
7699Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7700
7701 * gdbint.texinfo: Update statement about `some ancient Unix
7702 systems, like Ultrix 4.0' to Ultrix 4.2.
7703
7704Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
7705
7706 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
7707
7708 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
7709
7710 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
7711 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
7712
7713 * remote.texi: new name for former gdbinv-s.texi
7714
7715 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
7716
7717Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
7718
7719 * gdbinv-s.texi: Documented timeout and retransmit-timeout
7720 variables for MIPS remote debugging protocol.
7721
7722Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7723
7724 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
7725
7726Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
7727
7728 * Makefile.in (refcard.dvi): Use srcdir where necessary.
7729
7730Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
7731
7732 * gdb.texinfo: repair conditional bugs in text markup
7733
7734Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7735
7736 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
7737 to select Modula-2 material.
7738
7739Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7740
7741 * stabs.texinfo: Cleanups regarding statics.
7742
7743 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
7744 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
7745
7746Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7747
7748 * stabs.texinfo: N_MAIN is sometimes used for C.
7749
7750Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7751
7752 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
7753
7754Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
7755
7756 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 7757 removed from the code by Kingdon.
c906108c
SS
7758
7759Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7760
7761 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
7762 input when evaluating breakpoint conditions; the bug has been fixed.
7763
7764 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
7765 sets the ignore count to N-1, not to N.
7766
7767Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7768
7769 * refcard.tex (\hoffset): correct longstanding error to match
7770 intended offset; avoids cutting off edge on some printers
7771
7772Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7773
7774 * stabs.texinfo (Parameters): Say that order of stabs is significant.
7775
7776Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7777
7778 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
7779
7780Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7781
7782 * Makefile.in: (REFEDITS) new var to control whether PS or CM
7783 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
7784 collect sed edits if any, apply to refcard before formatting;
7785 (refcard.ps) stop implying PS fonts if PS output requested;
7786 (lrefcard.ps) delete extra target for variant PS fonts
7787
7788 * refcard.tex: parametrize papersize dependent info, collect
7789 in easily replaced spot
7790
7791 * a4rc.sed: new file, edits to refcard for A4 paper
7792
7793Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7794
7795 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
7796
7797Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7798
7799 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
7800
7801Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7802
7803 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
7804 politely rather than rudely.
7805
7806Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7807
7808 * stabs.texinfo: Document common blocks.
7809
7810Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
7811
7812 * stabs.texinfo: Add some basic info about stabs-in-elf.
7813
7814Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7815
7816 * stabs.texinfo (Top): Minor cleanup.
7817
7818Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
7819
7820 * Makefile.in (install-info): remove parentdir support
7821
7822Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7823
7824 * gdb.texinfo (Copying): delete this node and references to it;
7825 RMS says this manual need not carry GPL. (passim): Improvements
7826 from last round at FSF, largely due to Ian Taylor review, and
7827 minor formatting improvements.
7828
7829 * gdbinv-s.texi (passim): Improvements from last round at FSF,
7830 largely due to Ian Taylor review. (Debug Session): minor edits to
7831 new text.
7832
7833Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
7834
7835 * Makefile.in (realclean): Remove info and dvi files too.
7836
7837Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
7838
7839 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
7840 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
7841 * gdb.texinfo: Change accordingly.
7842
7843 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
7844 N_{L,R}BRAC,N_SLINE are relative to.
7845
7846Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
7847
7848 * Makefile.in (GDBvn.texi): Update atomically.
7849
7850Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
7851
7852 * gdbinv-s.texi (Debug Session): Document exceptionHook.
7853
7854Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
7855
7856 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
7857 addresses together. Also motivate the set print symbol-filename
7858 command and suggest other solutions.
7859
7860Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
7861
7862 * gdb.texinfo (set print elements): Note that the number of
7863 elements is set to unlimited by "set print elements 0".
7864
7865Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
7866
7867 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
7868 NF_LDOUBLE means.
7869 (Stab Types): Include Solaris stab types.
7870 (Procedures): Document Solaris extensions.
7871
7872Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7873
7874 * gdb.texinfo: Add `set print symbol-filename' doc.
7875
7876Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7877
7878 * stabs.texinfo (Arrays): Talk about type definition vs. type
7879 information.
7880
7881 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
7882 the trailing semicolon.
7883
7884Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7885
7886 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
7887 and merge in other parts of the document addressing these subjects.
7888 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
7889
7890 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
7891 at the end of a range type.
7892
7893 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
7894 AIX extensions.
7895
7896Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7897
7898 * stabs.texinfo (Stabs Format): Misc fixes.
7899
7900Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7901
7902 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
7903 (Traditional builtin types): Document convex convention for long long.
7904 (Negative builtin types): Discuss type names, and misc fixes.
7905
7906Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7907
7908 * stabs.texinfo (Builtin Type Descriptors): Document the floating
7909 point types used with @samp{R} type descriptor.
7910 (Symbol Descriptors): Describe how to handle conflict between
7911 different meanings of @samp{P} symbol descriptor.
7912
7913Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7914
7915 * stabs.texinfo: Remove node Quick Reference and put its children
7916 directly under the main menu.
7917
7918 * stabs.texinfo: Many more changes to bring it into line with
7919 AIX documentation and reality. I think it now has all the
7920 information from the AIX documentation, except that I burned
7921 out when I got to variant records (Pascal and Modula-2) and
7922 all the COBOL types. Oh well, we can add them later when we're
7923 worrying more about those languages.
7924
7925 * stabs.texinfo (Automatic variables): Talk about what it means
7926 to omit the symbol descriptor.
7927
7928Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7929
7930 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
7931 gcc2 behavior with promoted args.
7932
7933Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7934
7935 * gdb.texinfo: include readline appendices in info version of manual
7936
7937Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7938
7939 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
7940 target remote.
7941
7942 * gdb.texinfo (Machine Code): more index entries for disassemble
7943
7944Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
7945
7946 * Clarify the intended use of the gdb-testers and gdb-patches
7947 mailing lists, and shrink gzip comment.
7948
7949Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7950
7951 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
7952 DOSHOST configuration of manual.
7953
7954 * gdb.texinfo (MIPS Stack): new node.
7955
7956 * all-config.texi (MIPS) new switch.
7957
7958 * gdbinv-s.texi (Nindy Options) Remove two instances of future
7959 tense; (MIPS Remote) new node.
7960
7961 * gdb.texinfo (passim) rephrases to work around makeinfo @value
7962 bug; (Environment) less passive, other small cleanups in text about
7963 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
7964 (Remote) new MIPS Remote menu entry.
7965
7966Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
7967
7968 * stabs.texinfo: Many changes to include information from the
7969 AIX documentation.
7970
7971 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
7972
7973Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
7974
7975 * gdbint.texinfo (new node Debugging GDB, elsewhere):
7976 Move a bunch of information from ../README.
7977 (Getting Started): New node.
7978
7979Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7980
7981 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
7982
7983 * gdb.texinfo: advance manual revision dates to present
7984
7985 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
7986 stop using silly Roman numerals in @set variable names
7987
7988Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
7989
7990 * stabs.texinfo (Parameters): Keep trying to get this right.
7991
7992Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
7993
7994 * stabs.texinfo (Parameters): More on "local parameters".
7995
7996Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
7997
7998 * stabs.texinfo (Parameters): Re-do "local parameters" section.
7999
8000Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8001
8002 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8003 (Parameters): Rewrite.
8004 (xcoff-differences, Sun-differences): Minor changes.
8005
8006Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8007
8008 * stabs.texinfo: Minor cleanup.
8009
8010Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8011
8012 * gdbint.texinfo: Minor xcoff stuff.
8013
8014Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8015
8016 * gdbint.texinfo: Update for new config directory structure.
8017 Add info about internal type data structures.
8018
8019Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8020
8021 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8022 $(srcdir).
8023 (gdb-config.texi): Depend on file in $(srcdir).
8024
8025Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8026
8027 * stabs.texinfo: Fixes about N_SO.
8028
8029Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8030
8031 * gdb.texinfo: include list of nonstandard init file names
8032
8033 * *-config.texi: new switch GENERIC for text that applies *only*
8034 to (usual) multiple-target version of manual
8035
8036 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8037 h8 config
8038
8039 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8040 in menus (rather than conditionally selected multiple alternative
8041 menus).
8042
8043 * Makefile.in: define and use DOC_CONFIG var to select
8044 configuration for GDB user manual.
8045
8046 * gdb-config.texi: delete from repository, generate from Makefile.
8047
8048 * all-config.texi: normal `generic' configuration file, formerly
8049 stored as gdb-config.texi
8050
8051Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8052
8053 * Makefile.in: add dvi target to build all .dvi files
8054
8055Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8056
8057 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8058
8059Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8060
8061 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8062 host conditionals.
8063 * stabs.texinfo: More array fixes inspired by Jim's.
8064
8065Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8066
8067 * stabs.texinfo: Fixes re arrays and continuations.
8068
8069 * gdbint.texinfo: Add XCOFF node.
8070
8071Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8072
8073 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8074
8075Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8076
8077 * stabs.texinfo: Fix for array types to mention lower bounds.
8078
8079Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8080
8081 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8082
8083Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8084
8085 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8086
8087Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8088
8089 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8090 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8091
8092Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8093
8094 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8095
8096Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8097
8098 * gdb.texinfo, gdbinv-s.texi: misc updates
8099
8100Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8101
8102 * gdbint.texinfo: Brief documentation for longjmp support,
8103 from an email msg by Stu.
8104
8105Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8106
8107 * stabs.texinfo: Fix description of floating point "range"
8108 types (which really define basic types). Reported by Jim Meehan,
8109 <meehan@src.dec.com>.
8110
8111 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8112
8113Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8114
8115 * gdbint.texinfo: Slightly expand section on supporting a new
8116 object file format.
8117
8118Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8119
8120 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8121 intermediate file.
8122
8123Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8124
8125 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8126
8127Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8128
8129 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8130
8131 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8132 as well as Z8002.
8133
8134Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8135
8136 * gdbint.texinfo: Add sections on clean design and on how to send
8137 in changes.
8138
8139Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8140
8141 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8142
8143Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8144
8145 * gdb.texinfo: Fix typo, reported by Karl Berry.
8146
8147Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8148
8149 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8150
8151Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8152
8153 * gdbint.texinfo: fixed a stray email address (needs @@),
8154 added @table @code to node "Native Conditionals"
8155
8156Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8157
8158 * gdbint.texinfo: Describe coding style of GDB.
8159
8160Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8161
8162 * stabs.texinfo: Minor wording changes.
8163
8164Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8165
8166 * gdbint.texinfo: Improve release doc slightly.
8167
8168Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8169
8170 * gdbint.texinfo: Improve doc of GDB config macros.
8171
8172Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8173
8174 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8175 These will be reinserted when examined.
8176
8177Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8178
8179 * gdbint.texinfo: Make a start at documenting all the #if macros
8180 in GDB. At least list them all, and start separating them into
8181 host-specific and target-specific.
8182
8183Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8184
8185 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8186 examples (not consistent w others).
c906108c
SS
8187 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8188 for generic vn of doc
8189
8190Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8191
8192 * Makefile.in: always create installation directories.
8193
8194Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8195
8196 * gdb.texinfo: in h8 config, do not describe searching commands.
8197
8198Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8199
8200 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8201 conditionals; introduce a few generic switches that may be
8202 useful for other cross-dev or dos-hosted configs.
8203
8204 * gdb.texinfo: fix typo in "info reg" description
8205
8206Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8207
8208 * stabs.texinfo: Minor updates from running TeX over it.
8209 * Makefile.in (stabs.dvi, stabs.ps): Add.
8210
8211Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8212
8213 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8214 First pass at converting it to texinfo.
8215
8216Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8217
8218 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8219 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8220
8221Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8222
8223 * gdbint.texinfo: Add section on partial symbol tables.
8224
8225Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8226
8227 * gdb.texinfo: document `set remotedebug' and `set
8228 rstack_high_address'.
8229
8230Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8231
8232 * gdb.texinfo: slight expansion of new text on reading info files
8233 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8234 H8/300 from DOS.
8235
8236Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8237
8238 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8239
8240Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8241
8242 * gdb.texinfo: Say how to read the `info' files.
8243
8244Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8245
8246 * Makefile.in: gm4 -> m4.
8247
8248Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8249
8250 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8251 Documentation' ahead of `Installing GDB' to match README.
8252 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8253 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8254
8255Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8256
8257 * Makefile.in: remove $(srcdir) from gdb.info rule.
8258
8259Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8260
8261 * Makefile.in: commented out gdb-all.texinfo rule. This is
8262 temporary.
8263
8264Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8265
8266 * Makefile.in, configure.in: removed traces of namesubdir,
8267 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8268 copyrights to '92, changed some from Cygnus to FSF.
8269
8270Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8271
8272 * gdb.texinfo: Improve how we ask for bug reports.
8273
8274Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8275
8276 * Makefile.in: infodir belongs in datadir.
8277
8278Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8279
8280 * Makefile.in: remove spaces following hyphens, bsd make can't
8281 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8282 standards.text support.
c906108c
SS
8283
8284Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8285
8286 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8287 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8288 and mandir now keyed off datadir by default.
8289
8290\f
8291Local Variables:
9e9c5ae7 8292mode: change-log
c906108c
SS
8293left-margin: 8
8294fill-column: 74
8295version-control: never
8296End:
This page took 1.218939 seconds and 4 git commands to generate.