gdb/
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
af2c1515
JK
12012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4 for 'set auto-load safe-path' optional. Mention if it is omitted.
5 Change disabling security protection condition to "/", twice.
6
a20ee7a4
SCR
72012-05-03 Siva Chandra Reddy <sivachandra@google.com>
8
9 * gdb.texinfo (Symbol Tables In Python): Add documentation about
10 the new methods global_block and static_block on gdb.Symtab
11 objects.
12
56af09aa
SCR
132012-05-02 Siva Chandra Reddy <sivachandra@google.com>
14
15 * gdb.texinfo (Blocks In Python): Add a note saying that future
16 improvements to GDB and its infrastructure can move symbols
17 across blocks within a symbol table.
18
2746b0ef
YQ
192012-04-29 Yao Qi <yao@codesourcery.com>
20
21 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
22 (A29K): Remove.
23
62e5f89c
SDJ
242012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
25 Tom Tromey <tromey@redhat.com>
26
27 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
28 and generic static probe support on GDB.
29
a766d390
DE
302012-04-25 Doug Evans <dje@google.com>
31
50f042b9
DE
32 * gdb.texinfo (Go): Fix thinko.
33
a766d390
DE
34 * gdb.texinfo (Supported Languages): Add Go.
35 (Go): New node.
36
f02e2b19
YQ
372012-04-25 Yao Qi <yao@codesourcery.com>
38
39 * gdbint.texinfo (Testsuite): New section `Board settings'.
40
68d41a48
JK
412012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
42
43 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
44 Three times.
45
174bb630
JK
46 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
47 Three times.
48
0511cc75
JK
492012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
50
51 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
52 by @table @asis. Fix formatting of one item.
53
0070f25a
JK
542012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
55
56 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
57
4dc84fd1
JK
582012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
59
60 New option "set debug auto-load".
61 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
62 (auto-load verbose mode): New node.
63
bccbefd2
JK
642012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
65
66 New option "set auto-load safe-path".
67 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
68 and "info auto-load" examples for safe-path. Put there also references
69 for "set auto-load safe-path" and "show auto-load safe-path".
70 New menu item for Auto-loading safe path.
71 (Auto-loading safe path): New node.
72 (Python Auto-loading): Update the expected output from "Missing"
73 to "No".
74
bf88dd68
JK
752012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
76
77 auto-load: Implementation.
78 * gdb.texinfo (Mode Options): New anchor for -nx.
79 (Startup): New anchors for Option -init-eval-command,
80 Home Directory Init File
81 and Init File in the Current Directory during Startup.
82 Mention set auto-load local-gdbinit with a reference.
83 Change the sample code to "set auto-load python-scripts".
84 (Threads): New anchor set libthread-db-search-path.
85 Provide references to libthread_db.so.1 file.
86 (Controlling GDB): New menu item for Auto-loading.
87 (Auto-loading, Init File in the Current Directory)
88 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
89 (Python): Rename the menu item Auto-loading to Python Auto-loading.
90 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
91 reference.
92 (Auto-loading): Rename to ...
93 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
94 "set auto-load python-scripts", new anchor for it. Change
95 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
96 for it. Change "info auto-load-scripts"
97 to "info auto-load python-scripts", new anchor for it. Change "scripts"
98 to "Python scripts".
99
8264ba82
AG
1002012-04-14 Anton Gorenkov <xgsa@yandex.ru>
101
102 PR mi/13393
103 * gdb.texinfo (Print Settings): Extend the description for "set print
104 object".
105 (GDB/MI Variable Objects): Extend the description for -var-create and
106 -var-list-children.
107
06fc020f
SCR
1082012-04-11 Siva Chandra Reddy <sivachandra@google.com>
109
110 * gdb.texinfo (Examining Data): Document the 'explore' command.
111
7191c139
JB
1122012-03-28 Joel Brobecker <brobecker@adacore.com>
113
114 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
115 to the children of a varobj and its update range when -var-update
116 returns that the varobj's type changed.
117
3708f05e
JK
1182012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
119
120 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
121 Create two new links fir 'objfile-gdb.py file'
122 and 'dotdebug_gdb_scripts section'.
123
8e0583c8
JK
1242012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
125
126 * gdb.texinfo (Auto-loading): Rename node reference
127 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
128 Twice.
129 (.debug_gdb_scripts section): Rename the node ...
130 (dotdebug_gdb_scripts section): ... here.
131 (Maintenance Commands): Also rename this node reference.
132
7b282c5a
SCR
1332012-03-22 Siva Chandra Reddy <sivachandra@google.com>
134
135 * gdb.texinfo (Python API/Values From Inferior): Add description
136 about the new method Value.referenced_value. Add description on
137 how Value.dereference is different (and similar) to
138 Value.referenced_value.
139
8320cc4f
JK
1402012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
141
142 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
143 --init-eval-command=COMMAND, -iex.
144 (Startup): Describe -iex and -ix. Simplify the example
145 for "set auto-load-scripts off".
146
481860b3
GB
1472012-03-16 Gary Benson <gbenson@redhat.com>
148
149 PR breakpoints/10738
150 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
151 stating that GDB cannot set breakpoints on inlined functions.
152 (Mode Options): Document --use-deprecated-index-sections.
153 (Index Section Format): Document new index section version format.
154
c4aeac85
TT
1552012-03-15 Tom Tromey <tromey@redhat.com>
156
157 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
158
16899756
DE
1592012-03-13 Doug Evans <dje@google.com>
160
161 * gdb.texinfo (Help): Change apropos example to use "alias" instead
162 of "reload".
163 (Symbols): Delete docs for set/show symbol-reloading.
164 * gdbint.texinfo (Defining Other Architecture Features): Delete
165 SYMBOL_RELOADING_DEFAULT.
166 * refcard.tex: Delete reference to symbol-reloading.
167
9b224c5e
PA
1682012-03-07 Pedro Alves <palves@redhat.com>
169
170 * gdb.texinfo (General Query Packets): Document new
171 QProgramSignals packet.
172 * gdb.texinfo (Remote configuration): Mention
173 "program-signals-packet".
174
169081d0
TG
1752012-03-05 Tristan Gingold <gingold@adacore.com>
176
177 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
178
d1feda86
YQ
1792012-03-03 Yao Qi <yao@codesourcery.com>
180
181 * gdb.texinfo (In-Process Agent): New node.
182 Document new commands.
183 (General Query Packets): Add packet `QAgent'.
184
1faeff08
MR
1852012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
186
187 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
188
7d74f244
DE
1892012-03-01 Scott J. Goldman <scottjg@vmware.com>
190
191 * gdb.texinfo (Commands In Python): Put example python macro in
192 COMMAND_USER category rather than COMMAND_OBSCURE.
193 Document gdb.COMMAND_USER.
194 (User-defined Commands): Update documentation to clarify
195 "set/show max-user-call-depth" and "show user" don't apply to python
196 commands. Update documentation to clarify "help user-defined" may
197 also include python commands defined as COMMAND_USER.
198
6fe37d23
JK
1992012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
200
201 * gdb.texinfo (Startup): Add option -ex description to the option -x
202 description.
203
83364271
LM
2042012-02-24 Luis Machado <lgustavo@codesourcery.com>
205
206 * gdb.texinfo (Setting Breakpoints): Mention and explain the
207 condition-evaluation breakpoint parameter.
208 Mention condition-evaluation mode being shown in "info break".
209 (Break Conditions): Add description for target-side
210 conditional breakpoints.
211 (Remote Configuration): Mention conditional-breakpoints-packet.
212 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
213 cond-expr.
214 (General Query Packets): Mention new ConditionalBreakpoint feature.
215
bdb1994d
TT
2162012-02-22 Tom Tromey <tromey@redhat.com>
217
218 * gdb.texinfo (Blocks In Python): Clarify block iteration.
219
4d241c86
TT
2202012-02-17 Tom Tromey <tromey@redhat.com>
221
222 PR python/10753:
223 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
224 directory.
225
816338b5
SS
2262012-02-14 Stan Shebs <stan@codesourcery.com>
227
228 * gdb.texinfo (Disabling Breakpoints): Document enable count.
229
cc30c4bd
PA
2302012-02-13 Pedro Alves <palves@redhat.com>
231
232 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
233 mips-idt-ecoff.
234
035d1e5b
YQ
2352012-02-09 Yao Qi <yao@codesourcery.com>
236
237 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
238
f0823d2c
TT
2392012-02-07 Tom Tromey <tromey@redhat.com>
240
241 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
242 Symbol.value.
243
64e7d9dd
TT
2442012-02-07 Tom Tromey <tromey@redhat.com>
245
246 * gdb.texinfo (Symbols In Python): Document Symbol.line.
247
4220b2f8
TS
2482012-01-27 Thomas Schwinge <thomas@codesourcery.com>
249
250 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
251
edcc5120
TT
2522012-01-24 Tom Tromey <tromey@redhat.com>
253
254 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
255 unload".
256 (Files): Mention new catch commands.
257 (GDB/MI Async Records): Likewise.
258
53fe1783
GB
2592012-01-24 Gary Benson <gbenson@redhat.com>
260
261 Delete #if 0'd out code.
262 * gdb.texinfo (Frame Info): Remove "info catch".
263
b9e7b9c3
UW
2642012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
265
266 * gdb.texinfo (Remote Configuration): Document
267 "set remote hostio-readlink-packet" command.
268 (General Query Packets): Document vFile:readlink packet.
269
4aac40c8
TT
2702012-01-16 Tom Tromey <tromey@redhat.com>
271
272 * gdb.texinfo (Specify Location): Document relative file name
273 handling.
274
cafec441
TT
2752012-01-16 Tom Tromey <tromey@redhat.com>
276
277 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
278
0ee339bc
JK
2792012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
280 Eli Zaretskii <eliz@gnu.org>
281
282 * gdbint.texinfo (Coding Standards): Require braces for two lines of
283 code.
284
72384ba3
PH
2852012-01-11 Paul Hilfinger <hilfingr@adacore.com>
286
287 * gdb.texinfo (Variables): Document use of :: for non-static
288 variables.
289
ce1b17c4
JB
2902012-01-05 Joel Brobecker <brobecker@adacore.com>
291
292 * gdbint.texinfo (Start of New Year Procedure): Update
293 to replace use of copyright.sh by use of copyright.py.
294
217bff3e
JK
2952012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
296
297 Remove the gdbtui binary.
298 * all-cfg.texi (GDBTUI): Remove.
299 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
300 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
301 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
302
cc72b2a2
KP
3032011-12-23 Kevin Pouget <kevin.pouget@st.com>
304
305 Introduce gdb.FinishBreakpoint in Python.
306 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
307 (Python API): Add menu entry for Finish Breakpoints.
308
13ac8d2c
JK
3092011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
310
311 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
312 tests.
313
e0f9f062
DE
3142011-12-16 Doug Evans <dje@google.com>
315
316 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
317
80b6e756
PM
3182011-12-16 Phil Muldoon <pmuldoon@redhat.com>
319
1c3ad6ab 320 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
321 stack". Add documentation for "set/show python print-stack".
322
2fb860fc
PA
3232011-12-14 Pedro Alves <pedro@codesourcery.com>
324
325 * gdb.texinfo (Implementing a Remote Stub): Explain that you
326 should transfer control to the stub in the startup code instead of
327 in main. Mention the need to get past the initial breakpoint.
328
f8eba3c6
TT
3292011-12-06 Tom Tromey <tromey@redhat.com>
330
331 * gdb.texinfo (Set Breaks): Update for new behavior.
332
2268b414
JK
3332011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
334
335 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
336 List Format for SVR4 Targets'.
337 (General Query Packets): New item qXfer:libraries-svr4:read.
338 (Library List Format for SVR4 Targets): New node.
339
ae6f0d5b
TT
3402011-12-01 Tom Tromey <tromey@redhat.com>
341
342 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
343 add.
344
36dfb11c
TT
3452011-11-22 Tom Tromey <tromey@redhat.com>
346
347 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
348 reasons.
349
f196051f
SS
3502011-11-20 Stan Shebs <stan@codesourcery.com>
351
352 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
353 note-related options and variables.
354 (Tracepoint Packets): Document packet changes.
355
f85b53f8
SD
3562011-11-20 Sanjoy Das <sdas@igalia.com>
357
358 * gdb.texinfo (JIT Interface): Add documentation on writing and
359 usind JIT debug info readers.
360 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
361 Debug Info Readers): New nodes.
362
bfccc43c
YQ
3632011-11-18 Yao Qi <yao@codesourcery.com>
364
365 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
366 tracepoint.
367
c011a4f4
DE
3682011-11-15 Doug Evans <dje@google.com>
369
370 * gdb.texinfo (Files): Document basenames-may-differ.
371
ed59ded5
DE
3722011-11-14 Doug Evans <dje@google.com>
373
374 * gdb.texinfo (Shell Commands): Document "!".
375
405f8e94
SS
3762011-11-14 Stan Shebs <stan@codesourcery.com>
377 Kwok Cheung Yeung <kcy@codesourcery.com>
378
379 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
380 needed to get shorter fast tracepoints.
381 (Tracepoint Packets): Document new qTMinFTPILen packet.
382
1e4d1764
YQ
3832011-11-14 Yao Qi <yao@codesourcery.com>
384
385 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
386 behavior of tracepoint.
387 (General Query Packets): New feature InstallInTrace.
388 (Remote Configuration): Document "set remote
389 install-in-trace-packet".
390
71eba9c2 3912011-11-12 Matt Rice <ratmice@gmail.com>
392
393 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
394 Add arguments to info macro.
395
e0f8f636
TT
3962011-11-10 Tom Tromey <tromey@redhat.com>
397
398 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
399 manual.
400 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
401 (Macros): Add a footnote.
402 (C): Remove paragraph about compiler options.
403 (C Constants): Mention wide character and string constants.
404 (C Plus Plus Expressions): Update compiler option advice. Mention
405 using declarations. Mention ADL. Remove old HP compiler
406 information.
407
625c0d47
TT
4082011-11-10 Tom Tromey <tromey@redhat.com>
409
410 PR c++/9257:
411 * gdb.texinfo (Print Settings): Add an extra note about the need
412 for a vtable.
413
4be2aacc
MR
4142011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
415
416 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
417 "set mips abi" documentation.
418
0a1c4d10
DE
4192011-11-04 Doug Evans <dje@google.com>
420
421 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
422
aad1c02c
TT
4232011-11-03 Tom Tromey <tromey@redhat.com>
424
425 * gdb.texinfo (Stopping): Add menu entry.
426 (Continuing and Stepping): Restore @node. Use @section, not
427 @subsection.
428
983fb131
MR
4292011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
430
431 * gdb.texinfo (Skipping Over Functions and Files): Remove node
432 designation. Fix "Specify Location" cross-reference.
433
3065dfb6
SS
4342011-11-02 Stan Shebs <stan@codesourcery.com>
435
436 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
437 (General Query Packets): Describe tracenz feature.
438 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
439
0aaaf063
PK
4402011-10-28 Paul Koning <paul_koning@dell.com>
441
442 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
443
2231f1fb
KP
4442011-10-27 Kevin Pouget <kevin.pouget@st.com>
445
446 * gdb.texinfo ((Frames In Python): Document
447 gdb.FRAME_UNWIND_FIRST_ERROR contant.
448
5110b5df
PK
4492011-10-26 Paul Koning <paul_koning@dell.com>
450
451 * gdb.texinfo (gdb.types): Document new deepitems function.
452
22dbab46
PK
4532011-10-25 Paul Koning <paul_koning@dell.com>
454
455 PR python/13327
456
457 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
458 fetch_lazy method.
459
9df2fbc4
PM
4602011-10-20 Phil Muldoon <pmuldoon@redhat.com>
461
462 PR python/12656
463
464 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
465 global_block, static_block function.
466
f05e2e1d
TT
4672011-10-19 Tom Tromey <tromey@redhat.com>
468
469 * gdb.texinfo (Commands In Python): Add missing "@"s.
470
a7fc3f37
KP
4712011-10-13 Kevin Pouget <kevin.pouget@st.com>
472
473 PR python/13285 Document named constants for frame unwind stop reasons
474 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
475 constants.
476
5048e516
JK
4772011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
478
479 Fix compatibility with texinfo versions older than 4.12.
480 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
481 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
482 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
483 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
484 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
485 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
486 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
487
5a56e9c5
DE
4882011-10-09 Doug Evans <dje@google.com>
489
490 * gdb.texinfo (Extending GDB): Document alias command.
491
36b11add
JK
4922011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
493
494 Support @entry in input expressions.
495 * gdb.texinfo (Variables): Describe @entry names suffix.
496 (Print Settings): Add anchor for `set print entry-values'.
497
e18b2753
JK
4982011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
499 Eli Zaretskii <eliz@gnu.org>
500
501 Display @entry parameter values (without references).
502 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
503 example.
504 (Print Settings): New description of set print entry-values and show
505 print entry-values.
506
111c6489
JK
5072011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
508 Eli Zaretskii <eliz@gnu.org>
509
510 Recognize virtual tail call frames.
511 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
512 (Tail Call Frames): New node.
513 (Frames In Python): Add gdb.TAILCALL_FRAME.
514
9c15afc4
DE
5152011-10-07 Doug Evans <dje@google.com>
516
517 * gdb.texinfo (gdb.printing): Document new `replace' arg to
518 register_pretty_printer.
519
99f5279d
PM
5202011-10-07 Phil Muldoon <pmuldoon@redhat.com>
521
522 PR python/12930
523 PR python/12802
524
525 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
526 stop method.
527
03583c20
UW
5282011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
529
530 * gdb.texinfo (Starting your Program): "set disable-randomization"
531 is no longer Linux-specific.
532 (Remote Configuration): Document "set remote
533 disable-randomization-packet".
534 (General Query Packets): Document "QDisableRandomization" packet
535 and add it to "qSupported" list.
536
bd054e06
KP
5372011-10-07 Kevin Pouget <kevin.pouget@st.com>
538
539 Allow Python notification of new object-file loadings.
540 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
541 event type.
542
cb6be26b
KP
5432011-10-04 Kevin Pouget <kevin.pouget@st.com>
544
545 PR python/12691: Add the inferior to Python exited event
546 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
547
a05336a1
JB
5482011-10-03 Joel Brobecker <brobecker@adacore.com>
549
550 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
551 rephasing.
552
5d77fe44
JB
5532011-10-03 Joel Brobecker <brobecker@adacore.com>
554
555 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
556 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
557 as possible feature returned by the `-list-features'
558 command.
559
699df94d
PK
5602011-09-28 Paul Koning <paul_koning@dell.com>
561
562 * gdb.texinfo (gdb.Type): Document field access by dictionary
563 key syntax.
564
24bdad53
YQ
5652011-09-28 Yao Qi <yao@codesourcery.com>
566
567 * gdb.texinfo (Files): Update options for `add-symbol-file'.
568 Add one space after option `-s'. Remove @r{} markup.
569
6710bf39
SS
5702011-09-27 Stan Shebs <stan@codesourcery.com>
571
572 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
573
d99f7e48
HZ
5742011-09-16 Hui Zhu <teawater@gmail.com>
575
576 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
577 to *(unsigned char *)$esp@300.
578
d812018b
PK
5792011-09-15 Paul Koning <paul_koning@dell.com>
580
581 * gdb.texinfo: Make style of Python functions and methods match
582 the syntax of Python. Also put class and module names explicitly
583 on function, member, and variable names, matching Python
584 documentation conventions.
585
2aa48337
KP
5862011-09-15 Kevin Pouget <kevin.pouget@st.com>
587
588 PR Python/12692 Add gdb.selected_inferior() to Python interface.
589 * gdb.texinfo (Inferiors In Python): Describe new
590 gdb.selected_inferior() function.
591
6839b47f
KP
5922011-09-15 Kevin Pouget <kevin.pouget@st.com>
593
594 Handle multiple breakpoint hits in Python interface:
595 * gdb.texinfo (Events In Python): New function documentation:
596 gdb.BreakpointEvent.breakpoints. Indicate that
597 gdb.BreakpointEvent.breakpoint is now deprecated.
598
26829f2b
JB
5992011-09-04 Joel Brobecker <brobecker@adacore.com>
600
601 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
602
a9f54f60
TT
6032011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
604
605 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
606
fa3a4f15
PM
6072011-08-17 Phil Muldoon <pmuldoon@redhat.com>
608
609 * gdb.texinfo (Prompt): Add set/show extended-prompt
610 documentation
611 (Basic Python): Add prompt_hook anchor.
612 (Python modules): Reword module text to reflect multiple modules.
613 (gdb.prompt): Document gdb.prompt module.
614
224bbe49
YQ
6152011-08-14 Yao Qi <yao@codesourcery.com>
616
78d85199
YQ
617 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
618
6192011-08-14 Yao Qi <yao@codesourcery.com>
620
621 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
622 (TIC6x Features): New node.
623
457e09f0
DE
6242011-08-12 Doug Evans <dje@google.com>
625
626 * gdb.texinfo (Symbols In Python): Document symbol.type.
627
5e239b84
PM
6282011-08-09 Phil Muldoon <pmuldoon@redhat.com>
629
630 * gdb.texinfo (Python): Document command and function
631 auto-loading.
632
177bc839
JK
6332011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
634 Eli Zaretskii <eliz@gnu.org>
635
636 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
637 typedefs unrolling. Extend the sample code by an inner typedef and
638 outer typedefs unrolling.
639
1a532630
PP
6402011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
641
642 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
643 size and line-size.
644
9b158ba0 6452011-07-21 Matt Rice <ratmice@gmail.com>
646
647 PR macros/12999
648 * gdb.texinfo (Macros): Add info definitions and info macros commands.
649 Update text and cindex entries for info macro command.
650
d17b6f81
PM
6512011-07-21 Phil Muldoon <pmuldoon@redhat.com>
652
653 * observer.texi (GDB Observers): Add before_prompt observer.
654 * gdb.texinfo (Basic Python): Add documentation for prompt
655 substitution.
656
713389e0
PM
6572011-07-11 Phil Muldoon <pmuldoon@redhat.com>
658
659 PR python/12438
660 * gdb.texinfo (Python Commands): Add deprecate note to maint
661 set/show python print-stack. Document set/show python
662 print-backtrace.
663
177b42fe
TJB
6642011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
665
666 * gdb.texinfo: Fix typos.
667
900e11f9
JK
6682011-07-01 Tom Tromey <tromey@redhat.com>
669
670 * gdb.texinfo (Debugging Output): Document set debug
671 check-physname.
672
39c4d40a
TT
6732011-06-29 Tom Tromey <tromey@redhat.com>
674
675 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
676 breakpoint-notifications feature.
677
6f5def7d
UW
6782011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
679
680 * gdb.texinfo (Target Description): Remove warning about
681 possibly unstable format.
682
8cf64490
TT
6832011-06-03 Tom Tromey <tromey@redhat.com>
684
685 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
686 (Events In Python): Note that exit_code is optional.
687
393eab54
PA
6882011-05-17 Pedro Alves <pedro@codesourcery.com>
689
690 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
691 required for multi-threading support.
692 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
693 Hc are deprecated for multi-threading debugging. Point readers at
694 the vCont packet.
695
75fc9810
DE
6962011-05-15 Doug Evans <dje@google.com>
697
698 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
699
01124a23
DE
7002011-05-13 Doug Evans <dje@google.com>
701
98a5dd13
DE
702 * gdb.texinfo (Threads): Document $sdir,$pdir.
703 (Server): Document $pdir exception.
704
dbaefcf7
DE
705 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
706
cc63ef9b
DE
707 * gdb.texinfo (Threads): Clarify default value for
708 libthread-db-search-path.
7e0396aa 709
01124a23
DE
710 * gdb.texinfo (Completion): Update example.
711 (Debugging Output): Delete `set/show debug lin-lwp-async'.
712
d248b706
KY
7132011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
714
715 * gdb.texinfo: Document change in the behaviour of the enable and
716 disable GDB commands when applied to tracepoints.
717 Document the EnableDisableTracepoints remote stub feature.
718 Document QTEnable and QTDisable in the list of tracepoint packets.
719
cc88a640
JK
7202011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
721
722 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
723 hsuser.texi.
724 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
725 comment to hsuser.texi. Change rluser.texi name in the comment.
726
84e578fb
DE
7272011-05-10 Doug Evans <dje@google.com>
728
729 * gdb.texinfo (Threads): If an empty path is provided for
730 libthread-db-search-path it is reset to its default value.
731 (Server): Ditto.
732
478aac75
DE
7332011-05-09 Doug Evans <dje@google.com>
734
735 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
736
9c06b0b4
TJB
7372011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
738 Thiago Jung Bauermann <bauerman@br.ibm.com>
739
740 Implement support for PowerPC BookE masked watchpoints.
741 * gdb.texinfo (Set Watchpoints): Document mask parameter.
742 (PowerPC Embedded): Mention support of masked watchpoints.
743
9ed350ad
JB
7442011-05-03 Joel Brobecker <brobecker@adacore.com>
745
746 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
747 `@value{GDBN}'.
748
4ceed123
JB
7492011-05-03 Joel Brobecker <brobecker@adacore.com>
750
751 * gdb.texinfo (titlepage): Remove dedication.
752 (In Memoriam): New appendix.
753
559a7a62
JK
7542011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
755 Eli Zaretskii <eliz@gnu.org>
756
757 * gdb.texinfo (Index Section Format): Change the version to 5.
758 Describe the different formula.
759
03f2bd59
JK
7602011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
761 Eli Zaretskii <eliz@gnu.org>
762
763 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
764 for disconnected tracing.
765 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
766 extended-remote relationship. Mention --once.
767 (TCP port allocation lifecycle of @code{gdbserver}): New.
768
d9b1a651
EZ
7692011-04-23 Eli Zaretskii <eliz@gnu.org>
770
771 * gdb.texinfo (Server): Improve indexing. Index all optional
772 switches to gdbserver.
773
90476074
TT
7742011-04-20 Tom Tromey <tromey@redhat.com>
775
776 * gdb.texinfo (Index Section Format): New node.
777 (Top): Add new node to menu.
778
c21236dc
PA
7792011-04-20 Pedro Alves <pedro@codesourcery.com>
780
781 * gdb.texinfo (Maintenance Commands): Document `maint print
782 remote-registers'.
783
05c8c3f5
TT
7842011-04-20 Tom Tromey <tromey@redhat.com>
785
786 * gdb.texinfo (Trace File Format): Move node later.
787
7a9dd1b2
TT
7882011-04-19 Tom Tromey <tromey@redhat.com>
789
790 * gdbint.texinfo (Register Information Functions): Remove
791 duplicate "the".
792 * gdb.texinfo (Emacs): Remove duplicate "to".
793 (GDB/MI Variable Objects): Remove duplicate "the".
794 (General Query Packets): Likewise.
795
4368ebeb
JB
7962011-04-02 Joel Brobecker <brobecker@adacore.com>
797
798 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
799 "GDB/MI Ada Exception Information" node.
800
956a9fb9
JB
8012011-04-01 Joel Brobecker <brobecker@adacore.com>
802
803 * gdb.texinfo (GDB/MI Ada Exception Information): Document
804 the "exception-name" field in the *stopped async record.
805
f1310107
TJB
8062011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
807 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
808
809 Implement support for PowerPC BookE ranged breakpoints.
810 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
811
8786b2bd
TT
8122011-03-28 Tom Tromey <tromey@redhat.com>
813
814 * gdb.texinfo (Set Tracepoints): Fix typo.
815
9ef07c8c
TT
8162011-03-24 Tom Tromey <tromey@redhat.com>
817
818 * gdb.texinfo (Specify Location): Document `function:label'
819 linespec.
820
99c3dc11
PM
8212011-03-18 Phil Muldoon <pmuldoon@redhat.com>
822
f1310107 823 PR python/12149
99c3dc11
PM
824
825 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
826
29703da4
PM
8272011-03-17 Phil Muldoon <pmuldoon@redhat.com>
828
829 * gdb.texinfo (Blocks In Python): Add is_valid method description.
830 (Inferiors In Python): Likewise.
831 (Threads In Python): Likewise.
832 (Symbols In Python): Likewise.
833 (Objfiles In Python): Likewise.
834 (Symbol Tables In Python): Likewise.
835
c9174737
PA
8362011-03-15 Pedro Alves <pedro@codesourcery.com>
837
838 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
839 display>: Explain that the commands accept number ranges.
840
7371cf6d
PM
8412011-03-14 Phil Muldoon <pmuldoon@redhat.com>
842
843 * gdb.texinfo (Breakpoints In Python): Add description and example
844 of Python stop function operation.
845
ecec24e6
PM
8462011-03-10 Phil Muldoon <pmuldoon@redhat.com>
847
848 * gdb.texinfo (Parameters In Python): Document get_set_string and
849 get_show_string methods.
850
6dcd5565
JK
8512011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
852
853 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
854
81896e36
JK
855 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
856 circular-trace-buffer name.
857
5e30da2c
JB
8582011-02-28 Joel Brobecker <brobecker@adacore.com>
859
860 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
861 in the previous change.
862
3bd0f5ef 8632011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
864
865 * gdb.texinfo (Inferiors and Programs): Update commands to show
866 that they can accept multiple arguments.
867
4ec7539c
JB
8682011-02-24 Joel Brobecker <brobecker@adacore.com>
869
870 Revert the following patch (code patch was not approved):
871 2011-02-21 Hui Zhu <teawater@gmail.com>
872 * agentexpr.texi (bytecode descriptions): add printf.
873 * gdb.texinfo (tracepoint action lists): add printf.
874
82809774
DE
8752011-02-23 Doug Evans <dje@google.com>
876
877 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
878
e5a67952
MS
8792011-02-23 Michael Snyder <msnyder@vmware.com>
880
881 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
882 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
883 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
884
6e6fbe60
DE
8852011-02-22 Doug Evans <dje@google.com>
886
887 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
888 Clarify behaviour of lookup_symbol when `block' argument is omitted,
889 add description of result, fix @defun formatting.
890
f994e27a
HZ
8912011-02-21 Hui Zhu <teawater@gmail.com>
892
893 * agentexpr.texi (Bytecode Descriptions): Add printf.
894 * gdb.texinfo (Tracepoint Action Lists): Add printf.
895
c7f96d2b
TT
8962011-02-18 Tom Tromey <tromey@redhat.com>
897
898 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
899
60f98dde
MS
9002011-02-14 Michael Snyder <msnyder@vmware.com>
901
902 * gdb.texinfo (threads): Document argument for "info threads" cmd.
903 Document new command "thread find".
904
08e796bc
MS
9052011-02-14 Michael Snyder <msnyder@vmware.com>
906
907 * gdb.texinfo (Threads): Update example of new thread message.
908
b3b9301e
PA
9092011-02-14 Pedro Alves <pedro@codesourcery.com>
910
911 * gdb.texinfo (Remote Configuration): Mention set/show remote
912 traceframe-info.
913 (Tools/Packages Optional for Building GDB): Mention that expat is
914 used for traceframe info.
915 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
916 (General Query Packets) <qSupported>: Describe the
917 qXfer:traceframe-info:read feature.
918 (qXfer::read): Describe qXfer:traceframe-info:read.
919 (Traceframe Info Format): New section.
920
cef35b0f
PA
9212011-02-04 Pedro Alves <pedro@codesourcery.com>
922
923 * gdbint.texinfo (Formatting): Mention some formatting guidelines
924 for casts and unary operators.
925
f1cbe1d3
TT
9262011-02-04 Tom Tromey <tromey@redhat.com>
927
928 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
929 is not useful.
930
585fdaa1
PA
9312011-01-25 Pedro Alves <pedro@codesourcery.com>
932
933 * gdb.texinfo: s/value optimized out/optimized out/g
934
7bfc9434
JB
9352011-01-21 Joel Brobecker <brobecker@adacore.com>
936
937 * gdb.texinfo (Other Misc Settings): Rework part of the
938 documentation of the "set interactive mode" command.
939
4694da01
TT
9402011-01-19 Tom Tromey <tromey@redhat.com>
941
942 * gdb.texinfo (Threads): Document thread name output and `thread
943 name' command.
944 (Threads In Python): Document Thread.name attribute.
945 (GDB/MI Thread Commands): Document thread attributes.
946
b716877b
AB
9472011-01-12 Andrew Burgess <aburgess@broadcom.com>
948
949 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
950 changes in mi/mi-cmd-disas.c
951
13fd8b81
TT
9522011-01-12 Tom Tromey <tromey@redhat.com>
953
954 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
955 Fix "thread apply" text.
956
e09342b5
TJB
9572011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
958 Thiago Jung Bauermann <bauerman@br.ibm.com>
959
960 Implement support for PowerPC BookE ranged watchpoints.
961 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
962 the "set powerpc exact-watchpoints" flag.
963
06e65f44
TT
9642011-01-07 Tom Tromey <tromey@redhat.com>
965
966 * gdb.texinfo (Python API): Add descriptions to @menu items.
967
d8e22779
TT
9682011-01-06 Tom Tromey <tromey@redhat.com>
969
970 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
971
a255712f
PP
9722010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
973
e09342b5 974 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 975
ccfc3d6e
TT
9762011-01-06 Tom Tromey <tromey@redhat.com>
977
978 PR python/12133:
979 * gdb.texinfo (Frames In Python): Document various frame
980 constants.
981
44944448
JB
9822011-01-05 Joel Brobecker <brobecker@adacore.com>
983
984 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
985 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
986 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
987
42ea3d7a
JK
9882011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
989
990 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
991 (clean): Add GDBvn.texi.
992
720d1a40
JB
9932010-12-29 Joel Brobecker <brobecker@adacore.com>
994
995 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
996 occasional case where the debugger prints an array address
997 instead of the array itself.
998
ad196637
PA
9992010-12-23 Pedro Alves <pedro@codesourcery.com>
1000
1001 * gdb.texinfo (Packets) <read registers packet>: Document support
1002 for registers that were not collected.
1003
a86caf66
DE
10042010-12-15 Doug Evans <dje@google.com>
1005
1006 * gdb.texinfo (Startup): Document auto-loading of scripts during
1007 startup.
1008 (Auto-loading): Delete "maint set python auto-load on|off".
1009 Add "set auto-load-scripts on|off".
1010
aae1c79a
DE
10112010-12-07 Doug Evans <dje@google.com>
1012
1013 * gdb.texinfo (Mode Options): Document -data-directory.
1014 (Data Files): Add reference to -data-directory.
1015
4e04c971
DE
10162010-11-29 Doug Evans <dje@google.com>
1017
1018 * gdb.texinfo (Pretty-Printer Introduction): Change
1019 printer-name:subprinter-name to printer-name;subprinter-name.
1020
94b6973e
PM
10212010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1022
1023 PR python/12199
1024
1025 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
1026
39037522
TT
10272010-11-23 Tom Tromey <tromey@redhat.com>
1028
1029 * gdb.texinfo (Top): Check SYSTEM_READLINE.
1030 (Editing): Likewise.
1031 (Command History): Likewise.
1032 (TUI Keys): Likewise.
1033 (Bug Reporting): Conditionally include rluser.texi and
1034 inc-history.texinfo.
1035 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
1036 (GDB_DOC_SOURCE_INCLUDES): Add comment.
1037 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
1038 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
1039 (gdb.pdf): Likewise.
1040 (gdb.info): Likewise.
1041 (gdb/index.html): Likewise.
1042
5ae98d25
TT
10432010-11-23 Tom Tromey <tromey@redhat.com>
1044
1045 * Makefile.in (Makefile): Run ../config.status.
1046 (distclean): Update.
1047 * configure: Remove.
1048 * configure.ac: Remove.
1049
621c8364
TT
10502010-11-12 Tom Tromey <tromey@redhat.com>
1051
1052 * gdb.texinfo (Basic Python): Update. Add xref.
1053 (Exception Handling): Document new exception classes.
1054 (Types In Python): Update.
1055 (Frames In Python): Update.
1056
84f4c1fe
PM
10572010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1058
1059 * gdb.texinfo (Breakpoints In Python): Document "internal"
1060 parameter, and visible attribute.
1061
99e7ae30
DE
10622010-11-05 Doug Evans <dje@google.com>
1063
1064 * gdb.texinfo (Source Path): Document "set directories".
1065
f4b8a18d
KW
10662010-11-05 Ken Werner <ken.werner@de.ibm.com>
1067
1068 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
1069 (OpenCL C): New node.
1070
7b51bc51
DE
10712010-11-02 Doug Evans <dje@google.com>
1072
1073 * gdb.texinfo (Pretty Printing): Expand into three sections,
1074 introduction, example, and commands.
1075 (Python API): Delete section Disabling Pretty-Printers, merge into
1076 Selecting Pretty-Printers.
1077 (Writing a Pretty-Printer): New section. Move the pretty-printer
1078 example here, and reformat to match python coding style. Add a second
1079 example using the gdb.printing module.
1080 (Python modules): Add gdb.printing.
1081
9eeee977
DE
10822010-10-29 Doug Evans <dje@google.com>
1083
1084 * gdb.texinfo (Python): Fix long line.
1085
a0e0ffdf
DE
10862010-10-20 Doug Evans <dje@google.com>
1087
1088 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
1089 All references updated. Correct sections marked as subsections.
1090 (Coding Standards): New chapter. Move the coding standard related
1091 subsections here. Add section on Python coding standards.
1092
0e3509db
DE
10932010-10-13 Doug Evans <dje@google.com>
1094
1095 * gdb.texinfo (Python): Add "Python modules".
1096 (Types in Python): Add reference to gdb.types section.
1097 (Python modules): New node.
1098
44592cc4
DE
10992010-10-11 Doug Evans <dje@google.com>
1100
1101 * gdb.texinfo (Values From Inferior): Add reference to "Types in
1102 Python" from gdb.Value.type description.
1103
6e1bb179
JB
11042010-09-28 Joel Brobecker <brobecker@adacore.com>
1105
1106 * gdb.texinfo (Ravenscar Profile): New node.
1107
e8467610
TT
11082010-09-22 Tom Tromey <tromey@redhat.com>
1109
1110 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
1111
fccd1d1e
EZ
11122010-09-22 Eli Zaretskii <eliz@gnu.org>
1113
1114 * gdb.texinfo (Values From Inferior): Clarify that
1115 value.dynamic_type works only in C++ programs with RTTI.
1116
c1b6b909
TT
11172010-09-15 Paul Bolle <pebolle@tiscali.nl>
1118
1119 * gdb.texinfo (Character Sets): Correctly reference host-charset
1120 in example.
1121
7d288aaa
TT
11222010-09-13 Tom Tromey <tromey@redhat.com>
1123
1124 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
1125 Document "fullname" and "from".
1126
f75d858b
MK
11272010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1128
1129 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
1130 feature `reverse' output by -list-target-features.
1131
83b9503b
L
11322010-08-31 H.J. Lu <hongjiu.lu@intel.com>
1133
1134 * gdb.texinfo (i386 Features): Remove an extra "@item".
1135
03f17ccf
TT
11362010-08-30 Tom Tromey <tromey@redhat.com>
1137
1138 PR python/11792:
1139 * gdb.texinfo (Values From Inferior): Document dynamic_type.
1140
9779414d
DJ
11412010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1142
1143 * gdb.texinfo (ARM Features): Document
1144 org.gnu.gdb.arm.m-profile.
1145
f9ffd4bb
TT
11462010-08-23 Tom Tromey <tromey@redhat.com>
1147
1148 PR python/11145:
1149 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
1150 reinterpret_cast methods.
1151
702c2711
TT
11522010-08-23 Tom Tromey <tromey@redhat.com>
1153
1154 PR python/11915:
1155 * gdb.texinfo (Types In Python): Document array method.
1156
66b73624
TJB
11572010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
1158
1159 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
1160
06a64a0b
TT
11612010-08-16 Tom Tromey <tromey@redhat.com>
1162
1163 * gdb.texinfo (Set Watchpoints): Document -location option.
1164
a3a7127e
DE
11652010-08-13 Doug Evans <dje@google.com>
1166
1167 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
1168
8dedea02
VP
11692010-08-13 Vladimir Prus <vladimir@codesourcery.com>
1170
1171 * gdb.texinfo (GDB/MI Data Manipulation): Document
1172 -data-read-memory-raw and -data-write-memory-raw.
1173
ca5c20b6 11742010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 1175 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
1176
1177 * gdb.texinfo (Basic Python): Describe post_event API.
1178
cb2e07a6
PM
11792010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1180
1181 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 1182 decode_line Python APIs
cb2e07a6 1183
464b3efb
TT
11842010-08-10 Tom Tromey <tromey@redhat.com>
1185
1186 * gdb.texinfo (Pretty Printing API): Document
1187 gdb.default_visualizer.
1188
c29c521f
TT
11892010-08-10 Tom Tromey <tromey@redhat.com>
1190
1191 Revert gdb-add-index addition:
1192 * gdb.texinfo (Index Files): Don't document gdb-add-index.
1193
5da1313b
JK
11942010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1195 Eli Zaretskii <eliz@gnu.org>
1196
1197 * gdb.texinfo (Mode Options) <-batch>
1198 (Basic Python) <gdb.execute>: Describe setting width and height.
1199
02d868e8
PP
12002010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1201
1202 * gdb.texinfo (Threads): Document 'debug libthread-db'.
1203
c2bbed2a
TT
12042010-07-30 Tom Tromey <tromey@redhat.com>
1205
1206 * gdb.texinfo (Index Files): Mention gdb-add-index.
1207
6c13bbe1
HZ
12082010-07-30 Hui Zhu <teawater@gmail.com>
1209
1210 * gdb.texinfo (Inferiors and Programs): Update the introduce of
1211 "detach inferior" and "kill inferior".
1212
53a71c06
CR
12132010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
1214
1215 * gdb.texinfo (Machine Code): Update description of two forms of
1216 arguments, and add new example to demonstrate the new form.
1217
5374244e
PM
12182010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1219
1220 * gdb.texinfo (Values From Inferior): Add value inferior function
1221 call description.
1222
8ea5bce5
JK
12232010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1224
1225 * gdb.texinfo (Active Targets): Fix wrong comma placement.
1226
c0edd9ed
JK
12272010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1228 Eli Zaretskii <eliz@gnu.org>
1229
1230 Make core files the process_stratum.
1231 * gdb.texinfo (Active Targets): Remove core_stratum. Include
1232 record_stratum example.
1233
9291a0cd
TT
12342010-07-13 Tom Tromey <tromey@redhat.com>
1235
1236 * gdb.texinfo (Index Files): New node.
1237
f5011d11
TT
12382010-07-13 Tom Tromey <tromey@redhat.com>
1239
1240 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
1241
0f5238ed
TT
12422010-07-13 Tom Tromey <tromey@redhat.com>
1243
1244 * gdb.texinfo (Specify Location): Document labels.
1245
74c761c1
PA
12462010-07-01 Pedro Alves <pedro@codesourcery.com>
1247
1248 * gdb.texinfo (Create and Delete Tracepoints): Add more index
1249 entries for fast tracepoints and static tracepoints.
1250
501994c0
PA
12512010-07-01 Pedro Alves <pedro@codesourcery.com>
1252
1253 * gdb.texinfo (General Query Packets) <qfThreadInfo,
1254 qsThreadInfo>: Spell out `l' as ell.
1255
0fb4aa4b
PA
12562010-07-01 Pedro Alves <pedro@codesourcery.com>
1257
1258 * gdb.texinfo (Convenience Variables): Document $_sdata.
1259 (Commands to Set Tracepoints): Describe static tracepoints. Add
1260 `Listing Static Tracepoint Markers' menu entry. Document
1261 "strace".
1262 (Tracepoint Action Lists): Document collecting $_sdata.
1263 (Listing Static Tracepoint Markers): New subsection.
1264 (Tracepoints support in gdbserver): Mention static tracepoints.
1265 (remote packets, enabling and disabling): Mention
1266 read-sdata-object.
1267 (General Query Packets) <qSupported>: Document qXfer:sdata:read
1268 and StaticTracepoint.
1269 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
1270 Document qXfer:sdata:read.
1271 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
1272
dc3b15be
JB
12732010-06-29 Joel Brobecker <brobecker@adacore.com>
1274
1275 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
1276
595939de
PM
12772010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1278 Tom Tromey <tromey@redhat.com>
1279 Thiago Jung Bauermann <bauerman@br.ibm.com>
1280
1281 * gdb.texinfo (Inferiors In Python): New node.
1282 * gdb.texinfo (Threads In Python): New node.
1283
9279c692
JB
12842010-06-28 Joel Brobecker <brobecker@adacore.com>
1285
1286 * gdb.texinfo (Python): Document what the python directory is
1287 and what its location is.
1288 (Basic Python): Document the gdb.PYTHONDIR constant.
1289
bc9f0842
TT
12902010-06-25 Tom Tromey <tromey@redhat.com>
1291
1292 PR python/10808:
1293 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1294
f1421989
HZ
12952010-06-24 Hui Zhu <teawater@gmail.com>
1296
1297 * gdb.texinfo: (Commands for Controlled Output): Add
1298 documentation for command "eval".
1299
e4c0cfae
SS
13002010-06-21 Stan Shebs <stan@codesourcery.com>
1301
1302 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1303 * annotate.texinfo: Ditto.
1304 * gdbint.texinfo: Ditto.
1305 * stabs.texinfo: Ditto.
1306
bb08c432
HZ
13072010-06-22 Hui Zhu <teawater@gmail.com>
1308
1309 * gdb.texinfo: (Process Record and Replay): Add documentation
1310 for command "set record memory-query".
1311
4f5d9f07
SS
13122010-06-21 Stan Shebs <stan@codesourcery.com>
1313
1314 * gdb.texinfo: Relicense under GFDL version 1.3.
1315 * annotate.texinfo: Relicense under GFDL version 1.3.
1316 * gdbint.texinfo: Relicense under GFDL version 1.3.
1317 * stabs.texinfo: Relicense under GFDL version 1.3.
1318 * fdl.texi: Update to version 1.3.
1319
6aed2dbc
SS
13202010-06-18 Stan Shebs <stan@codesourcery.com>
1321
a61408f8
SS
1322 * gdb.texinfo (Operating System Auxiliary Information): Describe
1323 "info os" when no arguments given.
1324
6aed2dbc
SS
1325 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1326 $_thread.
1327
24e933df
HZ
13282010-06-18 Hui Zhu <teawater@gmail.com>
1329
1330 * gdb.texinfo: (Process Record and Replay): Add documentation
1331 for commands "record save" and "record restore".
1332
65d79d4b
SDJ
13332010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1334
1335 * gdb.texinfo: Include information about the correct use
1336 of addresses in the `watch' command.
1337
d914c394
SS
13382010-06-11 Stan Shebs <stan@codesourcery.com>
1339
1340 * gdb.texinfo (Observer Mode): New section.
1341 (General Query Packets): Document QAllow.
889bf7c5 1342
967cf477
DE
13432010-06-04 Doug Evans <dje@google.com>
1344
1345 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1346
aaf4119b
DE
13472010-06-03 Doug Evans <dje@google.com>
1348
1349 * gdbint.texinfo (Coding): Add subsection on command names.
1350
9eae7c52
TT
13512010-06-02 Tom Tromey <tromey@redhat.com>
1352
1353 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1354 always-disassemble.
1355
fa593d66
PA
13562010-06-01 Pedro Alves <pedro@codesourcery.com>
1357
1358 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1359 gdbserver, and add cross reference.
1360 (Tracepoints support in gdbserver): New subsection.
1361
dde08ee1
PA
13622010-05-26 Pedro Alves <pedro@codesourcery.com>
1363
1364 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1365 `qRelocInsn' feature.
1366 (Relocate instruction reply packet): New subsection
1367 of `Tracepoint Packets'.
1368 (Tracepoint Packets): Mention that packets QTDP and QTStart
1369 support the qRelocInsn request, and add cross reference to new
1370 subsection.
1371
07ca107c
DE
13722010-05-25 Doug Evans <dje@google.com>
1373
1374 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1375 (Commands In Python): Document gdb.string_to_argv.
1376
c25c4a8b
JK
13772010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1378
1379 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1380 ATTR_NORETURN.
1381
d7b32ed3 13822010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
1383 Tom Tromey <tromey@redhat.com>
1384 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 1385
c25c4a8b 1386 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 1387
6aecb9c2
JB
13882010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1389
1390 * gdb.texinfo: (Summary) Add mention about D language support.
1391 (Filenames): Add D suffixes.
1392 (D): New node.
1393
b7da9e9f
PM
13942010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1395
1396 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1397 of macro deleted from GDB code.
1398
ab38a727
PA
13992010-04-24 Pedro Alves <pedro@codesourcery.com>
1400
1401 * gdb.texinfo (Commands to specify files): Describe what how GDB
1402 looks up DOS-based filesystem paths on the system root. Document
1403 the new `set/show target-file-system-kind' commands.
1404
66d09542
DE
14052010-04-23 Doug Evans <dje@google.com>
1406
1407 * gdb.texinfo (Python): Move Auto-loading section here ...
1408 (Python API): from here.
1409 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1410 (Maintenance Commands): Add docs for "maint print section-scripts".
1411
8bd10a10
CM
14122010-04-20 Chris Moller <cmoller@redhat.com>
1413
1414 * gdb.texinfo (Setting Breakpoints): Added description of
1415 filename-qualified rbreak.
1416 * refcard.tex (Breakpoints and Watchpoints): Added brief
1417 description of filename-qualified rbreak.
1418
4c374409
JK
14192010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1420
1421 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1422 (Python API): Change the reference to Pretty Printing API.
1423 (Pretty Printing): Move the user part under the Data node. Reformat
1424 the sample output to 72 columns. Create a new reference to Pretty
1425 Printing API. Rename the API part ...
1426 (Pretty Printing API): To a new node name.
1427 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1428 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1429
5a9351ae
SS
14302010-04-21 Stan Shebs <stan@codesourcery.com>
1431
1432 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1433 and commands.
5a9351ae 1434 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1435
9a22f0d0
PM
14362010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1437
1438 * gdb.texinfo (Examining memory): Update for change in string
1439 display with explicit size.
1440
6149aea9
PA
14412010-04-19 Pedro Alves <pedro@codesourcery.com>
1442
1443 PR breakpoints/8554.
1444
1445 * gdb.texinfo (Save Breakpoints): New node.
1446 (save-tracepoints): Rename to ...
1447 (save tracepoints): ... this. Mention that `save-tracepoints' is
1448 a deprecated alias to `save tracepoints'.
1449
711e434b
PM
14502010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1451
645797a8 1452 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1453 (info w32 thread-information-block): Document new command.
1454 (qGetTIBAddress): Document new gdbserver query.
1455 (maint set/show show-all-tib): Document new command.
1456
3f7b2faa
DE
14572010-04-15 Doug Evans <dje@google.com>
1458
fa33c3cd
DE
1459 * gdb.texinfo (Python API): Add progspaces section.
1460 (Selecting Pretty-Printers): Progspace pretty-printers are
1461 searched too.
1462 (Progspaces In Python): New section.
1463
3f7b2faa
DE
1464 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1465
79f283fe
PM
14662010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1467
1468 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1469 returns None.
1470
87290684
SS
14712010-04-09 Stan Shebs <stan@codesourcery.com>
1472
1473 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1474 Describe the `frames-created' field, tweak grammar.
1475
a97153c7
PA
14762010-04-09 Pedro Alves <pedro@codesourcery.com>
1477
1478 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1479 Describe the `circular' and `disconnected' fields.
1480
5c5dcc1b
L
14812010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1482
1483 * gdb.texinfo (maint print registers): Mention unavailable and
1484 invisible registers.
1485
adc36818
PM
14862010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1487 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1488 Tom Tromey <tromey@redhat.com>
adc36818
PM
1489
1490 * gdb.texinfo (Breakpoints In Python): New Node.
1491
33da3f1c
SS
14922010-04-08 Stan Shebs <stan@codesourcery.com>
1493
1494 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1495 trace status fields.
1496
3a13a53b
L
14972010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1498
1499 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1500 optional. Make org.gnu.gdb.i386.avx requires
1501 org.gnu.gdb.i386.avx.
1502
08001717
DE
15032010-04-08 Doug Evans <dje@google.com>
1504
1505 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1506 search path, and document that gdb only scans the search path if
1507 the script's path doesn't specify a directory.
1508
c375651d
DE
15092010-04-05 Doug Evans <dje@google.com>
1510
1511 * gdb.texinfo (maint show python auto-load): Fix typo.
1512
af54718e
SS
15132010-04-04 Stan Shebs <stan@codesourcery.com>
1514
d77f58be
SS
1515 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1516 (Setting Watchpoints): Update description of "info watch".
1517 (Disabling Breakpoints): Only "info break" lists all.
1518
af54718e
SS
1519 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1520 (tdump): Explain how tdump works.
1521
86b17b60
PA
15222010-04-01 Pedro Alves <pedro@codesourcery.com>
1523
1524 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1525 add cross reference.
1526
ff12863f
PA
15272010-03-31 Pedro Alves <pedro@codesourcery.com>
1528
1529 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1530 commands error out.
1531
f68eb612
L
15322010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1533
1534 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1535
c8d5aac9
L
15362010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1537
1538 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1539
7d13fe92
SS
15402010-03-29 Stan Shebs <stan@codesourcery.com>
1541 Nathan Sidwell <nathan@codesourcery.com>
1542
1543 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1544 GDBN equivalent.
1545 (Set Tracepoints): Remove mention that conditional tracepoints
1546 don't exist.
1547 (Tracepoint Actions): Clarify when while-stepping collection
1548 happens, note that while-stepping does not automatically collect
1549 $pc.
1550
409873ef 15512010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1552
409873ef
SS
1553 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1554 (General Query Packets): Describe TracepointSource.
1555
ee8e71d4
EZ
15562010-03-27 Matt Rice <ratmice@gmail.com>
1557
c8d5aac9
L
1558 * gdb.texinfo (ARM): Document arguments to "target sim".
1559 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1560
99b5e152
PA
15612010-03-26 Pedro Alves <pedro@codesourcery.com>
1562
1563 * gdb.texinfo (Tracepoint Packets): Remove mention that
1564 terror:string may be plain text, and drop mention of X prefix.
1565
cd64ee31
VP
15662010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1567
1568 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1569
6c28cbf2
SS
15702010-03-24 Stan Shebs <stan@codesourcery.com>
1571
1572 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1573
95a42b64
TT
15742010-03-24 Tom Tromey <tromey@redhat.com>
1575
1576 PR breakpoints/9352:
1577 * gdb.texinfo (Break Commands): Update.
1578
18148017
VP
15792010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1580
1581 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1582 commands.
1583
4daf5ac0
SS
15842010-03-16 Stan Shebs <stan@codesourcery.com>
1585
1586 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1587 circular-trace-buffer.
1588 (Tracepoint Packets): Describe QTBuffer, and details of the
1589 qTStatus reply.
1590
c9429232
SS
15912010-03-12 Stan Shebs <stan@codesourcery.com>
1592 Nathan Sidwell <nathan@codesourcery.com>
1593
1594 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1595 doing instruction stepping.
1596 (Tracepoint Restrictions): New node.
1597
ccefe4c4
TT
15982010-03-10 Tom Tromey <tromey@redhat.com>
1599
1600 * gdbint.texinfo (Symbol Handling): Update.
1601
7c953934
TT
16022010-03-08 Tom Tromey <tromey@redhat.com>
1603
1604 PR cli/9591:
1605 * gdb.texinfo (Mode Options): Mention lack of pagination and
1606 confirmation with --batch.
1607 (Screen Size): Mention --batch.
1608 (Messages/Warnings): Likewise.
1609
f870a310
TT
16102010-03-05 Tom Tromey <tromey@redhat.com>
1611
1612 * gdb.texinfo (Basic Python): Document target_charset and
1613 target_wide_charset.
1614
78e2826b
TT
16152010-03-05 Tom Tromey <tromey@redhat.com>
1616
1617 * gdb.texinfo (Data): Link to pretty-printing.
1618 (Output Formats): Likewise. Correct text.
1619
f5dff777
DJ
16202010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1621
1622 * gdb.texinfo (Types): Describe <struct> and <flags>.
1623
dc00d89f
PM
16242010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1625
1626 * gdb.texinfo (Frames In Python): Add block parameter and
1627 description to read_var text.
1628
5107b149 16292010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1630 Tom Tromey <tromey@redhat.com>
5107b149
PM
1631
1632 * gdb.texinfo (Types In Python): Describe block argument in
1633 template_argument and gdb.lookup_type.
1634
e03e5e7b
TT
16352010-02-24 Tom Tromey <tromey@redhat.com>
1636
1637 * gdb.texinfo (Cygwin Native): Fix typo.
1638
f3e9a817
PM
16392010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1640
1641 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1642 and select method descriptions.
1643 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1644 Tables in Python to menu.
1645 (Blocks In Python): New node.
1646 (Symbols In Python): New node.
1647 (Symbol Tables in Python): New node.
1648
a79b8f6e
VP
16492010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1650
1651 Multiexec MI
1652
1653 gdb/
1654 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1655
1656 gdb/doc/
1657 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1658 changes.
1659 (GDB/MI Program Execution): Document current behaviour of
1660 --all and --thread-group.
1661 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1662 -remove-inferior.
1663 * observer.texi (inferior_added, inferior_removed): New
1664 observers.
1665
629d6a47
TT
16662010-02-19 Tom Tromey <tromey@redhat.com>
1667
1668 * gdbint.texinfo (Getting Started): Fix @node.
1669 (Debugging GDB): Likewise.
1670
c09529e5
JB
16712010-02-13 Joel Brobecker <brobecker@adacore.com>
1672
1673 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1674 documenting the gdb_test_timeout variable.
1675
540aa8e7
MS
16762010-02-12 Jakob Engblom <jakob@virtutech.com>
1677
1678 * gdb.texinfo (MI commands): Added documentation of --reverse
1679 option to a set of MI commands. Restructured documentation of MI
1680 commands --exec-continue to reflect the complexity of reverse
1681 execution.
1682
081dfbf7
PA
16832010-02-12 Pedro Alves <pedro@codesourcery.com>
1684
1685 * gdb.texinfo (Using the Collected Data): Specify that the address
1686 range of `tfind outsize' is exclusive, and that the address range
1687 of `tfind range' is inclusive.
1688 (Tracepoint Packets): Specify that the address range of
1689 `QTFrame:range' is inclusive, and that the address range of
1690 `QTFrame:outside' is exclusive
1691
8e9c5e02
VP
16922010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1693
1694 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1695
92981e24
TT
16962010-02-10 Tom Tromey <tromey@redhat.com>
1697
1698 * gdb.texinfo (Debugging Output): Document set debug parser and
1699 show debug parser.
1700
075b51b7
L
17012010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1702
1703 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1704 i386_eflags and i386_mxcsr.
1705
3bb8d5c3
L
17062010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1707
1708 * gdb.texinfo: Document i386 target features.
1709
c5f80513
DE
17102010-02-05 Doug Evans <dje@google.com>
1711
1712 * gdbint.texinfo (Testsuite): Add a new section to document the
1713 various DejaGnu variables that may be overridden.
1be00882 1714 Document INTERNAL_GDBFLAGS.
c5f80513 1715
6ac33a4e
TT
17162010-02-04 Tom Tromey <tromey@redhat.com>
1717
1718 PR cli/8830:
1719 * gdb.texinfo (Files): -readnow comes before the filename for file
1720 and symbol-file.
1721
a1dcb23a
DJ
17222010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1723
1724 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1725 Document ARM breakpoint types.
1726 (Register Packet Format): Move into the new section.
1727 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1728
95433b34
JB
17292010-01-21 Joel Brobecker <brobecker@adacore.com>
1730
1731 * gdb.texinfo (File Options): Adjust the documentation of this
1732 switch to refer to the "source" command rather than partially
1733 duplicating some of the relevant information.
1734 (Extending GDB): Introduce and document the set/show script-extension
1735 setting.
1736 (Command Files): Add note explaining that the "source" command
1737 is also used to evalute scripts written in other languages.
1738 Remove the short slightly incorrect reference to sourcing Python
1739 scripts.
1740 (Python Commands): Document how to execute a Python script from GDB.
1741
8d576872
JB
17422010-01-19 Joel Brobecker <brobecker@adacore.com>
1743
1744 * gdb.texinfo (Command Files): Fix typo.
1745
8150ff9c
JB
17462010-01-18 Tom Tromey <tromey@redhat.com>
1747
1748 * gdb.texinfo (File Options): Document -x on .py files.
1749 (Command Files): Document handling of Python scripts.
1750
23db03a6
JZ
17512010-01-18 Jie Zhang <jie.zhang@analog.com>
1752
1753 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1754
00bf0b85
SS
17552010-01-15 Stan Shebs <stan@codesourcery.com>
1756
1757 * gdb.texinfo (Trace Files): New section.
1758 (Tracepoint Packets): Document QTSave and qTBuffer.
1759 (Trace File Format): New appendix.
1760
be759fcf
PM
17612010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1762
1763 * gdb.texinfo (Values From Inferior): Document lazy_string value
1764 method.
1765 (Python API): Add Lazy strings menu item.
1766 (Lazy Strings In Python): New node.
1767
dc146f7c
VP
17682010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1769
1770 * gdb.texinfo (GDB/MI Thread Information): New.
1771 (GDB/MI Async Records): Document the core field in *stopped.
1772 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1773 documentation
1774 (Process list): Document that osdata document may contain
1775 threads.
1776 (Remote Serial Protocol): Document qXfer:threads.
1777
d5551862
SS
17782010-01-06 Stan Shebs <stan@codesourcery.com>
1779
1780 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1781 disconnected tracing.
1782 (Tracepoint Packets): Document new protocol.
1783
7a697b8d
SS
17842010-01-05 Stan Shebs <stan@codesourcery.com>
1785
1786 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1787 tracepoints.
1788 (Tracepoint Packets): Describe remote protocol for fast
1789 tracepoints.
1790
e6f3ec50
JB
17912010-01-01 Joel Brobecker <brobecker@adacore.com>
1792
1793 Update the "Start of New Year Procedure".
1794 * gdbint.texinfo: Add the list of files that need to be updated
1795 manually. Minor reformatting.
1796
ddc4e9c1
JB
17972010-01-01 Joel Brobecker <brobecker@adacore.com>
1798
1799 * refcard.tex: Update copyright year in header and text.
1800
9d2897ad
JB
18012010-01-01 Joel Brobecker <brobecker@adacore.com>
1802
1803 * agentexpr.texi: Add 2010 to the list of copyright years.
1804 * annotate.texinfo: Likewise.
1805 * gdb.texinfo: Likewise.
1806 * gdbint.texinfo: Likewise.
1807 * observer.texi: Likewise.
1808 * stabs.texinfo: Likewise.
1809
6da95a67
SS
18102009-12-31 Stan Shebs <stan@codesourcery.com>
1811
1812 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1813
236f1d4d
SS
18142009-12-29 Stan Shebs <stan@codesourcery.com>
1815
1816 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1817
f61e138d
SS
18182009-12-28 Stan Shebs <stan@codesourcery.com>
1819
1820 * gdb.texinfo (Trace State Variables): New section.
1821 (Tracepoint Packets): Describe trace state variable packets.
1822 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1823 variable bytecodes.
1824
0fe7935b
DJ
18252009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1826
1827 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1828 declarations.
1829
a6b29f87
VP
18302009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1831
1832 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1833 -gdb-exit behaviour.
1834
5e4bde96
JB
18352009-12-20 Joel Brobecker <brobecker@adacore.com>
1836
1837 * gpl.texi: Update to version 3 of the GPL.
1838
a1715244
JB
18392009-12-20 Joel Brobecker <brobecker@adacore.com>
1840
1841 * Makefile.in: Update copyright header.
1842 * observer.texi: Fix the copyright header of the generated files.
1843
361ae042
PM
18442009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1845
1846 * gdb.texinfo (Types In Python): Describe range function.
1847
bfd31e71
PM
18482009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1849
1850 * gdb.texinfo (Types In Python): Describe "is_base_class".
1851
57a1d736
TT
18522009-12-03 Tom Tromey <tromey@redhat.com>
1853
1854 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1855
8cebebb9
PP
18562009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1857
1858 * observer.texi: New memory_changed observer.
1859
16af530a
TT
18602009-12-01 Tom Tromey <tromey@redhat.com>
1861
1862 * gdb.texinfo (Reverse Execution): Fix typo.
1863
b6199126
DJ
18642009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1865
1866 PR gdb/8704
1867
1868 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1869 are allowed after the breakpoint condition.
1870
7a6973ad
TT
18712009-11-23 Tom Tromey <tromey@redhat.com>
1872
1873 PR python/10782:
1874 * gdb.texinfo (Types In Python): Document Type.pointer.
1875
21a0512e
PP
18762009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1877
1878 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1879
a5832c8f
PA
18802009-11-11 Pedro Alves <pedro@codesourcery.com>
1881
1882 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1883 (Using Agent Expressions): Delete cross reference.
1884
1eb7cd77
JB
18852009-11-07 Joel Brobecker <brobecker@adacore.com>
1886
1887 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1888 and @settitle directives up to help makeinfo find them.
1889
24ddea62
JK
18902009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1891
1892 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1893 (Auto-loading): Use plural and note one can use multiple components now.
1894
3afae151
VP
18952009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1896
1897 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1898 -stack-list-arguments have the same documentation for parameter
1899 as -stack-list-locals. Add comas.
1900
14ff2235
PM
19012009-10-27 Tom Tromey <tromey@redhat.com>
1902 Eli Zaretskii <eliz@gnu.org>
1903
c8d5aac9 1904 PR python/10781
14ff2235
PM
1905
1906 * gdb.texinfo (Values From Inferior): Document cast method.
1907
9c419145
PP
19082009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1909
1910 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1911 and adjust example.
889bf7c5 1912
29153c24
MS
19132009-10-22 Michael Snyder <msnyder@vmware.com>
1914
1915 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1916 info record command. Also document the new save and restore
29153c24
MS
1917 commands.
1918
2b28d209
PP
19192009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1920
1921 * gdb.texinfo (Machine Code): Mention current pc marker.
1922 (Memory): Likewise.
1923
6c95b8df
PA
19242009-10-19 Pedro Alves <pedro@codesourcery.com>
1925 Stan Shebs <stan@codesourcery.com>
1926
1927 * observer.texi (new_inferior): Rename to...
1928 (inferior_appeared): ... this.
1929
1930 * gdb.texinfo (Inferiors): Rename node to ...
1931 (Inferiors and Programs): ... this. Mention running multiple
1932 programs in the same debug session.
1933 <info inferiors>: Mention the new 'Executable' column if "info
1934 inferiors". Update examples. Document the "add-inferior",
1935 "clone-inferior", "remove-inferior" and "maint info
1936 program-spaces" commands.
1937 (Process): Rename node to...
1938 (Forks): ... this. Document "set|show follow-exec-mode".
1939
2f8132f3
MS
19402009-10-11 Michael Snyder <msnyder@vmware.com>
1941
1942 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1943 (ReverseContinue): Ditto.
1944
cba4b2d3
PP
19452009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1946
1947 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1948
da082f17
JK
19492009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1950
1951 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1952
08be9d71
ME
19532009-10-06 Michael Eager <eager@eagercon.com>
1954
1955 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1956 (Embedded Processors): Add MicroBlaze.
1957 (MicroBlaze): New. Describe Xilinx MicroBlaze
1958
08a0efd0
PA
19592009-10-04 Pedro Alves <pedro@codesourcery.com>
1960
1961 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1962
cbb8f428
EZ
19632009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1964
1965 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1966
30a4a70c
JB
19672009-09-23 Joel Brobecker <brobecker@adacore.com>
1968
1969 * observer.texi (solib_unloaded): Document explicitly the fact that
1970 this observer is called before the associated symbols are unloaded.
1971
b3372f91
VP
19722009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1973
1974 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1975 -stack-list-variables.
1976
f43030c4
TT
19772009-09-18 Tom Tromey <tromey@redhat.com>
1978
1979 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1980 is experimental.
1981
ec7e75e7
PP
19822009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1983
1984 * gdb.texinfo (convenince variables): Mention
1985 $_siginfo could be empty.
f43030c4 1986
0cc7d26f
TT
19872009-09-15 Tom Tromey <tromey@redhat.com>
1988
1989 * gdb.texinfo (GDB/MI Variable Objects): Document
1990 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1991 Expand -var-update documentation.
1992
a96d9b2e
SDJ
19932009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1994
1995 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1996 feature.
1997
005ca36a
JB
19982009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1999
2000 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
2001
0d772ac9
MS
20022009-09-10 Michael Snyder <msnyder@vmware.com>
2003
2004 * gdb.texinfo (qSupported): Mention new ReverseContinue and
2005 ReverseStep replies to the qSupported query.
2006
14fb1bac
JB
20072009-09-10 Joel Brobecker <brobecker@adacore.com>
2008
2009 Add documentation for set/show interactive-mode.
2010 * gdb.texinfo (Other Misc Settings): New node.
2011
29b090c0
DE
20122009-09-01 Doug Evans <dje@google.com>
2013
2014 * gdb.texinfo (Caching Data of Remote Targets): Add note on
2015 non-stop mode's affect on remote caching.
2016
4e5d721f
DE
20172009-08-31 Jacob Potter <jdpotter@google.com>
2018 Doug Evans <dje@google.com>
2019
2020 * gdb.texinfo (Caching Data of Remote Targets): Update text.
2021 Mark `set/show remotecache' options as obsolete.
2022 Document new `set/show stack-cache' option.
2023 Update text for `info dcache'.
2024
55333a84
DE
20252009-08-27 Doug Evans <dje@google.com>
2026
2027 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
2028 (Files): Add note on new optional regex arg to `info sharedlibrary'.
2029
bc3a0b4d
RW
20302009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2031
2032 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
2033 about autoconf.
2034
3a1ff0b6
PA
20352009-08-25 Pedro Alves <pedro@codesourcery.com>
2036
2037 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
2038 small example, and describe its columns. Replace "inferior-id" by
2039 "infno" throughout.
2040
81ecdfbb
RW
20412009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2042
af542c2e
RW
2043 * gdbint.texinfo (Releasing GDB): Point to
2044 README-maintainer-mode file for required autoconf version.
2045 * configure.ac: Do not substitute datarootdir, htmldir,
2046 pdfdir, docdir. Do not process --with-datarootdir,
2047 --with-htmldir, --with-pdfdir, --with-docdir.
2048 * configure: Regenerate.
2049
81ecdfbb
RW
2050 * configure: Regenerate.
2051
4efc6507
DE
20522009-08-20 Reid Kleckner <reid@kleckner.net>
2053
2054 * gdb.texinfo: Add chapter on JIT interface.
2055
43089a6e
NR
20562009-08-07 Nick Roberts <nickrob@snap.net.nz>
2057
2058 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 2059 confirmation request.
43089a6e 2060
99e008fe
EZ
20612009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
2062
c8d5aac9
L
2063 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
2064 CRC definitions.
99e008fe 2065
48cb2d85
VP
20662009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2067
2068 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 2069 -break-commands.
48cb2d85 2070
ff1a52c6
UW
20712009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2072
2073 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2074 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
2075
3285f3fe
UW
20762009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2077
2078 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2079 "set spu stop-on-load" and "show spu stop-on-load" commands.
2080
e35359c5
UW
20812009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2082
2083 * gdb.texinfo (Target Descriptions): Document <compatible> element.
2084
58d6951d
DJ
20852009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2086
2087 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
2088 org.gnu.gdb.arm.neon.
2089
08d16641
PA
20902009-07-20 Pedro Alves <pedro@codesourcery.com>
2091
2092 * gdb.texinfo (Target Description Format): Mention the new <osabi>
2093 optional element.
2094 (subsection OS ABI): New subsection.
2095
782b2b07
SS
20962009-07-14 Stan Shebs <stan@codesourcery.com>
2097
2098 * gdb.texinfo (Tracepoint Conditions): New section.
2099 (General Query Packets): Describe ConditionalTracepoints.
2100 (Tracepoint Packets): Describe condition field.
2101 (Maintenance Commands): Describe maint agent-eval.
2102 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
2103
9b117ef3
HZ
21042009-07-11 Hui Zhu <teawater@gmail.com>
2105
2106 * gdb.texinfo (disassemble): Add a new modifier /r
2107 to "disassemble" command to make it print the raw instructions
2108 in hex as well as in symbolic form.
2109
f5a33284
TT
21102009-07-09 Tom Tromey <tromey@redhat.com>
2111
2112 * gdbint.texinfo (Testsuite): Document parallel make check.
2113
812f7342
TT
21142009-07-09 Tom Tromey <tromey@redhat.com>
2115
2116 * gdbint.texinfo (Testsuite): Document test transcripts.
2117
fbb8f299
PM
21182009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2119
2120 * gdb.texinfo (Values From Inferior): Add length parameter
2121 description.
2122
dd8f35ac
EZ
21232009-07-04 Chris Genly <chris@genly.us>
2124
2125 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
2126 in -var-list-children. Fix example according to what the code
2127 does.
2128
2277426b
PA
21292009-07-02 Pedro Alves <pedro@codesourcery.com>
2130
2131 * gdb.texinfo (Debugging multiple inferiors): Document the
2132 "inferior", "detach inferior" and "kill inferior" commands.
2133 (Debugging Programs with Multiple Processes): Adjust to mention
2134 generic "inferior" commands. Delete mention of "detach fork" and
2135 "delete fork". Cross reference to "Debugging multiple inferiors"
2136 section.
2137
a6d9a66e
UW
21382009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2139
5af949e3
UW
2140 * gdbint.texinfo (Item Output Functions): Update signature
2141 for ui_out_field_core_addr.
2142
21432009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2144
2145 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
2146 Update example code extrated from breakpoint.c.
2147
9901a55b 21482009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 2149
9901a55b
PP
2150 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
2151 MI commands.
2152 (GDB/MI Symbol Query): Likewise.
2153 (GDB/MI File Commands): Likewise.
2154 (GDB/MI File Transfer Commands): Likewise.
2155 (GDB/MI Target Manipulation): Likewise.
2156 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 2157
edb3359d
DJ
21582009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
2159
2160 * gdb.texinfo (Debugging Optimized Code): New chapter.
2161 (Compiling for Debugging): Reference it. Move some
2162 text to the new section.
2163
7cd1089b
PM
21642009-06-15 Phil Muldoon <pmuldoon@redhat.com>
2165
2166 * doc/gdb.texinfo (Calling): Document
2167 set-unwind-on-terminating-exception usage.
2168
d4db2f36
PA
21692009-06-11 Pedro Alves <pedro@codesourcery.com>
2170
2171 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
2172 command.
2173
d1a7880c
PA
21742009-06-07 Pedro Alves <pedro@codesourcery.com>
2175
2176 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
2177 references.
2178
473f94e6
UW
21792009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
2180
2181 * gdbint.texinfo: Rename formal parameters to gdbarch function
2182 protoypes from "current_gdbarch" to "gdbarch".
2183
8f500870
TT
21842009-05-28 Tom Tromey <tromey@redhat.com>
2185
2186 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
2187
b6313243
TT
21882009-05-27 Tom Tromey <tromey@redhat.com>
2189
2190 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2191 feature.
2192 (GDB/MI Variable Objects): Document -var-set-visualizer.
2193
21942009-04-02 Tom Tromey <tromey@redhat.com>
2195
2196 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2197 feature.
2198 (GDB/MI Variable Objects): Document -var-set-visualizer.
2199
a6bac58e
TT
22002009-05-27 Tom Tromey <tromey@redhat.com>
2201 Thiago Jung Bauermann <bauerman@br.ibm.com>
2202 Phil Muldoon <pmuldoon@redhat.com>
2203
2204 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
2205 (Pretty Printing): New node.
2206 (Selecting Pretty-Printers): Likewise.
2207 (Python API): Update.
2208 (Output Formats): Document /r format.
2209
2c74e833
TT
22102009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
2211 Tom Tromey <tromey@redhat.com>
2212
2213 * gdb.texinfo (Types In Python): New node.
2214 (Values From Inferior): "type" is now an attribute.
2215 (Python API): Update.
2216
89c73ade
TT
22172009-05-27 Tom Tromey <tromey@redhat.com>
2218 Thiago Jung Bauermann <bauerman@br.ibm.com>
2219 Phil Muldoon <pmuldoon@redhat.com>
2220
2221 * gdb.texinfo: Add @syncodeindex for `tp'.
2222 (Python API): Update.
2223 (Auto-loading): New node.
2224 (Objfiles In Python): New node.
2225
17a37d48
PP
22262009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2227
2228 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 2229
6718376f
NR
22302009-05-15 Nick Roberts <nickrob@snap.net.nz>
2231
2232 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
2233
cbe54154
PA
22342009-05-12 Pedro Alves <pedro@codesourcery.com>
2235
2236 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
2237 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
2238 show show-debug-regs' docs.
2239
8e05493c
EZ
22402009-05-08 Eli Zaretskii <eliz@gnu.org>
2241
2242 * gdb.texinfo (Process Record and Replay): Add description of
2243 reverse execution.
2244
b39f4988
JB
22452009-05-07 Joel Brobecker <brobecker@adacore.com>
2246
2247 * gdbint.texinfo (Adding support for debugging core files): New node.
2248 (Native Debugging): Remove the ``Native core file Support'' section.
2249
a2311334
EZ
22502009-05-01 Eli Zaretskii <eliz@gnu.org>
2251
2252 * gdb.texinfo (Process Record and Replay): Improve and clarify.
2253 Add index entries.
2254
53cc454a 22552009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 2256 Michael Snyder <msnyder@vmware.com>
53cc454a 2257
a2311334
EZ
2258 * gdb.texinfo: (Process Record and Replay): Add documentation for
2259 process record and replay.
53cc454a 2260
484086b7
JK
22612009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2262
2263 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
2264 a new part on command-line defined macros.
2265
32ae1842
EZ
22662009-04-25 Eli Zaretskii <eliz@gnu.org>
2267
2268 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
2269 clarify the wording.
2270
b14b1491
TT
22712009-04-23 Tom Tromey <tromey@redhat.com>
2272
2273 * gdb.texinfo (Data Files): New node.
2274 (GDB Files): Update menu.
2275
5c1e86e1
JB
22762009-04-23 Joel Brobecker <brobecker@adacore.com>
2277
2278 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 2279 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 2280
83eba9b7
VP
22812009-04-22 Vladimir Prus <vladimir@codesourcery.com>
2282
2283 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2284
e31198c4
HZ
22852009-04-22 Hui Zhu <teawater@gmail.com>
2286
2287 * gdb.texinfo (disassemble-next-line): Set the default of
2288 disassemble-next-line to off.
2289
26e251b6
JM
22902009-04-21 Joseph Myers <joseph@codesourcery.com>
2291
2292 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2293 --with-htmldir): New.
2294 * configure: Regenerate.
2295 * Makefile.in (datarootdir, docdir): Define.
2296 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2297 instead of $(SET_TEXINPUTS).
2298 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2299 gdbint.info instead of $(SET_TEXINPUTS).
2300 (gdbint/index.html): Use same -I options as for building
2301 gdbint.info.
2302 (stabs.dvi, stabs.pdf): Use same -I options as for building
2303 stabs.info instead of $(SET_TEXINPUTS).
2304 (stabs/index.html): Use same -I options as for building
2305 stabs.info.
2306 (annotate.dvi, annotate.pdf): Use same -I options as for building
2307 annotate.info instead of $(SET_TEXINPUTS).
2308 (annotate/index.html): Use same -I options as for building
2309 annotate.info.
2310
eac35c4e
DD
23112009-04-21 David Daney <ddaney@caviumnetworks.com>
2312
2313 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2314
29b0e8a2
JM
23152009-04-21 Joseph Myers <joseph@codesourcery.com>
2316
2317 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2318
2b831889 23192009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 2320 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
2321
2322 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2323 (MAKEHTMLFLAGS): Set to empty.
2324 (html__strip_dir): Define.
2325 (HTMLFILES): Define.
2326 (HTMLFILES_INSTALL): Define.
2327 (install-html): Copy new automake rule.
2328 (html): Depend on $(HTMLFILES).
2329 (gdb_toc.html): Rename to gdb/index.html.
2330 (gdbint_toc.html): Rename to gdbint/index.html.
2331 (stabs_toc.html): Rename to stabs/index.html.
2332 (annotate_toc.html): Rename to annotate/index.html.
2333
89a34d1b
JM
23342009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2335
2336 * Makefile.in: Set pdfdir and htmldir from configure
2337 substitutions.
2338 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2339 * configure: Regenerate.
2340
a2d5da46
JB
23412009-04-16 Joel Brobecker <brobecker@adacore.com>
2342
2343 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2344 This macro is no longer used.
2345
732f6a93
TT
23462009-04-15 Tom Tromey <tromey@redhat.com>
2347
2348 * gdb.texinfo (Character Sets): Document default character set.
2349
87f9adc1
PM
23502009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2351
2352 * gdbint.texinfo: Change server name from sources.redhat.com to
2353 sourceware.org throughout.
2354
2c88c651
JB
23552009-04-09 Joel Brobecker <brobecker@adacore.com>
2356
2357 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2358 about a missing dot or coma after @xref.
2359
4f5376b2
JB
23602009-04-02 Joel Brobecker <brobecker@adacore.com>
2361
2362 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2363 example, and add a small explanation about it.
2364 (Print Settings): Change the documentation of the "set print
2365 frame-arguments" to reflect the fact that the default is now "scalars".
2366
a0381d3a
JB
23672009-04-02 Joel Brobecker <brobecker@adacore.com>
2368
2369 * gdb.texinfo (Print Settings): Add kindex for command "set
2370 print frame-arguments".
2371
45ac276d
JB
23722009-03-31 Joel Brobecker <brobecker@adacore.com>
2373
2374 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2375 breakpoints.
2376 (Set Breaks): Add reference to thread-specific and task-specific
2377 breakpoints.
2378
32cd1edc
JB
23792009-03-31 Joel Brobecker <brobecker@adacore.com>
2380
2381 * gdb.texinfo (Ada Tasks): Remove the documentation about
2382 the "Running" state, as this state has been eliminated.
2383 Now all runnable tasks are shown as "Runnable".
2384
1042e4c0
SS
23852009-03-30 Stan Shebs <stan@codesourcery.com>
2386
2387 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2388 special case of breakpoints.
2389 (Enable and Disable Tracepoints): Mention deprecation.
2390 (Listing Tracepoints): Update description and example.
2391
f8f6f20b
TJB
23922009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2393
2394 * gdb.texinfo (Frames in Python): New node.
2395 (Python API): Update.
2396
c0c6f777
TJB
23972009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2398
2399 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2400 from a method to an attribute.
2401
def2b000
TJB
24022009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2403
2404 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2405 attribute.
2406
a07daef3
PA
24072009-03-25 Pedro Alves <pedro@codesourcery.com>
2408
2409 * observer.texi (thread_exit): Add "silent" parameter.
2410
f3b1572e
PA
24112009-03-22 Pedro Alves <pedro@codesourcery.com>
2412
2413 * observer.texi (about_to_proceed): New.
2414
587afa38
EZ
24152009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2416
2417 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2418 field throughout to handle types with spaces in them. Fix typos
2419 found by aspell.
2420 (Summary, Requirements, Contributors): New first chapter,
2421 "Summary" added, old Requirements section moved there, and new
2422 section, "Contributors" added.
2423 (Initializing a New Architecture, Register Representation)
2424 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2425 (Porting gdb): These sections extended and updated.
2426 (Compiler Characteristics): This section (empty) deleted.
2427 (Defining Other Architecture Features): This section renamed and
2428 duplicate material removed from (formerly "Target Conditionals").
2429 Use braces {} in @deftypeXX type field throughout to handle types
2430 with spaces in them. Typos found by aspell fixed.
2431
2432 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2433 * stack_frame.pdf: Version of image for PDF output.
2434 * stack_frame.png: Version of image for HTML output and for Emacs.
2435 * stack_frame.txt: Version of image for Info output.
1db61298 2436 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2437
10af6951
EZ
24382009-03-21 Eli Zaretskii <eliz@gnu.org>
2439
2440 * gdb.texinfo (Character Sets): Fix last change.
2441
cc924cad
TJB
24422009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2443
2444 * gdb.texinfo (Values From Inferior): Fix optional arguments
2445 markup.
2446 (Commands In Python): Adjust argument names of gdb.Command.__init__
2447 to what the function accepts as keywords.
2448
bc3b79fd
TJB
24492008-03-20 Tom Tromey <tromey@redhat.com>
2450
2451 * gdb.texinfo (Convenience Vars): Document convenience functions.
2452 (Functions In Python): New node.
2453 (Python API): Update.
2454
6c7a06a3
TT
24552009-03-20 Tom Tromey <tromey@redhat.com>
2456
2457 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2458 set target-wide-charset.
2459 (Requirements): Mention iconv.
2460
b646ddd4
HZ
24612009-03-17 Hui Zhu <teawater@gmail.com>
2462
2463 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2464
91440f57
HZ
24652009-03-17 Hui Zhu <teawater@gmail.com>
2466
2467 * gdb.texinfo: Add documentation for disassemble-next-line.
2468
8fd41227
TJB
24692009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2470
2471 * gdb.texinfo (Commands In Python): Remove tindex entries.
2472
61ff14c6
JK
24732009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2474
2475 * gdb.texinfo (Returning): New description for missing debug info.
2476
0b16c5cf
PA
24772009-03-14 Pedro Alves <pedro@codesourcery.com>
2478
2479 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2480 (General Query Packets): Document qAttached.
0b16c5cf 2481
32fc0df9
PA
24822009-03-05 Pedro Alves <pedro@codesourcery.com>
2483
2484 * gdb.texinfo (Background Execution): Better describe the set
2485 target-async command.
2486 (Maintenance Commands): Delete description of the `maint set/show
2487 linux-async' and `maint set/show remote-async' commands.
2488
134eb42c
VP
24892009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2490
2491 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2492 between sentences.
2493
c86cf029
VP
24942009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2495
2496 * gdb.texinfo (GDB/MI Async Records): Document the
2497 =library-loaded and =library-unloaded notifications.
2498
3ea85240
VP
24992009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2500
2501 * observer.texi (test_notification): New observer.
2502
1d33d6ba
VP
25032009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2504
61ff14c6
JK
2505 * observer.texi: Add parameter 'print_frame' to normal_stop
2506 observer.
1d33d6ba 2507
d721c933
EZ
25082009-02-07 Eli Zaretskii <eliz@gnu.org>
2509
2510 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2511 (Commands In Python): Fix COMMAND_* constants in last change. Use
2512 @kbd for interactive input. Add cross-references and index
2513 entries.
2514
4aa995e1
PA
25152009-02-06 Pedro Alves <pedro@codesourcery.com>
2516
2517 * gdb.texinfo (Signals): Document $_siginfo.
2518 (Convenience Variables): Mention $_siginfo.
2519 (Remote Configuration): Document qXfer:siginfo:read,
2520 qXfer:siginfo:write packets, and the read-siginfo-object,
2521 write-siginfo-object commands.
2522
5f5233d4
PA
25232009-02-06 Pedro Alves <pedro@codesourcery.com>
2524
2525 * gdbint.texinfo (Values): New chapter.
2526
d8906c6f
TJB
25272009-02-06 Tom Tromey <tromey@redhat.com>
2528
2529 * gdb.texinfo (Python API): Add entry for Commands In Python.
2530 (Commands In Python): New node.
2531
b6cb8e7d
TJB
25322009-02-05 Tom Tromey <tromey@redhat.com>
2533
2534 * gdb.texinfo (Values From Inferior): Document Value.string.
2535
12453b93
TJB
25362009-02-05 Tom Tromey <tromey@redhat.com>
2537
2538 * gdb.texinfo (Basic Python): Document execute's from_tty
2539 argument.
2540
08c637de
TJB
25412009-02-04 Tom Tromey <tromey@redhat.com>
2542
2543 * gdb.texinfo (Basic Python): Document gdb.history.
2544
592375cd
VP
25452009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2546
2547 * gdb.texinfo (GDB/MI Thread Commands): Document the
2548 'current-thread-id' field. Remove the example with zero threads,
2549 since current GDB won't ever report that if there's inferior.
2550
41447f92
VP
25512009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2552
2553 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2554 option to -break-insert.
2555
098b41a6
JG
25562009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2557 Jerome Guitton <guitton@adacore.com>
2558
2559 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2560 (System-wide configuration): New section.
2561
3c16cced
PA
25622009-01-26 Pedro Alves <pedro@codesourcery.com>
2563
2564 PR gdb/7580:
2565 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2566 internal-error|internal-warning quit|corefile ask|yes|no".
2567
62709adf
PA
25682009-01-26 Pedro Alves <pedro@codesourcery.com>
2569
2570 * gdb.texinfo (Using the `gdbserver' Program): Document
2571 --remote-debug.
2572
7ce58dd2
DE
25732009-01-23 Doug Evans <dje@google.com>
2574
2575 * gdb.texinfo: Add nexti to list of commands that support
2576 background execution.
2577
adb483fe
DJ
25782009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2579
2580 * gdb.texinfo (Define, Hooks): Document prefix command support.
2581
a67ec3f4 25822009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2583 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2584
2585 Fixes for makeinfo --html.
2586
2587 * annotate.texinfo: Use @copying and @insertcopying. Use
2588 @ifnottex in place of @ifinfo.
2589 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2590 place of @ifinfo. Use @ifnotinfo for one index entry.
2591 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2592 in place of @ifinfo.
2593 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2594 in place of @ifinfo. Include contents at start unconditionally.
2595
84fcdf95
PA
25962009-01-13 Pedro Alves <pedro@codesourcery.com>
2597
2598 * gdb.texinfo (General Query Packets): Remove @var{} around the
2599 "spu" literal string.
2600
fa3a767f
PA
26012009-01-07 Pedro Alves <pedro@codesourcery.com>
2602
2603 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2604 program may be running in another process" errors.
2605 * gdbint.texinfo (Native Conditionals): Delete
2606 ONE_PROCESS_WRITETEXT description.
2607
9cb011d3
JB
26082009-01-07 Joel Brobecker <brobecker@adacore.com>
2609
2610 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2611 emacs local variable to be placed at the end of the ChangeLog.
2612 Add server.c and gdbreplay.c to the list of files where the
2613 copyright year needs to be updated.
2614
84603566
SL
26152009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2616
2617 * gdb.texinfo (Remote Configuration): Document new
2618 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2619 commands.
2620
a53f55d8
PA
26212008-12-28 Pedro Alves <pedro@codesourcery.com>
2622
2623 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2624 FETCH_INFERIOR_REGISTERS.
2625 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2626 FETCH_INFERIOR_REGISTERS descriptions. Remove
2627 gdbarch_get_longjmp_target descrition, since already described in
2628 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2629 (Target Conditionals): ... here.
2630
077e0a52
JB
26312008-12-16 Joel Brobecker <brobecker@adacore.com>
2632
2633 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2634 examples.
2635 (Additions to Ada): Likewise. Add the missing opening and closing
2636 parenthesis of the GDB prompt in one of the examples.
2637
023eb17c
JB
26382008-12-14 Joel Brobecker <brobecker@adacore.com>
2639
2640 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2641 about the result of 'Address not being of type System.Address.
2642 This problem has been fixed a while ago.
2643
c3b108f7
VP
26442008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2645
2646 MI non-stop and multiprocess docs.
2647
c8d5aac9
L
2648 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2649 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2650 Adjust documentation for *stopped, document =thread-created,
2651 =thread-exited, =thread-group-created and =thread-group-exited.
2652 (GDB/MI Thread Commands): Document the 'state' field in
2653 -thread-info output.
2654 (GDB/MI Program Execution): Mention --all and --thread-group
2655 options.
2656 (GDB/MI Variable Objects): Describe floating and fixed variable
2657 objects.
2658 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2659
07e059b5
VP
26602008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2661
c8d5aac9
L
2662 * gdb.texinfo (Operating System Information): New appendix.
2663 (Operating System Auxiliary Information): Document 'info os processes'
2664 (Remote Configuration): Document 'osdata'
2665 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2666
a80b95ba
TG
26672008-11-27 Tristan Gingold <gingold@adacore.com>
2668
2669 * gdb.texinfo (Darwin): Document Darwin specific features.
2670
a655d424
JK
26712008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2672
2673 * gdbint.texinfo (Target Conditionals): Extend the
2674 gdbarch_breakpoint_from_pc description.
2675
249e1128
VP
26762008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2677
2678 * gdb.texinfo (M68K Features): Fix typo.
2679
c14c28ba
PP
26802008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2681
2682 * gdb.texinfo (Symbols): Mention printing containing
2683 image name in "info symbol".
2684 (Maint translate-address): Likewise.
889bf7c5 2685
394a6666
JB
26862008-11-18 Joel Brobecker <brobecker@adacore.com>
2687
2688 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2689 commands "catch load" and "catch unload".
2690
66bb093b
VP
26912008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2692
2693 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2694 =thread-selected.
889bf7c5 2695
4a92f99b
VP
26962008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2697
c8d5aac9 2698 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2699
f0323ca0
PA
27002008-10-27 Pedro Alves <pedro@codesourcery.com>
2701
2702 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2703 .mt files, TM_CLIBS or TM_CDEPS.
2704 (x86 Watchpoints): Don't mention TDEPFILES.
2705
8b23ecc4
SL
27062008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2707
2708 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2709 (Overview): Mention notifications and non-stop mode behavior.
2710 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2711 with non-stop mode behavior. Add vStopped description.
2712 (Stop Reply Packets): Update list of packets that return
2713 stop replies. Mention non-stop behavior.
2714 (General Query Packets): Document QNonStop packet and associated
2715 qSupported query response.
2716 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2717 behavior.
2718 (Notification Packets): New section.
2719 (Remote Non-Stop): New section.
2720 (File-I/O Overview): Mention non-stop behavior.
2721
fff08868
HZ
27222008-10-24 Hui Zhu <teawater@gmail.com>
2723 Pedro Alves <pedro@codesourcery.com>
2724
2725 * gdb.texinfo (displaced-stepping): Describe the auto mode
2726 setting, and say it's the default. This is now a mainstream
2727 setting instead of a maintenance setting.
2728
252fbfc8
PA
27292008-10-23 Pedro Alves <pedro@codesourcery.com>
2730
2731 * observer.texi (thread_stop_requested): New.
2732
20924a55
JB
27332008-10-22 Joel Brobecker <brobecker@adacore.com>
2734
2735 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2736 (Patching): Replace incorrect usage of @samp by @kbd.
2737
bacec72f
MS
27382008-10-17 Michael Snyder <msnyder@vmware.com>
2739
2740 * gdb.texinfo: Add documentation for reverse execution.
2741
a08702d6 27422008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2743 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2744
2745 * gdb.texinfo. (Values From Inferior): New subsubsection.
2746
d97bc12b
DE
27472008-10-06 Doug Evans <dje@google.com>
2748
2749 * gdb.texinfo (set debug dwarf2-die): Document it.
2750
87f67dba
JB
27512008-10-01 Joel Brobecker <brobecker@adacore.com>
2752
2753 * gdb.texinfo (catch) [exception]: Document how to insert
2754 a breakpoint on user-defined exceptions when the exception
2755 name is identical to one of the language-defined ones.
2756
2fae03e8
TT
27572008-09-27 Tom Tromey <tromey@redhat.com>
2758
2759 * gdb.texinfo (Macros): Remove text about stringification,
2760 varargs, and splicing.
2761
5c6ce71d
TT
27622008-09-27 Tom Tromey <tromey@redhat.com>
2763
2764 * gdbint.texinfo (Language Support): Remove text about omitting
2765 support for a language.
2766
07128da0
DE
27672008-09-23 Doug Evans <dje@google.com>
2768
2769 * gdb.texinfo (info dcache): Update.
2770
b90a069a
SL
27712008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2772
2773 * gdb.texinfo (Packets): Add info on thread-id syntax and
2774 multiprocess extensions.
2775 <D>: Document multiprocess form of packet.
2776 <H>: Use thread-id syntax.
2777 <T>: Likewise.
2778 <vCont>: Likewise. Note this is required for multiprocess.
2779 <vKill>: New packet.
2780 (Stop Reply Packets) <T>: Use thread-id syntax.
2781 <W>: Document multiprocess form of reply.
2782 <X>: Likewise.
2783 (General Query Packets) <qC>: Use thread-id syntax.
2784 <qfThreadInfo>: Likewise.
2785 <qGetTLSAddr>: Likewise.
2786 <qP>: Likewise.
2787 <qSupported>: Add "multiprocess" feature.
2788 <qThreadExtraInfo>: Use thread-id syntax.
2789
b77209e0
PA
27902008-09-22 Stan Shebs <stan@codesourcery.com>
2791
2792 * gdb.texinfo (Inferiors): New section.
2793
3d0bb823
PA
27942008-09-12 Pedro Alves <pedro@codesourcery.com>
2795
2796 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2797
f8dcfc0a
UW
27982008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2799
2800 * gdbint.texinfo (Target Conditionals): Remove documentation
2801 for gdbarch_name_of_malloc.
2802
8775bb90
MS
28032008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2804
2805 * gdb.texinfo (Interrupts): Mention TCP interface for
2806 sending BREAK.
2807
f1838a98
UW
28082008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2809
2810 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2811 argument prefix to "set sysroot".
2812
158c7665
PH
28132008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2814
2815 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2816 and False.
2817
30e026bb
VP
28182008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2819
c8d5aac9
L
2820 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2821 for possible features of -list-features.
30e026bb 2822
c6ebd6cf
VP
28232008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2824
c8d5aac9 2825 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2826 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2827
aeac0ff9
VP
28282008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2829
2830 * doc/gdb.texinfo (PowerPC): Fix typo.
2831 (PowerPC features): Fix typo.
2832
5231c1fd
PA
28332008-08-18 Pedro Alves <pedro@codesourcery.com>
2834
2835 * observer.texi (thread_ptid_changed): New.
2836
677c5bb1
LM
28372008-08-18 Luis Machado <luisgpm@br.ibm.com>
2838
2839 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2840 (PowerPC features): Mention feature set for VSX registers.
2841
f3a2dd1a
JB
28422008-08-13 Joel Brobecker <brobecker@adacore.com>
2843
2844 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2845 the direct visibility of all names in user-written packages.
2846
33e5cbd6
PA
28472008-08-13 Pedro Alves <pedro@codesourcery.com>
2848
2849 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2850 setting, and make it the default.
2851 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2852 non-stop script example.
2853
d0384fc4
TJB
28542008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2855
2856 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2857 reference to the "Using Different Register and Memory Data
2858 Representation" section.
2859
a6f3e723
SL
28602008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2861
2862 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2863 (Remote Protocol): Add Packet Acknowledgment to menu.
2864 (Overview): Mention +/- can be disabled, and point to new section
2865 where this is discussed in detail.
2866 (General Query Packets): Document QStartNoAckMode packet, and
2867 corresponding qSupported reply.
2868 (Packet Acknowledgment): New section.
2869
0606b73b
SL
28702008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2871 Pedro Alves <pedro@codesourcery.com>
2872
2873 * gdb.texinfo (Threads): Move paragraph about automatic thread
2874 selection to All-Stop Mode subsection.
2875 (Thread Stops): Reorganize existing material into subsections.
2876 Add introductory blurb and menu.
2877 (Non-Stop Mode): New subsection.
2878 (Background Execution): New subsection.
2879 (Maintenance Commands): Add cross-references from async mode
2880 commands to the new Background Execution section.
2881
d57a3c85
TJB
28822008-08-06 Tom Tromey <tromey@redhat.com>
2883
2884 * gdb.texinfo (Extending GDB): New chapter.
2885 (Sequences): Demoted chapter, now a section under the new
2886 Extending GDB chapter.
2887 (Python): New section.
2888
6d76a53d
SS
28892008-07-31 Stan Shebs <stan@codesourcery.com>
2890
2891 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2892
1f70da6a
SS
28932008-07-29 Stan Shebs <stan@codesourcery.com>
2894
2895 * gdbint.texinfo: General round of cleanup and minor
2896 clarifications.
2897 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2898 (Longjmp Support): Update description to reflect how it is done
2899 for targets without using native header.
2900 (Symbol Handling): Add a little more general explanation.
2901 (COFF, ELF): Mention stabs encapsulation.
2902 (DWARF 3): New section.
2903 (Adding a New Host): Scrub out some obsolete bits.
2904 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2905 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2906 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2907 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2908 SEEK_SET, STOP_SIGNAL, USG.
2909 (Raw and Virtual Register Representations): Ditto for
2910 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2911 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2912 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2913 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2914 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2915 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2916 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2917 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2918 DEPRECATED_USE_STRUCT_CONVENTION.
2919 Describe gdbarch_deprecated_fp_regnum.
2920 Update description of gdbarch_print_insn.
2921 (Adding a New Target): Scrub out obsolete bits.
2922 (Obsolete Conditionals): Remove entire section.
2923
383f836e
TT
29242008-07-25 Tom Tromey <tromey@redhat.com>
2925
2926 * observer.texi (GDB Observers): Document new observers:
2927 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2928 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2929 architecture_changed.
2930
cfd8ab24
SS
29312008-07-21 Stan Shebs <stan@codesourcery.com>
2932
2933 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2934 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2935
781b42b0
TT
29362008-07-21 Tom Tromey <tromey@redhat.com>
2937
2938 * observer.texi (GDB Observers): Remove obsolete comment.
2939 <executable_changed>: Remove argument.
2940
d7d9f01e
TT
29412008-07-18 Tom Tromey <tromey@redhat.com>
2942
2943 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2944
bf250677
DE
29452008-07-10 Doug Evans <dje@google.com>
2946
2947 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2948
10568435
JK
29492008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2950
2951 * gdb.texinfo (Starting): Document "set disable-randomization".
2952
5ae4183a
AS
29532008-07-07 Andreas Schwab <schwab@suse.de>
2954
2955 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2956
b56e7235
VP
29572008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2958
2959 * gdb.texinfo (GDB/MI Target Manipulation): Add
2960 example of -target-attach.
2961
e1ac3328
VP
29622008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2963
2964 * observer.texi (target_resumed): New observer.
5ae4183a 2965 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2966
65d12d83
TT
29672008-06-06 Tom Tromey <tromey@redhat.com>
2968
2969 * gdb.texinfo (Completion): Add field name example.
2970
fbc5282e
MK
29712008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2972
2973 * gdb.texinfo (GDB/MI Program Context): Added example
2974 to -exec-arguments
5ae4183a 2975
fbc5282e 29762008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2977
2978 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2979 annotation.
2980
c16158bc 29812008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2982 Nathan Sidwell <nathan@codesourcery.com>
2983 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2984
2985 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2986 and ACX_BUGURL.
2987 * configure: Regenerate.
2988 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2989 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2990 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2991 mailing-list-specific text about bug reporting unless
2992 BUGURL_DEFAULT.
2993
75c99385
PA
29942008-06-05 Pedro Alves <pedro@codesourcery.com>
2995
2996 * gdb.texinfo (-target-select): Remove reference to target async.
2997 (Maintenance Commands): Document "maint set/show remote-async".
2998
1763a388
MK
29992008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
3000
3001 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
3002 in -target-file-get section.
5ae4183a 3003
d0d064df
PA
30042008-05-22 Pedro Alves <pedro@codesourcery.com>
3005
9b562ab8
PA
3006 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
3007 killing the inferior when it is already debugging a process.
d0d064df 3008
8dfa32fc
JB
30092008-05-21 Joel Brobecker <brobecker@adacore.com>
3010
3011 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
3012 abbreviation for "finish".
3013
55f996a7
NR
30142008-05-21 Nick Roberts <nickrob@snap.net.nz>
3015
3016 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
3017
ba2b1c56
DJ
30182008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3019
3020 * gdbint.texinfo (Target Conditionals): Delete entry for
3021 gdbarch_dwarf_reg_to_regnum.
3022
08388c79
DE
30232008-05-09 Doug Evans <dje@google.com>
3024
a3c83fae 3025 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 3026
d14508fe
DE
30272008-05-05 Doug Evans <dje@google.com>
3028
3029 * gdb.texinfo (disassemble): Document /m modifier.
3030
e2b7ddea
VP
30312008-05-05 Vladimir Prus <vladimir@codesourcery.com>
3032
5ae4183a
AS
3033 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
3034 will not report the time of commands that run the target.
e2b7ddea 3035
8eb41542
VP
30362008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3037
3038 * gdb.texinfo (GDB/MI Output Records): Add
3039 missing semicolon.
3040
82f68b1c
VP
30412008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3042
3043 * gdb.texinfo (GDB/MI Output Records):
3044 Document =thread-create and =thread-exited.
3045
fa0f268d
VP
30462008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3047
3048 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 3049 Remove mention of dmi-discuss.
fa0f268d 3050
063bfe2e
VP
30512008-05-03 Pedro Alves <pedro@codesourcery.com>
3052
3053 * observer.texi (thread_exit): New.
3054
237fc4c9
PA
30552008-05-02 Pedro Alves <pedro@codesourcery.com>
3056
3057 * gdb.texinfo (Debugging Output): Document "set/show debug
3058 displaced".
3059 (Maintenance Commands): Document "maint set/show
3060 can-use-displaced-stepping".
3061
0428b8f5
DJ
30622008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3063
3064 * gdb.texinfo (ARM): Document set/show arm fallback-mode
3065 and set/show arm force-mode.
3066
5009afc5
AS
30672008-05-02 Andreas Schwab <schwab@suse.de>
3068
3069 * gdbint.texinfo (Algorithms): Describe
3070 target_watchpoint_addr_within_range.
3071
669fac23
DJ
30722008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3073
3074 * gdbint.texinfo (Stack Frames): New chapter.
3075 (Algorithms): Move Frames text to the new chapter.
3076 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
3077 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
3078
721c02de
VP
30792008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3080
5ae4183a
AS
3081 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
3082 output does not necessary include any tokens.
721c02de 3083
c055b101
CV
30842008-04-22 Corinna Vinschen <vinschen@redhat.com>
3085
3086 * gdb.texinfo (Set SH Calling convention): New @item.
3087 (Show SH Calling convention): Ditto.
3088
68837c9d
MD
30892008-04-22 Markus Deuling <deuling@de.ibm.com>
3090
3091 * gdb.texinfo (Fortran Operators): Describe '%' operator.
3092
2e9132cc
EZ
30932008-04-20 Eli Zaretskii <eliz@gnu.org>
3094
3095 * gdb.texinfo (Set Breaks): Mention that multiple location
3096 breakpoints need line number info. Add index entries.
3097
31fffb02
CS
30982008-04-19 Craig Silverstein <csilvers@google.com>
3099
3100 * gdb.texinfo (Requirements): Add an optional requirement on
3101 zlib.
3102 * gdbint.texinfo (Debugging File Formats): Add new subsection for
3103 Compressed DWARF 2.
3104
a47ec5fe
AR
31052008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
3106
3107 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
3108 sample output for 'stopped,reason="breakpoint-hit"' message.
3109 (GDB/MI Program Execution): Likewise.
3110
de051565
MK
31112008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3112
5ae4183a 3113 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
3114 -var-set-format. Add -f option to -var-evaluate-expression.
3115
6ba66d6a
JB
31162008-04-03 Joel Brobecker <brobecker@adacore.com>
3117
3118 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
3119 new node "Ambiguous Expressions". Replace references to this
3120 node by references to "Ambiguous Expressions" throughout.
3121 (Ambiguous Expressions): New node.
3122
1e26b4f8
DJ
31232008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
3124
3125 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
3126
b84876c2
PA
31272008-03-21 Pedro Alves <pedro@codesourcery.com>
3128
3129 * gdb.texinfo (Debugging Output): Document
3130 "set/show debug lin-lwp-async".
3131 (Maintenance Commands): Document "maint set/show linux-async".
3132
63092375
DJ
31332008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3134
3135 * gdb.texinfo (Expressions): Update description of malloced arrays.
3136
8e8901c5
VP
31372008-03-15 Vladimir Prus <vladimir@codesourcery.com>
3138
3139 * gdb.texinfo (Thread Commands): Document
3140 -thread-info. Remove -thread-list-all-threads.
3141
1fddbabb
PA
31422008-03-14 Pedro Alves <pedro@codesourcery.com>
3143 Sandra Loosemore <sandra@codesourcery.com>
3144
3145 * gdb.texinfo (Library List Format): Update to mention the
3146 possibility to pass section addresses instead of segment
3147 addresses.
3148
ccd213ac
DJ
31492008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
3150
3151 * gdb.texinfo (Starting): Document "set exec-wrapper".
3152 (Server): Document gdbserver --wrapper.
3153
fa4727a6
DJ
31542008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3155
3156 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
3157 unreadable memory. Delete obsolete SPARClite reference.
3158
8edfe269
DJ
31592008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3160
3161 * gdb.texinfo (Starting): Mention always-running targets.
3162 (Target Commands): Add an anchor for load.
3163 (Connecting): Explain continue instead of run.
3164
1843f87b
DJ
31652008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
3166
3167 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
3168
f9082629
NR
31692008-02-26 Nick Roberts <nickrob@snap.net.nz>
3170
3171 * gdb.texinfo (Set Breaks): Revert description of Enb column of
3172 breakpoint table.
3173
fd96d250
PA
31742008-02-19 Pedro Alves <pedro@codesourcery.com>
3175
3176 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
3177 killing the inferior when it is already debugging a process.
3178
36af4ef6
MD
31792008-02-13 Markus Deuling <deuling@de.ibm.com>
3180
3181 * gdbint.texinfo (Build Script): New section. Mention new build script
3182 gdb_buildall.sh.
3183
cda4ce5a
JB
31842008-02-01 Jim Blandy <jimb@red-bean.com>
3185
3186 * gdb.texinfo (Help): Summarize 'info args' correctly.
3187
4acd40f3
TJB
31882008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3189
3190 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
3191 available in PowerPC architecture.
3192 (Embedded Processors): Change node name of PowerPC item in menu.
3193 (PowerPC): Rename to...
3194 (PowerPC Embedded): this.
3195 (Architectures): Add new PowerPC item in menu.
3196 (PowerPC): New node.
3197
6e6c6f50
DJ
31982008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3199
3200 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
3201 commands.
3202
5ee187d7
DJ
32032008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3204
3205 * gdb.texinfo (Setting Catchpoints): Mention features
3206 supported on GNU/Linux.
3207
e275c0d9
NR
32082008-01-30 Nick Roberts <nickrob@snap.net.nz>
3209
3210 * gdb.texinfo (GDB/MI File Commands): Describe new output
3211 field for MI command -file-list-exec-source-file.
3212
2d717e4f
DJ
32132008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3214
3215 * gdb.texinfo (Using the `gdbserver' Program): Add security
3216 warning. Rearrange into subsections and subsubsections. Document
3217 --multi and --debug. Correct --with-sysroot typo. Update --attach
3218 usage. Make load reference clearer. Document monitor exit.
3219 (Remote Configuration): Document set remote exec-file, attach-packet,
3220 and run-packet.
3221 (Packets): Document vAttach and vRun.
3222
d35a4257 32232008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
3224
3225 * gdb.texinfo (Processes): Mention process command.
889bf7c5 3226 detach-on-follow -> detach-on-fork.
f663676d 3227
c78d192c
DJ
32282008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3229
3230 * gdbint.texinfo (Native Conditionals): Remove
3231 SHELL_COMMAND_CONCAT and SHELL_FILE.
3232
d35a4257
EZ
32332008-01-26 Eli Zaretskii <eliz@gnu.org>
3234
3235 * gdb.texinfo (Specify Location): Improve wording.
3236
93815fbf
VP
32372008-01-23 Chris Demetriou <cgd@google.com>
3238
3239 * gdb.texinfo (Threads): Document new "set print thread-events"
3240 and "show print thread-events" commands.
3241
2a25a5ba
EZ
32422008-01-19 Eli Zaretskii <eliz@gnu.org>
3243
3244 * gdb.texinfo (Specify Location): New section.
3245 (Delete Breaks, Edit, Set Breaks): Remove description of
3246 locations. Instead, add a reference to "Specify Location".
3247 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
3248 (Symbols): Refer to "Specify Location" for the valid forms of
3249 linespecs and locations.
3250
32c9a795
MD
32512008-01-18 Markus Deuling <deuling@de.ibm.com>
3252
3253 * gdbint.texinfo (Target Conditionals): Replace the description of
3254 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
3255
b17828ca
JB
32562008-01-12 Paul Hilfinger <hilfinger@adacore.com>
3257
3258 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
3259 about &&var, which is rejected by the expression parser.
3260
0aea4bf3
LM
32612008-01-09 Luis Machado <luisgpm@br.ibm.com>
3262
3263 * gdb.texinfo (Output): Update documentation on using printf with DFP
3264 types.
3265
febe4383
TJB
32662008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3267
3268 * gdb.texinfo (C and C++): Add Decimal Floating Point format
3269 subsubsection.
3270 (Decimal Floating Point format): New subsubsection.
3271
7a404eba
PA
32722008-01-05 Pedro Alves <pedro@codesourcery.com>
3273
3274 * gdb.texinfo (File Options): Remove mention of the attempt to
3275 open a core file with the -p option. Don't list -c as a valid
3276 option to attach to a process.
3277
a4d9b460
PA
32782008-01-05 Pedro Alves <pedro@codesourcery.com>
3279
3280 * gdbint.texinfo (Host Conditionals): Remove mention of
3281 ALIGN_STACK_ON_ENTRY.
3282
6ec2edbe
JB
32832008-01-05 Joel Brobecker <brobecker@adacore.com>
3284
3285 * gdbint.texinfo (Start of New Year Procedure): Add item
3286 describing how to update the source and documentation copyright
3287 notices.
3288
d8b2a693
JB
32892007-12-18 Jim Blandy <jimb@codesourcery.com>
3290
ab209b3a 3291 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
3292 watchpoint explanation into the main description of the watchpoint
3293 command; update synopses of 'watch', 'rwatch', and 'awatch'
3294 commands.
3295
8b4ed427
VP
32962007-12-18 Vladimir Prus <vladimir@codesourcery.com>
3297
3298 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3299 Document 'pending-breakpoints' feature of
3300 -list-features.
3301
37e4754d
LM
33022007-12-17 Luis Machado <luisgpm@br.ibm.com>
3303
669fac23 3304 * gdb.texinfo: Add new parameter's description.
37e4754d 3305
1d3811f6
DJ
33062007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3307
3308 * gdb.texinfo (Overview): Clarify run-length encoding
3309 example. Remove the restriction on "+" and "-" characters.
3310
c1c25a1a
EZ
33112007-12-15 Eli Zaretskii <eliz@gnu.org>
3312
3313 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3314
afe8ab22 33152007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3316
afe8ab22
VP
3317 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3318 the -f option for -break-insert, remove -r option,
3319 and clarify specification of location.
3320
a6b151f1
DJ
33212007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3322
3323 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3324 formatting.
3325 (Remote Debugging): Add File Transfer section.
3326 (Remote Configuration): Document Host I/O packets.
3327 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 3328 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
3329 (Packets): Add vFile.
3330
3b784c4f
EZ
33312007-11-17 Eli Zaretskii <eliz@gnu.org>
3332
3333 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3334 breakpoints with multiple locations.
3335 (Breakpoint Menus): Improve wording.
3336 (Output): Fix last change.
3337
a4ce5b0d
UW
33382007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3339
3340 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3341
1b39d5c0
DE
33422007-11-15 Doug Evans <dje@google.com>
3343
3344 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3345
7a72d44c
VP
33462007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3347
3348 * gdbint.texinfo (Native Conditionals): Remove
3349 mention of CLEAR_SOLIB.
5ae4183a 3350
6d1829bf 33512007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
3352
3353 * gdb.texinfo (Print Settings): Add documentation for "set/show
3354 print frame-arguments".
3355
1a619819
LM
33562007-11-05 Luis Machado <luisgpm@br.ibm.com>
3357
3b784c4f 3358 * gdb.texinfo (Output): Update printf command's description.
1a619819 3359
55eddb0f
DJ
33602007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3361
3362 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3363 powerpc soft-float".
3364
9cceb671
DJ
33652007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3366
3367 * gdb.texinfo (Files): Correct formatting. Mention Expat
3368 requirement.
3369 (Requirements for Building GDB): Expand the list of Expat
3370 uses.
3371 (Library List Format, Memory Map Format): Mention Expat.
3372 (Target Descriptions): Update Expat wording.
3373
83acabca
DJ
33742007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3375
3376 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3377 Document that gdbarch_convert_register_p should return zero for no-op
3378 conversions.
3379
e35879db
UW
33802007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3381
83acabca 3382 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
3383 of set_gdbarch_sofun_address_maybe_missing back to ...
3384 (Target Conditionals): ... here to fix build break.
3385
203c3895
UW
33862007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3387
83acabca 3388 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
3389 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3390 (Compiler Characteristics): ... documentation of
3391 set_gdbarch_sofun_address_maybe_missing.
3392
11411de3
DJ
33932007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3394
3395 * gdbint.texinfo (Target Conditionals): Use
3396 frame_unwind_register_unsigned in examples instead of
3397 frame_unwind_unsigned_register.
3398
7cc46491
DJ
33992007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3400
3401 * gdb.texinfo (Predefined Target Types): Add int128
3402 and uint128.
3403 (Standard Target Features): Add PowerPC features.
3404
81adfced
DJ
34052007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3406
3407 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3408
c1874924
UW
34092007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3410
3411 * gdbint.texi (Target Conditionals): Remove documentation
3412 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3413 gdbarch_extract_return_value, and gdbarch_store_return_value.
3414
f6e56ab3
UW
34152007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3416
3417 * gdbint.texi (Target Conditionals): Remove documentation of
3418 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3419
56cf5405
KH
34202007-10-11 Kazu Hirata <kazu@codesourcery.com>
3421
3422 * gdb.texinfo: Mention that inaccessible-by-default is on by
3423 default.
3424
35156bae
DJ
34252007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3426
3427 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3428
d983da9c
DJ
34292007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3430
3431 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3432 multi-threaded watchpoints.
3433 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3434 checked. Describe sticky notification. Expand description
3435 of steppable and continuable watchpoints.
3436 (Watchpoints and Threads): New subsection.
3437
fe6fbf8b
VP
34382007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3439
3440 * gdb.texinfo (Setting Breakpoints): Revise
3441 documentation for pending breakpoints. Document
3442 breakpoints with multiple locations.
5ae4183a 3443
084344da
VP
34442007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3445
3446 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3447 Document -list-features.
5ae4183a 3448
82160952
EZ
34492007-09-15 Eli Zaretskii <eliz@gnu.org>
3450
3451 * gdb.texinfo (Output): Spell out which features of C's printf are
3452 not supported by GDB's printf.
7e27a47a
EZ
3453 (Separate Debug Files): More accurate wording regarding build ID
3454 and a reference to the ld manual rather than the Fedora wiki.
82160952 3455
ea37ba09
DJ
34562007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3457 Jim Blandy <jimb@codesourcery.com>
3458
3459 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3460 (Examining Memory): Update mentions of the 's' format.
3461 (Automatic Display): Likewise.
3462
b8533aec
DJ
34632007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3464
3465 * gdb.texinfo: Update the FSF's Back-Cover Text.
3466
83f83d7f
JK
34672007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3468 Eli Zaretskii <eliz@gnu.org>
3469
3470 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3471 Fixed the ``build ID'' name. New binaries build instructions for the
3472 build ID inclusion. Explain how the commands are specific to the build
3473 ID vs. debug link.
3474
c7e83d54
EZ
34752007-09-01 Eli Zaretskii <eliz@gnu.org>
3476
3477 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3478 indexing for ``build ID'' support.
3479
d3750b24
JK
34802007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3481
3482 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3483 Enlisted BUILD ID to the debug file searching example.
3484 Included a BUILD ID `.note.gnu.build-id' section description.
3485 Updated/added the debug files splitting instructions for OBJCOPY.
3486
02142340
VP
34872007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3488
3489 * gdb.texinfo (Variable Objects): Adjust docs
3490 for -var-info-expression and document
3491 -var-info-path-expression.
3492
d3bdde98
JB
34932007-08-20 Jim Blandy <jimb@codesourcery.com>
3494
3fb6a982
JB
3495 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3496 (title page): Include the dedication in the printed manual, as a
3497 separate page after the copyright notice.
5ae4183a 3498
d3bdde98
JB
3499 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3500 don't break a @var across a line.
3501
c80a96a8
MR
35022007-07-25 Maciej W. Rozycki <macro@mips.com>
3503
3504 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3505 for include files.
3506
5824a901
NR
35072007-07-12 Nick Roberts <nickrob@snap.net.nz>
3508
3509 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3510 in annotate.texinfo.
3511 (Command History): Link to new node.
5824a901 3512
d52e7ea3
UW
35132007-07-05 Markus Deuling <deuling@de.ibm.com>
3514
3515 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3516
5fc14d0a
EZ
35172007-07-05 Eli Zaretskii <eliz@gnu.org>
3518
3519 * gdbint.texinfo (Target Conditionals): Fix last change.
3520
4a9bb1df
UW
35212007-07-03 Markus Deuling <deuling@de.ibm.com>
3522
3523 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3524 routines:
3525 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3526 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3527 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3528 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3529 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3530 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3531 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3532 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3533 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3534 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3535 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3536 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3537 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3538 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3539 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3540 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3541 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3542 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3543 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3544 (SOFTWARE_SINGLE_STEP_P)
3545
3546 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3547 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3548
3549 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3550 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3551 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3552 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3553 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3554 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3555 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3556 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3557 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3558 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3559
3560 (Converting an existing Target Architecture to Multi-arch): Remove
3561 section.
3562
3563 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3564 (gdbarch_addr_bits_remove): Add code example.
3565
3566 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3567
cfa9d6d9
DJ
35682007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3569
3570 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3571 Add other missing entries. Adjust the table size to fit.
3572 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3573 stop reasons including the new "library" event.
3574 (General Query Packets): Adjust table widths for qSupported. Mention
3575 qXfer:libraries:read reply to qSupported and document the new packet.
3576 (Library List Format): New section.
3577
159fcc13
JK
35782007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3579
3580 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3581
f66d1690
MS
35822007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3583
3584 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3585
67102876
NR
35862007-06-25 Nick Roberts <nickrob@snap.net.nz>
3587
3588 * gdbint.texinfo (Register and Memory Data): Break sections
3589 into nodes and add a menu.
3590
a4642986
MR
35912007-06-21 Maciej W. Rozycki <macro@mips.com>
3592
3593 * gdb.texinfo (Examining Memory): Document the new behaviour.
3594
e9c17194
VP
35952007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3596
3597 * gdb.texinfo (Standard Target Features): Document
3598 m68k features.
3599
31d99776
DJ
36002007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3601
3602 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3603
1780a0ed
DJ
36042007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3605
3606 * gdb.texinfo (Target Description Format): Add version attribute
3607 for <target>.
3608
822b6570
DJ
36092007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3610
3611 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3612
f8b73d13
DJ
36132007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3614
3615 * gdb.texinfo (MIPS Features): New subsection.
3616
0e7f50da
UW
36172007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3618 Markus Deuling <deuling@de.ibm.com>
3619
3620 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3621 and qXfer:spu:write packets and mention them under qSupported.
3622
23d964e7
UW
36232007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3624 Markus Deuling <deuling@de.ibm.com>
3625
3626 * gdb.texinfo (Architectures): Add new SPU section to document
3627 Cell Broadband Engine SPU architecture specific commands.
3628
9f708cb2
VP
36292007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3630
3631 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3632 comments.
3633
7579b5f8
NR
36342007-06-07 Nick Roberts <nickrob@snap.net.nz>
3635
3636 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3637
bf06d120
JB
36382007-05-29 Jim Blandy <jimb@codesourcery.com>
3639
3640 * gdb.texinfo (Overview): Doc fix.
3641
23776285
MR
36422007-05-22 Maciej W. Rozycki <macro@mips.com>
3643
3644 * gdb.texinfo (Remote Configuration): Document "set/show
3645 remoteflow".
3646
1a69e1e4
DJ
36472007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3648
bf06d120
JB
3649 * gdb.texinfo (MIPS): Remove documentation for set mips
3650 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3651 stack-arg-size.
1a69e1e4 3652
46ba6afa 36532007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3654
46ba6afa
BW
3655 * all-cfg.texi (GDBTUI): New.
3656 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3657 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3658 (TUI Configuration): Edit to improve clarity and fix problems of
3659 both style and content.
5ae4183a 3660
06d3b283
UW
36612007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3662
3663 * observer.texi (GDB Observers): New observer "new_objfile".
3664
179101d6
UW
36652007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3666
3667 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3668
25d5ea92
VP
36692007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3670
3671 * gdb.texinfo (GDB/MI Variable Objects): Document
3672 frozen variables objects.
5ae4183a 3673
ea35711c
DJ
36742007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3675
3676 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3677 (Character Sets, Caching Data of Remote Targets): Likewise.
3678 (Targets): Delete Remote node. Move its text...
3679 (Debugging Remote Programs): ...to here. Delete description
3680 of the "remote" command.
3681 (Remote configuration): Delete description of "set remotedevice"
3682 and "show remotedevice".
3683 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3684
db2e3e2e
BW
36852007-04-11 Bob Wilson <bob.wilson@acm.org>
3686
5ae4183a
AS
3687 * gdb.texinfo (Contributors, Continuing and Stepping)
3688 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3689 (General Query Packets, File-I/O Remote Protocol Extension)
3690 (Protocol Basics, The F Reply Packet, Write)
3691 (Protocol-specific Representation of Datatypes, Memory Transfer):
3692 Fix hyphenation, punctuation and grammar problems.
3693 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3694 'section' instead of 'subsection' in the text.
3695 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3696 (i386): Remove period from section name.
db2e3e2e
BW
3697 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3698 (Config Names, Configure Options): Use @file{configure}.
3699
8a3dae3e
DJ
37002007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3701
3702 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3703 and tab expansion.
3704
1a92f856
DJ
37052007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3706
3707 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3708
79a6e687 37092007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3710
79a6e687
BW
3711 * gdb.texinfo: Consistently capitalize all significant words in
3712 node names, chapter titles, section titles, and headings. Update
3713 cross references to match.
3714 (Starting and Stopping Trace Experiment): Make node name plural.
3715 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3716
ad527d2e
PA
37172007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3718
3719 * gdb.texinfo (WinCE): Delete obsolete subsection.
3720
7ce59000
DJ
37212007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3722
3723 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3724 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3725 references.
3726
8807d78b
DJ
37272007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3728
3729 * gdb.texinfo (Startup): Delete references to some alternate
3730 names for .gdbinit.
3731 (Thread): Remove LynxOS reference.
3732 (Tandem ST2000): Delete target-specific documentation.
3733 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3734 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3735 and GDB_OSABI_LYNXOS.
3736
5f402660
UW
37372007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3738
3739 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3740
bac718a6
UW
37412007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3742
3743 * gdbint.texinfo (Target Conditionals): Remove mention of
3744 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3745 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3746
9453113a
DJ
37472007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3748
3749 * Makefile.in: Add "pdfdir" installation
3750 directory, PDFTEX macro, support for "install-pdf" target,
3751 and rules for making a pdf version of refcard.texi.
3752 * refcard.tex: Specify paper size for PDF output.
3753
ae21e955 37542007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3755
ae21e955 3756 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3757
3f94c067 37582007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3759
3f94c067
BW
3760 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3761 (Source Path, Character Sets, Macros, Define)
3762 (GDB/MI Result Records, GDB/MI Simple Examples)
3763 (GDB/MI Program Execution, GDB/MI File Commands)
3764 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3765 (Bug Reporting): Use @value{GCC}.
5ae4183a 3766
12c27660 37672007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3768
12c27660
BW
3769 * gdb.texinfo (Help): Fix formatting of examples.
3770 (Variables): Use @ifnotinfo instead of @iftex.
3771 (Non-debug DLL symbols): Use @ref instead of @pxref.
3772 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3773
ce9341a1
BW
37742007-03-26 Bob Wilson <bob.wilson@acm.org>
3775
3776 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3777
c8f4133a
BW
37782007-03-26 Bob Wilson <bob.wilson@acm.org>
3779
3780 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3781 the order of the nodes.
3782 (C Operators, C Constants, Debugging C): Remove extra menus.
3783 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3784
c8f4133a 37852007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3786
3787 * gdb.texinfo (File Options): Add missing parenthesis.
3788 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3789
c74d0ad8
DJ
37902007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3791
3792 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3793
ff6f572f
DJ
37942007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3795
669fac23 3796 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3797 case insensitivity.
3798 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3799
994337c3
NR
38002007-02-18 Nick Roberts <nickrob@snap.net.nz>
3801
3802 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3803 (Files): Add section name to argument list for pxref.
3804 (Non-debug DLL symbols): Don't use `see' for pxref.
3805 (Embedded Processors): Fix typo.
3806 (GDB/MI Breakpoint Commands): Execution commands generate
3807 *stopped not ^done.
3808
eb819d70
NR
38092007-02-13 Nick Roberts <nickrob@snap.net.nz>
3810
3811 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3812 values for in_scope. Mention that only root variables can be
3813 updated.
3814 (GDB/MI Development and Front Ends): Explain new values may be
3815 added to existing fields.
3816
123dc839
DJ
38172007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3818
3819 * gdb.texinfo (-target-disconnect): Use @smallexample.
3820 (Requirements): Add anchor for Expat. Update description.
3821 (Target Descriptions): Mention Expat.
3822 (Target Description Format): Document new elements. Use
3823 @smallexample.
3824 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3825 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3826
108546a0
DJ
38272007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3828
3829 * gdb.texinfo (Target Description Format): Add section on XInclude.
3830
95a98c01
NR
38312006-02-03 Nick Roberts <nickrob@snap.net.nz>
3832
3833 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3834 command -enable-timings.
3835
f4b3909f
EZ
38362007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3837
5ae4183a 3838 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3839 descriptions for new/deleted elements in gdb_osabi. Add missing
3840 description for function generic_elf_osabi_sniff_abi_tag_sections.
3841
c7ba131e
JB
38422007-01-29 Joel Brobecker <brobecker@adacore.com>
3843
3844 * gdb.texinfo (Maintenance Commands): Add documentation for
3845 the new "maint print target-stack" command.
3846
3a60f64e
JK
38472007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3848 Eli Zaretskii <eliz@gnu.org>
3849
f4b3909f 3850 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3851
c582f8b6
EZ
38522007-01-26 Eli Zaretskii <eliz@gnu.org>
3853
3854 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3855 Use @value{NGCC} instead of @value{GCC}.
3856
d3e8051b
EZ
38572007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3858
3859 * agentexpr.texi: Fix typos.
3860 * annotate.texinfo: Likewise.
3861 * gdb.texinfo: Likewise.
3862 * gdbint.texinfo: Likewise.
3863 * observer.texi: Likewise.
3864 * stabs.texinfo: Likewise.
3865
86f04699
EZ
38662007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3867
3868 * gdbint.texinfo (Support Libraries): Remove mmalloc
3869 entry. Describe readline library.
3870
23181151
DJ
38712007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3872
3873 * gdb.texinfo (Target Descriptions): New section.
3874 (General Query Packets): Add QPassSignals anchor. Mention
3875 qXfer:features:read under qSupported. Expand mentions of
3876 qXfer:memory-map:read and QPassSignals. Document
3877 qXfer:features:read.
3878
f822c95b
DJ
38792007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3880
3881 * gdb.texinfo (Commands to specify files): Describe
3882 "set sysroot" and "show sysroot".
3883 (Using the `gdbserver' program): Lowercase argument
3884 to @var. Expand description of setting up GDB on the
3885 host.
3886
8936fcda
JB
38872007-01-05 Joel Brobecker <brobecker@adacore.com>
3888
3889 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3890 catch exception, catch exception unhandled, and catch assert
3891 commands.
3892
e776119f
DJ
38932007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3894
3895 * gdb.texinfo (Debugging Output): Document "set debug xml"
3896 and "show debug xml".
3897
aa79a185
DJ
38982007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3899
3900 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3901
7f893741
JB
39022007-01-01 Joel Brobecker <brobecker@adacore.com>
3903
3904 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3905
a1b5960f
VP
39062006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3907
3908 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3909 note in @ignore, to be removed later if nobody complains.
3910
9f470e6e
NR
39112006-12-04 Nick Roberts <nickrob@snap.net.nz>
3912
3913 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3914 of -var-delete.
3915
765dc015 39162006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3917
765dc015 3918 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3919 automatic software/hardware breakpoint usage and
3920 the "set breakpoint auto-hw" command.
765dc015 3921
4b5752d0
VP
39222006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3923
3924 * gdb.texinfo (Memory Access Checking): New.
3925
89be2091
DJ
39262006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3927
3928 * gdb.texinfo (Remote configuration): Mention
3929 "pass-signals-packet".
3930 (General Query Packets): Document QPassSignals. Fix
3931 a typo.
3932
ca3bf3bd
DJ
39332006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3934
3935 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3936
427c3a89
DJ
39372006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3938
3939 * gdb.texinfo (Remote configuration): Rewrite documentation for
3940 packet configuration commands.
3941 (OS Information): Adjust reference to qXfer:auxv:read.
3942 (General Query Packets): Remove references to read-aux-vector-packet
3943 and set remote get-thread-local-storage-address.
3944
7a107747
DJ
39452006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3946
3947 * gdbint.texinfo (Target Architecture Definition): Add new
3948 Initializing a New Architecture section.
3949
1c56eb0e
EZ
39502006-10-31 David Taylor <dtaylor@emc.com>
3951
3952 * stabs.texinfo (Macro define and undefine): New node describing
3953 stabs for #define and #undef.
3954
f73adfeb
AS
39552006-10-27 Andreas Schwab <schwab@suse.de>
3956
3957 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3958
fd60e0df
EZ
39592006-10-21 Eli Zaretskii <eliz@gnu.org>
3960
3961 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3962 clarify on the possible meanings of ``expression'' watched by
3963 watchpoints. Add indexing.
e5ac9b53
EZ
3964 (Prompting, Errors, Invalidation, Annotations for Running)
3965 (Source Annotations): Fix index entries by adding "annotation" to
3966 them, to discriminate from index entries that point to the more
3967 general topic descriptions.
fd60e0df 3968
52bb452f
DJ
39692006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3970
3971 * gdbint.texinfo (Target Vector Definition): Move most
3972 content into Existing Targets. Add a menu.
3973 (Existing Targets): New section, moved from Target Vector
3974 Definition. Use @subsection.
3975 (Managing Execution State): New section.
3976
58955e58
BW
39772006-10-16 Bob Wilson <bob.wilson@acm.org>
3978
3979 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3980
c8aa23ab
EZ
39812006-10-15 Eli Zaretskii <eliz@gnu.org>
3982
3983 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3984 (Command Syntax, Signals, Backtrace, Connecting)
3985 (Remote configuration, Renesas Boards, Console I/O): Fix last
3986 change: use Ctrl- instead of C-, except wrt Emacs.
3987 (File-I/O Examples): Put Ctrl-c in @kbd.
3988 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3989 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3990 (Signals, Set Breaks, Set Watchpoints): Document optional
3991 arguments to `info signals' `handle', `info breakpoints', and
3992 `info watchpoints'.
c8aa23ab 3993
e7109c7e
EZ
39942006-10-14 Eli Zaretskii <eliz@gnu.org>
3995
3996 * gdb.texinfo (Backtrace): Fix last change.
3997
de3aea7b
NR
39982006-10-14 Nick Roberts <nickrob@snap.net.nz>
3999
4000 * gdb.texinfo (Backtrace): Order correctly and add other cases.
4001
7f9087cb
BW
40022006-10-10 Bob Wilson <bob.wilson@acm.org>
4003
c8aa23ab
EZ
4004 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
4005 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
4006 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 4007
68437a39
DJ
40082006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4009 Daniel Jacobowitz <dan@codesourcery.com>
4010
4011 * gdb.texinfo (Packets): Document vFlashErase,
4012 vFlashWrite and vFlashDone packets.
4013 (General Query Packets): Document qXfer:memory-map:read.
4014 Add a new feature for qXfer:memory-map:read.
4015 (Memory map format): New section.
4016 (Target Commands): Mention that gdb can write flash.
4017
fd79ecee
DJ
40182006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4019 Daniel Jacobowitz <dan@codesourcery.com>
4020
4021 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
4022 memory regions and "mem auto".
4023
350da6ee
DJ
40242006-09-21 Nathan Sidwell <nathan@codesourcery.com>
4025
4026 * gdbint.texinfo (Array Containers): New section.
4027
2f1acb09
VP
40282006-09-17 Vladimir Prus <vladimir@codesourcery.com>
4029
4030 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4031 -stack-list-arguments HIGH_FRAME argument can be larger then the
4032 actual number of frames.
4033
2ab1eb7a
VP
40342006-09-07 Vladimir Prus <vladimir@codesourcery.com>
4035
4036 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
4037 -stack-list-locals HIGH_FRAME argument can be larger then the
4038 actual number of frames.
2ab1eb7a 4039
599b237a
BW
40402006-09-02 Bob Wilson <bob.wilson@acm.org>
4041
4042 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
4043 Register Packet Format, Tracepoint Packets): Fix spelling errors.
4044
25ab7e6d
EZ
40452006-09-02 Eli Zaretskii <eliz@gnu.org>
4046
4047 * gdbint.texinfo (Overall Structure): New section "Source Tree
4048 Structure".
4049
940178d3
JB
40502006-08-17 Jim Blandy <jimb@codesourcery.com>
4051
4052 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
4053 responses.
4054
30daae6c
JB
40552006-08-08 Joel Brobecker <brobecker@adacore.com>
4056
4057 * gdb.texinfo (Source Path): Add documentation for new
4058 substitute-path commands.
4059
7fa2210b
DJ
40602006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
4061
4062 * gdb.texinfo (Installing GDB): Update menu. Move text to...
4063 (Running Configure): ...here.
4064 (Requirements): New node. Mention expat.
4065
3d00d119
DJ
40662006-08-08 Vladimir Prus <vladimir@codesourcery.com>
4067
5ae4183a 4068 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
4069 'set download-write-size' and 'show download-write-size'.
4070
0cbfa4ee
DJ
40712006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
4072
4073 * stabs.texinfo (Member Type Descriptor): Correct example for
4074 pointer to member types.
4075
16026cd7
AS
40762006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
4077
4078 * gdb.texinfo (Optional warnings and messages): Add
4079 'set/show trace-commands'.
4080 (Command files): Add '-v' to source command.
4081
0876f84a
DJ
40822006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4083
4084 * gdb.texinfo (OS Information): Update qPart reference to
4085 qXfer.
4086 (Remote configuration): Likewise.
4087 (Overview): Move @cindex to the start of a paragraph. Talk
4088 about binary data encoding.
4089 (Packets): Refer to the overview for the details of the X
4090 packet encoding.
4091 (General Query Packets): Remove qPart description. Add qXfer
4092 description. Add an anchor to qSupported. Correct feature
4093 table title. Add a new feature for qXfer:auxv:read.
4094 (Interrupts): Add a missing parenthesis.
4095
2ec3381a
DJ
40962006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
4097
669fac23 4098 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
4099 (GDB/MI Kod Commands): Remove commented out node.
4100
594fe323
EZ
41012006-07-01 Eli Zaretskii <eliz@gnu.org>
4102
4103 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
4104 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
4105 (GDB/MI Thread Commands, GDB/MI Program Execution)
4106 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
4107 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
4108 (GDB/MI File Commands, GDB/MI Target Manipulation)
4109 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
4110 since the MI prompt is hard-wired into the code.
4111
7e3fb70c
NR
41122006-07-01 Nick Roberts <nickrob@snap.net.nz>
4113
4114 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
4115 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
4116 (GDB/MI Data Manipulation): Remove description of unimplemented
4117 display related commands as variable objects perform this function
4118 and are superior: -display-delete, -display-disable,
4119 -display-enable, -display-insert and -display-list. Move
4120 -environment-cd, -environment-directory, -environment-path
4121 and -environment-pwd to "Program Context".
4122 (GDB/MI Program Control): Rename to "Program Execution". Move
4123 -exec-arguments -exec-abort to...
4124 (GDB/MI Program Context): ...here. New node split from "Data
4125 Manipulation".
4126
be2a5f71
DJ
41272006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
4128
4129 * gdb.texinfo (Remote configuration): Document set / show
4130 remote supported-packets.
4131 (General Query Packets): Document qSupported packet.
4132
fc320d37
SL
41332006-06-10 Sandra Loosemore <sandra@codesourcery.com>
4134
4135 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
4136 and font markup.
4137 (Protocol basics): Likewise.
4138 (The F request packet): Likewise.
4139 (The F reply packet): Likewise.
4140 (Memory transfer): Move this node to be a subsubsection of
4141 "Protocol specific representation of datatypes".
4142 (The Ctrl-C message): More copy editing.
4143 (Console I/O): Likewise.
4144 (The isatty call): Delete this node, and merge its content into
4145 the "isatty" node. Fixed references elsewhere.
4146 (The system call): Delete this node, and merge its content into
4147 the "system" node. Fixed references elsewhere.
4148 (open): Reformat to use @table, and add appropriate font markup.
4149 (close): Likewise.
4150 (read): Likewise.
4151 (write): Likewise.
4152 (lseek): Likewise.
4153 (rename): Likewise.
4154 (unlink): Likewise.
4155 (stat/fstat): Likewise.
4156 (gettimeofday): Likewise.
4157 (isatty): Likewise.
4158 (system): Likewise, plus minor changes to fix confusing wording.
4159 (Integral datatypes): Fix font markup.
4160 (Pointer values): Likewise.
4161 (struct stat): Fix markup to use @table, plus minor copy editing.
4162 (struct timeval): Fix font markup, plus minor copy editing.
4163 (Constants): Minor copy editing.
4164 (Errno values): Add font markup.
4165 (File-I/O Examples): Likewise.
4166
158fdf5c
NR
41672006-06-10 Nick Roberts <nickrob@snap.net.nz>
4168
4169 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
4170 (GDB/MI Simple Examples): Move node up one level. Use real
4171 examples.
4172 (GDB/MI Compatibility with CLI): Update.
4173 (GDB/MI Result Records): Add "connected" and "exit" result
4174 classes.
4175 (GDB/MI Stream Records): Clarify target output.
4176 (GDB/MI Command Description Format): Modify example description.
4177 (GDB/MI Breakpoint Table Commands): Rename to...
4178 (GDB/MI Breakpoint Commands): ...this
4179 (GDB/MI Breakpoint Commands): Add optional thread field.
4180 (GDB/MI Program Control): Add an introduction. Move "Program
4181 termination" examples into exec-run description.
4182 (GDB/MI File Commands): Mention similar CLI commands.
4183 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
4184 is similar to "-gdb-version".
4185
ddb50cd7
EZ
41862006-06-09 Eli Zaretskii <eliz@gnu.org>
4187
4188 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
4189
2aef0d6b
NR
41902006-06-02 Nick Roberts <nickrob@snap.net.nz>
4191
4192 * gdb.texinfo (GDB/MI Development and Front Ends): Use
4193 sourceware.org for mailing lists.
d5e40d59 4194 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 4195
383a5c52
NR
41962006-06-01 Nick Roberts <nickrob@snap.net.nz>
4197
d5e40d59 4198 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 4199
e16b02ee
EZ
42002006-05-22 Eli Zaretskii <eliz@gnu.org>
4201
4202 * gdb.texinfo (Cygwin Native): Fix last change.
4203
be90c084
CF
42042006-05-22 Christopher Faylor <cgf@timesys.com>
4205
4206 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
4207
347ceba5
NR
42082006-05-15 Nick Roberts <nickrob@snap.net.nz>
4209
4210 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
4211 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
4212
369af7bd
DJ
42132006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4214
4215 * gdb.texinfo (General Query Packets): Recommend not starting
4216 new packets with qC and clarify.
4217
2ffdbde8 42182006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
4219
4220 * gdb.texinfo (M2 Types): New section.
72019c9c 4221
16d1a084
DJ
42222006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
4223
4224 * agentexpr.texi: Add a copyright and license notice.
4225 * observer.texi: Likewise, with GPL clause for function prototypes.
4226 Remove trailing whitespace.
4227
aa56d27a
JB
42282006-05-05 Jim Blandy <jimb@codesourcery.com>
4229
4230 * gdb.texinfo (General Query Packets): Document conventions for
4231 terminating packet names, and their violations.
4232
5bdf8622
DJ
42332006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4234
4235 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
4236 * gdb.texinfo: Likewise.
4237
605a56cb
DJ
42382006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4239
4240 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
4241 and "show remotedebug".
4242 (Debugging Output): Add additional index entries.
4243
b8db102d
MS
42442006-04-27 Michael Snyder <msnyder@redhat.com>
4245
4246 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
4247
c5e30d01
AC
42482006-04-22 Andrew Cagney <cagney@redhat.com>
4249
4250 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
4251 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
4252
8181d85f
DJ
42532006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
4254
4255 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
4256 and remove breakpoint prototypes.
4257 (Watchpoints): Move description of target_insert_hw_breakpoint and
4258 target_remove_hw_breakpoint ...
4259 (Breakpoints): ... to here. Document target_insert_breakpoint and
4260 target_remove_breakpoint.
4261
4f553f88
JB
42622006-04-17 Jim Blandy <jimb@codesourcery.com>
4263
4264 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
4265 and C packets are optional.
4266
cd852561
FR
42672006-04-14 Frederic Riss <frederic.riss@st.com>
4268
4269 * gdb.texinfo (Specifying source directories): Update the description
4270 of the source file search to reflect the fact that the source path
4271 always contains at least $cdir and $cwd.
4272
b620eb07
MS
42732006-03-31 Michael Snyder <msnyder@redhat.com>
4274
4275 * gdb.texinfo: Update copyright dates.
4276
3156cdaf
EZ
42772006-03-31 Eli Zaretskii <eliz@gnu.org>
4278
4279 * gdb.texinfo (Overview): Add an index entry to "empty response".
4280
7d30c22d
JB
42812006-03-28 Jim Blandy <jimb@codesourcery.com>
4282
4283 * gdbint.texinfo (Prologue Analysis): New section.
4284
86941c27
JB
42852006-03-07 Jim Blandy <jimb@red-bean.com>
4286
66b8c7f6
JB
4287 * gdb.texinfo (Connecting): Document 'target remote pipe'.
4288
1a10341b
JB
4289 * gdb.texinfo (Target Commands): Update text describing how to
4290 specify a target. Refer to the detailed section on remote
4291 debugging, not the brief mention.
4292
86941c27
JB
4293 * gdb.texinfo (Connecting): Organize the different 'target remote'
4294 connection methods into a table. Add a 'target remote' index
4295 entry. (!!!)
4296
62f3a2ba
FF
42972006-02-17 Fred Fish <fnf@specifix.com>
4298
4299 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4300 'ptype' commands to reflect the fact that the only significant
4301 difference between them is that ptype prints the complete type
4302 description instead of just the name.
4303
8b9a88ea
WZ
43042006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
4305
4306 * gdbint.texinfo (Watchpoints): Delete
4307 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4308
7e8dc855
NR
43092006-02-10 Nick Roberts <nickrob@snap.net.nz>
4310
4311 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4312 times fields where needed. Fix typos. Update general form given
4313 for output of -break-insert.
4314 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4315
c91d38aa
DJ
43162006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
4317
4318 * gdbint.texinfo (Symbol Handling): Add a section
4319 on memory management.
4320
38fcd64c
DJ
43212006-02-06 Vladimir Prus <ghost@cs.msu.su>
4322
4323 * gdb.texinfo (Breakpoint table commands): Document the fullname
4324 field in -break-list output.
4325
219eec71
EZ
43262006-02-03 Eli Zaretskii <eliz@gnu.org>
4327
4328 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4329 debugging information produced by the various "set debug..."
4330 options.
4331
ae5a43e0
DJ
43322006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4333
4334 * gdb.texinfo (Files): Remove obsolete bits from the description
4335 of "symbol-file".
4336
a9f158ec
JB
43372006-01-25 Jim Blandy <jimb@redhat.com>
4338
4339 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4340
410dd08e
JB
43412006-01-24 Jim Blandy <jimb@redhat.com>
4342
4343 * gdbint.texinfo (Frames): Document the basics of GDB's register
4344 unwinding model, and explain the existence of the "sentinel" frame.
4345
4b505b12
AS
43462006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4347
4348 * gdb.texinfo (Choosing files): Mention that -directory is used
4349 for script files.
4350 (Specifying source directories): Likewise.
4351 (Command files): Explain how script files are found.
4352
839c27b7
EZ
43532006-01-21 Eli Zaretskii <eliz@gnu.org>
4354
4355 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4356 the threads in a multi-threaded program.
4357 (Threads): The threadno argument of "thread apply" can be a range
4358 of numbers.
4359
7be93b9e
JB
43602006-01-18 Jim Blandy <jimb@redhat.com>
4361
4362 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4363 of warning flags.
4364
fcc73fe3
EZ
43652006-01-13 Eli Zaretskii <eliz@gnu.org>
4366
4367 * gdb.texinfo (Sequences): Improve menu annotations.
4368 (Define): Add index entries for arguments of user-defined
4369 commands. Move the description of flow-control commands...
4370 (Command Files): ...to here. Document loop_break and
4371 loop_continue.
ca91424e
EZ
4372 (Define, Command Files): Document `end' and add index entries for
4373 it.
fcc73fe3 4374
5c95884b
MS
43752006-01-04 Michael Snyder <msnyder@redhat.com>
4376
4377 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 4378 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 4379
860701dc
PH
43802006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4381
4382 * gdb.texinfo (Omissions from Ada): Document that there is now
4383 limited aggregate support.
4384
36b80e65
EZ
43852005-12-28 Eli Zaretskii <eliz@gnu.org>
4386
4387 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4388 registers and the likes.
4389
c1468174
EZ
43902005-12-24 Eli Zaretskii <eliz@gnu.org>
4391
4392 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4393 (Symbols): Fix usage of "e.g.".
359df76b 4394 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
4395
4396 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4397 (Coding): Fix usage of "e.g.".
4398
c02a867d
EZ
43992005-12-23 Eli Zaretskii <eliz@gnu.org>
4400
5ae4183a
AS
4401 * stabs.texinfo:
4402 * refcard.tex:
c02a867d 4403 * gpl.texi:
5ae4183a
AS
4404 * gdbint.texinfo:
4405 * gdb.texinfo:
4406 * gdb-cfg.texi:
c02a867d 4407 * fdl.texi:
5ae4183a
AS
4408 * annotate.texinfo:
4409 * all-cfg.texi:
c02a867d
EZ
4410 * Makefile.in: Add (C) after Copyright. Update the FSF
4411 address.
4412
fad38dfa
EZ
44132005-12-03 Eli Zaretskii <eliz@gnu.org>
4414
4415 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4416 extend GDB with commands for external monitor.
4417
53e5f3cf
AS
44182005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4419
4420 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4421
55f6ca0f
JB
44222005-11-25 Joel Brobecker <brobecker@adacore.com>
4423
4424 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4425
c1947b85
JB
44262005-11-21 Jim Blandy <jimb@redhat.com>
4427
4428 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4429 placement of 'R' actions in tracepoint action packets; document
4430 dependence of 'X' and 'M' actions on a preceding 'R' action for
4431 their registers.
4432
9d29849a
JB
44332005-11-19 Jim Blandy <jimb@redhat.com>
4434
4435 * gdb.texinfo (Tracepoint Packets): New node.
4436 (General Query Packets): Add entries for the tracepoint packets,
4437 referring to the "Tracepoint Packets" node.
4438 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4439
9a6253be
KB
44402005-11-18 Kevin Buettner <kevinb@redhat.com>
4441
4442 * gdb.texinfo (set remotebreak): Add anchor.
4443 (X packet): Likewise.
4444 (Remote Protocol): Add new section `Interrupts' and new index
4445 entry `interrupts (remote protocol)'.
4446
5f3bebba
JB
44472005-11-18 Jim Blandy <jimb@redhat.com>
4448
4449 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4450 entries into the General Query Packets section. Add a
4451 cross-reference to that section. Drop description of replies, as
4452 these are covered in the descriptions of each packet.
4453 (General Query Packets): Add introductory text. Explain naming
4454 conventions, and how the end of a name is recognized.
4455
9a7a1b36
KB
44562005-11-17 Kevin Buettner <kevinb@redhat.com>
4457
0564b6cf 4458 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4459 "set remotebreak" command.
4460
b8ff78ce
JB
44612005-11-16 Jim Blandy <jimb@redhat.com>
4462
4463 * gdb.texinfo (Packets, Stop Reply Packets)
4464 (General Query Packets): Various formatting cleanups.
4465 - Use @samp for packet contents.
4466 - Drop summaries from packet @item lines; the same information appears
4467 immediately below in the description.
4468 - Delete paragraph breaks after packet @item commands, so that the
4469 description appears directly to the right of the packet prototype
4470 in the printed manual, if it fits.
4471 - Place spaces in packet prototypes between @vars and non-@var
4472 letters, and explain that they're just for formatting.
4473 - Use @dots{} instead of '...'.
4474 - Fix uses of @code where @var was needed.
4475 - Replace "deprecated" markers with English text spelling out the
4476 packet's status and the preferred alternatives.
4477 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4478 what this ever meant.
4479 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4480 this for a long time.
4481 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4482 implemented several times, and have been in use for years.
4483
8ffe2530
JB
44842005-11-15 Jim Blandy <jimb@redhat.com>
4485
c43c5473
JB
4486 * gdb.texinfo (Packets): Add index entries for 'm' packet
4487 disclaimers.
5ae4183a 4488
fb031cdf
JB
4489 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4490 of stub when processing an 'm' packet.
4491
8ffe2530
JB
4492 * gdb.texinfo (Packets): Mention that packets beginning with
4493 letters are reserved once, at the top, instead of actually listing
4494 them all and saying "reserved".
4495
c03c782f
AS
44962005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4497
4498 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4499 Change @var{$arg0 to @code{$arg0.
4500
814e32d7
WZ
45012005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4502
4503 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4504
fa93a9d8
JB
45052005-11-12 Jim Blandy <jimb@redhat.com>
4506
4507 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4508 order. Remove extraneous 'z'.
4509
8a5a3c82
AS
45102005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4511
4512 * gdb.texinfo (Choosing files): Add --eval-command.
4513
4b0ad762
AS
45142005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4515
4516 * gdb.texinfo (Choosing modes): Add --return-child-result.
4517
4518
1a088d06
AS
45192005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4520
4521 * gdb.texinfo (Choosing modes): Add --batch-silent.
4522
656d5e12
EZ
45232005-10-28 Eli Zaretskii <eliz@gnu.org>
4524
4525 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4526 "The -var-update Command".
4527
3c9c013a
JB
45282005-10-03 Joel Brobecker <brobecker@adacore.com>
4529
4530 * gdb.texinfo (Print Settings): Add documentation for set/show
4531 print array-indexes.
4532
7ba3cf9c
DJ
45332005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4534
4535 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4536 6.2 and 6.3.
4537
a94ab193
EZ
45382005-08-27 Eli Zaretskii <eliz@gnu.org>
4539
4540 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4541 since 19-Jan-2004.
4542 (Files): Likewise.
ab1adacd
EZ
4543 (Variables, Symbols): Document the "<incomplete type>" message and
4544 its reasons.
a94ab193 4545
ca06016a
FF
45462005-08-01 Fred Fish <fnf@specifix.com>
4547
4548 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4549
cf58170d
NR
45502005-07-15 Nick Roberts <nickrob@snap.net.nz>
4551
4552 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4553 option for -var-list-children and -var-update.
4554 (GDB/MI Stack Manipulation): Simplify description of
4555 print-values option for -stack-list-locals.
4556 (GDB/MI Command Description Format): Clarify.
4557 (Mode Options): Spelling of superseded.
4558
38f1196a
BR
45592005-07-12 Bob Rossi <bob@brasko.net>
4560
4561 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4562 corresponding GDB command comment.
4563
3cb3b8df
BR
45642005-07-06 Bob Rossi <bob@brasko.net>
4565
4566 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4567 and -inferior-tty-show.
4568 (Input/Output): Document "set/show inferior-tty" and tty alias.
4569
10fac096
NW
45702005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4571
4572 * gdb.texinfo (Packets): Change description of 'D' packet to note
4573 that GDB does wait for a response.
4574
d1b6db76
NR
45752005-06-22 Nick Roberts <nickrob@snap.net.nz>
4576
4577 * gdb.texinfo (History) Rename "Command History".
4578 (Command History): Move node "Server Prefix" from section on
4579 Annotations here.
4580
29629dcf
NR
45812005-06-19 Nick Roberts <nickrob@snap.net.nz>
4582
4583 * gdb.texinfo (GDB/MI Stack Manipulation):
4584 Re-instate -stack-info-frame with example. Say that it gets
4585 info on selected frame, not current frame.
4586
397ca115
EZ
45872005-06-18 Eli Zaretskii <eliz@gnu.org>
4588
4589 * gdb.texinfo (Server): Clarify that `file' should be used before
4590 connecting to the server.
4591 (Files): Add an xref to the above description.
51274035
EZ
4592 (Output Formats): More detailed description of the `c' format.
4593 (Memory): List explicitly all the formats supported by `x'.
638ac427 4594 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4595 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4596 files. Add more indexing for solib-absolute-prefix and
4597 --with-sysroot.
76d17f34
EZ
4598 (Machine Code): Document possible problems with locations in
4599 shared libraries.
d416eeec
EZ
4600 (Backtrace): Document that free-standing environments do not need
4601 to have a `main' function.
397ca115 4602
74f6deaa
NR
46032005-06-18 Nick Roberts <nickrob@snap.net.nz>
4604
4605 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4606 -stack-info-frame.
4607
a9967aef
AC
46082005-06-07 Andrew Cagney <cagney@gnu.org>
4609
4610 * gdb.texinfo (Contributors): Note the original multi-arch
4611 contributors.
4612
e09f16f9
EZ
46132005-06-03 Eli Zaretskii <eliz@gnu.org>
4614
4615 * gdb.texinfo (Registers): Add index entries for the standard
4616 registers.
4617 (Frames): Add cross-reference from frame pointer description to
4618 the Registers node.
4619 (Annotations Overview): Fix the reference to GDB name.
4620
d87ba7ee
EZ
46212005-06-01 Eli Zaretskii <eliz@gnu.org>
4622
4623 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4624 can-use-hw-watchpoints.
4625
034dad6f
BR
46262005-05-28 Bob Rossi <bob@brasko.net>
4627
4628 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4629 the possible reasons why an exec async record would be returned to FE.
4630
ffed4509
AC
46312005-05-26 Andrew Cagney <cagney@gnu.org>
4632
4633 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4634 Andrew Cagney implemented the original GDB/MI.
4635
e22e55c9
OF
46362005-05-23 Orjan Friberg <orjanf@axis.com>
4637
4638 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4639 documentation. Add documentation for cris-mode.
4640
a78e13ce
EZ
46412005-05-20 Eli Zaretskii <eliz@gnu.org>
4642
4643 * gdb.texinfo (Numbers): Explain the example and make the wording
4644 more acurate.
4645
76ff342d
DJ
46462005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4647 Dennis Brueni <dennis@slickedit.com>
4648
4649 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4650 (GDB/MI Data Manipulation, GDB/MI Program Control)
4651 (GDB/MI Stack Manipulation): Update examples to include the fullname
4652 attribute in stack frames.
4653
119b882a
EZ
46542005-05-12 Eli Zaretskii <eliz@gnu.org>
4655
4656 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4657 do with other non-standard names of init files.
4658
6fc08d32
EZ
46592005-05-11 Eli Zaretskii <eliz@gnu.org>
4660
4661 * gdb.texinfo (Command Files): Move the description of the startup
4662 from here...
4663 (Startup): ...to this new subsection of the Invocation chapter.
4664 Rearrange the description of init files more logically and add a
4665 cross-reference to "Command Files". Document the special gdbinit
4666 name for CISCO 68k. Expand the description of what GDB does
4667 during startup.
4668 (History): Add index entry for HISTSIZE.
4669
a561754a
MK
46702005-05-02 Mark Kettenis <kettenis@gnu.org>
4671
4672 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4673
2eecc4ab
EZ
46742005-05-02 Eli Zaretskii <eliz@gnu.org>
4675
4676 * gdb.texinfo (SVR4 Process Information, The isatty call)
4677 (The system call): Don't use foo(N) notation for man pages and
4678 functions.
514c4d71 4679 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4680
18999be5
EZ
46812005-04-27 Eli Zaretskii <eliz@gnu.org>
4682
4683 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4684 were optimized away.
4685
0abb7bc7
EZ
46862005-04-22 Eli Zaretskii <eliz@gnu.org>
4687
4688 * gdb.texinfo (Remote configuration): Document "set/show
4689 get-thread-local-storage-address". Add cross-reference to the
4690 description of the qGetTLSAddr packet.
4691 (General Query Packets): Mention "set remote
4692 get-thread-local-storage-address" and add a reference to its
4693 description.
4694
6f61acb1
NR
46952005-04-19 Nick Roberts <nickrob@snap.net.nz>
4696
4697 * gdb.texinfo (Backtrace): Describe 'bt full'.
4698
9d59903a
NR
46992005-04-17 Nick Roberts <nickrob@snap.net.nz>
4700
4701 * gdb.texinfo (Mode Options): Fix typo.
4702 (GDB/MI): Describe how to invoke GDB/MI.
4703
721c2651
EZ
47042005-04-16 Eli Zaretskii <eliz@gnu.org>
4705
4706 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4707 references changed. Add description of "info udot".
721c2651
EZ
4708 (Files): Document "set/show stop-on-solib-events".
4709 (M32R/D): Document "set/show download-path", "set/show
4710 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4711 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4712 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4713 (Maintenance Commands): Improve indexing.
4714 (Target Commands): Document "set/show hash", "set/show debug
4715 monitor".
4716 (SVR4 Process Information): Document "info pidlist" and "info
4717 meminfo". Document "set/show procfs-tarce" and "set/show
4718 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4719 (Symbols, The Print Command with Objective-C): Improve indexing.
4720 (Objective-C): Add references to "info classes" and "info
4721 selectors".
c45da7e6
EZ
4722 (Debugging Output): Improve wording. Document "set/show debug
4723 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4724 (Set Breaks): Add index entry for "hardware breakpoints".
4725 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4726 and "set/show usehardbreakpoints".
4727 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4728 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4729 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4730 rdiromatzero", "set/show rdiheartbeat".
4731 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4732 "sds".
4733 (Embedded Processors): Document the "sim" command.
4734 (Remote): Document the "remote" command.
4735 (DJGPP Native): Document the "info serial" command.
4736 (Threads): Document "maint info sol-threads".
4737 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4738 (Set Breaks): Improve indexing.
4739 (Command Syntax): Add a reference to dont-repeat.
4740 (Define): Document "dont-repeat".
4741 (TUI Commands): Document "tabset".
4742 (WinCE): New subsection. Document "set/show remotedirectory",
4743 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4744
14d6dd68
EZ
47452005-04-15 Eli Zaretskii <eliz@gnu.org>
4746
4747 * gdb.texinfo (Hurd Native): New subsection, documents
4748 Hurd-specific commands.
a64548ea 4749 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4750 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4751 (MIPS): Improve documentation of heuristic-fence-post. Document
4752 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4753 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4754 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4755 (ARM): Document ARM-specific commands.
a64548ea
EZ
4756 (AVR): New section. Document "info io_registers".
4757 (CRIS): New section. Document "set/show cris-version" and
4758 "set/show cris-dwarf2-cfi".
4759 (HPPA): New section. Document "set/show debug hppa" and "maint
4760 print unwind".
a5adf40f 4761 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4762 (Super-H): New section. Document the "regs" command.
721c2651 4763 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4764
9c16f35a
EZ
47652005-04-09 Eli Zaretskii <eliz@gnu.org>
4766
4767 * gdb.texinfo (Print Settings): Document "set/show print
4768 pascal_static-members", "set print repeats", "show print
4769 null-stop". Improve indexing. Fix documentation of "set print
4770 union".
4771 (Pascal): New section.
4772 (Supported languages): Rename from "Support"; all references
4773 updated. Add a menu item for Pascal.
4774 (Numbers): Document "set radix.
4775 (Screen Size): Document "set/show pagination".
4776 (MIPS Embedded): Remove "set processor" documentation.
4777 (Remote configuration): Document "set/show X/P/Z-packet",
4778 "set/show read-aux-vector-packet", "set/show remote
4779 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4780 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4781 remotedebug", "set/show remotebreak", "set/show remotedevice",
4782 "set/show remotelogfile".
4783 (Auxiliary Vector): Add reference to the description of the
4784 read-aux-vector-packet setting.
4785 (Set Watchpoints): Add a cross-reference to "set remote
4786 hardware-breakpoint-limit".
4787 (General Query Packets): Add indexing of requests and
4788 cross-references to related commands in "Remote configuration".
4789 (File-I/O Overview, The system call): Fix wording and typos.
4790 (Thread Stops): Add index entries.
4791 (Continuing and Stepping): Document "show step-mode".
4792 (i386): New node. Document "set/show struct-convention".
4793 (Files): Document "show trust-readonly-sections".
4794 (Calling): Document "set/show unwindonsignal".
4795 (Messages/Warnings): Add index entries.
4796 (Maintenance Commands): Document "set/show watchdog".
4797 (Annotations Overview): Document "show annotate".
4798 (Set Watchpoints): Add index entries.
4799 (Symbols): Fix doc of case-sensitive.
4800 (ABI): Document "show coerce-float-to-double".
4801 (Convenience Vars, Help): Improve indexing.
4802 (Machine Code): Document "show disassembly-flavor".
4803 (Debugging C plus plus): Document "show overload-resolution".
4804 (Value History, Signaling): Add index entries.
4805
48062005-04-08 Eli Zaretskii <eliz@gnu.org>
4807
4808 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4809 (Processes): Fix wording.
4810 (History, List, Logging output, Define, Symbols, Print Settings):
4811 Improve indexing.
4812
a8f24a35
EZ
48132005-04-03 Eli Zaretskii <eliz@gnu.org>
4814
4815 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4816 redundant index entry for "target" command.
4817 (Backtrace): Add index entries.
4818 (Symbols, Fortran): Document the "set case-sensitive" command.
4819 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4820 (Print Settings): Add index entry for "set demangle-style".
4821 (Target Commands): Document "set download-write-size".
4822 (Debugging Output): Document "set exec-done-display".
4823
09d4efe1
EZ
48242005-04-02 Eli Zaretskii <eliz@gnu.org>
4825
4826 * gdb.texinfo (Files): Fix the name and documentation of
4827 add-shared-symbol-files. Document its alias assf. Update the
4828 list of OSs where GDB supports shared libraries. Fix markup.
4829 (Continuing and Stepping): Add reference to @var{location} in the
4830 text.
4831 (Dump/Restore Files): Fix reference to @{filename}.
4832 (Help): Fix wording.
4833 (Attach): Ditto.
4834 (Set Watchpoints): Ditto.
4835 (Backtrace): Remove redundant index entries. Improve index
4836 entries.
4837 (Delete Breaks): Fix wording.
4838 (Memory): Document the compare-sections command.
4839 (Memory Region Attributes): Improve wording.
4840 (Disabling): Improve wording.
4841 (Fortran): New subsection. Document the "info common" command.
4842 (Help): Document aliases "info copying" and "info warranty".
4843 (Caching Remote Data): New section. Document the "set/show
4844 remotecache" and "info dcache" commands.
4845 (Show): Fix wording of the documentation of the "set
4846 extension-language" command.
4847 (Signals): Add index entry for "info handle".
4848 (Memory Region Attributes): Fix punctuation.
4849 (Symbols): Change the arg name to "location" and refer to it in
4850 the text. Fix wording of "info types" doc.
4851 (Threads): Fix usage of @enumerate @item's.
4852 (Listing Tracepoints): Add index entry for "info tp".
4853 (Set Watchpoints): Add xref to "info break" description.
4854 (Macros): Add an index entry for "macro exp1". Document the
4855 "macro list" command.
4856 (Maintenance Commands): Document "flushregs", "maint agent",
4857 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4858 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4859 "maint print architecture", "maint print objfiles", "maint print
4860 statistics", "maint print type", "maint show-debug-regs", "maint
4861 space", "maint time", and "maint translate-address".
4862 (Connecting): Document the "monitor" command.
4863 (Annotations Overview): Describe the "set annotate" command.
4864
82f2d802
EZ
48652005-04-01 Eli Zaretskii <eliz@gnu.org>
4866
4867 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4868 Rearrange index entries and improve wording about support for
4869 hardware watchpoints.
4870
7d51c7de
BR
48712005-03-10 Bob Rossi <bob@brasko.net>
4872
4873 * gdb.texinfo: Update copyright
4874
68c71a2e
TR
48752005-02-09 Theodore A. Roth <troth@openavr.org>
4876
4877 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4878 error.
4879
83761cbd
KB
48802005-02-03 Kevin Buettner <kevinb@redhat.com>
4881
4882 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4883
9f1c6395
MS
48842005-01-17 Michael Snyder <msnyder@redhat.com>
4885
4886 * gdb.texinfo: Fix spelling, infinte -> infinite.
4887
fbd1b305
MK
48882005-01-08 Mark Kettenis <kettenis@gnu.org>
4889
4890 * observer.texi (GDB Observers): Document "solib_loaded".
4891
3ace7edb
AC
48922005-01-07 Andrew Cagney <cagney@gnu.org>
4893
bec39cab
AC
4894 * configure.ac: Rename configure.in, require autoconf 2.59.
4895 * configure: Re-generate.
4896
3ace7edb
AC
4897 * configure.in: Replace configdirs with multiple references to
4898 AC_CONFIG_SUBDIRS.
4899 * configure: Re-generate.
5ae4183a 4900
53531fc1
AC
49012005-01-04 Andrew Cagney <cagney@gnu.org>
4902
4903 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4904 part of the version number.
4905
536ffdb7
MK
49062004-12-24 Mark Kettenis <kettenis@gnu.org>
4907
4908 * gdbint.texinfo (Algorithms): Remove description of
4909 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4910
e1aac25b
JB
49112004-12-07 Jim Blandy <jimb@redhat.com>
4912
4913 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4914 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4915 numbers.
4916
f47b1503
AS
49172004-12-07 Andreas Schwab <schwab@suse.de>
4918
4919 * gdb.texinfo (Mode Options): Document -l option.
4920
b6b8ece6
EZ
49212004-12-04 Eli Zaretskii <eliz@gnu.org>
4922
4923 * gdbint.texinfo (Algorithms): More accurate description of
4924 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4925 is not needed unless data-read and data-access watchpoints are
4926 supported. Add a description of how GDB checks whether the
4927 inferior stopped because a watchpoint was hit.
4928
01371747
EZ
49292004-11-23 Eli Zaretskii <eliz@gnu.org>
4930
4931 * gdb.texinfo (Files): Add cross-reference to description of
4932 -readnow command-line switch.
4933
2315ffec
RC
49342004-11-10 Randolph Chung <tausq@debian.org>
4935
4936 * gdb.texinfo: Document set/show backtrace past-entry commands.
4937 Rearrange index entries for set/show backtrace past-main.
4938
69065f5d
AC
49392004-11-10 Jon Beniston <jon@beniston.com>
4940
4941 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4942 * gdb.texinfo (Remote Serial Protocol): Further describe
4943 binary transfer escaping mechanism .
69065f5d 4944
30e91e0b
RC
49452004-11-08 Randolph Chung <tausq@debian.org>
4946
4947 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4948 and "show debug infrun". Add index entries.
4949
60bf7e09
EZ
49502004-10-23 Eli Zaretskii <eliz@gnu.org>
4951
4952 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4953 "info proc" that are already implemented. Add index entries.
4954 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4955 (Files): Add a tip for decreasing memory used for symtabs from
4956 shared libraries.
f018e82f
EZ
4957 (Starting): Fix whitespace; make "elaboration" stand out where it
4958 is first used, and add an index entry for the term.
f8568604
EZ
4959 (Calling): Expand and elaborate text. Add "print". Add the
4960 description of problems with weak aliases.
384ee23f 4961 (Core File Generation): New section.
60bf7e09 4962
d52fe014
AC
49632004-10-12 Andrew Cagney <cagney@gnu.org>
4964
4965 * gdbint.texinfo (Versions and Branches): New chapter.
4966 (Releasing GDB): Delete "Versions and Branches" section.
4967 (Top): Add "Versions and Branches".
4968
703663ab
EZ
49692004-10-08 Eli Zaretskii <eliz@gnu.org>
4970
4971 * gdb.texinfo (Editing, History): Add cross-references to the
4972 included Readline and History user documentation. Remove
4973 references to the symbol have-readline-appendices which is unused
4974 and undefined.
4975 (History): Fix indexing.
4976
ac77d04f
JJ
49772004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4978
4979 * gdbint.texinfo (target_stopped_data_address): Update to
4980 new prototype.
4981 (i386_stopped_data_address): Update prototype and description.
4982 (i386_stopped_by_watchpoint): New function and description.
4983
e07c999f
PH
49842004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4985
4986 * gdb.texinfo (Filenames): Add Ada suffixes.
4987 (Ada) New section.
4988
2e868123
AC
49892004-09-27 Andrew Cagney <cagney@gnu.org>
4990 Robert Picco <Robert.Picco@hp.com>
4991
4992 * gdb.texinfo (Packets): Document the "p" packet.
4993
02a57714
JM
49942004-09-21 Jason Molenda (jmolenda@apple.com)
4995
4996 * gdb.texinfo (Paths and Names of the Source Files): Document the
4997 meaning of values in the 'desc' field of a SO stab.
4998
ae038cb0
DJ
49992004-09-20 Daniel Jacobowitz <dan@debian.org>
5000
5001 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
5002 max-cache-age" and "maint show dwarf2 max-cache-age".
5003
f7dc1244
EZ
50042004-09-16 Eli Zaretskii <eliz@gnu.org>
5005
5006 * gdb.texinfo (Set Breaks): Add index entry for setting
5007 breakpoints on overloaded C++ functions that are not members of
5008 any classes. Add an example and an index entry for setting
5009 breakpoints on all program functions.
5010 (Character Sets, Macros, Overlay Commands)
5011 (Non-debug DLL symbols, GDB/MI Output Syntax)
5012 (Annotations Overview, Maintenance Commands, File-I/O Overview):
5013 Use "(@value{GDBP})" instead of a literal "(gdb)".
5014
f810308b
AC
50152004-09-12 Andrew Cagney <cagney@gnu.org>
5016
5017 * gdbint.texinfo (Native Debugging): Delete description of
5018 FILES_INFO_HOOK.
5019
15a661f3
PH
50202004-09-11 Paul Hilfinger <hilfinger@gnat.com>
5021
5ae4183a
AS
5022 * gdbint.texinfo (User Interface): Change local_hex_string_custom
5023 to hex_string_custom (not historically correct, but more
15a661f3
PH
5024 understandable, given the current code).
5025
f3219c75
AC
50262004-09-03 Andrew Cagney <cagney@gnu.org>
5027
5028 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
5029
f3bb6704
JJ
50302004-09-01 Jeff Johnston <jjohnstn@redhat.com>
5031
5032 * observer.texi (solib_unloaded): New observer.
5033
8d2c00cb
AC
50342004-08-24 Andrew Cagney <cagney@gnu.org>
5035
5036 * gdbint.texinfo (Target Architecture Definition): Add missing
5037 comma.
5038
e7dc800a
MC
50392004-08-20 Michael Chastain <mec.gnu@mindspring.com>
5040
5041 * (Using the Testsuite): build != host is supported,
5042 but some test scripts do not support build != host.
5043
73b03683
MK
50442004-08-14 Mark Kettenis <kettenis@gnu.org>
5045
5046 * gdbint.texinfo (Host Definition): Delete description of
5047 FCLOSE_PROVIDED and GETENV_PROVIDED.
5048
c0ccb908
MK
50492004-08-05 Mark Kettenis <kettenis@chello.nl>
5050
5051 * gdbint.texinfo (Host Definition): Delete description of
5052 NO_SYS_FILE.
5053 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
5054 PTRACE_FP_BUG.
5055
9c8dbfa9
AC
50562004-08-05 Andrew Cagney <cagney@gnu.org>
5057
5058 * gdbint.texinfo (Target Architecture Definition): Delete
5059 reference to deprecated_read_fp.
5060
f42accbe
AC
50612004-08-02 Andrew Cagney <cagney@gnu.org>
5062
5063 * gdbint.texinfo (Target Architecture Definition): Delete
5064 description of DEPRECATED_REGISTER_BYTES.
5065
0b66e38c
EZ
50662004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
5067
5068 * gdb.texinfo (Source Path): Document the new behavior of
5069 searching for the source files.
5070
15387254
EZ
50712004-07-17 Eli Zaretskii <eliz@gnu.org>
5072
5073 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
5074 (Search, Expressions, Arrays, Variables, Data, Machine Code)
5075 (Auto Display): Improve indexing.
5076
2c07db7a
AC
50772004-07-16 Andrew Cagney <cagney@gnu.org>
5078
5079 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
5080 "-noasync".
5081
4644b6e3
EZ
50822004-07-09 Eli Zaretskii <eliz@gnu.org>
5083
5084 * gdb.texinfo: Fix @kindex entries so that multiple commands that
5085 have the same prefix have only their prefix in the index.
5086
7561d450
MK
50872004-07-03 Mark Kettenis <kettenis@gnu.org>
5088
5089 * gdb.texinfo (BSD libkvm Interface): New node (section)
5090 (Native): Add it to the menu.
5091
67bebe79
MK
50922004-07-01 Mark Kettenis <kettenis@gnu.org>
5093
5094 * gdbint.texinfo (Target Architecture Definition): Remove
5095 PCC_SOL_BROKEN.
5096
1a6923e0
MK
50972004-06-24 Mark Kettenis <kettenis@gnu.org>
5098
5099 * gdbint.texinfo (Target Architecture Definition): Remove
5100 SUN_FIXED_LBRAC_BUG.
5101
b435e160
AC
51022004-06-26 Andrew Cagney <cagney@gnu.org>
5103
5104 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
5105
b5622e8d
AC
51062004-06-20 Andrew Cagney <cagney@gnu.org>
5107
5108 * gdbint.texinfo (Target Architecture Definition): Deprecate
5109 USE_STRUCT_CONVENTION.
5110
e0c07bf0
MC
51112004-06-19 Michael Chastain <mec.gnu@mindspring.com>
5112
5113 gdb.texinfo (Bug Reporting): Mention session recording,
5114 with the script command or Emacs.
5115
782263ab
AC
51162004-06-18 Andrew Cagney <cagney@gnu.org>
5117
5118 * gdbint.texinfo (Target Architecture Definition): Deprecate
5119 FUNCTION_START_OFFSET.
5120
03727ca6
AC
51212004-06-14 Andrew Cagney <cagney@gnu.org>
5122
5123 Based on changes from Karl Berry.
5124 * gdb.texinfo: Do not use @sc in a direntry.
5125 * stabs.texinfo: Change @dircateogry to "Software development".
5126 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
5127
97092415
AC
51282004-06-13 Andrew Cagney <cagney@gnu.org>
5129
5130 * gdbint.texinfo (Target Architecture Definition): Delete
5131 description of RETURN_VALUE_ON_STACK.
5132
1f6d4158
AC
51332004-06-09 Andrew Cagney <cagney@gnu.org>
5134
5135 * gdbint.texinfo (Native Debugging): Restore "@table @code"
5136 deleted by previous patch.
5137
d966f0cb
AC
51382004-06-08 Andrew Cagney <cagney@gnu.org>
5139
5140 * gdbint.texinfo (Native Debugging): Delete documentation on
5141 ATTACH_DETACH.
5142
86fe4aaa
RC
51432004-06-06 Randolph Chung <tausq@debian.org>
5144
5145 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
5146
d4b6d575
RC
51472004-06-06 Randolph Chung <tausq@debian.org>
5148
5ae4183a 5149 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
5150 the new push_dummy_call method signature. Describe the function
5151 argument.
5152
4e8b0763
JB
51532004-05-24 Joel Brobecker <brobecker@gnat.com>
5154
5155 * gdb.texinfo (Starting): Document new start command.
5156
59caf092
AC
51572004-05-21 Andrew Cagney <cagney@redhat.com>
5158
5159 * observer.texi (GDB Observers): Document "inferior_created".
5160
e4a2df64
AC
51612004-05-08 Andrew Cagney <cagney@redhat.com>
5162
e6b55ae2
AC
5163 * gdbint.texinfo (Target Architecture Definition): Delete
5164 description of DO_DEFERRED_STORES.
5165
28954179
AC
5166 * gdbint.texinfo (Target Architecture Definition): Delete
5167 references to DEPRECATED_FIX_CALL_DUMMY.
5168
434b87dd
AC
5169 * gdbint.texinfo (Target Architecture Definition): Delete
5170 description of DEPRECATED_CALL_DUMMY_WORDS,
5171 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
5172
58d28df8
AC
5173 * gdbint.texinfo (Target Architecture Definition): Delete
5174 description of DEPRECATED_PUSH_DUMMY_FRAME.
5175
e4a2df64
AC
5176 * gdbint.texinfo (Target Architecture Definition): Delete
5177 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
5178
2b4855ab
AC
51792004-05-07 Andrew Cagney <cagney@redhat.com>
5180
5181 * observer.texi (GDB Observers): Add "Debugging" section. Include
5182 cross reference to "set/show debug observer".
5183 * gdb.texinfo (Debugging Output): Document "set/show debug
5184 observer".
5185
fcf70625
AC
51862004-05-01 Andrew Cagney <cagney@redhat.com>
5187
5188 * gdbint.texinfo (Target Architecture Definition): Delete
5189 description of DEPRECATED_PC_IN_SIGTRAMP.
5190
8ee56bcf
AC
51912004-04-30 Andrew Cagney <cagney@redhat.com>
5192
5193 * gdbint.texinfo (Target Architecture Definition): Delete
5194 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
5195
67ab9a76
OF
51962004-04-30 Orjan Friberg <orjanf@axis.com>
5197
5198 * observer.texi (GDB Observers): Correct spelling.
5199
79346bcb
OF
52002004-04-26 Orjan Friberg <orjanf@axis.com>
5201
5202 * observer.texi (GDB Observers): Add target_changed event.
5203
7a464420
AC
52042004-04-08 Andrew Cagney <cagney@redhat.com>
5205
5206 * observer.texi (GDB Observers): Rework, provide generic observer
5207 definitions and then a list of observable events.
5208
6cdf9d98
AC
52092004-04-04 Andrew Cagney <cagney@redhat.com>
5210
5211 * gdbint.texinfo (Host Definition): Delete reference to
5212 NO_SIGINTERRUPT.
5213
ddc135a4
AC
52142004-04-02 Andrew Cagney <cagney@redhat.com>
5215
5216 * gdbint.texinfo (Target Architecture Definition): Delete
5217 reference to DEPRECATED_CALL_DUMMY_LENGTH.
5218
6a1b180d
SC
52192004-03-28 Stephane Carrez <stcarrez@nerim.fr>
5220
5221 * gdb.texinfo (TUI Commands): Document tui reg commands.
5222
d0d5df6f
AC
52232004-03-26 Andrew Cagney <cagney@redhat.com>
5224
5225 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
5226 "gdbtui".
5227 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
5228 (Contributors): Mention both Text and Terminal User Interface.
5229
aa2a3f87
AC
52302004-03-23 Andrew Cagney <cagney@redhat.com>
5231
5232 * gdbint.texinfo (Target Architecture Definition): Deprecate
5233 references to SIGTRAMP_START and SIGTRAMP_END.
5234
f561f026
AC
52352004-03-23 Andrew Cagney <cagney@redhat.com>
5236
5237 * gdbint.texinfo (Target Architecture Definition): Deprecate
5238 references to PC_IN_SIGTRAMP.
5239
33cb8b0f
AC
52402004-03-19 Andrew Cagney <cagney@redhat.com>
5241
5242 * gdbint.texinfo (Target Architecture Definition): Delete
5243 reference to GDB_TARGET_IS_HPPA.
5244
fc989b7a
AC
52452004-03-18 Andrew Cagney <cagney@redhat.com>
5246
5247 * gdbint.texinfo (Coding): Update section on gdbarch_data,
5248 describe pre_init and post_init.
5249
701b08bb
DJ
52502004-03-09 Daniel Jacobowitz <drow@mvista.com>
5251
5252 * gdb.texinfo (Debugging Output): Document values for "set debug
5253 target".
5254
faae5abe
AC
52552004-02-28 Andrew Cagney <cagney@redhat.com>
5256
5257 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
5258
dd79a6cf
JJ
52592004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5260
5261 * gdb.texinfo (breakpoints): Add information about the
5262 new "set breakpoint pending" and "show breakpoint pending"
5263 commands.
5264
e7f16015
AC
52652004-02-26 Andrew Cagney <cagney@redhat.com>
5266
5267 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
5268 in Per-architecture module data section.
5269
7161a3a6
RM
52702004-02-25 Roland McGrath <roland@redhat.com>
5271
5272 * gdb.texinfo (General Query Packets): Document qPart:... packets.
5273
2154891a
AC
52742004-02-24 Andrew Cagney <cagney@redhat.com>
5275
5276 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
5277 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
5278 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 5279
6c74ac8b
AC
52802004-02-17 Andrew Cagney <cagney@redhat.com>
5281
5282 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
5283
19772a2c
AC
52842004-02-16 Andrew Cagney <cagney@redhat.com>
5285
5286 * gdbint.texinfo (Target Architecture Definition): Deprecate
5287 FRAMELESS_FUNCTION_INVOCATION.
5288
c9830293
AC
52892004-02-16 Andrew Cagney <cagney@redhat.com>
5290
5291 * gdbint.texinfo (Coding): Mention -Wunused-function.
5292
b9d26eb9
AC
52932004-02-14 Andrew Cagney <cagney@redhat.com>
5294
5295 * gdbint.texinfo (Target Architecture Definition): Delete
5296 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5297
49efadf5
EZ
52982004-02-12 Elena Zannoni <ezannoni@redhat.com>
5299
5300 * gdb.texinfo: Properly quote the name "C++".
5301 * gdbint.texinfo: Ditto.
5302 * stabs.texinfo: Ditto.
5303
1eb288ea
EZ
53042004-02-11 Elena Zannoni <ezannoni@redhat.com>
5305
5306 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5307 minimal information about libiberty.
5308
e4937fc1
MC
53092004-02-06 Michael Chastain <mec.gnu@mindspring.com>
5310
5311 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5312
a9331b3f
RM
53132004-02-04 Roland McGrath <roland@redhat.com>
5314
5315 * gdb.texinfo (Auxiliary Vector): New node (section).
5316 (Data): Add it to the menu.
5317
2650777c
JJ
53182004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5319
5320 * gdb.texinfo (Breakpoints): Add information about pending
5321 breakpoint support.
5322
b4501125
AC
53232004-01-26 Andrew Cagney <cagney@redhat.com>
5324
5325 * gdb.texinfo (Overview): Delete references to the cisco protocol
5326 including the "N" response.
5327
74055713
AC
53282004-01-26 Andrew Cagney <cagney@redhat.com>
5329
5330 * gdbint.texinfo (Target Architecture Definition): Rename
5331 EXTRACT_STRUCT_VALUE_ADDRESS to
5332 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 5333
3bbe9696
EZ
53342004-01-24 Eli Zaretskii <eliz@gnu.org>
5335
5336 * gdb.texinfo (KOD): Document "show os". Add index entries for
5337 "set/show os" and "info cisco" commands.
5338
5843504f
EZ
53392004-01-21 Eli Zaretskii <eliz@gnu.org>
5340
5341 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5342
9175c9a3
MC
53432004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5344
5345 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5346 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5347
8e94b928
NR
53482004-01-19 Nick Roberts <nick@nick.uklinux.net>
5349
5350 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5351 -stack-list-locals.
5352 (GDB/MI Variable Objects): Describe extension to
5353 -var-list-children.
5354
a20cf136
DJ
53552004-01-17 Daniel Jacobowitz <drow@mvista.com>
5356
5357 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5358
afb18d0f
AC
53592004-01-17 Andrew Cagney <cagney@redhat.com>
5360
5361 * gdbint.texinfo (Target Architecture Definition): Delete
5362 documentation on DEPRECATED_NPC_REGNUM.
5363
b51970ac
DJ
53642004-01-13 Daniel Jacobowitz <drow@mvista.com>
5365
5366 * gdb.texinfo: Update copyright year. Mention that set
5367 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5368 "set follow-fork-mode ask".
5369
0f0cffd2
AC
53702004-01-13 Andrew Cagney <cagney@redhat.com>
5371
5372 * gdbint.texinfo: Update copyright year.
5373 (Coding): Add -Wunused-label to list of -Werror warnings.
5374
c552b3bb 53752004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 5376 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
5377
5378 * gdb.texinfo: Update copyright.
5379 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5380 around names, as appropriate. Minor syntax cleanup of
5381 _NSPrintForDebugger explanation. Two spaces after periods.
5382 GDBN used instead of lit. "gdb". Index entries added for
5383 print-object and _NSPrintForDebugger. @noindent added in one spot.
5384
afe157ca
EZ
53852003-11-11 Elena Zannoni <ezannoni@redhat.com>
5386
5387 * stabs.texinfo: Add dircategory and direntry commands.
5388 * annotate.texinfo: Ditto.
5389
963e2bb7
AC
53902003-11-10 Andrew Cagney <cagney@redhat.com>
5391
5392 * gdbint.texinfo (Target Architecture Definition): Replace the
5393 return_value method's "inval" and "outval" parameters with
5394 "readbuf" and "writebuf".
5395
1d8b2f28
JB
53962003-10-28 Jim Blandy <jimb@redhat.com>
5397
5398 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5399 from "The `F' request packet" and "The `F' reply packet", to make
5400 texi2dvi happy.
5401 (File-I/O remote protocol extension): Update menu entries, too.
5402
36d86913
MC
54032003-10-26 Michael Chastain <mec@shout.net>
5404
5405 * gdb.texinfo (Thread Stops): Document the issue with
5406 premature return from system calls in multi-threaded programs.
5407
ce2826aa
AC
54082003-10-24 Andrew Cagney <cagney@redhat.com>
5409
5410 * annotate.texinfo: Fix "fortunatly"[sic].
5411
f24c5e49
KI
54122003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5413
5414 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5415 with "Hitachi" and "Mitsubishi".
5416
92ad9cd9
AC
54172003-10-20 Andrew Cagney <cagney@redhat.com>
5418
5419 * gdbint.texinfo (Target Architecture Definition): Document
5420 gdbarch_return_value. Add cross references from
5421 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5422 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5423
0ab4b752
MK
54242003-10-18 Mark Kettenis <kettenis@gnu.org>
5425
5426 * gdbint.texinfo (Target Architecture Definition): Document
5427 regset_from_core_section.
fb3e19c0
KI
5428
54292003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5430
5431 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5432
a9331b3f 54332003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5434
5435 From Anthony Green <green@redhat.com>:
5ae4183a 5436 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5437
1485d690
KB
54382003-10-14 Kevin Buettner <kevinb@redhat.com>
5439
889bf7c5
PA
5440 * gdb.texinfo (Breakpoint related warnings): New node.
5441 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5442
86d30acc
DJ
54432003-10-13 Daniel Jacobowitz <drow@mvista.com>
5444
5445 * gdb.texinfo (Remote Protocol): Document v and vCont.
5446
172c2a43
KI
54472003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5448
5449 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5450 * gdbint.texinfo: Ditto.
5451
71952f4c
AC
54522003-10-09 Andrew Cagney <cagney@redhat.com>
5453
5454 From 2003-09-18 David Anderson <davea@sgi.com>:
5455 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5456 "command".
5457
268e2188
AC
54582003-10-03 Andrew Cagney <cagney@redhat.com>
5459
5460 * gdbint.texinfo (Target Architecture Definition): Deprecate
5461 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5462 just target.
5463
12c266ea 54642003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5465
f30992d4 5466 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5467 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5468 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5469 * gdbint.texinfo (Target Architecture Definition): Rename
5470
54712003-09-30 Andrew Cagney <cagney@redhat.com>
5472
f30992d4 5473 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5474 (Target Architecture Definition):
f30992d4 5475
2e092625
AC
5476 * gdbint.texinfo (Target Architecture Definition): Rename
5477 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5478
0717ae8a
AC
54792003-09-29 Andrew Cagney <cagney@redhat.com>
5480
dad809b7
AC
5481 * gdbint.texinfo (Target Architecture Definition): Delete
5482 documentation for NEED_TEXT_START_END.
5483
0717ae8a
AC
5484 * gdbint.texinfo (Target Architecture Definition): Rename
5485 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5486 TARGET_WRITE_PC.
a9331b3f 5487
af6cf26d
MC
54882003-09-22 Michael Chastain <mec@shout.net>
5489
5490 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5491
ee206350
AG
54922003-09-21 Anthony Green <green@redhat.com>
5493
5494 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5495
a38c9fe6
MK
54962003-09-21 Mark Kettenis <kettenis@gnu.org>
5497
5498 * gdbint.texinfo (Target Architecture Definition): Document
5499 stabs_argument_has_addr.
5500
77949794
AC
55012003-09-18 Andrew Cagney <cagney@redhat.com>
5502
5503 * gdbint.texinfo (Target Architecture Definition): Delete
5504 documentation on REGISTER_NAMES.
5505
8e823e25
MK
55062003-09-13 Mark Kettenis <kettenis@gnu.org>
5507
5508 * gdbint.texinfo (Target Architecture Definition): Replace
5509 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5510
f27dd7fd
AC
55112003-09-11 Andrew Cagney <cagney@redhat.com>
5512
5513 * gdbint.texinfo (Target Architecture Definition): Replace
5514 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5515
8b148df9
AC
55162003-08-18 Andrew Cagney <cagney@redhat.com>
5517
5518 * gdbint.texinfo (Target Architecture Definition): Document
5519 "frame_red_zone_size".
5520
25d29d70
AC
55212003-08-09 Andrew Cagney <cagney@redhat.com>
5522
5523 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5524 with "set/show backtrace past-main" and "set/show backtrace
5525 limit".
5526
c938e9b0
L
55272003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5528
5529 * Makefile.in (install-info): Support DESTDIR.
5530 (install-html): Likewise.
5531
64fabec2
AC
55322003-08-07 Andrew Cagney <cagney@redhat.com>
5533
5534 Patch from Nick Roberts.
5535 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5536 bindings. Remove description of send-gdb-command.
5537
2fcf52f0
AC
55382003-08-07 Andrew Cagney <cagney@redhat.com>
5539
5540 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5541 GDB 6.0.
5542
086432e2
AC
55432003-08-06 Andrew Cagney <cagney@redhat.com>
5544
5545 * gdb.texinfo (Mode Options): Mention that level three is the
5546 highest available and that level 2 is deprecated.
5547 (Annotations Overview): Mention annotation levels. Cross reference
5548 to "Limitations of the Annotation Interface" in annotate.texi.
5549 (TODO, Value Annotations, Frame Annotations): Delete section.
5550 (Displays, Breakpoint Info): Delete.
5551
e5249f67
AC
55522003-08-04 Andrew Cagney <cagney@redhat.com>
5553
5554 * agentexpr.texi: Delete @bye.
5555 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5556 (stabs.info): Add $(srcdir) to include search path.
5557 (html): Depend on "annotate_toc.html", and not "annotate.html".
5558 * stabs.texinfo: Ditto. Include "fdl.texi".
5559 * gdbint.texinfo: Update copyright statement's list of invariant
5560 sections.
5561
e6f672d2
AC
55622003-07-28 Andrew Cagney <cagney@redhat.com>
5563
5564 * Makefile.in (INFO_DEPS): Add annotate.info.
5565 (dvi, ps, html, pdf): Add annotate.
5566 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5567 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5568 (ANNOTATE_DOC_FILES): New macro.
5569 (ANNOTATE_TEX_TMPS): New macro.
5570 (annotate.info, annotate_toc.html): Specify dependencies.
5571 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5572 * annotate.texinfo: Rename annotate.texi. Get building. Add
5573 "Migrating to GDB/MI" and "Limitations of the Annotation
5574 Interface" chapters. Mention why it is not part of the user
5575 guide. Update copyright notice. Include "fdl.texi".
5576
72ffddc9
SC
55772003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5578
5579 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5580
a9f12a31
DJ
55812003-07-24 Daniel Jacobowitz <drow@mvista.com>
5582
5583 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5584
b1fe9455
DJ
55852003-07-24 Daniel Jacobowitz <drow@mvista.com>
5586
5587 * gdb.texinfo (Server): Mention pidof.
5588
153721e6
AC
55892003-07-22 Andrew Cagney <cagney@redhat.com>
5590
5591 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5592 list.
5593
0fac0b41
DJ
55942003-06-28 Daniel Jacobowitz <drow@mvista.com>
5595
5596 * gdb.texinfo (Logging output): New chapter.
5597
4e562065
JB
55982003-06-24 Joel Brobecker <brobecker@gnat.com>
5599
5600 * gdb.texinfo (Unsupported languages): New section.
5601 (Languages): Add link to new section.
5602
f2c06f52
AC
56032003-06-22 Andrew Cagney <cagney@redhat.com>
5604
5605 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5606
b4177fca
DJ
56072003-06-22 Daniel Jacobowitz <drow@mvista.com>
5608
5609 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5610
f418dd93
DJ
56112003-06-22 Daniel Jacobowitz <drow@mvista.com>
5612
5613 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5614 * agentexpr.texi: Retitle section, and change it to an appendix.
5615 Comment out texinfo initialization. Factor a @var{} into two
5616 pieces to prevent makeinfo warnings.
5617 * gdb.texinfo: Add Agent Expressions appendix.
5618
4ca61388
DJ
56192003-06-19 Daniel Jacobowitz <drow@mvista.com>
5620
5621 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5622
07f31aa6
DJ
56232003-06-18 Daniel Jacobowitz <drow@mvista.com>
5624
5ae4183a 5625 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5626 remote target". Document the "detach" and "disconnect" commands.
5627 (Server, Netware, Debug Session): Reference "Connecting to a
5628 remote target".
5629 (GDB/MI Target Manipulation): Document "-target-disconnect".
5630
2dd0da42
AC
56312003-06-13 Andrew Cagney <cagney@redhat.com>
5632
5633 * gdbint.texinfo (Target Architecture Definition): Deprecate
5634 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5635 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5636
e7a3abfc
JB
56372003-06-09 Jim Blandy <jimb@redhat.com>
5638
5639 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5640
25e3a86b
AC
56412003-06-08 Andrew Cagney <cagney@redhat.com>
5642
5643 * gdbint.texinfo (Target Architecture Definition): Delete
5644 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5645
a9e5fdc2
AC
56462003-06-08 Andrew Cagney <cagney@redhat.com>
5647
5648 * gdbint.texinfo (Target Architecture Definition): Document
5649 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5650
b37303ee
AF
56512003-06-07 Adam Fedor <fedor@gnu.org>
5652
5653 * gdb.texinfo: Add Objective-C documentation.
5654
39fe6e80
AC
56552003-06-01 Andrew Cagney <cagney@redhat.com>
5656
5657 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5658 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5659
125309b2
AC
56602003-05-21 Andrew Cagney <cagney@redhat.com>
5661
5662 * gdbint.texinfo (Target Architecture Definition): Delete
5663 references to "extract_address" and "store_address".
5664
b8b527c5
AC
56652003-05-16 Andrew Cagney <cagney@redhat.com>
5666
5667 * gdbint.texinfo (Target Architecture Definition): Replace
5668 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5669 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5670
50e3ee83
TR
56712003-05-14 Theodore A. Roth <troth@openavr.org>
5672
5673 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5674
44e2be90
L
56752003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5676
5677 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5678 (gdb.dvi): Likewise.
5679 (gdb.pdf): Likewise.
5680 (links2roff): Likewise.
5681
df5215a6
JB
56822003-05-08 Jim Blandy <jimb@redhat.com>
5683
5684 * gdb.texinfo (Dump/Restore Files): Update documentation for
5685 'dump', 'append', and 'restore': note that format argument is
5686 optional; simplify presentation of the command variants; and be
5687 more precise about the formats.
5688
5e7b2f39
JB
56892003-05-07 Jim Blandy <jimb@redhat.com>
5690
5691 * gdb.texinfo (Symbols): Update documentation: 'maint list
5692 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5693 symtabs' and 'maint info psymtabs'.
5694
b1e29e33
AC
56952003-05-05 Andrew Cagney <cagney@redhat.com>
5696
5697 * gdbint.texinfo (Target Architecture Definition): Make
5698 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5699 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5700 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5701
00905d52
AC
57022003-05-04 Andrew Cagney <cagney@redhat.com>
5703
5704 * gdb.texinfo (Maintenance Commands): Document "maint print
5705 dummy-frames".
5706
54ff5908
AC
57072003-05-04 Andrew Cagney <cagney@redhat.com>
5708
5709 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5710
32e7087d
JB
57112003-05-03 J. Brobecker <brobecker@gnat.com>
5712
5713 Thierry Schneider <tpschneider1@yahoo.com>
5714 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5715 for new MI command.
5716
7043d8dc
AC
57172003-05-03 Andrew Cagney <cagney@redhat.com>
5718
5719 * gdbint.texinfo (Target Architecture Definition): Document
5720 push_dummy_code. Add cross references.
5721
e33d66ec
EZ
57222003-05-02 Elena Zannoni <ezannoni@redhat.com>
5723
5724 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5725 set/show charsets commands.
5726
0ba6dca9
AC
57272003-04-28 Andrew Cagney <cagney@redhat.com>
5728
5729 * gdbint.texinfo (Target Architecture Definition): Replace
5730 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5731 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5732
d7a27068
AC
57332003-04-28 Andrew Cagney <cagney@redhat.com>
5734
5735 * gdbint.texinfo (Target Architecture Definition): Rename
5736 "tm_print_insn" to "deprecated_tm_print_insn".
5737
44ea7b70
JB
57382003-04-09 Jim Blandy <jimb@redhat.com>
5739
5740 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5741 list psymtabs'.
5742
fb8f8949
AC
57432003-04-08 Andrew Cagney <cagney@redhat.com>
5744
5745 * gdbint.texinfo (Target Architecture Definition): Delete
5746 references to EXTRA_FRAME_INFO.
5747
32fb0f22
AC
57482003-04-08 Andrew Cagney <cagney@redhat.com>
5749
5750 * gdbint.texinfo (Target Architecture Definition): Delete
5751 PRINT_TYPELESS_INTEGER.
5752
6be67e67
JB
57532003-04-02 J. Brobecker <brobecker@gnat.com>
5754
5755 * observer.texi (GDB Observers): Adjust the documentation for the
5756 normal_stop notification to better describe reality. Fix a couple
5757 of minor typos.
5758
4e35d5f0
BR
57592003-04-02 Bob Rossi <bob_rossi@cox.net>
5760
a9331b3f 5761 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5762 '-file-list-exec-source-file'
5763
e8a8712a
AC
57642003-03-31 Andrew Cagney <cagney@redhat.com>
5765
5766 * gdbint.texinfo (Target Architecture Definition): Delete
5767 references to CALL_DUMMY_P.
5768
6c0e89ed
AC
57692003-03-30 Andrew Cagney <cagney@redhat.com>
5770
5771 * gdbint.texinfo (Target Architecture Definition): Remove
5772 reference to TARGET_WRITE_SP.
a9331b3f 5773
378bfd1b
AC
57742003-03-27 Andrew Cagney <cagney@redhat.com>
5775
5776 * gdbint.texinfo (Target Architecture Definition): Remove
5777 references to write_sp.
6c0e89ed 5778
922fbb7b
AC
57792003-03-27 Andrew Cagney <cagney@redhat.com>
5780
5781 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5782 chapter body. Use @smallexample instead of @example.
5783 (Annotations): Ditto.
5784 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5785 annotate.texi.
5786
b81774d8
AC
57872003-03-26 Andrew Cagney <cagney@redhat.com>
5788
5789 * gdbint.texinfo (Target Architecture Definition): Replace
5790 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5791 dummy_addr parameters.
5792
1bf6d5cc
AC
57932003-03-25 Andrew Cagney <cagney@redhat.com>
5794
5795 * gdbint.texinfo (Target Architecture Definition): Delete
5796 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5797 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5798 Add reference to PUSH_ARGUMENTS.
5799
618ce49f
AC
58002003-03-23 Andrew Cagney <cagney@redhat.com>
5801
5802 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5803 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5804
bcd7e15f
JB
58052003-03-18 J. Brobecker <brobecker@gnat.com>
5806
5807 * gdbint.texinfo (Algorithms): Add new section describing the
5808 Observer paradigm.
5809 (Top): Add menu entry to new observer appendix.
5810 * observer.texi: New file.
5811 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5812 new observer.texi file.
5813
9fe8321b
AC
58142003-03-17 Andrew Cagney <cagney@redhat.com>
5815
5816 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5817 that GNU Press update the manual version number.
5818
ac2adee5
AC
58192003-03-12 Andrew Cagney <cagney@redhat.com>
5820
5821 * gdbint.texinfo (Target Architecture Definition): Delete
5822 references to get_saved_register. Rename GET_SAVED_REGISTER to
5823 DEPRECATED_GET_SAVED_REGISTER.
5824
749b82f6
AC
58252003-03-13 Andrew Cagney <cagney@redhat.com>
5826
5827 * gdbint.texinfo (Target Architecture Definition): Replace
5828 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5829
8bedc050
AC
58302003-03-12 Andrew Cagney <cagney@redhat.com>
5831
5832 * gdbint.texinfo (Target Architecture Definition): Rename
5833 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5834
0ce1b118
CV
58352003-03-10 Corinna Vinschen <vinschen@redhat.com>
5836
5837 * gdb.texinfo: Add File-I/O documentation.
5838
12cc2063
AC
58392003-03-10 Andrew Cagney <cagney@redhat.com>
5840
5841 * gdbint.texinfo (Target Architecture Definition): Cross reference
5842 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5843
7453dc06
AC
58442003-03-07 Andrew Cagney <cagney@redhat.com>
5845
5846 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5847 frame" command.
5848
6314f104
AC
58492003-03-05 Andrew Cagney <cagney@redhat.com>
5850
5851 * gdbint.texinfo (Target Architecture Definition): Document
5852 unwind_dummy_id. Cross reference unwind_dummy_id and
5853 SAVE_DUMMY_FRAME_TOS.
5854
f1212245
DJ
58552003-03-05 James Ingham <jingham@apple.com>
5856 Daniel Jacobowitz <drow@mvista.com>
5857
5858 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5859 and "show cp-abi".
5860
77e7e267
AC
58612003-03-03 Andrew Cagney <cagney@redhat.com>
5862
5863 * gdbint.texinfo (Target Architecture Definition): Document
5864 register_type.
5865
838a8221
AC
58662003-03-03 Andrew Cagney <cagney@redhat.com>
5867
5868 * stabs.texinfo (Structures): Use @samp and separate @var's
5869 instead of a single @var containing a comma separated list.
5870 (Unions): Ditto.
5871
d7f4a264
DJ
58722003-03-02 Daniel Jacobowitz <drow@mvista.com>
5873
5874 * Makefile.in (distclean): Remove config.log.
5875
f30ee0bc
AC
58762003-03-01 Andrew Cagney <cagney@redhat.com>
5877
5878 * gdbint.texinfo (Target Architecture Definition): Rename
5879 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5880
58812003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5882
5883 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5884 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5885
be448670
CF
58862003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5887
5888 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5889 (Non-debug DLL symbols): New node, describing the minimal symbols
5890 loaded from DLLs without real debugging symbols.
5891
501eef12
AC
58922003-02-20 Andrew Cagney <ac131313@redhat.com>
5893
5894 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5895 hardware-breakpoint-limit".
5896 (Set Watchpoints): Add cross reference to "set remote
5897 hardware-watchpoint-limit".
5898 (Remote configuration options): New section.
5899
21c294e6
AC
59002003-02-04 Andrew Cagney <ac131313@redhat.com>
5901
e9be73e4
AC
5902 * gdbint.texinfo (Target Architecture Definition): Delete
5903 descrption of IS_TRAPPED_INTERNALVAR.
5904
21c294e6
AC
5905 From Keith Seitz <keiths@redhat.com>:
5906 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5907 option "-i"/"--interpreter" to this chapter. Include index
5908 entries.
5909
0179ffac
DC
59102003-02-04 David Carlton <carlton@math.stanford.edu>
5911
5912 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5913 (Variables): Recommend stabs+ and DWARF 2.
5914 (C plus plus expressions): Correct info about
5915 compiler versions, debug formats.
5916 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5917 PR symtab/874.
5918
7ca9f392
AC
59192003-02-01 Andrew Cagney <ac131313@redhat.com>
5920
5921 * gdbint.texinfo (Target Architecture Definition): Delete
5922 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5923 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5924 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5925 references to nindy and i960.
5926 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5927
31a85ea2
AC
59282003-02-01 Andrew Cagney <ac131313@redhat.com>
5929
5930 * gdbint.texinfo (Target Architecture Definition): Delete
5931 FLOAT_INFO.
5932
6b894e49
AC
59332003-01-30 Andrew Cagney <ac131313@redhat.com>
5934
5935 * stabs.texinfo (Member Type Descriptor): Clarify description of
5936 `@'. Suggested by Ben Hutchings.
5937
c48861fb
AC
59382003-01-29 Andrew Cagney <ac131313@redhat.com>
5939
5940 * gdb.texinfo (M68K): Delete reference to es1800.
5941
617073a9
AC
59422003-01-29 Andrew Cagney <ac131313@redhat.com>
5943
5944 * gdb.texinfo (Maintenance Commands): Document `maint print
5945 reggroups' and `maint print register-groups'.
5946 * gdbint.texinfo (Target Architecture Definition): Document
5947 register_reggroup_p.
5948
5b5d99cf
JB
59492003-01-23 Jim Blandy <jimb@redhat.com>
5950
5951 * gdb.texinfo (Separate Debug Files): New section.
5952
e7ba9c65
DJ
59532003-01-22 Daniel Jacobowitz <drow@mvista.com>
5954
5955 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5956 and "maint show profile".
5957
94e91d6d
MC
59582003-01-16 Michael Chastain <mec@shout.net>
5959
5960 * gdb.texinfo (Installing GDB): Warn against
5961 ".../gdb-VERSION/gdb/configure".
5962 (Separate Objdir): Likewise.
5963
867f3898
AC
59642003-01-15 Andrew Cagney <ac131313@redhat.com>
5965
5966 * gdbint.texinfo (Target Architecture Definition): Delete
5967 definition of PRINT_REGISTER_HOOK.
5968
f153cc92
EZ
59692003-01-15 Elena Zannoni <ezannoni@redhat.com>
5970
5971 (OpenRISC 1000): Fix formatting of command names.
5972
c60eb6f1
EZ
59732003-01-15 Elena Zannoni <ezannoni@redhat.com>
5974
5975 * gdb.texinfo (Continuing and Stepping): Add new command
5976 'advance'. Clarify behavior of 'until'.
5977
f5ebfba0
DJ
59782003-01-13 Daniel Jacobowitz <drow@mvista.com>
5979
5980 * gdb.texinfo (Files): Document solib-absolute-prefix and
5981 solib-search-path.
5982
4ce8657e
MC
59832003-01-09 Michael Chastain <mec@shout.net>
5984
5985 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5986 (Create a Release): Add new instructions for new @file{src-release}.
5987 Document existing instructions for @file{Makefile.in} as
5988 being for @value{GDBN} 5.3.1 or earlier.
5989
372613e3
AC
59902003-01-09 Andrew Cagney <ac131313@redhat.com>
5991
5992 * gdbint.texinfo (Target Architecture Definition): Mention
5993 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5994 allocate memory.
5995
b4e9345d
DJ
59962003-01-04 Daniel Jacobowitz <drow@mvista.com>
5997
5998 * gdb.texinfo (Controlling GDB): Add @kindex for
5999 "show osabi".
6000 (Backtraces): Add @kindex's for backtrace-below-main.
6001
98b45e30
DJ
60022003-01-04 Daniel Jacobowitz <drow@mvista.com>
6003
6004 * gdb.texinfo (Controlling GDB): Document "set osabi".
6005
95f90d25
DJ
60062003-01-04 Daniel Jacobowitz <drow@mvista.com>
6007
6008 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
6009 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
6010
1e698235
DJ
60112003-01-04 Daniel Jacobowitz <drow@mvista.com>
6012
6013 * gdb.texinfo (Controlling GDB): Add ABI section. Document
6014 "set coerce-float-to-double".
6015 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
6016
e632838e
AC
60172003-01-02 Andrew Cagney <ac131313@redhat.com>
6018
6019 * stabs.texinfo: Remove obsolete text.
6020 * gdbint.texinfo: Ditto.
6021 * gdb.texinfo: Ditto.
6022
c133ab7a
MK
60232002-12-22 Mark Kettenis <kettenis@gnu.org>
6024
6025 * gdbint.texinfo (Target Architecture Definition): Update
6026 description of gdbarch_register_osabi.
6027
f821f325
KH
60282002-12-20 Kazu Hirata <kazu@cs.umass.edu>
6029
6030 * agentexpr.texi: Fix typos.
6031 * annotate.texi: Likewise.
6032 * fdl.texi: Likewise.
6033
85a6d8d3 60342002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
6035
6036 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
6037 DEPRECATED_INIT_FRAME_PC.
6038
ae45cd16
AC
60392002-12-01 Andrew Cagney <ac131313@redhat.com>
6040
6041 * gdbint.texinfo (Target Architecture Definition): Delete
6042 PC_IN_CALL_DUMMY.
6043
07555a72
AC
60442002-11-28 Andrew Cagney <ac131313@redhat.com>
6045
6046 * gdbint.texinfo (Host Definition): Delete documentation on
6047 USE_GENERIC_DUMMY_FRAMES.
6048
c166cdc7
EZ
60492002-11-26 Elena Zannoni <ezannoni@redhat.com>
6050
5ae4183a 6051 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
6052 * Makefile.in (install-info): Run the install-info command as part
6053 of the post install steps only.
6054 (uninstall-info): New target.
6055 (uninstall): New target.
6056
35db0260
EZ
60572002-11-22 Elena Zannoni <ezannoni@redhat.com>
6058
6059 * Makefile.in (install): Make install do some real work.
6060
9ba8d803
AC
60612002-11-19 Andrew Cagney <ac131313@redhat.com>
6062
6063 Fix POSIX problem reported by Paul Eggert.
6064 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
6065 Fix PR gdb/527.
6066
903ad3a6
AC
60672002-10-26 Andrew Cagney <cagney@redhat.com>
6068
6069 * gdbint.texinfo (Target Architecture Definition): Delete
6070 definition of DO_REGISTERS_INFO.
6071
f2abfe65
KB
60722002-10-18 Kevin Buettner <kevinb@redhat.com>
6073
6074 * gdbint.texinfo (Address Classes): Fix problems with insertion
6075 of ``{'' and ``}'' in example.
6076
b5b0480a
KB
60772002-10-17 Kevin Buettner <kevinb@redhat.com>
6078
6079 * gdbint.texinfo (Address Classes): New section.
6080 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
6081 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
6082 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
6083 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
6084
c85508ee
KD
60852002-10-11 Klee Dienes <kdienes@apple.com>
6086
6087 * gdb.texinfo (Registers): Mention vector registers as well as
6088 floating registers in the documentation for 'info registers' and
6089 'info all-registers'.
6090
6d12fc3d
DJ
60912002-10-11 Daniel Jacobowitz <drow@mvista.com>
6092
6093 * gdbint.texinfo (CPLUS_MARKER): Remove item.
6094
8d19fbd2
JJ
60952002-10-03 Jeff Johnston <jjohnstn@redhat.com>
6096
6097 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
6098 interface definition.
6099
a37295f9
MM
61002002-10-03 Marko Mlinar <markom@opencores.org>
6101
6102 * gdb.texinfo (Target Commands): Add or1k target specific
6103 commands.
6104 * gdb.texinfo (Contributors): Add myself to the contributors list.
6105
da0f9dcd
AC
61062002-10-01 Andrew Cagney <ac131313@redhat.com>
6107
6108 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
6109 and "mi1" instead of "mi1" and "mi0".
6110
2e834e49
HPN
61112002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
6112
6113 * gdb.texinfo (Packets): Fix typos "alligned".
6114 Correct z3/Z3 description. Correct z4/Z4 title.
6115
050be0dc
AC
61162002-09-27 Andrew Cagney <ac131313@redhat.com>
6117
6118 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
6119
1104b9e7
KB
61202002-09-25 Kevin Buettner <kevinb@redhat.com>
6121
6122 * gdb.texinfo: Use GNU/Linux instead of Linux.
6123
512217c7
AC
61242002-09-25 Andrew Cagney <ac131313@redhat.com>
6125
6126 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
6127
10998722
AC
61282002-09-24 Andrew Cagney <ac131313@redhat.com>
6129
512217c7 6130 * gdb.texinfo: Replace @example with @smallexample.
10998722 6131
a0eb71c5
KB
61322002-09-20 Kevin Buettner <kevinb@redhat.com>
6133
f7dc1244 6134 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
6135 * gdb.texinfo (Character Sets): Use @smallexample instead of
6136 @example. Use GNU/Linux instead of Linux.
6137
61382002-09-20 Jim Blandy <jimb@redhat.com>
6139
6140 * gdb.texinfo: Add character set documentation.
6141
2f870471
AC
61422002-09-19 Andrew Cagney <ac131313@redhat.com>
6143
6144 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
6145 (Packets): Add cross reference from `b' packet to `z' packets.
6146
790eb8f5
AC
61472002-09-19 Andrew Cagney <ac131313@redhat.com>
6148
8d30a00d
AC
6149 * gdb.texinfo (Maintenance Commands): Document ``maint
6150 internal-error'' and ``maint internal-warning''.
6151
790eb8f5
AC
6152 * gdbint.texinfo (Target Architecture Definition): Revise
6153 description of STACK_ALIGN. Add description of FRAME_ALIGN.
6154
a23a7bf1
JB
61552002-09-19 Joel Brobecker <brobecker@gnat.com>
6156
6157 * gdbint.texinfo (Target Conditionals): Document the new
6158 NAME_OF_MALLOC macro.
6159
299ffc64
AC
61602002-09-05 Andrew Cagney <ac131313@redhat.com>
6161
6162 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
6163 engineer.
6164
b7bb15bc
SC
61652002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6166
6167 * gdb.texinfo (TUI Overview): Document status line fields.
6168
3d757584
SC
61692002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6170
6171 * gdb.texinfo (TUI Commands): Document info win command.
6172
269c21fe
SC
61732002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6174
6175 * gdb.texinfo (TUI Overview): Document breakpoint markers.
6176
7cf36c78
SC
61772002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6178
6179 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
6180 (TUI Keys): Likewise.
6181
d2c6833e
AC
61822002-08-25 Andrew Cagney <ac131313@redhat.com>
6183
6184 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
6185 for a packet receive.
6186
46d8b1c3
AC
61872002-08-25 Andrew Cagney <ac131313@redhat.com>
6188
6189 * Makefile.in (clean): Move to end of file.
6190 (distclean, maintainer-clean, realclean): Ditto.
6191 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
6192 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
6193 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
6194 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
6195
b0787093
AC
61962002-08-24 Andrew Cagney <ac131313@redhat.com>
6197
6198 * Makefile.in (GDBINT_TEX_TMPS): Define.
6199 (gdbint.dvi, gdbint.pdf): Use
6200 (GDB_TEX_TMPS): Define.
6201 (gdb.dvi, gdb.pdf): Use.
6202 (STABS_TEX_TMPS): Define.
6203 (stabs.dvi, stabs.pdf): Use.
6204 (GDB_DOC_SOURCE_INCLUDES): New macros.
6205 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
6206 (GDBINT_DOC_FILES_INCLUDES): New macros.
6207 (GDBINT_DOC_BUILD_INCLUDES): New macros.
6208 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
6209 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
6210 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
6211 (links2roff): Replace SFILES_INCLUDED with
6212 GDB_DOC_SOURCE_INCLUDES.
6213 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
6214 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
6215 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
6216 dependencies.
6217 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
6218 dependencies.
6219 (gdbmi.texinfo): Delete rule.
6220 (inc-hist.texinfo): Delete rule.
6221 (rluser.texinfo): Delete rule.
6222
ebba8386
AC
62232002-08-23 Andrew Cagney <cagney@redhat.com>
6224
6225 * gdbint.texinfo (Target Architecture Definition): Update
6226 STORE_RETURN_VALUE, mention regcache.
6227
0ab7a791
AC
62282002-08-21 Andrew Cagney <ac131313@redhat.com>
6229
6230 * gdbint.texinfo (Target Architecture Definition): Document
6231 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
6232
ee2d5c50
AC
62332002-08-19 Andrew Cagney <ac131313@redhat.com>
6234
6235 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
6236 Fix minor typos. Add index entries.
6237
53c69bd7
AC
62382002-08-18 Andrew Cagney <ac131313@redhat.com>
6239
6240 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
6241
e76f1f2e
AC
62422002-08-15 Andrew Cagney <ac131313@redhat.com>
6243
6244 * gdbint.texinfo (Target Architecture Definition): Document
6245 PRINT_VECTOR_INFO.
6246 * gdb.texinfo (Vector Unit): Document "info vectors" command.
6247
0680b120
AC
62482002-08-13 Andrew Cagney <ac131313@redhat.com>
6249
6250 * gdb.texinfo (Maintenance Commands): Document "maint print
6251 registers", "maint print raw-registers" and "maint print
6252 cooked-registers".
6253
3c3bea1c
GS
62542002-08-08 Grace Sainsbury <graces@redhat.com>
6255
a9331b3f 6256 From Mark Salter:
3c3bea1c
GS
6257 * gdb.texinfo (Protocol): Document T packet extension to
6258 allow watchpoint address reporting.
6259
42f9b0a5
AC
62602002-08-03 Andrew Cagney <ac131313@redhat.com>
6261
6262 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
6263
db034ac5
AC
62642002-08-01 Andrew Cagney <cagney@redhat.com>
6265
6266 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
6267 to CHILL.
6268
e2b28d04
AC
62692002-08-01 Andrew Cagney <ac131313@redhat.com>
6270
6271 * gdbint.texinfo (Coding): Revise section "Include Files".
6272
7fb623f7
AC
62732002-07-24 Andrew Cagney <cagney@redhat.com>
6274
6275 * gdbint.texinfo: Obsolete references to m88k.
6276 * gdb.texinfo: Ditto.
6277
4a2b4636
JB
62782002-07-10 Joel Brobecker <brobecker@gnat.com>
6279
7fb623f7 6280 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
6281 where the proper version of autoconf can be retrieved.
6282
a71ec265
DH
62832002-07-09 Don Howard <dhoward@redhat.com>
6284
6285 * gdb.texinfo (Command Files): Further describe the behavior of
6286 sourced command files.
6287
b9aa90c9
AC
62882002-06-27 Andrew Cagney <ac131313@redhat.com>
6289
6290 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6291 (Coding): Clarify ISO C version that GDB assumes.
6292
40dd2248
TT
62932002-06-26 Tom Tromey <tromey@redhat.com>
6294
6295 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6296 add_setshow_cmd_full.
6297
bfac230e
DH
62982002-06-25 Don Howard <dhoward@redhat.com>
6299
6300 * gdb.texinfo (Memory Region Attributes): Document new behavior
6301 for 'mem' command.
6302
475b0867
JB
63032002-06-11 Jim Blandy <jimb@redhat.com>
6304
919d772c
JB
6305 * gdb.texinfo (Symbols): Update documentation for `info source'
6306 command.
6307
475b0867
JB
6308 * gdb.texinfo (Macros): Call the command `info macro', not
6309 `show macro'.
6310
ba8c9337
AC
63112002-06-09 Andrew Cagney <ac131313@redhat.com>
6312
6313 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6314 data''.
6315
1029b7fa
MK
63162002-06-09 Mark Kettenis <kettenis@gnu.org>
6317
6318 * gdbint.texinfo (Target Architecture Definition): Document
6319 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6320
16737d73
AC
63212002-06-08 Andrew Cagney <ac131313@redhat.com>
6322
6323 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6324 lists.
6325
30107679
AC
63262002-06-08 Andrew Cagney <ac131313@redhat.com>
6327
6328 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6329 Branch''.
6330
3352e23e
AC
63312002-06-01 Andrew Cagney <ac131313@redhat.com>
6332
6333 * gdbint.texinfo (Target Architecture Definition): Add section
6334 ``Converting an existing Target Architecture to Multi-arch''.
6335
cbb09e6a
AC
63362002-05-30 Andrew Cagney <ac131313@redhat.com>
6337
6338 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6339 to ``Obsoleting code''. Revise.
6340
e2e0bcd1
JB
63412002-05-17 Jim Blandy <jimb@redhat.com>
6342
6343 * gdb.texinfo (C Preprocessor Macros): New chapter.
6344 Include it in the main menu.
6345 (Contributors): Credit Jim Blandy with macro support.
6346 (Compilation): Explain how to get macro information into the
6347 executable.
6348 (Expressions): Note that preprocessor macros are expanded.
6349
9db8d71f
DJ
63502002-05-14 Daniel Jacobowitz <drow@mvista.com>
6351
6352 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6353 options for `target remote'.
6354
6d531722
AC
63552002-05-13 Andrew Cagney <ac131313@redhat.com>
6356
6357 * gdbint.texinfo (Target Architecture Definition): Delete
6358 documentation on NNPC_REGNUM.
6359
13d01224
AC
63602002-05-11 Andrew Cagney <ac131313@redhat.com>
6361
6362 * gdbint.texinfo (Target Architecture Definition): Document
6363 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6364 (Target Architecture Definition): Revise section `Using Different
6365 Register and Memory Data Representations'. Add section `Raw and
6366 Virtual Register Representations'.
6367
b2e75d78
AC
63682002-05-11 Andrew Cagney <ac131313@redhat.com>
6369
6370 * gdbint.texinfo (Target Architecture Definition): Mention
6371 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6372 (Target Architecture Definition): Mention same. Add references to
6373 web pages.
6374
2c8682ee
MS
63752002-05-08 Michael Snyder <msnyder@redhat.com>
6376
6377 * stabs.texinfo (Attributes): Document new "vector" attribute.
6378
0816590b
AC
63792002-05-04 Andrew Cagney <ac131313@redhat.com>
6380
6381 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6382
2653173e
AC
63832002-05-04 Andrew Cagney <ac131313@redhat.com>
6384
6385 * gdb.texinfo: Delete obsolete references to a29k.
6386
d7bd68ca
AC
63872002-04-24 Andrew Cagney <ac131313@redhat.com>
6388
6389 * gdbint.texinfo (Target Architecture Definition): Replace
6390 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6391
21d83aa5
DM
63922002-04-24 David S. Miller <davem@redhat.com>
6393
6394 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6395
7673a6cc
DM
63962002-04-21 David S. Miller <davem@redhat.com>
6397
6398 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6399
d49d1e0a
AC
64002002-04-21 Andrew Cagney <ac131313@redhat.com>
6401
6402 * gdbint.texinfo (Target Architecture Definition): Delete
6403 definition of HAVE_REGISTER_WINDOWS.
6404
f7dc1244 64052002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
6406
6407 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6408 "Theodore A. Roth" <troth@verinet.com>.
6409
5ca0cb28
DH
64102002-04-15 Don Howard <dhoward@redhat.com>
6411
f7dc1244 6412 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6413 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6414 Provide a better explaination of this feature.
5ca0cb28 6415
f208ba17
AC
64162002-04-14 Andrew Cagney <ac131313@redhat.com>
6417
6418 * gdbint.texinfo (Target Architecture Definition): Remove
6419 FRAME_CHAIN_COMBINE.
6420
d5ba91de
MC
64212002-04-12 Michael Chastain <mec@shout.net>
6422
6423 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6424 REG_STACK_SEGMENT.
6425
26818220
MC
64262002-04-09 Michael Chastain <mec@shout.net>
6427
6428 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6429 PYRAMID_* macros.
6430
129188f6
AC
64312002-04-07 Andrew Cagney <ac131313@redhat.com>
6432
6433 * gdb.texinfo (Bug Reporting): Document that the web is the
6434 prefered way of submitting bug reports.
6435 (Bug Reporting): Delete the s-mail address as the last resort.
6436
8227c0ff
AC
64372002-04-05 Andrew Cagney <ac131313@redhat.com>
6438
6439 * gdbint.texinfo (Target Architecture Definition): Delete
6440 references to TARGET_WRITE_FP and write_fp.
6441
16d9dec6
MS
64422002-03-27 Michael Snyder <msnyder@redhat.com>
6443
6444 * gdb.texinfo: Document new commands dump, append, and restore.
6445
9ae8b82c
AC
64462002-03-27 Andrew Cagney <ac131313@redhat.com>
6447
6448 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6449 Branch'.
6450
474c8240
AC
64512002-03-18 Andrew Cagney <ac131313@redhat.com>
6452
6453 * gdb.texinfo: Change all examples to @smallexample.
6454 * gdbint.texinfo: Ditto.
a9331b3f 6455
fb0ff88f
AC
64562002-03-18 Andrew Cagney <ac131313@redhat.com>
6457
6458 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6459 Branches''.
6460
9bb0a4d8
AC
64612002-03-18 Andrew Cagney <ac131313@redhat.com>
6462
6463 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6464 Policy''.
6465
937f164b
FF
64662002-03-04 Fred Fish <fnf@redhat.com>
6467
6468 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6469 expresson, suports, dependant, trhe, perhaphs, situtations,
6470 explictily, taged, oportunity, unfortunatly).
6471
a7b40f07
AC
64722002-02-24 Andrew Cagney <ac131313@redhat.com>
6473
6474 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6475 Remove reference to 3.12.
6476
aab4e0ec
AC
64772002-02-23 Andrew Cagney <ac131313@redhat.com>
6478
6479 * gdbint.texinfo: Include fdl.texi.
6480 (Top): Add GNU Free Documentation License.
6481 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6482 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6483 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6484 (gdbint.info): Add srcdir to include path.
6485 * gdb.texinfo: Include gpl.texi.
6486 (Top): Add Copying.
6487 * gpl.texi: New file.
6488
47b95330
AC
64892002-02-23 Andrew Cagney <ac131313@redhat.com>
6490
6491 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6492
78c47bea
PM
64932002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6494
6495 * gdb.texinfo: Document Cygwin native specific commands.
6496
56460a61
DJ
64972002-02-15 Daniel Jacobowitz <drow@mvista.com>
6498
6499 * gdb.texinfo: Document gdbserver ``--attach'' command.
6500
def71bfa
MS
65012002-02-07 Michael Snyder <msnyder@redhat.com>
6502
6503 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6504 to @code(_ovly_debug_event).
6505
c928edc0
AC
65062002-02-07 Andrew Cagney <ac131313@redhat.com>
6507
6508 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6509
81d46470
MS
65102002-02-06 Michael Snyder <msnyder@redhat.com>
6511
6512 * gdb.texinfo (overlays): Mention new magic symbol
6513 '_ovly_debug_event', which allows GDB to keep better track
6514 of overlays.
6515
f7dc1244 65162002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6517
6518 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6519 Suggested by Dmitry Sivachenko.
6520
6521 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6522
15110bc3
MS
65232002-02-01 Michael Snyder <msnyder@redhat.com>
6524
6525 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6526
6763aef9
MS
65272002-01-30 Michael Snyder <msnyder@redhat.com>
6528
ac282366
MS
6529 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6530 (set trust-readonly-sections): Document.
6763aef9 6531
8642bc8f
AC
65322002-01-29 Andrew Cagney <ac131313@redhat.com>
6533
6534 * gdbint.texinfo (Releasing GDB): Revise and update.
6535
afe64c1a
AC
65362002-01-28 Andrew Cagney <ac131313@redhat.com>
6537
6538 * gdbint.texinfo (Target Architecture Definition): Delete
6539 description of TARGET_BYTE_ORDER_DEFAULT.
6540
f7dc1244 65412002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6542
6543 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6544 <mitya@cavia.pp.ru>.
6545
3d6e1b5a
AC
65462002-01-23 Andrew Cagney <ac131313@redhat.com>
6547
6548 * libgdb.texinfo: Delete file.
6549
6c0e9fb3
AC
65502002-01-22 Andrew Cagney <ac131313@redhat.com>
6551
6552 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6553 * gdbint.texinfo: Ditto.
6554
e0ce93ac
AC
6555Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6556
6557 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6558
be298bcc
AC
65592002-01-22 Andrew Cagney <ac131313@redhat.com>
6560
6561 * Makefile.in: Update copyright.
6562 (TEXI2DVI): Define.
6563 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6564 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6565 gdb-cfg.texi.
6566 (TEXINDEX, PDFTEX): Delete makefile variables.
6567
8e04817f
AC
65682002-01-22 Andrew Cagney <ac131313@redhat.com>
6569
6570 * gdb.texinfo (Protocol): Move section to appendix.
6571
6b2f586d
AC
65722002-01-21 Andrew Cagney <ac131313@redhat.com>
6573
6574 * gdb.texinfo (Remote Debugging): Create a menu.
6575 (Top): Add ``Remote Debugging'' to menu.
6576
6f05cf9f
AC
65772002-01-21 Andrew Cagney <ac131313@redhat.com>
6578
6579 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6580 serial protocol'' from here.
6581 (Remote Debugging): To here. New chapter.
6582
3fd3d7d2
AC
65832002-01-20 Andrew Cagney <ac131313@redhat.com>
6584
6585 * gdbint.texinfo (Target Architecture Definition): Delete
6586 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6587
7fd60527
AC
65882002-01-20 Andrew Cagney <ac131313@redhat.com>
6589
6590 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6591 are no longer needed.
6592 (Porting GDB): Add maintainer note about configure.host.
6593
c2f05ac9
AC
65942002-01-20 Andrew Cagney <ac131313@redhat.com>
6595
6596 * gdbint.texinfo (Target Architecture Definition): Remove
6597 definition of IEEE_FLOAT.
6598
f7dc1244 65992002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6600
6601 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6602 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6603 <3diff@gnu.org>
231b2aad 6604
82600034
AC
66052002-01-19 Andrew Cagney <ac131313@redhat.com>
6606
6607 * gdbint.texinfo (Host Definition): Remove references to
6608 MALLOC_INCOMPATIBLE.
6609
7708fa01
AC
66102002-01-17 Andrew Cagney <ac131313@redhat.com>
6611
6612 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6613 and xyz-xdep.o.
6614
eb12ee30
AC
66152002-01-17 Andrew Cagney <ac131313@redhat.com>
6616
889bf7c5 6617 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6618 (Set Breaks): Copy ``maint info breakpoint'' doco to
6619 ``Maintenance Commands'' appendix. Add reference.
6620
c9ccaa92
AC
66212002-01-17 Andrew Cagney <ac131313@redhat.com>
6622
6623 * fdl.texi: Remove next/prev from @node.
6624
f7dc1244 66252002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6626
6627 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6628 for monstrous @multitable (from Brian Youmans).
6629
6630 * fdl.texi: New file.
6631
6632 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6633
8973da3a
AC
66342002-01-15 Andrew Cagney <ac131313@redhat.com>
6635
6636 * gdbint.texinfo (Releasing GDB): New chapter.
6637
7d86b5d5
AC
66382002-01-14 Andrew Cagney <ac131313@redhat.com>
6639
6640 * gdb.texinfo (Embedded Processors, Calling program functions):
6641 Obsolete references to a29k.
6642
cc1cb004
AC
66432002-01-13 Andrew Cagney <ac131313@redhat.com>
6644
6645 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6646 examples. Document that a code-block should do or discard its
6647 cleanups before exit.
6648
79f12247
MS
66492002-01-11 Michael Snyder <msnyder@redhat.com>
6650
6651 * gdb.texinfo (Choosing files): Change @samp to @file.
6652
19837790
MS
66532002-01-05 Michael Snyder <msnyder@redhat.com>
6654
6655 * gdb.texinfo (--pid): Document new command line option (attach).
6656
f7dc1244 66572002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6658
6659 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6660 in the stub.
6661
d7449b42
AC
66622002-01-04 Andrew Cagney <ac131313@redhat.com>
6663
6664 * gdbint.texinfo (Target Architecture Definition): Replace
6665 BIG_ENDIAN with BFD_ENDIAN_BIG.
6666
f23631e4
AC
66672002-01-03 Andrew Cagney <ac131313@redhat.com>
6668
6669 * gdbint.texinfo (Target Architecture Definition): Replace
6670 value_ptr with struct value pointer.
6671
72c9928d
EZ
66722002-01-02 Eli Zaretskii <eliz@gnu.org>
6673
6674 * gdb.texinfo (Free Software): Fix wording.
6675
959acfd1
EZ
66762001-12-31 Eli Zaretskii <eliz@gnu.org>
6677
6678 * gdb.texinfo (Free Software): New section ``Free Software Needs
6679 Free Documentation''.
6680
f7dc1244 66812001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6682
6683 * stabs.texinfo:
6684 * gdb.texinfo:
6685 * gdbint.texinfo:
6686 * libgdb.texinfo:
6687 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6688
6600abed
MS
66892001-12-29 Michael Snyder <msnyder@redhat.com>
6690
6691 * gdb.texinfo (maint info sections): Fix typo.
6692
f6680716
MS
66932001-12-26 Michael Snyder <msnyder@redhat.com>
6694
fe95c787
MS
6695 * gdb.texinfo (maint info sections): Document.
6696
a9331b3f 6697 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6698 'info proc' sub-options that are currently not implemented.
6699
c3d3ce5b
JB
67002001-12-20 Jim Blandy <jimb@redhat.com>
6701
6702 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6703
778eb05e
AC
67042001-12-15 Andrew Cagney <ac131313@redhat.com>
6705
6706 * gdbint.texinfo (Target Architecture Definition): Replace
6707 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6708
2607059c
AC
67092001-12-01 Andrew Cagney <ac131313@redhat.com>
6710
6711 * gdbint.texinfo (Host Definition): Delete documentation on
6712 HOST_BYTE_ORDER.
6713
df0cd8c5
JB
67142001-11-30 Jim Blandy <jimb@redhat.com>
6715
6716 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6717 overlay support. Add to top-level menu.
df0cd8c5 6718
88118b3a
TT
67192001-11-26 Tom Tromey <tromey@redhat.com>
6720
6721 * gdb.texinfo (Command Syntax): Document C-o binding.
6722
96565e91
CF
67232001-07-26 Christopher Faylor <cgf@redhat.com>
6724
6725 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6726 use since it is described in the referenced section.
6727
f7dc1244 6728 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6729 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6730 clearer when using DJGPP.
6731
2a3d5645
CF
67322001-11-24 Christopher Faylor <cgf@redhat.com>
6733
6734 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6735 specifically refer to MS-DOS.
6736 (command files): Mention gdb.ini is only used on MS-DOS.
6737
aa26fa3a
TT
67382001-11-21 Tom Tromey <tromey@redhat.com>
6739
6740 * gdb.texinfo (Invoking GDB): Document --args.
6741 (Mode Options): Likewise.
6742
4f8ada06
JB
67432001-11-21 Jim Blandy <jimb@redhat.com>
6744
6745 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6746 Delete documentation; this macro has been removed from the
6747 sources.
4f8ada06 6748
3fe0dc10
JB
67492001-11-13 Jim Blandy <jimb@redhat.com>
6750
6751 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6752
9e5abb06
CV
67532001-11-06 Corinna Vinschen <vinschen@redhat.com>
6754
6755 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6756
1c5dfdad
MS
67572001-11-05 Michael Snyder <msnyder@redhat.com>
6758
a9331b3f 6759 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6760 quote regexp chars in function names such as "operator*()".
6761
990f9fe3
FF
67622001-11-01 Fred Fish <fnf@redhat.com>
6763
6764 * gdbint.texinfo (SOLIB_ADD): Document additional new
6765 "readsyms" arg.
6766
b433d00b
DH
67672001-10-30 Don Howard <dhoward@redhat.com>
6768
070b1dd3
DH
6769 * gdb.texinfo: (Command Files) Added documentation for the
6770 behavior of gdb with input redirected from a file.
b433d00b 6771
b7209cb4
FF
67722001-10-28 Fred Fish <fnf@redhat.com>
6773
6774 * gdb.texinfo (auto-solib-add): Change docs to match
6775 implementation change.
6776 (auto-solib-limit): Add docs for new variable.
6777
1aa20aa8
AC
67782001-10-15 Andrew Cagney <ac131313@redhat.com>
6779
6780 * gdbint.texinfo (Target Architecture Definition): Function
6781 value_as_pointer renamed to value_as_address.
6782
fc0c74b1
AC
67832001-10-15 Andrew Cagney <ac131313@redhat.com>
6784
6785 * gdbint.texinfo (Target Architecture Definition): Default
6786 POINTER_TO_ADDRESS functions assume unsigned addresses.
6787 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6788 posting by Jim Blandy.
6789
f4846649
JB
67902001-10-12 Jim Blandy <jimb@redhat.com>
6791
6792 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6793 version of texi2html (1.64) doesn't support this flag any more.
6794
f277788b
MK
67952001-09-08 Mark Kettenis <kettenis@gnu.org>
6796
a9dc4918
MK
6797 * gdbint.texinfo (Host Definition): Remove description of
6798 MEM_FNS_DECLARED.
6799
d28379df
MK
6800 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6801
f277788b
MK
6802 * gdbint.texinfo (Host Definition): Remove description of
6803 HAVE_SIGSETMASK.
6804
7ccaa899
EZ
68052001-09-04 Elena Zannoni <ezannoni@redhat.com>
6806
6807 * gdbint.texinfo (Target Architecture Definition): Add
6808 explanation of TARGET_PRINT_INSN macro.
6809
17d9d558
JB
68102001-08-30 Jim Blandy <jimb@redhat.com>
6811
6812 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6813 Explain what it means to load relocatable files.
6814
72cde065
JB
68152001-08-28 Jim Blandy <jimb@redhat.com>
6816
6817 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6818 info `top' menu.
6819
9e678452
CF
6820Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6821
6822 * gdbint.texinfo: Add a cautionary note about macro use.
6823
a2bea4c3 68242001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6825
a2bea4c3
CV
6826 * gdb.texinfo: Explain omitting the hostname in the
6827 `target remote' command.
6828
1129bf27
DJ
68292001-07-30 Daniel Jacobowitz <drow@mvista.com>
6830
6831 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6832 and END-INFO-DIR-ENTRY.
6833
732b3002
SC
68342001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6835
6836 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6837
89437448
AC
68382001-07-25 Andrew Cagney <ac131313@redhat.com>
6839
6840 * gdbint.texinfo (libgdb): Rewrite.
6841
f7dc1244 68422001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6843
6844 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6845
c4555f82
SC
68462001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6847
6848 * gdb.texinfo (TUI): New chapter, document the TUI.
6849 (Mode Options): Document the -tui option.
6850
2f45a6e0
MK
68512001-07-23 Mark Kettenis <kettenis@gnu.org>
6852
6853 * gdbint.texinfo (Host Definition): Remove description of
6854 NEED_POSIX_SETPGID.
6855
f7dc1244 68562001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6857
6858 * gdb.tex (DJGPP Native): New node, with descriptions of
6859 DJGPP-specific commands.
6860
be9c6c35
JM
68612001-07-19 John R. Moore <jmoore@redhat.com>
6862
6863 * gdbint.texinfo: Three misspellings.
6864
dfa249fb
AC
68652001-07-06 Andrew Cagney <ac131313@redhat.com>
6866
6867 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6868 `test` expressions on bash. Problem reported by Colin Walters.
6869
c72e7388
AC
68702001-07-04 Andrew Cagney <ac131313@redhat.com>
6871
6872 * gdbint.texinfo (User Interface): Update ui-out documentation to
6873 refelect recent UI/MI updates.
6874
94bbb2c0
AC
68752001-07-04 Andrew Cagney <ac131313@redhat.com>
6876
6877 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6878 interpreters.
6879
af6c57ea
AC
68802001-06-15 Andrew Cagney <ac131313@redhat.com>
6881
6882 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6883 structure and not macros.
6884 (Host Definition): Document that much of this chapter is obsolete.
6885 (Target Architecture Definition): Update list of files that make
6886 up a target architecture.
6887 (Coding): Update.
6888
83aa8bc6
AC
68892001-06-28 Andrew Cagney <ac131313@redhat.com>
6890
6891 * gdbint.texinfo (Target Architecture Definition): Update
6892 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6893 The latter has been changed to a true predicate.
6894
f7dc1244 68952001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6896
6897 * annotate.texi: Add @noindent where needed. From Dmitry
6898 Sivachenko <dima@Chg.RU>.
6899 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6900
656db9b0
AC
69012001-06-16 Andrew Cagney <ac131313@redhat.com>
6902
6903 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6904
df2396a1
AC
69052001-06-14 Andrew Cagney <ac131313@redhat.com>
6906
6907 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6908 returns ``OK''. Document that the ``R'' packet does not reply.
6909
0f1f2b0a
MS
69102001-06-13 Michael Snyder <msnyder@redhat.com>
6911
6912 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6913
f7dc1244 69142001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6915
6916 * gdb.texinfo (Signals): Clarify the default setting of signal
6917 handling.
6918
a5d7c491
AC
69192001-05-14 Andrew Cagney <ac131313@redhat.com>
6920
6921 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6922 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6923
05a54c4f
AC
69242001-05-12 Andrew Cagney <ac131313@redhat.com>
6925
6926 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6927
f7dc1244 69282001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6929
6930 * gdbint.texinfo (Clean Design and Portable Implementation):
6931 Renamed from "Clean Design".
6932 (Clean Design and Portable Implementation): Document portable
6933 methods of handling file names, and the associated macros.
6934
f7dc1244 69352001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6936
6937 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6938 command and provide a cross-reference to its description.
6939 (Symbols): Note that "info scope" is useful for trace experiments.
6940
f7dc1244 69412001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6942
b37052ae
EZ
6943 * gdb.texinfo (Symbols): Document "info scope".
6944 (Tracepoints): New chapter.
6945 (Contributors): Update for v5.1.
6946 <All nodes>: Change "C++" to "C@t{++}".
6947
0ee54786
EZ
6948 * gdbint.texinfo (User Interface): A new section about ui_out
6949 functions, based on text written by Fernando Nasser.
6950
c534679c
EZ
6951 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6952
f7dc1244 69532001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6954
e9c75b65
EZ
6955 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6956
6957 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6958
6959 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6960 Replace "GDB" with "@value{GDBN}". Fix markup.
6961
6962 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6963
3d67e040
EZ
6964 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6965 a cross-reference to its description.
6966 (Symbols): Document "info symbol".
6967
f7dc1244 69682001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6969
6970 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6971 subsection "x86 Watchpoints".
6972 (Target Architecture Definition): Document the macros
6973 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6974 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6975
b0ed3589
AC
69762001-03-20 Andrew Cagney <ac131313@redhat.com>
6977
6978 * gdbint.texinfo (Target Architecture Definition): Update
6979 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6980 list.
6981
b6ba6518
KB
69822001-03-06 Kevin Buettner <kevinb@redhat.com>
6983
6984 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6985 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6986
f7dc1244 69872001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6988
6989 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6990
f7dc1244 69912001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6992
17cc6a06
EZ
6993 * gdb.texinfo (Environment): Document that `path' does not change
6994 the value of PATH in GDB's own environment (it did in the past,
6995 but that was changed on March 15, 1994). Reported by Doug Evans
6996 <dje@transmeta.com>.
6997
56caf160
EZ
6998 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6999 its line. Fix markup of commands and macros. Add an Index node
7000 and index entries.
7001
29e57380
C
70022001-01-23 J.T. Conklin <jtc@redback.com>
7003
7004 * gdb.texinfo (Memory region attributes): New manual section.
7005
1c6147de
ND
70062001-01-04 Nicholas Duffek <nsd@redhat.com>
7007
7008 * gdbint.texinfo (POP_FRAME): Document use by return_command.
7009
f7dc1244 70102000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
7011
7012 * refcard.tex: Version and copyright fixed. From Phil Edwards
7013 <pedwards@disaster.jaj.com>.
7014
0dcedd82
AC
7015Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
7016
7017 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 7018 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 7019
3b851bce
AC
7020Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
7021
7022 * gdbint.texinfo (Coding): Update current value of
889bf7c5 7023 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 7024
f7dc1244 70252000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
7026
7027 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
7028 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
7029
b90a5f51
CF
70302000-11-10 Christopher Faylor <cgf@cygnus.com>
7031
7032 * gdb.texinfo: Document new 'set step-mode' command.
7033
f7dc1244 70342000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
7035
7036 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
7037 changes from Dmitry Sivachenko <dima@Chg.RU>.
7038
f7dc1244 70392000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
7040
7041 * gdb.texinfo (Hooks): Document the new post-hook functionality.
7042 From Steven Johnson <sbjohnson@ozemail.com.au>.
7043
2e685b93
MK
70442000-08-10 Mark Kettenis <kettenis@gnu.org>
7045
7046 * gdbint.texinfo (Overall Structure): Spelling fix.
7047
f7dc1244 70482000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
7049
7050 * gdbint.texinfo (Target Architecture Definition): Document that
7051 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
7052 for which REGISTER_CONVERTIBLE returns a zero value.
7053
63ac3005
EZ
70542000-07-08 Christopher Faylor <cgf@cygnus.com>
7055
7056 * Makefile.in (install-info): Find files to install in either the
7057 build or source directories (adapted from Makefile.am).
7058
bd79f757
ND
70592000-07-07 Nicholas Duffek <nsd@redhat.com>
7060
7061 * stabs.texinfo: Fix spelling errors.
7062 (String Field): FILE-NUMBER starts from 0, not 1.
7063
f7dc1244 70642000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
7065
7066 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 7067 Brian Youmans.
5f208f6d 7068
f7dc1244 70692000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
7070
7071 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
7072 the source directory. Reported by Mark Harig
7073 <markh@frazier.landmark.com>.
cc542d3b 7074
f3b28801
C
70752000-06-20 J.T. Conklin <jtc@redback.com>
7076
7077 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
7078
449f3b6c
AC
7079Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
7080
7081 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 7082 Generate using pdftex.
449f3b6c 7083 (PDFTEX): Define.
889bf7c5 7084 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 7085 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 7086 @contents at the start.
449f3b6c 7087
f7dc1244 70882000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
7089
7090 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 7091 Youmans.
48e934c6 7092
9e9c5ae7
AC
7093Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
7094
7095 From Brian Youmans:
7096 * gdb.texinfo: Fix ``et al.''.
7097
c741b251
AC
7098Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
7099
7100 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 7101 loop.
c741b251 7102
4ab64e14
JG
71032000-05-19 Jimmy Guo <guo@cup.hp.com>
7104
7105 * configure: Regenerate.
7106
f7dc1244 71072000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
7108
7109 * Makefile.in (install-info): Run install-info on installed Info
7110 files.
7111
8c70017b
AC
7112Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7113
a7cb598a 7114 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 7115 Andrew Cagney.
8c70017b 7116
f7dc1244 71172000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
7118
7119 * gdb.texinfo: Proofreading changes from Brian Youmans.
7120
bf0184be
ND
71212000-05-01 Nick Duffek <nsd@cygnus.com>
7122
7123 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
7124 startup sequence, minor edits.
7125
f7dc1244 71262000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
7127
7128 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
7129 TeX.
7130
7131 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
7132 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
7133 like `n' and `s' which look weird. Convert some of the @kindex to
7134 @vindex, when they refer to variables, not commands.
7135
33e16fad
AC
7136Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7137
7138 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
7139
f7dc1244 71402000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
7141
7142 * Makefile.in (GDBMI_DIR): New variable.
7143 (SET_TEXINPUTS): Add $(GDBMI_DIR).
7144 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
7145 (gdbmi.texinfo): New target, for texi2roff.
7146 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
7147 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
7148
7149 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
7150 gdbmi.texinfo.
7151 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
7152 comment.
7153
d167840f
EZ
71542000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7155
7156 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 7157 command.
d167840f 7158
f7dc1244 71592000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
7160
7161 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
7162 prevents the build (and is generally a Bad Idea).
7163
f7dc1244 71642000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
7165
7166 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
7167 a comma inside @var.
7168 (Command Files): Index markup changes from Dmitry Sivachenko
7169 <dima@Chg.RU>.
7170
f7dc1244 71712000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
7172
7173 * Makefile.in (LN_S): Define.
7174 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
7175 invoke "ln -s" unless it is known to work.
7176
7177 * configure.in (AC_PROG_LN_S): Add.
7178
8dc7983f
JB
71792000-04-14 Jim Blandy <jimb@redhat.com>
7180
7181 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
7182 section.
7183 (Target Conditionals): Document ADDRESS_TO_POINTER,
7184 POINTER_TO_ADDRESS.
7185
1a8237e8
DB
71862000-04-11 Daniel Berlin <dan@cgsoftware.com>
7187
7188 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
7189 gdb-cfg.texi to get the value.
7190
ca526f1a
JB
71912000-04-10 Jim Blandy <jimb@redhat.com>
7192
7193 * gdbint.texinfo (Target Architecture Definition): Fix
7194 cross-references.
7195
faaafcb4
JB
71962000-04-08 Jim Blandy <jimb@redhat.com>
7197
7198 * gdbint.texinfo (Using Different Register and Memory Data
7199 Representations): New section.
7200 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
7201 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
7202 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 7203
1b27397f
AC
7204Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
7205
7206 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 7207 for acknowledgments.
1b27397f 7208
480ff1fb
AC
7209Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
7210
7211 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 7212 qThreadExtraInfo.
480ff1fb 7213
a9331b3f 72142000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 7215
a9331b3f
RM
7216 * gdb.texinfo: Clarify which remote debug protocol commands are
7217 required and which are optional.
f1251bdd 7218
dbeb8dbd
AC
7219Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
7220
7221 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
7222 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
7223 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
7224 * annotate.texi: Update.
7225
6d2ebf8b
SS
72262000-03-28 Stan Shebs <shebs@apple.com>
7227
7228 * gdb.texinfo: Update dates, bump to Eighth Edition (note
7229 expectation of additional changes before release), update
7230 ISBN, add copy of top-level menu for @ifhtml, remove explicit
7231 node links, rephrase and/or shorten lines to fix formatting
7232 problem in both regular and @smallbook formats.
7233 * annotate.texi: Shorten lines in example, use smallexample
7234 consistently everywhere.
7235 * Makefile.in: Add comment about texinfo 4.0 html generation.
7236 (SFILES_INCLUDED): Add annotate.texi.
7237
5d161b24
DB
72382000-03-27 Daniel Berlin <dan@cgsoftware.com>
7239
5ae4183a
AS
7240 * gdb.texinfo (Debugging Output): Added new section, documenting
7241 the "set/show debug" commands.
5d161b24 7242
b9deaee7
AC
7243Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
7244
7245 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 7246 entry.
b9deaee7
AC
7247
7248 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
7249 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 7250 @chapter and @node entries.
a9331b3f 7251
b9deaee7 7252 * gdb.texinfo: Link all top-level nodes.
a9331b3f 7253
9ef47d30
AC
7254Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
7255
7256 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 7257 files.
9ef47d30 7258
cfeada60
FN
72592000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
7260
7261 From David Whedon <dwhedon@gordian.com>
5ae4183a 7262 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 7263
6837a0a2
DB
72642000-03-22 Daniel Berlin <dan@cgsoftware.com>
7265
7266 * gdb.texinfo: Add documentation for the apropos command.
7267
bba2971c
MS
72682000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7269
7270 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
7271
2b628194
MS
72722000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7273
a9331b3f 7274 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
7275 two places.
7276
96a2c332
SS
72772000-03-17 Stan Shebs <shebs@apple.com>
7278
7279 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
7280 <dima@Chg.RU>, also clarification of allowed content for
7281 string constants.
7282
f7dc1244 72832000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
7284
7285 * gdb.texinfo (main menu): Add Annotations.
7286 (File Options): Add @cindex entries for each command-line option.
7287 Document --epoch, --annotate, --async, --interpreter, --write,
7288 --statistics, and --version.
7289
7290 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
7291 of GDB.
7292
9d233477
JB
72932000-02-23 Jim Blandy <jimb@redhat.com>
7294
7295 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7296
14e0eb3b
JB
72972000-02-22 Jim Blandy <jimb@redhat.com>
7298
7299 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7300
3555de01
JM
73012000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
7302
7303 * Makefile.in (diststuff): New target.
7304
5e35df8e
KB
73052000-02-15 Kevin Buettner <kevinb@redhat.com>
7306
7307 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 7308 architecture. [From Jim Wilson.]
5e35df8e 7309
c5394b80
JM
73102000-01-16 Tom Tromey <tromey@cygnus.com>
7311
7312 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7313 (Delete Breaks): Mention range arguments.
7314 (Disabling): Likewise.
7315
c3f6f71d
JM
73162000-01-05 Dmitry Sivachenko <dima@Chg.RU>
7317
7318 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7319
c4093a6a
JM
7320Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
7321
7322 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 7323 valid functions.
c4093a6a 7324
11cf8741
JM
73251999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7326
7327 * gdb.texinfo: Clarify regular expressions used in rbreak.
7328
917317f4
JM
73291999-10-15 Kevin Buettner <kevinb@cygnus.com>
7330
7331 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7332 MEMORY_REMOVE_BREAKPOINT): Document.
7333
7334Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7335
7336 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 7337 offset re-using the DATA offset instead.
917317f4 7338
2df3850c
JM
73391999-10-11 Jim Kingdon <kingdon@redhat.com>
7340
7341 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7342
73431999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7344
7345 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7346 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7347 typos.
7348
7349 * gdb.texinfo: Various minor wording and formatting improvements,
7350 mentions of additional command-line options.
7351
2acceee2
JM
73521999-09-30 Fred Fish <fnf@cygnus.com>
7353
7354 * gdb.texinfo: Document additional forms of specifying section
7355 names and addresses for the add-symbol-file command.
7356
c2c6d25f
JM
73571999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7358
7359 * gdbint.texinfo: Fix typo, add the word "have".
7360
73611999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7362
7363 * gdbint.texinfo (Target Architecture Definition): Document the
7364 SKIP_PERMANENT_BREAKPOINT macro.
7365
d4f3574e
SS
73661999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7367
7368 * gdb.texinfo: Fiks speling errers.
7369
7370 * gdb.texinfo: Fix uses of @multitable.
7371
f7dc1244 7372 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 7373 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 7374 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
7375 comments about using with optimization, add more indexing,
7376 fix info about disassembly-flavor.
7377
7378Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7379
7380 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7381 SKIP_SOLIB_RESOLVER): Define.
7382
7383Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7384
7385 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 7386 ``g'' packets.
d4f3574e 7387
104c1213
JM
73881999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7389
7390 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
7391 platform-specific info, inline remote.texi and move sections of it
7392 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
7393 and register stack into the new chapter.
7394 * remote.texi: Remove, now part of gdb.texinfo.
7395 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7396
73971999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7398
7399 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7400 GDB_TARGET_IS_MACH386): These kludges have gone away.
7401
7402Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7403
7404 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 7405 TDEPLIBS.
104c1213 7406
53a5351d
JM
74071999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7408
7409 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7410 surrounding text to fit HP-UX bits into general info.
7411 (HPPA-cfg.texi): Remove, no longer useful.
7412
7413 * gdb.texinfo: Remove explicit links from @node lines, remove
7414 HP-added "Detailed Node Listing" from main menu which confuses
7415 things.
7416
7417 From Dmitry Sivachenko <dima@Chg.RU>:
7418 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7419 in description of `set environment'.
53a5351d
JM
7420
74211999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7422
7423 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7424
7be570e7
JM
74251999-08-12 Ben Elliston <bje@cygnus.com>
7426
7427 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7428
f7dc1244 74291999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7430
7431 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7432 watch, awatch, and rwatch. Explain why the latter two cannot be
7433 set as software watchpoints. Document that watchpoints for local
7434 variables are deleted when the debuggee terminates.
7be570e7
JM
7435
7436Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7437
7438 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7439 packet. Allow E.. response packet. "qRcmd" packet is no longer
7440 reserved.
7be570e7
JM
7441
74421999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7443
a9331b3f
RM
7444 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7445 * gdb.texinfo: Ditto.
7be570e7 7446
96baa820
JM
74471999-08-06 Tom Tromey <tromey@cygnus.com>
7448
7449 * gdb.texinfo (KOD): New node.
7450
7451Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7452
7453 * remote.texi (Rcmd): Fix minor formatting typos.
7454
7455Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7456
7457 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7458 packets.
96baa820 7459
adf40b2e
JM
74601999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7461
7462 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7463 fixes.
7464
43ff13b4
JM
7465Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7466
7467 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7468
085dd6e6
JM
7469Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7470
7471 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7472 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7473 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7474 packets that are not supported on all hosts. Expand examples.
7475 Spell check.
085dd6e6
JM
7476
74771999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7478
7479 * Makefile.in: Recognize html, install-html. Add targets
7480 to build HTML versions of documentation via texi2html.
7481
7482Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7483
7484 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7485 testsuite.
085dd6e6
JM
7486
7487Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7488
7489 * remote.texi (Communication Protocol): Rewrite.
7490
7491Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7492
7493 * stabs.texinfo: Fix uses of xref.
7494
9e0b60a8
JM
7495Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7496
7497 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7498 info about patch submission.
7499
cce74817
JM
7500Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7501
7502 From Per Bothner <bothner@cygnus.com>:
7503 * gdb.texinfo: Document Chill support.
7504
7505Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7506
7507 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7508 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7509 Document that the value should be greater-than or equal-to zero.
7510 (NO_STD_REGS): Document. Deprecate.
cce74817 7511
ac9a91a7
JM
7512Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7513
7514 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7515 Document that these are not used.
ac9a91a7
JM
7516
7517Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7518
7519 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7520
392a587b
JM
7521Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7522
7523 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7524 numargs was dropped.
392a587b
JM
7525
7526Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7527
7528 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7529
b83266a0
SS
7530Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7531
7532 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7533 Update.
b83266a0 7534
7a292a7a
SS
7535Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7536
7537 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7538 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7539
7540Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7541
7542 * gdbint.texinfo: Fix typos: $ -> @.
7543
7544Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7545
7546 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7547 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7548 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7549 BREAKPOINT_FROM_PC.
a9331b3f 7550
7a292a7a
SS
7551Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7552
7553 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7554 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7555
7556Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7557
7558 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7559 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7560
75611999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7562
7563 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7564 longer exists.
7565
7566Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7567
7568 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7569 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7570 they make the manual source incomprehensible.
7a292a7a
SS
7571 * h8-cfg.texi: Remove, hasn't been used in years.
7572
c906108c
SS
7573Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7574
7575 * gdb.texinfo: Update the credits.
7576
7577Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7578
7579 * gdb.texinfo: Fix mistakes noticed in printout of last
7580 draft, add Alpha to discussion of heuristic fence post.
7581
7582Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7583
7584 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7585 Edition, merge some HP changes into mainline, describe some
7586 previously undocumented features, describe more of the target
7587 commands available, eliminate obsolete section on renamed
7588 commands.
c906108c
SS
7589 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7590
7591Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7592
7593 * gdb.texinfo: Make many HPPA conditionals unconditional,
7594 including catchpoint description, since now on for all configs.
7595 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7596 specializations.
7597
7598Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7599
7600 * Makefile.in (GDBvn.texi): Fix match expression to work with
7601 current format of VERSION in gdb/Makefile.in.
7602 * gdb.texinfo: Fix node ref to match new readline.
7603
7604Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7605
a9331b3f
RM
7606 * gdb.texinfo: Changes made as part of a project to merge in
7607 changes made by HP. Documentation makes extensive use of
c906108c
SS
7608 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7609 on remote debugging. There are differences in documentation
889bf7c5 7610 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7611 the HP manual discusses catchpoints, hardware watchpoints, and
7612 some HPUX specific limitations for shared library support.
a9331b3f 7613
c906108c
SS
7614 There are also a number of @node changes.
7615
76161999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7617
7618 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7619 (C Usage): Same.
7620
7621Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7622
7623 The following changes were made by Edith Epstein
889bf7c5
PA
7624 <eepstein@cygnus.com> as part of a project to merge in changes
7625 made by HP.
a9331b3f 7626
c906108c
SS
7627 * HPPA-cfg.texi: new file.
7628
7629 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7630
7631 * refcard.tex: change documentation about catch.
7632 removed info catch.
7633
7634Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7635
7636 * gdbint.texinfo: Expand on GDB's coding standards,
7637 specify the use of arg names with prototypes.
7638
76391998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7640
7641 * gdb.texinfo: Fix tipo.
7642
7643Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7644
7645 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7646 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7647
7648Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7649
7650 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7651
76521998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7653
7654 * agentexpr.texi: New file.
7655
7656Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7657
7658 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7659
76601998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7661
7662 * remote.texi: Changed wording that implied that the GDB remote
7663 protocol caches register values instead of GDB itself.
7664
7665Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7666
7667 * gdbint.texinfo: Add some info about symbol readers.
7668 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7669 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7670 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7671 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7672
7673Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7674
a9331b3f 7675 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7676
7677Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7678
7679 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7680
7681Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7682
7683 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7684 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7685
7686Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7687
7688 * gdbint.texinfo: Fix minor typos.
7689
7690Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7691
7692 * gdbint.texinfo: Complete overhaul. Group descriptions more
7693 logically, add more info on generic algorithms, remove much
7694 obsolete and/or wrong material.
7695
7696Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7697
7698 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7699
7700Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7701
7702 * refcard.tex: Copyright, address updates.
7703
7704Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7705
7706 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7707 for the edition instead of confusing GDB-version-like numbers.
7708
7709Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7710
7711 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7712
7713Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7714
5ae4183a 7715 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7716
7717Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7718
7719 * gdb.texinfo: Add some credits, mention bug monitor.
7720 * remote.texi: Mention mips monitor targets.
7721 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7722
c906108c
SS
7723Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7724
7725 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7726 files, finish sorting of host vs target vs native macros, describe
7727 some more of them.
c906108c
SS
7728
7729Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7730
7731 * gdbint.texinfo (Host Conditionals): Document change from
7732 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7733
7734Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7735
7736 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7737 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7738
7739Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7740
7741 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7742 Document LSEEK_NOT_LINEAR.
7743
7744Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7745
7746 * stabs.texinfo (Stab Section Basics): Make it clear that only
7747 some versions of the GNU linker remove the leading N_UNDF symbol.
7748
7749Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7750
7751 * stabs.texinfo (String Field): Document type number pairs here,
7752 instead of in the Sun specific section.
7753 (Include Files): The GNU linker supports the N_BINCL
7754 optimization. Clarify the N_BINCL value, and what it is used
7755 for.
7756 (Procedures): Document N_FUN with an empty string to mark the end
7757 of a function.
7758 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7759 (Sun Differences): Remove this node, as the information is now
7760 elsewhere in the main document.
7761 (Stab Section Basics): Mention that the GNU linker may optimize
7762 stabs and remove the leading N_UNDF symbol.
7763
7764Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7765
7766 * gdb.texinfo, refcard.tex: Restore author credit
7767
7768Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7769
7770 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7771 documentation to account for START and END macros taking
7772 one arg.
7773
7774Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7775
7776 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7777 * gdb.texinfo (Frames): Fix typo.
7778
7779Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7780
7781 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7782 a target_signal as arg type, not a pid.
7783
7784Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7785
7786 * gdb.texinfo: Document `set assembly-language'.
7787
7788Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7789
7790 * remote.texi: Update list of stubs in the GDB distribution.
7791
7792Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7793
7794 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7795 Also document that some systems can use mmalloc but must define
7796 this if their C runtime allocates memory that is later freed.
c906108c 7797 (MMCHECK_FORCE): Document new macro.
a9331b3f 7798
c906108c
SS
7799Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7800
7801 * remote.texi: Add documentation for target Sparclet.
7802
7803Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7804
a9331b3f 7805 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7806 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7807 * configure.in: Rewritten for autoconf.
7808 * configure: New.
7809
7810Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7811
7812 * Makefile.in (DVIPS): New define, set to dvips.
7813 (dvi): Add stabs.dvi.
7814 (ps): New target.
7815 (all-doc): Depend on info, dvi, and ps targets.
7816 (STAGESTUFF): Add *.ps and *.dvi files.
7817 (clean-info, clean-dvi): Remove.
7818 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7819 rules completely rewritten.
7820 (maintainer-clean): Remove clean-info and clean-dvi
7821 dependencies and put their actions in the rules.
7822 (gdb.ps): New target
a9331b3f 7823 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7824 intermediate TeX files, whether they have 2 or 3 character
7825 extensions.
7826 (gdbint.ps): Add target and rules.
7827 (gdb-internals): Delete unused target.
7828 (Makefile): Depends upon config.status also.
7829
7830Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7831
7832 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7833 set.
7834
7835Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7836
7837 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7838 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7839
7840Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7841
7842 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7843
7844Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7845
7846 * gdb.texinfo (Print settings): Document
7847 `set/show print static-members' commands.
7848
7849Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7850
7851 * gdbint.texinfo (Native): Document name change, coredep.c to
7852 core-aout.c.
7853
7854Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7855
7856 * stabs.texinfo (Include Files): Document the values the SunOS4
7857 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7858
7859Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7860
7861 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7862 Fix typo.
7863
7864Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7865
7866 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7867 "gdb.tar.Z".
7868
7869Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7870
7871 * Makefile.in (maintainer-clean): New target, synonym for
7872 realclean.
7873
7874Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7875
7876 * Update all FSF addresses except those in COPYING* files.
7877
7878Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7879
7880 From Richard Earnshaw (rearnsha@armltd.co.uk):
7881 * gdb.texinfo (convenience variables): Document $_exitcode.
7882 (quit): Document optional expression to use as exit code.
7883
7884Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7885
7886 * gdb.texinfo, remote.texi: Brought up to date with various
7887 GDB changes.
7888
7889Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7890
7891 * gdb.texinfo: Update dates and versions, fix comments about
7892 hardware watchpoints in future releases and about the
7893 sharedlibrary command.
7894
7895Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7896
7897 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7898 C_FUN stab. Other cleanups.
7899
7900Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7901
7902 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7903 for the sparc stub.
7904
7905Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7906
7907 * annotate.texi: Clarify which addresses have differing formats
7908 depending on the language and which do not.
7909
7910Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7911
7912 * remote.texi (NetWare): Changed example to use BOARD= instead of
7913 NODE= argument to reflect correspoding change to gdbserve.nlm.
7914
7915Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7916
7917 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7918 GDB, as well as AIX dbx, supports the size type attribute.
7919
7920Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7921
7922 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7923
7924Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7925
7926 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7927 and new 'if' and 'while' commands.
7928
7929Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7930
7931 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7932
7933Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7934
7935 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7936 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7937 NetWare targets. Mostly stolen from the Server node.
7938
7939Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7940
7941 * gdb.texinfo (Setting): Talk about the language of a source file
7942 versus the working language. The old documentation did not match
7943 what GDB did.
7944
7945Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7946
7947 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7948 of a source file.
7949
7950Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7951
7952 * gdb.texinfo (Processes): New node.
7953
7954Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7955
7956 * remote.texi: Update documentation of set/show mipsfpu.
7957
3fc11d3e
JM
7958Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7959
7960 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7961 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7962
7963Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7964
7965 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7966 obsolete conditionals, described some others.
7967
7968Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7969
7970 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7971 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7972
7973Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7974
7975 * gdbint.texinfo: Put regex conditionals in their own table.
7976
7977Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7978
7979 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7980 described or fixed the descriptions of many others.
7981
7982Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7983
7984 * gdb.texinfo: Add some more credits.
7985 * gdbint.texinfo: Capitalize GDB consistently, describe some
7986 macros and remove some.
7987
7988Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7989
7990 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7991 obsolete conditionals, described some others.
7992
7993Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7994
7995 * gdb.texinfo (help targets): Changed to `help target', which
7996 is the correct gdb command.
7997
7998Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7999
8000 * annotate.texi (TODO): New node, for keeping track of annotations
8001 suggested but not yet implemented.
8002
8003Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8004
8005 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
8006 another symbol, it is not the address itself.
8007
8008Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
8009
8010 * stabs.texinfo (Stab Section Basics): Add comment about alignment
8011 of stabs-in-coff sections.
8012
8013Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8014
8015 * annotate.texi: Change edition to 0.5 and date to May 1994.
8016 Add index.
8017 (Frames): New node, for frame annotation.
8018 (Displays): New node, for display annotation.
8019
8020 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
8021 when waiting for your program to stop.
8022
8023Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8024
8025 * annotate.texi (Breakpoint Info): Document annotation of header
8026 fields and record annotation.
8027
8028Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8029
8030 * annotate.texi: New file, to document annotations.
8031
8032Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8033
8034 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
8035 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
8036
8037Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8038
8039 * stabs.texinfo (Stab Section Basics): Say what is in .stab
8040 section, and say n_strx field is compilation unit relative.
8041 * stabs.texinfo: Don't use @code for a.out when it is the name of
8042 an object file format.
8043
8044Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8045
8046 * gdb.texinfo: Refer to file names, not path names, per rms
8047 convention.
8048 (Arguments): Fix typo.
8049
8050Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8051
8052 * stabs.texinfo (Global Variables): Talk about stabs in files
8053 where variables are referenced, but not defined.
8054
8055Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8056
8057 * stabs.texinfo: Move stuff on @ and # type descriptors from node
8058 Cplusplus to new nodes Member Type Descriptor and Method Type
8059 Descriptor. Re-write stuff for #.
8060
8061Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8062
8063 * gdb.texinfo (Print Settings): Don't document "set print
8064 fast-symbolic-addr off". The bug which it worked around was fixed
8065 on 25 Feb 94 in coffread.c, so I'm nuking the command.
8066
8067 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
8068 N_ENTRY node.
8069
8070 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
8071
8072Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8073
8074 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
8075 references to ieee-float.c.
8076
8077Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8078
8079 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
8080 match what the code actually does.
8081
8082Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8083
8084 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
8085
8086Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8087
8088 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
8089 i, and b.
8090
8091Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
8092
8093 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
8094 well as for ELF and SOM. Unify the descriptions of ELF and SOM
8095 as "stabs in sections" rather than just saying "ELF and SOM".
8096 Also make that stuff apply to COFF.
8097
8098Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8099
8100 * gdb.texinfo (Formatting Documentation): Change GhostScript to
8101 Ghostscript.
8102
8103Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8104
8105 * gdb.texinfo (Continuing and Stepping): When talking about "step"
8106 versus functions without line numbers, also mention stepping into
8107 them as well as "step" when you are in them. Tell the user how to
8108 deal with the situation. Add comment about "debugging information".
8109
8110Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8111
8112 * stabs.texinfo (Enumerations): Document restriction on where
8113 enumeration types can appear and still win with GDB.
8114
8115Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8116
8117 * stabs.texinfo (Negative Type Numbers): Document format for type
8118 -16.
8119
8120Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8121
8122 * gdb.texinfo (Selection, Frame Info): Update information about
8123 arbitrary frame specficiations.
8124
8125Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
8126
8127 * gdb.texinfo, remote.texi: general editing pass prior to Net release
8128
8129Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8130
8131 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
8132
8133Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
8134
8135 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
8136
8137Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8138
8139 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
8140 Differences node to Statics node.
8141 (Statics): Discuss XCOFF use of V symbol descriptor.
8142
8143 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
8144 not clean.
8145
8146Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
8147
8148 * gdb.texinfo (Print Settings): Document `set print
8149 fast-symbolic-addr' and improve the doc for some other
8150 `set print's.
8151
8152Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8153
8154 * stabs.texinfo (String Field): Talk about defining several type
8155 numbers at once.
8156 Fix lint regarding changing node ELF Transformations to
8157 ELF and SOM Transformations.
8158
8159Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
8160
8161 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
8162
8163Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8164
8165 * stabs.texinfo (Cross-References): `::' is for nested types only
8166 within <>.
8167 (Structures): Document static members.
8168
8169Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8170
8171 * stabs.texinfo: Document S type attribute.
8172
8173Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8174
8175 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
8176
8177Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
8178
8179 * gdbint.texinfo: Fix a few typos.
8180
8181Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8182
8183 * gdb.texinfo, remote.texi: formatting improvements
8184
8185 * gdb.texinfo (New Features): mention threads.
8186 (Summary, C): fix xrefs in newly contributed text.
8187 (Threads): index entries, clarifications, example
8188 (passim): minor typos fixed, phrasing improvements
8189
8190 * remote.texi (Bootstrapping): rephrase text on ^C and add index
8191 entries; (Server): explain use of gdbserver w/real-time systems,
8192 add example of conflicting TCP port; (MIPS Remote) break up
8193 running text into table, highlighting commands, and add example.
a9331b3f 8194
c906108c
SS
8195Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8196
8197 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
8198
8199Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8200
8201 * stabs.texinfo (Nested Symbols): New node.
8202 (String Field, Symbol Descriptors, Cross-References): Refer to it.
8203
8204Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8205
8206 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
8207 to picking which Bbss.bss symbol to use, and (because there seems to
8208 be no good way of doing it) re-write some of the text to make it
8209 sound like Bbss.bss isn't such a great idea after all (as currently
8210 designed).
8211
8212 * gdb.texinfo (C): In addition to saying people have to use g++ for
8213 good results, say they have to use stabs. Specifically say cfront
8214 doesn't work well.
8215 (Summary): Merge in information on Modula-2, Pascal, and Chill from
8216 the gdb README. Add xrefs to places where the support for the various
8217 languages is described in detail.
8218
8219Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8220
8221 * stabs.texinfo: Clean up stuff about visibility and virtual
8222 characters.
8223
8224 * stabs.texinfo (N_M2C): Cite Sun doc.
8225
8226Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8227
8228 * gdb.texinfo: updates re threads.
8229 * remote.texinfo: avoid index entries starting with digits.
8230
8231Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8232
8233 * stabs.texinfo (Enumerations): Talk about large, negative and
8234 octal values. Clean up cross reference to type attributes.
8235 (String Field): Say that GDB 4.11 supports size attribute.
8236
8237Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8238
8239 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
8240 is a mandatory step. Make the stuff about that more concise.
8241
8242Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8243
8244 * stabs.texinfo (Class Names): New node.
8245
8246 * gdb.texinfo (Command Files): Explain order of init file reading.
8247
8248 * remote.texi (Bootstrapping): Talk about getting the serial driver
8249 to deal with ^C sent by gdb to stop the remote system.
8250
8251Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
8252
8253 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
8254
8255 * libgdb.texinfo (Defining Commands): made the DOC arg
8256 to gdb_define_app_command a char * instead of char **
8257 per a suggestion from kingdon.
8258
8259 * libgdb.texinfo: total rewrite from a different starting
8260 premise.
8261
8262Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8263
8264 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
8265 floats passed as doubles (to improve clarity).
8266
8267Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8268
8269 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
8270
8271 * a4rc.sed: update to work with Andreas Vogel papersize params
8272
8273 * refcard.tex: use Andreas Vogel simplifications of papersize
8274 params; remove useless version info; update copyright date.
8275
8276Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8277
8278 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
8279
8280Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8281
8282 * gdb.texinfo (Files): Say what address the load command loads it at.
8283
8284 * stabs.texinfo (Common Blocks): Minor cleanups.
8285
8286 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8287 that Sun has backed away from the linker kludge and thus the relevant
8288 issue is changes to the SunPRO tools, not the Solaris linker.
8289
8290 * stabs.texinfo (Traditional Integer Types): Clean up description
8291 of octal bounds a little bit. Document extra leading zeroes.
8292
8293Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8294
8295 * gdb.texinfo (Signaling): Update for symbolic symbol names
8296 and add a section explaining the difference between the GDB
8297 signal command and the shell kill utility.
8298
8299Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
8300
8301 * libgdb.texinfo: added `@' to braces that were unescaped.
8302
8303Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
8304
8305 * libgdb.texinfo: new file. Spec for the gdb library.
8306
8307Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8308
8309 * stabs.texinfo (Include Files): Fix typo (start -> end).
8310
8311Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8312
8313 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8314 from Melissa at FSF's editing pass.
8315
8316Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8317
8318 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8319 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8320 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8321
8322Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8323
8324 * remote.texi (Bootstrapping): Discuss 386 call gates.
8325
8326Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8327
8328 * stabs.texinfo (Based Variables): New node.
8329
8330Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8331
8332 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8333 names, sizes, and formats to suggest how not to lose.
8334
8335Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8336
8337 * stabs.texinfo (Methods): Fix typo.
8338
8339Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8340
8341 * gdb.texinfo: Fix a few typos.
8342
8343Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8344
8345 * gdb.texinfo: Clarify how well it works with Fortran.
8346
8347 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8348 More on relocating stabs in ELF files.
8349
8350Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8351
8352 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8353
8354Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8355
8356 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8357 parameters on VAX.
8358
8359Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8360
8361 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8362
8363Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8364
8365 * stabs.texinfo: Make info author notice match the TeX author notice.
8366
8367Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8368
8369 * stabs.texinfo: Initial-caps all words in node names and
8370 non-trivial words in section names.
8371
8372Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8373
8374 * stabs.texinfo: Many minor cleanups.
8375
8376 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8377
8378Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8379
8380 * stabs.texinfo: Remove full description of big example.
8381 It's not really helpful; just use pieces of it where appropriate.
8382 Add more Texinfo formatting directives (@samp, etc.).
8383 Use @deffn to define stab types.
8384 Eliminate some wordiness. Break up some nodes.
8385 Add an (alphabetized) index of symbol types.
8386 Use consistent capitalization style in node and section names.
8387
8388Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8389
8390 * gdb.texinfo: Change typo "Two two" to "The two".
8391
8392Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8393
8394 * stabs.texinfo (XCOFF-differences): Remove references to
8395 non-existent types N_DECL and N_RPSYM.
8396
8397 * stabs.texinfo (String Field): Say that type attributes bug is
8398 fixed in GDB 4.10, since it is.
8399
8400 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8401
8402Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8403
8404 * stabs.texinfo: Formatting cleanups.
8405
8406Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8407
8408 * stabs.texinfo: When explaining the n_type of a stab, standardize
8409 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8410 no tabs, use @r).
8411 (Global Variables): Clean up.
8412
8413Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8414
8415 * stabs.texinfo (Stack Variables): Re-write.
8416
8417Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8418
8419 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8420 addresses of a source file. Also revise formatting.
8421 Change "object module" or "object file" to "source file".
8422 Various: Miscellaneous cleanups.
8423
8424Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8425
8426 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8427
8428Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8429
8430 * gdbint.texinfo: Removed many nonsensical machine-collected
8431 host and target conditionals, described some of the remainder.
8432
8433Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8434
8435 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8436
8437 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8438 paragraph which follows.
8439
8440 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8441 variables. Looks better and avoids overful hbox.
8442
8443Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8444
8445 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8446
8447Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8448
8449 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8450 retransmit-timeout
8451
8452Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8453
8454 * gdbint.texinfo: Update statement about `some ancient Unix
8455 systems, like Ultrix 4.0' to Ultrix 4.2.
8456
8457Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8458
8459 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8460
8461 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8462
8463 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8464 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8465
8466 * remote.texi: new name for former gdbinv-s.texi
8467
8468 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8469
8470Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8471
8472 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8473 variables for MIPS remote debugging protocol.
8474
8475Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8476
8477 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8478
8479Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8480
8481 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8482
8483Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8484
8485 * gdb.texinfo: repair conditional bugs in text markup
8486
8487Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8488
8489 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8490 to select Modula-2 material.
8491
8492Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8493
8494 * stabs.texinfo: Cleanups regarding statics.
8495
8496 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8497 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8498
8499Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8500
8501 * stabs.texinfo: N_MAIN is sometimes used for C.
8502
8503Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8504
8505 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8506
8507Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8508
8509 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8510 removed from the code by Kingdon.
c906108c
SS
8511
8512Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8513
8514 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8515 input when evaluating breakpoint conditions; the bug has been fixed.
8516
8517 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8518 sets the ignore count to N-1, not to N.
8519
8520Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8521
8522 * refcard.tex (\hoffset): correct longstanding error to match
8523 intended offset; avoids cutting off edge on some printers
8524
8525Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8526
8527 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8528
8529Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8530
8531 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8532
8533Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8534
8535 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8536 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8537 collect sed edits if any, apply to refcard before formatting;
8538 (refcard.ps) stop implying PS fonts if PS output requested;
8539 (lrefcard.ps) delete extra target for variant PS fonts
8540
8541 * refcard.tex: parametrize papersize dependent info, collect
8542 in easily replaced spot
8543
8544 * a4rc.sed: new file, edits to refcard for A4 paper
8545
8546Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8547
8548 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8549
8550Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8551
8552 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8553
8554Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8555
8556 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8557 politely rather than rudely.
8558
8559Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8560
8561 * stabs.texinfo: Document common blocks.
8562
8563Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8564
8565 * stabs.texinfo: Add some basic info about stabs-in-elf.
8566
8567Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8568
8569 * stabs.texinfo (Top): Minor cleanup.
8570
8571Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8572
8573 * Makefile.in (install-info): remove parentdir support
8574
8575Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8576
8577 * gdb.texinfo (Copying): delete this node and references to it;
8578 RMS says this manual need not carry GPL. (passim): Improvements
8579 from last round at FSF, largely due to Ian Taylor review, and
8580 minor formatting improvements.
8581
8582 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8583 largely due to Ian Taylor review. (Debug Session): minor edits to
8584 new text.
8585
8586Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8587
8588 * Makefile.in (realclean): Remove info and dvi files too.
8589
8590Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8591
8592 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8593 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8594 * gdb.texinfo: Change accordingly.
8595
8596 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8597 N_{L,R}BRAC,N_SLINE are relative to.
8598
8599Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8600
8601 * Makefile.in (GDBvn.texi): Update atomically.
8602
8603Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8604
8605 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8606
8607Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8608
8609 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8610 addresses together. Also motivate the set print symbol-filename
8611 command and suggest other solutions.
8612
8613Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8614
8615 * gdb.texinfo (set print elements): Note that the number of
8616 elements is set to unlimited by "set print elements 0".
8617
8618Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8619
8620 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8621 NF_LDOUBLE means.
8622 (Stab Types): Include Solaris stab types.
8623 (Procedures): Document Solaris extensions.
8624
8625Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8626
8627 * gdb.texinfo: Add `set print symbol-filename' doc.
8628
8629Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8630
8631 * stabs.texinfo (Arrays): Talk about type definition vs. type
8632 information.
8633
8634 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8635 the trailing semicolon.
8636
8637Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8638
8639 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8640 and merge in other parts of the document addressing these subjects.
8641 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8642
8643 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8644 at the end of a range type.
8645
8646 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8647 AIX extensions.
8648
8649Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8650
8651 * stabs.texinfo (Stabs Format): Misc fixes.
8652
8653Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8654
8655 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8656 (Traditional builtin types): Document convex convention for long long.
8657 (Negative builtin types): Discuss type names, and misc fixes.
8658
8659Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8660
8661 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8662 point types used with @samp{R} type descriptor.
8663 (Symbol Descriptors): Describe how to handle conflict between
8664 different meanings of @samp{P} symbol descriptor.
8665
8666Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8667
8668 * stabs.texinfo: Remove node Quick Reference and put its children
8669 directly under the main menu.
8670
8671 * stabs.texinfo: Many more changes to bring it into line with
8672 AIX documentation and reality. I think it now has all the
8673 information from the AIX documentation, except that I burned
8674 out when I got to variant records (Pascal and Modula-2) and
8675 all the COBOL types. Oh well, we can add them later when we're
8676 worrying more about those languages.
8677
8678 * stabs.texinfo (Automatic variables): Talk about what it means
8679 to omit the symbol descriptor.
8680
8681Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8682
8683 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8684 gcc2 behavior with promoted args.
8685
8686Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8687
8688 * gdb.texinfo: include readline appendices in info version of manual
8689
8690Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8691
8692 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8693 target remote.
8694
8695 * gdb.texinfo (Machine Code): more index entries for disassemble
8696
8697Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8698
8699 * Clarify the intended use of the gdb-testers and gdb-patches
8700 mailing lists, and shrink gzip comment.
8701
8702Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8703
8704 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8705 DOSHOST configuration of manual.
8706
8707 * gdb.texinfo (MIPS Stack): new node.
8708
8709 * all-config.texi (MIPS) new switch.
8710
8711 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8712 tense; (MIPS Remote) new node.
8713
8714 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8715 bug; (Environment) less passive, other small cleanups in text about
8716 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8717 (Remote) new MIPS Remote menu entry.
8718
8719Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8720
8721 * stabs.texinfo: Many changes to include information from the
8722 AIX documentation.
8723
8724 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8725
8726Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8727
8728 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8729 Move a bunch of information from ../README.
8730 (Getting Started): New node.
8731
8732Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8733
8734 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8735
8736 * gdb.texinfo: advance manual revision dates to present
8737
8738 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8739 stop using silly Roman numerals in @set variable names
8740
8741Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8742
8743 * stabs.texinfo (Parameters): Keep trying to get this right.
8744
8745Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8746
8747 * stabs.texinfo (Parameters): More on "local parameters".
8748
8749Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8750
8751 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8752
8753Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8754
8755 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8756 (Parameters): Rewrite.
8757 (xcoff-differences, Sun-differences): Minor changes.
8758
8759Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8760
8761 * stabs.texinfo: Minor cleanup.
8762
8763Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8764
8765 * gdbint.texinfo: Minor xcoff stuff.
8766
8767Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8768
8769 * gdbint.texinfo: Update for new config directory structure.
8770 Add info about internal type data structures.
8771
8772Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8773
8774 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8775 $(srcdir).
8776 (gdb-config.texi): Depend on file in $(srcdir).
8777
8778Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8779
8780 * stabs.texinfo: Fixes about N_SO.
8781
8782Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8783
8784 * gdb.texinfo: include list of nonstandard init file names
8785
8786 * *-config.texi: new switch GENERIC for text that applies *only*
8787 to (usual) multiple-target version of manual
8788
8789 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8790 h8 config
8791
8792 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8793 in menus (rather than conditionally selected multiple alternative
8794 menus).
8795
8796 * Makefile.in: define and use DOC_CONFIG var to select
8797 configuration for GDB user manual.
8798
8799 * gdb-config.texi: delete from repository, generate from Makefile.
8800
8801 * all-config.texi: normal `generic' configuration file, formerly
8802 stored as gdb-config.texi
8803
8804Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8805
8806 * Makefile.in: add dvi target to build all .dvi files
8807
8808Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8809
8810 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8811
8812Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8813
8814 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8815 host conditionals.
8816 * stabs.texinfo: More array fixes inspired by Jim's.
8817
8818Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8819
8820 * stabs.texinfo: Fixes re arrays and continuations.
8821
8822 * gdbint.texinfo: Add XCOFF node.
8823
8824Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8825
8826 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8827
8828Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8829
8830 * stabs.texinfo: Fix for array types to mention lower bounds.
8831
8832Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8833
8834 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8835
8836Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8837
8838 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8839
8840Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8841
8842 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8843 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8844
8845Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8846
8847 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8848
8849Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8850
8851 * gdb.texinfo, gdbinv-s.texi: misc updates
8852
8853Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8854
8855 * gdbint.texinfo: Brief documentation for longjmp support,
8856 from an email msg by Stu.
8857
8858Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8859
8860 * stabs.texinfo: Fix description of floating point "range"
8861 types (which really define basic types). Reported by Jim Meehan,
8862 <meehan@src.dec.com>.
8863
8864 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8865
8866Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8867
8868 * gdbint.texinfo: Slightly expand section on supporting a new
8869 object file format.
8870
8871Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8872
8873 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8874 intermediate file.
8875
8876Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8877
8878 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8879
8880Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8881
8882 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8883
8884 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8885 as well as Z8002.
8886
8887Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8888
8889 * gdbint.texinfo: Add sections on clean design and on how to send
8890 in changes.
8891
8892Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8893
8894 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8895
8896Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8897
8898 * gdb.texinfo: Fix typo, reported by Karl Berry.
8899
8900Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8901
8902 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8903
8904Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8905
8906 * gdbint.texinfo: fixed a stray email address (needs @@),
8907 added @table @code to node "Native Conditionals"
8908
8909Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8910
8911 * gdbint.texinfo: Describe coding style of GDB.
8912
8913Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8914
8915 * stabs.texinfo: Minor wording changes.
8916
8917Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8918
8919 * gdbint.texinfo: Improve release doc slightly.
8920
8921Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8922
8923 * gdbint.texinfo: Improve doc of GDB config macros.
8924
8925Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8926
8927 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8928 These will be reinserted when examined.
8929
8930Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8931
8932 * gdbint.texinfo: Make a start at documenting all the #if macros
8933 in GDB. At least list them all, and start separating them into
8934 host-specific and target-specific.
8935
8936Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8937
8938 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8939 examples (not consistent w others).
c906108c
SS
8940 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8941 for generic vn of doc
8942
8943Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8944
8945 * Makefile.in: always create installation directories.
8946
8947Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8948
8949 * gdb.texinfo: in h8 config, do not describe searching commands.
8950
8951Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8952
8953 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8954 conditionals; introduce a few generic switches that may be
8955 useful for other cross-dev or dos-hosted configs.
8956
8957 * gdb.texinfo: fix typo in "info reg" description
8958
8959Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8960
8961 * stabs.texinfo: Minor updates from running TeX over it.
8962 * Makefile.in (stabs.dvi, stabs.ps): Add.
8963
8964Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8965
8966 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8967 First pass at converting it to texinfo.
8968
8969Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8970
8971 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8972 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8973
8974Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8975
8976 * gdbint.texinfo: Add section on partial symbol tables.
8977
8978Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8979
8980 * gdb.texinfo: document `set remotedebug' and `set
8981 rstack_high_address'.
8982
8983Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8984
8985 * gdb.texinfo: slight expansion of new text on reading info files
8986 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8987 H8/300 from DOS.
8988
8989Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8990
8991 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8992
8993Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8994
8995 * gdb.texinfo: Say how to read the `info' files.
8996
8997Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8998
8999 * Makefile.in: gm4 -> m4.
9000
9001Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
9002
9003 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
9004 Documentation' ahead of `Installing GDB' to match README.
9005 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 9006 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
9007
9008Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
9009
9010 * Makefile.in: remove $(srcdir) from gdb.info rule.
9011
9012Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9013
9014 * Makefile.in: commented out gdb-all.texinfo rule. This is
9015 temporary.
9016
9017Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
9018
9019 * Makefile.in, configure.in: removed traces of namesubdir,
9020 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
9021 copyrights to '92, changed some from Cygnus to FSF.
9022
9023Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
9024
9025 * gdb.texinfo: Improve how we ask for bug reports.
9026
9027Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9028
9029 * Makefile.in: infodir belongs in datadir.
9030
9031Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9032
9033 * Makefile.in: remove spaces following hyphens, bsd make can't
9034 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 9035 standards.text support.
c906108c
SS
9036
9037Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9038
9039 * Makefile.in: idestdir and ddestdir go away. Added copyrights
9040 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
9041 and mandir now keyed off datadir by default.
9042
9043\f
9044Local Variables:
9e9c5ae7 9045mode: change-log
c906108c
SS
9046left-margin: 8
9047fill-column: 74
9048version-control: never
9049End:
This page took 1.484257 seconds and 4 git commands to generate.