2011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
29703da4
PM
12011-03-17 Phil Muldoon <pmuldoon@redhat.com>
2
3 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4 (Inferiors In Python): Likewise.
5 (Threads In Python): Likewise.
6 (Symbols In Python): Likewise.
7 (Objfiles In Python): Likewise.
8 (Symbol Tables In Python): Likewise.
9
c9174737
PA
102011-03-15 Pedro Alves <pedro@codesourcery.com>
11
12 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
13 display>: Explain that the commands accept number ranges.
14
7371cf6d
PM
152011-03-14 Phil Muldoon <pmuldoon@redhat.com>
16
17 * gdb.texinfo (Breakpoints In Python): Add description and example
18 of Python stop function operation.
19
ecec24e6
PM
202011-03-10 Phil Muldoon <pmuldoon@redhat.com>
21
22 * gdb.texinfo (Parameters In Python): Document get_set_string and
23 get_show_string methods.
24
6dcd5565
JK
252011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
26
27 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
28
81896e36
JK
29 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
30 circular-trace-buffer name.
31
5e30da2c
JB
322011-02-28 Joel Brobecker <brobecker@adacore.com>
33
34 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
35 in the previous change.
36
3bd0f5ef 372011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
38
39 * gdb.texinfo (Inferiors and Programs): Update commands to show
40 that they can accept multiple arguments.
41
4ec7539c
JB
422011-02-24 Joel Brobecker <brobecker@adacore.com>
43
44 Revert the following patch (code patch was not approved):
45 2011-02-21 Hui Zhu <teawater@gmail.com>
46 * agentexpr.texi (bytecode descriptions): add printf.
47 * gdb.texinfo (tracepoint action lists): add printf.
48
82809774
DE
492011-02-23 Doug Evans <dje@google.com>
50
51 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
52
e5a67952
MS
532011-02-23 Michael Snyder <msnyder@vmware.com>
54
55 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
56 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
57 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
58
6e6fbe60
DE
592011-02-22 Doug Evans <dje@google.com>
60
61 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
62 Clarify behaviour of lookup_symbol when `block' argument is omitted,
63 add description of result, fix @defun formatting.
64
f994e27a
HZ
652011-02-21 Hui Zhu <teawater@gmail.com>
66
67 * agentexpr.texi (Bytecode Descriptions): Add printf.
68 * gdb.texinfo (Tracepoint Action Lists): Add printf.
69
c7f96d2b
TT
702011-02-18 Tom Tromey <tromey@redhat.com>
71
72 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
73
60f98dde
MS
742011-02-14 Michael Snyder <msnyder@vmware.com>
75
76 * gdb.texinfo (threads): Document argument for "info threads" cmd.
77 Document new command "thread find".
78
08e796bc
MS
792011-02-14 Michael Snyder <msnyder@vmware.com>
80
81 * gdb.texinfo (Threads): Update example of new thread message.
82
b3b9301e
PA
832011-02-14 Pedro Alves <pedro@codesourcery.com>
84
85 * gdb.texinfo (Remote Configuration): Mention set/show remote
86 traceframe-info.
87 (Tools/Packages Optional for Building GDB): Mention that expat is
88 used for traceframe info.
89 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
90 (General Query Packets) <qSupported>: Describe the
91 qXfer:traceframe-info:read feature.
92 (qXfer::read): Describe qXfer:traceframe-info:read.
93 (Traceframe Info Format): New section.
94
cef35b0f
PA
952011-02-04 Pedro Alves <pedro@codesourcery.com>
96
97 * gdbint.texinfo (Formatting): Mention some formatting guidelines
98 for casts and unary operators.
99
f1cbe1d3
TT
1002011-02-04 Tom Tromey <tromey@redhat.com>
101
102 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
103 is not useful.
104
585fdaa1
PA
1052011-01-25 Pedro Alves <pedro@codesourcery.com>
106
107 * gdb.texinfo: s/value optimized out/optimized out/g
108
7bfc9434
JB
1092011-01-21 Joel Brobecker <brobecker@adacore.com>
110
111 * gdb.texinfo (Other Misc Settings): Rework part of the
112 documentation of the "set interactive mode" command.
113
4694da01
TT
1142011-01-19 Tom Tromey <tromey@redhat.com>
115
116 * gdb.texinfo (Threads): Document thread name output and `thread
117 name' command.
118 (Threads In Python): Document Thread.name attribute.
119 (GDB/MI Thread Commands): Document thread attributes.
120
b716877b
AB
1212011-01-12 Andrew Burgess <aburgess@broadcom.com>
122
123 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
124 changes in mi/mi-cmd-disas.c
125
13fd8b81
TT
1262011-01-12 Tom Tromey <tromey@redhat.com>
127
128 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
129 Fix "thread apply" text.
130
e09342b5
TJB
1312011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
132 Thiago Jung Bauermann <bauerman@br.ibm.com>
133
134 Implement support for PowerPC BookE ranged watchpoints.
135 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
136 the "set powerpc exact-watchpoints" flag.
137
06e65f44
TT
1382011-01-07 Tom Tromey <tromey@redhat.com>
139
140 * gdb.texinfo (Python API): Add descriptions to @menu items.
141
d8e22779
TT
1422011-01-06 Tom Tromey <tromey@redhat.com>
143
144 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
145
a255712f
PP
1462010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
147
e09342b5 148 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 149
ccfc3d6e
TT
1502011-01-06 Tom Tromey <tromey@redhat.com>
151
152 PR python/12133:
153 * gdb.texinfo (Frames In Python): Document various frame
154 constants.
155
44944448
JB
1562011-01-05 Joel Brobecker <brobecker@adacore.com>
157
158 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
159 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
160 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
161
42ea3d7a
JK
1622011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
163
164 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
165 (clean): Add GDBvn.texi.
166
720d1a40
JB
1672010-12-29 Joel Brobecker <brobecker@adacore.com>
168
169 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
170 occasional case where the debugger prints an array address
171 instead of the array itself.
172
ad196637
PA
1732010-12-23 Pedro Alves <pedro@codesourcery.com>
174
175 * gdb.texinfo (Packets) <read registers packet>: Document support
176 for registers that were not collected.
177
a86caf66
DE
1782010-12-15 Doug Evans <dje@google.com>
179
180 * gdb.texinfo (Startup): Document auto-loading of scripts during
181 startup.
182 (Auto-loading): Delete "maint set python auto-load on|off".
183 Add "set auto-load-scripts on|off".
184
aae1c79a
DE
1852010-12-07 Doug Evans <dje@google.com>
186
187 * gdb.texinfo (Mode Options): Document -data-directory.
188 (Data Files): Add reference to -data-directory.
189
4e04c971
DE
1902010-11-29 Doug Evans <dje@google.com>
191
192 * gdb.texinfo (Pretty-Printer Introduction): Change
193 printer-name:subprinter-name to printer-name;subprinter-name.
194
94b6973e
PM
1952010-11-29 Phil Muldoon <pmuldoon@redhat.com>
196
197 PR python/12199
198
199 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
200
39037522
TT
2012010-11-23 Tom Tromey <tromey@redhat.com>
202
203 * gdb.texinfo (Top): Check SYSTEM_READLINE.
204 (Editing): Likewise.
205 (Command History): Likewise.
206 (TUI Keys): Likewise.
207 (Bug Reporting): Conditionally include rluser.texi and
208 inc-history.texinfo.
209 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
210 (GDB_DOC_SOURCE_INCLUDES): Add comment.
211 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
212 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
213 (gdb.pdf): Likewise.
214 (gdb.info): Likewise.
215 (gdb/index.html): Likewise.
216
5ae98d25
TT
2172010-11-23 Tom Tromey <tromey@redhat.com>
218
219 * Makefile.in (Makefile): Run ../config.status.
220 (distclean): Update.
221 * configure: Remove.
222 * configure.ac: Remove.
223
621c8364
TT
2242010-11-12 Tom Tromey <tromey@redhat.com>
225
226 * gdb.texinfo (Basic Python): Update. Add xref.
227 (Exception Handling): Document new exception classes.
228 (Types In Python): Update.
229 (Frames In Python): Update.
230
84f4c1fe
PM
2312010-11-11 Phil Muldoon <pmuldoon@redhat.com>
232
233 * gdb.texinfo (Breakpoints In Python): Document "internal"
234 parameter, and visible attribute.
235
99e7ae30
DE
2362010-11-05 Doug Evans <dje@google.com>
237
238 * gdb.texinfo (Source Path): Document "set directories".
239
f4b8a18d
KW
2402010-11-05 Ken Werner <ken.werner@de.ibm.com>
241
242 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
243 (OpenCL C): New node.
244
7b51bc51
DE
2452010-11-02 Doug Evans <dje@google.com>
246
247 * gdb.texinfo (Pretty Printing): Expand into three sections,
248 introduction, example, and commands.
249 (Python API): Delete section Disabling Pretty-Printers, merge into
250 Selecting Pretty-Printers.
251 (Writing a Pretty-Printer): New section. Move the pretty-printer
252 example here, and reformat to match python coding style. Add a second
253 example using the gdb.printing module.
254 (Python modules): Add gdb.printing.
255
9eeee977
DE
2562010-10-29 Doug Evans <dje@google.com>
257
258 * gdb.texinfo (Python): Fix long line.
259
a0e0ffdf
DE
2602010-10-20 Doug Evans <dje@google.com>
261
262 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
263 All references updated. Correct sections marked as subsections.
264 (Coding Standards): New chapter. Move the coding standard related
265 subsections here. Add section on Python coding standards.
266
0e3509db
DE
2672010-10-13 Doug Evans <dje@google.com>
268
269 * gdb.texinfo (Python): Add "Python modules".
270 (Types in Python): Add reference to gdb.types section.
271 (Python modules): New node.
272
44592cc4
DE
2732010-10-11 Doug Evans <dje@google.com>
274
275 * gdb.texinfo (Values From Inferior): Add reference to "Types in
276 Python" from gdb.Value.type description.
277
6e1bb179
JB
2782010-09-28 Joel Brobecker <brobecker@adacore.com>
279
280 * gdb.texinfo (Ravenscar Profile): New node.
281
e8467610
TT
2822010-09-22 Tom Tromey <tromey@redhat.com>
283
284 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
285
fccd1d1e
EZ
2862010-09-22 Eli Zaretskii <eliz@gnu.org>
287
288 * gdb.texinfo (Values From Inferior): Clarify that
289 value.dynamic_type works only in C++ programs with RTTI.
290
c1b6b909
TT
2912010-09-15 Paul Bolle <pebolle@tiscali.nl>
292
293 * gdb.texinfo (Character Sets): Correctly reference host-charset
294 in example.
295
7d288aaa
TT
2962010-09-13 Tom Tromey <tromey@redhat.com>
297
298 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
299 Document "fullname" and "from".
300
f75d858b
MK
3012010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
302
303 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
304 feature `reverse' output by -list-target-features.
305
83b9503b
L
3062010-08-31 H.J. Lu <hongjiu.lu@intel.com>
307
308 * gdb.texinfo (i386 Features): Remove an extra "@item".
309
03f17ccf
TT
3102010-08-30 Tom Tromey <tromey@redhat.com>
311
312 PR python/11792:
313 * gdb.texinfo (Values From Inferior): Document dynamic_type.
314
9779414d
DJ
3152010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
316
317 * gdb.texinfo (ARM Features): Document
318 org.gnu.gdb.arm.m-profile.
319
f9ffd4bb
TT
3202010-08-23 Tom Tromey <tromey@redhat.com>
321
322 PR python/11145:
323 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
324 reinterpret_cast methods.
325
702c2711
TT
3262010-08-23 Tom Tromey <tromey@redhat.com>
327
328 PR python/11915:
329 * gdb.texinfo (Types In Python): Document array method.
330
66b73624
TJB
3312010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
332
333 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
334
06a64a0b
TT
3352010-08-16 Tom Tromey <tromey@redhat.com>
336
337 * gdb.texinfo (Set Watchpoints): Document -location option.
338
a3a7127e
DE
3392010-08-13 Doug Evans <dje@google.com>
340
341 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
342
8dedea02
VP
3432010-08-13 Vladimir Prus <vladimir@codesourcery.com>
344
345 * gdb.texinfo (GDB/MI Data Manipulation): Document
346 -data-read-memory-raw and -data-write-memory-raw.
347
ca5c20b6 3482010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 349 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
350
351 * gdb.texinfo (Basic Python): Describe post_event API.
352
cb2e07a6
PM
3532010-08-11 Phil Muldoon <pmuldoon@redhat.com>
354
355 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 356 decode_line Python APIs
cb2e07a6 357
464b3efb
TT
3582010-08-10 Tom Tromey <tromey@redhat.com>
359
360 * gdb.texinfo (Pretty Printing API): Document
361 gdb.default_visualizer.
362
c29c521f
TT
3632010-08-10 Tom Tromey <tromey@redhat.com>
364
365 Revert gdb-add-index addition:
366 * gdb.texinfo (Index Files): Don't document gdb-add-index.
367
5da1313b
JK
3682010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
369 Eli Zaretskii <eliz@gnu.org>
370
371 * gdb.texinfo (Mode Options) <-batch>
372 (Basic Python) <gdb.execute>: Describe setting width and height.
373
02d868e8
PP
3742010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
375
376 * gdb.texinfo (Threads): Document 'debug libthread-db'.
377
c2bbed2a
TT
3782010-07-30 Tom Tromey <tromey@redhat.com>
379
380 * gdb.texinfo (Index Files): Mention gdb-add-index.
381
6c13bbe1
HZ
3822010-07-30 Hui Zhu <teawater@gmail.com>
383
384 * gdb.texinfo (Inferiors and Programs): Update the introduce of
385 "detach inferior" and "kill inferior".
386
53a71c06
CR
3872010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
388
389 * gdb.texinfo (Machine Code): Update description of two forms of
390 arguments, and add new example to demonstrate the new form.
391
5374244e
PM
3922010-07-27 Phil Muldoon <pmuldoon@redhat.com>
393
394 * gdb.texinfo (Values From Inferior): Add value inferior function
395 call description.
396
8ea5bce5
JK
3972010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
398
399 * gdb.texinfo (Active Targets): Fix wrong comma placement.
400
c0edd9ed
JK
4012010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
402 Eli Zaretskii <eliz@gnu.org>
403
404 Make core files the process_stratum.
405 * gdb.texinfo (Active Targets): Remove core_stratum. Include
406 record_stratum example.
407
9291a0cd
TT
4082010-07-13 Tom Tromey <tromey@redhat.com>
409
410 * gdb.texinfo (Index Files): New node.
411
f5011d11
TT
4122010-07-13 Tom Tromey <tromey@redhat.com>
413
414 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
415
0f5238ed
TT
4162010-07-13 Tom Tromey <tromey@redhat.com>
417
418 * gdb.texinfo (Specify Location): Document labels.
419
74c761c1
PA
4202010-07-01 Pedro Alves <pedro@codesourcery.com>
421
422 * gdb.texinfo (Create and Delete Tracepoints): Add more index
423 entries for fast tracepoints and static tracepoints.
424
501994c0
PA
4252010-07-01 Pedro Alves <pedro@codesourcery.com>
426
427 * gdb.texinfo (General Query Packets) <qfThreadInfo,
428 qsThreadInfo>: Spell out `l' as ell.
429
0fb4aa4b
PA
4302010-07-01 Pedro Alves <pedro@codesourcery.com>
431
432 * gdb.texinfo (Convenience Variables): Document $_sdata.
433 (Commands to Set Tracepoints): Describe static tracepoints. Add
434 `Listing Static Tracepoint Markers' menu entry. Document
435 "strace".
436 (Tracepoint Action Lists): Document collecting $_sdata.
437 (Listing Static Tracepoint Markers): New subsection.
438 (Tracepoints support in gdbserver): Mention static tracepoints.
439 (remote packets, enabling and disabling): Mention
440 read-sdata-object.
441 (General Query Packets) <qSupported>: Document qXfer:sdata:read
442 and StaticTracepoint.
443 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
444 Document qXfer:sdata:read.
445 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
446
dc3b15be
JB
4472010-06-29 Joel Brobecker <brobecker@adacore.com>
448
449 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
450
595939de
PM
4512010-06-28 Phil Muldoon <pmuldoon@redhat.com>
452 Tom Tromey <tromey@redhat.com>
453 Thiago Jung Bauermann <bauerman@br.ibm.com>
454
455 * gdb.texinfo (Inferiors In Python): New node.
456 * gdb.texinfo (Threads In Python): New node.
457
9279c692
JB
4582010-06-28 Joel Brobecker <brobecker@adacore.com>
459
460 * gdb.texinfo (Python): Document what the python directory is
461 and what its location is.
462 (Basic Python): Document the gdb.PYTHONDIR constant.
463
bc9f0842
TT
4642010-06-25 Tom Tromey <tromey@redhat.com>
465
466 PR python/10808:
467 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
468
f1421989
HZ
4692010-06-24 Hui Zhu <teawater@gmail.com>
470
471 * gdb.texinfo: (Commands for Controlled Output): Add
472 documentation for command "eval".
473
e4c0cfae
SS
4742010-06-21 Stan Shebs <stan@codesourcery.com>
475
476 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
477 * annotate.texinfo: Ditto.
478 * gdbint.texinfo: Ditto.
479 * stabs.texinfo: Ditto.
480
bb08c432
HZ
4812010-06-22 Hui Zhu <teawater@gmail.com>
482
483 * gdb.texinfo: (Process Record and Replay): Add documentation
484 for command "set record memory-query".
485
4f5d9f07
SS
4862010-06-21 Stan Shebs <stan@codesourcery.com>
487
488 * gdb.texinfo: Relicense under GFDL version 1.3.
489 * annotate.texinfo: Relicense under GFDL version 1.3.
490 * gdbint.texinfo: Relicense under GFDL version 1.3.
491 * stabs.texinfo: Relicense under GFDL version 1.3.
492 * fdl.texi: Update to version 1.3.
493
6aed2dbc
SS
4942010-06-18 Stan Shebs <stan@codesourcery.com>
495
a61408f8
SS
496 * gdb.texinfo (Operating System Auxiliary Information): Describe
497 "info os" when no arguments given.
498
6aed2dbc
SS
499 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
500 $_thread.
501
24e933df
HZ
5022010-06-18 Hui Zhu <teawater@gmail.com>
503
504 * gdb.texinfo: (Process Record and Replay): Add documentation
505 for commands "record save" and "record restore".
506
65d79d4b
SDJ
5072010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
508
509 * gdb.texinfo: Include information about the correct use
510 of addresses in the `watch' command.
511
d914c394
SS
5122010-06-11 Stan Shebs <stan@codesourcery.com>
513
514 * gdb.texinfo (Observer Mode): New section.
515 (General Query Packets): Document QAllow.
889bf7c5 516
967cf477
DE
5172010-06-04 Doug Evans <dje@google.com>
518
519 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
520
aaf4119b
DE
5212010-06-03 Doug Evans <dje@google.com>
522
523 * gdbint.texinfo (Coding): Add subsection on command names.
524
9eae7c52
TT
5252010-06-02 Tom Tromey <tromey@redhat.com>
526
527 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
528 always-disassemble.
529
fa593d66
PA
5302010-06-01 Pedro Alves <pedro@codesourcery.com>
531
532 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
533 gdbserver, and add cross reference.
534 (Tracepoints support in gdbserver): New subsection.
535
dde08ee1
PA
5362010-05-26 Pedro Alves <pedro@codesourcery.com>
537
538 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
539 `qRelocInsn' feature.
540 (Relocate instruction reply packet): New subsection
541 of `Tracepoint Packets'.
542 (Tracepoint Packets): Mention that packets QTDP and QTStart
543 support the qRelocInsn request, and add cross reference to new
544 subsection.
545
07ca107c
DE
5462010-05-25 Doug Evans <dje@google.com>
547
548 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
549 (Commands In Python): Document gdb.string_to_argv.
550
c25c4a8b
JK
5512010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
552
553 * gdbint.texinfo (Host Definition): Remove items NORETURN and
554 ATTR_NORETURN.
555
d7b32ed3 5562010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
557 Tom Tromey <tromey@redhat.com>
558 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 559
c25c4a8b 560 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 561
6aecb9c2
JB
5622010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
563
564 * gdb.texinfo: (Summary) Add mention about D language support.
565 (Filenames): Add D suffixes.
566 (D): New node.
567
b7da9e9f
PM
5682010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
569
570 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
571 of macro deleted from GDB code.
572
ab38a727
PA
5732010-04-24 Pedro Alves <pedro@codesourcery.com>
574
575 * gdb.texinfo (Commands to specify files): Describe what how GDB
576 looks up DOS-based filesystem paths on the system root. Document
577 the new `set/show target-file-system-kind' commands.
578
66d09542
DE
5792010-04-23 Doug Evans <dje@google.com>
580
581 * gdb.texinfo (Python): Move Auto-loading section here ...
582 (Python API): from here.
583 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
584 (Maintenance Commands): Add docs for "maint print section-scripts".
585
8bd10a10
CM
5862010-04-20 Chris Moller <cmoller@redhat.com>
587
588 * gdb.texinfo (Setting Breakpoints): Added description of
589 filename-qualified rbreak.
590 * refcard.tex (Breakpoints and Watchpoints): Added brief
591 description of filename-qualified rbreak.
592
4c374409
JK
5932010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
594
595 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
596 (Python API): Change the reference to Pretty Printing API.
597 (Pretty Printing): Move the user part under the Data node. Reformat
598 the sample output to 72 columns. Create a new reference to Pretty
599 Printing API. Rename the API part ...
600 (Pretty Printing API): To a new node name.
601 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
602 (GDB/MI Variable Objects): Change references to Pretty Printing API.
603
5a9351ae
SS
6042010-04-21 Stan Shebs <stan@codesourcery.com>
605
606 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 607 and commands.
5a9351ae 608 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 609
9a22f0d0
PM
6102010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
611
612 * gdb.texinfo (Examining memory): Update for change in string
613 display with explicit size.
614
6149aea9
PA
6152010-04-19 Pedro Alves <pedro@codesourcery.com>
616
617 PR breakpoints/8554.
618
619 * gdb.texinfo (Save Breakpoints): New node.
620 (save-tracepoints): Rename to ...
621 (save tracepoints): ... this. Mention that `save-tracepoints' is
622 a deprecated alias to `save tracepoints'.
623
711e434b
PM
6242010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
625
645797a8 626 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
627 (info w32 thread-information-block): Document new command.
628 (qGetTIBAddress): Document new gdbserver query.
629 (maint set/show show-all-tib): Document new command.
630
3f7b2faa
DE
6312010-04-15 Doug Evans <dje@google.com>
632
fa33c3cd
DE
633 * gdb.texinfo (Python API): Add progspaces section.
634 (Selecting Pretty-Printers): Progspace pretty-printers are
635 searched too.
636 (Progspaces In Python): New section.
637
3f7b2faa
DE
638 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
639
79f283fe
PM
6402010-04-14 Phil Muldoon <pmuldoon@redhat.com>
641
642 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
643 returns None.
644
87290684
SS
6452010-04-09 Stan Shebs <stan@codesourcery.com>
646
647 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
648 Describe the `frames-created' field, tweak grammar.
649
a97153c7
PA
6502010-04-09 Pedro Alves <pedro@codesourcery.com>
651
652 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
653 Describe the `circular' and `disconnected' fields.
654
5c5dcc1b
L
6552010-04-09 H.J. Lu <hongjiu.lu@intel.com>
656
657 * gdb.texinfo (maint print registers): Mention unavailable and
658 invisible registers.
659
adc36818
PM
6602010-04-09 Phil Muldoon <pmuldoon@redhat.com>
661 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 662 Tom Tromey <tromey@redhat.com>
adc36818
PM
663
664 * gdb.texinfo (Breakpoints In Python): New Node.
665
33da3f1c
SS
6662010-04-08 Stan Shebs <stan@codesourcery.com>
667
668 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
669 trace status fields.
670
3a13a53b
L
6712010-04-08 H.J. Lu <hongjiu.lu@intel.com>
672
673 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
674 optional. Make org.gnu.gdb.i386.avx requires
675 org.gnu.gdb.i386.avx.
676
08001717
DE
6772010-04-08 Doug Evans <dje@google.com>
678
679 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
680 search path, and document that gdb only scans the search path if
681 the script's path doesn't specify a directory.
682
c375651d
DE
6832010-04-05 Doug Evans <dje@google.com>
684
685 * gdb.texinfo (maint show python auto-load): Fix typo.
686
af54718e
SS
6872010-04-04 Stan Shebs <stan@codesourcery.com>
688
d77f58be
SS
689 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
690 (Setting Watchpoints): Update description of "info watch".
691 (Disabling Breakpoints): Only "info break" lists all.
692
af54718e
SS
693 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
694 (tdump): Explain how tdump works.
695
86b17b60
PA
6962010-04-01 Pedro Alves <pedro@codesourcery.com>
697
698 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
699 add cross reference.
700
ff12863f
PA
7012010-03-31 Pedro Alves <pedro@codesourcery.com>
702
703 * gdb.texinfo (TUI Commands): Mention that in some cases, these
704 commands error out.
705
f68eb612
L
7062010-03-30 H.J. Lu <hongjiu.lu@intel.com>
707
708 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
709
c8d5aac9
L
7102010-03-30 H.J. Lu <hongjiu.lu@intel.com>
711
712 * gdb.texinfo (General Query Packets): Add xmlRegisters.
713
7d13fe92
SS
7142010-03-29 Stan Shebs <stan@codesourcery.com>
715 Nathan Sidwell <nathan@codesourcery.com>
716
717 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
718 GDBN equivalent.
719 (Set Tracepoints): Remove mention that conditional tracepoints
720 don't exist.
721 (Tracepoint Actions): Clarify when while-stepping collection
722 happens, note that while-stepping does not automatically collect
723 $pc.
724
409873ef 7252010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 726
409873ef
SS
727 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
728 (General Query Packets): Describe TracepointSource.
729
ee8e71d4
EZ
7302010-03-27 Matt Rice <ratmice@gmail.com>
731
c8d5aac9
L
732 * gdb.texinfo (ARM): Document arguments to "target sim".
733 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 734
99b5e152
PA
7352010-03-26 Pedro Alves <pedro@codesourcery.com>
736
737 * gdb.texinfo (Tracepoint Packets): Remove mention that
738 terror:string may be plain text, and drop mention of X prefix.
739
cd64ee31
VP
7402010-03-26 Vladimir Prus <vladimir@codesourcery.com>
741
742 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
743
6c28cbf2
SS
7442010-03-24 Stan Shebs <stan@codesourcery.com>
745
746 * gdb.texinfo (Tracepoint Packets): Document trace error status.
747
95a42b64
TT
7482010-03-24 Tom Tromey <tromey@redhat.com>
749
750 PR breakpoints/9352:
751 * gdb.texinfo (Break Commands): Update.
752
18148017
VP
7532010-03-24 Vladimir Prus <vladimir@codesourcery.com>
754
755 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
756 commands.
757
4daf5ac0
SS
7582010-03-16 Stan Shebs <stan@codesourcery.com>
759
760 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
761 circular-trace-buffer.
762 (Tracepoint Packets): Describe QTBuffer, and details of the
763 qTStatus reply.
764
c9429232
SS
7652010-03-12 Stan Shebs <stan@codesourcery.com>
766 Nathan Sidwell <nathan@codesourcery.com>
767
768 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
769 doing instruction stepping.
770 (Tracepoint Restrictions): New node.
771
ccefe4c4
TT
7722010-03-10 Tom Tromey <tromey@redhat.com>
773
774 * gdbint.texinfo (Symbol Handling): Update.
775
7c953934
TT
7762010-03-08 Tom Tromey <tromey@redhat.com>
777
778 PR cli/9591:
779 * gdb.texinfo (Mode Options): Mention lack of pagination and
780 confirmation with --batch.
781 (Screen Size): Mention --batch.
782 (Messages/Warnings): Likewise.
783
f870a310
TT
7842010-03-05 Tom Tromey <tromey@redhat.com>
785
786 * gdb.texinfo (Basic Python): Document target_charset and
787 target_wide_charset.
788
78e2826b
TT
7892010-03-05 Tom Tromey <tromey@redhat.com>
790
791 * gdb.texinfo (Data): Link to pretty-printing.
792 (Output Formats): Likewise. Correct text.
793
f5dff777
DJ
7942010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
795
796 * gdb.texinfo (Types): Describe <struct> and <flags>.
797
dc00d89f
PM
7982010-02-28 Phil Muldoon <pmuldoon@redhat.com>
799
800 * gdb.texinfo (Frames In Python): Add block parameter and
801 description to read_var text.
802
5107b149 8032010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 804 Tom Tromey <tromey@redhat.com>
5107b149
PM
805
806 * gdb.texinfo (Types In Python): Describe block argument in
807 template_argument and gdb.lookup_type.
808
e03e5e7b
TT
8092010-02-24 Tom Tromey <tromey@redhat.com>
810
811 * gdb.texinfo (Cygwin Native): Fix typo.
812
f3e9a817
PM
8132010-02-24 Phil Muldoon <pmuldoon@redhat.com>
814
815 * gdb.texinfo (Frames In Python): Add block, find_sal, function
816 and select method descriptions.
817 (Python API): Add Blocks In Python, Symbols in Python and Symbol
818 Tables in Python to menu.
819 (Blocks In Python): New node.
820 (Symbols In Python): New node.
821 (Symbol Tables in Python): New node.
822
a79b8f6e
VP
8232010-02-24 Vladimir Prus <vladimir@codesourcery.com>
824
825 Multiexec MI
826
827 gdb/
828 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
829
830 gdb/doc/
831 * gdb.texinfo (GDB/MI Command Syntax): Document notification
832 changes.
833 (GDB/MI Program Execution): Document current behaviour of
834 --all and --thread-group.
835 (GDB/MI Miscellaneous Commands): Document -add-inferior and
836 -remove-inferior.
837 * observer.texi (inferior_added, inferior_removed): New
838 observers.
839
629d6a47
TT
8402010-02-19 Tom Tromey <tromey@redhat.com>
841
842 * gdbint.texinfo (Getting Started): Fix @node.
843 (Debugging GDB): Likewise.
844
c09529e5
JB
8452010-02-13 Joel Brobecker <brobecker@adacore.com>
846
847 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
848 documenting the gdb_test_timeout variable.
849
540aa8e7
MS
8502010-02-12 Jakob Engblom <jakob@virtutech.com>
851
852 * gdb.texinfo (MI commands): Added documentation of --reverse
853 option to a set of MI commands. Restructured documentation of MI
854 commands --exec-continue to reflect the complexity of reverse
855 execution.
856
081dfbf7
PA
8572010-02-12 Pedro Alves <pedro@codesourcery.com>
858
859 * gdb.texinfo (Using the Collected Data): Specify that the address
860 range of `tfind outsize' is exclusive, and that the address range
861 of `tfind range' is inclusive.
862 (Tracepoint Packets): Specify that the address range of
863 `QTFrame:range' is inclusive, and that the address range of
864 `QTFrame:outside' is exclusive
865
8e9c5e02
VP
8662010-02-12 Vladimir Prus <vladimir@codesourcery.com>
867
868 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
869
92981e24
TT
8702010-02-10 Tom Tromey <tromey@redhat.com>
871
872 * gdb.texinfo (Debugging Output): Document set debug parser and
873 show debug parser.
874
075b51b7
L
8752010-02-09 H.J. Lu <hongjiu.lu@intel.com>
876
877 * gdb.texinfo (Predefined Target Types): Add i387_ext,
878 i386_eflags and i386_mxcsr.
879
3bb8d5c3
L
8802010-02-08 H.J. Lu <hongjiu.lu@intel.com>
881
882 * gdb.texinfo: Document i386 target features.
883
c5f80513
DE
8842010-02-05 Doug Evans <dje@google.com>
885
886 * gdbint.texinfo (Testsuite): Add a new section to document the
887 various DejaGnu variables that may be overridden.
1be00882 888 Document INTERNAL_GDBFLAGS.
c5f80513 889
6ac33a4e
TT
8902010-02-04 Tom Tromey <tromey@redhat.com>
891
892 PR cli/8830:
893 * gdb.texinfo (Files): -readnow comes before the filename for file
894 and symbol-file.
895
a1dcb23a
DJ
8962010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
897
898 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
899 Document ARM breakpoint types.
900 (Register Packet Format): Move into the new section.
901 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
902
95433b34
JB
9032010-01-21 Joel Brobecker <brobecker@adacore.com>
904
905 * gdb.texinfo (File Options): Adjust the documentation of this
906 switch to refer to the "source" command rather than partially
907 duplicating some of the relevant information.
908 (Extending GDB): Introduce and document the set/show script-extension
909 setting.
910 (Command Files): Add note explaining that the "source" command
911 is also used to evalute scripts written in other languages.
912 Remove the short slightly incorrect reference to sourcing Python
913 scripts.
914 (Python Commands): Document how to execute a Python script from GDB.
915
8d576872
JB
9162010-01-19 Joel Brobecker <brobecker@adacore.com>
917
918 * gdb.texinfo (Command Files): Fix typo.
919
8150ff9c
JB
9202010-01-18 Tom Tromey <tromey@redhat.com>
921
922 * gdb.texinfo (File Options): Document -x on .py files.
923 (Command Files): Document handling of Python scripts.
924
23db03a6
JZ
9252010-01-18 Jie Zhang <jie.zhang@analog.com>
926
927 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
928
00bf0b85
SS
9292010-01-15 Stan Shebs <stan@codesourcery.com>
930
931 * gdb.texinfo (Trace Files): New section.
932 (Tracepoint Packets): Document QTSave and qTBuffer.
933 (Trace File Format): New appendix.
934
be759fcf
PM
9352010-01-13 Phil Muldoon <pmuldoon@redhat.com>
936
937 * gdb.texinfo (Values From Inferior): Document lazy_string value
938 method.
939 (Python API): Add Lazy strings menu item.
940 (Lazy Strings In Python): New node.
941
dc146f7c
VP
9422010-01-13 Vladimir Prus <vladimir@codesourcery.com>
943
944 * gdb.texinfo (GDB/MI Thread Information): New.
945 (GDB/MI Async Records): Document the core field in *stopped.
946 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
947 documentation
948 (Process list): Document that osdata document may contain
949 threads.
950 (Remote Serial Protocol): Document qXfer:threads.
951
d5551862
SS
9522010-01-06 Stan Shebs <stan@codesourcery.com>
953
954 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
955 disconnected tracing.
956 (Tracepoint Packets): Document new protocol.
957
7a697b8d
SS
9582010-01-05 Stan Shebs <stan@codesourcery.com>
959
960 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
961 tracepoints.
962 (Tracepoint Packets): Describe remote protocol for fast
963 tracepoints.
964
e6f3ec50
JB
9652010-01-01 Joel Brobecker <brobecker@adacore.com>
966
967 Update the "Start of New Year Procedure".
968 * gdbint.texinfo: Add the list of files that need to be updated
969 manually. Minor reformatting.
970
ddc4e9c1
JB
9712010-01-01 Joel Brobecker <brobecker@adacore.com>
972
973 * refcard.tex: Update copyright year in header and text.
974
9d2897ad
JB
9752010-01-01 Joel Brobecker <brobecker@adacore.com>
976
977 * agentexpr.texi: Add 2010 to the list of copyright years.
978 * annotate.texinfo: Likewise.
979 * gdb.texinfo: Likewise.
980 * gdbint.texinfo: Likewise.
981 * observer.texi: Likewise.
982 * stabs.texinfo: Likewise.
983
6da95a67
SS
9842009-12-31 Stan Shebs <stan@codesourcery.com>
985
986 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 987
236f1d4d
SS
9882009-12-29 Stan Shebs <stan@codesourcery.com>
989
990 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 991
f61e138d
SS
9922009-12-28 Stan Shebs <stan@codesourcery.com>
993
994 * gdb.texinfo (Trace State Variables): New section.
995 (Tracepoint Packets): Describe trace state variable packets.
996 * agentexpr.texi (Bytecode Descriptions): Describe trace state
997 variable bytecodes.
998
0fe7935b
DJ
9992009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1000
1001 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1002 declarations.
1003
a6b29f87
VP
10042009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1005
1006 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1007 -gdb-exit behaviour.
1008
5e4bde96
JB
10092009-12-20 Joel Brobecker <brobecker@adacore.com>
1010
1011 * gpl.texi: Update to version 3 of the GPL.
1012
a1715244
JB
10132009-12-20 Joel Brobecker <brobecker@adacore.com>
1014
1015 * Makefile.in: Update copyright header.
1016 * observer.texi: Fix the copyright header of the generated files.
1017
361ae042
PM
10182009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1019
1020 * gdb.texinfo (Types In Python): Describe range function.
1021
bfd31e71
PM
10222009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1023
1024 * gdb.texinfo (Types In Python): Describe "is_base_class".
1025
57a1d736
TT
10262009-12-03 Tom Tromey <tromey@redhat.com>
1027
1028 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1029
8cebebb9
PP
10302009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1031
1032 * observer.texi: New memory_changed observer.
1033
16af530a
TT
10342009-12-01 Tom Tromey <tromey@redhat.com>
1035
1036 * gdb.texinfo (Reverse Execution): Fix typo.
1037
b6199126
DJ
10382009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1039
1040 PR gdb/8704
1041
1042 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1043 are allowed after the breakpoint condition.
1044
7a6973ad
TT
10452009-11-23 Tom Tromey <tromey@redhat.com>
1046
1047 PR python/10782:
1048 * gdb.texinfo (Types In Python): Document Type.pointer.
1049
21a0512e
PP
10502009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1051
1052 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1053
a5832c8f
PA
10542009-11-11 Pedro Alves <pedro@codesourcery.com>
1055
1056 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1057 (Using Agent Expressions): Delete cross reference.
1058
1eb7cd77
JB
10592009-11-07 Joel Brobecker <brobecker@adacore.com>
1060
1061 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1062 and @settitle directives up to help makeinfo find them.
1063
24ddea62
JK
10642009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1065
1066 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1067 (Auto-loading): Use plural and note one can use multiple components now.
1068
3afae151
VP
10692009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1070
1071 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1072 -stack-list-arguments have the same documentation for parameter
1073 as -stack-list-locals. Add comas.
1074
14ff2235
PM
10752009-10-27 Tom Tromey <tromey@redhat.com>
1076 Eli Zaretskii <eliz@gnu.org>
1077
c8d5aac9 1078 PR python/10781
14ff2235
PM
1079
1080 * gdb.texinfo (Values From Inferior): Document cast method.
1081
9c419145
PP
10822009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1083
1084 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1085 and adjust example.
889bf7c5 1086
29153c24
MS
10872009-10-22 Michael Snyder <msnyder@vmware.com>
1088
1089 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1090 info record command. Also document the new save and restore
29153c24
MS
1091 commands.
1092
2b28d209
PP
10932009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1094
1095 * gdb.texinfo (Machine Code): Mention current pc marker.
1096 (Memory): Likewise.
1097
6c95b8df
PA
10982009-10-19 Pedro Alves <pedro@codesourcery.com>
1099 Stan Shebs <stan@codesourcery.com>
1100
1101 * observer.texi (new_inferior): Rename to...
1102 (inferior_appeared): ... this.
1103
1104 * gdb.texinfo (Inferiors): Rename node to ...
1105 (Inferiors and Programs): ... this. Mention running multiple
1106 programs in the same debug session.
1107 <info inferiors>: Mention the new 'Executable' column if "info
1108 inferiors". Update examples. Document the "add-inferior",
1109 "clone-inferior", "remove-inferior" and "maint info
1110 program-spaces" commands.
1111 (Process): Rename node to...
1112 (Forks): ... this. Document "set|show follow-exec-mode".
1113
2f8132f3
MS
11142009-10-11 Michael Snyder <msnyder@vmware.com>
1115
1116 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1117 (ReverseContinue): Ditto.
1118
cba4b2d3
PP
11192009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1120
1121 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1122
da082f17
JK
11232009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1124
1125 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1126
08be9d71
ME
11272009-10-06 Michael Eager <eager@eagercon.com>
1128
1129 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1130 (Embedded Processors): Add MicroBlaze.
1131 (MicroBlaze): New. Describe Xilinx MicroBlaze
1132
08a0efd0
PA
11332009-10-04 Pedro Alves <pedro@codesourcery.com>
1134
1135 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1136
cbb8f428
EZ
11372009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1138
1139 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1140
30a4a70c
JB
11412009-09-23 Joel Brobecker <brobecker@adacore.com>
1142
1143 * observer.texi (solib_unloaded): Document explicitly the fact that
1144 this observer is called before the associated symbols are unloaded.
1145
b3372f91
VP
11462009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1147
1148 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1149 -stack-list-variables.
1150
f43030c4
TT
11512009-09-18 Tom Tromey <tromey@redhat.com>
1152
1153 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1154 is experimental.
1155
ec7e75e7
PP
11562009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1157
1158 * gdb.texinfo (convenince variables): Mention
1159 $_siginfo could be empty.
f43030c4 1160
0cc7d26f
TT
11612009-09-15 Tom Tromey <tromey@redhat.com>
1162
1163 * gdb.texinfo (GDB/MI Variable Objects): Document
1164 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1165 Expand -var-update documentation.
1166
a96d9b2e
SDJ
11672009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1168
1169 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1170 feature.
1171
005ca36a
JB
11722009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1173
1174 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1175
0d772ac9
MS
11762009-09-10 Michael Snyder <msnyder@vmware.com>
1177
1178 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1179 ReverseStep replies to the qSupported query.
1180
14fb1bac
JB
11812009-09-10 Joel Brobecker <brobecker@adacore.com>
1182
1183 Add documentation for set/show interactive-mode.
1184 * gdb.texinfo (Other Misc Settings): New node.
1185
29b090c0
DE
11862009-09-01 Doug Evans <dje@google.com>
1187
1188 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1189 non-stop mode's affect on remote caching.
1190
4e5d721f
DE
11912009-08-31 Jacob Potter <jdpotter@google.com>
1192 Doug Evans <dje@google.com>
1193
1194 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1195 Mark `set/show remotecache' options as obsolete.
1196 Document new `set/show stack-cache' option.
1197 Update text for `info dcache'.
1198
55333a84
DE
11992009-08-27 Doug Evans <dje@google.com>
1200
1201 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1202 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1203
bc3a0b4d
RW
12042009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1205
1206 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1207 about autoconf.
1208
3a1ff0b6
PA
12092009-08-25 Pedro Alves <pedro@codesourcery.com>
1210
1211 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1212 small example, and describe its columns. Replace "inferior-id" by
1213 "infno" throughout.
1214
81ecdfbb
RW
12152009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1216
af542c2e
RW
1217 * gdbint.texinfo (Releasing GDB): Point to
1218 README-maintainer-mode file for required autoconf version.
1219 * configure.ac: Do not substitute datarootdir, htmldir,
1220 pdfdir, docdir. Do not process --with-datarootdir,
1221 --with-htmldir, --with-pdfdir, --with-docdir.
1222 * configure: Regenerate.
1223
81ecdfbb
RW
1224 * configure: Regenerate.
1225
4efc6507
DE
12262009-08-20 Reid Kleckner <reid@kleckner.net>
1227
1228 * gdb.texinfo: Add chapter on JIT interface.
1229
43089a6e
NR
12302009-08-07 Nick Roberts <nickrob@snap.net.nz>
1231
1232 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 1233 confirmation request.
43089a6e 1234
99e008fe
EZ
12352009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1236
c8d5aac9
L
1237 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1238 CRC definitions.
99e008fe 1239
48cb2d85
VP
12402009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1241
1242 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 1243 -break-commands.
48cb2d85 1244
ff1a52c6
UW
12452009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1246
1247 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1248 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1249
3285f3fe
UW
12502009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1251
1252 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1253 "set spu stop-on-load" and "show spu stop-on-load" commands.
1254
e35359c5
UW
12552009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1256
1257 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1258
58d6951d
DJ
12592009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1260
1261 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1262 org.gnu.gdb.arm.neon.
1263
08d16641
PA
12642009-07-20 Pedro Alves <pedro@codesourcery.com>
1265
1266 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1267 optional element.
1268 (subsection OS ABI): New subsection.
1269
782b2b07
SS
12702009-07-14 Stan Shebs <stan@codesourcery.com>
1271
1272 * gdb.texinfo (Tracepoint Conditions): New section.
1273 (General Query Packets): Describe ConditionalTracepoints.
1274 (Tracepoint Packets): Describe condition field.
1275 (Maintenance Commands): Describe maint agent-eval.
1276 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1277
9b117ef3
HZ
12782009-07-11 Hui Zhu <teawater@gmail.com>
1279
1280 * gdb.texinfo (disassemble): Add a new modifier /r
1281 to "disassemble" command to make it print the raw instructions
1282 in hex as well as in symbolic form.
1283
f5a33284
TT
12842009-07-09 Tom Tromey <tromey@redhat.com>
1285
1286 * gdbint.texinfo (Testsuite): Document parallel make check.
1287
812f7342
TT
12882009-07-09 Tom Tromey <tromey@redhat.com>
1289
1290 * gdbint.texinfo (Testsuite): Document test transcripts.
1291
fbb8f299
PM
12922009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1293
1294 * gdb.texinfo (Values From Inferior): Add length parameter
1295 description.
1296
dd8f35ac
EZ
12972009-07-04 Chris Genly <chris@genly.us>
1298
1299 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1300 in -var-list-children. Fix example according to what the code
1301 does.
1302
2277426b
PA
13032009-07-02 Pedro Alves <pedro@codesourcery.com>
1304
1305 * gdb.texinfo (Debugging multiple inferiors): Document the
1306 "inferior", "detach inferior" and "kill inferior" commands.
1307 (Debugging Programs with Multiple Processes): Adjust to mention
1308 generic "inferior" commands. Delete mention of "detach fork" and
1309 "delete fork". Cross reference to "Debugging multiple inferiors"
1310 section.
1311
a6d9a66e
UW
13122009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1313
5af949e3
UW
1314 * gdbint.texinfo (Item Output Functions): Update signature
1315 for ui_out_field_core_addr.
1316
13172009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1318
1319 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
1320 Update example code extrated from breakpoint.c.
1321
9901a55b 13222009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 1323
9901a55b
PP
1324 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1325 MI commands.
1326 (GDB/MI Symbol Query): Likewise.
1327 (GDB/MI File Commands): Likewise.
1328 (GDB/MI File Transfer Commands): Likewise.
1329 (GDB/MI Target Manipulation): Likewise.
1330 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 1331
edb3359d
DJ
13322009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1333
1334 * gdb.texinfo (Debugging Optimized Code): New chapter.
1335 (Compiling for Debugging): Reference it. Move some
1336 text to the new section.
1337
7cd1089b
PM
13382009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1339
1340 * doc/gdb.texinfo (Calling): Document
1341 set-unwind-on-terminating-exception usage.
1342
d4db2f36
PA
13432009-06-11 Pedro Alves <pedro@codesourcery.com>
1344
1345 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1346 command.
1347
d1a7880c
PA
13482009-06-07 Pedro Alves <pedro@codesourcery.com>
1349
1350 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1351 references.
1352
473f94e6
UW
13532009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
1354
1355 * gdbint.texinfo: Rename formal parameters to gdbarch function
1356 protoypes from "current_gdbarch" to "gdbarch".
1357
8f500870
TT
13582009-05-28 Tom Tromey <tromey@redhat.com>
1359
1360 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1361
b6313243
TT
13622009-05-27 Tom Tromey <tromey@redhat.com>
1363
1364 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1365 feature.
1366 (GDB/MI Variable Objects): Document -var-set-visualizer.
1367
13682009-04-02 Tom Tromey <tromey@redhat.com>
1369
1370 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1371 feature.
1372 (GDB/MI Variable Objects): Document -var-set-visualizer.
1373
a6bac58e
TT
13742009-05-27 Tom Tromey <tromey@redhat.com>
1375 Thiago Jung Bauermann <bauerman@br.ibm.com>
1376 Phil Muldoon <pmuldoon@redhat.com>
1377
1378 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1379 (Pretty Printing): New node.
1380 (Selecting Pretty-Printers): Likewise.
1381 (Python API): Update.
1382 (Output Formats): Document /r format.
1383
2c74e833
TT
13842009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1385 Tom Tromey <tromey@redhat.com>
1386
1387 * gdb.texinfo (Types In Python): New node.
1388 (Values From Inferior): "type" is now an attribute.
1389 (Python API): Update.
1390
89c73ade
TT
13912009-05-27 Tom Tromey <tromey@redhat.com>
1392 Thiago Jung Bauermann <bauerman@br.ibm.com>
1393 Phil Muldoon <pmuldoon@redhat.com>
1394
1395 * gdb.texinfo: Add @syncodeindex for `tp'.
1396 (Python API): Update.
1397 (Auto-loading): New node.
1398 (Objfiles In Python): New node.
1399
17a37d48
PP
14002009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1401
1402 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 1403
6718376f
NR
14042009-05-15 Nick Roberts <nickrob@snap.net.nz>
1405
1406 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1407
cbe54154
PA
14082009-05-12 Pedro Alves <pedro@codesourcery.com>
1409
1410 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1411 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1412 show show-debug-regs' docs.
1413
8e05493c
EZ
14142009-05-08 Eli Zaretskii <eliz@gnu.org>
1415
1416 * gdb.texinfo (Process Record and Replay): Add description of
1417 reverse execution.
1418
b39f4988
JB
14192009-05-07 Joel Brobecker <brobecker@adacore.com>
1420
1421 * gdbint.texinfo (Adding support for debugging core files): New node.
1422 (Native Debugging): Remove the ``Native core file Support'' section.
1423
a2311334
EZ
14242009-05-01 Eli Zaretskii <eliz@gnu.org>
1425
1426 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1427 Add index entries.
1428
53cc454a 14292009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 1430 Michael Snyder <msnyder@vmware.com>
53cc454a 1431
a2311334
EZ
1432 * gdb.texinfo: (Process Record and Replay): Add documentation for
1433 process record and replay.
53cc454a 1434
484086b7
JK
14352009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1436
1437 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1438 a new part on command-line defined macros.
1439
32ae1842
EZ
14402009-04-25 Eli Zaretskii <eliz@gnu.org>
1441
1442 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1443 clarify the wording.
1444
b14b1491
TT
14452009-04-23 Tom Tromey <tromey@redhat.com>
1446
1447 * gdb.texinfo (Data Files): New node.
1448 (GDB Files): Update menu.
1449
5c1e86e1
JB
14502009-04-23 Joel Brobecker <brobecker@adacore.com>
1451
1452 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 1453 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 1454
83eba9b7
VP
14552009-04-22 Vladimir Prus <vladimir@codesourcery.com>
1456
1457 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1458
e31198c4
HZ
14592009-04-22 Hui Zhu <teawater@gmail.com>
1460
1461 * gdb.texinfo (disassemble-next-line): Set the default of
1462 disassemble-next-line to off.
1463
26e251b6
JM
14642009-04-21 Joseph Myers <joseph@codesourcery.com>
1465
1466 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1467 --with-htmldir): New.
1468 * configure: Regenerate.
1469 * Makefile.in (datarootdir, docdir): Define.
1470 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1471 instead of $(SET_TEXINPUTS).
1472 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1473 gdbint.info instead of $(SET_TEXINPUTS).
1474 (gdbint/index.html): Use same -I options as for building
1475 gdbint.info.
1476 (stabs.dvi, stabs.pdf): Use same -I options as for building
1477 stabs.info instead of $(SET_TEXINPUTS).
1478 (stabs/index.html): Use same -I options as for building
1479 stabs.info.
1480 (annotate.dvi, annotate.pdf): Use same -I options as for building
1481 annotate.info instead of $(SET_TEXINPUTS).
1482 (annotate/index.html): Use same -I options as for building
1483 annotate.info.
1484
eac35c4e
DD
14852009-04-21 David Daney <ddaney@caviumnetworks.com>
1486
1487 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
1488
29b0e8a2
JM
14892009-04-21 Joseph Myers <joseph@codesourcery.com>
1490
1491 * gdb.texinfo (Source Path): Document --with-relocated-sources.
1492
2b831889 14932009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 1494 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
1495
1496 * Makefile.in (MAKEHTML): Set to makeinfo --html.
1497 (MAKEHTMLFLAGS): Set to empty.
1498 (html__strip_dir): Define.
1499 (HTMLFILES): Define.
1500 (HTMLFILES_INSTALL): Define.
1501 (install-html): Copy new automake rule.
1502 (html): Depend on $(HTMLFILES).
1503 (gdb_toc.html): Rename to gdb/index.html.
1504 (gdbint_toc.html): Rename to gdbint/index.html.
1505 (stabs_toc.html): Rename to stabs/index.html.
1506 (annotate_toc.html): Rename to annotate/index.html.
1507
89a34d1b
JM
15082009-04-17 Carlos O'Donell <carlos@codesourcery.com>
1509
1510 * Makefile.in: Set pdfdir and htmldir from configure
1511 substitutions.
1512 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
1513 * configure: Regenerate.
1514
a2d5da46
JB
15152009-04-16 Joel Brobecker <brobecker@adacore.com>
1516
1517 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
1518 This macro is no longer used.
1519
732f6a93
TT
15202009-04-15 Tom Tromey <tromey@redhat.com>
1521
1522 * gdb.texinfo (Character Sets): Document default character set.
1523
87f9adc1
PM
15242009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
1525
1526 * gdbint.texinfo: Change server name from sources.redhat.com to
1527 sourceware.org throughout.
1528
2c88c651
JB
15292009-04-09 Joel Brobecker <brobecker@adacore.com>
1530
1531 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
1532 about a missing dot or coma after @xref.
1533
4f5376b2
JB
15342009-04-02 Joel Brobecker <brobecker@adacore.com>
1535
1536 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
1537 example, and add a small explanation about it.
1538 (Print Settings): Change the documentation of the "set print
1539 frame-arguments" to reflect the fact that the default is now "scalars".
1540
a0381d3a
JB
15412009-04-02 Joel Brobecker <brobecker@adacore.com>
1542
1543 * gdb.texinfo (Print Settings): Add kindex for command "set
1544 print frame-arguments".
1545
45ac276d
JB
15462009-03-31 Joel Brobecker <brobecker@adacore.com>
1547
1548 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
1549 breakpoints.
1550 (Set Breaks): Add reference to thread-specific and task-specific
1551 breakpoints.
1552
32cd1edc
JB
15532009-03-31 Joel Brobecker <brobecker@adacore.com>
1554
1555 * gdb.texinfo (Ada Tasks): Remove the documentation about
1556 the "Running" state, as this state has been eliminated.
1557 Now all runnable tasks are shown as "Runnable".
1558
1042e4c0
SS
15592009-03-30 Stan Shebs <stan@codesourcery.com>
1560
1561 * gdb.texinfo (Tracepoints): Describe tracepoints as a
1562 special case of breakpoints.
1563 (Enable and Disable Tracepoints): Mention deprecation.
1564 (Listing Tracepoints): Update description and example.
1565
f8f6f20b
TJB
15662009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1567
1568 * gdb.texinfo (Frames in Python): New node.
1569 (Python API): Update.
1570
c0c6f777
TJB
15712009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1572
1573 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
1574 from a method to an attribute.
1575
def2b000
TJB
15762009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1577
1578 * gdb.texinfo (Values From Inferior): Document is_optimized_out
1579 attribute.
1580
a07daef3
PA
15812009-03-25 Pedro Alves <pedro@codesourcery.com>
1582
1583 * observer.texi (thread_exit): Add "silent" parameter.
1584
f3b1572e
PA
15852009-03-22 Pedro Alves <pedro@codesourcery.com>
1586
1587 * observer.texi (about_to_proceed): New.
1588
587afa38
EZ
15892009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
1590
1591 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
1592 field throughout to handle types with spaces in them. Fix typos
1593 found by aspell.
1594 (Summary, Requirements, Contributors): New first chapter,
1595 "Summary" added, old Requirements section moved there, and new
1596 section, "Contributors" added.
1597 (Initializing a New Architecture, Register Representation)
1598 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
1599 (Porting gdb): These sections extended and updated.
1600 (Compiler Characteristics): This section (empty) deleted.
1601 (Defining Other Architecture Features): This section renamed and
1602 duplicate material removed from (formerly "Target Conditionals").
1603 Use braces {} in @deftypeXX type field throughout to handle types
1604 with spaces in them. Typos found by aspell fixed.
1605
1606 * stack_frame.svg: New file, source of image for gdbint.texinfo.
1607 * stack_frame.pdf: Version of image for PDF output.
1608 * stack_frame.png: Version of image for HTML output and for Emacs.
1609 * stack_frame.txt: Version of image for Info output.
1db61298 1610 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 1611
10af6951
EZ
16122009-03-21 Eli Zaretskii <eliz@gnu.org>
1613
1614 * gdb.texinfo (Character Sets): Fix last change.
1615
cc924cad
TJB
16162009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
1617
1618 * gdb.texinfo (Values From Inferior): Fix optional arguments
1619 markup.
1620 (Commands In Python): Adjust argument names of gdb.Command.__init__
1621 to what the function accepts as keywords.
1622
bc3b79fd
TJB
16232008-03-20 Tom Tromey <tromey@redhat.com>
1624
1625 * gdb.texinfo (Convenience Vars): Document convenience functions.
1626 (Functions In Python): New node.
1627 (Python API): Update.
1628
6c7a06a3
TT
16292009-03-20 Tom Tromey <tromey@redhat.com>
1630
1631 * gdb.texinfo (Character Sets): Remove obsolete text. Document
1632 set target-wide-charset.
1633 (Requirements): Mention iconv.
1634
b646ddd4
HZ
16352009-03-17 Hui Zhu <teawater@gmail.com>
1636
1637 * gdb.texinfo: Change the introduce of "disassemble-next-line".
1638
91440f57
HZ
16392009-03-17 Hui Zhu <teawater@gmail.com>
1640
1641 * gdb.texinfo: Add documentation for disassemble-next-line.
1642
8fd41227
TJB
16432009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
1644
1645 * gdb.texinfo (Commands In Python): Remove tindex entries.
1646
61ff14c6
JK
16472009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1648
1649 * gdb.texinfo (Returning): New description for missing debug info.
1650
0b16c5cf
PA
16512009-03-14 Pedro Alves <pedro@codesourcery.com>
1652
1653 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 1654 (General Query Packets): Document qAttached.
0b16c5cf 1655
32fc0df9
PA
16562009-03-05 Pedro Alves <pedro@codesourcery.com>
1657
1658 * gdb.texinfo (Background Execution): Better describe the set
1659 target-async command.
1660 (Maintenance Commands): Delete description of the `maint set/show
1661 linux-async' and `maint set/show remote-async' commands.
1662
134eb42c
VP
16632009-02-18 Vladimir Prus <vladimir@codesourcery.com>
1664
1665 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
1666 between sentences.
1667
c86cf029
VP
16682009-02-18 Vladimir Prus <vladimir@codesourcery.com>
1669
1670 * gdb.texinfo (GDB/MI Async Records): Document the
1671 =library-loaded and =library-unloaded notifications.
1672
3ea85240
VP
16732009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1674
1675 * observer.texi (test_notification): New observer.
1676
1d33d6ba
VP
16772009-02-14 Vladimir Prus <vladimir@codesourcery.com>
1678
61ff14c6
JK
1679 * observer.texi: Add parameter 'print_frame' to normal_stop
1680 observer.
1d33d6ba 1681
d721c933
EZ
16822009-02-07 Eli Zaretskii <eliz@gnu.org>
1683
1684 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
1685 (Commands In Python): Fix COMMAND_* constants in last change. Use
1686 @kbd for interactive input. Add cross-references and index
1687 entries.
1688
4aa995e1
PA
16892009-02-06 Pedro Alves <pedro@codesourcery.com>
1690
1691 * gdb.texinfo (Signals): Document $_siginfo.
1692 (Convenience Variables): Mention $_siginfo.
1693 (Remote Configuration): Document qXfer:siginfo:read,
1694 qXfer:siginfo:write packets, and the read-siginfo-object,
1695 write-siginfo-object commands.
1696
5f5233d4
PA
16972009-02-06 Pedro Alves <pedro@codesourcery.com>
1698
1699 * gdbint.texinfo (Values): New chapter.
1700
d8906c6f
TJB
17012009-02-06 Tom Tromey <tromey@redhat.com>
1702
1703 * gdb.texinfo (Python API): Add entry for Commands In Python.
1704 (Commands In Python): New node.
1705
b6cb8e7d
TJB
17062009-02-05 Tom Tromey <tromey@redhat.com>
1707
1708 * gdb.texinfo (Values From Inferior): Document Value.string.
1709
12453b93
TJB
17102009-02-05 Tom Tromey <tromey@redhat.com>
1711
1712 * gdb.texinfo (Basic Python): Document execute's from_tty
1713 argument.
1714
08c637de
TJB
17152009-02-04 Tom Tromey <tromey@redhat.com>
1716
1717 * gdb.texinfo (Basic Python): Document gdb.history.
1718
592375cd
VP
17192009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1720
1721 * gdb.texinfo (GDB/MI Thread Commands): Document the
1722 'current-thread-id' field. Remove the example with zero threads,
1723 since current GDB won't ever report that if there's inferior.
1724
41447f92
VP
17252009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1726
1727 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
1728 option to -break-insert.
1729
098b41a6
JG
17302009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1731 Jerome Guitton <guitton@adacore.com>
1732
1733 * gdb.texinfo (Startup): Document --with-system-gdbinit.
1734 (System-wide configuration): New section.
1735
3c16cced
PA
17362009-01-26 Pedro Alves <pedro@codesourcery.com>
1737
1738 PR gdb/7580:
1739 * gdb.texinfo (Maintenance Commands): Document "maint set|show
1740 internal-error|internal-warning quit|corefile ask|yes|no".
1741
62709adf
PA
17422009-01-26 Pedro Alves <pedro@codesourcery.com>
1743
1744 * gdb.texinfo (Using the `gdbserver' Program): Document
1745 --remote-debug.
1746
7ce58dd2
DE
17472009-01-23 Doug Evans <dje@google.com>
1748
1749 * gdb.texinfo: Add nexti to list of commands that support
1750 background execution.
1751
adb483fe
DJ
17522009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
1753
1754 * gdb.texinfo (Define, Hooks): Document prefix command support.
1755
a67ec3f4 17562009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 1757 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
1758
1759 Fixes for makeinfo --html.
1760
1761 * annotate.texinfo: Use @copying and @insertcopying. Use
1762 @ifnottex in place of @ifinfo.
1763 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
1764 place of @ifinfo. Use @ifnotinfo for one index entry.
1765 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
1766 in place of @ifinfo.
1767 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
1768 in place of @ifinfo. Include contents at start unconditionally.
1769
84fcdf95
PA
17702009-01-13 Pedro Alves <pedro@codesourcery.com>
1771
1772 * gdb.texinfo (General Query Packets): Remove @var{} around the
1773 "spu" literal string.
1774
fa3a767f
PA
17752009-01-07 Pedro Alves <pedro@codesourcery.com>
1776
1777 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
1778 program may be running in another process" errors.
1779 * gdbint.texinfo (Native Conditionals): Delete
1780 ONE_PROCESS_WRITETEXT description.
1781
9cb011d3
JB
17822009-01-07 Joel Brobecker <brobecker@adacore.com>
1783
1784 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
1785 emacs local variable to be placed at the end of the ChangeLog.
1786 Add server.c and gdbreplay.c to the list of files where the
1787 copyright year needs to be updated.
1788
84603566
SL
17892009-01-06 Sandra Loosemore <sandra@codesourcery.com>
1790
1791 * gdb.texinfo (Remote Configuration): Document new
1792 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
1793 commands.
1794
a53f55d8
PA
17952008-12-28 Pedro Alves <pedro@codesourcery.com>
1796
1797 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
1798 FETCH_INFERIOR_REGISTERS.
1799 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
1800 FETCH_INFERIOR_REGISTERS descriptions. Remove
1801 gdbarch_get_longjmp_target descrition, since already described in
1802 Target Conditionals. Move gdbarch_fp0_regnum description to ...
1803 (Target Conditionals): ... here.
1804
077e0a52
JB
18052008-12-16 Joel Brobecker <brobecker@adacore.com>
1806
1807 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
1808 examples.
1809 (Additions to Ada): Likewise. Add the missing opening and closing
1810 parenthesis of the GDB prompt in one of the examples.
1811
023eb17c
JB
18122008-12-14 Joel Brobecker <brobecker@adacore.com>
1813
1814 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
1815 about the result of 'Address not being of type System.Address.
1816 This problem has been fixed a while ago.
1817
c3b108f7
VP
18182008-12-02 Vladimir Prus <vladimir@codesourcery.com>
1819
1820 MI non-stop and multiprocess docs.
1821
c8d5aac9
L
1822 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
1823 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
1824 Adjust documentation for *stopped, document =thread-created,
1825 =thread-exited, =thread-group-created and =thread-group-exited.
1826 (GDB/MI Thread Commands): Document the 'state' field in
1827 -thread-info output.
1828 (GDB/MI Program Execution): Mention --all and --thread-group
1829 options.
1830 (GDB/MI Variable Objects): Describe floating and fixed variable
1831 objects.
1832 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 1833
07e059b5
VP
18342008-12-02 Vladimir Prus <vladimir@codesourcery.com>
1835
c8d5aac9
L
1836 * gdb.texinfo (Operating System Information): New appendix.
1837 (Operating System Auxiliary Information): Document 'info os processes'
1838 (Remote Configuration): Document 'osdata'
1839 (General Query Packets): Document qXfer:osdata:read.
07e059b5 1840
a80b95ba
TG
18412008-11-27 Tristan Gingold <gingold@adacore.com>
1842
1843 * gdb.texinfo (Darwin): Document Darwin specific features.
1844
a655d424
JK
18452008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1846
1847 * gdbint.texinfo (Target Conditionals): Extend the
1848 gdbarch_breakpoint_from_pc description.
1849
249e1128
VP
18502008-11-22 Vladimir Prus <vladimir@codesourcery.com>
1851
1852 * gdb.texinfo (M68K Features): Fix typo.
1853
c14c28ba
PP
18542008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1855
1856 * gdb.texinfo (Symbols): Mention printing containing
1857 image name in "info symbol".
1858 (Maint translate-address): Likewise.
889bf7c5 1859
394a6666
JB
18602008-11-18 Joel Brobecker <brobecker@adacore.com>
1861
1862 * gdb.texinfo (Set Catchpoints): Remove the documentation of
1863 commands "catch load" and "catch unload".
1864
66bb093b
VP
18652008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1866
1867 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 1868 =thread-selected.
889bf7c5 1869
4a92f99b
VP
18702008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1871
c8d5aac9 1872 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 1873
f0323ca0
PA
18742008-10-27 Pedro Alves <pedro@codesourcery.com>
1875
1876 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
1877 .mt files, TM_CLIBS or TM_CDEPS.
1878 (x86 Watchpoints): Don't mention TDEPFILES.
1879
8b23ecc4
SL
18802008-10-24 Sandra Loosemore <sandra@codesourcery.com>
1881
1882 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
1883 (Overview): Mention notifications and non-stop mode behavior.
1884 (Packets): Update documentation of ?, vAttach, vCont, and vRun
1885 with non-stop mode behavior. Add vStopped description.
1886 (Stop Reply Packets): Update list of packets that return
1887 stop replies. Mention non-stop behavior.
1888 (General Query Packets): Document QNonStop packet and associated
1889 qSupported query response.
1890 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
1891 behavior.
1892 (Notification Packets): New section.
1893 (Remote Non-Stop): New section.
1894 (File-I/O Overview): Mention non-stop behavior.
1895
fff08868
HZ
18962008-10-24 Hui Zhu <teawater@gmail.com>
1897 Pedro Alves <pedro@codesourcery.com>
1898
1899 * gdb.texinfo (displaced-stepping): Describe the auto mode
1900 setting, and say it's the default. This is now a mainstream
1901 setting instead of a maintenance setting.
1902
252fbfc8
PA
19032008-10-23 Pedro Alves <pedro@codesourcery.com>
1904
1905 * observer.texi (thread_stop_requested): New.
1906
20924a55
JB
19072008-10-22 Joel Brobecker <brobecker@adacore.com>
1908
1909 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
1910 (Patching): Replace incorrect usage of @samp by @kbd.
1911
bacec72f
MS
19122008-10-17 Michael Snyder <msnyder@vmware.com>
1913
1914 * gdb.texinfo: Add documentation for reverse execution.
1915
a08702d6 19162008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 1917 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
1918
1919 * gdb.texinfo. (Values From Inferior): New subsubsection.
1920
d97bc12b
DE
19212008-10-06 Doug Evans <dje@google.com>
1922
1923 * gdb.texinfo (set debug dwarf2-die): Document it.
1924
87f67dba
JB
19252008-10-01 Joel Brobecker <brobecker@adacore.com>
1926
1927 * gdb.texinfo (catch) [exception]: Document how to insert
1928 a breakpoint on user-defined exceptions when the exception
1929 name is identical to one of the language-defined ones.
1930
2fae03e8
TT
19312008-09-27 Tom Tromey <tromey@redhat.com>
1932
1933 * gdb.texinfo (Macros): Remove text about stringification,
1934 varargs, and splicing.
1935
5c6ce71d
TT
19362008-09-27 Tom Tromey <tromey@redhat.com>
1937
1938 * gdbint.texinfo (Language Support): Remove text about omitting
1939 support for a language.
1940
07128da0
DE
19412008-09-23 Doug Evans <dje@google.com>
1942
1943 * gdb.texinfo (info dcache): Update.
1944
b90a069a
SL
19452008-09-22 Sandra Loosemore <sandra@codesourcery.com>
1946
1947 * gdb.texinfo (Packets): Add info on thread-id syntax and
1948 multiprocess extensions.
1949 <D>: Document multiprocess form of packet.
1950 <H>: Use thread-id syntax.
1951 <T>: Likewise.
1952 <vCont>: Likewise. Note this is required for multiprocess.
1953 <vKill>: New packet.
1954 (Stop Reply Packets) <T>: Use thread-id syntax.
1955 <W>: Document multiprocess form of reply.
1956 <X>: Likewise.
1957 (General Query Packets) <qC>: Use thread-id syntax.
1958 <qfThreadInfo>: Likewise.
1959 <qGetTLSAddr>: Likewise.
1960 <qP>: Likewise.
1961 <qSupported>: Add "multiprocess" feature.
1962 <qThreadExtraInfo>: Use thread-id syntax.
1963
b77209e0
PA
19642008-09-22 Stan Shebs <stan@codesourcery.com>
1965
1966 * gdb.texinfo (Inferiors): New section.
1967
3d0bb823
PA
19682008-09-12 Pedro Alves <pedro@codesourcery.com>
1969
1970 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
1971
f8dcfc0a
UW
19722008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
1973
1974 * gdbint.texinfo (Target Conditionals): Remove documentation
1975 for gdbarch_name_of_malloc.
1976
8775bb90
MS
19772008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
1978
1979 * gdb.texinfo (Interrupts): Mention TCP interface for
1980 sending BREAK.
1981
f1838a98
UW
19822008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
1983
1984 * gdb.texinfo (Commands to Specify Files): Document "remote:"
1985 argument prefix to "set sysroot".
1986
158c7665
PH
19872008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
1988
1989 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
1990 and False.
1991
30e026bb
VP
19922008-08-20 Vladimir Prus <vladimir@codesourcery.com>
1993
c8d5aac9
L
1994 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
1995 for possible features of -list-features.
30e026bb 1996
c6ebd6cf
VP
19972008-08-19 Vladimir Prus <vladimir@codesourcery.com>
1998
c8d5aac9 1999 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2000 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2001
aeac0ff9
VP
20022008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2003
2004 * doc/gdb.texinfo (PowerPC): Fix typo.
2005 (PowerPC features): Fix typo.
2006
5231c1fd
PA
20072008-08-18 Pedro Alves <pedro@codesourcery.com>
2008
2009 * observer.texi (thread_ptid_changed): New.
2010
677c5bb1
LM
20112008-08-18 Luis Machado <luisgpm@br.ibm.com>
2012
2013 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2014 (PowerPC features): Mention feature set for VSX registers.
2015
f3a2dd1a
JB
20162008-08-13 Joel Brobecker <brobecker@adacore.com>
2017
2018 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2019 the direct visibility of all names in user-written packages.
2020
33e5cbd6
PA
20212008-08-13 Pedro Alves <pedro@codesourcery.com>
2022
2023 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2024 setting, and make it the default.
2025 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2026 non-stop script example.
2027
d0384fc4
TJB
20282008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2029
2030 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2031 reference to the "Using Different Register and Memory Data
2032 Representation" section.
2033
a6f3e723
SL
20342008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2035
2036 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2037 (Remote Protocol): Add Packet Acknowledgment to menu.
2038 (Overview): Mention +/- can be disabled, and point to new section
2039 where this is discussed in detail.
2040 (General Query Packets): Document QStartNoAckMode packet, and
2041 corresponding qSupported reply.
2042 (Packet Acknowledgment): New section.
2043
0606b73b
SL
20442008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2045 Pedro Alves <pedro@codesourcery.com>
2046
2047 * gdb.texinfo (Threads): Move paragraph about automatic thread
2048 selection to All-Stop Mode subsection.
2049 (Thread Stops): Reorganize existing material into subsections.
2050 Add introductory blurb and menu.
2051 (Non-Stop Mode): New subsection.
2052 (Background Execution): New subsection.
2053 (Maintenance Commands): Add cross-references from async mode
2054 commands to the new Background Execution section.
2055
d57a3c85
TJB
20562008-08-06 Tom Tromey <tromey@redhat.com>
2057
2058 * gdb.texinfo (Extending GDB): New chapter.
2059 (Sequences): Demoted chapter, now a section under the new
2060 Extending GDB chapter.
2061 (Python): New section.
2062
6d76a53d
SS
20632008-07-31 Stan Shebs <stan@codesourcery.com>
2064
2065 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2066
1f70da6a
SS
20672008-07-29 Stan Shebs <stan@codesourcery.com>
2068
2069 * gdbint.texinfo: General round of cleanup and minor
2070 clarifications.
2071 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2072 (Longjmp Support): Update description to reflect how it is done
2073 for targets without using native header.
2074 (Symbol Handling): Add a little more general explanation.
2075 (COFF, ELF): Mention stabs encapsulation.
2076 (DWARF 3): New section.
2077 (Adding a New Host): Scrub out some obsolete bits.
2078 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2079 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2080 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2081 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2082 SEEK_SET, STOP_SIGNAL, USG.
2083 (Raw and Virtual Register Representations): Ditto for
2084 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2085 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2086 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2087 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2088 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2089 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2090 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2091 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2092 DEPRECATED_USE_STRUCT_CONVENTION.
2093 Describe gdbarch_deprecated_fp_regnum.
2094 Update description of gdbarch_print_insn.
2095 (Adding a New Target): Scrub out obsolete bits.
2096 (Obsolete Conditionals): Remove entire section.
2097
383f836e
TT
20982008-07-25 Tom Tromey <tromey@redhat.com>
2099
2100 * observer.texi (GDB Observers): Document new observers:
2101 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2102 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2103 architecture_changed.
2104
cfd8ab24
SS
21052008-07-21 Stan Shebs <stan@codesourcery.com>
2106
2107 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2108 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2109
781b42b0
TT
21102008-07-21 Tom Tromey <tromey@redhat.com>
2111
2112 * observer.texi (GDB Observers): Remove obsolete comment.
2113 <executable_changed>: Remove argument.
2114
d7d9f01e
TT
21152008-07-18 Tom Tromey <tromey@redhat.com>
2116
2117 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2118
bf250677
DE
21192008-07-10 Doug Evans <dje@google.com>
2120
2121 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2122
10568435
JK
21232008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2124
2125 * gdb.texinfo (Starting): Document "set disable-randomization".
2126
5ae4183a
AS
21272008-07-07 Andreas Schwab <schwab@suse.de>
2128
2129 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2130
b56e7235
VP
21312008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2132
2133 * gdb.texinfo (GDB/MI Target Manipulation): Add
2134 example of -target-attach.
2135
e1ac3328
VP
21362008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2137
2138 * observer.texi (target_resumed): New observer.
5ae4183a 2139 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2140
65d12d83
TT
21412008-06-06 Tom Tromey <tromey@redhat.com>
2142
2143 * gdb.texinfo (Completion): Add field name example.
2144
fbc5282e
MK
21452008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2146
2147 * gdb.texinfo (GDB/MI Program Context): Added example
2148 to -exec-arguments
5ae4183a 2149
fbc5282e 21502008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2151
2152 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2153 annotation.
2154
c16158bc 21552008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2156 Nathan Sidwell <nathan@codesourcery.com>
2157 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2158
2159 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2160 and ACX_BUGURL.
2161 * configure: Regenerate.
2162 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2163 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2164 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2165 mailing-list-specific text about bug reporting unless
2166 BUGURL_DEFAULT.
2167
75c99385
PA
21682008-06-05 Pedro Alves <pedro@codesourcery.com>
2169
2170 * gdb.texinfo (-target-select): Remove reference to target async.
2171 (Maintenance Commands): Document "maint set/show remote-async".
2172
1763a388
MK
21732008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2174
2175 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2176 in -target-file-get section.
5ae4183a 2177
d0d064df
PA
21782008-05-22 Pedro Alves <pedro@codesourcery.com>
2179
9b562ab8
PA
2180 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2181 killing the inferior when it is already debugging a process.
d0d064df 2182
8dfa32fc
JB
21832008-05-21 Joel Brobecker <brobecker@adacore.com>
2184
2185 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2186 abbreviation for "finish".
2187
55f996a7
NR
21882008-05-21 Nick Roberts <nickrob@snap.net.nz>
2189
2190 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2191
ba2b1c56
DJ
21922008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2193
2194 * gdbint.texinfo (Target Conditionals): Delete entry for
2195 gdbarch_dwarf_reg_to_regnum.
2196
08388c79
DE
21972008-05-09 Doug Evans <dje@google.com>
2198
a3c83fae 2199 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2200
d14508fe
DE
22012008-05-05 Doug Evans <dje@google.com>
2202
2203 * gdb.texinfo (disassemble): Document /m modifier.
2204
e2b7ddea
VP
22052008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2206
5ae4183a
AS
2207 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2208 will not report the time of commands that run the target.
e2b7ddea 2209
8eb41542
VP
22102008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2211
2212 * gdb.texinfo (GDB/MI Output Records): Add
2213 missing semicolon.
2214
82f68b1c
VP
22152008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2216
2217 * gdb.texinfo (GDB/MI Output Records):
2218 Document =thread-create and =thread-exited.
2219
fa0f268d
VP
22202008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2221
2222 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2223 Remove mention of dmi-discuss.
fa0f268d 2224
063bfe2e
VP
22252008-05-03 Pedro Alves <pedro@codesourcery.com>
2226
2227 * observer.texi (thread_exit): New.
2228
237fc4c9
PA
22292008-05-02 Pedro Alves <pedro@codesourcery.com>
2230
2231 * gdb.texinfo (Debugging Output): Document "set/show debug
2232 displaced".
2233 (Maintenance Commands): Document "maint set/show
2234 can-use-displaced-stepping".
2235
0428b8f5
DJ
22362008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2237
2238 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2239 and set/show arm force-mode.
2240
5009afc5
AS
22412008-05-02 Andreas Schwab <schwab@suse.de>
2242
2243 * gdbint.texinfo (Algorithms): Describe
2244 target_watchpoint_addr_within_range.
2245
669fac23
DJ
22462008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2247
2248 * gdbint.texinfo (Stack Frames): New chapter.
2249 (Algorithms): Move Frames text to the new chapter.
2250 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2251 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2252
721c02de
VP
22532008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2254
5ae4183a
AS
2255 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2256 output does not necessary include any tokens.
721c02de 2257
c055b101
CV
22582008-04-22 Corinna Vinschen <vinschen@redhat.com>
2259
2260 * gdb.texinfo (Set SH Calling convention): New @item.
2261 (Show SH Calling convention): Ditto.
2262
68837c9d
MD
22632008-04-22 Markus Deuling <deuling@de.ibm.com>
2264
2265 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2266
2e9132cc
EZ
22672008-04-20 Eli Zaretskii <eliz@gnu.org>
2268
2269 * gdb.texinfo (Set Breaks): Mention that multiple location
2270 breakpoints need line number info. Add index entries.
2271
31fffb02
CS
22722008-04-19 Craig Silverstein <csilvers@google.com>
2273
2274 * gdb.texinfo (Requirements): Add an optional requirement on
2275 zlib.
2276 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2277 Compressed DWARF 2.
2278
a47ec5fe
AR
22792008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2280
2281 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2282 sample output for 'stopped,reason="breakpoint-hit"' message.
2283 (GDB/MI Program Execution): Likewise.
2284
de051565
MK
22852008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2286
5ae4183a 2287 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
2288 -var-set-format. Add -f option to -var-evaluate-expression.
2289
6ba66d6a
JB
22902008-04-03 Joel Brobecker <brobecker@adacore.com>
2291
2292 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2293 new node "Ambiguous Expressions". Replace references to this
2294 node by references to "Ambiguous Expressions" throughout.
2295 (Ambiguous Expressions): New node.
2296
1e26b4f8
DJ
22972008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2298
2299 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2300
b84876c2
PA
23012008-03-21 Pedro Alves <pedro@codesourcery.com>
2302
2303 * gdb.texinfo (Debugging Output): Document
2304 "set/show debug lin-lwp-async".
2305 (Maintenance Commands): Document "maint set/show linux-async".
2306
63092375
DJ
23072008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2308
2309 * gdb.texinfo (Expressions): Update description of malloced arrays.
2310
8e8901c5
VP
23112008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2312
2313 * gdb.texinfo (Thread Commands): Document
2314 -thread-info. Remove -thread-list-all-threads.
2315
1fddbabb
PA
23162008-03-14 Pedro Alves <pedro@codesourcery.com>
2317 Sandra Loosemore <sandra@codesourcery.com>
2318
2319 * gdb.texinfo (Library List Format): Update to mention the
2320 possibility to pass section addresses instead of segment
2321 addresses.
2322
ccd213ac
DJ
23232008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2324
2325 * gdb.texinfo (Starting): Document "set exec-wrapper".
2326 (Server): Document gdbserver --wrapper.
2327
fa4727a6
DJ
23282008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2329
2330 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2331 unreadable memory. Delete obsolete SPARClite reference.
2332
8edfe269
DJ
23332008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2334
2335 * gdb.texinfo (Starting): Mention always-running targets.
2336 (Target Commands): Add an anchor for load.
2337 (Connecting): Explain continue instead of run.
2338
1843f87b
DJ
23392008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2340
2341 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2342
f9082629
NR
23432008-02-26 Nick Roberts <nickrob@snap.net.nz>
2344
2345 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2346 breakpoint table.
2347
fd96d250
PA
23482008-02-19 Pedro Alves <pedro@codesourcery.com>
2349
2350 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2351 killing the inferior when it is already debugging a process.
2352
36af4ef6
MD
23532008-02-13 Markus Deuling <deuling@de.ibm.com>
2354
2355 * gdbint.texinfo (Build Script): New section. Mention new build script
2356 gdb_buildall.sh.
2357
cda4ce5a
JB
23582008-02-01 Jim Blandy <jimb@red-bean.com>
2359
2360 * gdb.texinfo (Help): Summarize 'info args' correctly.
2361
4acd40f3
TJB
23622008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2363
2364 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2365 available in PowerPC architecture.
2366 (Embedded Processors): Change node name of PowerPC item in menu.
2367 (PowerPC): Rename to...
2368 (PowerPC Embedded): this.
2369 (Architectures): Add new PowerPC item in menu.
2370 (PowerPC): New node.
2371
6e6c6f50
DJ
23722008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2373
2374 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2375 commands.
2376
5ee187d7
DJ
23772008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2378
2379 * gdb.texinfo (Setting Catchpoints): Mention features
2380 supported on GNU/Linux.
2381
e275c0d9
NR
23822008-01-30 Nick Roberts <nickrob@snap.net.nz>
2383
2384 * gdb.texinfo (GDB/MI File Commands): Describe new output
2385 field for MI command -file-list-exec-source-file.
2386
2d717e4f
DJ
23872008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2388
2389 * gdb.texinfo (Using the `gdbserver' Program): Add security
2390 warning. Rearrange into subsections and subsubsections. Document
2391 --multi and --debug. Correct --with-sysroot typo. Update --attach
2392 usage. Make load reference clearer. Document monitor exit.
2393 (Remote Configuration): Document set remote exec-file, attach-packet,
2394 and run-packet.
2395 (Packets): Document vAttach and vRun.
2396
d35a4257 23972008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
2398
2399 * gdb.texinfo (Processes): Mention process command.
889bf7c5 2400 detach-on-follow -> detach-on-fork.
f663676d 2401
c78d192c
DJ
24022008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2403
2404 * gdbint.texinfo (Native Conditionals): Remove
2405 SHELL_COMMAND_CONCAT and SHELL_FILE.
2406
d35a4257
EZ
24072008-01-26 Eli Zaretskii <eliz@gnu.org>
2408
2409 * gdb.texinfo (Specify Location): Improve wording.
2410
93815fbf
VP
24112008-01-23 Chris Demetriou <cgd@google.com>
2412
2413 * gdb.texinfo (Threads): Document new "set print thread-events"
2414 and "show print thread-events" commands.
2415
2a25a5ba
EZ
24162008-01-19 Eli Zaretskii <eliz@gnu.org>
2417
2418 * gdb.texinfo (Specify Location): New section.
2419 (Delete Breaks, Edit, Set Breaks): Remove description of
2420 locations. Instead, add a reference to "Specify Location".
2421 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2422 (Symbols): Refer to "Specify Location" for the valid forms of
2423 linespecs and locations.
2424
32c9a795
MD
24252008-01-18 Markus Deuling <deuling@de.ibm.com>
2426
2427 * gdbint.texinfo (Target Conditionals): Replace the description of
2428 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2429
b17828ca
JB
24302008-01-12 Paul Hilfinger <hilfinger@adacore.com>
2431
2432 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2433 about &&var, which is rejected by the expression parser.
2434
0aea4bf3
LM
24352008-01-09 Luis Machado <luisgpm@br.ibm.com>
2436
2437 * gdb.texinfo (Output): Update documentation on using printf with DFP
2438 types.
2439
febe4383
TJB
24402008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2441
2442 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2443 subsubsection.
2444 (Decimal Floating Point format): New subsubsection.
2445
7a404eba
PA
24462008-01-05 Pedro Alves <pedro@codesourcery.com>
2447
2448 * gdb.texinfo (File Options): Remove mention of the attempt to
2449 open a core file with the -p option. Don't list -c as a valid
2450 option to attach to a process.
2451
a4d9b460
PA
24522008-01-05 Pedro Alves <pedro@codesourcery.com>
2453
2454 * gdbint.texinfo (Host Conditionals): Remove mention of
2455 ALIGN_STACK_ON_ENTRY.
2456
6ec2edbe
JB
24572008-01-05 Joel Brobecker <brobecker@adacore.com>
2458
2459 * gdbint.texinfo (Start of New Year Procedure): Add item
2460 describing how to update the source and documentation copyright
2461 notices.
2462
d8b2a693
JB
24632007-12-18 Jim Blandy <jimb@codesourcery.com>
2464
ab209b3a 2465 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
2466 watchpoint explanation into the main description of the watchpoint
2467 command; update synopses of 'watch', 'rwatch', and 'awatch'
2468 commands.
2469
8b4ed427
VP
24702007-12-18 Vladimir Prus <vladimir@codesourcery.com>
2471
2472 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2473 Document 'pending-breakpoints' feature of
2474 -list-features.
2475
37e4754d
LM
24762007-12-17 Luis Machado <luisgpm@br.ibm.com>
2477
669fac23 2478 * gdb.texinfo: Add new parameter's description.
37e4754d 2479
1d3811f6
DJ
24802007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
2481
2482 * gdb.texinfo (Overview): Clarify run-length encoding
2483 example. Remove the restriction on "+" and "-" characters.
2484
c1c25a1a
EZ
24852007-12-15 Eli Zaretskii <eliz@gnu.org>
2486
2487 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
2488
afe8ab22 24892007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 2490
afe8ab22
VP
2491 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2492 the -f option for -break-insert, remove -r option,
2493 and clarify specification of location.
2494
a6b151f1
DJ
24952007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
2496
2497 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
2498 formatting.
2499 (Remote Debugging): Add File Transfer section.
2500 (Remote Configuration): Document Host I/O packets.
2501 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 2502 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
2503 (Packets): Add vFile.
2504
3b784c4f
EZ
25052007-11-17 Eli Zaretskii <eliz@gnu.org>
2506
2507 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
2508 breakpoints with multiple locations.
2509 (Breakpoint Menus): Improve wording.
2510 (Output): Fix last change.
2511
a4ce5b0d
UW
25122007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
2513
2514 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
2515
1b39d5c0
DE
25162007-11-15 Doug Evans <dje@google.com>
2517
2518 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
2519
7a72d44c
VP
25202007-11-15 Vladimir Prus <vladimir@codesourcery.com>
2521
2522 * gdbint.texinfo (Native Conditionals): Remove
2523 mention of CLEAR_SOLIB.
5ae4183a 2524
6d1829bf 25252007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
2526
2527 * gdb.texinfo (Print Settings): Add documentation for "set/show
2528 print frame-arguments".
2529
1a619819
LM
25302007-11-05 Luis Machado <luisgpm@br.ibm.com>
2531
3b784c4f 2532 * gdb.texinfo (Output): Update printf command's description.
1a619819 2533
55eddb0f
DJ
25342007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
2535
2536 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
2537 powerpc soft-float".
2538
9cceb671
DJ
25392007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2540
2541 * gdb.texinfo (Files): Correct formatting. Mention Expat
2542 requirement.
2543 (Requirements for Building GDB): Expand the list of Expat
2544 uses.
2545 (Library List Format, Memory Map Format): Mention Expat.
2546 (Target Descriptions): Update Expat wording.
2547
83acabca
DJ
25482007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2549
2550 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
2551 Document that gdbarch_convert_register_p should return zero for no-op
2552 conversions.
2553
e35879db
UW
25542007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
2555
83acabca 2556 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
2557 of set_gdbarch_sofun_address_maybe_missing back to ...
2558 (Target Conditionals): ... here to fix build break.
2559
203c3895
UW
25602007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2561
83acabca 2562 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
2563 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
2564 (Compiler Characteristics): ... documentation of
2565 set_gdbarch_sofun_address_maybe_missing.
2566
11411de3
DJ
25672007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2568
2569 * gdbint.texinfo (Target Conditionals): Use
2570 frame_unwind_register_unsigned in examples instead of
2571 frame_unwind_unsigned_register.
2572
7cc46491
DJ
25732007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2574
2575 * gdb.texinfo (Predefined Target Types): Add int128
2576 and uint128.
2577 (Standard Target Features): Add PowerPC features.
2578
81adfced
DJ
25792007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2580
2581 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
2582
c1874924
UW
25832007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2584
2585 * gdbint.texi (Target Conditionals): Remove documentation
2586 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
2587 gdbarch_extract_return_value, and gdbarch_store_return_value.
2588
f6e56ab3
UW
25892007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2590
2591 * gdbint.texi (Target Conditionals): Remove documentation of
2592 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
2593
56cf5405
KH
25942007-10-11 Kazu Hirata <kazu@codesourcery.com>
2595
2596 * gdb.texinfo: Mention that inaccessible-by-default is on by
2597 default.
2598
35156bae
DJ
25992007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2600
2601 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
2602
d983da9c
DJ
26032007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
2604
2605 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
2606 multi-threaded watchpoints.
2607 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
2608 checked. Describe sticky notification. Expand description
2609 of steppable and continuable watchpoints.
2610 (Watchpoints and Threads): New subsection.
2611
fe6fbf8b
VP
26122007-09-28 Vladimir Prus <vladimir@codesourcery.com>
2613
2614 * gdb.texinfo (Setting Breakpoints): Revise
2615 documentation for pending breakpoints. Document
2616 breakpoints with multiple locations.
5ae4183a 2617
084344da
VP
26182007-09-19 Vladimir Prus <vladimir@codesourcery.com>
2619
2620 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2621 Document -list-features.
5ae4183a 2622
82160952
EZ
26232007-09-15 Eli Zaretskii <eliz@gnu.org>
2624
2625 * gdb.texinfo (Output): Spell out which features of C's printf are
2626 not supported by GDB's printf.
7e27a47a
EZ
2627 (Separate Debug Files): More accurate wording regarding build ID
2628 and a reference to the ld manual rather than the Fedora wiki.
82160952 2629
ea37ba09
DJ
26302007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2631 Jim Blandy <jimb@codesourcery.com>
2632
2633 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
2634 (Examining Memory): Update mentions of the 's' format.
2635 (Automatic Display): Likewise.
2636
b8533aec
DJ
26372007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
2638
2639 * gdb.texinfo: Update the FSF's Back-Cover Text.
2640
83f83d7f
JK
26412007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2642 Eli Zaretskii <eliz@gnu.org>
2643
2644 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
2645 Fixed the ``build ID'' name. New binaries build instructions for the
2646 build ID inclusion. Explain how the commands are specific to the build
2647 ID vs. debug link.
2648
c7e83d54
EZ
26492007-09-01 Eli Zaretskii <eliz@gnu.org>
2650
2651 * gdb.texinfo (Separate Debug Files): Fix last change. Add
2652 indexing for ``build ID'' support.
2653
d3750b24
JK
26542007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2655
2656 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
2657 Enlisted BUILD ID to the debug file searching example.
2658 Included a BUILD ID `.note.gnu.build-id' section description.
2659 Updated/added the debug files splitting instructions for OBJCOPY.
2660
02142340
VP
26612007-08-31 Vladimir Prus <vladimir@codesourcery.com>
2662
2663 * gdb.texinfo (Variable Objects): Adjust docs
2664 for -var-info-expression and document
2665 -var-info-path-expression.
2666
d3bdde98
JB
26672007-08-20 Jim Blandy <jimb@codesourcery.com>
2668
3fb6a982
JB
2669 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
2670 (title page): Include the dedication in the printed manual, as a
2671 separate page after the copyright notice.
5ae4183a 2672
d3bdde98
JB
2673 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
2674 don't break a @var across a line.
2675
c80a96a8
MR
26762007-07-25 Maciej W. Rozycki <macro@mips.com>
2677
2678 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
2679 for include files.
2680
5824a901
NR
26812007-07-12 Nick Roberts <nickrob@snap.net.nz>
2682
2683 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
2684 in annotate.texinfo.
2685 (Command History): Link to new node.
5824a901 2686
d52e7ea3
UW
26872007-07-05 Markus Deuling <deuling@de.ibm.com>
2688
2689 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
2690
5fc14d0a
EZ
26912007-07-05 Eli Zaretskii <eliz@gnu.org>
2692
2693 * gdbint.texinfo (Target Conditionals): Fix last change.
2694
4a9bb1df
UW
26952007-07-03 Markus Deuling <deuling@de.ibm.com>
2696
2697 * gdb.texinfo: Replace following macros by their appropriate gdbarch
2698 routines:
2699 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
2700 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
2701 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
2702 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
2703 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
2704 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
2705 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
2706 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
2707 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
2708 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2709 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
2710 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
2711 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2712 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
2713 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
2714 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
2715 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
2716 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
2717 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
2718 (SOFTWARE_SINGLE_STEP_P)
2719
2720 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
2721 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
2722
2723 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
2724 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
2725 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
2726 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
2727 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
2728 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
2729 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
2730 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
2731 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
2732 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
2733
2734 (Converting an existing Target Architecture to Multi-arch): Remove
2735 section.
2736
2737 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
2738 (gdbarch_addr_bits_remove): Add code example.
2739
2740 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
2741
cfa9d6d9
DJ
27422007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
2743
2744 * gdb.texinfo (Remote Configuration): Document library-info-packet.
2745 Add other missing entries. Adjust the table size to fit.
2746 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
2747 stop reasons including the new "library" event.
2748 (General Query Packets): Adjust table widths for qSupported. Mention
2749 qXfer:libraries:read reply to qSupported and document the new packet.
2750 (Library List Format): New section.
2751
159fcc13
JK
27522007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2753
2754 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
2755
f66d1690
MS
27562007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
2757
2758 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
2759
67102876
NR
27602007-06-25 Nick Roberts <nickrob@snap.net.nz>
2761
2762 * gdbint.texinfo (Register and Memory Data): Break sections
2763 into nodes and add a menu.
2764
a4642986
MR
27652007-06-21 Maciej W. Rozycki <macro@mips.com>
2766
2767 * gdb.texinfo (Examining Memory): Document the new behaviour.
2768
e9c17194
VP
27692007-06-21 Vladimir Prus <vladimir@codesourcery.com>
2770
2771 * gdb.texinfo (Standard Target Features): Document
2772 m68k features.
2773
31d99776
DJ
27742007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2775
2776 * gdb.texinfo (General Query Packets): Document qOffsets changes.
2777
1780a0ed
DJ
27782007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2779
2780 * gdb.texinfo (Target Description Format): Add version attribute
2781 for <target>.
2782
822b6570
DJ
27832007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2784
2785 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
2786
f8b73d13
DJ
27872007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2788
2789 * gdb.texinfo (MIPS Features): New subsection.
2790
0e7f50da
UW
27912007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2792 Markus Deuling <deuling@de.ibm.com>
2793
2794 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
2795 and qXfer:spu:write packets and mention them under qSupported.
2796
23d964e7
UW
27972007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2798 Markus Deuling <deuling@de.ibm.com>
2799
2800 * gdb.texinfo (Architectures): Add new SPU section to document
2801 Cell Broadband Engine SPU architecture specific commands.
2802
9f708cb2
VP
28032007-06-09 Vladimir Prus <vladimir@codesourcery.com>
2804
2805 * gdb.texinfo (GDB/MI Variable Objects): Editorial
2806 comments.
2807
7579b5f8
NR
28082007-06-07 Nick Roberts <nickrob@snap.net.nz>
2809
2810 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
2811
bf06d120
JB
28122007-05-29 Jim Blandy <jimb@codesourcery.com>
2813
2814 * gdb.texinfo (Overview): Doc fix.
2815
23776285
MR
28162007-05-22 Maciej W. Rozycki <macro@mips.com>
2817
2818 * gdb.texinfo (Remote Configuration): Document "set/show
2819 remoteflow".
2820
1a69e1e4
DJ
28212007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2822
bf06d120
JB
2823 * gdb.texinfo (MIPS): Remove documentation for set mips
2824 saved-gpreg-size, show mips saved-gpreg-size, and set mips
2825 stack-arg-size.
1a69e1e4 2826
46ba6afa 28272007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2828
46ba6afa
BW
2829 * all-cfg.texi (GDBTUI): New.
2830 * gdb.texinfo (Mode Options): Use GDBTUI variable.
2831 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
2832 (TUI Configuration): Edit to improve clarity and fix problems of
2833 both style and content.
5ae4183a 2834
06d3b283
UW
28352007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2836
2837 * observer.texi (GDB Observers): New observer "new_objfile".
2838
179101d6
UW
28392007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
2840
2841 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
2842
25d5ea92
VP
28432007-04-14 Vladimir Prus <vladimir@codesourcery.com>
2844
2845 * gdb.texinfo (GDB/MI Variable Objects): Document
2846 frozen variables objects.
5ae4183a 2847
ea35711c
DJ
28482007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
2849
2850 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
2851 (Character Sets, Caching Data of Remote Targets): Likewise.
2852 (Targets): Delete Remote node. Move its text...
2853 (Debugging Remote Programs): ...to here. Delete description
2854 of the "remote" command.
2855 (Remote configuration): Delete description of "set remotedevice"
2856 and "show remotedevice".
2857 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
2858
db2e3e2e
BW
28592007-04-11 Bob Wilson <bob.wilson@acm.org>
2860
5ae4183a
AS
2861 * gdb.texinfo (Contributors, Continuing and Stepping)
2862 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
2863 (General Query Packets, File-I/O Remote Protocol Extension)
2864 (Protocol Basics, The F Reply Packet, Write)
2865 (Protocol-specific Representation of Datatypes, Memory Transfer):
2866 Fix hyphenation, punctuation and grammar problems.
2867 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
2868 'section' instead of 'subsection' in the text.
2869 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
2870 (i386): Remove period from section name.
db2e3e2e
BW
2871 (Installing GDB, Requirements, Running Configure, Separate Objdir)
2872 (Config Names, Configure Options): Use @file{configure}.
2873
8a3dae3e
DJ
28742007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
2875
2876 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
2877 and tab expansion.
2878
1a92f856
DJ
28792007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
2880
2881 * gdbint.texinfo (SOM): Correct location of the SOM reader.
2882
79a6e687 28832007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2884
79a6e687
BW
2885 * gdb.texinfo: Consistently capitalize all significant words in
2886 node names, chapter titles, section titles, and headings. Update
2887 cross references to match.
2888 (Starting and Stopping Trace Experiment): Make node name plural.
2889 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 2890
ad527d2e
PA
28912007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
2892
2893 * gdb.texinfo (WinCE): Delete obsolete subsection.
2894
7ce59000
DJ
28952007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
2896
2897 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
2898 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
2899 references.
2900
8807d78b
DJ
29012007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
2902
2903 * gdb.texinfo (Startup): Delete references to some alternate
2904 names for .gdbinit.
2905 (Thread): Remove LynxOS reference.
2906 (Tandem ST2000): Delete target-specific documentation.
2907 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
2908 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
2909 and GDB_OSABI_LYNXOS.
2910
5f402660
UW
29112007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
2912
2913 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
2914
bac718a6
UW
29152007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
2916
2917 * gdbint.texinfo (Target Conditionals): Remove mention of
2918 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
2919 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
2920
9453113a
DJ
29212007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
2922
2923 * Makefile.in: Add "pdfdir" installation
2924 directory, PDFTEX macro, support for "install-pdf" target,
2925 and rules for making a pdf version of refcard.texi.
2926 * refcard.tex: Specify paper size for PDF output.
2927
ae21e955 29282007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2929
ae21e955 2930 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 2931
3f94c067 29322007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2933
3f94c067
BW
2934 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
2935 (Source Path, Character Sets, Macros, Define)
2936 (GDB/MI Result Records, GDB/MI Simple Examples)
2937 (GDB/MI Program Execution, GDB/MI File Commands)
2938 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
2939 (Bug Reporting): Use @value{GCC}.
5ae4183a 2940
12c27660 29412007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2942
12c27660
BW
2943 * gdb.texinfo (Help): Fix formatting of examples.
2944 (Variables): Use @ifnotinfo instead of @iftex.
2945 (Non-debug DLL symbols): Use @ref instead of @pxref.
2946 (Sparclet File): Use @samp instead of quotes.
5ae4183a 2947
ce9341a1
BW
29482007-03-26 Bob Wilson <bob.wilson@acm.org>
2949
2950 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
2951
c8f4133a
BW
29522007-03-26 Bob Wilson <bob.wilson@acm.org>
2953
2954 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
2955 the order of the nodes.
2956 (C Operators, C Constants, Debugging C): Remove extra menus.
2957 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 2958
c8f4133a 29592007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
2960
2961 * gdb.texinfo (File Options): Add missing parenthesis.
2962 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
2963
c74d0ad8
DJ
29642007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
2965
2966 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
2967
ff6f572f
DJ
29682007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
2969
669fac23 2970 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
2971 case insensitivity.
2972 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
2973
994337c3
NR
29742007-02-18 Nick Roberts <nickrob@snap.net.nz>
2975
2976 * gdb.texinfo (Top): Put Appendix A after numbered sections.
2977 (Files): Add section name to argument list for pxref.
2978 (Non-debug DLL symbols): Don't use `see' for pxref.
2979 (Embedded Processors): Fix typo.
2980 (GDB/MI Breakpoint Commands): Execution commands generate
2981 *stopped not ^done.
2982
eb819d70
NR
29832007-02-13 Nick Roberts <nickrob@snap.net.nz>
2984
2985 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
2986 values for in_scope. Mention that only root variables can be
2987 updated.
2988 (GDB/MI Development and Front Ends): Explain new values may be
2989 added to existing fields.
2990
123dc839
DJ
29912007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
2992
2993 * gdb.texinfo (-target-disconnect): Use @smallexample.
2994 (Requirements): Add anchor for Expat. Update description.
2995 (Target Descriptions): Mention Expat.
2996 (Target Description Format): Document new elements. Use
2997 @smallexample.
2998 (Predefined Target Types, Standard Target Features): New sections.
669fac23 2999 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3000
108546a0
DJ
30012007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3002
3003 * gdb.texinfo (Target Description Format): Add section on XInclude.
3004
95a98c01
NR
30052006-02-03 Nick Roberts <nickrob@snap.net.nz>
3006
3007 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3008 command -enable-timings.
3009
f4b3909f
EZ
30102007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3011
5ae4183a 3012 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3013 descriptions for new/deleted elements in gdb_osabi. Add missing
3014 description for function generic_elf_osabi_sniff_abi_tag_sections.
3015
c7ba131e
JB
30162007-01-29 Joel Brobecker <brobecker@adacore.com>
3017
3018 * gdb.texinfo (Maintenance Commands): Add documentation for
3019 the new "maint print target-stack" command.
3020
3a60f64e
JK
30212007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3022 Eli Zaretskii <eliz@gnu.org>
3023
f4b3909f 3024 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3025
c582f8b6
EZ
30262007-01-26 Eli Zaretskii <eliz@gnu.org>
3027
3028 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3029 Use @value{NGCC} instead of @value{GCC}.
3030
d3e8051b
EZ
30312007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3032
3033 * agentexpr.texi: Fix typos.
3034 * annotate.texinfo: Likewise.
3035 * gdb.texinfo: Likewise.
3036 * gdbint.texinfo: Likewise.
3037 * observer.texi: Likewise.
3038 * stabs.texinfo: Likewise.
3039
86f04699
EZ
30402007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3041
3042 * gdbint.texinfo (Support Libraries): Remove mmalloc
3043 entry. Describe readline library.
3044
23181151
DJ
30452007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3046
3047 * gdb.texinfo (Target Descriptions): New section.
3048 (General Query Packets): Add QPassSignals anchor. Mention
3049 qXfer:features:read under qSupported. Expand mentions of
3050 qXfer:memory-map:read and QPassSignals. Document
3051 qXfer:features:read.
3052
f822c95b
DJ
30532007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3054
3055 * gdb.texinfo (Commands to specify files): Describe
3056 "set sysroot" and "show sysroot".
3057 (Using the `gdbserver' program): Lowercase argument
3058 to @var. Expand description of setting up GDB on the
3059 host.
3060
8936fcda
JB
30612007-01-05 Joel Brobecker <brobecker@adacore.com>
3062
3063 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3064 catch exception, catch exception unhandled, and catch assert
3065 commands.
3066
e776119f
DJ
30672007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3068
3069 * gdb.texinfo (Debugging Output): Document "set debug xml"
3070 and "show debug xml".
3071
aa79a185
DJ
30722007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3073
3074 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3075
7f893741
JB
30762007-01-01 Joel Brobecker <brobecker@adacore.com>
3077
3078 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3079
a1b5960f
VP
30802006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3081
3082 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3083 note in @ignore, to be removed later if nobody complains.
3084
9f470e6e
NR
30852006-12-04 Nick Roberts <nickrob@snap.net.nz>
3086
3087 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3088 of -var-delete.
3089
765dc015 30902006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3091
765dc015 3092 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3093 automatic software/hardware breakpoint usage and
3094 the "set breakpoint auto-hw" command.
765dc015 3095
4b5752d0
VP
30962006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3097
3098 * gdb.texinfo (Memory Access Checking): New.
3099
89be2091
DJ
31002006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3101
3102 * gdb.texinfo (Remote configuration): Mention
3103 "pass-signals-packet".
3104 (General Query Packets): Document QPassSignals. Fix
3105 a typo.
3106
ca3bf3bd
DJ
31072006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3108
3109 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3110
427c3a89
DJ
31112006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3112
3113 * gdb.texinfo (Remote configuration): Rewrite documentation for
3114 packet configuration commands.
3115 (OS Information): Adjust reference to qXfer:auxv:read.
3116 (General Query Packets): Remove references to read-aux-vector-packet
3117 and set remote get-thread-local-storage-address.
3118
7a107747
DJ
31192006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3120
3121 * gdbint.texinfo (Target Architecture Definition): Add new
3122 Initializing a New Architecture section.
3123
1c56eb0e
EZ
31242006-10-31 David Taylor <dtaylor@emc.com>
3125
3126 * stabs.texinfo (Macro define and undefine): New node describing
3127 stabs for #define and #undef.
3128
f73adfeb
AS
31292006-10-27 Andreas Schwab <schwab@suse.de>
3130
3131 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3132
fd60e0df
EZ
31332006-10-21 Eli Zaretskii <eliz@gnu.org>
3134
3135 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3136 clarify on the possible meanings of ``expression'' watched by
3137 watchpoints. Add indexing.
e5ac9b53
EZ
3138 (Prompting, Errors, Invalidation, Annotations for Running)
3139 (Source Annotations): Fix index entries by adding "annotation" to
3140 them, to discriminate from index entries that point to the more
3141 general topic descriptions.
fd60e0df 3142
52bb452f
DJ
31432006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3144
3145 * gdbint.texinfo (Target Vector Definition): Move most
3146 content into Existing Targets. Add a menu.
3147 (Existing Targets): New section, moved from Target Vector
3148 Definition. Use @subsection.
3149 (Managing Execution State): New section.
3150
58955e58
BW
31512006-10-16 Bob Wilson <bob.wilson@acm.org>
3152
3153 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3154
c8aa23ab
EZ
31552006-10-15 Eli Zaretskii <eliz@gnu.org>
3156
3157 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3158 (Command Syntax, Signals, Backtrace, Connecting)
3159 (Remote configuration, Renesas Boards, Console I/O): Fix last
3160 change: use Ctrl- instead of C-, except wrt Emacs.
3161 (File-I/O Examples): Put Ctrl-c in @kbd.
3162 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3163 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3164 (Signals, Set Breaks, Set Watchpoints): Document optional
3165 arguments to `info signals' `handle', `info breakpoints', and
3166 `info watchpoints'.
c8aa23ab 3167
e7109c7e
EZ
31682006-10-14 Eli Zaretskii <eliz@gnu.org>
3169
3170 * gdb.texinfo (Backtrace): Fix last change.
3171
de3aea7b
NR
31722006-10-14 Nick Roberts <nickrob@snap.net.nz>
3173
3174 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3175
7f9087cb
BW
31762006-10-10 Bob Wilson <bob.wilson@acm.org>
3177
c8aa23ab
EZ
3178 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3179 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3180 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3181
68437a39
DJ
31822006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3183 Daniel Jacobowitz <dan@codesourcery.com>
3184
3185 * gdb.texinfo (Packets): Document vFlashErase,
3186 vFlashWrite and vFlashDone packets.
3187 (General Query Packets): Document qXfer:memory-map:read.
3188 Add a new feature for qXfer:memory-map:read.
3189 (Memory map format): New section.
3190 (Target Commands): Mention that gdb can write flash.
3191
fd79ecee
DJ
31922006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3193 Daniel Jacobowitz <dan@codesourcery.com>
3194
3195 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3196 memory regions and "mem auto".
3197
350da6ee
DJ
31982006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3199
3200 * gdbint.texinfo (Array Containers): New section.
3201
2f1acb09
VP
32022006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3203
3204 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3205 -stack-list-arguments HIGH_FRAME argument can be larger then the
3206 actual number of frames.
3207
2ab1eb7a
VP
32082006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3209
3210 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3211 -stack-list-locals HIGH_FRAME argument can be larger then the
3212 actual number of frames.
2ab1eb7a 3213
599b237a
BW
32142006-09-02 Bob Wilson <bob.wilson@acm.org>
3215
3216 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3217 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3218
25ab7e6d
EZ
32192006-09-02 Eli Zaretskii <eliz@gnu.org>
3220
3221 * gdbint.texinfo (Overall Structure): New section "Source Tree
3222 Structure".
3223
940178d3
JB
32242006-08-17 Jim Blandy <jimb@codesourcery.com>
3225
3226 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3227 responses.
3228
30daae6c
JB
32292006-08-08 Joel Brobecker <brobecker@adacore.com>
3230
3231 * gdb.texinfo (Source Path): Add documentation for new
3232 substitute-path commands.
3233
7fa2210b
DJ
32342006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3235
3236 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3237 (Running Configure): ...here.
3238 (Requirements): New node. Mention expat.
3239
3d00d119
DJ
32402006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3241
5ae4183a 3242 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
3243 'set download-write-size' and 'show download-write-size'.
3244
0cbfa4ee
DJ
32452006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3246
3247 * stabs.texinfo (Member Type Descriptor): Correct example for
3248 pointer to member types.
3249
16026cd7
AS
32502006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3251
3252 * gdb.texinfo (Optional warnings and messages): Add
3253 'set/show trace-commands'.
3254 (Command files): Add '-v' to source command.
3255
0876f84a
DJ
32562006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3257
3258 * gdb.texinfo (OS Information): Update qPart reference to
3259 qXfer.
3260 (Remote configuration): Likewise.
3261 (Overview): Move @cindex to the start of a paragraph. Talk
3262 about binary data encoding.
3263 (Packets): Refer to the overview for the details of the X
3264 packet encoding.
3265 (General Query Packets): Remove qPart description. Add qXfer
3266 description. Add an anchor to qSupported. Correct feature
3267 table title. Add a new feature for qXfer:auxv:read.
3268 (Interrupts): Add a missing parenthesis.
3269
2ec3381a
DJ
32702006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3271
669fac23 3272 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
3273 (GDB/MI Kod Commands): Remove commented out node.
3274
594fe323
EZ
32752006-07-01 Eli Zaretskii <eliz@gnu.org>
3276
3277 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3278 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3279 (GDB/MI Thread Commands, GDB/MI Program Execution)
3280 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3281 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3282 (GDB/MI File Commands, GDB/MI Target Manipulation)
3283 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3284 since the MI prompt is hard-wired into the code.
3285
7e3fb70c
NR
32862006-07-01 Nick Roberts <nickrob@snap.net.nz>
3287
3288 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3289 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3290 (GDB/MI Data Manipulation): Remove description of unimplemented
3291 display related commands as variable objects perform this function
3292 and are superior: -display-delete, -display-disable,
3293 -display-enable, -display-insert and -display-list. Move
3294 -environment-cd, -environment-directory, -environment-path
3295 and -environment-pwd to "Program Context".
3296 (GDB/MI Program Control): Rename to "Program Execution". Move
3297 -exec-arguments -exec-abort to...
3298 (GDB/MI Program Context): ...here. New node split from "Data
3299 Manipulation".
3300
be2a5f71
DJ
33012006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
3302
3303 * gdb.texinfo (Remote configuration): Document set / show
3304 remote supported-packets.
3305 (General Query Packets): Document qSupported packet.
3306
fc320d37
SL
33072006-06-10 Sandra Loosemore <sandra@codesourcery.com>
3308
3309 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3310 and font markup.
3311 (Protocol basics): Likewise.
3312 (The F request packet): Likewise.
3313 (The F reply packet): Likewise.
3314 (Memory transfer): Move this node to be a subsubsection of
3315 "Protocol specific representation of datatypes".
3316 (The Ctrl-C message): More copy editing.
3317 (Console I/O): Likewise.
3318 (The isatty call): Delete this node, and merge its content into
3319 the "isatty" node. Fixed references elsewhere.
3320 (The system call): Delete this node, and merge its content into
3321 the "system" node. Fixed references elsewhere.
3322 (open): Reformat to use @table, and add appropriate font markup.
3323 (close): Likewise.
3324 (read): Likewise.
3325 (write): Likewise.
3326 (lseek): Likewise.
3327 (rename): Likewise.
3328 (unlink): Likewise.
3329 (stat/fstat): Likewise.
3330 (gettimeofday): Likewise.
3331 (isatty): Likewise.
3332 (system): Likewise, plus minor changes to fix confusing wording.
3333 (Integral datatypes): Fix font markup.
3334 (Pointer values): Likewise.
3335 (struct stat): Fix markup to use @table, plus minor copy editing.
3336 (struct timeval): Fix font markup, plus minor copy editing.
3337 (Constants): Minor copy editing.
3338 (Errno values): Add font markup.
3339 (File-I/O Examples): Likewise.
3340
158fdf5c
NR
33412006-06-10 Nick Roberts <nickrob@snap.net.nz>
3342
3343 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3344 (GDB/MI Simple Examples): Move node up one level. Use real
3345 examples.
3346 (GDB/MI Compatibility with CLI): Update.
3347 (GDB/MI Result Records): Add "connected" and "exit" result
3348 classes.
3349 (GDB/MI Stream Records): Clarify target output.
3350 (GDB/MI Command Description Format): Modify example description.
3351 (GDB/MI Breakpoint Table Commands): Rename to...
3352 (GDB/MI Breakpoint Commands): ...this
3353 (GDB/MI Breakpoint Commands): Add optional thread field.
3354 (GDB/MI Program Control): Add an introduction. Move "Program
3355 termination" examples into exec-run description.
3356 (GDB/MI File Commands): Mention similar CLI commands.
3357 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3358 is similar to "-gdb-version".
3359
ddb50cd7
EZ
33602006-06-09 Eli Zaretskii <eliz@gnu.org>
3361
3362 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3363
2aef0d6b
NR
33642006-06-02 Nick Roberts <nickrob@snap.net.nz>
3365
3366 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3367 sourceware.org for mailing lists.
d5e40d59 3368 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 3369
383a5c52
NR
33702006-06-01 Nick Roberts <nickrob@snap.net.nz>
3371
d5e40d59 3372 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 3373
e16b02ee
EZ
33742006-05-22 Eli Zaretskii <eliz@gnu.org>
3375
3376 * gdb.texinfo (Cygwin Native): Fix last change.
3377
be90c084
CF
33782006-05-22 Christopher Faylor <cgf@timesys.com>
3379
3380 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3381
347ceba5
NR
33822006-05-15 Nick Roberts <nickrob@snap.net.nz>
3383
3384 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3385 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3386
369af7bd
DJ
33872006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3388
3389 * gdb.texinfo (General Query Packets): Recommend not starting
3390 new packets with qC and clarify.
3391
2ffdbde8 33922006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
3393
3394 * gdb.texinfo (M2 Types): New section.
72019c9c 3395
16d1a084
DJ
33962006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
3397
3398 * agentexpr.texi: Add a copyright and license notice.
3399 * observer.texi: Likewise, with GPL clause for function prototypes.
3400 Remove trailing whitespace.
3401
aa56d27a
JB
34022006-05-05 Jim Blandy <jimb@codesourcery.com>
3403
3404 * gdb.texinfo (General Query Packets): Document conventions for
3405 terminating packet names, and their violations.
3406
5bdf8622
DJ
34072006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3408
3409 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3410 * gdb.texinfo: Likewise.
3411
605a56cb
DJ
34122006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3413
3414 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3415 and "show remotedebug".
3416 (Debugging Output): Add additional index entries.
3417
b8db102d
MS
34182006-04-27 Michael Snyder <msnyder@redhat.com>
3419
3420 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3421
c5e30d01
AC
34222006-04-22 Andrew Cagney <cagney@redhat.com>
3423
3424 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3425 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3426
8181d85f
DJ
34272006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
3428
3429 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3430 and remove breakpoint prototypes.
3431 (Watchpoints): Move description of target_insert_hw_breakpoint and
3432 target_remove_hw_breakpoint ...
3433 (Breakpoints): ... to here. Document target_insert_breakpoint and
3434 target_remove_breakpoint.
3435
4f553f88
JB
34362006-04-17 Jim Blandy <jimb@codesourcery.com>
3437
3438 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3439 and C packets are optional.
3440
cd852561
FR
34412006-04-14 Frederic Riss <frederic.riss@st.com>
3442
3443 * gdb.texinfo (Specifying source directories): Update the description
3444 of the source file search to reflect the fact that the source path
3445 always contains at least $cdir and $cwd.
3446
b620eb07
MS
34472006-03-31 Michael Snyder <msnyder@redhat.com>
3448
3449 * gdb.texinfo: Update copyright dates.
3450
3156cdaf
EZ
34512006-03-31 Eli Zaretskii <eliz@gnu.org>
3452
3453 * gdb.texinfo (Overview): Add an index entry to "empty response".
3454
7d30c22d
JB
34552006-03-28 Jim Blandy <jimb@codesourcery.com>
3456
3457 * gdbint.texinfo (Prologue Analysis): New section.
3458
86941c27
JB
34592006-03-07 Jim Blandy <jimb@red-bean.com>
3460
66b8c7f6
JB
3461 * gdb.texinfo (Connecting): Document 'target remote pipe'.
3462
1a10341b
JB
3463 * gdb.texinfo (Target Commands): Update text describing how to
3464 specify a target. Refer to the detailed section on remote
3465 debugging, not the brief mention.
3466
86941c27
JB
3467 * gdb.texinfo (Connecting): Organize the different 'target remote'
3468 connection methods into a table. Add a 'target remote' index
3469 entry. (!!!)
3470
62f3a2ba
FF
34712006-02-17 Fred Fish <fnf@specifix.com>
3472
3473 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3474 'ptype' commands to reflect the fact that the only significant
3475 difference between them is that ptype prints the complete type
3476 description instead of just the name.
3477
8b9a88ea
WZ
34782006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
3479
3480 * gdbint.texinfo (Watchpoints): Delete
3481 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3482
7e8dc855
NR
34832006-02-10 Nick Roberts <nickrob@snap.net.nz>
3484
3485 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3486 times fields where needed. Fix typos. Update general form given
3487 for output of -break-insert.
3488 (GDB/MI): Abbreviate some unnecessarily long fullnames.
3489
c91d38aa
DJ
34902006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
3491
3492 * gdbint.texinfo (Symbol Handling): Add a section
3493 on memory management.
3494
38fcd64c
DJ
34952006-02-06 Vladimir Prus <ghost@cs.msu.su>
3496
3497 * gdb.texinfo (Breakpoint table commands): Document the fullname
3498 field in -break-list output.
3499
219eec71
EZ
35002006-02-03 Eli Zaretskii <eliz@gnu.org>
3501
3502 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
3503 debugging information produced by the various "set debug..."
3504 options.
3505
ae5a43e0
DJ
35062006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3507
3508 * gdb.texinfo (Files): Remove obsolete bits from the description
3509 of "symbol-file".
3510
a9f158ec
JB
35112006-01-25 Jim Blandy <jimb@redhat.com>
3512
3513 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
3514
410dd08e
JB
35152006-01-24 Jim Blandy <jimb@redhat.com>
3516
3517 * gdbint.texinfo (Frames): Document the basics of GDB's register
3518 unwinding model, and explain the existence of the "sentinel" frame.
3519
4b505b12
AS
35202006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
3521
3522 * gdb.texinfo (Choosing files): Mention that -directory is used
3523 for script files.
3524 (Specifying source directories): Likewise.
3525 (Command files): Explain how script files are found.
3526
839c27b7
EZ
35272006-01-21 Eli Zaretskii <eliz@gnu.org>
3528
3529 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
3530 the threads in a multi-threaded program.
3531 (Threads): The threadno argument of "thread apply" can be a range
3532 of numbers.
3533
7be93b9e
JB
35342006-01-18 Jim Blandy <jimb@redhat.com>
3535
3536 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
3537 of warning flags.
3538
fcc73fe3
EZ
35392006-01-13 Eli Zaretskii <eliz@gnu.org>
3540
3541 * gdb.texinfo (Sequences): Improve menu annotations.
3542 (Define): Add index entries for arguments of user-defined
3543 commands. Move the description of flow-control commands...
3544 (Command Files): ...to here. Document loop_break and
3545 loop_continue.
ca91424e
EZ
3546 (Define, Command Files): Document `end' and add index entries for
3547 it.
fcc73fe3 3548
5c95884b
MS
35492006-01-04 Michael Snyder <msnyder@redhat.com>
3550
3551 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 3552 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 3553
860701dc
PH
35542006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
3555
3556 * gdb.texinfo (Omissions from Ada): Document that there is now
3557 limited aggregate support.
3558
36b80e65
EZ
35592005-12-28 Eli Zaretskii <eliz@gnu.org>
3560
3561 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
3562 registers and the likes.
3563
c1468174
EZ
35642005-12-24 Eli Zaretskii <eliz@gnu.org>
3565
3566 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
3567 (Symbols): Fix usage of "e.g.".
359df76b 3568 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
3569
3570 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
3571 (Coding): Fix usage of "e.g.".
3572
c02a867d
EZ
35732005-12-23 Eli Zaretskii <eliz@gnu.org>
3574
5ae4183a
AS
3575 * stabs.texinfo:
3576 * refcard.tex:
c02a867d 3577 * gpl.texi:
5ae4183a
AS
3578 * gdbint.texinfo:
3579 * gdb.texinfo:
3580 * gdb-cfg.texi:
c02a867d 3581 * fdl.texi:
5ae4183a
AS
3582 * annotate.texinfo:
3583 * all-cfg.texi:
c02a867d
EZ
3584 * Makefile.in: Add (C) after Copyright. Update the FSF
3585 address.
3586
fad38dfa
EZ
35872005-12-03 Eli Zaretskii <eliz@gnu.org>
3588
3589 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
3590 extend GDB with commands for external monitor.
3591
53e5f3cf
AS
35922005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
3593
3594 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
3595
55f6ca0f
JB
35962005-11-25 Joel Brobecker <brobecker@adacore.com>
3597
3598 * gdbint.texinfo (Start of New Year Procedure): New chapter.
3599
c1947b85
JB
36002005-11-21 Jim Blandy <jimb@redhat.com>
3601
3602 * gdb.texinfo (Tracepoint Packets): Document restrictions on
3603 placement of 'R' actions in tracepoint action packets; document
3604 dependence of 'X' and 'M' actions on a preceding 'R' action for
3605 their registers.
3606
9d29849a
JB
36072005-11-19 Jim Blandy <jimb@redhat.com>
3608
3609 * gdb.texinfo (Tracepoint Packets): New node.
3610 (General Query Packets): Add entries for the tracepoint packets,
3611 referring to the "Tracepoint Packets" node.
3612 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 3613
9a6253be
KB
36142005-11-18 Kevin Buettner <kevinb@redhat.com>
3615
3616 * gdb.texinfo (set remotebreak): Add anchor.
3617 (X packet): Likewise.
3618 (Remote Protocol): Add new section `Interrupts' and new index
3619 entry `interrupts (remote protocol)'.
3620
5f3bebba
JB
36212005-11-18 Jim Blandy <jimb@redhat.com>
3622
3623 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
3624 entries into the General Query Packets section. Add a
3625 cross-reference to that section. Drop description of replies, as
3626 these are covered in the descriptions of each packet.
3627 (General Query Packets): Add introductory text. Explain naming
3628 conventions, and how the end of a name is recognized.
3629
9a7a1b36
KB
36302005-11-17 Kevin Buettner <kevinb@redhat.com>
3631
0564b6cf 3632 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
3633 "set remotebreak" command.
3634
b8ff78ce
JB
36352005-11-16 Jim Blandy <jimb@redhat.com>
3636
3637 * gdb.texinfo (Packets, Stop Reply Packets)
3638 (General Query Packets): Various formatting cleanups.
3639 - Use @samp for packet contents.
3640 - Drop summaries from packet @item lines; the same information appears
3641 immediately below in the description.
3642 - Delete paragraph breaks after packet @item commands, so that the
3643 description appears directly to the right of the packet prototype
3644 in the printed manual, if it fits.
3645 - Place spaces in packet prototypes between @vars and non-@var
3646 letters, and explain that they're just for formatting.
3647 - Use @dots{} instead of '...'.
3648 - Fix uses of @code where @var was needed.
3649 - Replace "deprecated" markers with English text spelling out the
3650 packet's status and the preferred alternatives.
3651 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
3652 what this ever meant.
3653 - Remove "(draft)" markers on 'i' packets; nobody has commented on
3654 this for a long time.
3655 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
3656 implemented several times, and have been in use for years.
3657
8ffe2530
JB
36582005-11-15 Jim Blandy <jimb@redhat.com>
3659
c43c5473
JB
3660 * gdb.texinfo (Packets): Add index entries for 'm' packet
3661 disclaimers.
5ae4183a 3662
fb031cdf
JB
3663 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
3664 of stub when processing an 'm' packet.
3665
8ffe2530
JB
3666 * gdb.texinfo (Packets): Mention that packets beginning with
3667 letters are reserved once, at the top, instead of actually listing
3668 them all and saying "reserved".
3669
c03c782f
AS
36702005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
3671
3672 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
3673 Change @var{$arg0 to @code{$arg0.
3674
814e32d7
WZ
36752005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
3676
3677 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
3678
fa93a9d8
JB
36792005-11-12 Jim Blandy <jimb@redhat.com>
3680
3681 * gdb.texinfo (General Query Packets): Put packets in alphabetical
3682 order. Remove extraneous 'z'.
3683
8a5a3c82
AS
36842005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
3685
3686 * gdb.texinfo (Choosing files): Add --eval-command.
3687
4b0ad762
AS
36882005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
3689
3690 * gdb.texinfo (Choosing modes): Add --return-child-result.
3691
3692
1a088d06
AS
36932005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
3694
3695 * gdb.texinfo (Choosing modes): Add --batch-silent.
3696
656d5e12
EZ
36972005-10-28 Eli Zaretskii <eliz@gnu.org>
3698
3699 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
3700 "The -var-update Command".
3701
3c9c013a
JB
37022005-10-03 Joel Brobecker <brobecker@adacore.com>
3703
3704 * gdb.texinfo (Print Settings): Add documentation for set/show
3705 print array-indexes.
3706
7ba3cf9c
DJ
37072005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
3708
3709 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
3710 6.2 and 6.3.
3711
a94ab193
EZ
37122005-08-27 Eli Zaretskii <eliz@gnu.org>
3713
3714 * gdb.texinfo (File Options): Don't document --mapped, it's gone
3715 since 19-Jan-2004.
3716 (Files): Likewise.
ab1adacd
EZ
3717 (Variables, Symbols): Document the "<incomplete type>" message and
3718 its reasons.
a94ab193 3719
ca06016a
FF
37202005-08-01 Fred Fish <fnf@specifix.com>
3721
3722 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
3723
cf58170d
NR
37242005-07-15 Nick Roberts <nickrob@snap.net.nz>
3725
3726 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
3727 option for -var-list-children and -var-update.
3728 (GDB/MI Stack Manipulation): Simplify description of
3729 print-values option for -stack-list-locals.
3730 (GDB/MI Command Description Format): Clarify.
3731 (Mode Options): Spelling of superseded.
3732
38f1196a
BR
37332005-07-12 Bob Rossi <bob@brasko.net>
3734
3735 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
3736 corresponding GDB command comment.
3737
3cb3b8df
BR
37382005-07-06 Bob Rossi <bob@brasko.net>
3739
3740 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
3741 and -inferior-tty-show.
3742 (Input/Output): Document "set/show inferior-tty" and tty alias.
3743
10fac096
NW
37442005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
3745
3746 * gdb.texinfo (Packets): Change description of 'D' packet to note
3747 that GDB does wait for a response.
3748
d1b6db76
NR
37492005-06-22 Nick Roberts <nickrob@snap.net.nz>
3750
3751 * gdb.texinfo (History) Rename "Command History".
3752 (Command History): Move node "Server Prefix" from section on
3753 Annotations here.
3754
29629dcf
NR
37552005-06-19 Nick Roberts <nickrob@snap.net.nz>
3756
3757 * gdb.texinfo (GDB/MI Stack Manipulation):
3758 Re-instate -stack-info-frame with example. Say that it gets
3759 info on selected frame, not current frame.
3760
397ca115
EZ
37612005-06-18 Eli Zaretskii <eliz@gnu.org>
3762
3763 * gdb.texinfo (Server): Clarify that `file' should be used before
3764 connecting to the server.
3765 (Files): Add an xref to the above description.
51274035
EZ
3766 (Output Formats): More detailed description of the `c' format.
3767 (Memory): List explicitly all the formats supported by `x'.
638ac427 3768 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 3769 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
3770 files. Add more indexing for solib-absolute-prefix and
3771 --with-sysroot.
76d17f34
EZ
3772 (Machine Code): Document possible problems with locations in
3773 shared libraries.
d416eeec
EZ
3774 (Backtrace): Document that free-standing environments do not need
3775 to have a `main' function.
397ca115 3776
74f6deaa
NR
37772005-06-18 Nick Roberts <nickrob@snap.net.nz>
3778
3779 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
3780 -stack-info-frame.
3781
a9967aef
AC
37822005-06-07 Andrew Cagney <cagney@gnu.org>
3783
3784 * gdb.texinfo (Contributors): Note the original multi-arch
3785 contributors.
3786
e09f16f9
EZ
37872005-06-03 Eli Zaretskii <eliz@gnu.org>
3788
3789 * gdb.texinfo (Registers): Add index entries for the standard
3790 registers.
3791 (Frames): Add cross-reference from frame pointer description to
3792 the Registers node.
3793 (Annotations Overview): Fix the reference to GDB name.
3794
d87ba7ee
EZ
37952005-06-01 Eli Zaretskii <eliz@gnu.org>
3796
3797 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
3798 can-use-hw-watchpoints.
3799
034dad6f
BR
38002005-05-28 Bob Rossi <bob@brasko.net>
3801
3802 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
3803 the possible reasons why an exec async record would be returned to FE.
3804
ffed4509
AC
38052005-05-26 Andrew Cagney <cagney@gnu.org>
3806
3807 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
3808 Andrew Cagney implemented the original GDB/MI.
3809
e22e55c9
OF
38102005-05-23 Orjan Friberg <orjanf@axis.com>
3811
3812 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
3813 documentation. Add documentation for cris-mode.
3814
a78e13ce
EZ
38152005-05-20 Eli Zaretskii <eliz@gnu.org>
3816
3817 * gdb.texinfo (Numbers): Explain the example and make the wording
3818 more acurate.
3819
76ff342d
DJ
38202005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3821 Dennis Brueni <dennis@slickedit.com>
3822
3823 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
3824 (GDB/MI Data Manipulation, GDB/MI Program Control)
3825 (GDB/MI Stack Manipulation): Update examples to include the fullname
3826 attribute in stack frames.
3827
119b882a
EZ
38282005-05-12 Eli Zaretskii <eliz@gnu.org>
3829
3830 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
3831 do with other non-standard names of init files.
3832
6fc08d32
EZ
38332005-05-11 Eli Zaretskii <eliz@gnu.org>
3834
3835 * gdb.texinfo (Command Files): Move the description of the startup
3836 from here...
3837 (Startup): ...to this new subsection of the Invocation chapter.
3838 Rearrange the description of init files more logically and add a
3839 cross-reference to "Command Files". Document the special gdbinit
3840 name for CISCO 68k. Expand the description of what GDB does
3841 during startup.
3842 (History): Add index entry for HISTSIZE.
3843
a561754a
MK
38442005-05-02 Mark Kettenis <kettenis@gnu.org>
3845
3846 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
3847
2eecc4ab
EZ
38482005-05-02 Eli Zaretskii <eliz@gnu.org>
3849
3850 * gdb.texinfo (SVR4 Process Information, The isatty call)
3851 (The system call): Don't use foo(N) notation for man pages and
3852 functions.
514c4d71 3853 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 3854
18999be5
EZ
38552005-04-27 Eli Zaretskii <eliz@gnu.org>
3856
3857 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
3858 were optimized away.
3859
0abb7bc7
EZ
38602005-04-22 Eli Zaretskii <eliz@gnu.org>
3861
3862 * gdb.texinfo (Remote configuration): Document "set/show
3863 get-thread-local-storage-address". Add cross-reference to the
3864 description of the qGetTLSAddr packet.
3865 (General Query Packets): Mention "set remote
3866 get-thread-local-storage-address" and add a reference to its
3867 description.
3868
6f61acb1
NR
38692005-04-19 Nick Roberts <nickrob@snap.net.nz>
3870
3871 * gdb.texinfo (Backtrace): Describe 'bt full'.
3872
9d59903a
NR
38732005-04-17 Nick Roberts <nickrob@snap.net.nz>
3874
3875 * gdb.texinfo (Mode Options): Fix typo.
3876 (GDB/MI): Describe how to invoke GDB/MI.
3877
721c2651
EZ
38782005-04-16 Eli Zaretskii <eliz@gnu.org>
3879
3880 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 3881 references changed. Add description of "info udot".
721c2651
EZ
3882 (Files): Document "set/show stop-on-solib-events".
3883 (M32R/D): Document "set/show download-path", "set/show
3884 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
3885 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
3886 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
3887 (Maintenance Commands): Improve indexing.
3888 (Target Commands): Document "set/show hash", "set/show debug
3889 monitor".
3890 (SVR4 Process Information): Document "info pidlist" and "info
3891 meminfo". Document "set/show procfs-tarce" and "set/show
3892 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
3893 (Symbols, The Print Command with Objective-C): Improve indexing.
3894 (Objective-C): Add references to "info classes" and "info
3895 selectors".
c45da7e6
EZ
3896 (Debugging Output): Improve wording. Document "set/show debug
3897 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
3898 (Set Breaks): Add index entry for "hardware breakpoints".
3899 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
3900 and "set/show usehardbreakpoints".
3901 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
3902 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
3903 (ARM): Document "rdilogfile", "rdilogenable", "set/show
3904 rdiromatzero", "set/show rdiheartbeat".
3905 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
3906 "sds".
3907 (Embedded Processors): Document the "sim" command.
3908 (Remote): Document the "remote" command.
3909 (DJGPP Native): Document the "info serial" command.
3910 (Threads): Document "maint info sol-threads".
3911 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
3912 (Set Breaks): Improve indexing.
3913 (Command Syntax): Add a reference to dont-repeat.
3914 (Define): Document "dont-repeat".
3915 (TUI Commands): Document "tabset".
3916 (WinCE): New subsection. Document "set/show remotedirectory",
3917 "set/show remoteupload", "set/show remoteaddhost".
721c2651 3918
14d6dd68
EZ
39192005-04-15 Eli Zaretskii <eliz@gnu.org>
3920
3921 * gdb.texinfo (Hurd Native): New subsection, documents
3922 Hurd-specific commands.
a64548ea 3923 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 3924 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
3925 (MIPS): Improve documentation of heuristic-fence-post. Document
3926 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
3927 mips stack-arg-size", "set/show mips mask-address", "set/show mips
3928 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 3929 (ARM): Document ARM-specific commands.
a64548ea
EZ
3930 (AVR): New section. Document "info io_registers".
3931 (CRIS): New section. Document "set/show cris-version" and
3932 "set/show cris-dwarf2-cfi".
3933 (HPPA): New section. Document "set/show debug hppa" and "maint
3934 print unwind".
a5adf40f 3935 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 3936 (Super-H): New section. Document the "regs" command.
721c2651 3937 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 3938
9c16f35a
EZ
39392005-04-09 Eli Zaretskii <eliz@gnu.org>
3940
3941 * gdb.texinfo (Print Settings): Document "set/show print
3942 pascal_static-members", "set print repeats", "show print
3943 null-stop". Improve indexing. Fix documentation of "set print
3944 union".
3945 (Pascal): New section.
3946 (Supported languages): Rename from "Support"; all references
3947 updated. Add a menu item for Pascal.
3948 (Numbers): Document "set radix.
3949 (Screen Size): Document "set/show pagination".
3950 (MIPS Embedded): Remove "set processor" documentation.
3951 (Remote configuration): Document "set/show X/P/Z-packet",
3952 "set/show read-aux-vector-packet", "set/show remote
3953 symbol-lookup-packet", "set/show remote verbose-resume-packet",
3954 "set/show remoteaddresssize", "set/show remotebaud", "set/show
3955 remotedebug", "set/show remotebreak", "set/show remotedevice",
3956 "set/show remotelogfile".
3957 (Auxiliary Vector): Add reference to the description of the
3958 read-aux-vector-packet setting.
3959 (Set Watchpoints): Add a cross-reference to "set remote
3960 hardware-breakpoint-limit".
3961 (General Query Packets): Add indexing of requests and
3962 cross-references to related commands in "Remote configuration".
3963 (File-I/O Overview, The system call): Fix wording and typos.
3964 (Thread Stops): Add index entries.
3965 (Continuing and Stepping): Document "show step-mode".
3966 (i386): New node. Document "set/show struct-convention".
3967 (Files): Document "show trust-readonly-sections".
3968 (Calling): Document "set/show unwindonsignal".
3969 (Messages/Warnings): Add index entries.
3970 (Maintenance Commands): Document "set/show watchdog".
3971 (Annotations Overview): Document "show annotate".
3972 (Set Watchpoints): Add index entries.
3973 (Symbols): Fix doc of case-sensitive.
3974 (ABI): Document "show coerce-float-to-double".
3975 (Convenience Vars, Help): Improve indexing.
3976 (Machine Code): Document "show disassembly-flavor".
3977 (Debugging C plus plus): Document "show overload-resolution".
3978 (Value History, Signaling): Add index entries.
3979
39802005-04-08 Eli Zaretskii <eliz@gnu.org>
3981
3982 * gdb.texinfo (Show): Move @kindex entries to their proper places.
3983 (Processes): Fix wording.
3984 (History, List, Logging output, Define, Symbols, Print Settings):
3985 Improve indexing.
3986
a8f24a35
EZ
39872005-04-03 Eli Zaretskii <eliz@gnu.org>
3988
3989 * gdb.texinfo (Targets): Document "set/show architecture". Remove
3990 redundant index entry for "target" command.
3991 (Backtrace): Add index entries.
3992 (Symbols, Fortran): Document the "set case-sensitive" command.
3993 (DJGPP Native): Document "set com1base", "set com1irq", etc.
3994 (Print Settings): Add index entry for "set demangle-style".
3995 (Target Commands): Document "set download-write-size".
3996 (Debugging Output): Document "set exec-done-display".
3997
09d4efe1
EZ
39982005-04-02 Eli Zaretskii <eliz@gnu.org>
3999
4000 * gdb.texinfo (Files): Fix the name and documentation of
4001 add-shared-symbol-files. Document its alias assf. Update the
4002 list of OSs where GDB supports shared libraries. Fix markup.
4003 (Continuing and Stepping): Add reference to @var{location} in the
4004 text.
4005 (Dump/Restore Files): Fix reference to @{filename}.
4006 (Help): Fix wording.
4007 (Attach): Ditto.
4008 (Set Watchpoints): Ditto.
4009 (Backtrace): Remove redundant index entries. Improve index
4010 entries.
4011 (Delete Breaks): Fix wording.
4012 (Memory): Document the compare-sections command.
4013 (Memory Region Attributes): Improve wording.
4014 (Disabling): Improve wording.
4015 (Fortran): New subsection. Document the "info common" command.
4016 (Help): Document aliases "info copying" and "info warranty".
4017 (Caching Remote Data): New section. Document the "set/show
4018 remotecache" and "info dcache" commands.
4019 (Show): Fix wording of the documentation of the "set
4020 extension-language" command.
4021 (Signals): Add index entry for "info handle".
4022 (Memory Region Attributes): Fix punctuation.
4023 (Symbols): Change the arg name to "location" and refer to it in
4024 the text. Fix wording of "info types" doc.
4025 (Threads): Fix usage of @enumerate @item's.
4026 (Listing Tracepoints): Add index entry for "info tp".
4027 (Set Watchpoints): Add xref to "info break" description.
4028 (Macros): Add an index entry for "macro exp1". Document the
4029 "macro list" command.
4030 (Maintenance Commands): Document "flushregs", "maint agent",
4031 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4032 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4033 "maint print architecture", "maint print objfiles", "maint print
4034 statistics", "maint print type", "maint show-debug-regs", "maint
4035 space", "maint time", and "maint translate-address".
4036 (Connecting): Document the "monitor" command.
4037 (Annotations Overview): Describe the "set annotate" command.
4038
82f2d802
EZ
40392005-04-01 Eli Zaretskii <eliz@gnu.org>
4040
4041 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4042 Rearrange index entries and improve wording about support for
4043 hardware watchpoints.
4044
7d51c7de
BR
40452005-03-10 Bob Rossi <bob@brasko.net>
4046
4047 * gdb.texinfo: Update copyright
4048
68c71a2e
TR
40492005-02-09 Theodore A. Roth <troth@openavr.org>
4050
4051 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4052 error.
4053
83761cbd
KB
40542005-02-03 Kevin Buettner <kevinb@redhat.com>
4055
4056 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4057
9f1c6395
MS
40582005-01-17 Michael Snyder <msnyder@redhat.com>
4059
4060 * gdb.texinfo: Fix spelling, infinte -> infinite.
4061
fbd1b305
MK
40622005-01-08 Mark Kettenis <kettenis@gnu.org>
4063
4064 * observer.texi (GDB Observers): Document "solib_loaded".
4065
3ace7edb
AC
40662005-01-07 Andrew Cagney <cagney@gnu.org>
4067
bec39cab
AC
4068 * configure.ac: Rename configure.in, require autoconf 2.59.
4069 * configure: Re-generate.
4070
3ace7edb
AC
4071 * configure.in: Replace configdirs with multiple references to
4072 AC_CONFIG_SUBDIRS.
4073 * configure: Re-generate.
5ae4183a 4074
53531fc1
AC
40752005-01-04 Andrew Cagney <cagney@gnu.org>
4076
4077 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4078 part of the version number.
4079
536ffdb7
MK
40802004-12-24 Mark Kettenis <kettenis@gnu.org>
4081
4082 * gdbint.texinfo (Algorithms): Remove description of
4083 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4084
e1aac25b
JB
40852004-12-07 Jim Blandy <jimb@redhat.com>
4086
4087 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4088 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4089 numbers.
4090
f47b1503
AS
40912004-12-07 Andreas Schwab <schwab@suse.de>
4092
4093 * gdb.texinfo (Mode Options): Document -l option.
4094
b6b8ece6
EZ
40952004-12-04 Eli Zaretskii <eliz@gnu.org>
4096
4097 * gdbint.texinfo (Algorithms): More accurate description of
4098 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4099 is not needed unless data-read and data-access watchpoints are
4100 supported. Add a description of how GDB checks whether the
4101 inferior stopped because a watchpoint was hit.
4102
01371747
EZ
41032004-11-23 Eli Zaretskii <eliz@gnu.org>
4104
4105 * gdb.texinfo (Files): Add cross-reference to description of
4106 -readnow command-line switch.
4107
2315ffec
RC
41082004-11-10 Randolph Chung <tausq@debian.org>
4109
4110 * gdb.texinfo: Document set/show backtrace past-entry commands.
4111 Rearrange index entries for set/show backtrace past-main.
4112
69065f5d
AC
41132004-11-10 Jon Beniston <jon@beniston.com>
4114
4115 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4116 * gdb.texinfo (Remote Serial Protocol): Further describe
4117 binary transfer escaping mechanism .
69065f5d 4118
30e91e0b
RC
41192004-11-08 Randolph Chung <tausq@debian.org>
4120
4121 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4122 and "show debug infrun". Add index entries.
4123
60bf7e09
EZ
41242004-10-23 Eli Zaretskii <eliz@gnu.org>
4125
4126 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4127 "info proc" that are already implemented. Add index entries.
4128 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4129 (Files): Add a tip for decreasing memory used for symtabs from
4130 shared libraries.
f018e82f
EZ
4131 (Starting): Fix whitespace; make "elaboration" stand out where it
4132 is first used, and add an index entry for the term.
f8568604
EZ
4133 (Calling): Expand and elaborate text. Add "print". Add the
4134 description of problems with weak aliases.
384ee23f 4135 (Core File Generation): New section.
60bf7e09 4136
d52fe014
AC
41372004-10-12 Andrew Cagney <cagney@gnu.org>
4138
4139 * gdbint.texinfo (Versions and Branches): New chapter.
4140 (Releasing GDB): Delete "Versions and Branches" section.
4141 (Top): Add "Versions and Branches".
4142
703663ab
EZ
41432004-10-08 Eli Zaretskii <eliz@gnu.org>
4144
4145 * gdb.texinfo (Editing, History): Add cross-references to the
4146 included Readline and History user documentation. Remove
4147 references to the symbol have-readline-appendices which is unused
4148 and undefined.
4149 (History): Fix indexing.
4150
ac77d04f
JJ
41512004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4152
4153 * gdbint.texinfo (target_stopped_data_address): Update to
4154 new prototype.
4155 (i386_stopped_data_address): Update prototype and description.
4156 (i386_stopped_by_watchpoint): New function and description.
4157
e07c999f
PH
41582004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4159
4160 * gdb.texinfo (Filenames): Add Ada suffixes.
4161 (Ada) New section.
4162
2e868123
AC
41632004-09-27 Andrew Cagney <cagney@gnu.org>
4164 Robert Picco <Robert.Picco@hp.com>
4165
4166 * gdb.texinfo (Packets): Document the "p" packet.
4167
02a57714
JM
41682004-09-21 Jason Molenda (jmolenda@apple.com)
4169
4170 * gdb.texinfo (Paths and Names of the Source Files): Document the
4171 meaning of values in the 'desc' field of a SO stab.
4172
ae038cb0
DJ
41732004-09-20 Daniel Jacobowitz <dan@debian.org>
4174
4175 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4176 max-cache-age" and "maint show dwarf2 max-cache-age".
4177
f7dc1244
EZ
41782004-09-16 Eli Zaretskii <eliz@gnu.org>
4179
4180 * gdb.texinfo (Set Breaks): Add index entry for setting
4181 breakpoints on overloaded C++ functions that are not members of
4182 any classes. Add an example and an index entry for setting
4183 breakpoints on all program functions.
4184 (Character Sets, Macros, Overlay Commands)
4185 (Non-debug DLL symbols, GDB/MI Output Syntax)
4186 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4187 Use "(@value{GDBP})" instead of a literal "(gdb)".
4188
f810308b
AC
41892004-09-12 Andrew Cagney <cagney@gnu.org>
4190
4191 * gdbint.texinfo (Native Debugging): Delete description of
4192 FILES_INFO_HOOK.
4193
15a661f3
PH
41942004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4195
5ae4183a
AS
4196 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4197 to hex_string_custom (not historically correct, but more
15a661f3
PH
4198 understandable, given the current code).
4199
f3219c75
AC
42002004-09-03 Andrew Cagney <cagney@gnu.org>
4201
4202 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4203
f3bb6704
JJ
42042004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4205
4206 * observer.texi (solib_unloaded): New observer.
4207
8d2c00cb
AC
42082004-08-24 Andrew Cagney <cagney@gnu.org>
4209
4210 * gdbint.texinfo (Target Architecture Definition): Add missing
4211 comma.
4212
e7dc800a
MC
42132004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4214
4215 * (Using the Testsuite): build != host is supported,
4216 but some test scripts do not support build != host.
4217
73b03683
MK
42182004-08-14 Mark Kettenis <kettenis@gnu.org>
4219
4220 * gdbint.texinfo (Host Definition): Delete description of
4221 FCLOSE_PROVIDED and GETENV_PROVIDED.
4222
c0ccb908
MK
42232004-08-05 Mark Kettenis <kettenis@chello.nl>
4224
4225 * gdbint.texinfo (Host Definition): Delete description of
4226 NO_SYS_FILE.
4227 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4228 PTRACE_FP_BUG.
4229
9c8dbfa9
AC
42302004-08-05 Andrew Cagney <cagney@gnu.org>
4231
4232 * gdbint.texinfo (Target Architecture Definition): Delete
4233 reference to deprecated_read_fp.
4234
f42accbe
AC
42352004-08-02 Andrew Cagney <cagney@gnu.org>
4236
4237 * gdbint.texinfo (Target Architecture Definition): Delete
4238 description of DEPRECATED_REGISTER_BYTES.
4239
0b66e38c
EZ
42402004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4241
4242 * gdb.texinfo (Source Path): Document the new behavior of
4243 searching for the source files.
4244
15387254
EZ
42452004-07-17 Eli Zaretskii <eliz@gnu.org>
4246
4247 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4248 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4249 (Auto Display): Improve indexing.
4250
2c07db7a
AC
42512004-07-16 Andrew Cagney <cagney@gnu.org>
4252
4253 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4254 "-noasync".
4255
4644b6e3
EZ
42562004-07-09 Eli Zaretskii <eliz@gnu.org>
4257
4258 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4259 have the same prefix have only their prefix in the index.
4260
7561d450
MK
42612004-07-03 Mark Kettenis <kettenis@gnu.org>
4262
4263 * gdb.texinfo (BSD libkvm Interface): New node (section)
4264 (Native): Add it to the menu.
4265
67bebe79
MK
42662004-07-01 Mark Kettenis <kettenis@gnu.org>
4267
4268 * gdbint.texinfo (Target Architecture Definition): Remove
4269 PCC_SOL_BROKEN.
4270
1a6923e0
MK
42712004-06-24 Mark Kettenis <kettenis@gnu.org>
4272
4273 * gdbint.texinfo (Target Architecture Definition): Remove
4274 SUN_FIXED_LBRAC_BUG.
4275
b435e160
AC
42762004-06-26 Andrew Cagney <cagney@gnu.org>
4277
4278 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4279
b5622e8d
AC
42802004-06-20 Andrew Cagney <cagney@gnu.org>
4281
4282 * gdbint.texinfo (Target Architecture Definition): Deprecate
4283 USE_STRUCT_CONVENTION.
4284
e0c07bf0
MC
42852004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4286
4287 gdb.texinfo (Bug Reporting): Mention session recording,
4288 with the script command or Emacs.
4289
782263ab
AC
42902004-06-18 Andrew Cagney <cagney@gnu.org>
4291
4292 * gdbint.texinfo (Target Architecture Definition): Deprecate
4293 FUNCTION_START_OFFSET.
4294
03727ca6
AC
42952004-06-14 Andrew Cagney <cagney@gnu.org>
4296
4297 Based on changes from Karl Berry.
4298 * gdb.texinfo: Do not use @sc in a direntry.
4299 * stabs.texinfo: Change @dircateogry to "Software development".
4300 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4301
97092415
AC
43022004-06-13 Andrew Cagney <cagney@gnu.org>
4303
4304 * gdbint.texinfo (Target Architecture Definition): Delete
4305 description of RETURN_VALUE_ON_STACK.
4306
1f6d4158
AC
43072004-06-09 Andrew Cagney <cagney@gnu.org>
4308
4309 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4310 deleted by previous patch.
4311
d966f0cb
AC
43122004-06-08 Andrew Cagney <cagney@gnu.org>
4313
4314 * gdbint.texinfo (Native Debugging): Delete documentation on
4315 ATTACH_DETACH.
4316
86fe4aaa
RC
43172004-06-06 Randolph Chung <tausq@debian.org>
4318
4319 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4320
d4b6d575
RC
43212004-06-06 Randolph Chung <tausq@debian.org>
4322
5ae4183a 4323 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
4324 the new push_dummy_call method signature. Describe the function
4325 argument.
4326
4e8b0763
JB
43272004-05-24 Joel Brobecker <brobecker@gnat.com>
4328
4329 * gdb.texinfo (Starting): Document new start command.
4330
59caf092
AC
43312004-05-21 Andrew Cagney <cagney@redhat.com>
4332
4333 * observer.texi (GDB Observers): Document "inferior_created".
4334
e4a2df64
AC
43352004-05-08 Andrew Cagney <cagney@redhat.com>
4336
e6b55ae2
AC
4337 * gdbint.texinfo (Target Architecture Definition): Delete
4338 description of DO_DEFERRED_STORES.
4339
28954179
AC
4340 * gdbint.texinfo (Target Architecture Definition): Delete
4341 references to DEPRECATED_FIX_CALL_DUMMY.
4342
434b87dd
AC
4343 * gdbint.texinfo (Target Architecture Definition): Delete
4344 description of DEPRECATED_CALL_DUMMY_WORDS,
4345 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4346
58d28df8
AC
4347 * gdbint.texinfo (Target Architecture Definition): Delete
4348 description of DEPRECATED_PUSH_DUMMY_FRAME.
4349
e4a2df64
AC
4350 * gdbint.texinfo (Target Architecture Definition): Delete
4351 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4352
2b4855ab
AC
43532004-05-07 Andrew Cagney <cagney@redhat.com>
4354
4355 * observer.texi (GDB Observers): Add "Debugging" section. Include
4356 cross reference to "set/show debug observer".
4357 * gdb.texinfo (Debugging Output): Document "set/show debug
4358 observer".
4359
fcf70625
AC
43602004-05-01 Andrew Cagney <cagney@redhat.com>
4361
4362 * gdbint.texinfo (Target Architecture Definition): Delete
4363 description of DEPRECATED_PC_IN_SIGTRAMP.
4364
8ee56bcf
AC
43652004-04-30 Andrew Cagney <cagney@redhat.com>
4366
4367 * gdbint.texinfo (Target Architecture Definition): Delete
4368 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4369
67ab9a76
OF
43702004-04-30 Orjan Friberg <orjanf@axis.com>
4371
4372 * observer.texi (GDB Observers): Correct spelling.
4373
79346bcb
OF
43742004-04-26 Orjan Friberg <orjanf@axis.com>
4375
4376 * observer.texi (GDB Observers): Add target_changed event.
4377
7a464420
AC
43782004-04-08 Andrew Cagney <cagney@redhat.com>
4379
4380 * observer.texi (GDB Observers): Rework, provide generic observer
4381 definitions and then a list of observable events.
4382
6cdf9d98
AC
43832004-04-04 Andrew Cagney <cagney@redhat.com>
4384
4385 * gdbint.texinfo (Host Definition): Delete reference to
4386 NO_SIGINTERRUPT.
4387
ddc135a4
AC
43882004-04-02 Andrew Cagney <cagney@redhat.com>
4389
4390 * gdbint.texinfo (Target Architecture Definition): Delete
4391 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4392
6a1b180d
SC
43932004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4394
4395 * gdb.texinfo (TUI Commands): Document tui reg commands.
4396
d0d5df6f
AC
43972004-03-26 Andrew Cagney <cagney@redhat.com>
4398
4399 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4400 "gdbtui".
4401 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4402 (Contributors): Mention both Text and Terminal User Interface.
4403
aa2a3f87
AC
44042004-03-23 Andrew Cagney <cagney@redhat.com>
4405
4406 * gdbint.texinfo (Target Architecture Definition): Deprecate
4407 references to SIGTRAMP_START and SIGTRAMP_END.
4408
f561f026
AC
44092004-03-23 Andrew Cagney <cagney@redhat.com>
4410
4411 * gdbint.texinfo (Target Architecture Definition): Deprecate
4412 references to PC_IN_SIGTRAMP.
4413
33cb8b0f
AC
44142004-03-19 Andrew Cagney <cagney@redhat.com>
4415
4416 * gdbint.texinfo (Target Architecture Definition): Delete
4417 reference to GDB_TARGET_IS_HPPA.
4418
fc989b7a
AC
44192004-03-18 Andrew Cagney <cagney@redhat.com>
4420
4421 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4422 describe pre_init and post_init.
4423
701b08bb
DJ
44242004-03-09 Daniel Jacobowitz <drow@mvista.com>
4425
4426 * gdb.texinfo (Debugging Output): Document values for "set debug
4427 target".
4428
faae5abe
AC
44292004-02-28 Andrew Cagney <cagney@redhat.com>
4430
4431 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4432
dd79a6cf
JJ
44332004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4434
4435 * gdb.texinfo (breakpoints): Add information about the
4436 new "set breakpoint pending" and "show breakpoint pending"
4437 commands.
4438
e7f16015
AC
44392004-02-26 Andrew Cagney <cagney@redhat.com>
4440
4441 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4442 in Per-architecture module data section.
4443
7161a3a6
RM
44442004-02-25 Roland McGrath <roland@redhat.com>
4445
4446 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4447
2154891a
AC
44482004-02-24 Andrew Cagney <cagney@redhat.com>
4449
4450 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4451 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4452 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 4453
6c74ac8b
AC
44542004-02-17 Andrew Cagney <cagney@redhat.com>
4455
4456 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4457
19772a2c
AC
44582004-02-16 Andrew Cagney <cagney@redhat.com>
4459
4460 * gdbint.texinfo (Target Architecture Definition): Deprecate
4461 FRAMELESS_FUNCTION_INVOCATION.
4462
c9830293
AC
44632004-02-16 Andrew Cagney <cagney@redhat.com>
4464
4465 * gdbint.texinfo (Coding): Mention -Wunused-function.
4466
b9d26eb9
AC
44672004-02-14 Andrew Cagney <cagney@redhat.com>
4468
4469 * gdbint.texinfo (Target Architecture Definition): Delete
4470 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4471
49efadf5
EZ
44722004-02-12 Elena Zannoni <ezannoni@redhat.com>
4473
4474 * gdb.texinfo: Properly quote the name "C++".
4475 * gdbint.texinfo: Ditto.
4476 * stabs.texinfo: Ditto.
4477
1eb288ea
EZ
44782004-02-11 Elena Zannoni <ezannoni@redhat.com>
4479
4480 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4481 minimal information about libiberty.
4482
e4937fc1
MC
44832004-02-06 Michael Chastain <mec.gnu@mindspring.com>
4484
4485 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4486
a9331b3f
RM
44872004-02-04 Roland McGrath <roland@redhat.com>
4488
4489 * gdb.texinfo (Auxiliary Vector): New node (section).
4490 (Data): Add it to the menu.
4491
2650777c
JJ
44922004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4493
4494 * gdb.texinfo (Breakpoints): Add information about pending
4495 breakpoint support.
4496
b4501125
AC
44972004-01-26 Andrew Cagney <cagney@redhat.com>
4498
4499 * gdb.texinfo (Overview): Delete references to the cisco protocol
4500 including the "N" response.
4501
74055713
AC
45022004-01-26 Andrew Cagney <cagney@redhat.com>
4503
4504 * gdbint.texinfo (Target Architecture Definition): Rename
4505 EXTRACT_STRUCT_VALUE_ADDRESS to
4506 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 4507
3bbe9696
EZ
45082004-01-24 Eli Zaretskii <eliz@gnu.org>
4509
4510 * gdb.texinfo (KOD): Document "show os". Add index entries for
4511 "set/show os" and "info cisco" commands.
4512
5843504f
EZ
45132004-01-21 Eli Zaretskii <eliz@gnu.org>
4514
4515 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
4516
9175c9a3
MC
45172004-01-19 Michael Chastain <mec.gnu@mindspring.com>
4518
4519 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
4520 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
4521
8e94b928
NR
45222004-01-19 Nick Roberts <nick@nick.uklinux.net>
4523
4524 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
4525 -stack-list-locals.
4526 (GDB/MI Variable Objects): Describe extension to
4527 -var-list-children.
4528
a20cf136
DJ
45292004-01-17 Daniel Jacobowitz <drow@mvista.com>
4530
4531 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
4532
afb18d0f
AC
45332004-01-17 Andrew Cagney <cagney@redhat.com>
4534
4535 * gdbint.texinfo (Target Architecture Definition): Delete
4536 documentation on DEPRECATED_NPC_REGNUM.
4537
b51970ac
DJ
45382004-01-13 Daniel Jacobowitz <drow@mvista.com>
4539
4540 * gdb.texinfo: Update copyright year. Mention that set
4541 follow-fork-mode is supported on GNU/Linux. Remove documentation of
4542 "set follow-fork-mode ask".
4543
0f0cffd2
AC
45442004-01-13 Andrew Cagney <cagney@redhat.com>
4545
4546 * gdbint.texinfo: Update copyright year.
4547 (Coding): Add -Wunused-label to list of -Werror warnings.
4548
c552b3bb 45492004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 4550 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
4551
4552 * gdb.texinfo: Update copyright.
4553 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
4554 around names, as appropriate. Minor syntax cleanup of
4555 _NSPrintForDebugger explanation. Two spaces after periods.
4556 GDBN used instead of lit. "gdb". Index entries added for
4557 print-object and _NSPrintForDebugger. @noindent added in one spot.
4558
afe157ca
EZ
45592003-11-11 Elena Zannoni <ezannoni@redhat.com>
4560
4561 * stabs.texinfo: Add dircategory and direntry commands.
4562 * annotate.texinfo: Ditto.
4563
963e2bb7
AC
45642003-11-10 Andrew Cagney <cagney@redhat.com>
4565
4566 * gdbint.texinfo (Target Architecture Definition): Replace the
4567 return_value method's "inval" and "outval" parameters with
4568 "readbuf" and "writebuf".
4569
1d8b2f28
JB
45702003-10-28 Jim Blandy <jimb@redhat.com>
4571
4572 * gdb.texinfo (The F request packet, The F reply packet): Renamed
4573 from "The `F' request packet" and "The `F' reply packet", to make
4574 texi2dvi happy.
4575 (File-I/O remote protocol extension): Update menu entries, too.
4576
36d86913
MC
45772003-10-26 Michael Chastain <mec@shout.net>
4578
4579 * gdb.texinfo (Thread Stops): Document the issue with
4580 premature return from system calls in multi-threaded programs.
4581
ce2826aa
AC
45822003-10-24 Andrew Cagney <cagney@redhat.com>
4583
4584 * annotate.texinfo: Fix "fortunatly"[sic].
4585
f24c5e49
KI
45862003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
4587
4588 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
4589 with "Hitachi" and "Mitsubishi".
4590
92ad9cd9
AC
45912003-10-20 Andrew Cagney <cagney@redhat.com>
4592
4593 * gdbint.texinfo (Target Architecture Definition): Document
4594 gdbarch_return_value. Add cross references from
4595 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
4596 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
4597
0ab4b752
MK
45982003-10-18 Mark Kettenis <kettenis@gnu.org>
4599
4600 * gdbint.texinfo (Target Architecture Definition): Document
4601 regset_from_core_section.
fb3e19c0
KI
4602
46032003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
4604
4605 * gdb.texinfo (M32R/D): Mention m32rsdi target.
4606
a9331b3f 46072003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
4608
4609 From Anthony Green <green@redhat.com>:
5ae4183a 4610 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 4611
1485d690
KB
46122003-10-14 Kevin Buettner <kevinb@redhat.com>
4613
889bf7c5
PA
4614 * gdb.texinfo (Breakpoint related warnings): New node.
4615 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 4616
86d30acc
DJ
46172003-10-13 Daniel Jacobowitz <drow@mvista.com>
4618
4619 * gdb.texinfo (Remote Protocol): Document v and vCont.
4620
172c2a43
KI
46212003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
4622
4623 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
4624 * gdbint.texinfo: Ditto.
4625
71952f4c
AC
46262003-10-09 Andrew Cagney <cagney@redhat.com>
4627
4628 From 2003-09-18 David Anderson <davea@sgi.com>:
4629 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
4630 "command".
4631
268e2188
AC
46322003-10-03 Andrew Cagney <cagney@redhat.com>
4633
4634 * gdbint.texinfo (Target Architecture Definition): Deprecate
4635 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
4636 just target.
4637
12c266ea 46382003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 4639
f30992d4 4640 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
4641 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
4642 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
4643 * gdbint.texinfo (Target Architecture Definition): Rename
4644
46452003-09-30 Andrew Cagney <cagney@redhat.com>
4646
f30992d4 4647 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 4648 (Target Architecture Definition):
f30992d4 4649
2e092625
AC
4650 * gdbint.texinfo (Target Architecture Definition): Rename
4651 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
4652
0717ae8a
AC
46532003-09-29 Andrew Cagney <cagney@redhat.com>
4654
dad809b7
AC
4655 * gdbint.texinfo (Target Architecture Definition): Delete
4656 documentation for NEED_TEXT_START_END.
4657
0717ae8a
AC
4658 * gdbint.texinfo (Target Architecture Definition): Rename
4659 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
4660 TARGET_WRITE_PC.
a9331b3f 4661
af6cf26d
MC
46622003-09-22 Michael Chastain <mec@shout.net>
4663
4664 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
4665
ee206350
AG
46662003-09-21 Anthony Green <green@redhat.com>
4667
4668 * gdbint.texinfo (Target Architecture Definition): Fix typos.
4669
a38c9fe6
MK
46702003-09-21 Mark Kettenis <kettenis@gnu.org>
4671
4672 * gdbint.texinfo (Target Architecture Definition): Document
4673 stabs_argument_has_addr.
4674
77949794
AC
46752003-09-18 Andrew Cagney <cagney@redhat.com>
4676
4677 * gdbint.texinfo (Target Architecture Definition): Delete
4678 documentation on REGISTER_NAMES.
4679
8e823e25
MK
46802003-09-13 Mark Kettenis <kettenis@gnu.org>
4681
4682 * gdbint.texinfo (Target Architecture Definition): Replace
4683 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
4684
f27dd7fd
AC
46852003-09-11 Andrew Cagney <cagney@redhat.com>
4686
4687 * gdbint.texinfo (Target Architecture Definition): Replace
4688 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
4689
8b148df9
AC
46902003-08-18 Andrew Cagney <cagney@redhat.com>
4691
4692 * gdbint.texinfo (Target Architecture Definition): Document
4693 "frame_red_zone_size".
4694
25d29d70
AC
46952003-08-09 Andrew Cagney <cagney@redhat.com>
4696
4697 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
4698 with "set/show backtrace past-main" and "set/show backtrace
4699 limit".
4700
c938e9b0
L
47012003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4702
4703 * Makefile.in (install-info): Support DESTDIR.
4704 (install-html): Likewise.
4705
64fabec2
AC
47062003-08-07 Andrew Cagney <cagney@redhat.com>
4707
4708 Patch from Nick Roberts.
4709 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
4710 bindings. Remove description of send-gdb-command.
4711
2fcf52f0
AC
47122003-08-07 Andrew Cagney <cagney@redhat.com>
4713
4714 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
4715 GDB 6.0.
4716
086432e2
AC
47172003-08-06 Andrew Cagney <cagney@redhat.com>
4718
4719 * gdb.texinfo (Mode Options): Mention that level three is the
4720 highest available and that level 2 is deprecated.
4721 (Annotations Overview): Mention annotation levels. Cross reference
4722 to "Limitations of the Annotation Interface" in annotate.texi.
4723 (TODO, Value Annotations, Frame Annotations): Delete section.
4724 (Displays, Breakpoint Info): Delete.
4725
e5249f67
AC
47262003-08-04 Andrew Cagney <cagney@redhat.com>
4727
4728 * agentexpr.texi: Delete @bye.
4729 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
4730 (stabs.info): Add $(srcdir) to include search path.
4731 (html): Depend on "annotate_toc.html", and not "annotate.html".
4732 * stabs.texinfo: Ditto. Include "fdl.texi".
4733 * gdbint.texinfo: Update copyright statement's list of invariant
4734 sections.
4735
e6f672d2
AC
47362003-07-28 Andrew Cagney <cagney@redhat.com>
4737
4738 * Makefile.in (INFO_DEPS): Add annotate.info.
4739 (dvi, ps, html, pdf): Add annotate.
4740 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
4741 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
4742 (ANNOTATE_DOC_FILES): New macro.
4743 (ANNOTATE_TEX_TMPS): New macro.
4744 (annotate.info, annotate_toc.html): Specify dependencies.
4745 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
4746 * annotate.texinfo: Rename annotate.texi. Get building. Add
4747 "Migrating to GDB/MI" and "Limitations of the Annotation
4748 Interface" chapters. Mention why it is not part of the user
4749 guide. Update copyright notice. Include "fdl.texi".
4750
72ffddc9
SC
47512003-07-26 Stephane Carrez <stcarrez@nerim.fr>
4752
4753 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
4754
a9f12a31
DJ
47552003-07-24 Daniel Jacobowitz <drow@mvista.com>
4756
4757 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
4758
b1fe9455
DJ
47592003-07-24 Daniel Jacobowitz <drow@mvista.com>
4760
4761 * gdb.texinfo (Server): Mention pidof.
4762
153721e6
AC
47632003-07-22 Andrew Cagney <cagney@redhat.com>
4764
4765 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
4766 list.
4767
0fac0b41
DJ
47682003-06-28 Daniel Jacobowitz <drow@mvista.com>
4769
4770 * gdb.texinfo (Logging output): New chapter.
4771
4e562065
JB
47722003-06-24 Joel Brobecker <brobecker@gnat.com>
4773
4774 * gdb.texinfo (Unsupported languages): New section.
4775 (Languages): Add link to new section.
4776
f2c06f52
AC
47772003-06-22 Andrew Cagney <cagney@redhat.com>
4778
4779 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
4780
b4177fca
DJ
47812003-06-22 Daniel Jacobowitz <drow@mvista.com>
4782
4783 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
4784
f418dd93
DJ
47852003-06-22 Daniel Jacobowitz <drow@mvista.com>
4786
4787 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
4788 * agentexpr.texi: Retitle section, and change it to an appendix.
4789 Comment out texinfo initialization. Factor a @var{} into two
4790 pieces to prevent makeinfo warnings.
4791 * gdb.texinfo: Add Agent Expressions appendix.
4792
4ca61388
DJ
47932003-06-19 Daniel Jacobowitz <drow@mvista.com>
4794
4795 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
4796
07f31aa6
DJ
47972003-06-18 Daniel Jacobowitz <drow@mvista.com>
4798
5ae4183a 4799 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
4800 remote target". Document the "detach" and "disconnect" commands.
4801 (Server, Netware, Debug Session): Reference "Connecting to a
4802 remote target".
4803 (GDB/MI Target Manipulation): Document "-target-disconnect".
4804
2dd0da42
AC
48052003-06-13 Andrew Cagney <cagney@redhat.com>
4806
4807 * gdbint.texinfo (Target Architecture Definition): Deprecate
4808 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
4809 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
4810
e7a3abfc
JB
48112003-06-09 Jim Blandy <jimb@redhat.com>
4812
4813 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
4814
25e3a86b
AC
48152003-06-08 Andrew Cagney <cagney@redhat.com>
4816
4817 * gdbint.texinfo (Target Architecture Definition): Delete
4818 documentation on FRAME_ARGS_ADDRESS_CORRECT.
4819
a9e5fdc2
AC
48202003-06-08 Andrew Cagney <cagney@redhat.com>
4821
4822 * gdbint.texinfo (Target Architecture Definition): Document
4823 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
4824
b37303ee
AF
48252003-06-07 Adam Fedor <fedor@gnu.org>
4826
4827 * gdb.texinfo: Add Objective-C documentation.
4828
39fe6e80
AC
48292003-06-01 Andrew Cagney <cagney@redhat.com>
4830
4831 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
4832 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
4833
125309b2
AC
48342003-05-21 Andrew Cagney <cagney@redhat.com>
4835
4836 * gdbint.texinfo (Target Architecture Definition): Delete
4837 references to "extract_address" and "store_address".
4838
b8b527c5
AC
48392003-05-16 Andrew Cagney <cagney@redhat.com>
4840
4841 * gdbint.texinfo (Target Architecture Definition): Replace
4842 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
4843 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
4844
50e3ee83
TR
48452003-05-14 Theodore A. Roth <troth@openavr.org>
4846
4847 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
4848
44e2be90
L
48492003-05-10 H.J. Lu <hongjiu.lu@intel.com>
4850
4851 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
4852 (gdb.dvi): Likewise.
4853 (gdb.pdf): Likewise.
4854 (links2roff): Likewise.
4855
df5215a6
JB
48562003-05-08 Jim Blandy <jimb@redhat.com>
4857
4858 * gdb.texinfo (Dump/Restore Files): Update documentation for
4859 'dump', 'append', and 'restore': note that format argument is
4860 optional; simplify presentation of the command variants; and be
4861 more precise about the formats.
4862
5e7b2f39
JB
48632003-05-07 Jim Blandy <jimb@redhat.com>
4864
4865 * gdb.texinfo (Symbols): Update documentation: 'maint list
4866 symtabs' and 'maint list psymtabs' have been renamed 'maint info
4867 symtabs' and 'maint info psymtabs'.
4868
b1e29e33
AC
48692003-05-05 Andrew Cagney <cagney@redhat.com>
4870
4871 * gdbint.texinfo (Target Architecture Definition): Make
4872 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
4873 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
4874 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
4875
00905d52
AC
48762003-05-04 Andrew Cagney <cagney@redhat.com>
4877
4878 * gdb.texinfo (Maintenance Commands): Document "maint print
4879 dummy-frames".
4880
54ff5908
AC
48812003-05-04 Andrew Cagney <cagney@redhat.com>
4882
4883 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
4884
32e7087d
JB
48852003-05-03 J. Brobecker <brobecker@gnat.com>
4886
4887 Thierry Schneider <tpschneider1@yahoo.com>
4888 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
4889 for new MI command.
4890
7043d8dc
AC
48912003-05-03 Andrew Cagney <cagney@redhat.com>
4892
4893 * gdbint.texinfo (Target Architecture Definition): Document
4894 push_dummy_code. Add cross references.
4895
e33d66ec
EZ
48962003-05-02 Elena Zannoni <ezannoni@redhat.com>
4897
4898 * gdb.texinfo (Character Sets): Update to reflect new behavior of
4899 set/show charsets commands.
4900
0ba6dca9
AC
49012003-04-28 Andrew Cagney <cagney@redhat.com>
4902
4903 * gdbint.texinfo (Target Architecture Definition): Replace
4904 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
4905 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
4906
d7a27068
AC
49072003-04-28 Andrew Cagney <cagney@redhat.com>
4908
4909 * gdbint.texinfo (Target Architecture Definition): Rename
4910 "tm_print_insn" to "deprecated_tm_print_insn".
4911
44ea7b70
JB
49122003-04-09 Jim Blandy <jimb@redhat.com>
4913
4914 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
4915 list psymtabs'.
4916
fb8f8949
AC
49172003-04-08 Andrew Cagney <cagney@redhat.com>
4918
4919 * gdbint.texinfo (Target Architecture Definition): Delete
4920 references to EXTRA_FRAME_INFO.
4921
32fb0f22
AC
49222003-04-08 Andrew Cagney <cagney@redhat.com>
4923
4924 * gdbint.texinfo (Target Architecture Definition): Delete
4925 PRINT_TYPELESS_INTEGER.
4926
6be67e67
JB
49272003-04-02 J. Brobecker <brobecker@gnat.com>
4928
4929 * observer.texi (GDB Observers): Adjust the documentation for the
4930 normal_stop notification to better describe reality. Fix a couple
4931 of minor typos.
4932
4e35d5f0
BR
49332003-04-02 Bob Rossi <bob_rossi@cox.net>
4934
a9331b3f 4935 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
4936 '-file-list-exec-source-file'
4937
e8a8712a
AC
49382003-03-31 Andrew Cagney <cagney@redhat.com>
4939
4940 * gdbint.texinfo (Target Architecture Definition): Delete
4941 references to CALL_DUMMY_P.
4942
6c0e89ed
AC
49432003-03-30 Andrew Cagney <cagney@redhat.com>
4944
4945 * gdbint.texinfo (Target Architecture Definition): Remove
4946 reference to TARGET_WRITE_SP.
a9331b3f 4947
378bfd1b
AC
49482003-03-27 Andrew Cagney <cagney@redhat.com>
4949
4950 * gdbint.texinfo (Target Architecture Definition): Remove
4951 references to write_sp.
6c0e89ed 4952
922fbb7b
AC
49532003-03-27 Andrew Cagney <cagney@redhat.com>
4954
4955 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
4956 chapter body. Use @smallexample instead of @example.
4957 (Annotations): Ditto.
4958 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
4959 annotate.texi.
4960
b81774d8
AC
49612003-03-26 Andrew Cagney <cagney@redhat.com>
4962
4963 * gdbint.texinfo (Target Architecture Definition): Replace
4964 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
4965 dummy_addr parameters.
4966
1bf6d5cc
AC
49672003-03-25 Andrew Cagney <cagney@redhat.com>
4968
4969 * gdbint.texinfo (Target Architecture Definition): Delete
4970 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
4971 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4972 Add reference to PUSH_ARGUMENTS.
4973
618ce49f
AC
49742003-03-23 Andrew Cagney <cagney@redhat.com>
4975
4976 * gdbint.texinfo (Algorithms, Target Architecture Definition):
4977 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
4978
bcd7e15f
JB
49792003-03-18 J. Brobecker <brobecker@gnat.com>
4980
4981 * gdbint.texinfo (Algorithms): Add new section describing the
4982 Observer paradigm.
4983 (Top): Add menu entry to new observer appendix.
4984 * observer.texi: New file.
4985 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
4986 new observer.texi file.
4987
9fe8321b
AC
49882003-03-17 Andrew Cagney <cagney@redhat.com>
4989
4990 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
4991 that GNU Press update the manual version number.
4992
ac2adee5
AC
49932003-03-12 Andrew Cagney <cagney@redhat.com>
4994
4995 * gdbint.texinfo (Target Architecture Definition): Delete
4996 references to get_saved_register. Rename GET_SAVED_REGISTER to
4997 DEPRECATED_GET_SAVED_REGISTER.
4998
749b82f6
AC
49992003-03-13 Andrew Cagney <cagney@redhat.com>
5000
5001 * gdbint.texinfo (Target Architecture Definition): Replace
5002 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5003
8bedc050
AC
50042003-03-12 Andrew Cagney <cagney@redhat.com>
5005
5006 * gdbint.texinfo (Target Architecture Definition): Rename
5007 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5008
0ce1b118
CV
50092003-03-10 Corinna Vinschen <vinschen@redhat.com>
5010
5011 * gdb.texinfo: Add File-I/O documentation.
5012
12cc2063
AC
50132003-03-10 Andrew Cagney <cagney@redhat.com>
5014
5015 * gdbint.texinfo (Target Architecture Definition): Cross reference
5016 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5017
7453dc06
AC
50182003-03-07 Andrew Cagney <cagney@redhat.com>
5019
5020 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5021 frame" command.
5022
6314f104
AC
50232003-03-05 Andrew Cagney <cagney@redhat.com>
5024
5025 * gdbint.texinfo (Target Architecture Definition): Document
5026 unwind_dummy_id. Cross reference unwind_dummy_id and
5027 SAVE_DUMMY_FRAME_TOS.
5028
f1212245
DJ
50292003-03-05 James Ingham <jingham@apple.com>
5030 Daniel Jacobowitz <drow@mvista.com>
5031
5032 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5033 and "show cp-abi".
5034
77e7e267
AC
50352003-03-03 Andrew Cagney <cagney@redhat.com>
5036
5037 * gdbint.texinfo (Target Architecture Definition): Document
5038 register_type.
5039
838a8221
AC
50402003-03-03 Andrew Cagney <cagney@redhat.com>
5041
5042 * stabs.texinfo (Structures): Use @samp and separate @var's
5043 instead of a single @var containing a comma separated list.
5044 (Unions): Ditto.
5045
d7f4a264
DJ
50462003-03-02 Daniel Jacobowitz <drow@mvista.com>
5047
5048 * Makefile.in (distclean): Remove config.log.
5049
f30ee0bc
AC
50502003-03-01 Andrew Cagney <cagney@redhat.com>
5051
5052 * gdbint.texinfo (Target Architecture Definition): Rename
5053 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5054
50552003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5056
5057 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5058 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5059
be448670
CF
50602003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5061
5062 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5063 (Non-debug DLL symbols): New node, describing the minimal symbols
5064 loaded from DLLs without real debugging symbols.
5065
501eef12
AC
50662003-02-20 Andrew Cagney <ac131313@redhat.com>
5067
5068 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5069 hardware-breakpoint-limit".
5070 (Set Watchpoints): Add cross reference to "set remote
5071 hardware-watchpoint-limit".
5072 (Remote configuration options): New section.
5073
21c294e6
AC
50742003-02-04 Andrew Cagney <ac131313@redhat.com>
5075
e9be73e4
AC
5076 * gdbint.texinfo (Target Architecture Definition): Delete
5077 descrption of IS_TRAPPED_INTERNALVAR.
5078
21c294e6
AC
5079 From Keith Seitz <keiths@redhat.com>:
5080 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5081 option "-i"/"--interpreter" to this chapter. Include index
5082 entries.
5083
0179ffac
DC
50842003-02-04 David Carlton <carlton@math.stanford.edu>
5085
5086 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5087 (Variables): Recommend stabs+ and DWARF 2.
5088 (C plus plus expressions): Correct info about
5089 compiler versions, debug formats.
5090 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5091 PR symtab/874.
5092
7ca9f392
AC
50932003-02-01 Andrew Cagney <ac131313@redhat.com>
5094
5095 * gdbint.texinfo (Target Architecture Definition): Delete
5096 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5097 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5098 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5099 references to nindy and i960.
5100 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5101
31a85ea2
AC
51022003-02-01 Andrew Cagney <ac131313@redhat.com>
5103
5104 * gdbint.texinfo (Target Architecture Definition): Delete
5105 FLOAT_INFO.
5106
6b894e49
AC
51072003-01-30 Andrew Cagney <ac131313@redhat.com>
5108
5109 * stabs.texinfo (Member Type Descriptor): Clarify description of
5110 `@'. Suggested by Ben Hutchings.
5111
c48861fb
AC
51122003-01-29 Andrew Cagney <ac131313@redhat.com>
5113
5114 * gdb.texinfo (M68K): Delete reference to es1800.
5115
617073a9
AC
51162003-01-29 Andrew Cagney <ac131313@redhat.com>
5117
5118 * gdb.texinfo (Maintenance Commands): Document `maint print
5119 reggroups' and `maint print register-groups'.
5120 * gdbint.texinfo (Target Architecture Definition): Document
5121 register_reggroup_p.
5122
5b5d99cf
JB
51232003-01-23 Jim Blandy <jimb@redhat.com>
5124
5125 * gdb.texinfo (Separate Debug Files): New section.
5126
e7ba9c65
DJ
51272003-01-22 Daniel Jacobowitz <drow@mvista.com>
5128
5129 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5130 and "maint show profile".
5131
94e91d6d
MC
51322003-01-16 Michael Chastain <mec@shout.net>
5133
5134 * gdb.texinfo (Installing GDB): Warn against
5135 ".../gdb-VERSION/gdb/configure".
5136 (Separate Objdir): Likewise.
5137
867f3898
AC
51382003-01-15 Andrew Cagney <ac131313@redhat.com>
5139
5140 * gdbint.texinfo (Target Architecture Definition): Delete
5141 definition of PRINT_REGISTER_HOOK.
5142
f153cc92
EZ
51432003-01-15 Elena Zannoni <ezannoni@redhat.com>
5144
5145 (OpenRISC 1000): Fix formatting of command names.
5146
c60eb6f1
EZ
51472003-01-15 Elena Zannoni <ezannoni@redhat.com>
5148
5149 * gdb.texinfo (Continuing and Stepping): Add new command
5150 'advance'. Clarify behavior of 'until'.
5151
f5ebfba0
DJ
51522003-01-13 Daniel Jacobowitz <drow@mvista.com>
5153
5154 * gdb.texinfo (Files): Document solib-absolute-prefix and
5155 solib-search-path.
5156
4ce8657e
MC
51572003-01-09 Michael Chastain <mec@shout.net>
5158
5159 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5160 (Create a Release): Add new instructions for new @file{src-release}.
5161 Document existing instructions for @file{Makefile.in} as
5162 being for @value{GDBN} 5.3.1 or earlier.
5163
372613e3
AC
51642003-01-09 Andrew Cagney <ac131313@redhat.com>
5165
5166 * gdbint.texinfo (Target Architecture Definition): Mention
5167 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5168 allocate memory.
5169
b4e9345d
DJ
51702003-01-04 Daniel Jacobowitz <drow@mvista.com>
5171
5172 * gdb.texinfo (Controlling GDB): Add @kindex for
5173 "show osabi".
5174 (Backtraces): Add @kindex's for backtrace-below-main.
5175
98b45e30
DJ
51762003-01-04 Daniel Jacobowitz <drow@mvista.com>
5177
5178 * gdb.texinfo (Controlling GDB): Document "set osabi".
5179
95f90d25
DJ
51802003-01-04 Daniel Jacobowitz <drow@mvista.com>
5181
5182 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5183 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5184
1e698235
DJ
51852003-01-04 Daniel Jacobowitz <drow@mvista.com>
5186
5187 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5188 "set coerce-float-to-double".
5189 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5190
e632838e
AC
51912003-01-02 Andrew Cagney <ac131313@redhat.com>
5192
5193 * stabs.texinfo: Remove obsolete text.
5194 * gdbint.texinfo: Ditto.
5195 * gdb.texinfo: Ditto.
5196
c133ab7a
MK
51972002-12-22 Mark Kettenis <kettenis@gnu.org>
5198
5199 * gdbint.texinfo (Target Architecture Definition): Update
5200 description of gdbarch_register_osabi.
5201
f821f325
KH
52022002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5203
5204 * agentexpr.texi: Fix typos.
5205 * annotate.texi: Likewise.
5206 * fdl.texi: Likewise.
5207
85a6d8d3 52082002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5209
5210 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5211 DEPRECATED_INIT_FRAME_PC.
5212
ae45cd16
AC
52132002-12-01 Andrew Cagney <ac131313@redhat.com>
5214
5215 * gdbint.texinfo (Target Architecture Definition): Delete
5216 PC_IN_CALL_DUMMY.
5217
07555a72
AC
52182002-11-28 Andrew Cagney <ac131313@redhat.com>
5219
5220 * gdbint.texinfo (Host Definition): Delete documentation on
5221 USE_GENERIC_DUMMY_FRAMES.
5222
c166cdc7
EZ
52232002-11-26 Elena Zannoni <ezannoni@redhat.com>
5224
5ae4183a 5225 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5226 * Makefile.in (install-info): Run the install-info command as part
5227 of the post install steps only.
5228 (uninstall-info): New target.
5229 (uninstall): New target.
5230
35db0260
EZ
52312002-11-22 Elena Zannoni <ezannoni@redhat.com>
5232
5233 * Makefile.in (install): Make install do some real work.
5234
9ba8d803
AC
52352002-11-19 Andrew Cagney <ac131313@redhat.com>
5236
5237 Fix POSIX problem reported by Paul Eggert.
5238 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5239 Fix PR gdb/527.
5240
903ad3a6
AC
52412002-10-26 Andrew Cagney <cagney@redhat.com>
5242
5243 * gdbint.texinfo (Target Architecture Definition): Delete
5244 definition of DO_REGISTERS_INFO.
5245
f2abfe65
KB
52462002-10-18 Kevin Buettner <kevinb@redhat.com>
5247
5248 * gdbint.texinfo (Address Classes): Fix problems with insertion
5249 of ``{'' and ``}'' in example.
5250
b5b0480a
KB
52512002-10-17 Kevin Buettner <kevinb@redhat.com>
5252
5253 * gdbint.texinfo (Address Classes): New section.
5254 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5255 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5256 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5257 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5258
c85508ee
KD
52592002-10-11 Klee Dienes <kdienes@apple.com>
5260
5261 * gdb.texinfo (Registers): Mention vector registers as well as
5262 floating registers in the documentation for 'info registers' and
5263 'info all-registers'.
5264
6d12fc3d
DJ
52652002-10-11 Daniel Jacobowitz <drow@mvista.com>
5266
5267 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5268
8d19fbd2
JJ
52692002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5270
5271 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5272 interface definition.
5273
a37295f9
MM
52742002-10-03 Marko Mlinar <markom@opencores.org>
5275
5276 * gdb.texinfo (Target Commands): Add or1k target specific
5277 commands.
5278 * gdb.texinfo (Contributors): Add myself to the contributors list.
5279
da0f9dcd
AC
52802002-10-01 Andrew Cagney <ac131313@redhat.com>
5281
5282 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5283 and "mi1" instead of "mi1" and "mi0".
5284
2e834e49
HPN
52852002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5286
5287 * gdb.texinfo (Packets): Fix typos "alligned".
5288 Correct z3/Z3 description. Correct z4/Z4 title.
5289
050be0dc
AC
52902002-09-27 Andrew Cagney <ac131313@redhat.com>
5291
5292 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5293
1104b9e7
KB
52942002-09-25 Kevin Buettner <kevinb@redhat.com>
5295
5296 * gdb.texinfo: Use GNU/Linux instead of Linux.
5297
512217c7
AC
52982002-09-25 Andrew Cagney <ac131313@redhat.com>
5299
5300 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5301
10998722
AC
53022002-09-24 Andrew Cagney <ac131313@redhat.com>
5303
512217c7 5304 * gdb.texinfo: Replace @example with @smallexample.
10998722 5305
a0eb71c5
KB
53062002-09-20 Kevin Buettner <kevinb@redhat.com>
5307
f7dc1244 5308 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
5309 * gdb.texinfo (Character Sets): Use @smallexample instead of
5310 @example. Use GNU/Linux instead of Linux.
5311
53122002-09-20 Jim Blandy <jimb@redhat.com>
5313
5314 * gdb.texinfo: Add character set documentation.
5315
2f870471
AC
53162002-09-19 Andrew Cagney <ac131313@redhat.com>
5317
5318 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5319 (Packets): Add cross reference from `b' packet to `z' packets.
5320
790eb8f5
AC
53212002-09-19 Andrew Cagney <ac131313@redhat.com>
5322
8d30a00d
AC
5323 * gdb.texinfo (Maintenance Commands): Document ``maint
5324 internal-error'' and ``maint internal-warning''.
5325
790eb8f5
AC
5326 * gdbint.texinfo (Target Architecture Definition): Revise
5327 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5328
a23a7bf1
JB
53292002-09-19 Joel Brobecker <brobecker@gnat.com>
5330
5331 * gdbint.texinfo (Target Conditionals): Document the new
5332 NAME_OF_MALLOC macro.
5333
299ffc64
AC
53342002-09-05 Andrew Cagney <ac131313@redhat.com>
5335
5336 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5337 engineer.
5338
b7bb15bc
SC
53392002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5340
5341 * gdb.texinfo (TUI Overview): Document status line fields.
5342
3d757584
SC
53432002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5344
5345 * gdb.texinfo (TUI Commands): Document info win command.
5346
269c21fe
SC
53472002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5348
5349 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5350
7cf36c78
SC
53512002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5352
5353 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5354 (TUI Keys): Likewise.
5355
d2c6833e
AC
53562002-08-25 Andrew Cagney <ac131313@redhat.com>
5357
5358 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5359 for a packet receive.
5360
46d8b1c3
AC
53612002-08-25 Andrew Cagney <ac131313@redhat.com>
5362
5363 * Makefile.in (clean): Move to end of file.
5364 (distclean, maintainer-clean, realclean): Ditto.
5365 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5366 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5367 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5368 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5369
b0787093
AC
53702002-08-24 Andrew Cagney <ac131313@redhat.com>
5371
5372 * Makefile.in (GDBINT_TEX_TMPS): Define.
5373 (gdbint.dvi, gdbint.pdf): Use
5374 (GDB_TEX_TMPS): Define.
5375 (gdb.dvi, gdb.pdf): Use.
5376 (STABS_TEX_TMPS): Define.
5377 (stabs.dvi, stabs.pdf): Use.
5378 (GDB_DOC_SOURCE_INCLUDES): New macros.
5379 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5380 (GDBINT_DOC_FILES_INCLUDES): New macros.
5381 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5382 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5383 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5384 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5385 (links2roff): Replace SFILES_INCLUDED with
5386 GDB_DOC_SOURCE_INCLUDES.
5387 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5388 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5389 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5390 dependencies.
5391 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5392 dependencies.
5393 (gdbmi.texinfo): Delete rule.
5394 (inc-hist.texinfo): Delete rule.
5395 (rluser.texinfo): Delete rule.
5396
ebba8386
AC
53972002-08-23 Andrew Cagney <cagney@redhat.com>
5398
5399 * gdbint.texinfo (Target Architecture Definition): Update
5400 STORE_RETURN_VALUE, mention regcache.
5401
0ab7a791
AC
54022002-08-21 Andrew Cagney <ac131313@redhat.com>
5403
5404 * gdbint.texinfo (Target Architecture Definition): Document
5405 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5406
ee2d5c50
AC
54072002-08-19 Andrew Cagney <ac131313@redhat.com>
5408
5409 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5410 Fix minor typos. Add index entries.
5411
53c69bd7
AC
54122002-08-18 Andrew Cagney <ac131313@redhat.com>
5413
5414 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5415
e76f1f2e
AC
54162002-08-15 Andrew Cagney <ac131313@redhat.com>
5417
5418 * gdbint.texinfo (Target Architecture Definition): Document
5419 PRINT_VECTOR_INFO.
5420 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5421
0680b120
AC
54222002-08-13 Andrew Cagney <ac131313@redhat.com>
5423
5424 * gdb.texinfo (Maintenance Commands): Document "maint print
5425 registers", "maint print raw-registers" and "maint print
5426 cooked-registers".
5427
3c3bea1c
GS
54282002-08-08 Grace Sainsbury <graces@redhat.com>
5429
a9331b3f 5430 From Mark Salter:
3c3bea1c
GS
5431 * gdb.texinfo (Protocol): Document T packet extension to
5432 allow watchpoint address reporting.
5433
42f9b0a5
AC
54342002-08-03 Andrew Cagney <ac131313@redhat.com>
5435
5436 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5437
db034ac5
AC
54382002-08-01 Andrew Cagney <cagney@redhat.com>
5439
5440 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5441 to CHILL.
5442
e2b28d04
AC
54432002-08-01 Andrew Cagney <ac131313@redhat.com>
5444
5445 * gdbint.texinfo (Coding): Revise section "Include Files".
5446
7fb623f7
AC
54472002-07-24 Andrew Cagney <cagney@redhat.com>
5448
5449 * gdbint.texinfo: Obsolete references to m88k.
5450 * gdb.texinfo: Ditto.
5451
4a2b4636
JB
54522002-07-10 Joel Brobecker <brobecker@gnat.com>
5453
7fb623f7 5454 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
5455 where the proper version of autoconf can be retrieved.
5456
a71ec265
DH
54572002-07-09 Don Howard <dhoward@redhat.com>
5458
5459 * gdb.texinfo (Command Files): Further describe the behavior of
5460 sourced command files.
5461
b9aa90c9
AC
54622002-06-27 Andrew Cagney <ac131313@redhat.com>
5463
5464 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5465 (Coding): Clarify ISO C version that GDB assumes.
5466
40dd2248
TT
54672002-06-26 Tom Tromey <tromey@redhat.com>
5468
5469 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5470 add_setshow_cmd_full.
5471
bfac230e
DH
54722002-06-25 Don Howard <dhoward@redhat.com>
5473
5474 * gdb.texinfo (Memory Region Attributes): Document new behavior
5475 for 'mem' command.
5476
475b0867
JB
54772002-06-11 Jim Blandy <jimb@redhat.com>
5478
919d772c
JB
5479 * gdb.texinfo (Symbols): Update documentation for `info source'
5480 command.
5481
475b0867
JB
5482 * gdb.texinfo (Macros): Call the command `info macro', not
5483 `show macro'.
5484
ba8c9337
AC
54852002-06-09 Andrew Cagney <ac131313@redhat.com>
5486
5487 * gdbint.texinfo (Coding): Add section ``Per-architecture module
5488 data''.
5489
1029b7fa
MK
54902002-06-09 Mark Kettenis <kettenis@gnu.org>
5491
5492 * gdbint.texinfo (Target Architecture Definition): Document
5493 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5494
16737d73
AC
54952002-06-08 Andrew Cagney <ac131313@redhat.com>
5496
5497 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
5498 lists.
5499
30107679
AC
55002002-06-08 Andrew Cagney <ac131313@redhat.com>
5501
5502 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
5503 Branch''.
5504
3352e23e
AC
55052002-06-01 Andrew Cagney <ac131313@redhat.com>
5506
5507 * gdbint.texinfo (Target Architecture Definition): Add section
5508 ``Converting an existing Target Architecture to Multi-arch''.
5509
cbb09e6a
AC
55102002-05-30 Andrew Cagney <ac131313@redhat.com>
5511
5512 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
5513 to ``Obsoleting code''. Revise.
5514
e2e0bcd1
JB
55152002-05-17 Jim Blandy <jimb@redhat.com>
5516
5517 * gdb.texinfo (C Preprocessor Macros): New chapter.
5518 Include it in the main menu.
5519 (Contributors): Credit Jim Blandy with macro support.
5520 (Compilation): Explain how to get macro information into the
5521 executable.
5522 (Expressions): Note that preprocessor macros are expanded.
5523
9db8d71f
DJ
55242002-05-14 Daniel Jacobowitz <drow@mvista.com>
5525
5526 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
5527 options for `target remote'.
5528
6d531722
AC
55292002-05-13 Andrew Cagney <ac131313@redhat.com>
5530
5531 * gdbint.texinfo (Target Architecture Definition): Delete
5532 documentation on NNPC_REGNUM.
5533
13d01224
AC
55342002-05-11 Andrew Cagney <ac131313@redhat.com>
5535
5536 * gdbint.texinfo (Target Architecture Definition): Document
5537 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
5538 (Target Architecture Definition): Revise section `Using Different
5539 Register and Memory Data Representations'. Add section `Raw and
5540 Virtual Register Representations'.
5541
b2e75d78
AC
55422002-05-11 Andrew Cagney <ac131313@redhat.com>
5543
5544 * gdbint.texinfo (Target Architecture Definition): Mention
5545 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
5546 (Target Architecture Definition): Mention same. Add references to
5547 web pages.
5548
2c8682ee
MS
55492002-05-08 Michael Snyder <msnyder@redhat.com>
5550
5551 * stabs.texinfo (Attributes): Document new "vector" attribute.
5552
0816590b
AC
55532002-05-04 Andrew Cagney <ac131313@redhat.com>
5554
5555 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
5556
2653173e
AC
55572002-05-04 Andrew Cagney <ac131313@redhat.com>
5558
5559 * gdb.texinfo: Delete obsolete references to a29k.
5560
d7bd68ca
AC
55612002-04-24 Andrew Cagney <ac131313@redhat.com>
5562
5563 * gdbint.texinfo (Target Architecture Definition): Replace
5564 IN_SIGTRAMP with PC_IN_SIGTRAMP.
5565
21d83aa5
DM
55662002-04-24 David S. Miller <davem@redhat.com>
5567
5568 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
5569
7673a6cc
DM
55702002-04-21 David S. Miller <davem@redhat.com>
5571
5572 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
5573
d49d1e0a
AC
55742002-04-21 Andrew Cagney <ac131313@redhat.com>
5575
5576 * gdbint.texinfo (Target Architecture Definition): Delete
5577 definition of HAVE_REGISTER_WINDOWS.
5578
f7dc1244 55792002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
5580
5581 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
5582 "Theodore A. Roth" <troth@verinet.com>.
5583
5ca0cb28
DH
55842002-04-15 Don Howard <dhoward@redhat.com>
5585
f7dc1244 5586 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 5587 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 5588 Provide a better explaination of this feature.
5ca0cb28 5589
f208ba17
AC
55902002-04-14 Andrew Cagney <ac131313@redhat.com>
5591
5592 * gdbint.texinfo (Target Architecture Definition): Remove
5593 FRAME_CHAIN_COMBINE.
5594
d5ba91de
MC
55952002-04-12 Michael Chastain <mec@shout.net>
5596
5597 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
5598 REG_STACK_SEGMENT.
5599
26818220
MC
56002002-04-09 Michael Chastain <mec@shout.net>
5601
5602 * gdbint.texinfo (Obsolete Conditionals): Remove references to
5603 PYRAMID_* macros.
5604
129188f6
AC
56052002-04-07 Andrew Cagney <ac131313@redhat.com>
5606
5607 * gdb.texinfo (Bug Reporting): Document that the web is the
5608 prefered way of submitting bug reports.
5609 (Bug Reporting): Delete the s-mail address as the last resort.
5610
8227c0ff
AC
56112002-04-05 Andrew Cagney <ac131313@redhat.com>
5612
5613 * gdbint.texinfo (Target Architecture Definition): Delete
5614 references to TARGET_WRITE_FP and write_fp.
5615
16d9dec6
MS
56162002-03-27 Michael Snyder <msnyder@redhat.com>
5617
5618 * gdb.texinfo: Document new commands dump, append, and restore.
5619
9ae8b82c
AC
56202002-03-27 Andrew Cagney <ac131313@redhat.com>
5621
5622 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
5623 Branch'.
5624
474c8240
AC
56252002-03-18 Andrew Cagney <ac131313@redhat.com>
5626
5627 * gdb.texinfo: Change all examples to @smallexample.
5628 * gdbint.texinfo: Ditto.
a9331b3f 5629
fb0ff88f
AC
56302002-03-18 Andrew Cagney <ac131313@redhat.com>
5631
5632 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
5633 Branches''.
5634
9bb0a4d8
AC
56352002-03-18 Andrew Cagney <ac131313@redhat.com>
5636
5637 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
5638 Policy''.
5639
937f164b
FF
56402002-03-04 Fred Fish <fnf@redhat.com>
5641
5642 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
5643 expresson, suports, dependant, trhe, perhaphs, situtations,
5644 explictily, taged, oportunity, unfortunatly).
5645
a7b40f07
AC
56462002-02-24 Andrew Cagney <ac131313@redhat.com>
5647
5648 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
5649 Remove reference to 3.12.
5650
aab4e0ec
AC
56512002-02-23 Andrew Cagney <ac131313@redhat.com>
5652
5653 * gdbint.texinfo: Include fdl.texi.
5654 (Top): Add GNU Free Documentation License.
5655 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
5656 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
5657 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
5658 (gdbint.info): Add srcdir to include path.
5659 * gdb.texinfo: Include gpl.texi.
5660 (Top): Add Copying.
5661 * gpl.texi: New file.
5662
47b95330
AC
56632002-02-23 Andrew Cagney <ac131313@redhat.com>
5664
5665 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
5666
78c47bea
PM
56672002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
5668
5669 * gdb.texinfo: Document Cygwin native specific commands.
5670
56460a61
DJ
56712002-02-15 Daniel Jacobowitz <drow@mvista.com>
5672
5673 * gdb.texinfo: Document gdbserver ``--attach'' command.
5674
def71bfa
MS
56752002-02-07 Michael Snyder <msnyder@redhat.com>
5676
5677 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
5678 to @code(_ovly_debug_event).
5679
c928edc0
AC
56802002-02-07 Andrew Cagney <ac131313@redhat.com>
5681
5682 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
5683
81d46470
MS
56842002-02-06 Michael Snyder <msnyder@redhat.com>
5685
5686 * gdb.texinfo (overlays): Mention new magic symbol
5687 '_ovly_debug_event', which allows GDB to keep better track
5688 of overlays.
5689
f7dc1244 56902002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
5691
5692 * gdb.texinfo (Memory Region Attributes): Fix the wording.
5693 Suggested by Dmitry Sivachenko.
5694
5695 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
5696
15110bc3
MS
56972002-02-01 Michael Snyder <msnyder@redhat.com>
5698
5699 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
5700
6763aef9
MS
57012002-01-30 Michael Snyder <msnyder@redhat.com>
5702
ac282366
MS
5703 * gdb.texinfo: (remote protocol): Gramatical fix-up.
5704 (set trust-readonly-sections): Document.
6763aef9 5705
8642bc8f
AC
57062002-01-29 Andrew Cagney <ac131313@redhat.com>
5707
5708 * gdbint.texinfo (Releasing GDB): Revise and update.
5709
afe64c1a
AC
57102002-01-28 Andrew Cagney <ac131313@redhat.com>
5711
5712 * gdbint.texinfo (Target Architecture Definition): Delete
5713 description of TARGET_BYTE_ORDER_DEFAULT.
5714
f7dc1244 57152002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
5716
5717 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
5718 <mitya@cavia.pp.ru>.
5719
3d6e1b5a
AC
57202002-01-23 Andrew Cagney <ac131313@redhat.com>
5721
5722 * libgdb.texinfo: Delete file.
5723
6c0e9fb3
AC
57242002-01-22 Andrew Cagney <ac131313@redhat.com>
5725
5726 * gdb.texinfo: Remove makeinfo 3.12 hacks.
5727 * gdbint.texinfo: Ditto.
5728
e0ce93ac
AC
5729Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
5730
5731 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
5732
be298bcc
AC
57332002-01-22 Andrew Cagney <ac131313@redhat.com>
5734
5735 * Makefile.in: Update copyright.
5736 (TEXI2DVI): Define.
5737 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
5738 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
5739 gdb-cfg.texi.
5740 (TEXINDEX, PDFTEX): Delete makefile variables.
5741
8e04817f
AC
57422002-01-22 Andrew Cagney <ac131313@redhat.com>
5743
5744 * gdb.texinfo (Protocol): Move section to appendix.
5745
6b2f586d
AC
57462002-01-21 Andrew Cagney <ac131313@redhat.com>
5747
5748 * gdb.texinfo (Remote Debugging): Create a menu.
5749 (Top): Add ``Remote Debugging'' to menu.
5750
6f05cf9f
AC
57512002-01-21 Andrew Cagney <ac131313@redhat.com>
5752
5753 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
5754 serial protocol'' from here.
5755 (Remote Debugging): To here. New chapter.
5756
3fd3d7d2
AC
57572002-01-20 Andrew Cagney <ac131313@redhat.com>
5758
5759 * gdbint.texinfo (Target Architecture Definition): Delete
5760 description of TARGET_BYTE_ORDER_SELECTABLE_P.
5761
7fd60527
AC
57622002-01-20 Andrew Cagney <ac131313@redhat.com>
5763
5764 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
5765 are no longer needed.
5766 (Porting GDB): Add maintainer note about configure.host.
5767
c2f05ac9
AC
57682002-01-20 Andrew Cagney <ac131313@redhat.com>
5769
5770 * gdbint.texinfo (Target Architecture Definition): Remove
5771 definition of IEEE_FLOAT.
5772
f7dc1244 57732002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
5774
5775 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
5776 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
5777 <3diff@gnu.org>
231b2aad 5778
82600034
AC
57792002-01-19 Andrew Cagney <ac131313@redhat.com>
5780
5781 * gdbint.texinfo (Host Definition): Remove references to
5782 MALLOC_INCOMPATIBLE.
5783
7708fa01
AC
57842002-01-17 Andrew Cagney <ac131313@redhat.com>
5785
5786 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
5787 and xyz-xdep.o.
5788
eb12ee30
AC
57892002-01-17 Andrew Cagney <ac131313@redhat.com>
5790
889bf7c5 5791 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
5792 (Set Breaks): Copy ``maint info breakpoint'' doco to
5793 ``Maintenance Commands'' appendix. Add reference.
5794
c9ccaa92
AC
57952002-01-17 Andrew Cagney <ac131313@redhat.com>
5796
5797 * fdl.texi: Remove next/prev from @node.
5798
f7dc1244 57992002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
5800
5801 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
5802 for monstrous @multitable (from Brian Youmans).
5803
5804 * fdl.texi: New file.
5805
5806 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
5807
8973da3a
AC
58082002-01-15 Andrew Cagney <ac131313@redhat.com>
5809
5810 * gdbint.texinfo (Releasing GDB): New chapter.
5811
7d86b5d5
AC
58122002-01-14 Andrew Cagney <ac131313@redhat.com>
5813
5814 * gdb.texinfo (Embedded Processors, Calling program functions):
5815 Obsolete references to a29k.
5816
cc1cb004
AC
58172002-01-13 Andrew Cagney <ac131313@redhat.com>
5818
5819 * gdbint.texinfo (Coding): Review Cleanups section. Examples
5820 examples. Document that a code-block should do or discard its
5821 cleanups before exit.
5822
79f12247
MS
58232002-01-11 Michael Snyder <msnyder@redhat.com>
5824
5825 * gdb.texinfo (Choosing files): Change @samp to @file.
5826
19837790
MS
58272002-01-05 Michael Snyder <msnyder@redhat.com>
5828
5829 * gdb.texinfo (--pid): Document new command line option (attach).
5830
f7dc1244 58312002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
5832
5833 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
5834 in the stub.
5835
d7449b42
AC
58362002-01-04 Andrew Cagney <ac131313@redhat.com>
5837
5838 * gdbint.texinfo (Target Architecture Definition): Replace
5839 BIG_ENDIAN with BFD_ENDIAN_BIG.
5840
f23631e4
AC
58412002-01-03 Andrew Cagney <ac131313@redhat.com>
5842
5843 * gdbint.texinfo (Target Architecture Definition): Replace
5844 value_ptr with struct value pointer.
5845
72c9928d
EZ
58462002-01-02 Eli Zaretskii <eliz@gnu.org>
5847
5848 * gdb.texinfo (Free Software): Fix wording.
5849
959acfd1
EZ
58502001-12-31 Eli Zaretskii <eliz@gnu.org>
5851
5852 * gdb.texinfo (Free Software): New section ``Free Software Needs
5853 Free Documentation''.
5854
f7dc1244 58552001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
5856
5857 * stabs.texinfo:
5858 * gdb.texinfo:
5859 * gdbint.texinfo:
5860 * libgdb.texinfo:
5861 * annotate.texi: Fix the application of GFDL in the Copyright notice.
5862
6600abed
MS
58632001-12-29 Michael Snyder <msnyder@redhat.com>
5864
5865 * gdb.texinfo (maint info sections): Fix typo.
5866
f6680716
MS
58672001-12-26 Michael Snyder <msnyder@redhat.com>
5868
fe95c787
MS
5869 * gdb.texinfo (maint info sections): Document.
5870
a9331b3f 5871 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
5872 'info proc' sub-options that are currently not implemented.
5873
c3d3ce5b
JB
58742001-12-20 Jim Blandy <jimb@redhat.com>
5875
5876 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
5877
778eb05e
AC
58782001-12-15 Andrew Cagney <ac131313@redhat.com>
5879
5880 * gdbint.texinfo (Target Architecture Definition): Replace
5881 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
5882
2607059c
AC
58832001-12-01 Andrew Cagney <ac131313@redhat.com>
5884
5885 * gdbint.texinfo (Host Definition): Delete documentation on
5886 HOST_BYTE_ORDER.
5887
df0cd8c5
JB
58882001-11-30 Jim Blandy <jimb@redhat.com>
5889
5890 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 5891 overlay support. Add to top-level menu.
df0cd8c5 5892
88118b3a
TT
58932001-11-26 Tom Tromey <tromey@redhat.com>
5894
5895 * gdb.texinfo (Command Syntax): Document C-o binding.
5896
96565e91
CF
58972001-07-26 Christopher Faylor <cgf@redhat.com>
5898
5899 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
5900 use since it is described in the referenced section.
5901
f7dc1244 5902 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
5903 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
5904 clearer when using DJGPP.
5905
2a3d5645
CF
59062001-11-24 Christopher Faylor <cgf@redhat.com>
5907
5908 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
5909 specifically refer to MS-DOS.
5910 (command files): Mention gdb.ini is only used on MS-DOS.
5911
aa26fa3a
TT
59122001-11-21 Tom Tromey <tromey@redhat.com>
5913
5914 * gdb.texinfo (Invoking GDB): Document --args.
5915 (Mode Options): Likewise.
5916
4f8ada06
JB
59172001-11-21 Jim Blandy <jimb@redhat.com>
5918
5919 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
5920 Delete documentation; this macro has been removed from the
5921 sources.
4f8ada06 5922
3fe0dc10
JB
59232001-11-13 Jim Blandy <jimb@redhat.com>
5924
5925 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
5926
9e5abb06
CV
59272001-11-06 Corinna Vinschen <vinschen@redhat.com>
5928
5929 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
5930
1c5dfdad
MS
59312001-11-05 Michael Snyder <msnyder@redhat.com>
5932
a9331b3f 5933 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
5934 quote regexp chars in function names such as "operator*()".
5935
990f9fe3
FF
59362001-11-01 Fred Fish <fnf@redhat.com>
5937
5938 * gdbint.texinfo (SOLIB_ADD): Document additional new
5939 "readsyms" arg.
5940
b433d00b
DH
59412001-10-30 Don Howard <dhoward@redhat.com>
5942
070b1dd3
DH
5943 * gdb.texinfo: (Command Files) Added documentation for the
5944 behavior of gdb with input redirected from a file.
b433d00b 5945
b7209cb4
FF
59462001-10-28 Fred Fish <fnf@redhat.com>
5947
5948 * gdb.texinfo (auto-solib-add): Change docs to match
5949 implementation change.
5950 (auto-solib-limit): Add docs for new variable.
5951
1aa20aa8
AC
59522001-10-15 Andrew Cagney <ac131313@redhat.com>
5953
5954 * gdbint.texinfo (Target Architecture Definition): Function
5955 value_as_pointer renamed to value_as_address.
5956
fc0c74b1
AC
59572001-10-15 Andrew Cagney <ac131313@redhat.com>
5958
5959 * gdbint.texinfo (Target Architecture Definition): Default
5960 POINTER_TO_ADDRESS functions assume unsigned addresses.
5961 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
5962 posting by Jim Blandy.
5963
f4846649
JB
59642001-10-12 Jim Blandy <jimb@redhat.com>
5965
5966 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
5967 version of texi2html (1.64) doesn't support this flag any more.
5968
f277788b
MK
59692001-09-08 Mark Kettenis <kettenis@gnu.org>
5970
a9dc4918
MK
5971 * gdbint.texinfo (Host Definition): Remove description of
5972 MEM_FNS_DECLARED.
5973
d28379df
MK
5974 * gdbint.texinfo (Host Definition): Remove description of R_OK.
5975
f277788b
MK
5976 * gdbint.texinfo (Host Definition): Remove description of
5977 HAVE_SIGSETMASK.
5978
7ccaa899
EZ
59792001-09-04 Elena Zannoni <ezannoni@redhat.com>
5980
5981 * gdbint.texinfo (Target Architecture Definition): Add
5982 explanation of TARGET_PRINT_INSN macro.
5983
17d9d558
JB
59842001-08-30 Jim Blandy <jimb@redhat.com>
5985
5986 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
5987 Explain what it means to load relocatable files.
5988
72cde065
JB
59892001-08-28 Jim Blandy <jimb@redhat.com>
5990
5991 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
5992 info `top' menu.
5993
9e678452
CF
5994Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
5995
5996 * gdbint.texinfo: Add a cautionary note about macro use.
5997
a2bea4c3 59982001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 5999
a2bea4c3
CV
6000 * gdb.texinfo: Explain omitting the hostname in the
6001 `target remote' command.
6002
1129bf27
DJ
60032001-07-30 Daniel Jacobowitz <drow@mvista.com>
6004
6005 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6006 and END-INFO-DIR-ENTRY.
6007
732b3002
SC
60082001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6009
6010 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6011
89437448
AC
60122001-07-25 Andrew Cagney <ac131313@redhat.com>
6013
6014 * gdbint.texinfo (libgdb): Rewrite.
6015
f7dc1244 60162001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6017
6018 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6019
c4555f82
SC
60202001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6021
6022 * gdb.texinfo (TUI): New chapter, document the TUI.
6023 (Mode Options): Document the -tui option.
6024
2f45a6e0
MK
60252001-07-23 Mark Kettenis <kettenis@gnu.org>
6026
6027 * gdbint.texinfo (Host Definition): Remove description of
6028 NEED_POSIX_SETPGID.
6029
f7dc1244 60302001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6031
6032 * gdb.tex (DJGPP Native): New node, with descriptions of
6033 DJGPP-specific commands.
6034
be9c6c35
JM
60352001-07-19 John R. Moore <jmoore@redhat.com>
6036
6037 * gdbint.texinfo: Three misspellings.
6038
dfa249fb
AC
60392001-07-06 Andrew Cagney <ac131313@redhat.com>
6040
6041 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6042 `test` expressions on bash. Problem reported by Colin Walters.
6043
c72e7388
AC
60442001-07-04 Andrew Cagney <ac131313@redhat.com>
6045
6046 * gdbint.texinfo (User Interface): Update ui-out documentation to
6047 refelect recent UI/MI updates.
6048
94bbb2c0
AC
60492001-07-04 Andrew Cagney <ac131313@redhat.com>
6050
6051 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6052 interpreters.
6053
af6c57ea
AC
60542001-06-15 Andrew Cagney <ac131313@redhat.com>
6055
6056 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6057 structure and not macros.
6058 (Host Definition): Document that much of this chapter is obsolete.
6059 (Target Architecture Definition): Update list of files that make
6060 up a target architecture.
6061 (Coding): Update.
6062
83aa8bc6
AC
60632001-06-28 Andrew Cagney <ac131313@redhat.com>
6064
6065 * gdbint.texinfo (Target Architecture Definition): Update
6066 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6067 The latter has been changed to a true predicate.
6068
f7dc1244 60692001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6070
6071 * annotate.texi: Add @noindent where needed. From Dmitry
6072 Sivachenko <dima@Chg.RU>.
6073 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6074
656db9b0
AC
60752001-06-16 Andrew Cagney <ac131313@redhat.com>
6076
6077 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6078
df2396a1
AC
60792001-06-14 Andrew Cagney <ac131313@redhat.com>
6080
6081 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6082 returns ``OK''. Document that the ``R'' packet does not reply.
6083
0f1f2b0a
MS
60842001-06-13 Michael Snyder <msnyder@redhat.com>
6085
6086 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6087
f7dc1244 60882001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6089
6090 * gdb.texinfo (Signals): Clarify the default setting of signal
6091 handling.
6092
a5d7c491
AC
60932001-05-14 Andrew Cagney <ac131313@redhat.com>
6094
6095 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6096 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6097
05a54c4f
AC
60982001-05-12 Andrew Cagney <ac131313@redhat.com>
6099
6100 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6101
f7dc1244 61022001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6103
6104 * gdbint.texinfo (Clean Design and Portable Implementation):
6105 Renamed from "Clean Design".
6106 (Clean Design and Portable Implementation): Document portable
6107 methods of handling file names, and the associated macros.
6108
f7dc1244 61092001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6110
6111 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6112 command and provide a cross-reference to its description.
6113 (Symbols): Note that "info scope" is useful for trace experiments.
6114
f7dc1244 61152001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6116
b37052ae
EZ
6117 * gdb.texinfo (Symbols): Document "info scope".
6118 (Tracepoints): New chapter.
6119 (Contributors): Update for v5.1.
6120 <All nodes>: Change "C++" to "C@t{++}".
6121
0ee54786
EZ
6122 * gdbint.texinfo (User Interface): A new section about ui_out
6123 functions, based on text written by Fernando Nasser.
6124
c534679c
EZ
6125 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6126
f7dc1244 61272001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6128
e9c75b65
EZ
6129 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6130
6131 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6132
6133 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6134 Replace "GDB" with "@value{GDBN}". Fix markup.
6135
6136 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6137
3d67e040
EZ
6138 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6139 a cross-reference to its description.
6140 (Symbols): Document "info symbol".
6141
f7dc1244 61422001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6143
6144 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6145 subsection "x86 Watchpoints".
6146 (Target Architecture Definition): Document the macros
6147 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6148 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6149
b0ed3589
AC
61502001-03-20 Andrew Cagney <ac131313@redhat.com>
6151
6152 * gdbint.texinfo (Target Architecture Definition): Update
6153 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6154 list.
6155
b6ba6518
KB
61562001-03-06 Kevin Buettner <kevinb@redhat.com>
6157
6158 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6159 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6160
f7dc1244 61612001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6162
6163 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6164
f7dc1244 61652001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6166
17cc6a06
EZ
6167 * gdb.texinfo (Environment): Document that `path' does not change
6168 the value of PATH in GDB's own environment (it did in the past,
6169 but that was changed on March 15, 1994). Reported by Doug Evans
6170 <dje@transmeta.com>.
6171
56caf160
EZ
6172 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6173 its line. Fix markup of commands and macros. Add an Index node
6174 and index entries.
6175
29e57380
C
61762001-01-23 J.T. Conklin <jtc@redback.com>
6177
6178 * gdb.texinfo (Memory region attributes): New manual section.
6179
1c6147de
ND
61802001-01-04 Nicholas Duffek <nsd@redhat.com>
6181
6182 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6183
f7dc1244 61842000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6185
6186 * refcard.tex: Version and copyright fixed. From Phil Edwards
6187 <pedwards@disaster.jaj.com>.
6188
0dcedd82
AC
6189Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6190
6191 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6192 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6193
3b851bce
AC
6194Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6195
6196 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6197 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6198
f7dc1244 61992000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6200
6201 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6202 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6203
b90a5f51
CF
62042000-11-10 Christopher Faylor <cgf@cygnus.com>
6205
6206 * gdb.texinfo: Document new 'set step-mode' command.
6207
f7dc1244 62082000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6209
6210 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6211 changes from Dmitry Sivachenko <dima@Chg.RU>.
6212
f7dc1244 62132000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6214
6215 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6216 From Steven Johnson <sbjohnson@ozemail.com.au>.
6217
2e685b93
MK
62182000-08-10 Mark Kettenis <kettenis@gnu.org>
6219
6220 * gdbint.texinfo (Overall Structure): Spelling fix.
6221
f7dc1244 62222000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6223
6224 * gdbint.texinfo (Target Architecture Definition): Document that
6225 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6226 for which REGISTER_CONVERTIBLE returns a zero value.
6227
63ac3005
EZ
62282000-07-08 Christopher Faylor <cgf@cygnus.com>
6229
6230 * Makefile.in (install-info): Find files to install in either the
6231 build or source directories (adapted from Makefile.am).
6232
bd79f757
ND
62332000-07-07 Nicholas Duffek <nsd@redhat.com>
6234
6235 * stabs.texinfo: Fix spelling errors.
6236 (String Field): FILE-NUMBER starts from 0, not 1.
6237
f7dc1244 62382000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
6239
6240 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 6241 Brian Youmans.
5f208f6d 6242
f7dc1244 62432000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
6244
6245 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
6246 the source directory. Reported by Mark Harig
6247 <markh@frazier.landmark.com>.
cc542d3b 6248
f3b28801
C
62492000-06-20 J.T. Conklin <jtc@redback.com>
6250
6251 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6252
449f3b6c
AC
6253Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6254
6255 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 6256 Generate using pdftex.
449f3b6c 6257 (PDFTEX): Define.
889bf7c5 6258 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 6259 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 6260 @contents at the start.
449f3b6c 6261
f7dc1244 62622000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
6263
6264 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 6265 Youmans.
48e934c6 6266
9e9c5ae7
AC
6267Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6268
6269 From Brian Youmans:
6270 * gdb.texinfo: Fix ``et al.''.
6271
c741b251
AC
6272Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6273
6274 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 6275 loop.
c741b251 6276
4ab64e14
JG
62772000-05-19 Jimmy Guo <guo@cup.hp.com>
6278
6279 * configure: Regenerate.
6280
f7dc1244 62812000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
6282
6283 * Makefile.in (install-info): Run install-info on installed Info
6284 files.
6285
8c70017b
AC
6286Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6287
a7cb598a 6288 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 6289 Andrew Cagney.
8c70017b 6290
f7dc1244 62912000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
6292
6293 * gdb.texinfo: Proofreading changes from Brian Youmans.
6294
bf0184be
ND
62952000-05-01 Nick Duffek <nsd@cygnus.com>
6296
6297 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6298 startup sequence, minor edits.
6299
f7dc1244 63002000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
6301
6302 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6303 TeX.
6304
6305 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6306 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6307 like `n' and `s' which look weird. Convert some of the @kindex to
6308 @vindex, when they refer to variables, not commands.
6309
33e16fad
AC
6310Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6311
6312 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6313
f7dc1244 63142000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
6315
6316 * Makefile.in (GDBMI_DIR): New variable.
6317 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6318 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6319 (gdbmi.texinfo): New target, for texi2roff.
6320 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6321 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6322
6323 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6324 gdbmi.texinfo.
6325 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6326 comment.
6327
d167840f
EZ
63282000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6329
6330 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 6331 command.
d167840f 6332
f7dc1244 63332000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
6334
6335 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6336 prevents the build (and is generally a Bad Idea).
6337
f7dc1244 63382000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
6339
6340 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6341 a comma inside @var.
6342 (Command Files): Index markup changes from Dmitry Sivachenko
6343 <dima@Chg.RU>.
6344
f7dc1244 63452000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
6346
6347 * Makefile.in (LN_S): Define.
6348 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6349 invoke "ln -s" unless it is known to work.
6350
6351 * configure.in (AC_PROG_LN_S): Add.
6352
8dc7983f
JB
63532000-04-14 Jim Blandy <jimb@redhat.com>
6354
6355 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6356 section.
6357 (Target Conditionals): Document ADDRESS_TO_POINTER,
6358 POINTER_TO_ADDRESS.
6359
1a8237e8
DB
63602000-04-11 Daniel Berlin <dan@cgsoftware.com>
6361
6362 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6363 gdb-cfg.texi to get the value.
6364
ca526f1a
JB
63652000-04-10 Jim Blandy <jimb@redhat.com>
6366
6367 * gdbint.texinfo (Target Architecture Definition): Fix
6368 cross-references.
6369
faaafcb4
JB
63702000-04-08 Jim Blandy <jimb@redhat.com>
6371
6372 * gdbint.texinfo (Using Different Register and Memory Data
6373 Representations): New section.
6374 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
6375 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6376 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 6377
1b27397f
AC
6378Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
6379
6380 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 6381 for acknowledgments.
1b27397f 6382
480ff1fb
AC
6383Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
6384
6385 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 6386 qThreadExtraInfo.
480ff1fb 6387
a9331b3f 63882000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 6389
a9331b3f
RM
6390 * gdb.texinfo: Clarify which remote debug protocol commands are
6391 required and which are optional.
f1251bdd 6392
dbeb8dbd
AC
6393Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
6394
6395 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
6396 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
6397 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
6398 * annotate.texi: Update.
6399
6d2ebf8b
SS
64002000-03-28 Stan Shebs <shebs@apple.com>
6401
6402 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6403 expectation of additional changes before release), update
6404 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6405 node links, rephrase and/or shorten lines to fix formatting
6406 problem in both regular and @smallbook formats.
6407 * annotate.texi: Shorten lines in example, use smallexample
6408 consistently everywhere.
6409 * Makefile.in: Add comment about texinfo 4.0 html generation.
6410 (SFILES_INCLUDED): Add annotate.texi.
6411
5d161b24
DB
64122000-03-27 Daniel Berlin <dan@cgsoftware.com>
6413
5ae4183a
AS
6414 * gdb.texinfo (Debugging Output): Added new section, documenting
6415 the "set/show debug" commands.
5d161b24 6416
b9deaee7
AC
6417Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
6418
6419 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 6420 entry.
b9deaee7
AC
6421
6422 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6423 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 6424 @chapter and @node entries.
a9331b3f 6425
b9deaee7 6426 * gdb.texinfo: Link all top-level nodes.
a9331b3f 6427
9ef47d30
AC
6428Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6429
6430 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 6431 files.
9ef47d30 6432
cfeada60
FN
64332000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6434
6435 From David Whedon <dwhedon@gordian.com>
5ae4183a 6436 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 6437
6837a0a2
DB
64382000-03-22 Daniel Berlin <dan@cgsoftware.com>
6439
6440 * gdb.texinfo: Add documentation for the apropos command.
6441
bba2971c
MS
64422000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6443
6444 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6445
2b628194
MS
64462000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6447
a9331b3f 6448 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
6449 two places.
6450
96a2c332
SS
64512000-03-17 Stan Shebs <shebs@apple.com>
6452
6453 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6454 <dima@Chg.RU>, also clarification of allowed content for
6455 string constants.
6456
f7dc1244 64572000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
6458
6459 * gdb.texinfo (main menu): Add Annotations.
6460 (File Options): Add @cindex entries for each command-line option.
6461 Document --epoch, --annotate, --async, --interpreter, --write,
6462 --statistics, and --version.
6463
6464 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
6465 of GDB.
6466
9d233477
JB
64672000-02-23 Jim Blandy <jimb@redhat.com>
6468
6469 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6470
14e0eb3b
JB
64712000-02-22 Jim Blandy <jimb@redhat.com>
6472
6473 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6474
3555de01
JM
64752000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
6476
6477 * Makefile.in (diststuff): New target.
6478
5e35df8e
KB
64792000-02-15 Kevin Buettner <kevinb@redhat.com>
6480
6481 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 6482 architecture. [From Jim Wilson.]
5e35df8e 6483
c5394b80
JM
64842000-01-16 Tom Tromey <tromey@cygnus.com>
6485
6486 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
6487 (Delete Breaks): Mention range arguments.
6488 (Disabling): Likewise.
6489
c3f6f71d
JM
64902000-01-05 Dmitry Sivachenko <dima@Chg.RU>
6491
6492 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
6493
c4093a6a
JM
6494Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
6495
6496 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 6497 valid functions.
c4093a6a 6498
11cf8741
JM
64991999-11-05 Stan Shebs <shebs@andros.cygnus.com>
6500
6501 * gdb.texinfo: Clarify regular expressions used in rbreak.
6502
917317f4
JM
65031999-10-15 Kevin Buettner <kevinb@cygnus.com>
6504
6505 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
6506 MEMORY_REMOVE_BREAKPOINT): Document.
6507
6508Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
6509
6510 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 6511 offset re-using the DATA offset instead.
917317f4 6512
2df3850c
JM
65131999-10-11 Jim Kingdon <kingdon@redhat.com>
6514
6515 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
6516
65171999-10-05 Stan Shebs <shebs@andros.cygnus.com>
6518
6519 From Dmitry Sivachenko <demon@gpad.ac.ru>:
6520 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
6521 typos.
6522
6523 * gdb.texinfo: Various minor wording and formatting improvements,
6524 mentions of additional command-line options.
6525
2acceee2
JM
65261999-09-30 Fred Fish <fnf@cygnus.com>
6527
6528 * gdb.texinfo: Document additional forms of specifying section
6529 names and addresses for the add-symbol-file command.
6530
c2c6d25f
JM
65311999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
6532
6533 * gdbint.texinfo: Fix typo, add the word "have".
6534
65351999-09-14 Jim Blandy <jimb@cris.red-bean.com>
6536
6537 * gdbint.texinfo (Target Architecture Definition): Document the
6538 SKIP_PERMANENT_BREAKPOINT macro.
6539
d4f3574e
SS
65401999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6541
6542 * gdb.texinfo: Fiks speling errers.
6543
6544 * gdb.texinfo: Fix uses of @multitable.
6545
f7dc1244 6546 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 6547 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 6548 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
6549 comments about using with optimization, add more indexing,
6550 fix info about disassembly-flavor.
6551
6552Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
6553
6554 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
6555 SKIP_SOLIB_RESOLVER): Define.
6556
6557Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
6558
6559 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 6560 ``g'' packets.
d4f3574e 6561
104c1213
JM
65621999-08-30 Stan Shebs <shebs@andros.cygnus.com>
6563
6564 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
6565 platform-specific info, inline remote.texi and move sections of it
6566 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
6567 and register stack into the new chapter.
6568 * remote.texi: Remove, now part of gdb.texinfo.
6569 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
6570
65711999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
6572
6573 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
6574 GDB_TARGET_IS_MACH386): These kludges have gone away.
6575
6576Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
6577
6578 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 6579 TDEPLIBS.
104c1213 6580
53a5351d
JM
65811999-08-20 Stan Shebs <shebs@andros.cygnus.com>
6582
6583 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
6584 surrounding text to fit HP-UX bits into general info.
6585 (HPPA-cfg.texi): Remove, no longer useful.
6586
6587 * gdb.texinfo: Remove explicit links from @node lines, remove
6588 HP-added "Detailed Node Listing" from main menu which confuses
6589 things.
6590
6591 From Dmitry Sivachenko <dima@Chg.RU>:
6592 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 6593 in description of `set environment'.
53a5351d
JM
6594
65951999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6596
6597 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
6598
7be570e7
JM
65991999-08-12 Ben Elliston <bje@cygnus.com>
6600
6601 * gdbint.texinfo (Breakpoint Handling): Add missing words.
6602
f7dc1244 66031999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
6604
6605 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
6606 watch, awatch, and rwatch. Explain why the latter two cannot be
6607 set as software watchpoints. Document that watchpoints for local
6608 variables are deleted when the debuggee terminates.
7be570e7
JM
6609
6610Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
6611
6612 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
6613 packet. Allow E.. response packet. "qRcmd" packet is no longer
6614 reserved.
7be570e7
JM
6615
66161999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6617
a9331b3f
RM
6618 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
6619 * gdb.texinfo: Ditto.
7be570e7 6620
96baa820
JM
66211999-08-06 Tom Tromey <tromey@cygnus.com>
6622
6623 * gdb.texinfo (KOD): New node.
6624
6625Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
6626
6627 * remote.texi (Rcmd): Fix minor formatting typos.
6628
6629Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
6630
6631 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 6632 packets.
96baa820 6633
adf40b2e
JM
66341999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
6635
6636 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
6637 fixes.
6638
43ff13b4
JM
6639Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
6640
6641 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
6642
085dd6e6
JM
6643Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
6644
6645 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
6646 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
6647 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
6648 packets that are not supported on all hosts. Expand examples.
6649 Spell check.
085dd6e6
JM
6650
66511999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
6652
6653 * Makefile.in: Recognize html, install-html. Add targets
6654 to build HTML versions of documentation via texi2html.
6655
6656Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
6657
6658 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 6659 testsuite.
085dd6e6
JM
6660
6661Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
6662
6663 * remote.texi (Communication Protocol): Rewrite.
6664
6665Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
6666
6667 * stabs.texinfo: Fix uses of xref.
6668
9e0b60a8
JM
6669Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
6670
6671 * gdbint.texinfo: Add an anti-printf exhortation, and update the
6672 info about patch submission.
6673
cce74817
JM
6674Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
6675
6676 From Per Bothner <bothner@cygnus.com>:
6677 * gdb.texinfo: Document Chill support.
6678
6679Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
6680
6681 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
6682 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
6683 Document that the value should be greater-than or equal-to zero.
6684 (NO_STD_REGS): Document. Deprecate.
cce74817 6685
ac9a91a7
JM
6686Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6687
6688 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 6689 Document that these are not used.
ac9a91a7
JM
6690
6691Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6692
6693 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
6694
392a587b
JM
6695Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
6696
6697 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 6698 numargs was dropped.
392a587b
JM
6699
6700Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
6701
6702 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
6703
b83266a0
SS
6704Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
6705
6706 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 6707 Update.
b83266a0 6708
7a292a7a
SS
6709Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
6710
6711 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
6712 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
6713
6714Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
6715
6716 * gdbint.texinfo: Fix typos: $ -> @.
6717
6718Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
6719
6720 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
6721 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
6722 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
6723 BREAKPOINT_FROM_PC.
a9331b3f 6724
7a292a7a
SS
6725Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
6726
6727 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 6728 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
6729
6730Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6731
6732 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 6733 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
6734
67351999-04-02 Stan Shebs <shebs@andros.cygnus.com>
6736
6737 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
6738 longer exists.
6739
6740Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
6741
6742 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
6743 nearly all @ifset/@ifclear conditionals; nobody uses them, and
6744 they make the manual source incomprehensible.
7a292a7a
SS
6745 * h8-cfg.texi: Remove, hasn't been used in years.
6746
c906108c
SS
6747Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
6748
6749 * gdb.texinfo: Update the credits.
6750
6751Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
6752
6753 * gdb.texinfo: Fix mistakes noticed in printout of last
6754 draft, add Alpha to discussion of heuristic fence post.
6755
6756Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
6757
6758 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
6759 Edition, merge some HP changes into mainline, describe some
6760 previously undocumented features, describe more of the target
6761 commands available, eliminate obsolete section on renamed
6762 commands.
c906108c
SS
6763 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
6764
6765Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
6766
6767 * gdb.texinfo: Make many HPPA conditionals unconditional,
6768 including catchpoint description, since now on for all configs.
6769 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
6770 specializations.
6771
6772Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
6773
6774 * Makefile.in (GDBvn.texi): Fix match expression to work with
6775 current format of VERSION in gdb/Makefile.in.
6776 * gdb.texinfo: Fix node ref to match new readline.
6777
6778Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
6779
a9331b3f
RM
6780 * gdb.texinfo: Changes made as part of a project to merge in
6781 changes made by HP. Documentation makes extensive use of
c906108c
SS
6782 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
6783 on remote debugging. There are differences in documentation
889bf7c5 6784 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
6785 the HP manual discusses catchpoints, hardware watchpoints, and
6786 some HPUX specific limitations for shared library support.
a9331b3f 6787
c906108c
SS
6788 There are also a number of @node changes.
6789
67901999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
6791
6792 * gdbint.texinfo (Formatting): Disambiguate a sentence.
6793 (C Usage): Same.
6794
6795Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
6796
6797 The following changes were made by Edith Epstein
889bf7c5
PA
6798 <eepstein@cygnus.com> as part of a project to merge in changes
6799 made by HP.
a9331b3f 6800
c906108c
SS
6801 * HPPA-cfg.texi: new file.
6802
6803 * all-cfg.texi: set HPPA for HP PA-RISC targets.
6804
6805 * refcard.tex: change documentation about catch.
6806 removed info catch.
6807
6808Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
6809
6810 * gdbint.texinfo: Expand on GDB's coding standards,
6811 specify the use of arg names with prototypes.
6812
68131998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
6814
6815 * gdb.texinfo: Fix tipo.
6816
6817Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
6818
6819 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 6820 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
6821
6822Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
6823
6824 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
6825
68261998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
6827
6828 * agentexpr.texi: New file.
6829
6830Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
6831
6832 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
6833
68341998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
6835
6836 * remote.texi: Changed wording that implied that the GDB remote
6837 protocol caches register values instead of GDB itself.
6838
6839Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
6840
6841 * gdbint.texinfo: Add some info about symbol readers.
6842 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
6843 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
6844 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
6845 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
6846
6847Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
6848
a9331b3f 6849 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
6850
6851Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
6852
6853 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
6854
6855Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
6856
6857 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 6858 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
6859
6860Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
6861
6862 * gdbint.texinfo: Fix minor typos.
6863
6864Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
6865
6866 * gdbint.texinfo: Complete overhaul. Group descriptions more
6867 logically, add more info on generic algorithms, remove much
6868 obsolete and/or wrong material.
6869
6870Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
6871
6872 * stabs.texinfo (Method Type Descriptor): Expand and correct.
6873
6874Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
6875
6876 * refcard.tex: Copyright, address updates.
6877
6878Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
6879
6880 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
6881 for the edition instead of confusing GDB-version-like numbers.
6882
6883Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
6884
6885 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
6886
6887Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
6888
5ae4183a 6889 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
6890
6891Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
6892
6893 * gdb.texinfo: Add some credits, mention bug monitor.
6894 * remote.texi: Mention mips monitor targets.
6895 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 6896
c906108c
SS
6897Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
6898
6899 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
6900 files, finish sorting of host vs target vs native macros, describe
6901 some more of them.
c906108c
SS
6902
6903Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
6904
6905 * gdbint.texinfo (Host Conditionals): Document change from
6906 using NO_MMALLOC to it's inverse, USE_MMALLOC.
6907
6908Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
6909
6910 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 6911 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
6912
6913Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
6914
6915 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
6916 Document LSEEK_NOT_LINEAR.
6917
6918Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
6919
6920 * stabs.texinfo (Stab Section Basics): Make it clear that only
6921 some versions of the GNU linker remove the leading N_UNDF symbol.
6922
6923Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
6924
6925 * stabs.texinfo (String Field): Document type number pairs here,
6926 instead of in the Sun specific section.
6927 (Include Files): The GNU linker supports the N_BINCL
6928 optimization. Clarify the N_BINCL value, and what it is used
6929 for.
6930 (Procedures): Document N_FUN with an empty string to mark the end
6931 of a function.
6932 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
6933 (Sun Differences): Remove this node, as the information is now
6934 elsewhere in the main document.
6935 (Stab Section Basics): Mention that the GNU linker may optimize
6936 stabs and remove the leading N_UNDF symbol.
6937
6938Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
6939
6940 * gdb.texinfo, refcard.tex: Restore author credit
6941
6942Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
6943
6944 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
6945 documentation to account for START and END macros taking
6946 one arg.
6947
6948Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
6949
6950 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
6951 * gdb.texinfo (Frames): Fix typo.
6952
6953Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
6954
6955 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
6956 a target_signal as arg type, not a pid.
6957
6958Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
6959
6960 * gdb.texinfo: Document `set assembly-language'.
6961
6962Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
6963
6964 * remote.texi: Update list of stubs in the GDB distribution.
6965
6966Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
6967
6968 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
6969 Also document that some systems can use mmalloc but must define
6970 this if their C runtime allocates memory that is later freed.
c906108c 6971 (MMCHECK_FORCE): Document new macro.
a9331b3f 6972
c906108c
SS
6973Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
6974
6975 * remote.texi: Add documentation for target Sparclet.
6976
6977Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6978
a9331b3f 6979 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
6980 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
6981 * configure.in: Rewritten for autoconf.
6982 * configure: New.
6983
6984Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
6985
6986 * Makefile.in (DVIPS): New define, set to dvips.
6987 (dvi): Add stabs.dvi.
6988 (ps): New target.
6989 (all-doc): Depend on info, dvi, and ps targets.
6990 (STAGESTUFF): Add *.ps and *.dvi files.
6991 (clean-info, clean-dvi): Remove.
6992 (mostlyclean): Does not depend upon clean-info or clean-dvi,
6993 rules completely rewritten.
6994 (maintainer-clean): Remove clean-info and clean-dvi
6995 dependencies and put their actions in the rules.
6996 (gdb.ps): New target
a9331b3f 6997 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
6998 intermediate TeX files, whether they have 2 or 3 character
6999 extensions.
7000 (gdbint.ps): Add target and rules.
7001 (gdb-internals): Delete unused target.
7002 (Makefile): Depends upon config.status also.
7003
7004Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7005
7006 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7007 set.
7008
7009Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7010
7011 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7012 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7013
7014Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7015
7016 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7017
7018Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7019
7020 * gdb.texinfo (Print settings): Document
7021 `set/show print static-members' commands.
7022
7023Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7024
7025 * gdbint.texinfo (Native): Document name change, coredep.c to
7026 core-aout.c.
7027
7028Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7029
7030 * stabs.texinfo (Include Files): Document the values the SunOS4
7031 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7032
7033Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7034
7035 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7036 Fix typo.
7037
7038Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7039
7040 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7041 "gdb.tar.Z".
7042
7043Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7044
7045 * Makefile.in (maintainer-clean): New target, synonym for
7046 realclean.
7047
7048Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7049
7050 * Update all FSF addresses except those in COPYING* files.
7051
7052Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7053
7054 From Richard Earnshaw (rearnsha@armltd.co.uk):
7055 * gdb.texinfo (convenience variables): Document $_exitcode.
7056 (quit): Document optional expression to use as exit code.
7057
7058Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7059
7060 * gdb.texinfo, remote.texi: Brought up to date with various
7061 GDB changes.
7062
7063Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7064
7065 * gdb.texinfo: Update dates and versions, fix comments about
7066 hardware watchpoints in future releases and about the
7067 sharedlibrary command.
7068
7069Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7070
7071 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7072 C_FUN stab. Other cleanups.
7073
7074Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7075
7076 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7077 for the sparc stub.
7078
7079Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7080
7081 * annotate.texi: Clarify which addresses have differing formats
7082 depending on the language and which do not.
7083
7084Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7085
7086 * remote.texi (NetWare): Changed example to use BOARD= instead of
7087 NODE= argument to reflect correspoding change to gdbserve.nlm.
7088
7089Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7090
7091 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7092 GDB, as well as AIX dbx, supports the size type attribute.
7093
7094Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7095
7096 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7097
7098Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7099
7100 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7101 and new 'if' and 'while' commands.
7102
7103Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7104
7105 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7106
7107Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7108
7109 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7110 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7111 NetWare targets. Mostly stolen from the Server node.
7112
7113Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7114
7115 * gdb.texinfo (Setting): Talk about the language of a source file
7116 versus the working language. The old documentation did not match
7117 what GDB did.
7118
7119Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7120
7121 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7122 of a source file.
7123
7124Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7125
7126 * gdb.texinfo (Processes): New node.
7127
7128Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7129
7130 * remote.texi: Update documentation of set/show mipsfpu.
7131
3fc11d3e
JM
7132Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7133
7134 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7135 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7136
7137Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7138
7139 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7140 obsolete conditionals, described some others.
7141
7142Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7143
7144 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7145 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7146
7147Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7148
7149 * gdbint.texinfo: Put regex conditionals in their own table.
7150
7151Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7152
7153 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7154 described or fixed the descriptions of many others.
7155
7156Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7157
7158 * gdb.texinfo: Add some more credits.
7159 * gdbint.texinfo: Capitalize GDB consistently, describe some
7160 macros and remove some.
7161
7162Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7163
7164 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7165 obsolete conditionals, described some others.
7166
7167Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7168
7169 * gdb.texinfo (help targets): Changed to `help target', which
7170 is the correct gdb command.
7171
7172Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7173
7174 * annotate.texi (TODO): New node, for keeping track of annotations
7175 suggested but not yet implemented.
7176
7177Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7178
7179 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7180 another symbol, it is not the address itself.
7181
7182Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7183
7184 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7185 of stabs-in-coff sections.
7186
7187Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7188
7189 * annotate.texi: Change edition to 0.5 and date to May 1994.
7190 Add index.
7191 (Frames): New node, for frame annotation.
7192 (Displays): New node, for display annotation.
7193
7194 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7195 when waiting for your program to stop.
7196
7197Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7198
7199 * annotate.texi (Breakpoint Info): Document annotation of header
7200 fields and record annotation.
7201
7202Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7203
7204 * annotate.texi: New file, to document annotations.
7205
7206Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7207
7208 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7209 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7210
7211Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7212
7213 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7214 section, and say n_strx field is compilation unit relative.
7215 * stabs.texinfo: Don't use @code for a.out when it is the name of
7216 an object file format.
7217
7218Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7219
7220 * gdb.texinfo: Refer to file names, not path names, per rms
7221 convention.
7222 (Arguments): Fix typo.
7223
7224Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7225
7226 * stabs.texinfo (Global Variables): Talk about stabs in files
7227 where variables are referenced, but not defined.
7228
7229Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7230
7231 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7232 Cplusplus to new nodes Member Type Descriptor and Method Type
7233 Descriptor. Re-write stuff for #.
7234
7235Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7236
7237 * gdb.texinfo (Print Settings): Don't document "set print
7238 fast-symbolic-addr off". The bug which it worked around was fixed
7239 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7240
7241 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7242 N_ENTRY node.
7243
7244 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7245
7246Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7247
7248 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7249 references to ieee-float.c.
7250
7251Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7252
7253 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7254 match what the code actually does.
7255
7256Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7257
7258 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7259
7260Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7261
7262 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7263 i, and b.
7264
7265Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7266
7267 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7268 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7269 as "stabs in sections" rather than just saying "ELF and SOM".
7270 Also make that stuff apply to COFF.
7271
7272Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7273
7274 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7275 Ghostscript.
7276
7277Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7278
7279 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7280 versus functions without line numbers, also mention stepping into
7281 them as well as "step" when you are in them. Tell the user how to
7282 deal with the situation. Add comment about "debugging information".
7283
7284Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7285
7286 * stabs.texinfo (Enumerations): Document restriction on where
7287 enumeration types can appear and still win with GDB.
7288
7289Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7290
7291 * stabs.texinfo (Negative Type Numbers): Document format for type
7292 -16.
7293
7294Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7295
7296 * gdb.texinfo (Selection, Frame Info): Update information about
7297 arbitrary frame specficiations.
7298
7299Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
7300
7301 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7302
7303Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7304
7305 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7306
7307Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7308
7309 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7310
7311Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7312
7313 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7314 Differences node to Statics node.
7315 (Statics): Discuss XCOFF use of V symbol descriptor.
7316
7317 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7318 not clean.
7319
7320Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7321
7322 * gdb.texinfo (Print Settings): Document `set print
7323 fast-symbolic-addr' and improve the doc for some other
7324 `set print's.
7325
7326Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7327
7328 * stabs.texinfo (String Field): Talk about defining several type
7329 numbers at once.
7330 Fix lint regarding changing node ELF Transformations to
7331 ELF and SOM Transformations.
7332
7333Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7334
7335 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7336
7337Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7338
7339 * stabs.texinfo (Cross-References): `::' is for nested types only
7340 within <>.
7341 (Structures): Document static members.
7342
7343Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7344
7345 * stabs.texinfo: Document S type attribute.
7346
7347Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7348
7349 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7350
7351Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
7352
7353 * gdbint.texinfo: Fix a few typos.
7354
7355Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7356
7357 * gdb.texinfo, remote.texi: formatting improvements
7358
7359 * gdb.texinfo (New Features): mention threads.
7360 (Summary, C): fix xrefs in newly contributed text.
7361 (Threads): index entries, clarifications, example
7362 (passim): minor typos fixed, phrasing improvements
7363
7364 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7365 entries; (Server): explain use of gdbserver w/real-time systems,
7366 add example of conflicting TCP port; (MIPS Remote) break up
7367 running text into table, highlighting commands, and add example.
a9331b3f 7368
c906108c
SS
7369Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7370
7371 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7372
7373Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7374
7375 * stabs.texinfo (Nested Symbols): New node.
7376 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7377
7378Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7379
7380 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7381 to picking which Bbss.bss symbol to use, and (because there seems to
7382 be no good way of doing it) re-write some of the text to make it
7383 sound like Bbss.bss isn't such a great idea after all (as currently
7384 designed).
7385
7386 * gdb.texinfo (C): In addition to saying people have to use g++ for
7387 good results, say they have to use stabs. Specifically say cfront
7388 doesn't work well.
7389 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7390 the gdb README. Add xrefs to places where the support for the various
7391 languages is described in detail.
7392
7393Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7394
7395 * stabs.texinfo: Clean up stuff about visibility and virtual
7396 characters.
7397
7398 * stabs.texinfo (N_M2C): Cite Sun doc.
7399
7400Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7401
7402 * gdb.texinfo: updates re threads.
7403 * remote.texinfo: avoid index entries starting with digits.
7404
7405Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7406
7407 * stabs.texinfo (Enumerations): Talk about large, negative and
7408 octal values. Clean up cross reference to type attributes.
7409 (String Field): Say that GDB 4.11 supports size attribute.
7410
7411Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7412
7413 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7414 is a mandatory step. Make the stuff about that more concise.
7415
7416Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7417
7418 * stabs.texinfo (Class Names): New node.
7419
7420 * gdb.texinfo (Command Files): Explain order of init file reading.
7421
7422 * remote.texi (Bootstrapping): Talk about getting the serial driver
7423 to deal with ^C sent by gdb to stop the remote system.
7424
7425Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
7426
7427 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7428
7429 * libgdb.texinfo (Defining Commands): made the DOC arg
7430 to gdb_define_app_command a char * instead of char **
7431 per a suggestion from kingdon.
7432
7433 * libgdb.texinfo: total rewrite from a different starting
7434 premise.
7435
7436Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7437
7438 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7439 floats passed as doubles (to improve clarity).
7440
7441Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7442
7443 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7444
7445 * a4rc.sed: update to work with Andreas Vogel papersize params
7446
7447 * refcard.tex: use Andreas Vogel simplifications of papersize
7448 params; remove useless version info; update copyright date.
7449
7450Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7451
7452 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7453
7454Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7455
7456 * gdb.texinfo (Files): Say what address the load command loads it at.
7457
7458 * stabs.texinfo (Common Blocks): Minor cleanups.
7459
7460 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7461 that Sun has backed away from the linker kludge and thus the relevant
7462 issue is changes to the SunPRO tools, not the Solaris linker.
7463
7464 * stabs.texinfo (Traditional Integer Types): Clean up description
7465 of octal bounds a little bit. Document extra leading zeroes.
7466
7467Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7468
7469 * gdb.texinfo (Signaling): Update for symbolic symbol names
7470 and add a section explaining the difference between the GDB
7471 signal command and the shell kill utility.
7472
7473Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
7474
7475 * libgdb.texinfo: added `@' to braces that were unescaped.
7476
7477Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
7478
7479 * libgdb.texinfo: new file. Spec for the gdb library.
7480
7481Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7482
7483 * stabs.texinfo (Include Files): Fix typo (start -> end).
7484
7485Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7486
7487 * gdb.texinfo, remote.texi: assorted small improvements, mostly
7488 from Melissa at FSF's editing pass.
7489
7490Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7491
7492 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
7493 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
7494 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
7495
7496Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7497
7498 * remote.texi (Bootstrapping): Discuss 386 call gates.
7499
7500Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7501
7502 * stabs.texinfo (Based Variables): New node.
7503
7504Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
7505
7506 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
7507 names, sizes, and formats to suggest how not to lose.
7508
7509Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7510
7511 * stabs.texinfo (Methods): Fix typo.
7512
7513Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7514
7515 * gdb.texinfo: Fix a few typos.
7516
7517Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7518
7519 * gdb.texinfo: Clarify how well it works with Fortran.
7520
7521 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
7522 More on relocating stabs in ELF files.
7523
7524Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7525
7526 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
7527
7528Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7529
7530 * stabs.texinfo (Local Variable Parameters): Talk about nameless
7531 parameters on VAX.
7532
7533Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7534
7535 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
7536
7537Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7538
7539 * stabs.texinfo: Make info author notice match the TeX author notice.
7540
7541Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7542
7543 * stabs.texinfo: Initial-caps all words in node names and
7544 non-trivial words in section names.
7545
7546Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7547
7548 * stabs.texinfo: Many minor cleanups.
7549
7550 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
7551
7552Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
7553
7554 * stabs.texinfo: Remove full description of big example.
7555 It's not really helpful; just use pieces of it where appropriate.
7556 Add more Texinfo formatting directives (@samp, etc.).
7557 Use @deffn to define stab types.
7558 Eliminate some wordiness. Break up some nodes.
7559 Add an (alphabetized) index of symbol types.
7560 Use consistent capitalization style in node and section names.
7561
7562Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
7563
7564 * gdb.texinfo: Change typo "Two two" to "The two".
7565
7566Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7567
7568 * stabs.texinfo (XCOFF-differences): Remove references to
7569 non-existent types N_DECL and N_RPSYM.
7570
7571 * stabs.texinfo (String Field): Say that type attributes bug is
7572 fixed in GDB 4.10, since it is.
7573
7574 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
7575
7576Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
7577
7578 * stabs.texinfo: Formatting cleanups.
7579
7580Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7581
7582 * stabs.texinfo: When explaining the n_type of a stab, standardize
7583 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
7584 no tabs, use @r).
7585 (Global Variables): Clean up.
7586
7587Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7588
7589 * stabs.texinfo (Stack Variables): Re-write.
7590
7591Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7592
7593 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
7594 addresses of a source file. Also revise formatting.
7595 Change "object module" or "object file" to "source file".
7596 Various: Miscellaneous cleanups.
7597
7598Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7599
7600 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
7601
7602Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
7603
7604 * gdbint.texinfo: Removed many nonsensical machine-collected
7605 host and target conditionals, described some of the remainder.
7606
7607Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7608
7609 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
7610
7611 * gdbint.texinfo (Top): Add name to @top line, and re-write the
7612 paragraph which follows.
7613
7614 * gdbint.texinfo (Host): Use @code not @samp for Makefile
7615 variables. Looks better and avoids overful hbox.
7616
7617Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7618
7619 * stabs.texinfo (Procedures): Improve stuff on nested functions.
7620
7621Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7622
7623 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
7624 retransmit-timeout
7625
7626Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7627
7628 * gdbint.texinfo: Update statement about `some ancient Unix
7629 systems, like Ultrix 4.0' to Ultrix 4.2.
7630
7631Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
7632
7633 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
7634
7635 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
7636
7637 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
7638 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
7639
7640 * remote.texi: new name for former gdbinv-s.texi
7641
7642 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
7643
7644Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
7645
7646 * gdbinv-s.texi: Documented timeout and retransmit-timeout
7647 variables for MIPS remote debugging protocol.
7648
7649Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7650
7651 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
7652
7653Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
7654
7655 * Makefile.in (refcard.dvi): Use srcdir where necessary.
7656
7657Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
7658
7659 * gdb.texinfo: repair conditional bugs in text markup
7660
7661Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7662
7663 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
7664 to select Modula-2 material.
7665
7666Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7667
7668 * stabs.texinfo: Cleanups regarding statics.
7669
7670 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
7671 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
7672
7673Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7674
7675 * stabs.texinfo: N_MAIN is sometimes used for C.
7676
7677Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7678
7679 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
7680
7681Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
7682
7683 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 7684 removed from the code by Kingdon.
c906108c
SS
7685
7686Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7687
7688 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
7689 input when evaluating breakpoint conditions; the bug has been fixed.
7690
7691 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
7692 sets the ignore count to N-1, not to N.
7693
7694Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7695
7696 * refcard.tex (\hoffset): correct longstanding error to match
7697 intended offset; avoids cutting off edge on some printers
7698
7699Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7700
7701 * stabs.texinfo (Parameters): Say that order of stabs is significant.
7702
7703Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7704
7705 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
7706
7707Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7708
7709 * Makefile.in: (REFEDITS) new var to control whether PS or CM
7710 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
7711 collect sed edits if any, apply to refcard before formatting;
7712 (refcard.ps) stop implying PS fonts if PS output requested;
7713 (lrefcard.ps) delete extra target for variant PS fonts
7714
7715 * refcard.tex: parametrize papersize dependent info, collect
7716 in easily replaced spot
7717
7718 * a4rc.sed: new file, edits to refcard for A4 paper
7719
7720Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7721
7722 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
7723
7724Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7725
7726 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
7727
7728Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7729
7730 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
7731 politely rather than rudely.
7732
7733Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7734
7735 * stabs.texinfo: Document common blocks.
7736
7737Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
7738
7739 * stabs.texinfo: Add some basic info about stabs-in-elf.
7740
7741Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7742
7743 * stabs.texinfo (Top): Minor cleanup.
7744
7745Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
7746
7747 * Makefile.in (install-info): remove parentdir support
7748
7749Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7750
7751 * gdb.texinfo (Copying): delete this node and references to it;
7752 RMS says this manual need not carry GPL. (passim): Improvements
7753 from last round at FSF, largely due to Ian Taylor review, and
7754 minor formatting improvements.
7755
7756 * gdbinv-s.texi (passim): Improvements from last round at FSF,
7757 largely due to Ian Taylor review. (Debug Session): minor edits to
7758 new text.
7759
7760Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
7761
7762 * Makefile.in (realclean): Remove info and dvi files too.
7763
7764Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
7765
7766 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
7767 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
7768 * gdb.texinfo: Change accordingly.
7769
7770 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
7771 N_{L,R}BRAC,N_SLINE are relative to.
7772
7773Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
7774
7775 * Makefile.in (GDBvn.texi): Update atomically.
7776
7777Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
7778
7779 * gdbinv-s.texi (Debug Session): Document exceptionHook.
7780
7781Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
7782
7783 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
7784 addresses together. Also motivate the set print symbol-filename
7785 command and suggest other solutions.
7786
7787Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
7788
7789 * gdb.texinfo (set print elements): Note that the number of
7790 elements is set to unlimited by "set print elements 0".
7791
7792Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
7793
7794 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
7795 NF_LDOUBLE means.
7796 (Stab Types): Include Solaris stab types.
7797 (Procedures): Document Solaris extensions.
7798
7799Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7800
7801 * gdb.texinfo: Add `set print symbol-filename' doc.
7802
7803Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7804
7805 * stabs.texinfo (Arrays): Talk about type definition vs. type
7806 information.
7807
7808 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
7809 the trailing semicolon.
7810
7811Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7812
7813 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
7814 and merge in other parts of the document addressing these subjects.
7815 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
7816
7817 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
7818 at the end of a range type.
7819
7820 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
7821 AIX extensions.
7822
7823Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7824
7825 * stabs.texinfo (Stabs Format): Misc fixes.
7826
7827Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7828
7829 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
7830 (Traditional builtin types): Document convex convention for long long.
7831 (Negative builtin types): Discuss type names, and misc fixes.
7832
7833Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7834
7835 * stabs.texinfo (Builtin Type Descriptors): Document the floating
7836 point types used with @samp{R} type descriptor.
7837 (Symbol Descriptors): Describe how to handle conflict between
7838 different meanings of @samp{P} symbol descriptor.
7839
7840Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7841
7842 * stabs.texinfo: Remove node Quick Reference and put its children
7843 directly under the main menu.
7844
7845 * stabs.texinfo: Many more changes to bring it into line with
7846 AIX documentation and reality. I think it now has all the
7847 information from the AIX documentation, except that I burned
7848 out when I got to variant records (Pascal and Modula-2) and
7849 all the COBOL types. Oh well, we can add them later when we're
7850 worrying more about those languages.
7851
7852 * stabs.texinfo (Automatic variables): Talk about what it means
7853 to omit the symbol descriptor.
7854
7855Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7856
7857 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
7858 gcc2 behavior with promoted args.
7859
7860Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7861
7862 * gdb.texinfo: include readline appendices in info version of manual
7863
7864Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7865
7866 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
7867 target remote.
7868
7869 * gdb.texinfo (Machine Code): more index entries for disassemble
7870
7871Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
7872
7873 * Clarify the intended use of the gdb-testers and gdb-patches
7874 mailing lists, and shrink gzip comment.
7875
7876Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7877
7878 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
7879 DOSHOST configuration of manual.
7880
7881 * gdb.texinfo (MIPS Stack): new node.
7882
7883 * all-config.texi (MIPS) new switch.
7884
7885 * gdbinv-s.texi (Nindy Options) Remove two instances of future
7886 tense; (MIPS Remote) new node.
7887
7888 * gdb.texinfo (passim) rephrases to work around makeinfo @value
7889 bug; (Environment) less passive, other small cleanups in text about
7890 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
7891 (Remote) new MIPS Remote menu entry.
7892
7893Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
7894
7895 * stabs.texinfo: Many changes to include information from the
7896 AIX documentation.
7897
7898 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
7899
7900Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
7901
7902 * gdbint.texinfo (new node Debugging GDB, elsewhere):
7903 Move a bunch of information from ../README.
7904 (Getting Started): New node.
7905
7906Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7907
7908 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
7909
7910 * gdb.texinfo: advance manual revision dates to present
7911
7912 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
7913 stop using silly Roman numerals in @set variable names
7914
7915Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
7916
7917 * stabs.texinfo (Parameters): Keep trying to get this right.
7918
7919Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
7920
7921 * stabs.texinfo (Parameters): More on "local parameters".
7922
7923Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
7924
7925 * stabs.texinfo (Parameters): Re-do "local parameters" section.
7926
7927Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
7928
7929 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
7930 (Parameters): Rewrite.
7931 (xcoff-differences, Sun-differences): Minor changes.
7932
7933Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
7934
7935 * stabs.texinfo: Minor cleanup.
7936
7937Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
7938
7939 * gdbint.texinfo: Minor xcoff stuff.
7940
7941Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
7942
7943 * gdbint.texinfo: Update for new config directory structure.
7944 Add info about internal type data structures.
7945
7946Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
7947
7948 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
7949 $(srcdir).
7950 (gdb-config.texi): Depend on file in $(srcdir).
7951
7952Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
7953
7954 * stabs.texinfo: Fixes about N_SO.
7955
7956Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7957
7958 * gdb.texinfo: include list of nonstandard init file names
7959
7960 * *-config.texi: new switch GENERIC for text that applies *only*
7961 to (usual) multiple-target version of manual
7962
7963 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
7964 h8 config
7965
7966 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
7967 in menus (rather than conditionally selected multiple alternative
7968 menus).
7969
7970 * Makefile.in: define and use DOC_CONFIG var to select
7971 configuration for GDB user manual.
7972
7973 * gdb-config.texi: delete from repository, generate from Makefile.
7974
7975 * all-config.texi: normal `generic' configuration file, formerly
7976 stored as gdb-config.texi
7977
7978Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
7979
7980 * Makefile.in: add dvi target to build all .dvi files
7981
7982Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7983
7984 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
7985
7986Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
7987
7988 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
7989 host conditionals.
7990 * stabs.texinfo: More array fixes inspired by Jim's.
7991
7992Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
7993
7994 * stabs.texinfo: Fixes re arrays and continuations.
7995
7996 * gdbint.texinfo: Add XCOFF node.
7997
7998Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
7999
8000 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8001
8002Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8003
8004 * stabs.texinfo: Fix for array types to mention lower bounds.
8005
8006Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8007
8008 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8009
8010Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8011
8012 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8013
8014Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8015
8016 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8017 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8018
8019Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8020
8021 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8022
8023Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8024
8025 * gdb.texinfo, gdbinv-s.texi: misc updates
8026
8027Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8028
8029 * gdbint.texinfo: Brief documentation for longjmp support,
8030 from an email msg by Stu.
8031
8032Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8033
8034 * stabs.texinfo: Fix description of floating point "range"
8035 types (which really define basic types). Reported by Jim Meehan,
8036 <meehan@src.dec.com>.
8037
8038 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8039
8040Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8041
8042 * gdbint.texinfo: Slightly expand section on supporting a new
8043 object file format.
8044
8045Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8046
8047 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8048 intermediate file.
8049
8050Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8051
8052 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8053
8054Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8055
8056 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8057
8058 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8059 as well as Z8002.
8060
8061Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8062
8063 * gdbint.texinfo: Add sections on clean design and on how to send
8064 in changes.
8065
8066Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8067
8068 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8069
8070Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8071
8072 * gdb.texinfo: Fix typo, reported by Karl Berry.
8073
8074Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8075
8076 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8077
8078Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8079
8080 * gdbint.texinfo: fixed a stray email address (needs @@),
8081 added @table @code to node "Native Conditionals"
8082
8083Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8084
8085 * gdbint.texinfo: Describe coding style of GDB.
8086
8087Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8088
8089 * stabs.texinfo: Minor wording changes.
8090
8091Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8092
8093 * gdbint.texinfo: Improve release doc slightly.
8094
8095Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8096
8097 * gdbint.texinfo: Improve doc of GDB config macros.
8098
8099Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8100
8101 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8102 These will be reinserted when examined.
8103
8104Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8105
8106 * gdbint.texinfo: Make a start at documenting all the #if macros
8107 in GDB. At least list them all, and start separating them into
8108 host-specific and target-specific.
8109
8110Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8111
8112 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8113 examples (not consistent w others).
c906108c
SS
8114 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8115 for generic vn of doc
8116
8117Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8118
8119 * Makefile.in: always create installation directories.
8120
8121Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8122
8123 * gdb.texinfo: in h8 config, do not describe searching commands.
8124
8125Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8126
8127 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8128 conditionals; introduce a few generic switches that may be
8129 useful for other cross-dev or dos-hosted configs.
8130
8131 * gdb.texinfo: fix typo in "info reg" description
8132
8133Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8134
8135 * stabs.texinfo: Minor updates from running TeX over it.
8136 * Makefile.in (stabs.dvi, stabs.ps): Add.
8137
8138Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8139
8140 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8141 First pass at converting it to texinfo.
8142
8143Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8144
8145 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8146 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8147
8148Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8149
8150 * gdbint.texinfo: Add section on partial symbol tables.
8151
8152Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8153
8154 * gdb.texinfo: document `set remotedebug' and `set
8155 rstack_high_address'.
8156
8157Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8158
8159 * gdb.texinfo: slight expansion of new text on reading info files
8160 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8161 H8/300 from DOS.
8162
8163Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8164
8165 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8166
8167Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8168
8169 * gdb.texinfo: Say how to read the `info' files.
8170
8171Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8172
8173 * Makefile.in: gm4 -> m4.
8174
8175Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8176
8177 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8178 Documentation' ahead of `Installing GDB' to match README.
8179 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8180 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8181
8182Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8183
8184 * Makefile.in: remove $(srcdir) from gdb.info rule.
8185
8186Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8187
8188 * Makefile.in: commented out gdb-all.texinfo rule. This is
8189 temporary.
8190
8191Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8192
8193 * Makefile.in, configure.in: removed traces of namesubdir,
8194 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8195 copyrights to '92, changed some from Cygnus to FSF.
8196
8197Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8198
8199 * gdb.texinfo: Improve how we ask for bug reports.
8200
8201Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8202
8203 * Makefile.in: infodir belongs in datadir.
8204
8205Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8206
8207 * Makefile.in: remove spaces following hyphens, bsd make can't
8208 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8209 standards.text support.
c906108c
SS
8210
8211Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8212
8213 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8214 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8215 and mandir now keyed off datadir by default.
8216
8217\f
8218Local Variables:
9e9c5ae7 8219mode: change-log
c906108c
SS
8220left-margin: 8
8221fill-column: 74
8222version-control: never
8223End:
This page took 1.336947 seconds and 4 git commands to generate.