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