gdb/
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
6710bf39
SS
12011-09-27 Stan Shebs <stan@codesourcery.com>
2
3 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4
d99f7e48
HZ
52011-09-16 Hui Zhu <teawater@gmail.com>
6
7 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
8 to *(unsigned char *)$esp@300.
9
d812018b
PK
102011-09-15 Paul Koning <paul_koning@dell.com>
11
12 * gdb.texinfo: Make style of Python functions and methods match
13 the syntax of Python. Also put class and module names explicitly
14 on function, member, and variable names, matching Python
15 documentation conventions.
16
2aa48337
KP
172011-09-15 Kevin Pouget <kevin.pouget@st.com>
18
19 PR Python/12692 Add gdb.selected_inferior() to Python interface.
20 * gdb.texinfo (Inferiors In Python): Describe new
21 gdb.selected_inferior() function.
22
6839b47f
KP
232011-09-15 Kevin Pouget <kevin.pouget@st.com>
24
25 Handle multiple breakpoint hits in Python interface:
26 * gdb.texinfo (Events In Python): New function documentation:
27 gdb.BreakpointEvent.breakpoints. Indicate that
28 gdb.BreakpointEvent.breakpoint is now deprecated.
29
26829f2b
JB
302011-09-04 Joel Brobecker <brobecker@adacore.com>
31
32 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
33
a9f54f60
TT
342011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
35
36 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
37
fa3a4f15
PM
382011-08-17 Phil Muldoon <pmuldoon@redhat.com>
39
40 * gdb.texinfo (Prompt): Add set/show extended-prompt
41 documentation
42 (Basic Python): Add prompt_hook anchor.
43 (Python modules): Reword module text to reflect multiple modules.
44 (gdb.prompt): Document gdb.prompt module.
45
224bbe49
YQ
462011-08-14 Yao Qi <yao@codesourcery.com>
47
78d85199
YQ
48 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
49
502011-08-14 Yao Qi <yao@codesourcery.com>
51
52 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
53 (TIC6x Features): New node.
54
457e09f0
DE
552011-08-12 Doug Evans <dje@google.com>
56
57 * gdb.texinfo (Symbols In Python): Document symbol.type.
58
5e239b84
PM
592011-08-09 Phil Muldoon <pmuldoon@redhat.com>
60
61 * gdb.texinfo (Python): Document command and function
62 auto-loading.
63
177bc839
JK
642011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
65 Eli Zaretskii <eliz@gnu.org>
66
67 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
68 typedefs unrolling. Extend the sample code by an inner typedef and
69 outer typedefs unrolling.
70
1a532630
PP
712011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
72
73 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
74 size and line-size.
75
9b158ba0 762011-07-21 Matt Rice <ratmice@gmail.com>
77
78 PR macros/12999
79 * gdb.texinfo (Macros): Add info definitions and info macros commands.
80 Update text and cindex entries for info macro command.
81
d17b6f81
PM
822011-07-21 Phil Muldoon <pmuldoon@redhat.com>
83
84 * observer.texi (GDB Observers): Add before_prompt observer.
85 * gdb.texinfo (Basic Python): Add documentation for prompt
86 substitution.
87
713389e0
PM
882011-07-11 Phil Muldoon <pmuldoon@redhat.com>
89
90 PR python/12438
91 * gdb.texinfo (Python Commands): Add deprecate note to maint
92 set/show python print-stack. Document set/show python
93 print-backtrace.
94
177b42fe
TJB
952011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
96
97 * gdb.texinfo: Fix typos.
98
900e11f9
JK
992011-07-01 Tom Tromey <tromey@redhat.com>
100
101 * gdb.texinfo (Debugging Output): Document set debug
102 check-physname.
103
39c4d40a
TT
1042011-06-29 Tom Tromey <tromey@redhat.com>
105
106 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
107 breakpoint-notifications feature.
108
6f5def7d
UW
1092011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
110
111 * gdb.texinfo (Target Description): Remove warning about
112 possibly unstable format.
113
8cf64490
TT
1142011-06-03 Tom Tromey <tromey@redhat.com>
115
116 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
117 (Events In Python): Note that exit_code is optional.
118
393eab54
PA
1192011-05-17 Pedro Alves <pedro@codesourcery.com>
120
121 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
122 required for multi-threading support.
123 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
124 Hc are deprecated for multi-threading debugging. Point readers at
125 the vCont packet.
126
75fc9810
DE
1272011-05-15 Doug Evans <dje@google.com>
128
129 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
130
01124a23
DE
1312011-05-13 Doug Evans <dje@google.com>
132
98a5dd13
DE
133 * gdb.texinfo (Threads): Document $sdir,$pdir.
134 (Server): Document $pdir exception.
135
dbaefcf7
DE
136 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
137
cc63ef9b
DE
138 * gdb.texinfo (Threads): Clarify default value for
139 libthread-db-search-path.
7e0396aa 140
01124a23
DE
141 * gdb.texinfo (Completion): Update example.
142 (Debugging Output): Delete `set/show debug lin-lwp-async'.
143
d248b706
KY
1442011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
145
146 * gdb.texinfo: Document change in the behaviour of the enable and
147 disable GDB commands when applied to tracepoints.
148 Document the EnableDisableTracepoints remote stub feature.
149 Document QTEnable and QTDisable in the list of tracepoint packets.
150
cc88a640
JK
1512011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
152
153 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
154 hsuser.texi.
155 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
156 comment to hsuser.texi. Change rluser.texi name in the comment.
157
84e578fb
DE
1582011-05-10 Doug Evans <dje@google.com>
159
160 * gdb.texinfo (Threads): If an empty path is provided for
161 libthread-db-search-path it is reset to its default value.
162 (Server): Ditto.
163
478aac75
DE
1642011-05-09 Doug Evans <dje@google.com>
165
166 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
167
9c06b0b4
TJB
1682011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
169 Thiago Jung Bauermann <bauerman@br.ibm.com>
170
171 Implement support for PowerPC BookE masked watchpoints.
172 * gdb.texinfo (Set Watchpoints): Document mask parameter.
173 (PowerPC Embedded): Mention support of masked watchpoints.
174
9ed350ad
JB
1752011-05-03 Joel Brobecker <brobecker@adacore.com>
176
177 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
178 `@value{GDBN}'.
179
4ceed123
JB
1802011-05-03 Joel Brobecker <brobecker@adacore.com>
181
182 * gdb.texinfo (titlepage): Remove dedication.
183 (In Memoriam): New appendix.
184
559a7a62
JK
1852011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
186 Eli Zaretskii <eliz@gnu.org>
187
188 * gdb.texinfo (Index Section Format): Change the version to 5.
189 Describe the different formula.
190
03f2bd59
JK
1912011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
192 Eli Zaretskii <eliz@gnu.org>
193
194 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
195 for disconnected tracing.
196 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
197 extended-remote relationship. Mention --once.
198 (TCP port allocation lifecycle of @code{gdbserver}): New.
199
d9b1a651
EZ
2002011-04-23 Eli Zaretskii <eliz@gnu.org>
201
202 * gdb.texinfo (Server): Improve indexing. Index all optional
203 switches to gdbserver.
204
90476074
TT
2052011-04-20 Tom Tromey <tromey@redhat.com>
206
207 * gdb.texinfo (Index Section Format): New node.
208 (Top): Add new node to menu.
209
c21236dc
PA
2102011-04-20 Pedro Alves <pedro@codesourcery.com>
211
212 * gdb.texinfo (Maintenance Commands): Document `maint print
213 remote-registers'.
214
05c8c3f5
TT
2152011-04-20 Tom Tromey <tromey@redhat.com>
216
217 * gdb.texinfo (Trace File Format): Move node later.
218
7a9dd1b2
TT
2192011-04-19 Tom Tromey <tromey@redhat.com>
220
221 * gdbint.texinfo (Register Information Functions): Remove
222 duplicate "the".
223 * gdb.texinfo (Emacs): Remove duplicate "to".
224 (GDB/MI Variable Objects): Remove duplicate "the".
225 (General Query Packets): Likewise.
226
4368ebeb
JB
2272011-04-02 Joel Brobecker <brobecker@adacore.com>
228
229 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
230 "GDB/MI Ada Exception Information" node.
231
956a9fb9
JB
2322011-04-01 Joel Brobecker <brobecker@adacore.com>
233
234 * gdb.texinfo (GDB/MI Ada Exception Information): Document
235 the "exception-name" field in the *stopped async record.
236
f1310107
TJB
2372011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
238 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
239
240 Implement support for PowerPC BookE ranged breakpoints.
241 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
242
8786b2bd
TT
2432011-03-28 Tom Tromey <tromey@redhat.com>
244
245 * gdb.texinfo (Set Tracepoints): Fix typo.
246
9ef07c8c
TT
2472011-03-24 Tom Tromey <tromey@redhat.com>
248
249 * gdb.texinfo (Specify Location): Document `function:label'
250 linespec.
251
99c3dc11
PM
2522011-03-18 Phil Muldoon <pmuldoon@redhat.com>
253
f1310107 254 PR python/12149
99c3dc11
PM
255
256 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
257
29703da4
PM
2582011-03-17 Phil Muldoon <pmuldoon@redhat.com>
259
260 * gdb.texinfo (Blocks In Python): Add is_valid method description.
261 (Inferiors In Python): Likewise.
262 (Threads In Python): Likewise.
263 (Symbols In Python): Likewise.
264 (Objfiles In Python): Likewise.
265 (Symbol Tables In Python): Likewise.
266
c9174737
PA
2672011-03-15 Pedro Alves <pedro@codesourcery.com>
268
269 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
270 display>: Explain that the commands accept number ranges.
271
7371cf6d
PM
2722011-03-14 Phil Muldoon <pmuldoon@redhat.com>
273
274 * gdb.texinfo (Breakpoints In Python): Add description and example
275 of Python stop function operation.
276
ecec24e6
PM
2772011-03-10 Phil Muldoon <pmuldoon@redhat.com>
278
279 * gdb.texinfo (Parameters In Python): Document get_set_string and
280 get_show_string methods.
281
6dcd5565
JK
2822011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
283
284 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
285
81896e36
JK
286 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
287 circular-trace-buffer name.
288
5e30da2c
JB
2892011-02-28 Joel Brobecker <brobecker@adacore.com>
290
291 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
292 in the previous change.
293
3bd0f5ef 2942011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
295
296 * gdb.texinfo (Inferiors and Programs): Update commands to show
297 that they can accept multiple arguments.
298
4ec7539c
JB
2992011-02-24 Joel Brobecker <brobecker@adacore.com>
300
301 Revert the following patch (code patch was not approved):
302 2011-02-21 Hui Zhu <teawater@gmail.com>
303 * agentexpr.texi (bytecode descriptions): add printf.
304 * gdb.texinfo (tracepoint action lists): add printf.
305
82809774
DE
3062011-02-23 Doug Evans <dje@google.com>
307
308 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
309
e5a67952
MS
3102011-02-23 Michael Snyder <msnyder@vmware.com>
311
312 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
313 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
314 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
315
6e6fbe60
DE
3162011-02-22 Doug Evans <dje@google.com>
317
318 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
319 Clarify behaviour of lookup_symbol when `block' argument is omitted,
320 add description of result, fix @defun formatting.
321
f994e27a
HZ
3222011-02-21 Hui Zhu <teawater@gmail.com>
323
324 * agentexpr.texi (Bytecode Descriptions): Add printf.
325 * gdb.texinfo (Tracepoint Action Lists): Add printf.
326
c7f96d2b
TT
3272011-02-18 Tom Tromey <tromey@redhat.com>
328
329 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
330
60f98dde
MS
3312011-02-14 Michael Snyder <msnyder@vmware.com>
332
333 * gdb.texinfo (threads): Document argument for "info threads" cmd.
334 Document new command "thread find".
335
08e796bc
MS
3362011-02-14 Michael Snyder <msnyder@vmware.com>
337
338 * gdb.texinfo (Threads): Update example of new thread message.
339
b3b9301e
PA
3402011-02-14 Pedro Alves <pedro@codesourcery.com>
341
342 * gdb.texinfo (Remote Configuration): Mention set/show remote
343 traceframe-info.
344 (Tools/Packages Optional for Building GDB): Mention that expat is
345 used for traceframe info.
346 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
347 (General Query Packets) <qSupported>: Describe the
348 qXfer:traceframe-info:read feature.
349 (qXfer::read): Describe qXfer:traceframe-info:read.
350 (Traceframe Info Format): New section.
351
cef35b0f
PA
3522011-02-04 Pedro Alves <pedro@codesourcery.com>
353
354 * gdbint.texinfo (Formatting): Mention some formatting guidelines
355 for casts and unary operators.
356
f1cbe1d3
TT
3572011-02-04 Tom Tromey <tromey@redhat.com>
358
359 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
360 is not useful.
361
585fdaa1
PA
3622011-01-25 Pedro Alves <pedro@codesourcery.com>
363
364 * gdb.texinfo: s/value optimized out/optimized out/g
365
7bfc9434
JB
3662011-01-21 Joel Brobecker <brobecker@adacore.com>
367
368 * gdb.texinfo (Other Misc Settings): Rework part of the
369 documentation of the "set interactive mode" command.
370
4694da01
TT
3712011-01-19 Tom Tromey <tromey@redhat.com>
372
373 * gdb.texinfo (Threads): Document thread name output and `thread
374 name' command.
375 (Threads In Python): Document Thread.name attribute.
376 (GDB/MI Thread Commands): Document thread attributes.
377
b716877b
AB
3782011-01-12 Andrew Burgess <aburgess@broadcom.com>
379
380 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
381 changes in mi/mi-cmd-disas.c
382
13fd8b81
TT
3832011-01-12 Tom Tromey <tromey@redhat.com>
384
385 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
386 Fix "thread apply" text.
387
e09342b5
TJB
3882011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
389 Thiago Jung Bauermann <bauerman@br.ibm.com>
390
391 Implement support for PowerPC BookE ranged watchpoints.
392 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
393 the "set powerpc exact-watchpoints" flag.
394
06e65f44
TT
3952011-01-07 Tom Tromey <tromey@redhat.com>
396
397 * gdb.texinfo (Python API): Add descriptions to @menu items.
398
d8e22779
TT
3992011-01-06 Tom Tromey <tromey@redhat.com>
400
401 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
402
a255712f
PP
4032010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
404
e09342b5 405 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 406
ccfc3d6e
TT
4072011-01-06 Tom Tromey <tromey@redhat.com>
408
409 PR python/12133:
410 * gdb.texinfo (Frames In Python): Document various frame
411 constants.
412
44944448
JB
4132011-01-05 Joel Brobecker <brobecker@adacore.com>
414
415 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
416 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
417 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
418
42ea3d7a
JK
4192011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
420
421 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
422 (clean): Add GDBvn.texi.
423
720d1a40
JB
4242010-12-29 Joel Brobecker <brobecker@adacore.com>
425
426 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
427 occasional case where the debugger prints an array address
428 instead of the array itself.
429
ad196637
PA
4302010-12-23 Pedro Alves <pedro@codesourcery.com>
431
432 * gdb.texinfo (Packets) <read registers packet>: Document support
433 for registers that were not collected.
434
a86caf66
DE
4352010-12-15 Doug Evans <dje@google.com>
436
437 * gdb.texinfo (Startup): Document auto-loading of scripts during
438 startup.
439 (Auto-loading): Delete "maint set python auto-load on|off".
440 Add "set auto-load-scripts on|off".
441
aae1c79a
DE
4422010-12-07 Doug Evans <dje@google.com>
443
444 * gdb.texinfo (Mode Options): Document -data-directory.
445 (Data Files): Add reference to -data-directory.
446
4e04c971
DE
4472010-11-29 Doug Evans <dje@google.com>
448
449 * gdb.texinfo (Pretty-Printer Introduction): Change
450 printer-name:subprinter-name to printer-name;subprinter-name.
451
94b6973e
PM
4522010-11-29 Phil Muldoon <pmuldoon@redhat.com>
453
454 PR python/12199
455
456 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
457
39037522
TT
4582010-11-23 Tom Tromey <tromey@redhat.com>
459
460 * gdb.texinfo (Top): Check SYSTEM_READLINE.
461 (Editing): Likewise.
462 (Command History): Likewise.
463 (TUI Keys): Likewise.
464 (Bug Reporting): Conditionally include rluser.texi and
465 inc-history.texinfo.
466 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
467 (GDB_DOC_SOURCE_INCLUDES): Add comment.
468 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
469 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
470 (gdb.pdf): Likewise.
471 (gdb.info): Likewise.
472 (gdb/index.html): Likewise.
473
5ae98d25
TT
4742010-11-23 Tom Tromey <tromey@redhat.com>
475
476 * Makefile.in (Makefile): Run ../config.status.
477 (distclean): Update.
478 * configure: Remove.
479 * configure.ac: Remove.
480
621c8364
TT
4812010-11-12 Tom Tromey <tromey@redhat.com>
482
483 * gdb.texinfo (Basic Python): Update. Add xref.
484 (Exception Handling): Document new exception classes.
485 (Types In Python): Update.
486 (Frames In Python): Update.
487
84f4c1fe
PM
4882010-11-11 Phil Muldoon <pmuldoon@redhat.com>
489
490 * gdb.texinfo (Breakpoints In Python): Document "internal"
491 parameter, and visible attribute.
492
99e7ae30
DE
4932010-11-05 Doug Evans <dje@google.com>
494
495 * gdb.texinfo (Source Path): Document "set directories".
496
f4b8a18d
KW
4972010-11-05 Ken Werner <ken.werner@de.ibm.com>
498
499 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
500 (OpenCL C): New node.
501
7b51bc51
DE
5022010-11-02 Doug Evans <dje@google.com>
503
504 * gdb.texinfo (Pretty Printing): Expand into three sections,
505 introduction, example, and commands.
506 (Python API): Delete section Disabling Pretty-Printers, merge into
507 Selecting Pretty-Printers.
508 (Writing a Pretty-Printer): New section. Move the pretty-printer
509 example here, and reformat to match python coding style. Add a second
510 example using the gdb.printing module.
511 (Python modules): Add gdb.printing.
512
9eeee977
DE
5132010-10-29 Doug Evans <dje@google.com>
514
515 * gdb.texinfo (Python): Fix long line.
516
a0e0ffdf
DE
5172010-10-20 Doug Evans <dje@google.com>
518
519 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
520 All references updated. Correct sections marked as subsections.
521 (Coding Standards): New chapter. Move the coding standard related
522 subsections here. Add section on Python coding standards.
523
0e3509db
DE
5242010-10-13 Doug Evans <dje@google.com>
525
526 * gdb.texinfo (Python): Add "Python modules".
527 (Types in Python): Add reference to gdb.types section.
528 (Python modules): New node.
529
44592cc4
DE
5302010-10-11 Doug Evans <dje@google.com>
531
532 * gdb.texinfo (Values From Inferior): Add reference to "Types in
533 Python" from gdb.Value.type description.
534
6e1bb179
JB
5352010-09-28 Joel Brobecker <brobecker@adacore.com>
536
537 * gdb.texinfo (Ravenscar Profile): New node.
538
e8467610
TT
5392010-09-22 Tom Tromey <tromey@redhat.com>
540
541 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
542
fccd1d1e
EZ
5432010-09-22 Eli Zaretskii <eliz@gnu.org>
544
545 * gdb.texinfo (Values From Inferior): Clarify that
546 value.dynamic_type works only in C++ programs with RTTI.
547
c1b6b909
TT
5482010-09-15 Paul Bolle <pebolle@tiscali.nl>
549
550 * gdb.texinfo (Character Sets): Correctly reference host-charset
551 in example.
552
7d288aaa
TT
5532010-09-13 Tom Tromey <tromey@redhat.com>
554
555 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
556 Document "fullname" and "from".
557
f75d858b
MK
5582010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
559
560 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
561 feature `reverse' output by -list-target-features.
562
83b9503b
L
5632010-08-31 H.J. Lu <hongjiu.lu@intel.com>
564
565 * gdb.texinfo (i386 Features): Remove an extra "@item".
566
03f17ccf
TT
5672010-08-30 Tom Tromey <tromey@redhat.com>
568
569 PR python/11792:
570 * gdb.texinfo (Values From Inferior): Document dynamic_type.
571
9779414d
DJ
5722010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
573
574 * gdb.texinfo (ARM Features): Document
575 org.gnu.gdb.arm.m-profile.
576
f9ffd4bb
TT
5772010-08-23 Tom Tromey <tromey@redhat.com>
578
579 PR python/11145:
580 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
581 reinterpret_cast methods.
582
702c2711
TT
5832010-08-23 Tom Tromey <tromey@redhat.com>
584
585 PR python/11915:
586 * gdb.texinfo (Types In Python): Document array method.
587
66b73624
TJB
5882010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
589
590 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
591
06a64a0b
TT
5922010-08-16 Tom Tromey <tromey@redhat.com>
593
594 * gdb.texinfo (Set Watchpoints): Document -location option.
595
a3a7127e
DE
5962010-08-13 Doug Evans <dje@google.com>
597
598 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
599
8dedea02
VP
6002010-08-13 Vladimir Prus <vladimir@codesourcery.com>
601
602 * gdb.texinfo (GDB/MI Data Manipulation): Document
603 -data-read-memory-raw and -data-write-memory-raw.
604
ca5c20b6 6052010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 606 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
607
608 * gdb.texinfo (Basic Python): Describe post_event API.
609
cb2e07a6
PM
6102010-08-11 Phil Muldoon <pmuldoon@redhat.com>
611
612 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 613 decode_line Python APIs
cb2e07a6 614
464b3efb
TT
6152010-08-10 Tom Tromey <tromey@redhat.com>
616
617 * gdb.texinfo (Pretty Printing API): Document
618 gdb.default_visualizer.
619
c29c521f
TT
6202010-08-10 Tom Tromey <tromey@redhat.com>
621
622 Revert gdb-add-index addition:
623 * gdb.texinfo (Index Files): Don't document gdb-add-index.
624
5da1313b
JK
6252010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
626 Eli Zaretskii <eliz@gnu.org>
627
628 * gdb.texinfo (Mode Options) <-batch>
629 (Basic Python) <gdb.execute>: Describe setting width and height.
630
02d868e8
PP
6312010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
632
633 * gdb.texinfo (Threads): Document 'debug libthread-db'.
634
c2bbed2a
TT
6352010-07-30 Tom Tromey <tromey@redhat.com>
636
637 * gdb.texinfo (Index Files): Mention gdb-add-index.
638
6c13bbe1
HZ
6392010-07-30 Hui Zhu <teawater@gmail.com>
640
641 * gdb.texinfo (Inferiors and Programs): Update the introduce of
642 "detach inferior" and "kill inferior".
643
53a71c06
CR
6442010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
645
646 * gdb.texinfo (Machine Code): Update description of two forms of
647 arguments, and add new example to demonstrate the new form.
648
5374244e
PM
6492010-07-27 Phil Muldoon <pmuldoon@redhat.com>
650
651 * gdb.texinfo (Values From Inferior): Add value inferior function
652 call description.
653
8ea5bce5
JK
6542010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
655
656 * gdb.texinfo (Active Targets): Fix wrong comma placement.
657
c0edd9ed
JK
6582010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
659 Eli Zaretskii <eliz@gnu.org>
660
661 Make core files the process_stratum.
662 * gdb.texinfo (Active Targets): Remove core_stratum. Include
663 record_stratum example.
664
9291a0cd
TT
6652010-07-13 Tom Tromey <tromey@redhat.com>
666
667 * gdb.texinfo (Index Files): New node.
668
f5011d11
TT
6692010-07-13 Tom Tromey <tromey@redhat.com>
670
671 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
672
0f5238ed
TT
6732010-07-13 Tom Tromey <tromey@redhat.com>
674
675 * gdb.texinfo (Specify Location): Document labels.
676
74c761c1
PA
6772010-07-01 Pedro Alves <pedro@codesourcery.com>
678
679 * gdb.texinfo (Create and Delete Tracepoints): Add more index
680 entries for fast tracepoints and static tracepoints.
681
501994c0
PA
6822010-07-01 Pedro Alves <pedro@codesourcery.com>
683
684 * gdb.texinfo (General Query Packets) <qfThreadInfo,
685 qsThreadInfo>: Spell out `l' as ell.
686
0fb4aa4b
PA
6872010-07-01 Pedro Alves <pedro@codesourcery.com>
688
689 * gdb.texinfo (Convenience Variables): Document $_sdata.
690 (Commands to Set Tracepoints): Describe static tracepoints. Add
691 `Listing Static Tracepoint Markers' menu entry. Document
692 "strace".
693 (Tracepoint Action Lists): Document collecting $_sdata.
694 (Listing Static Tracepoint Markers): New subsection.
695 (Tracepoints support in gdbserver): Mention static tracepoints.
696 (remote packets, enabling and disabling): Mention
697 read-sdata-object.
698 (General Query Packets) <qSupported>: Document qXfer:sdata:read
699 and StaticTracepoint.
700 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
701 Document qXfer:sdata:read.
702 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
703
dc3b15be
JB
7042010-06-29 Joel Brobecker <brobecker@adacore.com>
705
706 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
707
595939de
PM
7082010-06-28 Phil Muldoon <pmuldoon@redhat.com>
709 Tom Tromey <tromey@redhat.com>
710 Thiago Jung Bauermann <bauerman@br.ibm.com>
711
712 * gdb.texinfo (Inferiors In Python): New node.
713 * gdb.texinfo (Threads In Python): New node.
714
9279c692
JB
7152010-06-28 Joel Brobecker <brobecker@adacore.com>
716
717 * gdb.texinfo (Python): Document what the python directory is
718 and what its location is.
719 (Basic Python): Document the gdb.PYTHONDIR constant.
720
bc9f0842
TT
7212010-06-25 Tom Tromey <tromey@redhat.com>
722
723 PR python/10808:
724 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
725
f1421989
HZ
7262010-06-24 Hui Zhu <teawater@gmail.com>
727
728 * gdb.texinfo: (Commands for Controlled Output): Add
729 documentation for command "eval".
730
e4c0cfae
SS
7312010-06-21 Stan Shebs <stan@codesourcery.com>
732
733 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
734 * annotate.texinfo: Ditto.
735 * gdbint.texinfo: Ditto.
736 * stabs.texinfo: Ditto.
737
bb08c432
HZ
7382010-06-22 Hui Zhu <teawater@gmail.com>
739
740 * gdb.texinfo: (Process Record and Replay): Add documentation
741 for command "set record memory-query".
742
4f5d9f07
SS
7432010-06-21 Stan Shebs <stan@codesourcery.com>
744
745 * gdb.texinfo: Relicense under GFDL version 1.3.
746 * annotate.texinfo: Relicense under GFDL version 1.3.
747 * gdbint.texinfo: Relicense under GFDL version 1.3.
748 * stabs.texinfo: Relicense under GFDL version 1.3.
749 * fdl.texi: Update to version 1.3.
750
6aed2dbc
SS
7512010-06-18 Stan Shebs <stan@codesourcery.com>
752
a61408f8
SS
753 * gdb.texinfo (Operating System Auxiliary Information): Describe
754 "info os" when no arguments given.
755
6aed2dbc
SS
756 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
757 $_thread.
758
24e933df
HZ
7592010-06-18 Hui Zhu <teawater@gmail.com>
760
761 * gdb.texinfo: (Process Record and Replay): Add documentation
762 for commands "record save" and "record restore".
763
65d79d4b
SDJ
7642010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
765
766 * gdb.texinfo: Include information about the correct use
767 of addresses in the `watch' command.
768
d914c394
SS
7692010-06-11 Stan Shebs <stan@codesourcery.com>
770
771 * gdb.texinfo (Observer Mode): New section.
772 (General Query Packets): Document QAllow.
889bf7c5 773
967cf477
DE
7742010-06-04 Doug Evans <dje@google.com>
775
776 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
777
aaf4119b
DE
7782010-06-03 Doug Evans <dje@google.com>
779
780 * gdbint.texinfo (Coding): Add subsection on command names.
781
9eae7c52
TT
7822010-06-02 Tom Tromey <tromey@redhat.com>
783
784 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
785 always-disassemble.
786
fa593d66
PA
7872010-06-01 Pedro Alves <pedro@codesourcery.com>
788
789 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
790 gdbserver, and add cross reference.
791 (Tracepoints support in gdbserver): New subsection.
792
dde08ee1
PA
7932010-05-26 Pedro Alves <pedro@codesourcery.com>
794
795 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
796 `qRelocInsn' feature.
797 (Relocate instruction reply packet): New subsection
798 of `Tracepoint Packets'.
799 (Tracepoint Packets): Mention that packets QTDP and QTStart
800 support the qRelocInsn request, and add cross reference to new
801 subsection.
802
07ca107c
DE
8032010-05-25 Doug Evans <dje@google.com>
804
805 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
806 (Commands In Python): Document gdb.string_to_argv.
807
c25c4a8b
JK
8082010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
809
810 * gdbint.texinfo (Host Definition): Remove items NORETURN and
811 ATTR_NORETURN.
812
d7b32ed3 8132010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
814 Tom Tromey <tromey@redhat.com>
815 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 816
c25c4a8b 817 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 818
6aecb9c2
JB
8192010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
820
821 * gdb.texinfo: (Summary) Add mention about D language support.
822 (Filenames): Add D suffixes.
823 (D): New node.
824
b7da9e9f
PM
8252010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
826
827 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
828 of macro deleted from GDB code.
829
ab38a727
PA
8302010-04-24 Pedro Alves <pedro@codesourcery.com>
831
832 * gdb.texinfo (Commands to specify files): Describe what how GDB
833 looks up DOS-based filesystem paths on the system root. Document
834 the new `set/show target-file-system-kind' commands.
835
66d09542
DE
8362010-04-23 Doug Evans <dje@google.com>
837
838 * gdb.texinfo (Python): Move Auto-loading section here ...
839 (Python API): from here.
840 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
841 (Maintenance Commands): Add docs for "maint print section-scripts".
842
8bd10a10
CM
8432010-04-20 Chris Moller <cmoller@redhat.com>
844
845 * gdb.texinfo (Setting Breakpoints): Added description of
846 filename-qualified rbreak.
847 * refcard.tex (Breakpoints and Watchpoints): Added brief
848 description of filename-qualified rbreak.
849
4c374409
JK
8502010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
851
852 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
853 (Python API): Change the reference to Pretty Printing API.
854 (Pretty Printing): Move the user part under the Data node. Reformat
855 the sample output to 72 columns. Create a new reference to Pretty
856 Printing API. Rename the API part ...
857 (Pretty Printing API): To a new node name.
858 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
859 (GDB/MI Variable Objects): Change references to Pretty Printing API.
860
5a9351ae
SS
8612010-04-21 Stan Shebs <stan@codesourcery.com>
862
863 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 864 and commands.
5a9351ae 865 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 866
9a22f0d0
PM
8672010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
868
869 * gdb.texinfo (Examining memory): Update for change in string
870 display with explicit size.
871
6149aea9
PA
8722010-04-19 Pedro Alves <pedro@codesourcery.com>
873
874 PR breakpoints/8554.
875
876 * gdb.texinfo (Save Breakpoints): New node.
877 (save-tracepoints): Rename to ...
878 (save tracepoints): ... this. Mention that `save-tracepoints' is
879 a deprecated alias to `save tracepoints'.
880
711e434b
PM
8812010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
882
645797a8 883 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
884 (info w32 thread-information-block): Document new command.
885 (qGetTIBAddress): Document new gdbserver query.
886 (maint set/show show-all-tib): Document new command.
887
3f7b2faa
DE
8882010-04-15 Doug Evans <dje@google.com>
889
fa33c3cd
DE
890 * gdb.texinfo (Python API): Add progspaces section.
891 (Selecting Pretty-Printers): Progspace pretty-printers are
892 searched too.
893 (Progspaces In Python): New section.
894
3f7b2faa
DE
895 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
896
79f283fe
PM
8972010-04-14 Phil Muldoon <pmuldoon@redhat.com>
898
899 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
900 returns None.
901
87290684
SS
9022010-04-09 Stan Shebs <stan@codesourcery.com>
903
904 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
905 Describe the `frames-created' field, tweak grammar.
906
a97153c7
PA
9072010-04-09 Pedro Alves <pedro@codesourcery.com>
908
909 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
910 Describe the `circular' and `disconnected' fields.
911
5c5dcc1b
L
9122010-04-09 H.J. Lu <hongjiu.lu@intel.com>
913
914 * gdb.texinfo (maint print registers): Mention unavailable and
915 invisible registers.
916
adc36818
PM
9172010-04-09 Phil Muldoon <pmuldoon@redhat.com>
918 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 919 Tom Tromey <tromey@redhat.com>
adc36818
PM
920
921 * gdb.texinfo (Breakpoints In Python): New Node.
922
33da3f1c
SS
9232010-04-08 Stan Shebs <stan@codesourcery.com>
924
925 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
926 trace status fields.
927
3a13a53b
L
9282010-04-08 H.J. Lu <hongjiu.lu@intel.com>
929
930 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
931 optional. Make org.gnu.gdb.i386.avx requires
932 org.gnu.gdb.i386.avx.
933
08001717
DE
9342010-04-08 Doug Evans <dje@google.com>
935
936 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
937 search path, and document that gdb only scans the search path if
938 the script's path doesn't specify a directory.
939
c375651d
DE
9402010-04-05 Doug Evans <dje@google.com>
941
942 * gdb.texinfo (maint show python auto-load): Fix typo.
943
af54718e
SS
9442010-04-04 Stan Shebs <stan@codesourcery.com>
945
d77f58be
SS
946 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
947 (Setting Watchpoints): Update description of "info watch".
948 (Disabling Breakpoints): Only "info break" lists all.
949
af54718e
SS
950 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
951 (tdump): Explain how tdump works.
952
86b17b60
PA
9532010-04-01 Pedro Alves <pedro@codesourcery.com>
954
955 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
956 add cross reference.
957
ff12863f
PA
9582010-03-31 Pedro Alves <pedro@codesourcery.com>
959
960 * gdb.texinfo (TUI Commands): Mention that in some cases, these
961 commands error out.
962
f68eb612
L
9632010-03-30 H.J. Lu <hongjiu.lu@intel.com>
964
965 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
966
c8d5aac9
L
9672010-03-30 H.J. Lu <hongjiu.lu@intel.com>
968
969 * gdb.texinfo (General Query Packets): Add xmlRegisters.
970
7d13fe92
SS
9712010-03-29 Stan Shebs <stan@codesourcery.com>
972 Nathan Sidwell <nathan@codesourcery.com>
973
974 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
975 GDBN equivalent.
976 (Set Tracepoints): Remove mention that conditional tracepoints
977 don't exist.
978 (Tracepoint Actions): Clarify when while-stepping collection
979 happens, note that while-stepping does not automatically collect
980 $pc.
981
409873ef 9822010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 983
409873ef
SS
984 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
985 (General Query Packets): Describe TracepointSource.
986
ee8e71d4
EZ
9872010-03-27 Matt Rice <ratmice@gmail.com>
988
c8d5aac9
L
989 * gdb.texinfo (ARM): Document arguments to "target sim".
990 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 991
99b5e152
PA
9922010-03-26 Pedro Alves <pedro@codesourcery.com>
993
994 * gdb.texinfo (Tracepoint Packets): Remove mention that
995 terror:string may be plain text, and drop mention of X prefix.
996
cd64ee31
VP
9972010-03-26 Vladimir Prus <vladimir@codesourcery.com>
998
999 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1000
6c28cbf2
SS
10012010-03-24 Stan Shebs <stan@codesourcery.com>
1002
1003 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1004
95a42b64
TT
10052010-03-24 Tom Tromey <tromey@redhat.com>
1006
1007 PR breakpoints/9352:
1008 * gdb.texinfo (Break Commands): Update.
1009
18148017
VP
10102010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1011
1012 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1013 commands.
1014
4daf5ac0
SS
10152010-03-16 Stan Shebs <stan@codesourcery.com>
1016
1017 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1018 circular-trace-buffer.
1019 (Tracepoint Packets): Describe QTBuffer, and details of the
1020 qTStatus reply.
1021
c9429232
SS
10222010-03-12 Stan Shebs <stan@codesourcery.com>
1023 Nathan Sidwell <nathan@codesourcery.com>
1024
1025 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1026 doing instruction stepping.
1027 (Tracepoint Restrictions): New node.
1028
ccefe4c4
TT
10292010-03-10 Tom Tromey <tromey@redhat.com>
1030
1031 * gdbint.texinfo (Symbol Handling): Update.
1032
7c953934
TT
10332010-03-08 Tom Tromey <tromey@redhat.com>
1034
1035 PR cli/9591:
1036 * gdb.texinfo (Mode Options): Mention lack of pagination and
1037 confirmation with --batch.
1038 (Screen Size): Mention --batch.
1039 (Messages/Warnings): Likewise.
1040
f870a310
TT
10412010-03-05 Tom Tromey <tromey@redhat.com>
1042
1043 * gdb.texinfo (Basic Python): Document target_charset and
1044 target_wide_charset.
1045
78e2826b
TT
10462010-03-05 Tom Tromey <tromey@redhat.com>
1047
1048 * gdb.texinfo (Data): Link to pretty-printing.
1049 (Output Formats): Likewise. Correct text.
1050
f5dff777
DJ
10512010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1052
1053 * gdb.texinfo (Types): Describe <struct> and <flags>.
1054
dc00d89f
PM
10552010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1056
1057 * gdb.texinfo (Frames In Python): Add block parameter and
1058 description to read_var text.
1059
5107b149 10602010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1061 Tom Tromey <tromey@redhat.com>
5107b149
PM
1062
1063 * gdb.texinfo (Types In Python): Describe block argument in
1064 template_argument and gdb.lookup_type.
1065
e03e5e7b
TT
10662010-02-24 Tom Tromey <tromey@redhat.com>
1067
1068 * gdb.texinfo (Cygwin Native): Fix typo.
1069
f3e9a817
PM
10702010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1071
1072 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1073 and select method descriptions.
1074 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1075 Tables in Python to menu.
1076 (Blocks In Python): New node.
1077 (Symbols In Python): New node.
1078 (Symbol Tables in Python): New node.
1079
a79b8f6e
VP
10802010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1081
1082 Multiexec MI
1083
1084 gdb/
1085 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1086
1087 gdb/doc/
1088 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1089 changes.
1090 (GDB/MI Program Execution): Document current behaviour of
1091 --all and --thread-group.
1092 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1093 -remove-inferior.
1094 * observer.texi (inferior_added, inferior_removed): New
1095 observers.
1096
629d6a47
TT
10972010-02-19 Tom Tromey <tromey@redhat.com>
1098
1099 * gdbint.texinfo (Getting Started): Fix @node.
1100 (Debugging GDB): Likewise.
1101
c09529e5
JB
11022010-02-13 Joel Brobecker <brobecker@adacore.com>
1103
1104 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1105 documenting the gdb_test_timeout variable.
1106
540aa8e7
MS
11072010-02-12 Jakob Engblom <jakob@virtutech.com>
1108
1109 * gdb.texinfo (MI commands): Added documentation of --reverse
1110 option to a set of MI commands. Restructured documentation of MI
1111 commands --exec-continue to reflect the complexity of reverse
1112 execution.
1113
081dfbf7
PA
11142010-02-12 Pedro Alves <pedro@codesourcery.com>
1115
1116 * gdb.texinfo (Using the Collected Data): Specify that the address
1117 range of `tfind outsize' is exclusive, and that the address range
1118 of `tfind range' is inclusive.
1119 (Tracepoint Packets): Specify that the address range of
1120 `QTFrame:range' is inclusive, and that the address range of
1121 `QTFrame:outside' is exclusive
1122
8e9c5e02
VP
11232010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1124
1125 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1126
92981e24
TT
11272010-02-10 Tom Tromey <tromey@redhat.com>
1128
1129 * gdb.texinfo (Debugging Output): Document set debug parser and
1130 show debug parser.
1131
075b51b7
L
11322010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1133
1134 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1135 i386_eflags and i386_mxcsr.
1136
3bb8d5c3
L
11372010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1138
1139 * gdb.texinfo: Document i386 target features.
1140
c5f80513
DE
11412010-02-05 Doug Evans <dje@google.com>
1142
1143 * gdbint.texinfo (Testsuite): Add a new section to document the
1144 various DejaGnu variables that may be overridden.
1be00882 1145 Document INTERNAL_GDBFLAGS.
c5f80513 1146
6ac33a4e
TT
11472010-02-04 Tom Tromey <tromey@redhat.com>
1148
1149 PR cli/8830:
1150 * gdb.texinfo (Files): -readnow comes before the filename for file
1151 and symbol-file.
1152
a1dcb23a
DJ
11532010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1154
1155 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1156 Document ARM breakpoint types.
1157 (Register Packet Format): Move into the new section.
1158 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1159
95433b34
JB
11602010-01-21 Joel Brobecker <brobecker@adacore.com>
1161
1162 * gdb.texinfo (File Options): Adjust the documentation of this
1163 switch to refer to the "source" command rather than partially
1164 duplicating some of the relevant information.
1165 (Extending GDB): Introduce and document the set/show script-extension
1166 setting.
1167 (Command Files): Add note explaining that the "source" command
1168 is also used to evalute scripts written in other languages.
1169 Remove the short slightly incorrect reference to sourcing Python
1170 scripts.
1171 (Python Commands): Document how to execute a Python script from GDB.
1172
8d576872
JB
11732010-01-19 Joel Brobecker <brobecker@adacore.com>
1174
1175 * gdb.texinfo (Command Files): Fix typo.
1176
8150ff9c
JB
11772010-01-18 Tom Tromey <tromey@redhat.com>
1178
1179 * gdb.texinfo (File Options): Document -x on .py files.
1180 (Command Files): Document handling of Python scripts.
1181
23db03a6
JZ
11822010-01-18 Jie Zhang <jie.zhang@analog.com>
1183
1184 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1185
00bf0b85
SS
11862010-01-15 Stan Shebs <stan@codesourcery.com>
1187
1188 * gdb.texinfo (Trace Files): New section.
1189 (Tracepoint Packets): Document QTSave and qTBuffer.
1190 (Trace File Format): New appendix.
1191
be759fcf
PM
11922010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1193
1194 * gdb.texinfo (Values From Inferior): Document lazy_string value
1195 method.
1196 (Python API): Add Lazy strings menu item.
1197 (Lazy Strings In Python): New node.
1198
dc146f7c
VP
11992010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1200
1201 * gdb.texinfo (GDB/MI Thread Information): New.
1202 (GDB/MI Async Records): Document the core field in *stopped.
1203 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1204 documentation
1205 (Process list): Document that osdata document may contain
1206 threads.
1207 (Remote Serial Protocol): Document qXfer:threads.
1208
d5551862
SS
12092010-01-06 Stan Shebs <stan@codesourcery.com>
1210
1211 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1212 disconnected tracing.
1213 (Tracepoint Packets): Document new protocol.
1214
7a697b8d
SS
12152010-01-05 Stan Shebs <stan@codesourcery.com>
1216
1217 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1218 tracepoints.
1219 (Tracepoint Packets): Describe remote protocol for fast
1220 tracepoints.
1221
e6f3ec50
JB
12222010-01-01 Joel Brobecker <brobecker@adacore.com>
1223
1224 Update the "Start of New Year Procedure".
1225 * gdbint.texinfo: Add the list of files that need to be updated
1226 manually. Minor reformatting.
1227
ddc4e9c1
JB
12282010-01-01 Joel Brobecker <brobecker@adacore.com>
1229
1230 * refcard.tex: Update copyright year in header and text.
1231
9d2897ad
JB
12322010-01-01 Joel Brobecker <brobecker@adacore.com>
1233
1234 * agentexpr.texi: Add 2010 to the list of copyright years.
1235 * annotate.texinfo: Likewise.
1236 * gdb.texinfo: Likewise.
1237 * gdbint.texinfo: Likewise.
1238 * observer.texi: Likewise.
1239 * stabs.texinfo: Likewise.
1240
6da95a67
SS
12412009-12-31 Stan Shebs <stan@codesourcery.com>
1242
1243 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1244
236f1d4d
SS
12452009-12-29 Stan Shebs <stan@codesourcery.com>
1246
1247 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1248
f61e138d
SS
12492009-12-28 Stan Shebs <stan@codesourcery.com>
1250
1251 * gdb.texinfo (Trace State Variables): New section.
1252 (Tracepoint Packets): Describe trace state variable packets.
1253 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1254 variable bytecodes.
1255
0fe7935b
DJ
12562009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1257
1258 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1259 declarations.
1260
a6b29f87
VP
12612009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1262
1263 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1264 -gdb-exit behaviour.
1265
5e4bde96
JB
12662009-12-20 Joel Brobecker <brobecker@adacore.com>
1267
1268 * gpl.texi: Update to version 3 of the GPL.
1269
a1715244
JB
12702009-12-20 Joel Brobecker <brobecker@adacore.com>
1271
1272 * Makefile.in: Update copyright header.
1273 * observer.texi: Fix the copyright header of the generated files.
1274
361ae042
PM
12752009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1276
1277 * gdb.texinfo (Types In Python): Describe range function.
1278
bfd31e71
PM
12792009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1280
1281 * gdb.texinfo (Types In Python): Describe "is_base_class".
1282
57a1d736
TT
12832009-12-03 Tom Tromey <tromey@redhat.com>
1284
1285 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1286
8cebebb9
PP
12872009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1288
1289 * observer.texi: New memory_changed observer.
1290
16af530a
TT
12912009-12-01 Tom Tromey <tromey@redhat.com>
1292
1293 * gdb.texinfo (Reverse Execution): Fix typo.
1294
b6199126
DJ
12952009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1296
1297 PR gdb/8704
1298
1299 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1300 are allowed after the breakpoint condition.
1301
7a6973ad
TT
13022009-11-23 Tom Tromey <tromey@redhat.com>
1303
1304 PR python/10782:
1305 * gdb.texinfo (Types In Python): Document Type.pointer.
1306
21a0512e
PP
13072009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1308
1309 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1310
a5832c8f
PA
13112009-11-11 Pedro Alves <pedro@codesourcery.com>
1312
1313 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1314 (Using Agent Expressions): Delete cross reference.
1315
1eb7cd77
JB
13162009-11-07 Joel Brobecker <brobecker@adacore.com>
1317
1318 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1319 and @settitle directives up to help makeinfo find them.
1320
24ddea62
JK
13212009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1322
1323 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1324 (Auto-loading): Use plural and note one can use multiple components now.
1325
3afae151
VP
13262009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1327
1328 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1329 -stack-list-arguments have the same documentation for parameter
1330 as -stack-list-locals. Add comas.
1331
14ff2235
PM
13322009-10-27 Tom Tromey <tromey@redhat.com>
1333 Eli Zaretskii <eliz@gnu.org>
1334
c8d5aac9 1335 PR python/10781
14ff2235
PM
1336
1337 * gdb.texinfo (Values From Inferior): Document cast method.
1338
9c419145
PP
13392009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1340
1341 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1342 and adjust example.
889bf7c5 1343
29153c24
MS
13442009-10-22 Michael Snyder <msnyder@vmware.com>
1345
1346 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1347 info record command. Also document the new save and restore
29153c24
MS
1348 commands.
1349
2b28d209
PP
13502009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1351
1352 * gdb.texinfo (Machine Code): Mention current pc marker.
1353 (Memory): Likewise.
1354
6c95b8df
PA
13552009-10-19 Pedro Alves <pedro@codesourcery.com>
1356 Stan Shebs <stan@codesourcery.com>
1357
1358 * observer.texi (new_inferior): Rename to...
1359 (inferior_appeared): ... this.
1360
1361 * gdb.texinfo (Inferiors): Rename node to ...
1362 (Inferiors and Programs): ... this. Mention running multiple
1363 programs in the same debug session.
1364 <info inferiors>: Mention the new 'Executable' column if "info
1365 inferiors". Update examples. Document the "add-inferior",
1366 "clone-inferior", "remove-inferior" and "maint info
1367 program-spaces" commands.
1368 (Process): Rename node to...
1369 (Forks): ... this. Document "set|show follow-exec-mode".
1370
2f8132f3
MS
13712009-10-11 Michael Snyder <msnyder@vmware.com>
1372
1373 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1374 (ReverseContinue): Ditto.
1375
cba4b2d3
PP
13762009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1377
1378 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1379
da082f17
JK
13802009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1381
1382 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1383
08be9d71
ME
13842009-10-06 Michael Eager <eager@eagercon.com>
1385
1386 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1387 (Embedded Processors): Add MicroBlaze.
1388 (MicroBlaze): New. Describe Xilinx MicroBlaze
1389
08a0efd0
PA
13902009-10-04 Pedro Alves <pedro@codesourcery.com>
1391
1392 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1393
cbb8f428
EZ
13942009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1395
1396 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1397
30a4a70c
JB
13982009-09-23 Joel Brobecker <brobecker@adacore.com>
1399
1400 * observer.texi (solib_unloaded): Document explicitly the fact that
1401 this observer is called before the associated symbols are unloaded.
1402
b3372f91
VP
14032009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1404
1405 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1406 -stack-list-variables.
1407
f43030c4
TT
14082009-09-18 Tom Tromey <tromey@redhat.com>
1409
1410 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1411 is experimental.
1412
ec7e75e7
PP
14132009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1414
1415 * gdb.texinfo (convenince variables): Mention
1416 $_siginfo could be empty.
f43030c4 1417
0cc7d26f
TT
14182009-09-15 Tom Tromey <tromey@redhat.com>
1419
1420 * gdb.texinfo (GDB/MI Variable Objects): Document
1421 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1422 Expand -var-update documentation.
1423
a96d9b2e
SDJ
14242009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1425
1426 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1427 feature.
1428
005ca36a
JB
14292009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1430
1431 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1432
0d772ac9
MS
14332009-09-10 Michael Snyder <msnyder@vmware.com>
1434
1435 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1436 ReverseStep replies to the qSupported query.
1437
14fb1bac
JB
14382009-09-10 Joel Brobecker <brobecker@adacore.com>
1439
1440 Add documentation for set/show interactive-mode.
1441 * gdb.texinfo (Other Misc Settings): New node.
1442
29b090c0
DE
14432009-09-01 Doug Evans <dje@google.com>
1444
1445 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1446 non-stop mode's affect on remote caching.
1447
4e5d721f
DE
14482009-08-31 Jacob Potter <jdpotter@google.com>
1449 Doug Evans <dje@google.com>
1450
1451 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1452 Mark `set/show remotecache' options as obsolete.
1453 Document new `set/show stack-cache' option.
1454 Update text for `info dcache'.
1455
55333a84
DE
14562009-08-27 Doug Evans <dje@google.com>
1457
1458 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1459 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1460
bc3a0b4d
RW
14612009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1462
1463 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1464 about autoconf.
1465
3a1ff0b6
PA
14662009-08-25 Pedro Alves <pedro@codesourcery.com>
1467
1468 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1469 small example, and describe its columns. Replace "inferior-id" by
1470 "infno" throughout.
1471
81ecdfbb
RW
14722009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1473
af542c2e
RW
1474 * gdbint.texinfo (Releasing GDB): Point to
1475 README-maintainer-mode file for required autoconf version.
1476 * configure.ac: Do not substitute datarootdir, htmldir,
1477 pdfdir, docdir. Do not process --with-datarootdir,
1478 --with-htmldir, --with-pdfdir, --with-docdir.
1479 * configure: Regenerate.
1480
81ecdfbb
RW
1481 * configure: Regenerate.
1482
4efc6507
DE
14832009-08-20 Reid Kleckner <reid@kleckner.net>
1484
1485 * gdb.texinfo: Add chapter on JIT interface.
1486
43089a6e
NR
14872009-08-07 Nick Roberts <nickrob@snap.net.nz>
1488
1489 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 1490 confirmation request.
43089a6e 1491
99e008fe
EZ
14922009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1493
c8d5aac9
L
1494 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1495 CRC definitions.
99e008fe 1496
48cb2d85
VP
14972009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1498
1499 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 1500 -break-commands.
48cb2d85 1501
ff1a52c6
UW
15022009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1503
1504 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1505 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1506
3285f3fe
UW
15072009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1508
1509 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1510 "set spu stop-on-load" and "show spu stop-on-load" commands.
1511
e35359c5
UW
15122009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1513
1514 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1515
58d6951d
DJ
15162009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1517
1518 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1519 org.gnu.gdb.arm.neon.
1520
08d16641
PA
15212009-07-20 Pedro Alves <pedro@codesourcery.com>
1522
1523 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1524 optional element.
1525 (subsection OS ABI): New subsection.
1526
782b2b07
SS
15272009-07-14 Stan Shebs <stan@codesourcery.com>
1528
1529 * gdb.texinfo (Tracepoint Conditions): New section.
1530 (General Query Packets): Describe ConditionalTracepoints.
1531 (Tracepoint Packets): Describe condition field.
1532 (Maintenance Commands): Describe maint agent-eval.
1533 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1534
9b117ef3
HZ
15352009-07-11 Hui Zhu <teawater@gmail.com>
1536
1537 * gdb.texinfo (disassemble): Add a new modifier /r
1538 to "disassemble" command to make it print the raw instructions
1539 in hex as well as in symbolic form.
1540
f5a33284
TT
15412009-07-09 Tom Tromey <tromey@redhat.com>
1542
1543 * gdbint.texinfo (Testsuite): Document parallel make check.
1544
812f7342
TT
15452009-07-09 Tom Tromey <tromey@redhat.com>
1546
1547 * gdbint.texinfo (Testsuite): Document test transcripts.
1548
fbb8f299
PM
15492009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1550
1551 * gdb.texinfo (Values From Inferior): Add length parameter
1552 description.
1553
dd8f35ac
EZ
15542009-07-04 Chris Genly <chris@genly.us>
1555
1556 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1557 in -var-list-children. Fix example according to what the code
1558 does.
1559
2277426b
PA
15602009-07-02 Pedro Alves <pedro@codesourcery.com>
1561
1562 * gdb.texinfo (Debugging multiple inferiors): Document the
1563 "inferior", "detach inferior" and "kill inferior" commands.
1564 (Debugging Programs with Multiple Processes): Adjust to mention
1565 generic "inferior" commands. Delete mention of "detach fork" and
1566 "delete fork". Cross reference to "Debugging multiple inferiors"
1567 section.
1568
a6d9a66e
UW
15692009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1570
5af949e3
UW
1571 * gdbint.texinfo (Item Output Functions): Update signature
1572 for ui_out_field_core_addr.
1573
15742009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1575
1576 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
1577 Update example code extrated from breakpoint.c.
1578
9901a55b 15792009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 1580
9901a55b
PP
1581 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1582 MI commands.
1583 (GDB/MI Symbol Query): Likewise.
1584 (GDB/MI File Commands): Likewise.
1585 (GDB/MI File Transfer Commands): Likewise.
1586 (GDB/MI Target Manipulation): Likewise.
1587 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 1588
edb3359d
DJ
15892009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1590
1591 * gdb.texinfo (Debugging Optimized Code): New chapter.
1592 (Compiling for Debugging): Reference it. Move some
1593 text to the new section.
1594
7cd1089b
PM
15952009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1596
1597 * doc/gdb.texinfo (Calling): Document
1598 set-unwind-on-terminating-exception usage.
1599
d4db2f36
PA
16002009-06-11 Pedro Alves <pedro@codesourcery.com>
1601
1602 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1603 command.
1604
d1a7880c
PA
16052009-06-07 Pedro Alves <pedro@codesourcery.com>
1606
1607 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1608 references.
1609
473f94e6
UW
16102009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
1611
1612 * gdbint.texinfo: Rename formal parameters to gdbarch function
1613 protoypes from "current_gdbarch" to "gdbarch".
1614
8f500870
TT
16152009-05-28 Tom Tromey <tromey@redhat.com>
1616
1617 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1618
b6313243
TT
16192009-05-27 Tom Tromey <tromey@redhat.com>
1620
1621 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1622 feature.
1623 (GDB/MI Variable Objects): Document -var-set-visualizer.
1624
16252009-04-02 Tom Tromey <tromey@redhat.com>
1626
1627 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1628 feature.
1629 (GDB/MI Variable Objects): Document -var-set-visualizer.
1630
a6bac58e
TT
16312009-05-27 Tom Tromey <tromey@redhat.com>
1632 Thiago Jung Bauermann <bauerman@br.ibm.com>
1633 Phil Muldoon <pmuldoon@redhat.com>
1634
1635 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1636 (Pretty Printing): New node.
1637 (Selecting Pretty-Printers): Likewise.
1638 (Python API): Update.
1639 (Output Formats): Document /r format.
1640
2c74e833
TT
16412009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1642 Tom Tromey <tromey@redhat.com>
1643
1644 * gdb.texinfo (Types In Python): New node.
1645 (Values From Inferior): "type" is now an attribute.
1646 (Python API): Update.
1647
89c73ade
TT
16482009-05-27 Tom Tromey <tromey@redhat.com>
1649 Thiago Jung Bauermann <bauerman@br.ibm.com>
1650 Phil Muldoon <pmuldoon@redhat.com>
1651
1652 * gdb.texinfo: Add @syncodeindex for `tp'.
1653 (Python API): Update.
1654 (Auto-loading): New node.
1655 (Objfiles In Python): New node.
1656
17a37d48
PP
16572009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1658
1659 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 1660
6718376f
NR
16612009-05-15 Nick Roberts <nickrob@snap.net.nz>
1662
1663 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1664
cbe54154
PA
16652009-05-12 Pedro Alves <pedro@codesourcery.com>
1666
1667 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1668 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1669 show show-debug-regs' docs.
1670
8e05493c
EZ
16712009-05-08 Eli Zaretskii <eliz@gnu.org>
1672
1673 * gdb.texinfo (Process Record and Replay): Add description of
1674 reverse execution.
1675
b39f4988
JB
16762009-05-07 Joel Brobecker <brobecker@adacore.com>
1677
1678 * gdbint.texinfo (Adding support for debugging core files): New node.
1679 (Native Debugging): Remove the ``Native core file Support'' section.
1680
a2311334
EZ
16812009-05-01 Eli Zaretskii <eliz@gnu.org>
1682
1683 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1684 Add index entries.
1685
53cc454a 16862009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 1687 Michael Snyder <msnyder@vmware.com>
53cc454a 1688
a2311334
EZ
1689 * gdb.texinfo: (Process Record and Replay): Add documentation for
1690 process record and replay.
53cc454a 1691
484086b7
JK
16922009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1693
1694 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1695 a new part on command-line defined macros.
1696
32ae1842
EZ
16972009-04-25 Eli Zaretskii <eliz@gnu.org>
1698
1699 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1700 clarify the wording.
1701
b14b1491
TT
17022009-04-23 Tom Tromey <tromey@redhat.com>
1703
1704 * gdb.texinfo (Data Files): New node.
1705 (GDB Files): Update menu.
1706
5c1e86e1
JB
17072009-04-23 Joel Brobecker <brobecker@adacore.com>
1708
1709 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 1710 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 1711
83eba9b7
VP
17122009-04-22 Vladimir Prus <vladimir@codesourcery.com>
1713
1714 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1715
e31198c4
HZ
17162009-04-22 Hui Zhu <teawater@gmail.com>
1717
1718 * gdb.texinfo (disassemble-next-line): Set the default of
1719 disassemble-next-line to off.
1720
26e251b6
JM
17212009-04-21 Joseph Myers <joseph@codesourcery.com>
1722
1723 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1724 --with-htmldir): New.
1725 * configure: Regenerate.
1726 * Makefile.in (datarootdir, docdir): Define.
1727 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1728 instead of $(SET_TEXINPUTS).
1729 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1730 gdbint.info instead of $(SET_TEXINPUTS).
1731 (gdbint/index.html): Use same -I options as for building
1732 gdbint.info.
1733 (stabs.dvi, stabs.pdf): Use same -I options as for building
1734 stabs.info instead of $(SET_TEXINPUTS).
1735 (stabs/index.html): Use same -I options as for building
1736 stabs.info.
1737 (annotate.dvi, annotate.pdf): Use same -I options as for building
1738 annotate.info instead of $(SET_TEXINPUTS).
1739 (annotate/index.html): Use same -I options as for building
1740 annotate.info.
1741
eac35c4e
DD
17422009-04-21 David Daney <ddaney@caviumnetworks.com>
1743
1744 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
1745
29b0e8a2
JM
17462009-04-21 Joseph Myers <joseph@codesourcery.com>
1747
1748 * gdb.texinfo (Source Path): Document --with-relocated-sources.
1749
2b831889 17502009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 1751 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
1752
1753 * Makefile.in (MAKEHTML): Set to makeinfo --html.
1754 (MAKEHTMLFLAGS): Set to empty.
1755 (html__strip_dir): Define.
1756 (HTMLFILES): Define.
1757 (HTMLFILES_INSTALL): Define.
1758 (install-html): Copy new automake rule.
1759 (html): Depend on $(HTMLFILES).
1760 (gdb_toc.html): Rename to gdb/index.html.
1761 (gdbint_toc.html): Rename to gdbint/index.html.
1762 (stabs_toc.html): Rename to stabs/index.html.
1763 (annotate_toc.html): Rename to annotate/index.html.
1764
89a34d1b
JM
17652009-04-17 Carlos O'Donell <carlos@codesourcery.com>
1766
1767 * Makefile.in: Set pdfdir and htmldir from configure
1768 substitutions.
1769 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
1770 * configure: Regenerate.
1771
a2d5da46
JB
17722009-04-16 Joel Brobecker <brobecker@adacore.com>
1773
1774 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
1775 This macro is no longer used.
1776
732f6a93
TT
17772009-04-15 Tom Tromey <tromey@redhat.com>
1778
1779 * gdb.texinfo (Character Sets): Document default character set.
1780
87f9adc1
PM
17812009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
1782
1783 * gdbint.texinfo: Change server name from sources.redhat.com to
1784 sourceware.org throughout.
1785
2c88c651
JB
17862009-04-09 Joel Brobecker <brobecker@adacore.com>
1787
1788 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
1789 about a missing dot or coma after @xref.
1790
4f5376b2
JB
17912009-04-02 Joel Brobecker <brobecker@adacore.com>
1792
1793 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
1794 example, and add a small explanation about it.
1795 (Print Settings): Change the documentation of the "set print
1796 frame-arguments" to reflect the fact that the default is now "scalars".
1797
a0381d3a
JB
17982009-04-02 Joel Brobecker <brobecker@adacore.com>
1799
1800 * gdb.texinfo (Print Settings): Add kindex for command "set
1801 print frame-arguments".
1802
45ac276d
JB
18032009-03-31 Joel Brobecker <brobecker@adacore.com>
1804
1805 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
1806 breakpoints.
1807 (Set Breaks): Add reference to thread-specific and task-specific
1808 breakpoints.
1809
32cd1edc
JB
18102009-03-31 Joel Brobecker <brobecker@adacore.com>
1811
1812 * gdb.texinfo (Ada Tasks): Remove the documentation about
1813 the "Running" state, as this state has been eliminated.
1814 Now all runnable tasks are shown as "Runnable".
1815
1042e4c0
SS
18162009-03-30 Stan Shebs <stan@codesourcery.com>
1817
1818 * gdb.texinfo (Tracepoints): Describe tracepoints as a
1819 special case of breakpoints.
1820 (Enable and Disable Tracepoints): Mention deprecation.
1821 (Listing Tracepoints): Update description and example.
1822
f8f6f20b
TJB
18232009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1824
1825 * gdb.texinfo (Frames in Python): New node.
1826 (Python API): Update.
1827
c0c6f777
TJB
18282009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1829
1830 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
1831 from a method to an attribute.
1832
def2b000
TJB
18332009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1834
1835 * gdb.texinfo (Values From Inferior): Document is_optimized_out
1836 attribute.
1837
a07daef3
PA
18382009-03-25 Pedro Alves <pedro@codesourcery.com>
1839
1840 * observer.texi (thread_exit): Add "silent" parameter.
1841
f3b1572e
PA
18422009-03-22 Pedro Alves <pedro@codesourcery.com>
1843
1844 * observer.texi (about_to_proceed): New.
1845
587afa38
EZ
18462009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
1847
1848 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
1849 field throughout to handle types with spaces in them. Fix typos
1850 found by aspell.
1851 (Summary, Requirements, Contributors): New first chapter,
1852 "Summary" added, old Requirements section moved there, and new
1853 section, "Contributors" added.
1854 (Initializing a New Architecture, Register Representation)
1855 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
1856 (Porting gdb): These sections extended and updated.
1857 (Compiler Characteristics): This section (empty) deleted.
1858 (Defining Other Architecture Features): This section renamed and
1859 duplicate material removed from (formerly "Target Conditionals").
1860 Use braces {} in @deftypeXX type field throughout to handle types
1861 with spaces in them. Typos found by aspell fixed.
1862
1863 * stack_frame.svg: New file, source of image for gdbint.texinfo.
1864 * stack_frame.pdf: Version of image for PDF output.
1865 * stack_frame.png: Version of image for HTML output and for Emacs.
1866 * stack_frame.txt: Version of image for Info output.
1db61298 1867 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 1868
10af6951
EZ
18692009-03-21 Eli Zaretskii <eliz@gnu.org>
1870
1871 * gdb.texinfo (Character Sets): Fix last change.
1872
cc924cad
TJB
18732009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
1874
1875 * gdb.texinfo (Values From Inferior): Fix optional arguments
1876 markup.
1877 (Commands In Python): Adjust argument names of gdb.Command.__init__
1878 to what the function accepts as keywords.
1879
bc3b79fd
TJB
18802008-03-20 Tom Tromey <tromey@redhat.com>
1881
1882 * gdb.texinfo (Convenience Vars): Document convenience functions.
1883 (Functions In Python): New node.
1884 (Python API): Update.
1885
6c7a06a3
TT
18862009-03-20 Tom Tromey <tromey@redhat.com>
1887
1888 * gdb.texinfo (Character Sets): Remove obsolete text. Document
1889 set target-wide-charset.
1890 (Requirements): Mention iconv.
1891
b646ddd4
HZ
18922009-03-17 Hui Zhu <teawater@gmail.com>
1893
1894 * gdb.texinfo: Change the introduce of "disassemble-next-line".
1895
91440f57
HZ
18962009-03-17 Hui Zhu <teawater@gmail.com>
1897
1898 * gdb.texinfo: Add documentation for disassemble-next-line.
1899
8fd41227
TJB
19002009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
1901
1902 * gdb.texinfo (Commands In Python): Remove tindex entries.
1903
61ff14c6
JK
19042009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1905
1906 * gdb.texinfo (Returning): New description for missing debug info.
1907
0b16c5cf
PA
19082009-03-14 Pedro Alves <pedro@codesourcery.com>
1909
1910 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 1911 (General Query Packets): Document qAttached.
0b16c5cf 1912
32fc0df9
PA
19132009-03-05 Pedro Alves <pedro@codesourcery.com>
1914
1915 * gdb.texinfo (Background Execution): Better describe the set
1916 target-async command.
1917 (Maintenance Commands): Delete description of the `maint set/show
1918 linux-async' and `maint set/show remote-async' commands.
1919
134eb42c
VP
19202009-02-18 Vladimir Prus <vladimir@codesourcery.com>
1921
1922 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
1923 between sentences.
1924
c86cf029
VP
19252009-02-18 Vladimir Prus <vladimir@codesourcery.com>
1926
1927 * gdb.texinfo (GDB/MI Async Records): Document the
1928 =library-loaded and =library-unloaded notifications.
1929
3ea85240
VP
19302009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1931
1932 * observer.texi (test_notification): New observer.
1933
1d33d6ba
VP
19342009-02-14 Vladimir Prus <vladimir@codesourcery.com>
1935
61ff14c6
JK
1936 * observer.texi: Add parameter 'print_frame' to normal_stop
1937 observer.
1d33d6ba 1938
d721c933
EZ
19392009-02-07 Eli Zaretskii <eliz@gnu.org>
1940
1941 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
1942 (Commands In Python): Fix COMMAND_* constants in last change. Use
1943 @kbd for interactive input. Add cross-references and index
1944 entries.
1945
4aa995e1
PA
19462009-02-06 Pedro Alves <pedro@codesourcery.com>
1947
1948 * gdb.texinfo (Signals): Document $_siginfo.
1949 (Convenience Variables): Mention $_siginfo.
1950 (Remote Configuration): Document qXfer:siginfo:read,
1951 qXfer:siginfo:write packets, and the read-siginfo-object,
1952 write-siginfo-object commands.
1953
5f5233d4
PA
19542009-02-06 Pedro Alves <pedro@codesourcery.com>
1955
1956 * gdbint.texinfo (Values): New chapter.
1957
d8906c6f
TJB
19582009-02-06 Tom Tromey <tromey@redhat.com>
1959
1960 * gdb.texinfo (Python API): Add entry for Commands In Python.
1961 (Commands In Python): New node.
1962
b6cb8e7d
TJB
19632009-02-05 Tom Tromey <tromey@redhat.com>
1964
1965 * gdb.texinfo (Values From Inferior): Document Value.string.
1966
12453b93
TJB
19672009-02-05 Tom Tromey <tromey@redhat.com>
1968
1969 * gdb.texinfo (Basic Python): Document execute's from_tty
1970 argument.
1971
08c637de
TJB
19722009-02-04 Tom Tromey <tromey@redhat.com>
1973
1974 * gdb.texinfo (Basic Python): Document gdb.history.
1975
592375cd
VP
19762009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1977
1978 * gdb.texinfo (GDB/MI Thread Commands): Document the
1979 'current-thread-id' field. Remove the example with zero threads,
1980 since current GDB won't ever report that if there's inferior.
1981
41447f92
VP
19822009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1983
1984 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
1985 option to -break-insert.
1986
098b41a6
JG
19872009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1988 Jerome Guitton <guitton@adacore.com>
1989
1990 * gdb.texinfo (Startup): Document --with-system-gdbinit.
1991 (System-wide configuration): New section.
1992
3c16cced
PA
19932009-01-26 Pedro Alves <pedro@codesourcery.com>
1994
1995 PR gdb/7580:
1996 * gdb.texinfo (Maintenance Commands): Document "maint set|show
1997 internal-error|internal-warning quit|corefile ask|yes|no".
1998
62709adf
PA
19992009-01-26 Pedro Alves <pedro@codesourcery.com>
2000
2001 * gdb.texinfo (Using the `gdbserver' Program): Document
2002 --remote-debug.
2003
7ce58dd2
DE
20042009-01-23 Doug Evans <dje@google.com>
2005
2006 * gdb.texinfo: Add nexti to list of commands that support
2007 background execution.
2008
adb483fe
DJ
20092009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2010
2011 * gdb.texinfo (Define, Hooks): Document prefix command support.
2012
a67ec3f4 20132009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2014 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2015
2016 Fixes for makeinfo --html.
2017
2018 * annotate.texinfo: Use @copying and @insertcopying. Use
2019 @ifnottex in place of @ifinfo.
2020 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2021 place of @ifinfo. Use @ifnotinfo for one index entry.
2022 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2023 in place of @ifinfo.
2024 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2025 in place of @ifinfo. Include contents at start unconditionally.
2026
84fcdf95
PA
20272009-01-13 Pedro Alves <pedro@codesourcery.com>
2028
2029 * gdb.texinfo (General Query Packets): Remove @var{} around the
2030 "spu" literal string.
2031
fa3a767f
PA
20322009-01-07 Pedro Alves <pedro@codesourcery.com>
2033
2034 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2035 program may be running in another process" errors.
2036 * gdbint.texinfo (Native Conditionals): Delete
2037 ONE_PROCESS_WRITETEXT description.
2038
9cb011d3
JB
20392009-01-07 Joel Brobecker <brobecker@adacore.com>
2040
2041 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2042 emacs local variable to be placed at the end of the ChangeLog.
2043 Add server.c and gdbreplay.c to the list of files where the
2044 copyright year needs to be updated.
2045
84603566
SL
20462009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2047
2048 * gdb.texinfo (Remote Configuration): Document new
2049 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2050 commands.
2051
a53f55d8
PA
20522008-12-28 Pedro Alves <pedro@codesourcery.com>
2053
2054 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2055 FETCH_INFERIOR_REGISTERS.
2056 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2057 FETCH_INFERIOR_REGISTERS descriptions. Remove
2058 gdbarch_get_longjmp_target descrition, since already described in
2059 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2060 (Target Conditionals): ... here.
2061
077e0a52
JB
20622008-12-16 Joel Brobecker <brobecker@adacore.com>
2063
2064 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2065 examples.
2066 (Additions to Ada): Likewise. Add the missing opening and closing
2067 parenthesis of the GDB prompt in one of the examples.
2068
023eb17c
JB
20692008-12-14 Joel Brobecker <brobecker@adacore.com>
2070
2071 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2072 about the result of 'Address not being of type System.Address.
2073 This problem has been fixed a while ago.
2074
c3b108f7
VP
20752008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2076
2077 MI non-stop and multiprocess docs.
2078
c8d5aac9
L
2079 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2080 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2081 Adjust documentation for *stopped, document =thread-created,
2082 =thread-exited, =thread-group-created and =thread-group-exited.
2083 (GDB/MI Thread Commands): Document the 'state' field in
2084 -thread-info output.
2085 (GDB/MI Program Execution): Mention --all and --thread-group
2086 options.
2087 (GDB/MI Variable Objects): Describe floating and fixed variable
2088 objects.
2089 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2090
07e059b5
VP
20912008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2092
c8d5aac9
L
2093 * gdb.texinfo (Operating System Information): New appendix.
2094 (Operating System Auxiliary Information): Document 'info os processes'
2095 (Remote Configuration): Document 'osdata'
2096 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2097
a80b95ba
TG
20982008-11-27 Tristan Gingold <gingold@adacore.com>
2099
2100 * gdb.texinfo (Darwin): Document Darwin specific features.
2101
a655d424
JK
21022008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2103
2104 * gdbint.texinfo (Target Conditionals): Extend the
2105 gdbarch_breakpoint_from_pc description.
2106
249e1128
VP
21072008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2108
2109 * gdb.texinfo (M68K Features): Fix typo.
2110
c14c28ba
PP
21112008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2112
2113 * gdb.texinfo (Symbols): Mention printing containing
2114 image name in "info symbol".
2115 (Maint translate-address): Likewise.
889bf7c5 2116
394a6666
JB
21172008-11-18 Joel Brobecker <brobecker@adacore.com>
2118
2119 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2120 commands "catch load" and "catch unload".
2121
66bb093b
VP
21222008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2123
2124 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2125 =thread-selected.
889bf7c5 2126
4a92f99b
VP
21272008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2128
c8d5aac9 2129 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2130
f0323ca0
PA
21312008-10-27 Pedro Alves <pedro@codesourcery.com>
2132
2133 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2134 .mt files, TM_CLIBS or TM_CDEPS.
2135 (x86 Watchpoints): Don't mention TDEPFILES.
2136
8b23ecc4
SL
21372008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2138
2139 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2140 (Overview): Mention notifications and non-stop mode behavior.
2141 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2142 with non-stop mode behavior. Add vStopped description.
2143 (Stop Reply Packets): Update list of packets that return
2144 stop replies. Mention non-stop behavior.
2145 (General Query Packets): Document QNonStop packet and associated
2146 qSupported query response.
2147 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2148 behavior.
2149 (Notification Packets): New section.
2150 (Remote Non-Stop): New section.
2151 (File-I/O Overview): Mention non-stop behavior.
2152
fff08868
HZ
21532008-10-24 Hui Zhu <teawater@gmail.com>
2154 Pedro Alves <pedro@codesourcery.com>
2155
2156 * gdb.texinfo (displaced-stepping): Describe the auto mode
2157 setting, and say it's the default. This is now a mainstream
2158 setting instead of a maintenance setting.
2159
252fbfc8
PA
21602008-10-23 Pedro Alves <pedro@codesourcery.com>
2161
2162 * observer.texi (thread_stop_requested): New.
2163
20924a55
JB
21642008-10-22 Joel Brobecker <brobecker@adacore.com>
2165
2166 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2167 (Patching): Replace incorrect usage of @samp by @kbd.
2168
bacec72f
MS
21692008-10-17 Michael Snyder <msnyder@vmware.com>
2170
2171 * gdb.texinfo: Add documentation for reverse execution.
2172
a08702d6 21732008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2174 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2175
2176 * gdb.texinfo. (Values From Inferior): New subsubsection.
2177
d97bc12b
DE
21782008-10-06 Doug Evans <dje@google.com>
2179
2180 * gdb.texinfo (set debug dwarf2-die): Document it.
2181
87f67dba
JB
21822008-10-01 Joel Brobecker <brobecker@adacore.com>
2183
2184 * gdb.texinfo (catch) [exception]: Document how to insert
2185 a breakpoint on user-defined exceptions when the exception
2186 name is identical to one of the language-defined ones.
2187
2fae03e8
TT
21882008-09-27 Tom Tromey <tromey@redhat.com>
2189
2190 * gdb.texinfo (Macros): Remove text about stringification,
2191 varargs, and splicing.
2192
5c6ce71d
TT
21932008-09-27 Tom Tromey <tromey@redhat.com>
2194
2195 * gdbint.texinfo (Language Support): Remove text about omitting
2196 support for a language.
2197
07128da0
DE
21982008-09-23 Doug Evans <dje@google.com>
2199
2200 * gdb.texinfo (info dcache): Update.
2201
b90a069a
SL
22022008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2203
2204 * gdb.texinfo (Packets): Add info on thread-id syntax and
2205 multiprocess extensions.
2206 <D>: Document multiprocess form of packet.
2207 <H>: Use thread-id syntax.
2208 <T>: Likewise.
2209 <vCont>: Likewise. Note this is required for multiprocess.
2210 <vKill>: New packet.
2211 (Stop Reply Packets) <T>: Use thread-id syntax.
2212 <W>: Document multiprocess form of reply.
2213 <X>: Likewise.
2214 (General Query Packets) <qC>: Use thread-id syntax.
2215 <qfThreadInfo>: Likewise.
2216 <qGetTLSAddr>: Likewise.
2217 <qP>: Likewise.
2218 <qSupported>: Add "multiprocess" feature.
2219 <qThreadExtraInfo>: Use thread-id syntax.
2220
b77209e0
PA
22212008-09-22 Stan Shebs <stan@codesourcery.com>
2222
2223 * gdb.texinfo (Inferiors): New section.
2224
3d0bb823
PA
22252008-09-12 Pedro Alves <pedro@codesourcery.com>
2226
2227 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2228
f8dcfc0a
UW
22292008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2230
2231 * gdbint.texinfo (Target Conditionals): Remove documentation
2232 for gdbarch_name_of_malloc.
2233
8775bb90
MS
22342008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2235
2236 * gdb.texinfo (Interrupts): Mention TCP interface for
2237 sending BREAK.
2238
f1838a98
UW
22392008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2240
2241 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2242 argument prefix to "set sysroot".
2243
158c7665
PH
22442008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2245
2246 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2247 and False.
2248
30e026bb
VP
22492008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2250
c8d5aac9
L
2251 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2252 for possible features of -list-features.
30e026bb 2253
c6ebd6cf
VP
22542008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2255
c8d5aac9 2256 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2257 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2258
aeac0ff9
VP
22592008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2260
2261 * doc/gdb.texinfo (PowerPC): Fix typo.
2262 (PowerPC features): Fix typo.
2263
5231c1fd
PA
22642008-08-18 Pedro Alves <pedro@codesourcery.com>
2265
2266 * observer.texi (thread_ptid_changed): New.
2267
677c5bb1
LM
22682008-08-18 Luis Machado <luisgpm@br.ibm.com>
2269
2270 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2271 (PowerPC features): Mention feature set for VSX registers.
2272
f3a2dd1a
JB
22732008-08-13 Joel Brobecker <brobecker@adacore.com>
2274
2275 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2276 the direct visibility of all names in user-written packages.
2277
33e5cbd6
PA
22782008-08-13 Pedro Alves <pedro@codesourcery.com>
2279
2280 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2281 setting, and make it the default.
2282 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2283 non-stop script example.
2284
d0384fc4
TJB
22852008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2286
2287 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2288 reference to the "Using Different Register and Memory Data
2289 Representation" section.
2290
a6f3e723
SL
22912008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2292
2293 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2294 (Remote Protocol): Add Packet Acknowledgment to menu.
2295 (Overview): Mention +/- can be disabled, and point to new section
2296 where this is discussed in detail.
2297 (General Query Packets): Document QStartNoAckMode packet, and
2298 corresponding qSupported reply.
2299 (Packet Acknowledgment): New section.
2300
0606b73b
SL
23012008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2302 Pedro Alves <pedro@codesourcery.com>
2303
2304 * gdb.texinfo (Threads): Move paragraph about automatic thread
2305 selection to All-Stop Mode subsection.
2306 (Thread Stops): Reorganize existing material into subsections.
2307 Add introductory blurb and menu.
2308 (Non-Stop Mode): New subsection.
2309 (Background Execution): New subsection.
2310 (Maintenance Commands): Add cross-references from async mode
2311 commands to the new Background Execution section.
2312
d57a3c85
TJB
23132008-08-06 Tom Tromey <tromey@redhat.com>
2314
2315 * gdb.texinfo (Extending GDB): New chapter.
2316 (Sequences): Demoted chapter, now a section under the new
2317 Extending GDB chapter.
2318 (Python): New section.
2319
6d76a53d
SS
23202008-07-31 Stan Shebs <stan@codesourcery.com>
2321
2322 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2323
1f70da6a
SS
23242008-07-29 Stan Shebs <stan@codesourcery.com>
2325
2326 * gdbint.texinfo: General round of cleanup and minor
2327 clarifications.
2328 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2329 (Longjmp Support): Update description to reflect how it is done
2330 for targets without using native header.
2331 (Symbol Handling): Add a little more general explanation.
2332 (COFF, ELF): Mention stabs encapsulation.
2333 (DWARF 3): New section.
2334 (Adding a New Host): Scrub out some obsolete bits.
2335 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2336 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2337 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2338 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2339 SEEK_SET, STOP_SIGNAL, USG.
2340 (Raw and Virtual Register Representations): Ditto for
2341 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2342 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2343 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2344 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2345 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2346 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2347 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2348 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2349 DEPRECATED_USE_STRUCT_CONVENTION.
2350 Describe gdbarch_deprecated_fp_regnum.
2351 Update description of gdbarch_print_insn.
2352 (Adding a New Target): Scrub out obsolete bits.
2353 (Obsolete Conditionals): Remove entire section.
2354
383f836e
TT
23552008-07-25 Tom Tromey <tromey@redhat.com>
2356
2357 * observer.texi (GDB Observers): Document new observers:
2358 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2359 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2360 architecture_changed.
2361
cfd8ab24
SS
23622008-07-21 Stan Shebs <stan@codesourcery.com>
2363
2364 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2365 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2366
781b42b0
TT
23672008-07-21 Tom Tromey <tromey@redhat.com>
2368
2369 * observer.texi (GDB Observers): Remove obsolete comment.
2370 <executable_changed>: Remove argument.
2371
d7d9f01e
TT
23722008-07-18 Tom Tromey <tromey@redhat.com>
2373
2374 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2375
bf250677
DE
23762008-07-10 Doug Evans <dje@google.com>
2377
2378 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2379
10568435
JK
23802008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2381
2382 * gdb.texinfo (Starting): Document "set disable-randomization".
2383
5ae4183a
AS
23842008-07-07 Andreas Schwab <schwab@suse.de>
2385
2386 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2387
b56e7235
VP
23882008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2389
2390 * gdb.texinfo (GDB/MI Target Manipulation): Add
2391 example of -target-attach.
2392
e1ac3328
VP
23932008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2394
2395 * observer.texi (target_resumed): New observer.
5ae4183a 2396 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2397
65d12d83
TT
23982008-06-06 Tom Tromey <tromey@redhat.com>
2399
2400 * gdb.texinfo (Completion): Add field name example.
2401
fbc5282e
MK
24022008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2403
2404 * gdb.texinfo (GDB/MI Program Context): Added example
2405 to -exec-arguments
5ae4183a 2406
fbc5282e 24072008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2408
2409 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2410 annotation.
2411
c16158bc 24122008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2413 Nathan Sidwell <nathan@codesourcery.com>
2414 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2415
2416 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2417 and ACX_BUGURL.
2418 * configure: Regenerate.
2419 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2420 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2421 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2422 mailing-list-specific text about bug reporting unless
2423 BUGURL_DEFAULT.
2424
75c99385
PA
24252008-06-05 Pedro Alves <pedro@codesourcery.com>
2426
2427 * gdb.texinfo (-target-select): Remove reference to target async.
2428 (Maintenance Commands): Document "maint set/show remote-async".
2429
1763a388
MK
24302008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2431
2432 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2433 in -target-file-get section.
5ae4183a 2434
d0d064df
PA
24352008-05-22 Pedro Alves <pedro@codesourcery.com>
2436
9b562ab8
PA
2437 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2438 killing the inferior when it is already debugging a process.
d0d064df 2439
8dfa32fc
JB
24402008-05-21 Joel Brobecker <brobecker@adacore.com>
2441
2442 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2443 abbreviation for "finish".
2444
55f996a7
NR
24452008-05-21 Nick Roberts <nickrob@snap.net.nz>
2446
2447 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2448
ba2b1c56
DJ
24492008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2450
2451 * gdbint.texinfo (Target Conditionals): Delete entry for
2452 gdbarch_dwarf_reg_to_regnum.
2453
08388c79
DE
24542008-05-09 Doug Evans <dje@google.com>
2455
a3c83fae 2456 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2457
d14508fe
DE
24582008-05-05 Doug Evans <dje@google.com>
2459
2460 * gdb.texinfo (disassemble): Document /m modifier.
2461
e2b7ddea
VP
24622008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2463
5ae4183a
AS
2464 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2465 will not report the time of commands that run the target.
e2b7ddea 2466
8eb41542
VP
24672008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2468
2469 * gdb.texinfo (GDB/MI Output Records): Add
2470 missing semicolon.
2471
82f68b1c
VP
24722008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2473
2474 * gdb.texinfo (GDB/MI Output Records):
2475 Document =thread-create and =thread-exited.
2476
fa0f268d
VP
24772008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2478
2479 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2480 Remove mention of dmi-discuss.
fa0f268d 2481
063bfe2e
VP
24822008-05-03 Pedro Alves <pedro@codesourcery.com>
2483
2484 * observer.texi (thread_exit): New.
2485
237fc4c9
PA
24862008-05-02 Pedro Alves <pedro@codesourcery.com>
2487
2488 * gdb.texinfo (Debugging Output): Document "set/show debug
2489 displaced".
2490 (Maintenance Commands): Document "maint set/show
2491 can-use-displaced-stepping".
2492
0428b8f5
DJ
24932008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2494
2495 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2496 and set/show arm force-mode.
2497
5009afc5
AS
24982008-05-02 Andreas Schwab <schwab@suse.de>
2499
2500 * gdbint.texinfo (Algorithms): Describe
2501 target_watchpoint_addr_within_range.
2502
669fac23
DJ
25032008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2504
2505 * gdbint.texinfo (Stack Frames): New chapter.
2506 (Algorithms): Move Frames text to the new chapter.
2507 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2508 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2509
721c02de
VP
25102008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2511
5ae4183a
AS
2512 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2513 output does not necessary include any tokens.
721c02de 2514
c055b101
CV
25152008-04-22 Corinna Vinschen <vinschen@redhat.com>
2516
2517 * gdb.texinfo (Set SH Calling convention): New @item.
2518 (Show SH Calling convention): Ditto.
2519
68837c9d
MD
25202008-04-22 Markus Deuling <deuling@de.ibm.com>
2521
2522 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2523
2e9132cc
EZ
25242008-04-20 Eli Zaretskii <eliz@gnu.org>
2525
2526 * gdb.texinfo (Set Breaks): Mention that multiple location
2527 breakpoints need line number info. Add index entries.
2528
31fffb02
CS
25292008-04-19 Craig Silverstein <csilvers@google.com>
2530
2531 * gdb.texinfo (Requirements): Add an optional requirement on
2532 zlib.
2533 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2534 Compressed DWARF 2.
2535
a47ec5fe
AR
25362008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2537
2538 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2539 sample output for 'stopped,reason="breakpoint-hit"' message.
2540 (GDB/MI Program Execution): Likewise.
2541
de051565
MK
25422008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2543
5ae4183a 2544 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
2545 -var-set-format. Add -f option to -var-evaluate-expression.
2546
6ba66d6a
JB
25472008-04-03 Joel Brobecker <brobecker@adacore.com>
2548
2549 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2550 new node "Ambiguous Expressions". Replace references to this
2551 node by references to "Ambiguous Expressions" throughout.
2552 (Ambiguous Expressions): New node.
2553
1e26b4f8
DJ
25542008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2555
2556 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2557
b84876c2
PA
25582008-03-21 Pedro Alves <pedro@codesourcery.com>
2559
2560 * gdb.texinfo (Debugging Output): Document
2561 "set/show debug lin-lwp-async".
2562 (Maintenance Commands): Document "maint set/show linux-async".
2563
63092375
DJ
25642008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2565
2566 * gdb.texinfo (Expressions): Update description of malloced arrays.
2567
8e8901c5
VP
25682008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2569
2570 * gdb.texinfo (Thread Commands): Document
2571 -thread-info. Remove -thread-list-all-threads.
2572
1fddbabb
PA
25732008-03-14 Pedro Alves <pedro@codesourcery.com>
2574 Sandra Loosemore <sandra@codesourcery.com>
2575
2576 * gdb.texinfo (Library List Format): Update to mention the
2577 possibility to pass section addresses instead of segment
2578 addresses.
2579
ccd213ac
DJ
25802008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2581
2582 * gdb.texinfo (Starting): Document "set exec-wrapper".
2583 (Server): Document gdbserver --wrapper.
2584
fa4727a6
DJ
25852008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2586
2587 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2588 unreadable memory. Delete obsolete SPARClite reference.
2589
8edfe269
DJ
25902008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2591
2592 * gdb.texinfo (Starting): Mention always-running targets.
2593 (Target Commands): Add an anchor for load.
2594 (Connecting): Explain continue instead of run.
2595
1843f87b
DJ
25962008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2597
2598 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2599
f9082629
NR
26002008-02-26 Nick Roberts <nickrob@snap.net.nz>
2601
2602 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2603 breakpoint table.
2604
fd96d250
PA
26052008-02-19 Pedro Alves <pedro@codesourcery.com>
2606
2607 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2608 killing the inferior when it is already debugging a process.
2609
36af4ef6
MD
26102008-02-13 Markus Deuling <deuling@de.ibm.com>
2611
2612 * gdbint.texinfo (Build Script): New section. Mention new build script
2613 gdb_buildall.sh.
2614
cda4ce5a
JB
26152008-02-01 Jim Blandy <jimb@red-bean.com>
2616
2617 * gdb.texinfo (Help): Summarize 'info args' correctly.
2618
4acd40f3
TJB
26192008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2620
2621 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2622 available in PowerPC architecture.
2623 (Embedded Processors): Change node name of PowerPC item in menu.
2624 (PowerPC): Rename to...
2625 (PowerPC Embedded): this.
2626 (Architectures): Add new PowerPC item in menu.
2627 (PowerPC): New node.
2628
6e6c6f50
DJ
26292008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2630
2631 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2632 commands.
2633
5ee187d7
DJ
26342008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2635
2636 * gdb.texinfo (Setting Catchpoints): Mention features
2637 supported on GNU/Linux.
2638
e275c0d9
NR
26392008-01-30 Nick Roberts <nickrob@snap.net.nz>
2640
2641 * gdb.texinfo (GDB/MI File Commands): Describe new output
2642 field for MI command -file-list-exec-source-file.
2643
2d717e4f
DJ
26442008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2645
2646 * gdb.texinfo (Using the `gdbserver' Program): Add security
2647 warning. Rearrange into subsections and subsubsections. Document
2648 --multi and --debug. Correct --with-sysroot typo. Update --attach
2649 usage. Make load reference clearer. Document monitor exit.
2650 (Remote Configuration): Document set remote exec-file, attach-packet,
2651 and run-packet.
2652 (Packets): Document vAttach and vRun.
2653
d35a4257 26542008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
2655
2656 * gdb.texinfo (Processes): Mention process command.
889bf7c5 2657 detach-on-follow -> detach-on-fork.
f663676d 2658
c78d192c
DJ
26592008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2660
2661 * gdbint.texinfo (Native Conditionals): Remove
2662 SHELL_COMMAND_CONCAT and SHELL_FILE.
2663
d35a4257
EZ
26642008-01-26 Eli Zaretskii <eliz@gnu.org>
2665
2666 * gdb.texinfo (Specify Location): Improve wording.
2667
93815fbf
VP
26682008-01-23 Chris Demetriou <cgd@google.com>
2669
2670 * gdb.texinfo (Threads): Document new "set print thread-events"
2671 and "show print thread-events" commands.
2672
2a25a5ba
EZ
26732008-01-19 Eli Zaretskii <eliz@gnu.org>
2674
2675 * gdb.texinfo (Specify Location): New section.
2676 (Delete Breaks, Edit, Set Breaks): Remove description of
2677 locations. Instead, add a reference to "Specify Location".
2678 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2679 (Symbols): Refer to "Specify Location" for the valid forms of
2680 linespecs and locations.
2681
32c9a795
MD
26822008-01-18 Markus Deuling <deuling@de.ibm.com>
2683
2684 * gdbint.texinfo (Target Conditionals): Replace the description of
2685 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2686
b17828ca
JB
26872008-01-12 Paul Hilfinger <hilfinger@adacore.com>
2688
2689 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2690 about &&var, which is rejected by the expression parser.
2691
0aea4bf3
LM
26922008-01-09 Luis Machado <luisgpm@br.ibm.com>
2693
2694 * gdb.texinfo (Output): Update documentation on using printf with DFP
2695 types.
2696
febe4383
TJB
26972008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2698
2699 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2700 subsubsection.
2701 (Decimal Floating Point format): New subsubsection.
2702
7a404eba
PA
27032008-01-05 Pedro Alves <pedro@codesourcery.com>
2704
2705 * gdb.texinfo (File Options): Remove mention of the attempt to
2706 open a core file with the -p option. Don't list -c as a valid
2707 option to attach to a process.
2708
a4d9b460
PA
27092008-01-05 Pedro Alves <pedro@codesourcery.com>
2710
2711 * gdbint.texinfo (Host Conditionals): Remove mention of
2712 ALIGN_STACK_ON_ENTRY.
2713
6ec2edbe
JB
27142008-01-05 Joel Brobecker <brobecker@adacore.com>
2715
2716 * gdbint.texinfo (Start of New Year Procedure): Add item
2717 describing how to update the source and documentation copyright
2718 notices.
2719
d8b2a693
JB
27202007-12-18 Jim Blandy <jimb@codesourcery.com>
2721
ab209b3a 2722 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
2723 watchpoint explanation into the main description of the watchpoint
2724 command; update synopses of 'watch', 'rwatch', and 'awatch'
2725 commands.
2726
8b4ed427
VP
27272007-12-18 Vladimir Prus <vladimir@codesourcery.com>
2728
2729 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2730 Document 'pending-breakpoints' feature of
2731 -list-features.
2732
37e4754d
LM
27332007-12-17 Luis Machado <luisgpm@br.ibm.com>
2734
669fac23 2735 * gdb.texinfo: Add new parameter's description.
37e4754d 2736
1d3811f6
DJ
27372007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
2738
2739 * gdb.texinfo (Overview): Clarify run-length encoding
2740 example. Remove the restriction on "+" and "-" characters.
2741
c1c25a1a
EZ
27422007-12-15 Eli Zaretskii <eliz@gnu.org>
2743
2744 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
2745
afe8ab22 27462007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 2747
afe8ab22
VP
2748 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2749 the -f option for -break-insert, remove -r option,
2750 and clarify specification of location.
2751
a6b151f1
DJ
27522007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
2753
2754 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
2755 formatting.
2756 (Remote Debugging): Add File Transfer section.
2757 (Remote Configuration): Document Host I/O packets.
2758 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 2759 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
2760 (Packets): Add vFile.
2761
3b784c4f
EZ
27622007-11-17 Eli Zaretskii <eliz@gnu.org>
2763
2764 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
2765 breakpoints with multiple locations.
2766 (Breakpoint Menus): Improve wording.
2767 (Output): Fix last change.
2768
a4ce5b0d
UW
27692007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
2770
2771 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
2772
1b39d5c0
DE
27732007-11-15 Doug Evans <dje@google.com>
2774
2775 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
2776
7a72d44c
VP
27772007-11-15 Vladimir Prus <vladimir@codesourcery.com>
2778
2779 * gdbint.texinfo (Native Conditionals): Remove
2780 mention of CLEAR_SOLIB.
5ae4183a 2781
6d1829bf 27822007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
2783
2784 * gdb.texinfo (Print Settings): Add documentation for "set/show
2785 print frame-arguments".
2786
1a619819
LM
27872007-11-05 Luis Machado <luisgpm@br.ibm.com>
2788
3b784c4f 2789 * gdb.texinfo (Output): Update printf command's description.
1a619819 2790
55eddb0f
DJ
27912007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
2792
2793 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
2794 powerpc soft-float".
2795
9cceb671
DJ
27962007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2797
2798 * gdb.texinfo (Files): Correct formatting. Mention Expat
2799 requirement.
2800 (Requirements for Building GDB): Expand the list of Expat
2801 uses.
2802 (Library List Format, Memory Map Format): Mention Expat.
2803 (Target Descriptions): Update Expat wording.
2804
83acabca
DJ
28052007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2806
2807 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
2808 Document that gdbarch_convert_register_p should return zero for no-op
2809 conversions.
2810
e35879db
UW
28112007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
2812
83acabca 2813 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
2814 of set_gdbarch_sofun_address_maybe_missing back to ...
2815 (Target Conditionals): ... here to fix build break.
2816
203c3895
UW
28172007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2818
83acabca 2819 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
2820 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
2821 (Compiler Characteristics): ... documentation of
2822 set_gdbarch_sofun_address_maybe_missing.
2823
11411de3
DJ
28242007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2825
2826 * gdbint.texinfo (Target Conditionals): Use
2827 frame_unwind_register_unsigned in examples instead of
2828 frame_unwind_unsigned_register.
2829
7cc46491
DJ
28302007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2831
2832 * gdb.texinfo (Predefined Target Types): Add int128
2833 and uint128.
2834 (Standard Target Features): Add PowerPC features.
2835
81adfced
DJ
28362007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2837
2838 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
2839
c1874924
UW
28402007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2841
2842 * gdbint.texi (Target Conditionals): Remove documentation
2843 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
2844 gdbarch_extract_return_value, and gdbarch_store_return_value.
2845
f6e56ab3
UW
28462007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2847
2848 * gdbint.texi (Target Conditionals): Remove documentation of
2849 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
2850
56cf5405
KH
28512007-10-11 Kazu Hirata <kazu@codesourcery.com>
2852
2853 * gdb.texinfo: Mention that inaccessible-by-default is on by
2854 default.
2855
35156bae
DJ
28562007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2857
2858 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
2859
d983da9c
DJ
28602007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
2861
2862 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
2863 multi-threaded watchpoints.
2864 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
2865 checked. Describe sticky notification. Expand description
2866 of steppable and continuable watchpoints.
2867 (Watchpoints and Threads): New subsection.
2868
fe6fbf8b
VP
28692007-09-28 Vladimir Prus <vladimir@codesourcery.com>
2870
2871 * gdb.texinfo (Setting Breakpoints): Revise
2872 documentation for pending breakpoints. Document
2873 breakpoints with multiple locations.
5ae4183a 2874
084344da
VP
28752007-09-19 Vladimir Prus <vladimir@codesourcery.com>
2876
2877 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2878 Document -list-features.
5ae4183a 2879
82160952
EZ
28802007-09-15 Eli Zaretskii <eliz@gnu.org>
2881
2882 * gdb.texinfo (Output): Spell out which features of C's printf are
2883 not supported by GDB's printf.
7e27a47a
EZ
2884 (Separate Debug Files): More accurate wording regarding build ID
2885 and a reference to the ld manual rather than the Fedora wiki.
82160952 2886
ea37ba09
DJ
28872007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2888 Jim Blandy <jimb@codesourcery.com>
2889
2890 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
2891 (Examining Memory): Update mentions of the 's' format.
2892 (Automatic Display): Likewise.
2893
b8533aec
DJ
28942007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
2895
2896 * gdb.texinfo: Update the FSF's Back-Cover Text.
2897
83f83d7f
JK
28982007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2899 Eli Zaretskii <eliz@gnu.org>
2900
2901 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
2902 Fixed the ``build ID'' name. New binaries build instructions for the
2903 build ID inclusion. Explain how the commands are specific to the build
2904 ID vs. debug link.
2905
c7e83d54
EZ
29062007-09-01 Eli Zaretskii <eliz@gnu.org>
2907
2908 * gdb.texinfo (Separate Debug Files): Fix last change. Add
2909 indexing for ``build ID'' support.
2910
d3750b24
JK
29112007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2912
2913 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
2914 Enlisted BUILD ID to the debug file searching example.
2915 Included a BUILD ID `.note.gnu.build-id' section description.
2916 Updated/added the debug files splitting instructions for OBJCOPY.
2917
02142340
VP
29182007-08-31 Vladimir Prus <vladimir@codesourcery.com>
2919
2920 * gdb.texinfo (Variable Objects): Adjust docs
2921 for -var-info-expression and document
2922 -var-info-path-expression.
2923
d3bdde98
JB
29242007-08-20 Jim Blandy <jimb@codesourcery.com>
2925
3fb6a982
JB
2926 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
2927 (title page): Include the dedication in the printed manual, as a
2928 separate page after the copyright notice.
5ae4183a 2929
d3bdde98
JB
2930 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
2931 don't break a @var across a line.
2932
c80a96a8
MR
29332007-07-25 Maciej W. Rozycki <macro@mips.com>
2934
2935 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
2936 for include files.
2937
5824a901
NR
29382007-07-12 Nick Roberts <nickrob@snap.net.nz>
2939
2940 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
2941 in annotate.texinfo.
2942 (Command History): Link to new node.
5824a901 2943
d52e7ea3
UW
29442007-07-05 Markus Deuling <deuling@de.ibm.com>
2945
2946 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
2947
5fc14d0a
EZ
29482007-07-05 Eli Zaretskii <eliz@gnu.org>
2949
2950 * gdbint.texinfo (Target Conditionals): Fix last change.
2951
4a9bb1df
UW
29522007-07-03 Markus Deuling <deuling@de.ibm.com>
2953
2954 * gdb.texinfo: Replace following macros by their appropriate gdbarch
2955 routines:
2956 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
2957 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
2958 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
2959 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
2960 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
2961 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
2962 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
2963 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
2964 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
2965 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2966 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
2967 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
2968 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2969 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
2970 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
2971 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
2972 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
2973 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
2974 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
2975 (SOFTWARE_SINGLE_STEP_P)
2976
2977 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
2978 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
2979
2980 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
2981 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
2982 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
2983 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
2984 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
2985 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
2986 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
2987 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
2988 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
2989 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
2990
2991 (Converting an existing Target Architecture to Multi-arch): Remove
2992 section.
2993
2994 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
2995 (gdbarch_addr_bits_remove): Add code example.
2996
2997 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
2998
cfa9d6d9
DJ
29992007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3000
3001 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3002 Add other missing entries. Adjust the table size to fit.
3003 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3004 stop reasons including the new "library" event.
3005 (General Query Packets): Adjust table widths for qSupported. Mention
3006 qXfer:libraries:read reply to qSupported and document the new packet.
3007 (Library List Format): New section.
3008
159fcc13
JK
30092007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3010
3011 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3012
f66d1690
MS
30132007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3014
3015 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3016
67102876
NR
30172007-06-25 Nick Roberts <nickrob@snap.net.nz>
3018
3019 * gdbint.texinfo (Register and Memory Data): Break sections
3020 into nodes and add a menu.
3021
a4642986
MR
30222007-06-21 Maciej W. Rozycki <macro@mips.com>
3023
3024 * gdb.texinfo (Examining Memory): Document the new behaviour.
3025
e9c17194
VP
30262007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3027
3028 * gdb.texinfo (Standard Target Features): Document
3029 m68k features.
3030
31d99776
DJ
30312007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3032
3033 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3034
1780a0ed
DJ
30352007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3036
3037 * gdb.texinfo (Target Description Format): Add version attribute
3038 for <target>.
3039
822b6570
DJ
30402007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3041
3042 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3043
f8b73d13
DJ
30442007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3045
3046 * gdb.texinfo (MIPS Features): New subsection.
3047
0e7f50da
UW
30482007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3049 Markus Deuling <deuling@de.ibm.com>
3050
3051 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3052 and qXfer:spu:write packets and mention them under qSupported.
3053
23d964e7
UW
30542007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3055 Markus Deuling <deuling@de.ibm.com>
3056
3057 * gdb.texinfo (Architectures): Add new SPU section to document
3058 Cell Broadband Engine SPU architecture specific commands.
3059
9f708cb2
VP
30602007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3061
3062 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3063 comments.
3064
7579b5f8
NR
30652007-06-07 Nick Roberts <nickrob@snap.net.nz>
3066
3067 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3068
bf06d120
JB
30692007-05-29 Jim Blandy <jimb@codesourcery.com>
3070
3071 * gdb.texinfo (Overview): Doc fix.
3072
23776285
MR
30732007-05-22 Maciej W. Rozycki <macro@mips.com>
3074
3075 * gdb.texinfo (Remote Configuration): Document "set/show
3076 remoteflow".
3077
1a69e1e4
DJ
30782007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3079
bf06d120
JB
3080 * gdb.texinfo (MIPS): Remove documentation for set mips
3081 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3082 stack-arg-size.
1a69e1e4 3083
46ba6afa 30842007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3085
46ba6afa
BW
3086 * all-cfg.texi (GDBTUI): New.
3087 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3088 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3089 (TUI Configuration): Edit to improve clarity and fix problems of
3090 both style and content.
5ae4183a 3091
06d3b283
UW
30922007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3093
3094 * observer.texi (GDB Observers): New observer "new_objfile".
3095
179101d6
UW
30962007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3097
3098 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3099
25d5ea92
VP
31002007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3101
3102 * gdb.texinfo (GDB/MI Variable Objects): Document
3103 frozen variables objects.
5ae4183a 3104
ea35711c
DJ
31052007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3106
3107 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3108 (Character Sets, Caching Data of Remote Targets): Likewise.
3109 (Targets): Delete Remote node. Move its text...
3110 (Debugging Remote Programs): ...to here. Delete description
3111 of the "remote" command.
3112 (Remote configuration): Delete description of "set remotedevice"
3113 and "show remotedevice".
3114 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3115
db2e3e2e
BW
31162007-04-11 Bob Wilson <bob.wilson@acm.org>
3117
5ae4183a
AS
3118 * gdb.texinfo (Contributors, Continuing and Stepping)
3119 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3120 (General Query Packets, File-I/O Remote Protocol Extension)
3121 (Protocol Basics, The F Reply Packet, Write)
3122 (Protocol-specific Representation of Datatypes, Memory Transfer):
3123 Fix hyphenation, punctuation and grammar problems.
3124 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3125 'section' instead of 'subsection' in the text.
3126 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3127 (i386): Remove period from section name.
db2e3e2e
BW
3128 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3129 (Config Names, Configure Options): Use @file{configure}.
3130
8a3dae3e
DJ
31312007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3132
3133 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3134 and tab expansion.
3135
1a92f856
DJ
31362007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3137
3138 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3139
79a6e687 31402007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3141
79a6e687
BW
3142 * gdb.texinfo: Consistently capitalize all significant words in
3143 node names, chapter titles, section titles, and headings. Update
3144 cross references to match.
3145 (Starting and Stopping Trace Experiment): Make node name plural.
3146 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3147
ad527d2e
PA
31482007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3149
3150 * gdb.texinfo (WinCE): Delete obsolete subsection.
3151
7ce59000
DJ
31522007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3153
3154 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3155 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3156 references.
3157
8807d78b
DJ
31582007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3159
3160 * gdb.texinfo (Startup): Delete references to some alternate
3161 names for .gdbinit.
3162 (Thread): Remove LynxOS reference.
3163 (Tandem ST2000): Delete target-specific documentation.
3164 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3165 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3166 and GDB_OSABI_LYNXOS.
3167
5f402660
UW
31682007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3169
3170 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3171
bac718a6
UW
31722007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3173
3174 * gdbint.texinfo (Target Conditionals): Remove mention of
3175 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3176 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3177
9453113a
DJ
31782007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3179
3180 * Makefile.in: Add "pdfdir" installation
3181 directory, PDFTEX macro, support for "install-pdf" target,
3182 and rules for making a pdf version of refcard.texi.
3183 * refcard.tex: Specify paper size for PDF output.
3184
ae21e955 31852007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3186
ae21e955 3187 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3188
3f94c067 31892007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3190
3f94c067
BW
3191 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3192 (Source Path, Character Sets, Macros, Define)
3193 (GDB/MI Result Records, GDB/MI Simple Examples)
3194 (GDB/MI Program Execution, GDB/MI File Commands)
3195 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3196 (Bug Reporting): Use @value{GCC}.
5ae4183a 3197
12c27660 31982007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3199
12c27660
BW
3200 * gdb.texinfo (Help): Fix formatting of examples.
3201 (Variables): Use @ifnotinfo instead of @iftex.
3202 (Non-debug DLL symbols): Use @ref instead of @pxref.
3203 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3204
ce9341a1
BW
32052007-03-26 Bob Wilson <bob.wilson@acm.org>
3206
3207 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3208
c8f4133a
BW
32092007-03-26 Bob Wilson <bob.wilson@acm.org>
3210
3211 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3212 the order of the nodes.
3213 (C Operators, C Constants, Debugging C): Remove extra menus.
3214 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3215
c8f4133a 32162007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3217
3218 * gdb.texinfo (File Options): Add missing parenthesis.
3219 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3220
c74d0ad8
DJ
32212007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3222
3223 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3224
ff6f572f
DJ
32252007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3226
669fac23 3227 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3228 case insensitivity.
3229 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3230
994337c3
NR
32312007-02-18 Nick Roberts <nickrob@snap.net.nz>
3232
3233 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3234 (Files): Add section name to argument list for pxref.
3235 (Non-debug DLL symbols): Don't use `see' for pxref.
3236 (Embedded Processors): Fix typo.
3237 (GDB/MI Breakpoint Commands): Execution commands generate
3238 *stopped not ^done.
3239
eb819d70
NR
32402007-02-13 Nick Roberts <nickrob@snap.net.nz>
3241
3242 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3243 values for in_scope. Mention that only root variables can be
3244 updated.
3245 (GDB/MI Development and Front Ends): Explain new values may be
3246 added to existing fields.
3247
123dc839
DJ
32482007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3249
3250 * gdb.texinfo (-target-disconnect): Use @smallexample.
3251 (Requirements): Add anchor for Expat. Update description.
3252 (Target Descriptions): Mention Expat.
3253 (Target Description Format): Document new elements. Use
3254 @smallexample.
3255 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3256 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3257
108546a0
DJ
32582007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3259
3260 * gdb.texinfo (Target Description Format): Add section on XInclude.
3261
95a98c01
NR
32622006-02-03 Nick Roberts <nickrob@snap.net.nz>
3263
3264 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3265 command -enable-timings.
3266
f4b3909f
EZ
32672007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3268
5ae4183a 3269 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3270 descriptions for new/deleted elements in gdb_osabi. Add missing
3271 description for function generic_elf_osabi_sniff_abi_tag_sections.
3272
c7ba131e
JB
32732007-01-29 Joel Brobecker <brobecker@adacore.com>
3274
3275 * gdb.texinfo (Maintenance Commands): Add documentation for
3276 the new "maint print target-stack" command.
3277
3a60f64e
JK
32782007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3279 Eli Zaretskii <eliz@gnu.org>
3280
f4b3909f 3281 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3282
c582f8b6
EZ
32832007-01-26 Eli Zaretskii <eliz@gnu.org>
3284
3285 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3286 Use @value{NGCC} instead of @value{GCC}.
3287
d3e8051b
EZ
32882007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3289
3290 * agentexpr.texi: Fix typos.
3291 * annotate.texinfo: Likewise.
3292 * gdb.texinfo: Likewise.
3293 * gdbint.texinfo: Likewise.
3294 * observer.texi: Likewise.
3295 * stabs.texinfo: Likewise.
3296
86f04699
EZ
32972007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3298
3299 * gdbint.texinfo (Support Libraries): Remove mmalloc
3300 entry. Describe readline library.
3301
23181151
DJ
33022007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3303
3304 * gdb.texinfo (Target Descriptions): New section.
3305 (General Query Packets): Add QPassSignals anchor. Mention
3306 qXfer:features:read under qSupported. Expand mentions of
3307 qXfer:memory-map:read and QPassSignals. Document
3308 qXfer:features:read.
3309
f822c95b
DJ
33102007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3311
3312 * gdb.texinfo (Commands to specify files): Describe
3313 "set sysroot" and "show sysroot".
3314 (Using the `gdbserver' program): Lowercase argument
3315 to @var. Expand description of setting up GDB on the
3316 host.
3317
8936fcda
JB
33182007-01-05 Joel Brobecker <brobecker@adacore.com>
3319
3320 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3321 catch exception, catch exception unhandled, and catch assert
3322 commands.
3323
e776119f
DJ
33242007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3325
3326 * gdb.texinfo (Debugging Output): Document "set debug xml"
3327 and "show debug xml".
3328
aa79a185
DJ
33292007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3330
3331 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3332
7f893741
JB
33332007-01-01 Joel Brobecker <brobecker@adacore.com>
3334
3335 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3336
a1b5960f
VP
33372006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3338
3339 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3340 note in @ignore, to be removed later if nobody complains.
3341
9f470e6e
NR
33422006-12-04 Nick Roberts <nickrob@snap.net.nz>
3343
3344 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3345 of -var-delete.
3346
765dc015 33472006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3348
765dc015 3349 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3350 automatic software/hardware breakpoint usage and
3351 the "set breakpoint auto-hw" command.
765dc015 3352
4b5752d0
VP
33532006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3354
3355 * gdb.texinfo (Memory Access Checking): New.
3356
89be2091
DJ
33572006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3358
3359 * gdb.texinfo (Remote configuration): Mention
3360 "pass-signals-packet".
3361 (General Query Packets): Document QPassSignals. Fix
3362 a typo.
3363
ca3bf3bd
DJ
33642006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3365
3366 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3367
427c3a89
DJ
33682006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3369
3370 * gdb.texinfo (Remote configuration): Rewrite documentation for
3371 packet configuration commands.
3372 (OS Information): Adjust reference to qXfer:auxv:read.
3373 (General Query Packets): Remove references to read-aux-vector-packet
3374 and set remote get-thread-local-storage-address.
3375
7a107747
DJ
33762006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3377
3378 * gdbint.texinfo (Target Architecture Definition): Add new
3379 Initializing a New Architecture section.
3380
1c56eb0e
EZ
33812006-10-31 David Taylor <dtaylor@emc.com>
3382
3383 * stabs.texinfo (Macro define and undefine): New node describing
3384 stabs for #define and #undef.
3385
f73adfeb
AS
33862006-10-27 Andreas Schwab <schwab@suse.de>
3387
3388 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3389
fd60e0df
EZ
33902006-10-21 Eli Zaretskii <eliz@gnu.org>
3391
3392 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3393 clarify on the possible meanings of ``expression'' watched by
3394 watchpoints. Add indexing.
e5ac9b53
EZ
3395 (Prompting, Errors, Invalidation, Annotations for Running)
3396 (Source Annotations): Fix index entries by adding "annotation" to
3397 them, to discriminate from index entries that point to the more
3398 general topic descriptions.
fd60e0df 3399
52bb452f
DJ
34002006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3401
3402 * gdbint.texinfo (Target Vector Definition): Move most
3403 content into Existing Targets. Add a menu.
3404 (Existing Targets): New section, moved from Target Vector
3405 Definition. Use @subsection.
3406 (Managing Execution State): New section.
3407
58955e58
BW
34082006-10-16 Bob Wilson <bob.wilson@acm.org>
3409
3410 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3411
c8aa23ab
EZ
34122006-10-15 Eli Zaretskii <eliz@gnu.org>
3413
3414 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3415 (Command Syntax, Signals, Backtrace, Connecting)
3416 (Remote configuration, Renesas Boards, Console I/O): Fix last
3417 change: use Ctrl- instead of C-, except wrt Emacs.
3418 (File-I/O Examples): Put Ctrl-c in @kbd.
3419 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3420 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3421 (Signals, Set Breaks, Set Watchpoints): Document optional
3422 arguments to `info signals' `handle', `info breakpoints', and
3423 `info watchpoints'.
c8aa23ab 3424
e7109c7e
EZ
34252006-10-14 Eli Zaretskii <eliz@gnu.org>
3426
3427 * gdb.texinfo (Backtrace): Fix last change.
3428
de3aea7b
NR
34292006-10-14 Nick Roberts <nickrob@snap.net.nz>
3430
3431 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3432
7f9087cb
BW
34332006-10-10 Bob Wilson <bob.wilson@acm.org>
3434
c8aa23ab
EZ
3435 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3436 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3437 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3438
68437a39
DJ
34392006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3440 Daniel Jacobowitz <dan@codesourcery.com>
3441
3442 * gdb.texinfo (Packets): Document vFlashErase,
3443 vFlashWrite and vFlashDone packets.
3444 (General Query Packets): Document qXfer:memory-map:read.
3445 Add a new feature for qXfer:memory-map:read.
3446 (Memory map format): New section.
3447 (Target Commands): Mention that gdb can write flash.
3448
fd79ecee
DJ
34492006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3450 Daniel Jacobowitz <dan@codesourcery.com>
3451
3452 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3453 memory regions and "mem auto".
3454
350da6ee
DJ
34552006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3456
3457 * gdbint.texinfo (Array Containers): New section.
3458
2f1acb09
VP
34592006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3460
3461 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3462 -stack-list-arguments HIGH_FRAME argument can be larger then the
3463 actual number of frames.
3464
2ab1eb7a
VP
34652006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3466
3467 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3468 -stack-list-locals HIGH_FRAME argument can be larger then the
3469 actual number of frames.
2ab1eb7a 3470
599b237a
BW
34712006-09-02 Bob Wilson <bob.wilson@acm.org>
3472
3473 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3474 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3475
25ab7e6d
EZ
34762006-09-02 Eli Zaretskii <eliz@gnu.org>
3477
3478 * gdbint.texinfo (Overall Structure): New section "Source Tree
3479 Structure".
3480
940178d3
JB
34812006-08-17 Jim Blandy <jimb@codesourcery.com>
3482
3483 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3484 responses.
3485
30daae6c
JB
34862006-08-08 Joel Brobecker <brobecker@adacore.com>
3487
3488 * gdb.texinfo (Source Path): Add documentation for new
3489 substitute-path commands.
3490
7fa2210b
DJ
34912006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3492
3493 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3494 (Running Configure): ...here.
3495 (Requirements): New node. Mention expat.
3496
3d00d119
DJ
34972006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3498
5ae4183a 3499 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
3500 'set download-write-size' and 'show download-write-size'.
3501
0cbfa4ee
DJ
35022006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3503
3504 * stabs.texinfo (Member Type Descriptor): Correct example for
3505 pointer to member types.
3506
16026cd7
AS
35072006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3508
3509 * gdb.texinfo (Optional warnings and messages): Add
3510 'set/show trace-commands'.
3511 (Command files): Add '-v' to source command.
3512
0876f84a
DJ
35132006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3514
3515 * gdb.texinfo (OS Information): Update qPart reference to
3516 qXfer.
3517 (Remote configuration): Likewise.
3518 (Overview): Move @cindex to the start of a paragraph. Talk
3519 about binary data encoding.
3520 (Packets): Refer to the overview for the details of the X
3521 packet encoding.
3522 (General Query Packets): Remove qPart description. Add qXfer
3523 description. Add an anchor to qSupported. Correct feature
3524 table title. Add a new feature for qXfer:auxv:read.
3525 (Interrupts): Add a missing parenthesis.
3526
2ec3381a
DJ
35272006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3528
669fac23 3529 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
3530 (GDB/MI Kod Commands): Remove commented out node.
3531
594fe323
EZ
35322006-07-01 Eli Zaretskii <eliz@gnu.org>
3533
3534 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3535 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3536 (GDB/MI Thread Commands, GDB/MI Program Execution)
3537 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3538 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3539 (GDB/MI File Commands, GDB/MI Target Manipulation)
3540 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3541 since the MI prompt is hard-wired into the code.
3542
7e3fb70c
NR
35432006-07-01 Nick Roberts <nickrob@snap.net.nz>
3544
3545 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3546 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3547 (GDB/MI Data Manipulation): Remove description of unimplemented
3548 display related commands as variable objects perform this function
3549 and are superior: -display-delete, -display-disable,
3550 -display-enable, -display-insert and -display-list. Move
3551 -environment-cd, -environment-directory, -environment-path
3552 and -environment-pwd to "Program Context".
3553 (GDB/MI Program Control): Rename to "Program Execution". Move
3554 -exec-arguments -exec-abort to...
3555 (GDB/MI Program Context): ...here. New node split from "Data
3556 Manipulation".
3557
be2a5f71
DJ
35582006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
3559
3560 * gdb.texinfo (Remote configuration): Document set / show
3561 remote supported-packets.
3562 (General Query Packets): Document qSupported packet.
3563
fc320d37
SL
35642006-06-10 Sandra Loosemore <sandra@codesourcery.com>
3565
3566 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3567 and font markup.
3568 (Protocol basics): Likewise.
3569 (The F request packet): Likewise.
3570 (The F reply packet): Likewise.
3571 (Memory transfer): Move this node to be a subsubsection of
3572 "Protocol specific representation of datatypes".
3573 (The Ctrl-C message): More copy editing.
3574 (Console I/O): Likewise.
3575 (The isatty call): Delete this node, and merge its content into
3576 the "isatty" node. Fixed references elsewhere.
3577 (The system call): Delete this node, and merge its content into
3578 the "system" node. Fixed references elsewhere.
3579 (open): Reformat to use @table, and add appropriate font markup.
3580 (close): Likewise.
3581 (read): Likewise.
3582 (write): Likewise.
3583 (lseek): Likewise.
3584 (rename): Likewise.
3585 (unlink): Likewise.
3586 (stat/fstat): Likewise.
3587 (gettimeofday): Likewise.
3588 (isatty): Likewise.
3589 (system): Likewise, plus minor changes to fix confusing wording.
3590 (Integral datatypes): Fix font markup.
3591 (Pointer values): Likewise.
3592 (struct stat): Fix markup to use @table, plus minor copy editing.
3593 (struct timeval): Fix font markup, plus minor copy editing.
3594 (Constants): Minor copy editing.
3595 (Errno values): Add font markup.
3596 (File-I/O Examples): Likewise.
3597
158fdf5c
NR
35982006-06-10 Nick Roberts <nickrob@snap.net.nz>
3599
3600 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3601 (GDB/MI Simple Examples): Move node up one level. Use real
3602 examples.
3603 (GDB/MI Compatibility with CLI): Update.
3604 (GDB/MI Result Records): Add "connected" and "exit" result
3605 classes.
3606 (GDB/MI Stream Records): Clarify target output.
3607 (GDB/MI Command Description Format): Modify example description.
3608 (GDB/MI Breakpoint Table Commands): Rename to...
3609 (GDB/MI Breakpoint Commands): ...this
3610 (GDB/MI Breakpoint Commands): Add optional thread field.
3611 (GDB/MI Program Control): Add an introduction. Move "Program
3612 termination" examples into exec-run description.
3613 (GDB/MI File Commands): Mention similar CLI commands.
3614 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3615 is similar to "-gdb-version".
3616
ddb50cd7
EZ
36172006-06-09 Eli Zaretskii <eliz@gnu.org>
3618
3619 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3620
2aef0d6b
NR
36212006-06-02 Nick Roberts <nickrob@snap.net.nz>
3622
3623 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3624 sourceware.org for mailing lists.
d5e40d59 3625 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 3626
383a5c52
NR
36272006-06-01 Nick Roberts <nickrob@snap.net.nz>
3628
d5e40d59 3629 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 3630
e16b02ee
EZ
36312006-05-22 Eli Zaretskii <eliz@gnu.org>
3632
3633 * gdb.texinfo (Cygwin Native): Fix last change.
3634
be90c084
CF
36352006-05-22 Christopher Faylor <cgf@timesys.com>
3636
3637 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3638
347ceba5
NR
36392006-05-15 Nick Roberts <nickrob@snap.net.nz>
3640
3641 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3642 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3643
369af7bd
DJ
36442006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3645
3646 * gdb.texinfo (General Query Packets): Recommend not starting
3647 new packets with qC and clarify.
3648
2ffdbde8 36492006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
3650
3651 * gdb.texinfo (M2 Types): New section.
72019c9c 3652
16d1a084
DJ
36532006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
3654
3655 * agentexpr.texi: Add a copyright and license notice.
3656 * observer.texi: Likewise, with GPL clause for function prototypes.
3657 Remove trailing whitespace.
3658
aa56d27a
JB
36592006-05-05 Jim Blandy <jimb@codesourcery.com>
3660
3661 * gdb.texinfo (General Query Packets): Document conventions for
3662 terminating packet names, and their violations.
3663
5bdf8622
DJ
36642006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3665
3666 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3667 * gdb.texinfo: Likewise.
3668
605a56cb
DJ
36692006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3670
3671 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3672 and "show remotedebug".
3673 (Debugging Output): Add additional index entries.
3674
b8db102d
MS
36752006-04-27 Michael Snyder <msnyder@redhat.com>
3676
3677 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3678
c5e30d01
AC
36792006-04-22 Andrew Cagney <cagney@redhat.com>
3680
3681 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3682 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3683
8181d85f
DJ
36842006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
3685
3686 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3687 and remove breakpoint prototypes.
3688 (Watchpoints): Move description of target_insert_hw_breakpoint and
3689 target_remove_hw_breakpoint ...
3690 (Breakpoints): ... to here. Document target_insert_breakpoint and
3691 target_remove_breakpoint.
3692
4f553f88
JB
36932006-04-17 Jim Blandy <jimb@codesourcery.com>
3694
3695 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3696 and C packets are optional.
3697
cd852561
FR
36982006-04-14 Frederic Riss <frederic.riss@st.com>
3699
3700 * gdb.texinfo (Specifying source directories): Update the description
3701 of the source file search to reflect the fact that the source path
3702 always contains at least $cdir and $cwd.
3703
b620eb07
MS
37042006-03-31 Michael Snyder <msnyder@redhat.com>
3705
3706 * gdb.texinfo: Update copyright dates.
3707
3156cdaf
EZ
37082006-03-31 Eli Zaretskii <eliz@gnu.org>
3709
3710 * gdb.texinfo (Overview): Add an index entry to "empty response".
3711
7d30c22d
JB
37122006-03-28 Jim Blandy <jimb@codesourcery.com>
3713
3714 * gdbint.texinfo (Prologue Analysis): New section.
3715
86941c27
JB
37162006-03-07 Jim Blandy <jimb@red-bean.com>
3717
66b8c7f6
JB
3718 * gdb.texinfo (Connecting): Document 'target remote pipe'.
3719
1a10341b
JB
3720 * gdb.texinfo (Target Commands): Update text describing how to
3721 specify a target. Refer to the detailed section on remote
3722 debugging, not the brief mention.
3723
86941c27
JB
3724 * gdb.texinfo (Connecting): Organize the different 'target remote'
3725 connection methods into a table. Add a 'target remote' index
3726 entry. (!!!)
3727
62f3a2ba
FF
37282006-02-17 Fred Fish <fnf@specifix.com>
3729
3730 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3731 'ptype' commands to reflect the fact that the only significant
3732 difference between them is that ptype prints the complete type
3733 description instead of just the name.
3734
8b9a88ea
WZ
37352006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
3736
3737 * gdbint.texinfo (Watchpoints): Delete
3738 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3739
7e8dc855
NR
37402006-02-10 Nick Roberts <nickrob@snap.net.nz>
3741
3742 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3743 times fields where needed. Fix typos. Update general form given
3744 for output of -break-insert.
3745 (GDB/MI): Abbreviate some unnecessarily long fullnames.
3746
c91d38aa
DJ
37472006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
3748
3749 * gdbint.texinfo (Symbol Handling): Add a section
3750 on memory management.
3751
38fcd64c
DJ
37522006-02-06 Vladimir Prus <ghost@cs.msu.su>
3753
3754 * gdb.texinfo (Breakpoint table commands): Document the fullname
3755 field in -break-list output.
3756
219eec71
EZ
37572006-02-03 Eli Zaretskii <eliz@gnu.org>
3758
3759 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
3760 debugging information produced by the various "set debug..."
3761 options.
3762
ae5a43e0
DJ
37632006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3764
3765 * gdb.texinfo (Files): Remove obsolete bits from the description
3766 of "symbol-file".
3767
a9f158ec
JB
37682006-01-25 Jim Blandy <jimb@redhat.com>
3769
3770 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
3771
410dd08e
JB
37722006-01-24 Jim Blandy <jimb@redhat.com>
3773
3774 * gdbint.texinfo (Frames): Document the basics of GDB's register
3775 unwinding model, and explain the existence of the "sentinel" frame.
3776
4b505b12
AS
37772006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
3778
3779 * gdb.texinfo (Choosing files): Mention that -directory is used
3780 for script files.
3781 (Specifying source directories): Likewise.
3782 (Command files): Explain how script files are found.
3783
839c27b7
EZ
37842006-01-21 Eli Zaretskii <eliz@gnu.org>
3785
3786 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
3787 the threads in a multi-threaded program.
3788 (Threads): The threadno argument of "thread apply" can be a range
3789 of numbers.
3790
7be93b9e
JB
37912006-01-18 Jim Blandy <jimb@redhat.com>
3792
3793 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
3794 of warning flags.
3795
fcc73fe3
EZ
37962006-01-13 Eli Zaretskii <eliz@gnu.org>
3797
3798 * gdb.texinfo (Sequences): Improve menu annotations.
3799 (Define): Add index entries for arguments of user-defined
3800 commands. Move the description of flow-control commands...
3801 (Command Files): ...to here. Document loop_break and
3802 loop_continue.
ca91424e
EZ
3803 (Define, Command Files): Document `end' and add index entries for
3804 it.
fcc73fe3 3805
5c95884b
MS
38062006-01-04 Michael Snyder <msnyder@redhat.com>
3807
3808 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 3809 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 3810
860701dc
PH
38112006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
3812
3813 * gdb.texinfo (Omissions from Ada): Document that there is now
3814 limited aggregate support.
3815
36b80e65
EZ
38162005-12-28 Eli Zaretskii <eliz@gnu.org>
3817
3818 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
3819 registers and the likes.
3820
c1468174
EZ
38212005-12-24 Eli Zaretskii <eliz@gnu.org>
3822
3823 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
3824 (Symbols): Fix usage of "e.g.".
359df76b 3825 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
3826
3827 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
3828 (Coding): Fix usage of "e.g.".
3829
c02a867d
EZ
38302005-12-23 Eli Zaretskii <eliz@gnu.org>
3831
5ae4183a
AS
3832 * stabs.texinfo:
3833 * refcard.tex:
c02a867d 3834 * gpl.texi:
5ae4183a
AS
3835 * gdbint.texinfo:
3836 * gdb.texinfo:
3837 * gdb-cfg.texi:
c02a867d 3838 * fdl.texi:
5ae4183a
AS
3839 * annotate.texinfo:
3840 * all-cfg.texi:
c02a867d
EZ
3841 * Makefile.in: Add (C) after Copyright. Update the FSF
3842 address.
3843
fad38dfa
EZ
38442005-12-03 Eli Zaretskii <eliz@gnu.org>
3845
3846 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
3847 extend GDB with commands for external monitor.
3848
53e5f3cf
AS
38492005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
3850
3851 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
3852
55f6ca0f
JB
38532005-11-25 Joel Brobecker <brobecker@adacore.com>
3854
3855 * gdbint.texinfo (Start of New Year Procedure): New chapter.
3856
c1947b85
JB
38572005-11-21 Jim Blandy <jimb@redhat.com>
3858
3859 * gdb.texinfo (Tracepoint Packets): Document restrictions on
3860 placement of 'R' actions in tracepoint action packets; document
3861 dependence of 'X' and 'M' actions on a preceding 'R' action for
3862 their registers.
3863
9d29849a
JB
38642005-11-19 Jim Blandy <jimb@redhat.com>
3865
3866 * gdb.texinfo (Tracepoint Packets): New node.
3867 (General Query Packets): Add entries for the tracepoint packets,
3868 referring to the "Tracepoint Packets" node.
3869 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 3870
9a6253be
KB
38712005-11-18 Kevin Buettner <kevinb@redhat.com>
3872
3873 * gdb.texinfo (set remotebreak): Add anchor.
3874 (X packet): Likewise.
3875 (Remote Protocol): Add new section `Interrupts' and new index
3876 entry `interrupts (remote protocol)'.
3877
5f3bebba
JB
38782005-11-18 Jim Blandy <jimb@redhat.com>
3879
3880 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
3881 entries into the General Query Packets section. Add a
3882 cross-reference to that section. Drop description of replies, as
3883 these are covered in the descriptions of each packet.
3884 (General Query Packets): Add introductory text. Explain naming
3885 conventions, and how the end of a name is recognized.
3886
9a7a1b36
KB
38872005-11-17 Kevin Buettner <kevinb@redhat.com>
3888
0564b6cf 3889 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
3890 "set remotebreak" command.
3891
b8ff78ce
JB
38922005-11-16 Jim Blandy <jimb@redhat.com>
3893
3894 * gdb.texinfo (Packets, Stop Reply Packets)
3895 (General Query Packets): Various formatting cleanups.
3896 - Use @samp for packet contents.
3897 - Drop summaries from packet @item lines; the same information appears
3898 immediately below in the description.
3899 - Delete paragraph breaks after packet @item commands, so that the
3900 description appears directly to the right of the packet prototype
3901 in the printed manual, if it fits.
3902 - Place spaces in packet prototypes between @vars and non-@var
3903 letters, and explain that they're just for formatting.
3904 - Use @dots{} instead of '...'.
3905 - Fix uses of @code where @var was needed.
3906 - Replace "deprecated" markers with English text spelling out the
3907 packet's status and the preferred alternatives.
3908 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
3909 what this ever meant.
3910 - Remove "(draft)" markers on 'i' packets; nobody has commented on
3911 this for a long time.
3912 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
3913 implemented several times, and have been in use for years.
3914
8ffe2530
JB
39152005-11-15 Jim Blandy <jimb@redhat.com>
3916
c43c5473
JB
3917 * gdb.texinfo (Packets): Add index entries for 'm' packet
3918 disclaimers.
5ae4183a 3919
fb031cdf
JB
3920 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
3921 of stub when processing an 'm' packet.
3922
8ffe2530
JB
3923 * gdb.texinfo (Packets): Mention that packets beginning with
3924 letters are reserved once, at the top, instead of actually listing
3925 them all and saying "reserved".
3926
c03c782f
AS
39272005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
3928
3929 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
3930 Change @var{$arg0 to @code{$arg0.
3931
814e32d7
WZ
39322005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
3933
3934 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
3935
fa93a9d8
JB
39362005-11-12 Jim Blandy <jimb@redhat.com>
3937
3938 * gdb.texinfo (General Query Packets): Put packets in alphabetical
3939 order. Remove extraneous 'z'.
3940
8a5a3c82
AS
39412005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
3942
3943 * gdb.texinfo (Choosing files): Add --eval-command.
3944
4b0ad762
AS
39452005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
3946
3947 * gdb.texinfo (Choosing modes): Add --return-child-result.
3948
3949
1a088d06
AS
39502005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
3951
3952 * gdb.texinfo (Choosing modes): Add --batch-silent.
3953
656d5e12
EZ
39542005-10-28 Eli Zaretskii <eliz@gnu.org>
3955
3956 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
3957 "The -var-update Command".
3958
3c9c013a
JB
39592005-10-03 Joel Brobecker <brobecker@adacore.com>
3960
3961 * gdb.texinfo (Print Settings): Add documentation for set/show
3962 print array-indexes.
3963
7ba3cf9c
DJ
39642005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
3965
3966 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
3967 6.2 and 6.3.
3968
a94ab193
EZ
39692005-08-27 Eli Zaretskii <eliz@gnu.org>
3970
3971 * gdb.texinfo (File Options): Don't document --mapped, it's gone
3972 since 19-Jan-2004.
3973 (Files): Likewise.
ab1adacd
EZ
3974 (Variables, Symbols): Document the "<incomplete type>" message and
3975 its reasons.
a94ab193 3976
ca06016a
FF
39772005-08-01 Fred Fish <fnf@specifix.com>
3978
3979 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
3980
cf58170d
NR
39812005-07-15 Nick Roberts <nickrob@snap.net.nz>
3982
3983 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
3984 option for -var-list-children and -var-update.
3985 (GDB/MI Stack Manipulation): Simplify description of
3986 print-values option for -stack-list-locals.
3987 (GDB/MI Command Description Format): Clarify.
3988 (Mode Options): Spelling of superseded.
3989
38f1196a
BR
39902005-07-12 Bob Rossi <bob@brasko.net>
3991
3992 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
3993 corresponding GDB command comment.
3994
3cb3b8df
BR
39952005-07-06 Bob Rossi <bob@brasko.net>
3996
3997 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
3998 and -inferior-tty-show.
3999 (Input/Output): Document "set/show inferior-tty" and tty alias.
4000
10fac096
NW
40012005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4002
4003 * gdb.texinfo (Packets): Change description of 'D' packet to note
4004 that GDB does wait for a response.
4005
d1b6db76
NR
40062005-06-22 Nick Roberts <nickrob@snap.net.nz>
4007
4008 * gdb.texinfo (History) Rename "Command History".
4009 (Command History): Move node "Server Prefix" from section on
4010 Annotations here.
4011
29629dcf
NR
40122005-06-19 Nick Roberts <nickrob@snap.net.nz>
4013
4014 * gdb.texinfo (GDB/MI Stack Manipulation):
4015 Re-instate -stack-info-frame with example. Say that it gets
4016 info on selected frame, not current frame.
4017
397ca115
EZ
40182005-06-18 Eli Zaretskii <eliz@gnu.org>
4019
4020 * gdb.texinfo (Server): Clarify that `file' should be used before
4021 connecting to the server.
4022 (Files): Add an xref to the above description.
51274035
EZ
4023 (Output Formats): More detailed description of the `c' format.
4024 (Memory): List explicitly all the formats supported by `x'.
638ac427 4025 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4026 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4027 files. Add more indexing for solib-absolute-prefix and
4028 --with-sysroot.
76d17f34
EZ
4029 (Machine Code): Document possible problems with locations in
4030 shared libraries.
d416eeec
EZ
4031 (Backtrace): Document that free-standing environments do not need
4032 to have a `main' function.
397ca115 4033
74f6deaa
NR
40342005-06-18 Nick Roberts <nickrob@snap.net.nz>
4035
4036 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4037 -stack-info-frame.
4038
a9967aef
AC
40392005-06-07 Andrew Cagney <cagney@gnu.org>
4040
4041 * gdb.texinfo (Contributors): Note the original multi-arch
4042 contributors.
4043
e09f16f9
EZ
40442005-06-03 Eli Zaretskii <eliz@gnu.org>
4045
4046 * gdb.texinfo (Registers): Add index entries for the standard
4047 registers.
4048 (Frames): Add cross-reference from frame pointer description to
4049 the Registers node.
4050 (Annotations Overview): Fix the reference to GDB name.
4051
d87ba7ee
EZ
40522005-06-01 Eli Zaretskii <eliz@gnu.org>
4053
4054 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4055 can-use-hw-watchpoints.
4056
034dad6f
BR
40572005-05-28 Bob Rossi <bob@brasko.net>
4058
4059 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4060 the possible reasons why an exec async record would be returned to FE.
4061
ffed4509
AC
40622005-05-26 Andrew Cagney <cagney@gnu.org>
4063
4064 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4065 Andrew Cagney implemented the original GDB/MI.
4066
e22e55c9
OF
40672005-05-23 Orjan Friberg <orjanf@axis.com>
4068
4069 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4070 documentation. Add documentation for cris-mode.
4071
a78e13ce
EZ
40722005-05-20 Eli Zaretskii <eliz@gnu.org>
4073
4074 * gdb.texinfo (Numbers): Explain the example and make the wording
4075 more acurate.
4076
76ff342d
DJ
40772005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4078 Dennis Brueni <dennis@slickedit.com>
4079
4080 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4081 (GDB/MI Data Manipulation, GDB/MI Program Control)
4082 (GDB/MI Stack Manipulation): Update examples to include the fullname
4083 attribute in stack frames.
4084
119b882a
EZ
40852005-05-12 Eli Zaretskii <eliz@gnu.org>
4086
4087 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4088 do with other non-standard names of init files.
4089
6fc08d32
EZ
40902005-05-11 Eli Zaretskii <eliz@gnu.org>
4091
4092 * gdb.texinfo (Command Files): Move the description of the startup
4093 from here...
4094 (Startup): ...to this new subsection of the Invocation chapter.
4095 Rearrange the description of init files more logically and add a
4096 cross-reference to "Command Files". Document the special gdbinit
4097 name for CISCO 68k. Expand the description of what GDB does
4098 during startup.
4099 (History): Add index entry for HISTSIZE.
4100
a561754a
MK
41012005-05-02 Mark Kettenis <kettenis@gnu.org>
4102
4103 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4104
2eecc4ab
EZ
41052005-05-02 Eli Zaretskii <eliz@gnu.org>
4106
4107 * gdb.texinfo (SVR4 Process Information, The isatty call)
4108 (The system call): Don't use foo(N) notation for man pages and
4109 functions.
514c4d71 4110 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4111
18999be5
EZ
41122005-04-27 Eli Zaretskii <eliz@gnu.org>
4113
4114 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4115 were optimized away.
4116
0abb7bc7
EZ
41172005-04-22 Eli Zaretskii <eliz@gnu.org>
4118
4119 * gdb.texinfo (Remote configuration): Document "set/show
4120 get-thread-local-storage-address". Add cross-reference to the
4121 description of the qGetTLSAddr packet.
4122 (General Query Packets): Mention "set remote
4123 get-thread-local-storage-address" and add a reference to its
4124 description.
4125
6f61acb1
NR
41262005-04-19 Nick Roberts <nickrob@snap.net.nz>
4127
4128 * gdb.texinfo (Backtrace): Describe 'bt full'.
4129
9d59903a
NR
41302005-04-17 Nick Roberts <nickrob@snap.net.nz>
4131
4132 * gdb.texinfo (Mode Options): Fix typo.
4133 (GDB/MI): Describe how to invoke GDB/MI.
4134
721c2651
EZ
41352005-04-16 Eli Zaretskii <eliz@gnu.org>
4136
4137 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4138 references changed. Add description of "info udot".
721c2651
EZ
4139 (Files): Document "set/show stop-on-solib-events".
4140 (M32R/D): Document "set/show download-path", "set/show
4141 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4142 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4143 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4144 (Maintenance Commands): Improve indexing.
4145 (Target Commands): Document "set/show hash", "set/show debug
4146 monitor".
4147 (SVR4 Process Information): Document "info pidlist" and "info
4148 meminfo". Document "set/show procfs-tarce" and "set/show
4149 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4150 (Symbols, The Print Command with Objective-C): Improve indexing.
4151 (Objective-C): Add references to "info classes" and "info
4152 selectors".
c45da7e6
EZ
4153 (Debugging Output): Improve wording. Document "set/show debug
4154 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4155 (Set Breaks): Add index entry for "hardware breakpoints".
4156 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4157 and "set/show usehardbreakpoints".
4158 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4159 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4160 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4161 rdiromatzero", "set/show rdiheartbeat".
4162 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4163 "sds".
4164 (Embedded Processors): Document the "sim" command.
4165 (Remote): Document the "remote" command.
4166 (DJGPP Native): Document the "info serial" command.
4167 (Threads): Document "maint info sol-threads".
4168 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4169 (Set Breaks): Improve indexing.
4170 (Command Syntax): Add a reference to dont-repeat.
4171 (Define): Document "dont-repeat".
4172 (TUI Commands): Document "tabset".
4173 (WinCE): New subsection. Document "set/show remotedirectory",
4174 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4175
14d6dd68
EZ
41762005-04-15 Eli Zaretskii <eliz@gnu.org>
4177
4178 * gdb.texinfo (Hurd Native): New subsection, documents
4179 Hurd-specific commands.
a64548ea 4180 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4181 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4182 (MIPS): Improve documentation of heuristic-fence-post. Document
4183 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4184 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4185 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4186 (ARM): Document ARM-specific commands.
a64548ea
EZ
4187 (AVR): New section. Document "info io_registers".
4188 (CRIS): New section. Document "set/show cris-version" and
4189 "set/show cris-dwarf2-cfi".
4190 (HPPA): New section. Document "set/show debug hppa" and "maint
4191 print unwind".
a5adf40f 4192 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4193 (Super-H): New section. Document the "regs" command.
721c2651 4194 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4195
9c16f35a
EZ
41962005-04-09 Eli Zaretskii <eliz@gnu.org>
4197
4198 * gdb.texinfo (Print Settings): Document "set/show print
4199 pascal_static-members", "set print repeats", "show print
4200 null-stop". Improve indexing. Fix documentation of "set print
4201 union".
4202 (Pascal): New section.
4203 (Supported languages): Rename from "Support"; all references
4204 updated. Add a menu item for Pascal.
4205 (Numbers): Document "set radix.
4206 (Screen Size): Document "set/show pagination".
4207 (MIPS Embedded): Remove "set processor" documentation.
4208 (Remote configuration): Document "set/show X/P/Z-packet",
4209 "set/show read-aux-vector-packet", "set/show remote
4210 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4211 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4212 remotedebug", "set/show remotebreak", "set/show remotedevice",
4213 "set/show remotelogfile".
4214 (Auxiliary Vector): Add reference to the description of the
4215 read-aux-vector-packet setting.
4216 (Set Watchpoints): Add a cross-reference to "set remote
4217 hardware-breakpoint-limit".
4218 (General Query Packets): Add indexing of requests and
4219 cross-references to related commands in "Remote configuration".
4220 (File-I/O Overview, The system call): Fix wording and typos.
4221 (Thread Stops): Add index entries.
4222 (Continuing and Stepping): Document "show step-mode".
4223 (i386): New node. Document "set/show struct-convention".
4224 (Files): Document "show trust-readonly-sections".
4225 (Calling): Document "set/show unwindonsignal".
4226 (Messages/Warnings): Add index entries.
4227 (Maintenance Commands): Document "set/show watchdog".
4228 (Annotations Overview): Document "show annotate".
4229 (Set Watchpoints): Add index entries.
4230 (Symbols): Fix doc of case-sensitive.
4231 (ABI): Document "show coerce-float-to-double".
4232 (Convenience Vars, Help): Improve indexing.
4233 (Machine Code): Document "show disassembly-flavor".
4234 (Debugging C plus plus): Document "show overload-resolution".
4235 (Value History, Signaling): Add index entries.
4236
42372005-04-08 Eli Zaretskii <eliz@gnu.org>
4238
4239 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4240 (Processes): Fix wording.
4241 (History, List, Logging output, Define, Symbols, Print Settings):
4242 Improve indexing.
4243
a8f24a35
EZ
42442005-04-03 Eli Zaretskii <eliz@gnu.org>
4245
4246 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4247 redundant index entry for "target" command.
4248 (Backtrace): Add index entries.
4249 (Symbols, Fortran): Document the "set case-sensitive" command.
4250 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4251 (Print Settings): Add index entry for "set demangle-style".
4252 (Target Commands): Document "set download-write-size".
4253 (Debugging Output): Document "set exec-done-display".
4254
09d4efe1
EZ
42552005-04-02 Eli Zaretskii <eliz@gnu.org>
4256
4257 * gdb.texinfo (Files): Fix the name and documentation of
4258 add-shared-symbol-files. Document its alias assf. Update the
4259 list of OSs where GDB supports shared libraries. Fix markup.
4260 (Continuing and Stepping): Add reference to @var{location} in the
4261 text.
4262 (Dump/Restore Files): Fix reference to @{filename}.
4263 (Help): Fix wording.
4264 (Attach): Ditto.
4265 (Set Watchpoints): Ditto.
4266 (Backtrace): Remove redundant index entries. Improve index
4267 entries.
4268 (Delete Breaks): Fix wording.
4269 (Memory): Document the compare-sections command.
4270 (Memory Region Attributes): Improve wording.
4271 (Disabling): Improve wording.
4272 (Fortran): New subsection. Document the "info common" command.
4273 (Help): Document aliases "info copying" and "info warranty".
4274 (Caching Remote Data): New section. Document the "set/show
4275 remotecache" and "info dcache" commands.
4276 (Show): Fix wording of the documentation of the "set
4277 extension-language" command.
4278 (Signals): Add index entry for "info handle".
4279 (Memory Region Attributes): Fix punctuation.
4280 (Symbols): Change the arg name to "location" and refer to it in
4281 the text. Fix wording of "info types" doc.
4282 (Threads): Fix usage of @enumerate @item's.
4283 (Listing Tracepoints): Add index entry for "info tp".
4284 (Set Watchpoints): Add xref to "info break" description.
4285 (Macros): Add an index entry for "macro exp1". Document the
4286 "macro list" command.
4287 (Maintenance Commands): Document "flushregs", "maint agent",
4288 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4289 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4290 "maint print architecture", "maint print objfiles", "maint print
4291 statistics", "maint print type", "maint show-debug-regs", "maint
4292 space", "maint time", and "maint translate-address".
4293 (Connecting): Document the "monitor" command.
4294 (Annotations Overview): Describe the "set annotate" command.
4295
82f2d802
EZ
42962005-04-01 Eli Zaretskii <eliz@gnu.org>
4297
4298 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4299 Rearrange index entries and improve wording about support for
4300 hardware watchpoints.
4301
7d51c7de
BR
43022005-03-10 Bob Rossi <bob@brasko.net>
4303
4304 * gdb.texinfo: Update copyright
4305
68c71a2e
TR
43062005-02-09 Theodore A. Roth <troth@openavr.org>
4307
4308 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4309 error.
4310
83761cbd
KB
43112005-02-03 Kevin Buettner <kevinb@redhat.com>
4312
4313 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4314
9f1c6395
MS
43152005-01-17 Michael Snyder <msnyder@redhat.com>
4316
4317 * gdb.texinfo: Fix spelling, infinte -> infinite.
4318
fbd1b305
MK
43192005-01-08 Mark Kettenis <kettenis@gnu.org>
4320
4321 * observer.texi (GDB Observers): Document "solib_loaded".
4322
3ace7edb
AC
43232005-01-07 Andrew Cagney <cagney@gnu.org>
4324
bec39cab
AC
4325 * configure.ac: Rename configure.in, require autoconf 2.59.
4326 * configure: Re-generate.
4327
3ace7edb
AC
4328 * configure.in: Replace configdirs with multiple references to
4329 AC_CONFIG_SUBDIRS.
4330 * configure: Re-generate.
5ae4183a 4331
53531fc1
AC
43322005-01-04 Andrew Cagney <cagney@gnu.org>
4333
4334 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4335 part of the version number.
4336
536ffdb7
MK
43372004-12-24 Mark Kettenis <kettenis@gnu.org>
4338
4339 * gdbint.texinfo (Algorithms): Remove description of
4340 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4341
e1aac25b
JB
43422004-12-07 Jim Blandy <jimb@redhat.com>
4343
4344 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4345 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4346 numbers.
4347
f47b1503
AS
43482004-12-07 Andreas Schwab <schwab@suse.de>
4349
4350 * gdb.texinfo (Mode Options): Document -l option.
4351
b6b8ece6
EZ
43522004-12-04 Eli Zaretskii <eliz@gnu.org>
4353
4354 * gdbint.texinfo (Algorithms): More accurate description of
4355 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4356 is not needed unless data-read and data-access watchpoints are
4357 supported. Add a description of how GDB checks whether the
4358 inferior stopped because a watchpoint was hit.
4359
01371747
EZ
43602004-11-23 Eli Zaretskii <eliz@gnu.org>
4361
4362 * gdb.texinfo (Files): Add cross-reference to description of
4363 -readnow command-line switch.
4364
2315ffec
RC
43652004-11-10 Randolph Chung <tausq@debian.org>
4366
4367 * gdb.texinfo: Document set/show backtrace past-entry commands.
4368 Rearrange index entries for set/show backtrace past-main.
4369
69065f5d
AC
43702004-11-10 Jon Beniston <jon@beniston.com>
4371
4372 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4373 * gdb.texinfo (Remote Serial Protocol): Further describe
4374 binary transfer escaping mechanism .
69065f5d 4375
30e91e0b
RC
43762004-11-08 Randolph Chung <tausq@debian.org>
4377
4378 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4379 and "show debug infrun". Add index entries.
4380
60bf7e09
EZ
43812004-10-23 Eli Zaretskii <eliz@gnu.org>
4382
4383 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4384 "info proc" that are already implemented. Add index entries.
4385 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4386 (Files): Add a tip for decreasing memory used for symtabs from
4387 shared libraries.
f018e82f
EZ
4388 (Starting): Fix whitespace; make "elaboration" stand out where it
4389 is first used, and add an index entry for the term.
f8568604
EZ
4390 (Calling): Expand and elaborate text. Add "print". Add the
4391 description of problems with weak aliases.
384ee23f 4392 (Core File Generation): New section.
60bf7e09 4393
d52fe014
AC
43942004-10-12 Andrew Cagney <cagney@gnu.org>
4395
4396 * gdbint.texinfo (Versions and Branches): New chapter.
4397 (Releasing GDB): Delete "Versions and Branches" section.
4398 (Top): Add "Versions and Branches".
4399
703663ab
EZ
44002004-10-08 Eli Zaretskii <eliz@gnu.org>
4401
4402 * gdb.texinfo (Editing, History): Add cross-references to the
4403 included Readline and History user documentation. Remove
4404 references to the symbol have-readline-appendices which is unused
4405 and undefined.
4406 (History): Fix indexing.
4407
ac77d04f
JJ
44082004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4409
4410 * gdbint.texinfo (target_stopped_data_address): Update to
4411 new prototype.
4412 (i386_stopped_data_address): Update prototype and description.
4413 (i386_stopped_by_watchpoint): New function and description.
4414
e07c999f
PH
44152004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4416
4417 * gdb.texinfo (Filenames): Add Ada suffixes.
4418 (Ada) New section.
4419
2e868123
AC
44202004-09-27 Andrew Cagney <cagney@gnu.org>
4421 Robert Picco <Robert.Picco@hp.com>
4422
4423 * gdb.texinfo (Packets): Document the "p" packet.
4424
02a57714
JM
44252004-09-21 Jason Molenda (jmolenda@apple.com)
4426
4427 * gdb.texinfo (Paths and Names of the Source Files): Document the
4428 meaning of values in the 'desc' field of a SO stab.
4429
ae038cb0
DJ
44302004-09-20 Daniel Jacobowitz <dan@debian.org>
4431
4432 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4433 max-cache-age" and "maint show dwarf2 max-cache-age".
4434
f7dc1244
EZ
44352004-09-16 Eli Zaretskii <eliz@gnu.org>
4436
4437 * gdb.texinfo (Set Breaks): Add index entry for setting
4438 breakpoints on overloaded C++ functions that are not members of
4439 any classes. Add an example and an index entry for setting
4440 breakpoints on all program functions.
4441 (Character Sets, Macros, Overlay Commands)
4442 (Non-debug DLL symbols, GDB/MI Output Syntax)
4443 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4444 Use "(@value{GDBP})" instead of a literal "(gdb)".
4445
f810308b
AC
44462004-09-12 Andrew Cagney <cagney@gnu.org>
4447
4448 * gdbint.texinfo (Native Debugging): Delete description of
4449 FILES_INFO_HOOK.
4450
15a661f3
PH
44512004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4452
5ae4183a
AS
4453 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4454 to hex_string_custom (not historically correct, but more
15a661f3
PH
4455 understandable, given the current code).
4456
f3219c75
AC
44572004-09-03 Andrew Cagney <cagney@gnu.org>
4458
4459 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4460
f3bb6704
JJ
44612004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4462
4463 * observer.texi (solib_unloaded): New observer.
4464
8d2c00cb
AC
44652004-08-24 Andrew Cagney <cagney@gnu.org>
4466
4467 * gdbint.texinfo (Target Architecture Definition): Add missing
4468 comma.
4469
e7dc800a
MC
44702004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4471
4472 * (Using the Testsuite): build != host is supported,
4473 but some test scripts do not support build != host.
4474
73b03683
MK
44752004-08-14 Mark Kettenis <kettenis@gnu.org>
4476
4477 * gdbint.texinfo (Host Definition): Delete description of
4478 FCLOSE_PROVIDED and GETENV_PROVIDED.
4479
c0ccb908
MK
44802004-08-05 Mark Kettenis <kettenis@chello.nl>
4481
4482 * gdbint.texinfo (Host Definition): Delete description of
4483 NO_SYS_FILE.
4484 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4485 PTRACE_FP_BUG.
4486
9c8dbfa9
AC
44872004-08-05 Andrew Cagney <cagney@gnu.org>
4488
4489 * gdbint.texinfo (Target Architecture Definition): Delete
4490 reference to deprecated_read_fp.
4491
f42accbe
AC
44922004-08-02 Andrew Cagney <cagney@gnu.org>
4493
4494 * gdbint.texinfo (Target Architecture Definition): Delete
4495 description of DEPRECATED_REGISTER_BYTES.
4496
0b66e38c
EZ
44972004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4498
4499 * gdb.texinfo (Source Path): Document the new behavior of
4500 searching for the source files.
4501
15387254
EZ
45022004-07-17 Eli Zaretskii <eliz@gnu.org>
4503
4504 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4505 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4506 (Auto Display): Improve indexing.
4507
2c07db7a
AC
45082004-07-16 Andrew Cagney <cagney@gnu.org>
4509
4510 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4511 "-noasync".
4512
4644b6e3
EZ
45132004-07-09 Eli Zaretskii <eliz@gnu.org>
4514
4515 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4516 have the same prefix have only their prefix in the index.
4517
7561d450
MK
45182004-07-03 Mark Kettenis <kettenis@gnu.org>
4519
4520 * gdb.texinfo (BSD libkvm Interface): New node (section)
4521 (Native): Add it to the menu.
4522
67bebe79
MK
45232004-07-01 Mark Kettenis <kettenis@gnu.org>
4524
4525 * gdbint.texinfo (Target Architecture Definition): Remove
4526 PCC_SOL_BROKEN.
4527
1a6923e0
MK
45282004-06-24 Mark Kettenis <kettenis@gnu.org>
4529
4530 * gdbint.texinfo (Target Architecture Definition): Remove
4531 SUN_FIXED_LBRAC_BUG.
4532
b435e160
AC
45332004-06-26 Andrew Cagney <cagney@gnu.org>
4534
4535 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4536
b5622e8d
AC
45372004-06-20 Andrew Cagney <cagney@gnu.org>
4538
4539 * gdbint.texinfo (Target Architecture Definition): Deprecate
4540 USE_STRUCT_CONVENTION.
4541
e0c07bf0
MC
45422004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4543
4544 gdb.texinfo (Bug Reporting): Mention session recording,
4545 with the script command or Emacs.
4546
782263ab
AC
45472004-06-18 Andrew Cagney <cagney@gnu.org>
4548
4549 * gdbint.texinfo (Target Architecture Definition): Deprecate
4550 FUNCTION_START_OFFSET.
4551
03727ca6
AC
45522004-06-14 Andrew Cagney <cagney@gnu.org>
4553
4554 Based on changes from Karl Berry.
4555 * gdb.texinfo: Do not use @sc in a direntry.
4556 * stabs.texinfo: Change @dircateogry to "Software development".
4557 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4558
97092415
AC
45592004-06-13 Andrew Cagney <cagney@gnu.org>
4560
4561 * gdbint.texinfo (Target Architecture Definition): Delete
4562 description of RETURN_VALUE_ON_STACK.
4563
1f6d4158
AC
45642004-06-09 Andrew Cagney <cagney@gnu.org>
4565
4566 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4567 deleted by previous patch.
4568
d966f0cb
AC
45692004-06-08 Andrew Cagney <cagney@gnu.org>
4570
4571 * gdbint.texinfo (Native Debugging): Delete documentation on
4572 ATTACH_DETACH.
4573
86fe4aaa
RC
45742004-06-06 Randolph Chung <tausq@debian.org>
4575
4576 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4577
d4b6d575
RC
45782004-06-06 Randolph Chung <tausq@debian.org>
4579
5ae4183a 4580 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
4581 the new push_dummy_call method signature. Describe the function
4582 argument.
4583
4e8b0763
JB
45842004-05-24 Joel Brobecker <brobecker@gnat.com>
4585
4586 * gdb.texinfo (Starting): Document new start command.
4587
59caf092
AC
45882004-05-21 Andrew Cagney <cagney@redhat.com>
4589
4590 * observer.texi (GDB Observers): Document "inferior_created".
4591
e4a2df64
AC
45922004-05-08 Andrew Cagney <cagney@redhat.com>
4593
e6b55ae2
AC
4594 * gdbint.texinfo (Target Architecture Definition): Delete
4595 description of DO_DEFERRED_STORES.
4596
28954179
AC
4597 * gdbint.texinfo (Target Architecture Definition): Delete
4598 references to DEPRECATED_FIX_CALL_DUMMY.
4599
434b87dd
AC
4600 * gdbint.texinfo (Target Architecture Definition): Delete
4601 description of DEPRECATED_CALL_DUMMY_WORDS,
4602 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4603
58d28df8
AC
4604 * gdbint.texinfo (Target Architecture Definition): Delete
4605 description of DEPRECATED_PUSH_DUMMY_FRAME.
4606
e4a2df64
AC
4607 * gdbint.texinfo (Target Architecture Definition): Delete
4608 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4609
2b4855ab
AC
46102004-05-07 Andrew Cagney <cagney@redhat.com>
4611
4612 * observer.texi (GDB Observers): Add "Debugging" section. Include
4613 cross reference to "set/show debug observer".
4614 * gdb.texinfo (Debugging Output): Document "set/show debug
4615 observer".
4616
fcf70625
AC
46172004-05-01 Andrew Cagney <cagney@redhat.com>
4618
4619 * gdbint.texinfo (Target Architecture Definition): Delete
4620 description of DEPRECATED_PC_IN_SIGTRAMP.
4621
8ee56bcf
AC
46222004-04-30 Andrew Cagney <cagney@redhat.com>
4623
4624 * gdbint.texinfo (Target Architecture Definition): Delete
4625 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4626
67ab9a76
OF
46272004-04-30 Orjan Friberg <orjanf@axis.com>
4628
4629 * observer.texi (GDB Observers): Correct spelling.
4630
79346bcb
OF
46312004-04-26 Orjan Friberg <orjanf@axis.com>
4632
4633 * observer.texi (GDB Observers): Add target_changed event.
4634
7a464420
AC
46352004-04-08 Andrew Cagney <cagney@redhat.com>
4636
4637 * observer.texi (GDB Observers): Rework, provide generic observer
4638 definitions and then a list of observable events.
4639
6cdf9d98
AC
46402004-04-04 Andrew Cagney <cagney@redhat.com>
4641
4642 * gdbint.texinfo (Host Definition): Delete reference to
4643 NO_SIGINTERRUPT.
4644
ddc135a4
AC
46452004-04-02 Andrew Cagney <cagney@redhat.com>
4646
4647 * gdbint.texinfo (Target Architecture Definition): Delete
4648 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4649
6a1b180d
SC
46502004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4651
4652 * gdb.texinfo (TUI Commands): Document tui reg commands.
4653
d0d5df6f
AC
46542004-03-26 Andrew Cagney <cagney@redhat.com>
4655
4656 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4657 "gdbtui".
4658 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4659 (Contributors): Mention both Text and Terminal User Interface.
4660
aa2a3f87
AC
46612004-03-23 Andrew Cagney <cagney@redhat.com>
4662
4663 * gdbint.texinfo (Target Architecture Definition): Deprecate
4664 references to SIGTRAMP_START and SIGTRAMP_END.
4665
f561f026
AC
46662004-03-23 Andrew Cagney <cagney@redhat.com>
4667
4668 * gdbint.texinfo (Target Architecture Definition): Deprecate
4669 references to PC_IN_SIGTRAMP.
4670
33cb8b0f
AC
46712004-03-19 Andrew Cagney <cagney@redhat.com>
4672
4673 * gdbint.texinfo (Target Architecture Definition): Delete
4674 reference to GDB_TARGET_IS_HPPA.
4675
fc989b7a
AC
46762004-03-18 Andrew Cagney <cagney@redhat.com>
4677
4678 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4679 describe pre_init and post_init.
4680
701b08bb
DJ
46812004-03-09 Daniel Jacobowitz <drow@mvista.com>
4682
4683 * gdb.texinfo (Debugging Output): Document values for "set debug
4684 target".
4685
faae5abe
AC
46862004-02-28 Andrew Cagney <cagney@redhat.com>
4687
4688 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4689
dd79a6cf
JJ
46902004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4691
4692 * gdb.texinfo (breakpoints): Add information about the
4693 new "set breakpoint pending" and "show breakpoint pending"
4694 commands.
4695
e7f16015
AC
46962004-02-26 Andrew Cagney <cagney@redhat.com>
4697
4698 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4699 in Per-architecture module data section.
4700
7161a3a6
RM
47012004-02-25 Roland McGrath <roland@redhat.com>
4702
4703 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4704
2154891a
AC
47052004-02-24 Andrew Cagney <cagney@redhat.com>
4706
4707 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4708 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4709 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 4710
6c74ac8b
AC
47112004-02-17 Andrew Cagney <cagney@redhat.com>
4712
4713 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4714
19772a2c
AC
47152004-02-16 Andrew Cagney <cagney@redhat.com>
4716
4717 * gdbint.texinfo (Target Architecture Definition): Deprecate
4718 FRAMELESS_FUNCTION_INVOCATION.
4719
c9830293
AC
47202004-02-16 Andrew Cagney <cagney@redhat.com>
4721
4722 * gdbint.texinfo (Coding): Mention -Wunused-function.
4723
b9d26eb9
AC
47242004-02-14 Andrew Cagney <cagney@redhat.com>
4725
4726 * gdbint.texinfo (Target Architecture Definition): Delete
4727 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4728
49efadf5
EZ
47292004-02-12 Elena Zannoni <ezannoni@redhat.com>
4730
4731 * gdb.texinfo: Properly quote the name "C++".
4732 * gdbint.texinfo: Ditto.
4733 * stabs.texinfo: Ditto.
4734
1eb288ea
EZ
47352004-02-11 Elena Zannoni <ezannoni@redhat.com>
4736
4737 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4738 minimal information about libiberty.
4739
e4937fc1
MC
47402004-02-06 Michael Chastain <mec.gnu@mindspring.com>
4741
4742 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4743
a9331b3f
RM
47442004-02-04 Roland McGrath <roland@redhat.com>
4745
4746 * gdb.texinfo (Auxiliary Vector): New node (section).
4747 (Data): Add it to the menu.
4748
2650777c
JJ
47492004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4750
4751 * gdb.texinfo (Breakpoints): Add information about pending
4752 breakpoint support.
4753
b4501125
AC
47542004-01-26 Andrew Cagney <cagney@redhat.com>
4755
4756 * gdb.texinfo (Overview): Delete references to the cisco protocol
4757 including the "N" response.
4758
74055713
AC
47592004-01-26 Andrew Cagney <cagney@redhat.com>
4760
4761 * gdbint.texinfo (Target Architecture Definition): Rename
4762 EXTRACT_STRUCT_VALUE_ADDRESS to
4763 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 4764
3bbe9696
EZ
47652004-01-24 Eli Zaretskii <eliz@gnu.org>
4766
4767 * gdb.texinfo (KOD): Document "show os". Add index entries for
4768 "set/show os" and "info cisco" commands.
4769
5843504f
EZ
47702004-01-21 Eli Zaretskii <eliz@gnu.org>
4771
4772 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
4773
9175c9a3
MC
47742004-01-19 Michael Chastain <mec.gnu@mindspring.com>
4775
4776 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
4777 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
4778
8e94b928
NR
47792004-01-19 Nick Roberts <nick@nick.uklinux.net>
4780
4781 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
4782 -stack-list-locals.
4783 (GDB/MI Variable Objects): Describe extension to
4784 -var-list-children.
4785
a20cf136
DJ
47862004-01-17 Daniel Jacobowitz <drow@mvista.com>
4787
4788 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
4789
afb18d0f
AC
47902004-01-17 Andrew Cagney <cagney@redhat.com>
4791
4792 * gdbint.texinfo (Target Architecture Definition): Delete
4793 documentation on DEPRECATED_NPC_REGNUM.
4794
b51970ac
DJ
47952004-01-13 Daniel Jacobowitz <drow@mvista.com>
4796
4797 * gdb.texinfo: Update copyright year. Mention that set
4798 follow-fork-mode is supported on GNU/Linux. Remove documentation of
4799 "set follow-fork-mode ask".
4800
0f0cffd2
AC
48012004-01-13 Andrew Cagney <cagney@redhat.com>
4802
4803 * gdbint.texinfo: Update copyright year.
4804 (Coding): Add -Wunused-label to list of -Werror warnings.
4805
c552b3bb 48062004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 4807 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
4808
4809 * gdb.texinfo: Update copyright.
4810 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
4811 around names, as appropriate. Minor syntax cleanup of
4812 _NSPrintForDebugger explanation. Two spaces after periods.
4813 GDBN used instead of lit. "gdb". Index entries added for
4814 print-object and _NSPrintForDebugger. @noindent added in one spot.
4815
afe157ca
EZ
48162003-11-11 Elena Zannoni <ezannoni@redhat.com>
4817
4818 * stabs.texinfo: Add dircategory and direntry commands.
4819 * annotate.texinfo: Ditto.
4820
963e2bb7
AC
48212003-11-10 Andrew Cagney <cagney@redhat.com>
4822
4823 * gdbint.texinfo (Target Architecture Definition): Replace the
4824 return_value method's "inval" and "outval" parameters with
4825 "readbuf" and "writebuf".
4826
1d8b2f28
JB
48272003-10-28 Jim Blandy <jimb@redhat.com>
4828
4829 * gdb.texinfo (The F request packet, The F reply packet): Renamed
4830 from "The `F' request packet" and "The `F' reply packet", to make
4831 texi2dvi happy.
4832 (File-I/O remote protocol extension): Update menu entries, too.
4833
36d86913
MC
48342003-10-26 Michael Chastain <mec@shout.net>
4835
4836 * gdb.texinfo (Thread Stops): Document the issue with
4837 premature return from system calls in multi-threaded programs.
4838
ce2826aa
AC
48392003-10-24 Andrew Cagney <cagney@redhat.com>
4840
4841 * annotate.texinfo: Fix "fortunatly"[sic].
4842
f24c5e49
KI
48432003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
4844
4845 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
4846 with "Hitachi" and "Mitsubishi".
4847
92ad9cd9
AC
48482003-10-20 Andrew Cagney <cagney@redhat.com>
4849
4850 * gdbint.texinfo (Target Architecture Definition): Document
4851 gdbarch_return_value. Add cross references from
4852 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
4853 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
4854
0ab4b752
MK
48552003-10-18 Mark Kettenis <kettenis@gnu.org>
4856
4857 * gdbint.texinfo (Target Architecture Definition): Document
4858 regset_from_core_section.
fb3e19c0
KI
4859
48602003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
4861
4862 * gdb.texinfo (M32R/D): Mention m32rsdi target.
4863
a9331b3f 48642003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
4865
4866 From Anthony Green <green@redhat.com>:
5ae4183a 4867 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 4868
1485d690
KB
48692003-10-14 Kevin Buettner <kevinb@redhat.com>
4870
889bf7c5
PA
4871 * gdb.texinfo (Breakpoint related warnings): New node.
4872 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 4873
86d30acc
DJ
48742003-10-13 Daniel Jacobowitz <drow@mvista.com>
4875
4876 * gdb.texinfo (Remote Protocol): Document v and vCont.
4877
172c2a43
KI
48782003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
4879
4880 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
4881 * gdbint.texinfo: Ditto.
4882
71952f4c
AC
48832003-10-09 Andrew Cagney <cagney@redhat.com>
4884
4885 From 2003-09-18 David Anderson <davea@sgi.com>:
4886 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
4887 "command".
4888
268e2188
AC
48892003-10-03 Andrew Cagney <cagney@redhat.com>
4890
4891 * gdbint.texinfo (Target Architecture Definition): Deprecate
4892 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
4893 just target.
4894
12c266ea 48952003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 4896
f30992d4 4897 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
4898 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
4899 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
4900 * gdbint.texinfo (Target Architecture Definition): Rename
4901
49022003-09-30 Andrew Cagney <cagney@redhat.com>
4903
f30992d4 4904 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 4905 (Target Architecture Definition):
f30992d4 4906
2e092625
AC
4907 * gdbint.texinfo (Target Architecture Definition): Rename
4908 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
4909
0717ae8a
AC
49102003-09-29 Andrew Cagney <cagney@redhat.com>
4911
dad809b7
AC
4912 * gdbint.texinfo (Target Architecture Definition): Delete
4913 documentation for NEED_TEXT_START_END.
4914
0717ae8a
AC
4915 * gdbint.texinfo (Target Architecture Definition): Rename
4916 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
4917 TARGET_WRITE_PC.
a9331b3f 4918
af6cf26d
MC
49192003-09-22 Michael Chastain <mec@shout.net>
4920
4921 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
4922
ee206350
AG
49232003-09-21 Anthony Green <green@redhat.com>
4924
4925 * gdbint.texinfo (Target Architecture Definition): Fix typos.
4926
a38c9fe6
MK
49272003-09-21 Mark Kettenis <kettenis@gnu.org>
4928
4929 * gdbint.texinfo (Target Architecture Definition): Document
4930 stabs_argument_has_addr.
4931
77949794
AC
49322003-09-18 Andrew Cagney <cagney@redhat.com>
4933
4934 * gdbint.texinfo (Target Architecture Definition): Delete
4935 documentation on REGISTER_NAMES.
4936
8e823e25
MK
49372003-09-13 Mark Kettenis <kettenis@gnu.org>
4938
4939 * gdbint.texinfo (Target Architecture Definition): Replace
4940 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
4941
f27dd7fd
AC
49422003-09-11 Andrew Cagney <cagney@redhat.com>
4943
4944 * gdbint.texinfo (Target Architecture Definition): Replace
4945 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
4946
8b148df9
AC
49472003-08-18 Andrew Cagney <cagney@redhat.com>
4948
4949 * gdbint.texinfo (Target Architecture Definition): Document
4950 "frame_red_zone_size".
4951
25d29d70
AC
49522003-08-09 Andrew Cagney <cagney@redhat.com>
4953
4954 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
4955 with "set/show backtrace past-main" and "set/show backtrace
4956 limit".
4957
c938e9b0
L
49582003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4959
4960 * Makefile.in (install-info): Support DESTDIR.
4961 (install-html): Likewise.
4962
64fabec2
AC
49632003-08-07 Andrew Cagney <cagney@redhat.com>
4964
4965 Patch from Nick Roberts.
4966 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
4967 bindings. Remove description of send-gdb-command.
4968
2fcf52f0
AC
49692003-08-07 Andrew Cagney <cagney@redhat.com>
4970
4971 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
4972 GDB 6.0.
4973
086432e2
AC
49742003-08-06 Andrew Cagney <cagney@redhat.com>
4975
4976 * gdb.texinfo (Mode Options): Mention that level three is the
4977 highest available and that level 2 is deprecated.
4978 (Annotations Overview): Mention annotation levels. Cross reference
4979 to "Limitations of the Annotation Interface" in annotate.texi.
4980 (TODO, Value Annotations, Frame Annotations): Delete section.
4981 (Displays, Breakpoint Info): Delete.
4982
e5249f67
AC
49832003-08-04 Andrew Cagney <cagney@redhat.com>
4984
4985 * agentexpr.texi: Delete @bye.
4986 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
4987 (stabs.info): Add $(srcdir) to include search path.
4988 (html): Depend on "annotate_toc.html", and not "annotate.html".
4989 * stabs.texinfo: Ditto. Include "fdl.texi".
4990 * gdbint.texinfo: Update copyright statement's list of invariant
4991 sections.
4992
e6f672d2
AC
49932003-07-28 Andrew Cagney <cagney@redhat.com>
4994
4995 * Makefile.in (INFO_DEPS): Add annotate.info.
4996 (dvi, ps, html, pdf): Add annotate.
4997 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
4998 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
4999 (ANNOTATE_DOC_FILES): New macro.
5000 (ANNOTATE_TEX_TMPS): New macro.
5001 (annotate.info, annotate_toc.html): Specify dependencies.
5002 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5003 * annotate.texinfo: Rename annotate.texi. Get building. Add
5004 "Migrating to GDB/MI" and "Limitations of the Annotation
5005 Interface" chapters. Mention why it is not part of the user
5006 guide. Update copyright notice. Include "fdl.texi".
5007
72ffddc9
SC
50082003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5009
5010 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5011
a9f12a31
DJ
50122003-07-24 Daniel Jacobowitz <drow@mvista.com>
5013
5014 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5015
b1fe9455
DJ
50162003-07-24 Daniel Jacobowitz <drow@mvista.com>
5017
5018 * gdb.texinfo (Server): Mention pidof.
5019
153721e6
AC
50202003-07-22 Andrew Cagney <cagney@redhat.com>
5021
5022 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5023 list.
5024
0fac0b41
DJ
50252003-06-28 Daniel Jacobowitz <drow@mvista.com>
5026
5027 * gdb.texinfo (Logging output): New chapter.
5028
4e562065
JB
50292003-06-24 Joel Brobecker <brobecker@gnat.com>
5030
5031 * gdb.texinfo (Unsupported languages): New section.
5032 (Languages): Add link to new section.
5033
f2c06f52
AC
50342003-06-22 Andrew Cagney <cagney@redhat.com>
5035
5036 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5037
b4177fca
DJ
50382003-06-22 Daniel Jacobowitz <drow@mvista.com>
5039
5040 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5041
f418dd93
DJ
50422003-06-22 Daniel Jacobowitz <drow@mvista.com>
5043
5044 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5045 * agentexpr.texi: Retitle section, and change it to an appendix.
5046 Comment out texinfo initialization. Factor a @var{} into two
5047 pieces to prevent makeinfo warnings.
5048 * gdb.texinfo: Add Agent Expressions appendix.
5049
4ca61388
DJ
50502003-06-19 Daniel Jacobowitz <drow@mvista.com>
5051
5052 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5053
07f31aa6
DJ
50542003-06-18 Daniel Jacobowitz <drow@mvista.com>
5055
5ae4183a 5056 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5057 remote target". Document the "detach" and "disconnect" commands.
5058 (Server, Netware, Debug Session): Reference "Connecting to a
5059 remote target".
5060 (GDB/MI Target Manipulation): Document "-target-disconnect".
5061
2dd0da42
AC
50622003-06-13 Andrew Cagney <cagney@redhat.com>
5063
5064 * gdbint.texinfo (Target Architecture Definition): Deprecate
5065 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5066 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5067
e7a3abfc
JB
50682003-06-09 Jim Blandy <jimb@redhat.com>
5069
5070 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5071
25e3a86b
AC
50722003-06-08 Andrew Cagney <cagney@redhat.com>
5073
5074 * gdbint.texinfo (Target Architecture Definition): Delete
5075 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5076
a9e5fdc2
AC
50772003-06-08 Andrew Cagney <cagney@redhat.com>
5078
5079 * gdbint.texinfo (Target Architecture Definition): Document
5080 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5081
b37303ee
AF
50822003-06-07 Adam Fedor <fedor@gnu.org>
5083
5084 * gdb.texinfo: Add Objective-C documentation.
5085
39fe6e80
AC
50862003-06-01 Andrew Cagney <cagney@redhat.com>
5087
5088 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5089 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5090
125309b2
AC
50912003-05-21 Andrew Cagney <cagney@redhat.com>
5092
5093 * gdbint.texinfo (Target Architecture Definition): Delete
5094 references to "extract_address" and "store_address".
5095
b8b527c5
AC
50962003-05-16 Andrew Cagney <cagney@redhat.com>
5097
5098 * gdbint.texinfo (Target Architecture Definition): Replace
5099 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5100 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5101
50e3ee83
TR
51022003-05-14 Theodore A. Roth <troth@openavr.org>
5103
5104 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5105
44e2be90
L
51062003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5107
5108 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5109 (gdb.dvi): Likewise.
5110 (gdb.pdf): Likewise.
5111 (links2roff): Likewise.
5112
df5215a6
JB
51132003-05-08 Jim Blandy <jimb@redhat.com>
5114
5115 * gdb.texinfo (Dump/Restore Files): Update documentation for
5116 'dump', 'append', and 'restore': note that format argument is
5117 optional; simplify presentation of the command variants; and be
5118 more precise about the formats.
5119
5e7b2f39
JB
51202003-05-07 Jim Blandy <jimb@redhat.com>
5121
5122 * gdb.texinfo (Symbols): Update documentation: 'maint list
5123 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5124 symtabs' and 'maint info psymtabs'.
5125
b1e29e33
AC
51262003-05-05 Andrew Cagney <cagney@redhat.com>
5127
5128 * gdbint.texinfo (Target Architecture Definition): Make
5129 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5130 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5131 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5132
00905d52
AC
51332003-05-04 Andrew Cagney <cagney@redhat.com>
5134
5135 * gdb.texinfo (Maintenance Commands): Document "maint print
5136 dummy-frames".
5137
54ff5908
AC
51382003-05-04 Andrew Cagney <cagney@redhat.com>
5139
5140 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5141
32e7087d
JB
51422003-05-03 J. Brobecker <brobecker@gnat.com>
5143
5144 Thierry Schneider <tpschneider1@yahoo.com>
5145 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5146 for new MI command.
5147
7043d8dc
AC
51482003-05-03 Andrew Cagney <cagney@redhat.com>
5149
5150 * gdbint.texinfo (Target Architecture Definition): Document
5151 push_dummy_code. Add cross references.
5152
e33d66ec
EZ
51532003-05-02 Elena Zannoni <ezannoni@redhat.com>
5154
5155 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5156 set/show charsets commands.
5157
0ba6dca9
AC
51582003-04-28 Andrew Cagney <cagney@redhat.com>
5159
5160 * gdbint.texinfo (Target Architecture Definition): Replace
5161 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5162 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5163
d7a27068
AC
51642003-04-28 Andrew Cagney <cagney@redhat.com>
5165
5166 * gdbint.texinfo (Target Architecture Definition): Rename
5167 "tm_print_insn" to "deprecated_tm_print_insn".
5168
44ea7b70
JB
51692003-04-09 Jim Blandy <jimb@redhat.com>
5170
5171 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5172 list psymtabs'.
5173
fb8f8949
AC
51742003-04-08 Andrew Cagney <cagney@redhat.com>
5175
5176 * gdbint.texinfo (Target Architecture Definition): Delete
5177 references to EXTRA_FRAME_INFO.
5178
32fb0f22
AC
51792003-04-08 Andrew Cagney <cagney@redhat.com>
5180
5181 * gdbint.texinfo (Target Architecture Definition): Delete
5182 PRINT_TYPELESS_INTEGER.
5183
6be67e67
JB
51842003-04-02 J. Brobecker <brobecker@gnat.com>
5185
5186 * observer.texi (GDB Observers): Adjust the documentation for the
5187 normal_stop notification to better describe reality. Fix a couple
5188 of minor typos.
5189
4e35d5f0
BR
51902003-04-02 Bob Rossi <bob_rossi@cox.net>
5191
a9331b3f 5192 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5193 '-file-list-exec-source-file'
5194
e8a8712a
AC
51952003-03-31 Andrew Cagney <cagney@redhat.com>
5196
5197 * gdbint.texinfo (Target Architecture Definition): Delete
5198 references to CALL_DUMMY_P.
5199
6c0e89ed
AC
52002003-03-30 Andrew Cagney <cagney@redhat.com>
5201
5202 * gdbint.texinfo (Target Architecture Definition): Remove
5203 reference to TARGET_WRITE_SP.
a9331b3f 5204
378bfd1b
AC
52052003-03-27 Andrew Cagney <cagney@redhat.com>
5206
5207 * gdbint.texinfo (Target Architecture Definition): Remove
5208 references to write_sp.
6c0e89ed 5209
922fbb7b
AC
52102003-03-27 Andrew Cagney <cagney@redhat.com>
5211
5212 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5213 chapter body. Use @smallexample instead of @example.
5214 (Annotations): Ditto.
5215 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5216 annotate.texi.
5217
b81774d8
AC
52182003-03-26 Andrew Cagney <cagney@redhat.com>
5219
5220 * gdbint.texinfo (Target Architecture Definition): Replace
5221 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5222 dummy_addr parameters.
5223
1bf6d5cc
AC
52242003-03-25 Andrew Cagney <cagney@redhat.com>
5225
5226 * gdbint.texinfo (Target Architecture Definition): Delete
5227 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5228 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5229 Add reference to PUSH_ARGUMENTS.
5230
618ce49f
AC
52312003-03-23 Andrew Cagney <cagney@redhat.com>
5232
5233 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5234 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5235
bcd7e15f
JB
52362003-03-18 J. Brobecker <brobecker@gnat.com>
5237
5238 * gdbint.texinfo (Algorithms): Add new section describing the
5239 Observer paradigm.
5240 (Top): Add menu entry to new observer appendix.
5241 * observer.texi: New file.
5242 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5243 new observer.texi file.
5244
9fe8321b
AC
52452003-03-17 Andrew Cagney <cagney@redhat.com>
5246
5247 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5248 that GNU Press update the manual version number.
5249
ac2adee5
AC
52502003-03-12 Andrew Cagney <cagney@redhat.com>
5251
5252 * gdbint.texinfo (Target Architecture Definition): Delete
5253 references to get_saved_register. Rename GET_SAVED_REGISTER to
5254 DEPRECATED_GET_SAVED_REGISTER.
5255
749b82f6
AC
52562003-03-13 Andrew Cagney <cagney@redhat.com>
5257
5258 * gdbint.texinfo (Target Architecture Definition): Replace
5259 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5260
8bedc050
AC
52612003-03-12 Andrew Cagney <cagney@redhat.com>
5262
5263 * gdbint.texinfo (Target Architecture Definition): Rename
5264 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5265
0ce1b118
CV
52662003-03-10 Corinna Vinschen <vinschen@redhat.com>
5267
5268 * gdb.texinfo: Add File-I/O documentation.
5269
12cc2063
AC
52702003-03-10 Andrew Cagney <cagney@redhat.com>
5271
5272 * gdbint.texinfo (Target Architecture Definition): Cross reference
5273 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5274
7453dc06
AC
52752003-03-07 Andrew Cagney <cagney@redhat.com>
5276
5277 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5278 frame" command.
5279
6314f104
AC
52802003-03-05 Andrew Cagney <cagney@redhat.com>
5281
5282 * gdbint.texinfo (Target Architecture Definition): Document
5283 unwind_dummy_id. Cross reference unwind_dummy_id and
5284 SAVE_DUMMY_FRAME_TOS.
5285
f1212245
DJ
52862003-03-05 James Ingham <jingham@apple.com>
5287 Daniel Jacobowitz <drow@mvista.com>
5288
5289 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5290 and "show cp-abi".
5291
77e7e267
AC
52922003-03-03 Andrew Cagney <cagney@redhat.com>
5293
5294 * gdbint.texinfo (Target Architecture Definition): Document
5295 register_type.
5296
838a8221
AC
52972003-03-03 Andrew Cagney <cagney@redhat.com>
5298
5299 * stabs.texinfo (Structures): Use @samp and separate @var's
5300 instead of a single @var containing a comma separated list.
5301 (Unions): Ditto.
5302
d7f4a264
DJ
53032003-03-02 Daniel Jacobowitz <drow@mvista.com>
5304
5305 * Makefile.in (distclean): Remove config.log.
5306
f30ee0bc
AC
53072003-03-01 Andrew Cagney <cagney@redhat.com>
5308
5309 * gdbint.texinfo (Target Architecture Definition): Rename
5310 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5311
53122003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5313
5314 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5315 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5316
be448670
CF
53172003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5318
5319 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5320 (Non-debug DLL symbols): New node, describing the minimal symbols
5321 loaded from DLLs without real debugging symbols.
5322
501eef12
AC
53232003-02-20 Andrew Cagney <ac131313@redhat.com>
5324
5325 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5326 hardware-breakpoint-limit".
5327 (Set Watchpoints): Add cross reference to "set remote
5328 hardware-watchpoint-limit".
5329 (Remote configuration options): New section.
5330
21c294e6
AC
53312003-02-04 Andrew Cagney <ac131313@redhat.com>
5332
e9be73e4
AC
5333 * gdbint.texinfo (Target Architecture Definition): Delete
5334 descrption of IS_TRAPPED_INTERNALVAR.
5335
21c294e6
AC
5336 From Keith Seitz <keiths@redhat.com>:
5337 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5338 option "-i"/"--interpreter" to this chapter. Include index
5339 entries.
5340
0179ffac
DC
53412003-02-04 David Carlton <carlton@math.stanford.edu>
5342
5343 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5344 (Variables): Recommend stabs+ and DWARF 2.
5345 (C plus plus expressions): Correct info about
5346 compiler versions, debug formats.
5347 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5348 PR symtab/874.
5349
7ca9f392
AC
53502003-02-01 Andrew Cagney <ac131313@redhat.com>
5351
5352 * gdbint.texinfo (Target Architecture Definition): Delete
5353 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5354 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5355 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5356 references to nindy and i960.
5357 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5358
31a85ea2
AC
53592003-02-01 Andrew Cagney <ac131313@redhat.com>
5360
5361 * gdbint.texinfo (Target Architecture Definition): Delete
5362 FLOAT_INFO.
5363
6b894e49
AC
53642003-01-30 Andrew Cagney <ac131313@redhat.com>
5365
5366 * stabs.texinfo (Member Type Descriptor): Clarify description of
5367 `@'. Suggested by Ben Hutchings.
5368
c48861fb
AC
53692003-01-29 Andrew Cagney <ac131313@redhat.com>
5370
5371 * gdb.texinfo (M68K): Delete reference to es1800.
5372
617073a9
AC
53732003-01-29 Andrew Cagney <ac131313@redhat.com>
5374
5375 * gdb.texinfo (Maintenance Commands): Document `maint print
5376 reggroups' and `maint print register-groups'.
5377 * gdbint.texinfo (Target Architecture Definition): Document
5378 register_reggroup_p.
5379
5b5d99cf
JB
53802003-01-23 Jim Blandy <jimb@redhat.com>
5381
5382 * gdb.texinfo (Separate Debug Files): New section.
5383
e7ba9c65
DJ
53842003-01-22 Daniel Jacobowitz <drow@mvista.com>
5385
5386 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5387 and "maint show profile".
5388
94e91d6d
MC
53892003-01-16 Michael Chastain <mec@shout.net>
5390
5391 * gdb.texinfo (Installing GDB): Warn against
5392 ".../gdb-VERSION/gdb/configure".
5393 (Separate Objdir): Likewise.
5394
867f3898
AC
53952003-01-15 Andrew Cagney <ac131313@redhat.com>
5396
5397 * gdbint.texinfo (Target Architecture Definition): Delete
5398 definition of PRINT_REGISTER_HOOK.
5399
f153cc92
EZ
54002003-01-15 Elena Zannoni <ezannoni@redhat.com>
5401
5402 (OpenRISC 1000): Fix formatting of command names.
5403
c60eb6f1
EZ
54042003-01-15 Elena Zannoni <ezannoni@redhat.com>
5405
5406 * gdb.texinfo (Continuing and Stepping): Add new command
5407 'advance'. Clarify behavior of 'until'.
5408
f5ebfba0
DJ
54092003-01-13 Daniel Jacobowitz <drow@mvista.com>
5410
5411 * gdb.texinfo (Files): Document solib-absolute-prefix and
5412 solib-search-path.
5413
4ce8657e
MC
54142003-01-09 Michael Chastain <mec@shout.net>
5415
5416 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5417 (Create a Release): Add new instructions for new @file{src-release}.
5418 Document existing instructions for @file{Makefile.in} as
5419 being for @value{GDBN} 5.3.1 or earlier.
5420
372613e3
AC
54212003-01-09 Andrew Cagney <ac131313@redhat.com>
5422
5423 * gdbint.texinfo (Target Architecture Definition): Mention
5424 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5425 allocate memory.
5426
b4e9345d
DJ
54272003-01-04 Daniel Jacobowitz <drow@mvista.com>
5428
5429 * gdb.texinfo (Controlling GDB): Add @kindex for
5430 "show osabi".
5431 (Backtraces): Add @kindex's for backtrace-below-main.
5432
98b45e30
DJ
54332003-01-04 Daniel Jacobowitz <drow@mvista.com>
5434
5435 * gdb.texinfo (Controlling GDB): Document "set osabi".
5436
95f90d25
DJ
54372003-01-04 Daniel Jacobowitz <drow@mvista.com>
5438
5439 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5440 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5441
1e698235
DJ
54422003-01-04 Daniel Jacobowitz <drow@mvista.com>
5443
5444 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5445 "set coerce-float-to-double".
5446 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5447
e632838e
AC
54482003-01-02 Andrew Cagney <ac131313@redhat.com>
5449
5450 * stabs.texinfo: Remove obsolete text.
5451 * gdbint.texinfo: Ditto.
5452 * gdb.texinfo: Ditto.
5453
c133ab7a
MK
54542002-12-22 Mark Kettenis <kettenis@gnu.org>
5455
5456 * gdbint.texinfo (Target Architecture Definition): Update
5457 description of gdbarch_register_osabi.
5458
f821f325
KH
54592002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5460
5461 * agentexpr.texi: Fix typos.
5462 * annotate.texi: Likewise.
5463 * fdl.texi: Likewise.
5464
85a6d8d3 54652002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5466
5467 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5468 DEPRECATED_INIT_FRAME_PC.
5469
ae45cd16
AC
54702002-12-01 Andrew Cagney <ac131313@redhat.com>
5471
5472 * gdbint.texinfo (Target Architecture Definition): Delete
5473 PC_IN_CALL_DUMMY.
5474
07555a72
AC
54752002-11-28 Andrew Cagney <ac131313@redhat.com>
5476
5477 * gdbint.texinfo (Host Definition): Delete documentation on
5478 USE_GENERIC_DUMMY_FRAMES.
5479
c166cdc7
EZ
54802002-11-26 Elena Zannoni <ezannoni@redhat.com>
5481
5ae4183a 5482 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5483 * Makefile.in (install-info): Run the install-info command as part
5484 of the post install steps only.
5485 (uninstall-info): New target.
5486 (uninstall): New target.
5487
35db0260
EZ
54882002-11-22 Elena Zannoni <ezannoni@redhat.com>
5489
5490 * Makefile.in (install): Make install do some real work.
5491
9ba8d803
AC
54922002-11-19 Andrew Cagney <ac131313@redhat.com>
5493
5494 Fix POSIX problem reported by Paul Eggert.
5495 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5496 Fix PR gdb/527.
5497
903ad3a6
AC
54982002-10-26 Andrew Cagney <cagney@redhat.com>
5499
5500 * gdbint.texinfo (Target Architecture Definition): Delete
5501 definition of DO_REGISTERS_INFO.
5502
f2abfe65
KB
55032002-10-18 Kevin Buettner <kevinb@redhat.com>
5504
5505 * gdbint.texinfo (Address Classes): Fix problems with insertion
5506 of ``{'' and ``}'' in example.
5507
b5b0480a
KB
55082002-10-17 Kevin Buettner <kevinb@redhat.com>
5509
5510 * gdbint.texinfo (Address Classes): New section.
5511 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5512 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5513 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5514 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5515
c85508ee
KD
55162002-10-11 Klee Dienes <kdienes@apple.com>
5517
5518 * gdb.texinfo (Registers): Mention vector registers as well as
5519 floating registers in the documentation for 'info registers' and
5520 'info all-registers'.
5521
6d12fc3d
DJ
55222002-10-11 Daniel Jacobowitz <drow@mvista.com>
5523
5524 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5525
8d19fbd2
JJ
55262002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5527
5528 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5529 interface definition.
5530
a37295f9
MM
55312002-10-03 Marko Mlinar <markom@opencores.org>
5532
5533 * gdb.texinfo (Target Commands): Add or1k target specific
5534 commands.
5535 * gdb.texinfo (Contributors): Add myself to the contributors list.
5536
da0f9dcd
AC
55372002-10-01 Andrew Cagney <ac131313@redhat.com>
5538
5539 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5540 and "mi1" instead of "mi1" and "mi0".
5541
2e834e49
HPN
55422002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5543
5544 * gdb.texinfo (Packets): Fix typos "alligned".
5545 Correct z3/Z3 description. Correct z4/Z4 title.
5546
050be0dc
AC
55472002-09-27 Andrew Cagney <ac131313@redhat.com>
5548
5549 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5550
1104b9e7
KB
55512002-09-25 Kevin Buettner <kevinb@redhat.com>
5552
5553 * gdb.texinfo: Use GNU/Linux instead of Linux.
5554
512217c7
AC
55552002-09-25 Andrew Cagney <ac131313@redhat.com>
5556
5557 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5558
10998722
AC
55592002-09-24 Andrew Cagney <ac131313@redhat.com>
5560
512217c7 5561 * gdb.texinfo: Replace @example with @smallexample.
10998722 5562
a0eb71c5
KB
55632002-09-20 Kevin Buettner <kevinb@redhat.com>
5564
f7dc1244 5565 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
5566 * gdb.texinfo (Character Sets): Use @smallexample instead of
5567 @example. Use GNU/Linux instead of Linux.
5568
55692002-09-20 Jim Blandy <jimb@redhat.com>
5570
5571 * gdb.texinfo: Add character set documentation.
5572
2f870471
AC
55732002-09-19 Andrew Cagney <ac131313@redhat.com>
5574
5575 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5576 (Packets): Add cross reference from `b' packet to `z' packets.
5577
790eb8f5
AC
55782002-09-19 Andrew Cagney <ac131313@redhat.com>
5579
8d30a00d
AC
5580 * gdb.texinfo (Maintenance Commands): Document ``maint
5581 internal-error'' and ``maint internal-warning''.
5582
790eb8f5
AC
5583 * gdbint.texinfo (Target Architecture Definition): Revise
5584 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5585
a23a7bf1
JB
55862002-09-19 Joel Brobecker <brobecker@gnat.com>
5587
5588 * gdbint.texinfo (Target Conditionals): Document the new
5589 NAME_OF_MALLOC macro.
5590
299ffc64
AC
55912002-09-05 Andrew Cagney <ac131313@redhat.com>
5592
5593 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5594 engineer.
5595
b7bb15bc
SC
55962002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5597
5598 * gdb.texinfo (TUI Overview): Document status line fields.
5599
3d757584
SC
56002002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5601
5602 * gdb.texinfo (TUI Commands): Document info win command.
5603
269c21fe
SC
56042002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5605
5606 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5607
7cf36c78
SC
56082002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5609
5610 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5611 (TUI Keys): Likewise.
5612
d2c6833e
AC
56132002-08-25 Andrew Cagney <ac131313@redhat.com>
5614
5615 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5616 for a packet receive.
5617
46d8b1c3
AC
56182002-08-25 Andrew Cagney <ac131313@redhat.com>
5619
5620 * Makefile.in (clean): Move to end of file.
5621 (distclean, maintainer-clean, realclean): Ditto.
5622 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5623 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5624 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5625 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5626
b0787093
AC
56272002-08-24 Andrew Cagney <ac131313@redhat.com>
5628
5629 * Makefile.in (GDBINT_TEX_TMPS): Define.
5630 (gdbint.dvi, gdbint.pdf): Use
5631 (GDB_TEX_TMPS): Define.
5632 (gdb.dvi, gdb.pdf): Use.
5633 (STABS_TEX_TMPS): Define.
5634 (stabs.dvi, stabs.pdf): Use.
5635 (GDB_DOC_SOURCE_INCLUDES): New macros.
5636 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5637 (GDBINT_DOC_FILES_INCLUDES): New macros.
5638 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5639 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5640 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5641 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5642 (links2roff): Replace SFILES_INCLUDED with
5643 GDB_DOC_SOURCE_INCLUDES.
5644 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5645 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5646 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5647 dependencies.
5648 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5649 dependencies.
5650 (gdbmi.texinfo): Delete rule.
5651 (inc-hist.texinfo): Delete rule.
5652 (rluser.texinfo): Delete rule.
5653
ebba8386
AC
56542002-08-23 Andrew Cagney <cagney@redhat.com>
5655
5656 * gdbint.texinfo (Target Architecture Definition): Update
5657 STORE_RETURN_VALUE, mention regcache.
5658
0ab7a791
AC
56592002-08-21 Andrew Cagney <ac131313@redhat.com>
5660
5661 * gdbint.texinfo (Target Architecture Definition): Document
5662 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5663
ee2d5c50
AC
56642002-08-19 Andrew Cagney <ac131313@redhat.com>
5665
5666 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5667 Fix minor typos. Add index entries.
5668
53c69bd7
AC
56692002-08-18 Andrew Cagney <ac131313@redhat.com>
5670
5671 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5672
e76f1f2e
AC
56732002-08-15 Andrew Cagney <ac131313@redhat.com>
5674
5675 * gdbint.texinfo (Target Architecture Definition): Document
5676 PRINT_VECTOR_INFO.
5677 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5678
0680b120
AC
56792002-08-13 Andrew Cagney <ac131313@redhat.com>
5680
5681 * gdb.texinfo (Maintenance Commands): Document "maint print
5682 registers", "maint print raw-registers" and "maint print
5683 cooked-registers".
5684
3c3bea1c
GS
56852002-08-08 Grace Sainsbury <graces@redhat.com>
5686
a9331b3f 5687 From Mark Salter:
3c3bea1c
GS
5688 * gdb.texinfo (Protocol): Document T packet extension to
5689 allow watchpoint address reporting.
5690
42f9b0a5
AC
56912002-08-03 Andrew Cagney <ac131313@redhat.com>
5692
5693 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5694
db034ac5
AC
56952002-08-01 Andrew Cagney <cagney@redhat.com>
5696
5697 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5698 to CHILL.
5699
e2b28d04
AC
57002002-08-01 Andrew Cagney <ac131313@redhat.com>
5701
5702 * gdbint.texinfo (Coding): Revise section "Include Files".
5703
7fb623f7
AC
57042002-07-24 Andrew Cagney <cagney@redhat.com>
5705
5706 * gdbint.texinfo: Obsolete references to m88k.
5707 * gdb.texinfo: Ditto.
5708
4a2b4636
JB
57092002-07-10 Joel Brobecker <brobecker@gnat.com>
5710
7fb623f7 5711 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
5712 where the proper version of autoconf can be retrieved.
5713
a71ec265
DH
57142002-07-09 Don Howard <dhoward@redhat.com>
5715
5716 * gdb.texinfo (Command Files): Further describe the behavior of
5717 sourced command files.
5718
b9aa90c9
AC
57192002-06-27 Andrew Cagney <ac131313@redhat.com>
5720
5721 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5722 (Coding): Clarify ISO C version that GDB assumes.
5723
40dd2248
TT
57242002-06-26 Tom Tromey <tromey@redhat.com>
5725
5726 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5727 add_setshow_cmd_full.
5728
bfac230e
DH
57292002-06-25 Don Howard <dhoward@redhat.com>
5730
5731 * gdb.texinfo (Memory Region Attributes): Document new behavior
5732 for 'mem' command.
5733
475b0867
JB
57342002-06-11 Jim Blandy <jimb@redhat.com>
5735
919d772c
JB
5736 * gdb.texinfo (Symbols): Update documentation for `info source'
5737 command.
5738
475b0867
JB
5739 * gdb.texinfo (Macros): Call the command `info macro', not
5740 `show macro'.
5741
ba8c9337
AC
57422002-06-09 Andrew Cagney <ac131313@redhat.com>
5743
5744 * gdbint.texinfo (Coding): Add section ``Per-architecture module
5745 data''.
5746
1029b7fa
MK
57472002-06-09 Mark Kettenis <kettenis@gnu.org>
5748
5749 * gdbint.texinfo (Target Architecture Definition): Document
5750 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5751
16737d73
AC
57522002-06-08 Andrew Cagney <ac131313@redhat.com>
5753
5754 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
5755 lists.
5756
30107679
AC
57572002-06-08 Andrew Cagney <ac131313@redhat.com>
5758
5759 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
5760 Branch''.
5761
3352e23e
AC
57622002-06-01 Andrew Cagney <ac131313@redhat.com>
5763
5764 * gdbint.texinfo (Target Architecture Definition): Add section
5765 ``Converting an existing Target Architecture to Multi-arch''.
5766
cbb09e6a
AC
57672002-05-30 Andrew Cagney <ac131313@redhat.com>
5768
5769 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
5770 to ``Obsoleting code''. Revise.
5771
e2e0bcd1
JB
57722002-05-17 Jim Blandy <jimb@redhat.com>
5773
5774 * gdb.texinfo (C Preprocessor Macros): New chapter.
5775 Include it in the main menu.
5776 (Contributors): Credit Jim Blandy with macro support.
5777 (Compilation): Explain how to get macro information into the
5778 executable.
5779 (Expressions): Note that preprocessor macros are expanded.
5780
9db8d71f
DJ
57812002-05-14 Daniel Jacobowitz <drow@mvista.com>
5782
5783 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
5784 options for `target remote'.
5785
6d531722
AC
57862002-05-13 Andrew Cagney <ac131313@redhat.com>
5787
5788 * gdbint.texinfo (Target Architecture Definition): Delete
5789 documentation on NNPC_REGNUM.
5790
13d01224
AC
57912002-05-11 Andrew Cagney <ac131313@redhat.com>
5792
5793 * gdbint.texinfo (Target Architecture Definition): Document
5794 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
5795 (Target Architecture Definition): Revise section `Using Different
5796 Register and Memory Data Representations'. Add section `Raw and
5797 Virtual Register Representations'.
5798
b2e75d78
AC
57992002-05-11 Andrew Cagney <ac131313@redhat.com>
5800
5801 * gdbint.texinfo (Target Architecture Definition): Mention
5802 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
5803 (Target Architecture Definition): Mention same. Add references to
5804 web pages.
5805
2c8682ee
MS
58062002-05-08 Michael Snyder <msnyder@redhat.com>
5807
5808 * stabs.texinfo (Attributes): Document new "vector" attribute.
5809
0816590b
AC
58102002-05-04 Andrew Cagney <ac131313@redhat.com>
5811
5812 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
5813
2653173e
AC
58142002-05-04 Andrew Cagney <ac131313@redhat.com>
5815
5816 * gdb.texinfo: Delete obsolete references to a29k.
5817
d7bd68ca
AC
58182002-04-24 Andrew Cagney <ac131313@redhat.com>
5819
5820 * gdbint.texinfo (Target Architecture Definition): Replace
5821 IN_SIGTRAMP with PC_IN_SIGTRAMP.
5822
21d83aa5
DM
58232002-04-24 David S. Miller <davem@redhat.com>
5824
5825 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
5826
7673a6cc
DM
58272002-04-21 David S. Miller <davem@redhat.com>
5828
5829 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
5830
d49d1e0a
AC
58312002-04-21 Andrew Cagney <ac131313@redhat.com>
5832
5833 * gdbint.texinfo (Target Architecture Definition): Delete
5834 definition of HAVE_REGISTER_WINDOWS.
5835
f7dc1244 58362002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
5837
5838 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
5839 "Theodore A. Roth" <troth@verinet.com>.
5840
5ca0cb28
DH
58412002-04-15 Don Howard <dhoward@redhat.com>
5842
f7dc1244 5843 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 5844 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 5845 Provide a better explaination of this feature.
5ca0cb28 5846
f208ba17
AC
58472002-04-14 Andrew Cagney <ac131313@redhat.com>
5848
5849 * gdbint.texinfo (Target Architecture Definition): Remove
5850 FRAME_CHAIN_COMBINE.
5851
d5ba91de
MC
58522002-04-12 Michael Chastain <mec@shout.net>
5853
5854 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
5855 REG_STACK_SEGMENT.
5856
26818220
MC
58572002-04-09 Michael Chastain <mec@shout.net>
5858
5859 * gdbint.texinfo (Obsolete Conditionals): Remove references to
5860 PYRAMID_* macros.
5861
129188f6
AC
58622002-04-07 Andrew Cagney <ac131313@redhat.com>
5863
5864 * gdb.texinfo (Bug Reporting): Document that the web is the
5865 prefered way of submitting bug reports.
5866 (Bug Reporting): Delete the s-mail address as the last resort.
5867
8227c0ff
AC
58682002-04-05 Andrew Cagney <ac131313@redhat.com>
5869
5870 * gdbint.texinfo (Target Architecture Definition): Delete
5871 references to TARGET_WRITE_FP and write_fp.
5872
16d9dec6
MS
58732002-03-27 Michael Snyder <msnyder@redhat.com>
5874
5875 * gdb.texinfo: Document new commands dump, append, and restore.
5876
9ae8b82c
AC
58772002-03-27 Andrew Cagney <ac131313@redhat.com>
5878
5879 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
5880 Branch'.
5881
474c8240
AC
58822002-03-18 Andrew Cagney <ac131313@redhat.com>
5883
5884 * gdb.texinfo: Change all examples to @smallexample.
5885 * gdbint.texinfo: Ditto.
a9331b3f 5886
fb0ff88f
AC
58872002-03-18 Andrew Cagney <ac131313@redhat.com>
5888
5889 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
5890 Branches''.
5891
9bb0a4d8
AC
58922002-03-18 Andrew Cagney <ac131313@redhat.com>
5893
5894 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
5895 Policy''.
5896
937f164b
FF
58972002-03-04 Fred Fish <fnf@redhat.com>
5898
5899 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
5900 expresson, suports, dependant, trhe, perhaphs, situtations,
5901 explictily, taged, oportunity, unfortunatly).
5902
a7b40f07
AC
59032002-02-24 Andrew Cagney <ac131313@redhat.com>
5904
5905 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
5906 Remove reference to 3.12.
5907
aab4e0ec
AC
59082002-02-23 Andrew Cagney <ac131313@redhat.com>
5909
5910 * gdbint.texinfo: Include fdl.texi.
5911 (Top): Add GNU Free Documentation License.
5912 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
5913 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
5914 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
5915 (gdbint.info): Add srcdir to include path.
5916 * gdb.texinfo: Include gpl.texi.
5917 (Top): Add Copying.
5918 * gpl.texi: New file.
5919
47b95330
AC
59202002-02-23 Andrew Cagney <ac131313@redhat.com>
5921
5922 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
5923
78c47bea
PM
59242002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
5925
5926 * gdb.texinfo: Document Cygwin native specific commands.
5927
56460a61
DJ
59282002-02-15 Daniel Jacobowitz <drow@mvista.com>
5929
5930 * gdb.texinfo: Document gdbserver ``--attach'' command.
5931
def71bfa
MS
59322002-02-07 Michael Snyder <msnyder@redhat.com>
5933
5934 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
5935 to @code(_ovly_debug_event).
5936
c928edc0
AC
59372002-02-07 Andrew Cagney <ac131313@redhat.com>
5938
5939 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
5940
81d46470
MS
59412002-02-06 Michael Snyder <msnyder@redhat.com>
5942
5943 * gdb.texinfo (overlays): Mention new magic symbol
5944 '_ovly_debug_event', which allows GDB to keep better track
5945 of overlays.
5946
f7dc1244 59472002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
5948
5949 * gdb.texinfo (Memory Region Attributes): Fix the wording.
5950 Suggested by Dmitry Sivachenko.
5951
5952 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
5953
15110bc3
MS
59542002-02-01 Michael Snyder <msnyder@redhat.com>
5955
5956 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
5957
6763aef9
MS
59582002-01-30 Michael Snyder <msnyder@redhat.com>
5959
ac282366
MS
5960 * gdb.texinfo: (remote protocol): Gramatical fix-up.
5961 (set trust-readonly-sections): Document.
6763aef9 5962
8642bc8f
AC
59632002-01-29 Andrew Cagney <ac131313@redhat.com>
5964
5965 * gdbint.texinfo (Releasing GDB): Revise and update.
5966
afe64c1a
AC
59672002-01-28 Andrew Cagney <ac131313@redhat.com>
5968
5969 * gdbint.texinfo (Target Architecture Definition): Delete
5970 description of TARGET_BYTE_ORDER_DEFAULT.
5971
f7dc1244 59722002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
5973
5974 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
5975 <mitya@cavia.pp.ru>.
5976
3d6e1b5a
AC
59772002-01-23 Andrew Cagney <ac131313@redhat.com>
5978
5979 * libgdb.texinfo: Delete file.
5980
6c0e9fb3
AC
59812002-01-22 Andrew Cagney <ac131313@redhat.com>
5982
5983 * gdb.texinfo: Remove makeinfo 3.12 hacks.
5984 * gdbint.texinfo: Ditto.
5985
e0ce93ac
AC
5986Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
5987
5988 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
5989
be298bcc
AC
59902002-01-22 Andrew Cagney <ac131313@redhat.com>
5991
5992 * Makefile.in: Update copyright.
5993 (TEXI2DVI): Define.
5994 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
5995 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
5996 gdb-cfg.texi.
5997 (TEXINDEX, PDFTEX): Delete makefile variables.
5998
8e04817f
AC
59992002-01-22 Andrew Cagney <ac131313@redhat.com>
6000
6001 * gdb.texinfo (Protocol): Move section to appendix.
6002
6b2f586d
AC
60032002-01-21 Andrew Cagney <ac131313@redhat.com>
6004
6005 * gdb.texinfo (Remote Debugging): Create a menu.
6006 (Top): Add ``Remote Debugging'' to menu.
6007
6f05cf9f
AC
60082002-01-21 Andrew Cagney <ac131313@redhat.com>
6009
6010 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6011 serial protocol'' from here.
6012 (Remote Debugging): To here. New chapter.
6013
3fd3d7d2
AC
60142002-01-20 Andrew Cagney <ac131313@redhat.com>
6015
6016 * gdbint.texinfo (Target Architecture Definition): Delete
6017 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6018
7fd60527
AC
60192002-01-20 Andrew Cagney <ac131313@redhat.com>
6020
6021 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6022 are no longer needed.
6023 (Porting GDB): Add maintainer note about configure.host.
6024
c2f05ac9
AC
60252002-01-20 Andrew Cagney <ac131313@redhat.com>
6026
6027 * gdbint.texinfo (Target Architecture Definition): Remove
6028 definition of IEEE_FLOAT.
6029
f7dc1244 60302002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6031
6032 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6033 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6034 <3diff@gnu.org>
231b2aad 6035
82600034
AC
60362002-01-19 Andrew Cagney <ac131313@redhat.com>
6037
6038 * gdbint.texinfo (Host Definition): Remove references to
6039 MALLOC_INCOMPATIBLE.
6040
7708fa01
AC
60412002-01-17 Andrew Cagney <ac131313@redhat.com>
6042
6043 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6044 and xyz-xdep.o.
6045
eb12ee30
AC
60462002-01-17 Andrew Cagney <ac131313@redhat.com>
6047
889bf7c5 6048 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6049 (Set Breaks): Copy ``maint info breakpoint'' doco to
6050 ``Maintenance Commands'' appendix. Add reference.
6051
c9ccaa92
AC
60522002-01-17 Andrew Cagney <ac131313@redhat.com>
6053
6054 * fdl.texi: Remove next/prev from @node.
6055
f7dc1244 60562002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6057
6058 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6059 for monstrous @multitable (from Brian Youmans).
6060
6061 * fdl.texi: New file.
6062
6063 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6064
8973da3a
AC
60652002-01-15 Andrew Cagney <ac131313@redhat.com>
6066
6067 * gdbint.texinfo (Releasing GDB): New chapter.
6068
7d86b5d5
AC
60692002-01-14 Andrew Cagney <ac131313@redhat.com>
6070
6071 * gdb.texinfo (Embedded Processors, Calling program functions):
6072 Obsolete references to a29k.
6073
cc1cb004
AC
60742002-01-13 Andrew Cagney <ac131313@redhat.com>
6075
6076 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6077 examples. Document that a code-block should do or discard its
6078 cleanups before exit.
6079
79f12247
MS
60802002-01-11 Michael Snyder <msnyder@redhat.com>
6081
6082 * gdb.texinfo (Choosing files): Change @samp to @file.
6083
19837790
MS
60842002-01-05 Michael Snyder <msnyder@redhat.com>
6085
6086 * gdb.texinfo (--pid): Document new command line option (attach).
6087
f7dc1244 60882002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6089
6090 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6091 in the stub.
6092
d7449b42
AC
60932002-01-04 Andrew Cagney <ac131313@redhat.com>
6094
6095 * gdbint.texinfo (Target Architecture Definition): Replace
6096 BIG_ENDIAN with BFD_ENDIAN_BIG.
6097
f23631e4
AC
60982002-01-03 Andrew Cagney <ac131313@redhat.com>
6099
6100 * gdbint.texinfo (Target Architecture Definition): Replace
6101 value_ptr with struct value pointer.
6102
72c9928d
EZ
61032002-01-02 Eli Zaretskii <eliz@gnu.org>
6104
6105 * gdb.texinfo (Free Software): Fix wording.
6106
959acfd1
EZ
61072001-12-31 Eli Zaretskii <eliz@gnu.org>
6108
6109 * gdb.texinfo (Free Software): New section ``Free Software Needs
6110 Free Documentation''.
6111
f7dc1244 61122001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6113
6114 * stabs.texinfo:
6115 * gdb.texinfo:
6116 * gdbint.texinfo:
6117 * libgdb.texinfo:
6118 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6119
6600abed
MS
61202001-12-29 Michael Snyder <msnyder@redhat.com>
6121
6122 * gdb.texinfo (maint info sections): Fix typo.
6123
f6680716
MS
61242001-12-26 Michael Snyder <msnyder@redhat.com>
6125
fe95c787
MS
6126 * gdb.texinfo (maint info sections): Document.
6127
a9331b3f 6128 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6129 'info proc' sub-options that are currently not implemented.
6130
c3d3ce5b
JB
61312001-12-20 Jim Blandy <jimb@redhat.com>
6132
6133 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6134
778eb05e
AC
61352001-12-15 Andrew Cagney <ac131313@redhat.com>
6136
6137 * gdbint.texinfo (Target Architecture Definition): Replace
6138 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6139
2607059c
AC
61402001-12-01 Andrew Cagney <ac131313@redhat.com>
6141
6142 * gdbint.texinfo (Host Definition): Delete documentation on
6143 HOST_BYTE_ORDER.
6144
df0cd8c5
JB
61452001-11-30 Jim Blandy <jimb@redhat.com>
6146
6147 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6148 overlay support. Add to top-level menu.
df0cd8c5 6149
88118b3a
TT
61502001-11-26 Tom Tromey <tromey@redhat.com>
6151
6152 * gdb.texinfo (Command Syntax): Document C-o binding.
6153
96565e91
CF
61542001-07-26 Christopher Faylor <cgf@redhat.com>
6155
6156 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6157 use since it is described in the referenced section.
6158
f7dc1244 6159 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6160 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6161 clearer when using DJGPP.
6162
2a3d5645
CF
61632001-11-24 Christopher Faylor <cgf@redhat.com>
6164
6165 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6166 specifically refer to MS-DOS.
6167 (command files): Mention gdb.ini is only used on MS-DOS.
6168
aa26fa3a
TT
61692001-11-21 Tom Tromey <tromey@redhat.com>
6170
6171 * gdb.texinfo (Invoking GDB): Document --args.
6172 (Mode Options): Likewise.
6173
4f8ada06
JB
61742001-11-21 Jim Blandy <jimb@redhat.com>
6175
6176 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6177 Delete documentation; this macro has been removed from the
6178 sources.
4f8ada06 6179
3fe0dc10
JB
61802001-11-13 Jim Blandy <jimb@redhat.com>
6181
6182 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6183
9e5abb06
CV
61842001-11-06 Corinna Vinschen <vinschen@redhat.com>
6185
6186 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6187
1c5dfdad
MS
61882001-11-05 Michael Snyder <msnyder@redhat.com>
6189
a9331b3f 6190 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6191 quote regexp chars in function names such as "operator*()".
6192
990f9fe3
FF
61932001-11-01 Fred Fish <fnf@redhat.com>
6194
6195 * gdbint.texinfo (SOLIB_ADD): Document additional new
6196 "readsyms" arg.
6197
b433d00b
DH
61982001-10-30 Don Howard <dhoward@redhat.com>
6199
070b1dd3
DH
6200 * gdb.texinfo: (Command Files) Added documentation for the
6201 behavior of gdb with input redirected from a file.
b433d00b 6202
b7209cb4
FF
62032001-10-28 Fred Fish <fnf@redhat.com>
6204
6205 * gdb.texinfo (auto-solib-add): Change docs to match
6206 implementation change.
6207 (auto-solib-limit): Add docs for new variable.
6208
1aa20aa8
AC
62092001-10-15 Andrew Cagney <ac131313@redhat.com>
6210
6211 * gdbint.texinfo (Target Architecture Definition): Function
6212 value_as_pointer renamed to value_as_address.
6213
fc0c74b1
AC
62142001-10-15 Andrew Cagney <ac131313@redhat.com>
6215
6216 * gdbint.texinfo (Target Architecture Definition): Default
6217 POINTER_TO_ADDRESS functions assume unsigned addresses.
6218 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6219 posting by Jim Blandy.
6220
f4846649
JB
62212001-10-12 Jim Blandy <jimb@redhat.com>
6222
6223 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6224 version of texi2html (1.64) doesn't support this flag any more.
6225
f277788b
MK
62262001-09-08 Mark Kettenis <kettenis@gnu.org>
6227
a9dc4918
MK
6228 * gdbint.texinfo (Host Definition): Remove description of
6229 MEM_FNS_DECLARED.
6230
d28379df
MK
6231 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6232
f277788b
MK
6233 * gdbint.texinfo (Host Definition): Remove description of
6234 HAVE_SIGSETMASK.
6235
7ccaa899
EZ
62362001-09-04 Elena Zannoni <ezannoni@redhat.com>
6237
6238 * gdbint.texinfo (Target Architecture Definition): Add
6239 explanation of TARGET_PRINT_INSN macro.
6240
17d9d558
JB
62412001-08-30 Jim Blandy <jimb@redhat.com>
6242
6243 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6244 Explain what it means to load relocatable files.
6245
72cde065
JB
62462001-08-28 Jim Blandy <jimb@redhat.com>
6247
6248 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6249 info `top' menu.
6250
9e678452
CF
6251Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6252
6253 * gdbint.texinfo: Add a cautionary note about macro use.
6254
a2bea4c3 62552001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6256
a2bea4c3
CV
6257 * gdb.texinfo: Explain omitting the hostname in the
6258 `target remote' command.
6259
1129bf27
DJ
62602001-07-30 Daniel Jacobowitz <drow@mvista.com>
6261
6262 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6263 and END-INFO-DIR-ENTRY.
6264
732b3002
SC
62652001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6266
6267 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6268
89437448
AC
62692001-07-25 Andrew Cagney <ac131313@redhat.com>
6270
6271 * gdbint.texinfo (libgdb): Rewrite.
6272
f7dc1244 62732001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6274
6275 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6276
c4555f82
SC
62772001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6278
6279 * gdb.texinfo (TUI): New chapter, document the TUI.
6280 (Mode Options): Document the -tui option.
6281
2f45a6e0
MK
62822001-07-23 Mark Kettenis <kettenis@gnu.org>
6283
6284 * gdbint.texinfo (Host Definition): Remove description of
6285 NEED_POSIX_SETPGID.
6286
f7dc1244 62872001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6288
6289 * gdb.tex (DJGPP Native): New node, with descriptions of
6290 DJGPP-specific commands.
6291
be9c6c35
JM
62922001-07-19 John R. Moore <jmoore@redhat.com>
6293
6294 * gdbint.texinfo: Three misspellings.
6295
dfa249fb
AC
62962001-07-06 Andrew Cagney <ac131313@redhat.com>
6297
6298 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6299 `test` expressions on bash. Problem reported by Colin Walters.
6300
c72e7388
AC
63012001-07-04 Andrew Cagney <ac131313@redhat.com>
6302
6303 * gdbint.texinfo (User Interface): Update ui-out documentation to
6304 refelect recent UI/MI updates.
6305
94bbb2c0
AC
63062001-07-04 Andrew Cagney <ac131313@redhat.com>
6307
6308 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6309 interpreters.
6310
af6c57ea
AC
63112001-06-15 Andrew Cagney <ac131313@redhat.com>
6312
6313 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6314 structure and not macros.
6315 (Host Definition): Document that much of this chapter is obsolete.
6316 (Target Architecture Definition): Update list of files that make
6317 up a target architecture.
6318 (Coding): Update.
6319
83aa8bc6
AC
63202001-06-28 Andrew Cagney <ac131313@redhat.com>
6321
6322 * gdbint.texinfo (Target Architecture Definition): Update
6323 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6324 The latter has been changed to a true predicate.
6325
f7dc1244 63262001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6327
6328 * annotate.texi: Add @noindent where needed. From Dmitry
6329 Sivachenko <dima@Chg.RU>.
6330 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6331
656db9b0
AC
63322001-06-16 Andrew Cagney <ac131313@redhat.com>
6333
6334 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6335
df2396a1
AC
63362001-06-14 Andrew Cagney <ac131313@redhat.com>
6337
6338 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6339 returns ``OK''. Document that the ``R'' packet does not reply.
6340
0f1f2b0a
MS
63412001-06-13 Michael Snyder <msnyder@redhat.com>
6342
6343 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6344
f7dc1244 63452001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6346
6347 * gdb.texinfo (Signals): Clarify the default setting of signal
6348 handling.
6349
a5d7c491
AC
63502001-05-14 Andrew Cagney <ac131313@redhat.com>
6351
6352 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6353 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6354
05a54c4f
AC
63552001-05-12 Andrew Cagney <ac131313@redhat.com>
6356
6357 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6358
f7dc1244 63592001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6360
6361 * gdbint.texinfo (Clean Design and Portable Implementation):
6362 Renamed from "Clean Design".
6363 (Clean Design and Portable Implementation): Document portable
6364 methods of handling file names, and the associated macros.
6365
f7dc1244 63662001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6367
6368 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6369 command and provide a cross-reference to its description.
6370 (Symbols): Note that "info scope" is useful for trace experiments.
6371
f7dc1244 63722001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6373
b37052ae
EZ
6374 * gdb.texinfo (Symbols): Document "info scope".
6375 (Tracepoints): New chapter.
6376 (Contributors): Update for v5.1.
6377 <All nodes>: Change "C++" to "C@t{++}".
6378
0ee54786
EZ
6379 * gdbint.texinfo (User Interface): A new section about ui_out
6380 functions, based on text written by Fernando Nasser.
6381
c534679c
EZ
6382 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6383
f7dc1244 63842001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6385
e9c75b65
EZ
6386 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6387
6388 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6389
6390 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6391 Replace "GDB" with "@value{GDBN}". Fix markup.
6392
6393 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6394
3d67e040
EZ
6395 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6396 a cross-reference to its description.
6397 (Symbols): Document "info symbol".
6398
f7dc1244 63992001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6400
6401 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6402 subsection "x86 Watchpoints".
6403 (Target Architecture Definition): Document the macros
6404 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6405 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6406
b0ed3589
AC
64072001-03-20 Andrew Cagney <ac131313@redhat.com>
6408
6409 * gdbint.texinfo (Target Architecture Definition): Update
6410 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6411 list.
6412
b6ba6518
KB
64132001-03-06 Kevin Buettner <kevinb@redhat.com>
6414
6415 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6416 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6417
f7dc1244 64182001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6419
6420 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6421
f7dc1244 64222001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6423
17cc6a06
EZ
6424 * gdb.texinfo (Environment): Document that `path' does not change
6425 the value of PATH in GDB's own environment (it did in the past,
6426 but that was changed on March 15, 1994). Reported by Doug Evans
6427 <dje@transmeta.com>.
6428
56caf160
EZ
6429 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6430 its line. Fix markup of commands and macros. Add an Index node
6431 and index entries.
6432
29e57380
C
64332001-01-23 J.T. Conklin <jtc@redback.com>
6434
6435 * gdb.texinfo (Memory region attributes): New manual section.
6436
1c6147de
ND
64372001-01-04 Nicholas Duffek <nsd@redhat.com>
6438
6439 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6440
f7dc1244 64412000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6442
6443 * refcard.tex: Version and copyright fixed. From Phil Edwards
6444 <pedwards@disaster.jaj.com>.
6445
0dcedd82
AC
6446Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6447
6448 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6449 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6450
3b851bce
AC
6451Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6452
6453 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6454 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6455
f7dc1244 64562000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6457
6458 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6459 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6460
b90a5f51
CF
64612000-11-10 Christopher Faylor <cgf@cygnus.com>
6462
6463 * gdb.texinfo: Document new 'set step-mode' command.
6464
f7dc1244 64652000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6466
6467 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6468 changes from Dmitry Sivachenko <dima@Chg.RU>.
6469
f7dc1244 64702000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6471
6472 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6473 From Steven Johnson <sbjohnson@ozemail.com.au>.
6474
2e685b93
MK
64752000-08-10 Mark Kettenis <kettenis@gnu.org>
6476
6477 * gdbint.texinfo (Overall Structure): Spelling fix.
6478
f7dc1244 64792000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6480
6481 * gdbint.texinfo (Target Architecture Definition): Document that
6482 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6483 for which REGISTER_CONVERTIBLE returns a zero value.
6484
63ac3005
EZ
64852000-07-08 Christopher Faylor <cgf@cygnus.com>
6486
6487 * Makefile.in (install-info): Find files to install in either the
6488 build or source directories (adapted from Makefile.am).
6489
bd79f757
ND
64902000-07-07 Nicholas Duffek <nsd@redhat.com>
6491
6492 * stabs.texinfo: Fix spelling errors.
6493 (String Field): FILE-NUMBER starts from 0, not 1.
6494
f7dc1244 64952000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
6496
6497 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 6498 Brian Youmans.
5f208f6d 6499
f7dc1244 65002000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
6501
6502 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
6503 the source directory. Reported by Mark Harig
6504 <markh@frazier.landmark.com>.
cc542d3b 6505
f3b28801
C
65062000-06-20 J.T. Conklin <jtc@redback.com>
6507
6508 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6509
449f3b6c
AC
6510Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6511
6512 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 6513 Generate using pdftex.
449f3b6c 6514 (PDFTEX): Define.
889bf7c5 6515 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 6516 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 6517 @contents at the start.
449f3b6c 6518
f7dc1244 65192000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
6520
6521 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 6522 Youmans.
48e934c6 6523
9e9c5ae7
AC
6524Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6525
6526 From Brian Youmans:
6527 * gdb.texinfo: Fix ``et al.''.
6528
c741b251
AC
6529Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6530
6531 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 6532 loop.
c741b251 6533
4ab64e14
JG
65342000-05-19 Jimmy Guo <guo@cup.hp.com>
6535
6536 * configure: Regenerate.
6537
f7dc1244 65382000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
6539
6540 * Makefile.in (install-info): Run install-info on installed Info
6541 files.
6542
8c70017b
AC
6543Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6544
a7cb598a 6545 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 6546 Andrew Cagney.
8c70017b 6547
f7dc1244 65482000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
6549
6550 * gdb.texinfo: Proofreading changes from Brian Youmans.
6551
bf0184be
ND
65522000-05-01 Nick Duffek <nsd@cygnus.com>
6553
6554 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6555 startup sequence, minor edits.
6556
f7dc1244 65572000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
6558
6559 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6560 TeX.
6561
6562 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6563 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6564 like `n' and `s' which look weird. Convert some of the @kindex to
6565 @vindex, when they refer to variables, not commands.
6566
33e16fad
AC
6567Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6568
6569 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6570
f7dc1244 65712000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
6572
6573 * Makefile.in (GDBMI_DIR): New variable.
6574 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6575 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6576 (gdbmi.texinfo): New target, for texi2roff.
6577 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6578 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6579
6580 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6581 gdbmi.texinfo.
6582 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6583 comment.
6584
d167840f
EZ
65852000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6586
6587 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 6588 command.
d167840f 6589
f7dc1244 65902000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
6591
6592 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6593 prevents the build (and is generally a Bad Idea).
6594
f7dc1244 65952000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
6596
6597 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6598 a comma inside @var.
6599 (Command Files): Index markup changes from Dmitry Sivachenko
6600 <dima@Chg.RU>.
6601
f7dc1244 66022000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
6603
6604 * Makefile.in (LN_S): Define.
6605 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6606 invoke "ln -s" unless it is known to work.
6607
6608 * configure.in (AC_PROG_LN_S): Add.
6609
8dc7983f
JB
66102000-04-14 Jim Blandy <jimb@redhat.com>
6611
6612 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6613 section.
6614 (Target Conditionals): Document ADDRESS_TO_POINTER,
6615 POINTER_TO_ADDRESS.
6616
1a8237e8
DB
66172000-04-11 Daniel Berlin <dan@cgsoftware.com>
6618
6619 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6620 gdb-cfg.texi to get the value.
6621
ca526f1a
JB
66222000-04-10 Jim Blandy <jimb@redhat.com>
6623
6624 * gdbint.texinfo (Target Architecture Definition): Fix
6625 cross-references.
6626
faaafcb4
JB
66272000-04-08 Jim Blandy <jimb@redhat.com>
6628
6629 * gdbint.texinfo (Using Different Register and Memory Data
6630 Representations): New section.
6631 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
6632 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6633 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 6634
1b27397f
AC
6635Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
6636
6637 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 6638 for acknowledgments.
1b27397f 6639
480ff1fb
AC
6640Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
6641
6642 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 6643 qThreadExtraInfo.
480ff1fb 6644
a9331b3f 66452000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 6646
a9331b3f
RM
6647 * gdb.texinfo: Clarify which remote debug protocol commands are
6648 required and which are optional.
f1251bdd 6649
dbeb8dbd
AC
6650Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
6651
6652 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
6653 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
6654 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
6655 * annotate.texi: Update.
6656
6d2ebf8b
SS
66572000-03-28 Stan Shebs <shebs@apple.com>
6658
6659 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6660 expectation of additional changes before release), update
6661 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6662 node links, rephrase and/or shorten lines to fix formatting
6663 problem in both regular and @smallbook formats.
6664 * annotate.texi: Shorten lines in example, use smallexample
6665 consistently everywhere.
6666 * Makefile.in: Add comment about texinfo 4.0 html generation.
6667 (SFILES_INCLUDED): Add annotate.texi.
6668
5d161b24
DB
66692000-03-27 Daniel Berlin <dan@cgsoftware.com>
6670
5ae4183a
AS
6671 * gdb.texinfo (Debugging Output): Added new section, documenting
6672 the "set/show debug" commands.
5d161b24 6673
b9deaee7
AC
6674Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
6675
6676 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 6677 entry.
b9deaee7
AC
6678
6679 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6680 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 6681 @chapter and @node entries.
a9331b3f 6682
b9deaee7 6683 * gdb.texinfo: Link all top-level nodes.
a9331b3f 6684
9ef47d30
AC
6685Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6686
6687 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 6688 files.
9ef47d30 6689
cfeada60
FN
66902000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6691
6692 From David Whedon <dwhedon@gordian.com>
5ae4183a 6693 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 6694
6837a0a2
DB
66952000-03-22 Daniel Berlin <dan@cgsoftware.com>
6696
6697 * gdb.texinfo: Add documentation for the apropos command.
6698
bba2971c
MS
66992000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6700
6701 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6702
2b628194
MS
67032000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6704
a9331b3f 6705 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
6706 two places.
6707
96a2c332
SS
67082000-03-17 Stan Shebs <shebs@apple.com>
6709
6710 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6711 <dima@Chg.RU>, also clarification of allowed content for
6712 string constants.
6713
f7dc1244 67142000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
6715
6716 * gdb.texinfo (main menu): Add Annotations.
6717 (File Options): Add @cindex entries for each command-line option.
6718 Document --epoch, --annotate, --async, --interpreter, --write,
6719 --statistics, and --version.
6720
6721 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
6722 of GDB.
6723
9d233477
JB
67242000-02-23 Jim Blandy <jimb@redhat.com>
6725
6726 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6727
14e0eb3b
JB
67282000-02-22 Jim Blandy <jimb@redhat.com>
6729
6730 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6731
3555de01
JM
67322000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
6733
6734 * Makefile.in (diststuff): New target.
6735
5e35df8e
KB
67362000-02-15 Kevin Buettner <kevinb@redhat.com>
6737
6738 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 6739 architecture. [From Jim Wilson.]
5e35df8e 6740
c5394b80
JM
67412000-01-16 Tom Tromey <tromey@cygnus.com>
6742
6743 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
6744 (Delete Breaks): Mention range arguments.
6745 (Disabling): Likewise.
6746
c3f6f71d
JM
67472000-01-05 Dmitry Sivachenko <dima@Chg.RU>
6748
6749 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
6750
c4093a6a
JM
6751Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
6752
6753 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 6754 valid functions.
c4093a6a 6755
11cf8741
JM
67561999-11-05 Stan Shebs <shebs@andros.cygnus.com>
6757
6758 * gdb.texinfo: Clarify regular expressions used in rbreak.
6759
917317f4
JM
67601999-10-15 Kevin Buettner <kevinb@cygnus.com>
6761
6762 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
6763 MEMORY_REMOVE_BREAKPOINT): Document.
6764
6765Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
6766
6767 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 6768 offset re-using the DATA offset instead.
917317f4 6769
2df3850c
JM
67701999-10-11 Jim Kingdon <kingdon@redhat.com>
6771
6772 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
6773
67741999-10-05 Stan Shebs <shebs@andros.cygnus.com>
6775
6776 From Dmitry Sivachenko <demon@gpad.ac.ru>:
6777 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
6778 typos.
6779
6780 * gdb.texinfo: Various minor wording and formatting improvements,
6781 mentions of additional command-line options.
6782
2acceee2
JM
67831999-09-30 Fred Fish <fnf@cygnus.com>
6784
6785 * gdb.texinfo: Document additional forms of specifying section
6786 names and addresses for the add-symbol-file command.
6787
c2c6d25f
JM
67881999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
6789
6790 * gdbint.texinfo: Fix typo, add the word "have".
6791
67921999-09-14 Jim Blandy <jimb@cris.red-bean.com>
6793
6794 * gdbint.texinfo (Target Architecture Definition): Document the
6795 SKIP_PERMANENT_BREAKPOINT macro.
6796
d4f3574e
SS
67971999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6798
6799 * gdb.texinfo: Fiks speling errers.
6800
6801 * gdb.texinfo: Fix uses of @multitable.
6802
f7dc1244 6803 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 6804 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 6805 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
6806 comments about using with optimization, add more indexing,
6807 fix info about disassembly-flavor.
6808
6809Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
6810
6811 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
6812 SKIP_SOLIB_RESOLVER): Define.
6813
6814Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
6815
6816 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 6817 ``g'' packets.
d4f3574e 6818
104c1213
JM
68191999-08-30 Stan Shebs <shebs@andros.cygnus.com>
6820
6821 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
6822 platform-specific info, inline remote.texi and move sections of it
6823 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
6824 and register stack into the new chapter.
6825 * remote.texi: Remove, now part of gdb.texinfo.
6826 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
6827
68281999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
6829
6830 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
6831 GDB_TARGET_IS_MACH386): These kludges have gone away.
6832
6833Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
6834
6835 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 6836 TDEPLIBS.
104c1213 6837
53a5351d
JM
68381999-08-20 Stan Shebs <shebs@andros.cygnus.com>
6839
6840 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
6841 surrounding text to fit HP-UX bits into general info.
6842 (HPPA-cfg.texi): Remove, no longer useful.
6843
6844 * gdb.texinfo: Remove explicit links from @node lines, remove
6845 HP-added "Detailed Node Listing" from main menu which confuses
6846 things.
6847
6848 From Dmitry Sivachenko <dima@Chg.RU>:
6849 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 6850 in description of `set environment'.
53a5351d
JM
6851
68521999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6853
6854 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
6855
7be570e7
JM
68561999-08-12 Ben Elliston <bje@cygnus.com>
6857
6858 * gdbint.texinfo (Breakpoint Handling): Add missing words.
6859
f7dc1244 68601999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
6861
6862 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
6863 watch, awatch, and rwatch. Explain why the latter two cannot be
6864 set as software watchpoints. Document that watchpoints for local
6865 variables are deleted when the debuggee terminates.
7be570e7
JM
6866
6867Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
6868
6869 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
6870 packet. Allow E.. response packet. "qRcmd" packet is no longer
6871 reserved.
7be570e7
JM
6872
68731999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6874
a9331b3f
RM
6875 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
6876 * gdb.texinfo: Ditto.
7be570e7 6877
96baa820
JM
68781999-08-06 Tom Tromey <tromey@cygnus.com>
6879
6880 * gdb.texinfo (KOD): New node.
6881
6882Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
6883
6884 * remote.texi (Rcmd): Fix minor formatting typos.
6885
6886Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
6887
6888 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 6889 packets.
96baa820 6890
adf40b2e
JM
68911999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
6892
6893 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
6894 fixes.
6895
43ff13b4
JM
6896Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
6897
6898 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
6899
085dd6e6
JM
6900Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
6901
6902 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
6903 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
6904 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
6905 packets that are not supported on all hosts. Expand examples.
6906 Spell check.
085dd6e6
JM
6907
69081999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
6909
6910 * Makefile.in: Recognize html, install-html. Add targets
6911 to build HTML versions of documentation via texi2html.
6912
6913Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
6914
6915 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 6916 testsuite.
085dd6e6
JM
6917
6918Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
6919
6920 * remote.texi (Communication Protocol): Rewrite.
6921
6922Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
6923
6924 * stabs.texinfo: Fix uses of xref.
6925
9e0b60a8
JM
6926Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
6927
6928 * gdbint.texinfo: Add an anti-printf exhortation, and update the
6929 info about patch submission.
6930
cce74817
JM
6931Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
6932
6933 From Per Bothner <bothner@cygnus.com>:
6934 * gdb.texinfo: Document Chill support.
6935
6936Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
6937
6938 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
6939 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
6940 Document that the value should be greater-than or equal-to zero.
6941 (NO_STD_REGS): Document. Deprecate.
cce74817 6942
ac9a91a7
JM
6943Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6944
6945 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 6946 Document that these are not used.
ac9a91a7
JM
6947
6948Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6949
6950 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
6951
392a587b
JM
6952Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
6953
6954 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 6955 numargs was dropped.
392a587b
JM
6956
6957Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
6958
6959 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
6960
b83266a0
SS
6961Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
6962
6963 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 6964 Update.
b83266a0 6965
7a292a7a
SS
6966Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
6967
6968 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
6969 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
6970
6971Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
6972
6973 * gdbint.texinfo: Fix typos: $ -> @.
6974
6975Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
6976
6977 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
6978 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
6979 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
6980 BREAKPOINT_FROM_PC.
a9331b3f 6981
7a292a7a
SS
6982Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
6983
6984 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 6985 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
6986
6987Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6988
6989 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 6990 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
6991
69921999-04-02 Stan Shebs <shebs@andros.cygnus.com>
6993
6994 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
6995 longer exists.
6996
6997Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
6998
6999 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7000 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7001 they make the manual source incomprehensible.
7a292a7a
SS
7002 * h8-cfg.texi: Remove, hasn't been used in years.
7003
c906108c
SS
7004Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7005
7006 * gdb.texinfo: Update the credits.
7007
7008Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7009
7010 * gdb.texinfo: Fix mistakes noticed in printout of last
7011 draft, add Alpha to discussion of heuristic fence post.
7012
7013Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7014
7015 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7016 Edition, merge some HP changes into mainline, describe some
7017 previously undocumented features, describe more of the target
7018 commands available, eliminate obsolete section on renamed
7019 commands.
c906108c
SS
7020 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7021
7022Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7023
7024 * gdb.texinfo: Make many HPPA conditionals unconditional,
7025 including catchpoint description, since now on for all configs.
7026 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7027 specializations.
7028
7029Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7030
7031 * Makefile.in (GDBvn.texi): Fix match expression to work with
7032 current format of VERSION in gdb/Makefile.in.
7033 * gdb.texinfo: Fix node ref to match new readline.
7034
7035Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7036
a9331b3f
RM
7037 * gdb.texinfo: Changes made as part of a project to merge in
7038 changes made by HP. Documentation makes extensive use of
c906108c
SS
7039 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7040 on remote debugging. There are differences in documentation
889bf7c5 7041 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7042 the HP manual discusses catchpoints, hardware watchpoints, and
7043 some HPUX specific limitations for shared library support.
a9331b3f 7044
c906108c
SS
7045 There are also a number of @node changes.
7046
70471999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7048
7049 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7050 (C Usage): Same.
7051
7052Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7053
7054 The following changes were made by Edith Epstein
889bf7c5
PA
7055 <eepstein@cygnus.com> as part of a project to merge in changes
7056 made by HP.
a9331b3f 7057
c906108c
SS
7058 * HPPA-cfg.texi: new file.
7059
7060 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7061
7062 * refcard.tex: change documentation about catch.
7063 removed info catch.
7064
7065Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7066
7067 * gdbint.texinfo: Expand on GDB's coding standards,
7068 specify the use of arg names with prototypes.
7069
70701998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7071
7072 * gdb.texinfo: Fix tipo.
7073
7074Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7075
7076 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7077 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7078
7079Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7080
7081 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7082
70831998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7084
7085 * agentexpr.texi: New file.
7086
7087Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7088
7089 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7090
70911998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7092
7093 * remote.texi: Changed wording that implied that the GDB remote
7094 protocol caches register values instead of GDB itself.
7095
7096Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7097
7098 * gdbint.texinfo: Add some info about symbol readers.
7099 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7100 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7101 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7102 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7103
7104Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7105
a9331b3f 7106 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7107
7108Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7109
7110 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7111
7112Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7113
7114 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7115 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7116
7117Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7118
7119 * gdbint.texinfo: Fix minor typos.
7120
7121Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7122
7123 * gdbint.texinfo: Complete overhaul. Group descriptions more
7124 logically, add more info on generic algorithms, remove much
7125 obsolete and/or wrong material.
7126
7127Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7128
7129 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7130
7131Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7132
7133 * refcard.tex: Copyright, address updates.
7134
7135Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7136
7137 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7138 for the edition instead of confusing GDB-version-like numbers.
7139
7140Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7141
7142 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7143
7144Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7145
5ae4183a 7146 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7147
7148Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7149
7150 * gdb.texinfo: Add some credits, mention bug monitor.
7151 * remote.texi: Mention mips monitor targets.
7152 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7153
c906108c
SS
7154Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7155
7156 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7157 files, finish sorting of host vs target vs native macros, describe
7158 some more of them.
c906108c
SS
7159
7160Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7161
7162 * gdbint.texinfo (Host Conditionals): Document change from
7163 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7164
7165Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7166
7167 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7168 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7169
7170Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7171
7172 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7173 Document LSEEK_NOT_LINEAR.
7174
7175Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7176
7177 * stabs.texinfo (Stab Section Basics): Make it clear that only
7178 some versions of the GNU linker remove the leading N_UNDF symbol.
7179
7180Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7181
7182 * stabs.texinfo (String Field): Document type number pairs here,
7183 instead of in the Sun specific section.
7184 (Include Files): The GNU linker supports the N_BINCL
7185 optimization. Clarify the N_BINCL value, and what it is used
7186 for.
7187 (Procedures): Document N_FUN with an empty string to mark the end
7188 of a function.
7189 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7190 (Sun Differences): Remove this node, as the information is now
7191 elsewhere in the main document.
7192 (Stab Section Basics): Mention that the GNU linker may optimize
7193 stabs and remove the leading N_UNDF symbol.
7194
7195Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7196
7197 * gdb.texinfo, refcard.tex: Restore author credit
7198
7199Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7200
7201 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7202 documentation to account for START and END macros taking
7203 one arg.
7204
7205Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7206
7207 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7208 * gdb.texinfo (Frames): Fix typo.
7209
7210Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7211
7212 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7213 a target_signal as arg type, not a pid.
7214
7215Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7216
7217 * gdb.texinfo: Document `set assembly-language'.
7218
7219Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7220
7221 * remote.texi: Update list of stubs in the GDB distribution.
7222
7223Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7224
7225 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7226 Also document that some systems can use mmalloc but must define
7227 this if their C runtime allocates memory that is later freed.
c906108c 7228 (MMCHECK_FORCE): Document new macro.
a9331b3f 7229
c906108c
SS
7230Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7231
7232 * remote.texi: Add documentation for target Sparclet.
7233
7234Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7235
a9331b3f 7236 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7237 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7238 * configure.in: Rewritten for autoconf.
7239 * configure: New.
7240
7241Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7242
7243 * Makefile.in (DVIPS): New define, set to dvips.
7244 (dvi): Add stabs.dvi.
7245 (ps): New target.
7246 (all-doc): Depend on info, dvi, and ps targets.
7247 (STAGESTUFF): Add *.ps and *.dvi files.
7248 (clean-info, clean-dvi): Remove.
7249 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7250 rules completely rewritten.
7251 (maintainer-clean): Remove clean-info and clean-dvi
7252 dependencies and put their actions in the rules.
7253 (gdb.ps): New target
a9331b3f 7254 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7255 intermediate TeX files, whether they have 2 or 3 character
7256 extensions.
7257 (gdbint.ps): Add target and rules.
7258 (gdb-internals): Delete unused target.
7259 (Makefile): Depends upon config.status also.
7260
7261Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7262
7263 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7264 set.
7265
7266Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7267
7268 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7269 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7270
7271Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7272
7273 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7274
7275Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7276
7277 * gdb.texinfo (Print settings): Document
7278 `set/show print static-members' commands.
7279
7280Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7281
7282 * gdbint.texinfo (Native): Document name change, coredep.c to
7283 core-aout.c.
7284
7285Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7286
7287 * stabs.texinfo (Include Files): Document the values the SunOS4
7288 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7289
7290Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7291
7292 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7293 Fix typo.
7294
7295Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7296
7297 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7298 "gdb.tar.Z".
7299
7300Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7301
7302 * Makefile.in (maintainer-clean): New target, synonym for
7303 realclean.
7304
7305Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7306
7307 * Update all FSF addresses except those in COPYING* files.
7308
7309Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7310
7311 From Richard Earnshaw (rearnsha@armltd.co.uk):
7312 * gdb.texinfo (convenience variables): Document $_exitcode.
7313 (quit): Document optional expression to use as exit code.
7314
7315Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7316
7317 * gdb.texinfo, remote.texi: Brought up to date with various
7318 GDB changes.
7319
7320Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7321
7322 * gdb.texinfo: Update dates and versions, fix comments about
7323 hardware watchpoints in future releases and about the
7324 sharedlibrary command.
7325
7326Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7327
7328 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7329 C_FUN stab. Other cleanups.
7330
7331Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7332
7333 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7334 for the sparc stub.
7335
7336Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7337
7338 * annotate.texi: Clarify which addresses have differing formats
7339 depending on the language and which do not.
7340
7341Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7342
7343 * remote.texi (NetWare): Changed example to use BOARD= instead of
7344 NODE= argument to reflect correspoding change to gdbserve.nlm.
7345
7346Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7347
7348 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7349 GDB, as well as AIX dbx, supports the size type attribute.
7350
7351Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7352
7353 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7354
7355Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7356
7357 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7358 and new 'if' and 'while' commands.
7359
7360Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7361
7362 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7363
7364Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7365
7366 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7367 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7368 NetWare targets. Mostly stolen from the Server node.
7369
7370Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7371
7372 * gdb.texinfo (Setting): Talk about the language of a source file
7373 versus the working language. The old documentation did not match
7374 what GDB did.
7375
7376Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7377
7378 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7379 of a source file.
7380
7381Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7382
7383 * gdb.texinfo (Processes): New node.
7384
7385Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7386
7387 * remote.texi: Update documentation of set/show mipsfpu.
7388
3fc11d3e
JM
7389Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7390
7391 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7392 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7393
7394Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7395
7396 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7397 obsolete conditionals, described some others.
7398
7399Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7400
7401 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7402 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7403
7404Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7405
7406 * gdbint.texinfo: Put regex conditionals in their own table.
7407
7408Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7409
7410 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7411 described or fixed the descriptions of many others.
7412
7413Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7414
7415 * gdb.texinfo: Add some more credits.
7416 * gdbint.texinfo: Capitalize GDB consistently, describe some
7417 macros and remove some.
7418
7419Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7420
7421 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7422 obsolete conditionals, described some others.
7423
7424Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7425
7426 * gdb.texinfo (help targets): Changed to `help target', which
7427 is the correct gdb command.
7428
7429Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7430
7431 * annotate.texi (TODO): New node, for keeping track of annotations
7432 suggested but not yet implemented.
7433
7434Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7435
7436 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7437 another symbol, it is not the address itself.
7438
7439Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7440
7441 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7442 of stabs-in-coff sections.
7443
7444Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7445
7446 * annotate.texi: Change edition to 0.5 and date to May 1994.
7447 Add index.
7448 (Frames): New node, for frame annotation.
7449 (Displays): New node, for display annotation.
7450
7451 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7452 when waiting for your program to stop.
7453
7454Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7455
7456 * annotate.texi (Breakpoint Info): Document annotation of header
7457 fields and record annotation.
7458
7459Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7460
7461 * annotate.texi: New file, to document annotations.
7462
7463Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7464
7465 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7466 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7467
7468Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7469
7470 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7471 section, and say n_strx field is compilation unit relative.
7472 * stabs.texinfo: Don't use @code for a.out when it is the name of
7473 an object file format.
7474
7475Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7476
7477 * gdb.texinfo: Refer to file names, not path names, per rms
7478 convention.
7479 (Arguments): Fix typo.
7480
7481Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7482
7483 * stabs.texinfo (Global Variables): Talk about stabs in files
7484 where variables are referenced, but not defined.
7485
7486Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7487
7488 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7489 Cplusplus to new nodes Member Type Descriptor and Method Type
7490 Descriptor. Re-write stuff for #.
7491
7492Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7493
7494 * gdb.texinfo (Print Settings): Don't document "set print
7495 fast-symbolic-addr off". The bug which it worked around was fixed
7496 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7497
7498 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7499 N_ENTRY node.
7500
7501 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7502
7503Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7504
7505 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7506 references to ieee-float.c.
7507
7508Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7509
7510 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7511 match what the code actually does.
7512
7513Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7514
7515 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7516
7517Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7518
7519 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7520 i, and b.
7521
7522Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7523
7524 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7525 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7526 as "stabs in sections" rather than just saying "ELF and SOM".
7527 Also make that stuff apply to COFF.
7528
7529Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7530
7531 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7532 Ghostscript.
7533
7534Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7535
7536 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7537 versus functions without line numbers, also mention stepping into
7538 them as well as "step" when you are in them. Tell the user how to
7539 deal with the situation. Add comment about "debugging information".
7540
7541Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7542
7543 * stabs.texinfo (Enumerations): Document restriction on where
7544 enumeration types can appear and still win with GDB.
7545
7546Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7547
7548 * stabs.texinfo (Negative Type Numbers): Document format for type
7549 -16.
7550
7551Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7552
7553 * gdb.texinfo (Selection, Frame Info): Update information about
7554 arbitrary frame specficiations.
7555
7556Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
7557
7558 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7559
7560Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7561
7562 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7563
7564Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7565
7566 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7567
7568Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7569
7570 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7571 Differences node to Statics node.
7572 (Statics): Discuss XCOFF use of V symbol descriptor.
7573
7574 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7575 not clean.
7576
7577Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7578
7579 * gdb.texinfo (Print Settings): Document `set print
7580 fast-symbolic-addr' and improve the doc for some other
7581 `set print's.
7582
7583Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7584
7585 * stabs.texinfo (String Field): Talk about defining several type
7586 numbers at once.
7587 Fix lint regarding changing node ELF Transformations to
7588 ELF and SOM Transformations.
7589
7590Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7591
7592 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7593
7594Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7595
7596 * stabs.texinfo (Cross-References): `::' is for nested types only
7597 within <>.
7598 (Structures): Document static members.
7599
7600Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7601
7602 * stabs.texinfo: Document S type attribute.
7603
7604Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7605
7606 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7607
7608Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
7609
7610 * gdbint.texinfo: Fix a few typos.
7611
7612Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7613
7614 * gdb.texinfo, remote.texi: formatting improvements
7615
7616 * gdb.texinfo (New Features): mention threads.
7617 (Summary, C): fix xrefs in newly contributed text.
7618 (Threads): index entries, clarifications, example
7619 (passim): minor typos fixed, phrasing improvements
7620
7621 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7622 entries; (Server): explain use of gdbserver w/real-time systems,
7623 add example of conflicting TCP port; (MIPS Remote) break up
7624 running text into table, highlighting commands, and add example.
a9331b3f 7625
c906108c
SS
7626Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7627
7628 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7629
7630Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7631
7632 * stabs.texinfo (Nested Symbols): New node.
7633 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7634
7635Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7636
7637 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7638 to picking which Bbss.bss symbol to use, and (because there seems to
7639 be no good way of doing it) re-write some of the text to make it
7640 sound like Bbss.bss isn't such a great idea after all (as currently
7641 designed).
7642
7643 * gdb.texinfo (C): In addition to saying people have to use g++ for
7644 good results, say they have to use stabs. Specifically say cfront
7645 doesn't work well.
7646 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7647 the gdb README. Add xrefs to places where the support for the various
7648 languages is described in detail.
7649
7650Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7651
7652 * stabs.texinfo: Clean up stuff about visibility and virtual
7653 characters.
7654
7655 * stabs.texinfo (N_M2C): Cite Sun doc.
7656
7657Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7658
7659 * gdb.texinfo: updates re threads.
7660 * remote.texinfo: avoid index entries starting with digits.
7661
7662Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7663
7664 * stabs.texinfo (Enumerations): Talk about large, negative and
7665 octal values. Clean up cross reference to type attributes.
7666 (String Field): Say that GDB 4.11 supports size attribute.
7667
7668Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7669
7670 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7671 is a mandatory step. Make the stuff about that more concise.
7672
7673Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7674
7675 * stabs.texinfo (Class Names): New node.
7676
7677 * gdb.texinfo (Command Files): Explain order of init file reading.
7678
7679 * remote.texi (Bootstrapping): Talk about getting the serial driver
7680 to deal with ^C sent by gdb to stop the remote system.
7681
7682Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
7683
7684 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7685
7686 * libgdb.texinfo (Defining Commands): made the DOC arg
7687 to gdb_define_app_command a char * instead of char **
7688 per a suggestion from kingdon.
7689
7690 * libgdb.texinfo: total rewrite from a different starting
7691 premise.
7692
7693Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7694
7695 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7696 floats passed as doubles (to improve clarity).
7697
7698Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7699
7700 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7701
7702 * a4rc.sed: update to work with Andreas Vogel papersize params
7703
7704 * refcard.tex: use Andreas Vogel simplifications of papersize
7705 params; remove useless version info; update copyright date.
7706
7707Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7708
7709 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7710
7711Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7712
7713 * gdb.texinfo (Files): Say what address the load command loads it at.
7714
7715 * stabs.texinfo (Common Blocks): Minor cleanups.
7716
7717 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7718 that Sun has backed away from the linker kludge and thus the relevant
7719 issue is changes to the SunPRO tools, not the Solaris linker.
7720
7721 * stabs.texinfo (Traditional Integer Types): Clean up description
7722 of octal bounds a little bit. Document extra leading zeroes.
7723
7724Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7725
7726 * gdb.texinfo (Signaling): Update for symbolic symbol names
7727 and add a section explaining the difference between the GDB
7728 signal command and the shell kill utility.
7729
7730Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
7731
7732 * libgdb.texinfo: added `@' to braces that were unescaped.
7733
7734Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
7735
7736 * libgdb.texinfo: new file. Spec for the gdb library.
7737
7738Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7739
7740 * stabs.texinfo (Include Files): Fix typo (start -> end).
7741
7742Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7743
7744 * gdb.texinfo, remote.texi: assorted small improvements, mostly
7745 from Melissa at FSF's editing pass.
7746
7747Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7748
7749 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
7750 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
7751 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
7752
7753Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7754
7755 * remote.texi (Bootstrapping): Discuss 386 call gates.
7756
7757Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7758
7759 * stabs.texinfo (Based Variables): New node.
7760
7761Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
7762
7763 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
7764 names, sizes, and formats to suggest how not to lose.
7765
7766Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7767
7768 * stabs.texinfo (Methods): Fix typo.
7769
7770Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7771
7772 * gdb.texinfo: Fix a few typos.
7773
7774Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7775
7776 * gdb.texinfo: Clarify how well it works with Fortran.
7777
7778 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
7779 More on relocating stabs in ELF files.
7780
7781Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7782
7783 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
7784
7785Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7786
7787 * stabs.texinfo (Local Variable Parameters): Talk about nameless
7788 parameters on VAX.
7789
7790Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7791
7792 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
7793
7794Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7795
7796 * stabs.texinfo: Make info author notice match the TeX author notice.
7797
7798Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7799
7800 * stabs.texinfo: Initial-caps all words in node names and
7801 non-trivial words in section names.
7802
7803Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7804
7805 * stabs.texinfo: Many minor cleanups.
7806
7807 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
7808
7809Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
7810
7811 * stabs.texinfo: Remove full description of big example.
7812 It's not really helpful; just use pieces of it where appropriate.
7813 Add more Texinfo formatting directives (@samp, etc.).
7814 Use @deffn to define stab types.
7815 Eliminate some wordiness. Break up some nodes.
7816 Add an (alphabetized) index of symbol types.
7817 Use consistent capitalization style in node and section names.
7818
7819Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
7820
7821 * gdb.texinfo: Change typo "Two two" to "The two".
7822
7823Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7824
7825 * stabs.texinfo (XCOFF-differences): Remove references to
7826 non-existent types N_DECL and N_RPSYM.
7827
7828 * stabs.texinfo (String Field): Say that type attributes bug is
7829 fixed in GDB 4.10, since it is.
7830
7831 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
7832
7833Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
7834
7835 * stabs.texinfo: Formatting cleanups.
7836
7837Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7838
7839 * stabs.texinfo: When explaining the n_type of a stab, standardize
7840 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
7841 no tabs, use @r).
7842 (Global Variables): Clean up.
7843
7844Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7845
7846 * stabs.texinfo (Stack Variables): Re-write.
7847
7848Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7849
7850 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
7851 addresses of a source file. Also revise formatting.
7852 Change "object module" or "object file" to "source file".
7853 Various: Miscellaneous cleanups.
7854
7855Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7856
7857 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
7858
7859Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
7860
7861 * gdbint.texinfo: Removed many nonsensical machine-collected
7862 host and target conditionals, described some of the remainder.
7863
7864Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7865
7866 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
7867
7868 * gdbint.texinfo (Top): Add name to @top line, and re-write the
7869 paragraph which follows.
7870
7871 * gdbint.texinfo (Host): Use @code not @samp for Makefile
7872 variables. Looks better and avoids overful hbox.
7873
7874Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7875
7876 * stabs.texinfo (Procedures): Improve stuff on nested functions.
7877
7878Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7879
7880 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
7881 retransmit-timeout
7882
7883Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7884
7885 * gdbint.texinfo: Update statement about `some ancient Unix
7886 systems, like Ultrix 4.0' to Ultrix 4.2.
7887
7888Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
7889
7890 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
7891
7892 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
7893
7894 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
7895 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
7896
7897 * remote.texi: new name for former gdbinv-s.texi
7898
7899 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
7900
7901Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
7902
7903 * gdbinv-s.texi: Documented timeout and retransmit-timeout
7904 variables for MIPS remote debugging protocol.
7905
7906Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7907
7908 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
7909
7910Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
7911
7912 * Makefile.in (refcard.dvi): Use srcdir where necessary.
7913
7914Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
7915
7916 * gdb.texinfo: repair conditional bugs in text markup
7917
7918Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7919
7920 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
7921 to select Modula-2 material.
7922
7923Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7924
7925 * stabs.texinfo: Cleanups regarding statics.
7926
7927 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
7928 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
7929
7930Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7931
7932 * stabs.texinfo: N_MAIN is sometimes used for C.
7933
7934Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7935
7936 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
7937
7938Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
7939
7940 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 7941 removed from the code by Kingdon.
c906108c
SS
7942
7943Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7944
7945 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
7946 input when evaluating breakpoint conditions; the bug has been fixed.
7947
7948 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
7949 sets the ignore count to N-1, not to N.
7950
7951Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7952
7953 * refcard.tex (\hoffset): correct longstanding error to match
7954 intended offset; avoids cutting off edge on some printers
7955
7956Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7957
7958 * stabs.texinfo (Parameters): Say that order of stabs is significant.
7959
7960Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7961
7962 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
7963
7964Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7965
7966 * Makefile.in: (REFEDITS) new var to control whether PS or CM
7967 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
7968 collect sed edits if any, apply to refcard before formatting;
7969 (refcard.ps) stop implying PS fonts if PS output requested;
7970 (lrefcard.ps) delete extra target for variant PS fonts
7971
7972 * refcard.tex: parametrize papersize dependent info, collect
7973 in easily replaced spot
7974
7975 * a4rc.sed: new file, edits to refcard for A4 paper
7976
7977Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7978
7979 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
7980
7981Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7982
7983 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
7984
7985Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7986
7987 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
7988 politely rather than rudely.
7989
7990Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7991
7992 * stabs.texinfo: Document common blocks.
7993
7994Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
7995
7996 * stabs.texinfo: Add some basic info about stabs-in-elf.
7997
7998Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7999
8000 * stabs.texinfo (Top): Minor cleanup.
8001
8002Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8003
8004 * Makefile.in (install-info): remove parentdir support
8005
8006Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8007
8008 * gdb.texinfo (Copying): delete this node and references to it;
8009 RMS says this manual need not carry GPL. (passim): Improvements
8010 from last round at FSF, largely due to Ian Taylor review, and
8011 minor formatting improvements.
8012
8013 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8014 largely due to Ian Taylor review. (Debug Session): minor edits to
8015 new text.
8016
8017Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8018
8019 * Makefile.in (realclean): Remove info and dvi files too.
8020
8021Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8022
8023 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8024 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8025 * gdb.texinfo: Change accordingly.
8026
8027 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8028 N_{L,R}BRAC,N_SLINE are relative to.
8029
8030Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8031
8032 * Makefile.in (GDBvn.texi): Update atomically.
8033
8034Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8035
8036 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8037
8038Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8039
8040 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8041 addresses together. Also motivate the set print symbol-filename
8042 command and suggest other solutions.
8043
8044Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8045
8046 * gdb.texinfo (set print elements): Note that the number of
8047 elements is set to unlimited by "set print elements 0".
8048
8049Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8050
8051 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8052 NF_LDOUBLE means.
8053 (Stab Types): Include Solaris stab types.
8054 (Procedures): Document Solaris extensions.
8055
8056Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8057
8058 * gdb.texinfo: Add `set print symbol-filename' doc.
8059
8060Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8061
8062 * stabs.texinfo (Arrays): Talk about type definition vs. type
8063 information.
8064
8065 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8066 the trailing semicolon.
8067
8068Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8069
8070 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8071 and merge in other parts of the document addressing these subjects.
8072 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8073
8074 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8075 at the end of a range type.
8076
8077 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8078 AIX extensions.
8079
8080Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8081
8082 * stabs.texinfo (Stabs Format): Misc fixes.
8083
8084Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8085
8086 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8087 (Traditional builtin types): Document convex convention for long long.
8088 (Negative builtin types): Discuss type names, and misc fixes.
8089
8090Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8091
8092 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8093 point types used with @samp{R} type descriptor.
8094 (Symbol Descriptors): Describe how to handle conflict between
8095 different meanings of @samp{P} symbol descriptor.
8096
8097Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8098
8099 * stabs.texinfo: Remove node Quick Reference and put its children
8100 directly under the main menu.
8101
8102 * stabs.texinfo: Many more changes to bring it into line with
8103 AIX documentation and reality. I think it now has all the
8104 information from the AIX documentation, except that I burned
8105 out when I got to variant records (Pascal and Modula-2) and
8106 all the COBOL types. Oh well, we can add them later when we're
8107 worrying more about those languages.
8108
8109 * stabs.texinfo (Automatic variables): Talk about what it means
8110 to omit the symbol descriptor.
8111
8112Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8113
8114 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8115 gcc2 behavior with promoted args.
8116
8117Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8118
8119 * gdb.texinfo: include readline appendices in info version of manual
8120
8121Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8122
8123 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8124 target remote.
8125
8126 * gdb.texinfo (Machine Code): more index entries for disassemble
8127
8128Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8129
8130 * Clarify the intended use of the gdb-testers and gdb-patches
8131 mailing lists, and shrink gzip comment.
8132
8133Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8134
8135 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8136 DOSHOST configuration of manual.
8137
8138 * gdb.texinfo (MIPS Stack): new node.
8139
8140 * all-config.texi (MIPS) new switch.
8141
8142 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8143 tense; (MIPS Remote) new node.
8144
8145 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8146 bug; (Environment) less passive, other small cleanups in text about
8147 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8148 (Remote) new MIPS Remote menu entry.
8149
8150Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8151
8152 * stabs.texinfo: Many changes to include information from the
8153 AIX documentation.
8154
8155 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8156
8157Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8158
8159 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8160 Move a bunch of information from ../README.
8161 (Getting Started): New node.
8162
8163Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8164
8165 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8166
8167 * gdb.texinfo: advance manual revision dates to present
8168
8169 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8170 stop using silly Roman numerals in @set variable names
8171
8172Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8173
8174 * stabs.texinfo (Parameters): Keep trying to get this right.
8175
8176Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8177
8178 * stabs.texinfo (Parameters): More on "local parameters".
8179
8180Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8181
8182 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8183
8184Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8185
8186 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8187 (Parameters): Rewrite.
8188 (xcoff-differences, Sun-differences): Minor changes.
8189
8190Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8191
8192 * stabs.texinfo: Minor cleanup.
8193
8194Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8195
8196 * gdbint.texinfo: Minor xcoff stuff.
8197
8198Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8199
8200 * gdbint.texinfo: Update for new config directory structure.
8201 Add info about internal type data structures.
8202
8203Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8204
8205 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8206 $(srcdir).
8207 (gdb-config.texi): Depend on file in $(srcdir).
8208
8209Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8210
8211 * stabs.texinfo: Fixes about N_SO.
8212
8213Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8214
8215 * gdb.texinfo: include list of nonstandard init file names
8216
8217 * *-config.texi: new switch GENERIC for text that applies *only*
8218 to (usual) multiple-target version of manual
8219
8220 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8221 h8 config
8222
8223 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8224 in menus (rather than conditionally selected multiple alternative
8225 menus).
8226
8227 * Makefile.in: define and use DOC_CONFIG var to select
8228 configuration for GDB user manual.
8229
8230 * gdb-config.texi: delete from repository, generate from Makefile.
8231
8232 * all-config.texi: normal `generic' configuration file, formerly
8233 stored as gdb-config.texi
8234
8235Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8236
8237 * Makefile.in: add dvi target to build all .dvi files
8238
8239Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8240
8241 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8242
8243Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8244
8245 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8246 host conditionals.
8247 * stabs.texinfo: More array fixes inspired by Jim's.
8248
8249Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8250
8251 * stabs.texinfo: Fixes re arrays and continuations.
8252
8253 * gdbint.texinfo: Add XCOFF node.
8254
8255Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8256
8257 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8258
8259Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8260
8261 * stabs.texinfo: Fix for array types to mention lower bounds.
8262
8263Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8264
8265 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8266
8267Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8268
8269 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8270
8271Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8272
8273 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8274 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8275
8276Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8277
8278 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8279
8280Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8281
8282 * gdb.texinfo, gdbinv-s.texi: misc updates
8283
8284Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8285
8286 * gdbint.texinfo: Brief documentation for longjmp support,
8287 from an email msg by Stu.
8288
8289Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8290
8291 * stabs.texinfo: Fix description of floating point "range"
8292 types (which really define basic types). Reported by Jim Meehan,
8293 <meehan@src.dec.com>.
8294
8295 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8296
8297Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8298
8299 * gdbint.texinfo: Slightly expand section on supporting a new
8300 object file format.
8301
8302Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8303
8304 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8305 intermediate file.
8306
8307Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8308
8309 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8310
8311Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8312
8313 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8314
8315 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8316 as well as Z8002.
8317
8318Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8319
8320 * gdbint.texinfo: Add sections on clean design and on how to send
8321 in changes.
8322
8323Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8324
8325 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8326
8327Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8328
8329 * gdb.texinfo: Fix typo, reported by Karl Berry.
8330
8331Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8332
8333 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8334
8335Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8336
8337 * gdbint.texinfo: fixed a stray email address (needs @@),
8338 added @table @code to node "Native Conditionals"
8339
8340Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8341
8342 * gdbint.texinfo: Describe coding style of GDB.
8343
8344Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8345
8346 * stabs.texinfo: Minor wording changes.
8347
8348Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8349
8350 * gdbint.texinfo: Improve release doc slightly.
8351
8352Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8353
8354 * gdbint.texinfo: Improve doc of GDB config macros.
8355
8356Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8357
8358 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8359 These will be reinserted when examined.
8360
8361Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8362
8363 * gdbint.texinfo: Make a start at documenting all the #if macros
8364 in GDB. At least list them all, and start separating them into
8365 host-specific and target-specific.
8366
8367Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8368
8369 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8370 examples (not consistent w others).
c906108c
SS
8371 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8372 for generic vn of doc
8373
8374Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8375
8376 * Makefile.in: always create installation directories.
8377
8378Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8379
8380 * gdb.texinfo: in h8 config, do not describe searching commands.
8381
8382Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8383
8384 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8385 conditionals; introduce a few generic switches that may be
8386 useful for other cross-dev or dos-hosted configs.
8387
8388 * gdb.texinfo: fix typo in "info reg" description
8389
8390Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8391
8392 * stabs.texinfo: Minor updates from running TeX over it.
8393 * Makefile.in (stabs.dvi, stabs.ps): Add.
8394
8395Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8396
8397 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8398 First pass at converting it to texinfo.
8399
8400Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8401
8402 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8403 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8404
8405Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8406
8407 * gdbint.texinfo: Add section on partial symbol tables.
8408
8409Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8410
8411 * gdb.texinfo: document `set remotedebug' and `set
8412 rstack_high_address'.
8413
8414Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8415
8416 * gdb.texinfo: slight expansion of new text on reading info files
8417 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8418 H8/300 from DOS.
8419
8420Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8421
8422 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8423
8424Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8425
8426 * gdb.texinfo: Say how to read the `info' files.
8427
8428Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8429
8430 * Makefile.in: gm4 -> m4.
8431
8432Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8433
8434 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8435 Documentation' ahead of `Installing GDB' to match README.
8436 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8437 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8438
8439Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8440
8441 * Makefile.in: remove $(srcdir) from gdb.info rule.
8442
8443Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8444
8445 * Makefile.in: commented out gdb-all.texinfo rule. This is
8446 temporary.
8447
8448Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8449
8450 * Makefile.in, configure.in: removed traces of namesubdir,
8451 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8452 copyrights to '92, changed some from Cygnus to FSF.
8453
8454Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8455
8456 * gdb.texinfo: Improve how we ask for bug reports.
8457
8458Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8459
8460 * Makefile.in: infodir belongs in datadir.
8461
8462Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8463
8464 * Makefile.in: remove spaces following hyphens, bsd make can't
8465 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8466 standards.text support.
c906108c
SS
8467
8468Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8469
8470 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8471 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8472 and mandir now keyed off datadir by default.
8473
8474\f
8475Local Variables:
9e9c5ae7 8476mode: change-log
c906108c
SS
8477left-margin: 8
8478fill-column: 74
8479version-control: never
8480End:
This page took 1.318896 seconds and 4 git commands to generate.