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