* dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
0511cc75
JK
12012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4 by @table @asis. Fix formatting of one item.
5
0070f25a
JK
62012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7
8 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
9
4dc84fd1
JK
102012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11
12 New option "set debug auto-load".
13 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
14 (auto-load verbose mode): New node.
15
bccbefd2
JK
162012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17
18 New option "set auto-load safe-path".
19 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
20 and "info auto-load" examples for safe-path. Put there also references
21 for "set auto-load safe-path" and "show auto-load safe-path".
22 New menu item for Auto-loading safe path.
23 (Auto-loading safe path): New node.
24 (Python Auto-loading): Update the expected output from "Missing"
25 to "No".
26
bf88dd68
JK
272012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
28
29 auto-load: Implementation.
30 * gdb.texinfo (Mode Options): New anchor for -nx.
31 (Startup): New anchors for Option -init-eval-command,
32 Home Directory Init File
33 and Init File in the Current Directory during Startup.
34 Mention set auto-load local-gdbinit with a reference.
35 Change the sample code to "set auto-load python-scripts".
36 (Threads): New anchor set libthread-db-search-path.
37 Provide references to libthread_db.so.1 file.
38 (Controlling GDB): New menu item for Auto-loading.
39 (Auto-loading, Init File in the Current Directory)
40 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
41 (Python): Rename the menu item Auto-loading to Python Auto-loading.
42 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
43 reference.
44 (Auto-loading): Rename to ...
45 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
46 "set auto-load python-scripts", new anchor for it. Change
47 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
48 for it. Change "info auto-load-scripts"
49 to "info auto-load python-scripts", new anchor for it. Change "scripts"
50 to "Python scripts".
51
8264ba82
AG
522012-04-14 Anton Gorenkov <xgsa@yandex.ru>
53
54 PR mi/13393
55 * gdb.texinfo (Print Settings): Extend the description for "set print
56 object".
57 (GDB/MI Variable Objects): Extend the description for -var-create and
58 -var-list-children.
59
06fc020f
SCR
602012-04-11 Siva Chandra Reddy <sivachandra@google.com>
61
62 * gdb.texinfo (Examining Data): Document the 'explore' command.
63
7191c139
JB
642012-03-28 Joel Brobecker <brobecker@adacore.com>
65
66 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
67 to the children of a varobj and its update range when -var-update
68 returns that the varobj's type changed.
69
3708f05e
JK
702012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
71
72 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
73 Create two new links fir 'objfile-gdb.py file'
74 and 'dotdebug_gdb_scripts section'.
75
8e0583c8
JK
762012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
77
78 * gdb.texinfo (Auto-loading): Rename node reference
79 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
80 Twice.
81 (.debug_gdb_scripts section): Rename the node ...
82 (dotdebug_gdb_scripts section): ... here.
83 (Maintenance Commands): Also rename this node reference.
84
7b282c5a
SCR
852012-03-22 Siva Chandra Reddy <sivachandra@google.com>
86
87 * gdb.texinfo (Python API/Values From Inferior): Add description
88 about the new method Value.referenced_value. Add description on
89 how Value.dereference is different (and similar) to
90 Value.referenced_value.
91
8320cc4f
JK
922012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
93
94 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
95 --init-eval-command=COMMAND, -iex.
96 (Startup): Describe -iex and -ix. Simplify the example
97 for "set auto-load-scripts off".
98
481860b3
GB
992012-03-16 Gary Benson <gbenson@redhat.com>
100
101 PR breakpoints/10738
102 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
103 stating that GDB cannot set breakpoints on inlined functions.
104 (Mode Options): Document --use-deprecated-index-sections.
105 (Index Section Format): Document new index section version format.
106
c4aeac85
TT
1072012-03-15 Tom Tromey <tromey@redhat.com>
108
109 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
110
16899756
DE
1112012-03-13 Doug Evans <dje@google.com>
112
113 * gdb.texinfo (Help): Change apropos example to use "alias" instead
114 of "reload".
115 (Symbols): Delete docs for set/show symbol-reloading.
116 * gdbint.texinfo (Defining Other Architecture Features): Delete
117 SYMBOL_RELOADING_DEFAULT.
118 * refcard.tex: Delete reference to symbol-reloading.
119
9b224c5e
PA
1202012-03-07 Pedro Alves <palves@redhat.com>
121
122 * gdb.texinfo (General Query Packets): Document new
123 QProgramSignals packet.
124 * gdb.texinfo (Remote configuration): Mention
125 "program-signals-packet".
126
169081d0
TG
1272012-03-05 Tristan Gingold <gingold@adacore.com>
128
129 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
130
d1feda86
YQ
1312012-03-03 Yao Qi <yao@codesourcery.com>
132
133 * gdb.texinfo (In-Process Agent): New node.
134 Document new commands.
135 (General Query Packets): Add packet `QAgent'.
136
1faeff08
MR
1372012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
138
139 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
140
7d74f244
DE
1412012-03-01 Scott J. Goldman <scottjg@vmware.com>
142
143 * gdb.texinfo (Commands In Python): Put example python macro in
144 COMMAND_USER category rather than COMMAND_OBSCURE.
145 Document gdb.COMMAND_USER.
146 (User-defined Commands): Update documentation to clarify
147 "set/show max-user-call-depth" and "show user" don't apply to python
148 commands. Update documentation to clarify "help user-defined" may
149 also include python commands defined as COMMAND_USER.
150
6fe37d23
JK
1512012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
152
153 * gdb.texinfo (Startup): Add option -ex description to the option -x
154 description.
155
83364271
LM
1562012-02-24 Luis Machado <lgustavo@codesourcery.com>
157
158 * gdb.texinfo (Setting Breakpoints): Mention and explain the
159 condition-evaluation breakpoint parameter.
160 Mention condition-evaluation mode being shown in "info break".
161 (Break Conditions): Add description for target-side
162 conditional breakpoints.
163 (Remote Configuration): Mention conditional-breakpoints-packet.
164 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
165 cond-expr.
166 (General Query Packets): Mention new ConditionalBreakpoint feature.
167
bdb1994d
TT
1682012-02-22 Tom Tromey <tromey@redhat.com>
169
170 * gdb.texinfo (Blocks In Python): Clarify block iteration.
171
4d241c86
TT
1722012-02-17 Tom Tromey <tromey@redhat.com>
173
174 PR python/10753:
175 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
176 directory.
177
816338b5
SS
1782012-02-14 Stan Shebs <stan@codesourcery.com>
179
180 * gdb.texinfo (Disabling Breakpoints): Document enable count.
181
cc30c4bd
PA
1822012-02-13 Pedro Alves <palves@redhat.com>
183
184 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
185 mips-idt-ecoff.
186
035d1e5b
YQ
1872012-02-09 Yao Qi <yao@codesourcery.com>
188
189 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
190
f0823d2c
TT
1912012-02-07 Tom Tromey <tromey@redhat.com>
192
193 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
194 Symbol.value.
195
64e7d9dd
TT
1962012-02-07 Tom Tromey <tromey@redhat.com>
197
198 * gdb.texinfo (Symbols In Python): Document Symbol.line.
199
4220b2f8
TS
2002012-01-27 Thomas Schwinge <thomas@codesourcery.com>
201
202 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
203
edcc5120
TT
2042012-01-24 Tom Tromey <tromey@redhat.com>
205
206 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
207 unload".
208 (Files): Mention new catch commands.
209 (GDB/MI Async Records): Likewise.
210
53fe1783
GB
2112012-01-24 Gary Benson <gbenson@redhat.com>
212
213 Delete #if 0'd out code.
214 * gdb.texinfo (Frame Info): Remove "info catch".
215
b9e7b9c3
UW
2162012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
217
218 * gdb.texinfo (Remote Configuration): Document
219 "set remote hostio-readlink-packet" command.
220 (General Query Packets): Document vFile:readlink packet.
221
4aac40c8
TT
2222012-01-16 Tom Tromey <tromey@redhat.com>
223
224 * gdb.texinfo (Specify Location): Document relative file name
225 handling.
226
cafec441
TT
2272012-01-16 Tom Tromey <tromey@redhat.com>
228
229 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
230
0ee339bc
JK
2312012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
232 Eli Zaretskii <eliz@gnu.org>
233
234 * gdbint.texinfo (Coding Standards): Require braces for two lines of
235 code.
236
72384ba3
PH
2372012-01-11 Paul Hilfinger <hilfingr@adacore.com>
238
239 * gdb.texinfo (Variables): Document use of :: for non-static
240 variables.
241
ce1b17c4
JB
2422012-01-05 Joel Brobecker <brobecker@adacore.com>
243
244 * gdbint.texinfo (Start of New Year Procedure): Update
245 to replace use of copyright.sh by use of copyright.py.
246
217bff3e
JK
2472012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
248
249 Remove the gdbtui binary.
250 * all-cfg.texi (GDBTUI): Remove.
251 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
252 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
253 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
254
cc72b2a2
KP
2552011-12-23 Kevin Pouget <kevin.pouget@st.com>
256
257 Introduce gdb.FinishBreakpoint in Python.
258 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
259 (Python API): Add menu entry for Finish Breakpoints.
260
13ac8d2c
JK
2612011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
262
263 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
264 tests.
265
e0f9f062
DE
2662011-12-16 Doug Evans <dje@google.com>
267
268 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
269
80b6e756
PM
2702011-12-16 Phil Muldoon <pmuldoon@redhat.com>
271
1c3ad6ab 272 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
273 stack". Add documentation for "set/show python print-stack".
274
2fb860fc
PA
2752011-12-14 Pedro Alves <pedro@codesourcery.com>
276
277 * gdb.texinfo (Implementing a Remote Stub): Explain that you
278 should transfer control to the stub in the startup code instead of
279 in main. Mention the need to get past the initial breakpoint.
280
f8eba3c6
TT
2812011-12-06 Tom Tromey <tromey@redhat.com>
282
283 * gdb.texinfo (Set Breaks): Update for new behavior.
284
2268b414
JK
2852011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
286
287 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
288 List Format for SVR4 Targets'.
289 (General Query Packets): New item qXfer:libraries-svr4:read.
290 (Library List Format for SVR4 Targets): New node.
291
ae6f0d5b
TT
2922011-12-01 Tom Tromey <tromey@redhat.com>
293
294 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
295 add.
296
36dfb11c
TT
2972011-11-22 Tom Tromey <tromey@redhat.com>
298
299 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
300 reasons.
301
f196051f
SS
3022011-11-20 Stan Shebs <stan@codesourcery.com>
303
304 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
305 note-related options and variables.
306 (Tracepoint Packets): Document packet changes.
307
f85b53f8
SD
3082011-11-20 Sanjoy Das <sdas@igalia.com>
309
310 * gdb.texinfo (JIT Interface): Add documentation on writing and
311 usind JIT debug info readers.
312 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
313 Debug Info Readers): New nodes.
314
bfccc43c
YQ
3152011-11-18 Yao Qi <yao@codesourcery.com>
316
317 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
318 tracepoint.
319
c011a4f4
DE
3202011-11-15 Doug Evans <dje@google.com>
321
322 * gdb.texinfo (Files): Document basenames-may-differ.
323
ed59ded5
DE
3242011-11-14 Doug Evans <dje@google.com>
325
326 * gdb.texinfo (Shell Commands): Document "!".
327
405f8e94
SS
3282011-11-14 Stan Shebs <stan@codesourcery.com>
329 Kwok Cheung Yeung <kcy@codesourcery.com>
330
331 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
332 needed to get shorter fast tracepoints.
333 (Tracepoint Packets): Document new qTMinFTPILen packet.
334
1e4d1764
YQ
3352011-11-14 Yao Qi <yao@codesourcery.com>
336
337 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
338 behavior of tracepoint.
339 (General Query Packets): New feature InstallInTrace.
340 (Remote Configuration): Document "set remote
341 install-in-trace-packet".
342
71eba9c2 3432011-11-12 Matt Rice <ratmice@gmail.com>
344
345 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
346 Add arguments to info macro.
347
e0f8f636
TT
3482011-11-10 Tom Tromey <tromey@redhat.com>
349
350 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
351 manual.
352 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
353 (Macros): Add a footnote.
354 (C): Remove paragraph about compiler options.
355 (C Constants): Mention wide character and string constants.
356 (C Plus Plus Expressions): Update compiler option advice. Mention
357 using declarations. Mention ADL. Remove old HP compiler
358 information.
359
625c0d47
TT
3602011-11-10 Tom Tromey <tromey@redhat.com>
361
362 PR c++/9257:
363 * gdb.texinfo (Print Settings): Add an extra note about the need
364 for a vtable.
365
4be2aacc
MR
3662011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
367
368 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
369 "set mips abi" documentation.
370
0a1c4d10
DE
3712011-11-04 Doug Evans <dje@google.com>
372
373 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
374
aad1c02c
TT
3752011-11-03 Tom Tromey <tromey@redhat.com>
376
377 * gdb.texinfo (Stopping): Add menu entry.
378 (Continuing and Stepping): Restore @node. Use @section, not
379 @subsection.
380
983fb131
MR
3812011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
382
383 * gdb.texinfo (Skipping Over Functions and Files): Remove node
384 designation. Fix "Specify Location" cross-reference.
385
3065dfb6
SS
3862011-11-02 Stan Shebs <stan@codesourcery.com>
387
388 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
389 (General Query Packets): Describe tracenz feature.
390 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
391
0aaaf063
PK
3922011-10-28 Paul Koning <paul_koning@dell.com>
393
394 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
395
2231f1fb
KP
3962011-10-27 Kevin Pouget <kevin.pouget@st.com>
397
398 * gdb.texinfo ((Frames In Python): Document
399 gdb.FRAME_UNWIND_FIRST_ERROR contant.
400
5110b5df
PK
4012011-10-26 Paul Koning <paul_koning@dell.com>
402
403 * gdb.texinfo (gdb.types): Document new deepitems function.
404
22dbab46
PK
4052011-10-25 Paul Koning <paul_koning@dell.com>
406
407 PR python/13327
408
409 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
410 fetch_lazy method.
411
9df2fbc4
PM
4122011-10-20 Phil Muldoon <pmuldoon@redhat.com>
413
414 PR python/12656
415
416 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
417 global_block, static_block function.
418
f05e2e1d
TT
4192011-10-19 Tom Tromey <tromey@redhat.com>
420
421 * gdb.texinfo (Commands In Python): Add missing "@"s.
422
a7fc3f37
KP
4232011-10-13 Kevin Pouget <kevin.pouget@st.com>
424
425 PR python/13285 Document named constants for frame unwind stop reasons
426 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
427 constants.
428
5048e516
JK
4292011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
430
431 Fix compatibility with texinfo versions older than 4.12.
432 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
433 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
434 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
435 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
436 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
437 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
438 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
439
5a56e9c5
DE
4402011-10-09 Doug Evans <dje@google.com>
441
442 * gdb.texinfo (Extending GDB): Document alias command.
443
36b11add
JK
4442011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
445
446 Support @entry in input expressions.
447 * gdb.texinfo (Variables): Describe @entry names suffix.
448 (Print Settings): Add anchor for `set print entry-values'.
449
e18b2753
JK
4502011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
451 Eli Zaretskii <eliz@gnu.org>
452
453 Display @entry parameter values (without references).
454 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
455 example.
456 (Print Settings): New description of set print entry-values and show
457 print entry-values.
458
111c6489
JK
4592011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
460 Eli Zaretskii <eliz@gnu.org>
461
462 Recognize virtual tail call frames.
463 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
464 (Tail Call Frames): New node.
465 (Frames In Python): Add gdb.TAILCALL_FRAME.
466
9c15afc4
DE
4672011-10-07 Doug Evans <dje@google.com>
468
469 * gdb.texinfo (gdb.printing): Document new `replace' arg to
470 register_pretty_printer.
471
99f5279d
PM
4722011-10-07 Phil Muldoon <pmuldoon@redhat.com>
473
474 PR python/12930
475 PR python/12802
476
477 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
478 stop method.
479
03583c20
UW
4802011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
481
482 * gdb.texinfo (Starting your Program): "set disable-randomization"
483 is no longer Linux-specific.
484 (Remote Configuration): Document "set remote
485 disable-randomization-packet".
486 (General Query Packets): Document "QDisableRandomization" packet
487 and add it to "qSupported" list.
488
bd054e06
KP
4892011-10-07 Kevin Pouget <kevin.pouget@st.com>
490
491 Allow Python notification of new object-file loadings.
492 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
493 event type.
494
cb6be26b
KP
4952011-10-04 Kevin Pouget <kevin.pouget@st.com>
496
497 PR python/12691: Add the inferior to Python exited event
498 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
499
a05336a1
JB
5002011-10-03 Joel Brobecker <brobecker@adacore.com>
501
502 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
503 rephasing.
504
5d77fe44
JB
5052011-10-03 Joel Brobecker <brobecker@adacore.com>
506
507 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
508 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
509 as possible feature returned by the `-list-features'
510 command.
511
699df94d
PK
5122011-09-28 Paul Koning <paul_koning@dell.com>
513
514 * gdb.texinfo (gdb.Type): Document field access by dictionary
515 key syntax.
516
24bdad53
YQ
5172011-09-28 Yao Qi <yao@codesourcery.com>
518
519 * gdb.texinfo (Files): Update options for `add-symbol-file'.
520 Add one space after option `-s'. Remove @r{} markup.
521
6710bf39
SS
5222011-09-27 Stan Shebs <stan@codesourcery.com>
523
524 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
525
d99f7e48
HZ
5262011-09-16 Hui Zhu <teawater@gmail.com>
527
528 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
529 to *(unsigned char *)$esp@300.
530
d812018b
PK
5312011-09-15 Paul Koning <paul_koning@dell.com>
532
533 * gdb.texinfo: Make style of Python functions and methods match
534 the syntax of Python. Also put class and module names explicitly
535 on function, member, and variable names, matching Python
536 documentation conventions.
537
2aa48337
KP
5382011-09-15 Kevin Pouget <kevin.pouget@st.com>
539
540 PR Python/12692 Add gdb.selected_inferior() to Python interface.
541 * gdb.texinfo (Inferiors In Python): Describe new
542 gdb.selected_inferior() function.
543
6839b47f
KP
5442011-09-15 Kevin Pouget <kevin.pouget@st.com>
545
546 Handle multiple breakpoint hits in Python interface:
547 * gdb.texinfo (Events In Python): New function documentation:
548 gdb.BreakpointEvent.breakpoints. Indicate that
549 gdb.BreakpointEvent.breakpoint is now deprecated.
550
26829f2b
JB
5512011-09-04 Joel Brobecker <brobecker@adacore.com>
552
553 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
554
a9f54f60
TT
5552011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
556
557 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
558
fa3a4f15
PM
5592011-08-17 Phil Muldoon <pmuldoon@redhat.com>
560
561 * gdb.texinfo (Prompt): Add set/show extended-prompt
562 documentation
563 (Basic Python): Add prompt_hook anchor.
564 (Python modules): Reword module text to reflect multiple modules.
565 (gdb.prompt): Document gdb.prompt module.
566
224bbe49
YQ
5672011-08-14 Yao Qi <yao@codesourcery.com>
568
78d85199
YQ
569 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
570
5712011-08-14 Yao Qi <yao@codesourcery.com>
572
573 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
574 (TIC6x Features): New node.
575
457e09f0
DE
5762011-08-12 Doug Evans <dje@google.com>
577
578 * gdb.texinfo (Symbols In Python): Document symbol.type.
579
5e239b84
PM
5802011-08-09 Phil Muldoon <pmuldoon@redhat.com>
581
582 * gdb.texinfo (Python): Document command and function
583 auto-loading.
584
177bc839
JK
5852011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
586 Eli Zaretskii <eliz@gnu.org>
587
588 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
589 typedefs unrolling. Extend the sample code by an inner typedef and
590 outer typedefs unrolling.
591
1a532630
PP
5922011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
593
594 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
595 size and line-size.
596
9b158ba0 5972011-07-21 Matt Rice <ratmice@gmail.com>
598
599 PR macros/12999
600 * gdb.texinfo (Macros): Add info definitions and info macros commands.
601 Update text and cindex entries for info macro command.
602
d17b6f81
PM
6032011-07-21 Phil Muldoon <pmuldoon@redhat.com>
604
605 * observer.texi (GDB Observers): Add before_prompt observer.
606 * gdb.texinfo (Basic Python): Add documentation for prompt
607 substitution.
608
713389e0
PM
6092011-07-11 Phil Muldoon <pmuldoon@redhat.com>
610
611 PR python/12438
612 * gdb.texinfo (Python Commands): Add deprecate note to maint
613 set/show python print-stack. Document set/show python
614 print-backtrace.
615
177b42fe
TJB
6162011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
617
618 * gdb.texinfo: Fix typos.
619
900e11f9
JK
6202011-07-01 Tom Tromey <tromey@redhat.com>
621
622 * gdb.texinfo (Debugging Output): Document set debug
623 check-physname.
624
39c4d40a
TT
6252011-06-29 Tom Tromey <tromey@redhat.com>
626
627 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
628 breakpoint-notifications feature.
629
6f5def7d
UW
6302011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
631
632 * gdb.texinfo (Target Description): Remove warning about
633 possibly unstable format.
634
8cf64490
TT
6352011-06-03 Tom Tromey <tromey@redhat.com>
636
637 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
638 (Events In Python): Note that exit_code is optional.
639
393eab54
PA
6402011-05-17 Pedro Alves <pedro@codesourcery.com>
641
642 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
643 required for multi-threading support.
644 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
645 Hc are deprecated for multi-threading debugging. Point readers at
646 the vCont packet.
647
75fc9810
DE
6482011-05-15 Doug Evans <dje@google.com>
649
650 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
651
01124a23
DE
6522011-05-13 Doug Evans <dje@google.com>
653
98a5dd13
DE
654 * gdb.texinfo (Threads): Document $sdir,$pdir.
655 (Server): Document $pdir exception.
656
dbaefcf7
DE
657 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
658
cc63ef9b
DE
659 * gdb.texinfo (Threads): Clarify default value for
660 libthread-db-search-path.
7e0396aa 661
01124a23
DE
662 * gdb.texinfo (Completion): Update example.
663 (Debugging Output): Delete `set/show debug lin-lwp-async'.
664
d248b706
KY
6652011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
666
667 * gdb.texinfo: Document change in the behaviour of the enable and
668 disable GDB commands when applied to tracepoints.
669 Document the EnableDisableTracepoints remote stub feature.
670 Document QTEnable and QTDisable in the list of tracepoint packets.
671
cc88a640
JK
6722011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
673
674 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
675 hsuser.texi.
676 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
677 comment to hsuser.texi. Change rluser.texi name in the comment.
678
84e578fb
DE
6792011-05-10 Doug Evans <dje@google.com>
680
681 * gdb.texinfo (Threads): If an empty path is provided for
682 libthread-db-search-path it is reset to its default value.
683 (Server): Ditto.
684
478aac75
DE
6852011-05-09 Doug Evans <dje@google.com>
686
687 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
688
9c06b0b4
TJB
6892011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
690 Thiago Jung Bauermann <bauerman@br.ibm.com>
691
692 Implement support for PowerPC BookE masked watchpoints.
693 * gdb.texinfo (Set Watchpoints): Document mask parameter.
694 (PowerPC Embedded): Mention support of masked watchpoints.
695
9ed350ad
JB
6962011-05-03 Joel Brobecker <brobecker@adacore.com>
697
698 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
699 `@value{GDBN}'.
700
4ceed123
JB
7012011-05-03 Joel Brobecker <brobecker@adacore.com>
702
703 * gdb.texinfo (titlepage): Remove dedication.
704 (In Memoriam): New appendix.
705
559a7a62
JK
7062011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
707 Eli Zaretskii <eliz@gnu.org>
708
709 * gdb.texinfo (Index Section Format): Change the version to 5.
710 Describe the different formula.
711
03f2bd59
JK
7122011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
713 Eli Zaretskii <eliz@gnu.org>
714
715 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
716 for disconnected tracing.
717 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
718 extended-remote relationship. Mention --once.
719 (TCP port allocation lifecycle of @code{gdbserver}): New.
720
d9b1a651
EZ
7212011-04-23 Eli Zaretskii <eliz@gnu.org>
722
723 * gdb.texinfo (Server): Improve indexing. Index all optional
724 switches to gdbserver.
725
90476074
TT
7262011-04-20 Tom Tromey <tromey@redhat.com>
727
728 * gdb.texinfo (Index Section Format): New node.
729 (Top): Add new node to menu.
730
c21236dc
PA
7312011-04-20 Pedro Alves <pedro@codesourcery.com>
732
733 * gdb.texinfo (Maintenance Commands): Document `maint print
734 remote-registers'.
735
05c8c3f5
TT
7362011-04-20 Tom Tromey <tromey@redhat.com>
737
738 * gdb.texinfo (Trace File Format): Move node later.
739
7a9dd1b2
TT
7402011-04-19 Tom Tromey <tromey@redhat.com>
741
742 * gdbint.texinfo (Register Information Functions): Remove
743 duplicate "the".
744 * gdb.texinfo (Emacs): Remove duplicate "to".
745 (GDB/MI Variable Objects): Remove duplicate "the".
746 (General Query Packets): Likewise.
747
4368ebeb
JB
7482011-04-02 Joel Brobecker <brobecker@adacore.com>
749
750 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
751 "GDB/MI Ada Exception Information" node.
752
956a9fb9
JB
7532011-04-01 Joel Brobecker <brobecker@adacore.com>
754
755 * gdb.texinfo (GDB/MI Ada Exception Information): Document
756 the "exception-name" field in the *stopped async record.
757
f1310107
TJB
7582011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
759 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
760
761 Implement support for PowerPC BookE ranged breakpoints.
762 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
763
8786b2bd
TT
7642011-03-28 Tom Tromey <tromey@redhat.com>
765
766 * gdb.texinfo (Set Tracepoints): Fix typo.
767
9ef07c8c
TT
7682011-03-24 Tom Tromey <tromey@redhat.com>
769
770 * gdb.texinfo (Specify Location): Document `function:label'
771 linespec.
772
99c3dc11
PM
7732011-03-18 Phil Muldoon <pmuldoon@redhat.com>
774
f1310107 775 PR python/12149
99c3dc11
PM
776
777 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
778
29703da4
PM
7792011-03-17 Phil Muldoon <pmuldoon@redhat.com>
780
781 * gdb.texinfo (Blocks In Python): Add is_valid method description.
782 (Inferiors In Python): Likewise.
783 (Threads In Python): Likewise.
784 (Symbols In Python): Likewise.
785 (Objfiles In Python): Likewise.
786 (Symbol Tables In Python): Likewise.
787
c9174737
PA
7882011-03-15 Pedro Alves <pedro@codesourcery.com>
789
790 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
791 display>: Explain that the commands accept number ranges.
792
7371cf6d
PM
7932011-03-14 Phil Muldoon <pmuldoon@redhat.com>
794
795 * gdb.texinfo (Breakpoints In Python): Add description and example
796 of Python stop function operation.
797
ecec24e6
PM
7982011-03-10 Phil Muldoon <pmuldoon@redhat.com>
799
800 * gdb.texinfo (Parameters In Python): Document get_set_string and
801 get_show_string methods.
802
6dcd5565
JK
8032011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
804
805 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
806
81896e36
JK
807 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
808 circular-trace-buffer name.
809
5e30da2c
JB
8102011-02-28 Joel Brobecker <brobecker@adacore.com>
811
812 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
813 in the previous change.
814
3bd0f5ef 8152011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
816
817 * gdb.texinfo (Inferiors and Programs): Update commands to show
818 that they can accept multiple arguments.
819
4ec7539c
JB
8202011-02-24 Joel Brobecker <brobecker@adacore.com>
821
822 Revert the following patch (code patch was not approved):
823 2011-02-21 Hui Zhu <teawater@gmail.com>
824 * agentexpr.texi (bytecode descriptions): add printf.
825 * gdb.texinfo (tracepoint action lists): add printf.
826
82809774
DE
8272011-02-23 Doug Evans <dje@google.com>
828
829 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
830
e5a67952
MS
8312011-02-23 Michael Snyder <msnyder@vmware.com>
832
833 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
834 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
835 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
836
6e6fbe60
DE
8372011-02-22 Doug Evans <dje@google.com>
838
839 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
840 Clarify behaviour of lookup_symbol when `block' argument is omitted,
841 add description of result, fix @defun formatting.
842
f994e27a
HZ
8432011-02-21 Hui Zhu <teawater@gmail.com>
844
845 * agentexpr.texi (Bytecode Descriptions): Add printf.
846 * gdb.texinfo (Tracepoint Action Lists): Add printf.
847
c7f96d2b
TT
8482011-02-18 Tom Tromey <tromey@redhat.com>
849
850 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
851
60f98dde
MS
8522011-02-14 Michael Snyder <msnyder@vmware.com>
853
854 * gdb.texinfo (threads): Document argument for "info threads" cmd.
855 Document new command "thread find".
856
08e796bc
MS
8572011-02-14 Michael Snyder <msnyder@vmware.com>
858
859 * gdb.texinfo (Threads): Update example of new thread message.
860
b3b9301e
PA
8612011-02-14 Pedro Alves <pedro@codesourcery.com>
862
863 * gdb.texinfo (Remote Configuration): Mention set/show remote
864 traceframe-info.
865 (Tools/Packages Optional for Building GDB): Mention that expat is
866 used for traceframe info.
867 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
868 (General Query Packets) <qSupported>: Describe the
869 qXfer:traceframe-info:read feature.
870 (qXfer::read): Describe qXfer:traceframe-info:read.
871 (Traceframe Info Format): New section.
872
cef35b0f
PA
8732011-02-04 Pedro Alves <pedro@codesourcery.com>
874
875 * gdbint.texinfo (Formatting): Mention some formatting guidelines
876 for casts and unary operators.
877
f1cbe1d3
TT
8782011-02-04 Tom Tromey <tromey@redhat.com>
879
880 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
881 is not useful.
882
585fdaa1
PA
8832011-01-25 Pedro Alves <pedro@codesourcery.com>
884
885 * gdb.texinfo: s/value optimized out/optimized out/g
886
7bfc9434
JB
8872011-01-21 Joel Brobecker <brobecker@adacore.com>
888
889 * gdb.texinfo (Other Misc Settings): Rework part of the
890 documentation of the "set interactive mode" command.
891
4694da01
TT
8922011-01-19 Tom Tromey <tromey@redhat.com>
893
894 * gdb.texinfo (Threads): Document thread name output and `thread
895 name' command.
896 (Threads In Python): Document Thread.name attribute.
897 (GDB/MI Thread Commands): Document thread attributes.
898
b716877b
AB
8992011-01-12 Andrew Burgess <aburgess@broadcom.com>
900
901 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
902 changes in mi/mi-cmd-disas.c
903
13fd8b81
TT
9042011-01-12 Tom Tromey <tromey@redhat.com>
905
906 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
907 Fix "thread apply" text.
908
e09342b5
TJB
9092011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
910 Thiago Jung Bauermann <bauerman@br.ibm.com>
911
912 Implement support for PowerPC BookE ranged watchpoints.
913 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
914 the "set powerpc exact-watchpoints" flag.
915
06e65f44
TT
9162011-01-07 Tom Tromey <tromey@redhat.com>
917
918 * gdb.texinfo (Python API): Add descriptions to @menu items.
919
d8e22779
TT
9202011-01-06 Tom Tromey <tromey@redhat.com>
921
922 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
923
a255712f
PP
9242010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
925
e09342b5 926 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 927
ccfc3d6e
TT
9282011-01-06 Tom Tromey <tromey@redhat.com>
929
930 PR python/12133:
931 * gdb.texinfo (Frames In Python): Document various frame
932 constants.
933
44944448
JB
9342011-01-05 Joel Brobecker <brobecker@adacore.com>
935
936 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
937 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
938 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
939
42ea3d7a
JK
9402011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
941
942 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
943 (clean): Add GDBvn.texi.
944
720d1a40
JB
9452010-12-29 Joel Brobecker <brobecker@adacore.com>
946
947 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
948 occasional case where the debugger prints an array address
949 instead of the array itself.
950
ad196637
PA
9512010-12-23 Pedro Alves <pedro@codesourcery.com>
952
953 * gdb.texinfo (Packets) <read registers packet>: Document support
954 for registers that were not collected.
955
a86caf66
DE
9562010-12-15 Doug Evans <dje@google.com>
957
958 * gdb.texinfo (Startup): Document auto-loading of scripts during
959 startup.
960 (Auto-loading): Delete "maint set python auto-load on|off".
961 Add "set auto-load-scripts on|off".
962
aae1c79a
DE
9632010-12-07 Doug Evans <dje@google.com>
964
965 * gdb.texinfo (Mode Options): Document -data-directory.
966 (Data Files): Add reference to -data-directory.
967
4e04c971
DE
9682010-11-29 Doug Evans <dje@google.com>
969
970 * gdb.texinfo (Pretty-Printer Introduction): Change
971 printer-name:subprinter-name to printer-name;subprinter-name.
972
94b6973e
PM
9732010-11-29 Phil Muldoon <pmuldoon@redhat.com>
974
975 PR python/12199
976
977 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
978
39037522
TT
9792010-11-23 Tom Tromey <tromey@redhat.com>
980
981 * gdb.texinfo (Top): Check SYSTEM_READLINE.
982 (Editing): Likewise.
983 (Command History): Likewise.
984 (TUI Keys): Likewise.
985 (Bug Reporting): Conditionally include rluser.texi and
986 inc-history.texinfo.
987 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
988 (GDB_DOC_SOURCE_INCLUDES): Add comment.
989 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
990 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
991 (gdb.pdf): Likewise.
992 (gdb.info): Likewise.
993 (gdb/index.html): Likewise.
994
5ae98d25
TT
9952010-11-23 Tom Tromey <tromey@redhat.com>
996
997 * Makefile.in (Makefile): Run ../config.status.
998 (distclean): Update.
999 * configure: Remove.
1000 * configure.ac: Remove.
1001
621c8364
TT
10022010-11-12 Tom Tromey <tromey@redhat.com>
1003
1004 * gdb.texinfo (Basic Python): Update. Add xref.
1005 (Exception Handling): Document new exception classes.
1006 (Types In Python): Update.
1007 (Frames In Python): Update.
1008
84f4c1fe
PM
10092010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1010
1011 * gdb.texinfo (Breakpoints In Python): Document "internal"
1012 parameter, and visible attribute.
1013
99e7ae30
DE
10142010-11-05 Doug Evans <dje@google.com>
1015
1016 * gdb.texinfo (Source Path): Document "set directories".
1017
f4b8a18d
KW
10182010-11-05 Ken Werner <ken.werner@de.ibm.com>
1019
1020 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
1021 (OpenCL C): New node.
1022
7b51bc51
DE
10232010-11-02 Doug Evans <dje@google.com>
1024
1025 * gdb.texinfo (Pretty Printing): Expand into three sections,
1026 introduction, example, and commands.
1027 (Python API): Delete section Disabling Pretty-Printers, merge into
1028 Selecting Pretty-Printers.
1029 (Writing a Pretty-Printer): New section. Move the pretty-printer
1030 example here, and reformat to match python coding style. Add a second
1031 example using the gdb.printing module.
1032 (Python modules): Add gdb.printing.
1033
9eeee977
DE
10342010-10-29 Doug Evans <dje@google.com>
1035
1036 * gdb.texinfo (Python): Fix long line.
1037
a0e0ffdf
DE
10382010-10-20 Doug Evans <dje@google.com>
1039
1040 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
1041 All references updated. Correct sections marked as subsections.
1042 (Coding Standards): New chapter. Move the coding standard related
1043 subsections here. Add section on Python coding standards.
1044
0e3509db
DE
10452010-10-13 Doug Evans <dje@google.com>
1046
1047 * gdb.texinfo (Python): Add "Python modules".
1048 (Types in Python): Add reference to gdb.types section.
1049 (Python modules): New node.
1050
44592cc4
DE
10512010-10-11 Doug Evans <dje@google.com>
1052
1053 * gdb.texinfo (Values From Inferior): Add reference to "Types in
1054 Python" from gdb.Value.type description.
1055
6e1bb179
JB
10562010-09-28 Joel Brobecker <brobecker@adacore.com>
1057
1058 * gdb.texinfo (Ravenscar Profile): New node.
1059
e8467610
TT
10602010-09-22 Tom Tromey <tromey@redhat.com>
1061
1062 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
1063
fccd1d1e
EZ
10642010-09-22 Eli Zaretskii <eliz@gnu.org>
1065
1066 * gdb.texinfo (Values From Inferior): Clarify that
1067 value.dynamic_type works only in C++ programs with RTTI.
1068
c1b6b909
TT
10692010-09-15 Paul Bolle <pebolle@tiscali.nl>
1070
1071 * gdb.texinfo (Character Sets): Correctly reference host-charset
1072 in example.
1073
7d288aaa
TT
10742010-09-13 Tom Tromey <tromey@redhat.com>
1075
1076 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
1077 Document "fullname" and "from".
1078
f75d858b
MK
10792010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1080
1081 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
1082 feature `reverse' output by -list-target-features.
1083
83b9503b
L
10842010-08-31 H.J. Lu <hongjiu.lu@intel.com>
1085
1086 * gdb.texinfo (i386 Features): Remove an extra "@item".
1087
03f17ccf
TT
10882010-08-30 Tom Tromey <tromey@redhat.com>
1089
1090 PR python/11792:
1091 * gdb.texinfo (Values From Inferior): Document dynamic_type.
1092
9779414d
DJ
10932010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1094
1095 * gdb.texinfo (ARM Features): Document
1096 org.gnu.gdb.arm.m-profile.
1097
f9ffd4bb
TT
10982010-08-23 Tom Tromey <tromey@redhat.com>
1099
1100 PR python/11145:
1101 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
1102 reinterpret_cast methods.
1103
702c2711
TT
11042010-08-23 Tom Tromey <tromey@redhat.com>
1105
1106 PR python/11915:
1107 * gdb.texinfo (Types In Python): Document array method.
1108
66b73624
TJB
11092010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
1110
1111 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
1112
06a64a0b
TT
11132010-08-16 Tom Tromey <tromey@redhat.com>
1114
1115 * gdb.texinfo (Set Watchpoints): Document -location option.
1116
a3a7127e
DE
11172010-08-13 Doug Evans <dje@google.com>
1118
1119 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
1120
8dedea02
VP
11212010-08-13 Vladimir Prus <vladimir@codesourcery.com>
1122
1123 * gdb.texinfo (GDB/MI Data Manipulation): Document
1124 -data-read-memory-raw and -data-write-memory-raw.
1125
ca5c20b6 11262010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 1127 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
1128
1129 * gdb.texinfo (Basic Python): Describe post_event API.
1130
cb2e07a6
PM
11312010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1132
1133 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 1134 decode_line Python APIs
cb2e07a6 1135
464b3efb
TT
11362010-08-10 Tom Tromey <tromey@redhat.com>
1137
1138 * gdb.texinfo (Pretty Printing API): Document
1139 gdb.default_visualizer.
1140
c29c521f
TT
11412010-08-10 Tom Tromey <tromey@redhat.com>
1142
1143 Revert gdb-add-index addition:
1144 * gdb.texinfo (Index Files): Don't document gdb-add-index.
1145
5da1313b
JK
11462010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1147 Eli Zaretskii <eliz@gnu.org>
1148
1149 * gdb.texinfo (Mode Options) <-batch>
1150 (Basic Python) <gdb.execute>: Describe setting width and height.
1151
02d868e8
PP
11522010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1153
1154 * gdb.texinfo (Threads): Document 'debug libthread-db'.
1155
c2bbed2a
TT
11562010-07-30 Tom Tromey <tromey@redhat.com>
1157
1158 * gdb.texinfo (Index Files): Mention gdb-add-index.
1159
6c13bbe1
HZ
11602010-07-30 Hui Zhu <teawater@gmail.com>
1161
1162 * gdb.texinfo (Inferiors and Programs): Update the introduce of
1163 "detach inferior" and "kill inferior".
1164
53a71c06
CR
11652010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
1166
1167 * gdb.texinfo (Machine Code): Update description of two forms of
1168 arguments, and add new example to demonstrate the new form.
1169
5374244e
PM
11702010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1171
1172 * gdb.texinfo (Values From Inferior): Add value inferior function
1173 call description.
1174
8ea5bce5
JK
11752010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1176
1177 * gdb.texinfo (Active Targets): Fix wrong comma placement.
1178
c0edd9ed
JK
11792010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1180 Eli Zaretskii <eliz@gnu.org>
1181
1182 Make core files the process_stratum.
1183 * gdb.texinfo (Active Targets): Remove core_stratum. Include
1184 record_stratum example.
1185
9291a0cd
TT
11862010-07-13 Tom Tromey <tromey@redhat.com>
1187
1188 * gdb.texinfo (Index Files): New node.
1189
f5011d11
TT
11902010-07-13 Tom Tromey <tromey@redhat.com>
1191
1192 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
1193
0f5238ed
TT
11942010-07-13 Tom Tromey <tromey@redhat.com>
1195
1196 * gdb.texinfo (Specify Location): Document labels.
1197
74c761c1
PA
11982010-07-01 Pedro Alves <pedro@codesourcery.com>
1199
1200 * gdb.texinfo (Create and Delete Tracepoints): Add more index
1201 entries for fast tracepoints and static tracepoints.
1202
501994c0
PA
12032010-07-01 Pedro Alves <pedro@codesourcery.com>
1204
1205 * gdb.texinfo (General Query Packets) <qfThreadInfo,
1206 qsThreadInfo>: Spell out `l' as ell.
1207
0fb4aa4b
PA
12082010-07-01 Pedro Alves <pedro@codesourcery.com>
1209
1210 * gdb.texinfo (Convenience Variables): Document $_sdata.
1211 (Commands to Set Tracepoints): Describe static tracepoints. Add
1212 `Listing Static Tracepoint Markers' menu entry. Document
1213 "strace".
1214 (Tracepoint Action Lists): Document collecting $_sdata.
1215 (Listing Static Tracepoint Markers): New subsection.
1216 (Tracepoints support in gdbserver): Mention static tracepoints.
1217 (remote packets, enabling and disabling): Mention
1218 read-sdata-object.
1219 (General Query Packets) <qSupported>: Document qXfer:sdata:read
1220 and StaticTracepoint.
1221 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
1222 Document qXfer:sdata:read.
1223 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
1224
dc3b15be
JB
12252010-06-29 Joel Brobecker <brobecker@adacore.com>
1226
1227 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
1228
595939de
PM
12292010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1230 Tom Tromey <tromey@redhat.com>
1231 Thiago Jung Bauermann <bauerman@br.ibm.com>
1232
1233 * gdb.texinfo (Inferiors In Python): New node.
1234 * gdb.texinfo (Threads In Python): New node.
1235
9279c692
JB
12362010-06-28 Joel Brobecker <brobecker@adacore.com>
1237
1238 * gdb.texinfo (Python): Document what the python directory is
1239 and what its location is.
1240 (Basic Python): Document the gdb.PYTHONDIR constant.
1241
bc9f0842
TT
12422010-06-25 Tom Tromey <tromey@redhat.com>
1243
1244 PR python/10808:
1245 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1246
f1421989
HZ
12472010-06-24 Hui Zhu <teawater@gmail.com>
1248
1249 * gdb.texinfo: (Commands for Controlled Output): Add
1250 documentation for command "eval".
1251
e4c0cfae
SS
12522010-06-21 Stan Shebs <stan@codesourcery.com>
1253
1254 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1255 * annotate.texinfo: Ditto.
1256 * gdbint.texinfo: Ditto.
1257 * stabs.texinfo: Ditto.
1258
bb08c432
HZ
12592010-06-22 Hui Zhu <teawater@gmail.com>
1260
1261 * gdb.texinfo: (Process Record and Replay): Add documentation
1262 for command "set record memory-query".
1263
4f5d9f07
SS
12642010-06-21 Stan Shebs <stan@codesourcery.com>
1265
1266 * gdb.texinfo: Relicense under GFDL version 1.3.
1267 * annotate.texinfo: Relicense under GFDL version 1.3.
1268 * gdbint.texinfo: Relicense under GFDL version 1.3.
1269 * stabs.texinfo: Relicense under GFDL version 1.3.
1270 * fdl.texi: Update to version 1.3.
1271
6aed2dbc
SS
12722010-06-18 Stan Shebs <stan@codesourcery.com>
1273
a61408f8
SS
1274 * gdb.texinfo (Operating System Auxiliary Information): Describe
1275 "info os" when no arguments given.
1276
6aed2dbc
SS
1277 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1278 $_thread.
1279
24e933df
HZ
12802010-06-18 Hui Zhu <teawater@gmail.com>
1281
1282 * gdb.texinfo: (Process Record and Replay): Add documentation
1283 for commands "record save" and "record restore".
1284
65d79d4b
SDJ
12852010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1286
1287 * gdb.texinfo: Include information about the correct use
1288 of addresses in the `watch' command.
1289
d914c394
SS
12902010-06-11 Stan Shebs <stan@codesourcery.com>
1291
1292 * gdb.texinfo (Observer Mode): New section.
1293 (General Query Packets): Document QAllow.
889bf7c5 1294
967cf477
DE
12952010-06-04 Doug Evans <dje@google.com>
1296
1297 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1298
aaf4119b
DE
12992010-06-03 Doug Evans <dje@google.com>
1300
1301 * gdbint.texinfo (Coding): Add subsection on command names.
1302
9eae7c52
TT
13032010-06-02 Tom Tromey <tromey@redhat.com>
1304
1305 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1306 always-disassemble.
1307
fa593d66
PA
13082010-06-01 Pedro Alves <pedro@codesourcery.com>
1309
1310 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1311 gdbserver, and add cross reference.
1312 (Tracepoints support in gdbserver): New subsection.
1313
dde08ee1
PA
13142010-05-26 Pedro Alves <pedro@codesourcery.com>
1315
1316 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1317 `qRelocInsn' feature.
1318 (Relocate instruction reply packet): New subsection
1319 of `Tracepoint Packets'.
1320 (Tracepoint Packets): Mention that packets QTDP and QTStart
1321 support the qRelocInsn request, and add cross reference to new
1322 subsection.
1323
07ca107c
DE
13242010-05-25 Doug Evans <dje@google.com>
1325
1326 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1327 (Commands In Python): Document gdb.string_to_argv.
1328
c25c4a8b
JK
13292010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1330
1331 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1332 ATTR_NORETURN.
1333
d7b32ed3 13342010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
1335 Tom Tromey <tromey@redhat.com>
1336 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 1337
c25c4a8b 1338 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 1339
6aecb9c2
JB
13402010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1341
1342 * gdb.texinfo: (Summary) Add mention about D language support.
1343 (Filenames): Add D suffixes.
1344 (D): New node.
1345
b7da9e9f
PM
13462010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1347
1348 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1349 of macro deleted from GDB code.
1350
ab38a727
PA
13512010-04-24 Pedro Alves <pedro@codesourcery.com>
1352
1353 * gdb.texinfo (Commands to specify files): Describe what how GDB
1354 looks up DOS-based filesystem paths on the system root. Document
1355 the new `set/show target-file-system-kind' commands.
1356
66d09542
DE
13572010-04-23 Doug Evans <dje@google.com>
1358
1359 * gdb.texinfo (Python): Move Auto-loading section here ...
1360 (Python API): from here.
1361 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1362 (Maintenance Commands): Add docs for "maint print section-scripts".
1363
8bd10a10
CM
13642010-04-20 Chris Moller <cmoller@redhat.com>
1365
1366 * gdb.texinfo (Setting Breakpoints): Added description of
1367 filename-qualified rbreak.
1368 * refcard.tex (Breakpoints and Watchpoints): Added brief
1369 description of filename-qualified rbreak.
1370
4c374409
JK
13712010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1372
1373 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1374 (Python API): Change the reference to Pretty Printing API.
1375 (Pretty Printing): Move the user part under the Data node. Reformat
1376 the sample output to 72 columns. Create a new reference to Pretty
1377 Printing API. Rename the API part ...
1378 (Pretty Printing API): To a new node name.
1379 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1380 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1381
5a9351ae
SS
13822010-04-21 Stan Shebs <stan@codesourcery.com>
1383
1384 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1385 and commands.
5a9351ae 1386 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1387
9a22f0d0
PM
13882010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1389
1390 * gdb.texinfo (Examining memory): Update for change in string
1391 display with explicit size.
1392
6149aea9
PA
13932010-04-19 Pedro Alves <pedro@codesourcery.com>
1394
1395 PR breakpoints/8554.
1396
1397 * gdb.texinfo (Save Breakpoints): New node.
1398 (save-tracepoints): Rename to ...
1399 (save tracepoints): ... this. Mention that `save-tracepoints' is
1400 a deprecated alias to `save tracepoints'.
1401
711e434b
PM
14022010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1403
645797a8 1404 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1405 (info w32 thread-information-block): Document new command.
1406 (qGetTIBAddress): Document new gdbserver query.
1407 (maint set/show show-all-tib): Document new command.
1408
3f7b2faa
DE
14092010-04-15 Doug Evans <dje@google.com>
1410
fa33c3cd
DE
1411 * gdb.texinfo (Python API): Add progspaces section.
1412 (Selecting Pretty-Printers): Progspace pretty-printers are
1413 searched too.
1414 (Progspaces In Python): New section.
1415
3f7b2faa
DE
1416 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1417
79f283fe
PM
14182010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1419
1420 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1421 returns None.
1422
87290684
SS
14232010-04-09 Stan Shebs <stan@codesourcery.com>
1424
1425 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1426 Describe the `frames-created' field, tweak grammar.
1427
a97153c7
PA
14282010-04-09 Pedro Alves <pedro@codesourcery.com>
1429
1430 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1431 Describe the `circular' and `disconnected' fields.
1432
5c5dcc1b
L
14332010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1434
1435 * gdb.texinfo (maint print registers): Mention unavailable and
1436 invisible registers.
1437
adc36818
PM
14382010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1439 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1440 Tom Tromey <tromey@redhat.com>
adc36818
PM
1441
1442 * gdb.texinfo (Breakpoints In Python): New Node.
1443
33da3f1c
SS
14442010-04-08 Stan Shebs <stan@codesourcery.com>
1445
1446 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1447 trace status fields.
1448
3a13a53b
L
14492010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1450
1451 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1452 optional. Make org.gnu.gdb.i386.avx requires
1453 org.gnu.gdb.i386.avx.
1454
08001717
DE
14552010-04-08 Doug Evans <dje@google.com>
1456
1457 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1458 search path, and document that gdb only scans the search path if
1459 the script's path doesn't specify a directory.
1460
c375651d
DE
14612010-04-05 Doug Evans <dje@google.com>
1462
1463 * gdb.texinfo (maint show python auto-load): Fix typo.
1464
af54718e
SS
14652010-04-04 Stan Shebs <stan@codesourcery.com>
1466
d77f58be
SS
1467 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1468 (Setting Watchpoints): Update description of "info watch".
1469 (Disabling Breakpoints): Only "info break" lists all.
1470
af54718e
SS
1471 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1472 (tdump): Explain how tdump works.
1473
86b17b60
PA
14742010-04-01 Pedro Alves <pedro@codesourcery.com>
1475
1476 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1477 add cross reference.
1478
ff12863f
PA
14792010-03-31 Pedro Alves <pedro@codesourcery.com>
1480
1481 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1482 commands error out.
1483
f68eb612
L
14842010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1485
1486 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1487
c8d5aac9
L
14882010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1489
1490 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1491
7d13fe92
SS
14922010-03-29 Stan Shebs <stan@codesourcery.com>
1493 Nathan Sidwell <nathan@codesourcery.com>
1494
1495 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1496 GDBN equivalent.
1497 (Set Tracepoints): Remove mention that conditional tracepoints
1498 don't exist.
1499 (Tracepoint Actions): Clarify when while-stepping collection
1500 happens, note that while-stepping does not automatically collect
1501 $pc.
1502
409873ef 15032010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1504
409873ef
SS
1505 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1506 (General Query Packets): Describe TracepointSource.
1507
ee8e71d4
EZ
15082010-03-27 Matt Rice <ratmice@gmail.com>
1509
c8d5aac9
L
1510 * gdb.texinfo (ARM): Document arguments to "target sim".
1511 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1512
99b5e152
PA
15132010-03-26 Pedro Alves <pedro@codesourcery.com>
1514
1515 * gdb.texinfo (Tracepoint Packets): Remove mention that
1516 terror:string may be plain text, and drop mention of X prefix.
1517
cd64ee31
VP
15182010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1519
1520 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1521
6c28cbf2
SS
15222010-03-24 Stan Shebs <stan@codesourcery.com>
1523
1524 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1525
95a42b64
TT
15262010-03-24 Tom Tromey <tromey@redhat.com>
1527
1528 PR breakpoints/9352:
1529 * gdb.texinfo (Break Commands): Update.
1530
18148017
VP
15312010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1532
1533 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1534 commands.
1535
4daf5ac0
SS
15362010-03-16 Stan Shebs <stan@codesourcery.com>
1537
1538 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1539 circular-trace-buffer.
1540 (Tracepoint Packets): Describe QTBuffer, and details of the
1541 qTStatus reply.
1542
c9429232
SS
15432010-03-12 Stan Shebs <stan@codesourcery.com>
1544 Nathan Sidwell <nathan@codesourcery.com>
1545
1546 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1547 doing instruction stepping.
1548 (Tracepoint Restrictions): New node.
1549
ccefe4c4
TT
15502010-03-10 Tom Tromey <tromey@redhat.com>
1551
1552 * gdbint.texinfo (Symbol Handling): Update.
1553
7c953934
TT
15542010-03-08 Tom Tromey <tromey@redhat.com>
1555
1556 PR cli/9591:
1557 * gdb.texinfo (Mode Options): Mention lack of pagination and
1558 confirmation with --batch.
1559 (Screen Size): Mention --batch.
1560 (Messages/Warnings): Likewise.
1561
f870a310
TT
15622010-03-05 Tom Tromey <tromey@redhat.com>
1563
1564 * gdb.texinfo (Basic Python): Document target_charset and
1565 target_wide_charset.
1566
78e2826b
TT
15672010-03-05 Tom Tromey <tromey@redhat.com>
1568
1569 * gdb.texinfo (Data): Link to pretty-printing.
1570 (Output Formats): Likewise. Correct text.
1571
f5dff777
DJ
15722010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1573
1574 * gdb.texinfo (Types): Describe <struct> and <flags>.
1575
dc00d89f
PM
15762010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1577
1578 * gdb.texinfo (Frames In Python): Add block parameter and
1579 description to read_var text.
1580
5107b149 15812010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1582 Tom Tromey <tromey@redhat.com>
5107b149
PM
1583
1584 * gdb.texinfo (Types In Python): Describe block argument in
1585 template_argument and gdb.lookup_type.
1586
e03e5e7b
TT
15872010-02-24 Tom Tromey <tromey@redhat.com>
1588
1589 * gdb.texinfo (Cygwin Native): Fix typo.
1590
f3e9a817
PM
15912010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1592
1593 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1594 and select method descriptions.
1595 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1596 Tables in Python to menu.
1597 (Blocks In Python): New node.
1598 (Symbols In Python): New node.
1599 (Symbol Tables in Python): New node.
1600
a79b8f6e
VP
16012010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1602
1603 Multiexec MI
1604
1605 gdb/
1606 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1607
1608 gdb/doc/
1609 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1610 changes.
1611 (GDB/MI Program Execution): Document current behaviour of
1612 --all and --thread-group.
1613 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1614 -remove-inferior.
1615 * observer.texi (inferior_added, inferior_removed): New
1616 observers.
1617
629d6a47
TT
16182010-02-19 Tom Tromey <tromey@redhat.com>
1619
1620 * gdbint.texinfo (Getting Started): Fix @node.
1621 (Debugging GDB): Likewise.
1622
c09529e5
JB
16232010-02-13 Joel Brobecker <brobecker@adacore.com>
1624
1625 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1626 documenting the gdb_test_timeout variable.
1627
540aa8e7
MS
16282010-02-12 Jakob Engblom <jakob@virtutech.com>
1629
1630 * gdb.texinfo (MI commands): Added documentation of --reverse
1631 option to a set of MI commands. Restructured documentation of MI
1632 commands --exec-continue to reflect the complexity of reverse
1633 execution.
1634
081dfbf7
PA
16352010-02-12 Pedro Alves <pedro@codesourcery.com>
1636
1637 * gdb.texinfo (Using the Collected Data): Specify that the address
1638 range of `tfind outsize' is exclusive, and that the address range
1639 of `tfind range' is inclusive.
1640 (Tracepoint Packets): Specify that the address range of
1641 `QTFrame:range' is inclusive, and that the address range of
1642 `QTFrame:outside' is exclusive
1643
8e9c5e02
VP
16442010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1645
1646 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1647
92981e24
TT
16482010-02-10 Tom Tromey <tromey@redhat.com>
1649
1650 * gdb.texinfo (Debugging Output): Document set debug parser and
1651 show debug parser.
1652
075b51b7
L
16532010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1654
1655 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1656 i386_eflags and i386_mxcsr.
1657
3bb8d5c3
L
16582010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1659
1660 * gdb.texinfo: Document i386 target features.
1661
c5f80513
DE
16622010-02-05 Doug Evans <dje@google.com>
1663
1664 * gdbint.texinfo (Testsuite): Add a new section to document the
1665 various DejaGnu variables that may be overridden.
1be00882 1666 Document INTERNAL_GDBFLAGS.
c5f80513 1667
6ac33a4e
TT
16682010-02-04 Tom Tromey <tromey@redhat.com>
1669
1670 PR cli/8830:
1671 * gdb.texinfo (Files): -readnow comes before the filename for file
1672 and symbol-file.
1673
a1dcb23a
DJ
16742010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1675
1676 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1677 Document ARM breakpoint types.
1678 (Register Packet Format): Move into the new section.
1679 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1680
95433b34
JB
16812010-01-21 Joel Brobecker <brobecker@adacore.com>
1682
1683 * gdb.texinfo (File Options): Adjust the documentation of this
1684 switch to refer to the "source" command rather than partially
1685 duplicating some of the relevant information.
1686 (Extending GDB): Introduce and document the set/show script-extension
1687 setting.
1688 (Command Files): Add note explaining that the "source" command
1689 is also used to evalute scripts written in other languages.
1690 Remove the short slightly incorrect reference to sourcing Python
1691 scripts.
1692 (Python Commands): Document how to execute a Python script from GDB.
1693
8d576872
JB
16942010-01-19 Joel Brobecker <brobecker@adacore.com>
1695
1696 * gdb.texinfo (Command Files): Fix typo.
1697
8150ff9c
JB
16982010-01-18 Tom Tromey <tromey@redhat.com>
1699
1700 * gdb.texinfo (File Options): Document -x on .py files.
1701 (Command Files): Document handling of Python scripts.
1702
23db03a6
JZ
17032010-01-18 Jie Zhang <jie.zhang@analog.com>
1704
1705 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1706
00bf0b85
SS
17072010-01-15 Stan Shebs <stan@codesourcery.com>
1708
1709 * gdb.texinfo (Trace Files): New section.
1710 (Tracepoint Packets): Document QTSave and qTBuffer.
1711 (Trace File Format): New appendix.
1712
be759fcf
PM
17132010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1714
1715 * gdb.texinfo (Values From Inferior): Document lazy_string value
1716 method.
1717 (Python API): Add Lazy strings menu item.
1718 (Lazy Strings In Python): New node.
1719
dc146f7c
VP
17202010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1721
1722 * gdb.texinfo (GDB/MI Thread Information): New.
1723 (GDB/MI Async Records): Document the core field in *stopped.
1724 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1725 documentation
1726 (Process list): Document that osdata document may contain
1727 threads.
1728 (Remote Serial Protocol): Document qXfer:threads.
1729
d5551862
SS
17302010-01-06 Stan Shebs <stan@codesourcery.com>
1731
1732 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1733 disconnected tracing.
1734 (Tracepoint Packets): Document new protocol.
1735
7a697b8d
SS
17362010-01-05 Stan Shebs <stan@codesourcery.com>
1737
1738 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1739 tracepoints.
1740 (Tracepoint Packets): Describe remote protocol for fast
1741 tracepoints.
1742
e6f3ec50
JB
17432010-01-01 Joel Brobecker <brobecker@adacore.com>
1744
1745 Update the "Start of New Year Procedure".
1746 * gdbint.texinfo: Add the list of files that need to be updated
1747 manually. Minor reformatting.
1748
ddc4e9c1
JB
17492010-01-01 Joel Brobecker <brobecker@adacore.com>
1750
1751 * refcard.tex: Update copyright year in header and text.
1752
9d2897ad
JB
17532010-01-01 Joel Brobecker <brobecker@adacore.com>
1754
1755 * agentexpr.texi: Add 2010 to the list of copyright years.
1756 * annotate.texinfo: Likewise.
1757 * gdb.texinfo: Likewise.
1758 * gdbint.texinfo: Likewise.
1759 * observer.texi: Likewise.
1760 * stabs.texinfo: Likewise.
1761
6da95a67
SS
17622009-12-31 Stan Shebs <stan@codesourcery.com>
1763
1764 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1765
236f1d4d
SS
17662009-12-29 Stan Shebs <stan@codesourcery.com>
1767
1768 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1769
f61e138d
SS
17702009-12-28 Stan Shebs <stan@codesourcery.com>
1771
1772 * gdb.texinfo (Trace State Variables): New section.
1773 (Tracepoint Packets): Describe trace state variable packets.
1774 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1775 variable bytecodes.
1776
0fe7935b
DJ
17772009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1778
1779 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1780 declarations.
1781
a6b29f87
VP
17822009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1783
1784 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1785 -gdb-exit behaviour.
1786
5e4bde96
JB
17872009-12-20 Joel Brobecker <brobecker@adacore.com>
1788
1789 * gpl.texi: Update to version 3 of the GPL.
1790
a1715244
JB
17912009-12-20 Joel Brobecker <brobecker@adacore.com>
1792
1793 * Makefile.in: Update copyright header.
1794 * observer.texi: Fix the copyright header of the generated files.
1795
361ae042
PM
17962009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1797
1798 * gdb.texinfo (Types In Python): Describe range function.
1799
bfd31e71
PM
18002009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1801
1802 * gdb.texinfo (Types In Python): Describe "is_base_class".
1803
57a1d736
TT
18042009-12-03 Tom Tromey <tromey@redhat.com>
1805
1806 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1807
8cebebb9
PP
18082009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1809
1810 * observer.texi: New memory_changed observer.
1811
16af530a
TT
18122009-12-01 Tom Tromey <tromey@redhat.com>
1813
1814 * gdb.texinfo (Reverse Execution): Fix typo.
1815
b6199126
DJ
18162009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1817
1818 PR gdb/8704
1819
1820 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1821 are allowed after the breakpoint condition.
1822
7a6973ad
TT
18232009-11-23 Tom Tromey <tromey@redhat.com>
1824
1825 PR python/10782:
1826 * gdb.texinfo (Types In Python): Document Type.pointer.
1827
21a0512e
PP
18282009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1829
1830 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1831
a5832c8f
PA
18322009-11-11 Pedro Alves <pedro@codesourcery.com>
1833
1834 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1835 (Using Agent Expressions): Delete cross reference.
1836
1eb7cd77
JB
18372009-11-07 Joel Brobecker <brobecker@adacore.com>
1838
1839 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1840 and @settitle directives up to help makeinfo find them.
1841
24ddea62
JK
18422009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1843
1844 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1845 (Auto-loading): Use plural and note one can use multiple components now.
1846
3afae151
VP
18472009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1848
1849 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1850 -stack-list-arguments have the same documentation for parameter
1851 as -stack-list-locals. Add comas.
1852
14ff2235
PM
18532009-10-27 Tom Tromey <tromey@redhat.com>
1854 Eli Zaretskii <eliz@gnu.org>
1855
c8d5aac9 1856 PR python/10781
14ff2235
PM
1857
1858 * gdb.texinfo (Values From Inferior): Document cast method.
1859
9c419145
PP
18602009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1861
1862 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1863 and adjust example.
889bf7c5 1864
29153c24
MS
18652009-10-22 Michael Snyder <msnyder@vmware.com>
1866
1867 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1868 info record command. Also document the new save and restore
29153c24
MS
1869 commands.
1870
2b28d209
PP
18712009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1872
1873 * gdb.texinfo (Machine Code): Mention current pc marker.
1874 (Memory): Likewise.
1875
6c95b8df
PA
18762009-10-19 Pedro Alves <pedro@codesourcery.com>
1877 Stan Shebs <stan@codesourcery.com>
1878
1879 * observer.texi (new_inferior): Rename to...
1880 (inferior_appeared): ... this.
1881
1882 * gdb.texinfo (Inferiors): Rename node to ...
1883 (Inferiors and Programs): ... this. Mention running multiple
1884 programs in the same debug session.
1885 <info inferiors>: Mention the new 'Executable' column if "info
1886 inferiors". Update examples. Document the "add-inferior",
1887 "clone-inferior", "remove-inferior" and "maint info
1888 program-spaces" commands.
1889 (Process): Rename node to...
1890 (Forks): ... this. Document "set|show follow-exec-mode".
1891
2f8132f3
MS
18922009-10-11 Michael Snyder <msnyder@vmware.com>
1893
1894 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1895 (ReverseContinue): Ditto.
1896
cba4b2d3
PP
18972009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1898
1899 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1900
da082f17
JK
19012009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1902
1903 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1904
08be9d71
ME
19052009-10-06 Michael Eager <eager@eagercon.com>
1906
1907 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1908 (Embedded Processors): Add MicroBlaze.
1909 (MicroBlaze): New. Describe Xilinx MicroBlaze
1910
08a0efd0
PA
19112009-10-04 Pedro Alves <pedro@codesourcery.com>
1912
1913 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1914
cbb8f428
EZ
19152009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1916
1917 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1918
30a4a70c
JB
19192009-09-23 Joel Brobecker <brobecker@adacore.com>
1920
1921 * observer.texi (solib_unloaded): Document explicitly the fact that
1922 this observer is called before the associated symbols are unloaded.
1923
b3372f91
VP
19242009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1925
1926 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1927 -stack-list-variables.
1928
f43030c4
TT
19292009-09-18 Tom Tromey <tromey@redhat.com>
1930
1931 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1932 is experimental.
1933
ec7e75e7
PP
19342009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1935
1936 * gdb.texinfo (convenince variables): Mention
1937 $_siginfo could be empty.
f43030c4 1938
0cc7d26f
TT
19392009-09-15 Tom Tromey <tromey@redhat.com>
1940
1941 * gdb.texinfo (GDB/MI Variable Objects): Document
1942 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1943 Expand -var-update documentation.
1944
a96d9b2e
SDJ
19452009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1946
1947 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1948 feature.
1949
005ca36a
JB
19502009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1951
1952 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1953
0d772ac9
MS
19542009-09-10 Michael Snyder <msnyder@vmware.com>
1955
1956 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1957 ReverseStep replies to the qSupported query.
1958
14fb1bac
JB
19592009-09-10 Joel Brobecker <brobecker@adacore.com>
1960
1961 Add documentation for set/show interactive-mode.
1962 * gdb.texinfo (Other Misc Settings): New node.
1963
29b090c0
DE
19642009-09-01 Doug Evans <dje@google.com>
1965
1966 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1967 non-stop mode's affect on remote caching.
1968
4e5d721f
DE
19692009-08-31 Jacob Potter <jdpotter@google.com>
1970 Doug Evans <dje@google.com>
1971
1972 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1973 Mark `set/show remotecache' options as obsolete.
1974 Document new `set/show stack-cache' option.
1975 Update text for `info dcache'.
1976
55333a84
DE
19772009-08-27 Doug Evans <dje@google.com>
1978
1979 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1980 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1981
bc3a0b4d
RW
19822009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1983
1984 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1985 about autoconf.
1986
3a1ff0b6
PA
19872009-08-25 Pedro Alves <pedro@codesourcery.com>
1988
1989 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1990 small example, and describe its columns. Replace "inferior-id" by
1991 "infno" throughout.
1992
81ecdfbb
RW
19932009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1994
af542c2e
RW
1995 * gdbint.texinfo (Releasing GDB): Point to
1996 README-maintainer-mode file for required autoconf version.
1997 * configure.ac: Do not substitute datarootdir, htmldir,
1998 pdfdir, docdir. Do not process --with-datarootdir,
1999 --with-htmldir, --with-pdfdir, --with-docdir.
2000 * configure: Regenerate.
2001
81ecdfbb
RW
2002 * configure: Regenerate.
2003
4efc6507
DE
20042009-08-20 Reid Kleckner <reid@kleckner.net>
2005
2006 * gdb.texinfo: Add chapter on JIT interface.
2007
43089a6e
NR
20082009-08-07 Nick Roberts <nickrob@snap.net.nz>
2009
2010 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 2011 confirmation request.
43089a6e 2012
99e008fe
EZ
20132009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
2014
c8d5aac9
L
2015 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
2016 CRC definitions.
99e008fe 2017
48cb2d85
VP
20182009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2019
2020 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 2021 -break-commands.
48cb2d85 2022
ff1a52c6
UW
20232009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2024
2025 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2026 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
2027
3285f3fe
UW
20282009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2029
2030 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2031 "set spu stop-on-load" and "show spu stop-on-load" commands.
2032
e35359c5
UW
20332009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2034
2035 * gdb.texinfo (Target Descriptions): Document <compatible> element.
2036
58d6951d
DJ
20372009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2038
2039 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
2040 org.gnu.gdb.arm.neon.
2041
08d16641
PA
20422009-07-20 Pedro Alves <pedro@codesourcery.com>
2043
2044 * gdb.texinfo (Target Description Format): Mention the new <osabi>
2045 optional element.
2046 (subsection OS ABI): New subsection.
2047
782b2b07
SS
20482009-07-14 Stan Shebs <stan@codesourcery.com>
2049
2050 * gdb.texinfo (Tracepoint Conditions): New section.
2051 (General Query Packets): Describe ConditionalTracepoints.
2052 (Tracepoint Packets): Describe condition field.
2053 (Maintenance Commands): Describe maint agent-eval.
2054 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
2055
9b117ef3
HZ
20562009-07-11 Hui Zhu <teawater@gmail.com>
2057
2058 * gdb.texinfo (disassemble): Add a new modifier /r
2059 to "disassemble" command to make it print the raw instructions
2060 in hex as well as in symbolic form.
2061
f5a33284
TT
20622009-07-09 Tom Tromey <tromey@redhat.com>
2063
2064 * gdbint.texinfo (Testsuite): Document parallel make check.
2065
812f7342
TT
20662009-07-09 Tom Tromey <tromey@redhat.com>
2067
2068 * gdbint.texinfo (Testsuite): Document test transcripts.
2069
fbb8f299
PM
20702009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2071
2072 * gdb.texinfo (Values From Inferior): Add length parameter
2073 description.
2074
dd8f35ac
EZ
20752009-07-04 Chris Genly <chris@genly.us>
2076
2077 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
2078 in -var-list-children. Fix example according to what the code
2079 does.
2080
2277426b
PA
20812009-07-02 Pedro Alves <pedro@codesourcery.com>
2082
2083 * gdb.texinfo (Debugging multiple inferiors): Document the
2084 "inferior", "detach inferior" and "kill inferior" commands.
2085 (Debugging Programs with Multiple Processes): Adjust to mention
2086 generic "inferior" commands. Delete mention of "detach fork" and
2087 "delete fork". Cross reference to "Debugging multiple inferiors"
2088 section.
2089
a6d9a66e
UW
20902009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2091
5af949e3
UW
2092 * gdbint.texinfo (Item Output Functions): Update signature
2093 for ui_out_field_core_addr.
2094
20952009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2096
2097 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
2098 Update example code extrated from breakpoint.c.
2099
9901a55b 21002009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 2101
9901a55b
PP
2102 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
2103 MI commands.
2104 (GDB/MI Symbol Query): Likewise.
2105 (GDB/MI File Commands): Likewise.
2106 (GDB/MI File Transfer Commands): Likewise.
2107 (GDB/MI Target Manipulation): Likewise.
2108 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 2109
edb3359d
DJ
21102009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
2111
2112 * gdb.texinfo (Debugging Optimized Code): New chapter.
2113 (Compiling for Debugging): Reference it. Move some
2114 text to the new section.
2115
7cd1089b
PM
21162009-06-15 Phil Muldoon <pmuldoon@redhat.com>
2117
2118 * doc/gdb.texinfo (Calling): Document
2119 set-unwind-on-terminating-exception usage.
2120
d4db2f36
PA
21212009-06-11 Pedro Alves <pedro@codesourcery.com>
2122
2123 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
2124 command.
2125
d1a7880c
PA
21262009-06-07 Pedro Alves <pedro@codesourcery.com>
2127
2128 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
2129 references.
2130
473f94e6
UW
21312009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
2132
2133 * gdbint.texinfo: Rename formal parameters to gdbarch function
2134 protoypes from "current_gdbarch" to "gdbarch".
2135
8f500870
TT
21362009-05-28 Tom Tromey <tromey@redhat.com>
2137
2138 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
2139
b6313243
TT
21402009-05-27 Tom Tromey <tromey@redhat.com>
2141
2142 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2143 feature.
2144 (GDB/MI Variable Objects): Document -var-set-visualizer.
2145
21462009-04-02 Tom Tromey <tromey@redhat.com>
2147
2148 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2149 feature.
2150 (GDB/MI Variable Objects): Document -var-set-visualizer.
2151
a6bac58e
TT
21522009-05-27 Tom Tromey <tromey@redhat.com>
2153 Thiago Jung Bauermann <bauerman@br.ibm.com>
2154 Phil Muldoon <pmuldoon@redhat.com>
2155
2156 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
2157 (Pretty Printing): New node.
2158 (Selecting Pretty-Printers): Likewise.
2159 (Python API): Update.
2160 (Output Formats): Document /r format.
2161
2c74e833
TT
21622009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
2163 Tom Tromey <tromey@redhat.com>
2164
2165 * gdb.texinfo (Types In Python): New node.
2166 (Values From Inferior): "type" is now an attribute.
2167 (Python API): Update.
2168
89c73ade
TT
21692009-05-27 Tom Tromey <tromey@redhat.com>
2170 Thiago Jung Bauermann <bauerman@br.ibm.com>
2171 Phil Muldoon <pmuldoon@redhat.com>
2172
2173 * gdb.texinfo: Add @syncodeindex for `tp'.
2174 (Python API): Update.
2175 (Auto-loading): New node.
2176 (Objfiles In Python): New node.
2177
17a37d48
PP
21782009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2179
2180 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 2181
6718376f
NR
21822009-05-15 Nick Roberts <nickrob@snap.net.nz>
2183
2184 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
2185
cbe54154
PA
21862009-05-12 Pedro Alves <pedro@codesourcery.com>
2187
2188 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
2189 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
2190 show show-debug-regs' docs.
2191
8e05493c
EZ
21922009-05-08 Eli Zaretskii <eliz@gnu.org>
2193
2194 * gdb.texinfo (Process Record and Replay): Add description of
2195 reverse execution.
2196
b39f4988
JB
21972009-05-07 Joel Brobecker <brobecker@adacore.com>
2198
2199 * gdbint.texinfo (Adding support for debugging core files): New node.
2200 (Native Debugging): Remove the ``Native core file Support'' section.
2201
a2311334
EZ
22022009-05-01 Eli Zaretskii <eliz@gnu.org>
2203
2204 * gdb.texinfo (Process Record and Replay): Improve and clarify.
2205 Add index entries.
2206
53cc454a 22072009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 2208 Michael Snyder <msnyder@vmware.com>
53cc454a 2209
a2311334
EZ
2210 * gdb.texinfo: (Process Record and Replay): Add documentation for
2211 process record and replay.
53cc454a 2212
484086b7
JK
22132009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2214
2215 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
2216 a new part on command-line defined macros.
2217
32ae1842
EZ
22182009-04-25 Eli Zaretskii <eliz@gnu.org>
2219
2220 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
2221 clarify the wording.
2222
b14b1491
TT
22232009-04-23 Tom Tromey <tromey@redhat.com>
2224
2225 * gdb.texinfo (Data Files): New node.
2226 (GDB Files): Update menu.
2227
5c1e86e1
JB
22282009-04-23 Joel Brobecker <brobecker@adacore.com>
2229
2230 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 2231 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 2232
83eba9b7
VP
22332009-04-22 Vladimir Prus <vladimir@codesourcery.com>
2234
2235 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2236
e31198c4
HZ
22372009-04-22 Hui Zhu <teawater@gmail.com>
2238
2239 * gdb.texinfo (disassemble-next-line): Set the default of
2240 disassemble-next-line to off.
2241
26e251b6
JM
22422009-04-21 Joseph Myers <joseph@codesourcery.com>
2243
2244 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2245 --with-htmldir): New.
2246 * configure: Regenerate.
2247 * Makefile.in (datarootdir, docdir): Define.
2248 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2249 instead of $(SET_TEXINPUTS).
2250 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2251 gdbint.info instead of $(SET_TEXINPUTS).
2252 (gdbint/index.html): Use same -I options as for building
2253 gdbint.info.
2254 (stabs.dvi, stabs.pdf): Use same -I options as for building
2255 stabs.info instead of $(SET_TEXINPUTS).
2256 (stabs/index.html): Use same -I options as for building
2257 stabs.info.
2258 (annotate.dvi, annotate.pdf): Use same -I options as for building
2259 annotate.info instead of $(SET_TEXINPUTS).
2260 (annotate/index.html): Use same -I options as for building
2261 annotate.info.
2262
eac35c4e
DD
22632009-04-21 David Daney <ddaney@caviumnetworks.com>
2264
2265 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2266
29b0e8a2
JM
22672009-04-21 Joseph Myers <joseph@codesourcery.com>
2268
2269 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2270
2b831889 22712009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 2272 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
2273
2274 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2275 (MAKEHTMLFLAGS): Set to empty.
2276 (html__strip_dir): Define.
2277 (HTMLFILES): Define.
2278 (HTMLFILES_INSTALL): Define.
2279 (install-html): Copy new automake rule.
2280 (html): Depend on $(HTMLFILES).
2281 (gdb_toc.html): Rename to gdb/index.html.
2282 (gdbint_toc.html): Rename to gdbint/index.html.
2283 (stabs_toc.html): Rename to stabs/index.html.
2284 (annotate_toc.html): Rename to annotate/index.html.
2285
89a34d1b
JM
22862009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2287
2288 * Makefile.in: Set pdfdir and htmldir from configure
2289 substitutions.
2290 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2291 * configure: Regenerate.
2292
a2d5da46
JB
22932009-04-16 Joel Brobecker <brobecker@adacore.com>
2294
2295 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2296 This macro is no longer used.
2297
732f6a93
TT
22982009-04-15 Tom Tromey <tromey@redhat.com>
2299
2300 * gdb.texinfo (Character Sets): Document default character set.
2301
87f9adc1
PM
23022009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2303
2304 * gdbint.texinfo: Change server name from sources.redhat.com to
2305 sourceware.org throughout.
2306
2c88c651
JB
23072009-04-09 Joel Brobecker <brobecker@adacore.com>
2308
2309 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2310 about a missing dot or coma after @xref.
2311
4f5376b2
JB
23122009-04-02 Joel Brobecker <brobecker@adacore.com>
2313
2314 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2315 example, and add a small explanation about it.
2316 (Print Settings): Change the documentation of the "set print
2317 frame-arguments" to reflect the fact that the default is now "scalars".
2318
a0381d3a
JB
23192009-04-02 Joel Brobecker <brobecker@adacore.com>
2320
2321 * gdb.texinfo (Print Settings): Add kindex for command "set
2322 print frame-arguments".
2323
45ac276d
JB
23242009-03-31 Joel Brobecker <brobecker@adacore.com>
2325
2326 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2327 breakpoints.
2328 (Set Breaks): Add reference to thread-specific and task-specific
2329 breakpoints.
2330
32cd1edc
JB
23312009-03-31 Joel Brobecker <brobecker@adacore.com>
2332
2333 * gdb.texinfo (Ada Tasks): Remove the documentation about
2334 the "Running" state, as this state has been eliminated.
2335 Now all runnable tasks are shown as "Runnable".
2336
1042e4c0
SS
23372009-03-30 Stan Shebs <stan@codesourcery.com>
2338
2339 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2340 special case of breakpoints.
2341 (Enable and Disable Tracepoints): Mention deprecation.
2342 (Listing Tracepoints): Update description and example.
2343
f8f6f20b
TJB
23442009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2345
2346 * gdb.texinfo (Frames in Python): New node.
2347 (Python API): Update.
2348
c0c6f777
TJB
23492009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2350
2351 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2352 from a method to an attribute.
2353
def2b000
TJB
23542009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2355
2356 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2357 attribute.
2358
a07daef3
PA
23592009-03-25 Pedro Alves <pedro@codesourcery.com>
2360
2361 * observer.texi (thread_exit): Add "silent" parameter.
2362
f3b1572e
PA
23632009-03-22 Pedro Alves <pedro@codesourcery.com>
2364
2365 * observer.texi (about_to_proceed): New.
2366
587afa38
EZ
23672009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2368
2369 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2370 field throughout to handle types with spaces in them. Fix typos
2371 found by aspell.
2372 (Summary, Requirements, Contributors): New first chapter,
2373 "Summary" added, old Requirements section moved there, and new
2374 section, "Contributors" added.
2375 (Initializing a New Architecture, Register Representation)
2376 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2377 (Porting gdb): These sections extended and updated.
2378 (Compiler Characteristics): This section (empty) deleted.
2379 (Defining Other Architecture Features): This section renamed and
2380 duplicate material removed from (formerly "Target Conditionals").
2381 Use braces {} in @deftypeXX type field throughout to handle types
2382 with spaces in them. Typos found by aspell fixed.
2383
2384 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2385 * stack_frame.pdf: Version of image for PDF output.
2386 * stack_frame.png: Version of image for HTML output and for Emacs.
2387 * stack_frame.txt: Version of image for Info output.
1db61298 2388 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2389
10af6951
EZ
23902009-03-21 Eli Zaretskii <eliz@gnu.org>
2391
2392 * gdb.texinfo (Character Sets): Fix last change.
2393
cc924cad
TJB
23942009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2395
2396 * gdb.texinfo (Values From Inferior): Fix optional arguments
2397 markup.
2398 (Commands In Python): Adjust argument names of gdb.Command.__init__
2399 to what the function accepts as keywords.
2400
bc3b79fd
TJB
24012008-03-20 Tom Tromey <tromey@redhat.com>
2402
2403 * gdb.texinfo (Convenience Vars): Document convenience functions.
2404 (Functions In Python): New node.
2405 (Python API): Update.
2406
6c7a06a3
TT
24072009-03-20 Tom Tromey <tromey@redhat.com>
2408
2409 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2410 set target-wide-charset.
2411 (Requirements): Mention iconv.
2412
b646ddd4
HZ
24132009-03-17 Hui Zhu <teawater@gmail.com>
2414
2415 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2416
91440f57
HZ
24172009-03-17 Hui Zhu <teawater@gmail.com>
2418
2419 * gdb.texinfo: Add documentation for disassemble-next-line.
2420
8fd41227
TJB
24212009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2422
2423 * gdb.texinfo (Commands In Python): Remove tindex entries.
2424
61ff14c6
JK
24252009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2426
2427 * gdb.texinfo (Returning): New description for missing debug info.
2428
0b16c5cf
PA
24292009-03-14 Pedro Alves <pedro@codesourcery.com>
2430
2431 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2432 (General Query Packets): Document qAttached.
0b16c5cf 2433
32fc0df9
PA
24342009-03-05 Pedro Alves <pedro@codesourcery.com>
2435
2436 * gdb.texinfo (Background Execution): Better describe the set
2437 target-async command.
2438 (Maintenance Commands): Delete description of the `maint set/show
2439 linux-async' and `maint set/show remote-async' commands.
2440
134eb42c
VP
24412009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2442
2443 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2444 between sentences.
2445
c86cf029
VP
24462009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2447
2448 * gdb.texinfo (GDB/MI Async Records): Document the
2449 =library-loaded and =library-unloaded notifications.
2450
3ea85240
VP
24512009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2452
2453 * observer.texi (test_notification): New observer.
2454
1d33d6ba
VP
24552009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2456
61ff14c6
JK
2457 * observer.texi: Add parameter 'print_frame' to normal_stop
2458 observer.
1d33d6ba 2459
d721c933
EZ
24602009-02-07 Eli Zaretskii <eliz@gnu.org>
2461
2462 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2463 (Commands In Python): Fix COMMAND_* constants in last change. Use
2464 @kbd for interactive input. Add cross-references and index
2465 entries.
2466
4aa995e1
PA
24672009-02-06 Pedro Alves <pedro@codesourcery.com>
2468
2469 * gdb.texinfo (Signals): Document $_siginfo.
2470 (Convenience Variables): Mention $_siginfo.
2471 (Remote Configuration): Document qXfer:siginfo:read,
2472 qXfer:siginfo:write packets, and the read-siginfo-object,
2473 write-siginfo-object commands.
2474
5f5233d4
PA
24752009-02-06 Pedro Alves <pedro@codesourcery.com>
2476
2477 * gdbint.texinfo (Values): New chapter.
2478
d8906c6f
TJB
24792009-02-06 Tom Tromey <tromey@redhat.com>
2480
2481 * gdb.texinfo (Python API): Add entry for Commands In Python.
2482 (Commands In Python): New node.
2483
b6cb8e7d
TJB
24842009-02-05 Tom Tromey <tromey@redhat.com>
2485
2486 * gdb.texinfo (Values From Inferior): Document Value.string.
2487
12453b93
TJB
24882009-02-05 Tom Tromey <tromey@redhat.com>
2489
2490 * gdb.texinfo (Basic Python): Document execute's from_tty
2491 argument.
2492
08c637de
TJB
24932009-02-04 Tom Tromey <tromey@redhat.com>
2494
2495 * gdb.texinfo (Basic Python): Document gdb.history.
2496
592375cd
VP
24972009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2498
2499 * gdb.texinfo (GDB/MI Thread Commands): Document the
2500 'current-thread-id' field. Remove the example with zero threads,
2501 since current GDB won't ever report that if there's inferior.
2502
41447f92
VP
25032009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2504
2505 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2506 option to -break-insert.
2507
098b41a6
JG
25082009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2509 Jerome Guitton <guitton@adacore.com>
2510
2511 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2512 (System-wide configuration): New section.
2513
3c16cced
PA
25142009-01-26 Pedro Alves <pedro@codesourcery.com>
2515
2516 PR gdb/7580:
2517 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2518 internal-error|internal-warning quit|corefile ask|yes|no".
2519
62709adf
PA
25202009-01-26 Pedro Alves <pedro@codesourcery.com>
2521
2522 * gdb.texinfo (Using the `gdbserver' Program): Document
2523 --remote-debug.
2524
7ce58dd2
DE
25252009-01-23 Doug Evans <dje@google.com>
2526
2527 * gdb.texinfo: Add nexti to list of commands that support
2528 background execution.
2529
adb483fe
DJ
25302009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2531
2532 * gdb.texinfo (Define, Hooks): Document prefix command support.
2533
a67ec3f4 25342009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2535 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2536
2537 Fixes for makeinfo --html.
2538
2539 * annotate.texinfo: Use @copying and @insertcopying. Use
2540 @ifnottex in place of @ifinfo.
2541 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2542 place of @ifinfo. Use @ifnotinfo for one index entry.
2543 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2544 in place of @ifinfo.
2545 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2546 in place of @ifinfo. Include contents at start unconditionally.
2547
84fcdf95
PA
25482009-01-13 Pedro Alves <pedro@codesourcery.com>
2549
2550 * gdb.texinfo (General Query Packets): Remove @var{} around the
2551 "spu" literal string.
2552
fa3a767f
PA
25532009-01-07 Pedro Alves <pedro@codesourcery.com>
2554
2555 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2556 program may be running in another process" errors.
2557 * gdbint.texinfo (Native Conditionals): Delete
2558 ONE_PROCESS_WRITETEXT description.
2559
9cb011d3
JB
25602009-01-07 Joel Brobecker <brobecker@adacore.com>
2561
2562 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2563 emacs local variable to be placed at the end of the ChangeLog.
2564 Add server.c and gdbreplay.c to the list of files where the
2565 copyright year needs to be updated.
2566
84603566
SL
25672009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2568
2569 * gdb.texinfo (Remote Configuration): Document new
2570 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2571 commands.
2572
a53f55d8
PA
25732008-12-28 Pedro Alves <pedro@codesourcery.com>
2574
2575 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2576 FETCH_INFERIOR_REGISTERS.
2577 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2578 FETCH_INFERIOR_REGISTERS descriptions. Remove
2579 gdbarch_get_longjmp_target descrition, since already described in
2580 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2581 (Target Conditionals): ... here.
2582
077e0a52
JB
25832008-12-16 Joel Brobecker <brobecker@adacore.com>
2584
2585 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2586 examples.
2587 (Additions to Ada): Likewise. Add the missing opening and closing
2588 parenthesis of the GDB prompt in one of the examples.
2589
023eb17c
JB
25902008-12-14 Joel Brobecker <brobecker@adacore.com>
2591
2592 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2593 about the result of 'Address not being of type System.Address.
2594 This problem has been fixed a while ago.
2595
c3b108f7
VP
25962008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2597
2598 MI non-stop and multiprocess docs.
2599
c8d5aac9
L
2600 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2601 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2602 Adjust documentation for *stopped, document =thread-created,
2603 =thread-exited, =thread-group-created and =thread-group-exited.
2604 (GDB/MI Thread Commands): Document the 'state' field in
2605 -thread-info output.
2606 (GDB/MI Program Execution): Mention --all and --thread-group
2607 options.
2608 (GDB/MI Variable Objects): Describe floating and fixed variable
2609 objects.
2610 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2611
07e059b5
VP
26122008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2613
c8d5aac9
L
2614 * gdb.texinfo (Operating System Information): New appendix.
2615 (Operating System Auxiliary Information): Document 'info os processes'
2616 (Remote Configuration): Document 'osdata'
2617 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2618
a80b95ba
TG
26192008-11-27 Tristan Gingold <gingold@adacore.com>
2620
2621 * gdb.texinfo (Darwin): Document Darwin specific features.
2622
a655d424
JK
26232008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2624
2625 * gdbint.texinfo (Target Conditionals): Extend the
2626 gdbarch_breakpoint_from_pc description.
2627
249e1128
VP
26282008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2629
2630 * gdb.texinfo (M68K Features): Fix typo.
2631
c14c28ba
PP
26322008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2633
2634 * gdb.texinfo (Symbols): Mention printing containing
2635 image name in "info symbol".
2636 (Maint translate-address): Likewise.
889bf7c5 2637
394a6666
JB
26382008-11-18 Joel Brobecker <brobecker@adacore.com>
2639
2640 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2641 commands "catch load" and "catch unload".
2642
66bb093b
VP
26432008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2644
2645 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2646 =thread-selected.
889bf7c5 2647
4a92f99b
VP
26482008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2649
c8d5aac9 2650 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2651
f0323ca0
PA
26522008-10-27 Pedro Alves <pedro@codesourcery.com>
2653
2654 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2655 .mt files, TM_CLIBS or TM_CDEPS.
2656 (x86 Watchpoints): Don't mention TDEPFILES.
2657
8b23ecc4
SL
26582008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2659
2660 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2661 (Overview): Mention notifications and non-stop mode behavior.
2662 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2663 with non-stop mode behavior. Add vStopped description.
2664 (Stop Reply Packets): Update list of packets that return
2665 stop replies. Mention non-stop behavior.
2666 (General Query Packets): Document QNonStop packet and associated
2667 qSupported query response.
2668 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2669 behavior.
2670 (Notification Packets): New section.
2671 (Remote Non-Stop): New section.
2672 (File-I/O Overview): Mention non-stop behavior.
2673
fff08868
HZ
26742008-10-24 Hui Zhu <teawater@gmail.com>
2675 Pedro Alves <pedro@codesourcery.com>
2676
2677 * gdb.texinfo (displaced-stepping): Describe the auto mode
2678 setting, and say it's the default. This is now a mainstream
2679 setting instead of a maintenance setting.
2680
252fbfc8
PA
26812008-10-23 Pedro Alves <pedro@codesourcery.com>
2682
2683 * observer.texi (thread_stop_requested): New.
2684
20924a55
JB
26852008-10-22 Joel Brobecker <brobecker@adacore.com>
2686
2687 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2688 (Patching): Replace incorrect usage of @samp by @kbd.
2689
bacec72f
MS
26902008-10-17 Michael Snyder <msnyder@vmware.com>
2691
2692 * gdb.texinfo: Add documentation for reverse execution.
2693
a08702d6 26942008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2695 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2696
2697 * gdb.texinfo. (Values From Inferior): New subsubsection.
2698
d97bc12b
DE
26992008-10-06 Doug Evans <dje@google.com>
2700
2701 * gdb.texinfo (set debug dwarf2-die): Document it.
2702
87f67dba
JB
27032008-10-01 Joel Brobecker <brobecker@adacore.com>
2704
2705 * gdb.texinfo (catch) [exception]: Document how to insert
2706 a breakpoint on user-defined exceptions when the exception
2707 name is identical to one of the language-defined ones.
2708
2fae03e8
TT
27092008-09-27 Tom Tromey <tromey@redhat.com>
2710
2711 * gdb.texinfo (Macros): Remove text about stringification,
2712 varargs, and splicing.
2713
5c6ce71d
TT
27142008-09-27 Tom Tromey <tromey@redhat.com>
2715
2716 * gdbint.texinfo (Language Support): Remove text about omitting
2717 support for a language.
2718
07128da0
DE
27192008-09-23 Doug Evans <dje@google.com>
2720
2721 * gdb.texinfo (info dcache): Update.
2722
b90a069a
SL
27232008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2724
2725 * gdb.texinfo (Packets): Add info on thread-id syntax and
2726 multiprocess extensions.
2727 <D>: Document multiprocess form of packet.
2728 <H>: Use thread-id syntax.
2729 <T>: Likewise.
2730 <vCont>: Likewise. Note this is required for multiprocess.
2731 <vKill>: New packet.
2732 (Stop Reply Packets) <T>: Use thread-id syntax.
2733 <W>: Document multiprocess form of reply.
2734 <X>: Likewise.
2735 (General Query Packets) <qC>: Use thread-id syntax.
2736 <qfThreadInfo>: Likewise.
2737 <qGetTLSAddr>: Likewise.
2738 <qP>: Likewise.
2739 <qSupported>: Add "multiprocess" feature.
2740 <qThreadExtraInfo>: Use thread-id syntax.
2741
b77209e0
PA
27422008-09-22 Stan Shebs <stan@codesourcery.com>
2743
2744 * gdb.texinfo (Inferiors): New section.
2745
3d0bb823
PA
27462008-09-12 Pedro Alves <pedro@codesourcery.com>
2747
2748 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2749
f8dcfc0a
UW
27502008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2751
2752 * gdbint.texinfo (Target Conditionals): Remove documentation
2753 for gdbarch_name_of_malloc.
2754
8775bb90
MS
27552008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2756
2757 * gdb.texinfo (Interrupts): Mention TCP interface for
2758 sending BREAK.
2759
f1838a98
UW
27602008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2761
2762 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2763 argument prefix to "set sysroot".
2764
158c7665
PH
27652008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2766
2767 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2768 and False.
2769
30e026bb
VP
27702008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2771
c8d5aac9
L
2772 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2773 for possible features of -list-features.
30e026bb 2774
c6ebd6cf
VP
27752008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2776
c8d5aac9 2777 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2778 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2779
aeac0ff9
VP
27802008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2781
2782 * doc/gdb.texinfo (PowerPC): Fix typo.
2783 (PowerPC features): Fix typo.
2784
5231c1fd
PA
27852008-08-18 Pedro Alves <pedro@codesourcery.com>
2786
2787 * observer.texi (thread_ptid_changed): New.
2788
677c5bb1
LM
27892008-08-18 Luis Machado <luisgpm@br.ibm.com>
2790
2791 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2792 (PowerPC features): Mention feature set for VSX registers.
2793
f3a2dd1a
JB
27942008-08-13 Joel Brobecker <brobecker@adacore.com>
2795
2796 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2797 the direct visibility of all names in user-written packages.
2798
33e5cbd6
PA
27992008-08-13 Pedro Alves <pedro@codesourcery.com>
2800
2801 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2802 setting, and make it the default.
2803 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2804 non-stop script example.
2805
d0384fc4
TJB
28062008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2807
2808 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2809 reference to the "Using Different Register and Memory Data
2810 Representation" section.
2811
a6f3e723
SL
28122008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2813
2814 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2815 (Remote Protocol): Add Packet Acknowledgment to menu.
2816 (Overview): Mention +/- can be disabled, and point to new section
2817 where this is discussed in detail.
2818 (General Query Packets): Document QStartNoAckMode packet, and
2819 corresponding qSupported reply.
2820 (Packet Acknowledgment): New section.
2821
0606b73b
SL
28222008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2823 Pedro Alves <pedro@codesourcery.com>
2824
2825 * gdb.texinfo (Threads): Move paragraph about automatic thread
2826 selection to All-Stop Mode subsection.
2827 (Thread Stops): Reorganize existing material into subsections.
2828 Add introductory blurb and menu.
2829 (Non-Stop Mode): New subsection.
2830 (Background Execution): New subsection.
2831 (Maintenance Commands): Add cross-references from async mode
2832 commands to the new Background Execution section.
2833
d57a3c85
TJB
28342008-08-06 Tom Tromey <tromey@redhat.com>
2835
2836 * gdb.texinfo (Extending GDB): New chapter.
2837 (Sequences): Demoted chapter, now a section under the new
2838 Extending GDB chapter.
2839 (Python): New section.
2840
6d76a53d
SS
28412008-07-31 Stan Shebs <stan@codesourcery.com>
2842
2843 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2844
1f70da6a
SS
28452008-07-29 Stan Shebs <stan@codesourcery.com>
2846
2847 * gdbint.texinfo: General round of cleanup and minor
2848 clarifications.
2849 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2850 (Longjmp Support): Update description to reflect how it is done
2851 for targets without using native header.
2852 (Symbol Handling): Add a little more general explanation.
2853 (COFF, ELF): Mention stabs encapsulation.
2854 (DWARF 3): New section.
2855 (Adding a New Host): Scrub out some obsolete bits.
2856 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2857 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2858 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2859 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2860 SEEK_SET, STOP_SIGNAL, USG.
2861 (Raw and Virtual Register Representations): Ditto for
2862 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2863 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2864 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2865 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2866 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2867 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2868 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2869 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2870 DEPRECATED_USE_STRUCT_CONVENTION.
2871 Describe gdbarch_deprecated_fp_regnum.
2872 Update description of gdbarch_print_insn.
2873 (Adding a New Target): Scrub out obsolete bits.
2874 (Obsolete Conditionals): Remove entire section.
2875
383f836e
TT
28762008-07-25 Tom Tromey <tromey@redhat.com>
2877
2878 * observer.texi (GDB Observers): Document new observers:
2879 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2880 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2881 architecture_changed.
2882
cfd8ab24
SS
28832008-07-21 Stan Shebs <stan@codesourcery.com>
2884
2885 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2886 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2887
781b42b0
TT
28882008-07-21 Tom Tromey <tromey@redhat.com>
2889
2890 * observer.texi (GDB Observers): Remove obsolete comment.
2891 <executable_changed>: Remove argument.
2892
d7d9f01e
TT
28932008-07-18 Tom Tromey <tromey@redhat.com>
2894
2895 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2896
bf250677
DE
28972008-07-10 Doug Evans <dje@google.com>
2898
2899 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2900
10568435
JK
29012008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2902
2903 * gdb.texinfo (Starting): Document "set disable-randomization".
2904
5ae4183a
AS
29052008-07-07 Andreas Schwab <schwab@suse.de>
2906
2907 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2908
b56e7235
VP
29092008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2910
2911 * gdb.texinfo (GDB/MI Target Manipulation): Add
2912 example of -target-attach.
2913
e1ac3328
VP
29142008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2915
2916 * observer.texi (target_resumed): New observer.
5ae4183a 2917 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2918
65d12d83
TT
29192008-06-06 Tom Tromey <tromey@redhat.com>
2920
2921 * gdb.texinfo (Completion): Add field name example.
2922
fbc5282e
MK
29232008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2924
2925 * gdb.texinfo (GDB/MI Program Context): Added example
2926 to -exec-arguments
5ae4183a 2927
fbc5282e 29282008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2929
2930 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2931 annotation.
2932
c16158bc 29332008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2934 Nathan Sidwell <nathan@codesourcery.com>
2935 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2936
2937 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2938 and ACX_BUGURL.
2939 * configure: Regenerate.
2940 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2941 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2942 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2943 mailing-list-specific text about bug reporting unless
2944 BUGURL_DEFAULT.
2945
75c99385
PA
29462008-06-05 Pedro Alves <pedro@codesourcery.com>
2947
2948 * gdb.texinfo (-target-select): Remove reference to target async.
2949 (Maintenance Commands): Document "maint set/show remote-async".
2950
1763a388
MK
29512008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2952
2953 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2954 in -target-file-get section.
5ae4183a 2955
d0d064df
PA
29562008-05-22 Pedro Alves <pedro@codesourcery.com>
2957
9b562ab8
PA
2958 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2959 killing the inferior when it is already debugging a process.
d0d064df 2960
8dfa32fc
JB
29612008-05-21 Joel Brobecker <brobecker@adacore.com>
2962
2963 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2964 abbreviation for "finish".
2965
55f996a7
NR
29662008-05-21 Nick Roberts <nickrob@snap.net.nz>
2967
2968 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2969
ba2b1c56
DJ
29702008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2971
2972 * gdbint.texinfo (Target Conditionals): Delete entry for
2973 gdbarch_dwarf_reg_to_regnum.
2974
08388c79
DE
29752008-05-09 Doug Evans <dje@google.com>
2976
a3c83fae 2977 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2978
d14508fe
DE
29792008-05-05 Doug Evans <dje@google.com>
2980
2981 * gdb.texinfo (disassemble): Document /m modifier.
2982
e2b7ddea
VP
29832008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2984
5ae4183a
AS
2985 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2986 will not report the time of commands that run the target.
e2b7ddea 2987
8eb41542
VP
29882008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2989
2990 * gdb.texinfo (GDB/MI Output Records): Add
2991 missing semicolon.
2992
82f68b1c
VP
29932008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2994
2995 * gdb.texinfo (GDB/MI Output Records):
2996 Document =thread-create and =thread-exited.
2997
fa0f268d
VP
29982008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2999
3000 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 3001 Remove mention of dmi-discuss.
fa0f268d 3002
063bfe2e
VP
30032008-05-03 Pedro Alves <pedro@codesourcery.com>
3004
3005 * observer.texi (thread_exit): New.
3006
237fc4c9
PA
30072008-05-02 Pedro Alves <pedro@codesourcery.com>
3008
3009 * gdb.texinfo (Debugging Output): Document "set/show debug
3010 displaced".
3011 (Maintenance Commands): Document "maint set/show
3012 can-use-displaced-stepping".
3013
0428b8f5
DJ
30142008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3015
3016 * gdb.texinfo (ARM): Document set/show arm fallback-mode
3017 and set/show arm force-mode.
3018
5009afc5
AS
30192008-05-02 Andreas Schwab <schwab@suse.de>
3020
3021 * gdbint.texinfo (Algorithms): Describe
3022 target_watchpoint_addr_within_range.
3023
669fac23
DJ
30242008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3025
3026 * gdbint.texinfo (Stack Frames): New chapter.
3027 (Algorithms): Move Frames text to the new chapter.
3028 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
3029 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
3030
721c02de
VP
30312008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3032
5ae4183a
AS
3033 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
3034 output does not necessary include any tokens.
721c02de 3035
c055b101
CV
30362008-04-22 Corinna Vinschen <vinschen@redhat.com>
3037
3038 * gdb.texinfo (Set SH Calling convention): New @item.
3039 (Show SH Calling convention): Ditto.
3040
68837c9d
MD
30412008-04-22 Markus Deuling <deuling@de.ibm.com>
3042
3043 * gdb.texinfo (Fortran Operators): Describe '%' operator.
3044
2e9132cc
EZ
30452008-04-20 Eli Zaretskii <eliz@gnu.org>
3046
3047 * gdb.texinfo (Set Breaks): Mention that multiple location
3048 breakpoints need line number info. Add index entries.
3049
31fffb02
CS
30502008-04-19 Craig Silverstein <csilvers@google.com>
3051
3052 * gdb.texinfo (Requirements): Add an optional requirement on
3053 zlib.
3054 * gdbint.texinfo (Debugging File Formats): Add new subsection for
3055 Compressed DWARF 2.
3056
a47ec5fe
AR
30572008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
3058
3059 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
3060 sample output for 'stopped,reason="breakpoint-hit"' message.
3061 (GDB/MI Program Execution): Likewise.
3062
de051565
MK
30632008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3064
5ae4183a 3065 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
3066 -var-set-format. Add -f option to -var-evaluate-expression.
3067
6ba66d6a
JB
30682008-04-03 Joel Brobecker <brobecker@adacore.com>
3069
3070 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
3071 new node "Ambiguous Expressions". Replace references to this
3072 node by references to "Ambiguous Expressions" throughout.
3073 (Ambiguous Expressions): New node.
3074
1e26b4f8
DJ
30752008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
3076
3077 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
3078
b84876c2
PA
30792008-03-21 Pedro Alves <pedro@codesourcery.com>
3080
3081 * gdb.texinfo (Debugging Output): Document
3082 "set/show debug lin-lwp-async".
3083 (Maintenance Commands): Document "maint set/show linux-async".
3084
63092375
DJ
30852008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3086
3087 * gdb.texinfo (Expressions): Update description of malloced arrays.
3088
8e8901c5
VP
30892008-03-15 Vladimir Prus <vladimir@codesourcery.com>
3090
3091 * gdb.texinfo (Thread Commands): Document
3092 -thread-info. Remove -thread-list-all-threads.
3093
1fddbabb
PA
30942008-03-14 Pedro Alves <pedro@codesourcery.com>
3095 Sandra Loosemore <sandra@codesourcery.com>
3096
3097 * gdb.texinfo (Library List Format): Update to mention the
3098 possibility to pass section addresses instead of segment
3099 addresses.
3100
ccd213ac
DJ
31012008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
3102
3103 * gdb.texinfo (Starting): Document "set exec-wrapper".
3104 (Server): Document gdbserver --wrapper.
3105
fa4727a6
DJ
31062008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3107
3108 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
3109 unreadable memory. Delete obsolete SPARClite reference.
3110
8edfe269
DJ
31112008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3112
3113 * gdb.texinfo (Starting): Mention always-running targets.
3114 (Target Commands): Add an anchor for load.
3115 (Connecting): Explain continue instead of run.
3116
1843f87b
DJ
31172008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
3118
3119 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
3120
f9082629
NR
31212008-02-26 Nick Roberts <nickrob@snap.net.nz>
3122
3123 * gdb.texinfo (Set Breaks): Revert description of Enb column of
3124 breakpoint table.
3125
fd96d250
PA
31262008-02-19 Pedro Alves <pedro@codesourcery.com>
3127
3128 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
3129 killing the inferior when it is already debugging a process.
3130
36af4ef6
MD
31312008-02-13 Markus Deuling <deuling@de.ibm.com>
3132
3133 * gdbint.texinfo (Build Script): New section. Mention new build script
3134 gdb_buildall.sh.
3135
cda4ce5a
JB
31362008-02-01 Jim Blandy <jimb@red-bean.com>
3137
3138 * gdb.texinfo (Help): Summarize 'info args' correctly.
3139
4acd40f3
TJB
31402008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3141
3142 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
3143 available in PowerPC architecture.
3144 (Embedded Processors): Change node name of PowerPC item in menu.
3145 (PowerPC): Rename to...
3146 (PowerPC Embedded): this.
3147 (Architectures): Add new PowerPC item in menu.
3148 (PowerPC): New node.
3149
6e6c6f50
DJ
31502008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3151
3152 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
3153 commands.
3154
5ee187d7
DJ
31552008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3156
3157 * gdb.texinfo (Setting Catchpoints): Mention features
3158 supported on GNU/Linux.
3159
e275c0d9
NR
31602008-01-30 Nick Roberts <nickrob@snap.net.nz>
3161
3162 * gdb.texinfo (GDB/MI File Commands): Describe new output
3163 field for MI command -file-list-exec-source-file.
3164
2d717e4f
DJ
31652008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3166
3167 * gdb.texinfo (Using the `gdbserver' Program): Add security
3168 warning. Rearrange into subsections and subsubsections. Document
3169 --multi and --debug. Correct --with-sysroot typo. Update --attach
3170 usage. Make load reference clearer. Document monitor exit.
3171 (Remote Configuration): Document set remote exec-file, attach-packet,
3172 and run-packet.
3173 (Packets): Document vAttach and vRun.
3174
d35a4257 31752008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
3176
3177 * gdb.texinfo (Processes): Mention process command.
889bf7c5 3178 detach-on-follow -> detach-on-fork.
f663676d 3179
c78d192c
DJ
31802008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3181
3182 * gdbint.texinfo (Native Conditionals): Remove
3183 SHELL_COMMAND_CONCAT and SHELL_FILE.
3184
d35a4257
EZ
31852008-01-26 Eli Zaretskii <eliz@gnu.org>
3186
3187 * gdb.texinfo (Specify Location): Improve wording.
3188
93815fbf
VP
31892008-01-23 Chris Demetriou <cgd@google.com>
3190
3191 * gdb.texinfo (Threads): Document new "set print thread-events"
3192 and "show print thread-events" commands.
3193
2a25a5ba
EZ
31942008-01-19 Eli Zaretskii <eliz@gnu.org>
3195
3196 * gdb.texinfo (Specify Location): New section.
3197 (Delete Breaks, Edit, Set Breaks): Remove description of
3198 locations. Instead, add a reference to "Specify Location".
3199 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
3200 (Symbols): Refer to "Specify Location" for the valid forms of
3201 linespecs and locations.
3202
32c9a795
MD
32032008-01-18 Markus Deuling <deuling@de.ibm.com>
3204
3205 * gdbint.texinfo (Target Conditionals): Replace the description of
3206 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
3207
b17828ca
JB
32082008-01-12 Paul Hilfinger <hilfinger@adacore.com>
3209
3210 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
3211 about &&var, which is rejected by the expression parser.
3212
0aea4bf3
LM
32132008-01-09 Luis Machado <luisgpm@br.ibm.com>
3214
3215 * gdb.texinfo (Output): Update documentation on using printf with DFP
3216 types.
3217
febe4383
TJB
32182008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3219
3220 * gdb.texinfo (C and C++): Add Decimal Floating Point format
3221 subsubsection.
3222 (Decimal Floating Point format): New subsubsection.
3223
7a404eba
PA
32242008-01-05 Pedro Alves <pedro@codesourcery.com>
3225
3226 * gdb.texinfo (File Options): Remove mention of the attempt to
3227 open a core file with the -p option. Don't list -c as a valid
3228 option to attach to a process.
3229
a4d9b460
PA
32302008-01-05 Pedro Alves <pedro@codesourcery.com>
3231
3232 * gdbint.texinfo (Host Conditionals): Remove mention of
3233 ALIGN_STACK_ON_ENTRY.
3234
6ec2edbe
JB
32352008-01-05 Joel Brobecker <brobecker@adacore.com>
3236
3237 * gdbint.texinfo (Start of New Year Procedure): Add item
3238 describing how to update the source and documentation copyright
3239 notices.
3240
d8b2a693
JB
32412007-12-18 Jim Blandy <jimb@codesourcery.com>
3242
ab209b3a 3243 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
3244 watchpoint explanation into the main description of the watchpoint
3245 command; update synopses of 'watch', 'rwatch', and 'awatch'
3246 commands.
3247
8b4ed427
VP
32482007-12-18 Vladimir Prus <vladimir@codesourcery.com>
3249
3250 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3251 Document 'pending-breakpoints' feature of
3252 -list-features.
3253
37e4754d
LM
32542007-12-17 Luis Machado <luisgpm@br.ibm.com>
3255
669fac23 3256 * gdb.texinfo: Add new parameter's description.
37e4754d 3257
1d3811f6
DJ
32582007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3259
3260 * gdb.texinfo (Overview): Clarify run-length encoding
3261 example. Remove the restriction on "+" and "-" characters.
3262
c1c25a1a
EZ
32632007-12-15 Eli Zaretskii <eliz@gnu.org>
3264
3265 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3266
afe8ab22 32672007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3268
afe8ab22
VP
3269 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3270 the -f option for -break-insert, remove -r option,
3271 and clarify specification of location.
3272
a6b151f1
DJ
32732007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3274
3275 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3276 formatting.
3277 (Remote Debugging): Add File Transfer section.
3278 (Remote Configuration): Document Host I/O packets.
3279 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 3280 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
3281 (Packets): Add vFile.
3282
3b784c4f
EZ
32832007-11-17 Eli Zaretskii <eliz@gnu.org>
3284
3285 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3286 breakpoints with multiple locations.
3287 (Breakpoint Menus): Improve wording.
3288 (Output): Fix last change.
3289
a4ce5b0d
UW
32902007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3291
3292 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3293
1b39d5c0
DE
32942007-11-15 Doug Evans <dje@google.com>
3295
3296 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3297
7a72d44c
VP
32982007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3299
3300 * gdbint.texinfo (Native Conditionals): Remove
3301 mention of CLEAR_SOLIB.
5ae4183a 3302
6d1829bf 33032007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
3304
3305 * gdb.texinfo (Print Settings): Add documentation for "set/show
3306 print frame-arguments".
3307
1a619819
LM
33082007-11-05 Luis Machado <luisgpm@br.ibm.com>
3309
3b784c4f 3310 * gdb.texinfo (Output): Update printf command's description.
1a619819 3311
55eddb0f
DJ
33122007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3313
3314 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3315 powerpc soft-float".
3316
9cceb671
DJ
33172007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3318
3319 * gdb.texinfo (Files): Correct formatting. Mention Expat
3320 requirement.
3321 (Requirements for Building GDB): Expand the list of Expat
3322 uses.
3323 (Library List Format, Memory Map Format): Mention Expat.
3324 (Target Descriptions): Update Expat wording.
3325
83acabca
DJ
33262007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3327
3328 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3329 Document that gdbarch_convert_register_p should return zero for no-op
3330 conversions.
3331
e35879db
UW
33322007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3333
83acabca 3334 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
3335 of set_gdbarch_sofun_address_maybe_missing back to ...
3336 (Target Conditionals): ... here to fix build break.
3337
203c3895
UW
33382007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3339
83acabca 3340 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
3341 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3342 (Compiler Characteristics): ... documentation of
3343 set_gdbarch_sofun_address_maybe_missing.
3344
11411de3
DJ
33452007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3346
3347 * gdbint.texinfo (Target Conditionals): Use
3348 frame_unwind_register_unsigned in examples instead of
3349 frame_unwind_unsigned_register.
3350
7cc46491
DJ
33512007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3352
3353 * gdb.texinfo (Predefined Target Types): Add int128
3354 and uint128.
3355 (Standard Target Features): Add PowerPC features.
3356
81adfced
DJ
33572007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3358
3359 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3360
c1874924
UW
33612007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3362
3363 * gdbint.texi (Target Conditionals): Remove documentation
3364 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3365 gdbarch_extract_return_value, and gdbarch_store_return_value.
3366
f6e56ab3
UW
33672007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3368
3369 * gdbint.texi (Target Conditionals): Remove documentation of
3370 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3371
56cf5405
KH
33722007-10-11 Kazu Hirata <kazu@codesourcery.com>
3373
3374 * gdb.texinfo: Mention that inaccessible-by-default is on by
3375 default.
3376
35156bae
DJ
33772007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3378
3379 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3380
d983da9c
DJ
33812007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3382
3383 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3384 multi-threaded watchpoints.
3385 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3386 checked. Describe sticky notification. Expand description
3387 of steppable and continuable watchpoints.
3388 (Watchpoints and Threads): New subsection.
3389
fe6fbf8b
VP
33902007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3391
3392 * gdb.texinfo (Setting Breakpoints): Revise
3393 documentation for pending breakpoints. Document
3394 breakpoints with multiple locations.
5ae4183a 3395
084344da
VP
33962007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3397
3398 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3399 Document -list-features.
5ae4183a 3400
82160952
EZ
34012007-09-15 Eli Zaretskii <eliz@gnu.org>
3402
3403 * gdb.texinfo (Output): Spell out which features of C's printf are
3404 not supported by GDB's printf.
7e27a47a
EZ
3405 (Separate Debug Files): More accurate wording regarding build ID
3406 and a reference to the ld manual rather than the Fedora wiki.
82160952 3407
ea37ba09
DJ
34082007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3409 Jim Blandy <jimb@codesourcery.com>
3410
3411 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3412 (Examining Memory): Update mentions of the 's' format.
3413 (Automatic Display): Likewise.
3414
b8533aec
DJ
34152007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3416
3417 * gdb.texinfo: Update the FSF's Back-Cover Text.
3418
83f83d7f
JK
34192007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3420 Eli Zaretskii <eliz@gnu.org>
3421
3422 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3423 Fixed the ``build ID'' name. New binaries build instructions for the
3424 build ID inclusion. Explain how the commands are specific to the build
3425 ID vs. debug link.
3426
c7e83d54
EZ
34272007-09-01 Eli Zaretskii <eliz@gnu.org>
3428
3429 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3430 indexing for ``build ID'' support.
3431
d3750b24
JK
34322007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3433
3434 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3435 Enlisted BUILD ID to the debug file searching example.
3436 Included a BUILD ID `.note.gnu.build-id' section description.
3437 Updated/added the debug files splitting instructions for OBJCOPY.
3438
02142340
VP
34392007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3440
3441 * gdb.texinfo (Variable Objects): Adjust docs
3442 for -var-info-expression and document
3443 -var-info-path-expression.
3444
d3bdde98
JB
34452007-08-20 Jim Blandy <jimb@codesourcery.com>
3446
3fb6a982
JB
3447 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3448 (title page): Include the dedication in the printed manual, as a
3449 separate page after the copyright notice.
5ae4183a 3450
d3bdde98
JB
3451 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3452 don't break a @var across a line.
3453
c80a96a8
MR
34542007-07-25 Maciej W. Rozycki <macro@mips.com>
3455
3456 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3457 for include files.
3458
5824a901
NR
34592007-07-12 Nick Roberts <nickrob@snap.net.nz>
3460
3461 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3462 in annotate.texinfo.
3463 (Command History): Link to new node.
5824a901 3464
d52e7ea3
UW
34652007-07-05 Markus Deuling <deuling@de.ibm.com>
3466
3467 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3468
5fc14d0a
EZ
34692007-07-05 Eli Zaretskii <eliz@gnu.org>
3470
3471 * gdbint.texinfo (Target Conditionals): Fix last change.
3472
4a9bb1df
UW
34732007-07-03 Markus Deuling <deuling@de.ibm.com>
3474
3475 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3476 routines:
3477 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3478 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3479 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3480 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3481 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3482 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3483 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3484 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3485 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3486 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3487 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3488 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3489 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3490 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3491 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3492 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3493 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3494 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3495 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3496 (SOFTWARE_SINGLE_STEP_P)
3497
3498 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3499 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3500
3501 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3502 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3503 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3504 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3505 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3506 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3507 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3508 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3509 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3510 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3511
3512 (Converting an existing Target Architecture to Multi-arch): Remove
3513 section.
3514
3515 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3516 (gdbarch_addr_bits_remove): Add code example.
3517
3518 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3519
cfa9d6d9
DJ
35202007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3521
3522 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3523 Add other missing entries. Adjust the table size to fit.
3524 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3525 stop reasons including the new "library" event.
3526 (General Query Packets): Adjust table widths for qSupported. Mention
3527 qXfer:libraries:read reply to qSupported and document the new packet.
3528 (Library List Format): New section.
3529
159fcc13
JK
35302007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3531
3532 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3533
f66d1690
MS
35342007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3535
3536 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3537
67102876
NR
35382007-06-25 Nick Roberts <nickrob@snap.net.nz>
3539
3540 * gdbint.texinfo (Register and Memory Data): Break sections
3541 into nodes and add a menu.
3542
a4642986
MR
35432007-06-21 Maciej W. Rozycki <macro@mips.com>
3544
3545 * gdb.texinfo (Examining Memory): Document the new behaviour.
3546
e9c17194
VP
35472007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3548
3549 * gdb.texinfo (Standard Target Features): Document
3550 m68k features.
3551
31d99776
DJ
35522007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3553
3554 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3555
1780a0ed
DJ
35562007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3557
3558 * gdb.texinfo (Target Description Format): Add version attribute
3559 for <target>.
3560
822b6570
DJ
35612007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3562
3563 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3564
f8b73d13
DJ
35652007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3566
3567 * gdb.texinfo (MIPS Features): New subsection.
3568
0e7f50da
UW
35692007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3570 Markus Deuling <deuling@de.ibm.com>
3571
3572 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3573 and qXfer:spu:write packets and mention them under qSupported.
3574
23d964e7
UW
35752007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3576 Markus Deuling <deuling@de.ibm.com>
3577
3578 * gdb.texinfo (Architectures): Add new SPU section to document
3579 Cell Broadband Engine SPU architecture specific commands.
3580
9f708cb2
VP
35812007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3582
3583 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3584 comments.
3585
7579b5f8
NR
35862007-06-07 Nick Roberts <nickrob@snap.net.nz>
3587
3588 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3589
bf06d120
JB
35902007-05-29 Jim Blandy <jimb@codesourcery.com>
3591
3592 * gdb.texinfo (Overview): Doc fix.
3593
23776285
MR
35942007-05-22 Maciej W. Rozycki <macro@mips.com>
3595
3596 * gdb.texinfo (Remote Configuration): Document "set/show
3597 remoteflow".
3598
1a69e1e4
DJ
35992007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3600
bf06d120
JB
3601 * gdb.texinfo (MIPS): Remove documentation for set mips
3602 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3603 stack-arg-size.
1a69e1e4 3604
46ba6afa 36052007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3606
46ba6afa
BW
3607 * all-cfg.texi (GDBTUI): New.
3608 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3609 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3610 (TUI Configuration): Edit to improve clarity and fix problems of
3611 both style and content.
5ae4183a 3612
06d3b283
UW
36132007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3614
3615 * observer.texi (GDB Observers): New observer "new_objfile".
3616
179101d6
UW
36172007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3618
3619 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3620
25d5ea92
VP
36212007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3622
3623 * gdb.texinfo (GDB/MI Variable Objects): Document
3624 frozen variables objects.
5ae4183a 3625
ea35711c
DJ
36262007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3627
3628 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3629 (Character Sets, Caching Data of Remote Targets): Likewise.
3630 (Targets): Delete Remote node. Move its text...
3631 (Debugging Remote Programs): ...to here. Delete description
3632 of the "remote" command.
3633 (Remote configuration): Delete description of "set remotedevice"
3634 and "show remotedevice".
3635 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3636
db2e3e2e
BW
36372007-04-11 Bob Wilson <bob.wilson@acm.org>
3638
5ae4183a
AS
3639 * gdb.texinfo (Contributors, Continuing and Stepping)
3640 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3641 (General Query Packets, File-I/O Remote Protocol Extension)
3642 (Protocol Basics, The F Reply Packet, Write)
3643 (Protocol-specific Representation of Datatypes, Memory Transfer):
3644 Fix hyphenation, punctuation and grammar problems.
3645 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3646 'section' instead of 'subsection' in the text.
3647 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3648 (i386): Remove period from section name.
db2e3e2e
BW
3649 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3650 (Config Names, Configure Options): Use @file{configure}.
3651
8a3dae3e
DJ
36522007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3653
3654 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3655 and tab expansion.
3656
1a92f856
DJ
36572007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3658
3659 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3660
79a6e687 36612007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3662
79a6e687
BW
3663 * gdb.texinfo: Consistently capitalize all significant words in
3664 node names, chapter titles, section titles, and headings. Update
3665 cross references to match.
3666 (Starting and Stopping Trace Experiment): Make node name plural.
3667 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3668
ad527d2e
PA
36692007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3670
3671 * gdb.texinfo (WinCE): Delete obsolete subsection.
3672
7ce59000
DJ
36732007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3674
3675 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3676 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3677 references.
3678
8807d78b
DJ
36792007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3680
3681 * gdb.texinfo (Startup): Delete references to some alternate
3682 names for .gdbinit.
3683 (Thread): Remove LynxOS reference.
3684 (Tandem ST2000): Delete target-specific documentation.
3685 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3686 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3687 and GDB_OSABI_LYNXOS.
3688
5f402660
UW
36892007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3690
3691 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3692
bac718a6
UW
36932007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3694
3695 * gdbint.texinfo (Target Conditionals): Remove mention of
3696 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3697 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3698
9453113a
DJ
36992007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3700
3701 * Makefile.in: Add "pdfdir" installation
3702 directory, PDFTEX macro, support for "install-pdf" target,
3703 and rules for making a pdf version of refcard.texi.
3704 * refcard.tex: Specify paper size for PDF output.
3705
ae21e955 37062007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3707
ae21e955 3708 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3709
3f94c067 37102007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3711
3f94c067
BW
3712 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3713 (Source Path, Character Sets, Macros, Define)
3714 (GDB/MI Result Records, GDB/MI Simple Examples)
3715 (GDB/MI Program Execution, GDB/MI File Commands)
3716 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3717 (Bug Reporting): Use @value{GCC}.
5ae4183a 3718
12c27660 37192007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3720
12c27660
BW
3721 * gdb.texinfo (Help): Fix formatting of examples.
3722 (Variables): Use @ifnotinfo instead of @iftex.
3723 (Non-debug DLL symbols): Use @ref instead of @pxref.
3724 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3725
ce9341a1
BW
37262007-03-26 Bob Wilson <bob.wilson@acm.org>
3727
3728 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3729
c8f4133a
BW
37302007-03-26 Bob Wilson <bob.wilson@acm.org>
3731
3732 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3733 the order of the nodes.
3734 (C Operators, C Constants, Debugging C): Remove extra menus.
3735 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3736
c8f4133a 37372007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3738
3739 * gdb.texinfo (File Options): Add missing parenthesis.
3740 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3741
c74d0ad8
DJ
37422007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3743
3744 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3745
ff6f572f
DJ
37462007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3747
669fac23 3748 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3749 case insensitivity.
3750 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3751
994337c3
NR
37522007-02-18 Nick Roberts <nickrob@snap.net.nz>
3753
3754 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3755 (Files): Add section name to argument list for pxref.
3756 (Non-debug DLL symbols): Don't use `see' for pxref.
3757 (Embedded Processors): Fix typo.
3758 (GDB/MI Breakpoint Commands): Execution commands generate
3759 *stopped not ^done.
3760
eb819d70
NR
37612007-02-13 Nick Roberts <nickrob@snap.net.nz>
3762
3763 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3764 values for in_scope. Mention that only root variables can be
3765 updated.
3766 (GDB/MI Development and Front Ends): Explain new values may be
3767 added to existing fields.
3768
123dc839
DJ
37692007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3770
3771 * gdb.texinfo (-target-disconnect): Use @smallexample.
3772 (Requirements): Add anchor for Expat. Update description.
3773 (Target Descriptions): Mention Expat.
3774 (Target Description Format): Document new elements. Use
3775 @smallexample.
3776 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3777 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3778
108546a0
DJ
37792007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3780
3781 * gdb.texinfo (Target Description Format): Add section on XInclude.
3782
95a98c01
NR
37832006-02-03 Nick Roberts <nickrob@snap.net.nz>
3784
3785 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3786 command -enable-timings.
3787
f4b3909f
EZ
37882007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3789
5ae4183a 3790 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3791 descriptions for new/deleted elements in gdb_osabi. Add missing
3792 description for function generic_elf_osabi_sniff_abi_tag_sections.
3793
c7ba131e
JB
37942007-01-29 Joel Brobecker <brobecker@adacore.com>
3795
3796 * gdb.texinfo (Maintenance Commands): Add documentation for
3797 the new "maint print target-stack" command.
3798
3a60f64e
JK
37992007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3800 Eli Zaretskii <eliz@gnu.org>
3801
f4b3909f 3802 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3803
c582f8b6
EZ
38042007-01-26 Eli Zaretskii <eliz@gnu.org>
3805
3806 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3807 Use @value{NGCC} instead of @value{GCC}.
3808
d3e8051b
EZ
38092007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3810
3811 * agentexpr.texi: Fix typos.
3812 * annotate.texinfo: Likewise.
3813 * gdb.texinfo: Likewise.
3814 * gdbint.texinfo: Likewise.
3815 * observer.texi: Likewise.
3816 * stabs.texinfo: Likewise.
3817
86f04699
EZ
38182007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3819
3820 * gdbint.texinfo (Support Libraries): Remove mmalloc
3821 entry. Describe readline library.
3822
23181151
DJ
38232007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3824
3825 * gdb.texinfo (Target Descriptions): New section.
3826 (General Query Packets): Add QPassSignals anchor. Mention
3827 qXfer:features:read under qSupported. Expand mentions of
3828 qXfer:memory-map:read and QPassSignals. Document
3829 qXfer:features:read.
3830
f822c95b
DJ
38312007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3832
3833 * gdb.texinfo (Commands to specify files): Describe
3834 "set sysroot" and "show sysroot".
3835 (Using the `gdbserver' program): Lowercase argument
3836 to @var. Expand description of setting up GDB on the
3837 host.
3838
8936fcda
JB
38392007-01-05 Joel Brobecker <brobecker@adacore.com>
3840
3841 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3842 catch exception, catch exception unhandled, and catch assert
3843 commands.
3844
e776119f
DJ
38452007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3846
3847 * gdb.texinfo (Debugging Output): Document "set debug xml"
3848 and "show debug xml".
3849
aa79a185
DJ
38502007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3851
3852 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3853
7f893741
JB
38542007-01-01 Joel Brobecker <brobecker@adacore.com>
3855
3856 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3857
a1b5960f
VP
38582006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3859
3860 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3861 note in @ignore, to be removed later if nobody complains.
3862
9f470e6e
NR
38632006-12-04 Nick Roberts <nickrob@snap.net.nz>
3864
3865 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3866 of -var-delete.
3867
765dc015 38682006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3869
765dc015 3870 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3871 automatic software/hardware breakpoint usage and
3872 the "set breakpoint auto-hw" command.
765dc015 3873
4b5752d0
VP
38742006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3875
3876 * gdb.texinfo (Memory Access Checking): New.
3877
89be2091
DJ
38782006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3879
3880 * gdb.texinfo (Remote configuration): Mention
3881 "pass-signals-packet".
3882 (General Query Packets): Document QPassSignals. Fix
3883 a typo.
3884
ca3bf3bd
DJ
38852006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3886
3887 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3888
427c3a89
DJ
38892006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3890
3891 * gdb.texinfo (Remote configuration): Rewrite documentation for
3892 packet configuration commands.
3893 (OS Information): Adjust reference to qXfer:auxv:read.
3894 (General Query Packets): Remove references to read-aux-vector-packet
3895 and set remote get-thread-local-storage-address.
3896
7a107747
DJ
38972006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3898
3899 * gdbint.texinfo (Target Architecture Definition): Add new
3900 Initializing a New Architecture section.
3901
1c56eb0e
EZ
39022006-10-31 David Taylor <dtaylor@emc.com>
3903
3904 * stabs.texinfo (Macro define and undefine): New node describing
3905 stabs for #define and #undef.
3906
f73adfeb
AS
39072006-10-27 Andreas Schwab <schwab@suse.de>
3908
3909 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3910
fd60e0df
EZ
39112006-10-21 Eli Zaretskii <eliz@gnu.org>
3912
3913 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3914 clarify on the possible meanings of ``expression'' watched by
3915 watchpoints. Add indexing.
e5ac9b53
EZ
3916 (Prompting, Errors, Invalidation, Annotations for Running)
3917 (Source Annotations): Fix index entries by adding "annotation" to
3918 them, to discriminate from index entries that point to the more
3919 general topic descriptions.
fd60e0df 3920
52bb452f
DJ
39212006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3922
3923 * gdbint.texinfo (Target Vector Definition): Move most
3924 content into Existing Targets. Add a menu.
3925 (Existing Targets): New section, moved from Target Vector
3926 Definition. Use @subsection.
3927 (Managing Execution State): New section.
3928
58955e58
BW
39292006-10-16 Bob Wilson <bob.wilson@acm.org>
3930
3931 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3932
c8aa23ab
EZ
39332006-10-15 Eli Zaretskii <eliz@gnu.org>
3934
3935 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3936 (Command Syntax, Signals, Backtrace, Connecting)
3937 (Remote configuration, Renesas Boards, Console I/O): Fix last
3938 change: use Ctrl- instead of C-, except wrt Emacs.
3939 (File-I/O Examples): Put Ctrl-c in @kbd.
3940 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3941 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3942 (Signals, Set Breaks, Set Watchpoints): Document optional
3943 arguments to `info signals' `handle', `info breakpoints', and
3944 `info watchpoints'.
c8aa23ab 3945
e7109c7e
EZ
39462006-10-14 Eli Zaretskii <eliz@gnu.org>
3947
3948 * gdb.texinfo (Backtrace): Fix last change.
3949
de3aea7b
NR
39502006-10-14 Nick Roberts <nickrob@snap.net.nz>
3951
3952 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3953
7f9087cb
BW
39542006-10-10 Bob Wilson <bob.wilson@acm.org>
3955
c8aa23ab
EZ
3956 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3957 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3958 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3959
68437a39
DJ
39602006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3961 Daniel Jacobowitz <dan@codesourcery.com>
3962
3963 * gdb.texinfo (Packets): Document vFlashErase,
3964 vFlashWrite and vFlashDone packets.
3965 (General Query Packets): Document qXfer:memory-map:read.
3966 Add a new feature for qXfer:memory-map:read.
3967 (Memory map format): New section.
3968 (Target Commands): Mention that gdb can write flash.
3969
fd79ecee
DJ
39702006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3971 Daniel Jacobowitz <dan@codesourcery.com>
3972
3973 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3974 memory regions and "mem auto".
3975
350da6ee
DJ
39762006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3977
3978 * gdbint.texinfo (Array Containers): New section.
3979
2f1acb09
VP
39802006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3981
3982 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3983 -stack-list-arguments HIGH_FRAME argument can be larger then the
3984 actual number of frames.
3985
2ab1eb7a
VP
39862006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3987
3988 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3989 -stack-list-locals HIGH_FRAME argument can be larger then the
3990 actual number of frames.
2ab1eb7a 3991
599b237a
BW
39922006-09-02 Bob Wilson <bob.wilson@acm.org>
3993
3994 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3995 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3996
25ab7e6d
EZ
39972006-09-02 Eli Zaretskii <eliz@gnu.org>
3998
3999 * gdbint.texinfo (Overall Structure): New section "Source Tree
4000 Structure".
4001
940178d3
JB
40022006-08-17 Jim Blandy <jimb@codesourcery.com>
4003
4004 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
4005 responses.
4006
30daae6c
JB
40072006-08-08 Joel Brobecker <brobecker@adacore.com>
4008
4009 * gdb.texinfo (Source Path): Add documentation for new
4010 substitute-path commands.
4011
7fa2210b
DJ
40122006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
4013
4014 * gdb.texinfo (Installing GDB): Update menu. Move text to...
4015 (Running Configure): ...here.
4016 (Requirements): New node. Mention expat.
4017
3d00d119
DJ
40182006-08-08 Vladimir Prus <vladimir@codesourcery.com>
4019
5ae4183a 4020 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
4021 'set download-write-size' and 'show download-write-size'.
4022
0cbfa4ee
DJ
40232006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
4024
4025 * stabs.texinfo (Member Type Descriptor): Correct example for
4026 pointer to member types.
4027
16026cd7
AS
40282006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
4029
4030 * gdb.texinfo (Optional warnings and messages): Add
4031 'set/show trace-commands'.
4032 (Command files): Add '-v' to source command.
4033
0876f84a
DJ
40342006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4035
4036 * gdb.texinfo (OS Information): Update qPart reference to
4037 qXfer.
4038 (Remote configuration): Likewise.
4039 (Overview): Move @cindex to the start of a paragraph. Talk
4040 about binary data encoding.
4041 (Packets): Refer to the overview for the details of the X
4042 packet encoding.
4043 (General Query Packets): Remove qPart description. Add qXfer
4044 description. Add an anchor to qSupported. Correct feature
4045 table title. Add a new feature for qXfer:auxv:read.
4046 (Interrupts): Add a missing parenthesis.
4047
2ec3381a
DJ
40482006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
4049
669fac23 4050 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
4051 (GDB/MI Kod Commands): Remove commented out node.
4052
594fe323
EZ
40532006-07-01 Eli Zaretskii <eliz@gnu.org>
4054
4055 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
4056 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
4057 (GDB/MI Thread Commands, GDB/MI Program Execution)
4058 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
4059 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
4060 (GDB/MI File Commands, GDB/MI Target Manipulation)
4061 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
4062 since the MI prompt is hard-wired into the code.
4063
7e3fb70c
NR
40642006-07-01 Nick Roberts <nickrob@snap.net.nz>
4065
4066 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
4067 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
4068 (GDB/MI Data Manipulation): Remove description of unimplemented
4069 display related commands as variable objects perform this function
4070 and are superior: -display-delete, -display-disable,
4071 -display-enable, -display-insert and -display-list. Move
4072 -environment-cd, -environment-directory, -environment-path
4073 and -environment-pwd to "Program Context".
4074 (GDB/MI Program Control): Rename to "Program Execution". Move
4075 -exec-arguments -exec-abort to...
4076 (GDB/MI Program Context): ...here. New node split from "Data
4077 Manipulation".
4078
be2a5f71
DJ
40792006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
4080
4081 * gdb.texinfo (Remote configuration): Document set / show
4082 remote supported-packets.
4083 (General Query Packets): Document qSupported packet.
4084
fc320d37
SL
40852006-06-10 Sandra Loosemore <sandra@codesourcery.com>
4086
4087 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
4088 and font markup.
4089 (Protocol basics): Likewise.
4090 (The F request packet): Likewise.
4091 (The F reply packet): Likewise.
4092 (Memory transfer): Move this node to be a subsubsection of
4093 "Protocol specific representation of datatypes".
4094 (The Ctrl-C message): More copy editing.
4095 (Console I/O): Likewise.
4096 (The isatty call): Delete this node, and merge its content into
4097 the "isatty" node. Fixed references elsewhere.
4098 (The system call): Delete this node, and merge its content into
4099 the "system" node. Fixed references elsewhere.
4100 (open): Reformat to use @table, and add appropriate font markup.
4101 (close): Likewise.
4102 (read): Likewise.
4103 (write): Likewise.
4104 (lseek): Likewise.
4105 (rename): Likewise.
4106 (unlink): Likewise.
4107 (stat/fstat): Likewise.
4108 (gettimeofday): Likewise.
4109 (isatty): Likewise.
4110 (system): Likewise, plus minor changes to fix confusing wording.
4111 (Integral datatypes): Fix font markup.
4112 (Pointer values): Likewise.
4113 (struct stat): Fix markup to use @table, plus minor copy editing.
4114 (struct timeval): Fix font markup, plus minor copy editing.
4115 (Constants): Minor copy editing.
4116 (Errno values): Add font markup.
4117 (File-I/O Examples): Likewise.
4118
158fdf5c
NR
41192006-06-10 Nick Roberts <nickrob@snap.net.nz>
4120
4121 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
4122 (GDB/MI Simple Examples): Move node up one level. Use real
4123 examples.
4124 (GDB/MI Compatibility with CLI): Update.
4125 (GDB/MI Result Records): Add "connected" and "exit" result
4126 classes.
4127 (GDB/MI Stream Records): Clarify target output.
4128 (GDB/MI Command Description Format): Modify example description.
4129 (GDB/MI Breakpoint Table Commands): Rename to...
4130 (GDB/MI Breakpoint Commands): ...this
4131 (GDB/MI Breakpoint Commands): Add optional thread field.
4132 (GDB/MI Program Control): Add an introduction. Move "Program
4133 termination" examples into exec-run description.
4134 (GDB/MI File Commands): Mention similar CLI commands.
4135 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
4136 is similar to "-gdb-version".
4137
ddb50cd7
EZ
41382006-06-09 Eli Zaretskii <eliz@gnu.org>
4139
4140 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
4141
2aef0d6b
NR
41422006-06-02 Nick Roberts <nickrob@snap.net.nz>
4143
4144 * gdb.texinfo (GDB/MI Development and Front Ends): Use
4145 sourceware.org for mailing lists.
d5e40d59 4146 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 4147
383a5c52
NR
41482006-06-01 Nick Roberts <nickrob@snap.net.nz>
4149
d5e40d59 4150 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 4151
e16b02ee
EZ
41522006-05-22 Eli Zaretskii <eliz@gnu.org>
4153
4154 * gdb.texinfo (Cygwin Native): Fix last change.
4155
be90c084
CF
41562006-05-22 Christopher Faylor <cgf@timesys.com>
4157
4158 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
4159
347ceba5
NR
41602006-05-15 Nick Roberts <nickrob@snap.net.nz>
4161
4162 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
4163 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
4164
369af7bd
DJ
41652006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4166
4167 * gdb.texinfo (General Query Packets): Recommend not starting
4168 new packets with qC and clarify.
4169
2ffdbde8 41702006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
4171
4172 * gdb.texinfo (M2 Types): New section.
72019c9c 4173
16d1a084
DJ
41742006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
4175
4176 * agentexpr.texi: Add a copyright and license notice.
4177 * observer.texi: Likewise, with GPL clause for function prototypes.
4178 Remove trailing whitespace.
4179
aa56d27a
JB
41802006-05-05 Jim Blandy <jimb@codesourcery.com>
4181
4182 * gdb.texinfo (General Query Packets): Document conventions for
4183 terminating packet names, and their violations.
4184
5bdf8622
DJ
41852006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4186
4187 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
4188 * gdb.texinfo: Likewise.
4189
605a56cb
DJ
41902006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4191
4192 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
4193 and "show remotedebug".
4194 (Debugging Output): Add additional index entries.
4195
b8db102d
MS
41962006-04-27 Michael Snyder <msnyder@redhat.com>
4197
4198 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
4199
c5e30d01
AC
42002006-04-22 Andrew Cagney <cagney@redhat.com>
4201
4202 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
4203 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
4204
8181d85f
DJ
42052006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
4206
4207 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
4208 and remove breakpoint prototypes.
4209 (Watchpoints): Move description of target_insert_hw_breakpoint and
4210 target_remove_hw_breakpoint ...
4211 (Breakpoints): ... to here. Document target_insert_breakpoint and
4212 target_remove_breakpoint.
4213
4f553f88
JB
42142006-04-17 Jim Blandy <jimb@codesourcery.com>
4215
4216 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
4217 and C packets are optional.
4218
cd852561
FR
42192006-04-14 Frederic Riss <frederic.riss@st.com>
4220
4221 * gdb.texinfo (Specifying source directories): Update the description
4222 of the source file search to reflect the fact that the source path
4223 always contains at least $cdir and $cwd.
4224
b620eb07
MS
42252006-03-31 Michael Snyder <msnyder@redhat.com>
4226
4227 * gdb.texinfo: Update copyright dates.
4228
3156cdaf
EZ
42292006-03-31 Eli Zaretskii <eliz@gnu.org>
4230
4231 * gdb.texinfo (Overview): Add an index entry to "empty response".
4232
7d30c22d
JB
42332006-03-28 Jim Blandy <jimb@codesourcery.com>
4234
4235 * gdbint.texinfo (Prologue Analysis): New section.
4236
86941c27
JB
42372006-03-07 Jim Blandy <jimb@red-bean.com>
4238
66b8c7f6
JB
4239 * gdb.texinfo (Connecting): Document 'target remote pipe'.
4240
1a10341b
JB
4241 * gdb.texinfo (Target Commands): Update text describing how to
4242 specify a target. Refer to the detailed section on remote
4243 debugging, not the brief mention.
4244
86941c27
JB
4245 * gdb.texinfo (Connecting): Organize the different 'target remote'
4246 connection methods into a table. Add a 'target remote' index
4247 entry. (!!!)
4248
62f3a2ba
FF
42492006-02-17 Fred Fish <fnf@specifix.com>
4250
4251 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4252 'ptype' commands to reflect the fact that the only significant
4253 difference between them is that ptype prints the complete type
4254 description instead of just the name.
4255
8b9a88ea
WZ
42562006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
4257
4258 * gdbint.texinfo (Watchpoints): Delete
4259 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4260
7e8dc855
NR
42612006-02-10 Nick Roberts <nickrob@snap.net.nz>
4262
4263 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4264 times fields where needed. Fix typos. Update general form given
4265 for output of -break-insert.
4266 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4267
c91d38aa
DJ
42682006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
4269
4270 * gdbint.texinfo (Symbol Handling): Add a section
4271 on memory management.
4272
38fcd64c
DJ
42732006-02-06 Vladimir Prus <ghost@cs.msu.su>
4274
4275 * gdb.texinfo (Breakpoint table commands): Document the fullname
4276 field in -break-list output.
4277
219eec71
EZ
42782006-02-03 Eli Zaretskii <eliz@gnu.org>
4279
4280 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4281 debugging information produced by the various "set debug..."
4282 options.
4283
ae5a43e0
DJ
42842006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4285
4286 * gdb.texinfo (Files): Remove obsolete bits from the description
4287 of "symbol-file".
4288
a9f158ec
JB
42892006-01-25 Jim Blandy <jimb@redhat.com>
4290
4291 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4292
410dd08e
JB
42932006-01-24 Jim Blandy <jimb@redhat.com>
4294
4295 * gdbint.texinfo (Frames): Document the basics of GDB's register
4296 unwinding model, and explain the existence of the "sentinel" frame.
4297
4b505b12
AS
42982006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4299
4300 * gdb.texinfo (Choosing files): Mention that -directory is used
4301 for script files.
4302 (Specifying source directories): Likewise.
4303 (Command files): Explain how script files are found.
4304
839c27b7
EZ
43052006-01-21 Eli Zaretskii <eliz@gnu.org>
4306
4307 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4308 the threads in a multi-threaded program.
4309 (Threads): The threadno argument of "thread apply" can be a range
4310 of numbers.
4311
7be93b9e
JB
43122006-01-18 Jim Blandy <jimb@redhat.com>
4313
4314 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4315 of warning flags.
4316
fcc73fe3
EZ
43172006-01-13 Eli Zaretskii <eliz@gnu.org>
4318
4319 * gdb.texinfo (Sequences): Improve menu annotations.
4320 (Define): Add index entries for arguments of user-defined
4321 commands. Move the description of flow-control commands...
4322 (Command Files): ...to here. Document loop_break and
4323 loop_continue.
ca91424e
EZ
4324 (Define, Command Files): Document `end' and add index entries for
4325 it.
fcc73fe3 4326
5c95884b
MS
43272006-01-04 Michael Snyder <msnyder@redhat.com>
4328
4329 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 4330 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 4331
860701dc
PH
43322006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4333
4334 * gdb.texinfo (Omissions from Ada): Document that there is now
4335 limited aggregate support.
4336
36b80e65
EZ
43372005-12-28 Eli Zaretskii <eliz@gnu.org>
4338
4339 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4340 registers and the likes.
4341
c1468174
EZ
43422005-12-24 Eli Zaretskii <eliz@gnu.org>
4343
4344 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4345 (Symbols): Fix usage of "e.g.".
359df76b 4346 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
4347
4348 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4349 (Coding): Fix usage of "e.g.".
4350
c02a867d
EZ
43512005-12-23 Eli Zaretskii <eliz@gnu.org>
4352
5ae4183a
AS
4353 * stabs.texinfo:
4354 * refcard.tex:
c02a867d 4355 * gpl.texi:
5ae4183a
AS
4356 * gdbint.texinfo:
4357 * gdb.texinfo:
4358 * gdb-cfg.texi:
c02a867d 4359 * fdl.texi:
5ae4183a
AS
4360 * annotate.texinfo:
4361 * all-cfg.texi:
c02a867d
EZ
4362 * Makefile.in: Add (C) after Copyright. Update the FSF
4363 address.
4364
fad38dfa
EZ
43652005-12-03 Eli Zaretskii <eliz@gnu.org>
4366
4367 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4368 extend GDB with commands for external monitor.
4369
53e5f3cf
AS
43702005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4371
4372 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4373
55f6ca0f
JB
43742005-11-25 Joel Brobecker <brobecker@adacore.com>
4375
4376 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4377
c1947b85
JB
43782005-11-21 Jim Blandy <jimb@redhat.com>
4379
4380 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4381 placement of 'R' actions in tracepoint action packets; document
4382 dependence of 'X' and 'M' actions on a preceding 'R' action for
4383 their registers.
4384
9d29849a
JB
43852005-11-19 Jim Blandy <jimb@redhat.com>
4386
4387 * gdb.texinfo (Tracepoint Packets): New node.
4388 (General Query Packets): Add entries for the tracepoint packets,
4389 referring to the "Tracepoint Packets" node.
4390 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4391
9a6253be
KB
43922005-11-18 Kevin Buettner <kevinb@redhat.com>
4393
4394 * gdb.texinfo (set remotebreak): Add anchor.
4395 (X packet): Likewise.
4396 (Remote Protocol): Add new section `Interrupts' and new index
4397 entry `interrupts (remote protocol)'.
4398
5f3bebba
JB
43992005-11-18 Jim Blandy <jimb@redhat.com>
4400
4401 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4402 entries into the General Query Packets section. Add a
4403 cross-reference to that section. Drop description of replies, as
4404 these are covered in the descriptions of each packet.
4405 (General Query Packets): Add introductory text. Explain naming
4406 conventions, and how the end of a name is recognized.
4407
9a7a1b36
KB
44082005-11-17 Kevin Buettner <kevinb@redhat.com>
4409
0564b6cf 4410 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4411 "set remotebreak" command.
4412
b8ff78ce
JB
44132005-11-16 Jim Blandy <jimb@redhat.com>
4414
4415 * gdb.texinfo (Packets, Stop Reply Packets)
4416 (General Query Packets): Various formatting cleanups.
4417 - Use @samp for packet contents.
4418 - Drop summaries from packet @item lines; the same information appears
4419 immediately below in the description.
4420 - Delete paragraph breaks after packet @item commands, so that the
4421 description appears directly to the right of the packet prototype
4422 in the printed manual, if it fits.
4423 - Place spaces in packet prototypes between @vars and non-@var
4424 letters, and explain that they're just for formatting.
4425 - Use @dots{} instead of '...'.
4426 - Fix uses of @code where @var was needed.
4427 - Replace "deprecated" markers with English text spelling out the
4428 packet's status and the preferred alternatives.
4429 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4430 what this ever meant.
4431 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4432 this for a long time.
4433 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4434 implemented several times, and have been in use for years.
4435
8ffe2530
JB
44362005-11-15 Jim Blandy <jimb@redhat.com>
4437
c43c5473
JB
4438 * gdb.texinfo (Packets): Add index entries for 'm' packet
4439 disclaimers.
5ae4183a 4440
fb031cdf
JB
4441 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4442 of stub when processing an 'm' packet.
4443
8ffe2530
JB
4444 * gdb.texinfo (Packets): Mention that packets beginning with
4445 letters are reserved once, at the top, instead of actually listing
4446 them all and saying "reserved".
4447
c03c782f
AS
44482005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4449
4450 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4451 Change @var{$arg0 to @code{$arg0.
4452
814e32d7
WZ
44532005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4454
4455 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4456
fa93a9d8
JB
44572005-11-12 Jim Blandy <jimb@redhat.com>
4458
4459 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4460 order. Remove extraneous 'z'.
4461
8a5a3c82
AS
44622005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4463
4464 * gdb.texinfo (Choosing files): Add --eval-command.
4465
4b0ad762
AS
44662005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4467
4468 * gdb.texinfo (Choosing modes): Add --return-child-result.
4469
4470
1a088d06
AS
44712005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4472
4473 * gdb.texinfo (Choosing modes): Add --batch-silent.
4474
656d5e12
EZ
44752005-10-28 Eli Zaretskii <eliz@gnu.org>
4476
4477 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4478 "The -var-update Command".
4479
3c9c013a
JB
44802005-10-03 Joel Brobecker <brobecker@adacore.com>
4481
4482 * gdb.texinfo (Print Settings): Add documentation for set/show
4483 print array-indexes.
4484
7ba3cf9c
DJ
44852005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4486
4487 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4488 6.2 and 6.3.
4489
a94ab193
EZ
44902005-08-27 Eli Zaretskii <eliz@gnu.org>
4491
4492 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4493 since 19-Jan-2004.
4494 (Files): Likewise.
ab1adacd
EZ
4495 (Variables, Symbols): Document the "<incomplete type>" message and
4496 its reasons.
a94ab193 4497
ca06016a
FF
44982005-08-01 Fred Fish <fnf@specifix.com>
4499
4500 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4501
cf58170d
NR
45022005-07-15 Nick Roberts <nickrob@snap.net.nz>
4503
4504 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4505 option for -var-list-children and -var-update.
4506 (GDB/MI Stack Manipulation): Simplify description of
4507 print-values option for -stack-list-locals.
4508 (GDB/MI Command Description Format): Clarify.
4509 (Mode Options): Spelling of superseded.
4510
38f1196a
BR
45112005-07-12 Bob Rossi <bob@brasko.net>
4512
4513 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4514 corresponding GDB command comment.
4515
3cb3b8df
BR
45162005-07-06 Bob Rossi <bob@brasko.net>
4517
4518 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4519 and -inferior-tty-show.
4520 (Input/Output): Document "set/show inferior-tty" and tty alias.
4521
10fac096
NW
45222005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4523
4524 * gdb.texinfo (Packets): Change description of 'D' packet to note
4525 that GDB does wait for a response.
4526
d1b6db76
NR
45272005-06-22 Nick Roberts <nickrob@snap.net.nz>
4528
4529 * gdb.texinfo (History) Rename "Command History".
4530 (Command History): Move node "Server Prefix" from section on
4531 Annotations here.
4532
29629dcf
NR
45332005-06-19 Nick Roberts <nickrob@snap.net.nz>
4534
4535 * gdb.texinfo (GDB/MI Stack Manipulation):
4536 Re-instate -stack-info-frame with example. Say that it gets
4537 info on selected frame, not current frame.
4538
397ca115
EZ
45392005-06-18 Eli Zaretskii <eliz@gnu.org>
4540
4541 * gdb.texinfo (Server): Clarify that `file' should be used before
4542 connecting to the server.
4543 (Files): Add an xref to the above description.
51274035
EZ
4544 (Output Formats): More detailed description of the `c' format.
4545 (Memory): List explicitly all the formats supported by `x'.
638ac427 4546 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4547 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4548 files. Add more indexing for solib-absolute-prefix and
4549 --with-sysroot.
76d17f34
EZ
4550 (Machine Code): Document possible problems with locations in
4551 shared libraries.
d416eeec
EZ
4552 (Backtrace): Document that free-standing environments do not need
4553 to have a `main' function.
397ca115 4554
74f6deaa
NR
45552005-06-18 Nick Roberts <nickrob@snap.net.nz>
4556
4557 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4558 -stack-info-frame.
4559
a9967aef
AC
45602005-06-07 Andrew Cagney <cagney@gnu.org>
4561
4562 * gdb.texinfo (Contributors): Note the original multi-arch
4563 contributors.
4564
e09f16f9
EZ
45652005-06-03 Eli Zaretskii <eliz@gnu.org>
4566
4567 * gdb.texinfo (Registers): Add index entries for the standard
4568 registers.
4569 (Frames): Add cross-reference from frame pointer description to
4570 the Registers node.
4571 (Annotations Overview): Fix the reference to GDB name.
4572
d87ba7ee
EZ
45732005-06-01 Eli Zaretskii <eliz@gnu.org>
4574
4575 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4576 can-use-hw-watchpoints.
4577
034dad6f
BR
45782005-05-28 Bob Rossi <bob@brasko.net>
4579
4580 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4581 the possible reasons why an exec async record would be returned to FE.
4582
ffed4509
AC
45832005-05-26 Andrew Cagney <cagney@gnu.org>
4584
4585 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4586 Andrew Cagney implemented the original GDB/MI.
4587
e22e55c9
OF
45882005-05-23 Orjan Friberg <orjanf@axis.com>
4589
4590 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4591 documentation. Add documentation for cris-mode.
4592
a78e13ce
EZ
45932005-05-20 Eli Zaretskii <eliz@gnu.org>
4594
4595 * gdb.texinfo (Numbers): Explain the example and make the wording
4596 more acurate.
4597
76ff342d
DJ
45982005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4599 Dennis Brueni <dennis@slickedit.com>
4600
4601 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4602 (GDB/MI Data Manipulation, GDB/MI Program Control)
4603 (GDB/MI Stack Manipulation): Update examples to include the fullname
4604 attribute in stack frames.
4605
119b882a
EZ
46062005-05-12 Eli Zaretskii <eliz@gnu.org>
4607
4608 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4609 do with other non-standard names of init files.
4610
6fc08d32
EZ
46112005-05-11 Eli Zaretskii <eliz@gnu.org>
4612
4613 * gdb.texinfo (Command Files): Move the description of the startup
4614 from here...
4615 (Startup): ...to this new subsection of the Invocation chapter.
4616 Rearrange the description of init files more logically and add a
4617 cross-reference to "Command Files". Document the special gdbinit
4618 name for CISCO 68k. Expand the description of what GDB does
4619 during startup.
4620 (History): Add index entry for HISTSIZE.
4621
a561754a
MK
46222005-05-02 Mark Kettenis <kettenis@gnu.org>
4623
4624 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4625
2eecc4ab
EZ
46262005-05-02 Eli Zaretskii <eliz@gnu.org>
4627
4628 * gdb.texinfo (SVR4 Process Information, The isatty call)
4629 (The system call): Don't use foo(N) notation for man pages and
4630 functions.
514c4d71 4631 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4632
18999be5
EZ
46332005-04-27 Eli Zaretskii <eliz@gnu.org>
4634
4635 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4636 were optimized away.
4637
0abb7bc7
EZ
46382005-04-22 Eli Zaretskii <eliz@gnu.org>
4639
4640 * gdb.texinfo (Remote configuration): Document "set/show
4641 get-thread-local-storage-address". Add cross-reference to the
4642 description of the qGetTLSAddr packet.
4643 (General Query Packets): Mention "set remote
4644 get-thread-local-storage-address" and add a reference to its
4645 description.
4646
6f61acb1
NR
46472005-04-19 Nick Roberts <nickrob@snap.net.nz>
4648
4649 * gdb.texinfo (Backtrace): Describe 'bt full'.
4650
9d59903a
NR
46512005-04-17 Nick Roberts <nickrob@snap.net.nz>
4652
4653 * gdb.texinfo (Mode Options): Fix typo.
4654 (GDB/MI): Describe how to invoke GDB/MI.
4655
721c2651
EZ
46562005-04-16 Eli Zaretskii <eliz@gnu.org>
4657
4658 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4659 references changed. Add description of "info udot".
721c2651
EZ
4660 (Files): Document "set/show stop-on-solib-events".
4661 (M32R/D): Document "set/show download-path", "set/show
4662 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4663 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4664 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4665 (Maintenance Commands): Improve indexing.
4666 (Target Commands): Document "set/show hash", "set/show debug
4667 monitor".
4668 (SVR4 Process Information): Document "info pidlist" and "info
4669 meminfo". Document "set/show procfs-tarce" and "set/show
4670 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4671 (Symbols, The Print Command with Objective-C): Improve indexing.
4672 (Objective-C): Add references to "info classes" and "info
4673 selectors".
c45da7e6
EZ
4674 (Debugging Output): Improve wording. Document "set/show debug
4675 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4676 (Set Breaks): Add index entry for "hardware breakpoints".
4677 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4678 and "set/show usehardbreakpoints".
4679 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4680 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4681 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4682 rdiromatzero", "set/show rdiheartbeat".
4683 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4684 "sds".
4685 (Embedded Processors): Document the "sim" command.
4686 (Remote): Document the "remote" command.
4687 (DJGPP Native): Document the "info serial" command.
4688 (Threads): Document "maint info sol-threads".
4689 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4690 (Set Breaks): Improve indexing.
4691 (Command Syntax): Add a reference to dont-repeat.
4692 (Define): Document "dont-repeat".
4693 (TUI Commands): Document "tabset".
4694 (WinCE): New subsection. Document "set/show remotedirectory",
4695 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4696
14d6dd68
EZ
46972005-04-15 Eli Zaretskii <eliz@gnu.org>
4698
4699 * gdb.texinfo (Hurd Native): New subsection, documents
4700 Hurd-specific commands.
a64548ea 4701 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4702 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4703 (MIPS): Improve documentation of heuristic-fence-post. Document
4704 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4705 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4706 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4707 (ARM): Document ARM-specific commands.
a64548ea
EZ
4708 (AVR): New section. Document "info io_registers".
4709 (CRIS): New section. Document "set/show cris-version" and
4710 "set/show cris-dwarf2-cfi".
4711 (HPPA): New section. Document "set/show debug hppa" and "maint
4712 print unwind".
a5adf40f 4713 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4714 (Super-H): New section. Document the "regs" command.
721c2651 4715 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4716
9c16f35a
EZ
47172005-04-09 Eli Zaretskii <eliz@gnu.org>
4718
4719 * gdb.texinfo (Print Settings): Document "set/show print
4720 pascal_static-members", "set print repeats", "show print
4721 null-stop". Improve indexing. Fix documentation of "set print
4722 union".
4723 (Pascal): New section.
4724 (Supported languages): Rename from "Support"; all references
4725 updated. Add a menu item for Pascal.
4726 (Numbers): Document "set radix.
4727 (Screen Size): Document "set/show pagination".
4728 (MIPS Embedded): Remove "set processor" documentation.
4729 (Remote configuration): Document "set/show X/P/Z-packet",
4730 "set/show read-aux-vector-packet", "set/show remote
4731 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4732 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4733 remotedebug", "set/show remotebreak", "set/show remotedevice",
4734 "set/show remotelogfile".
4735 (Auxiliary Vector): Add reference to the description of the
4736 read-aux-vector-packet setting.
4737 (Set Watchpoints): Add a cross-reference to "set remote
4738 hardware-breakpoint-limit".
4739 (General Query Packets): Add indexing of requests and
4740 cross-references to related commands in "Remote configuration".
4741 (File-I/O Overview, The system call): Fix wording and typos.
4742 (Thread Stops): Add index entries.
4743 (Continuing and Stepping): Document "show step-mode".
4744 (i386): New node. Document "set/show struct-convention".
4745 (Files): Document "show trust-readonly-sections".
4746 (Calling): Document "set/show unwindonsignal".
4747 (Messages/Warnings): Add index entries.
4748 (Maintenance Commands): Document "set/show watchdog".
4749 (Annotations Overview): Document "show annotate".
4750 (Set Watchpoints): Add index entries.
4751 (Symbols): Fix doc of case-sensitive.
4752 (ABI): Document "show coerce-float-to-double".
4753 (Convenience Vars, Help): Improve indexing.
4754 (Machine Code): Document "show disassembly-flavor".
4755 (Debugging C plus plus): Document "show overload-resolution".
4756 (Value History, Signaling): Add index entries.
4757
47582005-04-08 Eli Zaretskii <eliz@gnu.org>
4759
4760 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4761 (Processes): Fix wording.
4762 (History, List, Logging output, Define, Symbols, Print Settings):
4763 Improve indexing.
4764
a8f24a35
EZ
47652005-04-03 Eli Zaretskii <eliz@gnu.org>
4766
4767 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4768 redundant index entry for "target" command.
4769 (Backtrace): Add index entries.
4770 (Symbols, Fortran): Document the "set case-sensitive" command.
4771 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4772 (Print Settings): Add index entry for "set demangle-style".
4773 (Target Commands): Document "set download-write-size".
4774 (Debugging Output): Document "set exec-done-display".
4775
09d4efe1
EZ
47762005-04-02 Eli Zaretskii <eliz@gnu.org>
4777
4778 * gdb.texinfo (Files): Fix the name and documentation of
4779 add-shared-symbol-files. Document its alias assf. Update the
4780 list of OSs where GDB supports shared libraries. Fix markup.
4781 (Continuing and Stepping): Add reference to @var{location} in the
4782 text.
4783 (Dump/Restore Files): Fix reference to @{filename}.
4784 (Help): Fix wording.
4785 (Attach): Ditto.
4786 (Set Watchpoints): Ditto.
4787 (Backtrace): Remove redundant index entries. Improve index
4788 entries.
4789 (Delete Breaks): Fix wording.
4790 (Memory): Document the compare-sections command.
4791 (Memory Region Attributes): Improve wording.
4792 (Disabling): Improve wording.
4793 (Fortran): New subsection. Document the "info common" command.
4794 (Help): Document aliases "info copying" and "info warranty".
4795 (Caching Remote Data): New section. Document the "set/show
4796 remotecache" and "info dcache" commands.
4797 (Show): Fix wording of the documentation of the "set
4798 extension-language" command.
4799 (Signals): Add index entry for "info handle".
4800 (Memory Region Attributes): Fix punctuation.
4801 (Symbols): Change the arg name to "location" and refer to it in
4802 the text. Fix wording of "info types" doc.
4803 (Threads): Fix usage of @enumerate @item's.
4804 (Listing Tracepoints): Add index entry for "info tp".
4805 (Set Watchpoints): Add xref to "info break" description.
4806 (Macros): Add an index entry for "macro exp1". Document the
4807 "macro list" command.
4808 (Maintenance Commands): Document "flushregs", "maint agent",
4809 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4810 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4811 "maint print architecture", "maint print objfiles", "maint print
4812 statistics", "maint print type", "maint show-debug-regs", "maint
4813 space", "maint time", and "maint translate-address".
4814 (Connecting): Document the "monitor" command.
4815 (Annotations Overview): Describe the "set annotate" command.
4816
82f2d802
EZ
48172005-04-01 Eli Zaretskii <eliz@gnu.org>
4818
4819 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4820 Rearrange index entries and improve wording about support for
4821 hardware watchpoints.
4822
7d51c7de
BR
48232005-03-10 Bob Rossi <bob@brasko.net>
4824
4825 * gdb.texinfo: Update copyright
4826
68c71a2e
TR
48272005-02-09 Theodore A. Roth <troth@openavr.org>
4828
4829 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4830 error.
4831
83761cbd
KB
48322005-02-03 Kevin Buettner <kevinb@redhat.com>
4833
4834 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4835
9f1c6395
MS
48362005-01-17 Michael Snyder <msnyder@redhat.com>
4837
4838 * gdb.texinfo: Fix spelling, infinte -> infinite.
4839
fbd1b305
MK
48402005-01-08 Mark Kettenis <kettenis@gnu.org>
4841
4842 * observer.texi (GDB Observers): Document "solib_loaded".
4843
3ace7edb
AC
48442005-01-07 Andrew Cagney <cagney@gnu.org>
4845
bec39cab
AC
4846 * configure.ac: Rename configure.in, require autoconf 2.59.
4847 * configure: Re-generate.
4848
3ace7edb
AC
4849 * configure.in: Replace configdirs with multiple references to
4850 AC_CONFIG_SUBDIRS.
4851 * configure: Re-generate.
5ae4183a 4852
53531fc1
AC
48532005-01-04 Andrew Cagney <cagney@gnu.org>
4854
4855 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4856 part of the version number.
4857
536ffdb7
MK
48582004-12-24 Mark Kettenis <kettenis@gnu.org>
4859
4860 * gdbint.texinfo (Algorithms): Remove description of
4861 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4862
e1aac25b
JB
48632004-12-07 Jim Blandy <jimb@redhat.com>
4864
4865 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4866 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4867 numbers.
4868
f47b1503
AS
48692004-12-07 Andreas Schwab <schwab@suse.de>
4870
4871 * gdb.texinfo (Mode Options): Document -l option.
4872
b6b8ece6
EZ
48732004-12-04 Eli Zaretskii <eliz@gnu.org>
4874
4875 * gdbint.texinfo (Algorithms): More accurate description of
4876 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4877 is not needed unless data-read and data-access watchpoints are
4878 supported. Add a description of how GDB checks whether the
4879 inferior stopped because a watchpoint was hit.
4880
01371747
EZ
48812004-11-23 Eli Zaretskii <eliz@gnu.org>
4882
4883 * gdb.texinfo (Files): Add cross-reference to description of
4884 -readnow command-line switch.
4885
2315ffec
RC
48862004-11-10 Randolph Chung <tausq@debian.org>
4887
4888 * gdb.texinfo: Document set/show backtrace past-entry commands.
4889 Rearrange index entries for set/show backtrace past-main.
4890
69065f5d
AC
48912004-11-10 Jon Beniston <jon@beniston.com>
4892
4893 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4894 * gdb.texinfo (Remote Serial Protocol): Further describe
4895 binary transfer escaping mechanism .
69065f5d 4896
30e91e0b
RC
48972004-11-08 Randolph Chung <tausq@debian.org>
4898
4899 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4900 and "show debug infrun". Add index entries.
4901
60bf7e09
EZ
49022004-10-23 Eli Zaretskii <eliz@gnu.org>
4903
4904 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4905 "info proc" that are already implemented. Add index entries.
4906 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4907 (Files): Add a tip for decreasing memory used for symtabs from
4908 shared libraries.
f018e82f
EZ
4909 (Starting): Fix whitespace; make "elaboration" stand out where it
4910 is first used, and add an index entry for the term.
f8568604
EZ
4911 (Calling): Expand and elaborate text. Add "print". Add the
4912 description of problems with weak aliases.
384ee23f 4913 (Core File Generation): New section.
60bf7e09 4914
d52fe014
AC
49152004-10-12 Andrew Cagney <cagney@gnu.org>
4916
4917 * gdbint.texinfo (Versions and Branches): New chapter.
4918 (Releasing GDB): Delete "Versions and Branches" section.
4919 (Top): Add "Versions and Branches".
4920
703663ab
EZ
49212004-10-08 Eli Zaretskii <eliz@gnu.org>
4922
4923 * gdb.texinfo (Editing, History): Add cross-references to the
4924 included Readline and History user documentation. Remove
4925 references to the symbol have-readline-appendices which is unused
4926 and undefined.
4927 (History): Fix indexing.
4928
ac77d04f
JJ
49292004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4930
4931 * gdbint.texinfo (target_stopped_data_address): Update to
4932 new prototype.
4933 (i386_stopped_data_address): Update prototype and description.
4934 (i386_stopped_by_watchpoint): New function and description.
4935
e07c999f
PH
49362004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4937
4938 * gdb.texinfo (Filenames): Add Ada suffixes.
4939 (Ada) New section.
4940
2e868123
AC
49412004-09-27 Andrew Cagney <cagney@gnu.org>
4942 Robert Picco <Robert.Picco@hp.com>
4943
4944 * gdb.texinfo (Packets): Document the "p" packet.
4945
02a57714
JM
49462004-09-21 Jason Molenda (jmolenda@apple.com)
4947
4948 * gdb.texinfo (Paths and Names of the Source Files): Document the
4949 meaning of values in the 'desc' field of a SO stab.
4950
ae038cb0
DJ
49512004-09-20 Daniel Jacobowitz <dan@debian.org>
4952
4953 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4954 max-cache-age" and "maint show dwarf2 max-cache-age".
4955
f7dc1244
EZ
49562004-09-16 Eli Zaretskii <eliz@gnu.org>
4957
4958 * gdb.texinfo (Set Breaks): Add index entry for setting
4959 breakpoints on overloaded C++ functions that are not members of
4960 any classes. Add an example and an index entry for setting
4961 breakpoints on all program functions.
4962 (Character Sets, Macros, Overlay Commands)
4963 (Non-debug DLL symbols, GDB/MI Output Syntax)
4964 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4965 Use "(@value{GDBP})" instead of a literal "(gdb)".
4966
f810308b
AC
49672004-09-12 Andrew Cagney <cagney@gnu.org>
4968
4969 * gdbint.texinfo (Native Debugging): Delete description of
4970 FILES_INFO_HOOK.
4971
15a661f3
PH
49722004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4973
5ae4183a
AS
4974 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4975 to hex_string_custom (not historically correct, but more
15a661f3
PH
4976 understandable, given the current code).
4977
f3219c75
AC
49782004-09-03 Andrew Cagney <cagney@gnu.org>
4979
4980 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4981
f3bb6704
JJ
49822004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4983
4984 * observer.texi (solib_unloaded): New observer.
4985
8d2c00cb
AC
49862004-08-24 Andrew Cagney <cagney@gnu.org>
4987
4988 * gdbint.texinfo (Target Architecture Definition): Add missing
4989 comma.
4990
e7dc800a
MC
49912004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4992
4993 * (Using the Testsuite): build != host is supported,
4994 but some test scripts do not support build != host.
4995
73b03683
MK
49962004-08-14 Mark Kettenis <kettenis@gnu.org>
4997
4998 * gdbint.texinfo (Host Definition): Delete description of
4999 FCLOSE_PROVIDED and GETENV_PROVIDED.
5000
c0ccb908
MK
50012004-08-05 Mark Kettenis <kettenis@chello.nl>
5002
5003 * gdbint.texinfo (Host Definition): Delete description of
5004 NO_SYS_FILE.
5005 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
5006 PTRACE_FP_BUG.
5007
9c8dbfa9
AC
50082004-08-05 Andrew Cagney <cagney@gnu.org>
5009
5010 * gdbint.texinfo (Target Architecture Definition): Delete
5011 reference to deprecated_read_fp.
5012
f42accbe
AC
50132004-08-02 Andrew Cagney <cagney@gnu.org>
5014
5015 * gdbint.texinfo (Target Architecture Definition): Delete
5016 description of DEPRECATED_REGISTER_BYTES.
5017
0b66e38c
EZ
50182004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
5019
5020 * gdb.texinfo (Source Path): Document the new behavior of
5021 searching for the source files.
5022
15387254
EZ
50232004-07-17 Eli Zaretskii <eliz@gnu.org>
5024
5025 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
5026 (Search, Expressions, Arrays, Variables, Data, Machine Code)
5027 (Auto Display): Improve indexing.
5028
2c07db7a
AC
50292004-07-16 Andrew Cagney <cagney@gnu.org>
5030
5031 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
5032 "-noasync".
5033
4644b6e3
EZ
50342004-07-09 Eli Zaretskii <eliz@gnu.org>
5035
5036 * gdb.texinfo: Fix @kindex entries so that multiple commands that
5037 have the same prefix have only their prefix in the index.
5038
7561d450
MK
50392004-07-03 Mark Kettenis <kettenis@gnu.org>
5040
5041 * gdb.texinfo (BSD libkvm Interface): New node (section)
5042 (Native): Add it to the menu.
5043
67bebe79
MK
50442004-07-01 Mark Kettenis <kettenis@gnu.org>
5045
5046 * gdbint.texinfo (Target Architecture Definition): Remove
5047 PCC_SOL_BROKEN.
5048
1a6923e0
MK
50492004-06-24 Mark Kettenis <kettenis@gnu.org>
5050
5051 * gdbint.texinfo (Target Architecture Definition): Remove
5052 SUN_FIXED_LBRAC_BUG.
5053
b435e160
AC
50542004-06-26 Andrew Cagney <cagney@gnu.org>
5055
5056 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
5057
b5622e8d
AC
50582004-06-20 Andrew Cagney <cagney@gnu.org>
5059
5060 * gdbint.texinfo (Target Architecture Definition): Deprecate
5061 USE_STRUCT_CONVENTION.
5062
e0c07bf0
MC
50632004-06-19 Michael Chastain <mec.gnu@mindspring.com>
5064
5065 gdb.texinfo (Bug Reporting): Mention session recording,
5066 with the script command or Emacs.
5067
782263ab
AC
50682004-06-18 Andrew Cagney <cagney@gnu.org>
5069
5070 * gdbint.texinfo (Target Architecture Definition): Deprecate
5071 FUNCTION_START_OFFSET.
5072
03727ca6
AC
50732004-06-14 Andrew Cagney <cagney@gnu.org>
5074
5075 Based on changes from Karl Berry.
5076 * gdb.texinfo: Do not use @sc in a direntry.
5077 * stabs.texinfo: Change @dircateogry to "Software development".
5078 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
5079
97092415
AC
50802004-06-13 Andrew Cagney <cagney@gnu.org>
5081
5082 * gdbint.texinfo (Target Architecture Definition): Delete
5083 description of RETURN_VALUE_ON_STACK.
5084
1f6d4158
AC
50852004-06-09 Andrew Cagney <cagney@gnu.org>
5086
5087 * gdbint.texinfo (Native Debugging): Restore "@table @code"
5088 deleted by previous patch.
5089
d966f0cb
AC
50902004-06-08 Andrew Cagney <cagney@gnu.org>
5091
5092 * gdbint.texinfo (Native Debugging): Delete documentation on
5093 ATTACH_DETACH.
5094
86fe4aaa
RC
50952004-06-06 Randolph Chung <tausq@debian.org>
5096
5097 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
5098
d4b6d575
RC
50992004-06-06 Randolph Chung <tausq@debian.org>
5100
5ae4183a 5101 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
5102 the new push_dummy_call method signature. Describe the function
5103 argument.
5104
4e8b0763
JB
51052004-05-24 Joel Brobecker <brobecker@gnat.com>
5106
5107 * gdb.texinfo (Starting): Document new start command.
5108
59caf092
AC
51092004-05-21 Andrew Cagney <cagney@redhat.com>
5110
5111 * observer.texi (GDB Observers): Document "inferior_created".
5112
e4a2df64
AC
51132004-05-08 Andrew Cagney <cagney@redhat.com>
5114
e6b55ae2
AC
5115 * gdbint.texinfo (Target Architecture Definition): Delete
5116 description of DO_DEFERRED_STORES.
5117
28954179
AC
5118 * gdbint.texinfo (Target Architecture Definition): Delete
5119 references to DEPRECATED_FIX_CALL_DUMMY.
5120
434b87dd
AC
5121 * gdbint.texinfo (Target Architecture Definition): Delete
5122 description of DEPRECATED_CALL_DUMMY_WORDS,
5123 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
5124
58d28df8
AC
5125 * gdbint.texinfo (Target Architecture Definition): Delete
5126 description of DEPRECATED_PUSH_DUMMY_FRAME.
5127
e4a2df64
AC
5128 * gdbint.texinfo (Target Architecture Definition): Delete
5129 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
5130
2b4855ab
AC
51312004-05-07 Andrew Cagney <cagney@redhat.com>
5132
5133 * observer.texi (GDB Observers): Add "Debugging" section. Include
5134 cross reference to "set/show debug observer".
5135 * gdb.texinfo (Debugging Output): Document "set/show debug
5136 observer".
5137
fcf70625
AC
51382004-05-01 Andrew Cagney <cagney@redhat.com>
5139
5140 * gdbint.texinfo (Target Architecture Definition): Delete
5141 description of DEPRECATED_PC_IN_SIGTRAMP.
5142
8ee56bcf
AC
51432004-04-30 Andrew Cagney <cagney@redhat.com>
5144
5145 * gdbint.texinfo (Target Architecture Definition): Delete
5146 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
5147
67ab9a76
OF
51482004-04-30 Orjan Friberg <orjanf@axis.com>
5149
5150 * observer.texi (GDB Observers): Correct spelling.
5151
79346bcb
OF
51522004-04-26 Orjan Friberg <orjanf@axis.com>
5153
5154 * observer.texi (GDB Observers): Add target_changed event.
5155
7a464420
AC
51562004-04-08 Andrew Cagney <cagney@redhat.com>
5157
5158 * observer.texi (GDB Observers): Rework, provide generic observer
5159 definitions and then a list of observable events.
5160
6cdf9d98
AC
51612004-04-04 Andrew Cagney <cagney@redhat.com>
5162
5163 * gdbint.texinfo (Host Definition): Delete reference to
5164 NO_SIGINTERRUPT.
5165
ddc135a4
AC
51662004-04-02 Andrew Cagney <cagney@redhat.com>
5167
5168 * gdbint.texinfo (Target Architecture Definition): Delete
5169 reference to DEPRECATED_CALL_DUMMY_LENGTH.
5170
6a1b180d
SC
51712004-03-28 Stephane Carrez <stcarrez@nerim.fr>
5172
5173 * gdb.texinfo (TUI Commands): Document tui reg commands.
5174
d0d5df6f
AC
51752004-03-26 Andrew Cagney <cagney@redhat.com>
5176
5177 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
5178 "gdbtui".
5179 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
5180 (Contributors): Mention both Text and Terminal User Interface.
5181
aa2a3f87
AC
51822004-03-23 Andrew Cagney <cagney@redhat.com>
5183
5184 * gdbint.texinfo (Target Architecture Definition): Deprecate
5185 references to SIGTRAMP_START and SIGTRAMP_END.
5186
f561f026
AC
51872004-03-23 Andrew Cagney <cagney@redhat.com>
5188
5189 * gdbint.texinfo (Target Architecture Definition): Deprecate
5190 references to PC_IN_SIGTRAMP.
5191
33cb8b0f
AC
51922004-03-19 Andrew Cagney <cagney@redhat.com>
5193
5194 * gdbint.texinfo (Target Architecture Definition): Delete
5195 reference to GDB_TARGET_IS_HPPA.
5196
fc989b7a
AC
51972004-03-18 Andrew Cagney <cagney@redhat.com>
5198
5199 * gdbint.texinfo (Coding): Update section on gdbarch_data,
5200 describe pre_init and post_init.
5201
701b08bb
DJ
52022004-03-09 Daniel Jacobowitz <drow@mvista.com>
5203
5204 * gdb.texinfo (Debugging Output): Document values for "set debug
5205 target".
5206
faae5abe
AC
52072004-02-28 Andrew Cagney <cagney@redhat.com>
5208
5209 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
5210
dd79a6cf
JJ
52112004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5212
5213 * gdb.texinfo (breakpoints): Add information about the
5214 new "set breakpoint pending" and "show breakpoint pending"
5215 commands.
5216
e7f16015
AC
52172004-02-26 Andrew Cagney <cagney@redhat.com>
5218
5219 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
5220 in Per-architecture module data section.
5221
7161a3a6
RM
52222004-02-25 Roland McGrath <roland@redhat.com>
5223
5224 * gdb.texinfo (General Query Packets): Document qPart:... packets.
5225
2154891a
AC
52262004-02-24 Andrew Cagney <cagney@redhat.com>
5227
5228 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
5229 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
5230 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 5231
6c74ac8b
AC
52322004-02-17 Andrew Cagney <cagney@redhat.com>
5233
5234 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
5235
19772a2c
AC
52362004-02-16 Andrew Cagney <cagney@redhat.com>
5237
5238 * gdbint.texinfo (Target Architecture Definition): Deprecate
5239 FRAMELESS_FUNCTION_INVOCATION.
5240
c9830293
AC
52412004-02-16 Andrew Cagney <cagney@redhat.com>
5242
5243 * gdbint.texinfo (Coding): Mention -Wunused-function.
5244
b9d26eb9
AC
52452004-02-14 Andrew Cagney <cagney@redhat.com>
5246
5247 * gdbint.texinfo (Target Architecture Definition): Delete
5248 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5249
49efadf5
EZ
52502004-02-12 Elena Zannoni <ezannoni@redhat.com>
5251
5252 * gdb.texinfo: Properly quote the name "C++".
5253 * gdbint.texinfo: Ditto.
5254 * stabs.texinfo: Ditto.
5255
1eb288ea
EZ
52562004-02-11 Elena Zannoni <ezannoni@redhat.com>
5257
5258 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5259 minimal information about libiberty.
5260
e4937fc1
MC
52612004-02-06 Michael Chastain <mec.gnu@mindspring.com>
5262
5263 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5264
a9331b3f
RM
52652004-02-04 Roland McGrath <roland@redhat.com>
5266
5267 * gdb.texinfo (Auxiliary Vector): New node (section).
5268 (Data): Add it to the menu.
5269
2650777c
JJ
52702004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5271
5272 * gdb.texinfo (Breakpoints): Add information about pending
5273 breakpoint support.
5274
b4501125
AC
52752004-01-26 Andrew Cagney <cagney@redhat.com>
5276
5277 * gdb.texinfo (Overview): Delete references to the cisco protocol
5278 including the "N" response.
5279
74055713
AC
52802004-01-26 Andrew Cagney <cagney@redhat.com>
5281
5282 * gdbint.texinfo (Target Architecture Definition): Rename
5283 EXTRACT_STRUCT_VALUE_ADDRESS to
5284 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 5285
3bbe9696
EZ
52862004-01-24 Eli Zaretskii <eliz@gnu.org>
5287
5288 * gdb.texinfo (KOD): Document "show os". Add index entries for
5289 "set/show os" and "info cisco" commands.
5290
5843504f
EZ
52912004-01-21 Eli Zaretskii <eliz@gnu.org>
5292
5293 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5294
9175c9a3
MC
52952004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5296
5297 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5298 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5299
8e94b928
NR
53002004-01-19 Nick Roberts <nick@nick.uklinux.net>
5301
5302 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5303 -stack-list-locals.
5304 (GDB/MI Variable Objects): Describe extension to
5305 -var-list-children.
5306
a20cf136
DJ
53072004-01-17 Daniel Jacobowitz <drow@mvista.com>
5308
5309 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5310
afb18d0f
AC
53112004-01-17 Andrew Cagney <cagney@redhat.com>
5312
5313 * gdbint.texinfo (Target Architecture Definition): Delete
5314 documentation on DEPRECATED_NPC_REGNUM.
5315
b51970ac
DJ
53162004-01-13 Daniel Jacobowitz <drow@mvista.com>
5317
5318 * gdb.texinfo: Update copyright year. Mention that set
5319 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5320 "set follow-fork-mode ask".
5321
0f0cffd2
AC
53222004-01-13 Andrew Cagney <cagney@redhat.com>
5323
5324 * gdbint.texinfo: Update copyright year.
5325 (Coding): Add -Wunused-label to list of -Werror warnings.
5326
c552b3bb 53272004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 5328 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
5329
5330 * gdb.texinfo: Update copyright.
5331 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5332 around names, as appropriate. Minor syntax cleanup of
5333 _NSPrintForDebugger explanation. Two spaces after periods.
5334 GDBN used instead of lit. "gdb". Index entries added for
5335 print-object and _NSPrintForDebugger. @noindent added in one spot.
5336
afe157ca
EZ
53372003-11-11 Elena Zannoni <ezannoni@redhat.com>
5338
5339 * stabs.texinfo: Add dircategory and direntry commands.
5340 * annotate.texinfo: Ditto.
5341
963e2bb7
AC
53422003-11-10 Andrew Cagney <cagney@redhat.com>
5343
5344 * gdbint.texinfo (Target Architecture Definition): Replace the
5345 return_value method's "inval" and "outval" parameters with
5346 "readbuf" and "writebuf".
5347
1d8b2f28
JB
53482003-10-28 Jim Blandy <jimb@redhat.com>
5349
5350 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5351 from "The `F' request packet" and "The `F' reply packet", to make
5352 texi2dvi happy.
5353 (File-I/O remote protocol extension): Update menu entries, too.
5354
36d86913
MC
53552003-10-26 Michael Chastain <mec@shout.net>
5356
5357 * gdb.texinfo (Thread Stops): Document the issue with
5358 premature return from system calls in multi-threaded programs.
5359
ce2826aa
AC
53602003-10-24 Andrew Cagney <cagney@redhat.com>
5361
5362 * annotate.texinfo: Fix "fortunatly"[sic].
5363
f24c5e49
KI
53642003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5365
5366 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5367 with "Hitachi" and "Mitsubishi".
5368
92ad9cd9
AC
53692003-10-20 Andrew Cagney <cagney@redhat.com>
5370
5371 * gdbint.texinfo (Target Architecture Definition): Document
5372 gdbarch_return_value. Add cross references from
5373 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5374 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5375
0ab4b752
MK
53762003-10-18 Mark Kettenis <kettenis@gnu.org>
5377
5378 * gdbint.texinfo (Target Architecture Definition): Document
5379 regset_from_core_section.
fb3e19c0
KI
5380
53812003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5382
5383 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5384
a9331b3f 53852003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5386
5387 From Anthony Green <green@redhat.com>:
5ae4183a 5388 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5389
1485d690
KB
53902003-10-14 Kevin Buettner <kevinb@redhat.com>
5391
889bf7c5
PA
5392 * gdb.texinfo (Breakpoint related warnings): New node.
5393 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5394
86d30acc
DJ
53952003-10-13 Daniel Jacobowitz <drow@mvista.com>
5396
5397 * gdb.texinfo (Remote Protocol): Document v and vCont.
5398
172c2a43
KI
53992003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5400
5401 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5402 * gdbint.texinfo: Ditto.
5403
71952f4c
AC
54042003-10-09 Andrew Cagney <cagney@redhat.com>
5405
5406 From 2003-09-18 David Anderson <davea@sgi.com>:
5407 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5408 "command".
5409
268e2188
AC
54102003-10-03 Andrew Cagney <cagney@redhat.com>
5411
5412 * gdbint.texinfo (Target Architecture Definition): Deprecate
5413 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5414 just target.
5415
12c266ea 54162003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5417
f30992d4 5418 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5419 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5420 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5421 * gdbint.texinfo (Target Architecture Definition): Rename
5422
54232003-09-30 Andrew Cagney <cagney@redhat.com>
5424
f30992d4 5425 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5426 (Target Architecture Definition):
f30992d4 5427
2e092625
AC
5428 * gdbint.texinfo (Target Architecture Definition): Rename
5429 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5430
0717ae8a
AC
54312003-09-29 Andrew Cagney <cagney@redhat.com>
5432
dad809b7
AC
5433 * gdbint.texinfo (Target Architecture Definition): Delete
5434 documentation for NEED_TEXT_START_END.
5435
0717ae8a
AC
5436 * gdbint.texinfo (Target Architecture Definition): Rename
5437 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5438 TARGET_WRITE_PC.
a9331b3f 5439
af6cf26d
MC
54402003-09-22 Michael Chastain <mec@shout.net>
5441
5442 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5443
ee206350
AG
54442003-09-21 Anthony Green <green@redhat.com>
5445
5446 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5447
a38c9fe6
MK
54482003-09-21 Mark Kettenis <kettenis@gnu.org>
5449
5450 * gdbint.texinfo (Target Architecture Definition): Document
5451 stabs_argument_has_addr.
5452
77949794
AC
54532003-09-18 Andrew Cagney <cagney@redhat.com>
5454
5455 * gdbint.texinfo (Target Architecture Definition): Delete
5456 documentation on REGISTER_NAMES.
5457
8e823e25
MK
54582003-09-13 Mark Kettenis <kettenis@gnu.org>
5459
5460 * gdbint.texinfo (Target Architecture Definition): Replace
5461 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5462
f27dd7fd
AC
54632003-09-11 Andrew Cagney <cagney@redhat.com>
5464
5465 * gdbint.texinfo (Target Architecture Definition): Replace
5466 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5467
8b148df9
AC
54682003-08-18 Andrew Cagney <cagney@redhat.com>
5469
5470 * gdbint.texinfo (Target Architecture Definition): Document
5471 "frame_red_zone_size".
5472
25d29d70
AC
54732003-08-09 Andrew Cagney <cagney@redhat.com>
5474
5475 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5476 with "set/show backtrace past-main" and "set/show backtrace
5477 limit".
5478
c938e9b0
L
54792003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5480
5481 * Makefile.in (install-info): Support DESTDIR.
5482 (install-html): Likewise.
5483
64fabec2
AC
54842003-08-07 Andrew Cagney <cagney@redhat.com>
5485
5486 Patch from Nick Roberts.
5487 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5488 bindings. Remove description of send-gdb-command.
5489
2fcf52f0
AC
54902003-08-07 Andrew Cagney <cagney@redhat.com>
5491
5492 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5493 GDB 6.0.
5494
086432e2
AC
54952003-08-06 Andrew Cagney <cagney@redhat.com>
5496
5497 * gdb.texinfo (Mode Options): Mention that level three is the
5498 highest available and that level 2 is deprecated.
5499 (Annotations Overview): Mention annotation levels. Cross reference
5500 to "Limitations of the Annotation Interface" in annotate.texi.
5501 (TODO, Value Annotations, Frame Annotations): Delete section.
5502 (Displays, Breakpoint Info): Delete.
5503
e5249f67
AC
55042003-08-04 Andrew Cagney <cagney@redhat.com>
5505
5506 * agentexpr.texi: Delete @bye.
5507 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5508 (stabs.info): Add $(srcdir) to include search path.
5509 (html): Depend on "annotate_toc.html", and not "annotate.html".
5510 * stabs.texinfo: Ditto. Include "fdl.texi".
5511 * gdbint.texinfo: Update copyright statement's list of invariant
5512 sections.
5513
e6f672d2
AC
55142003-07-28 Andrew Cagney <cagney@redhat.com>
5515
5516 * Makefile.in (INFO_DEPS): Add annotate.info.
5517 (dvi, ps, html, pdf): Add annotate.
5518 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5519 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5520 (ANNOTATE_DOC_FILES): New macro.
5521 (ANNOTATE_TEX_TMPS): New macro.
5522 (annotate.info, annotate_toc.html): Specify dependencies.
5523 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5524 * annotate.texinfo: Rename annotate.texi. Get building. Add
5525 "Migrating to GDB/MI" and "Limitations of the Annotation
5526 Interface" chapters. Mention why it is not part of the user
5527 guide. Update copyright notice. Include "fdl.texi".
5528
72ffddc9
SC
55292003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5530
5531 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5532
a9f12a31
DJ
55332003-07-24 Daniel Jacobowitz <drow@mvista.com>
5534
5535 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5536
b1fe9455
DJ
55372003-07-24 Daniel Jacobowitz <drow@mvista.com>
5538
5539 * gdb.texinfo (Server): Mention pidof.
5540
153721e6
AC
55412003-07-22 Andrew Cagney <cagney@redhat.com>
5542
5543 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5544 list.
5545
0fac0b41
DJ
55462003-06-28 Daniel Jacobowitz <drow@mvista.com>
5547
5548 * gdb.texinfo (Logging output): New chapter.
5549
4e562065
JB
55502003-06-24 Joel Brobecker <brobecker@gnat.com>
5551
5552 * gdb.texinfo (Unsupported languages): New section.
5553 (Languages): Add link to new section.
5554
f2c06f52
AC
55552003-06-22 Andrew Cagney <cagney@redhat.com>
5556
5557 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5558
b4177fca
DJ
55592003-06-22 Daniel Jacobowitz <drow@mvista.com>
5560
5561 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5562
f418dd93
DJ
55632003-06-22 Daniel Jacobowitz <drow@mvista.com>
5564
5565 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5566 * agentexpr.texi: Retitle section, and change it to an appendix.
5567 Comment out texinfo initialization. Factor a @var{} into two
5568 pieces to prevent makeinfo warnings.
5569 * gdb.texinfo: Add Agent Expressions appendix.
5570
4ca61388
DJ
55712003-06-19 Daniel Jacobowitz <drow@mvista.com>
5572
5573 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5574
07f31aa6
DJ
55752003-06-18 Daniel Jacobowitz <drow@mvista.com>
5576
5ae4183a 5577 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5578 remote target". Document the "detach" and "disconnect" commands.
5579 (Server, Netware, Debug Session): Reference "Connecting to a
5580 remote target".
5581 (GDB/MI Target Manipulation): Document "-target-disconnect".
5582
2dd0da42
AC
55832003-06-13 Andrew Cagney <cagney@redhat.com>
5584
5585 * gdbint.texinfo (Target Architecture Definition): Deprecate
5586 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5587 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5588
e7a3abfc
JB
55892003-06-09 Jim Blandy <jimb@redhat.com>
5590
5591 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5592
25e3a86b
AC
55932003-06-08 Andrew Cagney <cagney@redhat.com>
5594
5595 * gdbint.texinfo (Target Architecture Definition): Delete
5596 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5597
a9e5fdc2
AC
55982003-06-08 Andrew Cagney <cagney@redhat.com>
5599
5600 * gdbint.texinfo (Target Architecture Definition): Document
5601 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5602
b37303ee
AF
56032003-06-07 Adam Fedor <fedor@gnu.org>
5604
5605 * gdb.texinfo: Add Objective-C documentation.
5606
39fe6e80
AC
56072003-06-01 Andrew Cagney <cagney@redhat.com>
5608
5609 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5610 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5611
125309b2
AC
56122003-05-21 Andrew Cagney <cagney@redhat.com>
5613
5614 * gdbint.texinfo (Target Architecture Definition): Delete
5615 references to "extract_address" and "store_address".
5616
b8b527c5
AC
56172003-05-16 Andrew Cagney <cagney@redhat.com>
5618
5619 * gdbint.texinfo (Target Architecture Definition): Replace
5620 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5621 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5622
50e3ee83
TR
56232003-05-14 Theodore A. Roth <troth@openavr.org>
5624
5625 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5626
44e2be90
L
56272003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5628
5629 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5630 (gdb.dvi): Likewise.
5631 (gdb.pdf): Likewise.
5632 (links2roff): Likewise.
5633
df5215a6
JB
56342003-05-08 Jim Blandy <jimb@redhat.com>
5635
5636 * gdb.texinfo (Dump/Restore Files): Update documentation for
5637 'dump', 'append', and 'restore': note that format argument is
5638 optional; simplify presentation of the command variants; and be
5639 more precise about the formats.
5640
5e7b2f39
JB
56412003-05-07 Jim Blandy <jimb@redhat.com>
5642
5643 * gdb.texinfo (Symbols): Update documentation: 'maint list
5644 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5645 symtabs' and 'maint info psymtabs'.
5646
b1e29e33
AC
56472003-05-05 Andrew Cagney <cagney@redhat.com>
5648
5649 * gdbint.texinfo (Target Architecture Definition): Make
5650 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5651 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5652 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5653
00905d52
AC
56542003-05-04 Andrew Cagney <cagney@redhat.com>
5655
5656 * gdb.texinfo (Maintenance Commands): Document "maint print
5657 dummy-frames".
5658
54ff5908
AC
56592003-05-04 Andrew Cagney <cagney@redhat.com>
5660
5661 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5662
32e7087d
JB
56632003-05-03 J. Brobecker <brobecker@gnat.com>
5664
5665 Thierry Schneider <tpschneider1@yahoo.com>
5666 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5667 for new MI command.
5668
7043d8dc
AC
56692003-05-03 Andrew Cagney <cagney@redhat.com>
5670
5671 * gdbint.texinfo (Target Architecture Definition): Document
5672 push_dummy_code. Add cross references.
5673
e33d66ec
EZ
56742003-05-02 Elena Zannoni <ezannoni@redhat.com>
5675
5676 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5677 set/show charsets commands.
5678
0ba6dca9
AC
56792003-04-28 Andrew Cagney <cagney@redhat.com>
5680
5681 * gdbint.texinfo (Target Architecture Definition): Replace
5682 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5683 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5684
d7a27068
AC
56852003-04-28 Andrew Cagney <cagney@redhat.com>
5686
5687 * gdbint.texinfo (Target Architecture Definition): Rename
5688 "tm_print_insn" to "deprecated_tm_print_insn".
5689
44ea7b70
JB
56902003-04-09 Jim Blandy <jimb@redhat.com>
5691
5692 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5693 list psymtabs'.
5694
fb8f8949
AC
56952003-04-08 Andrew Cagney <cagney@redhat.com>
5696
5697 * gdbint.texinfo (Target Architecture Definition): Delete
5698 references to EXTRA_FRAME_INFO.
5699
32fb0f22
AC
57002003-04-08 Andrew Cagney <cagney@redhat.com>
5701
5702 * gdbint.texinfo (Target Architecture Definition): Delete
5703 PRINT_TYPELESS_INTEGER.
5704
6be67e67
JB
57052003-04-02 J. Brobecker <brobecker@gnat.com>
5706
5707 * observer.texi (GDB Observers): Adjust the documentation for the
5708 normal_stop notification to better describe reality. Fix a couple
5709 of minor typos.
5710
4e35d5f0
BR
57112003-04-02 Bob Rossi <bob_rossi@cox.net>
5712
a9331b3f 5713 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5714 '-file-list-exec-source-file'
5715
e8a8712a
AC
57162003-03-31 Andrew Cagney <cagney@redhat.com>
5717
5718 * gdbint.texinfo (Target Architecture Definition): Delete
5719 references to CALL_DUMMY_P.
5720
6c0e89ed
AC
57212003-03-30 Andrew Cagney <cagney@redhat.com>
5722
5723 * gdbint.texinfo (Target Architecture Definition): Remove
5724 reference to TARGET_WRITE_SP.
a9331b3f 5725
378bfd1b
AC
57262003-03-27 Andrew Cagney <cagney@redhat.com>
5727
5728 * gdbint.texinfo (Target Architecture Definition): Remove
5729 references to write_sp.
6c0e89ed 5730
922fbb7b
AC
57312003-03-27 Andrew Cagney <cagney@redhat.com>
5732
5733 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5734 chapter body. Use @smallexample instead of @example.
5735 (Annotations): Ditto.
5736 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5737 annotate.texi.
5738
b81774d8
AC
57392003-03-26 Andrew Cagney <cagney@redhat.com>
5740
5741 * gdbint.texinfo (Target Architecture Definition): Replace
5742 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5743 dummy_addr parameters.
5744
1bf6d5cc
AC
57452003-03-25 Andrew Cagney <cagney@redhat.com>
5746
5747 * gdbint.texinfo (Target Architecture Definition): Delete
5748 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5749 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5750 Add reference to PUSH_ARGUMENTS.
5751
618ce49f
AC
57522003-03-23 Andrew Cagney <cagney@redhat.com>
5753
5754 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5755 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5756
bcd7e15f
JB
57572003-03-18 J. Brobecker <brobecker@gnat.com>
5758
5759 * gdbint.texinfo (Algorithms): Add new section describing the
5760 Observer paradigm.
5761 (Top): Add menu entry to new observer appendix.
5762 * observer.texi: New file.
5763 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5764 new observer.texi file.
5765
9fe8321b
AC
57662003-03-17 Andrew Cagney <cagney@redhat.com>
5767
5768 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5769 that GNU Press update the manual version number.
5770
ac2adee5
AC
57712003-03-12 Andrew Cagney <cagney@redhat.com>
5772
5773 * gdbint.texinfo (Target Architecture Definition): Delete
5774 references to get_saved_register. Rename GET_SAVED_REGISTER to
5775 DEPRECATED_GET_SAVED_REGISTER.
5776
749b82f6
AC
57772003-03-13 Andrew Cagney <cagney@redhat.com>
5778
5779 * gdbint.texinfo (Target Architecture Definition): Replace
5780 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5781
8bedc050
AC
57822003-03-12 Andrew Cagney <cagney@redhat.com>
5783
5784 * gdbint.texinfo (Target Architecture Definition): Rename
5785 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5786
0ce1b118
CV
57872003-03-10 Corinna Vinschen <vinschen@redhat.com>
5788
5789 * gdb.texinfo: Add File-I/O documentation.
5790
12cc2063
AC
57912003-03-10 Andrew Cagney <cagney@redhat.com>
5792
5793 * gdbint.texinfo (Target Architecture Definition): Cross reference
5794 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5795
7453dc06
AC
57962003-03-07 Andrew Cagney <cagney@redhat.com>
5797
5798 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5799 frame" command.
5800
6314f104
AC
58012003-03-05 Andrew Cagney <cagney@redhat.com>
5802
5803 * gdbint.texinfo (Target Architecture Definition): Document
5804 unwind_dummy_id. Cross reference unwind_dummy_id and
5805 SAVE_DUMMY_FRAME_TOS.
5806
f1212245
DJ
58072003-03-05 James Ingham <jingham@apple.com>
5808 Daniel Jacobowitz <drow@mvista.com>
5809
5810 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5811 and "show cp-abi".
5812
77e7e267
AC
58132003-03-03 Andrew Cagney <cagney@redhat.com>
5814
5815 * gdbint.texinfo (Target Architecture Definition): Document
5816 register_type.
5817
838a8221
AC
58182003-03-03 Andrew Cagney <cagney@redhat.com>
5819
5820 * stabs.texinfo (Structures): Use @samp and separate @var's
5821 instead of a single @var containing a comma separated list.
5822 (Unions): Ditto.
5823
d7f4a264
DJ
58242003-03-02 Daniel Jacobowitz <drow@mvista.com>
5825
5826 * Makefile.in (distclean): Remove config.log.
5827
f30ee0bc
AC
58282003-03-01 Andrew Cagney <cagney@redhat.com>
5829
5830 * gdbint.texinfo (Target Architecture Definition): Rename
5831 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5832
58332003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5834
5835 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5836 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5837
be448670
CF
58382003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5839
5840 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5841 (Non-debug DLL symbols): New node, describing the minimal symbols
5842 loaded from DLLs without real debugging symbols.
5843
501eef12
AC
58442003-02-20 Andrew Cagney <ac131313@redhat.com>
5845
5846 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5847 hardware-breakpoint-limit".
5848 (Set Watchpoints): Add cross reference to "set remote
5849 hardware-watchpoint-limit".
5850 (Remote configuration options): New section.
5851
21c294e6
AC
58522003-02-04 Andrew Cagney <ac131313@redhat.com>
5853
e9be73e4
AC
5854 * gdbint.texinfo (Target Architecture Definition): Delete
5855 descrption of IS_TRAPPED_INTERNALVAR.
5856
21c294e6
AC
5857 From Keith Seitz <keiths@redhat.com>:
5858 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5859 option "-i"/"--interpreter" to this chapter. Include index
5860 entries.
5861
0179ffac
DC
58622003-02-04 David Carlton <carlton@math.stanford.edu>
5863
5864 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5865 (Variables): Recommend stabs+ and DWARF 2.
5866 (C plus plus expressions): Correct info about
5867 compiler versions, debug formats.
5868 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5869 PR symtab/874.
5870
7ca9f392
AC
58712003-02-01 Andrew Cagney <ac131313@redhat.com>
5872
5873 * gdbint.texinfo (Target Architecture Definition): Delete
5874 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5875 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5876 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5877 references to nindy and i960.
5878 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5879
31a85ea2
AC
58802003-02-01 Andrew Cagney <ac131313@redhat.com>
5881
5882 * gdbint.texinfo (Target Architecture Definition): Delete
5883 FLOAT_INFO.
5884
6b894e49
AC
58852003-01-30 Andrew Cagney <ac131313@redhat.com>
5886
5887 * stabs.texinfo (Member Type Descriptor): Clarify description of
5888 `@'. Suggested by Ben Hutchings.
5889
c48861fb
AC
58902003-01-29 Andrew Cagney <ac131313@redhat.com>
5891
5892 * gdb.texinfo (M68K): Delete reference to es1800.
5893
617073a9
AC
58942003-01-29 Andrew Cagney <ac131313@redhat.com>
5895
5896 * gdb.texinfo (Maintenance Commands): Document `maint print
5897 reggroups' and `maint print register-groups'.
5898 * gdbint.texinfo (Target Architecture Definition): Document
5899 register_reggroup_p.
5900
5b5d99cf
JB
59012003-01-23 Jim Blandy <jimb@redhat.com>
5902
5903 * gdb.texinfo (Separate Debug Files): New section.
5904
e7ba9c65
DJ
59052003-01-22 Daniel Jacobowitz <drow@mvista.com>
5906
5907 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5908 and "maint show profile".
5909
94e91d6d
MC
59102003-01-16 Michael Chastain <mec@shout.net>
5911
5912 * gdb.texinfo (Installing GDB): Warn against
5913 ".../gdb-VERSION/gdb/configure".
5914 (Separate Objdir): Likewise.
5915
867f3898
AC
59162003-01-15 Andrew Cagney <ac131313@redhat.com>
5917
5918 * gdbint.texinfo (Target Architecture Definition): Delete
5919 definition of PRINT_REGISTER_HOOK.
5920
f153cc92
EZ
59212003-01-15 Elena Zannoni <ezannoni@redhat.com>
5922
5923 (OpenRISC 1000): Fix formatting of command names.
5924
c60eb6f1
EZ
59252003-01-15 Elena Zannoni <ezannoni@redhat.com>
5926
5927 * gdb.texinfo (Continuing and Stepping): Add new command
5928 'advance'. Clarify behavior of 'until'.
5929
f5ebfba0
DJ
59302003-01-13 Daniel Jacobowitz <drow@mvista.com>
5931
5932 * gdb.texinfo (Files): Document solib-absolute-prefix and
5933 solib-search-path.
5934
4ce8657e
MC
59352003-01-09 Michael Chastain <mec@shout.net>
5936
5937 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5938 (Create a Release): Add new instructions for new @file{src-release}.
5939 Document existing instructions for @file{Makefile.in} as
5940 being for @value{GDBN} 5.3.1 or earlier.
5941
372613e3
AC
59422003-01-09 Andrew Cagney <ac131313@redhat.com>
5943
5944 * gdbint.texinfo (Target Architecture Definition): Mention
5945 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5946 allocate memory.
5947
b4e9345d
DJ
59482003-01-04 Daniel Jacobowitz <drow@mvista.com>
5949
5950 * gdb.texinfo (Controlling GDB): Add @kindex for
5951 "show osabi".
5952 (Backtraces): Add @kindex's for backtrace-below-main.
5953
98b45e30
DJ
59542003-01-04 Daniel Jacobowitz <drow@mvista.com>
5955
5956 * gdb.texinfo (Controlling GDB): Document "set osabi".
5957
95f90d25
DJ
59582003-01-04 Daniel Jacobowitz <drow@mvista.com>
5959
5960 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5961 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5962
1e698235
DJ
59632003-01-04 Daniel Jacobowitz <drow@mvista.com>
5964
5965 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5966 "set coerce-float-to-double".
5967 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5968
e632838e
AC
59692003-01-02 Andrew Cagney <ac131313@redhat.com>
5970
5971 * stabs.texinfo: Remove obsolete text.
5972 * gdbint.texinfo: Ditto.
5973 * gdb.texinfo: Ditto.
5974
c133ab7a
MK
59752002-12-22 Mark Kettenis <kettenis@gnu.org>
5976
5977 * gdbint.texinfo (Target Architecture Definition): Update
5978 description of gdbarch_register_osabi.
5979
f821f325
KH
59802002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5981
5982 * agentexpr.texi: Fix typos.
5983 * annotate.texi: Likewise.
5984 * fdl.texi: Likewise.
5985
85a6d8d3 59862002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5987
5988 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5989 DEPRECATED_INIT_FRAME_PC.
5990
ae45cd16
AC
59912002-12-01 Andrew Cagney <ac131313@redhat.com>
5992
5993 * gdbint.texinfo (Target Architecture Definition): Delete
5994 PC_IN_CALL_DUMMY.
5995
07555a72
AC
59962002-11-28 Andrew Cagney <ac131313@redhat.com>
5997
5998 * gdbint.texinfo (Host Definition): Delete documentation on
5999 USE_GENERIC_DUMMY_FRAMES.
6000
c166cdc7
EZ
60012002-11-26 Elena Zannoni <ezannoni@redhat.com>
6002
5ae4183a 6003 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
6004 * Makefile.in (install-info): Run the install-info command as part
6005 of the post install steps only.
6006 (uninstall-info): New target.
6007 (uninstall): New target.
6008
35db0260
EZ
60092002-11-22 Elena Zannoni <ezannoni@redhat.com>
6010
6011 * Makefile.in (install): Make install do some real work.
6012
9ba8d803
AC
60132002-11-19 Andrew Cagney <ac131313@redhat.com>
6014
6015 Fix POSIX problem reported by Paul Eggert.
6016 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
6017 Fix PR gdb/527.
6018
903ad3a6
AC
60192002-10-26 Andrew Cagney <cagney@redhat.com>
6020
6021 * gdbint.texinfo (Target Architecture Definition): Delete
6022 definition of DO_REGISTERS_INFO.
6023
f2abfe65
KB
60242002-10-18 Kevin Buettner <kevinb@redhat.com>
6025
6026 * gdbint.texinfo (Address Classes): Fix problems with insertion
6027 of ``{'' and ``}'' in example.
6028
b5b0480a
KB
60292002-10-17 Kevin Buettner <kevinb@redhat.com>
6030
6031 * gdbint.texinfo (Address Classes): New section.
6032 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
6033 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
6034 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
6035 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
6036
c85508ee
KD
60372002-10-11 Klee Dienes <kdienes@apple.com>
6038
6039 * gdb.texinfo (Registers): Mention vector registers as well as
6040 floating registers in the documentation for 'info registers' and
6041 'info all-registers'.
6042
6d12fc3d
DJ
60432002-10-11 Daniel Jacobowitz <drow@mvista.com>
6044
6045 * gdbint.texinfo (CPLUS_MARKER): Remove item.
6046
8d19fbd2
JJ
60472002-10-03 Jeff Johnston <jjohnstn@redhat.com>
6048
6049 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
6050 interface definition.
6051
a37295f9
MM
60522002-10-03 Marko Mlinar <markom@opencores.org>
6053
6054 * gdb.texinfo (Target Commands): Add or1k target specific
6055 commands.
6056 * gdb.texinfo (Contributors): Add myself to the contributors list.
6057
da0f9dcd
AC
60582002-10-01 Andrew Cagney <ac131313@redhat.com>
6059
6060 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
6061 and "mi1" instead of "mi1" and "mi0".
6062
2e834e49
HPN
60632002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
6064
6065 * gdb.texinfo (Packets): Fix typos "alligned".
6066 Correct z3/Z3 description. Correct z4/Z4 title.
6067
050be0dc
AC
60682002-09-27 Andrew Cagney <ac131313@redhat.com>
6069
6070 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
6071
1104b9e7
KB
60722002-09-25 Kevin Buettner <kevinb@redhat.com>
6073
6074 * gdb.texinfo: Use GNU/Linux instead of Linux.
6075
512217c7
AC
60762002-09-25 Andrew Cagney <ac131313@redhat.com>
6077
6078 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
6079
10998722
AC
60802002-09-24 Andrew Cagney <ac131313@redhat.com>
6081
512217c7 6082 * gdb.texinfo: Replace @example with @smallexample.
10998722 6083
a0eb71c5
KB
60842002-09-20 Kevin Buettner <kevinb@redhat.com>
6085
f7dc1244 6086 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
6087 * gdb.texinfo (Character Sets): Use @smallexample instead of
6088 @example. Use GNU/Linux instead of Linux.
6089
60902002-09-20 Jim Blandy <jimb@redhat.com>
6091
6092 * gdb.texinfo: Add character set documentation.
6093
2f870471
AC
60942002-09-19 Andrew Cagney <ac131313@redhat.com>
6095
6096 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
6097 (Packets): Add cross reference from `b' packet to `z' packets.
6098
790eb8f5
AC
60992002-09-19 Andrew Cagney <ac131313@redhat.com>
6100
8d30a00d
AC
6101 * gdb.texinfo (Maintenance Commands): Document ``maint
6102 internal-error'' and ``maint internal-warning''.
6103
790eb8f5
AC
6104 * gdbint.texinfo (Target Architecture Definition): Revise
6105 description of STACK_ALIGN. Add description of FRAME_ALIGN.
6106
a23a7bf1
JB
61072002-09-19 Joel Brobecker <brobecker@gnat.com>
6108
6109 * gdbint.texinfo (Target Conditionals): Document the new
6110 NAME_OF_MALLOC macro.
6111
299ffc64
AC
61122002-09-05 Andrew Cagney <ac131313@redhat.com>
6113
6114 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
6115 engineer.
6116
b7bb15bc
SC
61172002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6118
6119 * gdb.texinfo (TUI Overview): Document status line fields.
6120
3d757584
SC
61212002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6122
6123 * gdb.texinfo (TUI Commands): Document info win command.
6124
269c21fe
SC
61252002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6126
6127 * gdb.texinfo (TUI Overview): Document breakpoint markers.
6128
7cf36c78
SC
61292002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6130
6131 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
6132 (TUI Keys): Likewise.
6133
d2c6833e
AC
61342002-08-25 Andrew Cagney <ac131313@redhat.com>
6135
6136 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
6137 for a packet receive.
6138
46d8b1c3
AC
61392002-08-25 Andrew Cagney <ac131313@redhat.com>
6140
6141 * Makefile.in (clean): Move to end of file.
6142 (distclean, maintainer-clean, realclean): Ditto.
6143 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
6144 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
6145 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
6146 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
6147
b0787093
AC
61482002-08-24 Andrew Cagney <ac131313@redhat.com>
6149
6150 * Makefile.in (GDBINT_TEX_TMPS): Define.
6151 (gdbint.dvi, gdbint.pdf): Use
6152 (GDB_TEX_TMPS): Define.
6153 (gdb.dvi, gdb.pdf): Use.
6154 (STABS_TEX_TMPS): Define.
6155 (stabs.dvi, stabs.pdf): Use.
6156 (GDB_DOC_SOURCE_INCLUDES): New macros.
6157 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
6158 (GDBINT_DOC_FILES_INCLUDES): New macros.
6159 (GDBINT_DOC_BUILD_INCLUDES): New macros.
6160 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
6161 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
6162 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
6163 (links2roff): Replace SFILES_INCLUDED with
6164 GDB_DOC_SOURCE_INCLUDES.
6165 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
6166 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
6167 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
6168 dependencies.
6169 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
6170 dependencies.
6171 (gdbmi.texinfo): Delete rule.
6172 (inc-hist.texinfo): Delete rule.
6173 (rluser.texinfo): Delete rule.
6174
ebba8386
AC
61752002-08-23 Andrew Cagney <cagney@redhat.com>
6176
6177 * gdbint.texinfo (Target Architecture Definition): Update
6178 STORE_RETURN_VALUE, mention regcache.
6179
0ab7a791
AC
61802002-08-21 Andrew Cagney <ac131313@redhat.com>
6181
6182 * gdbint.texinfo (Target Architecture Definition): Document
6183 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
6184
ee2d5c50
AC
61852002-08-19 Andrew Cagney <ac131313@redhat.com>
6186
6187 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
6188 Fix minor typos. Add index entries.
6189
53c69bd7
AC
61902002-08-18 Andrew Cagney <ac131313@redhat.com>
6191
6192 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
6193
e76f1f2e
AC
61942002-08-15 Andrew Cagney <ac131313@redhat.com>
6195
6196 * gdbint.texinfo (Target Architecture Definition): Document
6197 PRINT_VECTOR_INFO.
6198 * gdb.texinfo (Vector Unit): Document "info vectors" command.
6199
0680b120
AC
62002002-08-13 Andrew Cagney <ac131313@redhat.com>
6201
6202 * gdb.texinfo (Maintenance Commands): Document "maint print
6203 registers", "maint print raw-registers" and "maint print
6204 cooked-registers".
6205
3c3bea1c
GS
62062002-08-08 Grace Sainsbury <graces@redhat.com>
6207
a9331b3f 6208 From Mark Salter:
3c3bea1c
GS
6209 * gdb.texinfo (Protocol): Document T packet extension to
6210 allow watchpoint address reporting.
6211
42f9b0a5
AC
62122002-08-03 Andrew Cagney <ac131313@redhat.com>
6213
6214 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
6215
db034ac5
AC
62162002-08-01 Andrew Cagney <cagney@redhat.com>
6217
6218 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
6219 to CHILL.
6220
e2b28d04
AC
62212002-08-01 Andrew Cagney <ac131313@redhat.com>
6222
6223 * gdbint.texinfo (Coding): Revise section "Include Files".
6224
7fb623f7
AC
62252002-07-24 Andrew Cagney <cagney@redhat.com>
6226
6227 * gdbint.texinfo: Obsolete references to m88k.
6228 * gdb.texinfo: Ditto.
6229
4a2b4636
JB
62302002-07-10 Joel Brobecker <brobecker@gnat.com>
6231
7fb623f7 6232 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
6233 where the proper version of autoconf can be retrieved.
6234
a71ec265
DH
62352002-07-09 Don Howard <dhoward@redhat.com>
6236
6237 * gdb.texinfo (Command Files): Further describe the behavior of
6238 sourced command files.
6239
b9aa90c9
AC
62402002-06-27 Andrew Cagney <ac131313@redhat.com>
6241
6242 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6243 (Coding): Clarify ISO C version that GDB assumes.
6244
40dd2248
TT
62452002-06-26 Tom Tromey <tromey@redhat.com>
6246
6247 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6248 add_setshow_cmd_full.
6249
bfac230e
DH
62502002-06-25 Don Howard <dhoward@redhat.com>
6251
6252 * gdb.texinfo (Memory Region Attributes): Document new behavior
6253 for 'mem' command.
6254
475b0867
JB
62552002-06-11 Jim Blandy <jimb@redhat.com>
6256
919d772c
JB
6257 * gdb.texinfo (Symbols): Update documentation for `info source'
6258 command.
6259
475b0867
JB
6260 * gdb.texinfo (Macros): Call the command `info macro', not
6261 `show macro'.
6262
ba8c9337
AC
62632002-06-09 Andrew Cagney <ac131313@redhat.com>
6264
6265 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6266 data''.
6267
1029b7fa
MK
62682002-06-09 Mark Kettenis <kettenis@gnu.org>
6269
6270 * gdbint.texinfo (Target Architecture Definition): Document
6271 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6272
16737d73
AC
62732002-06-08 Andrew Cagney <ac131313@redhat.com>
6274
6275 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6276 lists.
6277
30107679
AC
62782002-06-08 Andrew Cagney <ac131313@redhat.com>
6279
6280 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6281 Branch''.
6282
3352e23e
AC
62832002-06-01 Andrew Cagney <ac131313@redhat.com>
6284
6285 * gdbint.texinfo (Target Architecture Definition): Add section
6286 ``Converting an existing Target Architecture to Multi-arch''.
6287
cbb09e6a
AC
62882002-05-30 Andrew Cagney <ac131313@redhat.com>
6289
6290 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6291 to ``Obsoleting code''. Revise.
6292
e2e0bcd1
JB
62932002-05-17 Jim Blandy <jimb@redhat.com>
6294
6295 * gdb.texinfo (C Preprocessor Macros): New chapter.
6296 Include it in the main menu.
6297 (Contributors): Credit Jim Blandy with macro support.
6298 (Compilation): Explain how to get macro information into the
6299 executable.
6300 (Expressions): Note that preprocessor macros are expanded.
6301
9db8d71f
DJ
63022002-05-14 Daniel Jacobowitz <drow@mvista.com>
6303
6304 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6305 options for `target remote'.
6306
6d531722
AC
63072002-05-13 Andrew Cagney <ac131313@redhat.com>
6308
6309 * gdbint.texinfo (Target Architecture Definition): Delete
6310 documentation on NNPC_REGNUM.
6311
13d01224
AC
63122002-05-11 Andrew Cagney <ac131313@redhat.com>
6313
6314 * gdbint.texinfo (Target Architecture Definition): Document
6315 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6316 (Target Architecture Definition): Revise section `Using Different
6317 Register and Memory Data Representations'. Add section `Raw and
6318 Virtual Register Representations'.
6319
b2e75d78
AC
63202002-05-11 Andrew Cagney <ac131313@redhat.com>
6321
6322 * gdbint.texinfo (Target Architecture Definition): Mention
6323 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6324 (Target Architecture Definition): Mention same. Add references to
6325 web pages.
6326
2c8682ee
MS
63272002-05-08 Michael Snyder <msnyder@redhat.com>
6328
6329 * stabs.texinfo (Attributes): Document new "vector" attribute.
6330
0816590b
AC
63312002-05-04 Andrew Cagney <ac131313@redhat.com>
6332
6333 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6334
2653173e
AC
63352002-05-04 Andrew Cagney <ac131313@redhat.com>
6336
6337 * gdb.texinfo: Delete obsolete references to a29k.
6338
d7bd68ca
AC
63392002-04-24 Andrew Cagney <ac131313@redhat.com>
6340
6341 * gdbint.texinfo (Target Architecture Definition): Replace
6342 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6343
21d83aa5
DM
63442002-04-24 David S. Miller <davem@redhat.com>
6345
6346 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6347
7673a6cc
DM
63482002-04-21 David S. Miller <davem@redhat.com>
6349
6350 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6351
d49d1e0a
AC
63522002-04-21 Andrew Cagney <ac131313@redhat.com>
6353
6354 * gdbint.texinfo (Target Architecture Definition): Delete
6355 definition of HAVE_REGISTER_WINDOWS.
6356
f7dc1244 63572002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
6358
6359 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6360 "Theodore A. Roth" <troth@verinet.com>.
6361
5ca0cb28
DH
63622002-04-15 Don Howard <dhoward@redhat.com>
6363
f7dc1244 6364 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6365 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6366 Provide a better explaination of this feature.
5ca0cb28 6367
f208ba17
AC
63682002-04-14 Andrew Cagney <ac131313@redhat.com>
6369
6370 * gdbint.texinfo (Target Architecture Definition): Remove
6371 FRAME_CHAIN_COMBINE.
6372
d5ba91de
MC
63732002-04-12 Michael Chastain <mec@shout.net>
6374
6375 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6376 REG_STACK_SEGMENT.
6377
26818220
MC
63782002-04-09 Michael Chastain <mec@shout.net>
6379
6380 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6381 PYRAMID_* macros.
6382
129188f6
AC
63832002-04-07 Andrew Cagney <ac131313@redhat.com>
6384
6385 * gdb.texinfo (Bug Reporting): Document that the web is the
6386 prefered way of submitting bug reports.
6387 (Bug Reporting): Delete the s-mail address as the last resort.
6388
8227c0ff
AC
63892002-04-05 Andrew Cagney <ac131313@redhat.com>
6390
6391 * gdbint.texinfo (Target Architecture Definition): Delete
6392 references to TARGET_WRITE_FP and write_fp.
6393
16d9dec6
MS
63942002-03-27 Michael Snyder <msnyder@redhat.com>
6395
6396 * gdb.texinfo: Document new commands dump, append, and restore.
6397
9ae8b82c
AC
63982002-03-27 Andrew Cagney <ac131313@redhat.com>
6399
6400 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6401 Branch'.
6402
474c8240
AC
64032002-03-18 Andrew Cagney <ac131313@redhat.com>
6404
6405 * gdb.texinfo: Change all examples to @smallexample.
6406 * gdbint.texinfo: Ditto.
a9331b3f 6407
fb0ff88f
AC
64082002-03-18 Andrew Cagney <ac131313@redhat.com>
6409
6410 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6411 Branches''.
6412
9bb0a4d8
AC
64132002-03-18 Andrew Cagney <ac131313@redhat.com>
6414
6415 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6416 Policy''.
6417
937f164b
FF
64182002-03-04 Fred Fish <fnf@redhat.com>
6419
6420 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6421 expresson, suports, dependant, trhe, perhaphs, situtations,
6422 explictily, taged, oportunity, unfortunatly).
6423
a7b40f07
AC
64242002-02-24 Andrew Cagney <ac131313@redhat.com>
6425
6426 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6427 Remove reference to 3.12.
6428
aab4e0ec
AC
64292002-02-23 Andrew Cagney <ac131313@redhat.com>
6430
6431 * gdbint.texinfo: Include fdl.texi.
6432 (Top): Add GNU Free Documentation License.
6433 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6434 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6435 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6436 (gdbint.info): Add srcdir to include path.
6437 * gdb.texinfo: Include gpl.texi.
6438 (Top): Add Copying.
6439 * gpl.texi: New file.
6440
47b95330
AC
64412002-02-23 Andrew Cagney <ac131313@redhat.com>
6442
6443 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6444
78c47bea
PM
64452002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6446
6447 * gdb.texinfo: Document Cygwin native specific commands.
6448
56460a61
DJ
64492002-02-15 Daniel Jacobowitz <drow@mvista.com>
6450
6451 * gdb.texinfo: Document gdbserver ``--attach'' command.
6452
def71bfa
MS
64532002-02-07 Michael Snyder <msnyder@redhat.com>
6454
6455 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6456 to @code(_ovly_debug_event).
6457
c928edc0
AC
64582002-02-07 Andrew Cagney <ac131313@redhat.com>
6459
6460 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6461
81d46470
MS
64622002-02-06 Michael Snyder <msnyder@redhat.com>
6463
6464 * gdb.texinfo (overlays): Mention new magic symbol
6465 '_ovly_debug_event', which allows GDB to keep better track
6466 of overlays.
6467
f7dc1244 64682002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6469
6470 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6471 Suggested by Dmitry Sivachenko.
6472
6473 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6474
15110bc3
MS
64752002-02-01 Michael Snyder <msnyder@redhat.com>
6476
6477 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6478
6763aef9
MS
64792002-01-30 Michael Snyder <msnyder@redhat.com>
6480
ac282366
MS
6481 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6482 (set trust-readonly-sections): Document.
6763aef9 6483
8642bc8f
AC
64842002-01-29 Andrew Cagney <ac131313@redhat.com>
6485
6486 * gdbint.texinfo (Releasing GDB): Revise and update.
6487
afe64c1a
AC
64882002-01-28 Andrew Cagney <ac131313@redhat.com>
6489
6490 * gdbint.texinfo (Target Architecture Definition): Delete
6491 description of TARGET_BYTE_ORDER_DEFAULT.
6492
f7dc1244 64932002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6494
6495 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6496 <mitya@cavia.pp.ru>.
6497
3d6e1b5a
AC
64982002-01-23 Andrew Cagney <ac131313@redhat.com>
6499
6500 * libgdb.texinfo: Delete file.
6501
6c0e9fb3
AC
65022002-01-22 Andrew Cagney <ac131313@redhat.com>
6503
6504 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6505 * gdbint.texinfo: Ditto.
6506
e0ce93ac
AC
6507Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6508
6509 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6510
be298bcc
AC
65112002-01-22 Andrew Cagney <ac131313@redhat.com>
6512
6513 * Makefile.in: Update copyright.
6514 (TEXI2DVI): Define.
6515 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6516 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6517 gdb-cfg.texi.
6518 (TEXINDEX, PDFTEX): Delete makefile variables.
6519
8e04817f
AC
65202002-01-22 Andrew Cagney <ac131313@redhat.com>
6521
6522 * gdb.texinfo (Protocol): Move section to appendix.
6523
6b2f586d
AC
65242002-01-21 Andrew Cagney <ac131313@redhat.com>
6525
6526 * gdb.texinfo (Remote Debugging): Create a menu.
6527 (Top): Add ``Remote Debugging'' to menu.
6528
6f05cf9f
AC
65292002-01-21 Andrew Cagney <ac131313@redhat.com>
6530
6531 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6532 serial protocol'' from here.
6533 (Remote Debugging): To here. New chapter.
6534
3fd3d7d2
AC
65352002-01-20 Andrew Cagney <ac131313@redhat.com>
6536
6537 * gdbint.texinfo (Target Architecture Definition): Delete
6538 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6539
7fd60527
AC
65402002-01-20 Andrew Cagney <ac131313@redhat.com>
6541
6542 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6543 are no longer needed.
6544 (Porting GDB): Add maintainer note about configure.host.
6545
c2f05ac9
AC
65462002-01-20 Andrew Cagney <ac131313@redhat.com>
6547
6548 * gdbint.texinfo (Target Architecture Definition): Remove
6549 definition of IEEE_FLOAT.
6550
f7dc1244 65512002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6552
6553 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6554 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6555 <3diff@gnu.org>
231b2aad 6556
82600034
AC
65572002-01-19 Andrew Cagney <ac131313@redhat.com>
6558
6559 * gdbint.texinfo (Host Definition): Remove references to
6560 MALLOC_INCOMPATIBLE.
6561
7708fa01
AC
65622002-01-17 Andrew Cagney <ac131313@redhat.com>
6563
6564 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6565 and xyz-xdep.o.
6566
eb12ee30
AC
65672002-01-17 Andrew Cagney <ac131313@redhat.com>
6568
889bf7c5 6569 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6570 (Set Breaks): Copy ``maint info breakpoint'' doco to
6571 ``Maintenance Commands'' appendix. Add reference.
6572
c9ccaa92
AC
65732002-01-17 Andrew Cagney <ac131313@redhat.com>
6574
6575 * fdl.texi: Remove next/prev from @node.
6576
f7dc1244 65772002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6578
6579 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6580 for monstrous @multitable (from Brian Youmans).
6581
6582 * fdl.texi: New file.
6583
6584 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6585
8973da3a
AC
65862002-01-15 Andrew Cagney <ac131313@redhat.com>
6587
6588 * gdbint.texinfo (Releasing GDB): New chapter.
6589
7d86b5d5
AC
65902002-01-14 Andrew Cagney <ac131313@redhat.com>
6591
6592 * gdb.texinfo (Embedded Processors, Calling program functions):
6593 Obsolete references to a29k.
6594
cc1cb004
AC
65952002-01-13 Andrew Cagney <ac131313@redhat.com>
6596
6597 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6598 examples. Document that a code-block should do or discard its
6599 cleanups before exit.
6600
79f12247
MS
66012002-01-11 Michael Snyder <msnyder@redhat.com>
6602
6603 * gdb.texinfo (Choosing files): Change @samp to @file.
6604
19837790
MS
66052002-01-05 Michael Snyder <msnyder@redhat.com>
6606
6607 * gdb.texinfo (--pid): Document new command line option (attach).
6608
f7dc1244 66092002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6610
6611 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6612 in the stub.
6613
d7449b42
AC
66142002-01-04 Andrew Cagney <ac131313@redhat.com>
6615
6616 * gdbint.texinfo (Target Architecture Definition): Replace
6617 BIG_ENDIAN with BFD_ENDIAN_BIG.
6618
f23631e4
AC
66192002-01-03 Andrew Cagney <ac131313@redhat.com>
6620
6621 * gdbint.texinfo (Target Architecture Definition): Replace
6622 value_ptr with struct value pointer.
6623
72c9928d
EZ
66242002-01-02 Eli Zaretskii <eliz@gnu.org>
6625
6626 * gdb.texinfo (Free Software): Fix wording.
6627
959acfd1
EZ
66282001-12-31 Eli Zaretskii <eliz@gnu.org>
6629
6630 * gdb.texinfo (Free Software): New section ``Free Software Needs
6631 Free Documentation''.
6632
f7dc1244 66332001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6634
6635 * stabs.texinfo:
6636 * gdb.texinfo:
6637 * gdbint.texinfo:
6638 * libgdb.texinfo:
6639 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6640
6600abed
MS
66412001-12-29 Michael Snyder <msnyder@redhat.com>
6642
6643 * gdb.texinfo (maint info sections): Fix typo.
6644
f6680716
MS
66452001-12-26 Michael Snyder <msnyder@redhat.com>
6646
fe95c787
MS
6647 * gdb.texinfo (maint info sections): Document.
6648
a9331b3f 6649 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6650 'info proc' sub-options that are currently not implemented.
6651
c3d3ce5b
JB
66522001-12-20 Jim Blandy <jimb@redhat.com>
6653
6654 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6655
778eb05e
AC
66562001-12-15 Andrew Cagney <ac131313@redhat.com>
6657
6658 * gdbint.texinfo (Target Architecture Definition): Replace
6659 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6660
2607059c
AC
66612001-12-01 Andrew Cagney <ac131313@redhat.com>
6662
6663 * gdbint.texinfo (Host Definition): Delete documentation on
6664 HOST_BYTE_ORDER.
6665
df0cd8c5
JB
66662001-11-30 Jim Blandy <jimb@redhat.com>
6667
6668 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6669 overlay support. Add to top-level menu.
df0cd8c5 6670
88118b3a
TT
66712001-11-26 Tom Tromey <tromey@redhat.com>
6672
6673 * gdb.texinfo (Command Syntax): Document C-o binding.
6674
96565e91
CF
66752001-07-26 Christopher Faylor <cgf@redhat.com>
6676
6677 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6678 use since it is described in the referenced section.
6679
f7dc1244 6680 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6681 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6682 clearer when using DJGPP.
6683
2a3d5645
CF
66842001-11-24 Christopher Faylor <cgf@redhat.com>
6685
6686 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6687 specifically refer to MS-DOS.
6688 (command files): Mention gdb.ini is only used on MS-DOS.
6689
aa26fa3a
TT
66902001-11-21 Tom Tromey <tromey@redhat.com>
6691
6692 * gdb.texinfo (Invoking GDB): Document --args.
6693 (Mode Options): Likewise.
6694
4f8ada06
JB
66952001-11-21 Jim Blandy <jimb@redhat.com>
6696
6697 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6698 Delete documentation; this macro has been removed from the
6699 sources.
4f8ada06 6700
3fe0dc10
JB
67012001-11-13 Jim Blandy <jimb@redhat.com>
6702
6703 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6704
9e5abb06
CV
67052001-11-06 Corinna Vinschen <vinschen@redhat.com>
6706
6707 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6708
1c5dfdad
MS
67092001-11-05 Michael Snyder <msnyder@redhat.com>
6710
a9331b3f 6711 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6712 quote regexp chars in function names such as "operator*()".
6713
990f9fe3
FF
67142001-11-01 Fred Fish <fnf@redhat.com>
6715
6716 * gdbint.texinfo (SOLIB_ADD): Document additional new
6717 "readsyms" arg.
6718
b433d00b
DH
67192001-10-30 Don Howard <dhoward@redhat.com>
6720
070b1dd3
DH
6721 * gdb.texinfo: (Command Files) Added documentation for the
6722 behavior of gdb with input redirected from a file.
b433d00b 6723
b7209cb4
FF
67242001-10-28 Fred Fish <fnf@redhat.com>
6725
6726 * gdb.texinfo (auto-solib-add): Change docs to match
6727 implementation change.
6728 (auto-solib-limit): Add docs for new variable.
6729
1aa20aa8
AC
67302001-10-15 Andrew Cagney <ac131313@redhat.com>
6731
6732 * gdbint.texinfo (Target Architecture Definition): Function
6733 value_as_pointer renamed to value_as_address.
6734
fc0c74b1
AC
67352001-10-15 Andrew Cagney <ac131313@redhat.com>
6736
6737 * gdbint.texinfo (Target Architecture Definition): Default
6738 POINTER_TO_ADDRESS functions assume unsigned addresses.
6739 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6740 posting by Jim Blandy.
6741
f4846649
JB
67422001-10-12 Jim Blandy <jimb@redhat.com>
6743
6744 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6745 version of texi2html (1.64) doesn't support this flag any more.
6746
f277788b
MK
67472001-09-08 Mark Kettenis <kettenis@gnu.org>
6748
a9dc4918
MK
6749 * gdbint.texinfo (Host Definition): Remove description of
6750 MEM_FNS_DECLARED.
6751
d28379df
MK
6752 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6753
f277788b
MK
6754 * gdbint.texinfo (Host Definition): Remove description of
6755 HAVE_SIGSETMASK.
6756
7ccaa899
EZ
67572001-09-04 Elena Zannoni <ezannoni@redhat.com>
6758
6759 * gdbint.texinfo (Target Architecture Definition): Add
6760 explanation of TARGET_PRINT_INSN macro.
6761
17d9d558
JB
67622001-08-30 Jim Blandy <jimb@redhat.com>
6763
6764 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6765 Explain what it means to load relocatable files.
6766
72cde065
JB
67672001-08-28 Jim Blandy <jimb@redhat.com>
6768
6769 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6770 info `top' menu.
6771
9e678452
CF
6772Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6773
6774 * gdbint.texinfo: Add a cautionary note about macro use.
6775
a2bea4c3 67762001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6777
a2bea4c3
CV
6778 * gdb.texinfo: Explain omitting the hostname in the
6779 `target remote' command.
6780
1129bf27
DJ
67812001-07-30 Daniel Jacobowitz <drow@mvista.com>
6782
6783 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6784 and END-INFO-DIR-ENTRY.
6785
732b3002
SC
67862001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6787
6788 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6789
89437448
AC
67902001-07-25 Andrew Cagney <ac131313@redhat.com>
6791
6792 * gdbint.texinfo (libgdb): Rewrite.
6793
f7dc1244 67942001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6795
6796 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6797
c4555f82
SC
67982001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6799
6800 * gdb.texinfo (TUI): New chapter, document the TUI.
6801 (Mode Options): Document the -tui option.
6802
2f45a6e0
MK
68032001-07-23 Mark Kettenis <kettenis@gnu.org>
6804
6805 * gdbint.texinfo (Host Definition): Remove description of
6806 NEED_POSIX_SETPGID.
6807
f7dc1244 68082001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6809
6810 * gdb.tex (DJGPP Native): New node, with descriptions of
6811 DJGPP-specific commands.
6812
be9c6c35
JM
68132001-07-19 John R. Moore <jmoore@redhat.com>
6814
6815 * gdbint.texinfo: Three misspellings.
6816
dfa249fb
AC
68172001-07-06 Andrew Cagney <ac131313@redhat.com>
6818
6819 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6820 `test` expressions on bash. Problem reported by Colin Walters.
6821
c72e7388
AC
68222001-07-04 Andrew Cagney <ac131313@redhat.com>
6823
6824 * gdbint.texinfo (User Interface): Update ui-out documentation to
6825 refelect recent UI/MI updates.
6826
94bbb2c0
AC
68272001-07-04 Andrew Cagney <ac131313@redhat.com>
6828
6829 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6830 interpreters.
6831
af6c57ea
AC
68322001-06-15 Andrew Cagney <ac131313@redhat.com>
6833
6834 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6835 structure and not macros.
6836 (Host Definition): Document that much of this chapter is obsolete.
6837 (Target Architecture Definition): Update list of files that make
6838 up a target architecture.
6839 (Coding): Update.
6840
83aa8bc6
AC
68412001-06-28 Andrew Cagney <ac131313@redhat.com>
6842
6843 * gdbint.texinfo (Target Architecture Definition): Update
6844 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6845 The latter has been changed to a true predicate.
6846
f7dc1244 68472001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6848
6849 * annotate.texi: Add @noindent where needed. From Dmitry
6850 Sivachenko <dima@Chg.RU>.
6851 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6852
656db9b0
AC
68532001-06-16 Andrew Cagney <ac131313@redhat.com>
6854
6855 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6856
df2396a1
AC
68572001-06-14 Andrew Cagney <ac131313@redhat.com>
6858
6859 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6860 returns ``OK''. Document that the ``R'' packet does not reply.
6861
0f1f2b0a
MS
68622001-06-13 Michael Snyder <msnyder@redhat.com>
6863
6864 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6865
f7dc1244 68662001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6867
6868 * gdb.texinfo (Signals): Clarify the default setting of signal
6869 handling.
6870
a5d7c491
AC
68712001-05-14 Andrew Cagney <ac131313@redhat.com>
6872
6873 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6874 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6875
05a54c4f
AC
68762001-05-12 Andrew Cagney <ac131313@redhat.com>
6877
6878 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6879
f7dc1244 68802001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6881
6882 * gdbint.texinfo (Clean Design and Portable Implementation):
6883 Renamed from "Clean Design".
6884 (Clean Design and Portable Implementation): Document portable
6885 methods of handling file names, and the associated macros.
6886
f7dc1244 68872001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6888
6889 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6890 command and provide a cross-reference to its description.
6891 (Symbols): Note that "info scope" is useful for trace experiments.
6892
f7dc1244 68932001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6894
b37052ae
EZ
6895 * gdb.texinfo (Symbols): Document "info scope".
6896 (Tracepoints): New chapter.
6897 (Contributors): Update for v5.1.
6898 <All nodes>: Change "C++" to "C@t{++}".
6899
0ee54786
EZ
6900 * gdbint.texinfo (User Interface): A new section about ui_out
6901 functions, based on text written by Fernando Nasser.
6902
c534679c
EZ
6903 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6904
f7dc1244 69052001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6906
e9c75b65
EZ
6907 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6908
6909 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6910
6911 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6912 Replace "GDB" with "@value{GDBN}". Fix markup.
6913
6914 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6915
3d67e040
EZ
6916 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6917 a cross-reference to its description.
6918 (Symbols): Document "info symbol".
6919
f7dc1244 69202001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6921
6922 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6923 subsection "x86 Watchpoints".
6924 (Target Architecture Definition): Document the macros
6925 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6926 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6927
b0ed3589
AC
69282001-03-20 Andrew Cagney <ac131313@redhat.com>
6929
6930 * gdbint.texinfo (Target Architecture Definition): Update
6931 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6932 list.
6933
b6ba6518
KB
69342001-03-06 Kevin Buettner <kevinb@redhat.com>
6935
6936 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6937 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6938
f7dc1244 69392001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6940
6941 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6942
f7dc1244 69432001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6944
17cc6a06
EZ
6945 * gdb.texinfo (Environment): Document that `path' does not change
6946 the value of PATH in GDB's own environment (it did in the past,
6947 but that was changed on March 15, 1994). Reported by Doug Evans
6948 <dje@transmeta.com>.
6949
56caf160
EZ
6950 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6951 its line. Fix markup of commands and macros. Add an Index node
6952 and index entries.
6953
29e57380
C
69542001-01-23 J.T. Conklin <jtc@redback.com>
6955
6956 * gdb.texinfo (Memory region attributes): New manual section.
6957
1c6147de
ND
69582001-01-04 Nicholas Duffek <nsd@redhat.com>
6959
6960 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6961
f7dc1244 69622000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6963
6964 * refcard.tex: Version and copyright fixed. From Phil Edwards
6965 <pedwards@disaster.jaj.com>.
6966
0dcedd82
AC
6967Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6968
6969 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6970 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6971
3b851bce
AC
6972Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6973
6974 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6975 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6976
f7dc1244 69772000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6978
6979 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6980 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6981
b90a5f51
CF
69822000-11-10 Christopher Faylor <cgf@cygnus.com>
6983
6984 * gdb.texinfo: Document new 'set step-mode' command.
6985
f7dc1244 69862000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6987
6988 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6989 changes from Dmitry Sivachenko <dima@Chg.RU>.
6990
f7dc1244 69912000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6992
6993 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6994 From Steven Johnson <sbjohnson@ozemail.com.au>.
6995
2e685b93
MK
69962000-08-10 Mark Kettenis <kettenis@gnu.org>
6997
6998 * gdbint.texinfo (Overall Structure): Spelling fix.
6999
f7dc1244 70002000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
7001
7002 * gdbint.texinfo (Target Architecture Definition): Document that
7003 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
7004 for which REGISTER_CONVERTIBLE returns a zero value.
7005
63ac3005
EZ
70062000-07-08 Christopher Faylor <cgf@cygnus.com>
7007
7008 * Makefile.in (install-info): Find files to install in either the
7009 build or source directories (adapted from Makefile.am).
7010
bd79f757
ND
70112000-07-07 Nicholas Duffek <nsd@redhat.com>
7012
7013 * stabs.texinfo: Fix spelling errors.
7014 (String Field): FILE-NUMBER starts from 0, not 1.
7015
f7dc1244 70162000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
7017
7018 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 7019 Brian Youmans.
5f208f6d 7020
f7dc1244 70212000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
7022
7023 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
7024 the source directory. Reported by Mark Harig
7025 <markh@frazier.landmark.com>.
cc542d3b 7026
f3b28801
C
70272000-06-20 J.T. Conklin <jtc@redback.com>
7028
7029 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
7030
449f3b6c
AC
7031Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
7032
7033 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 7034 Generate using pdftex.
449f3b6c 7035 (PDFTEX): Define.
889bf7c5 7036 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 7037 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 7038 @contents at the start.
449f3b6c 7039
f7dc1244 70402000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
7041
7042 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 7043 Youmans.
48e934c6 7044
9e9c5ae7
AC
7045Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
7046
7047 From Brian Youmans:
7048 * gdb.texinfo: Fix ``et al.''.
7049
c741b251
AC
7050Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
7051
7052 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 7053 loop.
c741b251 7054
4ab64e14
JG
70552000-05-19 Jimmy Guo <guo@cup.hp.com>
7056
7057 * configure: Regenerate.
7058
f7dc1244 70592000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
7060
7061 * Makefile.in (install-info): Run install-info on installed Info
7062 files.
7063
8c70017b
AC
7064Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7065
a7cb598a 7066 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 7067 Andrew Cagney.
8c70017b 7068
f7dc1244 70692000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
7070
7071 * gdb.texinfo: Proofreading changes from Brian Youmans.
7072
bf0184be
ND
70732000-05-01 Nick Duffek <nsd@cygnus.com>
7074
7075 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
7076 startup sequence, minor edits.
7077
f7dc1244 70782000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
7079
7080 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
7081 TeX.
7082
7083 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
7084 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
7085 like `n' and `s' which look weird. Convert some of the @kindex to
7086 @vindex, when they refer to variables, not commands.
7087
33e16fad
AC
7088Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7089
7090 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
7091
f7dc1244 70922000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
7093
7094 * Makefile.in (GDBMI_DIR): New variable.
7095 (SET_TEXINPUTS): Add $(GDBMI_DIR).
7096 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
7097 (gdbmi.texinfo): New target, for texi2roff.
7098 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
7099 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
7100
7101 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
7102 gdbmi.texinfo.
7103 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
7104 comment.
7105
d167840f
EZ
71062000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7107
7108 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 7109 command.
d167840f 7110
f7dc1244 71112000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
7112
7113 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
7114 prevents the build (and is generally a Bad Idea).
7115
f7dc1244 71162000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
7117
7118 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
7119 a comma inside @var.
7120 (Command Files): Index markup changes from Dmitry Sivachenko
7121 <dima@Chg.RU>.
7122
f7dc1244 71232000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
7124
7125 * Makefile.in (LN_S): Define.
7126 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
7127 invoke "ln -s" unless it is known to work.
7128
7129 * configure.in (AC_PROG_LN_S): Add.
7130
8dc7983f
JB
71312000-04-14 Jim Blandy <jimb@redhat.com>
7132
7133 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
7134 section.
7135 (Target Conditionals): Document ADDRESS_TO_POINTER,
7136 POINTER_TO_ADDRESS.
7137
1a8237e8
DB
71382000-04-11 Daniel Berlin <dan@cgsoftware.com>
7139
7140 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
7141 gdb-cfg.texi to get the value.
7142
ca526f1a
JB
71432000-04-10 Jim Blandy <jimb@redhat.com>
7144
7145 * gdbint.texinfo (Target Architecture Definition): Fix
7146 cross-references.
7147
faaafcb4
JB
71482000-04-08 Jim Blandy <jimb@redhat.com>
7149
7150 * gdbint.texinfo (Using Different Register and Memory Data
7151 Representations): New section.
7152 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
7153 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
7154 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 7155
1b27397f
AC
7156Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
7157
7158 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 7159 for acknowledgments.
1b27397f 7160
480ff1fb
AC
7161Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
7162
7163 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 7164 qThreadExtraInfo.
480ff1fb 7165
a9331b3f 71662000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 7167
a9331b3f
RM
7168 * gdb.texinfo: Clarify which remote debug protocol commands are
7169 required and which are optional.
f1251bdd 7170
dbeb8dbd
AC
7171Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
7172
7173 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
7174 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
7175 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
7176 * annotate.texi: Update.
7177
6d2ebf8b
SS
71782000-03-28 Stan Shebs <shebs@apple.com>
7179
7180 * gdb.texinfo: Update dates, bump to Eighth Edition (note
7181 expectation of additional changes before release), update
7182 ISBN, add copy of top-level menu for @ifhtml, remove explicit
7183 node links, rephrase and/or shorten lines to fix formatting
7184 problem in both regular and @smallbook formats.
7185 * annotate.texi: Shorten lines in example, use smallexample
7186 consistently everywhere.
7187 * Makefile.in: Add comment about texinfo 4.0 html generation.
7188 (SFILES_INCLUDED): Add annotate.texi.
7189
5d161b24
DB
71902000-03-27 Daniel Berlin <dan@cgsoftware.com>
7191
5ae4183a
AS
7192 * gdb.texinfo (Debugging Output): Added new section, documenting
7193 the "set/show debug" commands.
5d161b24 7194
b9deaee7
AC
7195Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
7196
7197 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 7198 entry.
b9deaee7
AC
7199
7200 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
7201 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 7202 @chapter and @node entries.
a9331b3f 7203
b9deaee7 7204 * gdb.texinfo: Link all top-level nodes.
a9331b3f 7205
9ef47d30
AC
7206Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
7207
7208 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 7209 files.
9ef47d30 7210
cfeada60
FN
72112000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
7212
7213 From David Whedon <dwhedon@gordian.com>
5ae4183a 7214 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 7215
6837a0a2
DB
72162000-03-22 Daniel Berlin <dan@cgsoftware.com>
7217
7218 * gdb.texinfo: Add documentation for the apropos command.
7219
bba2971c
MS
72202000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7221
7222 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
7223
2b628194
MS
72242000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7225
a9331b3f 7226 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
7227 two places.
7228
96a2c332
SS
72292000-03-17 Stan Shebs <shebs@apple.com>
7230
7231 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
7232 <dima@Chg.RU>, also clarification of allowed content for
7233 string constants.
7234
f7dc1244 72352000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
7236
7237 * gdb.texinfo (main menu): Add Annotations.
7238 (File Options): Add @cindex entries for each command-line option.
7239 Document --epoch, --annotate, --async, --interpreter, --write,
7240 --statistics, and --version.
7241
7242 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
7243 of GDB.
7244
9d233477
JB
72452000-02-23 Jim Blandy <jimb@redhat.com>
7246
7247 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7248
14e0eb3b
JB
72492000-02-22 Jim Blandy <jimb@redhat.com>
7250
7251 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7252
3555de01
JM
72532000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
7254
7255 * Makefile.in (diststuff): New target.
7256
5e35df8e
KB
72572000-02-15 Kevin Buettner <kevinb@redhat.com>
7258
7259 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 7260 architecture. [From Jim Wilson.]
5e35df8e 7261
c5394b80
JM
72622000-01-16 Tom Tromey <tromey@cygnus.com>
7263
7264 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7265 (Delete Breaks): Mention range arguments.
7266 (Disabling): Likewise.
7267
c3f6f71d
JM
72682000-01-05 Dmitry Sivachenko <dima@Chg.RU>
7269
7270 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7271
c4093a6a
JM
7272Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
7273
7274 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 7275 valid functions.
c4093a6a 7276
11cf8741
JM
72771999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7278
7279 * gdb.texinfo: Clarify regular expressions used in rbreak.
7280
917317f4
JM
72811999-10-15 Kevin Buettner <kevinb@cygnus.com>
7282
7283 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7284 MEMORY_REMOVE_BREAKPOINT): Document.
7285
7286Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7287
7288 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 7289 offset re-using the DATA offset instead.
917317f4 7290
2df3850c
JM
72911999-10-11 Jim Kingdon <kingdon@redhat.com>
7292
7293 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7294
72951999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7296
7297 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7298 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7299 typos.
7300
7301 * gdb.texinfo: Various minor wording and formatting improvements,
7302 mentions of additional command-line options.
7303
2acceee2
JM
73041999-09-30 Fred Fish <fnf@cygnus.com>
7305
7306 * gdb.texinfo: Document additional forms of specifying section
7307 names and addresses for the add-symbol-file command.
7308
c2c6d25f
JM
73091999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7310
7311 * gdbint.texinfo: Fix typo, add the word "have".
7312
73131999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7314
7315 * gdbint.texinfo (Target Architecture Definition): Document the
7316 SKIP_PERMANENT_BREAKPOINT macro.
7317
d4f3574e
SS
73181999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7319
7320 * gdb.texinfo: Fiks speling errers.
7321
7322 * gdb.texinfo: Fix uses of @multitable.
7323
f7dc1244 7324 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 7325 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 7326 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
7327 comments about using with optimization, add more indexing,
7328 fix info about disassembly-flavor.
7329
7330Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7331
7332 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7333 SKIP_SOLIB_RESOLVER): Define.
7334
7335Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7336
7337 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 7338 ``g'' packets.
d4f3574e 7339
104c1213
JM
73401999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7341
7342 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
7343 platform-specific info, inline remote.texi and move sections of it
7344 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
7345 and register stack into the new chapter.
7346 * remote.texi: Remove, now part of gdb.texinfo.
7347 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7348
73491999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7350
7351 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7352 GDB_TARGET_IS_MACH386): These kludges have gone away.
7353
7354Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7355
7356 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 7357 TDEPLIBS.
104c1213 7358
53a5351d
JM
73591999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7360
7361 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7362 surrounding text to fit HP-UX bits into general info.
7363 (HPPA-cfg.texi): Remove, no longer useful.
7364
7365 * gdb.texinfo: Remove explicit links from @node lines, remove
7366 HP-added "Detailed Node Listing" from main menu which confuses
7367 things.
7368
7369 From Dmitry Sivachenko <dima@Chg.RU>:
7370 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7371 in description of `set environment'.
53a5351d
JM
7372
73731999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7374
7375 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7376
7be570e7
JM
73771999-08-12 Ben Elliston <bje@cygnus.com>
7378
7379 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7380
f7dc1244 73811999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7382
7383 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7384 watch, awatch, and rwatch. Explain why the latter two cannot be
7385 set as software watchpoints. Document that watchpoints for local
7386 variables are deleted when the debuggee terminates.
7be570e7
JM
7387
7388Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7389
7390 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7391 packet. Allow E.. response packet. "qRcmd" packet is no longer
7392 reserved.
7be570e7
JM
7393
73941999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7395
a9331b3f
RM
7396 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7397 * gdb.texinfo: Ditto.
7be570e7 7398
96baa820
JM
73991999-08-06 Tom Tromey <tromey@cygnus.com>
7400
7401 * gdb.texinfo (KOD): New node.
7402
7403Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7404
7405 * remote.texi (Rcmd): Fix minor formatting typos.
7406
7407Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7408
7409 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7410 packets.
96baa820 7411
adf40b2e
JM
74121999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7413
7414 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7415 fixes.
7416
43ff13b4
JM
7417Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7418
7419 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7420
085dd6e6
JM
7421Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7422
7423 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7424 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7425 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7426 packets that are not supported on all hosts. Expand examples.
7427 Spell check.
085dd6e6
JM
7428
74291999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7430
7431 * Makefile.in: Recognize html, install-html. Add targets
7432 to build HTML versions of documentation via texi2html.
7433
7434Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7435
7436 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7437 testsuite.
085dd6e6
JM
7438
7439Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7440
7441 * remote.texi (Communication Protocol): Rewrite.
7442
7443Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7444
7445 * stabs.texinfo: Fix uses of xref.
7446
9e0b60a8
JM
7447Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7448
7449 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7450 info about patch submission.
7451
cce74817
JM
7452Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7453
7454 From Per Bothner <bothner@cygnus.com>:
7455 * gdb.texinfo: Document Chill support.
7456
7457Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7458
7459 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7460 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7461 Document that the value should be greater-than or equal-to zero.
7462 (NO_STD_REGS): Document. Deprecate.
cce74817 7463
ac9a91a7
JM
7464Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7465
7466 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7467 Document that these are not used.
ac9a91a7
JM
7468
7469Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7470
7471 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7472
392a587b
JM
7473Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7474
7475 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7476 numargs was dropped.
392a587b
JM
7477
7478Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7479
7480 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7481
b83266a0
SS
7482Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7483
7484 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7485 Update.
b83266a0 7486
7a292a7a
SS
7487Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7488
7489 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7490 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7491
7492Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7493
7494 * gdbint.texinfo: Fix typos: $ -> @.
7495
7496Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7497
7498 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7499 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7500 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7501 BREAKPOINT_FROM_PC.
a9331b3f 7502
7a292a7a
SS
7503Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7504
7505 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7506 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7507
7508Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7509
7510 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7511 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7512
75131999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7514
7515 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7516 longer exists.
7517
7518Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7519
7520 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7521 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7522 they make the manual source incomprehensible.
7a292a7a
SS
7523 * h8-cfg.texi: Remove, hasn't been used in years.
7524
c906108c
SS
7525Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7526
7527 * gdb.texinfo: Update the credits.
7528
7529Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7530
7531 * gdb.texinfo: Fix mistakes noticed in printout of last
7532 draft, add Alpha to discussion of heuristic fence post.
7533
7534Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7535
7536 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7537 Edition, merge some HP changes into mainline, describe some
7538 previously undocumented features, describe more of the target
7539 commands available, eliminate obsolete section on renamed
7540 commands.
c906108c
SS
7541 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7542
7543Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7544
7545 * gdb.texinfo: Make many HPPA conditionals unconditional,
7546 including catchpoint description, since now on for all configs.
7547 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7548 specializations.
7549
7550Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7551
7552 * Makefile.in (GDBvn.texi): Fix match expression to work with
7553 current format of VERSION in gdb/Makefile.in.
7554 * gdb.texinfo: Fix node ref to match new readline.
7555
7556Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7557
a9331b3f
RM
7558 * gdb.texinfo: Changes made as part of a project to merge in
7559 changes made by HP. Documentation makes extensive use of
c906108c
SS
7560 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7561 on remote debugging. There are differences in documentation
889bf7c5 7562 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7563 the HP manual discusses catchpoints, hardware watchpoints, and
7564 some HPUX specific limitations for shared library support.
a9331b3f 7565
c906108c
SS
7566 There are also a number of @node changes.
7567
75681999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7569
7570 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7571 (C Usage): Same.
7572
7573Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7574
7575 The following changes were made by Edith Epstein
889bf7c5
PA
7576 <eepstein@cygnus.com> as part of a project to merge in changes
7577 made by HP.
a9331b3f 7578
c906108c
SS
7579 * HPPA-cfg.texi: new file.
7580
7581 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7582
7583 * refcard.tex: change documentation about catch.
7584 removed info catch.
7585
7586Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7587
7588 * gdbint.texinfo: Expand on GDB's coding standards,
7589 specify the use of arg names with prototypes.
7590
75911998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7592
7593 * gdb.texinfo: Fix tipo.
7594
7595Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7596
7597 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7598 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7599
7600Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7601
7602 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7603
76041998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7605
7606 * agentexpr.texi: New file.
7607
7608Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7609
7610 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7611
76121998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7613
7614 * remote.texi: Changed wording that implied that the GDB remote
7615 protocol caches register values instead of GDB itself.
7616
7617Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7618
7619 * gdbint.texinfo: Add some info about symbol readers.
7620 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7621 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7622 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7623 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7624
7625Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7626
a9331b3f 7627 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7628
7629Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7630
7631 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7632
7633Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7634
7635 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7636 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7637
7638Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7639
7640 * gdbint.texinfo: Fix minor typos.
7641
7642Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7643
7644 * gdbint.texinfo: Complete overhaul. Group descriptions more
7645 logically, add more info on generic algorithms, remove much
7646 obsolete and/or wrong material.
7647
7648Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7649
7650 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7651
7652Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7653
7654 * refcard.tex: Copyright, address updates.
7655
7656Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7657
7658 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7659 for the edition instead of confusing GDB-version-like numbers.
7660
7661Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7662
7663 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7664
7665Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7666
5ae4183a 7667 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7668
7669Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7670
7671 * gdb.texinfo: Add some credits, mention bug monitor.
7672 * remote.texi: Mention mips monitor targets.
7673 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7674
c906108c
SS
7675Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7676
7677 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7678 files, finish sorting of host vs target vs native macros, describe
7679 some more of them.
c906108c
SS
7680
7681Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7682
7683 * gdbint.texinfo (Host Conditionals): Document change from
7684 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7685
7686Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7687
7688 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7689 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7690
7691Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7692
7693 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7694 Document LSEEK_NOT_LINEAR.
7695
7696Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7697
7698 * stabs.texinfo (Stab Section Basics): Make it clear that only
7699 some versions of the GNU linker remove the leading N_UNDF symbol.
7700
7701Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7702
7703 * stabs.texinfo (String Field): Document type number pairs here,
7704 instead of in the Sun specific section.
7705 (Include Files): The GNU linker supports the N_BINCL
7706 optimization. Clarify the N_BINCL value, and what it is used
7707 for.
7708 (Procedures): Document N_FUN with an empty string to mark the end
7709 of a function.
7710 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7711 (Sun Differences): Remove this node, as the information is now
7712 elsewhere in the main document.
7713 (Stab Section Basics): Mention that the GNU linker may optimize
7714 stabs and remove the leading N_UNDF symbol.
7715
7716Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7717
7718 * gdb.texinfo, refcard.tex: Restore author credit
7719
7720Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7721
7722 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7723 documentation to account for START and END macros taking
7724 one arg.
7725
7726Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7727
7728 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7729 * gdb.texinfo (Frames): Fix typo.
7730
7731Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7732
7733 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7734 a target_signal as arg type, not a pid.
7735
7736Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7737
7738 * gdb.texinfo: Document `set assembly-language'.
7739
7740Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7741
7742 * remote.texi: Update list of stubs in the GDB distribution.
7743
7744Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7745
7746 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7747 Also document that some systems can use mmalloc but must define
7748 this if their C runtime allocates memory that is later freed.
c906108c 7749 (MMCHECK_FORCE): Document new macro.
a9331b3f 7750
c906108c
SS
7751Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7752
7753 * remote.texi: Add documentation for target Sparclet.
7754
7755Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7756
a9331b3f 7757 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7758 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7759 * configure.in: Rewritten for autoconf.
7760 * configure: New.
7761
7762Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7763
7764 * Makefile.in (DVIPS): New define, set to dvips.
7765 (dvi): Add stabs.dvi.
7766 (ps): New target.
7767 (all-doc): Depend on info, dvi, and ps targets.
7768 (STAGESTUFF): Add *.ps and *.dvi files.
7769 (clean-info, clean-dvi): Remove.
7770 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7771 rules completely rewritten.
7772 (maintainer-clean): Remove clean-info and clean-dvi
7773 dependencies and put their actions in the rules.
7774 (gdb.ps): New target
a9331b3f 7775 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7776 intermediate TeX files, whether they have 2 or 3 character
7777 extensions.
7778 (gdbint.ps): Add target and rules.
7779 (gdb-internals): Delete unused target.
7780 (Makefile): Depends upon config.status also.
7781
7782Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7783
7784 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7785 set.
7786
7787Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7788
7789 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7790 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7791
7792Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7793
7794 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7795
7796Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7797
7798 * gdb.texinfo (Print settings): Document
7799 `set/show print static-members' commands.
7800
7801Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7802
7803 * gdbint.texinfo (Native): Document name change, coredep.c to
7804 core-aout.c.
7805
7806Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7807
7808 * stabs.texinfo (Include Files): Document the values the SunOS4
7809 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7810
7811Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7812
7813 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7814 Fix typo.
7815
7816Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7817
7818 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7819 "gdb.tar.Z".
7820
7821Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7822
7823 * Makefile.in (maintainer-clean): New target, synonym for
7824 realclean.
7825
7826Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7827
7828 * Update all FSF addresses except those in COPYING* files.
7829
7830Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7831
7832 From Richard Earnshaw (rearnsha@armltd.co.uk):
7833 * gdb.texinfo (convenience variables): Document $_exitcode.
7834 (quit): Document optional expression to use as exit code.
7835
7836Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7837
7838 * gdb.texinfo, remote.texi: Brought up to date with various
7839 GDB changes.
7840
7841Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7842
7843 * gdb.texinfo: Update dates and versions, fix comments about
7844 hardware watchpoints in future releases and about the
7845 sharedlibrary command.
7846
7847Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7848
7849 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7850 C_FUN stab. Other cleanups.
7851
7852Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7853
7854 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7855 for the sparc stub.
7856
7857Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7858
7859 * annotate.texi: Clarify which addresses have differing formats
7860 depending on the language and which do not.
7861
7862Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7863
7864 * remote.texi (NetWare): Changed example to use BOARD= instead of
7865 NODE= argument to reflect correspoding change to gdbserve.nlm.
7866
7867Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7868
7869 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7870 GDB, as well as AIX dbx, supports the size type attribute.
7871
7872Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7873
7874 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7875
7876Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7877
7878 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7879 and new 'if' and 'while' commands.
7880
7881Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7882
7883 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7884
7885Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7886
7887 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7888 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7889 NetWare targets. Mostly stolen from the Server node.
7890
7891Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7892
7893 * gdb.texinfo (Setting): Talk about the language of a source file
7894 versus the working language. The old documentation did not match
7895 what GDB did.
7896
7897Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7898
7899 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7900 of a source file.
7901
7902Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7903
7904 * gdb.texinfo (Processes): New node.
7905
7906Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7907
7908 * remote.texi: Update documentation of set/show mipsfpu.
7909
3fc11d3e
JM
7910Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7911
7912 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7913 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7914
7915Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7916
7917 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7918 obsolete conditionals, described some others.
7919
7920Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7921
7922 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7923 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7924
7925Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7926
7927 * gdbint.texinfo: Put regex conditionals in their own table.
7928
7929Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7930
7931 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7932 described or fixed the descriptions of many others.
7933
7934Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7935
7936 * gdb.texinfo: Add some more credits.
7937 * gdbint.texinfo: Capitalize GDB consistently, describe some
7938 macros and remove some.
7939
7940Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7941
7942 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7943 obsolete conditionals, described some others.
7944
7945Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7946
7947 * gdb.texinfo (help targets): Changed to `help target', which
7948 is the correct gdb command.
7949
7950Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7951
7952 * annotate.texi (TODO): New node, for keeping track of annotations
7953 suggested but not yet implemented.
7954
7955Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7956
7957 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7958 another symbol, it is not the address itself.
7959
7960Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7961
7962 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7963 of stabs-in-coff sections.
7964
7965Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7966
7967 * annotate.texi: Change edition to 0.5 and date to May 1994.
7968 Add index.
7969 (Frames): New node, for frame annotation.
7970 (Displays): New node, for display annotation.
7971
7972 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7973 when waiting for your program to stop.
7974
7975Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7976
7977 * annotate.texi (Breakpoint Info): Document annotation of header
7978 fields and record annotation.
7979
7980Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7981
7982 * annotate.texi: New file, to document annotations.
7983
7984Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7985
7986 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7987 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7988
7989Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7990
7991 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7992 section, and say n_strx field is compilation unit relative.
7993 * stabs.texinfo: Don't use @code for a.out when it is the name of
7994 an object file format.
7995
7996Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7997
7998 * gdb.texinfo: Refer to file names, not path names, per rms
7999 convention.
8000 (Arguments): Fix typo.
8001
8002Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8003
8004 * stabs.texinfo (Global Variables): Talk about stabs in files
8005 where variables are referenced, but not defined.
8006
8007Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8008
8009 * stabs.texinfo: Move stuff on @ and # type descriptors from node
8010 Cplusplus to new nodes Member Type Descriptor and Method Type
8011 Descriptor. Re-write stuff for #.
8012
8013Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8014
8015 * gdb.texinfo (Print Settings): Don't document "set print
8016 fast-symbolic-addr off". The bug which it worked around was fixed
8017 on 25 Feb 94 in coffread.c, so I'm nuking the command.
8018
8019 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
8020 N_ENTRY node.
8021
8022 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
8023
8024Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8025
8026 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
8027 references to ieee-float.c.
8028
8029Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8030
8031 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
8032 match what the code actually does.
8033
8034Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8035
8036 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
8037
8038Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8039
8040 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
8041 i, and b.
8042
8043Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
8044
8045 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
8046 well as for ELF and SOM. Unify the descriptions of ELF and SOM
8047 as "stabs in sections" rather than just saying "ELF and SOM".
8048 Also make that stuff apply to COFF.
8049
8050Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8051
8052 * gdb.texinfo (Formatting Documentation): Change GhostScript to
8053 Ghostscript.
8054
8055Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8056
8057 * gdb.texinfo (Continuing and Stepping): When talking about "step"
8058 versus functions without line numbers, also mention stepping into
8059 them as well as "step" when you are in them. Tell the user how to
8060 deal with the situation. Add comment about "debugging information".
8061
8062Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8063
8064 * stabs.texinfo (Enumerations): Document restriction on where
8065 enumeration types can appear and still win with GDB.
8066
8067Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8068
8069 * stabs.texinfo (Negative Type Numbers): Document format for type
8070 -16.
8071
8072Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8073
8074 * gdb.texinfo (Selection, Frame Info): Update information about
8075 arbitrary frame specficiations.
8076
8077Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
8078
8079 * gdb.texinfo, remote.texi: general editing pass prior to Net release
8080
8081Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8082
8083 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
8084
8085Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
8086
8087 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
8088
8089Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8090
8091 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
8092 Differences node to Statics node.
8093 (Statics): Discuss XCOFF use of V symbol descriptor.
8094
8095 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
8096 not clean.
8097
8098Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
8099
8100 * gdb.texinfo (Print Settings): Document `set print
8101 fast-symbolic-addr' and improve the doc for some other
8102 `set print's.
8103
8104Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8105
8106 * stabs.texinfo (String Field): Talk about defining several type
8107 numbers at once.
8108 Fix lint regarding changing node ELF Transformations to
8109 ELF and SOM Transformations.
8110
8111Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
8112
8113 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
8114
8115Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8116
8117 * stabs.texinfo (Cross-References): `::' is for nested types only
8118 within <>.
8119 (Structures): Document static members.
8120
8121Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8122
8123 * stabs.texinfo: Document S type attribute.
8124
8125Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8126
8127 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
8128
8129Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
8130
8131 * gdbint.texinfo: Fix a few typos.
8132
8133Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8134
8135 * gdb.texinfo, remote.texi: formatting improvements
8136
8137 * gdb.texinfo (New Features): mention threads.
8138 (Summary, C): fix xrefs in newly contributed text.
8139 (Threads): index entries, clarifications, example
8140 (passim): minor typos fixed, phrasing improvements
8141
8142 * remote.texi (Bootstrapping): rephrase text on ^C and add index
8143 entries; (Server): explain use of gdbserver w/real-time systems,
8144 add example of conflicting TCP port; (MIPS Remote) break up
8145 running text into table, highlighting commands, and add example.
a9331b3f 8146
c906108c
SS
8147Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8148
8149 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
8150
8151Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8152
8153 * stabs.texinfo (Nested Symbols): New node.
8154 (String Field, Symbol Descriptors, Cross-References): Refer to it.
8155
8156Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8157
8158 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
8159 to picking which Bbss.bss symbol to use, and (because there seems to
8160 be no good way of doing it) re-write some of the text to make it
8161 sound like Bbss.bss isn't such a great idea after all (as currently
8162 designed).
8163
8164 * gdb.texinfo (C): In addition to saying people have to use g++ for
8165 good results, say they have to use stabs. Specifically say cfront
8166 doesn't work well.
8167 (Summary): Merge in information on Modula-2, Pascal, and Chill from
8168 the gdb README. Add xrefs to places where the support for the various
8169 languages is described in detail.
8170
8171Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8172
8173 * stabs.texinfo: Clean up stuff about visibility and virtual
8174 characters.
8175
8176 * stabs.texinfo (N_M2C): Cite Sun doc.
8177
8178Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8179
8180 * gdb.texinfo: updates re threads.
8181 * remote.texinfo: avoid index entries starting with digits.
8182
8183Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8184
8185 * stabs.texinfo (Enumerations): Talk about large, negative and
8186 octal values. Clean up cross reference to type attributes.
8187 (String Field): Say that GDB 4.11 supports size attribute.
8188
8189Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8190
8191 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
8192 is a mandatory step. Make the stuff about that more concise.
8193
8194Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8195
8196 * stabs.texinfo (Class Names): New node.
8197
8198 * gdb.texinfo (Command Files): Explain order of init file reading.
8199
8200 * remote.texi (Bootstrapping): Talk about getting the serial driver
8201 to deal with ^C sent by gdb to stop the remote system.
8202
8203Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
8204
8205 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
8206
8207 * libgdb.texinfo (Defining Commands): made the DOC arg
8208 to gdb_define_app_command a char * instead of char **
8209 per a suggestion from kingdon.
8210
8211 * libgdb.texinfo: total rewrite from a different starting
8212 premise.
8213
8214Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8215
8216 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
8217 floats passed as doubles (to improve clarity).
8218
8219Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8220
8221 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
8222
8223 * a4rc.sed: update to work with Andreas Vogel papersize params
8224
8225 * refcard.tex: use Andreas Vogel simplifications of papersize
8226 params; remove useless version info; update copyright date.
8227
8228Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8229
8230 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
8231
8232Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8233
8234 * gdb.texinfo (Files): Say what address the load command loads it at.
8235
8236 * stabs.texinfo (Common Blocks): Minor cleanups.
8237
8238 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8239 that Sun has backed away from the linker kludge and thus the relevant
8240 issue is changes to the SunPRO tools, not the Solaris linker.
8241
8242 * stabs.texinfo (Traditional Integer Types): Clean up description
8243 of octal bounds a little bit. Document extra leading zeroes.
8244
8245Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8246
8247 * gdb.texinfo (Signaling): Update for symbolic symbol names
8248 and add a section explaining the difference between the GDB
8249 signal command and the shell kill utility.
8250
8251Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
8252
8253 * libgdb.texinfo: added `@' to braces that were unescaped.
8254
8255Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
8256
8257 * libgdb.texinfo: new file. Spec for the gdb library.
8258
8259Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8260
8261 * stabs.texinfo (Include Files): Fix typo (start -> end).
8262
8263Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8264
8265 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8266 from Melissa at FSF's editing pass.
8267
8268Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8269
8270 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8271 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8272 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8273
8274Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8275
8276 * remote.texi (Bootstrapping): Discuss 386 call gates.
8277
8278Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8279
8280 * stabs.texinfo (Based Variables): New node.
8281
8282Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8283
8284 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8285 names, sizes, and formats to suggest how not to lose.
8286
8287Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8288
8289 * stabs.texinfo (Methods): Fix typo.
8290
8291Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8292
8293 * gdb.texinfo: Fix a few typos.
8294
8295Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8296
8297 * gdb.texinfo: Clarify how well it works with Fortran.
8298
8299 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8300 More on relocating stabs in ELF files.
8301
8302Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8303
8304 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8305
8306Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8307
8308 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8309 parameters on VAX.
8310
8311Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8312
8313 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8314
8315Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8316
8317 * stabs.texinfo: Make info author notice match the TeX author notice.
8318
8319Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8320
8321 * stabs.texinfo: Initial-caps all words in node names and
8322 non-trivial words in section names.
8323
8324Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8325
8326 * stabs.texinfo: Many minor cleanups.
8327
8328 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8329
8330Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8331
8332 * stabs.texinfo: Remove full description of big example.
8333 It's not really helpful; just use pieces of it where appropriate.
8334 Add more Texinfo formatting directives (@samp, etc.).
8335 Use @deffn to define stab types.
8336 Eliminate some wordiness. Break up some nodes.
8337 Add an (alphabetized) index of symbol types.
8338 Use consistent capitalization style in node and section names.
8339
8340Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8341
8342 * gdb.texinfo: Change typo "Two two" to "The two".
8343
8344Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8345
8346 * stabs.texinfo (XCOFF-differences): Remove references to
8347 non-existent types N_DECL and N_RPSYM.
8348
8349 * stabs.texinfo (String Field): Say that type attributes bug is
8350 fixed in GDB 4.10, since it is.
8351
8352 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8353
8354Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8355
8356 * stabs.texinfo: Formatting cleanups.
8357
8358Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8359
8360 * stabs.texinfo: When explaining the n_type of a stab, standardize
8361 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8362 no tabs, use @r).
8363 (Global Variables): Clean up.
8364
8365Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8366
8367 * stabs.texinfo (Stack Variables): Re-write.
8368
8369Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8370
8371 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8372 addresses of a source file. Also revise formatting.
8373 Change "object module" or "object file" to "source file".
8374 Various: Miscellaneous cleanups.
8375
8376Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8377
8378 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8379
8380Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8381
8382 * gdbint.texinfo: Removed many nonsensical machine-collected
8383 host and target conditionals, described some of the remainder.
8384
8385Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8386
8387 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8388
8389 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8390 paragraph which follows.
8391
8392 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8393 variables. Looks better and avoids overful hbox.
8394
8395Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8396
8397 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8398
8399Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8400
8401 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8402 retransmit-timeout
8403
8404Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8405
8406 * gdbint.texinfo: Update statement about `some ancient Unix
8407 systems, like Ultrix 4.0' to Ultrix 4.2.
8408
8409Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8410
8411 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8412
8413 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8414
8415 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8416 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8417
8418 * remote.texi: new name for former gdbinv-s.texi
8419
8420 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8421
8422Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8423
8424 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8425 variables for MIPS remote debugging protocol.
8426
8427Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8428
8429 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8430
8431Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8432
8433 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8434
8435Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8436
8437 * gdb.texinfo: repair conditional bugs in text markup
8438
8439Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8440
8441 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8442 to select Modula-2 material.
8443
8444Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8445
8446 * stabs.texinfo: Cleanups regarding statics.
8447
8448 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8449 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8450
8451Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8452
8453 * stabs.texinfo: N_MAIN is sometimes used for C.
8454
8455Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8456
8457 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8458
8459Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8460
8461 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8462 removed from the code by Kingdon.
c906108c
SS
8463
8464Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8465
8466 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8467 input when evaluating breakpoint conditions; the bug has been fixed.
8468
8469 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8470 sets the ignore count to N-1, not to N.
8471
8472Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8473
8474 * refcard.tex (\hoffset): correct longstanding error to match
8475 intended offset; avoids cutting off edge on some printers
8476
8477Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8478
8479 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8480
8481Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8482
8483 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8484
8485Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8486
8487 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8488 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8489 collect sed edits if any, apply to refcard before formatting;
8490 (refcard.ps) stop implying PS fonts if PS output requested;
8491 (lrefcard.ps) delete extra target for variant PS fonts
8492
8493 * refcard.tex: parametrize papersize dependent info, collect
8494 in easily replaced spot
8495
8496 * a4rc.sed: new file, edits to refcard for A4 paper
8497
8498Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8499
8500 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8501
8502Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8503
8504 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8505
8506Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8507
8508 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8509 politely rather than rudely.
8510
8511Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8512
8513 * stabs.texinfo: Document common blocks.
8514
8515Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8516
8517 * stabs.texinfo: Add some basic info about stabs-in-elf.
8518
8519Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8520
8521 * stabs.texinfo (Top): Minor cleanup.
8522
8523Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8524
8525 * Makefile.in (install-info): remove parentdir support
8526
8527Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8528
8529 * gdb.texinfo (Copying): delete this node and references to it;
8530 RMS says this manual need not carry GPL. (passim): Improvements
8531 from last round at FSF, largely due to Ian Taylor review, and
8532 minor formatting improvements.
8533
8534 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8535 largely due to Ian Taylor review. (Debug Session): minor edits to
8536 new text.
8537
8538Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8539
8540 * Makefile.in (realclean): Remove info and dvi files too.
8541
8542Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8543
8544 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8545 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8546 * gdb.texinfo: Change accordingly.
8547
8548 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8549 N_{L,R}BRAC,N_SLINE are relative to.
8550
8551Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8552
8553 * Makefile.in (GDBvn.texi): Update atomically.
8554
8555Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8556
8557 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8558
8559Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8560
8561 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8562 addresses together. Also motivate the set print symbol-filename
8563 command and suggest other solutions.
8564
8565Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8566
8567 * gdb.texinfo (set print elements): Note that the number of
8568 elements is set to unlimited by "set print elements 0".
8569
8570Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8571
8572 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8573 NF_LDOUBLE means.
8574 (Stab Types): Include Solaris stab types.
8575 (Procedures): Document Solaris extensions.
8576
8577Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8578
8579 * gdb.texinfo: Add `set print symbol-filename' doc.
8580
8581Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8582
8583 * stabs.texinfo (Arrays): Talk about type definition vs. type
8584 information.
8585
8586 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8587 the trailing semicolon.
8588
8589Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8590
8591 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8592 and merge in other parts of the document addressing these subjects.
8593 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8594
8595 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8596 at the end of a range type.
8597
8598 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8599 AIX extensions.
8600
8601Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8602
8603 * stabs.texinfo (Stabs Format): Misc fixes.
8604
8605Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8606
8607 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8608 (Traditional builtin types): Document convex convention for long long.
8609 (Negative builtin types): Discuss type names, and misc fixes.
8610
8611Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8612
8613 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8614 point types used with @samp{R} type descriptor.
8615 (Symbol Descriptors): Describe how to handle conflict between
8616 different meanings of @samp{P} symbol descriptor.
8617
8618Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8619
8620 * stabs.texinfo: Remove node Quick Reference and put its children
8621 directly under the main menu.
8622
8623 * stabs.texinfo: Many more changes to bring it into line with
8624 AIX documentation and reality. I think it now has all the
8625 information from the AIX documentation, except that I burned
8626 out when I got to variant records (Pascal and Modula-2) and
8627 all the COBOL types. Oh well, we can add them later when we're
8628 worrying more about those languages.
8629
8630 * stabs.texinfo (Automatic variables): Talk about what it means
8631 to omit the symbol descriptor.
8632
8633Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8634
8635 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8636 gcc2 behavior with promoted args.
8637
8638Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8639
8640 * gdb.texinfo: include readline appendices in info version of manual
8641
8642Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8643
8644 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8645 target remote.
8646
8647 * gdb.texinfo (Machine Code): more index entries for disassemble
8648
8649Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8650
8651 * Clarify the intended use of the gdb-testers and gdb-patches
8652 mailing lists, and shrink gzip comment.
8653
8654Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8655
8656 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8657 DOSHOST configuration of manual.
8658
8659 * gdb.texinfo (MIPS Stack): new node.
8660
8661 * all-config.texi (MIPS) new switch.
8662
8663 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8664 tense; (MIPS Remote) new node.
8665
8666 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8667 bug; (Environment) less passive, other small cleanups in text about
8668 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8669 (Remote) new MIPS Remote menu entry.
8670
8671Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8672
8673 * stabs.texinfo: Many changes to include information from the
8674 AIX documentation.
8675
8676 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8677
8678Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8679
8680 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8681 Move a bunch of information from ../README.
8682 (Getting Started): New node.
8683
8684Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8685
8686 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8687
8688 * gdb.texinfo: advance manual revision dates to present
8689
8690 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8691 stop using silly Roman numerals in @set variable names
8692
8693Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8694
8695 * stabs.texinfo (Parameters): Keep trying to get this right.
8696
8697Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8698
8699 * stabs.texinfo (Parameters): More on "local parameters".
8700
8701Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8702
8703 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8704
8705Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8706
8707 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8708 (Parameters): Rewrite.
8709 (xcoff-differences, Sun-differences): Minor changes.
8710
8711Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8712
8713 * stabs.texinfo: Minor cleanup.
8714
8715Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8716
8717 * gdbint.texinfo: Minor xcoff stuff.
8718
8719Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8720
8721 * gdbint.texinfo: Update for new config directory structure.
8722 Add info about internal type data structures.
8723
8724Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8725
8726 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8727 $(srcdir).
8728 (gdb-config.texi): Depend on file in $(srcdir).
8729
8730Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8731
8732 * stabs.texinfo: Fixes about N_SO.
8733
8734Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8735
8736 * gdb.texinfo: include list of nonstandard init file names
8737
8738 * *-config.texi: new switch GENERIC for text that applies *only*
8739 to (usual) multiple-target version of manual
8740
8741 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8742 h8 config
8743
8744 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8745 in menus (rather than conditionally selected multiple alternative
8746 menus).
8747
8748 * Makefile.in: define and use DOC_CONFIG var to select
8749 configuration for GDB user manual.
8750
8751 * gdb-config.texi: delete from repository, generate from Makefile.
8752
8753 * all-config.texi: normal `generic' configuration file, formerly
8754 stored as gdb-config.texi
8755
8756Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8757
8758 * Makefile.in: add dvi target to build all .dvi files
8759
8760Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8761
8762 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8763
8764Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8765
8766 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8767 host conditionals.
8768 * stabs.texinfo: More array fixes inspired by Jim's.
8769
8770Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8771
8772 * stabs.texinfo: Fixes re arrays and continuations.
8773
8774 * gdbint.texinfo: Add XCOFF node.
8775
8776Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8777
8778 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8779
8780Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8781
8782 * stabs.texinfo: Fix for array types to mention lower bounds.
8783
8784Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8785
8786 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8787
8788Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8789
8790 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8791
8792Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8793
8794 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8795 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8796
8797Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8798
8799 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8800
8801Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8802
8803 * gdb.texinfo, gdbinv-s.texi: misc updates
8804
8805Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8806
8807 * gdbint.texinfo: Brief documentation for longjmp support,
8808 from an email msg by Stu.
8809
8810Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8811
8812 * stabs.texinfo: Fix description of floating point "range"
8813 types (which really define basic types). Reported by Jim Meehan,
8814 <meehan@src.dec.com>.
8815
8816 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8817
8818Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8819
8820 * gdbint.texinfo: Slightly expand section on supporting a new
8821 object file format.
8822
8823Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8824
8825 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8826 intermediate file.
8827
8828Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8829
8830 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8831
8832Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8833
8834 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8835
8836 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8837 as well as Z8002.
8838
8839Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8840
8841 * gdbint.texinfo: Add sections on clean design and on how to send
8842 in changes.
8843
8844Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8845
8846 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8847
8848Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8849
8850 * gdb.texinfo: Fix typo, reported by Karl Berry.
8851
8852Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8853
8854 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8855
8856Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8857
8858 * gdbint.texinfo: fixed a stray email address (needs @@),
8859 added @table @code to node "Native Conditionals"
8860
8861Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8862
8863 * gdbint.texinfo: Describe coding style of GDB.
8864
8865Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8866
8867 * stabs.texinfo: Minor wording changes.
8868
8869Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8870
8871 * gdbint.texinfo: Improve release doc slightly.
8872
8873Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8874
8875 * gdbint.texinfo: Improve doc of GDB config macros.
8876
8877Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8878
8879 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8880 These will be reinserted when examined.
8881
8882Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8883
8884 * gdbint.texinfo: Make a start at documenting all the #if macros
8885 in GDB. At least list them all, and start separating them into
8886 host-specific and target-specific.
8887
8888Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8889
8890 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8891 examples (not consistent w others).
c906108c
SS
8892 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8893 for generic vn of doc
8894
8895Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8896
8897 * Makefile.in: always create installation directories.
8898
8899Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8900
8901 * gdb.texinfo: in h8 config, do not describe searching commands.
8902
8903Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8904
8905 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8906 conditionals; introduce a few generic switches that may be
8907 useful for other cross-dev or dos-hosted configs.
8908
8909 * gdb.texinfo: fix typo in "info reg" description
8910
8911Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8912
8913 * stabs.texinfo: Minor updates from running TeX over it.
8914 * Makefile.in (stabs.dvi, stabs.ps): Add.
8915
8916Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8917
8918 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8919 First pass at converting it to texinfo.
8920
8921Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8922
8923 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8924 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8925
8926Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8927
8928 * gdbint.texinfo: Add section on partial symbol tables.
8929
8930Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8931
8932 * gdb.texinfo: document `set remotedebug' and `set
8933 rstack_high_address'.
8934
8935Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8936
8937 * gdb.texinfo: slight expansion of new text on reading info files
8938 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8939 H8/300 from DOS.
8940
8941Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8942
8943 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8944
8945Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8946
8947 * gdb.texinfo: Say how to read the `info' files.
8948
8949Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8950
8951 * Makefile.in: gm4 -> m4.
8952
8953Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8954
8955 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8956 Documentation' ahead of `Installing GDB' to match README.
8957 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8958 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8959
8960Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8961
8962 * Makefile.in: remove $(srcdir) from gdb.info rule.
8963
8964Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8965
8966 * Makefile.in: commented out gdb-all.texinfo rule. This is
8967 temporary.
8968
8969Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8970
8971 * Makefile.in, configure.in: removed traces of namesubdir,
8972 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8973 copyrights to '92, changed some from Cygnus to FSF.
8974
8975Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8976
8977 * gdb.texinfo: Improve how we ask for bug reports.
8978
8979Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8980
8981 * Makefile.in: infodir belongs in datadir.
8982
8983Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8984
8985 * Makefile.in: remove spaces following hyphens, bsd make can't
8986 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8987 standards.text support.
c906108c
SS
8988
8989Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8990
8991 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8992 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8993 and mandir now keyed off datadir by default.
8994
8995\f
8996Local Variables:
9e9c5ae7 8997mode: change-log
c906108c
SS
8998left-margin: 8
8999fill-column: 74
9000version-control: never
9001End:
This page took 1.265297 seconds and 4 git commands to generate.