* read.c (read_a_source_file): Remove md_after_pass_hook.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
99c3dc11
PM
12011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2
3 PR python/12149
4
5 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
6
29703da4
PM
72011-03-17 Phil Muldoon <pmuldoon@redhat.com>
8
9 * gdb.texinfo (Blocks In Python): Add is_valid method description.
10 (Inferiors In Python): Likewise.
11 (Threads In Python): Likewise.
12 (Symbols In Python): Likewise.
13 (Objfiles In Python): Likewise.
14 (Symbol Tables In Python): Likewise.
15
c9174737
PA
162011-03-15 Pedro Alves <pedro@codesourcery.com>
17
18 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
19 display>: Explain that the commands accept number ranges.
20
7371cf6d
PM
212011-03-14 Phil Muldoon <pmuldoon@redhat.com>
22
23 * gdb.texinfo (Breakpoints In Python): Add description and example
24 of Python stop function operation.
25
ecec24e6
PM
262011-03-10 Phil Muldoon <pmuldoon@redhat.com>
27
28 * gdb.texinfo (Parameters In Python): Document get_set_string and
29 get_show_string methods.
30
6dcd5565
JK
312011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
32
33 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
34
81896e36
JK
35 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
36 circular-trace-buffer name.
37
5e30da2c
JB
382011-02-28 Joel Brobecker <brobecker@adacore.com>
39
40 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
41 in the previous change.
42
3bd0f5ef 432011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
44
45 * gdb.texinfo (Inferiors and Programs): Update commands to show
46 that they can accept multiple arguments.
47
4ec7539c
JB
482011-02-24 Joel Brobecker <brobecker@adacore.com>
49
50 Revert the following patch (code patch was not approved):
51 2011-02-21 Hui Zhu <teawater@gmail.com>
52 * agentexpr.texi (bytecode descriptions): add printf.
53 * gdb.texinfo (tracepoint action lists): add printf.
54
82809774
DE
552011-02-23 Doug Evans <dje@google.com>
56
57 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
58
e5a67952
MS
592011-02-23 Michael Snyder <msnyder@vmware.com>
60
61 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
62 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
63 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
64
6e6fbe60
DE
652011-02-22 Doug Evans <dje@google.com>
66
67 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
68 Clarify behaviour of lookup_symbol when `block' argument is omitted,
69 add description of result, fix @defun formatting.
70
f994e27a
HZ
712011-02-21 Hui Zhu <teawater@gmail.com>
72
73 * agentexpr.texi (Bytecode Descriptions): Add printf.
74 * gdb.texinfo (Tracepoint Action Lists): Add printf.
75
c7f96d2b
TT
762011-02-18 Tom Tromey <tromey@redhat.com>
77
78 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
79
60f98dde
MS
802011-02-14 Michael Snyder <msnyder@vmware.com>
81
82 * gdb.texinfo (threads): Document argument for "info threads" cmd.
83 Document new command "thread find".
84
08e796bc
MS
852011-02-14 Michael Snyder <msnyder@vmware.com>
86
87 * gdb.texinfo (Threads): Update example of new thread message.
88
b3b9301e
PA
892011-02-14 Pedro Alves <pedro@codesourcery.com>
90
91 * gdb.texinfo (Remote Configuration): Mention set/show remote
92 traceframe-info.
93 (Tools/Packages Optional for Building GDB): Mention that expat is
94 used for traceframe info.
95 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
96 (General Query Packets) <qSupported>: Describe the
97 qXfer:traceframe-info:read feature.
98 (qXfer::read): Describe qXfer:traceframe-info:read.
99 (Traceframe Info Format): New section.
100
cef35b0f
PA
1012011-02-04 Pedro Alves <pedro@codesourcery.com>
102
103 * gdbint.texinfo (Formatting): Mention some formatting guidelines
104 for casts and unary operators.
105
f1cbe1d3
TT
1062011-02-04 Tom Tromey <tromey@redhat.com>
107
108 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
109 is not useful.
110
585fdaa1
PA
1112011-01-25 Pedro Alves <pedro@codesourcery.com>
112
113 * gdb.texinfo: s/value optimized out/optimized out/g
114
7bfc9434
JB
1152011-01-21 Joel Brobecker <brobecker@adacore.com>
116
117 * gdb.texinfo (Other Misc Settings): Rework part of the
118 documentation of the "set interactive mode" command.
119
4694da01
TT
1202011-01-19 Tom Tromey <tromey@redhat.com>
121
122 * gdb.texinfo (Threads): Document thread name output and `thread
123 name' command.
124 (Threads In Python): Document Thread.name attribute.
125 (GDB/MI Thread Commands): Document thread attributes.
126
b716877b
AB
1272011-01-12 Andrew Burgess <aburgess@broadcom.com>
128
129 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
130 changes in mi/mi-cmd-disas.c
131
13fd8b81
TT
1322011-01-12 Tom Tromey <tromey@redhat.com>
133
134 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
135 Fix "thread apply" text.
136
e09342b5
TJB
1372011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
138 Thiago Jung Bauermann <bauerman@br.ibm.com>
139
140 Implement support for PowerPC BookE ranged watchpoints.
141 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
142 the "set powerpc exact-watchpoints" flag.
143
06e65f44
TT
1442011-01-07 Tom Tromey <tromey@redhat.com>
145
146 * gdb.texinfo (Python API): Add descriptions to @menu items.
147
d8e22779
TT
1482011-01-06 Tom Tromey <tromey@redhat.com>
149
150 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
151
a255712f
PP
1522010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
153
e09342b5 154 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 155
ccfc3d6e
TT
1562011-01-06 Tom Tromey <tromey@redhat.com>
157
158 PR python/12133:
159 * gdb.texinfo (Frames In Python): Document various frame
160 constants.
161
44944448
JB
1622011-01-05 Joel Brobecker <brobecker@adacore.com>
163
164 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
165 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
166 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
167
42ea3d7a
JK
1682011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
169
170 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
171 (clean): Add GDBvn.texi.
172
720d1a40
JB
1732010-12-29 Joel Brobecker <brobecker@adacore.com>
174
175 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
176 occasional case where the debugger prints an array address
177 instead of the array itself.
178
ad196637
PA
1792010-12-23 Pedro Alves <pedro@codesourcery.com>
180
181 * gdb.texinfo (Packets) <read registers packet>: Document support
182 for registers that were not collected.
183
a86caf66
DE
1842010-12-15 Doug Evans <dje@google.com>
185
186 * gdb.texinfo (Startup): Document auto-loading of scripts during
187 startup.
188 (Auto-loading): Delete "maint set python auto-load on|off".
189 Add "set auto-load-scripts on|off".
190
aae1c79a
DE
1912010-12-07 Doug Evans <dje@google.com>
192
193 * gdb.texinfo (Mode Options): Document -data-directory.
194 (Data Files): Add reference to -data-directory.
195
4e04c971
DE
1962010-11-29 Doug Evans <dje@google.com>
197
198 * gdb.texinfo (Pretty-Printer Introduction): Change
199 printer-name:subprinter-name to printer-name;subprinter-name.
200
94b6973e
PM
2012010-11-29 Phil Muldoon <pmuldoon@redhat.com>
202
203 PR python/12199
204
205 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
206
39037522
TT
2072010-11-23 Tom Tromey <tromey@redhat.com>
208
209 * gdb.texinfo (Top): Check SYSTEM_READLINE.
210 (Editing): Likewise.
211 (Command History): Likewise.
212 (TUI Keys): Likewise.
213 (Bug Reporting): Conditionally include rluser.texi and
214 inc-history.texinfo.
215 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
216 (GDB_DOC_SOURCE_INCLUDES): Add comment.
217 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
218 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
219 (gdb.pdf): Likewise.
220 (gdb.info): Likewise.
221 (gdb/index.html): Likewise.
222
5ae98d25
TT
2232010-11-23 Tom Tromey <tromey@redhat.com>
224
225 * Makefile.in (Makefile): Run ../config.status.
226 (distclean): Update.
227 * configure: Remove.
228 * configure.ac: Remove.
229
621c8364
TT
2302010-11-12 Tom Tromey <tromey@redhat.com>
231
232 * gdb.texinfo (Basic Python): Update. Add xref.
233 (Exception Handling): Document new exception classes.
234 (Types In Python): Update.
235 (Frames In Python): Update.
236
84f4c1fe
PM
2372010-11-11 Phil Muldoon <pmuldoon@redhat.com>
238
239 * gdb.texinfo (Breakpoints In Python): Document "internal"
240 parameter, and visible attribute.
241
99e7ae30
DE
2422010-11-05 Doug Evans <dje@google.com>
243
244 * gdb.texinfo (Source Path): Document "set directories".
245
f4b8a18d
KW
2462010-11-05 Ken Werner <ken.werner@de.ibm.com>
247
248 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
249 (OpenCL C): New node.
250
7b51bc51
DE
2512010-11-02 Doug Evans <dje@google.com>
252
253 * gdb.texinfo (Pretty Printing): Expand into three sections,
254 introduction, example, and commands.
255 (Python API): Delete section Disabling Pretty-Printers, merge into
256 Selecting Pretty-Printers.
257 (Writing a Pretty-Printer): New section. Move the pretty-printer
258 example here, and reformat to match python coding style. Add a second
259 example using the gdb.printing module.
260 (Python modules): Add gdb.printing.
261
9eeee977
DE
2622010-10-29 Doug Evans <dje@google.com>
263
264 * gdb.texinfo (Python): Fix long line.
265
a0e0ffdf
DE
2662010-10-20 Doug Evans <dje@google.com>
267
268 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
269 All references updated. Correct sections marked as subsections.
270 (Coding Standards): New chapter. Move the coding standard related
271 subsections here. Add section on Python coding standards.
272
0e3509db
DE
2732010-10-13 Doug Evans <dje@google.com>
274
275 * gdb.texinfo (Python): Add "Python modules".
276 (Types in Python): Add reference to gdb.types section.
277 (Python modules): New node.
278
44592cc4
DE
2792010-10-11 Doug Evans <dje@google.com>
280
281 * gdb.texinfo (Values From Inferior): Add reference to "Types in
282 Python" from gdb.Value.type description.
283
6e1bb179
JB
2842010-09-28 Joel Brobecker <brobecker@adacore.com>
285
286 * gdb.texinfo (Ravenscar Profile): New node.
287
e8467610
TT
2882010-09-22 Tom Tromey <tromey@redhat.com>
289
290 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
291
fccd1d1e
EZ
2922010-09-22 Eli Zaretskii <eliz@gnu.org>
293
294 * gdb.texinfo (Values From Inferior): Clarify that
295 value.dynamic_type works only in C++ programs with RTTI.
296
c1b6b909
TT
2972010-09-15 Paul Bolle <pebolle@tiscali.nl>
298
299 * gdb.texinfo (Character Sets): Correctly reference host-charset
300 in example.
301
7d288aaa
TT
3022010-09-13 Tom Tromey <tromey@redhat.com>
303
304 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
305 Document "fullname" and "from".
306
f75d858b
MK
3072010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
308
309 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
310 feature `reverse' output by -list-target-features.
311
83b9503b
L
3122010-08-31 H.J. Lu <hongjiu.lu@intel.com>
313
314 * gdb.texinfo (i386 Features): Remove an extra "@item".
315
03f17ccf
TT
3162010-08-30 Tom Tromey <tromey@redhat.com>
317
318 PR python/11792:
319 * gdb.texinfo (Values From Inferior): Document dynamic_type.
320
9779414d
DJ
3212010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
322
323 * gdb.texinfo (ARM Features): Document
324 org.gnu.gdb.arm.m-profile.
325
f9ffd4bb
TT
3262010-08-23 Tom Tromey <tromey@redhat.com>
327
328 PR python/11145:
329 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
330 reinterpret_cast methods.
331
702c2711
TT
3322010-08-23 Tom Tromey <tromey@redhat.com>
333
334 PR python/11915:
335 * gdb.texinfo (Types In Python): Document array method.
336
66b73624
TJB
3372010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
338
339 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
340
06a64a0b
TT
3412010-08-16 Tom Tromey <tromey@redhat.com>
342
343 * gdb.texinfo (Set Watchpoints): Document -location option.
344
a3a7127e
DE
3452010-08-13 Doug Evans <dje@google.com>
346
347 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
348
8dedea02
VP
3492010-08-13 Vladimir Prus <vladimir@codesourcery.com>
350
351 * gdb.texinfo (GDB/MI Data Manipulation): Document
352 -data-read-memory-raw and -data-write-memory-raw.
353
ca5c20b6 3542010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 355 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
356
357 * gdb.texinfo (Basic Python): Describe post_event API.
358
cb2e07a6
PM
3592010-08-11 Phil Muldoon <pmuldoon@redhat.com>
360
361 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 362 decode_line Python APIs
cb2e07a6 363
464b3efb
TT
3642010-08-10 Tom Tromey <tromey@redhat.com>
365
366 * gdb.texinfo (Pretty Printing API): Document
367 gdb.default_visualizer.
368
c29c521f
TT
3692010-08-10 Tom Tromey <tromey@redhat.com>
370
371 Revert gdb-add-index addition:
372 * gdb.texinfo (Index Files): Don't document gdb-add-index.
373
5da1313b
JK
3742010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
375 Eli Zaretskii <eliz@gnu.org>
376
377 * gdb.texinfo (Mode Options) <-batch>
378 (Basic Python) <gdb.execute>: Describe setting width and height.
379
02d868e8
PP
3802010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
381
382 * gdb.texinfo (Threads): Document 'debug libthread-db'.
383
c2bbed2a
TT
3842010-07-30 Tom Tromey <tromey@redhat.com>
385
386 * gdb.texinfo (Index Files): Mention gdb-add-index.
387
6c13bbe1
HZ
3882010-07-30 Hui Zhu <teawater@gmail.com>
389
390 * gdb.texinfo (Inferiors and Programs): Update the introduce of
391 "detach inferior" and "kill inferior".
392
53a71c06
CR
3932010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
394
395 * gdb.texinfo (Machine Code): Update description of two forms of
396 arguments, and add new example to demonstrate the new form.
397
5374244e
PM
3982010-07-27 Phil Muldoon <pmuldoon@redhat.com>
399
400 * gdb.texinfo (Values From Inferior): Add value inferior function
401 call description.
402
8ea5bce5
JK
4032010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
404
405 * gdb.texinfo (Active Targets): Fix wrong comma placement.
406
c0edd9ed
JK
4072010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
408 Eli Zaretskii <eliz@gnu.org>
409
410 Make core files the process_stratum.
411 * gdb.texinfo (Active Targets): Remove core_stratum. Include
412 record_stratum example.
413
9291a0cd
TT
4142010-07-13 Tom Tromey <tromey@redhat.com>
415
416 * gdb.texinfo (Index Files): New node.
417
f5011d11
TT
4182010-07-13 Tom Tromey <tromey@redhat.com>
419
420 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
421
0f5238ed
TT
4222010-07-13 Tom Tromey <tromey@redhat.com>
423
424 * gdb.texinfo (Specify Location): Document labels.
425
74c761c1
PA
4262010-07-01 Pedro Alves <pedro@codesourcery.com>
427
428 * gdb.texinfo (Create and Delete Tracepoints): Add more index
429 entries for fast tracepoints and static tracepoints.
430
501994c0
PA
4312010-07-01 Pedro Alves <pedro@codesourcery.com>
432
433 * gdb.texinfo (General Query Packets) <qfThreadInfo,
434 qsThreadInfo>: Spell out `l' as ell.
435
0fb4aa4b
PA
4362010-07-01 Pedro Alves <pedro@codesourcery.com>
437
438 * gdb.texinfo (Convenience Variables): Document $_sdata.
439 (Commands to Set Tracepoints): Describe static tracepoints. Add
440 `Listing Static Tracepoint Markers' menu entry. Document
441 "strace".
442 (Tracepoint Action Lists): Document collecting $_sdata.
443 (Listing Static Tracepoint Markers): New subsection.
444 (Tracepoints support in gdbserver): Mention static tracepoints.
445 (remote packets, enabling and disabling): Mention
446 read-sdata-object.
447 (General Query Packets) <qSupported>: Document qXfer:sdata:read
448 and StaticTracepoint.
449 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
450 Document qXfer:sdata:read.
451 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
452
dc3b15be
JB
4532010-06-29 Joel Brobecker <brobecker@adacore.com>
454
455 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
456
595939de
PM
4572010-06-28 Phil Muldoon <pmuldoon@redhat.com>
458 Tom Tromey <tromey@redhat.com>
459 Thiago Jung Bauermann <bauerman@br.ibm.com>
460
461 * gdb.texinfo (Inferiors In Python): New node.
462 * gdb.texinfo (Threads In Python): New node.
463
9279c692
JB
4642010-06-28 Joel Brobecker <brobecker@adacore.com>
465
466 * gdb.texinfo (Python): Document what the python directory is
467 and what its location is.
468 (Basic Python): Document the gdb.PYTHONDIR constant.
469
bc9f0842
TT
4702010-06-25 Tom Tromey <tromey@redhat.com>
471
472 PR python/10808:
473 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
474
f1421989
HZ
4752010-06-24 Hui Zhu <teawater@gmail.com>
476
477 * gdb.texinfo: (Commands for Controlled Output): Add
478 documentation for command "eval".
479
e4c0cfae
SS
4802010-06-21 Stan Shebs <stan@codesourcery.com>
481
482 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
483 * annotate.texinfo: Ditto.
484 * gdbint.texinfo: Ditto.
485 * stabs.texinfo: Ditto.
486
bb08c432
HZ
4872010-06-22 Hui Zhu <teawater@gmail.com>
488
489 * gdb.texinfo: (Process Record and Replay): Add documentation
490 for command "set record memory-query".
491
4f5d9f07
SS
4922010-06-21 Stan Shebs <stan@codesourcery.com>
493
494 * gdb.texinfo: Relicense under GFDL version 1.3.
495 * annotate.texinfo: Relicense under GFDL version 1.3.
496 * gdbint.texinfo: Relicense under GFDL version 1.3.
497 * stabs.texinfo: Relicense under GFDL version 1.3.
498 * fdl.texi: Update to version 1.3.
499
6aed2dbc
SS
5002010-06-18 Stan Shebs <stan@codesourcery.com>
501
a61408f8
SS
502 * gdb.texinfo (Operating System Auxiliary Information): Describe
503 "info os" when no arguments given.
504
6aed2dbc
SS
505 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
506 $_thread.
507
24e933df
HZ
5082010-06-18 Hui Zhu <teawater@gmail.com>
509
510 * gdb.texinfo: (Process Record and Replay): Add documentation
511 for commands "record save" and "record restore".
512
65d79d4b
SDJ
5132010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
514
515 * gdb.texinfo: Include information about the correct use
516 of addresses in the `watch' command.
517
d914c394
SS
5182010-06-11 Stan Shebs <stan@codesourcery.com>
519
520 * gdb.texinfo (Observer Mode): New section.
521 (General Query Packets): Document QAllow.
889bf7c5 522
967cf477
DE
5232010-06-04 Doug Evans <dje@google.com>
524
525 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
526
aaf4119b
DE
5272010-06-03 Doug Evans <dje@google.com>
528
529 * gdbint.texinfo (Coding): Add subsection on command names.
530
9eae7c52
TT
5312010-06-02 Tom Tromey <tromey@redhat.com>
532
533 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
534 always-disassemble.
535
fa593d66
PA
5362010-06-01 Pedro Alves <pedro@codesourcery.com>
537
538 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
539 gdbserver, and add cross reference.
540 (Tracepoints support in gdbserver): New subsection.
541
dde08ee1
PA
5422010-05-26 Pedro Alves <pedro@codesourcery.com>
543
544 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
545 `qRelocInsn' feature.
546 (Relocate instruction reply packet): New subsection
547 of `Tracepoint Packets'.
548 (Tracepoint Packets): Mention that packets QTDP and QTStart
549 support the qRelocInsn request, and add cross reference to new
550 subsection.
551
07ca107c
DE
5522010-05-25 Doug Evans <dje@google.com>
553
554 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
555 (Commands In Python): Document gdb.string_to_argv.
556
c25c4a8b
JK
5572010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
558
559 * gdbint.texinfo (Host Definition): Remove items NORETURN and
560 ATTR_NORETURN.
561
d7b32ed3 5622010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
563 Tom Tromey <tromey@redhat.com>
564 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 565
c25c4a8b 566 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 567
6aecb9c2
JB
5682010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
569
570 * gdb.texinfo: (Summary) Add mention about D language support.
571 (Filenames): Add D suffixes.
572 (D): New node.
573
b7da9e9f
PM
5742010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
575
576 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
577 of macro deleted from GDB code.
578
ab38a727
PA
5792010-04-24 Pedro Alves <pedro@codesourcery.com>
580
581 * gdb.texinfo (Commands to specify files): Describe what how GDB
582 looks up DOS-based filesystem paths on the system root. Document
583 the new `set/show target-file-system-kind' commands.
584
66d09542
DE
5852010-04-23 Doug Evans <dje@google.com>
586
587 * gdb.texinfo (Python): Move Auto-loading section here ...
588 (Python API): from here.
589 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
590 (Maintenance Commands): Add docs for "maint print section-scripts".
591
8bd10a10
CM
5922010-04-20 Chris Moller <cmoller@redhat.com>
593
594 * gdb.texinfo (Setting Breakpoints): Added description of
595 filename-qualified rbreak.
596 * refcard.tex (Breakpoints and Watchpoints): Added brief
597 description of filename-qualified rbreak.
598
4c374409
JK
5992010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
600
601 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
602 (Python API): Change the reference to Pretty Printing API.
603 (Pretty Printing): Move the user part under the Data node. Reformat
604 the sample output to 72 columns. Create a new reference to Pretty
605 Printing API. Rename the API part ...
606 (Pretty Printing API): To a new node name.
607 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
608 (GDB/MI Variable Objects): Change references to Pretty Printing API.
609
5a9351ae
SS
6102010-04-21 Stan Shebs <stan@codesourcery.com>
611
612 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 613 and commands.
5a9351ae 614 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 615
9a22f0d0
PM
6162010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
617
618 * gdb.texinfo (Examining memory): Update for change in string
619 display with explicit size.
620
6149aea9
PA
6212010-04-19 Pedro Alves <pedro@codesourcery.com>
622
623 PR breakpoints/8554.
624
625 * gdb.texinfo (Save Breakpoints): New node.
626 (save-tracepoints): Rename to ...
627 (save tracepoints): ... this. Mention that `save-tracepoints' is
628 a deprecated alias to `save tracepoints'.
629
711e434b
PM
6302010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
631
645797a8 632 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
633 (info w32 thread-information-block): Document new command.
634 (qGetTIBAddress): Document new gdbserver query.
635 (maint set/show show-all-tib): Document new command.
636
3f7b2faa
DE
6372010-04-15 Doug Evans <dje@google.com>
638
fa33c3cd
DE
639 * gdb.texinfo (Python API): Add progspaces section.
640 (Selecting Pretty-Printers): Progspace pretty-printers are
641 searched too.
642 (Progspaces In Python): New section.
643
3f7b2faa
DE
644 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
645
79f283fe
PM
6462010-04-14 Phil Muldoon <pmuldoon@redhat.com>
647
648 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
649 returns None.
650
87290684
SS
6512010-04-09 Stan Shebs <stan@codesourcery.com>
652
653 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
654 Describe the `frames-created' field, tweak grammar.
655
a97153c7
PA
6562010-04-09 Pedro Alves <pedro@codesourcery.com>
657
658 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
659 Describe the `circular' and `disconnected' fields.
660
5c5dcc1b
L
6612010-04-09 H.J. Lu <hongjiu.lu@intel.com>
662
663 * gdb.texinfo (maint print registers): Mention unavailable and
664 invisible registers.
665
adc36818
PM
6662010-04-09 Phil Muldoon <pmuldoon@redhat.com>
667 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 668 Tom Tromey <tromey@redhat.com>
adc36818
PM
669
670 * gdb.texinfo (Breakpoints In Python): New Node.
671
33da3f1c
SS
6722010-04-08 Stan Shebs <stan@codesourcery.com>
673
674 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
675 trace status fields.
676
3a13a53b
L
6772010-04-08 H.J. Lu <hongjiu.lu@intel.com>
678
679 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
680 optional. Make org.gnu.gdb.i386.avx requires
681 org.gnu.gdb.i386.avx.
682
08001717
DE
6832010-04-08 Doug Evans <dje@google.com>
684
685 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
686 search path, and document that gdb only scans the search path if
687 the script's path doesn't specify a directory.
688
c375651d
DE
6892010-04-05 Doug Evans <dje@google.com>
690
691 * gdb.texinfo (maint show python auto-load): Fix typo.
692
af54718e
SS
6932010-04-04 Stan Shebs <stan@codesourcery.com>
694
d77f58be
SS
695 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
696 (Setting Watchpoints): Update description of "info watch".
697 (Disabling Breakpoints): Only "info break" lists all.
698
af54718e
SS
699 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
700 (tdump): Explain how tdump works.
701
86b17b60
PA
7022010-04-01 Pedro Alves <pedro@codesourcery.com>
703
704 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
705 add cross reference.
706
ff12863f
PA
7072010-03-31 Pedro Alves <pedro@codesourcery.com>
708
709 * gdb.texinfo (TUI Commands): Mention that in some cases, these
710 commands error out.
711
f68eb612
L
7122010-03-30 H.J. Lu <hongjiu.lu@intel.com>
713
714 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
715
c8d5aac9
L
7162010-03-30 H.J. Lu <hongjiu.lu@intel.com>
717
718 * gdb.texinfo (General Query Packets): Add xmlRegisters.
719
7d13fe92
SS
7202010-03-29 Stan Shebs <stan@codesourcery.com>
721 Nathan Sidwell <nathan@codesourcery.com>
722
723 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
724 GDBN equivalent.
725 (Set Tracepoints): Remove mention that conditional tracepoints
726 don't exist.
727 (Tracepoint Actions): Clarify when while-stepping collection
728 happens, note that while-stepping does not automatically collect
729 $pc.
730
409873ef 7312010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 732
409873ef
SS
733 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
734 (General Query Packets): Describe TracepointSource.
735
ee8e71d4
EZ
7362010-03-27 Matt Rice <ratmice@gmail.com>
737
c8d5aac9
L
738 * gdb.texinfo (ARM): Document arguments to "target sim".
739 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 740
99b5e152
PA
7412010-03-26 Pedro Alves <pedro@codesourcery.com>
742
743 * gdb.texinfo (Tracepoint Packets): Remove mention that
744 terror:string may be plain text, and drop mention of X prefix.
745
cd64ee31
VP
7462010-03-26 Vladimir Prus <vladimir@codesourcery.com>
747
748 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
749
6c28cbf2
SS
7502010-03-24 Stan Shebs <stan@codesourcery.com>
751
752 * gdb.texinfo (Tracepoint Packets): Document trace error status.
753
95a42b64
TT
7542010-03-24 Tom Tromey <tromey@redhat.com>
755
756 PR breakpoints/9352:
757 * gdb.texinfo (Break Commands): Update.
758
18148017
VP
7592010-03-24 Vladimir Prus <vladimir@codesourcery.com>
760
761 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
762 commands.
763
4daf5ac0
SS
7642010-03-16 Stan Shebs <stan@codesourcery.com>
765
766 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
767 circular-trace-buffer.
768 (Tracepoint Packets): Describe QTBuffer, and details of the
769 qTStatus reply.
770
c9429232
SS
7712010-03-12 Stan Shebs <stan@codesourcery.com>
772 Nathan Sidwell <nathan@codesourcery.com>
773
774 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
775 doing instruction stepping.
776 (Tracepoint Restrictions): New node.
777
ccefe4c4
TT
7782010-03-10 Tom Tromey <tromey@redhat.com>
779
780 * gdbint.texinfo (Symbol Handling): Update.
781
7c953934
TT
7822010-03-08 Tom Tromey <tromey@redhat.com>
783
784 PR cli/9591:
785 * gdb.texinfo (Mode Options): Mention lack of pagination and
786 confirmation with --batch.
787 (Screen Size): Mention --batch.
788 (Messages/Warnings): Likewise.
789
f870a310
TT
7902010-03-05 Tom Tromey <tromey@redhat.com>
791
792 * gdb.texinfo (Basic Python): Document target_charset and
793 target_wide_charset.
794
78e2826b
TT
7952010-03-05 Tom Tromey <tromey@redhat.com>
796
797 * gdb.texinfo (Data): Link to pretty-printing.
798 (Output Formats): Likewise. Correct text.
799
f5dff777
DJ
8002010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
801
802 * gdb.texinfo (Types): Describe <struct> and <flags>.
803
dc00d89f
PM
8042010-02-28 Phil Muldoon <pmuldoon@redhat.com>
805
806 * gdb.texinfo (Frames In Python): Add block parameter and
807 description to read_var text.
808
5107b149 8092010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 810 Tom Tromey <tromey@redhat.com>
5107b149
PM
811
812 * gdb.texinfo (Types In Python): Describe block argument in
813 template_argument and gdb.lookup_type.
814
e03e5e7b
TT
8152010-02-24 Tom Tromey <tromey@redhat.com>
816
817 * gdb.texinfo (Cygwin Native): Fix typo.
818
f3e9a817
PM
8192010-02-24 Phil Muldoon <pmuldoon@redhat.com>
820
821 * gdb.texinfo (Frames In Python): Add block, find_sal, function
822 and select method descriptions.
823 (Python API): Add Blocks In Python, Symbols in Python and Symbol
824 Tables in Python to menu.
825 (Blocks In Python): New node.
826 (Symbols In Python): New node.
827 (Symbol Tables in Python): New node.
828
a79b8f6e
VP
8292010-02-24 Vladimir Prus <vladimir@codesourcery.com>
830
831 Multiexec MI
832
833 gdb/
834 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
835
836 gdb/doc/
837 * gdb.texinfo (GDB/MI Command Syntax): Document notification
838 changes.
839 (GDB/MI Program Execution): Document current behaviour of
840 --all and --thread-group.
841 (GDB/MI Miscellaneous Commands): Document -add-inferior and
842 -remove-inferior.
843 * observer.texi (inferior_added, inferior_removed): New
844 observers.
845
629d6a47
TT
8462010-02-19 Tom Tromey <tromey@redhat.com>
847
848 * gdbint.texinfo (Getting Started): Fix @node.
849 (Debugging GDB): Likewise.
850
c09529e5
JB
8512010-02-13 Joel Brobecker <brobecker@adacore.com>
852
853 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
854 documenting the gdb_test_timeout variable.
855
540aa8e7
MS
8562010-02-12 Jakob Engblom <jakob@virtutech.com>
857
858 * gdb.texinfo (MI commands): Added documentation of --reverse
859 option to a set of MI commands. Restructured documentation of MI
860 commands --exec-continue to reflect the complexity of reverse
861 execution.
862
081dfbf7
PA
8632010-02-12 Pedro Alves <pedro@codesourcery.com>
864
865 * gdb.texinfo (Using the Collected Data): Specify that the address
866 range of `tfind outsize' is exclusive, and that the address range
867 of `tfind range' is inclusive.
868 (Tracepoint Packets): Specify that the address range of
869 `QTFrame:range' is inclusive, and that the address range of
870 `QTFrame:outside' is exclusive
871
8e9c5e02
VP
8722010-02-12 Vladimir Prus <vladimir@codesourcery.com>
873
874 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
875
92981e24
TT
8762010-02-10 Tom Tromey <tromey@redhat.com>
877
878 * gdb.texinfo (Debugging Output): Document set debug parser and
879 show debug parser.
880
075b51b7
L
8812010-02-09 H.J. Lu <hongjiu.lu@intel.com>
882
883 * gdb.texinfo (Predefined Target Types): Add i387_ext,
884 i386_eflags and i386_mxcsr.
885
3bb8d5c3
L
8862010-02-08 H.J. Lu <hongjiu.lu@intel.com>
887
888 * gdb.texinfo: Document i386 target features.
889
c5f80513
DE
8902010-02-05 Doug Evans <dje@google.com>
891
892 * gdbint.texinfo (Testsuite): Add a new section to document the
893 various DejaGnu variables that may be overridden.
1be00882 894 Document INTERNAL_GDBFLAGS.
c5f80513 895
6ac33a4e
TT
8962010-02-04 Tom Tromey <tromey@redhat.com>
897
898 PR cli/8830:
899 * gdb.texinfo (Files): -readnow comes before the filename for file
900 and symbol-file.
901
a1dcb23a
DJ
9022010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
903
904 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
905 Document ARM breakpoint types.
906 (Register Packet Format): Move into the new section.
907 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
908
95433b34
JB
9092010-01-21 Joel Brobecker <brobecker@adacore.com>
910
911 * gdb.texinfo (File Options): Adjust the documentation of this
912 switch to refer to the "source" command rather than partially
913 duplicating some of the relevant information.
914 (Extending GDB): Introduce and document the set/show script-extension
915 setting.
916 (Command Files): Add note explaining that the "source" command
917 is also used to evalute scripts written in other languages.
918 Remove the short slightly incorrect reference to sourcing Python
919 scripts.
920 (Python Commands): Document how to execute a Python script from GDB.
921
8d576872
JB
9222010-01-19 Joel Brobecker <brobecker@adacore.com>
923
924 * gdb.texinfo (Command Files): Fix typo.
925
8150ff9c
JB
9262010-01-18 Tom Tromey <tromey@redhat.com>
927
928 * gdb.texinfo (File Options): Document -x on .py files.
929 (Command Files): Document handling of Python scripts.
930
23db03a6
JZ
9312010-01-18 Jie Zhang <jie.zhang@analog.com>
932
933 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
934
00bf0b85
SS
9352010-01-15 Stan Shebs <stan@codesourcery.com>
936
937 * gdb.texinfo (Trace Files): New section.
938 (Tracepoint Packets): Document QTSave and qTBuffer.
939 (Trace File Format): New appendix.
940
be759fcf
PM
9412010-01-13 Phil Muldoon <pmuldoon@redhat.com>
942
943 * gdb.texinfo (Values From Inferior): Document lazy_string value
944 method.
945 (Python API): Add Lazy strings menu item.
946 (Lazy Strings In Python): New node.
947
dc146f7c
VP
9482010-01-13 Vladimir Prus <vladimir@codesourcery.com>
949
950 * gdb.texinfo (GDB/MI Thread Information): New.
951 (GDB/MI Async Records): Document the core field in *stopped.
952 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
953 documentation
954 (Process list): Document that osdata document may contain
955 threads.
956 (Remote Serial Protocol): Document qXfer:threads.
957
d5551862
SS
9582010-01-06 Stan Shebs <stan@codesourcery.com>
959
960 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
961 disconnected tracing.
962 (Tracepoint Packets): Document new protocol.
963
7a697b8d
SS
9642010-01-05 Stan Shebs <stan@codesourcery.com>
965
966 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
967 tracepoints.
968 (Tracepoint Packets): Describe remote protocol for fast
969 tracepoints.
970
e6f3ec50
JB
9712010-01-01 Joel Brobecker <brobecker@adacore.com>
972
973 Update the "Start of New Year Procedure".
974 * gdbint.texinfo: Add the list of files that need to be updated
975 manually. Minor reformatting.
976
ddc4e9c1
JB
9772010-01-01 Joel Brobecker <brobecker@adacore.com>
978
979 * refcard.tex: Update copyright year in header and text.
980
9d2897ad
JB
9812010-01-01 Joel Brobecker <brobecker@adacore.com>
982
983 * agentexpr.texi: Add 2010 to the list of copyright years.
984 * annotate.texinfo: Likewise.
985 * gdb.texinfo: Likewise.
986 * gdbint.texinfo: Likewise.
987 * observer.texi: Likewise.
988 * stabs.texinfo: Likewise.
989
6da95a67
SS
9902009-12-31 Stan Shebs <stan@codesourcery.com>
991
992 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 993
236f1d4d
SS
9942009-12-29 Stan Shebs <stan@codesourcery.com>
995
996 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 997
f61e138d
SS
9982009-12-28 Stan Shebs <stan@codesourcery.com>
999
1000 * gdb.texinfo (Trace State Variables): New section.
1001 (Tracepoint Packets): Describe trace state variable packets.
1002 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1003 variable bytecodes.
1004
0fe7935b
DJ
10052009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1006
1007 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1008 declarations.
1009
a6b29f87
VP
10102009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1011
1012 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1013 -gdb-exit behaviour.
1014
5e4bde96
JB
10152009-12-20 Joel Brobecker <brobecker@adacore.com>
1016
1017 * gpl.texi: Update to version 3 of the GPL.
1018
a1715244
JB
10192009-12-20 Joel Brobecker <brobecker@adacore.com>
1020
1021 * Makefile.in: Update copyright header.
1022 * observer.texi: Fix the copyright header of the generated files.
1023
361ae042
PM
10242009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1025
1026 * gdb.texinfo (Types In Python): Describe range function.
1027
bfd31e71
PM
10282009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1029
1030 * gdb.texinfo (Types In Python): Describe "is_base_class".
1031
57a1d736
TT
10322009-12-03 Tom Tromey <tromey@redhat.com>
1033
1034 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1035
8cebebb9
PP
10362009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1037
1038 * observer.texi: New memory_changed observer.
1039
16af530a
TT
10402009-12-01 Tom Tromey <tromey@redhat.com>
1041
1042 * gdb.texinfo (Reverse Execution): Fix typo.
1043
b6199126
DJ
10442009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1045
1046 PR gdb/8704
1047
1048 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1049 are allowed after the breakpoint condition.
1050
7a6973ad
TT
10512009-11-23 Tom Tromey <tromey@redhat.com>
1052
1053 PR python/10782:
1054 * gdb.texinfo (Types In Python): Document Type.pointer.
1055
21a0512e
PP
10562009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1057
1058 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1059
a5832c8f
PA
10602009-11-11 Pedro Alves <pedro@codesourcery.com>
1061
1062 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1063 (Using Agent Expressions): Delete cross reference.
1064
1eb7cd77
JB
10652009-11-07 Joel Brobecker <brobecker@adacore.com>
1066
1067 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1068 and @settitle directives up to help makeinfo find them.
1069
24ddea62
JK
10702009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1071
1072 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1073 (Auto-loading): Use plural and note one can use multiple components now.
1074
3afae151
VP
10752009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1076
1077 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1078 -stack-list-arguments have the same documentation for parameter
1079 as -stack-list-locals. Add comas.
1080
14ff2235
PM
10812009-10-27 Tom Tromey <tromey@redhat.com>
1082 Eli Zaretskii <eliz@gnu.org>
1083
c8d5aac9 1084 PR python/10781
14ff2235
PM
1085
1086 * gdb.texinfo (Values From Inferior): Document cast method.
1087
9c419145
PP
10882009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1089
1090 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1091 and adjust example.
889bf7c5 1092
29153c24
MS
10932009-10-22 Michael Snyder <msnyder@vmware.com>
1094
1095 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1096 info record command. Also document the new save and restore
29153c24
MS
1097 commands.
1098
2b28d209
PP
10992009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1100
1101 * gdb.texinfo (Machine Code): Mention current pc marker.
1102 (Memory): Likewise.
1103
6c95b8df
PA
11042009-10-19 Pedro Alves <pedro@codesourcery.com>
1105 Stan Shebs <stan@codesourcery.com>
1106
1107 * observer.texi (new_inferior): Rename to...
1108 (inferior_appeared): ... this.
1109
1110 * gdb.texinfo (Inferiors): Rename node to ...
1111 (Inferiors and Programs): ... this. Mention running multiple
1112 programs in the same debug session.
1113 <info inferiors>: Mention the new 'Executable' column if "info
1114 inferiors". Update examples. Document the "add-inferior",
1115 "clone-inferior", "remove-inferior" and "maint info
1116 program-spaces" commands.
1117 (Process): Rename node to...
1118 (Forks): ... this. Document "set|show follow-exec-mode".
1119
2f8132f3
MS
11202009-10-11 Michael Snyder <msnyder@vmware.com>
1121
1122 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1123 (ReverseContinue): Ditto.
1124
cba4b2d3
PP
11252009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1126
1127 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1128
da082f17
JK
11292009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1130
1131 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1132
08be9d71
ME
11332009-10-06 Michael Eager <eager@eagercon.com>
1134
1135 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1136 (Embedded Processors): Add MicroBlaze.
1137 (MicroBlaze): New. Describe Xilinx MicroBlaze
1138
08a0efd0
PA
11392009-10-04 Pedro Alves <pedro@codesourcery.com>
1140
1141 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1142
cbb8f428
EZ
11432009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1144
1145 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1146
30a4a70c
JB
11472009-09-23 Joel Brobecker <brobecker@adacore.com>
1148
1149 * observer.texi (solib_unloaded): Document explicitly the fact that
1150 this observer is called before the associated symbols are unloaded.
1151
b3372f91
VP
11522009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1153
1154 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1155 -stack-list-variables.
1156
f43030c4
TT
11572009-09-18 Tom Tromey <tromey@redhat.com>
1158
1159 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1160 is experimental.
1161
ec7e75e7
PP
11622009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1163
1164 * gdb.texinfo (convenince variables): Mention
1165 $_siginfo could be empty.
f43030c4 1166
0cc7d26f
TT
11672009-09-15 Tom Tromey <tromey@redhat.com>
1168
1169 * gdb.texinfo (GDB/MI Variable Objects): Document
1170 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1171 Expand -var-update documentation.
1172
a96d9b2e
SDJ
11732009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1174
1175 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1176 feature.
1177
005ca36a
JB
11782009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1179
1180 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1181
0d772ac9
MS
11822009-09-10 Michael Snyder <msnyder@vmware.com>
1183
1184 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1185 ReverseStep replies to the qSupported query.
1186
14fb1bac
JB
11872009-09-10 Joel Brobecker <brobecker@adacore.com>
1188
1189 Add documentation for set/show interactive-mode.
1190 * gdb.texinfo (Other Misc Settings): New node.
1191
29b090c0
DE
11922009-09-01 Doug Evans <dje@google.com>
1193
1194 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1195 non-stop mode's affect on remote caching.
1196
4e5d721f
DE
11972009-08-31 Jacob Potter <jdpotter@google.com>
1198 Doug Evans <dje@google.com>
1199
1200 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1201 Mark `set/show remotecache' options as obsolete.
1202 Document new `set/show stack-cache' option.
1203 Update text for `info dcache'.
1204
55333a84
DE
12052009-08-27 Doug Evans <dje@google.com>
1206
1207 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1208 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1209
bc3a0b4d
RW
12102009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1211
1212 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1213 about autoconf.
1214
3a1ff0b6
PA
12152009-08-25 Pedro Alves <pedro@codesourcery.com>
1216
1217 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1218 small example, and describe its columns. Replace "inferior-id" by
1219 "infno" throughout.
1220
81ecdfbb
RW
12212009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1222
af542c2e
RW
1223 * gdbint.texinfo (Releasing GDB): Point to
1224 README-maintainer-mode file for required autoconf version.
1225 * configure.ac: Do not substitute datarootdir, htmldir,
1226 pdfdir, docdir. Do not process --with-datarootdir,
1227 --with-htmldir, --with-pdfdir, --with-docdir.
1228 * configure: Regenerate.
1229
81ecdfbb
RW
1230 * configure: Regenerate.
1231
4efc6507
DE
12322009-08-20 Reid Kleckner <reid@kleckner.net>
1233
1234 * gdb.texinfo: Add chapter on JIT interface.
1235
43089a6e
NR
12362009-08-07 Nick Roberts <nickrob@snap.net.nz>
1237
1238 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 1239 confirmation request.
43089a6e 1240
99e008fe
EZ
12412009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1242
c8d5aac9
L
1243 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1244 CRC definitions.
99e008fe 1245
48cb2d85
VP
12462009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1247
1248 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 1249 -break-commands.
48cb2d85 1250
ff1a52c6
UW
12512009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1252
1253 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1254 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1255
3285f3fe
UW
12562009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1257
1258 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1259 "set spu stop-on-load" and "show spu stop-on-load" commands.
1260
e35359c5
UW
12612009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1262
1263 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1264
58d6951d
DJ
12652009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1266
1267 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1268 org.gnu.gdb.arm.neon.
1269
08d16641
PA
12702009-07-20 Pedro Alves <pedro@codesourcery.com>
1271
1272 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1273 optional element.
1274 (subsection OS ABI): New subsection.
1275
782b2b07
SS
12762009-07-14 Stan Shebs <stan@codesourcery.com>
1277
1278 * gdb.texinfo (Tracepoint Conditions): New section.
1279 (General Query Packets): Describe ConditionalTracepoints.
1280 (Tracepoint Packets): Describe condition field.
1281 (Maintenance Commands): Describe maint agent-eval.
1282 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1283
9b117ef3
HZ
12842009-07-11 Hui Zhu <teawater@gmail.com>
1285
1286 * gdb.texinfo (disassemble): Add a new modifier /r
1287 to "disassemble" command to make it print the raw instructions
1288 in hex as well as in symbolic form.
1289
f5a33284
TT
12902009-07-09 Tom Tromey <tromey@redhat.com>
1291
1292 * gdbint.texinfo (Testsuite): Document parallel make check.
1293
812f7342
TT
12942009-07-09 Tom Tromey <tromey@redhat.com>
1295
1296 * gdbint.texinfo (Testsuite): Document test transcripts.
1297
fbb8f299
PM
12982009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1299
1300 * gdb.texinfo (Values From Inferior): Add length parameter
1301 description.
1302
dd8f35ac
EZ
13032009-07-04 Chris Genly <chris@genly.us>
1304
1305 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1306 in -var-list-children. Fix example according to what the code
1307 does.
1308
2277426b
PA
13092009-07-02 Pedro Alves <pedro@codesourcery.com>
1310
1311 * gdb.texinfo (Debugging multiple inferiors): Document the
1312 "inferior", "detach inferior" and "kill inferior" commands.
1313 (Debugging Programs with Multiple Processes): Adjust to mention
1314 generic "inferior" commands. Delete mention of "detach fork" and
1315 "delete fork". Cross reference to "Debugging multiple inferiors"
1316 section.
1317
a6d9a66e
UW
13182009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1319
5af949e3
UW
1320 * gdbint.texinfo (Item Output Functions): Update signature
1321 for ui_out_field_core_addr.
1322
13232009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1324
1325 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
1326 Update example code extrated from breakpoint.c.
1327
9901a55b 13282009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 1329
9901a55b
PP
1330 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1331 MI commands.
1332 (GDB/MI Symbol Query): Likewise.
1333 (GDB/MI File Commands): Likewise.
1334 (GDB/MI File Transfer Commands): Likewise.
1335 (GDB/MI Target Manipulation): Likewise.
1336 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 1337
edb3359d
DJ
13382009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1339
1340 * gdb.texinfo (Debugging Optimized Code): New chapter.
1341 (Compiling for Debugging): Reference it. Move some
1342 text to the new section.
1343
7cd1089b
PM
13442009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1345
1346 * doc/gdb.texinfo (Calling): Document
1347 set-unwind-on-terminating-exception usage.
1348
d4db2f36
PA
13492009-06-11 Pedro Alves <pedro@codesourcery.com>
1350
1351 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1352 command.
1353
d1a7880c
PA
13542009-06-07 Pedro Alves <pedro@codesourcery.com>
1355
1356 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1357 references.
1358
473f94e6
UW
13592009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
1360
1361 * gdbint.texinfo: Rename formal parameters to gdbarch function
1362 protoypes from "current_gdbarch" to "gdbarch".
1363
8f500870
TT
13642009-05-28 Tom Tromey <tromey@redhat.com>
1365
1366 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1367
b6313243
TT
13682009-05-27 Tom Tromey <tromey@redhat.com>
1369
1370 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1371 feature.
1372 (GDB/MI Variable Objects): Document -var-set-visualizer.
1373
13742009-04-02 Tom Tromey <tromey@redhat.com>
1375
1376 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1377 feature.
1378 (GDB/MI Variable Objects): Document -var-set-visualizer.
1379
a6bac58e
TT
13802009-05-27 Tom Tromey <tromey@redhat.com>
1381 Thiago Jung Bauermann <bauerman@br.ibm.com>
1382 Phil Muldoon <pmuldoon@redhat.com>
1383
1384 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1385 (Pretty Printing): New node.
1386 (Selecting Pretty-Printers): Likewise.
1387 (Python API): Update.
1388 (Output Formats): Document /r format.
1389
2c74e833
TT
13902009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1391 Tom Tromey <tromey@redhat.com>
1392
1393 * gdb.texinfo (Types In Python): New node.
1394 (Values From Inferior): "type" is now an attribute.
1395 (Python API): Update.
1396
89c73ade
TT
13972009-05-27 Tom Tromey <tromey@redhat.com>
1398 Thiago Jung Bauermann <bauerman@br.ibm.com>
1399 Phil Muldoon <pmuldoon@redhat.com>
1400
1401 * gdb.texinfo: Add @syncodeindex for `tp'.
1402 (Python API): Update.
1403 (Auto-loading): New node.
1404 (Objfiles In Python): New node.
1405
17a37d48
PP
14062009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1407
1408 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 1409
6718376f
NR
14102009-05-15 Nick Roberts <nickrob@snap.net.nz>
1411
1412 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1413
cbe54154
PA
14142009-05-12 Pedro Alves <pedro@codesourcery.com>
1415
1416 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1417 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1418 show show-debug-regs' docs.
1419
8e05493c
EZ
14202009-05-08 Eli Zaretskii <eliz@gnu.org>
1421
1422 * gdb.texinfo (Process Record and Replay): Add description of
1423 reverse execution.
1424
b39f4988
JB
14252009-05-07 Joel Brobecker <brobecker@adacore.com>
1426
1427 * gdbint.texinfo (Adding support for debugging core files): New node.
1428 (Native Debugging): Remove the ``Native core file Support'' section.
1429
a2311334
EZ
14302009-05-01 Eli Zaretskii <eliz@gnu.org>
1431
1432 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1433 Add index entries.
1434
53cc454a 14352009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 1436 Michael Snyder <msnyder@vmware.com>
53cc454a 1437
a2311334
EZ
1438 * gdb.texinfo: (Process Record and Replay): Add documentation for
1439 process record and replay.
53cc454a 1440
484086b7
JK
14412009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1442
1443 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1444 a new part on command-line defined macros.
1445
32ae1842
EZ
14462009-04-25 Eli Zaretskii <eliz@gnu.org>
1447
1448 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1449 clarify the wording.
1450
b14b1491
TT
14512009-04-23 Tom Tromey <tromey@redhat.com>
1452
1453 * gdb.texinfo (Data Files): New node.
1454 (GDB Files): Update menu.
1455
5c1e86e1
JB
14562009-04-23 Joel Brobecker <brobecker@adacore.com>
1457
1458 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 1459 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 1460
83eba9b7
VP
14612009-04-22 Vladimir Prus <vladimir@codesourcery.com>
1462
1463 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1464
e31198c4
HZ
14652009-04-22 Hui Zhu <teawater@gmail.com>
1466
1467 * gdb.texinfo (disassemble-next-line): Set the default of
1468 disassemble-next-line to off.
1469
26e251b6
JM
14702009-04-21 Joseph Myers <joseph@codesourcery.com>
1471
1472 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1473 --with-htmldir): New.
1474 * configure: Regenerate.
1475 * Makefile.in (datarootdir, docdir): Define.
1476 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1477 instead of $(SET_TEXINPUTS).
1478 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1479 gdbint.info instead of $(SET_TEXINPUTS).
1480 (gdbint/index.html): Use same -I options as for building
1481 gdbint.info.
1482 (stabs.dvi, stabs.pdf): Use same -I options as for building
1483 stabs.info instead of $(SET_TEXINPUTS).
1484 (stabs/index.html): Use same -I options as for building
1485 stabs.info.
1486 (annotate.dvi, annotate.pdf): Use same -I options as for building
1487 annotate.info instead of $(SET_TEXINPUTS).
1488 (annotate/index.html): Use same -I options as for building
1489 annotate.info.
1490
eac35c4e
DD
14912009-04-21 David Daney <ddaney@caviumnetworks.com>
1492
1493 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
1494
29b0e8a2
JM
14952009-04-21 Joseph Myers <joseph@codesourcery.com>
1496
1497 * gdb.texinfo (Source Path): Document --with-relocated-sources.
1498
2b831889 14992009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 1500 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
1501
1502 * Makefile.in (MAKEHTML): Set to makeinfo --html.
1503 (MAKEHTMLFLAGS): Set to empty.
1504 (html__strip_dir): Define.
1505 (HTMLFILES): Define.
1506 (HTMLFILES_INSTALL): Define.
1507 (install-html): Copy new automake rule.
1508 (html): Depend on $(HTMLFILES).
1509 (gdb_toc.html): Rename to gdb/index.html.
1510 (gdbint_toc.html): Rename to gdbint/index.html.
1511 (stabs_toc.html): Rename to stabs/index.html.
1512 (annotate_toc.html): Rename to annotate/index.html.
1513
89a34d1b
JM
15142009-04-17 Carlos O'Donell <carlos@codesourcery.com>
1515
1516 * Makefile.in: Set pdfdir and htmldir from configure
1517 substitutions.
1518 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
1519 * configure: Regenerate.
1520
a2d5da46
JB
15212009-04-16 Joel Brobecker <brobecker@adacore.com>
1522
1523 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
1524 This macro is no longer used.
1525
732f6a93
TT
15262009-04-15 Tom Tromey <tromey@redhat.com>
1527
1528 * gdb.texinfo (Character Sets): Document default character set.
1529
87f9adc1
PM
15302009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
1531
1532 * gdbint.texinfo: Change server name from sources.redhat.com to
1533 sourceware.org throughout.
1534
2c88c651
JB
15352009-04-09 Joel Brobecker <brobecker@adacore.com>
1536
1537 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
1538 about a missing dot or coma after @xref.
1539
4f5376b2
JB
15402009-04-02 Joel Brobecker <brobecker@adacore.com>
1541
1542 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
1543 example, and add a small explanation about it.
1544 (Print Settings): Change the documentation of the "set print
1545 frame-arguments" to reflect the fact that the default is now "scalars".
1546
a0381d3a
JB
15472009-04-02 Joel Brobecker <brobecker@adacore.com>
1548
1549 * gdb.texinfo (Print Settings): Add kindex for command "set
1550 print frame-arguments".
1551
45ac276d
JB
15522009-03-31 Joel Brobecker <brobecker@adacore.com>
1553
1554 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
1555 breakpoints.
1556 (Set Breaks): Add reference to thread-specific and task-specific
1557 breakpoints.
1558
32cd1edc
JB
15592009-03-31 Joel Brobecker <brobecker@adacore.com>
1560
1561 * gdb.texinfo (Ada Tasks): Remove the documentation about
1562 the "Running" state, as this state has been eliminated.
1563 Now all runnable tasks are shown as "Runnable".
1564
1042e4c0
SS
15652009-03-30 Stan Shebs <stan@codesourcery.com>
1566
1567 * gdb.texinfo (Tracepoints): Describe tracepoints as a
1568 special case of breakpoints.
1569 (Enable and Disable Tracepoints): Mention deprecation.
1570 (Listing Tracepoints): Update description and example.
1571
f8f6f20b
TJB
15722009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1573
1574 * gdb.texinfo (Frames in Python): New node.
1575 (Python API): Update.
1576
c0c6f777
TJB
15772009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1578
1579 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
1580 from a method to an attribute.
1581
def2b000
TJB
15822009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1583
1584 * gdb.texinfo (Values From Inferior): Document is_optimized_out
1585 attribute.
1586
a07daef3
PA
15872009-03-25 Pedro Alves <pedro@codesourcery.com>
1588
1589 * observer.texi (thread_exit): Add "silent" parameter.
1590
f3b1572e
PA
15912009-03-22 Pedro Alves <pedro@codesourcery.com>
1592
1593 * observer.texi (about_to_proceed): New.
1594
587afa38
EZ
15952009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
1596
1597 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
1598 field throughout to handle types with spaces in them. Fix typos
1599 found by aspell.
1600 (Summary, Requirements, Contributors): New first chapter,
1601 "Summary" added, old Requirements section moved there, and new
1602 section, "Contributors" added.
1603 (Initializing a New Architecture, Register Representation)
1604 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
1605 (Porting gdb): These sections extended and updated.
1606 (Compiler Characteristics): This section (empty) deleted.
1607 (Defining Other Architecture Features): This section renamed and
1608 duplicate material removed from (formerly "Target Conditionals").
1609 Use braces {} in @deftypeXX type field throughout to handle types
1610 with spaces in them. Typos found by aspell fixed.
1611
1612 * stack_frame.svg: New file, source of image for gdbint.texinfo.
1613 * stack_frame.pdf: Version of image for PDF output.
1614 * stack_frame.png: Version of image for HTML output and for Emacs.
1615 * stack_frame.txt: Version of image for Info output.
1db61298 1616 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 1617
10af6951
EZ
16182009-03-21 Eli Zaretskii <eliz@gnu.org>
1619
1620 * gdb.texinfo (Character Sets): Fix last change.
1621
cc924cad
TJB
16222009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
1623
1624 * gdb.texinfo (Values From Inferior): Fix optional arguments
1625 markup.
1626 (Commands In Python): Adjust argument names of gdb.Command.__init__
1627 to what the function accepts as keywords.
1628
bc3b79fd
TJB
16292008-03-20 Tom Tromey <tromey@redhat.com>
1630
1631 * gdb.texinfo (Convenience Vars): Document convenience functions.
1632 (Functions In Python): New node.
1633 (Python API): Update.
1634
6c7a06a3
TT
16352009-03-20 Tom Tromey <tromey@redhat.com>
1636
1637 * gdb.texinfo (Character Sets): Remove obsolete text. Document
1638 set target-wide-charset.
1639 (Requirements): Mention iconv.
1640
b646ddd4
HZ
16412009-03-17 Hui Zhu <teawater@gmail.com>
1642
1643 * gdb.texinfo: Change the introduce of "disassemble-next-line".
1644
91440f57
HZ
16452009-03-17 Hui Zhu <teawater@gmail.com>
1646
1647 * gdb.texinfo: Add documentation for disassemble-next-line.
1648
8fd41227
TJB
16492009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
1650
1651 * gdb.texinfo (Commands In Python): Remove tindex entries.
1652
61ff14c6
JK
16532009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1654
1655 * gdb.texinfo (Returning): New description for missing debug info.
1656
0b16c5cf
PA
16572009-03-14 Pedro Alves <pedro@codesourcery.com>
1658
1659 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 1660 (General Query Packets): Document qAttached.
0b16c5cf 1661
32fc0df9
PA
16622009-03-05 Pedro Alves <pedro@codesourcery.com>
1663
1664 * gdb.texinfo (Background Execution): Better describe the set
1665 target-async command.
1666 (Maintenance Commands): Delete description of the `maint set/show
1667 linux-async' and `maint set/show remote-async' commands.
1668
134eb42c
VP
16692009-02-18 Vladimir Prus <vladimir@codesourcery.com>
1670
1671 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
1672 between sentences.
1673
c86cf029
VP
16742009-02-18 Vladimir Prus <vladimir@codesourcery.com>
1675
1676 * gdb.texinfo (GDB/MI Async Records): Document the
1677 =library-loaded and =library-unloaded notifications.
1678
3ea85240
VP
16792009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1680
1681 * observer.texi (test_notification): New observer.
1682
1d33d6ba
VP
16832009-02-14 Vladimir Prus <vladimir@codesourcery.com>
1684
61ff14c6
JK
1685 * observer.texi: Add parameter 'print_frame' to normal_stop
1686 observer.
1d33d6ba 1687
d721c933
EZ
16882009-02-07 Eli Zaretskii <eliz@gnu.org>
1689
1690 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
1691 (Commands In Python): Fix COMMAND_* constants in last change. Use
1692 @kbd for interactive input. Add cross-references and index
1693 entries.
1694
4aa995e1
PA
16952009-02-06 Pedro Alves <pedro@codesourcery.com>
1696
1697 * gdb.texinfo (Signals): Document $_siginfo.
1698 (Convenience Variables): Mention $_siginfo.
1699 (Remote Configuration): Document qXfer:siginfo:read,
1700 qXfer:siginfo:write packets, and the read-siginfo-object,
1701 write-siginfo-object commands.
1702
5f5233d4
PA
17032009-02-06 Pedro Alves <pedro@codesourcery.com>
1704
1705 * gdbint.texinfo (Values): New chapter.
1706
d8906c6f
TJB
17072009-02-06 Tom Tromey <tromey@redhat.com>
1708
1709 * gdb.texinfo (Python API): Add entry for Commands In Python.
1710 (Commands In Python): New node.
1711
b6cb8e7d
TJB
17122009-02-05 Tom Tromey <tromey@redhat.com>
1713
1714 * gdb.texinfo (Values From Inferior): Document Value.string.
1715
12453b93
TJB
17162009-02-05 Tom Tromey <tromey@redhat.com>
1717
1718 * gdb.texinfo (Basic Python): Document execute's from_tty
1719 argument.
1720
08c637de
TJB
17212009-02-04 Tom Tromey <tromey@redhat.com>
1722
1723 * gdb.texinfo (Basic Python): Document gdb.history.
1724
592375cd
VP
17252009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1726
1727 * gdb.texinfo (GDB/MI Thread Commands): Document the
1728 'current-thread-id' field. Remove the example with zero threads,
1729 since current GDB won't ever report that if there's inferior.
1730
41447f92
VP
17312009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1732
1733 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
1734 option to -break-insert.
1735
098b41a6
JG
17362009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1737 Jerome Guitton <guitton@adacore.com>
1738
1739 * gdb.texinfo (Startup): Document --with-system-gdbinit.
1740 (System-wide configuration): New section.
1741
3c16cced
PA
17422009-01-26 Pedro Alves <pedro@codesourcery.com>
1743
1744 PR gdb/7580:
1745 * gdb.texinfo (Maintenance Commands): Document "maint set|show
1746 internal-error|internal-warning quit|corefile ask|yes|no".
1747
62709adf
PA
17482009-01-26 Pedro Alves <pedro@codesourcery.com>
1749
1750 * gdb.texinfo (Using the `gdbserver' Program): Document
1751 --remote-debug.
1752
7ce58dd2
DE
17532009-01-23 Doug Evans <dje@google.com>
1754
1755 * gdb.texinfo: Add nexti to list of commands that support
1756 background execution.
1757
adb483fe
DJ
17582009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
1759
1760 * gdb.texinfo (Define, Hooks): Document prefix command support.
1761
a67ec3f4 17622009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 1763 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
1764
1765 Fixes for makeinfo --html.
1766
1767 * annotate.texinfo: Use @copying and @insertcopying. Use
1768 @ifnottex in place of @ifinfo.
1769 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
1770 place of @ifinfo. Use @ifnotinfo for one index entry.
1771 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
1772 in place of @ifinfo.
1773 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
1774 in place of @ifinfo. Include contents at start unconditionally.
1775
84fcdf95
PA
17762009-01-13 Pedro Alves <pedro@codesourcery.com>
1777
1778 * gdb.texinfo (General Query Packets): Remove @var{} around the
1779 "spu" literal string.
1780
fa3a767f
PA
17812009-01-07 Pedro Alves <pedro@codesourcery.com>
1782
1783 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
1784 program may be running in another process" errors.
1785 * gdbint.texinfo (Native Conditionals): Delete
1786 ONE_PROCESS_WRITETEXT description.
1787
9cb011d3
JB
17882009-01-07 Joel Brobecker <brobecker@adacore.com>
1789
1790 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
1791 emacs local variable to be placed at the end of the ChangeLog.
1792 Add server.c and gdbreplay.c to the list of files where the
1793 copyright year needs to be updated.
1794
84603566
SL
17952009-01-06 Sandra Loosemore <sandra@codesourcery.com>
1796
1797 * gdb.texinfo (Remote Configuration): Document new
1798 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
1799 commands.
1800
a53f55d8
PA
18012008-12-28 Pedro Alves <pedro@codesourcery.com>
1802
1803 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
1804 FETCH_INFERIOR_REGISTERS.
1805 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
1806 FETCH_INFERIOR_REGISTERS descriptions. Remove
1807 gdbarch_get_longjmp_target descrition, since already described in
1808 Target Conditionals. Move gdbarch_fp0_regnum description to ...
1809 (Target Conditionals): ... here.
1810
077e0a52
JB
18112008-12-16 Joel Brobecker <brobecker@adacore.com>
1812
1813 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
1814 examples.
1815 (Additions to Ada): Likewise. Add the missing opening and closing
1816 parenthesis of the GDB prompt in one of the examples.
1817
023eb17c
JB
18182008-12-14 Joel Brobecker <brobecker@adacore.com>
1819
1820 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
1821 about the result of 'Address not being of type System.Address.
1822 This problem has been fixed a while ago.
1823
c3b108f7
VP
18242008-12-02 Vladimir Prus <vladimir@codesourcery.com>
1825
1826 MI non-stop and multiprocess docs.
1827
c8d5aac9
L
1828 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
1829 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
1830 Adjust documentation for *stopped, document =thread-created,
1831 =thread-exited, =thread-group-created and =thread-group-exited.
1832 (GDB/MI Thread Commands): Document the 'state' field in
1833 -thread-info output.
1834 (GDB/MI Program Execution): Mention --all and --thread-group
1835 options.
1836 (GDB/MI Variable Objects): Describe floating and fixed variable
1837 objects.
1838 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 1839
07e059b5
VP
18402008-12-02 Vladimir Prus <vladimir@codesourcery.com>
1841
c8d5aac9
L
1842 * gdb.texinfo (Operating System Information): New appendix.
1843 (Operating System Auxiliary Information): Document 'info os processes'
1844 (Remote Configuration): Document 'osdata'
1845 (General Query Packets): Document qXfer:osdata:read.
07e059b5 1846
a80b95ba
TG
18472008-11-27 Tristan Gingold <gingold@adacore.com>
1848
1849 * gdb.texinfo (Darwin): Document Darwin specific features.
1850
a655d424
JK
18512008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1852
1853 * gdbint.texinfo (Target Conditionals): Extend the
1854 gdbarch_breakpoint_from_pc description.
1855
249e1128
VP
18562008-11-22 Vladimir Prus <vladimir@codesourcery.com>
1857
1858 * gdb.texinfo (M68K Features): Fix typo.
1859
c14c28ba
PP
18602008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1861
1862 * gdb.texinfo (Symbols): Mention printing containing
1863 image name in "info symbol".
1864 (Maint translate-address): Likewise.
889bf7c5 1865
394a6666
JB
18662008-11-18 Joel Brobecker <brobecker@adacore.com>
1867
1868 * gdb.texinfo (Set Catchpoints): Remove the documentation of
1869 commands "catch load" and "catch unload".
1870
66bb093b
VP
18712008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1872
1873 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 1874 =thread-selected.
889bf7c5 1875
4a92f99b
VP
18762008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1877
c8d5aac9 1878 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 1879
f0323ca0
PA
18802008-10-27 Pedro Alves <pedro@codesourcery.com>
1881
1882 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
1883 .mt files, TM_CLIBS or TM_CDEPS.
1884 (x86 Watchpoints): Don't mention TDEPFILES.
1885
8b23ecc4
SL
18862008-10-24 Sandra Loosemore <sandra@codesourcery.com>
1887
1888 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
1889 (Overview): Mention notifications and non-stop mode behavior.
1890 (Packets): Update documentation of ?, vAttach, vCont, and vRun
1891 with non-stop mode behavior. Add vStopped description.
1892 (Stop Reply Packets): Update list of packets that return
1893 stop replies. Mention non-stop behavior.
1894 (General Query Packets): Document QNonStop packet and associated
1895 qSupported query response.
1896 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
1897 behavior.
1898 (Notification Packets): New section.
1899 (Remote Non-Stop): New section.
1900 (File-I/O Overview): Mention non-stop behavior.
1901
fff08868
HZ
19022008-10-24 Hui Zhu <teawater@gmail.com>
1903 Pedro Alves <pedro@codesourcery.com>
1904
1905 * gdb.texinfo (displaced-stepping): Describe the auto mode
1906 setting, and say it's the default. This is now a mainstream
1907 setting instead of a maintenance setting.
1908
252fbfc8
PA
19092008-10-23 Pedro Alves <pedro@codesourcery.com>
1910
1911 * observer.texi (thread_stop_requested): New.
1912
20924a55
JB
19132008-10-22 Joel Brobecker <brobecker@adacore.com>
1914
1915 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
1916 (Patching): Replace incorrect usage of @samp by @kbd.
1917
bacec72f
MS
19182008-10-17 Michael Snyder <msnyder@vmware.com>
1919
1920 * gdb.texinfo: Add documentation for reverse execution.
1921
a08702d6 19222008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 1923 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
1924
1925 * gdb.texinfo. (Values From Inferior): New subsubsection.
1926
d97bc12b
DE
19272008-10-06 Doug Evans <dje@google.com>
1928
1929 * gdb.texinfo (set debug dwarf2-die): Document it.
1930
87f67dba
JB
19312008-10-01 Joel Brobecker <brobecker@adacore.com>
1932
1933 * gdb.texinfo (catch) [exception]: Document how to insert
1934 a breakpoint on user-defined exceptions when the exception
1935 name is identical to one of the language-defined ones.
1936
2fae03e8
TT
19372008-09-27 Tom Tromey <tromey@redhat.com>
1938
1939 * gdb.texinfo (Macros): Remove text about stringification,
1940 varargs, and splicing.
1941
5c6ce71d
TT
19422008-09-27 Tom Tromey <tromey@redhat.com>
1943
1944 * gdbint.texinfo (Language Support): Remove text about omitting
1945 support for a language.
1946
07128da0
DE
19472008-09-23 Doug Evans <dje@google.com>
1948
1949 * gdb.texinfo (info dcache): Update.
1950
b90a069a
SL
19512008-09-22 Sandra Loosemore <sandra@codesourcery.com>
1952
1953 * gdb.texinfo (Packets): Add info on thread-id syntax and
1954 multiprocess extensions.
1955 <D>: Document multiprocess form of packet.
1956 <H>: Use thread-id syntax.
1957 <T>: Likewise.
1958 <vCont>: Likewise. Note this is required for multiprocess.
1959 <vKill>: New packet.
1960 (Stop Reply Packets) <T>: Use thread-id syntax.
1961 <W>: Document multiprocess form of reply.
1962 <X>: Likewise.
1963 (General Query Packets) <qC>: Use thread-id syntax.
1964 <qfThreadInfo>: Likewise.
1965 <qGetTLSAddr>: Likewise.
1966 <qP>: Likewise.
1967 <qSupported>: Add "multiprocess" feature.
1968 <qThreadExtraInfo>: Use thread-id syntax.
1969
b77209e0
PA
19702008-09-22 Stan Shebs <stan@codesourcery.com>
1971
1972 * gdb.texinfo (Inferiors): New section.
1973
3d0bb823
PA
19742008-09-12 Pedro Alves <pedro@codesourcery.com>
1975
1976 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
1977
f8dcfc0a
UW
19782008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
1979
1980 * gdbint.texinfo (Target Conditionals): Remove documentation
1981 for gdbarch_name_of_malloc.
1982
8775bb90
MS
19832008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
1984
1985 * gdb.texinfo (Interrupts): Mention TCP interface for
1986 sending BREAK.
1987
f1838a98
UW
19882008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
1989
1990 * gdb.texinfo (Commands to Specify Files): Document "remote:"
1991 argument prefix to "set sysroot".
1992
158c7665
PH
19932008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
1994
1995 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
1996 and False.
1997
30e026bb
VP
19982008-08-20 Vladimir Prus <vladimir@codesourcery.com>
1999
c8d5aac9
L
2000 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2001 for possible features of -list-features.
30e026bb 2002
c6ebd6cf
VP
20032008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2004
c8d5aac9 2005 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2006 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2007
aeac0ff9
VP
20082008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2009
2010 * doc/gdb.texinfo (PowerPC): Fix typo.
2011 (PowerPC features): Fix typo.
2012
5231c1fd
PA
20132008-08-18 Pedro Alves <pedro@codesourcery.com>
2014
2015 * observer.texi (thread_ptid_changed): New.
2016
677c5bb1
LM
20172008-08-18 Luis Machado <luisgpm@br.ibm.com>
2018
2019 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2020 (PowerPC features): Mention feature set for VSX registers.
2021
f3a2dd1a
JB
20222008-08-13 Joel Brobecker <brobecker@adacore.com>
2023
2024 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2025 the direct visibility of all names in user-written packages.
2026
33e5cbd6
PA
20272008-08-13 Pedro Alves <pedro@codesourcery.com>
2028
2029 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2030 setting, and make it the default.
2031 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2032 non-stop script example.
2033
d0384fc4
TJB
20342008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2035
2036 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2037 reference to the "Using Different Register and Memory Data
2038 Representation" section.
2039
a6f3e723
SL
20402008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2041
2042 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2043 (Remote Protocol): Add Packet Acknowledgment to menu.
2044 (Overview): Mention +/- can be disabled, and point to new section
2045 where this is discussed in detail.
2046 (General Query Packets): Document QStartNoAckMode packet, and
2047 corresponding qSupported reply.
2048 (Packet Acknowledgment): New section.
2049
0606b73b
SL
20502008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2051 Pedro Alves <pedro@codesourcery.com>
2052
2053 * gdb.texinfo (Threads): Move paragraph about automatic thread
2054 selection to All-Stop Mode subsection.
2055 (Thread Stops): Reorganize existing material into subsections.
2056 Add introductory blurb and menu.
2057 (Non-Stop Mode): New subsection.
2058 (Background Execution): New subsection.
2059 (Maintenance Commands): Add cross-references from async mode
2060 commands to the new Background Execution section.
2061
d57a3c85
TJB
20622008-08-06 Tom Tromey <tromey@redhat.com>
2063
2064 * gdb.texinfo (Extending GDB): New chapter.
2065 (Sequences): Demoted chapter, now a section under the new
2066 Extending GDB chapter.
2067 (Python): New section.
2068
6d76a53d
SS
20692008-07-31 Stan Shebs <stan@codesourcery.com>
2070
2071 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2072
1f70da6a
SS
20732008-07-29 Stan Shebs <stan@codesourcery.com>
2074
2075 * gdbint.texinfo: General round of cleanup and minor
2076 clarifications.
2077 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2078 (Longjmp Support): Update description to reflect how it is done
2079 for targets without using native header.
2080 (Symbol Handling): Add a little more general explanation.
2081 (COFF, ELF): Mention stabs encapsulation.
2082 (DWARF 3): New section.
2083 (Adding a New Host): Scrub out some obsolete bits.
2084 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2085 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2086 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2087 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2088 SEEK_SET, STOP_SIGNAL, USG.
2089 (Raw and Virtual Register Representations): Ditto for
2090 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2091 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2092 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2093 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2094 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2095 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2096 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2097 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2098 DEPRECATED_USE_STRUCT_CONVENTION.
2099 Describe gdbarch_deprecated_fp_regnum.
2100 Update description of gdbarch_print_insn.
2101 (Adding a New Target): Scrub out obsolete bits.
2102 (Obsolete Conditionals): Remove entire section.
2103
383f836e
TT
21042008-07-25 Tom Tromey <tromey@redhat.com>
2105
2106 * observer.texi (GDB Observers): Document new observers:
2107 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2108 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2109 architecture_changed.
2110
cfd8ab24
SS
21112008-07-21 Stan Shebs <stan@codesourcery.com>
2112
2113 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2114 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2115
781b42b0
TT
21162008-07-21 Tom Tromey <tromey@redhat.com>
2117
2118 * observer.texi (GDB Observers): Remove obsolete comment.
2119 <executable_changed>: Remove argument.
2120
d7d9f01e
TT
21212008-07-18 Tom Tromey <tromey@redhat.com>
2122
2123 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2124
bf250677
DE
21252008-07-10 Doug Evans <dje@google.com>
2126
2127 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2128
10568435
JK
21292008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2130
2131 * gdb.texinfo (Starting): Document "set disable-randomization".
2132
5ae4183a
AS
21332008-07-07 Andreas Schwab <schwab@suse.de>
2134
2135 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2136
b56e7235
VP
21372008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2138
2139 * gdb.texinfo (GDB/MI Target Manipulation): Add
2140 example of -target-attach.
2141
e1ac3328
VP
21422008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2143
2144 * observer.texi (target_resumed): New observer.
5ae4183a 2145 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2146
65d12d83
TT
21472008-06-06 Tom Tromey <tromey@redhat.com>
2148
2149 * gdb.texinfo (Completion): Add field name example.
2150
fbc5282e
MK
21512008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2152
2153 * gdb.texinfo (GDB/MI Program Context): Added example
2154 to -exec-arguments
5ae4183a 2155
fbc5282e 21562008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2157
2158 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2159 annotation.
2160
c16158bc 21612008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2162 Nathan Sidwell <nathan@codesourcery.com>
2163 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2164
2165 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2166 and ACX_BUGURL.
2167 * configure: Regenerate.
2168 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2169 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2170 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2171 mailing-list-specific text about bug reporting unless
2172 BUGURL_DEFAULT.
2173
75c99385
PA
21742008-06-05 Pedro Alves <pedro@codesourcery.com>
2175
2176 * gdb.texinfo (-target-select): Remove reference to target async.
2177 (Maintenance Commands): Document "maint set/show remote-async".
2178
1763a388
MK
21792008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2180
2181 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2182 in -target-file-get section.
5ae4183a 2183
d0d064df
PA
21842008-05-22 Pedro Alves <pedro@codesourcery.com>
2185
9b562ab8
PA
2186 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2187 killing the inferior when it is already debugging a process.
d0d064df 2188
8dfa32fc
JB
21892008-05-21 Joel Brobecker <brobecker@adacore.com>
2190
2191 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2192 abbreviation for "finish".
2193
55f996a7
NR
21942008-05-21 Nick Roberts <nickrob@snap.net.nz>
2195
2196 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2197
ba2b1c56
DJ
21982008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2199
2200 * gdbint.texinfo (Target Conditionals): Delete entry for
2201 gdbarch_dwarf_reg_to_regnum.
2202
08388c79
DE
22032008-05-09 Doug Evans <dje@google.com>
2204
a3c83fae 2205 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2206
d14508fe
DE
22072008-05-05 Doug Evans <dje@google.com>
2208
2209 * gdb.texinfo (disassemble): Document /m modifier.
2210
e2b7ddea
VP
22112008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2212
5ae4183a
AS
2213 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2214 will not report the time of commands that run the target.
e2b7ddea 2215
8eb41542
VP
22162008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2217
2218 * gdb.texinfo (GDB/MI Output Records): Add
2219 missing semicolon.
2220
82f68b1c
VP
22212008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2222
2223 * gdb.texinfo (GDB/MI Output Records):
2224 Document =thread-create and =thread-exited.
2225
fa0f268d
VP
22262008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2227
2228 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2229 Remove mention of dmi-discuss.
fa0f268d 2230
063bfe2e
VP
22312008-05-03 Pedro Alves <pedro@codesourcery.com>
2232
2233 * observer.texi (thread_exit): New.
2234
237fc4c9
PA
22352008-05-02 Pedro Alves <pedro@codesourcery.com>
2236
2237 * gdb.texinfo (Debugging Output): Document "set/show debug
2238 displaced".
2239 (Maintenance Commands): Document "maint set/show
2240 can-use-displaced-stepping".
2241
0428b8f5
DJ
22422008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2243
2244 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2245 and set/show arm force-mode.
2246
5009afc5
AS
22472008-05-02 Andreas Schwab <schwab@suse.de>
2248
2249 * gdbint.texinfo (Algorithms): Describe
2250 target_watchpoint_addr_within_range.
2251
669fac23
DJ
22522008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2253
2254 * gdbint.texinfo (Stack Frames): New chapter.
2255 (Algorithms): Move Frames text to the new chapter.
2256 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2257 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2258
721c02de
VP
22592008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2260
5ae4183a
AS
2261 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2262 output does not necessary include any tokens.
721c02de 2263
c055b101
CV
22642008-04-22 Corinna Vinschen <vinschen@redhat.com>
2265
2266 * gdb.texinfo (Set SH Calling convention): New @item.
2267 (Show SH Calling convention): Ditto.
2268
68837c9d
MD
22692008-04-22 Markus Deuling <deuling@de.ibm.com>
2270
2271 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2272
2e9132cc
EZ
22732008-04-20 Eli Zaretskii <eliz@gnu.org>
2274
2275 * gdb.texinfo (Set Breaks): Mention that multiple location
2276 breakpoints need line number info. Add index entries.
2277
31fffb02
CS
22782008-04-19 Craig Silverstein <csilvers@google.com>
2279
2280 * gdb.texinfo (Requirements): Add an optional requirement on
2281 zlib.
2282 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2283 Compressed DWARF 2.
2284
a47ec5fe
AR
22852008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2286
2287 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2288 sample output for 'stopped,reason="breakpoint-hit"' message.
2289 (GDB/MI Program Execution): Likewise.
2290
de051565
MK
22912008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2292
5ae4183a 2293 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
2294 -var-set-format. Add -f option to -var-evaluate-expression.
2295
6ba66d6a
JB
22962008-04-03 Joel Brobecker <brobecker@adacore.com>
2297
2298 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2299 new node "Ambiguous Expressions". Replace references to this
2300 node by references to "Ambiguous Expressions" throughout.
2301 (Ambiguous Expressions): New node.
2302
1e26b4f8
DJ
23032008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2304
2305 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2306
b84876c2
PA
23072008-03-21 Pedro Alves <pedro@codesourcery.com>
2308
2309 * gdb.texinfo (Debugging Output): Document
2310 "set/show debug lin-lwp-async".
2311 (Maintenance Commands): Document "maint set/show linux-async".
2312
63092375
DJ
23132008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2314
2315 * gdb.texinfo (Expressions): Update description of malloced arrays.
2316
8e8901c5
VP
23172008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2318
2319 * gdb.texinfo (Thread Commands): Document
2320 -thread-info. Remove -thread-list-all-threads.
2321
1fddbabb
PA
23222008-03-14 Pedro Alves <pedro@codesourcery.com>
2323 Sandra Loosemore <sandra@codesourcery.com>
2324
2325 * gdb.texinfo (Library List Format): Update to mention the
2326 possibility to pass section addresses instead of segment
2327 addresses.
2328
ccd213ac
DJ
23292008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2330
2331 * gdb.texinfo (Starting): Document "set exec-wrapper".
2332 (Server): Document gdbserver --wrapper.
2333
fa4727a6
DJ
23342008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2335
2336 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2337 unreadable memory. Delete obsolete SPARClite reference.
2338
8edfe269
DJ
23392008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2340
2341 * gdb.texinfo (Starting): Mention always-running targets.
2342 (Target Commands): Add an anchor for load.
2343 (Connecting): Explain continue instead of run.
2344
1843f87b
DJ
23452008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2346
2347 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2348
f9082629
NR
23492008-02-26 Nick Roberts <nickrob@snap.net.nz>
2350
2351 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2352 breakpoint table.
2353
fd96d250
PA
23542008-02-19 Pedro Alves <pedro@codesourcery.com>
2355
2356 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2357 killing the inferior when it is already debugging a process.
2358
36af4ef6
MD
23592008-02-13 Markus Deuling <deuling@de.ibm.com>
2360
2361 * gdbint.texinfo (Build Script): New section. Mention new build script
2362 gdb_buildall.sh.
2363
cda4ce5a
JB
23642008-02-01 Jim Blandy <jimb@red-bean.com>
2365
2366 * gdb.texinfo (Help): Summarize 'info args' correctly.
2367
4acd40f3
TJB
23682008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2369
2370 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2371 available in PowerPC architecture.
2372 (Embedded Processors): Change node name of PowerPC item in menu.
2373 (PowerPC): Rename to...
2374 (PowerPC Embedded): this.
2375 (Architectures): Add new PowerPC item in menu.
2376 (PowerPC): New node.
2377
6e6c6f50
DJ
23782008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2379
2380 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2381 commands.
2382
5ee187d7
DJ
23832008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2384
2385 * gdb.texinfo (Setting Catchpoints): Mention features
2386 supported on GNU/Linux.
2387
e275c0d9
NR
23882008-01-30 Nick Roberts <nickrob@snap.net.nz>
2389
2390 * gdb.texinfo (GDB/MI File Commands): Describe new output
2391 field for MI command -file-list-exec-source-file.
2392
2d717e4f
DJ
23932008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2394
2395 * gdb.texinfo (Using the `gdbserver' Program): Add security
2396 warning. Rearrange into subsections and subsubsections. Document
2397 --multi and --debug. Correct --with-sysroot typo. Update --attach
2398 usage. Make load reference clearer. Document monitor exit.
2399 (Remote Configuration): Document set remote exec-file, attach-packet,
2400 and run-packet.
2401 (Packets): Document vAttach and vRun.
2402
d35a4257 24032008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
2404
2405 * gdb.texinfo (Processes): Mention process command.
889bf7c5 2406 detach-on-follow -> detach-on-fork.
f663676d 2407
c78d192c
DJ
24082008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2409
2410 * gdbint.texinfo (Native Conditionals): Remove
2411 SHELL_COMMAND_CONCAT and SHELL_FILE.
2412
d35a4257
EZ
24132008-01-26 Eli Zaretskii <eliz@gnu.org>
2414
2415 * gdb.texinfo (Specify Location): Improve wording.
2416
93815fbf
VP
24172008-01-23 Chris Demetriou <cgd@google.com>
2418
2419 * gdb.texinfo (Threads): Document new "set print thread-events"
2420 and "show print thread-events" commands.
2421
2a25a5ba
EZ
24222008-01-19 Eli Zaretskii <eliz@gnu.org>
2423
2424 * gdb.texinfo (Specify Location): New section.
2425 (Delete Breaks, Edit, Set Breaks): Remove description of
2426 locations. Instead, add a reference to "Specify Location".
2427 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2428 (Symbols): Refer to "Specify Location" for the valid forms of
2429 linespecs and locations.
2430
32c9a795
MD
24312008-01-18 Markus Deuling <deuling@de.ibm.com>
2432
2433 * gdbint.texinfo (Target Conditionals): Replace the description of
2434 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2435
b17828ca
JB
24362008-01-12 Paul Hilfinger <hilfinger@adacore.com>
2437
2438 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2439 about &&var, which is rejected by the expression parser.
2440
0aea4bf3
LM
24412008-01-09 Luis Machado <luisgpm@br.ibm.com>
2442
2443 * gdb.texinfo (Output): Update documentation on using printf with DFP
2444 types.
2445
febe4383
TJB
24462008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2447
2448 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2449 subsubsection.
2450 (Decimal Floating Point format): New subsubsection.
2451
7a404eba
PA
24522008-01-05 Pedro Alves <pedro@codesourcery.com>
2453
2454 * gdb.texinfo (File Options): Remove mention of the attempt to
2455 open a core file with the -p option. Don't list -c as a valid
2456 option to attach to a process.
2457
a4d9b460
PA
24582008-01-05 Pedro Alves <pedro@codesourcery.com>
2459
2460 * gdbint.texinfo (Host Conditionals): Remove mention of
2461 ALIGN_STACK_ON_ENTRY.
2462
6ec2edbe
JB
24632008-01-05 Joel Brobecker <brobecker@adacore.com>
2464
2465 * gdbint.texinfo (Start of New Year Procedure): Add item
2466 describing how to update the source and documentation copyright
2467 notices.
2468
d8b2a693
JB
24692007-12-18 Jim Blandy <jimb@codesourcery.com>
2470
ab209b3a 2471 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
2472 watchpoint explanation into the main description of the watchpoint
2473 command; update synopses of 'watch', 'rwatch', and 'awatch'
2474 commands.
2475
8b4ed427
VP
24762007-12-18 Vladimir Prus <vladimir@codesourcery.com>
2477
2478 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2479 Document 'pending-breakpoints' feature of
2480 -list-features.
2481
37e4754d
LM
24822007-12-17 Luis Machado <luisgpm@br.ibm.com>
2483
669fac23 2484 * gdb.texinfo: Add new parameter's description.
37e4754d 2485
1d3811f6
DJ
24862007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
2487
2488 * gdb.texinfo (Overview): Clarify run-length encoding
2489 example. Remove the restriction on "+" and "-" characters.
2490
c1c25a1a
EZ
24912007-12-15 Eli Zaretskii <eliz@gnu.org>
2492
2493 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
2494
afe8ab22 24952007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 2496
afe8ab22
VP
2497 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2498 the -f option for -break-insert, remove -r option,
2499 and clarify specification of location.
2500
a6b151f1
DJ
25012007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
2502
2503 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
2504 formatting.
2505 (Remote Debugging): Add File Transfer section.
2506 (Remote Configuration): Document Host I/O packets.
2507 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 2508 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
2509 (Packets): Add vFile.
2510
3b784c4f
EZ
25112007-11-17 Eli Zaretskii <eliz@gnu.org>
2512
2513 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
2514 breakpoints with multiple locations.
2515 (Breakpoint Menus): Improve wording.
2516 (Output): Fix last change.
2517
a4ce5b0d
UW
25182007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
2519
2520 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
2521
1b39d5c0
DE
25222007-11-15 Doug Evans <dje@google.com>
2523
2524 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
2525
7a72d44c
VP
25262007-11-15 Vladimir Prus <vladimir@codesourcery.com>
2527
2528 * gdbint.texinfo (Native Conditionals): Remove
2529 mention of CLEAR_SOLIB.
5ae4183a 2530
6d1829bf 25312007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
2532
2533 * gdb.texinfo (Print Settings): Add documentation for "set/show
2534 print frame-arguments".
2535
1a619819
LM
25362007-11-05 Luis Machado <luisgpm@br.ibm.com>
2537
3b784c4f 2538 * gdb.texinfo (Output): Update printf command's description.
1a619819 2539
55eddb0f
DJ
25402007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
2541
2542 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
2543 powerpc soft-float".
2544
9cceb671
DJ
25452007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2546
2547 * gdb.texinfo (Files): Correct formatting. Mention Expat
2548 requirement.
2549 (Requirements for Building GDB): Expand the list of Expat
2550 uses.
2551 (Library List Format, Memory Map Format): Mention Expat.
2552 (Target Descriptions): Update Expat wording.
2553
83acabca
DJ
25542007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2555
2556 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
2557 Document that gdbarch_convert_register_p should return zero for no-op
2558 conversions.
2559
e35879db
UW
25602007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
2561
83acabca 2562 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
2563 of set_gdbarch_sofun_address_maybe_missing back to ...
2564 (Target Conditionals): ... here to fix build break.
2565
203c3895
UW
25662007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2567
83acabca 2568 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
2569 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
2570 (Compiler Characteristics): ... documentation of
2571 set_gdbarch_sofun_address_maybe_missing.
2572
11411de3
DJ
25732007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2574
2575 * gdbint.texinfo (Target Conditionals): Use
2576 frame_unwind_register_unsigned in examples instead of
2577 frame_unwind_unsigned_register.
2578
7cc46491
DJ
25792007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2580
2581 * gdb.texinfo (Predefined Target Types): Add int128
2582 and uint128.
2583 (Standard Target Features): Add PowerPC features.
2584
81adfced
DJ
25852007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2586
2587 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
2588
c1874924
UW
25892007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2590
2591 * gdbint.texi (Target Conditionals): Remove documentation
2592 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
2593 gdbarch_extract_return_value, and gdbarch_store_return_value.
2594
f6e56ab3
UW
25952007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2596
2597 * gdbint.texi (Target Conditionals): Remove documentation of
2598 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
2599
56cf5405
KH
26002007-10-11 Kazu Hirata <kazu@codesourcery.com>
2601
2602 * gdb.texinfo: Mention that inaccessible-by-default is on by
2603 default.
2604
35156bae
DJ
26052007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2606
2607 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
2608
d983da9c
DJ
26092007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
2610
2611 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
2612 multi-threaded watchpoints.
2613 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
2614 checked. Describe sticky notification. Expand description
2615 of steppable and continuable watchpoints.
2616 (Watchpoints and Threads): New subsection.
2617
fe6fbf8b
VP
26182007-09-28 Vladimir Prus <vladimir@codesourcery.com>
2619
2620 * gdb.texinfo (Setting Breakpoints): Revise
2621 documentation for pending breakpoints. Document
2622 breakpoints with multiple locations.
5ae4183a 2623
084344da
VP
26242007-09-19 Vladimir Prus <vladimir@codesourcery.com>
2625
2626 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2627 Document -list-features.
5ae4183a 2628
82160952
EZ
26292007-09-15 Eli Zaretskii <eliz@gnu.org>
2630
2631 * gdb.texinfo (Output): Spell out which features of C's printf are
2632 not supported by GDB's printf.
7e27a47a
EZ
2633 (Separate Debug Files): More accurate wording regarding build ID
2634 and a reference to the ld manual rather than the Fedora wiki.
82160952 2635
ea37ba09
DJ
26362007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2637 Jim Blandy <jimb@codesourcery.com>
2638
2639 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
2640 (Examining Memory): Update mentions of the 's' format.
2641 (Automatic Display): Likewise.
2642
b8533aec
DJ
26432007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
2644
2645 * gdb.texinfo: Update the FSF's Back-Cover Text.
2646
83f83d7f
JK
26472007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2648 Eli Zaretskii <eliz@gnu.org>
2649
2650 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
2651 Fixed the ``build ID'' name. New binaries build instructions for the
2652 build ID inclusion. Explain how the commands are specific to the build
2653 ID vs. debug link.
2654
c7e83d54
EZ
26552007-09-01 Eli Zaretskii <eliz@gnu.org>
2656
2657 * gdb.texinfo (Separate Debug Files): Fix last change. Add
2658 indexing for ``build ID'' support.
2659
d3750b24
JK
26602007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2661
2662 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
2663 Enlisted BUILD ID to the debug file searching example.
2664 Included a BUILD ID `.note.gnu.build-id' section description.
2665 Updated/added the debug files splitting instructions for OBJCOPY.
2666
02142340
VP
26672007-08-31 Vladimir Prus <vladimir@codesourcery.com>
2668
2669 * gdb.texinfo (Variable Objects): Adjust docs
2670 for -var-info-expression and document
2671 -var-info-path-expression.
2672
d3bdde98
JB
26732007-08-20 Jim Blandy <jimb@codesourcery.com>
2674
3fb6a982
JB
2675 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
2676 (title page): Include the dedication in the printed manual, as a
2677 separate page after the copyright notice.
5ae4183a 2678
d3bdde98
JB
2679 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
2680 don't break a @var across a line.
2681
c80a96a8
MR
26822007-07-25 Maciej W. Rozycki <macro@mips.com>
2683
2684 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
2685 for include files.
2686
5824a901
NR
26872007-07-12 Nick Roberts <nickrob@snap.net.nz>
2688
2689 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
2690 in annotate.texinfo.
2691 (Command History): Link to new node.
5824a901 2692
d52e7ea3
UW
26932007-07-05 Markus Deuling <deuling@de.ibm.com>
2694
2695 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
2696
5fc14d0a
EZ
26972007-07-05 Eli Zaretskii <eliz@gnu.org>
2698
2699 * gdbint.texinfo (Target Conditionals): Fix last change.
2700
4a9bb1df
UW
27012007-07-03 Markus Deuling <deuling@de.ibm.com>
2702
2703 * gdb.texinfo: Replace following macros by their appropriate gdbarch
2704 routines:
2705 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
2706 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
2707 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
2708 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
2709 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
2710 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
2711 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
2712 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
2713 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
2714 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2715 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
2716 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
2717 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2718 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
2719 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
2720 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
2721 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
2722 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
2723 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
2724 (SOFTWARE_SINGLE_STEP_P)
2725
2726 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
2727 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
2728
2729 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
2730 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
2731 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
2732 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
2733 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
2734 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
2735 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
2736 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
2737 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
2738 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
2739
2740 (Converting an existing Target Architecture to Multi-arch): Remove
2741 section.
2742
2743 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
2744 (gdbarch_addr_bits_remove): Add code example.
2745
2746 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
2747
cfa9d6d9
DJ
27482007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
2749
2750 * gdb.texinfo (Remote Configuration): Document library-info-packet.
2751 Add other missing entries. Adjust the table size to fit.
2752 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
2753 stop reasons including the new "library" event.
2754 (General Query Packets): Adjust table widths for qSupported. Mention
2755 qXfer:libraries:read reply to qSupported and document the new packet.
2756 (Library List Format): New section.
2757
159fcc13
JK
27582007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2759
2760 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
2761
f66d1690
MS
27622007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
2763
2764 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
2765
67102876
NR
27662007-06-25 Nick Roberts <nickrob@snap.net.nz>
2767
2768 * gdbint.texinfo (Register and Memory Data): Break sections
2769 into nodes and add a menu.
2770
a4642986
MR
27712007-06-21 Maciej W. Rozycki <macro@mips.com>
2772
2773 * gdb.texinfo (Examining Memory): Document the new behaviour.
2774
e9c17194
VP
27752007-06-21 Vladimir Prus <vladimir@codesourcery.com>
2776
2777 * gdb.texinfo (Standard Target Features): Document
2778 m68k features.
2779
31d99776
DJ
27802007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2781
2782 * gdb.texinfo (General Query Packets): Document qOffsets changes.
2783
1780a0ed
DJ
27842007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2785
2786 * gdb.texinfo (Target Description Format): Add version attribute
2787 for <target>.
2788
822b6570
DJ
27892007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2790
2791 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
2792
f8b73d13
DJ
27932007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2794
2795 * gdb.texinfo (MIPS Features): New subsection.
2796
0e7f50da
UW
27972007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2798 Markus Deuling <deuling@de.ibm.com>
2799
2800 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
2801 and qXfer:spu:write packets and mention them under qSupported.
2802
23d964e7
UW
28032007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2804 Markus Deuling <deuling@de.ibm.com>
2805
2806 * gdb.texinfo (Architectures): Add new SPU section to document
2807 Cell Broadband Engine SPU architecture specific commands.
2808
9f708cb2
VP
28092007-06-09 Vladimir Prus <vladimir@codesourcery.com>
2810
2811 * gdb.texinfo (GDB/MI Variable Objects): Editorial
2812 comments.
2813
7579b5f8
NR
28142007-06-07 Nick Roberts <nickrob@snap.net.nz>
2815
2816 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
2817
bf06d120
JB
28182007-05-29 Jim Blandy <jimb@codesourcery.com>
2819
2820 * gdb.texinfo (Overview): Doc fix.
2821
23776285
MR
28222007-05-22 Maciej W. Rozycki <macro@mips.com>
2823
2824 * gdb.texinfo (Remote Configuration): Document "set/show
2825 remoteflow".
2826
1a69e1e4
DJ
28272007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2828
bf06d120
JB
2829 * gdb.texinfo (MIPS): Remove documentation for set mips
2830 saved-gpreg-size, show mips saved-gpreg-size, and set mips
2831 stack-arg-size.
1a69e1e4 2832
46ba6afa 28332007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2834
46ba6afa
BW
2835 * all-cfg.texi (GDBTUI): New.
2836 * gdb.texinfo (Mode Options): Use GDBTUI variable.
2837 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
2838 (TUI Configuration): Edit to improve clarity and fix problems of
2839 both style and content.
5ae4183a 2840
06d3b283
UW
28412007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2842
2843 * observer.texi (GDB Observers): New observer "new_objfile".
2844
179101d6
UW
28452007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
2846
2847 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
2848
25d5ea92
VP
28492007-04-14 Vladimir Prus <vladimir@codesourcery.com>
2850
2851 * gdb.texinfo (GDB/MI Variable Objects): Document
2852 frozen variables objects.
5ae4183a 2853
ea35711c
DJ
28542007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
2855
2856 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
2857 (Character Sets, Caching Data of Remote Targets): Likewise.
2858 (Targets): Delete Remote node. Move its text...
2859 (Debugging Remote Programs): ...to here. Delete description
2860 of the "remote" command.
2861 (Remote configuration): Delete description of "set remotedevice"
2862 and "show remotedevice".
2863 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
2864
db2e3e2e
BW
28652007-04-11 Bob Wilson <bob.wilson@acm.org>
2866
5ae4183a
AS
2867 * gdb.texinfo (Contributors, Continuing and Stepping)
2868 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
2869 (General Query Packets, File-I/O Remote Protocol Extension)
2870 (Protocol Basics, The F Reply Packet, Write)
2871 (Protocol-specific Representation of Datatypes, Memory Transfer):
2872 Fix hyphenation, punctuation and grammar problems.
2873 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
2874 'section' instead of 'subsection' in the text.
2875 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
2876 (i386): Remove period from section name.
db2e3e2e
BW
2877 (Installing GDB, Requirements, Running Configure, Separate Objdir)
2878 (Config Names, Configure Options): Use @file{configure}.
2879
8a3dae3e
DJ
28802007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
2881
2882 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
2883 and tab expansion.
2884
1a92f856
DJ
28852007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
2886
2887 * gdbint.texinfo (SOM): Correct location of the SOM reader.
2888
79a6e687 28892007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2890
79a6e687
BW
2891 * gdb.texinfo: Consistently capitalize all significant words in
2892 node names, chapter titles, section titles, and headings. Update
2893 cross references to match.
2894 (Starting and Stopping Trace Experiment): Make node name plural.
2895 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 2896
ad527d2e
PA
28972007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
2898
2899 * gdb.texinfo (WinCE): Delete obsolete subsection.
2900
7ce59000
DJ
29012007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
2902
2903 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
2904 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
2905 references.
2906
8807d78b
DJ
29072007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
2908
2909 * gdb.texinfo (Startup): Delete references to some alternate
2910 names for .gdbinit.
2911 (Thread): Remove LynxOS reference.
2912 (Tandem ST2000): Delete target-specific documentation.
2913 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
2914 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
2915 and GDB_OSABI_LYNXOS.
2916
5f402660
UW
29172007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
2918
2919 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
2920
bac718a6
UW
29212007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
2922
2923 * gdbint.texinfo (Target Conditionals): Remove mention of
2924 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
2925 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
2926
9453113a
DJ
29272007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
2928
2929 * Makefile.in: Add "pdfdir" installation
2930 directory, PDFTEX macro, support for "install-pdf" target,
2931 and rules for making a pdf version of refcard.texi.
2932 * refcard.tex: Specify paper size for PDF output.
2933
ae21e955 29342007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2935
ae21e955 2936 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 2937
3f94c067 29382007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2939
3f94c067
BW
2940 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
2941 (Source Path, Character Sets, Macros, Define)
2942 (GDB/MI Result Records, GDB/MI Simple Examples)
2943 (GDB/MI Program Execution, GDB/MI File Commands)
2944 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
2945 (Bug Reporting): Use @value{GCC}.
5ae4183a 2946
12c27660 29472007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2948
12c27660
BW
2949 * gdb.texinfo (Help): Fix formatting of examples.
2950 (Variables): Use @ifnotinfo instead of @iftex.
2951 (Non-debug DLL symbols): Use @ref instead of @pxref.
2952 (Sparclet File): Use @samp instead of quotes.
5ae4183a 2953
ce9341a1
BW
29542007-03-26 Bob Wilson <bob.wilson@acm.org>
2955
2956 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
2957
c8f4133a
BW
29582007-03-26 Bob Wilson <bob.wilson@acm.org>
2959
2960 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
2961 the order of the nodes.
2962 (C Operators, C Constants, Debugging C): Remove extra menus.
2963 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 2964
c8f4133a 29652007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
2966
2967 * gdb.texinfo (File Options): Add missing parenthesis.
2968 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
2969
c74d0ad8
DJ
29702007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
2971
2972 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
2973
ff6f572f
DJ
29742007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
2975
669fac23 2976 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
2977 case insensitivity.
2978 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
2979
994337c3
NR
29802007-02-18 Nick Roberts <nickrob@snap.net.nz>
2981
2982 * gdb.texinfo (Top): Put Appendix A after numbered sections.
2983 (Files): Add section name to argument list for pxref.
2984 (Non-debug DLL symbols): Don't use `see' for pxref.
2985 (Embedded Processors): Fix typo.
2986 (GDB/MI Breakpoint Commands): Execution commands generate
2987 *stopped not ^done.
2988
eb819d70
NR
29892007-02-13 Nick Roberts <nickrob@snap.net.nz>
2990
2991 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
2992 values for in_scope. Mention that only root variables can be
2993 updated.
2994 (GDB/MI Development and Front Ends): Explain new values may be
2995 added to existing fields.
2996
123dc839
DJ
29972007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
2998
2999 * gdb.texinfo (-target-disconnect): Use @smallexample.
3000 (Requirements): Add anchor for Expat. Update description.
3001 (Target Descriptions): Mention Expat.
3002 (Target Description Format): Document new elements. Use
3003 @smallexample.
3004 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3005 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3006
108546a0
DJ
30072007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3008
3009 * gdb.texinfo (Target Description Format): Add section on XInclude.
3010
95a98c01
NR
30112006-02-03 Nick Roberts <nickrob@snap.net.nz>
3012
3013 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3014 command -enable-timings.
3015
f4b3909f
EZ
30162007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3017
5ae4183a 3018 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3019 descriptions for new/deleted elements in gdb_osabi. Add missing
3020 description for function generic_elf_osabi_sniff_abi_tag_sections.
3021
c7ba131e
JB
30222007-01-29 Joel Brobecker <brobecker@adacore.com>
3023
3024 * gdb.texinfo (Maintenance Commands): Add documentation for
3025 the new "maint print target-stack" command.
3026
3a60f64e
JK
30272007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3028 Eli Zaretskii <eliz@gnu.org>
3029
f4b3909f 3030 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3031
c582f8b6
EZ
30322007-01-26 Eli Zaretskii <eliz@gnu.org>
3033
3034 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3035 Use @value{NGCC} instead of @value{GCC}.
3036
d3e8051b
EZ
30372007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3038
3039 * agentexpr.texi: Fix typos.
3040 * annotate.texinfo: Likewise.
3041 * gdb.texinfo: Likewise.
3042 * gdbint.texinfo: Likewise.
3043 * observer.texi: Likewise.
3044 * stabs.texinfo: Likewise.
3045
86f04699
EZ
30462007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3047
3048 * gdbint.texinfo (Support Libraries): Remove mmalloc
3049 entry. Describe readline library.
3050
23181151
DJ
30512007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3052
3053 * gdb.texinfo (Target Descriptions): New section.
3054 (General Query Packets): Add QPassSignals anchor. Mention
3055 qXfer:features:read under qSupported. Expand mentions of
3056 qXfer:memory-map:read and QPassSignals. Document
3057 qXfer:features:read.
3058
f822c95b
DJ
30592007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3060
3061 * gdb.texinfo (Commands to specify files): Describe
3062 "set sysroot" and "show sysroot".
3063 (Using the `gdbserver' program): Lowercase argument
3064 to @var. Expand description of setting up GDB on the
3065 host.
3066
8936fcda
JB
30672007-01-05 Joel Brobecker <brobecker@adacore.com>
3068
3069 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3070 catch exception, catch exception unhandled, and catch assert
3071 commands.
3072
e776119f
DJ
30732007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3074
3075 * gdb.texinfo (Debugging Output): Document "set debug xml"
3076 and "show debug xml".
3077
aa79a185
DJ
30782007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3079
3080 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3081
7f893741
JB
30822007-01-01 Joel Brobecker <brobecker@adacore.com>
3083
3084 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3085
a1b5960f
VP
30862006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3087
3088 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3089 note in @ignore, to be removed later if nobody complains.
3090
9f470e6e
NR
30912006-12-04 Nick Roberts <nickrob@snap.net.nz>
3092
3093 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3094 of -var-delete.
3095
765dc015 30962006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3097
765dc015 3098 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3099 automatic software/hardware breakpoint usage and
3100 the "set breakpoint auto-hw" command.
765dc015 3101
4b5752d0
VP
31022006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3103
3104 * gdb.texinfo (Memory Access Checking): New.
3105
89be2091
DJ
31062006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3107
3108 * gdb.texinfo (Remote configuration): Mention
3109 "pass-signals-packet".
3110 (General Query Packets): Document QPassSignals. Fix
3111 a typo.
3112
ca3bf3bd
DJ
31132006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3114
3115 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3116
427c3a89
DJ
31172006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3118
3119 * gdb.texinfo (Remote configuration): Rewrite documentation for
3120 packet configuration commands.
3121 (OS Information): Adjust reference to qXfer:auxv:read.
3122 (General Query Packets): Remove references to read-aux-vector-packet
3123 and set remote get-thread-local-storage-address.
3124
7a107747
DJ
31252006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3126
3127 * gdbint.texinfo (Target Architecture Definition): Add new
3128 Initializing a New Architecture section.
3129
1c56eb0e
EZ
31302006-10-31 David Taylor <dtaylor@emc.com>
3131
3132 * stabs.texinfo (Macro define and undefine): New node describing
3133 stabs for #define and #undef.
3134
f73adfeb
AS
31352006-10-27 Andreas Schwab <schwab@suse.de>
3136
3137 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3138
fd60e0df
EZ
31392006-10-21 Eli Zaretskii <eliz@gnu.org>
3140
3141 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3142 clarify on the possible meanings of ``expression'' watched by
3143 watchpoints. Add indexing.
e5ac9b53
EZ
3144 (Prompting, Errors, Invalidation, Annotations for Running)
3145 (Source Annotations): Fix index entries by adding "annotation" to
3146 them, to discriminate from index entries that point to the more
3147 general topic descriptions.
fd60e0df 3148
52bb452f
DJ
31492006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3150
3151 * gdbint.texinfo (Target Vector Definition): Move most
3152 content into Existing Targets. Add a menu.
3153 (Existing Targets): New section, moved from Target Vector
3154 Definition. Use @subsection.
3155 (Managing Execution State): New section.
3156
58955e58
BW
31572006-10-16 Bob Wilson <bob.wilson@acm.org>
3158
3159 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3160
c8aa23ab
EZ
31612006-10-15 Eli Zaretskii <eliz@gnu.org>
3162
3163 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3164 (Command Syntax, Signals, Backtrace, Connecting)
3165 (Remote configuration, Renesas Boards, Console I/O): Fix last
3166 change: use Ctrl- instead of C-, except wrt Emacs.
3167 (File-I/O Examples): Put Ctrl-c in @kbd.
3168 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3169 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3170 (Signals, Set Breaks, Set Watchpoints): Document optional
3171 arguments to `info signals' `handle', `info breakpoints', and
3172 `info watchpoints'.
c8aa23ab 3173
e7109c7e
EZ
31742006-10-14 Eli Zaretskii <eliz@gnu.org>
3175
3176 * gdb.texinfo (Backtrace): Fix last change.
3177
de3aea7b
NR
31782006-10-14 Nick Roberts <nickrob@snap.net.nz>
3179
3180 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3181
7f9087cb
BW
31822006-10-10 Bob Wilson <bob.wilson@acm.org>
3183
c8aa23ab
EZ
3184 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3185 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3186 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3187
68437a39
DJ
31882006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3189 Daniel Jacobowitz <dan@codesourcery.com>
3190
3191 * gdb.texinfo (Packets): Document vFlashErase,
3192 vFlashWrite and vFlashDone packets.
3193 (General Query Packets): Document qXfer:memory-map:read.
3194 Add a new feature for qXfer:memory-map:read.
3195 (Memory map format): New section.
3196 (Target Commands): Mention that gdb can write flash.
3197
fd79ecee
DJ
31982006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3199 Daniel Jacobowitz <dan@codesourcery.com>
3200
3201 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3202 memory regions and "mem auto".
3203
350da6ee
DJ
32042006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3205
3206 * gdbint.texinfo (Array Containers): New section.
3207
2f1acb09
VP
32082006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3209
3210 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3211 -stack-list-arguments HIGH_FRAME argument can be larger then the
3212 actual number of frames.
3213
2ab1eb7a
VP
32142006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3215
3216 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3217 -stack-list-locals HIGH_FRAME argument can be larger then the
3218 actual number of frames.
2ab1eb7a 3219
599b237a
BW
32202006-09-02 Bob Wilson <bob.wilson@acm.org>
3221
3222 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3223 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3224
25ab7e6d
EZ
32252006-09-02 Eli Zaretskii <eliz@gnu.org>
3226
3227 * gdbint.texinfo (Overall Structure): New section "Source Tree
3228 Structure".
3229
940178d3
JB
32302006-08-17 Jim Blandy <jimb@codesourcery.com>
3231
3232 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3233 responses.
3234
30daae6c
JB
32352006-08-08 Joel Brobecker <brobecker@adacore.com>
3236
3237 * gdb.texinfo (Source Path): Add documentation for new
3238 substitute-path commands.
3239
7fa2210b
DJ
32402006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3241
3242 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3243 (Running Configure): ...here.
3244 (Requirements): New node. Mention expat.
3245
3d00d119
DJ
32462006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3247
5ae4183a 3248 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
3249 'set download-write-size' and 'show download-write-size'.
3250
0cbfa4ee
DJ
32512006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3252
3253 * stabs.texinfo (Member Type Descriptor): Correct example for
3254 pointer to member types.
3255
16026cd7
AS
32562006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3257
3258 * gdb.texinfo (Optional warnings and messages): Add
3259 'set/show trace-commands'.
3260 (Command files): Add '-v' to source command.
3261
0876f84a
DJ
32622006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3263
3264 * gdb.texinfo (OS Information): Update qPart reference to
3265 qXfer.
3266 (Remote configuration): Likewise.
3267 (Overview): Move @cindex to the start of a paragraph. Talk
3268 about binary data encoding.
3269 (Packets): Refer to the overview for the details of the X
3270 packet encoding.
3271 (General Query Packets): Remove qPart description. Add qXfer
3272 description. Add an anchor to qSupported. Correct feature
3273 table title. Add a new feature for qXfer:auxv:read.
3274 (Interrupts): Add a missing parenthesis.
3275
2ec3381a
DJ
32762006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3277
669fac23 3278 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
3279 (GDB/MI Kod Commands): Remove commented out node.
3280
594fe323
EZ
32812006-07-01 Eli Zaretskii <eliz@gnu.org>
3282
3283 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3284 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3285 (GDB/MI Thread Commands, GDB/MI Program Execution)
3286 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3287 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3288 (GDB/MI File Commands, GDB/MI Target Manipulation)
3289 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3290 since the MI prompt is hard-wired into the code.
3291
7e3fb70c
NR
32922006-07-01 Nick Roberts <nickrob@snap.net.nz>
3293
3294 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3295 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3296 (GDB/MI Data Manipulation): Remove description of unimplemented
3297 display related commands as variable objects perform this function
3298 and are superior: -display-delete, -display-disable,
3299 -display-enable, -display-insert and -display-list. Move
3300 -environment-cd, -environment-directory, -environment-path
3301 and -environment-pwd to "Program Context".
3302 (GDB/MI Program Control): Rename to "Program Execution". Move
3303 -exec-arguments -exec-abort to...
3304 (GDB/MI Program Context): ...here. New node split from "Data
3305 Manipulation".
3306
be2a5f71
DJ
33072006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
3308
3309 * gdb.texinfo (Remote configuration): Document set / show
3310 remote supported-packets.
3311 (General Query Packets): Document qSupported packet.
3312
fc320d37
SL
33132006-06-10 Sandra Loosemore <sandra@codesourcery.com>
3314
3315 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3316 and font markup.
3317 (Protocol basics): Likewise.
3318 (The F request packet): Likewise.
3319 (The F reply packet): Likewise.
3320 (Memory transfer): Move this node to be a subsubsection of
3321 "Protocol specific representation of datatypes".
3322 (The Ctrl-C message): More copy editing.
3323 (Console I/O): Likewise.
3324 (The isatty call): Delete this node, and merge its content into
3325 the "isatty" node. Fixed references elsewhere.
3326 (The system call): Delete this node, and merge its content into
3327 the "system" node. Fixed references elsewhere.
3328 (open): Reformat to use @table, and add appropriate font markup.
3329 (close): Likewise.
3330 (read): Likewise.
3331 (write): Likewise.
3332 (lseek): Likewise.
3333 (rename): Likewise.
3334 (unlink): Likewise.
3335 (stat/fstat): Likewise.
3336 (gettimeofday): Likewise.
3337 (isatty): Likewise.
3338 (system): Likewise, plus minor changes to fix confusing wording.
3339 (Integral datatypes): Fix font markup.
3340 (Pointer values): Likewise.
3341 (struct stat): Fix markup to use @table, plus minor copy editing.
3342 (struct timeval): Fix font markup, plus minor copy editing.
3343 (Constants): Minor copy editing.
3344 (Errno values): Add font markup.
3345 (File-I/O Examples): Likewise.
3346
158fdf5c
NR
33472006-06-10 Nick Roberts <nickrob@snap.net.nz>
3348
3349 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3350 (GDB/MI Simple Examples): Move node up one level. Use real
3351 examples.
3352 (GDB/MI Compatibility with CLI): Update.
3353 (GDB/MI Result Records): Add "connected" and "exit" result
3354 classes.
3355 (GDB/MI Stream Records): Clarify target output.
3356 (GDB/MI Command Description Format): Modify example description.
3357 (GDB/MI Breakpoint Table Commands): Rename to...
3358 (GDB/MI Breakpoint Commands): ...this
3359 (GDB/MI Breakpoint Commands): Add optional thread field.
3360 (GDB/MI Program Control): Add an introduction. Move "Program
3361 termination" examples into exec-run description.
3362 (GDB/MI File Commands): Mention similar CLI commands.
3363 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3364 is similar to "-gdb-version".
3365
ddb50cd7
EZ
33662006-06-09 Eli Zaretskii <eliz@gnu.org>
3367
3368 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3369
2aef0d6b
NR
33702006-06-02 Nick Roberts <nickrob@snap.net.nz>
3371
3372 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3373 sourceware.org for mailing lists.
d5e40d59 3374 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 3375
383a5c52
NR
33762006-06-01 Nick Roberts <nickrob@snap.net.nz>
3377
d5e40d59 3378 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 3379
e16b02ee
EZ
33802006-05-22 Eli Zaretskii <eliz@gnu.org>
3381
3382 * gdb.texinfo (Cygwin Native): Fix last change.
3383
be90c084
CF
33842006-05-22 Christopher Faylor <cgf@timesys.com>
3385
3386 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3387
347ceba5
NR
33882006-05-15 Nick Roberts <nickrob@snap.net.nz>
3389
3390 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3391 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3392
369af7bd
DJ
33932006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3394
3395 * gdb.texinfo (General Query Packets): Recommend not starting
3396 new packets with qC and clarify.
3397
2ffdbde8 33982006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
3399
3400 * gdb.texinfo (M2 Types): New section.
72019c9c 3401
16d1a084
DJ
34022006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
3403
3404 * agentexpr.texi: Add a copyright and license notice.
3405 * observer.texi: Likewise, with GPL clause for function prototypes.
3406 Remove trailing whitespace.
3407
aa56d27a
JB
34082006-05-05 Jim Blandy <jimb@codesourcery.com>
3409
3410 * gdb.texinfo (General Query Packets): Document conventions for
3411 terminating packet names, and their violations.
3412
5bdf8622
DJ
34132006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3414
3415 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3416 * gdb.texinfo: Likewise.
3417
605a56cb
DJ
34182006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3419
3420 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3421 and "show remotedebug".
3422 (Debugging Output): Add additional index entries.
3423
b8db102d
MS
34242006-04-27 Michael Snyder <msnyder@redhat.com>
3425
3426 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3427
c5e30d01
AC
34282006-04-22 Andrew Cagney <cagney@redhat.com>
3429
3430 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3431 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3432
8181d85f
DJ
34332006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
3434
3435 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3436 and remove breakpoint prototypes.
3437 (Watchpoints): Move description of target_insert_hw_breakpoint and
3438 target_remove_hw_breakpoint ...
3439 (Breakpoints): ... to here. Document target_insert_breakpoint and
3440 target_remove_breakpoint.
3441
4f553f88
JB
34422006-04-17 Jim Blandy <jimb@codesourcery.com>
3443
3444 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3445 and C packets are optional.
3446
cd852561
FR
34472006-04-14 Frederic Riss <frederic.riss@st.com>
3448
3449 * gdb.texinfo (Specifying source directories): Update the description
3450 of the source file search to reflect the fact that the source path
3451 always contains at least $cdir and $cwd.
3452
b620eb07
MS
34532006-03-31 Michael Snyder <msnyder@redhat.com>
3454
3455 * gdb.texinfo: Update copyright dates.
3456
3156cdaf
EZ
34572006-03-31 Eli Zaretskii <eliz@gnu.org>
3458
3459 * gdb.texinfo (Overview): Add an index entry to "empty response".
3460
7d30c22d
JB
34612006-03-28 Jim Blandy <jimb@codesourcery.com>
3462
3463 * gdbint.texinfo (Prologue Analysis): New section.
3464
86941c27
JB
34652006-03-07 Jim Blandy <jimb@red-bean.com>
3466
66b8c7f6
JB
3467 * gdb.texinfo (Connecting): Document 'target remote pipe'.
3468
1a10341b
JB
3469 * gdb.texinfo (Target Commands): Update text describing how to
3470 specify a target. Refer to the detailed section on remote
3471 debugging, not the brief mention.
3472
86941c27
JB
3473 * gdb.texinfo (Connecting): Organize the different 'target remote'
3474 connection methods into a table. Add a 'target remote' index
3475 entry. (!!!)
3476
62f3a2ba
FF
34772006-02-17 Fred Fish <fnf@specifix.com>
3478
3479 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3480 'ptype' commands to reflect the fact that the only significant
3481 difference between them is that ptype prints the complete type
3482 description instead of just the name.
3483
8b9a88ea
WZ
34842006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
3485
3486 * gdbint.texinfo (Watchpoints): Delete
3487 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3488
7e8dc855
NR
34892006-02-10 Nick Roberts <nickrob@snap.net.nz>
3490
3491 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3492 times fields where needed. Fix typos. Update general form given
3493 for output of -break-insert.
3494 (GDB/MI): Abbreviate some unnecessarily long fullnames.
3495
c91d38aa
DJ
34962006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
3497
3498 * gdbint.texinfo (Symbol Handling): Add a section
3499 on memory management.
3500
38fcd64c
DJ
35012006-02-06 Vladimir Prus <ghost@cs.msu.su>
3502
3503 * gdb.texinfo (Breakpoint table commands): Document the fullname
3504 field in -break-list output.
3505
219eec71
EZ
35062006-02-03 Eli Zaretskii <eliz@gnu.org>
3507
3508 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
3509 debugging information produced by the various "set debug..."
3510 options.
3511
ae5a43e0
DJ
35122006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3513
3514 * gdb.texinfo (Files): Remove obsolete bits from the description
3515 of "symbol-file".
3516
a9f158ec
JB
35172006-01-25 Jim Blandy <jimb@redhat.com>
3518
3519 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
3520
410dd08e
JB
35212006-01-24 Jim Blandy <jimb@redhat.com>
3522
3523 * gdbint.texinfo (Frames): Document the basics of GDB's register
3524 unwinding model, and explain the existence of the "sentinel" frame.
3525
4b505b12
AS
35262006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
3527
3528 * gdb.texinfo (Choosing files): Mention that -directory is used
3529 for script files.
3530 (Specifying source directories): Likewise.
3531 (Command files): Explain how script files are found.
3532
839c27b7
EZ
35332006-01-21 Eli Zaretskii <eliz@gnu.org>
3534
3535 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
3536 the threads in a multi-threaded program.
3537 (Threads): The threadno argument of "thread apply" can be a range
3538 of numbers.
3539
7be93b9e
JB
35402006-01-18 Jim Blandy <jimb@redhat.com>
3541
3542 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
3543 of warning flags.
3544
fcc73fe3
EZ
35452006-01-13 Eli Zaretskii <eliz@gnu.org>
3546
3547 * gdb.texinfo (Sequences): Improve menu annotations.
3548 (Define): Add index entries for arguments of user-defined
3549 commands. Move the description of flow-control commands...
3550 (Command Files): ...to here. Document loop_break and
3551 loop_continue.
ca91424e
EZ
3552 (Define, Command Files): Document `end' and add index entries for
3553 it.
fcc73fe3 3554
5c95884b
MS
35552006-01-04 Michael Snyder <msnyder@redhat.com>
3556
3557 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 3558 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 3559
860701dc
PH
35602006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
3561
3562 * gdb.texinfo (Omissions from Ada): Document that there is now
3563 limited aggregate support.
3564
36b80e65
EZ
35652005-12-28 Eli Zaretskii <eliz@gnu.org>
3566
3567 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
3568 registers and the likes.
3569
c1468174
EZ
35702005-12-24 Eli Zaretskii <eliz@gnu.org>
3571
3572 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
3573 (Symbols): Fix usage of "e.g.".
359df76b 3574 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
3575
3576 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
3577 (Coding): Fix usage of "e.g.".
3578
c02a867d
EZ
35792005-12-23 Eli Zaretskii <eliz@gnu.org>
3580
5ae4183a
AS
3581 * stabs.texinfo:
3582 * refcard.tex:
c02a867d 3583 * gpl.texi:
5ae4183a
AS
3584 * gdbint.texinfo:
3585 * gdb.texinfo:
3586 * gdb-cfg.texi:
c02a867d 3587 * fdl.texi:
5ae4183a
AS
3588 * annotate.texinfo:
3589 * all-cfg.texi:
c02a867d
EZ
3590 * Makefile.in: Add (C) after Copyright. Update the FSF
3591 address.
3592
fad38dfa
EZ
35932005-12-03 Eli Zaretskii <eliz@gnu.org>
3594
3595 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
3596 extend GDB with commands for external monitor.
3597
53e5f3cf
AS
35982005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
3599
3600 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
3601
55f6ca0f
JB
36022005-11-25 Joel Brobecker <brobecker@adacore.com>
3603
3604 * gdbint.texinfo (Start of New Year Procedure): New chapter.
3605
c1947b85
JB
36062005-11-21 Jim Blandy <jimb@redhat.com>
3607
3608 * gdb.texinfo (Tracepoint Packets): Document restrictions on
3609 placement of 'R' actions in tracepoint action packets; document
3610 dependence of 'X' and 'M' actions on a preceding 'R' action for
3611 their registers.
3612
9d29849a
JB
36132005-11-19 Jim Blandy <jimb@redhat.com>
3614
3615 * gdb.texinfo (Tracepoint Packets): New node.
3616 (General Query Packets): Add entries for the tracepoint packets,
3617 referring to the "Tracepoint Packets" node.
3618 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 3619
9a6253be
KB
36202005-11-18 Kevin Buettner <kevinb@redhat.com>
3621
3622 * gdb.texinfo (set remotebreak): Add anchor.
3623 (X packet): Likewise.
3624 (Remote Protocol): Add new section `Interrupts' and new index
3625 entry `interrupts (remote protocol)'.
3626
5f3bebba
JB
36272005-11-18 Jim Blandy <jimb@redhat.com>
3628
3629 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
3630 entries into the General Query Packets section. Add a
3631 cross-reference to that section. Drop description of replies, as
3632 these are covered in the descriptions of each packet.
3633 (General Query Packets): Add introductory text. Explain naming
3634 conventions, and how the end of a name is recognized.
3635
9a7a1b36
KB
36362005-11-17 Kevin Buettner <kevinb@redhat.com>
3637
0564b6cf 3638 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
3639 "set remotebreak" command.
3640
b8ff78ce
JB
36412005-11-16 Jim Blandy <jimb@redhat.com>
3642
3643 * gdb.texinfo (Packets, Stop Reply Packets)
3644 (General Query Packets): Various formatting cleanups.
3645 - Use @samp for packet contents.
3646 - Drop summaries from packet @item lines; the same information appears
3647 immediately below in the description.
3648 - Delete paragraph breaks after packet @item commands, so that the
3649 description appears directly to the right of the packet prototype
3650 in the printed manual, if it fits.
3651 - Place spaces in packet prototypes between @vars and non-@var
3652 letters, and explain that they're just for formatting.
3653 - Use @dots{} instead of '...'.
3654 - Fix uses of @code where @var was needed.
3655 - Replace "deprecated" markers with English text spelling out the
3656 packet's status and the preferred alternatives.
3657 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
3658 what this ever meant.
3659 - Remove "(draft)" markers on 'i' packets; nobody has commented on
3660 this for a long time.
3661 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
3662 implemented several times, and have been in use for years.
3663
8ffe2530
JB
36642005-11-15 Jim Blandy <jimb@redhat.com>
3665
c43c5473
JB
3666 * gdb.texinfo (Packets): Add index entries for 'm' packet
3667 disclaimers.
5ae4183a 3668
fb031cdf
JB
3669 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
3670 of stub when processing an 'm' packet.
3671
8ffe2530
JB
3672 * gdb.texinfo (Packets): Mention that packets beginning with
3673 letters are reserved once, at the top, instead of actually listing
3674 them all and saying "reserved".
3675
c03c782f
AS
36762005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
3677
3678 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
3679 Change @var{$arg0 to @code{$arg0.
3680
814e32d7
WZ
36812005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
3682
3683 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
3684
fa93a9d8
JB
36852005-11-12 Jim Blandy <jimb@redhat.com>
3686
3687 * gdb.texinfo (General Query Packets): Put packets in alphabetical
3688 order. Remove extraneous 'z'.
3689
8a5a3c82
AS
36902005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
3691
3692 * gdb.texinfo (Choosing files): Add --eval-command.
3693
4b0ad762
AS
36942005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
3695
3696 * gdb.texinfo (Choosing modes): Add --return-child-result.
3697
3698
1a088d06
AS
36992005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
3700
3701 * gdb.texinfo (Choosing modes): Add --batch-silent.
3702
656d5e12
EZ
37032005-10-28 Eli Zaretskii <eliz@gnu.org>
3704
3705 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
3706 "The -var-update Command".
3707
3c9c013a
JB
37082005-10-03 Joel Brobecker <brobecker@adacore.com>
3709
3710 * gdb.texinfo (Print Settings): Add documentation for set/show
3711 print array-indexes.
3712
7ba3cf9c
DJ
37132005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
3714
3715 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
3716 6.2 and 6.3.
3717
a94ab193
EZ
37182005-08-27 Eli Zaretskii <eliz@gnu.org>
3719
3720 * gdb.texinfo (File Options): Don't document --mapped, it's gone
3721 since 19-Jan-2004.
3722 (Files): Likewise.
ab1adacd
EZ
3723 (Variables, Symbols): Document the "<incomplete type>" message and
3724 its reasons.
a94ab193 3725
ca06016a
FF
37262005-08-01 Fred Fish <fnf@specifix.com>
3727
3728 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
3729
cf58170d
NR
37302005-07-15 Nick Roberts <nickrob@snap.net.nz>
3731
3732 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
3733 option for -var-list-children and -var-update.
3734 (GDB/MI Stack Manipulation): Simplify description of
3735 print-values option for -stack-list-locals.
3736 (GDB/MI Command Description Format): Clarify.
3737 (Mode Options): Spelling of superseded.
3738
38f1196a
BR
37392005-07-12 Bob Rossi <bob@brasko.net>
3740
3741 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
3742 corresponding GDB command comment.
3743
3cb3b8df
BR
37442005-07-06 Bob Rossi <bob@brasko.net>
3745
3746 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
3747 and -inferior-tty-show.
3748 (Input/Output): Document "set/show inferior-tty" and tty alias.
3749
10fac096
NW
37502005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
3751
3752 * gdb.texinfo (Packets): Change description of 'D' packet to note
3753 that GDB does wait for a response.
3754
d1b6db76
NR
37552005-06-22 Nick Roberts <nickrob@snap.net.nz>
3756
3757 * gdb.texinfo (History) Rename "Command History".
3758 (Command History): Move node "Server Prefix" from section on
3759 Annotations here.
3760
29629dcf
NR
37612005-06-19 Nick Roberts <nickrob@snap.net.nz>
3762
3763 * gdb.texinfo (GDB/MI Stack Manipulation):
3764 Re-instate -stack-info-frame with example. Say that it gets
3765 info on selected frame, not current frame.
3766
397ca115
EZ
37672005-06-18 Eli Zaretskii <eliz@gnu.org>
3768
3769 * gdb.texinfo (Server): Clarify that `file' should be used before
3770 connecting to the server.
3771 (Files): Add an xref to the above description.
51274035
EZ
3772 (Output Formats): More detailed description of the `c' format.
3773 (Memory): List explicitly all the formats supported by `x'.
638ac427 3774 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 3775 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
3776 files. Add more indexing for solib-absolute-prefix and
3777 --with-sysroot.
76d17f34
EZ
3778 (Machine Code): Document possible problems with locations in
3779 shared libraries.
d416eeec
EZ
3780 (Backtrace): Document that free-standing environments do not need
3781 to have a `main' function.
397ca115 3782
74f6deaa
NR
37832005-06-18 Nick Roberts <nickrob@snap.net.nz>
3784
3785 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
3786 -stack-info-frame.
3787
a9967aef
AC
37882005-06-07 Andrew Cagney <cagney@gnu.org>
3789
3790 * gdb.texinfo (Contributors): Note the original multi-arch
3791 contributors.
3792
e09f16f9
EZ
37932005-06-03 Eli Zaretskii <eliz@gnu.org>
3794
3795 * gdb.texinfo (Registers): Add index entries for the standard
3796 registers.
3797 (Frames): Add cross-reference from frame pointer description to
3798 the Registers node.
3799 (Annotations Overview): Fix the reference to GDB name.
3800
d87ba7ee
EZ
38012005-06-01 Eli Zaretskii <eliz@gnu.org>
3802
3803 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
3804 can-use-hw-watchpoints.
3805
034dad6f
BR
38062005-05-28 Bob Rossi <bob@brasko.net>
3807
3808 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
3809 the possible reasons why an exec async record would be returned to FE.
3810
ffed4509
AC
38112005-05-26 Andrew Cagney <cagney@gnu.org>
3812
3813 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
3814 Andrew Cagney implemented the original GDB/MI.
3815
e22e55c9
OF
38162005-05-23 Orjan Friberg <orjanf@axis.com>
3817
3818 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
3819 documentation. Add documentation for cris-mode.
3820
a78e13ce
EZ
38212005-05-20 Eli Zaretskii <eliz@gnu.org>
3822
3823 * gdb.texinfo (Numbers): Explain the example and make the wording
3824 more acurate.
3825
76ff342d
DJ
38262005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3827 Dennis Brueni <dennis@slickedit.com>
3828
3829 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
3830 (GDB/MI Data Manipulation, GDB/MI Program Control)
3831 (GDB/MI Stack Manipulation): Update examples to include the fullname
3832 attribute in stack frames.
3833
119b882a
EZ
38342005-05-12 Eli Zaretskii <eliz@gnu.org>
3835
3836 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
3837 do with other non-standard names of init files.
3838
6fc08d32
EZ
38392005-05-11 Eli Zaretskii <eliz@gnu.org>
3840
3841 * gdb.texinfo (Command Files): Move the description of the startup
3842 from here...
3843 (Startup): ...to this new subsection of the Invocation chapter.
3844 Rearrange the description of init files more logically and add a
3845 cross-reference to "Command Files". Document the special gdbinit
3846 name for CISCO 68k. Expand the description of what GDB does
3847 during startup.
3848 (History): Add index entry for HISTSIZE.
3849
a561754a
MK
38502005-05-02 Mark Kettenis <kettenis@gnu.org>
3851
3852 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
3853
2eecc4ab
EZ
38542005-05-02 Eli Zaretskii <eliz@gnu.org>
3855
3856 * gdb.texinfo (SVR4 Process Information, The isatty call)
3857 (The system call): Don't use foo(N) notation for man pages and
3858 functions.
514c4d71 3859 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 3860
18999be5
EZ
38612005-04-27 Eli Zaretskii <eliz@gnu.org>
3862
3863 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
3864 were optimized away.
3865
0abb7bc7
EZ
38662005-04-22 Eli Zaretskii <eliz@gnu.org>
3867
3868 * gdb.texinfo (Remote configuration): Document "set/show
3869 get-thread-local-storage-address". Add cross-reference to the
3870 description of the qGetTLSAddr packet.
3871 (General Query Packets): Mention "set remote
3872 get-thread-local-storage-address" and add a reference to its
3873 description.
3874
6f61acb1
NR
38752005-04-19 Nick Roberts <nickrob@snap.net.nz>
3876
3877 * gdb.texinfo (Backtrace): Describe 'bt full'.
3878
9d59903a
NR
38792005-04-17 Nick Roberts <nickrob@snap.net.nz>
3880
3881 * gdb.texinfo (Mode Options): Fix typo.
3882 (GDB/MI): Describe how to invoke GDB/MI.
3883
721c2651
EZ
38842005-04-16 Eli Zaretskii <eliz@gnu.org>
3885
3886 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 3887 references changed. Add description of "info udot".
721c2651
EZ
3888 (Files): Document "set/show stop-on-solib-events".
3889 (M32R/D): Document "set/show download-path", "set/show
3890 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
3891 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
3892 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
3893 (Maintenance Commands): Improve indexing.
3894 (Target Commands): Document "set/show hash", "set/show debug
3895 monitor".
3896 (SVR4 Process Information): Document "info pidlist" and "info
3897 meminfo". Document "set/show procfs-tarce" and "set/show
3898 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
3899 (Symbols, The Print Command with Objective-C): Improve indexing.
3900 (Objective-C): Add references to "info classes" and "info
3901 selectors".
c45da7e6
EZ
3902 (Debugging Output): Improve wording. Document "set/show debug
3903 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
3904 (Set Breaks): Add index entry for "hardware breakpoints".
3905 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
3906 and "set/show usehardbreakpoints".
3907 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
3908 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
3909 (ARM): Document "rdilogfile", "rdilogenable", "set/show
3910 rdiromatzero", "set/show rdiheartbeat".
3911 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
3912 "sds".
3913 (Embedded Processors): Document the "sim" command.
3914 (Remote): Document the "remote" command.
3915 (DJGPP Native): Document the "info serial" command.
3916 (Threads): Document "maint info sol-threads".
3917 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
3918 (Set Breaks): Improve indexing.
3919 (Command Syntax): Add a reference to dont-repeat.
3920 (Define): Document "dont-repeat".
3921 (TUI Commands): Document "tabset".
3922 (WinCE): New subsection. Document "set/show remotedirectory",
3923 "set/show remoteupload", "set/show remoteaddhost".
721c2651 3924
14d6dd68
EZ
39252005-04-15 Eli Zaretskii <eliz@gnu.org>
3926
3927 * gdb.texinfo (Hurd Native): New subsection, documents
3928 Hurd-specific commands.
a64548ea 3929 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 3930 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
3931 (MIPS): Improve documentation of heuristic-fence-post. Document
3932 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
3933 mips stack-arg-size", "set/show mips mask-address", "set/show mips
3934 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 3935 (ARM): Document ARM-specific commands.
a64548ea
EZ
3936 (AVR): New section. Document "info io_registers".
3937 (CRIS): New section. Document "set/show cris-version" and
3938 "set/show cris-dwarf2-cfi".
3939 (HPPA): New section. Document "set/show debug hppa" and "maint
3940 print unwind".
a5adf40f 3941 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 3942 (Super-H): New section. Document the "regs" command.
721c2651 3943 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 3944
9c16f35a
EZ
39452005-04-09 Eli Zaretskii <eliz@gnu.org>
3946
3947 * gdb.texinfo (Print Settings): Document "set/show print
3948 pascal_static-members", "set print repeats", "show print
3949 null-stop". Improve indexing. Fix documentation of "set print
3950 union".
3951 (Pascal): New section.
3952 (Supported languages): Rename from "Support"; all references
3953 updated. Add a menu item for Pascal.
3954 (Numbers): Document "set radix.
3955 (Screen Size): Document "set/show pagination".
3956 (MIPS Embedded): Remove "set processor" documentation.
3957 (Remote configuration): Document "set/show X/P/Z-packet",
3958 "set/show read-aux-vector-packet", "set/show remote
3959 symbol-lookup-packet", "set/show remote verbose-resume-packet",
3960 "set/show remoteaddresssize", "set/show remotebaud", "set/show
3961 remotedebug", "set/show remotebreak", "set/show remotedevice",
3962 "set/show remotelogfile".
3963 (Auxiliary Vector): Add reference to the description of the
3964 read-aux-vector-packet setting.
3965 (Set Watchpoints): Add a cross-reference to "set remote
3966 hardware-breakpoint-limit".
3967 (General Query Packets): Add indexing of requests and
3968 cross-references to related commands in "Remote configuration".
3969 (File-I/O Overview, The system call): Fix wording and typos.
3970 (Thread Stops): Add index entries.
3971 (Continuing and Stepping): Document "show step-mode".
3972 (i386): New node. Document "set/show struct-convention".
3973 (Files): Document "show trust-readonly-sections".
3974 (Calling): Document "set/show unwindonsignal".
3975 (Messages/Warnings): Add index entries.
3976 (Maintenance Commands): Document "set/show watchdog".
3977 (Annotations Overview): Document "show annotate".
3978 (Set Watchpoints): Add index entries.
3979 (Symbols): Fix doc of case-sensitive.
3980 (ABI): Document "show coerce-float-to-double".
3981 (Convenience Vars, Help): Improve indexing.
3982 (Machine Code): Document "show disassembly-flavor".
3983 (Debugging C plus plus): Document "show overload-resolution".
3984 (Value History, Signaling): Add index entries.
3985
39862005-04-08 Eli Zaretskii <eliz@gnu.org>
3987
3988 * gdb.texinfo (Show): Move @kindex entries to their proper places.
3989 (Processes): Fix wording.
3990 (History, List, Logging output, Define, Symbols, Print Settings):
3991 Improve indexing.
3992
a8f24a35
EZ
39932005-04-03 Eli Zaretskii <eliz@gnu.org>
3994
3995 * gdb.texinfo (Targets): Document "set/show architecture". Remove
3996 redundant index entry for "target" command.
3997 (Backtrace): Add index entries.
3998 (Symbols, Fortran): Document the "set case-sensitive" command.
3999 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4000 (Print Settings): Add index entry for "set demangle-style".
4001 (Target Commands): Document "set download-write-size".
4002 (Debugging Output): Document "set exec-done-display".
4003
09d4efe1
EZ
40042005-04-02 Eli Zaretskii <eliz@gnu.org>
4005
4006 * gdb.texinfo (Files): Fix the name and documentation of
4007 add-shared-symbol-files. Document its alias assf. Update the
4008 list of OSs where GDB supports shared libraries. Fix markup.
4009 (Continuing and Stepping): Add reference to @var{location} in the
4010 text.
4011 (Dump/Restore Files): Fix reference to @{filename}.
4012 (Help): Fix wording.
4013 (Attach): Ditto.
4014 (Set Watchpoints): Ditto.
4015 (Backtrace): Remove redundant index entries. Improve index
4016 entries.
4017 (Delete Breaks): Fix wording.
4018 (Memory): Document the compare-sections command.
4019 (Memory Region Attributes): Improve wording.
4020 (Disabling): Improve wording.
4021 (Fortran): New subsection. Document the "info common" command.
4022 (Help): Document aliases "info copying" and "info warranty".
4023 (Caching Remote Data): New section. Document the "set/show
4024 remotecache" and "info dcache" commands.
4025 (Show): Fix wording of the documentation of the "set
4026 extension-language" command.
4027 (Signals): Add index entry for "info handle".
4028 (Memory Region Attributes): Fix punctuation.
4029 (Symbols): Change the arg name to "location" and refer to it in
4030 the text. Fix wording of "info types" doc.
4031 (Threads): Fix usage of @enumerate @item's.
4032 (Listing Tracepoints): Add index entry for "info tp".
4033 (Set Watchpoints): Add xref to "info break" description.
4034 (Macros): Add an index entry for "macro exp1". Document the
4035 "macro list" command.
4036 (Maintenance Commands): Document "flushregs", "maint agent",
4037 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4038 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4039 "maint print architecture", "maint print objfiles", "maint print
4040 statistics", "maint print type", "maint show-debug-regs", "maint
4041 space", "maint time", and "maint translate-address".
4042 (Connecting): Document the "monitor" command.
4043 (Annotations Overview): Describe the "set annotate" command.
4044
82f2d802
EZ
40452005-04-01 Eli Zaretskii <eliz@gnu.org>
4046
4047 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4048 Rearrange index entries and improve wording about support for
4049 hardware watchpoints.
4050
7d51c7de
BR
40512005-03-10 Bob Rossi <bob@brasko.net>
4052
4053 * gdb.texinfo: Update copyright
4054
68c71a2e
TR
40552005-02-09 Theodore A. Roth <troth@openavr.org>
4056
4057 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4058 error.
4059
83761cbd
KB
40602005-02-03 Kevin Buettner <kevinb@redhat.com>
4061
4062 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4063
9f1c6395
MS
40642005-01-17 Michael Snyder <msnyder@redhat.com>
4065
4066 * gdb.texinfo: Fix spelling, infinte -> infinite.
4067
fbd1b305
MK
40682005-01-08 Mark Kettenis <kettenis@gnu.org>
4069
4070 * observer.texi (GDB Observers): Document "solib_loaded".
4071
3ace7edb
AC
40722005-01-07 Andrew Cagney <cagney@gnu.org>
4073
bec39cab
AC
4074 * configure.ac: Rename configure.in, require autoconf 2.59.
4075 * configure: Re-generate.
4076
3ace7edb
AC
4077 * configure.in: Replace configdirs with multiple references to
4078 AC_CONFIG_SUBDIRS.
4079 * configure: Re-generate.
5ae4183a 4080
53531fc1
AC
40812005-01-04 Andrew Cagney <cagney@gnu.org>
4082
4083 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4084 part of the version number.
4085
536ffdb7
MK
40862004-12-24 Mark Kettenis <kettenis@gnu.org>
4087
4088 * gdbint.texinfo (Algorithms): Remove description of
4089 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4090
e1aac25b
JB
40912004-12-07 Jim Blandy <jimb@redhat.com>
4092
4093 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4094 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4095 numbers.
4096
f47b1503
AS
40972004-12-07 Andreas Schwab <schwab@suse.de>
4098
4099 * gdb.texinfo (Mode Options): Document -l option.
4100
b6b8ece6
EZ
41012004-12-04 Eli Zaretskii <eliz@gnu.org>
4102
4103 * gdbint.texinfo (Algorithms): More accurate description of
4104 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4105 is not needed unless data-read and data-access watchpoints are
4106 supported. Add a description of how GDB checks whether the
4107 inferior stopped because a watchpoint was hit.
4108
01371747
EZ
41092004-11-23 Eli Zaretskii <eliz@gnu.org>
4110
4111 * gdb.texinfo (Files): Add cross-reference to description of
4112 -readnow command-line switch.
4113
2315ffec
RC
41142004-11-10 Randolph Chung <tausq@debian.org>
4115
4116 * gdb.texinfo: Document set/show backtrace past-entry commands.
4117 Rearrange index entries for set/show backtrace past-main.
4118
69065f5d
AC
41192004-11-10 Jon Beniston <jon@beniston.com>
4120
4121 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4122 * gdb.texinfo (Remote Serial Protocol): Further describe
4123 binary transfer escaping mechanism .
69065f5d 4124
30e91e0b
RC
41252004-11-08 Randolph Chung <tausq@debian.org>
4126
4127 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4128 and "show debug infrun". Add index entries.
4129
60bf7e09
EZ
41302004-10-23 Eli Zaretskii <eliz@gnu.org>
4131
4132 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4133 "info proc" that are already implemented. Add index entries.
4134 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4135 (Files): Add a tip for decreasing memory used for symtabs from
4136 shared libraries.
f018e82f
EZ
4137 (Starting): Fix whitespace; make "elaboration" stand out where it
4138 is first used, and add an index entry for the term.
f8568604
EZ
4139 (Calling): Expand and elaborate text. Add "print". Add the
4140 description of problems with weak aliases.
384ee23f 4141 (Core File Generation): New section.
60bf7e09 4142
d52fe014
AC
41432004-10-12 Andrew Cagney <cagney@gnu.org>
4144
4145 * gdbint.texinfo (Versions and Branches): New chapter.
4146 (Releasing GDB): Delete "Versions and Branches" section.
4147 (Top): Add "Versions and Branches".
4148
703663ab
EZ
41492004-10-08 Eli Zaretskii <eliz@gnu.org>
4150
4151 * gdb.texinfo (Editing, History): Add cross-references to the
4152 included Readline and History user documentation. Remove
4153 references to the symbol have-readline-appendices which is unused
4154 and undefined.
4155 (History): Fix indexing.
4156
ac77d04f
JJ
41572004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4158
4159 * gdbint.texinfo (target_stopped_data_address): Update to
4160 new prototype.
4161 (i386_stopped_data_address): Update prototype and description.
4162 (i386_stopped_by_watchpoint): New function and description.
4163
e07c999f
PH
41642004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4165
4166 * gdb.texinfo (Filenames): Add Ada suffixes.
4167 (Ada) New section.
4168
2e868123
AC
41692004-09-27 Andrew Cagney <cagney@gnu.org>
4170 Robert Picco <Robert.Picco@hp.com>
4171
4172 * gdb.texinfo (Packets): Document the "p" packet.
4173
02a57714
JM
41742004-09-21 Jason Molenda (jmolenda@apple.com)
4175
4176 * gdb.texinfo (Paths and Names of the Source Files): Document the
4177 meaning of values in the 'desc' field of a SO stab.
4178
ae038cb0
DJ
41792004-09-20 Daniel Jacobowitz <dan@debian.org>
4180
4181 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4182 max-cache-age" and "maint show dwarf2 max-cache-age".
4183
f7dc1244
EZ
41842004-09-16 Eli Zaretskii <eliz@gnu.org>
4185
4186 * gdb.texinfo (Set Breaks): Add index entry for setting
4187 breakpoints on overloaded C++ functions that are not members of
4188 any classes. Add an example and an index entry for setting
4189 breakpoints on all program functions.
4190 (Character Sets, Macros, Overlay Commands)
4191 (Non-debug DLL symbols, GDB/MI Output Syntax)
4192 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4193 Use "(@value{GDBP})" instead of a literal "(gdb)".
4194
f810308b
AC
41952004-09-12 Andrew Cagney <cagney@gnu.org>
4196
4197 * gdbint.texinfo (Native Debugging): Delete description of
4198 FILES_INFO_HOOK.
4199
15a661f3
PH
42002004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4201
5ae4183a
AS
4202 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4203 to hex_string_custom (not historically correct, but more
15a661f3
PH
4204 understandable, given the current code).
4205
f3219c75
AC
42062004-09-03 Andrew Cagney <cagney@gnu.org>
4207
4208 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4209
f3bb6704
JJ
42102004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4211
4212 * observer.texi (solib_unloaded): New observer.
4213
8d2c00cb
AC
42142004-08-24 Andrew Cagney <cagney@gnu.org>
4215
4216 * gdbint.texinfo (Target Architecture Definition): Add missing
4217 comma.
4218
e7dc800a
MC
42192004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4220
4221 * (Using the Testsuite): build != host is supported,
4222 but some test scripts do not support build != host.
4223
73b03683
MK
42242004-08-14 Mark Kettenis <kettenis@gnu.org>
4225
4226 * gdbint.texinfo (Host Definition): Delete description of
4227 FCLOSE_PROVIDED and GETENV_PROVIDED.
4228
c0ccb908
MK
42292004-08-05 Mark Kettenis <kettenis@chello.nl>
4230
4231 * gdbint.texinfo (Host Definition): Delete description of
4232 NO_SYS_FILE.
4233 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4234 PTRACE_FP_BUG.
4235
9c8dbfa9
AC
42362004-08-05 Andrew Cagney <cagney@gnu.org>
4237
4238 * gdbint.texinfo (Target Architecture Definition): Delete
4239 reference to deprecated_read_fp.
4240
f42accbe
AC
42412004-08-02 Andrew Cagney <cagney@gnu.org>
4242
4243 * gdbint.texinfo (Target Architecture Definition): Delete
4244 description of DEPRECATED_REGISTER_BYTES.
4245
0b66e38c
EZ
42462004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4247
4248 * gdb.texinfo (Source Path): Document the new behavior of
4249 searching for the source files.
4250
15387254
EZ
42512004-07-17 Eli Zaretskii <eliz@gnu.org>
4252
4253 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4254 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4255 (Auto Display): Improve indexing.
4256
2c07db7a
AC
42572004-07-16 Andrew Cagney <cagney@gnu.org>
4258
4259 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4260 "-noasync".
4261
4644b6e3
EZ
42622004-07-09 Eli Zaretskii <eliz@gnu.org>
4263
4264 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4265 have the same prefix have only their prefix in the index.
4266
7561d450
MK
42672004-07-03 Mark Kettenis <kettenis@gnu.org>
4268
4269 * gdb.texinfo (BSD libkvm Interface): New node (section)
4270 (Native): Add it to the menu.
4271
67bebe79
MK
42722004-07-01 Mark Kettenis <kettenis@gnu.org>
4273
4274 * gdbint.texinfo (Target Architecture Definition): Remove
4275 PCC_SOL_BROKEN.
4276
1a6923e0
MK
42772004-06-24 Mark Kettenis <kettenis@gnu.org>
4278
4279 * gdbint.texinfo (Target Architecture Definition): Remove
4280 SUN_FIXED_LBRAC_BUG.
4281
b435e160
AC
42822004-06-26 Andrew Cagney <cagney@gnu.org>
4283
4284 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4285
b5622e8d
AC
42862004-06-20 Andrew Cagney <cagney@gnu.org>
4287
4288 * gdbint.texinfo (Target Architecture Definition): Deprecate
4289 USE_STRUCT_CONVENTION.
4290
e0c07bf0
MC
42912004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4292
4293 gdb.texinfo (Bug Reporting): Mention session recording,
4294 with the script command or Emacs.
4295
782263ab
AC
42962004-06-18 Andrew Cagney <cagney@gnu.org>
4297
4298 * gdbint.texinfo (Target Architecture Definition): Deprecate
4299 FUNCTION_START_OFFSET.
4300
03727ca6
AC
43012004-06-14 Andrew Cagney <cagney@gnu.org>
4302
4303 Based on changes from Karl Berry.
4304 * gdb.texinfo: Do not use @sc in a direntry.
4305 * stabs.texinfo: Change @dircateogry to "Software development".
4306 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4307
97092415
AC
43082004-06-13 Andrew Cagney <cagney@gnu.org>
4309
4310 * gdbint.texinfo (Target Architecture Definition): Delete
4311 description of RETURN_VALUE_ON_STACK.
4312
1f6d4158
AC
43132004-06-09 Andrew Cagney <cagney@gnu.org>
4314
4315 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4316 deleted by previous patch.
4317
d966f0cb
AC
43182004-06-08 Andrew Cagney <cagney@gnu.org>
4319
4320 * gdbint.texinfo (Native Debugging): Delete documentation on
4321 ATTACH_DETACH.
4322
86fe4aaa
RC
43232004-06-06 Randolph Chung <tausq@debian.org>
4324
4325 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4326
d4b6d575
RC
43272004-06-06 Randolph Chung <tausq@debian.org>
4328
5ae4183a 4329 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
4330 the new push_dummy_call method signature. Describe the function
4331 argument.
4332
4e8b0763
JB
43332004-05-24 Joel Brobecker <brobecker@gnat.com>
4334
4335 * gdb.texinfo (Starting): Document new start command.
4336
59caf092
AC
43372004-05-21 Andrew Cagney <cagney@redhat.com>
4338
4339 * observer.texi (GDB Observers): Document "inferior_created".
4340
e4a2df64
AC
43412004-05-08 Andrew Cagney <cagney@redhat.com>
4342
e6b55ae2
AC
4343 * gdbint.texinfo (Target Architecture Definition): Delete
4344 description of DO_DEFERRED_STORES.
4345
28954179
AC
4346 * gdbint.texinfo (Target Architecture Definition): Delete
4347 references to DEPRECATED_FIX_CALL_DUMMY.
4348
434b87dd
AC
4349 * gdbint.texinfo (Target Architecture Definition): Delete
4350 description of DEPRECATED_CALL_DUMMY_WORDS,
4351 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4352
58d28df8
AC
4353 * gdbint.texinfo (Target Architecture Definition): Delete
4354 description of DEPRECATED_PUSH_DUMMY_FRAME.
4355
e4a2df64
AC
4356 * gdbint.texinfo (Target Architecture Definition): Delete
4357 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4358
2b4855ab
AC
43592004-05-07 Andrew Cagney <cagney@redhat.com>
4360
4361 * observer.texi (GDB Observers): Add "Debugging" section. Include
4362 cross reference to "set/show debug observer".
4363 * gdb.texinfo (Debugging Output): Document "set/show debug
4364 observer".
4365
fcf70625
AC
43662004-05-01 Andrew Cagney <cagney@redhat.com>
4367
4368 * gdbint.texinfo (Target Architecture Definition): Delete
4369 description of DEPRECATED_PC_IN_SIGTRAMP.
4370
8ee56bcf
AC
43712004-04-30 Andrew Cagney <cagney@redhat.com>
4372
4373 * gdbint.texinfo (Target Architecture Definition): Delete
4374 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4375
67ab9a76
OF
43762004-04-30 Orjan Friberg <orjanf@axis.com>
4377
4378 * observer.texi (GDB Observers): Correct spelling.
4379
79346bcb
OF
43802004-04-26 Orjan Friberg <orjanf@axis.com>
4381
4382 * observer.texi (GDB Observers): Add target_changed event.
4383
7a464420
AC
43842004-04-08 Andrew Cagney <cagney@redhat.com>
4385
4386 * observer.texi (GDB Observers): Rework, provide generic observer
4387 definitions and then a list of observable events.
4388
6cdf9d98
AC
43892004-04-04 Andrew Cagney <cagney@redhat.com>
4390
4391 * gdbint.texinfo (Host Definition): Delete reference to
4392 NO_SIGINTERRUPT.
4393
ddc135a4
AC
43942004-04-02 Andrew Cagney <cagney@redhat.com>
4395
4396 * gdbint.texinfo (Target Architecture Definition): Delete
4397 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4398
6a1b180d
SC
43992004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4400
4401 * gdb.texinfo (TUI Commands): Document tui reg commands.
4402
d0d5df6f
AC
44032004-03-26 Andrew Cagney <cagney@redhat.com>
4404
4405 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4406 "gdbtui".
4407 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4408 (Contributors): Mention both Text and Terminal User Interface.
4409
aa2a3f87
AC
44102004-03-23 Andrew Cagney <cagney@redhat.com>
4411
4412 * gdbint.texinfo (Target Architecture Definition): Deprecate
4413 references to SIGTRAMP_START and SIGTRAMP_END.
4414
f561f026
AC
44152004-03-23 Andrew Cagney <cagney@redhat.com>
4416
4417 * gdbint.texinfo (Target Architecture Definition): Deprecate
4418 references to PC_IN_SIGTRAMP.
4419
33cb8b0f
AC
44202004-03-19 Andrew Cagney <cagney@redhat.com>
4421
4422 * gdbint.texinfo (Target Architecture Definition): Delete
4423 reference to GDB_TARGET_IS_HPPA.
4424
fc989b7a
AC
44252004-03-18 Andrew Cagney <cagney@redhat.com>
4426
4427 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4428 describe pre_init and post_init.
4429
701b08bb
DJ
44302004-03-09 Daniel Jacobowitz <drow@mvista.com>
4431
4432 * gdb.texinfo (Debugging Output): Document values for "set debug
4433 target".
4434
faae5abe
AC
44352004-02-28 Andrew Cagney <cagney@redhat.com>
4436
4437 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4438
dd79a6cf
JJ
44392004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4440
4441 * gdb.texinfo (breakpoints): Add information about the
4442 new "set breakpoint pending" and "show breakpoint pending"
4443 commands.
4444
e7f16015
AC
44452004-02-26 Andrew Cagney <cagney@redhat.com>
4446
4447 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4448 in Per-architecture module data section.
4449
7161a3a6
RM
44502004-02-25 Roland McGrath <roland@redhat.com>
4451
4452 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4453
2154891a
AC
44542004-02-24 Andrew Cagney <cagney@redhat.com>
4455
4456 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4457 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4458 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 4459
6c74ac8b
AC
44602004-02-17 Andrew Cagney <cagney@redhat.com>
4461
4462 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4463
19772a2c
AC
44642004-02-16 Andrew Cagney <cagney@redhat.com>
4465
4466 * gdbint.texinfo (Target Architecture Definition): Deprecate
4467 FRAMELESS_FUNCTION_INVOCATION.
4468
c9830293
AC
44692004-02-16 Andrew Cagney <cagney@redhat.com>
4470
4471 * gdbint.texinfo (Coding): Mention -Wunused-function.
4472
b9d26eb9
AC
44732004-02-14 Andrew Cagney <cagney@redhat.com>
4474
4475 * gdbint.texinfo (Target Architecture Definition): Delete
4476 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4477
49efadf5
EZ
44782004-02-12 Elena Zannoni <ezannoni@redhat.com>
4479
4480 * gdb.texinfo: Properly quote the name "C++".
4481 * gdbint.texinfo: Ditto.
4482 * stabs.texinfo: Ditto.
4483
1eb288ea
EZ
44842004-02-11 Elena Zannoni <ezannoni@redhat.com>
4485
4486 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4487 minimal information about libiberty.
4488
e4937fc1
MC
44892004-02-06 Michael Chastain <mec.gnu@mindspring.com>
4490
4491 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4492
a9331b3f
RM
44932004-02-04 Roland McGrath <roland@redhat.com>
4494
4495 * gdb.texinfo (Auxiliary Vector): New node (section).
4496 (Data): Add it to the menu.
4497
2650777c
JJ
44982004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4499
4500 * gdb.texinfo (Breakpoints): Add information about pending
4501 breakpoint support.
4502
b4501125
AC
45032004-01-26 Andrew Cagney <cagney@redhat.com>
4504
4505 * gdb.texinfo (Overview): Delete references to the cisco protocol
4506 including the "N" response.
4507
74055713
AC
45082004-01-26 Andrew Cagney <cagney@redhat.com>
4509
4510 * gdbint.texinfo (Target Architecture Definition): Rename
4511 EXTRACT_STRUCT_VALUE_ADDRESS to
4512 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 4513
3bbe9696
EZ
45142004-01-24 Eli Zaretskii <eliz@gnu.org>
4515
4516 * gdb.texinfo (KOD): Document "show os". Add index entries for
4517 "set/show os" and "info cisco" commands.
4518
5843504f
EZ
45192004-01-21 Eli Zaretskii <eliz@gnu.org>
4520
4521 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
4522
9175c9a3
MC
45232004-01-19 Michael Chastain <mec.gnu@mindspring.com>
4524
4525 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
4526 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
4527
8e94b928
NR
45282004-01-19 Nick Roberts <nick@nick.uklinux.net>
4529
4530 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
4531 -stack-list-locals.
4532 (GDB/MI Variable Objects): Describe extension to
4533 -var-list-children.
4534
a20cf136
DJ
45352004-01-17 Daniel Jacobowitz <drow@mvista.com>
4536
4537 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
4538
afb18d0f
AC
45392004-01-17 Andrew Cagney <cagney@redhat.com>
4540
4541 * gdbint.texinfo (Target Architecture Definition): Delete
4542 documentation on DEPRECATED_NPC_REGNUM.
4543
b51970ac
DJ
45442004-01-13 Daniel Jacobowitz <drow@mvista.com>
4545
4546 * gdb.texinfo: Update copyright year. Mention that set
4547 follow-fork-mode is supported on GNU/Linux. Remove documentation of
4548 "set follow-fork-mode ask".
4549
0f0cffd2
AC
45502004-01-13 Andrew Cagney <cagney@redhat.com>
4551
4552 * gdbint.texinfo: Update copyright year.
4553 (Coding): Add -Wunused-label to list of -Werror warnings.
4554
c552b3bb 45552004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 4556 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
4557
4558 * gdb.texinfo: Update copyright.
4559 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
4560 around names, as appropriate. Minor syntax cleanup of
4561 _NSPrintForDebugger explanation. Two spaces after periods.
4562 GDBN used instead of lit. "gdb". Index entries added for
4563 print-object and _NSPrintForDebugger. @noindent added in one spot.
4564
afe157ca
EZ
45652003-11-11 Elena Zannoni <ezannoni@redhat.com>
4566
4567 * stabs.texinfo: Add dircategory and direntry commands.
4568 * annotate.texinfo: Ditto.
4569
963e2bb7
AC
45702003-11-10 Andrew Cagney <cagney@redhat.com>
4571
4572 * gdbint.texinfo (Target Architecture Definition): Replace the
4573 return_value method's "inval" and "outval" parameters with
4574 "readbuf" and "writebuf".
4575
1d8b2f28
JB
45762003-10-28 Jim Blandy <jimb@redhat.com>
4577
4578 * gdb.texinfo (The F request packet, The F reply packet): Renamed
4579 from "The `F' request packet" and "The `F' reply packet", to make
4580 texi2dvi happy.
4581 (File-I/O remote protocol extension): Update menu entries, too.
4582
36d86913
MC
45832003-10-26 Michael Chastain <mec@shout.net>
4584
4585 * gdb.texinfo (Thread Stops): Document the issue with
4586 premature return from system calls in multi-threaded programs.
4587
ce2826aa
AC
45882003-10-24 Andrew Cagney <cagney@redhat.com>
4589
4590 * annotate.texinfo: Fix "fortunatly"[sic].
4591
f24c5e49
KI
45922003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
4593
4594 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
4595 with "Hitachi" and "Mitsubishi".
4596
92ad9cd9
AC
45972003-10-20 Andrew Cagney <cagney@redhat.com>
4598
4599 * gdbint.texinfo (Target Architecture Definition): Document
4600 gdbarch_return_value. Add cross references from
4601 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
4602 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
4603
0ab4b752
MK
46042003-10-18 Mark Kettenis <kettenis@gnu.org>
4605
4606 * gdbint.texinfo (Target Architecture Definition): Document
4607 regset_from_core_section.
fb3e19c0
KI
4608
46092003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
4610
4611 * gdb.texinfo (M32R/D): Mention m32rsdi target.
4612
a9331b3f 46132003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
4614
4615 From Anthony Green <green@redhat.com>:
5ae4183a 4616 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 4617
1485d690
KB
46182003-10-14 Kevin Buettner <kevinb@redhat.com>
4619
889bf7c5
PA
4620 * gdb.texinfo (Breakpoint related warnings): New node.
4621 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 4622
86d30acc
DJ
46232003-10-13 Daniel Jacobowitz <drow@mvista.com>
4624
4625 * gdb.texinfo (Remote Protocol): Document v and vCont.
4626
172c2a43
KI
46272003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
4628
4629 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
4630 * gdbint.texinfo: Ditto.
4631
71952f4c
AC
46322003-10-09 Andrew Cagney <cagney@redhat.com>
4633
4634 From 2003-09-18 David Anderson <davea@sgi.com>:
4635 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
4636 "command".
4637
268e2188
AC
46382003-10-03 Andrew Cagney <cagney@redhat.com>
4639
4640 * gdbint.texinfo (Target Architecture Definition): Deprecate
4641 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
4642 just target.
4643
12c266ea 46442003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 4645
f30992d4 4646 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
4647 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
4648 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
4649 * gdbint.texinfo (Target Architecture Definition): Rename
4650
46512003-09-30 Andrew Cagney <cagney@redhat.com>
4652
f30992d4 4653 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 4654 (Target Architecture Definition):
f30992d4 4655
2e092625
AC
4656 * gdbint.texinfo (Target Architecture Definition): Rename
4657 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
4658
0717ae8a
AC
46592003-09-29 Andrew Cagney <cagney@redhat.com>
4660
dad809b7
AC
4661 * gdbint.texinfo (Target Architecture Definition): Delete
4662 documentation for NEED_TEXT_START_END.
4663
0717ae8a
AC
4664 * gdbint.texinfo (Target Architecture Definition): Rename
4665 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
4666 TARGET_WRITE_PC.
a9331b3f 4667
af6cf26d
MC
46682003-09-22 Michael Chastain <mec@shout.net>
4669
4670 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
4671
ee206350
AG
46722003-09-21 Anthony Green <green@redhat.com>
4673
4674 * gdbint.texinfo (Target Architecture Definition): Fix typos.
4675
a38c9fe6
MK
46762003-09-21 Mark Kettenis <kettenis@gnu.org>
4677
4678 * gdbint.texinfo (Target Architecture Definition): Document
4679 stabs_argument_has_addr.
4680
77949794
AC
46812003-09-18 Andrew Cagney <cagney@redhat.com>
4682
4683 * gdbint.texinfo (Target Architecture Definition): Delete
4684 documentation on REGISTER_NAMES.
4685
8e823e25
MK
46862003-09-13 Mark Kettenis <kettenis@gnu.org>
4687
4688 * gdbint.texinfo (Target Architecture Definition): Replace
4689 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
4690
f27dd7fd
AC
46912003-09-11 Andrew Cagney <cagney@redhat.com>
4692
4693 * gdbint.texinfo (Target Architecture Definition): Replace
4694 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
4695
8b148df9
AC
46962003-08-18 Andrew Cagney <cagney@redhat.com>
4697
4698 * gdbint.texinfo (Target Architecture Definition): Document
4699 "frame_red_zone_size".
4700
25d29d70
AC
47012003-08-09 Andrew Cagney <cagney@redhat.com>
4702
4703 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
4704 with "set/show backtrace past-main" and "set/show backtrace
4705 limit".
4706
c938e9b0
L
47072003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4708
4709 * Makefile.in (install-info): Support DESTDIR.
4710 (install-html): Likewise.
4711
64fabec2
AC
47122003-08-07 Andrew Cagney <cagney@redhat.com>
4713
4714 Patch from Nick Roberts.
4715 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
4716 bindings. Remove description of send-gdb-command.
4717
2fcf52f0
AC
47182003-08-07 Andrew Cagney <cagney@redhat.com>
4719
4720 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
4721 GDB 6.0.
4722
086432e2
AC
47232003-08-06 Andrew Cagney <cagney@redhat.com>
4724
4725 * gdb.texinfo (Mode Options): Mention that level three is the
4726 highest available and that level 2 is deprecated.
4727 (Annotations Overview): Mention annotation levels. Cross reference
4728 to "Limitations of the Annotation Interface" in annotate.texi.
4729 (TODO, Value Annotations, Frame Annotations): Delete section.
4730 (Displays, Breakpoint Info): Delete.
4731
e5249f67
AC
47322003-08-04 Andrew Cagney <cagney@redhat.com>
4733
4734 * agentexpr.texi: Delete @bye.
4735 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
4736 (stabs.info): Add $(srcdir) to include search path.
4737 (html): Depend on "annotate_toc.html", and not "annotate.html".
4738 * stabs.texinfo: Ditto. Include "fdl.texi".
4739 * gdbint.texinfo: Update copyright statement's list of invariant
4740 sections.
4741
e6f672d2
AC
47422003-07-28 Andrew Cagney <cagney@redhat.com>
4743
4744 * Makefile.in (INFO_DEPS): Add annotate.info.
4745 (dvi, ps, html, pdf): Add annotate.
4746 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
4747 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
4748 (ANNOTATE_DOC_FILES): New macro.
4749 (ANNOTATE_TEX_TMPS): New macro.
4750 (annotate.info, annotate_toc.html): Specify dependencies.
4751 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
4752 * annotate.texinfo: Rename annotate.texi. Get building. Add
4753 "Migrating to GDB/MI" and "Limitations of the Annotation
4754 Interface" chapters. Mention why it is not part of the user
4755 guide. Update copyright notice. Include "fdl.texi".
4756
72ffddc9
SC
47572003-07-26 Stephane Carrez <stcarrez@nerim.fr>
4758
4759 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
4760
a9f12a31
DJ
47612003-07-24 Daniel Jacobowitz <drow@mvista.com>
4762
4763 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
4764
b1fe9455
DJ
47652003-07-24 Daniel Jacobowitz <drow@mvista.com>
4766
4767 * gdb.texinfo (Server): Mention pidof.
4768
153721e6
AC
47692003-07-22 Andrew Cagney <cagney@redhat.com>
4770
4771 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
4772 list.
4773
0fac0b41
DJ
47742003-06-28 Daniel Jacobowitz <drow@mvista.com>
4775
4776 * gdb.texinfo (Logging output): New chapter.
4777
4e562065
JB
47782003-06-24 Joel Brobecker <brobecker@gnat.com>
4779
4780 * gdb.texinfo (Unsupported languages): New section.
4781 (Languages): Add link to new section.
4782
f2c06f52
AC
47832003-06-22 Andrew Cagney <cagney@redhat.com>
4784
4785 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
4786
b4177fca
DJ
47872003-06-22 Daniel Jacobowitz <drow@mvista.com>
4788
4789 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
4790
f418dd93
DJ
47912003-06-22 Daniel Jacobowitz <drow@mvista.com>
4792
4793 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
4794 * agentexpr.texi: Retitle section, and change it to an appendix.
4795 Comment out texinfo initialization. Factor a @var{} into two
4796 pieces to prevent makeinfo warnings.
4797 * gdb.texinfo: Add Agent Expressions appendix.
4798
4ca61388
DJ
47992003-06-19 Daniel Jacobowitz <drow@mvista.com>
4800
4801 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
4802
07f31aa6
DJ
48032003-06-18 Daniel Jacobowitz <drow@mvista.com>
4804
5ae4183a 4805 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
4806 remote target". Document the "detach" and "disconnect" commands.
4807 (Server, Netware, Debug Session): Reference "Connecting to a
4808 remote target".
4809 (GDB/MI Target Manipulation): Document "-target-disconnect".
4810
2dd0da42
AC
48112003-06-13 Andrew Cagney <cagney@redhat.com>
4812
4813 * gdbint.texinfo (Target Architecture Definition): Deprecate
4814 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
4815 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
4816
e7a3abfc
JB
48172003-06-09 Jim Blandy <jimb@redhat.com>
4818
4819 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
4820
25e3a86b
AC
48212003-06-08 Andrew Cagney <cagney@redhat.com>
4822
4823 * gdbint.texinfo (Target Architecture Definition): Delete
4824 documentation on FRAME_ARGS_ADDRESS_CORRECT.
4825
a9e5fdc2
AC
48262003-06-08 Andrew Cagney <cagney@redhat.com>
4827
4828 * gdbint.texinfo (Target Architecture Definition): Document
4829 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
4830
b37303ee
AF
48312003-06-07 Adam Fedor <fedor@gnu.org>
4832
4833 * gdb.texinfo: Add Objective-C documentation.
4834
39fe6e80
AC
48352003-06-01 Andrew Cagney <cagney@redhat.com>
4836
4837 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
4838 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
4839
125309b2
AC
48402003-05-21 Andrew Cagney <cagney@redhat.com>
4841
4842 * gdbint.texinfo (Target Architecture Definition): Delete
4843 references to "extract_address" and "store_address".
4844
b8b527c5
AC
48452003-05-16 Andrew Cagney <cagney@redhat.com>
4846
4847 * gdbint.texinfo (Target Architecture Definition): Replace
4848 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
4849 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
4850
50e3ee83
TR
48512003-05-14 Theodore A. Roth <troth@openavr.org>
4852
4853 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
4854
44e2be90
L
48552003-05-10 H.J. Lu <hongjiu.lu@intel.com>
4856
4857 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
4858 (gdb.dvi): Likewise.
4859 (gdb.pdf): Likewise.
4860 (links2roff): Likewise.
4861
df5215a6
JB
48622003-05-08 Jim Blandy <jimb@redhat.com>
4863
4864 * gdb.texinfo (Dump/Restore Files): Update documentation for
4865 'dump', 'append', and 'restore': note that format argument is
4866 optional; simplify presentation of the command variants; and be
4867 more precise about the formats.
4868
5e7b2f39
JB
48692003-05-07 Jim Blandy <jimb@redhat.com>
4870
4871 * gdb.texinfo (Symbols): Update documentation: 'maint list
4872 symtabs' and 'maint list psymtabs' have been renamed 'maint info
4873 symtabs' and 'maint info psymtabs'.
4874
b1e29e33
AC
48752003-05-05 Andrew Cagney <cagney@redhat.com>
4876
4877 * gdbint.texinfo (Target Architecture Definition): Make
4878 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
4879 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
4880 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
4881
00905d52
AC
48822003-05-04 Andrew Cagney <cagney@redhat.com>
4883
4884 * gdb.texinfo (Maintenance Commands): Document "maint print
4885 dummy-frames".
4886
54ff5908
AC
48872003-05-04 Andrew Cagney <cagney@redhat.com>
4888
4889 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
4890
32e7087d
JB
48912003-05-03 J. Brobecker <brobecker@gnat.com>
4892
4893 Thierry Schneider <tpschneider1@yahoo.com>
4894 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
4895 for new MI command.
4896
7043d8dc
AC
48972003-05-03 Andrew Cagney <cagney@redhat.com>
4898
4899 * gdbint.texinfo (Target Architecture Definition): Document
4900 push_dummy_code. Add cross references.
4901
e33d66ec
EZ
49022003-05-02 Elena Zannoni <ezannoni@redhat.com>
4903
4904 * gdb.texinfo (Character Sets): Update to reflect new behavior of
4905 set/show charsets commands.
4906
0ba6dca9
AC
49072003-04-28 Andrew Cagney <cagney@redhat.com>
4908
4909 * gdbint.texinfo (Target Architecture Definition): Replace
4910 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
4911 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
4912
d7a27068
AC
49132003-04-28 Andrew Cagney <cagney@redhat.com>
4914
4915 * gdbint.texinfo (Target Architecture Definition): Rename
4916 "tm_print_insn" to "deprecated_tm_print_insn".
4917
44ea7b70
JB
49182003-04-09 Jim Blandy <jimb@redhat.com>
4919
4920 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
4921 list psymtabs'.
4922
fb8f8949
AC
49232003-04-08 Andrew Cagney <cagney@redhat.com>
4924
4925 * gdbint.texinfo (Target Architecture Definition): Delete
4926 references to EXTRA_FRAME_INFO.
4927
32fb0f22
AC
49282003-04-08 Andrew Cagney <cagney@redhat.com>
4929
4930 * gdbint.texinfo (Target Architecture Definition): Delete
4931 PRINT_TYPELESS_INTEGER.
4932
6be67e67
JB
49332003-04-02 J. Brobecker <brobecker@gnat.com>
4934
4935 * observer.texi (GDB Observers): Adjust the documentation for the
4936 normal_stop notification to better describe reality. Fix a couple
4937 of minor typos.
4938
4e35d5f0
BR
49392003-04-02 Bob Rossi <bob_rossi@cox.net>
4940
a9331b3f 4941 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
4942 '-file-list-exec-source-file'
4943
e8a8712a
AC
49442003-03-31 Andrew Cagney <cagney@redhat.com>
4945
4946 * gdbint.texinfo (Target Architecture Definition): Delete
4947 references to CALL_DUMMY_P.
4948
6c0e89ed
AC
49492003-03-30 Andrew Cagney <cagney@redhat.com>
4950
4951 * gdbint.texinfo (Target Architecture Definition): Remove
4952 reference to TARGET_WRITE_SP.
a9331b3f 4953
378bfd1b
AC
49542003-03-27 Andrew Cagney <cagney@redhat.com>
4955
4956 * gdbint.texinfo (Target Architecture Definition): Remove
4957 references to write_sp.
6c0e89ed 4958
922fbb7b
AC
49592003-03-27 Andrew Cagney <cagney@redhat.com>
4960
4961 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
4962 chapter body. Use @smallexample instead of @example.
4963 (Annotations): Ditto.
4964 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
4965 annotate.texi.
4966
b81774d8
AC
49672003-03-26 Andrew Cagney <cagney@redhat.com>
4968
4969 * gdbint.texinfo (Target Architecture Definition): Replace
4970 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
4971 dummy_addr parameters.
4972
1bf6d5cc
AC
49732003-03-25 Andrew Cagney <cagney@redhat.com>
4974
4975 * gdbint.texinfo (Target Architecture Definition): Delete
4976 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
4977 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4978 Add reference to PUSH_ARGUMENTS.
4979
618ce49f
AC
49802003-03-23 Andrew Cagney <cagney@redhat.com>
4981
4982 * gdbint.texinfo (Algorithms, Target Architecture Definition):
4983 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
4984
bcd7e15f
JB
49852003-03-18 J. Brobecker <brobecker@gnat.com>
4986
4987 * gdbint.texinfo (Algorithms): Add new section describing the
4988 Observer paradigm.
4989 (Top): Add menu entry to new observer appendix.
4990 * observer.texi: New file.
4991 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
4992 new observer.texi file.
4993
9fe8321b
AC
49942003-03-17 Andrew Cagney <cagney@redhat.com>
4995
4996 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
4997 that GNU Press update the manual version number.
4998
ac2adee5
AC
49992003-03-12 Andrew Cagney <cagney@redhat.com>
5000
5001 * gdbint.texinfo (Target Architecture Definition): Delete
5002 references to get_saved_register. Rename GET_SAVED_REGISTER to
5003 DEPRECATED_GET_SAVED_REGISTER.
5004
749b82f6
AC
50052003-03-13 Andrew Cagney <cagney@redhat.com>
5006
5007 * gdbint.texinfo (Target Architecture Definition): Replace
5008 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5009
8bedc050
AC
50102003-03-12 Andrew Cagney <cagney@redhat.com>
5011
5012 * gdbint.texinfo (Target Architecture Definition): Rename
5013 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5014
0ce1b118
CV
50152003-03-10 Corinna Vinschen <vinschen@redhat.com>
5016
5017 * gdb.texinfo: Add File-I/O documentation.
5018
12cc2063
AC
50192003-03-10 Andrew Cagney <cagney@redhat.com>
5020
5021 * gdbint.texinfo (Target Architecture Definition): Cross reference
5022 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5023
7453dc06
AC
50242003-03-07 Andrew Cagney <cagney@redhat.com>
5025
5026 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5027 frame" command.
5028
6314f104
AC
50292003-03-05 Andrew Cagney <cagney@redhat.com>
5030
5031 * gdbint.texinfo (Target Architecture Definition): Document
5032 unwind_dummy_id. Cross reference unwind_dummy_id and
5033 SAVE_DUMMY_FRAME_TOS.
5034
f1212245
DJ
50352003-03-05 James Ingham <jingham@apple.com>
5036 Daniel Jacobowitz <drow@mvista.com>
5037
5038 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5039 and "show cp-abi".
5040
77e7e267
AC
50412003-03-03 Andrew Cagney <cagney@redhat.com>
5042
5043 * gdbint.texinfo (Target Architecture Definition): Document
5044 register_type.
5045
838a8221
AC
50462003-03-03 Andrew Cagney <cagney@redhat.com>
5047
5048 * stabs.texinfo (Structures): Use @samp and separate @var's
5049 instead of a single @var containing a comma separated list.
5050 (Unions): Ditto.
5051
d7f4a264
DJ
50522003-03-02 Daniel Jacobowitz <drow@mvista.com>
5053
5054 * Makefile.in (distclean): Remove config.log.
5055
f30ee0bc
AC
50562003-03-01 Andrew Cagney <cagney@redhat.com>
5057
5058 * gdbint.texinfo (Target Architecture Definition): Rename
5059 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5060
50612003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5062
5063 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5064 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5065
be448670
CF
50662003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5067
5068 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5069 (Non-debug DLL symbols): New node, describing the minimal symbols
5070 loaded from DLLs without real debugging symbols.
5071
501eef12
AC
50722003-02-20 Andrew Cagney <ac131313@redhat.com>
5073
5074 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5075 hardware-breakpoint-limit".
5076 (Set Watchpoints): Add cross reference to "set remote
5077 hardware-watchpoint-limit".
5078 (Remote configuration options): New section.
5079
21c294e6
AC
50802003-02-04 Andrew Cagney <ac131313@redhat.com>
5081
e9be73e4
AC
5082 * gdbint.texinfo (Target Architecture Definition): Delete
5083 descrption of IS_TRAPPED_INTERNALVAR.
5084
21c294e6
AC
5085 From Keith Seitz <keiths@redhat.com>:
5086 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5087 option "-i"/"--interpreter" to this chapter. Include index
5088 entries.
5089
0179ffac
DC
50902003-02-04 David Carlton <carlton@math.stanford.edu>
5091
5092 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5093 (Variables): Recommend stabs+ and DWARF 2.
5094 (C plus plus expressions): Correct info about
5095 compiler versions, debug formats.
5096 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5097 PR symtab/874.
5098
7ca9f392
AC
50992003-02-01 Andrew Cagney <ac131313@redhat.com>
5100
5101 * gdbint.texinfo (Target Architecture Definition): Delete
5102 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5103 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5104 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5105 references to nindy and i960.
5106 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5107
31a85ea2
AC
51082003-02-01 Andrew Cagney <ac131313@redhat.com>
5109
5110 * gdbint.texinfo (Target Architecture Definition): Delete
5111 FLOAT_INFO.
5112
6b894e49
AC
51132003-01-30 Andrew Cagney <ac131313@redhat.com>
5114
5115 * stabs.texinfo (Member Type Descriptor): Clarify description of
5116 `@'. Suggested by Ben Hutchings.
5117
c48861fb
AC
51182003-01-29 Andrew Cagney <ac131313@redhat.com>
5119
5120 * gdb.texinfo (M68K): Delete reference to es1800.
5121
617073a9
AC
51222003-01-29 Andrew Cagney <ac131313@redhat.com>
5123
5124 * gdb.texinfo (Maintenance Commands): Document `maint print
5125 reggroups' and `maint print register-groups'.
5126 * gdbint.texinfo (Target Architecture Definition): Document
5127 register_reggroup_p.
5128
5b5d99cf
JB
51292003-01-23 Jim Blandy <jimb@redhat.com>
5130
5131 * gdb.texinfo (Separate Debug Files): New section.
5132
e7ba9c65
DJ
51332003-01-22 Daniel Jacobowitz <drow@mvista.com>
5134
5135 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5136 and "maint show profile".
5137
94e91d6d
MC
51382003-01-16 Michael Chastain <mec@shout.net>
5139
5140 * gdb.texinfo (Installing GDB): Warn against
5141 ".../gdb-VERSION/gdb/configure".
5142 (Separate Objdir): Likewise.
5143
867f3898
AC
51442003-01-15 Andrew Cagney <ac131313@redhat.com>
5145
5146 * gdbint.texinfo (Target Architecture Definition): Delete
5147 definition of PRINT_REGISTER_HOOK.
5148
f153cc92
EZ
51492003-01-15 Elena Zannoni <ezannoni@redhat.com>
5150
5151 (OpenRISC 1000): Fix formatting of command names.
5152
c60eb6f1
EZ
51532003-01-15 Elena Zannoni <ezannoni@redhat.com>
5154
5155 * gdb.texinfo (Continuing and Stepping): Add new command
5156 'advance'. Clarify behavior of 'until'.
5157
f5ebfba0
DJ
51582003-01-13 Daniel Jacobowitz <drow@mvista.com>
5159
5160 * gdb.texinfo (Files): Document solib-absolute-prefix and
5161 solib-search-path.
5162
4ce8657e
MC
51632003-01-09 Michael Chastain <mec@shout.net>
5164
5165 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5166 (Create a Release): Add new instructions for new @file{src-release}.
5167 Document existing instructions for @file{Makefile.in} as
5168 being for @value{GDBN} 5.3.1 or earlier.
5169
372613e3
AC
51702003-01-09 Andrew Cagney <ac131313@redhat.com>
5171
5172 * gdbint.texinfo (Target Architecture Definition): Mention
5173 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5174 allocate memory.
5175
b4e9345d
DJ
51762003-01-04 Daniel Jacobowitz <drow@mvista.com>
5177
5178 * gdb.texinfo (Controlling GDB): Add @kindex for
5179 "show osabi".
5180 (Backtraces): Add @kindex's for backtrace-below-main.
5181
98b45e30
DJ
51822003-01-04 Daniel Jacobowitz <drow@mvista.com>
5183
5184 * gdb.texinfo (Controlling GDB): Document "set osabi".
5185
95f90d25
DJ
51862003-01-04 Daniel Jacobowitz <drow@mvista.com>
5187
5188 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5189 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5190
1e698235
DJ
51912003-01-04 Daniel Jacobowitz <drow@mvista.com>
5192
5193 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5194 "set coerce-float-to-double".
5195 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5196
e632838e
AC
51972003-01-02 Andrew Cagney <ac131313@redhat.com>
5198
5199 * stabs.texinfo: Remove obsolete text.
5200 * gdbint.texinfo: Ditto.
5201 * gdb.texinfo: Ditto.
5202
c133ab7a
MK
52032002-12-22 Mark Kettenis <kettenis@gnu.org>
5204
5205 * gdbint.texinfo (Target Architecture Definition): Update
5206 description of gdbarch_register_osabi.
5207
f821f325
KH
52082002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5209
5210 * agentexpr.texi: Fix typos.
5211 * annotate.texi: Likewise.
5212 * fdl.texi: Likewise.
5213
85a6d8d3 52142002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5215
5216 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5217 DEPRECATED_INIT_FRAME_PC.
5218
ae45cd16
AC
52192002-12-01 Andrew Cagney <ac131313@redhat.com>
5220
5221 * gdbint.texinfo (Target Architecture Definition): Delete
5222 PC_IN_CALL_DUMMY.
5223
07555a72
AC
52242002-11-28 Andrew Cagney <ac131313@redhat.com>
5225
5226 * gdbint.texinfo (Host Definition): Delete documentation on
5227 USE_GENERIC_DUMMY_FRAMES.
5228
c166cdc7
EZ
52292002-11-26 Elena Zannoni <ezannoni@redhat.com>
5230
5ae4183a 5231 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5232 * Makefile.in (install-info): Run the install-info command as part
5233 of the post install steps only.
5234 (uninstall-info): New target.
5235 (uninstall): New target.
5236
35db0260
EZ
52372002-11-22 Elena Zannoni <ezannoni@redhat.com>
5238
5239 * Makefile.in (install): Make install do some real work.
5240
9ba8d803
AC
52412002-11-19 Andrew Cagney <ac131313@redhat.com>
5242
5243 Fix POSIX problem reported by Paul Eggert.
5244 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5245 Fix PR gdb/527.
5246
903ad3a6
AC
52472002-10-26 Andrew Cagney <cagney@redhat.com>
5248
5249 * gdbint.texinfo (Target Architecture Definition): Delete
5250 definition of DO_REGISTERS_INFO.
5251
f2abfe65
KB
52522002-10-18 Kevin Buettner <kevinb@redhat.com>
5253
5254 * gdbint.texinfo (Address Classes): Fix problems with insertion
5255 of ``{'' and ``}'' in example.
5256
b5b0480a
KB
52572002-10-17 Kevin Buettner <kevinb@redhat.com>
5258
5259 * gdbint.texinfo (Address Classes): New section.
5260 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5261 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5262 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5263 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5264
c85508ee
KD
52652002-10-11 Klee Dienes <kdienes@apple.com>
5266
5267 * gdb.texinfo (Registers): Mention vector registers as well as
5268 floating registers in the documentation for 'info registers' and
5269 'info all-registers'.
5270
6d12fc3d
DJ
52712002-10-11 Daniel Jacobowitz <drow@mvista.com>
5272
5273 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5274
8d19fbd2
JJ
52752002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5276
5277 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5278 interface definition.
5279
a37295f9
MM
52802002-10-03 Marko Mlinar <markom@opencores.org>
5281
5282 * gdb.texinfo (Target Commands): Add or1k target specific
5283 commands.
5284 * gdb.texinfo (Contributors): Add myself to the contributors list.
5285
da0f9dcd
AC
52862002-10-01 Andrew Cagney <ac131313@redhat.com>
5287
5288 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5289 and "mi1" instead of "mi1" and "mi0".
5290
2e834e49
HPN
52912002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5292
5293 * gdb.texinfo (Packets): Fix typos "alligned".
5294 Correct z3/Z3 description. Correct z4/Z4 title.
5295
050be0dc
AC
52962002-09-27 Andrew Cagney <ac131313@redhat.com>
5297
5298 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5299
1104b9e7
KB
53002002-09-25 Kevin Buettner <kevinb@redhat.com>
5301
5302 * gdb.texinfo: Use GNU/Linux instead of Linux.
5303
512217c7
AC
53042002-09-25 Andrew Cagney <ac131313@redhat.com>
5305
5306 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5307
10998722
AC
53082002-09-24 Andrew Cagney <ac131313@redhat.com>
5309
512217c7 5310 * gdb.texinfo: Replace @example with @smallexample.
10998722 5311
a0eb71c5
KB
53122002-09-20 Kevin Buettner <kevinb@redhat.com>
5313
f7dc1244 5314 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
5315 * gdb.texinfo (Character Sets): Use @smallexample instead of
5316 @example. Use GNU/Linux instead of Linux.
5317
53182002-09-20 Jim Blandy <jimb@redhat.com>
5319
5320 * gdb.texinfo: Add character set documentation.
5321
2f870471
AC
53222002-09-19 Andrew Cagney <ac131313@redhat.com>
5323
5324 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5325 (Packets): Add cross reference from `b' packet to `z' packets.
5326
790eb8f5
AC
53272002-09-19 Andrew Cagney <ac131313@redhat.com>
5328
8d30a00d
AC
5329 * gdb.texinfo (Maintenance Commands): Document ``maint
5330 internal-error'' and ``maint internal-warning''.
5331
790eb8f5
AC
5332 * gdbint.texinfo (Target Architecture Definition): Revise
5333 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5334
a23a7bf1
JB
53352002-09-19 Joel Brobecker <brobecker@gnat.com>
5336
5337 * gdbint.texinfo (Target Conditionals): Document the new
5338 NAME_OF_MALLOC macro.
5339
299ffc64
AC
53402002-09-05 Andrew Cagney <ac131313@redhat.com>
5341
5342 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5343 engineer.
5344
b7bb15bc
SC
53452002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5346
5347 * gdb.texinfo (TUI Overview): Document status line fields.
5348
3d757584
SC
53492002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5350
5351 * gdb.texinfo (TUI Commands): Document info win command.
5352
269c21fe
SC
53532002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5354
5355 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5356
7cf36c78
SC
53572002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5358
5359 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5360 (TUI Keys): Likewise.
5361
d2c6833e
AC
53622002-08-25 Andrew Cagney <ac131313@redhat.com>
5363
5364 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5365 for a packet receive.
5366
46d8b1c3
AC
53672002-08-25 Andrew Cagney <ac131313@redhat.com>
5368
5369 * Makefile.in (clean): Move to end of file.
5370 (distclean, maintainer-clean, realclean): Ditto.
5371 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5372 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5373 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5374 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5375
b0787093
AC
53762002-08-24 Andrew Cagney <ac131313@redhat.com>
5377
5378 * Makefile.in (GDBINT_TEX_TMPS): Define.
5379 (gdbint.dvi, gdbint.pdf): Use
5380 (GDB_TEX_TMPS): Define.
5381 (gdb.dvi, gdb.pdf): Use.
5382 (STABS_TEX_TMPS): Define.
5383 (stabs.dvi, stabs.pdf): Use.
5384 (GDB_DOC_SOURCE_INCLUDES): New macros.
5385 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5386 (GDBINT_DOC_FILES_INCLUDES): New macros.
5387 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5388 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5389 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5390 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5391 (links2roff): Replace SFILES_INCLUDED with
5392 GDB_DOC_SOURCE_INCLUDES.
5393 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5394 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5395 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5396 dependencies.
5397 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5398 dependencies.
5399 (gdbmi.texinfo): Delete rule.
5400 (inc-hist.texinfo): Delete rule.
5401 (rluser.texinfo): Delete rule.
5402
ebba8386
AC
54032002-08-23 Andrew Cagney <cagney@redhat.com>
5404
5405 * gdbint.texinfo (Target Architecture Definition): Update
5406 STORE_RETURN_VALUE, mention regcache.
5407
0ab7a791
AC
54082002-08-21 Andrew Cagney <ac131313@redhat.com>
5409
5410 * gdbint.texinfo (Target Architecture Definition): Document
5411 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5412
ee2d5c50
AC
54132002-08-19 Andrew Cagney <ac131313@redhat.com>
5414
5415 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5416 Fix minor typos. Add index entries.
5417
53c69bd7
AC
54182002-08-18 Andrew Cagney <ac131313@redhat.com>
5419
5420 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5421
e76f1f2e
AC
54222002-08-15 Andrew Cagney <ac131313@redhat.com>
5423
5424 * gdbint.texinfo (Target Architecture Definition): Document
5425 PRINT_VECTOR_INFO.
5426 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5427
0680b120
AC
54282002-08-13 Andrew Cagney <ac131313@redhat.com>
5429
5430 * gdb.texinfo (Maintenance Commands): Document "maint print
5431 registers", "maint print raw-registers" and "maint print
5432 cooked-registers".
5433
3c3bea1c
GS
54342002-08-08 Grace Sainsbury <graces@redhat.com>
5435
a9331b3f 5436 From Mark Salter:
3c3bea1c
GS
5437 * gdb.texinfo (Protocol): Document T packet extension to
5438 allow watchpoint address reporting.
5439
42f9b0a5
AC
54402002-08-03 Andrew Cagney <ac131313@redhat.com>
5441
5442 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5443
db034ac5
AC
54442002-08-01 Andrew Cagney <cagney@redhat.com>
5445
5446 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5447 to CHILL.
5448
e2b28d04
AC
54492002-08-01 Andrew Cagney <ac131313@redhat.com>
5450
5451 * gdbint.texinfo (Coding): Revise section "Include Files".
5452
7fb623f7
AC
54532002-07-24 Andrew Cagney <cagney@redhat.com>
5454
5455 * gdbint.texinfo: Obsolete references to m88k.
5456 * gdb.texinfo: Ditto.
5457
4a2b4636
JB
54582002-07-10 Joel Brobecker <brobecker@gnat.com>
5459
7fb623f7 5460 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
5461 where the proper version of autoconf can be retrieved.
5462
a71ec265
DH
54632002-07-09 Don Howard <dhoward@redhat.com>
5464
5465 * gdb.texinfo (Command Files): Further describe the behavior of
5466 sourced command files.
5467
b9aa90c9
AC
54682002-06-27 Andrew Cagney <ac131313@redhat.com>
5469
5470 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5471 (Coding): Clarify ISO C version that GDB assumes.
5472
40dd2248
TT
54732002-06-26 Tom Tromey <tromey@redhat.com>
5474
5475 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5476 add_setshow_cmd_full.
5477
bfac230e
DH
54782002-06-25 Don Howard <dhoward@redhat.com>
5479
5480 * gdb.texinfo (Memory Region Attributes): Document new behavior
5481 for 'mem' command.
5482
475b0867
JB
54832002-06-11 Jim Blandy <jimb@redhat.com>
5484
919d772c
JB
5485 * gdb.texinfo (Symbols): Update documentation for `info source'
5486 command.
5487
475b0867
JB
5488 * gdb.texinfo (Macros): Call the command `info macro', not
5489 `show macro'.
5490
ba8c9337
AC
54912002-06-09 Andrew Cagney <ac131313@redhat.com>
5492
5493 * gdbint.texinfo (Coding): Add section ``Per-architecture module
5494 data''.
5495
1029b7fa
MK
54962002-06-09 Mark Kettenis <kettenis@gnu.org>
5497
5498 * gdbint.texinfo (Target Architecture Definition): Document
5499 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5500
16737d73
AC
55012002-06-08 Andrew Cagney <ac131313@redhat.com>
5502
5503 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
5504 lists.
5505
30107679
AC
55062002-06-08 Andrew Cagney <ac131313@redhat.com>
5507
5508 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
5509 Branch''.
5510
3352e23e
AC
55112002-06-01 Andrew Cagney <ac131313@redhat.com>
5512
5513 * gdbint.texinfo (Target Architecture Definition): Add section
5514 ``Converting an existing Target Architecture to Multi-arch''.
5515
cbb09e6a
AC
55162002-05-30 Andrew Cagney <ac131313@redhat.com>
5517
5518 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
5519 to ``Obsoleting code''. Revise.
5520
e2e0bcd1
JB
55212002-05-17 Jim Blandy <jimb@redhat.com>
5522
5523 * gdb.texinfo (C Preprocessor Macros): New chapter.
5524 Include it in the main menu.
5525 (Contributors): Credit Jim Blandy with macro support.
5526 (Compilation): Explain how to get macro information into the
5527 executable.
5528 (Expressions): Note that preprocessor macros are expanded.
5529
9db8d71f
DJ
55302002-05-14 Daniel Jacobowitz <drow@mvista.com>
5531
5532 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
5533 options for `target remote'.
5534
6d531722
AC
55352002-05-13 Andrew Cagney <ac131313@redhat.com>
5536
5537 * gdbint.texinfo (Target Architecture Definition): Delete
5538 documentation on NNPC_REGNUM.
5539
13d01224
AC
55402002-05-11 Andrew Cagney <ac131313@redhat.com>
5541
5542 * gdbint.texinfo (Target Architecture Definition): Document
5543 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
5544 (Target Architecture Definition): Revise section `Using Different
5545 Register and Memory Data Representations'. Add section `Raw and
5546 Virtual Register Representations'.
5547
b2e75d78
AC
55482002-05-11 Andrew Cagney <ac131313@redhat.com>
5549
5550 * gdbint.texinfo (Target Architecture Definition): Mention
5551 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
5552 (Target Architecture Definition): Mention same. Add references to
5553 web pages.
5554
2c8682ee
MS
55552002-05-08 Michael Snyder <msnyder@redhat.com>
5556
5557 * stabs.texinfo (Attributes): Document new "vector" attribute.
5558
0816590b
AC
55592002-05-04 Andrew Cagney <ac131313@redhat.com>
5560
5561 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
5562
2653173e
AC
55632002-05-04 Andrew Cagney <ac131313@redhat.com>
5564
5565 * gdb.texinfo: Delete obsolete references to a29k.
5566
d7bd68ca
AC
55672002-04-24 Andrew Cagney <ac131313@redhat.com>
5568
5569 * gdbint.texinfo (Target Architecture Definition): Replace
5570 IN_SIGTRAMP with PC_IN_SIGTRAMP.
5571
21d83aa5
DM
55722002-04-24 David S. Miller <davem@redhat.com>
5573
5574 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
5575
7673a6cc
DM
55762002-04-21 David S. Miller <davem@redhat.com>
5577
5578 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
5579
d49d1e0a
AC
55802002-04-21 Andrew Cagney <ac131313@redhat.com>
5581
5582 * gdbint.texinfo (Target Architecture Definition): Delete
5583 definition of HAVE_REGISTER_WINDOWS.
5584
f7dc1244 55852002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
5586
5587 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
5588 "Theodore A. Roth" <troth@verinet.com>.
5589
5ca0cb28
DH
55902002-04-15 Don Howard <dhoward@redhat.com>
5591
f7dc1244 5592 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 5593 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 5594 Provide a better explaination of this feature.
5ca0cb28 5595
f208ba17
AC
55962002-04-14 Andrew Cagney <ac131313@redhat.com>
5597
5598 * gdbint.texinfo (Target Architecture Definition): Remove
5599 FRAME_CHAIN_COMBINE.
5600
d5ba91de
MC
56012002-04-12 Michael Chastain <mec@shout.net>
5602
5603 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
5604 REG_STACK_SEGMENT.
5605
26818220
MC
56062002-04-09 Michael Chastain <mec@shout.net>
5607
5608 * gdbint.texinfo (Obsolete Conditionals): Remove references to
5609 PYRAMID_* macros.
5610
129188f6
AC
56112002-04-07 Andrew Cagney <ac131313@redhat.com>
5612
5613 * gdb.texinfo (Bug Reporting): Document that the web is the
5614 prefered way of submitting bug reports.
5615 (Bug Reporting): Delete the s-mail address as the last resort.
5616
8227c0ff
AC
56172002-04-05 Andrew Cagney <ac131313@redhat.com>
5618
5619 * gdbint.texinfo (Target Architecture Definition): Delete
5620 references to TARGET_WRITE_FP and write_fp.
5621
16d9dec6
MS
56222002-03-27 Michael Snyder <msnyder@redhat.com>
5623
5624 * gdb.texinfo: Document new commands dump, append, and restore.
5625
9ae8b82c
AC
56262002-03-27 Andrew Cagney <ac131313@redhat.com>
5627
5628 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
5629 Branch'.
5630
474c8240
AC
56312002-03-18 Andrew Cagney <ac131313@redhat.com>
5632
5633 * gdb.texinfo: Change all examples to @smallexample.
5634 * gdbint.texinfo: Ditto.
a9331b3f 5635
fb0ff88f
AC
56362002-03-18 Andrew Cagney <ac131313@redhat.com>
5637
5638 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
5639 Branches''.
5640
9bb0a4d8
AC
56412002-03-18 Andrew Cagney <ac131313@redhat.com>
5642
5643 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
5644 Policy''.
5645
937f164b
FF
56462002-03-04 Fred Fish <fnf@redhat.com>
5647
5648 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
5649 expresson, suports, dependant, trhe, perhaphs, situtations,
5650 explictily, taged, oportunity, unfortunatly).
5651
a7b40f07
AC
56522002-02-24 Andrew Cagney <ac131313@redhat.com>
5653
5654 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
5655 Remove reference to 3.12.
5656
aab4e0ec
AC
56572002-02-23 Andrew Cagney <ac131313@redhat.com>
5658
5659 * gdbint.texinfo: Include fdl.texi.
5660 (Top): Add GNU Free Documentation License.
5661 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
5662 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
5663 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
5664 (gdbint.info): Add srcdir to include path.
5665 * gdb.texinfo: Include gpl.texi.
5666 (Top): Add Copying.
5667 * gpl.texi: New file.
5668
47b95330
AC
56692002-02-23 Andrew Cagney <ac131313@redhat.com>
5670
5671 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
5672
78c47bea
PM
56732002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
5674
5675 * gdb.texinfo: Document Cygwin native specific commands.
5676
56460a61
DJ
56772002-02-15 Daniel Jacobowitz <drow@mvista.com>
5678
5679 * gdb.texinfo: Document gdbserver ``--attach'' command.
5680
def71bfa
MS
56812002-02-07 Michael Snyder <msnyder@redhat.com>
5682
5683 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
5684 to @code(_ovly_debug_event).
5685
c928edc0
AC
56862002-02-07 Andrew Cagney <ac131313@redhat.com>
5687
5688 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
5689
81d46470
MS
56902002-02-06 Michael Snyder <msnyder@redhat.com>
5691
5692 * gdb.texinfo (overlays): Mention new magic symbol
5693 '_ovly_debug_event', which allows GDB to keep better track
5694 of overlays.
5695
f7dc1244 56962002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
5697
5698 * gdb.texinfo (Memory Region Attributes): Fix the wording.
5699 Suggested by Dmitry Sivachenko.
5700
5701 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
5702
15110bc3
MS
57032002-02-01 Michael Snyder <msnyder@redhat.com>
5704
5705 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
5706
6763aef9
MS
57072002-01-30 Michael Snyder <msnyder@redhat.com>
5708
ac282366
MS
5709 * gdb.texinfo: (remote protocol): Gramatical fix-up.
5710 (set trust-readonly-sections): Document.
6763aef9 5711
8642bc8f
AC
57122002-01-29 Andrew Cagney <ac131313@redhat.com>
5713
5714 * gdbint.texinfo (Releasing GDB): Revise and update.
5715
afe64c1a
AC
57162002-01-28 Andrew Cagney <ac131313@redhat.com>
5717
5718 * gdbint.texinfo (Target Architecture Definition): Delete
5719 description of TARGET_BYTE_ORDER_DEFAULT.
5720
f7dc1244 57212002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
5722
5723 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
5724 <mitya@cavia.pp.ru>.
5725
3d6e1b5a
AC
57262002-01-23 Andrew Cagney <ac131313@redhat.com>
5727
5728 * libgdb.texinfo: Delete file.
5729
6c0e9fb3
AC
57302002-01-22 Andrew Cagney <ac131313@redhat.com>
5731
5732 * gdb.texinfo: Remove makeinfo 3.12 hacks.
5733 * gdbint.texinfo: Ditto.
5734
e0ce93ac
AC
5735Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
5736
5737 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
5738
be298bcc
AC
57392002-01-22 Andrew Cagney <ac131313@redhat.com>
5740
5741 * Makefile.in: Update copyright.
5742 (TEXI2DVI): Define.
5743 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
5744 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
5745 gdb-cfg.texi.
5746 (TEXINDEX, PDFTEX): Delete makefile variables.
5747
8e04817f
AC
57482002-01-22 Andrew Cagney <ac131313@redhat.com>
5749
5750 * gdb.texinfo (Protocol): Move section to appendix.
5751
6b2f586d
AC
57522002-01-21 Andrew Cagney <ac131313@redhat.com>
5753
5754 * gdb.texinfo (Remote Debugging): Create a menu.
5755 (Top): Add ``Remote Debugging'' to menu.
5756
6f05cf9f
AC
57572002-01-21 Andrew Cagney <ac131313@redhat.com>
5758
5759 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
5760 serial protocol'' from here.
5761 (Remote Debugging): To here. New chapter.
5762
3fd3d7d2
AC
57632002-01-20 Andrew Cagney <ac131313@redhat.com>
5764
5765 * gdbint.texinfo (Target Architecture Definition): Delete
5766 description of TARGET_BYTE_ORDER_SELECTABLE_P.
5767
7fd60527
AC
57682002-01-20 Andrew Cagney <ac131313@redhat.com>
5769
5770 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
5771 are no longer needed.
5772 (Porting GDB): Add maintainer note about configure.host.
5773
c2f05ac9
AC
57742002-01-20 Andrew Cagney <ac131313@redhat.com>
5775
5776 * gdbint.texinfo (Target Architecture Definition): Remove
5777 definition of IEEE_FLOAT.
5778
f7dc1244 57792002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
5780
5781 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
5782 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
5783 <3diff@gnu.org>
231b2aad 5784
82600034
AC
57852002-01-19 Andrew Cagney <ac131313@redhat.com>
5786
5787 * gdbint.texinfo (Host Definition): Remove references to
5788 MALLOC_INCOMPATIBLE.
5789
7708fa01
AC
57902002-01-17 Andrew Cagney <ac131313@redhat.com>
5791
5792 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
5793 and xyz-xdep.o.
5794
eb12ee30
AC
57952002-01-17 Andrew Cagney <ac131313@redhat.com>
5796
889bf7c5 5797 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
5798 (Set Breaks): Copy ``maint info breakpoint'' doco to
5799 ``Maintenance Commands'' appendix. Add reference.
5800
c9ccaa92
AC
58012002-01-17 Andrew Cagney <ac131313@redhat.com>
5802
5803 * fdl.texi: Remove next/prev from @node.
5804
f7dc1244 58052002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
5806
5807 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
5808 for monstrous @multitable (from Brian Youmans).
5809
5810 * fdl.texi: New file.
5811
5812 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
5813
8973da3a
AC
58142002-01-15 Andrew Cagney <ac131313@redhat.com>
5815
5816 * gdbint.texinfo (Releasing GDB): New chapter.
5817
7d86b5d5
AC
58182002-01-14 Andrew Cagney <ac131313@redhat.com>
5819
5820 * gdb.texinfo (Embedded Processors, Calling program functions):
5821 Obsolete references to a29k.
5822
cc1cb004
AC
58232002-01-13 Andrew Cagney <ac131313@redhat.com>
5824
5825 * gdbint.texinfo (Coding): Review Cleanups section. Examples
5826 examples. Document that a code-block should do or discard its
5827 cleanups before exit.
5828
79f12247
MS
58292002-01-11 Michael Snyder <msnyder@redhat.com>
5830
5831 * gdb.texinfo (Choosing files): Change @samp to @file.
5832
19837790
MS
58332002-01-05 Michael Snyder <msnyder@redhat.com>
5834
5835 * gdb.texinfo (--pid): Document new command line option (attach).
5836
f7dc1244 58372002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
5838
5839 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
5840 in the stub.
5841
d7449b42
AC
58422002-01-04 Andrew Cagney <ac131313@redhat.com>
5843
5844 * gdbint.texinfo (Target Architecture Definition): Replace
5845 BIG_ENDIAN with BFD_ENDIAN_BIG.
5846
f23631e4
AC
58472002-01-03 Andrew Cagney <ac131313@redhat.com>
5848
5849 * gdbint.texinfo (Target Architecture Definition): Replace
5850 value_ptr with struct value pointer.
5851
72c9928d
EZ
58522002-01-02 Eli Zaretskii <eliz@gnu.org>
5853
5854 * gdb.texinfo (Free Software): Fix wording.
5855
959acfd1
EZ
58562001-12-31 Eli Zaretskii <eliz@gnu.org>
5857
5858 * gdb.texinfo (Free Software): New section ``Free Software Needs
5859 Free Documentation''.
5860
f7dc1244 58612001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
5862
5863 * stabs.texinfo:
5864 * gdb.texinfo:
5865 * gdbint.texinfo:
5866 * libgdb.texinfo:
5867 * annotate.texi: Fix the application of GFDL in the Copyright notice.
5868
6600abed
MS
58692001-12-29 Michael Snyder <msnyder@redhat.com>
5870
5871 * gdb.texinfo (maint info sections): Fix typo.
5872
f6680716
MS
58732001-12-26 Michael Snyder <msnyder@redhat.com>
5874
fe95c787
MS
5875 * gdb.texinfo (maint info sections): Document.
5876
a9331b3f 5877 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
5878 'info proc' sub-options that are currently not implemented.
5879
c3d3ce5b
JB
58802001-12-20 Jim Blandy <jimb@redhat.com>
5881
5882 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
5883
778eb05e
AC
58842001-12-15 Andrew Cagney <ac131313@redhat.com>
5885
5886 * gdbint.texinfo (Target Architecture Definition): Replace
5887 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
5888
2607059c
AC
58892001-12-01 Andrew Cagney <ac131313@redhat.com>
5890
5891 * gdbint.texinfo (Host Definition): Delete documentation on
5892 HOST_BYTE_ORDER.
5893
df0cd8c5
JB
58942001-11-30 Jim Blandy <jimb@redhat.com>
5895
5896 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 5897 overlay support. Add to top-level menu.
df0cd8c5 5898
88118b3a
TT
58992001-11-26 Tom Tromey <tromey@redhat.com>
5900
5901 * gdb.texinfo (Command Syntax): Document C-o binding.
5902
96565e91
CF
59032001-07-26 Christopher Faylor <cgf@redhat.com>
5904
5905 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
5906 use since it is described in the referenced section.
5907
f7dc1244 5908 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
5909 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
5910 clearer when using DJGPP.
5911
2a3d5645
CF
59122001-11-24 Christopher Faylor <cgf@redhat.com>
5913
5914 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
5915 specifically refer to MS-DOS.
5916 (command files): Mention gdb.ini is only used on MS-DOS.
5917
aa26fa3a
TT
59182001-11-21 Tom Tromey <tromey@redhat.com>
5919
5920 * gdb.texinfo (Invoking GDB): Document --args.
5921 (Mode Options): Likewise.
5922
4f8ada06
JB
59232001-11-21 Jim Blandy <jimb@redhat.com>
5924
5925 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
5926 Delete documentation; this macro has been removed from the
5927 sources.
4f8ada06 5928
3fe0dc10
JB
59292001-11-13 Jim Blandy <jimb@redhat.com>
5930
5931 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
5932
9e5abb06
CV
59332001-11-06 Corinna Vinschen <vinschen@redhat.com>
5934
5935 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
5936
1c5dfdad
MS
59372001-11-05 Michael Snyder <msnyder@redhat.com>
5938
a9331b3f 5939 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
5940 quote regexp chars in function names such as "operator*()".
5941
990f9fe3
FF
59422001-11-01 Fred Fish <fnf@redhat.com>
5943
5944 * gdbint.texinfo (SOLIB_ADD): Document additional new
5945 "readsyms" arg.
5946
b433d00b
DH
59472001-10-30 Don Howard <dhoward@redhat.com>
5948
070b1dd3
DH
5949 * gdb.texinfo: (Command Files) Added documentation for the
5950 behavior of gdb with input redirected from a file.
b433d00b 5951
b7209cb4
FF
59522001-10-28 Fred Fish <fnf@redhat.com>
5953
5954 * gdb.texinfo (auto-solib-add): Change docs to match
5955 implementation change.
5956 (auto-solib-limit): Add docs for new variable.
5957
1aa20aa8
AC
59582001-10-15 Andrew Cagney <ac131313@redhat.com>
5959
5960 * gdbint.texinfo (Target Architecture Definition): Function
5961 value_as_pointer renamed to value_as_address.
5962
fc0c74b1
AC
59632001-10-15 Andrew Cagney <ac131313@redhat.com>
5964
5965 * gdbint.texinfo (Target Architecture Definition): Default
5966 POINTER_TO_ADDRESS functions assume unsigned addresses.
5967 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
5968 posting by Jim Blandy.
5969
f4846649
JB
59702001-10-12 Jim Blandy <jimb@redhat.com>
5971
5972 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
5973 version of texi2html (1.64) doesn't support this flag any more.
5974
f277788b
MK
59752001-09-08 Mark Kettenis <kettenis@gnu.org>
5976
a9dc4918
MK
5977 * gdbint.texinfo (Host Definition): Remove description of
5978 MEM_FNS_DECLARED.
5979
d28379df
MK
5980 * gdbint.texinfo (Host Definition): Remove description of R_OK.
5981
f277788b
MK
5982 * gdbint.texinfo (Host Definition): Remove description of
5983 HAVE_SIGSETMASK.
5984
7ccaa899
EZ
59852001-09-04 Elena Zannoni <ezannoni@redhat.com>
5986
5987 * gdbint.texinfo (Target Architecture Definition): Add
5988 explanation of TARGET_PRINT_INSN macro.
5989
17d9d558
JB
59902001-08-30 Jim Blandy <jimb@redhat.com>
5991
5992 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
5993 Explain what it means to load relocatable files.
5994
72cde065
JB
59952001-08-28 Jim Blandy <jimb@redhat.com>
5996
5997 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
5998 info `top' menu.
5999
9e678452
CF
6000Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6001
6002 * gdbint.texinfo: Add a cautionary note about macro use.
6003
a2bea4c3 60042001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6005
a2bea4c3
CV
6006 * gdb.texinfo: Explain omitting the hostname in the
6007 `target remote' command.
6008
1129bf27
DJ
60092001-07-30 Daniel Jacobowitz <drow@mvista.com>
6010
6011 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6012 and END-INFO-DIR-ENTRY.
6013
732b3002
SC
60142001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6015
6016 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6017
89437448
AC
60182001-07-25 Andrew Cagney <ac131313@redhat.com>
6019
6020 * gdbint.texinfo (libgdb): Rewrite.
6021
f7dc1244 60222001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6023
6024 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6025
c4555f82
SC
60262001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6027
6028 * gdb.texinfo (TUI): New chapter, document the TUI.
6029 (Mode Options): Document the -tui option.
6030
2f45a6e0
MK
60312001-07-23 Mark Kettenis <kettenis@gnu.org>
6032
6033 * gdbint.texinfo (Host Definition): Remove description of
6034 NEED_POSIX_SETPGID.
6035
f7dc1244 60362001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6037
6038 * gdb.tex (DJGPP Native): New node, with descriptions of
6039 DJGPP-specific commands.
6040
be9c6c35
JM
60412001-07-19 John R. Moore <jmoore@redhat.com>
6042
6043 * gdbint.texinfo: Three misspellings.
6044
dfa249fb
AC
60452001-07-06 Andrew Cagney <ac131313@redhat.com>
6046
6047 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6048 `test` expressions on bash. Problem reported by Colin Walters.
6049
c72e7388
AC
60502001-07-04 Andrew Cagney <ac131313@redhat.com>
6051
6052 * gdbint.texinfo (User Interface): Update ui-out documentation to
6053 refelect recent UI/MI updates.
6054
94bbb2c0
AC
60552001-07-04 Andrew Cagney <ac131313@redhat.com>
6056
6057 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6058 interpreters.
6059
af6c57ea
AC
60602001-06-15 Andrew Cagney <ac131313@redhat.com>
6061
6062 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6063 structure and not macros.
6064 (Host Definition): Document that much of this chapter is obsolete.
6065 (Target Architecture Definition): Update list of files that make
6066 up a target architecture.
6067 (Coding): Update.
6068
83aa8bc6
AC
60692001-06-28 Andrew Cagney <ac131313@redhat.com>
6070
6071 * gdbint.texinfo (Target Architecture Definition): Update
6072 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6073 The latter has been changed to a true predicate.
6074
f7dc1244 60752001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6076
6077 * annotate.texi: Add @noindent where needed. From Dmitry
6078 Sivachenko <dima@Chg.RU>.
6079 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6080
656db9b0
AC
60812001-06-16 Andrew Cagney <ac131313@redhat.com>
6082
6083 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6084
df2396a1
AC
60852001-06-14 Andrew Cagney <ac131313@redhat.com>
6086
6087 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6088 returns ``OK''. Document that the ``R'' packet does not reply.
6089
0f1f2b0a
MS
60902001-06-13 Michael Snyder <msnyder@redhat.com>
6091
6092 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6093
f7dc1244 60942001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6095
6096 * gdb.texinfo (Signals): Clarify the default setting of signal
6097 handling.
6098
a5d7c491
AC
60992001-05-14 Andrew Cagney <ac131313@redhat.com>
6100
6101 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6102 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6103
05a54c4f
AC
61042001-05-12 Andrew Cagney <ac131313@redhat.com>
6105
6106 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6107
f7dc1244 61082001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6109
6110 * gdbint.texinfo (Clean Design and Portable Implementation):
6111 Renamed from "Clean Design".
6112 (Clean Design and Portable Implementation): Document portable
6113 methods of handling file names, and the associated macros.
6114
f7dc1244 61152001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6116
6117 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6118 command and provide a cross-reference to its description.
6119 (Symbols): Note that "info scope" is useful for trace experiments.
6120
f7dc1244 61212001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6122
b37052ae
EZ
6123 * gdb.texinfo (Symbols): Document "info scope".
6124 (Tracepoints): New chapter.
6125 (Contributors): Update for v5.1.
6126 <All nodes>: Change "C++" to "C@t{++}".
6127
0ee54786
EZ
6128 * gdbint.texinfo (User Interface): A new section about ui_out
6129 functions, based on text written by Fernando Nasser.
6130
c534679c
EZ
6131 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6132
f7dc1244 61332001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6134
e9c75b65
EZ
6135 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6136
6137 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6138
6139 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6140 Replace "GDB" with "@value{GDBN}". Fix markup.
6141
6142 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6143
3d67e040
EZ
6144 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6145 a cross-reference to its description.
6146 (Symbols): Document "info symbol".
6147
f7dc1244 61482001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6149
6150 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6151 subsection "x86 Watchpoints".
6152 (Target Architecture Definition): Document the macros
6153 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6154 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6155
b0ed3589
AC
61562001-03-20 Andrew Cagney <ac131313@redhat.com>
6157
6158 * gdbint.texinfo (Target Architecture Definition): Update
6159 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6160 list.
6161
b6ba6518
KB
61622001-03-06 Kevin Buettner <kevinb@redhat.com>
6163
6164 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6165 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6166
f7dc1244 61672001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6168
6169 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6170
f7dc1244 61712001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6172
17cc6a06
EZ
6173 * gdb.texinfo (Environment): Document that `path' does not change
6174 the value of PATH in GDB's own environment (it did in the past,
6175 but that was changed on March 15, 1994). Reported by Doug Evans
6176 <dje@transmeta.com>.
6177
56caf160
EZ
6178 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6179 its line. Fix markup of commands and macros. Add an Index node
6180 and index entries.
6181
29e57380
C
61822001-01-23 J.T. Conklin <jtc@redback.com>
6183
6184 * gdb.texinfo (Memory region attributes): New manual section.
6185
1c6147de
ND
61862001-01-04 Nicholas Duffek <nsd@redhat.com>
6187
6188 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6189
f7dc1244 61902000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6191
6192 * refcard.tex: Version and copyright fixed. From Phil Edwards
6193 <pedwards@disaster.jaj.com>.
6194
0dcedd82
AC
6195Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6196
6197 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6198 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6199
3b851bce
AC
6200Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6201
6202 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6203 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6204
f7dc1244 62052000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6206
6207 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6208 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6209
b90a5f51
CF
62102000-11-10 Christopher Faylor <cgf@cygnus.com>
6211
6212 * gdb.texinfo: Document new 'set step-mode' command.
6213
f7dc1244 62142000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6215
6216 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6217 changes from Dmitry Sivachenko <dima@Chg.RU>.
6218
f7dc1244 62192000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6220
6221 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6222 From Steven Johnson <sbjohnson@ozemail.com.au>.
6223
2e685b93
MK
62242000-08-10 Mark Kettenis <kettenis@gnu.org>
6225
6226 * gdbint.texinfo (Overall Structure): Spelling fix.
6227
f7dc1244 62282000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6229
6230 * gdbint.texinfo (Target Architecture Definition): Document that
6231 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6232 for which REGISTER_CONVERTIBLE returns a zero value.
6233
63ac3005
EZ
62342000-07-08 Christopher Faylor <cgf@cygnus.com>
6235
6236 * Makefile.in (install-info): Find files to install in either the
6237 build or source directories (adapted from Makefile.am).
6238
bd79f757
ND
62392000-07-07 Nicholas Duffek <nsd@redhat.com>
6240
6241 * stabs.texinfo: Fix spelling errors.
6242 (String Field): FILE-NUMBER starts from 0, not 1.
6243
f7dc1244 62442000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
6245
6246 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 6247 Brian Youmans.
5f208f6d 6248
f7dc1244 62492000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
6250
6251 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
6252 the source directory. Reported by Mark Harig
6253 <markh@frazier.landmark.com>.
cc542d3b 6254
f3b28801
C
62552000-06-20 J.T. Conklin <jtc@redback.com>
6256
6257 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6258
449f3b6c
AC
6259Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6260
6261 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 6262 Generate using pdftex.
449f3b6c 6263 (PDFTEX): Define.
889bf7c5 6264 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 6265 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 6266 @contents at the start.
449f3b6c 6267
f7dc1244 62682000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
6269
6270 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 6271 Youmans.
48e934c6 6272
9e9c5ae7
AC
6273Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6274
6275 From Brian Youmans:
6276 * gdb.texinfo: Fix ``et al.''.
6277
c741b251
AC
6278Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6279
6280 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 6281 loop.
c741b251 6282
4ab64e14
JG
62832000-05-19 Jimmy Guo <guo@cup.hp.com>
6284
6285 * configure: Regenerate.
6286
f7dc1244 62872000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
6288
6289 * Makefile.in (install-info): Run install-info on installed Info
6290 files.
6291
8c70017b
AC
6292Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6293
a7cb598a 6294 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 6295 Andrew Cagney.
8c70017b 6296
f7dc1244 62972000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
6298
6299 * gdb.texinfo: Proofreading changes from Brian Youmans.
6300
bf0184be
ND
63012000-05-01 Nick Duffek <nsd@cygnus.com>
6302
6303 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6304 startup sequence, minor edits.
6305
f7dc1244 63062000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
6307
6308 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6309 TeX.
6310
6311 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6312 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6313 like `n' and `s' which look weird. Convert some of the @kindex to
6314 @vindex, when they refer to variables, not commands.
6315
33e16fad
AC
6316Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6317
6318 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6319
f7dc1244 63202000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
6321
6322 * Makefile.in (GDBMI_DIR): New variable.
6323 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6324 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6325 (gdbmi.texinfo): New target, for texi2roff.
6326 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6327 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6328
6329 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6330 gdbmi.texinfo.
6331 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6332 comment.
6333
d167840f
EZ
63342000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6335
6336 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 6337 command.
d167840f 6338
f7dc1244 63392000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
6340
6341 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6342 prevents the build (and is generally a Bad Idea).
6343
f7dc1244 63442000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
6345
6346 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6347 a comma inside @var.
6348 (Command Files): Index markup changes from Dmitry Sivachenko
6349 <dima@Chg.RU>.
6350
f7dc1244 63512000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
6352
6353 * Makefile.in (LN_S): Define.
6354 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6355 invoke "ln -s" unless it is known to work.
6356
6357 * configure.in (AC_PROG_LN_S): Add.
6358
8dc7983f
JB
63592000-04-14 Jim Blandy <jimb@redhat.com>
6360
6361 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6362 section.
6363 (Target Conditionals): Document ADDRESS_TO_POINTER,
6364 POINTER_TO_ADDRESS.
6365
1a8237e8
DB
63662000-04-11 Daniel Berlin <dan@cgsoftware.com>
6367
6368 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6369 gdb-cfg.texi to get the value.
6370
ca526f1a
JB
63712000-04-10 Jim Blandy <jimb@redhat.com>
6372
6373 * gdbint.texinfo (Target Architecture Definition): Fix
6374 cross-references.
6375
faaafcb4
JB
63762000-04-08 Jim Blandy <jimb@redhat.com>
6377
6378 * gdbint.texinfo (Using Different Register and Memory Data
6379 Representations): New section.
6380 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
6381 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6382 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 6383
1b27397f
AC
6384Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
6385
6386 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 6387 for acknowledgments.
1b27397f 6388
480ff1fb
AC
6389Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
6390
6391 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 6392 qThreadExtraInfo.
480ff1fb 6393
a9331b3f 63942000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 6395
a9331b3f
RM
6396 * gdb.texinfo: Clarify which remote debug protocol commands are
6397 required and which are optional.
f1251bdd 6398
dbeb8dbd
AC
6399Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
6400
6401 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
6402 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
6403 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
6404 * annotate.texi: Update.
6405
6d2ebf8b
SS
64062000-03-28 Stan Shebs <shebs@apple.com>
6407
6408 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6409 expectation of additional changes before release), update
6410 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6411 node links, rephrase and/or shorten lines to fix formatting
6412 problem in both regular and @smallbook formats.
6413 * annotate.texi: Shorten lines in example, use smallexample
6414 consistently everywhere.
6415 * Makefile.in: Add comment about texinfo 4.0 html generation.
6416 (SFILES_INCLUDED): Add annotate.texi.
6417
5d161b24
DB
64182000-03-27 Daniel Berlin <dan@cgsoftware.com>
6419
5ae4183a
AS
6420 * gdb.texinfo (Debugging Output): Added new section, documenting
6421 the "set/show debug" commands.
5d161b24 6422
b9deaee7
AC
6423Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
6424
6425 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 6426 entry.
b9deaee7
AC
6427
6428 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6429 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 6430 @chapter and @node entries.
a9331b3f 6431
b9deaee7 6432 * gdb.texinfo: Link all top-level nodes.
a9331b3f 6433
9ef47d30
AC
6434Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6435
6436 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 6437 files.
9ef47d30 6438
cfeada60
FN
64392000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6440
6441 From David Whedon <dwhedon@gordian.com>
5ae4183a 6442 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 6443
6837a0a2
DB
64442000-03-22 Daniel Berlin <dan@cgsoftware.com>
6445
6446 * gdb.texinfo: Add documentation for the apropos command.
6447
bba2971c
MS
64482000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6449
6450 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6451
2b628194
MS
64522000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6453
a9331b3f 6454 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
6455 two places.
6456
96a2c332
SS
64572000-03-17 Stan Shebs <shebs@apple.com>
6458
6459 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6460 <dima@Chg.RU>, also clarification of allowed content for
6461 string constants.
6462
f7dc1244 64632000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
6464
6465 * gdb.texinfo (main menu): Add Annotations.
6466 (File Options): Add @cindex entries for each command-line option.
6467 Document --epoch, --annotate, --async, --interpreter, --write,
6468 --statistics, and --version.
6469
6470 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
6471 of GDB.
6472
9d233477
JB
64732000-02-23 Jim Blandy <jimb@redhat.com>
6474
6475 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6476
14e0eb3b
JB
64772000-02-22 Jim Blandy <jimb@redhat.com>
6478
6479 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6480
3555de01
JM
64812000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
6482
6483 * Makefile.in (diststuff): New target.
6484
5e35df8e
KB
64852000-02-15 Kevin Buettner <kevinb@redhat.com>
6486
6487 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 6488 architecture. [From Jim Wilson.]
5e35df8e 6489
c5394b80
JM
64902000-01-16 Tom Tromey <tromey@cygnus.com>
6491
6492 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
6493 (Delete Breaks): Mention range arguments.
6494 (Disabling): Likewise.
6495
c3f6f71d
JM
64962000-01-05 Dmitry Sivachenko <dima@Chg.RU>
6497
6498 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
6499
c4093a6a
JM
6500Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
6501
6502 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 6503 valid functions.
c4093a6a 6504
11cf8741
JM
65051999-11-05 Stan Shebs <shebs@andros.cygnus.com>
6506
6507 * gdb.texinfo: Clarify regular expressions used in rbreak.
6508
917317f4
JM
65091999-10-15 Kevin Buettner <kevinb@cygnus.com>
6510
6511 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
6512 MEMORY_REMOVE_BREAKPOINT): Document.
6513
6514Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
6515
6516 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 6517 offset re-using the DATA offset instead.
917317f4 6518
2df3850c
JM
65191999-10-11 Jim Kingdon <kingdon@redhat.com>
6520
6521 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
6522
65231999-10-05 Stan Shebs <shebs@andros.cygnus.com>
6524
6525 From Dmitry Sivachenko <demon@gpad.ac.ru>:
6526 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
6527 typos.
6528
6529 * gdb.texinfo: Various minor wording and formatting improvements,
6530 mentions of additional command-line options.
6531
2acceee2
JM
65321999-09-30 Fred Fish <fnf@cygnus.com>
6533
6534 * gdb.texinfo: Document additional forms of specifying section
6535 names and addresses for the add-symbol-file command.
6536
c2c6d25f
JM
65371999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
6538
6539 * gdbint.texinfo: Fix typo, add the word "have".
6540
65411999-09-14 Jim Blandy <jimb@cris.red-bean.com>
6542
6543 * gdbint.texinfo (Target Architecture Definition): Document the
6544 SKIP_PERMANENT_BREAKPOINT macro.
6545
d4f3574e
SS
65461999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6547
6548 * gdb.texinfo: Fiks speling errers.
6549
6550 * gdb.texinfo: Fix uses of @multitable.
6551
f7dc1244 6552 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 6553 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 6554 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
6555 comments about using with optimization, add more indexing,
6556 fix info about disassembly-flavor.
6557
6558Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
6559
6560 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
6561 SKIP_SOLIB_RESOLVER): Define.
6562
6563Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
6564
6565 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 6566 ``g'' packets.
d4f3574e 6567
104c1213
JM
65681999-08-30 Stan Shebs <shebs@andros.cygnus.com>
6569
6570 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
6571 platform-specific info, inline remote.texi and move sections of it
6572 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
6573 and register stack into the new chapter.
6574 * remote.texi: Remove, now part of gdb.texinfo.
6575 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
6576
65771999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
6578
6579 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
6580 GDB_TARGET_IS_MACH386): These kludges have gone away.
6581
6582Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
6583
6584 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 6585 TDEPLIBS.
104c1213 6586
53a5351d
JM
65871999-08-20 Stan Shebs <shebs@andros.cygnus.com>
6588
6589 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
6590 surrounding text to fit HP-UX bits into general info.
6591 (HPPA-cfg.texi): Remove, no longer useful.
6592
6593 * gdb.texinfo: Remove explicit links from @node lines, remove
6594 HP-added "Detailed Node Listing" from main menu which confuses
6595 things.
6596
6597 From Dmitry Sivachenko <dima@Chg.RU>:
6598 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 6599 in description of `set environment'.
53a5351d
JM
6600
66011999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6602
6603 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
6604
7be570e7
JM
66051999-08-12 Ben Elliston <bje@cygnus.com>
6606
6607 * gdbint.texinfo (Breakpoint Handling): Add missing words.
6608
f7dc1244 66091999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
6610
6611 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
6612 watch, awatch, and rwatch. Explain why the latter two cannot be
6613 set as software watchpoints. Document that watchpoints for local
6614 variables are deleted when the debuggee terminates.
7be570e7
JM
6615
6616Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
6617
6618 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
6619 packet. Allow E.. response packet. "qRcmd" packet is no longer
6620 reserved.
7be570e7
JM
6621
66221999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6623
a9331b3f
RM
6624 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
6625 * gdb.texinfo: Ditto.
7be570e7 6626
96baa820
JM
66271999-08-06 Tom Tromey <tromey@cygnus.com>
6628
6629 * gdb.texinfo (KOD): New node.
6630
6631Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
6632
6633 * remote.texi (Rcmd): Fix minor formatting typos.
6634
6635Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
6636
6637 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 6638 packets.
96baa820 6639
adf40b2e
JM
66401999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
6641
6642 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
6643 fixes.
6644
43ff13b4
JM
6645Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
6646
6647 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
6648
085dd6e6
JM
6649Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
6650
6651 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
6652 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
6653 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
6654 packets that are not supported on all hosts. Expand examples.
6655 Spell check.
085dd6e6
JM
6656
66571999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
6658
6659 * Makefile.in: Recognize html, install-html. Add targets
6660 to build HTML versions of documentation via texi2html.
6661
6662Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
6663
6664 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 6665 testsuite.
085dd6e6
JM
6666
6667Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
6668
6669 * remote.texi (Communication Protocol): Rewrite.
6670
6671Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
6672
6673 * stabs.texinfo: Fix uses of xref.
6674
9e0b60a8
JM
6675Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
6676
6677 * gdbint.texinfo: Add an anti-printf exhortation, and update the
6678 info about patch submission.
6679
cce74817
JM
6680Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
6681
6682 From Per Bothner <bothner@cygnus.com>:
6683 * gdb.texinfo: Document Chill support.
6684
6685Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
6686
6687 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
6688 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
6689 Document that the value should be greater-than or equal-to zero.
6690 (NO_STD_REGS): Document. Deprecate.
cce74817 6691
ac9a91a7
JM
6692Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6693
6694 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 6695 Document that these are not used.
ac9a91a7
JM
6696
6697Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6698
6699 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
6700
392a587b
JM
6701Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
6702
6703 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 6704 numargs was dropped.
392a587b
JM
6705
6706Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
6707
6708 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
6709
b83266a0
SS
6710Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
6711
6712 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 6713 Update.
b83266a0 6714
7a292a7a
SS
6715Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
6716
6717 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
6718 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
6719
6720Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
6721
6722 * gdbint.texinfo: Fix typos: $ -> @.
6723
6724Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
6725
6726 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
6727 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
6728 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
6729 BREAKPOINT_FROM_PC.
a9331b3f 6730
7a292a7a
SS
6731Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
6732
6733 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 6734 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
6735
6736Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6737
6738 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 6739 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
6740
67411999-04-02 Stan Shebs <shebs@andros.cygnus.com>
6742
6743 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
6744 longer exists.
6745
6746Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
6747
6748 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
6749 nearly all @ifset/@ifclear conditionals; nobody uses them, and
6750 they make the manual source incomprehensible.
7a292a7a
SS
6751 * h8-cfg.texi: Remove, hasn't been used in years.
6752
c906108c
SS
6753Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
6754
6755 * gdb.texinfo: Update the credits.
6756
6757Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
6758
6759 * gdb.texinfo: Fix mistakes noticed in printout of last
6760 draft, add Alpha to discussion of heuristic fence post.
6761
6762Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
6763
6764 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
6765 Edition, merge some HP changes into mainline, describe some
6766 previously undocumented features, describe more of the target
6767 commands available, eliminate obsolete section on renamed
6768 commands.
c906108c
SS
6769 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
6770
6771Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
6772
6773 * gdb.texinfo: Make many HPPA conditionals unconditional,
6774 including catchpoint description, since now on for all configs.
6775 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
6776 specializations.
6777
6778Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
6779
6780 * Makefile.in (GDBvn.texi): Fix match expression to work with
6781 current format of VERSION in gdb/Makefile.in.
6782 * gdb.texinfo: Fix node ref to match new readline.
6783
6784Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
6785
a9331b3f
RM
6786 * gdb.texinfo: Changes made as part of a project to merge in
6787 changes made by HP. Documentation makes extensive use of
c906108c
SS
6788 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
6789 on remote debugging. There are differences in documentation
889bf7c5 6790 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
6791 the HP manual discusses catchpoints, hardware watchpoints, and
6792 some HPUX specific limitations for shared library support.
a9331b3f 6793
c906108c
SS
6794 There are also a number of @node changes.
6795
67961999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
6797
6798 * gdbint.texinfo (Formatting): Disambiguate a sentence.
6799 (C Usage): Same.
6800
6801Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
6802
6803 The following changes were made by Edith Epstein
889bf7c5
PA
6804 <eepstein@cygnus.com> as part of a project to merge in changes
6805 made by HP.
a9331b3f 6806
c906108c
SS
6807 * HPPA-cfg.texi: new file.
6808
6809 * all-cfg.texi: set HPPA for HP PA-RISC targets.
6810
6811 * refcard.tex: change documentation about catch.
6812 removed info catch.
6813
6814Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
6815
6816 * gdbint.texinfo: Expand on GDB's coding standards,
6817 specify the use of arg names with prototypes.
6818
68191998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
6820
6821 * gdb.texinfo: Fix tipo.
6822
6823Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
6824
6825 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 6826 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
6827
6828Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
6829
6830 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
6831
68321998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
6833
6834 * agentexpr.texi: New file.
6835
6836Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
6837
6838 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
6839
68401998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
6841
6842 * remote.texi: Changed wording that implied that the GDB remote
6843 protocol caches register values instead of GDB itself.
6844
6845Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
6846
6847 * gdbint.texinfo: Add some info about symbol readers.
6848 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
6849 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
6850 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
6851 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
6852
6853Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
6854
a9331b3f 6855 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
6856
6857Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
6858
6859 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
6860
6861Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
6862
6863 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 6864 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
6865
6866Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
6867
6868 * gdbint.texinfo: Fix minor typos.
6869
6870Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
6871
6872 * gdbint.texinfo: Complete overhaul. Group descriptions more
6873 logically, add more info on generic algorithms, remove much
6874 obsolete and/or wrong material.
6875
6876Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
6877
6878 * stabs.texinfo (Method Type Descriptor): Expand and correct.
6879
6880Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
6881
6882 * refcard.tex: Copyright, address updates.
6883
6884Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
6885
6886 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
6887 for the edition instead of confusing GDB-version-like numbers.
6888
6889Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
6890
6891 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
6892
6893Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
6894
5ae4183a 6895 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
6896
6897Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
6898
6899 * gdb.texinfo: Add some credits, mention bug monitor.
6900 * remote.texi: Mention mips monitor targets.
6901 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 6902
c906108c
SS
6903Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
6904
6905 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
6906 files, finish sorting of host vs target vs native macros, describe
6907 some more of them.
c906108c
SS
6908
6909Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
6910
6911 * gdbint.texinfo (Host Conditionals): Document change from
6912 using NO_MMALLOC to it's inverse, USE_MMALLOC.
6913
6914Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
6915
6916 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 6917 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
6918
6919Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
6920
6921 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
6922 Document LSEEK_NOT_LINEAR.
6923
6924Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
6925
6926 * stabs.texinfo (Stab Section Basics): Make it clear that only
6927 some versions of the GNU linker remove the leading N_UNDF symbol.
6928
6929Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
6930
6931 * stabs.texinfo (String Field): Document type number pairs here,
6932 instead of in the Sun specific section.
6933 (Include Files): The GNU linker supports the N_BINCL
6934 optimization. Clarify the N_BINCL value, and what it is used
6935 for.
6936 (Procedures): Document N_FUN with an empty string to mark the end
6937 of a function.
6938 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
6939 (Sun Differences): Remove this node, as the information is now
6940 elsewhere in the main document.
6941 (Stab Section Basics): Mention that the GNU linker may optimize
6942 stabs and remove the leading N_UNDF symbol.
6943
6944Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
6945
6946 * gdb.texinfo, refcard.tex: Restore author credit
6947
6948Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
6949
6950 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
6951 documentation to account for START and END macros taking
6952 one arg.
6953
6954Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
6955
6956 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
6957 * gdb.texinfo (Frames): Fix typo.
6958
6959Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
6960
6961 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
6962 a target_signal as arg type, not a pid.
6963
6964Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
6965
6966 * gdb.texinfo: Document `set assembly-language'.
6967
6968Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
6969
6970 * remote.texi: Update list of stubs in the GDB distribution.
6971
6972Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
6973
6974 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
6975 Also document that some systems can use mmalloc but must define
6976 this if their C runtime allocates memory that is later freed.
c906108c 6977 (MMCHECK_FORCE): Document new macro.
a9331b3f 6978
c906108c
SS
6979Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
6980
6981 * remote.texi: Add documentation for target Sparclet.
6982
6983Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6984
a9331b3f 6985 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
6986 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
6987 * configure.in: Rewritten for autoconf.
6988 * configure: New.
6989
6990Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
6991
6992 * Makefile.in (DVIPS): New define, set to dvips.
6993 (dvi): Add stabs.dvi.
6994 (ps): New target.
6995 (all-doc): Depend on info, dvi, and ps targets.
6996 (STAGESTUFF): Add *.ps and *.dvi files.
6997 (clean-info, clean-dvi): Remove.
6998 (mostlyclean): Does not depend upon clean-info or clean-dvi,
6999 rules completely rewritten.
7000 (maintainer-clean): Remove clean-info and clean-dvi
7001 dependencies and put their actions in the rules.
7002 (gdb.ps): New target
a9331b3f 7003 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7004 intermediate TeX files, whether they have 2 or 3 character
7005 extensions.
7006 (gdbint.ps): Add target and rules.
7007 (gdb-internals): Delete unused target.
7008 (Makefile): Depends upon config.status also.
7009
7010Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7011
7012 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7013 set.
7014
7015Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7016
7017 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7018 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7019
7020Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7021
7022 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7023
7024Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7025
7026 * gdb.texinfo (Print settings): Document
7027 `set/show print static-members' commands.
7028
7029Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7030
7031 * gdbint.texinfo (Native): Document name change, coredep.c to
7032 core-aout.c.
7033
7034Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7035
7036 * stabs.texinfo (Include Files): Document the values the SunOS4
7037 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7038
7039Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7040
7041 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7042 Fix typo.
7043
7044Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7045
7046 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7047 "gdb.tar.Z".
7048
7049Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7050
7051 * Makefile.in (maintainer-clean): New target, synonym for
7052 realclean.
7053
7054Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7055
7056 * Update all FSF addresses except those in COPYING* files.
7057
7058Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7059
7060 From Richard Earnshaw (rearnsha@armltd.co.uk):
7061 * gdb.texinfo (convenience variables): Document $_exitcode.
7062 (quit): Document optional expression to use as exit code.
7063
7064Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7065
7066 * gdb.texinfo, remote.texi: Brought up to date with various
7067 GDB changes.
7068
7069Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7070
7071 * gdb.texinfo: Update dates and versions, fix comments about
7072 hardware watchpoints in future releases and about the
7073 sharedlibrary command.
7074
7075Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7076
7077 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7078 C_FUN stab. Other cleanups.
7079
7080Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7081
7082 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7083 for the sparc stub.
7084
7085Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7086
7087 * annotate.texi: Clarify which addresses have differing formats
7088 depending on the language and which do not.
7089
7090Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7091
7092 * remote.texi (NetWare): Changed example to use BOARD= instead of
7093 NODE= argument to reflect correspoding change to gdbserve.nlm.
7094
7095Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7096
7097 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7098 GDB, as well as AIX dbx, supports the size type attribute.
7099
7100Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7101
7102 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7103
7104Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7105
7106 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7107 and new 'if' and 'while' commands.
7108
7109Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7110
7111 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7112
7113Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7114
7115 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7116 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7117 NetWare targets. Mostly stolen from the Server node.
7118
7119Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7120
7121 * gdb.texinfo (Setting): Talk about the language of a source file
7122 versus the working language. The old documentation did not match
7123 what GDB did.
7124
7125Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7126
7127 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7128 of a source file.
7129
7130Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7131
7132 * gdb.texinfo (Processes): New node.
7133
7134Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7135
7136 * remote.texi: Update documentation of set/show mipsfpu.
7137
3fc11d3e
JM
7138Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7139
7140 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7141 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7142
7143Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7144
7145 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7146 obsolete conditionals, described some others.
7147
7148Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7149
7150 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7151 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7152
7153Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7154
7155 * gdbint.texinfo: Put regex conditionals in their own table.
7156
7157Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7158
7159 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7160 described or fixed the descriptions of many others.
7161
7162Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7163
7164 * gdb.texinfo: Add some more credits.
7165 * gdbint.texinfo: Capitalize GDB consistently, describe some
7166 macros and remove some.
7167
7168Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7169
7170 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7171 obsolete conditionals, described some others.
7172
7173Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7174
7175 * gdb.texinfo (help targets): Changed to `help target', which
7176 is the correct gdb command.
7177
7178Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7179
7180 * annotate.texi (TODO): New node, for keeping track of annotations
7181 suggested but not yet implemented.
7182
7183Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7184
7185 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7186 another symbol, it is not the address itself.
7187
7188Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7189
7190 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7191 of stabs-in-coff sections.
7192
7193Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7194
7195 * annotate.texi: Change edition to 0.5 and date to May 1994.
7196 Add index.
7197 (Frames): New node, for frame annotation.
7198 (Displays): New node, for display annotation.
7199
7200 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7201 when waiting for your program to stop.
7202
7203Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7204
7205 * annotate.texi (Breakpoint Info): Document annotation of header
7206 fields and record annotation.
7207
7208Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7209
7210 * annotate.texi: New file, to document annotations.
7211
7212Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7213
7214 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7215 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7216
7217Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7218
7219 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7220 section, and say n_strx field is compilation unit relative.
7221 * stabs.texinfo: Don't use @code for a.out when it is the name of
7222 an object file format.
7223
7224Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7225
7226 * gdb.texinfo: Refer to file names, not path names, per rms
7227 convention.
7228 (Arguments): Fix typo.
7229
7230Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7231
7232 * stabs.texinfo (Global Variables): Talk about stabs in files
7233 where variables are referenced, but not defined.
7234
7235Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7236
7237 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7238 Cplusplus to new nodes Member Type Descriptor and Method Type
7239 Descriptor. Re-write stuff for #.
7240
7241Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7242
7243 * gdb.texinfo (Print Settings): Don't document "set print
7244 fast-symbolic-addr off". The bug which it worked around was fixed
7245 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7246
7247 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7248 N_ENTRY node.
7249
7250 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7251
7252Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7253
7254 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7255 references to ieee-float.c.
7256
7257Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7258
7259 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7260 match what the code actually does.
7261
7262Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7263
7264 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7265
7266Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7267
7268 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7269 i, and b.
7270
7271Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7272
7273 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7274 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7275 as "stabs in sections" rather than just saying "ELF and SOM".
7276 Also make that stuff apply to COFF.
7277
7278Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7279
7280 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7281 Ghostscript.
7282
7283Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7284
7285 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7286 versus functions without line numbers, also mention stepping into
7287 them as well as "step" when you are in them. Tell the user how to
7288 deal with the situation. Add comment about "debugging information".
7289
7290Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7291
7292 * stabs.texinfo (Enumerations): Document restriction on where
7293 enumeration types can appear and still win with GDB.
7294
7295Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7296
7297 * stabs.texinfo (Negative Type Numbers): Document format for type
7298 -16.
7299
7300Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7301
7302 * gdb.texinfo (Selection, Frame Info): Update information about
7303 arbitrary frame specficiations.
7304
7305Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
7306
7307 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7308
7309Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7310
7311 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7312
7313Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7314
7315 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7316
7317Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7318
7319 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7320 Differences node to Statics node.
7321 (Statics): Discuss XCOFF use of V symbol descriptor.
7322
7323 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7324 not clean.
7325
7326Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7327
7328 * gdb.texinfo (Print Settings): Document `set print
7329 fast-symbolic-addr' and improve the doc for some other
7330 `set print's.
7331
7332Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7333
7334 * stabs.texinfo (String Field): Talk about defining several type
7335 numbers at once.
7336 Fix lint regarding changing node ELF Transformations to
7337 ELF and SOM Transformations.
7338
7339Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7340
7341 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7342
7343Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7344
7345 * stabs.texinfo (Cross-References): `::' is for nested types only
7346 within <>.
7347 (Structures): Document static members.
7348
7349Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7350
7351 * stabs.texinfo: Document S type attribute.
7352
7353Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7354
7355 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7356
7357Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
7358
7359 * gdbint.texinfo: Fix a few typos.
7360
7361Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7362
7363 * gdb.texinfo, remote.texi: formatting improvements
7364
7365 * gdb.texinfo (New Features): mention threads.
7366 (Summary, C): fix xrefs in newly contributed text.
7367 (Threads): index entries, clarifications, example
7368 (passim): minor typos fixed, phrasing improvements
7369
7370 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7371 entries; (Server): explain use of gdbserver w/real-time systems,
7372 add example of conflicting TCP port; (MIPS Remote) break up
7373 running text into table, highlighting commands, and add example.
a9331b3f 7374
c906108c
SS
7375Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7376
7377 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7378
7379Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7380
7381 * stabs.texinfo (Nested Symbols): New node.
7382 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7383
7384Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7385
7386 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7387 to picking which Bbss.bss symbol to use, and (because there seems to
7388 be no good way of doing it) re-write some of the text to make it
7389 sound like Bbss.bss isn't such a great idea after all (as currently
7390 designed).
7391
7392 * gdb.texinfo (C): In addition to saying people have to use g++ for
7393 good results, say they have to use stabs. Specifically say cfront
7394 doesn't work well.
7395 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7396 the gdb README. Add xrefs to places where the support for the various
7397 languages is described in detail.
7398
7399Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7400
7401 * stabs.texinfo: Clean up stuff about visibility and virtual
7402 characters.
7403
7404 * stabs.texinfo (N_M2C): Cite Sun doc.
7405
7406Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7407
7408 * gdb.texinfo: updates re threads.
7409 * remote.texinfo: avoid index entries starting with digits.
7410
7411Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7412
7413 * stabs.texinfo (Enumerations): Talk about large, negative and
7414 octal values. Clean up cross reference to type attributes.
7415 (String Field): Say that GDB 4.11 supports size attribute.
7416
7417Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7418
7419 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7420 is a mandatory step. Make the stuff about that more concise.
7421
7422Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7423
7424 * stabs.texinfo (Class Names): New node.
7425
7426 * gdb.texinfo (Command Files): Explain order of init file reading.
7427
7428 * remote.texi (Bootstrapping): Talk about getting the serial driver
7429 to deal with ^C sent by gdb to stop the remote system.
7430
7431Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
7432
7433 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7434
7435 * libgdb.texinfo (Defining Commands): made the DOC arg
7436 to gdb_define_app_command a char * instead of char **
7437 per a suggestion from kingdon.
7438
7439 * libgdb.texinfo: total rewrite from a different starting
7440 premise.
7441
7442Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7443
7444 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7445 floats passed as doubles (to improve clarity).
7446
7447Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7448
7449 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7450
7451 * a4rc.sed: update to work with Andreas Vogel papersize params
7452
7453 * refcard.tex: use Andreas Vogel simplifications of papersize
7454 params; remove useless version info; update copyright date.
7455
7456Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7457
7458 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7459
7460Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7461
7462 * gdb.texinfo (Files): Say what address the load command loads it at.
7463
7464 * stabs.texinfo (Common Blocks): Minor cleanups.
7465
7466 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7467 that Sun has backed away from the linker kludge and thus the relevant
7468 issue is changes to the SunPRO tools, not the Solaris linker.
7469
7470 * stabs.texinfo (Traditional Integer Types): Clean up description
7471 of octal bounds a little bit. Document extra leading zeroes.
7472
7473Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7474
7475 * gdb.texinfo (Signaling): Update for symbolic symbol names
7476 and add a section explaining the difference between the GDB
7477 signal command and the shell kill utility.
7478
7479Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
7480
7481 * libgdb.texinfo: added `@' to braces that were unescaped.
7482
7483Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
7484
7485 * libgdb.texinfo: new file. Spec for the gdb library.
7486
7487Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7488
7489 * stabs.texinfo (Include Files): Fix typo (start -> end).
7490
7491Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7492
7493 * gdb.texinfo, remote.texi: assorted small improvements, mostly
7494 from Melissa at FSF's editing pass.
7495
7496Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7497
7498 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
7499 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
7500 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
7501
7502Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7503
7504 * remote.texi (Bootstrapping): Discuss 386 call gates.
7505
7506Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7507
7508 * stabs.texinfo (Based Variables): New node.
7509
7510Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
7511
7512 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
7513 names, sizes, and formats to suggest how not to lose.
7514
7515Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7516
7517 * stabs.texinfo (Methods): Fix typo.
7518
7519Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7520
7521 * gdb.texinfo: Fix a few typos.
7522
7523Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7524
7525 * gdb.texinfo: Clarify how well it works with Fortran.
7526
7527 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
7528 More on relocating stabs in ELF files.
7529
7530Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7531
7532 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
7533
7534Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7535
7536 * stabs.texinfo (Local Variable Parameters): Talk about nameless
7537 parameters on VAX.
7538
7539Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7540
7541 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
7542
7543Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7544
7545 * stabs.texinfo: Make info author notice match the TeX author notice.
7546
7547Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7548
7549 * stabs.texinfo: Initial-caps all words in node names and
7550 non-trivial words in section names.
7551
7552Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7553
7554 * stabs.texinfo: Many minor cleanups.
7555
7556 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
7557
7558Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
7559
7560 * stabs.texinfo: Remove full description of big example.
7561 It's not really helpful; just use pieces of it where appropriate.
7562 Add more Texinfo formatting directives (@samp, etc.).
7563 Use @deffn to define stab types.
7564 Eliminate some wordiness. Break up some nodes.
7565 Add an (alphabetized) index of symbol types.
7566 Use consistent capitalization style in node and section names.
7567
7568Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
7569
7570 * gdb.texinfo: Change typo "Two two" to "The two".
7571
7572Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7573
7574 * stabs.texinfo (XCOFF-differences): Remove references to
7575 non-existent types N_DECL and N_RPSYM.
7576
7577 * stabs.texinfo (String Field): Say that type attributes bug is
7578 fixed in GDB 4.10, since it is.
7579
7580 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
7581
7582Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
7583
7584 * stabs.texinfo: Formatting cleanups.
7585
7586Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7587
7588 * stabs.texinfo: When explaining the n_type of a stab, standardize
7589 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
7590 no tabs, use @r).
7591 (Global Variables): Clean up.
7592
7593Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7594
7595 * stabs.texinfo (Stack Variables): Re-write.
7596
7597Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7598
7599 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
7600 addresses of a source file. Also revise formatting.
7601 Change "object module" or "object file" to "source file".
7602 Various: Miscellaneous cleanups.
7603
7604Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7605
7606 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
7607
7608Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
7609
7610 * gdbint.texinfo: Removed many nonsensical machine-collected
7611 host and target conditionals, described some of the remainder.
7612
7613Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7614
7615 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
7616
7617 * gdbint.texinfo (Top): Add name to @top line, and re-write the
7618 paragraph which follows.
7619
7620 * gdbint.texinfo (Host): Use @code not @samp for Makefile
7621 variables. Looks better and avoids overful hbox.
7622
7623Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7624
7625 * stabs.texinfo (Procedures): Improve stuff on nested functions.
7626
7627Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7628
7629 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
7630 retransmit-timeout
7631
7632Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7633
7634 * gdbint.texinfo: Update statement about `some ancient Unix
7635 systems, like Ultrix 4.0' to Ultrix 4.2.
7636
7637Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
7638
7639 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
7640
7641 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
7642
7643 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
7644 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
7645
7646 * remote.texi: new name for former gdbinv-s.texi
7647
7648 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
7649
7650Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
7651
7652 * gdbinv-s.texi: Documented timeout and retransmit-timeout
7653 variables for MIPS remote debugging protocol.
7654
7655Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7656
7657 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
7658
7659Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
7660
7661 * Makefile.in (refcard.dvi): Use srcdir where necessary.
7662
7663Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
7664
7665 * gdb.texinfo: repair conditional bugs in text markup
7666
7667Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7668
7669 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
7670 to select Modula-2 material.
7671
7672Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7673
7674 * stabs.texinfo: Cleanups regarding statics.
7675
7676 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
7677 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
7678
7679Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7680
7681 * stabs.texinfo: N_MAIN is sometimes used for C.
7682
7683Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7684
7685 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
7686
7687Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
7688
7689 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 7690 removed from the code by Kingdon.
c906108c
SS
7691
7692Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7693
7694 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
7695 input when evaluating breakpoint conditions; the bug has been fixed.
7696
7697 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
7698 sets the ignore count to N-1, not to N.
7699
7700Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7701
7702 * refcard.tex (\hoffset): correct longstanding error to match
7703 intended offset; avoids cutting off edge on some printers
7704
7705Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7706
7707 * stabs.texinfo (Parameters): Say that order of stabs is significant.
7708
7709Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7710
7711 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
7712
7713Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7714
7715 * Makefile.in: (REFEDITS) new var to control whether PS or CM
7716 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
7717 collect sed edits if any, apply to refcard before formatting;
7718 (refcard.ps) stop implying PS fonts if PS output requested;
7719 (lrefcard.ps) delete extra target for variant PS fonts
7720
7721 * refcard.tex: parametrize papersize dependent info, collect
7722 in easily replaced spot
7723
7724 * a4rc.sed: new file, edits to refcard for A4 paper
7725
7726Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7727
7728 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
7729
7730Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7731
7732 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
7733
7734Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7735
7736 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
7737 politely rather than rudely.
7738
7739Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7740
7741 * stabs.texinfo: Document common blocks.
7742
7743Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
7744
7745 * stabs.texinfo: Add some basic info about stabs-in-elf.
7746
7747Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7748
7749 * stabs.texinfo (Top): Minor cleanup.
7750
7751Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
7752
7753 * Makefile.in (install-info): remove parentdir support
7754
7755Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7756
7757 * gdb.texinfo (Copying): delete this node and references to it;
7758 RMS says this manual need not carry GPL. (passim): Improvements
7759 from last round at FSF, largely due to Ian Taylor review, and
7760 minor formatting improvements.
7761
7762 * gdbinv-s.texi (passim): Improvements from last round at FSF,
7763 largely due to Ian Taylor review. (Debug Session): minor edits to
7764 new text.
7765
7766Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
7767
7768 * Makefile.in (realclean): Remove info and dvi files too.
7769
7770Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
7771
7772 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
7773 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
7774 * gdb.texinfo: Change accordingly.
7775
7776 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
7777 N_{L,R}BRAC,N_SLINE are relative to.
7778
7779Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
7780
7781 * Makefile.in (GDBvn.texi): Update atomically.
7782
7783Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
7784
7785 * gdbinv-s.texi (Debug Session): Document exceptionHook.
7786
7787Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
7788
7789 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
7790 addresses together. Also motivate the set print symbol-filename
7791 command and suggest other solutions.
7792
7793Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
7794
7795 * gdb.texinfo (set print elements): Note that the number of
7796 elements is set to unlimited by "set print elements 0".
7797
7798Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
7799
7800 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
7801 NF_LDOUBLE means.
7802 (Stab Types): Include Solaris stab types.
7803 (Procedures): Document Solaris extensions.
7804
7805Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7806
7807 * gdb.texinfo: Add `set print symbol-filename' doc.
7808
7809Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7810
7811 * stabs.texinfo (Arrays): Talk about type definition vs. type
7812 information.
7813
7814 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
7815 the trailing semicolon.
7816
7817Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7818
7819 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
7820 and merge in other parts of the document addressing these subjects.
7821 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
7822
7823 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
7824 at the end of a range type.
7825
7826 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
7827 AIX extensions.
7828
7829Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7830
7831 * stabs.texinfo (Stabs Format): Misc fixes.
7832
7833Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7834
7835 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
7836 (Traditional builtin types): Document convex convention for long long.
7837 (Negative builtin types): Discuss type names, and misc fixes.
7838
7839Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7840
7841 * stabs.texinfo (Builtin Type Descriptors): Document the floating
7842 point types used with @samp{R} type descriptor.
7843 (Symbol Descriptors): Describe how to handle conflict between
7844 different meanings of @samp{P} symbol descriptor.
7845
7846Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7847
7848 * stabs.texinfo: Remove node Quick Reference and put its children
7849 directly under the main menu.
7850
7851 * stabs.texinfo: Many more changes to bring it into line with
7852 AIX documentation and reality. I think it now has all the
7853 information from the AIX documentation, except that I burned
7854 out when I got to variant records (Pascal and Modula-2) and
7855 all the COBOL types. Oh well, we can add them later when we're
7856 worrying more about those languages.
7857
7858 * stabs.texinfo (Automatic variables): Talk about what it means
7859 to omit the symbol descriptor.
7860
7861Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7862
7863 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
7864 gcc2 behavior with promoted args.
7865
7866Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7867
7868 * gdb.texinfo: include readline appendices in info version of manual
7869
7870Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7871
7872 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
7873 target remote.
7874
7875 * gdb.texinfo (Machine Code): more index entries for disassemble
7876
7877Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
7878
7879 * Clarify the intended use of the gdb-testers and gdb-patches
7880 mailing lists, and shrink gzip comment.
7881
7882Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7883
7884 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
7885 DOSHOST configuration of manual.
7886
7887 * gdb.texinfo (MIPS Stack): new node.
7888
7889 * all-config.texi (MIPS) new switch.
7890
7891 * gdbinv-s.texi (Nindy Options) Remove two instances of future
7892 tense; (MIPS Remote) new node.
7893
7894 * gdb.texinfo (passim) rephrases to work around makeinfo @value
7895 bug; (Environment) less passive, other small cleanups in text about
7896 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
7897 (Remote) new MIPS Remote menu entry.
7898
7899Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
7900
7901 * stabs.texinfo: Many changes to include information from the
7902 AIX documentation.
7903
7904 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
7905
7906Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
7907
7908 * gdbint.texinfo (new node Debugging GDB, elsewhere):
7909 Move a bunch of information from ../README.
7910 (Getting Started): New node.
7911
7912Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7913
7914 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
7915
7916 * gdb.texinfo: advance manual revision dates to present
7917
7918 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
7919 stop using silly Roman numerals in @set variable names
7920
7921Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
7922
7923 * stabs.texinfo (Parameters): Keep trying to get this right.
7924
7925Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
7926
7927 * stabs.texinfo (Parameters): More on "local parameters".
7928
7929Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
7930
7931 * stabs.texinfo (Parameters): Re-do "local parameters" section.
7932
7933Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
7934
7935 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
7936 (Parameters): Rewrite.
7937 (xcoff-differences, Sun-differences): Minor changes.
7938
7939Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
7940
7941 * stabs.texinfo: Minor cleanup.
7942
7943Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
7944
7945 * gdbint.texinfo: Minor xcoff stuff.
7946
7947Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
7948
7949 * gdbint.texinfo: Update for new config directory structure.
7950 Add info about internal type data structures.
7951
7952Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
7953
7954 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
7955 $(srcdir).
7956 (gdb-config.texi): Depend on file in $(srcdir).
7957
7958Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
7959
7960 * stabs.texinfo: Fixes about N_SO.
7961
7962Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7963
7964 * gdb.texinfo: include list of nonstandard init file names
7965
7966 * *-config.texi: new switch GENERIC for text that applies *only*
7967 to (usual) multiple-target version of manual
7968
7969 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
7970 h8 config
7971
7972 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
7973 in menus (rather than conditionally selected multiple alternative
7974 menus).
7975
7976 * Makefile.in: define and use DOC_CONFIG var to select
7977 configuration for GDB user manual.
7978
7979 * gdb-config.texi: delete from repository, generate from Makefile.
7980
7981 * all-config.texi: normal `generic' configuration file, formerly
7982 stored as gdb-config.texi
7983
7984Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
7985
7986 * Makefile.in: add dvi target to build all .dvi files
7987
7988Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7989
7990 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
7991
7992Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
7993
7994 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
7995 host conditionals.
7996 * stabs.texinfo: More array fixes inspired by Jim's.
7997
7998Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
7999
8000 * stabs.texinfo: Fixes re arrays and continuations.
8001
8002 * gdbint.texinfo: Add XCOFF node.
8003
8004Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8005
8006 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8007
8008Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8009
8010 * stabs.texinfo: Fix for array types to mention lower bounds.
8011
8012Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8013
8014 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8015
8016Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8017
8018 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8019
8020Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8021
8022 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8023 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8024
8025Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8026
8027 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8028
8029Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8030
8031 * gdb.texinfo, gdbinv-s.texi: misc updates
8032
8033Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8034
8035 * gdbint.texinfo: Brief documentation for longjmp support,
8036 from an email msg by Stu.
8037
8038Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8039
8040 * stabs.texinfo: Fix description of floating point "range"
8041 types (which really define basic types). Reported by Jim Meehan,
8042 <meehan@src.dec.com>.
8043
8044 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8045
8046Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8047
8048 * gdbint.texinfo: Slightly expand section on supporting a new
8049 object file format.
8050
8051Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8052
8053 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8054 intermediate file.
8055
8056Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8057
8058 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8059
8060Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8061
8062 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8063
8064 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8065 as well as Z8002.
8066
8067Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8068
8069 * gdbint.texinfo: Add sections on clean design and on how to send
8070 in changes.
8071
8072Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8073
8074 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8075
8076Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8077
8078 * gdb.texinfo: Fix typo, reported by Karl Berry.
8079
8080Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8081
8082 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8083
8084Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8085
8086 * gdbint.texinfo: fixed a stray email address (needs @@),
8087 added @table @code to node "Native Conditionals"
8088
8089Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8090
8091 * gdbint.texinfo: Describe coding style of GDB.
8092
8093Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8094
8095 * stabs.texinfo: Minor wording changes.
8096
8097Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8098
8099 * gdbint.texinfo: Improve release doc slightly.
8100
8101Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8102
8103 * gdbint.texinfo: Improve doc of GDB config macros.
8104
8105Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8106
8107 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8108 These will be reinserted when examined.
8109
8110Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8111
8112 * gdbint.texinfo: Make a start at documenting all the #if macros
8113 in GDB. At least list them all, and start separating them into
8114 host-specific and target-specific.
8115
8116Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8117
8118 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8119 examples (not consistent w others).
c906108c
SS
8120 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8121 for generic vn of doc
8122
8123Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8124
8125 * Makefile.in: always create installation directories.
8126
8127Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8128
8129 * gdb.texinfo: in h8 config, do not describe searching commands.
8130
8131Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8132
8133 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8134 conditionals; introduce a few generic switches that may be
8135 useful for other cross-dev or dos-hosted configs.
8136
8137 * gdb.texinfo: fix typo in "info reg" description
8138
8139Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8140
8141 * stabs.texinfo: Minor updates from running TeX over it.
8142 * Makefile.in (stabs.dvi, stabs.ps): Add.
8143
8144Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8145
8146 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8147 First pass at converting it to texinfo.
8148
8149Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8150
8151 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8152 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8153
8154Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8155
8156 * gdbint.texinfo: Add section on partial symbol tables.
8157
8158Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8159
8160 * gdb.texinfo: document `set remotedebug' and `set
8161 rstack_high_address'.
8162
8163Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8164
8165 * gdb.texinfo: slight expansion of new text on reading info files
8166 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8167 H8/300 from DOS.
8168
8169Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8170
8171 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8172
8173Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8174
8175 * gdb.texinfo: Say how to read the `info' files.
8176
8177Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8178
8179 * Makefile.in: gm4 -> m4.
8180
8181Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8182
8183 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8184 Documentation' ahead of `Installing GDB' to match README.
8185 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8186 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8187
8188Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8189
8190 * Makefile.in: remove $(srcdir) from gdb.info rule.
8191
8192Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8193
8194 * Makefile.in: commented out gdb-all.texinfo rule. This is
8195 temporary.
8196
8197Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8198
8199 * Makefile.in, configure.in: removed traces of namesubdir,
8200 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8201 copyrights to '92, changed some from Cygnus to FSF.
8202
8203Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8204
8205 * gdb.texinfo: Improve how we ask for bug reports.
8206
8207Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8208
8209 * Makefile.in: infodir belongs in datadir.
8210
8211Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8212
8213 * Makefile.in: remove spaces following hyphens, bsd make can't
8214 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8215 standards.text support.
c906108c
SS
8216
8217Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8218
8219 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8220 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8221 and mandir now keyed off datadir by default.
8222
8223\f
8224Local Variables:
9e9c5ae7 8225mode: change-log
c906108c
SS
8226left-margin: 8
8227fill-column: 74
8228version-control: never
8229End:
This page took 1.217799 seconds and 4 git commands to generate.